/*
Theme Name: Ladies In Waiting
Theme URI: https://www.iklik.co.uk/themes/
Author: iklik.co.uk
Author URI: https://www.iklik.co.uk/
Description: Responsive theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column
Text Domain: ladiesinwaiting
Tested up to: 5.8
Requires PHP: 7.4


*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
	## Layout
	## Header
 Forms
# Links
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Media
	## Captions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    margin: 0;
}

body {
    margin: 0;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 400 !important;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none !important;
	transition: color 0.6s;
}

a:active,
a:hover {
	outline: 0;
	color: #404040;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

header.entry-header h1 {
	padding: 0 0 30px;
	border-bottom: 1px solid #666666;
	margin: 0 0 30px;
}

mark {
	background: #ec9896;
	color: #666666;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button, .button,
html input[type="button"],
input[type="reset"],
input[type="submit"], .wp-block-search .wp-block-search__button, .wpcf7-submit, #cal-submit-btn {
	-webkit-appearance: button;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	padding: 0.8rem 2rem;
	border-radius: 0.25rem;
	background-color: #2bbceb !important;
	border: none;
	color: #fff !important;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: all !important;
	transition-property: all !important;
	text-transform: uppercase;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f26603 !important;
}

button:focus {
	box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

label {
	font-weight: 100 !important;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
} 
.no-gutters .col, .no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.wpcf7-submit {width: auto !important;}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #13287c;
    line-height: 1em;
    font-family: 'Arsenal', Georgia, sans-serif;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: .5rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 2.25em;
	margin-bottom: 0.5em;
}
h2 {
    font-size: 2em;
	line-height: 1.2;
	padding-bottom: 0.5rem !important;
}
h3 {
    font-size: 1.5em;
	margin-bottom: 1em;
}
h4 {
    font-size: 1.25em;
	margin-bottom: 1em
}
h5 {
    font-size: 1em;
	margin-bottom: 1em
}
h6 {
    font-size: 1em;
	margin-bottom: 1em
}

@media all and (max-width: 767px) {
	body,
	button,
	input,
	select,
	textarea {
		line-height: 1.75;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.2;
		/* font-size: 1em; */
	}
}

p {
	margin: 0;
	margin-bottom: 1.5em;
	font-weight: 400;
}

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

blockquote {
	margin: 0 1.5em 1.5em;
	border-left: 2px solid #666666;
	padding-left: 1.5em;
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

.bigger {
	font-size: 125%;
}

.centered {
	text-align: center;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
	padding: 0 0 0 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	display: block;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

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

.header {
background: white;
}

#desktoplogo {
	display: block;
}

#desktoplogo img {
	max-width:80%;
	margin: 10px auto;
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/

.site-navigation ul{list-style:none; margin:3em 0 0 0; display: flex; align-items: center; }
.site-navigation ul li {flex:auto; text-align: center;}
.site-navigation ul ul{margin: 0;}

.menu-top-menu-container {width:100%}

.primary-navigation { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; width: 100%;}
.primary-navigation.toggled-on .nav-menu{display:block}
.primary-navigation a { 
	color: #13287c !important;
	display:block; 
	padding: 0.4rem 0 !important;
	text-decoration: none; 
	text-align:center; 
	position: relative; 
	font-size: 0.9em;
	font-weight: 400;
	line-height: 1;
	/* margin: 0 1.3rem !important; */
	transition: color .2s ease-in-out;
}
.primary-navigation a:hover { color: #13287c; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
/* .primary-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a,.site-navigation .current-menu-ancestor > a {color: #2bbceb;} */

.primary-navigation .menu-item-has-children > a:first-child:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f078";
	font-size: 10px;
	position: absolute;
	right: -10px;
	top: 8px;
	font-weight: 800;
}

/* .primary-navigation .menu-item-has-children .sub-menu a:after {
	content: "";
} */


.primary-navigation .menu-item-has-children .sub-menu {
	display: none; 
	background-color: #fff; 
	position:absolute; 
	z-index: 9999; 
	padding: 5px 0; 
	width: auto; 
	box-shadow: 2px 5px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	margin-left: 3em;
}
.primary-navigation .menu-item-has-children .sub-menu li { padding: 0; margin: 0; }
.primary-navigation .menu-item-has-children .sub-menu li:hover {background-color: #e9f8fd;}
.primary-navigation .menu-item-has-children .sub-menu a {
	text-align: left; 
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	display: block;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 6px 20px !important;
	width: 200px;
	line-height: 28px;
}

.primary-navigation .menu-item-has-children:hover .sub-menu {display: block; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}

.secondary-navigation{border-bottom:1px solid rgba(255,255,255,0.2);font-size:12px;margin:48px 0}
.secondary-navigation a{padding:9px 0; text-decoration: none;}

.navbar {padding: 0 !important; /* min-height: 77px; */}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: Left;
  align-items: Left;
  margin-right: auto;
}

.menu-logo .navbar-brand .navbar-logo {
  transition: font-size 0.25s;
}

.menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  max-height: 64px;
  width: auto;
	text-align:center;
	margin:auto;
}

