/*Copyright (c) 2019
------------------------------------------------------------------
[Master Blog Stylesheet]
-------------------------------------------------------------------*/
.wp-block-image ~ p ~ hr.wp-block-separator {
float: left;
width: 100%;
}
code{
	background:transparent;
}
.post_wrapper{
	width:100%;
	float:left;
	position:relative;
	margin-bottom: 80px;
	}
.post_wrapper .travel_post{
	width: 100%;
    float: left;
    background: #ffffff;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
	}
.travel_post a{
	color:#b08d54;
}
.travel_post a.btn-green{
	color:#ffffff;
}
.travel_post h3.entry-title{
	color: #222222;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom:10px;
    margin-top: auto;
    word-break: break-all;
}
.tr_unit_blog .post_wrapper .travel_post{
    margin-bottom: 30px;
}
.tr_unit_blog .post_wrapper .travel_post p {
    word-break: break-all;
} 
.travel_post .travel_meta,.latest_news_desc .travel_meta{
	/*display:inline-block;*/
	margin-bottom:15px;
	}	
.travel_post .travel_meta ~ a {
    margin-top: 5px;
    display: inline-block;
}
.travel_post .travel_meta ul,.latest_news_desc .travel_meta ul{
	list-style: none;
    padding: 0;
    margin-bottom: 0;
	}				
.travel_post .travel_meta ul li,.latest_news_desc .travel_meta ul li{
	display: inline-block;
    color: #222;
    font-weight: 700;
    position: relative;
    margin-right: 20px;
}	
.travel_post .travel_meta ul li:last-child,.latest_news_desc .travel_meta ul li:last-child{
	padding:0;
	margin:0;
}
.travel_post .travel_meta ul li:last-child:after,.latest_news_desc .travel_meta ul li:last-child:after{
	display:none;
	}		
.travel_post .travel_meta ul li a,.latest_news_desc .travel_meta ul li a{
	color:inherit;
	text-decoration:none;
	font-size:14px;
	}
.travel_post .travel_meta ul li a img,.latest_news_desc .travel_meta ul li a img{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border-radius: 100px;
    margin-right: 10px;
	width:26px;
	height:26px;
}
.post_wrapper .travel_post a.tv_btn {
    margin-top: 10px;
}
.post_wrapper .travel_post a.tv_btn:hover{
	color:#fff;
}
.travel_post .wp-block-button .wp-block-button__link {
    color: #ffffff;
}
.travel_post .travel_meta ul li a:hover,.latest_news_desc .travel_meta ul li a:hover{
	color:#b08d54;
}
.travel_post .travel_meta ul li a i,.travel_post .travel_meta ul li i,.latest_news_desc .travel_meta ul li i{
	margin-right:8px;
	position:relative;
	color: #b08d54;
} 
.travel_post .travel_meta ul li a i span, .travel_post .travel_meta ul li i span,.latest_news_desc .travel_meta ul li a i span{
    position: absolute;
    top: -12px;
    left: 5px;
    z-index: 10;
    background: #ffffff;
    border: 1px solid #b08d54;
    font-size: 12px;
    padding: 3px;
    border-radius: 25px;
    font-weight: 600;
}
.post_wrapper .tv_post_image{
	margin-bottom:0;
}
.post_wrapper .tr_blog_content {
    padding: 22px 30px 24px;
}
.blog_single_page_wrapper .travel_meta {
    margin-top: 10px;
}
.tr_unit_blog .blog_single_page_wrapper .travel_meta {
    margin-top: 0;
}
.tr_unit_blog .blog_single_page_wrapper img ~ .travel_meta {
    margin-top: 10px;
}
#comments ol li .article .comment-body .tv_comment_foot_meta, #comments ol.commentlist li .comment-text .tv_comment_foot_meta {
    margin-top: 10px;
}	
.hotel-single-post .travel_post .travel_meta ul li{
	padding:0;
	margin-bottom:0;
}
.hotel-single-post .travel_post .travel_meta ul li:before{
	display:none;
}
figcaption{
	margin-bottom:10px;
}
.travel_post .btn-travel{
	margin-top:15px;	
	}

