/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								STYLE.CSS
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 * Theme Name: Project_Name
 * Theme URI: http://anfoundation.com
 * Author: (a)squaredstudio, New Leaf Web Solutions
 * Author URI: http://anfoundation.com/
 * Description: Custom theme for Project_Name
 * Version: 0.9.20
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: anfoundation
 * Template: anfoundation
 *
 *
 * This theme is the best.  Period.
 */



/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								GENERAL STYLING / SITE STRUCTURE
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 */

/**
 * ==============================================
 *  VARIABLES
 * ==============================================
 */

:root {
	--main-color: #086993;
	--secondary-color: #ca4622;
	--tertiary-color: #a4e6ff;
	--main-font: 'Montserrat', sans-serif;
	--secondary-font: 'Libre Baskerville', serif;
}

/**
 * ==============================================
 *  OVERRIDES
 * ==============================================
 */

.full {
	width: 100%;
	max-width: 100%;
}

.full .row {
	max-width: 100%;
}

.row{
	/*max-width: 1300px;*/
	max-width: 95%;
	margin: auto;
}

.single-dwqa-question #middle .row, .page-template-template-kb-php #middle .row  {
	max-width: 1300px !important;
	margin: auto;
}

.header-edge-to-edge #header .row {
	max-width: 95%;
}

.utility-edge-to-edge #utility .row {
	max-width: 100%;
}

.vertical-align {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 3em;
	right: 3em;
}

.page-template-default .row, .blog .row, .archive .row, .single .row, .search .row {
	max-width: 95% !important;
}

.eckb-ach__article-meta__author, .eprf-rating-mode-five-stars, .eckb-article-byline {
	display: none !important;
}

#eckb-categories-archive-container-v2 #eckb-categories-archive__body {
	grid-template-columns: 0 100% !important;
}

.nav-links a.page-numbers {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.postfix.button {
	line-height: 0.3rem !important;
}

#dwqa-user-cover-image, .dwqa-user-avatar-group img {
	display: none !important;
}

.dwqa-user-cover-image-wrap {
	height: 96px !important;;
}

.dwqa-profile-tabs {
	padding-left: 0 !important;
}

.dwqa-user-info {
	margin-left: -23px !important;
}

.single-dwqa-question #middle .row p {
	margin-bottom: 0 !important;
}

.wp-switch-editor.switch-html, .dwqa-sort-by {
	display: none;
}

/*-- END OVERRIDES--*/

/**
 * ==============================================
 *  TYPOGRAPHY
 * ==============================================
 */

h1, h2, h3, h4, h5, h6 {
	font-family: var(--main-font);
}

h1 {
	font-weight: bold;
}

h2 {
	color: var(--main-color);
	font-size: 2.5em;
	font-weight: 100;
}

h3 {
	color: var(--secondary-color);
	font-weight: bold;
}

.page-template-default h3:after,
.single h3:after {
	content: '';
	display: block;
	width: 50px;
	border-top: 6px solid;
	margin: .5em 0;
}

.hero h3:after {
	display: none;
}

.component h3 {
	color: var(--main-color);
	font-family: var(--secondary-font);
	font-style: italic;
}

h4 {

}

h5 {
	color: var(--main-color);
	text-transform: uppercase;
}

blockquote {
	background: var(--main-color);
	margin: 0;
	padding: 1.5em 2em;
	margin: 2em 0 2em 2em;
	border-left: 5px solid #4cb0db;
}

blockquote p {
	color: #fff;
	margin: 0;
}

.title {
	font-family: var(--main-font);
	font-weight: bold;
}

.title span {
	color: #a6e1fa;
}

.hero .title,
.hero .sub-header {
	text-shadow: 2px 2px 2px rgba(0,0,0, .3);
}

.title span {
	color: var(--tertiary-color);
}

.sub-header {
	font-family: var(--secondary-font);
	font-style: italic;
}

body {
	font-family: var(--main-font);
}


p {
	font-family: var(--main-font);
	font-weight: 400;
	line-height: 1.8;

}

li {
	font-family: var(--main-font);
}

.content ul, .content-wrap ul, .content ol, .content-wrap ol, #elay-sidebar-layout-page-container ol, #elay-sidebar-layout-page-container ul {
	padding-left: 3em;
	margin-left: 0;
	padding-bottom: .5em;
	margin-bottom: .5em;
}

.content ul li, .content-wrap ul li, .content-wrap ol li, .content ol li, #elay-sidebar-layout-page-container ul li, #elay-sidebar-layout-page-container ol li {
	font-family: var(--main-font);
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 2;
}

.image-cta .columns:first-child .title {
	color: #fff;
	font-weight: bold;
	font-size: 2.5em;
}

/*-- END TYPOGRAPHY --*/



/**
 * ==============================================
 *  BUTTONS / TAGS
 * ==============================================
 */

a, .button {
	transition: all 0.3s ease;
}

a:hover {
	color: #4cb0db;
}

a[href^=tel]{
	text-decoration:none;
}

a[href^=tel]:hover {

}

.button,
.next-quote-link,
.button:active,
.button:focus,
.eckb-navigation-button,
.dwqa-ask-question a, input[type="submit"] {
	line-height: 1;
	display: inline-block;
	color: #fff;
	font-family: var(--main-font);
	text-transform: uppercase;
	padding: 1em!important;
}

input[type="submit"] {
	background: var(--main-color);
	border: none !important;
}

.button:hover,
.next-quote-link:hover,
.dwqa-ask-question a:hover, input[type="submit"]:hover  {
	color: #fff;
	background: var(--secondary-color)!important;
}

.button.ghost {
	border: 3px solid var(--main-color)!important;
	background: transparent!important;
}

.button.ghost:hover {
	background: var(--secondary-color)!important;
	border-color: var(--secondary-color)!important;
}

.dwqa-ask-question a {
	border: 3px solid var(--main-color)!important;
	color: var(--main-color);
}

.dwqa-ask-question a:hover {
	border: 3px solid var(--secondary-color)!important;
}


.wow:not(.animated) {
	visibility: hidden;
}

.component {
	padding: 2em 0;
}

.component.image-cta,
.component.hero-vertical-ctas,
.component.services-slider {
	padding: 0;
}

.component.has-titles {
	padding-top: 0;
}

.title-wrap {
	padding: 2em 0 1em;
}

.grey {
	background: #f9f9f9;
}

.tml {
	max-width: 100%;
}

.component, .columns, .column {
	position: static;
}

.meta {
	font-size: 1em;
	margin: .3em 0;
	font-weight: normal;
}

.inline-list {
	float: none!important;
	display: inline-block;
}

.inline-list>li {
	float: none;
	display: inline-block;
}

#middle {
	padding: 2em 0;
}

.no-padding {
	padding-top: 0!important;
	padding-bottom: 0!important;
}


.parallax-background .title,
.parallax-background .sub-header,
.parallax-background p {
	color: #fff;
}

.component.hero {
	padding: 15em 0 6em;
}

.component.small-hero {
	padding: 6em 0;
}

.bkg-triangles {
	background: url(images/bkg_triangles.jpg);
}

.bkg-crossword {
	background: url(images/bkg_crossword.jpg);
}

table {
	width: 100%;
}

.widget.CopyRightFootnote {
	margin-top: 1em!important;
	font-size: .8em;
	color: #999;

}

.ghost,
.big-top .button,
.image-cta .button,
.content-right .button,
#custom_html-6 .button {
	background: transparent;
	border: 3px solid var(--main-color);
	color: var(--main-color);
}

.ghost:hover,
.big-top .button:hover {
	color: #fff;
}

.big-top .button {
	color: #fff;
}

.big-top .button:hover {
	background: var(--main-color);
}

.image-cta .button,
.content-right .button,
#custom_html-6 .button {
	color: #fff;
	border-color: #fff;
}

.image-cta .button:hover,
.content-right .button:hover,
#custom_html-6 .button:hover {
	background: var(--main-color);
	border-color: var(--main-color);
	text-decoration: none !important;
}

