/*
Theme Name: Divine Freedom Coaching
Theme URI: http://media-shark.com/
Author: J Cooper
Author URI: http://media-shark.com
Description: A custom theme.
Version: 1.0
License: GNU General Public License

*/

@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
	
}

*:focus {
	outline: none;
	border: 0;
}

::selection {
  background-color: #80487C; /* Example: a shade of yellow for the background */
  color: #fff; /* Example: a dark gray for the text color */
}

/* For older versions of Firefox */
::-moz-selection {
  background-color: #80487C;
  color: #fff;
}

html, * {
	box-sizing: border-box;
}

body {
 	font-family: "Plus Jakarta Sans", sans-serif;
	margin: 0;
	font-size: 16px;
 	line-height: 1.5;
	color: #7A7A7A;
}

body.no-scroll {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

body.no-scroll::after {
	content: '';
	background: rgba(0, 0, 0, .5);
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 998;
	position: absolute;
}

img {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5 {
	font-family: "Poppins", sans-serif;
}

h3.title {
	font-weight: 700;
	line-height: 42px;
    font-size: 32px;
    color: #80487c;
}

h4.subtitle {
	color: #80487c;
	font-size: 18px;
	line-height: 1.3;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.mobile-nav {
	display: none;
}

.mobile-close {
	display: none;
}

.container {
	width: 95%;
	max-width: 1222px;
	margin: 0 auto;
}

.btn {
	border-radius: 50px;
	border: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 24px;
}

.btn-primary {
	background-color: rgba(128, 72, 124, 1);
	color: #fff !important;
}

.btn-secondary {
	background-color: #bc5782;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover  {
	background-color: #6b3c68;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
	background-color: #a24b70;
}

.explore-more {
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
    font-weight: 700;
	border-bottom: 2px solid rgb(188, 87, 130);
	padding-bottom: 2px;
}

.explore-more .fa-arrow-right {
	background: #333;
	color: #fff;
	padding: 4px;
	border-radius: 20px;
	font-size: 11px;
	height: 18px;
	width: 18px;
	vertical-align: text-top;
	text-align: center;
	margin-left: 4px;
}

.owl-dots {}

.owl-theme .owl-dots .owl-dot span {
	background: #B985B5;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #80487c;
}

.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}

.site-nav {
	width: 95%;
    max-width: 1222px;
	margin: 10px auto;
}

.nav-brand {
	width: 300px;
	display: inline-block;
}

.nav-brand img {
	margin-top: 10px;
}

.nav-menu-list {
	width: calc(100% - 305px);
	display: inline-block;
	text-align: right;
}

.nav-menu-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-menu-list ul li {
	display: inline-block;
}

.nav-menu-list ul li a {
	color: rgba(51,51,51,0.7);
	font-size: 14px;
	display: block;
	padding: 3px 0px;
	margin: 10px 25px;
	text-decoration: none;
	position: relative;
}

.nav-menu-list ul li a::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: rgb(188, 87, 130);
	transition: transform 0.25s ease-out;
	transform-origin: bottom right;
}

.nav-menu-list ul li a:hover::after, .nav-menu-list ul li.active a::after {
  	transform: scaleX(1);
	transform-origin: bottom left;
}

.nav-menu-list ul li a.btn {
	font-size: 13px;
	font-weight: 600;
	padding: 12px 24px;
	margin-right: 0;
}

.nav-menu-list ul li a.btn:after {
	content: none;
}

.nav-menu-list ul li a:hover {
	color: #333;
	
}

.hero {
	padding: 50px 0;
}

.hero-wrapper {
	background-image: url('img/background_1086539274.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	border-radius: 25px;
}

#hero-text {
	color: #80487c;
	margin: 0 0 0 10px;
	width:  calc(100% - 485px);
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 30px;
}

#hero-text h1 {
	line-height: 55px;
    font-size: 45px;
    color: #80487c;
	font-weight: 700 !important;
}

#hero-text a {
	font-size: 14px;
}

#hero-text .book-link {
	display: inline-block;
	position: relative;
	color: #fff;
	text-shadow: 1px 1px 1px #00000090;
	margin-left: 20px;
	padding: 3px 0px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}

