/*
Theme Name: Leadership Impact Coach
Theme URI: leadershipimpactcoach.com
Author: the Development team
Author URI: https://wordpress.org/
Description: A theme for WordPress 5.
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp5default
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Leadership Impact Coach is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Layouts
# Fonts
# Buttons
# Search Box
# Flexbox
# Forms
# Menus
# Header
# Banner
# Contents
# Footer
# Sidebar Section
# Inner Pages

--------------------------------------------------------------*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
}

body {
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	width: 100%;
	min-width: 320px;
}

/*=========================
## Layouts
=========================*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	word-wrap: normal !important;
	overflow: hidden;
	height: 1px;
	margin: -1px;
	padding: 0;
	width: 1px;
	border: 0;
}

.wp-block-column,
.blocks-gallery-item {
	margin: 0 !important;
}

.has-1-columns .wp-block-column {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}

.container {
	width: 100%;
	max-width: 1285px;
	margin: 0 auto;
	padding: 0 20px;
}

.cta {
	display: none;
}

.grecaptcha-badge {
	z-index: 999999;
}

figure {
	margin: 0 !important;
}

img {
	display: block;
}

@media screen and (max-width: 800px) {
	.cta {
		background: #D7BA5A url("assets/images/phonecall.png") no-repeat center center;
		border-bottom-left-radius: 40px;
		border-top: 2px solid #000;
		border-top-left-radius: 40px;
		text-decoration: none;
		text-indent: -9999em;
		position: fixed;
		display: block;
		bottom: 13%;
		height: 80px;
		width: 100px;
		z-index: 999;
		right: 0;
	}

	#wprmenu_bar {
		-webkit-box-shadow: 0px 0px 2px #000;
		        box-shadow: 0px 0px 2px #000;
	}

	#wprmenu_bar .menu_title a {
		color: #FFF;
		top: 0;
	}

	html body div.wprm-overlay {
		background: transparent;
	}

	.logged-in #wprmenu_menu_ul {
		top: 47px !important;
	}
}

/*=========================
## Fonts
=========================*/

a,
a:visited {
	-webkit-transition: all .5s ease;
	text-decoration: none !important;
	text-decoration: none;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	color: #555;
}

a:focus {
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 120%;
	margin: 0 auto;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 46px;
}

h3 {
	font-size: 25px;
	font-weight: 700;
}

p,
ul,
ol {
	letter-spacing: .03em;
	line-height: 180%;
	font-weight: 400;
	font-size: 15px;
	color: #525252;
}

p {
	font-family: 'Open Sans', sans-serif;
	margin: 1em 0;
}

@media screen and (max-width: 1200px) {

	h1,
	h2 {
		font-size: 40px;
	}
}

@media screen and (max-width: 500px) {

	h1,
	h2 {
		font-size: 30px;
	}
}

/*=========================
## Buttons
=========================*/
.button {
	display: inline-block;
	position: relative;
	z-index: 1;
	text-align: center;
	min-width: 200px;
	padding: 17px;
	color: #FFF !important;
	background: #69185E;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.button-yellow {
	background: #FFC926;
}

.button-yellow:hover {
	background: #d6a510
}

.button-purple {
	background: #69185E;
}

.button-purple:hover {
	background: #57144e;
}

/*=========================
## Search
=========================*/
.sidebar form,
.error-404 form {
	position: relative;
	max-width: 700px;
	margin: 10px auto;
}

.sidebar input[type="search"],
.error-404 input[type="search"] {
	width: 100%;
	padding: 5px 10px;
}

