/***************SUBMIT CATCH VIEW ***************/ 

.elite_wrapper {
    padding: 20px;
    background: #333;
    border-radius: 3px;
    box-shadow: inset 1px 1px 8px #000;
    margin-bottom: 40px;
    color: #c5b358;
    font-weight: 200;

}
    .elite_wrapper h3 {
        margin: 0 0 10px 0;
    }
.elite_wrapper .submit_instructions p {
    color: #eee;
}
.state_filter {
        padding:10px 10px 10px 0;
         text-align:left;

    }
.leftsidebanner, .rightsidebanner {
   /* height:1500px; */
    overflow:hidden;

}


.state_filter a {
   text-shadow:none;
}
.state_species_wrapper {
    float: left;
}
.state_species_wrapper select {
    width:95%;
}
.states_drop_fishing_competition {
    width: 81%;
    margin-left: 41px;
}
.states_drop_fishing_competition h3 {
    margin-left:41px;
}
 .state_species_wrapper h3{
    text-align:center;
}
.species_leader {
    display:none;
}
.none.species_leader {
   display:table-row;
}
.au.species_leader {
   display:table-row;
}

  .state_drop {
    display:none;
}
.state_wrapper {
    float: left;
    width: 50%;
}
.submit_instructions {
    padding:10px 0;
}
.submit_instructions p {
    font-size:14px;
    color:#999;
}
.state_species_title {
    display:none;
}
/*******************************************/

.leaderboardHead .leaderboardBox  {
    padding-bottom:5px;
}

.leaderboardBox {
padding-bottom:20px;
overflow:auto;
background-color:#fff;
}



#container {
  background: #FFF;
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
  clear: both;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.centered { margin: 0 auto; }

.box {
  margin: 5px;
  padding: 5px;
  background: #D8D5D2;
  font-size: 11px;
  line-height: 1.4em;
  float: left;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.box h2 {
  font-size: 14px;
  font-weight: 200;
}

.box img,
#tumblelog img {
  display: block;
  width: 100%;
}

.rtl .box {
  float: right;
  text-align: right; 
  direction: rtl;
}



.col1 { width: 80px; }
.col2 { width: 180px; }
.col3 { width: 280px; }
.col4 { width: 380px; }
.col5 { width: 480px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 180px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }

/**** Gutters ****/

.has-gutters .box {
  margin: 5px 0;
}

.has-gutters .col1 { width: 90px; }
.has-gutters .col2 { width: 230px; }
.has-gutters .col3 { width: 370px; }
.has-gutters .col4 { width: 550px; }

/**** Transitions ****/

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
     -moz-transition-property: none;
      -ms-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}



/* no ui slider */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
/* MDE new version of noUi
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. *
	z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. *
	*z-index: -1;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Slider size and handle placement;
 *
.noUi-horizontal {
	height: 18px;
}
.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px;
}
.noUi-horizontal.noUi-extended {
	padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin  {
	right: -15px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}
.noUi-vertical.noUi-extended {
	padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin  {
	bottom: -15px;
}

/* Styling;
 *
.noUi-background {
	background: #FAFAFA;
	box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
	background: #3FB8AF;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
-webkit-transition: background 450ms;
	transition: background 450ms;
}
.noUi-origin {
	border-radius: 2px;
}
.noUi-target {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 *
.noUi-dragable {
	cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}
.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #EBEBEB,
				0 3px 6px -3px #BBB;
}
.noUi-active {
	box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #DDD,
				0 3px 6px -3px #BBB;
}

/* Handle stripes;
 *
.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}
.noUi-handle:after {
	left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
 *
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled] .noUi-handle {
	cursor: not-allowed;
}
*/
/* NO UI Slider */




.entryPhoto {
    width:90%;
    margin:0 auto;
}

.entryPhotoUpload {
   border: 3px dashed #ddd;
    height: 250px;
    margin: 30px 2% 0;
    text-align: center;
    width: 44%;
}

.speciesSelector {
    width:100%;
    font-size:24px;
    padding:7px;
    margin:0 auto;
}

.entryPhotoUpload div {
    font-size: 38px;
    color: #999;
    padding: 35px 0 10px 0;
}


/* begin leaderboard */
.leaderboardTableBox {
    padding: 0 0 10px 0;
    clear: both;
    border: 2px solid #0C153E;
}

.leaderboardTable {
    width: 100%;
    font-size: 16px;
}

.leaderboardTable th {
    font-weight: bold;
}

.leaderboardTable td, .leaderboardTable th {
    border-bottom: 1px solid #8BDBFF;
    text-align: left;
    vertical-align: middle;
}

.leaderboardTable td {
    padding: 5px 5px;
	height: 41px;
}

.leaderboardTable th {
    padding: 10px 5px;
}


.leaderboardTable tr:nth-of-type(even) {
    background-color: #F8F8F8;
}

