/*
theme name: فروش فایل
version: 1.0
Author: 2sweb.ir
Author URI: http://2sweb.ir
Desctiption:
*/

body {
    font-family: 'yekan-font', tahoma;
    background: #fff;
    color: #333;
    background-color: #f7f8fa;
}

:focus {
    outline: 0;
}

a {
    color: #2980B9;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}

a:hover {
    text-decoration: none;
}

a:active,
a:visited,
a:focus {
    background: transparent;
    outline: 0;
    text-decoration: none;
}
.title_icon_a:before,.title_icon_b:before {
    background: url(images/sprite_title.png) no-repeat;
}
/*
=navigation
-----------------------------------------*/
#navigation {
    width: 100%;
    background-color: #006064;
    min-height: 45px;
    border-bottom: 2px solid #fff;
    
}
#logo_site {
    float: left;
}
#logo_site h1,#logo_site h2 {
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -99999px;
}
#logo_site h2 {
    font-size: 14px;
    color: #ccc;
    top: 15px;
}
#logo_site img {
    width: 150px;
    height: 50px;
    margin: 4px 0;
}
#contact_header {
    float: right;
    margin-top: 10px;
}
#contact_header span.contact_item {
    display: block;
    margin-bottom: 5px;
    color: #eee;
    clear: both;
}
#contact_header span span {
    display: inline-block;
    direction: ltr;
    text-align: left;
    font-size: 13px;
}
#contact_header span i {
    font-weight: normal;
    vertical-align: middle;
    padding-right: 6px;
}
#masthead {
    width: 100%;
    height: 300px;
    background: url(images/wrapper_bg.jpg) no-repeat center;
    max-width: 1920px;
    margin: 0 auto;
}
#masthead .row-container {
    display: table;
    margin: 40px auto;
}
#user_panel {
    float: right;
    margin-left: 100px;
}
#user_panel ul {
color:#fff;
 }
#user_panel ul li {
    margin-bottom: 10px;
    margin-top: 8px;
}
#user_panel ul li a {
    display: block;
    color: #006064;
    text-align: center;
    border-radius: 3px;
    padding: 4px 20px;
    line-height: 25px;
    background-color: #fff;
}
#user_panel ul li a:hover {
    color: #fff;

}
#search_panel {
    float: left;
    margin-top: 5px;
}
#search_panel #title-counter {
    text-align: center;
    color: #fcfcfc;
    font-size: 24px;
    margin-bottom: 30px;
}
#search-form {
	float: left;
	border: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
	background-color: #fff;
    border-radius: 4px;
    padding:5px 10px;
}
#search-form input {
	border: none;
	background: none;
}
#search-form #search-text {
	height: 25px;
	padding: 3px 4px;
	line-height: 25px;
	width: 400px;
    max-width: 100%;
	float: right;
	color: #444;
    font-size: 13px;
}
#search-form #search-submit {
	background: url(images/sch_icon.png) no-repeat center center;
	width: 20px;
	height: 20px;
	float: right;
	cursor: pointer;
	margin-top:2px;
}
#search-form #search-text::-webkit-input-placeholder { 
  color: #888;
}
#search-form #search-text::-moz-placeholder { 
  color: #888;
}
#search-form #search-text:-ms-input-placeholder {
  color: #888;
}
#search-form #search-text:-moz-placeholder { 
  color: #888;
}

