/*
Theme Name: AVLF Seventeen
Theme URI: http://avlf.org/
Description: A WordPress theme for the AVLF site
Version: 2.0
Author: Biscuit Studios
Author URI: http://biscuitstudios.com/
Tags: custom header, responsive, custom-menu, translation-ready
*/

/*-------------------------------------------------------------------------*/

/* COLORS & FONTS */

/*-------------------------------------------------------------------------*/

/* purple = #6E5A7F */
/* orange = #DE8559 */
/* red = #B4456C */
/* blue = #416D88 */
/* green = #57864E */
/* yellow = #FAD149 */

/* font-family: "lato","Helvetica","Arial",sans-serif; (300, 400, 700) */
/* font-family: "museo-slab","Georgia","Times New Roman",serif; (500) */

/*-------------------------------------------------------------------------*/

/* GLOBAL ELEMENTS */

/*-------------------------------------------------------------------------*/

html {
    position: relative;
    min-height: 100%;
}
body {
	background: #FAD149;
	font: 400 17px/180% "lato", "Helvetica", "Arial", sans-serif;
	color: #525252;
}
header, a, img, li{
    transition: all 0.3s ease;
}
a {
	color: #B4456C;
	border-bottom: none;
	text-decoration: none;
}
a:hover {
	color: #222;
	border-bottom: 1px solid #222;
	text-decoration: none;
}
a:active,
a:focus {
	color: #222;
	border-bottom: 1px solid #222;
	text-decoration: none;
}
a.no-border {
	border-bottom: none;
}
a:hover.no-border {
	border-bottom: none;
	filter: alpha(opacity=60);
    opacity: 0.6;
}
p {
	margin: 0 0 28px 0;
}
ul, ol {
	margin: 0 0 28px 0;
}
li {
	line-height: 156%;
	margin: 0 0 8px 0;
}
ol {
	list-style-type: decimal;
}
ol li {
	line-height: 156%;
	margin: 0 0 8px 6px;
    padding-left: 6px;
}
ol ol {
	list-style: disc;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
strong, b {
    font-weight: 700;
}
em, i {
	font-style: italic;
}
address {
	margin-bottom: 12px;
	font-size: 15px;
	font-weight: 400;
	line-height: 160%;
}
blockquote {
	clear: both;
	color: #525252;
	background-color: #F4F4F4;
	font-size: 22px;
	text-shadow: 0 2px 3px rgba(255, 255, 255, 0.50);
	border-left: none;
	padding: 20px 30px;
	margin: 0 0 24px 0;
	overflow: hidden;
}
hr {
	clear: both;
	background-color: #E2E2E2;
	border: 0;
	height: 1px;
	margin: 40px 0;
}
embed,
object,
iframe,
video {
	max-width: 100%;
	margin-bottom: 24px;
}
img, a img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.lowercase {
	text-transform: lowercase;
}
.uppercase {
	text-transform: uppercase;
}
.black {
	color: #4A4A4A;
}

/*-------------------------------------------------------------------------*/

/* STRUCTURE */

/*-------------------------------------------------------------------------*/


.content-wrapper {
	padding-top: 90px;
}
@media (max-width: 992px) {
	.content-wrapper {
		padding-top: 90px;
	}
}
#content {
	clear: both;
	background-color: #FFF;
}
.container-wrapper {
	padding-top: 60px;
    padding-bottom: 80px;
}

/*-------------------------------------------------------------------------*/

/* HEADER */

/*-------------------------------------------------------------------------*/

.navbar-fixed-top {
	background-color: #FFF;
	border: none;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20);
}
.navbar-fixed-top a {
	border-bottom: none;
}
.navbar-fixed-top a:hover {
	border-bottom: none;
}
.navbar-default {
	background-color: #FFF;
	border: none;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border: none;
}
/* Bring the main menu closer to the logo */
@media (min-width: 992px) {
	.navbar .col-md-2 {
    	width: 11%;
	}
}
.navbar-fixed-top .logo {
	height: 100%;
}
.navbar-fixed-top .logo h1 {
	font-size: 24px;
	line-height: 90px;
	margin: 0;
}
.navbar-fixed-top .logo > a {
	display: block;
	height: 40px;
	margin: 21px 0 29px 10px;
}
.navbar-fixed-top .logo > a img {
	max-height: 100%;
}

/* --- MOBILE TOGGLE ICON --- */

.mobile-menu-toggle {
	height: 100%;
	display: none;
	cursor: pointer;
}
.mobile-menu-toggle span {
	display: block;
	background-color: transparent;
	border: none;
	float: right;
	font-size: 28px;
	line-height: 100%;
	text-align: center;
	border-radius: 4px;
	margin: 28px 15px 0 6px;
}
.mobile-menu-toggle span.btn-mobile {
	margin-top: 22px;
}
.mobile-menu-toggle .btn-mobile .btn-yellow {
	font-weight: 700;
    padding: 10px 18px;
}
.mobile-menu-toggle .btn-mobile .btn-yellow:hover {
	background-color: #B4456C;
}
.mobile-menu-toggle .glyphicon {
	/* icon in toggle */
	color: #4A4A4A;
}
@media (max-width: 992px) {
	.navbar-fixed-top .mobile-menu-toggle {
		display: block;
	}
}
/*@media (max-width: 480px) {
    .mobile-menu-toggle span.btn-mobile {
    	display: none;
    }
}*/

/* --- SEARCH ICON --- */

.navbar-fixed-top .searchlink {
	float: left;
	width: 28px;
	padding: 12px 0;
	text-align: right;
	font-weight: 700;
	font-size: 14px;
	margin-top: 20px;
	cursor: pointer;
	position: relative;
}
.navbar-fixed-top .searchlink:after {
	content: '';
	display: block;
	height: 13px;
	width: 0;
	position: absolute;
	left: 0;
	top: 20px;
	border-left: none;
}
.navbar-fixed-top .searchlink:hover,
.navbar-fixed-top .searchlink.open {
	color: #FAD149;
}
.navbar-fixed-top .searchlink a {
	color: #7A716A;
}

/*-------------------------------------------------------------------------*/

/* MAIN MENU */

/*-------------------------------------------------------------------------*/

/* --- MENU BASICS --- */

