/*
Theme Name: Elvi
Theme URI: http://www.birdbrain.com.au
Description: BirdBrain Logic WordPress Theme
Version: 1
Author: WebbyWoo
Author URI: http://www.birdbrain.com.au
*/
body {
	margin: 0px;
	padding:8px;
	font-family: 'Open Sans Light', sans-serif;
	font-weight:100;
	font-size:15px;
	color:#333333;
}

h1, h2, h3, h4, h5, .navigation, .tagline, .readmore, .gallery_navigation, .button a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h1, h2, h3, h4, h5 {
	color:#A8A3A3;
	/*color:#74807E;*/
	font-weight:normal;
	margin-top:0px;
}

a {
    color:#A8A3A3;
    text-decoration:none;
    -webkit-transition:color 0.4s ease-in;
	-moz-transition:color 0.4s ease-in;
	-o-transition:color 0.4s ease-in;
	transition:color 0.4s ease-in;
}

a:hover {
	color:#E9979B;
	-webkit-transition:color 0.1s ease-in;
	-moz-transition:color 0.1s ease-in;
	-o-transition:color 0.1s ease-in;
	transition:color 0.1s ease-in;
}

img {
    max-width:100%;
}

.wp-caption {
	max-width: 100% !important;
}

p {
    line-height:170%;
}

blockquote {
	margin: 0px 0 -10px 0;
	padding: 5px 0 0 30px;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	color:#E9979B;
	display:inline-block;
    background: transparent url(images/blockquote.png) no-repeat;
}
.pink {
	color:#E9979B;
}
.page-content h1:before, .page-content h1:after, .pageTitle:before, .pageTitle:after {
	content:"-";
	margin-left:4px;
	margin-right:4px;
}
blockquote h1:before{
	content:"" !important;
}
blockquote h1 {
	color:#E9979B !important;
}
.pageTitle {
	text-transform: capitalize;
	margin-bottom:30px;
	text-align: center;
}
.pageTitle:before, .pageTitle:after, .page-content h1:before, .page-content h1:after  {
    color:#E9979B;
}
.clear {
	clear:both;
	width:100%;
	display:inline-block;
	height:0px;
}
.header {
	background:#333333;
	width:100%;
}
.clearhead {

}

.logo {
	margin:10px 0px 23px 2%;
	float:left;
}

.tagline {
	height:20px;
	line-height:20px;
	margin-bottom:-40px;
	text-align:center;
	background:#333333;
	padding:10px 0px 10px 0px;
	margin:0px 10px -40px 10px;
	color:#fff;
	font-size:15px;
	-webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    position: relative;
    z-index: 3;
}

.tagline p {
	padding:0px;
	margin:0px;
}

.navigation {
	float: right;
	text-transform:lowercase;
	font-size:16px;
	margin-right:2%;
	position:relative;
}

.navigation ul {
	list-style:none;
	padding:0px;
	margin:0px;
	width:100%;
}

.navigation li {
    float:left;
	line-height:133px;
	margin-left:15px;
	position: relative;
}

.navigation a{
	color:#fff;
	text-decoration:none;
	font-style: initial;
}

.navigation a:before, .navigation a:after {
	content:"-";
	color:#E9979B;
	margin-left:4px;
	margin-right:4px;
	}


.navigation a:hover, .current-menu-item a {
	color:#E9979B;
}

