@charset "utf-8";
body {
	padding: 0px;
	margin: 0px;
	background:#000000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	/*color: #ffffff;*/
	font-weight: 400;
}
img{max-width:100%}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #1e9c17;
	text-decoration: underline;
}
hr {
    width: 100%;
	margin: 50px 0%;
    border: none;
	border-top: 1px dashed #c7c7c7 !important;
}
.p-0 {
	padding-right: 0;
	padding-left: 0;
}
#wrap {
	float: left;
	width: 100%;
}
.container {
	position: relative;
	width: 1250px;
	margin: 0 auto;
	padding: 0;
}
.header-divider {
    display: none;
	height: 0px;
	transition: all 0.3s ease-in-out;
}
#header {
	float: left;
	width: 100%;
	padding: 0px 0px;
	background-color: #1e9c17;
	transition: all .3s ease-in-out;
	z-index: 3;
}
#header * {
	transition: all .3s ease-in-out;
}
#header .logo {
	float: left;
	width: 181px;
    padding: 10px 15px;
}
#header .logo img {
	width: 100%;
	height: auto;
}
.menu_box {
	float: left;
	width: auto;
	padding: 0px 0 0 30px;
}
.menu_box ul.menu {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu_box ul.menu li {
	float: left;
	width: auto;
	padding: 0px 0px;
	position: relative;
	border-left: 2px solid #076402;
}
.menu_box ul.menu li a {
	display: block;
	padding: 31px 30px;
	background: #1e9c17;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
}
.menu_box ul.menu li a svg {
	display: none;
}
.menu_box ul.menu > li > a:hover,
.menu_box ul.menu > li.current_page_item > a {
	background: #15880e;
}
.menu_box ul.menu li:last-child {
	border-right: 2px solid #076402;
}
.menu_box ul.menu > li:hover > ul.sub-menu {
	display: block;
}
.menu_box ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 220px;
	background-color: #ffffff;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	display: none;
}
.menu_box ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0px;
	border-left: 0px solid #076402;
}
.menu_box ul.menu li ul.sub-menu li:last-child {
	border-left: 0px solid #076402;
	border-right: 0px solid #076402
}
.menu_box ul.menu li ul.sub-menu li a {
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	text-transform: none;
}
.menu_box ul.menu li ul.sub-menu li a:hover {
	background-color: #15880e;
	color: #ffffff;
	text-decoration: none;
}
.menu_box ul.menu li ul.sub-menu li.current_page_item a {
	background-color: #15880e;
	color: #ffffff;
	text-decoration: none;
}
.menu_box ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
.menu_box ul.menu > li > ul > li:hover > ul.sub-menu {
	display: block;
}
.menu_box ul li.menu-item-has-children > a:after {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    margin-top: -5px;
    top: 50%;
    right: 30px;
}
.menu_box ul.menu li.menu-item-has-children a 	{ 
	padding: 31px 50px 31px 35px; 
}
#header.stiky .menu_box ul.menu li.menu-item-has-children a { 
	padding: 25px 35px 25px 15px; 
}
#header .top_right {
	float: right;
	width: auto;
	text-align: right;
	padding: 15px 15px 0 0px;
}
#header .top_right .search_box {
	float: left;
	width: 184px;
	margin-left: 10px;
	margin-right: 10px;
}
#header .top_right .search_box .field {
	position:relative;
	width: 100%;
}
#header .top_right .search_box .field .form-control {
	height: 45px;
    padding: 5px 20px 5px 0px;
	margin-bottom: 0px;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #ffffff;
	font-size: 16px;
	color: #ffffff;
}
#header .top_right .search_box .field .form-control::placeholder {
	color: #ffffff;	
}
#header .top_right .search_box .field .search_icon {
	position:absolute;
    display: inline-block;
    min-width: auto;
    padding: 10px 0px;
    border: none;
    background-color: transparent;
    border-radius: 0px;
	right: 0px;
	top: 0px;
}
#header .top_right .search_box .field .search_icon i {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}
#header .top_right .cart {
	float: left;
	width: auto;
}
#header .top_right .cart a {
	display: inline-block;
	padding: 11px 10px;
	background: #000000;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
#header .top_right .cart a i {
	padding-right: 6px;
	color: #1e9c17;
    line-height: inherit;
	vertical-align: middle;
	transition: all .0s ease-in-out !important;
}
#header .top_right .cart a:hover {
	background: #076402;
}
#header .top_right .cart a:hover i {
	color: #ffffff;
}

