/*   
	Theme Name:        Studio Campo Theme
	Theme URI:         https://studiocampo.nl
	Description:       Studio Campo theme.
	Author:            Studio Campo
	Author URI:        https://studiocampo.nl
	License:           GNU General Public License v3 or later.
	License URI:       https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:       sc-theme
*/



/* Algemeen */
html,
body {
  padding: 0;
	margin: 0;
	
}
header{
	overflow-x: clip !important;
}
main{
	overflow-x: clip !important;
}
.sc-patroon-header{
	overflow-x: clip !important;
}


a,
input,
button,
select,
textarea,
i {
  outline: none;
}

.dialog-lightbox-close-button {
  text-decoration: none;
}
html,
body{
  width:100%;
  /* overflow-x:hidden; */
}


/*footer*/
footer a{
	line-height: 1.56em;
	font-family: 'Montserrat';
	padding: 0px;
	color: white;
	font-size: 20px;
	font-family: "Josefin Sans", sans-serif;
}
footer a:hover {
	color: #E4032E !important;
}
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none!important;
}



/*WPML*/
.wpml-ls-legacy-list-horizontal {
    padding: 0px!important;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 0px 5px 0px!important
}



/* Header */

.site--logo{
	transform: scale(1);
	/* This timing applies on the way OUT */
  transition-timing-function: ease-in;
  /* Quick on the way out */
	transition: 0.2s;
	transform: translateY(0.5%);
	margin-bottom: -150px !important;

}
.elementor-sticky--effects .site--logo{
	transform: scale(0.55)!important;
	margin-bottom: -150px !important;
	
}

/*Contact*/
.sc-contactgegevens a{
	color:white;
}
.sc-contactgegevens a:hover{
	color:#A5B5DB;
}
.sc-contactform a{
	color:#E4032E;
}
.sc-contactform a:hover{
	color:#A5B5DB;
}

@media (min-width:321px) and (max-width:768px) {
	.site--logo{
		transform: scale(1);
		/* This timing applies on the way OUT */
	  transition-timing-function: ease-in;
	  /* Quick on the way out */
		transition: 0.2s;
		transform: translateY(0.5%);
		margin-bottom: -60px !important;
	
	}
	.elementor-sticky--effects .site--logo{
		transform: scale(0.75)!important;
		margin-bottom: -65px !important;
		
	}
	
}

@media (min-width:769px) and (max-width:892px) {
	.site--logo{
		transform: scale(1);
		/* This timing applies on the way OUT */
	  transition-timing-function: ease-in;
	  /* Quick on the way out */
		transition: 0.2s;
		transform: translateY(0.5%);
		margin-bottom: -90px !important;
	
	}
	.elementor-sticky--effects .site--logo{
		transform: scale(0.55)!important;
		margin-bottom: -80px !important;
		
	}

}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
	background-color: #3f444b00!important;
	
}
