/*
Theme Name: Schulter Z&uuml;rich
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.1
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold

blue: #1c9bdc
*/

body{
    font-size: 16px !important;

}

h1, .modern-quote h1.av-special-heading-tag {
    font-weight:500;
}

/*Phone info*/
.phone-info{
    font-size: 13px;
}

.home .phone-info{
  color: #ffffff !important;
}

/*Header*/
#top .av_header_transparency #header_meta {
  border-bottom: none;
}

/*Main Menu*/

.home ul:first-child > li.current-menu-item > a, .home .header_color .main_menu ul:first-child, .home  .header_color .main_menu ul:first-child > li > a{
    color: #ffffff !important;
}

.home ul.av-main-nav > li > a:hover, .home .header_color .main_menu ul:first-child > li > a:hover{
    color: #1c9bdc !important
}

.home .header_color .avia-menu-fx{
background-color: #fff;
border-color: #fff;
}

.header_color .avia-menu-fx{
background-color: transparent;
border-color: transparent;
}

.home .header_color .avia-menu-fx:hover{
 background-color: #1c9bdc;
border-color:#1c9bdc ;
}

/*.home .av-main-nav ul{
box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 15px;
}
*/
.av-main-nav ul{
box-shadow: none;
}

.header_color .main_menu ul > li > a{
    color: #000000;
}

#top .av_header_transparency .avia-menu-fx {
  bottom: 35%;
}

 .html_header_top .header_color .main_menu ul:first-child > li > ul {
  border-top-color: transparent   ;
}

 .header_color .main_menu ul ul.sub-menu {
  border-color: transparent !important;
  background-color: transparent;
  margin-top: -83px;
  margin-left:5px;
  white-space: nowrap;
  width: auto;
}

.home .header_color .main_menu ul ul.sub-menu {
  margin-top: -60px;
  background-color:rgba(255, 255, 255, 0.1);
}

#top .av-main-nav ul a{
  color: #1c9bdc;
  font-size: 14px;
  padding: 8px 5px 0px;
}

.blue-box{
    background-color:#1c9bdc;
    padding:20px
}

.blue-box, .blue-box h1, .blue-box h2, .blue-box h3, .blue-box strong, .blue-box a{
    color:#ffffff !important;
}

.photo-gallery h3{
    color:  #1c9bdc;
}

ul{
    list-style-type: none !important;
    margin-left: 33px;
}

.no-bullets   ul{
      list-style-type: none;
}

.entry-content-wrapper ul li {
    position: relative;
    padding-left: 20px; /* Adjust this value based on the size of your bullet */
    text-indent: -33px
}

.entry-content-wrapper ul li::before {
position: relative;
  top: -2px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 2px solid #1c9bdc;
  border-radius: 50%;
  margin-right: 25px;
  content: "";
}

