/*
Theme Name: Growthfund
Theme URI: https://routsis.gr
Author: Fotis Routsis
Author URI: https://routsis.gr
Description: Growthfund Bootstrap 5 based theem.
Requires at least: 6.0
Requires PHP: 7.3
Version: 1.0.0
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
	font-family:AktivGrotesk;
	src: url(fonts/AktivGroteskLt.woff);
}

@font-face {
	font-family:AktivGrotesk-Italic;
	src: url(fonts/AktivGroteskLtIt.woff);
}

body {
	font-family: AktivGrotesk, sans-serif;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #232323;
}

.grotesk-bold,
strong{
	font-weight: 800;
}

.container{
	max-width: 1550px !important;
}

.mt-gfnd{
	margin-top: 4.5rem!important;
}

.mb-gfnd{
	margin-bottom: 4.5rem!important;
}

.pt-gfnd{
	padding-top: 4.5rem!important;
}

.pb-gfnd{
	padding-bottom: 4.5rem!important;
}

.ps-gfnd{
	padding-left: 4.5rem!important;
}

.pe-gfnd{
	padding-right: 4.5rem!important;
}

.gfnd-opacity-5{ opacity:.5; }

/*--------------------------------------------------------------
# Special Styles
--------------------------------------------------------------*/
.section-1{
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.gfnd-section.boxed.pb-gfnd {
    padding-bottom: 8rem !important;
}

.gfnd-section.boxed.pt-gfnd {
    padding-top: 8rem !important;
}

p .aligncenter {
    margin: 0 auto;
    display: inherit;
}

ul.airport-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.airport-list li {
    display: inline-block;
    width: 22%;
    margin: 10px 1%;
    background: #fff;
    text-align: center;
    padding: 25px 10px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 16px;
}
