/*
	Theme Name: Holiday
	Theme URI: http://tomblaker.com
	Description: Holiday
	Author: Figaro Brands
	Author URI: http://tomblaker.com
	Version: 1.0.1
	Tags: 
	Template: genesis
	License: GPL-2.0 + / Commercial
	License URI: http://www.gnu.org/licenses/gpl-2.0.html / http://www.figarobrands.com/
*/



/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


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

/**
 * @license
 * MyFonts Webfont Build ID 3045036, 2015-06-18T12:37:10-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FF Celeste Web Pro by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-celeste/pro/
 * 
 * Webfont: FF Celeste Web Pro Bold by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-celeste/pro-bold/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3045036
 * Licensed pageviews: 50,000
 * Webfonts copyright: 2009 Christopher Burke published by FSI FontShop International GmbH
 * 
 * Â© 2015 MyFonts Inc
*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=Noto+Serif+Display:ital,wght@0,300;0,400;1,300;1,400&family=Playfair+Display:ital@0;1&display=swap');


.playfair {
	font-family: 'Playfair Display', serif;
}

.noto {
	font-family: 'Noto Serif Display', serif;
}

.txt-purple {
	color: #650845;
}

.txt-white {
	color: #fff;
}

.txt-black {
	color: #000;
}

.bg-purple {
	background-color: #650845;
}


.relative{
	position: relative;
}

.italic{
	font-style: italic;
}

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

.txt-lg {
	font-size: 23px;
	line-height: 1.5;
}

.txt-xl {
	font-size: 32px;
}

.txt-2xl {
	font-size: 45px;
}


.txt-3xl {
	font-size: 52px;
}

.mx-auto{
	margin-left: auto;
	margin-right: auto;
}

.font-regular {
	font-weight: 400;
}


.font-bold {
	font-weight: 700;
}


h1.site-title {
    display: none;
}

.bg-grey {
	background-color:#F5F5F5;
}

.p-20{
	padding: 20px;
}

.w-half{
	width: 50%;
}

.w-full{
	width: 100%;
}

.w-third{
	width: 33.33%;
}


.txt-left{
	text-align: left;
}

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

div#lodgify-search-bar {
    float: left;
    position: absolute;
    bottom: 40px;
}

.title-motif{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.post-tile.txt-left.w-half.bg-grey {
    margin: 0 40px 40px;
}


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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
}

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

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

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




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

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

html {
	font-size: 62.5%; /* 10px browser default */
	height: 101%;
}

body {
	background-color: #fff;
	
height: 100%;
	
    margin: 0;
    padding: 0;

    color: #0F1150 ;
font-family: 'Montserrat', sans-serif;
font-size: 18px;
font-size: 1.8rem;
font-weight: 200;
line-height: 1.2;

-moz-osx-font-smoothing: grayscale;
}



a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

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

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

a {
	color: #1db4b5 ;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #1db4b5;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #0F1150 ;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #0F1150 ;
	color: #ddd;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 100;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 22px;
	font-size: 2.2rem;
}

h5 {
	font-size: 19px;
	font-size: 1.9rem;
}

h6 {
	font-size: 17px;
	font-size: 1.7rem;
}

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

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

img {
	height: auto;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px #eee inset;
	        box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

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

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #f15123;
}

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

.button {
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	display: inline-block;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 100%;
}

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

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

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

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

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

/* Content */

.content {
	float: right;
	width: 740px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.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;
}


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

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

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

.sticky {
}

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

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

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

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

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
}

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

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

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

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


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

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


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

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

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

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

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

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



/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 40px 0;
	padding: 4rem 0;
}

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

.title-area {
	float: left;
	font-weight: 700;
	padding: 0;
	width: 30%;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

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

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/logo.png) no-repeat left;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


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

.genesis-nav-menu {
    clear: both;
    color: #999;
    line-height: 1.5;
    width: 100%;
    margin-right: 20px;
}

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

.genesis-nav-menu a {
border: none;
    color: #fff;
    display: block;
    padding: 33px 0 0px;
    margin: 0 20px;
    /* padding: 3.3rem 2rem; */
    position: relative;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 20px;
}

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

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff;

	border-bottom: 1px solid #fff;
}

.genesis-nav-menu > .menu-item > a {
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

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

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

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


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

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

.entry {
	-webkit-border-radius: 0;
	        border-radius: 0;
margin-bottom: 0;
padding: 0;
}

.entry-content a {
	border-bottom: 1px solid #ddd;
	color: #f15123;
}

.entry-content a:hover {
	color: #515151;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

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

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

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

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

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

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

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

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

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

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

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

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar a {
	border-bottom: 1px solid #ddd;
}

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

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

.sidebar .widget {
	background-color: #fff;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.sidebar .enews-widget {
	background-color: #333;
}


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

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
	background-color: #fff;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px 0;
	padding: 4rem 0;
	text-align: center;
}

.site-footer a {
	border-bottom: 1px solid #ddd;
}

.site-footer p {
	margin-bottom: 0;
}

/* 
Slides
-----------------------------------------------------------------------------------------------------*/
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}

/*
modal
---------------------------------------------------------------------------------------------------- */


.blocker {
  background-color: #e1ddd2 !important;
bottom: 0;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
height: 100%;
left: 0;
opacity: 1 !important;
overflow: auto;
padding: 20px;
position: fixed;
right: 0;
text-align: center;
top: 0;
width: 100%;
z-index: 1;
}

.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.modal {
background-color: transparent;
color: #fff;
display: inline-block;
margin-top: 0 !important;
padding: 0;
position: relative;
text-align: left;
top: 0 !important;
vertical-align: top;
width: 700px;
z-index: 2;
}


.modal a.close-modal{
	display: none;
}

.modal a.close-modal.close-override {
  display: block!important;
}


.modal a.close-modal {
background: rgba(0, 0, 0, 0) url("images/close.jpg") no-repeat scroll 0 0;
display: block;
height: 53px;
position: fixed;
right: 40px;
text-indent: -9999px;
top: 40px;
width: 40px;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,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") #111 no-repeat center center;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.archive-pagination.pagination {
  display: none;
}

.home-picture-text.bpp-full-w {
    background-position: right;
}

/*
video css
---------------------------------------------------------------------------------------------------- */


/*
map css
---------------------------------------------------------------------------------------------------- */

