/*
Theme Name: PhotoshopCAFE
Author: PhotoshopCAFE / PixelBit
Author URI: http://pixelbit.com
Description: 2015 version of the PhotoshopCAFE website and store.
Version: 3.0.1
License: All Rights Reserved
Text Domain: photoshopcafe
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

audio,
canvas,
video {
	display: inline-block;
}

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

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	!font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	background: url(img/bstrip.png) repeat-x;
	font-family: "proxima-nova",sans-serif;
}

a {
	color: #555;
	text-decoration: none;
}

a:visited {
	!color: #ac0404;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
}

h1 {
	font-size: 36px;
	margin: 10px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;

}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 17px;
	margin: 10px 0;
!padding: 0 20px;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

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

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

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	padding: 0 0 0 0px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

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

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

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

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

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

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

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

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

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

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

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

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

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

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

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

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	border: none;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 5px;
	text-decoration: none;
}

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

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	border: none;
	!padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}
.nsu-form input {
    float: left;
}
.nsu-submit {
    margin-top: 10px !important;
}
.nsu-form p{
margin:0 0 0px;
}
#black-studio-tinymce-10, #black-studio-tinymce-9, #black-studio-tinymce-8, #black-studio-tinymce-8, #black-studio-tinymce-7, #black-studio-tinymce-6, #black-studio-tinymce-5, #black-studio-tinymce-4{
min-height:192px;
}

#right-sidebar #black-studio-tinymce-9 h3.widget-title, #right-sidebar #black-studio-tinymce-10 h3.widget-title{padding:20px 0 0 !important;}
#right-sidebar input#nsu-submit-0{float:right;position: relative;top:-50px;}
body.archive.category #right-sidebar input#nsu-submit-0{float:none !important;position: relative;top:0px !important;}


.nsu-field {
    width: 199px;
}
/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}
._43qm.pluginFacepile._43qf{
overflow-y:scroll;
height:60%;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

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

/* embed-responsibly. */

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.category-197 .onemore{
display:none;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 10px 5px 0px;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

.single h1 {
	color: #0e76bc !important;
}

.single-product .panel-grid {
   
}
.related.products ul li:nth-child(2){
margin-right:3%;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}

.cssidebar{
margin-left:30px;
background:none repeat scroll 0 0 #61b9df;
font-size:19px;
padding:18px 0px;
width:340px;
}
.cssidebar ul{
list-style-type:none;
}
.cssidebar ul li{
line-height:36px;
}
.cssidebar a{
color:white;
border-bottom:1px solid skyblue;
}
.cssidebar h1{
color:#0e76bc;
}
.cssidebarr{

background:none repeat scroll 0 0 #61b9df;
font-size:19px;
padding:18px 0px;
width:340px;
margin-left:10px;
}
.term-all-products .panel-grid {
    display: none;
}
.term-lightroom .panel-grid {
    display: none;
}
.term-digital-video .panel-grid {
    display: none;
}
.term-photography .panel-grid {
    display: none;
}
.term-photoshop .panel-grid {
    display: none;
}
.term-lighting .panel-grid {
    display: none;
}
.term-digital-art .panel-grid {
    display: none;
}
.term-flash .panel-grid {
    display: none;
}
.cssidebarr ul{
list-style-type:none;
}
.cssidebarr ul li{
line-height:36px;
}
.cssidebarr a{
color:white;
border-bottom:1px solid skyblue;
}
.cssidebarr h1{
color:#0e76bc;
}
.category-blog .entry-title a{
color:#4383cd;
font-size:36px;
}
/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
.category-authors .onemore{
display:none;
}
.difficulty{
color:red;
}
.bundle_wrap{
width:300px;
display:block !important;
}

.site {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}
.category-photoshop-basics .cssidebar{
display:none;
}
.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	!position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}
.bauthor{
margin-left:10%;
}
.st{
font-size:17px;
color:#666;
}
.st:hover{
color:#4383cd;
}

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

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1240px;
	min-height: 45px;
	position: relative;
	width:100%;
padding-left:140px;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}
.product_list_widget a{
text-align:left;
}
.page-template-premium-training-php #right-sidebar .widget.widget_black_studio_tinymce{
width:340px !important;
}
.nav-menu li a {
	color: #cccccc;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 18px 20px;
	text-decoration: none;
text-transform:capitalize;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #333333;
	color: #dddddd;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #333333;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #3882b4;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #fff;
	
}

.menu-toggle {
	display: none;
}

/* Navbar */
#navbar {
	margin: 0 auto;
	width: 100%;
	clear:both;
	border-bottom: 2px solid hsl(0, 0%, 33%);
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}
.widget_sub_categories h3{
font-size:19px !important;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}
.navigation.main-navigation {
    margin-left: 48px !important;
    width: 63%;
}
.navbar nav {
    float: left;
}
#new-search {
    margin-top: 16px;
    width: 30%;
}
#new-search #prdct {
    /*width: 39%;*/
	padding-right: 20px;
	font-size: 80%;
}
#new-search > div {
    float: left;
}
#new-search #prdct a {
    color: #FFFFFF;
}
#new-search #unlimit-search {
    width: 50%;
}
.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 0px;
padding-right: 20px;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	!max-width: 604px;
	width: 100%;
}

.entry-header { 
	margin-top: 20px;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	!max-width: 1040px;
	!padding: 0 376px 0 60px;
}

#nsu-email-0 {
    width: 77%;
}
 
/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 10px;
	width:100% !important;
}
.entry-content{
width:100% !important;
}
.entry-title {
	font-weight: normal;
	margin: 0 !important;
	margin-top: 10px !important;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	!color: #ea9629;
color:#0E76BC;
}
._43qm.pluginFacepile._43qf{
overflow-y:scroll;
height:60%;
}
.single-format-video .h-thumb {
float: left;
margin-top: 33px;
width: 37%;
}
.single-format-video .h-thumb img {
height: auto;
width: 100%;
}
/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
         padding:10px;
        /* */
}

.entry-content a,
.comment-content a {
	color: #555;
}
.category .popular-content .entry-content .meta-nav {
    left:0px;
    position: relative;
    top: -25px;
}
.category .popular-content .entry-content h4{text-align:left;}
.category .popular-content .entry-content p{!padding:20px;}
.category .popular-content .entry-content a{color:#fff;}
.category .popular-content .entry-content a:hover{color:#fff;}
.entry-content a:hover,
.comment-content a:hover {
	color: #ea9629;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	!margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	!margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

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


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Video */
.format-video {
	!background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	!color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 36px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}
.page-id-6 .panel-grid {
display:none;
}
.page-id-4 .authorname {
display:none;
}
.single-product .authorname {
display:none;
}
.page-id-4 .panel-grid {
display:none;
}
.page-id-6  .authorname {
display:none;
}
.single-product .panel-grid-cell > div {
display:block !important;
}
.single-product .widget-title {
color:#0E76BC !important;
font-weight:bold !important;
}
.related.products > h2 {
    color: #0e76bc;
    font-weight: bold;
    text-align: left;
}
.single-product .slidersingleproduct {
    background: none;
    clear: both;
    height: 478px;
    margin-bottom: 2%;
}

.single-product .flexslider {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
    margin: 0 61px 41px;
    position: relative;
    width: 1100px;
}
.single-product .slides  li img {
height:350px !important;
}
.single-product  #tab-description > h2 {
    display: none;
}
.single-product .widget.widget_text {
    clear: both;
    width: 100%;
	text-align:center !important;
}

/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


.popular-content {
 color: black !important;
}
.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}
.page-id-200 .quantity.buttons_added{
display:block !important;
}
.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.see.all {
    width: 100%;
}

.stline {
    background: none repeat scroll 0 0 #19A9FF;
    display: block;
    float: left;
    height: 13px;
    width: 87%;
}
.row.home .woocommerce.columns-4 ul li{
/*height:344px;*/
height: auto !important;
}
.row.home .woocommerce.columns-4 ul li h3{
height:65px;
}
.txt {
    float: left;
    margin-left: 2%;
    width: 6%;
}

.arw {
    background: url(http://pixelbit.localhost/photoshopcafe/store/wp-content/uploads/2014/08/arrow.png);
    display: block;
    float: left;
    height: 14px;
    width: 3%;
	background-repeat:no-repeat;
}
.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #333;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #fff;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	!padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	/* MK max-width: 604px; */
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

/* MK 
.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
} */

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	//font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
 font-size:20px;
 float:left;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}
.row.home.prem  .con{
display:none;
}
.author.archive .author-link {
	display: none;
}

.bread {
width:37.5% !important;
}


.onemore li {
    float: left !important;
    list-style-type: none !important;
	margin-left:3px;
}
/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: transparent;
}

.archive-title,
.archive-meta {
	margin: 0 auto;
	margin-top:-30px;
	max-width: 1040px;
	padding: 10px 10px 10px 0px;
	width: 100%;
color:#222;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #fff;
}

.page-title {
	font: 300 none 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 0px;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 60px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}
.category-43 .gridview .archive-title{
margin-top:-1px !important;
}
.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}
.page-template-author_template-php .popular-content{
height:48px;
}

.digi .button.add_to_cart_button.product_type_simple {
    background:url("../../uploads/2014/08/1.png.jpg") no-repeat scroll 0 0 #ffaf1a;
    width: 100%;
	height:72px;
	font-size:0px !important;
	background-size:100%;
	
}
.dys .single_add_to_cart_button.btn.btn-primary {
    background:url("../../uploads/2014/08/1.png.jpg") #ffaf1a !important;
    width: 100%;
	height:72px;
	font-size:0px !important;
	background-size:100%;
	border-radius:0px !important;
	
}
.phy .button.add_to_cart_button.product_type_simple {
    background:url("../../uploads/2014/08/2.png.jpg") no-repeat scroll 0 0 #1da4ff;
    width: 100%;
	font-size:0px !important;
		height:72px;
		background-size:50%;
}
.fys .single_add_to_cart_button.btn.btn-primary{
    background:url("../../uploads/2014/08/2.png.jpg") #1da4ff !important;
    width: 100%;
	font-size:0px !important;
		height:72px;
		border-radius:0px !important;
		background-size:50%;
}

.active {
    color: black;
}
.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
clear:both;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}
.term-design .panel-grid{
display:none;
}
.term-bundles .panel-grid{
display:none;
}
.postid-3074 .panel-grid{
margin-bottom:0px !important;
width:80%;
}
.postid-3074 .panel.widget.widget_text.panel-first-child{
width:92%;
}
.postid-3028 .panel.widget.widget_text.panel-first-child{
width:80%;
} 
.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,