.leaderboardTable img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.leaderboardHead {
    float: left;
    width: 100%;
    background: #2bc0ef url(/wp-content/themes/getfishing/images/map-hd_bg.png) repeat-x bottom 57px left;/*MDE20191127 bottom ==> 57px*/
    position: relative;
    height: 211px; /*MDE20191127 LUCKY CATCH 140px --> 211px; */
    behavior: url(../lib/PIE.htc);
    position: relative;
    border-radius: 6px 6px 0px 0px;
}
/* MDE20171122 */
.leaderboardHead.introTournament {
    background: #932dae url(/wp-content/themes/getfishing/images/intro-hd_bg.png) repeat-x bottom left;
}
/* MDE20170810 */
.leaderboardHead h4.boldhead {
    font-size:31px;
}

#join {
    right: 195px;
}

#submit {
    right: 3px;
}

.comment a {
    color: white;
    text-align: center;
}

.leaderboardHead .boldNext {
    font-family: arial;
    font-size: 32px;
    font-weight: bold;
    line-height: 41px;
    /*text-indent: 22px; MDE20191125 */
    margin-left:22px;
}

.leaderboardHead .boldhead {
    font-family: arial;
    font-size: 49.5px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 18px;
    /*text-indent: 22px; MDE20191125 */
    margin-left:22px;
}

.leaderboardEmpty {
    height: 200px;
}

#buttonx {
    z-index: 9999;
    height: 33px;
    line-height: 33px;
    position: absolute;
    top: 220px;
    left: 320px;
}

