/*
Theme Name: Infra Premium Theme
Theme URI: http://infra.orange-themes.com/
Description: Infra Premium Wordpress Theme
Author: Orange Themes
Author URI: http://www.orange-themes.com/
Version: 1.0.0
Tags:
License: GNU General Public License
License URI: README_License.txt
*/

/** Wordpress default clases */

/* calendar widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	text-align: right;
	color: #474747;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#wp-calendar thead {
	font-size: 10px;
}
#wp-calendar thead th {
	padding-bottom: 10px; text-align: center;
}
#wp-calendar tbody {
	color: #676767;
}
footer #wp-calendar tbody {
	color: #D8D8D8;
}
#wp-calendar tbody td {
	background-color: #f5f5f5; 
	border: 1px solid; 
	border-color: #fff; 
	text-align: center; 
	padding:8px;
}

footer #wp-calendar tbody td {
	background-color: #585858;
	border: 1px solid;
	border-color: #656565;
}

#wp-calendar tbody td:hover {
	background: #B80000;
	cursor: pointer;
	color: #fff;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	font-size: 10px; text-transform: uppercase; text-align: right;
}
#wp-calendar tfoot #prev {
	font-size: 10px; text-transform: uppercase; padding-top: 10px;
}
.ot-dark #wp-calendar tbody td {
	background-color: #191919;
	border-color: #232323;
}
.ot-dark #wp-calendar tbody {
	color: #797979;
}
.ot-dark #wp-calendar thead th {
	color: #797979;
}

/* sidebar widgets tag cloud */
.widget_ot_tags .tag_item {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 12px !important;
	font-weight: 500;
	letter-spacing: 0.6px;
	background-color: #FFFFFF;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	margin: 4px 7px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.ot-dark .widget_ot_tags .tag_item {
	background-color: #494949;
}

.widget_ot_tags .tag_item a {
	color: #585858;
	text-transform: uppercase;
	padding: 5px 0px 5px 10px;
	display: inline-block;
}

.widget_ot_tags .tag_item span {
	background-color: #34495e;
	border-radius: 3px;
	padding: 4px 8px;
	font-size: 10px;
	color: #fff;
	font-weight: 500;
	bottom: 5px;
	right: -9px;
	position: relative;
}

.ot-dark .widget_ot_tags .tag_item span {
	background-color: #3F4C73;
}

.widget_ot_tags .tag_item:hover {
	background: #B80000;
	color: #fff;
}

.widget_ot_tags .tag_item:hover a {
	color: #fff;
}