#header .top_right .login {
	float: right;
	width: auto;
    position: relative;
}
#header .top_right .login a {
	margin: 0 2px;
    line-height: 44px;
    display: block;
    background: #15820f;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    padding: 0 10px;
	float:left;
}
#header .top_right .login a:hover {
	color:#fff;
	background: #076402;
}
#header .top_right .login ul.menu {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header .top_right .login ul.menu li {
	float: left;
	width: auto;
	padding: 0px 0px;
	position: relative;
}
#header .top_right .login ul.menu li a {
	display: block;
	background: #15820f;
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
	padding: 0 10px;
}
#header .top_right .login ul.menu li a svg {
	display: none;
}
#header .top_right .login ul.menu > li > a:hover,
#header .top_right .login ul.menu > li.current_page_item > a {
	color:#fff;
	background: #076402;
}
#header .top_right .login ul.menu > li:hover > ul.sub-menu {
	display: block;
}
#header .top_right .login ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 150px;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 2;
	display: none;
}
#header .top_right .login ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0px;
}
#header .top_right .login ul.menu li ul.sub-menu li a {
	padding: 10px;
	font-size: 16px!important;
	color: #fff!important;
	text-transform: none;
	line-height: 20px!important;
    text-align: left;
}
#header .top_right .login ul.menu li ul.sub-menu li a:hover {
	background-color: #1e9c17;
	color: #ffffff!important;
	text-decoration: none;
}
#header .top_right .login ul.menu li ul.sub-menu li.current_page_item a {
	background-color: #15880e;
	color: #ffffff;
	text-decoration: none;
}
/*-------------- Sticky Header START --------------*/
.header-divider.stiky {
	display: block;
	height: 87px;
}
#header.stiky {
	padding: 0px 0;
    position: fixed;
    top: 0px;
	z-index: 11;
	box-shadow: 0px 0px 5px 2px #000000;
}
#header.stiky .logo {
	width: 150px;
}
#header.stiky .menu_box {
	padding: 0 0 0 0;
}
#header.stiky .menu_box ul.menu li a {
    padding: 25px 20px;
}
#header.stiky .menu_box ul.menu li.menu-item-has-children a:after {
    right: 20px;
}
#header.stiky .menu_box ul.menu li.menu-item-has-children a {
    padding: 25px 35px 25px 20px;
}
#header.stiky .menu_box ul.menu li ul.sub-menu li a {
    padding: 10px 20px;
}
#slider {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#slider > img {
	width: 100%;
}
#slider .caption {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:15px;
}
#slider .caption h1 {
	position:relative;
	margin: 0 0 20px 0;
	font-family: 'Squada One', cursive;
	font-size: 120px;
	color: #ffffff;
	font-weight: 400;
	line-height: 130px;
	text-transform: uppercase;
}
#slider .caption h1:after {
    position: absolute;
    display: block;
    content: '';
    width: 40%;
    height: 147px;
    background: #1e9c17;
    left: -15px;
    top: 123px;
    z-index: -1;
}
#slider .caption .button {
	display: inline-block;
	padding: 14px 84px;
	border: 2px solid #1e9c17;
	background-color: transparent;
	font-size: 25px;
	color: #1e9c17;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	transition: all ease-in 0.3s;
}
#slider .caption .button:hover {
	background-color: #1e9c17;
	color: #ffffff;
	text-decoration: none;
}
.slider-home {
	padding:30px 10px 30px 10px;
}
.slider-home .slide_box {
	position:relative;
	cursor: pointer;
}
.slider-home .slide_box .cont_box.csslide {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider-home .slide_box a:hover .cont_box {
	color:#1e9c17;
}
.slider-home .thumb_box img {
	width: 100%;
    height: auto;
}

.slider-home .thumb_box.homeslideimg img {
	width: 100%;
	border-radius: 4px;
}

.slider-home .slide_box .cont_box {
	/*display: none;*/
	padding: 10px;
}
.slider-home .slide_box:hover .cont_box {
   /* position: absolute;*/
    display: inline-block;
    width: 100%;
    padding: 10px;
    bottom: 0px;
    z-index: 1;
    transition-delay: 0.20s;
    transition: all 0.5s ease;
	background: rgb(0,0,0);
	background: linear-gradient(175deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.slider-home .slide_box a:hover .cont_box.csslide {
    color: #fff;
	background: inherit;
}
.slider-home .slide_box a:hover .cont_box.csslide h3 {
    text-decoration:underline;
}
.slider-home .slide_box a:hover .homeslideimg img {
	-moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    transition: transform .75s ease-in-out;
}
.homeslideimg img {
    transition: transform .75s ease-out;
}
.slider-home .slide_box .cont_box h3 {
    margin: 0 0 0px 0;
    font-family: 'Squada One', cursive;
    font-size: 22px;
    /*color: #ffffff;*/
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.slider-home .slide_box .cont_box p {
    margin: 0 0 0px 0;
    font-size: 18px;
    /*color: #ffffff;*/
    font-weight: 400;
    line-height: 28px;
}
.slider-home .owl-nav button.owl-next, 
.slider-home .owl-nav button.owl-prev, 
.slider-home button.owl-dot {
	padding: 0!important;
	text-indent: -99999;
}
.slider-home .owl-nav button.owl-next {
	position: absolute;
	padding: 0!important;
	width: 45px;
	height: 45px;
	background:#000000;
	border: 1px solid #1e9c17;
	border-radius: 0px;
	font: inherit;
	font-size: 30px;
	color: #1e9c17;
	line-height: 20px;
	right:0px;
    top: 40%;
}
.slider-home .owl-nav button.owl-prev {
	position: absolute;
	padding: 0!important;
	width: 45px;
	height: 45px;
	background:#000000;
	border: 1px solid #1e9c17;
	border-radius: 0px;
	font: inherit;
	font-size: 30px;
	line-height: 20px;
	color: #1e9c17;
	left: 0px;
    top: 40%;
}
.slider-home .owl-nav [class*=owl-]:hover {
    background: #1e9c17;
	border: 1px solid #1e9c17;
    color: #FFF;
    text-decoration: none;
}
.slider-home .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 0;
}
.slider-home .owl-dots .owl-dot.active span, .slider-home .owl-dots .owl-dot:hover span {
    background: #1e9c17;
}
#middle {
	float: left;
	width: 100%;
	background-position: center top;
    background-repeat: no-repeat;
    background-size: 115%;
	
}
.catagory_sec {
	float: left;
	width: 100%;
}

.catagory_sec a.catagory_box {
	position: relative;
	float: left;
	width:25%;
	overflow: hidden;
}
.catagory_sec .thumb {
	position: relative;
	display: inline-block;
	width:100%;
	text-align: center;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 300ms ease;
	padding:10px;
}
.catagory_sec .thumb img {
	width:100%;
	height: auto;
}
.catagory_sec a:hover .thumb {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.catagory_sec .thumb .white_btn {
	position: absolute;
	width: 276px;
	margin: 0 auto;
	padding:10px 0px;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid #ffffff;
	background-color: transparent;
	left: 0px;
	right: 0px;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	transition: all ease-in 0.3s;
	text-align:center;
}
.catagory_sec a.catagory_box:hover .white_btn {
	background-color: #1e9c17;
	border: 2px solid #1e9c17;
}
.video_game_sec {
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}
.video_game_sec h2 {
    margin: 0 0 20px 0;
	width: 70%;
    font-family: 'Squada One', cursive;
    font-size: 48px;
    color: #1e9c17;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
}
.video_game_sec .content {
	float:left;
	width:100%;
	padding-top:50px;
}
.video_game_sec .content .owl-carousel {
	padding: 0 40px 0 130px;
}
.video_game_sec .content .owl-stage-outer {
	overflow: visible;
}
.video_game_sec .owl-stage {
    margin: 0 0%;
}
.video_game_sec .content .owl-item {
	opacity: 0;
	transform: translate(-50px, 0px) skew(-20deg, 0deg);
	-moz-transform: translate(-50px, 0px) skew(-20deg, 0deg);
	-webkit-transform: translate(-50px, 0px) skew(-20deg, 0deg);
	-o-transform: translate(-50px, 0px) skew(-20deg, 0deg);
	-ms-transform: translate(-50px, 0px) skew(-20deg, 0deg);
	overflow:hidden;
	-webkit-backface-visibility: hidden;
	box-shadow: 0px 0px 25px 0px rgba(30,156,23,0.32);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(30,156,23,0.32);
	-moz-box-shadow: 0px 0px 25px 0px rgba(30,156,23,0.32);
}
.video_game_sec .content .owl-item.active {
	opacity: 1;
}
.shape {
	position:relative;
	display: flex;
	flex-direction: column;
	width: 320px;
	height: 430px;
	background: #4787c9;
	transform: skewX(-5deg) skewY(-5deg) scale(1.2);
	overflow: hidden;
	cursor: pointer;
}
.customer_picture {
  height: 100%;
  padding-top: 19%;
}
.customer_picture img {
	width: 100%;
    height: auto;
    transform: skewX(25deg) skewY(0deg) scale(1.4);
}
.shape .cont_box {
	/*display: none;*/
	padding: 10px;
}
/*.shape:hover .cont_box {
    position: absolute;
    display: inline-block;
    width: 230px;
    padding: 10px;
    left: 60px;
    bottom: 40px;
    transform: skewX(20deg) skewY(5deg);
    z-index: 1;
    transition-delay: 0.20s;
    transition: all 0.5s ease;
}*/
.shape .cont_box {
    position: absolute;
    display: inline-block;
    width: 260px;
    padding: 10px;
    left: 37px;
    bottom: 33px;
    transform: skewX(5deg) skewY(5deg);
    z-index: 1;
    transition-delay: 0.20s;
    transition: all 0.5s ease;
	background: rgba(19,19,19,0);
	background: -moz-linear-gradient(top, rgba(19,19,19,0) 0%, rgba(0,0,0,1) 40%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,19,19,0)), color-stop(40%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(19,19,19,0) 0%, rgba(0,0,0,1) 40%);
	background: -o-linear-gradient(top, rgba(19,19,19,0) 0%, rgba(0,0,0,1) 40%);
	background: -ms-linear-gradient(top, rgba(19,19,19,0) 0%, rgba(0,0,0,1) 40%);
	background: linear-gradient(to bottom, rgba(19,19,19,0) 0%, rgba(0,0,0,1) 40%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#000000', GradientType=0 );
}
.shape .cont_box h3 {
    margin: 0 0 0px 0;
    font-family: 'Squada One', cursive;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    line-height: 22px;
}
.shape .cont_box p {
    margin: 0 0 0px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 26px;
}
.video_game_sec .content .owl-carousel .owl-nav button.owl-next, 
.video_game_sec .content .owl-carousel .owl-nav button.owl-prev, 
.video_game_sec .content .owl-carousel button.owl-dot {
	padding: 0!important;
	text-indent: -99999;
}
.video_game_sec .content .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	padding: 0!important;
	width: 45px;
	height: 45px;
	background:#000000;
	border: 1px solid #1e9c17;
	border-radius: 0px;
	font: inherit;
	font-size: 30px;
	color: #1e9c17;
	line-height: 20px;
	right:0%;
	top: -120px;
}
.video_game_sec .content .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	padding: 0!important;
	width: 45px;
	height: 45px;
	background:#000000;
	border: 1px solid #1e9c17;
	border-radius: 0px;
	font: inherit;
	font-size: 30px;
	line-height: 20px;
	color: #1e9c17;
	left:90%;
	top: -120px;
}
.video_game_sec .content .owl-theme .owl-nav [class*=owl-]:hover {
    background: #1e9c17;
	border: 1px solid #1e9c17;
    color: #FFF;
    text-decoration: none;
}
.topic_sec {
	padding-top: 50px;
	padding-bottom: 50px;
	
}
.topic_sec .topic_box {
	position:relative;
	float:left;
	width: 100%;
	margin-bottom:15px;
	border: 2px solid #1e9c17;
	
}
.topic_sec .topic_box img {
	width: 100%;
	height: auto;
}
.topic_sec .topic_box .tag {
	position: absolute;
	display: block;
	padding: 5px 15px;
	background:#1e9c17;
	right: 10px;
	top: 10px;
	font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 26px;
	z-index: 1;
}
.topic_sec .topic_box .caption {
	position: absolute;
	float:left;
	width: 100%;
	padding: 12px 0px 12px 12px;
	background:#1e9c17;
	left: 0px;
	bottom: 0px;
}
.topic_sec .topic_box .caption h3 {
	width: 85%;
    margin: 0 0 0px 0;
    font-family: 'Squada One', cursive;
    font-size: 23px;
    color: #ffffff;
    font-weight: 400;
    line-height: 33px;
}
.topic_sec .topic_box .caption h3 a:hover {
    color: #ffffff;
	text-decoration:underline;
}
.topic_sec .topic_box .caption p {
    width: 85%;
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 26px;
}
.topic_sec .topic_box .caption .arrow {
	position: absolute;
    float: left;
    width: 76px;
	height: 91px;
    padding: 33px 0px;
    background: #000000;
    right: 0px;
    top: 2px;
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
    line-height: 35px;
	text-align:center;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.topic_sec .topic_box .caption .arrow 1 {
    font-size: 25px;
    line-height: inherit;
    vertical-align: middle;
    transition: all .0s ease-in-out !important;
}
.topic_sec .topic_box .caption .arrow:hover {
    background: #076402;
}
.topic_sec .horizontal_box {
	position:relative;
	float:left;
	width: 100%;
	margin-bottom:30px;
	border: 2px solid #1e9c17;
	background: #1e9c17;
}
.topic_sec .horizontal_box .left_pic {
	position: relative;
	float:left;
	width: 47%;
}
.topic_sec .horizontal_box .left_pic img {
	width: 100%;
	height: auto;
}
.topic_sec .horizontal_box .left_pic .tag {
	position: absolute;
	display: inline-block;
	padding: 5px 15px;
	background:#1e9c17;
	left: 10px;
	top: 10px;
	z-index: 1;
	font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 26px;
	text-align: center;
}
.topic_sec .horizontal_box .left_pic .rating {
	position: absolute;
	display: inline-block;
	padding: 5px 15px;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 26px;
	text-align: center;
}
.topic_sec .horizontal_box .right_cnt {
	position:relative;
	float:left;
	width: 53%;
	min-height: 284px;
	padding: 12px 12px 0px 12px;
}
.topic_sec .horizontal_box .right_cnt h3 {
    margin: 0 0 10px 0;
    font-family: 'Squada One', cursive;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    line-height: 23px;
}
.topic_sec .horizontal_box .right_cnt h3 a:hover {
    color: #ffffff;
	text-decoration:underline;
}
.topic_sec .horizontal_box .right_cnt p {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 26px;
}
.topic_sec .horizontal_box .right_cnt .arrow {
	position: absolute;
    float: left;
    width: 76px;
	height: 95px;
    padding: 33px 0px;
    background: #000000;
    right: 0px;
    bottom: 0px;
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
    line-height: 35px;
	text-align:center;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.topic_sec .horizontal_box .right_cnt .arrow:hover {
    background: #076402;
}
.movie_sec {
	padding-top: 50px;
}
.movie_sec h2 {
    margin: 0 0 0px 0;
    font-family: 'Squada One', cursive;
    font-size: 48px;
    color: #ffffff;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
}
.movie_sec .thumbnail {
	position: relative;
    display: block;
	margin-top: 30px;
    padding: 5px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 1px solid #545454;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.movie_sec .thumbnail .pic_thumb {
	display: inline-block;
	width: 100%;
}
.movie_sec .thumbnail .pic_thumb img {
	width: 100%;
	height: auto;
}
.movie_sec .thumbnail .caption {
	display: inline-block;
	width: 100%;
    padding: 10px 10px 40px 10px;
    color: #333;
}
.movie_sec .thumbnail .caption h3 {
	margin: 0 0 10px 0;
    font-family: 'Squada One', cursive;
    font-size: 28px;
    color: #ffffff;
    font-weight: 400;
    line-height: 28px;
	min-height: 84px;
}
.movie_sec .thumbnail .caption p {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #adadad;
    font-weight: 400;
    line-height: 26px;
	min-height: 90px;
}
.movie_sec .thumbnail .arrow {
	position: absolute;
    float: left;
    width: 55px;
	height: 55px;
    padding: 10px 0px;
    background: #1e9c17;
    right: 0px;
    bottom: 0px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    line-height: 35px;
	text-align:center;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.movie_sec .thumbnail .arrow:hover {
    background: #076402;
}
.youtube_sec {
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.youtube_sec h2 {
	position:relative;
    margin: 0 0 10px 0;
	padding-bottom: 20px;
    font-family: 'Squada One', cursive;
    font-size: 48px;
    color: #ffffff;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
	text-align: center;
}
.youtube_sec h2:after {
	position: absolute;
	display: block;
	content: '';
	margin: 0 auto;
	width: 67px;
	height: 18px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-size: 100%;
}
.youtube_sec .slider {
    float: left;
    width: 100%;
    padding-top: 50px;
}
.youtube_sec .slider .content {
	position:relative;
    float: left;
	width: 100%;
}
.youtube_sec .slider .owl-item {
	overflow: hidden; 
	
}

.youtube_sec .slider .content .left_video {
	float: left;
	width: 50%;
	-webkit-box-shadow: 0px 0px 45px 0px rgba(30,156,23,0.24);
	-moz-box-shadow: 0px 0px 45px 0px rgba(30,156,23,0.24);
	box-shadow: 0px 0px 45px 0px rgba(30,156,23,0.24);
}
.youtube_sec .slider .content .left_video iframe{
	width: 100%;
	min-height: 373px
}
.youtube_sec .slider .content .video_cnt {
	float: left;
	width: 50%;
	padding-left: 3%;
	padding-right: 3%;
}
.youtube_sec .slider .content .video_cnt h3 {
	position:relative;
    margin: 0 0 10px 0;
    font-family: 'Squada One', cursive;
    font-size: 48px;
    color: #ffffff;
    font-weight: 400;
    line-height: 58px;
	text-align: left;
}
.youtube_sec .slider .content .video_cnt h4 {
	position:relative;
    margin: 0 0 20px 0;
	padding-bottom: 30px;
    font-family: 'Squada One', cursive;
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    line-height: 42px;
}

.youtube_sec .owl-carousel .owl-nav button.owl-next,
.youtube_sec .owl-carousel .owl-nav button.owl-prev,
.youtube_sec .owl-carousel button.owl-dot {
	padding: 0!important;
	background: #000;
	border: 2px solid #1e9c17;
	font: inherit;
	font-size: 30px;
	color: #fff;
	line-height:20px;
}
.youtube_sec .owl-theme .owl-nav [class*=owl-] {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin: 10px;
	padding: 0px 7px;
	background: #1e9c17;
    border-radius: 50%;
	color: #FFF;
	cursor: pointer;
}
.youtube_sec .owl-theme .owl-nav [class*=owl-]:hover {
    background: #1e9c17;
    color: #FFF;
    text-decoration: none;
}
.newslettter_sec {
	padding-top: 50px;
    padding-bottom: 50px;
}
.newslettter_sec .green_logo {
	display:inline-block;
	text-align: center;
}
.newslettter_sec .cont_right {
	display:inline-block;
}
.newslettter_sec .cont_right h3 {
    margin: 0 0 10px 0;
    font-family: 'Squada One', cursive;
    font-size: 28px;
    color: #1e9c17;
    font-weight: 400;
    line-height: 38px;
}
.newslettter_sec .cont_right p {
	position:relative;
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #9b9b9b;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}
.newslettter_sec .cont_right .form-group {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.newslettter_sec .cont_right .mailpoet_text {
	height: 56px;
    padding: 10px 20px;
	margin-bottom: 0px;
	border: none;
	background-color: #000000;
    border: 1px solid #1e9c17;
	font-size: 16px;
	color: #929292;
}
.newslettter_sec .cont_right .mailpoet_text::placeholder {
	color: #929292;	
}
.newslettter_sec .cont_right .mailpoet_submit {
	position:absolute;
    display: inline-block;
    padding: 18px 18px;
	background: #1e9c17 url(../images/arrow.png) center center no-repeat;
    border: none;
    border-radius: 0px;
	right: 0px;
	top: -66px;
	font-size:0px;
	width: 56px;
    height: 56px;
}
.newslettter_sec .cont_right .mailpoet_text:focus {
	outline: 0;
}
.newslettter_sec .cont_right .form-group .send_icon {
    position: absolute;
    display: inline-block;
    min-width: auto;
    padding: 13px 18px;
    background-color: #1e9c17;
    border: none;
    border-radius: 0px;
    right: 0px;
    top: 0px;
}
#footer {
	float: left;
	width: 100%;
	padding: 15px;
	background: #1e9c17;
}
#footer .ftr_logo {
	float: left;
	width: 150px;
    padding-right: 20px;
}
#footer .ftr_logo img {
	width: 100%;
	height: auto;
}
#footer .ftr_menu_box {
	width: 49%;
    display: inline-block; 
}
#footer .ftr_menu {
	display: inline-block;
    width: 100%;
	padding-top: 17px;
}
#footer .ftr_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer .ftr_menu ul li {
	display: inline-block;
	padding-right: 25px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
}
#footer .ftr_menu ul li:last-child {
	margin-right: 0px;
}
#footer .ftr_menu ul li a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
}
#footer .ftr_menu ul li a:hover {
	color: #000000;
	text-decoration: none;
}
#footer .ftr_social {
	float: right;
    width: auto;
    padding-top: 3px;
	text-align: right;
}
#footer .ftr_social ul {
	padding: 0;
	margin: 0;
    list-style-type: none;
}
#footer .ftr_social ul li {
	display: inline-block;
	padding: 0 8px 0 0;
}
#footer .copy_text {
	display: inline-block;
    width: 100%;
	padding-top: 7px;
	font-size: 14px;
	color: #ffffff;
}
.footer_bottom .copy_text a {
	color: #ffffff;
	text-decoration: none;
}
.footer_bottom .copy_text a:hover {
	color: #1e9c17;
	text-decoration: none;
}
.footer_bottom .card_image {
	float: left;
	width: 100%;
	text-align: right;
}
.footer_bottom .card_image img {
	max-width: 100%;
}

