/*
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:*/
#header { border-bottom: 3px solid #e50058 !important; }
.avia-icon-list .iconlist_title { text-transform: none; }
.container_wrap { border-top: none !important; }
.toggle_content {background: #fef9fb !important;}
.main_color .toggler.activeTitle {color: #ffffff !important;}
.js_active .toggler { font-size: 20px !important; }
span.toggle_icon {border-style: none!important; }
.av_font_icon.av-icon-style-border .av-icon-char{background: #e50058!important; border: none!important;}
span.avia-menu-text {text-transform: uppercase; font-weight: bold;}
html body .ls-container .ls-layer, 
#ls-global .ls-container .ls-layer, 
html body .ls-container .ls-l, 
#ls-global .ls-container .ls-l {
    font-family: 'quicksand', Helvetica, Arial, sans-serif;
}
/* Sticky header on mobile */
@media only screen and (max-width: 990px) {
  .responsive #top #main {
  	/* Margin top value should be equal to header height*/
    margin-top: 80px;
  }
  .responsive #top #wrap_all #header {
    position: fixed;
  }
}
