@import url("webfonts/stylesheet.css");
/******************************************************************************************************************* 

	Theme Name: Secret Design
	Author: Silver Lane Studio
	Author URI: http://silverlanstudio.com/
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
	Purpose-1.0.8
	
	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php

********************************************************************************************************************

	Table of Contents:

	 0.	Global
	 1.	Hyperlinks		
	 2.	Headings
	 3.	Header
	 4.	Navigation
	 5.	Slideshow
	 6.	Homepage
	 7.	Content
	 8. Post Formats
	 9. Social Media
	10. Pagination
	11.	Images
	12. Portfolio
	13.	Wordpress Gallery
	14.	Sidebar
	15.	Widgets
	16.	RSS Widget
	17.	Calendar Widget
	18.	Custom Menu Widget
	19.	Search Form
	20.	Footer
	21.	Comments
	22.	Buttons
	23. Tables
	24. Forms
	25. CSS3 Styles
	26. WooCommerce
	27. Grid
	  
*******************************************************************************************************************/

body {
	background-color: #ffffff;
	color: #111;
	font-size: 1.08em;
	font-family: 'Karla', sans-serif;
	font-weight: 100;
	line-height:1.5;
	letter-spacin0.75px;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	0.	Global									*
************************************************/

p {
	padding: 12px 0px;
	margin: 0px;
	}
p:empty {
	display: none;
	}
em {
	font-family: 'brandon_grotesqueMdIt';
	}
strong {
	font-family: 'brandon_grotesquebold';
	}	
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #DDDDDD;
	background-color: #DDDDDD;
	margin: 6px 0px 8px 0px;
	padding: 0px;
	}
ol, ul {
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
	}
ol li {
	list-style: inside;
	list-style-type: decimal;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
	}
ul{
	margin:0px;
	padding:10px 0px 10px 20px;
}
ul li {
	line-height:1.2;
	}
ul ol li, ul ol ul ol li {
    list-style-type: decimal;
	}
ol ul li, ol ul ol ul li {
    list-style-type: square;
	}
blockquote {
	color: #333333;
	color: rgba(0, 0, 0, 0.8);
	font-family: 'Karla', sans-serif;
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.6;
	margin: 20px 0px;
	padding: 20px;
	border-top: 1px solid #DDDDDD;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid #DDDDDD;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
blockquote p {
	margin: 0px;
	padding: 0px;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
code, pre {
	background: #F9F9F9;
	font-family: Courier, Verdana, Tahoma, Verdana;
	font-size: 13px;
	line-height: 1.4;
	margin: 12px 0px;
	padding: 6px 8px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	}
code {
	display: inline;
	white-space: normal;
	}
pre {
	display: block;
	}
pre code {
	padding: 0px;
	border: none;
	border-radius: 0px;
	}
img {
	-ms-interpolation-mode: bicubic;
	height: auto;
	}
img, object, embed {
	max-width: 100%;
	margin: 0px auto 0px;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
.clear {
	clear: both;
	}
.hidden {
	display: none;
	}
.text-left { 
	text-align: left; 
	}
.text-right { 
	text-align: right; 
	}
.text-center { 
	text-align: center; 
	}
.text-hide,
.container .headline.text-hide {
	font-size: 0;
	line-height: 0;
	margin-left: -999em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
.align-center {
	float: none;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
.align-left {
	float: left;
	}
.align-right {
	float: right;
	}
.vertical-center {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}

/************************************************
*	1.	Hyperlinks								*
************************************************/

a img {
	border: none;
	}
a, a:link {
	color: #fb9021;
	text-decoration: none;
}	
/************************************************
*	2.	Headings  								*
************************************************/

h1, h2, h3,
h4, h5, h6 {
	font-family: 'brandon_grotesquebold';
	font-style:normal;
	line-height: 1.2;
	letter-spacing:-1px;
	font-weight:normal;
	}
h1 {
	font-size: 3.4em;
	margin: 4px 0px;
	padding: 4px 0px;
	}
h2 {
	font-size: 2.6em;
	margin: 4px 0px ;
	padding: 4px 0px;
	letter-spacing:2px;
	}
h3 {
	font-size: 1.9em;
	margin: 4px 0px;
	padding: 4px 0px;
	}
h4 {
	font-size: 1.6em;
	margin: 10px 0px;
	padding: 4px 0px;
	font-weight: 100;
	letter-spacing:0px;
	text-transform:none;
	}
h5 {
	font-size: 1.4em;
	margin: 4px 0px;
	padding: 4px 0px;
	font-weight: 100;
	letter-spacing:0px;
	text-transform:none;
	}
h6 {
	font-size: 1.2em;
	letter-spacing: 0.2px;
	margin: 6px 0px 4px 0px;
	padding: 6px 0px 12px 0px;
	letter-spacing:0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	border: none;
	}
h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
	color: #fb9021;
	border: none;
	}
.headline {
	font-size: 3.4em;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	}
.headline.img-headline {
	color: #fff;
	position: relative;
	font-size: 1.2em;
	text-align: center;
	letter-spacing: -2px;
	z-index:1;
	}
.headline.small {
	font-size: 2.4em;
	font-weight: 400;
	}
.title {
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.6;
	text-transform: uppercase;
	margin: 0px;
	padding: 6px 0px;
	}
.headline.img-headline .title_bg_white{
	margin:10% 0;
	padding:0;
}
/*.headline.img-headline .title_bg_white h5{
	padding: 13% 27%;
	max-width:400px;
}*/
.headline.img-headline .title_bg_white h5{
	box-sizing: border-box;
    margin: 0 auto;
    max-width: 600px;
    min-width: 240px;
    padding: 15%;
    width: 75%;
}

/************************************************
*	3.	Header  								*
************************************************/

#header {
/*	position:absolute;*/
	width: 100%;
	line-height: 0;
	margin: 0px;
	z-index: 99;
	border-bottom:1px solid rgba(0,0,0,0.2);
	}
.home #header{
	border-bottom:none;
}
#header.solid_header{
	background-color:#fff;
}
.headerTable{
	display:table;
	table-layout:fixed;
	width:100%;
}
#header .logo,
#header .navmenu{
	display:table-cell;
	vertical-align:middle;
}
#header .logo{
	background-color:#fb9021;
	padding-top:31px;
	padding-bottom:40px;
	text-align:center;
	width:17%;
}
#header .logo a{
	display:block;
	max-width:260px;
	margin:0 auto;
}
#header .navmenu{
	text-align:right;
	padding:25px 50px;
	width:83%;
	box-sizing:border-box;
}
.nav_top{
	text-align:left;
	border:2px solid #000;
	width:100%;
}
.nav_top:after{
	content:" ";
	display:block;
	clear:both;
}
.nav_top h5{
	display:block;
	text-transform:capitalize;
	font-size:1.25em;
	letter-spacing:normal;
	padding:10px;
	margin:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.nav_top h5.header_title{
	width:45%;
	border-right:2px solid #000;
	text-align:center;
	
}
.nav_top h5.contact_no{
	width:30%;
    position: relative;
	text-align:center;
}
.nav_top h5.contact_no a{
	color:#000;
}
.nav_top h5.contact_no a:hover{
	color:#fb9021;
}
.nav_top h5.contact_no:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 80%;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #000;
	border-style: solid;
	border-width:23px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.nav_top h5.contact_no:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 80%;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 21px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.header_social{
	font-size:1.5em;
	display:inline-block;
	width:23%;
	text-align:center;
}
.social-icons{
	display:inline-block;
}
.header_social a{
	color:#111;
	display:block;
	padding:10px;
}
.header_social a:hover{
	color:#fb9021;
}
/************************************************
*	4.	Navigation 								*
************************************************/

#navigation {
	float: left;	
	display: block;
	position: relative;
	font-size: 1.05em;
	font-family: 'brandon_grotesqueblack';
	font-weight: 400;
	text-transform: uppercase;
	margin:  0px 0px;
	padding: 10px 35px;
	z-index: 99;
	border-top:2px solid #000;
	text-align:center;
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}
.menu-toggle {
	display: none;
	cursor: pointer;
	}
