/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.fleet01 .content-section p {
	font-size:22px;
	color:#ffffff;
}
.fleet01 .slick-dots li button::before {
	content:'';
	border-radius:0;
	background: #b26921;
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
}
.fleet01 [type="button"]:focus, .fleet01 [type="button"]:hover {
	background-color:transparent;
	text-decoration: none;
}
.footerlist ul {
	padding: 10px 12px;
}

@media screen and (min-width: 768px) {
	.footerlist ul {
	    padding: 10px 30px;
	}
}

span#f-time {
	font-size: 26px;
	color: #fff;
}
span#f-weather {
	font-size: 26px;
	color: #fff;
}


.easy-main-menu .elementor-menu-toggle {
    border-radius: 0;
}

/* SEOPress style */
button#seopress-user-consent-accept {
    border: none !important;
}
.seopress-user-consent button:hover {
    background-color: #222222;
}
@media (min-width: 768px) {
    .seopress-user-consent.seopress-user-message p:nth-child(1) {
        max-width: 1000px;
        text-align: left;
    }
}
@media (max-width: 767px) {
    .seopress-user-consent.seopress-user-message {
        width: 100%;
    }
    .seopress-user-consent.seopress-user-message p:nth-child(1) {
        text-align: center;
    }
    .seopress-user-consent.seopress-user-message p:nth-child(2) {
        margin-top: 15px;
    }
}

.gdpr-texts h3 {
    margin: 15px 0 5px 0;
    font-size: 22px;
}

.otgs-development-site-front-end {
    display: none !important;
}