@charset "utf-8";

/**************************************************
  Custom Page Specific Styles
  Author: Chuck Bunnell / Zeal
  Modified: 3/20/2020
  MODIFICATIONS GO HERE!!
**************************************************/
/*@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Montserrat&family=Tangerine&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Tangerine&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@font-face {
    font-family: 'maliburegular';
    src: url('/assets/fonts/malibu-webfont.woff2') format('woff2'),
         url('/assets/fonts/malibu-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


header {
	background: #fff !important;
	border-bottom: 1px solid #eeede9;
	padding: 8px 0;
}

.header_logo {
max-height: 140px;
height: 100%;
}

.navbar-default {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
}
.navbar-toggle {
	float: left;
}

/* TOP NAV MENU OVERRIDES */
.navbar-default .navbar-nav > li > a {
	font-family: Montserrat, "Times New Roman", Times, serif;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	font-family: Montserrat, "Times New Roman", Times, serif;
    color: #DFB15B; /* #af2626 */
    background-color: #fff;
	font-weight: bold;
}
/* TOP NAV DROWDOWN MENU OVERRIDES */
.dropdown-menu {
	font-family: Montserrat, "Times New Roman", Times, serif;
	background-color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #DFB15B;
    background-color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, 
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
 	font-family: Montserrat, "Times New Roman", Times, serif;
    color: #DFB15B; /* #af2626 */
	background-color: #fff;
}


/*@media (min-width: 699px) {
	.navbar-default {
		margin-top: 2%;
	}
}*/
@media (min-width: 768px) {
	.navbar-default {
		margin-top: 0;
	}
}
@media (min-width: 992px) {
	.navbar-default {
		margin-top: 25px;
	}
}

.sitephone {
    text-align: right;
    font-size: 25px;
    color: #141544;
} 
.sp_besidebutton {
	display: block;
	float: right;
	padding-top: 8px;
}

.sp_underlogo {
	display: none;
}

.sp_undernav {
	display: none;
}
@media (min-width: 768px) {
	.sitephone {
		padding-right: 15px;
	}
	.sp_besidebutton {
		display: none;
	}
	.sp_undernav {
		display: block;
	}
}
@media (min-width: 992px) {
	.sitephone {
    	font-size: 35px;
	}
}

.main_content_wrapper{
	background: #fff url('/themes/medicalmassage/assets/img/medicalmassage_bg.jpg') repeat;
}

.contact_wrapper .cms_content_wrapper {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #e1d5ba;
}

.main_content h1::before, .main_content h1::after, .main_content h2::before, .main_content h2::after, .main_content h3::before, .main_content h3::after, .main_content h4::before, .main_content h4::after {
	content: "";
}


h1 {
    font-size: 45px;
	text-align: center;
	font-family: 'maliburegular';
	font-weight: normal;
    letter-spacing: 0.05em;
}
@media (min-width: 512px) {
	h1 {
		font-size: 50px;
	}
}
@media (min-width: 677px) {
	h1 {
		font-size: 60px;
	}
}
@media (min-width: 992px) {
	h1 {
		font-size: 70px;
	}
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
@media (min-width: 415px) {
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 21px;
	}
}
@media (min-width: 768px) {
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 25px;
	}
}


.btn {
    transition: .3s ease-out;
    border-width: 2px;
    font-family: Montserrat, "Times New Roman", Times, serif;
    padding: 12px 37px;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #001b4b;
    text-decoration: none;
}


footer {
	background: none;
    background-color: #fcfbf4;	
	border-top: 1px solid #eeede9;
}
footer a {
    padding: 2px 8px;
}
footer a:hover {
	color: #DFB15B;
}
/*footer a:link, footer a:visited {
	color: #DFB15B;
}*/
footer .zsite {
    text-align: center;
    margin-top: 35px;
}
@media (min-width: 992px) {
	.footer_wrapper .footer_content {
		margin-bottom: 15px;
	}
}
.footer_wrapper .footer_content:last-of-type {
	margin-bottom: inherit;
}
.footer_wrapper li {
	display: inline-block;
	padding: 2px 8px;
}
.footer_wrapper ul.footer_socialmedia li {
	color: #1076BA;
}


