/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


html .row-bg-wrap.instance-0:after{
	background: none!important;
}

.home .backhome{
	display: none!important;
}

/* ======= GENERAL ======== */
.search-hero h4{ font-size: 22px!important;}
.search-hero h2{ font-family: "aenf"!important; display: inline-block; padding: 35px 0px 15px 0px; font-size: 100px!important; line-height: 1!important;  margin-bottom: 25px;}

.darkrow h2{
    color: #ffea01;
}

.testregister{
    max-width: 420px!important;
}

body[data-bg-header="true"] .container-wrap, body.single-portfolio .container-wrap, body.page-template-template-portfolio-php .container-wrap, body.tax-project-type .container-wrap{
    padding-bottom: 0px;}

.full-width-section > .col.span_12.dark h1, .full-width-content > .col.span_12.dark h1, .full-width-section > .col.span_12.dark h2, .full-width-content > .col.span_12.dark h2, .full-width-section > .col.span_12.dark h3, .full-width-content > .col.span_12.dark h3, .full-width-section > .col.span_12.dark h4, .full-width-content > .col.span_12.dark h4, .full-width-section > .col.span_12.dark h5, .full-width-content > .col.span_12.dark h5, .full-width-section > .col.span_12.dark h6, .full-width-content > .col.span_12.dark h6, .full-width-section > .col.span_12.dark, .full-width-content > .col.span_12.dark {
    color: #121212!important;
}

.container-wrap {
    padding-bottom: 0px!important;
}

body[data-dropdown-style="minimal"] .sf-menu >li ul {
    padding: 20px;
    width: 30em;
}

/* LANG SSWITCH */
.lang-item img{ margin-bottom: 0px!important; transform: scale(1.2); transform-origin: center; transition: all .25s ease;}
.lang-item > a:after{ display: none!important;}
.lang-item > a:hover img{ transform: scale(1.4); transform-origin: center; transition: all .25s ease;}

.footerbutton{  display: inline-block;
    border: solid 2px white;
    padding: 5px 22px;
    font-weight: bold;
}

@media screen and (min-width: 768px){
body:not(.single) .wpb_text_column p {
    font-size: 18px!important;
    line-height: 32px!important;
}
}

/* ===== SOCIAL MEDIA VOLGORDE ====== */
ul .instagram{ order: 1;}
ul .facebook{ order: 2;}
ul .linkedin{ order: 4;}
ul .youtube{ order: 3;}


/* ====== POP UP ======= */
.gform_footer input{
	padding: 14px 36px;
    color: #121212;
    font-family: dinbold;
    border-radius: 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.popmake h3{ color: white!important;}

html .gform_wrapper li.gfield.gfield_error, html .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,223,224,0); 
	padding-top: 0px!important;
    margin-bottom: 0px!important;
    border-top: 0px solid #C89797!Important;
	border-bottom: 0px solid #C89797!Important; }

.gform_wrapper div.validation_error {
	display: none!important;
    color: #ff3b01!Important;
    border-top: 2px solid #ff3b01!Important;
	border-bottom: 2px solid #ff3b01!Important; }

.gform_wrapper .gfield_error .gfield_label {
    color: inherit!important;
}

.gform_wrapper .validation_message {
	color: #d60000!important;}

@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px){
.gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
    margin-top: 10px!important;
}}

/* =======  BLOG TEXT ======= */
.single p{
	text-transform: none!important;
	font-size: 16px;
    line-height: 2;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    word-wrap: break-word;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.single li{
	font-size: 16px;
	text-transform: none!important;
}

/* ======= HOVER EFFECT ======= */

@media screen and (min-width: 1001px){

div.container-wrap p a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 0px 3px 0px 6px;
	margin-right: 2px;
	color: #121212!important;
}


div.container-wrap p a:not(.notyellow):before {
    transition: 100ms ease-out 50ms;
    -webkit-transform-origin: 0 24px;
    transform-origin: 0 24px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff9ab;
}

div.container-wrap p a.notyellow:hover img{
		opacity: 0.8;
		transition: all 0.2 ease;
	}

div.container-wrap p a:before, div.container-wrap p a:after {
    will-change: transform;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}

div.container-wrap p a:hover:before {
    transition: 100ms ease-out;
    -webkit-transform: scaleY(0.18);
    transform: scaleY(0.18);
    background: #fff9ab;
}

div.container-wrap p a:hover:after {
    transition: 50ms ease-out 100ms;
    -webkit-transform: none;
    transform: none;
}  
	
/* INSTAGRAM FEED */
	.eapps-instagram-feed-posts-item-media{
		filter: grayscale(100%);
		transition: all 0.1s ease;
	}
	
	.eapps-instagram-feed-posts-item:hover .eapps-instagram-feed-posts-item-media{
		filter: grayscale(0%);
		transition: all 0.1s ease;
	}

/* FOOTER NO BG */

	
.fb-like, .youtubesubs{ filter: grayscale(100%); transition: all 0.3s ease;}
.fb-like:hover, .youtubesubs:hover{ filter: grayscale(0%); transition: all 0.3s ease;}
	
#nectar_fullscreen_rows #footer-outer p a {
    display: inherit;
    position: inherit;
    text-decoration: none;
    padding: 0px;
	margin-right: 0px;
	line-height: inherit;
}


