/* 
 Theme Name:     Divi Child
 Author:         seb
 Author URI:     http://hotel-heine.3fx-media.com
 Template:       Divi
 Version:        v.01
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.6
*/ 


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


.et_pb_bottom_inside_divider{
	z-index: 999 !important;
}

.wsp-pages-list .page-item-2984{display:none;}
.wsp-pages-list .page-item-3548{display:none;}

#main-header{
	border-bottom: #231a72 solid 10px;

}

.et-fixed-header #logo {
	content: url("/wp-content/uploads/2018/07/Hotel-Villa-Heine_small.svg");
	height: 110% !important;
	margin-bottom: -11px !important;
}


#top-menu .current-menu-item a::before,
#top-menu .page_item.current_page_item a::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
}

#top-menu .page_item a:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 100%;
	bottom: 50%;
	background: #231a72; /*** COLOR OF THE LINE ***/
	height: 2px; /*** THICKNESS OF THE LINE ***/
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#top-menu .page_item a:hover {
	opacity: 1 !important;
	background: none;
}


#top-menu .page_item a:hover:before {
	right: 0;
}
#top-menu .page_item li a:before {
	bottom: 10%;
}


#top-menu li li a {
	padding-left:0px;
}

.nav li ul{
	border: none;
}


#top-header .container {
	padding-top: 1.3em;
	font-weight: 600;
	padding-bottom: 0.75em;
}


#top-header{
	border: 1px solid #CFCFCF;

}


#et-info {
	padding-top: 4px;
	float: right;
	text-align: left;
	padding-right:20px;
}



.Plllanguage {
	margin-top:7px;
	float: right;
}

.Plllanguage ul{
	float:right;
}
.Plllanguage li{
	float:left;
	color: #CFCFCF;
}

.Plllanguage li a{
	color: #6c6c6c !important;
	text-align: right;
	padding-left: 10px;
}

strong{font-weight:600!important;}


.cta {
	float:right;

	text-align:center;

	margin-top: -3px;
}

.cta a {
	background: #fff;
	border:1px solid #231a72;
	color: #231a72 !important;
	padding: 7px 12px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 400 !important;
	transition: all 0.5s;

	margin-right: 25px;
	text-align: center;
}

.cta a:hover {
	background: #231a72;
	color: #fff !important;
}

#et-secondary-menu {
	width: 33.3%;
	float: left;
	text-align: center;
}



@media (max-width: 980px){
	#et-info {


	}

	.cta {




	}

	#et-info {


	}
}

@media (max-width: 740px){

	#et-info {

	}
}



.mobile_menu_bar:before {color: #231a72 !important;}

.et_mobile_menu{
	border-top: 3px solid #fff;
}

h2 {
	font-weight: 300 !important;
	color: #231a72 !important;
	font-family: "PT Sans" !important;
}

h3 {
	font-weight: 300 !important;

	font-family: "PT Sans" !important;
}

#footer-bottom{
	display: none !important;
}


#main-footer a{
	color: #fff !important;
}

.hvhFooter .et_pb_button{
	width:200px !important;
	text-align: center;
}


.wps-form {
	width: 100%;
	margin: 0 auto;
}
.wps-form .wps-form-row {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.wps-form .wps-form-row .wpcf7-form-control {
	width: 100%;
}
.wps-form .wps-form-column {
	flex: 1;
	width: 100%;
	padding: .5rem 0;
}
/* Notebook / Desktop */
@media only screen and ( min-width: 48em ) {
	.wps-form .wps-form-row {
		flex-direction: row;
	}
	.wps-form .wps-form-column {
		padding: .5rem 1rem;
	}
}

.wpcf7-form input {
	padding:7px;
	font-size:16px;
	border: 1px solid #bbb !important;
	border-radius: 5px;
}

.wpcf7-form textarea{
	margin-top:10px;
	padding:7px;
	font-size:16px;
	border: 1px solid #bbb !important;
	border-radius: 5px;
}

.wpcf7-form select{
	padding:7px;
	font-size:16px;
	height:35px;
}

.wpcf7-form .wpcf7-submit{
	background: #fff !important;
	color: #231a72;
	border:#231a72 solid 2px !important;
	transition: all 0.5s;
	font-size:20px;
	border-radius: 3px;

}

.wpcf7-form .wpcf7-submit:hover{
	background: #231a72 !important;
	color: #fff;

}
