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

.menu-item-372028-pt a img {
	width: 18px !important;
	height: 13px !important;
}
.menu-item-372027-pt a img {
	width: 18px !important;
	height: 13px !important;
}
.menu-item-372033-pt a img {
	width: 18px !important;
	height: 13px !important;
}
.menu-item-372034-pt a img {
	width: 18px !important;
	height: 13px !important;
}
.menu-item-372029-pt a img {
	width: 18px !important;
	height: 13px !important;
}
.menu-item-372030-pt a img {
	width: 18px !important;
	height: 13px !important;
}
.menu-item-372031-pt a img {
	width: 18px !important;
	height: 13px !important;
}
.menu-item-411158 a img {
	width: 18px !important;
	height: 13px !important;
}

/* fc-v3 new css */
body,
button,
input,
select,
textarea {
	font-family: arial, Verdana sans-serif;
}

/* end of new */
/* fc-v3 new css for sunardy footer nav*/

.custom-footer-nav2 a:visited {
	color: #002e6c !important;
}

/* fc-v3 new css */

/* 
.featured-image img {
  width: 100%;
  height: auto; /* Maintain aspect ratio 
}
 */

.promosidebar {
	padding-left: 20px;
}

a.generate-back-to-top {
	color: white;
	height: 25px;
}

.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;
}

.promo_banner a img {
	transition: 0.3s !important;
}
.promo_banner a img:hover {
	transform: translate(0, -8px) !important;
}
/* end of new */

/* fc-v3 new css */
.main-navigation.navigation-stick .inside-navigation {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
/* end of new */

/* fc-v3 new css (for navbar search form) */
.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;
}

/* end new css */

/* fix the off canvas arrow button not aligned with the menu  */
.slideout-menu .dropdown-menu-toggle {
	margin-top: 15px !important;
}

@media (max-width: 420px) {
	.custom-footer-copyright {
		text-align: center;
	}
	.custom-footer-recaptcha {
		text-align: center;
	}
	.custom-footer-nav {
		text-align: center;
	}
}

.custom-footer-nav2 a:visited {
	color: #002e6c !important;
}

.custom-footer-nav2 a:hover {
	color: #4557a8 !important;
}

.listing-item:hover a {
	color: #4557a8 !important;
}
.gb-inside-container ul {
	font-weight: 600;
	color: #002e6c;
}

/* different color for promotion menu for desktop */
@media screen and (min-width: 800px) {
	.main-navigation .main-nav ul li.custom-menu a {
		background-color: #ffffff;
		color: red;
	}
	.main-navigation .main-nav ul li.custom-menu:hover a {
		background-color: #ffffff;
		color: #ff5959;
	}
}

/* disable sidebar for 404 page and search result page */
/* .error404 .secondary-navigation,
.error404 .sidebar,
.search-results .secondary-navigation ,
.search-results .sidebar {
    display: none;
} */

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

.email_forminator {
	float: left;
	width: calc(100% - 120px);
	margin-right: 10px;
	display: inline-block;
	margin-top: 20px;
}

/* secondary menu sbotop , custom color yellow and align center */
.secondary-navigation ul li.yellow-menu a {
	color: #ffde22 !important;
}
.secondary-navigation ul li.cst_joinnow a {
	background-color: #f0d437 !important;
	color: #002e6c !important;
	border: none !important;
	border-radius: 5px !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	/* height: 40px !important; */
	line-height: 25px !important;
	/* fc-v3 new css */
	margin-top: 9px !important;
}
.cst_promo_nav {
	top: -5px;
}

.cst_promo_nav > a {
	display: flex !important;
	justify-content: center !important;
	align-items: baseline !important;
}

#sticky-navigation > .inside-navigation > #primary-menu > ul > li.cst_promo_nav {
	top: -6.5px !important;
}
.secondary-navigation .main-nav ul li a,
.secondary-navigation .menu-toggle {
	text-align: center;
}

/* fc-v3 new css */
@media (max-width: 420px) {
	.secondary-navigation ul li.cst_joinnow a {
		height: 43px !important;
		margin-top: 0px !important;
	}
}
/* end of new */

/* secondary menu payment svg css setting  */
.cst-payment span {
	top: -3px;
	position: relative;
}

#V-icon-wallet {
	top: 5px;
	position: relative;
}
#V-icon-gift {
	top: 5px;
	position: relative;
}
@media (max-width: 420px) {
	.secondary-navigation ul li.cst_joinnow a {
		border-radius: 0px !important;
		height: 40px !important;
		padding-top: 5px !important;
	}
	.cst-payment span {
		left: -15px;
	}
	#V-icon-gift {
		top: 3px;
	}
	#V-icon-wallet {
		left: -15px;
	}
}
.search-submit {
	font-size: 14px !important;
}

/* follow us social media footer on hover zoom effect */
.hover-zoom {
	overflow: hidden;
	transition: transform 0.3s ease;
}
.hover-zoom:hover {
	transform: scale(1.2);
}

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

/* sidebar title font adjustment */
.cst-header-title {
	font-weight: 900;
}

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