.sf-menu,
.sf-menu * {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sf-menu li {
	position: relative;
	line-height: 100%;
    transition: all 0.3s;
}
.sf-menu > li {
	float: left;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	right: 0;
	z-index: 1000;
}

/* --- MAIN MENU STYLES --- */

.sf-menu {
	float: left;
	margin: 25px 0 0 0;
    transition: all 0.3s ease;
}
.sf-menu ul {
	background-color: #FFF;
	min-width: 200px;
}
.sf-menu li {
	white-space: nowrap;
	margin: 0 3px;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background-color: #FFF;
	border-radius: 4px;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
	transition: all 0.3s ease;
}
.sf-menu li.menu-item-has-children:hover {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.sf-menu li:hover > a,
.sf-menu li.sfHover > a {
	color: #7A716A;
	text-decoration: none;
}
.sf-menu .current-menu-item > a,
.sf-menu .current-menu-ancestor > a,
.sf-menu .current_page_item > a,
.sf-menu .current_page_ancestor > a {
	color: #424242;
	background-color: #F4F4F4;
	text-decoration: none;
}
.sf-menu li a {
	color: #7A716A;
    background-color: transparent;
    border-radius: 4px;
    font-size: 16px;
	font-weight: 400;
    line-height: 100%;
	text-decoration: none;
	padding: 12px 10px;
}
.sf-menu li a:after {
	margin-right: 4px;
}

/* --- MEGAMENUS --- */

.sf-menu .cs-mega-menu {
	position: inherit;
}
.sf-menu .cs-mega-menu > ul {
    left: 0;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.35);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
    width: 100%;
}
.sf-menu .cs-mega-menu > ul > li {
    float: left;
    margin: 15px 0;
	padding: 0;
}
.sf-menu .cs-mega-menu ul li:hover {
	transition: all 0.3s ease;
	box-shadow: none;
}
.sf-menu .cs-mega-menu > ul > li .cs-title {
	color: #222;
    background: transparent;
    box-shadow: none;
    border-radius: none;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 5px;
	padding: 6px 12px;
	border: none;
	white-space: normal;
}
.sf-menu .cs-mega-menu > ul > li .cs-title:hover {
    color: #FFF;
	background-color: #FAD149;
	border: none;
	text-decoration: none;
    box-shadow: none;
}
.sf-menu .cs-mega-menu > ul > li .cs-title:after {
	display: none;
}
.sf-menu .cs-mega-menu > ul > li ul {
    background-color: transparent;
    clear: both;
	display: block !important;
	position: relative !important;
	left: 0 !important;
	filter: alpha(opacity=100);
    opacity: 1 !important;
	min-width: 200px;
	box-shadow: none;
}
.sf-menu ul li ul li .cs-link {
    color: #7A716A;
	font-size: 14px;
	font-weight: 400;
    background: transparent;
    box-shadow: none;
	border-radius: 4px;
	line-height: 110%;
	text-decoration: none;
	text-transform: none;
    margin: 0 5px 1px 5px;
	padding: 6px 10px;
	white-space: normal;
}
.sf-menu ul li ul li .cs-link:hover {
	color: #FFF;
	background-color: #FAD149;
	border: none;
	text-decoration: none;
    box-shadow: none;
}
/*.sf-menu > ul > li > .cs-link {
	display: block;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	color: #333;
}
.sf-menu > ul > li > .cs-link:hover {
	color: #B47423;
	text-decoration: none;
}
.sf-menu > ul > li:last-child > .cs-link {
	padding-right: 0;
}
.sf-menu > ul > li > ul {
	border-top: 2px solid #B47423;
	margin-top: -2px;
}*/
.sf-menu > ul > li > ul > li:first-child > .cs-link {
	border-top: none;
}
.sf-menu .cs-mega-menu p {
	display: block;
	font-size: 11px;
	line-height: 150%;
	margin: 5px 8px 16px 8px;
	white-space: normal;
}
.sf-menu .cs-mega-menu p a {
	position: inherit;
	display: inline;
	color: #B47423;
	font-size: 11px;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 0;
}
.sf-menu .cs-mega-menu p a:hover {
	text-decoration: underline;
}
.sf-menu .cs-mega-menu .cs-image {
	border-radius: 4px;
	margin: 0 0 -5px 0;
	padding: 12px 10px;
}
.sf-menu .cs-mega-menu a .cs-image {
	border-radius: 4px;
	margin: 0 0 -5px 0;
	padding: 0;
}

/* --- MEGA COLUMNS --- */
/* --- adjust column widths depending on the theme's needs --- */

.sf-menu .cs-col-2 > ul {
	width: 480px;
}
.sf-menu .cs-col-3 > ul {
	width: 680px;
}
.sf-menu .cs-col-4 > ul {
	width: 650px;
}
.sf-menu .cs-col-5 > ul {
	width: 500px;
}
.sf-menu .cs-col-6 > ul {
	width: 600px;
}
.sf-menu .cs-right > ul {
	left: auto !important;
	right: 0;
}

/* --- unused label and description styles --- */
/*
.sf-menu .cs-label {
  position: relative;
  top: -5px;
  left: 3px;
  padding: 1px 4px;
  font-size: 9px;
  text-transform: uppercase;
}
.sf-menu .cs-column-title {
	cursor: inherit;
}
.sf-menu .cs-content {
	display: block;
	font-size: 11px;
	padding-top: 5px;
	opacity: 0.7;
}
.sf-menu .cs-full-content {
	margin: 10px;
}
/*
.sf-menu .current-menu-ancestor > .cs-link,
.sf-menu .current-menu-item > .cs-link {
	color: #930;
}
*/

/* --- MOBILE MENU --- */

.mobile-menu {
	clear: both;
	display: none;
    background-color: transparent;
	padding: 0 17px;
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-menu ul li {
	border-bottom: 1px solid #e2e2e2;
	margin: 0 0 0 15px;
}
.mobile-menu ul li:first-child {
	border-top: 1px solid #e2e2e2;
}
.mobile-menu ul li span {
	float: right;
	margin-top: 6px;
	margin-right: 20px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
}
.mobile-menu ul li a,
.small .mobile-menu ul li a {
	display: block;
	color: #7A716A;
	padding: 12px;
	font-size: 16px;
	font-weight: 400;
    line-height: 150%;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
.mobile-menu ul li a:hover {
	text-decoration: none;
}
.mobile-menu ul li a.active {
	color: #323232;
    font-weight: 700;
}
.mobile-menu ul li a.active span {
	color: #323232;
}
.mobile-menu ul .sub-menu {
	display: none;
}
.mobile-menu ul .sub-menu li {
	border-top: 1px solid #e2e2e2;
	border-bottom: 0;
}
.mobile-menu ul .sub-menu li a {
    padding-left: 32px;
    text-transform: none;
    font-size: 15px;
    font-weight: 400;
}
.mobile-menu ul .sub-menu li li a {
    padding-left: 52px;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
}

/*-------------------------------------------------------------------------*/

/* MODAL SEARCH */

/*-------------------------------------------------------------------------*/

.modalsearch-form {
    position: relative;
	height: 160px;
	margin: 0 auto;
	width: 100%;
}
.modalsearch-input {
	width: 100%;
	height: 112px;
	padding: 0 10% 0 10px;
	font-weight: 700;
	border: none;
    border-radius: 4px;
	background: #B4456C;
    background: rgba(255, 255, 255, 0.20);
    font-size: 72px;
    line-height: 130%;
    color: #FFF;
}
.modalsearch-input::-ms-clear { /* remove cross in IE */
    display: none;
}
/* placeholder */
.modalsearch-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.modalsearch-input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.modalsearch-input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.modalsearch-input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
	color: transparent;
}
.modalsearch-input:focus,
.modalsearch-submit:focus {
	outline: none;
}
.modalsearch-submit {
    position: absolute;
	width: 56px;
	height: 56px;
	text-indent: 100px;
	overflow: hidden;
	right: 15px;
	top: 28px;
	background: transparent url(assets/images/magnifier.svg) no-repeat center center;
	background-size: 100%;
	border: none;
    opacity: 0.6;
    transition: all 0.3s ease;
}
.modalsearch-submit:hover {
    opacity: 1.0;
}

@media (max-width: 992px) {
    .modalsearch-form {
    	margin: 17px auto;
        height: 60px;
        overflow: hidden;
    }
    .modalsearch-input {
    	color: #424242;
        background: #F2F2F2;
    	font-size: 24px;
        font-weight: 400;
    	padding: 20px 10% 20px 12px;
        height: 60px;
    }
    .modalsearch-input::-webkit-input-placeholder {
    	color: #CCC
    }
    .modalsearch-input:-moz-placeholder {
    	color: #CCC
    }
    .modalsearch-input::-moz-placeholder {
    	color: #CCC
    }
    .modalsearch-input:-ms-input-placeholder {
    	color: #CCC
    }
    .modalsearch-submit {
    	top: 17px;
        right: 15px;
        width: 30px;
    	height: 30px;
    }
}

/*-------------------------------------------------------------------------*/

/* QUICK LINKS */

/*-------------------------------------------------------------------------*/

.quick-links {
	position: absolute;
    top: 20px;
    right: 20px;
	text-align: right;
	margin: 0;
	padding: 0;
}
.quick-links a {
	color: #9b9088;
	font-size: 12px;
	font-weight: 700;
	line-height: 160%;
	text-transform: uppercase;
	margin: 0;
    padding: 0;
}
.quick-links a:hover {
	color: #B4456C;
	text-decoration: underline;
}
.quick-links a img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.quick-links a img:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
.wpmenucart-shortcode {
    position: relative;
    float: right;
    display: inline;
}
a.wpmenucart-contents {
	color: #9b9088;
	font-size: 12px;
	font-weight: 700;
	line-height: 160%;
	text-transform: uppercase;
	margin: 0 0 0 15px;
    opacity: 1.0;
}

/*-------------------------------------------------------------------------*/

/* HEADER IMAGE  */

/*-------------------------------------------------------------------------*/

#header-image {
	clear: both;
	background-color: #000 !important;
	text-align: center;
	width: 100%;
	height: 360px;
}
#header-image:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
.entry-header {
	display: inline-block;
	vertical-align: middle;
	max-width: 92%;
}
.entry-header h1,
.entry-header span {
	color: #FFF;
	font-size: 50px;
	font-weight: 400;
	line-height: 100%;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.50);
	margin-top: 40px;
}
#header-image img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.single-tribe_events #header-image img,
.single-product #header-image img,
.beer-tasting-event #header-image img,
.wine-tasting-event #header-image img {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
@media (max-width: 992px) {
    .entry-header {
    	max-width: 92%;
    }
    #header-image {
		height: 280px;
	}
	.entry-header h1,
	.entry-header span {
		font-size: 40px;
        margin-top: 0;
	}
}

/*-------------------------------------------------------------------------*/

/* MEMBER BUTTON  */

/*-------------------------------------------------------------------------*/

.btn-logo-text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
@media (max-width: 992px) {
	.btn-logo-text {
		top: 0;
		left: 0;
	}
}
.btn-donate {
	position: absolute;
	top: 72px;
	right: 20px;
	z-index: 999;
}
.btn-safe {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99999;
}

/*-------------------------------------------------------------------------*/

/* HEADING TAGS */

/*-------------------------------------------------------------------------*/

h1 {
	/* page title */
	font: 500 44px/110% "museo-slab","Georgia","Times New Roman",serif;
	color: #4A4A4A;
	margin: 0 0 24px 0;
	padding: 0;
}
h2 {
	/* post titles */
	font: 500 32px/100% "museo-slab","Georgia","Times New Roman",serif;
	color: #4A4A4A;
	margin: 0 0 8px 0;
	padding: 0;
}
h3 {
	/* paragraph title  - with spacing below */
	font: 500 26px/120% "museo-slab","Georgia","Times New Roman",serif;
	color: #4A4A4A;
	margin: 0 0 26px 0;
	padding: 0;
}
h4 {
	/* paragraph title - no spacing below */
	font: 500 26px/120% "museo-slab","Georgia","Times New Roman",serif;
	color: #4A4A4A;
	margin: 0 0 3px 0;
	padding: 0;
}
h5 {
	/* smaller title  - with spacing below */
	font: 500 22px/140% "museo-slab","Georgia","Times New Roman",serif;
    color: #4A4A4A;
	font-size: 22px;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 24px 0;
	padding: 0;
}
h6 {
	/* smaller title - no spacing below */
	font: 500 22px/140% "museo-slab","Georgia","Times New Roman",serif;
    color: #4A4A4A;
	font-size: 22px;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 3px 0;
	padding: 0;
}
h1 a, h2 a, h3 a, h4 a {
	color: #4A4A4A;
	border-bottom: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #4A4A4A;
	border-bottom: 1px solid #4A4A4A;
    text-decoration: none;
}

