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

body {
    -webkit-font-smoothing: antialiased;
}
/* Font Styles*/

#top .all_colors p {
    font-size: 16px;
    line-height: 32px;
    margin: 0 0 10px 0;
}

.special_amp {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
}

.alternate_color .special_amp {
    color: inherit;
}

/* Main Header */

.av_header_stretch .container {
    width: 100%!important;
    overflow: hidden;
}

.header_color .av-main-nav li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Helvetica Neue';
}

.header_color .main_menu {
    margin-right: 20px;
}

.header_color .main_menu ul li a:hover{
    text-decoration: none;
    color: #dc0000!important;
}

.header_color .main_menu ul li a:active{
    text-decoration: none;
    color: #dc0000!important;
}

.header_color .main_menu ul li a:focus{
    text-decoration: none;
    color: #dc0000!important;
}

.header_color .sub_menu {
    height: 50px;
    top: inherit;
    padding: 0;
}

.header_color .sub_menu ul {
    height: 50px;
}

.header_color .sub_menu ul li {
    display: inline-block;
    float: left;
    position: relative;
    padding: 0;
    border: none;
    border-right-width: 0;
    line-height: 50px;
    padding: 0 20px;
    margin: 0;
}

.header_color .sub_menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #fff!important;
    font-family: 'Helvetica Neue';
    margin: 0;
    padding: 0;
}

.header_color .sub_menu ul li:last-child{
    background: #ffe900!important;
    padding: 0 20px;
    margin: 0;
}

.header_color .sub_menu ul li:last-child a{
    color: #003f79!important;
}

#header_meta .container {
    height: 50px;
}

#header_main .logo img {
  height: 100px;
}

.header_color .container_wrap_meta {
    background: #333333;
    height: 50px;
}

.header_color .sub_menu ul li:last-child:after {
  content: "\e87d";
  margin-left: 5px;
  display: inline;
  font-size: 12px;
  height: 14px;
  width: 14px;
  font-family: 'entypo-fontello';
  color: #0c0c0e;
}

.header_color .sub_menu ul li:first-child:before {
  content: "\e854";
  font-size: 12px;
  height: 12px;
  width: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 8px;
  font-family: 'entypo-fontello';
  color: #fff;
  padding: 4px 5px;
}

.header_color .main_menu ul:first-child > li.current_page_item > a {
  color: #dc0000!important;
}

/*Stages*/

#mobilestage_homepage {
	height: 90vh;
    width: 100vw;
	background-size: cover;
}

#mobilestage_sub {
	height: 85vh;
    width: 100vw;
}

/*Sticky Phone*/

#sticky-phone {
  position: fixed;
  right: 100px;
  bottom: 50px;
  height: 50px;
  background: #fe0000;
  font-size: 14px;
  font-weight: bold;
  z-index: 999999!important;
  vertical-align: middle;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 15px;
  opacity: 0;
  transition: 0.3s;
}

#sticky-phone a{
  color: #fff;
}

#sticky-phone.active {
  opacity: 1;
  transition: 0.3s;
}

#sticky-phone:before {
  content: "\e854";
  font-size: 12px;
  height: 12px;
  width: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 8px;
  font-family: 'entypo-fontello';
  color: #fff;
  padding: 4px 5px;
  text-decoration: none;
}

/* Content Styles*/

.avia-image-container-inner,
.avia_image,
.av-image-caption-overlay {
  border-radius: 0px;
}

.av-styling-no-styling .avia_image {
    -webkit-box-shadow: -30px -30px 0px 0px rgba(254,0,0,1);
    -moz-box-shadow: -30px -30px 0px 0px rgba(254,0,0,1);
    box-shadow: -30px -30px 0px 0px rgba(254,0,0,1);
}

.alternate_color .av-styling-no-styling .avia_image {
    -webkit-box-shadow: -30px -30px 0px 0px rgba(209,0,0,1);
    -moz-box-shadow: -30px -30px 0px 0px rgba(209,0,0,1);
    box-shadow: -30px -30px 0px 0px rgba(209,0,0,1);
}

.container {
    padding: 0px 10%;
}

/*Blog Style*/

.title_container {
  display: none;
}

.post-entry .av_one_third .slide-content .blog-categories a {
    color:#fe0000;
    text-transform:uppercase;
    text-decoration: none;
    font-weight: 700;
}

.post-entry .av_one_third .slide-content .slide-meta {
    display:none;
}

.avia-content-slider .slide-image {
    border-radius:0px; margin:0px;
}

.avia-content-slider .slide-image img {
    border-radius:0px;
}