.wp-pagenavi {
	margin-top: 2em;
}



/*-- END BUTTONS / TAGS --*/




/**
 * ==============================================
 *  UTILITY
 * ==============================================
 */


#utility,
.user-info {
	background: rgba(8, 105, 137, .5);
	padding: .3em 1em;
}

.user-info {
	text-align: right;
	color: #fff;
	padding: .6em 1em;
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: .5px;
}


.user-info a {
	color: var(--tertiary-color);
}

.user-info a:hover {
	color: #fff;
}

.header-top {
	background: #fff;
}

.header-top:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
}


#utility .widget {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	line-height: 1;
}

#utility .widget li {
	display: inline-block;
}

#utility .widget p {
	margin-bottom: 0;
}

#utility a {
	color: #fff;
}

#utility a:hover {
	text-decoration: underline;
}

#utility .anf-social-profiles a {
	color: var(--tertiary-color);
	font-size: 1.3em;
	border-radius: 50%;
}

#utility .anf-social-profiles a:hover {
	background: var(--tertiary-color);
	color: var(--main-color)!important;
}


.utility-slide-out #utility {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

.admin-bar.utility-slide-out #utility {
	top: 32px;
}

.utility-slide-out #utility .row {
}

.utility-toggle {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9999;
}

.admin-bar.utility-slide-out .utility-toggle {
	top: 6px;
}

.inline-component a i {
	color: var(--tertiary-color);
}

.inline-component {
	margin-right: 1em;
}

#utility-2 .inline-component:last-child {
	margin-right: 0;
}

/*-- END UTILITY --*/


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


.header-absolute #header {
	position: absolute;
	width: 100%;
	z-index: 100;
}

.header-wrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#header {
	padding: 1em 0;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#header.stuck {
	position: fixed!important;
	background: #222;

}

#header .logo {
	background: var(--main-color);
	padding: 1em;
	z-index: 999;
	position: relative;
}

#modal-menu {
	background: transparent!important;
	box-shadow: none;
	border: 0;
}

#modal-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#modal-menu ul li {
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
}

#modal-menu ul li ul {
	margin-bottom: 1em;
}

#modal-menu ul li ul li {
	font-size: 1em;
	font-weight: 100;
}

#modal-menu a {
	color: #fff;
	text-transform: uppercase;
}

.header-widgets {
	text-align: right;
	position: relative;
	z-index: 9;
}


.header-widgets span {
	display: block;
}


.header-widgets li:first-child a {
	text-decoration: none;
	color: #90bbff;
	text-transform: uppercase;
	font-weight: bold;
}

.inline-cart-contents,.anf-social-profiles {
	display: inline-block;
	margin-left: 1em;
}

#asea-doc-search-container #asea-section-1 #asea-sub-section-1-1 {
	z-index: 10!important;
}

/*-- END HEADER --*/


/**
 * ==============================================
 *  MENU
 * ==============================================
 */

.primary-navigation {
	float: left;
	position: relative;
	z-index: 9;
	margin-top: 2.5em;
	margin-left: 1em;
}

.mega-menu-link {

}

li.mega-menu-item.mega-menu-clear {
	clear: none!important;
}

.mega-highlight a {
	border: 1px solid #fff!important;
}

.primary-navigation li {
	display: inline-block;
	list-style: none;
	margin-right: 1.3em;
}

.primary-navigation li a {
	color: #fff;
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu {
	width: 145% !important;
}


/*-- END MENU --*/




/**
 * ==============================================
 *  MOBILE BUTTONS
 * ==============================================
 */

.mobile-button-container {
	margin-right: 1em;
	margin-top: 2.5em;
}

.mobile-button {
	text-align: center;
}


.mobile-button p {
	display: none;
}

.mobile-button i {
	line-height: 1;
	font-size: 2.3em;
	color: var(--main-color);
}

.hamburger {
	position: relative!important;
	color: #000;
	margin-top: .8em;
	font-weight: bold;
	font-style: italic;

}

.hamburger__icon,
.hamburger__icon:after,
.hamburger__icon:before {
	background-color: #000;
}

.header-widgets {
	margin-right: 1em;
	padding-top: 2em;
}

.ghost {
	padding: 1em;
}



/*-- END MOBILE BUTTONS --*/




/**
 * ==============================================
 *  OFF CANVAS MENU
 * ==============================================
 */

.off-canvas-menu {
	background: var(--main-color);
	background-size: cover;
}

ul.off-canvas-list li a {
	color: #fff;
	border-bottom: none;
	font-weight: bold;
	padding: 1em 2em;
	font-family: var(--primary-font);
}

ul.off-canvas-list li a:hover,
.off-canvas-menu li.active > a {
	background: var(--secondary-color);
	color: #fff;
}

ul.off-canvas-list li ul li {
	list-style: none;
}

ul.off-canvas-list li ul li a {
	padding: 1em 3em;
}

.off-canvas-list ul li a {
	text-transform: capitalize;
}


.off-canvas-menu li ul li.menu-item-has-children ul li {
	opacity: 0;
	max-height: 0;
	transition: all 0.3s ease;
	visibility: hidden;
}

.off-canvas-menu li ul li.menu-item-has-children > a:after {
	content: "\f0d7";
	font-family: 'fontawesome';
	float: right;
	transition: all 0.3s ease;
}

.off-canvas-menu li.active > a:after {
	transform: rotate(-90deg);
}

.off-canvas-menu li ul li.menu-item-has-children ul li a {
	padding-left: 5em;
}


.off-canvas-menu li ul li.menu-item-has-children.active ul li{
	opacity: 1;
	max-height: 300px;
	visibility: visible;
}
/*-- END OFF CANVAS MENU --*/



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


#more-footer {
	padding: 2em 0;
}

#more-footer .row {
	border-top: 4px solid white;
	padding-top: 2em;
	max-width: 95% !important;
}
#more-footer p {
	line-height: 1.8!important;
	margin-bottom: 1em;
}

#more-footer .info {
	margin-bottom: 0;
}

#more-footer h6 {
	font-size: 1rem;
	margin-bottom: 0;
}

#more-footer p {
	line-height: 1.8!important;
}

#more-footer .inline-component i {
	display: none;
}

#more-footer .inline-component a {
	color: var(--main-color)!important;
	font-weight: bold;
}

#more-footer .inline-component a:hover {
	color: #4cb0db !important;
}


#more-footer .widget {
	margin: .5em;
}


#more-footer .widget {
	margin: 0;
}


#more-footer .inline-component {
	display: inline-block;
	color: #888;
}

#more-footer .inline-component a {
	padding: 0;
	color: #888;
}

/*-- END MORE FOOTER --*/



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

#main-footer {
	padding: 4em 0;
	position: relative;
	background: #0a3d54;
	text-align: center;
}

#main-footer a {
}

#main-footer strong {
	text-transform: uppercase;
}

#main-footer .widget {
	margin-bottom: 0;
	display: block!important;
}

#main-footer a:hover {
	text-decoration: underline;
}

#main-footer .info {
	display: none;
}


#main-footer h6 {
	margin-bottom: 1.5em
}

#main-footer .widget {
}

#main-footer p {
	margin-bottom: 0;
}

.widget_nav_menu li {
	margin-bottom: .2em;
	display: inline-block;
}

.widget_nav_menu a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	margin: 0 .4em;
	text-transform: uppercase;
}

.widget_nav_menu a:hover {
	text-decoration: none!important;
}

#custom_html-8 {
	margin: 3em 0 0!important;
	color: #fff;
	font-size: .8em;
}

#custom_html-6 h2 {
	color: #fff;
	display: inline-block;
	margin: 0;
	margin-right: 1em;
	line-height: 1.4;
	vertical-align: middle;
}

#custom_html-6 {
	margin-bottom: 3em!important;
}

#custom_html-8 a {
	color: #fff;
	text-decoration: underline;
}

#custom_html-8 a:hover {
	text-decoration: none;
}