.main-small-navigation ul.mobile-menu {
	display: none;
	}
	
/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu {
	line-height: 1.0;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	}
.menu ul ul, ul.menu ul {
	position: absolute;
	top: -9999px;
	width: 240px; /* left offset of submenus need to match (see below) */
	}
ul.menu ul, ul.sub-menu {
	left: 50%;
	margin-left: -120px;
	}
.menu ul ul ul, ul.menu ul ul {
	margin: 0px;
	}
.menu ul li ul li, ul.menu ul li {
	width: 100%;
	margin: 0px;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	display: inline-block;
	position: relative;
	}
.menu li li {
	display: block;
	position: relative;
	}
.menu a {
	display: inline-block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	top: 40px; /* match top ul list item height */
	margin-top: 0px;
	z-index: 99;
	}
.sub-menu li:hover ul{
	top: 40px; /* match top ul list item height */
	margin-top: -40px;
	z-index: 99;
	}	
.header-large .menu li:hover ul,
.header-large .menu li.sfHover ul {
	margin-top: 0px;
	}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 180px; /* match ul width */
	top: 0;
	}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 180px; /* match ul width */
	top: 0;
	}
	
/*** SKIN ***/
.menu {
	margin-bottom: 0;
	}
.menu ul.sub-menu, 
.menu ul.children {
	background-color: #f9f9f9;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, .12);
	}
.menu a {
	background: none;
	line-height: 40px;
	text-decoration: none;
	letter-spacing: 3px;
	margin: 0px 1px;
	padding: 0px 20px;
	color:#111 !important;
	text-transform: uppercase;
	font-family: 'brandon_grotesqueblack';
	}
	

.menu a:focus, 
.menu a:hover, 
.menu a:active,

{
	outline: 0;
}
.menu a:hover, 
.current-menu-item a,
.menu-item:hover > a{
	color:#fb9021 !important;
}
.menu li li a {
	display: block;
	background: none;
	font-size: .9em;
	text-transform:uppercase;
	text-align:left;
	line-height:normal;
	margin: 0px;
	padding: 14px 12px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	}
.menu li li:nth-child(2) a {
	border-top: none !important;
	}
#wrap .menu li li a,
#wrap .menu li li a:link,
#wrap .menu li li a:visited {
	color: #999999 !important;
	color: rgba(0, 0, 0, 0.4) !important;
	} 
.menu li li a:focus,
.menu li li a:hover,
.menu li li a:active {
	background: rgba(0, 0, 0, 0.04);
	outline: 0;
	} 
#wrap .menu li li a:focus,
#wrap .menu li li a:hover,
#wrap .menu li li a:active {
	color: #333333 !important;
	color: rgba(0, 0, 0, 0.8) !important;
	}
.menu li li a:hover {
	color: #333333;
	color: rgba(0, 0, 0, 0.8);
	}
.menu li.sfHover:hover {
	outline: 0;
	} 
.menu li {
	margin: 0px;
	}
.menu li li {
	background: none;
	text-align: center;
	margin: 0px;
	}
.menu .nav-arrow {
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -3px;
	width: 0; 
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #f9f9f9;
	z-index: 9;
	}
.menu ul.children ul.children .nav-arrow,
.menu ul.sub-menu ul.sub-menu .nav-arrow {
	display: none;
	}
	
/*** ARROWS **/
.sf-arrows .sf-with-ul {
	padding-right: 14px;
	}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 4px;
	margin-top: -1px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 3px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.4); /* edit this to suit design (no rgba in IE8) */
	}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: rgba(0, 0, 0, 0.4); /* IE8 fallback colour */
	}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -3px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: rgba(0, 0, 0, 0.4); /* edit this to suit design (no rgba in IE8) */
	}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: rgba(0, 0, 0, 0.4);
	}
	
/************************************************
*	5. Slideshow							    *
************************************************/
.banner_wrap{
	position:relative;
	/*background-image: url(images/filling_circles.gif);*/
	background-repeat:no-repeat;
	background-position:center center;
}
#home-banner_content{
	position:relative;
	display:block;
	/*visibility:hidden;*/
	width:100%;
}
#home-banner_content .slider_image{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
#home-banner_content .slider_image img{
	display:block;
	visibility:hidden;
}
.banner_content_wrap{
	text-align:center;
	color:#fff;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:100%;
}
.banner_content{
	margin:0 auto;
	font-family: 'oswald';
}
.banner_content h1{
	letter-spacing:7px;
	font-size:5em;
}
.banner_content_wrap h3{
	display:block;
	text-transform:none;
	letter-spacing:2px;
	font-size:2.2em;
	max-width:750px;
	margin:0 auto;
}
.banner_content_wrap h4{
	display:block;
}
.banner_content_wrap span{
	display:inline-block;
}
#home-banner_content .slick-dots{
	bottom: 30px;
}
#home-banner_content .slick-next{
	right: 24px;
	background:url(images/arrow-right.png) no-repeat !important;
	width:27px;
	height:55px;
}
#home-banner_content .slick-prev{
	left: 24px;
	background:url(images/arrow-left.png) no-repeat !important;
	width:27px;
	height:55px;
}
.slick-prev, .slick-next{
	z-index: 99;
}
.slick-prev:before, .slick-next:before{
	display: none;
}
/*---------------------owl-carousel-theme-----------------------*/
/*.owl-prev{
	background:url(images/arrow-left.png) no-repeat !important;
	width:27px;
	height:55px;
	position:absolute;
	left:7%;
}
.owl-next{
	background:url(images/arrow-right.png) no-repeat !important;
	width:27px;
	height:55px;
	position:absolute;
	right:7%;
}
.owl-theme .owl-controls{
	position:absolute;
	top:40%;
	width:100%;
	margin:0 !important ;
}
.owl-theme .owl-controls .owl-page span{
	display:none !important;
}
.owl-theme .owl-controls .owl-buttons div{
	
}*/

/************************************************
*	6.	Homepage 					     	    * 
************************************************/
.homesection{
    display:table;
	width:100%;
}
.homesection:after{
	content:" ";
	display:block;
	clear:both;
}
.section_content_full{
	padding:9% 0px;
}
.section_title{
	line-height:1;
	margin:0px 0px 5% 0px;
	padding:0px;
	font-weight:100;
	font-family: 'brandon_grotesquemedium';
	letter-spacing:2px;
}
.title_bg_white{
	background:url(images/title-border-white.png) no-repeat center center;
	background-size:100% 100%;
	padding:5% 10%;
	display:inline-block;
}
.title_bg_dark{
	background:url(images/title-border-dark.png) no-repeat center center;
	background-size:100% 100%;
	padding:5% 10%;
	display:inline-block;
	margin:0;
}

