/*
Theme Name:     Falling Awake Child Theme
Theme URI:      http://www.dakotaq.com/
Description:    Falling Awake Child Theme
Author:         Falling Awake Themes
Author URI:     http://www.dakotaq.com
Template:       falling-awake
Version:        1.0.1
*/

/*Changes by INDEXUM*/

@charset "utf-8";
/* CSS Document */

/* 	-----------------------------------------------------
	------------------- General Styles ------------------
	----------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display:block;}
audio, canvas, video {display:inline-block; *display:inline; *zoom:1;}
audio:not([controls]) {display:none;}
	
* {margin:0; padding:0; outline:none;

  	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; background:transparent;}

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after,  {content:''; content:none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse; border-spacing:0;}

b, strong {font-weight: 600;}

a, a:hover, a:active, a:focus {outline:none; outline-style:none; outline-width:0; }
a:hover, a:active { color: #74615c;}

img {width:auto\9; height:auto; max-width:100%; vertical-align:middle; border:0; -ms-interpolation-mode:bicubic;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {cursor:pointer; -webkit-appearance:button;}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {cursor:pointer;}
input[type="search"] {-webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; -webkit-appearance:textfield;}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {-webkit-appearance:none;}
textarea {overflow:auto; vertical-align:top;}

body {margin:0; padding:0px 0px 0px 0px; font-family: "freight-sans-pro",sans-serif;  color:#6c6d70;  background:#FFF; font-size:18px;  }

.clr {font-size:0; height:0; line-height:0; clear:both;}
.left {margin:0; padding:0; width:auto; height:auto; float:left;}
.right {margin:0; padding:0; width:auto; height:auto; float:right;}
.no-float {float: none !important;}
.center {text-align: center; margin: 0px auto;}

a{ color:#c56b58; text-decoration:none; transition: all 0.4s ease-in-out 0s;  }
a:hover{  text-decoration:none; }
p a {text-decoration: underline; }
p a:hover {text-decoration: underline;}
li a.md-trigger {text-decoration: underline; }
li a.md-trigger:hover {text-decoration: underline; }

.mobile{ display:none; }

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.container{ position:relative; width:1170px; margin:0px auto }

.pull-left{ float:left; }
.pull-right{ float:right; }
.text-right{ text-align:right; }
.text-left{ text-align:left; }
.text-justify{ text-align:justify; }
.text-center{ text-align:center; }
.text-uppercase{ text-transform:uppercase; }
.image-left{ float:left; margin:0px 20px 0px 0px; }
.image-right{ float:right; margin:0px 0px 0px 20px; }
.no-padding{ padding-left:0px; padding-right:0px; }
.nopadding-left{ padding-left:0px; }
.nopadding-right{ padding-right:0px; }

.col-half{ width:50%; }
.col-four{ width:25%; }
.col-third{ width:33.333333%; }
.col-two-thirds{width: 66.66667%; }

.col-third.top{ width:33.333333%; display:inline-block; vertical-align:top; }

@font-face {
	font-family:'Freight';
	src: url('assets/fonts/Freight-SansBook.eot');
	src: url('assets/fonts/Freight-SansBook.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Freight-SansBook.woff') format('woff'),
		url('assets/fonts/Freight-SansBook.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Maneo_TRIAL';
	src: url('assets/fonts/Maneo_TRIAL.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.orange { color:#d0806b;}

/*================ Fonts Used =====================*/
/* TypeKit: Freight Neo Pro, Freight Sans Pro, Mr Eaves XL Sans
/* Font weights: 
/* 400 = normal, book
/* 500 = medium
/* 600 = semi-bold
/* 700 = bold
/*=================================================*/