.zoom_image {
	overflow: hidden;
	cursor:pointer;
	position:relative;
}
.zoom_image img {
  	-webkit-transition: 0.4s ease;
  	transition: 0.4s ease;
  	transform: scale(1.01);
}
.zoom_image:hover img {
	-webkit-transform: scale(1.08);
  	transform: scale(1.08);
}

/* contact form 7 */
body div.wpcf7-response-output { padding: 0 0px; margin: 20px 0 0 0; box-sizing: border-box; border: none; }
body span.wpcf7-not-valid-tip { position: absolute; top: 3px; right: 4px; font-size: 12px; white-space: nowrap; }
body .wpcf7-not-valid {	border-color: #97292c !important; }


/*----------------- inner pages -----------------*/
.alignleft, .alignnone { float: left; max-width: 100%; height: auto; margin: 0 20px 20px 0; }
.alignright { float: right; max-width: 100%; height: auto; margin: 0 0 20px 20px; }
.aligncenter { float: none; display: block; max-width: 100%; height: auto; margin: 0 auto 20px auto;}

.inner_banner {
	position: relative;
	float: left;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.inner_banner > img {
	width: 100%;
}
.inner_banner .caption {
	width: 100%;
	position: absolute;
	transform: translateY(-50%);
    top: 50%;
    left: 0px;
	z-index: 1;
}
.inner_banner .caption h2 {
	margin: 0;
	font-size: 56px;
    color: #ffffff;
    font-weight: 900;
    line-height: 56px;
    text-transform: uppercase;
}
.inner_section {
	padding-top: 40px;
    padding-bottom: 40px;
	background: #000000 url(../images/inner_bg.png) center center no-repeat;
    background-attachment: fixed;
}
.inner_section h1 {
	margin: 0 0 40px 0;
    color: #fff;
    font-family: 'Squada One', cursive;
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
}
.inner_section h2 {
    margin: 0 0 10px 0;
    font-family: 'Squada One', cursive;
    font-size: 33px;
    color: #ffffff;
    line-height: 38px;
}
.inner_section .content {
	padding-top: 20px;
}
.inner_section .content p {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
.breadcrumb {
    width: 100%;
    float: left;
    text-align: left;
    padding: 20px 0px 20px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-bottom: 0px solid #6b6b6b;
    border-radius: 0;
    color: #1e9c17;
}
.breadcrumb span {
    color: #676767;
}
.breadcrumb a {
    color: #676767;
    text-decoration: none;
}
.breadcrumb a:hover {
    color: #1e9c17;
    text-decoration: none;
}
/*----------------- blog page -----------------*/
.left_content {
	float: left;
    width: 100%;
}
.left_content .search-form {
    padding: 20px 0;
}
.left_content .search-form label {
	font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
.left_content .search-form .search-field {    
    vertical-align: top;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;	
	display: inline-block;
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    margin-bottom: 10px;
    border: 0px solid #ccc;
    background-color: #fff;
    font-size: 16px;
    color: #6b6b6b;
    line-height: normal;
}
.left_content .search-form .search-submit {
    display: inline-block;
    min-width: auto;
    padding: 14px 30px;
    margin-bottom: 0;
    background-color: #1e9c17;
    border: none;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
}
.left_content .search-form .search-submit:hover {
    background-color: #076402;
    text-decoration: none;
}
.left_content .search-submit .screen-reader-text {
    position: inherit!important;
}
.blog_items {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #6b6b6b;
}
.blog_items p {
	color: #fff;
}
.blog_items img {
    margin-bottom: 20px;
}
.blog_items h2 {
    margin: 0 0 20px 0;
	font-family: 'Squada One', cursive;
    font-size: 43px;
    color: #1e9c17;
    line-height: 43px;
}
.blog_items h2 a {
    color: #333333;
}
.blog_items h2 a:hover {
    color: #e46c33;
}
.blog_items h3 {
	margin: 0 0 20px 0;
    font-size: 26px;
    text-transform: uppercase;
    /* color: #bbbbbb; */
    font-weight: 300;
}
.blog_items .blog_thumb {
	position:relative;
}
.blog_items .blog_thumb h5 {
	position:absolute;
	top:10px;
	right:10px;
	display: block;
    padding: 5px 15px;
	margin:0;
    background: #1e9c17;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 26px;
}
.blog_items .blog_thumb h5 a {
    color: #ffffff;
}
.left_content .blog_items a.read-more {
    display: inline-block;
    min-width: auto;
    padding: 14px 30px;
    margin-bottom: 0;
    background-color: #1e9c17;
    border: none;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
}
.left_content .blog_items a.read-more:hover {
   background-color: #076402;
    text-decoration: none;
}
.blog_items .publish-date-time {
    margin: 0 0 10px 0;
	font-size: 14px;
    color: #464c4f;
}
.blog_items .share #os-share-more {
	transform: translateX(-50%);
}
.single .blog_items {
	margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: none;
}
.blog_sidebar {
	margin-bottom: 30px;
}
.blog_sidebar .title {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #6b6b6b;
	font-family: 'Squada One', cursive;
    font-size: 32px;
    color: #1e9c17;
    line-height: normal;
    text-transform: uppercase;
}
.blog_sidebar .search-form label {
    display: none
}
.blog_sidebar .search-form .search-field {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    margin-bottom: 10px;
    border: 0px solid #ccc;
    background-color: #fff;
    font-size: 16px;
    color: #6b6b6b;
    line-height: normal;
}
.blog_sidebar .search-form .search-submit {
    display: inline-block;
    min-width: auto;
    padding: 14px 30px;
    margin-bottom: 0;
    background-color: #1e9c17;
    border: none;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal
}
.blog_sidebar .search-form .search-submit:hover {
    background-color: #076402;
    text-decoration: none
}
.blog_sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
/*.blog_sidebar ul li {
	margin-bottom: 10px;
	padding-left: 14px;
	background: url(../images/right_bullet.png) no-repeat left 5px;
	font-size: 16px;
	font-weight:700;
}
.blog_sidebar ul li.hover {
	background: url(../images/right_bullet_hov.png) no-repeat left 5px;
}*/
.blog_sidebar ul li:last-child {
	margin-bottom: 0px;
}
.blog_sidebar ul li a {
	color: #fff;
	text-decoration: none;
}
.blog_sidebar ul li a:hover {
	color: #1e9c17;
	text-decoration: none;
}
.blog_sidebar .search-submit .screen-reader-text {
    position: inherit!important;
	clip-path: inherit;
}
.blog_items .blog-read-more {
    display: inline-block;
    width: auto;
    padding: 10px 30px;
    margin: 0;
    border: 0px solid #e46c33;
    background-color: #1e9c17;
    border-radius: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none;
    transition: all ease-in 0.2s;
}
.blog_items .blog-read-more:hover {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}
.pagination {
	float: left;
	width: 100%;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	text-align: center;
}
.pagination ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.pagination ul li {
	display: inline-block;
	width: auto;
	padding: 0px 7px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.pagination ul li a {
	display: block;
	padding: 10px 17px;
	border: 1px solid #1e9c17;
	color: #fff;
	text-decoration: none;
}
.pagination ul li a:hover {
	border: 1px solid #1e9c17;
	background: #1e9c17;
	color: #ffffff;
}
.pagination ul li.active .current {
	display: block;
	padding: 10px 17px;
    border: 1px solid #1e9c17;
    background: #1e9c17;
	color: #ffffff;
}
.user_cmt_box {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 30px 0 0 0;
	border-top: 1px solid #cccccc;
}
.user_cmt_box h3 {
	margin: 0px;
	padding-bottom: 20px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}
.user_cmt_box .media_list {
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
}
.user_cmt_box .media_list .blog-user-image {
	display: inline-block;
	width: 69px;
}
.user_cmt_box .media_list .blog-user-image img {
	border-radius: 50%;
}
.user_cmt_box .media_list .blog-user-comment-body {
	float: right;
	width: calc(100% - 69px);
	padding: 0px 12px;
	box-sizing: border-box;
}
.user_cmt_box .media_list .blog-user-comment-body .user_name {
	display: inline-block;
	width: auto;
	padding-right: 10px;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
}
.user_cmt_box .media_list .blog-user-comment-body .date {
	display: inline-block;
	width: auto;
	padding-right: 10px;
	font-size: 16px;
	color: #666666;
	font-weight: 400;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply {
	display: inline-block;
	width: auto;
	font-size: 16px;
	color: #666666;
	font-weight: 400;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply a {
	color: #666666;
	text-decoration: none;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply a:hover {
	color: #e46c33;
}
.user_cmt_box .media_list .blog-user-comment-body p {
	margin: 0px;
	padding: 5px 0px;
	font-size: 15px;
	color: #333;
	font-weight: 400;
	line-height: 22px;
}
.user_cmt_box .children {
	margin: 0;
	padding-left: 40px;
}
.heateor_sc_social_comments {
	float: left;
    width: 100%;
    margin: 30px 0 20px 0;
    padding: 30px 0 0 0;
    border-top: 1px dashed #cccccc;
}
.comment-reply-title {
	margin: 0px;
	font-family: 'Squada One', cursive;
    font-size: 42px;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
}
.comments_form {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 30px 0 0 0;
	border-top: 1px dashed #cccccc;
}
.comment-respond h3 {
	margin: 0px;
	font-family: 'Squada One', cursive;
    font-size: 42px;
    color: #1e9c17;
    line-height: normal;
    text-transform: uppercase;
}
.comment-respond h3 small {
	padding-left: 10px;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}
.comment-respond a {
	color: #fff;
	text-decoration: none;
}
.comment-respond a:hover {
	color: #1e9c17;
	text-decoration: none;
}
.comment-respond p {
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
	margin: 0px;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	line-height: normal;
}
.comment-respond p label {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #fff;
}
.comment-respond p textarea {
	float: left;
	width: 100%;
	height: 100px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.10);
	border: 1px solid #1c7d1b;
	outline: 0;
	font-size: 16px;
	color: #fff;
	resize: none;
}
.comment-respond p input {
	float: left;
	width: 100%;
	height: 50px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.10);
	border: 1px solid #1c7d1b;
	outline: 0;
	font-size: 16px;
	color: #fff;
}
.comment-respond p input[type="checkbox"] {
	width: auto;
    height: auto;
}
.comment-respond p.comment-form-cookies-consent input {
	float: left;
	width: 2%;
	height: 16px;
	padding: 0px;
	margin: 0 2.5% 0 15.5%;
	background-color: transparent;
	border: none;
}
.comment-respond p.comment-form-cookies-consent label {
	float: left;
	width: 70%;
	margin: 0;
	padding-right: 0px;
	font-size: 16px;
	text-align: left;
}
.comment-respond p .submit {
	float: left;
	width: auto;
	height: auto;
	padding: 15px 30px;
	border: none;
	background-color: #1e9c17;
	transition: all 1.3s ease;
	font-size: 16px;
	color: #fff;
}
.comment-respond p .submit:hover {
	background-color: #076402;
	color: #fff;
}
.yarpp-related-widget .movie_sec {
	padding-top: 0px;
}
.blog_items .meta_box { 
	width:100%;
	margin-bottom:10px;
	display: inline-block;
}
.blog_items .post-meta {
    color: #7e7e7e;
	width: 60%;
	float:left;
	font-size: 14px;
}
.blog_items .post-meta .avatar {
    margin-right: 10px;
	margin-bottom:0px;
}
.blog_items .post-meta a { color:#7e7e7e;}
.blog_items .post-meta a:hover { color:#1e9c17;}
.blog_items .post-meta i { color: #1e9c17; }
.blog_items .share {
    width: auto;
    float: right;
}
.blog_items iframe {
	width:100%;
    height: 400px;
    margin: 20px 0;
}
.left_content .blog_items span {
	font-family: 'Roboto', sans-serif!important;
	font-size: 18px!important;
	color: #ffffff;
	font-weight: 400;
	line-height:28px;
}
.left_content .blog_items a {
	color: #1e9c17;
	text-decoration:none;
}
.left_content .blog_items a:hover {
	color: #fff;
}
.add_banner {
	text-align: center;
}
.add_banner .title {
    padding: 0 0 15px 0;
	margin: 0 0 0px 0;
    border-bottom: 0px solid #6b6b6b;
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: normal;
	text-transform: capitalize;
}
.recent-post {}
.recent-post .srpw-img {
	width: auto;
    display: inline-block;
	border: 1px solid #1e9c17;
	overflow: hidden;
    height: 100px;
}
.recent-post .srpw-content {
	width: auto;
    display: table-cell;
	color: #fff;
}
.recent-post .srpw-content .srpw-title {
	font-size:15px;
	font-weight:700;
}
.left_content .tag_box {
	width:100%;
	float:left;
	margin:20px 0 0 0;
}
.left_content .tag_box i {
	color: #ffffff;
}
.left_content .tag_box a {
    color: #ffffff;
    text-decoration: none;
    background: #1e9c17;
    font-size: 14px;
    padding: 4px 10px;
	margin-bottom: 5px;
    display: inline-block;
}
.left_content .tag_box a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #198613;
}

/*----------------- products page -----------------*/
.product_section {
	padding-top: 30px;
    padding-bottom: 0px;
	background: #000000 url(../images/inner_bg.png) center center no-repeat;
    background-attachment: fixed;
}
.product_section h1 {
    margin: 0 0 20px 0;
    font-family: 'Squada One', cursive;
    font-size: 48px;
    color: #ffffff;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
}
.product_section .content {
	padding-top: 10px;
}
.product_content {}
.product_content .woocommerce-ordering select {
	font-size: 16px;
}
.woocommerce .woocommerce-ordering select {
	padding: 5px 7px;
	color: #000;
}
.woocommerce .woocommerce-ordering select option {
	color: #fff;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
	position: relative;
	width: 31.75%;
	margin-right: 2.3%;
	margin-bottom: 3.8%;
	text-align: left;
}
.woocommerce ul.products.columns-3 li.last,
.woocommerce-page ul.products.columns-3 li.last {
	margin-right: 0;
}
.woocommerce ul.products.columns-3 li.product span.onsale {
	min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
	margin: -.5em -.5em 0 0;
	border-radius: 100%;
    background-color: #77a464;
    font-size: .857em;
	color: #fff;
	font-weight: 700;
    line-height: 2.836em;
    text-align: center;
	position: absolute;
	top: 0;
    right: 0;
	z-index: 9;
}
.woocommerce ul.products li.product a img {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	padding: 0;
	margin: 0 0 15px 0;
    font-family: 'Squada One', cursive;
    font-size: 25px;
    color: #ffffff;
    line-height: 25px;
    text-transform: uppercase;
    min-height: 50px;
	text-align: left;
}
.attachment-pbf_wc_small {
	border: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.woocommerce ul.products li.product .price {
	display: block;
	margin: 0 0 15px 0;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	line-height: normal;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}
.woocommerce ul.products li.product .button {
	display: inline-block;
	width: auto;
	padding: 10px 17px;
	margin: 0;
	border: 0px solid #d5241b;
	background-color: #1e9c17;
	border-radius: 0px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	transition: all ease-in 0.2s;
	text-transform: uppercase;
}
.woocommerce ul.products li.product .button:hover {
	background-color: #076402;
	color: #ffffff;
	text-decoration: none;
}
.woocommerce a.added_to_cart {
    padding-top: 0em;
    display: inline-block;
    width: auto;
    background: white;
    padding: 10px 14px;
    font-size: 16px;
	color: #000;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}
.woocommerce a.added_to_cart:hover {
	background-color: #1e9c17;
	color: #ffffff;
	text-decoration: none;
}
body.archive .woocommerce-product-details__short-description { 
	display: none;
}
.woocommerce span.onsale {
    padding: 0;
    font-size: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	margin-right: 10px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 13px 18px;
	border: 1px solid #d7d7d7;
	font-size: 16px;
	color: #9e9e9e;
    font-weight: 700;
	line-height: 19px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
	padding: 13px 12px;
    font-size: 21px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	border-color: #7b2816;
	background: #7b2816;
    color: #ffffff;
}
.woocommerce a.remove {
    margin: 0 auto;
}
/* WooCommerce 3.0 Gallery */
.woocommerce-product-gallery {
	position: relative;
	margin-bottom: 3em
}
.woocommerce-product-gallery figure {
	margin: 0
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block
}
.woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	float: left;
	cursor: pointer
}
.woocommerce-product-gallery .flex-control-thumbs img {
	opacity: .5
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
	opacity: 1
}
.woocommerce-product-gallery img {
	display: block
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 33.3333%
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 25%
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 20%
}
.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 99;
}
a.woocommerce-product-gallery__trigger {
	text-decoration: none;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .875em;
	right: .875em;
	display: block;
	height: 2em;
	width: 2em;
	border-radius: 3px;
	z-index: 99;
	text-align: center;
	text-indent: -999px;
	overflow: hidden;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	background-color: #1e9c17 !important;
	color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
	background-color: #076402 !important;
	color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
	font: normal normal normal 1em/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	content: "\f00e";
	line-height: 2;
	text-indent: 0;
	border-color: #ffffff !important;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
	background: #ffffff !important;
}
.product_meta .posted_in{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
/*----------------- woocommerce pages -----------------*/
.woocommerce div.product .product_title {
	text-align: left;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-size: 28px;
    color: #1e9c17;
    font-weight: 700;
}
.woocommerce .quantity .qty {
	height: 45px;
    border: 1px solid #a9a9a9;
	border-radius: 0px;
    background: transparent;
	color: #fff;
}
.woocommerce div.product .woocommerce-tabs .panel {
	padding-bottom: 20px;
}
.woocommerce-info {
    border-top-color: #1e9c17;
}
.woocommerce-info a {
    color: #1e9c17;
	text-decoration:none;
}
.woocommerce-info a:hover {
    color: #000;
}
.woocommerce-info::before {
	color: #1e9c17;
}
.woocommerce table.cart td.actions .coupon .input-text {
	width: 120px;
	padding: 8px 10px 8px;
    background: transparent;
}
.woocommerce .checkout-button {
	text-transform:uppercase;
}
.woocommerce .woocommerce-form-coupon .form-row input.input-text {
    height: 35px;
	padding: 4px 10px;
	border-radius: 4px;
    border: 1px solid #a9a9a9;
}
.woocommerce form .form-row input.input-text {
    height: 40px;
	padding: 4px 10px;
	border-radius: 4px;
    border: 1px solid #a9a9a9;
}
.woocommerce form .form-row textarea {
	height: 7em;
	padding: 10px 10px;
	border-radius: 0px;
    border: 1px solid #969696;
	resize: vertical;
	background: transparent;
}
.select2-container--default .select2-selection--single {
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}
.woocommerce a.button,
.woocommerce button.button {
	border: 0px solid #000000;
    background-color: #1e9c17!important;
    color: #fff !important;
    text-decoration: none;
    transition: all ease-in 0.2s;
    border-radius: 0;
    padding: 14px 20px 13px 20px;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover {
    background-color: #076402!important;
	color: #ffffff !important;
	text-decoration: none;
}
.woocommerce div.product form.cart .button {
    padding: 14px 20px 13px 20px;
}
.woocommerce p.stars a {
    color: #ffab28;
	margin-right: 3px;
}
.woocommerce-Tabs-panel h2 {
	color:#202020;
}
.products h2 {
	color:#202020;
}
.woocommerce-cart #header, 
.woocommerce-checkout #header { border-bottom:2px solid #000000; }
.woocommerce .woocommerce-checkout label {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
}
.woocommerce form .form-row input.input-text {
    height: 45px;
    padding: 10px 10px;
    border-radius: 0px;
    border: 1px solid #969696;
    background: transparent;
}
.select2-container--default .select2-selection--single {
	height: 45px;
    background-color: transparent;
    border: 1px solid #aaa;
    border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
	color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}
.select2-results__option[aria-selected], .select2-results__option[data-selected] {
    cursor: pointer;
    color: #000;
}
.woocommerce-billing-fields h3, #order_review_heading {     
	font-family: 'Squada One', cursive;
    font-size: 35px;
    color: #1e9c17;
}
.woocommerce-thankyou-order-received {
	font-size: 40px;
    padding: 0 0 30px 0;
    font-family: 'Squada One', cursive;
    color: #fff;
}
.woocommerce .woocommerce-additional-fields h3 {
	font-family: 'Squada One', cursive;
    font-size: 35px;
    color: #1e9c17;
}
.woocommerce-order ul.order_details {
    padding-left: 0;
}
.woocommerce ul.products li.product a {
	overflow: hidden;
	cursor:pointer;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #353535;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #565656;
}
/*.woocommerce ul.products li.product a img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  transform: scale(1.01);
}
.woocommerce ul.products li.product a:hover img {
	-webkit-transform: scale(1.08);
  transform: scale(1.08);
}*/
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
	content:none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "";
    text-decoration: none;
    color: #a00;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 0em;
    margin: 0 0 0em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0px solid #d3ced2;
    background-color: #ffffff;
    border-radius: 4px 4px 0 0;
    margin: 0 5px 0 0px;
    padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #1e9c17;
    z-index: 2;
    border-bottom-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #1e9c17;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: 0px 0px 0 #1e9c17;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 0px 0px;
    box-shadow: -2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 0px 0px 0;
    box-shadow: 2px 2px 0 #ebe9eb;
}
.woocommerce-Tabs-panel h2 {
    color: #1e9c17;
    font-family: 'Squada One', cursive;
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
}
.products h2 {
	margin: 0 0 40px 0;
    color: #1e9c17;
    font-family: 'Squada One', cursive;
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
}
.woocommerce-tabs .panel {
    background-color: transparent;
    border: 0px solid transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #1e9c17;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #1e9c17;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0 0 0px 0;
    padding: 0px;
	border-bottom:1px solid #078800;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	color:#fff;
	padding: 10px 20px;
	width: 100%;
    display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
	color:#fff;
	background: #078800;
	text-decoration:none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
	background: #078800;
	color:#fff;
	text-decoration:none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color:#fff;
	text-decoration:none;
}
.woocommerce .edit-account label {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
}
.woocommerce h2 {
    margin: 0 0 20px 0;
    color: #1e9c17;
    font-family: 'Squada One', cursive;
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
	text-align: center;
}
.woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em auto;
    text-align: left;
    border-radius: 5px;
    width: 600px;
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
	margin: 0 0 20px 0;
    color: #1e9c17;
    font-family: 'Squada One', cursive;
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block; 
	font-size: 16px;
    color: #ffffff;
    font-weight: 700;
}
.woocommerce .edit-account fieldset {
	margin-top: 30px;
}
.woocommerce .edit-account legend {
    border-bottom: 1px solid #969696;
    color: #1e9c17;
    font-family: 'Squada One', cursive;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}
.woocommerce .woocommerce-Address {
	border: 1px solid #000000;
    padding: 20px;
    margin-top: 15px;
}
.woocommerce-account .addresses .title h3 {
    margin: 0 0 20px 0;
    color: #fff;
    font-family: 'Squada One', cursive;
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
}
.woocommerce-account .addresses .title .edit {
    float: right;
    color: #1e9c17;
    text-transform: uppercase;
    font-weight: 700;
}
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
    text-transform: uppercase;
}
.woocommerce table.shop_table thead {
    background: #1e9c17;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
}
.woocommerce-message {
    border-top-color: #000000;
}
.woocommerce-message::before {
    content: '\e015';
    color: #000000;
}
.woocommerce div.product form.cart .variations select {
    background: black;
    padding: 7px;
}
.product_section .variations label {
	margin: 8px 0 0 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}
.product_section .summary p {
	margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 26px;
    color: #b5b5b5;
}
.woocommerce .woocommerce-result-count {
    color: #fff;
}
.woocommerce .woocommerce-ordering {
    color: #fff;
}
.woocommerce .woocommerce-ordering select option {
    background: black;
}
.woocommerce-account .woocommerce-MyAccount-content {
    color:#FFFFFF;
}
.woocommerce-account .woocommerce-MyAccount-content a {
    color:#1e9c17;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color:#fff;
}
.woocommerce-account .woocommerce-MyAccount-content h2, .tinv-wishlist .tinv-header h2 {
	text-align:left;
}
.woocommerce form .form-row input.input-text {
    border: 1px solid #1e9c17;
    color: #fff;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    color: #fff;
}
.woocommerce .product_meta {
    color: #fff;
}
.woocommerce .product_meta a {
	color: #1e9c17;
	text-decoration:none;
}
.woocommerce .product_meta a:hover {
	color: #fff;
}
.woocommerce .sku_wrapper {
	width: 100%;
    display: inline-block;
}
.woocommerce .posted_in {
	width: 100%;
    display: inline-block;
}
.woocommerce .tagged_as {
	width: 100%;
    display: inline-block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
	border: 0;
}
.woocommerce-Tabs-panel {
	color: #fff;
}
.woocommerce-Tabs-panel h2 {
	text-align:left;
    margin: 30px 0 20px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {    
	border: 0;	
}
.variable-items-wrapper [data-wvstooltip]:before {
    background-color: rgb(30, 156, 23)!important;
}
.variable-items-wrapper [data-wvstooltip]:after {
    border-top: 5px solid rgb(30, 156, 23)!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    width: 0px;
    height: 0px;
}
.woocommerce table.shop_table { color: #fff; }
.tinv-wishlist table th {
    color: #1e9c17;
	text-transform:uppercase;
}
.tinv-wishlist table td {
    color: #fff;
}
.tinv-wishlist .social-buttons {
    color: #fff;
}
.tinvwl-input-group .form-control {
    height: 45px; 
}

/*---------------- BBPress Forums ---------------------*/
.bbp-template-notice.info {
    border: #cee1ef 0px solid!important;
    background-color: transparent!important;
    color: #fff;
	padding: 0 0em;
	width: 90%;
    display: inline-block;
    margin: 0 20px 10px 0;
}
#bbpress-forums li.bbp-header ul {
	text-transform: uppercase;
}
#bbpress-forums ul, #bbpress-forums.bbpress-wrapper ul {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 26px;
}
div.bbp-template-notice li, div.bbp-template-notice p {
    font-size: 14px;
	margin-top: 0!important;
	font-weight: 700;
}
#bbpress-forums a {
    box-shadow: none;
    border: none;
    transition: none;
    color: #fff;
	font-weight: 700;
    font-size: 15px;
}
#bbpress-forums a:hover {
    color: #1e9c17;
	text-decoration:none;
}
#bbpress-forums .bbp-admin-links a, #bbpress-forums a.bbp-reply-permalink {
    box-shadow: none;
    border: none;
    transition: none;
    color: #fff;
}
#bbpress-forums .bbp-admin-links a:hover, #bbpress-forums a.bbp-reply-permalink:hover {
    color: #000;
	text-decoration:none;
}
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
    line-height: 26px;
    border: 1px solid #1e9c17;
}
#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header {
    background: #1e9c17;
    border-top: 0px solid #1e9c17;
}
div.bbp-breadcrumb, div.bbp-topic-tags {
    font-size: 14px;
    color: #1e9c17;
}
#bbpress-forums ul, #bbpress-forums.bbpress-wrapper ul {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 26px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    font-size: 15px;
    font-weight: 700;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
    text-align: left;
    float: right;
}
#bbpress-forums div.odd, #bbpress-forums ul.odd {
    background-color: transparent;
}
#bbpress-forums div.even, #bbpress-forums ul.even {
    background-color: transparent;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    border-top: 1px solid #1e9c17;
    padding: 8px;
}
.bbp-pagination-count {
    color: #fff;
}
#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-reply-header, #bbpress-forums div.bbp-topic-header {
    background-color: #1b7916;
}
div.bbp-forum-header, div.bbp-reply-header, div.bbp-topic-header {
    border-top: 1px solid #077700;
}
#bbpress-forums fieldset.bbp-form legend {
    font-size: 24px;
    font-family: 'Squada One', cursive;
	color: #1e9c17;
}
div.bbp-template-notice, div.indicator-hint {
    background-color: transparent;
    border-color: #1e9c17;
    color: #fff;
}
#bbpress-forums div.wp-editor-container {
    border: 1px solid #1e9c17;
}
.quicktags-toolbar {
    border-bottom: 1px solid #1e9c17!important;
    background: #1e9c17!important;
}
#bbpress-forums div.bbp-the-content-wrapper input[type=button] {
    font-size: 13px;
    color: #fff;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    font-size: 14px;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
}
#bbpress-forums fieldset.bbp-form input[type=text] {
    min-height: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #1e9c17;
	color: #fff;
    font-size: 16px;
	width: 20%;
}
#bbpress-forums fieldset.bbp-form select {
    min-height: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #1e9c17;
	color: #fff;
    font-size: 16px;
}
#bbpress-forums fieldset.bbp-form select option {
	background: #000;
}
#bbpress-forums fieldset.bbp-form label {
    color: #fff;
    font-size: 14px;
}
.bbp-submit-wrapper {
    float: left!important;
}
.bbp-submit-wrapper button {
    padding: 10px 30px;
    background: #1e9c17;
    font-size: 16px;
    color: #ffffff;
}
.bbp-submit-wrapper button:hover {
    background: #147b0e;
}
.bbp-user-profile {
	color:#FFFFFF;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    background: #1e9c17;
    opacity: 1;
	color: #fff;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
    font-size: 2.6em;
    font-family: 'Squada One', cursive;
    color: #1e9c17;
	text-transform: uppercase;
}
.bbp-search-form input[type="submit"] {
    padding: 11px 30px;
    background: #1e9c17;
    font-size: 16px;
    color: #ffffff;
	float: right;
}
.bbp-search-form input[type="submit"]:hover {
    background: #147b0e;
}
#bbpress-forums div.bbp-search-form {
    margin-bottom: 10px;
}
.bbp-search-form input {
    padding: 11px 11px 12px 11px;
    border: 0;
	float: left;
}
.bbp-login-form .bbp-password input {
	padding: 8px;
    height: 40px;
    background: transparent;
    border: 1px solid #1e9c17;
	width: 20%;
}
.shield-user-options-block {
	color: #fff;
}
#bbpress-forums fieldset.bbp-form p {
    border: 0px solid #dddddd;
    margin: 10px 0 12px !important;
    background-color: transparent;
}
#bbpress-forums #bbp-your-profile fieldset.submit {
    padding: 20px 0px 0;
}
#bbpress-forums #bbp-your-profile fieldset button {
    padding: 10px 30px;
    background: #1e9c17;
    font-size: 16px;
    color: #ffffff;
	float: left!important;
}
#bbpress-forums #bbp-your-profile fieldset button:hover {
    background: #147b0e;
}
#bbpress-forums .bbp-pagination-links a, #bbpress-forums .bbp-pagination-links span.current {
    font-size: 14px;
    line-height: 20px;
    padding: 3px 8px;
    border: 1px solid #1e9c17;
    color: #fff;
}
#bbpress-forums .bbp-pagination-links a:hover, #bbpress-forums .bbp-pagination-links span.current, #bbpress-forums .bbp-topic-pagination a:hover {
    background: #1e9c17;
    opacity: 1;
    border: 1px solid #1e9c17;
    color: #fff;
}
#bbpress-forums #bbp-your-profile fieldset input, #bbpress-forums #bbp-your-profile fieldset textarea {
    background-color: transparent;
    border: 1px solid #1e9c17;
	color: #fff;
    font-size: 16px;
}
#bbpress-forums #bbp-your-profile fieldset select {
    background-color: transparent;
    border: 1px solid #1e9c17;
}
#bbpress-forums #bbp-your-profile fieldset select option {
    background-color: #000;
}
#bbpress-forums .bbp-topic-title > a {
	font-family: 'Squada One', cursive;
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 400;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
    font-size: 20px;
    font-family: 'Squada One', cursive;
}
#bbpress-forums .bbp-user-section h3 {
	font-size: 24px;
    font-family: 'Squada One', cursive;
	text-transform: uppercase;
}
.point_total_box {
	margin:0 0 30px 0;
	background: #1e9c17;
    padding: 20px;
    width: 30%;
	color: #fff;
}
.point_total_box h2 {
	margin:0 0 20px 0;
	font-size: 30px;
    font-family: 'Squada One', cursive;
	text-transform: uppercase;
	color: #fff;
}
.mycred-history-wrapper {
	color: #fff;
	margin-bottom: 10px;
}
.mycred-history-wrapper .table thead, .mycred-history-wrapper .table tfoot {
	background:#1e9c17;
	color:#fff;
	text-transform:uppercase;
}
.mycred-history-wrapper .table thead th, .mycred-history-wrapper .table tbody td, .mycred-history-wrapper .table tfoot th {
	padding: 10px 10px;
}
.mycred-history-wrapper .table > thead > tr > th {
    border-color:#1e9c17;
}
.mycred-history-wrapper .table > tbody > tr > td {
    border-color:#1e9c17;
}
.mycred-history-wrapper .table tfoot th {
	border-color:#1e9c17;
}

