/*
Theme Name: Rolling Tide
Theme URI: #
Description: Designed by <a href="https://www.fiverr.com/usamafayyaz99">Usama Fayyaz</a>.
Author: Usama Fayyaz
Version: 1
Template: genesis
Tags: Custom Theme for Rolling Tide. Developed by Usama Fayyaz
*/

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family:'Montserrat', sans-serif;
}
body {
	margin:0
}

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

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

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

[hidden],template {
	display:none
}

a {
	background:0 0
}

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

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

b,strong {
	font-weight:700
}

dfn {
	font-style:italic
}

h1 {
	font-size:2em;
	margin:.67em 0
}

mark {
	background:#ff0;
	color:#131313
}

small {
	font-size:80%
}

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

sup {
	top:-.5em
}

sub {
	bottom:-.25em
}

img {
	border:0
}

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

figure {
	margin:1em 40px
}

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

pre {
	overflow:auto
}

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

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

button {
	overflow:visible
}

button,select {
	text-transform:none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	cursor:pointer
}

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


input {
	line-height:normal
}

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

input[type=search] {
	box-sizing:content-box
}

fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em
}

legend {
border:0;
	padding:0
}

textarea {
	overflow:auto
}

optgroup {
	font-weight:700
}

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

td,th {
	padding:0
}

/***Post, Page Entry Header***/
.home.page header.entry-header {
    position: unset;
    text-align: unset;
    padding-top: unset;
    padding-bottom: unset;
    background: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
}
.single header.entry-header, .page header.entry-header {
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
}
.home.page article .entry-content {
    margin-top: unset;
}


/*Mobile Menu*/
i.fa.fa-bars.mobile-toggle{
	display:none;
}
span.sub-menu-toggle {
	display: none;
}
.site-container {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.header-widget-area .widget_nav_menu {
	transition:0.3s;
}

.genesis-nav-menu a:hover {
    transition: 0.3s;
}


.wp-custom-logo .site-title {
	text-indent: 0 !important;
	z-index: 1;
}

.wp-custom-logo .site-title > a {
	min-height: 0;
	transition:0.3s;
}

.custom-logo-link {
	display: block;
    line-height: 0;
}

.custom-logo {
    width: 100%;
    max-width: 500px;
    object-fit: contain;
    transition: 0.3s;
    padding: 25px;
    box-sizing: border-box;
}



/***Custom Entry Content H4***/
.entry-content h4 {
    font-size: 130%;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}


/*Navigation Search Form*/
.nav-primary input[type="search"] {
    height: 40px;
    border-radius: 3px;
    margin-top: 5px;
}

/*Custom style Search Form*/
div.entry-content form.search-form input[type="submit"] {
width:30%;
margin-left:5px
}
div.entry-content form.search-form input[type="search"] {
width:68%
}
/*H3 subheading*/
.entry-content h3 {
font-size:160%;
color:#333
}


/*Post URL Style*/
.entry-content p a,.entry-content li a {
color:#353640;
text-decoration:none;
border-bottom:2px solid transparent;
font-weight:400
}
.entry-content p a:hover,.entry-content li a:hover {
border-bottom:2px solid #353640
}


/*link hover*/
a:hover {
color:#131313
}

/*Paragragh Alignment*/
.entry-content p {
text-align:left
}

/*Mouse-Selection*/
html ::selection {
background-color:#353640;
color:#fff
}

/*Search-Box*/
.search-form input {
width:100%
}

/*--Footer--*/
.website-footer {
    background-image: url(./images/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-widgets {
    color: #fff;
    background-color: rgb(3 25 52 / 93%);
    padding: 50px 10px 25px;
    font-weight: 400;
}
.footer-widgets .wrap {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 50px;
    align-items: center;
    justify-content: center;
}
.footer-widgets-1, .footer-widgets-3 {
    flex: 1 1 calc(30% - 33.33px);
    z-index: 1;
}
.widget-area.footer-widgets-2.footer-widget-area {
    flex-basis: calc(40% - 33.33px);
}

.widget-area.footer-widgets-1, .widget-area.footer-widgets-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 20px;
}

.widget-area.footer-widgets-1 > *, .widget-area.footer-widgets-3 > * {
    flex: 1 1 calc(50% - 50px);
}

.footer-widgets .widget-wrap {
    display: table;
    margin: 0 auto;
}
.footer-widgets a {
    color: #fff;
    transition:0.3s;
}
.footer-widgets a:hover {
	text-decoration: underline;
}

.footer-widgets .primary-button {
    font-size: 20px;
	text-decoration: none !important;
}

.footer-widgets .widgettitle {
	color: #ffffff;
	font-family: 'CityBold', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}
.footer-widgets li {
    list-style-type:none;
    margin-bottom:6px;
    margin-bottom:.6rem;
    word-wrap:break-word
}
.footer-widgets-1 img {
    max-width: 200px !important;
    height: auto;
    width: 100% !important;
}
.footer-widgets .widget_nav_menu .menu-item:before {
    content: '-';
    margin-right: 5px;
}


/*--Back-to-top--*/
.to-top {
	display:inline-block;
	z-index:99999;
	height:40px;
	width:40px;
	position:fixed;
	bottom:60px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	white-space:nowrap;
	background:#031934;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	display: flex;
	align-items: center;
}
a.to-top i.top-icon{
	margin: 0 auto;
    color: #fff;
    padding-bottom: 5px;
}
.to-top.top-is-visible {
visibility:visible;
opacity:1;
z-index: 999;
}
.to-top.top-fade-out {
opacity:.5
}
.no-touch .to-top:hover {
background-color:#353640;
opacity:1
}
a.to-top:hover {
	background-color:#a6273c;
	opacity:1;
}

/* ## Typographical Elements
--------------------------------------------- */
html {
font-size:62.5%;
text-shadow:1px 1px 1px rgba(0,0,0,0.005);
text-rendering:geometricPrecision!important;
-webkit-font-smoothing:antialiased!important;
text-shadow:0 0 1px rgba(0,0,0,0.3)
}

/* Chrome fix */
body > div {
font-size:16px
}

body {
    background-color: rgba(255, 255, 255, 1);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    color:#474847;
    font-family:'Montserrat', sans-serif;
    font-size:16px;
    line-height:2em;
    margin:0;
    text-shadow:1px 1px 1px rgba(0,0,0,0.005);
    text-rendering:geometricPrecision!important;
    -webkit-font-smoothing:antialiased!important
}
a,button,input:focus,input[type="button"],input[type="reset"],input[type="submit"],textarea:focus,.button,.gallery img {
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}

a {
color:#353640;
text-decoration:none
}

p {
    line-height: 1.5em;
}

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

li {
list-style-type:none
}

hr {
border:0;
border-collapse:collapse;
border-top:1px solid #ddd;
clear:both;
margin:1em 0
}

b,strong {
font-weight:700
}

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

blockquote {
border-left:5px solid #353640;
padding:20px 20px 1px 10px
}

/* ## Headings
--------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	color: #031934;
	font-family: 'CityBold', sans-serif;
	font-weight:400;
	line-height:1.2;
	margin:0 0 10px
}
h1 {
font-size:36px;
font-size:3rem
}
h2 {
font-size:30px;
font-size:3rem
}
.entry-content h2 {
	font-size:20px;
	color:#353640;
}
h3 {
font-size:24px;
font-size:2.4rem
}
h4 {
font-size:20px;
font-size:2rem
}
h5 {
font-size:18px;
font-size:1.8rem
}
h6 {
font-size:16px;
font-size:1.6rem
}

/* ## Objects
--------------------------------------------- */
embed,iframe,img,object,video,.wp-caption {
max-width:100%
}
img {
height:auto
}
.featured-content img,.gallery img {
width:auto
}

/* ## Gallery
--------------------------------------------- */
.gallery {
overflow:hidden
}
.gallery-item {
float:left;
margin:0 0 28px;
text-align:center
}
.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 img {
border:1px solid #ddd;
height:auto;
padding:4px
}
.gallery img:hover,.gallery img:focus {
border:1px solid #999
}

/* ## Forms
--------------------------------------------- */
input,select,textarea {background-color:#fff;border:1px solid #ddd;font-size: 16px;font-weight:400;color:#353640;font-family:'Montserrat', sans-serif;padding: 15px;width:100%;box-sizing: border-box;}
textarea {
width:100%
}
input:focus,textarea:focus {
border:1px solid #999;
outline:none
}
input[type="checkbox"],input[type="image"],input[type="radio"] {
width:auto
}
button,input[type="button"],input[type="reset"],input[type="submit"],.button {
    background-color:#031934;
    border:0;
    border-radius: 4px;
    color:#fff;
    cursor:pointer;
    font-size:16px;
    font-size:1.6rem;
    font-weight:400;
    padding:16px 24px;
    text-transform:uppercase;
    font-family:'Montserrat', sans-serif;
    width:auto;
    transition-property:background color;
    transition-duration:.3s;
    transition-timing-function:ease-out
}
button:hover,input:hover[type="button"],input:hover[type="reset"],input:hover[type="submit"],.button:hover,button:focus,input:focus[type="button"],input:focus[type="reset"],input:focus[type="submit"],.button:focus {
background-color:#031934;
color:#fff
}
.entry-content .button:hover,.entry-content .button:focus {
color:#fff
}
.button {
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;
width:100%
}

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

td,th {
text-align:left
}

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

th {
font-weight:400
}

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,.screen-reader-text span,.screen-reader-shortcut {
position:absolute!important;
clip:rect(0,0,0,0);
height:1px;
width:1px;
border:0;
overflow:hidden
}
.screen-reader-text:focus,.screen-reader-shortcut:focus,.genesis-nav-menu .search input[type="submit"]:focus,.widget_search input[type="submit"]:focus {
clip:auto!important;
height:auto;
width:auto;
display:block;
font-size:1em;
font-weight:700;
padding:15px 23px 14px;
color:#131313;
background:#fff;
z-index:100000;
text-decoration:none;
box-shadow:0 0 2px 2px rgba(0,0,0,.6)
}

.more-link {
position:relative
}

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

/* ## Site Containers
--------------------------------------------- */
.wrap {
    margin:0 auto;
    max-width:1200px;
    position: relative;
}

.nav-primary .wrap {
    max-width: 100%;
    display: table;
}

.site-inner:not(.page-template .site-inner) {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
}

/* ## 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:980px
}
.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:75%;
}
.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:580px
}
.full-width-content .content {
width:100%
}

/* ### Primary Sidebar */
.sidebar-primary {
float:right;
width:25%
}
.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
--------------------------------------------- */
.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.5641025641026%
}
.one-half,.three-sixths,.two-fourths {
width:48.717948717949%
}
.one-third,.two-sixths {
width:31.623931623932%
}
.four-sixths,.two-thirds {
width:65.811965811966%
}
.one-fourth {
width:23.076923076923%
}
.three-fourths {
width:74.358974358974%
}
.one-sixth {
width:14.529914529915%
}
.five-sixths {
width:82.905982905983%
}
.first {
clear:both;
margin-left:0
}

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

/* ## Avatar
--------------------------------------------- */
.avatar {
	margin-bottom: -18px;
}
.alignleft .avatar,.author-box .avatar {
margin-right:24px
}
.alignright .avatar {
margin-left:24px
}
.comment .avatar {
margin:0 16px 24px 0
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
background-color:#fff;
padding:10px;
font-family:'Montserrat', sans-serif;
font-weight:400;
padding-left:35px;
border:1px solid #e1e1e1;
}
.archive-description,.author-box {
background-color:#fff;
font-size:16px;
font-size:1.6rem;
margin-bottom:40px;
padding:40px;
}
.author-box-title {
font-size:16px;
font-size:1.6rem;
margin-bottom:4px
}
.archive-description p:last-child,.author-box p:last-child {
margin-bottom:0
}

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


/* ## Titles
--------------------------------------------- */
.archive-title {
font-size:20px;
}
.entry-title {
	font-size:40px;
	line-height:140%;
	text-transform:capitalize;
}
.entry-title a,.sidebar .widget-title a {
color:#353640
}
.entry-title a:hover,.entry-title a:focus {
color:#0E8CDD
}
.widget-title {margin-bottom: 10px;}

/* ## 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 24px
}
img.alignnone,.alignnone {
margin-bottom:12px
}
a.alignleft,img.alignleft,.wp-caption.alignleft {
margin:0 25px 0px 0;
}
a.alignright,img.alignright,.wp-caption.alignright {
margin:0 0 24px 24px
}
.wp-caption-text {
font-size:14px;
font-size:1.4rem;
font-weight:400;
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 28px
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
word-wrap:break-word
}

.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:2px solid #f5f5f5;
margin-bottom:20px;
padding:0 0 24px
}

.featured-content .entry-title {
font-size:20px;
font-size:2rem
}

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

/* ## Jetpack
--------------------------------------------- */
#wpstats {
display:none
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	width: 100%;
	z-index: 9999;
	transition: 0.3s;
	height: 75vh;
	display: flex;
	flex-wrap: wrap;
	background-size: cover;
	background-position: center;
	align-items: end;
	z-index: 1;
	border-bottom: 10px solid #a6273c;
}

.home .site-header {
    align-items: center;
    border-bottom: 0px;
}


/* ## Title Area
--------------------------------------------- */
.title-area {
    transition:0.3s;
}

.site-title {
    font-size:32px;
    font-size:3.2rem;
    font-weight:400;
    line-height:1.2
}
.site-title a,.site-title a:hover,.site-title a:focus {
color:#131313
}
.site-description {
font-size:16px;
font-size:1.6rem;
font-weight:400;
line-height:1.5
}
.site-description,.site-title {margin: 0;}
.header-image .site-description,.header-image .site-title {
	display:block;
	text-indent:-9999px;
	margin-top: 0px;
}

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
	text-align:right;
	white-space: nowrap;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    grid-gap: 15px;
}
.genesis-nav-menu a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 25px 15px;
    font-size: 33px;
    transition: 0.3s;
    font-family: 'RumblesportAthletic', sans-serif;
    text-transform: lowercase;
}
.genesis-nav-menu a span {
    display: flex;
}

