@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
body {
	font-family: 'Lato', sans-serif;
}

.story-list-img img {
	width: 100%
}

.story-list h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 17px;
	font-weight: 600
}

.story-list-des ul li {
	display: inline-block;
	background: #eaeaea;
	padding: 5px 5px;
	border-radius: 3px;
	margin-right: 2px;
	margin-bottom: 5px;
	color: #555;
	font-size: 13px
}

.story-list-des ul {
	margin-bottom: 0
}

.story-list-img {
	position: relative
}

.story-overlay {
	background: linear-gradient(180deg, transparent 80%, #000);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	width: 100%;
	height: 100%
}

.story-overlay p {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 13px 22px;
	width: 100%;
	margin: 0;
	font-size: 17px
}

.story-list h4 {
	font-size: 13px;
	margin: 0;
	padding: 12px 0;
	line-height: 22px;
	word-break: break-all
}

.loader-img a {
	background: #3ab54a;
	color: #fff;
	padding: 8px 20px;
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 4px
}

.story-heading {
	background: url(/assets/images/story-projects/header.jpg);
	padding: 30px 0;
	background-position: center
}

.story-heading h2 {
	margin: 0;
	color: #fff
}

.search-bar {
	display: flex;
	width: 50%;
	margin: 20px auto
}

.story-heading button,
.story-heading input {
	height: 40px;
	border: none;
	border-radius: 0
}

.page_filter {
	padding: 10px 0
}

.filter_field select {
	padding: 7px;
	width: 230px;
	border: 1px solid #ddd
}

.xside-img {
	width: 60px;
	overflow: hidden;
	margin-right: 10px;
	height: 60px;
	background: #eee;
	display: flex;
	float: left
}
     
.side-blocks img {
	width: 50%;
	margin-bottom: 7px;
	max-height: 150px;
}

.side-blocks p {
	font-size: 14px;
	margin-bottom: 6px
}

.blogs-side-blocks p {
	font-size: 14px
}

.side-blocks {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	clear: both;
	xdisplay: flex
}

.side-blocks span {
	display: inline-block;
	background: #eaeaea;
	padding: 5px 5px;
	border-radius: 3px;
	margin-right: 2px;
	margin-bottom: 5px;
	color: #555;
	font-size: 13px
}

.story-sidebar h3 {
	font-size: 15px;
	margin-top: 10px;
	color: #000;
	padding: 5px 10px;
	border-left: 2px solid #3ab54a;
	font-weight: 500;
	background: #ceead2
}

.blogs-side-img {
	width: 70px;
	margin-right: 10px
}

.blogs-side-blocks p span {
	display: inline-block;
	border-radius: 3px;
	margin-right: 2px;
	margin-bottom: 5px;
	color: #828282;
	font-size: 11px;
	font-style: italic;
	margin-top: 2px
}

.blogs-side-blocks {
	display: flex;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px
}

.check-container {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.check-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #ddd;
	border-radius: 20px
}

.check-container:hover input~.checkmark {
	background-color: #ccc
}

.check-container input:checked~.checkmark {
	background-color: #1b3971
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.check-container input:checked~.checkmark:after {
	display: block
}

.check-container .checkmark:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

a.story-buy-now {
	background: linear-gradient(45deg, #188ada, #3ab54a);
	display: inline-block;
	padding: 5px 12px;
	color: #fff;
	border-radius: 4px;
	border-bottom: 2px solid #0a73b9
}

.floor-plan-masonary .wrapper {
	padding: 0
}

.story-pagination .pagination {
	display: inline-block
}

.story-pagination .pagination a {
	color: #000;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	border: 1px solid #ddd
}

.story-pagination .pagination a.active {
	background-color: #4caf50;
	color: #fff
}

.story-pagination .pagination a:hover:not(.active) {
	background-color: #ddd
}

.sidebar-story-block .product-simple-namee {
	background: linear-gradient(180deg, #000, transparent 100%);
	padding: 4px 0;
	font-size: 13px
}

.sidebar-story-block .product-simple-head {
	height: 120px;
	min-height: 120px
}

.sidebar-story-block .product-simple-name {
	font-size: 12px
}

.sidebar-story-block td {
	border: 1px solid #ddd;
	padding: 4px;
	color: #484848
}

.stories-detail-page {
	background: #f4f4f4
}

.story-breadcrumbs a {
	color: #3ab54a;
	display: inline-block;
	padding: 0 6px;
	font-size: 15px
}

.story-description h2 {
	font-size: 28px;
	font-weight: 500;
	color: #333;
	margin-bottom: 10px;
	line-height: 42px
}

.story-description img {
	width: 100%;
	margin-bottom: 10px;
	margin-right: 10px
}

.story-description p {
	font-size: 15px;
	color: #000;
	line-height: 28px
}

.story-description h3 {
	color: #3ab54a;
	font-weight: 600
}

.story-description ul li {
	position: relative;
	padding-left: 13px;
	padding-top: 10px;
	font-size: 15px;
	color: #000;
	xfont-weight: 600
}

.story-description ul li:before {
	content: "\f0da";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: #37b44a;
	font-size: 18px;
	padding-right: .5em;
	position: absolute;
	top: 3px;
	left: 0
}

.story-description-container,
.story-sidebar {
	background: #fff;
	padding: 10px;
	box-shadow: 1px 1px 3px #ccc;
	margin-top: 10px
}

#stories_slider .story-list {
	border: 1px solid #eee;
	box-shadow: 1px 1px 5px #ddd
}

#stories_slider .story-list-des {
	padding: 0 10px
}

.comment-section textarea.form-control {
	box-shadow: none;
	border: 1px solid #eee
}

.comment-section h3 {
	font-weight: 600
}

.comment-section h3 span {
	font-size: 15px;
	font-weight: 500
}

.comment-field {
	position: relative;
	padding-left: 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee
}

.comment-field img {
	width: 40px;
	border-radius: 40px;
	position: absolute;
	left: 0;
	top: 0
}

.comment-field h3 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600
}

.comment-field p {
	font-size: 15px;
	line-height: 24px
}

.comment-field ul li {
	display: inline-block;
	padding-right: 20px
}

#stories_slider .story-list-img img {
	width: 100%
}

