/*
Theme Name:   SaltwaterPulse
Theme URI:    https://www.wbfishing.com
Author:       Mark Mayo
Author URI:   https://www.601media.com
Description:  SaltwaterPulse Theme
Version:      1.25.3
Last updated 6-23-19 */

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
} 

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd,
ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
    border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
	line-height: 1;
    font-family: 'Montserrat', sans-serif;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/******   END  Eric Meyer  RESET   ******/

img{
    width:100%;
}
h1{
    font-size:1.8em;
}
h2{
    font-size:1.4em;
}
a{
    color:inherit;
    text-decoration:none;
}
a:hover{
    color:rgb(58, 58, 218);
}

header{
    position:relative;
}
figure{
    position:relative;
}
main{
    margin-top: -3px;
}
article{
    position:relative;
}
section{
    background: #d1d1d1;
    background: -webkit-linear-gradient(top, #d1d1d1 0%,#ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1),to(#ffffff));
    background: -o-linear-gradient(top, #d1d1d1 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #d1d1d1 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#ffffff',GradientType=0 );
}
footer{
    padding:22px;
    background-color:rgb(75, 75, 75);
}

.header-button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.header-logo{
    position:absolute;
    left:0;
}
.site-logo{
    position:absolute;
    margin:7px 0 0 25px;
    width:216px;
    height:75px;
    z-index:1;
}
.header-masthead{
    position: relative;
    width:100%;
}
.welcome{
    font-size: 1em;
    font-weight: bold;
    color: whitesmoke;
    text-align: center;
    width: 100%;
    padding: 0 0 0 22px;
    margin-top: -45px;
    position: absolute;
    z-index: -1;
    clip: rect(0px 0px 0px 0px)
}
.header-masthead img{
    -o-object-fit:cover;
    object-fit:cover;
}

/* Mobility Fixs */
.et_monarch .et_social_networks div.et_social_network_label {
    font-size: 16px!important;
}

/* TOP MENU NAVIGATION  */
.header-navigation{
    position: relative;
    width: 100%;
    height:80px;
    background-color: whitesmoke;
}
@media only screen and (max-width:971px){
    .header-nav--open{
        display:block!important;
    }
    .header-menu ul{
        background:rgb(255, 255, 255);
        position: relative;
        text-align:center;
        top:80px;
        z-index: 9999;
        display:none;
    }
    .header-menu ul li a{
        display:block;
        padding:1em .45em;
        color:rgb(9, 79, 136);
        font-weight:bold;
        text-decoration: none;
    }
    .header-menu ul li a:hover{
        background:rgb(77, 169, 255);
        color:rgb(255, 255, 255);
    }  
}
@media only screen and (min-width:971px){
    .header-menu ul{
        position: relative;
        text-align:right;
        padding-top:20px;
    }
    .header-menu ul li{
        display:inline-block;
    }
    .header-menu ul li:last-child{
        padding-right:22px;
    }
    .header-menu ul li a{
        display:block;
        padding:1em .45em;
        color:rgb(9, 79, 136);
        font-size:85%;
        font-weight:bold;
        text-decoration: none;
    }
    .header-menu ul li a:hover{
        background:rgb(77, 169, 255);
        color:white;
        border-radius:6px;
    }
}
@media only screen and (min-width:1200px){
    .header-menu ul li a{
        font-size:100%;
        padding:.75em;
    }    
    .site-logo{
        margin:7px 0 0 25px;
        width:216px;
        height:75px;
        z-index:1;
    }
}
@media only screen and (min-width:1300px){
    .header-menu ul li a{
        font-size:110%;
        padding:.65em 1em;
    }
}

/*  TOOL TIP'S  */
[data-tooltip],
.tooltip {
    position:relative;
    cursor:pointer;
    text-align:center;
}
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: 
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -o-transition: opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:         
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    transform:         translate3d(0, 0, 0);
    pointer-events: none;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}
.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    background-color: #000;
    background-color: hsla(0, 0%, 5%, 0.95);
    color: #fff;
    content: attr(data-tooltip);
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.2;  
    border-radius: 12px;
    text-align: center;
}
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
    left: 50%;
}
[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0, 0%, 20%, 0.9);
}
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
    margin-left: -80px;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -ms-transform:translateY(-12px);
        transform:translateY(-12px); 
}
.tooltip-left:before,
.tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
}
.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
    -webkit-transform: translateX(-12px);
    -ms-transform:translateX(-12px);
        transform:translateX(-12px); 
}
.tooltip-bottom:before,
.tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%;
}
.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -ms-transform:translateY(12px);
        transform:translateY(12px); 
}
.tooltip-right:before,
.tooltip-right:after {
    bottom: 50%;
    left: 100%;
}
.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -ms-transform:translateX(12px);
        transform:translateX(12px); 
}
.tooltip-left:before,
.tooltip-right:before {
    top: 3px;
}
.tooltip-left:after,
.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px;
}

/* SECTIONS */
section.fpheadlines{
    background: url(images/bg-12.jpg) no-repeat center bottom -65px;
    background-size: cover;
    text-align: center;
    padding-bottom:70px;
    max-height: auto;
}
section.fpheadlines > div.card {
    display: inline-block;
    vertical-align:top;
    text-align:left;
    margin:32px;
    margin-top: -45px;
    background-color: #f3f2ef;
    border-radius: 8px;
    max-width: 300px;
    min-height:490px;
    max-height: 550px;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
            box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
    position:relative;
}
section.fpheadlines > div.blankcard{
    display: inline-block;
    vertical-align:top;
    text-align:left;
    margin:32px;
    margin-top: -45px;
    max-width: 300px;
    min-height:490px;
    max-height: 550px;
    position:relative;
}
@media only screen and (max-width:1116px){
    section.fpheadlines > div.card:last-child{
        margin-top:50px;
    }
}
@media only screen and (max-width:748px){
    section.fpheadlines {
        background: url('images/bg-12a.jpg') no-repeat center bottom;
        background-size: cover;
        padding: 0px;
    }   
    section.fpheadlines > div.card{
        margin-top:20px;
    }
}
section.fpheadlines > div.card > figure.cover  {
    width:50%;
    height:auto;
}
div.headlines-content.cover > figure > div > a > img{
    -webkit-transition: all .8s ease-in-out;
    -o-transition:all .8s ease-in-out;
    transition:all .8s ease-in-out;
    border-radius: 5px;
}
div.headlines-content.cover > figure > div > a > img:hover{
    position:relative;
    border-radius:12px;
    -webkit-transform:scale(1.15);
    -ms-transform:scale(1.15);
        transform:scale(1.15);
    z-index:2;
}
section.fpheadlines > div.card .headlines-cardhead{
    max-height:160px;
}
section.fpheadlines > div.card .headlines-content{
    position:relative;
    margin-top:45px;
    padding:12px;
    line-height: 20px;
}
section.fpheadlines > div > article > div.headlines-content.protip > h2{
    padding-bottom:10px;
    text-align: left; 
}
section.fpheadlines > div > article > div.headlines-content.protip > p{
    padding-bottom:10px; 
    color:rgb(77, 77, 77);
}
.byauthor{
    font-size: .9em;
    color:rgb(139, 139, 139)!important;
}
.byauthor > a > span{
    font-size: .95em;
    text-transform: uppercase;
}

