/*
 Theme Name:   Colorado Wildlife basic-child
 Theme URI:    http://coloradowildlife.org
 Description:  Basic Child Theme
 Author:       MediaWorks - Mark Wolcott
 Author URI:   http://mediaworksweb.com
 Template:     basic
 Version:      1.15.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, sidebars, responsive-layout, accessibility-ready
 Text Domain:  basic-child
*/

html{
	width: 100%;
	font-family: 'Asap', sans-serif;
	background: #000;
 }
body{font-size: 18px;}
.clip-hide,
.has-hidden-entry-title h1 {
	position: absolute;
	left: -9999em;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.wrapper .flex-row {
	margin: -0.25rem 0;
	display: flex;
	flex-wrap: wrap;
}
.wrapper .flex-row > * {
	margin: 0.25rem 0;
	flex-basis: 100%;
}
@media screen and (min-width: 1024px) {
	.wrapper .flex-row {
	margin: -0.25rem;
	flex-wrap: nowrap;
	}
	.wrapper .flex-row > * {
	margin-right: 0.25rem;
	margin-left: 0.25rem;
	flex-basis: auto;
	}
}
.wrapper{
	margin: 0 auto !important;
	max-width: 100% !important;
	background: transparent !important;
}
.maxwidth{
	width: auto;
	max-width: 100%;
}
body .alignfull {
	margin-right: calc( -50vw + 50% ) !important;
	margin-left: calc( -50vw + 50% ) !important;
	max-width: 100vw !important;
	width: auto !important;
	overflow: hidden;
}
#header{
	position: relative;
	z-index: 1999;
	width: 100%;
	padding: 1em 5%;
	box-sizing: border-box;
	border-bottom: 1px solid #bababa;
	border-radius: 0;
	background: url(images/header.jpg);
	background-size: cover;
}
.header-top-widget {
	margin-bottom: 0.5em;
	font-size: 0.8889em;
}
.header-top-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5em;
}
.header-top-widget ul a {
	color: #222;
}
.header-product {
	margin: 0;
	flex-basis: 100%;
	box-sizing: border-box;
}
@media (max-width: 999px) {
	#header .header-product {
		margin-bottom: 1em;
		font-size: 10px;
	}
}
@media (min-width: 1000px) {
	#header .header-top-widget {
		margin-top: -0.5em;
		margin-bottom: 0.5em;
	}
	.header-top-widget ul {
		justify-content: flex-end;
	}
	.header-product {
		flex: 0 1 20%;
	}
}
.header-top-wrap{
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	gap: 1em;
}
@media (min-width: 1000px) {
	.header-top-wrap {
		flex-wrap: nowrap;
	}
}
#header .header-product p {
	margin: 0.5em 0 0 !important;
	padding: 0 !important;
}

#header .header-product p:first-child {
	margin-top: 0 !important;
}

#header .header-product p:last-child {
	margin-bottom: 0 !important;
}
#header li.button {
	padding: 0;
}
.header-product .button > a,
.header-product .button > span {
	display: block;
	min-width: 10em;
	text-align: center;
	text-decoration: none;
}

.header-product ul.menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3em;
}

.header-product ul.menu li {
	flex: 1 1 auto;
}

.header-top-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sitetitle{
	width: auto;
	margin: 0;
}
.logo{
	width: max-content !important;
	text-align: left;
	padding: 0 1em;
}
@media (min-width: 1000px) {
	.logo {
		padding: 0;
	}
}
.logo a{
	font-size: 0 !important;
}

#mobile-menu{
	padding: 10px !important;
	background: #333;
	border: 1px solid #bababa;
}
.topnav{
	width:max-content;
}
.top-menu{
	margin: 0 !important;
	padding: 0 1.5em;
	border-radius: 0;
	background: none !important;
}
.top-menu .current-page-ancestor>a{
	 color: #666 !important;
}
.top-menu ul{
	margin: 0 !important;
	padding: 0 !important;
}
.top-menu li{
	padding: 0 !important;
	text-transform: uppercase;
}
.top-menu li:hover a{
	background: none !important;
}
.top-menu a, .top-menu li span{
	font-weight: bold !important;
	color: #333 !important;
	margin: 0 0.5em;
	padding: 0.5em 0 !important;
}
.top-menu a:hover{
	color: #004b93 !important;
	opacity: 1 !important;
	background: none !important;
}

