/* Theme Name: Dr. Candace V. Love */

@font-face {
	font-family: 'Gabriola';
	src: url(/wp-content/themes/dr-candace-v-love/assets/font/gabriola.ttf);
	font-weight: 400;
	font-style: normal;
}
html, body{
  font-family: 'Gabriola', sans-serif;
  font-size: 20px;
}

/* === Global === */
a:hover,
a:focus {
	opacity: .8;
}
.btn {
	font-weight: 700;
	white-space: normal;
}
.font-lrg {
	font-size: 1.4em;
}
.font-md {
	font-size: 1.5em;
}
.font-sm {
	font-size: .75em;
}
/* === Header/Nav === */
.primary-header {
	position: relative;
}
.primary-header .c2a-row {
	text-align: right;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 700;
  justify-content: flex-end;
  align-items: center;
  padding-right: 50px;
	column-gap: 20px;
}
.social .col:not(:last-child) {
  margin-right: .25em;
}
.primary-header .header-row {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 3;
	justify-content: center;
	column-gap: 40px;
	padding: 20px 15px;
	background-color: rgba(0,0,0,.3);
}
.primary-header .logo-col {
	flex-basis: 320px;
}
.primary-header .nav-col {
	flex-grow: 0;
	flex-shrink: 0;
}
.main-nav .menu li {
	margin: 0;
}
.main-nav .menu li a {
	text-transform: uppercase;
	font-weight: 400;
	padding: 10px 12px;
	font-size: 16px;
	text-shadow: 1px 1px 2px #000;
}
.main-nav .menu li a:hover,
.main-nav .menu li a:focus {
  opacity: 1;
}
.dropdown-toggle .caret {
	display: none;
}
/* === Footer === */
.primary-footer {
	border-top: 1px solid;
	margin-top: 50px;
}
.primary-footer .footer-row {
	justify-content: space-around;
	column-gap: 50px;
	row-gap: 20px;
	padding: 30px 0;
}
.primary-footer .contact-col {
	font-size: 22px;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	row-gap: 4px;
}
.primary-footer .sitemap a {
	padding: 2px;
}
.primary-footer .sitemap ul {
	align-items: flex-start;
	display: flex;
	column-gap: 30px;
}
.primary-footer .sitemap .sub-menu {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	padding: 0;
}
.primary-footer .copyright {
	padding: 8px;
}
.primary-footer .social {
  font-size: 22px;
  justify-content: center;
}
/* === Home Page === */
.banner-section .image img {
	width: 100%;
}
.banner-section .mobile-logo {
	display: none;
}
.banner-section .overlay {
	bottom: auto;
	top: 50%;
	transform: translate(-50%, -50%);
	background: none;
}
.banner-section .overlay h1 {
	font-size: 62px;
}
.main-section,
.secondary-section {
	margin-top: 40px;
}
.main-section .pull-left,
.secondary-section .pull-left {
	margin-right: 50px;
	margin-bottom: 5px;
}
.main-section .btn,
.secondary-section .btn {
	margin: 0 20px;
}
.main-section .content {
	max-width: 940px;
}
.testimonials-section {
	margin: 20px 0;
}
.secondary-section {
	padding: 50px 0;
}
.feature-section .feature {
	align-items: center;
	font-size: 20px;
}
.feature-section .feature .font-md {
	font-size: 32px;
}
.feature-section .feature .col {
	flex: 0 1 50%;
}
.feature-section .feature .content {
	max-width: 600px;
	margin: 0 auto;
	padding: 25px;
}
.feature-section .feature .content p:last-child {
	margin-bottom: 0;
}
.feature-section .feature:nth-child(odd) .image-col {
	order: -1;
}
body.home #secondary-section a.btn{  padding: 8px 30px; }
body.home #secondary-section .content{ text-align:center; }
/* === Interior Pages === */
.banner {
	position: relative;
}
.banner img {
  width: 100%;
}
.banner h1 {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.ip.main-section .col.image {
	float: left;
	margin-right: 50px;
	max-width: 500px;
}
.ip.main-section .content {
	max-width: none;
}
.gallery {
	flex-wrap: wrap;
}
.gallery .image {
	flex: 0 1 calc(50% - 25px);
	margin-bottom: 50px;
}
.gallery .image:nth-child(odd) {
	margin-right: 50px;
}
.contact-section .image-col {
	flex: 0 0 50%;
	margin-right: 50px;
}
.contact-section .form {
	border: 1px solid;
	padding: 10px 50px;
}
.form .hidden_label label {
	display: none;
}
.form ul {
	padding: 0;
	margin: 0;
	display: block;
}
.form li {
	display: block;
}
.form input,
.form textarea {
	width: 100%;
}
.form textarea {
	height: 100px;
}
.form input[type="checkbox"] {
	width: auto;
}
.form .ginput_container_checkbox {
	flex: 1 0 auto;
}
.form .gfield_checkbox {
	display: flex;
	justify-content: space-around;
}
.form label {
	font-weight: 400;
}
.form .flex-field {
	display: flex;
}
.form .flex-field>label {
	flex: 0 0 30%;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
}
.form .gfield {
	margin-bottom: 8px;
}
.form .button {
	font-weight: 700;
	white-space: normal;
	border-radius: 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all ease .5s;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid #0000;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.form .validation_message {
  color: #f00;
}
.form h2 {
  text-align: center;
}

.main-nav .menu li a {
	font-size: 22px;
}
.main-section .pull-left {
	margin-bottom: 120px;
}
.page-id-97 .banner h1{
	color: #000;
}
.mobile-header .mobile-c2a .phone-link {
	line-height: .5;
	text-align: center;
}
/* === Media Queries === */
@media screen and (max-width: 1199px) {
	.main-nav .menu li a {
		font-size: 20px;
		padding: 10px 8px;
	}
}
@media screen and (max-width: 991px) {
	.primary-header .c2a-row {
		display: none;
	}
	.banner-section .overlay {
		display: none;
	}
	.primary-header .logo-col {
		display: none;
	}
	.banner-section {
		position: relative;
	}
	.banner-section .mobile-logo {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 3;
		max-width: 320px;
		width: 100%;
		padding: 20px;
	}
	.feature-section .feature {
		font-size: 16px;
	}
	.feature-section .feature .font-md {
		font-size: 18px;
	}
	.ip.main-section .col.image {
		max-width: 400px;
	}
  .contact-section .contact-row {
    display: block;
  }
  .contact-section .image-col {
    margin: 0 0 20px;
  }
  .contact-section .form {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 767px) {
	.main-section .pull-left,
	.secondary-section .pull-left {
		float: none !important;
		margin: 0 auto;
	}
	.feature-section .feature:nth-child(n) .image-col {
		order: 2;
	}
	.primary-footer {
		text-align: center;
	}
	.primary-footer .sitemap ul {
		flex-direction: column;
		align-items: center;
	}
	.ip.main-section .col.image {
		float: none;
		margin: 0 auto 20px;
	}
}
