/*
	Theme Name: Laura Oles
	Theme URI: https://upthinksolutions.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: UpThink Solutions
	Author URI: https://upthinksolutions.com/

	Version: 5.1.4

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/*
Imports
---------------------------------------------------------------------------------------------------- */


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */


/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */


/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	color: #121212;
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.333;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.3s ease-in-out;
}

a {
	color: #385b59;
	text-decoration: underline;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: #1f413f;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 34px;
	font-weight: 600;
    margin-bottom: 45px;
}

h2 {
	font-size: 22px;
	font-weight: 500;
	font-family: 'IBM Plex Sans', sans-serif;
}

h3 {
	font-size: 23px;
	font-style: italic;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
	font-weight: 700;
	font-family: 'IBM Plex Sans', sans-serif;
	text-transform: uppercase;
}

h6 {
	font-size: 16px;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea,
#page-container input, 
#page-container select, 
#page-container textarea {
	background-color: #fff;
	border: 1px solid #bbbeb9;
	border-radius: 0;
	color: #333;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Cormorant Garamond', serif;
	padding: 10px 18px;
	width: 100%;
}
#page-container input, 
#page-container select {
	height: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #c6c0b3;
	opacity: 1;
}

::placeholder {
	color: #c6c0b3;
	opacity: 1;
}

#page-container .button,
#page-container form button,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"] {
	background-color: #3330;
	border: 1px solid #555555;
	box-shadow: none;
	color: #333333;
	cursor: pointer;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: -0.05em;
	line-height: 1.2;
	padding: 7px 24px;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
	text-decoration: none;
	min-width: 185px;
	text-align: center;
}

#page-container .button:hover,
#page-container form button:hover,
#page-container input:hover[type="button"],
#page-container input:hover[type="reset"],
#page-container input:hover[type="submit"] {
	background-color: #555555;
	color: #fff;
}

.button + .button {
	margin: 5px 8px 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* WPForms styling
--------------------------------------------- */

#page-container .wpforms-field-captcha .wpforms-field-label, 
#page-container .wpforms-field-captcha .wpforms-captcha-math {
	display: inline-block;
	vertical-align: middle;
}

#page-container .wpforms-field-captcha input {
	width: auto;
}

#page-container .wpforms-field-captcha .wpforms-required-label {
	position: relative;
	top: -6px;
	margin-left: -4px;
}

#page-container .wpforms-field-captcha .wpforms-field-label:after {
	content: ':';
	display: inline-block;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
	display: inline-block;
}

/* Skip Links
--------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
#page-container :focus {
	outline: none;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */


/* Site Containers
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
	padding-top: 50px;
	padding-bottom: 50px;
}

.siteorigin-panels:not(.single) .site-inner .wrap {
	max-width: none;
	margin: 0;
}

.panel-grid.panel-no-style,
.panel-row-style:not([data-stretch-type]) {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

/* Site Containers
--------------------------------------------- */


/* Column Widths and Positions
--------------------------------------------- */


/* Content */

.content {
	float: left;
	width: 760px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}


/* WordPress
--------------------------------------------- */

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	border: none;
}

.widget-area {
	word-wrap: break-word;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

/* Titles
--------------------------------------------- */

.entry-title a,
.sidebar .widget-title a {
	color: #000000;
	text-decoration: none;
	border: none;
}

.widget-title {
	margin-bottom: 24px;
}

.sidebar .widget-title a {
	border: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #121211;
	z-index: 999;
	width: 100%;
	top: 0;
	padding: 0;
	transition: all 0.3s ease 0s;
}

/*
.sticky .site-header {
background-color: #fff;
top: 0px;
transition: all 0.3s ease 0s;
z-index: 999999;
filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}
*/

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 16px 0 5px;
	width: auto;
}

/*
.title-area a {
display: block;
font-size: 0;
background-repeat:no-repeat;
background-position:left top;
background-image: url("images/logo-light.svg");
width: 227px;
height: 43px;
}
*/