.genesis-nav-menu a:hover {
    background-color: #a6273c;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 250px;
    z-index: 99;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
	white-space: normal;
    background-color: #a6273c;
}
.genesis-nav-menu .sub-menu a {
	color: #fff;
    font-size: 22px;
    padding: 20px;
    position: relative;
    word-wrap: break-word;
    transform: unset;
	transition: 0.3s;
}
.sub-menu li.menu-item a:hover {
    background-color: #031934;
	transition: 0.3s;
}
.sub-menu .current-menu-item a {
    background-color: #031934;
}
.genesis-nav-menu .sub-menu a span{
    transform: unset !important;
}
.genesis-nav-menu li.menu-item-has-children:hover>a {
    transition:0.3s;
    color: #031934;
}
.genesis-nav-menu .sub-menu .sub-menu {
margin:-47px 0 0 250px
}
.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 {
color:#fff;
float:right;
list-style-type:none;
padding:30px 0
}
.genesis-nav-menu > .right > a {
display:inline;
padding:0
}
.genesis-nav-menu > .rss > a {
margin-left:48px
}
.genesis-nav-menu > .search {
padding:10px 0 0
}

/* ## Accessible 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
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
margin-left:0
}

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
    background-color: #031934;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    z-index: 99999;
}
.nav-primary .genesis-nav-menu li a {
color:#fff;
font-family:'RumblesportAthletic', sans-serif;
font-weight:400;
text-decoration:none;
-webkit-transition-property:background color;
-webkit-transition-duration:.3s;
-webkit-transition-timing-function:ease-out;
-moz-transition-property:background color;
-moz-transition-duration:.3s;
-moz-transition-timing-function:ease-out;
-o-transition-property:background color;
-o-transition-duration:.3s;
-o-transition-timing-function:ease-out;
transition-property:background color;
transition-duration:.3s;
transition-timing-function:ease-out
}
.nav-primary .genesis-nav-menu li:hover a,.nav-primary .genesis-nav-menu li:focus a,.nav-primary .genesis-nav-menu .current-menu-item > a {color:#fff;text-decoration:none;-webkit-transition-property:background color;-webkit-transition-duration:.3s;-webkit-transition-timing-function:ease-out;-moz-transition-property:background color;-moz-transition-duration:.3s;-moz-transition-timing-function:ease-out;-o-transition-property:background color;-o-transition-duration:.3s;-o-transition-timing-function:ease-out;transition-property:background color;transition-duration:.3s;transition-timing-function:ease-out}
.nav-primary .genesis-nav-menu .sub-menu a {
    color:#fff;
}
.nav-primary .genesis-nav-menu .sub-menu li a:hover,.nav-primary .genesis-nav-menu .sub-menu li a:focus,.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
    color:#fff;
    text-decoration:none;
    background-color:#031934
}
.full-mobile-menu.nav-primary .genesis-nav-menu li a {
    color: #000;
}
/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
      background-color: #2c3644;
    float: right;
}
nav.nav-secondary li a {
    font-family: 'RumblesportAthletic', sans-serif;
    color: #8E99A9;
}
nav.nav-secondary li a:hover {
    color: #fff;
}
ul#menu-secondary-menu {
    line-height: 2em;
    padding-top: 25px;
}
ul#menu-secondary-menu.genesis-nav-menu a {
    padding: 0px;
    margin: 0px 15px
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */
.entry {
margin-bottom:30px;
padding:30px 35px
}
.home .entry {
    margin-bottom: 0px;
    padding: 0px 35px 0px 35px;
}
.content .entry {
background-color:#fff;
}
.entry-content ol,.entry-content ul {
margin-bottom:28px;
margin-left:40px
}
.entry-content ol > li {
list-style-type:decimal
}
.entry-content ol > li > ol > li {
    list-style: lower-alpha;
}
.entry-content ul > li {
list-style-type:disc;
text-align:left;
padding-bottom:10px;
}
.entry-content ul > li > ul >li {
    list-style: circle;
}
.entry-content ol ol,.entry-content ul ul {
margin-bottom:0
}
.entry-content code {
background-color:#131313;
color:#ddd
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size:16px;
	margin-bottom:0;
	font-family:'Montserrat', sans-serif;
}
.entry-header .entry-meta {
    margin-bottom: 24px;
}
.entry-footer .entry-meta {
	border-top:2px solid #f5f5f5;
	padding-top:24px
}

/* ## Pagination
--------------------------------------------- */
.pagination {
clear:both;
margin:40px 0
}
.adjacent-entry-pagination {
margin-bottom: 0px;
    line-height: 1.8em;
    border-top: 1px solid #e1e1e1;
    padding-right: 10px;
    padding-left: 10px;
}
div.adjacent-entry-pagination a {
    display: table;
    margin: 0 auto;
}
.archive-pagination li {
display:inline
}
.archive-pagination li a {
background-color:#131313;
color:#fff;
cursor:pointer;
font-family:'Montserrat', sans-serif;
display:inline-block;
font-size:16px;
font-size:1.6rem;
padding:8px 12px;
text-decoration:none
}
.archive-pagination li a:hover,.archive-pagination li a:focus,.archive-pagination .active a {
background-color:#353640;
text-decoration:none
}

/* ## Comments
--------------------------------------------- */
.comment-respond,.entry-comments,.entry-pings {
background-color:#fff;
margin-bottom:40px
}
.comment-respond,.entry-pings {
padding:40px 40px 16px;
margin-top: 30px;
}
.entry-comments {
padding:40px;
border: 1px solid #e1e1e1;
}
.comment-header {
font-size:16px;
font-size:1.6rem
}