.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	!background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	//margin: 0 0 24px;
	padding: 20px;
	padding-top: 0px;
	word-wrap: break-word;
}
.single-product .widget{
padding-bottom:4px;
}
.single .woocommerce ul.products li.first{
clear:none;
}
#right-sidebar .widget.widget_text{
width:361px;
background:white;
}
 .woocommerce-page ul.products li.first{
clear:both;
}
.related.products .panel-grid{
display:none;
}
.leson .panel.widget.widget_siteorigin-panels-image.panel-first-child{
margin-bottom:0px !important;
}
.widget .widget-title {
	margin: 0 0 10px;
	margin-top: 15px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.listing-item {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	height: 100px;
}
.socialmedia .widget li{
float:left;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #555;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

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

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
    color: #686758;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    max-width: 1240px;
    text-align: left;
    width: 100%;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #222222;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	width: 300px;
}

.sidebar .site-footer .widget {
	width: 24%;
}
#colophon .widget.widget_black_studio_tinymce{
width:28% !important;
}

.sociall {
    height: 100px;
}
.image{
margin-top:2%;
}
.product .price {
	margin-left: 0px;
	padding-left: 0px;
}

.vcard {
    margin-left: 7%;
}

.userinf {
    font-size: 12px;
    margin-left: 11%;
    width: 49%;
}

.url.fn.n {
    color: #0e76bc;
}

.author h4.mr {
    color: #000;
    font-size: 23px;
	font-weight: normal;
    text-align: left;
}
.userpic {
    font-size: 22px;
}
.userpic img {
    border-radius: 100px;
    width: 75px;
}
.last_footer_div .widget.widget_text{
width:auto !important;
}
.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #aaa;
font-size:15px;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

.addthis_toolbox.addthis_default_style {
    display: none;
}
/*#post-1946 .attachment-post-thumbnail.wp-post-image{
  height: 270px !important;
}*/

.author-description h2:hover {
    color: #ea9629;
    cursor: pointer;
}
.author-avatar img {
    border-radius: 50%;
    padding: 3px;
    width: 103px !important;
}
.aut-right.span6 h4 a {
    font-size: 20px;
}

.author-description p {
    float: left;
    width: 79%;
}

/*
body.page .mc4wp-form {
	width: calc(100% + 60px);
}*/

.mc4wp-form {
	width: calc(100% + 40px);
}

body.home .mc4wp-form {
	width: calc(100% + 84px);
}

.recent-post-item .post-entry p {
	width: calc(100% - 80px);
	float: right;
}

.coupon #coupon_code {
	width: 150px !important;
}

select {
    width: 220px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}
select, input[type="file"] {
    height: 28px;
    line-height: 28px;
}

#listview .entry-thumbnail {
	
}

.onsale {
	display: none;
}

.entry-content p {
	color: #565656;
}

/**
 * 8.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 http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/************************Custom Style Sheet******************************/

.top {
    height: 60px;
    margin: 0 auto;
    max-width: 1240px;
width:100%;
}
.nav-menu > ul {
    padding-left: 140px !important;
}
.footer1
{
clear:both;
}

.home-link{
display:block;
float:left;
}
.top aside{
max-width:1200px;
float:left;
width:100%;
position:absolute;
padding:10px;
}
.left
{
width:66%;
float:left;
color:#aaa;
font-weight:normal;
padding-left:4%;
padding-top:8px;
}
.top .left{font-size:18px;width:50%;
margin-left:10%;}
.top .right{width:40%;}
#black-studio-tinymce-3 .left{padding-left:150px;margin-top:6px;}
.right{width:33%;float:right;}
.right a img{float:right!important;}
.home .entry-title{!display:none;}
.single .home .entry-title, .category .home .entry-title{display:block;}
.panel-grid-cell{padding:0!important;}

.widget ul #menu-item-174{
    background: url("../../uploads/2014/05/plain.png") no-repeat scroll left top 4px  hsla(0, 0%, 0%, 0);
    height: 62px;
    padding: 5px 18px;
float:left;
}
.widget ul #menu-item-169{
    background: url("../../uploads/2014/05/user.png") no-repeat scroll left top 4px hsla(0, 0%, 0%, 0);
    height: 62px;
    padding: 5px 18px;
float:left;
}
.widget ul #menu-item-170{
    background: url("../../uploads/2014/05/gift.png") no-repeat scroll left top 1px  hsla(0, 0%, 0%, 0);
    height: 62px;
    padding: 5px 18px;
float:left;
}
.widget ul #menu-item-171{
    background: url("../../uploads/2014/05/new.png") no-repeat left top 0px  hsla(0, 0%, 0%, 0);
    height: 62px;
    padding: 0px 40px !important;
float:left;
}
.widget ul #menu-item-172{
    background: url("../../uploads/2014/04/link.png") no-repeat scroll center left hsla(0, 0%, 0%, 0);
    height: 62px;
    padding: 5px 0;
float:left;
}
.widget ul #menu-item-173{
    background: url("../../uploads/2014/04/men.png") no-repeat scroll center left hsla(0, 0%, 0%, 0);
    height: 62px;
    padding: 5px 0;
float:left;
}
#nav_menu-5 li a {
    !border-right: 2px solid;
    display: block;
    font-weight: bold;
    padding-left: 18px;
    padding-right: 0px;
height:66px;
}
#menu-item-173 a{border-right:none!important;}
#black-studio-tinymce-6 {
    max-width: 1010px!important;
padding:0;
margin:0;
  border-bottom: 1px solid hsl(36, 3%, 32%);
    border-top: 1px solid hsl(36, 3%, 32%);
width:100%;
}

.left > input, .page input, .archive input, .single input, .tag input  {
    height: 31px;
    margin-top: 10px; 
	width: 200px;
}
.VS-search-box-wrapper.VS-search-box input{
margin-top:-8px;
}
.sociali a{display:block;width:66px;float:right;}
#black-studio-tinymce-5 {
    float: left;
    margin-right: 20px;
    padding: 0;
    width: 24% !important;
}
.foospans{padding-left:2%;}

footer .widget-title {
    color: hsl(204, 98%, 76%) !important;
    font-style: normal !important;
    font-weight: bold !important;
}
#black-studio-tinymce-4{
   background: none repeat scroll 0 0 hsl(39, 100%, 50%);
 
    !top: -22px;
width:330px;

}
.page #black-studio-tinymce-7, .category #black-studio-tinymce-7, .category #black-studio-tinymce-8, .category #right-sidebar .widget_black_studio_tinymce, .woocommerce-page #black-studio-tinymce-7, .page #black-studio-tinymce-12, .single #black-studio-tinymce-12{
    background: none repeat scroll 0 0 hsl(39, 100%, 50%) !important
    position: relative;
    !top: -22px;
width:340px;
left:-10px;
}
#right-sidebar .widget.widget_black_studio_tinymce{
background:orange;
}
.tag #black-studio-tinymce-12
{
background: none repeat scroll 0 0 hsl(39, 100%, 50%);
    position: relative;
    !top: -22px;
width:340px;
left:-20px!important;
}
.woocommerce-cart #black-studio-tinymce-12
{
 background: none repeat scroll 0 0 hsl(39, 100%, 50%);
    position: relative;
width:340px;
left:-10px;
}

.page-id-6 #right-sidebar .widget.widget_sub_categories
{

}
.single #right-sidebar .widget_black_studio_tinymce {
    background: none repeat scroll 0 0 hsl(39, 100%, 50%);
    position: relative;
    !top: -22px;
