html {
	margin-top: 0 !important;
	scroll-behavior: smooth;
}
* {
	font-family: "Inter", sans-serif;
	font-weight: 400;
}
body h1, body h2,body h3,body h4,body h5,body h6{
	font-family: "Inter", sans-serif;	
	color:#484848;	
	font-size: 22px;
    margin-bottom: 20px;
	font-weight: bold;
}
.main-site {
	background: #F4F4F4;;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: 100% 100%, auto;
}
html body {
	margin: 0;
	padding: 0;
	background-color: #ebebeb;
	color:#484848;
}
.top-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff;
	padding: 0px 6px;
	width: 100%;
}
.top-bar .logo-container {
	background-color: transparent;
	padding: 0;
}
.top-bar .logo-container img {
	height: 80px;
	width: auto;
}
.top-bar .menu-container {
	background-color: transparent;
}
.menu-select {
	padding: 10px;
	font-size: 1rem;
	border: none;
	border-radius: 4px;
	background-color: #ffffff;
	color: #F4F4F4;
}
.site-header {
	color: #2b2b2b;
    position: relative;
    overflow: hidden;	
	text-align: center;
}
img.logo {
	width: 200px;
}
.category-site-header {
	background-color: white;
	color: #484848;
	padding: 10px 10px 0px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	margin: 0 auto;
}
.site-header-text h1 {
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: bold;
	margin: 4px;
}
.homepage-site-title {
    padding: 15px 28px 10px;
    text-align: center;
}
.homepage-site-title h1 {
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.homepage-site-title p {
	font-size: 12px;
	margin-top: 10px;
}
.categories-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow-y: auto;
}
.category-main {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.category-box {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48vh;
	background-color: #e5e5e5;
	color: #1b1b1b;
	text-align: center;
	margin: 15px 20px;
	transition: background-color 0.3s;
	gap: 2px;
	padding: 0px 0px;
}
img.cat-icon {
    width: 26px;
    height: auto;
    border: 0px solid #f3f3f3;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 0px;
}
.category-box h2 a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}

.category-uncategorized {
	display: none;
}
.category-box:hover {
	background-color: #F5F7FF;
}
.category-box h2 {
	margin: 0;
	color: white;
}

