/*
Theme Name: Normal Magic
Author: The Group of Seven
Author URI: https://thegroupofseven.co.uk
Description: Child theme of Neve
Template: neve
Text Domain: neve-child
*/

/* TO DO:
 * "or make an enquiry please use the contact form below."
 * Responsive layout (home header once video is confirmed)
 * 
 * Privacy policy, footer logo, featuredIMGs+copy+images+videos+downloads etc.
 * Sticky header on home as well as sub pages
 * Logo header offset bottom position, opacity hover, play logo GIF once
 * Photo repeater for poster downloads page
 * Tidy up + cross browser CSS
 * Mobile menu / responsive typography
 * Contact form
 * YouTube embed repeater wrapper
 * Resources download repeater
 * Duplicate post title on Resources, remove post meta date
 * Sidebar menu buttons
 * Typography header styles
 * Homepage layout/design
 * UI border colour
 * Favicon / site icon
 * SSL
 * Header banner page title bottom position and style
 * Social SVGs header/footer – setup YouTube channel
 * Cursors – upload to our host + colour
 * Button arrow and :hover state
 * Hover opacity on archive pics > scale
 * */



















/* FOOTER DARK BLUE #001d63
 * YELLOW #ffc400
 * COPY #63729f
 * TEAL #00719a
 * LIGHT TEAL (headings) #009cc6
 * BUFF #e7f4fc
 * META #999999
 * UI #d0e9f9 / DARK UI #b4d3e6
 * ORANGE #ec882e
 */

/************************ TYPOGRAPHY + HYPERLINKS ************************/
/* 12, 14, 16, , 18, 20, 24, 32, 40, 48, 60, 76px / Leading multiples of x4 */

body, html {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	font-size: 62.5%; /* 10px */
	line-height: 62.5%; /* 10px */
	-moz-font-feature-settings: 'liga=1'; /* moz prefix - edit font-feature-settings property */
    -ms-font-feature-settings: 'liga' 1; /* ms prefix - edit font-feature-settings property */
    -webkit-font-feature-settings: 'liga' 1; /* webkit prefix - edit font-feature-settings property */
    -o-font-feature-settings: 'liga' 1; /* o prefix - edit font-feature-settings property */
    font-feature-settings: 'liga' 1;
    font-kerning: normal !important;
	-webkit-tap-highlight-color: rgba(0,113,154,.8) !important;
	text-rendering: optimizeLegibility !important;
	text-rendering: geometricPrecision !important;
	font-smooth: always !important;
	font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	-webkit-font-smoothing: antialiased !important;
	cursor: url(/wp-content/themes/neve-child/images/cursor.png) 0 0, url(/wp-content/themes/neve-child/images/cursor.svg) 0 0, url(/wp-content/themes/neve-child/images/cursor.cur) 0 0, default;
}

body, p {
	font: 400 18px/26px 'Nunito', Helvetica, Arial, sans-serif;
	font: 400 1.8rem/2.6rem 'Nunito', Helvetica, Arial, sans-serif;
	color: #00719a;
	letter-spacing: 0;
}

p {	
	margin: 0 0 24px 0;
	margin: 0 0 2.4rem 0;
}

h1, .elementor-widget-heading h1.elementor-heading-title {
	font: 900 60px/72px 'Londrina Solid', Helvetica, Arial, sans-serif;
	font: 900 6.0rem/7.2rem 'Londrina Solid', Helvetica, Arial, sans-serif;
	color: #009cc6; 
	letter-spacing: 1px;
	margin: 0 0 24px 0;
	margin: 0 0 2.4rem 0;
}

h2, .elementor-widget-heading h2.elementor-heading-title {
	font: 900 48px/54px 'Londrina Solid', Helvetica, Arial, sans-serif;
	font: 900 4.8rem/5.4rem 'Londrina Solid', Helvetica, Arial, sans-serif;
	color: #009cc6; 
	letter-spacing: 1px;
	margin: 0 0 24px 0;
	margin: 0 0 2.4rem 0;
}

h3, .elementor-widget-heading h3.elementor-heading-title {
	font: 400 32px/40px 'Nunito', Helvetica, Arial, sans-serif;
	font: 400 3.2rem/4.0rem 'Nunito', Helvetica, Arial, sans-serif;
	color: #00719a; 
	letter-spacing: 0;
	margin: 0 0 24px 0;
	margin: 0 0 2.4rem 0;
}

h4 {
	font: 400 2.4px/32px 'Nunito', Helvetica, Arial, sans-serif;
	font: 400 2.4rem/3.2rem 'Nunito', Helvetica, Arial, sans-serif;
	color: #63729f; 
	letter-spacing: 0;
	margin: 0 0 24px 0;
	margin: 0 0 2.4rem 0;
}

h5 {
	font: 900 40px/52px 'Londrina Solid', Helvetica, Arial, sans-serif;
	font: 900 4.0rem/5.2rem 'Londrina Solid', Helvetica, Arial, sans-serif;
	color: #009cc6; 
	letter-spacing: 1px;
	margin: 0 0 24px 0;
	margin: 0 0 2.4rem 0;
}

h2.entry-title {
	margin: 10px 40px 0 40px;
}

h2.entry-title a:hover, h2.entry-title a:focus {
	color: #ec882e;
}

h6, .widget p.widget-title, h2.entry-title a  {
	font: 900 24px/28px 'Londrina Solid', Helvetica, Arial, sans-serif;
	font: 900 2.4rem/2.8rem 'Londrina Solid', Helvetica, Arial, sans-serif;
	color: #009cc6; 
	letter-spacing: 1px;
}