width:340px !important;
left:-20px;
}
div#primary{margin:0;}
#right-sidebar {
width:310px;
!background:#fff; 
position:relative;
text-align:left;
}
#right-sidebar .widget-title {
    color: #3a3939;
    font-style: normal!important;
    font-weight: bold!important;
}
.widget.mks_ads_widget
{
width:340px;
}
.recent-post-item img {
    !width: 190px;
}
.recent-post-item {
    float: left;
    padding: 2%;
    width: 46%;
}
.popular-content a {
    color: hsl(220, 1%, 48%);
    !font-size: 16px;
}
.bluec
{color:#94daf3;font-size:15px;padding-bottom:12px;}
.popular-image a img{
width:100%;
!height:185px;
}
.category .popular-image a img{
!width:100%;
width:auto;
height:254px;
}
.badge2 img
{
width:30px;
}
.des{color:#999;text-align:center;}
.row.home > h2 {
   color:#19A9FF; 
   width:70%;
   margin:0 0 15px 8px !important;
}

.aut-left img {
    height: 177px;
    width: 71%;
}

.entry-content a {
    color:#2D86FC;
}
.entry-content h2{font-size:26px!important;}
.popular-content{
 text-align: center;
transition: all .6s ease 0s;
-o-transition: all .6s ease 0s; /* opera */
    -ms-transition: all .6s ease 0s; /* IE 10 */
    -moz-transition: all .6s ease 0s; /* Firefox */
    -webkit-transition: all .6s ease 0s; /*safari and chrome */
	height:220px;
}
.page-template-homepage-php .makeuniq .popular-content, .tag .popular-content, .archive .popular-content, .single-post .make .popular-content  {
    color: #FFFFFF;
    !display: none;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    text-align: left;
    !bottom: 65px;
bottom: 0px;
    z-index: 20;
!height:20%;
background:#fff;
width:100%;
   transition: all .6s ease 0s;
-o-transition: all .6s ease 0s; /* opera */
    -ms-transition: all .6s ease 0s; /* IE 10 */
    -moz-transition: all .6s ease 0s; /* Firefox */
    -webkit-transition: all .6s ease 0s; /*safari and chrome */
}
.category .popular-content, .tag .popular-content, .archive .popular-content  {
    color: #FFFFFF;
    !display: none;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    text-align: left;
    !bottom: 65px;
bottom: 0px;
    z-index: 20;
!height:20%;
background:#fff;
width:100%;
   transition: all .6s ease 0s;
-o-transition: all .6s ease 0s; /* opera */
    -ms-transition: all .6s ease 0s; /* IE 10 */
    -moz-transition: all .6s ease 0s; /* Firefox */
    -webkit-transition: all .6s ease 0s; /*safari and chrome */
}
.page-template-homepage-php .makeuniq .popular-image, .tag .popular-image, .archive .popular-image, .single-post .make .proimg{
position:relative;
!min-height:290px;
min-height:340px;
background:#fff;
text-align:center;
!border:1px solid #DDDDDD;
   transition: all .6s ease 0s;
-o-transition: all .6s ease 0s; /* opera */
    -ms-transition: all .6s ease 0s; /* IE 10 */
    -moz-transition: all .6s ease 0s; /* Firefox */
    -webkit-transition: all .6s ease 0s; /*safari and chrome */
}
.category .popular-image, .tag .popular-image, .archive .popular-image{
position:relative;
!min-height:290px;
min-height:340px;
background:#fff;
text-align:center;
!border:1px solid #DDDDDD;
   transition: all .6s ease 0s;
-o-transition: all .6s ease 0s; /* opera */
    -ms-transition: all .6s ease 0s; /* IE 10 */
    -moz-transition: all .6s ease 0s; /* Firefox */
    -webkit-transition: all .6s ease 0s; /*safari and chrome */
}
.container[role="main"] #popular-content .popular-item .popular-image {
  width: 100%;
  max-height: 150px;
  padding-bottom: 10px;
  background: url("../img/assets/box-shadow.png") no-repeat center bottom transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/assets/box-shadow.png", sizingMethod='crop');
  overflow: hidden;
z-index:1;
position:relative;
}
.home .popular-content h4 a{color:#333;}
.category .home .popular-content h4 a{color:#fff;}
.entry-content .page{text-align:center;}
 .row.home.aut{
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
padding-left:10px;
}
.row.home.tut, .row.home.prem, .row.home{padding-left:10px;}
.mks_adswidget_ul.small li {
    width: 135px;
}

.row.home.tut{margin-bottom:30px;}


.tut .popular-item.span2, .prem .popular-item.span2  {
    box-shadow: 0 0 2px 2px hsl(0, 0%, 80%);
height: 353px;
    margin-bottom: 20px;
    overflow: hidden;
}
.page-id-201  #right-sidebar{
display:none;
} 
.page-id-201 .col-1 h3, .page-id-201 .col-2 h3{
color:#fff;
padding-left:10px;
}

.page-id-201 header h2 {
color: #fff;
padding-left: 10px;
padding-top: 14px;
padding-bottom: 14px;
font-size: 21px !important;
}
.footer-t
{
background-color: #2c2a25;
float:left;
width:100%;
}
.advanced_recent_posts_widget ul li{width:100%;}
.advanced_recent_posts_widget .post-title{font-size:14px;}
.mks_adswidget_ul li{margin-right:0!important}
.con {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.page-id-6 .cat-item a, .category .cat-item a, .archive .cat-item a {
    color: hsl(0, 0%, 100%);
    display: block;
    float: left;
}
.page-id-6 .cat-item, .category .cat-item, .archive .cat-item{
    color: hsl(0, 0%, 100%);
font-size: 20px;
    padding: 18px 0;
border-bottom: 1px solid hsl(198, 80%, 73%);
}
.page-id-6 .hentry{padding-top:0!important;}
.page-id-6 .site-header1 {
    margin: 0;
    padding: 0;
}
.page-id-6 .entry-header{display:none;}
.page #right-sidebar{width:300px;}
.page .row{margin-left:-19px;margin-right:-15px;}
.page #right-sidebar .widget_product_search, .page-id-6 #right-sidebar .widget_sub_categories
{
width:300px;
}

.site-header1{position:relative;}
.page-id-6 .container[role="main"]{padding-top:0!important;}
.da-slider{margin-top:20px;}
.da-slider h2{color:#39c;} 
.page-id-6 .entry-header{margin:0;}
#right-sidebar .widget_product_search, #right-sidebar .widget_sub_categories{
background:#61b9df;
margin-bottom:0;
 width: 340px;
}

.da-slide .da-link{width:auto!important; background: none repeat scroll 0 0 hsl(24, 100%, 50%);}
.product_list_widget li img{width:56px!important;float:left!important;margin-right:12px;}
.product_list_widget a {
    font-weight: normal !important;
}
.page-id-6 #sub_categories_widget-2 h3,.category #sub_categories_widget-2 h3{
    display: none;
}
.page #main-content {
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
}
.product_list_widget > li{margin-bottom:20px!important;}
.products li {
    /*box-shadow: 0 0 2px 2px hsl(0, 0%, 80%);*/
	line-height:normal;
}
.button.add_to_cart_button.product_type_simple {
    border: 0 none;
    border-radius: 0;
    font-weight: normal;
    height: 40px;
    padding-top: 12px;
    text-align: center;
    text-shadow: 0 0 0;
    text-transform: uppercase;
float:left;
}
.home .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product{
width:192px;
}
.viewimg {
    background:url("img/view.png") no-repeat scroll center bottom hsl(24, 100%, 50%);
    color: hsl(0, 0%, 100%) !important;
    display: block;
    float: right;
    font-size: 18px;
    height: 40px;
    padding-top: 12px;
    text-align: center;
    width: 25%;
text-transform: uppercase;
font-size:0;
}


.shwpro {
    background:url(http://pixelbit.localhost/photoshopcafe/store/wp-content/uploads/2014/08/2.png);
    display: inline-block;
    float: left;
   border-bottom:#19A9FF solid;
    width: 50%;
	height:42px;
	background-color:#19A9FF;
	background-repeat:no-repeat;
	background-size: 100%;
background-repeat: no-repeat;
}
#advps_container1 .bx-wrapper .bx-controls-auto{
z-index:0 !important;
}
.wedeliver {
    border: 1px solid #5A5A5A;
	padding: 20px;
	color: #636363;
}
.wedeliver h2, .wedeliver strong {
	font-family: "Lato", sans-serif;
	color: #433d3d;
}
.proimg > h3 {
    font-family: helvetica !important;
    font-size: 12px !important;
    font-weight: bold;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.page-id-6 .proimg .price{
    padding-left: 12px !important;
    padding-right: 12px !important;
display:none!important;
}
.author {
    font-size: 16px;
    margin: 0;
    padding-bottom: 12px;
}
.wedeliver > h2 {
    font-weight: normal;
}
.wedeliver > p {
    font-size: 14px;
}
#rrpwbc-2 a{width:35%;float:left;display:block;}

#rrpwbc-2 p{width:65%;float:left;}
#rrpwbc-2 .post-title{display:none;}
#rrpwbc-2 li {
    border-bottom: 1px solid hsl(0, 0%, 87%);
    float: left;
}

#rrpwbc-2 li img {
    border-radius: 50%;
    height: auto;
    width: 70px;
}
#woocommerce_product_search-2 h3 {
    font-size: 36px;
    text-transform: uppercase;
}
.foospans li  {
padding: 6px 6px 6px 16px;
}
.page-template-homepage-php .makeuniq .popular-item.span2, .single-post .make .popular-item.span2{
    background: none repeat scroll 0 0 hsl(0, 0%, 87%);
margin-bottom:30px;
position:relative;
!height:290px;
min-height:380px;
width:256px!important;
z-index:1;
border:1px solid #dddddd;
overflow:hidden;
  transition: all .6s ease 0s;
-o-transition: all .6s ease 0s; /* opera */
    -ms-transition: all .6s ease 0s; /* IE 10 */
    -moz-transition: all .6s ease 0s; /* Firefox */
    -webkit-transition: all .6s ease 0s; /*safari and chrome */
}
.category .popular-item.span2, .tag .popular-item.span2, .archive .popular-item.span2{
    background: none repeat scroll 0 0 hsl(0, 0%, 87%);
margin-bottom:30px;
position:relative;
!height:290px;
min-height:380px;
width:256px!important;
z-index:1;
border:1px solid #dddddd;
overflow:hidden;
  transition: all .6s ease 0s;
-o-transition: all .6s ease 0s; /* opera */
    -ms-transition: all .6s ease 0s; /* IE 10 */
    -moz-transition: all .6s ease 0s; /* Firefox */
    -webkit-transition: all .6s ease 0s; /*safari and chrome */
}
/*.entry-content{text-align:justify;}*/
.category .popular-item.span2:hover .popular-content, .tag .popular-item.span2:hover .popular-content{
!display:block;
!background:#00acee;
!min-height:314px;
z-index:5;
position:absolute;
bottom:0;
height:80%;
   transition: all .6s ease 0s;
-o-transition: all .6s ease 0s; /* opera */
    -ms-transition: all .6s ease 0s; /* IE 10 */
    -moz-transition: all .6s ease 0s; /* Firefox */
    -webkit-transition: all .6s ease 0s; /*safari and chrome */

}
.page-template-homepage-php .makeuniq .popular-item.span2:hover .popular-content, .single-post .make .popular-item.span2:hover .popular-content{
!display:block;
!background:#00acee;
!min-height:314px;
z-index:5;
position:absolute;
bottom:0;
height:80%;
   transition: all .6s ease 0s;
-o-transition: all .6s ease 0s; /* opera */
    -ms-transition: all .6s ease 0s; /* IE 10 */
    -moz-transition: all .6s ease 0s; /* Firefox */
    -webkit-transition: all .6s ease 0s; /*safari and chrome */
}
.page-template-homepage-php .makeuniq .popular-item.span2 .popular-content, .tag .popular-item.span2 .popular-content,.single-post .make .popular-item.span2 .popular-content
{
height:85px;
   transition: all .6s ease 0s;
-o-transition: all .6s ease 0s; /* opera */
    -ms-transition: all .6s ease 0s; /* IE 10 */
    -moz-transition: all .6s ease 0s; /* Firefox */
    -webkit-transition: all .6s ease 0s; /*safari and chrome */
}
.category .popular-item.span2 .popular-content, .tag .popular-item.span2 .popular-content
{
height:85px;
   transition: all .6s ease 0s;
-o-transition: all .6s ease 0s; /* opera */
    -ms-transition: all .6s ease 0s; /* IE 10 */
    -moz-transition: all .6s ease 0s; /* Firefox */
    -webkit-transition: all .6s ease 0s; /*safari and chrome */
}
.popular-content p{
color:#333;
text-align:left;
font-size:14px;
line-height:20px;
transition:all .6s ease 0s;
}
.Items.span3 {
    width: 30%;
}

.Items.span3 .postimage {
    display:block;
    margin-top:20px;3
    width: 100%;
}


.postimage {
    display:block;
    width: 100%;
}


.Items.span3 .postcontent {
    width:100%;
}

.postcontent {
    float: left;
    margin-left: 2%;
    width: 72%;
}

.Items.span3 .postcontent .ttl {
    font-size: 22px;
    font-weight: bold;
    display: block;
    padding:15px 0;
    line-height:24px;
}


.ttl {
    font-size: 22px;
    font-weight: bold;
}
.tut .popular-content p
{
display:block;
}

* {
    box-sizing: border-box;
}
*::-moz-placeholder {
    color: #7d7b6d;
}
html {
    font-size: 100%;
}
html {
    font-size: 100%;
}
.row.home.prem .popular-item.span2 {
    margin: 0 3.8% 2.992em 0;
}

.category .popular-item.span2:hover .popular-content p, .tag .popular-item.span2:hover .popular-content p{display:block; transition:all .6s ease 0s;;}
.category .container
{
background:#fff;
}
.page-template-homepage-php .makeuniq .container
{
background:#fff;
}
.widget_sub_categories h3 {
    font-size: 26px!important;
    text-transform: uppercase;
}
a.post-title{
display: block;
width: 100%;
}
#black-studio-tinymce-5 a img{margin:0px;}
.left strong {
    margin-left: 10px;
}
.home-link > img {
    position: fixed;
    z-index: 10000;
}
.menu-item-has-children {
    background: url("img/arr.png") repeat scroll right center hsla(0, 0%, 0%, 0);
background-repeat: no-repeat;
}
.sub-menu .menu-item-has-children {
    background: url("img/arr-rig.png") no-repeat scroll right 8px center transparent;
background-repeat: no-repeat;
}
#text-3 {
   max-width: 1240px !important;
    background: none repeat scroll 0 0 #5A5B5A;
    float: none;
    padding: 0;
    width: 100%;
 height:auto;
