/*
Theme Name: Accesspress Themes
Theme URI: https://accesspressthemes.com/
Author: Access Keys / Prabin Dangol
Author URI: https://access-keys.com/
Description: Accesspress Themes is a Digital store website for both free and premium WordPress Themes and Plugins..
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: accesspressthemes
Domain Path: /languages/
Tags:
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-size: 62.5%;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

body.logged-in{
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0; 
}

[hidden],
template {
	display: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #EEE;
	margin: 0;
	padding: 20px;
    margin-bottom: 20px;
}

legend {
	border: 0;
	padding: 10px;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 10px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Serif', serif;
    margin: 0 0 15px;
    font-weight: bold;
    line-height: 1.2;
}

h1{
    font-size: 32px;
}

h2{
    font-size: 28px;
}

h3{
    font-size: 24px;
}

h4{
    font-size: 22px;
}

h5{
    font-size: 20px;
}

h6{
    font-size: 18px;
}

p {
	margin: 0 0 20px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5rem;
}

address {
	margin: 0 0 1.5rem;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #F0F0F0; /* Fallback for when there is no custom background color defined. */
}

body.home{
    background: #FFF;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #EEE;
	border: 0;
	height: 1px;
	margin-bottom: 30px;
}

ul,
ol {
	margin: 0 0 20px 20px;
    list-style: disc inside;
    padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 20px 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5rem 1.5rem;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
    vertical-align: middle;
}

figure {
	margin: 1rem 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5rem;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
	border: 1px solid #bf373f;
	background: #bf373f;
	color: #FFF;
	padding: 8px 20px;
    text-decoration: none !important;
}
.single-blog .button{
	color: #FFF !important;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border: 1px solid #111;
    background: #111;
    color: #FFF;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    color: #FFF;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #EEE;
	padding: 10px;
    max-width: 100%;
}

select {
	border: 1px solid #EEE;
    padding: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: none;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
    text-decoration : none;
}

a:visited {

}

a:hover{
	color: #bf373f;
}

a:hover,
a:active,
a:focus {
	outline: 0;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-container:before,
.site-container:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-container:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 40px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/*========Promo Bar CSS=========*/
#page{
	position: relative;
}

.promo-header{
	background: #111;
    padding: 15px 0;
    color: #FFF;
    font-size: 16px;
	line-height: 36px;
}

.left-promo-block{
	width: 30%;
	float: left;
}

.middle-promo-block{
	width: 40%;
	float: left;
	text-align: center;
}

.right-promo-block{
	width: 30%;
	float: left;
	text-align: right;
}

.middle-promo-block a{
	background: #4b76be;
    padding: 0 30px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 30px;
    color: #FFF;
    display: inline-block;
}

/*========General CSS=========*/
.flexbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-container{
    max-width: 1200px;
    margin: 0 auto;
}

.main-container{
    padding: 0 30px 30px;
    background: #FFF;
    margin-bottom: 60px;
    line-height: 2;
}

/*============Header=============*/
.site-header{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

#top-header{
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    font-size: 1.2rem;
    color: #DDD;
}

#top-header a{
    color: #DDD;
    text-decoration: none;
}

#top-header a:hover{
    color: #EEE;
}

.top-left-header{
    float: left;
    max-width: 50%;
}

.top-right-header{
    float: right;
    max-width: 50%;
}

.top-right-header .fa{
    font-size: 1em;
    margin-right: 5px;
}

.top-left-header a{
    display: inline-block;
    border-left:1px solid rgba(255,255,255,0.12);
    height: 14px;
    width: 40px;
    text-align: center;
    line-height:14px;
    font-size: 12px;
    margin-left:-2px;
}

.top-left-header a:first-child{
    border-left: 0;
}

#main-header{
    
}

#main-header .site-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-branding{
    float: left;
    padding: 10px 0;
    width: 24%;
}