h6, .widget p.widget-title {
	text-transform: uppercase;
	margin: 24px 0 12px 0;
	margin: 2.4rem 0 1.2rem 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, .nv-meta-list:not(.nv-dynamic-meta) a {
	background-image: linear-gradient(transparent calc(100% - .1em), #ffc400 -.1em);
	text-decoration: none !important;
	-o-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-webkit-transition: all .25s;
    transition: all .25s;
	cursor: url(/wp-content/themes/neve-child/images/pointer.png) 0 0, url(/wp-content/themes/neve-child/images/pointer.svg) 0 0, url(/wp-content/themes/neve-child/images/pointer.cur) 0 0, pointer;
}

p a, .nv-meta-list:not(.nv-dynamic-meta) a {
	color: #00719a;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover, .nv-meta-list:not(.nv-dynamic-meta) a:hover {
	text-decoration: none;
	color: #ec882e;
	-o-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-webkit-transition: all .25s;
    transition: all .25s;
}

a { 
	color: #00719a;
	/*text-decoration: none !important;*/
	-o-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-webkit-transition: all .25s;
    transition: all .25s;
	cursor: url(/wp-content/themes/neve-child/images/pointer.png) 0 0, url(/wp-content/themes/neve-child/images/pointer.svg) 0 0, url(/wp-content/themes/neve-child/images/pointer.cur) 0 0, pointer;
}

strong, b, em {
	font-weight: 900;
	/*color: #00719a;*/
}

/* Section title h2 */
h2.section {
	text-align: center;
}

/* Accordion title */
.elementor-accordion .elementor-tab-title {
	color: #00719a;
	text-transform: uppercase;
	font: 900 16px/20px 'Londrina Solid', Helvetica, Arial, sans-serif !important;
	font: 900 1.6rem/2.0rem 'Londrina Solid', Helvetica, Arial, sans-serif !important;
	color: #00719a;
}

/* Testimonial */
.elementor-testimonial-wrapper .elementor-testimonial-content {
    font-size: 1.2em;
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
    font-size: .75em;
    margin: 10px 20% 0 20%;
    line-height: 1.5;
}

/* Page title*/
.single-post h1.title.entry-title {
    text-align: left;
}

.nv-page-title-wrap.nv-big-title .nv-page-title h1, .single .entry-title {
    margin: 40px 0;
    text-align: center;
	color: #009cc6;
}

h1:not(.site-title) {
	color: #009cc6;
}

.nv-page-title-wrap.nv-big-title .nv-page-title {
    border-bottom: 0px solid #f0f0f0;
}

/* Archive meta */
.nv-meta-list li {
	color: #999999;
}

/* Bullet list style */
.nv-content-wrap ul li {
    line-height: 1.5;
    margin-bottom: 0px;
	list-style-type: disc;
	color: #00719a;
}

.nv-content-wrap ul {
	margin-bottom: 1rem;
}

/************************ BUTTON + DOWNLOAD REPEATER ************************/
.elementor a {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    text-decoration: inherit;
}

.button, .elementor-button, .elementor-button:visited, li.file_download a, input[type=submit] {
	-webkit-border-radius: 40px !important; 
	-ms-border-radius: 40px !important; 
	-moz-border-radius: 40px !important; 
	-o-border-radius: 40px !important; 
	border-radius: 40px !important; 
	padding: 20px;
	font-size: 1.6rem;
	background: #ffffff;
    text-align: left;
    vertical-align: middle;
    text-transform: none;
    cursor: pointer;
    text-decoration: none;
    color: #00719a;
    font-weight: 900;
	letter-spacing: 0;
	line-height: 1.5;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2) !important;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2) !important;
	-ms-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2) !important;
	-o-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2) !important;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2) !important;
	height: auto;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: left;
	background-image: url("data:image/svg+xml;utf8,<svg width='32' height='32' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='%2300719a'><path d='M190 104H7a4 4 0 0 1 0-8h183a4 4 0 0 1 0 8z'></path><path d='M141.978 155.244a4 4 0 0 1-2.829-6.829l48.411-48.407-48.412-48.425a4 4 0 0 1 5.657-5.657l51.24 51.253a4 4 0 0 1 0 5.657l-51.24 51.236a3.98 3.98 0 0 1-2.827 1.172z'></path></svg>");
	cursor: url(/wp-content/themes/neve-child/images/pointer.png) 0 0, url(/wp-content/themes/neve-child/images/pointer.svg) 0 0, url(/wp-content/themes/neve-child/images/pointer.cur) 0 0, pointer;
	background-repeat: no-repeat;
}

.button, .elementor-button, .elementor-button:visited, input[type=submit] {
	max-width: 280px;
	max-width: 28rem;
	min-width: 280px;
	min-width: 28rem;
	background-size: 10% 50%;
	background-position: calc(100% - 10%) 50%;
}

li.file_download a {
	background-size: 10% 50%;
	background-position: calc(100% - 20px) 50%; 
	margin: 0 0 20px 0;
	display: block;
}

