/*   Theme Name: Tariku Bogale*/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700&subset=latin-ext,vietnamese');
body {
	margin: 0px;
	padding: 0px;
}
.clear { height: 0; line-height: 0; clear: both; }
.clr { height: 0; line-height: 0; clear: both; }
::selection {
	background: #FF5E99;
	color: #fff;
	text-shadow: none;
}
a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
/*----------------------
Typography
----------------------*/
a {
	color:#6a6a6a;

}
a:hover {color:#000;}

p {
	color: #666666;
	font-size: 15px;
	font-family: 'Nunito Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-family: 'Nunito Sans', sans-serif;
}
.page_banner_content {padding-top: 250px;text-align: center;}
.page_banner_content h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 10px;
}

/*----------------------
Header
----------------------*/

.header_nav.sticky {
	position: fixed;
	font-size: 24px;
	line-height: 48px;
	height: 48px;
	width: 100%;
	text-align: left;
	z-index: 999;
	top: 0;
}
.top-bar{
	background-color: #111111;
	width: 100%;
	height: 62px;
}
.emailing-sec{
	margin-top: 20px;
}
.emailing-sec ul{
	padding: 0;
	margin: 0;
}
.emailing-sec ul li{
	list-style: none;
	display: inline-block;
	margin: 0 40px 0 0;
	position: relative;
}
.emailing-sec ul li:hover:after{
	background-color:#9e8432;
}
.emailing-sec ul li:last-child{
	margin: 0;
}
.emailing-sec ul li:last-child:after{
	display:none;
}
.emailing-sec ul li:after{
	content:'';
	position: absolute;
	right: -26px;
	width: 8px;
	height: 8px;
	background-color: #edde8f;
	border-radius: 50%;
	top: 6px;
}
.emailing-sec ul li.phone,.emailing-sec ul li.email{
	background: url(images/phone-icon.png) no-repeat;
	padding-left: 22px;
	background-position: left 3px;
}
.emailing-sec ul li.email{

	background: url(images/mail-icon.png) no-repeat;

	background-position: left;

	padding-left: 25px;
}
.emailing-sec ul li span{
	font-size: 14px;
	font-weight: 700;
	color: #666666;
	text-transform: capitalize;
}
.emailing-sec ul li a{
	font-size: 14px;
	text-decoration: none;
	color: #666666;
}
.signup-sec{
	text-align: center;
	float: left;
	margin-top:  12px;
	position: relative;
}
.signup-sec a{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.signup-sec a span{
	display: block;
	font-size: 12px;
	color: #666666;
}
.cart-sec{
	float: right;
	margin-top: 18px;
	margin-right:  20px;
}
.cart-sec a img{}
.signup-sec:after {
	content:  '';
	position: absolute;
	right: -30px;
	top: 15px;
	background-color: #edde8f;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
	margin: 0;
}
#wrapper header {
	position: relative;
}
.header_sec {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9;
	top: 20px;
}
.navbar-nav {
	float: none;
	text-align: center;
	margin-top: 40px;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
	margin: 10px 10px;
}
.navbar-inverse .navbar-nav > li > a {
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	position:relative;
	padding: 0;
	margin: 0;
}
.navbar-inverse .navbar-nav > li > a:before{
	content:'';
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	width: 0%;
	background-color: #9e8432;
	bottom: -10px;
	margin: auto;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}
.navbar-inverse .navbar-nav > li.active :before{
	width:100%;
	height:2px;
}
.navbar-inverse .navbar-nav > li > a:hover:before{
	width:100%;
	height:2px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #a58b39;
	background-color: transparent;
}
.slick-slide {
	outline: none;
}
.slider-box{
	position: relative;
}
.home-slider{}
.slide-info{
	position: absolute;
	top: 35%;
	left: 8%;
}
.slide-info h2{
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 24px;
}
.slide-info h3{
	font-size: 94px;
	color: #fff;
	text-transform: capitalize;
	margin-top: 16px;
}
.slide-info h4{
	font-size: 110px;
	font-weight: 700;
	color: #fff;
}
.slide-info a.slide-btn{
	outline: none;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	margin-top: 20px;
	display: block;
}
.slider-box img {
	width: 100%;
	height: 100%;
}
.slide-info a.slide-btn:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 47px;
	height: 2px;
	background-color: #9f8533;
}
h1.main-title{
	text-align:center;
	position:relative;
	display: inline-block;
	z-index: 999;
}
h1.main-title>strong {
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	background-color: #111111;
	height: 55px;
	line-height: 57px;
	font-weight:400;
	z-index:1;
}