margin:0px auto;
}
.topfooter {
    background: none repeat scroll 0 0 #5A5B5A;
    float: left;
    margin: 0 auto;
    width: 100%;
}
.bor {
    border-right: 2px solid #BBBBBB;
    float: right;
    height: 20px;
    padding-left: 18px;
    position: relative;
}
#navbar .sub-menu li {
    border-bottom: 1px solid #444;
}
#wprmenu_bar .menu_title{text-align:center;}

.wp-post-image
{
    transition: all .6s ease 0s;
-o-transition: all .6s ease 0s; /* opera */
    -ms-transition: all .6s ease 0s; /* IE 10 */
    -moz-transition: all .6s ease 0s; /* Firefox */
    -webkit-transition: all .6s ease 0s; /*safari and chrome */
}
.custo {
    background: url("img/custo.png") no-repeat scroll left center hsla(0, 0%, 0%, 0);
    color: hsl(0, 0%, 87%) !important;
    display: block;
    float: left;
    font-size: 16px;
    margin-top: 8px;
    padding-left: 24px;
    width: 220px;
border-right:1px solid #ccc;
}

#right-sidebar .widget.widget_sub_categories{width:340px;
margin-left:4%;}
.widget.widget_sub_categories li:hover {
    margin-left: 10px;
    transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s; /* opera */
    -ms-transition: all 0.4s ease 0s; /* IE 10 */
    -moz-transition: all 0.4s ease 0s; /* Firefox */
    -webkit-transition: all 0.4s ease 0s; /*safari and chrome */
}
.widget.widget_sub_categories li{
	overflow: hidden;
cursor:pointer;
    transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s; /* opera */
    -ms-transition: all 0.4s ease 0s; /* IE 10 */
    -moz-transition: all 0.4s ease 0s; /* Firefox */
    -webkit-transition: all 0.4s ease 0s; /*safari and chrome */
}
#main-content{
!background:#fff ;
!background:#e3e4d8;
}
.category #main-content, .single #main-content{
!background:#fff!important;
}
.entry-header{background:none;}
.maincont{width:75%;float:left; padding:1%;}
.thumimg{width:25%;float:left;background:#eee; padding:1%;}

header nav#main-navigation , #site-navigation , #navbar{
  *zoom: 1;
  height: 52px;
  background: url("img/assets/main-nav-bg.png") repeat-x;
}
#navbar{ width:100%; }

#navwrap {
	max-width: 1240px;
	margin: auto;
}

#site-navigation {
    margin: 0 auto;
    max-width: 1240px;
	display:block;
}
.right ul{float:left; width:auto;padding-left:30px;margin-top:5px;}
.right ul li{
float:left;
 height: 40px;
 width: 40px;
padding:0;
}
.right ul li a{
 height: 40px;
 width: 40px;
display:block;
font-size:0;
}

a.wpp-post-title{font-weight:bold;}
.category article, .tag article{float:left; background:#fff;}
.category h4{display:block;text-align:left;font-weight:normal;font-size:18px;color: #333;
margin-top: 6px; height:66px;}
.page-template-homepage-php .makeuniq h4, .single-post .make h4{display:block;text-align:left;font-weight:normal;font-size:18px;color: #333;height:66px;
margin-top: 6px; }
.pbd-alp-load-posts{clear:both;}
.intrv .h-author{
left:40%;
}

.single .category-tutorials .headerpart {
    background: url("../../uploads/2014/05/tut-header1.jpg") no-repeat scroll center top #FFFFFF;
    height: 400px;
    left: -20px;
    margin: 0;
    padding: 0;
    position: relative;
}
.single .category-special-effects .headerpart {
    background: url("../../uploads/2014/05/tut-header1.jpg") no-repeat scroll center top #FFFFFF;
    height: 400px;
    left: -10px;
    margin: 0;
    padding: 0;
    position: relative;
}
.single .category-reviews .headerpart {
    background: url("../../uploads/2014/05/review.jpg") no-repeat scroll center top #FFFFFF;
    height: 400px;
    left: -10px;
    margin: 0;
    padding: 0;
    position: relative;
}
.single .category-interviews .headerpart {
    background: url("../../uploads/2014/05/interview-bg2.jpg") no-repeat scroll center top #FFFFFF;
    height: 400px;
  
    margin: 0;
    padding: 0;
    position: relative;
}
.headerpart .h-thumb {
float: right;
width: 155px;
margin-top: 22px;
margin-right: 41px;
}
.headerpart .h-thumb img {
/*height: 162px;
width: 80%;*/
}
.headerpart {
    background: url("../../uploads/2014/05/interview-bg2.jpg") no-repeat scroll center top #FFFFFF;
    height: 400px;
    left: -10px;
    margin: 0;
    padding: 0;
    position: relative;
}
.widget_dpe_fp_widget ul li{width:165px; float:left;text-align:center; padding:10px 6px;}
.nav-links{width:100%!important;}
.nav-links a {
    display: block;
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    width: 38% !important;
}
.addthis_button_tweet iframe{width:78px!important;}

.searchsort{width:100%;padding:18px 0px 5px 0px;float:left;min-height:65px;}
.onemore li:first-child{
margin-left:16px;
}

.badge2 {
   ! bottom: 102px;
    display: block;
    position: relative;
    !right: 0px;
    z-index: 41;
padding:6px;
border-top:1px solid #ddd;
!top:160px;
color: #f00;
font-weight:500;
font-size:14px;
}
.badge1 {
    bottom: 20px;
    position: absolute;
    right: 20px;
}
.searchpost, .sorting {
    float: left;
    margin-left: 5px;
    width: 148px;
}
.popular-image h5 {
    color: #D8532A;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
   ! padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-transform: uppercase;
text-align:left;
}
.popular-image h5 a{color:#D8532A;}
.searchpost input{height:28px;}
.sorting select{margin-top:10px;}
.bread{width:444px;float:left;font-size:20px;color:#555;}
.bread a{color:#444;}
.breadcrumb{background:#fff!important;}
.grid, .list{width:40px;float:left;
margin-left:10px;}
.grid input {
   background: url("img/gridlist.jpg") repeat scroll 40px -5px rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 0;
    height: 34px;
    width: 40px;
}
.list input {
    background: url("img/gridlist.jpg") repeat scroll 0 -5px rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 0;
    height: 34px;
    width: 40px;
}
.list input:hover{ background: url("img/gridlist.jpg") repeat scroll 0 -5px rgba(0, 0, 0, 0); opacity:.9;} 
.grid input:hover{ background: url("img/gridlist.jpg") repeat scroll 40px -5px rgba(0, 0, 0, 0); opacity:.9;}
.wp-pagenavi {
    clear: both;
    font-size: 20px;
    height: 35px;
    padding-left: 19px;
}
.h-title {
    color: #DDDDDD;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    
    width: 75%;
    margin:30px 0px 13px 50px;
}
.revi .h-author {
color: #222222;
left: 35px;
position: relative;
top: 73px;
}
.postid-1781 .revi .h-author {
top: 63px;
}
.single-product .panel-grid {
    margin-bottom: 0 !important;
}
.proauth{
font-size:12px;
margin-left:20px;
font-style:italic;
}
.panel.widget.widget_text.panel-first-child.panel-last-child {
    padding: 0;
}
.panel.widget.widget_text.panel-first-child.panel-last-child h3 {
    margin-left: 54px !important;
}
.panel.widget.widget_siteorigin-panels-image.panel-first-child{
margin-bottom:0px !important;
}
.category-reviews .searchsort,.category-interviews .searchsort, .category-contests .searchsort{
    display: none;
}
.panel.widget.widget_text.panel-last-child h3{
margin-left:0px !important;
}
.h-des {
    margin: 0px auto;
    position: relative;
    width: 78%;
}
.h-des p{
margin:0;
float:left;

margin-top:7px;
font-family: arial,helvetica,sans-serif;
font-size:13px;
line-height:17px;
}
.interv .h-des p{
height: 102px;
overflow:hidden;
}
.single #masthead{margin-bottom:0;}
.h-tags a {
    border-bottom: 1px solid #999;
    display: block;
padding: 3px 0 3px 0;
  color: #0e76bc;
}

#share-button-twitter > li {
    float: left;
    list-style-type: none;
}

.page-id-6 .meta-share-wrap {
    display: none;
}

.meta-share-wrap {
	padding-bottom: 50px;
}

.category-tutorials .archive-header {
    background-color: transparent;
    position: absolute !important;
}

.slideeeeeeeeee {
    width: 98%;
}
.h-tags {
    float: left;
    margin:0px 10px 0px 50px;
    width: 31%;
}
.entry-content > h3 {
    color: #4383cd;
   font-weight:bold !important; 
	
}
.stepcolor{
fontsize:25px !important;
font-weight:bold !important;

}

.archive-title {
    color: #0e76bc;
	margin-top:30px !important;
}
.page-template-author_template-php .popular-image .avatar{
border-radius:100px;
width:80%;
}
.h-thumb {
    float: right;
    width: 152px;
margin-top:33px;
}

.h-author {
    bottom: 22px;
    color:#E1E1E1;
    float: left;
    font-size: 15px;
    font-weight: normal;
    left: 45%;
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    width: auto;
}
.h-thumb img {
    /*height: 220px;
    width: 66%;*/
}
.fixed {position:fixed; top:0; left:0;width:100%;z-index:9999;}
.h-des .addthis_toolbox, .single-gallery .addthis_toolbox {
    display: none !important;
}
#listview .entry-header
{
float:left;
width:20%;
}
#listview .entry-content
{
float:left;
width:80%;
padding-left:2%;
}
#listview article
{
width:100%;
float:left;
}
#listview .entry-title
{
font-size:20px;
color:#555;
}
#listview .entry-header img {
    height: auto;
    width: 165px;
}
.h-tags > h4 {
    font-size: 14px;
}
.searchpost .search-field {width:135px;}
.midpart {
margin:5px 0 0 34.5%;
    width: 55%;
float:left;
}
.listview .entry-title > a {
    color: #333333;
    font-weight: bold;
}
.popular-image > h4 {
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.pcount {
    border: 1px solid #83D0F1;
    font-family: Open sans;
    font-weight: lighter;
    padding: 5px;
	float: right;
}
.single-product #container {
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    float: left;
    margin-right: 0px;
    padding: 20px;
    width: 870px;
}
.single-product .site-main .sidebar-container {
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    float: left;
    height: auto;
    top: 40px;
    width: auto;
}
.socialmedia a{font-size:0px;
}
.single-product .site-main {
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    clear: both;
    margin: 0 auto;
    max-width: 1200px;
}
#content1 .acart{
display: block;
    float: right;
    position: relative;
    right: 0;
    text-align: right;
    top: 15px;
    width: 100%;
font-size:20px;
  font-family: arial;
}
.woocommerce-page #container {
float:left;
padding:20px;
background:#fff;

}
.woocommerce-page .site-main {
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    clear: both;
    margin: 0 auto;
    min-height: 1935px;
    width:100%;
    max-width: 1240px;

}
.woocommerce-page .site-main #black-studio-tinymce-7
{
left:0;
position:relative;
}
.woocommerce-page .site-main .sidebar-container {
    float: right;
    height: 0;
    position: static;
    top: 40px;
    width: 166px;
    z-index: 1;
background:#fff;
}
.woocommerce-page #primary
{
max-width:900px;
}
.woocommerce-page #primary {
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    float: left;
    max-width: 870px;
}
.woocommerce-page #primary .container{
    background: none repeat scroll 0 0 hsl(0, 0%, 100%)!important;
   
}
.woocommerce-page #primary section{
background:#fff!important;
}
.woocommerce-cart .addthis_toolbox{display:none;}
.price {
    font-size: 15px;
padding-left:10px;
color:#D15C0D !important;
}
.bbpress .addthis_toolbox{display:none;}
.related.products ul li{width:200px;height:auto;}
.woocommerce-breadcrumb {
    font-size: 15px !important;
}
.search-results article {
    /*width: 100%; MK */
}
.search-results .headerpart {
    display: none;
}
.carousel-inner p {
    font-size: 13px;
    line-height: 16px !important;
}
.gallery_box ul{padding-left:0;}
.gallery_box li img{width:175px!important;}
.gallery_detail_box div:first-child {
    font-size: 20px;
}
.gallery_detail_box{font-size:14px;}
.single-gallery #main-content{margin:0px auto; max-width:1230px; width:100%;}
/*.gallery.clearfix{float:left;}*/
.gllr_image_block{margin:5px;}
.widget.widget_execphp {
    padding: 0;
margin:0;
}
.woocommerce-page .span6 .span9 {
    width: 800px;
}
.home .container[role="main"]{background:#fff!important;}
.single-product #right-sidebar
{
float:right;
left:-10px;
}
.entry-meta
{
display:none;
}
.display-posts-listing .title {
    display: block;
}
.display-posts-listing .image img{
    float: left;
    margin-right: 10px;
    width: 65px;

}
.widget.widget_text{width:330px;clear:both;}
.widget.widget_text .addthis_toolbox{display:none;}
.entry-content .addthis_toolbox {
    left: 444px;
    position: relative;
    top: -150px;
}
.interv .h-thumb img {
    height: 220px;
    left: 8px;
    position: relative;
    top: -93px;
    width: 180px;
}
.interv .h-title{
margin-left:216px;
color:#222;
width:44%;
height:28px;
} 
.single-post #right-sidebar .widget.widget_text{
width:341px;
}
.postid-1781 .midpart{
margin-top:163px;
}
.interv .h-thumb {
    height: 146px!important;
	float:left !important;
}

