/*
	Theme Name: OSnews v6 Light 
	Theme URI: http://www.osnews.com/version6
	Original Theme URI: http://mythemeshop.com/themes/schema
	Author: Adam Scheinberg (sethadam1)
	Author URI: http://twitter.com/sethadam1
	Description: OSnews v6 WordPress theme. Built on MyThemeShop's "Schema" theme.
	Version: 6.0
*/
/* ---------------------------------------------------------------------- * Core styles * ---------------------------------------------------------------------- */
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;
}

html {
	-webkit-font-smoothing: antialiased
}

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

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none;
}

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

button, input, select, textarea {
	margin: 0
}

:focus {
	outline: 0
}

img, video, object {
	max-width: 100%;
	height: auto!important;
}

iframe {
	max-width: 100%;
	margin: 0 auto;
	max-width: 800px;
}

/* .single blockquote {
	font-weight: normal;
	padding: 0 10px 0 27px !important;	
	margin-bottom:10px;
	color: #333;
	z-index:-10;
	background-color:#eee;
} 

.single blockquote:after {
	font-family: FontAwesome;
	position: absolute;
	content: "\f10d";
	font-size: 20px;
	width: 50px;
	top: 0;
	left: 0;
}

.front-view-content blockquote {
	padding: 0 10px 0 27px !important;	
	margin-bottom:10px;
	background-color:#eee; 
	z-index:-10;
	color:#333; 
	font-weight: normal;
}
.front-view-content blockquote:after {
	font-family: FontAwesome;
	position: absolute;
	content: "\f10d";
	font-size: 20px;
	width: 50px;
	top: 0;
	left: 0;
} */

/* .front-view-content blockquote:after {
	display: none !important;
} */



.front-view-content blockquote, .single blockquote { 
	clear:both; background-color:#eee; 
	border:1px solid silver; border-radius:5px; 
	padding:5px; color:#333; margin:10px 0 10px 0;	
}
.front-view-content blockquote cite, .single blockquote cite { 
	margin-left:15px; 
}

/* Custom Scrollbar Styling for Chrome/Safari/Edge */
/* --------------------------------------------------------- start scrollbar theme */ 
::-webkit-scrollbar {
	width: 14px;
	height: 14px;
}

::-webkit-scrollbar-track {
	background: #f5f5f5;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
}

::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #52d912 0%, #41cc02 50%, #36a802 100%);
	border-radius: 8px;
	border: 2px solid #f5f5f5;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(180deg, #63e023 0%, #52d912 50%, #41cc02 100%);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
}

::-webkit-scrollbar-thumb:active {
	background: linear-gradient(180deg, #41cc02 0%, #36a802 50%, #2b8402 100%);
}

::-webkit-scrollbar-corner {
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
}

/* Modern CSS Scrollbar for Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #41cc02 #f5f5f5;
}

/* Mobile optimizations */
@media (max-width: 768px) {
	::-webkit-scrollbar {
		width: 8px;
		height: 8px;
	}
	
	::-webkit-scrollbar-thumb {
		border: 1px solid #f5f5f5;
	}
}

/* Smooth scrolling and mobile touch improvements */
html {
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

body {
	overscroll-behavior: contain;
	overflow-x: hidden;
}

/* Custom scrollbar for content areas */
.front-view-content, .single {
	scrollbar-width: thin;
	scrollbar-color: #c0c0c0 #f8f8f8;
}

.front-view-content::-webkit-scrollbar-thumb,
.single::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #d8d8d8 0%, #c0c0c0 50%, #a8a8a8 100%);
}
/* --------------------------------------------------------- ene scrollbar theme */ 

blockquote p {
	clear:both !important; 
	margin-top:0 !important; 
	padding:0 !important; 
	margin-bottom: 5px
}

strong, b {
	font-weight: bold
}

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

small {
	font-size: 100%
}

figure {
	margin: 10px 0
}

code, pre {
	font-weight: normal;
	font-style: normal;
}

pre {
	margin: 5px 0 20px 0;
	line-height: 1.3em;
	padding: 8px 10px;
	overflow: auto;
}

code {
	padding: 0 8px;
	line-height: 1.5;
}

mark {
	margin: 0 2px;
	color: black;
	background: #FFF7A8;
}

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

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.sticky-nav {
	position: fixed !important;
	top: 0;
	left: 0;
}

.gallery-caption {}

#gallery-1 img {
	border: 0!important
}

.bypostauthor {
	background: #c4eaf8;
}

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

dl {}

dt {
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
}

dd {
	margin: 0 0 0 110px;
	padding: 0 0 0.5em 0;
	overflow: hidden;
}

/*-[ Framework ]--------------------*/
body {
	font: 14px/1.5 Noto Sans, sans-serif;
	color: #555;
	background-color: #EBEBEB;
}

::-moz-selection {
	background: #222;
	color: white;
	text-shadow: none;
}

::selection {
	background: #222;
	color: white;
	text-shadow: none;
}

#page, .container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.post-single-content h1, .post-single-content h2, .post-single-content h3, .post-single-content h4, .post-single-content h5, .post-single-content h6 {
	text-transform: uppercase
}

.post-single-content h2 {
	font-size: 24px
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 12px;
	color: #444;
}

h1 {
	font-size: 28px;
	line-height: 1.4;
}

h2 {
	line-height: 1.4
}

h3 {
	font-size: 22px;
	line-height: 1.4;
}

h4 {
	font-size: 20px;
	line-height: 1.4;
}

h5 {
	font-size: 18px;
	line-height: 1.4;
}

h6 {
	font-size: 16px;
	line-height: 1.4;
}

.sub-title {
	font-size: 12px
}