.more-link {
    margin: 30px 0;
    border: 2px solid #fe0000 !important;
    padding: 15px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.more-link span {
    display:none;
}

.avia-content-slider .slide-entry-excerpt {
    line-height: 1.9em;
}

.entry-content-header {
    margin-top:15px;
}
.avia-content-slider .slide-entry-title {
    margin:10px 0 15px 0;
    max-height: 60px;
    overflow: hidden;
}

/*Button Styles*/

body div .avia-button {
    border-radius: 0px;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 10px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: normal;
    text-align: center;
    max-width: 100%;}

.avia-button.avia-size-large {
    padding: 20px 25px 20px 25px;
    font-size:14px;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
 }

 .avia_ajax_form .button {
   margin: 0;
   padding: 20px 25px 20px 25px;
   border-radius: 0;
   border-bottom-width: 0px;
   border-bottom-style: solid;
   font-weight: bold;
   font-size: 14px;
   min-width: 142px;
   outline: none;
   color: #fff!important;
   text-transform: uppercase;
 }

/*Footer Styles*/

#footer {
    padding: 10% 0 5% 0;
    z-index: 1;
}

#footer .container {
    max-width: 1260px;
}

#footer h3 {
    margin-bottom:20px;
    line-height: 26px;
}

#footer small{
  line-height: 14px;
  font-size: 10px;
  display: inline-block;
}


.footer_color {
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/sec_top_footer.png);
    background-attachment: scroll;
    background-position: top center;
    background-color: #262626;
    background-size: contain !important;
}

.container_wrap {
    border-top-width: 0px;
}

#socket .container {
    padding: 0;
    width: 100%!important;
    max-width: 100%!important;
}

#socket .container .container_link {
    background: #ffe900;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 15px 0;
}

#socket .container .container_link a{
    color: #003f79;
    font-size: 14px;
    font-weight: bold;
}

#socket .container .container_link a:after{
    content: "\e87d";
    margin-left: 5px;
    display: inline;
    font-size: 14px;
    font-family: 'entypo-fontello';
    color: #003f79;
}

/*Scroll Top*/

html, #scroll-top-link {
    background-color: #fe0000;
    border: none;
    border-radius: 0px;
}

/*Respnsive Styles*/
@media only screen and (max-width: 989px) and (min-width: 768px) {
  .responsive .main_menu ul:first-child > li > a {
    padding: 0 8px;
  }
}

/*This is for tablet up to 768px (portait) 1024px (landscape)*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {

    /*Font settings*/

    h1 {
        font-size: 32px!important;
    }

    h2{
        font-size: 32px!important;
    }

    /*Content Styles*/

    .av-styling-no-styling .avia_image {
        -webkit-box-shadow: -20px -20px 0px 0px rgba(254,0,0,1);
        -moz-box-shadow: -20px -20px 0px 0px rgba(254,0,0,1);
        box-shadow: -20px -20px 0px 0px rgba(254,0,0,1);
    }

    .alternate_color .av-styling-no-styling .avia_image {
        -webkit-box-shadow: -20px -20px 0px 0px rgba(209,0,0,1);
        -moz-box-shadow: -20px -20px 0px 0px rgba(209,0,0,1);
        box-shadow: -20px -20px 0px 0px rgba(209,0,0,1);
    }

    .responsive #mobilestage_homepage {
        display: block;
        height: 700px;
        margin-bottom: 3%;
    }

    .responsive #mobilestage_sub {
        display: block;
        height: 700px;
        margin-bottom: 3%;
    }


    .container {
        padding: 0px 50px;
    }
}

/*This is for smartphones up to 767px*/

