/*
	Theme Name: Dhakaythaki Videos
	Theme URI: https://Dhakaythaki.com
	Author: Md. Anisur Rahman Bhuyan
	Author URI: https://anisbd.com
	Description: Dhakaythaki video sharing platform
	License: Commercial
	License URI: https://anisbd.com/license
	Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
	Text Domain: dtvideo
*/

body {
    background-color: #eeeeee;
}

ul, ol {
	margin: 0;
	padding: 0;
}

.h7 {
    font-size: 0.8rem;
}

@media (min-width: 992px) {
    .gedf-main {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .gedf-card {
        margin-bottom: 2.77rem;
    }
}

.video-title {
    font-size: 1rem;
    display: block;
    margin: 10px 0;
    line-height: 1.5;
}

.content-wrap {
    padding: 20px;
}

.video-wrapper, .post-wrapper {
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.video-box {
    float: left;
    width: 18.5%;
    margin: 20px 0.75%;
    height: 225px;
}
.video-box img {
    display: block;
    width: 100%;
    height: 130px;
}
.video-title a {
	color: #048;
    font-family: Lato,SolaimanLipi,sans-serif;
    font-size: 14px;
}
.video a {
    display: block;
}
.left-menu {
    margin: 0;
    padding: 0;
}
.left-menu li {
    list-style: none;
}
.left-menu li a {
    display: block;
    text-decoration: none;
    color: #444;
    padding: 7px 5px;
    border-left: 5px solid transparent;
    font-size: 15px;
}
.left-menu li a:hover, .left-menu li a.active {
    border-left: 5px solid #2d7fe3;
}
.left-menu li a i.fa {
    display: inline-block;
    width: 12%;
}
.left-menu li a i.fa-home {
    color: #2d7fe3;
}
.left-menu li a i.fa-play {
    color: #338014;
}
.left-menu li a i.fa-tags {
    color: #611fdb;
}

.navbar form {
    width: 83%;
    display: inline;
}
.navbar {
    border-bottom: 1px solid #ddd;
    padding: 20px;
    background: #454e5c;
}
.navbar a {
    color: #fff;
}
.navbar .input-group-append {
    background: #fff;
}
.form-inline .btn-outline-primary {
    color: #444;
    border-color: #ced4da;
}
footer p {
    padding-bottom: 20px;
}
.videobox iframe {
    width: 100%;
}
.top-meta {
    /*padding: 10px 0;*/
}
.post-title {
    font-size: 1.5rem;
    margin: 10px 0;
    line-height: 1.6;
}
.meta-info {
    display: block;
    margin: 10px 0;
}
.meta-info span {
    display: inline-block;
    margin-right: 10px;
}
.meta a {
    color: #444;
    font-size: 14px;
}
.post-description {
    margin-top: 20px;
}
.description {
    margin: 15px 0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.widget {
	margin-bottom: 20px;
}
.widget li {
	list-style: none;
	display: block;
	margin: 10px 0;
}
.left-nav .widget-title {
    padding: 20px 15px 10px 15px;
    margin: 0px;
}
.catlist li {
	margin: 10px 0;
}
.left-nav .widget li a {
    display: block;
    padding: 7px 15px;
    text-decoration: none;
    font-weight: bold;
    color: #6699d9;
}
.left-nav .widget li:hover a {
    border-left: 2px solid #444;
    background: #ddd;
    color: #657;
}
.catlist li:first-child {
    display: none;
}
.recent-post li {
    overflow: hidden;
}
.recent-post li img {
    float: left;
    width: 50%;
    margin-right: 2%;
    height: 100px;
}
.recent-post .vidinfo {
    float: left;
    width: 48%;
}
.recent-post .vidinfo a {
    display: block;
    font-size: 16px;
    color: #3a539b;
}
.recent-post .vidinfo span, .recent-post .vidinfo span a {
    display: block;
    margin: 5px 0;
    color: #444;
    font-size: 14px;
}
.site_title a {
    color: #fff;
    text-decoration: none;
}
.top-meta strong {
    font-size: 25px;
    display: block;
}
.details .product-details {
    margin: 0 !important;
}
.row.postbox {
    border-color: #ddd !important;
}
.card.widget {
    background-color: #eee;
    text-align: center;
}
.card.widget .postbox {
    border: none !important;
}
.header-banner {
    padding-bottom: 80px !important;
}
.site_title, .site_slogan {
    top: 10px !important;
}
.footer-ads .product-img img {
    width: 250px !important;
    height: 200px !important;
}