/*
Theme Name: Pss Framework v2
Theme URI: http://www.plasticsurgerystudios.com
Author: Plastic Surgery Studios
Author URI: http://www.plasticsurgerystudios.com
Description: Pss Framework
Version: 2.0.1
Tags:
*/

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

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

:root {
  --step--2: clamp(0.7813rem, 0.7768rem + 0.0221vw, 0.8rem);
  --step--1: clamp(0.9375rem, 0.9228rem + 0.0735vw, 1rem);
  --step-0: clamp(1.125rem, 1.0956rem + 0.1471vw, 1.25rem);
  --step-1: clamp(1.35rem, 1.3rem + 0.25vw, 1.5625rem);
  --step-2: clamp(1.62rem, 1.5416rem + 0.3919vw, 1.9531rem);
  --step-3: clamp(1.944rem, 1.827rem + 0.5852vw, 2.4414rem);
  --step-4: clamp(2.3328rem, 2.1636rem + 0.8458vw, 3.0518rem);
  --step-5: clamp(2.7994rem, 2.5605rem + 1.1945vw, 3.8147rem);
  --step-6: clamp(3.3592rem, 3.0277rem + 1.6578vw, 4.7684rem);
}

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

.tax-pss-cs-procedures .pss-cs-gallery__img {
    width: 100% !important;;
    height: 210px !important;;
    margin: 0 !important;;
    object-fit: cover !important;;
}

@media (min-width: 1200px) {
	.page-id-1550 .c-media {
		padding-bottom: 100px !important;
	}
}