h1.main-title:before{
	content:'';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	border: 2px solid #edde8f;
	height: 115px;
	bottom: 0;
	top: 0;
	width: 72%;
	z-index: -1;
}
h1.main-title:after{
	content:'';
	position: absolute;
	left: 14%;
	border: 3px solid #9f8533;
	top: 0;
	width: 36%;
	height: 115px;
	bottom: 0;
	right: auto;
	margin: auto;
	z-index: -1;
	border-right: 0;
}
.about-sec{
	text-align:center;
}
.about-sec p{
	text-align: left;
	font-size: 14px;
	margin-bottom: 16px;
	line-height: 23px;
}
.border-line a,a.border-line{
	background-color: transparent !important;
	border: none !important;
	color: #fff !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
	font-size: 18px !important;
	background-image: none !important;
	padding: 0 !important;
	position: relative !important;
	text-decoration: none;
}
.border-line{
	position:relative !important;
}
.border-line:after{
	content:'';
	width:47px;
	height:2px;
	background-color:#9f8533;
	position:absolute;
	left:0;
	bottom: -7px;
}
.about-sec .border-line:after{
	bottom: -7px;
}
.join-sec{}
.join-sec h2{
	color: #fff;
	font-size: 38px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.join-sec p{
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px !important;
}
.join-sec .border-line:after{right: 40px;margin: auto;}
.footer-sec{
	background-color: #111111;
	padding: 70px 0 0 0;
}
.footer-box{}
.footer-box img{}
.footer-box p{
	font-size: 14px;
	margin: 20px 0 38px;
}
.footer-box a img{
	float: right;
	margin: auto;
	display: block;
}
.footer-nav ul{
	padding: 0;
	margin: 0;
}
.footer-nav ul li{list-style: none;position: relative;padding-left: 11px;}
.footer-nav ul li:before{
	content:'';
	background-color: #edde8f;
	width: 4px;
	height: 4px;
	position: absolute;
	border-radius: 50%;
	top: 9px;
	left: 0px;
}
.footer-nav ul li a{
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}
.footer-nav ul li a:after{
	content:'';
	position: absolute;
	height: 1px;
	width: 0%;
	background-color: #edde8f;
	left: 0;
	bottom: -2px;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}
.footer-nav ul li a:hover:after{
	width:100%;
}
.footer-nav h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom:  18px;
}
.footer-nav {
	margin-top: 60px;
}
ul.columns{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.footer-address{}
.footer-address p{
	font-size: 14px;
	display: flex;
}
.footer-address a{
	display: block;
	text-decoration: none;
	font-size: 14px;
	margin-bottom: 10px;
	color: #666666;
}
span.map-icon, span.footer-phone-icon ,span.footer-mail-icon {
	background: url(images/map-icon.png) no-repeat;
	width: 9px;
	height: 15px;
	background-position: left;
	padding: 5px;
	float: left;
	margin: 3px 7px 0 0;
}
span.footer-phone-icon{
	background: url(images/phone-icon.png) no-repeat;
	padding: 6px;
}
span.footer-mail-icon{
	background: url(images/mail-icon.png) no-repeat;
	padding: 8px;
}
.media-sec{
	text-align: center;
}
.media-sec h1.main-title strong {
	background-color: #070707;
	position: relative;
}
.product-sec{
	text-align: center;
}
.product-box{
	margin-bottom: 35px !important;
}
.img-box a.product-btn{
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-flex;
	display: inline-flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 999;
}
.img-box a.product-btn span{
	position: relative;
}
.img-box a.product-btn span:after{
	content:'';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	width: 47px;
	height: 2px;
	background-color: #9f8533;
}
.img-box:hover a.product-btn{
	opacity:1;
}
.img-box .overlay-bg{
	background-color: rgb(17, 17, 17);
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 99;
}
.img-box:hover .overlay-bg{
	opacity: 0.602;
}
.product-box .img-box{
	background-color: #070707;
	width: 100%;
	min-height: 250px;
	padding-top:  25px;
	position: relative;
}
.product-box .img-box img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	height: auto !important;
	width: auto !important;
	max-width: 90% !important;
	max-height: 90% !important;
}
.product-box .inner-product-sec{
	background-color: #0a0a0a;
	padding: 20px 0;
	height: 170px;
}
.product-box h2{
	font-size: 18px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 600;
	margin-bottom:  10px;
}
.product-box span.price-sec{
	font-size: 16px;
	color: #edde8f;
	display: block;
	margin-bottom: 7px;
}
.img-blog{}
.img-blog img{
	width: 100%;
	height: auto;
}
.blog-info{}
.blog-info h1{
	font-size: 18px;
	color: #fff;
	text-align: left;
	line-height: 28px;
}
.blog-info ul{
	padding: 10px 0 20px;
	margin: 0;
	text-align: left;
}
.blog-info ul li{
	list-style: none;
	display: inline-block;
	border-right: 2px solid #4d4d4d;
	line-height: normal;
	height: auto;
	margin: 0 10px 0 0;
}
.blog-info ul li:last-child{
	border-right:none;
}
.blog-info p{
	font-size: 14px;
	color: #666666;
	text-align: left;
	line-height: 29px;
}
.blog-info ul li a {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	padding-right: 15px;
}
.blog-info .blog-btn{
	text-align: left;
	display: block;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 25px;
	text-decoration: none;
	position: relative !important;
}
.blog-sec {
	margin-bottom: 50px;
}
.book-product-left{}
.book-product-left img{
	width: 100%;
	height: auto;
	border: 17px solid #070707;
}
.book-product-right-info{
	text-align: left;
	margin-top: 60px;
}
.book-product-right-info h2{
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}
.book-product-right-info span.author-name{
	display: block;
	font-size: 14px;
	color: #666666;
	font-weight: 700;
	margin-bottom: 20px;
}
.book-product-right-info span.book-price{
	font-size: 18px;
	color: #edde8f;
	font-weight: 600;
	display: block;
	margin-bottom: 35px;
}
.book-product-right-info p{
	font-size: 15px;
	line-height: 28px;
	margin-bottom:  20px;
}
.book-cart-sec{}
.book-cart-sec img{
	float: left;
}
.book-cart-sec a.book-cart-btn{background-color: #070707;border-radius: 50%;width: 47px;display: block;height: 47px;text-align: center;line-height: 46px;float: left;margin: 0 0 0 20px;}
.book-cart-sec a.book-cart-btn img{float: none;}
.home-slider button.slick-next.slick-arrow,.home-slider button.slick-prev.slick-arrow {
	left: 150px;
	bottom: 20px;
	top: auto;
	width: 40px;
	height: 40px;
	opacity: 1;
	right: auto;
	z-index: 999;
}
.home-slider button.slick-prev.slick-arrow:after{
	content: '';
	background-color: #edde8f;
	position: absolute;
	z-index: 9999999;
	left: auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 5px;
	margin: auto;
	bottom: 0;
	right: -11px;
}
.home-slider button.slick-prev.slick-arrow{
	left: 95px;
}
.home-slider button.slick-next.slick-arrow:before {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 40px;
	color: #9f8533;
	opacity: 1;
}
.home-slider button.slick-prev.slick-arrow:before {
	content: '\f104';
	font-family: FontAwesome;
	font-size: 40px;
	color: #9f8533;
	opacity: 1;
}
.slider-tabs{}
.slider-tabs .ui-tabs-nav{
	float: none;
	text-align: center;
	margin: 0 auto !important;
	display: inline-block;
}
.slider-tabs .ui-corner-top{
	background-color: transparent !important;
}
.slider-tabs li.ui-corner-top a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.slider-tabs li.ui-corner-top.ui-tabs-active a{
	color:#9f8533;
}
.slider-tabs .ui-tabs-panel{
	background-color: transparent !important;
	padding: 0 !important;
}
.inner-slider-info{
	margin-top: 40px;
	margin-bottom: 20px !important;
}
.inner-slider-info h1{
	color: #fff;
	font-size: 18px;
}
.inner-slider-info span{
	font-size: 14px;
	color: #edde8f;
	display: block;
	margin: 8px 0;
}
.inner-slider-info p{
	font-size: 14px;
}
.inner-slider-info a{
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	outline: none;
	text-decoration: none;
	margin-top: 15px;
	display: inline-block;
}
.inner-slider-info h2 {
	font-size: 16px;
	color: #fff;
	margin-bottom:  10px;
}
.slider-img img {
	text-align: center;
	margin: 0 auto;
	display: block;
	width: auto;
	max-width: 100%;
}
.slider-tabs .slick-arrow {
	background: #111111 !important;
	height: 100%;
	margin: auto;
	width: 226px;
}
.slider-tabs .slick-prev,.slider-tabs .slick-next {
	left: -45%;
	top: 50% !important;
}
.slider-tabs .slick-next{
	right: -45%;
	left: auto;
	bottom: auto;
}
.slider-tabs .slick-prev:before,.slider-tabs .slick-next:before{
	color: #fff;
	font-size: 21px;
	opacity: 1;
	right: auto;
	position: absolute;
	left: 30px;
	top: 48.4%;
	bottom: auto;
	margin: 0 auto;
}
.slider-tabs .slick-next:before{
	left: auto;
	right: 60px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: #fff !important;
}
.slider-tabs button {
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
}
.page_banner img {
	width: 100%;
	height: auto;
}
.page_banner {
	position: relative;
	height: 450px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inner-info {
	margin-top: 40px;
}
.inner-info p {
	font-size: 18px;
	line-height: 33px;
}
img.masonry-img {
	width: 100%;
	height: auto;
	max-width: 100%;
	margin-bottom: 27px !important;
}
.play-icon{position: relative;cursor: pointer;}
.play-icon:before {
	content: '';
	position: absolute;
	background: url(images/play-icon.png) no-repeat;
	background-position: center;
	width: 111px;
	height: 111px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.gallery-sec {
	margin-top: 30px;
}
.footer-address img {
	margin-top: 75px;
}

.ft-boxes {
	padding-top: 15px;
	padding-bottom:  50px;
}

.ft-boxes ul li {
	display: inline-block;
	width: 33%;
	text-align: center;
}

.copyright {
	border-top: 1px solid #9f8533;
	text-align: center;
	padding: 15px 0;
}

.copyright p {
	color: #fff;
	font-size: 14px;
	margin: 0px;
}





/*      INNER PAGE STYLE    
==============================================================================================================================================*/


.page_banner_content h2 strong {
	font-weight: 700;
}

.page_banner_content ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.page_banner_content ul li {
	display: inline-block;
	padding-right: 10px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}

.page_banner_content ul li strong {
	font-weight: 400;
}

.page_banner_content ul li a {
	text-decoration: none;
	color: #fff;
}


/* .navbar-inverse .navbar-nav > li:hover > ul {
display: block !important;
} */

.navbar-inverse .navbar-nav > li > ul {
	background: #111111;
	border-radius: 0px;
	padding: 10px;
}

.navbar-inverse .navbar-nav > li > ul > li:not(:last-child){
	border-bottom:2px solid #9e8432;
}

.navbar-inverse .navbar-nav > li > ul > li > a {
	background: #111111;
	color: #fff;
	padding: 10px 0px 15px 0px;
	position: relative;
}

.navbar-inverse .navbar-nav > li > ul > li > a:hover, .navbar-inverse .navbar-nav > li > ul > li.active > a {
	color: #a58b39;
	background: #111111;
}


/*  ABOUT US
========================*/
.about-tb-row1{
	text-align:center;
	background-repeat:no-repeat !important;
	background-color:#070707;
}

.about-tb-content h3 {
	color: #9f8533;
	font-size: 20px;
	padding-bottom: 20px;
}

.about-tb-content {
	text-align: left;
	padding: 50px 0 10px 0;
}

.about-tb-content p {
	color: #666666;
	font-size: 14px;
	padding-bottom: 15px;
	line-height: 25px;
}

.about-tb-content p strong {
	color: #edde8f;
}

.about-tb-row2{
	background-repeat:no-repeat !important;
	background-color:#070707;
	background-size:auto 100%!important;
}

.atbr2-content h3 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 20px;
}

.atbr2-content p {
	color: #666666;
	font-size: 14px;
	padding-bottom: 10px;
}

.atbr2-content ul {
	list-style: none;
	padding: 0px;
}

.atbr2-content ul li {
	padding-bottom: 15px;
	position: relative;
	padding-left: 15px;
	color: #9f8533;
	text-decoration: none;
	font-size: 16px;
}

.atbr2-content ul li a {
	color: #9f8533;
	text-decoration: none;
	font-size: 16px;
	position: relative;
}

.atbr2-content ul li:before {
	content: "";
	background-color: #edde8f;
	width: 4px;
	height: 4px;
	position: absolute;
	border-radius: 50%;
	top: 9px;
	left: 0px;
}

.atbr2-content ul li a:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 0%;
	background-color: #edde8f;
	left: 0;
	bottom: -5px;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	height: 1px;
}

.atbr2-content ul li a:hover:before {
	width: 100%;
}

.video-box-area {
}

.tb-video-box {
	padding: 40px 0;
}

.tb-video-box a {
	text-decoration: none;
	width: 90%;
	display: block;
	position: relative;
	margin: 0 auto;
	outline: none;
}

.tb-video-box a> img {
	width: 100%;
	display: block;
	height: auto;
}

.tb-video-box .video-box-content {position: absolute;width: 60%;height: 100%;top: 0px;right: 0px;left: auto;margin: 0 auto;text-align:left;display: flex;flex-direction: row;align-items: center;}

.tb-video-box .video-box-content>img {
	display: inline-block;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	margin-right: 15px;
}

.tb-video-box .video-box-content .video-box-caption {
	display: inline-block;
	width: 300px;
	vertical-align: middle;
}

.tb-video-box .video-box-content .video-box-caption h3 {
	font-size: 20px;
	color: #9f8533;
	padding-bottom: 10px;
}

.tb-video-box .video-box-content .video-box-caption p {
	font-size: 14px;
	color: #fff;
	margin: 0px;
}

/*  Q & A PAGE STYLE
========================*/
.qa-row{
	background-color:#070707 !important;
	text-align:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

.faqs-area{
	padding:40px 0 0 0;
	text-align:left;
}
.faqs-content {
	padding-bottom: 35px;
}

.faqs-content h3 {
	color: #fff;
	font-size: 16px;
	padding-bottom: 25px;
}

.faqs-content h3 span, .faqs-content p span {
	color: #edde8f;
	padding-right: 5px;
}

.faqs-content p {
	color: #666666;
	font-size: 16px;
}

/*  UNSTOPPABLE CHALLENGE ACCEPTED PAGE STYLE
=================================================*/
.book-row{
	text-align:center;
}

.book-subrow{
	padding: 40px 0 0 0;
	text-align:left;
}

.book-img{
	width:100%;
}

.book-content {
	padding-top: 60px;
}

.book-content h3 {
	font-size: 18px;
	color: #fff;
	padding-bottom: 10px;
}

.book-content p {
	color: #666666;
	font-size: 14px;
	padding-bottom: 10px;
	margin: 0px;
	line-height: 25px;
}

.book-content p b{
	color: #edde8f;
	font-size:16px;
}

.book-content h5 {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 15px;
	padding-top: 10px;
}

.book-content h5 strong {
	color: #edde8f;
}

.book-content ul {
	list-style: none;
	padding: 10px 0;
}

.book-content ul li {
	color: #666666;
	padding-left: 10px;
	font-size:  14px;
	position: relative;
	line-height: 25px;
}

.book-content ul li:before {
	content: "";
	content: '';
	background-color: #edde8f;
	width: 4px;
	height: 4px;
	position: absolute;
	border-radius: 50%;
	top: 9px;
	left: 10px;
}

.book-content ul li:first-letter {
	padding-left: 12px;
}

.book-content ul li a {
	color: #9f8533;
	text-decoration:underline;
}

.book-content ul li strong {
	color: #fff;
	font-weight: 400;
}

.book-bottom-content p {
	color: #666666;
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: 500;font-style: italic;
}

.book-bottom-content {
	width: 80%;
	margin: 0 auto;
	position:relative;
	z-index:0;
	padding-top:30px;
}

.book-bottom-content:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	background:url('/wp-content/uploads/2018/09/quote.png');
	background-position:center;
	background-repeat:no-repeat;
	width:100px;
	height:100px;
	z-index:-1;
	margin:0 auto;
}

.book-bottom-content p strong {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	font-style: normal;
}



/*  CONNECTSOCIAL INC PAGE STYLE
=================================================*/

.csinc-content {
	padding-top: 20px;
}

.csinc-content ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.csinc-content ul li {
	display: inline-block;
}

.csinc-content ul li:not(:last-child) {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	padding-right: 40px;
}

.csinc-content ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
}

