/*
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:*/

/* ---------- TYPOGRAPHY ---------- */
/* Menu item active */
#top #header .av-main-nav > li.current_page_item > a {color:#F59A00;}

.av-main-nav > li.page_item.current_page_item {background-color: #f7f1e5;}

/* Buttons */
.avia-button.avia-size-large { font-size: 18px; } /* for large buttons */
.avia-button.avia-size-medium { font-size: 18px; } /* for medium buttons */
.avia-button.avia-size-small { font-size: 18px; } /* for small buttons */
body div .avia-button { font-size: 18px; }

/* Accordeon element */
.toggler .toggle_icon {border:none;} /* toggle icon border color */
.toggle_icon .vert_icon, .toggle_icon .hor_icon {border-color: #0a584e;} /* toggle icon color */

/* Promo content element */
.avia-promocontent p {
    font-size: 18px;
}

/* Hyperlinks */
.main_color a:hover strong{color:#f59b00;}

/* Homepage header */
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
    background: rgba(10, 88, 78, 0.8) none repeat scroll 0 0;
}