.main-navigation{
    float: right;
    width: 75%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation > div{
    float: right;
}

.main-navigation ul.menu > li {
	float: left;
	position: relative;
    margin: 30px 0;
    margin-left: 6px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    position: relative;
}

.main-navigation ul.menu > li > a{
    padding: 12px 10px;
    color: #EEE;
    font-size: 1.3rem;
    border: 2px solid transparent;
    border-radius: 4px;
    font-weight: normal;
    font-family: 'Noto Serif',serif;
    text-transform: uppercase;
}

.main-navigation ul ul {
	position: absolute;
    top: 100%;
    left: 0;
    padding: 10px;
    width: 220px;
    background: #FFF;
    opacity: 0;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    transform: scaley(0);
    -webkit-transform: scaley(0);
    -ms-transform: scaley(0);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul li:hover ul {
    opacity: 1;
    -transform: scaley(1);
    -webkit-transform: scaley(1);
    -ms-transform: scaley(1);
}

.main-navigation ul ul li a{
    padding: 10px;
    color: #333;
    font-size: 1.3rem;
}

.main-navigation ul ul li:hover a{
    background: #4B77BE;
    color: #FFF;
}


.main-navigation ul.menu > li:hover > a,
.main-navigation ul.menu > .current_page_item > a,
.main-navigation ul.menu > .current-menu-item > a,
.main-navigation ul.menu > .current_page_ancestor > a,
.main-navigation ul.menu > .current-menu-ancestor > a {
    border: 2px solid #DDD;
}

.main-navigation ul.menu > li:last-child > a{
    border: 2px solid #DDD;
    background: #DDD;
    color: #333;
}

.main-navigation ul.menu > li:last-child > a:hover{
    border: 2px solid #bf373f;
    background: #bf373f;
    color: #FFF;
}

/*=====Single Page===========*/
.page-title{
    position: relative;
    padding: 30px;
    color: #FFF;
    background: #FFF;
    margin-top: -50px;
    padding-bottom: 50px;
    /*box-shadow: 0 -6px 16px -2px rgba(0,0,0,.2), 0 -25px 40px -18px rgba(0,0,0,.35);*/
}

.page-title h1{
    margin: 0;
    color: #333;
}

.page-template-template-narrow-width .page-title{
    text-align: center;
}
/*==========Home Page===========*/
.site-banner{
    background: #4B77BE;
    position: relative;
    padding: 150px 0;
    min-height: 300px;
}

.home-site-banner{
    min-height: 100vh;
    margin-bottom: 80px;
    padding-bottom: 0;
}

.site-banner:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(img/bg-pattern.png);
    opacity: 0.7;
}

.site-banner .site-container{
    position: relative;
    z-index: 9;
}

.home-banner{
    padding: 100px 0 120px;
}

.banner-text{
    width: 50%;
}

.banner-image{
    width: 45%;
}

.site-banner .banner-header-text{
    font-size: 3.5rem;
    color: #FFF;
    margin-bottom: 1em;
    line-height: 1.6;
    font-weight: bold;
}

.site-banner a.button{
    font-size: 1.6rem;
    background: #bf373f;
    padding: 15px 30px;
    border-radius: 3px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
}

.site-banner a.button:hover{
    background: #bd3139;
    border: 1px solid #bf373f;
}

.active-counter{
    background: #FFF;
    height: 100px;
    width: 840px;
    margin: -130px auto 60px;
    -webkit-box-shadow: 0 -6px 16px -2px rgba(0,0,0,.1), 0 -25px 40px -18px rgba(0,0,0,.2);
    box-shadow: 0 -6px 16px -2px rgba(0,0,0,.1), 0 -25px 40px -18px rgba(0,0,0,.2);
    position: relative;
    border-radius: 2px;
    padding: 0 60px;
    font-size: 20px;
}

.counter{
    margin-right: 20px;
}

.counter span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#111111), color-stop(35%, #111111), color-stop(55%, #333333), color-stop(55%, #111111), to(#111111));
  background-image: linear-gradient(top, #111111 0%, #111111 35%, #333333 55%, #111111 55%, #111111 100%);
  background-color: #222222;
  color: white;
  display: inline-block;
  line-height: 56px;
  width: 40px;
  font-size: 3.6rem;
  text-align: center;
  margin-left: -2px;
}

.counter-text span{
    font-size: 1.4rem;
    color: #555;
    display: block;
}

/*========Theme Listing========*/
.section-header{
    margin-bottom: 60px;
}

.section-title{
    font-size: 3rem;
}

.section-subtitle{
    font-size: 1.8rem;
    opacity: 0.8;
}

.button-link{
    border: 4px solid #EEE;
    padding: 15px 20px;
    text-decoration: none;
    display: inline-block;
    color: #666;
    border-radius: 6px;
}

.button-link:hover{
    border: 4px solid #bf373f;
    color: #bf373f;
}

.theme-wrap{
    margin-left: -3%;
	padding-top: 2px;
}

.theme-box{
    float: left;
    width: 30.33%;
    margin-left: 3%;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
    box-shadow: 0px 0px 2px rgba(0,0,0,.3);
    /*box-shadow: 0px 0px 30px -4px rgba(0,0,0,.2);*/
    overflow: hidden;
    padding: 15px 15px 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
}

.theme-box:nth-child(3n+1){
    clear: both;
}

.theme-box:hover{
    /*box-shadow: 0px 10px 40px 0px rgba(0,0,0,.2);*/
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.3);
    box-shadow: 0px 0px 6px rgba(0,0,0,.3);
    transform: translatey(-6px);
    -ms-transform: translatey(-6px);
    -webkit-transform: translatey(-6px);
}

.theme-box a{
    text-decoration: none;
    color: #666;
}

.theme-box .theme-image{
    position: relative;
}

.theme-box .theme-image > a{
	display: block;
	position: relative;
}

.theme-box .theme-image > a:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0,0.7);
	opacity: 0;
}

.theme-box .theme-hover-content{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding: 20px;
    transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    text-align: center;
    opacity: 0;
  	pointer-events: none;
}

.theme-box .theme-hover-content h3{
    margin: 0 0 30px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 2rem;
}

.theme-box .theme-hover-content a{
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid #FFF;
    color: #FFF;
    border-radius: 3px;
    font-size: 1.4rem;
  	pointer-events: visible;
}

.theme-box .theme-hover-content a:hover{
    background: #FFF;
    color: #333;
}

.theme-box:hover .theme-hover-content{
    opacity: 1;
}

.theme-box:hover .theme-image > a:after{
	opacity: 1;
}

.theme-box .theme-header{
    position: relative;
    border-top: 1px solid #EEE;
}

.theme-box h4{
    margin-bottom: 0;
    padding: 15px 70px 15px 0;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.theme-box .price-tag{
    position: absolute;
    right: 15px;
    top: 0;
    height: 50px;
    width: 50px;
    background: #bf373f;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    margin-top: -25px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    font-size: 16px;
    text-shadow: 1px 1px 1px #555;
}

.theme-box .price-tag.green-tag{
    background: #008200;
}

.theme-box .theme-buttons{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 15px 70px 15px 0;
    line-height: 1.2;
    transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.theme-box .theme-buttons a{
    margin-right: 10px;
    font-size: 16px;
    background: url(img/grid-red.png) no-repeat left center;
    padding-left: 13px;
}

.theme-box .theme-buttons a:hover{
    color: #bf373f;
}

.theme-box:hover h4{
    transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
}

.theme-box:hover .theme-buttons{
    transform: translatex(0);
    -ms-transform: translatex(0);
    -webkit-transform: translatex(0);
}

.featured-premium-themes,
.featured-free-themes{
	margin-bottom: 60px;
}

.browse-themes{
    background: #4B77BE;
    text-align: center;
    padding: 80px 0 130px;
    margin-bottom: 80px;
    position: relative;
}

.browse-themes:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(img/bg-pattern.png);
    opacity: 0.8;
}

.browse-themes .site-container{
    position: relative;
}

.browse-themes h3{
    font-size: 3.6rem;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
    color: #FFF;
}

.browse-themes a.button{
    font-size: 1.6rem;
    padding: 15px 30px;
    border-radius: 3px;
    border: 0;
}

.browse-themes a.button:hover{
    background: #bd3139;
}

.browse-themes-curve-center-bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.why-us{
    background: url(img/why-us.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    color: #FFF;
}

.why-us:before{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top,rgba(75, 119, 190, 0.9) 20%,rgba(75, 119, 190, 0.6) 100%);
}

.why-us .site-container{
    position: relative;
}

.why-us-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.why-us-box{
    margin-top: 50px;
    background: rgba(255,255,255,0.9);
    width: 48%;
    padding: 30px;
    color: #444;
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.1),3px 3px 20px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1),3px 3px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.why-us-box:hover{
    background: #FFF;
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.1),3px 13px 30px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1),3px 13px 30px rgba(0,0,0,0.1);
}

