/*
Theme Name: Knot Master (GPC)
Theme URI: https://tulihost.com
Author: MD Saiful Islam
Author URI: https://tulihost.com/md-saiful-islam/
Description: A GeneratePress child Theme For Knot Master.
Version: 1.0.200000000000000
Requires at least: 5.2
Tested up to: 5.9
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: generatepress
Text Domain: gpckm
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options

GeneratePress, Copyright 2014-2022 EDGE22 Studios LTD.
GeneratePress is distributed under the terms of the GNU GPL

GeneratePress is based on Underscores http://underscores.me/, (C) 2012-2022 Automattic, Inc.

Actual CSS can be found in /assets/css/ folder.
*/
.single main .entry-content p{
	text-align: justify;
}
.gpc-breadcrumb{
	margin: auto;
	max-width: 1200px;
	padding: 15px;
    text-align: center;
}
.archive #main .entry-title, .home.blog #main .entry-title{
	font-size: 1.5rem;
}
.archive #main .inside-article, .home.blog #main .inside-article{
	border: 1px solid #ccc;
	box-shadow: 0 6px 10px rgba(0,0,0,0.2);
	padding: 20px !important;
}
@media (min-width: 600px){
	.archive #main .post-image, .archive #main .entry-summary,.home.blog #main .post-image, .home.blog #main .entry-summary{
		display: inline-block;
		margin-top: 1rem;
		vertical-align: top;
	}
	.archive #main .post-image, .home.blog #main .post-image{
		max-width: 150px;
	}
	.archive #main .post-image+.entry-summary, .home.blog #main .post-image+.entry-summary{
		max-width: calc(100% - 170px);
	    margin-left: 10px;
	}
}

.archive #main .entry-meta .comments-link, .home.blog #main .entry-meta .comments-link{
	display: none!important;
}
.anim-box{
	display:block;
	margin:auto;
	margin-bottom: 25px;
	position:relative;
	width:100%;
}
.anim-box #start-n-stop{
	margin-bottom: 0;
}
.fotorama{
	margin-bottom:15px;
}
.fotorama__nav-wrap{
	margin-top:-35px;
}
#start-stop{
	left:10px;
	position:absolute;
	top:10px;
	z-index:999;
}
#start,#stop{
	background:#039;
	border:0;
	color:#fff;
	font-size:14px;
	height:25px;padding:3px 15px;width:70px;
}
.fotorama__arr{
	background:url(./img/nav.png) no-repeat !important;width:15px !important;
}
.fotorama__arr--next {
	right:2px;background-position:-40px 0 !important;
}
#start{display:none;}
