/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	– Slider
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
  – Responsive General
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* 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: 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
--------------------------------------------- */
/* GeorgeRounded - Bold */
@font-face {
  font-family: 'GeorgeRounded-Bold';
  font-style: normal;
  src: url('https://actionharbor.net/wp-content/themes/genesis-sample/fonts/GeorgeRoundedBold.woff2'), /* Super Modern Browsers */
       url('https://actionharbor.net/wp-content/themes/genesis-sample/fonts/GeorgeRoundedBold.woff'),  /* Modern Browsers */
       url('https://actionharbor.net/wp-content/themes/genesis-sample/fonts/GeorgeRoundedBold.ttf');  /* Safari, Android, iOS */
}

/* GeorgeRounded - Semi Bold */
@font-face {
  font-family: 'GeorgeRounded-SemiBold';
  font-style: normal;
  src: url('https://actionharbor.net/wp-content/themes/genesis-sample/fonts/GeorgeRoundedSemibold.woff2'), /* Super Modern Browsers */
       url('https://actionharbor.net/wp-content/themes/genesis-sample/fonts/GeorgeRoundedSemibold.woff'),  /* Modern Browsers */
       url('https://actionharbor.net/wp-content/themes/genesis-sample/fonts/GeorgeRoundedSemibold.ttf');  /* Safari, Android, iOS */
}

/* GeorgeRounded - Regular */
@font-face {
  font-family: 'GeorgeRounded-Regular';
  font-style: normal;
  src: url('https://actionharbor.net/wp-content/themes/genesis-sample/fonts/GeorgeRoundedRegular.woff2'), /* Super Modern Browsers */
       url('https://actionharbor.net/wp-content/themes/genesis-sample/fonts/GeorgeRoundedRegular.woff'),  /* Modern Browsers */
       url('https://actionharbor.net/wp-content/themes/genesis-sample/fonts/GeorgeRoundedRegular.ttf');  /* Safari, Android, iOS */
}

/* GeorgeRounded - Light */
@font-face {
  font-family: 'GeorgeRounded-Light';
  font-style: normal;
  src: url('https://actionharbor.net/wp-content/themes/genesis-sample/fonts/GeorgeRoundedLight.woff2'), /* Super Modern Browsers */
       url('https://actionharbor.net/wp-content/themes/genesis-sample/fonts/GeorgeRoundedLight.woff'),  /* Modern Browsers */
       url('https://actionharbor.net/wp-content/themes/genesis-sample/fonts/GeorgeRoundedLight.ttf');  /* Safari, Android, iOS */
}

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