/* ALIGN SINGLE IMAGE TO LEFT SIDE ON DESKTOP */
.post-image-aligned-center .featured-image,
.post-image-aligned-center .post-image {
	text-align: left !important;
}
/* ALIGN SINGLE IMAGE TO CENTER SIDE ON MOBILE */
@media (max-width: 420px) {
	.post-image-aligned-center .featured-image,
	.post-image-aligned-center .post-image {
		text-align: center !important;
		text-decoration-line: underline;
		text-decoration-style: solid;
	}
}

/* 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;
}

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

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

/* 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: 20px;
	/* fc-v3 new css */
	font-weight: 600;
}

.small-latest-news {
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 12px;
}
.small-latest-news .listing-item {
	padding-bottom: 5px;
}

/* 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;
}
.wp-show-posts-entry-meta {
	padding-top: 10px;
	/* fc-v3 new css  : change wp show post font weight*/
	font-weight: 600;
}

/* fc-v3 new css */
.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;
}

/* end css */

/* 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;
}

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

/* 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;
	text-align: left !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;
	text-align: left !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-trending {
	/* height: 100% !important; */
}
.cst-trending > .gb-grid-column {
	margin-bottom: 10px;
}
.cst-trending > .gb-grid-column > .gb-container {
	/* height: 100% !important; */
}
.cst-trending > .gb-grid-column > .gb-container > .gb-inside-container {
	/* height: 100% !important; */
}
.cst-trending > .gb-grid-column > .gb-container > .gb-inside-container > .gb-button-wrapper {
	/* height: 100% !important; */
}

.cst-btntrend {
	width: 100%;
	background-color: #002e6c !important;
	/* margin-bottom: 10px !important; */
	/* height: 100%; */
}
.cst-btntrend:hover {
	background-color: #5769bf !important;
}
S


/* 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;
  }
} */

/* fc-v3 new css */
/* fix mobile secondary menu  */
@media (max-width: 420px) {
	/* .secondary-navigation .main-nav ul li a,	
	.secondary-navigation .menu-toggle {	
		text-align: left;	
		padding-left: 29vw !important;	
	}	
	.secondary-navigation .main-nav ul li a {	
		padding-left: 38vw !important;	
	} */
}
/* FIX POLYLANG alignment in secondary menu */
.secondary-navigation .main-nav ul li.pll-parent-menu-item ul li a {
	text-align: left !important;
}
@media (max-width: 420px) {
	.secondary-navigation .main-nav ul li.pll-parent-menu-item ul li a {
		text-align: center !important;
	}
	.secondary-navigation .main-nav ul li.pll-parent-menu-item {
		text-align: center !important;
		width: 100% !important;
	}
	.secondary-navigation .main-nav ul li.pll-parent-menu-item > a {
		text-align: center !important;
	}
	.secondary-navigation .main-nav ul li.pll-parent-menu-item .sub-menu {
		width: 100% !important;
	}
}
/* FIX POLYLANG HEIGHT ON SECONDARY MENU */
.secondary-navigation .main-nav ul li.pll-parent-menu-item > a {
	height: 43px;
}
/* set polylang menu drop down width */
/* .secondary-navigation.sub-menu-left .sub-menu {	
	width: auto !important;	
} */
.secondary-navigation .main-nav ul li.pll-parent-menu-item {
	text-align: left;
	width: 154.41px;
}
.secondary-navigation .main-nav ul li.pll-parent-menu-item > a {
	text-align: left;
}
.secondary-navigation .main-nav ul li.pll-parent-menu-item .sub-menu {
	width: 154.41px;
}
@media (max-width: 420px) {
	.secondary-navigation .main-nav ul li.pll-parent-menu-item > a span span.gp-icon {
		margin-top: 12px;
	}
}
/* end of new */
.main-nav ul li a {
	font-size: 15px;
}
/* custom yoast breadcrumbs css */
#breadcrumbs {
	font-size: 75%;
	color: #002e6c;
	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;
}

.main-nav ul li a {
	font-size: 15px;
}

/* 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;
}

/* CUSTOM WIDGET LATEST NEWS CSS AS CARD */
.card-widget {
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

/* ADD HOVER OVERLAY EFFECT ON POST IMAGE */
.wp-show-posts-image.wpsp-image-left {
	background-color: white;
}
.wp-show-posts-image.wpsp-image-left:hover img {
	opacity: 0.8;
}
.post-image a img:hover {
	background-color: white;
	opacity: 0.8;
}

/* TOURNAMENT LEADERBOARD PAGE */
.cst-tournament-desktop {
	margin-bottom: 0px;
}

.cst-tournament-mobile {
	margin-bottom: 0px;
	display: none;
}
.cst-lastupdate {
	margin-top: 0px;
}

.ldb-tabledata {
	width: 100% !important;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}
.ldb-tabledata table {
	margin-bottom: 0 !important;
}

@media (max-width: 420px) {
	.cst-tournament-desktop {
		display: none;
	}

	.cst-tournament-mobile {
		display: block;
	}
	.ldb-tabledata {
		font-size: 14px;
	}
}

.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;
}

.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;
	/* margin: auto; */
}

/* @media only screen and (min-width: 1040px) and (max-width: 1165px){
    
    .main-navigation.has-sticky-branding:not(.grid-container) .inside-navigation:not(.grid-container) .navigation-branding {
        
        margin: auto;
    }
  
  } */

@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;
		/* margin-top: 15px; */
	}

	/* .main-navigation .inside-navigation {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    } */
}