@media only screen and (min-width: 481px) and (max-width: 768px) {

    /*Font settings*/

    h1 {
        font-size: 24px!important;
    }

    h2{
        font-size: 24px!important;
    }

    h3{
        font-size: 18px!important;
    }

    .header_color .av-main-nav li a {
        font-size: 12px;
    }


    #top .all_colors p {
        font-size: 14px;
        line-height: 24px;
    }

    .avia-button.avia-size-large {
        font-size:12px;
     }

    .entry-content-header {
        margin-top: 10px;
    }

    .more-link {
        font-size: 12px;
    }

    .avia-content-slider .slide-entry-title {
         max-height: 45px;
    }

     .avia-content-slider .slide-entry-excerpt {
        font-size: 14px;
        line-height: 24px;
    }

    .container .minor-meta {
        font-size: 12px;
    }

    .responsive .container {
        padding: 0px;
    }

    /*Header Styles*/

    .responsive #top #wrap_all #header_main .container {
        width: 100%;
        max-width: 100%;
    }

    .responsive #header_meta .sub_menu>ul{
      text-align: right;
    }

    .responsive #advanced_menu_toggle {
        border: none;
        color: #fff;
        margin-right: 25px;
        background-color: #fe0000;
        border-radius: 0px;
    }

    .responsive #top #wrap_all #header_meta .container {
        width: 100%;
        max-width: 100%;
    }

    .header_color .sub_menu {
        height: 100%;
        top: inherit;
        padding: 0;
    }

    .header_color .sub_menu ul {
        height: 100%;
    }

    .header_color .sub_menu ul li {
        display: inline-block;
        float: left;
        position: relative;
        padding: 0;
        border: none;
        border-right-width: 0;
        line-height: 50px;
        padding: 0 20px;
        margin: 0;
    }

    .header_color .sub_menu ul li a {
        font-size: 12px;
    }

    #header_meta .container {
        height: 100%;
    }

    .header_color .container_wrap_meta {
        background: #333333;
        height: 100%;
    }

    /*Content Styles*/

    .responsive #top #wrap_all .container{
        width: 95%;
        max-width: 95%;
    }


    #top .av-flex-placeholder {
        display: table-cell;
        width: 1%;
    }

    div .av_one_fourth {
        width: 50% !important;
        float: left !important;
        padding: 2%;
        margin: 0;
    }

    .av-styling-no-styling .avia_image {
        margin-bottom: 5%;
    }

    /*Footer Settings*/

	#footer .widget {
		margin:10px 0 10px 0;
	}

    #footer .widget {
		margin:10px 0 10px 0;
	}

    #footer .container {
        width: 95%;
    }


    .responsive #mobilestage_homepage {
        display: block;
        height: 600px;
        margin-bottom: 3%;
    }

    .responsive #mobilestage_sub {
        display: block;
        height: 600px;
        margin-bottom: 3%;
    }
    .av-styling-no-styling .avia_image {
        -webkit-box-shadow: -10px -10px 0px 0px rgba(254,0,0,1);
        -moz-box-shadow: -10px -10px 0px 0px rgba(254,0,0,1);
        box-shadow: -10px -10px 0px 0px rgba(254,0,0,1);
    }

    .alternate_color .av-styling-no-styling .avia_image {
        -webkit-box-shadow: -10px -10px 0px 0px rgba(209,0,0,1);
        -moz-box-shadow: -10px -10px 0px 0px rgba(209,0,0,1);
        box-shadow: -10px -10px 0px 0px rgba(209,0,0,1);
    }

    .html_header_top #top .av_header_stretch .container {
          width: 100%!important;
          max-width: 100%!important;
    }

    #sticky-phone {
      position: fixed;
      right: 0;
      bottom: 0;
      height: 57px;
      font-size: 14px;
      font-weight: bold;
      z-index: 999999!important;
      vertical-align: middle;
      line-height: 50px;
      text-transform: uppercase;
      padding: 0 15px;
      width: 100%;
      text-align: center;
    }
}

/*This is for smartphones up to 480px*/

@media only screen and (max-width: 480px) {

    /*Font Sytles*/

    div .av_one_fourth {
        width: 50% !important;
        float: left !important;
        margin-bottom: 5%;
    }

    .av-styling-no-styling .avia_image {
        -webkit-box-shadow: -10px -10px 0px 0px rgba(254,0,0,1);
        -moz-box-shadow: -10px -10px 0px 0px rgba(254,0,0,1);
        box-shadow: -10px -10px 0px 0px rgba(254,0,0,1);
    }

    .alternate_color .av-styling-no-styling .avia_image {
        -webkit-box-shadow: -10px -10px 0px 0px rgba(209,0,0,1);
        -moz-box-shadow: -10px -10px 0px 0px rgba(209,0,0,1);
        box-shadow: -10px -10px 0px 0px rgba(209,0,0,1);
    }

    div .av_one_fourth {
        width: 100% !important;
        float: none !important;
        padding: 20px;
        margin: 0;
    }

    #footer h3 {
        margin: 0 0 20px 0;
        line-height: 26px;
    }


    .container {
        padding: 0px 10%;
    }

    .responsive #mobilestage_homepage {
        display: block;
        height: 440px;
        margin-bottom: 3%;
    }

    .responsive #mobilestage_sub {
        display: block;
        height: 440px;
        margin-bottom: 3%;
    }

    .header_color .sub_menu ul li {
        width: 100%;
    }

    .responsive #top #wrap_all .container {
        width: 95%;
        max-width: 95%;
    }

  .html_header_top #top .av_header_stretch .container {
        width: 100%!important;
        max-width: 100%!important;
  }

  responsive #top #wrap_all #header_main .container {
      width: 100%;
      max-width: 100%;
  }

  .responsive #advanced_menu_toggle {
      border: none;
      color: #fff;
      margin-right: 25px;
      background-color: #fe0000;
      border-radius: 0px;
  }

  .responsive #top #wrap_all #header_meta .container {
      width: 100%;
      max-width: 100%;
  }

  .header_color .sub_menu {
      height: 100%;
      top: inherit;
      padding: 0;
  }

  .header_color .sub_menu ul {
      height: 100%;
  }

  .header_color .sub_menu ul li {
      display: inline-block;
      float: left;
      position: relative;
      padding: 0;
      border: none;
      border-right-width: 0;
      line-height: 50px;
      padding: 0 20px;
      margin: 0;
  }

  .header_color .sub_menu ul li a {
      font-size: 12px;
  }

  #sticky-phone {
    position: fixed;
    right: inherit;
    top: 0;
    width: 100%;
    text-align: center;
    height: 70px;
    line-height: 24px;
    padding-top: 10px;
  }

  #sticky-phone a{
    display: inline-block;
  }
}