.sidebar input[type="submit"],
.error-404 input[type="submit"] {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ccc));
	background: -o-linear-gradient(top, #FFF, #ccc);
	background: linear-gradient(to bottom, #FFF, #ccc);
	border: 1px solid #000;
	position: absolute;
	padding: 6px;
	right: 0;
	top: 0;
}

.sidebar .widget:not(:nth-of-type(1)) {
	background: rgba(255, 255, 255, .5);
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding: 10px 20px;
}

.sidebar input[type="submit"],
.error-404 input[type="submit"] {
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.sidebar input[type="submit"]:hover,
.error-404 input[type="submit"]:hover {
	-webkit-box-shadow: 0px 0px 20px #000;
	        box-shadow: 0px 0px 20px #000;
}

/*=========================
## Flexbox
=========================*/
.dflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
}

.sb-flex {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-justify-content: space-between;
}

.sa-flex {
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-justify-content: space-around;
}

.cn-flex {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-justify-content: center;
}

.fe-flex {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.align-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-align-items: center;
}

/*=========================
## Forms
=========================*/
form p {
	margin: 0 0 10px !important;
	width: 100%;
}

form i,
form .hide {
	display: block;
	width: .1px;
	height: .1px;
	overflow: hidden;
}

form label {
	display: block;
	width: 100%;
}

form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
form textarea,
form select {
	font-family: inherit;
	/* font-size: ; */
	display: block;
	width: 100%;
	padding: 15px;
	border: 1px solid #EEE;
	margin: 2px 0;
}

form .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

form .wrap label {
	-ms-flex-preferred-size: 32%;
	    flex-basis: 32%;
}

form input[type="submit"],
form button[type="submit"] {
	margin-top: 30px
}

/* Contact Form 7 error messages */
form label>span.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

form.wpcf7-form span.wpcf7-not-valid-tip {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 14px;
}

@media screen and (max-width: 550px) {
	form .wrap label {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
}

/*Quick Form*/
.q-form {}

/*Contact Us Form*/
.c-form {}

/*=========================
## Navigation
=========================*/

/*Main Menu*/
[class*="main-navigation"] {
	width: 100%;
}

[class*="main-navigation"] ul.menu {
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	display: -webkit-flex;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

[class*="main-navigation"] ul.menu>li>a {
	font-weight: 600;
	font-size: 15px;
	color: #555555;
	padding: 17px 15px;
	text-transform: uppercase;
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0 5px;
	text-align: center;
}

[class*="main-navigation"] ul.menu>li>a::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #69185E;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform: translateY(101%);
	    -ms-transform: translateY(101%);
	        transform: translateY(101%);
}

[class*="main-navigation"] ul.menu li a:hover::before,
[class*="main-navigation"] ul.menu li.current-menu-item a::before {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

[class*="main-navigation"] ul.menu li a:hover,
[class*="main-navigation"] ul.menu li.current-menu-item a,
[class*="main-navigation"] ul.menu li.current_page_item a {
	color: #FFF;
}

[class*="main-navigation"] ul.menu li:hover ul {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

@media screen and (max-width: 1280px) {
	[class*="main-navigation"] ul.menu>li>a {
		font-size: 13px;
		padding: 15px 10px;
	}
}

@media screen and (max-width: 1100px) {
	[class*="main-navigation"] ul.menu>li>a {
		font-size: 12px;
		padding: 15px 5px;
	}
}

/* WP Responsive Menu Custom Styles */
@media screen and (max-width: 990px) {
	#wprmenu_bar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#wprmenu_bar .menu_title {
		width: 200px;
		top: 0 !important;
		line-height: 1 !important;
	}

	#wprmenu_bar .menu_title a {
		top: 0 !important;
		line-height: 1 !important;
	}

	#wprmenu_bar .menu_title img {
		width: 100%;
		max-width: 140px;
		height: auto;
	}
}

/*Sub Menu*/
[class*="main-navigation"] ul ul {
	background: rgba(106, 123, 100, .9);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-box-shadow: 0px 0px 2px #555;
	        box-shadow: 0px 0px 2px #555;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px 5px;
	position: absolute;
	visibility: hidden;
	margin-top: 50px;
	width: 250px;
	display: block;
	opacity: 0;
}

[class*="main-navigation"] ul ul li {
	display: block;
	margin-right: 0;
}

[class*="main-navigation"] ul ul li a {
	padding: 10px;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

[class*="main-navigation"] ul ul li a::after,
[class*="main-navigation"] ul ul li a::before {
	display: none !important;
}

[class*="main-navigation"] ul ul li a:hover {
	background: #D7BA5A;
}

/*Sub Sub Menu*/
/*.main-navigation ul ul ul {visibility: hidden !important; margin-top: -48px !important; opacity: 0 !important; position: absolute; margin-left: 240px; 	}
.main-navigation ul ul li:hover ul {visibility: visible !important; opacity: 1 !important; margin-left: 182px;  }
.main-navigation ul ul ul li {}*/

/*Footer Menu*/
.footer-navigation {
	margin-top: 100px;
}

.footer-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.footer-navigation ul li {
	display: inline-block;
	margin: 0 10px;
}

.footer-navigation ul li a {
	color: #FFF;
}

.footer-navigation ul li a:hover {
	text-shadow: 0px 0px 20px #FFF, 0px 0px 20px #FFF, 0px 0px 20px #FFF;
}

/*Social Menu*/
.social-navigation {}

.social-navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 !important;
	padding: 0;
	list-style: none;
}

.social-navigation ul li {
	margin-left: 10px;
}

.social-navigation ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 40px;
	width: 40px;
	background: #777777;
	border-radius: 50%;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.social-navigation ul li:hover a {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.social-navigation ul li a svg {
	fill: #FFF;
}

.social-navigation ul li a::before {
	font-size: 18px;
	position: relative;
	top: 12px;
}

/*=========================
## Header
=========================*/
.site-header {
	position: relative;
	padding: 20px 0;
}

.site-header::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 3px;
	background: #69185E;
}

.site-header::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 3px;
	background: #FFC926;
}