.acf-map {
	border: 0px solid #ccc;
height: 540px;
margin: 0;
width: 100%;
background-color: #5798dd;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
	position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.centered-btns_nav {
display: block;
height: 29px;
left: 0;
margin-top: -16px;
opacity: 1;
overflow: hidden;
position: absolute;
text-decoration: none;
text-indent: -9999px;
top: 50%;
width: 25px;
z-index: 3;
  }

.centered-btns_nav:active {
  opacity: 0.7;

  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 20px;
  background: transparent url("images/right-arrow.png") no-repeat left top;
  }

  .centered-btns_nav.prev {
  left: 20px;
  background-position: right top;
  right: auto;
  background: transparent url("images/left-arrow.png") no-repeat left top;
  }


/*Spotlight-----------------------------------------------------------------------------------------*/
.spotlight-outer{
    /* border-left: 40px solid #fff; */
    /* border-right: 20px solid #fff; */
    float: left;
    margin-top: 0;
    width: 100%;
    /* margin-top: 40px; */
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ebf7ff;

}

.spotlight-cont{
float: left;
margin: 0;
padding: 0;
width: 100%;
}

.spotlight-cont { }

.spotlight-container {
  
}

.spotlight-cont-inner{
	padding:16px;
}


.spotlight-post {
 
border-right: 19.9px solid transparent;
cursor: pointer;
float: left;
margin-bottom: 20px;
width: 24.29%;

}

.spotlight-post:hover{
	opacity: .9;

}

.spotlight-title {
  color: #fff;
}



.spotlight-excerpt {
  color: #fff;
  padding: 0;
}

.spotlight-time {
  color: #fff;
}


.spot-col-1 .spotlight-container, .entry .whatever-background-1{
	 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

	background-color: #61b635;
}

.spot-col-2 .spotlight-container, .entry .whatever-background-2{
	 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

	background-color: #ed591b;
}

.spot-col-3 .spotlight-container, .entry .whatever-background-3{
	 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

	background-color: #009ae0;
}

.spot-col-4 .spotlight-container, .entry .whatever-background-4{
	 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

	background-color: #e6001c;
}

.spot-col-5 .spotlight-container, .entry .whatever-background-5{
 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

background-color: #ed591b;
}


.spot-col-6 .spotlight-container, .entry .whatever-background-6{
 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

background-color: #61b635;
}

.spot-col-7 .spotlight-container, .entry .whatever-background-7{
 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

background-color: #009ae0;
}

.spot-col-8 .spotlight-container, .entry .whatever-background-8{
	 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

	background-color: #e6001c;
}

.spot-col-9 .spotlight-container, .entry .whatever-background-9{
 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

background-color: #ed591b;
}

.spot-col-10 .spotlight-container, .entry .whatever-background-10{
	 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

	background-color: #e6001c;
}





.spot-col-1 .spotlight-container:hover
{
	 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

	background-color: #fff;
	color: #61b635;
}

.spot-col-2 .spotlight-container:hover
{
	 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

	background-color: #fff;
	color: #ed591b;
}

.spot-col-3 .spotlight-container:hover
{
	 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

	background-color: #fff;
	color: #009ae0;
}

.spot-col-4 .spotlight-container:hover
{
	 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

	background-color: #fff;
	color: #e6001c;
}

.spot-col-5 .spotlight-container:hover
{
 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

background-color: #fff;
color: #ed591b;
}


.spot-col-6 .spotlight-container:hover
{
 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

background-color: #fff;
color: #61b635;
}

.spot-col-7 .spotlight-container:hover
{
 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

background-color: #fff;
color: #009ae0;
}

.spot-col-8 .spotlight-container:hover
{
	 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

	background-color: #fff;
	color: #e6001c;
}

.spot-col-9 .spotlight-container:hover
{
 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

background-color: #fff;
color: #ed591b;
}

.spot-col-10 .spotlight-container:hover
{
	 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

	background-color: #fff;
	color: #e6001c;
}






.spot-col-1 .spotlight-container:hover .spotlight-excerpt,
.spot-col-1 .spotlight-container:hover .spotlight-title,
.spot-col-1 .spotlight-container:hover .spotlight-time{
	 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

	
	color: #61b635;
}


.spot-col-2 .spotlight-container:hover .spotlight-excerpt,
.spot-col-2 .spotlight-container:hover .spotlight-title,
.spot-col-2 .spotlight-container:hover .spotlight-time{
	 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

	
	color: #ed591b;
}


.spot-col-3 .spotlight-container:hover .spotlight-excerpt,
.spot-col-3 .spotlight-container:hover .spotlight-title,
.spot-col-3 .spotlight-container:hover .spotlight-time{
	 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

	
	color: #009ae0;
}


.spot-col-4 .spotlight-container:hover .spotlight-excerpt,
.spot-col-4 .spotlight-container:hover .spotlight-title,
.spot-col-4 .spotlight-container:hover .spotlight-time{
	 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

	
	color: #e6001c;
}


.spot-col-5 .spotlight-container:hover .spotlight-excerpt,
.spot-col-5 .spotlight-container:hover .spotlight-title,
.spot-col-5 .spotlight-container:hover .spotlight-time{
 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;


color: #ed591b;
}



.spot-col-6 .spotlight-container:hover .spotlight-excerpt,
.spot-col-6 .spotlight-container:hover .spotlight-title,
.spot-col-6 .spotlight-container:hover .spotlight-time{
 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;


color: #61b635;
}


.spot-col-7 .spotlight-container:hover .spotlight-excerpt,
.spot-col-7 .spotlight-container:hover .spotlight-title,
.spot-col-7 .spotlight-container:hover .spotlight-time{
 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;


color: #009ae0;
}


.spot-col-8 .spotlight-container:hover .spotlight-excerpt,
.spot-col-8 .spotlight-container:hover .spotlight-title,
.spot-col-8 .spotlight-container:hover .spotlight-time{
	 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

	
	color: #e6001c;
}


.spot-col-9 .spotlight-container:hover .spotlight-excerpt,
.spot-col-9 .spotlight-container:hover .spotlight-title,
.spot-col-9 .spotlight-container:hover .spotlight-time{
 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;


color: #ed591b;
}


.spot-col-10 .spotlight-container:hover .spotlight-excerpt,
.spot-col-10 .spotlight-container:hover .spotlight-title,
.spot-col-10 .spotlight-container:hover .spotlight-time{
	 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

	
	color: #e6001c;
}

.spotlight-container,
.spotlight-container .spotlight-excerpt,
.spotlight-container .spotlight-title,
.spotlight-container .spotlight-time{
	 -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

}


.ajax-popup{
	display: none;
	overflow: hidden;
}

.noscroll{
	overflow: hidden;
}

.whatever{
	background-color: #568a54;


position: relative;
}

.single-close-area {
  display: block;
  float: left;
  height: 100px;
  position: relative;
  width: 100%;
}

.whatever-wrap {
 clear: both;
margin: 0 auto;
max-width: 750px;
}

.entry-content .back-close {
 border: medium none;
position: absolute;
right: 25px;
top: 15px;
width: 40px;
}


.whatever .entry-title {
  color: #fff;
}

.whatever .entry-content {
  padding: 0 50px 50px;
   color: #fff;
}

.whatever .entry-title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
    padding: 40px 50px 0;
}

