/*
 Theme Name:   SBOTOP
 Theme URI:    https://generatepress.com
 Description:  GeneratePress Child theme customized for sbotop
 Author:       Developer Team
 Template:     generatepress
 Version:      1.0
*/

/* hustle custom button css  */
.custom-button-giveaway {
	padding: 20px 50px 20px 50px !important;
	background-color: #005a87 !important;
	color: white !important;
	font-weight: BOLD !important;
	border-radius: 12px !important;
	width: 300px !important;
	font-size: 28px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 40px !important;
}
@media (max-width: 420px) {
	.custom-button-giveaway {
		width: 100% !important;
		height: 15px !important;
		font-size: 20px !important;
		margin-top: 20px !important;
	}
	.custom-button-giveaway span {
		margin-top: -15px !important;
	}
	.wp-image-390{
		height: 140px !important;
	}
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	color: var(--base-3);
	background-color: #002e6c;
}

a:hover {
	color: #fcd34d !important;
}

/* promotion banner css */
.promo_banner {
	padding-bottom: 20px;
}
@media (max-width: 420px) {
	.promo_banner {
		text-align: center;
	}
}

/* load more button css  */
@media (max-width: 420px) {
	.masonry-load-more {
		display: grid !important;
	}
}

/* LINK IN POST CONTENT SHOULD APPEAR BLUE */
.single-post .entry-content p a,
.single-post .entry-content li a {
	color: #002e6c;
}
.single-post .entry-content p a:hover,
.single-post .entry-content li a:hover {
	color: #5769bf;
}

/* Add Justify class */
p.justify {
	text-align: justify;
}



.gb-container-4454ac37 {
	display:none;
}

/* SMALLER FONT ON MOBILE FOR SUBSCRIBE FOOTER */
@media (max-width: 430px) {
	.cst-heading-small {
		font-size: 17px;
	}
	.cst-paragraph-small {
		font-size: 14px;
	}
	.hustle-title {
		width: 280px !important;
	}
	/* .load-more {
    margin-bottom:40px !important;
  } */

  .gb-container-4454ac37 {
	display:block;
	}
	.gb-container-6819b0c3 {
		display:none;
	}
}

/* WIDGET NEWSLETTER SUBSCRIBE HUSTLE CSS */
.cst-subscribe {
	padding-bottom: 10px !important;
}

/* HIDE GOOGLE RECAPTCHA BADGE */
.grecaptcha-badge {
	/* display: none !important; */
	visibility: hidden !important;
	height: 0px !important;
}

/* DISPLAY POSTS plugin css */
.latest-posts {
	margin: 0 0 0 0;
	list-style-type: none;
}
.latest-posts .listing-item {
	padding-bottom: 10px;
}

/* WP SHOW POST plugin css */
.one-container.archive .post:not(:last-child),
.one-container.blog .post:not(:last-child) {
	padding-bottom: 0px;
}

.wp-show-posts:not(.wp-show-posts-columns)
	.wp-show-posts-single:not(:last-child) {
	margin-bottom: 20px !important ;
}
.wp-show-posts-single.post {
	padding-bottom: 20px;
}

/* YARP related post plugin Custom CSS */
.post-container {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 420px) {
	.post-container {
		flex-wrap: wrap;
	}
}

