/*
Theme Name: Shaders Mods
Theme URI: http://shadersmods.com/
Author: Alex
Author URI: http://shadersmods.com/
Description: N/A
Version: 1.1
Text Domain: shadersmods
*/

/* ========================= */
/* Table of contents
 * =========================
 * 1.  Base
 * 2.  Header
 * 3.  Navigation
 * 4.  Homepage
 * 5.  Content
 * 6.  Pages
 * 7.  Comments
 * 8.  Sidebars
 * 9.  Footer
 * 10. Media Queries
 * ========================= */

/*@import url(//fonts.googleapis.com/css?family=Raleway:700,800,900);
@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url("css/reset.css"); 
@import url("css/common.css");
@import url("css/menu.css"); */

/* ====================
 * 1. Base
 * ==================== */
 
 /* reset */
 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
/* commung */ 
ul, ol {
	margin: 0 0 1.5em 2.5em;
}

ul {
	list-style: square;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

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

dl {
	margin: 0 1.5em;
}

dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}

strong {
	font-weight: bold;
}

small { 
	font-size: 80%; 
}

big {
	font-size: 120%;
}

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

cite {
	border: none;
}

b {
    font-weight: bold;
}

blockquote {
    margin: 7px 35px 20px 45px;    
	background: #EFEFEF;
	padding: 10px;
	clear: both;
	position: relative;
}

blockquote :before {
	content: "\f10d";
	font-family: FontAwesome;
	display: block;
	float: left;
	padding: 0;
	font-weight: 700;	
	margin-right: 10px;
	margin-top: 6px;
	line-height: 1;	
	font-size: 14px;	
	color: #AAAAAA
}

blockquote p {
	margin: 0 0 20px;
	padding: 0;
}

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

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

pre {
    background: rgba(0, 0, 0, 0.05);
    font: 87.5% "Courier 10 Pitch", Courier, monospace;
    line-height: normal;
    margin-bottom: 1.5em;
    padding: 0.75em 1.5em;
    overflow: hidden;
    border: 1px solid #ddd;
    border-left: 3px solid #7d1818;
}

pre:before {
    content: '👾';
    margin-right: 5px;
}

code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

ins {
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

input[type=text], 
textarea {
	border: 1px solid #CCCCCC;
	font: inherit;
}

textarea {
	padding-left: 3px;
	width: 98%;
	overflow: hidden;
    resize: none;
}

address {
	display: block;
	margin: 0 0 1.625em;
}

table {
    border-bottom: 1px solid #F2F2F2;
    /* margin: 0 0 1.625em; */
    width: 100%;
    text-align: left;
}

tr {
    border-top: 1px solid #F2F2F2;
}

th {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-align: right;
    padding: 0 10px;
    background: #F2F2F2;
    vertical-align: middle;
}


th i {
    position: relative;
    top: 2px;
}

td {
    border-right: 1px solid #F2F2F2;
    padding: 6px 10px 6px 10px;
    vertical-align: middle;
}

p{
	margin-bottom: 20px;
}

img{
	max-width: 100%; 
	height: auto;
}

iframe, img {
    border-radius:5px;
}

button {
	font: inherit;
}

/*-- WordPress common classes*/
.alignleft{
	display: inline;
	float: left;
	margin-right: 1.25em;
}

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

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

img.alignleft,
img.alignright,
img.alignnone,
img.aligncenter{
	margin-bottom: 1em;	
}

p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	margin-bottom: 1em;
	max-width: 96%;
	text-align:center;
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}

p.wp-caption-text{
	margin-bottom: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	color: #AAAAAA;	
	font-size: 14px;
	margin-top: 5px;
}

.gallery{
	margin-bottom:15px !important;
}

.gallery dl{	
	margin: 0;
}

.gallery img{
	border: none !important;
}

.lb-image{
	max-width: inherit; 
}

.lb-prev, 
.lb-next,
.lb-nav {
	transition: all 0s ease 0s;
}

.sticky {
	
}

input[type=submit],
.button {
	color: #FFFFFF !important;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	display: block;
    padding: 6px 12px;
    text-decoration: none;
	border: none;
	-moz-transition:  .4s ease-in-out; 
	-webkit-transition:  .4s ease-in-out; 
	transition:  .4s ease-in-out;
	font-weight: 700;
	text-transform: uppercase;
}

.clear{
	clear:both;
}
 
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

 .clearfix { 
 display: inline-block; 
 } 
 
 /* Hide from IE Mac \*/ 
 .clearfix { 
	display: block; 
 }
 
 .bypostauthor{
 
 }
 
.list{
	list-style: none;
	margin: 0;
	padding: 0;
}

body {
	/*font-family: 'Droid Sans', Helvetica, Arial, Sans-Serif;*/
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 400;
	line-height: 1.5;
	color: #1D1F22;
}

/*===[ Link styles ]===*/
a {
	text-decoration: none;
	color: #1D1F22;
	transition: all 0.2s ease 0s;
	outline: 0;
}

a:visited {
	color: #1D1F22;
}

a:hover {
	color: #E74C3C;
}

a:hover .mcver, a:hover .version {
	color:#E74C3C !important;
}

:focus {
	outline: 0;
}

/*===[ Headings ]===*/
h1,h2,h3,h4,h5,h6 {
	font-family: 'Raleway', Helvetica, Arial, Sans-Serif;
	line-height: 1.2;
	color: #333;
	font-weight: 700 !important;	
}

h1 {
	font-size: 36px;
	font-weight: 800;	
	line-height: 1.1;	
}

h2 {
	font-size: 36px;	
	font-weight: 800;	
	line-height: 1.1;
}

h3{
	font-size: 22px; 
}

h4 {	
	font-size: 18px;
}

h5 {	
	font-size: 16px;	
	line-height: 1.16;
}

h6 {
	font-size: 13px;
	line-height: 1.16;
	letter-spacing: 0.4px;
	
}

/*===[ Layout ]===*/
.inner-wrap {
	width: 1100px;
	margin: 0 auto;	
	overflow: hidden;
}

#header .inner-wrap {
	overflow: unset;
}

#main {
	overflow: hidden;
	clear: both;
	margin-top: 30px;
}

#content {
	/*width: 725px;*/
	width: 760px;
	float: left;
	margin-right: 30px;
	/*overflow: hidden;*/
}

#breadcrumbs {margin-top: 20px;    background: #F8F8F8;    padding: 10px 12px;    color: #666666;    margin-bottom: 10px; font-weight: 600;}

#sidebar {
	/*width: 345px;*/
	width: 310px;
	float: left;
	overflow: hidden;
}

#content.full-content{
	width: 100%;	
	margin-right: 0;
}

.one-half {
	width: 345px;
	margin-right: 35px;
	float: left;
	overflow: hidden;
}

.col-last {
	margin-right: 0;
}

/*===[ Image sizes ]===*/
.wp-post-image{
	display: block;
}

.attachment-wt725_375{
	width: 725px;
	height: 375px;
}

.attachment-wt500_300{
	width: 500px;
	height: 300px;
}

.attachment-wt100_70 {
	width: 100px;
	height: 70px;
}

.thumb {
	position: relative;
}

/*===[ Search ]===*/
.search-results .search-small {
	display:none;
}
/*
.search .search-wrap {
	background: #F9F9F9;
	box-shadow: inset 0 0 4px 1px #F2F2F2;
	padding-left: 10px;
	height: 36px;		
}

.search input[type="text"] {
	border: none;
	background: #F9F9F9;
}
*/

.searchfield {
    padding: 2px 5px;
	margin-top: 6px;
    transition: all .5s ease;    
    box-sizing: border-box;	
	width: 190px;	
	position: relative;
	border: none;	
}

.search-submit{	
	display: block;
	border: none;
	cursor: pointer;
	background: none;
	text-transform: uppercase;
	font-weight: 700;
	color: #CCCCCC;
	margin-top: 8px;
	float: left;
	margin-left: 5px;	
	transition: all 0.2s ease 0s;
}

.search-submit:hover {
	color: #1D1F22;
}

form.search-form.search-pg {padding-top: 15px;padding-bottom: 0;}
form.search-form.search-pg input:focus { outline: none; box-shadow: none; }
form.search-form.search-pg input { border-radius: 2px; display: block; border: 1px solid #ebebeb; width: calc(100% - 12px); padding: 8px 0 8px 12px; font-size: 18px; }
form.search-form.search-pg button { padding: 12px; outline: none; background: none; border: 1px solid red; border: none; -moz-appearance: none; -webkit-appearance: none; cursor: pointer; position: absolute; top: 0px; right: 0px; }
form.search-form.search-pg button svg { width: 20px; height: 20px; fill: #ccc; }
form.search-form.search-pg .wrap { position: relative; }

form.search-form.search-small {padding-top: 0px;}

form.search-form.search-small input {
    padding: 5px 3px 5px 7px;
    font-size: 15px;
}

form.search-form.search-small button {
    padding: 7px;
}

form.search-form.search-small button svg {
    width: 15px;
    height: 15px;
}

/*===[ Elements ]===*/
.main-color {
	color: #E74C3C;
}

.main-color-bg {
	background: #E74C3C;
}

.section {
	overflow: hidden;
	margin-bottom: 30px;
}

.section-wrap {
	overflow: hidden;
}

/*===[ Overlay ]===*/
.overlay{
	background-color: #000000;
	position: relative;
	border-radius: 5px;
}

.overlay .more {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

.overlay .more:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	border: 1px solid #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.7);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

.overlay .more a {
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.8);	
}

.overlay .more a:hover,
.overlay .more a:focus {
	color: #FFFFFF;	
}

.overlay .more i {
	font-size: 24px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;	
	-webkit-transform: translate3d(-60px,60px,0);
	transform: translate3d(-60px,60px,0);
}

.overlay:hover .entry-cat {
	display: none;
}

.overlay:hover .wp-post-image{
    opacity: 0.7; 
	 -webkit-filter: grayscale(100%); 
	        filter: grayscale(100%);
}

.overlay:hover .more:before {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

.overlay:hover .more i:empty {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}

.overlay-compact .more:before {
	height: 50px;
	width: 50px;
}

.overlay-compact .more i {
	font-size: 22px;
}

/*===[ Rating]===*/
.entry-rating i {
	font-size: 15px;
	color: #E74C3C;
	margin-left: 1px;
}

.ec-stars-outer {
  line-height: 1;
}

.entry-meta-wrap .ec-stars-wrapper a{
	line-height: 1;
}

.ec-stars-wrapper {
	font-size: 0;
	display: inline-block;
	position: relative;
}

.ec-stars-wrapper[data-tooltip]:hover:before {
	content: attr(data-tooltip);
	position: absolute;
	bottom: 95%;
	left: 50%;
	text-align: center;
	max-width: 130px;
	margin-left: -40px;
	margin-bottom: 5px;
	background: rgba(0,0,0,.8);
	color: white;
	font-size: 11px;	
	line-height: 1.2;
	padding: 5px 3px 7px;
	text-transform: none;
}

.ec-stars-wrapper a {
	text-decoration: none;
	display: inline-block;
	font-size: 17px;
	color: #E74C3C;
	margin-right: 1px;
}

.entry-meta .ec-stars-wrapper a,
.ec-stars-wrapper:hover a,
.ec-stars-wrapper.is-voted a {
	color: #E74C3C;
}

.ec-stars-wrapper > a:hover ~ a {
	color: #CCCCCC;
}

.ec-stars-wrapper a:active {
	color: #E74C3C;
}

.ec-stars-overlay {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background-color: transparent;
	background-color: rgba(255,255,255,.9);
	zoom: 1;
	z-index: 2;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);
}

.ec-stars-wrapper:hover .ec-stars-overlay {
	display: none;
}

.ec-stars-value {
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;
}
/*===[ Entry Meta ]===*/
.entry-meta {
	color: #AAAAAA;
	font-size: 13px;	
	overflow: hidden;
}

.entry-meta span i {
	color: #E74C3C;
	font-size: 15px;
}

.entry-meta .comments {
	margin-left: 20px;
}

.entry-meta .gpus-widget {
    margin-left: 5px;
}

.entry-meta .date i {
	font-size: 14px;
	margin-right: 5px;
}

.entry-meta .entry-rating {
	float: right;
}

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

/*===[ Thumb Meta]===*/
.thumb .entry-cat {
	position: absolute;
	top: 10px;
	left: 10px;
	overflow: hidden;
	margin-right: 5px;
	padding: 7px 8px 6px;
	height: 14px;
	float: left;	
}

.thumb .entry-cat h6 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;	
	float: left;
}

.thumb .entry-cat i {
	display: block;
	float: left;
	color: #FFFFFF;
	margin-right: 4px;
	line-height: 1;
}

.thumb .entry-cat a {
	color: #FFFFFF;
}

/*===[ Section Title ]===*/
.section-title {
    border-bottom: 2px solid #EEEEEE;
    margin-bottom: 20px;
    position: relative;
}

.section-title .section-wrap {
	margin-bottom: 5px;
}

.section-title .section-wrap h3 {
	float: left;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 900;
}

.section-title .subtitle h6{
	color: #BBBBBB;	
	margin-top: 2px;	
	font-size: 14px;
}

.section-title .sep {
	display: block;
	height: 2px;
	margin-bottom: -2px;
	width: 60px;
}

.section-title .link {
	float: right;
	font-size: 21px;
	line-height: 1;
}

.full-section {
	clear: both;
	margin-top: 30px;
}

.full-section .section-title {
	text-align: center;
}

.full-section .section-title .section-wrap {
	margin-bottom: 15px;
}

.full-section .section-title .section-wrap h3 {
	float: none;
}

.full-section .section-title .subtitle h6 {
	font-size: 16px;
	margin-top: 5px;
	line-height: 1.25;
}

.full-section .section-title .sep {
	height: 3px;
	margin-bottom: -3px;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}

/*===[ More Link ]===*/
/*
.read-more {
	overflow: hidden;
}

.read-more .button {
	float: left;
}

.read-more i {
	display: block;
	float: right;
	margin-top: 4px;
	margin-left: 6px;
}


.read-more .more-link {
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out 0s;
	color: #E74C3C;
	float: left;
}

.read-more .more-link:hover {
	color: #1D1F22;
}
*/

/* ====================
 * 2. Header
 * ==================== */
#header  {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

#header .logo {
    overflow: hidden;
    text-align: center;
    padding: 30px 0;
}

#header .logo img {
	/* max-height: 40px; */
	vertical-align: middle;
	/* width: 220px; */
	/* height: 130px; */
}

#header .search {
	width: 270px;
	margin-right: 30px;
	float: right;
	overflow: hidden;
}

#header .search-wrap {
	width: 260px;
	float: left;
	margin-top: 7px;
}

#header .searchfield {
	width: 230px;
}

#header .search-submit{	
	margin-top: 15px;
}

#header .social {
	max-width: 170px;
	margin-right: 15px;
	float: right;
	overflow: hidden;
	margin-top: 5px;
}

#header .social ul{
	overflow: hidden;
	margin-top: 6px;
}

#header .social ul li{
	float: left;
	margin-right: 6px;
	text-align: center;
}

#header .social a {
    border-radius: 40px;
    box-sizing: border-box;
    display: inline-block;
    width: 28px;
    height: 28px;
    padding-top: 3px;
    font-size: 15px;
    border: 1px solid transparent;
}

#header .social a:hover {
	color: #FFFFFF;
}

#header .social a.fb:hover{
	background: #5D82D1;
	border: 1px solid #5D82D1;	
	
}

#header .social a.twitter:hover{
	background: #40BFF5;
	border: 1px solid #40BFF5;	
}

#header .social a.gplus:hover{
	background: #B84830;
	border: 1px solid #B84830;	

}

#header .social a.instagram:hover{
	background: #A77C5F;
	border: 1px solid #A77C5F;	

}

#header .social a.youtube:hover{
	background: #EA5C4D;
	border: 1px solid #EA5C4D;	

}

/* ====================
 * 3. Navigation
 * ==================== */
.menu-section {
	float: left;
	max-width: 100%;	
	margin-right: 10px;
}

#main-menu ul {
	list-style: none;
	margin: 0;
	z-index: 99;	
}

#main-menu > ul {
	float: right;
	margin-top: 7px;
}

#main-menu > ul > li{
	position: relative;
	float: left;
	margin-right: 8px;
}

