/*
Theme Name: Garlic
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Simon van der Leek - Linden Mobile
Author URI: https//:lindenmobile.com
Template: enfold

*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,800');

img { border-radius: 0 !important; }

#header {
	background: #fff;
}

#top #wrap_all .av-inherit-size .av-special-heading-tag {
	font-size: 0.7em!important;
	  overflow-wrap: break-word;

		
}

#header_main {
background: url('https://www.garlic.eu/app/uploads/2019/03/garlic-icon.png') no-repeat center center;
background-size: 50px 50px;
}

#header_main .logo img {
	max-width:250px;
	height: auto!important;
	margin-top:5px;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.avia-menu-fx {
    bottom: auto !important;
	top:75px;
	height: 5px;
}

.iconbox_icon { 
	border-radius: 3px !important; }

.av_font_icon.av-icon-style-border .av-icon-char {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    display: block;
    margin: 0 auto;
    padding: 5px;
    color: inherit;
    border-color: inherit;
    position: relative;
    clear: both;
}

h1 {
	padding-left:30px!important;
	border-left:8px solid #e31837!important;
	font-weight: 800!important;
}

#top .outofthebox .iconbox {
	position: relative;
	left: -30px;
	top:-15px;
}

#top .outofthebox .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon {
    width: 110px;
    height: 80px;
    font-size: 60px;
    border-radius: 0px!important;

}

.outofthebox .iconbox .iconbox_content .iconbox_content_title {
    font-size: 1.5em;
	 z-index: 1;
		padding-top: 20px;
}

.outofthebox .avia-button-right {
	position: absolute;
	bottom:-15px;
	right:15px;
}

.current-page-ancestor > a > .avia-menu-fx {
    opacity: 1;
    visibility: visible;
}



@media only screen and (max-width: 1024px) {
	
	.outofthebox .iconbox .iconbox_content .iconbox_content_title {
    padding-left: 30px;
		padding-top: 10px;
}
	.iconbox_left_content .iconbox_content, .iconbox_right_content .iconbox_content {
		overflow:visible;
	}
	
	.av-main-nav > li.menu-item-avia-special {
    display: block;
}
.av-main-nav > li {
    display: none;
}

}



/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles 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 (max-width: 768px) {
	#header_main {
	background: none;
	}
	
		h1 {
		font-size: 40px!important;
	}
	
	.flex_cell.no_margin.av_one_half {
		padding: 30px 100px!important;
	}
	
	.flex_cell.no_margin.av_three_fourth {
	
		min-height: 200px!important;
	}
	
	.outofthebox .iconbox .iconbox_content .iconbox_content_title {
    font-size: 1em;
	
}
	
}
	
	
		
	
	@media only screen and (max-width: 380px) {
		h1 {
			font-size: 30px!important;
		}
	
}