#hero-text .book-link:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: rgb(0, 0, 0, 0.15);
	transition: transform 0.25s ease-out;
	transform-origin: bottom right;
}

#hero-text .book-link:hover::after {
  	transform: scaleX(1);
	transform-origin: bottom left;
}

.hero-img {
	border-radius: 15px;
	overflow: hidden;
	margin: 50px auto;
	width:  450px;
	display: inline-block;
	vertical-align: middle;
}


#about-us-content {
	padding: 50px 0;
}

.about-img {
	border-radius: 15px;
	width: fit-content;
	overflow: hidden
}

#about-text {
	position: absolute;
	top: 50%;
    transform: translate(0px, -50%);
}

#services-wrapper {
	background-color: #B985B5 !important;
	border-radius: 20px !important;
	padding: 35px;
	color: #fff;
}

#services-wrapper h3.title {
	color: #fff;
	line-height: 55px;
    font-size: 45px;
}

#services-wrapper h4.subtitle {
	color: #fff;
}

#services-text {
	position: absolute;
	top: 50%;
    transform: translate(0px, -50%);
}

.service-info-wrapper {
	
}

.sevices-info-box {
	background: #FFF;
    padding: 25px;
    border-radius: 10px !important;
	color: #80487c;
	transition: all .3s ease-out;
}

.service-info-icon {
	height: 85px;
	width: 85px;
	border-radius: 10px;
	background: #80487c;
	color: #fff;
	text-align: center;
    padding: 12px;
	margin: 0 0 15px 0;
}

.sevices-info-box h4 {
	font-weight: 700;
}

.sevices-info-box:hover {
	background: #80487c;
	color: #fff;
}

.sevices-info-box:hover .service-info-icon {
	background: #a1d3be;
	color: #808080;
}

.sevices-info-box:hover .explore-more {
	color: #fff;
}

.sevices-info-box:hover .explore-more .fa-arrow-right {
	background: #fff;
	color: #80487c;
}

#why-us-content {
	background-color: #FDF3F2 !important;
	padding: 50px 0;
}

.info-box-wrapper {
	background: #F1DAEF;
    border-radius: 20px;
    padding: 16px;
	margin: 0 0 15px 0;
	transition: all .3s ease-out;
}

.box-icon-wrapper {
	width: 100px;
	display: inline-block;
	vertical-align: top;
}

.info-box-icon {
	background: #bc5782;
	color: #fff;
	height: 85px;
	width: 85px;
	border-radius: 45px;
	padding: 10px;
	text-align: center;
}

.info-box-content {
	width: calc(100% - 110px);
	display: inline-block;
	vertical-align: top;
}

.info-box-title {
	line-height: 1.2em;
    font-size: 20px;
    color: #80487c;
	font-weight: 700;
	margin: 10px 0 0 0;
}

.info-box-inner {
	color: #7e427a;
	
}

.info-box-wrapper:hover {
	background: #bc5782;
	color: #fff;
}

.info-box-wrapper:hover .info-box-title, .info-box-wrapper:hover .info-box-inner {
	color: #fff;
}

.info-box-wrapper:hover .info-box-icon {
	background: #a1d3be;
	color: #808080;
}

.testimonial-carousel {
	max-width: 700px;
	margin: 50px auto 0 auto;
}

.testimonial-carousel .item {
	color: #000;
}
							
.testimonial-carousel .st-person {}

.testimonial-carousel .st-name {
	color: #777;
}

.testimonial-carousel .st-name b {

}

.testimonial-carousel .owl-dots {
	margin-top: 30px !important;
}

.page-header {
	background: #000;
    color: #fff;
    text-align: center;
    padding: 60px 0;
}

.page-header h1.title {
	font-size: 68px;
	font-weight: 700;
}

.page-breadcrumbs {
	text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}

.page-breadcrumbs>:is(a,span):after {
    content: "/";
    display: inline-block;
    padding: 0 8px;
}

.page-breadcrumbs a {
	color: #fff;
}

