/* 
 Theme Name:     Adventure
 Author:         Mark Hendriksen
 Author URI:     https://www.markhendriksen.com
 Template:       Divi
 Version:        1.0
 */ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/* ######################### */
/* ##### CHANGE COLORS ##### */
/* ######################### */

.dots-list ol li:before,
.dots-list ol li:after {
background: #B53834;
}

/* kleur Lees meer text op tag/categorie */

.et_pb_post .more-link { display: block !important; float: none !important; background: #104671!important; padding: 10px 20px; border-radius: 5px; }

.et_pb_post a.more-link {
color: #fff;
}

/* Einde kleur Lees meer text op tag/categorie */

/*schaduw by widget*/

#sidebar .et_pb_widget {
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
}

#sidebar #media_image-2 {
box-shadow: none;
}
 
/* Einde schaduw by widget*/


/*---------Header with changing words left---------*/
.rw-wrapper{
	width: 100%;
	position: relative;
	margin: -200px auto 0 auto;
	padding: 10px;
	overflow: hidden;
}
.rw-sentence{
	margin: 0;
	text-transform: uppercase;
	font-weight: 450;
	text-shadow: 0 0 0 rgba(0,0,0,0.0001);
}
.rw-sentence span{
	color: #FFFFFF;
    text-shadow: 2px 4px 7px #B53834;
	white-space: normal;
    text-align:left;
    line-height: 200%;
}
.rw-sentence > span:first-child{
	display: block;
	font-size: 160%;
}
.rw-words{
	width: 100%;
    max-width:1080px;
	height: 100px;
	-webkit-perspective: 800px;
	perspective: 800px;
}
.rw-words span{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	white-space: normal;
	overflow: hidden;
	text-align:left;
}
.rw-words-1 span{
	font-size: 250%;
	line-height: 90%;
	color: #104671;	
    text-shadow: 2px 4px 7px #FFFFFF;
	-webkit-animation: rotateWordsFirst 18s linear infinite 0s;
	-ms-animation: rotateWordsFirst 18s linear infinite 0s;
	animation: rotateWordsFirst 18s linear infinite 0s;
}
.rw-words-2 span{
	font-size: 130%;
	font-style: bold;
    color: #FFFFFF;
	line-height: 90%;
	-webkit-animation: rotateWordsSecond 18s ease-in infinite 0s;
	-ms-animation: rotateWordsSecond 18s ease-in infinite 0s;
	animation: rotateWordsSecond 18s ease-in infinite 0s;
}
.rw-words span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
}
.rw-words span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
}
.rw-words span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
}
.rw-words span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
}
.rw-words span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
}
@-webkit-keyframes rotateWordsFirst {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; width: 0px;}
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsFirst {
    0% { opacity: 0; -ms-animation-timing-function: ease-in; width: 0px;}
    5% { opacity: 1; -ms-animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWordsFirst {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; width: 0px;}
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-webkit-keyframes rotateWordsSecond {
    0% { opacity: 0; -webkit-transform: translateZ(600px) translateX(200px);}
    8% { opacity: 1; -webkit-transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsSecond {
    0% { opacity: 0; -ms-transform: translateZ(600px) translateX(200px);}
    8% { opacity: 1; -ms-transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWordsSecond {
    0% { opacity: 0; -webkit-transform: translateZ(600px) translateX(200px); transform: translateZ(600px) translateX(200px);}
    8% { opacity: 1; -webkit-transform: translateZ(0px) translateX(0px); transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@media screen and (max-width: 1023px){
	.rw-words{ height: 60px; }
	.rw-words-1 span{ font-size: 100%;}
	.rw-words-2 span { font-size: 90%; }
    .rw-words-1 text-align:left;
    .rw-words-2 text-align:left;
}
@media screen and (max-width: 560px){
	.rw-words{ height: 50px; }
	.rw-words-1 span{ font-size: 180%;}
	.rw-words-2 span { font-size: 90%; }
	.rw-sentence > span:first-child{ font-size: 80%;}
}
@media screen and (max-width: 400px){
	.rw-words{ height: 45px; }
	.rw-words-1 span{ font-size: 140%;}
	.rw-words-2 span { font-size: 70%; }
	.rw-sentence > span:first-child{ font-size: 60%;}
}

/*--EINDE-------Header with changing words---------*/





/* grijze lijn sidebar verbergen */
@media (min-width: 981px) {
.et_right_sidebar #main-content .container:before {
background: none;
}
}
/* Einde grijze lijn sidebar verbergen */
/* afbeeldingen verkleinen op index pagina's */
.archive .et_pb_post a img {
max-width: 25% !important; 
}
.et_pb_image_container img, .et_pb_post a img{
float:right !important;
}
/* Einde afbeeldingen verkleinen op index pagina's */
/* verspringen van pagina voorkomen */

body.et_fixed_nav.et_secondary_nav_enabled #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
top: 42px;
}

.safari #main-header {
top: 41px !important;
}

/* Einde verspringen van pagina voorkomen */
 
/*Lijn in menu*/
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 50%;
 background: #104671; /*** COLOR OF THE LINE ***/
 height: 3px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
/* Einde Lijn in menu*/

/* Hyperlinks lichte tekst in blauwe boxen */
.bluelink a {
color: #fff;
}

.bluelink a:hover {
border-bottom: 2px dashed;
}

/*Hyperlinks lichte tekst in blauwe boxen */

/*Hyperlinks lichte tekst in rode boxen */
.redlink a {
color: #fff;
text-decoration: underline;
border-bottom-color: #104671;
}

.redlink a:hover {
border: 2px dashed;
border-color: #104671;
text-decoration: none;
}

/*Hyperlinks lichte tekst in rode boxen */

/*Logo verbergen op homepage*/
.home #logo {
display: none;
}

/*Logo verbergen op homepage*/
/*Logo verbergen op contact/overusa4all*/
.page-id-673 #logo,
.page-id-776 #logo {
display: none;
}
/*Logo verbergen op contact/overusa4all*/
/* overhanging logo by Geno Quiroz */
 
#top-header {z-index: 99999;}
 
#logo {
    max-height: 200%;
    margin-top: 90px;
    margin-left: -30px;
    z-index: 100000;
}
 
@media only screen and (max-width : 980px) {
    #logo { margin-top: 0px}}
/* overhanging logo by Geno Quiroz */

/* ############################# */
/* ##### CHANGE FONT SIZES ##### */
/* ############################# */

@media only screen and (min-width : 479px) and (max-width : 980px) {
h2 {
font-size: 36px;
}}

/* ######################### */
/* ######## GENERAL ######## */
/* ######################### */

.subTitle {
font-size: 22px;
padding-right: 20px;
font-weight: bold;
}

a.buttonBig {
box-shadow: 0px 5px 20px #d6dee4;
-moz-box-shadow: 0px 5px 20px #d6dee4;
-webkit-box-shadow: 0px 5px 20px #d6dee4;
padding: 20px !important;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}

a.buttonBig:hover {
padding: 20px !important;
box-shadow: 0px 10px 30px #aab9c3;
-moz-box-shadow: 0px 10px 30px #aab9c3;
-webkit-box-shadow: 0px 10px 30px #aab9c3;
}

a.buttonSmall {
box-shadow: 0px 5px 20px #d6dee4;
-moz-box-shadow: 0px 5px 20px #d6dee4;
-webkit-box-shadow: 0px 5px 20px #d6dee4;
padding: 10px 20px !important;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}

a.buttonSmall:hover {
padding: 10px 20px !important;
box-shadow: 0px 10px 30px #aab9c3;
-moz-box-shadow: 0px 10px 30px #aab9c3;
-webkit-box-shadow: 0px 10px 30px #aab9c3;
}

/* ########################## */
/* ##### TOP BAR STYLES ##### */
/* ########################## */

@media only screen and (max-width : 980px) {
.socialTopHeader {
margin-bottom: 5px !important;
}

ul.socialTopBar { 
width:100%; 
text-align:center; 
margin: 0 0 0 0 ; 
margin-left: 5px;
}

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

.buttonTop .et_pb_module {
text-align: center;
}

.socialTop {
margin-bottom: 0px !important;
}}

.et_pb_social_media_follow li {
    margin-bottom: 5px;
}

/* ### END RESPONSIVE STYLES ### */

/* ############################# */
/* ######## MENU STYLES ######## */
/* ############################# */

#menu-main-navigation {
padding-left: 20px !important;
padding-right: 20px !important;
padding-top: 13px !important;
}

.fullwidth-menu li > a {
    padding-bottom: 15px !important;
}

.customMenu .et_pb_row {
max-width: 1400px;
}

.mobile_menu_bar:before {
font-size: 36px;
color: #fff;
}

.et_header_style_split .mobile_menu_bar, .et_header_style_left .mobile_menu_bar {
    margin-top: 5px;
}

@media (max-width: 980px) {
.et_pb_fullwidth_menu .et_pb_row {
    min-height: 0px;
}}

@media only screen and (min-width : 981px) and (max-width : 1200px) {
.container {
    position: relative;
    width: 98%;
}}

/* ### END MENU STYLES ### */

/* ############################## */
/* ##### HEADER STYLES HOME ##### */
/* ############################## */

@media only screen and (min-width : 981px) {
.headerHome {
 margin-top: -196px;
 z-index: -1
}}

@media only screen and (min-width : 667px) and (max-width : 980px) {
.headerHome {
margin-top: -280px;
z-index: -1;
}}

@media only screen and (min-width : 361px) and (max-width : 666px) {
.headerHome {
margin-top: -300px;
z-index: -1;
}}

@media only screen and (max-width : 360px) {
.headerHome {
margin-top: -360px;
z-index: -1;
}}

@media only screen and (max-width : 980px) {
.logoTop {
margin-bottom: 0px;
}

.taglineTop {
text-align: center;
}}

/* DOTS LIST */

.dots-list {
width: 100%;
}
 
.dots-list ol {
padding-left: 50px;
position: relative;
margin-bottom: 20px; 
list-style: none !important; 
}
 
.dots-list ol li { 
position: relative; 
margin-top: 0em; 
margin-bottom: 20px; 
}
 
.dots-list ol li .number_divider {
position: absolute; 
left: -50px; 
font-weight: 800; 
font-size: 2em; 
top: -5px;
}
 
.dots-list ol li:before {
content: "";
position: absolute;
width: 2px;
top: 1px;
bottom: -21px;
left: -24px; 
}
 
.dots-list ol li:after { 
content: ""; 
position: absolute; 
width: 15px; 
height: 15px;
border-radius: 100%;
top: 1px; 
left: -31px; 
}
 
.dots-list ol li:last-child:before { 
content: ""; 
}


/* ############################## */
/* ######### WHAT WE DO ######### */
/* ############################## */

@media only screen and (min-width : 981px) and (max-width : 1430px) {
.et_pb_column .overlap-image-bottom {
margin-top: 0px !important;
}}

.overlap-image-1 img {
    padding-top: 5%;
    padding-left: 0%;
    padding-right: 5%;
}

.overlap-image-2 img {
    margin-top: -25%;
    padding-left: 0%;
	box-shadow: 0px 3px 20px #969696;
    -moz-box-shadow: 0px 3px 20px #969696;
    -webkit-box-shadow: 0px 3px 20px #969696;
}

@media all and (max-width: 980px) {
.overlap-image-2 img {
    margin-top: -25%;
    margin-left: 20%;
	box-shadow: 0px 3px 20px #969696;
    -moz-box-shadow: 0px 3px 20px #969696;
    -webkit-box-shadow: 0px 3px 20px #969696;
}}

@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}}

