@charset "UTF-8";

/*
Theme Name: Fiala Aesthetics
Author: CreativeTakeMedical
*/

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

body {
	font-size: 1rem;
	font-family: 'Open Sans';
	color: #444;
}

img {
	max-width: 100%;
	height: auto;
}

h1, h2 {
	font-weight: 200;
	color: #16608a;
}

h3, h4, h4, h5, h6 {
	font-weight: 300;
	color: #16608a;
}

.smallh1 {font-size: .6rem;
}

main a {
	transition: all .5s ease;
	color: #16608a;
}

.btn {
	text-transform: uppercase;
	border-radius: 0;
	font-size: .9rem;
    padding: .75rem 1.25rem;
    min-width: 180px;
    transition: all 0.3s ease;
    white-space: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
	font-weight: 300;
}

.btn-primary {
	background-color: #16608a;
    border-color: #16608a;
}

.btn-primary:hover {
	background: #fff;
	color: #16608a;
}

.btn-outline-white {
color: #fff;
    background: #9fbed0;
    border: 1px solid #fff;
}

.btn-outline-white:hover {
	background: #9fbed0;
	border: #9fbed0;
	color: #fff;
}

.btn-widthauto {
	min-width: auto;
}

.social {
	display: flex;
}

.social-icon {
	border-radius: 50%;
	color: #fff;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	cursor: pointer;
	font-size: .9rem;
}

.social-icon:hover {
	text-decoration: none;
	background-color: #9fbed0;
	border-color: #9fbed0;
	color:#fff;
}

.social-icon.realself {
background: transparent url('/wp-content/themes/creativetakemedical/assets/img/rs-white.png') no-repeat center center;	background-size: cover;
}

.social-icon.realself:hover {
	background: #9fbed0 url('/wp-content/themes/creativetakemedical/assets/img/rs-white.png') no-repeat center center;
	background-size: cover;
}

.hide-mobile-menu #mobile-menu {
	display: none;
}

.hide-mobile-menu #header-menu {
	display: block;
}

#header-menu {
	display: none;
}

.hero {
	background: url('/wp-content/themes/creativetakemedical/assets/img/header.webp') no-repeat center center;
	background-size: cover;
}

.nowebp .hero {
	background: url('/wp-content/themes/creativetakemedical/assets/img/header.jpg') no-repeat center center;
	background-size: cover;
}

.header {
	background-color: #145980;
	color: #fff;
}

.header a:hover {
	text-decoration: none;
}

.header-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-menu .menu-item {
	position: relative;
}

.header-menu .menu-dropdown {
	margin-left: .25rem;
	cursor: pointer;
}

.menu-dropdown.fas.fa-chevron-right {
	display: none;
}

.header-menu a {
	display: block;
	padding: .5rem .75rem;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	font-size: .9rem;
	text-align: left;
}

.header-menu .sub-menu {
	margin: 0;
	list-style-type: none;
	display: none;
	padding: 0 0 0 1rem;
	z-index: 1;
}

.header-menu .sub-menu a {
	padding: .75rem;
	font-size: .8rem;
}

.header-menu .sub-menu a:hover {
	color: #16608a;
}

.header-menu .active > .sub-menu {
	display: block;
}

.header-title {
	text-transform: uppercase;
	margin-bottom: 1rem;
	letter-spacing: 3px;
	font-size: 3rem;
	color: #fff;
	text-align: center;
	text-shadow: -2px 2px black;
}

.header-subtitle {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 1.25rem;
}


