::-moz-selection{background:#002951;color:#fff;}
::-selection{background:#002951;color:#fff;}
/*--WordPress BG Color--*/ #wpadminbar {background: !important;}

.mobilemenu {display: none !important;}
/*-----------------
   Header styles
------------------*/

.header-wrap {
  background: url(/wp-content/themes/the-last-fisherman-standing/images/header-bg.png)center top -21px;
  background-size: 1600px;
  height: 90px;
  z-index:1;
  width: 100%;
	z-index:999999999;
  position:relative;
}

.logged-in .header-wrap {
  margin-top:0px;
}

#header {
  max-width: 1200px;
  margin: 0 auto;
}

#logo{
	width: 100%;
	text-align: center;
  position: absolute;
  z-index:99999;
}

#logo img{
	width:240px;
	height: auto;
  margin-top: 0px;
}

#contact{
	float:right;
	text-align:right;
	
}

#contact p{
	
}

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

#content {
	margin-top: -120px;
}

/*-----------------
   Menu styles
------------------*/

/*--- left menu ---*/

#access.left-menu ul li a{padding: 0 27px;}

/*--- right menu ---*/

#access.right-menu {float: right;}

#access.right-menu ul li a{padding: 0 30px;}


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

#content .white-text,
#content .white-text p,
#content .white-text h1,
#content .white-text h2,
#content .white-text h3,
#content .white-text h4,
#content .white-text a,
#content .white-text ul,
#content .white-text label,
#content .white-text ul li,
#content .white-text ol li{
	color: #fff !important;
}

#content .gold-text,
#content .gold-text p,
#content .gold-text h1,
#content .gold-text h2,
#content .gold-text h3,
#content .gold-text h4,
#content .gold-text a,
#content .gold-text ul,
#content .gold-text label,
#content .gold-text ul li,
#content .gold-text ol li{
	color: #D8CAB2 !important;
}

#content .lb-text,
#content .lb-text p,
#content .lb-text h1,
#content .lb-text h2,
#content .lb-text h3,
#content .lb-text h4,
#content .lb-text a,
#content .lb-text ul,
#content .lb-text label,
#content .lb-text ul li,
#content .lb-text ol li{
	color: #0072A0 !important;
}

.z-index {z-index:9999999999999;position:relative;}


#content h1 {font-size: 2em; line-height: 1.2em !important;}
#content h1 strong {font-weight: normal;font-size: 1.1em}

#content h2 {font-size: 2em;}

#content h3 {font-size: 1.5em;}

#content h4 {
	font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 1.2em;
}

#content .bpt {background-position:top !important;}

#content .fixed-bg {
	background-attachment: fixed !important;
}

/*---------------------------------------------
    Home styles (animations in own section)
-----------------------------------------------*/

#content .the-sea div{
  background-image:url(/wp-content/uploads/2017/01/sea.png) ;
  background-size: cover;
    -webkit-animation: animate_background 8s linear 0s infinite ;
    -moz-animation: animate_background 8s linear 0s infinite ;
    -o-animation: animate_background 8s linear 0s infinite ;
    animation: animate_background 8s linear 0s infinite ;
}

@-webkit-keyframes animate_background { 
    from { 
        background-position: 0 0 !important;
    } 
    to { 
        background-position: 0  !important;
    } 
}
@-moz-keyframes animate_background { 
    from { 
        background-position: 0 0 !important;
    } 
    to { 
        background-position: 100% -10px !important;
    } 
}
@-o-keyframes animate_background { 
    from { 
        background-position: 100% 0 ;
    } 
    to { 
        background-position: 100% 0 ;
    } 
}
@keyframes animate_background { 
    from { 
        background-position: 0 0px ;
    } 
    to { 
        background-position: -100% 0px ;
    }
}



#content .clouds {
	position:absolute;
  top: 200px;
  width: 100%;
  padding-left: 40px !important;
  padding-right: 40px !important;  
  box-sizing: border-box;
  opacity: 0.5;
  background-size: 1060px;
  background-repeat: no-repeat !important;
     -webkit-animation: clouds 120s linear infinite;
      -moz-animation: clouds 120s linear infinite;
       -ms-animation: clouds 120s linear infinite;
        -o-animation: clouds 120s linear infinite;
           animation: clouds 120s linear infinite;  
}

.fisherman-row {
  margin-left: -15px !important;
  margin-right: auto !important;  
  position:relative;
  top:25px;
  float: none;
}