p {
	margin-bottom: 20px
}

a {
	text-decoration: none;
	color: #0274BE;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

a:hover {
	color: #EE210B
}

a:link, a:visited, a:active {
	text-decoration: none
}

/*-[ Main container ]---------------*/
.main-container {
	width: 1400px;
	/* 1152px;
*/
	margin: 0 auto;
	clear: both;
	display: block;
	padding: 0;
}

#page, .container {
	max-width: 1400px;
	min-width: 240px;
}

#page {
	padding-top: 35px;
	min-height: 100px;
	float: none;
	clear: both;
}

/*-[ Header ]-----------------------*/
header {
	float: left;
	width: 100%;
	position: relative;
}

.main-header {
	position: relative;
	float: left;
	min-width: 1400px;
	width: 100%;
	z-index: 99;
	background: #fff;
}

.main-header .container {
	background: #fff
}

#header {
	position: relative;
	min-width: 1400px;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: #222;
}

#header h1, #header h2 {
	float: left;
	display: inline-block;
	line-height: 1;
	position: relative;
	margin-bottom: 0;
}

div#regular-header {
	overflow: hidden;
	clear: both;
	padding: 15px 0;
	background: #333;
}

#logo a {
	text-transform: uppercase;
	float: left;
	line-height: 1;
	color: #222;
}

#header #logo a {
	font-size: 28px;
	color: #fff;
}

#logo img {
	float: left
}

.logo-wrap {
	margin: 9px 0;
	overflow: hidden;
	float: left;
}

#header .logo-wrap {
	padding: 22px 0;
	margin: 0;
}

.site-description {
	float: left;
	margin-top: 0;
	max-width: 350px;
	clear: left;
}

#header .header-search {
	float: right
}

#header #searchform {
	max-width: 100%;
	float: right;
	width: auto;
	min-width: 206px;
}

#header #s {
	margin: 0 !important;
	width: 80%;
}

.widget-header {
	float: right;
	max-width: 77%;
}

.widget-header img {
	float: left
}

.widget-header .textwidget {
	float: left;
	margin-top: 46px;
	border-left: 1px solid #cccccc;
	padding-left: 20px;
}

/*-[ Header Social Icons ]--------*/
div.header-social-icons {
	float: right;
	background: #eee;
	position: relative;
	margin-left: 35px;
}

div.header-social-icons:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 46px 30px 0px 0;
	border-color: rgba(0, 0, 0, 0) #eee rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	left: -30px;
}

.primary-navigation .header-social-icons a, .header-social-icons a {
	float: left !important;
	font-size: 18px;
	padding: 14px 10px;
}

.primary-navigation .header-social-icons a:last-child {
	padding-right: 15px
}

.primary-navigation #navigation>ul>li:first-child a {
	padding-left: 0
}

/*-[ Navigation ]-----------------*/
.regular_header div#primary-nav {
	float: right;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.primary-navigation {
	float: right
}

.regular_header .primary-navigation {
	float: right;
	width: 100%;
}

.primary-navigation #navigation {
	margin-right: 20px
}

.primary-navigation #navigation ul ul a {
	padding-right: 45px
}

.menu-item-has-children>a:after {
	content: "\f0d7";
	font-family: FontAwesome;
	position: absolute;
	right: 14px;
}

#navigation .menu-item-has-children>a {
	padding-right: 25px
}

.secondary-navigation {
	display: block;
	float: right;
}

.regular_header .secondary-navigation {
	float: left
}

.secondary-navigation #navigation ul ul li {
	background: #fff
}

.secondary-navigation #navigation ul li:hover, .secondary-navigation #navigation ul .current-menu-item {
	background: #fff
}

.secondary-navigation #navigation ul li:hover a {
	color: #777
}

.secondary-navigation a {
	text-align: left;
	text-decoration: none;
	padding: 24px 25px;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.secondary-navigation #navigation>ul>.menu-item-has-children>a {
	padding-right: 38px
}

.secondary-navigation .menu-item-has-children>a:after {
	right: 22px
}

.primary-navigation a {
	padding: 17px 15px 16px 15px;
	line-height: 1;
}

.secondary-navigation a .sub {
	font-size: 11px;
	font-weight: normal;
	color: #9B9B9B;
}

#navigation {
	float: left;
}

#navigation ul {
	margin: 0 auto
}

#navigation ul li {
	float: left;
	line-height: 24px;
	position: relative;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited {
	display: inline-block
}

#navigation>ul>.current a {
	background: transparent;
	color: #5a5a5a !important;
}

#navigation ul li li {
	background: #fff;
	border-bottom: 0;
}

#navigation ul ul {
	position: absolute;
	width: 255px;
	padding: 20px 0 0 0;
	padding-top: 0;
	z-index: 400;
	font-size: 12px;
	color: #798189;
	-webkit-box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.15);
}

#navigation ul ul li {
	padding: 0;
	background: #fff;
	color: #000;
}

#navigation ul ul a, #navigation ul ul a:link, #navigation ul ul a:visited {
	padding: 9px 45px 9px 20px;
	position: relative;
	width: 190px;
	border-left: 0;
	background: transparent;
	border-right: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	margin: 0;
}

#navigation ul ul li:first-child a {}

#navigation ul ul li:last-child a {
	border-bottom: none
}

#navigation ul ul {
	display: none
}

#navigation ul ul ul {
	left: 255px;
	top: 0;
}

.sub-menu .menu-item-has-children:after {
	color: #fff
}

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

.clearfix:after {
	clear: both
}

.clearfix {
	*zoom: 1
}

nav li.pull {
	display: none
}

#navigation i {
	margin-right: 4px
}

