/*
Theme Name: b52club
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.01111
*/
:root {
    --main-color: #F3F144;
    --main-font: 'Source Serif 4', serif;
    --heading-font: 'Source Serif 4', serif;
    --nav-font: 'Source Serif 4', serif;
}
body {
    font-family: var(--main-font) !important;
	font-size: 18px;
	font-weight: 400;
}
.header-nav-main > li > a {
    font-family: var(--nav-font) !important;
}
@media only screen and (max-width: 1024px){
    .mobile-nav .nav-icon i {
        color: #fff;
    }
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{
    font-family: var(--heading-font) !important;
}
b, strong{
    font-weight: bold;
}
.pl-0 {
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pd-half{
    padding: 15px;
}
.px-half{
    padding-left: 15px;
    padding-right: 15px;
}
.wp-block-image{
    text-align: center;
}
.text-main{
    color: var(--main-color) !important;
}
.text-justify{
    text-align: justify;
}
.article-inner p:not(.text-center){
    text-align: justify;
}
.article-inner .entry-header .entry-divider{
    display: none;
}
.article-inner .entry-header .entry-category{
    text-align: center;
}
.dark, .dark p, .dark td{
    color: #ffffff;
}
.icon-box-img svg, .icon-box-img img{
    padding-top: 0;
}
.col-rounded .col > .col-inner,
.rounded{
    overflow: hidden;
    border-radius: 10px;
}
.button.is-link:hover, .button.is-underline:hover{
    color: #ffffff;
}
.taxonomy-description ul li{
	margin-left: 1.3em;
}

.header-bg-image{
	background: url(/wp-content/themes/b52club/assets/img/bg.jpeg) no-repeat;
}
.header-bg-color, .header-bottom{
	background: transparent !important;
}
.header-bottom .container{
	max-width: 1120px;
	padding: 0;
}
.header-bottom .container .flex-col, .header-bottom-nav li{
	width: 100%;
}
.home_html{
	text-align: center;
}
.slogan{
	width: 36%;
	margin: 0 auto;
	margin-bottom: 30px
}
.logForm{
	margin-bottom: 30px;
	padding: 0 15px;
}
.logForm button {
    width: 200px;
    height: 70px;
    background-size: 180px 70px !important;
    font-size: 0;
    border: none;
	margin-bottom: 5px;
}
@media (max-width: 767px){
	.slogan {
			width: 91%;
	}
}
.footer .row{
	max-width: 1200px;
}