#main-menu > ul > li > a {
	display: inline-block;
	text-align: center;	
	font-size: 14px;	
	font-weight: 700;
	transition: none;
	padding: 7px 10px;		
	text-transform: uppercase;	
	margin-bottom: 9px;
}

#main-menu > ul > li:hover a,
#main-menu > ul  > li.current-menu-item a{
	color: #FFFFFF;	
	background: #E74C3C;		
}

#main-menu .more-items {
	position: relative;
}

#main-menu .more-items  i{
	font-size: 18px;
}

#main-menu .menu-item-split-wrapper > .sub-menu {
	position: absolute;
	right: 0;
	background: #FFFFFF;
}

#main-menu .more-items .sf-sub-indicator {
	display: none;
}

#main-menu .sf-sub-indicator {
	position: relative;
	font-size: 0;
	line-height: 5px;
}

#main-menu .sf-sub-indicator:before {
    content: "\e902";
    display: block;
    float: right;
    font-family: smods;
    font-size: 16px;
    line-height: 0;
    margin-left: 6px;
    margin-top: 5px;
    padding: 0;
    line-height: 12px;
    width: 9px;
    height: 12px;
}

#main-menu .sub-menu .sf-sub-indicator:before {
	content: "\f0da";
	margin-top: 1px;
}

#main-menu .menu-item-home>a:before {
    content: "\e90d";
    display: block;
    float: left;
    padding: 0;
    font-weight: 400;
    margin-right: 5px;
    font-size: 18px;
    line-height: 1;
    font-family: smods!important;
}

.slicknav_nav ul .menu-item-9 a:before {
    content: "\e90d";
    padding: 0;
    font-weight: 400;
    margin-right: 5px;
    line-height: 1;
    font-family: smods!important;
}

#main-menu > ul > li > ul {
	display: none;
	position: absolute;
	left: 0;
	background: #FFFFFF;
	z-index: 992;	
}

#main-menu ul li ul li {
	float: none;
	padding: 0;
	position: relative;
}

#main-menu ul li:hover ul li{
	border-bottom: none;
}

#main-menu .sub-menu{
	
	margin-top: 0;
	border: 1px solid #EEEEEE;
	border-top: none;
}

#main-menu .sub-menu li:last-child {
	margin-bottom: 0;
}

#main-menu .sub-menu li a {
	border-bottom: 1px solid #EEEEEE;
}

#main-menu .sub-menu li:last-child a {
	border-bottom: none;
}

/*sub menu*/
#main-menu ul li ul li a, 
#main-menu ul li:hover ul li a, 
#main-menu ul li.over ul li a {	
	padding: 9px 12px;		
	display: block;	
	width: 142px;	
	text-align: left;	
	height: auto;			
	font-size: 13px;	
	font-weight: 700;
	color: #333333;	
	background: #FFFFFF;
}

#main-menu ul li ul li:hover a, 
#main-menu ul li ul li.over a {	
	color: #FFFFFF;
	background: #E74C3C;
}

#main-menu ul li ul li ul {	
	display: none;	
	position: absolute;	
	left: -168px;	
	top: -1px;	
	background: #FFFFFF;	
}

#main-menu ul li ul li ul.sub-menu {
	border-top: 1px solid #EEEEEE;
}

#main-menu ul li ul li:hover ul li a, 
#main-menu ul li ul li.over ul li a {	
	background: #FFFFFF;
	color: #000000;	
}

#main-menu ul li ul li ul li a:hover {
	background: #E74C3C;
	color: #FFFFFF;
}

#main-menu > ul >  li a:before, .slicknav_menu ul li a:before  {
	margin-right:3px;
	font-weight:500;
}

#main-menu > ul >  .menu-item-4 a:before, .slicknav_menu ul .menu-item-4 .slicknav_item:before, .slicknav_menu ul .menu-item-4 .sub-menu a:before {
	content:'⚙️';
}

#main-menu > ul >  .menu-item-5 a:before, .slicknav_menu ul .menu-item-5 a:before {
	content:'🔥';
}

#main-menu > ul >  .menu-item-6 a:before, .slicknav_menu ul .menu-item-6 a:before {
	content:'✨';
}

#main-menu > ul >  .menu-item-7 a:before, .slicknav_menu ul .menu-item-7 a:before {
	content:'📸';
}

#main-menu > ul >  .menu-item-8 a:before, .slicknav_menu ul .menu-item-8 a:before {
	content:'🍃';
}

#main-menu > ul >  .menu-item-1783 a:before, .slicknav_menu ul .menu-item-1783 .slicknav_item:before {
	content:'🖌️';
}

/* mod loader*/
#menu-item-1834 > a:before, .menu-item-1834 a:before {
    content: "\e92a" !important;
    font-family: smods;
    color: #f9f7f7;
    background: #26303d;
    padding: 1px 1px;
    border-radius: 2px;
}

#menu-item-1835 > a:before, .menu-item-1835 a:before {
	content: "" !important;
}

#menu-item-1835 > a i, .menu-item-1835 a i {
    font-size: 14px;
    margin-right: 1px;
}

/* textures submenu */


/** clean 
#menu-item-1874 > a:before, .menu-item-1874 a:before {
	content: '🧹'!important;
}
**/
/** medieval 
#menu-item-1875 > a:before, .menu-item-1875 a:before {
	content: '🏰'!important;
}
**/
/** realistic 
#menu-item-1876 > a:before, .menu-item-1876 a:before {
	content: '📸'!important;
}
**/
/** rustic 
#menu-item-1877 > a:before, .menu-item-1877 a:before {
	content: '🏯'!important;
}
**/
/** simplistic 
#menu-item-1878 > a:before, .menu-item-1878 a:before {
	content: '👁️'!important;
}
**/
/** themed 
#menu-item-1784 > a:before, .menu-item-1784 a:before {
	content: '🏹'!important;
}**/


/* menu mobile */
/*=== Core Styles ===*/
.slicknav_btn { 
	position: relative; 
	display: block; 
	vertical-align: middle; 
	float: right; 
	line-height: 1.125em; 
	cursor: pointer; 
}

.slicknav_menu  .slicknav_menutxt { 
	display: block; 
	line-height: 1.188em; 
	float: left; 
}

.slicknav_menu .slicknav_icon { 
	float: right; 
	margin: 0.188em 0 0 0.438em; 
}

.slicknav_menu .slicknav_no-text { 
	margin: 0 
}

.slicknav_menu .slicknav_icon-bar { 
	display: block; 
	width: 22px; 
	height: 3px; 
	-webkit-border-radius: 1px; 
	-moz-border-radius: 1px; 
	border-radius: 1px;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { 
	margin-top: 0.188em 
}

.slicknav_nav { 
	clear: both 
}

.slicknav_nav ul,
.slicknav_nav li{ 
	display: block 
}

.slicknav_nav li {
	margin-right: 0;
	width: 100%;

}

.slicknav_nav .slicknav_arrow{
	font-size: 0.8em; 
	margin: 0 0 0 0.4em; 
}

.slicknav_nav .slicknav_item { 
	display: block; 
	cursor: pointer; 
}

.slicknav_nav a{ 
	display: block 
}

.slicknav_nav .slicknav_item a { 
	display: inline 
}

.slicknav_menu:before,
.slicknav_menu:after { 
	content: " "; 
	display: table; 
}

.slicknav_menu:after { 
	clear: both 
}

.slicknav_menu { 
	*zoom: 1 
}

/* 
    Custom Styles
*/
.slicknav_menu {
	font-size: 16px;
	display: none;
	position: absolute;
	right: 10px;
	z-index: 998;
	margin-top: 6px;
}

.slicknav_btn {
	background-color: rgba(255, 255, 255, 0.1);
	text-decoration: none;
}

.slicknav_menu  .slicknav_menutxt {	
	font-weight: 700;	
}

.slicknav_menu .slicknav_icon-bar {
	background: #1D1F22;
}

.slicknav_nav {
	background: #FFFFFF;
	margin: 0;	
	padding: 0;
}
.slicknav_nav, 
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slicknav_nav {
  border: 1px solid #EAEAEA;
}

.slicknav_nav ul li {
	display: block;
	
}
.slicknav_nav li a{
	display: block;
	padding: 5px;
	margin: 2px 7px;
	font-size: 15px;
	text-decoration: none;
	font-weight: 700;
}

.slicknav_nav li a a{
	margin: 2px 0;
	padding: 5px 0;
}

.slicknav_nav .menu-item {
  border-bottom: 1px solid #EAEAEA;
}

.slicknav_nav .sub-menu {
	margin-left: 0;
}

.slicknav_nav a:hover{
	color: #222;
}

.slicknav_nav .slicknav_txtnode {
     margin-left: 15px;   
}

.slicknav_nav .slicknav_arrow{
	float: right;
	margin-top: 3px;
	margin-left: 10px;
	display: inline-block;
	color: #666666;
}

/*=== custom ===*/
.menu-section .slicknav_menu {
	right: 10px;		
}

.menu-section .slicknav_btn {
	padding: 8px 8px;
	background: #FFFFFF;
	border: 1px solid #1D1F22;
}

@media only screen and (max-width: 1023px) {

	.menu-section .megamenu .slicknav_arrow{
		display: none;
	}

}


 
/* ====================
 * 4. Homepage
 * ==================== */
/*===[ Top Carousel ]===*/
/*
.top-carousel {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.92);
	opacity: 1;
	position: relative;
	z-index: 10;
	height: 100px;
	margin-bottom: 10px;
}

.top-carousel .tcarousel-wrap {
	display: none;
	border-top: 1px solid #EEEEEE;
}

.top-carousel .flex-viewport {
	width: 100%;
}

.top-carousel .slides {
	margin-top: 15px;
}	

.top-carousel .item-post {
	width: 400px;
	margin-right: 40px;
}

.top-carousel .thumb {
	width: 100px;
	margin-right: 25px;
	float: left;
	overflow: hidden;
}

.top-carousel .entry-meta {
	margin-bottom: 8px;
}

.top-carousel h5 {
	font-size: 15px;
}

.top-carousel .flex-direction-nav a {
	position: static;
}

.top-carousel .flex-direction-nav li {
	position: absolute;
	top: 0;
	width: 150px;
	height: 100px;
	z-index: 1;	
}

.top-carousel .flex-direction-nav .flex-nav-prev {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 20%, rgba(255, 255, 255, 0.15)) 70%;
	left: 0;
}

.top-carousel .flex-direction-nav .flex-nav-next {
	background: linear-gradient(to left, rgba(255, 255, 255, 0.95) 20%, rgba(255, 255, 255, 0.15)) 70%;
	right: 0;
}

.top-carousel .flex-direction-nav a {
	border: none;
	color: #1D1F22; 
	height: 36px;
	width: 36px;
	margin-top: 30px;
}

.top-carousel .flex-direction-nav a:before {
	font-size: 32px;
	font-weight: 700;
	margin-top: 5px;
}

.top-carousel .flex-direction-nav .flex-nav-prev a{
	margin-left: 10px;
}

.top-carousel .flex-direction-nav .flex-nav-next a{
	float: right;
	margin-right: 10px;
}
*/

/*===[ Slider Section ]===*/
/*
.slider-section {
	clear: both;
}

.top-carousel + .slider-full {
	margin-top: -110px;
}

.slider-wrap {
	display: none;
	overflow: hidden;
	position: relative;
}

.slider-section ul,
.flex-direction-nav,
.flex-control-nav  {
	list-style: none;
    margin: 0;
    padding: 0;	
}

.slides li {
    position: relative;	
}

.slider-full .wp-post-image {
	width: 100%;
	height: 650px;
}

.flex-direction-nav a {	
	display: block;	
	overflow: hidden;	
	transition: all 0.3s ease 0s;
	width: 36px;
	height: 36px;
	line-height: 1;	
	text-align: center;
	color: #FFFFFF;
	font-size: 0;
	border: 2px solid rgba(255, 255, 255, 0.7);
	float: left;
	position: absolute;	
	z-index: 2;
}

.flex-direction-nav a.flex-prev {
	left: 20px;
}

.flex-direction-nav a.flex-next {
	right: 20px;
}

.flex-direction-nav a:hover{
	opacity: 0.8;
}

.flex-direction-nav a:before {
	font-family: FontAwesome;
	display: block;
	padding: 0;
	font-weight: 400;
	font-size: 24px;
	margin-top: 5px;
}

.flex-direction-nav a.flex-prev:before{	
	content: "\f104";
}

.flex-direction-nav a.flex-next:before{	
	content: "\f105";
}

.flex-direction-nav .flex-prev {	
	margin-right: 1px;
}

.slider-section .entry-meta a {
	color: #FFFFFF;
}

.slider-section .slider-main .entry-meta {
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
}

.slider-section .slider-main .entry-meta i {
	font-size: 16px;
	margin-right: 2px;
	color: #FFFFFF;
}

.slider-section .title{
	margin-bottom: 10px;
	line-height: 1.3;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.slider-section .title h2 {
	text-transform: uppercase;
	font-weight: 900;
	line-height: 34px;
}

.slider-section .title h2 a {
	color: #FFFFFF;
}

.slider-section .slider-main .post-info .entry-excerpt {
	font-size: 18px;
	line-height: 1.2;
	color: #FFFFFF;
}

.slider-section .slider-main .read-more {
	overflow: hidden;
}

.slider-section .slider-main .read-more i {
	font-size: 17px;
	line-height: 1;
	margin-left: 4px;
}
*/

/*===[ Full Slider ]===*/
/*
.slider-full .inner-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 80px;
}

.slider-full .post-info{	
	width: 500px;
	float: left;
	overflow: hidden;
	color: #FFFFFF;
}

.slider-full .post-info .icon {
	float: left;
	width: 30px;
	margin-right: 10px;	
	font-size: 32px;
	line-height: 40px;
}

.slider-full .post-info .right {
	width: 458px;
	float: left;
	overflow: hidden;
}

.slider-full  .slider-main .entry-meta {
	margin-left: 42px;
}

.slider-full .flex-direction-nav a {	
	top: 355px;
}

.slider-full .flex-direction-nav a:hover{
	background: #FFFFFF;
	color: #1D1F22;
}

.slider-full .rating-info  {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 1;
	min-width: 300px;
	background: rgba(0, 0, 0, 0.7);
	height: 120px;
	padding: 0 30px;
	border-right: 10px solid #E74C3C;
}

.slider-full .rating-info:before{
	width: 0; 
	height: 0; 
	border-bottom: 120px solid rgba(0, 0, 0, 0.7); 
	border-left: 40px solid transparent;
	position: absolute;
	content: '';
	left: -40px;
}

.slider-full .rating-info .rating-left {
	float: left;
	overflow: hidden;
	margin-top: 38px;
}

.slider-full .rating-info .rating {	
	color: #FFFFFF;
	float: right;
	margin-top: 5px;	
}

.slider-full .rating-info .text-top {
	
	text-transform: uppercase;
}

.slider-full .rating-info h3 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 900;
}

.slider-full .rating-info .text-bottom {	
	padding: 3px 0;
	text-transform: uppercase;
}

.slider-full .rating-info .text-bottom h6 {
	color: #888888;
}

.slider-full .rating-info .text-bottom .num {
	margin: 0 3px;
}

.slider-full .rating .score {
	display: block;
	float: left;
	font-size: 60px;
	font-weight: 700;
}

.slider-full .rating .total {
	display: block;
	float: left;
	font-size: 38px;
	font-weight: 700;
	margin-top: 70px;
	width: 28px;
	position: relative;
}

.slider-full .rating-info .total:before {
	position: absolute;
	content: '';
	top: -35px;
	right: 0;
	height: 66px;
	width: 0;
	border-left: 1px solid;
	-webkit-transform: skew(45deg);	
	transform: skew(-45deg);
	transform-origin: top left;
	-webkit-transform-origin: top left;
}
*/

/*===[ Compact Slider ]===*/
/*
.slider-compact {
	margin-top: 30px;
}

.top-carousel + .slider-compact {
	margin-top: 0;
}

.slider-compact .slider-main {
	width: 725px;
	margin-right: 30px;
	overflow: hidden;
	float: left;
}

.slider-compact .post-info {
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
}

.slider-compact .post-info .button {
	font-size: 14px;
	padding: 5px 10px;
}

.slider-compact .post-info .read-more i {
	font-size: 16px;
}

.slider-compact .slider-right {	
	width: 345px;
	float: left;
	overflow: hidden;
}

.slider-compact .slider-right .item-post {
	position: relative;
	height: 180px;
	overflow: hidden;
}

.slider-compact .slider-right .item-post:first-child {
	margin-bottom: 15px;
}

.slider-compact .slider-right .thumb {
	height: 180px;
	overflow: hidden;
}

.slider-compact .slider-right .wp-post-image {
	margin-top: -60px;
}

.slider-compact .slider-right .post-info{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	padding: 10px 15px;
}

.slider-compact .slider-right .entry-meta {
	margin-bottom: 8px;
	color: #CCCCCC;
}

.slider-compact .slider-right .entry-meta a,
.slider-compact .slider-right .entry-meta i {
	color: #CCCCCC;	
}

.slider-compact .slider-right h5 {
	font-size: 15px;
}

.slider-compact .slider-right h5 a{
	color: #FFFFFF;	
}

.slider-compact .slider-right .item-post:hover .post-info {
	display: none;
}

.flex-control-nav {	
	position: absolute;
	bottom: 10px;
	right: 10px;	
	z-index: 2;
}

.flex-control-nav li {
	float: left;
	margin-left: 3px;
}

.flex-control-nav a {	
	display: block;	
	overflow: hidden;	
	line-height: 1;	
	text-align: center;
	color: #FFFFFF;
	font-size: 0;
	cursor: pointer;
}

.flex-control-nav a:before {
	font-family: FontAwesome;
	content: "\f10c";
	display: block;
	padding: 0;
	font-weight: 400;
	font-size: 17px;
	margin-top: 5px;
}

.flex-control-nav a:hover:before,
.flex-control-nav a.flex-active:before {
	content: "\f111";
}
*/

/*===[ Top Posts ]===*/
/*
#top-posts .section-title {
	text-align: center;
	border-bottom: 3px solid #EEEEEE;
}

#top-posts .section-title .section-wrap {
	margin-bottom: 10px;
}

#top-posts .item-post {
	width: 345px;
	float: left;
	margin-right: 32px;
}

#top-posts .col-last {
	margin-right: 0;
}

#top-posts .thumb {
	margin-bottom: 20px;
}

#top-posts .wp-post-image {
	height: 205px;
}

#top-posts .entry-meta {
	margin: 10px 0 12px;
} 

#top-posts .entry-rating {
	float: right;
}

#top-posts p {
	margin-bottom: 15px;
}
*/
/*===[ Top Section 1 ]===*/
/*
#top-section1 .main-post {
	width: 725px;
	float: right;
	margin-left: 30px;
	overflow: hidden;	
}

#top-section1 .blog-excerpt {
	margin-bottom: 0;
}

#top-section1 .blog-excerpt .sep {
	display: none;
}

#top-section1 .post-list {
	width: 345px;
	float: left;
	overflow: hidden;
}

#top-section1 .item-post:first-child {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EEEEEE;
}

#top-section1 .item-post .thumb {
	margin-bottom: 12px;
}

#top-section1 .post-excerpt .entry-meta {
	margin: 6px 0 0;
}

.blog-excerpt {
	overflow: hidden;
}

.blog-excerpt .thumb {
	margin-bottom: 20px;
}

.blog-excerpt h2 {
	font-size: 28px;
}

.blog-excerpt .entry-meta {
	margin: 10px 0;
}

.blog-excerpt .button {
	font-size: 14px;
}

.blog-excerpt .button i{
	font-size: 16px;
	line-height: 1;
}

.blog-excerpt a.button:hover {
	background: #1D1F22;
}

.blog-excerpt .sep {
	height: 15px;
	background: url(images/pattern.png) repeat;
	margin: 30px 0;
}
*/
/*===[ Featured Category 1 ]===*/
/*
.thumb-data {
	position: absolute;
	bottom: 20px;
	left: 25px;
	right: 25px;	
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
}

.thumb-data .entry-meta {
	color: #FFFFFF;
	margin-bottom: 10px;
}

.thumb-data .author {
	overflow: hidden;
}

.thumb-data .avatar {
	border-radius: 50%;
	float: left;
	margin-right: 10px;	
}

.thumb-data .author a {
	text-transform: capitalize;
	display: block;
	float: left;
	font-size: 15px;
	margin-top: 10px;
	color: #FFFFFF;
}

.feat-cat {
	overflow: hidden;
}

.feat-cat .post-excerpt {
	margin-bottom: 20px;
}

.feat-cat .post-excerpt p {
	margin-bottom: 10px;
}

.feat-cat .item-post {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
}

.feat-cat .item-post:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.feat-cat .item-post .entry-meta {
	margin-bottom: 2px;
}

.feat-cat .item-post h5{
	font-size: 15px;
}

.feat-cat1 .thumb {
	margin-bottom: 20px;
}

.feat-cat1 .title h2 {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.3;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.feat-cat1 .title h2 a {
	color: #FFFFFF;
}

.feat-cat1 .main-post .entry-meta {
	margin-bottom: 10px;
}
*/
/*===[ Featured Category 2 ]===*/
/*
.feat-cat2 .main-post {
	color: #97989C;
	background: #2D3035;
	padding: 20px;	
	overflow: hidden;
	margin-bottom: 20px;
}

.feat-cat2 .main-post .thumb {
	width: 250px;
	float: left;
	margin-right: 20px;
}

.feat-cat2 .main-post .wp-post-image {
	width: 250px;
	height: 150px;
} 

.feat-cat2 h3 {
	margin-bottom: 8px;
}

.feat-cat2 h3 a {
	color: #FFFFFF;
}

.feat-cat2 .main-post .entry-meta {
	margin-bottom: 10px;
}

.feat-cat2 .post-list {
	overflow: hidden;
}

.feat-cat2 .item-post {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
	overflow: hidden;
}

.feat-cat2 .post-3,
.feat-cat2 .post-5,
.feat-cat2 .post-7 {
	margin-right: 0;
}

.feat-cat2 .post-6,
.feat-cat2 .post-7 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
*/
/*===[ Featured Category 3 ]===*/
/*
.feat-cat3 .post-excerpt {
	margin-bottom: 0;
}

.feat-cat3 .item-post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}

.feat-cat3 .item-post .thumb{
	width: 100px;
	float: left;
	margin-right: 15px;
}

.feat-cat3 .item-post .entry-meta {
	margin-bottom: 7px;
}
*/
/*===[ Content Ads widget ]===*/
/*
.content-ad .ad{
	overflow: hidden;
	text-align: center;
}

.content-ad .ad .wrap{
	display: inline-block;
	vertical-align:top;
}

.content-ad .ad .wrap img{
	display: block;	
}
*/

/*===[ Blog List ]===*/
.feat-bloglist,
.feat-postlist{
	margin-bottom: 0;
}

.blog2-excerpt {
	overflow: hidden;
}

.blog2-excerpt .thumb {
	width: 250px;
	float: left;
	margin-right: 20px;
}

.blog2-excerpt .thumb .entry-cat {
	padding: 4px 6px;
}

.blog2-excerpt .thumb .entry-cat h6 {
	font-size: 12px;
}

.blog2-excerpt .wp-post-image {
	width: 250px;
	height: 141px;
	border-radius:5px;
} 

/*
.blog2-excerpt .title h3 {
	margin-bottom: 8px;
}
*/

.blog2-excerpt .title a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	color: #1D1F22;
}