h2{ color:#d0806a; font-size:46px; font-weight:600; font-family: "freight-neo-pro",sans-serif; }

h2 small{ color:#74615b; font-size:20px; font-weight:400; font-family: "freight-neo-pro",sans-serif; }

h3{ color:#88917e; font-size:36px; font-weight:500; font-family: "freight-neo-pro",sans-serif; }

h4{ color:#74615c; font-size:24px; font-weight:600; font-family: "freight-neo-pro",sans-serif; }

p{ color:#74615c; }
label {font-weight: 500;}

.slicknav_menu {
display:none;
}

@media screen and (max-width: 760px) {
.js #menu-primary-navigation {
display:none;
}

.js .slicknav_menu {
display:block;
}
}

.page-numbers, .page-numbers.current {font-size: 18px !important; padding: 12px 12px !important; }
.navigation.pagination { float: none !important; width: 100% !important; margin: 0px auto !important;}


/*===========bannersection start===================*/
.bannersection{ width:100%; height:auto; padding:0px; margin:0px auto; position:relative;}
.full-img{ width:100%; height:auto;}

.topsec{ width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:444;}

.topsec.innerpage{ position:relative; background:#d0806b; }

.topsec.innerpage .topsec01-left{ padding-top:12px; }

.home-arrow {position: absolute; bottom: 15%; left: 0; right:0; margin: 0px auto; z-index: 10; max-width: 75px;text-align: center;}
.home-arrow img {}
.topsec01-left img {max-width: 250px;}

.topworkshop-section{ width:100%; background:#d0806b; height:auto; padding:22px 0px; margin:0px; color:#FFF; text-align:center; position:relative;}
.topworkshop-section h6{ color:#ffffff; font-size:18px; line-height:normal; font-weight:bold;}
.topworkshop-section h6 a{ color:#ffffff; }
.topworkshop-section h5{ position:absolute; right:12px; top:20px;}


.topsec01{ width:100%; height:auto; padding:7px 2% 4px; margin:0px auto;position: relative; top: 0; left: 0;z-index: 10000;}
.topsec01.on-scroll{position: fixed; background-color: rgba(0,0,0,0.8); }


.topsec01-left{ width:auto; float:left; height:auto; padding:0px 0px 0px 0px; margin:0px;}

.topsec01-right{ width:auto; float:right; height:auto; padding:0px; margin:0px;}

.topsec01-right01{ width:auto; float:right; height:auto; padding:0px; margin:0px 0px 0px 0px;}
.topsec01-right01 ul{ list-style:none; padding:0px; margin:0px;}
.topsec01-right01 ul li{ float:left; padding:0px; margin:0px 7px;}
.topsec01-right01 ul li a{ color:#ffffff; font-size:19px; line-height:61px; font-weight:600; text-transform:uppercase; padding:0px 7px; display:block; font-family: "freight-neo-pro",sans-serif;}
.topsec01-right01 ul li:hover a{ color:#f3e6c6;}
/*.topsec01-right01 ul li:hover a{ color:#fae4d1;}*/
/*.topsec01-right01 ul li:hover a{ color:#b9b0ad;}*/
.topsec01-right01 ul li.current_page_item a{ color:#f3e6c6;}
/*.topsec01-right01 ul li.current_page_item a{ color:#fae4d1;}*/
/*.topsec01-right01 ul li.current_page_item a{ color:#b9b0ad;}*/

.topsec01-right01 ul li ul {display: none; min-width:200px !important; background:#ffffff; z-index:99999; text-align:left; 
padding:3px!important; position:relative; border:1px solid #ebcbc4; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31); }
.topsec01-right01 ul li ul::after{ background:url(assets/images/nav-aero.png) no-repeat 0 0; width:30px; height:14px; content:''; position:absolute; left:15%; top:-14px;}
.topsec01-right01 ul li:hover ul, .topsec01-right01 li.hover ul {display: block;position: absolute;  margin:0;padding: 0px;}
.topsec01-right01 ul li:hover li, .topsec01-right01 li.hover li {float: none; background:none !important; border-bottom:1px solid #f6f4f4; margin:0px!important;}
.topsec01-right01 li:hover li:last-child{ border-bottom:none;}

.topsec01-right01 ul li.login-button {margin: 10px 0px 0px 10px; height: 57px;}
.topsec01-right01 ul li.login-button > a{background:#f6ead0; color:#74615b; font-size:18px; line-height:41px; font-family: "freight-neo-pro", sans-serif; font-weight:700; text-transform:uppercase; padding:0px 10px; display:inline-block;
 -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.topsec01-right01 ul li.login-button > a:hover{background:#74615b; color:#f6ead0;}
.topsec01-right01 ul li.login-button ul {top: 80px}

.topsec01-right01  ul li:hover li a, .topsec01-right01 li.hover li a {background:none; color:#d0806b;  font-weight:400; font-style:normal; font-size:14px; line-height:35px; text-shadow:none; padding: 2px 20px !important; margin:0px!important; 
text-transform:capitalize!important;}
.topsec01-right01 ul li li a:hover { background:#faf4e7; color:#74615c;}
.topsec01-right01 ul li li a.selet {background:#faf4e7; color:#74615c;}


.bannertext-section{ width:100%; height:auto; padding:0px; margin:0px auto;position: absolute;top: 60%; transform:translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform:translateY(-50%);}
.page-template-front-page .bannertext-section {top: 60%;}

/*.bannertext-section-main{ max-width:640px; height:auto; padding:200px 0 0 0; margin:0px auto; text-align:center;}*/
.bannertext-section-main{ max-width:680px; height:auto; padding:0px 0px; margin:0px auto; text-align:center;}
/*.bannertext-section-main.short-section {padding-top: 80px;}*/
.bannertext-section-main h3{ color:#ffffff; font-size:52px; line-height:64px; font-weight:500; margin-bottom:8px; font-family: "freight-neo-pro",sans-serif;}
.bannertext-section-main h4{ color:#ffffff; font-size:36px; line-height:normal; font-weight:500; margin-bottom:37px; font-family: "freight-neo-pro",sans-serif;}
.bannertext-section-main h5 a{ background:#d0806b; color:#FFF; font-size:18px; margin: 10px auto; line-height:45px; font-weight:500; padding:0px 15px; display:inline-block; font-family: "freight-neo-pro",sans-serif;border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px;}
.bannertext-section-main h5 a i {margin-left: 10px; }

.bannertext-section-main h5 a:hover{ background:#74615c;}

.bannertext-section-main h1{ font-family: "freight-neo-pro",sans-serif; color:#fff; font-size:52px; font-weight:500; letter-spacing:1px; margin-bottom:10px; }

.bannertext-section-main h2{ font-family: "freight-sans-pro",sans-serif; font-size:30px; line-height:34px; color:#fff; font-weight:400; margin: 10px auto; }
.bannertext-section-main p{ font-family: "freight-sans-pro",sans-serif; font-size:24px; line-height:34px; color:#fff; font-weight:400; margin: 10px auto; }
/*.bannertext-section-main a {background: #c56b58; padding: 4px 20px; color: #fff; text-decoration: none; border-radius: 12px;*/
/*    line-height: 56px;}*/
/*.bannertext-section-main a:hover {text-decoration: none; background: #000;}*/
.bannertext-section-main a {color: #fff; text-decoration: underline; }
.bannertext-section-main a:hover {color: #c56b58;}

.topsec01-right02{ width:auto; float:right; height:auto; padding:10px 0px 0px 0px; margin:0px;}
.topsec01-right02 h6 a{ background:#f6ead0; color:#74615b; font-size:18px; line-height:41px; font-family: "freight-neo-pro", sans-serif; font-weight:700; text-transform:uppercase; padding:0px 29px; display:inline-block;
 -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.topsec01-right02 h6 a:hover{ background:#74615b; color:#f6ead0;}


.loggedin-menu{ background:#f6ead0; padding:25px 3%; width: 100%; position: relative;}

.loggedin-menu ul{ list-style:none; margin:0px; padding:0px; }

.loggedin-menu ul li{ color:#74615b; font-size:20px; float:left; font-family: "freight-neo-pro",sans-serif; }

.loggedin-menu ul li a{ color:#74615b; padding:0px 23px; font-family: "freight-neo-pro",sans-serif; }

.loggedin-menu ul li a:hover{ color:#d0806b; }

.loggedin-menu ul li:first-child a{ color:#d0806b; font-weight:bold; border-right:1px solid #c9bba8; }

.loggedin-menu.on-scroll {position: fixed; background-color: rgba(246,234,208, 0.9); z-index: 400; }

/*===========bannersection end===================*/


/*===========Full Section row===================*/




	.homepage-row01{ background-color:#ffffff; width:100%; padding:75px 0px 50px; }
	.page-template-front-page .homepage-row01 {padding-bottom: 0px; }

	.homepage-row01 h2{ margin:-16px 0px 20px; padding:0px; }
	.homepage-row01 h4{ margin-bottom: 20px }
	.homepage-row01 p{  font-size:20px; line-height:28px; }
	.page-template-front-page .homepage-row01 {padding-bottom: 20px; }



	/*IDX*/
	.homepage-row02{ background:right top no-repeat; width:100%; padding:150px 0px 100px; }
	.page-template-front-page .homepage-row02 {padding-bottom: 0px; }

	.homepage-row02 h2{ margin:-16px 0px 20px; padding:0px; }
	.homepage-row02 h4{ margin-bottom: 20px }
	.homepage-row02 p{  font-size:24px; line-height:34px; }
	.page-template-front-page .homepage-row02 {padding-bottom: 20px; }

	.data-filter { cursor: pointer }

	.homepage-community-header {width: 100%; min-height: 500px; padding: 270px 0px 0px 0px; position: relative; margin: 0px 0px; }
	.community-section{ width:100%; height:auto; padding:0px; margin:0px auto;position: absolute;top: 60%; transform:translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform:translateY(-50%);}
	.community-section.workshops {top: 50%;}
	/*.bannertext-section-main{ max-width:640px; height:auto; padding:200px 0 0 0; margin:0px auto; text-align:center;}*/
	.community-section-main{ max-width:680px; height:auto; padding:0px 0px; margin:0px auto; text-align:center;}
.community-section-main h5 a{ background:#d0806b; color:#FFF; font-size:18px; margin: 10px auto; line-height:45px; font-weight:500; padding:0px 15px; display:inline-block; font-family: "freight-neo-pro",sans-serif;border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px;}
.community-section-main h5 a i {margin-left: 10px; }

.community-section-main h5 a:hover{ background:#74615c;}

.community-section-main h1{ font-family: "freight-neo-pro",sans-serif; color:#fff; font-size:52px; font-weight:500; letter-spacing:1px; margin-bottom:10px; }

.community-section-main h2{ font-family: "freight-sans-pro",sans-serif; font-size:30px; line-height:34px; color:#fff; font-weight:400; margin: 10px auto; }
.community-section-main p{ font-family: "freight-sans-pro",sans-serif; font-size:24px; line-height:34px; color:#fff; font-weight:400; margin: 10px auto; }


/*===========Full Section row===================*/


/*	.homepage-row02{ background:url(assets/images/secondrow-bg.jpg) bottom no-repeat; width:100%; background-size:cover; -moz-background-size:cover; -o-background-size:cover; */
	.homepage-row02{ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fdf9f6+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #fdf9f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#fdf9f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#fdf9f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdf9f6',GradientType=0 ); /* IE6-9 */
width:100%; background-size:cover; -moz-background-size:cover; -o-background-size:cover; 
	-webkit-background-size:cover; margin-bottom:50px; }
	
	.large-image{ width:52%; margin:0px; padding:0px; }
	.large-image img{ width:100%; }
	
	.large-text{ width:48%; padding-left:95px; padding-bottom: 40px; }
	
	.large-textbox{ width:436px; margin:0px; padding:0px 0px 30px; }
	
	.large-textbox h2{ margin-bottom:30px; }
	
	.large-textbox p{ color:#74615c; font-size:24px; line-height:34px; margin-bottom:26px; }
	
	.large-textbox strong{ color:#c46b57; font-size:24px; font-weight:600; }
	
	.viewmore-link{ margin:0px; color:#74615c; font-size:18px; line-height:24px; font-weight:600; display:table;}
	
	.viewmore-link i{ color:#d0806b; margin-left:10px; vertical-align:middle; }
	

/*===========Testimonial section row===================*/

	.testimonial-widget{ padding:45px 0px 80px; width:100%; }
.page-template-front-page .testimonial-widget {padding-bottom: 50px; }

	.testimonial-widgetbox{ background:url(assets/images/testimonial-widget-box-green-2.jpg) bottom no-repeat; position:relative; padding:90px 160px 60px; }
	.testimonial-widgetbox.orange { background:url(assets/images/testimonial-widget-box-orange-2.jpg) bottom no-repeat;}
	.testimonial-widgetbox::before{ content:""; background:url(assets/images/testimonial-icon.png) top no-repeat; width:52px; height:52px; position:absolute; left:47%; top:30px;  }
	
	.testimonial-widgetbox p{ font-style:italic; font-size:24px; line-height:34px; text-align:center; font-weight:400; margin-bottom:20px; font-family: "freight-sans-pro",sans-serif; }
	
	.testimonial-widgetbox p.author{ font-family: "freight-neo-pro", sans-serif; font-style:normal; font-size:24px; line-height:30px; text-align:center; font-weight:600; margin-bottom:0px; color:#87917E; }
	.testimonial-widgetbox p.designation{ font-style:normal; font-size:18px; line-height:24px; text-align:center; font-weight:600; margin: 10px 80px 0px 80px; color:#b9b0ad; }
	
	.testimonial-link{ margin:0px auto; color:#74615c; font-size:18px; line-height:24px; font-weight:600; display:table;}
	
	.testimonial-link i{ color:#d0806b;  margin-left:10px; vertical-align:middle; }
	
	.morelink{ margin:30px 0px 10px 0px; color:#74615c; font-size:18px; line-height:24px; font-weight:600; display:table!important; position:relative; background:url(assets/images/orange-arrow.png) right 7px no-repeat; padding-right:30px; width:auto;}
	
	.page-template-testimonial .testimonial-widget { padding: 0px 0px; }
/*===========Blog Display===================*/

	.article-display{ width:100%; margin:0px; padding:0px 0px 100px; 
	background: rgba(255,255,255,1);
	/*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(254,248,242,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(254,248,242,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(254,248,242,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(254,248,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(254,248,242,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(254,248,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fef8f2', GradientType=0 );
	 */}
	.article-display h2{ text-align:center; margin-bottom:30px; }
	
	.article-showcase{ width:33.33333%; padding:0px 38px; }
	
	.article-showcase .article-thumb{ max-width:300px; max-height:300px; display:table; margin:0px auto; }
	.article-showcase .article-thumb img{ border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -webkit-border-radius:50%; }
	
	.article-showcase h3{ text-align:center; margin:40px 0px 10px; }
	
	.article-showcase p{ font-size:20px; line-height:27px; margin-bottom:20px; }
	
	.articlemore-link{ margin:0px; color:#74615c; font-size:18px; line-height:24px; font-weight:600; display:table;}
	
	.articlemore-link i{ color:#d0806b;  margin-left:10px; vertical-align:middle; font-size:20px; }
	
	
	
	/*===========Inner page section===================*/
	
	.innerpage-container{ width:100%; }

	.innerpage-container ul{ margin:0px 0px 40px 40px; }
	.innerpage-container ul li{ color:#74615c; font-size:24px; line-height:34px; margin-bottom:6px; }
	.innerpage-container p {font-size: 22px; line-height: 32px; }

	.team-display-row{ width:100%; margin:0px 0px 40px; padding:0px; }
	
	.team-display-row.program{ width:100%; margin:0px 0px 80px; padding:0px; }
	
	.team-display-row .image-right{ border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; -webkit-border-radius:50%; margin:20px 0px 40px 100px; float:right; width:300px; height:300px; }
	.team-display-row .image-left{ border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; -webkit-border-radius:50%; margin:20px 100px 40px 0px; float:left; width:300px; height:300px; }

	.team-display-row p{ font-family: "freight-sans-pro",sans-serif; font-weight:400; font-size:24px;  margin-bottom:10px; line-height:34px; }
	.team-display-row p.designation{ font-family: "freight-neo-pro",sans-serif; font-weight:bold; font-size:20px; ; margin-bottom:10px; color: #88917E; line-height: 24px; }
	
	.team-display-row .more{ font-family: "freight-sans-pro",sans-serif; font-weight:400; font-size:24px;  margin-bottom:10px; line-height:34px; }
	
	.team-display-row.program .image-right{ border-radius:0px; -moz-border-radius:0px; -o-border-radius:0px; -webkit-border-radius:0px; margin:0px 0px 0px 50px; float:right; 
	width:auto; height:auto; }
	.team-display-row.program .image-left{ border-radius:0px; -moz-border-radius:0px; -o-border-radius:0px; -webkit-border-radius:0px; margin:0px 50px 0px 0px; float:left; 
	width:auto; height:auto; max-width: 382px; }
	
	.team-display-row.program p{ font-size:24px; line-height:34px; margin-top:20px; }
	
	.team-display-row img.social { margin-bottom: 10px; }

	.team-display-row a.morelink.less {margin-top: -20px; }

	.team-link{ margin:0px; color:#74615c; font-size:18px; line-height:24px; font-weight:700; display:table; font-family: "freight-neo-pro",sans-serif;}
	
	.team-link i{ color:#d0806b;  margin-left:0px; vertical-align:middle; margin-top:5px; font-size:28px;  }
	
	.program-link{ margin:40px 0 0 0; color:#74615c; font-size:18px; line-height:24px; font-weight:700; display:table; font-family: "freight-neo-pro",sans-serif; background:#f1efee; padding:10px 20px 10px;border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px;text-decoration: none;}
	
	.program-link:hover { text-decoration: none;}

	.program-link i{ color:#d0806b;  vertical-align:middle; margin-left:10px; font-size:28px; display:inline; vertical-align:middle;   }
	
	.editor-content{ padding:30px 0px 100px; }
	.page-template-default .editor-content,
			.explore_falling_awak-template-default .editor-content
			{padding: 30px 200px 100px; }
	.page-template-contact .editor-content {margin-top: 100px; }

	.editor-content h1{ color:#d0806a; font-size:46px; font-weight:600; font-family: "freight-neo-pro",sans-serif; }

	.editor-content h2{ margin-bottom:30px; }
	.single-videos h2, .single-webinars_list h2, .single-audio_list h2 {text-align: center; margin: 30px 0px 20px 0px;}
	.single-videos h3, .single-webinars_list h3, .single-audio_list h3 {margin-top: 20px !important; }
	.single-videos .right-col, .single-webinars_list .right-col, .single-audio_list .right-col {margin-top: -53px !important; }
	.single-videos h4, .single-webinars_list h4, .single-audio_list h4 {margin: -11px 0px 20px 0px !important; color:#88917e; font-size:33px; font-family: "freight-neo-pro",sans-serif; font-weight:500;}

	.single-webinars_list div.entry-content {margin-top: 30px; max-height: 900px; overflow-y: auto; overflow-x: hidden;}

	
	.editor-content h6{ font-family: "freight-sans-pro",sans-serif; color:#74615c; font-size:24px; line-height:34px; font-weight:400; margin-bottom:35px; }
	
	.editor-content p{ font-family: "freight-sans-pro",sans-serif; font-size:22px; line-height:32px; font-weight:400; margin-bottom:18px; }
	
	.middle-align-block{ width:auto; display:table; margin:80px auto; }
	
	.editor-content h3{ color:#88917e; font-size:36px; font-family: "freight-neo-pro",sans-serif; font-weight:500; margin:60px 0px 20px; }
	.editor-content h3.long-title { font-size: 32px; }
	.editor-content ol{ padding:40px 180px 40px; }
	
	.editor-content ol li{ color:#74615c; font-size:24px; line-height:34px; margin-bottom:20px; font-family: "freight-sans-pro",sans-serif; }
	
	.editor-content h4{ margin:10px 0px 20px; }
	
	.editor-content ul{ margin:0px 0px 40px 40px; }
	.editor-content ul li{ color:#74615c; font-size:24px; line-height:34px; margin-bottom:6px; }
	
	
	.contactpage-form{ width:65%; margin:0px; padding:0px; }
	
	.contactpage-form input{ width:46%; margin-right:4%; border:1px solid #f6cba3; border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px; background:#fcf8f0; color:#74615c; font-size:18px; height:56px; line-height:56px; font-family: "freight-sans-pro",sans-serif; padding:0px 10px; float:left; margin-bottom:0px; }
	
	
	.checkbox-opt{ width:100%; clear:both; padding:30px 0px; position:relative; }
	
	.checkbox-opt h4{ margin:0px 0px 10px; }
	
	.checkbox-opt span{ color:#74615c; font-size:18px; font-family: "freight-sans-pro",sans-serif; line-height:24px; margin-left:-150px; line-height:40px; }
	
	.contactpage-form .checkbox-opt input{ margin-bottom:10px; }
	
	input[type=checkbox] {
	visibility: hidden;
}
/* SQUARED FOUR */
.contact-checkbox {
	width: 50%;	
	margin: 0px auto;
	position: relative; float:left;
}

.contact-checkbox label, .squaredFour02 label {
	cursor: pointer;
	position: absolute;
	width: 38px;
	height: 38px;
	top: 0;
	border-radius: 4px;
	left:0px!important;
	
	background: #fcf8f0;
	border:1px solid #f6cba3;
	
}

.contact-checkbox label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 25px;
	height: 10px;
	background: transparent;
	top: 10px;
	left: 5px;
	border: 5px solid #d0806b;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.contact-checkbox label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.contact-checkbox input[type=checkbox]:checked + label:after, .squaredFour02 input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}


.contactpage-form textarea{ background:#fcf8f0; border:1px solid #f6cba3; height:210px; width:96%; margin-right:4%; margin-bottom:20px; resize:none; color:#74615c; font-size:18px;  font-family: "freight-sans-pro",sans-serif; padding:10px; }

.contactpage-form textarea.small{ background:#fcf8f0; border:1px solid #f6cba3; height:100px; width:96%; margin-right:4%; margin-bottom:20px; resize:none; color:#74615c; font-size:18px;  font-family: "freight-sans-pro",sans-serif; padding:10px; }

.contactpage-form input[type="image"]{ background:none; border:none; width:235px!important; float:right; border:none; margin:0px 3% 0px 0px; height:47px; }


.contactpage-sidebar{ width:25%; padding-top:0px!important; margin-left: 100px; }

.contactpage-sidebar h4{ margin-top:0px; margin-bottom: 0px; }
.contactpage-sidebar .office-add h4{ margin-top:20px; margin-bottom: 0px; font-size: 18px; font-weight: 600;}

.contactpage-sidebar h6{ color:#74615b; font-size:18px; font-weight:bold; margin:0px 0px 0px; }

.contactpage-sidebar p{ margin:0px 0px 5px; font-size: 18px; font-weight: 400; }

.office-add{ margin:0px 0px 0px 0px; }

.office-location{ border-top:3px solid #b9b0ad; padding-top:30px; width:100%; padding-bottom:30px; }

.office-location .col-four{ padding-right:30px; }

.office-location .col-four p, .office-location .col-half p{ color:#74615b; font-family: "freight-sans-pro",sans-serif; font-size:18px; line-height:22px; margin-bottom:0px; }
.office-location h4 { font-size: 18px; }
.office-add .widget {padding-bottom: 10px; }

.left-col{ width:56%; margin:0px; padding:0px; }

.img-placholder{ width:100%; }
.img-placholder img{ width:100%; }

.left-col p.bold-text{ color:#74615b; font-size:24px; line-height:34px; margin-top:30px; }

.right-col{ width:40%; margin:0px; padding:0px; }

.right-col textarea { width:100%; background:#fcf8f0; border:1px solid #f6cba3; height:120px; resize:none; color:#74615c; font-size:18px !important;  font-family: "freight-sans-pro",sans-serif; 
padding:5px 10px; margin-bottom:22px;}

.rate-webinar{ text-align:right; }

.right-col input[type="image"]{ float:right; margin-top:15px; }


.participant-box{ width:100%; padding:0px 20px; text-align:center; margin-bottom:40px; min-height: 430px; }

.participant-box .img-placeholder { width:100%; margin:0px 0px 10px 0px; padding:0px; }
.participant-box .img-placeholder img {border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; -webkit-border-radius:50%;}
.participant-box h6{ color:#74615b; font-size:20px; font-weight:bold; margin:0px; }

.participant-box p.small-text{ font-size:16px; margin-bottom:0px; line-height:20px; margin-top:0px; text-align: center; }

.participant-box p{ margin: 5px 0px 0px 0px; text-align: left; font-size: 20px; line-height: 24px;}

.participant-box a img.social {margin: 10px 5px;}

.editor-content .participant-box .more{ font-family: "freight-sans-pro",sans-serif; font-size:18px; line-height:27px; font-weight:normal; margin-bottom:18px; margin-top:30px; }


.inner-heading-panel{ width:100%; padding:0px 0px 50px; }

.inner-heading-panel h2{ float:left; margin:0px; padding:0px; line-height:none; }
.inner-heading-panel h2 small{ display:table; }

.inner-heading-panel .left-section{ width:75%; }

.inner-heading-panel .right-section{ width:25%; padding:40px 0px 0px; }

.inner-heading-panel .left-section h2{ float:none; margin-bottom:20px; }

.inner-heading-panel .left-section p strong{ color:#d0806b; font-weight:600; }

.webinar-video-display{ width:100%; margin:0px 0px 80px; padding:0px; }

.webinar-videobox{ width:24%; margin-right:1%; }
.webinar-videobox .video-thumb{ width:100%; margin:0px; padding:0px; }

.webinar-videobox h6{ font-weight:600; margin:15px 0px; font-size:20px; line-height:24px; display:block; }

.webinar-videobox h6 a{ color:#74615b; cursor: pointer; } 

.participant-link{ margin:40px 0 0 0; float:right; color:#74615c; font-size:18px; line-height:24px; font-weight:700; display:table; font-family: "freight-neo-pro",sans-serif; background:#f1efee; padding:10px 20px 10px;}
	
	.participant-link i{ color:#d0806b;  margin-left:10px; vertical-align:middle; margin-top:5px; font-size:28px; display:inline; vertical-align:middle;   }
	
	.webinar-dashboard{ width:100%; margin:50px 0px 100px; padding:0px; }
	.landing-dashboard{ width:100%; margin:-30px 0px 100px; padding:0px; }

	.webinar-panel{ width:48%; margin:0px; padding:0px; }
	
	.webinar-panel h2{ margin-bottom:0px; }
	.webinar-panel h6{ margin-bottom:0px; padding-bottom:30px; }
	
	.webinar-panel.webinar{ padding-top:0px; }
	
	.webinar-panel.webinar h2{ margin-bottom:0px; color:#74615b; font-size:36px; }
	.webinar-panel.webinar h6{ margin-bottom:0px; padding-bottom:30px; color:#B9B0AD; font-family: "freight-neo-pro",sans-serif; font-size: 20px; font-weight: 700;text-transform: uppercase;}
	
	.table-display{ width:100%; margin:0px; }
	.table-display-head h4{ margin:0px!important; }
	.table-display-head h4 span {font-size: 20px; }
	.table-display-head{  width:100%; margin:0px; padding:8px 28px; } 
	.table-display .col01{ width:70%; float:left; }
	.table-display .col02{ width:30%; float:left; }
	.table-display .col01f{ width:80%; float:left; }
	.table-display .col02f{ width:20%; float:left; }
	
	.table-display .col03{ width:51%; float:left; }
	.table-display .col04{ width:34%; float:left; }
	.table-display .col05{ width:15%; float:left; }
	
	.table-display p{ margin:0px; padding:0px; color:#74615c; font-size: 18px; line-height: 27px; }
	
	.table-row-odd{ background:#fcf8f0; padding:12px 28px; }
	.table-row-even{ background:#fff; padding:12px 28px; }
	
	.table-row-odd:hover, .table-row-even:hover{ background:#d0806b; color:#fff!important; }
	
	.table-row-odd:hover p, .table-row-even:hover p{ color:#fff; }
	
	.table-row-odd:hover p a{ color:#fff!important; transition: none; }
	
	
	.table-row-even:hover p a{ color:#fff!important; transition: none; }
	
	
	.group-display{ width:100%; margin:10px 0px; padding:60px; background:#fcf8f0; }
	
	.group-display-row{ width:33.3333%; margin:0px 0px 40px; padding:0px; display:inline; float:left; vertical-align:top; }
	
	.group-display-row h3{ margin:0px 0px 20px!important; }
	
	.editor-content .group-display-row ul{ list-style:none; margin:0px; padding:0px; }
	
	.editor-content .group-display-row ul li{ color:#74615b; font-size:18px; margin-bottom:10px; }
	
	.editor-content .group-display-row ul li a{ color:#74615b; }
	
	
	.ride-share-display{ width:100%; margin:0px 0px 30px; padding:30px; background:#fcf8f0; }
	
	.ride-share-display-row{ width:100%; margin:0px 0px 40px; padding:0px; display:inline; vertical-align:top; }
	
	.ride-share-display-row h3{ margin:0px 0px 20px!important; font-size: 24px;  }
	.ride-share-display-row p {margin-bottom: 0px; }
	
	.editor-content .ride-share-display-row ul{ list-style:none; margin:0px; padding:0px; }
	
	.editor-content .ride-share-display-row ul li{ color:#74615b; font-size:18px; margin-bottom:10px; }
	
	.editor-content .ride-share-display-row ul li a{ color:#74615b; }
	
	
	.workshop-display{ width:100%; margin:0px; padding:80px 0px 40px; }
	.workshop-display h2{ margin-bottom:30px; }
	.workshop-box{ width:48%; margin:0px 0px 40px; padding:0px; min-height: 225px; }
	
	.workshop-box .thumb{ width:50%; max-width: 249px; margin:0px; padding:0px; position:relative; }
	
	.workshop-box .thumb .date{ position:absolute; right:10px; top:0px; background:#f6f7f8; border-bottom:3px solid #d0806a; padding:5px; width:103px;  }
	
	.workshop-box .thumb .date .datebox{ width:50%; float:left; position:relative; text-align:center; }
	
	.workshop-box .thumb .date .datebox.fst{ width:50%; float:left; position:relative; text-align:center; }
	
	.workshop-box .thumb .date .datebox.fst::before{ content:""; position:absolute; width:5px; height:3px; background:#74615b; top:45px; left:45px; }
	
	.workshop-box .thumb .date .datebox p.month{ font-family: "freight-sans-pro",sans-serif; font-size:14px; color:#B9B0AD; font-weight:600; text-transform: uppercase; }
	
	.workshop-box .thumb .date .datebox p.date-number{ font-family: "freight-sans-pro",sans-serif; font-size:30px; color:#74615b; font-weight:600; line-height: 26px; margin-bottom: 10px; }
	
	.workshop-box .title{ width:46%; margin:14px 0px 0px 34px; padding:0px; }
	
	.workshop-box .title h3{ color:#74615b; font-size:36px; margin-bottom:26px; line-height: 42px; margin-top: 0px;}
	
	.workshop-box .title h3 a{ color:#74615b; font-weight: 600; }

	.workshop-box .title h4 {color:#B9B0AD; font-family: "freight-neo-pro",sans-serif; font-size: 20px; font-weight: 700;text-transform: uppercase;margin-bottom: 5px; }
	
	.workshop-box .title p{ color:#74615b; font-size:18px; margin-bottom:15px; margin-top:0px; }
	
	.webinar-heading{ margin:0px; padding:0px; }
	
	.webinar-heading h6{color:#B9B0AD; font-family: "freight-neo-pro",sans-serif; font-size: 20px; font-weight: 700;text-transform: uppercase; margin-bottom:15px; }
	
	.webinar-heading p{ color:#74615b; font-size:18px; }
	
	.morecontent div {
    display: none;
}
.morelink {
    display: block;
}




/*===========Login Page Section===================*/

	.login-page{ width:100%; margin:0px; padding:0px; position: relative; }
	
	/*.loginpage-image{ width:50%; left:50%; position:fixed; right:0px; top:0px; height:100%; background:url(assets/images/loginpage-bg.jpg) bottom no-repeat; background-size:cover; -moz-background-size:cover; -o-background-size:cover; -webkit-background-size:cover; }*/
	.loginpage-image-container{ width:47%; left:53%; float: right; position: absolute; top: 0px; right: 0px; height: auto;}
	.loginpage-image-container img {height: auto; max-width: 100%; vertical-align: middle; border: 0;}
	
	.login-form-container {width: 47%; margin: 0px; padding: 0px 10%; float: left;}
	.login-form{ margin-top: 30%; margin-right: 0%; }
	
	.login-form h2{ margin:0px 0px 10px; }
	.login-form p {font-size: 18px; line-height: 22px; }
	.login-form h5 {margin-bottom: 30px; font-weight: 400; font-size: 18px;  }

	.loginpage-slogan{ width:80%; left:10%; top: 80%; z-index:999; position:absolute;  }
	
	.loginpage-slogan p{  font-family: "mr-eaves-xl-sans",sans-serif; font-size:24px; color:#fff; font-weight:bold; line-height:40px; }
	
	.loginpage-slogan p span{ font-family: "freight-sans-pro",sans-serif;font-weight:normal; font-style:italic; }
	
	
	.login-form input[type="text"], .login-form input[type="password"]{ width:100%; margin-right:0%; border:1px solid #f6cba3; border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px; background:#fcf8f0; color:#74615c; font-size:18px; height:56px; line-height:56px; font-family: "freight-sans-pro",sans-serif; padding:0px 20px!important; float:none; margin-bottom:20px; }
	
	.login-form input[type="submit"]{ width:100%; margin-right:0%; border:1px solid #f6cba3; border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px; background:#fcf8f0; color:#74615c; font-size:24px; font-weight:700; height:56px; line-height:56px; font-family: "freight-sans-pro",sans-serif; padding:0px 10px; float:none; margin-bottom:20px; background:#d0806b; color:#fff;border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px; }
	
	p.login-remember {height: 30px;}
	
	p.login-info, p.login-error {font-size: 18px; margin-bottom: 6px; }
	p.login-error {color: red; }
	
	/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}






/*===========  Program Single Section  ===================*/


	.program-single-row01{ background:url(assets/images/program-single-row01.jpg) top repeat-y; width:100%; padding:60px 0px 80px 0px; }
	.program-single-row01.brown { background:url(assets/images/program-single-row01-brown.jpg) top repeat-y; }
	
	.program-single-row01 .left-col{ width:35%; margin:0px; padding:0px; }
	
	.program-single-row01 .left-col p{ color:#74615c; font-size:28px; font-family: "freight-sans-pro",sans-serif; line-height:50px; font-style:italic; margin-top:25px; }
	.program-single-row01 .left-col p a, .program-single-row01 .left-col p em {font-style: normal;}

	.program-single-row01 .right-col{ width:55%; margin:0px; padding:0px 50px 0px 50px; }
	
	.program-single-row01 .right-col h6{ color:#74615c; font-size:24px; font-family: "freight-sans-pro",sans-serif; margin-top:25px; margin-bottom:35px; font-weight: 600;}
	
	.program-single-row01 .right-col p{font-size: 24px; line-height: 34px; margin-top: 25px; }

	.program-single-row01 .right-col ul{ list-style:none; margin:34px 0px 0px 0px; padding:0px; }
	.program-single-row01 .right-col ul li{ background:url(assets/images/red-bullet.png) left 7px no-repeat; 
		padding:0px 0px 0px 22px; color:#74615c; font-size:22px; font-weight:400; 
		font-family: "freight-sans-pro",sans-serif; margin:0px 0px 25px 0px; line-height: 25px; }
	
	
	
	/*.video-thumb-small{ background:url(assets/images/watercolor-bg-green.jpg) top no-repeat; background-size: contain; 
			display:table; margin:50px auto 0px; padding:70px 180px 105px; width: 90%; }*/
	.video-thumb-small{ background:url(assets/images/watercolor-bg-green.jpg) top no-repeat; background-size: contain; 
			display:table; margin:50px auto 0px; padding:6% 15% 10%; width: 90%; }
	.page-template-front-page .video-thumb-small {padding: 6% 15% 4%; }

	.page-template-default .video-thumb-small{ padding:6% 6% 10%; width: 90%; width: 98%; }
	
	
	.video-thumb-small.orange{background:url(assets/images/watercolor-bg-orange.jpg) top no-repeat; background-size: contain;}
	
	.program-single-row02{ 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,fcf9f1+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #fcf9f1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 1%,#fcf9f1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 1%,#fcf9f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcf9f1',GradientType=0 ); /* IE6-9 */
	padding:0px 0px 30px 0px; width:100%; }
	
	.program-single-row02 ul{ list-style:none; margin:0px 0px 0px 0px; padding:0px; }
	.program-single-row02 ul li{ background:url(assets/images/red-bullet.png) left 7px no-repeat; 
		padding:0px 0px 0px 22px; color:#74615c; font-size:22px; font-weight:400; font-family: "freight-sans-pro",sans-serif; 
		margin:0px 0px 25px 0px; line-height: 27px;}
	
	.program-single-row02 h6{ color:#74615c; font-size:21px; font-family: "freight-sans-pro",sans-serif; margin-top:0px; margin-bottom:35px; font-weight: 600; }
	
	.program-single-row02 h2{ margin-bottom:25px; }
	
	.program-single-row02 p {font-size: 22px; line-height: 34px; margin-bottom: 20px; }
	.program-single-row02 .col-half{ padding-right:50px; }
	
	
	.program-single-row03{ padding:50px 0px 50px; width:100%; }
	.page-template-front-page .workshops.program-single-row03 {padding-bottom: 0px; }

	.program-single-row03 .col-half{ padding-right:50px; }
	.program-single-row03 h2{ text-align:center; margin-bottom:30px; }
	.program-single-row03 h3{ color:#88917e; font-weight:bold; margin-bottom:20px;}
	.program-single-row03 h4{font-size:22px; font-weight: 600; line-height:28px; margin:0px 0px; }
	
	.program-single-row03 p{ font-size:18px; line-height:28px; margin:0px 0px 15px 0px; }
	
	.program-single-row03 h5{ color:#74615c; font-size:18px; font-weight:600; }
	
	.program-single-row03 h5 a{ color:#74615c; }
	.program-single-row03 ul {margin: 0px 0px 15px 40px; }
	.program-single-row03 ul li {font-size: 18px; line-height: 28px; margin-bottom: 0px; }
	
	.program-single-row03 .table-display p{ font-size: 18px; margin:5px 0px; }
	
	.program-single-row03 .program-link {margin: 20px 0px }

	.program-single-row03 a.orange-button {margin-top: 15px; }
	a.bottom-link, a.orange-button{ margin-top: 0px; display:table; }
	
	.program-single-row04{ padding:0px 0px 0px; width:100%; }
	.program-single-row05{ padding:0px 0px 50px; width:100%; }
	
	.cta-buttons {margin: 0px auto; text-align: center;}
	
	
	
	


/*===========Footer Section===================*/

	.pre-footer-section { padding: 15px 0px; width: 100%; text-align: center; }
	.footer-section{ background:#88917e; padding:60px 0px 60px; width:100%; }
	
	.footer-section h4{ color:#fff; font-size:24px; margin:0px 0px 15px; padding:0px; }
	.footer-section ul{ margin:0px; padding:0px; list-style:none; }
	.footer-section ul li{ color:#ffffff; font-size:20px; line-height:36px; border-top:none!important; border-bottom:none!important; padding:0px!important; }
	.footer-section ul li a{ color:#fff; box-shadow:none!important; -moz-box-shadow:none!important; -o-box-shadow:none!important; -webkit-box-shadow:none!important; padding:0px!important; }
	
	.footer-bottom{ width:100%; margin:0px; padding:40px 0px 0px; }
	.footer-bottom p{ color:#fff; font-size:20px; margin-bottom:6px; }
	.footer-bottom p span {font-size: 17px; }
	.footer-bottom .col-four{ font-size:26px; color:#fff; }
	.footer-bottom .col-four a{ margin-right:10px; }
	.footer-bottom a {color: #fff;}
	
	h1, h2, h3, h4, h5, h6{ clear:none!important; }
	
	.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium{ width:100%!important; }
	
	.contactpage-form input[type="checkbox"]{ height:32px!important; visibility:visible!important; margin-right:5px!important; }
	
	.gfield_required{ display:none!important; }
	
	.gform_description{ display:none!important; }
	
	.gform_title{ font-size:46px!important; color:#d0806a!important; }

	.gform_confirmation_wrapper .gform_confirmation_message {font-size: 22px; }

/*=================== Fix for notification bar placement================*/
.slicknav_menu::before {clear: both;}
.slicknav_btn {background: transparent !important;}
.slicknav_menu {background: transparent !important;}
.slicknav_menu .slicknav_icon-bar {background: #ffffff !important; height: 4px !important; width: 26px !important;}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {margin-top: 4px !important;}
.slicknav_nav {background: rgba(0,0,0,1) !important; position: fixed !important; top: 40px !important; left: 0px !important; width: 800px !important; z-index: 99999 !important;}
ul.slick_nav {width: 100% !important;}
ul.slicknav_nav li {float: none; margin: 0px 0px; width: 100%;}
ul.slicknav_nav li a {line-height: 40px; color: #fff; }
ul.slicknav_nav li a:hover {color: #f3e6c6; background: rgba(255,255,255,0.3)}
ul.slicknav_nav li.login-button {margin: 10px 10px;}
.slicknav_nav, .slicknav_nav ul {overflow: auto !important;}

/*================Notification Bar settings=========================*/
/*  See plugin CSS settings
/*==================================================================*/


/*====================Video container=========================*/
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;  }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.editor-content.single-webinar {padding-top: 0px; }

.pad-left-80 {padding-left: 80px; }
.pad-top-10 {padding-top: 10px; }
.editor-content .video-container {margin-bottom: 30px;-webkit-box-shadow: 0px 10px 50px -12px rgba(0,0,0,0.94);
-moz-box-shadow: 0px 10px 50px -12px rgba(0,0,0,0.94);
box-shadow: 0px 10px 50px -12px rgba(0,0,0,0.94); background-color: #000;}

/*====================Gravity form custom styles=============*/
i.gform-button-i {margin-left: 10px; }
#gform_2 h3{ display:none!important; }

.gform_wrapper{ margin:0px 0px!important; }

.gform_heading{ display:none!important; }

body .gform_wrapper ul li.gfield{ margin-top:0px!important; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #74615b;
	font-family: "freight-sans-pro",sans-serif!important;
}

:-moz-placeholder {
	color: #74615b;
	font-family: "freight-sans-pro",sans-serif!important;
}

::-moz-placeholder {
	color: #74615b;
	font-family: "freight-sans-pro",sans-serif!important;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #74615b;
	font-family: "freight-sans-pro",sans-serif!important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){ padding:5px 15px!important; margin-bottom: 10px; }
.gform_wrapper textarea {padding: 10px 15px !important;}
.gform_wrapper textarea.medium {height: 240px !important;}

body .gform_wrapper .top_label div.ginput_container{ margin-top:0px!important; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus{ border:1px solid #74615b!important; }

.gfield_label{ color:#74615b!important; font-size:24px!important; font-family: "freight-neo-pro",sans-serif!important; }
.gfield_label span {font-weight: normal; }

#field_2_6{ padding-top:20px!important; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{ font-size:18px!important; color:#74615b!important; }
.contactpage-form textarea{ margin-bottom:0px!important; }

/*#gform_2 .gform_footer input[type="submit"]{ background:url(assets/images/send-message-btn.jpg) top no-repeat!important; width:235px!important; height:47px!important; border:none!important; text-indent:-99999px!important; float:right!important; }*/
.gform_wrapper #gform_2 button { background: #d0806b; float: right; font-weight: 600; margin-right: 16px;border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px;}
.gform_wrapper #gform_2 button:hover { background: #74615c;}

#field_2_10 input {
    width: 49% !important;
}

.gform_wrapper .gfield_checkbox li input[type="checkbox"] {
	opacity: 0;
	position: absolute;
}

.gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_checkbox li label {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	cursor: pointer;
	overflow: visible !important;
}

.gform_wrapper .gfield_checkbox li label {
	position: relative;
}

.gform_wrapper .gfield_checkbox li input[type="checkbox"] + label:before {
    content: '';
    background: #fcf8f0;
    border: 1px solid #fccba3;
    display: inline-block;
    vertical-align: middle;
	top: 0;
	left: 0px !important;
    width: 38px;
    height: 38px;
    padding: 2px;
	border-radius: 4px;
    margin-right: 10px;
    text-align: center;
}

.gform_wrapper .gfield_checkbox li input[type="checkbox"]:checked + label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
	font-size: 18px;
    background: #fcf8f0;
    color: #d0806b;
    border-color:#fccba3;
	padding-top: 4px; 
}

body .gform_wrapper .gfield_checkbox > label {
	margin-left: 0;
}

.gform_wrapper .gfield_checkbox li {
	min-height: 60px !important;
}


/* ================ Radio Button Customization ==================== */
.gform_wrapper .gfield_radio li input[type="radio"] {
	opacity: 0;
	position: absolute;
}

.gform_wrapper .gfield_radio li input[type="radio"], .gform_wrapper .gfield_radio li label {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	cursor: pointer;
	overflow: visible !important;
}

.gform_wrapper .gfield_radio li label {
	position: relative;
}

.gform_wrapper .gfield_radio li input[type="radio"] + label:before {
    content: '';
    background: #fcf8f0;
    border: 1px solid #fccba3;
    display: inline-block;
    vertical-align: middle;
	top: 0;
	left: 0px !important;
    width: 38px;
    height: 38px;
    padding: 2px;
	border-radius: 4px;
    margin-right: 10px;
    text-align: center;
}

.gform_wrapper .gfield_radio li input[type="radio"]:checked + label {
/*	font-weight: 400 !important;*/
}

.gform_wrapper .gfield_radio li input[type="radio"]:checked + label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
	font-size: 18px;
    background: #fcf8f0;
    color: #d0806b;
    border-color:#fccba3;
	padding-top: 4px; 
}

body .gform_wrapper .gfield_radio > label {
	margin-left: 0;
}

.gform_wrapper .gfield_radio li {
	min-height: 60px !important;
}

/* ================= End Radio Button Customization ================ */


/*=================== Gravity Forms Settings - Feedback Form ====================*/
.gform_wrapper button.gform_button { background: #d0806b; font-weight: 600; border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px;}
.gform_wrapper button.gform_button:hover { background: #74615c;}


.gform_wrapper .top_label .gfield_label {line-height: 0px !important; display: none !important;}
#gform_wrapper_1 .top_label .gfield_label {line-height: 1.3 !important; display: inline-block !important;}
.gform_wrapper #gform_1 .gform_footer input[type="submit"]{ background:url(assets/images/send-to-coach.png) top no-repeat!important; width:235px!important; height:47px!important; border:none!important; text-indent:-99999px!important; float:right!important; }
.gform_wrapper #gform_1 button { background: #d0806b; float: right; font-weight: 600; margin-right: 16px;border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px;}
.gform_wrapper #gform_1 button:hover { background: #74615c;}
.gform_wrapper #gform_6 button { background: #d0806b; font-weight: 600; margin-right: 16px;border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px;}
.gform_wrapper #gform_6 button:hover { background: #74615c;}

/*
.gform_wrapper .top_label #field_1_5 {text-align: right;}
.gform_wrapper .top_label #field_1_5 .gfield_label {line-height: 33px !important; display: inline-block !important; font-size: 18px !important; font-weight: normal; font-family: "freight-sans-pro", sans-serif !important;}
.gform_wrapper .top_label #field_1_5 .gsurvey-rating-wrapper {float: right;}

.gsurvey-rating {margin-top: 0px; margin-left: 10px;}

*/

.gsurvey-rating input[type="radio"] {display:none;}
.gsurvey-rating span {display: inline-block; width: 31px; height: 31px;}
.gsurvey-rating:not(:checked) > label, .gsurvey-rating:not(:checked) > label:hover, .gsurvey-rating:not(:checked) > label:hover ~ label, .gsurvey-rating:not(:checked) > label, .gsurvey-rating:not(:checked) > label:hover, .gsurvey-rating:not(:checked) > label:hover ~ label, .gsurvey-rating > input:checked ~ label {
    width: 80px !important;
    line-height: 31px !important;
    background-size: 30px 30px !important;
    color: rgba(221, 221, 221, 0) !important;
	float:right;
}

.gsurvey-rating > input:checked ~ label {
    background-image: url(assets/images/star-active.png) !important; background-repeat: no-repeat;
	width: 80px !important; line-height: 31px !important;}
 
.gsurvey-rating:not(:checked) > label {
    background-image: url(assets/images/star-inactive.png) !important;  background-repeat: no-repeat;
}
 
.gsurvey-rating:not(:checked) > label:hover, .gsurvey-rating:not(:checked) > label:hover ~ label {
    background-image: url(assets/images/star-active.png) !important;
}

.feedback-form p {font-size: 18px; font-weight: normal; line-height: 27px; }

.widget ul li a:hover {color: #D5CFCD;}

.gform_wrapper .top_label .visible-label .gfield_label {display: initial !important;}

.gform_wrapper #gform_7 .top_label .gfield_label, .gform_wrapper #gform_8 .top_label .gfield_label {line-height: 40px !important; display: inline-block !important;}
#gform_7 select, #gform_8 select {height: 47px; }
.gform_wrapper #gform_7 li.gfield, .gform_wrapper #gform_8 li.gfield {margin-top: 16px !important; }
#gform_7 textarea, #gform_8 textarea{ background:#fcf8f0; border:1px solid #f6cba3; height:210px; width:96%; margin-right:4%; margin-bottom:20px; resize:none; color:#74615c; font-size:18px;  font-family: "freight-sans-pro",sans-serif; padding:10px; }
#gform_7 input, #gform_8 input, #gform_9 input{ margin-right:4%; border:1px solid #f6cba3; 
	border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px; 
	background:#fcf8f0; color:#74615c; font-size:24px; height:56px; 
	line-height:56px; font-family: "freight-sans-pro",sans-serif; 
	padding:0px 10px; margin-bottom:0px; }
.gform_wrapper #gform_7 button, .gform_wrapper #gform_8 button, .gform_wrapper #gform_9 button { background: #d0806b; float: right; font-weight: 600; 
	margin-right: 16px;border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px;}
.gform_wrapper #gform_7 button:hover, .gform_wrapper #gform_8 button:hover, .gform_wrapper #gform_9 button:hover { background: #74615c;}

.gform_wrapper #gform_7 li.single-character, .gform_wrapper #gform_8 li.single-character {margin-top: 50px !important; }
.gform_wrapper #gform_7 li.single-character input, .gform_wrapper #gform_8 li.single-character input {width: 48px;   }

.gform_wrapper #gform_7 li.single-character > div, .gform_wrapper #gform_8 li.single-character > div { float: left; margin-right: 14px;   }
.gform_wrapper #gform_7 li.single-character .gfield_label, .gform_wrapper #gform_8 li.single-character .gfield_label {line-height: 54px !important; }


/* =============== Start Gravity Forms Workshop Registration Form 3 ================== */
/*.gform_wrapper #gform_3 ul#input_3_8 li {border: 1px solid rgb(187,187,187); padding: 10px 10px !important;  }*/
#gform_3 ul#input_3_8 li h4 {font-family: "freight-sans-pro", sans-serif; margin: 0px 0px 0px 0px !important; font-weight: 400 !important; font-size: 18px !important; display: inline;  }
#gform_3 ul#input_3_8 li h4:after {content: " - ";}
#gform_3 ul#input_3_8 li input[type="radio"]:checked + label h4 {font-weight: 700 !important; }
#gform_3 ul#input_3_8 li span {}
#gform_3 ul#input_3_8 li label {width: 100%; }
#gform_3 .ginput_price {display:none;}
#gform_3 .product_totals {display: none;}
#gform_3 p {font-size: 20px; }

/* =============== End Gravity Forms Workshop Registration Form 3 ================== */

/* =============== Start Gravity Forms Post a Ride Share Form 15 ================== */
#gform_15 select {height: 56px; }
#gform_15 textarea, #gform_15 select{ background:#fcf8f0; border:1px solid #f6cba3; height:210px; width:96%; margin-right:4%; margin-bottom:20px; resize:none; color:#74615c; font-size:18px;  font-family: "freight-sans-pro",sans-serif; padding:10px; }
#gform_15 input{ margin-right:4%; border:1px solid #f6cba3; 
	border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px; 
	background:#fcf8f0; color:#74615c; font-size:24px; height:56px; 
	line-height:56px; font-family: "freight-sans-pro",sans-serif; 
	padding:0px 10px; margin-bottom:0px; }
.gform_wrapper #gform_15 button { background: #d0806b; float: right; font-weight: 600; 
	margin-right: 16px;border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px;}
.gform_wrapper #gform_15 button:hover { background: #74615c;}


/* =============== End Gravity Forms Post a Ride Share Form 15 ================== */


/* ================== Webinar Form style ==============================*/
#webinar-form-container {margin: 60px auto 0px; width: 60%;}

.gform_wrapper #gform_19 .top_label .gfield_label {line-height: 40px !important; display: inline-block !important;}
#gform_19 select {height: 47px; }
.gform_wrapper #gform_19 li.gfield {margin-top: 16px !important; }
#gform_19 textarea{ background:#fcf8f0; border:1px solid #f6cba3; height:210px; width:96%; margin-right:4%; margin-bottom:20px; resize:none; color:#74615c; font-size:18px;  font-family: "freight-sans-pro",sans-serif; padding:10px; }
#gform_19 input{ margin-right:4%; border:1px solid #f6cba3; 
	border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px; 
	background:#fcf8f0; color:#74615c; font-size:24px; height:56px; 
	line-height:56px; font-family: "freight-sans-pro",sans-serif; 
	padding:0px 10px; margin-bottom:0px; }
.gform_wrapper #gform_19 input[type="submit"] { color:#fff; padding: 5px 20px; line-height: 20px; font-size: 18px; background: #d0806b; float: right; font-weight: 600; 
	margin-right: 16px;border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px;}
.gform_wrapper #gform_19 input[type="submit"]:hover { background: #74615c;}

.gform_wrapper #gform_19 li.single-character {margin-top: 50px !important; }
.gform_wrapper #gform_19 li.single-character input {width: 48px;   }

.gform_wrapper #gform_19 li.single-character > div { float: left; margin-right: 14px;   }
.gform_wrapper #gform_19 li.single-character .gfield_label {line-height: 54px !important; }



/* ====================End Webinar Form =================================*/

/*=================== Gravity Forms overlay confirmation ================*/
#overlay {
	background: #000;
	background: rgba(0, 0, 0, 0.3);
	display: block;
	float: left;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index: 99;
}

#gform-notification {
	background: #fff;
	border-radius: 10px;
	display: block;
	margin: auto;
	max-height: 237px;
	max-width: 520px;
	padding: 61px;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	text-align: center;
	width: 100%;
	z-index: 101;
}




/* ============ WPFront Notification Bar Customizations ================ */
#wpfront-notification-bar  td {padding: 10px 30px 10px 20px;}

/* ============= Button Standardization ================================ */
a.orange-button { background:#d0806b; color:#FFF !important; font-size:18px; line-height:45px; font-weight:500; padding:0px 15px; display:inline-block; font-family: "freight-neo-pro",sans-serif;border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px; text-decoration: none;}
a.orange-button:hover{ background:#74615c; text-decoration: none;}
a.orange-button i{ color:#fff;  margin-left:10px; vertical-align:middle; }

a.green-button { background:#88917E; color:#FFF; font-size:18px; line-height:45px; font-weight:500; padding:0px 15px; display:inline-block; font-family: "freight-neo-pro",sans-serif;border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px; }
a.green-button:hover{ background:#74615c;}
a.green-button i{ color:#fff;  margin-left:10px; vertical-align:middle; }

.simple-link{ margin:30px 0 0 0; color:#74615c; font-size:18px; line-height:24px; font-weight:600; display:table; float:left; text-decoration: none;}
.simple-link:hover {text-decoration: none;}

.simple-link i{ color:#d0806b;  margin-left:10px; vertical-align:middle; }

.thumbnail-button img {max-width: 250px; margin: 30px 0; float: left; }

.single-videos .simple-link{margin-top: 0px; }
.single-audio_list .simple-link{margin-top: 0px; margin-bottom: 30px; }

.top-bottom-buffer{ padding:60px 0px; }
	
	.video-display{ width:100%;}
	.video-display .col-four{ padding:0px 20px; }
	.video-display .video-box{ background:url(assets/images/video-thumb-background.jpg) top no-repeat; background-size:cover; -moz-background-size:cover; -o-background-size:cover; -webkit-background-size:cover; padding:15px; margin-top:40px; min-height: 257px; position: relative; max-width: 345px;}
	
	.video-display .video-box p.video-title{ font-family: 'freight-neo-pro', sans-serif; font-weight: bold; color:#74615c; font-size:30px; margin:0px 0px 10px 0px; line-height:35px; }
	.video-display .video-box p.video-title a{ color:#74615c; }
	
	.video-display .video-box p.duration{ color:#74615c; font-size:20px; font-weight: 500; margin-bottom:35px; }
	.video-display .video-box p.duration i{ color:#000; font-size:15px; }
	
	.video-display .video-box h5{ color:#fff; font-size:20px; 
		border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; 
		width:100%; text-align:center; padding:10px 10px; background:#87917e; display:block; font-weight:600; 
		position: absolute; bottom: 25px; left: 10%; width: 80%;}
	
	.video-display .video-box.grey h5 {background: #8e908c;}

	ul.filter-nav {list-style:none; margin: 40px 0px 10px 0px; height: 40px;}
	ul.filter-nav li {float: left; background-color:#88917E; color: #fff; padding: 5px 15px; margin: 0px 5px; border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px;  }
	ul.filter-nav li:hover { background-color: #d0806b;}
	ul.filter-nav li.selected {background-color: #d0806b;}




	.leaf-icon {width: 25px; margin-right: 5px;}



	.page-template-bookpage .testimonial-widget { padding-top: 0px; }


	.single-programs_list .testimonial-widget { padding-top: 0px; padding-bottom: 0px;  }
	.program-link.middle{ margin:40px auto; display:table; }
	
	.media-display{ width:100%; margin:0px; padding:0px; text-align:center; }
	
	.media-display h2{ margin-bottom:20px; }
	
	.media-display .col-half{ padding:0px 20px; }
	
	.media-display .col-half .book-img{ width:100%; margin:0px; padding:0px; }
	
	.media-display .col-half .audio-box{ width:100%; margin:0px; padding:0px; }
	

	.media-display .audio-box{ background:url(assets/images/video-thumb-background.jpg) top no-repeat; background-size:cover; 
		-moz-background-size:cover; -o-background-size:cover; -webkit-background-size:cover; 
		padding:15px; margin-top:40px; min-height: 277px; position: relative;text-align: left;}
	
	.media-display .audio-box p.audio-title{ font-family: 'freight-neo-pro', sans-serif; font-weight: bold; color:#74615c; font-size:30px; margin:0px 0px 10px 0px; line-height:35px; position: relative;  top: 20px; left: 125px; }
	.media-display .audio-box p.audio-title a{ color:#74615c; }
	
	.media-display .audio-box p.duration{ color:#74615c; font-size:20px; font-weight: 500; margin-bottom:35px; position: relative; top: 15px; left: 125px; }
	.media-display .audio-box p.duration i{ color:#000; font-size:15px; }

	.video-file{ width:100%; margin:0px; padding:80px 0px; text-align:center; background:url(assets/images/video-file-bg.jpg) center center no-repeat; }
	.video-file-box{  padding:40px 0px; }
	
	.program-box-row{ width:100%; margin:0px; padding:0px 0px 0px; text-align:center; }
	.program-box{ width:31%; display:inline-block; margin:0px 1% 50px; vertical-align:top; padding-right: 20px;}
	
	.program-box .image-thumb{ width:100%; }
	.program-box .image-thumb img{ width:100%; }
	
	.program-box h2{ text-align:left; font-size:32px; margin:12px 0px 8px; }
	.program-box p{  font-size:20px; line-height:30px; font-weight: 500; text-align:left; margin-bottom:15px; }
	.program-box .viewmore-link { font-size: 20px; }
	
	/*.page-template-program .testimonial-widget {padding-top: 0px; }
	.page-template-program .testimonial-widget {padding: 160px 160px 40px;}*/


	.team-display-row .more{ font-family: "freight-sans-pro",sans-serif; font-weight:400; font-size:24px;  margin-bottom:10px; line-height:34px; }
	
	.book-display-row{ width:100%; margin:0px; padding:0px 0px 0px 0px;  }
	.book-display-row:last-child:after {clear: both;}
	/*.book-display-row .book-display-col{ width:31%;    } */
	.book-display-row .book-display-col { width: 31%; display:inline-block; margin:30px 1% 50px; border-bottom:1px solid #cbcbcb; padding-bottom:30px; text-align:left; vertical-align:text-top;  }

	.book-display-col .image-thumb{ width:100%; }
	.book-display-col .image-thumb img{ width:100%; }
	
	.book-display-col h3{ margin-bottom:0px; padding-bottom:0px; margin-top:10px; font-weight: 600; }
	.book-display-col h4{ color:#b9b9b9; font-size:15px; margin-bottom:20px; text-transform: uppercase;}
	.book-display-col h6{color:#74615c; font-size:24px; line-height: 30px; font-family: "freight-sans-pro",sans-serif; margin-top:10px; margin-bottom:10px; font-weight: 600;}
	.book-display-col p{ color:#74615c; font-size:18px; font-weight: 500; line-height:27px; margin-bottom:22px; }
	
	.book-display-col .program-link{ margin-top:5px!important; margin-bottom:10px; }
	
	.book-display-col .morecontent {margin-top: -24px;}
	.book-display-col a.morelink {margin: 50px 0px 30px; }
	.book-display-col a.morelink.less {margin-top: 10px; }
	
	.book-display-col ol {margin: 0px 0px 30px 30px; }
	.book-display-col ol li {font-size: 18px; line-height: 27px; color: #74615c; font-weight: 500;}
	
	.book-display-col ul {margin: 0px 0px 30px 30px; }
	.book-display-col ul li {font-size: 18px; line-height: 27px; color: #74615c; font-weight: 500;}
	
	     .entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong{ box-shadow:none!important; -moz-box-shadow:none!important; -o-box-shadow:none!important; -webkit-box-shadow:none!important; }


	.md-modal { overflow-y: auto !important; max-width: 800px !important; }
	
	.md-content > div p {font-style: normal !important; font-size: 18px !important; line-height: 22px !important; margin: 0px !important; text-align: left !important;}
	.md-content > div ul {list-style: disc !important; padding: 0px 0px 20px 30px !important;}
	.md-content > div ul li {background: none !important; padding: 0px 0px !important; font-size: 18px !important; line-height: 22px !important; margin: 0px !important;}
	.md-content .modal-closer {position: absolute; top: 5px; right: 0px; color: #fff; font-size: 24px; cursor: pointer; }
	.md-content > div ol {padding: 0px 0px 20px 30px !important;}
	.md-content > div ol li {background: none !important; padding: 0px 0px !important; font-size: 18px !important; line-height: 22px !important; margin: 0px !important;}



/* ============ WooCommerce Customizations ================ */
.woocommerce .product-description {width: 100%; }
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { float: none; width: 100%;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background:#d0806b; color:#FFF !important; font-size:18px; line-height:45px; font-weight:500; padding:0px 15px; display:inline-block; font-family: "freight-neo-pro",sans-serif;border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px; }
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{ background:#74615c;}


.woocommerce div.product p.price, .woocommerce div.product span.price { color: #74615c; font-family: "greight-sans-pro",sans-serif; font-size: 24px; line-height: 34px; font-weight: 400; margin-bottom: 18px;}

.page-id-24 .woocommerce-cart-form .variation {display:none !important;}
.page-id-24 .woocommerce-cart-form .product-thumbnail img {display:none !important;}
.woocommerce-checkout .woocommerce-checkout-review-order .variation { display:none !important;}
.woocommerce .woocommerce-MyAccount-content .wc-item-meta { display:none; !important;}

.woocommerce {font-size: 18px; }
.woocommerce-MyAccount-navigation ul {list-style: none;}
.woocommerce-MyAccount-navigation ul li:first-child {font-weight: 700; }

.woocommerce-info, .woocommerce-message {border-top-color: #d0806b; }
.woocommerce-info::before {color: #d0806b;}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background:#d0806b; color:#FFF !important; font-size:18px; line-height:45px; font-weight:500; padding:0px 15px; display:inline-block; font-family: "freight-neo-pro",sans-serif;border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px; text-decoration: none;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	padding: 0px 15px; 
	}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {line-height: 32px; width: 100px; }
.woocommerce button.insert-media {line-height: 28px;  }

.woocommerce-account .woocommerce-MyAccount-content {font-size: 22px; }
#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {line-height: 45px; }

.select2-container--default .select2-selection--single {height: 45px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 39px; font-size: 18px; }
.select2-container--default .select2-selection--single .select2-selection__arrow {top: 8px; }

.woocommerce-account .woocommerce-MyAccount-content .wp-media-buttons {display:none;}


#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {display: none;}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {float: left; width: 100%;}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
	font-size: 1em;
	}

.woocommerce h3 {margin: 30px 0px 20px; }

.woocommerce-checkout  .editor-content {padding: 30px 0px 100px; }

/* Prevent Safari from autofilling fields */
.woocommerce::-webkit-credentials-auto-fill-button {visibility: hidden;}

#add_payment_method .checkout .create-account small, .woocommerce-cart .checkout .create-account small, .woocommerce-checkout .checkout .create-account small {font-size: 14px; line-height: 20px; }

.woocommerce div.product form.cart .variations {width: 50%;}
/* ============= bbPress Customizations =================== */



div.bbp-template-notice p {font-size: 14px;}
div.bbp-template-notice a {color: #74615c; font-size: 14px; }

#bbpress-forums ul li, #bbpress-forums p{font-size: 18px; }
#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {width: 150px; }

span.bbp-admin-links a {color: #74615c; font-size: 16px; }

.bbp-forum-header a.bbp-forum-permalink, .bbp-topic-header a.bbp-topic-permalink, .bbp-reply-header a.bbp-reply-permalink {color: #74615c; }
/* ============= Coaching Calendar Customizations ========== */
.tsa-calendar-wrapper ul li {font-size: 16px; }

.tsa-calendar-container ul.tsa-calendar-days li { height: 24px; line-height: 25px; }
.tsa-calendar-container div.tsa-calendar-heading span.tsa-calendar-date select {font-size: 12px; height: 22px; margin-left: 28px;}
.legend-color-booked {background-color: #74615c;}
.legend-color-free {background-color: #FCF8F0;}
.tsa-calendar-container div.tsa-calendar {width: 200px; font-size: 14px; }
.tsa-calendar-container div.tsa-calendar-heading {font-size: 18px; }

.siteseal {margin-top: 40px; }
.siteseal img {
    width: 146px;
    height: 79px;
    margin: -5px 5px 5px 0px;
    float: left;
}
.siteseal p {
    font-size: 20px;
	line-height: 22px; 
}

.form-description { font-size: 19px; margin-bottom: 20px; }

a.forgot-password {font-size: 18px; }


/* =================== Start Assignments & Resources ================= */
.assignment-container {width: 100%; margin: 30px 0px 30px 0px; }
.assignment-container h2 {color: #74615b; font-size: 36px; margin-bottom: 30px;}
.assignment-container p {margin: 0px 0px 10px 0px; }

/* =================== End Assignments & Resources ================= */

.community-registration {width: 100%; }
.community-registration h5 a{ background:#d0806b; color:#FFF; font-size:18px; margin: 10px auto; line-height:45px; font-weight:500; padding:0px 15px; display:inline-block; font-family: "freight-neo-pro",sans-serif;border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px;}
.community-registration h5 a i {margin-left: 10px; }
.community-registration h5 a:hover{ background:#74615c;}

.calendar-container {width: 70%; margin: 0px auto;}

/* ================= Hide workshop Add to cart button =============== */
#product-3484 button {display:none !important;}

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea
	{
		display: inline !important;
	}

}

.social-button img{height: 45px; display: inline-block; margin: 0px 10px 0px 10px; vertical-align: top;}

/* ================= Membership plans =============== */
.page-id-21307 .editor-content { 
	padding: 30px 50px 100px;
}
.page-id-21307 .editor-content .ptsEl p strong { 
	background-color: red; 
}

.search h2 {font-size: 2rem !important;}
.search padding {margin: .5rem 0 !important;}