.site-header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 1440px;
}

.site-header .hd-logo {
	-ms-flex-preferred-size: 15%;
	    flex-basis: 15%;
}

.site-header .hd-logo img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.site-header .header-nav-left,
.site-header .header-nav-right {
	-ms-flex-preferred-size: 38%;
	    flex-basis: 38%;
}

.site-header .header-nav-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.site-header .header-nav-right .header-phone {
	/* position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px; */
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #69185E;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear;
	margin-left: 20px;
}

.site-header .header-nav-right .header-phone:hover {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

@media screen and (max-width: 1250px) {
	.site-header .container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.site-header .hd-logo {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

	.site-header .header-nav-left {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.site-header .header-nav-right {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

	.site-header .header-nav-right .header-phone {
		position: absolute;
		right: 30px;
		top: 30px;
	}
}

/*=========================
## Banner
=========================*/
.site-banner {
	position: relative;
}

.site-banner .widget_media_image {
	width: 100%;
}

.site-banner .widget_media_image::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(105, 24, 94, .6);
}

.site-banner .widget_media_image img {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
}

.site-banner .widget_text {
	position: absolute;
	z-index: 2;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: 85px;
	width: 100%;
	max-width: 875px;
	text-align: center;
}

.site-banner .widget_text h2 {
	color: #FFF;
	font-weight: 300;
	letter-spacing: 15px;
}

.site-banner .widget_text p {
	color: #FFF;
}

.site-banner .widget_text .button {
	margin-top: 30px;
}

@media screen and (max-width: 1024px) {
	.site-banner .widget_text {
		bottom: 50%;
		-webkit-transform: translateX(-50%) translateY(50%);
		    -ms-transform: translateX(-50%) translateY(50%);
		        transform: translateX(-50%) translateY(50%);
	}
}

@media screen and (max-width: 800px) {
	.site-banner .widget_text {
		position: relative;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		bottom: 0;
		left: 0;
		padding: 20px;
		background: #69185E;
	}
}

@media screen and (max-width: 425px) {
	.site-banner .widget_text h2 {
		letter-spacing: 2px;
	}
}

/*=========================
## Content
=========================*/
.site-content {}

/* Home Page > .welcome-section */
.welcome-section {
	position: relative;
	margin: 70px 0;
}

.welcome-section .welcome-text {
	max-width: 580px;
}

.welcome-section .welcome-text h1 {
	font-size: 49px;
	font-weight: 400;
	color: #69185E;
}

.welcome-section .welcome-text h3 {
	text-align: right;
	font-size: 27px;
	font-weight: 400;
	color: #535353;
}

.welcome-section .welcome-text h4 {
	font-weight: 400;
	font-size: 27px;
	color: #535353;
}

.welcome-section .welcome-text p:last-of-type {
	margin-top: 30px;
}

.welcome-section .welcome-image .kimberly-image img {
	width: 235px;
	height: 235px;
	border: 5px solid #FFF;
	border-radius: 50%;
}

.welcome-section .welcome-image .welcome-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 45%;
	height: 100%;
	margin: 0;
}

.welcome-section .welcome-image .welcome-bg::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(105, 24, 94, .6);
}

.welcome-section .welcome-image .welcome-bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

@media screen and (max-width: 800px) {

	.welcome-section {
		margin: 20px 0;
	}

	.welcome-section .wp-block-columns {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.welcome-section .welcome-text {
		width: 100%;
		-ms-flex-preferred-size: 100% !important;
		    flex-basis: 100% !important;
		max-width: 100%;
	}

	.welcome-section .welcome-image {
		width: 100%;
		-ms-flex-preferred-size: 100% !important;
		    flex-basis: 100% !important;
		max-width: 100%;
	}

	.welcome-section .welcome-image .welcome-bg {
		display: none;
	}

	.welcome-section .welcome-image .kimberly-image img {
		margin: 0 auto;
	}
}

/* Home Page > Experience Section */
.experience-section {
	background-color: #69185E;
	max-height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 20px 0;
}

.experience-section>div {
	width: 100%;
}

.experience-section .experience-image {
	max-width: 642px;
}

.experience-section .experience-image img {
	border-radius: 50%;
	width: 100%;
	max-width: 642px;
	height: 100%;
	max-height: 642px;
}

.experience-section .experience-text {
	max-width: 485px;
	margin-left: 80px !important;
}

.experience-section .experience-text h2 {
	color: #FFC926;
}

.experience-section .experience-text p {
	color: #FFF;
}

@media screen and (max-width: 800px) {
	.experience-section {
		max-height: unset;
	}

	.experience-section .wp-block-columns {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.experience-section .experience-image,
	.experience-section .experience-text {
		-ms-flex-preferred-size: 100% !important;
		    flex-basis: 100% !important;
		margin: 0 auto;
		max-width: unset;
	}

	.experience-section .experience-image img {
		margin: 0 auto;
	}

	.experience-section .experience-text {
		margin: 30px 0 0 !important;
		text-align: center;
	}
}

/* Home Page > Services section */
.services-section {
	padding: 80px 0;
}

.services-section .container {
	max-width: 1355px;
}

.services-section h2 {
	color: #69185E;
}

.services-section .service {
	background: #69185E;
	margin: 0 5px !important;
	padding-bottom: 20px;
}

.services-section .services-wrapper {
	margin-top: 40px;
}

.services-section .service h3 {
	margin: 1em 0;
	padding: 0 35px;
	font-weight: 600;
	color: #FFF;
}

.services-section .service h3::after {
	content: "";
	display: block;
	width: 100px;
	height: 5px;
	background: #FFC926;
	margin: 1em 0;
}

.services-section .service p {
	margin: 1em 0;
	padding: 0 35px;
	color: #FFF;
}

@media screen and (max-width: 800px) {
	.services-section {
		padding: 80px 0 20px;
	}

	.services-section .services-wrapper {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.services-section .services-wrapper .service {
		-ms-flex-preferred-size: 100% !important;
		    flex-basis: 100% !important;
		margin: 20px 0 !important;
	}

	.services-section .services-wrapper .service img {
		width: 100%;
	}
}

/* Home Page > Contact Section */
.contact-section {
	padding: 75px 0;
	background: url(assets/images/contact_bg.jpg) center no-repeat;
	background-size: cover;
}

.contact-section h2 {
	color: #69185E;
}

.contact-section .container {
	position: relative;
	background-color: #FFF;
	padding: 55px 50px;
	border-left: 23px solid #FFC926;
}

.contact-section .certifications {
	max-width: 60%;
}

.contact-section .certifications .button-group .social-navigation li {
	padding: 0 20px;
	margin: 0;
}

.contact-section .contact-form {
	position: absolute;
	right: -12px;
	top: -120px;
	padding: 40px;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	background: #FFF;
	width: 38%;
	max-width: 475px;
	text-align: center;
}

@media screen and (max-width: 1350px) {
	.contact-section .contact-form {
		right: 0;
	}
}

@media screen and (max-width: 1024px) {
	.contact-section .certifications .button-group {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.contact-section .certifications .button-group .wp-block-column {
		-ms-flex-preferred-size: 100% !important;
		    flex-basis: 100% !important;
		margin: 5px 0;
	}

	.contact-section .certifications .button-group .social-navigation li {
		padding: 0 5px;
	}
}

@media screen and (max-width: 800px) {

	.contact-section .container {
		border-left: 5px solid #FFC926;
		padding: 20px;
		max-width: 95%;
	}

	.contact-section .wp-block-columns {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.contact-section .certifications {
		-ms-flex-preferred-size: 100% !important;
		    flex-basis: 100% !important;
		max-width: 100%;
	}

	.contact-section .contact-form {
		-ms-flex-preferred-size: 100% !important;
		    flex-basis: 100% !important;
		max-width: 100%;
		position: relative;
		top: 0;
		border: none;
		border-radius: 0;
		border-top: 1px solid #69185E;
		-webkit-box-shadow: none;
		        box-shadow: none;
		padding: 20px 0 0;
		text-align: left;
	}
}

/* Home Page > Gallery Section */
.gallery-section figure {
	position: relative;
	margin: 0;
}

.gallery-section figure::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 201, 38, 0.63);
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.gallery-section figure:hover::before {
	opacity: 1;
}

.gallery-section .wp-block-columns {
	margin-bottom: 0;
}

@media screen and (max-width: 800px) {
	.gallery-section .wp-block-columns {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.gallery-section .wp-block-columns .wp-block-column {
		-ms-flex-preferred-size: 50% !important;
		    flex-basis: 50% !important;
	}
}

/* Inner Page */

.inner .site-content {
	padding: 40px 0;
	background: #F7F7F7;
}

.inner .site-content .entry-header h1.entry-title {
	font-size: 60px;
	color: #69185E;
	margin-bottom: 30px;
	text-align: center;
}

.inner .site-content h2 {
	font-weight: 400;
}

div.wpcr3_review div.wpcr3_review_datePublished {
	display: none !important;
}

div.wpcr3_review .wpcr3_caps {
	position: relative;
}

ddiv.wpcr3_review .wpcr3_caps::before {
	content: " ";
}
@media screen and (max-width: 800px) {
	.inner .site-content .entry-header h1.entry-title {
		font-size: 40px;
	}
}

/* Inner Page: Services Page */
.page-id-10 .site-content>.container {
	max-width: 1024px;
}

/* Inner Page: Privacy Policy Page */
.page-id-3 .site-content>.container {
	max-width: 1024px;
}

/*=========================
## Footer
=========================*/
.site-footer {
	padding-top: 270px;
	background: #69185E url(assets/images/footer_bg.jpg) top no-repeat;
	background-size: 100%;
}

.site-footer .site-contact-info {
	background: #FFF;
	outline: 20px solid rgba(255, 255, 255, 0.5);
	padding: 75px 65px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	text-align: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 95%;
}

.site-footer .site-contact-info span {
	display: block;
	color: #777777;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.site-footer .site-contact-info .footer-social,
.site-footer .site-contact-info .footer-email,
.site-footer .site-contact-info .footer-logo,
.site-footer .site-contact-info .footer-phone,
.site-footer .site-contact-info .footer-accepted,
.site-footer .site-contact-info .footer-location {
	padding: 25px 0;
	-ms-flex-preferred-size: 33.33%;
	    flex-basis: 33.33%;
	text-align: center;
}

.site-footer .site-contact-info .footer-logos {
	flex-basis: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.site-footer .site-contact-info .footer-logos .widget_media_image {
	flex-basis: 32%;
}

.site-footer .site-contact-info .footer-logos img {
	margin: 20px auto;
	max-width: 100%;
}

.site-footer .site-contact-info .footer-social ul {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.site-footer .site-contact-info img {
	margin: 0 auto;
	max-width: 100%;
}

.site-footer .site-contact-info .footer-accepted img {
	margin: 0 auto;
}

.site-footer .site-contact-info .footer-email a {
	font-size: 18px;
	font-weight: 600;
}

.site-footer .site-contact-info .footer-phone a {
	font-size: 30px;
	font-weight: 700;
}

.site-footer .site-contact-info .footer-location p {
	font-size: 18px;
	font-weight: 600;
}

.site-footer .site-info {
	padding: 60px 0 40px;
	text-align: center;
}

.site-footer .site-info p,
.site-footer .site-info a {
	color: #FFF;
	font-size: 14px;
}

@media screen and (max-width: 1200px) {
	.site-footer {
		padding-top: 150px;
	}

	.site-footer .site-contact-info {
		padding: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.site-footer {
		padding-top: 100px;
	}

	.site-footer .site-contact-info {
		padding: 20px;
	}
}

@media screen and (max-width: 930px) {

	.site-footer .site-contact-info .footer-social,
	.site-footer .site-contact-info .footer-email,
	.site-footer .site-contact-info .footer-logo,
	.site-footer .site-contact-info .footer-phone,
	.site-footer .site-contact-info .footer-accepted,
	.site-footer .site-contact-info .footer-location,
	.site-footer .site-contact-info .footer-logo1,
	.site-footer .site-contact-info .footer-logo2,
	.site-footer .site-contact-info .footer-logo3 {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	
	.site-footer .site-contact-info .footer-logos .widget_media_image {
		flex-basis: 100%;
	}
}

/*=========================
## Sidebar Blog
=========================*/
.sidebar {
	border: 1px solid #535353;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-ms-flex-preferred-size: 30%;
	    flex-basis: 30%;
	padding: 20px;
}

.sidebar h2 {
	font-size: 25px;
	margin: 0;
}

.sidebar .widget_search {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #69185e;
	margin-bottom: 25px;
	padding: 20px;
	width: 100%;
}

.sidebar .widget:last-of-type {
	margin-bottom: 0;
}

/*=========================
## Blog Page
=========================*/
.blog-container {
	padding-right: 5%;
	-ms-flex-preferred-size: 65%;
	    flex-basis: 65%;
}

.blog-list article {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
    border: 5px solid #69185e;
    border-radius: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px;
}

.blog-list article:not(:last-of-type) {
	margin-bottom: 40px;
}

.blog-list article:hover {
	-webkit-box-shadow: 0px 0px 20px #000;
	        box-shadow: 0px 0px 20px #000;
}

.blog-title h2 {
	margin: 0 0 20px !important;
	font-size: 30px;
}

.blog-header {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-bottom: 10px;
}

.blog-header p {
	margin: 0;
}

.blog-header p span {
	font-style: italic;
}

.blog-image {
	text-align: center;
}

.blog-image img {
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	max-width: 500px !important;
	height: auto !important;
}

.blog-container .btn {
	margin-top: 10px !important;
	padding: 10px 20px;
	font-size: 13px;
}

.pagination-n {
	text-align: right;
	margin-top: 15px;
}

.pagination-n a {
	background: #D7BA5A;
	padding: 2px 10px;
}

.pagination-n .current {
	background: #6A7A64;
	padding: 2px 10px;
	color: #FFF;
}

@media screen and (max-width: 800px) {
	.blog-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.blog-container {
		margin-bottom: 30px;
		padding-right: 0;
	}
}

@media screen and (max-width: 500px) {
	.blog-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.blog-header p,
	.blog-header h2 {
		text-align: center;
		width: 100%;
	}

	.blog-list article {
		text-align: center;
	}

	.blog-header h2 {
		font-size: 30px;
	}

	.blog-container .btn {
		margin-top: 20px !important;
	}
}

/*=========================
## Error Page
=========================*/
.error-404 {
	text-align: center;
}