/*
Theme Name: 	Evatheme
Theme URI: 		http://evatheme.com/
Author: 		Evatheme Team
Author URI: 	http://evatheme.com/
Description: 	Evatheme is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 		2.0
Tags: 			one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: 	evatheme
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Forms
 * 5.0 - Navigation
 *   5.1 - Links
 *   5.2 - Menus
 * 6.0 - Alignments
 * 7.0 - Clearings
 * 8.0 - Widgets
 * 9.0 - Content
 *    9.1 - Header
 *    9.2 - Posts and pages
 *    9.3 - Post Formats
 *    9.4 - Comments
 *    9.5 - Sidebar
 *    9.6 - Footer
 *    9.7 - Page Home
 *    9.8 - Page About
 *    9.9 - Page Title
 *    9.10 - Themes Single Theme
 *    9.11 - Single Post
 *    9.12 - Page Contacts
 *    9.13 - Page Video Instructions
 *    9.14 - Page Documentation
 *    9.15 - Page FAQ
 *    9.16 - Bundle Single Page
 *    9.17 - Page Services
 * 	  9.18 - Page Profile
 * 10.0 - Media
 *    10.1 - Captions
 *    10.2 - Galleries
 * 11.0 - Media Queries
 * 12.0 - Print
 * 13.0 - Custom Classes
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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 {
	background-color: transparent;
}

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

b,
strong {
	font-weight: 700;
}

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;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

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

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

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

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

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

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

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: none;
}

optgroup {
	font-weight: bold;
}

path{
	transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
}


/**
 * 2.0 - Typography
 */

body,
select,
textarea {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height:28px;
	font-size: 16px;
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 600;
	margin: 0;
	line-height:1.4;
	text-rendering: optimizeLegibility;
}

.themes_content h1,
.bundles_content h1,
.themes_content h2,
.bundles_content h2,
.themes_content h3,
.bundles_content h3,
.themes_content h4,
.bundles_content h4,
.themes_content h5,
.bundles_content h5,
.themes_content h6,
.bundles_content h6{
	font-weight: 700;
}

h1 { font-size:50px; line-height:64px; }
h2 { font-size:42px; line-height:56px; }
h3 { font-size:34px; line-height:50px; }
h4 { font-size:28px; line-height:40px; }
h5 { font-size:22px; line-height:34px; }
h6 { font-size:18px; line-height:28px; }

.heading_block{
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
}

p {
	margin: 0 0 1.75em;
}
.themes_content p,
.bundles_content p,
.themes_content p,
.bundles_content p,
.themes_content p,
.bundles_content p,
.themes_content p,
.bundles_content p,
.themes_content p,
.bundles_content p,
.themes_content p,
.bundles_content p{
	margin: 0 0 2em;
}

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

blockquote {
	overflow:hidden;
	position:relative;
	border: 0;
	font-size: 19px;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 60px;
}

blockquote,
q {
	quotes: none;
}

blockquote:before{
	content:'”';
	position:absolute;
	left:-5px;
	top:45px;
	font-family: 'Montserrat', sans-serif;
	font-style:normal;
	font-size:130px;
	color:#9966cc;
}

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

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

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

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

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

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 3.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-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;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

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

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder{ opacity:1 !important;}
:-moz-placeholder{opacity:1 !important;}
::-moz-placeholder{ opacity:1 !important;}
:-ms-input-placeholder{ opacity:1 !important;}

.container{
	padding-left:0;
	padding-right:0;
}
.container.full-width {
	max-width:100%;
	min-width:100%;
	width:100%;
	padding-left: 15px;
	padding-right: 15px;
}


/* Buttons */
.btn,
a.btn{
	padding:11px 40px;
	text-transform:none;
	font-weight:500;
	line-height:28px;
	font-size:16px;
	border-radius:0;
	box-shadow:none;
	border:0;
	color:#fff;
	letter-spacing:0;
	border-radius: 5px;
	text-decoration:none !important;
	background-color:#888;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.btn i{
	padding-left:7px;
}
.btn.btn-white{
	color:#000;
	background-color:#fff;
}
.btn:hover,
.btn:focus,
.btn.btn-white:hover,
.btn-primary{
	color:#fff;
	background-color:#000;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover{
	color:#fff;
	background-color:#111;
}



/* Evatheme Pagination */
.evatheme-pagination .page-numbers{
	position: relative;
	display:inline-block;
	vertical-align:top;
	margin-right:8px;
	width:40px;
	height:40px;
	text-align:center;
	font-weight: 600;
	line-height:40px;
	font-size:18px;
	color: rgba(17,17,17,0.5);
	transition: color 0.2s ease-in-out;
}
.evatheme-pagination a.page-numbers:hover{
	color:#111;
}
.evatheme-pagination a.page-numbers:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 2px;
	opacity:0;
	background-color:#7b52ab;
	transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.evatheme-pagination a.page-numbers:hover:after{
	bottom: 0;
	opacity: 1;
}
.evatheme-pagination .page-numbers.current{
	color:#fff;
	background-color:#7b52ab;
}
.evatheme-pagination .page-numbers.prev,
.evatheme-pagination .page-numbers.next{
	position: relative;
}
.evatheme-pagination .page-numbers.prev:after,
.evatheme-pagination .page-numbers.next:after{
	display: none;
}
.evatheme-pagination .page-numbers.prev i,
.evatheme-pagination .page-numbers.next i{
	position: absolute;
	left: 13px;
	top: 50%;
	width: 14px;
	height: 2px;
	background-color: #b0b0b0;
	transition: background-color 0.2s ease-in-out;
}
.evatheme-pagination .page-numbers.prev:hover i,
.evatheme-pagination .page-numbers.next:hover i{
	background-color: #111;
}
.evatheme-pagination .page-numbers.prev i:before,
.evatheme-pagination .page-numbers.prev i:after,
.evatheme-pagination .page-numbers.next i:before,
.evatheme-pagination .page-numbers.next i:after{
	content: '';
	position: absolute;
	top:50%;
	width: 9px;
	height: 2px;
	background-color: #b0b0b0;
	transition: background-color 0.2s ease-in-out;
}
.evatheme-pagination .page-numbers.prev:hover i:before,
.evatheme-pagination .page-numbers.prev:hover i:after,
.evatheme-pagination .page-numbers.next:hover i:before,
.evatheme-pagination .page-numbers.next:hover i:after{
	background-color: #111;
}
.evatheme-pagination .page-numbers.prev i:before{
	left: 1px;
	transform: rotate(45deg) translateY(3px);
}
.evatheme-pagination .page-numbers.prev i:after{
	left: 2px;
	transform: rotate(-45deg) translateY(-5px);
}
.evatheme-pagination .page-numbers.next i:before{
	right: 1px;
	transform: rotate(-45deg) translateY(3px);
}
.evatheme-pagination .page-numbers.next i:after{
	right: 2px;
	transform: rotate(45deg) translateY(-5px);
}


/* Infinite Scroll */
.eva-infinite-scroll{
	position:relative;
	z-index:2;
	height:36px;
}
.eva-infinite-scroll>.loading,
.eva-infinite-scroll[data-has-next="false"]>.next,
.eva-infinite-scroll[data-has-next="true"]>.no-more{
    display: none;
}
.eva-infinite-scroll > .loading{
	position:absolute;
	z-index:4;
	left:50%;
	top:0;
	transform:translateX(-50%);
}


/* Parallax Block */
.evatheme_parallax{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}


/* Accordion */
.accordion h3{
	position:relative;
	z-index:2;
	margin: 0 0 -1px;
	padding:26px 60px 30px 30px;
	line-height:32px;
	font-size:24px;
	cursor:pointer;
	border:1px solid #e7e7e7;
	transition: color 0.2s ease-in-out;
}
.accordion h3:hover,
.accordion h3.open{
	color:#7b52ab;
}
.accordion h3:after{
	content:'\f101';
	position:absolute;
	right:23px;
	top:29px;
	width:30px;
	height:30px;
	font-family: 'FontAwesome';
	text-align:center;
	line-height:30px;
	font-size:24px;
	color:#999;
	transition: color 0.2s ease-in-out;
}
.accordion h3:hover:after,
.accordion h3.open:after{
	color:#7b52ab;
}
.accordion h3.open:after{
	content:'\f103';
}
.accordion-content{
	position:relative;
	z-index:5;
	margin-top:-8px;
	margin-bottom:-1px;
	padding:0 30px 33px;
	font-family: 'Open Sans', sans-serif;
	border:1px solid #e7e7e7;
	border-top:0;
	background-color:#fff;
}


/* Service Small */
.service_item_small{
	text-align:center;
	border:1px solid #e7e7e7;
	transition: box-shadow 0.2s ease-in-out;
}
.service_item_small:hover{
	box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
}
.service_item_small a{
	display:block;
	padding:26px 30px 46px;
}
.service_item_small i{
	display:inline-block;
	width:58px;
	height:58px;
	line-height:58px;
	font-size:34px;
	color:#7b52ab;
}
.service_item_small span{
	display:block;
	line-height:26px;
	font-size:18px;
	color:#333;
	transition: color 0.2s ease-in-out;
}
.service_item_small:hover span{
	color:#7b52ab;
}



/**
 * 4.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	margin:0;
	padding:11px 45px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height:28px;
	font-size:16px;
	color:#fff;
	border:0;
	border-radius:0;
	box-shadow: none;
	background-color:#000;
	transition: background-color 0.2s ease-in-out;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: rgba(0,0,0,0.8);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	width:100%;
	padding:8px 20px;
	font-weight: 500;
	line-height:24px;
	font-size:14px;
	color:#000;
	border:1px solid #e7e7e7;
	border-radius: 0;
	box-shadow: none;
	background:#fff;
	transition: border-color 0.2s ease-in-out;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,®®
input[type="tel"]:focus,®
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	outline: 0;
	border-color:#7b52ab;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.wp-block-search,
.search-form {
	position: relative;
}
.wp-block-search .wp-block-search__label {
	display: none;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.wp-block-search__button:before,
.search-submit:before {
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 20px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.wp-block-search__button,
.search-submit {
	overflow: hidden;
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	font-size: 0;
}


/**
 * 5.0 - Navigation
 */

/**
 * 5.1 - Links
 */

a {
	color: #333333;
	text-decoration: none;
	outline: none !important;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #9966cc;
	outline: none;
}

#page-content a.active_link{
	text-decoration: underline;
	color: #7b52ab;
}
#page-content a.active_link:hover{
	text-decoration: none;
	color: #333;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: 0 1px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}

.single-post-content p > a,
.themes_single_wrap .themes_content p > a,
.themes_single_wrap .themes_content li > a,
.bundles_single_wrap .bundles_content p > a,
.bundles_single_wrap .bundles_content li > a{
	text-decoration:underline;
	color:#9966cc;
}
.single-post-content a:hover,
.themes_single_wrap .themes_content a:hover,
.bundles_single_wrap .bundles_content a:hover{
	text-decoration:none;
}


/**
 * 5.2 - Menus
 */

.menu-primary-menu-container-wrap{
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 171px);
}
#menu-primary-menu{
	margin:0 0 0 -5px;
	list-style: none;
}
#menu-primary-menu > li{
	display:inline-block;
	vertical-align:top;
}
#menu-primary-menu li.menu-item-has-children{
	position: relative;
}
#menu-primary-menu > li > a{
	display: block;
	margin:0;
	padding:30px 27px;
	font-weight: 500;
	line-height:20px;
	font-size:16px;
	color:#fff;
	transition: background-color 0.2s ease-in-out;
}
#menu-primary-menu li:hover a,
#menu-primary-menu li.current_page_item > a,
#menu-primary-menu li.current-menu-item > a,
#menu-primary-menu li.current-menu-parent > a,
#menu-primary-menu li.current-menu-ancestor > a,
#menu-primary-menu ul li.current_page_item a{
	background-color: #111111;
}
#menu-primary-menu > li > a > span {
	display:none;
}
#menu-primary-menu li.menu-item-has-children > a:after{
	content: '\f0d7';
	vertical-align:top;
	padding-left:7px;
	font-family: 'FontAwesome';
	font-size:12px;
}
#menu-primary-menu li.menu-item-has-children .menu-item-has-children > a:after{
	content: '\f105';
	vertical-align:top;
	padding-left:11px;
	font-family: 'FontAwesome';
}