.brand-box {
    position: relative;
    width: 33%;
    float: left;
    padding: 0px 5px 30px;
}
.slick-dots li.slick-active button:before {
    color: #2196F3 !important;
}
.brand-box .slick-dots li button,.brand-box .slick-dots li {
    width: 10px;
}
.list-brands .single-job-title {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}
.single-post-list .brand-info {
	background-color: #2b2b2b;
	color: white;
	text-align: center;
	padding: 2px 10px;
	bottom: 0;
}
.image-gallery img {
    border-radius: 8px;
    border: 1px solid #f6f7ff;
}
.brand-info-title {
    color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
	min-height: 40px;
}
.brand-info-title h2 {
	margin: 0;
}
.brand-info-title h2 {
    font-size: 18px;
	font-weight: bold;
    color: #2b2b2b;
}
img.insta-verify-badge {
    width: 14px !important;
    top: -1px !important;
	height: auto;
}
.brand-info-button {
	text-align: center;
    padding: 0px;	
	margin-top: -14px;
}
.brand-info-button a {
    color: #5d5c5c;
    font-weight: bold;
    font-size: 10px;
}
.brand-info h2 {
	font-size: 2rem;
	margin-bottom: 10px;
	margin: 15px auto;
	padding-bottom: 10px;
}
.btn {
	color: #444444;
	padding: 10px 40px;
	font-size: 1.2rem;
	text-decoration: none;
	border-radius: 4px;
	display: inline-block;
	transition: background-color 0.3s ease;
}
.single-post-list nav.rank-math-breadcrumb {
    margin-top: 10px;
}
nav.rank-math-breadcrumb {
    text-align: left;
	position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

nav.rank-math-breadcrumb a {
    color: #ff007f;
}
section.category-site-description.site-description {
    clear: both;	
	color: #2b2b2b;
	border-radius: 8px;
	padding: 20px 0px;
	margin: 0 20px;
}
.btn:hover {
	background-color: #c1c1c100;
}
.site-description {
	color: #484848;
	padding: 20px 0px;
	margin: 0px 20px;
}
.description-content {
	background-color: #ffffff;
    width: 100%;
    margin: 0px auto;
    height: auto;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #fe6a00;
}
.description-content h2 {
	font-size: 24px;
	margin-bottom: 8px;
}
.description-content p {
	font-size: 16px;
}
.brand-image {
    display: block;
    position: relative;
    width: 100%;
}
.brand-title {
	text-align: center;
    color: #484848;
    font-size: 16px;
    margin: 20px 0px;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #f3f3f3;
    display: block;
	border-radius: 8px;
	border: 1px solid #d6d6d6;
}
.brand-info-title img {
    width: 24px;
    position: relative;
	border-radius: 20px;
}
.related-category-wrapper .brand-title {
    margin: 0px 20px;
}
.other-likes .brand-title h3,
.related-category-wrapper .brand-title h3 {
	font-size: 2rem;
	text-transform: uppercase;
	margin: 0;
	font-weight: bold;
}
.brand-description h3 {
	font-size: 2rem;
	margin-bottom: 10px;
}
.brand-description {
background-color: #ffffff;
    margin: 20px auto;
    border-radius: 8px;
    padding: 14px;
    border: 1px solid #8a01ff;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.3s ease;
}
.brand-btn {
	background-color: #000000;
	padding: 4px 100px;
	color: #ffffff;
	font-size: 18px;
	border-radius: 16px;
	transition: background-color 1.2s, box-shadow 0.3s ease-in-out, color 0.3s ease;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.brand-btn:hover {
	background-color: #34A853;
	box-shadow: 0 0 10px 5px rgba(52, 168, 83, 0.7);
	color: #e0e0e0;
}
.brand-description p {
	text-align: justify;
	color: #1b1b1b;
	font-weight: 400;
	font-size: 16px;
}
.single-brand-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px 10px;
}

.single-brand-title h1 {
    font-size: 24px;
    margin: 0px 6px;
}
.single-brand-title img {
    width: 26px;
    border-radius: 50px;	
}
.single-brand-title h1 img {
    width: 16px !important;
}
.single-animated-button {
	display: flex;
	justify-content: center;
	padding: 20px 0;
	background-color: white;
}

.mobile-header.show {
     right: 0;
    width: 280px;
    transition: .5s all;
    visibility: visible;
    opacity: 1;
}
.mobile-header {
	position: absolute;
	top: 80px;
	padding: 10px;
	line-height: 1.2em;
	background: #fff;
	color: #484848;
	height: calc(100vh - 170px);
	right: 0;
	width: 0;
	overflow: auto;
	z-index: 99;
	transition: .5s all;
	visibility: hidden;
    opacity: 0;
}
.mneu-icon {
	background-color: #ffffff;
	padding: 2px 10px;
	border-radius: 0px;
	border: 0px solid;
	cursor: pointer;
}
.mneu-icon img.img-fluid {
	width: 50px;
	
}
.mobile-header-heading span {
    text-align: left;
    font-size: 20px;
    padding: 14px 0 20px;
    display: block;
    color: #484848;
	font-weight: bold;
}
.mobile-header-menu ul li a {
    display: flex;
    padding: 10px 12px;
    font-size: 16px;
    background-color: #f3f3f3;
    border-radius: 10px;
    align-items: center;
    color: #484848;
    margin-bottom: 12px;
}
.mobile-header-menu ul {
    list-style: none;
    padding: 0;
}

.site-header.show {
    overflow: visible;
}
.brand-description ul {
    padding-left: 10px;
}
span.mneu-icon.close-btn {
    position: absolute;
    right: 10px;
    background: transparent;
    top: 10px;
	display:none;
}

span.mneu-icon.close-btn img {
    width: 15px;
    filter: invert(1);
}

.mobile-header-menu ul li a * {
    font-weight: 700;
}

.mobile-header-menu ul li a img {
    width: 20px;
    padding: 0 !important;
    height: 20px;
}
.see-all-main {
    font-size: 14px;
    background-color: #f3f3f3;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    margin: 20px 0;
    padding: 8px 8px;
}

.see-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.see-title .single-brand-title {
    padding: 0;
}

.see-title .single-brand-title img {
    width: 35px;
    margin-top: 4px;
}

.made-with {
    padding-left: 10px;
}

.made-with h3 {
    font-size: 18px;
    margin: -3px 0 0;
}

.made-with span {
    font-size: 12px;
    color: grey;
    font-weight: 400;
}

.see-link a {
    background-color: #f3f3f3;
    margin-left: auto;
    display: flex;
    font-size: 14px;
    color: #484848;
    font-weight: bold;
}

.see-link {
    margin-right: 10px;
}
/* .header_menu ul {
	display: flex;
	padding: 10px 0px;
	margin-bottom: 0;
	list-style: none;
}
.header_menu li {
	position: relative;
}
.header_menu li:first-child {
	position: relative;
	margin-right: 70px;
	margin-left: 20px;
}
.header_menu li a {
	padding: 20px 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	line-height: 0px;
}
.header_menu a, .header_menu li:hover a {
	background: linear-gradient(19deg, rgb(17 17 17 / 0%) 0%, rgb(17 17 17 / 0%) 100%);
	color: #ffffff;
}
ul.sub-menu {
	display: none;
}
.mneu-icon img.img-fluid {
	width: 34px;
	
}
li:before {
	position: absolute;
	top: 13px;
	left: 9px;
	color: #fff;
}
li a {
	padding-left: 36px;
}
li:hover ul.sub-menu {
	display: flex;
	position: absolute;
	z-index: 99;
	min-width: auto;
	font-size: 10px;
	flex-wrap: wrap;
}
ul.sub-menu li {
	margin-bottom: 6px;
}
li:hover ul.sub-menu li a {
	background: #fff;
	color: #FF1A1A;
	display: block;
	width: 250px;
	min-width: 100%;
}
li:hover ul.sub-menu li a:hover {
	background: #FF1A1A;
	color: #fff;
} */
.no-post-available p {
	color: white;
	padding: 45px 0;
	max-width: 900px;
	margin: 0 auto;
}

.other-likes .single-job-title {
	position: relative;
}
.other-post-title a {
	color: white;
}
.other-post-title a:hover {
	color: white;
}
.other-likes .other-post-title {
	background: #444444;
	color: white;
	margin: 0 15px;
	padding: 0px 0px 0px;
	text-align: center;
	z-index: 11;
	margin: 0px;
}
.other-likes .other-post-title span {
	font-size: 20px;
}
.lock-scroll {
	overflow: hidden;
}

.btn-description-bg {
	background-color: white;
}
.d-flex-img-hdng {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	gap: 2px;
}
footer.footer {
	max-width: 1000px;
	margin: -2px auto 0px auto;
	padding: 0px 0;
	background-color: white;
}
.widget_custom_text_widgeta * {
	color: #22113b;
}
.widget_custom_text_widgeta span {
	text-align: center !important;
}
.widget_custom_text_widgeta {
	text-align: center;
	margin-top: 20px;
}
ul#menu-footer-menu {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}
ul#menu-footer-menu li {
	flex: 0 0 33%;
}
ul#menu-footer-menu li a {
	padding: 0;
}
.ftr_menu {
	margin-top: 20px;
}
.f-logo {
	text-align: center;
}
.scroll-top {
	position: fixed;
	bottom: 50px;
	right: 30px;
	opacity:0;
}
.scroll-top.show {
	opacity:1;
}
.default-page-temp {
	padding: 30px 0;
	background: #ffffff;
}
.default-page-temp .container p {
	margin: 10px 0;
	font-weight: 400
}
.default-page-temp * {
	color: #fe6a00;
}
.page-id-7379 .default-page-temp {
	height: 500px;
	display: flex;
	align-items: center;
	text-align: center;
}
.default-page-temp .container h2 {
	margin: 15px 0 0;
	font-size: 24px
}
.related-single-category {
	width: 100%;
}
.related-best-porn-title {
	text-align: center;
	color: #484848;
	font-size: 16px;
	margin: 14px;
	padding: 10px 0px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #f3f3f3;
	display: block;
}
img.related-cat-icon {
	width: 35px;
	height: auto;
}
.category-box a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 30px;
}
.related-single-category .category-box {
	height: 49vh;
}

