/*
Theme Name: Blogging Bistro
*/

/* ===== BASIC STYLES ===== */

body {
	background: #FFF;
	font-size: 18px;
	line-height: 1.2;
	color: #000;
	font-family: "Montserrat", serif;
}
* {
	-webkit-font-smoothing: antialiased;
	transition: color 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
	-moz-transition: color 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
	-webkit-transitiomn: color 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: background 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
	-moz-transition: background 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
	-webkit-transition: background 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: max-height 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
	-moz-transition: max-height 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
	-webkit-transition: max-height 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
}
a {
	color: #b78c62;
	font-weight: 600;
}
a:hover, a:focus {
	color: #b08861;
	text-decoration: none;
}
.button {
	text-decoration: none !important;
}
h1, h2, h3, h4, h5 {
	font-weight: 600;
	margin: 0 0 15px;
}
img {
	max-width: 100%;
}
p {
	color: #252525;
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 25px;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
blockquote {
	border-left: 0px;
	font-size: 26px;
	line-height: 40px;
	font-weight: 700;
	color: #b78c62;
}
blockquote p {
	border-left: 0px;
	font-size: 26px;
	line-height: 40px;
	font-weight: 700;
	color: #b78c62;
}
label {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	font-weight: 400;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, textarea {
	background: #FFF;
	border: 0px;
	border-radius: 0;
	padding: 0 12px;
	font-size: 20px;
	height: 32px;
	line-height: 32px;
	color: #252525;
	margin: 0;
	width: 100%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #252525;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #252525;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #252525;
}
:-moz-placeholder { /* Firefox 18- */
	color: #252525;
}
textarea {
	height: 120px;
	padding: 8px 12px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input[type="submit"] {
	background: #cfa67e;
	color: #FFF;
	font-weight: bold;
	border-radius: 0px;
	border: 0px;
	padding: 0 60px;
	max-width: 100%;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
input[type="submit"]:hover {
	background: #b08861;
}
.wpcf7-list-item, #content .wpcf7-list-item {
	margin: 0 15px 15px 0;
	text-transform: uppercase;
	font-size: 13px;
	float: left;
}
.wpcf7-list-item input[type="checkbox"] {
	background: transparent;
	border: 1px solid #FFF;
	margin: 4px 6px 0 0;
	float: left;
}
.wpcf7-list-item-label {
	margin: 2px 0 0 0;
	float: left;
	font-size: 13px;
}
@media (max-width: 1099px) {
	body {
		padding-right: 0px;
		padding-left: 0px;
	}
}

/* ===== CONTAINER ===== */

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	max-width: 920px;
	width: 100%;
	padding: 0;
}
@media (max-width: 767px) {
	.container {
		width: 100%;
		padding: 0;
	}
}

/* ===== ALIGNMENT ===== */

.alignleft, #page-content .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright, #page-content .alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.aligncenter {
	margin: 0 auto 20px;
	display: block;
}
#main p:last-child .aligncenter {
	margin: 0 auto;
}

@media(max-width: 767px) {
	.alignleft, #page-content .alignleft {
		float: none;
		margin: 0 auto 20px;
	}
	.alignright, #page-content .alignright {
		float: none;
		margin: 0 auto 20px !important;
		display: block;
	}
}

/* ===== HEADER ===== */

#masthead {
	clear: both;
	width: 100%;
	margin: 0;
	z-index: 999;
}

/* ===== HEADER TOP ===== */

#header-top {
	background: #061a41;
	color: #FFF;
	padding: 14px 30px;
	text-align: center;
}
#header-top ul {
	padding: 0;
	margin: 0;
}
#header-top li {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
}
#header-top li a {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	padding: 0 10px;
	vertical-align: top;
	position: relative;
}
#header-top li a br {
	display: none;
}
#header-top li a:after {
	content: url(images/player.png);
	margin: 0 0 0 15px;
}

@media(max-width:767px) {
	#header-top {
		padding: 12px 30px;
	}
	#header-top li a {
		padding: 0;
		line-height: 22px;
	}
	#header-top li a br {
		display: block;
	}
	#header-top li a:after {
		content: url(images/player.png);
		margin: 8px 0 0 0;
		display: block;
	}
}

/* ===== DESKTOP HEADER ===== */

#header-branding {
	clear: both;
	width: 100%;
	position: relative;
	z-index: 3;
	padding: 30px 30px 18px;
	text-align: center;
	background: #FFF;
}
#header-branding img {
	margin: 0 auto;
	display: block;
}

@media(max-width:767px) {
	#header-branding {
		padding: 22px 30px 22px;
	}
	#header-branding img {
		margin: 0;
	}
}

/* ===== MOBILE TOGGLE ===== */

#mobile-nav-toggle {
	display: none;
}

@media (max-width: 767px) {
	#mobile-nav-toggle {
		bottom: 0px;
		z-index: 999;
		height: auto;
		border: 0px !important;
		padding: 6px;
		position: absolute;
		top: 55px;
		right: 25px;
		width: auto;
		display: block;
	}
	#mobile-nav-toggle .navbar-toggle {
		margin: 0;
		padding: 0;
		border: 0px;
		border-radius: 0px;
	}
	#mobile-nav-toggle .icon-bar {
		background: #061a41;
		height: 4px;
		width: 100%;
		margin: 0 0 6px;
		border-radius: 0px;
	}
	#mobile-nav-toggle .icon-bar:last-child {
		margin: 0;
	}
	.mobile-nav-title {
		display: none;
	}
	.icon-bars {
		float: none;
		width: 35px;
		margin: 0 auto;
		display: inline-block;
	}
	#mobile-nav .nav > li {
		float: left;
		clear: both;
		width: 100%;
		border-radius: 0px;
	}
	#mobile-nav .nav > li > a {
		color: #061a41;
		text-shadow: none;
		font-size: 18px;
		border-radius: 0px;
		padding: 15px 15px;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
		float: left;
		border-bottom: 1px solid #EEE;
		line-height: 1;
		font-weight: 400;
		letter-spacing: 1px;
	}
	#mobile-nav .nav > li:last-child a {
		border-bottom: 0px;
		padding: 12px 20px 16px;
	}
	#mobile-nav .sub-menu {
		padding: 0;
		width: 100%;
		float: left;
		clear: both;
		margin: 0;
		-webkit-transition: max-height 200ms ease-in;
		-moz-transition: max-height 200ms ease-in;
		-o-transition: max-height 200ms ease-in;
		transition: max-height 200ms ease-in;
	}
	#mobile-nav li.open > .sub-menu {
		max-height: 900px;
	}
	#mobile-nav .nav > li > ul > li > a {
		color: #061a41;
		background-color: #eee;
		text-shadow: none;
		font-size: 18px;
		border-radius: 0px;
		padding: 15px 15px;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
		float: left;
		border-top: 0px !important;
		line-height: 1;
		font-weight: 400;
		letter-spacing: 1px;
	}
	#mobile-nav li > a:focus {
		text-decoration: none !important;
	}
	#mobile-nav li > a:hover {
		text-decoration: none !important;
		color: #061a41;
		background: #FFF;
	}
	#mobile-nav .nav-collapse .nav > li > a, #mobile-nav .nav-collapse .dropdown-menu a {
		width: 100%;
		color: #FFF;
	}
	.nav-collapse, .nav-collapse.collapse {
		height: 0;
		overflow: hidden;
		margin: 0;
		float: left;
		width: 100%;
	}
	.nav-collapse .nav > li > a {
		margin-bottom: 0;
	}
	.nav-collapse .nav {
		padding-bottom: 0px;
		width: 100%;
	}
	.nav-collapse .nav > li {
		float: none;
		padding: 0;
	}
}