#nectar_fullscreen_rows #footer-outerp p a:before {
    transition: 100ms ease-out 50ms;
    -webkit-transform-origin: 0 24px;
    transform-origin: 0 24px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
}

#nectar_fullscreen_rows div#footer-outer p a:before, #nectar_fullscreen_rows #footer-outer p a:after {
    will-change: transform;
    content: "";
    display: none;
    position: absolute;
    z-index: -1;
}
	}

.fb-like{ display: inline-block!important; padding: 15px 15px 15px 0px!important;}
.youtubesubs{ display: inline-block!important; padding: 15px 15px 15px 0px!important;}

@media screen and (max-width: 1000px){
	
	
div.container-wrap p a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 0px;
	color: #121212!important;
}
	
div.container-wrap .col.span_12.light p a{
		color: #ffde00!important;
	}	
	
div.container-wrap p a:before {
	content: "";
    background: #ffde00!important;
	transition: 100ms ease-out 50ms;
    -webkit-transform-origin: 0 24px;
    transform-origin: 0 24px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
	display: block;
    position: absolute;
    z-index: -1;
}
}

/* ====== SUBMENU ====== */
.extramenu{
	margin-bottom: 0px!important;
}

.extramenu .page-submenu li a{
	opacity: 1;
}

@media screen and (min-width: 1001px){
.extramenu .page-submenu ul{
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}}

.extramenu .page-submenu li{
	flex-grow: 1;
	min-width: 25%;
	margin: 0px!important;
}

.extramenu .page-submenu li a{
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	padding: 10px 20px;
}

.extramenu .page-submenu li:hover a{
	background: #f9df34;
}

.page-id-70 .extramenu .page-submenu li:nth-child(1) a{
	box-shadow: inset rgb(177, 154, 1) 1px 2px 10px;
    background: #ecce03;
	pointer-events: none;
}

.page-id-319 .extramenu .page-submenu li:nth-child(2) a{
	box-shadow: inset rgb(177, 154, 1) 1px 2px 10px;
    background: #ecce03;
	pointer-events: none;
}

.page-id-558 .extramenu .page-submenu li:nth-child(3) a{
	box-shadow: inset rgb(177, 154, 1) 1px 2px 10px;
    background: #ecce03;
	pointer-events: none;
}

.page-id-327 .extramenu .page-submenu li:nth-child(4) a{
	box-shadow: inset rgb(177, 154, 1) 1px 2px 10px;
    background: #ecce03;
	pointer-events: none;
}

/* ====== HEADER TOP ====== */
.home .transparent #top{
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 1%, rgba(0,0,0,0.39) 41%, rgba(0,0,0,0.38) 43%, rgba(0,0,0,0) 97%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 1%,rgba(0,0,0,0.39) 41%,rgba(0,0,0,0.38) 43%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 1%,rgba(0,0,0,0.39) 41%,rgba(0,0,0,0.38) 43%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

/* ====== LOGO ====== */
@media screen and (min-width: 1001px){
#logo:after{
	content: "";
	background-image: url(https://aenf.nl/wp-content/uploads/2018/03/aenf-subtitel.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 72px;
	width: 152px;
	position: absolute;
    top: -17px;
    left: 125px;
	-webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
     transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
:lang(en) #logo:after{
	content: "";
	background-image: url(https://aenf.nl/wp-content/uploads/2020/08/aenf-subtitle.png)!important;
	width: 182px;
}
	
.small-nav #logo:after{
	height: 61px;
	left: 105px;
 	-webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
     transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
	}
}

/* ====== MAIN MENU ======= */
#header-outer nav .buttons{display: none!important;}
#header-outer nav .fa-home{ font-size: 28px;}
#header-outer .sf-menu .sub-menu li a{ padding: 10px!important;}