.leaderboardOverlay {
    background-color: #ddd;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

.leaderboardBox .join {
    right:15px;
}

.leaderboardBox .submit {
    right: 185px;
}


.buttonx {
  text-decoration: none;
  color: white;
  font-size: 20px;
  padding: 10px;
  text-transform: uppercase;
  display: inline-block;
  text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
  padding-right: 50px;
  margin: 10px;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /*
  Kinda replicates keyline but looks dumb.
  @include filter(
    drop-shadow(0 1px 0 rgba(blue, 0.2))
    drop-shadow(0 -1px 0 rgba(blue, 0.2))
  );
  */
}
.buttonx.blue {
  background: -moz-linear-gradient(top, #a2d3e9, #7abedf);
  background: -webkit-linear-gradient(top, #a2d3e9, #7abedf);
  background: linear-gradient(to bottom, #a2d3e9, #7abedf);
  box-shadow: -1px 0px 1px #6fadcb, 0px 1px 1px #54809d, -2px 1px 1px #6fadcb, -1px 2px 1px #54809d, -3px 2px 1px #6fadcb, -2px 3px 1px #54809d, -4px 3px 1px #6fadcb, -3px 4px 1px #54809d, -5px 4px 1px #6fadcb, -4px 5px 1px #54809d, -6px 5px 1px #6fadcb, -6px 7px 0 rgba(0, 0, 0, 0.05), -5px 8px 0 rgba(0, 0, 0, 0.05), -3px 9px 0 rgba(0, 0, 0, 0.04), -2px 10px 0 rgba(0, 0, 0, 0.04), -1px 11px 0 rgba(0, 0, 0, 0.03), 0px 12px 0 rgba(0, 0, 0, 0.03), 1px 13px 0 rgba(0, 0, 0, 0.02), 2px 14px 0 rgba(0, 0, 0, 0.02), 3px 15px 0 rgba(0, 0, 0, 0.01), 4px 16px 0 rgba(0, 0, 0, 0.01), 5px 17px 0 rgba(0, 0, 0, 0.01), 6px 18px 0 rgba(0, 0, 0, 0.01), inset 0 4px 5px -2px rgba(255, 255, 255, 0.5), inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
}
.buttonx.yellow {
  background: -moz-linear-gradient(top, #f2d851, #ecc92b);
  background: -webkit-linear-gradient(top, #f2d851, #ecc92b);
  background: linear-gradient(to bottom, #f2d851, #ecc92b);
  color: black !important;
  text-shadow: -2px 2px 0 rgba(255, 255, 255, 0.3);
  box-shadow: -1px 0px 1px #d9b826, 0px 1px 1px #b1961d, -2px 1px 1px #d9b826, -1px 2px 1px #b1961d, -3px 2px 1px #d9b826, -2px 3px 1px #b1961d, -4px 3px 1px #d9b826, -3px 4px 1px #b1961d, -5px 4px 1px #d9b826, -4px 5px 1px #b1961d, -6px 5px 1px #d9b826, -6px 7px 0 rgba(0, 0, 0, 0.05), -5px 8px 0 rgba(0, 0, 0, 0.05), -3px 9px 0 rgba(0, 0, 0, 0.04), -2px 10px 0 rgba(0, 0, 0, 0.04), -1px 11px 0 rgba(0, 0, 0, 0.03), 0px 12px 0 rgba(0, 0, 0, 0.03), 1px 13px 0 rgba(0, 0, 0, 0.02), 2px 14px 0 rgba(0, 0, 0, 0.02), 3px 15px 0 rgba(0, 0, 0, 0.01), 4px 16px 0 rgba(0, 0, 0, 0.01), 5px 17px 0 rgba(0, 0, 0, 0.01), 6px 18px 0 rgba(0, 0, 0, 0.01), inset 0 4px 5px -2px rgba(255, 255, 255, 0.5), inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
}
.buttonx.yellow:after, .buttonx.yellow:before {
  background: black;
}
.buttonx.yellow:after {
  -webkit-filter: drop-shadow(-2px 0 0 rgba(255, 255, 255, 0.4));
  filter: drop-shadow(-2px 0 0 rgba(255, 255, 255, 0.4));
}
.buttonx.yellow:before {
  -webkit-filter: drop-shadow(0 -2px 0 rgba(255, 255, 255, 0.35));
  filter: drop-shadow(0 -2px 0 rgba(255, 255, 255, 0.35));
}
.buttonx.yellow .arrow {
  -webkit-filter: drop-shadow(-2px 0 0 rgba(255, 255, 255, 0.4));
  filter: drop-shadow(-2px 0 0 rgba(255, 255, 255, 0.4));
}
.buttonx:active {
  box-shadow: none;
  -moz-transform: translate3d(-6px, 6px, 0);
  -ms-transform: translate3d(-6px, 6px, 0);
  -webkit-transform: translate3d(-6px, 6px, 0);
  transform: translate3d(-6px, 6px, 0);
}
.buttonx .arrow {
  -webkit-filter: drop-shadow(-2px 0 0 rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-2px 0 0 rgba(0, 0, 0, 0.2));
}
.buttonx:after {
  -webkit-filter: drop-shadow(-2px 0 0 rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-2px 0 0 rgba(0, 0, 0, 0.2));
}
.buttonx:after, .buttonx:before {
  position: absolute;
  content: " ";
  right: 15px;
  top: 14px;
  width: 6px;
  height: 18px;
  background: white;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  z-index: 2;
}
.buttonx:before {
  height: 14px;
  top: 26px;
  right: 16px;
  z-index: 3;
  -moz-transform: rotate(-137deg);
  -ms-transform: rotate(-137deg);
  -webkit-transform: rotate(-137deg);
  transform: rotate(-137deg);
  -webkit-filter: drop-shadow(0 -2px 0 rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 -2px 0 rgba(0, 0, 0, 0.15));
}

.rg-caption {
    text-align: center;
    font-size: 25px;
    padding: 30px 0;
}

#tournament_filter {
    font-size:24px;
    padding:7px;
    margin:0 auto;
    float: left;
}


.PeriodSelector{
	display: block;
	color: #404040;
	font-size: 12px;
	font-family: Arial;
    clear:both;
}

.PeriodSelector .PeriodSelectorYearContent {
	font-weight: bold;
	cursor: pointer;
	line-height: 20px;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

.PeriodSelector .PeriodSelectorYearContent .Year.Selected {
	border-left-color: #971f61;
}

.PeriodSelector .PeriodSelectorYearContent .Month {
	border: 2px solid #ddd;
	color: #bbb;
	margin: 1%;
	padding: 5px 0 0 1%;
	width: 17%;
	padding-bottom:5%;
	float: left;
	border-collapse:collapse;
	text-align: left;
    box-sizing:border-box;
}

.PeriodSelector .PeriodSelectorYearContent .Month:not(.Active){
}

.PeriodSelector .PeriodSelectorYearContent .Month.Active {
	color: #000;
	cursor: pointer;
	border: 2px solid #2bc0ef;
}

.mActive {
    background-color: #8bdbff;
}

/* MDE20171127 Warnings need to be more obvious */
.gf-warning {
    text-align:center;
    color:red;
    font-weight:800;
    font-size:13px;
}

.package_prizes {
    text-align: left;
    padding-top: 80px;
}

.dealsThumb {
    width:100% !important;
}
.logo-wrapper {
    padding:10px;
}
.iframe-outer-640 {
     max-width:640px;
   
}
.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
   
}
.fishBox.iframe-wrapper {
    padding-bottom: 52.25%;
    padding-top: 25px;
}

.iframe-wrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    max-width:640px;
    max-height:360px;
    width: 100%;
    height: 100%;
}
.woocommerce-billing-fields {
    width:97%;
}

.home .four-steps {
    padding-bottom:8px;
}

.state_filter_home, .state_filter_lb {
    padding-bottom:8px;
    transition:all 1s;
    height:56px;
    text-align:left;
}

 .mobile-only {
        display:none;
    }
 .popup_content .adduser {
     display:table-cell;
     vertical-align:bottom;
 }

  #popup_content #wppb_register #addusersub {
      margin-right:20px;

    }

 

@media all and (max-width: 994px) {
  /*  .fishIdenti {
        padding-top:0;
    }
    .fishngbox {
        margin-top:0;
    } */
    #page {
        padding-top: 0;
    }
     .topmenu {
       display:none;
    }
    
   body {
       background-position:center 40px;
    }
}

@media all and (max-width: 980px) {
    .newsContent img {
        width:100%;
        height:auto;
    }
    
  .newsContent .lContent.blogContent {
      clear:both;
      max-width: 390px;
    width: 100%;
  }
    .leftsidebanner, .rightsidebanner {
        display:none;
    }
    .leaderboardHead .floatRight {
        display:none;
    }
    
}
@media all and (max-width: 900px) {
     h4.blueHd, .newSecondHd, h4.blackHd {
        font-size:16px;
    }

}

@media all and (max-width: 830px) {
    .board-link {
        display:none;
    }
    body {
        background-position: 0 40px;
    }
}
@media all and (max-width: 768px) {

  .home .four-steps {
    padding-top:8px;
}

    .fishIdenti2 .bxImg{
    padding-top:100%;
}

    #toPopup {
        position:absolute;
    }
    .species_drop_fishing_competition.au_drop {
        width:80%;
    }

    .fishBox .onelst li {
        width:auto;
        margin: 0 14px;
    }
    .fishBox .onelst li a {
        font-size:18px;
    }
    .newSocial {
        width:50%;

    }
    .botnav {
        display:block;
        float:none;
        text-align:center;
    }
    .state_filter_home {
    padding-top:10px;
}
    .mainContainer {
        overflow:hidden;
        float:none;
    }

    .home .contentBar {
        padding:2%;
    }

    #toPopup {
        width:95%;
        margin-left: -57%;
    }

    #toPopup .formList li {
        width:45%;
    }

   .leaderboardTable {
       font-size:14px;
   }
    .leaderboardHead {
        background-position : bottom 0px left;
    }

    .speciesiddrop {
        width:50%;
    }
   
    .mainContainer .leftBar, .mainContainer .rightBar {
        width:100%;
    }
    .fishIdenti, .fishIdenti2 { 
        width:49%;


    }
    .fishIdenti2 {
        margin-left:2%;
    }
    .footer > div {
        width:100%;
        padding-top:40px;
    }
    .footBox.midmar {
        margin-left:0;
    }

    .fishBox .onelst {
        width:100%;
        margin:0;
        padding:10px 0;
        display:inline;
    }


.fishBox .onelst li span a{ font-size:16px; line-height:20px;}

    .fisImg {
        width:100%;
    }
    .speciesSelector .state_wrapper, .speciesSelector .state_species_wrapper {
        width:100%;
        padding-top:10px;
    }
    .state_wrapper select, .state_species_wrapper select {
        margin-left:0;
        width:80%;
    }

}

