/*!
Theme Name: Modern Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: modern-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Modern Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
    --font-420: 420px;
    --font-60: 60px;
    --font-50: 50px;
    --font-45: 45px;
    --font-37: 37px;
    --font-30: 30px;
	--font-25: 25px;
    --font-22: 22px;
	--font-20: 20px;
	--font-18: 18px;
	--font-17: 17px;
	--font-16: 16px;
	--font-15: 15px;
	--font-12: 12px;
}

* {
	box-sizing: border-box;
}

body,
html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Gilroy', sans-serif;
    font-weight: 400;
	color: #545454;
	font-size: var(--font-20);
	font-style: normal;
/* 	font-weight: 400; */
	line-height: 1.8;
	background: #FFFFFF;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

p {
	margin: 0 0 20px 0;
	font-weight: 600;
}

p:last-child {
	margin: 0;
}

a {
	color: #222222;
	text-decoration: none;
	transition: 0.5s all;
}

a:hover {
	color: #F84372;

}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}


section {
	padding: 185px 0;
	position: relative;
}

section.small-padding {
	padding: 100px 0;
}

section.pt-0 {
	padding-top: 0;
}

section.pb-0 {
	padding-bottom: 0;
}

section.p-0 {
	padding-top: 0;
	padding-bottom: 0;
}

input,
textarea,
select {
	font-family: "Josefin Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 1.3;
	padding: 13px;
	border-radius: 10px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: #fff;
	width: 100%;
	border: 1px solid #575757;
}

::placeholder {
	color: #000;
}

select {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 24 24" style="enable-background:new 0 0 512 512" xml:space="preserve" class="hovered-paths"><g><path d="M12 16a1 1 0 0 1-.71-.29l-6-6a1 1 0 0 1 1.42-1.42l5.29 5.3 5.29-5.29a1 1 0 0 1 1.41 1.41l-6 6a1 1 0 0 1-.7.29z" data-name="16" fill="%23000000" opacity="1" data-original="%23000000" class="hovered-path"></path></g></svg>');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center right 18px;
}

.wpcf7-spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 30px;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto 0 auto auto;
}

.button {
	font-size: 18px;
	padding: 16px 32px;
	line-height: 1;
	background: #bf1e2e;
	text-decoration: none;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	border-radius: 10px;
	border: 1px solid #bf1e2e;
	min-width: 190px;
}

.button.white {
	border: 1px solid #fff;
	background: transparent;
}

.button.white:hover {
	background: #fff;
	color: #bf1e2e;
}

.button:hover {
	color: #bf1e2e;
	background: transparent;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.wrapper {
	width: 100%;
	max-width: 1350px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.wrapper.small {
	max-width: 1270px;
}

/* FONTS */

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/gilroy-thin-webfont.woff2') format('woff2'),
         url('./fonts/gilroy-thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/gilroy-ultralight-webfont.woff2') format('woff2'),
         url('./fonts/gilroy-ultralight-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/gilroy-light-webfont.woff2') format('woff2'),
         url('./fonts/gilroy-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/gilroy-regular-webfont.woff2') format('woff2'),
         url('./fonts/gilroy-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/gilroy-medium-webfont.woff2') format('woff2'),
         url('./fonts/gilroy-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/gilroy-semibold-webfont.woff2') format('woff2'),
         url('./fonts/gilroy-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/gilroy-bold-webfont.woff2') format('woff2'),
         url('./fonts/gilroy-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('./fonts/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/gilroy-heavy-webfont.woff2') format('woff2'),
         url('./fonts/gilroy-heavy-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/gilroy-black-webfont.woff2') format('woff2'),
         url('./fonts/gilroy-black-webfont.woff') format('woff');
    font-weight: 950;
    font-style: normal;
}

@font-face {
    font-family: 'wild_mangoregular';
    src: url('./fonts/wild_mango-webfont.woff2') format('woff2'),
         url('./fonts/wild_mango-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Header */
.header-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 23px 160px 11px 160px;
    border-bottom: 4px solid #1ABEFF;
}

.menu {
    display: flex;
    flex-wrap: wrap;
}

.menu li:not(:last-child) {
    margin-right: 60px;
}

.menu a {
    font-size: var(--font-15);
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
}

.site-branding img {
    width: 76px;
}