button.navbar-toggler {
	width: 31px;
	cursor: pointer;
	transition: all .2s;
	padding: 0;
	margin: 0 auto 10px auto;
}

.navbar-toggler:hover {
background: transparent !important;
}
.navbar-toggler:focus {
	box-shadow: none;
}

.footer a {color: #fff;}
.footer a:hover {color: #b3b3b3;}

.subfooter .widget_media_image img {margin:auto;}
.widget_media_gallery .gallery {display: flex; flex-wrap: wrap;}
.widget_media_gallery .gallery figure {margin:0}
.widget_media_gallery .gallery.gallery-columns-2 .gallery-item {flex-grow: 1; width: 50%;}
.widget_media_gallery .gallery.gallery-columns-3 .gallery-item {flex-grow: 1; width: 33%;}
.widget_media_gallery .gallery.gallery-columns-4 .gallery-item {flex-grow: 1; width: 25%;}

.subfooter .fab {
	font-size: 2rem;
}

.subfooter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    font-weight: inherit;
	text-align: center;
}


.subfooter ul li {
    padding: 0;
	line-height: 27px;
}

.subfooter ul a {
    font-size: inherit;
    list-style: none;
	font-weight: inherit;
}

.subfooter ul .sub-menu {
	display: none; 
}

.bottom-footer p {margin: 0;}

.subfooter .wp-block-button a {
	border:1px solid #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	font-size: 1.500em;
	font-weight: 700;
}

.subfooter .wp-block-button a:hover, .footer .wp-block-button a:active, .footer .wp-block-button a:focus {
	background: #F0D53A !important;
	color: #737373 !important;
	text-decoration: none;
}

ul.wp-block-social-links {margin: 0}

.footer {
    padding: 2% 0;
}  

.footer-icon {color: #6bb5e1 }

#menu-footer-menu {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}
#menu-footer-menu a {text-decoration: none; }


.featured-image img {margin: 0 auto}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/

#breadcrumbs {
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 35px;
	color: #fff;
}

#breadcrumbs a {
	color: #fff;
}

#breadcrumbs > span {
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}

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

select {
	display: block;
		font-size: 16px;
		font-family: sans-serif;
		font-weight: 700;
		color: #444;
		line-height: 1.3;
		padding: 0.625em !important;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		margin: 0;
		box-shadow: 0;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		background-color: #fff;
		background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23006699%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
		background-repeat: no-repeat, repeat;
		background-position: right .7em top 50%, 0 0;
		background-size: .65em auto, 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #666;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="search"],
textarea
 {
	background-color: #fff;
	border: 1px solid #c2c2c2;
	box-shadow: none;
	color: #666;
}


/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #13287c;
	text-decoration: underline;
	-moz-transition: ease-out color 0.3s;
	-o-transition: ease-out color 0.3s;
	-webkit-transition: ease-out color 0.3s;
	transition: ease-out color 0.3s;
}