.top-menu .current-menu-item > span {
	background: none !important;
	border-bottom: 1px solid #004b93;
}

.top-menu .menu-item-has-children > a:after, .top-menu .menu-item-has-children > span:after,
.top-menu .page_item_has_children > a:after, .top-menu .page_item_has_children > span:after{
	content: none;
}

.top-menu li ul{
	margin: 0 0 0 0.5em !important;
	padding: 0 !important;
	background: #eee !important;
	border: 1px solid #bababa;
	border-top: none;
	border-radius: 0.5em;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 2px 4px #666 !important;
}
.top-menu li:hover ul{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 1s ease-out; /* Safari prior 6.1 */
	transition: opacity 0.5s ease-out;
}

.top-menu li li, 
.header-product .menu li li {
	color: #999;
	font-size: 1em;
	margin: 0 !important;
	padding: 0 !important;
}
.top-menu li li a,
.top-menu li li span,
.header-product .menu li li a,
.header-product .menu li li span {
	color: #666 !important;
	border-bottom: 1px solid #ddd !important;
	padding: 0.7em 0 !important;
}

.top-menu li li a:hover,
.header-product .menu li li a:hover {
	color: #004b93 !important;
}
/*
.top-menu li .current-menu-item > span,
.header-product .menu li.current-menu-item > span {
	color: #bababa !important;;
}
*/
.top-menu ul ul {
	margin: 0 !important;
}

.header-product ul.menu,
.header-product ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-product ul.menu li {
	position: relative;
}

.header-product ul.sub-menu {
	position: absolute;
	left: -9999em;
	width: 100%;
	top: calc( 100% + 10px );
	background: #eee !important;
	border: 1px solid #bababa;
	border-top: none;
	border-radius: 0.5em;
	box-shadow: 0 2px 4px #666 !important;
}

.header-product ul.sub-menu:before {
	content: '';
	position: absolute;
	top: -10px;
	height: 12px;
	width: 100%;
	background: transparent;
}

.header-product ul.menu > li.menu-item-has-children:hover > ul.sub-menu {
	left: 0;
}

.header-product ul.sub-menu > li > a,
.header-product ul.sub-menu > li > span {
	display: block;
	margin: 0 0.5em;
	padding: 0.7em 0;
	font-weight: bold;
	color: #666 !important;
	border-bottom: 1px solid #ddd !important;
}

#main{
	margin: 0;
	padding: 0;
}
.content, .content-header-product, .content-bottom-widget, .search #content{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 2%;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.woocommerce .content,
.woocommerce-page .content {
	padding: 2em 2%;
}
.widget{
	margin: 0;
}
.widget iframe{
	max-width: 100%;
}
.entry-box {
	margin:0;
}

.metaslider{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	background: #066;
}
.metaslider ul{
	margin: 0 !important;
	padding-bottom:0 !important;;
}
.metaslider li{
	margin: 0;
	padding: 0 !important
}
.metaslider .caption-wrap{
	display: flex !important;
	bottom: 30% !important;
	opacity: 1 !important;
	background: none !important;
}
.metaslider .caption {
	font-size: 3vw;
	font-weight: bold;
	line-height: 130%;
	text-align: center;
	width: 100%;
	padding:  1em 10% !important;
	word-wrap: break-word;
	background: none;
	text-shadow: 4px 4px 4px #333;
}

.metaslider img{
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important
}
.metaslider .flex-direction-nav li {
	position: static !important;
}
.banner{
	margin-bottom: 2em;
	min-height: 350px;
	display: flex;
	align-items: center !important;
 padding-bottom: 5em;
}
.banner h2,
 h1:empty + aside + div .banner h1 {
	margin:  0;
	color: #fff;
	font-size: 3em;
	text-shadow: 4px 4px 4px #333;
 }
h1:empty + aside + div .banner {
	margin-top: -1.1em;
 }