.category_list {
    display: table;
    margin: 5px auto 10px;
}
.category_list ul li {
    float: right;
    margin:5px 22px;
}
.category_list ul li a {
    display: block;
    color: #fff;
    padding: 5px 25px;
    border-radius: 3px;
    background-color: #006064;
    border-bottom: 3px solid #00838f;
    line-height: 25px;
}
.category_list ul li a:hover {
    color: #fff;
}
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00838f;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 2px;

}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*
=main-content
-------------------------------*/
#index-main {
	margin-bottom: 30px;
}
.products_row {
    margin-bottom: 15px;
}
.section_header {
    border-bottom: 2px solid #006064;
    padding-bottom: 7px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.section_header .title_section {
    position: relative;
    line-height: 30px;
    float: right;
    font-size: 18px;
    padding-right: 40px;
    color: #333;
}
.title_icon_a {
    margin-bottom: 5px;
}
.title_icon_a:before,.title_icon_b:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 33px;
    background-position: 0 0;
}
.title_icon_b:before {
    background-position: -37px 0;
}
.section_header .archive_link {
    display: block;
    line-height: 25px;
    color: #006064;
    margin-top: 5px;
    float: left;
}
.section_header .archive_link:hover {
    color: #00838f;
}
.product_item {
    margin-bottom: 25px;
}
.product_item .wrap  {
    background-color: #fff;
}
.product_item .wrap .thumb_item {
    display: block;
    height: 130px;
}
.product_item .wrap figure {
    position: relative;
    background-color: #000;
    width: 177px;
    margin: auto;
    border: 2px solid #fff;

}
.product_item .wrap figure figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px 10px 5px;
    line-height: 24px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}
.product_item .wrap figure img {
    width: 177px;
    height: 130px;
    margin: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product_item .wrap:hover figure figcaption {
    visibility: visible;
    opacity: 1;
}
.product_item .wrap:hover figure img {
    opacity: .3;
}
.product_item .wrap .item_caption {
    line-height: 24px;
}
.product_item .wrap .item_caption a{
    display: block;
    padding: 10px 5px 5px;
    color: #555;
    font-size: 13px;
}
.product_item .wrap .item_caption a:hover {
    color: #006064;
}
.product_item .wrap .price_buy_theme {
    display: block;
    margin-top: 15px;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    background-color: #006064;
    
}
.index-row-ads img {
    margin:10px auto;
}
/*
=articles
-----------------------------------*/
.articles .panel-default {
    border: 0;
}
.articles .panel-default > .panel-heading {
    background-color: #fff;
    border-bottom: 3px solid #e8e8e8;
}
.articles .panel-group .panel {
    margin-bottom: 10px;
}
.articles .panel .panel-title .cat_panel {
    display: block;
    font-size: 12px;
}
.panel-heading .accordion-toggle h4:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  
    content:"\E113";   
    float: left;        
    color: grey;
    margin-top: 6px;
    overflow: no-display;
}
.panel-heading .accordion-toggle.collapsed h4:after {
    content:"\E114";
}
.articles .file_panel .icon_panel {
    float: right;
    margin: 7px 0 0 5px;
    width: 35px;
    height: 35px;
    background: url(images/icons/default_icon.png) no-repeat;
}
.articles .file_panel.word_file .icon_panel {
        background: url(images/icons/word.png) no-repeat;
}
.articles .file_panel.ppt_file .icon_panel {
        background: url(images/icons/ppt.png) no-repeat;
}
.articles .file_panel.excel_file .icon_panel {
        background: url(images/icons/excel.png) no-repeat;
}
.articles .file_panel.access_file .icon_panel {
        background: url(images/icons/access.png) no-repeat;
}
.articles .file_panel.video_file .icon_panel {
        background: url(images/icons/video-icon.png) no-repeat;
}
.articles .file_panel.audio_file .icon_panel {
        background: url(images/icons/audio-icon.png) no-repeat;
}
.articles .file_panel.image_file .icon_panel {
        background: url(images/icons/imege-icon.png) no-repeat;
}
.articles .file_panel.psd_file .icon_panel {
        background: url(images/icons/icon-psd.png) no-repeat;
}
.articles .file_panel.pdf_file .icon_panel {
        background: url(images/icons/pdf_icon.png) no-repeat;
}

