/*
Theme Name: Steve Vincent
Theme URI: https://wppatrickk.com/
Author: Patrick
Author URI: https://wppatrickk.com/
Description: Custom Theme for Steve Vincent
Version: 1.0.0
Text Domain: stevevincent
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

/*--------------------------------------------------------------
# WP Core Styles
--------------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Predefined Styles
--------------------------------------------------------------*/

@font-face {
    font-family: 'BebasNeueBook';
    src: url('fonts/BebasNeueBook.woff2') format('woff2'),
        url('fonts/BebasNeueBook.woff') format('woff'),
        url('fonts/BebasNeueBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #222;
}

a {
	color: #186481;
	text-decoration: none;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

.inner {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 12px;
	font-family: 'BebasNeueBook';
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p {
	line-height: 1.8;
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

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

input[type="text"], input[type="email"], textarea, select {
	background-color: #fff;
	color: #111;
	padding: 15px 25px;
	border: 0;
	width: 100%;
	height: 46px;
}

input[type="submit"] {
	background-color: #186481;	
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	text-transform: capitalize;
	padding: 15px 20px;
	border: 0;
	text-align: center;
	height: 46px;
}

/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/

.site-header {
	padding: 15px 0;
}

.site-branding {
	float: left;
}

.site-branding img {
	max-width: 250px;
}

.site-menu {
	float: right;
	padding-top: 22px;
}

.site-menu ul li {
	float: left;
	margin-left: 20px;
}

.site-menu ul li:first-child {
	margin-left: 0;
}

.site-menu ul li a {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 8px;
	text-transform: uppercase;
}

.site-menu ul li:last-child a {
	padding-right: 0;
}

/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/

.mobile-slide {
	position: relative;
	height: 18px;
	display: none;
	float: right;
	top: 2px;
	cursor: pointer;
	padding: 14px 10px;
}

.mobile-slide span {
	background-color: #186481;
	display: block;
	height: 3px;
	position: relative;
	transition: background .2s ease-out;
	width: 28px;
	top: 7px;
	transition: all .3s ease-out;
}

.mobile-slide span::before,
.mobile-slide span::after {
	background: #186481;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.mobile-slide span::before {
	top: 8px;
}

.mobile-slide span::after {
	top: -8px;
}

.menu-opened .mobile-slide span {
	background: transparent;
}

.menu-opened .mobile-slide span:before,
.menu-opened .mobile-slide span:after {
	background: #186481;
	top: 0;
}

.menu-opened .mobile-slide span:before {
	transform: rotate(-45deg);
}

.menu-opened .mobile-slide span:after {
	transform: rotate(45deg);
}

.mobile-menu {
	display: none;
}

.mobile-menu a {
	display: block;
	text-align: center;
	padding: 15px 20px;
	border-bottom: 1px solid #186481;
	font-weight: 600;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# Content Styles
--------------------------------------------------------------*/

.elementor-container {
	max-width: 1350px !important;
}

.elementor-widget-wrap {
	padding: 30px !important;
}

.elementor-element-96d7d34 {
	padding: 100px 0;
}

.elementor-widget-wrap .elementor-widget-wrap {
	padding: 25px !important;
}

.home-banner {
	text-align: center;
}

.home-banner h2 {
	color: #f2ce6e;
	font-weight: 400;
	font-size: 50px;
	padding: 0 30px;
	line-height: 1.2;
}

.home-banner p {
	color: #fff;
	margin-bottom: 0;
}

.elementor-widget-button .elementor-button {
	background-color: #f2ce6e !important;
	color: #111 !important;
	text-transform: uppercase;
	font-weight: 700 !important;
	padding: 18px 50px;
}

.home-about h1,
.finding-you2 h2,
.finding-you6 h2,
.finding-you7 h2,
.elementor-element-673bdf0 h2,
.elementor-element-7bc0990 h2,
.finding-you8 p,
.elementor-element-893c238 h2 {
	font-weight: 400;
	font-size: 54px;
}

.elementor-element-7bc0990 h2 {
	margin-bottom: 25px;
}

.finding-you3 h2 {
	font-weight: 400;
	font-size: 44px;
	line-height: 1.3;
}

.elementor-widget-wrap .elementor-element-85cdcd6 .elementor-widget-wrap,
.elementor-widget-wrap .elementor-element-55d0d36 .elementor-widget-wrap,
.elementor-widget-wrap .elementor-element-1283152 .elementor-widget-wrap {
	padding: 10px !important;
}

.finding-you8 p {
	font-family: 'BebasNeueBook';
	text-transform: uppercase;
	line-height: 1.4;
}

.finding-you8 p strong {
	color: #F2CE6E;
}

.finding-you5 h2 {
	font-size: 42px;
}

.finding-you4 {
	padding: 20px 0;
}

.finding-you4 h2 {
	font-size: 26px;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto 10px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
}

.finding-you2 h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 28px;
}

.finding-you2 h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 22px;
}

.home-about p {
	max-width: 600px;
	margin: 0 auto;
}

.finding-you1 .elementor-widget-container {
	max-width: 740px;
	margin: 0 auto;
	text-align: center;
}

.elementor-element-c695648 {
	background-color: rgba(0, 0, 0, 0.65);
	padding: 50px;
}

.elementor-element-d13dfed,
.elementor-element-df3af66 {
	padding-bottom: 25px;
}

.elementor-element-41c901e .elementor-widget-wrap {
	padding-right: 12px !important;
	padding-top: 5px !important;
}

.elementor-element-9cb3548 .elementor-widget-wrap {
	padding-left: 12px !important;
	padding-top: 5px !important;
}

.elementor-element-d864bc2 img {
	padding-top: 10px;
}

.elementor-image-gallery .gallery-columns-2 .gallery-item,
.elementor-image-gallery .gallery-columns-4 .gallery-item {
	padding: 15px;
}

.elementor-element-a080ca9 {
	margin-bottom: 0 !important;
}

.finding-you7 h2 {
	margin-bottom: 0;
}

.elementor-testimonial-content {
	background: #0aa9d1;
	padding: 35px 35px 35px 85px;
	margin: 0 0 20px;
	position: relative;
	font-size: 16px !important;
	line-height: 1.6;
	color: #fff;
}

.elementor-testimonial-content::before {
	content: '\201C';
	color: #fff;
	position: absolute;
	top: 43px;
	left: 21px;
	font-weight: bold;
	font-size: 60px;
	font-family: georgia;
	line-height: 45px;
}

.elementor-testimonial-content::after {
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 15px solid #0aa9d1;
	content: "";
	left: 100px;
	position: absolute;
	bottom: -15px;
}

.elementor-testimonial-details {
	padding-left: 85px;
}

.elementor-testimonial-name {
	color: #186481 !important;
	font-size: 20px !important;
	margin-bottom: 6px;
	font-weight: 600;
}

.elementor-testimonial-job {
	color: #777 !important;
	font-size: 14px !important;
}

.home-testimonial .elementor-widget-button {
	padding-top: 40px;
	padding-bottom: 30px;
}

.home-cta .elementor-widget-text-editor {
	text-align: center;
}

.home-cta h3 {
	font-size: 50px;
}

.home-cta h2 {
	color: #186481;
	font-size: 46px;
	font-family: 'Montserrat', sans-serif;
}

.home-cta h4 {
	color: #414141;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
}

.home-cta p {
	color: #000;
	font-size: 16px;
	margin: 0;
	line-height: 34px;
}

.home-cta form {
	max-width: 400px;
	margin: 0 auto;
	overflow: hidden;
}

.home-cta input[type="email"] {
	width: calc(100% - 96px);
	float: left;
}

.home-cta input[type="submit"] {
	width: 96px;
	float: left;
}

.home-book {
	
}

.home-testimonial h2,
.home-blog h2,
.home-book h2 {
	font-weight: 400;
	font-size: 60px;
	color: #186481;
}

.home-book h2 {
	font-size: 74px;
	margin: 0;
}

.home-testimonial h2,
.home-blog h2 {
	color: #186481 !important;
}

.home-book p {
	font-size: 16px;
	margin: 0 auto 25px;
	text-align: center;
}

.home-book p:nth-child(2) {
	max-width: 500px;
}

.home-book h3 {
	font-family: 'Montserrat', sans-serif;
	max-width: 800px;
	margin: 0 auto;
}

.elementor-element-ef6fb2d,
.elementor-element-712dee8 {
	padding: 25px 0;
}

.elementor-element-31c6dd3 {
	max-width: 1100px;
	margin: 0 auto;
}

.elementor-element-325dfa8 .elementor-widget-text-editor,
.elementor-element-ddb129e .elementor-widget-text-editor,
.elementor-element-85cdcd6 .elementor-widget-text-editor,
.elementor-element-55d0d36 .elementor-widget-text-editor,
.elementor-element-1283152 .elementor-widget-text-editor {
	background: url('images/bullet1.png') no-repeat 0 6px;
	background-size: 40px;
	padding-left: 60px;
}

.elementor-element-325dfa8 .elementor-widget-text-editor p,
.elementor-element-ddb129e .elementor-widget-text-editor p,
.elementor-element-85cdcd6 .elementor-widget-text-editor p,
.elementor-element-55d0d36 .elementor-widget-text-editor p,
.elementor-element-1283152 .elementor-widget-text-editor p {
	text-align: left;
	font-size: 14px;
}

.elementor-element-3844185 img {
	max-height: 520px;
	width: auto;
}

.latest-blog {
	overflow: hidden;
}

.latest-blog li {
	width: 30%;
	float: left;
	margin-right: 5%;
	background-color: #f2f2f2;
	font-size: 16px;
	overflow: hidden;
}

.latest-blog li:last-child {
	margin-right: 0;
}

.blog-image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 220px;
}

.blog-content {
	padding: 30px;
	overflow: hidden;
}

.latest-blog h3 {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}

.button {
	background-color: #186481;
	color: #fff;
	display: inline-block;
	padding: 15px 25px;
	float: right;
}

.home-blog .elementor-button-wrapper {
	padding-top: 30px;
	padding-bottom: 25px;
}

.home-testimonial h2 {
	padding-top: 20px;
}

.home-cta h2, .home-cta h4 {
	font-weight: 600;
}

.finding-you1 h1 {
	font-size: 60px;
}

.finding-you1 h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 22px;
}

.finding-you5,
.finding-you8 {
	padding: 50px 0;
}

.finding-you5 .elementor-widget-container ol {
	list-style: none;
	counter-reset: item;
	padding-left: 5px;
	padding-top: 10px;
}

.finding-you5 .elementor-widget-container li {
	counter-increment: item;
	margin-bottom: 20px;
	font-size: 24px;
	position: relative;
	padding-left: 65px;
	line-height: 1.5;
}

.finding-you5 .elementor-widget-container li::before {
	margin-right: 10px;
	content: counter(item);
	background: #186481;
	color: #fff;
	width: 40px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	height: 40px;
	border-radius: 50%;
	padding-top: 7px;
}

.finding-you5 .elementor-widget-container li:last-child:before {
	top: 5px;
}

.finding-you6 .elementor-widget-container {
	max-width: 900px;
	margin: 0 auto;
}

.finding-you6 .elementor-widget-container ul {
	padding-top: 20px;
}

.finding-you6 .elementor-widget-container li {
	background: url('images/bullet2.png') no-repeat left top;
	background-size: 42px;
	padding-left: 70px;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 25px;
	min-height: 42px;
}

.finding-you6 p {
	font-size: 20px;
	font-weight: 600;
	padding: 20px 0;
	font-style: italic;
}

.finding-you8 * {
	color: #fff;
}

.finding-you1 .elementor-widget-button .elementor-button,
.finding-you4 .elementor-widget-button .elementor-button,
.finding-you8 .elementor-widget-button .elementor-button,
.finding-you11 .elementor-widget-button .elementor-button,
.elementor-element-d40aecf .elementor-button {
	background-color: #449933 !important;
	padding: 25px 60px;
	font-size: 26px;
	color: #fff !important;
}

.elementor-element-d40aecf {
	padding-bottom: 20px;
}

.finding-you9 h3 {
	font-size: 32px;
	margin-bottom: 0;
}

.finding-you9 h2 {
	font-size: 64px;
	font-weight: 600;
}

.finding-you9 img {
	max-width: 800px !important;
}

.finding-you10 p {
	font-size: 22px;
}

.finding-you10 h3 {
	font-size: 33px;
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	line-height: 2;
	font-weight: 600;
}

.finding-you10 h2 {
	font-size: 44px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 20px 0;
}

.finding-you10 h4 {
	font-size: 42px;
}

.finding-you10 img {
	max-width: 250px !important;
}

.finding-you10 h4 {
	font-size: 42px;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
}

.finding-you11 img {
	max-height: 520px;
	width: auto;
}

.finding-you11 h2 {
	font-size: 38px;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto 25px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}

.finding-you9,
.finding-you10,
.finding-you11 {
	padding: 25px 0 40px;
}

.elementor-element-64a8742 {
	padding-top: 40px;
}

.elementor-element-64a8742 .elementor-widget-wrap {
	padding-bottom: 0 !important;
}

.finding-you7 .elementor-testimonial-wrapper {
	text-align: left;
}

.elementor-element-1c40672 > .elementor-widget-wrap {
	border: 10px solid #0aa9d1;
}

.elementor-element-ed0b0db img {
	max-height: 800px;
	width: auto;
}

.elementor-element-1bb70b7 {
	background-color: #dfeff6;
	max-width: 540px;
	margin: 0 auto;
	padding: 15px;
}

.elementor-element-a021bcf > .elementor-widget-wrap {
	padding-top: 0 !important;
} 

.elementor-element-1bb70b7 img {
	max-height: 440px;
	width: auto;
}

.elementor-element-f032dcc img {
	max-height: 575px;
	width: auto;
}

.elementor-element-b50d202 {
	padding: 20px 0 60px;
	background-color: #f2f2f2;
}

.elementor-element-2e009f6,
.elementor-element-46d4636,
.elementor-element-c7148d9 {
	padding: 0 10px;
}

.elementor-element-2e009f6 > .elementor-widget-wrap,
.elementor-element-46d4636 > .elementor-widget-wrap,
.elementor-element-c7148d9 > .elementor-widget-wrap {
	border: 10px solid #0aa9d1;
	background-color: #fff;
}

.elementor-element-2e009f6 > .elementor-widget-wrap,
.elementor-element-c7148d9 > .elementor-widget-wrap {
	transform: rotate(-10deg);
}

.elementor-element-46d4636 > .elementor-widget-wrap {
	transform: rotate(10deg);
}

.elementor-element-ea858dd p,
.elementor-element-2e1cbf3 p {
	font-size: 15px;
	padding-top: 15px;
}

.blog-block ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog-block ul li {
	flex: 1 1 33.33%;
	max-width: 33.33%;
	list-style-type: none;
	padding: 0 15px;
	margin: 15px 0;
	position: relative;
}

.blog-block ul li::before {
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 100%;
	background-color: #f8f8f8;
	content: "";
}

.news-image {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 10;
}

.news-content {
	padding: 20px;
	background-color: #f8f8f8;
	position: relative;
	z-index: 10;
	text-align: center;
}

.news-content h3,
.news-content p {
	color: #111;
}

.news-content h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}