#menu-primary-menu > li.menu-item-22483 > a{
	padding-left: 51px;
	color: #9dc359;
	background-image: url(assets/images/menu_icon1.png);
	background-repeat: no-repeat;
	background-position: 19px 26px;
}


/* Sub Menu */
#menu-primary-menu ul{
	visibility:hidden;
	opacity:0;
	position:absolute;
	z-index:9998;
	left:0;
	top:100%;
	margin: 0;
	padding:23px 30px 25px;
	list-style:none;
	width:220px;
	background-color:#111;

	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	
	-webkit-transition:all .2s ease-in-out 0s;
	-o-transition:all .2s ease-in-out 0s;
	transition:all .2s ease-in-out 0s;
	
	-webkit-transform:rotateX(-90deg);
	-ms-transform:rotateX(-90deg);
	-o-transform:rotateX(-90deg);
	transform:rotateX(-90deg);
}
#menu-primary-menu .menu-item-has-children:hover ul{
	visibility: visible;
	opacity: 1;

	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
#menu-primary-menu ul li{
	display:block;
	margin:0 0 16px !important;
}
#menu-primary-menu ul li.menu-item-has-children{
	position:relative;
}
#menu-primary-menu ul > li.menu-item-has-children > a{
	position:relative;
}
#menu-primary-menu ul li a{
	position: relative;
	display:block;
	padding: 0;
	line-height:22px;
	font-size:14px;
	color:#ccc;
	transition: color 0.2s ease-in-out;
}
#menu-primary-menu ul li a:hover,
#menu-primary-menu ul li.current_page_item > a,
#menu-primary-menu ul li.current-menu-item > a,
#menu-primary-menu ul li.current-menu-parent > a,
#menu-primary-menu ul li.current-menu-ancestor > a,
#menu-primary-menu ul li.current_page_item a{
	color: #fff;
}
#menu-primary-menu ul li a .count{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	color: #666;
	transition: color 0.2s ease-in-out;
}
#menu-primary-menu ul li a:hover .count{
	color: #fff;
}


/* Mobile Menu Button */
.mobile_menu_btn{
	float:right;
	display:none;
	position:relative;
	margin-top:26px;
	padding-right:30px;
	height:30px;
}
.mobile_menu_btn span{
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:30px;
	height:4px;
	background-color:#fff;
	transition: all 0.2s ease-in-out;
}
.mobile_menu_btn span.menu_line1{
	top:0;
}
.mobile_menu_btn span.menu_line2{
	top:12px;
}
.mobile_menu_btn span.menu_line3{
	top:24px;
}
body.menu_active .mobile_menu_btn span.menu_line1{
	transform:rotate(45deg) translate(8px, 8px);
}
body.menu_active .mobile_menu_btn span.menu_line3{
	transform:rotate(-45deg) translate(9px, -9px);
}
body.menu_active .mobile_menu_btn span.menu_line2{
	opacity:0 !important;
}

.menu-primary-menu-container-wrap.mobile{
	display: none;
}
.menu-primary-menu-container-wrap.mobile .nav-menu.pull-left{
	float:none !important;
	margin: 0 -15px;
	list-style: none;
}
.menu-primary-menu-container-wrap.mobile ul.nav-menu > li > a{
	display: block;
	margin-bottom: 15px;
	line-height: 80px;
	font-size: 40px;
	color: #fff;
}
.menu-primary-menu-container-wrap.mobile ul.nav-menu > li.current-menu-item > a{
	background-color: #9966cc;
}


/**
 * 6.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 7.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 8.0 - Widgets
 */

.sidebar .widget {
	margin-bottom: 30px;
}

.sidebar .widget-area > :last-child,
.sidebar .widget > :last-child {
	margin-bottom: 0;
}

.widget_categories_list .wp-block-heading,
.sidebar .widget .widgettitle,
.sidebar .widget .widget-title {
	margin-bottom:28px;
	line-height:24px;
	font-size:16px;
}

.sidebar .widget .widgettitle:empty,
.sidebar .widget .widget-title:empty {
	margin-bottom: 0;
}

.sidebar .widgettitle a,
.sidebar .widget-title a {
	color: #1a1a1a;
}



/* Themes, Posts Categories */
#blog-sidebar .widget_categories,
#themes-sidebar .evatheme_themes_filter,
.widget_categories_list .wp-block-group__inner-container {
	overflow: hidden;
	padding: 23px 29px 16px;
	border:1px solid #e7e7e7;
}
#blog-sidebar .widget_categories ul,
#themes-sidebar .evatheme_themes_filter ul,
.widget_categories_list .wp-block-group__inner-container ul {
	margin: 0;
	list-style: none;
}
#blog-sidebar .widget_categories li,
#themes-sidebar .evatheme_themes_filter li,
.widget_categories_list .wp-block-group__inner-container li {
	margin-bottom: 18px;
	line-height: 22px;
}
#blog-sidebar .widget_categories li.current-cat > a,
#themes-sidebar .evatheme_themes_filter li.active_cat_parent > a,
#themes-sidebar .evatheme_themes_filter ul.widget_themes_listing > li.active_cat > a,
.widget_categories_list .wp-block-group__inner-container li.current-cat a {
	position: relative;
	color: #7b52ab;
}
#blog-sidebar .widget_categories li.current-cat > a:before,
#themes-sidebar .evatheme_themes_filter li.active_cat_parent > a:before,
#themes-sidebar .evatheme_themes_filter ul.widget_themes_listing > li.active_cat > a:before,
.widget_categories_list .wp-block-group__inner-container li.current-cat a:before {
	content: '';
	position: absolute;
	z-index: -2;
	top: -10px;
	bottom: -11px;
	left: -29px;
	width: 360px;
	background-color: #f6f6f6;
}
#blog-sidebar .widget_categories li.current-cat > a:after,
#themes-sidebar .evatheme_themes_filter li.active_cat_parent > a:after,
#themes-sidebar .evatheme_themes_filter ul.widget_themes_listing > li.active_cat > a:after,
.widget_categories_list .wp-block-group__inner-container li.current-cat a:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: -10px;
	bottom: -11px;
	left: -29px;
	width: 3px;
	background-color: #7b52ab;
}
#blog-sidebar .widget_categories li a,
#themes-sidebar .evatheme_themes_filter li a,
.widget_categories_list .wp-block-group__inner-container li a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	line-height: 22px;
	font-size: 14px;
	color: #333;
}
#blog-sidebar .widget_categories li a:hover,
#blog-sidebar .widget_categories li.current-cat > a,
#blog-sidebar .widget_categories .val,
#blog-sidebar .widget_categories li.current-cat .val,
#themes-sidebar .evatheme_themes_filter li a:hover,
#themes-sidebar .evatheme_themes_filter li.active_cat > a,
#themes-sidebar .evatheme_themes_filter .post_count,
#themes-sidebar .evatheme_themes_filter li.active_cat > .post_count,
.widget_categories_list .wp-block-group__inner-container a:hover,
.widget_categories_list .wp-block-group__inner-container li.current-cat .post_count {
	color: #7b52ab !important;
}
#blog-sidebar .widget_categories .val,
#themes-sidebar .evatheme_themes_filter .post_count,
.widget_categories_list .wp-block-group__inner-container .post_count {
	float:right;
	line-height: 22px;
	font-size: 10px;
	color: #999 !important;
	transition: color 0.2s ease-in-out;
}

#themes-sidebar .evatheme_themes_filter ul.children{
	display: none;
	margin-top: 18px;
	margin-bottom: -18px;
	margin-left: 15px;
}
#themes-sidebar .evatheme_themes_filter li.active_cat ul.children,
#themes-sidebar .evatheme_themes_filter li.active_cat_parent ul.children{
	display: block;
}
#themes-sidebar .evatheme_themes_filter ul.children li{
	margin-bottom: 12px;
}
#themes-sidebar .evatheme_themes_filter ul.children li a{
	font-size: 12px;
	color: #666;
}

body.post-type-archive-themes article.theme_cat_plugins {
	display:none !important;
}

/* body.term-wordpress .evatheme_themes_filter .children.templates,
body.term-blog .evatheme_themes_filter .children.templates,
body.term-onepage .evatheme_themes_filter .children.templates,
body.term-business .evatheme_themes_filter .children.templates,
body.term-ui-kits .evatheme_themes_filter .children.templates,
body.term-ui-kits .evatheme_themes_filter .children.wordpress,
body.term-templates .evatheme_themes_filter .children.wordpress,
body.term-one-page .evatheme_themes_filter .children.wordpress,
body.term-business-templates .evatheme_themes_filter .children.wordpress,
body.term-freebies .evatheme_themes_filter .children.wordpress,
body.term-freebies .evatheme_themes_filter .children.templates,
body.term-graphics .evatheme_themes_filter .children.wordpress,
body.term-graphics .evatheme_themes_filter .children.templates{
	display: none;
} */


/* Themes Compatible, Label Filter widget */
#themes-sidebar .evatheme_themes_filter .compatible li a,
#themes-sidebar .evatheme_themes_filter .themes_label li a{
	padding-left: 27px;
}
#themes-sidebar .evatheme_themes_filter .compatible li a:after,
#themes-sidebar .evatheme_themes_filter .themes_label li a:after{
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 2px rgba(123,82,171,0.4);
	transition: border-color 0.2s ease-in-out;
}
#themes-sidebar .evatheme_themes_filter .compatible li a:hover:after,
#themes-sidebar .evatheme_themes_filter .compatible li a.is-checked:after,
#themes-sidebar .evatheme_themes_filter .themes_label li a:hover:after,
#themes-sidebar .evatheme_themes_filter .themes_label li a.is-checked:after{
	border: 1px solid #7b52ab;
}
#themes-sidebar .evatheme_themes_filter .compatible li a:before,
#themes-sidebar .evatheme_themes_filter .themes_label li a:before{
	content: '\f00c';
	position: absolute;
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	font-family: 'FontAwesome';
	text-align: center;
	line-height: 15px;
	font-size: 11px;
	color: #7b52ab;
	opacity: 0;
}
#themes-sidebar .evatheme_themes_filter .compatible li a.is-checked:before,
#themes-sidebar .evatheme_themes_filter .themes_label li a.is-checked:before{
	opacity: 1;
}


/* Twitter Widget */
.evatheme_tweets{
	padding: 23px 30px 31px;
	border: 1px solid #e7e7e7;
}
.evatheme_tweets .widgettitle i,
.evatheme_tweets .widget-title i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	margin-top: -3px;
	line-height: 24px;
	font-size: 18px;
}
.evatheme_tweets .twitter-time{
	display:block;
	margin-bottom:5px;
	line-height:28px;
	font-size:12px;
	color:rgba(27,27,27,0.6);
}
.evatheme_tweets .twitter-text{
	line-height:28px;
	font-size:14px;
	color:#333;
}
.evatheme_tweets .twitter-text a{
	text-decoration: underline;
	color:#7b52ab;
}
.evatheme_tweets .twitter-text a:hover{
	text-decoration: none;
}
.evatheme_tweets .owl-controls .owl-dots{
	position:static;
	margin-top:20px;
	text-align:left;
}
.evatheme_tweets .owl-controls .owl-dots .owl-dot{
	width:20px;
	height:2px;
	margin:0 8px 0 0;
	border-radius: 0;
	box-shadow:none;
	background-color:rgba(0,0,0,0.25);
	transition: background-color 0.2s ease-in-out;
}
.evatheme_tweets .owl-controls .owl-dots .owl-dot:hover,
.evatheme_tweets .owl-controls .owl-dots .owl-dot.active{
	background-color:#7b52ab;
}