/*-[ Content ]--------------------*/
.article {
	width: 72%;
	float: left;
	margin-bottom: 35px;
	padding: 4%;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.fullarticle {
	width: 99%;
	float: left;
	margin-bottom: 35px;
	padding: 4%;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
}

#content_box {
	float: left;
	width: 100%;
}

#content_box article {
}

.post {
	float: left;
	width: 100%;
}

.single_post {
	background-color: #fff;
	width: 100%;
}

.single_page {
	background-color: white;
	padding-top: 0;
}

.post-content {
	margin-bottom: 15px;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
}

.post-single-content {
	clear: both;
	float: left;
	width: 100%;
}

.readMore {
	float: left;
	margin-top: 10px;
}

.frontPost .readMore a {
	color: #000;
	font-size: 12px;
}

.ss-full-width {
	background: white;
	overflow: hidden;
	padding-top: 0;
	padding: 4%;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
}

.ss-full-width #content_box {
	padding-right: 0;
	padding-left: 0;
}

.post.excerpt {
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 15px;
	background-color: #fff;
	width: auto;
}

.widget .wp-post-image, .widget .wpt_thumb_small {
	float: left;
	margin-bottom: 10px;
}

.featured-thumbnail {
	max-width: 100%;
	float: left;
	width: 100%;
}

#featured-thumbnail {
	max-width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
}

#featured-thumbnail.widgetfull {
	float: left;
	margin-right: 20px;
}

.featured-thumbnail img {
	margin-bottom: 0;
	width: 100%;
	float: left;
}

.title {
	clear: both
}

.single-title {
	float: left;
	width: 100%;
}

.page h1.title {
	padding-top: 0;
	margin-bottom: 0;
}

.post-info {
	display: block;
	color: #AAAAAA;
	float: left;
	clear: both;
	width: 100%;
}

header .post-info a {
	color: #777
}

.post-info span {
	margin-right: 7px
}

/**********latest-posts***********/
article header {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.single article .thecontent {
	margin-top: 10px
}

.latestPost {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.latestPost .title {
	display: block
}

.front-view-content {}

.single_post header {
	width: 100%;
	margin-bottom: 5px;
}

.article img.left, .article img.alignleft, .wp-caption.alignleft {
	margin: 0.3em 1.571em 0.5em 0;
	display: block;
	float: left;
}

.article img.right, .article img.alignright, .wp-caption.alignright {
	margin: 0.3em 0 0.5em 1.571em;
	display: block;
	float: right;
}

.article img.center, .article img.aligncenter, .wp-caption.aligncenter {
	margin: 0.3em auto 0.5em auto;
	display: block;
}

.article img.aligncenter, .article img.alignnone {
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	clear: both;
}

.article ul {
	margin: 1.5em 0 1.571em 1.9em;
	list-style-type: square;
}

.article ol, .thecontent ol {
	margin: 1.5em 0 1.571em 1.9em;
	list-style-type: decimal;
}

.article ul ul, .article ol ol, .article ul ol, .article ol ul {
	margin-top: 0;
	margin-bottom: 0;
}

.article .iconlist {
	margin-left: 0
}

.article .iconlist li {
	list-style-type: none
}

/*-[ Tweets Widget ]---------------------------*/
.tweets li {
	margin-bottom: 15px!important
}

/*-[ Facebook like box Widget ]---------------------------*/
.tweets li {
	margin-bottom: 15px!important
}

.fb_iframe_widget, .fb_iframe_widget span {
	max-width: 100%;
	width: 100%!important;
}

/*-[ Custom Nav Widget ]---------------------------*/
.widget_nav_menu .fa, .widget_nav_menu .fa {
	display: list-item
}

.widget_nav_menu .fa>a, .widget_nav_menu .fa>a {
	padding-left: 5px
}

.widget_nav_menu .sub-menu {
	margin-top: 8px
}

/*-[ Text Widget ]---------------------------*/
/*-[ Form Input ]------------------*/
input, textarea, select {
	padding: 8px 12px;
	font-size: 14px;
	color: #444;
	border: 1px solid #D8D8D8;
	font-family: inherit;
}

textarea {
	overflow: auto;
	resize: vertical;
}

select {
	padding: 6px 10px;
	border-color: #D8D8D8;
}

input:focus, textarea:focus {}

/*-[ Tables ]--------------------*/
table {
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
	border: 1px solid #E4E4E4;
}

thead {
	background: #F7F8F9;
	font-size: 14px;
	color: #585F65;
}

table th, table td {
	padding: 7px 15px;
	text-align: left;
}

thead th {
	padding: 14px
}

tbody th {
	font-weight: normal;
	border-bottom: 1px solid #E4E4E4;
}

/*-[ Line ]---------------------*/
hr {
	border: none;
	border-bottom: 1px solid #E5E5E5;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	width: 297px;
	margin: 35px 0;
	clear: both;
	position: relative;
}

/*-[ Search Form ]------------------*/
#sidebars .widget.widget_search, #sidebars .widget.mts_subscribe_widget, #sidebars .widget.widget_product_search {
	background: #222
}

#searchform {
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	position: relative;
}

.article #searchform {
	max-width: 300px
}

#searchform fieldset {
	float: left
}

.sbutton, #searchsubmit, .mts-subscribe input[type="submit"] {
	padding: 9px 0;
	float: right;
	border: 0;
	width: 100%;
	height: 48px;
	cursor: pointer;
	text-align: center;
	padding-top: 10px;
	color: white;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
	background: transparent;
	border: 0;
	margin-top: 10px;
	border-radius: 3px;
}

