/*
Theme Name:     Computer Repair Child
Theme URI:      https://smartdata.tonytemplates.com/computer-repairs/
Description:    Child theme for Computer Repair
Author:         Smartdatasoft Team
Author URI:     https://themeforest.net/user/smartdatasoft
Template:       computer-repair
Version:        1.0
*/

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) { 
    .navbar, .header-top {
        background-color: #ccc !important;
    }
    
    .bwd-services-heading {
        font-size:22px !important;
    }

    .bwd-services-subheading {
        font-size:12px !important;
    }				
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    .navbar, .header-top {
        background-color: #ccc !important;
    }

    .bwd-services-heading {
        font-size:22px !important;
    }

    .bwd-services-subheading {
        font-size:12px !important;
    }				
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {  
    .navbar, .header-top {
        background-color: #ccc !important;
    }

    .bwd-services-heading {
        font-size:22px !important;
    }

    .bwd-services-subheading {
        font-size:12px !important;
    }				
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .bwd-services-heading {
        font-size:36px !important;
    }

    .bwd-services-subheading {
        font-size:18px !important;
    }				
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .bwd-services-heading {
        font-size:36px !important;
    }

    .bwd-services-subheading {
        font-size:18px !important;
    }				
}

.bwd-services-heading, .bwd-services-subheading {
    position: relative;
    left: -1.5rem;
}

.contact-link {
    top: -6px;
}

.contact-link a {
    font-size: 16px !important;    
}

.gform_button {
    background-color: #4d7df0 !important;
}

.gform_confirmation_message_1  {
    font-size: 40px;
    line-height: 5.5rem;
    color: #008000;
}