header#top nav >ul >li[class*="button_bordered"] >a:before, #header-outer.transparent header#top nav >ul >li[class*="button_bordered"] >a:before {
	border: 1px solid #fff; }

/* ====== SLIDER ===== */
.button a{
	font-family: dinregular!important;
	font-size: 15px!important;
    padding: 8px 100px!Important;
}

.button a.primary-color{
	color: #121212!important;
}


/* ======  CUSTOM FONTS  ====== */
h1, h2, h3{
	font-family: dinbold;
}

/* ======  SLIDER  ======= */
.swiper-slide.withbutton .content p{
	padding-bottom: 0.5em!important
}
.swiper-slide .content h2{
	text-shadow: #0000009c 1px 1px 30px;
}

.swiper-slide .content p{
	text-shadow: #0000009c 1px 1px 30px;
}

.introtext p{
	text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 2!important;
    font-size: 15px;
}

.swiper-container .slider-prev, .swiper-container .slider-next{
	background-color: rgba(0,0,0,0)!important;
}

.slider-pagination{
	bottom: 10px!important;
}

@media screen and (max-width: 1000px){
	.swiper-slide.withbutton .content p{
	padding-bottom: 0.8em!important
}
}

/* ===== BUTTONS ===== */
.loginhome{
	display: inline-block;
    max-width: 410px;
	width: 90%;
	margin: 0 auto;
}

.loginhome a{
	font-size: 16px;
	font-family: dinregular;
	letter-spacing: 1px;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    display: inline-block;
}

.loginhome a{
  border: 2px solid #ffde00;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 2px solid;
  outline-color: rgba(255, 255, 0, 0);
  outline-offset: 0px;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-color: rgba(255, 255, 0, 0.5);
  outline-offset: -2px;
}

.loginhome a:hover{
  border: 2px solid #ffde00;
  box-shadow: inset 0 0 20px rgba(255, 255, 0, 0.5), 0 0 20px rgba(255, 255, 0, 0.2);
  outline-offset: 15px;
  outline-color: rgba(255, 255, 0, 0);
}

.loginhome .yellowbutton{
	background-color: #ffde00;
	color: #121212;
}

.loginhome .blackbutton{
	margin-top: -2px;
}

/* ===== IMAGE EFFECTS ====== */
.grayscale .row-bg-wrap{
	filter: grayscale(100%);
}

/* ====== MOBILE MENU ====== */

#slide-out-widget-area-bg.fullscreen.dark, #slide-out-widget-area-bg.fullscreen-alt.dark {
    opacity: 1;
}

#slide-out-widget-area .inner-wrap{
	padding: 30px!important;
}

#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a{
    font-family: dinbold!important;
    opacity: 1!important;
    letter-spacing: 3px!important;
    font-size: 18px!important;
    line-height: 23px!important;
    color: #ffde00!important;
    text-transform: uppercase;
    padding: 25px!important;
}

#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .sub-menu li a{
	    font-family: dinbold!important;
    opacity: 1!important;
    letter-spacing: 2px!important;
    font-size: 14px!important;
    line-height: 18px!important;
    color: #ffde00!important;
    text-transform: uppercase;
    padding: 20px 0px!important;
}

#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container ul li.current-menu-item > a{
	color: #121212!important;
	background: #ffde00!important; 
}

#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container ul.sub-menu li.current-menu-item > a{
	color: #ffde00!important; 
	background: transparent!important; 
}

#slide-out-widget-area .subview > li:not(.subviewopen){
	display: none!important;
}

#slide-out-widget-area .subview{
	margin-top: -50px!important;
	transition: all 0.3s;
}


html #slide-out-widget-area .menuwrapper li.back, #slide-out-widget-area .menu.subview li.subviewopen >.sub-menu >li.back{
	margin-bottom: 5px!important;
}
html #slide-out-widget-area .menuwrapper li.back, #slide-out-widget-area .menu.subview li.subviewopen >.sub-menu >li.back a{
font-size: 13px!important;}


html #slide-out-widget-area .menuwrapper li.back, #slide-out-widget-area .menu.subview li.subviewopen >.sub-menu >li.back a:before{
	 content: "\f060";
	font-family: FontAwesome;
	padding-right: 5px;
} 