.site-title a {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -0.05em;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
}
.header-widget-area section {
	float: right;
}
.header-widget-area .widget_black_studio_tinymce {
	margin-left: 45px;
	padding-top: 25px;
}
.header-widget-area .textwidget > * {
	display: inline-block;
	vertical-align: middle;
}
.header-widget-area .textwidget li {
	display: inline-block;
	vertical-align: middle;
	margin: 2px 2px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	opacity: 0.74;
	line-height: 1;
}
.header-widget-area .header_right_btn {
	font-size: 14px;
	color: rgb(255 255 255 / 72%);
	font-family: 'IBM Plex Sans', sans-serif;
	text-decoration: none;
	background: url(images/envelope.png) no-repeat right 7px center;
	border: 1px solid rgb(255 255 255 / 72%);
	letter-spacing: 0;
	padding: 6px 40px 4px 8px;
	text-transform: uppercase;
	margin-left: 20px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 300;
	font-family: 'IBM Plex Sans', sans-serif;
	padding: 30px 7px 16px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
	color: #c6c0b3;
}

.genesis-nav-menu>.menu-item>a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 240px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #121211;
	border: 1px solid #424242;
	border-top: none;
	padding: 10px 20px;
	position: relative;
	width: 240px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu,
.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #fff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	border-width: 0;
	color: #c1c1c0;
}

.menu-toggle {
	/*float: right;*/
	padding: 0;
	position: relative;
	z-index: 1000;
	font-size: 0px;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 0;
	position: relative;
	text-rendering: auto;
	top: 1px;
	font-size: 35px;
}

body .dashicons-before:before {
	display: inline-block;
	width: 33px;
	height: 30px;
	font-size: 33px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
	font-size: 25px;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

.genesis-responsive-menu {
	display: block;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

.dashicons-icon::before {
	font-family: dashicons;
	font-style: normal;
	font-weight: 400;
}

.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
	position: relative;
	top: 3px;
}

.menu-toggle::before {
	font-size: 35px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

p,
.entry-content ol,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
}

.entry-content p a {
	text-decoration: underline;
}

.entry-content p a:hover {
	text-decoration: none;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	color: #6a6868;
	font-size: 13px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	margin-bottom: 35px;
	text-transform: uppercase;
}

.entry-categories,
.entry-tags {
	display: block;
}

.wp-caption {
	text-align: center;
}

.wp-caption-text {
	font-size: 12px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 400;
	padding-top: 5px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
	margin: 0 3px;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 0px;
	width: 300px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .widget-title {
	border: 1px solid #2c5c59;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	padding: 12px 20px;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar ul {
	list-style-type: none;
	counter-reset: quote-counter;
}

.site-inner .sidebar li {
	border-bottom: 1px solid #e3e3e3;
	color: #6a6868;
	font-size: 11px;
	font-family: 'IBM Plex Sans', sans-serif;
	list-style-type: none;
	position: relative;
	padding-left: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#page-container .widget_recent_entries ul li {
	padding-left: 48px;
	margin-bottom: 14px;
}

#page-container .sidebar .widget_recent_entries li:before {
	content: counter(quote-counter);
	counter-increment: quote-counter;
	width: 26px;
	height: 26px;
	font-size: 13px;
	font-weight: 600;
	background: #385b59;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	padding-top: 1px;
	padding-left: 1px;
	position: absolute;
	left: 0;
	top: 2px;
}

.sidebar li a {
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}

.sidebar li .post-date {
	display: block;
	text-transform: uppercase;
	margin-top: 5px;
}

.sidebar ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .post-count {
	width: 26px;
	line-height: 26px;
	font-size: 13px;
	font-weight: 600;
	background: #385b59;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	clear: both;
}

/*
footer grid section
------------------------------------------------- */

#page-container .footer-grid-section {
	background-size: cover;
	background-position: center;
	padding-top: 60px;
	padding-bottom: 0;
	
}
.footer-signup-section .so-widget-sow-editor {
	background: rgb(26 58 57 / 72%);
	border: 1px solid rgb(255 255 255 / 72%);
	color: #fff;
	font-size: 17px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 400;
	line-height: 1.47;
	padding: 40px 58px 18px;
}
.footer-signup-section h3 {
	color: #c6c0b3;
	font-size: 30px;
	font-style: normal;
	margin-bottom: 12px;
}
#page-container .footer-signup-section .wpforms-field {
	padding-top: 0;
}
#page-container .footer-signup-section .wpforms-field input {
	background: #fff0;
	color: #fff;
}
#page-container .footer-signup-section button {
	background: #e2e1e1;
	border-color: #333333;
	font-size: 18px;
	min-width: 132px;
	padding: 8px 24px;
}
#page-container .footer-signup-section button:hover {
	background: #c6c0b3;
	color: #333333;
}