.category-box a:hover {
    color: #fff;
}
.list-brands-row .slick-dots li {
    margin: 0;
}
.brand-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -14px;
  padding: 0 10px;
}
.brand-actions button:focus {
  outline: none;
  box-shadow: none;
}
.brand-actions button {
  background: none;
  border: none;
  cursor: pointer;
  color: #5d5c5c;
  font-size: 23px;
  border-radius: 20px;
  background-color: #f3f3f300;
  padding: 0px;
}
.brand-actions button:hover {
  color: #e63946;
}
.like-count {
  margin-left: 0px;
  font-size: 14px;
}
.brand-like.liked i {
  color: #e63946;
}
.brand-box {
    transform: none !important;
}
.single-page-wrapper img.brand-image {
    max-width: 370px !important;
    margin: 10px auto;
}
.other-site-cards img {
    width: 100%;
}
.d-flex {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.pics-item img {
    border-radius: 10px;
    width: 100%;
	height: 100%;
}
.list-brands-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    padding: 20px;
    box-sizing: border-box;
}

.head h1 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 4px;
    margin-top: -20px;
    background-color: #f3f3f3;
    margin-bottom: 14px;
    color: #8a01ff;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.brand-listing {
    padding: 40px 10px;
}
.pics-topbar {
    padding: 8px 0px 14px;
}
.pics-topbar ul {
    list-style: none;
    padding: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    display: flex;
    gap: 0px;
    overflow-y: hidden;
    scrollbar-width: none;
    white-space: nowrap;
    margin-bottom: 8px;
}
.pics-topbar ul li {
    flex: 0px 0px 10px;
}
.tags-top-bar a {
    background-color: #ecebeb;
    color: #484848;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    border-radius: 8px;
    padding: 6px 18px;
    width: fit-content;
    border: 1px solid #e5e5e5;
    margin-right: 14px;
    font-weight: bold;
}
.tags-top-bar li.active a{
    background: #ff0080;
    color: white;
}

