/*!
Theme Name: rock_undescores
Theme URI: https://terablitz.com
Author: the11thr0ck
Author URI: https://the11throck.com
Description: Undescores WP Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rock-underscores
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rock_undescores is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 
 
 
@import url(https://fonts.googleapis.com/css?family=Oswald); 
 
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	background: #272a2f!important;
    padding: 10px;	
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	background: #272a2f;	
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	float: left;
	margin-left: 60px;
}

.main-navigation li a {
    color: #fff;
	font-weight: 400;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.nav-menu li {
	position: relative;
	margin-left: 60px;
}

.nav-menu a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
}


h1 { 
	font-size: 32px; font-family: Arial, Helvetica, Sans-serif; margin-top: 2em; margin-bottom: .5em; padding-bottom:2px; font-weight:bold; line-height:normal; letter-spacing: -2px;
}

h2 { 
	font-size: 16px; font-family: Arial, Helvetica, Sans-serif; margin-top: 2em; margin-bottom: .5em; padding-bottom:2px; font-weight:bold; line-height:normal; letter-spacing: -1px;
}

h3 { 
	font-size: 14px; font-family: Futura, “Trebuchet MS”, Arial, sans-serif; margin-top: 1.5em; margin-bottom: .5em; font-weight:bold; line-height:normal; letter-spacing: -0.7px;
}

h4 { 
	font-size: 14px; font-family: Arial, Helvetica, Sans-serif; margin-top: 1.2em; margin-bottom: .3em; font-weight:bold; line-height:normal; letter-spacing: -0.5px;
}

h5 { 
	font-size: 14px; font-family: Arial, Helvetica, Sans-serif; margin-top: 1em; margin-bottom: .1em; font-weight:600; line-height:normal;
}

h6 {
	font-size: 10px; font-family: Futura, “Trebuchet MS”, Arial, sans-serif; margin-top: 1em; margin-bottom: .1em; font-weight:bold; line-height:normal;
}

blockquote {
  color: #fff;
}

blockquote:before {
  color: #fff;
}

blockquote p {
  color: #fff;
}

blockquote ul li {
  color: #fff!important;
}

.arial {
	font: Arial, Helvetica, sans-serif;
}

.arialblack {
	font: "Arial Black", Gadget, sans-serif;
}

#top {
    width: 0;
    height: 0;
    font-size: 0;
    color: #fff;
    opacity:0;
}

.ul {
    color: green;
}

.p0st-title { 
	border: 2px solid rgba(61,61,61,0.5);
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	margin-right: 2;
	margin-top: 0;
	color: #abe2dc;
	background: #006ebf;	
	margin-bottom: 10px;
	font: h1; 
	font-size: 28px;	
	letter-spacing: 0.8px;	
	line-height: 1.3em;
	text-align: center;
	float: left;
	position: relative;
	width: 100%;
}

.p0st-title a { 
	color: white;
}

.p0st-title a:hover { 
	color: yellow;
}

.scr0ll {	
	z-index: 9999!important;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;	
	bottom: 75px;
	opacity: 0.5;
}

.scr0ll a {	

}
	
.scr0ll a:hover {
	opacity: 1;
}

/* tables */
.tbblk1, .tbblk2, .tbblk3, .tbblk4, .tbblk4a, .tbblk4b, .tbblkdesc1a, .tbblkdesc1b, .tbblkdesc1c, .tbblkdesc1d, .tbblkdesc1e, .tbblkdesc1f, .tbblkdesc1g, .tbblkdesc1h, .tbblkdesc1i, .tbblkdesc1j, .tbblkcont1a, .tbblkcont1b, .tbblkcont1c, .tbblkcont1d, .tbblkcont1e, .tbblkcont1f, .tbblkcont1g, .tbblkcont1h, .tbblkcont1i, .tbblkcont1j, .tb0165, .tb0165x, .tbhalf01, .tb025, .tb025-a, .tb025-b, .tb025x, .tb025y, .tb0, .tb0_block, .tb1, .tb1a, .tb1a-10, .tb1a-33, .tb1a-25, .tb1a-25x, .tb1a-25xb, .tb1a-20, .tb1a-25a, .tb1a-25b, .tb1a-25c, .tb2a, .tb2b, .tb3a, .tb3b, .tb4a, .tb4b, .tb5a, .tb5b, .tb2c, .tb2d, .tb3a1, .tb2e, .tb2f, .tbd00x, .tbd00x2, .tbd00x2a, .tbd00x3, .tbd00x4, .tbd00x5, .tbd00x6, .tbd00x6a, .tbd00a, .tbd00b, .tbd00c, .tbd00d, .tbd00d1,  .tbd00e, .tbd00e1, .tbd00e1x, .tbd00e1-a, .tbd00e1-b,  .tbd00f, .tbd00g, .tbd00g1, .tbd00g2, .tbd00g3, .tbd00f1, .tbd00f2, .tbd00h, .tbd00i, .tbd00j, .tbd00h1, .tbd00i1, .tbd00j1, .tbd00h2, .tbd00i2, .tbd00j2, .tbd00fx, .tbd00gx, .tbd00fx3, .tbd00gx3, .tbd00x6a-title, .tbd00x7a { 
	float: left; 
	position: relative; 
	width: 100%; 
	color: #000; 
	background: #ffff99; 
	text-align: left; 
	text-indent: 2px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-serif;
}

