/*
Theme Name: Femm Fly
Theme URI: https://femmdesing.net
Author: Femm Design
Author URI: https://femmdesing.net
Description: Yamaç paraşütü okulları, gökyüzü sporları ve macera turizmi işletmeleri için özel olarak tasarlanmış kurumsal WordPress teması. Femm Design tarafından geliştirilmiştir.
Version: 1.0.8
Requires PHP: 7.2
Tested up to: 6.6
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: scubo
Tags: paragliding, adventure, tourism, sports, business, company, education, outdoor, travel, blog, two-columns, custom-logo, custom-menu, featured-images, translation-ready
Copyright (c) 2026 Femm Design. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
*/

:root {
	--thm-font: 'Barlow Condensed', sans-serif;
	--heading-font: 'Ubuntu', sans-serif;
	--thm-base: #3b91e1;
	--thm-base-rgb: 59, 145, 225;
	--thm-primary: #2ea44f;
	--thm-black: #051b35;
	--thm-black-rgb: 5, 27, 53;
	--thm-gray: #edf2f5;
}
.wp-caption {
	margin-bottom: 2px;
}

.wp-caption-text {
	margin-bottom: 5px;
}

.screen-reader-text {
	margin-bottom: 12px;
}

.gallery-caption {
	margin-bottom: 2px;
}

.bypostauthor {
	margin-bottom: 2px;
}

.alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	max-width: 100%;
}

.alignright {
	float: right !important;
	margin-bottom: 20px;
	margin-left: 20px;
	max-width: 100%;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.col-md-4 .funfact-meta > i {
	right: 27px;
}

.mycustom-pricing {
	background-color: #090909 !important;
}

.on-hover {
	display: none;
	animation: fadeOut 0.5s;
}

.hver:hover .on-hover {
	display: block;
	animation: fadeIn 0.5s;
}

.news-block-two .inner-box .image-box .post-date a{
    color: #fff!important;
}
.mrindex{
	padding-top:100px;
}

.mrwidget {
    /* margin-left: 10px; */
    /* padding: 30px; */
}
.header-upper .upper-info .info-list li {
    display: none;
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
    font-family: 'Font Awesome 5 Free' !important;
}

.weprovide-section .left-column .video-inner a:after, .weprovide-section .left-column .video-inner a:before {
    border-radius: 50%!important;
}
.weprovide-section .left-column .video-inner a{
    border-radius: 50%!important;
}
.main-footer .widget-title {
    padding-top: 50px;
    color: #fff;
    font-size: 20px;
    padding-bottom: 20px;
}
.footer-widget .sub-menu {
	padding-left:0px!important;
}
.footer-widget ul {
	padding-left:0px!important;
}
.wp-style table tbody tr th a{
    font-weight: 400;
}
.st-comment-item .trackback.comment,.st-comment-item .pingback.comment{
	padding-left:0px;
}
.st-comment-item {
	padding-left:0px!important;
}
.st-comment-item .comment{
	padding-left:120px;
}
 .paginate_links .post-page-numbers{
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 500;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e9ec;
    padding-left: 18.5px;
    padding-right: 18.5px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
 .paginate_links .post-page-numbers:hover{
    color: #fff;
    background-color: var(--thm-primary);
    border-color: var(--thm-primary);
    font-size: 18px;
    font-weight: 500;
    border-style: solid;
    border-width: 1px;
    padding-left: 18.5px;
    padding-right: 18.5px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
 .paginate_links .current {
    color: #fff;
    background-color: var(--thm-primary);
    border-color: var(--thm-primary);
    font-size: 18px;
    font-weight: 500;
    border-style: solid;
    border-width: 1px;
    padding-left: 18.5px;
    padding-right: 18.5px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}


.feature-one__single {
    margin-bottom: 30px;
}