/*
footer testimonials section
------------------------------------------------- */

#page-container .footer-testimonials-section {
	background: rgb(5 5 5 / 52%);
	color: #fff;
	padding: 60px;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
}
.footer-testimonials-row .panel-grid-cell {
	position: relative;
}
.footer-testimonials-row .textwidget {
	background: url(images/quote-icon.png) no-repeat center top;
	max-width: 342px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 30px;
}
.footer-testimonials-row .textwidget:before, 
.footer-testimonials-row .textwidget:after {
	content: '';
	display: block;
	width: 169px;
	border-top: 1px solid #c7c0b1;
	margin: 0 auto 25px;
}
.footer-testimonials-row .textwidget:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.footer-testimonials-row h5 {
	color: #fff;
}

/*
footer testimonials section
------------------------------------------------- */

.footer-copyright-section {
	color: #6a6969;
	font-size: 15px;
	font-weight: 400;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
	padding: 15px 0;
}
.footer-copyright-section a {
	color: #6a6969;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------*/

/*
Siteorigin Page Builder Styling
--------------------------------------------- */

.siteorigin-panels .site-inner {
	padding: 0;
}

.content-sidebar.siteorigin-panels .site-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.siteorigin-panels .entry {
	margin-bottom: 0;
}

/*
Top Bottom Gap Styling
--------------------------------------------- */

.top-gap {
	padding-top: 91px;
}

.bottom-gap {
	padding-bottom: 91px;
}

/*
Dark Background Section Styling
--------------------------------------------- */

.dark-bg-section {
	background-size: cover;
	background-position: center center;
	padding-top: 130px;
	padding-bottom: 130px;
}

.dark-bg-section * {
	color: #fff;
}

.hero-panel {
	position: relative;
	line-height: 0;
	color: #fff;
}

.hero-panel .sow-image-container img,
.hero-panel > img {
	width: 100%;
}

.hero-panel .widget_siteorigin-panels-builder, 
.hero-panel .wrap {
	position: absolute;
	left: 0px;
	width: 100%;
	max-width: 100%;
	text-align: center;
	top: 50%;
	transform: translatey(-50%);
	line-height: 1.3;
	color:#fff;
}

#page-container .hero-panel .panel-grid-cell .so-panel{
	margin-bottom: 0px;
}

/*
List Styling
------------------------------------------------- */

.site-inner ul {
	margin-left: 0;
}

.site-inner ul li {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.site-inner .pagination ul li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}

.site-inner ul li:before {
	content: '';
	border: 3px solid #385b59;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}

#page-container form li, 
#page-container .slider li, 
#page-container .page-numbers li, 
#page-container ul.products li {
	padding-left: 0px;
	margin-bottom: 0px;
}

#page-container form li::before,
#page-container .slider li::before,
#page-container .sidebar ul li::before,
#page-container .page-numbers li::before,
#page-container ul.products li::before,
#page-container .pagination ul li::before {
	display: none;
}

#page-container form li {
	font-weight: 500;
}

#page-container form li a {
	font-style: italic;
	text-decoration: underline;
}

#page-container form li a:hover {
	text-decoration: none;
}

