/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.0.1
*/

@import url("../unicon/style.css");

#header #navigation > ul > li > a{ text-transform: uppercase; }

#footer .widget h3{ text-transform: uppercase; letter-spacing: 1px; }
#sidebar .widget h3{ text-transform: uppercase; letter-spacing: 1px; }

#header #navigation > ul > li.megamenu > ul > li > a{ letter-spacing: 1px; font-size: 14px; }

#header #navigation > li >  a{ text-transform: uppercase; letter-spacing: 1px; }

.postid-4815 .portfolio-detail-title,
.postid-4770 .portfolio-detail-title{ display: none; }

h6{ font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }

.font-special{ text-transform:uppercase; }
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a{ text-transform: uppercase; }
.pricing-plan .pricing-plan-head h3{ text-transform: uppercase; font-size: 16px; }

.pricing-plan .pricing-price span.pricing-amount{ font-size:42px; font-weight: 300; }

.customclass1 .social-icon a{ background: #efefef; color: #333333; }
.customclass1 .social-icon a:hover{ background: #1cbac8; color: #ffffff; }

@media only screen and (max-width: 959px) {
    @media only screen and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-pixel-ratio: 1) {
        .fontweight-300{ font-weight: 400 !important; }
    }
}

@media (max-width: 768px) {
    .hideundertablet{ display: none; }
    .cta-bg {background-image: none!important;}
}

.features-box img{
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.03);
    margin-bottom: -20px;
}

.borderbutton a{
    border:1px solid #293488 !important;
    padding: 10px 20px !important;
    margin-top: -11px !important;
    border-radius: 3px;
    margin-right: 15px !important;
    margin-left: 5px !important;
    color: #293488 !important;
}

.borderbutton a:hover{
    background: #333333 !important;
    border-color:#333333 !important;
    color:#ffffff !important;
}

#header.header-transparent .borderbutton a{
    border: 1px solid rgba(255,255,255,0.5) !important;
    color: #ffffff !important;
}

.tp-caption a {
    color: #222222;
    border-bottom: 4px solid #1cbac8;
}

.tp-caption a:hover {
    color: #1cbac8;
    border-bottom-color: transparent;
}

.no-transform{ text-transform: none; }

.wpb_row.vc_row-fluid.standard-section.section.section-no-parallax.cta-bg.no-repeat {
    background-position: right;
}

#fullimagecenter h1, #fullimagecenter .title-h1 {
    padding: 170px 0;
    background: transparent !important;
    color: white !important;
}
.portfolio-filters {
    font-size: 16px;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 800;

}

.download-butt:hover {
    background-color: #262626!important;
}

#footer span.email {
    font-size: 13px;
}

@media (max-width: 768px) {
    .download-button-wrapper {
        text-align: center;
    }
}
@media (max-width: 479px) {
    #fullimagecenter h1 {
        font-size: 36px !important;
        padding: 28px 0;
    }

    #fullimagecenter .container {
        height: 100px;
    }

    .testimonial-slide {
        font-size: 13px !important;
    }
}
#footer .widget {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    #mobile-header .container {
        width: 93.75%;
    }
    #mobile-header .columns {
        width: 100%;
    }
}


#home-background {
    background-image: url(https://commercial.retravision.com.au/wp-content/uploads/2017/07/banner-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 230px;
    padding-top: 20px;
    text-align: center;
}
#home-header {
    text-transform: uppercase;
    font-size: 20px;
    /*top: -30px;*/
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #222;
}
#home-copy {
    font-size: 12px;
    line-height: 20px;
    top: -23px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    width: 300px;
    margin: 0 auto;
}
#home-button {
    margin-top: 10px;
}
#home-button a {
    border: 1px solid #293488;
    padding: 6px 12px;
    font-size: 12px;
    background: #293488;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    text-decoration: none;
    outline: 0;
}
#home-button a:hover {
    background: #333;
    border-color: #333;
    cursor: hand;
}
.hidden {
    display: none;
}

.iconbox h3 {
    font-size: small;
    text-transform: uppercase;
    font-weight: normal;
}

@media only screen and (min-width: 620px) {
    #home-background {
        height: 400px;
        padding-top: 100px;
    }
    #home-header {
        font-size: 36px;
    }
    #home-copy {
        font-size: 14px;
        width: 390px;
    }
    #home-button {
        margin-top: 20px;
    }
    #home-button a {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    #home-background {
        height: 680px;
        padding-top: 210px;
    }
    #home-header {
        font-size: 64px;
    }
    #home-copy {
        font-size: 24px;
        width: 600px;
        line-height: 38px;
    }
    #home-button {
        margin-top: 40px;
    }
    #home-button a {
        padding: 12px 20px;
    }
}