.button:hover, .elementor-button:hover, li.file_download a:hover, input[type=submit]:hover {    
	-webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
    transform: translateY(-4px);
	background: #00719a;
	color: #ffffff;
	background-image: url("data:image/svg+xml;utf8,<svg width='32' height='32' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='%23ffffff'><path d='M190 104H7a4 4 0 0 1 0-8h183a4 4 0 0 1 0 8z'></path><path d='M141.978 155.244a4 4 0 0 1-2.829-6.829l48.411-48.407-48.412-48.425a4 4 0 0 1 5.657-5.657l51.24 51.253a4 4 0 0 1 0 5.657l-51.24 51.236a3.98 3.98 0 0 1-2.827 1.172z'></path></svg>");
	background-repeat: no-repeat;
}

.button:hover, .elementor-button:hover, input[type=submit]:hover {
	background-size: 10% 50%;
	background-position: calc(100% - 5%) 50%; 
}

li.file_download a:hover {
	background-size: 10% 50%;
	background-position: calc(100% - 10px) 50%; 
}

.nv-content-wrap a:not(.button):not(.wp-block-file__button), .nv-comment-content a {
    text-decoration: none;
}

button.mailing_button {
    color: #ffffff !important;
    text-transform: none;
    padding: 2px 10px;
    margin: 0 10px;
    background: #ec882e;
}


/************************ STICKY MENU & MOBILE HACK ************************/
.nv-navbar {
    padding: 0 0;
	background-color: #ffffff /* white when part of light header theme */;
	position: -webkit-sticky; /* Safari */ 
	position: -moz-sticky; /* Mozilla */
	position: -ms-sticky; /* MS */
	position: -o-sticky; /* O */
	position: sticky;
    top: 0 !important;
    overflow: visible !important;
    z-index: 5000 !important;
}

.hfg_header.site-header {
    padding: 0 0;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
	-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
	position: -webkit-sticky; /* Safari */ 
	position: -moz-sticky; /* Mozilla */
	position: -ms-sticky; /* MS */
	position: -o-sticky; /* O */
	position: sticky;
    top: 0 !important;
    overflow: visible !important;
    z-index: 5000 !important;
}

header.header, .wrapper {
	display: contents !important;
}

body {
	overflow-x: visible !important;
}

.is-menu-sidebar:before, .is-mobile-form-panel:before {
    z-index: 5000;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
	/* Good browsers */
	opacity: 1;
    pointer-events: none;
}


/************************ ASIDE SIDEBAR SUB MENU + WIDGET LIST ************************/
.single .nv-sidebar-wrap, .page .nv-sidebar-wrap {
    margin-top: 0px;
}

.nv-sidebar-wrap.nv-left {
	border-right: 0px !important;
}

.blog-sidebar ul.menu, .widget_recent_entries ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-sidebar ul.menu li, .widget_recent_entries ul li {
    border: none;
    list-style-type: none;
}

.blog-sidebar ul.menu li a {
    text-decoration: none;
	background: #15709a;
    color: #ffffff;
    font-weight: 900;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin: 6px 0;
    line-height: 1.5;
    padding: 16px 16px;
	width: 100%;
	display: block;
	text-align: left;
	background-image: url("data:image/svg+xml;utf8,<svg width='32' height='32' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='%23ffffff'><path d='M190 104H7a4 4 0 0 1 0-8h183a4 4 0 0 1 0 8z'></path><path d='M141.978 155.244a4 4 0 0 1-2.829-6.829l48.411-48.407-48.412-48.425a4 4 0 0 1 5.657-5.657l51.24 51.253a4 4 0 0 1 0 5.657l-51.24 51.236a3.98 3.98 0 0 1-2.827 1.172z'></path></svg>");
	background-size: 10% 50%;
	background-repeat: no-repeat;
	background-position: 90% 50%;
}

.blog-sidebar ul.menu li a:hover, .widget_recent_entries ul li a:hover {
    text-decoration: underline;
	background: #009cc6;
	-o-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-webkit-transition: all .25s;
    transition: all .25s;
	background-image: url("data:image/svg+xml;utf8,<svg width='32' height='32' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='%23ffffff'><path d='M190 104H7a4 4 0 0 1 0-8h183a4 4 0 0 1 0 8z'></path><path d='M141.978 155.244a4 4 0 0 1-2.829-6.829l48.411-48.407-48.412-48.425a4 4 0 0 1 5.657-5.657l51.24 51.253a4 4 0 0 1 0 5.657l-51.24 51.236a3.98 3.98 0 0 1-2.827 1.172z'></path></svg>");
	background-size: 10% 50%;
	background-repeat: no-repeat;
	background-position: 92.5% 50%;
}

.blog-sidebar ul.menu li.current-menu-item a {
    background: #ec882e;
    text-decoration: none;
	-o-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-webkit-transition: all .25s;
    transition: all .25s;
	background-image: url("data:image/svg+xml;utf8,<svg width='32' height='32' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='%23ffffff'><path d='M190 104H7a4 4 0 0 1 0-8h183a4 4 0 0 1 0 8z'></path><path d='M141.978 155.244a4 4 0 0 1-2.829-6.829l48.411-48.407-48.412-48.425a4 4 0 0 1 5.657-5.657l51.24 51.253a4 4 0 0 1 0 5.657l-51.24 51.236a3.98 3.98 0 0 1-2.827 1.172z'></path></svg>");
	background-size: 10% 50%;
	background-repeat: no-repeat;
	background-position: 90% 50%;
}

.widget_archive select {
    color: #009cc6;
    height: 40px;
	border: 1px solid #009cc6;
}

select:focus {
	outline: 3px #ffc400 solid !important;
}

.widget_recent_entries ul li a {
	color: #00719a;
	text-decoration: underline;
}

.widget_recent_entries ul li a:hover {
	color: #ec882e;
}