.blog2-excerpt .title a:hover, .blog2-excerpt .title a:hover .mcver {
	color: #E74C3C !important;
}

.blog2-excerpt .entry-title .mcver {
    font-size: 18px;
    color: #3c9a4d;
}

.blog2-excerpt .metacustom {
    justify-content: flex-start;
}

.blog2-excerpt .entry-meta {
    margin-bottom: 2px;
    margin-top: 4px;
}

.blog2-excerpt p {
    margin-bottom: 0;
    font-size: 15px;
}

.post-excerpt .sep,
.blog2-excerpt .sep {
    height: 5px;
    margin: 18px 0;
    background: url(images/pattern.png) repeat;
}

/*===[ Thumb Posts ]===*/
.thumb-posts .item-post {
	width: 362px;
	float: left;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.thumb-posts .item-post .wp-post-image {
	height: 215px;
}

.thumb-posts .item-post .post-info{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 15px;
}

.thumb-posts .item-post .entry-meta {
	margin-bottom: 8px;
	color: #CCCCCC;
}

.thumb-posts .item-post .entry-meta a,
.thumb-posts .item-post .entry-meta i {
	color: #CCCCCC;	
}

.thumb-posts .item-post h5 {
	font-size: 15px;
}

.thumb-posts .item-post h5 a{
	color: #FFFFFF;	
}

.thumb-posts .item-post:hover .post-info {
	display: none;
}

/*===[ Archive Posts ]===*/
.archive-list {
	overflow: hidden;
}

.post-excerpt {
	overflow: hidden;
}	

.post-excerpt .wp-post-image {	
	height: 205px;
}

.post-excerpt .thumb {
	margin-bottom: 10px;
}

.post-excerpt .entry-meta {
	margin: 5px 0;
}

.post-excerpt p {
	margin: 0;
}

/*===[ Pagination ]===*/
.pagination{
	font-size: 16px;
	font-weight: 700;
	overflow: hidden;
	margin-top: 10px;		
	clear: both;	
}

.pagination .page-numbers{    
	border: 1px solid #1D1F22;
	color: #1D1F22;
	height: 32px;
	width: 32px;
	display: inline-block;	
	margin-right: 2px;
	margin-bottom: 8px;
	padding-top: 4px;
	box-sizing: border-box;
	text-align: center;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next{ 
	width: auto;
	padding: 3px 15px 0;
}

.pagination a:hover,
.pagination .current{
	border: 1px solid #E74C3C;
	background: #E74C3C;
	color: #FFFFFF;
}

/*===[ Content Carousel ]===*/
/*
.carousel {
	position: relative;	
}

.carousel .carousel-title{
	height: 42px;
	overflow: hidden;
	padding: 0 12px;
}

.carousel .carousel-title .ccarousel-nav {
	float: right;
	margin-top: 9px;
}

.carousel .flex-direction-nav a {
	border: 2px solid rgba(255, 255, 255, 0.7);
	position: static;
	width: 20px;
	height: 20px;
}

.carousel .ccarousel-wrap {
	background: url('images/carousel.jpg') no-repeat;
	background-size: cover;
	padding: 15px;
}

.carousel .flex-direction-nav a:before {
	margin-top: 0;
	font-size: 20px;
}

.carousel .flex-direction-nav li {
	margin-right: 0;
	margin-left: 5px;
	float: left;
}

.carousel .carousel-title h3 {
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 10px;
	font-size: 18px;
	float: left;
	color: #FFFFFF;
}

.carousel-section ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.content-carousel .slides li {
	position: relative;
	overflow: hidden;
	width: 215px;
	margin-right: 16px;
}

.content-carousel .entry-meta {
	margin-bottom: 5px;
}

.content-carousel h5 {
	font-size: 15px;
}

.content-carousel h5 a {
	color: #FFFFFF;
}

.content-carousel .wp-post-image{
	width: 240px;
	height: 140px;
}

.carousel .thumb {
	margin-bottom: 15px;
}
*/

/* ====================
 * 5. Content
 * ==================== */
.single-post-thumb {
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.single-post-thumb img {
    width:100%;
}

.single-post-thumb .fps {
    position: absolute;
    top: 0;
    left: 0px;
    background: #fff;
    padding: 3px 4px;
    border-bottom-right-radius: 5px;
}

.single-post-thumb .fps:before {
    font-family: 'smods' !important;
    content: '\e92c';
    margin-right:5px;
}

.single-post-thumb abbr {text-decoration: none;border-bottom: 0;}

.single-post-thumb .fps span {
    font-weight: bold;
}

.single-entry-meta {
	margin: 10px 0 15px;	
	font-size: 14px;
	overflow: visible;
}

.single-entry-meta .date {
	margin-right: 20px;
	margin-left: 20px;
}
	
.single-entry-meta .ec-stars-outer {
	float: right;	
}

.single-post .tagcloud {
	margin-bottom: 5px;
}

.single-post .entry-content {
	font-size: 18px;
	text-align: justify;
}

.entry-content h2 {
    margin-bottom: 5px;
    margin-top: 40px;
    line-height: inherit;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
}


.entry-content h3 {
    text-align: left;
    margin-bottom: 5px;
    margin-top: 20px;
    line-height: inherit;
}

.iframe-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

#poll_id {
    min-height:260px;
}


.tiled-gallery-item a img:hover {
    opacity: .8!important;
}

.tiled-gallery a, .gallery a {
    transition: none!important;
    position: unset!important;
    font-weight: unset!important;
    border-bottom: unset !important;
}

.tiled-gallery a:hover:before, .gallery a:hover:before {
    transform: unset!important;
}

.tiled-gallery a:before, .gallery a:before {
    height: 0!important;
    position: unset!important;
    transform-origin: unset!important;
    transform: unset!important;
    transition: unset!important;
}

.installation li {
    text-align: initial;
}

.entry-content .content-text a, .installation a, .compare_text a {
  border-bottom: 2px solid #1D1F22;
  transition: all 0.25s linear;
  position: relative;
  font-weight:bold;
}

.entry-content .content-text a:before, .installation a:before, .compare_text a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #E74C3C;
  position: absolute;
  left: 0;
  bottom: -2px; /* this is to match where the border is */
  transform-origin: left; 
  transform: scale(0);
  transition: 0.25s linear;
}

.entry-content .content-text a:hover:before, .installation a:hover:before, .compare_text a:hover:before {
  transform: scale(1);
}

.compare_text {
    /*margin-bottom: 0;*/
    font-style: italic;
}

.compare_text a {
    font-style: normal;
	font-weight:500;
}

/* single top */
.shaderstitle {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}   

.shaderstitle .title {
    margin-right: 10px;
}

.shaderstitle .version {
    font-size: 25px;
    color: #3c9a4d;
    margin-top: 4px;
}

.metacustom {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size:14px;
}

.metacustom #mainn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 88%;
}

.metacustom #rating {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.metacustom .gpus {
    font-size: 19px;
    margin-right: 5px;
}

.metacustom .textures {
    font-size: 15px;
}

.metacustom .gpus a {
    margin-right: 5px;
}

.metacustom .gpus a:hover {
    opacity:.7;
}

.metacustom .modloader {
    margin-right: 15px;
}

.metacustom .modloader a {
    margin-right: 5px;
}

.metacustom .modloader a:last-of-type {
    margin-right:0;
}

.metacustom .modloader a .fa-forge, .metacustom .gpus a .fa-forge {
    color: #f9f7f7;
    background: #26303d;
    padding: 0px .8px;
    border-radius: 2px;
}

.metacustom .line {
    margin-left: 0 !important;
}

.metacustom .line-color {
    margin: 0 15px;
    color: #00000033;
}

.metacustom .sub {
    text-transform: uppercase;
    margin-right: 5px;
}

.metacustom .date {margin:0;}

@media screen and (max-width: 745px) {
    .metacustom #mainn {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    
    .metacustom .line-color {
        display: none;
    }
	
    .metacustom #rating {
        width: 100%;
        justify-content: center;
    }
    
    .metacustom .sub {
        margin-left: 5px;
    }
	
	.metacustom .date {
		margin-left: 10px;
		margin-right: 0;
	}
	
}

/*==[ Download Section ]===*/
/**
 * Post Download Section
 * -----------------------------------------------------------------------------
 */
.download_section {
    margin-top: 20px;
    margin-bottom: 25px;
    background-color: #FFF;
    background: #FFF;
    border-bottom: 4px solid #3c9a4d;
    -webkit-box-shadow: 0 0 2px #cccccc;
    -moz-box-shadow: 0 0 2px #cccccc;
    box-shadow: 0 0 2px #cccccc;
    margin: 0 1px;
}

.download_section .info, .download_section .links {
    padding-right: 30px;
    padding-left: 30px;
}   

.download_section .info {
    background: #f7f7f7;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
}

.download_section .info li {
    list-style: none;
    text-align: initial;
}

.download_section .info .pack-author {
    margin-top: 15px;
    font-size: 16px;
    border-top: 2px solid #ececec;
    padding-top: 12px;
    margin-bottom: -10px;
}

.download_section .info .pack-author:before {
    content: "\e920";
    top: 1px;
    color: #3c434a;
}

