/*
Theme Name:   BP Charlie Child
Author:       Business Promotion
Author URI: https://www.businesspromotion.com/
Template:     charlie
Description:  Child theme for Charlie - can be edited 
Version: 1.0
*/
@import url('css/footer.css');
article a {
    color: #015293;
}
.contentarea strong, .contentarea b {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #171717;
}
img {
    max-width: 100%;
}
p {
    margin: 0 0 15px;
}
/* MAIN
------------------------------------- */
.text-center {
    text-align: center;
}
.row.contentsection {
    padding: 30px 0;
}
.page-header {
    margin: 5px 0;
    padding: 0;
    border: 0;
}
.social-area {
    padding: 20px 0;
    border-top: 12px solid #231c19;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.loaded .social-area {
    background: #1A1A1A;
    background-size: cover;
}
.loaded.webp .social-area {
    background: #1A1A1A;
    background-size: cover;
}
.social ul li {
    margin: 0 0px;
}
.social {
    display: inline-block;
}
.social-area .mobile-icon img {
    max-width: 25px;
    margin-right: 10px;
}
.row.contentsection {
    padding: 30px 0;
}
.page-header {
    margin: 5px 0;
    padding: 0;
    border: 0;
}
/* Showcase */
.showcaseholder.clearfix {
    border-top: 10px solid #222;
    padding: 30px 0;
    margin-top: 50px;
}
.loaded .showcaseholder {
    background: #1A1A1A;
}
.loaded.webp .showcaseholder {
    background: #1A1A1A;
}
.showcaseholder .container {
    max-width: 1560px;
}
.showcase {
    max-width: 340px;
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin: 0 10px 15px;
}
.showcase h3 {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 10px;
}
.showcase p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.showcase .main-btn.transition {
    background: #222;
    padding: 12px 20px;
}
.showcase:hover .main-btn.transition {
    background: #015293;
}
.showcase p {
    padding: 0 15px;
}
.showcase:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/*features section*/
.feature-holder{
    background-color: #1A1A1A;
    padding: 10px 0;
}

