.contentarea img {
	height: auto;
}

.gallery .pics {
	margin: 5px;
}
.blog #main article {
	clear: both;
}
.blog .alignleft img {
	max-width: 320px;
	height: auto;
}
.single .alignleft img {
	max-width: 450px;
}
.contact-page-info {
    margin-top: 50px;
}
@supports (object-fit: cover) {
	.gallery .pics img {
		width: 380px;
		height: 380px;
	}
}

/* INTERNAL SIDEBAR CSS */
.main-wrap .container {
	max-width: 1400px;
	position: relative;
	z-index: 5;
}

.side-bar {
	max-width: 333px;
	margin: 0 auto;
}

.side-bar p.side-bar-title {
     margin-bottom: 15px !important;
    color: #313A3C;
    font-weight: 300;
    font-size: 23px;
    line-height: 33px;
    font-family: 'Raleway', sans-serif;
    margin: 0;
}

.side-bar p.questions-title {
    font-size: 32px;
    line-height: 42px;
    color: #161A1B;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    margin: 0;
}

.side-rev .arrow,
.side-rev .number-crumb-container {
	display: none;
}

.side-rev .patient-name {
	font-size: 18px;
	line-height: 28px;
	
}

.side-rev {
	border-bottom: 2px solid #313A3C;
	margin-bottom: 30px;
	padding: 0 0 30px;
}

.side-hrs {
	font-size: 12px;
}

.side-hrs tr:first-child {
	display: none;
}

.side-hrs .formatted-hours {
	width: 100%;
}

.side-frm {
	padding: 30px 30px;
	margin-top: 30px;
	border: 2px solid #313A3C;
	border-radius: 0;
}

.side-frm .main-btn {
	margin-top: 30px;
}

@media only screen and (max-width: 1200px) {
	.side-frm {
    	padding: 30px 15px;
	}
}

@media only screen and (max-width: 991px) {
	.side-bar {
		max-width: 600px;
		margin: 30px auto;
	}
}

.side-gal .gallery .pics img {
	width: 138px;
	height: 138px;
}

.side-frm .main-btn {
	width: 100%;
	max-width: 157px;
	background: #436C91;
	color: #FFF !important;
	justify-content: center !important;
	padding: 9px 15px;
}

.side-frm .main-btn:hover {
	background: #3DC0C7;
	color: #313A3C !important;
}

.main-wrap {
	padding-top: 150px;
}

/* membership plan section */
.membership-plan-section {
	background: #3a5179;
	color: #FFF;
}

.plan-content {
	padding: 25px;
}

.page-id-270 h2 {
	color: #FFF;
}
.page-id-270 h3 {
	color: #FFF;
}
.page-id-270 h4 {
	color: #FFF;
	padding: 15px 0;
}

/*FAQ SECTIONS*/
.internal-page article details summary h3 {
    display: inline;
}
.internal-page article details {
    margin: 8px 0;
}

/* RESPONSIVE 
-----------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1400px) {
}

@media only screen and (min-width: 980px) {
} 

@media (max-width: 1025px) {
	.main-wrap {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
    .side-bar p.questions-title {
        font-size: 24px;
        line-height: 34px;
    }
} 

@media all and (max-width: 600px) {
}

@media only screen and (max-width: 480px) {
	.gallery .pics {
		margin: 0 0 10px;
	}
	
	@supports (object-fit: cover) {
		.gallery .pics img {
			width: 300px;
			height: 300px;
		}
	}
}