/* ####### END WHAT WE DO ####### */

/* ############################## */
/* ########### SIDEBAR ########## */
/* ############################## */

h4.widgettitle { 
background-color: #B53834;
    padding: 15px;
    color: #fff;
    text-align: center;
}

.et_pb_widget_area_right .et_pb_widget {
	box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    padding: 20px;
}

.et_pb_widget_area_right .et_pb_widget .textwidget {
	font-size: 14px;
    line-height: 1.5em;
    padding-top: 20px;
	text-align: center;
}

a.widgetButton {
	background-color: #1974d1;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 25px;
    margin: 0 auto;
    display: inline-block;
}

a.widgetButton:hover {
	background-color: #B53834;
}

.listWidget .textwidget {
	text-align: left !important;
	padding-left: 25px;
}

.listWidget .textwidget ul {
	list-style-type: disc !important;
}

.widget_search #searchform {
    margin-top: 20px;
}

.single #left-area .et_pb_widget ul, single .entry-content .et_pb_widget ul {
    padding-bottom: 0px !important;
    margin-top: 20px;
}

.et_pb_widget_area_right ul {
margin-top: 20px;
}

/* ########### END SIDEBAR ########## */

@media all and (max-width: 1300px) {
span.subparagraph {
	display: block ;
}}

.single #left-area ul, single .entry-content ul {
    padding-bottom: 0px !important;
}