body .gform_wrapper .gfield_checkbox li input[type=checkbox] {
	vertical-align: top;
}

/*
Large/Medium/Small Width Content Container
--------------------------------------------- */

.large-container,
.medium-container,
.small-container {
	width: 100%;
	margin: 0 auto;
}

#page-container .large-container {
	max-width: 843px;
}

#page-container .medium-container {
	max-width: 770px;
}

#page-container .small-container {
	max-width: 546px;
}

/*
Additional Styling
------------------------------------------------- */

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

p:empty {
	display: none;
}

a[href^="tel"] {
	display: inline-block;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content .read-more {
	color: #385b59;
	text-decoration: underline;
}

.entry-content .read-more:hover {
	text-decoration: none;
}

/*
Sharing Icons Styling
------------------------------------------------- */

#page-container .sharing-btns {
	display: inline-block;
	vertical-align: middle;
}

#page-container .sharing-btns,
#page-container .sharing-btns li {
	margin: 0;
	padding: 0;
}

#page-container .sharing-btns li {
	float: left;
	line-height: normal;
	margin: 0 12px 0 0;
}

#page-container .sharing-btns li::before {
	display: none;
}

#page-container .sharing-btns li a:hover {
	text-decoration: none;
}

#page-container .sharing-btns li:last-child {
	margin: 0;
}

#page-container .sharing-btns li a {
    width: 33px;
    line-height: 28px;
    background: #ffffff;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
    color: #b1b1b1;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
#page-container .sharing-btns li a:hover {
	background-color: #b1b1b1;
	color: #fff;
}
#page-container .sharing-btns a:before {
	top: 2px;
	position: relative;
}

/*
Gravity Forms Error Styling
------------------------------------------------- */

#page-container .gform_wrapper.gravity-theme .instruction,
#page-container .gform_wrapper.gravity-theme .validation_message {
	display: none;
}

#page-container .gform_wrapper .gform_validation_errors {
	padding: 10px 10px 10px 48px;
	border-radius: 0;
	border-width: 1px;
}

#page-container .gform_wrapper .gform_validation_errors > h2 {
	font-weight: 500;
	line-height: inherit;
	font-family: inherit;
}

#page-container .gform_wrapper .gform_validation_errors > ol {
	margin-bottom: 0;
}

/*
Blog Page
------------------------------------------------- */

.featured-image {
	float: left;
	margin: 9px 20px 7px 0;
}

.featured-image a,
.featured-image a img {
	display: block;
}

.featured-image a img {
	margin: 0px auto;
}

.type-post .entry-title,
.search article .entry-title {
	margin: 0 0 9px;
	font-size: 29px;
}

.entry-footer {
	overflow: hidden;
	margin-top: 35px;
}

.entry-footer .entry-meta {
	margin-bottom: 25px;
}

.entry-footer span {
	display: inline-block;
	margin-right: 10px;
}

.entry-footer .entry-meta a {
	border: 2px solid #e9e9e9;
	color: #999999;
	display: inline-block;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.02em;
	padding: 5px 10px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 5px 3px 0;
}

.entry-footer .entry-meta a:hover {
	color: #385b59;
}

#page-container .type-post:last-child {
	margin-bottom: 50px;
}

#page-container .search-form input[type="submit"] {
	display: none;
}

/*----------For Accessibility Icon Placement----------------*/

body #pojo-a11y-toolbar {
	bottom: 20px !important;
	top: unset !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
	bottom: 0 !important;
}

/*-----------------------------CALLOUT PANEL STYLING-----------------------------*/

.cta-panel{
	position:relative;
}

.cta-panel .widget_siteorigin-panels-builder {
	position: absolute;
	left: 50%;
	width: 1170px;
	max-width: 100%;
	text-align: left;
	font-size: 20px;
	top: 50%;
	transform: translate(-50%,-50%);
}

/*
home banner section
---------------------------------------------------------------------------------------------------- */

