/* Theme Name: Pss Framework
Theme URI: http://www.plasticsurgerystudios.com
Author: Plastic Surgery Studios
Author URI: http://www.plasticsurgerystudios.com
Description: Pss Framework + ACF Gallery
Version: 2.0 */

html {
	scroll-padding-top: 150px;
}

.alignleft, img.alignleft {
	margin-right: 15px;
	display: inline;
	float: left;
	max-width: 40%
}

.alignright, img.alignright {
	margin-left: 15px;
	display: inline;
	float: right;
	max-width: 40%
}

.aligncenter, .alignnone, img.aligncenter, img.alignnone {
	display: block;
	clear: both;
	max-width: 50%
}

.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 5px;
	margin: 15px 0
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	max-width: 100% !important
}

.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 12px;
	margin: 5px 0 0
}

.wp-caption.alignleft {
	margin: 10px 15px 10px 0;
	display: inline;
	float: left;
	max-width: 40%
}

.wp-caption.alignright {
	margin: 10px 0 10px 15px;
	display: inline;
	float: right;
	max-width: 40%
}

.wp-caption.aligncenter, .wp-caption.alignnone {
	clear: both;
	max-width: 50%;
	display: block
}

.wp-caption.aligncenter {
	margin-right: auto;
	margin-left: auto
}

.entry-content img {
	margin: 0 0 1.5em
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right
}

.gallery dl {
	margin: 10px 0;
	padding: 10px
}

.gallery dt {
	border: 1px solid #ddd
}

.gallery dl a {
	display: block
}

.gallery dl img {
	border: none !important;
	margin: 0 !important
}

.gallery-caption {
	border: 1px solid #ddd;
	border-top: none;
	text-align: center;
	background-color: #f3f3f3;
	padding: 5px;
	line-height: 1.5;
	font-size: 12px
}

.size-full {
	max-width: 100% !important
}

.size-large {
	max-width: 90% !important
}

.size-medium {
	max-width: 80% !important
}

.size-thumbnail {
	max-width: 70% !important
}

#slideout {
	position: fixed;
	bottom: 0;
	left: 20px;
	width: 200px;
	padding: 5px 0;
	text-align: center;
	background: #1280a3;
	transition-duration: 0.3s;
	z-index: 9999;
	font-size: 15px;
	top: 100%;
	margin-top: -50px
}

#slideout img {
	padding-left: 8px;
	padding-right: 8px
}

#slideout_inner {
	position: fixed;
	top: 100%;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(left, #022a4a 34%, #1280a3 100%);
	background: -webkit-linear-gradient(left, #022a4a 34%, #1280a3 100%);
	background: linear-gradient(to right, #022a4a 34%, #1280a3 100%);
	color: #fff;
	width: 100%;
	padding: 30px 60px 100px 60px;
	z-index: 9999;
	transition-duration: 0.3s;
	text-align: left;
	height: 50%;
	overflow-y: scroll
}

#slideout_inner::-webkit-scrollbar, #slideout_inner::-moz-scrollbar, #slideout_inner::scrollbar {
	background: #1280a3
}

#slideout:hover {
	bottom: 0;
	top: 50%
}

#slideout:hover #slideout_inner {
	bottom: 0;
	top: 50%
}

@media(max-width:768px) {
	#slideout_inner {
		padding: 5px 20px 80px 20px
	}

	#slideout {
		width: 150px
	}

}

@media (max-width:768px) {
	.close-slide {
		display: block
	}

}

.u-text--uppercase {
	text-transform: uppercase
}

.u-text--white {
	color: #fff
}

.u-text--underline {
	text-decoration: underline
}

.slideout_form .c-btn {
	margin: 10px 0
}

#slideoutB {
	position: fixed;
	bottom: 0;
	left: 245px;
	width: 225px;
	padding: 12px 0;
	text-align: center;
	background: #1280a3;
	transition-duration: 0.3s;
	z-index: 9999;
	font-size: 15px;
	top: 100%;
	margin-top: -65px
}

#slideoutB img {
	padding-left: 8px;
	padding-right: 8px
}

#slideoutB_inner {
	position: fixed;
	top: 100%;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(left, #022a4a 34%, #1280a3 100%);
	background: -webkit-linear-gradient(left, #022a4a 34%, #1280a3 100%);
	background: linear-gradient(to right, #022a4a 34%, #1280a3 100%);
	color: #fff;
	width: 100%;
	padding: 30px 60px 100px 60px;
	z-index: 9999;
	transition-duration: 0.3s;
	text-align: left;
	height: 50%;
	overflow-y: scroll
}

@media(max-width:768px) {
	#slideoutB {
		left: 180px
	}

	#slideoutB_inner {
		padding: 5px 20px 80px 20px
	}

	#slideoutB {
		width: 150px
	}

}

#slideoutB_inner::-webkit-scrollbar, #slideoutB_inner::-moz-scrollbar, #slideoutB_inner::scrollbar {
	background: #1280a3
}

#slideoutB:hover {
	bottom: 0;
	top: 50%
}

#slideoutB:hover #slideoutB_inner {
	bottom: 0;
	top: 50%
}

.u-text--uppercase {
	text-transform: uppercase
}

.u-text--white {
	color: #fff
}

.u-text--underline {
	text-decoration: underline
}

.slideout_form .c-btn {
	margin: 10px 0
}

@media (min-width:1024px) {
	.c-footer-item {
		padding: 40px 20px
	}

}

a.virtual-consultation {
	color: #000;
	background-color: #fff;
	display: block;
	padding: 10px;
	text-align: center
}

.c-footer--adjust {
	margin-top: 60px;
	margin-bottom: 80px
}

.procedures-grid .u-block--display-flex {
	flex-wrap: wrap;
	flex-grow: 1;
}

.procedures-grid .o-container--wide {
	width: 100%;
}

@media(min-width: 1200px) {
	.procedures-grid .o-container--wide .o-row:nth-child(even) > .o-col--lg-6:first-child {
		order: 1;
	}
}

@media(max-width: 1199px) {
	.c-procedure__bg {
		height: 400px;
	}
}

.procedures-grid .c-procedure__box {
	background-color: rgba(255, 255, 255, .9);
}

.procedures-grid .c-procedure__box a {
	font-weight: 300;
}

.u-visibility--sr-only {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important
}

.c-btn--padding {
	padding: 10px 20px !important
}