/* Simpleimage Widget */
.widget_simpleimage .simple-image{
	margin-bottom:2px;
}
.widget_simpleimage .more{
	text-align:center;
}
.widget_simpleimage .more a{
	display:inline-block;
	line-height:28px;
	font-size:14px;
	color:#999;
}
.widget_simpleimage .more a:hover{
	color:#7b52ab;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/* Evatheme Posts widget */
.sidebar .widget.evatheme_posts_thumb .widgettitle,
.sidebar .widget.evatheme_posts_thumb .widget-title {
	margin-bottom: -6px;
	padding: 0 30px;
}
.evatheme_posts_thumb{
	padding: 23px 0 0;
	border: 1px solid #e7e7e7;
}
.evatheme_posts_thumb ul{
	margin:0;
	list-style:none;
}
.evatheme_posts_thumb ul li{
	padding: 30px 30px 24px;
	border-bottom: 1px solid #e7e7e7;
}
.evatheme_posts_thumb ul li:last-child{
	border: 0;
}
.evatheme_posts_thumb .recent_posts_img{
	display:block;
	margin-bottom:23px;
}
.evatheme_posts_thumb .recent_post_title{
	margin:0 0 18px;
	font-weight: 600;
	line-height:27px;
	font-size:16px;
}
.evatheme_posts_thumb .recent-post-date{
	display:block;
	line-height: 20px;
	font-size:12px;
	color: rgba(27,27,27,0.6);
}


/* Evatheme Social Icons */
.social_links_wrap a{
	display: inline-block;
	vertical-align: top;
	margin-right: 27px;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 24px;
	color: rgba(0,0,0,0.35);
}
.social_links_wrap a:hover{
	color: #000;
}
footer .social_links_wrap a{
	color: rgba(255,255,255,0.35);
}
footer .social_links_wrap a:hover{
	color: #fff;
}




/**
 * 9.0 - Content
 */





/**
 * 9.1 - Header
 */

header{
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	background-color: #000;
}
body.home header{
	background-color: transparent;
}
body.header-fixed header{
	position: fixed;
	background-color: #000;
}
body.top_banner.topbanner_close header{
	top: 0 !important;
}
.admin-bar header {
	top:32px !important;
}

.evatheme-logo{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:165px;
	margin-right: 1px;
	padding-right: 25px;
}
.evatheme-logo a{
	
	display:block;
	padding: 16px 0 17px;
}
.evatheme-logo:after{
	content: '';
	position: absolute;
	top: 20px;
	right: 0;
	width: 1px;
	height: 40px;
	background-color: rgba(255,255,255,0.25);
}


/* Shop Nav Button */
header .shop_nav{
	position: relative;
	margin:0;
	padding:20px 30px;
	transition: background-color 0.2s ease-in-out;
}
header .shop_nav.user_logged_in:hover{
	background-color: #111;
}

header .shop_nav .user_name_btn{
	display: block;
	margin: 6px 0;
	font-weight: 500;
	line-height: 28px;
	font-size: 14px;
	color: #e8e4ee;
}
header .shop_nav .user_name_btn img{
	margin-left: 8px;
	border-radius: 50%;
}

header .shop_nav a.login_btn,
header .shop_nav a.register_btn{
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
	padding: 9px 31px;
	line-height: 20px;
	font-size: 14px;
	color: #e8e4ee;
	border: 1px solid rgba(255,255,255,0.15);
	border-radius: 5px;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
header .shop_nav a.login_btn:hover,
header .shop_nav a.register_btn{
	color: #fff;
	background-color: #7b52ab;
	border: 1px solid #7b52ab;
}
header .shop_nav a.register_btn:hover{
	background-color: #333;
	border: 1px solid #333;
}


/* Shop Navigation buttons */
header .shop_nav ul{
	visibility:hidden;
	opacity:0;
	position:absolute;
	z-index:9998;
	left: 0;
	top: 100%;
	width: 100%;
	margin: 0;
	padding:15px 30px;
	list-style: none;
	background-color: #111;
}
header .shop_nav:hover ul{
	visibility: visible;
	opacity: 1;
}
header .shop_nav ul li{
	margin-bottom: 12px;
}
header .shop_nav ul li.purchase_history_btn{
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(255,255,255,0.1)
}
header .shop_nav ul a{
	display: block;
	font-weight: 500;
	line-height: 28px;
	font-size: 14px;
	color: #ccc;
}
header .shop_nav ul .logout_btn a{
	font-size: 12px;
	color: rgba(204,204,204,0.35);
}
header .shop_nav ul a:hover{
	color: #fff;
}


/* Top Banner */
.top_banner_wrap{
	position:relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: opacity 0.2s ease-in-out;
}
body.top_banner.topbanner_close .top_banner_wrap{
	display:none;
}
.top_banner_wrap p{
	margin:10px 0;
	font-weight: 500;
	line-height:30px;
	font-size:16px;
	color:#fff;
}
.top_banner_wrap a.top_banner_btn{
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 15px;
	padding:0 20px;
	font-weight: 600;
	line-height:28px;
	font-size:14px;
	color:#fff;
	border:1px solid rgba(255,255,255,0.25);
	border-radius: 3px;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.top_banner_wrap a.top_banner_btn:hover{
	color: #000;
	border-color: #fff;
	background-color:#fff;
}
.top_banner_wrap a#topbanner_close{
	position:absolute;
	top:10px;
	right:12px;
	width:30px;
	height:30px;
	opacity: 0.75;
	transition: opacity 0.2s ease-in-out;
}
.top_banner_wrap a#topbanner_close:hover{
	opacity: 1;
}
.top_banner_wrap a#topbanner_close:before,
.top_banner_wrap a#topbanner_close:after{
	content:'';
	position:absolute;
	background-color:#fff;
	transform: rotate(45deg);
}
.top_banner_wrap a#topbanner_close:before{
	top:15px;
	right:7px;
	width:16px;
	height:2px;
}
.top_banner_wrap a#topbanner_close:after{
	top:8px;
	right:14px;
	width:2px;
	height:16px;
}
.top_banner_wrap a#topbanner_close:hover:before,
.top_banner_wrap a#topbanner_close:hover:after{
	background-color:#fff;
}



/**
 * 9.2 - Posts and pages
 */


/* Blog Grid Layout */
article.post .post_format_content a{
	display: block;
	margin-bottom: 31px;
}
article.post h6.post_title{
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 32px;
	font-size: 20px;
}
article.post #related_posts_list .post_meta{
	margin-bottom: 0;
}
article.post .post_descr_wrap{
	position: relative;
	padding-bottom: 34px;
}
article.post .post_descr_wrap:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 4px;
	opacity: 0;
	background-color: #7b52ab;
	transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
article.post .post_content_wrapper:hover .post_descr_wrap:before{
	bottom:0;
	opacity: 1;
}


/* Blog Posts List */
#blog_list .row > .col-md-9.mb120{
	padding-left:45px;
}
#blog_list article.post{
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#blog_list .post_content_wrapper .col-sm-6:first-child{
	padding-right: 0;
}
#blog_list .post_content_wrapper .col-sm-6:last-child{
	padding-left: 50px;
}
#blog_list h2.post-title{
	margin:-10px 0 13px;
	font-weight: 700;
	line-height:46px;
	font-size:32px;
}
#blog_list .post-meta{
	margin-bottom:21px;
	line-height: 22px;
}
#blog_list .post-meta span{
	position: relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 400;
	line-height: 22px;
	font-size: 11px;
	color: rgba(27,27,27,0.6);
}
#blog_list .post_meta_category{
	margin-right: 8px;
	padding-right: 13px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	font-size: 10px;
	color: #000;
}
#blog_list .post_meta_category:after{
	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	width: 1px;
	height: 13px;
	background-color: rgba(0,0,0,0.2);
}
#blog_list .post_meta_category a{
	display: inline-block;
	font-weight: 600;
}
#blog_list .post-meta .post_meta_comments{
	margin-left: 8px;
	padding-left: 13px;
}
#blog_list .post-meta .post_meta_comments:after{
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 1px;
	height: 13px;
	background-color: rgba(0,0,0,0.2);
}
#blog_list .post-meta svg{
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin-right: 7px;
	margin-top: -3px;
}
#blog_list .post-meta path{
	fill: rgba(27,27,27,0.3);
}

#blog_list .post-content{
	line-height: 32px;
	font-size: 16px;
}



/**
 * 9.4 - Comments
 */


/* Post Comments list */
.commentlist_wrap{
	padding-left: 17%;
    padding-right: 17%;
    margin-bottom: 60px;
    margin-top: -40px;
}
h4.comments_title{
	margin:0 0 47px;
	line-height:42px;
	font-size:32px;
}
ol.commentlist{
	margin:0;
	list-style:none !important;
}
ol.commentlist > li{
	list-style:none !important;
}
.comment-body{
	position: relative;
	margin-top:34px;
	margin-bottom: 34px;
	padding-left: 100px;
	padding-top: 40px;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.comment:first-child .comment-body{
	margin-top: 0;
	border-top: 0;
}
li li.comment:first-child .comment-body{
	margin-top:40px;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.comment-body img.avatar{
	position: absolute;
	left: 0;
	top: 40px;
	border-radius:50%;
}
ol.commentlist ul.children{
	margin:0 0 0 50px;
	list-style:none;
}
#comments ul li:before,
#comments ol li:before{
	display:none !important;
}
.comment-header{
	margin-top: 11px;
	margin-bottom:25px;
}
.comment-header span.comment_author{
	display: block;
	margin:0 28px 0 0;
	font-weight: 700;
	line-height:22px;
	font-size:14px;
	color:#333;
}
.comment-header span.comment_author b{
	display:inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-weight: 400;
	font-size:10px;
	color:#7b52ab;
}
.comment-header span.comment-date{
	display:block;
	margin:0;
	line-height:22px;
	font-size:12px;
	color:rgba(51,51,51,0.5);
}
.comment-content p{
	margin-bottom: 23px;
	line-height:32px;
	font-size:18px;
	color: #333;
}
.comment-content em{
	display:block;
	margin-bottom:-10px;
	line-height:22px;
	font-size:12px;
	color:#999;
}
.comment_bottom_links a{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
	font-size: 14px;
	color: rgba(51,51,51,0.5);
}
.comment_bottom_links a:hover{
	color: #333;
}
.comment_bottom_links a svg{
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	transform: rotate(-185deg);
}
.comment_bottom_links a path{
	fill: rgba(17,17,17,0.5);
	transition: fill 0.2s ease-in-out;
}
.comment_bottom_links a:hover path{
	fill: #333;
}



/* Post Comment Form */
.comment-respond{
	margin-bottom: 100px;
	padding: 54px 200px 120px;
	background-color: #f6f6f6;
}
li.comment .comment-respond{
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
}
h3#reply-title{
	margin:0 0 3px;
	line-height:36px;
	font-size:32px;
}
.comment-form p.comment-notes,
.comment-form p.logged-in-as{
	margin-bottom:50px;
	font-family: 'Open Sans', sans-serif;
	line-height:24px;
	font-size:14px;
	color:#999;
}
.comment-form p,
.wpcf7-form-field-wrap{
	position: relative;
	margin-bottom: 20px;
}
.comment-form p:after,
.wpcf7-form-field-wrap:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #7b52ab;
	transition: width 0.2s ease-in-out;
}
.comment-form p.focus:after,
.wpcf7-form-field-wrap.focus:after{
	width: 240px;
}
.comment-form p label,
.wpcf7-form-field-wrap label{
	position: absolute;
	z-index: 10;
	left: 20px;
	top: 22px;
	display: block;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	transition: all 0.2s ease-in-out;
}
.comment-form p.focus label,
.wpcf7-form-field-wrap.focus label{
	top: 10px;
	font-size: 12px;
	color:#999;
}
.comment-form textarea,
.wpcf7-form-field-wrap textarea{
	height: 180px;
	padding: 34px 20px;
	border:1px solid #e1e1e1 !important;
}
.comment-form p input,
.wpcf7-form-field-wrap input{
	height: 70px;
	padding: 34px 20px 11px;
	border:1px solid #e1e1e1 !important;
}
#commentform .form-submit input[type="submit"],
.wpcf7-form input[type="submit"]{
	display: block;
	margin:0;
	padding:11px 45px;
	width: 100%;
	height: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height:28px;
	font-size:16px;
	color:#fff;
	border:0;
	border-radius: 5px;
	box-shadow:none;
	background-color:#888888;
	transition: background-color 0.2s ease-in-out;
}
#commentform .form-submit input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover{
	background-color:rgba(0,0,0,0.8);
}
#commentform #si_captcha_code label,
#commentform span.required{
	display:none;
}
#commentform .captchaSizeDivSmall{
	padding-top:0;
}
#commentform p#si_captcha_code{
	position:absolute;
	left:160px;
	bottom:15px;
	margin:0;
	padding:0;
}
#commentform input#si_captcha_code{
	padding:11px 20px;
	font-family: 'Open Sans', sans-serif;
	line-height:28px;
	font-size:16px;
	color:#333;
	border:0;
	border:1px solid #e7e7e7;
	background:#fff;
}
.comment-form p.form-submit:after{
	display: none;
}
body.logged-in #commentform .form-submit{
	
}