#wpadminbar {
	position: fixed !important;
}

/* ===== HEADER ===== */

#logo {
	margin: 0 auto 28px;
	padding: 0;
	display: block;
}
#logo img {
	margin: 0 auto;
	display: block;
	z-index: 9999;
	position: relative;
}

@media (max-width: 767px) {
	#logo {
		float: left;
		width: 100%;
		clear: both;
		padding: 20px 20px 30px;
		margin: 0;
	}
}

/* ===== MOBILE NAV ===== */

#mobile-nav {
	width: 100%;
	border-radius: 0px;
	border: 0px !important;
	float: left;
	margin: 0;
	z-index: 999;
}
#mobile-navbar {
	padding: 0px;
	background: #fff;
	width: 360px;
	height: 100% !important;
	position: fixed;
	left: -280px;
	top: 0;
	overflow-y: auto;
	z-index: 9999;
	-webkit-transition: left .3s;
	transition: left .3s;
	box-shadow: 0 0 50px rgba(0, 0, 0, .2);
}
.admin-bar #mobile-navbar {
	top: 46px;
}
#mobile-navbar.in {
	left: 0;
}
#mobile-nav-close {
	border: #061a41 2px solid;
	color: #061a41;
	text-transform: uppercase;
	margin: 20px auto 0;
	float: none;
	padding: 10px 20px;
}
#mobile-overlay {
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	top: 0px;
	left: 0px;
	height: 100% !important;
	position: fixed;
	cursor: pointer;
}
#mobile-navbar-container {
	padding: 20px;
	background: #fff;
	width: 360px;
	height: 100% !important;
	position: fixed;
}

/* ===== MAIN NAV ===== */

#main-nav {
	margin: 0;
	width: 100%;
	position: relative;
	z-index: 999;
	text-align: center;
	padding: 0 30px 15px;
	background: #FFF;
}
#main-nav ul {
	text-align: center;
	padding: 0 0 0 10px;
}
#main-nav li {
	display: inline-block;
	font-size: 13px;
	color: #585858;
	line-height: 1;
	background: transparent;
	position: relative;
	font-weight: 400;
	margin: 0 0 0 -4px;
	padding: 0;
}
#main-nav li a {
	color: #757576;
	padding: 10px 14px 15px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0px;
	background: none !important;
	transition: background .0s ease-in;
	-moz-transition: background .0s ease-in;
	-webkit-transition: background .0s ease-in;
}
#main-nav li:last-child a {
	border-right: 0px;
}
#main-nav li:hover > a, #main-nav li:focus > a {
	outline: none;
	color: #061a41;
}
#main-nav ul > li:hover > a {
	text-decoration: none;
}
#main-nav > div > ul > li:hover > a {
	background: none;
}
#main-nav li.current_page_item > a {
	color: #061a41;
}
#main-nav li ul {
	padding: 0;
}
#main-nav li:hover > ul {
	display: block;
	max-height: 900px;
}
#main-nav .sub-menu {
	float: left;
	clear: both;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 999;
	height: auto;
	min-width: 170px;
	max-height: 0px;
	overflow: hidden;
}
#main-nav .sub-menu .sub-menu {
	left: 224px;
	top: 0;
	position: absolute;
}
#main-nav .sub-menu li {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	transition: background .0s ease-in;
	-moz-transition: background .0s ease-in;
	-webkit-transition: background .0s ease-in;
}
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
}
#main-nav .sub-menu li a {
	color: #FFF;
	background: #061a41 !important;
	border-right: 0px;
	font-size: 16px;
	line-height: 1.3;
	text-decoration: none;
	padding: 10px 18px;
	text-align: left;
	margin: 0;
	float: left;
	clear: both;
	width: 100%;
	letter-spacing: 0px;
	text-transform: uppercase;
	transition: 0s ease-in;
	-moz-transition: 0s ease-in;
	-webkit-transition: 0s ease-in;
}
#main-nav .sub-menu li:hover > a {
	color: #FFF;
	background: #cfa67e !important;
}

/* ===== MAIN ===== */

#main {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#main .container {
	max-width: 920px;
}
#page-content {
	width: 100%;
	padding: 50px 30px;
}
#page-content img {
	margin: 0 0 20px;
	height: auto;
}
#page-content h1 {
	font-size: 29px;
	line-height: 36px;
	color: #2f4778;
	font-weight: 600;
	margin: 0 0 25px;
}
#page-content h2 {
	font-size: 30px;
	line-height: 40px;
	color: #2f4778;
	font-weight: 600;
	margin: 0 0 25px;
}
#page-content h3 {
	color: #b78c62;
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 25px;
}
#page-content h4 {
	color: #637192;
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 25px;
}
#page-content h5 {
	color: #b78c62;
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 25px;
}
#page-content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin: 0 0 25px;
	color: #252525;
}
#page-content p strong {
	color: #b78c62;
	font-weight: 600;
}
#page-content p a {
	color: #0e2b5f;
	text-decoration: underline;
}
#page-content p a:hover {
	color: #b08861;
	text-decoration: underline;
}
#page-content li a {
	color: #0e2b5f;
	text-decoration: underline;
}
#page-content li a:hover {
	color: #b08861;
	text-decoration: underline;
}
#page-content blockquote {
	border-left: 0px;
	font-size: 26px;
	line-height: 40px;
	font-weight: 400;
	color: #b78c62;
	margin: 0 0 25px;
}
#page-content blockquote p {
	border-left: 0px;
	font-size: 26px;
	line-height: 40px;
	font-weight: 400;
	color: #b78c62;
}
#page-content ul {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 25px;
	padding: 0 0 0 20px;
}
#page-content ul:last-child {
	margin: 0;
}
#page-content ul li {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	position: relative;
	margin: 0 0 15px;
	list-style: disc;
}
#page-content ol {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	position: relative;
	margin: 0 0 25px;
	padding: 0 0 0 20px;
}
#page-content ol:last-child {
	margin: 0;
}
#page-content ol li {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	position: relative;
	margin: 0 0 10px;
}
#primary blockquote {
	border-left: 0px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	padding: 18px 20px;
	font-style: oblique;
}
#primary blockquote p {
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
}
#page-content form {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 40px;
}
#page-content .form-row {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 15px;
}
#page-content textarea {
	height: 80px;
	padding: 10px 15px;
	float: left;
	background: #FFF;
	font-weight: 400;
	color: #252525;
	font-size: 20px;
	line-height: 1.4;
	vertical-align: top;
}
#page-content .wpcf7-list-item {
	margin: 0 10px 10px 0;
	float: left;
}
#page-content .wpcf7-form-control-wrap.event-typ .wpcf7-list-item {
	width: 225px;
}
#page-content .wpcf7-list-item input[type="checkbox"] {
	margin: 6px 6px 0 0;
}
#page-content .wpcf7-list-item-label {
	text-transform: none;
	font-size: 20px;
	float: none;
	width: auto;
}
#page-content .wpcf7-list-item-label a {
	color: #89a8c0;
	text-decoration: underline;
}
#main p:last-child {
	margin: 0;
}
.button, #page-content .button {
	display: table;
	position: relative;
	clear: both;
	width: auto;
	text-align: center;
	margin: 0 0 10px;
	font-weight: 600;
	letter-spacing: 0px;
	background: #cfa67e;
	color: #FFF !important;
	line-height: 20px;
	font-size: 16px;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: all .45s ease-in-out;
}
.button:hover, #page-content .button:hover {
	color: #FFF;
	background: #aa8057;
}
.vimeo {
	width: 100%;
    position: relative;
    padding: 0 0 56%;
	margin: 0 0 30px;
	clear: both;
}
.vimeo.tall {
    padding: 0 0 75%;
}
.vimeo iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-left {
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
}
.col-right {
	float: left;
	width: 48%;
	margin: 10px 0 0;
}
.primary {
	float: left;
	width: 68%;
	margin: 0 4% 0 0;
}
.secondary {
	float: left;
	width: 28%;
	margin: 0;
}

