/*
Theme Name: Strapter
Theme URI: http://strapter.com
Author: Strapter Team
Author URI: http://strapter.com
Text Domain: strapter
*/

body {
  padding-top: 50px;
}

h1,.h1  {
  font-size: 22px;
}
h2,.h2  {
  font-size: 20px;
}
h3,.h3  {
  font-size: 18px;
}
h4,.h4  {
  font-size: 16px;
}
h5,.h5  {
  font-size: 15px;
}
h6,.h6  {
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin:0 0 0.5em;
	font-weight:bold
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background: rgba(0, 0, 0, 0.15);
}

/*
responsive ratio 
*/

.ratio {
	height: 0;
	position: relative;
}

.ratio-16-9 {
	padding-bottom: 56.25%;
}

.ratio-4-3 {
	padding-bottom: 75%;
}
.ratio-1-1 {
	padding-bottom: 100%;
}

.ratio > div,
.ratio > iframe {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
}


.navbar-brand.site-logo {
	padding:5px 0
}
 
.page-header {
	margin-top:0
}
.post-item {
	padding:0 0 10px;
	border-bottom:1px solid #eee;
	margin-bottom:2em;
	line-height:1.7;
}
.post-item img {
	max-width:100%;
	height:auto
}
.post-item figure {
	margin:0 auto 10px;
}
.post-item figure figcaption {
	margin-top:5px;
	line-height:1.4;
	font-size:0.9em;
}
.single .post-item .post-title {
	font-size:24px;
}
.post-item .post-text h2, 
.post-item .post-text h3, 
.post-item .post-text h4{
	margin-top:1.5em;
	text-align:left;
}
.post-title a {
/*	color:#000;*/
	text-decoration:none
}

.post-meta {
	font-size:0.9em
}
.post-meta .meta-category {
	text-transform:uppercase;
	font-weight:bold
}

.post-meta.before-title {
	margin-bottom:3px
}
.meta-after-title .post-title {
	margin-bottom:2px
}
.image_left.meta-after-title.show-excerpt .post-meta {
	margin-bottom:5px
}

/** sidebar **/
.panel-body .list-group-item {
	border-left:none;
	border-right:none;
	border-bottom:none;
}
.sidebar .panel-body {
	padding:0;
	margin-right:2px
}
.list-items .list-item img{
	max-width:100%
}

.list-item-wrap {
	position:relative;
}
.list-item-title-tooltip a {
	display:block;
}

.drow {
	margin-left:-5px;
	margin-right:-5px
}
.drow:before {
	content: " ";
    display: table;
}
.drow:after{
	clear:both
}
.dcol-1 {
	width:100%;
	float:none
}
.dcol-2,.dcol-3,.dcol-4,.dcol-5 {
	float:left;
	padding:5px;
}
.dcol-2 {
	width:50%;
}
.dcol-3 {
	width:33.33333333%;
}

.dcol-4 {
	width:25%;
}

.dcol-5 {
	width:20%;
}



.sidebar-name {
	 display:none;
}


.widget-title {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:0;
	margin-bottom:5px
}

.widget {
	margin-bottom:1em
}
.widget ul {
	margin-left:1.1em;
	padding:0
}
.widget ul li {
	margin:0
}

/*breadcrumb */
.breadcrumb.breadcrumb-container {
	padding:0;
}
.breadcrumb-container .breadcrumb {
	margin:0;
	padding-left:0
}

/* slide */
.widget_strapter_slideshow {
	position:relative;
}
.main-slide .widget-title {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	padding:5px 10px;
	color:#fff
}
.widget_strapter_slideshow .slide-item {
	/* height:300px; */
	position:relative;
}

.widget_strapter_slideshow .slide-item img {
	/* max-height:300px; */
	width:100%
}

.widget_strapter_slideshow.title-bottom-overlay .post-title {
	position:absolute;
	bottom:0;
	z-index:10;
	left:0;
	text-align:center;
	width:100%;
	padding:10px;
	color:#fff;
	font-size:20px;
	background:rgba(0,0,0,0.2);
	line-height:1.2em
 }
.slick-prev,
.slick-next {
	z-index:10
}
 