body {
	background-color: #fff;
	color: #333;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

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

a {
	color: var(--bluelight);
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.nav-banner-section {
	display: none;
}

a:focus,
a:hover {
	color: var(--bluelight) !important;
	text-decoration: none;
}

.nav-banner-section a:hover, .nav-banner-section a:focus  {
	color: var(--blue) !important;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0;
	color: var(--blue);
}

ol,
ul {
	margin-left: 30px;
	padding: 0;
}

li {
	list-style-type: square;
	font-family: 'GeorgeRounded-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: var(--blue);
	margin-left: -15px;
	padding-bottom: 8px;
	line-height: 20px;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */
/* Colors: */

:root {
	--black: #000;
	--white: #fff;
	--blue: #002343;
	--bluelight: #BBD8D9;
	--red: #CB495A;
	--pink: #EFD6DF;
	--yellow: #F9D304;
}

.white {
	color: #fff !important;
}
.red {
	color: #CB495A !important;
}
.blue {
	color: #002343 !important;
}

h1 {
	font-family: 'GeorgeRounded-SemiBold';
  font-style: normal;
  font-weight: 500;
	font-size: 52px;
	line-height: 58px;
	color: var(--white);
}

h1.events {
	background-image: url('https://actionharbor.net/wp-content/uploads/2019/08/events-left-icon.png');
  background-repeat: no-repeat;
	background-position: center;
	padding-left: 280px;
	margin-left: -180px;
}

h1.difference {
	background-image: url('https://actionharbor.net/wp-content/uploads/2019/08/difference-blue-mark.png');
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 680px;
	margin-left: -580px;
}

/*h1.yellow-splash {
    background-image: url(/wp-content/uploads/2019/11/Yellow_splash.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 235px;
    margin-left: -130px;
    line-height: 80px !important;
}
*/
h1.wedding {
	background-image: url('https://actionharbor.net/wp-content/uploads/2019/08/wedding-title-mark.png');
  background-repeat: no-repeat;
	background-position: center;
	padding-left: 340px;
	margin-left: -220px;
}

h1.delivered {
	background-image: url('https://actionharbor.net/wp-content/uploads/2019/08/delivered-title-mark.png');
  background-repeat: no-repeat;
	background-position: center;
	padding-left: 340px;
	margin-left: -200px;
}

h1.expand {
	font-family: 'GeorgeRounded-Regular';
	font-weight: 400;
	letter-spacing: 10px;
}

h1.blog {
	color: var(--blue);
	margin-top: 20px;
	font-size: 100px;
}

h2 {
	font-family: 'GeorgeRounded-SemiBold';
	font-style: normal;
	font-weight: 500;
  font-size: 32px;
	line-height: 32px;
	color: var(--blue);
	margin-bottom: 20px;
}

h2.events-1 {
	background-image: url('https://actionharbor.net/wp-content/uploads/2019/08/event-mark-1.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	padding: 0px;
	margin: 30px 0px 30px 20px !important;
	padding-left: 50px;
	color: var(--blue) !important;
}

h2.events-1 a:hover, h2.events-1 a:focus {
	color: var(--red) !important;
  cursor: pointer;
}

h2.events-2 {
	background-image: url('https://actionharbor.net/wp-content/uploads/2019/08/event-mark-2.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	padding: 0px;
	margin: 30px 0px 30px 20px !important;
	padding-left: 50px;
	color: var(--blue) !important;
}

h2.events-2 a:hover, h2.events-2 a:focus {
	color: var(--red) !important;
	cursor: pointer;
}

h2.events-3 {
	background-image: url('https://actionharbor.net/wp-content/uploads/2019/08/event-mark-3.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	padding: 0px;
	margin: 30px 0px 30px 20px !important;
	padding-left: 50px;
	color: var(--blue) !important;
}

h2.events-3 a:hover, h2.events-3 a:focus {
	color: var(--red) !important;
  cursor: pointer;
}

h2.contact {
	font-family: 'GeorgeRounded-Regular';
font-style: normal;
font-weight: 400;
font-size: 22px;
text-align: left;
}

h2.posted-by-text {
	margin-bottom: 0px;
line-height: 26px;
font-family: 'GeorgeRounded-Regular';
    font-style: normal;
    font-size: 14px;
		font-weight: 700;
}

h4.home {
	margin-bottom: 0px;
}

h3,
h4 {
	font-family: 'GeorgeRounded-Regular';
	font-style: normal;
	font-weight: 400;
  font-size: 18px;
	line-height: 22px;
	color: var(--blue);
}

.awards {
    background-image: url('https://actionharbor.net/wp-content/uploads/2019/10/lewisham_foundation-icon_01.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
	padding: 10px;
    margin-left: 0px;
    padding-left: 60px;
}
p.awards {
	font-size: 13.4px;
	line-height: 16px;
}
p.awards > strong {
	font-family: 'GeorgeRounded-SemiBold';
}
.awards_copy > .wpb_wrapper {
	display: flex;
	justify-content: center;
}
@media (max-width: 768px) {
	p.awards {
		text-align: left;
	}
	.awards {
		margin: 20px 0 !important;
	}
}

h5,
h6 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

p {
	font-family: 'GeorgeRounded-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

p.capacity {
background-image: url('https://actionharbor.net/wp-content/uploads/2019/08/person-capacity-icon.png');
background-repeat: no-repeat;
padding-left: 20px;
line-height: 15px;
}


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

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

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

figure {
	margin: 0;
}

/* Slider
--------------------------------------------- */


.slider-column-1 {
  float: left;
  width: 60%;
	min-height: 500px;
}

.slider-column-2 {
  float: right;
  width: 40%;
	min-height: 500px;
	padding: 20px 80px;
	display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
	background-color: var(--bluelight);
}

.slider-row {
	min-height: 500px;
	width: 100%;
	vertical-align: middle;
}

.slider-text {
	color: var(--blue);
}

.sa_owl_theme .owl-dots .owl-dot span {
    background-color: var(--bluelight);
    width: 14px !important;
    height: 14px !important;
    margin: 0px 5px !important;
}

.sa_owl_theme .owl-dots .active span {
    background-color: var(--blue);
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

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: #333;
	opacity: 1;
}

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

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

.blue-button {
	background-color: var(--blue);
  padding: 15px 25px;
  border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-family: 'GeorgeRounded-Regular';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
}

.blue-button:hover {
	background-color: var(--white);
	color: var(--blue);
	text-decoration: none;
 	cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.bluelight-button {
	background-color: var(--bluelight);
	padding: 12px 15px;
    border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-family: 'GeorgeRounded-Regular';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	float: right;
}

.bluelight-button:hover {
	background-color: var(--white);
	color: var(--bluelight);
	text-decoration: none;
 	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.red-button {
	background-color: var(--red);
	padding: 12px 25px;
    border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-family: 'GeorgeRounded-Regular';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
}

.red-button:hover {
	background-color: var(--white);
	color: var(--red);
	text-decoration: none;
 	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background-color: var(--blue);
	border: 0;
	border-radius: 2px;
	color: var(--bluelight);
	cursor: pointer;
	font-size: 16px;
	font-family: 'GeorgeRounded-Regular';
	font-style: normal;
	font-weight: 600;
	padding: 15px 25px;
	float: left;
	margin-top: 10px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}


input[type="submit"], input[type="submit"] {
	background-color: var(--blue) !important;
	border: 0;
	border-radius: 2px;
	color: var(--bluelight) !important;
	cursor: pointer;
	font-size: 16px !important;
	line-height: 22px !important;
	font-family: 'GeorgeRounded-Regular' !important;
	font-style: normal;
	font-weight: 600;
	padding: 15px 25px;
	float: left;
	margin-top: 0px !important;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

.gform_wrapper .gform_footer {
    padding: 0px !important;
    margin: 16px 0 0;
    clear: both;
    width: 100%;
}


button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	border-width: 0;
	background-color: var(--bluelight);
	color: var(--blue);
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}


input[type="submit"]:hover, input[type="submit"]:hover {
	border-width: 0;
	background-color: var(--bluelight) !important;
	color: var(--blue) !important;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/*
#wpforms-form-329 button, button, input[type="submit"], input[type="submit"] {
	background-color: var(--red);
	color: white;
}

#wpforms-form-329 button:focus, button:hover, input[type="submit"]:focus, input[type="submit"]:hover {
	background-color: white;
	color: var(--red);
}*/

#gform_wrapper_2 input[type="submit"], input[type="submit"] {
	background-color: var(--red) !important;
	color: white !important;
	max-width: 300px;
}

#gform_wrapper_2 input[type="submit"]:hover, input[type="submit"]:hover {
	background-color: white !important;
	color: var(--red) !important;
}

#gform_wrapper_3 input[type="submit"], input[type="submit"] {
	background-color: var(--blue) !important;
	color: var(--bluelight) !important;
}

#gform_wrapper_3 input[type="submit"]:hover, input[type="submit"]:hover {
	background-color: var(--bluelight);
	color: var(--blue);
}

#gform_wrapper_4 input[type="submit"], input[type="submit"] {
	background-color: var(--red) !important;
	color: white !important;
}

#gform_wrapper_.ms-parent-id-2.testimonial-slider .ms-slide-info input[type="submit"]:hover, input[type="submit"]:hover {
	background-color: white !important;
	color: var(--red) !important;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

/*##################### BLOG PAGE STYLES   #############################*/



body.page-template-template-latest-news .content {
    margin-top: 80px;
}

/* first news block*/

.first-news {
  margin-bottom: 35px !important;
  max-width: 1100px;
  margin: auto;
}
.first-news a.news-read-more-link .grid_section .latest-news-item {
  display: flex;
}
.first-news a.news-read-more-link .grid_section .latest-news-item .blog-image {
  flex: 8;
  padding-right: 30px;
}
.first-news a.news-read-more-link .grid_section .latest-news-item .blog-image img {
  width: 100%;
  max-height: 470px;
  object-fit: cover;
}
.first-news a.news-read-more-link .grid_section .latest-news-item .news-content {
  flex: 4;
}
.first-news a.news-read-more-link .grid_section .latest-news-item .news-content .author-section {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.first-news a.news-read-more-link .grid_section .latest-news-item .news-content .author-section .avatar {
  border-radius: 50%;
  width: 50px;
  height: auto;
}
.first-news a.news-read-more-link .grid_section .latest-news-item .news-content .author-section .posted-by-text {
	    text-transform: inherit;
	    color: var(--bluelight);
	    font-size: 14px !important;
	    margin-top: 0px;
	    line-height: 17px !important;
	    font-weight: 700;
	    letter-spacing: 0px;
}
.first-news a.news-read-more-link .grid_section .latest-news-item .news-content .author-section .posted-by-text span {
	text-transform: inherit;
color: var(--bluelight);
font-size: 14px !important;
margin-top: 0px;
line-height: 17px !important;
font-weight: 700;
letter-spacing: 0px;
}
.first-news a.news-read-more-link:hover, .first-news a.news-read-more-link:after {
  color: #7e7e7e !important;
}
.first-news a.news-read-more-link:hover *, .first-news a.news-read-more-link:after * {
  color: #7e7e7e !important;
}

.minus-60 {
	margin-top: -60px;
}

@media (max-width: 768px) {
	.first-news a.news-read-more-link .grid_section .latest-news-item {
	  display: inline-block;
	}
}

/* end of first news block*/


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


/* start of filter section */

.filter-section-container {
  background-color: var(--blue);
  padding: 20px 40px;
  margin-bottom: 35px !important;
  max-width: 1100px;
  margin: auto;
}
.filter-section-container .filter-section {
  display: flex;
  align-items: center;
}
.filter-section-container .filter-section h5 {
  flex: 2;
  color: white !important;
  line-height: 25px !important;
  font-weight: bolder;
  margin-top: 0px;
}
.filter-section-container .filter-section .advanced-filter-menu {
  display: flex;
  justify-content: flex-end;
  flex: 10;
  padding-left: 20px;
  flex-wrap: wrap;
}
.filter-section-container .filter-section .advanced-filter-menu span {
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.filter-section-container .filter-section .advanced-filter-menu span input.tag-checkbox {
  display: none;
}
.filter-section-container .filter-section .advanced-filter-menu span input.tag-checkbox ~ label {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
	background-color: var(--bluelight);
padding: 15px 25px;
border-radius: 4px;
color: #fff;
cursor: pointer;
font-family: 'GeorgeRounded-Regular';
font-style: normal;
font-weight: 600;
font-size: 16px;
text-decoration: none;
}
.filter-section-container .filter-section .advanced-filter-menu span input.tag-checkbox:checked ~ label {
  background: white;
  color: var(--blue);
}


/* end of filter section */



/* start of the news item section */


.ajax-load-more-wrap .load-more-button {
  background-color: #077cbe !important;
}
.ajax-load-more-wrap .load-more-button:before {
  display: none !important;
  padding-left: 20px !important;
}
.ajax-load-more-wrap .alm-reveal {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 35px;
  max-width: 1100px;
  margin: auto;
}
.ajax-load-more-wrap .alm-reveal .gravity-form-wrapper-container {
  grid-column: 1/4;
  background: url("https://actionharbor.net/wp-content/uploads/2018/09/rayglass-mailing-list-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  width: 100vw;
}
.ajax-load-more-wrap .alm-reveal .gravity-form-wrapper-container .gravity-form-wrapper {
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
}
.ajax-load-more-wrap .alm-reveal .gravity-form-wrapper-container .gravity-form-wrapper .gravity-form-container {
  flex: 6;
}
.ajax-load-more-wrap .alm-reveal .gravity-form-wrapper-container .gravity-form-wrapper .gravity-form-container h5 {
  margin-bottom: 35px;
}
.ajax-load-more-wrap .alm-reveal .gravity-form-wrapper-container .gravity-form-wrapper .gravity-form-container .gfield_admin_icons, .ajax-load-more-wrap .alm-reveal .gravity-form-wrapper-container .gravity-form-wrapper .gravity-form-container .gfield_label {
  display: none;
}
.ajax-load-more-wrap .alm-reveal .gravity-form-wrapper-container .gravity-form-wrapper .gravity-form-container ul.gform_fields {
  list-style: none;
  padding-left: 0px !important;
}
.ajax-load-more-wrap .alm-reveal .gravity-form-wrapper-container .gravity-form-wrapper .gravity-form-container ul.gform_fields li {
  margin-bottom: 35px;
}
.ajax-load-more-wrap .alm-reveal .gravity-form-wrapper-container .gravity-form-wrapper .gravity-form-container ul.gform_fields li input {
  width: 100%;
}
.ajax-load-more-wrap .alm-reveal .gravity-form-wrapper-container .gravity-form-wrapper .second-column {
  flex: 6;
}
.ajax-load-more-wrap .alm-reveal .latest-news-item {
  margin-bottom: 35px;
}
.ajax-load-more-wrap .alm-reveal .latest-news-item .news-read-more-link {
	font-family: 'GeorgeRounded-Regular';
font-style: normal;
font-weight: 400;
font-size: 14px;
color: var(--blue);
}

.blog-content {
	font-family: 'GeorgeRounded-Regular';
font-style: normal;
font-weight: 400;
font-size: 14px;
color: var(--blue);
}
.ajax-load-more-wrap .alm-reveal .latest-news-item .news-read-more-link .category-section {
  margin-bottom: 5px;
}
.ajax-load-more-wrap .alm-reveal .latest-news-item .news-read-more-link .category-section span {
  font-family: "Lato" !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 400;
  color: var(--red) !important;
  line-height: normal;
  display: inline-flex;
  flex-wrap: wrap;
}
.ajax-load-more-wrap .alm-reveal .latest-news-item .news-read-more-link .category-section span + span {
  margin-left: 10px;
}
.ajax-load-more-wrap .alm-reveal .latest-news-item .news-read-more-link .blog-image {
  display: flex;
  margin-bottom: 20px;
}
.ajax-load-more-wrap .alm-reveal .latest-news-item .news-read-more-link .blog-image img {
  flex: 1;
  max-height: 300px;
  object-fit: cover;
}
.ajax-load-more-wrap .alm-reveal .latest-news-item .news-read-more-link .news-content .blog-title {
  margin-bottom: 20px;
}
.ajax-load-more-wrap .alm-reveal .latest-news-item .news-read-more-link .news-content .blog-title h3 {
  font-size: 25px;
  line-height: 28px !important;
}
.ajax-load-more-wrap .alm-reveal .latest-news-item .news-read-more-link .news-content .author-section {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ajax-load-more-wrap .alm-reveal .latest-news-item .news-read-more-link .news-content .author-section .avatar {
  border-radius: 50%;
  width: 30px;
  height: auto;
}
.ajax-load-more-wrap .alm-reveal .latest-news-item .news-read-more-link .news-content .author-section .posted-by-text {
	    text-transform: inherit;
	    color: var(--bluelight);
	    font-size: 14px !important;
	    margin-top: 0px;
	    line-height: 17px !important;
	    font-weight: 700;
	    letter-spacing: 0px;
			font-family: 'GeorgeRounded-Regular';
			margin: 0;
}
.ajax-load-more-wrap .alm-reveal .latest-news-item .news-read-more-link:hover, .ajax-load-more-wrap .alm-reveal .latest-news-item .news-read-more-link:after {
  background-color: none;
  color: #7e7e7e !important;
}
.ajax-load-more-wrap .alm-reveal .latest-news-item .news-read-more-link:hover *, .ajax-load-more-wrap .alm-reveal .latest-news-item .news-read-more-link:after * {
  color: #7e7e7e !important;
}

.blog-title h3 {
	font-weight: 700 !important;
}

.read-more-blog p {
	font-weight: 700;
    color: var(--red);
    margin-top: 15px;
		font-size: 1.2rem !important;
}
.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-right: 30px;
    padding-bottom: 0px !important;
}

/* end of the news item section */

/* Blog Media Queries */

@media(max-width: 768px){
    .latest-news-item{
        flex-direction: column;
    }
    .filter-section {
        flex-direction: column;
        align-items: flex-start!important;
    }
    .advanced-filter-menu{
        justify-content: flex-start!important;
        padding-left: 0px;

    }
    .filter-section h5{
     margin-bottom: 20px;

    }
    .filter-section h5 br{
     display: none;

    }
    .advanced-filter-menu {
        padding-left: 0px!important;
    }
    .filter-section .advanced-filter-menu span{
        margin-right: 20px!important;
        margin-left: 0px!important;
        margin-bottom: 20px!important;
    }

    .ajax-load-more-wrap .alm-reveal{
        display: flex;
        flex-direction: column;
    }
    .ajax-load-more-wrap .alm-reveal .latest-news-item {
        width: 100%;
    }
}


/* Single Blog */

.blog-wrapper {
	display: flex;
}

.blog-content {
	flex: 1;
}

.sidebar-content-wrapper {
	padding-left: 40px;
}

.news-content .author-name {
	font-size: 14px;
}

.author-name {
	font-size: 28px;
}

.sidebar-content-wrapper .post-view-count {
	display: flex;
    align-items: center;
    border-top: 1px solid var(--blue);
    margin-top: 10px;
		font-family: 'GeorgeRounded-Regular';
font-style: normal;
font-weight: 400;
font-size: 14px;
    padding: 10px 0;
}

.sidebar-content-wrapper .tag-section {
    border-top: 1px solid var(--blue);
    padding-top: 10px;
    padding-bottom: 10px;
		font-family: 'GeorgeRounded-Regular';
font-style: normal;
font-weight: 400;
font-size: 14px;
}

.sidebar-content-wrapper .date-section {
    border-top: 1px solid var(--blue);
    padding-top: 10px;
		font-family: 'GeorgeRounded-Regular';
font-style: normal;
font-weight: 400;
font-size: 14px;
}

@media (max-width: 1000px) {
	.blog-wrapper {
		display: inline-block;
	}

	.blog-content {
		flex: 1;
	}

	.sidebar-content-wrapper {
		padding-left: 0px;
	}
}

/* end of Single Blog */


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

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

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

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

td {
	border-top: 1px solid #eee;
	padding: 10px;
}

th {
	font-weight: 600;
	padding: 0 10px 10px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

td:last-child,
th:last-child {
	padding-right: 0;
}

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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	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,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


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

.center-row {
		text-align: center;
}

.our_team_name {
	font-size: 20px;
	line-height: 26px;
}
.our_team_title {
	font-size: 13px;
	line-height: 17px;
}

.no-margin {
	text-align: center;
}

.home-slide-align {
	margin-top: -60px;
}

.home-logo {
	position: absolute;
  top: calc(50% - 105px);
  left: calc(50% - 135px);
  z-index: 999;
}

.home-height {
    height: calc(100vh - 100px);
}

@media (max-width: 768px) {
	.home-height {
	    height: 50vh;
	}
}

.red-insta-link {
	color: #CB495A !important;
}
.red-insta-link:hover {
	color: #ffffff !important;
}

.sub-header-height {
	min-height: 200px;
}

#sb_instagram .sbi_photo {
	cursor: unset;
}
#sb_instagram .sbi_photo:hover {
	opacity: 1 !important;
}

.feature-block-1 {
	height: 600px;
}

.feature-column-1 {
	min-height: 400px !important;
	padding: 30px 80px 60px 80px !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.feature-column-1 > .vc_column-inner {
    max-width: 380px !important;
    margin-left: auto;
}

.feature-column-2 {
	min-height: 329px !important;
}
.feature-column-2 > .vc_column-inner {
    max-width: 640px;
}

.feature-column-2-video .vc_column-inner {
	padding: 0px !important;
}

@media (min-width: 990px) {
	.feature-column-1,
	.feature_column_text_right {
		width: 45% !important;
	}
	.feature-column-2,
	.feature-column-2-video,
	.feature_column_image_left {
		width: 55% !important;
	}
}

.feature_column_text_right {
	min-height: 400px !important;
    padding: 30px 80px 60px 80px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background-color: var(--blue); */
}
.feature_column_text_right > .vc_column-inner {
	max-width: 390px !important;
    margin-right: auto;
}

.feature_column_image_left {
	min-height: 329px !important;
    justify-content: flex-end;
}
.feature_column_image_left > .vc_column-inner {
	max-width: 640px;
}

.feature-row {
	min-height: 400px !important;
	width: 100%;
	vertical-align: middle;
	padding-top: 0px !important;
}

/*.faq-row {
	min-height: 250px !important;
	width: 100%;
	vertical-align: middle;
	padding-top: 0px !important;
	padding-left: 120px;
	padding-right: 80px;
}
*/

.our_clients_section > .wpb_column {
	max-width: 1100px;
    margin: auto;
}

.row-padding {
	padding: 40px;
}

.row-padding-side-40 {
	padding: 0 40px;
}

.row-padding-side {
	padding: 0px 60px;
}

.row-padding-side-inner {
	padding: 0px 45px;
}

.side-padding {
	padding: 0px 30px;
}

.row-padding-10 {
	padding: 10px;
}

.page-blocks {
	width: 100%;
	min-height: 500px;
	padding: 5px;
}

.circle-outline {
	border: 5px solid white;
  border-radius: 50%;
}

.dashed-line {
	border-top: 1px dashed var(--red);
  margin: -12px 22% 20px 22%;
}

.border-columns {
	border: 1px solid white;
  padding: 20px 40px !important;
}

.voucher-circle {
	position: absolute;
  right: -7%;
	top: 0;
}

.team-block {
	 min-height: 25vw;
}

.vc-hoverbox-block {
	min-height: 25vw;
	width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform .5s ease-in-out;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
}

.business-account img {
	border: 1px solid #002343;
}

.map-full .vc_column-inner {
	padding: 0px !important;
	margin-bottom: -7px;
}

/* Home Slider
--------------------------------------------- */

.home_page_header_slider_row > .wpb_column > .vc_column-inner {
 padding: 0px;
}
.home_slide_background {
	position: relative;
  	overflow: hidden;
	transition: all 0.2s ease-in-out;
}
.home_slide_background:after {
	content: ".";
	color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform .4s ease-out;
}
.home_slide_background_hover:after {
	transform: scale(1.02);
	cursor: pointer;
}
#home_slider > .owl-stage-outer > .owl-stage {
	height: calc(100vh - 86px) !important;
}
#home_slider > .owl-stage-outer > .owl-stage > .owl-item > .sa_hover_container {
	min-height: calc(100vh - 86px) !important;
}
#home_slider > .owl-nav > button {
	z-index: 1;
}
.home_slider_event_icon,
.home_slider_logo_icon,
.home_slider_delivered_icon {
	position: absolute;
}
.home_slider_event_icon {
	top: 50%;
    transform: translate(0, -50%);
	max-width: 500px;
	left: 0;
}
.home_slider_logo_icon {
	top: 50%;
    width: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home_slider_delivered_icon {
	top: 50%;
    transform: translate(0, -50%);
    max-width: 500px;
	right: 0;
}
.scribble_text_container {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media(max-width: 1200px) {
	.home_slider_event_icon,
	.home_slider_delivered_icon {
		max-width: 350px;
	}
	.home_slider_logo_icon {
		max-width: 150px;
	}
}
@media(max-width: 880px) {
	.home_slider_event_icon,
	.home_slider_delivered_icon {
		max-width: 250px;
	}
	.home_slider_logo_icon {
		max-width: 100px;
	}
}
@media (max-width: 600px) {
	/*.home_page_header_slider_row {
		min-height: 100vh !important;
	}*/
	#home_slider > .owl-stage-outer > .owl-stage {
		width: 100vw;
		display: flex;
		flex-flow: column wrap;
		max-height: 100vh;
	}
	#home_slider > .owl-stage-outer > .owl-stage > .owl-item {
		/*flex: 1;
		min-height: 50%;
		min-width: 100vw;*/
	}
	.home_slider_event_icon {
		top: 20%;
	}
	.home_slider_delivered_icon {
		top: 75%;
	}
	.scribble_text_container {
		top: 25%;
	}

	/*---------------------------- mobile margin changes --------------------*/
	.row-padding-side-40 {
		padding: 0px 15px;
	}
	.home-post-grid .vc_gitem_row .vc_gitem-col {
		padding: 10px 0px;
	}
	.row-padding-10 {
    	padding: 10px 0px;
	}
	.side-padding .vc_column-inner {
		padding: 0px !important;
	}
	.insta_row .wpb_text_column h2,
	.insta_row .wpb_raw_html > .wpb_wrapper > div {
		text-align: center !important;
	}
	#sb_instagram #sbi_images {
		padding: 15px 0px !important;
	}
	.insta_row #sb_instagram #sbi_images .sbi_item {
		padding: 15px !important;
	}
	.awards-full {
    	padding: 30px !important;
    }
    .awards-full .vc_column-inner {
    	padding: 0px !important;
    }
    p.awards {
    	font-size: 20px;
    	line-height: 30px;
	}
	.awards {
		padding-left: 90px;
	}
	body .testimonial-slider .ms-bullets {
    	bottom: -40px !important;
	}
	.footer-widgets-2 p.footer {
		margin-top: 15px !important;
	}
	.footer-widgets .wrap {
		margin: 0px 30px !important;
	}
	.awards:nth-child(2) {
		margin: 0px !important;
	}
	.mobile_width {
		padding: 0px 30px !important;
	}
	.feature-block-mobile {
    	height: 150px;
	}
	.ms-parent-id-2 > .master-slider {
		height: 500px;
	}
	.ms-parent-id-2 > .master-slider .ms-bullets {
		bottom: -190px !important;
	}
}
@media (max-width: 400px) {
	.link-box {
		height: 310px;
		padding: 0px !important;
    	margin: 10px 0;
	}
}

/* Home Slider End
--------------------------------------------- */

/* Site Container
--------------------------------------------- */

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

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Video Hover Effects */

.grayscale_video_block > .wpb_wrapper > .flowplayer {
	max-height: 480px !important;
	background-color: #002343 !important;
}
.grayscale_video_block > .wpb_wrapper > .flowplayer > video {
	object-position: left;
    object-fit: cover;
}

.flowplayer * {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%) !important;
}

.flowplayer *:hover {
	-webkit-filter: inherit;
    filter: inherit !important;
}

.flowplayer {
    position: relative;
    max-height: 100%;
    overflow: hidden;
    border-radius: 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    zoom: 1 !important;
    width: 100%;
    display: flex !important;
}

/*.vc_column-inner .no-margin {
	    margin: 0px -30px !important;
}*/

/* end of Video Hover Effects */

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 20px 55px;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	width: 80px;
	float: left;
	margin-right: 20px;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

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

.breadcrumb {
	display: none;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	font-family: 'GeorgeRounded-Regular';
	margin-bottom: 10px;
}

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

.entry-title a:focus,
.entry-title a:hover {
	color: var(--bluelight);
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

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

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

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

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: var(--bluelight);
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */
/*
div.wpforms-container-full .wpforms-form input[type=text], .wpforms-form input[type=email], .wpforms-form input[type=number] {
	    background-color: rgba(187, 216, 217, 0.4) !important;
			border: none !important;
			color: var(--blue) !important;
			font-size: 16px !important;
			font-family: 'GeorgeRounded-Regular';
			font-style: normal;
			font-weight: 400;
}*/

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	background-color: rgba(187, 216, 217, 0.4) !important;
border: none !important;
color: var(--blue) !important;
font-size: 16px !important;
font-family: 'GeorgeRounded-Regular';
font-style: normal;
font-weight: 400;
padding: 15px !important;
margin: 0px !important;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
	display: none !important;
	padding: 15px !important;
}

body .gform_wrapper ul li.gfield {
	margin-top: 0px !important;
}
/*
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
	background-color: rgba(187, 216, 217, 0.4) !important;
	border: none !important;
	color: var(--blue) !important;
	font-size: 16px !important;
	font-family: 'GeorgeRounded-Regular';
	font-style: normal;
	font-weight: 400;
	margin-top: 10px;
} */

.gform_wrapper textarea.medium {
	background-color: rgba(187, 216, 217, 0.4) !important;
	border: none !important;
	color: var(--blue) !important;
	font-size: 16px !important;
	font-family: 'GeorgeRounded-Regular';
	font-style: normal;
	font-weight: 400;
	padding: 15px;
}

div.wpforms-container-full #wpforms-form-329.wpforms-form input[type=email] {
	    background-color: rgba(187, 216, 217, 0.4) !important;
}

div.wpforms-container-full #wpforms-form-478.wpforms-form input[type=email], #wpforms-form-478.wpforms-form input[type=number] {
	    background-color: rgba(187, 216, 217, 0.4) !important;
}

div.wpforms-container-full #wpforms-form-478.wpforms-form .wpforms-first {
	padding-right: 15px !important;
  width: 52%;
}
/*
div.wpforms-container-full #wpforms-form-375.wpforms-form input[type=text], #wpforms-form-375.wpforms-form input[type=email] {
	background-color: rgba(239, 214, 223, 0.4) !important;
}*/