.csinc-content ul li a:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0px;
	background: #9f8533;
	width: 75%;
	height: 2px;
}
.links-boxes {
	padding-top: 15px;
	padding-bottom:  10px;
}
.links-boxes ul li {
	display: inline-block;
	width: 33%;
	text-align: center;
	padding: 20px;
}
.links-boxes ul li a{}
.links-boxes ul li>a>.app-img{
	border: 1px solid #fff;
	border-radius: 5px;
}

/*  CONTACT PAGE STYLE
=================================================*/
.contatct-page-row{
	background-repeat:no-repeat;
	background-size:cover;
}

h1.main-title2>strong {
	background: #070707;
}

.contact-form .input-field input,.contact-form .input-field textarea {
	width: 100%;
	background: transparent;
	border: 2px solid #111;
	padding: 20px;
	outline: none;
	font-size: 12px;
	color: #666;
	display: block;
	transition: all 1s;
	margin-bottom: 10px;
}

.contact-form {
	text-align: left;
	padding-top: 20px;
	padding-bottom:  30px;
}

.contact-form .input-field input:hover, .contact-form .input-field input:focus, .contact-form .input-field textarea:hover, .contact-form .input-field textarea:focus {
	box-shadow: 0px 0px 6px rgba(102, 102, 102, 0.4);
}

.contact-form .input-field textarea {
	height: 150px;
	resize: none;
}

.contact-form .input-field {
	padding-bottom: 20px;
}

.contact-form .input-field span {
	display: block !important;
	width: 100% !important;
	color: #ecdd8f;
}

.contact-form + .wpcf7-response-output {
	border: none;
	background: #555;
	color: #fff;
	text-align: left;
	padding: 10px 20px;
	border-left: 5px solid #fff;
	margin: 30px 0;
}

.contact-form .input-btn input {
	background: transparent;
	border: 0px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	outline:none;
}

.contact-form .input-btn {
	position: relative;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	padding-top: 15px;
}

.contact-form .input-btn:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: 65%;
	background: #9f8533 !important;
	height: 2px;
	display: block;
}


/*  FLIM HEART PAGE STYLE
=================================================*/
.fhp-poster {
	padding: 30px 0 0;
}