.header-btn {
	margin: 4.5rem 0;
	font-size: 1.25rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (max-width: 767px) {
	.header-btn {
		margin: 1rem 0;
		font-size: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
		min-width: auto;
	}

	.hero {
		padding: 1rem 0;
	
	}

	.post-type-archive-ctmphotogallery .hero,
	.single-ctmphotogallery .hero, 
	.tax-ctmphotogallery_procedure .hero {
		background-size: auto 250px;
	}

	.social-welcome {
		display: flex;
		flex-direction: column;
	}

	.social-welcome .social {
		order: 3;
	}

	.header-title {
		font-size: 1.75rem;
		text-align: center;
		
	}
}

.header-divider {
	width: 100px;
	border-color: #fff;
	border-width: 2px;
	margin-bottom: 3rem;
}

.hpprocedures a {
	display: block;
	padding: .75rem .25rem;
	font-size: 1.25rem;
	color: #fff;
	text-align: center;
	font-weight: 300;
}

.hpprocedures a:nth-child(1) {
	background-color: #145980;
}

.hpprocedures a:nth-child(2) {
	background-color: #16608a;
}

.hpprocedures a:nth-child(3) {
	background-color: #176692;
}

.hpprocedures a:nth-child(4) {
	background-color: #1b70a1;
}

.hpprocedures a:nth-child(5) {
	background-color: #1c75a8;
}

.hpprocedures a:nth-child(6) {
	background-color: #1d7aaf;
}

.hpprocedures a:nth-child(7) {
	background-color: #2081b8;
}

.letter-space {
	letter-spacing: 2px;
}

.hpgallery {
	background: url('/wp-content/themes/creativetakemedical/assets/img/gallery.webp') center center no-repeat;
	background-size: cover;
	padding: 4rem 0;
}

.nowebp .hpgallery {
	background: url('/wp-content/themes/creativetakemedical/assets/img/gallery.jpg') center center no-repeat;
}

.hpgallery-btn {
	min-width: auto;
	margin-left: .5rem;
	padding: 1.3rem .75rem;
}

.hpgallery-action {
	margin-top: -2rem;
	display: flex;
	align-items: center;
}

.hpcontact {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.hpcontact .form-control {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}

.hpcontact textarea.form-control {
	height: 145px;
}

.hplocation {
	background: url('/wp-content/themes/creativetakemedical/assets/img/location.webp') center center no-repeat;
	background-size: cover;
	margin-top: 6rem;
	margin-bottom: 6rem;
}

.nowebp .hplocation {
	background: url('/wp-content/themes/creativetakemedical/assets/img/location.jpg') center center no-repeat;
}

.hplocation_spacer {
	margin: 2.25rem 0;
}

.hplocation-box {
	padding: 5rem 1rem;
	background: #9fbed0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.4;
	margin: -2.5rem auto;
}

.hplocation .social {
	justify-content: center;
}

.bigger .social-icon {
	font-size: 1.5rem;
	height: 50px;
	width: 50px;
}

.hptestimonial {
	background: url('/wp-content/themes/creativetakemedical/assets/img/testimonials.jpg') center center no-repeat;
}

body:not(.single) article.post {
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid #ddd;
}

.blog-nav a {
	text-transform: uppercase;
	font-size: 80%;
	display: inline-block;
}

.widget ul {
	padding-left: 1rem;
}

.footer {
	padding: 3rem 0;
	background: #eee;
	color: #444;
}

.darker .social-icon {
	border-color: #03628e;
	color: #03628e;
}

.darker .social-icon.realself {
	background: url('/wp-content/themes/creativetakemedical/assets/img/rs-white.png') no-repeat center center;
	background-size: cover !important;
}

.darker .social-icon:hover{
	color:#fff;
}

.darker .social-icon.realself:hover {
	background: #9fbed0 url('/wp-content/themes/creativetakemedical/assets/img/rs-white.png') no-repeat center center;
}

.footer-title {
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu a {
	color: #444;
}


.wpcf7-form-control-wrap textarea.form-control {
	height: 150px;
}

.wpcf7-not-valid-tip {
	font-size: .8rem;
	margin-top: .5rem;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.wpcf7 form .wpcf7-response-output {
	padding: 1rem;
}

.welcome {
	padding: 1rem 0;
    /* background-color: #9fbed0;
     * background: url(/wp-content/uploads/2022/02/unnamed.png) center center no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed; */
}

.welcome-img {
	min-width: 100%;
}

@media (max-width: 767px) {
	.header {
		height: 75px;
		display: flex;
		align-items: center;
	}

	.header-logo {
		max-height: 50px;
		width: auto;
	}

	.header-mobileactions i {
		font-size: 1.5rem;
	}

	.header-mobileactions i.fa-phone {
		font-size: 1.3rem;
	}

	.header-mobileactions .btn {
		min-width: auto;
		color: #fff;
		padding: .25rem;
	}

	.header-menucontainer {
		width: 0;
		position: absolute;
		transition: width 0.5s;
		position: fixed;
		bottom: 0;
		z-index: 1;
		top: 75px;
		right: 0;
		background: #9fbed0;
		overflow-x: hidden; 
	}



	/* .admin-bar .header-menucontainer {
		top: 120px;
	} */

	.open-menu {
		overflow: hidden;
	}

	.open-menu .header-menucontainer {
		width: 100%;
	}

	[data-menu-close],
	.open-menu [data-menu-open] {
		display: none;
	}
	 
	.open-menu [data-menu-close] {
		display: inline-block;
	}

	/* .hpgallery-bg {
		background: rgba(238, 238, 238, 0.8);
		padding: 2rem;
	} */

	.hpgallery {
		background: rgba(238, 238, 238) !important;
	}
}

@media (min-width: 768px) {
	h2 {
		font-size: 2.25rem;
	}
	
	p {
		line-height: inherit;
	}

	#mobile-menu {
		display: none;
	}

	#header-menu {
		display: block;
	}

	.header-menu {
		display: flex;
		justify-content: center;
	}

	.header-menu > li > .sub-menu {
		position: absolute;
		left: 0;
		min-width: 12rem;
		padding-left: 0;
	}

	.header-menu .sub-menu {
		background: #9fbed0;
	}


	.header-menu .sub-menu .sub-menu {
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 12rem;
	}

	.header-menu > .current-menu-item {
		border-bottom: 1px solid #fff;
		border-radius: 0;
	}

	.header-menu > .current-menu-item > a {
		font-weight: bold;
	}

	.header-title {
		padding-top: 6rem;
	}

	.header-menu a:hover {
		text-decoration: none;
		background-color: #fff;
	}

	.hp-box {
		text-transform: uppercase;
		font-size: 2rem;
		text-align: center;
		background: #9fbed0;
		font-weight: 300;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 400px;
		color: #fff;
		letter-spacing: 5px;
		position: relative;
		z-index: 1;
		transition: opacity .5s ease;
		background-size: cover !important;
	}

	.hp-box.face {
		background: url('/wp-content/themes/creativetakemedical/assets/img/service-face.jpg') no-repeat center center;
	}

	.hp-box.medspa {
		background: url('/wp-content/themes/creativetakemedical/assets/img/service-skin.jpg') no-repeat center center;
	}

	.hp-box.breast {
		background: url('/wp-content/themes/creativetakemedical/assets/img/service-breast.jpg') no-repeat center center;
	}

	.hp-box.body {
		background: url('/wp-content/themes/creativetakemedical/assets/img/service-body.jpg') no-repeat center center;
	}

	.hp-box:hover {
		opacity: 0.8;
	}

	.hplocation-box {
		max-width: 600px;
	}


	.hpgallery {
		padding: 7rem 0;
	}

	.carousel-inner {
		width: 70%;
		margin: 0 auto;
	}


}

@media (min-width: 992px) {
	.header-menu {
		justify-content: flex-end;
	}
}

@media (min-width: 1190px) {
	.header .container {
		max-width: 1490px;
	}

	.header-title {
		padding-top: 17rem;
	}

	.header-menu li:hover > .sub-menu{
		display: block;
	}


	.sub-menu .menu-dropdown.fas.fa-chevron-right {
		display: inline-block;
	}

	.sub-menu .menu-dropdown.fas.fa-chevron-down {
		display: none;
	}
}

img.alignright {
    float: right;
	margin: 10px 0 20px 30px;
}

img.alignleft {
    float: left;
	margin: 10px 0 20px 30px;
}

#primary img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    max-width: 100%;
}

h3.trigger {
    border-radius: 5px;
    background: #9fbed0;
    margin: 0.2em 0 !important;
    font-size: 16px;
    padding: 8px 12px 8px 32px;
    float: left;
    width: 100%;
    position: relative;
}

#primary h3.trigger a {
    display: block;
    position: relative;
    line-height: 1.7em;
    width: 100%;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 20px;
    margin: 0 !important;
}