@media (max-width: 767px) {
	#main {
		margin: 0;
	}
	#main h1 {
		font-size: 46px;
	}
	#page-content h2 {
		font-size: 24px;
		line-height: 30px;
	}
	#page-content h3 {
		font-size: 20px;
		line-height: 28px;
	}
	#page-content h4 {
		font-size: 20px;
		line-height: 28px;
	}
	#page-content h5 {
		font-size: 20px;
		line-height: 28px;
	}
	#page-content p {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 18px;
	}
	#page-content ul li, #page-content ol li {
		font-size: 20px;
		line-height: 30px;
		margin: 0 0 8px;
	}
	.col-left {
		float: left;
		width: 100%;
		margin: 0 0 20px;
	}
	.col-right {
		float: left;
		width: 100%;
		margin: 0 0 20px;
		padding: 0 2%;
	}
	.primary {
		float: left;
		width: 100%;
		margin: 0 0 20px;
	}
	.secondary {
		float: left;
		width: 100%;
		margin: 0 0 20px;
	}
	.button, #page-content .button {
		padding: 10px 20px;
	}
}

/* ===== FOOTER ===== */

#colophon {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	position: relative;
}

/* ===== FOOTER MAIN ===== */

#footer-main {
	padding: 50px 30px 60px;
	background: #061a41;
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
}
#footer-left {
	float: left;
	width: 56%;
	margin: 0 8% 0 0;
}
#footer1 {
	float: left;
	width: 100%;
	margin: 0 0 58px;
}
#footer2 {
	float: left;
	width: 55%;
}
#footer3 {
	float: left;
	width: 45%;
}
#footer-right {
	float: left;
	width: 36%;
}
#footer4 {
	float: left;
}
#footer1 input[type="text"] {
	border: 1px solid #b2bed1;
	background: transparent;
	height: 39px;
	line-height: 39px;
	padding: 0 12px;
	font-weight: 500;
	color: #FFF;
}
#footer1::-webkit-input-placeholder {
	color: #FFF;
}
#footer1::-moz-placeholder {
	color: #FFF;
}
#footer1:-ms-input-placeholder {
	color: #FFF;
}
#footer1:-moz-placeholder {
	color: #FFF;
}
#footer2 .widget_text h3 {
	color: #b2bed1;
	font-size: 20px;
	text-transform: uppercase;
}
#footer2 .widget_text p {
	color: #FFF;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
}
#footer2 .widget_text p a {
	color: #FFF;
}
#footer2 .widget_nav_menu ul li {
	display: inline-block;
	margin: 0 4px 0 0;
}
#footer2 .widget_nav_menu ul li a {
	color: #FFF;
	width: 38px;
	height: 37px;
	font-size: 0px;
	display: block;
}
#footer2 .widget_nav_menu ul li.social-facebook a {
	background: url(images/social-facebook.png) center center no-repeat;
}
#footer2 .widget_nav_menu ul li.social-instagram a {
	background: url(images/social-instagram.png) center center no-repeat;
}
#footer2 .widget_nav_menu ul li.social-youtube a {
	background: url(images/social-youtube.png) center center no-repeat;
}
#footer2 .widget_nav_menu ul li.social-vimeo a {
	background: url(images/social-vimeo.png) center center no-repeat;
}
#footer2 .widget_nav_menu ul li.social-linkedin a {
	background: url(images/social-linkedin.png) center center no-repeat;
}
#footer3 .widget_nav_menu ul ul {
	padding: 0 0 0 12px;
	margin: 0;
	max-height: 0px;
	overflow: hidden;
}
#footer3 .widget_nav_menu ul .open ul {
	max-height: 1000px;
}
#footer3 .widget_nav_menu ul li a {
	color: #FFF;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	text-transform: uppercase;
}
#footer3 .widget_nav_menu ul li:hover > a {
	color: #b2bed1;
}
#footer3 .widget_nav_menu ul li ul li a {
	color: #b2bed1;
}
#footer3 .widget_nav_menu ul li ul li:hover > a {
	color: #FFF;
}
#footer3 .widget_nav_menu ul li ul li:first-child {
	padding: 2px 0 0;
}
#footer3 .widget_nav_menu ul li ul li:last-child {
	padding: 0 0 8px;
}
#footer4 .widget_text h3 {
	color: #b2bed1;
	font-size: 20px;
	text-transform: uppercase;
}
#footer4 .widget_text p {
	color: #FFF;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
}

@media(max-width:767px) {
	#footer-main {
		padding: 50px 30px 20px;
	}
	#footer-left {
		width: 100%;
		margin: 0 0 40px;
	}
	#footer1 {
		width: 100%;
		margin: 0 0 40px;
	}
	#footer2 {
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
	}
	#footer3 {
		text-align: center;
		width: 100%;
	}
	#footer-right {
		width: 100%;
		margin: 0;
	}
	#footer4 {
		text-align: center;
	}
}

/* ===== FOOTER BOTTOM ===== */

#footer-bottom {
	margin: 0;
	padding: 40px 30px 105px;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	color: #b2bed1;
	background: #061a41;
	border-top: 1px solid #b2bed1;
}
#footer-bottom p {
	font-size: 16px;
	color: #b2bed1;
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
}
#footer-bottom p a {
	color: #b2bed1;
}
#footer-bottom p a:hover {
	color: #FFF;
}

@media (max-width: 767px) {
	#footer-bottom {
		padding: 30px 30px 40px;
	}
}

/* ===== LAYOUT ===== */

#primary {
	float: right;
	width: 60%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#secondary {
	float: left;
	width: 35%;
	margin: 0;
	padding: 0;
}
#primary h2 {
	color: #607861;
	font-size: 28px;
	margin: 0 0 8px;
}
#primary h3 {
	color: #4b8b8a;
	font-weight: 700;
	font-size: 30px;
	margin: 0 0 15px;
}
#primary ul {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	font-weight: 400;
}
#primary li {
	text-align: left;
	list-style-type: disc;
	padding: 2px 0;
	display: list-item;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	margin: 0;
	list-style: disc;
}
#primary ol {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	font-weight: 400;
}
#primary ol li {
	text-align: left;
	list-style-type: decimal;
	padding: 2px 0;
	display: list-item;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	margin: 0 0 4px;
}