#stories_slider .story-list h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 17px;
	font-weight: 600
}

#stories_slider .story-list-des ul li {
	display: inline-block;
	background: #eaeaea;
	padding: 5px 5px;
	border-radius: 3px;
	margin-right: 2px;
	margin-bottom: 5px;
	color: #555;
	font-size: 13px
}

#stories_slider .story-list-img {
	position: relative
}

#stories_slider .story-overlay {
	background: linear-gradient(180deg, transparent 80%, #000);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	width: 100%;
	height: 100%
}

#stories_slider .story-overlay p {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 13px 22px;
	width: 100%;
	margin: 0;
	font-size: 17px
}

#stories_slider .story-list h4 {
	font-size: 14px;
	margin: 0;
	padding: 12px 0;
	line-height: 25px
}

#stories_slider .item {
	margin: 7px
}

.related-stories h3 {
	font-size: 20px;
	font-weight: 600
}

.comment-field ul li a i {
	padding-right: 4px;
	color: #999
}

.story-list-img {
	position: relative;
	height: 200px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: centers;
}

.story-list-img img {
	width: auto;
	max-width: 100%;
	max-height: 200px;
}

.story-list h4 {
	height: 60px;
	overflow: hidden;
}


p.title_list {
	font-weight: 600;
	font-size: 17px;
}
.story-description ul li {
	font-family: 'PT Serif', serif;
	padding-top: 3px;
	font-style: italic;
	font-size: 14px;
}
.story-description {
    padding-left: 15px;
}
#sidebar h2 {
    color: #38b554;
    font-size: 20px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}
.sidebar__inner input {
    margin-bottom: 5px;
    box-shadow: none;
    border: 1px solid #eee;
}
.sidebar__inner button {
    width: 80px;
    background: #1b3971;
    box-shadow: none;
    border: 0px;
    color: #fff;
    display: inline-block;
    padding: 6px 0px;
    border-radius: 3px;
}
textarea.form-control {
    margin: 0px 0;
	margin-bottom: 5px;
	box-shadow: none;
    border: 1px solid #eee;
}
.filter_field {
    margin-bottom: 7px;
}
span.gr {
    font-weight: 600;
    font-size: 15px;
    font-family: sans-serif;
    color: #3ab54a;
}
span.only {
    font-weight: 600;
    font-size: 15px;
    font-family: sans-serif;
}
span.bi {
    font-family: sans-serif;
    font-weight: 600;
    font-style: italic;
}
a.btn.btn-success {
    padding: 5px 5px;
    font-size: 13px;
    border-radius: 3px;
}
@media only screen and (max-width: 600px) {
	.sidebar-story-block .product-simple-head {
		height: 160px;
		min-height: 160px
	}
	.product-simple-head img {
		max-height: 160px;
	}
	.story-description h2 {
		font-size: 24px;
		font-weight: 600;
		color: #333;
		margin-bottom: 10px;
		line-height: 38px;
	}
	.story-description h3 {
		color: #3ab54a;
		font-weight: 600;
		font-size: 18px;
	}
}