h3.trigger a .plus-minus, h3.trigger.active a .plus-minus {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 8px;
    right: 12px;
    opacity: 1;
    display: block;
    background: rgba(255,255,255,.3);
}

h3.trigger a, h3.trigger a .plus-minus {
    color: #FFF;
    transition: all 0.2s ease-out !important;
}

h3.trigger a .plus-minus:after {
    content: '+';
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 18px;
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-1-2 {
    width: 48%;
    float: left;
    margin: 1%;
}

@media (max-width: 850px) {
.col-1-2 {
    width: 100%;
    float: none;
	} }

.wpcf7 input, .wpcf7 select, .wpcf7 option, .wpcf7 p#captcha, .wpcf7 textarea {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    padding: .75em 1em;
    border: 0;
    background: #f4f5f6;
    box-sizing: border-box;
    margin: .75em 0;
    transition: all 0.3s ease-in-out;
    height: 3em;
    border-radius: 0;
    font-size: 92%;
    line-height: 1em;
}

.wpcf7 input, .wpcf7 select, .wpcf7 option, .wpcf7 p#captcha, .wpcf7 textarea {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    padding: .75em 1em;
    border: 0;
    background: #f4f5f6;
    box-sizing: border-box;
    margin: .75em 0;
    transition: all 0.3s ease-in-out;
    height: 3em;
    border-radius: 0;
    font-size: 92%;
    line-height: 1em;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-outline-secondary {
    background: #9fbed0;
	color:#fff;
	border: 1px solid;
}