.wpcf7-form-control-wrap.captcha-170 .wpcf7-captchar{
	width: 168px;
	margin-right: 30px;
}


/**
 * 9.6 - Footer
 */


footer{
	padding:54px 0 0;
	background-color:#000;
}

footer .footer_bottom{
	padding: 33px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

footer .footer_payments p{
	display: inline-block;
	vertical-align: top;
	margin:0 30px 0 0;
	line-height: 32px;
	font-size:13px;
	color:rgba(102,102,102,0.75);
}
footer .footer_payments svg{
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	margin-top: 4px;
}
footer .footer_payments path{
	fill: #333;
}

footer .copyright{
	line-height: 32px;
	font-size:13px;
	color:rgba(102,102,102,0.75);
}
footer .copyright a{
	color:rgba(102,102,102,0.75);
}
footer .copyright a:hover{
	color:#fff;
}

#prefooter_area{
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
footer .widgettitle,
footer .widget-title {
	margin-bottom: 27px;
	font-weight: 500;
	line-height: 26px;
	font-size: 18px;
	color: #fff;
}

footer .evatheme_themes_filter ul,
footer .widget_nav_menu ul{
	margin: 0;
	padding-right:50px;
	list-style: none;
}
footer .evatheme_themes_filter ul ul,
footer .widget_nav_menu ul ul{
	margin: 10px 0 0;
}
footer .evatheme_themes_filter li,
footer .widget_nav_menu li{
	margin: 0 0 15px;
}
footer .evatheme_themes_filter li a,
footer .widget_nav_menu li a{
	position:relative;
	display: block;
	line-height: 21px;
	font-size: 14px;
	color: #999;
}
footer .evatheme_themes_filter li a:hover,
footer .widget_nav_menu li a:hover{
	color: #fff;
}
footer .evatheme_themes_filter li a > span,
footer .widget_nav_menu li a > span {
	position: absolute;
    top: 0;
    right: 0;
	font-size: 10px;
    color: #666;
    transition: color 0.2s ease-in-out;
}
footer .evatheme_themes_filter li a:hover > span,
footer .widget_nav_menu li a:hover > span {
	color:#fff;
}

#prefooter_area .evatheme-logo {
	margin: -12px 0 18px;
	padding: 0;
}
#prefooter_area .evatheme-logo:after {
	display: none;
}
#prefooter_area .evatheme-logo a {
	padding: 0;
}
#prefooter_area p {
	line-height: 21px;
	font-size: 14px;
	color:#999;
}


