/**handles:avia-style**/
/*
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:*/
a:hover {
    cursor: pointer;
}
body .column-top-margin {
    margin-top: 30px !important;
}
/**top menu styling***/
.av_minimal_header .avia-menu-fx {
    display: block;
}
/***new side menu styling***/
.togglecontainer {
    margin: 0 !important;
}
.side_menu a.item {
    border: 1px solid #e1e1e1;
    line-height: 3.3em;
    padding-right: 3px;
    width: 100%;
    float: left;
    display: block;
    margin: 9px 0 9px 0;
    padding-bottom: 1px;
    overflow: hidden;
    position: relative;
}
/*header widget for text size*/
#header .widget {
    left: 80%;
    padding-top: 20px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: 999;
}
/*.av-burger-overlay {
    opacity: 1.0 !important;
}*/
ul.sub-menu, #header .avia_mega_div {
    opacity: 1 !important;
}
/***main menu styling***/
.avia-menu-fx {
    height: 2px;
    bottom: 20px;
}
.header_color .avia-menu-fx {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
@media (min-width: 767px) {
    .avia-menu.av-main-nav-wrap {
   /* display: none;*/
    }
}
.image-container.centre {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
    
#footer .widgettitle {
    color: #fff !important;
    text-shadow: 0px 0px 2px #1f1a1a;
    font-weight: bold;
}
.container_wrap.footer_color {
    color: #1f1a1a !important;
    font-weight: bold;
}
.footer-logos img {
    box-shadow: 0px 0px 2px #1f1a1a;
}
.template-page .entry-content-wrapper h2 {
    text-transform: none !important;
    font-variant: small-caps;
}
/* Woocommerce Styles */
.summary.entry-summary .wcap-preview-btn-div {
    background-color: #4086c2;
    margin-bottom:20px;
    max-width: 20%;
}
div#wcap-player-id {
    background: #fcfcfc;
}
.html_visible_cart .cart_dropdown {
    right: 30px;
}
strong.main-title.entry-title a {
    font-size: 20px;
    position: relative;
    top: -10px;
    left: -4px;
}
.title_container .breadcrumb {
    top: 70% !important;
}
/***style free recording & shop link***/

#menu-item-4248 {
    padding-right: 20px !important;
    padding-left: 0 !important;
    left:inherit !important;
    top: 0 !important;
    box-shadow: 1px 1px 7px gray;
    background: rgb(72, 155, 216)!important; 
}
.notice-button {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px 10px 5px;
    background: rgb(72, 155, 216)!important;
    text-align: center;
    margin-bottom: 1em !important;
    transition: 0.5s;
    max-width:80%;
    margin-left: auto;
    box-shadow: 1px 1px 7px gray;
}
.notice-button:hover, #menu-item-4248:hover {
    background-color: rgba(78, 130, 178, 0.77) !important;
    cursor: pointer;
    box-shadow: none;
}
.notice-button a {
    color: white !important;
    transition: 0.5s;
}
/***Testimonial Slider*****/
.testimonial {
    min-height: 165px;
}
.avia-content-slider {
    margin-bottom: 0;
}
.blog-categories, .slide-meta-time, .slide-meta { 
    display: none !important;
}
blockquote {
    background: rgba(229, 229, 229, 0.82);
    border: 1px solid black;
    font-size: 1em;
    padding: 5px 20px;
}
.main_color blockquote {
    border: none;
    background: none;
    color: black;
}
/***turn off H3 title display for testimonial slides****/
h3.slide-entry-title.entry-title {
    display: none !important;
}