.tbblk1, .tbblk2, .tbblk3, .tbblk4, .tbblk4a, .tbblk4b {
	background: #27282d;
	color: #fff;/*c2be9e*/
	border-bottom: 2px solid rgba(255,0,0,0.7);
	font-family: Futura, “Trebuchet MS”, Arial, sans-serif;	
}

.tbblk1 {
	text-align: left;
	color: #fff;	
	font-size: h2;
	padding: 20px 0;
	text-indent: 10px;
}
	
.tbblk2 { 
	font-weight: normal;
	font-size: h2;	
}

.tbblk3 {
	width: 33.3%;
	text-indent: 10px;	
}

.tbblk4, .tbblk4a, .tbblk4b {
	width: 25%;
	text-align: center;
}

.tbblk4a {
	width: 12%;
	
}

.tbblk4b {
	width: 52%;
}

.tbblkdesc1a, .tbblkdesc1b, .tbblkdesc1c, .tbblkdesc1d, .tbblkdesc1e, .tbblkdesc1f, .tbblkdesc1g, .tbblkdesc1h, .tbblkdesc1i, .tbblkdesc1j {
	color: #ffffff;
	background: #0672bd;
	text-align: center;
	padding-top: 3px;
	font: h2;
	font-family: Futura, “Trebuchet MS”, Arial, sans-serif;
}

.tbblkdesc1a { width: 5%;}
.tbblkdesc1b { width: 5%;}
.tbblkdesc1c { width: 5%;}
.tbblkdesc1d { width: 20%;}
.tbblkdesc1e { width: 8%;}
.tbblkdesc1f { width: 13%;}
.tbblkdesc1g { width: 13%;}
.tbblkdesc1h { width: 31%;}      

.tbblkdesc1i { width: 10%; font-size: 11px;}
.tbblkdesc1j { width: 60%; font-size: 11px;}

.tbblkcont1a, .tbblkcont1b, .tbblkcont1c, .tbblkcont1d, .tbblkcont1e, .tbblkcont1f, .tbblkcont1g, .tbblkcont1h, .tbblkcont1i, .tbblkcont1j {
	color: #000000;
	background: none;
	text-align: center;
	margin-top: 3px;
	padding: 3px 0;
	font-size: 12px;
	font-family: Futura, “Trebuchet MS”, Arial, sans-serif;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;	
}

.tbblkcont1a {
	width: 5%; background: #fff8dc; 
}
.tbblkcont1b {
	width: 5%; background: #fff8dc;	
}
.tbblkcont1c {
	width: 5%; background: #fff8dc;	
}
.tbblkcont1d {
	width: 20%; background: #fff8dc;
}
.tbblkcont1e {
	width: 8%; 
	background: #ffffcc; 
	letter-spacing: 1px; 
	font-size: 14px;
	text-shadow: 2px 2px #cccccc;
}
.tbblkcont1f {
	width: 13%; background: #fff8dc;	
}
.tbblkcont1g, .tbblkcont1i {
	width: 13%; background: #fff8dc;	
}
.tbblkcont1h, .tbblkcont1j {
	width: 31%; background: #e0ffff; font-size: 11px;	
}

