@charset 'utf-8';
/*
 Theme Name:   Alpha Color Child
 Theme URI:    http://alpha-color.ancorathemes.com/
 Description:  Alpha Color - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     alpha-color
 Version:      1.0
 Tags:         light, inheritable theme-options
 Text Domain:  alpha-color
*/



/* =Theme customization starts here
-------------------------------------------------------------- */

html {
    scroll-behavior: smooth;
}

.sc_services_default .sc_services_item_info {
    padding: 0.7em 1em;
}

.sc_layouts_row .sc_layouts_logo img,
.sc_layouts_logo img {
    width: 100%;
}

body.single-cpt_services .sc_layouts_title_breadcrumbs {
    display: none;
}

body.single-cpt_services .top_panel {
    margin-bottom: 5.7rem;
}

.linkCTA {
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    text-decoration: underline;
    position: relative;
    left: 5px;
}

.linkCTA:hover {
    color: #000 !important;
    box-shadow: inset 200px 0 0 0 #fde642;
}

body.page-id-66 .footer_wrap {
    margin-top: 0;
}

.bgfixed {
    background-attachment: fixed;
}

body.search-results article .post-bottom {
    display: none;
}

body.search-results article {
    margin-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC;
}

body.search-results article .post_title.entry-title {
    font-size: 30px;
}

.grecaptcha-badge {
    display: none;
}

@media only screen and (max-width: 767px) {

    #slider-2-slide-7-layer-1,
    #slider-2-slide-9-layer-1 {
        left: -100px
    }

    #slider-2-slide-8-layer-1 {
        left: 100px;
    }
}