/*
 Theme Name:   Enfold Child
 Theme URI:    http://customcms.dk
 Description:  Renest.dk Theme
 Author:       Mika Pedersen
 Author URI:   http://customcms.dk
 Template:     enfold
 Version:      1.0.0
 Tags:         renest.dk, blue, responsive
 Text Domain:  enfold-child
*/


@import url("../enfold/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
	.hidden-desktop {display:none !important;}
	.visible-desktop {display:block !important;}
}


@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
	.hidden-desktop {display:block !important;}
	.visible-desktop {display:none !important;}
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
  /* Add your Mobile Styles here */
	.hidden-desktop {display:none !important;}
	.visible-desktop {display:block !important;}
}


/*
trimm mobile menu botton Style
================================================== */
/* Note: kun for top menu knappen */

#advanced_menu_toggle, #advanced_menu_hide {
  
  
  position: absolute;
  right: 0;
  top: 20%;
}


/*
Soege kontrol
================================================== */
/* Note: baggrunds farvet og tekst */

#header_main_alternate {
    
}
.header_color .header_bg {
 
}

/*
Formular kontrol
================================================== */
/* Note: baggrunds farvet og border */

 #top .main_color .input-text, #top .main_color input[type="text"], #top .main_color input[type="input"], #top .main_color input[type="password"], #top .main_color input[type="email"], #top .main_color input[type="number"], #top .main_color input[type="url"], #top .main_color input[type="tel"], #top .main_color input[type="search"], #top .main_color textarea, #top .main_color select {
  
}



.avia-fullwidth-slider.avia-builder-el-0 {
  align-self: center;
  border-top: medium none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1030px;
}