#page-container .home-banner-section {
	background-position: center;
	background-size: cover;
	padding-top: 43px;
	padding-bottom: 67px;
	color: #fff;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.47;
}
.home-banner-section .so-widget-sow-editor {
	border: 1px solid #fff;
	padding: 45px 45px 27px;
}
.home-banner-section h1 {
	color: #c6c0b3;
	font-size: 30px;
	letter-spacing: 0.015em;
    margin-bottom: 15px;
}
#page-container .home-banner-section .button {
	border-color: #bbbeb9;
	color: #c6c0b3;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0;
	min-width: 47%;
	padding: 8px 24px;
	margin: 0 2.5% 20px 0;
	text-transform: initial;
}
#page-container .home-banner-section .button:hover {
	background: #bbbeb9;
	color: #000;
}
.home-banner-section .sow-image-container {
	/*background: url(images/img-frame.png) no-repeat no-repeat center;*/
	/*background-size: contain;*/
	/*padding: 19px 17px 22px 20px;*/
	position: relative;
	display: block;
	float: right;
	/*-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	transform: rotate(-8deg);*/
	margin-right: 40px;
	top: 5px;
}
.home-banner-section .sow-image-container:after {
	content: '';
	display: block;
	width: 115px;
	height: 100px;
	/*background: url(images/lo-icon.png) no-repeat center;*/
	position: absolute;
	bottom: -36px;
	right: -35px;
	z-index: 1;
	-webkit-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	-o-transform: rotate(8deg);
	transform: rotate(
8deg);
}

/*
featured book section
------------------------------------------------- */

.featured-book-section {
	padding: 50px 0 75px;
}
.featured-book-section h2 {
	font-size: 34px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
}
.book-grid-row {
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	text-align: center;
}
.book-grid-row .textwidget {
	padding: 0 6px;
	line-height: 1.18;
}
.book-grid-row h5 {
	border-bottom: 1px solid #1a1d20;
	font-style: normal;
	padding-bottom: 10px;
	margin-bottom: 12px;
}

/*
inner page header styling
---------------------------------------------------------------------------------------------------- */

#page-header {
	background-size: cover;
	background-position: center;
	min-height: 137px;
	margin-bottom: 70px;
}
#page-header.custom-bg {
	background-image: url(images/universal-hero.jpg);
}
#page-header .wrap {
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	bottom: -45px;
}
#page-header .textwidget a {
	border: 3px solid rgba(135, 228, 210, 0.33);
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 30px;
	font-family: 'Changa', sans-serif;
	padding: 18px;
	margin-left: 20px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
#page-header .textwidget strong {
	background: rgba(109, 207, 184, 0.8);
	border-radius: 50%;
	display: inline-block;
	width: 141px;
	height: 141px;
	line-height: 141px;
	text-align: center;
}
#page-header .textwidget .writitng-cta {
	border: 3px solid rgba(135, 228, 210, 0.33);
}
#page-header .textwidget .writitng-cta strong {
	background: rgba(73, 202, 222, 0.66);
}
#page-header .textwidget .music-cta {
	border: 3px solid rgba(135, 228, 210, 0.33);
}
#page-header .textwidget .music-cta strong {
	background: rgba(70, 182, 128, 0.66);
}
#page-header h1 {
	color: #fff;
	width: 100%;
	margin-top: -20px;
}
#page-header .widget {
	width: 620px;
	flex: 0 0 620px;
}

.page:not(.siteorigin-panels) #page-header {
	margin-bottom: 0;
}
.page #page-hero-section .wrap {
	display: none;
}

/*
Blog styling
---------------------------------------------------------------------------------------------------- */

/*
#page-hero-section .wrap,
.blog .site-inner .wrap,
.single .site-inner .wrap,
.error404 .site-inner .wrap {
	padding-right: 35px;
	padding-left: 35px;
}
*/
/*
.blog .entry, 
.single .entry,
.archive .entry,
.error404 .site-inner .entry*/
.content-sidebar .site-inner .entry {
	background: #fff;
	box-shadow: -9px 5px 11.4px 0.6px rgb(0 0 0 / 15%);
	padding: 40px 45px;
}