.news-content p {
	font-size: 15px;
}

.news-content span {
	font-weight: 600;
	font-size: 12px;
}

.news-content span.read-more {
	font-size: 16px;
	text-transform: uppercase;
}

.blog-date {
	color: #111;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.page-header {
	text-align: center;
}

.blog .site-content,
.single .site-content {
	padding: 40px 0;
}

.post-content {
	font-size: 16px;
}

.post-content ul {
	padding: 0 0 20px 25px;
}

.post-content ul li {
	list-style: disc outside none;
	line-height: 1.6;
	margin-bottom: 8px;
}

.post-content ul li:last-child {
	margin-bottom: 0;
}

.page-content {
	padding: 30px 0;
}

.page-content h1 {
	text-align: center;
}

#customer_details .col-1,
#customer_details .col-2 {
	width: 100%;
	float: none;
}

.woocommerce-checkout .woocommerce {
	max-width: 900px;
	margin: 0 auto;
	border: 1px solid #186481;
	padding: 30px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border: 1px solid #ccc;
	padding: 15px;
}

.woocommerce form .form-row label {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}

.woocommerce-checkout h3 {
	font-size: 28px;
	font-weight: 600;
}

.woocommerce form .form-row {
	margin-bottom: 20px;
}

.select2-container .select2-selection--single {
	height: 48px;
	border-radius: 0;
	border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px;
	padding: 0 15px;
	font-size: 14px;
}