.fhp-content h3 {
	color: #fff;
	font-size: 18px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.fhp-content p {
	color: #666;
	font-size: 14px;
	padding-bottom: 10px;
}


/*  FLIM BLOODLINE PAGE STYLE
=================================================*/
.fbp-content {
	padding: 10px 0;
}

.fbp-content2{
	position:relative;
}

.fbp-content2:before{
	content:"";
	position:absolute;
	bottom: 50px;
	left:0px;
	right:0px;
	background:url('/wp-content/uploads/2018/09/quote.png');
	background-position:center;
	background-repeat:no-repeat;
	width:100px;
	height:100px;
	z-index:-1;
	margin:0 auto;
}

.fbp-content h3 {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.fbp-content strong {
	font-size: 14px;
	color: #edde8f;
	display: block;
	padding-bottom: 10px;
}

.fbp-content h4 {
	font-size:  16px;
	color: #fff;
	padding-bottom: 10px;
}

.fbp-content p {
	font-size:  14px;
	color: #666;
}

.fbp-content img {
	margin-top: 20px;
	margin-bottom:  20px !important;
}

.fbp-content b {
	color: #fff;
	padding-top: 10px;
	display: block;
}

.fbp-video-box {
	padding: 40px 0 0 0;
}

.fbp-video-box a {
	width: 100%;
}




/*  SHOE4CHILD PAGE STYLE
=================================================*/
.scp-row{
	background-color:#070707 !important;
	background-repeat:no-repeat !important;
	background-size:auto 100% !important;
	background-position:right !important;
}

.s4c-content{
	text-align:left;
	position:relative;
}

.s4c-content:before{
	content: "";
	position:absolute;
	top: 180px;
	left:0px;
	right:0px;
	background:url('/wp-content/uploads/2018/09/s4c-logo-img.png');
	background-size: contain;
	background-repeat:no-repeat;
	background-position:center;
	z-index: 999;
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.s4c-content p{
	color:#666666;
	font-size:14px;
	padding-bottom:10px;
	line-height:25px;
}

.s4c-content p a {
	color: #edde8f;
	text-decoration: none;
}


/*  Wild Heart Wildlife Foundation PAGE STYLE
=================================================*/
.whwl-row{
	background-color:#070707 !important;
	background-repeat:no-repeat !important;
	background-size:auto 100% !important;
	background-position:right !important;
}
.whwl-content{
	text-align:left;
}

.whwl-content p{
	color:#666666;
	font-size:14px;
	padding-bottom:10px;
	line-height:25px;    
}

.whwl-content p a {
	color: #edde8f;
	text-decoration: none;
}

.whwl-content p b a{
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	position:relative;
}

.whwl-content p b a:before{
	content:"";
	position:absolute;
	bottom:-5px;
	left:0px;
	width:80%;
	background:#9f8533;
	height:2px;
}

.whwl-bottom-content p {
	color: #666666;
	font-size: 14px;
	padding-bottom: 10px;
}

.whwl-bottom-content {
	text-align: center;
	position:relative;
	padding-top: 30px;
}

.whwl-bottom-content:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	background:url('/wp-content/uploads/2018/09/quote.png');
	background-position:center;
	background-repeat:no-repeat;
	width:100px;
	height:100px;
	z-index:-1;
	margin:0 auto;
}

.whwl-bottom-content p strong {
	font-weight: 400;
	color: #fff;
	font-size: 16px;
}

.whwl-content-bg{
	position:relative;
}

.whwl-content-bg:before{
	content: "";
	position:absolute;
	top: 80px;
	left:0px;
	right:0px;
	background:url('/wp-content/uploads/2018/08/whwl-heart-img.png');
	background-size: contain;
	background-repeat:no-repeat;
	background-position:center;
	z-index: 999;
	display: block;
	width: 300px;
	height: 300px;
	margin: 0 auto;
}


/*  UNEARTH OUTREACH PAGE STYLE
=================================================*/

.uo-social-media ul {
	list-style: none;
}

.uo-social-media ul li {
	display: inline-block;
	padding-right: 25px;
}

.uo-social-media ul li p {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.uo-social-media ul li a {
	color: #fff;
	text-decoration:  none;
}

.uo-social-media-area {
	height: 400px;
	position: relative;
}

.uo-social-media {
	transition: all 1s;
	position: absolute;
	top: 165px;
	left: -60px;
	transform: rotate(-43deg);
}



/*  STARTUP WORKSHOP PAGE STYLE
=================================================*/
.psw-content{
	text-align:left;
	position:relative;
}

.psw-content:before{
	content: "";
	position:absolute;
	top: 180px;
	left:0px;
	right:0px;
	background:url('/wp-content/uploads/2018/09/sw-bg-img.png');
	background-size: contain;
	background-repeat:no-repeat;
	background-position:center;
	z-index: 999;
	display: block;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

.psw-content p strong {
	font-size: 20px;
	color: #9f8533;
}

.psw-content h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
	padding-bottom: 25px;
}

.psw-content ul {
	list-style: none;
	padding-bottom: 20px;
	padding-left: 0px;
}

.psw-content ul li {
	color: #9f8533;
	font-size:  16px;
	padding-bottom: 10px;
	padding-left: 15px;
	position: relative;
}

.psw-content ul li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0px;
	background: #edde8f;
	width: 5px;
	height: 5px;
	border-radius: 50px;
}

.psw-content p {
	color: #666;
	font-size: 16px;
	padding-bottom: 15px;
}

.psw-content p a {
	color: #edde8f;
	text-decoration: none;
}


/*  MEDIA PAGE STYLE
=================================================*/
.media-award-content, .media-music-content {
	text-align: left;
}

.media-award-content h3, .media-music-content h3 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.media-award-content ul {
	padding: 0px;
	list-style: none;
}

.media-award-content ul li {
	color: #9f8533;
	padding-bottom: 10px;
	position: relative;
	padding-left: 15px;
}

.media-award-content ul li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0px;
	background: #edde8f;
	width: 5px;
	height: 5px;
	border-radius: 50px;
}


.media-music-content p{
	color:#666666;
	font-size:16px;
}

.media-music-content audio {
	width: 100px !important;
	display: inline-block;
}

.media-music-content .mejs-container {
	width: 80% !important;
	display: inline-block;
	vertical-align: middle;
}

.media-music-content .mejs-container+a {
	color: #edde8f;
	font-size: 25px;
	padding-left: 15px;
	display:  inline-block;
	vertical-align: bottom;
}

.media-new-content h3 {
	color: #fff;
	font-size: 30px;
	padding-bottom: 20px;
	text-transform:  uppercase;
	text-align: center;
}

.news-items img {
	width: 100%;
	margin-bottom: 20px;
}

.news-items p {
	color: #fff;
	font-size: 18px;
}

.news-items a {
	color: #edde8f;
	font-size: 18px;
}

/* media gallery */
.mg-img-box{
	width:100%;
	display:block;
}

.mg-video-box, .mg-img-box {
	padding-bottom: 25px;
}

.mg-img-box a{
	text-decoration:none;
	position:relative;
	display:inline-block;
	width:100%;
	z-index:0;
	outline:none !important;
}

.mg-img-box a:before{
	content:"";
	width:100%;
	height:100%;
	background:rgba(237, 222, 143, 0.5) url('/wp-content/uploads/2018/09/search-plus.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size:50px 50px;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	transition:all 1s;
	opacity:0;
}

.mg-img-box img{
	width:100%;
	height:auto;
	z-index:0;
}

.media-gallery-overlay{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	padding:10px 0;
	text-align:center;
	opacity:0;
	z-index:2;
}

.media-gallery-overlay h3{
	font-size:18px;
	color:#111111;
	padding-bottom:15px;
}

.media-gallery-overlay p{
	font-size:14px;
	color:#111111;
}

.mg-img-box a:hover:before,
.mg-img-box a:hover .media-gallery-overlay{
	opacity:1;
}

.mg-video-box a {
	text-decoration: none;
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto;
	outline: none;
}

.mg-video-box a> img {
	width: 100%;
	display: block;
	height: auto;
}

.mg-video-box .mg-video-box-content {
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0px;
	right: 0px;
	left: auto;
	margin: 0 auto;
	text-align:left;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.mg-video-box .mg-video-box-content>img {
	display: inline-block;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	margin-right: 15px;
}

.mg-video-box .mg-video-box-content .mg-video-box-caption {
	display: inline-block;
	width: 250px;
	vertical-align: middle;
}

.mg-video-box .mg-video-box-content .mg-video-box-caption p {
	font-size: 14px;
	color: #fff;
	margin: 0px;
}




/*  WOOCOMMERCE STYLE
=================================================*/
.woo-main-section{
	background:#070707;
	padding: 70px 0;
}

.product-box{
	text-align:center;
}

.product-box h2 a{
	font-size: 18px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 600;
	text-decoration:none;
	overflow-wrap: break-word;
}

.img-box .product-btn{
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-flex;
	display: inline-flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 999;
}
.img-box .product-btn a{
	position: relative;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background:transparent;
	border-radius:0px;
	padding:0px;
	font-weight:400;
}
.img-box .product-btn a.added{
	display:none;
}

.img-box .product-btn a:before{
	content:'';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	width: 47px;
	height: 2px;
	background-color: #9f8533;
}
.img-box:hover .product-btn{
	opacity:1;
}

.img-box .product-btn a:hover {
	background: transparent;
	color: #fff;
}

.product-box .star-rating {
	float: none !important;
	margin: 0 auto !important;
}

.product-box .star-rating:before {
	color: #333333;
}

.product-box .star-rating span:before {
	color: #edde8f;
}

.woo-main-section .woocommerce-result-count {
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	position: relative;
	margin-bottom: 20px;
}

.woo-main-section .woocommerce-result-count:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	width: 47px;
	height: 2px;
	background-color: #9f8533;
}

.woo-main-section select.orderby {
	width: 100%;
	background: transparent;
	border: 2px solid #111;
	padding: 20px;
	outline: none;
	font-size: 12px;
	color: #666;
	display: block;
	transition: all 1s;
	margin-bottom: 20px;
}


/* Single */
.single_page_banner {
	background: #111111;
	height: 170px;
}

.woo-main-section h1.product_title.entry-title {
	font-size: 30px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
	padding-bottom: 20px;
}

.woo-main-section .price span.woocommerce-Price-amount.amount {
	font-size: 26px;
	color: #edde8f;
	display: block;
	margin-bottom: 10px;
}

.woo-main-section .quantity .qty {
	background: transparent;
	border: 2px solid #111;
	padding: 10px;
	outline: none;
	font-size: 15px;
	color: #666;
	display: block;
	transition: all 1s;
	margin-bottom: 10px;
	margin-right: 15px;
}

.woo-main-section div.product form.cart .button {
	background: transparent;
	border: 0px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px;
	margin: 10px 0px;
	outline: none;
	font-weight: 400;
	position: relative;
}

.woo-main-section div.product form.cart .button:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	width: 47px;
	height: 2px;
	background-color: #9f8533;
}

.woo-main-section .product_meta span {
	color: #edde8f;
	font-size: 14px;
}

.woo-main-section .product_meta span a {
	color: #fff;
	text-decoration: none;
}

.woo-main-section .summary.entry-summary {
}

.woo-main-section .woocommerce-tabs.wc-tabs-wrapper ul:before {
	border-bottom: 2px solid #222222 !important;
}

.woo-main-section .woocommerce-tabs.wc-tabs-wrapper ul li:before, .woo-main-section .woocommerce-tabs.wc-tabs-wrapper ul li:after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:after {
	display: none;
}

.woo-main-section .woocommerce-tabs.wc-tabs-wrapper ul li a {
	background: #070707;
	color: #666 !important;
}

.woo-main-section .woocommerce-tabs.wc-tabs-wrapper ul li {
	background: #111 !important;
	border: none !important;
	transition: all 0s !important;
	padding: 5px 20px !important;
}

.woo-main-section .woocommerce-tabs.wc-tabs-wrapper ul {
	padding: 0px !important;
	padding-left: 5px !important;
}

.woo-main-section div.product .woocommerce-tabs ul.tabs li.active {
	background: #222222 !important;
	border-radius: 0px !important;
}

.woo-main-section .woocommerce-tabs.wc-tabs-wrapper ul li a {
	background: #111;
	color: #fff !important;
	transition: all 0s !important;
}

.woo-main-section div.product .woocommerce-tabs ul.tabs li.active a {
	background: #222222 !important;
}

.woo-main-section .panel {
	background: #111 !important;
	padding: 30px 20px !important;
}

.woo-main-section  .panel h2 {
	font-size: 30px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
	padding-bottom: 20px;
}

.woo-main-section .panel p {
	font-size: 14px;
	color: #666;
}

.woo-main-section #reviews #comments ol.commentlist li img.avatar {
	background: none;
	border: none;
	padding: 0px;
}

.woo-main-section #reviews #comments ol.commentlist li .comment-text {
	border: 2px solid #222 !important;
}

.woo-main-section span#reply-title {
	color: #fff;
	padding-bottom: 10px !important;
	font-size: 15px;
	display: block;
}

.woo-main-section #comments {
	padding-bottom: 20px;
}

.woo-main-section label {
	color: #666;
	font-size: 13px;
	padding-bottom: 5px;
}

.woo-main-section .stars span a {color: #edde8f;font-size: 20px;}

.woo-main-section 
.comment-respond input, .woo-main-section 
.comment-respond textarea {
	width: 100%;
	background: transparent;
	border: 2px solid #222;
	padding: 20px;
	outline: none;
	font-size: 12px;
	color: #666;
	display: block;
	transition: all 1s;
	margin-bottom: 10px;
}

.woo-main-section .comment-respond input:hover, .woo-main-section .comment-respond textarea:hover {
	box-shadow: 0px 0px 6px rgba(102, 102, 102, 0.4);
}

.woo-main-section .comment-respond textarea {
	height: 100px !important;
	resize: none;
}

.woo-main-section .comment-respond input[type="submit"] {
	display: inline-block !important;
	width: 110px;
	text-align: center;
	padding: 15px 0px !important;
	margin-top: 10px !important;
	position: relative !important;
	font-size: 18px !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-weight: 400 !important;
	border: none !important;
	background: #222 !important;
	transition:all 1s;
}

.woo-main-section .comment-respond input[type="submit"]:hover {
	background: #333 !important;
}

.woo-main-section .related {
	padding-top:  20px !important;
}

.woo-main-section .related>h2 {
	font-size: 30px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
}

.woo-main-section .related>h2:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: 60%;
	background: #9f8533 !important;
	height: 2px;
	display: block;
}