#s, .mts-subscribe input[type="text"] {
	width: 100%;
	background-color: #fff;
	float: left;
	padding: 15px 0;
	text-indent: 10px;
	color: #999;
	border: 1px solid #DDD;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #EEE inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Search input placeholder text styling */
::-webkit-input-placeholder {
	color: #999
}

:-moz-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999
}

:-ms-input-placeholder {
	color: #999
}

:input-placeholder {
	color: #999
}

/* Microphone icon position fix */
input::-webkit-input-speech-button {
	margin-right: 14px;
	margin-left: 4px;
	cursor: pointer;
}

#searchform fieldset {
	width: 100%
}

.breadcrumb {
	margin-bottom: 15px
}

.breadcrumb a {
	color:#41cc02 !important;
}

.no-results h2 {
	font-size: 16px
}

/*-[ Read More ]-------------------*/
.read-more {
	margin: 0 0 0 10px;
	line-height: 1.4em;
	background: none;
	padding: 0;
	font-size: 16px;
}

/*-[ Top Ad in Post ]-------------------------------------*/
.topad {
	margin-bottom: 10px;
	clear: both;
	max-width: 100%;
}

/*-[ Bottom Ad in post ]-----------*/
.bottomad {
	float: left;
	clear: both;
	margin-top: 10px;
	max-width: 100%;
}

/*-[ Sidebar ]---------------------*/
#sidebars p {
	line-height: 20px
}

#sidebar li a {
	color: #0274be
}

#sidebar .comm {
	color: #0274be
}

.sidebar.c-4-12 {
	float: right;
	width: 27%;
	max-width: 380px;
}

#sidebars .wp-post-image, footer .wp-post-image {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 0;
}

#sidebars .widget {
	margin-bottom: 27px;
	float: left;
	clear: both;
	width: 100%;
	background: #fff !important;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.1);
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.sidebar .widget h3 {
	text-transform: uppercase;
	font-weight: bolder;
}

.widget .title {
	font-weight: bold;
	color: #545E68;
	font-size: 12px;
}

.widget li {
	list-style-type: square;
	margin-left: 17px;
	margin-bottom: 7px;
}

.widget h3 {
	margin: 0px 0 15px 0
}

.advanced-recent-posts li, .popular-posts li, .category-posts li, .related-posts-widget li, .author-posts-widget li {
	list-style: none!important;
	margin: 0;
	overflow: hidden;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
	color: #888;
	padding-left: 0;
	background: none;
	margin-bottom: 15px;
	padding-top: 2px;
}

.advanced-recent-posts p, .popular-posts p, .category-posts p, .related-posts-widget p, .author-posts-widget p {
	margin: 0;
	font-size: 14px!important;
}

.category-posts a, .advanced-recent-posts a, .popular-posts a, .related-posts-widget a, .author-posts-widget a {
	display: block
}

.widget .meta {
	font-size: 14px!important;
	overflow: hidden;
}

#sidebars #sidebar-search {
	background: #222
}

#sidebars #sidebar-search h3, #sidebars .widget.widget_product_search h3, #sidebars .widget.mts_subscribe_widget h3 {
	color: #fff
}

/*-[ Social Buttons ]--------------------------*/
.share-item.facebookbtn, .share-item.linkedinbtn, .share-item.stumblebtn {
	width: 92px
}

.shareit {
	padding: 12px 0 7px;
	overflow: hidden;
	clear: both;
	border: none;
}

.share-item {
	display: block;
	margin: 0;
	float: left;
	height: 25px;
}

.share-item.shareit.top {
	float: left;
	margin-bottom: 10px!important;
	margin-top: 0;
	width: 100%;
}

.share-item.facebookbtn {
	margin-top: -1px;
	width: 100px;
	height: 28px;
}

.share-item.gplusbtn {
	width: 85px
}

.share-item.pinbtn {
	margin-top: 2px
}

.share-item.stumblebtn {
	margin-top: 1px;
	height: 24px;
}

/*-[ Social Profile Widget ]--------------------------*/
.social-profile-icons ul li {
	background: none;
	border: none;
	float: left;
	list-style-type: none;
	margin: 0 8px 8px 0!important;
	padding: 0 !important;
	border: none !important;
}

.social-profile-icons ul li a {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	line-height: 30px;
	color: #FFF!important;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.sidebar .social-profile-icons ul li a:hover {
	color: #fff;
	background: #666;
}

.sidebar .social-profile-icons ul li a {
	color: #fff
}

.social-profile-icons ul li i {
	font-size: 16px;
	line-height: 32px;
}

.social-profile-icons .social-youtube a {
	background: #DD4B39
}

.social-profile-icons .social-rss a {
	background: #EE802F
}

.social-profile-icons .social-twitter a {
	background: #55ACEE
}

.social-profile-icons .social-facebook a {
	background: #3B5998
}

.social-profile-icons .social-gplus a {
	background: #DD4B39
}

.social-profile-icons .social-vimeo a {
	background: #4BF
}

.social-profile-icons .social-dribbble a {
	background: #EA4C89
}

.social-profile-icons .social-tumblr a {
	background: #34526F
}

.social-profile-icons .social-instagram a {
	background: #3F729B
}

.social-profile-icons .social-flickr a {
	background: #FF0084
}

.social-profile-icons .social-pinterest a {
	background: #C8232C
}

.social-profile-icons .social-linkedin a {
	background: #0e76a8
}

.social-profile-icons .social-github a {
	background: #171515
}

.social-profile-icons .social-email a {
	background: #CACACA
}

/*-[ Footer ]-------------------*/
footer {
	background: #222;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	clear: both;
}

footer .container {
	padding: 0;
	width: 1152px;
}