a:hover,
a:focus,
a:active {
	color: #2bbceb;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: flex;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: flex;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-content .alignwide {
	margin-left  : -80px;
	margin-right : -80px;
}
.entry-content .alignfull {
	/*margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw; */
	width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: auto !important;
}
.alignfull img {
	width: 100vw;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

footer .widget-title, footer h4 {
	color: #fff;
	font-weight: 700; 
	font-size: 14px; 
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 35px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.entry-content ul {
		list-style: disc inside;
}

.entry-content b,
.entry-content strong {
	color: #fb3199;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.container.site-content {
	max-width: 1140px;
}

.site-content {
	clear: both;
}

.blog .site-content {margin-top: 58px;}

.post_excerpt {
	border: 1px solid #d8d8d8;
	padding: 19px;
	background-color: #fff;
	word-wrap: break-word;
	margin-bottom: 18.539%;
}

.post_excerpt h2 {
	font-size: 18px;
}

.post_excerpt a:hover img, .post_excerpt a:focus img {
	-webkit-filter: grayscale(1);
   filter: grayscale(1);
   transition: 0.5s ease-in-out;
}

.post_excerpt_text p {
	font-size: 16px;
	font-weight: 500 !important;
	word-wrap: break-word;
	color: #666;
}

.news-post {
	margin: 0 0 50px;
	position: relative;
	overflow: hidden;	
}

.news-post-category {
	font-size: 0.750em;
	letter-spacing: 1px;
	font-weight: 700;
	color: #6bb5e1;
	text-transform: uppercase;
}

.news-post-title {
	font-size: 1.063emn;;
	font-weight: 400;
	color: white;
	text-transform: uppercase;
}

.news-post-title a {
	color: white;
}

.site-main a {
	color: #6bb5e1;
}

.single-post .site-main ul {
	margin: 0 0 2em 0;
	padding: 0;
}

.single-post .site-main ul li {
  list-style: none; 
  margin-bottom: .5em;
  padding: 0;
  position: relative;
}

.site-main .widget a {
	text-decoration: none;
	color: #666;
	font-size: 16px;
	font-weight: 500;
}

.single-post .site-main .entry-content, .site-main .woocommerce {margin-top: 58px}

.blog-post-header {
	width: 100%;
	padding: 50px 0;
	background: #666666;
}

.blog-content {
	padding: 50px 20px;
	overflow: hidden;
	border-bottom: 1px solid #666666;
	margin-bottom: 50px;
}

.the_content {
	float: left;
	width: 90%;
}

.the_category {
	text-transform: uppercase;
	font-size: 12px;
	color: #6bb5e1;
}

.prev-post, .next-post {
	float: left;
	overflow: hidden;
	width: 50%;
}
.prev-post a, .next-post a {
	text-transform: uppercase;
}

.prev-post a::before {
	font-family: 'FontAwesome';
	content: '\f104';
	font-size: 14px;
	color: #6bb5e1;
	margin: 0 5px 0 5px;
}

.next-post {
	text-align: right;
}

.next-post a::after {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 14px;
	color: #6bb5e1;
	margin: 0 5px 0 5px;
}

.categories {
	margin: 50px 0;
}

.categories nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 21px;
	max-width: 700px;
	color: #9da4ae;
}

.categories nav ul li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #9da4ae;
}

.categories nav ul li:last-child {
	border-right: 0;
}

