/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

li#menu-item-search {
    display: none;
}

li#menu-item-3428 {
    background: #507210;
}

li#menu-item-3428 a {
    color: #ffffff;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */


.container.av-logo-container img {
    padding: 8px;
}

div#layer_slider_1 {
    margin-top: -140px;
}

.header_bg {
    background-color: rgba(255,255,255,0.95) !important;
}

div#header_main {
    background-color: transparent;
}

#header {
    background: transparent;
}

div#layer_slider_1 {
    z-index: 1;
}

div#after_layer_slider_1 {
    background-color: transparent;
    /* background-image: url(../../../uploads/2017/05/white-fade.png); */
    margin-top: -400px;
    background-position: top center;
    background-repeat: repeat-x;
    z-index: 2;
    border-top: 0px;
    padding-top: 65px;
    background-size: 100% 400px;
}

.avia-button-wrap.avia-button-center.avia-builder-el-1.el_after_av_layerslider.el_before_av_one_third.avia-builder-el-first {
    padding-bottom: 150px;
}


.phone-info span {
    font-size: 140%;
}




}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

.avia-button-wrap.avia-button-center.avia-builder-el-1.el_after_av_layerslider.el_before_av_one_third.avia-builder-el-first {
    padding-bottom: 50px;
}



}