/*-------------------------------------------------------------------------*/

/* SECTION BACKGROUNDS  */

/*-------------------------------------------------------------------------*/

.white-bg {
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 80px;
}
.white-bg-top {
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 0;
}
.white-bg-bottom {
	background-color: #FFF;
	padding-top: 0;
	padding-bottom: 80px;
}
.gray-bg {
	background-color: #F2F2F2;
	padding-top: 80px;
	padding-bottom: 80px;
}
.gray-bg-top {
	background-color: #F2F2F2;
	padding-top: 80px;
	padding-bottom: 0;
}
.gray-bg-bottom {
	background-color: #F2F2F2;
	padding-top: 0;
	padding-bottom: 80px;
}
.yellow-bg,
.purple-bg,
.orange-bg,
.red-bg,
.blue-bg,
.green-bg,
.black-bg {
	color: #FFF;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    font-weight: 300;
    padding-top: 80px;
	padding-bottom: 80px;
}
.purple-bg a,
.orange-bg a,
.red-bg a,
.blue-bg a,
.green-bg a,
.black-bg a {
	color: #FFF;
    border-bottom: 1px solid #FFF;
}
.yellow-bg {
	color: #525252;
    background-color: #FAD149;
}
.yellow-bg a {
	color: #525252;
    border-bottom: 1px solid #525252;
}
.purple-bg {
	background-color: #6E5A7F;
}
.orange-bg {
	background-color: #DE8559;
}
.red-bg {
	background-color: #B4456C;
}
.blue-bg {
	background-color: #416D88;
}
.green-bg {
	background-color: #57864E;
}
.black-bg {
    background-color: #222;
}
.blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg h6,
.blue-bg h1 a, .blue-bg h2 a, .blue-bg h3 a, .blue-bg h4 a, .blue-bg h5 a, .blue-bg h6 a,
.black-bg h1, .black-bg h2, .black-bg h3, .black-bg h4, .black-bg h5, .black-bg h6,
.black-bg h1 a, .black-bg h2 a, .black-bg h3 a, .black-bg h4 a, .black-bg h5 a, .black-bg h6 a {
	color: #FFF;
}
.yellow-bg h1, .yellow-bg h2, .yellow-bg h3, .yellow-bg h4, .yellow-bg h5, .yellow-bg h6,
.yellow-bg h1 a, .yellow-bg h2 a, .yellow-bg h3 a, .yellow-bg h4 a, .yellow-bg h5 a, .yellow-bg h6 a {
	color: #525252;
}
.blue-bg .btn-white {
	color: #B4456C;
    border-bottom: none;
}

/*-------------------------------------------------------------------------*/

/* SECTION MENUS */

/*-------------------------------------------------------------------------*/

.section-menu {
	background-color: #F6F6F6;
    border-bottom: 1px solid #E5E5E5;
	padding-top: 36px;
	padding-bottom: 15px;
}
.section-menu ul {
	list-style: none;
    text-align: center;
	margin: 0 auto;
	padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.section-menu li {
	float: left;
    font-size: 15px;
    text-align: center;
    line-height: 100%;
    margin: 0 2px 18px 2px;
    white-space: nowrap;
}
.section-menu li a {
	border: none;
	color: #626262;
	text-decoration: none;
    padding: 8px 10px;
	white-space: nowrap;
}
.section-menu li a:hover {
	color: #FFF;
	background-color: #B4456C;
	border: none;
	border-radius: 4px;
}
.section-menu span {
	float: left;
	color: #4A4A4A;
	font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
	padding: 14px 10px 13px 0;
}

/*-------------------------------------------------------------------------*/

/* CALLOUTS  */

/*-------------------------------------------------------------------------*/

.callout {
	text-align: center;
}
.callout p {
	font-size: 30px;
	line-height: 150%;
}
@media (max-width: 767px) {
	.callout p {
		font-size: 20px;
	}
}

/*-------------------------------------------------------------------------*/

/* QUOTE  */

/*-------------------------------------------------------------------------*/

.quote {
    background: url(assets/images/icon_blockquote.png) no-repeat center -10px / 58px 58px;
    font-size: 16px;
    text-align: center;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	margin-top: 0;
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: visible !important;
}
.quote p {
	font-size: 22px;
    font-weight: 300;
    line-height: 160%;
	margin-bottom: 6px;
}
.quote span {
    font-size: 16px;
}

/*-------------------------------------------------------------------------*/

/* FULL WIDTH IMAGE WITH TEXT */

/*-------------------------------------------------------------------------*/

.full-width-text {
    position: relative;
}
.full-width-text h1,
.full-width-text h2,
.full-width-text h3,
.full-width-text h4,
.full-width-text h5,
.full-width-text h6 {
	color: #FFF;
	border-bottom: none;
    margin-bottom: 8px;
}
.full-width-text .details-bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.full-width-text .details {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 36px;
	font-weight: 300;
	line-height: 140%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    max-width: 1080px;
}
.full-width-text .details-caption,
.full-width-no-text .details-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: right;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.80);
}

/*-------------------------------------------------------------------------*/

/* MAIN COLUMN */

/*-------------------------------------------------------------------------*/

/* --- ONE COLUMN --- */

/*.one-column { }*/

/* --- TWO COLUMN LIST --- */

#two-column-list .one-column {
	padding-bottom: 30px;
}
#two-column-list p {
	margin: 0 0 36px 0;
}

/* --- ADD SPACE TO COLUMNS ABOVE --- */

.copy-left {
	padding-right: 40px;
}
.copy-right {
	padding-left: 40px;
}
@media (max-width: 992px) {
	.copy-left,
    .copy-right {
		padding-left: 0;
		padding-right: 0;
	}
}
.copy ul, .copy ol {
	margin: 0;
}
.copy-block-left,
.copy-block-right {
    padding-left: 80px;
    padding-right: 80px;
}
@media (max-width: 992px) {
    .copy-block-left,
    .copy-block-right {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.copy-image-left,
.copy-image-right {
    /*margin-top: 40px;
    margin-bottom: 40px;*/
    min-height: 320px;
}
.copy-image-left .details-caption {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: left;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.80);
}
.copy-image-right .details-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: right;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.70);
}

/* --- 2 COLUMN CONTENT LIKE BLOG --- */

.entry-content {
	padding-right: 45px;
    padding-left: 0;
}
@media (max-width: 992px) {
	.entry-content {
		padding-right: 0;
	}
}
.page-title {
    text-align: left;
}
.single-title {
    text-align: left;
}

/* --- ADD SPACE TO PARTNER LOGOS --- */

.client-logo {
	margin: 20px 20px 40px 20px;
	max-height: 120px;
	vertical-align: middle;
}

/* --- BOOTSTRAP VIDEO IFRAMES --- */

.embed-responsive {
	margin-bottom: 24px;
}
.wp-video {
	margin-bottom: 24px;
}

/* --- FIXES ANCHORS FALLING BEHIND STICKY NAV BAR --- */

/*
#content a.anchor {
	position: relative;
	top: -140px;
	display: block;
}
*/


/*-------------------------------------------------------------------------*/

/* FAQS */

/*-------------------------------------------------------------------------*/

.faq h4 {
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #E2E2E2;
}
.faqs-accordion .accordion-toggle:after,
.faqs-accordion .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    content: "\e259";
    text-transform: uppercase;
    position: relative;
    float: right;
    color: #929292;
}
.faqs-accordion.active .accordion-toggle:after,
.faqs-accordion.active .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    content: "\e014";
}
.faq-question {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E2E2E2;
}
.faq-question h6 a {
    border-bottom: none;
    font-size: 22px;
    padding-top: 8px;
    cursor: pointer;
}
.faq-question p a {
    font-size: 17px;
}
.collapse {
    background-color: #FFF;
    border-radius: 4px;
    transition: all 0.6s ease;
}
.faq-answer {
    margin-top: 12px;
    padding: 40px 60px;
}
@media (max-width: 992px) {
    .faq-answer {
        padding: 40px;
    }
}

/*-------------------------------------------------------------------------*/

/* TESTIMONIALS */

/*-------------------------------------------------------------------------*/