#billing_country_field,
#shipping_country_field {
	display: none;
}

.woocommerce-privacy-policy-text p {
	font-size: 13px;
}

#place_order {
	background-color: #493;
	padding: 18px 30px;
	border-radius: 0;
	text-transform: uppercase;
}

.woocommerce-checkout #payment {
	background-color: #f8f8f8;
	border-radius: 0;
}

.woocommerce table.shop_table {
	border-radius: 0;
	font-size: 16px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 12px 20px;
}

.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table td:last-child {
	text-align: right;
}

.woocommerce-info {
	border-top-color: #186481;
}

.woocommerce-info::before {
	color: #186481;
}

.woocommerce-checkout #payment div.payment_box {
	background-color: #eee;
}

.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #eee;
    border-top-color: #eee;
    border-right-color: #eee;
    border-left-color: #eee;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.woocommerce-checkout #payment div.form-row {
	padding: 0;
}

.woocommerce-checkout #payment div.form-row.place-order {
	padding: 20px;
}

.wc-stripe-elements-field {
	padding: 15px !important;
}

.elementor-page .page-title {
	display: none;
}

.elementor-page .page-content {
	padding: 0;
}

.elementor-page .page-content .inner {
	max-width: none;
}

.woocommerce-thankyou-order-received {
	text-align: center;
	margin-bottom: 40px;
}