.download_section .info li:before {
    content: "\e921";
    display: inline-block;
    font-family: 'smods' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    margin-right: 5px;
    top: 1px;
    position: relative;
    color: #3c9a4d;
}

.download_section .info h4 strong  {
    position: relative;
    bottom: -4px;
    line-height: 2em;
    color: #3c434a;
}

.download_section .links {
    padding-bottom: 15px;
}

.download_section .links h4, .download_section .info h4 {
    margin-top: 5px;
    font-size: 19px;
    margin-bottom: 8px;
}

.download_section .links h4 strong  {
    border-bottom: 2px solid #3c9a4d;
    position: relative;
    bottom: -4px;
    line-height: 2em;
    color: #3c434a;
}

.download_section .links .dl {
    font-size: 15px;
    /* font-weight: bold; */
    /* font-family: sans-serif; */
}

.download_section .links .dl:hover {
    padding:0;
    border:0;
}


.download_section .links .dl:hover {
    color: #54750c;
}

/*
.download_section .links .dl:before {
    content: "\e91f";
    display: inline-block;
    font-family: 'smods';
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 17px;
    margin-right: 5px;
    top: 3px;
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
*/

.download_section .links .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 2px;
    position: relative;
    top: 2px;
}


.download_section .links p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.download_section .line {
    margin-bottom: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 2px dashed #eee;
}

.download_section .links em {
    margin-left: 5px;
    color: #999;
    font-size: 12px;
}

.download_section ol, .download_section ul {
    margin: 0 0 20px 15px !important;
    padding-left: 0 !important;
}

.download_section li {
    margin: 0 0 5px 0;
}   

.card {
    /* padding: 1rem; */
}

.cards {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    color: #666;
    padding-top: 10px;
    /* padding-bottom: 10px; */
    /* background: #f6f7f6; */
    padding-right: 30px;
    padding-left: 30px;
    border-top: 1px solid #e8e8e8;
}

.cards ul {
    margin: 0 0 10px 0px !important;
}

.cards ul li {
    list-style: none !important;
    margin-top: 6px;
    font-size: 18px;
    font-weight: 400;
}

.cards span {
    font-style: italic;
    font-weight: 600;
    border-bottom: 2px solid #3c9a4d;
    padding-bottom: 2px;
    color: #3c434a;
}

.cards .card i {
    font-style:normal;
}


@media screen and (max-width: 500px) {
    .entry-content h2 {
        font-size: 20px;
    }
    
    .entry-content h3 {
        font-size: 17px;
    }
    
    .download_section .info {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .download_section .info, .download_section .links, .download_section .versions {
        padding-right: 12px;
        padding-left: 12px;
    }
    
    .download_section .info .pack-author {
        text-align: center;
    }
    
    .download_section .links h4, .download_section .info h4 {
        margin-top: 4px;
        font-size: 17px;
        margin-bottom: 4px;
    }
    
    .download_section ol, .download_section ul {
        margin: 0 0 20px 6px !important;
    }
    
    .download_section .links p {
        text-align: left;
    }
	
	
	
    
}

/* abandoned */
.abandoned {
    color: #ce5252;
    font-weight: bold;
    margin-bottom: 15px;
    border-left: 4px solid #ce5252;
    padding-top: 2px;
    /* padding-bottom: 2px; */
    /* padding-right: 25px; */
    padding-left: 10px;
    font-size: 16px;
}

/* comparasion */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
    position: absolute;
    z-index: 999;
    transform: translate(-50%, -50%);
    top: 34%;
    left: 50%;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #3c9a4d;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

.wrapper {
    padding-bottom: 1px;
}
.pack_download,
.pack_download li {
    list-style: none !important;
    margin: 10px !important;
    padding: 0 !important;
}
.slider_wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
}
.slider_wrapper img {
    max-height: 414px;
}
.slider_instructions {
    text-align: center;
    padding-bottom: 5px;
    font-size: 75%;
    color: #999;
    font-style: italic;
    margin-bottom: 0 !important;
}
@media only screen and (min-width: 350px) {
    .slider_instructions {
        font-size: 90%;
    }
}
.slider_bar_wrapper {
    position: relative;
    margin: 0 auto 20px;
    width: 500px;
    padding: 13px 0;
    cursor: pointer;
}
.slider_bar_wrapper.resolution {
    margin-bottom: 30px;
}
.slider_bar {
    position: relative;
    border-radius: 5px;
    background: #eeeeee85;
    height: 6px;
    z-index: 99;
}
.slider_handle {
    position: absolute;
    width: 32px;
    height: 32px;
    top: -13px;
    margin-left: -16px;
    background: #3c9a4d33;
    border-radius: 3px;
    cursor: w-resize;
    z-index: 2;
}
.slider_handle:hover {
    background: #3c9a4d91;
    opacity: 0.6;
}
.slider_point {
    position: absolute;
}
.slider_point::before {
    position: absolute;
    content: "\e917";
    color: #3c9a4d;
    display: inline-block;
    font-family: smods !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    z-index: 1;
    background: #eeeeee85;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    top: -13px;
    margin-left: -16px;
}

.point_day:before {
    content: "☀️";
}

.point_night:before {
    content: "🌙";
}

.point_water:before {
    content: "🌊";
}

.point_light:before {
    content: "💡";
}

.point_underwater:before {
    content: "🤿";
}

.point_rain:before {
    content: "🌧️";
}

.point_nether:before {
    content: "\e91b";
    font-size: 22px;
    color: #555;
}

.point_sunset:before {
    content: "🌅";
}

.point_noon:before {
    content: "🌤️";
}

.point_compare_vanilla::before {
    content: "🧱";
}
.point_compare_50::before {
    content: "\e92b";
}
.point_compare_pack::before {
    content: "🍃";
}

.slider_point p {
    position: absolute;
    display: inline-block;
    transform: translateX(-50%);
    margin-top: 20px;
    font-size: 80%;
    color: #777;
    white-space: nowrap;
    font-weight: 600;
}
.slider_image_wrapper {
    position: relative;
    margin: 0 auto 10px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 6px;
    min-height:125px;
}
.slider_download {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.slider_note {
    font-size: 75%;
    margin-top: -10px;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 500px) {
    .slider_note {
        font-size: 90%;
    }
}
.slider_images_hidden {
    display: none;
}
.slider_image[data-image] {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.slider_image[data-image="0"] {
    display: block;
    position: relative;
    margin-top: 0;
}
.slider_image.vanilla {
    position: absolute;
    display: block;
    left: -100%;
    z-index: 99;
    overflow: hidden;
    height: 100%;
    width: 100%;
    box-shadow: 1px 0 5px 1px #3c9a4d;
    -moz-box-shadow: 1px 0 5px 1px #3c9a4d;
    -webkit-box-shadow: 1px 0 5px 1px #3c9a4d;
}
.slider_vanilla_wrapper {
    position: absolute;
    left: 100%;
    height: 100%;
    width: 100%;
}
.slider_image img {
    position: relative;
    height: 100%;
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 0;
}

.slider_image:after {
    content: '';
    position: absolute;
    display: block;
    left: 100%;
    z-index: 7;
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 0;
    box-shadow: 1px 0 5px 1px #3c9a4d;
    -moz-box-shadow: 1px 0 5px 1px #3c9a4d;
    -webkit-box-shadow: 1px 0 5px 1px #3c9a4d;
}

.no-js .slider_bar_wrapper,
.no-js .slider_download,
.no-js .slider_instructions {
    display: none;
}
.no-js .slider_image_wrapper {
    margin-top: 10px;
}
.no-js .slider_image[data-image="0"] {
    z-index: 1;
}
.slider_image_info,
.slider_vanilla_wrapper_info {
    position: absolute;
    color: #fff;
    border-bottom: 3px solid #3c9a4d;
}
.slider_image_info {
    bottom: 10px;
    right: 15px;
    z-index: 1;
}
.slider_vanilla_wrapper_info {
    bottom: 10px;
    left: 15px;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nodrag {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}
.shaders-comp {
    position: absolute;
    top: 12px;
    left: 22px;
    z-index: 100;
    text-align: center;
    color: #ffffffa3;
}


@media only screen and (max-width: 500px) {
    .slider_image_info,
    .slider_vanilla_wrapper_info {
        font-size: 12px;
    }
    
    .slider_bar_wrapper.resolution {
        margin-bottom: 8px;
    }
    
    .slider_bar_wrapper {
        width: 85%;
    }
    
    .slider_point p {
        display: none;
    }
    
}

/* comparation tool */
#comparation img {max-height: 618px;}
    
#comparation {
    font-size: 19px;
}

#comparation .slider_instructions {
    padding-bottom: 10px;
}

#comparation .slider_bar_wrapper {
    width: 85%;
}

#comparation .sk-cube-grid {
    top: 40%;
}

#comparation .othersh2 {
    left: unset;
    right: 15px;
}

#comparation .dlbutton, #comparation .dlbutton2, .pushbutton-wide {
    border-style: solid;
    border-radius: 2px;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: ease-out;
    transition-property: background-color,border-color,color;
    cursor: pointer;
    background: #3c9a4d;
    color: #ffffff;
    border-color: #358947;
    font-size: 16px;
    padding: 0px 2px;
    margin-right: 7px;
    display: none;
}

.pushbutton-wide {
    padding: 2px 6px;
    margin-right: 0px;
    display:block;
}

#comparation .dlbutton2 {
    margin-right:0;
    margin-left:7px;
}

#comparation #name {
    font-style: italic;
    font-weight: bold;
}

#comparation .dlbutton:hover, #comparation .dlbutton2:hover, .pushbutton-wide:hover {
    background: #358947;
    color: #ffffff;
    border-color: #358947;
}

#comparation .slider_image_info, #comparation .slider_vanilla_wrapper_info {
    border-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/* contact form & layout */
/* pools */
.pools {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(271px, 1fr));
    color: #666;
    /* padding-top: 25px; */
    /* background: #f6f7f6; */
    /* padding-right: 30px; */
    /* padding-left: 30px; */
    /* border-top: 2px solid #e8e8e8; */
    margin-top: 10px;
}

.pools2 {
    grid-template-columns: repeat(auto-fit, minmax(542px, 1fr));
    align-items: center;
}

.pool iframe {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    max-width: 100%;
    height: 325px;
}

.pool h3, .recenttool {
    /* margin-top: 0; */
    /* border-bottom: 3px solid #f6f7f7; */
    /* width: fit-content; */
    /* font-size: 150%; */
    /* margin: 0 auto; */
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    align-content: center;
}

.pool h3 small, .recenttool small {
    margin-right: 5px;
	font-weight:500;
}

.infotool {
    font-style: italic;
    margin-bottom: 0;
    margin-top: 20px;
}

#contact-form-2023 {
    border: 1px solid #eeeeee;
    padding: 12px 15px;
    border-radius: 2px;
}

.contact-form {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(263px, 1fr));
}

.contact-form label span {
    font-weight: 500;
    color: #d63638;
}

.contact-form input {
    width: 100% !important;
    padding: 2px !important;
    margin-bottom: 0 !important;
    border: 1px solid #CCCCCC;
    height: 24px;
    font: inherit;
    border-radius: 2px;
}

.contact-submit {
    margin-bottom: 0;
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 8px 5px 8px;
    transition: border-color .1s ease-in-out,box-shadow .1s ease-in-out;
    border: 1px solid rgb(0 0 0 / 50%);
    border-radius: 3px;
    color: #fff;
    background: rgb(0 0 0 / 50%);
    font-size: 11px;
}
.custom-select:hover {
    border: 1px solid #999;
}
.custom-select:focus {
    border: 1px solid #999;
    box-shadow:0 3px 5px 0 rgba(0,0,0,.2);
    -moz-box-shadow:0 3px 5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.2);
    outline: none;
}
/* remove default arrow in IE */
select::-ms-expand {
    display:none;
}

.othersh {
    position: absolute;
    z-index: 100;
    left: 15px;
    margin-top: 10px;
}

/* version compatible */
.versions {
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f6f7f6;
    padding-right: 30px;
    padding-left: 30px;
    border-top: 1px solid #e8e8e8;
}

.versions ul {
    margin: 0 !important;
    padding: 0 !important;
    display: inline;
    line-height: 1.5em;
}

.versions ul li {
    list-style: none !important;
    display: inline-block;
    font-weight: bold;
	padding: 2px 4px;
	margin:0;
}

.versions span {
    font-style: italic;
    font-size: 15px;
}

.versions ul li:after {
	content: '⁃';
	margin-left: 14px;
	top: -2px;
	position: relative;
}

.versions ul li:last-child:after {
	display:none;
}

/*===[ Entry Ads ]===*/
#sidebar .adsbygoogle, .entry-content .adsbygoogle {
    display: block!important;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.ad:before {
    content: "Advertisement";
    position: relative;
    display: block;
    font-size: 0.8rem;
    color: #666;
    text-align: center;
    padding: 2px 0;
}

.ad_responsive_1 {
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*
.entry-ad {	
	text-align: center;
}

.entry-ad .ad-inner-wrap{
	display: inline-block;
	max-width: 100%;
}

.entry-ad img{
	display: block;
}
*/

/*===[ Author ]===*/
/*
.entry-author{
	overflow: hidden;
	margin-bottom: 20px;
}

.entry-author .author-avatar{
	width: 70px;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}

.entry-author .avatar{
	width: 70px;
	height: 70px;
}

.entry-author .vcard {
	margin-bottom: 9px;
}

.entry-author .author .name{
	font-weight: 700;
}

.entry-author p{
	margin-bottom: 0;
}

.archive-header .entry-author {
	margin-bottom: 20px;
	padding: 0;
	background: none;
	color: inherit;
}
*/

/*===[ Sharing ]===*/
.entry-social {
    overflow: hidden;
    font-size: 13px;
    margin: 20px 0px;
    /* text-align: center; */
}

.entry-social a{
	display: block;	
}

.entry-social ul{
	display: inline-block;
}

.entry-social li {
	float: left;
	line-height: 1;
	margin-right: 15px;
	padding: 8px 12px 9px;
	background: #F8F8F8
}

.entry-social li i {
    margin-right: 8px;
    color: #666666;
    position: relative;
    top: 2px;
}

.entry-social li a,
.entry-social li  i{
	color: #FFFFFF;	
}

.entry-social li.fb {
	background: #5D82D1;	
}

.entry-social li.twitter {
	background: #40BFF5;
}

.entry-social li.gplus {
	background: #B84830;
}

.entry-social li.linkedin {
	background: #2D8ED6;
}

.entry-social li.pinterest {
	background: #FE4445;
}

/*===[ Post navigation ]===*/
.post-nav{
	overflow: hidden;
	margin: 20px 0;
	font-weight: 700;
}

.post-nav .prev-post{
	float: left;
}

.post-nav i {
	font-size: 16px;
}

.post-nav .prev-post i{
	margin-right: 5px;
}

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

.post-nav .next-post i{
	margin-left: 5px;	
}

/*===[ Related Posts ]===*/
#related {
    
}

#related .items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    /* grid-template-rows: repeat(3, 200px); */
    grid-gap: 1rem;
    grid-auto-flow: dense;
}

#related .item-list {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-top: 0px;
    border-radius: 5px;
    border: 1px solid #eee;
}

#related .thumbnail {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#related .thumbnail .main {
    position: relative;
    display: block;
    background: black;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#related a:hover img {
    opacity: 0.5;
}

#related .thumbnail img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
}

#related .thumbnail .gpus {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 3px 6px 0px 6px;
    background: #ffffff;
    border-top-right-radius: 4px;
}


#related .thumbnail .gpus i {
    margin-right: 5px;
}

#related .thumbnail .gpus i:last-of-type {
    margin-right: 0px;
}

#related .info {
    padding: 5px 10px;
    text-align: center;
}

#related .info h4 {
    font-size: 17px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    font-family: sans-serif;
}

#related .info h4:before {
    content: "🍃";
    margin-right: 4px;
    /* width: 18px; */
    display: inline-block;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    font-size: 13px;
}

#related .info .mod:before {
    content: "⚙️";
}


#related .info h4 span {
    color: #3c9a4d;
}

/*===[ Single Image ]===*/
.img-nav{
	margin-bottom: 10px;
	overflow: hidden;
}

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

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

.image-post-link{
	text-align: center;
	margin-bottom: 10px;
}

