/*
Theme Name: GetDucks Custom Theme
Author: Jon Mensing
Author URI: http://www.searchmarketingtx.com
Description: Custom WP theme developed for Ramsey Russell's GetDucks.com
Version: 0.3
*/

html, body, img, a, h1, h2, div, span, {
  margin: 0px;
  padding: 0px;
  }
@media only screen and (max-device-width: 480px) {	.container img {		max-width: 95%;	}	.container iframe,	.container object,	.container embed {		max-width: 98%;	}}/* iphone */@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {	img { max-width: 100%; }}/* ipad */@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {	img { max-width: 100%; }}@media print {	img { max-width: 100%; }}
ul#menu-mobile-nav { display: none; }
#google_translate_element {
  text-align: center;
  margin: 0 10px 20px;
    float: left;
  }

input.search-field {
    min-height: 27px;
}

body dl.gallery-item + br { display: none; }
div.gallery.gallery-columns-4 .gallery-item { 
  width: 22%;
  margin-right: 3%;
}

#gallery-1 .gallery-caption{
	display:none !important;
}

.product_cat-insurance #product-addons-total{
	display:none !important;
}

.product_cat-insurance .variations_form{
	display:none;
}

.product_cat-insurance .variations_form .opt-d-none{
	display:none;
}

.product_cat-insurance .variations_form .woovr-variation-description{
	display:none;
}

.product_cat-insurance .woovr-variations.woovr-variations-default > div:first-child{
	display:none;
}

.bottom-content{
	clear:both;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}

.variations select{
	font-size:18px;
	padding:5px 10px;
}

.wc-pao-addons-container{
	margin-top:20px;
}

iframe{max-width:98%; margin:0 auto;}

.topics-wrp .item-box{
	margin-bottom:20px;
	width:365px;
	transition: all .2s; 
	/**cursor:zoom-in;*/
}

.topics-wrp .item-box .item-data{
	display:none;
}

.topics-wrp .item-box.hide{
	display:none;
}

.previewer-cont{
	display:none;
	transition: all .2s; 
}

.evt-wrp{
	text-align:right;
}
.evt-wrp .fmrwrp{
	display:inline-block;
	text-align:left;
}

.previewer-cont .item-inner,
.topics-wrp .item-box .item-inner{
	padding:20px;
	border:1px solid #4F2B11;
	border-radius:3px;
	background:#fff;
}

.previewer-cont .item-inner{
	width:80%;
	margin:0 auto;
	margin-bottom:50px;
	border-radius:10px;
}

.topics-wrp .item-box .item-cover{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgb(60, 60, 60, 0.2);
	display:none;
}

/**
.topics-wrp .item-box:hover{
	transform: scale(1.1);
	z-index:1;
}
*/

.jp-carousel-overlay{
	z-index:0 !important;
}

.topics-wrp .item-box:hover .item-cover{
	display:block;
}

.topic-flds{
	display:inline-block !important;
}



