
/*	Color
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.dark-green {
	background: #566C2C;
}
.dark-green2 {
	background: #505F38;
}
.pale-green {
	background: #758062;
}
.logo-dark-green {
	background: #076223;
}
.logo-light-green {
	background: #8eb08e;
}
.logo-teal {
	background: #02515d;
}
.light-teal {
	background: #6c99a0;
}
.pale-yellow {
    background: #F9F8F0;
}
.pale-green {
    background: #ecefe9;
}


/*	Fonts
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.font-playfair {
	font-family: 'Playfair Display SC', serif;
}
.font-opensans {
	font-family: 'Open Sans', sans-serif;
}
.font-quicksand {
	font-family: 'Quicksand', sans-serif;
}


/*	Base
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	font-family: 'Open Sans',sans-serif;
	/*font-family: 'Droid Sans',sans-serif;*/
}
body {
	font-size: 16px;
}
h1, h2, h3, h4,
.page-title span
 {
	font-family: 'Playfair Display SC', serif;
	margin-top: 0;
}
h2 {
	font-size: 42px;
}
p {
	/*font-size: 15px;*/
	font-size: 100%;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	word-wrap: break-word;
}
a {
	color: #8eb08e;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #076223;
	text-decoration: none;
	/*background: rgba(0,0,0,.05);*/
}
a.more {
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}



.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
		color: #8eb08e;

}
.navbar-default .navbar-collapse {
	/*padding-top: 3px;*/
}
.navbar-default .navbar-collapse {
	border: none;
		/*
		position: absolute;
	    right: 0;
	    top: 50%;
	    margin-top: 8px;
	    */
}
.navbar {
    background: transparent;
    border: none;
    margin: 15px 0;
	/* min-height: 75px; */
}
.widget_tz_dynamic_subnav a,
.tz_dynamic_subnav a,
.advanced-sidebar-menu a,
#page .navbar a {
    font-family: 'Quicksand', "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
}
		#page .navbar-brand {
			float: left;
			width: 80%;
			/*padding: 10px 0;*/
				padding: 10px 0 0 0;
				/*padding: 0;*/
		}
		.navbar-toggle {
			margin: 0;
			padding: 9px 7px;
		    position: absolute;
		    right: 15px;
		    top: 50%;
		    margin-top: -15px;
		}
img {
	max-width: 100%;
	height: auto;
}

.single-video #page li.nav1-media > a,
.single-video #page li.nav-vidtv a,
.widget_tz_dynamic_subnav .current_page_item a,
.tz_dynamic_subnav .current_page_item a,
.advanced-sidebar-menu .current_page_item a,
.navbar-default .navbar-nav > li.current_page_parent > a,
.navbar-default .navbar-nav > li.current-page-ancestor > a,
.navbar-default .navbar-nav > li.current-page-ancestor > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus
 {
    background: #505F38;
    color: #fff;
    border-radius: 5px;
}
.single-video #page li.nav1-blog a,
.navbar-default .navbar-nav > li > a {
	/*
	padding-left: 20px;
	padding-right: 20px;
	padding-left: 15px;
	padding-right: 15px;
	*/
	padding: 12px 15px;
	background: none;
	font-size: 1.2em;
		color: #566C2C;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus
	{
	background: #fff;
}
h1.site-logo  {
	margin: 0;
	line-height: 10px;
}
.navbar-brand {
	height: auto;
	padding: 0;
	/*padding: 20px;*/
}
#page .navbar .navbar-brand h2 {
	font-size: 8px;
	letter-spacing: 1px;
	color: #6c99a0;
	text-align: center;
    font-family: 'Quicksand', "Open Sans", sans-serif;
    margin: 5px 0 0 0;
}
.single-video .nav2-video > a,
.single-video .nav2-video > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background: #758062;
	color: #fff;
}




.site-footer {
	padding: 50px 0;
	background: #f1f2f1;
	/*margin-top: 40px;*/
	overflow: hidden;
}
.site-main {
	/*padding: 3em 0;*/
}
.site-content {
    padding: 50px 0;
}
.site-header {
	background: #fff;
	margin-bottom: 2px;
}
.site-logo img {
	max-width: 380px;
	max-width: 100%;
    /*
    max-width: 460px;
    height: auto;
    */
}
.home .site-logo img {
	/*max-width: 100%;*/
}