/* ===== HOME BANNER ===== */

.home #banner {
	position: relative;
	height: 530px;
	padding: 0;
}
.home #banner:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 56%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
}
.home #banner .container {
	max-width: 800px;
}
.home #banner-image {
	display: none;
}
.home #banner-text {
	width: 58%;
	padding: 40px 0 0;
	position: relative;
	background: none;
}
.home #banner-text h1 {
	font-size: 29px;
	line-height: 36px;
	color: #2f4778;
	font-weight: 600;
	margin: 0 0 15px;
	text-align: left;
}
.home #banner-text h2 {
	color: #252525;
	font-weight: 700;
	font-size: 24px;
	margin: 0 0 15px;
}
.home #banner-text p {
	font-weight: 500;
	margin: 0 0 15px;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
}

@media(max-width: 1299px) {
	.home #banner:before {
		width: 60%;
	}
}

@media(max-width: 991px) {
	.home #banner {
		height: 650px;
	}
	.home #banner:before {
		width: 60%;
	}
	.home #banner-text {
		padding: 40px 40px;
		width: 60%;
	}
}

@media(max-width: 767px) {
	.home #banner {
		padding: 0;
		height: auto;
		background: none !important;
	}
	.home #banner:before {
		width: 100%;
		display: none;
	}
	.home #banner-image {
		display: block;
		height: 360px;
		width: 100%;
	}
	.home #banner-text {
		width: 100%;
	}
}

/* ===== HOME SERVICES ===== */

.home #services {
	background: #bcc3cd;
	padding: 70px 30px 7px;
	margin: 0 0 38px;
}
.home #services .container {
	max-width: 700px;
}
.home #services .service {
	float: left;
	width: 40%;
	margin: 0 20% 80px 0;
	background: #FFF;
	min-height: 260px;
	padding: 24px 10px 24px 20px;
	position: relative;
	transition: all .45s ease-in-out;
}
.home #services .service:hover {
	box-shadow: 0 0 50px rgba(0, 0, 0, .2);
	border: none;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}
.home #services .service:nth-child(2n+2) {
	margin: 0 0 70px;
}
.home #services .service h3 {
	color: #cfa67e;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.home #services .service p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
.home #services .service .button {
	height: 60px;
	width: 224px;
	font-size: 17px;
	line-height: 23px;
	background: #637192;
	padding: 12px 15px;
	position: absolute;
	bottom: -30px;
	margin: 0 0 0 -112px;
	left: 50%;
}
.home #services .service .button:hover {
	background: #404f71;
}

@media(max-width: 767px) {
	.home #services .service {
		width: 100%;
		margin: 0 0 60px;
		min-height: 0px;
		padding: 24px 10px 40px 20px;
	}
}

/* ===== HOME RESOURCES ===== */

.home #resources {
	background: #e5e5f0;
	padding: 48px 30px;
}
.home #resources .container {
	max-width: 820px;
}
.home #resources h2 {
	font-size: 38px;
	color: #252525;
	text-align: center;
}
.home #resources p {
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
	margin: 0 0 40px;
}
.home #resources .resource {
	float: left;
	width: 100%;
	padding: 33px 50px;
	background: #FFF;
	margin: 0 0 30px;
}
.home #resources .resource:last-child {
	margin: 0;
}
.home #resources .resource h4 {
	font-size: 23px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 12px;
}
.home #resources .resource h3 {
	font-size: 26px;
	line-height: 34px;
	color: #637192;
}
.home #resources .resource p {
	text-align: left;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 20px;
}
.home #resources .resource .button {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 13px 24px;
	height: 42px;
	line-height: 20px;
}
.home #resources .resource .button:hover {
	background: #94683c;
}

@media(max-width: 767px) {
	.home #resources .resource {
		padding: 33px 30px;
	}
	.home #resources h2 {
		font-size: 30px;
	}
	.home #resources p {
		font-size: 20px;
		line-height: 28px;
	}
}

/* ===== HOME CONTACT ===== */

.home #contact {
	padding: 40px 30px;
}
.home #contact .container {
	max-width: 900px;
}
.home #contact-content {
	padding: 65px 30px 60px;
	margin: 0 auto;
}
.home #contact-text {
	max-width: 445px;
	margin: 0 auto;
	border: 1px solid #637192;
	padding: 40px;
	text-align: center;
}
.home #contact-content h2 {
	font-size: 38px;
	color: #637192;
	line-height: 40px;
}
.home #contact-content p {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
}
.home #contact-content p strong {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
}
.home #contact-content .button {
	font-size: 17px;
	line-height: 22px;
	font-weight: 500;
	background: rgb(99, 113, 146);
	background: linear-gradient(0deg, rgba(99, 113, 146, 1) 25%, rgba(133, 144, 170, 1) 100%);
	width: 225px;
	margin: 0 auto;
	padding: 6px 20px;
}
.home #contact-content .button:hover {
	background: linear-gradient(0deg, rgba(68, 83, 117, 1) 25%, rgba(94, 105, 135, 1) 100%);
}

@media(max-width: 767px) {
	.home #contact {
		padding: 0;
		margin: 0 0 30px;
	}
	.home #contact-content {
		padding: 40px 30px;
	}
	.home #contact-content p {
		font-size: 20px;
		line-height: 28px;
	}
}

/* ===== HOME POSTS ===== */

#posts {
	float: left;
	width: 100%;
}
#posts h2 {
	color: #637192;
	font-size: 38px;
	text-align: center;
	font-weight: 500;
	margin: 0 0 35px;
}
#posts .post {
	float: left;
	margin: 0 0 34px;
}
#posts .post-image {
	float: left;
	width: 44%;
}
#posts .post-image img {
	height: auto;
	margin: 0 auto;
	display: block;
}
#posts .post-text {
	float: right;
	width: 50%;
}
#posts .post-text h3 a {
	color: #000;
}
#posts .post-text h3:hover > a {
	color: #637192;
}
#posts .post-text p {
	font-size: 18px;
	line-height: 24px;
}
#posts .post-text .button {
	background: none;
	color: #CFA67D !important;
	padding: 0;
	height: auto;
	font-size: 18px;
	line-height: 1;
}
#posts .post-text .button:hover {
	color: #a97c50 !important;
}
@media(max-width: 767px) {
	#posts {
	}
	#posts h2 {
	}
	.home #posts .post {
		margin: 0 0 20px;
	}
	#posts .post-image {
		width: auto;
		float: none;
		margin: 0 auto 20px;
		display: block;
	}
	.home #posts .post-image {
		margin: 0 auto 30px;
	}
	#posts .post-text {
		width: 100%;
		float: none;
	}
	.home #posts .post-text {
		padding: 0 30px;
	}
}

/* ===== HOME TESTIMONIAL ===== */