img.night-fisherman {
	position:absolute;
  top: 0px;
  opacity: 1;
  width: 100%;
 z-index:9999999999;
  max-width: 100%;
  margin: 0 auto;
	left: auto;
  right: auto;
  
       -webkit-animation: nightday 12s infinite;
      -moz-animation: nightday 12s infinite;
       -ms-animation: nightday 12s infinite;
        -o-animation: nightday 12s infinite;
           animation: nightday 12s infinite;
}

.fisherman-row img{
	width: 100%;
  min-width: 100%;
  max-width: 100%;
}

#content .home-intro .vc_parallax-inner{
  background-color: #115488 !important;
  background-size: 120% !important;
  background-position: center ;
  background-repeat: no-repeat !important;
  opacity: 0.8;
     -webkit-animation: nightday 12s infinite;
      -moz-animation: nightday 12s infinite;
       -ms-animation: nightday 12s infinite;
        -o-animation: nightday 12s infinite;
           animation: nightday 12s infinite;
}

#content .home-caption {font-size: 1.1em;position:relative;z-index: 99999999}
#content .home-caption strong{font-size: 1.2em;font-weight: normal;}

#content .water-gradient {
	background: linear-gradient(
    #0072a0,
    #00264d,
    #000820
   ) !important;
}

#content .home-fish .vc_parallax-inner {
  background-repeat: no-repeat !important;
  background-size: 40% !important;
  background-position: top 40% right 10%;  
}

#content .anchor-down img {
	margin-bottom: 0px !important;
  max-width: 80px;
  height: auto;
}

#content .anchor-down a:hover {
-webkit-filter: blur(1px); filter: blur(1px);
}

#content .home-icon-row {
	max-width: 980px;
  margin: 0 auto;
  border-bottom: 2px solid #fff;
}
  
#content .inner-icon-row {
	max-width: 980px;
  margin: 0 auto;
  border-bottom: none;
}
  

#content .home-icon-row img{
	width: 80px;
  height: auto;
  margin-bottom: -20px !important;
}
  
#content .inner-icon-row img{
	height: 80px;
  width: auto;
}
  
#content .inner-icon-row .selected a{
color: #F1C50A !important;
}  

#content .home-icon-row.white-text div{
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#content .home-icon-row.white-text :hover {
-webkit-filter: blur(1px); filter: blur(1px);
}
#content .home-icon-row.white-text h3 a:hover {
-webkit-filter: blur(1px); filter: blur(1px);
}

/*--- home artcles ---*/

.article-title {
	margin-bottom: -20px !important;
	background: linear-gradient(
   rgba(0, 5, 29,1),
   rgba(0, 5, 29,0.8),    
   rgba(0, 5, 29,0.6),                  
  rgba(0, 41, 81,0.1)              
	) !important;
	padding-bottom: 20px;
	padding-top: 20px;                
	padding-left: 10px;
	padding-right: 10px;                              
	margin-left: -10px;
	margin-right: -10px;                
	margin-top: -10px;   
              
}

.article-sub-title {
  font-family: 'Londrina Solid';    	
  font-size: 1.2em;
	margin-top: -20px !important;              
}

.article-button {
  color: #fff;
	border-top: 2px solid #fff;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;    
  padding-top: 20px;
  padding-bottom: 20px;    
  background:rgba(0, 9, 33,0.9);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em;
  letter-spacing: 2px;
  
  	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
  
#content .vc_grid-item:hover .article-button {
	opacity: 0.4 !important;
}

.ft-button a{
	border: 2px solid #002951 !important;
  padding: 5px 15px !important;
  color: #002951;
  text-transform: uppercase;
  background:none !important; 
  font-weight: 600;
  letter-spacing: 2px;
}

.ft-button a:hover{
	background:#002951 !important;
  color:#fff !important;
}
  
/*-----------------------
      All animations
-------------------------*/

