/*
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,
article a:hover,
article a:visited {
	color: #0ABAB5;
}

.contentarea strong,
.contentarea b {
	font-weight: 700;
}

img {
	max-width: 100%;
}

p {
	margin: 0 0 15px;
}

/* MAIN
------------------------------------- */
.row.contentsection {
	padding: 30px 0;
}

.page-header {
	margin: 5px 0;
	padding: 0;
	border: 0;
}

/* BOTTOM
------------------------------------- */

/* REVIEW SECTION
------------------------------------------*/
.rev-section {
	position: absolute;
	width: 100%;
	z-index: 1;
}
.rev-box {
	position: relative;
	background: #0ABAB5;
	padding: 100px 0 40px;
	margin-top: -330px;
}

.home .rev-box {
	margin-top: -230px;
}

.rev-box h4 {
	color: #fff;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 43px;
	margin-bottom: 30px;
}

.reviews-section {
	color: #fff;
	font-size: 21px;
	font-style: italic;
	font-weight: normal;
	padding: 0 80px;
}

.patient-name {
	color:#fff;
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}

.rev-box .arrow {
	display: none;
}

.rev-box  .number-crumb-container {
	display: block;
}

.rev-box  .number-crumb-container {
	background: #0ABAB5;
}

.rev-box  .arrow::before {
	border-color: #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
	
}

.rev-box  .number-crumb-container .option {
	background: none;
	border: 2px solid #D8DADB;
	opacity: 1;
	width: 12px;
    height: 12px;
	margin: 0 5px;
}

.rev-box .number-crumb-container .option.selected {
	background-color: #fff;
}

.rev-box a {
	color: #fff;
}

.quote-l {
	position: absolute;
	top: 33%;
	left: -100px;
}

.quote-r {
	position: absolute;
	top: 33%;
	right: -100px;
}

/* INSTAGRAM FEED SECTION
---------------------------------------------*/
.instagram-section {
	min-height: 500px;
    margin: 75px 0 250px;
}
.insta-title {
	margin: auto;
	position: relative;
}
.insta-feed {
	width: 100%;
}

/* RESPONSIVE
---------------------------------------------------------- */
@media only screen and (min-width: 980px) {
	.container {
		max-width: 1240px;
		margin: 0 auto;
		padding: 0 20px;
	}
}

@media (max-width: 1400px) {
	.quote-r,
	.quote-l {
		width: 100px;
	}
	
	.quote-r {
		right: -13px;
	}
	
	.quote-l {
		left: -13px;
	}
}

@media (max-width: 1025px) {}

@media (max-width: 979px) {
	.rev-section {
		position: relative;
		background: #0ABAB5;
	}
	.rev-box {
		margin-top: auto;
	}
	
	.quote-r {
		right: -50px;
	}
	
	.quote-l {
		left: -50px;
	}
	
}

@media (max-width: 767px) {
	.quote-r,
	.quote-l {
		display: none;
	}
	.reviews-section {
		padding: 0 20px;
	}
	
	.rev-box h4 {
		font-size: 32px;
	}
}

@media all and (min-width: 768px){
	.hidden-md-up {
		display: none !important;
	}
}