/* Compete Tables */
.compete_table h4.purpleHd, .compete_table h4.blueHd { text-align:center; color:white;margin-bottom:-7px;width:100%; font-size: 20px; text-indent: 0;}

.compete_table .speciesSelector { width:60%; font-size:16px; height:51px; }
.compete_table button[type="submit"], .compete_table .btn, .compete_table .btn:visited {
    padding: 6px;
    height: 51px;
    font-size: 20px;
}
@media all and (max-width: 768px) {
    .compete_table .speciesSelector {
        font-size:2.2vw;  }
    .compete_table button[type="submit"],.compete_table .btn,.compete_table  .btn:visited {
        font-size: 2.2vw;
    }
    .compete_table h4.purpleHd, .compete_table h4.blueHd {font-size: 2.5vw; }
}
.compete_table button.yellow { width:40%; }
.compete_table { width:100%; border-collapse: collapse; border-bottom: 1px solid lightgray; }
.compete_table th  { padding: 0px; border-left: 0px solid lightgray;border-right: 0px solid lightgray; }
.compete_table tr { border-left: 1px solid lightgray; border-right: 1px solid lightgray;}
.compete_table tr.competeheader { border: none}
.compete_table td { padding:15px 10px;}
.compete_table td img { min-width: 15px; border: none;}
.compete_table td.borderleft { border-left: 1px solid lightgray; }
.compete_table .centerit {text-align:center; font-weight:800; font-size:20px;}
.compete_table .prizetitle {font-weight:700; font-size:16px;color:black;}
.compete_table .prizetitleoptional {font-weight:700; font-size:16px;color:red;}
.compete_table .prizeoptionnote {font-weight:600; font-size:12px;color:#3b7f35;}
.compete_table .prizes {font-weight:600; font-size:14px;color: #3965ff;}

.compete_table .mebership-options {
    font-size:2vw;
}
@media screen and (min-width: 1200px) {
    .compete_table .mebership-options {
        font-size: 22px;
    }
}


/* Fish4Cash Pool Entry Page */
.fish4cashtable {
    float:right;
    /*width:45%;*/
    width:295px;
    margin-left:15px;
}
.fish4cashprice {
    font-size:14px;
    text-align:center;
}


.fish4cashtable button.yellow {
    width: 100%;
}
.fish4cashtable { border-collapse: collapse; border-bottom: 1px solid lightgray; margin-bottom:15px;background-color:white;}
.fish4cashtable th  { padding: 0px; border-left: 0px solid lightgray;border-right: 0px solid lightgray; }
.fish4cashtable tr { border-left: 1px solid lightgray; border-right: 1px solid lightgray;}
.fish4cashtable tr.competeheader { border: none}
.fish4cashtable td { padding:15px 10px; vertical-align: middle;}
.fish4cashtable td img { min-width: 15px; border: none;}
.fish4cashtable td.borderleft { border-left: 1px solid lightgray; }
@media all and (max-width: 600px) {
    .fish4cashtable {
        width:100%;
    }
}

.fish4cashdescription {
    line-height:22px;
    color:black;
    padding-left:10px;

}
.fish4cashdescription p,
.fish4cashdescription li,
.fish4cashdescription b,
.fish4cashdescription table td
{
    font:unset;
    font-size:13px;
}
.fish4cashdescription sup {
    vertical-align: super;
    font-size: smaller;
}

.fish4cashdescription p {
    margin-bottom:14px;
}

.fish4cashdescription table.leaderboardTable td {
    font-size:14px;
}
.fish4cashdescription table.leaderboardTable {
    width: 400px;
}

.fish4cashoptionbg {
  background-color: #8bdbff;
}

.mygfdayoptionbg {
    background-color: #b5ff93;
}

.fish4cashprizetable { border-collapse: collapse; border-top: 1px solid lightgray; border-bottom: 1px solid lightgray; margin-bottom:15px;background-color:white;}
.fish4cashprizetable tr { border-left: 1px solid lightgray; border-right: 1px solid lightgray; border-bottom: 1px solid #eeeeee;}
.fish4cashprizetable td { padding:8px 10px; vertical-align: top;}


@media all and (max-width: 650px) {

    .state_filter_home, .state_filter_lb {
    height:90px;

}

  
    #popup_content #wppb_register .formList {
        margin-bottom:10px;
    }
  #popup_content #wppb_register .formList .boxfild input[type="text"], #popup_content #wppb_register .formList .boxfild input[type="password"] {
      height:25px;
      font-size:14px;
  }
  #popup_content #wppb_register .formList .boxfild {
      font-size:12px;
  }
 #popup_content .contentBox {
      padding:15px 15% 15px 4%;
 }
 .alreadymember {
     font-size:12px;
 }
    .popLogo {
        display:none;
    }
    .au.species_leader {
        background:#fff;
    }
    .mobile-intro .btn {
   box-sizing: border-box;
    text-align: center;
    width: 49%;
    }

    .mobile-intro {
        background: none repeat scroll 0 0 lightblue;
    border-radius: 5px;
    opacity: 1;
    padding: 10px;
    }
    .mobile-intro p{
         /*color: #266ca4;*/
         color: #000;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0;
    }
    .mobile-only {
        display:block;
    }
    .woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
        padding:0 !important;
    }
    .boxone .bx-wrapper .bx-next {
         right:-30px;
    }
    .boxone .bx-wrapper .bx-prev {
        left:-30px;
    }
    .logo-wrapper p {
        margin:0 !important;
    }
    .headRight {
        float:none;
        margin:0 auto;
    }
    .headRight .topSearch, .headRight #num_members{
       display:none;
    }
    .topHeader {
        padding-bottom:10px;
    }
    .logo-wrapper {
        float:none;
        margin:0 auto;
        width:300px;
    }
    ul.dealsThumb > li {
        width:95%;
    }
 
    .forum_inner, .forumTopics {
        width:96%;
    }
    .forum_inner {
        width:100%;
        margin-top:20px;
    }
    .entryPhoto {
        width:100%;
    }
    /* MDE20170810 */
    .leaderboardHead h4.boldhead {
        font-size:20px;
    }
    .leaderboardHead h5.boldhead {
        font-size:28px;
    }
    .leaderboardHead h5.boldNext {
        font-size:20px;
    }
    .membershipText {
    text-align:left; width:100%; padding-bottom:15px; 
}
    
   /*  .leaderboardBox table tr td:nth-child(5), .leaderboardBox table tr td:nth-child(6), .leaderboardBox table tr th:nth-child(5), .leaderboardBox table tr th:nth-child(6) {
        display:none;
     
    }*/

     .entryPhoto .entryPhotoUpload  {
    width: 96%;
}
     .PeriodSelector .PeriodSelectorYearContent .Month {
        width:30%;
    }
   #main .news, #main .detailsProduct  {
        width:94%;

    }
    .popularDeals {
        width:100%;
    }
    .popularDeals {
        margin-top:20px;
    }
}