/*WHAT WE DO*/
.what_we_do{
	color:#fff;
	text-align:center;
}

/*Booking Section*/
.book_section_wrap{
	position:relative;
	color:#fff;
}
.book_section_left{
	box-sizing:border-box;
	padding:5%;
	margin-right:50%;
	background-repeat:no-repeat;
	background-size:cover;
}
.book_section_left_content{
	background:rgba(0, 0, 0, 0.5);
	box-sizing:border-box;
	max-width:300px;
	padding:25px 40px;
}
.book_section_left h3{
	letter-spacing:2px;
}
.book_section_right{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	width:50%;
	background-color:#fb9021;
}
.book_section_right h3{
	background-color:#000;
	margin:0;
	padding:20px 0;
	text-align:center;
}
.book_section_right_content{
	padding:5%;
}

/*Services*/

.services{
}
.services .section_content_full{
	text-align:center;
	padding:9% 0 15%;
}
.servicesTable{
	display:table;
	table-layout:fixed;
	width:100%;
}
.ServicesCell{
	display:table-cell;
	vertical-align:top;
}
.services_item_wrap{
	position:relative;
}
.service_item{
	position:relative;
	margin:7% 7% 0;
}
.service_item img{
	display:block;
}
.services_item_content{
	background-color:#fff;
	position:absolute;
	top:75%;
	left:0;
	right:0;
	margin:0 20px;
	padding:5px 20px;
	text-align:left;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, .2);
}
.services_item_content h5{
	margin:10px 0 0;
}
.services_item_content a{
	color:#000;
}

/*Blog */
.blog_section{
}
.blog_section a.button{
	color:#fff;
	border:1px solid #fff;
}
.blog_title{
	font-family: 'brandon_grotesque_regularRg';
	border:1px solid #000;
	border-left:none;	
	text-align:center;
	padding:25px 0;
	margin-right:25%;
	margin-top:0;
	position:relative;
}
.blog_title:before{
	content:" ";
	position:absolute;
	top:-1px;
	bottom:-1px;
	left:-200%;
	right:100%;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}
.blog_content_wrap:last-child{
	margin-bottom:0;
}
.blog_content_wrap{
	position:relative;
	margin-right:10%;
	margin-bottom:5%;
	color:#fff;
}
.blog_content_wrap a, .blog_content_wrap a{
	color:#fff;
}
.blog_content_wrap a, .blog_content_wrap a:hover{
	color:#fff;
}
.blog_content_wrap.blog_odd{
	background-color:#008083;
}
.blog_content_wrap.blog_even{
	background-color:#e68725;
}
.blog_content{
	padding:10px 20px 10px 54%;
}
.blog_content_wrap.blog_even .blog_content{
	padding:10px 54% 10px  20px;
}
.blog_content_wrap.blog_even .blog_img{
	right:0;
	left:auto;
}
.blog_img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:50%;
	overflow:hidden;
}
.blog_img img{
	visibility:hidden;
}
.blog_button{
	padding:10px 0;
}

/*Service areas*/
.service_areas{
	color:#fff;
}
.service_areas_content{
	padding:5% 0;
}
/*Google map Custom styles*/
.animated.swing{
	padding-top:100%;
}
/*Downloads page*/
.edd_purchase_submit_wrapper{
	text-align:center;
}


/************************************************
*	7.	Content 					     	    * 
************************************************/

.content {
	max-width: 1200px;
	margin: 0px auto 0px;
	padding: 0px 36px;
	position: relative;
	}
.content.no-thumb, .no-thumb {
	/*padding-top: 105px;*/
	}
.article {
	display: block;
	box-sizing: border-box;
    padding: 0 25px;	
}
.blog-holder, 
.archive-holder {
	background: #f9f9f9;
	position: relative;
	margin-bottom: 48px;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	}
.blog-holder .article,
.archive-holder .article {
	padding: 24px 36px;
	}
.postarea {
	padding: 64px 24px 64px 0px;
	}
.postarea.right {
	padding: 64px 0px 64px 24px;
	}
.postarea.full {
	margin: 0px auto 0px;
	padding: 64px 0px;
	}
.postarea.wide {
	padding: 64px 0px;
	}
.postarea.middle {
	padding: 64px 24px;
	}
.post-meta {
	display: block;
	color: #999999;
	font-size: 0.8em;
	margin: 12px 0px;
	padding: 12px 0px 0px 0px;
	border-top: 2px solid rgba(0, 0, 0, 0.08);
	overflow: hidden;
	}
.post-meta p {
	margin: 0px;
	padding: 0px;
	}
.post-meta .align-left,
.post-meta .align-right {
	max-width: 50%;
	}
.blog-holder .post-meta,
.archive-holder .post-meta {
	padding: 12px 24px;
	margin: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	}
.post-edit-link {
	display: inline-block;
	margin: 12px 0px;
	}
.author-column {
	float: right;
	width: 72%;
	margin-top: 20px;
	padding-left: 4%;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	}