.post-module {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	border-radius: 5px; /* 5px rounded corners */
	width: 150px;
	min-width: 150px;
	margin-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
@media (max-width: 420px) {
	.post-module {
		margin-right: 17px;
	}
}

/* Add rounded corners to the top left and the top right corner of the image */
.post-module img {
	border-radius: 5px 5px 0 0;
}

/* On mouse-over, add a deeper shadow */
.post-module:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Add some padding inside the card container */
.post-content {
	padding: 2px 16px;
}

.tags-links {
	display: none;
}

.post-content span {
	font-size: 12px;
}

/* CSS FOR HERO */
.hero-overlay {
	/* background-image:
  linear-gradient(to bottom, rgba(255, 255, 255, 0.918), rgba(0, 0, 0, 0.39)),
  url('/wp-content/uploads/custom/hero.jpg');
  background-size: cover;
  color: white; */
}
.black-shadow {
	color: #fff;
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

/* CSS FOR SQUARE PROMOTION */
.promo-square {
	padding-bottom: 20px;
}

/* CSS FOR SITEMAP FOOTER */
.sitemap-parent {
	background-color: transparent !important;
	color: #ffde22 !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	padding-bottom: 5px !important;
	font-weight: 200 !important;
}

.sitemap-child {
	background-color: transparent !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	padding-top: 0px !important;
	font-weight: 200 !important;
	padding-bottom: 0px !important;
}

.cst-footerlogo-sbotop {
	text-align: right;
}

/* CSS FOR HUSTLE CLOSE BUTTON TO SHOW ON LEFT SIDE (slide in youtube) */
.hustle-ui.hustle-slidein
	.hustle-slidein-content
	.hustle-info.hustle-info--default
	.hustle-button-icon {
	right: auto !important;
	left: 10px !important;
	/* top: -20px !important; */
}

/* CSS FOR TRENDING BUTTON (FRONT PAGE) */
.cst-btntrend {
	width: 100%;
	background-color: #002e6c !important;
	margin-bottom: 10px !important;
}
.cst-btntrend:hover {
	background-color: #5769bf !important;
}

/* CSS FOR NEWSLETTER FOOTER */
.shadow-top {
	box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
}

/* CSS TO HIDE SECONDARY NAVIGATION ON MOBILE */
/* @media (max-width: 768px) {
  .secondary-navigation {
      display: none;
  }
} */

/* custom yoast breadcrumbs css */
#breadcrumbs {
	font-size: 75%;
	color: #8e908f;
	margin: 1em 0 2em 0;
}
#breadcrumbs a {
	display: inline;
	border: none;
	padding: 0;
	text-transform: none;
}
/* hide breadcrumb on home page */
.home p#breadcrumbs {
	display: none;
}

/* GeneratePress Site CSS */ /* grey line under navigation */

.site-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	/* -webkit-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.75);
box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.75); */
}

/* navigation subscribe underline */

/* .main-navigation:not(.slideout-navigation) .main-nav li.subscribe-button a {
	box-shadow: 0px -8px 0px #e0314f inset;
	transition: all 0.6s ease 0s;
	padding: 0px;
	margin: 0px 20px
}

.main-navigation:not(.slideout-navigation) .main-nav li.subscribe-button a:hover {
	box-shadow: 0px -16px 0px #e0314f inset;
} */

/* wpsp meta spacing */

/* .wp-show-posts-entry-meta {
	margin-top: 10px;
} */

/* wpsp column spacing */

/* .wp-show-posts-columns .wp-show-posts-inner {
	margin: 0px 0px 40px 60px;
}

@media (min-width:1025px) {
  .footer-widgets .footer-widget-1 {
    width: 50%;
		padding-right: 100px;
  }
  .footer-widgets .footer-widget-2 {
    width: 20%;
  }
  .footer-widgets .footer-widget-3 {
    width: 30%;
  }
} */

/* DEFAULT GENERATE PRESS CUSTOM CSS */
@media (max-width: 1024px) {
	.footer-widgets .footer-widget-1,
	.footer-widgets .footer-widget-2,
	.footer-widgets .footer-widget-3 {
		clear: none !important;
		float: left;
		width: 100%;
		padding: 20px 20px;
	}
}

.mobile-header-navigation {
	padding: 10px;
	box-sizing: border-box;
}

/* fc-v3 new css */

@media (max-width: 420px) {
	.sitemap-child {
		text-align: left !important;
	}
}

/* .button {
	transition: 0.3s !important;
}
.button:hover {
	transform: translate(0, -8px) !important;
} */

.Forminator-button {
	transition: 0.3s !important;
}
.Forminator-button:hover {
	transform: translate(0, -8px) !important;
}
.post-image a img {
	transition: 0.3s !important;
}
.post-image a img:hover {
	transform: translate(0, -8px) !important;
}