.site-footer {
	color: #fff;
	margin: 50px 0;
}

.site-footer a {
	color: #fff;
	opacity: .7;
}

.site-footer a:hover {
	opacity: 1;
}

.site-footer h3 {
	font-size: 24px;
    font-weight: 700;
}

.footer-about {
	font-size: 14px;
}

.footer-wrapper {
	padding: 50px 30px 30px 30px !important;
    background-color: #BC5782 !important;
	border-radius: 30px 30px 0px 0px;
}

.sf-menu {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}

.sf-menu .link-icon {
	background:  #fff;
	color: #BC5782;
	padding: 6px;
	border-radius: 20px;
	width: 35px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.pxl-link--text {
	width: calc(100% - 40px);
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	font-size: 14px;
}

.sf-menu h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 0 0;
}

.sf-menu li {
	margin: 0 0 10px 0;
}

.copyright {
	background: #80487C;
    border-radius: 0px 0px 30px 30px;
    color: #fff;
	font-size: 13px;
	text-align: center;
}

.wp-block-columns {
	position: relative;
}

.float-text-right, .float-text-left {
	position: relative;
}

.float-text-right .float-block-wrapper, .float-text-left .float-block-wrapper {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.form-label {
	color: #000;
    font-weight: 700;
}


@media (max-width: 1365px) {
    
	#hero-text {
		width: calc(100% - 385px);
	}
	
	.hero-img {
		width: 350px;
	}
}


@media (min-width: 1200px) {
    
}


@media (max-width: 1201px) {
    .site-nav {
        max-width: 960px;
    }
}


@media (max-width: 992px) {
   .nav-menu-list .btn {
		display: none;
	}
	
	#hero-text {
		width: 100%;
		margin: 0px;
		padding: 30px;
	}
	
	.hero-img {
		display: none;
	}
	
}

@media (max-width: 781px) {
	.float-text-right .float-block-wrapper, .float-text-left .float-block-wrapper {
		position: relative;
		top: 0;
		transform: none;
	}
	
	.float-text-right .float-block-wrapper {
		margin: 30px 0 0 0;
	}
	
	.float-text-left .float-block-wrapper {
		margin: 0 0 30px 0;
	}
	
}

@media (max-width: 768px) {
	.nav-menu-list {
		position: absolute;
        left: -350px;
		top: 0;
        background: #fff;
        z-index: 999;
        width: 350px;
        height: 100%;
		text-align: left;
		transition: all .2s ease-out;
	}
	
	.nav-menu-list.open {
        left: 0;
	}
	
	.mobile-close {
		display: block;
		padding: 12px;
		text-align: right;
		border-bottom: 1px solid rgba(0, 0, 0, .2);
	}
	
	.mobile-close-btn {
		cursor: pointer;
		color: #333;
		width: fit-content;
	}
	
	.mobile-close-btn:hover {
		cursor: pointer;
		color: #777;
	}
	
	.nav-menu-list ul li {
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, .2);
	}
	
	.nav-menu-list ul li a::after {
		content: none;
	}
	
	.nav-menu-list ul li.active a {
		color: rgb(188, 87, 130);
	}
	
	.nav-menu-list a {
		text-transform: uppercase;
		font-weight: 600;
		
	}
	
    .mobile-nav {
		display: block;
        font-size: 26px;
        position: absolute;
        top: 36px;
        right: 15px;
		cursor: pointer;
	}
	
	#about-text {
		position: relative;
		top: 30px;
		transform: none;
	}
	
	#services-text {
		position: relative;
		top: 0%;
		margin-bottom: 30px;
		transform: none;
	}
	
	.why-img {
		display: block;
		margin: 30px auto;
	}
}

#contact-form {
	max-width: 600px;
	margin: 0 auto;
}
/*
.container {
	width: 95%;
	max-width: 1222px;
	margin: 0 auto;
}

.site-nav {
	max-width: 1222px;
}

@media (min-width: 768px) {
    .container {
        max-width: 95% !important;
    }
}

@media (min-width: 576px) {
    .container {
         max-width: 95% !important;
    }
}
*/