/*
Template Name: Nature Photography
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************blog****************/

.main_blog {
    background-image: url(../image/2.jpg);
    background-position: center center;
    background-size: cover;
}

.tags a {
    display: block;
    padding: 10px 20px;
    margin: 0px 5px 8px 0px;
    transition: 0.3s;
    background: var(--bs-light);
}
.tags a:hover {
    background: var(--red);
	color: var(--bs-white);
}
.blockquote {
    border-left: 5px solid var(--red);
}
.line_text:after {
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: var(--red);
    vertical-align: middle;
    margin-left: 1%;
    content: "";
}

.social_icon a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    transition: 0.3s;
    color: var(--red);
    background: var(--bs-gray-200);
    border-radius: 50%;
}
.social_icon a:hover {
     color: var(--bs-white);
    background: var(--red);
}
/*********************blog_end****************/




@media screen and (max-width : 767px){
.blog_dt1_inner_right {
	text-align:left!important;
	margin-top:10px;
}
.blog_dt1_inner1_right {
	text-align:left!important;
	margin-top:10px;
}
.blog_dt {
	padding-right:0!important;
}
.blog_1_right {
	margin-top:20px;
}

 }


@media (min-width:576px) and (max-width:767px) {
.blog_dt1_inner_right {
	text-align:right!important;
	margin-top:0;
}
.blog_dt1_inner1_right {
	text-align:right!important;
	margin-top:0;
}
 }
 
@media (min-width:768px) and (max-width:991px) {
.blog_1_right1 ul img{
	width:60px;
}
.social_icon a{
  margin-top:3px;
 }
 }

@media (min-width:992px) and (max-width:1200px) {


 
 }

@media (min-width:1201px) and (max-width:1300px) {


 }
@media screen and (min-width : 1400px){
.blog_h1_left2  h4{
	font-size:28px;
}
 }