#nav_menu-2, #nav_menu-3, #nav_menu-4{
    margin-top: 10px;
}
.interv .h-des
{
margin-left:25px;
}
.revi .h-title {
    margin-top: 190px;
color:#222;
}
.postid-1781 .revi .h-title {
    margin-top: 30px !important;
color:#222;
}
#main{
!height:400px;
}
.bottomsb aside{
margin:0;
padding:0;
}
.wp-pagenavi
{
padding-left:8px!important;
font-family:arial;
}
.home #main{background:none;}

#right-sidebar .widget.widget_black_studio_tinymce{
width:335px;
margin-left:7%
}
.widget.widget_sub_categories {
	width: 100%;
	max-width: 320px;
    background: none repeat scroll 0 0 #61b9df;
}
.tax-product_cat #right-sidebar .widget.widget_sub_categories{
margin-left:6%;
}
.category-43 .cssidebar,.category-52 .cssidebar,.category-51 .cssidebar,.category-56 .cssidebar,.category-27 .cssidebar,.category-53 .cssidebar{
display:none;
}
.more .product h3{
font-size:12px !important;
height:64px;
}
.single-product .summary.entry-summary{
width: 50% !important;
}

/* MK
.category-43 .widget.widget_sub_categories,.category-52 .widget.widget_sub_categories,.category-51 .widget.widget_sub_categories ,.category-56 .widget.widget_sub_categories,.category-27 .widget.widget_sub_categories,.category-53 .widget.widget_sub_categories{
margin-left:10% !important;
} */

#nav_menu-5 {
    float: left !important;
    margin-left: 15% !important;
    width: 85% !important;
}
.unorder_list a {
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    position: relative;
    top: -2px;
}
.foospans li a:hover {
	color: #ea9629!important;
}
.page-template-premium-training-php #content1{
margin-left:0px !important;
}

/* MK 
.entry-content{
padding:0px !important;
} */

#right-sidebar .widget.widget_black_studio_tinymce{
width:340px;
}
.tax-product_cat .products li h3{
height:64px;
}
#menu-footertop li a{
transition:all 0.3s ease-in-out 0s;
-moz-transition:all 0.3s ease-in-out 0s;
-o-transition:all 0.3s ease-in-out 0s;
-webkit-transition:all 0.3s ease-in-out 0s;
-ms-transition:all 0.3s ease-in-out 0s;
padding:15px 0 0 !important;
}
.widget ul #menu-item-169{
height:47px !important;
}
#menu-footertop li a:hover{
color:#EA9629 !important;
}
.entry-content > h3 {
border-top: 2px solid #777777;
font-size: 25px;
}
#right-sidebar{
margin-left:20px !important;
}
.category-tutorials #right-sidebar {
margin-left: 10px !important;
}
.text-justify span{
font-size:13px !important;
}
h2.erpProTitle{
font-size:22px !important;
color:#333!important;
}
ul.pro-premium{
 float: left;
    list-style: none outside none;
    margin: 0;
    width: 100%;
}
ul.pro-premium li{
text-align:center !important;
}

#nav_menu-5 li a{
height:auto !important;
}
.bor{
border-right: 2px solid #BBBBBB;
    float: right;
    height: 15px;
    left: 15px;
    position: relative;
    top: -15px;
}
ul#menu-footertop li{
padding:0px 30px !important;
height:auto !important;
}
.widget ul #menu-item-174, .widget ul #menu-item-171, .widget ul #menu-item-170, .widget ul #menu-item-169{
background-position:left !important;
}
.erpProContainer h4, .erpProContainer .h4, .erpProContainer h5, .erpProContainer .h5, .erpProContainer h6, .erpProContainer .h6{
margin-top:5px !important;
padding:5px 0px !important;
}
.left{
padding-top:0px !important;
}
.home .home #right-sidebar{
margin-left:5px !important;
margin-top:10px;
}
ul.mks_adswidget_ul.small{
text-align:center !important
}
.archive #right-sidebar{
margin-left:10px !important;
}
.page #right-sidebar{
width:290px !important;
}
.home #right-sidebar .widget.widget_black_studio_tinymce{
width:296px;
}
.single-product.woocommerce-page #container{
width:100% !important;
}
.single-product .span6{
width:100% !important;
}
.single-product.woocommerce-page .span6 .span9{
width:100% !important;
}
.page-template-author_template-php h4 a{
color:#0e76bc !important;
}
.single-product ul.products li{
width:21% !important;
clear:none!important;
}
.single-product .summary.entry-summary{
float:left !important;
margin-left:50px !important;
}
.single-product .images{
float:left !important;
width:auto !important;
}
.page-id-200 #right-sidebar{
display:none;
width:25% !important;
}
.page-id-200 .span9{
float:left !important;
width:70% !important;
}
.page-id-200 .woocommerce-page .site-main .sidebar-container{
width:100% !important;
}
.page-id-200 .site-main .sidebar-inner{
width:100% !important;
}
.page-id-200 #right-sidebar .widget.widget_black_studio_tinymce{
width:100% !important;
}
.page-id-200 .widget.widget_text{
width:100% !important;
padding:20px 0px !important;
}
.page-id-200 #main{
background:none !important;
}

.btype {
    background: none repeat scroll 0 0 #FFFFFF;
    position: relative;
    z-index: 99;
padding:0 5px;
height:38px;
}
.badge2 img
{
padding-right:12px;
}
.fooauto
{
 margin: 0 auto;
    max-width: 1240px;
    width: 100%;
}


.span12.foospans {
    float: right;
    width: 100% !important;
}

.footer_logo_div {
    margin: 0px
    width: 100%;
}
.footer_logo_div p {
    color: #5a5b5a;
 margin-top:15px;
 font-size:12px;
margin-bottom:0;
}

.widget.widget_nav_menu ul li a{color:#fff;}


#text-3 .widget_nav_menu {
    padding: 0px !important;
float:left !important;
width:100% !important

}
#colophon{   
 float: left;
    margin-top: 0 !important;
    width: 100%;
  position: relative;
}

#nav_menu-3 .widget-title
{ border-bottom: 10px solid #03f16d;
    color: #03f16d !important;
    float: left;
    margin-left: 15px;
   position: relative;
}

#nav_menu-4 .widget-title
{ border-bottom: 10px solid #0098ff;
    color: #0098ff !important;
    float: left;
    margin-left: 15px;
   position: relative;
}
#nav_menu-2 .widget-title {
    border-bottom: 10px solid #FF8A00;
    color: #FF8A00 !important;
    float: left;
    margin-left: 0px;
   position: relative;
}


.menu-footer1-container {
    border-left: 1px solid #808080;
    clear: both;
 min-height:300px;
}
 .menu-footer2-container {
    border-left: 1px solid #808080;
    clear: both;
   min-height:300px;
}
.menu-footer3-container
{ border-left: 1px solid #808080;
    clear: both; min-height:300px;}