/*-- END FOOTER --*/


/**
 * ==========================================================================================
 *					END GENERAL STYLING / SITE STRUCTURE
 * ==========================================================================================
 */





/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								SHORTCODE COMPONENTS
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 * 1 - SOCIAL PROFILES
 * 2 - BUSINESS CTA
 * 3 - INLINE COMPONENT
 */

/**
 * ==============================================
 *  SOCIAL PROFILES
 * ==============================================
 */

.anf-social-profiles {
	margin: 0;
}

.anf-social-profiles li {
	display: inline-block;
	margin-right: .5em;
}

.anf-social-profiles li:last-child {
	margin-right: 0;
}

.anf-social-profiles li a {
	display: inline-block;
	background: transparent;
	color: var(--main-color);
	text-align: center;
	width: 1.5em;
	height: 1.5em;
	font-size: 1.8em;
}

.anf-social-profiles li a:hover {
	color: #fff!important;
	background: var(--main-color);
}

#social-profile-buttons-5 {
	margin-top: .4em;
}


/*-- END SOCIAL PROFILES --*/




/**
 * ==============================================
 *  BUSINESS CTA
 * ==============================================
 */

.anf-business-cta .cta,
.anf-business-cta .phone {
	display: inline-block;
	font-size: 1.5em;
}

.anf-business-cta .phone a {
	font-weight: bold;
}

.anf-business-cta .address {
	font-size: .8em;
}

/*-- END BUSINESS CTA --*/


/**
 * ==============================================
 *  INLINE COMPONENT
 * ==============================================
 */

.inline-component {
	display: inline-block;
	color: #fff;
}

.inline-component br,
.inline-component br:after {
	content: '';
}

.inline-component address {
	font-style: inherit;
}

/*-- END INLINE COMPONENT --*/



/**
 * ==============================================
 *  QUOTES COMPONENT
 * ==============================================
 */


.quotes-swiper .th {
	border: 0;
	box-shadow: none;
}

.quotes-swiper .th img {
	border-radius: 999px;
	margin-bottom: 1em;
}

.quotes-swiper  {

}

.quotes-swiper .quote p {

}

.quotes-swiper .author {

}


.quotes-list  {

}

.quotes-list .quote p {

}

.quotes-list .author {

}



/*-- END QUOTES COMPONENT --*/

.blog-feed ul {
	list-style: none;
	margin: 0!important;
	padding: 0!important;
}

.blog-feed li .title {
	font-family: var(--secondary-font);
	font-style: italic;
}

.blog-feed li .title a {
	color: #000;
}

.blog-feed li {
	border-bottom: 6px solid #ddd;
	padding: 2em 0!important;
}


.read-more {
	text-transform: uppercase;
	color: var(--main-color);
}

.read-more:hover {
	color: var(--secondary-color);
}

.read-more:hover:after {
	margin-left: .25em;
}

.blog-feed .category a {
	color: var(--main-color);
}

.blog-feed .category a:hover {
	color: var(--secondary-color);
}

.single-post .title-section .title {
	max-width: 900px;
	line-height: 1.4
}

.single-post .featured-image {
	margin-right: 1em;
}



/**
 * ==========================================================================================
 *					END SHORTCODE COMPONENTS
 * ==========================================================================================
 */





/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								COMPONENTS
 *
 * ==========================================================================================
 * ==========================================================================================
 */


/**
 * ==============================================
 *  TITLE SECTION SECTION
 * ==============================================
 */


.title-section {
	position: relative;
	overflow: hidden;
	padding: 16em 0 3em;
}

.title-section .title,
.title-section .sub-header,
.title-section p {
	text-shadow: 1px 1px 1px rgba(0,0,0, .7);
}
.title-section .title {
	line-height: 1;
	color: #fff;
}

.title-section .sub-header {
	color: #fff;
}

.title-section .content {
	margin-top: 1em;
}

.title-section p {
	color: #fff;
}

.title-section video {
	left: 0;
}

.title-section .outer-video-wrap {
	z-index: 1;
}

.title-section .icon-wrap {
	margin-bottom: 1em;
}

.title-section .th {
	border: 0;
	box-shadow: none;
	margin-bottom: 1em;
}

.title-section .title,
.title-section .sub-header,
.title-section .content,
.title-section .icon-wrap,
.title-section .th,
.title-section .icon-strip {
	z-index: 1;
	position: relative;
}

.icon-strip {
	margin-top: 1em;
	padding: 3em 0 2em;
	background: rgba(0,0,0, .5);
}

.background-swiper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.background-swiper .swiper-container,
.background-swiper .swiper-slide {
	height: 100%;
}

/*-- END TITLE SECTION SECTION --*/



/**
 * ==============================================
 *  SLIDER
 * ==============================================
 */

.swiper-container {
	position: relative;
	z-index: 99;
}

.swiper-container .arrow {
	position: absolute;
	z-index: 999;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2.6em;
	opacity: 0;
	color: #0a6a92;
	display: inline-block;
}

.swiper-container .arrow:hover {
	color: rgba(0,0,0, .7);
}

.swiper-container .arrow.left {
	left: 0em;
}

.swiper-container .arrow.right {
	right: 0em;
}

.swiper-container:hover .arrow {
	opacity: 1;
}

.swiper-container:hover .arrow.left {
	left: .1em;
}

.swiper-container:hover .arrow.right {
	right: .1em;
}

.swiper-container .pagination {
	position: absolute;
	bottom: -2em;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all 0.3s ease;
}
.swiper-container:hover .pagination {
	opacity: 1;
	bottom: 0;
}

.swiper-container .pagination.images ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.swiper-container .pagination.images ul li {
	display: inline-block;
	padding: 0 .4em;
}


.swiper-container .pagination {
	padding: .6em;
	line-height: 1;
	text-align: center;
	z-index: 999;
	position: relative;
}

.swiper-container .swiper-pagination-bullet {
	margin: .3em;
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1!important;
}

.swiper-container .swiper-pagination-bullet-active {
	background: #0297d5;
}

.cta-slider {

}

.cta-slider .sub-header {
	margin-top: .5em;
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
}

.cta-slider .title {
	margin-bottom: .1em;
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
	line-height: 1;
	font-weight: bold;
	letter-spacing: 2px;
}

.hero-slider .inner .columns {
	padding: 2em;
}


.hero-slider .title,
.hero-slider .sub-header {
	font-size: 1em;
	color: #fff;
	margin-bottom: 0.8em;
}

.hero-slider .title {

}

.hero-slider .title em {
	text-transform: lowercase;
}

.hero-slider .button {
	display: none;
}

.hero-slider .content,
.hero-slider .content p {
	color: #fff;
}

.hero-slider .content {
	margin-bottom: 1em;
}

.hero-slider .inner {
	padding: 24em 0 0;
	margin-bottom: 0!important;
	z-index: 99;
	position: relative;
}

.carousel-wrap {
	padding: 1em;
	border: 5px solid #e9e9e9;
}

.carousel img {
	width: 100%;
}



/*-- END SLIDER --*/



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

.service-area > .content-wrap p {
	line-height: 1.6;
	text-transform: uppercase;
	font-weight: bold;
}


.service-area .item .title {
	padding: .2em 0 .0;
}

.service-area .button {
	border: 0;
	width: 100%;
}


.service-area .sub-header {
	margin-bottom: 0;
	margin-top: 1em;
}

.service-area .item {
	margin-bottom: 3em;
}

.service-area .th {
	border: none;
	box-shadow: none;
}

.service-area .title-wrap .title {
}


.service-area .th {
	width: 100%;
	margin-bottom: 1em;
}
.service-area img {
	width: 100%;
}

.service-area .content-wrap {
	position: relative;
}

.service-area .button {
	background: transparent;
	color: var(--main-color);
	padding: 1em;
	text-align: right;
}