.travel_pagination{
	float:left;
	width:100%;
}	
.travel_pagination,.rooms-pagination .page-numbers{
	list-style:none;
	padding:0;
	margin:0;
	}			
.travel_pagination li,.rooms-pagination .page-numbers li{
	display:inline-block;
	}
.travel_pagination li a,.rooms-pagination .page-numbers li a,.rooms-pagination .page-numbers li span{
	width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    margin-left: 0px;
    margin-bottom: 10px;
	text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    color: #222222;
    text-decoration: none;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
	}
.travel_pagination li a:hover,.rooms-pagination .page-numbers li a:hover{
	color:#b08d54;
}
.travel_pagination li.active a:hover,.travel_pagination li.next a:hover,.travel_pagination li.prev a:hover{
	color:#ffffff;
}
.travel_pagination li.active a,.travel_pagination li.next a,.travel_pagination li.prev a,.rooms-pagination .page-numbers li span.current,.rooms-pagination .page-numbers li a.next,.rooms-pagination .page-numbers li a.prev{
	background-color:#b08d54;
	color:#ffffff;
	}
.travel_pagination li.next a, .travel_pagination li.prev a,.rooms-pagination .page-numbers li a.next,.rooms-pagination .page-numbers li a.prev {
    width: auto;
    padding: 0 25px;
}
.travel_pagination li.next a i, .travel_pagination li.prev a i{
	font-size: 30px;
    vertical-align: middle;
    margin-top: -5px;
}
.travel_pagination li.prev a span,.travel_pagination li.next a span{
	margin-left: -30px;
    display: inline-block;
    visibility: hidden;
	opacity:0;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.travel_pagination li.prev a:hover span{
	margin-left: 10px;
    visibility: visible;
	opacity:1;
}
.travel_pagination li.next a:hover span{
	margin-right: 10px;
    visibility: visible;
	opacity:1;
}
.travel_pagination li.next a span{
	margin-left:0px;
	margin-right:-30px;
}
.rooms-pagination .page-numbers li {
    line-height: initial;
    padding: 0;
}
.rooms-pagination .page-numbers li a:hover {
    background: transparent;
}
.rooms-pagination .page-numbers li a.next:hover,.rooms-pagination .page-numbers li a.prev:hover{
	background:#b08d54;
	color:#ffffff;
}
.blog_single_page_wrapper{
	width:100%;
	float:left;
	margin-bottom: 80px;
	}

	
.travel_post_switcher{
	width:100%;
	float:left;
	padding-bottom:17px;
	margin-bottom:30px;
	border-bottom:1px solid #f2f0f0;
	}		
.travel_post_switcher > a{
	display:block;
	color:#999999;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	}
.travel_post_switcher > a:hover{
	color:#b08d54;
	}	
.travel_post_switcher > a.previous_post{
	float:left;
	}
.travel_post_switcher > a.previous_post > i {
    margin-right: 10px;
	}	
.travel_post_switcher > a.next_post{
	float:right;
	}
.travel_post_switcher > a.next_post > i {
    margin-left: 10px;
	}	
	
.blog_single_page_wrapper .post_detail{
	margin-bottom:30px;
	}


.blog_single_page_wrapper .tagcloud{
	margin-bottom:0px;
	}
.blog_single_page_wrapper .tagcloud i.fa{
	font-size:18px;
	color:#b08d54;
	margin-right:15px;
	}
.blog_single_page_wrapper .tagcloud span.tag_heading{
	font-size: 16px;
    color: #465152;
    text-transform: capitalize;
    margin-right: 10px;
	}	
.blog_single_page_wrapper .tagcloud a{
	    color: #465152;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    line-height: 30px;
    border-radius: 50px;
        margin-right: 0;
    margin-bottom: 8px;
	}	
.blog_single_page_wrapper .tagcloud a:hover{
	background:#b08d54;
	color:#ffffff;
    border: 1px solid #b08d54;
}
.blog_single_page_wrapper .post_share{
	margin-bottom:0px;
	}
.blog_single_page_wrapper .post_share > i.fa{
	font-size:18px;
	color:#b08d54;
	margin-right:15px;
	}
.blog_single_page_wrapper .post_share span.post_share_heading{
	font-size: 16px;
    color: #465152;
    text-transform: capitalize;
	}
.blog_single_page_wrapper .post_share a{
	font-size: 15px;
    margin-left: 12px;
    color: #999999;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px; 
    border: 1px solid #e5e5e5;
    display: inline-block;
    text-align: center;
	}	
.blog_single_page_wrapper .post_share a:nth-child(1){
	margin-left:0;
}
.blog_single_page_wrapper .post_share a:hover{
	background:#b08d54;
	color:#ffffff;
	border: 1px solid #b08d54;
}
.hotel-single-post .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 30px;
}
.hotel-single-post .post_detail ul,.hotel-single-post .travel_post ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.hotel-single-post .post_detail ul li,.hotel-single-post .travel_post ul li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}
.hotel-single-post .post_detail ul li:before ,.hotel-single-post .travel_post ul li:before{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #b08d54;
}
.hotel-single-post .post_detail ul li:last-child ,.hotel-single-post .travel_post ul li:last-child{
    margin-bottom: 0;
}
.wp-block-button a.wp-block-button__link {
    color: #ffffff;
}
.entry-content.tr_unit_blog a {
    color: #b08d54;
}