.testimonials {
	background-color: #F2F2F2;
    font-size: 14px;
    font-weight: 300;
	text-align: center;
}
.testimonial-callout {
    position: relative;
    background-image: url(assets/images/bg_swirl.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 420px;
}
.testimonial-callout .details {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 22px;
	font-weight: 300;
	line-height: 140%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
}
.testimonial-callout h2 {
    font-size: 42px;
}
.testimonial-callout p {
    margin-bottom: 12px;
}
.testimonial-carousel {
    padding: 48px 70px 0 70px;
}
@media (max-width: 767px) {
    .testimonial-carousel {
        padding: 48px 70px 60px 70px;
    }
}
.testimonials-image {
    margin: 0 auto 18px auto;
    width: 100px;
    height: 100px;
}
.testimonials-image img {
    border-radius: 50%;
    filter: alpha(opacity=100);
	opacity: 1.0;
}
p.testimonials-title {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 2px;
}
p.testimonials-job {
    font-size: 13px;
    margin-bottom: 12px;
    text-transform: uppercase;
    margin-left: -5px;
    margin-right: -5px;
}
.testimonials-excerpt p {
    color: #66665D;
    font-size: 13px;
    line-height: 160%;
    margin-bottom: 0;
}

/* --- OWL CAROUSEL - CORE CSS --- */

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel .item img:hover {
	opacity: 0.80 !important;
	transition: all 0.3s ease !important;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* --- OWL CAROUSEL - AGNES THEME --- */

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-nav {
	display: none;
}
/*
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color:#fff;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#d6d6d6;
	display:inline-block;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background:#869791;
	color:#fff;
	text-decoration:none;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity:.5;
	cursor:default;
}
*/
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 3px;
	background: #E2E2E2;
	display: block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #4A4A4A;
}

/*-------------------------------------------------------------------------*/

/* BLOG & POST LISTING PAGES */

/*-------------------------------------------------------------------------*/

/* --- POSTS --- */

h3.post-title {
	clear: both;
	font-size: 32px;
	font-weight: 300;
	margin: 0 0 8px 0;
	padding: 0;
}
@media (max-width: 767px) {
    h3.post-title {
    	font-size: 24px;
    }
}
h3.post-title a {
	color: #4A4A4A;
}
h3.post-title a:hover {
	color: #4A4A4A;
}
.post-listings h6 {
	font-size: 20px;
	margin: -12px 0 12px 0;
}
.post-line {
	clear: both;
	text-align: left;
	border-bottom: 2px solid #E2E2E2;
	margin: 0 0 42px 0;
	padding: 26px 0 0 0;
}
.post-listing-info {
	color: #727272;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 160%;
	margin: 0 0 16px 0;
}
.post-listing-info a {
	color: #727272;
    border-bottom: 1px solid #E2E2E2;
	text-decoration: none;
}
.post-listing-info a:hover {
	color: #727272;
    border-bottom: 1px solid #727272;
}
.post-listing-image {
	margin: 0 0 24px 0;
}
@media (max-width: 767px) {
	.post-listing-image {
        float: none;
        max-width: 100%;
        margin: 0 auto 24px auto;
	}
}
.post-excerpt p,
.post-excerpt a.btn {
	margin: 0 0 24px 0;
}

/* --- POSTMETADATA IN LISTINGS --- */

.postmetadata {
	color: #929292;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.postmetadata a {
	color: #929292;
    border-bottom: 1px solid #D2D2D2;
}
.postmetadata a:hover {
	color: #4097DB;
	border-bottom: 1px solid #4097DB;
}
.postmetadata p {
	margin: 0 0 12px 0;
}

/* --- BLOG DATES --- */

.blog-listings .blog-month {
	margin-top: 6px;
}
.blog-month,
.blog-year {
	color: #525252;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	line-height: 100%;
	text-transform: uppercase;
}
.blog-day {
	color: #4A4A4A;
	font-size: 28px;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	margin: 0 auto 3px auto;
}
@media (max-width: 767px) {
    .blog-listings {
    	margin-bottom: 8px;
        padding-left: 0;
    }
    .blog-month,
    .blog-year,
    .blog-day {
    	float: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
        text-align: left;
        margin: 0 4px 12px 0 !important;
        padding: 0;
    }
    .blog-month {
        margin: 0 4px 12px 15px !important;
    }
}

/* --- POST AUTHOR BOX --- */

.post-author {
	clear: both;
	border-bottom: 1px solid #E2E2E2;
	margin: 0 0 40px 0;
	padding-bottom: 32px;
	overflow: hidden;
}
.post-author-single {
	clear: both;
	background: #FFF;
	border: none;
	border-radius: 0;
	margin: 0 0 24px 0;
	padding: 26px;
	overflow: hidden;
}
.post-author-image {
	/*padding-right: 20px;*/
}
.post-author-image img {
	/*border: 8px solid #f2f2f2;*/
	text-align: left;
	vertical-align: middle;
	margin-bottom: 0;
}
.post-author .post-author-image img {
    background-color: #FFF;
    /*border: 8px solid #FFF;*/
    margin-bottom: 18px;
}
.post-author-info h1 {
    line-height: 100%;
    margin-top: -20px;
	margin-bottom: 6px;
}
.post-author-info h1 span {
	font-size: 15px;
    text-transform: uppercase;
}
.post-author-info h4 {
	clear: none;
	font-size: 22px;
	margin: 10px 0 6px 0;
}
.post-author-info p {
	font-size: 14px;
	margin-bottom: 12px;
}
.post-author-info a img {
	margin-right: 3px;
	max-height: 28px;
}
@media (max-width: 767px) {
    .post-author-info  {
    	margin-left: -15px;
    }
    .post-author-info h1 {
		font-size: 36px;
	}
}

/* --- SINGLE BLOG POST --- */

.single-blog h1 {
    font-size: 38px;
}
.single .post-listing-image {
    float: right;
    max-width: 36%;
    margin: 0 0 24px 30px;
}
#nav-single {
    font-size: 13px;
}
.nav-next {
    text-align: right;
}
@media (max-width: 767px) {
    .nav-next {
        text-align: left;
    }
}

.featured-image {
    padding-bottom: 24px;
}
.featured-image .well {
    background: #FFF;
    /*box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.15);*/
    border: none;
    border-radius: 0;
}
.featured-icons {
    color: #4A4A4A;
    font-size: 18px;
    margin-top: -24px;
    margin-bottom: 24px;
}
.featured-icons a {
    color: #4A4A4A;
}
.featured-icons a:hover {
    border-bottom: none;
    text-decoration: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.et_monarch .et_social_inline_bottom {
    margin-bottom: 12px;
}

/*-------------------------------------------------------------------------*/

/* MASONRY */

/*-------------------------------------------------------------------------*/

/* --- MASONRY FOR  --- */

.masonry-wrapper {
	background-color: #F2F2F2;
	padding-top: 60px;
	padding-bottom: 60px;
}
.masonry-wrapper a {
	border-bottom: none;
}
.masonry-wrapper header {
    padding-left: 8px;
}
.masonry-wrapper h5 {
    margin-left: 23px;
}
.masonry-entry {
	/* width: 47%; 2 columns */
    width: 33%; /* 3 columns */
    /* width: 23.596%;  4 columns */
	background-color: transparent;
    padding: 8px;
	display: inline-block;
    vertical-align: top;
	box-sizing: border-box;
}
@media (max-width: 992px) {
	.masonry-entry {
	    width: 49%;
	}
}
@media (max-width: 767px) {
	.masonry-entry {
		width: 100%;
        left: 0 !important;
	}
}
.masonry-details,
.masonry-wrapper .well {
    background: #FFFFFF;
    box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
	padding: 15px;
	overflow: hidden;
}
.masonry-thumbnail img {
    margin-bottom: 14px;
}
.masonry-title p {
	color: #4A4A4A;
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 6px;
}
.masonry-title p a {
	color: #4A4A4A;
}
.masonry-title p a:hover {
	color: #B4456C;
	text-decoration: underline;
}
/*.masonry-excerpt {
    margin-bottom: 16px;
    padding-bottom: 4px;
}*/
.masonry-excerpt p {
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 8px;
}
.masonry-excerpt span.btn {
    margin-bottom: 12px;
}
.masonry-excerpt span.btn a:hover {
    color: #FFF;
    text-decoration: none;
}
.masonry-avatar img {
    margin-top: -2px;
}
.masonry-postmetadata {
	border-top: 1px solid #E2E2E2;
    color: #929292;
    font-size: 12px;
    font-weight: 400;
	line-height: 160%;
    text-transform: uppercase;
    padding-top: 18px;
}
.masonry-postmetadata a {
    color: #929292;
}
.masonry-postmetadata a:hover {
    color: #4A4A4A;
    text-decoration: underline;
}
.masonry-postmetadata p {
	margin-bottom: 6px;
}
.masonry-dates p {
    color: #929292;
    font-size: 13px;
    font-weight: 400;
	line-height: 140%;
    text-transform: uppercase;
    margin: 12px 0 8px 0;
}

/* --- MASONRY FLEXIBLE CONTENT --- */

.masonry-flexible {
	overflow: hidden;
}
/*ul.masonry-flexible-list {
    list-style: none;
    padding: 0;
    margin: 0;
}*/
.masonry-flexible-list div {
	background-color: #FFF;
	border: 8px solid #F2F2F2;
	border-radius: 6px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
    font-size: 15px;
    text-align: left;
	margin: 0;
    line-height: 160%;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}
div.masonry-list-12 {
	width: 100%;
    left: 0 !important;
}
div.masonry-list-6 {
	width: 47%;
}
div.masonry-list-4 {
	width: 31.9658119%;
}
@media (max-width: 992px) {
	div.masonry-list-4 {
		width: 47%;
	}
}
@media (max-width: 767px) {
	div.masonry-list-6,
    div.masonry-list-4 {
		width: 100%;
		left: 0 !important;
	}
}

/*-------------------------------------------------------------------------*/

/* BIO / STAFF */

/*-------------------------------------------------------------------------*/

/* --- MAKE 5 COLUMNS --- */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* --- BIO BOXES --- */

.well-item {
    background: #FFFFFF;
    box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
}
.well-item a {
    cursor: pointer;
}
.bio-section-margin {
    margin-left: -15px;
    margin-right: -15px;
}
.bio-listing-image {
    margin: 0 auto 16px auto;
    max-width: 100%;
    max-height: 100%;
}
.bio-listing-image.well {
    background: #FFF;
    box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
}
p.bio-listing-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    margin-bottom: 0;
}
p.bio-listing-job {
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 0;
}

/* --- MODAL FULLSCREEN --- */