@media all and (max-width: 450px) {

    #popup_content #wppb_register #addusersub {
      margin-right:5px;

    }

   #popup_content #wppb_register .boxfild label {
       white-space:nowrap;
   }

    div.howtoSearch {
        position:static;
    }
     .speciesiddrop {
        width:100%;
    }
    .leaderboardHead h4.boldhead {
        font-size:17px;
    }
    .leaderboardHead h5.boldhead {
        font-size:20px;
    }
    .leaderboardHead h5.boldNext {
        font-size:16px;
    }

    .fishIdenti, .fishIdenti2 {
        width:100%;
        margin-left:0;
    }
}



/**********NEW LEADERBOARD STYLES******************/
/*replaces .species_leader & .leaderboardTable classes*/

.state-filter-hide {
    height:0;
    overflow:hidden;
    opacity:0;
}
  .state-hide {
        display:none !important;
    }
    .leaderboard-outer {
                        font-size:16px;
    }
    


    .leaderboard-outer .species {
        font-weight: bold;
    }
    .lb-mobile-label, .lb-mobile-label-sponsor-ad {display:none;}

 .leaderboard-header .lb-header-detail {
    align-items: center;
    display:-webkit-box;
    display:-webkit-flex;
    display: flex;
    justify-content: center;
}
.leaderboard-header  {
    width:100%;
     font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #8bdbff;
    font-size:16px;
}
.leaderboard-header div{
  /*  flex-grow:1; */
}