.footer-widgets {
	padding: 40px 0 10px 0;
	color: rgba(255, 255, 255, 0.25);
	overflow: hidden;
}

.footer-widgets .f-widget {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.f-widget .widget {
	margin-bottom: 30px
}

.footer-widgets .f-widget #searchform .fa-search:hover {
	cursor: pointer
}

.f-widget a {
	color: rgba(255, 255, 255, 0.45)
}

.f-widget ul li {
	margin-bottom: 10px
}

.f-widget .top-week li a {
	font-size: 15px
}

.f-widget #s {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.05);
	width: 85.8%;
}

.f-widget #s::-webkit-input-speech-button {
	margin-right: 8px
}

.f-widget #searchform .fa-search {
	background: rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.2);
}

.footer-widgets.widgets-num-3 .f-widget.last {
	margin-right: 0
}

.widgets-num-4 .f-widget {
	width: 22.7%;
	margin-right: 3%;
}

.widgets-num-4 .f-widget.last {
	margin-right: 0
}

.f-widget .ajax-search-results-container {
	background: #1c1c1c;
	color: #a5a5a5;
}

.f-widget .ajax-search-results-container.loading:after {
	background-color: rgba(0, 0, 0, 0.8)
}

.f-widget .ajax-search-results-container a {
	color: #fff
}

.copyrights {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 17px;
	padding-top: 20px;
	background: #fff;
}

#copyright-note {
	width: 100%;
	margin: 0 auto;
	clear: both;
	max-width: 100%;
}

.postsby {
	margin-bottom: 25px
}

/*-[ Back To Top ]---------------------------*/
.top {
	float: right;
	position: relative;
}

.toplink .fa-angle-double-up {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0px;
}

.toplink {
	padding-right: 27px
}

#move-to-top {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	height: 12px;
	padding: 10px 10px 18px 10px;
	position: fixed;
	right: 15px;
	bottom: 10px;
	transition: all 0.25s linear 0s;
	width: 20px;
	z-index: 25;
	background: #222;
	text-align: center;
	border-radius: 3px;
}

#move-to-top:not(.filling) {
	opacity: 0;
	visibility: hidden;
}

#move-to-top .fa-angle-double-up {
	font-size: 22px
}

/*-[ Related Posts ]---------------------------*/
.related-posts {
	background-color: #FFF;
	margin-top: 30px;
	clear: both;
	float: left;
	width: 100%;
}

.related-posts h4 {
	font-size: 30px
}

.related-posts article {
	width: 31%;
	margin-right: 3.5%;
	float: left;
}

.related-posts article:nth-child(7n-3) {
	clear: left
}

.related-posts .post-info {
	clear: none;
	float: none;
}

.related-posts .last {
	margin-right: 0;
	padding-bottom: 0;
}

.related-posts .title {
	font-size: 16px;
	margin-top: 10px;
}

.related-posts article header {
	margin-bottom: 0
}

/*-[ Post Tags ]---------------------------------*/
.tags {
	margin: 20px 0 0 0;
	width: 100%;
	float: left;
}

.tags a {
	margin-left: 5px
}

/*-[ Author Box ]--------------------------------*/
.postauthor {
	margin: 25px 0 0px -6.8%;
	padding: 30px 6.8%;
	min-height: 180px;
	background-color: #222;
	float: left;
	clear: both;
	width: 100%;
	color: #AAA;
}

.postauthor h4 {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #fff;
}

.postauthor h5 {
	font-weight: bold;
	font-size: 16px;
	padding: 0;
	margin: 0;
	line-height: 24px;
	text-transform: capitalize;
}

.postauthor img {
	float: left;
	margin: 4px 20px 0 0;
	border-radius: 50%;
}

.postauthor a {
	color: #41cc02
}

.postauthor h4 a {
	color: #473636
}

#respond h4, .total-comments, .postauthor h4, .postauthor-top {
	margin-bottom: 10px;
	margin-top: 1px;
	font-size: 30px;
}

.postauthor-top {
	padding-top: 5px;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

.clear {
	clear: both
}

.left {
	float: left
}

.right {
	float: right
}

.last {
	margin-right: 0
}

/*-[ Tag widget ]------------------------------*/
.tagcloud a {
	font-size: initial!important;
	padding: 2px 10px;
	margin-bottom: 3px;
	float: left;
	margin-right: 3px;
	background: #222;
	color: #FFFFFF!important;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
	border-radius: 3px;
}

.tagcloud a:hover, .widget .wpt_widget_content #tags-tab-content ul li a:hover {
	background: #222
}

/*-[ Ad Widgets ]------------------------------*/
.ad-125 ul {
	float: left;
	width: 100%;
	margin: 0;
	list-style: none;
	max-width: 100%;
}

.ad-125 li {
	float: left;
	border: none;
	list-style: none!important;
	padding-left: 0;
	background: none;
	margin-bottom: 15px;
	margin-left: 0;
	max-width: 48%;
}

.ad-125 li:nth-child(2n+2) {
	float: right!important
}

.ad-125 li:nth-last-child(2), .ad-125 li:last-child {
	margin-bottom: 0
}

/*-[ Calender Widget ]-------------------------*/
#wp-calendar {
	margin-bottom: 0;
	background: #fff;
	border: 0;
}

#wp-calendar td {
	text-align: center;
	padding: 7px 0;
	border-top: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
}

#wp-calendar caption {
	padding-bottom: 10px;
	padding-top: 12px;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
	background: #222;
	padding: 12px 15px;
	text-align: left;
}

#wp-calendar #prev {
	text-align: left;
	padding-left: 12px;
}

#wp-calendar thead th {
	padding: 10px 0;
	text-align: center;
}

