/*------------------------------------*\
	#Gallery Carousel
\*------------------------------------*/

* {
	box-sizing: border-box;
}

.slick-prev:before,
.slick-next:before {
    color: black;
    font-size: 30px;
}

.slick-dots li button:before {
    font-size: 12px;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before,
.slick-dots li button:hover:before, .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
    border: 2px solid lightblue;
}

.pss-cs-gallery__indicators {
	text-align: center;
	margin-top: 20px;
}

.pss-cs-gallery__indicator {
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

/* ==========================================================================
   Gallery LazyLoad
   ========================================================================== */

.pss-cs-loading {
	transition: opacity 500ms ease-in-out;
	opacity: 0;
}

.pss-cs-loading.b-loaded {
	opacity: 1;
}


/* ==========================================================================
   Gallery Global Styles 
   ========================================================================== */

.pss-cs-gallery {
    padding: 0 15px;
    margin: 20px 0;
    clear: both;
}

.pss-cs-title {
	margin: 20px 0;
    padding: 0;
}

.pss-cs-title-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pss-cs-hr {
    border: 1px solid #f1f1f1;
}

.pss-cs-feature-img {
	max-width: 100%;
	height: auto;
    margin: 0;
}

.pss-cs-description {
	clear: both;
	padding: 15px 0;
}

.pss-cs-description__medium {
	padding: 40px 15px;
	clear: both;
}

.pss-cs-doctor-img {
	border-radius:  50%;
	max-width: 10%;
    margin-right: 20px;
}

.pss-cs-dr-description {
	padding-left: 20px;
	border-left:  10px solid #f1f1f1;
	margin-bottom: 30px;
}

.pss-cs-doctor a {
	color: #666;
}

.pss-cs-list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.pss-cs-gallery__img {
	width: 100%;
	height: auto;
    margin: 0;
}

/* ==========================================================================
   Gallery Next/Previous Links 
   ========================================================================== */

.pss-cs-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.pss-css-links {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
}

.page-template-default .pss-css-links {
	justify-content: flex-end;
}

/* ==========================================================================
   Gallery Medium 
   ========================================================================== */

.pss-cs-gallery__medium {
	display: flex;
	flex-wrap: wrap;
}

.pss-cs-gallery__medium > li {
	width: 50%;
}

.pss-cs-flex {
	display: flex;
	flex-wrap: wrap;
}

.pss-cs-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
}

/* ==========================================================================
   #Gallery Buttons
   ========================================================================== */

.pss-cs-btn {
	display: inline-block;
	padding: 15px 20px;
	background-color: #f1f1f1;
	text-decoration: none;
	color: #000;
	margin: 15px 0;
	border: 0;
}

/* ==========================================================================
   #Gallery Pagination Numbers
   ========================================================================== */

ul.page-numbers {
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
}

ul.page-numbers > li {
	display: inline-block;
    vertical-align: middle;
}

ul.page-numbers > li > a,
ul.page-numbers > li > span.current {
	padding: 10px 20px;
	display: inline-block;
	background-color: #f1f1f1;
	text-decoration: none;
	color: #000;
	border: 1px solid #ccc;
}

ul.page-numbers > li > span.current {
	background-color: #ccc;
}

/* ==========================================================================
   #Gallery Aside
   ========================================================================== */

@media (min-width: 991px) {

	.pss-cs-wrap {
		display: flex;
	}

	.pss-cs-gallery__carousel-aside {
	    width: 80% !important;
	    padding-right: 20px;
	}

	.pss-cs-gallery__indicators-aside {
    	width: 20%;
    	margin: 0;
	}

	.pss-cs-gallery__indicators-aside .slick-track {
		width: 100% !important;
	}

	.pss-cs-gallery__indicators-aside .pss-cs-gallery__indicator {
    	width: 100% !important;
    	margin-bottom: 20px;
	}

}


/* ==========================================================================
   Gallery Dropdown 
   ========================================================================== */

.pss-cs-dropdowns {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

.pss-cs-gallery__dropdown-provider {
	margin-right: 10px !important;
}

.pss-cs-gallery__dropdown,
.pss-cs-gallery__dropdown-list {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.pss-cs-gallery__dropdown-lists {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    background-color: #fff;
    width: 300px;
    max-height: 400px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .2);
}

.pss-cs-gallery__dropdown-btn-provider::after,
.pss-cs-gallery__dropdown-btn::after {
    content: " ▾";
}

.pss-cs-gallery__dropdown-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
}

@media(max-width: 540px) {

	.pss-cs-gallery__dropdown-lists {
		width: 250px;
	}

	.pss-cs-gallery__dropdown-lists-provider {
		right: auto;
		left: 0;
	}
}


/* ==========================================================================
   #Grid 
   ========================================================================== */

.pss-cs-container {
	max-width: 1170px;
    margin: 20px auto;
    padding: 0 15px;
}

.pss-cs-container:before, .pss-cs-container:after {
    content: '';
    display: table;
    clear: both;
}

.pss-cs-row {
	margin: 0 -15px;
}

.pss-cs-row:before, .pss-cs-row:after {
    content: '';
    display: table;
    clear: both;
}

.pss-cs-col-1,
.pss-cs-col-2,
.pss-cs-col-3,
.pss-cs-col-4,
.pss-cs-col-5,
.pss-cs-col-6,
.pss-cs-col-7,
.pss-cs-col-8,
.pss-cs-col-9,
.pss-cs-col-10,
.pss-cs-col-11 {
	float: left;
}

.pss-cs-col-1,
.pss-cs-col-2,
.pss-cs-col-3,
.pss-cs-col-4,
.pss-cs-col-5,
.pss-cs-col-6,
.pss-cs-col-7,
.pss-cs-col-8,
.pss-cs-col-9,
.pss-cs-col-10,
.pss-cs-col-11,
.pss-cs-col-12 {
	padding: 0 15px;
}

.pss-cs-col-1 {
    width: 8.33333%;
}
.pss-cs-col-2 {
    width: 16.66667%;
}
.pss-cs-col-3 {
    width: 25%;
}
.pss-cs-col-4 {
    width: 33.33333%;
}
.pss-cs-col-5 {
    width: 41.66667%;
}
.pss-cs-col-6 {
    width: 50%;
}
.pss-cs-col-7 {
    width: 58.33333%;
}
.pss-cs-col-8 {
    width: 66.66667%;
}
.pss-cs-col-9 {
    width: 75%;
}
.pss-cs-col-10 {
    width: 83.33333%;
}
.pss-cs-col-11 {
    width: 91.66667%;
}

@media(max-width: 768px) {
	.pss-cs-col-12 {
		width: 100%;
	}
}

/* ==========================================================================
   #Grid Reset
   ========================================================================== */

.pss-cs-reset {
	margin: 0;
}

.pss-cs-reset > [class*="pss-cs-"] {
	padding: 0;
}