#gform_wrapper_2.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	background-color: rgba(239, 214, 223, 0.4) !important;
}

/*
div.wpforms-container-full .wpforms-form select {
	background-color: rgba(187, 216, 217, 0.4) !important;
	border: none !important;
	color: var(--blue) !important;
	font-size: 16px !important;
	font-family: 'GeorgeRounded-Regular';
	font-style: normal;
	font-weight: 400;
	height: 50px !important;
}*/

.gform_wrapper .top_label li.gfield div:not(.ginput_container_date) select {
	background-color: rgba(187, 216, 217, 0.4) !important;
	border: none !important;
	color: var(--blue) !important;
	font-size: 16px !important;
	font-family: 'GeorgeRounded-Regular';
	font-style: normal;
	font-weight: 400;
	height: 50px !important;
	border-radius: 0px !important;
	padding: 15px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 10px 0px 0px 0px !important;
}

.entry-content .wpforms-form .wpforms-field {
	margin: 10px 0px 0px 0px !important;
}

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* 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 */
:focus {
	color: inherit;
	outline: none;
}


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

.site-header {
	background-color: #002343;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
}

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

.title-area {
	float: none;
  position: fixed;
  left: 40vw;
  display: inline-block;
	padding-bottom: 20px;
	padding-top: 20px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
	margin-left: 15px;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: var(--bluelight);
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.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 .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

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

.menu .menu-item:focus {
	position: static;
}

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

.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: #333;
	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 {
	background-color: transparent;
	border-width: 0;
	color: var(--bluelight);
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

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

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

.sub-menu-toggle {
	float: right;
	padding: 15px 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;
}

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

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 20px;
	padding-top: 40px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

.main_footer {
	border-top: none;
    background-color: #002343;
    clear: both;
    padding: 0px 55px 40px 55px;
}

.main_footer_copyright {
	font-family: 'GeorgeRounded-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: white;
}

.main_footer_email {
	display: none;
}

.vc_inline-link {
	display: none;
}

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

.awards-full {
	padding: 40px 10% 40px 15%;
    margin: 0 auto !important;
}
.awards-full > .wpb_column {
	width: 970px;
    margin: auto;
}



/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

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

.entry-content ul > li {
	list-style-type: circlee;
  font-family: 'GeorgeRounded-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: var(--blue);
  margin-left: -15px;
  padding-bottom: 8px;
  line-height: 20px;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

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

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

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

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

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

.sidebar p {
	margin-bottom: 20px;
}

.click-block {
    cursor: pointer;
    position: relative;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: none;
	background-color: #002343;
	clear: both;
	padding: 60px 0px;
	margin-top: -80px;
}

.footer-widgets .wrap {
	margin-left: 55px;
  margin-right: 55px;
}

.footer-widget-area {
	margin: 0px;
	padding: 0px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


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

.site-footer {
	background-color: #002343;
	    border-top: none;
	    font-size: 15px;
	    line-height: 1.5;
	    padding: 40px 55px;
	    text-align: left;
}

.site-footer p {
	margin-bottom: 0;
	margin-bottom: 0;
  font-family: 'GeorgeRounded-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: white;
}

.fa-instagram:hover {
    color: #fff !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fa-facebook-f:hover {
	color: #fff !important;
	cursor: pointer;
	transition: all 0.2s ease;
}

.site-footer .fa-instagram:hover {
	color: var(--bluelight);
    cursor: pointer;
    transition: all 0.2s ease;
}

.site-footer .fa-facebook-f:hover {
	color: var(--bluelight);
	cursor: pointer;
	transition: all 0.2s ease;
}

p.footer {
		font-family: 'GeorgeRounded-Regular';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		color: white;
}

.vc-hoverbox-front {
	transform: none !important;
	opacity: 1;
	transition: opacity .45s ease-in-out !important;
}
.vc-hoverbox-front:hover {
	opacity: 0;
}
.vc-hoverbox-back {
	transform: none !important;
}

.email_icon_01,
.location_icon_01,
.phone_icon_01 {
	display: flex;
    flex-direction: row;
}
.email_icon_01:before {
	content:'.';
	background-image: url('https://actionharbor.net/wp-content/uploads/2019/10/email-icon.svg');
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: auto;
	margin-right: 15px;
	background-size: contain;
	color: transparent;
}
.location_icon_01:before {
	content:'.';
	background-image: url('https://actionharbor.net/wp-content/uploads/2019/10/location-icon.svg');
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: auto;
	margin-right: 15px;
	background-size: contain;
	color: transparent;
}
.phone_icon_01:before {
	content:'.';
	background-image: url('https://actionharbor.net/wp-content/uploads/2019/10/phone-call-icon.svg');
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: auto;
	margin-right: 15px;
	background-size: contain;
	color: transparent;
}

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

/* Responsive General
---------------------------------------------------------------------------- */

@media (max-width: 1400px) {
	.feature-column-2 > .vc_column-inner,
	.feature_column_image_left > .vc_column-inner {
		background-size: cover !important;
	}
}

@media (max-width: 998px) {
	.feature-column-1 > .vc_column-inner {
		max-width: 100% !important;
	}
}

@media (max-width: 768px) {

	.first-news a.news-read-more-link .grid_section .latest-news-item .blog-image {
		padding-right: 0px;
	}

	h1 {
		font-size: 40px;
		line-height: 50px;
	}

	h1.events {
		padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 220px;
    margin-left: -160px;
	}

	h1.difference {
		padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 540px;
    margin-left: -480px;
	}

	h1.delivered {
		padding-top: 10px;
    padding-bottom: 10px;
		padding-left: 280px;
		margin-left: -190px;
	}

	h1.wedding {
		padding-top: 10px;
    padding-bottom: 10px;
		padding-left: 300px;
    margin-left: -200px;
	}

	.home-logo {
		transform: scale(0.6);
	}

	.awards-full {
		padding: 0px 40px;
		text-align: center !important;
	}

	h2.events-1 {
		font-size: 28px;
	}
	h2.events-2 {
		font-size: 28px;
	}
	h2.events-3 {
		font-size: 28px;
	}

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

	h4.awards {
		font-size: 16px;
		line-height: 18px;
	}
	.voucher-circle {
    position: absolute;
    right: 45%;
    top: 83%;
   }

	 .border-columns {
		 padding: 30px 20px !important;
	 }

}

@media (max-width: 400px) {

	h1 {
		font-size: 34px;
		line-height: 38px;
	}

	h1.delivered {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 270px;
		margin-left: -220px;
	}
	h1.wedding {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 260px;
    margin-left: -210px;
	}

	h1.difference {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 280px;
	margin-left: -200px;
	}

	h1.blog {
		font-size: 82px;
	}

	.row-padding {
    padding: 40px 30px;
  }

	.row-padding-side {
    padding: 20px;
  }

	.row-padding-side-inner {
    padding: 5px;
  }
  .row-padding-side-inner.featured_wedding_spaces {
  	padding: 0px 30px;
  }

	.feature-column-1 {
		min-height: 400px !important;
		padding: 30px 30px 60px 30px !important;
	}
	.feature-column-1 .vc_column-inner {
		padding: 0px !important;
	}
	h2.events-1 {
		font-size: 22px;
	}
	h2.events-2 {
		font-size: 22px;
	}
	h2.events-3 {
		font-size: 22px;
	}

	h2.contact {
		font-size: 22px;
	}
	.filter-section-container {
		display: none;
	}
	.first-news {
		margin-bottom: 0px !important;
	}
	.ajax-load-more-wrap .alm-reveal .latest-news-item {
		margin-bottom: 45px;
	}
	.site-inner {
		padding: 20px 30px;
	}
	.site-inner > .content-sidebar-wrap > .content {
		width: 100%;
	}
	.single-post .site-inner > .site-inner {
		padding: 0px;
	}
	.single-post .site-inner > .site-inner > .content {
		width: 100%;
	}
	.single-post .site-inner > .site-inner > .content > .blog-wrapper {
		display: flex;
    	flex-direction: column;
	}
	.single-post .site-inner > .site-inner > .content > .blog-wrapper > .blog-content {
		order: 2;
	}
	.single-post .site-inner > .site-inner > .content > .blog-wrapper > .sidebar-content-wrapper {
		order: 1;
	}
	.page-template-template-latest-news .author-section {
		margin-bottom: 20px;
	}
	.page-template-template-latest-news .author-section .avatar {
		display: none;
	}
	input[type="submit"] {
		max-width: unset;
	}
}

@media (min-width: 769px) and (max-width: 1000px) {
	h4.awards {
		font-size: 12px;
		line-height: 14px;
	}
	.awards-full {
		padding: 40px 2%;
	}
	h2.events-1 {
		font-size: 22px;
	}
	h2.events-2 {
		font-size: 22px;
	}
	h2.events-3 {
		font-size: 22px;
	}

	h2.contact {
		font-size: 20px;
	}

	.border-columns {
	  padding: 15px 30px !important;
	}

	.voucher-circle {
		position: absolute;
		right: -12%;
		top: 38%;
	}
}

@media (min-width: 401px) and (max-width: 522px) {
  h1.difference {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 380px;
	margin-left: -280px;
  }
}

@media (min-width: 1001px) {
	.voucher-circle {
		position: absolute;
	  right: -8%;
		top: 30%;
	}
}

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

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

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

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

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: var(--bluelight);
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: none;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: none;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

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

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

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

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: lef;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1600px;
	}

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

	.content {
		float: left;
		width: 65%;
	}

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

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

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

	.sidebar {
		float: right;
		width: 30%;
	}

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

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: none;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

	.footer-mob {
		display: inline;
		float: inherit;
		margin-left: 20px;
	}

	.copyright-mob {
		display: inherit;
	}

	.social-mob {
		text-align: inherit;
	}

	@media (max-width: 1044px) {
		.footer-widget-area {
			width: calc(100% / 1);
		}
		.footer-mob {
			display: inline-block;
      float: left;
			margin-left: 0px;
			margin-right: 15px;
			margin-bottom: 15px;
		}
	}

	@media (max-width: 525px) {
		.footer-mob {
			display: inline-block;
			float: left;
			width: 100%;
      text-align: center;
			margin-left: 0px;
			margin-right: 15px;
			margin-bottom: 20px;
		}
		.copyright-mob {
			text-align: center;
      display: grid;
		}
		.social-mob {
			text-align: center;
		}
	}

	.footer-widgets-3 {
		text-align: right;
		margin-top: 15px;
	}


/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

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

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

.wp-block-button__link{
	background-color:red!important;
}


/* ---
Ryan changes 21-08-2019
---*/

.menu-toggle {
	visibility: visible !important;
	display: block !important;
	color: var(--white);
	font-size: 0 !important;
	float: left;
}

.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
	color: var(--white) !important;
}

.menu-toggle:before{
	font-size:28px;
	line-height:28px;
}

.title-area{
	text-align: center;
	margin: 0 auto !important;
	left: unset;
	position:relative;
	display: inline-block;
	width: calc(100vw - 110px) !important;
	max-width: unset !important;
	padding-top: 30px !important;
}

.genesis-responsive-menu {
	display: none;
	height: calc(100vh - 66px);
	width: 100vw;
	position:fixed;
	left:0;
	background-color: var(--blue);

}
.genesis-responsive-menu .nav-menu-section{
	width:100%;
	height: calc(100vh - 66px);
	float:left;
}
.genesis-responsive-menu .nav-menu-section > .wrap {
	/*width: 33%;*/
    margin: auto;
}
@media (max-width: 500px) {
	.genesis-responsive-menu .nav-menu-section > .wrap {
		width: 100%;
	}
}
.genesis-responsive-menu .nav-banner-section{
	width:66%;
	height: calc(100vh - 66px);
	float:right;
}
.genesis-responsive-menu .nav-banner{
	width:50%;
	height: 100%;
	background:url('https://actionharbor.net/wp-content/uploads/2019/08/events-background@2x.png');
	background-position: center;
	background-size: cover;
	float:left;

}.genesis-responsive-menu .nav-banner .nav-banner-link{
	width:100%;
	height: 100%;
	display: flex;
	align-items:center;
	justify-content: center;
	font-size: 52px;
	font-weight: bold;
	color: var(--white);
  text-transform: lowercase;
	font-family: 'GeorgeRounded-Regular';
	text-decoration: none;
}

.genesis-responsive-menu .nav-banner__reverse {
	background: url('https://actionharbor.net/wp-content/uploads/2019/08/delivered-background@2x.png');
  background-position: center;
  background-size: cover;
}

.genesis-responsive-menu .nav-banner__reverse .nav-banner-link{
	color: var(--white) !important;
}

.genesis-nav-menu .menu-item{
	display: block;
}
.genesis-nav-menu .menu-item a{
	font-family: 'GeorgeRounded-Regular';
	font-size: 32px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 30px;
	text-transform: lowercase;
	text-align: center;
}
.genesis-nav-menu .menu-item:first-of-type a{
	padding-top: 50px;
}
.dashicons-before:before{
	font-size: 36px !important;
	line-height: 36px !important;
	width: 36px !important;
	height:36px !important;
}

@media (max-width: 768px) {
	.genesis-nav-menu .menu-item a{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.genesis-nav-menu .menu-item:first-of-type a{
		padding-top: 50px;
	}
	.genesis-nav-menu .menu-item a{
		font-size: 16px;
		line-height: 10px;
	}
	/*.genesis-responsive-menu .nav-menu-section{
		width:50%;
	}*/
	.genesis-responsive-menu .nav-banner-section{
		width:50%;
	}
	.genesis-responsive-menu .nav-banner{
		width:100%;
		height: 50%;

	}.genesis-responsive-menu .nav-banner .nav-banner-link{
		font-size: 32px;
	}
	.event_link_blocks > .wpb_column {
		height: 100% !important;
	}
}

@media (max-width: 550px) {
	.genesis-responsive-menu .nav-menu-section{
		width:100%;
		height: calc(60vh - 66px);
		float:left;
	}
	.genesis-responsive-menu .nav-banner-section{
		width:100%;
		height: calc(40vh - 60px);
		float:right;
	}
	.genesis-nav-menu .menu-item:first-of-type a{
		padding-top: 20px;
	}
	.genesis-nav-menu {
		margin-left: 0px;
	}
}

.home-post-grid .vc_gitem-animated-block{
	display: none;
}

.event_link_blocks > .wpb_column {
	width: 1100px;
    margin: auto;
    height: 462px;
}
.events_form_section > .wpb_column {
	width: 780px;
    margin: auto;
}

.home_blog_section {
	padding: 40px 0;
}
.home_blog_section > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row {
	width: 1140px;
    margin: auto;
}
@media (max-width: 1150px) {
	.home_blog_section > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row {
		width: 100%;
	}
	.in_grid_text {
		width: 100% !important;
	}
}
.home_blog_section .vc_gitem-post-data {
	margin-bottom: 0px;
}

.insta_row > .wpb_column{
	width: 1190px;
    margin: auto;
}

.in_grid_text {
	width: 600px;
    margin: auto;
}

.our_time_guarantee > .wpb_column {
	width: 990px;
	margin: auto;
}

.single-image-cta-link {
	background: var(--white);
	font-weight: bold;
}

.single-image-cta-link h4 {
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 26px !important;
	font-family: 'GeorgeRounded-Semibold';
}
.single-image-cta-link p {
	font-family: 'GeorgeRounded-Regular';
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    font-size: 16px;
	color: var(--blue);
	text-align: left;
}

.single-image-cta-link .post-excerpt {
	min-height: none;
	padding-bottom: 20px;
}
.single-image-cta-link .post-date {
	text-transform: inherit;
	color: var(--blue);
	font-size: 12px !important;
	margin-top: 0px;
	line-height: 15px !important;
	letter-spacing: 0px;
	font-family: 'GeorgeRounded-Regular';
	margin: 0;
	padding-bottom: 15px;
}

.single-image-cta-link a{
	font-family: 'GeorgeRounded-Regular';
	color:  var(--red) !important;
	text-decoration: none ;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 15px !important;
	line-height: 19px;
	font-weight: bolder;
}.single-image-cta-link a:hover{
	text-decoration: underline !important;
}

.single-image-cta-link small{
	color: var(--bluelight) ;
	margin-bottom: 10px;
}

.shopping-buttons{
	position: absolute;
	right: 0;
	top: 10px;
	width: 225px !important;
	text-align: right;
	padding: 0 25px;
	line-height: 48px;
}
.shopping-buttons__desktop{
	position: top;
}

.shopping-buttons .btn-icon{
	background:transparent;
	padding: 10px 15px;
	line-height: 28px;
}

.shopping-buttons .btn-bluelight{
	font-family: 'GeorgeRounded-Regular';
	background: var(--bluelight);
	color: var(--blue);
	padding: 15px 15px;
}
.shopping-buttons .btn-bluelight:hover{
	background: var(--white);
	color: var(--blue);
}

.shopping-buttons__mobile{
	position: relative;
	display: none;
	text-align: left;
	padding: 0px 25px;
}

@media (max-width: 991px) {
	.shopping-buttons__desktop{
		display: none;
	}
	.shopping-buttons__mobile{
		display: block;
	}

	.shopping-buttons .btn-icon {
		padding: 20px 15px;
	}
}
@media (max-width: 500px) {
	.genesis-nav-menu {
		margin-bottom: 0px;
	}
	.genesis-nav-menu > li:last-child {
		padding-bottom: 0px;
	}
	.shopping-buttons__mobile {
		width: 100% !important;
    	display: flex;
    	flex-direction: column;
	}
	.shopping-buttons__mobile > a {
		display: flex;
	}
	.shopping-buttons__mobile > a:nth-child(1) {
		order: 2;
    	justify-content: center;
	}
	.shopping-buttons__mobile > a:nth-child(1) > button {
		padding: 0px 15px;
	}
	.shopping-buttons__mobile > a:nth-child(2) {
		order: 1;
	}
	.shopping-buttons__mobile > a:nth-child(2) > button {
		margin: 10px;
    	width: 100%;
	}
}
.d-mobile{

	text-decoration: none !important;
}
.shopping-buttons__mobile .btn-bluelight{
	display: block !important;
	margin: 20px 10px;
	text-decoration: none !important;
}
.testimonial-slider .master-slider{
	width: 100% !important;
	margin: 0 auto !important;
	min-height: 300px;
}
.testimonial-slider .ms-slide-info{
	min-height: 300px;
    width: 400px !important;
    right: 0 !important;
    max-height: 460px;
    height: calc(100% - 40px);
    padding: 20px 40px;
    background-color: var(--bluelight);
    justify-content: center;
    align-items: center;
    display: flex;
}
.testimonial-slider .ms-slide-bgcont {
 display: flex
}
.testimonial-slider .ms-slide-bgcont > img {
	margin-left: 0px !important;
	margin-top: 0px !important;
    height: 100% !important;
}

.ms-parent-id-2.testimonial-slider .ms-slide-info{
	min-height: 300px;
	width: 400px !important;
	right: 0 !important;
	max-height: 460px;
	height: calc(100% - 40px);
	padding: 20px 40px;
	background-color: var(--pink);
	justify-content: center;
	align-items: center;
	display: flex;
}

.featured_wedding_spaces > .wpb_column {
	width: 1130px;
	margin: auto;
}

.testimonial-slider .ms-slide-info .ms-info{
  text-align: center;
  font-size:24px !important;
}
.testimonial-slider .ms-slide-info .ms-info .slider-text{
	text-align: center;
	font-size: 14.5px !important;
	line-height: 20px !important;
  }

.testimonial-slider .ms-bullets{
	bottom: -40px !important;
  }

  .testimonial-slider .ms-bullets .ms-bullet{
	background-color: var(--bluelight);
    width: 14px !important;
    height: 14px !important;
	border-radius: 15px;
	border:none;
  }

	.ms-parent-id-2.testimonial-slider .ms-bullets .ms-bullet{
	background-color: var(--pink);
    width: 14px !important;
    height: 14px !important;
	border-radius: 15px;
	border:none;
  }


  .testimonial-slider .ms-bullets .ms-bullet-selected{
    background-color: var(--blue) !important;
}


@media (max-width: 991px) {
	.testimonial-slider .ms-slide-info,
	.ms-parent-id-2.testimonial-slider .ms-slide-info{
		height: calc(100% - 20px);
		width:calc(40% - 60px) !important;
		padding: 10px 30px !important;
	}
}

@media (max-width: 767px) {
	.testimonial-slider .ms-slide-info,
	.ms-parent-id-2.testimonial-slider .ms-slide-info{
		width:calc(100% - 60px) !important;
	}
	.testimonial-slider .ms-view{
		/* height: 100% !important; */
		min-height: 320px;
	}
	.testimonial-slider .ms-slide-info .ms-info .slider-text{
		font-size:14px !important;
	}
}


/*  Dan changes */
.genesis-responsive-menu{
	top:85px;
}
.genesis-skip-link{
	display: none;
}
.genesis-nav-menu .sub-menu{
	position: static;
	opacity:1;
	width:100%;
}
.genesis-nav-menu .sub-menu a{
	background:transparent;
	color: white;
	/*padding-left: 70px;*/
	font-size: 25px;
	width:100%;
	padding-top: 16px !important;
}
.sub-menu-toggle{
	right:40px;
	color:white;
}
.hover-background{
	position: relative;
	cursor: pointer;
}
.hover-background-image > div {
	transition: all 0.4s ease-out;
	background-size: 100% !important;
}
.hover-background-image > div:hover {
	background-size: 110% !important;
}
.hover-background h2:before{
	content:'';
	width:0px;
	height:0px;
	position: absolute;
	/* background: red; */
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	transform-origin: center center;
	z-index: -1;
	transition: all 0.2s ease-in-out;
}
.hover-background:hover h2:before{
	width: 100%;
	height: 100%;
	/* left: 50%;
	top:50%; */
}
.hover-background-sky-blue:hover h2:before{
	background: rgb(174,208,208);
	opacity: 0.85;
}
.hover-background-red:hover h2:before{
	background: rgb(189,50,72);
	opacity: 0.85;
}
.hover-background-pink:hover h2:before{
	background: rgb(234,203,215);
	opacity: 0.85;
}
#all-locations{
	height: 0px;
	transition: all 1s ease-in-out;
}
#all-locations.expanded{
	height:auto;
}
.all-locations-spacer.expanded, #view-all-locations.expanded{
	display: none;
}
video{
	cursor: pointer;
}
/* hover-background hover-background-red */