/***** CAROUSEL SLIDER *****/
.slide_label {
	position: absolute; 
	top:0; 
	width: 100%; 
	background: rgba(0,0,0,.25); 
	text-align: center; 
	font-family: maliburegular; 
	font-size: 20px; 
	font-weight: bold;
	text-shadow: 0 0 5px #fff, 0 0 8px #fff;
}
@media (min-width: 450px) {
	.slide_label {
		font-size: 30px;
		/*font-weight: normal;*/
	}
}
@media (min-width: 600px) {
	.slide_label {
		font-size: 40px;
		/*font-weight: normal;*/
	}
}
@media (min-width: 768px) {
	.slide_label {
		font-size: 60px;
		font-weight: normal;
	}
}

.slide_label a {
	color: #23527c;
}
.carousel-indicators {
	display: none;
}
@media (min-width: 768px) {
	.carousel-indicators {
		display: block;
		bottom: 10px;
	}
}

/***** END CAROUSEL SLIDER *****/


/***** HOME PAGE *****/
.index_wrapper .main_content h1:first-of-type {
    padding-top: 5px;
    padding-bottom: 5px;
	border-top: 3px solid #DFB15B;	/* af2626 */
	border-bottom: 3px solid #DFB15B;
}
.homeservicesholder {
	margin: 50px 0; 
	text-align: center;
}
.homeserviceholder {
	margin-bottom: 30px;
	padding: 0 30px;
}
.homeserviceholder h2 {
	margin-top: 5px;
}
@media (min-width: 768px) {
	.homeserviceholder {
		margin-bottom: 0;
	}
	.homeserviceholder h2 {
		margin-top: 20px;
	}
}
.homeservicesholder .img-circle {
	margin: 0 auto; 
	border-radius: 50%;
	box-shadow: 0 0 8px #333;
	max-height: 250px;
}
.homeservicesholder h2 {
	font-size: 16px;
}
.homeservicesholder h2::before, .homeservicesholder h2::after {
	content: "";
}
.seeallbuttonrow {
	text-align: center;
	margin-bottom: 50px;
}
.btn-default-variant-1 {
    color: #001b4b;
    background-color: transparent;
    border: 2px solid #dcc2b3;
}
.btn-default-variant-1:focus, .btn-default-variant-1.focus, .btn-default-variant-1:hover, .btn-default-variant-1:active, .btn-default-variant-1.active, .open > .btn-default-variant-1.dropdown-toggle {
    color: #fff;
    background-color: #1076BA; /*#fd907a;*/
    border-color: #1076BA; /*#fd907a;*/
}
.btn-default-variant-1:active, .btn-default-variant-1.active, .open > .btn-default-variant-1.dropdown-toggle {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}
/***** END HOME PAGE *****/


/***** SERVICES PAGE *****/
.servicesholder {
	margin: 50px 0; 
}
.servicesholder .serviceholder:first-of-type {
	border-top: 1px solid #eeede9;
}

.serviceholder {
	padding: 30px;
	margin-bottom: 5px;
	border-bottom: 1px solid #eeede9;
}
.servicesholder .img-circle {
	margin: 0 auto; 
	border-radius: 50%; 
	box-shadow: 0 0 8px #333;
	max-height: 250px;
}
.servicesholder h2 {
	font-size: 16px;
	text-align: center;
}
@media (min-width: 500px) {
	.servicesholder h2 {
		text-align: left;
	}
}

.servicesholder h2::before, .servicesholder h2::after {
	content: "";
}
.servicesholder a.readmore {
	float: right;
	color: #DFB15B;
}
/***** END SERVICES PAGE *****/


/***** ARTICLES PAGE *****/
.article_body_wrapper img {
	width: 100%;
	max-width: 100%;
	clear: both;
	margin: 0 auto;
}
@media (min-width: 415px) {	
	.article_body_wrapper img {
		max-width: 500px;
	}
}
@media (min-width: 992px) {
	.article_body_wrapper img {
		max-width: 400px;
		float: left;
		margin: 6px 20px 0 0;
	}
}
/***** END ARTICLES PAGE *****/


/***** CONTACT PAGE *****/
.btn-default-variant-2 {
	color: #fff;
    background-color: #1076BA;
    border-color: #1076BA;
}
/***** END CONTACT PAGE *****/