/*=== nightday Animation ===*/
@-webkit-keyframes nightday {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes nightday {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@-ms-keyframes nightday {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes nightday {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes nightday{
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

/*=== clouds Animation ===*/
@-webkit-keyframes clouds {
    0% {   margin-left: -100%;}
    100% { margin-left: 0%;}
}

@-moz-keyframes clouds {
    0% {   margin-left: -100%;}
    100% { margin-left: 0%;}
}

@-ms-keyframes clouds {
    0% {   margin-left: -100%;}
    100% { margin-left: 0%;}
}

@-o-keyframes clouds {
    0% {   margin-left: -100%;}
    100% { margin-left: 0%;}
}

@keyframes clouds{
    0% {   margin-left: -100%;}
    10% {   margin-top: 15px;}
    20% {   margin-top: 0px;}  
    30% {   margin-top: 15px;} 
    40% {   margin-top: 0px;}  
    50% {   margin-top: 15px;}   
    60% {   margin-top: 0px;}  
    70% {   margin-top: 15px;} 
    80% {   margin-top: 0px;}
    90% {   margin-top: 15px;}   
    100% { margin-left: 150%;margin-top: 0px;}
}

/*-----------------
  Inner page styles
------------------*/

/*-- Events --*/

.event-sub-title {
	font-weight: 700;
  margin-bottom: -20px !important;
}

.readmore a{
	border: 2px solid #002951 !important;
  border-radius: 0px !important;
  padding: 5px 15px !important;
  color: #002951;
  text-transform: uppercase;
  background:none !important; 
  font-weight: 600;
  letter-spacing: 2px;
}

.readmore a:hover{
background:#002951 !important;
  color:#fff !important;
}

/*-- Contact --*/

.social-media .fa{
  margin-right: 10px;
}

.social-media a{
	font-size: 1.8em;
  font-family: 'Londrina Solid';    
	padding: 7px 0px;
  display: inline-block;
}
  
.social-media a.facebook{color:#4867AA;}
.social-media a.twitter{color:#1DA1F2;}
.social-media a.youtube{color:#C2171D;}

/*--- feeds --- */

#content .social-media-row {
	max-width: 700px !important;
  margin: 0 auto !important;
}

#content .social-media-row .wpb_column{
	width: 320px;
  margin: 0 15px;
}

#content .facebook-feed {
	position:relative !important;
  width: 100% !important;
}

#content .facebook-feed span {width: 100% !important;}

#content .facebook-feed iframe{
	max-width: 100% !important;
	min-width: 286px !important;  
  width: 100% !important;   
  position:relative !important;
}

.partners-slider {
	max-width: 900px;
  margin: 0 auto;
}

.partners-slider {text-align: center;}

.partners-slider img{
  height: 80px !important;
  width: auto;
  padding: 50px 0px;
}


/*-------------------------
  Articles + Events styles
---------------------------*/

.single-hero-image {
  display: block !important;
  margin-top: -58px !important;
  background-position: center !important;
}

.single-hero-image h1{
	padding-top: 280px;  
	padding-bottom: 70px;    
  color:#fff;
  font-family: 'Londrina Solid';   
	font-weight: normal;
text-align: center;    
  line-height: 1.2em;
  font-size: 30px;
  position:relative;
  top:-3px
}

.single-hero-image h1 strong{
font-size: 33px;
  font-weight: normal;
}

.articleEventContent {
  padding: 20px;
  height: 100%;
}

.articleEventContent #container{
  width: 100%;
  padding: 20px;
}

/*-----------------
  Single styles
------------------*/

.featured-image {
  width: 320px;
  height: 320px;
  border-radius: 500px;
  margin: 60px auto 0px;
}

.single {	
  background: linear-gradient(
    #0072a0,
    #00264d,
    #000820
   ) !important;
}

.single #wrapper {
  max-width: 800px;
  margin: 20px auto 0px;
	padding: 0px 0px 0px;  
}

.single #container {
	background: #fff;
  margin: 0 auto 40px;
  padding: 0px 80px 40px;
  box-sizing: border-box;
}  

.single #container h1 {
	margin-top: 36px;
  margin-bottom: 20px;
	color: #002951;    
  font-weight: normal;
  font-size: 2em;
}