.home #testimonial {
	background: #e5f0f0;
	padding: 50px 30px;
	margin: 0 0 24px;
	clear: both;
}
.home #testimonial .container {
	max-width: 810px;
}
.testimonial {
	width: 100%;
	float: left;
	margin: 10px 0 40px;
}
#page-content .testimonial:last-child {
	margin: 10px 0 0;
}
.testimonial-image {
	float: right;
	width: 26%;
	margin: 0 0 0 10px;
}
.testimonial-image img {
	max-width: 100%;
	height: auto;
}
.testimonial-text {
	float: left;
	width: 70%;
}
.testimonial-quote, #page-content .testimonial-quote {
	color: #b78c62;
	font-size: 20px !important;
	line-height: 28px !important;
	font-weight: 500;
	font-style: oblique;
	margin: 0 0 20px;
}
.testimonial-quote p, #page-content .testimonial-quote p {
	color: #b78c62;
	font-size: 20px !important;
	line-height: 28px !important;
	font-weight: 500;
	font-style: oblique;
	margin: 0 0 20px;
}
.page-template-page-contact .testimonial-quote p, .page-template-page-contact #page-content .testimonial-quote p {
	color: #2f4778;
}
.testimonial-quote p:last-child {
	margin: 0;
}
.testimonial-source, #page-content .testimonial-source {
	position: relative;
    text-transform: uppercase;
    font-weight: 500;
    color: #b78c62;
    font-size: 16px;
    line-height: 28px;
}
.page-template-page-contact .testimonial-source, .page-template-page-contact #page-content .testimonial-source {
	color: #2f4778;
}
.testimonial-source:before {
	content: '-';
}

@media(max-width: 767px) {
	.testimonial-image {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	.testimonial-image img {
		margin: 0 auto !important;
		display: block;
	}
	.testimonial-text {
		width: 100%;
	}
}

/* ===== BANNER ===== */

#banner {
	padding: 150px 30px 150px;
}
#banner .container {
	max-width: 670px;
	margin: 0 auto;
}
#banner-text {
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	padding: 40px 30px;
}
#banner-text h1 {
	color: #2f4778;
	font-size: 41px;
	line-height: 1;
	margin: 0 0 20px;
	text-align: center;
}
#banner-text p {
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
	text-align: center;
}
@media(max-width: 767px) {
	#banner {
		padding: 60px 30px;
	}
	#banner-text {
		padding: 40px 30px;
	}
	#banner-text h1 {
		font-size: 40px;
	}
	#banner-text p {
		font-size: 22px;
		line-height: 30px;
	}
}

/* ===== LEARN WITH LAURA ===== */

.page-template-page-learn-with-laura #banner {
	padding: 100px 30px 120px;
}
.page-template-page-learn-with-laura #banner .container {
	max-width: 540px;
	margin: 0 auto;
}
.page-template-page-learn-with-laura #banner-text {
	width: 100%;
	background: rgba(255, 255, 255, 0.75);
	padding: 60px 55px;
}
.page-template-page-learn-with-laura #banner-text h1 {
	color: #2f4778;
	font-size: 58px;
	text-transform: uppercase;
	line-height: 1;
	margin: 0 0 20px;
	text-align: left;
}
.page-template-page-learn-with-laura #banner-text p {
	font-size: 25px;
	line-height: 32px;
	font-weight: 600;
	text-align: left;
}
#programs {
	background: #bcc3cd;
	float: left;
	width: 100%;
	padding: 50px 30px;
}
#programs .container {
	max-width: 810px;
}
#programs .program {
	background: #FFF;
	float: left;
	width: 100%;
	margin: 0 0 30px;
	padding: 33px 50px;
}
#programs .program:last-child {
	margin: 0;
}
#programs .program h4 {
	font-size: 23px;
	text-transform: uppercase;
}
#programs .program h3 {
	color: #637192;
	font-size: 26px;
	font-weight: 700;
}
#programs .program p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
}
#programs .program p a {
	color: #0e2b5f;
	font-weight: 700;
	text-decoration: underline;
}
#programs .program p a:hover {
	color: #071f4a;
}
#programs .program .testimonial {
	margin: 30px 0 0;
}
#programs .program .testimonial-quote {
	font-size: 20px;
	line-height: 28px;
	color: #b78c62;
	font-style: oblique;
}
#programs .program .testimonial-source {
	color: #b78c62;
	font-size: 16px;
	line-height: 28px;
}
#learn-with-laura-nav {
	padding: 50px 30px;
	float: left;
	width: 100%;
	text-align: center;
}
#learn-with-laura-nav h3 {
	font-size: 22px;
	color: #2f4778;
	margin: 0 0 40px;
	font-weight: 700;
	line-height: 28px;
}
#learn-with-laura-nav ul li {
	display: inline-block;
	margin: 0 9px;
}
#learn-with-laura-nav ul li a {
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	background: #cfa67e;
	padding: 12px 36px;
	display: inline-block;
}
#learn-with-laura-nav ul .current_page_item a {
	background: #aa8057;
}
#learn-with-laura-nav ul li:hover > a {
	background: #aa8057;
}

@media(max-width: 767px) {
	.page-template-page-learn-with-laura #banner {
		padding: 60px 30px;
	}
	.page-template-page-learn-with-laura #banner-text {
		padding: 50px 40px;
	}
	.page-template-page-learn-with-laura #banner-text h1 {
		font-size: 40px;
	}
	.page-template-page-learn-with-laura #banner-text p {
		font-size: 22px;
		line-height: 30px;
	}
	#learn-with-laura-nav ul li {
		display: block;
		margin: 0 auto 15px;
	}
	#learn-with-laura-nav ul li:last-child {
		margin: 0 auto;
	}
	#programs .program {
		padding: 33px 30px;
	}
	#learn-with-laura-nav ul li a {
		width: 100%;
		max-width: 200px;
	}
	#programs .program h4 {
		font-size: 20px;
	}
	#programs .program h3 {
		font-size: 22px;
	}
	#programs .program p {
		font-size: 16px;
		line-height: 22px;
	}
}

/* ===== ABOUT ===== */

.page-template-page-about #banner {
	background: #bcc3cd;
	padding: 45px 30px 45px;
}
.page-template-page-about #banner .container {
	max-width: 770px;
}
.page-template-page-about #banner img {
	margin: 0 0 5px;
}
.page-template-page-about #banner iframe {
	margin: 0 0 30px;
}
.page-template-page-about #banner #programs {
	padding: 0;
}
.page-template-page-about #page-content .container {
	max-width: 770px;
}
.page-template-page-about #page-content .images {
	max-width: 330px;
}
.page-template-page-about #page-content .images img {
	margin: 0 0 35px;
}
.page-template-page-about #page-content .images img:last-child {
	margin: 0 0 35px;
}
.page-template-page-about #page-content .testimonial {
	margin: 40px 0;
	background: #e5f0f0;
	padding: 45px 0;
	position: relative;
}
.page-template-page-about #page-content .testimonial:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 1000%;
	left: -500%;
	background: #e5f0f0;
	top: 0px;
	z-index: -1;
}
#bio {
	padding: 75px 30px;
	float: left;
	width: 100%;
}
#bio .container {
	max-width: 770px;
}
#bio-text {
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	padding: 60px;
}
#bio-text h2 {
	color: #0f2a5e;
	font-size: 31px;
}
#bio-text p {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
}
#bio-text ul {
	margin: 0 0 10px;
}
#bio-text ul li {
	position: relative;
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 20px;
	font-weight: 500;
	padding: 0 0 0 38px;
	color: #252525;
}
#bio-text ul li:before {
	content: '';
	background: #252525;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 0px;
}