.mycred-hook-table {
	color:#fff;
}
.mycred-hook-table thead {
	background:#1e9c17;
	color:#fff;
	text-transform:uppercase;
}
.mycred-hook-table thead th, .mycred-hook-table tbody td {
	padding: 10px 10px;
}
.mycred-hook-table > thead > tr > th {
    border-color:#1e9c17;
}
.mycred-hook-table > tbody > tr > td {
    border-color:#1e9c17;
}

.forums_sec {
	padding-top: 50px;
}
.forums_sec h2 {
    margin: 0 0 30px 0;
    font-family: 'Squada One', cursive;
    font-size: 45px;
    color: #ffffff;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
}
.forums_sec .forums_list ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.forums_sec .forums_list ul li {
	margin: 0 0 3px 0;
    color: #FFFFFF;
    border-bottom: 3px solid #333;
    padding-bottom: 10px;
}
.forums_sec .forums_list ul li a.bbp-forum-title {
	margin: 0 0 5px 0;
    display: inline-block;
	font-family: 'Squada One', cursive;
    font-size: 24px;
    color: #1e9c17;
    font-weight: 400;
    line-height: 30px;    
}
.forums_sec .forums_list ul li a.bbp-forum-title:hover {
    color: #fff;
	text-decoration:none;
}
.forums_sec .viewall {
    float: left;
    width: 100%;
	padding: 10px 0px;
    background: #1e9c17;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-in-out;
    margin-top: 20px;
}
.forums_sec .viewall:hover {
    background: #076402;
}


