@charset "UTF-8";
/*
Theme Name: Ank_TripHippies
Theme URI:
Author: Ankit Singh
Author URI: https://www.batterseawebexpert.com/
Description: This theme is wordpress theme developed and the designed in html and later converted into wordpress by author. Simple design and look of the theme may attrect users to spend more time on your website.
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: 
Text Domain: 
Tags: Responsive Website, Dynamic Navigation, Dynamic Sidebar, Dynamic Footer, Dynamic Page, Dynamic Post etc.

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* header logo */
.h-h2{
	font-size:32px;
	font-weight: 700;
}
.head-foot span {
   background-color: #ff0909;
   color: #fff !important;
   font-size: 16px;
   font-weight: bold;
   display: block;
   padding: 5px 15px;
   color: #444444;
   position: relative;
	border-left: 3px solid;
}
.navbar ul{
    flex-direction: row;
}
.mt-150{
	margin-top:150px;
}
#header .custom-logo-link {
    margin-right: auto!important;
}

#menu-allcategories li::after{
	content: "◀ ";
    /* content: "▶ "; */
    color: #ff0909;
    float: right;
}
#menu-page-menu li::before{
	content: "› ";
	color: #fff;
}
#menu-footer-categories li::before
{
	content: "› ";
	color: #fff;
}
.foot-sec .social-links li::before{
	content: "➥ ";
    color: #fff;
/*     border: 1px solid #fff; */
    padding: 5px 5px 5px 10px;
    font-weight: 700;
	margin-right: 15px;
}
#footer .footer-top .footer-links ul li{
	padding: 5px 0px 0px 0px!important;
}
#footer .footer-top .footer-links ul li a{
	padding: 0px 0px 0px 10px!important;
}
#footer .footer-top .footer-links ul {
    margin: 7px 0px 0px 0px!important;
}
.pagination .nav-links span {
   background-color: #ff0909;
   padding: 7px 15px;
   color: #fff;
   font-weight: 700;
}

a.page-numbers {
   padding: 6px 15px;
   color: #000;
   font-weight: 700;
   border: 1px solid #ff0909;
}

/* mobile */

@media only screen and (max-width: 480px){
  .mobile-d-n{
    display: none!important;
  }
	.trouble-con h3 a{
		color: #8a8a8a;
		font-size: 18px;
	}
	.trouble-con h3{
		margin-bottom: 30px;
	}
	.date-mob{
		color: #8a8a8a;
		font-size: 14px;
	}
	.tag-default{
		font-size: 14px;
	}
	.mob-row{
		margin-top:60px;
	}
	.prev-posts-link, .next-posts-link{
/* 		border: 1px solid red; */
		padding: 5px 15px;
	}
	.prev-next-posts{
		display: flex;
    justify-content: space-between;
		margin: 10px 0px;
	}
}
@media only screen and (min-width: 480px){
  .desk-d-n{
    display: none!important;
  }
	
}