/*
Theme Name: Fish Florida
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@charset "utf-8";

/* ==========================================================================
   1. CSS Reset Code
   ========================================================================== */

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Force scrollbar */
html { overflow-y: scroll; }

/* Align radios and text inputs with their label */

input[type='radio'],
input[type='checkbox'] {
	vertical-align: text-bottom; 
	width: auto;
	height: auto;
	min-width: auto;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

/* Hand cursor on clickable input elements */
label,
input[type='button'],
input[type='submit'],
button {
  cursor: pointer;
}

input[type='button'],
input[type='submit'],
button {
  width: auto;
	min-width: auto;
}

*{
	border: none;
	outline: none;
	box-sizing: border-box;
}

strong {
  font-weight: bold;
  font-family: inherit;
  font-size: inherit;
}

i,
em { font-style: italic; }
ul {list-style: none;}
img {
  border: 0;
  vertical-align: middle;
	max-width: 100%;
}

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

sup { top: -.7em; }

sub { bottom: -.25em; }

a{ 
	display: inline-block; 
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}

a:focus,
a:active{ border: none; outline: none; }

div{ vertical-align: top; }

table,tr,td,th{
	border: 1px solid #000;
	padding: 5px;
	font: 400 16px Mont-Reg, sans-serif;
}

table{ border-collapse: collapse; }
.clearfix:before ,.clearfix:after {content: ""; display: table;}
.clearfix:after{clear: both;}
body {font-family: 'Lato', sans-serif;}


/* header part css start*/

.wrapper{width:100%; height:auto; margin:0 auto; padding:0;}
.container{max-width:1272px; width:100%; margin:0 auto;}
.container2{max-width:967px; width:100%; margin:0 auto;}
header {background: url(images/header_bg.png); background-position: center; background-size: cover; padding-top: 24px; height: 306px;
    position: relative;
    z-index: 999;}
nav {width:77.9%; background: #f2f2f2;    position: relative; float: left; border-top-left-radius:30px;    border-bottom-left-radius:30px;}
nav:before {
	    content: "";
    background: url(images/plate1.png) no-repeat;
    width: 144px;
    height: 92px;
    z-index: 9;
    position: absolute;
    right: -83px;
    top: -16px;
    background-size: 100%;
}

nav ul li {float: left; background: url(images/right_icon.png) right center no-repeat; border-top:2px solid #fff; border-bottom: 4px solid #d9d9d9;}
nav ul li:first-child{border-top-left-radius:30px;    border-bottom-left-radius:30px;}
nav ul li:nth-child(6) {background: none;}
 nav ul li:last-child{background: none;}
 nav ul li:last-child:hover{background: none; border-top-color:#fff; border-bottom-color:#d9d9d9;}
nav ul li a {font-size: 16px; color:#686868; font-weight: 700; padding: 19px 26px; display: block;  }
nav ul li:hover {
    background: #0088c9;
    border-top-color:#00c2e3;
    border-bottom-color:#0088c9;
}
nav ul li.current-menu-item { background: #0088c9;}
nav ul .current-menu-item{
 background: #0088c9;
    border-top-color:#00c2e3;
    border-bottom-color:#0088c9;
} 
.current-menu-item a {color: #fff;}
nav ul li:first-child a {border-top-left-radius:30px;  border-bottom-left-radius:30px; }
nav ul li:first-child a{padding-left: 49px;}
nav ul li a:hover { color: #fff; }
.form{ border-top: 2px solid #fff; padding: 12px 54px 10px 0px; }
.form input {font-size: 14px; color:#999; border:1px solid #cecece; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px;  -webkit-appearance: none; height: 33px; line-height: 33px; padding-left: 19px; margin-left: 11px; background: url(images/search_icon.png) 
right 12px center no-repeat;}


.form input::-webkit-input-placeholder { /* Microsoft Edge */
   color: #999;
	font-size: 14px;
}
.form input:focus {border-color: #aca7a7; background: url(http://dev.fishfloridatag.org/wp-content/uploads/2018/02/search_icon2.png) right 12px center no-repeat;}
.form input:-moz-placeholder { /* Microsoft Edge */
   color: #999;
	font-size: 14px;
}
.form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #999;
	font-size: 14px;
}


.buy{width:22%;float: left; background: #007bc3; height: 61px; border-top:2px solid #00bee1; border-bottom: 4px solid #006da6;  border-top-right-radius: 30px; border-bottom-right-radius: 30px; position: relative; overflow: hidden;}

.buy:after{content:""; position: absolute; background:  url(images/buy_icon.png) no-repeat; width:138px; height: 205px; top:-25px; right:3px; z-index: 1;}
.buy a{font-weight: 900; font-size: 36px; color: #fff; display: block; padding-top: 3px; text-transform: uppercase; padding-left: 86px; padding-right: 40px; position: relative; z-index: 10;}
.buy a span {font-weight: 700; font-size: 13px; color: #fff; display:inline-block; text-transform: capitalize; padding-left: 4px;}
.our ul li {display: inline-block; padding-top: 22px; width:181px; height: 225px; vertical-align: top; text-align: center;}
.our ul li:nth-child(3) {width:533px}
.our ul li:hover:nth-child(3) {background: none;}
.our ul li:hover {  background: url(images/link_box.png) no-repeat;  background-size: 100% 100%;}
.header_bottom {padding-top: 26px; position: relative;}
.logo {position: absolute; top:0px; left: 49%; transform: translateX(-48%); -webkit-transform: translateX(-48%); -moz-transform: translateX(-48%); -ms-transform: translateX(-48%); width:533px; z-index: 1;}
.space {}
.selfish a img {display: block; margin:0 auto; height: 78px;}
.selfish a span {font-family: 'Just Another Hand', cursive; font-size: 36px; color:#fff; display: block; padding-top: 23px;}

/*new navigation styling*/
.purchase_fish { width: 99.7%; position: absolute; top: 219px;display: none;height: 360px;	border:1px solid #7f7f7f; background: #006a9a url(http://dev.fishfloridatag.org/wp-content/uploads/2018/02/purchase_icon2-1.png) no-repeat; z-index: -1; left: 0;}
.purchase_fish_left {float: left; width:32.46%; padding: 36px 0 0 64px;}
.purchase_fish_right {float: left; width:64%; padding-top: 61px; padding-left: 100px;}
.purchase_fish_right  p {font-family: 'Just Another Hand', cursive; font-size: 60px; color:#fff; letter-spacing: 1px;}
.purchase_fish_right  span {font-family: 'Just Another Hand', cursive; font-size: 30px; color:#fff; letter-spacing: 1px; padding-top: 5px;}
.purchase_fish_right a {color:#fff;}
/*new navigation styling*/


.banner_sec  {position: relative;}

.banner_sec1{min-width: 1272px; position: absolute; bottom:58px; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.banner_sec1 h1  {font-size: 100px; color:#fff; font-family: 'Just Another Hand', cursive; text-align: center; background: rgba(0,0,0,0.5); border-radius: 100px;    line-height: 167px;}
.all_slide_sec .slick-prev {
    background: url(images/arrow_left.png);
    width: 46px;
    height: 84px;
    position: absolute;
    color: transparent;
    outline: none;
    border: none;
  left: 69px;
    bottom: 44px;
}
.all_slide_sec .slick-next {
    background: url(images/arrow_right.png);
    width: 46px;
    height: 84px;
    position: absolute;
    color: transparent;
    outline: none;
    border: none;
    right: 69px;
    bottom: 44px;
}
.work {background: url(images/work_bg.png) no-repeat; padding: 67px 0 170px 0; border-bottom: 4px solid #0f2037;}
.work_Sec h2 {text-align: center; color:#236e9c; font-size: 100px; font-family: 'Just Another Hand', cursive; text-shadow: 4px 7px 2px rgba(8, 95, 175, 0.1);}
.work_Sec  ul {padding-top: 50px;}
.work_Sec  ul li {width:31%; text-align: center; font-size: 72px;font-family: 'Just Another Hand', cursive; color:#236e9c;float: left; background:url(http://dev.fishfloridatag.org/wp-content/uploads/2018/02/work_img.png) no-repeat; background-size: 100% 100%; line-height: 113px; border-radius: 50px;margin-right: 29px; position: relative;}
.work_Sec  ul li:first-child:before{
	    content: "";
    background: url(http://dev.fishfloridatag.org/wp-content/uploads/2018/02/work_img2.png) no-repeat;
    width: 388px;
    height: 85px;
    position: absolute;
    bottom: -100px;
    right: -100px;
}
.work_Sec  ul li:nth-child(2):before{
	     content: "";
    background: url(http://dev.fishfloridatag.org/wp-content/uploads/2018/02/work_img3.png) no-repeat;
    width: 388px;
    height: 51px;
    position: absolute;
    top: -70px;
    right: -280px;
}
.work_Sec  ul li:last-child{margin-right: 0px;}
.work_Sec  ul li .purchase a{    color: #236e9c;}

.gallery {background: url(images/gallery_bg.png) no-repeat; padding:70px 0 150px 0; background-size: 100% 100%;}
.gallery h2 {font-size: 100px; color:#fff151; font-family: 'Just Another Hand', cursive; text-align: center; background: url(images/borderyellow.png) repeat-x center bottom; margin: 0 0 60px;}
#grid-content div , #grid-content{margin: 0px!important;}
.mes {
    width:100%;
    margin-top: 108px;
    position: relative;
    z-index: 2
}



.fancybox-title-float-wrap {
    position: absolute;
    bottom: auto;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: 0;
    transform: none;
    z-index: 100
}

.fancybox-title-float-wrap .child {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    border-radius: 0;
    background: rgba(0, 0, 0, .4);
    font: 400 18px Castellar;
    color: #fff
}

.fancybox-close {
    top: -32px;
    right: 0;
    background: url(images/cross.png) center no-repeat;
    background-size: 17px 17px
}

.fancybox-next span {
    background: url(images/slide-right.png) center no-repeat;
    width: 42px;
    height: 42px
}

.fancybox-prev span {
    background: url(images/slide-left.png) center no-repeat;
    width: 42px;
    height: 42px
}

iframe {
    width: 100%;
    height: 150px;
}

.fancybox-inner,
.fancybox-outer,
.fancybox-wrap {
  margin-top: 8px;
}

.post {
	position:absolute;
    display: none;
    width: 100%;
	height:100%;
	 color: rgba(255, 255, 255 , 0.2);
}
.post p {position: absolute;
    top: 50%;
    left: 50%;
	    -webkit-transform:translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;}

.mes ul li:hover .post,
.title a {
    display: block
	
}


.post p {
    font-size: 18px;
    color: #999;
    cursor: pointer
}

.post p span {
    color: #000
}

.bg {
    background: #000;
    opacity: .8
}

.bg1 {
    background: #fff
}

.slide {
    margin-left: -240px;
    overflow: hidden;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
}

.section1 {
    margin-top: 108px
}

.title {
    text-align: center;
    padding: 10px;
        width:78%;
    margin: 0 auto;
    
}

.title h2 {
    font-size: 18px;
    color: #999;
    margin-top: 0;
    padding-top: 50px;
    margin-bottom: 28px
}

.title a,
.title p {
    color: #000;
    font-size: 18px
}

.title p {
    margin-bottom: 25px
}

.title a {
    text-decoration: underline
}

.roll {
    color: #999!important
}
.join{padding:82px 0 55px 0;}
.join_list{text-align: center;}
.join_list h2 {font-size: 100px; color:#fff; font-family: 'Just Another Hand', cursive; color:#236e9c;     text-shadow: 4px 7px 5px rgba(150, 150, 150, 0.3); position: relative; text-align: center;     background: url(http://dev.fishfloridatag.org/wp-content/uploads/2018/01/blue_border.png) repeat-x center bottom;}
/*
.join_list h2:before {content:""; position: absolute; width:580px; height: 6px;  background: url(images/join_icon.png) no-repeat; bottom:15px; left:0px;}
.join_list h2:after {content:""; position: absolute; width:330px; height: 6px; background-size: cover; background: url(images/join_icon.png) no-repeat; bottom:15px; right:0px;}
*/
.join_list p {font-size: 16px; color:#848484; font-weight: 300; padding-top: 26px; line-height: 25px;}
.form1{width:715px; margin:0 auto; padding-top: 75px;}
.form1 input {width:47.6%; line-height:48px; padding:0 30px;  margin:0 auto; border:1px solid #a2c0d3; border-radius: 25px; font-size: 16px; color:#848484; margin-right: 30px;} 
.form1 input:nth-child(2){margin-right:0;}
.form1 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #848484;
	font-size: 16px;
}

.form1 input::-webkit-input-placeholder { /* Microsoft Edge */
   color: #848484;
	font-size: 16px;
}
.form1 input:-moz-placeholder { /* Microsoft Edge */
   color: #848484;
	font-size: 16px;
}
.btn {width:197px!important; height: 48px; cursor: pointer; background: #fa540f; font-size: 24px!important; color:#fff!important; font-weight: 700; text-align: center; margin: 31px auto!important; display: block;}


.testimonials {padding-top:160px; background: #fafada; border-top:1px solid #f5f5b5;}
.iframe_sec iframe {width:1098px; height:618px; margin: 0 auto; display: block;}
.testimonial_sec  {padding-top:112px;}
.testimonial_sec h2 {font-size: 100px; color:#fff; font-family: 'Just Another Hand', cursive; color:#236e9c; padding-bottom: 10px; ext-shadow: 4px 7px 5px rgba(150, 150, 150, 0.3); text-align: center;}
.testimonial_sec {position: relative;}

.testimonial_sec ul  {padding-top: 53px;}
.testimonial_sec ul li {float: left; width:47.4%; padding-bottom: 28px;}
.testimonial_sec ul li:nth-child(odd) {margin-right:5%;}
.testimonial_sec1 {width:100%;   background: url(http://dev.fishfloridatag.org/wp-content/uploads/2018/01/testimonial_border.png) no-repeat; background-size: 100% 100%; padding:10px; float: left; padding-bottom: 70px;} 
.testimonial_bottom {padding:44px 28px; background: #ffffec; border-radius: 20px; position: relative;}
/*
.testimonial_bottom:after{content:""; position: absolute; width: 58px; height: 43px; background: url(images/testi_hover_effect.png) no-repeat;     right: 88px;
    bottom: -41px;}
*/
.testimonial_bottom p {font-size: 16px; color:#848484; line-height: 25px; text-align: center; font-weight: 300;}
.testimonial_bottom span {font-size: 16px; color:#236e9c; text-align: center; display: block; font-weight: 700; padding-top: 28px;}
.testimonial_bottom img {display: block; margin: 0 auto; padding-top: 65px; padding-bottom: 20px;}

.buy2 { width: 955px; box-sizing: border-box; padding: 0 80px 0 410px; position: relative; background: url(images/gradient.jpg) repeat-y #0090cd; font-size: 48px; line-height: 110px; color: #fff; font-weight: 900; margin:80px auto 115px; display: block; border-radius: 65px; border-bottom: solid 4px #036092; border-top: solid 4px #00c0e2;}
.buy2 span{ display: block;position: absolute;left: 38px;top: -58px;}
.buy2:after{ position: absolute; content: ""; width: 33px; height: 45px; background: url(images/arrow.png) no-repeat center center; right: 38px; top: 32px;}
.buy2:before{ content: ""; position: absolute; right: 79px; top: 0; width: 280px; height: 108px; background: url(images/bird.png) no-repeat center center;}

.footer{ padding: 105px 0 35px; background: url(images/pattern.png) no-repeat center top; background-size: cover; position: relative;}
.footer h4{font-family: 'Just Another Hand', cursive; font-size: 60px; line-height: normal; color: #fff; background: url(images/border.png) repeat-x left bottom; margin: 0 0 27px;}
.fbplugin{ width:25.55%; float: left; margin: 0 70px 0 0;}
.mapbox{ width:25.55%; float: left; margin: 0 70px 0 0;}
.contact{ width:37.10%; float: right;}
.addr{ width: 190px; float: right;}
.addr h6{font-family: 'Lato', sans-serif; font-size: 16px; line-height: 18px; color: #fff;font-weight: 700;}
.addr p{font-family: 'Lato', sans-serif; font-size: 14px; line-height: 18px; font-weight: 400;color: #fff; margin: 0 0 5px;}
.addr a {font-family: 'Lato', sans-serif; font-size: 16px; line-height: 18px; color: #fff;font-weight: 700; text-decoration: none;}
.contactwrap{ background: url(images/plate3.png) no-repeat 10px 10px; margin-top: -5px;}


.footer1{ padding: 0 0 80px; background: url(images/border.png) repeat-x left bottom;}
.footerlinks{ padding: 25px 0 0; text-align: center;}
.footerlinks ul{ display: inline-block; margin: 0; padding: 0 0 15px; list-style: none;}
.footerlinks ul li{ float: left; padding: 0 28px; position: relative;}
.footerlinks ul li:before{ content: ""; position: absolute; left: -3px; top: 8px; width: 6px; height: 5px; background: url(images/icon-bullet.png) no-repeat center center;}
.footerlinks ul li:first-child{ padding-left:0;}
.footerlinks ul li:last-child{ padding-right:0;}
.footerlinks ul li:first-child:before{ display: none;}
.footerlinks ul li a{ display: block;font-family: 'Lato', sans-serif; font-size: 14px; line-height: normal; color: #fff; font-weight: 400;}
.footerlinks p{ text-align: center; margin: 0; color: #fff; font-size: 10px; line-height: normal; color: #b7b7b7; font-weight: 400;}
#grid-content{ margin: 0 -4px;}
#grid-content img{ display: block; box-sizing: border-box; line-height: 0; border: solid 10px #fff;}
#grid-content div{ margin: 0 4px 8px;}

.clear{ clear: both; margin: 0; padding: 0; line-height: 0;}


/* form */

.fbbox{ border: solid 10px #fff;}
.fbbox iframe{ width: 100%;}
.mapdiv{ border: solid 10px #fff; box-sizing: border-box;}
.mapdiv iframe{ height: 320px;}
.formwrap .gform_body label{ display: none !important;}
.formwrap ul li{ float: left; padding: 0 13px 13px 0; box-sizing: border-box; width: 50%; clear: none !important;}
.formwrap ul li:nth-child(2n){ padding-right: 0;}
.formwrap ul li input{ display: block; width: 100% !important; -webkit-appearance:none; border: none; outline: none; background: #fff; border-radius: 3px; padding: 0 15px !important; font-weight: 400; font-size: 13px !important; height: 30px; line-height: 30px; margin: 0;}
.formwrap ul li textarea{ display: block; width: 100% !important; height: 115px; -webkit-appearance:none; border: none; outline: none; background: #fff; border-radius: 3px; 
-webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; padding: 10px 15px !important; font-weight: 400; font-size: 13px !important; line-height: normal; resize: none; margin: 0;}
.formwrap ul li div{ margin: 0 !important;}
.formwrap .gform_footer.top_label{ text-align: right;} 
.formwrap .gform_footer.top_label input[type="submit"]{ display: inline-block; width: 115px; height: 35px; background: #2aa9e9; border-radius: 20px; -webkit-appearance:none; outline: none; border: none; text-align: center; font-size: 18px; font-weight: 700; color: #073c57; box-shadow: 
0px 2px 1px 2px #094267;}

.fb_iframe_widget iframe , .fbbox iframe {
    width: 305px!important;
}


#comments svg {display: none!important;}
	.fb_iframe_widget iframe, .fb_iframe_widget span, .fb_iframe_widget, .fb_sec body.plugin div._2p3a {width:100%!important; max-width:325px!important;}
.formwrap .gf_browser_chrome  {margin-top: 30px;}


ul.gform_fields { list-style: none;}
label.gfield_label {  display: none!important;}

.validation_error { color: red; background: #ece8e8;padding: 10px; margin: 10px 0;}

.gform_confirmation_message_1 { color: green; background: #ece8e8;padding: 10px; margin: 10px 0;}
.formwrap {margin-top:65px;}
.gform_confirmation_message_1 {margin:0!important;}
.formwrap ul li div {color:#fff;}
.instruction  {display:none;}
.ginput_container input {
    float:left;
    margin-bottom:31px;
    }
    #gform_confirmation_message_3 {
            text-align: center;
    font-weight: bold;
    color: #236e9c;
        }
.ginput_container_number  input{margin-right:0;}
.gform_button  {
    width: 197px!important;
    height: 48px;
    cursor: pointer;
    background: #fa540f;
    font-size: 24px!important;
    color: #fff!important;
    font-weight: 700;
    text-align: center;
    margin: 0 auto!important;
    display: block
    }
    .gfield_description {display:none!important;}