/*
Theme Name: mystreaming.club
Description: Simple responsive theme.
Version: 1.0
Text Domain: simpletheme
*/

/***
 * Puzzle
 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	font-size: 13px;
	background-image: url( 'images/bg6.png' );
	background-repeat: repeat;
	background-color: #e9dded;
}

a {
	text-decoration: none;
}

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

.screen-reader-text {
	display: none;
}

.row [class^="col"] {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.row-wrap {
	margin-left: -1%;
	margin-right: -1%;
}

.row-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}


/***
 * Ratio
 */
.ratio {
	position: relative;
	overflow: hidden;
	display: block;
}

.ratio-normal {
	padding-bottom: 56.25%;
}

.ratio-medium {
	padding-bottom: 65%;
}

.image-full {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}


/***
 * List inline
 */
.list-inline > li {
	list-style: none;
	display: inline-block;
}

.list-inline > li + li {
	margin-left: 10px;
}


/***
 * Header
 */
.site-header {
	margin-bottom: 25px;
}

.site-header-main {
	background-color: #c94eff;
	color: #fff;
	border-bottom: 5px solid #9602c3;
	padding: 5px 0;
}

.site-header-main .site-title {
	font-size: 20px;
}

.site-header-main .site-description {
	font-size: 12px;
	margin-top: 8px !important;
	text-align: right;
}

.custom-logo {
	max-height: 30px;
	width: auto;
	position: relative;
	top: 2px;
}


/***
 * Entry
 */
.post-card {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	padding: 5px;
	height: 100%;
}

.entry-title {
	margin-top: 7px;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	/*height: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	margin-bottom: 2px;
}

.post-image {
	margin-bottom: 5px;
}

.row-article {
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 15px;
}

.row-article:before,
.row-article:after,
.row:before,
.row:after {
	content: " ";
	display: table;
	clear: both;
}

.row-article .post-item {
	padding-left: 10px;
	padding-right: 10px;
	width: 33.33333333%;
	position: relative;
	min-height: 1px;
	float: left;
	margin-bottom: 20px;
}


/**
* Grid small
*/
.attachment-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -3px !important;
	margin-right: -3px !important;
}

.attachment-grid > li {
	width: 22%;
	list-style: none;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-top: 3%;
}

.attachment-grid > li > a {
	display: block;
	padding-bottom: 100%;
	position: relative;
}

.attachment-grid > li > a > img {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	min-width: 100% !important;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.attachment-grid-big {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	margin-top: 20px;
}

.attachment-grid-big > h3 {
	font-size: 14px;
	margin-bottom: 5px !important;
}

.attachment-grid-big .post-item {
	margin-top: 20px !important;
	margin-bottom: 0 !important;
}


/***
 * Pagination
 */
.nav-links .page-numbers {
	display: inline-block;
	padding: 2px 7.5px;
	background-color: rgba(255, 255, 255, .75);
	margin: 0 5px 5px 0;
}

.nav-links .page-numbers.current {
	background-color: #ffd900;
}


/***
 * Global page title
 */
.page-title {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 7px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}


/**
* Gallery
*/
.gallery figure {
	padding: 0;
	margin: 0;
}

.gallery figure + figure {
	margin-top: 20px;
}

.gallery img {
	width: 100%;
}

/*.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gallery .gallery-item {
	display: inline-block;
	max-width: none;
	width: 70px !important;
	list-style: none;
	margin: 0px 6px 6px 0;
	padding: 0;
}

.gallery .gallery-item a {
	display: block;
	padding-bottom: 100%;
	position: relative;
}

.gallery .gallery-icon img {
	padding: 0 !important;
	border: 0 !important;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	min-width: 100% !important;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.gallery .gallery-caption {
	margin-top: 10px;
	display: none;
}*/


/***
 * Single post
 */
.post-single {
	padding: 15px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.post-single .entry-footer {
	margin-top: 20px;
}

.entry-title-single {
	margin-top: 0;
	font-size: 20px;
}

.cat-links,
.tags-links {
	display: block;
}


/**
* Related
*/
.related-post {
	margin-top: 20px;
}

.related-post .related-label {
	font-size: 14px;
	padding-bottom: 0;
	margin-bottom: 5px;
	font-weight: 700;
}


/* ==== GRID SYSTEM ==== */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.row {
	position: relative;
	width: auto;
	margin-left: -10px;
	margin-right: -10px;
}

.row [class^="col"] {
	float: left;
	min-height: 0.125rem;
	padding-left: 10px;
	padding-right: 10px;
}


/***
 * Footer
 */
.site-info {
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-top: 25px;
	margin-bottom: 35px;
	padding-top: 15px;
	text-align: center;
}

.site-info .site-header-menu {
	margin-bottom: 5px;
}


/***
 * Widget
 */
.widget-area {
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}

.widget + .widget {
	margin-top: 15px;
	padding-top: 7px;
	border-top: 1px solid #e5e5e5;
}

.widget-title {
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-size: 13px;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget ul li {
	list-style: none;
}


/***
 * Search form
 */
.search-form input {
	border: 1px solid #e5e5e5;
	width: 100%;
	background-color: #f3e8fb;
	padding: 5px 10px;
}

.search-form button {
	display: none;
}


/***
 * Responsive
 */
@media only screen and (max-width:992px) { 
	/***
	 * Entry
	 */
	.row-article .post-item {
		width: 50%;
	}
}

@media only screen and (max-width:768px) { 
	.container {
		width: 100%;
	}
	
	
	/***
	 * Header
	 */
	.site-header-main .site-branding {
		text-align: center;
	}
	
	.site-header-main .site-description {
		margin-top: -5px !important;
		text-align: center;
	}
	
	
	/***
	 * Entry
	 */
	.entry-title {
		height: auto;
		white-space: normal;
		overflow: hidden;
		text-overflow: initial;
		margin-bottom: 0;
	}

	.row-article .post-item {
		width: 100%;
	}

	
}