section.fpheadlines > div > article > div.headlines-content.protip > a.more-btn{
    padding: 9px 0 9px 15px;
    height: 40px;
    background: -webkit-linear-gradient(top, #309eff 0%,#389ed5 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#309eff),to(#389ed5));
    background: -o-linear-gradient(top, #309eff 0%,#389ed5 100%);
    background: linear-gradient(to bottom, #309eff 0%,#389ed5 100%);
    border: none;
    border-radius: 5px;
    position: relative;
    color: #fbfbfb;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
    font-size: 15px;
    text-align: left;
    text-indent: 5px;
    cursor: pointer;
    display: block;
    margin-top: 25px;
}
section.fpheadlines > div > article > div.headlines-content.protip > a.more-btn:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-top: 20px solid #187dbc;
    border-bottom: 20px solid #187dbc;
    border-left: 16px solid transparent;
    border-right: 20px solid #187dbc;
    position: absolute;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    right: 0;
    top: 0;
    border-radius: 0 5px 5px 0;
}
section.fpheadlines > div > article > div.headlines-content.protip > a:hover.more-btn{
    text-shadow: none;
}
section.fpheadlines > div > article > div.headlines-content.protip > a > i {
    margin-top:2px;
}

section.fpheadlines > div > article > div.headlines-content.protip > a:hover i {
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
    padding-left:6px;
}

section.fpheadlines > div > article > div.headlines-content > h2{
    padding:14px 0; 
 } 
section.fpheadlines > div.card .headlines-content a{
    color:inherit;
    text-decoration:none;
}
section.fpheadlines > div.card .headlines-content a:hover {
    color: #3a7fda;
}
section.fpheadlines > div.card > article > div.headlines-content > a.headlines-btn1{
    padding:6px 10px;
    border-radius:12px;
    color:white;
    background-color: #f8960d;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    position: absolute;
    width: 209px;
    margin: -32px 0 0 -39px;
    z-index:2;
}
section.fpheadlines > div.card article > div.headlines-content a:hover.headlines-btn1{
    color:rgb(107, 49, 1);
    background-color: rgb(230, 151, 41);
}
section.fpheadlines > div.card article > div.headlines-content a:hover.headlines-btn1 i {
    padding-left:6px;
}
section.fpheadlines > div.card > article > div.headlines-content > a.headlines-btn2{
    padding:6px 10px;
    border-radius:12px;
    color:white;
    background-color: #f8960d;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    position: absolute;
    width: 230px;
    margin: -32px 0 0 78px;
}
section.fpheadlines > div.card article > div.headlines-content a:hover.headlines-btn2{
    color:rgb(107, 49, 1);
    background-color: rgb(230, 151, 41);
}
section.fpheadlines > div.card article > div.headlines-content a:hover.headlines-btn2 i{
    padding-left:6px;
}
section.fpheadlines > div.card > article > div.headlines-content > a.headlines-btn3{
    padding:6px 10px;
    border-radius:12px;
    color:white;
    background-color: #f8960d;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    position: absolute;
    width: 234px;
    margin: -32px 0 0 78px;
}
section.fpheadlines > div.card article > div.headlines-content a:hover.headlines-btn3{
    color:rgb(107, 49, 1);
    background-color: rgb(230, 151, 41);
}
section.fpheadlines > div.card article > div.headlines-content a:hover.headlines-btn3 i{
    padding-left:6px;
}
@media only screen and (max-width:1152px){
    section.fpheadlines.fishingarticles-post > div.card:last-child {
    margin-top:0;
    }
}
@media only screen and (max-width:788px){
    section.fpheadlines > div.card {
        margin-bottom:80px;
    }
    section.fpheadlines.fishingarticles-post > div.card:last-child {
        margin-top:0;
    }    
}
@media only screen and (max-width:425px){
    section.fpheadlines > div.card > article > div.headlines-content > a.headlines-btn1,
    section.fpheadlines > div.card > article > div.headlines-content > a.headlines-btn2,
    section.fpheadlines > div.card > article > div.headlines-content > a.headlines-btn3 {
    position: relative;
    margin:0;
    }
    section.fpheadlines > div.card {
        margin:0 0 80px 0;
    }
}

section.fpheadlines > div.card .ezinecover img{
    display: block;
    width: 316px;
    height: 204px;
    margin-top: -65px;
    margin-left: -8px;
}
section.fpheadlines > div.card > article > div.headlines-content.cover{
    text-align:center;
}
section.fpheadlines > div.card > article > div.headlines-content > figure.cover > a img{
    width:276px;
    margin-top: 4px
}
section.fpheadlines > div.headlines-content.cover > figure{
    margin-bottom:8px;
}
section.fpheadlines > div > article > div.headlines-content.ultimate-angler{
    background: url('images/card-bg01.jpg') no-repeat center center;
    background-size:cover;
    width:100%;
    min-height: 295px; 
}
section.fpheadlines > div.card .ultimate-anglers img{
    display: block;
    width: 316px;
    height: 204px;
    margin-top: -65px;
    margin-left: -8px;
}
section.fpheadlines > div > article > div.ultimate-angler-stats{
    padding:0;
    margin:0;
    background-color: #4FACFF;
    color: white;
    font-weight: 500;
    width:100%;
    overflow:hidden;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 3px solid #f8960d;
}
section.fpheadlines > div > article > div.ultimate-angler-stats p{
    position: absolute;
    background: rgb(35, 138, 208);
    border-radius: 5px;
    padding: 3px 34px;
    margin-top: -32px;
    margin-left: 129px;
    border: 1px solid rgb(180, 180, 180);
}
section.fpheadlines > div > article > div.ultimate-angler-stats .one-third {
    width: 33.3%;
    overflow:hidden;
    float: left;
    padding: 16px 10px 14px;
    border-right: 1px solid #309eff;
}
section.fpheadlines > div > article > div.ultimate-angler-stats > div.one-third.no-border {
    border-right: none;
}
section.fpheadlines > div > article > div.ultimate-angler-stats div.one-third > div.stat {
    text-align:center;
    padding-bottom:8px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
section.fpheadlines > div > article > div.ultimate-angler-stats div.one-third > div.stat-value {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding:3px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2) inset, 0 1px 0 #FFF;
            box-shadow: 0 1px 2px rgba(0, 0, 0, .2) inset, 0 1px 0 #FFF;
}
section.fpheadlines > div.card .protips img{
    /* position: absolute; */
    display: block;
    width: 316px;
    height: 204px;
    margin-top: -65px;
    margin-left: -8px;
}
section.fpheadlines > div.card > div.headlines-content > p{
    padding-bottom:6px;
}
section.fpheadlines > div.headlines-content > figure.cover a img{
    padding-bottom:10px;
}
section.fpheadlines > div > article > div.headlines-content.ultimate-angler > p{
    padding:2px 0;
    color:rgb(77, 77, 77);
}

section.fpheadlines.ezinecovers-post{
    background: url('images/bg-14.jpg') no-repeat center center fixed;
    background-size:cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    padding:120px 22px 44px 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section.fpheadlines.ezinecovers-post > div.card {
    margin-top:0;
}
section.fpheadlines.ezinecovers-post > div.card figure.cover{
    margin-top: -4px;
}

section.fpheadlines.fishingarticles-post{
    background: url('images/bg-14.jpg') no-repeat center center fixed;
    background-size:cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    padding:120px 22px 44px 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section.fpheadlines.fishingarticles-post > div.card {
    margin-top:0;
}
section.fpheadlines.cbultimateanglers-post{
    background: url('images/bg-14.jpg') no-repeat center center fixed;
    background-size:cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    padding:120px 22px 44px 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section.fpheadlines.cbultimateanglers-post > div.card {
    margin-top:0;
}
@media only screen and (max-width:319px){
    section.fpheadlines > div.card {
        max-width:272px;
    }
    section.fpheadlines > div.card .ezinecover img,
    section.fpheadlines > div.card .protips img,
    section.fpheadlines > div.card .ultimate-anglers img{
        width: 288px;
    }
    section.fpheadlines > div.card {
        margin: 0 0 80px 0; 
    }
    section.fpcatchofthemonth .cotm-content {
        min-width: 282px;
    }
    section.fpheadlines > div > article > div.ultimate-angler-stats p {
        margin-left: 108px;
    }
}

section.wave{
    background:none;
    margin-top:-88px;
}
@media only screen and (min-width:1300px){
    section.wave{
        margin-top:-118px;
    }
}
@media only screen and (max-width:1116px){
    section.wave{
        margin-top:-68px;
    }
}
section.wave > div.wave-bg{
    position:relative;
    width:100%;
}
section.wave > div.wave-bg > svg > g.wave3{
    fill: #D1F5FF;
}
section.wave > div.wave-bg > svg > g.wave2{
    fill: #3DCAFF;
}
section.wave > div.wave-bg > svg > g.wave1{
    fill: #00AFF0;
}

section.fpcatchofthemonth{
    background: url('images/bg-01c.jpg') no-repeat center bottom;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow:row wrap;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
            flex-flow:row wrap;
    padding: 0 26px 118px 0;
    margin-top:-20px;
    margin-bottom: -1px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section.fpcatchofthemonth.singlepage{
    background: url('images/bg-01a.jpg') repeat-y;
    background-size: contain;
    padding-top: 45px;
    padding-bottom: 45px;
}
section.fpcatchofthemonth > div.card {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-flow:row wrap;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
            flex-flow:row wrap;
    margin: 35px 20px 20px 100px;
    background-color: #f3f2ef;
    border:2px solid #fff;
    border-radius: 8px;
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
    background-image: -webkit-radial-gradient( circle 999px at 0% 0.5%,
    rgba(252,175,23,1) 0%,
    rgba(255,239,108,1) 50.7%,
    rgba(178,210,53,1) 100.2% );
    background-image: -webkit-radial-gradient( 0% 0.5%,
    circle 999px,
    rgba(252,175,23,1) 0%,
    rgba(255,239,108,1) 50.7%,
    rgba(178,210,53,1) 100.2% );
    background-image: -o-radial-gradient( 0% 0.5%,
    circle 999px,
    rgba(252,175,23,1) 0%,
    rgba(255,239,108,1) 50.7%,
    rgba(178,210,53,1) 100.2% );
    background-image: radial-gradient( circle 999px at 0% 0.5%,
    rgba(252,175,23,1) 0%,
    rgba(255,239,108,1) 50.7%,
    rgba(178,210,53,1) 100.2% );
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
            box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
}

section.fpcatchofthemonth .cotm-content {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    min-width:425px;
    min-height:222px;
}
@media only screen and (max-width:1240px){
    section.fpcatchofthemonth {
        background-position: -535px;
    }
    section.fpcatchofthemonth .cotm-content {
        min-width:600px;
    }
}
section.fpcatchofthemonth .cotm-image {
    line-height:0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
    -ms-flex-preferred-size:75%;
    flex-basis:75%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width:276px;
    max-height:176px;
    border:2px solid #fff;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
            box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
    border-radius: 22px;
    margin-left:-56px;
    overflow: hidden;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.cotm-image:hover{
    -webkit-transform:translateX(39px) scale(1.28);
    -ms-transform:translateX(39px) scale(1.28);
        transform:translateX(39px) scale(1.28);
}
section.fpcatchofthemonth div.cotm-details {
    padding:22px;
    margin-left: -8px;
    line-height:1.35em;
    overflow: auto;
    max-height: 230px;
    margin:4px;
}
section.fpcatchofthemonth div.cotm-details > p.cotm-caption {
    padding-bottom:10px;
}

section.fpcatchofthemonth div.cotm-details > p.cotm-caption > span {
    font-weight:bold;
}
section.fpcatchofthemonth div.cotm-details > p.cotm-description > span {
    font-weight:bold;
}

section.fpcatchofthemonth div.cotm-details::-webkit-scrollbar {
    width: 8px;
}
section.fpcatchofthemonth div.cotm-details::-webkit-scrollbar-thumb {
    opacity:0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    border-radius: 10px;
    background: rgba(0,0,0,0.5); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    background: #fff792; 
}
section.fpcatchofthemonth div.cotm-details::-webkit-scrollbar-track {
    border-radius: 10px;
}
section.fpcatchofthemonth div.cotm-details::-webkit-scrollbar-thumb:hover {
    background: #ffd968; 
}
@media only screen and (max-width:716px){
    section.fpcatchofthemonth {
        padding:50px 0 22px 0;
    }
    section.fpcatchofthemonth > div.card {
        padding-top:20px;
        margin: 66px 0;
    }
    section.fpcatchofthemonth .cotm-content{
        display:block;
        min-width: 400px;
        min-height: 300px;
        margin-left: 0;
    }
    section.fpcatchofthemonth div.cotm-details{
        margin-left:0;
        margin:5px;
    }
    section.fpcatchofthemonth .cotm-image{
        position:relative;
        margin:0 auto;
        margin-top: -74px;
        -webkit-transition: all 1.2s ease;
        -o-transition: all 1.2s ease;
        transition: all 1.2s ease;
    }
    .cotm-image:hover{
        -webkit-transform:translateY(36px) scale(1.4);
        -ms-transform:translateY(36px) scale(1.4);
            transform:translateY(36px) scale(1.4);
    }
}
@media only screen and (max-width:425px){
    section.fpcatchofthemonth .cotm-content{
        min-width: 300px;
    }
}
@media only screen and (max-width:319px){
    section.fpcatchofthemonth .cotm-content{
        min-width: 250px;
    }
    section.fpcatchofthemonth > div.card {
        padding-top: 0px;
        margin: 54px 0;
    }
}

section.article-item{
    background: url('images/bg-14.jpg') no-repeat center center fixed;
    background-size:cover;
    width:100%;
    padding:20px;
}
@media only screen and (max-width:480px){
    section.article-item{
        padding:8px;
    }   
}
section > figure.singlepage > img{
    max-width: 38%;
    height: auto;
    margin:-228px auto -78px 3%;
    position: relative;
    border-radius: 12px;
    z-index: 1;
}
section > figure.singlepage-border > img{
    max-width: 38%;
    height: auto;
    margin:-228px auto -78px 3%;
    position: relative;
    border-radius: 12px;   
    border: 4px solid #f3f2ef;
}
@media only screen and (max-width:800px){
    section > figure.singlepage > img{
        margin:-228px auto -50px 3%;
    }
    section > figure.singlepage-border > img{
        margin:-228px auto -70px 3%;
    }
}


section > article > section > h1{
    padding:38px 0 4px;
}
section > article > section > p{
    padding: 8px;
}
section > article > section > p.byauthor{
    padding: 8px 0 34px;
}
section > article > section > p > img{
    margin-left:22px;
    max-width:550px;
    height:auto;
}
section > article > section.article-content{
    background-image: none;
    background-color: #f3f2ef;
    margin:22px;
    margin-top: 92px;
    margin-bottom:32px;
    line-height:1.9em;
}
section > article > section.article-content > div.postphoto{
    max-width:550px;
}
@media only screen and (max-width:480px){
    section > article > section.article-content{
        margin:0;
    }    
}
@media only screen and (max-width:800px){
    section > article > section > h1{
        padding:28px 0 24px 0;
    }
    section > article > section.article-content{
        margin-top: 60px;
    }
}
@media only screen and (max-width:992px){
    section > article > section.article-content{
        line-height:1.7em;
    }
}
section > article > section.article-content > div.similarposttitle{
    padding: 4px 0 4px 15px;
    background: #5ca24c;
    color: #ffffff;
    border-radius: 0 12px 12px 0;
    font-size: 1em;
    width: 100%;
    margin-top:32px;
}
section > article > section.article-content > div.similarpost{
    background:#efefef;
    border-left:1px solid #c5c5c5;
    border-right:1px solid #c5c5c5;
    border-bottom:1px solid #c5c5c5;
    margin: 0 12px 0 4px;
    padding-top: 4px;
    padding-bottom: 8px;
    min-width: 300px;
}
@media only screen and (max-width:480px){
    section > article > section.article-content > div.similarpost{
        min-width: 270px;
    }      
}
@media only screen and (max-width:319px){
    section > article > section.article-content > div.similarpost{
        min-width: 222px;
    }
    .site-logo {
        margin-top: 14px;
        width: 162px;
    }
}

section > article > section.article-content > div.similarpost a{
    padding:0;
}
section > article > section.article-content > div.similarpost a:hover{
    color:#ebebeb;
    background: #646464;
    border-radius: 4px;
}
@media only screen and (max-width:780px){
    section > article > section.article-content > div.similarpost h4{
        font-size:.8em;
    }
}
section > article > section.article-content > div.similarpost ul{
    padding-left:12px;
}
section > article > section.article-content > div.similarpost > ul > li {
    background: url('images/fish-skeleton.png') no-repeat left top;
    padding-left: 50px;
    margin: 14px;
}
section.article-item > article.thearticle{
    background-color: #f3f2ef;
    border-radius: 8px;
    padding:8px;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
            box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
}
section.article-item {
    padding-top: 18%;
}
section.category {
    background: url('images/bg-14.jpg') no-repeat center center fixed;
    background-size:cover;
    width:100%;
    padding:20px;
}
section.category > div.category-card{
    line-height: 2em;
    background-color: #fff;
    margin:20px;
    border-radius: 8px;
    padding:22px;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
            box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
}
section.author {
    background: url('images/bg-14.jpg') no-repeat center center fixed;
    background-size:cover;
    width:100%;
    padding:20px;
}
@media only screen and (max-width:1024px){

    section.fpheadlines.ezinecovers-post,
    section.fpheadlines.cbultimateanglers-post{
        background: url('images/bg-14-mbl.jpg') repeat-y;
        background-size: contain;
    }
}
@media only screen and (max-width:1024px){
    section.author,
    section.category,
    section.article-item,
    section.fpheadlines.fishingarticles-post,
    section.fpheadlines.cbultimateanglers-post{
        background: url('images/bg-14-mbl.jpg') repeat-y top center;
        background-size: cover;
    }
}
@media only screen and (max-width: 732px){
    section.author,
    section.category,
    section.article-item,
    section.fpheadlines.fishingarticles-post{
        background: url('images/bg-14-mbl.jpg') repeat-y;
        background-size: contain;
    }
}

section.author > div.author-card{
    line-height: 2em;
    background-color: #fff;
    margin:20px;
    border-radius: 8px;
    padding:22px;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
            box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
}
.metabox{
    font-size:82%;
    line-height:1.5rem;
    margin:0 0 10px 0;
}
.category-card > h2.gallery-links{
    padding:4px 6px;
    margin:12px 0px;
}
.category-card h2,.author-card h2,.chartertitle{
    width:100%;
    font-size:1.25em;
    background: #63b151;
    border-radius: 4px 22px 22px 4px;
    padding:0 6px;
    margin-left: 2px;
}
.charterphotos{
    padding:22px 0 0 0;
}
.phototitle{
    margin-bottom:22px;
}
.chartertitle .fas{
    color:#b1dea6;
}
.charterlink:hover{
    color:#36582e;
}
@media only screen and (max-width:480px){
    section.category,section.author {
        padding:8px;
    }
    section.category > div.category-card,section.author > div.author-card{
        margin:0 0 20px 0;
        padding:10px;
    }  
}
.category-card h2 a,.author-card h2 a{
    color:#ffffff;
    font-weight:normal;
    border-radius: 4px 22px 22px 4px;
    margin-right: 44px;
}
.category-card h2 a:hover,.author-card h2 a:hover{
    color: #ebf27e;
    border-radius: 4px 22px 22px 4px;
}
.category-card div a,.author-card div a{
    background:#efefef;
    color: #141746;
    border-radius: 6px;
    padding:0 6px;
}
.category-card div a:hover,.author-card div a:hover{
    background:#d4d4d4;
    border-radius: 6px;
    padding:0 6px;
}
.pagination {
    display:inline-block;
    margin:32px;
    font-weight:bold;
}
.pagination span {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    border: 1px solid #d1e5f5;
    margin: 0 4px;
    border-radius: 5px;
}
.pagination a {
    color: black;
    background:#ffffff;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
    border-radius: 5px;
} 
.pagination a.active,.pagination .current {
    background-color: #63b151;
    color: white;
    border: 2px solid #d1e5f5;
    border-radius: 5px;
    margin-top: -1px;
}
.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}


section.fpreports{
    background: url('images/bg-14.jpg') no-repeat center center fixed;
    background-size:cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    padding:44px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width:1024px){
    section.fpreports{
        background: url('images/bg-14-mbl.jpg') repeat-y;
        background-size: contain;
    }
}
section.fpreports > div.top-divider{
    width:100%;
    padding-bottom: 60px;
    margin-top:-44px;
}
section.fpreports > div.bottom-divider{
    width:100%;
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    margin-top: 34px;
}
section.fpreports > div.card {
    margin:20px;
    background-color: #f3f2ef;
    border-radius: 8px;
    width: 300px;
    min-height: 400px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
            box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
}
.allreports > figure{
    overflow:hidden;
}
section.fpreports > div.card .report-thumbnail{
    max-height:175px;
    overflow:hidden;
    border-bottom: 5px solid #f8960d;
}
section.fpreports > div.card .report-content{
    padding:12px;
    line-height:1.35em;
    overflow:auto;
    max-height:285px;
    margin:4px;
}
section.fpreports > div.card .report-excerpt{
    padding:12px;
    margin-top: -3px;
    border-top: 5px solid #f8960d;
    line-height:1.35em;
    overflow:auto;
    max-height:285px;
    margin:4px;
}
section.fpreports > div.card .report-content::-webkit-scrollbar,
section.fpreports > div.card .report-excerpt::-webkit-scrollbar {
    width: 8px;
}
section.fpreports > div.card .report-content::-webkit-scrollbar-thumb,
section.fpreports > div.card .report-excerpt::-webkit-scrollbar-thumb {
    opacity:0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    border-radius: 10px;
    background: rgba(0,0,0,0.5); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    background: #ffffff; 
}
section.fpreports > div.card .report-content::-webkit-scrollbar-track,
section.fpreports > div.card .report-excerpt::-webkit-scrollbar-track {
    border-radius: 10px;
}
section.fpreports > div.card .report-content::-webkit-scrollbar-thumb:hover,
section.fpreports > div.card .report-excerpt::-webkit-scrollbar-thumb:hover {
    background: #eeeeee; 
}

section.fpreports > div.card img {
    width:100%;
    height:auto;
    -webkit-transition: all 1.1s ease;
    -o-transition:all 1.1s ease;
    transition:all 1.1s ease;
}
section.fpreports > div.card img:hover {
    -webkit-transform:scale(1.2);
    -ms-transform:scale(1.2);
        transform:scale(1.2);
}
section.fpreports > div.card h2 {
    font-size:1.1em;
    text-align:left;
}
section.fpreports > div.card p {
    font-size:1em;
    padding:12px 0;
}
section.fpreports > div.card  a{
    color:inherit;
    text-decoration:none;
}
section.fpreports > div.card a:hover{
    color:#36582e;
}
section.fpreports > div.title-divider-bftp{
    margin: 36px 32% 0 32%;
    font-family: 'Berkshire Swash', cursive;
    text-align: center;
}
section.fpreports > div.title-divider-bftp h2{
    font-size:2.0em;
    letter-spacing: 0.05em;
    font-style: italic;
    color:#e4ebf1;
}

section.fpareamap {
    overflow:hidden;
}
.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media only screen and (max-width:920px){
    section.fpreports > div.title-divider-bftp h2{
        font-size:1.7em;
    }
    section.fpreports > div.title-divider-bftp h2.bftp:after {
        border-top: 21px solid #187dbc!important;
        border-bottom: 21px solid #187dbc!important;
        border-left: 24px solid transparent!important;
        border-right: 20px solid #187dbc!important;    
    }
    section.fpreports > div.title-divider-bftp{
        margin: 36px 20% 0 20%;
    }
}
@media only screen and (max-width:520px){
    section.fpreports > div.title-divider-bftp{
        margin:12px 155px 0 155px;
    }
    section.fpreports > div.title-divider-bftp h2.bftp {
        padding: 7px 14px!important;
    }
}
section.fpreports > div.title-divider-bftp h2.bftp{
    padding: 9px 46px 5px 15px;
    background: -webkit-linear-gradient(top, #309eff 0%,#389ed5 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#309eff),to(#389ed5));
    background: -o-linear-gradient(top, #309eff 0%,#389ed5 100%);
    background: linear-gradient(to bottom, #309eff 0%,#389ed5 100%);
    border-radius: 5px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
section.fpreports > div.title-divider-bftp > h2 a:hover{
    color:white;
    text-shadow: 2px 1px 1px rgba(0,0,0,.4);
}
section.fpreports > div.title-divider-bftp h2.bftp i {
    position:absolute;
    padding: 12px;
    border-radius: 38%;
    width: 55px;
    height: 55px;
    background: #f5f5f5;
    color: #37bdff;
    font-size: 1.2em;
    margin-left: -60px;
    margin-top: -26px;
}
section.fpreports > div.title-divider-bftp h2.bftp:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-top: 23px solid #187dbc;
    border-bottom: 23px solid #187dbc;
    border-left: 24px solid transparent;
    border-right: 20px solid #187dbc;
    position: absolute;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    right: 0;
    top: 0;
    border-radius: 0 5px 5px 0;
}
@media only screen and (max-width:520px){
    section.fpreports > div.title-divider-bftp h2.bftp:after{
            visibility: hidden;
        }
}

section.fpmedia{
    margin-top:-74px;
    background: url('images/media-bg_un.jpg') no-repeat center top;
    background-size:cover;
    padding:85px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section.fpmedia.albums{
    margin:0 0 22px;  
}
section.fpmedia.singlepage{
    background: url('images/media-bg_un.jpg') no-repeat center top 50px;
    padding:55px 16px 10px 16px;
}
section.fpmedia.photos{
    margin-top:0;  
}
@media only screen and (max-width:1236px){
    section.fpmedia{
        padding-bottom:32px;
    }
}

section.fpmedia > div.mediaphotos > div.card, section.fpmedia > div.mediavideos > div.card {
    max-width: 570px;
    margin:20px;
    padding:12px;
    background-color: #f3f2ef;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
            box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
}
section.fpmedia > div.mediaphotos > div.card.photos.singlepage{
    max-width: 870px;
    margin-top:74px;
}
div.mediaphotos > div.singlepage{
    margin-top:74px;
}
div.mediavideos > div.singlepage{
    margin-top:74px;
}
div.card-etc{
    max-width: 670px;
    margin:50px 0;
    line-height: 0;
    border-radius:12px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
            box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
}
.media-gallery{
    display:-ms-grid;
    display:grid;
    -ms-grid-columns:(minmax(25%, 1fr))[auto-fit];
    grid-template-columns:repeat(auto-fit, minmax(25%, 1fr));
    background-color: rgba(75, 75, 75, 0.16);
    overflow:hidden;
}
.media-gallery img{
    display:block;
    width:100%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.media-gallery img:hover{
    -webkit-transform:scale(1.05);
    -ms-transform:scale(1.05);
        transform:scale(1.05);
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.magnific-media > a > img{
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.magnific-media > a > img:hover{
    border-radius:8px;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
        transform:scale(1.1);
}
@media only screen and (max-width:560px){
    .magnific-media > a > img:hover {
        border-radius: 8px;
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    }
}
section.fpmedia > div.mediaphotos > a.morephotos-btn1{
    padding:6px 10px;
    border-radius:12px;
    color:white;
    background-color: #f8960d;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    position: absolute;
    width: 290px;
    margin: 11px 0 0 240px;
    z-index: 2
}
@media only screen and (max-width:624px){
    section.fpmedia > div.mediaphotos > a.morephotos-btn1 {
        margin: 11px 0 0 44px;
    }
}
@media only screen and (max-width:380px){
    section.fpmedia > div.mediaphotos > a.morephotos-btn1 {
        position: relative;
        margin: 11px 0 0 20px;
        font-weight:100;
        padding: 6px 2px
    }
}
section.fpmedia > div.mediaphotos > a:hover.morephotos-btn1{
    color:rgb(107, 49, 1);
}
section.fpmedia > div.mediaphotos > a:hover.morephotos-btn1 i{
    padding-left: 6px;
}
section.fpmedia > div.mediavideos > a.morevideos-btn1{
    padding:6px 10px;
    border-radius:12px;
    color:white;
    background-color: #f8960d;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    position: absolute;
    width: 288px;
    margin: 11px 0 0 240px;
    z-index: 2
}
@media only screen and (max-width:624px){
    section.fpmedia > div.mediavideos > a.morevideos-btn1 {
        margin: 11px 0 0 44px;
    }
}
@media only screen and (max-width:380px){
    section.fpmedia > div.mediavideos > a.morevideos-btn1 {
        position: relative;
        margin: 11px 0 0 20px;
        font-weight:100;
        padding: 6px 2px
    }
}
section.fpmedia > div.mediavideos > a:hover.morevideos-btn1{
    color:rgb(107, 49, 1);
}
section.fpmedia > div.mediavideos > a:hover.morevideos-btn1 i{
    padding-left: 6px;
}

section.fpconditionsHidden{
    display:none;
}
section.fpconditions{
    background: url('images/bg-09.jpg') no-repeat center bottom -105px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding:70px 0 10px 0;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section.fpconditions > div.contain{
    max-width:600px;
    margin:20px;
    width:600px;
}
@media only screen and (max-width:420px){
    section.fpconditions {
        display: none;
    }
}
@media only screen and (max-width:420px){
    section.fpconditionsHidden {
        display: block;
        background: url('images/bg-09-mbl.jpg') no-repeat center bottom -110px;
        background-size: cover;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 75px 0 100px 0;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;    
    }
}

section.fpconditions > div.contain > div.card {
    padding:12px;
    background-color: #f3f2ef;
    border-radius: 8px;
    width:100%;
    max-width: 600px;
    height: 540px;
    max-height: 540px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
            box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.23);
}
.shadow{
background: url('images/1shadow.png') no-repeat;
background-size:contain;
height:75px;
width:100%;
}
.weathershadow, .tideshadow{
background: url('images/1shadow.png') no-repeat;
background-size:contain;
height:75px;
width:100%;
}
@media only screen and (max-width:1296px){
    section.fpconditions{
        background: url('images/bg-09.jpg') no-repeat center bottom -170px;
        background-size: cover;
    }    
    section.fpconditions.singlepage{
        background: url('images/bg-09.jpg') no-repeat center bottom;
        background-size: cover;
    }    
    .weathershadow{
        display:none;
    }
}
@media only screen and (max-width:640px){
    section.fpconditions{
        padding:38px 0 10px 0;
    }
}

section.fpcharters{
    background: url('images/bg-15.jpg') no-repeat center center fixed;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom:55px;
    overflow:hidden;
}
@media only screen and (max-width:1024px){
    section.fpcharters{
        background: url('images/bg-15-mbl.jpg') repeat-y;
        background-size: contain;
    }
}
section.fpcharters > div.top-divider{
    width:100%;
    padding-bottom:54px;
}
section.fpcharters > div.singlepage{
    height: 55px;
    width: 100%;
}
@media only screen and (max-width:480px){
    section.fpcharters > div.singlepage{
        height: 18px;
    }    
}
.chtr-boat-title a{
    font-family: 'Roboto', sans-serif;
    font-size:1.1em;
    font-weight:bolder;
}
.chtr-boat-phone i{
    font-size:1.6em;
    color:rgb(3, 197, 3);
    padding-right:4px;
    padding-bottom: 8px;
}
.chtr-boat-phone{
    margin:8px 0;
}
.chtr-boat-envelope i{
    font-size:1.6em;
    color:rgb(3, 197, 3);
    padding-right:4px;
    padding-bottom: 8px;
}
.chtr-boat-phone > a{
    font-family: 'Roboto', sans-serif;
    font-size:1em;
    font-weight:bolder;
    color:rgb(18, 100, 22);
    padding: 10px 2px;
}
.chtr-boat-phone > a:hover{
    color:rgb(3, 197, 3);
}
.chtr-boat-envelope > a{
    font-family: 'Roboto', sans-serif;
    font-size:1em;
    font-weight:bolder;
    color:rgb(18, 100, 22);
    padding: 10px 2px;
}
.chtr-boat-envelope > a:hover{
    color:rgb(3, 197, 3);
}
.chtr-boat-desc{
    font-size:1em;
}
.chtr-boat-desc > span{
    font-weight:600;
}
.singleboat{
    padding:18px 0 0 8px;
}

.cardflipContainer {
    position: relative;
    width: 350px;
    height: 620px;
    min-width: 350px;
    min-height: 620px;
    margin: 4px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.active {
    -webkit-transform: translateZ(-100px) rotateY(180deg) !important;
    transform: translateZ(-100px) rotateY(180deg) !important;
}
.active:after {
    display: none;
}
.cardflip {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.4em;
    -moz-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-100px);
    transform: translateZ(-100px);
    -webkit-transition: all 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cardflip:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 0 14px 50px -4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 14px 50px -4px rgba(0, 0, 0, 0.15);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1.4);
    -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1.4);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1.4);
}
.cardflip:hover {
    -webkit-transform: translateZ(-70px);
    transform: translateZ(-70px);
}
.cardflip:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.cardflip .side {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: white;
}
.cardflip .front {
    z-index: 1000;
	transform-style: preserve-3d;
}
.cardflip .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 500;
	transform-style: preserve-3d;
}
.cardflip .info {
    padding: 16px;
}
.cardflip.active > div.side.back > div.info > div.list{
    max-height:380px;
    overflow:auto;
}
.cardflip.active > div.side.back > div.info > div.list::-webkit-scrollbar {
    width: 8px;
}
.cardflip.active > div.side.back > div.info > div.list::-webkit-scrollbar-thumb {
    opacity:0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    border-radius: 10px;
    background: rgba(0,0,0,0.5); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    background: #00c2ff; 
}
.cardflip.active > div.side.back > div.info > div.list::-webkit-scrollbar-track {
    border-radius: 10px;
}
.cardflip.active > div.side.back > div.info > div.list::-webkit-scrollbar-thumb:hover {
    background: #6acdf5; 
}
.card-back .goFlip{
    padding: 10px 50px;
}
.cardflip .info .chtr-boat-desc{
    padding-bottom:6px;
}
.cardflip .info p.chtr-boat-desc.bld{
    font-weight:600;
}
.cardflip .info p.chtr-boat-desc.bld.thankyou{
    font-size: .95em;
    font-weight: 500;
    text-align: center;
}
.cardflip .info p.ad, .cardflip .info h4.ad{
    padding-bottom:12px;
}

.cardflip .info p.chtr-boat-desc.bld.call:before{
    content: "";
    display: block;
    background: url('images/phone.png') no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 6px 0 0;
}
.cardflip .info p.chtr-boat-desc.bld.location:before{
    content: "";
    display: block;
    background: url('images/red-pin.png') no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 6px 0 0;
}

.front .img {
    background-color: #dadce2;
    background-position: center;
    background-size: cover;
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-bottom: 5px solid #f8960d;
}
.front .advertiseimage {
    position:relative;
    background-color: #dadce2;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.advertiseimage .advertisephone {
    position: absolute;
    top: 136px;
    margin-left:42px;
    padding:6px 12px;
    background: #0000005e;
    border-radius:10px;
    font-size: 1.3em;
    text-align:center;
}
.advertiseimage .advertisephone a {
    color: rgb(3, 197, 3);
}
.advertiseimage .advertisephone a:hover {
    color: rgb(255, 255, 255);
}
.back {
    position: relative;
    -webkit-box-shadow: 0 14px 50px -4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 14px 50px -4px rgba(0, 0, 0, 0.15);
}
.back h2 {
    margin-top: 6px;
    margin-bottom: 18px;
}
.back h3{
    font-size:1.1em;
    padding: 30px 0 25px 16px;
    background-color: #000000;
    color:#ffffff;
    border-bottom:5px solid #f8960d;
    border-radius:8px 8px 0 0;
}
.back .reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
}
.back .reviews p {
    color: #c4c4c4;
    font-weight: 300;
    margin: 1px 0 0 6px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.back .reviews:hover p {
    color: #555;
}
.back li {
    line-height: 22px;
    margin: 2px 0 6px 0;
}
.back .btn,
.front .btn {
    position: absolute;
    bottom: 16px;
    width: calc(100% - 32px);
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFC324;
    background-image: -webkit-linear-gradient(right, #FFB714, #FFE579);
    background-image: -webkit-gradient(linear, right top, left top, from(#FFB714), to(#FFE579));
    background-image: -o-linear-gradient(right, #FFB714, #FFE579);
    background-image: linear-gradient(-90deg, #FFB714, #FFE579);
    border-radius: 5px;
    cursor: pointer;
}
.back .btn:hover h4,
.front .btn:hover h4 {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
        transform: translateX(0px);
}
.back .btn:hover svg,
.front .btn:hover svg {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
        transform: translateX(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.back .btn h4,
.front .btn h4 {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
        transform: translateX(12px);
    transition: -webkit-transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
}
.back .btn svg,
.front .btn svg {
    margin: 1px 0 0 4px;
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
        transform: translateX(-8px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.footer-row{
    width:100%;
    overflow:hidden;
    color:rgb(233, 233, 233);
    letter-spacing: 2px;
}
.footer-column{
    width:100%;
    padding-top:22px;
    text-align:center;
}
.footer-flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-legacy-link-title{
    clear:both;
    max-width:200px;
    padding-top:33px;
    margin:0 auto;
    color:#bad5ff99;
    text-align:center;
}
.footer-legacy-links{
    padding:22px;
    padding-left: 0;
    min-width: 350px;
    line-height:1.15em;
    text-align:center;
}
.footer-legacy-links a:hover{
    color:rgb(175, 175, 175);
}
@media only screen and (min-width:992px){
    .footer-column{
        position:relative;
        float:left;
        width:33%;
        text-align:left;
    }
}
@media only screen and (max-width:625px){
    .footer-legacy-link-title{
        text-align: center;
    }
    .footer-legacy-links{
        width: 100%;
    }
}
@media only screen and (max-width:992px){
    .footer-address,.footer-menu{
        padding-left:0!important;
    }
    .footer-logo{
        margin:0 30px;
    }
}
@media only screen and (min-width:1140px){
    .footer-legacy-links{
        min-width: 450px;
    }
}

.footer-address{
    padding-left:4%;
    color:white;
    font-weight:300;
    letter-spacing: 2px;
    line-height:1.3em;
}
.footer-address a:hover{
    color:rgb(77, 169, 255);
}
.footer-menu{
    padding-left:6%;
    letter-spacing: 2px;
}
.footer-social{
    padding: 22px 0 28px 0;
}
.footer-social > a {
    cursor: pointer;
}
.footer-logo{
    position: relative;
}
ul.footer-nav{
    position: relative;
    line-height: 2em;
    padding-bottom: 45px;
}
ul.footer-nav a{
    height:22px;
    line-height: 1.7em;
    text-decoration:none;
    color:white;
    background:rgb(105, 105, 105);
    border-radius:4px;
    padding:2px;
}
ul.footer-nav a:hover{
    color:rgb(7, 54, 92);
    background:rgb(77, 169, 255);
}
.fab{
    font-size:44px!important;
    padding-right:10px;
}
.fab:last-child{
    margin-right:0;
}
.fa-facebook{
    color:#3b5999;
}
.fa-instagram{    
    color:#e4405f;
}
.fa-youtube{    
    color:#cd201f;
}
.fa-pinterest{    
    color:#bd081c;
}
.fa-twitter{    
    color:#55acee;
}


.menu-toggle {
    display: none;
}
@media only screen and (max-width: 971px) {
    .menu-toggle {
        padding: 1em;
        position: absolute;
        top: 1.5em;
        right: .5em;
        cursor: pointer;
        display:block;
    }
    .hamburger,
    .hamburger:before,
    .hamburger:after {
        content: '';
        display: block;
        background: rgb(0, 0, 0);
        height: 3px;
        width: 1.75em;
        border-radius: 3px;
        -webkit-transition: all ease-in-out 500ms;
        -o-transition: all ease-in-out 500ms;
        transition: all ease-in-out 500ms;
    }
    .hamburger:before {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
    }
    .hamburger:after {
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
    }
    .open .hamburger {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    }
    .open .hamburger:before {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    .open .hamburger:after {
        -webkit-transform: translateY(-3px) rotate(-90deg);
        -ms-transform: translateY(-3px) rotate(-90deg);
            transform: translateY(-3px) rotate(-90deg);
    }
}

/*  Magnific Popup  */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; 
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; 
}
.mfp-align-top .mfp-container:before {
    display: none; 
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; 
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; 
}
.mfp-ajax-cur {
    cursor: progress; 
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out; 
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; 
}
.mfp-auto-cursor .mfp-content {
    cursor: auto; 
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
  .mfp-loading.mfp-figure {
    display: none; 
}
.mfp-hide {
    display: none !important; 
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; 
}
.mfp-preloader a {
    color: #CCC; 
}
    .mfp-preloader a:hover {
    color: #FFF; 
}
.mfp-s-ready .mfp-preloader {
    display: none; 
}
  
  .mfp-s-error .mfp-content {
    display: none; 
}
  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
            box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation; 
}
  button::-moz-focus-inner {
    padding: 0;
    border: 0; 
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; 
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
}
.mfp-close:active {
    top: 1px; 
}
.mfp-close-btn-in .mfp-close {
    color: #333; 
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; 
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; 
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; 
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; 
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; 
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
}
.mfp-arrow-left {
    left: 0; 
}
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; 
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; 
}
.mfp-arrow-right {
    right: 0; 
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; 
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; 
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; 
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; 
}
.mfp-iframe-holder .mfp-close {
    top: -40px; 
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; 
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; 
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; 
}
.mfp-figure {
    line-height: 0; 
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; 
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; 
}
.mfp-figure figure {
    margin: 0; 
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; 
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; 
}
.mfp-image-holder .mfp-content {
    max-width: 100%; 
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; 
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; 
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0; 
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; 
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; 
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; 
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; 
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; 
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; 
    } 
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75); 
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0; 
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
            transform-origin: 100%; 
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; 
    } 
}

@-webkit-keyframes bounce {
    0% {
      -o-transform: scale(1);
    }
  
    25% {
      -o-transform: scale(.8);
    }
  
    50% {
      -o-transform: scale(1.05);
    }
  
    70% {
      -o-transform: scale(.9);
    }
  
    100% {
      -o-transform: scale(1);
    }
}

@keyframes bounce {
    0% {
      -o-transform: scale(1);
    }
  
    25% {
      -o-transform: scale(.8);
    }
  
    50% {
      -o-transform: scale(1.05);
    }
  
    70% {
      -o-transform: scale(.9);
    }
  
    100% {
      -o-transform: scale(1);
    }
}


/* BREADCRUMBS */
.dew_breadcrumb {
    background: #63b151;
    border-radius: 4px 22px 22px 4px;
    margin-right:44px;
    padding-left:7px;
}
.dew_breadcrumb_btm{
    background: #63b151;
    border-radius: 0px 10px 10px 0px;
    margin-top: -2px;
    padding-left:7px;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row no-wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row no-wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    position: relative;
    padding: 0 5px 0 25px;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    position: relative;
}
.breadcrumb li:after {
    position: absolute;
    top: -1px;
    display: block;
    content: "";
    padding: 0;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    background: transparent;
    border: 1px solid #fff;
    left: -21px;
}
.breadcrumb li:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 5px;
}
.breadcrumb li:first-child:after {
    display: none;
}
.breadcrumb li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.breadcrumb a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}
.breadcrumb a:hover {
    color:#ebf27e;
}

#button {
    display: inline-block;
    background-color: #3a7fda;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    -webkit-transition: background-color .6s, 
    opacity .5s, visibility .5s;
    -o-transition: background-color .6s, 
    opacity .5s, visibility .5s;
    transition: background-color .6s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: 1000;
}
#button i.fa{
    padding: 6px;
    color: #ffffffcc;
    font-size: 34px;
}
#button:before {
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color:#60b2fb;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

a.btn--blue{
    background:#8acc7a78!important;
    margin:12px 0 0 0!important;
}
a:hover.btn--blue{
    background: #63b151!important;
    color: #ececec!important;
}

.envira-gallery-wrap {
    width: 90%!important;
}

.sl-overlay {
    background: rgba(0, 0, 0, 0.86)!important;
}
.sl-wrapper .sl-navigation button, .sl-wrapper .sl-close, .sl-wrapper .sl-counter {
    color: #fff!important;
}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 70px!important;
    font-size: 5rem!important;
}
.sl-wrapper .sl-navigation button.sl-next {
    right: 70px!important;
    font-size: 5rem!important;
}
.sl-wrapper .sl-image .sl-caption {
    background: rgba(0, 0, 0, 0.65)!important;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
    margin: 6px!important;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    border-radius: 6px!important;
}
.mediaphotos {
    width: 85%;
}
.mediavideos{
    text-align: center;
    margin: 0 auto;
    padding-top: 33px;
}
a.morevideos-btn1{
    position:relative!important;
    margin:0!important;
}
section.fpmedia{
    padding:0!important;
}
div.ngg-navigation {
    padding-bottom: 16px!important;
}
div.ngg-navigation a.page-numbers{
    font-size:16px!important;
    color: black!important;
    background: #f3f3f3!important;
    border-radius: 5px!important;
    padding: 8px 16px!important;
    margin: 0 4px;
}
div.ngg-navigation a.page-numbers:hover, div.ngg-navigation span.page-numbers:hover {
    color: #000 !important;
    background-color: #ddd!important;
    text-decoration: none !important;
}
div.ngg-navigation span.current {
    background-color: #63b151!important; 
    color: white!important;
    border: 2px solid #d1e5f5!important;
    border-radius: 5px!important;
    padding: 8px 18px!important;
}
.entryform{
    border:solid 1px #ddd;
    border-radius:10px;
    padding:22px;
    max-width:444px;
}
.submitbutton{
    background-color:#7db061;
}
#form {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#form h4{
    color:#2d6b1f;
    border: solid 1px #eee;
    border-radius:10px;
    padding:8px;
    background: #F0F2EC;
    font-size: 88%;
}
#form label{
    font-weight:700;
    color: #7b7b7b;
}
#form .valid {
	background-color:#F0F2EC;
}
#form .notvalid {
	background-color:#FFFF66;
}
#form .warning {
    width:572px;
	font-weight: normal;
	color: #006600;
	background-color: #EEF2EE;
	padding-top: 8px;
	padding-left: 10px;
	border: 1px solid #006600;
	padding-bottom: 8px;
	margin-bottom: 22px;
	margin-top: 10px;
}
#form .warning a {
	color: #333300;
	font-weight: normal;
}
#form input{
    width: 100%;
    max-width:400px;
    padding: 12px 20px;
    margin: 8px 0 32px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
#form textarea {
	background-color:#F0F2EC;
    text-align: left;
    width: 100%;
    max-width:400px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
#form textarea.comments {
	margin-left:0;
}
#form button {
	margin: 22px;
}
.google_ad_block {
    margin: 18px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgb(161, 161, 161);
    font-style:italic;
}
::-moz-placeholder { /* Firefox 19+ */
    color: rgb(161, 161, 161);
    font-style:italic;
}
:-ms-input-placeholder { /* IE 10+ */
    color: rgb(161, 161, 161);
    font-style:italic;
}
:-moz-placeholder { /* Firefox 18- */
    color: rgb(161, 161, 161);
    font-style:italic;
}

/* ADMIN MENU BAR ADDED ITEMS, WHEN IN ADMIN AREA THE CSS IS PULLED FROM THE CUSTOM ADMIN PLUGIN CSS /dashboard/wp-content/plugins/admin-menu-colors/css */
#wpadminbar ul#wp-admin-bar-root-default>li {
    margin-right:4px!important;
}
/* FOR  FRONTEND & BACKEND  AREA MENU LINKS */
#wp-admin-bar-my-frontend-item a {
    color:#fff!important;
    background:#95009c!important;
    border-radius:8px 8px 0 0!important;
	padding:0 24px 0 24px!important;
	margin-left:12px!important;
}
#wp-admin-bar-my-frontend-item div.ab-sub-wrapper {
    background: #5a1aa8!important;
}
#wp-admin-bar-my-frontend-item div.ab-sub-wrapper a.ab-item {
    background: #5a1aa8!important;
    border-radius:0!important;
}
#wp-admin-bar-my-frontend-item div.ab-sub-wrapper a.ab-item:hover {
    background:#ddd!important;
}
#wp-admin-bar-my-frontend-item a:hover {
    color:#23282d!important;
    background:#ddd!important;
}