.brand-cards a:hover {
    color: white;
}
.brand-cards a {
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    color: white;
}
.tags-listing-main .col-md-3,
.single-tags-listing-mains .col-md-3,
.other-likes .col-lg-4,
.single-tags-listing-mains .col-md-4{
    padding: 0 4px 10px;
}
.single-tags-listing-mains {
    padding: 0 15px;
}
.pics-item-list a img {
 	border-radius: 8px;
    width: 100%;
    height: auto;
}
.other-site-cards img {
    border-radius: 8px;
    width: 100%;
	height: auto;
}
.custom-tags {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    font-weight: 200;
    transition: .3s all;
    opacity: 0;
}
.brand-cards a:hover {
    color: white;
}
.brand-cards a:hover .custom-tags {
    opacity: 1;
	 transition: .3s all;
}
.single-tags-listing-main,
.other-likes{
    padding: 15px 20px;
}
.pics-item {
    position: relative;
}
.pics-item:hover:before {
    opacity: 1;
}
.pics-item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #0000006b;
    opacity: 0;
    border-radius: 10px;	
    transition: .5s all;
}
.pics-item:hover .visit-hover  {
     opacity: 1;
    visibility: visible;
}
.visit-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    text-align: center;
    opacity: 0;
    transition: .5s all;
    visibility: hidden;
    padding: 0 15px;
}
.post-desc {
    padding: 22px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    max-height: 10rem;
    -webkit-box-orient: vertical;
    color: #fff;
    font-size: 12px;
}
.visit-hover a {
    background: #fe6a00;
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 12px;
    text-decoration: none !important;
    margin-top: 20px;
    display: inline-block;
}
.visit-hover a:hover{
    color: #fff !important;
}
.visit-hover a img {
    width: 16px;
}
.visit-hover a img {
    display: inline;
}
/* Blog Page */


.single-post-wrapper-main {
	margin-top: 50px;
	padding-bottom: 25px;
}

.single-post-wrapper-main .col-md-4 * {
	color: #484848!important
}

.single-post-wrapper h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #000
}

.single-post-wrapper h2 a {
	color: #484848;
	font-weight: 600
}

ul.recent-posts-list {
	padding: 0
}

li.recent-post-item {
	border-bottom: 0px solid #f3f3f3;
	padding-bottom: 15px
}

.single-post-wrapper-main .recents-blogs-main {
    border-radius: 8px;
    background-color: #f3f3f3;
    padding: 15px;
}

.post-item-content a.button-primary {
	color: #fe6a00;
    display: inline-block;
    margin-top: 0px;
    font-weight: bold;
}

.single-post-wrapper-main .single-post-wrapper {
    background-color: #f3f3f3;
    margin-bottom: 35px;
    color: #484848;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #f3f3f3;
	margin-top: -16px;
}

.post-list-card img {
	width: 100%
}

.recents-blogs-main h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px
}

.post-list-card {
	margin-bottom: 40px;
}

.blog-nav a {
	color: #fe6a00
}

.post-item-content * {
	color: #484848
}