.search-form{
	display:flex;
}
.search-form .search-submit{
	margin-top: -1px !important;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
background: #DAC199 !important;
background: #DAC199 -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%) !important;
background: #DAC199 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))) !important; 
background: #DAC199 -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%) !important;
background: #DAC199 -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%) !important;
background: #DAC199 -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%) !important;
background: #DAC199 linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%) !important;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] { color: #351903 !important; }
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover { color: black !important; }
.sponsors-full{
	display:flex;
	padding:20px;
	align-items: center;
	justify-content: center;
}

.gdac{
	text-align:center;
}

.gdac img{
	max-width:100% !important;
}

.sponsors-full .gdac{
	width:100%;
}

.sponsors-full img{
	padding:5px;
}
.full-width-container{
	padding-left:20px;
	padding-right:20px;
}
.container-fluid{
	clear:both;
}

.img-fluid{
	max-width:100%;
}

.mx-auto{
	margin-left:0px auto !important;
	margin-right:0px auto !important;
}

.cerialbox{
	clear:both;
}

.ccitem{
	clear:both;
	display: flex;
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom: 1px solid #66330d;
}

.footer-cols{
	padding:20px;
	background-color: #eee;
}

.crow{
	clear:both;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.crow-c4{
	width:33%;
}
.crow-c3{
	width:20%;
}

.crow-c5{
	width:47%;
}


.crow-c6{
	width:50%;
}

.crow-c-wrp,
.crow-c6-wrp{
	padding:10px;
}

.instagframe{
	width:100%;
	min-height:500px !important;
}

.cctitle{
	text-align: center;
    font-size: 28px;
    line-height: 200%;
    font-weight: normal;
}

.ccitem-img{
	width:33%;
	display:inline-block;
	text-align:center;
	height:350px;
	
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.ccitem-img img{

}
.ccitem-title{
	padding: 0 0px;
}
.ccitem-content{
	width:66%;
	display:inline-block;
	padding-left:10px;
}

.ccitem-morelink a{
	position: absolute;
    bottom: -4px;
    right: 23px;
    color: #66330d;
    border: 1px solid #66330d;
    padding: 5px;
    text-align: center;
    background-color: #eee;
}

.readMoreContentBtn{
	display:inline-block;
    color: #66330d;
    border: 1px solid #66330d;
    padding: 5px;
    text-align: center;
    background-color: #eee;
	float:right;
}


.podcast-sponsors-sidebar {
    clear: both;
    margin-top: 100px;
    border-top: 1px solid #ccc;
    padding-top: 43px;
}
.podcast-sponsors-sidebar img{
	
}

.podcastz-list-wrapper{
	padding-top:40px;
}

hr{
	margin-top:30px !important;
	margin-bottom:30px !important;
}

@media only screen and (max-width: 767px){
	
	ul#flywaylist {
    -moz-column-count: 2 !important;
    -moz-column-gap: 15px;
    -webkit-column-count: 2!important;
    -webkit-column-gap: 15px;
    column-count: 2 !important;
		
	}
	#hunt-toggles{
		width:100% !important;
	}
	
	.footer-cols .crow{
		display:block;
	}
	
	.footer-cols .crow .crow-c4, .crow-c3, .crow-c5{
		display:block;
		width:100%;
	}
	
	.sponsors-full{
		display:block;
		padding:10px;
		text-align:center;
	}
	.sponsors-full a{
		display:block; clear:both;
	}
	.sponsors-full img{
		max-height:unset;
		max-width:100% !important;
	}
	.crow{
		display:block;
	}
	.crow-c6{
		width:100%;
	}
	
	.container img {		max-width: 100%;	}
	.header .menu-icon{
		display:none !important;
	}
	
	#right-body p img{
		max-width:100%;
	}
	
	#right-body{
	}
	
	.ushl #right-body{
		padding-left:0px !important;
		padding-right:0px !important;
	}
	
	body p#breadcrumbs{
		margin:0px;
		padding-top:20px;
		padding-left:20px;
		padding-right:20px;
	}
	
	body.ushl p#breadcrumbs{
		padding-left:0px;
		padding-right:0px;
	}
	
	body.page-template-hunt-parent p#breadcrumbs{
		padding-left:20px;
		padding-right:20px;
	}
	
	
	
	body #right-body h2,
	body #right-body h1{
		margin:0px;
	}
	
	body .gform_fields{
		padding-left:0px !important;
	}
	
	.ginput_container.ginput_recaptcha{
		overflow:hidden !important;
		max-width: 90%;
	}
	
	.modal-content{
		display:block !important;
		width:80% !important;
		overflow:auto;
	}
	
	.ushl .mobile-menu .ubermenu-responsive-toggle{
		background:#BDB493 -webkit-linear-gradient(top, rgba(189,180,147,.2) 0%,rgba(0,0,0,.2) 100%) !important;
		color:#6E7252 !important;
	}
	
	.mobile-menu .ubermenu-responsive-toggle{
		font-size: 1.1rem;
	}
	
	.header li a{
		color:#402007 !important;
	}
	
	.header li a:hover{
		color:#DAC199 !important;
	}
	
	.ushl .header li a{
		color:#6E7252 !important;
	}
	
	#hunt-parent-content, .full-width-container{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	body.ushl p#breadcrumbs{
		padding-left:20px !important;
		padding-right:20px !important;
	}
	
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu ul{
		background-color:#fff;
	}
	
	body ul.hunt-tiles-wrapper{
		padding:0px !important;
		padding-left:10px !important;
		padding-right:10px !important;
	}
	
	body.ushl ul.hunt-tiles-wrapper{
		padding:0px !important;
		padding-left:0 !important;
		padding-right:0 !important;
	}
}