/*===[ Archives ]===*/
.section-neo {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.section-neo .icon i {
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.section-neo .icon .fa-forge {
    color: #f9f7f7;
    background: #26303d;
    padding: 0px 1px;
    border-radius: 2px;
}

/*
.section-neo .icon .fa-amd {
    display: block;
    width: 44px;
    text-align: right;
    margin-right: 20px;
}

.section-neo .icon .fa-amd:before {
    transform: scale(1.7);
    display: inline-block;
}
*/

.archive-header h1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 30px;
    margin-bottom: 0;
}

.archive-header h1 .icon {
	font-weight:500;
	margin-right:5px;
}

.archive-header h1 span {
    border-bottom: 3px solid #3c9a4d;
}

.archive-desc {
    font-size: 18px;
    text-align: justify;
    line-height: 1.30;
    color: #646970;
    font-style: italic;
    padding: 0 12px;
}

.archive-desc a {
    border-bottom: 2px solid;
    font-weight: bold;
}

.ver .sub {
    position: relative;
    /*border: 1px solid #dfe4ea;*/
    border: 1px solid #eaeaea;
    /* border-radius: 3px; */
    padding: 3px 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    z-index: 10;
    color: #2f3542;
    max-width: 80px;
    min-width: 79px;
    /* border-bottom-right-radius: 0; */
    /* border-bottom-left-radius: 0; */
    text-align: center;
}

.ver .sub .icon {
    margin-left: 4px;
    color: #2f3542;
}

.ver .sub:before {
	 content: '';
	 position: absolute;
	 top: 100%;
	 left: 0;
	 width: 100%;
	 height: 6px;
}

.ver .sub:hover .selection {
	 opacity: 1;
	 transform: scaleY(1);
}

.ver .sub:hover .selection ul {
	 opacity: 1;
	 transform: scaleY(1);
}
.ver .sub .selection {
    opacity: 0;
    transform: scaleY(0);
    position: absolute;
    top: 100%;
    left: -1px;
    width: auto;
    min-width: 100%;
    background: #fff;
    border: 1px solid #dfe4ea;
    border-radius: 3px;
    /* margin: 6px 0 0 0; */
    overflow: hidden;
    transform-origin: top;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: left;
}
.ver .sub .selection ul {
    opacity: 0;
    transform: scaleY(2);
    width: 100%;
    max-height: 300px;
    padding: 6px 0;
    margin: 0;
    list-style: none;
    overflow-y: scroll;
    padding-top: 0;
}
.ver .sub .selection ul li > a {
    display: block;
    padding: 6px 10px;
    font-weight: 500;
    font-size: 16px;
    color: #2f3542;
}
				
.ver .sub .selection ul li > a:before {
	content:'⚙️';
	margin-right:3px;
}

.ver .pack .selection ul li > a:before {
    content: "🖌️";
}

.ver .shaders .selection ul li > a:before {
    content: "🍂️";
}

.ver .sub .selection ul li > a:hover {
	 background: #f6f7f7;
}

.ver .sub .selection ul li > .disabled, .ver .sub .selection ul li > .disabled:hover {
    color: #c3c4c7;
    background: #f6f7f7;
    cursor: not-allowed;
    font-style: italic;
}

.ver .sub .selection ul::-webkit-scrollbar {
	 width: 5px;
	 height: 5px;
}

.ver .sub .selection ul::-webkit-scrollbar-thumb {
	 background:#525252;
}

.ver .sub .selection ul::-webkit-scrollbar-thumb:hover {
	 background:#8c8f94;
}

.ver .sub .selection ul::-webkit-scrollbar-thumb:active {
	 background-color:#8c8f94;
}

.ver .sub .selection ul::-webkit-scrollbar-track {
	 background:#eeeeee;
	 border-radius: 0px;
}

/* ====================
 * 6. Pages
 * ==================== */
.page .single-entry-title {
	margin-bottom: 20px;
}

.comp-header {
    text-align: center;
    margin-bottom: 0;
}
.comp-title {
    border-bottom: 5px solid #3c9a4d;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 10px;
}

/*===[ Archives Page ]===*/
.archive-page .col-header{
	margin-bottom: 20px;
}

.archive-page .wp-tag-cloud ,
.archive-page .item-list {
	margin-left: 15px;
}

.archive-page .wp-tag-cloud li,
.archive-page .item-list li{
	margin-bottom: 5px;
}

.archive-page .wp-tag-cloud a{
	font-size: 14px !important;
}

.archive-page .searchfield {
	width: 220px;
}

/*===[ Contact Page ]===*/
.contact-page .contact-text{
	margin-bottom: 30px;
	margin-top: 10px;
}

.contact-page .contact-map {
	overflow: hidden;
	margin-bottom: 20px;
}

.contact-page .map{
	height: 300px;
}

.contact-page .field{
	margin-bottom: 20px;
	overflow: hidden;
}

.contact-page .row-full{
	overflow: hidden;
}

.contact-form .col-header{
	margin-bottom: 30px;
}

.contact-page .row-full .field{
	width: 355px;
	float: left;
	margin-right: 15px;
}

.contact-page .row-full .field-last{
	margin-right: 0;
}

.contact-page .row-full input.text{
	width: 333px;
}

.contact-page .button{
	background: #303030;
}

.contact-page input[type=text],
.contact-page textarea{
	padding: 10px;
	border: 1px solid #CCCCCC;
	font: inherit;
	color: inherit;	
	margin-bottom: 0;
}

.contact-page input.title_field,
.contact-page textarea {
	width: 703px;
}

.contact-page textarea{
	height: 150px;
}

.contact-page .info-text{
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.contact-page .capt-section {
	display: none;
}

.contact-page .error{
	color: #C14E36;
	display: block;
	font-size: 14px;
	margin-top: 4px;
}

.contact-page label{
	margin-bottom: 5px;
	display: block;
}

.contact-page label span{
	color: red;
	margin-left: 3px;	
	font-weight: 400;
}

.msgbox-warning{
	background: #FE9D0C;
	color: #FFFFFF;
	padding: 6px 12px;
	margin-bottom: 30px;
}

.msgbox-error{
	background: #C14E36;
	color: #FFFFFF;
	padding: 6px 12px;
	margin-bottom: 30px;
}

.msgbox-success{
	background: #72C727;
	color: #FFFFFF;
	padding: 6px 12px;
	margin-bottom: 30px;
}

/*===[ Error Page ]===*/
.error-page {
	text-align: center;
}

.error-page h1{
	font-size: 140px;
	line-height: 1;
	margin-bottom: 0;
}

.error-page h2{
	margin-bottom: 50px;
}

.error-page .error-info {
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
}

.error-page .widget{
	text-align: left;
}

.error-page .error-info .search{
	margin-top: 40px;
	display: inline-block;
}


/* ====================
 * 7. Comments
 * ==================== */
/* 
#comments{
	max-width: 725px;
	overflow: hidden;
}

#comments ol.commentlist{
	margin: 10px 0;
	list-style: none;
}

#comments .comment{
	overflow: hidden;
	margin-bottom: 20px;
}

#comments .comment article{
	overflow: hidden;
}

#comments .author-info{
	margin-bottom: 5px;
	overflow: hidden;
}

#comments .author-avatar{
	float: left;
	width: 65px;	
	margin-right: 12px;
	margin-top: 3px;
}

#comments .author-avatar img{
	display: block;
}

#comments .comment-header {
	overflow: hidden;
	line-height: 1;
}

#comments .comment-header h4{
	float: left;	
	font-size: 15px;
}

#comments .comment-header .fn {	
	width: auto;
	font-style: normal;
}

#comments .comment-meta{
	font-size: 13px;
	margin-bottom: 5px;
}

#comments .author-comment{
	font-size: 13px;
	margin-top: 4px;
	font-weight: 600;
	display: block;
	float: left;
	color: #E74C3C;
}

#comments .comment-header .sep{
	margin: 0 25px;
	line-height: 1;
	display: block;
	float: left;
	height: 13px;
	overflow: hidden;
	margin-top: 3px;
	width: 0;
	border-right: 1px solid #AEAEAE;
}

#comments .comment-time{	
	letter-spacing: 0;
	margin-right: 5px;
}

#comments .comment-time a{
	color: #AEAEAE;
}

#comments .sep{
	color: #AEAEAE;
	margin-right: 0px;
}

#comments .reply {
	margin-right: 10px;
}

#reply-title a {
  color: #CCCCCC;
}

#comments .comment-text p:last-child{
	margin-bottom: 0;
}

#comments .moderation{ 
	color: red; 
	font-size: 13px;
	margin-bottom: 0;
	overflow: hidden;
	clear: both;
}

#comments ul.children{
	list-style: none;
}

#comments ol.commentlist li ul.children { 
	list-style: none; 
	margin: 25px 0 0; 
	text-indent: 0;
}

#comments ul.children .author-avatar{
	width: 50px;
	margin-right: 10px;
}

#comments ul.children li.comment{
	margin-bottom: 5px;
}

#comments ul.children li.comment .comment-meta {
	margin-bottom: 0px;
}

#comments ul.children li.comment.depth-5{
	margin-bottom: 0;
	padding-bottom: 0;
}

#comments ul.children li.comment.depth-5 .comment-meta .sep{
	display: none;
}

#comments ul.children .children li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}

#comments ol.commentlist li ul.children li.depth-2 { 
	margin-left: 30px;  
}

#comments ol.commentlist li ul.children li.depth-3 { 
	margin-left: 30px; 
}

#comments ol.commentlist li ul.children li.depth-4 { 
	margin-left: 30px; 
}

#comments ol.commentlist li ul.children li.depth-5 { 
	margin-left: 30px; 
}

#comments ol.commentlist li ul.children li.depth-5 p { 
	margin-bottom: 0; 
}

#comments ol.commentlist li.pingback .url{
	margin-right: 10px;
}

#comments .comment-nav  h4{
	margin-bottom: 5px;
}

#comments .comment-nav {
	margin-bottom: 15px;
	overflow: hidden;
}

#comments .comment-nav .nav-previous{
	float: left;
}

#comments .comment-nav .nav-next{
	float: right;
}

#comments  .moderation{
	color: #E96065;
}

#respond #reply-title{
	margin-top: 20px; 
	background: #F8F8F8;	
    padding: 10px 12px;
	color: #666666;
	margin-bottom: 10px;
}

#respond #reply-title{
	font-size: 16px;
}

#respond #reply-title small{
	font-weight: 400;
	font-size: 13px;
} 

#respond .required {
	color: #ff4b33;
	font-weight: bold;
}

#respond label {
	display: block;
	margin-bottom: 5px;
}

#respond .comment-form-comment label{
	margin-top: 10px;	
}

#respond #commentform p{
	margin-bottom: 0;
}

#respond .comment-notes{
	font-size: 13px;
	color: #999999;
	margin-bottom: 20px !important;
}

#respond .comment-form-author{
	margin-right: 2%;
}

#respond .comment-form-author,
#respond .comment-form-email{
	width: 49%;
	float: left;	
}

#respond .comment-form-author input[type=text],
#respond .comment-form-email input[type=text]{	
	width: 93.2%;
}

#respond .comment-form-url input[type=text],
#respond textarea{
	width: 96.6%;
}

#respond input[type=text],
#respond textarea{	
	display: block;	
	font-family: inherit;
	font-size: 14px;
	color: inherit;	
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

#respond textarea{
	height: 185px;
}

#respond input[type=submit]{	
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
    text-decoration: none;
	border: none;
	margin: 0 0 30px;
	background: #303030;
	font-size: 14px;
	padding: 8px 12px;
}

#respond .form-allowed-tags {
	display: none;
}
*/

/* ====================
 * 8. Sidebars
 * ==================== */

/*===[ Widgets ]===*/
#sidebar .widget-title h4 {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

#sidebar .widget-title h4 span {
    border-bottom: 3px solid #3c9a4d;
    display: inline-block;
}

.widget-title {
	overflow: hidden;
	margin-bottom: 20px;
}

.widget {
	overflow: hidden;
	margin-bottom: 30px;
}

.widget select{
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #1D1F22;
    height: 38px;	
	color: #555555;
	font-family: inherit;
	width: 340px;
}

.widget input[type=text]{
	display: block;
	font-size: 14px;
	padding: 7px 10px;
	width: 240px;
	border: 1px solid #1D1F22;
	font: inherit;
	color: #555555;
	height: 20px;
}

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

.widget ul li{
	margin-bottom: 10px;
	overflow: hidden;
}

.widget ul li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.custom-html-widget {
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 345px;
}

/*===[ Default Widgets]===*/
.widget_categories ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_entries ul li{
	border-bottom: 1px solid #EDEDED;	
	padding-bottom: 10px;	
}

.widget_categories ul li:before,
.widget_recent_comments ul li:before,
.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_entries ul li:before{
	font-family: 'smods';
	font-size: 14px;
	margin-right: 8px;
	color: #DDDDDD;
	display: block;
	float: left;
	content: "\e900";
} 

.widget .screen-reader-text {
	display: none;
}

/*===[ Widget Search ]===*/
.widget_search .search-wrap {
	position: relative;
}

.widget_search input.searchfield {
	display: block;
	float: left;
	font-size: 14px;
	padding: 7px 10px 8px;
	border: 1px solid #1D1F22;
	font: inherit;
	color: #1D1F22;
	width: 100%;
	box-sizing: border-box;
	height: 36px;
}

.widget_search .search-wrap i {
	position: absolute;
	right: 10px;
	top: 17px;
}
/*===[ Widget Posts Text ]=== */
.widget_textposts .item-post {
    background: #f6f7f7;
    padding: 5px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border: 1px solid #eaeaea;
}

.widget_textposts .gpus-widget a {
    margin-right: 5px;
}  

.widget_textposts h5 {
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.widget_textposts h5:before{
    margin-right: 3px;
    width: 18px;
    display: inline-block;
    text-align: center;
    content: "⚙️";
	font-weight:500;
}

.widget_textposts .shaders:before {
    content: "🍃";
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-right:-3px;
	font-weight:500;
}

.widget_textposts .pack:before {
    content: "🖌️";
}


.widget_textposts .version {
    color: #3c9a4d;
    font-weight: bold;
}

/*===[ Widget Calendar ]=== */
/*
.widget_calendar { 
	margin-bottom: 0 
}

.widget_calendar #calendar_wrap{
	padding: 1px;
}

.widget_calendar td {
    text-align: center;
    padding: 7px 0;
    border-top: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}

.widget_calendar td:first-child{
	border-left: 1px solid #EEEEEE;
}

.widget_calendar td a{
	font-weight: 700;
}

.widget_calendar tfoot td a{
	font-weight: 400;
}

.widget_calendar thead th {
    padding: 10px 0;
    text-align: center;
}

.widget_calendar caption {   
    font-weight: 700;
}

.widget_calendar #prev {
    text-align: left;
    padding-left: 12px;
}
*/
/*===[ Widget Posts ]===*/
.widget_postlist .item-post {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.widget_postlist .thumb{
	width: 100px;
	float: left;
	margin-right: 15px;
}

.widget_postlist .item-post .entry-meta {
	margin-bottom: 7px;
}

.footer-widget .widget_postlist .item-post {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #393939;
}

.footer-widget .widget_postlist .item-post:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-widget .widget_postlist .thumb{
	width: 90px;
	margin-right: 10px;
}

.footer-widget .widget_postlist .item-post .entry-meta {
	margin-bottom: 3px;
}

/*
.footer-widget .feat-cat .item-post h5 {
	font-size: 14px;
}
*/

.footer-widget .widget_postlist .entry-meta .comments {
	display: none;
}

/*===[ Widget Slider ]===*/
/*
.widget_slider ul li {
	margin-bottom: 0;
}

.widget_slider .item-post {
	width: 100%;
}

.widget_slider .flex-control-nav {
	bottom: auto;
	top: 5px;
}
*/
/*===[ Subscribe ]===*/
/*
.widget_subscribe .button {
	margin-top: 15px;
}

.footer-widget .widget_subscribe .button {
	font-size: 15px;
    padding: 4px 12px;
}

.footer-widget .widget input[type="text"] {
	border: 1px solid #333333;
	background: #1D1F22;
	color: #555555;
	font: inherit;
	height: 36px;
	width: 100%;
	box-sizing: border-box;
}

*/

/*===[ Recent Comments ]===*/
.widget_comments .entry-meta{
	margin-bottom: 0;
}

.widget_comments .comment-list li{
	overflow: hidden;
	margin-bottom: 10px;
}

.widget_comments .comment-list h5{
	font-size: 14px;
}

.widget_comments .thumbnail{
	float: left;
	margin-right: 15px;
	width: 70px;	
}

.widget_comments .avatar{
	width: 70px;
	height: 70px;
}

.widget_comments .date {
	font-size: 13px;
	color: #AAAAAA
}

.widget_comments .comment-text{
	color: #999999;
	line-height: 1.3;
	margin-top: 2px;
}

.widget_comments .comment-list li:last-child .comment-right{
	margin-bottom: 0;
}

.footer-widget .widget_comments .thumbnail {
	margin-right: 10px;
	width: 65px;
}

.footer-widget .widget_comments .avatar{
	width: 65px;
	height: 65px;
}

.footer-widget .widget_comments .comment-list h5 {
	font-size: 13px;
	color: #999999;
}

.footer-widget  .widget_comments .comment-text{
	font-size: 13px;
}

/*===[ Widget Video ]===*/
/*
.widget_video iframe{
	max-width: 100%;
	
}

.widget_video .embed p{
	display: none;
}
*/
/*===[ Widget Photos ]===*/
/*
.widget_flickr .flickr_thumbs{
	overflow: hidden;
}

.widget_pinterest ul li,
.widget_flickr ul li{
	width: 76px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.widget_pinterest .pinterest-image img,
.widget_flickr .flickr_thumbs img{
	width: 76px;
	height: 76px;
	display: block;	
	transition: all 0.3s ease 0s;
}

.widget_pinterest .pinterest-image img:hover,
.widget_flickr .flickr_thumbs img:hover {
	  -webkit-filter: grayscale(100%); 
	          filter: grayscale(100%); 
}

.widget_pinterest ul li.pinterest-follow-me img{
	display: block;
	height: 28px
}

.widget_pinterest .recent-pins-widget{
	overflow: hidden;
}
*/

/*===[ Widget Categories ]===*/
.widget_popular_categories  li {
	width: 47%;
	margin-right: 6%;
	float: left;
	overflow: hidden;
}

.widget_popular_categories  .last {
	margin-right: 0;
}

.widget_popular_categories a {
	font-weight: 700;	
}

.widget_popular_categories .sep {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin-right: 6px;
	display: block;
	float: left;
	margin-top: 5px;
}

.widget_popular_categories .count {
	float: right;
	font-size: 13px;
	color: #888888;
}

.widget_popular_categories a:before {
    margin-right: 6px;
    width: 18px;
    display: inline-block;
    text-align:center;
	font-weight:500;

}

/*
.widget_popular_categories .low-end-shaders a:before {
    content:'';
    width: 16px;
    height: 16px;
    border-radius: 16px;
    display: block;
    float: left;
    margin-top:2px;
    background:#3c9a4d;

}
*/

.widget_popular_categories ul .shaderpacks a:before {
    content:'🍃';
}

.widget_popular_categories .low-end-shaders a:before {
    content:'🖥️';
}

.widget_popular_categories ul .lagless-shaders a:before {
    content:'⏳';
}

.widget_popular_categories ul .realistic-shaders a:before {
    content:'📸';
}

.widget_popular_categories ul .popular-shaders a:before {
    content:'🔥';
}

.widget_popular_categories ul .psychedelic-shaders a:before {
    content:'✨';
}
.widget_popular_categories ul .mcpe-shaders a:before {
    content:'📱';
}

.widget_popular_categories ul .minecraft-mods a:before {
    content:'⚙️';
}

.widget_popular_categories ul .texture-packs a::before {
    content: "🖌️";
}

.widget_popular_tags ul .mods a:before {
    content:'⚙️';
}

.widget_popular_tags ul .shaders a:before {
    content:'🍂';
}

.widget_popular_tags li, .widget_popular_tags li:last-child {
    border-bottom: 2px solid #eee !important;
    padding-bottom: 5px !important;
}


/*===[ Tags widget ]===*/

.tagcloud{
	overflow: hidden;	
	margin-bottom: -8px;
}

.tagcloud a{
    font-size: 14px!important;
    background: #F2F2F2;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin: 4px 2px 0px 0;
    padding: 4px 8px 4px 8px;
    position: relative;
    text-decoration: none;
    font-weight: 600;
}

/*===[ Widget About us ]===*/
.widget_aboutus .logo-wrap {
	margin-bottom: 20px;
	overflow: hidden;
}

.widget_aboutus .logo-wrap img{
	display: block;	
}

.widget_aboutus .social-links {
	margin-top: 25px;
}

.widget_aboutus .social-links ul {
	overflow: hidden;
}

.widget_aboutus .social-links ul li {
	margin-right: 15px;
	float: left;
}

.widget_aboutus .social-links i {
	font-size: 20px;
}



/* ====================
 * 9. Footer
 * ==================== */
#footer{
	overflow: hidden;
	margin-top: 30px;
	background: #292929;
	color: #999999;
	
}

/*===[ Footer Carousel ]===*/
/*
.footer-carousel {
	overflow: hidden;
	position: relative;
}

.footer-carousel .fcarousel-wrap {
	display: none;
}

.footer-carousel .item-post {
	width: 550px;
	float: left;
}

.footer-carousel .wp-post-image {
	height: 280px;
}

.footer-carousel .entry-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	height: 50px;
}

.footer-carousel .entry-top .entry-meta {	
	font-weight: 700;
	color: #FFFFFF;	
}

.footer-carousel .entry-top .entry-meta .category {
	display: block;
	float: left;
	margin: 15px 30px;
}

.footer-carousel .entry-top .entry-meta .date {
	display: block;
	float: left;
	margin-top: 15px;
}

.footer-carousel .entry-top .entry-meta .score {
	float: right;
	min-width: 60px;
	height: 50px;
	box-sizing: border-box;
	padding: 15px;
	font-size: 15px;
}

.footer-carousel .entry-top .entry-meta .score i {
	margin-right: 5px;
	font-size: 17px;
}

.footer-carousel .entry-meta a,
.footer-carousel .entry-meta i {
	color: #FFFFFF;
}

.footer-carousel .post-info {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

.footer-carousel .post-info  h3 {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	font-weight: 900;
	text-transform: uppercase;	
}

.footer-carousel .post-info  h3 a {
	color: #FFFFFF;
}

.footer-carousel .read-more .button {
	font-size: 13px;
	padding: 6px 10px;
}

.footer-carousel .item-post:hover .post-info,
.footer-carousel .item-post:hover .entry-top {
	display: none;
}

.footer-carousel .flex-direction-nav a {
	top: 100px;
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.92);
	border: none;
	width: 50px;
	height: 50px;
	color: #1D1F22;
	border-radius: 50px;
}

.footer-carousel .flex-direction-nav a:hover {
	background: #FFFFFF;
}

.footer-carousel .flex-direction-nav a:before {
	font-size: 32px;
	font-weight: 700;
	margin-top: 10px;	
}

.footer-carousel .flex-direction-nav a.flex-prev {
	left: 100px;
}

.footer-carousel .flex-direction-nav a.flex-prev:before {
	margin-right: 3px;  
}

.footer-carousel .flex-direction-nav a.flex-next {
	right: 100px;
}

.footer-carousel .flex-direction-nav a.flex-next:before {
	margin-left: 5px;  
}
*/

/*===[ Footer Menu ]===*/
.footer-menu{
	height: 50px;
	background: #1D1F22;
	overflow: hidden;	
	padding: 0 20px;
}

.footer-menu .logo  {
	max-width: 300px;	
	max-height: 40px;
	overflow: hidden;
	float: left;
	line-height: 46px;
}

.footer-menu .logo img {
	max-height: 40px;
	vertical-align: middle;
}


.footer-menu .menu{
	max-width: 700px;
	overflow: hidden;
	/* float: right; */
}

.footer-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 14px;
	height: 22px;
	overflow: hidden;	
}

.footer-menu ul li{
	float: left;
	margin-left: 40px;
}

.footer-menu ul li:first-child{
	margin-left: 0;
}

.footer-menu ul li a{
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.6);
}