.menu-footer1-container ul li a
{color:#a1a19f !important;}

.menu-footer2-container ul li a
{color:#a1a19f !important;}

.menu-footer3-container ul li a
{color:#a1a19f !important;}


/*.footer-top.span12 {
    border: 5px solid #808080;
    left: 30%;
    position: absolute;
    top: 9%;
    width: 54%;
}*/
.single-product .footer-top.span12 {
top:7.1% !important;
width:53%;
}
.unorder_list li {
    border-right: 2px solid;
    color: #FFFFFF;
    float: left;
    height: 16px;
    padding: 0 11px;
    width: auto;
}

.last_footer_div {
    clear: both;
}
#text-7
{width:100% !important;
padding-left:0px;}
.p_content p {
    color: #777673;
    margin-left: 18px;
}
.footer_logo_div p{font-size:100%;color:#999;}
.unorder_list ul li {
    font-size: 12px;
    font-weight: bold;
font-family:arial;
}
.page .addthis_toolbox{display:none;}

.unorder_list li:last-child {
    border: medium none;
}
.box {
    margin-left: -3px;
    margin-right: 7px;
}


.revi p {
width: 100% !important;
float:left !important;
}

.category-reviews .entry-content .addthis_toolbox {
left: 50% !important;
position: absolute !important;
}
.category-contests .addthis_toolbox.addthis_default_style {
left: 0 !important;
position: relative !important;
top: 0 !important;
}

.style46 {
color: #990000;
font-size: 14px;
font-weight: bold;
}
#steps > h1{
font-size:25px !important;
}
.single .entry-title{
font-size:27px !important;
}
.entry-content > h3{
font-size:25px !important
}
.entry-content > h1{
font-size:25px !important;
}
.popular-content .t h4{
    height: 54px;
	font-size: 1em;
  
}
.prem .popular-content .t > h4 a{
text-align: left;
font-size: 16px;
margin: 10px 0;

}
.t{
margin-left:19px;
}
.prem .popular-content{
text-align:unset;
}
.redTotal .amount {
margin-left:12px;
}
.home .home .popular-image {
    text-align: center;
}
.home .home .prem .popular-image img{
    text-align: left;
width:auto;
height:200px;
}
.attachment-media-object
{
width:130px;
height:130px;
}
.metaslider .caption
{
padding:5px 8px!important;
}
.flex-control-nav li a
{
margin:0px 3px!important;
}
.gallery_detail_box div:first-child {
    color: #000;
    font-size: 19px;
	font-weight: 600;
    margin-bottom: 10px;
}
.gallery_detail_box div:nth-child(2) {
    display: none;
}

.gallery_detail_box > a {
    display: none;
}
.page-id-309 .span9 {
    padding: 20px;
}
.page-template-premium-training-php .products li p {
    display: none;
}
.home .products li p {
    display: none;
}
.home .home .con
{
padding-left:10px!important;
padding-right:10px!important;
}
.wp-about-author-containter-top
{
display:none;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img
{
box-shadow:none!important;
padding:10px;
}
.page-template-premium-training-php .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{
padding:10px;
}
.page-template-premium-training-php .product h3{
height:64px;
}
.add_to_cart_button
{
border: 0 none!important;
    font-family: arial;
    font-size: 17px;
    font-weight: normal;
    height: 40px;
    padding-top: 12px!important;
    text-decoration: none;
float:left!important
width:70%;
}
.popular-image .avatar
{
width:100%;
}
.aut-posts
{
width:100%;
float:left;
border-top: #000 solid 1px;
}
.aut-left
{
width:29%;
float:left;
margin-right:1%;
margin-left:0;
}
.archive.author  #right-sidebar .widget.widget_text {
    margin-left: 21px;
    width: 340px !important;
}
.category-interviews #right-sidebar .cssidebar{
display:none;
}
.aut-right
{
width:66%;
float:left;
 height:194px;
}
.aut-left img {
    border: 1px solid #ddd;
 
  padding: 3px;
}

.page-id-2227 .popular-image a {
   /* border-radius: 60% !important; */
}
.aut-right h4 {
    margin-top: 0;
}
.archive.category-blog article {
    /* width: 100%; MK */
}
.archive.category-blog .entry-header {
width: 30%;
float:left;
text-align:left;
}
.archive.category-blog .entry-content
{
width: 70%;
float:left;
}
.category-blog .entry-thumbnail a img {
    border: 1px solid #CCCCCC;
    padding: 5px;
    width: 80%;
height:500px;
}
.category-blog .entry-content{
width:80% !important;
margin-left:10%;
}
.category-blog .entry-thumbnail
{
margin-right:20px;
}

.category-tutorials .bread, .archive.category-blog .bread{color:#fff;}
div.breadcrumbs {
margin-top: 8px;
}
#premium-content .popular-image
{
height:380px;
}

.category-blog .readmore
{
padding: 6px;
background: #0E76BC;
color: #fff;
font-size:14px;
}
.date{
background:#0e76bc;
width:150px;
color:white;
font-size:18px;
}
.gallery_detail_box {
    font-size: 14px;
	padding:8px;
   border: 1px solid #d0d8e3;
   height: 80px;
   width:100%;
    
}

.gallery_box li img {
    width: 248px !important;
	
}

#post-309 .entry-content .gallery_box:nth-child(4){
margin-top:-13px !important;
}
#post-309 .entry-content .gallery_box:nth-child(6){
margin-top:-29px !important;
}
.gallery_box {
    float: left;
    margin-left: 1%;
    width: 32%;
}
.socialmedia{
margin-left:4%;
}
.borderblog{
border-top:1px solid;
margin-bottom:25px;
margin-top:27px;
}
.archive.category-blog .entry-title
{
margin-bottom:10px!important;
margin-top:10px!important;
text-align:left;
font-size:24px;
}
.archive.category-blog #premium-content article {
    width: 33%;
}
.aut-widget img {
    float: left !important;
    width: 50px !important;
  border-radius: 50%;
}
.aut-widget h4 {
    clear: none;
    display: block;
    float: left;
}
.aut-widget > li {
    float: left;
    width: 100%;
}
.erpProContainer img
{
border:1px solid #f1f1f1;
}
.authorname {
    font-weight: bold;
    padding-left: 12px;
    text-align: left;
 padding-bottom: 10px;
}
.postid-217 .panel-grid {
    float: left;
    width: 100%;
}
.postid-217 #pg-217-0 {
    box-sizing: border-box;
    float: left;
    margin: 0px;
    width: 100%;
}
#panel-217-0-0-0 .widget-title {
    float: left;
    font-family: helvetica !important;
    margin: 0 !important;
    width: auto;
}
.postid-217 .panel-grid-cell {
    float: left !important;
    text-align: center;
    width: 20% !important;
}
.panel.widget.widget_text.panel-last-child {
    margin: 0 auto !important;
    text-align: center;
    width: 100% !important;
}
.single-product .widget-title{
    font-family: helvetica !important;
    font-size: 14px !important;
    font-style:normal !important;
    text-align: left;
    margin-bottom: 5px !important;
    float: left;
}
.postid-217 .panel.widget.widget_siteorigin-panels-image.panel-first-child {
    margin-bottom: 5px !important;
}
.single-product .panel-grid-cell{
    margin-bottom: 21px !important;
}
.single-product .textwidget {
    font-family: helvetica !important;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    float: left;
	width:100%;
	color:black;
}
.single-product .product{
height:350px;
}
h4.mr{
  color: #0e76bc;
    font-weight: bold;
    text-align: left;
}
.postid-217 #content {
    margin: 0 !important;
    padding: 10px !important;
}
.postid-217 .span9 {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 !important;
    padding: 10px;
}
#product-217 > h3 {
    font-size: 28px !important;
    font-weight: bold;
    margin: 0 !important;
}
.thumbnailstab a {
    float: left !important;
    margin-left: 10px !important;
    width: 20% !important;
}
.attachment-shop_thumbnail {
    float: left !important;
    width: 100% !important;
}
.pinforyt {
    float: right;
    width: 45%;
}
.pwedeliver > h2 {
    float: left !important;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.pinforyt {
    float: right;
    font-size: 15px;
    left: -180px;
    position: relative;
    width: 45% !important;
top:50px;
}
.pinfoleft > a{
float:left !important;
}
.pinforyt strong {
    float: left;
    font-size: 24px;
    text-align: left;
    width: 100%;
}
.woocommerce-tbs {
    display: none !important;
}
.thumbnails {
    display: none !important;
}
.pinfoleft {
    float: left !important;
    width: 55% !important;
}
.product_meta {
    display: none;
}
.aboutprodu {
    float: left;
    font-size: 13px;
    margin-bottom: 15px;
    width: 100%;
	color:#7d7b6d;
	line-height:20px;
}

.addu {
    background: url("http://pixelbit.localhost/photoshopcafe/store/wp-content/uploads/2014/08/shopping-cart1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    height: 42px;
    width: 50%;
    background-size: 100%;
    background-color: #19A9FF;
    border-bottom:1px solid #19A9FF;
background-repeat: no-repeat;
}
.images > div {
    float: left;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.quantity.buttons_added{
display:none !important;
}
#tab-3 {
    box-sizing: border-box;
    float: left;
    padding: 0 15px;
    width: 100%;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.authoproductpic {
    float: left;
    width: auto;
	color:black;
}
.authoproductimg {
    float: left;
    text-align: left;
    width: 100%;
margin-bottom:0px;
}
.authoproductpic {
    float: left;
    font-size: 15px;
    width: auto;
}
.gridview .archive-title {
margin-top: 10px;
}

.something {
    background: url("images/truck_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-radius: 10px;
    float: left;
    min-height: 150px !important;
    padding: 5px 38px !important;
	  width: 440px;
}
.somethingthree {
    background: url("http://pixelbit.localhost/photoshopcafe/store/wp-content/uploads/2014/09/download-now.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-radius: 10px;
    float: left;
    min-height: 150px !important;
    padding: 5px 38px !important;
	  width: 440px;
}
.somethingone {
    background: url("images/background.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-radius: 10px;
    float: left;
    min-height: 150px !important;
    padding: 5px 38px !important;
    width: 440px;
}
.somethingtwo {
    background: url("http://pixelbit.localhost/photoshopcafe/store/wp-content/uploads/2014/09/disk.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-radius: 10px;
    float: left;
    min-height: 150px !important;
    padding: 5px 38px !important;
    width: 440px;
}

.add_button {
    float: left;
    margin-left: 14px;
    margin-top: 59px;
}
.p {
    color: black !important;
    float: left;
    margin-top: 64px;
}
.buy {
    float: left;
    width: auto;
    margin-bottom: 5px !important;
}
.something .price {
    color: #000 !important;
    float: left;
    font-size: 17px !important;
    font-weight: bold;
    margin-bottom: 5px;
    width: auto;
    margin-right:10px;
}
.somethingone .price {
    color: #000 !important;
    float: left;
    font-size: 17px !important;
    font-weight: bold;
    margin-bottom: 5px;
    width: auto;
    margin-right:10px;
}

p.buy u {
    color: #fff;
    float: left;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    font-family: arial,sans-serif;
}
.download {
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
    width: 100%;
    font-family: arial,sans-serif;
}
.single_add_to_cart_button {
    background: none repeat scroll 0 0 #21A4E9 !important;
	background-color:; #333 !important;
    border-radius: 5px !important;
    -o-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    color: #fff !important;
    float: left;
    font-weight: normal !important;
    letter-spacing: 1px !important;
    padding: 5px 10px !important;
    width: auto;
	font-size: 120% !important;
}
.product_title {
	font-family: "Lato", sans-serif;
    float: left;
    width: 100%;
	line-height: 1.3em;
	color: #333;
	font-size: 110%;
}
.price {
color:#D15C0D !important;
}
.somethingtwo .price, .somethingthree .price  {
    color: black !important;
	font-weight:bold;
}



/******************************** End Style Sheet ************************************************/

@media (max-width: 980px){
#right-sidebar .widget.widget_sub_categories {
    margin-left: 9px !important;
}
.span3{
width:100% !important;
}
}
@media (max-width: 1599px) {
	.site {
		border: 0;
	}
body{
overflow:hidden !important;
}
}

@media only screen and (max-width:1279px){
       .sidebar .site-footer .widget{
             width:24% !important;
        }
.postid-217 .panel-grid {
    margin: 0 !important;
}
.footer-top.span12{
width:53% !important;
}
.pluginSkinLight ._4s7c {
border:none !important;
}
.widget.widget_FacebookLikeBox{
padding:15px !important;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container{
width:97% !important;
}
.span4{
width:29% !important;
}
.page #right-sidebar{
width:20% !important;
}
#right-sidebar .widget.widget_black_studio_tinymce{
width:110% !important;
float:left !important;
margin-left:10px !important;
}
.mks_adswidget_ul.small li{
width:49% !important;
}
.widget.mks_ads_widget{
width:100% !important;
padding:0px !important;
}
.mks_ads_widget ul.small img, .mks_adswidget_ul.small img{
height:auto !important;
width:auto !important;
}
.widget{
/*padding:20px 0px; !important;*/
}
.fb_iframe_widget{
float:left !important;
width:100% !important;
}
.fb_iframe_widget > span{
width:100% !important;
}
._4s7c{
height:325px !important;
}
.fb_iframe_widget iframe{
height:330px !important;
}
.fb_iframe_widget span{
height:330px !important;
}

div#primary{
width:73% !important;
}
.archive #right-sidebar{
float:right !important;
width:25% !important;
}
.site-main .widget-area{
width:100% !important;
}
#right-sidebar .widget.widget_black_studio_tinymce{
width:100% !important;
padding:20px !important;
}
.widget.widget_text{
width:100% !important;
}
.category article, .tag article{
width:30% !important;
}
.popular-item span2{
width:100% !important;
}
.archive .span9{
width:100% !important;
}
.bread{
width:21% !important;
}
.onemore{
float:left;
}
.onemore ul li{
float:left;
list-style-type:none;

}
.grid, .list{
width:6% !important;
}
.searchpost, .sorting{
width:18% !important;
}
.category .popular-item.span2, .tag .popular-item.span2, .archive .popular-item.span2{
width:100% !important;
}


.woocommerce-page #container{
width:73% !important;
}
.woocommerce-page #right-sidebar{
width:24% !important;
}
#right-sidebar #execphp-3{
width:100% !important;
float:right !important;
}
#right-sidebar #black-studio-tinymce-7{
width:100% !important;
float:left !important;
}
/*#right-sidebar .widget.widget_sub_categories{
width:100% !important;
padding:20px !important;
}
/*#right-sidebar .widget.widget_sub_categories{
float:left !important;
}
.widget.widget_sub_categories > ul{
float:left !important;
}
.widget.widget_sub_categories li{
float:left !important;
width:100% !important;
}*/
.page-id-6 .cat-item a, .category .cat-item a, .archive .cat-item a{
/*width:auto !important;*/
}
.pcount{
/*width:auto !important;*/
float:right !important;
}