.service-area .button:after,
.read-more:after {
	content: " \279C";
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-area li {
	padding: 0;
}

.service-area .inner {
	padding: 1.5em 2.4em;
	color: #fff;
	border-left: 1px solid #ddd;
	min-height: 220px;
}


.service-area .title {
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
}

.service-area .features .row {
	max-width: 95%;
}

.service-area p {
	font-family: var(--secondary-font);
	font-style: italic;
}

.service-area li:nth-child(1) .inner {
	background: #ca4622;
}

.service-area li:nth-child(2) .inner {
	background: #ca8922;
}

.service-area li:nth-child(3) .inner {
	background: #b29f81;
}

.service-area li:nth-child(4) .inner {
	background: #086993;
}

.service-area li:nth-child(5) .inner {
	background: #4cb0db;
	border-right: 1px solid #ddd;
}

.service-area li:nth-child(5) .buttons {
	border-right: 1px solid #ddd;
}



.service-area .buttons {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.service-area .button {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-area .button:hover {
	background: #086993;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-area .button:hover:after {
	margin-left: 1em;
}



/*-- END SERVICES --*/



/**
 * ==============================================
 *  VIDEO BACKGROUND
 * ==============================================
 */

.outer-video-wrap video {
	left: 0;
}

.has-video {
	overflow:hidden;
	position: relative;
}


/*-- END VIDEO BACKGROUND --*/



/**
 * ==============================================
 *  CALLOUT
 * ==============================================
 */

.callout {
	padding: 2em 0;
}

.callout .title {
	margin: 1em 0;
}

.callout .button {

}

.callout .button:hover {
}

/*-- END CALLOUT --*/



/**
 * ==============================================
 *  IMAGE CTA
 * ==============================================
 */

.image-cta .row {
	max-width: 100%;
}

.image-cta .columns {
	padding: 5em 3em;
	position: relative;
	min-height: 500px;
}

.image-cta .columns:last-child {
	background: #f9f7f3;
}

.image-cta .buttons {
	margin-top: 1em;
}

.image-cta .title {
	margin-bottom: .5em;
}

.image-cta .sub-header {
	margin: 1em 0;
}


.image-cta .content p{
	margin-bottom: 1.7em;
}

.image-cta .inner {
	max-width: 530px;
}

.image-cta.image-right .inner {
	float: right;
}

.image-cta.bkg-black .columns:last-child {
	background: #000!important;
}



/*-- END IMAGE CTA --*/


/**
 * ==============================================
 *  DUAL IMAGE CTA
 * ==============================================
 */

.dual-image-cta .wrap {
	text-align: center;
	padding: 9em 0;
	background: rgba(0,0,0, .8);
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dual-image-cta .wrap:hover {
	background: rgba(0,0,0, .2);
}

.dual-image-cta .columns {
	overflow: hidden;
	position: relative;
}

.dual-image-cta .background {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.dual-image-cta .columns:hover .background.hover-zoomin {
	left: -5em;
	right: -5em;
}

.dual-image-cta .background.hover-zoomout {
	left: -5em;
	right: -5em;
}

.dual-image-cta .columns:hover .background.hover-zoomout {
	left: 0;
	right: 0;
}


/*-- END DUAL IMAGE CTA --*/




/**
 * ==============================================
 *  ALERT CALLOUTS
 * ==============================================
 */

.alerts {
	background: #111;
	padding: 1em 0;
	border-bottom: 2px solid #ddd;
}

.alerts img {
	margin-right: .6em;
}

.alerts-slider {
	display: inline-block;
	list-style: none;
	line-height: 1;
	color: #fff;
	margin: 0;
	padding: 0;
}

.alerts-slider li {
	display: none;
	height: 30px;

}

.alerts-slider li p {
	margin: 0;
}

/*-- END ALERT CALLOUTS --*/




/**
 * ==============================================
 *  ONE COLUMN CONTENT SECTION
 * ==============================================
 */


.one-column-section.small-content .content {
	max-width: 500px;
}

.single-cta p {
	margin-bottom: 0;
}

.single-cta .content {
	margin-bottom: 0;
}

.single-cta p {

}

.one-column-section {
	position: relative;
}

.overbox {
	text-align: center;
	background: #000;
	position: relative;
	z-index: 23!important;
}

.overbox p {
	color: #fff;
}


.hero .sub-header:before {
	border-left: 4px solid var(--secondary-color);
	content: '';
	padding-right: 1em;
}

.hero .title-wrap {
	max-width: 700px;
	margin-left: 3%;
}



.content-right .title-wrap,
.content-right .content-wrap {
	text-align: center;
	background: rgba(8,105,147, .6);
	max-width: 600px;
	margin-left: auto;
}

.content-right .title {
	font-weight: bold;
}

.content-right .content-wrap p{
	font-family: var(--secondary-font);
	font-style: italic;
	font-size: 1.4em;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.content-right .title-wrap {
	padding-bottom: 0;
}

.content-right .content-wrap {
	padding-bottom: 4em;
}



/*-- END ONE COLUMN CONTENT SECTION --*/




/**
 * ==============================================
 *  TWO COLUMNS CONTENT SECTION
 * ==============================================
 */


/*-- END TWO COLUMNS CONTENT SECTION --*/



/**
 * ==============================================
 *  IMAGE CAROUSEL
 * ==============================================
 */

.image-carousel .row {
	padding-top: 2em;
	padding-bottom: 2em;
}

.image-carousel .wrap img {
	width: 100%;
}

.image-carousel .swiper-slide {
	opacity: .4;
	width: 100%;
}

.image-carousel .swiper-slide-active {
	opacity: 1;
}

.image-carousel .arrow i {
	color: rgba(0,0,0, .3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.image-carousel .arrow:hover i {
	color: rgba(0,0,0, .6);
}

.image-carousel .arrow {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.image-carousel .arrow.left {
	left: 20%;
}

.image-carousel .arrow.right {
	right: 20%;
}

.image-carousel:hover .arrow.left {
	left: 30%;
}

.image-carousel:hover .arrow.right {
	right: 30%;
}


/*-- END IMAGE CAROUSEL --*/


/**
 * ==============================================
 *  MAP COMPONENT
 * ==============================================
 */

.component.map .cta {
	background: #efefef;
	color: #fff;
	padding: 2em 0;
}

.component.map .content {
	display: block;
	margin:0 0 1em;
}

.component.map img,
.map-cta img {
	margin-bottom: 1em;
}

/*-- END MAP COMPONENT	 --*/



/**
 * ==============================================
 *  RECENT NEWS
 * ==============================================
 */

.recent-news {
	padding: 2em 0;
}

.recent-news .inner {
	padding: 1em 0;
}

.recent-news .image-wrap {
	margin-bottom: 1em;
}

.recent-news .title-wrap {
	padding: 0 0 1em;
}



/*-- END RECENT NEWS --*/



/**
 * ==============================================
 *  PARALLAX SECTION
 * ==============================================
 */

.parallax-section {
	padding: 2em 0;
}

.parallax-section .title,
.parallax-section .sub-header,
.parallax-section .content {
	color: #fff;
}


.hero.parallax-section {
	padding-top: 5em;
	padding-bottom: 8em;
	position: relative;
}

.hero.parallax-section .title-wrap {
	z-index: 10;
	position: relative;
}



.parallax-section .sub-header {
	margin: 1em 0 0;
	font-style: normal;
}



/* content-left support class */

.parallax-section.content-left {
	padding-top: 4em!important;
	padding-bottom: 0!important;
}
.parallax-section.content-left .title-wrap {
	padding: 1em 2em;
	max-width: 600px;
	position: relative;
	text-align: right;
}

.parallax-section.content-left .content-wrap {
	max-width: 600px;
}


.parallax-section.content-left .title-wrap .title,
.parallax-section.content-left .title-wrap .sub-header {
	color: #fff;
}

.parallax-section.content-left .content-wrap {
	padding: 3em;
}



.parallax-section.content-left ul {
	list-style: none;
	margin: 0;
}

.parallax-section.content-left ul li {
	line-height: 2.3;
}

/* content-right support class */
.parallax-section.content-right .title-wrap,
.parallax-section.content-right .buttons,
.parallax-section.content-right .content-wrap {
	max-width: 600px;
	margin-left: auto;
}
.parallax-section.content-right .title-wrap {
	padding: 3em 2em;
}

.parallax-section.content-right:not(.hero) .title-wrap {
	padding-bottom: 0;
}

.parallax-section.content-right .buttons {
	padding: 2em 2em;

}

.parallax-section.content-right .title {
	line-height: 1.5;
	position: relative;
}


.parallax-section.content-right .title:after {
	content: '';
	width: 200px;
	display: block;
	margin: .5em 0;
}

.parallax-section.content-right .sub-header {
	font-weight: normal;
	text-transform: none;
	text-transform: uppercase;
}

.parallax-section.content-right .content-wrap {
	padding: 0 2em;
}

.parallax-section p,
.parallax-section .content {
	margin: 0!important;
}

.parallax-section img {
	margin: 0;
}


/*-- END PARALLAX SECTION --*/



/**
 * ==============================================
 *  WOOCOMMERCE CAROUSEL
 * ==============================================
 */

.woocommerce-carousel {
	padding: 2em 0;
}


.woocommerce-carousel .row {
	max-width: 100%;
}

.woocommerce-carousel .title {
	margin-bottom: 1em;
}


.woocommerce-carousel .swiper-container .arrow {
	color: #ffcc33;
	border: 1px solid;
	padding: 0 .4em;
	width: 65px;
	height: 65px;
	border-radius: 50%;
}

.woocommerce-carousel .swiper-container .arrow:hover {
	color: rgba(0,0,0, .5);
}

.woocommerce-carousel .arrow {
	top: 35%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.woocommerce-carousel .swiper-container {
	padding-bottom: 2.5em;
}

.woocommerce-carousel .inner {
	margin: 0 .5em;
}


.woocommerce-carousel .price {

}

.woocommerce-carousel .category-link {
}

.woocommerce-carousel .category-link a {

}

.woocommerce-carousel .category-link a:hover {
	text-decoration: underline;
}


/*-- END WOOCOMMERCE CAROUSEL --*/


/**
 * ==============================================
 *  RECENT CONTENT
 * ==============================================
 */

.recent-content {
	padding: 2em 0;
}

.recent-content,
.recent-content .columns {
	position: relative;
}

.recent-events .wrap > .title,
.recent-posts .wrap > .title {
	margin-bottom: .5em;
}

.recent-events-list {
	margin: 0;
	list-style: none;
}

.recent-events-list li {
	margin-bottom: 1em;
}

.recent-events-list li img {
	width: 40px;
}

.recent-events-list li .th {
	margin-right: .5em;
}

.recent-events-list li .title {

}

.recent-events-list li .date {
	display: inline;
}

.recent-events-list li .venue {
	display: inline-block;
}

.recent-events-list li .venue:before {
	content: '\b7';
	font-weight: bold;
}

.recent-events-list li .date.time .start-date {
	display: block;
}

.recent-events-list li .date.time .start-time,
.recent-events-list li .date.time .end-time {
	font-weight: 100;
}

.recent-content .img-wrap {
	margin-bottom: .5em;
}

.recent-content .inner .title {
	margin-bottom: .5em;
}

.recent-content .swiper-container {
	padding-bottom: 1.5em;
}

.recent-content .swiper-container .arrow {
	color: rgba(0,0,0, .5);
}

.recent-content .swiper-container .arrow:hover {
	color: rgba(0,0,0, .8);
}

/*-- END RECENT CONTENT --*/


/**
 * ==============================================
 *  SERVICES SLIDER
 * ==============================================
 */

.services-slider .slider-control {
	padding: 2em 0;
	background: #fff;
}

.services-slider .slider-control ul li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.services-slider .title {
	margin-bottom: 1em;
}

.services-slider .sub-header {
	margin-bottom: 2em;
}

.services-slider .slider-control a {
	display: block;
	padding: 2em 0;
	position: relative;
	border-bottom: 3px solid #e6e6e6;
	text-transform: uppercase;
}

.services-slider .slider-control a.active {
	color: #181818;
	border-bottom: 3px solid #acdc8d;
}


.services-slider .swiper-container {
	padding: 2em 0;
	background: #fff;
}

.services-slider .swiper-container .arrow {
	color: rgba(0,0,0, .4);
}

.services-slider .swiper-container .arrow:hover {
	color: rgba(0,0,0, .8);
}

.services-slider .swiper-container .columns {
	box-sizing: border-box;
}


.services-slider .buttons {
	margin-bottom: 2em;
}


.services-slider .slider-control,
.services-slider .swiper-container {
	margin-left: 2em;
	margin-right: 2em;
}

.services-slider .swiper-container h4.title {
	font-size: 2em;
	margin-bottom: 0;
}


/*-- END SERVICES SLIDER --*/

/**
 * ==============================================
 *  HERO POSTS AREA
 * ==============================================
 */

.hero-post-area .swiper-container {
	box-sizing: border-box;
}
.hero-post-area .inner {
	background: rgba(0,0,0, .5);
	margin-top: 8em;
	padding: 1em;
	box-sizing: border-box;
}

.hero-post-area .meta,
.hero-post-area .title {
	color: #fff;
	line-height: 1;
}

.hero-post-area .wrap {
	position: relative;
}

.secondary-category .img-wrap {
	margin-bottom: 1em;
}

.secondary-category .title {
	margin-bottom: 1em;
}

.category-title {
	background: #181818;
	color: #fff;
	padding: .5em;
}

/*-- END HERO POSTS AREA --*/



/**
 * ==============================================
 *  CATEGORY FEED
 * ==============================================
 */

.category-feed .meta {
	font-size: .7rem;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;

}

.category-feed .title-wrap .title {
	text-align: center;
	position: relative;
	vertical-align: middle;
	line-height: 1;
	margin-bottom: 1em;
}

.category-feed .title-wrap .title:before {
	position: relative;
	vertical-align: middle;
	line-height: 1;
	display: inline-block;
	margin-right: .5em;
}

.category-feed .title-wrap .button {
	position: relative;
	top: -3em;
}

.category-feed .inner .title {
	font-weight: normal!important;
}


.category-feed .title-wrap {
	padding-bottom: 0;
}


.category-feed .wrap .title {
	font-weight: bold;
	margin-bottom: 1em;
}

.category-feed .button {
	background: #fff;
	border-radius: 50%;
}

.category-feed .button:hover {
	background: #222;
}

.category-feed .th {
	padding: 0;
	box-shadow: none;
	border: none;
	position: relative;
	width: 100%;
}

.category-feed .taxonomy-label {
	position: absolute;
	top: 0;
	left: 1em;
	padding: 1em;
	z-index: 1;
}

.category-feed img {
	width: 100%;
}

.cf-small-1 .swiper-slide{
	width: 100%;
}

.category-feed .wrap {
	position: relative;
}

.category-feed .inner{
	text-align: left;
	padding: 1em;
}


/*-- END CATEGORY FEED --*/


/**
 * ==============================================
 *  HERO VERTICAL CTAS
 * ==============================================
 */

.hero-vertical-ctas,
.hero-vertical-ctas .title {
	color: #fff;


}

.hero-vertical-ctas .title {
	line-height: 1;
	margin-bottom: .5em;
}

.hero-vertical-ctas .title em {
	font-style: normal;
	display: block;
	line-height: 2;
}

.hero-vertical-ctas .wrap {
	padding: 5em 2em;
	margin-top: 3em;
	margin-bottom: 3em;
}


.hero-vertical-ctas .inner {
	padding: 3em;
	background: rgba(0,0,0, .5);
}

.hero-vertical-ctas .content p {
	color: #fff;
}

.hero-vertical-ctas .wrap {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hero-vertical-ctas .content,
.hero-vertical-ctas .buttons {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


/*-- END HERO VERTICAL CTAS --*/



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

.portfolio-feed .title-wrap,
.portfolio-feed .buttons {
	text-align: center;
}

.portfolio-feed .wrap {
	position: relative;
	overflow: hidden;
}

.portfolio-feed .th {
	border: 0;
	outline: 0;
}

.portfolio-feed {
	background: #03294e;
}

.portfolio-feed .title,
.portfolio-feed .sub-header {
	color: #fff;
}

.portfolio-feed .title-wrap .title {
	font-weight: bold;
	text-transform: uppercase;
}

/*-- END PORTFOLIO FEED --*/


/**
 * ==============================================
 *  MODAL POPUPS
 * ==============================================
 */

.component.modal-popups,
.component.modal-popups .columns {
	position: static;
}

.modal-popups .reveal-modal img {
	width: 100%;
}



/*-- END VIDEO FEED --*/



/**
 * ==========================================================================================
 *					END COMPONENTS
 * ==========================================================================================
 */





/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								PAGE STYLING
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 */


/**
 * ==============================================
 *  DEFAULT PAGE TEMPLATE
 * ==============================================
 */


/*-- END DEFAULT PAGE TEMPLATE --*/



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


.blog .meta i,
.single .meta i {
	margin-left: 1em;
}

.blog .meta span:first-child i,
.single .meta span:first-child i {
	margin-left: 0;
}

.blog .featured-image,
.single .featured-image {
	padding-bottom: .5em;
}



.featured .wrap img {
	width: 100%;
}

.featured .wrap {
	position: relative;
}

.featured .caption {
	position: absolute;
	bottom: 0;
	padding: 1em;
	left: 0;
	right: 0;
	background: rgba(0,0,0, .8);
}

.featured .caption .date {
	color: #fff;
	text-transform: uppercase;
}

.featured .caption .title a {
	color: #fff;
}


.featured .caption a {
	color: #fff;
}

.featured .caption i {
	margin-left: 0;
}

.featured .caption p {
	color: #fff;
}

.featured {
	margin-bottom: 1em;
}

.blog-grid .wrap {
	position: relative;
}

.blog-grid .taxonomy-label {
	position: absolute;
	bottom: 1em;
	left: 0;
	padding: .5em;
	background: rgba(0,0,0, .8);
	color: #fff;
}

.blog-grid .taxonomy-label a {
	color: #fff;
}

.blog-grid .date {
	text-transform: uppercase;
	margin: .5em 0;
	font-size: .8em;
}

.blog-grid .title {
	margin-bottom: .5em;
}


.blog-grid i {
	margin-left: 0!important;
}


/*-- END BLOG --*/



/**
 * ==========================================================================================
 *					END PAGE STYLING
 * ==========================================================================================
 */




/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								WOOCOMMERCE STYLING
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 */



/**
 * ==============================================
 * GENERAL
 * ==============================================
 */

.woocommerce-breadcrumb {
	margin-bottom: 1em;
}

.woocommerce-message {
	padding: 1em;
	margin: 0 0 1em;
	border: 1px solid #ddd;
	background: #f9f9f9;
}

.woocommerce-message .button {
	margin-right: 1em;
}

.onsale {
	position: absolute;
	background: #181818;
	padding: .4em 1.3em;
	color: #fff;
}

.woocommerce .star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: star;
	margin: 0 auto 1em;
}

.woocommerce .star-rating:before {
	content: "\73\73\73\73\73";
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.woocommerce .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.woocommerce .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

.product .sub-header {
	text-align: center;
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}


.product .inner {
	position: relative;
	display: block;
	border: 4px solid #ffcc33;
}

.product .inner img {
	width: 100%;
}

.product .wrap {
	display: block;
	padding: 1em 0;
}

.product .bottom {
	display: none;
}

.woocommerce-info {
	border: 1px solid #ddd;
	background: #f9f9f9;
	padding: 1em;
	margin: 0 0 1em;
}

.woocommerce table {
	width: 100%;
}

.product .wrap {
	position: absolute;
	display: relative;
	top: 40%;
	left: 0;
	right: 0;
}

/*-- END GENERAL --*/




/**
 * ==============================================
 *  PRODUCT DETAIL
 * ==============================================
 */

.single-product .product_title {
	margin: 0;
}

.single-product .woocommerce-product-rating {
	margin: 0 0 1em;
}

.single-product .price {
	font-size: 1.2em;
}

.single-product .quantity {
	max-width: 80px;
	display: inline-block;
}

.single-product .thumbnails {
	margin-top: 1em;
	margin-bottom: 1em;
}

.single-product .thumbnails li img {
	width: 100%;
}

.single-product .woocommerce-product-rating .star-rating {
	margin: .5em 4px 0 0;
	float: left;
}

.single-product .woocommerce-review-link {
	margin-top: .3em;
	display: inline-block;
}

.single-product .variations {
	border: 0;
	width: 100%;
}

.single-product .variations .label,
.single-product .variations .value {
	padding: .5em;
	display: table-cell;
	line-height: 1.125rem;
	background: 0;
}

.single-product .variations .label {
	vertical-align: top;
}

.single-product .variations select {
	margin: 0;
}

.single-product .woocommerce-tabs {
	margin: 0 0 2em;
}

.single-product .woocommerce-tabs .tabs {
	list-style: none;
}

.single-product .woocommerce-tabs .tabs li {
	display: inline-block;
}

.single-product .woocommerce-tabs .tabs li a {
	padding: .67em 1.1em;
	display: inline-block;
	border: 1px solid #ddd;
	border-bottom: 0;
	color: #ccc;
}

.single-product .woocommerce-tabs .tabs li a:hover {
	background: #f9f9f9;
}

.single-product .woocommerce-tabs .tabs li.active a {
	background: #666;
	color: #fff;
	border: 1px solid #999;
	border-bottom: 0;
}

.single-product .woocommerce-tabs .tabs li.active a:hover {
	background: #181818;
}

#reviews .avatar {
	float: left;
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
	width: 70px;
}

#reviews .comment-text {
	margin-left: 90px;
}

#reviews .star-rating {
	margin: 0 0 .5em;
}


/*-- END PRODUCT DETAIL --*/



/**
 * ==============================================
 *  PRODUCT / SHOP ARCHIVE
 * ==============================================
 */

.woocommerce-pagination .page-numbers {
	list-style: none;
	text-align: center;
	margin: 0;
}

.woocommerce-pagination .page-numbers li {
	display: inline-block;
}

.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li .current {
	display: inline-block;
	border: 1px solid #ddd;
	width: 2.5em;
	padding: .5em 0;
	text-align: center;
	margin: 0 .4em
}

.woocommerce-pagination .page-numbers li .current {
	border: 0;
	padding: 0;
	width: auto;
}

.woocommerce-pagination .page-numbers li a:hover {
	background: #181818;
	color: #fff;
}

/*-- END PRODUCT / SHOP ARCHIVE --*/



/**
 * ==============================================
 *  CHECKOUT
 * ==============================================
 */

.woocommerce .shop_table img {
	width: 50px;
	border: 1px solid #ddd;
	padding: 3px;
	background: #fff;
}

.woocommerce .shop_table .variation,
.woocommerce .shop_table .variation p {
	margin: 0;
}

.woocommerce .shop_table .variation {
	font-size: .65em;
}

.woocommerce .shop_table .variation p {
	font-size: 1em;
}
.woocommerce .shop_table .variation dt,
.woocommerce .shop_table .variation dd {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.payment_methods {
	list-style: none;
	margin: 0 0 1em;
}

.payment_methods li {
	vertical-align: bottom;
}

.payment_methods label {
	font-weight: bold;
}

.payment_methods .payment_box p{
	font-size: .9em;
}

.coupon .button {
	margin-left: -120px;
	float: right;
}

#coupon_code {
	float: left;
	width: calc(100% - 150px);
	max-width: auto;
	margin-right: 120px;
}

.coupon:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.woocommerce-error {
	padding: 1em;
	border: 1px solid #ff9999;
	margin: 0 0 1em;
	list-style: none;
	background: #ffdddd;
	font-size: .9rem;
}

ul.order_details {
	padding: 1em;
	border: 1px solid #66aa66;
	margin: 0 0 1em;
	list-style: none;
	background: #eeffee;
	font-size: .9rem;
}


/*-- END CHECKOUT --*/



/**
 * ==============================================
 *  MY ACCOUNT PAGE
 * ==============================================
 */

.woocommerce .myaccount_user {
	border: 1px solid #ddd;
	padding: 1em;
	background: #f9f9f9;
}
.woocommerce .address h3 {
	display: inline-block;
}
.woocommerce .edit {
	font-weight: normal;
	font-size: .9em;
	margin: 0 .4em;
}

.woocommerce .address {
	margin-bottom: 2em;
}

.account-sidebar h3 {
	margin-bottom: .8em;
}

.account-sidebar ul {
	margin: 0;
	list-style: none;
	border-top: 1px solid #dfdfdf;
}

.account-sidebar ul li a {
	display: block;
	padding: .4em 1em;
	border-bottom: 1px solid #dfdfdf;
}

.account-sidebar ul li a:hover {
	background: #181818;
	color: #fff;
}

/*-- END MY ACCOUNT PAGE --*/




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

.portfolio-navigation select {
	margin-bottom: 0;
}

.portfolio-navigation {
	padding-bottom: 3em;
}

.portfolio-navigation .view-list a {
	padding: 0 .3em;
}

.portfolio-navigation .view-list a:hover {
	background: #999;
	color: #fff;
}

.portfolio-navigation .view-list .selected {
	background: #181818;
	color: #fff;
}

.portfolio-navigation .meta {
	margin-top: .8em;
}

.portfolio-navigation .view-list {
	margin-top: .5em;
	margin-bottom: 0;
}

.list-view .row {
	padding-bottom: 2em;
}

.masonry-view .caption {
	padding: 1em;
}

.masonry-view .grid {
	background: #fff;
}

/*-- END PORTFOLIO --*/



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

.header-parallax-section {
	padding: 12em 0 7em;
	position: relative;
	overflow: hidden;
}

.header-parallax-section .slide-content {
	z-index: 2!important;
	position: relative;
}

.content-right .slide-content {
	max-width: 400px;
	margin-left: auto;
	text-align: center;
}
.header-parallax-section .sub-header,
.header-parallax-section .title {
	color: #000!important;
}

.header-parallax-section .content p {
	color: #181818;
}

.header-parallax-scene {
	position: absolute!important;
	top: 0!important;
	bottom: 0!important;
	left: 0!important;
	right: 0!important;
	width: 100%;
	margin: 0!important;
	z-index: 1!important;
}

.header-parallax-scene .layer {
	position: absolute!important;
}

#header-slide-navigation {
	position: fixed;
	z-index: 999;
	background: rgba(255,255,255, .4);
	right: 0;
	top: 50%;
	padding: .5em;
}

#header-slide-navigation li {
	padding: 0;
	list-style: none;
	font-size: .4em;
	line-height: 1;
}

#header-slide-navigation li a {
	padding: 1em .5em;
	display: block;
	line-height: 1!important;
}

/*-- END HEADER SLIDES --*/


/**
* ==============================================
*  FEATURED MEDIA
* ==============================================
*/

.featured-media {
	position: relative;
	padding: 0!important;
}

.featured-media .item .wrap {
	position: relative;
	min-height: 300px;
}

.featured-media .swiper-container,
.featured-media .swiper-slide {
	min-height: 300px;
	height: 100%;
}

.featured-media .item {
	position: relative;
	height: 100%;
	margin-bottom: 1em;
}

.featured-media .inner {
	position: absolute;
	bottom: 0;
	padding: .5em;
	z-index: 100;
}

.featured-media .inner .title {
	color: #fff;
}

.featured-meda .title {}


/*-- END FEATURED MEDIA --*/


.online-learning {
	background: var(--secondary-color);
	background-size: cover;
	padding: 3em;
}

.online-learning h3 {
	color: #fff;
	font-family: var(--secondary-font);
	font-style: italic;
}

.online-learning h5 {
	color: #fff;
	background: var(--main-color);
	padding: 1em;
	margin: 0;
}

.online-learning .button {
	width: 100%;
	text-align: right;
	background: #fff;
	color: var(--main-color);
	margin: 0!important;
}

.online-learning .button:hover {
	background: var(--tertiary-color);
	color: #fff;
}

.online-learning .button:after {
	content: " \279C";
}

.online-learning .item {
	margin-bottom: 2em;
	display: block;
}

.online-learning .item:last-child {
	margin-bottom: 0;
}

.events-calendar {
	border: 4px solid #ddd;
	padding: 2em;
	background: #fff;

}

.negative-bottom {
	z-index: 99;
	position: relative;
}

.events-calendar ul {
	margin-bottom: 2em!important;
}



.events-calendar ul li {
	margin-bottom: 2em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2em;
}

.events-calendar ul li:last-child {
	margin-bottom: 0;
}

.events-calendar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.events-calendar ul li:after {
	clear: left;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
}

.date-circle {
	background: var(--secondary-color);
	border-radius: 50%;
	float: left;
	width: 4.5em;
	height: 4.5em;
	text-align: center;
	color: #fff;
	font-weight: 100!important;
	padding: .5em;
}

.date-circle .day {
	font-size: 1.4em;
	line-height: 1;
}

.date-circle .month {
	line-height: 1;
}

.events-calendar .date, .events-calendar .location {
	display: block;
	line-height: 1.5;
	font-size: 1em;
	font-weight: 100;
	color: var(--main-color);
	font-size: 1.1em;
}

.events-calendar .title {
	font-family: var(--secondary-font);
	color: #000;
	margin: 0;
}

.events-calendar .content-wrap {
	margin-left: 6em;
}

.tribe-events-list .tribe-events-loop .tribe-events-event-image {
	width: 100% !important;
}

#menu-sidebar-menu {
	padding: 0!important;
	margin: 0!important;
}

#menu-sidebar-menu li {
	padding: 0;
	margin: 0;
	display: block;
}


#menu-sidebar-menu a {
	background: #000;
	text-decoration: none;
	padding: 1em ;
	margin: 0;
	display: block;
	position: relative;
}

#menu-sidebar-menu a:after {
	background: #fff;
	content: "\279C";
	color: var(--main-color);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: calc(100% - 3.5em);
	padding: 1em;
	text-align: center;
	border: 1px solid #ddd;
}

#menu-sidebar-menu li:nth-child(1) a {
	background: #ca4622;
}

#menu-sidebar-menu li:nth-child(2) a {
	background: #ca8922;
}