/* Cart */
.woocommerce table.shop_table {
	border: 1px solid #111;
}

.woocommerce table.shop_table thead {
	background: #111;
	color: #666;
}

.woocommerce table.shop_table tbody tr:last-child {
	background: #111111 !important;
}

.woocommerce table.shop_table tbody tr:last-child button {
	text-align: center;
	padding: 15px 20px !important;
	font-size: 14px;
	color: #fff !important;
	font-weight: 400 !important;
	background: #333;
	transition:all 1s;
}

.woocommerce table.shop_table tbody tr:last-child button:hover {
	background: #333 !important;
}

.coupon .input-text {
	background: transparent;
	border: 2px solid #222 !important;
	padding: 10px !important;
	outline: none !important;
	font-size: 13px;
	color: #666;
	display: block;
	transition: all 1s;
	width: 150px !important;
}

.woocommerce table.shop_table tbody tr {
	color: #fff;
}

.woocommerce .quantity .qty {
	background: transparent;
	border: 2px solid #111;
	padding: 10px;
	outline: none;
	font-size: 15px;
	color: #666;
	display: block;
	transition: all 1s;
}

.woocommerce .cart_totals table.shop_table tbody tr {
	background: #111;
	color: #fff;
}

.woocommerce .cart_totals h2 {
	font-size: 30px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
}

.woocommerce .cart_totals h2:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: 60%;
	background: #9f8533 !important;
	height: 2px;
	display: block;
}

.woocommerce .cart_totals .wc-proceed-to-checkout a {
	background: #333;
	color: #fff;
	text-transform: uppercase;
}

.woocommerce .cart_totals .wc-proceed-to-checkout a:hover {
	background: #333;
}

/* Checkout */
.checkout-row h3 {
	font-size: 30px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
}

.checkout-row h3:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: 60%;
	background: #9f8533 !important;
	height: 2px;
	display: block;
}

.checkout-row .woocommerce form .form-row label {
	color: #666666;
}

.checkout-row .form-row input[type="text"], .checkout-row .form-row input[type="email"], .checkout-row .form-row textarea, .checkout-row .form-row input[type="tel"] {
	width: 100%;
	background: transparent;
	border: 2px solid #222;
	padding: 20px;
	outline: none;
	font-size: 13px;
	color: #666;
	display: block;
	transition: all 1s;
	margin-bottom: 10px;
}

.checkout-row .form-row textarea {
	resize: none;
	height: 100px !important;
}

.checkout-row .form-row input[type="text"]:hover, .checkout-row .form-row input[type="email"]:hover, .checkout-row .form-row textarea:hover, .checkout-row .form-row input[type="tel"]:hover {
	box-shadow: 0px 0px 6px rgba(102, 102, 102, 0.4);
}


.checkout-row .woocommerce-checkout-payment {
	background: #111 !important;
	color: #fff;
}

.checkout-row .woocommerce-checkout-payment ul li .payment_box {
	background: #222222 !important;
}

.checkout-row .woocommerce-checkout-payment ul li .payment_box p {
	color: #fff;
}

.checkout-row .woocommerce-checkout-payment ul li .payment_box:before {
	border-color: transparent transparent #222 transparent !important;
}

.checkout-row .woocommerce-checkout-payment p {
	color: #666 !important;
}

.checkout-row .woocommerce-checkout-payment ul {
	border-color: #222 !important;
}

.checkout-row .woocommerce-checkout-payment button {
	background: #333 !important;
	outline: none;
}
.select2-container--default .select2-selection--single {
	width: 100%;
	background: transparent;
	border: 2px solid #222;
	outline: none;
	font-size: 13px;
	color: #666;
	display: block;
	transition: all 1s;
	margin-bottom: 10px;
}
.woocommerce .wc-backward {
	background: #333 !important;
	color: #fff !important;
}

/* My Account */
.account-row h2 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
}

.account-row h2:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	width: 47px;
	height: 2px;
	background-color: #9f8533;
}

.account-row .woocommerce-form {
	border: 2px solid #111 !important;
}

.account-row .woocommerce-form label {
	color: #666 !important;
	font-size: 14px;
	display: block !important;
}

.account-row .woocommerce-form input[type="text"], .account-row .woocommerce-form input[type="email"], .account-row .woocommerce-form input[type="tel"], .account-row .woocommerce-form input[type="password"], .account-row .woocommerce-form input[type="url"] {
	width: 100%;
	background: transparent;
	border: 2px solid #111;
	padding: 20px;
	outline: none;
	font-size: 12px;
	color: #666;
	display: block;
	transition: all 1s;
	margin-bottom: 10px;
}

.account-row .woocommerce-form input[type="text"]:hover, .account-row .woocommerce-form input[type="email"]:hover, .account-row .woocommerce-form input[type="tel"]:hover, .account-row .woocommerce-form input[type="password"]:hover, .account-row .woocommerce-form input[type="url"]:hover {
	box-shadow: 0px 0px 6px rgba(102, 102, 102, 0.4);
}

.account-row .lost_password a {
	font-size: 12px;
	color: #d8d8d8 !important;
	text-decoration: none;
}

.account-row .woocommerce-form button {
	background: transparent;
	border: 0px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	outline: none;
	display: inline-block;
}

.account-row .woocommerce-form button:hover {
	background: transparent;
	color: #fff;
}

.account-row .woocommerce-form button:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: 65%;
	background: #9f8533 !important;
	height: 2px;
	display: block;
}

.woocommerce form .form-row label.inline {
	display: block;
	padding: 10px 0;
}

/* UNSTOPPABLE CLUB STYLE */
.usc-content h2 {
	font-size: 20px;
	color: #9f8533;
	padding-bottom: 10px;
}

.usc-content p {
	font-size: 14px;
	color: #666666;
	padding-bottom: 15px;
}

.usc-content p strong {
	font-size: 16px;
	color: #edde8f;
}

.usc-content p a {
	font-size: 14px;
	color: #9f8533;
	text-decoration:  underline;
}

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

/* UNSTOPPABLE CLUB Login */
.usc-login-form {
	border: 2px solid #111;
	padding: 40px;
}

.usc-login-form h2 {
	font-size: 20px;
	color: #ffffff;
	padding-bottom: 20px;
}

.usc-login-form input {
	width: 100%;
	background: transparent;
	border: 2px solid #111;
	padding: 20px;
	outline: none;
	font-size: 12px;
	color: #666;
	display: block;
	transition: all 1s;
	margin-bottom: 15px !important;
}

.usc-login-form button {
	background: transparent;
	border: 0px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	outline: none;
	position: relative;
	margin-bottom: 30px;
}

.usc-login-form input:hover {box-shadow: 0px 0px 6px rgba(102, 102, 102, 0.4);}

.usc-login-form button:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: 65%;
	background: #9f8533 !important;
	height: 2px;
	display: block;
}

.usc-login-form a {
	display: block;
	color: #d8d8d8;
	text-decoration: none;
	font-size: 12px;
}
/* UNSTOPPABLE CLUB Register */
.usc-register-form input {
	width: 100%;
	background: transparent;
	border: 2px solid #111;
	padding: 20px;
	outline: none;
	font-size: 12px;
	color: #666;
	display: block;
	transition: all 1s;
	margin-bottom: 20px !important;
}

.usc-register-form input:hover {
	box-shadow: 0px 0px 6px rgba(102, 102, 102, 0.4);
}

.usc-register-form button {
	background: transparent;
	border: 0px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px;
	margin: 10px 0 20px 0 !important;
	outline: none;
	position: relative;
}

.usc-register-form button:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: 65%;
	background: #9f8533 !important;
	height: 2px;
	display: block;
}

.usc-register-form p {
	font-size: 12px;
	color: #d8d8d8;
}

.usc-register-form span {
	font-size: 14px;
	text-transform: uppercase;
	color: #d8d8d8;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	background-color: #000 !important;
	opacity: 0;
}




/* product single page style */
.woocommerce-product-gallery.images {}

.woocommerce-product-gallery.images .flex-viewport figure.woocommerce-product-gallery__wrapper {}

.woocommerce-product-gallery.images .flex-viewport {}

.woocommerce-product-gallery.images .flex-viewport figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	height: 550px;
}

.woocommerce-product-gallery.images .flex-viewport figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.woocommerce-product-gallery.images .flex-viewport figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
ol.flex-control-nav.flex-control-thumbs {
	display: list-item;
	width: 100%;
}

ol.flex-control-nav.flex-control-thumbs li {
	width: 20% !important;
	height: 120px;
	margin-right: 5px !important;
	float: left !important;
	position: relative;
	border: 2px solid #333 !important;
}

ol.flex-control-nav.flex-control-thumbs li:last-child {
	margin-right: 0 !important;
}

ol.flex-control-nav.flex-control-thumbs li img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: auto !important;
}

