/**handles:child-style**/
/*
Theme Name: Codebase Child
Author: Dental Revenue
Author URI: https://www.dentalrevenue.com
Template: codebase-2
Version: 1.0.0
*/

/* scroll up slider effect */
/*
.home .page-wrap{z-index: 1;}
#i1{position: fixed;top:44px;left: 0;width: 100%;}
#i11{margin-top: 915px;}
.scrolled #i1 {top: -40px;}
.home footer{position: relative;background-color: #fff;}
*/

/* gallery scroll v2
.slick-dots {
    padding: 0px;
    border-radius: 3px;
    display: inline-block;
    border: 0;
    list-style: none;
    box-shadow: none;
    margin: 0;
    transition: transform 0.3s ease-in-out;
}
.slick-dots-holder {
    text-align: center;
}
.slick-dots:hover {
    transform: none;
    box-shadow: none;
}
.g-scroll-slide {
    display: block!important;
    float: left;
}
.gallery-left {
    width: 300px;
    float: left;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
}
.gallery-left img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 300px;
}
.gallery-right {
    overflow: hidden;
}
.gallery-right img:first-child {
    margin-left: 0;
}
.gallery-right img {
    display: block;
    width: 49%;
    height: auto;
    float: left;
    margin: 0 0 20px 2%;
}
.slick-slide img {
    display: block;
}
#slick-arrows-holder>i {
    font-size: 25px;
    margin: auto 30px;
}
#slick-arrows-holder {
    margin-top: 15px;
	text-align: center;
	margin-bottom: 30px;
}
@media (max-width: 600px) {
.gallery-left {
    width: 100%;
    text-align: center;
    margin-right: 0;
    padding-right: 0;
    border: 0 none;
}
.gallery-left img {
    float: none;
    display: inline-block;
    margin: 0;
}
.gallery-right {
    width: 100%;
    text-align: center;
}
}
@media (max-width: 480px) {
.gallery-right img:first-child {
    margin-left: 0 !important;
}
.gallery-right img {
    display: block;
    margin: 0 0 30px 2% !important;
    width: 49%;
    height: auto;
    float: left;
}
}
*/

/* Fix for navigation theme conflict */
header.modal__header, #contact_form_modal > div > div > div, #mobile_menu_modal {
    display: none;
}
#panel-main > span, #i85 > div > div > div > div.fold-mobile-slide-text > h2:after {
    display: none;
}
#i86 {
    display: none;
}
#i86 > div > div > h2 {
    display: none;
}
@media(max-width: 767px) {
    #i86 {
        display: block;
    }
    .block p:nth-child(2) {
        top: 13%;
    }  
}
@media(max-width: 540px) {
    #i77 > div > div > div.static_image_split-right > div > h2 {
        font-size: 23px;
        text-align:center !important;
    }
}
@media (max-width: 440px){
    .header-style-e .header-logo .logo img {
        left: 48%;
        }
    }
.home .btn.solid {
    background-color: #e28652;
    color: #fff;
}
.home .btn.outline:hover {
        background-color: #e28652;
        color: #fff;
    }
.schedule.btn.sm.outline {
    background-color: #e28652;
    color: #fff;
    }
.schedule.btn.sm.outline:hover {
    background-color: #251105;
    color: #fff;
    }
.main-content a {
	color: #e28652 !important;}
.row {
	padding: 15px !important;}