#menu-sidebar-menu li:nth-child(3) a {
	background: #b29f81;
}

#menu-sidebar-menu li:nth-child(4) a {
	background: #086993;
}

#menu-sidebar-menu li:nth-child(5) a {
	background: #4cb0db;
}


#main-sidebar h3 {
	font-size: 1.5em;
	color: #000;
}

#main-sidebar h3:after {
	display: none;
}

.widget_recent_entries ul {
	background: #f0f0f0;
	padding: 1em 1.5em 1.5em;
	border-bottom: 3px solid var(--main-color);
}

.widget_recent_entries ul li {
	border-bottom: 1px solid #ddd;
	padding: 1em 0;
}

.widget_recent_entries ul li a {
	font-family: var(--secondary-font);
	font-style: italic;
	color: #000;
}

.widget_recent_entries .post-date {
	display: block;
	color: var(--main-color);
	text-transform: uppercase;
	font-size: .9em;
	margin-top: .4em;
}

.upcoming_events {
	background: #0a3d54;
	padding: 1.5em;
	border-bottom: 5px solid #4cb0db;
}

.upcoming_events h5 {
	color: #fff;
	font-family: var(--secondary-font);
	font-style: italic;
	text-transform: none;
	margin: 0;
}

.upcoming_events .event_time {
	color: #4cb0db;
}