a.accordion-toggle{
    text-decoration: none;
}
.articles .panel .panel-title {
    color: #333;
    font-size: 15px;
    line-height: 25px;
}
.articles .panel .panel-heading .cat_panel {
    font-size: 11px;
}
.articles .panel .panel-heading .cat_panel a {
    display: inline-block;
    font-size: 12px;
    color: #ff6d00;
    padding: 0 3px;
}
/*
=category_tab
----------------------------------*/
.category_tabs {
	float: right;
	width: 100%;
    margin: 15px auto 50px;
}
.category_tabs .nav-tabs {
    border: 1px solid #e7e7e7;
    background: #fff;
    border-bottom: 2px solid #00838f;
}
.category_tabs .nav-tabs > li > a {
	color: #444;
}
.category_tabs .nav-tabs > li.active {
	background-color: #eee;
}
.category_tabs .nav-tabs > li.active > a {
	color: #ff6d00;
}
.category_tabs .tb_body {
	padding: 15px 5px;
}
.category_tabs  ul.products_list li {
     float: right;
     margin: 5px;
     list-style: none;
}
.category_tabs  ul.products_list li img {
	width: 80px;
	height: 80px;
	border-radius: 2px;
}
.overlay_box {
    float: right;
    width: 500px;
    height: 370px;
    background: #323338;
    position: absolute;
    border: 10px solid #26272c;
    color: #fff;
    transform: translate(-100%, -100%);
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    z-index: 99;
}
.overlay_box img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 245px;
}
.overlay_box h3 {
    font-size: 18px;
    padding: 0 10px;
}
.overlay_box .cat {
    color: #3bbddf;
    font-size: 11px;
    padding: 0 10px;
    margin-top: 5px;
    float: right;
    width: 100%;
}
.overlay_box .cat span {
    color: #a7a9a8;
}
.overlay_box .seller {
    color: #cacdd2;
    font-size: 11px;
    padding: 0 10px;
    font-weight: bold;
    margin-top: 10px;
    float: right;
}
.overlay_box .price {
    float: left;
    font-weight: bold;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
}
/*
=footer
-----------------------------------*/
#footer {
	width: 100%;
	background-color: #f2f2f2;
	border-top: 1px solid #d7d7d7;
}
#footer .ftbox .logo-footer img {
	width: 150px;
	height: 50px;
	margin: 2px 0;
}
#footer .ftbox .ftbox_title {
	color: #00838f;
	font-size: 15px;
	margin-bottom: 5px;
}
#footer .ftbox ul.ft_list li a {
	display: block;
	font-size: 13px;
	color: #555;
	line-height: 23px;
	border-bottom: 1px dashed #e5e5e5;
}
#footer .ftbox ul.ft_list li a:hover {
	color: #00838f;
}
#footer .ftbox p {
	font-size: 12px;
	line-height: 24px;
	color: #555;
}
#footer .ftbox p span {
	display: inline-block;
	text-align: left;
}
#footer .ftbox #ft_newsletter .wpcf7-form input[type="email"],
#footer .ftbox #ft_newsletter .wpcf7-form input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 2px 5px;
	text-align: left;
	margin-bottom: 8px;
}
#footer .ftbox #ft_newsletter .wpcf7-form input[type="submit"] {
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	background-color: #006064;
	border: 0;
	padding: 2px 5px;
	line-height: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#footer .ftbox #ft_newsletter .wpcf7-form input[type="submit"]:hover {
	background-color: #00838f;
}
#footer .ftbox_social {
	display: table;
	margin: 10px auto;
}
#footer .ftbox_social li {
	float: left;
	margin: 0 3px;
}
#footer .ftbox_social li a {
	display: block;
	background: url(images/ftsocial_icons.png) no-repeat;
	width: 24px;
	height: 24px;
}
#footer .ftbox_social li.facebook_icon a {
	background-position: 0 0;
}
#footer .ftbox_social li.google_icon a {
	background-position: -32px 0;
}
#footer .ftbox_social li.linkdin_icon a {
	background-position: -64px 0;
}
#footer .ftbox_social li.twitter_icon a {
	background-position: -96px 0;
}
#footer .ftbox_social li.instagram_icon a {
	background-position: -128px 0;
}
#footer .ftbox_social li.telegram_icon a {
	background-position: -161px 0;
}
#copyright {
	position: relative;
	width: 100%;
	background-color: #d9d9d9;
	font-size: 12px;
	padding: 5px 0;
}
#copyright:before {
	content: "";
	position: absolute;
	top: 1px;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