.comment-content {
clear: both;
    word-wrap: break-word;
    border: 2px solid #f2f2f2;
    padding: 10px;
    border-radius: 2%;
}
.comment-list li {
margin-top:24px;
padding:25px
}
.comment-list li li {
margin-right:-32px
}
.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
}
.entry-comments .comment-author {
margin-bottom:0
}
.entry-pings .reply {
display:none
}
.form-allowed-tags {
background-color:#f5f5f5;
font-size:16px;
font-size:1.6rem;
padding:24px
}
ol.comment-list ul.children {
    border-left: 2px solid #f2f2f2;
    padding-left: 20px;
    margin-left: 20px;
}
a.comment-reply-link:hover {
    background-color: #353640;
}
a.comment-reply-link {
    padding: 0px 5px;
    margin-top: 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    background-color: #232621;
    float: right;
}
a.comment-reply-link:before {
    content: "\f112";
    font-family: FontAwesome;
    font-size: 10px;
    margin-right: 5px;
}
/*Comment Leave A Reply Button*/
div.entry-comments a.leave-reply{
    float: right;
    margin-top: -45px;
    text-transform: uppercase;
    background-color: #232621;
    color: #fff;
    padding: 8px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 3px;
}
div.entry-comments a.leave-reply:hover{
	background-color: #353640;
}
/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
font-size:16px;
font-size:1.6rem
}
.sidebar li {
border-bottom:1px dotted #ddd;
margin-bottom:10px;
padding-bottom:10px
}
.sidebar p:last-child,.sidebar ul > li:last-child {
margin-bottom:0
}
.sidebar .widget {
background-color:#fff;
margin-bottom:30px;
padding:35px;
z-index:999;

}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
    background-color: #a6273c;
    font-size: 18px;
    color: #fff;
    font-family: 'CityBold', sans-serif;
    text-transform: uppercase;
}
.site-footer .wrap {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    flex-wrap: wrap;
}
.site-footer a {
    color: #fff;
	transition:0.3s;
	font-weight: 700;
}
.site-footer a:hover {
    text-decoration: underline;
}

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

.lg-backdrop.in {
    opacity: 0.7 !important;
}

.book-menu a {
    background-color: #a6273c;
    color: #fff !important;
}

.home .site-header .wrap {
    max-width: 100%;
    padding: 0 !important;
}

.home-swiper-container {
    max-width: 100vw;
    height: 75vh;
}

.stacked {
    display: grid;
    grid-template: 'stack';
}

.stacked > * {
    grid-area: stack;
}

.home-slider .swiper-slide img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.rate-images {
    flex: 1 1 55%;
    max-width: 55%;
}

.rate-images .ats-image {
    max-width: 100%;
    transition: 0.3s;
    cursor: pointer;
}

.rate-images .ats-image:hover {
    scale: 1.1;
}

.rate-first-image {
    overflow: hidden;
    display: block;
    line-height: 0;
}

.rate-gallery {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.rate-gallery > * {
    flex: 1 1 calc(20% - 8px);
    overflow: hidden;
    line-height: 0;
}

.gallery-image-r img {
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
    transition: 0.3s;
}

.gallery-image-r img:hover {
    scale: 1.1;
}

/***Footer***/
.footer-widget-area #text-3 p {
    font-size: 12px;
}
.footer-widget-area #media_image-2 img {
    width: 325px !important;
}