/* 2020  america
*************************************************************/
.donate-cont{
	/* text-align: center; */
	/* margin: 100px 0 !important; */
	margin: 100px auto !important;
	padding: 15px 40px;
	background: #070707;
	width: 70%;
	display: block;
	position: relative;
}
.donate-cont h4{
	font-size: 22px;
	color: #fff;
}
.donate-cont>form{
	position: absolute;
	right: 2rem;
	top: .5rem;
	bottom: 0;
}
.donate-cont>form>div.paypal-donations{
	display: flex;
}
.donate-cont h4 a{
	background: #9f8533;
	color: #fff;
	text-decoration: none;
	font-weight: 700 !important;
	font-size: 20px;
	padding: 5px 25px;
	margin: 0 0 0 15rem;
	border: 1px solid #9a832f !important;
	transition: 0.5s all ease-in-out;
	text-transform: uppercase;
}
.donate-cont h4 a:hover{
	background: transparent;
}
.get-involved{}
.get-involved h4{
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.cust-btn-2020{
}
.cust-btn-2020 a{
	background: #9f8533 !important;
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none !important;
	font-weight: 700 !important;
	font-size: 17px !important;
	padding: 10px 0 !important;
	border: 0 !important;
	width: 150px;
	height: 40px;
	border: 1px solid #9f8533 !important;
	transition: 0.5s all ease-in-out  !important;
}
.cust-btn-2020 a:hover{
	background: transparent !important;
}
.text-2020{}
.text-2020 p{
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	padding: 0px 100px 40px;
}
.text-2020 p strong {
	color: #edde8f;
}
.row1-2020{
	background-repeat: no-repeat !important;
	background-color: #070707;
	background-size: auto 100% !important;
	background-position: right;
	padding: 75px 0 45px;
}
.about-2020-col{}
.about-2020-col h3{
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.about-2020-col p{
	color: #666666;
	font-size: 16px;
	padding-bottom: 15px;
	line-height: 25px;
}
.about-2020-col a{
	background: transparent !important;
	color: #fff;
	text-decoration: none;
	font-weight: 700 !important;
	font-size: 20px;
	padding: 5px 25px;
	border: 2px solid #9f8533 !important;
	transition: 0.5s all ease-in-out;
	text-transform: uppercase;
}
.about-2020-col a:hover{
	background: #9f8533 !important;
}
.row2-2020{
	background-repeat: no-repeat !important;
	background-color: #070707;
	background-size: auto 100% !important;
	background-position: left;
	padding: 75px 0 45px;
}
.showcase-2020-cont{}
.showcase-2020-cont h3{
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.showcase-2020-cont p{
	color: #666666;
	font-size: 16px;
	padding-bottom: 15px;
	line-height: 25px;
}
.showcase-2020-cont ul {
	list-style: none;
	padding: 0px;
}
.showcase-2020-cont ul li {
	padding-bottom: 15px;
	position: relative;
	padding-left: 15px;
	color: #9f8533;
	text-decoration: none;
	font-size: 16px;
}

.showcase-2020-cont ul li a {
	color: #9f8533;
	text-decoration: none;
	font-size: 16px;
	position: relative;
}

.showcase-2020-cont ul li:before {
	content: "";
	background-color: #edde8f;
	width: 4px;
	height: 4px;
	position: absolute;
	border-radius: 50%;
	top: 9px;
	left: 0px;
}

.showcase-2020-cont ul li a:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 0%;
	background-color: #edde8f;
	left: 0;
	bottom: -5px;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	height: 1px;
}

.showcase-2020-cont ul li a:hover:before {
	width: 100%;
}
.showcase-2020-btn{
	background: transparent !important;
	color: #fff;
	text-decoration: none !important;
	font-weight: 700 !important;
	font-size: 20px;
	padding: 5px 25px;
	border: 2px solid #9a832f !important;
	transition: 0.5s all ease-in-out;
	text-transform: uppercase;
}
.showcase-2020-btn:hover{
	background: #9f8533 !important;
	text-decoration: none;
}
.row3-2020{
	background-repeat: no-repeat !important;
	background-color: #070707;
	background-size: auto 100% !important;
	background-position: right;
	border-bottom: 1px solid #111111; 
	padding: 75px 0 45px;
}
.election-2020-cont{}
.election-2020-cont{}
.election-2020-cont h3{
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.election-2020-cont p{
	color: #666666;
	font-size: 16px;
	padding-bottom: 15px;
	line-height: 25px;
}
.election-2020-cont ul {
	/* list-style: none; */
	padding: 0px;
	list-style: decimal-leading-zero;
	margin-left: 25px;
}
.election-2020-cont ul li {
	padding-bottom: 15px;
	position: relative;
	padding-left: 15px;
	color: #f6e587;
	text-decoration: none;
	font-size: 16px;
}

.election-2020-cont ul li a {
	color: #9f8533;
	text-decoration: none;
	font-size: 16px;
	position: relative;
}

.election-2020-cont ul li:before {
	/* 	content: ""; */
	background-color: #edde8f;
	width: 4px;
	height: 4px;
	position: absolute;
	border-radius: 50%;
	top: 9px;
	left: 0px;
}

.election-2020-cont ul li a:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 0%;
	background-color: #edde8f;
	left: 0;
	bottom: -5px;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	height: 1px;
}

.election-2020-cont ul li a:hover:before {
	width: 100%;
}
.page-id-407 .page_banner {
	height: 470px;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	background-color: #111111;
	position: relative;
    z-index: 0;
}
.page-id-407 .page_banner:before {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: rgba(17, 17, 17, 0.52);
    z-index: -1;
}
.page-id-407 .header_sec {
    position: relative;
    top: 0;
    background: #111111;
}
.page-id-407 .page_banner_content {
	padding-top: 140px;
}
.page-id-407 .page_banner_content h2{
	padding-bottom: 40px;
}
.page-id-407 .page_banner_content h2 strong{
	line-height: 1.5;
}
.page-id-407 .page_banner_content p{
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 2;
	font-weight: 100 !important;
}
.d-none{
	display: none;
}
/*  volunter card
******************************************************/
.volunteer-modal{
}
.volunteer-modal>.modal-dialog{}
.volunteer-modal>.modal-dialog>.modal-content{
	background: #070707;
}
.volunteer-modal>.modal-dialog>.modal-content>.modal-header{
	border: none;
}
.volunteer-modal>.modal-dialog>.modal-content>.modal-header>.modal-title{
	text-align: center;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}
.volunteer-modal>.modal-dialog>.modal-content>.modal-header>.modal-title>button{}
.volunteer-modal>.modal-dialog>.modal-content>.modal-body{}
.volunteer-form .input-field input,
.volunteer-form .input-field textarea,
.volunteer-form .input-field select{
	width: 100%;
	background: transparent;
	border: 2px solid #111;
	padding: 20px;
	outline: none;
	font-size: 12px;
	color: #666;
	display: block;
	transition: all 1s;
	margin-bottom: 10px;
}
.volunteer-form .input-field select {
	height: 61px !important;
}
.volunteer-form {
	text-align: left;
	padding-top: 20px;
	padding-bottom:  30px;
}
.volunteer-form .input-field input:hover, 
.volunteer-form .input-field input:focus, 
.volunteer-form .input-field select:hover, 
.volunteer-form .input-field select:focus,
.volunteer-form .input-field textarea:hover, 
.volunteer-form .input-field textarea:focus {
	box-shadow: 0px 0px 6px rgba(102, 102, 102, 0.4);
}
.volunteer-form .input-field textarea {
	height: 150px;
	resize: none;
}
.volunteer-form .input-field {
	padding-bottom: 20px;
}
.volunteer-form .input-field span {
	display: block !important;
	width: 100% !important;
	color: #ecdd8f;
}
.volunteer-form + .wpcf7-response-output {
	border: none;
	background: #555;
	color: #fff;
	text-align: left;
	padding: 10px 20px;
	border-left: 5px solid #fff;
	margin: 30px 0;
}
.volunteer-form .input-btn input {
	background: transparent;
	border: 0px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	outline:none;
}
.volunteer-form .input-btn {
	position: relative;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	padding-top: 15px;
}
.volunteer-form .input-btn:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: 65%;
	background: #9f8533 !important;
	height: 2px;
	display: block;
}
/* connect-social-inc-cont
**********************************************/
.connect-social-inc-cont{}
.connect-social-inc-cont p{
	font-size: 14px;
	color: #666666;
	text-align: left;
	line-height: 1.5;
}
/* post blog
**********************************************/
.post-blog{
	padding: 40px 0 0;
	background: #070707;
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
}
.post-blog .entry{}
.post-blog .entry img{
	margin: 20px auto;
}
.paypalbutton {
	background: #9f8533 !important;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 700 !important;
	font-size: 17px !important;
	padding: 10px 40px !important;
	border: 1px solid #9f8533 !important;
	transition: 0.5s all ease-in-out !important;
	outline: none;
	line-height: normal;
	margin: 0 auto;
	display: block;
}
.paypalbutton:hover {
	background: transparent !important;
}
/* get involved
**********************************************/
.get-involved-box{
	padding-top: 50px;
	padding-bottom: 25px;
	background-color: #111111;
	margin-top: 40px;
	border-bottom: 1px solid #6666;
}
.get-involved-blog-heading{}
.get-involved-blog-heading h4{
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.cust-btn-blogs{
	margin: 30px 0;
}
.cust-btn-blogs>li{
	width: calc(99%/3);
	text-align: center;
	height: 40px;
	margin: 0;
	padding: 0;
}
.cust-btn-blogs>li>a{
	background: #9f8533 !important;
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none !important;
	font-weight: 700 !important;
	font-size: 17px !important;
	padding: 10px 30px !important;
	border: 1px solid #9f8533 !important;
	transition: 0.5s all ease-in-out !important;
}
.cust-btn-blogs>li>a:hover{
	background: transparent !important;
}
/* mobile responsive style */
@media all and (max-width : 1199px){
	.top-bar-left {
		width: 75%;
	}
	.top-bar-right {
		width: 200px;
		float: right;
		margin: 0;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 12px;
	}
	.navbar-nav > li {
		margin: 10px 5px;
	}
	.slide-info h3{
		margin-top:10px;
		font-size:75px;
	}
	.slide-info h4{
		font-size:95px;
	}

	.bookSlides {
		/* width: 525px !important; */
		margin: auto !important;
		display: inline-block;
		float: none !important;

	}
	.join-d-club-area{
		margin:auto;
		float:none;
	}
	.donate-cont{
		width: 100%;
	}

}
@media all and (max-width : 1024px){}
@media all and (max-width : 991px){
	.ft-boxes ul li a {}

	.ft-boxes ul li a img {
		width: 100%;
	}
	.top-bar-left {
		width: 70%;
	}
	.emailing-sec ul li a {
		font-size: 12px;
	}
	.emailing-sec ul li span {
		font-size: 12px;
	}
	.logoArea {
		width: 100%;
		text-align: center;
	}

	.logoArea .logo_sec {}

	.logoArea .logo_sec a {
		display: inline-block;
	}

	.logoArea .logo_sec a img {
		width: 70%;
	}
	.slide-info h2{
		font-size: 12px;
	}
	.slide-info h3{
		font-size:50px;
	}
	.slide-info h4{
		font-size:70px;
	}
	.slide-info a.slide-btn{
		font-size:14px;
	}
	.slide-info a.slide-btn:before {
		content: '';
		left: 0;
		bottom: -3px;
		width: 40px;
		height: 1px;
	}
	h1.main-title>strong{
		font-size:30px;
		height: auto;
		line-height: 45px;
	}
	h1.main-title:before{
		height: 95px;
	}
	h1.main-title:after{
		height: 95px;
	}
	.about-sec.vc_custom_1528360570524 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
		background-position: top center !important;
		background-size: 100% !important;
	}
	.about-sec .about-content{
		width:100%;
	}
	.about-sec .about-content .wpb_content_element {}

	.about-sec .about-content .wpb_content_element .wpb_wrapper {
		background: #9e843324;
		padding: 10px;
	}
	.about-sec .about-content .wpb_content_element .wpb_wrapper p {
		color: #fff;
		font-size: 14px;
		line-height: normal;
	}
	.proBox {
		width: 50%;
	}
	.footer-sec {
		background-color: #111111;
		padding: 40px 0 0 0;
	}
	.ft-boxes ul li {
		width: 30%;
	}
	.about-tb-subrow1 {}

	.about-tb-subrow1 .vc_col-sm-6 {
		width: 100%;
	}

	.about-tb-subrow1 .vc_col-sm-6 .about-tb-content {}

	.about-tb-subrow1 .vc_col-sm-6 .about-tb-content .wpb_wrapper {}

	.about-tb-subrow1 .vc_col-sm-6 .about-tb-content .wpb_wrapper p {
		line-height: normal;
	}
	.about-tb-row1.vc_custom_1535886869415 {
		padding-top: 40px !important;
		padding-bottom: 0px !important;
		background-size: 100%;
		background-position: 0px 130%;
	}
	.about-tb-row2 .vc_col-sm-6:first-child {
		width: 40%;
	}

	.about-tb-row2 .vc_col-sm-6:last-child {
		width: 60%;
	}
	.atbr2-content p {
		padding-bottom: 0px;
		line-height: normal;
	}
	.atbr2-content ul li {
		padding-bottom: 4px;
		padding-left: 12px;
		font-size: 14px;
		line-height: normal;
	}
	.atbr2-content ul li a {
		font-size: 14px;
		line-height: normal;
	}
	.atbr2-content h3 {
		font-size: 24px;
		padding-bottom: 10px;
	}
	.qa-row.vc_custom_1535887204238 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
		background-size: cover;
	}
	.faqs-content {
		padding-bottom: 20px;
	}
	.faqs-content h3 {
		font-size: 16px;
		padding-bottom: 15px;
		line-height: normal;
	}
	.faqs-content p {
		color: #666666;
		font-size: 14px;
		line-height: normal;
	}
	.scp-row.vc_custom_1535571009737 {
		padding-top: 40px !important;
		padding-bottom: 0px !important;
		background-size: 100% !important;
	}
	.scp-row .vc_col-sm-6{
		width:100%;
	}
	.scp-row .vc_col-sm-6 .s4c-content {}

	.scp-row .vc_col-sm-6 .s4c-content .wpb_wrapper {
		background: #9e853357;
		padding: 10px;
	}

	.scp-row .vc_col-sm-6 .s4c-content .wpb_wrapper p {
		line-height: normal;
		color: #fff;
		margin: 0 0 10px;
	}

	.scp-row .vc_col-sm-6 .s4c-content .wpb_wrapper p:last-child {
		margin: 0;
	}
	.whwl-row .vc_col-sm-6 {
		width: 100%;
	}

	.whwl-row .vc_col-sm-6 .whwl-content-bg {}

	.whwl-row .vc_col-sm-6 .whwl-content-bg .wpb_wrapper {
		background: #9e853361;
		padding: 10px;
	}

	.whwl-row .vc_col-sm-6 .whwl-content-bg .wpb_wrapper p {
		line-height: normal;
		color: #fff;
		margin: 0 0 10px;
	}

	.whwl-row .vc_col-sm-6 .whwl-content-bg .wpb_wrapper p:last-child {
		margin: 0;
	}
	.whwl-row.vc_custom_1535573469209 {
		padding-top: 40px !important;
		background-size: 100% !important;
	}
	.whwl-bottom-content {
		margin: 0;
	}
	.uo-social-media-area {
		height: auto;
		position: relative;
	}
	.uo-social-media {
		transition: all 1s;
		position: unset;
		top: auto;
		left: auto;
		transform: unset;
	}
	.uo-social-media ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.uo-social-media ul li {
		display: inline-block;
		padding-right: 10px;
	}
	.uo-social-media ul li p {
		font-size: 12px;
		margin: 0;
	}
	.uo-social-media ul li a {
		font-size: 12px;
	}
	.whwl-row .vc_col-sm-6:nth-child(3) {}

	.whwl-row .vc_col-sm-6:nth-child(3) .vc_column-inner {
		padding: 0;
	}
	.whwl-row.vc_custom_1535887373519 {
		padding-top: 40px !important;
		background-size: 100% !important;
	}
	.whwl-row.vc_custom_1535887373519 .vc_col-sm-8{
		width:100%;
	}
	.psw-content {}

	.psw-content .wpb_wrapper {}

	.psw-content .wpb_wrapper p {
		line-height: normal;
		margin: 0 0 10px;
	}

	.psw-content .wpb_wrapper h3 {
		line-height: normal;
		font-size: 24px;
		margin: 0 0 10px;
		padding: 0;
	}
	.psw-content ul {
		padding-bottom: 15px;
	}
	.psw-content ul li {
		font-size: 14px;
		padding-bottom: 10px;
		padding-left: 12px;
		line-height: normal;
	}
	.media-award-content h3, .media-music-content h3 {
		font-size: 24px;
		padding-bottom: 15px;
	}
	.media-new-content h3 {
		font-size: 24px;
		padding-bottom: 15px;
	}
	.news-items img {
		width: 100%;
		margin-bottom: 10px;
	}
	.csinc-content ul li:not(:last-child) {
		font-size: 24px;
		padding-right: 20px;
	}
	.csinc-content ul li a {
		font-size: 14px;
	}
	.links-boxes ul li {
		width: 25%;
	}
	.links-boxes ul li a {
		display: inline-block;
	}

	.links-boxes ul li a img {
		width: 100%;
	}
	.tb-video-box .video-box-content .video-box-caption h3 {
		font-size: 16px;
		padding-bottom: 0px;
	}
	.tb-video-box .video-box-content .video-box-caption p {
		font-size: 12px;
	}
	.tb-video-box .video-box-content>img {
		width: 70px;
		height: 70px;
	}
	.contatct-page-row.vc_custom_1535886206422 .vc_col-sm-7 {
		width: 100%;
	}
	.contatct-page-row.vc_custom_1535886206422 {
		padding-top: 40px !important;
		padding-bottom: 0px !important;
		background-size: 100% !important;
		background-position: 0 100% !important;
		background-color: #070707 !important;
	}
	menuArea .navbar {}

	.menuArea .navbar .navbar-header {
		/* background: red; */
		position: relative;
	}

	.menuArea .navbar .navbar-header button.navbar-toggle {
		position: absolute;
		top: 0;
		right: 0;
		background: #9e8432;
		margin: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9f8533+0,e4d387+50,9f8533+100 */
		background: #9f8533; /* Old browsers */
		background: -moz-linear-gradient(top, #9f8533 0%, #e4d387 50%, #9f8533 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #9f8533 0%,#e4d387 50%,#9f8533 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #9f8533 0%,#e4d387 50%,#9f8533 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f8533', endColorstr='#9f8533',GradientType=0 ); /* IE6-9 */
	}

	.menuArea .navbar .navbar-header button.navbar-toggle span {
		background: #111111;
	}
	.about-sec.vc_custom_1545633220733 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
		background-size: cover !important;
		background-position: 100% 0px !important;

	}
	.donate-cont h4 {
		font-size: 18px;
		padding: 0px 0px;
	}
	.row1-2020,
	.row2-2020,
	.row3-2020 {
		padding: 0;
	}
	.about-2020-col h3,
	.showcase-2020-cont h3,
	.election-2020-cont h3{
		font-size: 23px;
	}
	.get-involved h4 {
		font-size: 20px;
	}
	.about-2020-col p,
	.showcase-2020-cont p,
	.election-2020-cont p{
		color: #fff;
		line-height: normal;
	}
	.donate-cont h4 a,
	.about-2020-col a,
	.showcase-2020-btn{
		font-size: 14px;
	}
	.cust-btn-2020 a {
		font-size: 14px !important;
		padding: 5px 0 !important;
		width: 140px;
		height: 30px;
	}
	.text-2020 p {
		color: #fff;
		padding: 0px;
	}
	.volunteer-modal>.modal-dialog>.modal-content>.modal-header>.modal-title {
		font-size: 26px;
	}
	.page-id-407 .page_banner_content p {
		font-size: 15px;
	}
	.showcase-2020-btn{
		font-size: 14px;
	}
	.election-2020-cont ul li a {
		font-size: 14px;
	}
	.about-2020-col>.wpb_wrapper,
	.showcase-2020-cont>.wpb_wrapper,
	.election-2020-cont>.wpb_wrapper,
	.text-2020>.wpb_wrapper{
		background: #9e843324;
		padding: 10px;
	}
	.paypalbutton {
		font-size: 14px !important;
		padding: 6px 40px !important;
	}
	.donate-cont {
		padding: 10px 40px;
	}
}
@media all and (max-width : 767px){
	.mg-video-box .mg-video-box-content>img {
		width: 70px;
		height: 70px;
	}
	.mg-video-box .mg-video-box-content .mg-video-box-caption p {
		font-size: 12px;
	}
	.navbar-nav {
		z-index: 999;
		position: relative;
	}
	.footer-nav {
		margin-top: 15px;
	}
	.slider-tabs .slick-next:before {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}
	.slider-tabs .slick-next {
		right: 0;
		left: auto;
		bottom: auto;
		width: 20px;
		height: 20px;
		font-size: 0;
	}
	.slider-tabs .slick-prev:before {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}
	.slider-tabs .slick-prev {
		right: auto;
		left: 0;
		bottom: auto;
		width: 20px;
		height: 20px;
		font-size: 0;
	}
	.book-product-right-info {
		text-align: left;
		margin-top: 10px;
	}
	.slide-info h3{
		font-size: 24px;
	}
	.slide-info h2{
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 0px;
	}
	.slide-info h4{
		font-size: 34px;
	}
	.slide-info a.slide-btn{
		font-size: 12px;
		margin-top: 5px;
	}
	.home-slider button.slick-next.slick-arrow,.home-slider button.slick-prev.slick-arrow {
		bottom: 15px;
		width: 20px;
		height: 20px;
		right: auto;
		z-index: 999;
	}
	.home-slider button.slick-prev.slick-arrow:before {
		font-size: 22px;
		line-height: 20px;
	}
	.home-slider button.slick-prev.slick-arrow:after {
		width: 5px;
		height: 5px;
		top: 2px;
		right: -5px;
	}
	.home-slider button.slick-next.slick-arrow:before {
		font-size: 22px;
		line-height: 20px;
	}
	.home-slider button.slick-next{
		left: 120px !important;
	}
	.navbar-nav {
		margin-top: 0;
		background-color:#111;
	}
	.join-sec h2 {
		color: #fff;
		font-size: 24px;
		text-transform: uppercase;
		margin-bottom: 15px;
	}
	.book-product-right-info span.book-price {
		margin-bottom: 15px;
	}
	h1.main-title>strong {
		font-size: 24px;
		line-height: 38px;
	}
	h1.main-title:before {
		height: 68px;
	}
	h1.main-title:after {
		height: 70px;
	}
	.navbar-nav > li {
		margin: 0 0 10px;
		text-align: center;
		display:block;
	}
	.navbar-nav > li:last-child{
		margin:0;
	}
	.volunteer-form .input-field input, .volunteer-form .input-field textarea, .volunteer-form .input-field select {
		padding: 10px;
	}
	.volunteer-form .input-field select {
		height: 40px !important;
	}
	.volunteer-form .input-field {
		padding-bottom: 0;
	}
	.volunteer-form .input-btn input {
		font-size: 12px;
	}
	.page-id-407 .page_banner_content {
		padding-top: 150px;
	}
	.page-id-407 .page_banner {
		height: 400px;
	}
	.page-id-407 .page_banner_content h2 {
		padding-bottom: 15px;
		font-size: 26px;
	}
	.logoArea .logo_sec {
		text-align: left;
		margin: 0 20px;
	}
}
@media all and (max-width : 567px){
	.top-bar-left {
		display: none;
	}
	.tb-video-box .video-box-content .video-box-caption h3 {
		font-size: 10px;
	}
	.tb-video-box .video-box-content .video-box-caption p {
		font-size: 8px;
	}
	.tb-video-box .video-box-content>img {
		width: 50px;
		height: 50px;
	}
	.dropdown-menu {
		position: inherit;
		width: 100%;
	}
	.donate-cont {
		margin: 40px 0 !important;
		padding: 0px 0px;
		text-align: center;
	}
	.donate-cont h4 {
		font-size: 12px;
		padding: 14px 10px;
	}
	.about-2020-col h3,
	.showcase-2020-cont h3,
	.election-2020-cont h3{
		font-size: 20px;
	}
	.get-involved h4 {
		font-size: 18px;
	}
	.text-2020 p,
	.about-2020-col p,
	.showcase-2020-cont p,
	.election-2020-cont p{
		line-height: normal;
		font-size: 12px;
	}
	.showcase-2020-cont ul li,
	.showcase-2020-cont ul li a,
	.election-2020-cont ul li,
	.election-2020-cont ul li a {
		font-size: 12px;
	}
	.donate-cont h4 a,
	.about-2020-col a,
	.showcase-2020-btn{
		font-size: 12px;
	}
	.cust-btn-2020 a {
		font-size: 12px !important;
		padding: 5px 0 !important;
		width: 120px;
		height: 25px;
	}
	.volunteer-modal>.modal-dialog>.modal-content>.modal-header>.modal-title {
		font-size: 22px;
	}
	.page-id-407 .page_banner_content p {
		font-size: 12px;
		line-height: normal;
	}
	.paypalbutton {
		padding: 5px 30px !important;
	}
	.donate-cont>form {
		display: none;
	}
}
@media all and (max-width : 414px){
	.mg-video-box .mg-video-box-content>img {
		width: 50px;
		height: 50px;
	}
	.mg-video-box .mg-video-box-content .mg-video-box-caption p {
		font-size: 10px;
	}
	.slide-info h4{
		font-size: 26px;
	}
	.slide-info h3{
		font-size: 18px;
	}
	.logoArea .logo_sec a img {
		width: 40%;
	}
	.about-content .vc_custom_1545633239050 {
		margin-top: 40px !important;
	}
	.slider-tabs .slick-arrow {
		background: #9e8533 !important;
		z-index: 999;
	}
	.page_banner_content {
		padding-top: 150px;
	}
	.page_banner_content h2 {
		font-size: 24px;
		padding-bottom: 5px;
	}
	.page_banner {
		height: 300px;
	}
	.about-tb-row1.vc_custom_1535886869415 {
		background-size: cover;
		background-position: right 200px;
	}
	h1.main-title>strong {
		font-size: 18px;
		line-height: 38px;
	}
	.proBox {
		width: 100%;
	}
	.donate-cont h4 a{
		display: none;
	}
	.page-id-407 .page_banner_content {
		padding-top: 100px;
	}
}