/*-------------- ProfileGrid ----------------*/
.pm-group-view .pm-profile-title-header {
    color: #fff;
}
.pmagic .pm-border-bt {
    border-color: rgb(72, 72, 72);
	font-size: 16px;
}
.pmagic .pm-group-view #pg-profile-tabs {
    color: #fff;
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab a:hover{
    color: #1e9c17;
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab a.active {
    color: #1e9c17;
	font-weight:bold;
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab a.active ~ .pm-border-slide {
    background: #1e9c17!important;
}
.pmagic .pm-profile-tab-wrap .pm-profile-tab:hover .pm-border-slide {
    background: #1e9c17!important;
}
.pmagic .pm-border {
    border-color: rgb(30, 156, 23);
}
.pmagic .pm-bg {
    background-color: rgba(38, 243, 26, 0.6);
    color: #fff;
}
.pmagic .pm-group-view .pm-section-nav-vertical ul li {
    padding: 0em;
}
.pmagic .pm-group-view .pm-section-nav-vertical ul li a {
    padding: 1em;
    background: #1e9c17;
	margin-bottom:1px;
}
.pmagic .pm-group-view .pm-section-nav-vertical ul li a:hover {
    padding: 1em;
    background: #076402;
	margin-bottom:1px;
	color: #fff;
}
.pmagic .pm-group-view .pm-section-nav-vertical ul li a.active {
    padding: 1em;
    background: #076402;
	margin-bottom:1px;
	color: #fff;
}
.pmagic-form .pm-field-lable label {
    margin-bottom: 0px;
    color: #ffffff!important;
    padding-top: 10px;
}
#pg-settings .pmagic-form input {
	height: 45px;
    padding: 10px;
	background: transparent;
    border: 1px solid #1e9c17;
}
#pg-settings .pmagic-form select {
    line-height: 26px;
    background: transparent;
    border: 1px solid #1e9c17;
    color: #fff;
}
#pg-settings .pmagic-form select option {
	color: #000;
}
#pg-settings .pmagic-form .buttonarea {
	text-align: left;
    padding-left: 33%;
}
#pg-settings .pmagic-form .buttonarea input[type=submit] {
	border: 0px solid #000000;
    background-color: #1e9c17!important;
    color: #fff !important;
    text-decoration: none;
    transition: all ease-in 0.2s;
    border-radius: 0;
    padding: 14px 30px 13px 30px;
    float: left;
    margin-left: 0px;
}
#pg-settings .pmagic-form .buttonarea input[type=submit]:hover {
    background-color: #076402!important;
    color: #ffffff !important;
    text-decoration: none;
}
.pmagic .notification-count {
    color: rgb(255, 255, 255);
}
#pg-blog .pg-blog-head .pg-new-blog-button a {
	font-size: 18px;
    text-transform: uppercase;
}
.pmagic .pm-login-box {
    border-color: #fff;
}
.pmagic .pm-login-header h3 {
	text-transform:uppercase;
}
.pm-login-box .pmagic-form {
    background-color: transparent;
}
.pm-login-box .pm-login-box-bottom-container {
	background-color: transparent;
	border-color: rgb(255, 255, 255);
}
.pmagic .pm-login-box input[type=text], .pmagic .pm-login-box input[type=password] {
    padding: 0.3em 0.6em!important;
    font-size: 1.3em;
    border: 1px solid #1e9c17;
    color: #fff;
    min-height: 2.7em;
}
.pmagic .pm-login-box input#user_login, .pmagic .pm-login-box input#user_pass {
    background-color: transparent!important;
}
.pmagic .pm-login-box input::placeholder, .pmagic .pm-login-box input::placeholder {
	font-size: 16px;
	padding: 0.3em 0.6em!important;
	min-height: 2.7em;
}
.pmagic .pm-login-box input[type=submit] {
	border: 0px solid #000000;
    background-color: #1e9c17!important;
    color: #fff !important;
    text-decoration: none;
    transition: all ease-in 0.2s;
    border-radius: 0;
    padding: 14px 30px 13px 30px;
    float: left;
    margin-left: 10px;
}
.pmagic .pm-login-box input[type=submit]:hover {
    background-color: #076402!important;
    color: #ffffff !important;
    text-decoration: none;
}
.pmagic .pmrow input, .pmagic .pmrow textarea, .pmagic .pmrow select {
    background: transparent;
    border: 1px solid #1e9c17;
    padding: 10px;
    color: #fff;
}
.pmagic .pm-field-input {
    width: 60%;
    color: #fff;
}
#wp-blog_description-editor-container button:hover {
    background: #1e9c17;
    color: #ffffff!important;
    text-decoration: none;
}
.pmagic .buttonarea {
	text-align: left;
    padding-left: 30%;
}
.pmagic .buttonarea input[type=submit] {
	border: 0px solid #000000;
    background-color: #1e9c17!important;
    color: #fff !important;
    text-decoration: none;
    transition: all ease-in 0.2s;
    border-radius: 0;
    padding: 14px 30px 13px 30px;
    float: left;
    margin-left: 0px;
}
.pmagic .buttonarea input[type=submit]:hover {
    background-color: #076402!important;
    color: #ffffff !important;
    text-decoration: none;
}
.pmagic .pm_button {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}
.signup_btn {
    display: table;
    border: 0px solid #000000;
    background-color: #1e9c17!important;
    color: #fff !important;
    text-decoration: none;
    transition: all ease-in 0.2s;
    border-radius: 0;
    padding: 14px 30px 13px 30px;
    width: auto;
    text-align: center;
    margin: 20px auto 0 auto;
    text-transform: uppercase;
}
.signup_btn:hover {
    background-color: #076402!important;
    color: #ffffff !important;
    text-decoration: none;
}
.pmagic legend {
    font-size: 1.8em;
    color: #1e9c17;
    text-transform: uppercase;
}
.pm-group-view .pm-section .pm-section-content .pm-section-wrapper {
    padding-left: 0;
    margin-top: 20px;
}
.pmagic .pm-group-blog-post-notice:before {
    background-color: rgb(30, 156, 23);
}
.pmagic .pm-notification-close {
    background-color: rgb(30, 156, 23);
}
.pm-notification-buttons a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.pmagic .pm-group-view .pm-user-group-name a {
    color: #fff;
    color: rgba(255, 255, 255, 0.75);
}
.pmagic .pm-radio-option {
    color: #fff;
    min-width: 40px;
}
.pmagic .pm-radio-option label {
    color: #fff;
}
.pm-group-signup .pm_button button:hover {
	background: #ffffff;
    color: #1e9c17;
    text-decoration: none;
}
.pg-group-filters-head .pg-group-sorting-rs .pg-member-search input[type="text"] {
    background-color: transparent;
    border: 1px solid #fff;
}
.pmagic .pg-group-sorting-rs .pg-member-search input::placeholder {
	color: #ffffff;	
}
#pg_members_grid_view .pm-user-card-title a:hover {
	color: #ffffff;
	text-decoration:underline;
}
.pmagic .pg-group-filters-head .pg-members-sortby .pg-sort-dropdown select {
    background-color: transparent!important;
    height: 36px;
    border: 1px solid #fff!important;
}
.pmagic .pg-group-filters-head .pg-members-sortby .pg-sort-dropdown select option {
	color: #000;
}
.pmagic .pg-members-sortby .pg-sort-dropdown select {
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, rgba(204, 204, 204, 0.25), rgba(204, 204, 204, 0.25)) !important;
}
.pmagic .pm-profile-tab-wrap li.pg-group-setting {
    color: #fff;
}
#pg_members_grid_view .pm-bg-lt {
    background-color: rgba(30, 156, 23, 0.77);
}
ul.page-numbers li span.current {
    background: rgb(30, 156, 23) !important;
}


#bbpress-forums #bbp-your-profile .form-table {
	color:#FFFFFF;
	width:100%;
}
#bbpress-forums #bbp-your-profile .form-table tr {
	margin-top: 10px;
	margin-bottom: 10px;
    width: 100%;
    display: inline-table;
}
#bbpress-forums #bbp-your-profile .form-table th {
	width:50%;
}
#bbpress-forums #bbp-your-profile .form-table th label {
	color:#FFFFFF;
}
#bbpress-forums #bbp-your-profile .form-table td .pm-radio-option {
	display: inline-block;
	width:auto;
	margin-right:20px;
}
#bbpress-forums #bbp-your-profile .form-table td .pm-radio-option label {
	color:#FFFFFF;
	display: inline-block;
}
#bbpress-forums #bbp-your-profile .form-table .button {
	padding: 10px 30px;
    background: #1e9c17;
    font-size: 16px;
    color: #ffffff;
}
#bbpress-forums #bbp-your-profile .form-table .button:hover {
	background: #147b0e;
}
#bbpress-forums #bbp-your-profile .form-table select {
    padding: 10px;
    border: 1px solid #fff;
    background: transparent;
	width: 80%;
}