.author-posts {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	}
.author-posts li {
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
.archive-column {
	float: left;
	font-size: 0.9em;
	width: 30%;
	margin: 0px;
	padding-right: 5%;
	}
.archive-column.last {
	padding-right: 0;
	}
.wp-audio-shortcode {
	margin: 12px 0px;
	}
.text-white h1, .text-white h2, .text-white h3,
.text-white h4, .text-white h5, .text-white h6 {
	color: #ffffff;
	color: rgba(255, 255, 255, 1);
	}
.text-white p, .text-white blockquote, .text-white {
	color: #ffffff;
	color: rgba(255, 255, 255, 0.8);
	}
.sticky {
	display: block;
	position: relative;
	}
.bypostauthor {
	display: block;
	position: relative;
	}

/*Masonry Layout*/
#masonry_list{
	width:100%;
	margin-top:15px;
}
.masonry_item{
	width:33.33%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.masonry_item_holder{
	padding:0px;
	text-align:left;
	margin:15px;
	-webkit-transition:all linear 0.2s;
	transition:all linear 0.2s;
}
.masonry_item_holder .article{
	padding:15px;
}
.masonry_item_holder h3{
	font-size:1.3em;
}
.masonry_item_holder a{
	color:#004684;
}
.masonry_item_holder a:hover, 
.masonry_item_holder:hover a{
	text-decoration:none;
}
.masonry_item_holder:hover{
	background:#fff;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.masonry_item_holder .feature-img, 
.masonry_item_holder .feature-vid{
	margin:0;
	background-repeat:no-repeat;
	background-size:cover;
}
.masonry_item_holder .feature-img img{
	visibility:hidden;
}
.masonry_blog_item .feature-img a img{
	display:block;
	width:100%;
	visibility:hidden;
}
.masonry_blog_item .feature-img a{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.masonry_blog_item .button_link{
	color:#377e82;
	text-transform:uppercase;
	font-family: 'brandon_grotesquebold';
}
.searchSection{
	padding-bottom:4%;
}


/*Testimonials Page*/
.TestimonialTable{
	display:table;
	table-layout:fixed;
	width:100%;
	direction:ltr;
}
.TestimonialTable.rtl{
	direction:rtl;
}
.testimonialImageCell,
.testimonialContentCell{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	direction:ltr;
}
.testimonialImageCell{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.testimonialImageCell img{
	visibility:hidden;
	display:block;
	width:100%;
}
.testimonialContentBox{
	padding:10%;
}
	
/************************************************
*	8.	Post Formats   							*
************************************************/
.post-template-default{
	background-color:#f5f5f5;
}
.postareaBg{
	background-color:#fff;
	padding-bottom:0px !important;
}
.postInnerWrap{
	padding:0 10% 4% 10%;
	margin:0 auto;
}
.author_image{
	display:block;
	max-width:120px;
	margin:0 auto;
	border-radius:150px;
	-webkit-border-radius:150px;
	overflow:hidden;
}
.author_image img{
	display:block !important;
	width:100%;
	margin:0 !important;
}
.author_name{
	font-family: 'brandon_grotesquebold';
	font-size:26px;
	text-align:center;
	padding:15px 0;
}
.post_categories{
	text-align:center;
	font-family: 'brandon_grotesquebold';
	padding-bottom:4%;
}
.post_categories span{
	color:#fb9021;
}
.post_categories a{
	color:#000;
}
.post_categories a:hover{
	color:#fb9021;
}

.blog-holder .headline.img-headline a,
.slideshow .headline a {
	color: #ffffff !important;
	text-decoration: none !important;
	}
.blog-holder .format-video .feature-vid {
	margin: 0px;
	}
.blog-holder .format-image {
	position: relative;
	}
.blog-holder .format-image .feature-img {
	position: relative;
	margin: 0px;
	z-index: 6;
	}
.blog-holder .format-image .caption {
	display: block;
	background: rgba(0, 0, 0, 0.6);
	color: #FFFFFF;
	width: 100%;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0;
	position: absolute;
	bottom: 0;
	margin: 0px;
	padding: 12px 0px;
	z-index: 9;
	}
.blog-holder .format-image .caption span {
	padding: 0px 18px;
	}
.blog-holder .format-status {
	border-radius: 3px;
	}
.blog-holder .format-status .article {
	font-size: 1.2em;
	line-height: 1.6;
	padding: 24px 36px;
	}
.blog-holder .format-quote .article {
	background: #f9f9f9;
	padding: 36px;
	margin: 0px;
	border-radius: 3px;
	}
.blog-holder .format-quote .quote-text {
	color: #666666;
	font-family: 'Droid Serif';
	font-style: italic;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.6;
	padding: 0px;
	}
.blog-holder .format-quote .quote-author {
	display: block;
	color: #999999;
	font-size: 0.9em;
	font-style: italic;
	padding: 12px 0px 0px 0px;
	}
.blog-holder .format-quote .quote-author:before,
.slideshow .format-quote .quote-author:before {
	content: '— ';
	}
.slideshow .format-video .feature-vid {
	background: #ffffff;
	margin: 0px 48px 0px 0px;
	padding: 12px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	}
.slideshow .format-video .text-holder p {
	line-height: 1.6;
	}
.slideshow .format-status .content {
	max-width: 720px;
	}
.slideshow .format-status .text-holder {
	background: #ffffff;
	font-size: 0.9em;
	padding: 24px 36px;
	border-radius: 12px;
	}
.slideshow .format-status .excerpt > p:first-of-type img,
.slideshow .format-status .excerpt > h1:first-of-type img,
.slideshow .format-status .excerpt > h2:first-of-type img,
.slideshow .format-status .excerpt > h3:first-of-type img,
.slideshow .format-status .excerpt > h4:first-of-type img,
.slideshow .format-status .excerpt > h5:first-of-type img,
.slideshow .format-status .excerpt > h6:first-of-type img,
.slideshow .format-status .excerpt > img:first-of-type {
	max-height: 120px;
	max-width: 120px;
	margin-top: -88px;
	margin-bottom: 12px;
	border: 12px solid #ffffff;
	border-radius: 50%;
	overflow: hidden;
	}
.slideshow .format-quote .text-holder {
	padding: 72px;
	margin: 0px;
	}
.slideshow .format-quote .excerpt {
	color: #ffffff;
	font-family: 'Droid Serif';
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.5;
	}
.slideshow .format-quote .quote-author {
	color: rgba(255, 255, 255, 0.4);
	font-family: 'Droid Serif';
	font-size: 0.9em;
	font-style: italic;
	padding: 12px 0px 0px 0px;
	}
.slideshow .format-audio .mejs-container, 
.slideshow .format-audio .mejs-embed, 
.slideshow .format-audio .mejs-embed body,
.slideshow .format-audio .mejs-container .mejs-controls {
	background: none;
	}
.slideshow .format-audio .mejs-container {
	max-width: 480px;
	margin: 24px auto 24px;
	}
.slideshow .format-audio .mejs-inner {
	padding: 12px 24px;
	border: 2px solid #ffffff;
	border-radius: 48px;
	}
.slideshow .format-audio .mejs-container .mejs-controls .mejs-playpause-button {
	margin-left: 6px;
	}
.slideshow .format-audio .mejs-controls .mejs-playpause-button button {
	margin: 5px;
	}
.slideshow .format-audio .mejs-controls div.mejs-time-rail {
	padding-top: 2px;
	}
.slideshow .format-audio .mejs-controls .mejs-time-rail .mejs-time-total {
	background: none;
	border: 2px solid #ffffff;
	}
.slideshow .format-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgba(255, 255, 255, 0.2);
	}
.slideshow .format-audio .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ffffff;
	border-radius: 0px;
	}
.slideshow .format-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, 0.4);
	}
.slideshow .format-audio .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #ffffff;
	}
i.format-icon {
	position: absolute;
	top: 0px;
	left: 50%;
	background: #f9f9f9;
	color: #999999;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	min-height: 48px;
	min-width: 48px;
	padding: 0px;
	margin-top: -24px;
	margin-left: -24px;
	border-radius: 24px;
	z-index: 9;
	}
i.format-icon.fa-play {
	text-indent: 4px;
	}
	
/************************************************
*	9.	Social Media   							*
************************************************/

.social-icons {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display:inline-block;
	}
.social-icons span{
	padding:0 7px;
	display:inline-block;
	position:relative;
}	
.social-icons span:after {
	content:'';
	display:inline-block;
	width:5px;
	height:5px;
	background-color:#000;
	position:absolute;
	right:-5px;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-border-radius:10px;
	border-radius:10px;
}
.social-icons span:last-child:after{
	display:none;
}	
	
/************************************************
*	10.	Pagination 	  		      		     	* 
************************************************/

.pagination {
	float: left;
	display: block;
	width: 100%;
	font-family: 'brandon_grotesquebold';
	font-weight: normal;
	text-align: center;
	line-height: 24px;
	margin: 0px;
	padding: 12px 0px;
	position: relative;
	z-index: 9;
	}
.pagination .page-numbers {
	display: inline-block;
	background-color:#none;
	border:none;  
	border-radius:50px;
	-webkit-border-radius:50px;
	color: #000; 
	min-height: 42px;
	min-width: 42px;
	text-decoration: none;
	margin: 0px 2px;
	padding: 0px;
	font-size:20px;
	line-height:42px;
	}