.home .latest-posts .featured-img {
	/*height: 230px;*/
	height: 193px;
	/*max-height: 195px;*/
	margin-bottom: 20px;
	overflow: hidden;
}
.home .post-img {
	margin-bottom: 10px;
	overflow: hidden;
}
.home .latest-posts img {
	width: 100%;
	height: auto;

	/*clip: rect(0px,60px,200px,0px);*/
	/*position: absolute;*/
}
.home h3.post-title {
	margin-bottom: 15px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
}
.latest-posts h3 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 1em;
}
.home .video h2 {
	text-align: left;
}
.banner {
	/*min-height: 200px;	*/
	/*padding: 40px 80px;*/
	padding: 100px 0;
		/*padding: 50px 0;*/
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
		background-size: cover;
}
.home .banner {
	background-position: center bottom;
	padding: 40px 0;
		min-height: 640px;
}
.banner h1 {
	/*font-family: 'Playfair Display SC', serif;*/
	/*text-align: center;*/
	/*font-size: 62px;*/
		font-size: 34px;
	margin: 0 auto;
	/*max-width: 80%;*/
	line-height: 100%;
	/*margin-bottom: 20px;*/
	color: #fff;
		z-index: 10;
		position: relative;
		text-align: center;
		word-wrap: break-word;
}
.home .banner h1 {
	color: #000;
	font-size: 52px;
}
.home .banner h2 {
	font-size: 24px;
	margin-top: 20px;
}
.banner p {
    /*max-width: 80%;*/
    	font-size: 18px;
    	text-align: center;
    font-weight: 300;
}
.banner a {
	font-size: 24px;
	text-transform: uppercase;
	/*font-weight: 300;*/
    font-family: 'Quicksand', "Open Sans", sans-serif;
}
.banner a .fa {
	opacity: .7;
	margin-right: 15px;
}



/*	SLIDER - Nav Bullets
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.banner .metaslider .flexslider {
	margin-bottom: 0;
	}
.banner .flex-control-nav {
	bottom: 5%;
	z-index: 2;
	}
.banner .flex-control-paging li a {
	border: 2px solid rgba(255,255,255,.4);
	width: 20px;
	height: 20px;
	}
.banner .flex-control-paging li a.flex-active {
	border: 2px solid rgba(255,255,255,1);
	background: #a30e0c;
	}

/*	SLIDER - Nav Arrows
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.banner .flex-direction-nav .flex-prev {
	left: 30px;
	}
.banner .flex-direction-nav .flex-next {
	right: 30px;
	}

.banner .flexslider:hover .flex-prev {
	left: 60px;
	}
.banner .flexslider:hover .flex-next {
	right: 60px;
	}


/* new */

.banner .flexslider .flex-direction-nav a {
	display: block;
	}


.banner .flexslider .flex-direction-nav a.flex-next,
.banner .flexslider .flex-direction-nav a.flex-prev {
	font-size: 1px; /* ? */
	}

.banner .flexslider .flex-direction-nav a.flex-prev:before,
.banner .flexslider .flex-direction-nav a.flex-next:before {
	display: inline-block;
	font-family: fontawesome;
	content: "\f137";
	color: white;
	font-size: 48px;
	text-shadow: 0px 0px 3px #333;
	/*padding-left: 10px;*/
	}

.banner .flexslider .flex-direction-nav a.flex-next {
	transform: rotate(180deg) ;
	-webkit-transform: rotate(180deg) ;
	-moz-transform: rotate(180deg) ;
	-o-transform: rotate(180deg) ;
	-ms-transform: rotate(180deg) ;
	}
.banner .flex-direction-nav a {
	width: 50px;
	height: 50px;
	margin: 0;
	display: block;
	background: none;
	position: absolute;
	top: 41%;
	z-index: 10;
	cursor: pointer;
	text-indent: inherit;
	opacity: .3;
	-webkit-transition: all .3s ease;
	}




.home h2 {
	text-align: center;
	margin: 0 0 40px 0;
		margin: 0 0 30px 0;
}
.entry-content h2 {
    font-size: 30px;
}

.mks_col {
	margin: 0;
}

.title-img-fader {
    height: 100%;
    width: 100%;
    /*background-color: rgba(0,0,0,.2);*/
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
}
.home .title-img-fader {
    background-color: rgba(0,0,0,0);
}