.leaderboard-outer > div:nth-of-type(2n) {
  background-color:#f8f8f8;
}
.leaderImgPC img{
/* MDE20170810 */
//  border-radius:10px;
}
  /* MDE20170810 */
.leaderImgMobLarge img, .leaderImgPCLarge, .leaderImgMob img, .sponsorImg img , .leaderPC img, .leaderMob img {
  width:100%;
  height:auto;
  
  }
.leaderboard-entry {
  border-bottom: 1px solid #8bdbff;
  min-height:50px;
  }
/*
 * eFish Login
 */

body .efishlogin input[type="password"],
body .efishlogin input[type="text"],
body .efishlogin input[type="url"],
body .efishlogin textarea
{
    width: 97%;
}
.efishlogin label {
    float:left;
    font-weight:600;
}
.efishlogin .lost {
   text-align:left;
}
.efishlogin h1 {
   width:100%;
   text-align:center;
   font-weight:700;
   font-size:17px;
}
.efishlogin input[type="submit"] {
    vertical-align:top;
}
.efishlogin .regtoggle {
    text-align: center;
}
.efishlogin table.controltable {
    margin-top:12px;
    width:97%;
}


/*
 * eFish select/leaderboard-data for eFish quiz etc
 */
.leaderboard-outer .lb-details .efishselect .button {
    padding: 6px 6px;
}
.leaderboard-outer .lb-mobile-label, .leaderboard-outer .lb-mobile-label-sponsor-ad {
    width: 26%;
}

.leaderboard-data {
    border: 3px solid black;
    min-height:50px;
    background-color: rgb(255, 233, 207);
    box-sizing: border-box;
    padding:5px;
    display:block; /* used a span to not disturb the div:nth-of-type */
    }
span.leaderboard-data div  {
    width: auto;
    display:block !important; /* these eFish blocks are not using display:flex */
}
.leabderboard span.leaderboard-data img {
    height: auto;
    width: auto;
}
.leaderboard-outer, .leaderboard-entry, .leaderboard-data {
   width:100% !important;
   }

.efishselect {
    margin: 2px 3px 0px 16%;
}

.efishselect a.btn, .efishselect a.btn:visited {
    color: white;
    text-transform: none;
}
.leaderPC .efishselect a.btn, .leaderMob .efishselect a.btn:visited {
    /*padding: 3px 4px;
    vertical-align: bottom;
    margin-bottom:2px;
    font-size: 16px;
    height: 28px;
    line-height: 28px;*/
    padding: 7px 4px;
    vertical-align: bottom;
    margin-bottom: 2px;
    font-size: 14px;
    height: 22%;
    line-height: 199%;
    max-width: 50px;

}

.leaderMob .efishselect a.btn, .leaderMob .efishselect a.btn:visited {
    padding: 6% 16%;
    vertical-align: bottom;
    margin-bottom: 4px;
    font-size: 3vw;
    height: 20%;
    line-height: 165%;
}

/*.leaderboardBox .btn, .leaderboardBox   .btn:visited {
    font-size: 15px;
    height: 0px;
    line-height: 0px;
    height: 28px;
    line-height: 28px;
    color: white;
    text-transform: none;
    padding: 0px 7px;
}*/



/* FB shared competition leader page */

.leader-table { margin: 0px auto;}
.leader-table th { font-weight:700;font-size:18px; }
.leader-table tr td { vertical-align:middle; font-size:14px; }
.leader-table td, .leader-table th { padding:10px;}
.leader-heading { font-weight:700; font-size:22px;line-height:30px;padding-left:10%;padding-top:2vw;padding-bottom:1.5vw;}


/*
 * Quiz and Survey Master plugin
 */

div.mlw_qmn_message_before {
  padding-bottom:5px;
  margin-bottom:5px;
}
div.mlw_qmn_message_before p {
    color: black;
    font-weight:700;
    font-size:17px;
}
div.quiz_section {
    padding: 5px 0 5px 0;
}
.qmn_quiz_container br { display:none;/* margin-top:6px; line-height:6px;*/ }

.qmn_question_answer {
    min-width: 320px;
    float:left;
    margin:15px;
    color:white;
    font-weight:600;
    font-size:13px;
    background: #00467f;
    border: 1px solid black;
    padding:10px;
}
.qmn_question_answer p img {
    width: 320px;
}
.gf-quizresult {
    float:left;
    color: #f0d54a;
    font-weight:600;
    font-size:13px;
    background: #60138a;
    border: 1px solid black;
    text-align: center;
    padding:10px;
}

/* facebook share */
.leaderPC img.spread-it {
    width:55px;
    margin-left:5px;
}