/*
Book page
---------------------------------------------------------------------------------------------------- */

#page-container .divider-section {
	border-bottom: 1px solid #1a1d20;
	padding-bottom: 30px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 1241px) {
	
	#page-hero-section .wrap,
	body:not(.siteorigin-panels) .site-inner .wrap {
		max-width: 1100px;
	}

}

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

	.wrap, 
	#page-container .panel-grid.panel-no-style, 
	#page-container .panel-row-style:not([data-stretch-type]) {
		max-width: calc(100% - 40px);
	}
	#page-container .panel-grid.panel-no-style .panel-grid.panel-no-style, 
	#page-container .panel-row-style:not([data-stretch-type]) .panel-grid.panel-no-style, 
	#page-container .panel-row-style:not([data-stretch-type]) .panel-row-style:not([data-stretch-type]), 
	#page-container .sow-tabs-panel .panel-grid.panel-no-style, 
	#page-container .sow-tabs-panel .panel-row-style:not([data-stretch-type]) {
		max-width: 100%;
	}
	.content {
		width: 580px;
	} 
	.title-area {
		float: none;
		width: 100%;
		text-align: center;
	}
	.site-header .widget-area {
		clear: both;
		float: none;
		text-align: center;
		display: table;
		margin: 0 auto;
	}
	.genesis-nav-menu a {
		padding: 15px 7px;
	}
	.header-widget-area .widget_black_studio_tinymce {
		padding-top: 10px;
		margin-left: 0;
	}
	.header-widget-area .header_right_btn {
		margin-left: 7px;
	}
	#page-container .home-banner-section .button {
		min-width: 172px;
	}
	.footer-signup-section .so-widget-sow-editor {
		padding: 20px 25px 5px;
	}
	.footer-testimonials-row br {
		display: none;
	}
	.button + .button {
		margin-right: 0;
		margin-left: 0;
	}
}

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

	.site-header {
		position: relative;
	}
	.content,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
		width: 100%;
	}
	.genesis-nav-menu a {
		padding: 10px 0;
	}
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		position: relative;
	}
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 10px 0;
		width: 100%;
	}
	.genesis-nav-menu .sub-menu .sub-menu,
	.site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	.nav-header,
	.nav-primary {
		display: none;
		width: 100%;
	}
	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}
	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		left: -9999px;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		z-index: 99;
	}
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}

	a.alignleft,
	img.alignleft,
	.wp-caption.alignleft,
	a.alignright,
	img.alignright,
	.wp-caption.alignright {
		float:none;
		margin:0 auto 15px;
	}
	
	.header-widget-area section {
		float: none;
		padding: 5px 0;
	}
	#page-container .home-banner-section .sow-image-container {
		float: none;
		display: table;
		margin: 0 auto;
	}
	.home-banner-section .so-widget-sow-editor {
		background: rgb(0 0 0 / 50%);
	}
	.home-banner-section .so-widget-sow-editor {
		padding: 25px 30px 20px;
	}
	#page-container .home-banner-section .button {
		min-width: 140px;
		font-size: 18px;
		margin-right: 0;
	}
	.sidebar {
		clear: both;
		max-width: 300px;
		margin: 40px auto 0;
	}
	#page-container .button, 
	#page-container form button {
		min-width: 150px;
	}

}

@media only screen and (max-width: 780px) {
	
	#page-container .home-banner-section .button {
		min-width: 165px;
	}
	#page-header {
		margin-bottom: 50px;
	}

}

@media only screen and (max-width: 500px) {
	
	#page-container .home-banner-section .sow-image-container {
		max-width: 230px;
	}
	.home-banner-section .sow-image-container:after {
		width: 80px;
		height: 70px;
		background-size: contain;
		bottom: -16px;
		right: -23px;
	}
	#page-container .wpforms-field {
		width: 100%;
		margin-left: 0;
	}


}