.loading{

	position: absolute;	
	bottom: 20px;
	right: 20px;
	background-color: #fff;
	display: none;

}

.post-image-heading {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 256px;
  width: 100%;
}


.single-previous a{
    left: 20px;
    top: 50%;
    position: fixed;
    width: 41px;
    height: 80px;
    background: url(images/prev.png) no-repeat top center transparent scroll;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    margin-top: -20px;
    border: none;
}


.single-next a{
    right: 20px;
    top: 50%;
    position: fixed;
    width: 41px;
    height: 80px;
    background: url(images/next.png) no-repeat top center transparent scroll;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    margin-top: -20px;
    border: none;
}


.post-share-buttons {
    float: right;
    margin: 10px 50px 30px;
    width: 100%;
    text-align: right;
    font-size: 26px;
}

.post-share-buttons a{
    text-decoration: none;
    padding-left: 10px;
    border: none;
    opacity: 1;

    -webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

.post-share-buttons a:hover{
	opacity: .6;

	-webkit-transition: all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

}


/*
Tom edits
---------------------------------------------------------------------------------------------------- */




#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 26px;
    height: 20px;
  position: relative;
  margin: 30px auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #0b62d8;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}




#nav-icon1 span:nth-child(1) {
  top: 0px;

}

#nav-icon1 span:nth-child(2) {
  top: 8px;

  background: #45b9ff;
}

#nav-icon1 span:nth-child(3) {
  top: 16px;

  background: #27a905;
}

#nav-icon1.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);


}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: 60px;


}

#nav-icon1.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);


}


.responsive-area {
    position: fixed;
    width: 385px;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 11;
    background: #fff;
    padding: 120px 40px;
}



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

/*
Satya
----------------------------------------------------------------------------------------------------*/

.responsive-menu-open {
	display: none ;
}

p.site-title {
    display: none;
}

.logo {
    max-width: 200px;
    margin-left: 30px;
}

.bpp-full-w{
	float: left;
	width: 100%;
	padding: 0 20px;
	
}

.background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.site-header {
    background-color: #fff;
}

video {
  /* override other styles to make responsive */
  /*width: 100%    !important;
  height: auto   !important;*/
}

.responsive-area {
    display: none;
}

.site-header .wrap {
    padding: 20px 0;
    /* padding: 4rem 0; */
}

.genesis-nav-menu a {
    border: none;
    color: #fff;
    display: block;
    padding: 13px 0 0px;
    margin: 0 20px;
    /* padding: 3.3rem 2rem; */
    position: relative;
    font-size: 18px;
    /* font-size: 2.1rem; */
    line-height: 20px;
}

.widget-area.header-widget-area {
    margin-right: 30px;
}

.logo {
    max-width: 290px;
    margin-left: 30px;
}

.widget-area.header-widget-area {
    padding-top: 10px;
}

.over-home-hero {
    max-width: 700px;
    padding: 80px 30px 30px;
    text-align: center;
    margin: 40px auto;
   
}

.home .over-home-hero {
	 border: 1px solid #fff;
}

.text-white {
	color: #fff;
}

h3.title-medium {
    font-weight: 600;
    font-size: 27px;
    letter-spacing: 2px;
}

.italic {
	font-style: italic;

}

.text-medium {
	font-size: 35px;
}


.text-medium {
    font-size: 20px;
    letter-spacing: 1px;
}


.over-home-hero .italic.text-medium {
    max-width: 400px;
    margin: 20px auto 40px;
}

.button-white {
    background: #fff;
}

.button {
	border-radius: 0;
}

.text-black {
	color: #000;
}

.button-wrap.home-hero-button {
    transform: translateY(56px);
}

.home-intro.bpp-full-w {
    text-align: center;
    background: #000;
}

.hero.home-hero.bpp-full-w {
    padding-bottom: 70px;
    padding-top: 110px;
    min-height: 100vh;
}


.home-intro-icon {
    max-width: 100px;
    margin: 100px auto 30px;
}


h3.title-large {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 24px;
    padding-bottom: 10px;
    max-width: 600px;
    margin: 0 auto;
}

.text-medium {
    font-size: 20px;
    line-height: 1.5;
}

.homh-intro-text {
    max-width: 700px;
    margin: 0 auto 50px;
}

a.button.button-green-outline {
    background: transparent;
    border: 1px solid #650845;
}

.home-intro.bpp-full-w {
    padding-bottom: 100px;
}

.home-picture-text.bpp-full-w {
    background-size: cover;
    background-position: top right;
}

.home-picture-text-right {
    max-width: 400px;
    float: right;
    margin-top: 100px;
    margin-bottom: 180px;
}

.home-picture-text-right .text-medium.text-black {
    margin-bottom: 40px;
}

a.button.button-black-outline {
    background: transparent;
    border: 1px solid #000;
}

.home-news-posts.bpp-full-w {
    background: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 60px;
}

.flex {
    display: flex;
}

.flex-1 {
	flex: 1;

}

.post-image {
   
    width: 100%;
}


.home-news-posts-wrap.flex {
    max-width: 1100px;
    width: 100%;
    margin: 30px auto 50px;
        justify-content: center;
}

.post-tile.flex-1 {
    margin: 0 15px 15px;
    text-align: left;
    overflow: hidden;

}

.post-tile:hover .post-image img{
	transform: scale(1.1);
	transform-origin: center;
	transition: all ease-in-out .3s;
}

.post-tile .post-image img{
	transform: scale(1);
	transform-origin: center;
	transition: all ease-in-out .3s;
}


.post-image {
    width: 100%;
   
    overflow: hidden;
}

.page-template-page-about .post-image {
    border-bottom: 5px solid #650845;
}

.page-template-page-portfolio .post-tile h3.text-white {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.6;

}
.post-tile h3.text-white {
    font-size: 18px;
    letter-spacing: 2px;
}

.post-tile-link h4.text-white.tile-subtitle {
    font-size: 15px;
    letter-spacing: 1px;
}