.gb-button {
	border: 2px solid #002951 !important;
  padding: 5px 15px !important;
  color: #002951;
  text-transform: uppercase;
  background:none !important; 
  font-weight: 600;
  letter-spacing: 2px;	
  cursor: pointer;
  	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.gb-button:hover {
	background: #002951 !important;
  color: #fff;
}

/*-----------------
  Archive styles
------------------*/

.archive {
  background: linear-gradient(
    #0072a0,
    #00264d,
    #000820
   ) !important;
}

.archive h1,
.archive h1 span{
	color: #fff !important;
  font-style: normal;
  font-weight: normal;      
}

.archive h2 {
  margin-bottom: 20px !important;
}

.archive h2 a{color: #002951 !important;}
.archive h2 a:hover{color: #006592 !important;}

.archive #content {
	padding: 80px;
  box-sizing: border-box;
  margin-bottom: 40px;
  background: none;        
}
    
.archive #wrapper{margin-top: 320px;}
      
.archive #wrapper,
      .archive #wrapper #primary {
    background:none;
        border:none;
}    

.nav-previous,
.nav-next{display: inline-block;margin-bottom: 20px;margin-top: 20px;}

.nav-next a,
.nav-previous a{
  display: inline-block;
  padding: 12px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8em;
  color: #fff;
  font-weight: 500;
  border: 2px solid #fff;	      
}  

.archive .post{
	padding: 40px 40px 40px 40px;
  margin-bottom: 10px;
  background:#fff;
}

/*-----------------
  Form styles
------------------*/

#content label {
	font-weight: normal;
	font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif !important;  
  font-size:15px!important;  
}


div .frm_checkbox {
	padding: 10px 0px;  
}

div .frm_checkbox input{
	height: auto !important;
}

div .frm_checkbox label{
	line-height: 1em !important;
  padding: 0px !important;
}

fieldset {
box-sizing:border-box;
background:none!important;
}

fieldset{
box-sizing: border-box;
background:none !important;
}

.frm_form_field {
  margin: 1px !important;    
  margin-bottom: 10px !important;    
}
  
.frm_form_field.frm_half {width: calc(50% - 2px) !important;}


.frm_forms input, 
.frm_forms select,
.frm_forms textarea{
  background: #fff !important;
  border-radius: 0 !important;
  margin-bottom: 0px !important;
  border: 1px solid #eee !important;  
  height: 40px !important;
  box-shadow: none !important;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.frm_forms textarea{
  margin-top: 0px !important;
  height: auto !important;  
}

.frm_forms input:focus, 
.frm_forms select:focus,
.frm_forms textarea:focus{
  border-color: #aaa !important;
}

#content .frm_style_formidable-style.with_frm_style input::-webkit-input-placeholder,
#content .frm_style_formidable-style.with_frm_style input::-moz-placeholder{color: #888 !important;}



#content .frm_submit input {
    color: #fff;
    float: right;
    background: transparent !important;
    height: auto !important;
    border: 2px solid #fff !important;
    padding: 10px 25px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 0.7em !important;
    letter-spacing: 2px !important;
    text-decoration: none !important;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#content .frm_submit input:hover {
    border-color: rgba(255,255,255,0.4) !important;
  	color: rgba(255,255,255,0.4) !important;
}



/*-----------------
  404 styles
------------------*/

.search,
.error404 {
  background-position: top 0px center;
}

.search #logo img,
.error404 #logo img{
display: none;
}

.search #wrapper,
.error404 #wrapper{
margin-top:150px;
  text-align: center;  
}

.search h1.entry-title,
.error404 h1.entry-title{
font-weight: normal !important;
  color: #002951 !important;
  font-size: 2.4em !important;
}

.error404 input#s {
  background: #fff;
  box-shadow: none !important;
  border-color: #eee;
  height: 30px; 
  padding: 0px 10px;
}

.error404 input[type="submit"] {
  background:none;
  color: #002951 !important;
	border: 2px solid #002951;
  margin-left: 10px;
	padding: 4px 26px;  
  color: #2EAEDB;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
    	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
  
.error404 input[type="submit"]:hover {
  color: #fff !important;
  background: #002951;
  color: #fff;
} 

/*- results -*/

.search .articleEventContent #wrapper,
.search .articleEventContent #container,
.search .articleEventContent {
	padding-top: 0px !important;    
	margin-top: 0px !important;      
}

.search .post,
.search .page{border-bottom: 2px solid #0B4B81;padding-top: 40px;padding-bottom: 40px;}

.search .articleEventContent #nav-above {display: none;}

.search .articleEventContent h2 {margin-bottom: 20px !important;}
.search .articleEventContent h2 a {color:#002951 !important;margin-bottom: 20px !important;}

/*-----------------
   Page elements
------------------*/



#content .ticks ul {
  list-style: none;
  margin-left: 0;
  padding-right: 20px;
}

.ticks ul li {
  line-height:1.6em;
  margin-bottom:6px;
  margin-left:20px;
  font-weight: 300;
}

.ticks ul li:before {
  content: '\f00c';
  font-family:'FontAwesome';
  position: absolute;
  font-size:0.8em;
  margin-top:-0px;
  margin-left:-20px;
  color: #152c4f !important;
}

.white-text .ticks ul li:before{
  color:#fff;
}

#content .button a {
  background:none;
  color:#002951;
  padding: 12px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8em;
  font-weight: 500;
  border: 2px solid #0B4B81;
}

#content .button a:hover {
  background:#002951;
  color:#fff;	
}