.woocommerce-thankyou-order-received p {
	line-height: 1.5;
	font-size: 20px;
	font-style: italic;
}

.woocommerce ul.order_details li {
	padding: 20px;
}

.woocommerce ul.order_details {
	margin-bottom: 40px;
}

.woocommerce .woocommerce-customer-details address {
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 15px 20px;
	line-height: 1.5;
	font-size: 16px;
}

.elementor-element-3ad3527 {
	max-width: 800px;
	margin: 0 auto;
}

.elementor-element-3ad3527 h2 {
	font-weight: 600;
}

.elementor-element-3ad3527 a {
	text-decoration: underline !important;
}

.elementor-element-09fa530 img {
	max-width: 320px !important;
}

.single-post .page-title .inner,
.single-post .post-content .inner {
	max-width: 900px;
}

.woocommerce-cart table.cart img {
	width: 100px;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty,
.woocommerce .quantity .plus, .woocommerce-page .quantity .plus,
.woocommerce .quantity .minus, .woocommerce-page .quantity .minus {
	border-radius: 0;
}

.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus {
	width: 20px;
	height: 20px;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
	width: 50px;
	height: 40px;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 120px;
	height: 40px;
	padding: 10px 15px;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
	height: 40px;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 20px !important;
	background-color: #186481;
	color: #fff !important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	background-color: #493 !important;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 0;
	padding: 20px 30px;
}

.woocommerce-message .wc-forward {
	display: none;
}

/*--------------------------------------------------------------
# Footer Styles
--------------------------------------------------------------*/

.site-footer {
	background-color: #186481;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
}

/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/

@media screen and (max-width : 1400px) {
	.inner {
		padding: 0 30px;
	}

	.home-banner h2 {
		font-size: 38px;
	}

	body {
		font-size: 16px;
	}

	.home-about h1, .finding-you2 h2, .finding-you6 h2, .finding-you7 h2, .elementor-element-673bdf0 h2, .elementor-element-7bc0990 h2, .finding-you8 p, .elementor-element-893c238 h2 {
		font-size: 44px;
	}
}

@media screen and (max-width : 767px) {
	.site-menu {
		display: none;
	}

	.mobile-slide {
		display: block;
	}

	.site-branding img {
		max-width: 180px;
	}

	.inner {
		padding: 0 20px;
	}

	.elementor-element-96d7d34 {
		padding: 40px 0;
	}

	.elementor-element-96d7d34 .elementor-widget-wrap {
		padding: 0 15px !important;
	}

	.home-banner h2 {
		padding: 0;
	}

	.elementor-element-c695648 {
		padding: 30px;
	}

	.home-book h2,
	.home-testimonial h2, .home-blog h2, .home-book h2,
	.finding-you1 h1 {
		font-size: 40px;
	}

	.finding-you1 h1 {
		font-size: 32px;
	}

	.home-about h1, .finding-you2 h2, .finding-you6 h2, .finding-you7 h2, .elementor-element-673bdf0 h2, .elementor-element-7bc0990 h2, .finding-you8 p, .elementor-element-893c238 h2,
	.home-banner h2,
	.home-cta h3,
	.finding-you10 h2,
	.finding-you10 h4 {
		font-size: 30px;
	}

	.home-cta h2,
	.finding-you3 h2,
	.finding-you11 h2 {
		font-size: 28px;
	}

	.finding-you2 h3 {
		font-size: 24px;
	}

	.finding-you4 h2,
	.finding-you10 h3 {
		font-size: 20px;
	}

	.finding-you1 h3,
	.finding-you6 .elementor-widget-container li {
		font-size: 18px;
	}

	.home-cta h4 {
		font-size: 15px;
	}

	body {
		font-size: 14px;
	}

	.home-cta p {
		line-height: 1.6;
		font-size: 14px;
	}

	.elementor-element-9cb3548,
	.elementor-element-d1b468b {
		display: none !important;
	}

	.elementor-widget-wrap .elementor-widget-wrap {
		padding: 10px 0 !important;
	}

	.latest-blog li {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}

	.latest-blog li:last-child {
		margin-bottom: 0;
	}

	.elementor-element-c098f32 {
		padding-bottom: 20px !important;
	}

	.finding-you5 {
		padding: 30px 0 0;
	}

	.finding-you8 {
    	padding: 0;
	}

	.finding-you9 img {
		max-width: 100% !important;
	}
}