/*
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:*/

.main_color .sidebar .current_page_item > a, .main_color .sidebar .current-menu-item > a {
    color:#f03;
}

.main_color .sidebar a {
    color:#000000;
}

.avia-button.avia-size-large {
    background-color: #f03 !important;
}

.avia_image {
    border-radius: 20px;
}

#main {
    background-color:transparent;
}

#socket {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#header_main {
    border-top-left-radius: 20px !important;
    Border-top-right-radius: 20px;
}

.boxed#top { margin-top: 20px; margin-bottom: 20px; }
.header_color .header_bg { background-color: transparent; }
#header_main { background: white; }

#top #header_main > .container .main_menu ul:first-child > li > a {
font-size:14px;
}

.boxed#top { 
box-shadow: 3px 3px 10px 1px #888888;
border-radius:20px; 
}

.avia-section { min-height: 50px; }

.sidebar .widget_nav_menu ul:first-child > .current-menu-item, .sidebar .widget_nav_menu ul:first-child > .current_page_item, .sidebar .widget_nav_menu ul:first-child > .current-menu-ancestor {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    background-color: #ffffff !important;
}

.avia-google-map-container {
    border-radius: 20px;
}