.category article, .tag article{
width:32% !important;
}


.page div#primary{
width:100% !important;
}
.page #content1{
padding:20px !important;
}

.forum-archive #primary{
width:100% !important;
}
.forum-archive #content1{
width:71% !important;
}
.home #content1{
padding:0px !important;
}
._4s7c{
height:380px !important;
}
.fb_iframe_widget iframe{
height:400px !important;
}
.fb_iframe_widget span{
height:400px !important;
}
._4s7c{
height:auto !important;
}
#listview article{
width:100% !important;
}
/*#right-sidebar .widget.widget_sub_categories{
width:111% !important;
}*/
.site-main .widget-area{
float:left !important;
width:111% !important;
}




.single .span6{
width:100% !important;
margin:0px !important;
}
.woocommerce-page .span6 .span9{
width:100% !important;
}
.woocommerce-page .site-main .sidebar-container{
width:100% !important;
}
.summary.entry-summary{
padding:10px !important;
}
#text-4.widget.widget_text{
width:90% !important;
}
.page-id-200 div#primary{
max-width:100% !important;
}
.page-id-200 #right-sidebar .widget.widget_black_studio_tinymce{
width:100% !important;
}
.page-id-200 .container[role="main"]{
max-width:100% !important;
}
.page-id-200 .widget.widget_text{
float:left !important;
}

.single-post div#primary{
width:100% !important;
}
.single-post .span9{
width:70% !important;
}
.single-post #right-sidebar{
width:24% !important;
float:right !important;
margin-left:0px !important;
}
.single-post .site-main .sidebar-container{
width:100% !important;
}
.addthis_button_facebook_like.at300b{
width:85px !important;
}
.single-post .site-main .widget-area{
width:100% !important;
}


}

@media (max-width: 1200px) {
.category .popular-item.span2, .tag .popular-item.span2, .archive .popular-item.span2
{
width:90%;
}
.category article, .tag article
{
width:33%;
}
.h-thumb img{
width:auto !important;
}
.h-thumb{
float:right !important;
width:40% !important;
}
.h-tags{
width:32% !important;
}
.site-main .sidebar-container{
width:112% !important
}
.pinforyt strong{
font-size:20px !important;
left:-100px !important;
}
.pinforyt{
font-size:14px !important;
}
.span9{width:100%!important;}
#content1{margin:0;}
.container[role="main"] {
    !background-color: hsl(206, 28%, 95%);
    color: hsl(0, 0%, 33%);
    margin: 0 auto;
    max-width: 1060px;
    padding: 0px 20px 20px 20px ;
}
.span3{
width:100% !important;
}
.txt{
width:8%;
}
.stline{
width:82%;
}
.footer-top.span12{
top:13.6%;
}
.span2{
width:27% !important;
}
.page #right-sidebar{
width:100% !important;
margin-top:20px !important;
margin-left:0px !important;
}
#right-sidebar .widget.widget_black_studio_tinymce{
width:45% !important;
float:left !important;
margin-left:10px !important; 
}
.widget.mks_ads_widget{
float:right !important;
width:50% !important;
}
.mks_adswidget_ul.small li{
width:24% !important;
}
.widget.widget_FacebookLikeBox{
float:left !important;
width:50% !important;
}
.advanced_recent_posts_widget{
float:left !important;
width:50% !important;
}
.advanced_recent_posts_widget{
float:left !important;
width:50% !important;
}
.widget.Tweet.Master.Buttons{
float:left !important;
width:100% !important;
margin-top:-200px !important;
}
.right{
margin-top:-35px !important;
width:50% !important;
}

.advps-slide{
width:100% !important;
}
.erpProTitle.col-md-12
{
color:#222!important;
}

/************************* End of index page **************************/

.span9{
width:75% !important;
}
.advps-slide-container{
width:100% !important;
}
.advps-slide{
height:auto !important;
}
.advps-slide-container div:first-child{
width:100% !important;
}
.page #right-sidebar{
width:24% !important;

margin:0px !important;
}
.widget.widget_execphp{
float:left !important;
width:100% !important;
}
/*#right-sidebar .widget.widget_sub_categories{
width:55% !important;
}*/
/*.category-tutorials #right-sidebar .widget.widget_sub_categories{
width:113% !important;
}*/
.site-main .widget-area{
width:100% !important;
}
/*.page-id-6 #right-sidebar .widget.widget_sub_categories{
margin:0px !important;
float:left !important;
}*/
#searchform{
width:95% !important;
margin-left:3% !important;
}
/*.widget.widget_sub_categories > ul{
width:95% !important;
margin-left:3% !important;
float:left !important;
}*/
/*.widget.widget_sub_categories li{
float:left !important;
width:96% !important;
}*/
/*.cat-item > a{
float:left !important;
width:auto !important;
}*/
.pcount{
/*float:right !important;*/
}
#right-sidebar .widget.widget_black_studio_tinymce{
    float:left !important;
    padding: 10px !important;
    width: 100% !important;
}
.button.add_to_cart_button.product_type_simple{
font-size:15px !important;
}

.archive #right-sidebar{
float:left !important;
}
#right-sidebar .widget.widget_black_studio_tinymce{
margin-left:0px !important;
}

.widget_sub_categories h3{
font-size:24px !important;
}
#right-sidebar .widget.widget_black_studio_tinymce{
float:left !important;

}
.widget.widget_FacebookLikeBox{
width:100% !important;
float:left !important;
}
.widget.mks_ads_widget{
width:100% !important;
}
.mks_adswidget_ul.small li {
width:46% !important;
}
.advanced_recent_posts_widget{
width:100% !important;
}
.widget.Tweet.Master.Buttons{
width:100% !important;
margin-top:0px !important;
}


.single-post .entry-content{
position:relative !important;
}
.entry-content .addthis_toolbox{
position:absolute !important;
left:55% !important;
}
.single-post .span9{
width:70% !important;
}
.single-post #right-sidebar .widget.widget_black_studio_tinymce{
!width:100% !important;
float:left !important;
margin-left:20px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
width:29.5%;
}
.home .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{

width:20%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{

width:20% !important;
}
.pinfoleft > a{
width:100% !important;
}

}



@media (max-width: 1069px) {
.page .row, .row{margin:0;}
.span9{width:100%;}
.span3{width:100%;}
#content1{margin-left:0;}
#right-sidebar{width:100%;}
#right-sidebar aside{float:left;}
.popular-item.span2 {
    width: 21.5%;
transition: all .6s ease 0s;
-o-transition: all .6s ease 0s; /* opera */
    -ms-transition: all .6s ease 0s; /* IE 10 */
    -moz-transition: all .6s ease 0s; /* Firefox */
    -webkit-transition: all .6s ease 0s; /*safari and chrome */

}
.h-thumb{
width:46% !important;
}
.midpart{
width:61% !important;
}
.h-tags{
width:32% !important;
}

#black-studio-tinymce-4, #black-studio-tinymce-7, #black-studio-tinymce-8, .category #right-sidebar .widget_black_studio_tinymce{position:static;}
.top aside{
!max-width:860px;
width:100%;
}
.pinforyt strong{
font-size:17px !important;
}
.pinforyt{
top:40px !important;
font-size:13px !important;
}
#slideshow.container{padding:0;}
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}