.why-us-box img{
    width: 22%;
    margin-right: 8%;
}

.why-us-box h4{
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.why-us-box p{
    margin: 0;
    font-size: 1.4rem;
    line-height: 2;
}

.testimonials{
    padding: 80px 0;
}

.testimonials .section-title,
.testimonials .section-subtitle{
    text-align: center;
}

.testimonials-content{
    width: 80%;
    margin: 80px auto 30px;
}

.testimonials-image{
    width: 300px;
    margin: 0 auto;
}

.testimonial-content-slide{
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 2;
}

.testimonial-text{
    margin-bottom: 25px;
}

.testimonial-img{
    padding: 15px;
}

.testimonial-img img{
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.testimonials-content:after{
    content:"";
    position: absolute;
    top: 100%;
    height: 20px;
    width: 1px;
    background: #888;
    left: 50%;
    margin-left: -1px;
}

.testimonial-image-slide.slick-center img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.slick-slide{
    outline: 0;
}

.testimonials-content,
.testimonials-image{
    display: none;
}

.testimonials-content.slick-initialized,
.testimonials-image.slick-initialized{
    display: block;
}

/*=======Theme Listing Page=======*/
.theme-category{
    margin-bottom: 40px;
}

.theme-category-list{
    background: #F6F6F6;
    display: none;
}

.theme-category-toggle{
    background: #F6F6F6;
    padding: 10px  20px 10px 70px;
    cursor: pointer;
    display: inline-block;
}

.theme-category-toggle span{
    position: relative;
    display: block;
    margin-left: -50px;
    float: left;
    
}

.theme-category-toggle i{
    position: relative;
    display: block;
    background: #333;
    width: 32px;
    height: 3px;
    border-radius: 3px;
    -webkit-transition: .25s margin .25s, .25s transform;
    transition: .25s margin .25s, .25s transform;
}

.theme-category-toggle i:nth-child(1){
    margin-top: 2px;
    margin-bottom: 6px;
}

.theme-category-toggle i:nth-child(3){
    margin-top: 6px;
}

.theme-category-toggle.active i {
    -webkit-transition: .25s margin, .25s transform .25s;
    transition: .25s margin, .25s transform .25s;
}

.theme-category-toggle.active i:nth-child(1),
.theme-category-toggle.active i:nth-child(2){
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.theme-category-toggle.active i:nth-child(1){
    margin-top: 14px;
    margin-bottom: -3px;
}
 
.theme-category-toggle.active i:nth-child(3){
    margin-top: -3px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.theme-category-list ul{
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.theme-category-list ul li{
    width: 25%;
}

.theme-category-list ul li a{
    text-decoration: none;
    color: #333;
    padding: 10px 20px;
    display: block;
}

.theme-category-list ul li a:hover{
    color: #c9232a;
}

.pagination{
    margin-top: 60px;
    clear: both;
    text-align: center;
}

.pagination-inner,
.pagination .nav-links{
    background: #F1F1F1;
    padding: 10px;
    display: inline-block;
}

.pagination .page-numbers{
    display: inline-block;
    text-decoration: none;
    padding: 10px 18px;
    color: #333;
    line-height: 1;
}

.pagination .page-numbers:hover{
    background: #111;
    color: #FFF;
}

.pagination .page-numbers.current{
    background: #bf373f;
    color: #FFF;
}

/*Single Page*/
.primary-content{
    width: 68.5%;
    float: left;
}

.secondary-content{
    width: 28.5%;
    float: right;
}

.single-blog .primary-content a{
	color: #bf373f;
}

.page-template-template-full-width .primary-content,
.single-comparision .primary-content{
    float: none;
    width: auto;
}

.page-template-template-narrow-width .primary-content,
.primary-content.full-narrow-width{
    float: none;
    width: 78%;
    margin: 0 auto;
}

.page-template-template-narrow-width .primary-content a:not(.button){
    text-decoration: underline;
    color: #bf373f;
}

.primary-content p,
.primary-content ul{
    margin-bottom: 30px;
}

.secondary-content ul{
    list-style: none;
    margin: 0;
}

.secondary-content .widget ul li{
    line-height: 1.5;
    padding-bottom: 15px;
    padding-left: 25px;
}

.secondary-content .widget ul li:before {
    content: "\f08d";
    font-family: FontAwesome;
    margin-left: -20px;
    float: left;
    color: #888;
    font-size: 14px;
    margin-top: 3px;
}

.secondary-content .widget-title{
    text-transform: uppercase;
    margin-bottom: 25px;
}

.secondary-content .blog-listing li{
    padding: 10px 10px 10px 30px !important;
    font-size: 1.5rem;
}

.secondary-content .blog-listing li:nth-child(even){
    background: #F6F6F6;
}

.secondary-content .blog-listing li:nth-child(odd){
    background: #ECECEC;
}

/* Theme Page*/
.wtp-header{
    margin-top: 80px;
    padding: 0 30px;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wtp-header-short-desc{
    width: 60%;
    padding-right: 50px;
}

.wtp-header-image{
    width: 40%;
    text-align: center;
}

.wtp-header-teaser{
    line-height: 2;
    margin-bottom: 30px;
}

.wtp-header-buttons a{
    font-size: 1.6rem;
    background: #bf373f;
    padding: 18px 40px;
    border-radius: 3px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    margin-right: 15px;
	margin-bottom: 10px;
}

.wtp-tab-list{
    margin: 0;
    padding: 0;
}

.wtp-tab-list li{
    display: inline-block;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#111111),color-stop(35%,#111111),color-stop(55%,#333333),color-stop(55%,#111111),color-stop(100%,#111111));
    background-image: -webkit-linear-gradient(top,#111111 0%,#111111 35%,#333333 55%,#111111 55%,#111111 100%);
    background-image: -moz-linear-gradient(top,#111111 0%,#111111 35%,#333333 55%,#111111 55%,#111111 100%);
    background-image: -o-linear-gradient(top,#111111 0%,#111111 35%,#333333 55%,#111111 55%,#111111 100%);
    background-image: -ms-linear-gradient(top,#111111 0%,#111111 35%,#333333 55%,#111111 55%,#111111 100%);
    background-image: linear-gradient(top,#111111 0%,#111111 35%,#333333 55%,#111111 55%,#111111 100%);
    background-color: #222222;
    padding: 15px 40px;
    color: #FFF;
    cursor: pointer;
    margin-right: 10px;
}

.wtp-tab-list li.active{
    background: #bf373f;
}

.wtp-tab-content > div{
    display: none;
}

.wtp-tab-content a{
    text-decoration: underline;
}

.wtp-main-banner{
    background: url(img/line-pattern-bg.png);
    padding: 15px;
    margin-bottom: 30px;
}

.youtube-video-wrap{
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.vid {
  padding-bottom: 56.25%;
}

.vid iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

#wtp-comparision .compare-table{
    width: 100%;
    margin: 0;
}

#wtp-comparision .container{
    width:  auto;
}

.compare-table td,
.compare-table th{
    border: 1px solid #EEE;
    padding: 25px 15px;
    text-align: center;
}

.compare-table td:first-child{
    text-align: left;
}

.compare-table tr:nth-child(even){
    background: #F6F6F6;
}

.compare-table .product-table{
    width: 160px;
}

.feature-content{
    text-align: center;
}

.feature-img{
    width: 20%;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #EEE;
}

.feature-details{
    width: 75%;
    float: right;
}

.feature-details h3{
    margin-bottom: 10px;
    font-size: 19px;
}

.feature-details p:last-child{
    margin-bottom: 0;
}

.product-detail{
    font-size: 13px;
}

.product-detail h2{
    font-size: 24px;
    margin: 10px 0;
}

.product-detail ul{
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.compare-table .compare-no {
    background: url(img/cross-sign.png) no-repeat center;
    text-indent: -9999px;
}

.compare-table .compare-yes {
    background: url(img/tick-sign.png) no-repeat center;
    text-indent: -9999px;
}

#wtp-updatelogs hr{
    display: none;
}

#wtp-updatelogs p{
    margin-bottom: 10px;
}

#wtp-updatelogs em{
    font-size: 1.3rem;
}

#wtp-updatelogs pre {
    color: #333333;
    font: 14px/30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
    white-space: pre-line;
    word-wrap: break-word;
    background-color: whitesmoke;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP?dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(50%, #f5f5f5),color-stop(50%, #e6e6e6));
    background-image: linear-gradient(#f5f5f5 50%,#e6e6e6 50%);
    background-size: 60px 60px;
    border: 1px solid #d4d4d4;
    display: block;
    margin-bottom: 40px;
    overflow: visible;
    overflow-y: hidden;
    padding: 0 0 0 10px;
}

.wtp-screenshots-wrap{
    margin-left: -3%;
}

.wtp-screenshots-wrap a{
    position: relative;
    width: 30.33%;
    float: left;
    margin-left: 3%;
    margin-bottom: 25px;
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    text-decoration: none;
}

.wtp-screenshots-wrap a:nth-child(3n+1){
    clear: both;
}

.wtp-screenshots-wrap a label{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: auto;
    padding: 10px;
    text-align: center;
    color: #FFF;
    background: rgba(1, 8, 29, 0.6);
    font-size: 1.3rem;
    line-height: 1.3;
}

.wtp-screenshots-wrap a:after{
    content:"\f00e";
    font-family: "FontAwesome";
    position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 10px;
    background: rgba(1, 8, 29, 0.6);
    color: #FFF;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.wtp-screenshots-wrap a:hover:after{
    opacity: 1;
}

.wtp-details{
    list-style: none;
    background: url(img/line-pattern-bg.png);
    padding: 10px;
    list-style: none;
    margin: 0;
}

.wtp-details li:first-child{
    font-size: 30px;
}

.wtp-details li{
    background: #FFF;
    padding: 10px 20px;
}

.wtp-details li label{
    margin-right: 20px;
}

.wtp-details li.wtp-documentation a{
	text-decoration: underline;
	color: #bf373f;
}

.wtp-sidebar-button{
    margin-top: 30px;
    text-align: center;
}

.wtp-sidebar-button a{
    display: block;
    font-size: 1.8rem;
    background: #bf373f;
    padding: 14px 40px;
    border-radius: 3px;
    color: #FFF;
    text-decoration: none;
    margin-right: 5px;
    text-align: center;
}

.wtp-sidebar-button a:hover{
    background: #111;
}

.wtp-sidebar-button a.purchase-button{
    margin-bottom: -13px;
}

.wtp-sidebar-button a.pricing-button{
    background: #111;
    margin-top: -13px;
}

.wtp-sidebar-button a.pricing-button:hover{
    background: #bf373f;
}

.wtp-sidebar-button span{
    display: inline-block;
    background: #FFF;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    margin: 0;
    font-size: 1.2rem;
}

/* Documentation Page*/
.single-documentation .primary-content{
    float: right;
}

.single-documentation .secondary-content{
    float: left;
}

.documentation-right h3{
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 1.8rem;
}

.documentation-right h4{
    background: #EEE;
    border-left: 8px solid #E0E0E0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.documentation-right h4:hover{
    border-left: 8px solid #CCC;
}

.documentation-right h4 a{
    padding: 18px 20px;
    display: block;
}

.documentation-right h6{
    margin-top: 30px;
    font-size: 16px;
}

.documentation-right h6 a{
    text-decoration: underline;
}

.single-documentation table th,
.single-documentation table td{
    border: 1px solid #EEE;
    padding: 10px;
}

.single-documentation .primary-content a{
    text-decoration: underline;
    color: #bf373f;
}

/*BBPRESS CSS*/
.support-tips{
    background: url(img/line-pattern-bg.png);
    padding: 10px;
    margin-bottom: 30px;
}

.support-tips-inner{
    background: #FFF;
    padding: 20px;
}

.youtube-block + .notice{
    background: #EEE;
    padding: 20px;
    font-size: 1.3rem;
}

.youtube-head-wrap .youtube-icon{
    float: left;
}

.youtube-head-wrap .youtube-title{
    float: right;
    text-align: right;
    line-height: 1.5;
    margin-bottom: 20px;
}

.youtube-head-wrap .youtube-title p{
    margin-bottom: 0;
}

#bbpress-forums,
#bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results{
    font-size: 1.6rem;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, 
#bbpress-forums p.bbp-topic-meta{
    font-size: 1.3rem;
}

#bbpress-forums li.bbp-body ul.forum, 
#bbpress-forums li.bbp-body ul.topic,
#bbpress-forums li.bbp-header{
    padding: 20px;
}

#bbpress-forums li.bbp-header{
    background: #111;
    color: #FFF;
}

#bbpress-forums a{
    text-decoration: none;
}

#bbpress-forums div.bbp-search-form,
#bbpress-forums p.bbp-topic-meta .bbp-author-avatar{
    display: none;
    font-style: italic;
}

#bbpress-forums .bbp-forums-list{
    margin: 0;
    border: 0;
}

#bbpress-forums .bbp-forums-list li{
    font-size: 1.2rem;
    display: block;
}

#bbp-search-form > div,
.blg-search-form .search-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#bbp-search-form > div #bbp_search,
.blg-search-form .search-form .search-field{
    width: 100%;
}

.bbp-logged-in{
    border: 5px solid #EEE;
    padding: 20px;
    text-align: center;
}

.bbp-logged-in img.avatar{
    float: none;
    margin: 0 0 15px;
    border-radius: 50%;
}

.bbp-logged-in .logout-link{
    line-height: 1.5;
    margin-top: 10px;
}

.bbp-breadcrumb + #subscription-toggle{
    float: right;
    font-size: 1.3rem;
}

.bbp-login-form label{
    width: 180px;
}

.widget_display_topics ul li{
    background: #F6F6F6;
    padding: 10px;
    margin-bottom: 10px;
    border-left: 6px solid #EEE;
}

.widget_display_topics ul li:before{
    content: "\f08d";
    font-family: FontAwesome;
    margin-left: -20px;
    float: left;
    display: none;
}

.widget_display_topics .topic-author .bbp-author-avatar{
    display: none;
}

.widget_display_topics ul li > div{
    font-size: 1.2rem;
    font-style: italic;
}

.bbp-reply-author .bbp-author-avatar {
    position: relative;
    display: block;
}

.keymaster .bbp-author-avatar::after {
    content: "";
    position: absolute;
    left: 17px;
    bottom: 0;
    right: 17px;
    background: url(images/administrator.jpg) no-repeat;
    height: 15px;
}

.moderator .bbp-author-avatar::after {
    content: "";
    position: absolute;
    left: 17px;
    bottom: 0;
    right: 17px;
    background: url(images/support-team.jpg) no-repeat;
    height: 15px;
}

#bbpress-forums div.bbp-forum-author a.bbp-author-name, 
#bbpress-forums div.bbp-topic-author a.bbp-author-name, 
#bbpress-forums div.bbp-reply-author a.bbp-author-name{
    line-height: 1.4;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{
    font-size: 1.6rem;
    border: 0;
}

#bbpress-forums div.bbp-template-notice img.avatar{
    margin-bottom: 0;
}