.footer-menu ul li a:hover{
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.8);
}

/*===[ Footer Widgets ]===*/
.footer-widgets {
	padding-top: 30px;
}

.footer-widgets a{
	color: #999999;
}

.footer-widgets a:hover{
	color: #FFFFFF;
}

.footer-widgets p{
	margin-bottom: 15px;
}

.footer-widget {
	width: 325px;
	margin-right: 40px;
	float: left;
	overflow: hidden;
}

.footer-widget.col-last {
	margin-right: 0;
}

.footer-widget .section-title {
	color: #999999;
	border-bottom: 2px solid #393939;
}

.footer-widget .section-title h4 {
	color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;	
}

.footer-widget .section-title .sep{
	background: #e74c3c;
}

.footer-widget .widget_categories ul li, 
.footer-widget .widget_recent_comments ul li, 
.footer-widget .widget_archive ul li, 
.footer-widget .widget_meta ul li, 
.footer-widget .widget_pages ul li,
.footer-widget .widget_recent_entries ul li {
	border-bottom: 1px solid #393939;
}

.footer-widget .widget ul li:last-child {
  border-bottom: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-widget .widget_categories ul li:before,
.footer-widget .widget_recent_comments ul li:before,
.footer-widget .widget_archive ul li:before,
.footer-widget .widget_meta ul li:before,
.footer-widget .widget_pages ul li:before,
.footer-widget .widget_recent_entries ul li:before{
	color: #595959;	
} 

/*===[ Footer Info ]===*/
.footer-info {
	background: #1D1F22;
	padding: 10px 0;
	font-size: 13px;
}

.footer-info a {
	color: #999999;
}

.footer-info a:hover {
	color: #FFFFFF;
}

.footer-info p {
	margin-bottom: 0;
}

/* ====================
 * 10. Media Queries
 * ==================== */
 
/* 10.1 Desktop
 * ================ */ 
@media only screen and (min-width: 1280px) and (max-width: 1500px) {
		
	#header .logo {
		margin-left: 20px;
	}
	
	#header .search {
		margin-right: 15px;
		width: 200px;
	}
	
	#header .searchfield {
		width: 160px;
	}
	
	#header .social ul li:last-child {
		display: none;
	}
	
	#main-menu > ul > li {
		margin-right: 5px;
	}

}

@media only screen and (min-width: 1085px) and (max-width: 1279px) {
		
	#header .logo {
		margin-left: 20px;
	}
	
	#header .search {
		display: none;
	}
		
	#main-menu > ul > li {
		margin-right: 5px;
	}	
	
}

/* 10.1 Menus
 * ================ */ 
@media only screen and (max-width: 1084px) {
	
	.menu-section {
		width: 240px;
		max-width: 240px;		
	}
		
	#main-menu ul { 
		display: none; 
	}
		
	.slicknav_menu{
		display: block;
	}
	
	.slicknav_btn {
		width: 220px;		
	}
		
	#header .social {
		margin-right: 260px;
	}
		
}

/* 10.1 Desktop
 * ================ */ 
@media only screen and (min-width: 940px) and (max-width: 1099px) {
		
	.inner-wrap {
		width: 920px;
	
		margin-bottom: 10px;
}

	#content {
		width: 600px;
		margin-right: 20px;
	}

	#sidebar {
		width: 300px;
	}

	.one-half {
		width: 290px;
		margin-right: 20px;
	}
		
	#header .search {
		margin-right: 15px;
		width: 200px;
	}
	
	#header .search-wrap {
		width: 192px;
	}

	#header .searchfield {
		width: 162px;
	}
	
	/*
	
	.slider-full .wp-post-image {
		height: 550px;
	}
	
	.slider-full .rating-info {
		height: 100px;
		min-width: 300px;
		padding: 0 15px;
	}
	
	.slider-full .rating-info .rating-left {
		margin-top: 25px;
	}
	
	.slider-full .rating .score {
		font-size: 48px;
	}
	
	.slider-full .rating .total {
		font-size: 32px;
		margin-top: 56px;
	}
	
	.slider-full .rating-info .total:before {
		height: 60px;
	}
	
	.slider-full .flex-direction-nav a {
		top: 180px;
	}
	
	.slider-compact .slider-main {
		margin-right: 20px;
		width: 620px;
	}
	
	.slider-compact .slider-main .wp-post-image{
		height: 340px;		
	}
	
	.slider-compact .slider-right {
		width: 280px;
	}
	
	.slider-compact .slider-right .item-post {
		height: 162px;
	}
	
	*/
	
	.one-half {
		width: 290px;
		margin-right: 20px;
	}
	
	.col-last {
		margin-right: 0;
	}
	
	.section {
		margin-bottom: 20px;
	}
	
	h3 {
		font-size: 18px;
	}
	
	h4 {
		font-size: 16px;
	}
			
	#header .search {
		margin-right: 10px;
		width: 240px;
	}
	
	#header .search-wrap {
		width: 230px;
	}
	
	#header .searchfield {
		width: 202px;
	}
	
	/*
	
	.top-carousel .tcarousel-nav {
		display: none;
	}
	
	.top-carousel .item-post {
		width: 340px;
		margin-right: 20px;		
	}
	
	.top-carousel .thumb {
		margin-right: 15px;
		width: 90px;
	}
	
	.top-carousel .entry-meta {
		margin-bottom: 4px;
	}
	
	*/

	
	.attachment-wt725_375 {
		height: 310px;
	}
	
	/*
	#top-posts .item-post {
		width: 293px;
		margin-right: 20px;	
	}
	
	#top-posts .item-post.col-last{
		margin-right: 0;	
	}
		
	#top-posts .thumb {
		margin-bottom: 10px;
	}
	
	
	.post-excerpt .wp-post-image,
	#top-posts .wp-post-image {
		height: 180px;
	}
	
	#top-section1 .main-post {
		margin-left: 20px;
		width: 600px;
	}
	
	#top-section1 .post-list {
		width: 300px;
	}	
	*/
	
	.blog-excerpt h2 {
		font-size: 22px;
	}
	
	.blog-excerpt .button {
		font-size: 12px;
		padding: 5px 10px;
	}
	
	.thumb-posts .item-post {
		width: 300px;
	}
	
	.thumb-posts .item-post .wp-post-image {
		height: 180px;
	}
	
	.overlay .more:before {
		height: 60px;
		width: 60px;
	}	
	
	.overlay-compact .more i {
		font-size: 20px;
	}
	
	/*
	.feat-cat .post-list {
		margin-top: 15px;
	}
	
	.feat-cat1 .title h2 {
		font-size: 16px;
	}
	*/
	
	.thumb-data {
		bottom: 10px;
		left: 10px;
		right: 10px;
	}

    /*
	.feat-cat1 .thumb-data .entry-meta {
		display: none;
	}
			
			
	.footer-carousel .item-post {
		width: 280px;
	}
	
	.footer-carousel .post-info {
		bottom: 15px;
		left: 15px;
		right: 15px;
	}
	
	.footer-carousel .post-info h3 {
		font-size: 18px;
	}
	
	.footer-carousel .flex-direction-nav a {
		height: 40px;
		top: 130px;
		width: 40px;
	}
	
	.footer-carousel .flex-direction-nav a.flex-prev {
		left: 10px;
	}
	
	.footer-carousel .flex-direction-nav a.flex-next {
		right: 10px;
	}
	
	.footer-carousel .flex-direction-nav a:before {
		font-size: 26px;
		margin-top: 8px;
	}
	*/
	
	.single-entry-meta {
		font-size: 12px;
	}
	
	.single-entry-meta .ec-stars-outer {
		float: left;
		/* margin-top: 10px; */
	}
	
	/*
	.single-post .entry-content {
		font-size: 14px;
	}
	*/
	
	.entry-social li {
		margin-bottom: 10px;
	}	
	
	/*
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"] {
		width: 91%;
	}	
	
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 95.7%;
	}
	*/
	
	.archive-header h1 {
		font-size: 26px;
		margin-bottom: 8px;
	}
	
	.contact-page .contact-map iframe{
		height: 275px;
	}
	
	.contact-page .row-full .field{
		margin-right: 10px;
		width: 295px;
	}
	
	.contact-page .row-full .field-last {
		margin-right: 0;
	}
	
	.contact-page .row-full input.text {
		width: 273px;
	}
	
	.contact-page input.title_field,
	.contact-page textarea{
		width: 578px;
	}
	
	.footer-widget {
		margin-right: 20px;
		width: 285px;
	}
	
	.footer-widgets .col-last {
		display: none;
	}

}

