/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								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
 * ==============================================
 */


@font-face {
	font-family: 'abelregular';
	src: url('fonts/abel-regular-webfont.woff2') format('woff2'),
	url('fonts/abel-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

:root {
	--main-color: #00ffff;
	--secondary-color: #ddd;
	--main-font: 'abelregular';
	--secondary-font: 'Montserrat', sans-serif;
	--tertiary-font: 'Open Sans', sans-serif;
}

.podcast .buttons {
    text-align: center;
}

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

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

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

.row {
	max-width: 1200px;
}

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

.box .content-wrap > .row, .blog .box > .row, .single .box > .row, .archive .box > .row{
	-webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.35);
	background: white;
	padding: 2em;
	position: relative;
	margin-top: -100px;
	margin-bottom: 1em;
}

.blog .box > .row, .single .box > .row, .archive .box > .row {
	margin-bottom: 3em !important;
	padding: 3em 2em 2em;
}

.box.major-minor .columns.wow:last-child {
	background: #fff;
	border: solid 1px #efefef;
	padding: 2.5em;
}

.negative {
	margin: -180px auto 0;
	position: relative;
}

blockquote, blockquote p,
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote ul li,
blockquote a,
blockquote strong {
	line-height: 1.6;
	color: #fff !important;
}

blockquote p {
	font-size: 1.5em !important;
	font-style: italic;
}

blockquote a {
	text-decoration: underline;
}

blockquote a:hover {
	text-decoration: none;
}

blockquote {
	padding: 1.5em;
	border-left: 0px solid #ddd;
	background: #7b7b7b;
}

.extra-padding {
	padding: 22em 0 22em !important;
}

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
	margin-top: 14px !important;
}


/*-- END OVERRIDES--*/

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

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

h1 {

}

h2 {
}

h2:after {
	content: '';
	border: solid 2px #f54d4d;
	display: block;
	width: 20%;
	margin: .2em 0 .5em;
}

.title-center h2:after, .title-section h2:after {
	margin: .2em auto;
}

.hero h2:after {
	display: none;
}

h3 {

}

h4 {
	font-weight: 500;

}

h5 {

}

.title,
.two-column-section h2 {
	font-family: var(--main-font);
	text-transform: uppercase;
	font-size: 4em;
	letter-spacing: 5px;
}

.single .title {
	font-size: 3.2em;
}

.post-container .title{
	font-size: 2.5em
}

.first-col h5,
.second-col h5{
	color: white
}

.hero .title{
	font-size: 5em;
}

.sub-header, .two-column-section h4, .hero .sub-header, .title-section .sub-header {
	font-family: var(--main-font);
	color: rgb(51 51 51 / 76%)!important;
	text-transform: uppercase;
	font-size: 3em;
	letter-spacing: 4px;
}

.hero.parallax-background .sub-header{
	color: rgba(255,255,255,0.8) !important;
	font-size: 3.5em;
}

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


p {
	font-family: var(--main-font);
	font-weight: 400;
	line-height: 1.6;
	font-size: 1.2rem!important;

}

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

.content ul, .content-wrap ul, .content ol, .content-wrap ol, .post-container ol, .post-container ul {
	padding-left: 3em;
	margin-left: 0;
}

.content ul li, .content-wrap ul li, .content-wrap ol li, .content ol li, .post-container ul li, .post-container ol li {
	font-family: var(--main-font);
	font-weight: bold;
	margin: 0 0 0.7em 0;
	padding: 0;
	line-height: 1.6;
	font-size: 1.2em !important;
}

ul.small-block-grid-1 {
    padding-left: 0;
}

ul.small-block-grid-1 li {
    padding: 0 1em !important;
}

.header-widgets i{
	color:white;
	font-size: 1.2em;
}

#main-footer .fa-phone,
#header .fa-phone{
	margin-left:.8em
}



/*
span{
	font-size: .5em;
}
*/

.first-col p,
.second-col p{
	font-family: var(--secondary-font);
}


.service-area p strong{
	color: #f54d4d;
	font-family: var(--secondary-font);
	letter-spacing: 3px;
	text-transform: uppercase;
}

.title-center .title-wrap {
	text-align: center;
}

/*-- END TYPOGRAPHY --*/



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

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

#header a,
#main-footer a{
	color: white;
    text-decoration: none !important;
}