/* ====== TEAM PAGINA ====== */
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip{
    background: #121212;
    color: #ffde00;
    border-radius: 0px;
    font-family: dinregular;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
    padding: 10px 23px;
    font-weight: bold;
}
html .nectar_image_with_hotspots[data-stlye="color_pulse"][data-color="accent-color"] .nectar_hotspot {
    background-color: white!important;
    height: 16px;
    width: 16px;
	border-radius: 100%!important;}

html .nectar_image_with_hotspots[data-stlye="color_pulse"][data-color="accent-color"] .nectar_hotspot:after{
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    bottom: 0;
    left: -6px;
    right: 0;
    border-radius: 100%;
    border: 3px solid #fff;
    width: 22px;
    height: 22px;
}
	
.nectar_image_with_hotspots[data-hotspot-icon="plus_sign"] .nectar_hotspot span:before, .nectar_image_with_hotspots[data-hotspot-icon="plus_sign"] .nectar_hotspot span:after{
	    background-color: #ffde00;
}

@media only screen and (min-width: 690px) {
.nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span {
    height: 16px;
    width: 16px;
}

.nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span:before {
    height: 2px;
    width: 8px;
    left: 4px;
    top: 7px;
}

.nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span:after {
    height: 8px;
    width: 2px;
    left: 7px;
    top: 4px;
}

}

/* ======= VACATURES ====== */
.single-post .comments-section, .single-post .meta-comment-count{
	display: none!important;
}


/* ====== FOOTER ====== */
body #footer-outer .widget h4 {
    font-family: dinbold;
    font-size: 17px;
}

#footer-outer .textwidget{
	font-family: dinregular;
    font-size: 15px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

#footer-outer #footeraddress, #footermail, #footerphone{
	padding-left: 34px;
}

.contactadres, .contactphone, .contactmail{
	padding-left: 34px;
	color: #121212;
}

#footermail, #footerphone{
		font-weight: bold;
}

#footer-outer #footeraddress:before{
	content: "\f041";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	font-size: 28px;
}


#footerphone:before{
     content: "\f10b";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	line-height: 1;
	font-size: 32px;
}

#footermail:before{
     content: "\f0e0";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	font-size: 18px;
}

.contactadres:before{
	content: "\f041";
	font-family: FontAwesome;
	position: absolute;
	transform: translateX(-30px);
	font-size: 28px;
}


.contactphone:before{
     content: "\f10b";
	font-family: FontAwesome;
	position: absolute;
	transform: translateX(-30px);
	font-size: 32px;
}

.contactmail:before{
     content: "\f0e0";
	font-family: FontAwesome;
	position: absolute;
	transform: translateX(-30px);
	font-size: 18px;
}

.contactmail a{
	color: #121212!important;
}


#footer-outer a:not(.nectar-button):hover{
	color: #ffde00!important;
}
#footerphone:before, #footermail:before{
	color: f2f2f2!important; }

html ul.socialfooter{
	margin-bottom: -25px!important;
}

ul.socialfooter, .socialcontact{ 
	display: -webkit-box; display: 
	-ms-flexbox; display: flex; 
	-ms-flex-wrap: wrap; flex-wrap: wrap; 
	list-style: none; 
	margin: 0px!important; 
	padding: 0px;}

ul.socialfooter li, .socialcontact li{ 
	-webkit-box-flex: 1; 
	-ms-flex-positive: 1; 
	flex-grow: 1; 
	min-width: 32px; 
	text-align: left; 
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s; 
	transition: all 0.3s; 
	list-style: none!important; 
	margin: 0px;}

.socialcontact i.fa{
	font-size: 22px!important;
	color: #121212;
	transform: translateY(0px);
	transition: all 0.3s;
}

ul.socialfooter li:hover .fa, .socialcontact li:hover i.fa{ 
 	transform: translateY(-3px);
	transition: all 0.3s;
	color: #ffde00;
}

#footer-widgets .row > .col{
	transition: all 0.4s;
}

.facebookwrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.facebookwrapper div{
		padding-right: 14px;
	    display: inline-block;
}

.facebookwrapper div:last-child{
	padding-right: 0px;
}

.facebookscore h5{
	background: rgba(255,255,255,0.12);
	padding: 12px 20px;
	color: white!important;
	font-size: 20px;
	border-radius: 50px;
    display: inline-block;
	transition: all 0.5s ease;
}

.facebookwrapper:hover h5{
	background: #4692fa;
	transition: all 0.5s ease;
}

.facebookscore h5:after{
	content: "\f005";
	padding-left: 7px;
	font-family: fontAwesome;
}