.tbblkcont1i { width: 10%; background: #fff8dc; font-size: 11px;}
.tbblkcont1j { width: 60%; background: #e0ffff; font-size: 11px;}

.tb0165, .tb0165x {
	background: none;
	text-align: center;
	text-decoration: underline; 
	width: 15.8%;
	height: auto;
	margin: 5px 1px 5px 0;
	padding: 8px 0;
	border: 2px solid rgba(61,61,61,0.5);
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;	
}

.tb0165x {
    font-size:50px; 
    text-align:center;
	height: auto;/*120px*/
	width: 23%;/*was none*/
	text-decoration: none;
	padding-top: 1px;
	text-shadow: 0 3px 1px #cccccc;
	background: #fff;	
}

.tb0165 a, .tb0165x a {
	color: lightblue;
}

.tb0165 a:hover, .tb0165x a:hover {
	color: red;	
}



.tbhalf01 {
	background: #fff;
	color: #000;
	text-align: center;
	text-transform: uppercase;	
	width: 49%;
	height: auto;
	margin: 5px 1px 5px 0;
	padding: 8px 0;
	border: 2px solid rgba(61,61,61,0.5);
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;	
}

.tbhalf01 a {
	color: #990033;
}
.tbhalf01 a:hover {
	color: #4169E1;
	text-decoration: underline;	
}
.tb025, .tb025-a, .tb025-b {
	color: #000000;
	background: #f5f5dc;
	font-size: 18px;
	font-variant: small-caps;
	line-height: 18px;
	overflow: hidden;	
	text-align: justify;
	text-shadow: 0 3px 1px rgba(255,255,255,0.9);	
	font-weight: 400;	
	letter-spacing: -0.5px;
	width: 15%;
	height: 18px;
	margin: 2px 0;
	padding: 10px 0 0;
	border-top: 2px solid rgba(61,61,61,0.5);
	border-bottom: 2px solid rgba(61,61,61,0.5);
	font-family: Futura, “Trebuchet MS”, Arial, sans-serif;	
}

.tb025-a {
	width: 40%;
	text-shadow: 0 3px 1px rgba(0,0,0,0.9);
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px; 
	border-radius: 12px;	
}

.tb025-b {
	width: 30%;
	text-indent: 30px;	
}

.tb025x, .tb025y {
	font-size: 14px;
	font-family: Roboto Condensed, “Trebuchet MS”, Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	line-height: 14px;
	height: 16px;
	background: rgb(125,126,125);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 );
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px; 
	border-radius: 12px;	
	margin: 0 10px 30px 15px; 
	padding: 5px;
	float: none;
	color: #fff; 
	border: 1px solid #ccc; 
	width: 50%;
}

.tb025y {
	width: 90%;
	font-size: 14px;
	font-family: Roboto Condensed, “Trebuchet MS”, Arial, sans-serif;
	font-variant: small-caps;
	text-transform: none;	
	text-align: center;
	line-height: 14px;
	text-shadow: 0 1px 0 #3d3d3d;	
 }

.tb1 {
	margin-top: 5px;
}

.tb1a, .tb1a-10, .tb1a-33, .tb1a-25, .tb1a-25x, .tb1a-25xb, .tb1a-20, .tb1a-25a, .tb1a-25b, .tb1a-25c {
	background: #fff8dc;
	font-weight: normal;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.tb1a {
	margin: 10px 0;
	text-indent: 0;	
	font: h4;
    font-family: Roboto Condensed, “Trebuchet MS”, Arial, sans-serif;
	background: #F0F8FF;
	font-size: 16px;
}

.tb1a a {
	color: #006ebf!important;
	font-weight: 600px;
}

.tb1a a:hover {
	color: #ff0000!important;
	text-decoration: underline;	
}

.tb1a-10, .tb1a-20, .tb1a-33, .tb1a-25, .tb1a-25x, .tb1a-25xb, .tb1a-25a, .tb1a-25b, .tb1a-25c {
	width: 10%;
	text-indent: 10px;
	font-weight: bold;
}

.tb1a-33 {
	width: 33.3%;
}

.tb1a-25x-cover {
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	background: none;	
}

.tb1a-25, .tb1a-25x, .tb1a-25xb {
	width: 24%;/*25%*/
	text-align: center;	
	color: #333333;
	overflow:hidden;
	font-family:Roboto Condensed, “Trebuchet MS”, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	background: none;
}

.tb1a-25x, .tb1a-25xb {
	height: 40px;
	padding: 20px 0;
	margin: 0px;	
}

.tb1a-25xb {
	width: 25%;
	height: 40px;
	background: #b0e0e6;
	border: 1px dotted #333;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	text-shadow: 0px 1px 0px 0px solid #fff;
	font-size: 16px;
}

.tb1a-25xb:hover {
	font: h1;
}	
	
.tb1a-20 {
	width: 20%;
}

.tb1a-25a, .tb1a-25b, .tb1a-25c  {
	background: #99ccff;
	padding: 5px 0;
}

.tb1a-25a, .tb1a-25c {
	width: 12%;
}

.tb1a-25b {
	width: 52%;
	font-size: 14px	
}

.tb1a-25c {
	font-size: 9px;
	font-weight: normal;	
}

.tb0, .tb0_block {
	font-weight: normal;
	font-family: Lucida Sans Typewriter, Lucida Console, monaco, Bitstream Vera Sans Mono, monospace;
	background: rgba(0,0,0,0.9);
	color: white;
	border: 1px solid rgba(255,255,255,0.3);
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	margin: 4px 0;
	padding: 5px 1%;
	width: 100%;
	text-indent: 10px;
	text-align: left;	
	display: block!important;
	float: left;
	position: relative;
}

.tb0 {
	text-indent: 10px;	
}

.tb0 a{
	color: #fff;
	text-decoration: underline;	
}

.tb0 a:hover{
	color: orange;
}

.tbd00a {
	padding: 10px 0;
	margin-top: 15px;
	border-bottom: 1px solid rgba(000,000,000,0.6);
	font: h2;
	text-indent: 10px;	
}

.tbd00a a{
	color: #fff!important;
	text-decoration: underline;	
}

.tbd00a a:hover{
	color: orange;
}

.tbd00a, .tbd00b, .tbd00c, .tbd00d, .tbd00d1,  .tbd00e, .tbd00e1, .tbd00e1x, .tbd00e1-a, .tbd00e1-b {
	text-indent: 5px;
	color: #e6bd27; 
	background: #006ebf;
}

.tbd00b, .tbd00c, .tbd00d, .tbd00d1,  .tbd00e, .tbd00e1, .tbd00e1x, .tbd00e1-a, .tbd00e1-b,  .tbd00f, .tbd00g, .tbd00g1, .tbd00g2, .tbd00f1, .tbd00f2, .tbd00h, .tbd00i, .tbd00j, .tbd00h1, .tbd00i1, .tbd00j1, .tbd00h2, .tbd00i2, .tbd00j2, .tbd00fx, .tbd00gx, .tbd00fx3, .tbd00gx3 {	
	width: 50%;
	border-bottom: 1px solid rgba(0,0,0,0.4);
}

.tbd00d, .tbd00d1, .tbd00e, .tbd00e1, .tbd00e1x, .tbd00e1-a, .tbd00e1-b, .tbd00f, .tbd00g, .tbd00g1, .tbd00g2, .tbd00g3, .tbd00f1, .tbd00f2, .tbd00h, .tbd00i, .tbd00j, .tbd00h1, .tbd00i1, .tbd00j1, .tbd00h2, .tbd00i2, .tbd00j2, .tbd00fx, .tbd00gx, .tbd00fx3, .tbd00gx3 {
	color: #000;
	background: #e6e6fa;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	margin: 3px 0;
	border-top: 2px solid rgba(128,128,128,0.9);
	border-bottom: 2px solid rgba(128,128,128,0.9);	
	padding: 3px 0;
	font-size: 12px;
}

.tbd00d1 {
	text-align: center;
	width: 99%;
	height: 40px/*25px*/;
}

.tbd00e {
	text-decoration: underline;
}

.tbd00e1, .tbd00e1x {
	text-align: center;
	width: 99%;
}

.tbd00e1x {
	margin-bottom: 5px;
	height: 20px;
	width: 99%;
	padding: none;
	background: none;
	float: left;
	border: none;
}

.tbd00e1x2 {
	margin-bottom: 5px;
	height: 70px;
	width: 99%;
	padding: none;
	background: none;
	float: left;
	border: none;
}
	
.tbd00e1-a, .tbd00e1-b {
	text-align: center;
	width: 48.5%;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	border: 2px dotted gray;
}

.tbd00f, .tbd00g, .tbd00g1, .tbd00g2, .tbd00g3, .tbd00f1, .tbd00f2, .tbd00h, .tbd00i, .tbd00j, .tbd00h1, .tbd00i1, .tbd00j1, .tbd00h2, .tbd00i2, .tbd00j2, .tbd00fx, .tbd00gx, .tbd00fx3, .tbd00gx3 {
	background: #99ccff;
	text-indent: 10px;
	font-size: 13px;	
}

.tbd00f, .tbd00f1, .tbd00f2 {
	width: 25%;
}

.tbd00f1, .tbd00f2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-family: Futura, “Trebuchet MS”, Arial, sans-serif;	
	letter-spacing: 3px;
	width: 30%;	
}

.tbd00f2 {
	width: 33%;
}

.tbd00g {
	width: 75%;
}

.tbd00g1 {
	width: 70%;
}

.tbd00g2 {
	width: 35%;
	font-size: 16px;
	text-align: center;
	font-family: Futura, “Trebuchet MS”, Arial, sans-serif;	
	letter-spacing: 3px;	
}

.tbd00g3, .tbd00fx3 {
	width: 33.3%;
	font-size: 16px;
	text-align: center;
	font-family: Futura, “Trebuchet MS”, Arial, sans-serif;	
	letter-spacing: 3px;	
}

.tbd00fx, .tbd00gx, .tbd00fx3, .tbd00gx3, .tbd00fx2, .tbd00gx2 {
	font: h3;
	width: 60%;
	line-height: 1.2em;
	height: 30px;
	padding-top: 10px;
	margin: 5px 0; 
	text-indent: 10px;
	float: left;
	position: relative;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	border-top: 1px solid #3d3d3d;		
	border-bottom: 1px solid #3d3d3d;	
}

.tbd00gx, .tbd00gx2, .tbd00gx3 {
	width: 40%;
	font-size: 20px;
	color: #ff0066;
	background: #fff;
	text-shadow: 0px 1px 0px 0px solid #3d3d3d;
	font-style: italic;
}

.tbd00fx2 {
	background: #99ccff;
    padding: 5px 0;	
}

.tbd00gx2 {
    padding: 5px 0;
}

.tbd00fx {
	width: 30%;	
}

.tbd00gx {
	width: 70%;
	font-size: 12px;
	font-style: normal;
}

.tbd00fx3, .tbd00gx3 {
	width: 35%;
	font: h2!important;
	font-weight: bold!important;
	font-style: normal!important;
	text-shadow: 1px solid rgba(112,128,144,0.8);
	height: 50px;	
	padding-bottom: 10px;
}

.tbd00fx3 {
	letter-spacing: 1px;	
}

.tbd00gx3 {
	width: 65%;	
	background: #fffff0;
}

.tbd00h, .tbd00i, .tbd00j, .tbd00h1, .tbd00i1, .tbd00j1, .tbd00h2, .tbd00i2, .tbd00j2 {
	font: h2;
	font-weight: bold;
	text-align: justify;
	text-indent: 5px;
	letter-spacing: normal;
	line-height: normal;
	width: 44%;
	height: 40px;
	display: block;
	padding: 10px 5px 5px 5px;
	margin: 2px;
	border-bottom: 2px solid rgba(128,128,128,0.7);
	border-top: 2px solid rgba(100,0,0,0.7);
	background: #336699;
	color: #fff;
}

.tbd00h, .tbd00j, .tbd00h1, .tbd00j1, .tbd00h2, .tbd00j2, .tbd00i1 {
	background: #3f3f3f;
	color: #e98800;
	text-align: center;
}

.tbd00h {
	font: h4;	
}

.tbd00i {
	width: 40%;	
}

.tbd00j {
	width: 10%;
}

.tbd00h1, .tbd00h2 {
	font: h4;
	width: 34%;
	text-align: center;	
}

.tbd00i1, .tbd00i2 {
	width: 10%;	
	text-align: center;	
}

.tbd00j1, .tbd00j2 {
	width: 50%;
	text-align: left;
	text-indent: 20px;	
}

.tbd00h1, .tbd00i1, .tbd00j1, .tbd00h2, .tbd00i2, .tbd00j2 {
	height: 30px;
	color: #cedf99;
	padding: 5px 5px 5px 5px;	
}

.tbd00h2, .tbd00i2, .tbd00j2 {
	background: #3f3f3f;
	color: #cc9393;	
}

.tbd00x {
	width: 100%;
	float: left;
	position: relative;
	margin: 5px 2px;
	background: none;
}

.tbd00x1 {
	width: 99%;
	float: left;
	position: relative;
	margin: 5px 2px;
	background: rgb(125,126,125);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 );
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px; 
	border-radius: 12px;
	border: 1px solid rgba(112,128,144,0.8);
}

