/*
Theme Name: Mashav Relocation
Theme URI: http://questhost.com
Version: 1.0
Author: Quest Host
Author URI: http://questhost.com
*/

html,
body,
img,
fieldset,
abbr,
acronym {
    border: 0;
    max-width: 100%;
    width: auto;
}

body {
	background: url(assets/images/bg.jpg) repeat-x;
    padding: 0 !important;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.promotion .coupen-price::before {
    position: absolute;
    content: '';
    background-image: url(assets/images/left-arrow.png);
    left: 0;
    height: 100%;
    width: 82px;
    background-repeat: no-repeat;
    top: 0;
}

.promotion .coupen-price::after {
    position: absolute;
    content: '';
    background-image: url(assets/images/right-arrow.png);
    right: 0;
    height: 100%;
    width: 82px;
    background-repeat: no-repeat;
    top: 0;
}

#PrintBtn {
	position: absolute;
	top: 30px;
	right: 50px;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	font-size: 20px;
	color: #38bee6;
    outline: none !important;
}

.logo-section .logo a img {
	width: 210px;
}

.blog-grid {
	padding: 25px 0;
}

.blog-grid .single-blog .blog-image {
	position: relative;
}

.blog-grid .single-blog .blog-image img {
	width: 100%;
	height: 200px;
}

.blog-grid .single-blog .blog-image .date {
	position: absolute;
	bottom: 0;
	background-color: #25aae1;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding: 2px 10px;
}

.blog-grid .single-blog .blog-content {
	padding: 15px;
	background-color: #f7f7f7;
}

.blog-grid .single-blog .blog-image .blog-cat {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0px;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.blog-grid .single-blog .blog-image .blog-cat li a {
	display: block;
	padding: 2px 5px;
	background-color: #25aae1;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.blog-grid .single-blog .blog-image .blog-cat li {
	margin-left: 1px;
}

.blog-grid .single-blog .blog-image .blog-cat li:first-child {
	margin-left: 0px;
}

.blog-grid .single-blog .blog-content h4 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}

.blog-grid .single-blog .blog-content h4 a {
	display: block;
	color: #25aae1;
}

.blog-grid .single-blog .blog-content p {
	font-size: 14px;
	letter-spacing: .5px;
	text-align: justify;
}

.blog-grid .single-blog .blog-content > a {
	color: #25aae1;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
}

.blog-grid .single-blog {
	box-shadow: 0 0 10px #ddd;
	margin-bottom: 25px;
}

.tags-share .share {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}

.tags-share .share li a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #25aae1;
	color: #fff;
}

.tags-share .share li {
	margin-right: 1px;
}

.blog-grid .single-blog.blog-detail .blog-image img {
	height: auto;
}

.blog-sidebar h4 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.blog-sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog-sidebar ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5px 10px;
	background-color: #ddd;
	margin-bottom: 4px;
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.blog-grid .blog-detail .blog-content h4 {
	font-size: 28px;
	font-weight: 400;
}

/* Mobile and Tab View */

@media (max-width: 767px) {}

@media only screen and (min-width: 768px) and (max-width: 1040px) {}