/* Subscribe Form */
footer .mc4wp-form-fields{
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
footer .mc4wp-form-fields input{
	border: 0;
}
footer .mc4wp-form-fields input[type="submit"]{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 30px;
	font-weight: 500;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	background-color: #7b52ab;
}



/**
 * 9.7 - Page Home
 */

.home_welcome_block{
	padding:136px 0 98px;
	background-image: url(assets/images/bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_welcome_block h2{
	padding: 0 110px;
	font-weight: 700;
	line-height:58px;
	font-size:42px;
	color:#fff;
}



/* Sorted by */
.themes_sortby_list{
	margin: 16px 0 12px;
	border-radius: 5px;
}
.themes_sortby_list li{
	display: inline-block;
	vertical-align: top;
	margin-left: -1px;
}
.themes_sortby_list li a{
	display: block;
	padding: 0 18px;
	font-weight: 600;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	border:1px solid #e7e7e7;
	border-right: :0;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.themes_sortby_list li:last-child a{
	border-radius: 0 5px 5px 0;
	border-right:1px solid #e7e7e7;
}
.themes_sortby_list li:first-child a{
	border-radius: 5px 0 0 5px;
}
.themes_sortby_list li a:hover{
	color: #7b52ab;
}
.themes_sortby_list li a.selected{
	color: #fff;
	border-color: #000;
	background-color: #000;
}


/* Themes Grid */
article.themes .post-content-wrapper{
	position: relative;
}
article.themes .post-content-wrapper:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 4px;
	opacity: 0;
	background-color: #78a450;
	transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
article.themes.themes_label_sale .post-content-wrapper:before{
	background-color: #ed432d;
}
article.themes.themes_label_free .post-content-wrapper:before{
	background-color: #7b52ab;
}
article.themes.themes_label_new .post-content-wrapper:before{
	background-color: #78a450;
}
article.themes .post-content-wrapper:hover:before{
	bottom:0;
	opacity: 1;
}
article.themes .post_format_content{
	overflow:hidden;
	position:relative;
}
article.themes .post_format_content a{
	display:block;
	background-color: #fff;
}
article.themes .post_format_content a img{
	width:100%;
	transition: opacity 0.1s ease-in-out;
}
article.themes .post_format_content:hover img{
	opacity: 0.8;
}
article.themes .post-descr-wrap{
	position: relative;
	padding: 24px 0 20px;
}
article.themes .post-title{
	margin-bottom:0;
	padding-right:60px;
	font-weight: 600;
	line-height:22px;
	font-size: 14px;
	box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
article.themes .post-title a{
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
article.themes .post-content-wrapper .post-title:hover a{
	color:#7b52ab;
}
article.themes.themes_label_new .post-content-wrapper .post-title:hover a{
	color:#78a450;
}
article.themes.themes_label_sale .post-content-wrapper .post-title:hover a{
	color:#ed432d;
}
article.themes .post_meta_category{
	display:block;
	min-height:40px;
	padding-right: 55px;
	line-height:20px;
	font-size:12px;
	color:rgba(27,27,27,0.6);
}
article.themes .post_meta_category a{
	display:inline-block;
	vertical-align:top;
	line-height:20px;
	font-size:12px;
	color:rgba(27,27,27,0.6);
}
article.themes .post_meta_category a:hover{
	color:#333;
}
article.themes .theme_price{
	position:absolute;
	top:29px;
	right:0;
	padding: 0 8px;
	font-weight: 600;
	line-height:30px;
	font-size:15px;
	color:#78a450;
}
article.themes .theme_price:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.15;
	border-radius: 3px;
	background-color: #78a450;
}
article.themes.themes_label_new .theme_price{
	color: #78a450;
}
article.themes.themes_label_new .theme_price:before{
	background-color: #78a450;
}
article.themes.themes_label_sale .theme_price:before{
	background-color:#ed432d;
}
article.themes.themes_label_sale .theme_price{
	color:#ed432d;
}
article.themes.themes_label_sale .theme_price span.price_sale{
	color:#ed432d;
}
article.themes.themes_label_sale .theme_price span.price_regular{
	display:inline-block;
	vertical-align:top;
	text-decoration:line-through;
	line-height:22px;
	font-size:14px;
	color:#999;
}
article.themes .themes_label{
	position: absolute;
	z-index:5;
	left:0;
	top:0;
	height:27px;
	padding:0 14px 4px;
	text-transform: capitalize;
	font-weight: 400;
	line-height:27px;
	font-size: 12px;
	color: #fff;
	border-radius: 0 0 5px 0;
}
article.themes.themes_label_new .themes_label,
article.themes.themes_label_new .themes_label:before{
	background-color:#78a450;
}
article.themes.themes_label_sale .themes_label,
article.themes.themes_label_sale .themes_label:before{
	background-color:#ed432d;
}
article.themes.themes_label_free .themes_label,
article.themes.themes_label_free .themes_label:before{
	background-color:#7b52ab;
}
article.themes .themes_label:before{
	content:'';
	position:absolute;
	top:0;
	left:-10px;
	width: 12px;
	height: 27px;
	border-radius: 100px 0 0 100px;
}

/* Demo URL Button */
.post-content-wrapper a.demo_url_btn{
	overflow: hidden;
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: 10px;
	width: 50px;
	height: 50px;
	margin-left:-25px;
	margin-bottom: -25px;
	opacity: 0;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	border-radius: 3px;
	background-color: #888 !important;
	transition: background-color 0.2s ease-in-out, opacity 0.1s ease-in-out, bottom 0.2s ease-in-out;
}
.post-content-wrapper .demo_url_btn:hover{
	background-color: #000 !important;
}
.post-content-wrapper:hover .demo_url_btn{
	opacity: 1;
	bottom: 50%;
}
.post-content-wrapper .demo_url_btn svg{
	display: inline-block;
	vertical-align: top;
	margin: 15px;
	width: 22px;
	height: 22px;
}
.post-content-wrapper .demo_url_btn path{
	fill: #fff;
}


/* Home Testimonials Block */
.home_testimonials_block{
	padding-top: 89px;
	padding-bottom: 50px;
	background-color:#f6f6f6;
}

.testimonials_carousel_item{
	position: relative;
	padding-right: 100px;
	outline: none !important;
}
.testimonials_carousel_item p{
	line-height: 30px;
	font-size: 18px;
}
.testimonials_carousel_item svg{
	position: absolute;
	left: 48px;
	bottom: 50px;
	width: 25px;
	height: 25px;
}
.testimonials_carousel_item path{
	fill: #7b52ab;
}
.testimonials_carousel_item .testimonials_avatar_a{
	display: inline-block;
	vertical-align: middle;
	margin-right: 18px;
}
.testimonials_carousel_item > img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 18px;
	border-radius: 50%;
}
.testimonials_carousel_item img{
	border-radius: 50%;
}
.testimonials_carousel_item h6{
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	line-height: 22px;
	font-size: 10px;
}

.evathememarket_sales_item{
	position: relative;
	margin-bottom: 19px;
	padding:42px 50px 45px;
	box-shadow: 0 8px 10px rgba(51,51,51,0.1);
	border-radius: 5px;
	background-color: #fff;
}
.evathememarket_sales_item p{
	margin-bottom: 21px;
	font-weight: 700;
	line-height: 82px;
	font-size: 72px;
	color: #7b52ab;
}
.evathememarket_sales_item .sales_icon1{
	position: absolute;
	top: 41px;
	right: 0;
	width: 105px;
	height: 84px;
	background-image: url(assets/images/evathememarket_sales_item_bg1.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.evathememarket_sales_item .sales_icon2{
	position: absolute;
	bottom: 0;
	left: 120px;
	width: 129px;
	height: 62px;
	background-image: url(assets/images/evathememarket_sales_item_bg2.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.evathememarket_sales_item .sales_icon3{
	position: absolute;
	top: 31px;
	left: 49px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.06);
}
.evathememarket_sales_item h5{
	margin-bottom: 0;
	line-height: 34px;
	font-size: 22px;
}
.evathememarket_sales_item span{
	display: block;
	line-height: 25px;
	font-size: 14px;
	color: #666;
}


/* Home Features Block */
.home_features_block{
	/*margin-bottom: 92px;*/
	padding-top: 95px;
	padding-bottom: 41px;
	border-top: 1px solid #e7e7e7;
	background-color: #f6f6f6;
}
.home_feature_item svg{
	width: 50px;
	height: 50px;
	margin-bottom: 5px;
	margin-left: 13px;
}
.home_feature_item path{
	fill: #000;
}
.home_feature_item p{
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 22px;
	font-size: 16px;
	color: #000;
}
.home_feature_item span{
	display: block;
	line-height: 28px;
	font-size: 14px;
	color: #666;
}


/* Services List */
.home_services_block{
	border-top: 1px solid #e7e7e7;
}
.service_item{
	padding-top: 23px;
	padding-bottom: 26px;
}
.service_item h6{
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	font-size: 16px;
	color: #000;
}
.service_item svg{
	display: inline-block;
	vertical-align: middle;
	margin-right: 18px;
	width: 30px;
	height: 30px;
}
.service_item path{
	fill: #7b52ab;
}




/**
 * 9.8 - Page About
 */


.page-template-page-about .text_block{
	position: relative;
}
.page-template-page-about .about_img_wrap{
	position: static;
}
.page-template-page-about .about_img_bg{
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	width: calc(50% - 215px);
	height: 470px;
	background-repeat: no-repeat;
	background-position: top right;
	-webkit-background-size: cover;
	background-size: cover;
}
.page-template-page-about .about_img{
	position: absolute;
	z-index: 4;
	bottom: -170px;
	right: 50%;
	margin-right: 75px;
}


/* Partners Block */
.partners_block{
	padding-top: 145px;
	padding-bottom: 115px;
	background-color: #f6f6f6;
}


/* Choose Us Block */
.chooseus_block{
	position: relative;
	padding-top: 127px;
	padding-bottom: 80px;
}
.chooseus_service_item svg{
	width: 90px;
	height: 90px;
	margin-left: 20px;
	margin-bottom: 45px;
}

.page-template-page-about .chooseus_block .about_img_bg{
	left: auto;
	right: 0;
	bottom: 140px;
}
.page-template-page-about .chooseus_block .about_img{
	right: auto;
	left: 50%;
	bottom: auto;
	top: 132px;
    margin-right: auto;
    margin-left: 75px;
}


/* Our Team */
.team_block{
	padding-top: 128px;
	padding-bottom: 110px;
	background-color: #f6f6f6;
}

.team_item{
	overflow:hidden;
	position:relative;
	height:370px;
	background-color: #fff;
	transition: background-color 0.3s ease-in-out;
}
.team_item:hover{
	background-color: #888;
}
.team_item .team_front{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    height: 100%;
	padding:35px 40px 47px;
	transition: transform 0.3s ease-in-out;
}
.team_item .team_item_head {

}
.team_item:hover .team_front{
	transform: translateY(230px);
}
.team_item .team_front img{
	margin-top:10px;
	width: 170px;
	height: 170px;
	border-radius:50%; 
}
.team_item .team_front h6{
	margin-bottom:4px;
	font-weight: 700;
	line-height:26px;
	font-size: 18px;
	transition: color 0.2s ease-in-out;
}
.team_item:hover .team_front h6{
	color: rgba(255,255,255,0.5);
}
.team_item .team_front p{
	margin:0;
	text-transform: uppercase;
	font-weight: 700;
	line-height:16px;
	font-size:11px;
	color:rgba(51,51,51,0.5);
	letter-spacing: 2px;
	transition: color 0.2s ease-in-out;
}
.team_item:hover .team_front p{
	color: rgba(255,255,255,0.5);
}
.team_item .team_back{
	position:absolute;
	left:0;
	top:-250px;
	width:100%;
	padding:100px 40px 33px;
	transition: top 0.3s ease-in-out;
}
.team_item:hover .team_back{
	top:0;
}
.team_item .team_back:before{
	content:'';
	position:absolute;
	left:40px;
	top:40px;
	width: 40px;
	height: 28px;
	background-image: url(assets/images/icon_quotes.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0 0;
}
.team_item .team_back p{
	margin:0;
	font-weight: 600;
	line-height:32px;
	font-size:16px;
	color: #fff;
}



/**
 * 9.9 - Page Title
 */

.page_title{
	margin-top: 80px;
	padding:43px 0 53px;
	border-bottom: 1px solid rgba(0,0,0,0.1)
}
.page_title h1{
	text-transform: capitalize;
	font-weight: 700;
	line-height: 46px;
	font-size: 32px;
}
.page_title p{
	margin-top: 9px;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 24px;
	font-size: 14px;
}

body.blog .page_title,
body.archive .page_title,
body.category .page_title,
body.page-template-page-login .page_title{
	margin-bottom: 0 !important;
	border: 0;
}

body.tax-themes_tag .page_title,
body.tax-themes_category .page_title,
body.page-template-page-bundels_list .page_title,
body.post-type-archive-themes .page_title {
	margin-bottom: 60px !important;
	margin-top: 80px;
	border:0;
	background-color: #f6f6f6;
}

body.single-themes .page_title,
body.single-bundles .page_title{
	border:0;
}
body.single-themes .page_title h1,
body.single-bundles .page_title h1{
	padding-left: 20px;
}

body.page-template-page-allthemes .page_title.mb130{
	margin-bottom:60px;
}


/**
 * 9.10 - Themes Single Page
 */

body.single-themes.pagetitle_hide #page-content{
	padding-top: 160px;
}

.themes_single_title,
.bundle_single_title{
	margin-top: -11px;
	margin-bottom: 34px;
	line-height: 46px;
	font-size: 32px;
}

.themes_single_wrap > .container {
	margin-bottom:140px;
}
.themes_single_wrap .themes_content{
	padding-left: 20px;
	font-size: 14px;
	line-height: 28px;
}
.themes_single_wrap .themes_content ul{
	list-style:none;
	margin:0 0 1.75em;
}
.themes_single_wrap .themes_content li{
	position:relative;
	margin-bottom:10px;
	padding-left:18px;
}
.themes_single_wrap .themes_content li:before{
	content:'';
	position:absolute;
	left:0;
	top:11px;
	width:5px;
	height:5px;
	border-radius: 50%;
	background-color: #333;
}

.themes_image_wrap a > .themes_gallery_img.pinit-hover{
	filter: none !important;
	transition: opacity 0.2s ease-in-out;
}
.themes_image_wrap a.themes_image_a{
	overflow: hidden;
	position: relative;
	display: block;
	height: 690px;
}
.themes_image_wrap a.themes_image_a:hover .themes_gallery_img{
	opacity: 0.25 !important;
	filter: none !important;
}
.themes_image_wrap a.themes_image_a > img {
	width:100%;
}
a.themes_image_a .gallery_preview_btn{
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	padding-left: 45px;
	padding-right: 45px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	opacity: 0;
	background-color: #888;
	transform: translate(-50%, -50%);
	transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
a.themes_image_a:hover .gallery_preview_btn{
	opacity: 1;
}
a.themes_image_a .gallery_preview_btn:hover{
	background-color: #333;
}
a.themes_image_a .gallery_preview_btn svg{
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
	margin-top: -4px;
}
a.themes_image_a .gallery_preview_btn path{
	fill:#fff;
}


/* Price Box */
.themes_pricebox,
.bundles_pricebox{
	padding: 26px 29px 0;
	border: 1px solid rgba(120,164,80,0.5);
	background-color: #f8fcf4;
}
.themes_pricebox.free{
	background-color: #f6eeff;
	border: 1px solid rgba(122,82,171,0.5);
}
.themes_pricebox.sale{
	background-color: #fff0ed;
	border: 1px solid rgba(237,67,45,0.5);
}
.themes_pricebox h6,
.bundles_pricebox h6{
	font-weight: 600;
	line-height: 20px;
	font-size: 16px;
}
.themes_pricebox span.price_descr,
.bundles_pricebox span.price_descr{
	display: block;
	line-height: 21px;
	font-size: 12px;
	color: rgba(0,0,0,0.5);
}
.themes_pricebox span.price,
.bundles_pricebox span.price{
	position: relative;
	display: block;
	padding-right: 15px;
	font-weight: 700;
	line-height: 41px;
	font-size: 36px;
	color: #78a450;
}
.themes_pricebox.free span.price{
	color: #7a52ab;
}
.themes_pricebox.sale span.price{
	color: #de543d;
}
.themes_pricebox span.price .price_symbol,
.bundles_pricebox span.price .price_symbol{
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 600;
	line-height: 30px;
	font-size: 18px;
}

.themes_pricebox_btns,
.bundles_pricebox_btns{
	margin-bottom: 20px;
}
.themes_pricebox_btns a,
.bundles_pricebox_btns a{
	overflow: hidden;
	position: relative;
	z-index: 10;
	display: block;
	margin-bottom: 10px;
	padding: 13px 20px;
	text-align: center;
	font-weight: 500;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	border-radius:5px;
}
.themes_pricebox_btns a.purchase_btn:before,
.bundles_pricebox_btns a.purchase_btn:before,
.themes_pricebox.free .themes_pricebox_btns a.edd-free-download:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #78a450;
	background: -webkit-linear-gradient(left, #78a450 0%, #98bc53 100%);
	background: -o-linear-gradient(left, #78a450 0%, #98bc53 100%);
	background: linear-gradient(to right, #78a450 0%, #98bc53 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78a450', endColorstr='#98bc53',GradientType=1 );
	transition: opacity 0.2s ease-in-out;
}
.themes_pricebox_btns a.purchase_btn:after,
.bundles_pricebox_btns a.purchase_btn:after,
.themes_pricebox.free .themes_pricebox_btns a.edd-free-download:after{
	content: '';
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: #78a450;
}
.themes_pricebox_btns a.purchase_btn:hover:before,
.bundles_pricebox_btns a.purchase_btn:hover:before,
.themes_pricebox.free .themes_pricebox_btns a.edd-free-download:hover:before{
	opacity: 0;
}
.themes_pricebox_btns a.theme_demo_btn{
	background-color: #888;
}
.themes_pricebox_btns a.theme_demo_btn:hover{
	opacity: 1;
	background-color: #000;
}
.themes_pricebox.free .themes_pricebox_btns a.edd-free-download:before{
	background: #7e55b0;
	background: -webkit-linear-gradient(left, #7e55b0 0%, #a776e2 100%);
	background: -o-linear-gradient(left, #7e55b0 0%, #a776e2 100%);
	background: linear-gradient(to right, #7e55b0 0%, #a776e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e55b0', endColorstr='#a776e2',GradientType=1 );
}
.themes_pricebox.free .themes_pricebox_btns a.edd-free-download:after{
	background-color: #7e55b0;
}
.themes_pricebox.sale .themes_pricebox_btns a.purchase_btn:before{
	background: #e0563f;
	background: -webkit-linear-gradient(left, #e0563f 0%, #f8725c 100%);
	background: -o-linear-gradient(left, #e0563f 0%, #f8725c 100%);
	background: linear-gradient(to right, #e0563f 0%, #f8725c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0563f', endColorstr='#f8725c',GradientType=1 );
}
.themes_pricebox.sale .themes_pricebox_btns a.purchase_btn:after{
	background-color:#e0563f;
}

.themes_pricebox .themes_pricebox_btns .sale .price_regular{
	display: inline-block;
	margin-left: 10px;
	text-decoration: line-through;
	font-size: 12px;
	color: rgba(255,255,255,0.5);
}

.themes_single_wrap .themes_pricebox_included,
.bundles_single_wrap .bundles_pricebox_included{
	margin: 0 0 20px;
	padding-bottom: 1px;
	list-style: none;
}
.themes_single_wrap .themes_pricebox_included li,
.bundles_single_wrap .bundles_pricebox_included li{
	position: relative;
	padding: 4px 0 4px 27px;
	line-height: 22px;
	font-size: 14px;
	color: #333;
}
.themes_single_wrap .themes_pricebox_included svg,
.bundles_single_wrap .bundles_pricebox_included svg{
	position: absolute;
	left: 0;
	top: 7px;
	width: 16px;
	height: 16px;
}
.themes_single_wrap .themes_pricebox_included path,
.bundles_single_wrap .bundles_pricebox_included path{
	fill: #78a450
}
.themes_single_wrap .themes_pricebox.sale .themes_pricebox_included path{
	fill: #de543d;
}
.themes_single_wrap .themes_pricebox.free .themes_pricebox_included path{
	fill: #7a52ab;
}

.themes_pricebox .themes_pricebox_likes,
.bundles_pricebox .themes_pricebox_likes{
	margin: 0 -29px;
	padding: 20px 29px;
	border-top: 1px solid rgba(120,164,80,.5);
}
.themes_pricebox.free .themes_pricebox_likes{
	border-top: 1px solid rgba(122,82,171,0.5);
}
.themes_pricebox_likes .evatheme_likes,
.bundles_pricebox_likes .evatheme_likes{
	display: block;
	font-weight: 600;
	line-height: 20px;
	font-size: 14px;
	color: #000;
	cursor: pointer;
}
.themes_pricebox_likes .evatheme_likes.already_liked,
.bundles_pricebox_likes .evatheme_likes.already_liked{
	cursor: default;
}
.themes_pricebox_likes .evatheme_likes path,
.bundles_pricebox_likes .evatheme_likes path{
	fill: #888;
}
.themes_pricebox_likes .evatheme_likes:hover path,
.themes_pricebox_likes .evatheme_likes.already_liked path,
.bundles_pricebox_likes .evatheme_likes:hover path,
.bundles_pricebox_likes .evatheme_likes.already_liked path{
	fill: #de543d;
}
.themes_pricebox_likes .pull-right,
.bundles_pricebox_likes .pull-right{
	line-height: 20px;
}
.themes_pricebox_likes .pull-right i,
.bundles_pricebox_likes .pull-right i{
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	font-style: normal;
	line-height: 20px;
	font-size: 11px;
	color: #999;
}
.themes_pricebox_likes .likes_count,
.bundles_pricebox_likes .likes_count{
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	line-height: 20px;
	font-size: 18px;
	color: #000;
}
.themes_pricebox_likes svg,
.bundles_pricebox_likes svg{
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
}
.themes_pricebox_likes svg.liked,
.bundles_pricebox_likes svg.liked{
	display: none;
}
.themes_pricebox_likes .already_liked svg.liked,
.bundles_pricebox_likes .already_liked svg.liked{
	display: inline-block;
}
.themes_pricebox_likes .evatheme_add_like svg.liked,
.themes_pricebox_likes .already_liked svg.notliked,
.bundles_pricebox_likes .evatheme_add_like svg.liked,
.bundles_pricebox_likes .already_liked svg.notliked{
	display: none;
}


/* Share Box */
.themes_sharebox,
.bundles_sharebox{
	position: relative;
	padding-top: 24px;
	border:1px solid #e7e7e7;
}
.themes_sharebox svg,
.bundles_sharebox svg{
	position: absolute;
	left:17px;
	top: 30px;
}
.themes_sharebox path,
.bundles_sharebox path{
	fill:#a6a6a6;
}
.themes_sharebox h6,
.bundles_sharebox h6{
	margin-bottom: 9px;
	padding: 0 45px 0 69px;
	font-weight: 600;
	line-height: 22px;
	font-size: 14px;
}
.themes_sharebox p,
.bundles_sharebox p{
	margin-bottom: 24px;
	padding: 0 45px 0 69px;
	line-height: 22px;
	font-size: 12px;
}

a.themes_single_back_btn{
	display: block;
	margin: 50px 0 0;
	font-weight: 600;
	line-height: 20px;
	font-size: 14px;
	color: rgba(0,0,0,0.5);
}
a.themes_single_back_btn:hover{
	color:#333;
}
a.themes_single_back_btn svg{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
a.themes_single_back_btn path{
	fill: rgba(0,0,0,0.5);
}
a.themes_single_back_btn:hover path{
	fill: #333;
}


/* Single Theme and Single Post Share buttons */
.themes_sharebox .sharebox_links,
.bundles_sharebox .sharebox_links,
.blog_single_sharebox .sharebox_links{
	border-top: 1px solid #e7e7e7;
}
.themes_sharebox .sharebox_links a,
.bundles_sharebox .sharebox_links a,
.blog_single_sharebox .sharebox_links a{
	position: relative;
	float: left;
	width: 25%;
	height: 52px;
	text-align: center;
	color: rgba(17,17,17,0.35);
	background-color: #fff;
	border-right: 1px solid #e7e7e7;
	transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}
.themes_sharebox .sharebox_links a:last-child,
.bundles_sharebox .sharebox_links a:last-child,
.blog_single_sharebox .sharebox_links a:last-child{
	border-right: none;
}
.themes_sharebox .sharebox_links a:before,
.bundles_sharebox .sharebox_links a:before,
.blog_single_sharebox .sharebox_links a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	opacity: 0.1;
	transition: height 0.2s ease-in-out;
}
.themes_sharebox .sharebox_links i,
.bundles_sharebox .sharebox_links i,
.blog_single_sharebox .sharebox_links i{
	display: block;
	line-height: 52px;
	font-size: 19px;
}
.themes_sharebox .sharebox_links a.facebook:hover,
.bundles_sharebox .sharebox_links a.facebook:hover,
.blog_single_sharebox .sharebox_links a.facebook:hover{
	color: #424eab;
	box-shadow: 0px -3px 0px #424eab inset;
}
.themes_sharebox .sharebox_links a.facebook:hover:before,
.bundles_sharebox .sharebox_links a.facebook:hover:before,
.blog_single_sharebox .sharebox_links a.facebook:hover:before{
	height:100%;
	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, #424eab 100%);
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,#424eab 100%);
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,#424eab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#424eab',GradientType=0 );
}

.themes_sharebox .sharebox_links a.twitter svg,
.bundles_sharebox .sharebox_links a.twitter svg,
.blog_single_sharebox .sharebox_links a.twitter svg {
	position:absolute;
	left:26px;
	top:16px;
	width: 18px;
    height: 18px;
}
.themes_sharebox .sharebox_links a.twitter:hover path,
.bundles_sharebox .sharebox_links a.twitter:hover path,
.blog_single_sharebox .sharebox_links a.twitter:hover path {
	fill:#63d8ff;
}
.themes_sharebox .sharebox_links a.twitter:hover,
.bundles_sharebox .sharebox_links a.twitter:hover,
.blog_single_sharebox .sharebox_links a.twitter:hover{
	color: #63d8ff;
	box-shadow: 0px -3px 0px #63d8ff inset;
}
.themes_sharebox .sharebox_links a.twitter:hover:before,
.bundles_sharebox .sharebox_links a.twitter:hover:before,
.blog_single_sharebox .sharebox_links a.twitter:hover:before{
	height:100%;
	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, #63d8ff 100%);
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,#63d8ff 100%);
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,#63d8ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#63d8ff',GradientType=0 );
}
.themes_sharebox .sharebox_links a.google-plus:hover,
.bundles_sharebox .sharebox_links a.google-plus:hover,
.blog_single_sharebox .sharebox_links a.google-plus:hover{
	color: #DC4A38;
	box-shadow: 0px -3px 0px #DC4A38 inset;
}
.themes_sharebox .sharebox_links a.google-plus:hover:before,
.bundles_sharebox .sharebox_links a.google-plus:hover:before,
.blog_single_sharebox .sharebox_links a.google-plus:hover:before{
	height:100%;
	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, #DC4A38 100%);
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,#DC4A38 100%);
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,#DC4A38 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#DC4A38',GradientType=0 );
}
.themes_sharebox .sharebox_links a.pinterest:hover,
.bundles_sharebox .sharebox_links a.pinterest:hover,
.blog_single_sharebox .sharebox_links a.pinterest:hover{
	color: #de3b36;
	box-shadow: 0px -3px 0px #de3b36 inset;
}
.themes_sharebox .sharebox_links a.pinterest:hover:before,
.bundles_sharebox .sharebox_links a.pinterest:hover:before,
.blog_single_sharebox .sharebox_links a.pinterest:hover:before{
	height:100%;
	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, #de3b36 100%);
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,#de3b36 100%);
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,#de3b36 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#de3b36',GradientType=0 );
}
.themes_sharebox .sharebox_links a.linkedin:hover,
.bundles_sharebox .sharebox_links a.linkedin:hover,
.blog_single_sharebox .sharebox_links a.linkedin:hover{
	color: #0274b3;
	box-shadow: 0px -3px 0px #0274b3 inset;
}
.themes_sharebox .sharebox_links a.linkedin:hover:before,
.bundles_sharebox .sharebox_links a.linkedin:hover:before,
.blog_single_sharebox .sharebox_links a.linkedin:hover:before{
	height:100%;
	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, #0274b3 100%);
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,#0274b3 100%);
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,#0274b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#0274b3',GradientType=0 );
}
.themes_sharebox .sharebox:hover .sharebox_links a,
.bundles_sharebox .sharebox:hover .sharebox_links a,
.blog_single_sharebox .sharebox:hover .sharebox_links a{
	height:50px;
	opacity:1;
}
.themes_sharebox .sharebox:hover .sharebox_links a,
.bundles_sharebox .sharebox:hover .sharebox_links a,
.blog_single_sharebox .sharebox:hover .sharebox_links a{
	height:50px;
	opacity:1;
}

.themes_single_wrap .heading_block.text-center{
	margin-bottom:45px;
	text-align:left;
}
.themes_single_wrap .popular_themes_block.mb110{
	margin-bottom:40px !important;
	border-bottom: 0;
}


/* Software Box */
.themes_softwarebox{
	padding: 25px 29px 30px;
	border:1px solid #e7e7e7;
}
.themes_softwarebox h6{
	margin-bottom: 8px;
	font-weight: 600;
	line-height: 22px;
	font-size: 14px;
	color: #000;
}
.themes_softwarebox p{
	margin-bottom: 19px;
	font-weight: 500;
	line-height: 22px;
	font-size: 14px;
	color: rgba(0,0,0,0.5);
}

.themes_softwarebox .compatibility_list{
	margin: 0 0 19px;
	list-style: none;
	font-weight: 500;
	line-height: 22px;
	font-size: 14px;
	color: rgba(0,0,0,0.5);
}
.themes_softwarebox .compatibility_list li{
	display: inline-block;
	margin-right: 7px;
}
.themes_softwarebox .compatibility_list li:after{
	content: ',';
}
.themes_softwarebox .compatibility_list li:last-child:after{
	display: none;
}

.themes_softwarebox .themes_divider{
	margin-top: 31px;
	margin-bottom: 23px;
	border-bottom: 1px solid #e7e7e7; 
}
.themes_softwarebox .themes_docs,
.themes_softwarebox .themes_changelog{
	position: relative;
	display: block;
	padding-left: 40px;
}
.themes_softwarebox .themes_docs h6,
.themes_softwarebox .themes_changelog h6{
	margin-bottom: 0;
	transition: color 0.2s ease-in-out;
}
.themes_softwarebox .themes_docs:hover h6,
.themes_softwarebox .themes_changelog:hover h6{
	color: #9966cc;
}
.themes_softwarebox .themes_docs svg,
.themes_softwarebox .themes_changelog svg{
	position: absolute;
	left: 0;
	top: 4px;
	width: 26px;
	height: 30px;
}
.themes_softwarebox .themes_docs path,
.themes_softwarebox .themes_changelog path{
	fill: rgba(0,0,0,0.35);
	transition: fill 0.2s ease-in-out;
}
.themes_softwarebox .themes_docs:hover path,
.themes_softwarebox .themes_changelog:hover path{
	fill: #9966cc;
}
.themes_softwarebox .themes_docs span,
.themes_softwarebox .themes_changelog span{
	position: relative;
	display: block;
	padding-left: 14px;
	line-height: 15px;
	font-size: 12px;
	color: #111;
}
.themes_softwarebox .themes_docs span:before,
.themes_softwarebox .themes_changelog span:before{
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #78a450;
}


/* Features & Plugins block */
.themes_single_features_wrap{
	margin-top: 140px;
	padding-top: 45px;
	padding-bottom: 110px;
	background-color: #f6f6f6;
}
.themes_single_features_wrap h2{
	line-height: 50px;
	font-size: 32px;
}
.themes_single_features_wrap .features_item{
	padding: 30px 30px 36px;
	background-color: #fff;
}
.themes_single_features_wrap .features_item h4{
	margin-bottom: 14px;
	padding-right: 10px;
	min-height: 52px;
	line-height: 26px;
	font-size: 16px;
}
.themes_single_features_wrap .features_item p{
	margin-bottom: 0;
	min-height: 96px;
	line-height: 24px;
	font-size: 13px;
}


/* Single Themes Gallery */
#themes_single_gallery{
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	background-color: #fff;
}
body.themes_gallery_active{
	overflow: hidden;
}

.themes_gallery_header{
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	right: 0;
	background-color: #000;
	margin-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}
.themes_gallery_logo_wrap{
	float: left;
	width: 28%;
}
.themes_gallery_header .evatheme-logo{
	margin-right: 37px;
}
.themes_gallery_header .themes_gallery_tagline{
	display: inline-block;
	vertical-align: top;
	width: 200px;
	padding-top: 23px;
	padding-bottom: 23px;
	font-weight: 500;
	line-height: 17px;
	font-size: 14px;
	color: #fff;
}

.themes_gallery_thumb{
	float: left;
	width: 44%;
	padding: 12px 0 0;
}
.themes_gallery_thumb a{
	display: inline-block;
	vertical-align: top;
	margin: 0 7px 11px;
}
.themes_gallery_thumb a img{
	opacity:0.5;
	transition: opacity 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.themes_gallery_thumb a img.active{
	opacity: 1;
	box-shadow: 0 0 0 2px #fff;
}

.themes_gallery_wrap{
	padding-top: 130px;
}

.themes_image_wrap,
.bundles_image_wrap{
	margin: 0 auto;
	padding: 0;
	border: 1px solid #e7e7e7;
	border-radius: 3px 3px 0 0;
}
.gallery_brawser_head{
	position: relative;
	height: 30px;
	border-bottom: 1px solid #e7e7e7;
}
.gallery_brawser_head span{
	position: absolute;
	top: 12px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #e7e7e7;
}
.gallery_brawser_head span:nth-child(1){
	left: 19px;
}
.gallery_brawser_head span:nth-child(2){
	left: 34px;
}
.gallery_brawser_head span:nth-child(3){
	left: 49px;
}

#thumbnails a{
	display: block;
	height: 100%;
	width: 100%;
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
}

.themes_gallery_close{
	float: right;
	position: relative;
	width: 28%;
}
.themes_gallery_close a{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
}
.themes_gallery_close a:before,
.themes_gallery_close a:after{
  	content: '';
  	position: absolute;
  	left: 4px;
  	top:50%;
  	width: 31px;
  	height: 3px;
  	background-color: #fff;
  	transition: background-color 0.2s ease-in-out;
}
.themes_gallery_close a:hover:before,
.themes_gallery_close a:hover:after{
  	background-color: #999;
}
.themes_gallery_close a:before{
  	transform: rotate(-45deg) translateY(0);
}
.themes_gallery_close a:after{
  	transform: rotate(45deg) translateY(-1px);
}


.scroll-wrap{
	overflow: auto;
}



/**
 * 9.11 - Single Post
 */

#blog_single_wrap,
#faq_single_wrap {
	padding-top: 176px;
}

h1.single_post_title{
	margin-bottom:74px;
	padding-left: 20%;
	padding-right: 20%;
	font-weight: 700;
	line-height:64px;
	font-size:52px;
}

#blog_single_wrap .post_meta,
#faq_single_wrap .post_meta,
article.post .post_meta{
	margin-bottom:20px;
	line-height: 20px;
	font-size: 11px;
	color: rgba(27,27,27,0.6);
}
#blog_single_wrap .post_meta span,
#faq_single_wrap .post_meta span,
article.post .post_meta span{
	display:inline-block;
	padding: 0 11px 0 13px;
}
#blog_single_wrap .post_meta span.post_meta_category,
#faq_single_wrap .post_meta span.post_meta_category,
article.post .post_meta span.post_meta_category{
	padding-left: 0;
}
#blog_single_wrap .post_meta span.post_meta_category,
#blog_single_wrap .post_meta span.post_meta_category a,
#faq_single_wrap .post_meta span.post_meta_category,
#faq_single_wrap .post_meta span.post_meta_category a,
article.post .post_meta span.post_meta_category,
article.post .post_meta span.post_meta_category a{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
	color: #333;
}
#blog_single_wrap .post_meta span.post_meta_category a:hover,
#faq_single_wrap .post_meta span.post_meta_category a:hover,
article.post .post_meta span.post_meta_category a:hover{
	color: #7b52ab;
}
#blog_single_wrap .post_meta span.post_meta_date,
#blog_single_wrap .post_meta span.post_meta_comments,
#faq_single_wrap .post_meta span.post_meta_date,
#faq_single_wrap .post_meta span.post_meta_comments,
article.post .post_meta span.post_meta_date,
article.post .post_meta span.post_meta_comments{
	position: relative;
}
#blog_single_wrap .post_meta span.post_meta_date:before,
#blog_single_wrap .post_meta span.post_meta_comments:before,
#faq_single_wrap .post_meta span.post_meta_date:before,
#faq_single_wrap .post_meta span.post_meta_comments:before,
article.post .post_meta span.post_meta_date:before,
article.post .post_meta span.post_meta_comments:before{
	content: '';
	position: absolute;
	top: 4px;
	width: 1px;
	height: 13px;
	background-color: rgba(0,0,0,0.15);
}
#blog_single_wrap .post_meta span.post_meta_date:before,
#blog_single_wrap .post_meta span.post_meta_comments:before,
#faq_single_wrap .post_meta span.post_meta_date:before,
#faq_single_wrap .post_meta span.post_meta_comments:before,
article.post .post_meta span.post_meta_date:before,
article.post .post_meta span.post_meta_comments:before{
	left: 0;
}
#blog_single_wrap .post_meta svg,
#faq_single_wrap .post_meta svg,
article.post .post_meta svg{
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin-right: 7px;
	margin-top: -3px;
}
#blog_single_wrap .post_meta path,
#faq_single_wrap .post_meta path,
article.post .post_meta path{
	fill: rgba(27,27,27,0.3);
}


/* Share Box */
.blog_single_sharebox{
	position: relative;
	margin-bottom: 80px;
}
.blog_single_sharebox:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 27px;
	height: 1px;
	background-color: #e7e7e7;
}
.blog_single_sharebox span{
	position: absolute;
	z-index: 5;
	left: 0;
	top: 20px;
	display: block;
	padding-right: 12px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 14px;
	font-size: 9px;
	color: rgba(0,0,0,0.35);
	background-color: #fff;
}
.blog_single_sharebox .sharebox_links{
	width: 311px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
}
.blog_single_sharebox .sharebox_links a{
	z-index: 4;
}
.blog_single_sharebox .sharebox_links i{
	font-size: 22px;
}


.single_post_content{
	padding-left: 17%;
	padding-right: 17%;
}
.single_post_content p{
	line-height:32px;
	font-size:18px;
}
.single_post_content p img{
	max-width: none;
}
.single_post_content h1{
	margin-bottom:30px;
}
.single_post_content h2{
	margin-bottom:30px;
}
.single_post_content h3{
	margin-bottom:20px;
}
.single_post_content h4{
	margin-bottom:20px;
}
.single_post_content h5{
	margin-bottom:15px;
}
.single_post_content h6{
	margin-bottom:10px;
}
.single_post_content pre{
	line-height:24px;
	font-size:14px;
}

.single_post_meta_tags{
	margin-top:30px;
	margin-bottom: 118px;
	padding-left: 17%;
	padding-right: 17%;
	line-height:28px;
	font-size:16px;
	color:#999;
}
.single_post_meta_tags i{
	display:inline-block;
	vertical-align:top;
	margin-right:8px;
	line-height:28px;
	font-size:18px;
	color:#999;
}
.single_post_meta_tags a{
	display:inline-block;
	vertical-align:top;
	line-height:28px;
	font-size:16px;
	color:#999;
}
.single_post_meta_tags a:hover{
	color:#000;
}


/* Related Posts */
#related_posts_list{
	margin-bottom: 50px;
	padding-top: 90px;
	border-top: 1px solid rgba(0,0,0,0.1);
}
#related_posts_list h4{
	margin-bottom: 50px;
}




/**
 * 9.12 - Page Contacts
 */

.contact_form_block{
	background-color:#f6f6f6;
}
.contact_form_block .container{
	padding-top:95px;
}

.service_item_big{
	position: relative;
	padding:33px 50px 45px 200px;
	border:1px solid #e7e7e7;
	transition: box-shadow 0.2s ease-in-out;
}
.service_item_big:hover{
	box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
}
.service_item_big svg{
	position: absolute;
	left: 60px;
	top: 60px;
}
.service_item_big path{
	fill: #333;
}
.service_item_big h5{
	margin-bottom:22px;
	font-size:24px;
}
.service_item_big p{
	line-height: 28px;
	font-size: 14px;
	margin-bottom:33px;
}
.service_item_big .btn{
	padding:10px 40px;
}


/* Contact Form 7 */




/**
 * 9.13 - Page Video Instructions
 */

.video_instructions_item a{
	position:relative;
	display:block;
	background-color:#000;
}
.video_instructions_item a a.pinit-button{
	display: none !important;
}
.video_instructions_item a:before{
	content:'';
	position:absolute;
	z-index:2;
	left:50%;
	top:50%;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	border-radius:50%;
	box-shadow: 0 0 0 2px #fff inset;
	transition: box-shadow 0.2s ease-in-out;
}
.video_instructions_item a:hover:before{
	box-shadow:0 0 0 60px #fff inset;
}
.video_instructions_item a:after{
	content:'';
	position:absolute;
	z-index:3;
	left:50%;
	top:50%;
	width: 0;
	height: 0;
	margin-left:3px;
	border-top: 10px solid transparent;
	border-left: 15px solid #fff;
	border-bottom: 10px solid transparent;
	transform:translate(-50%, -50%);
	transition: border-color 0.2s ease-in-out;
}
.video_instructions_item a:hover:after{
	border-left-color: #9966cc;
}
.video_instructions_item a img{
	transition: opacity 0.2s ease-in-out;
}
.video_instructions_item a:hover img{
	opacity:0.5;
}
.video_instructions_item h6{
	transition: color 0.2s ease-in-out;
}
.video_instructions_item:hover h6{
	color:#9966cc;
}


/**
 * 9.14 - Page 404
 */
#error404_container{
	padding:200px 0;
}
#error404_container h1{
	margin-bottom:41px;
	font-weight:900;
	line-height:200px;
	font-size:220px;
}
#error404_container h2{
	margin-bottom:25px;
	text-transform:uppercase;
	font-weight:500;
	line-height:32px;
	font-size:24px;
	letter-spacing:2px;
}
#error404_container p{
	display:inline-block;
	vertical-align:top;
	width:40%;
	margin-bottom:0;
	font-weight:300;
	line-height:26px;
	font-size:16px;
}


/**
 * 9.14 - Page Documentation
 */

.docs_list{
	margin:0;
	list-style:none;
}
.docs_list li{
	margin-bottom:-1px;
	padding:19px 19px 19px 30px;
	border:1px solid #e7e7e7;
	transition: box-shadow 0.2s ease-in-out;
}
.docs_list li:hover{
	box-shadow: 4px 5px 15px rgba(0,0,0,0.1);
}
.docs_list h5{
	max-width:80%;
	margin:9px 0 11px;
	line-height:30px;
	font-size:24px;
	transition: color 0.2s ease-in-out;
}
.docs_list li:hover h5 a{
	color:#9966cc;
}
.docs_list .btn{
	padding:11px 55px;
}



/**
 * 9.15 - Page FAQ
 */

.faq_block h2{
	margin-bottom:120px;
	padding-right:20px;
	font-size:50px;
	line-height:60px;
}
.faq_block .faq_item{
	position:relative;
	display:block;
	padding:40px;
	border:1px solid #e7e7e7;
	transition: box-shadow 0.2s ease-in-out;
}
.faq_block .faq_item:hover{
	box-shadow: 4px 5px 15px rgba(0,0,0,0.1);
}
.faq_block .faq_item h4{
	margin-bottom:24px;
	line-height:34px;
	font-size:24px;
	transition: color 0.2s ease-in-out;
}
.faq_block .faq_item p{
	margin-bottom:0;
	line-height:28px;
	font-size:16px;
	color:#333;
}
.faq_block .faq_item span{
	overflow:hidden;
	position:absolute;
	right:25px;
	bottom:0;
	display:block;
	height:47px;
	line-height:50px;
	font-size:70px;
	color:#e7e7e7;
}



/**
 * 9.16 - Bundle Single Page
 */


/* Bundles list */
article.bundles .post_format_content{
	margin-top: 10px;
}
article.bundles .bundle_descr_wrap{
	margin-left: 30px;
}
article.bundles .bundle_title{
	margin-bottom: 22px;
	font-weight: 700;
	line-height: 46px;
	font-size: 32px;
}
article.bundles .bundle_content{
	line-height: 32px;
	font-size: 16px;
}
article.bundles .bundle_price{
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 10px 0;
	padding: 0 20px;
	font-weight: 700;
	line-height: 50px;
	font-size: 32px;
	color: #78a450;
	border-radius: 3px;
	background-color: rgba(120,164,80,0.15);
}
article.bundles .bundle_price.full_price{
	text-decoration: line-through;
	color: #ccc;
	background-color: rgba(153,153,153,0.15);
}
article.bundles a.bundle_btn,
.bundles_single_wrap .bundles_content a.bundle_purchase_btn{
	overflow: hidden;
	position: relative;
	z-index: 10;
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 10px 0;
	padding: 0 55px;
	text-decoration: none;
	font-weight: 500;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
}
article.bundles a.bundle_btn:before,
.bundles_single_wrap .bundles_content a.bundle_purchase_btn:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background: #78a450;
	background: -webkit-linear-gradient(left, #78a450 0%, #98bc53 100%);
	background: -o-linear-gradient(left, #78a450 0%, #98bc53 100%);
	background: linear-gradient(to right, #78a450 0%, #98bc53 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78a450', endColorstr='#98bc53',GradientType=1 );
	transition: opacity 0.2s ease-in-out;
}
article.bundles a.bundle_btn:after,
.bundles_single_wrap .bundles_content a.bundle_purchase_btn:after{
	content: '';
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: #78a450;
	border-radius: 3px;
}
article.bundles a.bundle_btn:hover:before,
.bundles_single_wrap .bundles_content a.bundle_purchase_btn:hover:before{
	opacity: 0;
}

.bundle_timer_wrap{
	margin-top: 24px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 26px;
	font-size: 11px;
	color: #000
}
.bundle_timer_icon{
	display: inline-block;
	vertical-align: top;
}
.bundle_timer_wrap svg{
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 7px;
	width: 15px;
	height: 15px;
}
.bundle_timer_wrap path{
	fill: #999;
}
.bundle_timer{
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
}


/* Single Bundle */
body.single-bundles.pagetitle_hide #page-content{
	padding-top: 160px;
}

.bundles_single_wrap .popular_themes_block{
	border: 0;
}
.bundles_single_wrap .bundles_content{
	padding-left: 20px;
	font-size: 14px;
	line-height: 28px;
}
.bundles_single_wrap .bundles_content ul{
	list-style:none;
	margin:0 0 2em;
}
.bundles_single_wrap .bundles_content li{
	position:relative;
	margin-bottom:10px;
	padding-left:18px;
}
.bundles_single_wrap .bundles_content li:before{
	content:'';
	position:absolute;
	left:0;
	top:11px;
	width:5px;
	height:5px;
	border-radius: 50%;
	background-color: #333;
}

.bundles_image_wrap a > .bundles_gallery_img.pinit-hover{
	filter: none !important;
	transition: opacity 0.2s ease-in-out;
}
.bundles_image_wrap a.bundles_image_a{
	overflow: hidden;
	position: relative;
	display: block;
	height: 690px;
}
.bundles_image_wrap a.bundles_image_a:hover .bundles_gallery_img{
	opacity: 0.25 !important;
	filter: none !important;
}
a.bundles_image_a .gallery_preview_btn{
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	padding-left: 45px;
	padding-right: 45px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	opacity: 0;
	background-color: #888;
	transform: translate(-50%, -50%);
	transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
a.bundles_image_a:hover .gallery_preview_btn{
	opacity: 1;
}
a.bundles_image_a .gallery_preview_btn:hover{
	background-color: #333;
}
a.bundles_image_a .gallery_preview_btn svg{
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
	margin-top: -4px;
}
a.bundles_image_a .gallery_preview_btn path{
	fill:#fff;
}

.bundles_pricebox_savings{
	margin: 0 -29px;
	padding: 17px 10px 11px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	border-top: 1px solid rgba(120,164,80,0.5);
}
.bundles_pricebox_savings span{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}
.bundles_pricebox_savings span b{
	display: block;
	font-size: 16px;
	color: #000;
}

.bundles_pricebox .bundle_timer_wrap{
	margin: 0 -29px;
	padding: 11px 10px 13px;
	line-height: 22px;
	border-top: 1px solid rgba(120,164,80,0.5);
}

.bundles_moneyback_wrap{
	position: relative;
	z-index: 100;
	margin: 0 -30px -1px;
	padding: 27px 10px 22px 88px;
	line-height: 20px;
	color: #fff;
	background: #78a450;
	background: -webkit-linear-gradient(left, #78a450 0%, #98bc53 100%);
	background: -o-linear-gradient(left, #78a450 0%, #98bc53 100%);
	background: linear-gradient(to right, #78a450 0%, #98bc53 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78a450', endColorstr='#98bc53',GradientType=1 );
}
.themes_pricebox.sale .bundles_moneyback_wrap{
	background: #e0563f;
	background: -webkit-linear-gradient(left, #e0563f 0%, #f8725c 100%);
	background: -o-linear-gradient(left, #e0563f 0%, #f8725c 100%);
	background: linear-gradient(to right, #e0563f 0%, #f8725c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0563f', endColorstr='#f8725c',GradientType=1 );
}
.bundles_moneyback_wrap svg{
	position: absolute;
	left: 20px;
	top: 30px;
	width: 50px;
	height: 50px;
}
.bundles_moneyback_wrap path{
	fill: #fff;
}
.bundles_moneyback_wrap p{
	display: block;
	margin: 0;
	padding-right: 45px;
	font-weight: 600;
	line-height: 20px;
	font-size: 14px;
}
.bundles_moneyback_wrap span{
	display: block;
	font-family: 'Open Sans', sans-serif;
	line-height: 21px;
	font-size: 12px;
}

.bundles_single_content article.themes .post-title{

}

/* Bundles Offer Notice */
.bundle_offer_wrap{
	position: relative;
	margin-top: 30px;
	padding: 22px 290px 16px 29px;
	border:1px solid #bbd1a7;
	background-color: #f8fcf4;
}
.bundle_offer_wrap h5{
	margin-bottom: 0;
}
.bundle_offer_wrap p{
	margin-bottom: 10px;
	line-height: 26px;
	font-size: 14px;
	color: rgba(51,51,51,0.75);
}
.bundles_single_wrap .bundles_content .bundle_offer_wrap a.bundle_purchase_btn{
	position: absolute;
	right: 29px;
	top: 29px;
}

/**
 * 9.17 - Page Services
 */

.service_block1 {
	padding-bottom:100px;
	background-image:url(assets/images/services_img2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 40%;
}
.service_block1 > .container > .row {
	display: flex;
    align-items: flex-end;
}
.service_img1_wrap {
	position: relative;
}
.service_img1_wrap img {
	position: absolute;
	left: 0;
	bottom:40px;
	box-shadow: 11px 20px 25px rgba(0, 0, 0, 0.1);
}
.service_block1 .service_block_icon_wrap {
	text-align:center;
	padding-right:110px;
}
.service_block1 h2 {
	margin-top: -15px;
	font-weight: 700;
}
.service_block1 .service_block_icon_wrap path {
	fill:#333;
}
.service_block1 .service_block_icon_wrap svg {
	margin:0 auto 35px;
	width:90px;
	height:90px;
}
.service_block1 .service_block_icon_wrap h5 {
	text-align:left;
}

.service_block2 {
	position:relative;
	z-index: 10;
	padding-top:150px;
	padding-bottom:150px;
	background-image:url(assets/images/services_img3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.service_block2 .section_overlay {
	position:absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
}
.service_block2 .section_inner {
	position: relative;
	z-index: 3;
	text-align: center;
}
.service_block2 h2 {
	font-weight:700;
	color:#fff;
}

.service_block3 {
	padding-top: 140px;
	padding-bottom: 140px;
}

/* Srvices List */
#paid_services_list .paid_services_inner {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	grid-template-columns: 1fr 1fr 1fr;
	margin-left: 0;
	margin-right: 0;
	border:1px solid #e8e8e8;
	border-radius:5px;
}
#paid_services_list .paid_service_item_wrap {
	padding:0;
	transition: background-color 0.2s ease-in-out;
}
.paid_service_item_wrap.service_item_id24773 {
	width: 100%;
}
.paid_service_item_wrap:hover {
	background-color: #f8fcf4;
}
.paid_service_item {
	position: relative;
	display:flex;
	flex-direction: column;
    justify-content: space-between;
	min-height: 310px;
	padding: 30px 35px 35px;
}
.paid_service_item:before {
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	right:0;
	bottom:0;
	border:1px solid #e8e8e8;
	transition: border-color 0.2s ease-in-out;
}
.service_item_count4 .paid_service_item:before,
.service_item_count7 .paid_service_item:before,
.service_item_count10 .paid_service_item:before {
	right: -1px;
}
.paid_service_item_wrap:hover .paid_service_item:before {
	border-color:#78a450;
}
.paid_service_item_wrap.service_item_id24773 .paid_service_item {
	min-height:240px;
}
.paid_service_item h5 {
	margin-bottom: 10px;
	font-weight: 700;
}
.paid_service_item_top,
.paid_service_item_bottom {
	position: relative;
	z-index: 10;
}
.paid_service_item_bottom {
	display: flex;
	justify-content: space-between;
}
.paid_service_price_wrap {
	padding: 0 10px;
	height:40px;
    font-weight: 600;
    line-height: 40px;
    font-size: 15px;
    color: #78a450;
    border-radius:3px;
    background-color: rgba(120,164,80, 0.15);
}
.paid_service_price_wrap .price_amount {
	font-size: 18px;
}
.paid_service_price_wrap .price_amount {
	font-size: 14px;
}
.paid_service_item_bottom .btn {
	overflow: hidden;
	position: relative;
	z-index: 10;
	display: block;
	padding: 8px 20px;
	text-align: center;
	font-weight: 500;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	opacity:0;
	border-radius:5px;
	transition: opacity 0.3s ease-in-out;
}
.paid_service_item_wrap:hover .paid_service_item_bottom .btn {
	opacity:1;
}
.paid_service_item_bottom .btn:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #78a450;
	background: -webkit-linear-gradient(left, #78a450 0%, #98bc53 100%);
	background: -o-linear-gradient(left, #78a450 0%, #98bc53 100%);
	background: linear-gradient(to right, #78a450 0%, #98bc53 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78a450', endColorstr='#98bc53',GradientType=1 );
	transition: opacity 0.2s ease-in-out;
}
.paid_service_item_bottom .btn:after{
	content: '';
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: #78a450;
}
.paid_service_item_bottom .btn:hover:before{
	opacity: 0;
}


/**
 * 9.18 - Page Profile
 */
#edd_profile_editor_form {
	margin-top: -100px;
	margin-bottom: 100px;
}
#edd_profile_editor_form > fieldset > legend {
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}
#edd_profile_editor_form label {
	font-weight: 400;
}
fieldset#edd_profile_submit_fieldset {
	padding: 0;
	border: 0;
}

#edd_profile_editor_submit {
	padding: 4px 30px;
    font-weight: 500;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #7b52ab;
}


/**
 * 10.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 10.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 10.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667%;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

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

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

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

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

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

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

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 11.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 12.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}



/**
 * 13.0 - Custom Classes
 */

.theme_color{
	color:#7b52ab;
}
.text-center {
	text-align: center;
}

.mt0 { margin-top: 0px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }

.mb-200 { margin-bottom: -200px; }
.mb0 { margin-bottom: 0px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.mb110 { margin-bottom: 110px; }
.mb120 { margin-bottom: 120px; }
.mb125 { margin-bottom: 125px; }
.mb130 { margin-bottom: 130px; }
.mb140 { margin-bottom: 140px; }
.mb150 { margin-bottom: 150px; }

.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb90 { padding-bottom: 90px; }