.upocming_events ul {

}
.upcoming_events li {
	padding: 1.5em 0;
	border-bottom: 1px solid #547888;
}

.view_all {
	text-align: right;
	margin-top: 1em;
}

.view_all a {
	color: #fff;
	text-transform: uppercase;
}

.view_all a:hover {
	text-decoration: underline;
}

.view_all a:after {
	content: " \279C";
}

.error404 #middle {
	padding-top: 10em;
}

#searchform .button {
	background: var(--main-color);
}

#searchform .button:hover {
	background: var(--secondary-color);
}

.search-count {
	padding: 1em 0;
}

.post-item {
	border-top: 1px solid #ddd;
	padding: 2em 0;
}

.post-item:last-child {
	border-top: 1px solid #ddd;
}

.posts-wrapper hr {
	margin: 0;
}

.search-info {
	margin-bottom: 1em;
}

.title-section .content,
.title-section h4 {
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0,0,0, .4);
}

.blog-feed .th {
	float: left;
	width: 100px;
	padding: 0;
	border: 0;
	box-shadow: none;
	margin-right: 1em;
}

.tribe-mini-calendar thead td {
	background-color: #f2f2f2!important;
	border: 0!important;
	padding: 1em;
}
.tribe-mini-calendar-nav span {
	color: #000!important;
}