@media(max-width: 767px) {
	.page-template-page-about #page-content .images {
		display: table;
		margin: 0 auto;
		float: none;
	}
	#bio-text {
		padding: 40px;
	}
	#bio-text h2 {
		font-size: 26px;
	}
	#bio-text ul li {
		padding: 0 0 0 20px;
	}
}

/* ===== LEARN WITH LAURA DETAIL ===== */

.page-template-page-learn-with-laura-detail #main {
	background: #bcc3cd;
	float: left;
	width: 100%;
	padding: 30px 30px 70px;
}
#page-navigation {
	float: left;
	width: 100%;
	margin: 0 0 28px;
}
#page-navigation a {
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}
#page-navigation a:first-child {
	float: left;
}
#page-navigation a:first-child:before {
	content: '<';
	margin: 0 6px 0 0;
}
#page-navigation a:last-child {
	float: right;
}
#page-navigation a:last-child:after {
	content: '>';
	margin: 0 0 0 6px;
}
.page-template-page-learn-with-laura-detail #banner {
	clear: both;
	padding: 90px 115px;
}
.page-template-page-learn-with-laura-detail #banner-text {
	background: rgba(255, 255, 255, 0.75);
	padding: 60px 55px;
	text-align: center;
}
.page-template-page-learn-with-laura-detail #banner-text h2 {
	font-size: 23px;
	text-transform: uppercase;
}
.page-template-page-learn-with-laura-detail #banner-text h1 {
	color: #1f396d;
	font-size: 45px;
	line-height: 48px;
	font-weight: 700;
	margin: 0;
}
.page-template-page-learn-with-laura-detail #page-content {
	background: #FFF;
	padding: 40px 55px;
	float: left;
}
#page-content .acuity-embed-button {
	margin: 20px 0 0;
}

@media(max-width: 767px) {
	#page-navigation a {
		width: 100%;
		text-align: center;
		margin: 0 0 15px;
	}
	#page-navigation a:last-child {
		margin: 0;
	}
	.page-template-page-learn-with-laura-detail #banner {
		padding: 0;
	}
	.page-template-page-learn-with-laura-detail #banner-text {
		padding: 40px 20px;
	}
	.page-template-page-learn-with-laura-detail #banner-text h2 {
		font-size: 18px;
		line-height: 26px;
	}
	.page-template-page-learn-with-laura-detail #banner-text h1 {
		font-size: 38px;
		line-height: 44px;
	}
	.page-template-page-learn-with-laura-detail #page-content {
		padding: 40px 30px;
	}
}

/* ===== PODCAST ===== */

.page-template-page-podcast #banner h1 {
	color: #637192;
}

/* ===== PORTFOLIO ===== */

.page-template-page-portfolio #page-content .container {
	max-width: 700px;
}
.page-template-page-portfolio #page-content h1 {
	text-align: center;
	color: #061a41;
	font-size: 41px;
	font-weight: 600;
	margin: 0 0 50px;
}
#portfolio-slider {
	padding: 0 30px;
}
#page-content .slide img {
	margin: 0 auto 30px;
}
#page-content .slide-title {
	color: #252525;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 23px;
	line-height: 30px;
	margin: 0 0 15px;
}
#page-content .slide-link {
	text-decoration: none;
	color: #637192;
	font-size: 26px;
	font-weight: 700;
	margin: 0 0 20px;
}
#page-content .slide-link a {
	text-decoration: none;
	color: #637192;
	font-size: 26px;
	font-weight: 700;
}
#page-content .slide-description p {
	color: #252525;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin: 0 0 15px;
}
#page-content .slide-quote {
	padding: 0;
	color: #637192;
	font-size: 18px;
	line-height: 26px;
	font-style: normal;
	margin: 30px 0 0;
}
#page-content .slide-quote .quote-text {
	padding: 0;
	color: #637192;
	font-size: 18px;
	line-height: 26px;
	font-style: normal;
	margin: 0 0 20px;
}
#page-content .slide-quote .quote-text p {
	padding: 0;
	color: #637192;
	font-size: 18px;
	line-height: 26px;
	font-style: normal;
	font-style: oblique;
}
#page-content .slide-quote .quote-source {
	color: #252525;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin: 0;
	font-style: oblique;
}
#page-content .slick-prev, #page-content .slick-next {
	background: none;
	width: 33px;
	height: 44px;
	border-radius: 0px;
	margin: 0px;
	top: 200px;
	left: -20px;
	position: absolute;
	display: block;
	padding: 0;
	z-index: 9999;
}
#page-content .slick-next {
	left: auto;
	right: -20px;
}
#page-content .slick-prev:before {
	content: '';
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-right: 33px solid #637192;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
#page-content .slick-next:before {
	content: '';
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 33px solid #637192;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

@media(max-width: 767px) {
	#page-content .slide-title {
		font-size: 20px;
		line-height: 28px;
	}
	#page-content .slide-link a {
		font-size: 22px;
	}
	#page-content .slide-description p {
		font-size: 16px;
		line-height: 24px;
	}
	#page-content .slide-quote .quote-text p {
		font-size: 16px;
		line-height: 24px;
	}
	#page-content .slide-quote .quote-source {
		font-size: 16px;
		line-height: 24px;
	}
}

/* ===== BLOG ===== */