.blog-nav {
	margin-bottom: 20px
	position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.blog-nav span {
	color: #2b2b2b
}
.single-brand-link a {
    background: linear-gradient(90deg, #ff0080, #8a01ff);
    color: #ffffff;
    padding: 10px 40px;
    border: none;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: auto;
    max-width: 100%;
    margin-top: 20px;
}
.single-brand-link a:hover {
    color: white;
    padding: 12px 40px;
    font-size: 0.9rem;
    border-radius: 8px;
}
.single-brand-link {
    text-align: center;
}
.sinlge-brand-image{
	display:none;
}
.single-image-gallery {
    display: flex;
}
.single-image-card img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
}
.single-image-card {
    width: 100%;
    display: block;
    flex: 0 0 33%;
    padding: 0 5px;
}
@media (max-width: 768px) {
.single-image-gallery{
	display:none;
}	
.sinlge-brand-image{
	display:block;
}	
	.brand-box {
		width: 100%;
		float: none;
	}	
	.brand-title h1 {
		font-size: 22px;
		font-weight: bold;
		margin: 10px auto 0px auto;
		width: min(90%, 600px);
	}	
	.d-flex-img-hdng img {
		margin-top: 0px;
	}
	.d-flex-img-hdng {
		align-items: flex-start;
	}	
	ul#menu-footer-menu {
		margin: 0 0 30px;
		padding: 0;
	}
	ul#menu-footer-menu li a {
		padding: 0;
		font-size: 13px;
	}	
	.mneu-icon {
		display: block !important;
	}
	section.site-header.homepage-site-title p {
		-webkit-line-clamp: 2;
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		color: #2b2b2b
	}
	.mobile-header.show {
		width: 100%;
		top: 0;	
	}	
	.description-content h2 {
		font-size: 24px;
	}	
	.category-box {
		height: 22vh;
	}
	.brand-box .brand-image {
		display: block;
		margin: 8px auto;
		width: min(90%, 400px);
		height: auto;
		object-fit: contain;
	}

	.brand-info {
		padding-bottom: 10px;
	}
	.homepage-site-title h1 {
		font-size: 16px;
		color: #484848;
	}	
	.description-content p {
		font-size: 0.8rem;
	}
	.brand-image {
		height: 460px;
		border-radius: 8px;
		border: 1px solid #f6f7ff;
	}
	.other-likes .brand-title h3,
	.related-category-wrapper .brand-title h3{
		font-size: 1rem;
		padding: 0px 2px;
		color: #484848;
		background-color: #f3f3f3;
	}
	.single-page-wrapper .container {
		padding: 0px;
		max-width: 370px !important;
	}

	.site-header-text h1 {
		font-size: 1.2rem;
		text-align: left;	
	}
	.other-likes h2 {
		font-size: 18px;
	}
	.col-lg-12 {
		padding: 0;
	}
	.main-site {
		background: #ffffff;
	}
	span.btn {
		border-radius: 30px;
		border: transparent;
	}
	.category-box {
		background-color: #f3f3f3;
		border-radius: 8px;
		border: 2px solid #484848;
		margin: 0px auto 30px auto;
		width: min(90%, 600px);
		background-position: center;
		background-size: cover;
	}

	.category-box a {
		font-size: 18px;
	}
	img.related-cat-icon {
		width: 18px;
	}
	.related-single-category .category-box {
		height: 20vh !important;
		margin: 20px 20px;
	}

	.brand-listing .single-tags-listing-main,
	body .other-likes,
	body .single-tags-listing-main{
		padding: 10px 10px;
	}
	.site-content .brand-listing{
		padding: 20px 0px;
	}
	.other-likes {
		padding: 0 5px;
	}
	.other-likes .col-lg-4.col-6 {
		padding: 0 5px 10px;
	}	
	.site-description {
		color: #484848;
		padding: 0px 0px;
		margin: 10px auto 2px auto;
	}
	.description-content {
        background-color: #ffffff;
        width: calc(100% - 40px);
        margin: 0px auto;
        height: auto;
        border-radius: 8px;
        padding: 10px;
        border: 1px solid #8a01ff;
        box-sizing: border-box;
	}
	section.brand-listing {
		padding: 20px 0;
	}	
	.list-brands-row {
		display: block;
		padding-top: 10px;
	}
	.brand-listing .visit-hover a {
		font-size: 12px;
		padding: 6px 12px;
	}	
	.brand-listing .visit-hover{
		padding: 0 10px;
		top: 10%;	
	}	
	section.single-page-wrapper {
		padding: 0 10px;
	}	
	.post-desc {
      padding: 0;
}