.modal-fullscreen {
    background: #B4456C;
    color: #FFF;
}
.modal-fullscreen .modal-dialog {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
}
.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF;
    height: 100%;
    overflow: auto;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-body,
.modal-fullscreen .modal-footer {
    color: #FFF;
    margin: 0 auto;
    max-width: 1080px;
    width: 92%;
}
.modal-fullscreen .modal-header {
    border-bottom: none;
}
.modal-fullscreen .close {
    float: right;
    color: #FFF;
    font-weight: 400;
    font-size: 32px;
    margin-top: 8px;
    opacity: 1.0;
}
.modal-fullscreen .modal-body {
    background-color: #B4456C;
    background-color: rgba(255, 255, 255, 0.17);
    border-radius: 4px;
    padding: 35px 20px 20px 20px;
    overflow: hidden;
}
.modal-fullscreen .modal-title {
    color: #FFF;
    font-size: 32px;
    line-height: 100%;
    margin: 8px 0 6px 0;
}
.modal-fullscreen .modal-title span {
    font-size: 18px;
}
.modal-fullscreen .modal-icons {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 24px;
}
.modal-fullscreen .modal-icons a {
    color: #FFF;
}
.modal-fullscreen .modal-icons a:hover {
    border-bottom: none;
    text-decoration: none;
}
@media (max-width: 992px) {
	.modal-fullscreen .close {
        margin-top: 4px;
    }
}

/* --- SINGLE BIO PAGES --- */

.single-bio h1 {
	font-size: 40px;
    margin: 0 0 6px 0;
}
.single-bio h6 {
    margin: 0 0 8px 0;
}
.single-bio-icons {
    margin: 0 0 24px 0;
}

/*-------------------------------------------------------------------------*/

/* SIDEBAR */

/*-------------------------------------------------------------------------*/

.sidebar {
	color: #727272;
	font-size: 13px;
	line-height: 180%;
}
@media (max-width: 992px) {
    .sidebar {
    	padding-top: 60px;
    }
}
.sidebar .widget  {
	background: #FFF;
    border: none;
    border-radius: 0;
	margin: 0 0 30px 0;
	padding: 20px;
	overflow: hidden;
}
.sidebar .widget h3  {
	font-size: 20px;
	line-height: 140%;
	margin: 0 0 18px 0;
	padding: 0;
}
.sidebar .widget h4  {
	font-size: 16px;
	line-height: 140%;
	margin: 0;
	padding: 0;
}
.sidebar ol,
.sidebar ul {
	margin: 0 0 24px 0;
	/* padding-left: 24px; */
}
.sidebar-links-social img {
	margin: 6px 4px 0 4px;
}

/* --- CATEOGORY WIDGET --- */

.sidebar .widget_categories ul,
.sidebar .widget_archive ul,
.sidebar .widget_recent_entries ul {
	list-style: none;
	border-bottom: 1px solid #E2E2E2;
	margin: 0;
	padding: 0;
}
.sidebar .widget_categories ul li,
.sidebar .widget_archive ul li,
.sidebar .widget_recent_entries ul li {
    margin: 0;
}
.sidebar .widget_categories ul li a,
.sidebar .widget_archive ul li a,
.sidebar .widget_recent_entries ul li a {
	display: block;
	color: #B4456C;
	border-top: 1px solid #E2E2E2;
    border-bottom: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	text-decoration: none;
	padding: 14px 10px 14px 0;
}
.sidebar .widget_categories ul li a:hover,
.sidebar .widget_archive ul li a:hover,
.sidebar .widget_recent_entries ul li a:hover {
	color: #FFF;
    border-bottom: 1px solid #B4456C;
	text-decoration: none;
}

/* --- SIDEBAR TAG CLOUD --- */

.sidebar .tagcloud {
    padding-left: 12px;
}
.sidebar .tagcloud a {
    border-bottom: 1px solid #E2E2E2;
    line-height: 140%;
}

/* --- SIDEBAR MENUS --- */

.sidebar ul.menu {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0;
	padding: 0;
}
.sidebar ul.menu li {
	margin: 0;
	padding: 0;
}
.sidebar ul.menu li a {
	display: block;
	color: #B4456C;
	border-top: 1px solid #d8d8d8;
    border-bottom: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	text-decoration: none;
	padding: 10px 10px 10px 12px;
}
.sidebar ul.menu li a:hover {
	color: #424242;
	border-bottom: 1px solid #B4456C;
	text-decoration: none;
}
.sidebar ul.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar ul.menu li li a {
	padding: 10px 10px 10px 32px;
}
.sidebar ul.menu .current-menu-item > a,
.sidebar ul.menu .current-menu-ancestor > a,
.sidebar ul.menu .current_page_item > a,
.sidebar ul.menu .current_page_ancestor > a {
	color: #424242;
	background-color: #F2F2F2;
	text-decoration: none;
}

/*-------------------------------------------------------------------------*/

/* HOMEPAGE */

/*-------------------------------------------------------------------------*/

/* --- HOMEPAGE SLIDESHOW --- */

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* --- FLEXSLIDER THEME --- */

.slideshow {
	position: relative;
	margin: 0;
	padding-top: 90px;
	max-height: 480px;
	overflow: hidden;
}
.flexslider {
	background: #1A1610;
	border-bottom: 10px solid #424242;
	position: relative;
	margin: 0;
	padding: 0;
	zoom: 1;
	min-height: 360px;
}
.flexslider .slides li { margin-bottom: 0 !important; }
.flexslider .slides li p { margin: 0 !important; }
.flexslider .slides > li { position: relative; }
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container { zoom: 1; position: relative;}
.flexslider .slides img { height: auto; max-width: 100%; width: auto !important; margin: 0 auto; opacity: .8; }
.flex-direction-nav, .flex-control-nav, .flex-caption { margin-bottom:0 !important; }

/* Caption style */
/* IE rgba() hack */
.flex-caption { width: auto; position: absolute; color: #fff; }
.flex-caption p { font-size: .9em !important; margin-bottom: 0; }


.flexslider .slide {
	height: 480px;
}
.flexslider .details {
	display: block;
	position: absolute;
	top: 0;
	left: 227px;
	background: rgba(255,255,255,0.90);
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	max-width: 320px;
}
.flexslider .details a {
	color: #FFFFFF;
}
.flexslider .details .text {
	display: inline-block;
	font-size: 28px;
	color: #7A716A;
	line-height: 140%;
	text-shadow: 0px 2px 12px rgba(0,0,0,0.20);
	padding: 15px;
}
.flexslider .details .text .btn {
	color: #FFF;
    background-color: #7A716A;
    font-size: 14px;
	border-color: #7A716A;
	text-shadow: none;
	margin: 12px 0 20px 0;
}
.flexslider .details .text .btn:hover {
	color: #FFF;
    background-color: #4A4A4A;
	border-color: #4A4A4A;
}
@media (max-width: 992px) {
	.flexslider .details {
		left: 0;
	}
	.flexslider .details .text {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.flexslider .slide {
		height: 380px;
	}
	.flexslider .details {
		max-width: 240px;
	}
	.flexslider .details .text {
		font-size: 22px;
	}
}

/* --- DIRECTION NAV --- */

.flex-direction-nav { *height: 0; }
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(255,255,255,0.8); text-shadow: 0px 2px 12px rgba(0,0,0,0.80); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "avlf"; font-size: 40px; line-height:1; display: inline-block; content: 'i'; }
.flex-direction-nav a.flex-next:before  { content: 'h'; }

@media screen and (max-width: 992px) {
  .flex-direction-nav a { top: 90%;}
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


/* --- MESSAGE --- */

.homepage-message {
	background-color: #fff;
	text-align: center;
	padding: 80px 0;
}
.homepage-message h2 {
	color: #4A4A4A;
	font-size: 50px;
}
.homepage-message h5 {
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 160%;
	margin: 0 0 40px 0;
}
.homepage-message a:hover {
	border-bottom: none;
    text-decoration: none;
}
@media (max-width: 767px) {
	.homepage-message h2 {
		font-size: 32px;
	}
}

/* --- CALLOUTS --- */

.homepage-callouts {
	background-color: #F4F4F4;
	text-align: center;
	padding: 0 0 80px 0;
}
.homepage-callouts img {
	margin-top: 60px;
	margin-bottom: 20px;
	max-width: 200px;
}
.homepage-callouts a img:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
a.homepage-callouts-image:hover {
    border-bottom: none;
}
.homepage-callouts h4 a {
	color: #4A4A4A;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 auto 8px auto;
}
.homepage-callouts p {
	color: #525252;
	font-size: 16px;
	line-height: 160%;
	margin: 0;
	padding: 0 20px;
}
.homepage-callouts a {
	font-size: 14px;
	font-weight: 700;
}

/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

#colophon {
	background-color: #FAD149;
	color: #78684B;
	font-size: 14px;
	text-align: left;
	line-height: 180%;
	margin: 0;
	padding: 50px 0 10px 0;
}
#colophon .logo {
	display: block;
	width: 222px;
	height: 100%;
	margin: 0 0 18px 0;
	padding: 0;
}
#colophon .logo > img {
	max-height: 100%;
}
#colophon h3 {
	color: #766A4C;
	font-size: 24px;
	margin-bottom: 10px;
}
.copyright {
	font-size: 12px;
	line-height: 160%;
	margin-bottom: 60px;
}
.copyright a {
	color: #78684B;
	text-decoration: none;
}

/* --- FOOTER VIDEO IMAGE + TEXT --- */