.tribe-mini-calendar thead th {
	background-color: #f2f2f2!important;
	color: #000;
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: .5em 0;
}

.tribe-mini-calendar-nav-link span {
	color: #ccc!important;
	font-size: 2em!important;
	position: relative;
	top: 3px;
}

.tribe-mini-calendar .tribe-events-present,
.tribe-mini-calendar td.tribe-events-has-events {
	background: #8dc63f!important;
}

.tribe-mini-calendar .tribe-events-has-events:hover a:hover {
	background: #534740!important;
}

.tribe-mini-calendar-event .list-date .list-dayname,
.tribe-mini-calendar-event .list-date {
	background: #8dc63f!important;
	color: #fff!important;
}

.tribe-mini-calendar-event .list-info h2 a {
	font-family: "Copse";
	color: #534740!important;
}

.tribe-mini-calendar-wrapper {
	padding: 1em;
	background: #f2f2f2 ;
}

.tribe-mini-calendar-event {
	border-bottom: 0!important;
}

.event-feed .row {
	margin: 0;
}

.post-type-archive-tribe_events .tribe-address {
	display: none;
}
.events-list .tribe-events-loop {
	max-width: 100%!important;
}

#tribe-events-pg-template, .tribe-events-pg-template {
	max-width: 100%!important;
}