.footer-social {
    text-align: right;
    display: flex;
    justify-content: center;
    grid-gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.footer-social > * {
    flex: 1 1 calc(50% - 20px);
    display: contents;
}

.footer-social a i {
    font-size: 45px;
    color: #fff;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align:center;
}

.footer-social a:hover {
    text-decoration: unset;
    scale: 1.1
}

.footer-address {
    margin-top: 15px;
    text-align: right;
	font-weight: 700;
}

.button-4.footer-button {
    margin: 0;
    margin-top: 15px;
    font-size: 22px;
    padding: 5px 15px 1px;
    color: #fff;
    display: inline-block;
	font-weight: 400;
}

.button-4.footer-button:hover {
    text-decoration: unset;
}

/***Borders***/
.border-top{
    border-top: 15px solid #031934;
}
.border-bottom{
    border-bottom: 6px solid #a6273c;
}
/***Buttons***/
.primary-button {
    font-family: 'CityBold', sans-serif;
    background-color: #a6273c;
    border: #a6273c;
    color: #fff;
    transition: 0.3s;
    text-align: center;
    padding: 10px 25px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    border-radius: 2px;
    font-size: 28px;
    line-height: initial;
    text-shadow: 1px 2px 2px rgb(0 0 0 / 50%);
}
.primary-button:hover {
    background-color: #fff;
    color: #a6273c;
}
.secondary-button, .secondary-button.wpcf7-submit {
    font-family: 'RumblesportAthletic', sans-serif;
    background-color: #a6273c;
    border: 1px solid #a6273c;
    color: #fff;
    transition: 0.3s;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 2px;
    display: inline-block;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
    font-size: 20px;
    line-height: initial;
}
.secondary-button:hover, .secondary-button.wpcf7-submit:hover {
    background-color: #fff;
    color: #a6273c;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
}
.tertiary-button {
    font-family: 'RumblesportAthletic', sans-serif;
    background-color: #031934;
    border: 1px solid #031934;
    color: #fff;
    transition: 0.3s;
    padding: 5px 20px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 400;
    border-radius: 2px;
}
.tertiary-button:hover {
    background-color: #fff;
    color: #031934;
}


/***Section Margins & Padding***/
.section-margin{
    margin: 75px auto;
}
.section-padding{
    padding: 75px 0px;
}
.section-margin-75 {
    margin-top: 75px !important;
}
.margin-25 {
    margin: 25px 0px;
}
/***Section Styling***/
.section-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-overlay {
    background-color: rgb(50 98 41 / 85%);
    height: 100%;
}
.section-overlay-secondary {
    background-color: rgb(189 110 79 / 80%);
    height: 100%;
}
.section-overlay-tertiary {
    background-color: rgba(101, 152, 199, 0.85);
    height: 100%;
}
.white-overlay {
    background-color: rgb(255 255 255 / 80%);
    height: 100%;
}
.cream-overlay {
    background-color: rgba(255, 251, 243, 0.8);
    height: 100%;
}
.black-overlay:not(.home .black-overlay) {
    background-color: rgb(0 0 0 / 50%);
    height: 100%;
}
.home .black-overlay {
    background-color: rgb(0 0 0 / 25%);
    height: 100%;
}
.section-left-right {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 50px;
    justify-content: space-between;
    align-items: center;
}
.section-left-right > div {
    flex: 1 1 25vmax;
}
.width-800 {
    max-width: 800px;
    margin: 0 auto;
}

/***Typography Styling***/
.section-title-container {
    display: flex;
    justify-content: space-between;
    max-width: 850px;
    margin: 0 auto;
    align-items: center;
}
.main-title {
    font-size: 56px;
    color: #a6273c;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 25px;
    font-family: 'RumblesportAthletic', sans-serif;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.main-title.color-black {
    font-family: 'RumblesportAthletic', sans-serif;
}
.main-title:before {
    content: '';
    background-image: url(./images/main-title-before.png);
    width: 46px;
    height: 59px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.main-title:after {
    content: '';
    background-image: url(./images/main-title-after.png);
    width: 46px;
    height: 59px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.main-title.color-white:before {
    background-image: url(./images/main-title-white-before.png);
    width: 84px;
    height: 109px;
}
.main-title.color-white:after {
    background-image: url(./images/main-title-white-after.png);
    width: 84px;
    height: 109px;
}
.main-title.color-black:before {
    background-image: url(./images/main-title-black-before.png);
    width: 37px;
    height: 48px;
}

.main-title.color-black:after {
    background-image: url(./images/main-title-black-after.png);
    width: 37px;
    height: 48px;
}

.home .top-page-left .main-title {
    font-size: 50px;
}

.main-title p {
    line-height: 45px;
    margin: 0px;
}

.section-title {
    font-size: 62px;
    color: #a6273c;
    font-family: 'CityBold', sans-serif;
    margin: 0;
}
.section-description {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000;
}

.page-title-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    grid-gap: 50px;
}

section p {
    font-weight: 700;
}

.text-center {
    text-align: center;
}
.sub-title {
    font-size: 36px;
    margin: 0px 0px 10px;
    font-family: 'RumblesportAthletic', sans-serif;
    text-transform: lowercase;
}
.sub-title:before {
    content: '';
    background-image: url(./images/heading-art-white-before.png);
    width: 106px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.sub-title:after {
    content: '';
    background-image: url(./images/heading-art-white-after.png);
    width: 106px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

/***Colors***/
.color-white {
    color: #fff;
}
.color-black{
    color: #000;
}
.color-primary {
    color: #031934;
}
.color-secondary {
    color: #a6273c;
}


/***Favicon Logo***/
.favicon-logo {
    margin: 0 auto;
    display: table;
    margin-bottom: 50px;
    max-width: 20vmax;
}

/***Gallery***/

.mySwiper {
    margin-top: 75px;
}

.swiper-button-next, .swiper-button-prev {
    color: rgb(255 255 255 / 75%) !important;
    font-weight: 700;
}

.gallery-images .gallery-image {
    line-height: 0;
    overflow: hidden;
    cursor: pointer;
}
.gallery-images img {
    padding: 0;
    border: 0 !important;
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
}
.gallery-images .gallery-image:hover img {
    transform: scale(1.1);
}
.see-more-stacked {
    display: grid;
    grid-template: 'stack';
}
.see-more-stacked > * {
    grid-area: stack;
}
.see-more-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.gallery-logo {
    max-width: 150px;
    aspect-ratio: unset !important;
    transform: unset !important;
}
.see-more-button {
    pointer-events: all;
    background-color: #a6273c;
    padding: 20px 10px;
    color: #fff;
    font-weight: 400;
    font-family: 'RumblesportAthletic';
    margin-top: 25px;
    font-size: 20px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
    border: 1px solid #a6273c;
    transition: 0.3s;
    text-transform: lowercase;
}
.gallery-image:last-child:hover .see-more-button {
    color: #a6273c;
    background-color: #fff;
    text-shadow: unset;
}


/***Home***/

/***Section 1***/
.home-section-1 {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 75px 0 100px;
}

.video-left-img {
    max-width: 250px;
    width: 100%;
}

.home-section-1 .section-margin {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    grid-gap: 100px;
}

.home-section-1-logo {
    line-height: 0;
}

.home-section-1-logo img {
    max-width: 275px;
}

.home-section-1-content {
    display: flex;
    flex-direction: column;
    grid-gap: 35px;
}

/*** Section 2 ***/

.home-section-2 {
    background-color: #031934;
    padding-bottom: 75px;
}

.home-section-2-content {
    display: flex;
    flex-direction: column;
    grid-gap: 50px;
}

.getaways1-container {
    margin-top: 50px;
}

.getaway1 {
    flex: 1 1 calc(25% - 18.75px);
}

.getaways1 {
    display: flex;
    grid-gap: 25px;
    flex-wrap: wrap;
    align-items: end;
}

.getaway1 h3 {
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.getaway1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
    transition: all .7s cubic-bezier(.5,.12,.46,.88);
    transform-style: preserve-3d;
}

.getaway1 .getaway1-container .card-rotation-container {
    display: grid;
    grid-template:
        'stack';
    overflow: hidden;
    cursor: pointer;
    transition: all .7s cubic-bezier(.5,.12,.46,.88);
    transform-style: preserve-3d;
    transform: rotateY(0deg);
}

.getaway1 .getaway1-container .card-rotation-container > * {
    grid-area: stack;
}

.getaway1-inner {
    display: flex;
    justify-content: center;
    transition: all .7s cubic-bezier(.5,.12,.46,.88);
    cursor: pointer;
    /* opacity: 0; */
    transform: rotateY(-180deg) translateZ(200px);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    box-sizing: border-box;
}

.card-img-rot {
    transition: all .7s cubic-bezier(.5,.12,.46,.88);
}

.getaway1-container:hover .card-img-rot {
    background-color: rgb(0 0 0);
    transform: rotateY(180deg);
    transform-style: preserve-3d;
}

.getaway1-container:hover img {
    opacity: 0.3;
}

.getaway1-container:hover .getaway1-inner {
    transition: all .7s cubic-bezier(.5,.12,.46,.88);
    transform: rotateY(0deg) translateZ(0px);
}

.getaway1 .getaway1-container .card-rotation-container .card-img-rot {
    border: 10px solid #a6273c;
    box-sizing: border-box;
}

.getaway-lower {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 25px;
    grid-gap: 15px;
    box-sizing: border-box;
}

.card-description {
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.card-title {
    color: #fff;
    font-family: 'CityBold', sans-serif;
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
}

.getaway1-inner h3 {
    padding: 5px 15px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
    position: relative;
    font-size: 44px;
}

.getaway1-inner a {
    color: #fff;
    font-size: 24px;
    font-family: 'CityBold', sans-serif;
    box-sizing: border-box;
    text-transform: uppercase;
}

.getaway1-inner a:after {
    content: '\>';
    margin-left: 8px;
}

.getaway1-inner a:hover {
	transform: scale(1.1);
}


/***Section 3***/

.home-3-favicon {
    margin: 0 auto;
    display: table;
    transform: translateY(-50%);
}

.football-section-1 {
    background-color: #031934;
    padding: 75px 0;
}

.football-section-1 .video-left-img {
    max-width: 400px;
}

.football-section-1 .video-left-desc {
    line-height: 2em !important; 
}

.football-section-1 .video-flex-left {
    grid-gap: 35px;
}

.video-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    grid-gap: 50px;
}

.video-flex-left, .video-flex-right {
    flex: calc(50% - 25px);
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 25px;
}

.video-left-title, .video-left-desc {
    margin: 0;
	text-align: center;
}

.video-left-title {
    font-size: 50px;
    text-transform: uppercase;
}

.video-right-title {
    font-size: 36px;
    text-transform: uppercase;
}

.video-container a {
    display: block;
    cursor: pointer;
    line-height: 0;
    overflow: hidden;
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
}

.video-container a:hover img {
    scale: 1.1;
}

.video-thumb {
    transition: 0.3s;
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/***Section 4***/
.home-4-content .wrap p {
    margin-top: 50px;
}

.home-map {
    margin-top: 75px;
}

.map-stack .map iframe {
    width: 100%;
    height: 100%;
}

.map {
    line-height: 0;
}

.map-stack {
    display: grid;
    grid-template:
        'stack';
    height: 500px;
}

.map-stack > * {
    grid-area: stack;
}


.map-content {
    display: flex;
    align-content: stretch;
    flex-wrap: wrap;
    justify-content: end;
    width: 100%;
}

.map-content-container {
    background-color: #a6273c;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    grid-gap: 25px;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
}

.map-content-container h3 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin: 0;
}

.map-content-container p {
    margin: 0 !important;!i;!;
    color: #fff;
    text-align: center;
}

.form-code .contact-button {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: table !important;!i;!;
    background-color: #031934 !important;!i;!;
    font-size: 18px !important;!i;!;
    text-transform: capitalize !important;!i;!;
    padding: 10px 20px !important;!i;!;
}

.form-details {
    margin-top: -40px;
    display: flex;
    grid-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.form-details a {
    color: #fff;
}

.football-map .map-stack {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/***Section 4 (Getawaya)***/
.getaways {
    column-count: 3;
    margin-top: 50px;
    grid-gap: 50px;
}
.getaway {
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.getaway-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    max-width: 150px;
    width: 100%;
    max-height: 150px;
    height: 100%;
    aspect-ratio: 1;
    flex-basis: calc(35% - 20px);
}

.getaway img {
    max-height: 85px;
}

.getaway:nth-child(3n-2) .getaway-logo {
    background-color: #031934;
}

.getaway:nth-child(3n-1) .getaway-logo {
    background-color: #60e1e5;
}

.getaway:nth-child(3n) .getaway-logo {
    background-color: #a6273c;
}

.getaway h3 {
    font-family: 'RumblesportAthletic', sans-serif;
    line-height: normal;
    text-transform: lowercase;
    font-size: 28px;
    margin: 0;
}

.getaway-inner p {
    margin: 0;
}

.getaway:nth-child(3n-2) h3 {
	color: #031934;
}

.getaway:nth-child(3n-1) h3 {
	color: #60e1e5;
}

.getaway:nth-child(3n) h3 {
	color: #a6273c;
}

.getaway-inner {
    flex-basis: calc(65% - 20px);
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.getaway-inner .primary-button {
    font-size: 28px;
    font-family: 'CityBold', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 20px 2px;
	color:#fff;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
}

.getaway-inner .primary-button:hover {
	scale: 1.1;
}

.getaway:nth-child(3n-2) .getaway-inner .primary-button {
	background-color: #031934;
}

.getaway:nth-child(3n-1) .getaway-inner .primary-button {
	background-color: #60e1e5;
}

.getaway:nth-child(3n) .getaway-inner .primary-button {
	background-color: #a6273c;
}


/***Section 5***/

.home-section-5 {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 0 !important;
}

.fisherman-left {
    max-width: 40%;
    background-color: rgb(39 70 23 / 90%);
    padding: 25px 40px;
    margin: 150px 0 50px;
}

.fisherman-left img {
    margin: 0 auto;
    display: table;
    margin-top: -125px;
    margin-bottom: 20px;
}

.fisherman-left h2 {
    font-family: 'RumblesportAthletic',sans-serif;
    font-size: 36px;
}

.fisherman-left a {
    margin: 0 auto;
    display: table;
    font-size: 26px;
    text-transform: uppercase;
    padding: 5px 25px 2px;
}
.fisherman-left a:hover {
    text-shadow: 0 0 0 BLACK;
}

/* Section 7 */
.home-section-7 {
    background-position: center 85%;
    background-repeat: no-repeat;
    background-size: auto;
    border-bottom: 15px solid #031934;
    background-color: #fffbf3;
}
.testimonial-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 5vmax;
}
.testimonial-inner > * {
    flex: 1 1;
}
.fish-inline {
    max-width: 200px;
    height: auto;
    width: 100%;
    object-fit: contain;
    opacity: 0.2;
}
.testimonial-text {
    margin: 0;
}
.testimonial-author {
    font-style: italic;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
}
.home-section-7 .secondary-button {
    margin: 0 auto;
    display: table;
    margin-top: 25px;
}
  

/* Cottages Single */
.cottage-rates-table {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 15px;
    margin-top: 25px;
}

.cottage-rates-table > p {
    background-color: #031934;
    font-size: 20px;
    padding: 15px 10px;
    margin-bottom: 0px;
    margin-top: 50px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
}

.cottage-name-rate {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 25px;
}

.cottage-rate-name {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.cottage-rate-price {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.flex-buttons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.flex-buttons a {
    background-color: #000;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 8px 25px;
    display: inline-block;
}

.flex-buttons a:hover {
    scale: 1.1;
}

.flex-buttons .button-1 a {
    background-color: #031934;
}

.flex-buttons .button-2 a {
    background-color: #90b6ce;
}

.flex-buttons .button-3 a {
    background-color: #a6273c;
}

/***Ifram Gallery Fix***/
.lg-outer[data-lg-slide-type="iframe"] .lg-item:before{
    content: none;
}
.lg-outer .lg-has-iframe .lg-object {
    width: 100%;
    height: 100%;
}

.cabins-tour-top {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 25px;
}

.cabins-single > a * {
    grid-area: stack;
}

.icon-360 {
    transform: unset !important;
    position: relative;
    max-width: 3.75vmax;
}

.v-click {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
}

.v-click p {
    display: block;
    color: #fff;
    font-family: 'RumblesportAthletic', sans-serif;
    text-transform: uppercase;
    font-size: 2vmax;
    margin: 0;
}

.cabins-single > .tour-link {
    overflow: hidden;
    display: block;
    line-height: 0;
    margin-bottom: 10px;
    cursor: pointer;
    display: grid;
    grid-template:
        'stack';
    align-items: center;
}

.cabins-single > .tour-link:hover img {
    transform: scale(1.1);
}

.tour-image {
    width: 100%;
    aspect-ratio: 16/9;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.cabin-gallery {
    display: flex;
    grid-gap: 10px;
    margin-top: 5px;
    flex-wrap: wrap;
}

.cabin-gallery img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    height: auto;
    transition: 0.3s;
}

.cabin-gallery a:hover img {
    transform: scale(1.1);
}

.cabin-pricing {
    display: flex;
    justify-content: center;
    grid-gap: 5vmax;
}

.cabins-tour-note {
    font-size: 18px;
    margin: 0;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
}

.cabin-gallery a {
    flex: 1 1 15%;
    overflow: hidden;
    line-height: 0;
}

.cabins-single > p {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 40px;
}

/* Town Houses */
.town-house-single .tour-link, .town-house-rate-title {
    margin-top: 50px;
}

.town-house-buttons {
    margin: 75px auto;
    border-bottom: 1px solid rgb(143 145 107 / 70%);
    padding-bottom: 75px;
    max-width: 1000px;
}

.town-house-single:nth-child(3n-1) .v-click span {
    background-color: #6cd1e1;
}

.town-house-single:nth-child(3n) .v-click span {
    background-color: #859358;
}

.town-house-single:nth-child(3n-1) .cottage-rates-table > p {
    background-color: #6cd1e1;
}

/* .town-house-single:nth-child(3n-1) .cottage-rate-name {
    background-color: #859358;
}

.town-house-single:nth-child(3n-1) .cottage-rate-price {
    background-color: #031934;
} */

.town-house-single:nth-child(3n) .cottage-rates-table > p {
    background-color: #859358;
}

/* .town-house-single:nth-child(3n) .cottage-rate-name {
    background-color: #031934;
}

.town-house-single:nth-child(3n) .cottage-rate-price {
    background-color: #6cd1e1;
} */

.cabins-title-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 50px;
}

.cabins-title-icon-container {
    padding: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cabins-single:nth-child(3n-2) .cabins-title-icon-container {
    background-color: #a6273c;
}

.cabins-single:nth-child(3n-1) .cabins-title-icon-container {
    background-color: #031934;
}

.cabins-single:nth-child(3n) .cabins-title-icon-container {
    background-color: #90b6ce;
}

.cabins-title-icon {
    aspect-ratio: 1;
    object-fit: contain;
    width: 100%;
    height: 100%;
    line-height: 0;
    transform: scale(0.9) translateY(-3px);
}

.cabins-title-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cabins-title {
    margin: 0;
    font-size: 62px;
}

.cabins-sub-title {
    margin: 0;
    font-size: 45px;
    font-family: 'CityBold', sans-serif;
    font-weight: 400;
}

.cabins-single:nth-child(3n-2) .cabins-title {
    color: #a6273c;
}

.cabins-single:nth-child(3n-2) .cabins-sub-title {
    color: #a6273c;
}

.cabins-single:nth-child(3n-1) .cabins-title {
    color: #031934;
}

.cabins-single:nth-child(3n-1) .cabins-sub-title {
    color: #031934;
}

.cabins-single:nth-child(3n) .cabins-title {
    color: #90b6ce;
}

.cabins-single:nth-child(3n) .cabins-sub-title {
    color: #90b6ce;
}

.v-click-container {
    display: inline-block;
    padding: 10px 25px;
    position: relative;
}

.virtual-tour-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cabins-single:nth-child(3n-2) .v-click-container {
    background-color: #a6273c;
}

.cabins-single:nth-child(3n-1) .v-click-container {
    background-color: #031934;
}

.cabins-single:nth-child(3n) .v-click-container {
    background-color: #90b6ce;
}

.cabin-rates-container {
    margin-top: 50px;
}

.cabin-rates-title {
    font-size: 45px;
    color: #a6273c;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
}

.cabin-rates-title:before, .cabin-rates-title:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-color: #a6273c;
    border-radius: 100%;
}

.cabine-rates-description {
    color: #000;
    font-size: 20px;
}

/* Campsites */
.experience-slider-image {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.campsite.cabins-single .cabins-title-icon-container {
    background-color: #a6273c;
}

.campsite.cabins-single .cabins-title {
    color: #a6273c;
}

.swiper-pagination {
    position: unset !important;
    display: flex !important;
    justify-content: space-between !important;
    grid-gap: 20px !important;
}

.swiper-pagination-bullet {
    margin: 0 !important;
    flex: calc(20% - 20px) !important;
    border-radius: 0 !important;
    height: 12px !important;
    background-color: #2c2d32 !important;
    opacity: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #a6273c !important;
}

.swiper-pagination-bullet:hover {
    background-color: #a6273c !important;
}

/* Reservation Request */

.reservations-form {
    background-color: #031934;
    padding: 1.75vmax 1.75vmax 10px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
}
.reservations-form .wpcf7-list-item {
    margin: 0;
}
.reservations-form .wpcf7-radio {
    grid-gap: 25px;
    display: flex;
    flex-wrap: wrap;
    column-count: 6;
}

/***Section 2***/
.things {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    grid-gap: 25px;
}

.things img {
    max-width: 90px;
}

.things > * {
    flex: 1 1;
    margin: 0;
}

.things > p {
    flex-basis: calc(100% - 90px - 25px);
}

.things-to-know .testimonial-container {
    margin-top: 25px;
}


/***Home Header Reservation***/

.title-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.page-logo {
    line-height: 0;
}

.page-logo img {
    max-width: 400px;
    margin-bottom: 35px;
    width: 100%;
}

.site-header .wrap {
	width: 100%;
	display: flex;
	align-items: end;
	justify-content: start;
}


.site-header .wrap .title-area {
	align-items: start;
}

.home .site-header .wrap .title-area {
    margin: 0px auto;
    justify-content: center;
    align-items: center;
}

/* Home BG Video */
.home .site-inner {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: rgba(255, 255, 255, 1);
}

/*Getaways*/

/***Section 1***/
.getaways-container {
    margin: 75px auto 0;
    /* max-width: 1000px; */
}
.getaways-section:nth-child(3n-2) .getaways-container {
    background-color: #a6273c;
}

.getaways-section:nth-child(3n-1) .getaways-container {
    background-color: #659bc9;
}

.getaways-section:nth-child(3n) .getaways-container {
    background-color: #031934;
}

.getaways-cover {
    display: grid;
    grid-template: 'stack';
}

.getaways-cover > * {
    grid-area: stack;
}

.cover-content {
    max-width: 60%;
    display: flex;
    align-items: center;
}

.cover-content div {
    padding: 40px;
    text-align: center;
}

.getaways-cover h3 {
    font-family: 'RumblesportAthletic', sans-serif;
}

.getaways-section:nth-child(3n-2) .getaways-container .cover-content div {
    background-color: rgb(189 110 79 / 80%);
}

.getaways-section:nth-child(3n-1) .getaways-container .cover-content div {
    background-color: rgb(101 155 201 / 80%);
}

.getaways-section:nth-child(3n) .getaways-container .cover-content div {
    background-color: rgb(25 71 64 / 80%);
}

.getaways-container .cabin-gallery {
    margin: 15px;
}

.getaways-testimonial {
    margin: 15px;
    background-position: center;
    background-size: cover;
}

.getaways-testimonial .white-overlay {
    padding: 25px;
}

.getaways-testimonial .testimonial-inner {
    margin: 0px;
    justify-content: center;
    align-items: start;
    grid-gap: 3vmax;
}
.getaways-testimonial .favicon-logo {
    margin-bottom: 0;
    max-width: 125px;
}
.getaways-testimonial .fish-inline {
    max-width: 125px;
    opacity: 1;
}

.getaways-testimonial h4 {
    font-size: 32px;
}

.getaways-testimonial p {
    font-size: 16px;
    margin: 0;
}

.getaways-testimonial .testimonial-author {
    margin-top: 10px;
}

/*Amenities*/

.amenities-section .getaway1 {
    flex: 1 1 calc(33.33% - 33.33px);
}

.amenities-section .getaway1 img {
    aspect-ratio: 1;
}

.amenities-section .getaway-lower {
    padding: 40px;
}

.amenities-section .getaway1 h3 {
    color: #000;
}

.amenities-section .getaways1 {
    grid-gap: 50px;
}

.amenities-section .getaway1:nth-child(6n-2) h3, .amenities-section .getaway1:nth-child(6n-1) h3, .amenities-section .getaway1:nth-child(6n) h3 {
    color: #a6273c;
}

.amenities-section .getaway1:nth-child(6n-2) .getaway1-container .card-rotation-container .card-img-rot, .amenities-section .getaway1:nth-child(6n-1) .getaway1-container .card-rotation-container .card-img-rot, .amenities-section .getaway1:nth-child(6n) .getaway1-container .card-rotation-container .card-img-rot {
    border-color: #000;
}

/*FAQS*/

.faqs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.faq-inner {
    flex: 1 1;
}

.faq {
    display: flex;
    grid-gap: 20px;
}

.faq:before {
    content: '';
    background-image: url(./images/faq-icon.png);
    width: 60px;
    background-repeat: no-repeat;
    background-size: auto;
    height: 75px;
    display: block;
    transform: translateY(-35%);
}

.faq p {
    margin: 0;
}

.question {
    font-family: 'RumblesportAthletic', sans-serif;
    font-size: 25px;
    color: #a6273c;
}

.answer {
    font-size: 18px;
    margin-top: 10px !important;
}

/*Our Brochure*/
.brochure-section img {
    margin: 0 auto;
    display: table;
}

/*Maps & Rules*/
.maps-section img {
    margin: 0 auto;
    display: table;
    box-sizing: border-box;
    max-width: 1000px;
    width: 100%;
}

.maps-section .primary-button {
    margin: 0 auto;
    display: table;
    cursor: pointer;
}

.rules-container {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
    max-width: 1000px;
}

/*Local Attraction*/
.nearby-areas {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 50px;
}

.nearby-areas .getaway1 {
    flex: 1 1 calc(33.33% - 50px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nearby-areas h3 {
    font-size: 28px;
}

.nearby-areas .getaway1:nth-child(4n-3) .getaway1-container {
    border: 10px solid #90b6ce;
}

.nearby-areas .getaway1:nth-child(4n-2) .getaway1-container {
    border: 10px solid #a6273c;
}

.nearby-areas .getaway1:nth-child(4n-1) .getaway1-container {
    border: 10px solid #031934;
}

.nearby-areas .getaway1:nth-child(4n) .getaway1-container {
    border: 10px solid #9cb8a3;
}

.nearby-areas .card-description {
    font-size: 20px;
    line-height: 2em;
}

.nearby-areas .getaway1-inner {
    align-items: center;
}


/*Photo Gallery*/

#photo-gallery a {
    overflow: hidden;
    flex: 1 1 calc(33.33% - 22px);
}

#photo-gallery a img {
    transition: 0.3s;
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#photo-gallery a:hover img {
    transform: scale(1.1);
}

#photo-gallery {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 33px;
    max-width: 1000px;
    margin: 0 auto;
}

/*Testimonials*/
.testimonials-cont {
    grid-gap: 75px;
    display: flex;
    flex-direction: column;
}

.testimonial-title {
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
}

.testimonial-content .testimonial-author {
    text-align: right;
    font-size: 20px;
}

.testimonial-review {
    font-size: 20px;
}

.testimonial-content:nth-child(4n-2) p {
	    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
}

.testimonials-scroll-section {
    text-align: center;
    background-color: #fff;
}

.testimonial-slider-content {
    background-image: url(./images/testimonials-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 110%;
    padding: 75px 0;
}

.photo-gallery-testimonial-title {
    margin-bottom: 75px;
}

.testimonial-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 30px;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.testimonials-page .testimonial-container {
    background-image: url(./images/testimonial.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}


.testimonial-slider-content > img {
    max-width: 118px;
}

/* .swiper-pagination {
    position: unset !important;
    margin-top: 25px;
}
.swiper-pagination-bullet {
    background-color: #7c665b !important;
    padding: 3px;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background-color: #a6273c !important;
} */

/*Black Lake Fishing*/

.image-bg-stack {
    display: grid;
    grid-template:
        'stack';
}

.image-bg-stack > * {
    grid-area: stack;
}

.image-bg-stack img {
    aspect-ratio: 20/9;
    object-fit: cover;
    height: 100%;
}

.image-bg-stack-container {
    display: flex;
    align-items: center;
    justify-content: left;
}

.image-bg-stack-content {
    max-width: 50%;
    padding: 25px 50px;
    background-color: rgb(39 70 23 / 72%);
}

.image-bg-stack-content h3 {
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
    font-size: 28px;
}

.image-bg-stack-content p {
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
}

.image-bg-stack-content p {
    margin-bottom: 0;
}

.rental-top-icon {
    margin: 0 auto;
    display: table;
    max-width: 9.5vmax;
    filter: drop-shadow(2px 2px 0px rgb(0 0 0 / 70%));
}

.rental .main-title {
    margin: 25px 0;
    text-align: center;
}

.rental:nth-child(odd) .image-bg-stack-container {
    justify-content: right;
}

.rental:nth-child(3n-2) .image-bg-stack-content {
    background-color: rgb(108 209 225 / 78%);
}

.rental:nth-child(3n-1) .image-bg-stack-content {
    background-color: rgb(133 147 88 / 65%);
}

.rental:nth-child(3n) .image-bg-stack-content {
    background-color: rgb(255 149 44 / 78%);
}

.rental:nth-child(3n-2) .rental-content {
    background-color: #6cd1e1;
}

.rental:nth-child(3n-1) .rental-content {
    background-color: #859358;
}

.rental:nth-child(3n) .rental-content {
    background-color: #a6273c;
}

.rental-icon-button-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px;
    text-align: center;
}

.rental-icon-button-flex > * {
    flex: 1 1 33.33%;
}

.rental-icon-button-flex div:last-child {
    text-align: right;
}

.rental-rates-icon {
    max-width: 7.75vmax;
    filter: drop-shadow(1px 1px 0px rgb(0 0 0 / 70%));
}

.rental-icon-button-flex a {
    text-align: center;
    font-family: 'CityBold';
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    background-color: #7c665b;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
    box-shadow: 1px 1px 1px rgb(0 0 0 / 70%);
    padding: 5px 25px 2px;
    display: inline-block;
}

.rental-icon-button-flex a:hover {
	transform: scale(1.1);
}

.rental-rates-title {
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
    font-size: 34px;
    margin-bottom: 25px;
}

.rental-content-prices {
    padding: 0px 25px 25px;
}

.rental-rates {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 15px;
}

.rental-rate-title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px solid #fff;
    font-weight: 400;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
    box-shadow: 0px 1px 0px #000;
    padding-bottom: 2px;
    font-size: 20px;
}

.rental-rate-price {
    color: #fff;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
    font-size: 18px;
    margin: 0;
}

/*Cottages*/
.cottages {
    display: flex;
    grid-gap: 25px;
    flex-wrap: wrap;
}

.cottage {
    flex: 1 1 45%;
    background-image: url(./images/cottage-bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
    overflow: hidden;
}

.cottage:nth-child(5n-4) .cottage-bg {
    background-color: rgb(39 70 23 / 90%);
}

.cottage:nth-child(5n-3) .cottage-bg {
    background-color: rgb(108 209 225 / 90%);
}

.cottage:nth-child(5n-2) .cottage-bg {
    background-color: rgb(133 147 88 / 90%);
}

.cottage:nth-child(5n-1) .cottage-bg {
    background-color: rgb(255 149 44 / 90%);
}

.cottage:nth-child(5n) .cottage-bg {
    background-color: rgb(124 102 91 / 90%);
}

.cottage-bg {
    padding: 15px;
	height: 100%;
}

.cottage-title {
    font-size: 32px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
    margin-bottom: 15px;
}

.cottage-stacked {
    display: grid;
    grid-template:
        'stacked';
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cottage-stacked > * {
    grid-area: stack;
}

.cottage-stacked .icon-360 {
    max-width: 5vmax;
}

.cottage-image {
    transition: 0.3s;
}

.cottage-stacked:hover .cottage-image {
    scale: 1.1;
}

.cottage-description {
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
    margin-top: 5px;
}

.cottage-button {
    text-align: center;
    margin: 0 auto;
    display: table;
    color: #fff;
    font-family: 'CityBold', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px 15px 3px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
}

.cottage-button:hover {
    scale: 1.1;
    color: #fff;
}

.cottage:nth-child(5n-4) .cottage-button {
    background-color: #a6273c;
}

.cottage:nth-child(5n-3) .cottage-button {
    background-color: #031934;
}

.cottage:nth-child(5n-2) .cottage-button {
    background-color: #6cd1e1;
}

.cottage:nth-child(5n-1) .cottage-button {
    background-color: #7c665b;
}

.cottage:nth-child(5n) .cottage-button {
    background-color: #859358;
}

/*The Grist Mill*/
.rates-bg {
    background-attachment: fixed;
}

.page-template-page-black-lake-fishing div.section-background {
    margin-top: 40px;
}

.black-lake-fishing-section-2 > .section-padding, .black-lake-fishing-section-3 > .section-padding, .black-lake-fishing-section-4 > .section-padding {
    padding-top: 0px;
}

.page-template-page-black-lake-fishing div.section-background .fisherman-left h3 {
    font-family: 'RumblesportAthletic', sans-serif;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
}

.fisherman-left h3 {
    font-size: 40px;
}

.price-area-top img {
    margin-bottom: 20px;
}

.fishing-price-section {
    padding: 0px 0px 20px;
}

.fishing-price-section .cabin-gallery {
    margin: 15px;
    grid-gap: 15px;
}

.fishing-price-section .price-area h3:before {
    content: '';
    background-image: url(./images/heading-art-before-dyk.png);
    width: 152px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    margin-top: -8px;
}

.fishing-price-section .price-area h3:after {
    content: '';
    background-image: url(./images/heading-art-after-dyk.png);
    width: 154px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    margin-top: -8px;
}

.fishing-price-section .price-area p {
    margin-bottom: 0px;
    font-size: 18px;
}

.fishing-price-section .price-area {
    background-color: rgb(255 251 243 / 85%);
    background-image: url(./images/did-you-know-bg.jpg);
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    padding: 40px;
    margin: 0 15px;
}

.black-lake-fishing-section-1 .fishing-price-section {
    margin-top: 25px;
    background-color: #031934;
}

.black-lake-fishing-section-3 .fisherman-left {
    background-color: rgba(205, 77, 34, 0.8);
}

.black-lake-fishing-section-1 .fisherman-left {
    background-color: rgba(40, 11, 5, 0.8);
}

.black-lake-fishing-section-1 .reservation-button {
    background-color: #a6273c;
}

.black-lake-fishing-section-1 {
    background-position: center 50px;
}

.page-template-page-black-lake-fishing div.section-background .fisherman-left .favicon-logo {
    max-width: 75px;margin-bottom: 10px;
}

.black-lake-fishing-section-2 .fisherman-left {
    background-color: rgba(113, 105, 61, 0.8);
}

.black-lake-fishing-section-2  .fishing-price-section {
    background-color: #71693d;
}

.price-area-top {
    display: flex;
    margin: 25px 25px 0;
}

.price-area-top > * {
    flex: 1 1;
}

.price-area-top .favicon-logo {
    max-width: 75px;
    width: 100%;
    height: auto;
}

.reservation-button {
    float: right;
    font-size: 18px;
    font-family: 'RumblesportAthletic';
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
}

.black-lake-fishing-section-2 .reservation-button {
    background-color: #fbf5ef;
    color: #000;
}

.reservation-button:hover {
    color: #fff;
    background-color: #4c422c !important;
}

.price-area h3 {
    font-family: 'RumblesportAthletic';
    font-size: 30px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
}

.pricing_details {
    padding: 0px 50px;
    display: flex;
    justify-content: space-around;
    color: #fff;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
    flex-wrap: wrap;
}

.pricing-name {
    font-size: 24px;
    margin-bottom: 0;
    font-family: 'RumblesportAthletic';
    border-bottom: 2px solid #fff;
    text-align: center;
}

.pricing-price {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}

.black-lake-fishing-section-3 .fishing-price-section {
    background-color: #a6273c;
}

.black-lake-fishing-section-3 .reservation-button {
    background-color: #a6273c;
}

.black-lake-fishing-section-4 .fisherman-left {
    background-color: rgba(52, 64, 18, 0.8);
}

.black-lake-fishing-section-4 .fishing-price-section {
    background-color: #344012;
}

.black-lake-fishing-section-4 .reservation-button {
    background-color: #031934;
}

.black-lake-fishing-section-5 {
    border-top: 6px solid #a6273c;
    border-bottom: 15px solid #031934;
}

.black-lake-fishing-section-5 .fishing-price-section {
    background-color: #2b4965;
}

.black-lake-fishing-section-5 .reservation-button {
    background-color: #bd6e4f;
}

.text-shadow-unset {
    text-shadow: none !important;
}

.pricing-name.text-shadow-unset {
    border-color: #000;
}


/***Contact***/
.contact-section {
    background-image: url(./images/contact-section-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-details strong, .contact-details strong a {
    display: block;
    text-align: center;
    font-size: 22px;
    font-family: 'CityBold', sans-serif;
    color: #000;
}

.contact-details p {
    margin: 0;
}
.contact-section .section-title-container {
    max-width: 350px;
    margin-top: 30px;
}
.contact-form-container {
    background-size: cover;
}
.contact-form-inner {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 50px;
    align-items: center;
}
.contact-form-inner > div {
    flex: 1 1 calc(50% - 25px);
}

.contact-details {display: flex;flex-direction: column;align-items: center;grid-gap: 25px;}

.contact-logo {
    max-width: 300px;
    display: table;
    margin: 0 auto;
}

.contact-details h3 {
    color: #000;
    text-align: center;
    font-size: 34px;
    margin: 0;
}

.contact-address {
    font-size: 18px;
    margin: 0;
    color: #000;
}
.contact-address span {
    display: block;
}
.contact-phone, .contact-email {
    font-size: 18px;
    margin: 0;
    color: #000;
}
.contact-button {
    background-color: #031934;
    font-size: 24px;
}

.contact-button:hover {
    color: #031934;
}

.contact-button:focus[type="submit"], .wpcf7-submit.contact-button.contact-button:focus[type="submit"], .wpcf7-submit.contact-button:focus[type="submit"]  {
	background-color: #a6273c;
}

.directions-section .primary-button {
    margin: 0 auto;
    display: table;
    cursor: pointer;
}

.contact-form h2 {
    margin-bottom: 35px;
    font-family: 'CityBold', sans-serif;
    text-transform: uppercase;
    font-size: 44px;
    text-align: center;
    font-weight: 400;
}
.wpcf7-form p {
    margin: 0px 0px 20px 0px;
}
.contact-form-submit.contact-input-field p {
	margin-bottom: 0px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: end;
	justify-content: center;
	grid-gap: 10px;
}

.packages-submit .contact-form-submit.contact-input-field p {
    align-items: center;
}

.wpcf7-list-item.first {
    margin: 0;
}
.wpcf7-list-item-label {
    color: #fff;
}
.wpcf7-response-output, .wpcf7-not-valid-tip {
    color: #fff;
}

.contact-form .wpcf7-response-output, .wpcf7-not-valid-tip {
    color: #fff !important;
}

.contact-field-section {
    display: flex;
    grid-gap: 25px;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: end;
}
.contact-field-section > * {
    flex: 1 1 calc(50% - 12.5px);
}
.contact-map-description {
    text-align: center;
    font-size: 18px;
}
.contact-map iframe {
    width: 100%;
    height: 450px;
}
.contact-map {
    line-height: 0;
}

.wpcf7-form .contact-mail-phone > input {
    width: 100%;
}

.contact-form {
	background-color: rgb(166 39 60 / 100%);
	padding: 30px 30px 5px;
    box-sizing: border-box;
}

.seasonal-package-form {
    max-width: 800px;
    margin: 0 auto;
}

.contact-form-bg {
    background-image: url(./images/contact-bg.png);
	background-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

.contact-form-title {
    text-align: center;
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'RumblesportAthletic', sans-serif;
}

.contact-labels {
    font-size: 16px;
}

.contact-form textarea {
    height: 100px;
}

.cf-required {
    color: #bd6e4f;
}

.contact-details-bg {
    background-color: rgb(39 70 23 / 85%);
    padding: 30px 50px;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
}

.contact-details-text {
    margin: 5px 0 0 0;
    font-size: 18px;
}

.contact-form textarea {
    height: 150px;
}

.contact-form .wpcf7-submit {
    background-color: #031934;
    font-family: 'CityBold', sans-serif;
    font-size: 24px;
    padding: 10px 25px;
}

.contact-form .wpcf7-submit:hover {
    background-color: #fff;
	color: #031934;
}

.contact-form .wpcf7-submit:focus[type="submit"] {
    background-color: #031934;    
}




/* About, Things To Do, Stay With Us */
.ats-contents {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 75px;
}

.ats-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 50px;
}

.ats-content:nth-child(even) {
    flex-direction: row-reverse;
}

.ats-image {
    flex: 1 1 55%;
    max-width: 55%;
    aspect-ratio: 18/9;
    object-fit: cover;
    object-position: center;
}

.ats-content-group {
    flex: 1 1 calc(45% - 50px);
}

.ats-content-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    grid-gap: 25px;
}

.ats-logo-title {
    display: grid;
    grid-template:
        'stack';
}

.ats-logo-title > * {
    grid-area: stack;
}

.ats-favicon {
    max-width: 275px;
}

.ats-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    margin: 0 auto;
    color: #031934;
    text-transform: uppercase;
}

.ats-description {
    max-width: 75%;
    margin: 0;
}

.ats-content .button-4 {
    text-transform: uppercase;
    font-family: 'RumblesportAthletic', sans-serif;
    font-size: 28px;
    padding: 10px 40px;
	margin-bottom: 0;
}



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

/*-----Mobiles-----*/

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

    /*Home*/
    .getaways1 {
        columns: 1 !important;
    }
    .getaways1 > * {
        flex: 1 1 100% !important;
    }
    .amenity {
        flex-direction: column;
        align-items: center;
    }
    .getaway-inner {
        align-items: center;
        text-align: center;
    }


    /*Contact*/
    .contact-field-section {
        flex-wrap: wrap;
        grid-gap: 5px;
    }
	.contact-labels {
	    font-size: 16px;
	}


    input,select,textarea {
        width:100%;
        overflow:hidden
    }

    /*Gallery*/
    .gallery-images .gallery-image {
        flex-basis: 100% !important;
    }

	#photo-gallery {
	    flex-direction: column;
	}

	/***Footer***/
	.footer-widgets .wrap {
    	flex-direction: column;
	 }

	.things img {
	    max-width: 50px;
	    margin-top: 5px;
	}
	
	.things {
	    grid-gap: 15px;
	}

}

/*-----Tablet (Portrait)-----*/
@media only screen and (max-width:768px){

	.map-content-container {
	    padding: 15px;
	    grid-gap: 15px;
	}

	.form-details {
		grid-gap: 5px;
	}
	
    /***Section Margins & Padding***/
    .section-margin, .home-map {
        margin: 50px auto;
    }
    .section-margin-75, .mySwiper {
        margin-top: 50px !important;
    }
	.photo-gallery-testimonial-title {
		margin-bottom: 50px;
	}
    .section-padding, .testimonial-slider-content {
        padding: 50px 0;
    }
    .testimonials-cont {
	    grid-gap: 50px;
	}
	
     /***Section Title & Description***/
     .main-title, .cabins-title, .cabins-sub-title {
        font-size: 4.5vmax;
    }
     .section-title {
        font-size: 6vmax;
    }
    .sub-title {
        font-size: 3vmax;
    }
	.home .top-page-left .main-title {
    	font-size: 40px;
	}
    .site-header .title-area .entry-title:not(.home .site-header .title-area .entry-title) {
        font-size: 4vmax;
        padding: 5px 15px;
        grid-gap: 15px;
    }

    /***Button***/
    .secondary-button, .contact-form-submit .wpcf7-submit, .home-experience .secondary-button {
        padding: 0.5vmax 1vmax;
    }
    .primary-button {
        padding: 1vmax;
    }
    .buttons .button {
        padding: 10px 15px;
    }
	.button-4 {
		font-size: 28px;
	}

    /***Home***/
    .home-section-1 .section-margin {
	    flex-direction: column;
        grid-gap: 50px;
	}

    .home-section-1-content {
        align-items: center;
    }

    .getaways1 {
        display: flex;
        flex-wrap: wrap;
    }
	.getaways1 > * {
		flex: 1 1 calc(50% - 12.5px);
	}

	.getaways-container {
	    margin-top: 0;
	}
	
    .amenities {
        grid-gap: 50px;
    }


	/***Testimonials***/
	.testimonial-slider-content {
	    grid-gap: 25px;
	}
	
	.testimonial-content {
	    grid-gap: 15px;
	    padding: 10px 15px;
	}
	
	.swiper-container {
		max-width: calc(100% - 10vmax - 50px);
	}
	
	/***Local Attractions***/
	.area-content {
	    flex: 1 1 45%;
	}
	.area-content h3 {
	    font-size: 24px;
	}

	/***Black Lake Fishing***/
	.image-bg-stack-content {
	    max-width: 100%;
	}
	
	.rental-icon-button-flex {
	    flex-direction: column-reverse;
	}
	
	.rental-icon-button-flex > div > p {
	    display: none;
	}
	
	.rental-rates-icon {
	    margin-top: 30px;
	}
	
	.rental-rate {
	    flex-basis: 40%;
	}
	
	.rental-rates {
	    grid-gap: 25px;
	    justify-content: space-between;
	}

	
    /***Contact***/
    .contact-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
  
    /***Events Gallery***/
    .events-gallery {
        flex-direction: column;
    }
    .events-months-right {
        margin: 0px;
        column-count: 2;
        display: block;
        margin-top: 20px;
    }
    .event-month {
        margin-bottom: 5%;
    }
    .event-heading img {
        max-height: 35px !important;
    }
    .event-heading h5 {
        font-size: 16px;
        margin: 0px;
        margin-left: 5px;
    }
    .calendar-button {
        font-size: 10px;
        padding: 5px;
    }
    .events-large-text {
        font-size: 12px;
        line-height: normal;
    }
    .image-text {
        font-size: 18px;
    }

    /*Testimonials Home*/
    .testimonial-inner {
        flex-direction: column;
        grid-gap: 50px;
        margin: 25px 0 !important;
        align-items: center !important;
		flex-wrap: nowrap;
    }
    .fish-inline {
        max-width: 100px !important;
    }

    /*Things To Know*/
    .things-to-know .testimonial-container {
        margin: 0;
    }
    .page-template-page-getaways .things:first-child, .page-template-page-cabins-single .things:first-child {
        margin: 0;
    }
    .things-to-know h3 {
		font-size: 28px;
	}

    /*Black Lake Fishing*/
    .pricing_details {
        padding-left: 25px;
        padding-right: 25px;
    }
	
	/*Cottages Single Rates Table*/
	.cottage-rates-table {
		grid-gap: 25px;
		justify-content: space-between;
	}

	.cottage-name-rate {
		flex-basis: calc(50% - 25px);
	}
	
	.cottage-rate-name, .cottage-rate-price {
		font-size: 18px;
	}

    /* Footer */
    .widget-area.footer-widgets-1, .widget-area.footer-widgets-3 {
        flex-direction: column;
    }
	.footer-social {
        justify-content: center;
    }
}


/*-----Tablet and Mobiles-----*/
@media only screen and (max-width: 960px) {

    /*Cover*/
    .cover-content {
        max-width: 100%;
    }

	/*to-top*/
    a.to-top:focus {
        background-color: #a6273c!important;
    }
    a.to-top:hover {
        background-color: #a6273c!important;
        opacity: .5;
    }
    .to-top {
    right:20px;
    bottom:80px
    }

    /*Comments*/
    .entry-comments {
        padding: 30px 10px 30px 10px;
    }
    ol.comment-list ul.children {
        padding-left: 0px; 
        margin-left: 0px; 
    }
        
    /*Breadcrumb*/
    .breadcrumb {
    padding-left:25px!important
    }

    /*Next/Previous*/
    .pagination-previous.alignleft,.pagination-next.alignright{
        line-height: 1.7em;
        font-size: 12px;
            padding: 7px;
    }
    p.pag-prev, p.pag-next {
        font-size: 12px;
    }

    /*Footer*/

    .footerwidgetheader-container .wrap a {
    display:block;
    line-height:2rem!important
    }

    .author-box {
    padding:20px!important
    }

    /*mobile share*/
    #desktop.mobileshare a {
    display:table;
    font-size:8px!important;
    padding:10px 6px 5px
    }


    /*Footer Credits*/
    .site-footer p{
        float:none;
        padding-top:0px;
        text-align: center;
        font-size: 14px;
    }

    /*Theme*/
    .entry {
        margin-bottom:20px;
        padding: 0px 10px 0px 10px !important;
    }

    body {
    font-size:16px;
    font-size:1.6rem
    }

    .overflow-hidden {
        overflow: hidden;
    }
    .archive-pagination li a {
    margin-bottom:4px
    }
    .five-sixths,.four-sixths,.one-fourth,.one-half,.one-sixth,.one-third,.three-fourths,.three-sixths,.two-fourths,.two-sixths,.two-thirds {
    margin:0;
    width:100%
    }
    .sidebar .widget.enews-widget {
    padding:40px
    }
        
    .wrap {
        max-width:800px;
    }

    .content,.content-sidebar-sidebar .content,.content-sidebar-sidebar .content-sidebar-wrap,.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,.title-area {
    width:100%;
    margin-left:0
    }

    .site-header .wrap {
    padding:20px 5%
    }

    .header-image .site-title > a {
    background-position:center top;
    width:100%;
    background-size:contain
    }

    .genesis-nav-menu li,.site-header ul.genesis-nav-menu,.site-header .search-form {
    float:none
    }

    .genesis-nav-menu,.site-description,.site-header .title-area,.site-header .search-form,.site-title {
    text-align:center
    }

    .genesis-nav-menu a,.genesis-nav-menu > .first > a,.genesis-nav-menu > .last > a {
    padding:15px 10px
    }

    .site-header .search-form {
    margin:16px auto
    }

    .genesis-nav-menu li.right {
        padding: 10px;
        width: 100%;
    }
	
	/* 	About, Things To Do, Stay With Us */
	.ats-contents {
		grid-gap: 50px;
	}

	.ats-content:nth-child(even) {
		flex-direction: row;
	}

	.ats-image, .rate-images {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.ats-content-group {
		flex: 1 1 100%;
	}

}



/*Desktops*/    
@media only screen and (min-width: 1024px) {
    /*to top button*/
    .to-top {
	    height:60px;
	    width:60px;
	    right:30px;
	    bottom:60px
    }
}

@media only screen and (min-width: 1025px) {
	.map-content {
	    width: 90%;
	}
}

@media only screen and (max-width: 1200px) {
    .wrap {
        padding: 0px 5% !important;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-sidebar-content .content-sidebar-wrap {
    width:740px
    }

    .content {
    width:620px
    }

    .sidebar-content-sidebar .content,.sidebar-sidebar-content .content,.content-sidebar-sidebar .content {
    width:400px
    }

    .sidebar-primary {
    width:300px
    }
    .getaways1 {
        display: flex;
        flex-wrap: wrap;
    }
    .getaways1 > * {
        flex: 1 1 calc(50% - 12.5px);
    }
    .amenities {
        flex-direction: column;
    }
    .home .site-header .wrap {
        margin: 0px;
    }
}

@media (max-width:1199px) {
	/***Mobile Menu***/
    i.fa.mobile-toggle {
        display: block !important;
        text-align: center;
        color: #fff;
        background-color: #031934;
        font-size: 2.5vmax;
        padding: 12px 0px;
        width: 100%;
    }
    i.fa.mobile-toggle.fa-close {
        position: fixed;
        right: 0;
        z-index: 99999;
    }
    .mobile-toggle.sticky-white {
		position: fixed;
		box-shadow: 0px 0px 15px rgb(0 0 0 / 70%);
		transition: 0.3s;
		z-index: 2;
	}
    .nav-primary {
        display: flex;
        z-index: 99;
        align-items: center;
        justify-content: center;
        transform: translateX(100%);
        z-index: 9999;
    }
    .full-mobile-menu.nav-primary {
        transform: translateX(0%);
    }
    .genesis-nav-menu .menu-item {
        display: block !important;
        width: 100%;
    }

    li.menu-item-has-children > a > span:after {
        content: '' !important;
    }
    .genesis-nav-menu .sub-menu {
        display:none;
        opacity: 1 !important;
        position: unset !important;
        width: 100% !important;
        box-shadow: unset !important;
    }
    span.sub-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #031934;
        border-radius: 3px;
        width: 25px;
        float: right;
        height: 25px;
        margin-top: 1.5vmax;
    }
    .sub-menu span.sub-menu-toggle {
        margin-right: 10px;
    }
    i.fa.fa-chevron-right.sub-menu-toggle-icon {
        color: #fff;
        font-size: 12px;
        transition: 0.3s;
    }
    .sub-menu-toggle-icon-rotate{
            transform: rotate(90deg);
            transition: 0.3s;
    }
    .genesis-nav-menu {
        flex-direction: column;
        flex-wrap: nowrap;
        width: 30vmax;
    }
    .full-mobile-menu.nav-primary .genesis-nav-menu a {
		border: 0;
		color: #000;
		font-size: 24px;
		line-height: 28px;
		text-align: center;
	}
    .nav-primary .genesis-nav-menu .sub-menu a {
        color: #fff !important;
        font-size: 22px;
    }
    .genesis-nav-menu .sub-menu .sub-menu{
		margin-top:0px;
		margin-left: 20px !important;
	}
	.nav-primary {
		margin-top: 0px;
		background-color: #fff;
		transform: translateX(100%);
		transition: 0.3s;
		position: fixed;
		width: 100%;
		left: 0;
		height: 100%;
		top: 0;
		border-radius: 0;
	}
    .reservations a span {
        color: #fff !important;
    }

    /*Heading Style*/
    .section-title:before, .section-title:after, .sub-title:before, .sub-title:after {
        display: block;
        margin: 10px auto;
        width: 100%;
        height: 9px;
        background-position: center;
        background-repeat: no-repeat;
    }

    /*Getaways*/
    .site-header .wrap .title-area:not(.home .site-header .wrap .title-area) {
		transform: translateX(0);
	}

	/***Site Header***/
	.site-header, .site-header .wrap .title-area {
		justify-content: center;
		align-items: center;
	}
	
	.page-logo img {
		margin: 0;
		padding: 25px;
	    box-sizing: border-box;
	}
	
}

@media (min-width:1200px) {
	.nav-primary.sticky-white {
		position: fixed;
		box-shadow: 0px 0px 15px rgb(0 0 0 / 70%);
		width: 100%;
		transition: 0.3s;
		z-index: 99;
	}
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
*,:before,:after {
background:transparent!important;
box-shadow:none!important;
color:#131313!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 .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
}
}