#footer-image {
	clear: both;
	background-color: #1A1610 !important;
	border-bottom: 2px solid #FFFFFF;
	text-align: center;
	width: 100%;
	height: 540px;
}
#footer-image:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}
#footer-image img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.footer-video {
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
	padding-top: 140px;
	width: 100%;
}
.footer-video h1,
.footer-video h2,
.footer-video h3 {
	color: #FFFFFF;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.50);
}
.footer-video h3 {
	font: 300 24px/140% "lato","Helvetica","Arial",sans-serif;
	margin: 0 0 24px 0;
	padding: 0;
}
.footer-video p {
	margin-bottom: 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.50);
}
.footer-video a {
	color: #FFFFFF;
    cursor: pointer;
}
.footer-video a:hover {
    border-bottom: 1px solid #FFF;
}

/* --- CALENDAR --- */

.footer-calendar {
	margin-bottom: 60px;
	padding-right: 60px;
}
@media (max-width: 767px) {
	.footer-calendar {
		padding-right: 0;
	}
}
.footer-calendar ul {
	clear: both;
	list-style-type: none;
	margin: 0 0 0 -15px;
	padding: 0 0 10px 0;
}
.footer-calendar ul li a {
	font-size: 13px;
	color: #78684B;
	line-height: 160%;
	border-top: 1px solid #A28743;
	display: block;
	margin: 0;
	padding: 16px;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.footer-calendar ul li a:hover {
	color: #7A716A;
	background: rgba(255, 255, 255, 0.40);
	border-bottom: none;
	text-decoration: none !important;
}
.footer-calendar ul li .date a span  {
	font-size: 14px;
	font-weight: 400;
}
.footer-calendar .end-time {
	display: none;
}
.footer-social h3 {
	margin: 0 0 3px 0;
}
.footer-social p {
	line-height: 120%;
	margin: 0 0 12px 0;
}
.footer-social a {
	color: #78684B;
	text-decoration: none;
}

/*-------------------------------------------------------------------------*/

/* IMAGES */

/*-------------------------------------------------------------------------*/

.alignleft {
	float: left;
    margin: 6px 24px 12px 0;
}
.alignright {
	float: right;
    margin: 6px 0 12px 24px;
}
.aligncenter {
	display: block;
	margin: 12px auto 24px auto;
}
img.alignleft.icon {
	margin: 0 12px 0 0;
}
@media (max-width: 580px) {
	.alignleft {
		display: block;
		clear: both;
		float: none;
		margin: 0 0 20px 0 !important;
	}
	.alignright {
		display: block;
		clear: both;
		float: none;
		margin: 0 0 20px 0 !important;
	}

}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	color: #525252;
	padding-top: 10px;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*-------------------------------------------------------------------------*/

/* GALLERIES */

/*-------------------------------------------------------------------------*/

.gallery {
	clear: both;
	margin: 0 auto 24px auto;
	padding: 0;
}
.gallery .col-xs-6,
.gallery .col-sm-3,
.gallery .col-md-3 {
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 14px;
}
.gallery .gallery-icon {
	width: 100%;
}
.gallery .gallery-caption {
	/*font-size: 13px;
	text-align: center;
	line-height: 15px;
	color: #727272;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;*/
    display: none;
}

/*-------------------------------------------------------------------------*/

/* COMMENTS */

/*-------------------------------------------------------------------------*/

#commentBox {
    clear: both;
}
hr.hr-comments {
	clear: both;
	background-color: #E2E2E2;
	border: 0;
	height: 1px;
	margin: 35px 0 50px 0;
}
#comments h3.comments-title {
	margin: 0 0 60px 0;
}
#comments ul {
	list-style: none;
	margin: 0 0 30px 0;
}
#comments ol li {
    margin: 0 0 12px 0;
    padding-left: 0;
}
#trackbacks {
	margin: 30px 0 0 40px;
}
ol#commentslist {
	margin: 0;
	list-style: none;
	padding: none;
	padding: 0;
}
#commentslist .children li {
	padding: 15px 0 0 40px;
	background: transparent url(assets/images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;
}
.comment {
	position: relative;
	margin: 0;
	padding: 0 0 50px 0;
}
.comment .avatar {
	/*position: absolute;
	left: 0;
	top: 0;
	border-radius: 35px;
	width:75px;
	height:75px;*/
    display: none;
}
#commentForm label,
#comments #respond label {
	text-align: left !important;;
	padding-left: 12px;
}
.comment h5 {
	/*margin: 0 0 0 100px;*/
    margin: 0 0 0 0;
	padding: 0;
}
.comment .date {
	/*margin: -5px 0 10px 100px;*/
    margin: -5px 0 10px 0;
	display: block;
	color: #a5a5a2;
	font-style: italic;
	font-size: 13px;
	font-weight: 400;
}
.comment p {
	/*margin: 0 0 10px 100px;*/
    margin: 0 0 10px 0;
}
.comment-reply-link,
.comment-reply-login {
	/*margin: 0 0 0 100px;*/
    margin: 0 0 0 0;
}
.comment-reply {
	display: inline-block !important;
	padding: 0 0 0 10px;
}
#comment-add {
	position: absolute;
	top: -5px;
	right: 0;
}
.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;
}
#trackbacks ul {
	margin: -5px 0 15px 0;
}
#trackbacks ul li {
	padding: 5px 0 5px 20px;
}

/* Comment Form */

#commentForm {
	position: relative;
	margin: 30px 0;
	padding-bottom: 30px;
}
#comments h3 {
	margin: 10px 0 12px 0;
}
#comments #respond {
	position: relative;
	/*margin: 0 0 0 100px;*/
    margin: 0 0 0 0;
	padding: 0 0 40px 0;
}
#respond .form-allowed-tags {
	display: none;
}
#respond form {
	margin: 0;
	padding: 0;
	position: relative;
}
.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}
#cancel-comment-reply-link {
	margin-left: 20px !important;
}

/*-------------------------------------------------------------------------*/

/* MULTI-POST NAVIGATION */

/*-------------------------------------------------------------------------*/

.pagenavi-wrapper {
    background-color: #F2F2F2;
    padding-top: 0;
    padding-bottom: 40px;
}
.wp-pagenavi {
	clear: both;
    /*border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;*/
    font-size: 15px;
	margin: 0 0 0 12px;
	padding: 0;
	text-align: left;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 6px 9px 5px 9px;
	font-weight: 300;
	color: #525252;
	line-height: 20px;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #E8E8E8;
	border-radius: 4px;
    margin-right: 2px;
}
.wp-pagenavi a:visited {
	text-decoration: none;
	color: #525252;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-radius: 4px;
}
.wp-pagenavi a:hover {
	color: #FFF;
	background-color: #B4456C;
	border: 1px solid #B4456C;
	border-radius: 4px;
}
.wp-pagenavi a:active {
	text-decoration: none;
	color: #525252;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-radius: 4px;
}
.wp-pagenavi span {
	font-weight: 300;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-radius: 4px;
}
.wp-pagenavi span.pages {
	padding: 6px 9px 5px 0;
	color: #525252;
	font-weight: 300;
	/* border: 1px solid #FFF; */
	border-radius: 4px;
}
.wp-pagenavi span.current {
	padding: 6px 9px 5px 9px;
	font-weight: 300;
	color: #FFF;
	background-color: #B4456C;
	/* border: 1px solid #FFF !important; */
	border-radius: 4px;
}
.wp-pagenavi span.extend {
	padding: 6px 2px 5px 2px;
	font-weight: 300;
	color: #525252;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-radius: 4px;
}

.post-navigation {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.post-navigation-next {
    text-align: right;
}

/*-------------------------------------------------------------------------*/

/* TABLES */

/*-------------------------------------------------------------------------*/

.table-responsive {
    border: none;
}
.table {
    font-size: 16px;
}
.table p {
    margin-bottom: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
    background-color: #F2F2F2;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 16px 8px;
}
.table-no-border > tbody > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > thead > tr > th {
    padding: 20px 12px;
    text-align: center;
    border-top: none;
}
.table > tbody > tr > td.table-center {
    text-align: center !important;
}

/*-------------------------------------------------------------------------*/

/* TOOLTIPS */

/*-------------------------------------------------------------------------*/

.tooltip {
	font-size: 12px;
    z-index: 2000;
}
.tooltip.top {
	/* margin-top: -16px; */
}
.tooltip-inner {
	max-width: 320px;
	padding: 6px 10px;
	color: #FFF;
	text-align: left;
    font-weight: 400;
	background-color: #4A4A4A;
	border: 1px solid #4A4A4A;
	border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #4A4A4A;
}

/*-------------------------------------------------------------------------*/

/* BUTTONS */

/*-------------------------------------------------------------------------*/

.btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    text-decoration: none;
    text-transform: uppercase;
	white-space: normal;
}
.btn-lg {
    font-size: 16px;
}
.btn-sm {
    font-size: 12px;
}

/* --- RED --- */

.btn-primary,
.btn-red {
  color: #FFFFFF;
  background-color: #B4456C;
  border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
  color: #FFFFFF;
  background-color: #222;
  border: none;
}
.btn-primary:active,
.btn-primary.active,
.btn-red:active,
.btn-red.active {
  background-image: none;
}

/* --- BUTTON YELLOW --- */