/* JS - Drop Down Menu */
.navigation ul.sub-menu {
	list-style:none;
	padding: 0px 20px 20px;
	margin:0px;
	position: absolute;
	top:90px;
	left:-8px;
	background-color:#333333;
	z-index: 2;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	min-width:300px;
	opacity:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navigation ul.sub-menu li {
	float:none;
	line-height:1em;
}
.navigation ul.sub-menu li a:before, .navigation ul.sub-menu li a:after {
	content:"";
}
.navigation ul.sub-menu li a {
	color:#FFFFFF;
	line-height: 190%;
	margin-left: -3px;
	font-size: 13px;
}

.navigation ul.sub-menu li {
 margin-left:0px !important;
}
.navigation ul.sub-menu li a:hover {
	color:#E9979B;
}
.navigation ul.sub-menu.show {
	top:90px;
	opacity:1;
}
/* End Drop Down */

/* JS Home  page slider */
.home_slider_img_holder, .home_slider_img_holder * {
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.home_slider_img_holder {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height:600px;
	opacity:0;
}
.home_slider_img_holder h2 {
	font-size: 3em;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	line-height: 1em;
	padding-top:270px;
	margin-bottom:0;
}
.home_slider_img_holder h2, .home_slider_img_holder a {
	color:#FFFFFF;
	text-align: center;
	position: relative;
	font-style: italic;
}
.home_slider_img_holder a {
	color:#FFF;
	display: block;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	font-family: Georgia,"Times New Roman",Times,serif;
}
.home_slider_img_holder a:after {
	content: "\f02e";
	color: #E9979B;
	font-family: "FontAwesome";
	position: absolute;
	left:50%;
	bottom:-34px;
	margin-left:-15px;
	width:30px;
	height:30px;
	text-align: center;
}
.home_slider_img_holder h2:before, .home_slider_img_holder h2:after {
	content:"-";
	color:#E9979B;
	margin-left:4px;
	margin-right:4px;
}
.slick-prev, .slick-next {
	display: block;
	position: absolute;
	background-color: transparent;
	color: transparent;
	display: block;
	width:30px;
	height:30px;
	top:45%;
	border:0;
	z-index: 4;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.slick-prev {
	left:30px;
}
.slick-next {
	right:30px;
}
.slick-prev:after, .slick-next:after {
	position: absolute;
	top:10px;
	color:#FFFFFF;
	font-family: "FontAwesome";
	font-size: 1.5em;
}
.slick-prev:after {
	content:"\f104";
	left:0;
}
.slick-next:after {
	content:"\f105";
	right:0;
}
.slick-prev:hover:after, .slick-next:hover:after {
	color:#E9979B;
}
.slick-dots {
	text-align: center;
	list-style: none;
	position: absolute;
	bottom:10px;
	width:100%;
	padding:0;
}
.slick-dots li {
	display:inline-block;
	margin-right:10px;
}
.slick-dots li.slick-active button {
	background-color:#E9979B;
}
.slick-dots li button {
	background-color: #FFFFFF;
	color: transparent;
	font-size: 0;
	border:0;
	border-radius: 50%;
	width:10px;
	height:12px;
	cursor: pointer;
}
/* End Homepage slider */

/* JS - About changes */
.about_highlight {
	background-color: #F5EEEC;
	padding:40px;
}
.bodywrap {
	width:960px;
	margin:0 auto;
}

/* Featured Gallery */
.featured_gallery_item {
	width:18.5%;
	margin: 0 1.5% 1.5% 0;
	border:1px solid #F5EEEC;
	float:left;
}
.featured_gallery_item:nth-of-type(5) {
	margin: 0 0 1.5% 0;
}
.featured_title {
	text-align: center;
	font-size: 0.8em;
	font-family: 'Georgia', sans-serif;
	margin:70px 0 0px 0;
	background:#fff;
}
.featured_title:before, .featured_title:after, .gallery_title:before, .gallery_title:after {
	content:"-";
	color:#E9979B;
	margin-left:4px;
	margin-right:4px;
}
/* End About Changes */

/* JS Homepage featured slideshow */
#featured_slideshow {
    position:relative;
    height:180px;
}
#featured_slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#featured_slideshow IMG.active {
    z-index:10;
}
#featured_slideshow IMG.last-active {
    z-index:9;
}
/* End featured slideshow */

/* JS - Gallery */
.gallery_holder, .instagram_and_blog_feed {
	background-color: #FFFFFF;
	overflow:hidden;
}
.instagram_and_blog_feed_filter {
	background-color: #F5EEEC;
	text-align: center;
	padding:20px 0;
	margin-bottom:8px;
}
.instagram_and_blog_feed_filter a {
	color: #A8A3A3;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
}
.instagram_and_blog_feed_filter a:hover, .instagram_and_blog_feed_filter a.active {
	color:#E9979B;
}
.instagram_and_blog_feed_filter a + a {
	margin-left:25px;
}
.instagram_and_blog_feed  {
	margin-bottom:-8px;
	margin-right:-8px;
}
.loading_bar {
	padding:0px 0;
	text-align:center;
	font-style: italic;
	font-family: 'Georgia', serif;
	color:#8B8D90;
	display:none;
	line-height: 70px;
	margin-bottom:10px;
}
.loading_bar img {
	vertical-align: middle;
	margin-right:15px;
}
.gallery_holder, .gallery_holder *, .share_holder, .share_holder * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery_intro_holder {
	margin-top:140px;
	width:100%;
	text-align: center;
	float:left;
}
.gallery_intro_holder:first-of-type {
	margin-top:0;
}
.gallery_intro {
	padding:0 25%;
	color: #A8A3A3;
	font-style: italic;
}

