/*
Theme Name: Songwoman
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:*/
.av-section-bottom-logo {
  margin: 20px 0 -12px;
}
.sub_menu_socket {
  display: none;
}
#socket .copyright {
  text-align: center;
  width: 100%;
}
/*div .av_three_fifth { width: 70% !important; } 
div .av_one_fifth { width: 15% !important; }*/
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu {
  letter-spacing: 3px;
}
.logo {
  opacity: 0.7;
}
.avia-menu-text {
  font-weight: 100;
}
.fifteenp {
  width: 15%!important;
  margin: 0!important;
}
.seventyp {
  width: 70%!important;
  margin: 0!important;
}
/* WOOCOMMERCE STYLES */
.product-sorting {
  display: none;
}
/* END WOOCOMMERCE */
.gp-social-icons {
  max-width: 60%;
  margin: 0 auto !important;
}
.gp-social-icons .slide-image {
  background: transparent !important;
}
.gp-social-icons img {
  opacity: 0.6;
}
.gp-social-icons img:hover {
  opacity: 0.8;
}
#home-image .container {
  width: 100% !important;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
#home-image .av-content-full {
  padding: 0;
}
#bio .bio-pic {
  margin: 6px 20px 5px 0;
}
#top .mejs-container {
  max-height: none;
}
/* MEDIA QUERIES */
@media only screen and (max-width: 767px) {
  #home-image .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  .fifteenp {
    width: 1%!important;
    margin: 0!important;
  }
  .seventyp {
    width: 98%!important;
    margin: 0!important;
  }
  #home-image {
    min-height: 100%;
  }
}
