/* 
 Theme Name:     CoMaSys
 Author:         CoMaSys
 Author URI:     https://comasys.dk/
 Template:       Divi
 Version:        1.0.0
 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.9
*/ 


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

/*Fjern horisontal scrollbar*/
body {overflow-x:hidden;}

/*Fix mobil menu*/
.et_fixed_nav #main-header, .et_fixed_nav #top-header {position: fixed!important;}

/*Højde på mobil dropdown og scroll*/
.et_mobile_menu {height: 300px;	 overflow-y: scroll;}
 
 a, a:hover, a:focus{-webkit-transition:none;-moz-transition:none; transition:none;opacity:1!important;}