#copyright p {
	font-size: 12px;
	color: #555;
}
#copyright a ,#copyright p a {
	font-size: 12px;
	color: #00838f;
}
#copyright a:hover ,#copyright p a:hover {
	color: #006064;
}
#copyright p a {
	padding: 0 3px;
}
.tw {
	margin-top: 7px;
}
.tw i {
	font-size: 14px;
	padding-left: 4px;
}

/*
=widget
-----------------------------------*/
.index-sidebar {
    margin-top: 20px;
}
.widget {
    float: right;
    width: 100%;
    clear: both;
    background-color: #fff;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
}
.widget .widg-content {
    padding: 5px 10px;
}
.widget .widg-title {
    background: url(images/widget_bg.jpg) repeat-x center;
    line-height: 25px;
    margin:0 0 10px 10px;
}
.widget .widg-title span {
    display: inline-block;
    line-height: 25px;
    font-size: 15px;
    color: #006064;
    padding: 6px 10px;
    background-color: #fff;
}
.sidebox_ads .col_item {
    padding: 5px;
}
.widget .textwidget img {
    margin:0 auto 5px;
}
.widget .widg-content ul li {
    font-size: 12px;
    border-bottom: 1px solid #fafafa;
}
.widget .widg-content ul li:last-child {
    border-bottom: 0;
}
.widget .widg-content ul li a {
    display: inline-block;
    position: relative;
    padding: 3px 13px 3px 5px;
    font-size: 13px;
    color: #555;
    line-height: 25px;
} 
.widget .widg-content ul li a:before {
    content: "\f100";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 12px;
    color: #777;
    transition: all .3s;
}
.widget .widg-content ul li a:hover {
    color: #006064;
}
.widget .widg-content ul li a:hover:before {
    right: 3px;
    color: #006064;
}
.widget.sidebox_ads .textwidget img {
    margin: 5px 2px;
    width: 113px;
    float: right;
 }

div.textwidget {
    text-align: justify;
    font-weight: normal;
    font-size: 13px;
    color: #555;
    line-height: 26px;
}
div.tagcloud a {
   display: inline-block;
    padding: 1px 5px;
    border-radius: 3px;
    color: #fff;
    background-color: #006064;
    border:1px solid #027277;
    margin: 4px 3px;
    font-size: 13px;
}
div.tagcloud a:hover {
     background-color: #027277;
    border:1px solid #006064;   
}
/*
=calendar_wrap
--------------------------------------*/
#wp-calendar {
	width:100%;
	line-height:24px;
}
#wp-calendar caption {
	text-align: center;
	font-size:18;
	font-weight:normal;
	margin-bottom:5px;
	color:#666;
}
#wp-calendar thead th {
	background:#006064;
	width: 24px;
	color: #fff;
	text-align: center;
    padding-bottom: 5px;
}
#wp-calendar tbody td {
	color: #9f9f9f;
	border: 1px solid #ededed;
	text-align: center;
}
#wp-calendar tbody td a {
	color: red;
}
#wp-calendar tfoot td a {
	color: red;
}
/*
=searchform
--------------------------------------*/
#searchform label {
    display: none;
}
#searchform input[type="text"] {
    border: 1px solid #ccc;
    padding: 0 5px;
    border-left: 0;
    border-radius: 0 2px 2px 0;
    height: 30px;
    line-height: 30px;
}
#searchform input[type="submit"] {
    border: 0;
    color: #fff;
    background: #027277;
    margin-right: -4px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px 0 0 2px;
}
/*** pagenavi ***/

#pagnavi {
    display: table;
    margin: auto;
}

.wp-pagenavi {
    margin: 15px;
}

.wp-pagenavi a.page,
.wp-pagenavi a.larger {
    display: inline-block;
    color: #333;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #fff;
    margin: 8px 0;
    font-size: 11px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.wp-pagenavi a.page:hover,
.wp-pagenavi a.larger:hover {
    background: #2980B9;
    color: #fff;
}

.wp-pagenavi span.pages {
    background: #2980B9;
    color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 11px;
}

.wp-pagenavi span.current {
    display: inline-block;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #2980B9;
    font-size: 11px;
    border-radius: 100%;
}
#go-top {
    position: fixed;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #006064;
    border-radius: 100%;
    display: none;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
	bottom: -5px;
}
#go-top.backtop {
	    bottom: 10px;
	    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;

}