footer #wp-calendar {
	background: rgba(255, 255, 255, 0.05);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

footer #wp-calendar caption {
	background: rgba(255, 255, 255, 0.05)
}

#wp-calendar td {
	border-color: rgba(255, 255, 255, 0.05)
}

#wp-calendar tbody tr:nth-child(1) td {
	border-top: 0
}

/*-[Comments 6.0.1]-----------------  */
/*
.nocomments {
	clear: both;
	float: left;
	margin-top: 20px;
	width: 100%;
}

.total-comments {
	color: #444;
	font-size: 18px;
	font-weight: bold;
}

.cnumber {
	color: #2DB2EB;
}

#comments {
	clear: both;
	float: left;
	margin-top: 27px;
	padding: 0;
	width: 100%;
}

#respond h4 {
	font-size: 19px;
	padding-bottom: 7px;
	padding-top: 5px;
}

#commentsAdd {
	clear: both;
	float: left;
	margin-bottom: 20px;
	margin-top: 35px;
	width: 100%;
}

#comments .avatar {
	border: 1px solid rgba(0, 0, 0, 0.12);
	float: left;
	margin-right: 20px;
	padding: 4px;
}

.commentlist .comment-author {
	float: left;
	margin-right: 17px;
	max-width: 78px;
}

.comment time {
	padding-left: 10px;
}

ul.children .commentImageLeft {
	border-bottom: 1px solid #c1bbb6;
	border-left: 1px solid #c1bbb6;
	height: 90px;
	left: -70px;
	position: absolute;
	top: -50px;
	width: 60px;
}

input.text-input, #commentform input {
	padding: 11px;
}

input#author, input#email, input#url {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	margin-right: 10px;
	max-width: 85%;
	width: 300px;
}

input#author, input#email, input#url, #comment {
	moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	webkit-transition: all 0.25s ease-in-out;
}

#cancel-comment-reply-link {
	float: right;
	line-height: 24px;
	margin-top: 0;
}

#cancel-comment-reply-link {
	color: #EE210B;
	cursor: pointer;
	margin-bottom: -20px;
	position: relative;
	text-decoration: underline;
	z-index: 100;
}

#commentform input#submit, .contactform #submit {
	background-color: #ED1C2F;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	moz-transition: all 0.2s linear;
	padding: 14px 20px;
	text-decoration: none;
	transition: all 0.2s linear;
	webkit-transition: all 0.2s linear;
}

#commentform input#submit:hover, .contactform #submit:hover {
	background: #444;
	color: #fff;
}

.contactform #submit {
	float: left;
}

.contactform label {
	display: block;
}

.contactform {
	margin-bottom: 35px;
	overflow: hidden;
}

#mtscontact_submit {
	float: right;
	width: auto;
}

.error {
	color: red;
}

.thanks p {
	color: green;
}

ol.commentlist {
	margin-left: 0;
	margin-top: 13px;
}

.commentlist li {
	float: left;
	list-style: none;
	margin: 0 0 30px 0;
	padding-left: 0;
	position: relative;
	width: 100%;
}

.commentlist p {
	margin-bottom: 5px;
}

.ago {
	color: #999;
	font-size: 11px;
}

.fn {
	font-weight: bold;
	line-height: 1.375em;
	text-transform: uppercase;
}

.fn a {
	color: #444;
	font-weight: bold;
}

.comment-meta {
	font-size: 12px;
}

.comment-meta a {
	color: #0274be
}

.commentmetadata {
	border: 1px solid rgba(0, 0, 0, 0.12);
	overflow: hidden;
	padding: 14px;
}

.commentmetadata li {
	border: 0;
	list-style: square;
	margin-bottom: 5px;
	margin-top: 0;
	padding: 0;
}

.commentmetadata ol li {
	list-style: decimal;
}

.reply {
	float: right;
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 0px;
	width: auto;
}

.reply a {
	border-radius: 3px;
	color: #ffffff;
	float: left;
	font-size: 12px;
	line-height: 1;
	moz-transition: all 0.25s linear;
	padding: 6px 12px;
	transition: all 0.25s linear;
	webkit-transition: all 0.25s linear;
}

.reply a:hover {
	background: #444;
}

#commentsAdd #respond h4 {
	margin-bottom: 19px;
}

.comment #respond #respond {
	margin-top: 20px;
}

.commentlist .children {
	float: left;
	margin-bottom: 0;
	margin-left: 10%;
	margin-top: 0;
	width: 90%;
}

.commentlist .children li {
	padding-bottom: 0;
}

.avatar {
	float: left;
}

#respond h3 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.comment-awaiting-moderation {
	font-style: italic;
	font-weight: bold;
}

.commentmetadata ul, .commentmetadata ol {
	margin-top: 5px;
}
*/
/*-[Comments original]-------------- */
.nocomments {
	margin-top: 20px;
	clear: both;
	float: left;
	width: 100%;
}

.total-comments {
	padding-top: 7px;
	padding-bottom: 9px;
}

.cnumber {
	color: #2DB2EB
}

#comments {
	padding: 0;
	background-color: #fff;
	margin-top: 27px;
	float: left;
	clear: both;
	width: 100%;
}

#respond h4 {
	padding-top: 5px;
	padding-bottom: 7px;
}

#commentsAdd {
	background-color: #fff;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 30px;
}

#comments .avatar {
	float: left;
	margin-right: 20px;
	margin-top: 7px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	padding: 4px;
}

.comment time {
	padding-left: 10px
}

ul.children .commentImageLeft {
	width: 60px;
	height: 90px;
	border-left: 1px solid #c1bbb6;
	border-bottom: 1px solid #c1bbb6;
	position: absolute;
	top: -50px;
	left: -70px;
}