.type-tribe_events .row {
	max-width: 1300px !important;
	margin: auto !important;
}

#asea-doc-search-container #asea-section-1 #asea-search-title {
    color: #fff !important;
}

.eckb-kb-template {
	max-width: 100%!important;
	padding: 0!important;
}
#elay-sidebar-layout-page-container.elay-sidebar-template,
#epkb-main-page-container.epkb-basic-template .epkb-full #epkb-content-container {
	max-width: 100%!important;
	margin: 0 auto!important;
}

.elay-section-container,
.epkb-section-container {
	max-width: 1300px!important;
	margin: 0 auto;
}

.eckb-article-toc__inner {
	display: none;
}
#elay-sidebar-layout-page-container.elay-sidebar-template .section_medium_shadow {
	box-shadow: none!important;
}



#qa-sidebar h6 {
	background: #086993;
	margin: 0 0 .5em;
	padding: .5em;
	color: #fff;
}

#qa-sidebar ul {
	list-style: none;
	margin: 0;
}

#qa-sidebar ul li {
	border-bottom: 1px solid #eee;
	padding: .5em;
}

#qa-sidebar .item {
	margin-bottom: 2em;
	border: 1px solid #ddd;
}

.section-head.section_divider,
.elay_section_heading.sidebar_section_divider {
	border-radius: 0!important;
	background: #086993!important;
	color: #fff!important;
}

.section-head.section_divider span,
.elay_section_heading.sidebar_section_divider a {
	color: #fff!important;
}

.epkb-top-category-box {
	border-radius: 0!important;
}

#eckb-article-content-body h2 {
	font-size: 1.7em;
}

#eckb-article-content-header {
	padding: 0 0 .5em;
	border-bottom: 1px solid #eee;

	margin-bottom: 1em;
}



#asea-section-1 {
	background: #086993!important;
}

h1#asea-search-title {
	color: #fff!important;
}

.eckb-kb-template {
	margin-left: 0!important;
	margin-right: 0!important;
}

.eckb-article-content-header__article-meta {
	font-style: italic;
	color: #999;
	font-family: var(--secondary-font);
	font-weight: 900;
	margin-bottom: .5em;
	font-size: .9em;
}

.eckb-breadcrumb {
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: .9em!important;
	margin-bottom: 1em!important;

}

.eckb-navigation-back  {
	display: none;
}

.eckb-article-title {
	padding: 0!important;
	margin: 0!important;
	line-height: 1;
	color: #086993;
}

.epkb-main-category li span {
	font-style: italic!important;
	font-family: var(--secondary-font);
	font-weight: bold!important;
	font-size: 1.1em!important;
}

.dwqa-question-meta {
	font-style: italic;
	font-family: var(--secondary-font);
	font-weight: bold;
	font-size: 1em!important;
}

.dwqa-question-title a {
	font-size: 1.4em!important;
	color: #086993;
}

.dwqa-question-title a:hover {
	text-decoration: underline;
}

.dwqa-question-stats span {
	font-style: italic;
	font-family: var(--secondary-font);
}

.eckb-category-archive-reset.eckb-categories-archive-container-v2 {
	width: auto!important;
	max-width: 1300px;
}

.sidebar-sections {
	margin-bottom: 2em!important;
	border: 1px solid #ddd!important;
}

.elay-sidebar {
	border: 0!important;
}

#tribe-events .button {
	color: #fff !important;
}

.tribe-events-calendar thead th,
#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background: #086993!important;
}

.tribe-events-notices {
	border-radius: 0!important;
}

#tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
	background: #2798ca!important;
}

#tribe-events-footer {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

h3.entry-title.summary{
	font-size: 1.2rem !important;
	color: #008CBA;
}

.post-type-archive-tribe_events.post-type-archive #middle .row {
	max-width: 1300px !important;
	margin: auto;
}

abbr, acronym {
	font-size: 100%;
	border: none !important;
}

.tribe-events-schedule {
	border-bottom: solid 1px #ddd;
}

.tribe-events-list .type-tribe_events {
	margin-bottom: 4rem !important;
}

.greeting span {
	display: inline;
}

.greeting {
	font-size: .9em;
	font-weight: 100!important;
}

.tribe-events-page-title {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0, .7);
	font-size: 2.75rem!important;
	text-align: left!important;
}


.accordion .accordion-navigation>a, .accordion dd>a {
	font-weight: bold;
	background: #086993;
	color: #fff;
}

.accordion .accordion-navigation.active>a, .accordion dd.active>a {
	font-weight: bold;
	background: #0a3d54;
	color: #fff;
}

.accordion .accordion-navigation>a:hover, .accordion dd>a:hover {
	background: #4cb0db;
}


.accordion .accordion-navigation, .accordion dd {
	margin-bottom: .2em!important;
}


.bbp-header,
.bbp-footer {
	background: var(--main-color)!important;
	color: #fff;
}

.bbp-body a {
	color: var(--secondary-color);
}

#bbp_topic_submit {
	background: var(--main-color)!important;
}

#bbp_topic_submit:hover {
	background: var(--secondary-color)!important;
}

#calculator th {
	background: #3C6991;
	color: #fff;
}

.calc-table {
	background: transparent!important;
}

.calc-table > tbody > tr:first-child td {
	background: #3C6991!important;
	color: #fff
}

.barren > tbody > tr:first-child td {
	background: transparent!important;
}