/* 10.2. Tablet (devices and browsers)
================================================ */
@media only screen and (min-width: 745px) and (max-width: 939px) {
		
	.inner-wrap {
		width: 725px;
	
		margin-bottom: 10px;
}

	#content {
		width: 725px;
		margin-right: 0;
	}
	
	#header {
		overflow: hidden;
	}
	
	#header .search {
		display: none;
	}
	
	/*
	
	.top-carousel .item-post {
		max-width: 330px;
		margin-right: 10px;	
	}
	
	*/
	
	.entry-rating i {
		font-size: 13px;
	}
	
	/*
	
	.top-carousel .thumb {
		margin-right: 10px;
		width: 90px;
	}
	
	.slider-full .flex-direction-nav a {
		top: 155px;
	}

	.slider-full .wp-post-image {
		height: 550px;
	}
	
	.slider-full .rating-info .rating-left {
		display: none;
	}
	
	.slider-full .rating-info {
		min-width: 60px;
	}
	
	.slider-compact .slider-main {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.slider-compact .slider-right {
		width: 725px;
	}
	
	.slider-compact .slider-right .item-post {
		width: 355px;
		float: left;
	}

	.slider-compact .slider-right .item-post:first-child {
		margin-right: 15px;
		margin-bottom: 0;
	}
	
	
	
	#top-posts .item-post {
		margin-right: 25px;
		width: 350px;
	}
		
	#top-posts .post-1{
		margin-right: 0;
	}
	
	#top-posts .post-2{
		display: none;
	}
	
	#top-section1 .blog-excerpt .sep {
		display: block;
		margin: 25px 0;
	}
	
	#top-section1 .post-list {
		width: 725px;
	}
	
	#top-section1 .item-post {
		width: 350px;		
		float: left;
	}
	
	#top-section1 .item-post:first-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
		margin-right: 25px;
	}
	*/
	
	#sidebar {
		width: 750px;
		margin-top: 30px;
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		column-count: 2;
		column-gap: 30px;
	}
	
	#sidebar .widget {
		width: 330px;		
		overflow: hidden; 
		break-inside: avoid-column;
		-webkit-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		column-break-inside: avoid;
		-webkit-backface-visibility: hidden;
		margin-bottom: 20px;
	} 
	
	.widget_postlist .entry-right {
		float: left;
		overflow: hidden;
		width: 215px;
	}
	
	/*
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"] {
		width: 93%;
	}
	
	
	.footer-carousel .flex-direction-nav a {
		height: 40px;
		top: 130px;
		width: 40px;
	}
	
	.footer-carousel .flex-direction-nav a.flex-prev {
		left: 10px;
	}
	
	.footer-carousel .flex-direction-nav a.flex-next {
		right: 10px;
	}
	
	.footer-carousel .flex-direction-nav a:before {
		font-size: 26px;
		margin-top: 8px;
	}
	*/
	
	.footer-widget {
		float: left;
		margin-right: 40px;
		width: 320px;
	}

}

/* 10.3. Tablet Portrait (devices and browsers)
================================================ */
@media only screen and (min-width: 620px) and (max-width: 744px) {
		
	.inner-wrap {
		width: 600px;
	
		/* margin-bottom: 10px; */
}

	#content {
		width: 600px;
		margin-right: 0;
	}

	.one-half {
		width: 290px;
		margin-right: 20px;
	}
	
	.col-last {
		margin-right: 0;
	}
	
	.section {
		margin-bottom: 20px;
	}
	
	h3 {
		font-size: 18px;
	}
	
	h4 {
		font-size: 16px;
	}
	
	#header {
		height: auto;
		padding-bottom: 15px;
	}
	
	#header .social {
		float: left;
		margin: 5px 0 0 6px;
		clear: both;
	
		/* margin-bottom: 7px; */
}
	
	#header .search {
		margin-right: 10px;
		/* margin-top: 14px; */
		float: left;
		/* margin-left: 15px; */
		width: 240px;
	
		/* display: none; */
		/* height: auto; */
}
	
	#header .search-wrap {
		width: 230px;
	}
	
	#header .searchfield {
		width: 202px;
	}
	
	/*
		
	.top-carousel .item-post {
		max-width: 310px;
		margin-right: 10px;	
	}
	
	.top-carousel .thumb {
		margin-right: 10px;
		width: 90px;
	}
	
	.top-carousel .entry-meta {
		margin-bottom: 4px;
	}
	
	.top-carousel .entry-rating i {
		font-size: 13px;
	}

	.slider-full .wp-post-image {
		height: 450px;
	}
	
	.slider-full .inner-wrap {
		bottom: 20px;
	}
	
	.slider-full .rating-info .rating-left,
	.slider-full .slider-main .entry-meta,	
	.slider-full .post-info .icon {
		display: none;
	}	
	
	.slider-full .rating-info {
		min-width: 60px;
		padding: 0 20px;
	}

	.slider-full .post-info,
	.slider-full .post-info .right {
		width: 300px;
		margin-left: 6px;
	}
	
	.slider-full .flex-direction-nav a {
		top: 140px;
	}
	
	.slider-section .title h2 {
		font-size: 28px;
		line-height: 28px;
	}
	
	.slider-section .slider-main .post-info .entry-excerpt {
		font-size: 15px;
	}
	
	.attachment-wt725_375 {
		height: 310px;
	}
	
	.slider-compact .slider-main {
		width: 600px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.slider-compact .slider-right {
		width: 600px;
	}
	
	.slider-compact .slider-right .item-post {
		width: 295px;
		height: 170px;
		float: left;
	}

	.slider-compact .slider-right .item-post:first-child {
		margin-right: 10px;
		margin-bottom: 0;
	}
	
	
	
	#top-posts .item-post {
		width: 290px;
		margin-right: 20px;	
	}
	
	#top-posts .post-1 {
		margin-right: 0;	
	}		
	
	#top-posts .post-2 {
		display: none;
	}
		
	#top-posts .thumb {
		margin-bottom: 10px;
	}
	
	.post-excerpt .wp-post-image,
	#top-posts .wp-post-image {
		height: 180px;
	}

	#top-section1 .post-list,
	#top-section1 .main-post {
		float: left;
		margin-left: 0;
		width: 600px;
	}
	
	#top-section1 .blog-excerpt .sep {
		display: block;
		margin: 20px 0;
	}
	
	#top-section1 .item-post {
		width: 290px;
		float: left;
	}
	
	#top-section1 .item-post:first-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
		margin-right: 20px;
	}
	
	#top-section1 .item-post .entry-rating,
	.one-half .entry-meta .entry-rating {
		display: none;
	}
	
	*/
	
	.blog-excerpt h2 {
		font-size: 22px;
	}
	
	.blog-excerpt .button {
		font-size: 12px;
		padding: 5px 10px;
	}
	
	.thumb-posts .item-post {
		width: 300px;
	}
	
	.thumb-posts .item-post .wp-post-image {
		height: 180px;
	}
	
	.overlay .more:before {
		height: 60px;
		width: 60px;
	}	
	
	.overlay-compact .more i {
		font-size: 20px;
	}
	
	/*
	.feat-cat .post-list {
		margin-top: 15px;
	}
	
	.feat-cat1 .title h2 {
		font-size: 16px;
	}
	
	.thumb-data {
		bottom: 10px;
		left: 10px;
		right: 10px;
	}

	.feat-cat1 .thumb-data .entry-meta {
		display: none;
	}
	*/
	
	.footer-widget {
		margin-right: 10px;
		width: 290px;
	}
		
	/*	
	.footer-carousel .item-post {
		width: 280px;
	}
	
	.footer-carousel .post-info {
		bottom: 15px;
		left: 15px;
		right: 15px;
	}
	
	.footer-carousel .post-info h3 {
		font-size: 18px;
	}
	
	.footer-carousel .flex-direction-nav a {
		height: 40px;
		top: 130px;
		width: 40px;
	}
	
	.footer-carousel .flex-direction-nav a.flex-prev {
		left: 10px;
	}
	
	.footer-carousel .flex-direction-nav a.flex-next {
		right: 10px;
	}
	
	.footer-carousel .flex-direction-nav a:before {
		font-size: 26px;
		margin-top: 8px;
	}
	*/
	
	.single-entry-meta {
		font-size: 12px;
	}
	
	.single-entry-meta .ec-stars-outer {
		float: left;
		/* margin-top: 10px; */
	}
	
	/*
	.single-post .entry-content {
		font-size: 14px;
	}
	*/
	
	.entry-social li {
		margin-bottom: 10px;
	}
		
	/*		
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"] {
		width: 92%;
	}
		
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 96%;
	}
	*/	
		
	.archive-header h1 {
		font-size: 26px;
		margin-bottom: 8px;
	}

	.contact-page .contact-map iframe{
		height: 275px;
	}
	
	.contact-page .row-full .field{
		margin-right: 10px;
		width: 295px;
	}
	
	.contact-page .row-full .field-last {
		margin-right: 0;
	}
	
	.contact-page .row-full input.text {
		width: 273px;
	}
	
	.contact-page input.title_field,
	.contact-page textarea{
		width: 578px;
	}
	
	#sidebar {
		width: 600px;
		margin-top: 20px;
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}
	
	#sidebar .widget {
		width: 280px;
		overflow: hidden; 
		break-inside: avoid-column;
		-webkit-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		column-break-inside: avoid;
		-webkit-backface-visibility: hidden;
		margin-bottom: 20px;
	} 
	
	.widget_slider .item-post {
		width: 100%;
	}
}

/* 10.4. Mobile Portrait (devices and browsers)
================================================ */
@media only screen and (min-width: 520px) and (max-width: 619px) {
			
	.inner-wrap {
		width: 500px;
	}

	#content {
		width: 500px;
		margin-right: 0;
	}

	.one-half {
		width: 240px;
		margin-right: 20px;
	}
	
	.col-last {
		margin-right: 0;
	}
	
	.section {
		margin-bottom: 20px;
	}
	
	h3 {
		font-size: 18px;
	}
	
	h4 {
		font-size: 16px;
	}
	
	#header {
		height: auto;
		padding-bottom: 15px;
	}
	
	#header .social {
		float: left;
		margin: 5px 0 0 25px;
		clear: both;
	
		/* display: none; */
}
	
	#header .search {
		margin-right: 3px;
		margin-top: 45px;
		width: 240px;
	
		display: none;
}
	
	#header .search-wrap {
		width: 230px;
	}
	
	#header .searchfield {
		width: 202px;
	}
	
	/*
	
	.top-carousel .flex-direction-nav li {
		width: 80px;
	}
	
	.top-carousel .item-post {
		max-width: 280px;
		margin-right: 10px;	
	}
		
	.top-carousel .thumb {
		margin-right: 10px;
		width: 90px;
	}
	
	.top-carousel h5 {
		font-size: 14px;
	}
	
	.top-carousel .entry-rating {
		display: none;
	}
	
	.top-carousel .entry-meta {
		margin-bottom: 4px;
	}

	.slider-full .wp-post-image {
		height: 400px;
	}
		
	.slider-full .inner-wrap {
		bottom: 20px;
	}
	
	.slider-full .rating-info .rating-left,
	.slider-full .slider-main .entry-meta,	
	.slider-full .post-info .icon,
	.slider-main .entry-excerpt {
		display: none;
	}	
	
	.slider-full .rating-info {
		height: 90px;
		min-width: 60px;
		padding: 0 15px 0 10px;
	}
	
	.slider-full .rating-info .total:before {
		top: -32px;
	}
	
	.slider-full .rating .score {
		font-size: 44px;
	}
	
	.slider-full .rating .total {
		font-size: 32px;
		margin-top: 46px;
	}

	.slider-full .post-info,
	.slider-full .post-info .right {
		width: 280px;
		margin-left: 6px;
	}
	
	.slider-full .flex-direction-nav a {
		top: 140px;
	}
	
	.slider-section .title {
		margin-bottom: 20px;
	}

	.slider-section .title h2 {
		font-size: 28px;
		line-height: 28px;
	}
	
	*/
	
	input[type="submit"], 
	.button {
		font-size: 14px;
		padding: 4px 8px;
	}
	
	.attachment-wt725_375 {
		height: 260px;
	}
	
	/*
	
	.slider-compact .slider-main {
		width: 500px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.slider-compact .slider-right {
		width: 500px;
	}
	
	.slider-compact .slider-right .item-post {
		width: 245px;
		height: 160px;
		float: left;
	}

	.slider-compact .slider-right .item-post:first-child {
		margin-right: 10px;
		margin-bottom: 0;
	}
	
	
	
	#top-posts .item-post {
		width: 245px;
		margin-right: 10px;	
		margin-bottom: 20px;
	}
	
	#top-posts .item-post + .item-post {
		margin-right: 0;	
	}		
	
	#top-posts .item-post.col-last{
		display: none;
	}
		
	#top-posts .thumb {
		margin-bottom: 10px;
	}
	
	.post-excerpt .wp-post-image,
	#top-posts .wp-post-image {
		height: 160px;
	}

	#top-section1 .post-list,
	#top-section1 .main-post {
		float: left;
		margin-left: 0;
		width: 500px;
	}
	
	#top-section1 .blog-excerpt .sep {
		display: block;
		margin: 20px 0;
	}
	
	#top-section1 .item-post {
		width: 245px;
		float: left;
	}
	
	#top-section1 .item-post:first-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
		margin-right: 10px;
	}
	
	#top-section1 .item-post .entry-rating,
	.one-half .entry-meta .entry-rating {
		display: none;
	}
	*/
	
	.blog-excerpt h2 {
		font-size: 22px;
	}
	
	.blog-excerpt .button {
		font-size: 12px;
		padding: 5px 10px;
	}
	
	.thumb-posts .item-post {
		width: 250px;
	}
	
	.thumb-posts .item-post .wp-post-image {
		height: 180px;
	}
	
	.overlay .more:before {
		height: 50px;
		width: 50px;
	}
	
	.overlay .more i,
	.overlay-compact .more i {
		font-size: 16px;
	}
	
	/*
	.feat-cat .post-list {
		margin-top: 15px;
	}
	
	.feat-cat1 .title h2 {
		font-size: 16px;
	}
	
	.thumb-data {
		bottom: 10px;
		left: 10px;
		right: 10px;
	}

	.feat-cat1 .thumb-data .entry-meta {
		display: none;
	}
	*/
	
	.widget_slider .item-post {
		width: 100%;
	}
	
	.footer-widget {
		margin-right: 10px;
		width: 240px;
	}
		
		
	/*	
	.footer-carousel .item-post {
		width: 280px;
	}
	
	.footer-carousel .post-info {
		bottom: 15px;
		left: 15px;
		right: 15px;
	}
	
	.footer-carousel .post-info h3 {
		font-size: 18px;
	}
	
	.footer-carousel .flex-direction-nav a {
		height: 40px;
		top: 130px;
		width: 40px;
	}
	
	.footer-carousel .flex-direction-nav a.flex-prev {
		left: 10px;
	}
	
	.footer-carousel .flex-direction-nav a.flex-next {
		right: 10px;
	}
	
	.footer-carousel .flex-direction-nav a:before {
		font-size: 26px;
		margin-top: 8px;
	}
	*/
	
	.single-entry-meta {
		font-size: 12px;
	}
	
	.single-entry-meta .ec-stars-outer {
		float: left;
		/* margin-top: 10px; */
	}
	
	/*
	.single-post .entry-content {
		font-size: 14px;
	}
	*/
	
	.entry-social li {
		margin-bottom: 10px;
	}
	
	/*
	#respond .comment-form-author, 
	#respond .comment-form-email {
		width: 100%;
	}
	
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"],
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 91%;
	}
	
	#comments ol.commentlist li ul.children li.depth-2{ 
		margin-left: 15px;  
	}
	
	#comments ol.commentlist li ul.children li.depth-3,
	#comments ol.commentlist li ul.children li.depth-4,
	#comments ol.commentlist li ul.children li.depth-5{ 
		margin-left: 0;  
		padding: 0;
	}
	*/
	
	.archive-header h1 {
		font-size: 26px;
		margin-bottom: 8px;
	}

	.contact-page .map {
		height: 220px;
	}
	
	.contact-page .row-full .field{
		margin-right: 10px;
		width: 245px;
	}
	
	.contact-page .row-full .field-last {
		margin-right: 0;
	}
	
	.contact-page .row-full input.text {
		width: 223px;
	}
	
	.contact-page input.title_field,
	.contact-page textarea{
		width: 478px;
	}
	
}