#go-top i {
    font-size: 25px;
    margin: auto;
    right: 0;
    position: absolute;
    top: 6px;
    left: 0;
    text-align: center;
    color: #fff;
}

#go-top:hover {
    background-color: #222;
}
/*
=single
----------------------------------------*/
.inner-page {
	margin:15px auto;
}
.breadcrumb_div {
	position: relative;
	width: 100%;
	height: 150px;
	background: url(images/single_bg.jpg) no-repeat;
	margin: 0 auto;
}
.breadcrumb_div:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,.3);
}
.breadcrumb {
	position: relative;
	background: transparent;
    display: table;
    margin: 55px auto;
	z-index: 2;
}
.breadcrumb ul { 
    float: left;
    margin-right: 7px;
}
.breadcrumb ul li {
float:right;
 }
.breadcrumb a {
	color: #fff;
	display: inline-block;
	padding-left: 20px;
	font-size: 14px;
	position: relative;
	font-weight: normal;
}
.breadcrumb a:after {
		content: "\f100";
		font-family: FontAwesome;
		position: absolute;
	font-weight: normal;
		left: 5px;
		top: 0;
		font-size: 18px;
		color: #fff;
}
nav.breadcrumb span {
	color: #ccc;
	padding-left: 5px;
}
.breadcrumb i {
	color: #fff;
    font-size: 21px;
    font-weight: normal;
    vertical-align: middle;
    padding-left: 5px;
}
.inner-page .wrapper_main,.single-widget {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	margin-bottom: 10px;
}
.inner-page .wrapper_main {
float:right;
width:100%;
 }
.inner-page .main-content .header-post .title-post{
	line-height: 28px;
	position: relative;
    font-size: 18px;
    padding: 0 23px 14px 5px;
    color: #444;
}
.inner-page .main-content .header-post .title-post:before {
    content: "\f046";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 18px;
    color: #777;
}
.inner-page .main-content .header-post.tags-post .title-post:before {
	content: "\f02c";
}
.inner-page .main-content .header-post.related-title .title-post:before {
	content: "\f0c9";
	top: 2px;
}
.inner-page .main-content .header-post.comment-title .title-post {
	padding-right: 30px;
}
.inner-page .main-content .header-post.comment-title .title-post:before {
	content: "\f086";
	font-size: 24px;
	top: 2px;
}
.inner-page .main-content .product-thumbnail img {
	margin: auto;
    padding: 7px;
    border: 1px solid #eee;
	border-style: double;
}
.inner-page .main-content .desc_title {
    border-bottom: 1px solid #eee;
    margin-top: 35px;
}
.inner-page .main-content .desc_title span {
	display: inline-block;
	background-color: #fafafa;
	padding: 5px 10px;
	border-radius: 4px 4px 0 0;
	font-size: 16px;
	border: 1px solid #eee;
	border-bottom: 0;
}
.inner-page .main-content .desc_title i {
	padding-left: 4px;
	vertical-align: middle;
	font-size: 18px;
	color: #777;
}
.inner-page .main-content .entry-content li {
	font-size: 13px;
	line-height: 26px;
	margin: 2px 0;
}
.inner-page .main-content .entry-content ul,.inner-page .main-content .entry-content ol {
	padding-right: 18px;
	margin: 5px 0;
}
.inner-page .main-content .entry-content ul li {
	list-style: outside;
}
.price-center {
    display: block;
    text-align: center;
    border-radius: 2px;
    color: #fff;
	font-size: 14px;
	padding: 10px 5px;
}
.tags_box a {
	display: inline-block;
	margin: 4px;
	background-color: #eee;
	padding: 5px;
	border-radius: 3px;
	line-height: 24px;
	color: #2980B9;
	font-size: 13px;
}
.tags_box a:hover {
	background-color: #2980B9;
	color: #eee;
}
/*
=related-post
---------------------------------------*/
.related-posts .category_tabs  ul.products_list li {
	margin: 5px 4px;
}
/*
inner-sidebar
----------------------------------------*/
.sidebar-panel {
	text-align: center;
    background: #92C418;
    border-radius: 2px;
	margin-bottom: 10px;
	color: #fff;
}