.pagination .page-numbers:hover,
.pagination .page-numbers:active {
	background: #FB9021;
	color:#fff;
	padding: 0px; 
	}
.pagination page-numbers.dots:hover{
	background:none;
}
.pagination .page-numbers.current {
	display: inline-block;
	background: #FB9021;  
	padding: 0px;
	color:#fff;
	}
.post-navigation_wrap{
	position:relative;
	z-index:1;
}
.post-navigation_wrap:before{
	content:" ";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:-100%;
	right:-100%;
	background-color:#008083;
	z-index:-1;
}
.post-navigation {
	display: table;
	table-layout:fixed;
	width:100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color:#008083;
	color:#fff;
	}
.previous-post, .next-post {
	display:table-cell;
	vertical-align:top;
	padding:6% 4%;
	}
.previous-post{
	text-align:left;
	border-right:1px solid rgba(255,255,255,0.2);
}
.next-post {
	text-align:right;
	}
.previous-post h5, .next-post h5{
	display:block;
	position:relative;
	color:#fff !important;
}
.previous-post h5 a, .next-post h5 a{
	color:#fff !important;
}
.previous-post h5{
	padding-left:50px;
}
.next-post h5{
	padding-right:50px;
}
.previous-post span, .next-post span{
	display:block;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.previous-post span{
	left:10px;
}
.next-post span{
	right:10px;
}
	
	
.page-links {
	display: block;
	overflow: hidden;
	margin: 12px 0px;
	}
.page-links .link-label {
	color: #000000;
	font-weight: bold;
	margin-left: 0px;
	}
.page-links span {
	margin: 0px 3px;
	}

/************************************************
*	11.	Images  				     		    * 
************************************************/

.feature-img, 
.feature-vid {
	display: block;
	text-align: center;
	line-height: 0;
	margin: 12px auto 24px;
	overflow: hidden;
	}
.feature-img.page-banner {
	width: 100%;
	min-height: 100px;
	position: relative;
	line-height: 0;
	margin: 0px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	}
.feature-img.page-banner:after{
	content:"";
	display:block;
	background-color:rgba(0,0,0,0.65);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:0;
}	
.page-banner img {
	margin-left: -9999px;
	}
.blog-holder .feature-vid,
.archive-holder .feature-vid,
.blog-holder .feature-img,
.archive-holder .feature-img {
	margin: 0px;
	}
.avatar {
	background: #FFFFFF;
	margin: 10px 20px 10px 0px;
	padding: 6px;
	}
.author-avatar {
	float: left;
	display: block;
	width: 20%;
	margin-top: 20px;
	padding-right: 3.6%;
	}
.author-avatar .avatar {
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
	}
img.aligncenter {
	display: block;
	margin: 6px auto 6px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 6px 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 12px 0px 12px 24px;
	display: inline;
	}
img.alignleft {
	display: inline;
	padding: 0px;
	margin: 12px 24px 12px 0px;
	}
.aligncenter {
	display: block;
	margin: 6px auto 6px;
	}
.alignright {
	float: right;
	margin: 6px 0px 6px 24px;
	}
.alignleft {
	float: left;
	margin: 6px 24px 6px 0px;
	}
.wp-caption {
	background: #eeeeee;
	max-width: 100%;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 8px 6px;
	border-radius: 3px;
	}
.wp-caption img {
	max-width: 100%;
	margin: 0px auto 0px;
	padding: 0px;
	}
.wp-caption p.wp-caption-text {
	display: inline;
	font-size: 0.85em;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	12.	Portfolio 								*
************************************************/

.portfolio-wrap {
	margin-left: -12px;
	width: calc(100% + 24px);
	width: -webkit-calc(100% + 24px);
	width: -moz-calc(100% + 24px);
	}
#portfolio-filter {
	background: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	}
#portfolio-filter li {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#portfolio-filter li a {
	display: inline-block;
	color: #999999;
	font-size: .9em;
	font-family: 'Karla', sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 12px;
	}
#portfolio-filter li a:hover,
#portfolio-filter li a:focus,
#portfolio-filter li a:active {
	background: rgba(0, 0, 0, 0.04);
	color: #000000 !important;
	}
#portfolio-filter li:last-child a {
	margin-right: 0px;
	}
#portfolio-list {
	margin: 0px;
	padding: 0px;
	}
.portfolio {
	background: #FFFFFF;
	}
.portfolio .portfolio-item {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.portfolio .post-holder {
	background: #F9F9F9;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	}
.portfolio-item.single .post-holder {
	margin: 12px;
	}
.portfolio-half .post-holder,
.portfolio-third .post-holder {
	margin: 12px;
	padding: 0px;
	}
.portfolio-item .feature-img,
.portfolio-item .feature-vid {
	margin: 0px;
	}
.portfolio .excerpt {
	padding: 24px 36px;
	}
.portfolio-half .excerpt,
.portfolio-third .excerpt {
	display: block;
	padding: 12px 24px;
	}
.portfolio-half .portfolio-item,
.portfolio-third .portfolio-item {
	float: left;
	}
.portfolio-item.single .excerpt {
	background: #F9F9F9;
	padding: 36px;
	}
.portfolio-item.single .more-link {
	margin-bottom: 0px;
	}

/*---------- Isotope Animations ----------*/
.isotope,
.isotope .isotope-item {
  	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	}
.isotope {
	margin-top:10px;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
	}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
	}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	}
	
/************************************************
*	13.	WordPress Gallery					    *
************************************************/

.gallery-caption {
	font-size: 0.8em;
	padding: 0px 10px;
	}
.gallery {
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
.gallery-item {
	margin: 0px
	}
.gallery-icon {
	line-height: 0;
	margin: 6px;
	}
.gallery-icon img {
	display: block;
	background: #ffffff;
	padding: 5px;
	border: none;
	transition: background .25s;
	-moz-transition: background .25s;
	-webkit-transition: background .25s;
	-o-transition: background .25s;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
.gallery a:hover {
	background: #99cc33;
	}
.gallery img {
	border: none !important;
	}
.gallery-caption {
	font-size: .9em;
	padding: 0px 10px;
	}

/************************************************
*	14.	Sidebar 	        		    	    * 
************************************************/

.sidebar {
	margin: 0px;
	padding: 64px 0px 64px 24px;
	}
.sidebar.left {
	padding: 64px 24px 64px 0px;
	}
.sidebar h6, .footer h6 {
	margin-bottom: 12px;
	padding-bottom: 0px;
	border-bottom: none;
	}

/************************************************
*	15.	Widgets									*
************************************************/

.sidebar .widget {
	margin-bottom: 24px;
	padding: 0px;
	}
.sidebar .widget ul, .sidebar .widget li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.sidebar .widget li {
	display: block;
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	border-top: 1px solid rgba(0,0,0, .08);
	}
.sidebar .widget li:last-child {
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(0,0,0, .08);
	}
.sidebar .widget li li {
	padding-left: 12px;
	}
.sidebar .widget li li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
	}
.sidebar .widget li a {
	margin: 0px;
	padding: 0px;
	}
.sidebar .textwidget {
	margin: 0px;
	padding: 0px;
	}
.textwidget p {
	padding: 8px 0px !important;
	}
.tagcloud {
	line-height: 1.2;
	}
	
/************************************************
*	16.	RSS Widget								*
************************************************/

.widget h6 a.rsswidget {
	display: inline;
	}
.widget a.rsswidget {
	display: block;
	}
.widget .rss-date {
	display: block;
	font-size: 0.8em;
	margin-bottom: 12px;
	}

/************************************************
*	17.	Calendar Widget							*
************************************************/

#calendar_wrap {
	margin: 0px auto 0px;
	padding: 0px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar #today {
	background: #f4f4f4;
	background: rgba(0, 0, 0, .08);
	color: #000000;
	font-weight: bold;
	}