.shadow, .banner {
	position: relative;
	overflow: visible !important;
}
.shadow:after, .banner:after {
	content:'';
	left:0;
	width: 100%;
	height: 50px;
	display: block;
	position: absolute;
	background: url(images/shadow.png) no-repeat 50% 100%; !important;
	background-size: 90% 50px;
	bottom: -50px;
}
.single .meta {
	display: none;
}
.content img{
	border: 1px solid #fff;
	box-shadow: 0 4px 4px #666;
}
.content .no-shdw img{
	box-shadow:none;
	border: none;
}
.content .no-shdw p,
.content .no-shdw p:last-child{
	margin: 0 !important;
	padding: 0 !important;
}
.content .image-invisible img,
.content img.image-invisible {
	visibility: hidden;
	opacity: 0;
}
.content a img:hover{
	opacity: 0.8;
}

span.button,
li.button {
	background: none !important;
	padding: 0;
}
.button > a, .button > span, a .button, a.button, .btn-default, .pt-cv-wrapper .btn-success, .woocommerce button, .woocommerce .button, .gform_button{
	color: #fff !important;
	text-transform: uppercase;
	white-space: nowrap;
	border: none;
	border-radius: 0.5em !important;
	background: #004b93 !important;
	padding: 0.7em;
	display: inline-block;
}

.button > a:hover, .button > span:hover, a .button:hover{
	color: #fff !important;
	opacity: 0.9 !important;
}

.home-links .textwidget{
	position: relative;
}
.home-links p{
	margin: 0;
	padding: 0;
}

.home-links h3{
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0.5em;
	box-sizing: border-box;
	z-index: 99;
	pointer-events: none;
	background:rgba(0, 0, 0, 70%);
}


/*
Base Elements
-------------------------------------------------- */
:first-child {
	margin-top: 0;
}
:last-child {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
	color: #004b93;
	font-family: 'Roboto', sans-serif;
	margin: 1.5em 0 0.5em;
	padding: 0;
	line-height: 1.5;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1 {
	color: #333;
	font-weight: 800;
	font-size: 2.5rem;
}
.entry-box h1{
	display: block;
}

h2{
	font-size: 2.5rem;
}

h3 {
	font-size: 1.5em;
	line-height: 140%;
}
h3.widget-title {
	font-size: 1.1em;
	text-align: center;
}

h4{
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
h4:before, h4:after {
	position: absolute;
	top: 51%;
	overflow: hidden;
	width: 5%;
	height: 1px;
	content: '\a0';
	margin-left: 1%;
	background-color: #333;
}
h4:before {
	margin-left: -6%;
	text-align: right;
}
.white h4 {
	color: #fff;
}
.white h4:before, .white h4:after {
	background-color: #fff;
}

h5 {
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h6 {
	font-size: 1.3rem;
}

.caldera-grid label {
	color: #666;
}
p {
	line-height: 160%;
	margin: 0 0 1em;
	padding: 0;
}
a{
	color: #004b93;
}
a:hover{
	opacity: 0.8;
	text-decoration: none !important;
}
ul{
	 list-style: outside url(images/arrow.png);
	 margin: 0 0 1em 1em ;
 }
ol{
	 margin: 0 0 1em 1em;
 }

li {
	padding: 0.2em 0;
}

ol li {
	padding: 0.5em 0 0.5em 0.5em;
}

ul ul{
	font-size: 0.9em;
	 list-style: square;
	 margin: 0 0 0 1em;
 }
#footer ul{
	font-size: 1em;
	list-style: none !important;
 }
#footer li{
	color: #fff;
	list-style: square !important;
	padding: 0.3em 0 0 !important;
 }

blockquote, q {
 margin: 1em 0;
 background: #fefefe;
}
.white, a.white, .white a{
	color: #fff !important;
}
.blue, a.blue, .blue a{
	color: #004b93 !important;
}
.red, a.red, .red a{
	color: #c84427 !important;
}
.teal, a .teal, .teal a{
	color: #099;
}
.gray, a .gray, .gray a{
	color: #666;
}
.larger{
	font-size: 1.2em;
}
.smaller{
	font-size: 0.9em
}
.noclick>a{
	pointer-events: none;
}
.circle img{
	border-radius: 100%;
}

figure {
	margin: 0;
}

address {
	font-style: normal;
}

.wp-caption-text, .wp-caption p.wp-caption-text{
	color: #666;
	font-size: 0.9em;
	padding: 0.8em 0;
}

#footer{
	color: #000;
	font-size: 0.8em;
	max-width: 1300px;
	margin: 2em auto 0;
	padding: 0 2% !important;
	box-sizing: border-box;
	background: transparent !important;
}
#footer p{
	margin: 0;
}
#footer a, #footer a:hover{
	color: #036;
}
#footer ul{
	font-size: 0.9em;
	text-align: center;
	display: block;
	margin: 0 auto !important;
	padding: 1em 0 0 0;
}
#footer li{
	display: inline-block !important;
	padding: 0 .85em !important;

}
#footer li{
	border-left: 1px solid #fff;
}
#footer li:first-child{
	border: none;
}
.fg-item-inner{
	border: 1px solid #666 !important;
	border-radius: 5px !important;
}