.btn-yellow {
	color: #525252;
	background-color: #FAD149;
	border: none;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-yellow:active,
.btn-yellow.active {
	background-image: none;
}

/* --- BUTTON PURPLE --- */

.btn-purple {
	color: #FFF;
	background-color: #6E5A7F;
	border: none;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active{
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-purple:active,
.btn-purple.active {
	background-image: none;
}

/* --- WHITE --- */

.btn-white {
	color: #78684B;
	background-color: #FFF;
    background: rgba(255,255,255,0.70);
	border: none;
    border-bottom: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
	color: #FFF;
	background-color: #222;
	border: none;
    border-bottom: none;
}
.btn-white:active,
.btn-white.active {
	background-image: none;
}

/* --- BLACK --- */

.btn-black {
	color: #FFF;
	background-color: #4A4A4A;
	border: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-black:active,
.btn-black.active {
	background-image: none;
}

/* --- GRAY --- */

.btn-gray {
	color: #B4456C;
	background-color: #F8F8F8;
	border: none;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-gray:active,
.btn-gray.active {
	background-image: none;
}

/*-------------------------------------------------------------------------*/

/* EVENTS CALENDAR */

/*-------------------------------------------------------------------------*/

/* --- OVERALL --- */

/*.events-calendar {
    padding-top: 30px;
}*/
#tribe-events .tribe-events-button,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-inactive,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    /* for google cal */
    background-color: #C2C2C2;
}
#tribe-events .tribe-events-button:hover,
.tribe-events-button.tribe-active:hover,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a:hover {
    /* for google cal */
    background-color: #222;
}

/* --- CALENDAR PAGE --- */

.tribe-bar-views-inner {
    background: #e0e0e0;
    margin: 0;
    padding: 20px 0 49px;
}
#tribe-bar-views .tribe-bar-views-list a:hover {
    background: #c2c2c2;
    border-bottom: none;
}
#tribe-bar-views .tribe-bar-views-list a:hover,
#tribe-bar-views .tribe-bar-views-list a:active,
#tribe-bar-views .tribe-bar-views-list a:focus {
    border-bottom: none;
}
.tribe-events-tooltip {
    border-radius: 4px;
}
#tribe-events-content .tribe-events-tooltip h4 {
    color: #4A4A4A;
    font-size: 16px;
    line-height: 110%;
}
#tribe-events-content .tribe-events-tooltip .tribe-event-duration {
    font-weight: 700;
}

/* --- LIST PAGE --- */

.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
    max-width: 100%;
    margin: 0 auto;
}
.tribe-events-list .type-tribe_events {
    padding-bottom: 60px;
}
.tribe-events-list .type-tribe_events h2 {
    margin-bottom: 0;
}
.tribe-events-loop .tribe-events-event-meta {
    margin: 0 0 15px;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-image {
    display: none;
}
#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
	margin: 0 0 24px 0;
	line-height: 180%;
}
#tribe-events .tribe-events-list-event-description p {
    margin-bottom: 0;
}
.tribe-events-list-separator-month {
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}
.tribe-events-loop .tribe-events-event-meta,
.tribe-events-list .time-details,
.tribe-events-list .tribe-events-venue-details {
    line-height: 160%;
}

/* --- SINGLE EVENT PAGE --- */

.tribe-events-schedule h2 {
    /* date & time */
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0;
}
.tribe-events-schedule {
    margin: 24px 0;
}
.tribe-events-single-section dd {
	margin-bottom: 12px;
}
.tribe-events-event-meta .tribe-events-gmap,
.tribe-events-event-meta-desc .tribe-events-gmap {
	white-space: normal;
	display: inline;
}
@media (max-width: 767px) {
	.tribe-events-event-meta .tribe-events-meta-group {
		margin-bottom: 24px;
	}
}
.single-tribe_events .tribe-events-event-meta {
	background: #F8F8F8;
	border: none;
	margin: 40px 0;
}

@media (max-width: 767px) {
    .single-tribe_events .tribe-events-schedule {
        background: transparent;
        border: none;
        margin: 18px 0 8px 0;
        padding: 12px 0;
    }
}
.single-tribe_events #tribe-events-footer {
    display: none;
}
h2.tribe-events-tickets-title {
    font-size: 20px !important;
    margin-top: 36px;
}

/* --- TICKETS --- */

.tribe-events-tickets {
    background: transparent;
}
tr.tribe-tickets-form-row,
tr.tribe-event-tickets-plus-meta {
    background-color: #FFF;
    border-bottom: 15px solid #FAFAFA !important;
    padding-bottom: 15px;
}
@media (max-width: 600px) {
    .tribe-events-tickets tr {
        border-top: none;
    }
}
.tribe-events-tickets td {
    border: none !important;
    display: inline-block;
    padding: 19px;
    vertical-align: top;
}
.tribe-events-tickets .tickets_name,
.tribe-events-tickets .tickets_name p,
.tribe-events-tickets .tickets_price {
    border-bottom: none;
    color: #4A4A4A;
    font-size: 19px;
    font-weight: 700;
    line-height: 140%;
    padding: 28px 10px 0 0;
}
.tribe-events-tickets .tickets_name:after {
    content: ' -';
}
.tribe-events-tickets .tickets_price {
    font-weight: 400;
}
.tribe-events-tickets .tickets_description {
    display: block;
    border-bottom: none;
    padding: 0 19px 24px 19px;
}
@media (max-width: 767px) {
    .tribe-events-tickets .tickets_name,
    .tribe-events-tickets .tickets_name p,
    .tribe-events-tickets .tickets_price {
        display: block;
        padding: 0 19px 0 19px;
    }
    .tribe-events-tickets .tickets_description {
        padding-top: 10px;
    }
}
.tribe-events-tickets .tickets_price {
    border-bottom: none;
}
#buy-tickets button {
    clear: both;
    color: #FFF;
	background-color: #3679AD;
  	display: inline-block;
	margin: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 14px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	user-select: none;
    text-transform: uppercase;
}
#buy-tickets td.add-to-cart {
    background: transparent url(assets/images/bg_paper.png) repeat top left;
    padding: 0;
}
.tickets_nostock {
    background: #EA6955;
    color: #FFF;
    border: 4px;
    maring-top: 15px;
    padding: 8px 12px;
}

/* --- ATTENDEE REGISTRATION PAGE --- */

.page-tribe-attendee-registration {
	background-color: #F2F2F2;
}
.tribe-block__tickets__registration__summary,
.tribe-block__tickets__registration__actions {
    background-color: #FFF;
}
.tribe-block__tickets__item__attendee__fields h4 {
	font-size: 22px;
}
.tribe-block__tickets__item__attendee__fields button {
    clear: both;
    color: #FFF;
	background-color: #929292;
  	display: inline-block;
	margin: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 14px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	user-select: none;
    text-transform: uppercase;
}
.tribe-block__tickets__item__attendee__fields button:hover {
	background-color: #222;
}
.page-tribe-attendee-registration button.button-primary {
    clear: both;
    color: #FFF;
	background-color: #3679AD;
  	display: inline-block;
	margin: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 14px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	user-select: none;
    text-transform: uppercase;
}
page-tribe-attendee-registration button.button-primary:hover {
	background-color: #222;
}
.tribe-block__tickets__registration__status {
    background: #9CC440 !important;
}
.tribe-block__tickets__registration__status.incomplete {
    background: transparent !important;
}
.tribe-block__tickets__item__attendee__fields input[type=email],
.tribe-block__tickets__item__attendee__fields input[type=password],
.tribe-block__tickets__item__attendee__fields input[type=text],
.tribe-block__tickets__item__attendee__fields input[type=url],
.tribe-block__tickets__item__attendee__fields select,
.tribe-block__tickets__item__attendee__fields textarea {
    min-width: 280px;
    max-width: 100%;
    width: 100%;
}


/* --- SIDEBAR EVENTS WIDGET --- */

.tribe-events-list-widget .tribe-list-widget {
    margin-left: 0;
    padding-left: 0;
}
.tribe-events-list-widget .tribe-events-list-widget-events {
    padding: 0;
    margin-bottom: 24px;
}
.tribe-events-list-widget ol li {
    margin: 0 0 18px 0;
    padding-left: 0;
}
.tribe-events-list-widget h4 {
	font-family: "lato","Helvetica","Arial",sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    color: #525252;
	margin: 0;
	padding: 0;
}
.tribe-events-list-widget h4 a {
    color: #525252;
}

/*-------------------------------------------------------------------------*/

/* CUSTOMIZED FORM ASSEMBLY FORM STYLES */

/*-------------------------------------------------------------------------*/

.wFormContainer .wForm {
    padding: 40px !important;
}
.wForm .label {
  padding: 8px 0 4px 0 !important;
  font-size: 90% !important;
  font-weight: bold !important;
  line-height: 120% !important;
  color: #2A2A2A !important;
  text-align: left !important;
  white-space: normal !important;
}
.wForm .postField {
    font-weight: normal !important;
}
@media (max-width: 767px) {
    .wFormContainer .wForm {
        padding: 15px !important;
    }
    .wForm form table.choices td {
        display: block !important;
    }
    .wForm .inline div.oneField {
        width: 100%;
    }
    .wForm form .oneChoice {
        display: block !important;
    }
}



/*-------------------------------------------------------------------------*/

/* GRADUATES */

/*-------------------------------------------------------------------------*/

