/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** HEADER ***************/

.wiw-email {
    background-image: url("https://www.windowinstallerswarehouse.com/wp-content/uploads/2017/02/wiw-email-white.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 0px !important;
}

.wiw-email:hover {
    background-image: url("https://www.windowinstallerswarehouse.com/wp-content/uploads/2017/02/wiw-email-green.png");
}

.wiw-tel {
    background-image: url("https://www.windowinstallerswarehouse.com/wp-content/uploads/2017/02/wiw-call-white.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 0px !important;
}

.wiw-tel:hover {
    background-image: url("https://www.windowinstallerswarehouse.com/wp-content/uploads/2017/02/wiw-call-green.png");
}

.wiw-fb {
    background-image: url("https://www.windowinstallerswarehouse.com/wp-content/uploads/2017/02/wiw-facebook-white.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 0px !important;
}

.wiw-fb:hover {
    background-image: url("https://www.windowinstallerswarehouse.com/wp-content/uploads/2017/02/wiw-facebook-green.png");
}

.tel-number {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}


.tel-number:hover {
    color: #b1d33a !important;
}

.nav-divided > li + li > a::after {
    display: none;
}


/*************** TYPOGRAPHY ***************/

h1 {
    font-weight: normal;
}

.res-text {font-size: 100% !important;}

li {
    margin-left: 13px;
}

/*************** FOOTER ***************/

.footer-primary, .footer-secondary {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    padding: 0px;
    font-weight: 600;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-secondary a:hover {color:#8ccb48;}

h3.widget-title {
    font-size: 1.25em;
    line-height: 1.05;
    letter-spacing: inherit;
    text-transform: none;
    padding-bottom: 10px;
}

.widget .is-divider {
    display: none;
}

.widget a:hover {
    color: #8ccb48 !important;
}

/*************** BUTTON ***************/

.button {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.button span {
    padding: 10px;
}

/*************** ICON TEXT ***************/

.icon-box-left .icon-box-img + .icon-box-text {
    margin-top: auto;
    margin-bottom: auto;
}

/*************** TESTIMONIALS ***************/

.wiw-testimonial .col-inner {
    border-radius: 30px;
}

/*************** GALLERY ***************/

.gallery-box .box-text {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.banner h1 {font-size: 1em;}
.banner h2 {font-size: 1em;}
.banner h3 {font-size: 1em;}
.banner h4 {font-size: 1em;}
.banner h5 {font-size: 1em;}
.banner h6 {font-size: 1em;}
.banner p {font-size: 14px !important;}
.text-inner {padding: 20px 20px 20px 20px !important;}
.button span {padding: 2px !important;}
}


