/* 
 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*/
header#main-header.et-fixed-header, div#top-header.et-fixed-header {position: fixed!important;}


 
 a, a:hover, a:focus{-webkit-transition:none;-moz-transition:none; transition:none;opacity:1!important;}
 
 .et-social-google-plus a.icon:before {content: "\e081";}

/*Ninja Forms*/
.nf-form-content{max-width:100%!important;}
.nf-form-fields-required {font-size: 13px; line-height: 20px;}
.nf-field-container:last-child {
    margin-bottom: 0px!important;
}

.et-pb-arrow-prev, .et_pb_slider:hover .et-pb-arrow-prev {left:0px;}
.et-pb-arrow-next, .et_pb_slider:hover .et-pb-arrow-next {right:0px;}

/*Flex indhold*/
/*sæt flex-content i kolonnens class HUSK at justere modulernes bredde*/
.flex-content {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;}


 /*4 col til 2 på mobil*/
 /*Rammer alle 1/4-dels kolonner*/
@media (max-width: 479px){
.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {  width: 47.25%!important;margin-right: 5.5%!important;}
	.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(even), .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4:nth-child(even), .et_pb_row_4col>.et_pb_column.et_pb_column_1_4:nth-child(even) {    margin-right: 0!important;}
}
 /*4 col til 2 på mobil*/
 /*HUSK at sætte col-2-mobil som class på rækken*/
@media (max-width: 479px){
.col-2-mobil>.et_pb_column.et_pb_column_1_4 {  width: 47.25%!important;margin-right: 5.5%!important;}
	.col-2-mobil>.et_pb_column.et_pb_column_1_4:nth-child(even) {    margin-right: 0!important;}
}