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

nav.main_menu .avia-menu{
display:none!important;
}

@media only screen and (max-width: 479px) {
  .responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
    display: inherit;
  }
}

#header #header_main .logo.bg-logo a span.subtext.avia-standard-logo-sub {
	font-size:36px;
	font-family:"Dancing Script", cursive;
	color:#000000;
}

@media screen and (max-width: 530px) {
#header #header_main .logo.bg-logo a span.subtext.avia-standard-logo-sub {
	font-size:30px;
}
}
@media screen and (max-width: 440px) {
#header #header_main .logo.bg-logo a span.subtext.avia-standard-logo-sub {
	font-size:26px;
}
}

@media screen and (max-width: 382px) {
#header #header_main .logo.bg-logo a span.subtext.avia-standard-logo-sub {
	font-size:18px;
}
}
.logo img, 
.responsive .logo img, 
.responsive .logo svg
{ display: none; }

.html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {padding-top:0px;}