/*
 Theme Name:     Verticallines Child
 Theme URI:      https://verticallines.se/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://verticallines.se/
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
/*body {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.site-header {
	overflow: hidden;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px){
  .site-header {
    max-height: 1366px;
  }
}

*/
/* very large screen 
@media only screen and (min-width: 3840px) {
  .site-header {
    max-height: 3000px;
  }
}
@media only screen and (max-width: 277px) {
  .vt-logo img{
	  max-width: 180px !important;
	 margin-right:20px!important;
  }
}
*/

/*
@media only screen and (min-width: 2500px) {
  .vt-logo {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 3840px) {
  .vt-logo {
    padding-top: 150px !important;
  }
}
*/