/*author detail start*/
.author_detail{
	width:100%;
	float:left;
	padding-bottom:30px;
	border-bottom:1px solid #f2f0f0;
	margin-bottom:60px;
	}
.author_detail img{
	margin-bottom:0;
	}	
.author_detail .detail h4{
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:0;
	color:#2c3e50;
	margin-bottom:11px;
	}	
.author_detail .detail span{
	font-size:14px;
	color:#808b8d;
	font-style:italic;
	margin-bottom:20px;
	display:block;
	}	
.author_detail .detail p{
	padding-left:30px;
	border-left:1px solid #cccccc;
	}	
.blog_single_page_wrapper .travel_post {
    float: left;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}
.blog_single_page_wrapper .travel_post .tr_blog_content{
	padding: 20px 30px 22px;
}
/*author detail end*/	


/*Comment start*/
.comment-edit-link,.comment-edit-link:hover,.comment-edit-link:visited{
	color:#b08d54;
}
.logged-in-as a {
    color: #b08d54;
}
#comments{
	width: 100%;
    float: left;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 30px;
}
#comments > h3 span{
	margin:0;
	color:#b08d54;
}
#comments > h3,#respond h3{
    font-size: 22px;
	margin-top:0;
    margin-bottom: 30px;
    display: inline-block;
    padding-bottom: 10px;
	position:relative;
	}	
#comments > h3:after,#respond h3:after{
	content:"";
	background:#b08d54;
	position:absolute;
	bottom:-2px;
	left:0;
	height:2px;
	width:30px;
}
#comments > h3:before,#respond h3:before{
	content:"";
	background:#e5e5e5;
	position:absolute;
	bottom:-2px;
	left:0;
	height:2px;
	width:62px;
}

#comments ol.comment-list,#comments ol.commentlist{
	    list-style: none;
    padding-left: 0;
    margin: 0;
    width: 100%;
    float: left;
    margin-bottom: 40px;
	}
#comments ol.comment-list li.comment{
	width:100%;
	float:left;
	position:relative;
	padding:0;
	}
#comments ol li .article{
	width:100%;
	float:left;
	position:relative;
	padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
	}	
#comments ol li:first-child .article {
    padding-top: 25px;
}
#comments ol li .article .gravatar,#comments ol.commentlist li img{
	float: left;
	margin-right:30px;
}
#comments ol li .article .gravatar img,#comments ol.commentlist li img{
	width:90px;
	height:90px;
	border-radius:100%;
	margin-bottom:0;
}		
#comments ol li .article .comment-body,#comments ol.commentlist li .comment-text{
	float: left;
    width: 100%;
}		
#comments ol li .article .gravatar ~ .comment-body,#comments ol.commentlist li img ~ .comment-text {
    width: calc(100% - 120px);
}
#comments ol li .article .comment-author,#comments ol.commentlist li .comment-author{
    width:100%;
}
#comments ol li .article .gravatar ~ .comment-body .comment-author,#comments ol.commentlist li img ~ .comment-text .comment-author{
    width:auto;
}
#comments ol li .article .comment-body .comment-author a{
	font-size: 20px;
    color: #222222;
	font-family: 'Muli';
	}
