/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* main header logo size */

.logo svg {
    width: 250px;
    height: 156px;
}

/* hide google recaptcha badge */

.grecaptcha-badge {
    visibility: hidden;
}


/* remove border around footer */

.footer_color {
    border: none !important;
}


/* hide scroll up */

#scroll-top-link {
    display: none !important;
}


/* dont indent left nav active menu item */

.sidebar_left.sidebar_align_left.sidebar {
    text-align: left;
}

.sidebar_left.sidebar_align_left .news-thumb {
    float: left;
    margin: 4px 9px 0 0
}

.sidebar_left.sidebar_align_left .widget_nav_menu ul:first-child>.current-menu-item,
.sidebar_left.sidebar_align_left .widget_nav_menu ul:first-child>.current_page_item,
.sidebar_left.sidebar_align_left .widget_nav_menu ul:first-child>.current-menu-ancestor {
    padding-left: 0px;
}


/* iconbox colors */

.iconbox_icon.heading-color {
    color: #32699b;
}

.main_color .avia-icon-list .iconlist_icon {
    background-color: white;
    color: #32699b;
}

.main_color .avia-icon-list:hover .iconlist_icon {
    color: #32699b;
}


/* notifications */

.avia_message_box_content {
    text-transform: none;
}

.avia_message_box,
.avia_message_box a {
    background-color: #F5F5F5 !important;
    border-color: #F5F5F5 !important;
    text-shadow: none !important;
}

.avia_message_box.avia-color-red,
.avia_message_box.avia-color-red a {

    color: #ff0000;
}

/* breadcrumbs */
.breadcrumb-trail span.trail-before {
    display: none !important;
}

/* breadcrumb align left */
.title_container .breadcrumb {
    left: 50px;
    right: auto !important;
}

/* padding between iconbox header and content */
.iconbox_content_container {
    margin-top: 15px;
}