a.button.button-white-outline {
    border: 1px solid #fff;
    background: transparent;
}

.site-footer a {
    border-bottom: none;
}

a.foot-logo-link {
    margin: 20px auto 40px;
    display: block;
}

.foot-menu a {
    font-size: 18px;
    font-weight: 300;
    margin: 0 20px;
    letter-spacing: 2px;
}

.foot-menu {
    margin-bottom: 40px;
}

a.foot-social-icon {
    color: #650845;
    font-size: 30px;
    margin: 0 10px;
}

.credits.credits-disclaimer {
    background: #fff;
    color: #0d0d0d;
    padding: 20px;
    margin-top: 60px;
    font-size: 14px;
    text-align: right;
    font-weight: 300;
    letter-spacing: 1px;
}



.credits.credits-disclaimer a {
    color: #0d0d0d;
}


footer.site-footer {
    padding-bottom: 0;
}

.banner-block.bpp-full-w {
    /* position: absolute; */
    /* top: 0; */
    text-align: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: -1;
}

header.site-header {
    position: fixed;
    width: 100%;
    z-index: 999999999;
top: 0;
    transition: all ease-in-out .3s;
}

.site-container {
    padding-top: 95px;
}

.bpp-full-w-no-p{
padding: 0;
    float: left;
    width: 100%;
}

.cream-gradient{
	background: rgb(252,249,249);
background: linear-gradient(153deg, rgba(252,249,249,1) 0%, rgba(241,233,233,1) 100%);

}

header.site-header.scrolled {
/*    background: #000;*/

    transition: all ease-in-out .3s;
}

.widget-area.header-widget-area {
     padding-top: 10px; 
     transition: all ease-in-out .3s;
}

header.site-header.scrolled .widget-area.header-widget-area {
     padding-top: 0px; 
     transition: all ease-in-out .3s;
}

header.site-header.scrolled .logo {
    max-width: 200px;
    transition: all ease-in-out .3s;
}

.logo {
    transition: all ease-in-out .3s;
}

.site-header .wrap {
    transition: all ease-in-out .3s;
}

.site-header.scrolled .wrap {
    padding: 15px 0 12px;
    transition: all ease-in-out .3s;
}


.genesis-nav-menu > .menu-item > a {
    margin-top: 0;
    padding-top: 5px;
}



h1.banner-title {
    color: #fff;
    padding-top: 140px;
    padding-bottom: 100px;
    z-index: 3;
}

.banner-darken {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000038;
    z-index: 0;
    top: 0;
    left: 0;
}

#gallery-1 img {
    border: 0px solid #cfcfcf;
}

#gallery-2 img {
    border: 0px solid #cfcfcf;
}

#gallery-3 img {
    border: 0px solid #cfcfcf;
}

#gallery-4 img {
    border: 0px solid #cfcfcf;
}

#gallery-5 img {
    border: 0px solid #cfcfcf;
}

h4.additional-video-main-title {
    font-size: 18px;
    letter-spacing: 1px;
}

h1.banner-title {
    color: #fff;
    padding-top: 200px;
    padding-bottom: 160px;
    z-index: 3;
    position: relative;
    font-size: 41px;
    letter-spacing: 3px;
    font-weight: 300;
}

.testimonial-title {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #0F1150;
    position: relative;
    text-align: center;
    margin-top: 96px;
}

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

.flex-wrap{
	flex-wrap: wrap;
}

.portfolio {
	background-color: #0D0D0D;
}

.portfolio-wrap {
    max-width: 1100px;
    margin: 80px auto 90px;
    text-align: center;
}

.awards {
    max-width: 770px;
    margin: 0 auto 40px;
}

.portfoio-intro.text-medium {
    max-width: 450px;
    margin: 30px auto 50px;
}

.post-tile.film-tile.flex-1 {
    width: 30%;
    flex: auto;
}

.film-filer.flex {
    margin-top: 50px;
}