.dataTables_filter label {
	color: #b2b2b2;
	font-weight: 400;
}
.dataTables_filter input {
	border: 0 !important;
	border-bottom: 1px solid #e5e5e5 !important;
	margin: 0 0 18px 6px !important;
	padding: 0 0 0 12px !important;
	background: none !important;
	color: #b2b2b2 !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 32px !important;
	height: 32px !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.dataTables_filter input:focus {
	background: none !important;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.dataTables_filter input::-webkit-input-placeholder {
	color: #e0e0e0 !important;
	font-weight: 400 !important;
}
.display.table th:hover {
	cursor: pointer;
}
.page-graduates .table > tbody > tr {
	font-size: 13px;
}
.page-graduates .table > tbody > tr > td {
	padding: 14px 8px;
}

/*-------------------------------------------------------------------------*/

/* CUSTOMIZED WOOCOMMERCE STYLES */

/*-------------------------------------------------------------------------*/

/* --- WOOCOMMERCE GENERAL --- */

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    background-color: #FFF;
    padding: 12px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: 16px;
}
.woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    font-size: 15px;
    background-color: #B4456C;
    color: #FFF !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #222;
    color: #FFF;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #AAA;
    padding: 16px;
}

/* --- WOOCOMMERCE SHOP PAGE --- */

.woocommerce ul.products li.product .price {
    color: #B4456C;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 16px;
}
.woocommerce ul.products li.product .button {
    margin-top: 6px;
}

/* --- WOOCOMMERCE PRODUCT SINGLE PAGE --- */

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 28%;
}
.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: right;
    width: 68%;
}
@media (max-width: 992px) {
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        display: none;
    }
    .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 .woocommerce-breadcrumb {
    /*font-size: 12px;
    color: #929292;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 105%;
    margin-bottom: 16px;*/
    display: none;
}
.woocommerce .woocommerce-breadcrumb a {
    border-bottom: none;
}
.woocommerce .woocommerce-breadcrumb a:hover {
    border-bottom: none;
    text-decoration: underline;
}
.woocommerce h1.product_title {
    font-size: 40px;
}
.woocommerce h2 {
    font-size: 32px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #4A4A4A;
    line-height: 200%;
    font-size: 24px;
}
/*.single.pagename div.product form.cart div.quantity {
    hide quantity for products
    display: none !important;
}*/
.woocommerce .product_meta {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    border-bottom: none;
}
table.product-attributes {}
table.product-attributes p {
    margin-bottom: 0 !important;
    font-size: 15px !important;
    line-height: 140% !important;
    padding-top: 5px !important;
}
.woocommerce div.product form.cart .variations label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}
.woocommerce div.product form.cart .variations select {
    color: #525252;
    font-size: 18px !important;
    background-color: #F8F8F8;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 8px !important;
    height: 44px;
}
.woocommerce div.product form.cart .variations span {
    font-size: 15px;
    font-weight: 300;
    line-height: 200%;
}
.woocommerce div.product form.cart .reset_variations {
    font-size: 14px;
}
.woocommerce-variation-description {
    font-size: 14px;
}
.woocommerce .related.products {
    clear: both;
    padding-top: 0;
}
.woocommerce .up-sells,
.woocommerce .related {
    clear: both;
}
.woocommerce .woocommerce-tabs {
    /*hide tabs on donate pages*/
    display: none;
}

/* --- NAME YOUR PRICE PLUGIN --- */

input#nyp[type="text"] {
    width: 120px;
}
/* --- WOOCOMMERCE CPT PAGES THAT SELL TICKETS --- */

.tribe-tickets-remaining {
    font-size: 13px;
    font-style: italic;
}
/*.single-ticket [data-product-id="8628"] .tribe-tickets-remaining {
    hide quantity for products
    display: none !important;
}*/
.single-ticket .tickets_name {
    font-size: 18px;
}
.tribe-events-tickets tr {
    border-top: 1px solid #ddd;
    padding-bottom: 8px;
    padding-top: 10px;
}

/* --- MY ACCOUNT PAGES --- */

.woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
    padding: 0 40px 0 0;
}
@media (max-width: 992px) {
    .woocommerce-MyAccount-navigation {
        padding: 0;
    }
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0 0 0 -12px;
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
	margin: 0;
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	color: #4A4A4A;
	border-top: 1px solid #d8d8d8;
    border-bottom: none;
	font-size: 15px;
	font-weight: 400;
	line-height: 120%;
	text-decoration: none;
	padding: 10px 10px 10px 12px;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	color: #B4456C;
	background-color: #F4F4F4;
    border-bottom: none;
	text-decoration: none;
}
.woocommerce-MyAccount-navigation li.is-active {
	color: #222;
	background-color: #F4F4F4;
	text-decoration: none;
}
.woocommerce-account .addresses .title h3 {
    font-size: 20px;
}

/* --- CART --- */

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 140px !important;
    height: 47px;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    background-color: #F6F6F6;
    padding: 30px;
}
.woocommerce .cart-collaterals .cross-sells h2,
.woocommerce-page .cart-collaterals .cross-sells h2 {
    font-size: 20px;
    margin-bottom: 12px;
}

/* --- CHECKOUT CUSTOMER DETAILS --- */

.woocommerce .customer-details  {
    padding-right: 70px;
}
@media (max-width: 992px) {
    .woocommerce .customer-details  {
        padding-right: 15px;
    }
}
.woocommerce .customer-details h3 {
    padding-top: 20px;
    font-weight: 400;
}
.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: 8px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}

/* --- WOOCOMMERCE CHECKOUT SHIPPING DETAILS --- */

#ship-to-different-address label {
    font-size: 20px;
    margin-left: 20px;
    line-height: 120%;
    padding: 0 20px 0 0;
}

/* --- WOOCOMMERCE CHECKOUT SELECT FIELDS --- */

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #525252;
    line-height: 42px;
}
.select2-container .select2-selection--single {
    background-color: #F8F8F8;
    border: 1px solid #CCC;
    height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    /*down arrow*/
    height: 42px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

/* --- WOOCOMMERCE CHECKOUT ORDER REVIEWS --- */

.woocommerce .order-review {
    background-color: #F8F8F8;
    font-size: 14px;
    padding: 30px 15px 0 15px;
}
@media (max-width: 992px) {
    .woocommerce .order-review {
        padding: 30px 0;
    }
}
.woocommerce .order-review h3 {
    font-weight: 400;
}
.woocommerce form .form-row {
    margin: 0 0 12px 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    padding: 6px 12px;
    vertical-align: middle;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td {
    background-color: rgba(0, 0, 0, 0.025);
}
.woocommerce ul#shipping_method li label {
    font-size: 14px;
    text-indent: 0;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total td {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.woocommerce-checkout-payment p.wc-terms-and-conditions,
.woocommerce-checkout-payment .checkbox-small {
    font-size: 14px;
    font-weight: normal;
    line-height: 160%;
    margin-bottom: 6px;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
}

/* --- WOOCOMMERCE CREDIT CARD --- */

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #FFF;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #F2F2F2;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #F2F2F2;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
}

/* --- WOOCOMMERCE CHECKOUT TERMS & BUTTON --- */

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 12px 0 0;
    float: none;
}
.woocommerce #payment .terms .input-checkbox {
    display: inline;
    margin: 7px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}
.woocommerce form .form-row label.checkbox span {
    padding-left: 24px;
}
.woocommerce form .form-row label.checkbox span.required {
    padding-left: 0;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    clear: both;
    float: none;
    margin-top: 12px;
}

/* --- WOOCOMMERCE THANK YOU PAGE --- */

.woocommerce .order_details {
    margin: 0 0 24px 0;
    list-style: none;
}
p.woocommerce-thankyou-order-received {
    margin-bottom: 12px;
}
ul.woocommerce-thankyou-order-details {
    background-color: #FAD149;
    padding: 20px 20px 12px 20px;
}

/* --- WOOCOMMERCE INFO BOXES --- */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #F6F6F6;
    color: #525252;
    border-top: 3px solid #B4456C;
}
.woocommerce-info {
    border-top-color: #B4456C;
}
.woocommerce-info:before {
    color: #B4456C;
}


/*-------------------------------------------------------------------------*/

/* PRINT STYLES */

/*-------------------------------------------------------------------------*/

@media print {
	html, body {
		height: auto;
	}
	body {
		background: white;
	    font-size: 10pt;
	    color: black;
	    line-height: 14pt;
	    margin: 0 auto;
	    padding: 0;
	}
	.container-fluid {
		width: 100%;
		border: none;
		background: none;
	}
	.container {
		width: 90%;
		border: none;
		background: none;
	}
	.container-wrapper {
    	padding-top: 0;
    	padding-bottom: 0;
	}
	#header-image {
		height: 80px;
	}
	#header-image img {
		display:none;
	}
	a {
	    color: black;
	    text-decoration: none;
	    border-bottom: none;
	}
	a[href]:after {
    	content: none !important;
	}
	#commentform {
		display:none
	}
	.wp-caption-text {
		font-size: 8pt;
	}
	.alignleft {
		float: left;
		margin: 0;
		padding: 6px 20px 12px 0;
		max-width: 220px;
	}
	.alignright {
		float: right;
		margin: 0;
		padding: 6px 0 12px 20px;
		max-width: 220px;
	}
	.aligncenter {
		float: none;
		margin: 0;
		padding: 12px 0 12px 0;
		max-width: 220px;
	}
	h1, h2, h3, h4, h5, h6 {
		clear: both;
		wrapper-break-after:avoid;
	    wrapper-break-inside:avoid
	}
	blockquote, table, pre {
		wrapper-break-inside:avoid
	}

	ul, ol, dl  {
		wrapper-break-before:avoid
	}
	.et_social_inline {
		display: none;
	}
	.postmetadata {
		display: none;
	}
	.print:last-child {
    	page-break-before: auto;
	}
}