#comments ol li .article .comment-body .comment-author a:hover{
    color:#b08d54;
}
#comments ol li .article .comment-body .comment-meta,#comments ol.commentlist li .comment-text .meta{
	margin-bottom:10px;
	}	
#comments ol li .article .comment-body .comment-author,#comments ol.commentlist li .comment-text .meta strong{
	color:#222222;
	font-size:18px;
	font-weight:700;
    font-family: 'Muli';
	text-transform: capitalize;  
	float: left;
	}
#comments ol li .article .comment-body .comment-date,#comments ol.commentlist li .comment-text .meta time{
	display: inline-block;
    margin-left: 20px;
    padding-left: 15px;
    border-left: 1px solid #e5e5e5;
    line-height: 20px;
    margin-top: 5px;
	}	
#comments ol li .article .comment-body .comment-date a{
	color:#465152;	
	}	
#comments ol li .article .comment-body p > img{
	margin-top:10px;
}
#comments ol.comment-list li.comment ul.children{
	list-style:none;
	padding-left:0px;
	width:100%;
	float:left;
	margin:0px;
	}
#comments ol.comment-list .children li.comment{
    padding-left: 80px;
}
#comments ol ul li{
	position:relative;
	}
#comments ol ul li:last-child{
	padding-bottom:0;
	}	

#comments ol ul li div{
	position:relative;
	}
#comments ol ul li:last-child:before{
	display:none;
	}
#comments ol ul li > div > .article .comment-body .comment-date{
	right:60px;
	}		
#comments ol li .article .comment-body .cld-like-dislike-wrap.cld-template-1 {
    display: none;
}
.tv_comment_foot_meta ul{
	list-style:none;
	padding:0;
	margin:0;
}	
.tv_comment_foot_meta ul li{
	display:inline-block;
	padding-right:12px;
	margin-right:10px;
}
.tv_comment_foot_meta ul li:after{
	content:"";
	width:1px;
	height:14px;
	background:#e5e5e5;
	position:absolute;
	top:6px;
	right:0;
}
.tv_comment_foot_meta ul li:last-child{
	margin:0;
	padding:0;
}
.tv_comment_foot_meta ul li:last-child:after{
	display:none;
}
.travel_post .tv_comment_foot_meta ul li a{
	font-size:16px;
	color:#465152;
}
.travel_post .tv_comment_foot_meta ul li a:hover{
	color:#b08d54;
}
.tv_comment_foot_meta ul li a span,.tv_comment_foot_meta ul li span{
	color:#b08d54; 
}
/*Comment end*/	

/*Comment reply start*/
#respond{
	width:100%;
	float:left;
	}
#respond .comment-form p{
	margin-bottom:0px;
	}
#respond .comment-form p.logged-in-as,#respond .comment-form p.comment-notes{
	margin-bottom:10px;  
}
#respond .comment-form p label{
	width:100%;
	float:left;
	color:#465152;
	font-weight:normal;
	margin-bottom:20px;
	text-transform:capitalize;
	}
#respond .comment-form p label span{
	color:#ff0000;
	}
#respond .comment-form p input{
	border:1px solid #E4E4E4;
	width:100%;
	height:45px;
	padding:0 15px;
	outline:none;
	margin-bottom:30px;
	border-radius:6px;
	}
#respond .comment-form p textarea{
	border:1px solid #E4E4E4;
	width:100%;
	padding:15px;
	outline:none;
	margin-bottom:30px;
	border-radius:6px;
	resize:none;
	}
#respond .comment-form p input[type=submit]{
	border:none;
	text-transform:capitalize;
	margin:0;
	padding:0 15px;
	line-height: 37px;
	}	
#respond .comment-form p.comment-form-comment{
	margin-bottom:0;
	}	
					