#wp-calendar a {
	margin: 0px;
	}
#wp-calendar caption {
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 0px;
	text-align: left;
	padding-left: 12px;
	}
#wp-calendar #next a {
	float: right;
	margin: 0px;
	text-align: right;
	padding-right: 12px;
	}
	
/************************************************
*	18.	Custom Menu Widget						*
************************************************/

.widget ul.menu {
	float: none;
	text-align: left;
	}
.widget ul.menu .current_page_item a, 
.widget ul.menu .current-menu-item a {
	color: #669900;
	background: none;
	}
.widget ul.menu li a {
	display: block;
	background: none;
	color: #99CC33;
	height: auto;
	font-size: 1em;
	text-transform: none;
	text-shadow: none;
	line-height: 1.8;
	margin: 6px 0px;
	padding: 0px;
	}
.widget ul.menu li a:hover {
	color: #669900;
	background: none;
	text-decoration: underline;
	}
.widget ul.menu li {
	float: none;
	display: block;
	background: none !important;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
.widget ul.menu li:last-child {
	border-bottom: none;
	}
.widget ul.menu li span {
	top: 1px;
	right: 0px;
	}
.widget ul.menu li ul.sub-menu {
	background: none !important;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: static;
	z-index: 9;
	box-shadow: none;
	}
.widget ul.menu li ul.sub-menu span {
	display: none;
	}
.widget ul.menu li ul.sub-menu li a {
	padding-left: 12px;
	}
.widget ul.menu li ul.sub-menu li ul.sub-menu li {
	display: none;
	}
	
/************************************************
*	19.	Search Form								*
************************************************/

#searchform {
	margin: 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#searchform .search-field,
#searchform #s {
	float: left;
	background: #ffffff;
	color: #999999;
	width: 66%;
	height: 36px;
	font-family: 'Karla', sans-serif;
	font-size: 1em;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px !important;
	border: 2px solid rgba(0, 0, 0, .4);
	border-radius: 24px;
	}
.sidebar.left #searchform .search-field,
.sidebar.left #searchform #s {
	width: 62%;
	}
#searchsubmit {
	float: right;
	background: #ffffff;
	color: #666666;
	width: 22%;
	font-family: 'Karla', sans-serif;
	font-size: 1em;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding: 7px 3% !important;
	}
.widget_search {
	overflow: hidden;
	}
.search-field{
    font-family: "brandon_grotesquebold";
    font-size: 14px;
    font-style: normal;
    padding: 0 15px;
    text-transform: uppercase;
	margin:0 auto;
	max-width:400px;
	width:100%;
	box-sizing:border-box;
}
#searchform #searchsubmit {
    border: 2px solid rgba(0, 0, 0, 1);
    border-radius: 0;
    color: #000;
    font-size: 1em;
    height: 36px;
	width:23%;
}
#searchform #searchsubmit:hover{
	color:#fff;
}
.search-field #searchform #s {
    border: 2px solid rgba(0, 0, 0, 1);
    border-radius: 0;
    color: #000;
    font-size: 1em;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0 8px;
    width: 75%;
}
/************************************************
*	20.	Footer  								*
************************************************/

.footer {
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
.footer .row {
	border-top: 0px solid rgba(0, 0, 0, 0.12);
	}
.copyright{
	font-size:0.9em;
	padding:15px 0px !important;
}
.footer p {
	margin: 0px;
	padding: 10px 0px;
	}
.footer .align-left {
	font-size: 0.9em;
	line-height: 1.8;
	}
.footer-widgets {
	overflow: hidden;
	}
.footer-widgets .widget {
	background: #ffffff;
	background: none;
	color: #999999;
	}
.footer-widgets .widget:nth-child(4n+1) {
	clear: both;
	}
.footer-widgets .widget:nth-child(4n+4) {
	width: 40%;
	}
.footer-widget {
	padding: 15% 24px;
	}
.footer-information {
	padding: 1% 30px;
	overflow: hidden;
	background:#008083;
	color:#fff;
	}
.footer-content {
	font-size: 1em;
	margin: 0px auto 0px;
	}
.footer-content a {
	color: #fff;
	}
.footermenu{
	width:100%;
	margin:10px 0px 20px;
	padding:0px;
	text-align:center;
}
.footermenu li{
	display:inline-block;
	margin:0px;
	padding:0px 10px;
}
.footermenu li:after{
	content:" ";
	display:inline-block;
	border-right:1px solid #fff;
	height:15px;
	width:1px;
	position:relative;
	right:-10px;
	top:3px;
}
.footermenu li:last-child:after{
	border-right:0;
}

/*Footer widgets-custom-styles*/
.footer_widget_right{
	text-align:right;
}
.footer_widget_left:after{
	content:"";
	display:block;
	border-right:1px solid #e5e5e5;
	position:absolute;
	right:0;
	top:20%;
	bottom:0;
	height:60%;
}
.footer_widget_left{
}


/*Facebook Widget*/
.cff-header{
	margin:0px !important;
	padding:0px !important;
	line-height:1 !important;
}
#cff .cff-author-img{
	display:none;
}
#cff .cff-author .cff-author-text *{
	margin:0px;
	float:none !important;
	text-align:center;
}
#cff .cff-author a{
	float:none;
}
#cff h3, #cff h4, #cff h5, #cff h6, #cff p{
	text-align:center;
	line-height:normal;
}
#cff .cff-author .cff-date{
	font-size:inherit;
	color:#fff;
	padding:0px !important;
}
.cff-post-text{
	margin:0px;
	padding:0px;
}
.cff-text{
	padding:0px;
}
#cff .cff-author{
	margin:0px;
}
#cff .cff-post-links{
	display:none;
}
#cff .cff-item{
	padding:0px;
	border-bottom:none !important;
}

/*Footer Instagram*/
.footerInstagram{
	padding:0px;
	background-color:#000;
	text-align:center;
}
.FooterInstaTitle{
	margin:0px;
	padding:5% 0px;
	color:#fff;
}
.FooterInstaTitle a{
	color:#fff;
}