.bbp-pagination-links a, .bbp-pagination-links span.current{
    padding: 0 10px;
}

.bbp-purchased{
    display: block;
    background: #333;
    color: #FFF;
    padding: 5px;
    line-height: 1;
    font-size: 1.3rem;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    margin: 0 10px;
}

.bbp-purchased span{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 120px;
    text-align: center;
    color: #FFF;
    font-size: 1.2rem;
    background: #333;
    z-index: 99;
    margin-top: 10px;
    padding: 10px;
    border-radius: 3px;
    margin-left: -60px;
    white-space: normal !important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.bbp-purchased span:after{
    content:"";
    position: absolute;
    left: 50%;
    border-style: solid;
    border-color: transparent transparent #333;
    border-width: 6px;
    bottom: 100%;
    margin-left: -6px;
}

.bbp-topic-freshness .bbp-purchased span{
    right: 100%;
    left: auto;
    top: 50%;
    width: 200px;
    margin-right: 10px;
    margin-top: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.bbp-topic-freshness .bbp-purchased span:after{
    bottom: auto;
    left: 100%;
    border-color: transparent transparent transparent #333;
    top: 50%;
    margin-top: -6px;
    margin-left: 0;
}

.bbp-purchased:hover span{
    opacity: 1;
    visibility: visible;
}

.bbp-login-form input[type="text"],
.bbp-login-form input[type="password"]{
    width: 100%;
}

#bbpress-forums div.bbp-reply-content a,
#bbpress-forums .bbp-forum-info .bbp-forum-content a{
	text-decoration: underline;
}

/*WOOCOMMERCE CSS*/
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text{
    color: #666;
    border: 1px solid #EEE;
    padding: 10px;
}

.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text{
    width: 140px;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, 
.woocommerce input.button{
    border: 1px solid #bf373f;
    background: #bf373f;
    color: #FFF;
    padding: 12px 20px;
    border-radius: 0;
    font-weight: normal;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    border: 1px solid #111;
    background: #111;
    color: #FFF;
}

.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
    color: #FFF;
    cursor: not-allowed;
    opacity: .5;
    padding: 12px 20px;
}

.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, 
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover {
    color: #FFF;
    background-color: #111;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
    background-color: #bf373f;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    background-color: #111;
    border-color: #111;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
    border-color: #bf373f;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before{
    color: #bf373f;
}

.select2-container--default .select2-selection--single,
.select2-dropdown{
    border-radius: 0;
    border-color: #EEE;
}

.select2-container .select2-selection--single{
    height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px;
}

.wc-terms-and-conditions a{
    text-decoration: underline;
    color: #bf373f;
}

.woocommerce form .form-row .required{
    font-weight: normal;
    text-decoration: none;
}

#customer_details{
    margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
    background: url('img/line-pattern-bg.png');
    padding: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
    list-style: none;
    margin: 0;
    background: #FFF;
    padding: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    padding: 10px 20px; 
    display: block;
    text-decoration: none;
    color: #333;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{
    background: #111;
    color: #FFF;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
    background: #bf373f;
    color: #FFF; 
}