.widget_search label {
	width: 24%;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.widget_search input {
	width: 50%;
	border: 1px solid;
	border-color: #dfdfdf;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 6px 8px;
	background: #fff;
	color: #4A4A4A;
}

footer .widget_search input {
	color: #D8D8D8;
	background: #585858;
	border-color: #656565;
}

.widget_search input[type=submit] {
	width: 23%;
	border: 1px solid;
	border-color: #DBDBDB;
	background-color: #CECECE;
   	font-weight: 800;
	font-size: 11px;
	text-transform: uppercase;
}

footer .widget_search input[type=submit] {
	border-color: #424242;
	background-color: #383838;
}

.widget_tag_cloud .tagcloud a {
	border: 1px solid;
	border-color: #DEDEDE;
	margin: 2px 0px;
	padding: 3px 6px;
	display: inline-block;
	font-weight: 300;
	background-color: #EAEAEA;
	color: #494950;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

footer .widget_tag_cloud .tagcloud a {
	border-color: #4C4C4C;
	background-color: #3A3A3A;
	color: #989898;
}

.widget_tag_cloud .tagcloud a:hover {
	border-color: #B80000;
	background-color: #B80000;
	color: #fff;
}

/* sidebar widgets select styling */
.widget-container select {
	width: 100%;
	color: #676767;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 800;
	padding: 10px;
	background: #fff;
	border: 1px solid #DFDFDF;
}

footer .widget-container select {
	color: #D8D8D8;
	background: #585858;
	border: 1px solid #656565;
}

/* sidebar widgets ul,li styling */
.widget-container ul, ol {
	padding-left: 20px;
}

.widget-container li {
	padding-left: 1.2em;
	list-style: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.3px;
	padding: 4px 0px;
}

.widget-container li a {
	color: #303030;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

.ot-dark .widget-container li a {
	color: #E0E0E0;
}

.widget-container li a:hover {
	color: #BF382B;
}

.widget-container li:before {
	content: '\f0da'; /* FontAwesome char code inside the '' */
	font-family: FontAwesome; /* FontAwesome or whatever */
	display: inline-block;
	color: #FFC000;
	width: 1.2em; /* same as padding-left set on li */
/*	margin-left: -1.2em; /* same as padding-left set on li */
}

.widget_categories li {
	padding-left: 1.2em;
	list-style: none;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.6px;
	padding: 4px 0px;
	color: #A5A5A5;
}

.widget_categories li:before {
	content: '\f115';
	font-family: FontAwesome;
	display: inline-block;
	color: #FFC000;
	font-weight: 500;
	font-size: 12px;
	width: 1.8em;
	margin-left: -1.2em;
}

.widget_categories li a {
	color: #303030;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 0.3px;
}

.widget_archive li {
	padding-left: 1.2em;
	list-style: none;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.6px;
	padding: 4px 0px;
	color: #A5A5A5;
}

.widget_archive li:before {
	content: '\f0da';
	font-family: FontAwesome;
	display: inline-block;
	color: #FFC000;
	font-weight: 500;
	font-size: 12px;
	width: 1.2em;
	margin-left: -1.2em;
}

.widget_archive li a {
	color: #303030;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 0.3px;
}

.widget_pages li {
	font-size: 12px;
	font-weight: 300;	
}

.widget_pages li:before {
	content: '\f0c5';
	color: #FFC000;
	width: 1.8em;
}

.widget_pages li a {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 0.3px;	
}

.widget-container p {
	font-size: 14px;
}

.logged-in-as {
	margin-left: 15px;
	font-weight: 800;
	text-transform: uppercase;
	color: #424242;
}

.logged-in-as a {
	color: #909090;
}

footer .widget-container p {
	font-size: 14px;
}

footer .widget-container li a {
	color: #D8D8D8;
}

footer .widget-container li a:hover {
	color: #BF382B;
}

footer .widget-container li:before {
	color: #D8D8D8;
}

.no-image .post-image {
	background: none;
}

.no-image .post-title {
	position: relative;
	margin: 0;
	padding: 0;
	bottom: 0;
}

.no-image .post-body {
	margin: 0;
	padding: 0;
}

.no-image .post-image .post-cat2 {
	margin-left: 0;
}

.no-image .list-post-body {
	margin: 0;
	padding: 0px 25px 0px 0px;
	float: left;
}

.no-image .list-post-container {
	background: none;
	width: auto;
	float: left;
	margin-bottom: 10px;
}

.no-image .list-post-container .post-cat2 {
	position: relative;
	bottom: 0;
	left: 0;
}

.no-image .article-body  {
	position: initial !important;
}

.no-image .article-body h2 {
	padding: 0px;
}

.no-image .article-body .post-meta {
    margin: 0 0 10px 0px;
}

.no-image .article-body .post-meta span {
    padding: 0 8px 0 0;
}

.no-image .ot-featured-title {
	position: initial;
	padding: 5px 0 0;
}

.no-image .ot-featured-title h2 {
	color: #1f1f1f;
}

.no-image .wide-article-container .article-heading {
	float: initial;
	text-align: left;
}
.no-image .wide-article-container .main-heading {
	position: initial;	
}

.no-image .wide-article-container .post-meta {
	position: initial;	
}

.ot-dark .no-image .ot-featured-title h2 {
	color: #E0E0E0;
}

.post.sticky {
	background: none !important;
	padding: 0 0 35px !important;
	border-bottom: 2px solid #FFC000;
}

.col-md-4 .ot-module .col-md-4 {
	float: none;
	width: 100%;
}

.col-md-4 .ot-module .col-md-6 {
	float: none;
	width: 100%;
}

.col-md-4 .ot-module .col-md-3 {
	float: none;
	width: 100%;
}

.col-md-4 .ot-module .slider .col-md-12 figcaption {
	bottom: 15px;
	margin: 0 30px 0px 0;
	padding: 10px 15px;
}

.col-md-4 .ot-module .slider .col-md-12 figcaption h2 {
	font-size: 14px;
	line-height: 20px;
}

.col-md-4 .ot-module .slider .col-md-12 .post-meta {
	font-size: 10px;
}

.col-md-6 .ot-module .slider .col-md-12 figcaption {
	bottom: 15px;
	margin: 0 30px 0px 0;
	padding: 10px 15px;
}

.col-md-6 .ot-module .slider .col-md-12 figcaption h2 {
	font-size: 14px;
	line-height: 20px;
}

.col-md-6 .ot-module .slider .col-md-12 .post-meta {
	font-size: 10px;
}

/*---- col-md-6 grid-large ----*/
.col-md-6 .block-1 .grid-large .review {
	width: 65px;
	height: 65px;	
}

.col-md-6 .block-1 .grid-large .review .score {
	font-size: 24px;	
}

.col-md-6 .block-1 .grid-large .review .percent {
	font-size: 13px;
}

.col-md-6 .block-1 .grid-large .post-title h2 {
	font-size: 13px;
	line-height: 18px;	
}

.col-md-6 .block-1 .grid-large .post-title {
	margin: 0px;
}

.col-md-6 .block-1 .grid-large .post-title p {
	line-height: 17px;
	font-weight: 700;
	padding: 15px 20px 15px 20px;	
}

.col-md-6 .block-4 .ot-slider-b .post-cat2 span {
	padding: 3px 7px;	
}

.col-md-6 .block-4 .ot-slider-b figcaption {
	padding: 5px 9px;
	bottom: 0px;
}

.col-md-6 .block-4 .ot-slider-b figcaption h2 {
	font-size: 11px;
	line-height: 16px;
}

.col-md-6 .block-5 figcaption {
	padding: 5px 9px;
	bottom: 0px;
}

/*---- col-md-8 ----*/
.col-md-8 .block-1 .grid-large .review {
	width: 65px;
	height: 65px;	
}

.col-md-8 .block-1 .grid-large .review .score {
	font-size: 24px;	
}

.col-md-8 .block-1 .grid-large .review .percent {
	font-size: 13px;
}

.col-md-8 .block-1 .grid-large .post-title h2 {
	font-size: 13px;
	line-height: 18px;	
}

.col-md-8 .block-1 .grid-large .post-title {
	margin: 0px;
}

.col-md-8 .block-1 .grid-large .post-title p {
	line-height: 17px;
	font-weight: 700;
	padding: 15px 20px 15px 20px;	
}