/*Footer Links*/
.footer_links{
	overflow:auto;
	padding:50px 0;
}
.footer_link_content{
	border:1px solid #fff;
	width:100%;
	text-align:center;
	padding:0;
}
.footer_link_content:after{
	content:" ";
	display:block;
	clear:both;
}
.footer_link_content h5{
	display:block;
	border-right:1px solid #fff;
	margin:0;
	padding:0;
	float:left;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:50px;
}
.footer_link_content a{
	color:#fff;
	display:block;
	padding:10px 5px;
}
.footer_link_content a:hover{
	color:#fff;
}
.footer_link_content h5.footer_contact{
	width:30%;
}
.footer_link_content h5.footer_book{
	width:20%;
}
.footer_link_content h5.footer_phone{
	width:24%;
	position:relative;
	border:none;
}
.footer_link_content h5.footer_phone:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 95%;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width:26px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.footer_link_content h5.footer_phone:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 95%;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #E68725;
	border-style: solid;
	border-width: 24px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.footer_link_content .footer_social{
	width:26%;
	display:block;
	font-size:1.3em;
	text-align:center;
	float:left;
	height:50px;
}
.footer_link_content .footer_social .social-icons span:after{
	background-color:#fff;
}
/************************************************
*	21.	Comments								*
************************************************/

#author, #email, #url {
	background: #FFFFFF;
	color: #666666;
	font-size: 1em;
	font-family: 'Karla', sans-serif;
	margin: 0px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px #DDDDDD;
	}
#comment {
	background: #FFFFFF;
	color: #666666;
	font-size: 1em;
	font-family: 'Karla', sans-serif;
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px #DDDDDD;
	}
#comments {
	background: #F9F9F9;
	margin-top: 24px;
	padding: 12px 24px;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	}
#comments-title {
	font-size: 2em;
	margin: 4px 0px 8px 0px;
	padding: 4px 0px 8px 0px;
	}
#reply-title {
	margin: 0px;
	padding: 0px;
	}
.commentlist li .avatar {
	float: right;
	background: #FFFFFF;
	margin: 0px 0px 12px 12px;
	padding: 6px;
	border: none;
	border-radius: 3px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
	}
.commentlist {
	margin: 0px;
	padding: 0px;
	}
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}
.commentlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	}
.commentlist li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
.commentlist li ul li {
	padding-left: 24px;
	}
.commentlist li ul li:last-child {
	border-bottom: none;
	}
.commentlist p {
	margin: 10px 0px;
	padding: 0px;
	}
.comment {
	padding: 18px 0px;
	}
.comment:after { 
	content: "";
	display: table; 
	clear: both;
	zoom: 1;
	}
#commentform {
	margin: 5px 0px 0px 0px;
	}
#commentform #submit {
	background: none;
	font-size: 1em;
	padding: 8px 12px !important;
	}
#commentform textarea {
	width: 96% !important;
	padding: 2%;
	}
.commentlist li #respond {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	}
#respond {
	padding-top: 20px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#cancel-comment-reply-link {
	display: block;
	font-family: 'Karla', sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-transform: none;
	margin: 6px 0px 18px 0px;
	}
.form-submit #submit {
	margin-top: 0px !important;
	}
p.logged-in-as {
	margin-top: -6px;
	}
.nocomments {
	display: none;
	}
.edit-link {
	float: right;
	margin-top: 12px;
	}
.reply {
	float: left;
	margin: 6px 0px;
	}
.reply a, .reply a:visited {
	margin: 0px !important;
	padding: 4px 12px !important;
	}
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	display: block;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
.form-allowed-tags {
	display: none;
	}
.thread-alt, .thread-even {
	margin: 0px;
	padding: 0px;
	}
.children {
	margin: 0px;
	padding: 0px;
	}
.even, .alt {
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	22.	Buttons  								*
************************************************/

a.button, .reply a, #searchsubmit, #prevLink a, #nextLink a, .more-link,
#submit, #comments #respond input#submit, .container .gform_wrapper input.button, input[type="submit"] {
	background-color:transparent;
	display: inline-block;
	position: relative;
	color: #000;
	font-family: 'Karla', sans-serif;
	font-weight: 800;
	font-size:.9em;
	margin: 0px;
	padding: 10px 10%;
	border:1px solid #000;
	-webkit-appearance: none;
	}
a.button:hover, .reply a:hover, #searchsubmit:hover, #prevLink a:hover, #nextLink a:hover, .more-link:hover,
#submit:hover, #comments #respond input#submit:hover, .container .gform_wrapper input.button:hover, input[type="submit"]:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background:#252525;
	-webkit-appearance: none;
	}
.text-white a.button, .text-white #prevLink a, .text-white #nextLink a, 
.text-white .more-link, .text-white #submit {
	color: #999999 !important;
	color: rgba(255, 255, 255, 0.6) !important;
	border: 2px solid #999999;
	border: 2px solid rgba(255, 255, 255, 0.6);
	}
.text-white a.button:hover, .text-white #prevLink a:hover, .text-white #nextLink a:hover, 
.text-white .more-link:hover, .text-white #submit:hover {
	color: #ffffff !important;
	color: rgba(255, 255, 255, 1) !important;
	border: 2px solid #ffffff;
	border: 2px solid rgba(255, 255, 255, 1);
	}
a.more-link {
	margin-top: 24px;
	}
	
/************************************************
*	23. Tables		 							*
************************************************/

table {
	background: #FFFFFF;
	font-family: 'Karla', sans-serif;
	width: 100%;
	margin: 20px 0px;
	padding: 0px;
	border-collapse: collapse;
	}
.widget table {
	margin: 0px;
	}
table thead,
table tfoot {
	border: 1px solid #E4E4E4;
	}
table thead th,
table tfoot td {
	border: none;
	}
table th {
	background: #EEEEEE;
	font-size: 1.2em;
	text-align: center;
	margin: 0px;
	padding: 8px 2px;
	border: 1px solid #E4E4E4;
	}
table td {
	padding: 5px 2px;
	margin: 0px;
	border: 1px solid #E4E4E4;
	}
	
/************************************************
*	24. Forms									*
************************************************/

.container .ginput_complex .ginput_right br,
.container .gform_footer br {
	display: none;
	}
.container form {
	display: block;
	}
.container form ul li {
	list-style: none;
	padding: 0px;
	}
.container form legend {
	font-weight: bold;
	padding-top: 10px;
	}
.container form label {
	margin-top: 15px;
	display:block;
	}
.container form input[type='url'],
.container form input[type='tel'],
.container form input[type='email'],
.container form input[type='text'],
.container form input[type='password'],
.container form input[type='number'],
.container form textarea {
	display: inline-block;
	background-color:transparent;
	font-family: 'Karla', sans-serif;
	font-size: .85em;
	line-height: 1.4;
	margin: 13px 0;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	color:#000;
	}
.container form input[type='url'],
.container form input[type='tel'],
.container form input[type='email'],
.container form input[type='text'],
.container form input[type='password'],
.container form input[type='number'] {
	width: 100%;
	}
.container form textarea {
	width: 100% !important;
	}
.container form input[type='checkbox'],
.container form input[type='radio'] {
	margin-left: 0px;
	margin-right: 6px;
	}
.container form input[type='submit'] {
	margin-top: 0px;
	}