.edd-submit.button.green {
background:transparent;
border-color:transparent;
 }
.red_panel,.edd-submit.button.green {
	background-color: #92C418 !important;
        border:0 !important;
}
.red_panel:hover,.edd-submit.button.green:hover {
	background-color: #86b318!important;
}
.inner-page .edd-add-to-cart.addcart.edd-has-js,.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js {
	display: block !important;
	  padding: 10px 5px;
}

.wrapper_main .edd-add-to-cart-label {
	color: #fff !important;
	position: relative;
	padding-right: 30px;
}
.wrapper_main .edd-add-to-cart-label:before {
		content: "\f217";
		font-family: FontAwesome;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 23px;
		color: #fff;
}
.info_lis_product .item_info {
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    line-height: 25px;
    font-size: 13px;
    color: #555;
}
.info_lis_product .item_info:nth-child(odd) {
	background-color: #f3f3f3;
}
.info_lis_product .item_info:nth-child(even) {
	background-color: #f8f8f8;
}
.inner-sidebar .sold_product .widg-content ul li {
	font-size: 13px;
	line-height: 25px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f4f4f4;
}
.inner-sidebar .sold_product .widg-content ul li:last-child {
	border-bottom: 0;
}
.inner-sidebar .sold_product .widg-content ul li i {
	font-size: 20px;
	color: #777;
	vertical-align: middle;
	padding-left: 15px;
}
.inner-sidebar .sold_product .widg-content ul li:hover i {
	color:#F39C12;
 
}

/*
=pagenavi
------------------------------------------------*/
.wp-pagenavi {
    margin: 15px 0;
    margin: 15px 0;
}
.wp-pagenavi a.page, .wp-pagenavi a.larger {
    display: inline-block;
    color: #333;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #fff;
    margin: 8px 0;
    font-size: 11px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.wp-pagenavi a.page:hover, .wp-pagenavi a.larger:hover {
    background: #006064;
    color: #fff;
    
}
.wp-pagenavi span.pages {
    background: #006064;
    color: #fff;
    padding: 8px 10px;
    border-radius:3px;
    font-size: 11px;
}
.wp-pagenavi span.current {
    display: inline-block;
    color: #fff;
    width: 35px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #006064; 
    font-size: 11px;
    border-radius: 3px;
}
/*
=archive-post
----------------------------------------*/
.archive-page .item_box_arch {
	float: right;
	width: 100%;
	margin-bottom: 10px;
}
.archive-page .item_box_arch:nth-child(odd) {
	background-color: #f8f8f8;
}
.archive-page .item_box_arch .thumb_arch {
	display: block;
	float: right;
	margin-left: 7px;
}
.archive-page .item_box_arch .thumb_arch img {
	width: 100px;
	height: 100px;
	padding: 5px;
	border: 1px solid #eee;
}
.archive-page .content_arch h3 a {
	font-size: 16px;
	color: #444;
}
.archive-page .content_arch h3 a:hover {
	color: #006064;
}
.archive-page .content_arch p {
	line-height: 22px;
    color: #777;
    font-size: 13px;
}
#footer #ft_newsletter .wpcf7-form input[type="email"],
#footer #ft_newsletter .wpcf7-form input[type="text"],
#footer #ft_newsletter .wpcf7-form input[type="tel"]
 { 
width:100%;
max-width:100%;
 }

/*
=responsive
-----------------------------------------*/
@media screen and (min-width:1200px) {

}
@media screen and (min-width:992px) {
    .navbar-collapse {
        padding-left: 0;
    }

}
@media screen and (max-width:991px) {
	.category_list ul li {
		margin: 5px 10px;
	}
	.category_list ul li a {
		padding: 5px 15px;
	}
	#cssmenu.small-screen #menu-button {
		margin-top: -50px;
	}
	#contact_header {
		float: left;
		margin-left: 160px;
	}
	#logo_site {
		position: relative;
		z-index: 10;
	}
}
@media screen and (min-width:768px) {
   	    .product_item .wrap .item_caption {
        height: 80px;
        overflow: hidden;
    }
}