.fbx-btn-transition{
	font-family: foobox !important;
}


/* NEWS & BLOGS*/

.pt-cv-content-item{
 margin-bottom: 1.5em;
 border-bottom: 1px solid #bababa;
}
.wppsac-post-carousel.design-1 .slick-prev{
 left: -50px !important;
}
.wppsac-post-carousel.design-1 .slick-next{
 right: -50px !important;
}
.wppsac-post-slider .slick-dots li button, .wppsac-post-carousel .slick-dots li button{
 width: 1.2em !important;
 height: 1.2em !important;

}
.wppsac-post-slider .slick-dots li button, .wppsac-post-carousel .slick-dots li button{
 text-indent: 0 !important;
}


/* WooCoommerce
 * @since 1.1.4 
 * --------------------------------- */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	margin-bottom: 2em;
	border-top-color: #004b93;
}

.woocommerce-error {
	border-top-color: #c84427;
}

table.shop_table th {
	background: #ddd;
}

td.actions .coupon {
	display: inline-flex;
	align-items: stretch;
}

#coupon_code {
	min-width: 15em;
}

form.checkout_coupon {
	margin-top: -1em;
	background: #f6f5f8;
}

#content #payment .form-row .form-row {
	margin: 0;
	padding: 0;
}

@media (min-width: 1024px) {
	.woocommerce td.woocommerce-orders-table__cell-order-actions {
		display: flex;
		justify-content: space-between;
	}
}

body.postid-5150 div.product {
	display: flex;
	flex-direction: column;
	gap: 2em;
}

body.postid-5150 #content div.product .woocommerce-product-gallery,
body.postid-5150 #content div.product .entry-summary {
	width: 100%;
	flex-basis: 100%;
}

body.postid-5150 #content div.product .woocommerce-product-gallery {
	order: 1;
}

body.postid-5150 #content div.product .woocommerce-tabs {
	order: 2;
}

body.postid-5150 #content div.product .related {
	order: 3;
}

/* RESPONSIVE */

@media screen and (max-width: 1023px) {

	.sitetitle{
	height: auto !important;
	float: none !important;
	}


	.metaslider .caption-wrap {
		position: relative !important;
	}

	.button{
	display: block;
	}

	.topnav, #mobile-menu{
	border-radius: 0.5em;
	margin: 0 0 0 auto;
	 }
	.top-menu {
	background: #fff !important;
	border-radius: 1em;
	margin-top: 0.5rem !important;
	right: 5%;
	width: auto;
	padding: 0.5em 1em !important;
	}
	.top-menu li ul{
		border: none;
		opacity: 1;
		visibility: visible;
		background: none !important;
		box-shadow: none !important
	}
	.top-menu li.menu-item-has-children > .open-submenu{
	color: #333;
	}

	#footer{
	text-align: center !important;
	}
	.footer-menu li{
	font-size: 0.9em;;
	}
	.footer-menu{
	display: table;
	text-align: center;
	margin: 0 auto !important;
	}
	.footer-menu li{
	font-size: 0.9em;
	}
	#footer img{
	margin: 0 auto !important;
	}
}

@media screen and (max-width: 800px) {
#header{
	padding: 0.5em 5%;
}
.metaslider .caption {
	font-size: 3vw;
}

.logo{
	padding: 0.5em;
}
	.wrapper h1 {
	margin-bottom: 2rem;
	}


img.alignleft, .alignleft, .img.alignright, .alignright  {
	float: none !important;
	display: block;
	margin: 0 0 1em 0 !important;
}

}

@media screen and (min-width: 1024px) {
	.header-top-wrap {
	font-size: 0.9em;
	}
}