.home .button a {
  padding: 12px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8em;
  color: #0B4B81;
  font-weight: 500;
  border: 2px solid #0B4B81;
}

.home #content .button a:hover {opacity: 0.7 !important;}

#content .white-text .button a {
  border: 2px solid #fff;
}

#content .white-text .button a:hover {
 	border-color: rgba(255,255,255,0.3);
	color: rgba(255,255,255,0.4) !important;
}



/*-----------------
    Footer styles
------------------*/

.second-footer-wrap {
	width: 100%;
  clear: left;
  background: #002951;
  color: #fff;
  padding: 80px 20px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.8em;
}

#footer-widget-area {
	margin: 0 auto;
  max-width: 1200px;
}

.second-footer-wrap a{color: #fff;}

.second-footer-wrap .fa{width: 20px;}

.widget-area {
	width: calc(25% - 20px) !important;
  border-left: 2px solid #fff;
  padding-left: 50px;
  min-height: 130px;
  box-sizing: border-box;
}

#first {border-left:none}

h3.widget-title {
	color:#fff;
  margin-bottom: 20px;
  font-size: 1.5em;
  letter-spacing: 2px;
  text-transform:uppercase;;
}


/*--- footer ---*/


.footer-logos {
	position:absolute;
  width: 100%;
  text-align: center;
  left: 0px;
}

.footer-logos img {
	height: 43px;
  width: auto;
  margin: -10px 10px 0px;
}


/*---------Responsive styles----------*/
/* ### standard ### */

@media (max-width: 980px) {
  .bpc {padding: 60px !important;}
}

.mobile-show,
#content .mobile-show {display: none;}
@media (max-width: 767px) {
  .mh,
  #content .mh{display: none;}

  .mobile-show,
  #content .mobile-show {display: block;}

  #content .mi {height: 50vw;}
  #content .ms {order: 2;}

.bpc {padding: 40px !important;}  
}

/*---------Menu styles----------*/

@media (max-width: 1200px) {
#access.left-menu ul li a{padding: 0 20px;}
#access.right-menu ul li a{padding: 0 23px;}
.header-wrap {
  background: url(/wp-content/themes/the-last-fisherman-standing/images/header-bg.png)center top -1px;
  background-size: 1400px;
}

@media (max-width: 1000px) {
#access.left-menu ul li a{padding: 0 10px;}
#access.right-menu ul li a{padding: 0 13px;}
}

@media (max-width: 860px) {

.header-wrap {
  background: url(/wp-content/themes/the-last-fisherman-standing/images/header-bg.png)center top -1px;
  background-size: 1300px;
}

#access {display: none;}
.mobilemenu {display: block !important;}

.mobilemenu ul{margin-top: 5px !important;}
.mobilemenu ul:before {
	content:'';
  position:absolute;
  left: calc(50% - 120px);
  top: -40px;
  padding: 20px;
  display: block;
  background:#002951;
  width: 200px;
  height: 200px;  
  border-radius: 500px;
}
}

@media (max-width: 660px) {

.header-wrap:before {
	content:'';
  display: block;
  background:#002951;
  height: 30px;
  width: 100%;
}

.header-wrap {
  background: url(/wp-content/themes/the-last-fisherman-standing/images/header-bg.png)center top 20px;
  background-size: 900px;
  padding: 0px 0px !important;
  height: 83px;  
}
#logo img {max-width: 150px !important;}



a.ubermenu-responsive-toggle{margin-top: -30px;} 

.mobilemenu ul{margin-top: 0px !important;}
.mobilemenu ul:before {
	content:'';
  position:absolute;
  left: calc(50% - 90px);
  top: -30px;
  padding: 20px;
  display: block;
  background:#002951;
  width: 140px;
  height: 140px;  
  border-radius: 500px;
}

#content .hero-title .wpb_text_column.wpb_content_element {padding-top: 220px !important;}
.single-hero-image {padding-top: 20px !important}
}

.mobilemenu {float: none !important;}
.mobilemenu ul li {background:#002951 !important;}
.mobilemenu ul li a {width: 100%;line-height: 3em !important;}

.mobilemenu ul {
	position:absolute !important;
  width: 100% !important;
}

/*---------home styles----------*/

@media (max-height: 900px) {
#content .home-caption {
	padding-top: 300px !important;
  margin-bottom: -00px !important
}
}

@media (max-height: 800px) {
#logo img {max-width: 200px;}
#content .featured-image {width: 240px;height: 240px;margin: 79px auto 0px;}
#content .home-caption {
	padding-top: 260px !important;
  margin-bottom: -20px !important;
  font-size: 0.9em;
  padding-left: 10px;
  padding-right: 10px;  
  box-sizing: border-box;
}


/*-- stars --*/
#content .home-intro .vc_parallax-inner{background-size: 220% !important;}
/*-- clouds --*/
#content .clouds {top: 100px;}
.fisherman-row img{margin-bottom:20px}
}

@media (max-height: 600px) and (max-width: 660px) {
#logo img {max-width: 200px;}
#content .home-caption {
	padding-top: 220px !important;
  margin-bottom: 30px !important;
  font-size: 0.9em;
}
}