/* 10.5. Mobile Portrait Size to Mobile Landscape Size
====================================================== */
@media only screen and (min-width: 360px) and (max-width: 519px) {
			
	.inner-wrap {
		width: 340px;
	}
	
	h1 {
		font-size: 26px;
	}

	#content {
		width: 340px;
		margin-right: 0;
	}

	#sidebar {
		width: 340px;
		margin-top: 20px;
	}
		
	.one-half {
		width: 340px;
		margin-right: 0;
	}
	
	.section {
		margin-bottom: 15px;
	}
	
	#header {
		height: auto;
	}
	
	#header .logo {
		float: none;
		margin-left: 0;
		max-width: 100%;		
		text-align: center;
		margin-bottom: 15px;
	}

	#header .search {
		display: none;
	}
	
	#header .social {
		float: none;
		margin-right: 0!important;
		margin-left: 0!important;
		overflow: hidden;
		margin-top: 40px!important;
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	
	#header .social ul {
		display: inline-block;
	}
	
	.menu-section{
		width: 100%;
		max-width: 100%;		
	}
	
	.menu-section .slicknav_menu {		
		margin: 0 auto;
		overflow: hidden;
		left: 0;
		right: 0!important;
		width: 238px;
	}
	
	/*
	.top-carousel .flex-direction-nav li {
		width: 60px;
	}
	
	.top-carousel .flex-viewport {
		width: 340px;
		margin: 0 auto;
	}
			
	.top-carousel .item-post {
		max-width: 380px;			
		overflow: hidden;
	}	
	
	.top-carousel .thumb {
		margin-right: 15px;
		width: 90px;
	}
	
	.top-carousel .entry-meta {
		margin-bottom: 4px;
	}

	.slider-full .wp-post-image {
		height: 320px;
	}
	
	.slider-full .inner-wrap {
		bottom: 20px;
	}
	
	.slider-full .rating-info .rating-info,
	.slider-full .slider-main .entry-meta,	
	.slider-full .post-info .icon,
	.slider-main .entry-excerpt,	
	.slider-full .rating-info{
		display: none;
	}	
	
	input[type="submit"], 
	.button {
		font-size: 14px;
		padding: 4px 8px;
	}
	
	.slider-full .flex-direction-nav a {
		top: 125px;
	}
	
	
	
	.flex-direction-nav a {
		height: 30px;
		width: 30px;
	}
	
	.flex-direction-nav a:before {
		margin-top: 2px;
	}
	
	*/
	
	/*
	
	.slider-section .slider-main .read-more i {
		font-size: 15px;
		margin-top: 2px;
	}

	.slider-full .post-info,
	.slider-full .post-info .right {
		width: 240px;
		margin-left: 6px;
	}
	
	.slider-section .title h2 {
		font-weight: 800;
		font-size: 22px;
		line-height: 22px;
	}
	
	.slider-compact .slider-main {
		width: 340px;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.slider-compact .slider-right {
		width: 340px;
	}
	
	
	
	#top-posts .item-post {
		width: 340px;
		margin-right: 0;	
		margin-bottom: 20px;
	}
	
	#top-posts .item-post:last-child {
		margin-bottom: 0;
	}
		
	#top-posts .thumb {
		margin-bottom: 10px;
	}
	
	#top-section1 .post-list ,
	#top-section1 .main-post {
		float: left;
		margin-left: 0;
		width: 340px;
	}
	
	#top-section1 .blog-excerpt .sep {
		display: block;
		margin: 20px 0;
	}
	*/
	
	.attachment-wt725_375 {
		height: 190px;
	}
	
	.blog-excerpt h2 {
		font-size: 22px;
	}
	
	.blog-excerpt .button {
		font-size: 12px;
		padding: 5px 10px;
	}
	
	.blog2-excerpt .thumb {
		margin-bottom: 10px;
		margin-right: 0;
		width: 340px;
	}

	.blog2-excerpt .wp-post-image {
		height: 200px;
		width: 340px;
	}
	
	.thumb-posts .item-post {
		width: 340px;
	}
	
	.overlay .more:before {
		height: 40px;
		width: 40px;
	}
	
	.overlay .more i,
	.overlay-compact .more i {
		font-size: 16px;
	}
	
	/*
	.feat-cat .post-list {
		margin-top: 15px;
	}
	
	.feat-cat1 .title h2 {
		font-size: 16px;
	}
	
	.thumb-data {
		bottom: 10px;
		left: 10px;
		right: 10px;
	}

	.feat-cat1 .thumb-data .entry-meta {
		display: none;
	}
	*/
	
	.content-ad {
		display: none;
	}
	
	.footer-widget {
		margin-right: 0;
		width: 340px;
	}
	
	/*	
	.footer-carousel .item-post {
		width: 340px;
	}

	.footer-carousel .entry-top,
	.footer-carousel .read-more {
		display: none;
	}
	
	.footer-carousel .wp-post-image {
		height: 190px;
	}
	
	.footer-carousel .post-info {
		bottom: 0;
		left: 10px;
		right: 10px;
	}
	
	.footer-carousel .post-info h3 {
		font-size: 18px;
	}
	
	.footer-carousel .flex-direction-nav a {
		height: 40px;
		top: 130px;
		width: 40px;
	}
	
	.footer-carousel .flex-direction-nav a.flex-prev {
		left: 10px;
	}
	
	.footer-carousel .flex-direction-nav a.flex-next {
		right: 10px;
	}
	
	.footer-carousel .flex-direction-nav a:before {
		font-size: 22px;
		margin-top: 8px;
	}
	
	.footer-carousel .flex-direction-nav a {
		height: 35px;
		top: 30px;
		width: 35px;
	}
	*/
	
	.single-entry-meta {
		font-size: 12px;
	}
	
	.single-entry-meta .ec-stars-outer {
		float: left;
		margin-top: 10px;
	}
	
	/*
	.single-post .entry-content {
		font-size: 14px;
	}
	*/
	
	.entry-social li {
		margin-bottom: 10px;
	}
	
	/*
	#respond .comment-form-author, 
	#respond .comment-form-email {
		width: 100%;
	}
	
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"],
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 91%;
	}
	
	#comments ol.commentlist li ul.children li.depth-2{ 
		margin-left: 15px;  
	}
	
	#comments ol.commentlist li ul.children li.depth-3,
	#comments ol.commentlist li ul.children li.depth-4,
	#comments ol.commentlist li ul.children li.depth-5{ 
		margin-left: 0;  
		padding: 0;
	}
	
	*/
	
	.archive-header h1 {
		font-size: 26px;
		margin-bottom: 8px;
	}
	
	.contact-page .map {
		height: 180px;
	}
	
	.contact-page .row-full .field{
		margin-right: 0;
		width: 340px;
	}
	
	.contact-page .row-full input.text,
	.contact-page input.title_field,
	.contact-page textarea{
		width: 318px;
	}
}

/* 10.6. Mobile Portrait Size to Mobile Landscape Size
====================================================== */
@media only screen and (max-width: 359px) {
		
	.inner-wrap {
		width: 280px;
	}
	
	h1 {
		font-size: 24px;
	}

	#content {
		width: 280px;
		margin-right: 0;
	}

	#sidebar {
		width: 280px;
		margin-top: 20px;
	}
		
	.one-half {
		width: 280px;
		margin-right: 0;
	}
	
	.section {
		margin-bottom: 15px;
	}
	
	#header {
		height: auto;
	}
	
	#header .logo {
		float: none;
		margin-left: 0;
		max-width: 100%;		
		text-align: center;
		margin-bottom: 10px;
	}

	#header .search {
		display: none;
	}
	
	#header .social {
		float: none;
		margin-right:0!important;
		margin-left:0!important;
		overflow: hidden;
		margin-top: 40px!important;
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	
	#header .social ul {
		display: inline-block;
	}
	
	.menu-section{
		width: 100%;
		max-width: 100%;		
	}
	
	.menu-section .slicknav_menu {		
		margin: 0 auto;
		overflow: hidden;
		left: 0;
		right: 0!important;
		width: 238px;
	}
	
	/*
	
	.top-carousel .flex-viewport {
		width: 240px;
		margin: 0 auto;
	}
			
	.top-carousel .item-post {
		max-width: 280px;			
		overflow: hidden;
	}	
	
	.top-carousel .flex-direction-nav li {
		width: 40px;
	}
		
	.top-carousel .flex-direction-nav a:before {
		font-size: 26px;
		margin-top: 8px;
	}
	
	.top-carousel .flex-direction-nav .flex-nav-next a {
		margin-right: 0;
	}
	
	.top-carousel .flex-direction-nav .flex-nav-prev a {
		margin-left: 0;
	}
		
	.top-carousel .thumb {
		margin-right: 8px;
		margin-top: 2px;
		width: 80px;
	}
	
	.top-carousel .thumb .wp-post-image {
		height: 65px;
	}
	
	.top-carousel h5 {
		font-size: 14px;
	}
	
	.top-carousel .entry-meta {
		margin-bottom: 4px;
	}
	
	.top-carousel .entry-meta .date i {
		display: none;
	}
	
	.top-carousel  .entry-rating {
		display: none;
	}

	.slider-full .wp-post-image {
		height: 280px;
	}
	
	.slider-full .inner-wrap {
		bottom: 20px;
	}

	.slider-full .rating-info .rating-info,
	.slider-full .slider-main .entry-meta,	
	.slider-full .post-info .icon,
	.slider-main .entry-excerpt,
	.slider-full .rating-info {
		display: none;
	}	
	
	*/
	
	input[type="submit"], 
	.button {
		font-size: 14px;
		padding: 4px 8px;
	}
	
	/*
	.slider-full .flex-direction-nav a {
		top: 125px;
	}
	
	.flex-direction-nav a {
		height: 30px;
		width: 30px;
	}
	
	.flex-direction-nav a:before {
		margin-top: 2px;
	}
	*/
	
	/*
	
	.slider-section .slider-main .read-more i {
		font-size: 15px;
		margin-top: 2px;
	}

	.slider-full .post-info,
	.slider-full .post-info .right {
		width: 240px;
		margin-left: 6px;
	}
	
	.slider-section .title h2 {
		font-weight: 800;
		font-size: 16px;
		line-height: 16px;
	}
	
	.slider-compact .slider-main {
		width: 280px;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.slider-compact .post-info {
		bottom: 10px;
		left: 10px;
		right: 10px;
	}
	
	.slider-compact .slider-right {
		width: 280px;
	}
	
	.slider-compact .slider-right .item-post {
		height: 160px;
	}
	
	
	
	#top-posts .item-post {
		width: 280px;		
		margin-right: 0;	
		margin-bottom: 20px;
	}
	
	#top-posts .item-post:last-child {
		margin-bottom: 0;
	}
	
	.thumb-posts .item-post .wp-post-image,
	.post-excerpt .wp-post-image,
	#top-posts .wp-post-image {
		height: 180px;
	}
	
	#top-posts .thumb {
		margin-bottom: 10px;
	}
	
	#top-section1 .post-list ,
	#top-section1 .main-post {
		float: left;
		margin-left: 0;
		width: 280px;
	}
	
	#top-section1 .blog-excerpt .sep {
		display: block;
		margin: 20px 0;
	}
	*/
	
	.attachment-wt725_375 {
		height: 160px;
	}
	
	.blog-excerpt h2 {
		font-size: 22px;
	}
	
	.blog-excerpt .button {
		font-size: 12px;
		padding: 5px 10px;
	}
	
	.blog2-excerpt .thumb {
		margin-bottom: 10px;
		margin-right: 0;
		width: 280px;
	}

	.blog2-excerpt .wp-post-image {
		width: 280px;
		height: 160px;		
	}
	
	.thumb-posts .item-post {
		width: 280px;
	}
		
	.overlay .more:before {
		height: 40px;
		width: 40px;
	}
	
	.overlay .more i,
	.overlay-compact .more i {
		font-size: 16px;
	}
	
	/*
	.feat-cat1 .title h2 {
		font-size: 16px;
	}
	
	.thumb-data {
		bottom: 10px;
		left: 10px;
		right: 10px;
	}

	.feat-cat1 .thumb-data .entry-meta {
		display: none;
	}
	*/
	
	.content-ad {
		display: none;
	}
	
	.footer-widget {
		margin-right: 0;
		width: 280px;
	}
		
	/*	
	.footer-carousel .item-post {
		width: 280px;
	}

	.footer-carousel .entry-top,
	.footer-carousel .read-more {
		display: none;
	}
	
	.footer-carousel .wp-post-image {
		height: 160px;
	}
	
	.footer-carousel .post-info {
		bottom: 0;
		left: 10px;
		right: 10px;
	}
	
	.footer-carousel .post-info h3 {
		font-size: 18px;
	}
	*/
	
	.single-entry-meta {
		font-size: 12px;
	}
	
	.single-entry-meta .ec-stars-outer {
		float: left;
		/* margin-top: 10px; */
	
		margin-right: 15px;
}
	
	/*
	.single-post .entry-content {
		font-size: 14px;
	}
	*/
	
	.entry-social li {
		margin-bottom: 10px;
	}
	
	/*
	
	#respond .comment-form-author, 
	#respond .comment-form-email {
		width: 100%;
	}
	
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"],
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 91%;
	}
	
	#comments ol.commentlist li ul.children li.depth-2{ 
		margin-left: 15px;  
	}
	
	#comments ol.commentlist li ul.children li.depth-3,
	#comments ol.commentlist li ul.children li.depth-4,
	#comments ol.commentlist li ul.children li.depth-5{ 
		margin-left: 0;  
		padding: 0;
	}
	
	*/
	
	.archive-header h1 {
		font-size: 26px;
		margin-bottom: 8px;
	}
	
	.contact-page .map {
		height: 180px;
	}
	
	.contact-page .row-full .field{
		margin-right: 0;
		width: 280px;
	}
	
	.contact-page .row-full input.text,
	.contact-page input.title_field,
	.contact-page textarea{
		width: 258px;
	}
	
	/*
	.footer-carousel .flex-direction-nav a {
		height: 40px;
		top: 130px;
		width: 40px;
	}
	
	.footer-carousel .flex-direction-nav a.flex-prev {
		left: 10px;
	}
	
	.footer-carousel .flex-direction-nav a.flex-next {
		right: 10px;
	}
	
	.footer-carousel .flex-direction-nav a:before {
		font-size: 22px;
		margin-top: 8px;
	}
	
	.footer-carousel .flex-direction-nav a {
		height: 35px;
		top: 30px;
		width: 35px;
	}
	*/
}


@media screen and (max-width: 619px) {
    .gallery .gallery-item {
    	width: 100% !important;
    }
}

@media screen and (max-width: 740px) {
    .inner-wrap {
        width: 100%!important;
    }
    
    #content, #sidebar, #footer .footer-widget {
        width: 100%!important;
    }
    
    #main .post, #sidebar .widget, #footer .widget, #comments, #related, .post-nav, #content .section-title, .pagination {
        padding: 0 15px!important;
    }
    
    .footer-info {
        padding: 10px 15px;
        font-size: 15px;
        text-align: center;
    }
    
    #header .social {
        margin: 5px 0 0 15px;
    }
    
    .menu-section .slicknav_menu {
        right: 15px;
    }
    
    .blog2-excerpt .metacustom #mainn {
        justify-content: flex-start;
    }
    
    .single-post .entry-content {
        font-size: 17px;
    }
    
    #text-4 {
        padding: 0 15px!important;
    }
    
    
}

@media screen and (max-width: 519px) {
    .blog2-excerpt .thumb {
        width: 100%!important;
    }
    
    .blog2-excerpt .wp-post-image {
        height: 100%!important;
        width: 100%!important;
    }
	
	.blog2-excerpt .title h3 {
		margin-right: 5px;
	}
	
    .blog2-excerpt .title a {
        width: 100%;
    }

}

@media screen and (max-width: 1099px) {
	
	#header .inner-wrap {
		overflow: hidden;
	}

}