.container form select {
	display: block;
	background: #fff;
	max-width: 100%;
	font-family: 'Karla', sans-serif;
	font-size: 1em;
	line-height: 1.4;
	margin: 4px 12px 4px 0px;
	padding: 12px;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
	-webkit-appearance:menu;
	height:40px;
	line-height:35px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
.container form .contact_form input[type='url'],
.container form .contact_form input[type='tel'],
.container form .contact_form input[type='email'],
.container form .contact_form input[type='text'],
.container form .contact_form input[type='password'],
.container form .contact_form input[type='number']{
	border: 1px solid #000;
}
.container form .contact_form input[type="submit"]{
	border-color:#000;
	color:#000;
}
.container form .contact_form input[type="submit"]:hover{
	color:#fff;
}

.container form .book_section_right_content input{
	color:#fff;
	border:1px solid #fff;
}
	
/*Contact form placeholder text color*/
.book_section_right_content input::-webkit-input-placeholder { /* WebKit browsers */
color: #fff !important;
opacity: 1;
}

.book_section_right_content input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff !important;
opacity: 1;
}
.book_section_right_content input::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff !important;
opacity: 1;
}
.book_section_right_content::-ms-input-placeholder { /* Internet Explorer 10+ */
color: #fff !important;
opacity: 1;
}
	
	
/*Conatct form Coulmns*/
.form_half_col, .form_full_col{
	padding:0px 10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.form_half_col{
	width:50%;
}
.form_full_col{
	width:100%;
	text-align:center;
}	
	
/************************************************
*	25.	CSS3 Styles								*
************************************************/

a, a:link {
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	}
#submit, #searchsubmit {
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	}
.shadow {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
	}
.radius-full {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.radius-top {
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	}
.radius-bottom {
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	}
.radius-half {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
@keyframes "spin" {
	 from {
	    -webkit-transform: rotate(0deg);
	   	-moz-transform: rotate(0deg);
	   	-o-transform: rotate(0deg);
	   	-ms-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	    -webkit-transform: rotate(359deg);
	   	-moz-transform: rotate(359deg);
	   	-o-transform: rotate(359deg);
	   	-ms-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
@-moz-keyframes spin {
	 from {
	   	-moz-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	   	-moz-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
@-webkit-keyframes "spin" {
	 from {
	   	-webkit-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	   	-webkit-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
@-ms-keyframes "spin" {
	 from {
	   	-ms-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	   	-ms-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
@-o-keyframes "spin" {
	 from {
	  	 -o-transform: rotate(0deg);
	   	transform: rotate(0deg);
	 	}
	 to {
	   	-o-transform: rotate(359deg);
	   	transform: rotate(359deg);
	 	}
	}
	
/************************************************
*	26.	WooCommerce	 				     	    * 
************************************************/

.woocommerce a.button:hover {
	color: #000000 !important;
	}
.woocommerce a.added_to_cart, 
.woocommerce-page a.added_to_cart {
	display: block !important;
	}
.woocommerce ul.products li.product h3, 
.woocommerce-page ul.products li.product h3 {
	font-weight: 400;
	letter-spacing: 0;
	}
.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price {
	margin-bottom: 12px !important;
	}
.woocommerce .woocommerce-ordering select, 
.woocommerce-page .woocommerce-ordering select {
	margin-right: 0px;
	}
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, 
.woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
	margin: 0px;
	padding: 0px !important;
	}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	width: 30.6% !important;
	}
.woocommerce  #review_form_wrapper {
	background: #f9f9f9;
	margin-top: 24px;
	padding: 24px;
	border-radius: 3px;
	}

/************************************************
*	27.	Grid	 					     	    * 
************************************************/

#wrap { 
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	}
.container {
	position: relative;
	margin: 0px auto 0px;
	padding: 0px;
	}
.row { 
	width: 100%;
	margin: 0 auto; 
	}
.row .row { 
	min-width: 0; 
	}
.column, .columns { 
	float: left; 
	min-height: 1px; 
	position: relative; 
	}
[class*="column"] + [class*="column"]:last-child { 
	float: right; 
	}

.row .single 	{ width: 100%; }
.row .half 		{ width: 49.9%; }
.row .third 	{ width: 33.3%; }
.row .fourth 	{ width: 25%; }
.row .fifth 	{ width: 20%; }

.row .half, 
.row .third,
.row .fourth,
.row .fifth 	{ float: left; }

.row .one 		{ width: 6.25%; }
.row .two 		{ width: 12.5%; }
.row .three 	{ width: 18.75%; }
.row .four 		{ width: 25%; }
.row .five 		{ width: 31.25%; }
.row .six 		{ width: 37.5%; }
.row .seven 	{ width: 43.75%; }
.row .eight 	{ width: 50%; }
.row .nine 		{ width: 56.25%; }
.row .ten 		{ width: 62.5%; }
.row .eleven 	{ width: 68.75%; }
.row .twelve 	{ width: 75%; }
.row .thirteen 	{ width: 81.25%; }
.row .fourteen 	{ width: 87.5%; }
.row .fifteen 	{ width: 93.75%; }
.row .sixteen 	{ width: 100%; }

.row .centered { float: none; margin: 0 auto; }
 
/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:block; clear: both; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }

#gform_wrapper_1{
	display:block !important;
	margin:0px !important;
}
.ginput_container label{
	display:none !important;
}
.gfield_label{
	margin:0px !important;
}
#gform_wrapper_1 li{
	margin:0px 0px 15px 0px;
}
.gform_wrapper .top_label input.large, .gform_wrapper .hidden_label input.large{
	width:97% !important;
}
/* Accordion Styles */
.accordion {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.accordion-title {
    border-top: 1px solid #dbdbdb;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {padding-bottom: 20px;}

h3.panel-title{
	font-size:1.35em;
}

/*Iframe*/
.iframeCirle{
	height:0;
	position:relative;
	padding-bottom:100%;
	border-radius:600px;
	-webkit-border-radius:600px;
	overflow:hidden;
}
.iframeCirle iframe{
	position:absolute;
	width:100%;
	height:100%;
}


/* My Edits */
.single .avatar {
	padding: 0;
}

#home-banner_content .slider_image img {
	height: 733px !important;
}

#home-banner_content .slider_image img {
	filter: brightness(0.5);
}

#home-banner_content .slider_image .content {
	margin: 0;
    padding: 0px 16%;
}

.caf-post-layout1 .caf-post-title,
.caf-post-layout1 .caf-meta-content {
	padding: 10px 0px !important
}

.caf-post-layout1 .caf-post-title h2,
.caf-meta-content span {
	padding: 0 10px !important;
}

.caf-meta-content span.comment {
	display: none;
}


element.style {
}
.caf-col-md-1, .caf-col-md-10, .caf-col-md-11, .caf-col-md-12, .caf-col-md-2, .caf-col-md-3, .caf-col-md-4, .caf-col-md-5, .caf-col-md-6, .caf-col-md-7, .caf-col-md-8, .caf-col-md-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (min-width: 1025px)  {
	.caf-col-md-4 {
		max-width:30% !important;
	}

	.error-of-empty-result.error-caf {
		font-size: 30px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.caf-col-md-4 {
		max-width:45% !important;
	}

	.error-of-empty-result.error-caf {
		font-size: 25px !important;
	}

	.error-of-empty-result {
		margin: auto -10%;
	}
}


@media only screen and (max-width: 767px) {
	.caf-col-md-mobile12{
		margin: auto -10%;
	}

	.error-of-empty-result {
		margin: auto -20%;
	}
	.error-of-empty-result.error-caf {
		font-size: 20px !important;
	}
	
}