#header a:hover,
#main-footer a:hover {
    color: #f54d4d;
}

a{
	color: #f54d4d;
	font-weight: bold;
}

a:hover{
	color:#3e3e3e;
	text-decoration: none
}

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

a[href^=tel]:hover {

}

.button,
.next-quote-link,
.button:active,
.button:focus {
	line-height: 1;
	display: inline-block;
	color: #fff;
	background: #f54d4d;
	font-family: var(--secondary-font);
	text-transform: uppercase;
	font-weight: 600;
}

.button:hover,
.next-quote-link:hover {
	color: #fff;
	background:  #ff9999;
}


.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;
}

.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;
}



.component.hero {
	padding: 10em 0;
}

.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;

}



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




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


#utility {
	background: #333;
	color: white;
	text-align: center;
}

#utility .columns {
	padding: 0 !important;
}

#utility .button {
	width: 100%;
	display: block;
}

#utility a{
	font-family: var(--secondary-font);
	color:  white;
}


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

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

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


.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;
}

/*-- 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 {
	margin-top: .3em;
	max-width: 220px;
}


#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: 1;
}


.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;
}

/*-- END HEADER --*/


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

.primary-navigation {
	float: left;
	position: relative;
	z-index: 9;
	/* margin-top: 1.6em; */
	font-family: var(--secondary-font)
}

.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;
}



/*-- END MENU --*/




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

.mobile-button-container {
	margin-left: -80px;
	margin-top: .9em;
}

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


.mobile-button p {
	display: none;
}

.mobile-button i {
	line-height: 1;
	font-size: 2.3em;
	color: white;
}

.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;
}



/*-- END MOBILE BUTTONS --*/




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

.off-canvas-menu {
	background: #333;
	background-size: cover;
}

ul.off-canvas-list li a {
	color: #fff;
	border-bottom: none;
	font-weight: bold;
	padding: 1em 1em;
	text-decoration: none;
	font-size: 1.3em;
}

ul.off-canvas-list li a:hover {
	background: #ff9999;
	color: #fff;
}

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

ul.off-canvas-list li ul li a {
	padding: 1em 2em;
	font-size: 1em;
}

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

/*-- END OFF CANVAS MENU --*/



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


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

#more-footer p {
	line-height: 1.8!important;
	margin-bottom: 1em;
}

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

#more-footer h6 {
	font-size: 1rem;
	font-weight: bold;
	padding-bottom: .5em;
}

#more-footer p {
	line-height: 1.8!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: 2em 0;
	position: relative;
	background: url(/wp-content/themes/child-theme/images/footer-bg.jpg) center no-repeat;
	background-size: cover;
}

#main-footer a, #main-footer address {font-family: var(--secondary-font)!important;font-size: .9em;}

#main-footer address {
	font-weight: bold;
	margin-bottom: .8em;
	margin-right: .8em;
}

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

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

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

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


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

#main-footer .widget {
}

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

#main-footer i {
	color: #fff;
}

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

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



/*-- END FOOTER --*/


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





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

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

.anf-social-profiles {
	margin-left: 2em;
}

.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.2em; */
}

.anf-social-profiles li a:hover,  .anf-social-profiles i:hover {
	color: #f54d4d !important;
	background: transparent;
}

#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 .author  {
	color: #f54d4d;
	font-size: 1.3em !important;
	text-transform: uppercase;
}

.quotes-swiper .author:before, .quotes-list .author:before {
	content: '- ';
	display: inline;
}


.quotes-list ul{
	padding: 0;
}

.quotes-list ul li.quotes {
	list-style: none;
	margin: 0 0 .9em 0;
	padding: 0 0 .9em 0;
	border-bottom: solid 6px rgb(56,38, 58,.27) !important;
}

.quotes-list .quote p {

}




/*-- END QUOTES COMPONENT --*/


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





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


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


.title-section {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.title-section:after {
	background: rgba(31, 18, 27,.62);
	position: absolute;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	top:0;
	z-index: -1;
}

.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;
	font-size: 1.3em !important;
}

.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: 99999;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2.6em;
	opacity: 0;
	color: rgba(255,255,255, .5);
	display: inline-block;
}

.swiper-container .arrow:hover {
	color: rgba(255,255,255, .9);
}

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

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

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

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

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

.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;
}



/*-- END SLIDER --*/



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

.service-area .row {
	max-width: 90%;
	margin: auto;
}