.hplocation h5 {color:#fff;}

.btn-outline-secondary:hover {background:#9fbed0; border: #9fbed0;}

input[type="checkbox"] {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    background: #9fbed0;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    color: #9fbed0;
    background: #fff;
	border: #9fbed0;
}

.gform_button {
	color: #fff;
    background: #9fbed0;
	border: 1px solid #fff;
	padding: 10px 20px;
}

*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
body {
    font-size: 1rem;
    font-family: 'Open Sans';
    color: #444;
}
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
*, ::after, ::before {
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.wp-caption.alignright {
    width: 400px !important;
    float: right;
    padding: 1em;
	max-width:100%;
}

a:hover {color: #20618d; text-decoration:none;}


/* CTM CTA SETTINGS */
.ctm-cta { min-height: 320px; margin-bottom: 2em; }
.ctm-cta .text.primary { color: #03628e; }
.ctm-cta .text.trailing { background-color: #03628e; color: #FFF; }


.bg-white { background-color: #ffffffdb !important;
}

@media (max-width: 767px) {
.wp-caption.alignright {
		float:none;
	}
	img.alignright {float: none;}}
	
	@media (max-width: 360px) {
	.header-title
 {
		font-size:2rem;
		}

		.hpgallery { 
    background-position: 36% 20%;
		}}


ul#menu-mobile-menu li#menu-item-6288 a {
    font-weight: 700;
    color: #333 !important;
}
	
.row.no-gutters.d-none.d-md-flex {
    margin-bottom: 1rem;
}

.social {
    display: flex;
}

section.social { background: #9fbed0;}

.darker .social-icon {color:#fff; border-color:#fff;}

.social h2 {color: #fff;}

span.h1small {
    font-size: 26px;
}

.page-id-6593 table td,
.page-id-104 table td {
	padding: 10px 20px;
}

.page-id-6593 table,
.page-id-104 table {
	width: 100% !important;
}

.btn-popup {
	position: fixed;
	right: 0;
	bottom: 0;
	background-color: #145980;
	color: #fff;
	padding: 10px 30px;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	z-index: 10;
}