.tbd00x2, .tbd00x2a {
	width: 100%;
	float: left;
	position: relative;
	margin: 1px 0;
	padding: 10px;
	background: #fff;	
}

.tbd00x2a {
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	margin: 10px 0 10px 0;	
}

.tbd00x2 a {
	color: #1e90ff;
	text-decoration: underline;		
}

.tbd00x2 a:hover {
	color: #4169E1;
	font-weight: bold;
}
 
.tbd00x3 {
	width: 49.5%;
	float: left;
	position: relative;
	margin: 1px 1px;
	background: none;
}

.tbd00x4 {
	width: 48%;
	float: left;
	position: relative;
	margin: 1px 4px;
	background: none;
	border-right: 1px solid #cccccc;	border-left: 1px solid #cccccc;
}

.tbd00x5 {
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
	background: none;	
}

.tbd00x5 a { 
	color: #fff;
	text-decoration: underline;		
}

.tbd00x5 a:hover { 
	color: yellow;
}

.tbd00x6, .tbd00x6a, .tbd00x6a-title, .tbd00x7a {
	width: 31.5%;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	border: 2px solid #cccccc;
	padding: 8px 2px;
	margin: 10px 3px 10px 0;	
	float: left;
	position: relative;
	background: none;
	text-align: center;
	font-size: 16px;	
	text-shadow: 1px solid rgba(112,128,144,0.8);	
}
.tbd00x6a, .tbd00x6a-title, .tbd00x7a {
	width: 32.5%;	
	padding: 8px 0 8px 0;
	margin: 1px 0 8px 0;
	font-family: Futura, “Trebuchet MS”, Arial, sans-serif;	
	font-size: 14px;
	text-align: left;
	text-indent: 5px;
	border: 3px solid #666666;
	background: #3d3d3d;
	background: -moz-linear-gradient(275deg, #FFFFFF, #FFFFFF, #FFFFFF, #CCCCCC);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#CCCCCC));
	background: -webkit-linear-gradient(275deg, #FFFFFF, #FFFFFF, #FFFFFF, #CCCCCC);
	background: -ms-linear-gradient(275deg, #FFFFFF, #FFFFFF, #FFFFFF, #CCCCCC);
	background: -o-linear-gradient(275deg, #FFFFFF, #FFFFFF, #FFFFFF, #CCCCCC);	
}

.tbd00x7a {
	width: 48.5%;
	margin: 1px 2px 5px 0px;
	padding: 2px 2px 2px 2px;
	height: 200px;
	font: h1;
	text-align: center;
	text-indent: 0px;
	overflow: hidden;
}

.tbd00x6a a, .tbd00x7a a {
	color:#990033;
	font-weight: bold;	
}

.tbd00x6a a:hover, .tbd00x7a a:hover {
	color: #4169E1;
	text-decoration: underline;		
}

.tbd00x6a-title {
	padding: 2px 0 2px 0;	
	margin: 10px 3px 0 0;	
	background: none;
	border: none;	
	width: 99%;
	color: #990033;
	font: h1;
}

.tbd00x6a-title a {
	color: #990033;
	font-weight: bold;
}

.tbd00x6a-title a:hover {
	color: orange;
	text-decoration: underline;
}

.tb1 {
	margin-top: 10px;
}

.tb2a, .tb2b, .tb2c, .tb2d, .tb2e, .tb2f { 
	width: 40%; 
	background: #fff8dc; 
	text-indent: 10px;
}

.tb2b {
	width: 60%;
}

.tb2c {
	width: 60%;
}

.tb2e, .tb2f {
	text-indent: 10px;
	font-weight: normal;
	background: #fff8dc;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-bottom: 2px solid #ccc;	
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;	
}

.tb2e {
	width: 70%;
} 

.tb2f {
	width: 30%;
}

.tb3a, .tb3b, .tb3a1 { 
	width: 40%; 
	background: #FFFFFF;
	font-weight: normal;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	margin: 5px 0 0;
	text-indent: 10px;
	height: 50px;
	line-height: 0.9em;
	padding: 10px 0 0;
}

.tb3a {
	font-weight: bold;
	text-align: center;
}

.tb3a1 {
	font-size: 11px;
}

.tb3b {
	width: 60%;
	background: #FFFAFA;
}

.tb4a, .tb4b { 
	background: #fff;
	font-weight: normal;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	margin-top: 1px;	
}

.tb4a { 
	width: 40%;
}

.tb4b { 
	width: 60%;
	font-size: 12px;	
}

.tb5a, .tb5b { 
	background: #fff;
	font-weight: normal;
	font-size: 11px;	
	border-bottom: 1px solid rgba(0,0,0,0.2);
	margin-top: 1px;	
}

.tb5a { 
	width: 40%;
}

.tb5b { 
	width: 60%;	
}

.auther {
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	text-indent: 5px;
	color: #000;
	background: #fff;
	float: left;
	position: relative;
	border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	margin: 20px 0 10px 0;
}

.p0stl, .p0str, .p0stm, .p0stn {
	font-family: Arial, Helvetica, Sans-serif;
	font: h3;
	font-weight: 200;
	text-align: left;
	float: left;
	position: relative;
	margin: 0 2px 0 5px;
	line-height: 1.5;
	letter-spacing: 1px;
}

.p0stn {
	font: h1;
	font-weight: normal;
	letter-spacing: normal;
}

.p0str a, .p0stl a, .p0stm a, .p0stn a  {
	color: #03A9F4;	
	text-decoration: underline;	
}

.p0str a:hover, .p0stl a:hover, .p0stm a:hover, .p0stn a:hover {
	color: red;
	text-decoration: underline;
	font-weight: bold;		
}

.p0stl {
	margin-top: 30px;
	font-size: 12px;
	line-height: 1;
	border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	padding: 10px 0;
	display: list-item;
	width: 100%;	
}

.p0str {
	float: left;
	position: relative;
	margin: 0 5px 0 5px;
	width: 48%;
	color: #333;
}

.p0stm {
	float: left;
	position: relative;
	margin: 5px 5px 10px 5px;
	width: 100%;
	font-family: Roboto, Arial, Helvetica, Sans-serif;
	font-size: 16px;
	color: #333;
}

.p0stn {
	float: center;
	text-align: center;
	position: relative;
	margin: 5px 0 10px 0;
	padding: 0 5px;
	width: 98%;
}

.p0st-cont, .p0st-cont_56, .p0st-cont_38 {
	float: left;
	position: relative;	
	margin: 0;
	width: 100%;
	height: auto;
	background: #fff;	
}

.p0st-cont2 {
	width: 95%;
	max-width: 95%;
	margin-right: 10px;
	text-align: center;
}

.p0st-cont_56, .p0st-cont_38 {
	float:left;
	position:relative;
	margin-right:10px;	
}

.p0st-cont_56 {
	width: 56%;	
}
	
.p0st-cont_38 {
	width: 38%;	
}

.p0st-cont-title, .p0st-cont-titler {
	font: h2;
	font-family: Arial,Helvetica,sans-serif;
	font-family: Roboto Condensed, “Trebuchet MS”, Arial, sans-serif;	
	line-height: 1.7em;
	letter-spacing: -0.6px;
	font-size: 16px;	
	margin-bottom: 5px;
	color: #fff;
	text-shadow: 0.1em 0.1em 0.2em #3d3d3d;	
	background: #54595f;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	border-bottom: 1px solid lightblue;
	padding: 5px 2px;
}
.p0st-cont-title a {
	color: #fff;
	font-weight: 400;
}

.p0st-cont-title a:hover {
	color: #cccccc;
	text-decoration: underline;	
	font-weight: 600;
}
.p0st-cont-titler {
	background: #ffffff;
	color: #000;
	padding: 0 2px;
	text-shadow: none;	
}

.crumbs_1, .crumbs_2credit, .crumbs_3, .crumbs_56, .crumbs_38, .crumbs_quote, .crumbs_4, .crumbs_quote56, .crumbs_quote38 {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	border: 1px solid rgba(112,128,144,0.8);	
	width: 100%;
	float: left;
	position: relative;
	margin: 1px 1px;
	background: none;
	font-weight: normal;
	color: #000;
	padding: 5px 0 ;	
}

.crumbs_56, .crumbs_38, .crumbs_quote, .crumbs_4, .crumbs_quote56, .crumbs_quote38 {
	font-size:14px;
	font-family:Arial,Helvetica,sans-serif;
	float:left;
	position:relative;
	height:auto;
	padding-left:5px;
}

.crumbs_56, .crumbs_quote56 {
	margin-left: 10px;
	width: 56%;	
}
	
.crumbs_38, .crumbs_quote38 {
	width: 38%;
	margin-right: 5px;	
}

.crumbs_quote38 {
	margin-right: 0;	
}

.crumbs_quote, .crumbs_quote56, .crumbs_quote38 {
	font-size:30px;	
}

.crumbs_2credit {
	text-align:center;
	border:none;
	color: #778899;	
}	

.crumbs_3 {
	padding: 0;
	width: 100%;
	color: #778899;
	background: #fff;
	font-size: 12px;
	font-family: Roboto Condensed, “Trebuchet MS”, Arial, sans-serif;
	font-style: normal;
	text-align: justify;
    text-justify: inter-word;
}

.crumbs_1 a, .crumbs_2credit a, .crumbs_3 a, .crumbs_56 a, .crumbs_38 a, .crumbs_quote a, .crumbs_4 a, .crumbs_quote56 a, .crumbs_quote38 a {
	color: #1E90FF!important;
}

.crumbs_1 a:hover, .crumbs_2credit a:hover, .crumbs_3 a:hover, .crumbs_56 a:hover, .crumbs_38 a:hover, .crumbs_quote a:hover, .crumbs_4 a:hover, .crumbs_quote56 a:hover, .crumbs_quote38 a:hover {
	color: #FF0000!important;
}

.lcp_catlist, .lcp_catlist a {
	font: 14px bold Arial, Helvetica, Sans-serif;
	text-shadow: 0 1px 0 #ccc;
	text-indent: 5px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	color: #1e90ff;
	margin: 5px 0;
	padding: 5px 0;
	width: 100%;
	overflow: hidden;	
}

.lcp_catlist a {
	margin-bottom: 10px;
	overflow: hidden;
}

.lcp_catlist a:hover {	
	color: #4169E1;
	text-decoration: underline;	
}

.lcp_catlist li:before, .lcp_catlist li:after { 
	content: none;	
}

/*Ultimate Posts*/
.upw-image {
	float: left;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 95%;
	padding: 5px 15px;
	margin: 0;	
}

/*Disqus*/
.textarea-wrapper--top-level {
	background: #fff!important;
	padding: 5px;
}

.fb-comments, .fb_iframe_widget, .fb_iframe_widget_fluid_desktop {
	background: #fff;
	padding: 5px;
}

.entry-meta-category-tag {
	background: #fff;
	padding: 5px;
}
/* todo: style for list category posts plugin*/
#content ul.lcp_catlist {
	padding:0px 0px 0px 0px; /*works*/
	margin-bottom: 10px;	
}
#content ul.lcp_catlist li {
	list-style-type:none; /*doesn't work*/
	margin-bottom: 3px;		
}

#content article ul, #content article ul {
	padding:0px 0px 0px 25px;
}
#content article ul li, #content article ul li {
	/*padding:0px 0px 20px 0px;*/
	font-size: 14px;
	/*line-height:23px;*/
	list-style: square !important;	
}

