/*
 Theme Name:     ARTIST A
 Theme URI:      http://www.a-office.dk
 Description:    Divi Child Theme
 Author:         A / Andreas Kjaergaard
 Author URI:     http://www.a-office.dk
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");

 
/* =Theme customization starts here
------------------------------------------------------- */

html {
       overflow-y: scroll;
} /* Force scroll bar all pages */



/* LAYOUT */



.et_pb_portfolio_item h2 {
  font-size: 1em!important;
} /* Mindre tekst i portfolio-titler */

.et_pb_row {
padding: 10px 0 0 0!important;
} /* Mindre afstand mellem elementer, herunder menu og content og content og footer */


#top-menu {
  text-transform: uppercase;
  margin-top:3px;
} /* Uppercase, lidt ned */

#top-menu li, .fullwidth-menu li {
  font-size: 12px;
} /* Mindre tekst i menu */

.less_margin_below {
margin-bottom: 15px;
padding-bottom: 0px;
}

#no_padding_top {
padding-top: 0px!important;
}

#no_padding_bottom {
padding-bottom: 0px!important;
}

#logo {
max-width:300px;
}


/* FOOTER */

#main-footer {
background-color:#FFF!important;
text-align: center;
margin-bottom:30px;
text-transform:uppercase;
	
}

#main-footer .et_pb_row {
border-top: 1px solid #000;
}

/* RESPONSIVE */


@media only screen and (min-width: 980px) and (max-width: 1080px) {
	#top-menu li {
    	font-size: 11px;
    	padding-right: 14px;
	}
} /* For mange og for lange menupunkter */


@media only screen and (max-width: 980px) {
	#logo {
	max-width:300px;
	}
} /* Logostørrelse max 300 også under 980px i bredden */