.leaderMob img.spread-it {
    margin-top:5px;
    margin-left:18%;
    width:180%;
    max-width:180%;
}


@media (min-width: 768px) {

    .leaderboard-entry .lb-details > div, .leaderboard-entry .species {
    padding: 16px 0 16px 4px;
   
}
/* MDE20170810 */
.leaderboard-entry .lb-details div.leaderImgPCLarge {
    padding: 4px 20px;
}
.leaderboard-entry .lb-details div.leaderImgPC, .leaderboard-entry .lb-details div.leaderPC {
    padding: 4px 0;
}
.leaderboard-entry {
  /* MDE20170810 */
  /*height:50px;*/
  }

}

.leaderboard-header {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;

}
   .leaderboard-outer div, .leaderboard-header div {
      
      width:25%;
      display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
      align-items:center;
      text-align:left;
	 
   }

  /* MDE20170810 */
  .leaderboard-outer .leaderImgMobLarge, .leaderboard-header .leaderImgMobLarge{
      display:none;
 }
  .leaderboard-outer .leaderImgMob, .leaderboard-header .leaderImgMob, .leaderboard-outer .leaderMob, .leaderboard-header .leaderMob{
      display:none;
 }
   .leaderboard-outer .sponsorImg{
      display:none;
   }
   .leaderboard-outer .lb-details, .leaderboard-header .lb-header-details {
  
   width:75%;
   display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
   }
   .lb-details div, .lb-header-details div {
       -webkit-flex:1;
   flex:1 1 0;
   }
   /* MDE20170810 */
   .leaderboard-header .leaderImgPCLarge, .leaderboard-entry .leaderImgPCLarge, 
   .leaderboard-header .leaderImgMobLarge, .leaderboard-entry .leaderImgMobLarge, 
   .leaderboard-header .prize, .leaderboard-header .sponsor, .leaderboard-header .leader,
   .leaderboard-entry .prize, .leaderboard-entry .sponsor, .leaderboard-entry .leader {
       -webkit-box-grow:2;
    -webkit-flex-grow:2;
       flex-grow:2;
   }

.lb-mobile-label-sponsor-ad  {
    color: blue;
    text-align:center;
}

.leader .sponsor-ad,
.length .sponsor-ad
.prize .sponsor-ad,
.sponsor .sponsor-ad
{
    text-align: center;
    display: inline-block;
    width:64%;
}


div.prize a.sponsor-now-button {
    line-height: 20px;
    padding: 5px;
    background-color: #1678ad;
    color: #ffffff;
    width: 54%;
    margin-left: 0px;
    margin-top: 5px;
    text-align: center;
    min-width: 85px;
}
div.prize a.sponsor-now-button:hover {
    background-color: #146088;
}


  @media screen and (max-width:768px) {
     

      .forumTopics {
          margin-top:50px;
          width:96%;
      }
      .forum_inner .title:before {
          content:"Choose ";
      }
      .forum_inner .title:after {
          content:" +";
      }
      .forum_inner.active .title:after {
          content:" -";
      }
      .forum_inner {
          position:absolute;
          top:0;
          max-height:38px;
          overflow:hidden;
          transition:all 1s;
          width:80%;
          z-index: 10;
          margin-top: 2px;
      }
      .forum_inner.active {
          max-height:1000px;
      }
      .prize > a, .sponsor > span, .length > span, .leader > a   {
          display:inline-block;
      }
      .prize .lb-mobile-label, .sponsor .lb-mobile-label,
      .prize .lb-mobile-label-sponsor-ad, .sponsor .lb-mobile-label-sponsor-ad{
          float:left;
          padding-right:1%;
      }
      .prize a  {
          width:69%;
          display:inline-block;
      }
      .sponsor p {
          width:59%;
          display:inline-block;
      }
      .spread-it img {
          width:100%;
      }


    .prize:before, .sponsor:before, .length:before, .leader:before {
        color: #000;
        font-weight: bold;
        padding-left: 2%;
     
    }



    img.spread-it {
          width: 100%;
          max-width:180%;
          height: auto;
      }


      /* MDE20170810 */
      .leaderboard-entry .leaderImgPCLarge {
          display:none;
      }
      .leaderboard-entry .leaderImgPC, .leaderboard-entry .leaderPC {
          display:none;
      }

      /* MDE20170810 */
      .leaderboard-entry .leaderImgMobLarge {
          display:inline-block;
      }
      .leaderboard-entry .leaderImgMob, .leaderboard-entry .leaderMob {
          display:inline-block;
      }
      /* MDE20171220 */
      .leaderboardHead {
          height: 148px; /* MDE20191125 102->148 for LUCKY CATCH*/
      }
      .leaderboardHead .leaderboardBox  {
          display:none;
      }

      .leaderboard-header {
          display:none;
      }

   .lb-mobile-label, .lb-mobile-label-sponsor-ad  {
        display: inline-block;
        font-weight: bold;
        padding-left: 4%;
        font-size: 2.4vw;
	}

      div.prize a.sponsor-now-button {
          margin-left:5%;
      }


   .au.leaderboard-entry {
      display:inline-block;
   }

   .leaderboard-outer .sponsorImg {
     display:inline-block;
	 }
   .lb-details div {
   width:100%;
   }
   .lb-details, .leaderboard-outer .sponsorImg {
     float:left;
   }
   .leaderboard-outer .leaderImg {
     float:right;
      position: relative;
    top: 50%;
    transform: translateY(40%);
   }
    .leaderboard-outer div {
        display: inline-block;
    }
   .leaderboard-outer .lb-details {
   width:50%;
   padding-top:2%;
   }
     .leaderboard-outer .species {
	  background: #266ca4 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
 
    line-height: 30px;
    padding-left: 5px;
    width: 100%;
    border-bottom: 1px solid #fff;
	 }
      /* MDE20171122 */
      .introTournament div.species {
          background: #932dae none repeat scroll 0 0;
      }
         /* MDE20170810 */
	 .leaderboard-outer .leaderImgMobLarge {
	 width:44%;
	
	 }
	 .leaderboard-outer .leaderImgMob, .leaderboard-outer .sponsorImg, .leaderboard-outer .leaderMob {
	 width:25%;
	 }
     .leaderboard-outer .lb-details {
         display:inline-block;
     }
	 
   }
    @media screen and (max-width:450px) {

#toPopup .formList li {
    margin:0;
}
.join {
   background-size:100%;
   width:40%;

}
.register-no-thanks img {
    width:40%;
}
 .forumTopics .search input[type="text"] {
            width:90%;
  }
        .forumTopics .search {
            width: 100%;
        }

  .forumListing ul ul li.topics {
          margin:0;
         
      }
  .forumListing ul ul li.topics .forumUser {
      margin-left:10px;
  }
 .topics a .blue {
     padding:5px 0 5px 10px;
     background:#266ca4 none repeat scroll 0 0;
     color:#fff !important;
 }
   .leaderboard-outer .lb-details {
   padding-top:0%;
   }

   .leaderboard-outer .lb-details  {
       font-size:12px;
       line-height:15px;
   }
   .voices {
       text-align:left;
   }
   .forumListing .darkBlueBackground {
       display:none;
   }
  
   li.voices:before {
       content:"Posts - ";
   }
    .forumListing li:nth-of-type(2):before {
       content:"Voices - ";
   }
    .bbp-body:before {
        content:"" !important;
    }
   .forumListing ul ul li {
       width:100% !important;
       float:none;
       margin:0 10px;
   }
   .forumListing ul ul {
       height:auto;
   }
}

