/* General Custom CSS */
#footer ul.footer-menu{
    padding: 0 0 0 35px;
    list-style-type: square !important;
    color: red;
}
#footer ul.footer-menu li{
    font-size: 18px;
    color: white;
}
#footer h3{
    margin-top: 8px;
    font-size: 38px;
    line-height: 1.5em;
    font-weight: lighter !important;
    text-transform: uppercase !important;
}
#footer p{
    font-size: 14px;
    line-height: 1.5em;
}
#footer .av-mailchimp-widget{
    margin-top: 1em;
}
#footer section.avia_mailchimp_widget{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#footer section ul.address-list{
    padding: 0 0 0 35px !important;
}

#footer section ul.address-list li{
    font-size: 14px;
    line-height: 1.6em;
    margin:12px 0;
}

#footer section ul.address-list li.i-email:before,
#footer section ul.address-list li.i-street:before,
#footer section ul.address-list li.i-phone:before{
    font-family: 'entypo-fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    speak: none;
    color: red;
    width: 30px;
    margin-left: -30px;
    margin-top: 2px;
    position: relative;
    float: left;
    font-size: 18px;
}

#footer section ul.address-list li.i-street:before {
    content: "";
}
#footer section ul.address-list li.i-phone:before {
    content: "";
}
#footer section ul.address-list li.i-email:before {
    content: "";
}

form.avia-mailchimp-form input[type='submit'],form.avia-mailchimp-form .button{
    background-color: #f6303e;
    border-color: #f6303e;
    border-radius: 2px;
    padding: 15px 10px 15px;
}

#numbers-bar-pink{
    font-family: Raleway;
    margin-top: 100px;
}
#numbers-bar-pink span{
    font-weight: bold !important;
}

#brands-list div .flex_column .avia-image-container-inner{
    padding: 30px;
}

#brands-list div .flex_column h2{
    display: block;
    padding: 30px 0;
    text-align: center;
    background-color: #e5ebee;
    font-family: Raleway;
    font-weight: 500;
}
#home-section-4{
    position: relative;
}

/*
================================================== */



@media only screen and (min-width: 1070px) {
  /* Add your Desktop Styles here */
    #footer section .footer-bubble{
        width: 300px;
        height: 300px;
        padding: 1px 58px;
    }

    #footer .av_one_third:nth-child(1){
        width: 33%;
        margin: 0;
    }
    #footer .av_one_third:nth-child(2){
        width: 33%;
        margin: 0;
    }
    #footer .av_one_third:nth-child(3){
        width: 33%;
        margin: 0;
        float: right;
    }
}
@media only screen and (min-width: 934px) {


    #footer section ul.address-list{
        padding: 0 0 0 35px !important;
    }

    #footer section h3{
        margin-top: 0.5em;
    }
    #footer section .footer-bubble{
        width: 300px;
        height: 300px;
        padding: 1px 58px;
        text-align: center;
        border-radius: 100%;
        background-color: #F6323E;
        margin: 0 auto;
    }
    #footer section .footer-bubble h4{
        margin: 4px !important;
        padding: 4px 0;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }

    #footer .av_one_third:nth-child(1){
        width: 30%;
        margin: 0;
    }
    #footer .av_one_third:nth-child(2){
        width: 39%;
        margin: 0;
    }
    #footer .av_one_third:nth-child(3){
        width: 30%;
        margin: 0;
        float: right;
    }
}

@media only screen and (min-width: 1200px) {
    #footer section .footer-bubble{
        width: 340px;
        height: 340px;
        padding: 5px 65px;
    }
}


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

    #footer h3.widgettitle{
        margin-top: 8px;
    }

    #footer .av_one_third:nth-child(1){
        width: 33%;
        margin: 0;
    }
    #footer .av_one_third:nth-child(2){
        width: 33%;
        margin: 0;
    }
    #footer .av_one_third:nth-child(3){
        width: 33%;
        margin: 0;
        float: left;
    }
}

@media only screen and (min-width: 1350px) {
    #footer .av_one_third:nth-child(3){
        width: 20%;
    }
}

/*
Mobile Styles
================================================== */
@media only screen and (max-width: 968px) {
  /* Add your Mobile Styles here */
    #home-section-2{
        padding-bottom: 40%;
    }
}
@media only screen and (max-width: 933px) {
  /* Add your Mobile Styles here */
    #footer .footer-bubble h3{
        margin-bottom: 25px;
    }
}