.widget_recent_entries ul li span.post-date {
	display: block;
	font-size: 1.4rem;
	color: #999999;
	margin: 5px 0 0 0;
}


/************************ MAIN MENU ************************/
/* Main menu underline :after */
.style-border-top ul > li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > a:after, .style-border-bottom ul > li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > a:after, .style-full-height ul > li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > a:after {
	height: 8px; 
	right: auto;
}

/* Menu :after underline bottom offset */
.style-border-top ul > li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > a:after, .style-border-bottom ul > li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > a:after, .style-full-height ul > li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > a:after {
	bottom: -46px;
}

/* Hover menu :after hide */
.style-border-top ul > li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > ul > li > a:after, .style-border-bottom ul > li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > ul > li > a:after, .style-full-height ul > li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > ul > li > a:after {
	height: 0px;
}

/* Main menu active page + active parent/ancestor underline :after */
.nav-menu-primary #nv-primary-navigation li.current-menu-item > a:after, .nav-menu-primary #nv-primary-navigation li.current-menu-ancestor.current-menu-parent.menu-item-has-children > a:after, .style-border-bottom ul:not(.max-mega-menu) > li.current-menu-item > a:after {
	width: 100% !important;
	background: #ffc400;
	content: "";
    display: block;
    visibility: visible;
}

/* Main menu sub hover colour */
.header--row-inner.dark-mode .sub-menu li a {
	color: #ffffff;
}

.header--row-inner.dark-mode .sub-menu li a:after {
	color: #344ea0;
}

#nv-primary-navigation a:after {
    background-color: #344ea0;
}

.row .primary-menu-ul .sub-menu li {
	background: ;
}


/************************ USER INTERFACE ************************/
.elementor-slick-slider ul.slick-dots li button:before, .elementor-slick-slider ul.slick-dots li.slick-active button:before {
	font-size: 14px;
    color: #344ea0;
}

.lae-container button.slick-prev, .lae-container button.slick-prev:before, .lae-container button.slick-prev:after, .lae-container button.slick-next, .lae-container button.slick-next:before, .lae-container button.slick-next:after, .lae-container .lae-flex-direction-nav a, .lae-container .lae-flex-direction-nav a:hover, .lae-container button.slick-prev:hover:before, .lae-container button.slick-prev:hover:after, .lae-container button.slick-next:hover:before, .lae-container button.slick-next:hover:after {
	color: #344ea0 !important;
]}

.lae-container ul.slick-dots li button, .lae-container .lae-flex-control-nav li a, .lae-container .lae-flex-control-nav li a:hover {
    background: #344ea0;
    border: 1px solid #344ea0;
}

.lae-container ul.slick-dots li button:hover, .lae-container ul.slick-dots li.slick-active button  {
    border-color: #344ea0 !important;
}

.elementor-accordion .elementor-tab-content, .elementor-accordion .elementor-tab-title {
    padding: 15px 0px;
}

.lae-testimonials-slider .lae-testimonial-user .lae-text .lae-author-name {
	margin-bottom: 0px;
}

.lae-container .lae-flex-direction-nav li {
    list-style-type: none;
}

.elementor-accordion .elementor-accordion-item {
    border: solid #b4d3e6;
    border-width: 0px 0px 1px 0px;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	float:inherit;
}

ul.lae-flex-direction-nav a {
    text-decoration: none;
}

.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title a:hover {
    border-bottom: 0px solid #b4d3e6;
}

.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title {
	padding: 10px 10%;
	line-height: 1.15;
}

/************************ ANCHOR OFFSET ************************/
div.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

/************************ SINGLE POST + PAGE FEATURED IMAGE AREA ************************/
.featured_banner_wrapper {
	position: relative;
    align-items: center;
    display: flex;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: /*600px*/ 15vh;
    margin-bottom: 60px;
    z-index: 0;
	/*background: #344ea0;*/
}

/* Hide featured image banner on home, hide page title on copy pages */
.home .featured_banner_wrapper {
	display: none !important;
}

.page-template-default .nv-page-title {
	display: none !important;
} 

.featured_banner_text {
	text-align: left;
    height: auto;
    margin: 0rem 5% 0rem 5%;
	margin: 0px 5% 0px 5%;
    width: auto;
	background: #e8f5fc;
	padding: 10px 28px;
    color: #00f;
    z-index: 2;
	position: absolute;
    bottom: 0;
	-moz-border-radius: 5px 40px 0 0;
	-webkit-border-radius: 5px 40px 0 0;
	-ms-border-radius: 5px 40px 0 0;
	-o-border-radius: 5px 40px 0 0;
	border-radius: 5px 40px 0 0;
}

.featured_banner_text h1, .featured_banner_text h3  {
	margin: 0;
}

.featured_banner_text h1, .featured_banner_text h3 {
	color: #009cc6;
	display: block;
}

.featured_banner_image {
	background-size: cover;
	z-index: 1;
    height: 100%;
	width: 100%;
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	/*background-attachment: fixed;*/
	background-position-x: center;
    background-repeat: no-repeat;
}

.single-post h1.title.entry-title, .resources h1.title.entry-title, 
.single-post .entry-header, .resources .entry-header, 
.resources ul.nv-meta-list {
    display: none;
}

article {
	margin-bottom: 40px;
}

/************************ RESPONSIVE ************************/
.hfg_header .header-main-inner .primary-menu-ul .sub-menu li:not(.neve-mm-divider) {
    background-color: #ffffff;
    border-color: #b4d3e6;
	border-width: 0 0 1px 0;
}

