/*
 Theme Name:   MBJ Framework
 Theme URI:    https://www.madebyjuno.dk/
 Description:  Customized theme by Made by Juno
 Author:       Made by Juno
 Author URI:   https://www.madebyjuno.dk/
 Template:     enfold
 Version:      1.0.0
 Tags:         customized
 Text Domain:  enfold-child
*/

/* @import url("style-2.css"); */

/* =Media Queries
-------------------------------------------------------------- */

/* large screens with 1140px with */
	@media only screen and (min-width: 1140px)  {}

/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 989px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 989px) {}

/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


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


.iconbox .iconbox_content .iconbox_content_title {
    border: medium none;
    padding: 2px 0 0 0;
    position: relative;
    margin: 0 0 16px 0;
    clear: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
}


span.header-cta-container {
		font-size: 25px;	
    float: right;
		font-weight: 600;
		height: 90px;
    line-height: 90px;
    margin-right: 10px;
    font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
  span.header-cta-container {
  	display: none !important;
  }
}

.main_menu {
	display: none !important;
}

 .av-iconlist-small .iconlist_content_wrap .entry-content-header {
	 height: 6em;
	
	 font-weight: 600;
 }

.flex_column.av_one_fourth.flex_column_table_cell {
	margin-bottom: 0 !important;
}





















































/* =mbj theme customization
-------------------------------------------------------------- */

/* Burger-icon */
.header_color.av_header_transparency .avia-menu-fx, 
.av_header_transparency div .av-hamburger-inner, 
.av_header_transparency div .av-hamburger-inner::before, 
.av_header_transparency div .av-hamburger-inner::after {
	border-radius: 0;
	height: 1px;
}
.av_header_transparency .main_menu ul:first-child > li > a:hover, 
#wrap_all .av_header_transparency .sub_menu > ul > li > a:hover {
    opacity: .5;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/* Remove image overlay (circle and arrow) */
.image-overlay {
	display: none !important;
	opacity: 0 !important;
}
/* Remove border-radius on image */
.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    border-radius: 0;
}