@media (max-width: 600px) {
.fisherman-row img{margin-bottom:28px}
}

/*---------icon row styles----------*/
@media (max-width: 767px) {
#content .home-icon-row .wpb_column{width: 33%;float: left;}
}

@media (max-width: 480px) {
#content .home-icon-row .wpb_column{width: 50%;}
}

/*---------home grid items----------*/

@media (max-width: 880px) {
.home #content .vc_grid-item {width: 50% !important;float: left}
.home #content .vc_grid-item-mini {width: 80%;margin: 0 auto;}
}

@media (max-width: 580px) {
.home #content .vc_grid-item {width: 50% !important;float: left}
.home #content .vc_grid-item-mini {width: 100%;margin: 0 auto;}
}

@media (max-width: 580px) {
.home #content .vc_grid-item {width: 100% !important;float: left}
.home #content .vc_grid-item-mini {width: 80%;margin: 0 auto;}
}

/*---------Footer styles----------*/

@media (max-width: 980px) {
#first {display: none;}
#second {border-left: 0px;}

.widget-area {width: calc(33.33% - 20px) !important;}
}

@media (max-width: 800px) {
#second {
  border-top: none !important;
  padding-top: none !important;
}
.widget-area {
  width: 100% !important;
  border-left: none !important;
  border-top: 2px solid #fff;
  padding-top: 20px;
  padding-left: 20px;  
  }

.second-footer-wrap {padding: 30px 20px;}
}

@media (max-width: 680px) {
#footer {padding-top: 70px !important}
#site-info,
#site-generator {
	width: 100%;
  display: block;
  text-align: center;
}


.footer-logos {margin-top:-40px;}
}

/*--- Content ---*/

@media (max-width: 800px) {
#content .social-media-row .wpb_column{
	width: 320px !important;
  margin: 0 auto !important;
  float: none !important;
}

}

@media (max-width: 767px) {
    #content h1 {font-size: 1.5em !important;}
    #content h2 {font-size: 1.4em !important;}
    #content h3 {font-size: 1.3em !important;}
    #content h4 {font-size: 1.2em !important;}
    #content p {font-size: 0.9em !important;line-height: 1.4em;}

#content .fixed-bg {background-attachment: inherit !important;}




}
@media (max-width: 560px) {
    #content h1 {font-size: 1.3em !important;}
    #content h2 {font-size: 1.2em !important; }
    #content h3 {font-size: 1.1em !important;}
    #content h4 {font-size: 1em !important;}
}

/*---------Inner page styles----------*/


@media (max-width: 767px) {
#content .rnpl .vc_column-inner{padding-left: 15px !important;}
#content .rnpr .vc_column-inner{padding-right: 15px !important;}
#content .rnptob {padding-top: 0px !important;padding-bottom: 0px !important;}
}





/*---------Single/fishermans styles----------*/

@media (max-width: 1200px) {
.featured-image {width: 260px;height: 260px;margin: 87px auto 0px;}
}

@media (max-width: 660px) {
#content .featured-image {width: 170px;height: 170px;margin: 87px auto 0px;}
.single #wrapper {padding: 0px 20px 0px;}
.single #container {padding: 0px 20px 40px;} 
}
  


 


















































































