.google-ad-content2 {
	height: 120px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	background: -moz-linear-gradient(275deg, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, #c0cbdd);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#c0cbdd));
	background: -webkit-linear-gradient(275deg, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, #c0cbdd);
	background: -ms-linear-gradient(275deg, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, #c0cbdd);
	background: -o-linear-gradient(275deg, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, #c0cbdd);	
	border: 3px solid #F5FFFA;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; 
	position: relative; 
	overflow: hidden;
	padding: 10px 5px 10px 5px;
	font-size: 16px;
	font-family: Arial, Helvetica, Sans-serif;
	margin: 0 1px 5px 0;
	padding: 10px 0 0 0;	
	width: 100%;	
}

.title-big, .title-med {
	font-size: 80px;
	line-height: 80px;
	letter-spacing: -0.2px;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
	text-indent: 5px;
	font-weight:300;
	color: /* #3d3d3d */#fff;
	background: #cc0001;	
	width: 100%;
	height: auto;
	opacity: .7;
	float: left;
	position: relative;
	-moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;	
}

.title-med {
	font-size: 30px;
	line-height: 30px;
	color: #ff0000; 
	margin-bottom: 20px;
	background: none;	
}
.title-big:hover {
	font-weight:600;
	opacity: 1;	
}

.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/* todo: style for list category posts plugin*/
#content ul.lcp_catlist {
	padding:0px 0px 0px 0px; /*works*/
	margin-bottom: 10px;	
}
#content ul.lcp_catlist li {
	list-style-type:none; /*doesn't work*/
	margin-bottom: 3px;		
}

#content article ul, #content article ul {
	padding:0px 0px 0px 25px;
}
#content article ul li, #content article ul li {
	/*padding:0px 0px 20px 0px;*/
	font-size: 14px;
	/*line-height:23px;*/
	list-style: square !important;	
}