.woocommerce table.my_account_orders .button{
    margin: 0 3px;
    font-size: 1.2rem;
}

.woocommerce table.my_account_orders td, 
.woocommerce table.my_account_orders th{
    padding: 10px;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{
    border-color: #EEE;
}

.woocommerce a.remove{
    text-decoration: none !important;
}

/*BLOG PAGE*/
.blog-items{
    margin-bottom: 60px;
}

.blog-items .blog-exercpt{
    padding: 30px;
    margin: -80px 50px 0;
    background: #FFF;
    position: relative;
    z-index: 9;
}

.blog-items .blog-exercpt h4{
    margin-bottom: 20px;
}

.blog-items .post-date-comment{
    margin-bottom: 25px;
    font-size: 1.3rem;
    opacity: 0.8;
}

.blog-items .post-date{
    float: left;
}

.blog-items .post-date i{
    margin-right: 5px;
}

.blog-items .post-comment{
    float: right;
}

.blog-items .post-comment i{
    margin-left: 5px
}

.entry-meta{
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 0.8;
}

.post-date-author{
    float: left;
}

.post-comment{
    float: right;
}

.posted-in{
    margin-bottom: 20px;
}

.posted-in a{
    background: #bf373f;
    padding: 2px 8px;
    color: #FFF !important;
    font-size: 1rem;
    margin-right: 6px;
    display: inline-block;
}

.posted-in a:hover{
    background: #111;
}

.single-blog .primary-content img{
    -webkit-box-shadow:2px 2px 14px rgba(0,0,0,0.2);
    box-shadow:2px 2px 14px rgba(0,0,0,0.2);
}

.single-blog .primary-content blockquote{
    background: #F6F6F6;
    padding: 30px;
    border-left: 10px solid #EEE;
    margin: 0 0 30px;
}

blockquote p:last-child{
    margin-bottom: 0;
}

.apss-theme-10.counter-enable .apss-single-icon{
    margin: 0 20px 10px 0;
}

.ap-opt-in-wrap{
    background: url(img/line-pattern-bg.png);
    padding: 10px;
    margin: 50px 0;
}

.ap-opt-header{
    background: #111;
    color: #FFF;
    text-align: center;
    padding: 10px;
    margin: -10px -10px 0;
}

.ap-opt-content{
    background: #FFF;
    padding: 30px;
}

.ap-opt-left{
    float: left;
    width: 30%
}

.ap-opt-right{
    float: right;
    width: 70%
}

.ap-opt-in-wrap .tnp-subscription{
    margin: 0;
}

.ap-opt-in-wrap .tnp-td-submit{
    text-align: right;
}

.ap-opt-in-wrap .tnp-subscription input.tnp-submit{
    margin-top: 10px;
    display: inline-block;
}

.ap-opt-in-wrap table{
    margin-bottom: 0;
}

/*AFFILIATE CSS*/
.page-template-template-affiliates .primary-content{
    float: none;
    width: auto;
}

.affiliates_banner{
    background: url(img/line-pattern-bg.png);
    padding: 15px;
    margin-bottom: 40px;
}

.affiliates_banner .main{
    background: #FFF;
}

.affiliates_banner .left{
    width: 40%;
}

.affiliates_banner .right{
    width: 60%;
    padding: 30px;
}

.affiliates_banner header{
    font-size: 30px;
}

.affiliates_banner article{
    margin-bottom: 20px;
}

.earn{
    text-align: center;
    width: 80%;
    margin: 0 auto 40px;
}

.earn header{
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.earn article{
    margin-bottom: 30px;
}

.affiliate-words{
    background: #F6F6F6;
    padding: 30px;
    margin-bottom: 30px;
}

.affliate-col1{
    float: left;
    margin-right: 30px;
    width: 20%;
    text-align: center;
}

.affiliate-words h6{
    font-weight: normal;
    font-size: 1.3rem;
    font-style: italic;
}

.affiliate-words p:last-child{
    margin-bottom: 0;
}

.affiliate-words-right .affliate-col1{
    float: right;
    margin-left: 30px;
}

.what_why{
    border: 5px solid #EEE;
    padding: 50px;
    margin: 60px 0;
}

.what_why .what{
    width: 45%;
    float: left;
    position: relative;
}

.what_why .what:after{
    content: "";
    position: absolute;
    right: -60px;
    height: 100%;
    width: 2px;
    background: #EEE;
    top: 0;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.what_why .why{
    width: 40%;
    float: right;
    font-size: 1.8rem;
}

.what_why header{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
}

.ap-download-count{
    margin-bottom: 0 !important;
}

.affiliates-photo{
    float: right;
}

.affiliate-message,
.partner-with-us-text{
    margin-bottom: 30px;
}

.affiliate-register{
    width: 67%;
    float: left;
}

.affiliate-login{
    width: 30%;
    float: right;
}

.affiliate-register .pure-table{
    border: 0;
}

.affiliate-register .pure-table td, 
.affiliate-register .pure-table th{
    border: 0;
    padding: 10px;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}

.affiliate-register .pure-table th{
    width: 200px;
}

.affiliate-register .pure-form input[type="text"], 
.affiliate-register .pure-form input[type="password"], 
.affiliate-register .pure-form input[type="email"], 
.affiliate-register .pure-form input[type="url"], 
.affiliate-register .pure-form input[type="date"], 
.affiliate-register .pure-form input[type="month"], 
.affiliate-register .pure-form input[type="time"], 
.affiliate-register .pure-form input[type="datetime"], 
.affiliate-register .pure-form input[type="datetime-local"], 
.affiliate-register .pure-form input[type="week"], 
.affiliate-register .pure-form input[type="number"], 
.affiliate-register .pure-form input[type="search"], 
.affiliate-register .pure-form input[type="tel"], 
.affiliate-register .pure-form input[type="color"], 
.affiliate-register .pure-form select, 
.affiliate-register .pure-form textarea{
    border-color: #EEE;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
}

.affiliate-register .wpam_registration_input_help_text{
    max-width: none;
    font-size: 1.3rem;
    font-style:  italic;
    margin-bottom: 10px;
}

.affiliate-register .pure-button-active, 
.affiliate-register .pure-button:active{
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.wpam-logged-in{
    text-align: center;
}

.wpam-logged-in-gravatar{
    margin-bottom: 10px;
}

.wpam-logged-in-gravatar img{
    border-radius: 50%;
}

.wpam-logged-in-logout-link a{
    color: #bf373f;
}

#agreeTermsLabel a{
    text-decoration: underline;
    color: #bf373f;
}
/*FOOTER CSS*/
#colophon{
    background-image: url(img/foot-dark.jpg);
	background-color: #333;
    font-size: 1.4rem;
}

.main-footer{
    padding: 80px 0 60px;
    color: #BBB;
}

.main-footer a{
    color: #BBB;
    text-decoration: none;
}

.main-footer a:hover{
    color: #EEE;
}

.main-footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-footer ul li{
    padding-bottom: 10px;
}

.footer-wrap{
    margin-left: -3.33%;
}

.footer-block{
    width: 30%;
    margin-left: 3.33%;
    float: left
}

.footer-block .widget:last-child{
    margin-bottom: 0;
}

.footer-block .widget-title{
    font-size: 1.8rem;
    color: #FFF;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.bottom-footer .site-container{
    color: #AAA;
    padding: 30px 0;
    text-align: center;
    font-size: 1.3rem;
}

.bottom-footer .site-container{
    border-top: 1px solid rgba(0,0,0,0.15);
}

.tnp-widget-minimal input.tnp-email{
    margin-bottom: 15px;
}

.footer-social{
    text-align: center;
}

.footer-social a{
    font-size: 24px;
    padding: 0 10px;
}

/*Pricing*/
.page-template-template-pricing .primary-content{
    width: auto;
    float: none;
}

.page-template-template-pricing .page-title{
    text-align: center;
}

.pricing-table{
    margin: 40px 0;
    margin-left: -3.33%;
}

.pricing-column{
    width: 30%;
    float: left;
    margin-left: 3.33%;
    border: 4px solid #EEE;
    text-align: center;
    border-top: 4px solid #bf373f;
}

.pricing-column:hover{
    background: #F6F6F6;
}

.pricing-column.yearly-subscription{
    border-color: #bf373f;
}

.pricing-column ul{
    list-style: none;
    margin: 0;
    padding: 40px;
    line-height: 1.2;
}

.pricing-column ul li{
    padding: 10px 0;
}

.pricing-column ul li a{
    color: #bf373f;
}

.pricing-header{
    padding: 30px 40px;
}

.pricing-header h4{
    font-size: 2.6rem;
}

.pricing-header p{
    font-size: 1.3rem;
    opacity: 0.6;
    margin: 0;
    font-style: italic;
}

.pricing-column .price{
    font-size: 4rem;
    font-weight: bold;
    padding: 40px;
    line-height: 1.3;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    margin: 0 40px;
}

.pricing-column .price span{
    display: block;
    font-size: 1.2rem;
}

.subs-button{
    background: #bf373f;
    color: #FFF;
    padding: 10px 40px;
    margin-bottom: 40px;
    display: inline-block;
}

.subs-button:hover{
    background: #333;
    color: #FFF !important;
}

.request-form p{
    margin-bottom: 10px;
}

#pg-199-2 .so-widget-sow-editor,
#pg-199-3 .so-widget-sow-editor{
    border: 6px solid #EEE;
    padding: 20px;
    font-size: 15px;
}

#pg-199-2 .so-widget-sow-editor h3,
#pg-199-3 .so-widget-sow-editor h3{
    font-size: 20px;
}