.film-filer.flex {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.film-filer.flex a {
    margin-left: 10px;
}

h2.portfolio-title {
    font-size: 35px;
    letter-spacing: 2px;
}

hr.showreel-row {
    max-width: 100px;
    border-color: #650845;
    margin-bottom: 40px;
}

.post-tile.film-tile.flex-1 {
    width: 30%;
    flex: inherit;
}

.about-intro {
	background-color: #0D0D0D;
	text-align: center;
}

.about-graphic {
    max-width: 370px;
    margin: 90px auto 70px;
}

.about-intro-content {
    max-width: 800px;
    margin: 0 auto 70px;
/*    column-count: 2;*/
    column-gap: 100px;
    line-height: 1.5;

}

.post-tile.crew-tile.flex-1 {
    max-width: 29%;
    flex: auto;
}


.justify-centre{
	justify-content: center;
}

.center{

}

h3.text-white.tile-title {
    font-weight: 500;
    margin: 0 0 4px;
}

.about-overlay{
	display: none;
}

.about-overlay.open {

	display: block;
    background: #0d0d0d;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
        overflow-y: auto;
}

.about-overlay-content {
    max-width: 900px;
    margin: 0 auto;
    /* overflow-y: auto; */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    /* padding-top: 100px; */
}

.about-overlay-content-inner.flex {
    margin-top: 100px;
    /* overflow: auto; */
    margin-bottom: 100px;
}

h4.overlay-title {
    font-weight: 500;
    font-size: 19px;
}

.overlay-text {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.two-section-text-content {
    letter-spacing: 1px;
    line-height: 1.6;
}

a.overlay-link {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.overlay-social a.foot-social-icon {
    font-size: 20px;
    margin: 0px 10px 0 0;
}

.foot-social.overlay-social {
    padding-top: 20px;
}


.about-overlay-content-right.flex-1 {
    padding-top: 100px;
    padding-left: 60px;
}


.about-intro-content {
    
}

.post-tile .post-image img {
	float: left;
}

.post-tile-link.crew-open {
    cursor: pointer;
}

.home .bpp-full-w.logo-section {
    padding-bottom: 40px;
}

.flex-wrap iframe {
    margin-bottom: 0px;
}

h3.additional-videos-title {
    font-size: 18px;
    letter-spacing: 1px;
}


/*.page-template-page-services a.menu-services-item {
    margin: 15px 15px;
}*/

.wpcf7 form.sent .wpcf7-response-output {
    /* margin-top: 160px; */
    width: 100%;
    float: right;
    clear: both;
    margin-right: 0;
    margin-bottom: 120px;
    border: 1px solid #000!important;
    text-align: center;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
    color: pink;
}


.about-close,
.portfolio-close {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 40px;
    cursor: pointer;
    transition: all ease-in-out .3s;
}

.portfolio-close:hover{
	transform: scale(1.1);
	transform-origin: center;
}

.home-news-posts-wrap.portfolio-posts.flex.flex-wrap {
    min-height: 400px;
}

a.button.button-white-outline.filter-films:hover{
	color: #fff;
}


.film-filer.flex {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 29px;
}

.about-overlay-content.portfolio-content {
    max-width: 1100px;
}

.portfolio-content-one.flex {
    padding-top: 100px;
}

.portfolio-content-one-right.flex-1 {
    padding-left: 50px;
    position: relative;
}

h2.portfolio-single-title {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 2px;
}

.portfolio-single-intro {
    line-height: 1.5;
}

.portfolio-content-one-right-wrap {
    position: absolute;
    bottom: 0;
}

.portfolio-content-two.flex {
    margin-top: 50px;
    margin-bottom: 100px;
}

h3.portfolio-single-title-small {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.portfolio-single-text {
font-size: 17px;
    max-width: 600px;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.flex-2{
	flex: 2;
}

.portfolio-content-two-left.flex-1 {
    margin-right: 70px;
}


.portfolio-content-two-right.flex-1 {
    padding-left: 50px;
}

.about-overlay-content.news-content {
    padding-top: 120px;
    padding-bottom: 100px;
}

h2.news-single-title {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 2px;
}

.news-single-content {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.contact-wrap {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 90px;
}

a.contact-link-link {
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}

.foot-social.contact-social {
    padding-top: 20px;
}

input, select, textarea {
    border-radius: 0;
    font-size: 17px;
    padding: 14px;
    box-shadow: none;
    color: #000;
}

.contact-contact-form {
    margin-top: 50px;
    position: relative;
    padding: 40px;
}

.contact-rectangle {
    height: calc(100% - 75px);
    width: 200px;
    border: 1px solid #650845;
    position: absolute;
    top: 0;
    left: 0;
}


input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: transparent;
    border: 1px solid #650845;
    margin-top: 20px;
    float: right;
}

.contact-image.bpp-full-w {
    background-size: cover;
    min-height: 450px;
    background-position: center;
}

h4.testimonial-name {
    font-size: 14px;
    font-style: normal;
    margin-top: 14px;
    font-weight: 400;
}

.review {
    font-size: 14px;
    margin-bottom: 30px;
}

.review-stars {
    color: #00b9b9;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.review-name {
    margin-top: 7px;
    font-weight: 500;
}

.reviews {
    text-align: center;
    max-width: 290px;

    border: 1px solid;
    padding: 40px 20px 20px;
    margin-bottom: 40px;

        margin-top: 30px;
}

a.portfolio-button {
    /* display: block; */
    background: #650845;
    color: #080808;
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

a.portfolio-button {
    display: block;
    background: #000000;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
    width: fit-content;
    border: 1px solid;
}


.bpp-full-w.default-content.text-white {
    background: #0D0D0D;
}

.default-content-content {
    max-width: 900px;
    margin: 80px auto;
}

.default-content-content a{
	color: #650845;
}

.portfolio-single-text a {
    color: #650845;
    font-weight: 300;
}

.portfolio-single-links {
    font-size: 14px;
    max-width: 300px;
}

.portfolio-single-link-link {
    background: #650845;
    color: #000;
    padding: 7px 13px;
    border-radius: 30px;
    font-weight: 300;
    letter-spacing: 1px;
}

.portfolio-single-link.flex {
    margin-bottom: 20px;
}

.portfolio-single-link-text.flex-1 {
    padding: 7px 20px 7px 0;
}

.portfolio-single-links {
    font-size: 14px;
    max-width: 300px;
    margin: 40px 0 40px;
}

.portfolio-single-laurels {
    margin-bottom: 100px;
    background: #fff;
    padding: 10px 60px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
}


button#rmp_menu_trigger-155 {
    display: none;
}

.home-intro.bpp-full-w {
    padding-left: 20px;
    padding-right: 20px;
}

.about-close {
	    z-index: 99999999;
	}

	.portfolio-close {
	    z-index: 9999999;
	}


	div#wpadminbar {
    z-index: 99999999;
}

.portfolio-single-poster {
    margin-bottom: 70px;
}


a.button,
input.wpcf7-form-control.has-spinner.wpcf7-submit,
a.portfolio-button,
.portfolio-single-link-link{
	transition: all ease-in-out .3s;
}

a.button:hover,
input.wpcf7-form-control.has-spinner.wpcf7-submit:hover,
a.portfolio-button:hover,
.portfolio-single-link-link:hover{
	transition: all ease-in-out .3s;
}


a.button.button-white.text-black:hover,
a.button.button-black-outline.text-black:hover,
a.button.button-white-outline.filter-films:hover,
input.wpcf7-form-control.has-spinner.wpcf7-submit:hover,
a.portfolio-button:hover {
    background: #0eb9b9;
    color: #000;
}

a.button.button-green-outline.text-white:hover,
a.button.button-white-outline.text-white:hover,
.portfolio-single-link-link:hover {
    background: #fff;
    color: #000;
}

.home-hero-logos {
    max-width: 450px;
    margin: 0 auto;
}


.showreel {
    padding-left: 10px;
    padding-right: 25px;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #0d0d0d!important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #650845!important;
}

.video-over {
    background: #00000038;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.home-picture-text.bpp-full-w {
    background: #fff;
}

h1.banner-title-new {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 70px;
    z-index: 3;
    position: relative;
    font-size: 41px;
    letter-spacing: 3px;
    font-weight: 300;
}


.hero.home-hero.bpp-full-w.regular-page-hero {
    padding-bottom: 70px;
    padding-top: 110px;
    min-height: auto;
}

.services.bpp-full-w.text-white {
    background: #000;
    padding: 0;
}

.page-template-page-services .site-inner {
    display: none;
}

.sticky {
	position: sticky;
}

footer.site-footer {
    float: left;
    width: 100%;
}

.flex-1.two-section-image {
    background-size: cover;
    background-position: center;
}

.two-section-text-text {
    max-width: 550px;
    padding: 100px 60px;
    width: 100%;
    line-height: 1.6;
}
.about-intro-content-new {
    margin-bottom: 70px;
}

a.menu-services-item {
    background: #650845;
    display: block;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 400;
    margin: 15px 7px ;
        color: #000;
}

a.portfolio-button-small {
    color: #000;
}

a.menu-services-item:hover{
	opacity: .75;
	color: #000;
}

footer.site-footer {
    background: #650845;
    color: #fff;
}

.foot-menu a {
    color: #fff;
}

.foot-logo img {
    width: 390px;
    margin-bottom: 13px;
    margin-top: 30px;
    margin-right: 0;
}

img.foot-decal {
    width: 300px;
    margin-top: 5px;
}

a.foot-logo-link {
    margin: 0px 0px 16px 0;
    display: block;
}

.foot-right {
    text-align: left;
}

.foot-social {
    margin-left: 12px;
}

.foot-menu {
    margin-bottom: 20px;
}



.foot-left.flex {
    margin: 0 39px;
    /* width: 100%; */
    /* max-width: 800px; */
}

.foot-right {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
    font-weight: 100;
}

.credits.credits-disclaimer {
    margin-top: 25px;
}

.bpp-full-w.testimonial {
    background: #650845;
}

.testimonial-wrap {
    max-width: 750px;
    text-align: center;
    margin: 80px auto 90px;
}

.testionial-text {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
}

.testionial-text.strong {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

h3.testionial-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 32px;
}

a.testimonial-button {
    /* border: 1px solid #000; */
    padding: 9px 22px;
    border-radius: 30px;
    font-weight: 300;
    background: #151515;
    color: #fff;
}

a.testimonial-button:hover{
	opacity: .75;
}

img.testimonial-image-img {
    max-width: 300px;
    border-radius: 50%;
    margin-bottom: 40px;
}

.bpp-full-w.testimonial {
    background-size: cover;
    background-position: center;
    position: relative;
}

.testimonial-green {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #650845ed;
    left: 0;
    top: 0;
    z-index: 0;
}

.testimonial-wrap {
    z-index: 1;
    position: relative;
}

a.post-edit-link {
    display: none;
}

.front-showreel {
    margin-top: 120px;
    margin-bottom: 120px;
}

.genesis-nav-menu > .menu-item > a {
    font-weight: 300;
    letter-spacing: 1px;
}

.menu-services.sticky.flex.justify-centre.positioned {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #000;
   
}

.menu-services.sticky.flex.justify-centre{
	 z-index: 999;
	 background: #000;
}

.page-template-page-services a.menu-services-item.services-scroll {
    margin: 40px 7px;

    transition: all ease-in-out .3s;
}

.page-template-page-services .positioned a.menu-services-item.services-scroll {
    margin: 20px 7px;

    transition: all ease-in-out .3s;
}

.home .two-section-text-content {
    font-size: 20px;
}

.bpp-full-w.instagram-section {
    background: #000;
    padding: 70px 20px;
}

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

.instagram-intro {
    width: 100%;
    text-align: center;
}


a.menu-services-item.filter-films.active {
    background: #87ffff;
}

.page-template-page-portfolio .menu-services.sticky.flex.justify-centre {
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 0;
    background: transparent;
}

.page-template-page-portfolio a.menu-services-item{
	margin-bottom: 0;
}


.bpp-full-w.logo-section {
    background: #a3dada;
    padding: 40px 40px 70px;
    text-align: center;
    position: relative;
    z-index: 0;
}

.logo-section-wrap.flex.flex-wrap {
    justify-content: center;
}

.logo-section-item {
    width: 20%;
    text-align: center;
    padding: 20px;
    display: table;
}

.logo-section-item-inner {
    display: table-cell;
    vertical-align: middle;
}

img.logo-section-item-img {
    max-height: 120px;
    mix-blend-mode: multiply;
    filter: grayscale(1);
    max-width: 180px;
}



.hide-desktop{
	display: none;
}

.hide-mobile{
	display: block;
}


.home-news-posts-wrap.portfolio-posts.flex.flex-wrap {
    justify-content: center;
}


.testimonial-grid.flex.flex-wrap {
    z-index: 1;
    position: relative;
    padding: 20px 0 70px;
    margin: 0 auto;
    max-width: 1100px;
}

.testimonial-item {
    max-width: 50%;
    text-align: center;
    padding: 40px 40px 0;
}

.testimonial-grid .testionial-text {
    font-size: 20px;
    line-height: 1.6;
}

.testimonials-button {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 100px;
}

.banner-block .button-wrap {
    position: relative;
    margin-bottom: 80px;
}

/*.page-template-page-services h1.banner-title {
    padding-bottom: 50px;
}*/

h3.two-section-title {
    font-weight: 600;
    letter-spacing: 1px;
}


.home-title-content{
	max-width: 500px;
	padding: 100px 40px 170px;
}

















.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1000px;
  font: 300 50px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}





.search-bar-container {
    width: 80%!important;
}


#lodgify-search-bar .search-bar-container .search-bar .inputs-container {
    grid-gap: 20%!important;
}

.post-tile.txt-left.w-half.bg-grey {
    max-width: 420px;
}

.flex.txt-black.tile-foot {
    padding: 0 20px 30px;
}

a.bg-purple.text-white.flex-1.tile-foot-button {
    text-align: center;
    padding: 10px 15px;
    font-weight: 300;
}

.tile-foot-text {
	margin-top: 10px;
}

.flex.w-half.feature-list-home-item {
    padding-bottom: 14px;
}

.txt-purple.feature-list-home-icon {
    padding-right: 10px;
    width: 35px;
}

.flex-1.text-black.feature-list-home-text {
    font-weight: 300;
}

.home .site-inner {
	display: none;
}

.full-w-image {
	min-height: 420px;
	float: left;
	width: 100%;
	background-position: center;
	background-size: cover;
}


.single-home .site-inner {
	display: none;
}

.bpp-full-w.single-home-title.bpp-full-w-no-p {
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.single-home-title h1 {
    padding: 170px 20px;
    font-size: 60px;
    z-index: 10;
    position: relative;
}

.single-home-title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000075;
    z-index: 1;
}



.at-a-glance-left.flex-1.bg-purple.txt-white {
    padding: 50px;
}

.at-a-glance-right.flex-1 {
    padding: 50px;
    position: relative;
}

.at-a-glance-right-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    max-width: 530px;
    width: 100%;
}

a.button {
    background: #650845;
    text-transform: none;
    font-weight: 300;
    font-size: 20px;
    padding: 11px 25px;
}


a.button:hover {
	 background: #650845;
	 color: #fff;
	 opacity: .9;
}

.at-a-glance-right a.button.txt-white.bg-purple {
    position: absolute;
    bottom: 0;
    right: 0;
}


h3.at-a-glance-left-title {
    font-weight: 500;    
    margin-bottom: 30px;
}

.at-a-glance-left-inner {
    max-width: 520px;
    float: left;
    width: 100%;
}

.feature-list-home-single .flex.w-half.feature-list-home-item {
    margin-bottom: 12px;
    font-size: 20px;
    letter-spacing: 2px;
}




.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

  .slider-section-slide {
    min-height: 440px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

ul.rslides_tabs.rslides1_tabs {
    display: flex;
    list-style: none;
    position: absolute;
    bottom: 0;
    z-index: 10;
    text-align: center;
        justify-content: center;
        left: 0;
        right: 0;
        margin: 0 auto 20px;
}

ul.rslides_tabs.rslides1_tabs li {
	color: transparent;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 0;
	width: 20px;
	height: 20px;
	margin: 0 10px 0;
}

ul.rslides_tabs.rslides1_tabs li.rslides_here{
	background: #fff;	
}
.bpp-full-w-no-p.slider-section {
    position: relative;
    z-index: 0;
}



.flex-1.booking-left {
    padding: 50px;
}

h3.txt-purple {
    font-weight: 500;
}

.flex-1.booking-right.bg-purple.txt-white {
    padding: 50px;
}

.single-quote-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 10px;
}

h4.single-quote-name {
    font-weight: 500;
    text-align: right;
    font-size: 18px;
}

.single-quote {
    max-width: 500px;
    width: 100%;
}

.bpp-full-w.s-h-content-section {
    padding: 50px;
    font-weight: 300;
    line-height: 1.5;
}

.s-h-content-section-content {
    max-width: 1120px;
    margin: 50px auto;
    column-count: 2;
    column-gap: 100px;
}

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

.features-block.flex.flex-wrap {
    background: #F5F5F5;
    padding: 40px 40px 20px;
}

.feature-item {
    width: 33.33%;
    color: #650845;
    font-weight: 500;
    margin-bottom: 20px;
}

h3.txt-purple.p-title {
    margin-bottom: 35px;
}

.nearby-item.flex {
    width: 50%;
    padding-right: 40px;
    margin-bottom: 40px;
}

img.nearby-image-img {
    width: 100px;
    border-radius: 50%;
    margin-right: 30px;
}

h5.nearby-title {
    font-weight: 500;
    color: #650845;
}

#menu-main a {
    color: #650845;
}