input.text-input, #commentform input {
	padding: 11px
}

input#author, input#email, input#url {
	width: 300px;
	border: 1px solid #E4E4E4;
	background: #fff;
	max-width: 85%;
	margin-right: 10px;
}

input#author, input#email, input#url, #comment {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#cancel-comment-reply-link {
	float: right;
	line-height: 24px;
	margin-top: 0;
}

#cancel-comment-reply-link {
	color: #EE210B;
	cursor: pointer;
	margin-bottom: -20px;
	text-decoration: underline;
	z-index: 100;
	position: relative;
}

#commentform input#submit, #mtscontact_submit {
	line-height: 1;
	background-color: #0274BE;
	padding: 12px 15px;
	color: #fff;
	text-decoration: none;
	float: right;
	cursor: pointer;
	display: inline-block;
	border: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border-radius: 3px;
}

#commentform input#submit:hover, #mtscontact_submit:hover {
	background: #222;
	color: #fff;
}

#mtscontact_submit {
	float: right;
	width: auto;
}

.error {
	color: red
}

.thanks p {
	color: green
}

ol.commentlist {
	margin-left: 0;
	margin-top: 13px;
}

.commentlist li {
	list-style: none;
	margin: 0 0 30px 0;
	padding-left: 0;
	float: left;
	width: 100%;
	position: relative;
}

.commentlist p {
	margin-bottom: 5px
}

.ago {
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
}

.fn {
	line-height: 1.375em;
	font-weight: bold;
}

.fn a {
	color: #EE210B;
	font-weight: bold;
	font-size: 15px;
}

.comment-meta {
	font-size: 12px
}

.comment-meta a {
	color: #0274be
}

.commentmetadata {
	overflow: hidden
}

.commentmetadata li {
	border: 0;
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
	list-style: square;
}

.commentmetadata ol li {
	list-style: decimal
}

.reply {
	margin-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	width: 100%;
	float: right;
}

.reply a {
	float: right;
	padding: 3px 5px;
	background: #eee;
	color: #333 !important;
	font-weight: normal;
	border: 1px solid #999;
	border-radius: 2px;
	display: inline-block;
	font: bold 12px 'Roboto', 'lucida grande', tahoma, verdana, arial, sans-serif;
	white-space: nowrap;
	cursor: pointer;
	background-image: linear-gradient(#f5f6f6, #e4e4e3);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
}

#commentsAdd #respond h4 {
	margin-bottom: 19px
}

.comment #respond #respond {
	margin-top: 20px
}

.commentlist .children {
	margin-left: 10%;
	margin-bottom: 0;
	margin-top: 0;
	float: left;
	width: 90%;
}

.commentlist .children li {
	padding-bottom: 0
}

.avatar {
	float: left
}

#respond h3 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.comment-awaiting-moderation {
	font-style: italic;
	font-weight: bold;
}

.commentmetadata ul, .commentmetadata ol {
	margin-top: 5px
}

/*-[ Comment Form ]----------------------------*/
#commentform textarea {
	width: 95.5%;
	border: 1px solid #E4E4E4;
	background: #fff;
	padding: 2%;
	line-height: 25px;
	font-family: inherit;
}

#commentform p {
	margin-bottom: 15px;
	float: left;
	width: 100%;
	clear: both;
}

#commentform p label {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
}

.cancel-comment-reply a {
	float: right;
	margin-top: -8px;
}

.required {
	color: red;
	padding: 0;
	line-height: 1;
}

.comment-notes .required {
	padding-left: 0;
	padding-top: 3px;
}

.comment-notes {
	font-style: italic
}

/*-[ pagination ]------------------*/
.pagination {
	clear: both;
	overflow: hidden;
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 0;
}

.single .pagination {
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-top: 0;
	padding: 2.2% 0;
	width: 100%;
}

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

.pagination ul li {
	float: left;
	margin-bottom: 5px;
}

.currenttext, .pagination a:hover, .single .pagination a:hover .currenttext {
	color: #fff;
	margin: 0 5px 0 0;
	display: inline-block;
	line-height: 1;
	text-decoration: none;
	padding: 10px 13px;
	background: #41cc02 !important;
	min-width: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	text-align: center;
}

#searchsubmit, .sbutton {
	background: #41cc02 !important;
	color:#fff;
}

.pagination a, #load-posts a {
	background: #222;
	margin: 0 5px 0 0;
	display: inline-block;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	padding: 10px 13px;
	min-width: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
}

#load-posts .fa, #fs2_load_more_button .fa {
	margin-right: 5px
}

.pagination a:hover {
	color: #fff
}

.pagination .nav-previous {
	float: left
}

.pagination .nav-next {
	float: right
}

.pagination .nav-previous a, .pagination .nav-next a {
	color: #fff!important
}

.pagination .nav-previous a:hover, .pagination .nav-next a:hover {
	background-color: #222
}

.single .pagination a .currenttext, .single .pagination a:hover .currenttext {
	padding: 0;
	background: transparent;
	margin-right: 0;
}

.single .pagination a:hover .currenttext {
	color: #fff
}

/*-[ AJAX search results ]------------------*/
.widget_search {
	overflow: visible
}

.ajax-search-box-open #s {
	border-bottom: 1px solid #fff
}

.ajax-search-results-container {
	position: absolute;
	top: 39px;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	z-index: 9;
	background: #FFF;
	border: 1px solid #fff;
	border-top: none;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
}

.ajax-search-results-container.loading:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
}

ul.ajax-search-results {
	margin: 0;
	margin-top: 4px;
	padding: 0;
}