#pg-199-2 .so-widget-sow-editor p,
#pg-199-3 .so-widget-sow-editor p{
    margin-bottom: 0;
}

#cd_agent_image{
    width: 50px;
}

.coupon-code-box{
    border: 2px dashed #CCC;
    background: #EEE;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 30px;
}

.toggle-menu{
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    height: 50px;
    width: 50px;
    border: 2px solid #FFF;
    border-radius: 3px;
    cursor: pointer;
    display: none;
}

.toggle-menu span{
    position: absolute;
    left: 6px;
    right: 6px;
    top: 50%;
    height: 2px;
    background: #FFF;
    -webkit-box-shadow: 0 -8px 0 0 #FFF, 0 8px 0 0 #FFF;
    box-shadow: 0 -8px 0 0 #FFF, 0 8px 0 0 #FFF;
}

/*============RESPONSIVE CSS===========*/
@media screen and (max-width:1200px){
    .toggle-menu{
        display: block;
    }
    
    .site-branding{
        width: 100%;
        float: none;
    }
    
    .site-container{
        width: 100%;
        padding: 0 40px;
    }
    
    .toggle-menu + div{
        display: none;
        position: absolute;
        top: 100%;
        left: 40px;
        right: 40px;
        background: #bf373f;
        text-align: center;
    }
    
    .main-navigation ul.menu>li{
        float: none;
        display: inline-block;
    }
    
    #main-header .site-container{
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
    }
    
    .active-counter{
        width: 80%;
    }
}