@media (min-width: 960px) {
	/* Main menu list items spacing */	
	.row .primary-menu-ul > li:not(:last-child) {
		padding-right: 25px;
	}

	/* Desktop hover submenu */		
	.row .primary-menu-ul .sub-menu {
		top: 60px;
		left: 20px !important;
		-webkit-border-radius: 20px;
		-o-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		border-radius: 20px;
		-moz-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.25);
		-o-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.25);
		-ms-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.25);
		border: 1px solid #b4d3e6;
		min-width: 220px;
	}
	
	.row .primary-menu-ul .sub-menu li {
		background: #ffffff;
		border: 1px solid #b4d3e6;
    	border-width: 0 0 1px 0;
		min-width: 220px;
	}
	
	.row .primary-menu-ul .sub-menu li a {    
		justify-content: normal;
    	align-items: normal;
		padding: 20px;
	}
	
	.row .primary-menu-ul .sub-menu li a:last-of-type {
    	border-width: 0 0 0 0;
	}
	
	.row .primary-menu-ul .sub-menu li a:hover{
		background: #e7f4fc;
	}
	
	.row .primary-menu-ul .sub-menu li:first-of-type a, .row .primary-menu-ul .sub-menu li:first-of-type {
		-webkit-border-radius: 20px 20px 0 0;
		-o-border-radius: 20px 20px 0 0;
		-moz-border-radius: 20px 20px 0 0;
		-ms-border-radius: 20px 20px 0 0;
		border-radius: 20px 20px 0 0;
	}
	
	.row .primary-menu-ul .sub-menu li:last-of-type a, .row .primary-menu-ul .sub-menu li:last-of-type  {
		-webkit-border-radius: 0 0 20px 20px;
		-o-border-radius: 0 0 20px 20px;
		-moz-border-radius: 0 0 20px 20px;
		-ms-border-radius: 0 0 20px 20px;
		border-radius: 0 0 20px 20px;
	}
}

@media only screen and (max-width: 1024px){
/* Mobile carousel arrows */	
	.lae-container button.slick-prev, .lae-container button.slick-next {
    	display: block !important;
	}
	
	.lae-container button.slick-prev {
		left: -5px;
		z-index: 999;
	}
	
	.lae-container button.slick-next {
		right: -5px;
		z-index: 999;
	}
}

@media (max-width: 960px){	
/* Hide menu underline :after */	
	.style-border-top ul > li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > a:after, .style-border-bottom ul > li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > a:after, .style-full-height ul > li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > a:after {
		height: 0px;
		display: none;
	}
	
	.nav-menu-primary:not(.style-full-height) #nv-primary-navigation li.elementor-button {
		-webkit-border-radius: 0px !important; 
		-o-border-radius: 0px !important;
		-ms-border-radius: 0px !important; 
		-moz-border-radius: 0px !important; 
		border-radius: 0px !important;
	}	

	#topbutton {
		bottom: 10px !important;
	}	

	/* Legal footer big bottom */
	.legal_footer {
		padding: 20px 5% 100px 5% !important;
	}	

	/*Hide pre-header content + block items */	
	.prehead_visibility {
		visibility: hidden;
	}

	.prehead_right, .prehead_left {
		display: block !important; 
		float: none !important;
	}	
	
	a.header_social img {
    	height: 60px !important;
	}
}	

@media only screen and (max-width: 768px){
	/* Mobile margins */	
	.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
    	padding: 10px;
	}	
	
	.blog-sidebar {
    	display: none;
	}
		
	.featured_banner_image {
		/*background-size: auto 100% !important;*/
		background-attachment: unset !important;
	}
	
	.featured_banner_wrapper {
		height: 100px /*20vh*/;
	}	
	
	h5 {
		font: 900 24px/32px 'Londrina Solid', Helvetica, Arial, sans-serif;
		font: 900 2.4rem/3.2rem 'Londrina Solid', Helvetica, Arial, sans-serif;
	}
	h1, .elementor-widget-heading h1.elementor-heading-title {
		font: 900 40px/48px 'Londrina Solid', Helvetica, Arial, sans-serif;
		font: 900 4.0rem/4.8rem 'Londrina Solid', Helvetica, Arial, sans-serif;
	}
}

@media (min-width: 576px){
	.container {
		max-width: 1170px;
	}
}

/************************ FOOTER ************************/
/* Footer links */
.footer--row-inner.dark-mode a:not(.button) {
    color: #344ea0;
    text-decoration: underline;
}