.slick-prev:before,
.slick-next:before {
    font-family: 'Glyphicons Halflings';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 
.slick-prev {
    left: 15px;
}
[dir='rtl'] .slick-prev {
    right: 15px;
    left: auto;
}

.slick-prev:before {
    content: "\e257";
}
[dir='rtl'] .slick-prev:before {
    content: "\e258";
}

.slick-next {
    right: 15px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: 15px;
}

.slick-next:before {
    content: "\e258";
}
[dir='rtl'] .slick-next:before {
    content: "\e257";
}
 
/* recent post */

.image_left .column-image[class*="col-xs-"] {
		padding-right:0
}
.image_right .column-image[class*="col-xs-"] {
		padding-left:0
}


.column-image img {
	width:100%;
	max-width:100%
}

.title-bottom .post-title {
	margin-top:6px
}

@media(min-width:768px) {
	.featured_left .featured-col {
		padding-right:0
	}
}
@media(max-width:768px) {
	.featured_left .featured-col .post-title {
		border-bottom:1px solid #eee;
		padding-bottom:10px
	}
}

.featured_left .featured-col img {
	width:100%
}

.featured_left .featured-col .post-title {
	font-size:1.3em
}
.featured_left .featured-col img {
	margin-bottom:10px;
}

.featured_left .list-col .post-title {
	border-bottom:1px solid #eee;
	padding-bottom:5px;
}



/*comment */
#comments .parent .comment {
	margin-left:2em
}
#comments .panel-body .col-sm-9 {
	padding-left:0
}
#comments .fn {
	display:block;
	margin-top:10px;
}
#comments .comment-author img {
	max-width:100%;
	height:auto
}
/* comment simple */
#comments .comment-simple {
	margin-bottom:1.5em
}
#comments .comment-simple .col-xs-2 {
	padding-right:0
}
#comments .comment-simple .comment-meta {
	margin-bottom:5px
}
#comments .comment-simple .fn {
	display:inline-block;
	margin-top:0
}
#comments .comment-simple time {
	font-size:11px;
	color:#999
}
#comments .comment-simple .comment-content p,
#comments .comment-simple .comment-reply-link {
	font-size:13px;
}
#comments .comment-simple .comment-reply-link {
	text-decoration:underline;
	font-size:12px;
}
#commentform .col-sm-2 {
	padding-right:0
}
.comment-simple .comment-content p:last-child {
	margin-bottom:0;
}

.content-display {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-wrap:wrap
}

.strapter-login-nav {
	margin-bottom:1.5em
}
.strapter-form {
	
}
.submit-button {
	margin-top:1em
}

/* recent post */
.strapter-recent-posts .list-item {
	margin-bottom:1em
}

.pop-count {
	position:absolute;
	background:#FFC500;
	padding:5px 10px;
	color:#fff;
	font-weight:bold;
	top:0
}

/* share buttons */
.social-buttons .btn {
	color:#fff;
	border:none
}
.social-buttons .btn:hover {
	background-color:#444
}
.btn-facebook {
	background-color:#3b5998
}
.btn-twitter {
	background-color:#00aced
}
.btn-google-plus {
	background-color:#df4b37
}
.btn-whatsapp {
	background-color:#25d366
}
.fb-share-button {
	vertical-align: baseline;
    line-height: normal;
    font-size: 1px;
}

.two-cols {
	-webkit-column-count: 2;  
    -moz-column-count: 2; 
    column-count: 2;
}

.search-toggle {
	padding: 5px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.search-toggle:focus {
	outline:0
}
@media (min-width:768px) {
	/* container fix */
	.container {
		width:100%
	}
	.navbar .navbar-collapse {
		float:left;
		margin-left:20px
	}
	.search-toggle {
		display:none
	}
	#searchbar {
		display:block
	}
}

@media(max-width:768px) {
	.navbar-inverse .navbar-collapse,
	.navbar-inverse #searchbar {
		background:rgba(0, 0, 0, 0.07)
	}
	
	.navbar-header {
		position:relative;
	}
	.navbar-brand {
		text-align:center;
		float:none;
		display:block
	}
	.navbar-brand img {
		margin:auto;
		display:block
	}
	.navbar-toggle {
		float:none;
		margin-right:auto;
 		position:absolute;
		left:15px
	}
	.navbar-toggle .icon-bar {
		background:#ccc
	}
	.search-toggle {
		color:#ccc
	}
	.navbar-inverse .search-toggle {
		color:#fff;
	}
	.search-toggle {
		position:absolute;
		right:15px;
		
	}
	
	.social-btn {
		display:none
	}
	.navbar-form {
		margin-top:0;
		margin-bottom:0;
		box-shadow:none;
		border:none
	}
	
	.navbar .navbar-nav {
		text-align:center
	}
	.navbar .navbar-nav > li {
		display:inline-block
	}
	.navbar .navbar-nav > li > a {
		padding:10px 5px
	}
	
	.navbar-nav .open .dropdown-menu {
		position:absolute;
		background:#fff;
		box-shadow: 0 3px 10px #000000b5;
		max-height: 80vh;
		overflow: auto;
		/* top:23px;
		background:#cd3120; */
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu a {
		color:#fff !important
	}
	.navbar-collapse.in {
		overflow-y:visible
	}
}

@media (min-width:768px) {
	.navbar > .container {
		position:relative;
	}
	.navbar .strapter-navbar-right {
		float:none !important;
		position:absolute;
		right:15px
	}
	

	.navbar #searchbar .btn:focus {
		outline:0
	}
	

}