.ajax-search-results li {
	margin: 0;
	display: block;
	list-style: none;
	min-height: 50px;
	padding: 0 8px;
}

.ajax-search-results .wp-post-image {
	margin: 5px 10px 0 0;
}

.ajax-search-meta {
	margin: 6px 8px;
	height: 20px;
	font-size: 13px;
}

.ajax-search-meta .results-count {
	float: left;
	color: #aaa;
}

.ajax-search-meta .results-link {
	float: right
}

.ajax-search-results-container .no-results {
	padding: 8px;
	color: #AAA;
	font-style: italic;
}

/*-[ Load More ]-------------------*/
.pace .pace-progress {
	background: #29d;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 3px;
	-webkit-transition: width 0.8s;
	-moz-transition: width 0.8s;
	-o-transition: width 0.8s;
	transition: width 0.8s;
}

.admin-bar .pace .pace-progress {
	top: 32px
}

.pace-inactive {
	display: none
}

#load-posts a {
	font-weight: bold
}

#load-posts .inactive {
	cursor: default
}

/*-[ Misc ]---------------------------*/
pre {
	overflow: auto;
	padding: 25px 15px 15px;
	margin: 15px 0;
	position: relative;
	background: #222;
	font-family: monospace;
	color: #aaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

pre:before {
	content: "\f121";
	color: #FFF;
	position: absolute;
	font-size: 18px;
	right: 14px;
	top: 6px;
	font-family: fontawesome;
}

.flex-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.flex-video iframe, .flex-video object, .flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ----------------------------------------------------------------------
* "Rashida" customizations
* by Adam Scheinberg
* ---------------------------------------------------------------------- */
/* misc */
#comments div {
	text-align: left;
}

#subbox img {
	border-radius: 50%;
	margin-left: 10px;
}

#subbox {
	border-bottom: 2px solid #aaa;
}

/* block quotes * /
span.blockquote {
	background-color: #eee !important;
	padding: 5px;
}

span.blockquote * {
	background-color: #eee !important;
} */ 

blockquote>p {
	color: #333;
	padding: 3px 3px 3px 3px !important;
	margin:3px !important; 
}

/* comment styling */
a.byadmin {
	background-color: #a0f07b;
	padding: 2px 5px;
	color: #000!important;
}

a.byadmin::after {
	content: " (OSnews Staff)";
}

.admin_response {
	color: #0274be !important;
	font-weight: bolder !important;
}

.user_response {
	color: #0274be !important;
}

.comment-author img {
	border-radius: 50%;
}

/* avatars */
.avatar-18 {
	border-radius: 50%;
	margin-right: 5px !important;
}

.profile_avatar {
	border-radius: 50%;
	margin-right: 15px;
}

.wc-comment .avatar {
	border-radius: 50%;
}

/*buttons and fake buttons */
.page-numbers, .osnews-button {
	position: relative;
	z-index: 1;
	overflow: visible;
	display: inline-block;
	padding: 0.3em 0.6em 0.375em;
	border: 1px solid #999;
	border-bottom-color: #888;
	margin: 0;
	text-decoration: none;
	text-align: center;
	font: bold 1rem 'Roboto', 'lucida grande', tahoma, verdana, arial, sans-serif;
	white-space: nowrap;
	cursor: pointer;
	color: #333;
	background-color: #eee;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f6f6), to(#e4e4e3));
	background-image: -moz-linear-gradient(#f5f6f6, #e4e4e3);
	background-image: -o-linear-gradient(#f5f6f6, #e4e4e3);
	background-image: linear-gradient(#f5f6f6, #e4e4e3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f6f6', EndColorStr='#e4e4e3');
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
	/* IE hacks */
	zoom: 1;
	*display: inline;
}

.page-numbers:hover, .page-numbers:focus, .page-numbers:active, .osnews-button:hover, .osnews-button:active, .osnews-button:focus {
	border-color: #777 #777 #666;
}

a.page-numbers:hover, a.osnews-button:hover {
	color: #41cc02 !important;
}

.page-numbers:active {
	border-color: #aaa;
	background: #ddd;
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.osnews-button.osnews-admin {
	background: #0274be;
	color: #fff;
}

.osnews-admin:hover, .osnews-admin:focus, .osnews-admin:active {
	border-color: #39a806;
}

.osnews-comment-box {
	border: 1px solid #ddd;
}

span.current {
	background: #fff;
	color: #111;
	border-color: #fff;
}

/* originals */
h1.original, h1.original a {
	color: #fda402 !important;
}

h2.original a {
	color: #fda402 !important;
}

.original a::before {
	content: "*";
}

.original a::after {
	content: "*";
}

/* stickies */
h1.sticky, h1.sticky a, h2.sticky, h2.sticky a {
	color: green !important;
}

h2.sticky a::before, h1.sticky a::before {
	content: "Sticky: ";
}

h2.sticky a::after, h1.sticky a::after {
	content: "";
}

/* sticky originals */
h1.original.sticky, h1.original.sticky a, h2.original.sticky, h2.original.sticky a {
	color: #f6500e !important;
}

h2.sticky a::before, h1.sticky a::before {
	content: "Sticky: *";
}

h2.sticky a::after, h1.sticky a::after {
	content: "*";
}

/* .front-view-title {
color:#fff;
background:#0274BE;
display:block;
padding:4px 3px;
}
.front-view-title a {
color:#eee !important;
}
.front-view-title a:hover {
color:#fff !important;
}
*/
/* OSnews admin styles */
.osnews-admin-table th {
	font-weight: bold;
}

.osnews-admin-table td {
	vertical-align: middle;
}