/*	Newsletter Signup Bar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.newsletter-signup-bar {
	background: #F9F8F0;
	text-align: center;
}
.newsletter-signup-bar h2 {
	/*font-family: 'Playfair Display SC', serif;*/
	/*text-align: right;*/
	margin: 0;
}
.newsletter-signup-bar p {
	font-size: 18px;
	/*text-align: right;*/
	color: #444;
	/*margin: 5px 0 0 0;*/
	margin: 0;
}
#page .gform_widget .gfield_label,
.newsletter-signup-bar .gfield_required,
#page .newsletter-signup-bar .gfield_label {
	display: none;
}
#page .gform_widget input[type="text"],
#page .newsletter-signup-bar input[type="text"] {
	padding: 10px;
	font-size: 22px;
	font-weight: 300;
	line-height: normal;
}
#page .gform_widget input[type="text"] {
	/*background: #f5f5f5;*/
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 19px;
}

a.btn,
#page .gform_widget input[type="submit"],
#page .newsletter-signup-bar input[type="submit"] {
	background: #505F38;
	border: none;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
		font-size: 22px;
	padding: 12px 28px;
		padding: 16px 60px;
	margin: 8px 0 0 0;
	text-transform: uppercase;
	font-family: 'Quicksand', sans-serif;
	outline: none;
}
#page .gform_widget input[type="submit"] {
	font-size: 15px;
	padding: 11px 20px;
	margin: 0;
}

#page .newsletter-signup-bar .gform_body,
#page .newsletter-signup-bar .gform_footer {
	padding: 0;
	margin: 8px 0 0 0;
		width: 100%;
		margin: 0;
		float: none;
}
#page .newsletter-signup-bar .gform_footer {
	/*width: auto;*/
}
#page .gform_wrapper {
	overflow: hidden;
	margin-bottom: 35px;
}
#page .gform_widget .gform_footer {
	margin: 0;
	padding: 0;
}
.home section.newsletter-signup-bar {
	margin: 0;
	/*padding: 0;*/
	/*padding: 20px 0;*/
		padding: 30px 0 40px 0;
}
.latest-posts .row > div {
	margin-bottom: 40px;
}
.form-control {
	border-color: #ddd;
}
.banner .btn {
	background: #fff;
	color: #505f38;
	font-weight: 300;
    border-radius: 9px;
    	width: 100%;
    	max-width: 320px;
    	margin: 0 auto;
    	padding: 12px 20px;
    	display: block;
    	/*border: 1px solid #758062;*/
    	box-shadow: 0 0 2px rgba(0,0,0,.5);

   }

body #page .banner .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}
#page .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
}
.gform_wrapper .gform_footer {
}
.newsletter-signup-bar .gform_wrapper {
	margin-top: 0;
}
.newsletter-signup-bar .content {
	/*margin-top: 25px;*/
}
.home #page .gfield {
    margin-top: 0;
}



/*	Quote Bar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.quote-bar .row {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 25px;
	/*margin: 1em 0;*/
}
.quote-bar {
	font-size: 28px;
	font-weight: 300;
	font-style: italic;
	color: #8eb08e;
	text-align: center;
	position: relative;
}
.quote-bar .row > div::before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 200px;
    font-weight: bold;
    color: #999;
    position: absolute;
  	  /*left: -6px;
  	  top: -10px;*/
    left: -24px;
    top: -20px;
    opacity: .2;
    line-height: 100%;
}

/*	Instagram
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

section.instagram {
	margin-top: 50px;
	padding: 50px 0 0 0;
		padding: 50px 0;
	border-top: 1px solid #eee;
		background: #f9f8f0;
}
.instagram h2 {
	font-size: 24px;
	text-align: left;
	margin: 0 0 10px 0;
}
.instagram .info a {
	float: right;
}
.instagram #sb_instagram #sbi_load {
	display: none;
}


/*	Contact Bar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

section.contact {
	background: #505F38;
	color: #fff;
	text-align: center;
	padding: 30px 0;
}
.home section.contact {
	margin-top: 0;
}
section.contact h4 {
	display: inline-block;
	margin-top: -4px;
	font-size: 32px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	vertical-align: middle;
	margin: 0 0 .5em 0;
}
section.contact a.btn {
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
	background: #758062;
	color: #fff;
}


.home section {
	margin: 40px 0 0 0;
}


/*	Blog
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.entry-footer,
.entry-meta {
	/*
	background: #ecefe9;
    background: #F9F8F0;
    font-size: 13px;
    padding: 9px 15px;
	*/
    font-size: 12px;
    color: #aaa;
    margin: 0 0 10px 0;
}
.entry-footer {
	/*
    border-top: 1px dotted #ddd;
	padding-top: 5px;
	border-bottom: none;
	*/
	background: #f7f7f7;
	padding: 5px 12px;
	margin-top: -5px;
}
.entry-footer > span {
	display: inline-block;
	padding-right: 20px;
}
.single .entry-meta {
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #ddd;
    margin: 0 0 20px 0;
}
.post-title a,
.entry-title a {
	/*color: #076223;*/
	color: #505F38;
}
.post-title a:hover,
.entry-title a:hover {
	color: #8eb08e;
}
.search article,
.archive article,
.blog article {
    margin-bottom: 4em;
}
.page-header {
	margin: 0px 0 40px;
}
.page-title span.prefix {
	display: block;
	font-size: 20px;
}