@media only screen and (max-width: 1000px) and (min-width: 690px){
#footer-widgets .container .row > div:last-child, #footer-widgets .container .row > div.col_last {
    width: 100%;
}}

/* ======= WAAROM AENF ======= */

.waarombox h2{
	font-family: aenfnew!important;
	font-size: 35px!important;
	text-shadow: black 1px 1px 18px;
}

.waarombox p {
    letter-spacing: 4px;
	text-shadow: black 1px 1px 10px;
}

.waarombox > div {
	text-align: center;
}

@media screen and (min-width: 1001px){
	.waarombox > div {
	background: #0000007d;
    padding: 12%!important;
	}
}

@media screen and (max-width: 1001px){
	.waarombox p {
		font-size: 13px!important;
		line-height: 20px!important;
}
	.waarombox:before{
    content: "";
    background: #00000094;
    width: 150%;
    position: absolute;
    left: -25%;
    height: 130%;
    z-index: -3;
    top: -15%;
    box-shadow: black 1px 1px 54px;
}
	
}

@media only screen and (max-width: 1300px) and (min-width: 690px){
	
	body .nectar-slider-wrap[data-full-width="true"] .swiper-slide.normaltext .content h2{
		font-size: 34px!important;
		line-height: 42px!important;
	}
	
body .nectar-slider-wrap[data-full-width="true"] .swiper-slide.normaltext .content p, body .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide.normaltext .content p, body .full-width-content .vc_span12 .swiper-slide.normaltext .content p {
    font-size: 16px!important;
    line-height: 24px!important;
	}
}


@media only screen and (max-width: 690px){

body .nectar-slider-wrap[data-full-width="true"] .swiper-slide.normaltext .content h2{
		font-size: 28px!important;
		line-height: 38px!important;
	}
	
body .nectar-slider-wrap[data-full-width="true"] .swiper-slide.normaltext .content p, body .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide.normaltext .content p, body .full-width-content .vc_span12 .swiper-slide.normaltext .content p {
    font-size: 14px!important;
    line-height: 22px!important;}
}

/* ====== BUTTON HOVER NORBRUIS ======= */
.buttonwrap{
	max-width: 90%;
    margin: 0 auto;
}

.btn-mark{
	margin: 0px!important;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 42px;
	width: 100%;
	max-width: 430px;
    text-transform: uppercase;
    border: 2px solid #ffde00;
    color: #121212;
    text-align: center;
    padding-top: 7px;
    background: #ffde00;
    font-family: dinregular;
    letter-spacing: 1px;
    font-size: 15px;
     transition: all 0.3s;
	font-weight: bold;
}

.btn-mark.reverse{
    border: 2px solid #ffde00;
    color: #ffde00;
    background: transparent;
}

.btn-mark span{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #f7f7f7;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-mark.reverse span{
	background: #ffde00;
}

.btn-mark:hover{
    color: #121212;
    background: transparent;
    transition: all 0.3s;
}

.btn-mark:not(.reverse):hover{ border-color: white}

.btn-mark:hover span {
    width: 225%;
    height: 562.5px;
}

@media screen and (max-width: 1000px){
	.btn-mark{width: 100%;}
}

/* ======= RESPONSIVE ======== */
@media screen and (min-width: 1001px){
.mobileonly{
	display: none!important;
}
}


@media screen and (max-width: 1000px){
.desktoponly{
	display: none!important;
}
	
	.loginhome{
		max-width: 100%;
		width: 100%;
	}
	
	.reducepadding{
		padding-top: 40px!important;
		padding-bottom: 40px!important;
	}
	
	.reducepadding h2{
		font-family: dinbold!important;
		letter-spacing: 4px!important;
		font-size: 30px!important;
	}
}


@media only screen and (max-width: 690px) {
html .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p{
    font-size: 42px!important;
    line-height: 42px!important;
}
	html .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2{
    letter-spacing: 4px;
    margin-bottom: 15px;
    font-size: 18px!important;}

}

@media screen and (min-width: 481px){
	.realmobileonly{display: none;}
}
@media screen and (max-width: 480px){
	.tabletandmore{display: none;}
}

/* ========= ANIMATIONS =========== */

/* ======== RESPONSIVE SCREEN SIZE ======== */ 
@media only screen and (max-width: 690px){
html .container, html div.slider-nav, html .post-area.standard-minimal.full-width-content article.post .inner-wrap {
    max-width: 360px!important;
}
	}

#footer-outer #copyright p {
	text-transform: none!important;
    letter-spacing: 0.3px!important;
}