@media screen and (max-width:1080px){
    .active-counter{
        display: block;
    }
    
    .active-counter > .flexbox{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 30px;
    }
    
    .active-counter > .flexbox:nth-child(2){
        display: none;
    }
    
    .theme-box .theme-buttons{
        display: none;
    }
    
    .theme-box:hover h4{
        transform: translatex(0);
        -ms-transform: translatex(0);
        -webkit-transform: translatex(0);
    }
}

@media screen and (max-width:920px){
    .theme-box{
        width: 47%;
    }
    
    .theme-box:nth-child(3n+1) {
        clear: none;
    }
    
    .theme-box:nth-child(2n+1) {
        clear: both;
    }
    
    .theme-category-list ul li{
        width: 50%;
    }
    
    .pricing-table{
        margin-left: 0;
    }
    
    .pricing-column{
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        max-width: 400px;
    }
    
    .main-navigation ul.menu>li{
        display: block;
        margin: 0;
    }
    
    .main-navigation ul ul{
        position: static;
        width: auto;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        opacity: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(0,0,0,0.1);
        padding: 0;
        margin: 0 10px;
    }
    
    .main-navigation ul ul li a{
        color: #FFF;
        background: none !important;
    }
    
    .main-navigation ul.menu>li>a{
        border: 0 !important;
    }
	
	.wtp-header-short-desc{
		width: 100%;
		padding-right: 0;
	}
	
	.wtp-header-image{
		display: none;
	}
	
	.wtp-tab-list{
		margin-left: -2%;
	}
	
	.wtp-tab-list li{
		width: 48%;
		margin-bottom: 10px;
		margin-left: 2%;
		margin-right: 0;
		float: left;
	}
}