.single .logo_tagline {
z-index: 1;
}

.single .customMenu {
z-index: 1;
}

.single .TopBarSection {
z-index: 1;
}



#et-secondary-menu {
    float: left;
    width: 100%;
}

#et-secondary-nav, #et-secondary-nav li {
    display: inline-block;
    float: right;
}

#et-info, #et-secondary-menu > ul > li a {
    padding-bottom: 0em;
}

#top-header .et-social-icon a {
    font-size: 14px;
	border: 1px solid #fff;
    padding: 9px 7px 7px 9px;
    border-radius: 3px;
}

#top-header .et-social-icons li {
    margin-top: -2px;
    margin-left: 5px;
}

#top-header .container {
    padding-top: 5px;
	padding-bottom: 5px;
    font-weight: 600;
}

@media only screen and (max-width: 980px) {
#top-header .container {
    padding-top: 0px;
    padding-bottom: 0px;
}}

.buttonTopHeader a {
	line-height: 30px;
    color: #ffffff!important;
    background: #104671;
    border-width: 0px!important;
    border-color: #B53834;
    border-radius: 25px;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: bold!important;
    text-transform: uppercase!important;
    padding: 0 20px;
	display: inline-block !important;
}

@media only screen and (min-width: 981px) {
.et_header_style_left #et-top-navigation nav>ul>li.current-menu-item>a {
	padding: 30px 20px;
	color: #fff;
    background-color: #104671;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
	padding: 30px 20px;
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 0px 0 0 0 !important;
}

.nav li:hover {
    background-color: #B53834;
}

#top-menu li {
    display: inline-block;
    padding-right: 0px;
}

#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
    top: 30px !important;
}}

@media only screen and (min-width: 981px) {
.customHeader .et_pb_fullwidth_header {
padding: 250px 0;
}}

@media only screen and (max-width: 980px) {
.customHeader .et_pb_fullwidth_header {
padding: 150px 0;
}}