.wp-show-posts-image a img {
	transition: 0.3s !important;
}
.wp-show-posts-image a img:hover {
	transform: translate(0, -8px) !important;
}

/* fc-v3 new css (for navbar search form) */
.main-navigation.navigation-stick .inside-navigation {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.inside-header {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.inside-header .search-form {
	/* float: right; */
	/* line-height: 60px;  */
	/* margin-right: 20px !important; */
}
.inside-header .search-submit {
	/* font-family: GeneratePress !important; */
}
.inside-navigation {
	max-width: 100% !important;
}

.wp-show-posts-entry-meta {
	font-weight: 600;
}
.latest-posts .listing-item {
	font-weight: 600 !important;
}

.wp-show-posts-entry-title a {
	color: #002e6c !important;
}

.wp-show-posts-entry-meta a {
	color: #002e6c !important;
}
.wp-show-posts-entry-title a:hover {
	color: #4557a8 !important;
}

.wp-show-posts-entry-meta a:hover {
	color: #4557a8 !important;
}

.entry-meta {
	font-weight: 600;
}

a.generate-back-to-top {
	color: white;
	height: 35px !important;
}

/* LINK IN POST CONTENT SHOULD APPEAR BLUE */
.single-post .entry-content p a,
.single-post .entry-content li a {
	color: #5769bf;
	text-decoration-style: solid;
}
.single-post .entry-content p a:hover,
.single-post .entry-content li a:hover {
	color: #5769bf;
}

.wp-show-posts-image.wpsp-image-left {
	width: 100% !important;
}

/*------------------------ SEARCH BAR CSS NISSHA---------------------- */

.menu-bar-items .search-field {
	border: 1px solid;
	/* border-radius: 2px; */
	padding: 5px 10px;
	width: 12rem;
}

.menu-bar-items .dashicons-search {
	padding: 5px 15px;
	font-size: 14px;
	background-color: #ffde22;
	color: #002e6c;
}

.menu-bar-items .dashicons-search:hover {
	background-color: #5769bf;
}

/* .menu-bar-items .search-form {
	margin-top: 15px;
} */

@media (max-width: 1554px) and (min-width: 1041px) {
	.inside-header {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.divwhitebg {
	background-color: white;
	position: absolute;
	width: 100%;
	height: 68px;
}

.main-navigation.has-sticky-branding:not(.grid-container)
	.inside-navigation:not(.grid-container)
	.navigation-branding {
	margin-left: 1px;
}

@media (max-width: 1554px) and (min-width: 1041px) {
	.main-navigation.has-sticky-branding:not(.grid-container)
		.inside-navigation:not(.grid-container)
		.navigation-branding {
		margin: auto;
	}

	.main-navigation.has-branding:not([class*="nav-align-"]):not(
			.mobile-header-navigation
		)
		.inside-navigation,
	.main-navigation.has-sticky-branding.navigation-stick:not(
			[class*="nav-align-"]
		):not(.mobile-header-navigation)
		.inside-navigation {
		justify-content: flex-start;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media only screen and (max-width: 1024px), (min-width: 1025px) {
	.main-navigation.sticky-navigation-transition .site-logo img,
	.main-navigation.sticky-navigation-transition
		.navigation-search
		input[type="search"],
	.main-navigation.sticky-navigation-transition .navigation-branding img {
		height: 65px;
	}
}

.search-submit {
	font-size: 14px !important;
}

/* #sticky-navigation {
	border-bottom: 2px solid rgb(0, 40, 94);
} */

/* custom css to hide element */
.hide-in-all {
	display: none !important;
}

/* footer copyright center on mobile */

@media (max-width: 430px) {
	.custom-footer-copyright {
		text-align: center !important;
	}
	.has-inline-mobile-toggle .inside-header {
		flex-direction: column !important;
		text-align: left;
		flex-wrap: wrap;
	}
}

 