.page-template-page-contact .site-inner {
    display: none;
}

.forminator-ui#forminator-module-91.forminator-design--default .forminator-input, .forminator-ui#forminator-module-91.forminator-design--default .forminator-input:hover, .forminator-ui#forminator-module-91.forminator-design--default .forminator-input:focus, .forminator-ui#forminator-module-91.forminator-design--default .forminator-input:active {
    border-color: #910e64!important;
    background-color: #ffffff!important;
    color: #000000;
}

.forminator-ui#forminator-module-91.forminator-design--default .forminator-textarea, .forminator-ui#forminator-module-91.forminator-design--default .forminator-textarea:hover, .forminator-ui#forminator-module-91.forminator-design--default .forminator-textarea:focus, .forminator-ui#forminator-module-91.forminator-design--default .forminator-textarea:active {
     border-color: #910e64!important;
    background-color: #ffffff!important;
    color: #000000;
}

.forminator-ui#forminator-module-91.forminator-design--default .forminator-button-submit {
    background-color: #910e64!important;
    color: #FFFFFF;
}

.entry-content {
    padding: 0 50px 50px;
}


a.bg-purple.text-white.flex-1.tile-foot-button:hover {
	color: #fff;
	opacity: .9;
}


.ti-widget .source-Airbnb .ti-review-header:after {
    display: none!important;
}