.blog #banner, .archive #banner, .search #banner {
	padding: 100px 30px;
}
.blog #banner .container, .archive #banner .container, .search #banner .container {
	max-width: 770px;
}
.blog #banner-text, .archive #banner-text, .search #banner-text, .single-podcast #banner-text {
	background: none;
	padding: 0;
}
.blog #banner-text h1, .archive #banner-text h1, .search #banner-text h1, .single-podcast #banner-text h1 {
	color: #061a41;
	font-size: 57px;
}
.blog #banner-text p, .archive #banner-text p, .search #banner-text p, .single-podcast #banner-text p {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 50px;
	font-weight: 500;
}
.blog #programs, .archive #programs, .search #programs, .single-podcast #programs {
	background: rgba(255, 255, 255, 0.7);
	padding: 35px 30px;
}
.blog #programs .program, .archive #programs .program, .search #programs .program, .single-podcast #programs .program {
	background: none;
	padding: 0;
}
.blog #programs .program h3, .archive #programs .program h3, .search #programs .program h3, .single-podcast #programs .program h3 {
	font-size: 28px;
	line-height: 34px;
	text-align: left;
	max-width: 450px;
	margin: 0 0 12px;
}
.blog #programs .program p, .archive #programs .program p, .search #programs .program p, .single-podcast #programs .program p {
	font-size: 18px;
	line-height: 26px;
	color: #252525;
	margin: 0 0 22px;
	text-align: left;
}
.blog #programs .program .button, .archive #programs .program .button, .search #programs .program .button, .single-podcast #programs .program .button {
	background: #061a41;
	margin: 0;
}
.blog #programs .program .button:hover, .archive #programs .program .button:hover, .search #programs .program .button:hover, .single-podcast #programs .program .button:hover {
	background: #02102d;
}
.single-post #banner {
	padding: 100px 30px;
}
.single-post #banner-text {
	background: none;
	padding: 0;
}
.single-post #banner-text h1 {
	color: #061a41;
	font-size: 57px;
}
.single-post #banner-text p {
	color: #252525;
	font-size: 42px;
	line-height: 50px;
	font-weight: 500;
}
#sidebar {
	background: #9faac1;
	padding: 16px 30px;
	width: 100%;
}
#sidebar .container {
	max-width: 970px;
}
#sidebar .widget {
	float: left;
	clear: none;
	width: 33.3%;
	padding: 0 12px;
	position: relative;
}
.post-type-archive-podcast #sidebar .widget {
	float: left;
	clear: none;
	width: 100%;
	padding: 0 12px;
	position: relative;
}
.post-type-archive-podcast #sidebar .widget form {
	display: block;
	max-width: 380px;
	margin: 0 auto;
}
#sidebar .widget-categories:before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #061a41;
    position: absolute;
    top: 12px;
    right: 24px;
    z-index: 0;
    display: block;
}
#sidebar .widget-posts:before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #061a41;
    position: absolute;
    top: 12px;
    right: 24px;
    z-index: 0;
    display: block;
}
#sidebar .widget input[type="text"] {
	color: #061a41;
	background: transparent url(images/icon-search.png) 8px 3px no-repeat;
	border: 2px solid #FFF;
	font-weight: 600;
	padding: 2px 38px;
	height: 33px;
	float: left;
	font-size: 18px;
}
#sidebar .widget select {
	height: 33px;
	display: block;
	font-size: 18px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 2px solid #FFF;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0px;
	background: transparent;
	color: #061a41;
	font-weight: 600;
	padding: 2px 12px;
	text-transform: uppercase;
	position: relative;
}
#sidebar .widget_text:before {
	content: '';
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #061a41;
	position: absolute;
	top: 12px;
	right: 24px;
	z-index: 0;
	display: block;
}
#sidebar .widget option {
	text-transform: none;
}
#sidebar .widget option:first-child {
	text-transform: uppercase;
}
#sidebar::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #061a41;
}
#sidebar::-moz-placeholder { /* Firefox 19+ */
	color: #061a41;
}
#sidebar:-ms-input-placeholder { /* IE 10+ */
	color: #061a41;
}
#sidebar:-moz-placeholder { /* Firefox 18- */
	color: #061a41;
}

@media(max-width: 767px) {
	.blog #banner, .archive #banner, .search #banner {
		padding: 60px 30px;
	}
	.single #banner {
		padding: 60px 30px;
	}
	.blog #banner-text h1, .archive #banner-text h1, .search #banner-text h1 {
		font-size: 30px !important;
	}
	.blog #banner-text p, .archive #banner-text p, .search #banner-text p {
		font-size: 20px;
		line-height: 30px;
		margin: 0 0 40px;
	}
	.blog #programs, .archive #programs, .search #programs {
		padding: 35px 20px;
	}
	.blog #programs .program .button, .archive #programs .program .button, .search #programs .program .button {
		font-size: 15px;
	}
	.single-post #banner-text h1 {
		font-size: 40px;
	}
	.single-post #banner-text p {
		font-size: 24px;
		line-height: 30px;
		margin: 0;
	}
	#sidebar .widget {
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
	}
	#sidebar .widget:last-child {
		margin: 0;
	}
}

/* ===== CONTACT ===== */

.page-template-page-contact #banner {
	padding: 60px 30px;
}
.page-template-page-contact #banner .container {
	max-width: 770px;
}
.page-template-page-contact #banner-text {
	background: none;
	border: 2px solid #637192;
}
.page-template-page-contact #banner h1 {
	color: #637192;
	text-shadow: #FFF 0px 0px 9px;
}
.page-template-page-contact #banner h3 {
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	text-shadow: #FFF 0px 0px 9px;
}
.page-template-page-contact #banner p {
	font-size: 23px;
	line-height: 32px;
	font-weight: 400;
	text-shadow: #FFF 0px 0px 12px;
}
.page-template-page-contact #banner p strong {
	font-weight: 600;
}
.page-template-page-contact #banner a {
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 17px;
	background: #637192;
	padding: 10px 20px;
	display: table;
	margin: 10px auto 0;
	text-shadow: none;
}
.page-template-page-contact #banner a:hover {
	background: #3f4c6c;
}
.page-template-page-contact #page-content .container {
	max-width: 770px;
}
.page-template-page-contact #page-content h2 {
	text-align: center;
	margin: 0 0 30px;
}
.page-template-page-contact #page-content input[type="text"] {
	border: 2px solid #637192;
	height: 40px;
}
.page-template-page-contact #page-content input[type="email"] {
	border: 2px solid #637192;
	height: 40px;
}
.page-template-page-contact #page-content textarea {
	border: 2px solid #637192;
	height: 105px;
}
.page-template-page-contact #page-content input[type="submit"] {
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 17px;
	background: #637192;
	padding: 0 30px;
	display: table;
	margin: 10px auto 0;
	text-shadow: none;
	height: 45px;
	line-height: 45px;
}
.page-template-page-contact #page-content input[type="submit"]:hover {
	background: #3f4c6c;
}
.page-template-page-contact #page-content .ajax-loader {
	display: none;
}
.page-template-page-contact #programs {
	background: #f9efe1;
}
.page-template-page-contact #programs .container {
	max-width: 770px;
}
.page-template-page-contact #programs-text h2 {
	text-align: center;
	font-size: 28px;
}
.page-template-page-contact #programs-text p {
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 40px;
}

@media(max-width: 767px) {
	.page-template-page-contact #banner h1 {
		font-size: 32px;
	}
	.page-template-page-contact #banner h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.page-template-page-contact #banner p {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 15px;
	}
}

/* ===== BLOG ===== */

