/*
Theme Name: Insider Secrets
Theme URI: https://insidersecrets.com
Author: Insider Secrets
Author URI: https://insidersecrets.com
Description: Theme
Template: mts_best
Version: 1.0.1
Text Domain: is
*/
@import url("../mts_best/style.css");

#header h1, #header h2 {
	float: none;
}

.logo-wrap {
	float: none;
	width: 100%;
	text-align: center;
}

.main-header .container {
	background: transparent;
}

.header-inner {
	width: 100%;
	height: 100%;
	display: table;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 8px;
}

.featured-section-title {
	display: none;
}

.breadcrumb div:nth-child(5n) {
	display: none;
}

.breadcrumb div:last-child {
	display: none;
}

.single_post header {
	padding-top: 0;
	margin-bottom: 0;
}

.sidebar .post-data .post-title a {
	font-size: 12px;
	color: #C70000;
	font-weight: 100;
}

/* .post-excerpt {
	display: none;
} */

.post-excerpt {
	font-size: 16px;
	margin-top: 2px;
}

.readMore {
	display:none;
	color: #000000;
	font-size: 14px;
	float: right;
	padding-top:0px;
	margin-top:0px;
}

.post-info {
	padding-top:0px;
	margin-top:0px;
}

.thetime, .theauthor, .theauthor a {
	color: #C70000;
	padding-top:0px;
	margin-top:0px;
}

.post-box {
	padding-bottom:10px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-color:#EEB2B2;
}

.main-container li:not(:last-child) {
	margin-bottom: 15px;
}

.post-single-featured-image-caption {
	width: 100%;
	text-align: right;
	font-style: italic;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.post-single-featured-image img {
	margin-bottom: 0;
}

.space-between-image-and-article {
	height: 15px;
	clear: both;
}

.secondary-navigation a {
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 8px 17px;
}

#navigation ul {
	text-align: center;
	float: none;
}

#navigation ul li {
	display: inline-block;
	float: none;
}

#navigation ul {
	margin: 0 auto;
}

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

.secondary-navigation #navigation ul li:last-child {
	border-right: 0 none;
}

.post-single-featured-image img {
	border-bottom: 5px solid #c70000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

@media only screen and (max-width:800px) {
	#logo {
		display: none;
	}
	
	#logo-small {
		display: block;
	}
}

@media only screen and (min-width:801px) {
	#logo {
		display: block;
	}
	
	#logo-small {
		display: none;
	}
}

@media only screen and (max-width:1124px) {
	.secondary-navigation a {
		padding: 8px 10px;
	}
}

.ts-fab-content, .ts-fab-latest {
	font-size: 14px;
}

.tooltipster-default {
	background: #000000 !important;
	border: #000000 !important;
	margin-top: 10px;
}

#fca_eoi_form_1104 {
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
}

.latestPost .post-img {
	/* border-bottom: 3px solid #c70000; */
	border: 1px solid #000;
    	width: 200px;
}

.post-img {
	border: 1px solid #000;
}

.slidertitle {
	font-size: 1.2em;
	line-height: 1.3em;
	text-transform: none;
}

.slider-container img {
	border: 1px solid #000;
}

.main-container {
    width: 1024px;
    margin: 0 auto;
    clear: both;
    display: block;
    padding: 0;
}
#page, .container {
    width: 1024x;
    min-width: 240px;
}

.article {
    width: 67%;
    float: left;
    margin-bottom: 10px;
    padding: 0;
}

.sidebar.c-4-12 {
  width: 33%;
}

.horizontal-small {
	border-style:none;
}

.copyrights a {
	color: #C70000;
}

.bypostauthor .fn {
    padding-left: 100px;
}