.lcp_catlist, .lcp_catlist a {
	font: 16px bold Arial, Helvetica, Sans-serif;
	text-shadow: 0 1px 0 #ccc;
	text-indent: 5px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	color: #000000/*#1e90ff*/;
	margin: 5px 0;
	padding: 5px 0;
	width: 100%;
	overflow: hidden;	
}

.lcp_catlist a {
	margin-bottom: 10px;
	overflow: hidden;
	color:#1e90ff;
}

.lcp_catlist a:hover {	
	color: #ff0000/*#4169E1*/;
	text-decoration: underline;	
}

.lcp_catlist li:before, .lcp_catlist li:after { 
	content: none;	
}

.data-disqus-url {
	background: red;
}

img.nelioefi {
  min-width: 100px;
  min-height: 100px;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
}

.nelioefi {
  min-width: 100px;
  min-height: 100px;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
}

/*
Woo
*/

/* Woo Hide SKU */
.sku_wrapper {
	display:none!important;
}


 
/* Woo Style each Thumbnail with width and margins */

.woocommerce div.product div.images .flex-control-thumbs li {
	float: left;
    position: relative;
    margin: 0;
    padding: 0;	
	padding-top: 50px;
	padding-left: 20px;
    list-style: none;
	width: auto;	
}
 
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 90%;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: 90%;
    float: left;
}
 