.slider-tabs .wpb_tab {
	display: block !important;
}

.slider-tabs .wpb_tab[aria-hidden="false"] {
	height: auto;
}

.slider-tabs .wpb_tab[aria-hidden="true"] {
	height: 0px;
	overflow: hidden;
}
.footer-social {
	display: flex;
	width: 100%;
	margin-top: 25px;
}
.footer-social a i {
	margin: 0 22px 0 0;
	color: #9f8533;
	font-size: 22px;
}
a.border-line.gallery-btn {
	margin-top: 35px;
	display: inline-block;
	margin-bottom: 26px;
}
.product-btn:after {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.product-btn {margin-top: 20px;margin-bottom: 43px !important;
}




/* NEW PRODUCT PAGE */
.pro-cat-head h3 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 0;
	text-transform: uppercase;
	border-bottom: 1px solid rgb(159, 133, 51);
	padding-bottom: 10px;
}

.pro-cat-box {padding-bottom: 20px;}

.products-cat-body {
	padding: 20px;
}

.pro-cat-link {
	text-align: center;
	margin-bottom: 10px;
}

.pro-cat-link>a {
	color: #fff;
	font-size: 16px;
	background: #9f8533;
	padding: 10px 30px;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	transition: all 1s;
	text-transform: uppercase;
}

.pro-cat-link>a:hover {
	opacity: 0.7;
}

.pagination-area {
	text-align: center;
	padding: 20px 0;
}

.pagination-area>ul>li {
	display: inline-block;
}

.pagination-area>ul>li>a, .pagination-area>ul>li>span {
	color: #fff;
	font-size: 13px;
	background: rgba(255,255,255,0.1);
	padding: 12px 15px;
	border-radius: 5px;
	line-height: normal;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	transition: all 1s;
}

.pagination-area>ul>li>a:hover, .pagination-area>ul>li>span.current {
	background: rgba(255,255,255,0.3);
}