.span4{
margin-top:10px !important;
}
.page #right-sidebar{
width:100% !important;
margin-top:20px !important;
margin-left:0px !important;
}
#right-sidebar .widget.widget_black_studio_tinymce{
width:45% !important;
margin-bottom:20px !important;
}
.widget.mks_ads_widget{
float:right !important;
width:50% !important;
}
.mks_adswidget_ul.small li{
width:24% !important;
}
.advanced_recent_posts_widget{
margin-top:-20px !important;
}
.widget.widget_FacebookLikeBox{
float:none !important;
}
#facebooklikebox-3{
float:none !important;
}



/********************** End of index page *******************/



.span9{
width:75% !important;
}
.advps-slide-container{
width:100% !important;
}
.advps-slide{
height:auto !important;
}
.advps-slide-container div:first-child{
width:100% !important;
}
.page #right-sidebar{
width:24% !important;
float:right !important;
margin:0px !important;
}
.widget.widget_execphp{
float:left !important;
width:100% !important;
}
/*#right-sidebar .widget.widget_sub_categories{
width:112% !important;
}
.page-id-6 #right-sidebar .widget.widget_sub_categories{
margin:0px !important;
float:left !important;
}*/
#searchform{
width:95% !important;
margin-left:3% !important;
}
/*.widget.widget_sub_categories > ul{
width:95% !important;
margin-left:3% !important;
float:left !important;
}
.widget.widget_sub_categories li{
float:left !important;
width:96% !important;
}*/
/*.cat-item > a{
float:left !important;
width:auto !important;
}*/
.pcount{
float:right !important;
}
#right-sidebar .widget.widget_black_studio_tinymce{
    float:left !important;
    margin-left: 10px !important;
    padding: 10px !important;
    width: 100% !important;
}
.button.add_to_cart_button.product_type_simple{
font-size:15px !important;
}
.advps-left-arrow{
top:30% !important;
}
.advps-right-arrow{
top:30% !important;
}
.widget_sub_categories h3{
font-size:24px !important;
}
#s{
height:auto !important;
}
#searchform input{
margin-top:0px !important;
}
/*.page-id-6 .cat-item, .category .cat-item, .archive .cat-item{
padding:10px 0px !important;
}*/
.button.add_to_cart_button.product_type_simple{
font-size:13px !important;
}
.entry-content > p{
margin:0 !important;
}
.advps-bullet{
bottom:35px !important;
}


.archive .searchpost #searchform input{
margin-bottom:0px !important;
margin-top:12px !important;
}

#right-sidebar .widget.widget_black_studio_tinymce{
margin-left:0px !important;
}
.widget_sub_categories h3{
font-size:22px !important;
}
.site-main .widget-area{
margin-right:0px !important;
}
.pinforyt{
width:45% !important;
left:-100px !important
}


}
@media (max-width: 500px){
#slideshow.container #slidejs{
height:252px;
}
.home .span9{
width:98% !important;
}
.page-template-homepage-php  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 45% !important;
}
}


@media (max-width: 980px){
.home .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 29% !important;
}
}

@media (max-width: 970px) {

	.widget.widget_sub_categories {
	  max-width: 100%;
	}

}

@media (max-width: 800px) {
	
/*#right-sidebar .widget.widget_sub_categories{
width:55% !important;
}*/
.home .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 32% !important;
}
.category article, .tag article{
width:50% !important;
}
.category-tutorials #right-sidebar{
width:20% !important;
}
.page-template-premium-training-php #right-sidebar .widget.widget_black_studio_tinymce {
    width: 253px !important;
}
div#primary {
    width: 58% !important;
}
#right-sidebar .widget.widget_black_studio_tinymce{
margin-left:0px !important;
}
#colophon .widget.widget_black_studio_tinymce {
    width: 88% !important;
}
.page #right-sidebar {
    width: 33% !important;
}
 .page-template-premium-training-php .span9 {
    width: 100% !important;
}
.footer-top.span12{
top: 53.6%;
left: 16%;
}
.sidebar .site-footer .widget {
    width: 30% !important;
}
.span3{
width:100% !important;
}
.span2{
width:34% !important;
}
.page-template-homepage-php .makeuniq .popular-item.span2, .single-post .make .popular-item.span2{
width:224px !important;
}
.category-tutorials .container{
margin-left:0px !important;
margin-right:0px !important;
}
.page-template-premium-training-php .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 100% !important;
}
.span12 {
    width: 100%;
}
.span9 {
    width: 67% !important;
}
.page-template-homepage-php  #right-sidebar{
width:32% !important;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container{
width:100% !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
clear:none;
width:31%;
margin-left:2%;
}
.stline{
width:75%;
}
.txt{
width:12%;
}
/*.category-tutorials #right-sidebar .widget.widget_sub_categories{
   margin-left: 0 !important;
    width: 112% !important;
}*/
.archive #right-sidebar{
width:33% !important;
margin-left:36px !important;
}
}
@media (max-width: 360px) {
.top .left{
margin-left:43%;
font-size:8px;
}
.home .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
width:65% !important;
}
.right {
    margin-top: -7px !important;
    width: 58% !important;
}
.top{
height:85px;
}
.custo{
font-size:8px;
}
.right ul{
padding:0px;
}
.right ul li{
height:27px;
width:34px;
}
#bg img{
height:370px !important;
}
.page .row{
margin-left:-3px;
}
.span3{
width:100% !important;
}
.span2{
width:70% !important;
}
.stline{
width:72%;
}
.txt{
width:19%;
}
.popular-content > h4{
height:28px;
font-size:14px;
}
#slideshow.container #slidejs{
height:148px !important;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product{
width:100% !important;
}
.page #right-sidebar{
width:100% !important;
}
#colophon .widget.widget_black_studio_tinymce, .sidebar .site-footer .widget{
width:100% !important;
}
#right-sidebar .widget.widget_black_studio_tinymce{
width:89% !important;
}
.footer-top.span12{
display:none;
}
/********************** End of Main page *******************/
.searchpost, .sorting {
    width: 47% !important;
}

.grid, .list {
    width: 19% !important;
}
.category article, .tag article{
width:100% !important;
}

div#primary{
width:100% !important;
}
.archive #right-sidebar{
width:100% !important;
}
.searchsort{
padding:0px !important;
}
.bread{
width:60% !important;
}
/********************** End of Tutorial page *******************/
.span9{
width:100% !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
width:70% !important;
}
#right-sidebar .widget.widget_sub_categories{
margin-left:0px !important;
}
.woocommerce-page .site-main{
min-height:10600px !important;
}
.gallery_box{
width:100% !important;
}
.home .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
margin-left:10px !important;
margin-right:10px !important;
}
.gallery_detail_box > div{
width:90%;
}
} 
@media (max-width: 700px) and (min-width:370px){
.category article, .tag article{
width:49% !important;
}
.page-template-homepage-php .makeuniq h4, .single-post .make h4{
height:82px;
}
.category  #premium-content .popular-item.span2, .tag .popular-item.span2, .archive .popular-item.span2{
width:90% !important;
}
.archive #right-sidebar{
width:50% !important;
}
.category article .popular-item.span2{
width:100% !important;
}
.popular-content > h4{
height:auto;
}
#colophon .widget.widget_black_studio_tinymce{
width:80% !important;
}
#nav_menu-4 .widget-title{
height:58px;
}
.footer-top.span12{
left:13%;
top:53.5%;
}
.grid, .list{
width:11% !important;
}
.top .left{
font-size:14px;
margin-left:16%;
width:41%;
}

.postimage {
    width: 25% !important;
}
.right{
width:43% !important;
margin-top:-13px !important;
}
.Items.span3{
width:100% !important;
}
.popular-item.span2 {
    float: left;
    margin-left: 4%;
    width: 45% !important;
}
.stline{
width:80%;
}
#share-button-twitter > li:last-child {
    height: 36px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
clear:none;
margin-left:4%;
width:43%;
}
.txt{width:12%;}
.page-template-homepage-php .makeuniq .popular-item.span2, .single-post .make .popular-item.span2{
width:45% !important;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product{
    width: 46.75%;
}
.page #right-sidebar{
width:50% !important;
float:left !important;
}
/*#right-sidebar .widget.widget_sub_categories{
width:100% !important;
}*/
#nav_menu-5{
margin-left:0px !important;
}
.woocommerce-page .site-main{
min-height: 6561px;
}
div#primary{
width:90% !important;
}
}

.textwidget .left {
	margin-top: 12px;
}

.redBadge{background: #ff0000;
padding: 5px 8px;
text-align: center;
color: #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
font-size: 14px;
position: relative;
top: 2px;
left: 2px;}

.redTotal{font-size:14px;position: relative;top:2px;}

#main-content.row.home .row.home.prem h4, #main-content.row.home .row.home.prem h4 a{
font-weight: normal;
font-size: 18px !important;
color: #333;
text-align: left !important;
line-height:1.2 !important;
}

.row.home ul.products h3, .row.home ul.products h3 a, ul.products h3, ul.products h3 a{
font-weight: normal;
font-size: 18px !important;
color: #333;
text-align: left !important;
line-height:1.2 !important;
position: relative;top:-15px;
}

ul.products h3{text-overflow:hidden !important;height:100px !important;}
body.home ul.products h3{height:75px !important;}

span.onsale{background:#ff6600 !important;text-shadow: none !important;}

#slider .slide-caption{width:80% !important;display: none !important;}

#slider .caption{text-align: left;}
#slider .caption a{color:#fff;font-size: 24px;font-weight: normal;}
.container#slideshow #slidejs .slides-paginate{bottom:25px !important;}



/*fix bundle product pages */
.pwedeliver{display:none !important;}

.related.products{height:500px !important;}


.salesGraphic{margin-bottom:40px;}

/*hide prices */

.woocommerce.columns-4 span.price, ul.products span.price, .popular-content span.price{visibility: hidden !important;}
ul.products span.price.show{visibility: visible !important;}

.price del{color:#777 !important;font-size:1em !important;}

.ec-icons{display: block;width: 100%;background:#fff;text-align: center;margin:0 auto;padding:50px 0 10px;background:#fff;}
.ec-icons img{display: inline-block;}
.ec-icons img.one{width:318px;}
.ec-icons img.two{width:363px;}

.gtbadge{display: inline-block;background:#fff;padding-left:90px;}

.products.sfn-cart-addons .quantity.buttons_added{display:none !important;}

.checkoutThumb{display: inline-block;float: left;}
.checkoutThumb img {width: 75px !important;max-width: 75px !important;}

.single section.main_content {
	background-color: transparent;
}

.single .widget.widget_text {
	width: 100%;
}

.single-product #content {
	width: 100%;
}

#black-studio-tinymce-9 h3,
#black-studio-tinymce-8 h3,
#black-studio-tinymce-10 h3 {
	display: none;
}