/*
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
Tags:
*/

/* ====================
	Wysiwyg Styles Only
==================== */

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

.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, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	max-width: 50%;
}

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

.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 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 {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	max-width: 50%;
}

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

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

.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 dd {

}

.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;
}

.c-procedures__tabs {
    padding: 20px;
    box-shadow: 10px 10px 40px rgba(0,0,0,.1);
}

.sync1.owl-carousel .owl-item img {
	width: auto !important;
	max-width: 100% !important;
}

.c-carousel--sync__indicators > li a {
	padding: 10px;
	text-align: center;
	display: block;
	border: 1px solid #966a44;
	text-decoration: none;
	color: #966a44;
}

.c-carousel--sync__indicators > li.is-current a {
	background-color: #966a44;
	color: #fff;
}

@media(min-width: 1024px) {
	.c-procedures__tabs {
		margin-top: 50px;
		padding: 80px;
	}

	.sync1 {
		position: absolute !important;
		top: -40px;
		left: -80px;
	}

	.c-carousel--sync__indicators > li a {
		padding: 10px 20px;
		margin: 5px;
		display: inline-block;
	}
}

.u-text--link {
	color: #fff;
	text-decoration: underline;
}

.u-text--link:hover,
.u-text--link:active,
.u-text--link:focus {
	color: #fff;
}

@media(max-width: 767px) {
	.c-hero .c-background--base,
	.c-hero__page .c-background--base {
		position: relative;
		padding-top: calc(220px + 20%);
	}
}

.c-disclaimer {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75rem;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 50%);
}

.size-full      { max-width: 100% !important; }
.size-large     { max-width: 90%  !important; }
.size-medium    { max-width: 80%  !important; }
.size-thumbnail { max-width: 70%  !important; }



.sticky-form-wrap {
	padding-bottom: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99999;
	width: 100%;
	-webkit-transform: translateY(calc(100% - 41px));
	-moz-transform: translateY(calc(100% - 41px));
	-ms-transform: translateY(calc(100% - 41px));
	-o-transform: translateY(calc(100% - 41px));
	transform: translateY(calc(100% - 41px));
	-webkit-transition: all 400ms cubic-bezier(0.61, 0.24, 0.41, 0.87);
	-moz-transition: all 400ms cubic-bezier(0.61, 0.24, 0.41, 0.87);
	-o-transition: all 400ms cubic-bezier(0.61, 0.24, 0.41, 0.87);
	transition: all 400ms cubic-bezier(0.61, 0.24, 0.41, 0.87);
}

.sticky-form-wrap .sticky-form-header {
	display: block;
	padding: 10px 50px 13px 20px;
	background: #966a44;
	color: #fff;
	margin-left: auto;
	text-transform: uppercase;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	position: relative;
	letter-spacing: 0.5px;
	opacity: 1 !important;
	cursor: pointer;
	font-size: 14px;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

.sticky-form-wrap .sticky-form-header:hover {
	background: #000;
}

.sticky-form-wrap .sticky-form-header:after {
	content: " ";
	position: absolute;
	background: url('./sticky-form-arrow.png') no-repeat;
	width: 18px;
	height: 18px;
	background-size: contain;
	display: block;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}



.sticky-form-wrap.is-active .sticky-form-header:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.gform_submission_error {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}

@media screen and (min-width:640px) {
	.sticky-form-wrap {
		width: 340px;
	}

}

@media screen and (max-height:780px) {
	.sticky-form-wrap {
		height: 400px;
		overflow: scroll;
	}

}