@media screen and (max-width:767px) {
    .navbar-toggle i {
        vertical-align: middle;
        padding-left: 5px;
    }
		#cssmenu.small-screen #menu-button {
		margin-top: 10px;
	}
	#user_panel {
		float: none;
		margin:0 0 5px 0;
	}
	#user_panel ul li a {
		width: 150px;
		margin: auto;
	}
	#masthead {
		background: #2980B9;
		height: auto;
	}
	.category_tabs .nav-tabs > li > a {
		font-size: 12px;
		padding: 10px;
	}
    #copyright p ,.tw{
    text-align:center;
       }
.overlay_box { display:none !important}

}
@media screen and (max-width:600px) {
	#contact_header {
		margin-left: 50px;
	}
}
@media screen and (max-width:480px) {
	#logo_site {
		float: none;
	}
	#logo_site img {
		margin: 5px auto;
	}
	#contact_header {
		float: none;
		display: table;
		margin: 15px auto 5px;
	}
	#search-form {
		float: none;
		display: table;
		margin: 2px auto;
	}
	#search-form #search-text {
		width: 250px;
	}
	#search_panel #title-counter {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.product_item {
		width: 100%;
	}
	.category_list ul li {
		float: none;
	}
	.category_list ul li a {
		text-align: center;
	}
	#masthead .row-container {
		margin: 15px auto;
	}
	.section_header .title_section {
		font-size: 15px;
	}
	.articles .panel .panel-title {
		font-size: 12px;
	}
	.category_tabs .nav-tabs > li {
		float: none;
	}
	.category_tabs .nav-tabs > li a {
		padding: 6px 10px;
	}
	.archive-page .item_box_arch .thumb_arch {
		float: none;
	}
	.archive-page .item_box_arch .thumb_arch img {
		margin: auto;
	}
	.archive-page .content_arch h3 {
		line-height: 25px;
	}


    
}
.sidebar-panel .edd-submit.button.red,.sidebar-panel .edd-submit.button.red:active,
.sidebar-panel .edd-submit.button.red:focus,.sidebar-panel .edd-submit.button.red:hover {
    background: transparent !important;
    border-color: transparent !important;
 }
#edd_checkout_cart .edd_cart_header_row th,#edd_checkout_cart td,
#edd_checkout_cart td.edd_cart_actions, #edd_checkout_cart td:last-child, #edd_checkout_cart th.edd_cart_actions, #edd_checkout_cart th.edd_cart_total, #edd_checkout_cart th:last-child { 
text-align:center !important;
}
#edd_checkout_form_wrap legend {
text-align:center;
padding:10px !important;
background-color:#f7f7f7;
 }
#edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap textarea.edd-input { 
    width:50% !important;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
#edd_checkout_form_wrap #edd-discount-code-wrap, #edd_checkout_form_wrap #edd_final_total_wrap, #edd_checkout_form_wrap #edd_show_discount {
    margin: 15px auto;
 }
.edd_show_terms {
margin-bottom:10px;
 }
@media screen and (max-width:992px) {
#edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap textarea.edd-input { 
width:100% !important;
}
 }

/*
=colors
-------------------------------*/
#navigation,.category_list ul li a,.product_item .wrap .price_buy_theme,#go-top,div.tagcloud a,
#footer .ftbox #ft_newsletter .wpcf7-form input[type="submit"],#commentbox #commentform input[type="submit"]
{ background-color:red }

#cssmenu > ul > li:hover > a, #cssmenu > ul > li.current-menu-item a,div.tagcloud a:hover,.hvr-sweep-to-top:before
{background-color:#C0392B }

div.tagcloud a,div.tagcloud a:hover,.category_list ul li a{ 
border-color:#C0392B;
}