.countdown-timer-wrapper {
	margin-left: 50px;
}


/*Elementor Elements*/
.elementor-post__title, .elementor-post__title a {
	font-family: Roboto Condensed, Helvetica, Sans-serif!important;
	font-size: 18px;
	font-weight: 600px;
	text-shadow: none;
	color: #ff0000;
}

.elementor-widget-posts {
    grid-row-gap: 5px;
    row-gap: 0;
}

.elementor-post {
    grid-row-gap: 5px;
    row-gap: 0;
}

.elementor-post__card {
    height: 300px;
    min-height: 300px;
}

.elementor-post__excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
}

.elementor-background-header-overlay {
    background-image: url(/terablitz_media_01/terablitz_structure-light-led-movement-158826.jpeg)!important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-background-footer-overlay {
    background-image: url(/terablitz_media_01/terablitz_pexels-photo-841228.jpeg)!important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;  
}

.elementor-header-row {
    width: 100%!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    background-color: transparent!important;
    background-image: radial-gradient(at center center, #F62326 0%, #421616 66%)!important;
    opacity: .92!important;
    padding-top: 10px;
}

.elementor-header-title1, .elementor-header-title2 {
    color: #fff!important;
}

.elementor-header-title1 a {
    color: #fff!important;
    font-size: 82px;
    text-transform: uppercase;
    margin: 0;
    text-decoration: none;
    font-weight:bold;
    line-height:normal;
    letter-spacing: -1px;
    font-family: "Oswald", Sans-serif;
    text-shadow: 12px 2px 10px rgba(0,0,0,0.3);    
}

.elementor-footer-title {
    color: #fff!important;
    font-size: 14px;
    margin: 0;
    text-decoration: none;
    line-height:normal;
    font-family: "Oswald", Sans-serif;    
}

.elementor-footer-title a {
    color: #fff!important;
}

.elementor-footer-title-urls {
    color: #fff!important;
    text-align: center;
    font-size: 14px;
    margin: 0;
    text-decoration: none;
    line-height:normal;
    font-family: "Oswald", Sans-serif;    
}

.elementor-footer-title-urls a {
    color: #fff!important;
}

.elementor-header-title1 a:visited, .elementor-header-title1 a:hover, .elementor-header-title1 a:active {
    color: #fff!important;    
}

.elementor-header-title2 a, .elementor-header-title2 a:visited, .elementor-header-title2 a:hover, .elementor-header-title2 a:active {
    color: #fff!important;
    font-size: 22px;
    text-decoration: none;
    font-weight:bold;
    line-height:normal;
    letter-spacing: -0.7px;
    font-family: "Roboto Condensed", Sans-serif;
    text-shadow: 10px 4px 10px rgba(0,0,0,0.3);    
}

.cxx {
    background: #272a2f;
    padding: 15px;
}

.display-posts-listing {
    list-style: square!important;
    margin-left: 0;
    font-weight: 400;
    font-size: h3;    
}

.display-posts-listing a {
    color: #dc143c!important;
}

.entry-footer, .nav-links {
    margin: 20px;
}

.nav-links {
    font-size: 16px;
    text-decoration: none;
    font-weight:bold;
    line-height:normal;
    font-family: "Roboto Condensed", Sans-serif;
    color: #54595f;     
}

.cat-links, .tags-links {
    font-size: 16px;
    text-decoration: none;
    font-weight:bold;
    line-height:normal;
    font-family: "Roboto Condensed", Sans-serif;
    color: #54595f; 
}

.cat-links a, .tags-links a {
    color: #e50000;     
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-content {
    margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Half HD ----------- */
@media only screen and (max-width: 1365px) {

}   


/* Half HD ----------- */
@media only screen and (max-width: 1025px) {

}


/* Tablets ----------- */

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

}


/* Mobile Phones ----------- */

@media only screen and (max-width: 480px) {
.p0str { 
		width: 100%;
        font-family: Roboto Condensed, “Trebuchet MS”, Arial, sans-serif;
        color: #000;
        padding-left: 10px;
        padding-right: 10px;        
	}

.elementor-header-title2 a {
        font-size: 15px;
    }
    
.elementor-header-title1 a {
        font-size: 50px;    
    }    
	
.elementor-widget-container-headerlogoimage { 
		padding-top: 30px;
	}
	
.main-navigation {
        padding-left: 170px;
        background: #e6e6e6;
    }	
	
.nav-menu li { 
		width: 100%;
		padding: 0;
		margin: 0;
	}	
}