@media screen and (max-width:768px){
    .home-site-banner{
        min-height: 0;
    }
    
    .home-banner{
        display: block;
        padding: 60px 0 120px;
    }
    
    .banner-text{
        width: 100%;
    }
    
    .banner-image{
        display: none;
    }
    
    .active-counter{
        width: auto;
        margin-left: 40px;
        margin-right: 40px;
    }
    
    .section-header{
        display: block;
    }
    
    .section-title-wrap{
        margin-bottom: 30px;
    }
    
    .browse-themes h3{
        max-width: 100%;
    }
    
    .why-us-wrap{
        display: block;
    }
    
    .why-us-box{
        width: 100%;
        margin-top: 30px;
    }
    
    .footer-wrap{
        margin-left: 0;
    }
    
    .footer-block{
        width: auto;
        float: none;
        margin: 0 0 30px;
    }
    
    .footer-block:last-child{
        margin-bottom: 0;
    }
    
    .page-title h1{
        font-size: 24px;
    }
    
    .wtp-header{
        padding: 0;
    }
    
    .page-template-template-narrow-width .primary-content{
        width: 100%
    }
    
    #wpcf7-f187-p145-o1 label{
        display: block;
    }
    
    #pgc-145-0-1> .panel-cell-style {
        padding: 0 !important;
    }
    
    .what_why .what{
        margin-bottom: 30px;
    }
    
    .what_why .what,
    .what_why .why,
    .affiliates_banner .left,
    .affiliates_banner .right{
        width: auto;
        float: none;
    }
    
    .what_why .what:after{
        display: none;
    }
    
    .affiliates_banner .main{
        display: block;
    }
    
    .affiliates_banner .left img{
        width: 100%;
    }
    
    .primary-content,
    .secondary-content{
        width: auto;
        float: none;
    }
    
    .primary-content{
        margin-bottom: 40px;
    }
    
    .main-navigation ul.menu>li:last-child>a{
        background: none;
        color: #DDD;
    }
    
}

@media screen and (max-width:600px){
    .theme-wrap{
        margin-left: 0;
    }
    
    .theme-box{
        width: 100%;
        max-width: 395px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    
    .page-title,
    .main-container{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .theme-category-list ul li{
        width: 100%;
    }
    
    .blog-items .blog-exercpt{
        margin-left: 15px;
        margin-right: 15px;
        padding: 15px;
    }
    
    .blg-search-form .search-field{
        width: 150px;
    }
    
    .post-date-author,
    .post-comment{
        float: none;
    }
    
    .ap-opt-left,
    .ap-opt-right{
        width: auto;
        float: none; 
        text-align: center;
    }
    
    .top-left-header{
        display: none;
    }
	
	.wtp-screenshots-wrap a{
		width: 47%;
	}
	
	.wtp-screenshots-wrap a:nth-child(3n+1) {
		clear: none;
	}
    
	.wtp-screenshots-wrap a:nth-child(2n+1) {
		clear: both;
	}
    
    .compare-table td, 
    .compare-table th,
    .compare-table .product-table{
        display: block;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        width: 100%;
    }
}

@media screen and (max-width:480px){
    .site-container{
        padding: 0 15px;
    }
    
    .site-branding{
        text-align: center;
    }
    
    .main-navigation{
        position: relative;
        float: none;
        width: auto;
        height: 50px;
        margin-top: 15px;
    }
    
    .toggle-menu{
        top: 0;
        right: 0;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
    }
    
    .active-counter{
        margin-left: 15px;
        margin-right: 15px;
        padding: 0 20px;
    }
    
    .toggle-menu+div{
        left: 0;
        right: 0;
    }
    
    .why-us-box{
        display: block;
    }
    
    .why-us-box img{
        margin: 0 auto 20px;
        display: block;
    }
    
    .testimonials-content{
        width: 100%;
    }
	
	.wtp-header-buttons a,
	.wtp-tab-list li{
		display: block;
		margin: 0 0 10px;
		text-align: center;
		width: 100%; 
	}
}

@media screen and (min-width:1201px){
    .toggle-menu + div{
        display: block !important;
    }
}


body .clickdesk-minimalistic .cd-bar{
    border: 0 !important;
    border-radius: 5px 5px 0 0 !important;
    line-height: 3.5em !important;
}

table.wpam_terms_table{
    width: 100%;
}

div.detailsBlock{
    width: 100%;
    padding: 30px;
}

.wpam-nav-menu{
    background: #333 !important;
}

.pure-menu li a{
    color: #FFF!important;
    text-decoration: none !important;
    padding: 15px 20px !important;
}
.pure-menu li a:hover, 
.pure-menu li a:focus{
    background: #bf373f !important;
}

.pure-table,
.pure-table td, 
.pure-table th,
.aff-wrap{
    border-color: #EEE !important;
}

.pure-table thead{
    background: #EEE !important;
}