.service-area > .content-wrap p {
	color: #fff;
}

.service-area .title-wrap:before{
	background: url('/wp-content/themes/child-theme/images/serv-area-bg.jpg') center no-repeat;
	background-size:cover;
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	height: 8%;
}


.service-area .item .title {
	padding: .2em 0 .0;
	color: #acacac;
	font-size: 3em;
}

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


.service-area .sub-header {
	margin-bottom: 0;
	margin-top: 1em;
	color: #fff !important;
}

.service-area .item .wrap {
	margin-bottom: 3em;
	-webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.35);
	background: white;
	padding: 2em;
}

.service-area .content-wrap {
	padding-bottom: 2em;
}

.service-area .features li .wrap{
}

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

.service-area .title-wrap .title {color: white;}


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



.service-area .features .row{
	/* max-width: 1500px; */
}

.service-area .features ul{
	text-align: center;
}

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


/*-- 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: #f7f7f7;
}

.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;
}

.image-cta .sub-header {

}



/*-- 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;
}


/*-- 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 .thumbnail {
	margin-bottom: 1em;
}

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


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

.recent-news .content .title{
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 700;
	font-family: var(--secondary-font);
}

/*
.recent-news .meta,
.recent-news .button{
	display: none;
}
*/

.recent-news .taxonomy-label {
	margin-bottom: 0em;
	padding-bottom: 0.25em;
}

/*-- END RECENT NEWS --*/



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


.parallax-background .title,
.parallax-background .sub-header,
.parallax-background p,
.parallax-background h1,
.parallax-background h2,
.parallax-background h3,
.parallax-background h4,
.parallax-background h5,
.parallax-background h6,
.parallax-background a,
.parallax-background strong
{
	color: #fff !important;
}

.parallax-background a {
    color: #fff !important;
}

.parallax-background a:hover {
	text-decoration: none;
    color: #f54d4d !important;
}

.parallax-background .button {
	text-decoration: none;
}

.parallax-background .button:hover {
    color: #fff !Important;
}



.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 --*/




/**
 * ==============================================
 *  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 #f54d4d;
	text-transform: uppercase;
}

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


.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,
.single .meta {
	font-size: .8em;
	line-height: 1;
	margin-bottom: .8em;
}

.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;
}


.blog .entry .title, .archive .entry .title, .single .entry .title {
	font-size: 3em;
}



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

.featured .wrap {
	position: relative;
}

.caption .title{
	font-size: 2em
}

.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;
}

ul li#categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.related-posts .inner {
	margin-top: 1em;
}

.taxonomy-label {
	/*    border-bottom: solid 6px rgb(56,38, 58,.27);*/
	margin-bottom: 1em;
	margin-top: .75em;
	padding-bottom: 1em;
	clear: both;
}

hr.beautiful {
	border-bottom: solid 6px rgba(56,38, 58,.27) !important;
	border: none;
    margin-bottom: 3em;
    padding-bottom: 1em;
	margin-top: 0;
	clear: both;
}

.blog .entry, .archive .entry {
	margin-bottom: 2em;
}



/*-- END BLOG --*/



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


/**
 * ==============================================
 *  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 --*/

.metric .message {
	font-family: var(--secondary-font);
	color: #000;
	font-weight: bold!important;
}


.metric .number {
	font-family: var(--secondary-font);
	color: #f54e4d;
	font-weight: bold!important;
	font-size: 160%!important;
}

.slider {
	margin-top: 2em;
	margin-bottom: 2em;
	background: #f54e4d!important;
}

.slider::-webkit-slider-thumb {
	width: 30px!important; /* Set a specific slider handle width */
	height: 40px!important; /* Slider handle height */
	background: #fff!important; /* Green background */
	box-shadow: 0px 0px 10px rgba(0,0,0, .4);
	border-radius: 5px;
}
.slider::-moz-range-thumb {
	width: 30px!important; /* Set a specific slider handle width */
	height: 40px!important; /* Slider handle height */
	background: #fff!important; /* Green background */
	box-shadow: 0px 0px 10px rgba(0,0,0, .4);
	border-radius: 5px;
}

.budgets li {
	color: #f54e4d;
	font-family: var(--secondary-font)!important;
	font-weight: bold!important;
}


.budgets li {
	text-align: center!important;
	float: left;
}


.budgets ul {
	display: block;
}