/*Comment reply end*/
/*---- no result css -------*/
.no-results header.page-header {
    margin: 0;
    border-bottom: none;
    padding: 0;
}

.no-results {
    vertical-align: top;
}

.no-results header.page-header .page-title {
    margin: 0;
    font-size: 30px;
}

.no-results .search-form {
    position: relative;
    margin-top: 20px;
}

.no-results .search-form .search-field {
    height: 50px;
    width: 100%;
    border-radius: 3px;
    padding: 0 100px 0 20px;
}

.no-results .search-form label {
    width: 100%;
    margin: 0;
}

.no-results .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
}
.entry-footer .edit-link{
	margin-top:20px;
}
.wp-block-gallery li figure img {
    margin-bottom: 0;
}
/* Large desktop */
@media (max-width: 1200px) {

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
.post_wrapper{
	padding-left: 0px;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.post_wrapper{
    padding-left: 0px;
	}
.travel_post .travel_meta ul{
    padding: 0 0px;
	}	
.travel_post .travel_meta ul li{
	font-size: 12px;
	padding: 0px 8px;
	padding-left:0; 
	}	
.travel_post img{
    margin-bottom: 10px;
	}	

#comments > ol > li{
    padding-left: 90px;	
	}
#comments ol.comment-list .children li.comment {
    padding-left: 50px;
} 
#comments ol li > div > .article .gravatar{
	margin-left: 35px;
	padding: 30px 10px;
	border-radius: 0;	
	}
#comments ol li > div > .article .gravatar img{
	width: 60px;
	height: 60px;
	}
#comments ol li > div > .article .comment-body{
    padding: 15px;	
	}		
#comments ol ul.children{
	padding-left:0;
	}	
#comments ol ul li > div:after{
    left: -135px;	
	}	

/*vilash*/
.blog_single_page_wrapper .post_share {
    text-align: left;
}
.blog_single_page_wrapper .tagcloud {
     margin-bottom: 0px; 
}

/*vilash*/
	
}
 
/* Landscape phones and down */
@media (max-width: 600px) {
.hotel-single-post .wp-block-media-text .wp-block-media-text__content{
	padding:0;
}
#comments ol.comment-list .children li.comment {
    padding-left: 0px;
}
}
@media (max-width: 480px) {
	
#comments ol li .article .gravatar {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#comments ol li .article .comment-body {
    width: 100%;
    padding-left: 0;
}
#comments ol > li {
    /*padding-left: 60px;*/
}	
#comments ol li:before{
    left: 25px;	
	}	
#comments ol li > div > .article .gravatar{
	position:relative;
	left:auto;
    margin-left: 0;
    padding: 15px 0;	
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none;
	}
#comments ol li > div > .article .comment-body .comment-author{
	width:100%;
	}	
#comments ol li > div > .article .comment-body .comment-date{
	position: relative;
	right: auto;
	display: inline-block;
	}	
#comments ol li > div > .article .comment-body .comment-reply-link{
    float: none;	
	}
#comments ol ul li > div > .article .comment-body .comment-date{
	right:auto;
	}		
#comments ol > ul > li {
    padding-left: 20px;
}
#comments ol ul li > div:after {
	left: -55px;
	top: 45px;
	width: 25px;	
}	
#comments ol li .article .gravatar ~ .comment-body, #comments ol.commentlist li img ~ .comment-text {
    width: 100%;
    padding: 0;
    text-align: center;
}
#comments ol li .article .comment-body .comment-author, #comments ol.commentlist li .comment-text .meta strong {
    float: none;
}
#comments ol li .article .gravatar img, #comments ol.commentlist li img {
    float: none;
}
#comments ol li .article .comment-body .comment-date, #comments ol.commentlist li .comment-text .meta time {
    padding: 0;
    border: none;
    margin: 0;
}
.hb_single_room  #comments ol.commentlist li .comment-text .meta time {
    padding-left: 10px;
}
.hb_single_room #comments ol.commentlist li img {
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}
.tr_unit_blog #comments ol li .article .gravatar {
    text-align: left;
}

.tr_unit_blog #comments ol li .article .comment-body {
    text-align: left;
}
}				