/* Affiliates */
.aff-area {
    padding: 10px 0;
    position: relative;
    z-index: 10;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
}
.loaded .aff-area {
    background: #AAC4EB;
    background-size: cover;
}
.loaded.webp .aff-area {
    background: #AAC4EB;
    background-size: cover;
}
.aff-area a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 80px;
}
.aff-area .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aff-area .container svg {
    display: none;
}
/* BOTTOM
------------------------------------- */
.review-box a:hover {
    cursor: pointer;
}
/* Map */
.map-section {
    background: #282727;
    padding: 10px 0 0;
}
.map-area {
    position: relative;
    overflow: hidden;
    float: left;
    width: 50%;
}
.map-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
}
.loaded .area1 .map-overlay {
    background: url('images/map1.jpg') center center no-repeat;
    background-size: cover;
}
.loaded.webp .area1 .map-overlay {
    background: url('images/map1.webp') center center no-repeat;
    background-size: cover;
}
.loaded .area2 .map-overlay {
    background: url('images/map2.jpg') center center no-repeat;
    background-size: cover;
}
.loaded.webp .area2 .map-overlay {
    background: url('images/map2.webp') center center no-repeat;
    background-size: cover;
}
.map-overlay .main-btn.transition {
    margin-top: 225px;
}
.area1 {
    border-right: 5px solid #282727;
}
.area2 {
    border-left: 5px solid #282727;
}
.map-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 25px;
    background: rgba(0, 0, 0, 0.72);
}
.map-info-box {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
    text-align: left;
}
.map-info-box h3, .map-info-box p {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
/* Request Appointment 
------------------------------------------------------- */
.page-template-RequestAppointment .contentarea{
padding-top: 200px;
}
.rqsthdr{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
    background: #19100e;
    padding: 0 15px;
    height: 100px;
}
.rqstlogo{
max-width: 180px;
margin: 0 auto;
padding: 10px;
}
.req_footer{
    background: #1A1A1A;
    background-size: cover;
	padding: 40px 0;
    color: #fcfcfc;
    text-align: center;
    display: block;
    float: none;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.req_footer p{
margin-bottom: 0;
}
.page-id-957 .page-header{
display: none;
} 
.page-id-957 .contentsection{
padding-top: 100px;
} 

/* RESPONSIVE
---------------------------------------------------------- */
@media only screen and (min-width: 980px) {
    .container {
        max-width: 1240px;
        margin: 0 auto;
        width: 100%;
        padding: 0 20px;
    }
}
@media (min-width: 1100px) and (max-width: 1299px) {
    .showcase {
        margin: 0 5px 15px;
    }
    .map-info-box {
        margin: 0 10px;
    }
}
@media (min-width: 980px) and (max-width: 1099px) {
    .showcase {
        margin: 0 5px 15px;
    }
    .map-info-box {
        margin: 0 10px;
    }
}
@media (max-width: 1025px) {
    #main {
        min-height: 0 !important;
    }
    .container {
        width: 100%;
    }
    .reviews-area {
        background-attachment: scroll;
    }
    .feature-box {
        margin: 20px;
    }
    .map-info-box h3, .map-info-box p {
        font-size: 18px;
        line-height: 26px;
    }
}
@media (max-width: 979px) {
    h1, .blog #main h1 a {
        font-size: 32px;
        line-height: 35px;
    }
    .showcase {
        width: 45%;
    }
    .aff-area a {
        margin: 0 30px 0;
    }
.features-area .feature-box {
	max-width: 250px !important;
	display: inline-block;
	vertical-align: top;
	width: 80% !important;
	margin: 20px auto !important;
	position: relative;
}
    .map-info-box {
        display: block;
        vertical-align: middle;
        margin: 10px;
        text-align: left;
    }
    .map-info {
        padding: 5px 15px;
    }
    .map-info-box h3, .map-info-box p {
        font-size: 15px;
        line-height: 20px;
    }
	.page-template-RequestAppointment .contentarea{
padding-top: 150px;
}
.page-id-957 .contentsection{
padding-top: 80px;
} 
}
@media all and (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .feature-box {
        margin: 0 auto !important;
        display: block;
        width: 100% !important;
        max-width: 100% !important;
    }
    .modal footer.button-container {
        bottom: 41px;
    }
    .home .mobile-apt-btn {
        display: block;
        position: absolute;
        top: 105px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        z-index: 4;
    }
    .mobile-apt-btn {
        display: block;
        position: absolute;
        top: 105px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        z-index: 1;
    }
    .mobile-apt-btn a.mobile-icon.main-btn.transition {
        width: 250px;
    }
    .mobile-apt-btn .main-btn img {
        max-width: 25px;
        margin-right: 10px;
    }
    /*.social-area .mobile-icon {
		display: block;
		max-width: 300px;
		margin: 20px auto 0;
	}*/
    .banner-content {
        bottom: 90px;
        display: none;
    }
		.page-template-RequestAppointment .contentarea{
padding-top: 80px;
}
.req_footer p{
padding: 0 7px;
}
.page-id-957 .contentsection{
padding-top: 60px;
} 
}
@media (max-width: 600px) {
    .aff-area a {
        margin: 0 auto 20px;
        display: block;
    }
    .review-box .light {
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
    }
    .map-area {
        width: 100%;
        float: none;
    }
    .showcase {
        width: 100%;
        margin: 0 auto 20px;
    }
    .feature-box {
        margin: 0 auto 20px;
        width: 100%;
    }
    .showcase {
        width: 100%;
        margin: 0 auto 20px;
    }
}
@media (max-width: 500px) {
    .social-area, .aff-area {
        background: #AAC4EB;
    }
    .loaded.webp .aff-area {
        background: #AAC4EB;
    }
    .review-box h2 {
        font-size: 26px;
        line-height: 33px;
    }
}
@media all and (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}