/* Footer dark colour */
.footer-bottom .dark-mode {
	padding: 20px 0 40px 0;
	background: /*url(/wp-content/uploads/2019/06/footer.jpg)*/ #131312;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Footer blocks */
.site-footer {
	padding-top: 0px;
}

.builder-item--footer_copyright .component-wrap{
	display: block;
}

.footer_block {
	display: block;
	width: 100%;
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
}

/* Legal footer */
.legal_footer {
	background: #001d63; 
	display: block;
	color: #ffffff;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 40px 5% 80px 5%;
}

.legal_footer a {
	color: #ffc400;
	text-decoration: underline;
}

.legal_footer a:hover {
	color: #ffffff;
}

a.footer_logo {
    text-decoration: none;
    font: 900 50px/50px 'Londrina Solid', Helvetica, Arial, sans-serif;
	font: 900 5rem/5rem 'Londrina Solid', Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    padding-top: 35px;
    display: block;
}

a.footer_logo:hover {
	text-decoration: none;
}

span.red {color: #e4363e;}
span.orange {color: #ec882e;}
span.yellow {color: #ffc400;}
span.green {color: #67b375;}
span.blue {color: #009cc6;}


/************************ HEADER ************************/
/* Mobile sidebar menu styling */
.header-menu-sidebar .nav-menu-primary ul li {
    border-bottom: 1px solid #b4d3e6;
	padding: 10px 0;
}

.header-menu-sidebar .nav-menu-primary ul li ul.sub-menu li {
    border: none;
}

.hfg_header .header-menu-sidebar .header-menu-sidebar-bg .primary-menu-ul .sub-menu li:not(.neve-mm-divider), .hfg_header .header-menu-sidebar .header-menu-sidebar-bg .primary-menu-ul .sub-menu, .hfg_header .header-menu-sidebar .header-menu-sidebar-bg {
	background-color: #ffffff;
    border-color: #ffffff;
}

.header-menu-sidebar .header-menu-sidebar-bg .navbar-toggle {
	background-color: #00719a;
	color: #00719a;
}

.header-menu-sidebar .header-menu-sidebar-bg .icon-bar {
	background-color: #fff;
}

.is-menu-sidebar.menu_sidebar_slide_left .header-menu-sidebar {
	height: 100vh;
	/*overflow-y: scroll !important;*/
	overflow-y: none;
}

.header-menu-sidebar.dark-mode .sub-menu {
	border-color: rgba(255, 255, 255, 0);
}

/*.header--row-inner.dark-mode {
	border-color: #131312;	
	background-color: #131312;
}*/

.header-menu-sidebar-inner {
	background: #ffffff;
}

.header-menu-sidebar.dark-mode .header-menu-sidebar-bg:before {
    background: rgba(0,0,0,1);
}

.builder-item--primary-menu .nav-menu-primary > .primary-menu-ul li:not(.woocommerce-mini-cart-item) > a:after {
	background-color: #ffc400;
}


/* Pre-head social, show/hide, background, left + right */
a.header_social img {
    height: 32px;
    vertical-align: middle;
}

.prehead_visibility {
	visibility: visible; 
	display: inherit;
}

.header-top-inner {
    background-color: #e7f4fc !important;
}

.prehead_right, .prehead_left {
	display: inline-block;
}

.prehead_right {
	float: right;
}

.prehead_left {
	float: left;
	font-family: 'Londrina Solid', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

.header-top-inner .nv-html-content {
	width: 100%;
}

/* Header full width of site */
.header-main-inner .container, .header-top-inner .container {
	/*width:100%;*/
}

/* Dark header white bottom border */
.header-main-inner.dark-mode {
    border-bottom: 1px solid #ffffff;
}

/* Transparent home header and plain black on all others */
.home .hfg_header.site-header, .home .nv-navbar, .home nav#cb-row--header-main .header--row-inner.dark-mode {
	background-color: rgba(19,19,18,0);
	background: linear-gradient(180deg, rgba(19,19,18,.6), rgba(19,19,18,0) 100%);
}

.hfg_header.site-header, .nv-navbar, nav#cb-row--header-main .header--row-inner.dark-mode {
	background-color: rgba(19,19,18,.8);
}

/* Removes sticky on homepage */
/*.home .nv-navbar, .home .hfg_header.site-header {
	position: relative;
}*/

/* Logo offset in header */
.header--row-inner.header-main-inner {
	min-height: 120px;
}

.site-logo a:hover {
	opacity: 1;
}

@media (min-width: 960px) {
	.builder-item--logo .site-logo {
   		position: absolute;
		bottom: -120px;
	}
}

/************************ MISC. ************************/
.has-very-dark-gray-color.has-very-dark-gray-color {
    color: #131312;
}

.nv-page-title-wrap.nv-big-title .nv-page-title {
	padding: 0; 
	margin: 0;
}

.nv-single-page-wrap {
	margin-bottom: 0;
}

.style-full-height a:after {
    top: -5px;
}

.posts-wrapper .excerpt-wrap {
    color: #131312;
}

.nv-single-post-wrap .nv-thumb-wrap {
    margin-bottom: 60px;
}

.page .nv-page-title-wrap {
    margin-top: 0px;
}

/************************ POST CAROUSEL ************************/
.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span {
	font-style: normal;
}

.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-title a, .lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-title a:hover {
	color: #344ea0;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 1.75rem;
}

.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-terms a {
	display:none;
}

.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span:after {
    content: '/';
}

.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-summary:before {
	display: none;
}

.lae-posts-carousel .lae-posts-carousel-item .hentry {
    background: #ffffff;
    border-radius: 10px;
	border: 1px solid #b4d3e6;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


/************************ BACK TO TOP BUTTON ************************/
#topbutton {
  	position: fixed;
  	display: none;
  	height: 52px;
  	width: 52px;
  	line-height: 50px;
  	right: 12px;
  	bottom: 12px;
  	z-index: 1000;
  	background: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
  	border-radius: 50%;
  	text-decoration: none;
 	color: #00719a;
  	text-align: center;
	-webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
    transition: all .5s ease;
	-webkit-box-shadow: 0 0.25em 0.375em rgba(0,0,0,.25);
	-ms-box-shadow: 0 0.25em 0.375em rgba(0,0,0,.25);
	-o-box-shadow: 0 0.25em 0.375em rgba(0,0,0,.25);
    -moz-box-shadow: 0 0.25em 0.375em rgba(0,0,0,.25);
	box-shadow: 0 0.25em 0.375em rgba(0,0,0,.25);
}

#topbutton:after {
	content: "\2191";
	font-size: 24px;
}

#topbutton:hover {    
	-webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	background: #e7f4fc;
}


/************************ CUSTOM SCROLLBAR & SELECTION FOCUS ************************/

::-webkit-scrollbar {
    width: 10px;
    height: 100%;
	display:block;
	cursor:pointer;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 100%;
    display: none;
    background-color: transparent;
}

::-webkit-scrollbar-track-piece {
   background: #e7f4fc;
    -webkit-border-radius: 0px;
	cursor:pointer;
}

::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    background-color: #00719a;
    -webkit-border-radius: 0px;
	cursor:pointer;
}

::selection {
  background: #00719a;
  color: #ffffff;
}

::-moz-selection {
  background: #00719a;
  color: #ffffff;
}

img::selection {
  background: #00719a;
}

img::-moz-selection {
  background: #00719a;
}


/************************ ALWAYS 100% WIDTH TEMPLATE ************************/
.full_width_custom_wrap {
	max-width:100%;
}

.full_width_custom_col {
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	flex-basis: auto;
    flex-grow: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/************************ MW CUSTOM ACCORDIONS ************************/
.home .mw_accordion_wrapper {
	padding-bottom: 0px;
}

.mw_accordion_wrapper {
	padding-bottom: 60px;
}

.mw_accordion-content, .mw_accordion-toggle {
    padding: 1em 0;
}

.mw_accordion-toggle h4 {
	margin-bottom: 0px;
	line-height: 1 !important;
}

.mw_accordion .border {
    border-bottom: 1px solid #b4d3e6;
}

.mw_accordion .mw_accordion-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.mw_accordion .mw_accordion-toggle svg {
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 40px;
    flex: 0 0 2.5rem;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    margin-left: 2.5rem;
    color: #344ea0;
}

.mw_accordion .mw_accordion-content {
    padding-right: 0;
}

.mw_accordion .mw_accordion-toggle svg.rotated {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

/************************ 16:9 FIX FOR NEWS ARCHIVE IMAGES ************************/
.nv-post-thumbnail-wrap {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
	background: #f5f5f5;
	/*border: 1px solid #344ea0;*/
}

.nv-post-thumbnail-wrap img {
    position: absolute;
    top: 50%;
	-webkit-transform: translate(0,-50%) scale(1);
	-o-transform: translate(0,-50%) scale(1);
	-ms-transform: translate(0,-50%) scale(1);
	-moz-transform: translate(0,-50%) scale(1);
    transform: translate(0,-50%) scale(1);
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
    width: 100%;
}

.nv-post-thumbnail-wrap img:hover {
	-webkit-transform: translate(0,-50%) scale(1.05);
	-o-transform: translate(0,-50%) scale(1.05);
	-ms-transform: translate(0,-50%) scale(1.05);
	-moz-transform: translate(0,-50%) scale(1.05);
    transform: translate(0,-50%) scale(1.05);
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.article-content-col {
	-webkit-box-shadow: 0px 0px 40px -10px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 0px 40px -10px rgba(0,0,0,.25);
	-ms-box-shadow: 0px 0px 40px -10px rgba(0,0,0,.25);
	-o-box-shadow: 0px 0px 40px -10px rgba(0,0,0,.25);
    box-shadow: 0px 0px 40px -10px rgba(0,0,0,.25);
	-webkit-border-radius: 40px;
	-o-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
    border-radius: 40px;
    background: #ffffff;
}

.nv-post-thumbnail-wrap {
	-webkit-border-radius: 40px 40px 0 0;
	-ms-border-radius: 40px 40px 0 0;
	-o-border-radius: 40px 40px 0 0;
	-moz-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0;
}

.layout-grid .content > .blog-entry-title, .layout-grid .content > *.nv-meta-list, .layout-grid .content > *:last-child {
    margin: 10px 40px 0 40px;
}

.excerpt-wrap > p > *:last-child {
	display: table;
	margin-top: 10px; 
}

.single-post-container img.attachment-neve-blog.size-neve-blog.wp-post-image {
	top: 0;
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}

.nv-single-post-wrap .nv-thumb-wrap img.attachment-neve-blog.size-neve-blog.wp-post-image {
	position:relative;
}

img.attachment-neve-blog.size-neve-blog.wp-post-image {
    position: absolute;
    top: 50%;
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
    width: 100%;
	/*mix-blend-mode: darken;*/
}

.lae-posts-carousel .lae-posts-carousel-item .lae-project-image {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
	background: #f5f5f5;
	/*border: 1px solid #344ea0;*/
}

.lae-posts-carousel .lae-posts-carousel-item .lae-project-image img {
    position: absolute;
    top: 50%;
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
    width: 100%;
	/*mix-blend-mode: darken;*/
}

.posts-wrapper > article {
    margin-bottom: 30px;
    position: relative !important;
    left: inherit !important;
    top: inherit !important;
}

.lae-posts-carousel .lae-posts-carousel-item .lae-project-image:hover img {
    -webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-ms-filter: brightness(100%);
	-o-filter: brightness(100%);
    filter: brightness(100%);
}

.lae-posts-carousel .lae-posts-carousel-item .lae-project-image:hover:after {
	/* IE 8 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  	/* IE 5-7 */
  	filter: alpha(opacity=75);
  	/* Netscape */
 	 -moz-opacity: 0.75;
  	/* Safari 1.x */
  	-khtml-opacity: 0.75;
 	 /* Good browsers */
  	opacity: 0.75;
}

.lae-posts-carousel .lae-posts-carousel-item .lae-project-image:after {
    background:#131312;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
	width: 100%;
	display: block;
	content: '';
	z-index: 0;
}

.lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-entry-info {
	z-index: 1;
}
/************************ YOUTUBE REPEATER WRAPPER ************************/
.video_wrapper {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
	margin: 20px 0 40px 0;
}

.video_wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/************************ PHOTO REPEATER ************************/
.image_wrapper {
	width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
	margin: 0 0 24px 0;
	margin: 0 0 2.4rem 0;
	display: block;
}

.photo_repeater {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	background: center center no-repeat #e1e1e1;
	-o-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-ms-transition: all .75s ease;
	-webkit-transition: all .75s ease;
    transition: all .75s ease;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
	/* Good browsers */
	opacity: 1;
	background-size: auto 100%;
}

.photo_repeater:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	/* IE 5-7 */
	filter: alpha(opacity=85);
	/* Netscape */
	-moz-opacity: .85;
	/* Safari 1.x */
	-khtml-opacity: .85;
	/* Good browsers */
	opacity: .85;
	/*cursor: pointer;*/
	-o-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-ms-transition: all .75s ease;
	-webkit-transition: all .75s ease;
    transition: all .75s ease;
	background-size: auto 102%;
}

/************************ CUSTOM PRELOADER ************************/
body #load {
    display: block;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9901;
	font-size: 1.5em;
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
    /* IE 8 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  	/* IE 5-7 */
  	filter: alpha(opacity=100);
  	/* Netscape */
 	 -moz-opacity: 1;
  	/* Safari 1.x */
  	-khtml-opacity: 1;
 	 /* Good browsers */
  	opacity: 1;
    background-color: #ffc400; /** Body overlay colour **/
    visibility: visible;
    -webkit-transition: all .35s ease-out;
	-o-transition: all .35s ease-out;
	-moz-transition: all .35s ease-out;
	-ms-transition: all .35s ease-out;
    transition: all .35s ease-out;
}

body #load.loader-removed {
    /* IE 8 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  	/* IE 5-7 */
  	filter: alpha(opacity=0);
  	/* Netscape */
 	 -moz-opacity: 0;
  	/* Safari 1.x */
  	-khtml-opacity: 0;
 	 /* Good browsers */
  	opacity: 0;
    visibility: hidden;
}

.spinner-loader .load-wrap {
	color: #ffffff;
	font-size: 90px;
	overflow: hidden;
	width: 1em;
	height: 1em;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 40%;	
	margin: 72px auto;
	position: relative;
  	-webkit-transform: translateZ(0);
  	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	-ms-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	-o-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	-moz-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  transform: rotate(0deg);
  }
  100% {
	  -webkit-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
	  -webkit-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  transform: rotate(0deg);
  }
  100% {
	  -webkit-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  transform: rotate(360deg);
  }
}

/************************ CSS ANIMATIONS OFF ON SHITTY BROWSERS/MOBILE ************************/

/* Targets IE8-11, but also triggers FireFox 1.x 
 * • stackoverflow.com/questions/28417056/how-to-target-only-ie-any-version-within-a-stylesheet 
 * • can't edit Elementor in IE or Edge */

@media screen\0 {
/*.animated {all: unset;}*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	
	.animated, .animated.animated-slow {
		-webkit-animation-duration: 0s;
		-moz-animation-duration: 0s;
		-o-animation-duration: 0s;
		-ms-animation-duration: 0s;
		animation-duration: 0s;
	}
	
	.fadeIn, .fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
		animation-name: none;
	}	
}

@media (max-width: 768px){
/*.animated {all: unset;}*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	
	.animated, .animated.animated-slow {
		-webkit-animation-duration: 0s;
		-moz-animation-duration: 0s;
		-ms-animation-duration: 0s;
		-o-animation-duration: 0s;
		animation-duration: 0s;
	}
	
	.fadeIn, .fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
		animation-name: none;
	}			
}


/************************ CONTACT FORM ************************/
.wpcf7, .wpcf7 label {
	width: 100%;
	display: block;
	margin: 0;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]), select, textarea {
	border: 1px solid #00719a;
	color: #00719a;
	background: none;
	padding: 12px;
	padding: 1.2rem;
	margin: 0;
	width: 100%;
	height:auto; 
	resize:none;
	font: 400 18px/24px 'Nunito', Helvetica, Arial, sans-serif;
	font: 400 1.8rem/2.4rem 'Nunito', Helvetica, Arial, sans-serif;
	-webkit-appearance:none;
	background-color: #ffffff;
	overflow:auto; 
	outline:none;
	word-wrap:break-word; 
}

.mc-field-group {
    margin: 20px 0;
}

textarea {
	height: 240px;
	height: 24rem;
}

input:not([type="checkbox"]):not([type="radio"])::placeholder, select::placeholder, textarea::placeholder {
	color: #63729f;
}

input:focus:not([type="radio"]):not([type="checkbox"]), select:focus, textarea:focus {
	border-color: solid 0px #fff;
	outline: none;
}

input[type="checkbox"] {
	margin: 0 10px 0 0;
}

/*span.wpcf7-form-control-wrap::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #b4d3e6;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
    transition: all .5s;
    margin: 0;
}

span.wpcf7-form-control-wrap:hover::after {
    background: #ec882e;
} */