.post-tile.news-post-tile {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.home-news-posts-wrap.flex.flex-wrap {
    justify-content: left;
}

.bg-purple.news-post-inner {
    height: 100%;
}

h3.txt-white.news-post-title {
    padding: 10px 20px;
    text-align: left;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
}

.page-template-page-news .site-inner
{
	display: none;
}


.single header.entry-header {
    display: none;
}

footer.entry-footer {
    display: none;
}

.single-post .site-inner {
    padding-top: 60px;
}







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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {



}

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



}


@media only screen and (max-width: 1230px) {
	.about-overlay-content.portfolio-content {
	    padding: 0 20px;
	}
	.post-tile.txt-left.w-half.bg-grey {
  /*  margin: 0 0px 40px;
    padding-left: 20px;
    padding-right: 20px;*/
}


}

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

	.site-container {
    padding-top: 0;
}



	.home-picture-text-right {
    background: #e4fdfdc9;
    padding: 20px;
}

	.esg-download.flex {
	    display: block;
	}


	li.home-how-list-item.hhli-1 {
	    background-position-x: -180px!important;
	}

	li.home-how-list-item.hhli-3 {
	    background-position-x: -112px!important;
	}
	

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
	}

	

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.site-inner {
		
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
	}

	

	

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {

	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}


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

	#lodgify-search-bar .search-bar-container .search-bar .inputs-container {
    grid-gap: 10px;
}

	button#rmp_menu_trigger-155 {
	    display: block;
	}

	h1.txt-white.italic.noto {
	    font-size: 40px;
	    padding: 90px 30px;
	}



	.home-news-posts-wrap.flex {
	    display: flex;
	    flex-wrap: wrap;
	}

	.post-tile.flex-1 {
	        width: 46%;
	    flex: inherit;

	}

	.ppl3 .p-bio-text {
	    -webkit-column-count: 1;
	       -moz-column-count: 1;
	            column-count: 1;
	    -webkit-column-fill: balance;
	       -moz-column-fill: balance;
	            column-fill: balance;
	    height: auto;
	}



	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	#nav_menu-2{
		display: none;
	}


	.responsive-area {

	}

	.responsive-area .menu {
	 list-style: outside none none;
	display: block;
	clear: both;
	margin-top: 0;
	}

	.responsive-area .menu a {
	color: #919191;
	display: block;
	font-size: 23px;
	line-height: 1;
	margin: 0 17%;
	padding: 16px 0;
	text-transform: none;
	width: 66%;
	}

	
	.responsive-area .social > a {
	    color: #919191;
	    font-size: 30px;
	    padding: 10px;
	}


	.post-tile.film-tile.flex-1 {
	    width: 30%;
	}

	.film-filer.flex {
	    display: flex;
	}

	.about-overlay-content {
	    padding: 0 20px;
	}

	.menu-services.sticky.flex.justify-centre {
	    display: block;
	    text-align: center;
	}

	button#rmp_menu_trigger-155 {
	    top: 0;
	    right: 0;
	}

}




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

	.search-bar-container {
    width: auto;!important;
}


	.at-a-glance-left.flex-1.bg-purple.txt-white {
	    float: left;
	    width: 100%;
	}

	.flex.flex-wrap.feature-list-home.feature-list-home-single {
	    display: flex;
	}

	.flex.w-half.feature-list-home-item {
	    display: flex;
	}

	.at-a-glance-right.flex-1 {
	    float: left;
	    width: 100%;
	}

	.slider-section-slide {
	    min-height: 300px;
	    width: 100%;
	    background-size: cover;
	    background-position: center;
	}

	ul.rslides_tabs.rslides1_tabs li {
	    color: transparent;
	    background: transparent;
	    border: 1px solid #fff;
	    border-radius: 50%;
	    font-size: 0;
	    width: 10px;
	    height: 10px;
	    margin: 0 5px 0;
	}

	.s-h-content-section-content {
	    column-count: 1;
	}


	.nearby-item.flex {
	    display: flex;
	    width: 100%;
	}

	.background-video{
		display: none;
	}

	.replace-video {
	   display: block!important;
	    position: fixed;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    background-size: cover;
	    height: 100vh;
	    background-size: cover;
	    z-index: -1;
	}

	body{
		font-weight: 300;
	}
		.testimonial-item {
	    max-width: 100%;
	}

	.testimonial-item{
		padding: 20px 20px 0;
	}
	.hide-mobile{
		display: none;
	}
	.hide-desktop{
		display: block;
	}

	.foot-logo {
	    margin-top: 60px;
	}

	.foot-right {
	    margin: 0;
	    text-align: center;
	}

	
		.flex-1.two-section-image {
	    width: 100%;
	    height: 300px;
	}

		.about-overlay-content-left.flex-1 {
	    text-align: center;
	}

	.about-overlay-content-right.flex-1 {
	    padding-top: 40px;
	    padding-left: 0;
	}

		.post-tile.flex-1 {
	        width: 100%;
	    flex: inherit;

	}

	.portfolio-content-one-right-wrap {
	    position: relative;
	}

	.portfolio-content-one-right.flex-1 {
	    padding: 30px 0 0;
	}

	.portfolio-single-text {
	    max-width: 100%;
	}

	.reviews {
	    max-width: 100%;
	}

	.portfolio-content-two-right.flex-1 {
	    padding: 30px 0 0 0;
	}

	.portfolio-single-link-link {
	    width: 100px;
	    text-align: center;
	    margin-top: 10px;
	}

	.about-intro-content {
	    column-count: 1;
	}

	.post-tile.crew-tile.flex-1 {
	    max-width: 460px;
	}


	.foot-menu a {
	    width: 100%;
	    display: block;
	    margin: 0;
	    line-height: 40px;
	}

	.post-tile.film-tile.flex-1 {
	    width: 46%;
	}

		.home-logos-left-inner {
	    float: left;
	}

	.home .spotlight-post {
	  -webkit-box-flex: 1;
	  -webkit-flex: 1 1 0;
	      -ms-flex: 1 1 0px;
	          flex: 1 1 0;
	  width: 99.9%;
	}

	

	
	
	.spotlight-post {
  		width: 99.9%;
	}

	.whatever .entry-content {
	  padding: 0 20px 50px;
	}

	.whatever .entry-title {
	  padding: 20px 20px 0;
	}
	.whatever {
	  padding-top: 0;
	}



	.flex{
		display: block;
	}

	.hhli-content.flex {
	    width: 100%;
	}

	.home-testimonials-left {
	    -webkit-box-flex: 2;
	    -webkit-flex: 2;
	        -ms-flex: 2;
	            flex: 2;
	    float: left;
	    width: 100%;
	}

	.hhli-content.flex {
	    float: left;
		width: 100%;
	}

	li.home-how-list-item{
    	background: none!important;
    }

	.hhli-icon {
	    width: 29px;
	    height: 100%;
	    display: block;
	    margin-right: 15px;
	    float: left;
	    /* height: 30px; */
	    margin-top: 11px;
	}

	.hhli-icon img {
		width: 100%;
	}
	

	.home-how-left {
	    -webkit-box-flex: 1;
	    -webkit-flex: 1;
	        -ms-flex: 1;
	            flex: 1;
	    float: left;
	    width: 100%;
	}

	.home-how-right {
	    float: left;
	    width: 100%;
	}


	.home-testimonials-left-inner {
		float: left;
		width: 100%;
	}


	.home-testimonials-right {
		float: left;
		min-height: 200px;
		width: 100%;
	}

	.home-logos-left {
	    float: left;
	    width: 100%;
	}

	.home-logos-right {
	    float: left;
	    width: 100%;
	}


	.home-post {
	    float: left;
	    width: 100%;
	    margin-bottom: 20px;
	}

	.hhli-content.flex {
	    margin: 0;
	}

	.home-how-left {
		max-width: 100%;
		padding: 0 20px;
		text-align: center;
	}

	ul.home-how-list {
	    list-style: none;
	}

	.bpp-full-w.home-how {
	    margin: 60px 0;
	    padding: 0;
	}


	.home-how-list-item {
	    height: 50px!important;
	    line-height: 50px!important;
	    background: #eee;
	    /* font-size: 14px!important; */
	}

	.home-how-right-inner {
	    margin: 0;
	    padding: 20px;
	}

	.bpp-full-w.home-how {
	    margin: 60px 0 0;
	    padding: 0;

	}

	.hhli-text {
	    font-size: 18px;
	    color: #0b62d8;
	}

	.home-posts-container.flex {
	    max-width: 100%;
	    float: left;
	    width: 100%;
	    margin: 30px auto;
	}

	.home-post {
		margin: 0 0 20px;
	}

	.bpp-full-w.home-logos {
	    padding: 50px 20px;
	}


	.home-logos-left {
	    margin-bottom: 50px;
	}

	.bpp-full-w.home-team {
		padding: 50px 20px 60px;
	}


	.hvs-svg {
	    margin: 0 0 20px;
	}

	.flex-left.hif-left {
	    margin: 0;
	}

	


	footer.site-footer {
	    padding: 0 0 20px;
	}

	.logo-section-item {
	    width: 50%;
	    margin: 0 auto;
	}

	


}

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


.post-tile.film-tile.flex-1 {
    width: 100%;
}
}

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



}