/*
Theme Name: Enfold Child
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: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/



@media screen and (max-width: 800px) {
h2,h3 {
    font-size: 27px!important;
    margin-bottom: 0px !important;
}
}


/* MAIN MENU HIGHLIGHT ACTIVE TAB */

.main_menu li.current-menu-parent ul li.current-menu-item a, .main_menu li.current-menu-ancestor ul li.current-menu-item a {
color: #e9492d !important; /* highlight color */
text-decoration: underline !important;
 
}




/* responsive */

@media only screen and (max-width: 989px) {
	.responsive .sidebar {
		display:none !important;
	}

	.responsive #top .container .av-content-small {
		width:100%;
	}

	.responsive .content {
		border-right:none;
	}

	.responsive .content .entry-content-wrapper {
		padding: 0;
	}
}



@media only screen and (max-width: 990px){
.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
}}


/* rscroll up */

html, #scroll-top-link, #av-cookie-consent-badge {
    background-color: #4d4c4c;
}


#top .fullsize .template-blog .post .entry-content-wrapper {
    text-align: left;
    font-size: 1.15em;
    line-height: 1.7em;
    max-width: 1260px;
    margin: 0 auto;
    overflow: visible;
}

/* more blog */
.bloglist-excerpt .more-link {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    z-index: 2;
    background-color: #fcfcfc;
    color: inherit;
    line-height: 2.1em;
    font-size: 0.75em;
}


#top .fullsize .template-blog .post .entry-content-wrapper {
    text-align: left;
    font-size: 1.15em;
    line-height: 1.7em;
    max-width: 800px;
    margin: 0 auto;
    overflow: visible;
}