.posts {
	width: 100%;
	clear: both;
	margin: 0;
}
.post {
	width: 100%;
	position: relative;
}
#page-content .posts .post {
	margin: 0 0 60px 0;
	padding: 0;
	position: relative;
}
#page-content .posts .post:last-child {
	margin: 0;
}
.posts .post .wp-post-image {
	height: auto;
	margin: 0 0 30px 30px;
	display: block;
	float: right;
}
.posts .post:last-child {
	border-bottom: 0px;
}
#page-content #post-header h3 {
	color: #637192;
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 10px;
	line-height: 34px;
	letter-spacing: 0;
}
#page-content #post-header h3 a {
	color: #637192;
}
#page-content #post-header h3 a:hover {
	text-decoration: none;
}
#page-content #post-content {
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	color: #252525;
}
#page-content .posts .post .comment-body p {
	font-size: 18px;
    line-height: 30px;
    margin: 0 0 15px;
}
#page-content .posts .post p.wp-caption-text {
	font-style: oblique;
}
#page-content #post-meta {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 20px;
	text-transform: uppercase;
	color: #061a41;
	font-weight: 600;
}
#page-content #post-meta span {
	text-transform: none;
}
#page-content #post-meta a:hover {
	text-decoration: none;
}
#post-footer {
	font-size: 18px;
	color: #e5b9ac;
	font-weight: 400;
	text-transform: uppercase;
	margin: 60px 0 60px;
	float: left;
	width: 100%;
	line-height: 1;
}
#page-content #post-footer a {
	color: #637192;
	text-decoration: none;
	padding: 0;
	display: inline-block;
	font-size: 21px !important;
}
#page-content #post-footer a:hover {
	color: #b08861 !important;
}
#post-share {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	border-right: 1px solid #637192;
	line-height: 1;
	vertical-align: top;
}
#post-share div {
	line-height: 1 !important;
}
#post-share a {
	color: #e5b9ac;
	font-size: 21px !important;
}
#post-share a:hover {
	color: #d6a698;
}
#post-subscribe {
	display: inline-block;
	margin: 0 20px 0 -4px;
	padding: 0 20px 0 0;
	border-right: 1px solid #637192;
	/* line-height: 1; */
}
#post-subscribe ul {
	margin: 0;
	padding: 0;
	/* line-height: 1; */
}
#post-subscribe ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
}
#post-return {
	display: inline-block;
	margin: 0 0 0 -2px;
}
#post #reply-title {
    font-size: 28px;
    margin: 0 0 25px;
    font-weight: 500;
}
#post-related {
	clear: both;
	margin: 0 0 40px;
}
#respond textarea {
	border: 1px solid #CCC;
    height: 200px;
    margin: 0 0 10px;
}
#respond input[type="submit"] {
	float: left;
}
#post .commentlist {
	clear: both;
	padding: 0;
}
#post .commentlist li {
	list-style: none !important;
}
#page-content .posts-nav {
	margin: 60px 0 20px;
	clear: both;
	text-align: center;
	display: block;
	width: 100%;
	float: left;
}
#page-content .posts-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#page-content .posts-nav li {
	margin: 0 6px 0 0;
	padding: 0;
	list-style: none;
	clear: none;
	display: inline-block;
}
#page-content .posts-nav li a {
	font-size: 18px;
	line-height: 1;
	margin: 0;
	font-weight: 500;
	color: #FFF;
	background: #061a41;
	padding: 10px;
	text-decoration: none;
}
#page-content .posts-nav li.active a {
	background: #637192;
}
#page-content .posts-nav li:hover > a {
	background: #637192;
}
#tweet-it {
	display: none !important;
}
.tweetdis_box {
	display: none !important;
}
#page-content #related-posts-via-taxonomies-title {
	margin: 0 0 15px;
	color: #637192;
	font-size: 24px;
}
#page-content #related-posts-via-taxonomies-list {
	padding: 0;
}
#page-content #related-posts-via-taxonomies-list li {
	font-size: 0px;
	list-style: none;
	margin: 0 0 5px;
}
#page-content #related-posts-via-taxonomies-list li a {
	color: #637192;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}
#page-content #related-posts-via-taxonomies-list li a:hover {
	color: #b78c62;
}

@media(max-width: 767px) {
	.posts .post .wp-post-image {
		height: auto;
		margin: 0 auto 20px;
		display: block;
		float: none;
	}
}

/* ===== COMMENTS ===== */

#post-comments {
	clear: both;
}
#respond {
	margin: 0;
	float: left;
	width: 100%;
	clear: both;
}
#comment {
	border: 0px;
	color: #000;
	font-size: 14.58px;
	line-height: 30px;
	padding: 0 16px;
	width: 100%;
	height: 92px;
	font-weight: 300;
}
#page-content .posts .post p.form-submit {
	margin: 0;
}
h3#comments {
	font-size: 26px;
	float: left;
	margin: 25px 0 5px;
}
.comment-body {
	margin: 0 0 20px;
	font-size: 18px;
}
.comment-author.vcard img {
	margin: 0 10px 0 0;
}
#primary h3#reply-title {
	color: #4b8b8a;
	font-weight: 700;
	font-size: 30px;
	margin: 20px 0 15px;
}
.reply {
	font-weight: 400;
	font-size: 14px;
}
.comment-form-comment label {
	margin: 0 0 10px;
	font-size: 18px;
	display: none;
}
#page-content #commentform p a {
	text-decoration: none;
}
#submit {
	font-weight: bold;
	border: 0px;
	margin: 15px 0 30px;
	padding: 0 25px;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-transform: uppercase;
}
#submit:hover {}
#content #comments {
	margin: 32px 0 24px 0;
	float: left;
	width: 100%;
	clear: both;
}
#page-content ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	clear: both;
}
#page-content .commentlist li {
	list-style: none;
	margin: 0 0 40px;
}
#page-content .commentlist li a {
	text-decoration: none;
}
.comment-author {
	margin: 0 0 12px 0;
	float: left;
	width: 100%;
	clear: both;
	line-height: 2;
	font-size: 20px;
}
.comment-author cite {
	font-weight: 400;
	font-size: 18px;
}
#content .comment-author img {
	margin: 0 10px 0 0;
	float: left;
}
.comment-meta {
	margin: 0 0 18px 0;
	float: left;
	width: 100%;
	clear: both;
	font-size: 16px;
}
.comment-reply-link {
	display: none;
}
.reply {
	font-weight: 400;
}
span.wpcf7-not-valid-tip {
	font-size: 14px !important;
	display: block;
	font-weight: 300;
	clear: both;
	margin: 10px 0 0;
}
div.wpcf7-response-output {
	margin: 20px 0 0 !important;
	padding: 0 !important;
	float: left;
	width: 100%;
	border: 0px !important;
	font-size: 16px !important;
	font-weight: 500;
	line-height: 24px !important;
	text-align: center;
}

/* ===== PODCAST ===== */

.blog #banner-text h1, .archive #banner-text h1, .search #banner-text h1, .single-podcast #banner-text h1 {
	color: #061a41;
	font-size: 40px;
}
.post-type-archive-podcast #banner-text h1, .single-podcast #banner-text h1 {
	margin: 0 0 20px;
}
#links {width: 100%;text-align: center;margin: 0 0 40px;}
#links .link {
	display: inline-block;
	border: 2px solid #000;
	border-radius: 4px;
	color: #000;
	font-size: 14px;
	height: 40px;
	line-height: 36px;
	margin: 0 3px 10px;
	padding: 0 14px 0 8px;
	text-transform: uppercase;
	font-weight: 400;
}
#links .link:hover {
    opacity: 0.7;
}
#links .link img {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
#links .link span {
	
}
#post-transcript {
	margin: 40px 0 0;
}
#post-transcript #transcript-header {
    margin: 0 0 20px;
 }
#post-transcript #transcript-title {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    color: #b78c62;
    padding: 0 0 0 27px;
    position: relative;
}
#post-transcript #transcript-content {
	max-height: 0px;
	overflow: hidden;
}
#post-transcript.open #transcript-content {
	max-height: 90000px;
}
.icon {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
  position: absolute;
  left: 0px;
}
.open .icon {
  transform: rotate(0deg);
  top: 12px;
}
.icon::before {
  content: '';
  display: block;
  width: 16px;
  height: 0px;
  border-bottom: solid 3px #b78c62;
  position: absolute;
  bottom: 12px;
  transform: rotate(90deg);
  transition: width 0.3s;
}
.open .icon::before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: solid 2px #b78c62;
  position: absolute;
  bottom: 11px;
  transform: rotate(90deg);
}
.icon::after {
  content: '';
  display: block;
  width: 16px;
  height: 0px;
  border-bottom: solid 3px #b78c62;
  position: absolute;
  bottom: 12px;
}

@media(max-width: 767px) {
	#links .link {
		font-size: 11px;
	}
}