/*
Theme Name: go88k
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.01111111
*/
:root {
    --main-color: #f25000;
    --main-font: arial;
    --heading-font: arial;
    --nav-font: arial;
}
body {
    font-family: var(--main-font) !important;
}
.header-nav-main > li > a {
    font-family: var(--nav-font) !important;
}
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,
.wp-caption{
    text-align: center;
}
.text-main{
    color: var(--main-color) !important;
}
.text-justify{
    text-align: justify;
}
.article-inner p:not(.text-center){
    text-align: justify;
}
.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;
}
.is-divider{
    display: none;
}
.page-wrapper{
	padding-bottom: 0;
}
table{
	border-collapse: collapse;
}
table td, table th {
    border: 1px solid #ccc;
    padding: 10px !important;
	font-size: 1em;
    color: #000;
}
.page-inner li{
	margin-left: 1.3em;
}
.mobile-nav .icon-menu{
	color: #fff;
}
.header-button{
	border: 1px solid #fff;
	border-radius: 4px;
}
.footer-wrapper .widget-title{
		display: block;
		border-bottom: 1px solid #f1f1f1;
		padding-bottom: 10px;
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 1.5em;
}
.widget-area .widget {
    border-top: 3px solid #e6e6e6;
    margin-bottom: 30px;
}
.widget-area .widget-title {
    font-size: 14px;
    font-weight: 700;
    margin: -3px 0 0;
    padding: 15px 0;
    text-transform: uppercase;
    display: inline-block;
	border-top: 3px solid #af0000;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media>.pull-left {
    margin-right: 15px;
}
.new_blog .entry-title {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
		margin-bottom: 2px
}
.new_blog .entry-meta .fa-calendar {
    margin-left: 10px;
}
.new_blog .entry-title>a {
    color: #333;
}
.new_blog .entry-meta {
    font-size: 12px;
	text-transform: uppercase;
}