#wp-admin-bar-my-backend-item a {
    color:#fff!important;
    background:#cd0a0a!important;
    border-radius:8px 8px 0 0!important;
	padding:0 24px 0 24px!important;
	margin-right:12px!important;
}
#wp-admin-bar-my-backend-item div.ab-sub-wrapper {
    background: #7c0183!important;
}
#wp-admin-bar-my-backend-item div.ab-sub-wrapper a.ab-item {
    background: #7c0183!important;
    border-radius:0!important;
}
#wp-admin-bar-my-backend-item div.ab-sub-wrapper a.ab-item:hover {
    background:#ddd!important;
}
#wp-admin-bar-my-backend-item a:hover {
    color:#23282d!important;
    background:#ddd!important;
}

/* starbox mobile corrections MM */
@media (max-width:767px) {
    section.vcard {
        display:flex!important;
        flex-flow: wrap!important;
    }
    div.abh_image {
        margin:0 auto 1rem auto!important;
		float: none!important;
		width: 135px!important;
    }
	div.abh_tab_content div.abh_image {
		width: 135px!important; 
	}
	img.photo {
		max-width: 135px!important;
		height: auto;
		border-radius: 50%!important;
	}
	div.abh_tab_content .abh_image img {
		max-width: 135px!important;
		height: auto;
		border-radius: 50%!important;
	}
    div.abh_tab_content .abh_text {
        margin-left:0!important;
    }
    ul.abh_tabs > li.abh_posts, section.abh_posts_tab {
        display: none!important;
    }
	nav.elementor-pagination>span, nav.elementor-pagination a.page-numbers {
    padding: 2px 10px;
}
}