.categories nav ul li a {
	color: #9da4ae;
	font-weight: 400 !important;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
 
.categories nav ul li a:hover, .categories nav ul li a:focus, .categories nav ul li.current-cat a {
	color: #6bb5e1;
}

.posts-listing .post_excerpt:nth-child(3n+0) {
	margin-right: 0 !important;
}

.posts-listing .post_excerpt:nth-child(3n+1) {
	clear: both;
}

.read-more a::after {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 14px;
	color: #6bb5e1;
	margin: 0 5px 0 5px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.read-more a:hover::after, .read-more a:focus::after {
	color: #666666;
}

.post-listing-data {
	width: 100%;
	margin: 30px 0;
	overflow: hidden;
}

.post-listing-data h2 {
	display: inline;
	text-transform: uppercase;
}

.post-listing-data h2 a {
	color: #666666;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.post-listing-data h2 a:hover, .post-listing-data h2 a:focus {
	color: #6bb5e1;
}

.post-listing-data p.the_category {
	margin-bottom: 1em;
}

.post_preamble > p {
	clear: left;
}

.posts-listing {
	padding-bottom: 50px;
	overflow: hidden;
}

.nav-links {
	clear: both;
	padding: 50px 0 0;
}
.nav-previous {
	width: 50%;
	float: left;
}

.nav-next {
	width: 50%;
	float: right;
}

.nav-previous a, .nav-next a {
	display: inline-block;
	font-size: 12px;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	background: #9da4ae;
	line-height: 1;
	padding: 14px 22px;
	text-shadow: 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
}

.nav-next a {
	float: right;
}

.nav-previous a:hover, .nav-next a:hover, .nav-previous a:focus, .nav-next a:focus {
	background: #6bb5e1;
	text-decoration: none;
}

.nav-previous a::before {
	font-family: 'FontAwesome';
	content: '\f104';
	font-size: 14px;
	color: white;
	margin: 0 5px 0 5px;
}

.nav-next a::after {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 14px;
	color: white;
	margin: 0 5px 0 5px;
}

.nav-link {
	text-align: center !important;
}

.nav-link p {
	text-align: center !important;
	margin-bottom: 60px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
	box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
	display: inline-block;
	border-radius: 40px;
	border: 1px solid #666666;
	padding: 7px;
}
.nav-link a {
	text-align: center !important;
	border-radius: 40px;
	color: #666666;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 12px 35px;
	display: inline-block;
}
.nav-link a:active, .nav-link a:hover {
background-color: #666666;
color: #fff;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-form-comment label {display: block; text-align: left; padding: 0}
.comments-area {font-size: 16px;}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	width:100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

.gallery-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/*--------------------------------------------------------------
## Theme Specific
--------------------------------------------------------------*/

.has-white-color {color: #ffffff}
.has-black-color {color: #000000}
.has-wild-strawberry-color {color: #fb3199}
.has-sapphire-color {color: #13287c}
.has-summer-sky-color {color: #2bbceb}

.has-white-background-color {background-color: #ffffff !important}
.has-black-background-color {background-color: #000000 !important}
.has-wild-strawberry-background-color {background-color: #fb3199 !important}
.has-sapphire-background-color {background-color: #13287c !important}
.has-summer-sky-background-color {background-color: #2bbceb !important}

.wp-block-button__link {background-color: #13287c; padding: 12px 20px; }

figure.wp-block-embed.is-type-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /*16:9*/
}
figure.wp-block-embed.is-type-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vc_carousel-slideline-inner img {margin: auto;}

.form-group {margin-bottom: 15px;}

.wpcf7 input[type="text"], .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 select, .wpcf7 textarea {width: 100%}

.wpcf7 .col {margin-bottom: 1rem; text-align: center;}
.wpcf7-form-control {
	max-width: 100%; 
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1.428571429;
	color: #999;
}

.wpcf7-form-control:focus {
    border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.wpcf7-list-item {margin: 0}

.wpcf7-text, .wpcf7-textarea {
	border: none !important; 
	color: #6bb5e1 !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	background-color: #eee !important;
	width: 100%;
	border-width: 0;
	border-radius: 0;
	color: #999 !important;
	font-size: 16px;
	padding: 16px !important;
}

.wpcf7 .wpb_column:first-child {
	padding: 0 15px 15px 0;
}
.main_title {
	text-transform: uppercase;
	font-size: 46px;
	text-align: center;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.comment-reply-link:after, .mobile_menu_bar:before {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 800;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
	font-size: 18px;
	line-height: 1em;
	content: "\f054";
	opacity: 0;
	position: absolute;
	top: 30%;
	margin-left: -1em;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#commentform input[type="email"], #commentform input[type="text"], #commentform input[type="url"], #commentform textarea {
    padding: 12px;
    color: #999;
    line-height: 1em;
    background-color: #eee;
    font-size: 18px;
    border-width: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.form-submit {
    text-align: right;
}

.footer-search {display: none;}

.site-header {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.header-row {align-items: center;}

.shrink #header-main {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

/* .shrink .header-row {
    padding: 10px;
} */

.shrink .navbar-logo img {
	max-width: 66%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.vc_btn3.vc_btn3-size-lg {font-size: 18px !important;}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0 !important;
}

.google-map iframe {
	height: 100%;
	width: 100%;
	min-height: 400px;
  }

.title-image {display: flex; align-items: center; padding: 25em 0 5em 0; background-repeat: no-repeat; background-size: cover; background-position: center center; color: #fff; margin-top:-160px}
.title-image h1 {
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
	margin: auto;
}

.sidebar-inner {margin-top: 58px;}

.contact-address, .contact-email, .contact-phone {
	padding: 0;
}

.contact-address:before {
	content: '\f3c5';
	font-family: 'fontawesome';
	color: #fb3199;
	margin-bottom: 10px;
	transition: all .3s ease-in-out;
	font-size: 1.5em;
	vertical-align: sub;
	display:block;
	line-height: 1em;
}

.contact-phone:before {
	content: '\f879';
	font-family: 'fontawesome';
	color: #fb3199;
	margin-bottom: 10px;
	transition: all .3s ease-in-out;
	font-size: 1.5em;
	vertical-align: sub;
	display:block;
	line-height: 1em;
}

.contact-email:before {
	content: '\f0e0';
	font-family: 'fontawesome';
	color: #fb3199;
	margin-bottom: 10px;
	transition: all .3s ease-in-out;
	font-size: 1.5em;
	vertical-align: sub;
	display:block;
	line-height: 1em;
}

.subfooter {padding:4% 0}


/*--------------------------------------------------------------
## Responsive Media Queries
--------------------------------------------------------------*/



@media screen and (max-width: 767px) {
	.site-main {
		padding: 0;
		overflow: hidden;
	}

	.site-description {display: none;}
	.contact li a {
		padding: 0 30px;
	}
	.primary-navigation {margin-top: 0;}
	.sidebar { border-left:none;}

	.header-top ul {
		margin-left: 0;
	}

	.header-top-right p.has-text-align-right {
		text-align: center;
	}
	

	
}

@media screen and (max-width: 991px) {
	.menu-primary-container {width:100%;}
	.primary-navigation {margin-top:30px}
	.primary-navigation .menu-item-has-children .sub-menu {display: block; width:100%; box-shadow: none; position:unset;}
	.primary-navigation .menu-item-has-children .sub-menu a {text-align: center; width: auto;}
	.alignright {float:none !important;}
	.navbar-collapse.collapse {display: none;}
	.navbar-collapse.show {
		display: block;
		/* top: 31px;
		padding: 5% !important; */
		z-index: 9999;
		transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	}
	.site-navigation ul li {
		flex: auto;
		margin-right: 0;
		padding: 0.5rem 0;
	}
	.primary-navigation li a {
		display: block;
		margin: 0 !important;
	}

	.menu-logo .navbar-brand {margin-left:0}

	.primary-navigation .menu-item-has-children .sub-menu {border-top: none; padding: 0; margin: 0;}
	
	.primary-navigation .menu-item-has-children .sub-menu a {
		padding: 0.4rem 0 !important;
		line-height: 1em;
	}
	
	.primary-navigation .menu-item-has-children > a:first-child::after {
		display: none;
	}
	
	.primary-navigation .menu-item-has-children .sub-menu li {
		padding: 0.5rem 0 !important;
	}
	
	.primary-navigation .menu-item-has-children .sub-menu li a {
		padding: 10px 5%;
		display: block;
	}
	.site-navigation ul {float: unset;}
	.navbar-toggler {display: block;}
	.site-navigation ul {
		width: 100%;
		margin: 0;
		display: block;
		padding: 0;
	}
	.site-header {padding: 0}
	
	.header-mobile {align-items: baseline;}
}


@media screen and (max-width: 1099px) {
	.entry-content .alignwide {margin-left: 0px !important; margin-right: 0px !important;}
	.entry-content .alignfull {
		width: 90vw !important;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -45vw !important;
		margin-right: -45vw !important;
		height: auto !important;
	}
	.footer-social {margin-top: 0 !important;}
}

 /* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
 @media only screen and (max-device-width: 1366px) {
	.parallax {
	  background-attachment: scroll;
	}
  } 



@media screen and (max-width:640px) {
	#desktoplogo img {margin: auto;}
	.primary-navigation {margin:0 auto 0;}
	.subfooter .col.widget {flex-basis: max-content;}
	/* .page-content, .entry-content, .entry-summary {
		margin: 0 15px;
	} */
	#menu-footer-menu {display: block;}
	

	.wp-block-columns.is-not-stacked-on-mobile {
		flex-wrap: nowrap;
		
    }
	.wp-block-columns.is-not-stacked-on-mobile .wp-block-column {
		flex-basis: inherit !important;
	}


}

@media screen and (min-width:992px) {
	.navbar .menu-logo {
  margin-right: auto;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
	.navbar-toggler {
  display: none;
}
}
