/*
Theme Name: gemwin
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.02
*/
:root {
    --main-color: #0098e6;
}
body{
   	font-family: 'Signika', sans-serif !important;
	font-size: 16px;
}
b, strong{
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Signika', sans-serif !important;
}
.text-main{
	color: var(--main-color);
}
.nav > li > a{
	font-family: 'Signika', sans-serif !important;
}
.aligncenter{
    text-align: center;
}
.wp-block-image{
    text-align: center;
}
p{
    margin-bottom: 0.5rem;
}
p:not(.text-center):not(.text-left):not(.text-right){
    text-align: justify;
}
.pb-half {
    padding-bottom: 15px !important;
}
.page-wrapper{
	padding-bottom: 0;
}
.nav > li{
	margin-right: 0;
	margin-left: 0;
}
#header .nav > li > a{
	line-height: 77px !important;
    padding: 0 10px;
}
#header .stuck .nav > li > a{
	line-height: 70px !important;
}
#header .nav > li > a:hover{
	background-color: #ff7108;
}
.header-wrapper{
	border-bottom: 1px solid #fff;
}
.sidebar-menu .ux-sidebar-menu-icon{
	display: none;
}
.main-content{
	background: #5fd7ff url(/wp-content/uploads/2023/08/gemwinblog.webp) center bottom no-repeat;
}
.page-template-default .page-wrapper > .row-main .col-inner,
.page-right-sidebar .left .page-inner,
.main-content .large-12 .col-inner{
	border: 2px dashed var(--main-color);
    border-radius: 15px;
    padding: 20px;
	background-color: #fff;
}
.page-wrapper .large-9 .article-inner{
	border: 2px dashed var(--main-color);
    border-radius: 15px;
    box-shadow: unset;
}
.article-inner .entry-header-text{
	padding-bottom: 0;
}
.page-wrapper{
	background: #5fd7ff url(/wp-content/uploads/2023/08/gemwinblog.webp) center bottom no-repeat;
}
.widget-title{
	color: #333;
}
.sub-menu{
	padding: 0;
}
/*menu action btn*/
.html_topbar_left .widget_custom_html.widget-shortcode{
	margin-bottom: 0;	
}
.menu-action-btn{
   display: flex;
   flex-wrap: nowrap;	
}
.menu-action-btn a {
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    margin: 0 5px;
    text-shadow: none;
    line-height: 34px;
    min-height: 34px;
    padding: 0 15px;
    max-width: 100%;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    border-radius: 99px;
	white-space: nowrap;
}
@media (max-width: 849px){
	.header-main li.html.custom {
		display: inline-block;
	}
}
@media (max-width: 549px) {
    .menu-action-btn a {
        line-height: 25px;
		min-height: 25px;
        font-size: 12px;
		padding: 0 10px;
    }
}
@media (max-width: 350px) {
    .menu-action-btn a {
		padding: 0 5px;
    }
}