.gallery_contain {
	display: block;
	margin-right: -22px;
	margin-left:-22px;
}

.tile_container {
	text-align: center;
	width: 33%;
	max-width: 100%;
	display: inline-block;
}

.tile {
	border:1px solid #F5EEEC;
	max-width:346px;
	max-height:346px;
	padding:8px;
	margin: auto auto 80px;
}

.gallery_thumbnail_holder {
	display: table;
	position: relative;
	text-align: center;
	cursor: pointer;
	width:100%;
}

@media only screen and (max-width: 1100px){
	.tile_container {
		width: 49%;
	}
	.tile {
		width:100% !important;
		height:auto;
	}

	
}

@media only screen and (max-width: 750px){
	.tile_container {
		width: 100%;
	}
	.tile {
		padding:0px;
		border:none;
	}
	.gallery_thumbnail_holder{
		height: auto !important;
	}
}

.gallery_thumbnail_holder img {
	display: none;
}
.gallery_thumbnail_holder:after {
	content:"";
	position: absolute;
	top:0;left:0;
	width:100%;
	height:100%;
	opacity: 0;
	background:url('images/zoom.svg');
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.gallery_thumbnail_holder:hover:after {
	opacity: 0.4;
}
.img_holder {
	display: table-cell;
	vertical-align: middle;
}
.img_holder .gallery_hover {
	position: absolute;
	top:0;right:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.img_holder img {
	max-height: 330px;
	max-width:330px;
	display: block;
	margin: auto;
}

.gallery_thumbnail_holder:hover .img_holder .gallery_hover {
	opacity: 1;
}
.popup_gallery_holder img {
	max-height:400px;
}
.description_holder {
	position: absolute;
	top:106%;left:0;
	width:100%;
	text-align: center;
	font-style: italic;
	color:#8B8D90;
	display: table-cell;
	vertical-align: top;
	font-family: 'Georgia', sans-serif;
	font-size: 0.7em;
}
.fade {
	position: fixed;
	top:0;left:0;
	width:100%;height:100%;
	background-color: rgba(50,50,50,0.9);
	display: none;
	z-index: 99;
}
.popup_gallery_holder {
	text-align: center;
	position: fixed;
    top: 10%;
    left:0;
    width: 100%;
    z-index: 99;
	display: none;
}
.popup_gallery_holder img {
	border:5px solid #FFFFFF;
}
.popup_gallery_holder .prev, .popup_gallery_holder .next, .popup_gallery_holder .close {
	position: fixed;
	top:50%;
	width:28px;
	height:28px;
	font-size: 3em;
	color:#FFFFFF;
	cursor: pointer;
	font-family: 'FontAwesome';
}
.popup_gallery_holder .prev {
	left:50px;
	font-size: 2em;
}
.popup_gallery_holder .prev:after, .popup_gallery_holder .next:after, .popup_gallery_holder .close:after{	
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.popup_gallery_holder .prev:after {
	content: "\f104";
}
.popup_gallery_holder .next:after {
	content: "\f105";
}
.popup_gallery_holder .close:after {
	content: "\f00d";
}
.popup_gallery_holder .next {
	right:50px;
	font-size: 2em;
}
.popup_gallery_holder .close {
	right:90px;
	top:100px;
	font-size: 1.2em;
}
.popup_gallery_holder .prev:hover, .popup_gallery_holder .next:hover, .popup_gallery_holder .close:hover {
	color:#E9979B;
}
.popup_gallery_holder .img_details_holder {
	width:100%;
	text-align: center;
	font-style: italic;
}
.popup_gallery_holder .img_details_holder .description {
	color:#FFFFFF;
	margin-bottom:40px;
}
.popup_gallery_holder .img_details_holder .image_by, .popup_gallery_holder .img_details_holder .link_holder {
	color:#A8A3A3;
	line-height: 50%;
}
.popup_gallery_holder .img_details_holder .image_by:before, .popup_gallery_holder .img_details_holder .image_by:after, .popup_gallery_holder .img_details_holder .link_holder:before, .popup_gallery_holder .img_details_holder .link_holder:after {
	content:"-";
	color:#8B8D90;
	margin-left:4px;
	margin-right:4px;
}
/* End Gallery */

/* JS - Share buttons */
.share_holder {
	width:100%;
	text-align: center;
	margin-top:60px;
	float:left;
}
.share_button, .open_options {
	display:inline-block;
	width:48px;
	height:48px;
	line-height: 48px;
	margin-top:2px;
	background-color: #E9979B;
	color:#FFFFFF;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.share_button:hover {
	color:#FFFFFF;
	opacity:0.6;
}
.share_options {
	display:inline-block;
	overflow: hidden;
	width:0;
	height:48px;
	background-color: #E9979B;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.share_options.active {
	width:160px;
}
.share-alt-svg {
	background-image: url('images/icon-share.png');
	background-repeat: no-repeat;
	background-position: 12px 12px;
}
.share-alt-svg.active {
	background-image: url('images/icon-share.png');
	background-position: 12px -26px;
}
/* End Share  Buttons */

/* JS - Blog and Instagram Feed */
.feed_block, .feed_block * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.feed_block {
	position: relative;
	width: 20%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*margin: 0.5% auto 0 auto;*/
	border-right:solid #fff 8px;
	border-bottom:solid #fff 8px;
	float:left;
}

.feed_block a {
	display:block;
}
.feed_block a img {
	width:100%;
	visibility: hidden;
}
.feed_block .title_holder {
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	bottom:5%;
	left:5%;
	width:90%;
	height:80px;
	text-align: center;
	font-style: italic;
	color: rgba(255,255,255,0.9);
	padding:20px 2%;
	font-family: 'Georgia', sans-serif;
}
.feed_block a:hover .title_holder {
	bottom:1.5%;
	left:1.5%;
	width:97%;
	height:97%;
	padding-top:30%;
	background-color: rgba(0,0,0,0.7);
}
.details_holder {
	position: relative;
	font-style: italic;
	color: rgba(255,255,255,0.7);
	display:none;
	opacity:0;
	margin-top:20px;
	padding:20px 10px;
	width:100%;
	font-family: 'Open Sans Light', sans-serif;
}
.details_holder:after {
	content:"";
	position: absolute;
	top:0;left:50%;
	width:20px;
	margin-left:-10px;
	border-top: 2px solid #E9979B;
}
.read_blog, .see_instagram {
	color: rgba(255,255,255,0.7);
	font-size:10px;
	font-style:italic;
	margin-top:10px;
	padding-right:20px;
	text-align: right;
	position: absolute;
	font-family: 'Georgia', sans-serif;
}
.read_blog {
	bottom:10%;right:10%;
	height:10px;
	display:none;
	opacity:0;
	padding-top: 2px;
}
.see_instagram {
	color:rgba(255,255,255,0);
	background-color: rgba(0,0,0,0);
	padding:12px 30px 8px 15px;
	bottom:5%;right:5%;
	height:35px;
}
.feed_block:hover .see_instagram {
	color: rgba(255,255,255,0.7);
	background-color: rgba(0,0,0,0.7);
}
.feed_block a:hover .details_holder, .feed_block a:hover .read_blog {
	display:block;
	opacity:1;
}
.read_blog:before, .see_instagram:before {
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	font-size:15px;
	position:absolute;
	color:#E9979B;
}
.read_blog:before {
	content:"\f02e";
	top:2px;right:0;
}
.see_instagram:before {
	content:"\f16d";
	top:10px;right:10px;
	color:rgba(255,255,255,0.4);
}
.feed_block:hover .see_instagram:before {
	color:#E9979B;
}
/* End Blog and Instagram Feed */

/* JS - Other CSS */
.featured_slideshow {
	float:left;
	width:17%;
	margin-right: 1.8%;
}
.featured_slideshow img {
	border:1px solid #F5EEEC;
}
.featured_banner {
	position: absolute;
	top:-60px;left:1px;
	width:100%;
	height:20px;
	color: #A8A3A3;
	font-style: italic;
	z-index: 99;
}
.testimonial {
	float:right;
	margin:0;
	width:28%;
}
.testimonial h2 {
	color:#E9979B;
}
/* End Other CSS */

.tagline p:before, .tagline p:after, .gallery_navigation li:before, .gallery_navigation li:after{
	content:"-";
	color:#E9979B;
	margin-left:4px;
	margin-right:4px;
}


.containit {
	max-width:1200px;
	margin:auto;
	margin-top:30px;
	padding:0 30px;
}

.blog .containit {
	max-width: 960px;
}

.mygallery {
	margin-top:-9px;
	width:100%;
	overflow: hidden;
}

.remove {
    clear:both;
    width:100%;
    float:left;
}

.images_container {
	overflow:hidden;
	overflow:hidden;
	max-height:724px;
	margin-bottom:6px;
}

.rowone, .rowtwo {
    display:inline-block;
    height:358px;
    overflow:hidden;
}

.images_container img {
	margin-right:8px;
	margin-bottom:4px;
   	height:358px;
    width:auto;
}

.images_container a:last-child {

}

.images_container a {
	float:left;
	border:0px;
	padding:0px;
}


.gallery_navigation {
	background:#333333;
	display:inline-block;
	width:100%;
	line-height:90px;
	position:relative;
	z-index:999;
}
.gallery_navigation ul {
	list-style:none;
	padding:0px;
	margin:0px;
    padding-right:2%;
    padding-left:2%;
}

.gallery_navigation li {
	text-decoration:none;
	color:#fff;
	margin-right:20px;
	float:left;
	text-transform:lowercase;
	font-size:12px;
	cursor:pointer;
}

.gallery_navigation li:hover, .gallery_navigation .active {
	color:#E9979B;
}

.gallery_description {
	margin-top:-140px;
	padding:5px 0px 15px 0px;
	position:absolute;
	z-index:2;
	width:calc(100% - 16px);
	background: rgb(254, 254, 254) transparent;
	background: rgba(254, 254, 254, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	height:105px;
	display:none;
}

.gallery_description p, .gallery_description h1 {
	margin:0px;
	padding-left:50px;
	padding-right:50px;

}

.gallery_description:before {
	content:"";
	height:3px;
	background:#E9979B;
	width:100%;
	display:block;
}

.gallery_description h1 {
	padding-top:15px;
	padding-left:50px;
	display:block;
	font-style:italic;
	color:#E9979B;
}

.gallery_description p {
	padding-left:50px;
}

.fancypinkline:after {
	content:"";
	background:#E9979B;
	width:100%;
	margin-top:-2px;
	height:2px;
	display:block;
}

.page-content {
	margin-top:70px;
	margin-bottom:70px;
}

.button {
	color:#E9979B;
	font-size:10px;
	font-style:italic;
	text-decoration:none;
}

.button a {
	color:#E9979B;
}

.button:before {
	content:"\f02e";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	font-size:15px;
	position:relative;
	top:2px;
	margin-right:10px;
	color:#E9979B;
}


.button a:hover, .button{
    color:#A8A3A3;
}

.button:hover:before {
    color:#A8A3A3;
}

.footer {
    margin-top:60px;
}

.fancyline:before {
	content:"";
	background:#333333;;
	width:100%;
	height:5px;
	display:block;
}

.fancyline:after {
	content:"";
	background:#E9979B;
	width:100%;
	height:2px;
	margin-top:1px;
	display:block;
}

.blogfeed {
	margin:40px 0px 50px 0px;
}

.blogfeed h2 a{
	color:#A8A3A3;
	text-decoration:none;
}

.blogfeed h2 a:hover {
	color:#E9979B;
}

.blogfeed .circular_line {
	width: 106px;
	height: 106px;
	border-radius: 53px;
	-webkit-border-radius: 53px;
	-moz-border-radius: 53px;
	border:solid #E9979B 1px;
	text-align:center;
	float:left;
	margin-right:15px;
	text-decoration:none;
}

.blogfeed .circular {
	width: 100px;
	height: 100px;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	margin:3px;
}

.blogfeed .circular_line i {
	color:#E9979B;
	font-size:10px;
	position:relative;
	display:block;
	width:100%;
}

.grey-footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	background:#F5F7F5;
	line-height:100px;
	color:#9EA0A3;
	font-size:11px;
	padding:0px 2% 0px 2%;
}

.grey-footer a {
	color:#9EA0A3;
	text-decoration:none;
}

.grey-footer a:hover {
	color:#666;
}

.footer-navigation {
	float:left;
	border-right:solid 1px #fff;
	text-transform:uppercase;
	padding-right:2%;
}

.footer-navigation ul, .footer-social ul, .footer-backtop ul, .footer-copyright ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.footer-navigation li, .footer-social li, .footer-backtop li, .footer-copyright li {
	float:left;
	margin:0px 4px 0px 4px;
}

.footer-backtop {
	float:right;
	border-left:solid 1px #fff;
	height:100px;
	font-size:24px;
	padding-left:2%;
}

.footer-copyright {
	float:right;
	border-left:solid 1px #fff;
	padding:0px 2% 0px 2%;
}

.footer-copyright p {
	margin:0px;
}

.footer-social {
	float:right;
	border-left:solid 1px #fff;
	font-size:16px;
	padding:0px 2% 0px 2%;
}

.contact_tab {
	background-image:url('images/Contact_tab.png');
	width:296px;
	height:141px;
	position:fixed;
	z-index:98;
	top:180px;
	right:-70px;
}

.contact_tab .content {
    margin-top:26px;
    margin-left:30px;
    width:200px;
    font-family: Georgia, "Times New Roman", Times, serif;
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	font-size:28px;
	color:#fff;
}

.contact_tab p, .contact_tab ul {
    margin:0px;
    padding:0px;
    padding-left:10px;
}

.contact_tab hr {
    border:0px;
    border-bottom:dashed 1px #fff;
    padding:0px;
    margin:0px;
    margin:3px 0px 3px 0px
}

.contact_tab ul {
    padding:0px;
    margin:0px;
    list-style:none;
    margin-left:14px;
}

.contact_tab li {
    float:left;
    margin-right:8px;
}

.contact_tab a {
    color:#fff;
    text-decoration:none;
    font-size:22px;
}

.contact_tab a:hover {
	color:#f9cfd1;
}

.btnTop {

	cursor:pointer;
}

/*Form Style*/

input[type="submit"] {
    background:#666;
    border:0px;
    padding:10px;
    color:#fff;
    cursor:pointer;
}

input[type="submit"]:hover {
    background:#888;
}

#commentBox {
    display:inline-block;
    width:100%;
}

#commentForm {
display:inline !important;
}

.meta {
    margin-bottom:20px;
}

.author-profile {
	clear: both;
	margin-bottom: 25px;
	border-bottom: solid 1px #cccccc;
}

	.author-profile p.about {
		font-size: 30px;
		font-family: 'Georgia', sans-serif;
		color: rgb(168, 163, 163);
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: solid 1px #cccccc;
	}

	.author-profile blockquote.bio {
		background: none;
		padding-left: 0;
		font-size: 24px;
	}

	.author-profile ul.social {
		list-style: none;
		margin: 0;
		clear: both;
		display: block;
		height: 50px;
		padding: 5px 0 10px 10px;
	}

		.author-profile ul.social li {
			float: left;
			margin-right: 15px;
		}

			.author-profile ul.social li a {
				font-size: 32px;
			}

			.author-profile ul.social .fa-facebook-square {
				color: #3b5998;
			}

			.author-profile ul.social .fa-twitter {
				color: #00acee;
			}

			.author-profile ul.social .fa-google-plus-square {
				color: #dd4b39;
			}

/* JS - Mobile Menu */
.main_menu {
	display:block;
}
.mobile_menu {
	display:none;
}
/* End Mobile Menu */
@media only screen and (min-width: 1400px){
	.navigation li {
		margin-left: 28px;
	}
	.home_slider_img_holder {
		min-height: 700px;
	}
	.home_slider_img_holder h2 {
		padding-top: 315px;
	}
	.popup_gallery_holder img {
		max-height:500px;
	}
}

@media only screen and (max-width: 1199px){
	.main_menu {
		display:none;
	}

	.navigation {
		width:100%;
		margin:0;
	}
	.navigation li {
		float:none;
		line-height:44px;
		margin-left:0px;
		text-align:center;
		width:100%;
	}
	.mobile_menu {
		position: absolute;
		top:0;left:0;
		background-color: #333333;
		width:100%;
		z-index:4;
		padding:58px 0;
		z-index: 5;
	}

	.navigation ul.sub-menu {
		padding:0px !important;
	}

	.sub-menu ul li {
		background-color: #474747;
	}

	.mobile_burger {
	  position: absolute;
	  top:64px;
	  right:40px;
	  width:30px;
	  height:30px;
	  z-index: 6;
	}
	.mobile_burger span {
	  position: absolute;
	  left: 0;
	  background: #FFFFFF;
	  width: 100%;
	  height:5px;
	}
	.mobile_burger span.top {
	  top: 0;
	}
	.mobile_burger span.middle {
	  top:11px;
	}
	.mobile_burger span.bottom {
	  top:22px;
	}
	.mobile_burger span {
	  -webkit-transition: -webkit-transform 0.35s ease-out 0s, opacity 0.35s ease-out 0.35s, top 0.35s ease-out 0.35s;
	  transition: -webkit-transform 0.35s ease-out 0s, opacity 0.35s ease-out 0.35s, top 0.35s ease-out 0.35s;
	}
	.mobile_burger:hover span, .mobile_burger.active span {
	  -webkit-transition: top 0.35s ease-out 0s, opacity 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0.35s;
	  transition: top 0.35s ease-out 0s, opacity 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0.35s;
	}
	.mobile_burger:hover span.top, .mobile_burger.active span.top {
	  top: 11px;
	  -ms-transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	.mobile_burger:hover span.bottom, .mobile_burger.active span.bottom {
	  top: 11px;
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	.mobile_burger:hover span.middle, .mobile_burger.active span.middle {
	  opacity: 0;
	}
	.navigation ul.sub-menu {
		position: relative;
		top:initial;
		left:initial;
		background-color:#333333;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		padding-bottom:0;
		width:100%;
		display:none;
		opacity:1;
	}
	.navigation ul.sub-menu li {
		line-height:44px;
		background-color:#474747;
	}

	.navigation ul.sub-menu {
		padding-left:0px !important;
	}

	.navigation ul.sub-menu.show {
		top:initial;
	}
}

@media only screen and (max-width: 959px){
	.one_half,
	.one_third,
	.two_third,
	.one_fourth,
	.three_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth {
		width:100%;
		margin-bottom:30px;
	}

	.slick-prev, .slick-next {
		display:none;
	}

	.mygallery {
	   margin-bottom:0px;
	}

	.images_container {
	   height:364px;
	   margin-bottom:0px !important;
	}

	.remove {
	   display:none;
	   width:0px;
	   clear:none;
	}

	.mCSB_buttonLeft, .mCSB_buttonRight {
	   margin-top:-195px !important;
	}

	.gallery_description {
        display:none !important;
    }
    .bodywrap {
    	width: 100%;
    }

    .featured_slideshow, .testimonial {
		width:49%;
	}
	.testimonial {
		float:right;
	}

	#featured_slideshow IMG {
		left:50%;
	}
}


@media only screen and (max-width: 740px){

	.main_menu, .contact_tab {
		display:none;
	}
	.home_slider_img_holder {
		min-height: 300px;
	}
	.home_slider_img_holder h2 {
		padding-top: 133px;
		font-size: 2em;
	}
	.slick-prev, .slick-next {
		display:none;
	}
	.containit {
		padding:0 1%;
		text-align: center;
	}
	.featured_slideshow {
		margin-bottom: 30px;
	}
	.featured_slideshow, .testimonial {
		width:100%;
		float:left;
	}

	.featured_gallery_item {
		text-align: center;
	}
	.feed_block {
		width:50%;
	}
	.footer-backtop,  .footer-copyright, .footer-navigation, .footer-social{
        display:inline-block;
        margin:0px;
        padding:0px;
        width:100%;
        border:0px;
        border-bottom:solid 1px #fff;
	}
	.contact_tab {
	   display:none;
	}
}

@media only screen and (max-width: 500px){

	.logo {
		width:200px;
		margin: 20px 0px 20px 20px;
	}
	.tagline {
		display:none;
	}

	.footer ul {
		display:table;
		margin:auto;
	}

	.footer li {
		display:table-cell;
	}

	.mobile_burger {
	  top:55px;
	  right:40px;
	}

	.feed_block {
		width:100%;
	}

	.popup_gallery_holder .close {
		top:10%;
		right:5%;
	}
	.popup_gallery_holder img {
		width:95%;
		max-height:100%;
		margin:0 auto;
	}
	.popup_gallery_holder .prev, .popup_gallery_holder .next, .popup_gallery_holder .close {
		text-shadow:0 0 10px #333333;
	}
	.popup_gallery_holder .next {
		right:4%;
	}
	.popup_gallery_holder .prev {
		left:4%;
	}
}