/*	Widgets
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.widget ul {
	list-style: none;
	margin: 0;
	padding: 0 ;
}
.widget li {
    line-height: 120%;
    margin: 15px 0;
}
.widget img.about-jae {
	border-radius: 12px;
}
.widget-area h3 {
	margin-top: 0;
}
.widget {
	margin-bottom: 3em;
}

.widget #menu-social-follow li {
	display: inline-block;
	margin: 0 10px;
}
.widget h4 {
	font-size: 28px;
}




.content-area {
	/*width: 95%;*/
}
.widget_tz_dynamic_subnav li,
.tz_dynamic_subnav li,
.advanced-sidebar-menu li {
    margin: 0 0 5px 0;
}
.widget_tz_dynamic_subnav a,
.tz_dynamic_subnav a,
.advanced-sidebar-menu a {
    display: block;
    padding: 12px 16px;
	/*
    border-bottom: 1px solid #ddd;
    background: #eee;
    margin: 0;
    */
}
ul.grid {
	padding: 0;
	overflow: hidden;
}
.grid li {
	float: left;
	/*margin: 0 2% 2% 0;*/
	margin: 0 3% 70px 0;
		margin-bottom: 2em;
	list-style: none;
	/*width: 30%;*/
	/*height: 200px;*/
	height: 170px;
	line-height: 120%;
		width: 100%;
		max-width: 400px;
		height: auto;
}
.videos li a {
	outline: none;
    display: block;
    position: relative;
}
.hover-go {
    background: rgba(255,255,255,0);
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: #ccc; */
}
.hover-go .fa {
    /* opacity: 1; */
    /* text-shadow: 0 0 10px #000; */
    color: #FFF;
    font-size: 33px;
    background: rgba(0,0,0,0.7);
    padding: 20px 25px;
    border-radius: 75px;
    position: relative;
    top: 40%;
    	top: 50%;
    transform: translateY(-50%);
}
a:hover .hover-go {
    background: rgba(255,255,255,0.2);
}
a:hover .hover-go .fa {
    background: rgba(0,0,0,0.9);
    font-size: 38px;
}
.banner .btn:hover {
	color: #fff;
	background: #505F38;
}
.btn,
.transition {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.gallery-columns-3 .gallery-item {
	float: left;
	width: 33%;
}
.gallery .gallery-icon {
    background: #eee;
    padding: 15px;
    margin: 15px;
    border-bottom: 1px solid #ccc;
}
.gallery img {
	/*border: 1px solid #333;*/
}

#page form .button.gform_button {
    /*margin-top: 27px;*/
}
.videos a.thumb {
	height: 100%;
	margin-bottom: .5em;
	background-repeat: no-repeat;
	background-size: contain;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	padding-right: 0;
}
.home .video-wrap {
	max-width: 400px;
	margin: 0 auto;
}
h1.entry-title {
	font-size: 28px;
}
#page .nav-links > div {
    width: 100%;
    padding: 5px 0;
}
.entry-content ol {
    padding-left: 2em;
}
.entry-content ol li {
    margin-bottom: 1em;
}
.alignright {
    float: right;
    width: 50%;
    margin-left: 20px;
}
.textwidget {
	overflow: hidden;
}
#secondary-x {
    border-top: 2px solid #eee;
    padding-top: 2em;
}
a.video-title {
	height: 2.2em;
}
.video-embed {
    margin-bottom: 1em;
}