.grid_section{
	padding-bottom: 45px;
}

.alm-btn-wrap{
	display: flex;
	justify-content: center;
	max-width: 1100px;
    margin: auto;
}

@media (max-width: 767px) {
	.genesis-nav-menu .sub-menu a{
		font-size: 16px;
		padding-top: 16px;
	}

	.sub-menu-toggle{
		right: 50px;
		top: -15px;
	}

	.dashicons, .dashicons-before:before {
		font-size: 20px !important;
	}
}

.link-box{
	cursor: pointer;
}
.link-box .link-box-link{
	display: none;
}

.home-static-header > .wpb_column {
	position: absolute;
	height: 100%;
  }
  .home-static-header > .wpb_column > .vc_column-inner {
	position: absolute;
	height: 100%;
  }
  .home-static-header > .wpb_column > .vc_column-inner > .wpb_wrapper {
	position: absolute;
	min-height: 100%;
	width: 100%;
	top: 0;
  }
  .home-static-header > .wpb_column > .vc_column-inner > .wpb_wrapper .home-height {
	min-height: 100%;
	display: block;
  }
  .home-static-header > .wpb_column > .vc_column-inner > .wpb_wrapper .home-height > .vc_column-inner {
	height: calc(100% + 30px);
	position: relative;

  }

/*PRIVACY POLICY PAGE*/

@media (max-width: 600px) {
	body .privacy_policy_copy,
	body .terms_and_conditions_copy {
		background-image: unset !important;
	}
}

/*PRIVACY POLICY PAGE END*/

.browser-block {
	display: none;
}

/*Browser Styles*/

/*EDGE CSS STYLES GO HERE*/

_:-ms-lang(x), _:-webkit-full-screen, .ajax-load-more-wrap .alm-reveal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

_:-ms-lang(x), _:-webkit-full-screen, .ajax-load-more-wrap .alm-reveal .latest-news-item {
  width: 45%;
}

/* IE11 CSS styles go here */

_:-ms-fullscreen, :root .browser-block {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  z-index: 99999;
  background-color: #ffffff;
  padding: 20px 90px;
}

_:-ms-fullscreen, :root #pipedrive-chat-holder {
	display: none;
}





/*Browser Styles END*/
  