/*
 * Sponsored Prizes/Winners prizes_view and fishing_competition->Send Sponsor Notifications
 */
.sponsorlogo img {
    margin:auto;
    vertical-align:middle;
}
blockquote.sponsorheading h2.sponsorheading2{
    max-width: 600px;
    margin: auto;
    color: #00467f;
    font-size: 15px;
}
.sponsordetails {
    border: solid 6px #eeeeee;
    padding:10px;
    margin:10px 0;
}
.sponsorlabels {
    max-width:600px;
    margin: 0 auto 10px auto ;

}
.sponsorlabels {
    padding:3px;
    font-size:15px;
}
.sponsorhighlight {
    color:#e68000;
}
.sponsorlabel {
    display:inline-block;
    width:110px;
}
.sponsordata {
    font-weight:700;
}
.prizedata {
    color:#4d7ea6;
}
.certificate {
    position:relative;
    margin:auto;
}
.certificate img {
    max-width: 100%;
    height: auto;
    display: block;
}
.certtext {
    position:absolute;
    top:4%;/*2.1%*/
    left:28%;
    width:72%;
    color:white;
    text-shadow: 2px 4px 4px black;
    font-size: 3vw;
    line-height: 3.6vw;
    font-family: sans-serif;
}
.certtextsmall {
    position:absolute;
    top:2.6%;/*1.8%*/
    left:28%;
    width:72%;
    color:white;
    text-shadow: 2px 4px 4px black;
    font-size: 2vw;
    font-weight: 700;
    line-height: 2.6vw;
    font-family: sans-serif;
}
.totalrrp{
    position: absolute;
    top: 2.5%; /*1.2%*/
    right: 1%;
    font-size: 6vw;
    line-height: 5.6vw;
    font-weight: 600;
    color: #fde62f;
    text-shadow: 2px 4px 4px black;
    text-align: center;
}
.certsponsorlogo {
    position: absolute;
    top: 0; /*2.5%; *1.2%*/
    right: 0;
}

.certbadgelogo {
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
}
@media (min-width: 670px) {
    .certtext {
        font-size: 20px;
        line-height: 23px;
    }
    .certtextsmall {
        font-size: 16px;
        line-height: 21px;
    }
    .totalrrp {
        font-size: 34px;
        line-height: 36px;
    }
}
.certbadgetext {
    position:absolute;
    bottom:0px;
    left:0px;
    font-family: 'ARIAL';
    font-size: 32px;
    font-weight:600;
    width:33%
}
.certbadgetext path {
    fill: transparent;
}

.certbadgetext text {
    fill: #efeeaf;
}
