/*
Theme Name: FIP Worldcup
Theme URI: https://www.sweans.com
Author: Sweans
Author URI: https://www.sweans.com
Description: A WordPress theme frame work
Requires at least: WordPress 5.0.0
Version: 1.0.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: fipworldcup
Tags: blog, news, photography, two-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, custom-menu, editor-style, featured-images, footer-widgets, rtl-language-support, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Alignments
# Sidebars
# Widgets
# Preloader
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Content
    ## Posts and pages
	## Asides
	## Comments
# Media
	## Captions
	## Galleries
# Post Format
# Pagination
# Footer
# Social Share
# Load more
# Responsive
--------------------------------------------------------------*/
/* @font-face {
	font-family: 'Gilroy-Light';
	src: url(fonts/Gilroy-Light.eot);
	src: url(fonts/Gilroy-Light.eot?#iefix) format('embedded-opentype'),
		 url(fonts/Gilroy-Light.otf) format('otf'),
		 url(fonts/Gilroy-Light.svg#Gilroy-Light) format('svg'),
		 url(fonts/Gilroy-Light.ttf) format('truetype'),
		 url(fonts/Gilroy-Light.woff) format('woff'),
		 url(fonts/Gilroy-Light.woff2) format('woff2');
} */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.clear{
	clear: both;
}
html, body {
    font-size: 100%;
    height: 100%;
}
body{
	margin:0;
	background-color: #002C64;
	transition: all 0.5s ease;
	/*transition: all 0.5s ease-in-out;*/
}
body, th, td, input, textarea{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
input.text{
	background:#FFFFFF;
	border:none;
	padding:1px;
}
input.button{
	background:#000000;
	border:1px solid #000000;
	color:#ffffff;
}
h1, h2, h3{
	color:#000000;
}
h1{
	font-size:25px;
	}
h2{
	font-size:22px;
}
h3{
	font-size:16px;
}
h4{
	font-size:14px;
}
h5{
	font-size:12px;
}
h6{
	font-size:10px;
}
p, ul, ol{
	font-size:13px;
	line-height:20px;
}
blockquote{
	margin-left:36px;
	margin-right:36px;
	}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	border:none;
}
h1 a, h2 a, h3 a{
	border:none;
	color:#333333;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover{
	background:none;
	color:#371015;
}
hr{
	display:none;
}
#header{
	background-color:#9F9F9F;
	height:38px;
	margin:0 auto;
	width: 1800px;
	position:relative;
	z-index:9999;
}
#search{
	float:right;
	width:270px;
	padding-top: 10px;
}
#search fieldset{
	border:none;
}
#search #s{
	padding:3px;
	width:140px;
	vertical-align:top;
}
#search #x{
	width:60px;
	vertical-align:top;
}
#page{
	margin:0 auto;
	width: 100%;
}
.contentmain{
	width:490px;
	float:left;
	}
#content{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;	
}
.post .title{
	font-weight:normal;
	margin:0;
}
h1.title{
	color:#333333;
	font-size:26px;
	font-weight: normal;
}
h2.title{
	color:#371015;
	font-size:16px;
}
.desctitle{
	font-size:10px;
}
.post h1.title{
	font-size:24px;
	height:auto;
}
.entry p{
	padding-bottom:20px;
}
.entry ul,ol{
	padding-left:20px;
}
.post .meta{
	border-bottom:1px dotted #CCCCCC;
	color:#333333;
	font-size:14px;
}
.navigation{
	padding-top:10px;
	padding-bottom: 10px;
}
.navigation a{
	font-size: 14px;
	font-weight: bold;
}
.post .meta a{
	color:#333333;
}
.post .links{
	margin:0;
}
.post .tags{
	font-size:9px;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.post .links a, .post .tags a{
	border:none;
}
.leftsidebar{
	width:245px;
	float:left;
}
.rightsidebar{
	width:245px;
	float:right;
}
#sidebar ul{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar li{
	background-color: #C6C6C6;
	padding: 5px;
}
#sidebar li li{
	margin:0;
}
#sidebar li h2{
	margin:0;
}
#sidebar li h2{
	height:30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	background-color: #333333;
	text-align: center;
	}
#sidebar li ul{
	line-height:normal;
	padding-left: 5px;
	padding-right: 5px;	
	}
#sidebar li li{
	background-image: url(images/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
	padding-top: 5px;
	padding-bottom: 5px;	
}
#sidebar li li li{
	background-image: url(images/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0px;
}
#calendar{
	margin:0 auto;
}
#calendar caption{
	font-weight:bold;
}
#calendar table{
	border-collapse:collapse;
	text-align:center;
	width:220px;
}
#calendar thead th{
	background:#CCCCCC;
	color:#FFFFFF;
}
#calendar tbody td{
	background:#EEEEEE;
}
#calendar #today{
	background:#B8D03B;
	color:#FFFFFF;
	font-weight:bold;
}
#calendar a{
	font-weight:bold;
}
#calendar #prev{
	text-align:left;
}
#calendar #next{
	text-align:right;
}
#footer {
  color: #000000;
  width: 100%;
  height: 50px;
}
#footer a{
	color:#000000;
}
.footer-copy {
	border-radius: 0 30px 0 0;
	background: #061E3C;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 400px;
	height: 77px;
	color: #FFF;
	font-family: Orbitron;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.comlabel{
	color:#666666;
	font-size:13px;
	font-weight:lighter;
}
.comtext{
	background-color:#371015;
	border:5px solid #FFFFFF;
	color:#FFFFFF;
	padding:5px;
}
.postlabel{
	color:#666666;
	font-size:13px;
	font-weight:lighter;
}
.posttext{
	background-color:#371015;
	border:5px solid #FFFFFF;
	color:#FFFFFF;
	padding:5px;
}
.commentlist{
	list-style:none;
}
.authorcomment{
	background-color:#efefef;
	margin:10px 0px 0px 0px;
	padding:3px;
}
.odd{
	color:#333333;
	background-color: #EAEAEA;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.odd a:link{
	color:#000000;
}
.commenttext{
	color:#000000;
	color:#000000;
	font-size:10px;
	margin:0px 0px 10px 0px;
	padding:5px 10px 5px 10px;
	background-color: #EAEAEA;
}
#author, #email, #url{
	background:#FBFBFB;
	border:1px solid #cbcbcb;
	padding:3px;
	width:40%;
	margin-bottom:5px;
}
#comment{
	background:#FBFBFB;
	border:1px solid #cbcbcb;
	margin-bottom:0.6em;
	padding:3px;
	width:95%;
}
#submit{
	background-color:#efefef;
	border-bottom:2px solid #CCCCCC;
	border-left:1px solid #E4E4E4;
	border-right:2px solid #CCCCCC;
	border-top:1px solid #E4E4E4;
	padding:3px;
}
blockquote{
	padding-left:52px;
	background-image: url(images/qt.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
}
blockquote cite{
	display:block;
	margin:5px 0 0;
}
.center{
	text-align:center;
}
.aligncenter{
	margin-right: auto;
	margin-left: auto;	
}
img.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
hr{
	display:none;
	}
a img{
	border:none;
}
pre{
	background:#f3f2ed;
	border:solid 1px #9a9a9a;
	color:blue;
	margin:10px;
	padding:10px;
}
code{
	color:#000;
	font-size:1.0em;
}
p img {
	padding: 0;
	max-width: 100%;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post-password-form input[type="password"] {
	border: 1px solid #f90;
	height: 30px;
	padding: 0 5px;
}
.post-password-form input[type="submit"] {
	background: #f90;
	border: none;
	height: 30px;
	cursor: pointer;
	color: #fff;
	transition: all 0.5s ease;
}
.post-password-form input[type="submit"]:hover {
    background: #e1921b;
    transition: all 0.5s ease;
}
.post-comment-block .comments-area {
	float: left;
	width: 100%;
}
.post-comment-block .comments-area ul{
	float: left;
	width: 100%;
	padding-left: 15px;
}
.post-comment-block .comments-area ul li{
	float: left;
	width: 100%;
	padding-left: 15px;
}
.post-comment-block .comments-area ul li.media {
    padding-bottom: 30px;
}
.post-comment-block .comments-area ul li .media-left-avatar{
	float: left;
	width: auto;
	border-radius: 50%;
}
.post-comment-block .comments-area ul li .media-left-avatar img {
    float: left;
    width: 50px;
    border-radius: 50%;
    height: 50px;
}
.post-comment-block .comments-area ul li .media-body{
	float: left;
	width: auto;
	padding-left: 30px;
}
.post-comment-block .comments-area ul li.media .children {
    padding-top: 30px;
}
#access{
    display: block;
    float: left;
    margin: 0 auto;
    width: 1800px;
}
#access2 {
    display: block;
    float: right;
    margin: 0 auto;
    width: 1800px;
}
#access .menu-header, #access2 .menu-header, div.menu { 
    font-size: 13px; 
    margin-left: 15px; 
} 
#access .menu-header ul, #access2 .menu-header ul, div.menu ul { 
    list-style: none; 
    margin: 0; 
} 
#access .menu-header li, #access2 .menu-header li, div.menu li { 
    float:left; 
    position: relative; 
} 
#access a{
    color: #029a8d;
    display: block;
    font-family: 'Rosario', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}
#access2 a {
    color: #FFFFFF;
    display: block;
    font-family: 'Rosario',sans-serif;
    font-size: 14px;
    padding: 0 10px;
    text-decoration: none;
}
#access ul ul, #access2 ul ul { 
    display:none; 
    position:absolute; 
    top:38px; 
    left:0; 
    float:left; 
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2); 
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); 
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); 
    width: 180px; 
    z-index: 99999; 
} 
#access ul ul li, #access2 ul ul li { 
    min-width: 180px;     
} 
#access ul ul ul, #access2 ul ul ul { 
    left:100%; 
    top:0; 
} 
#access ul ul a, #access2 ul ul a { 
    background:#333; 
    height:auto; 
    line-height:1em; 
    padding:10px; 
    width: 160px; 
} 
#access li:hover > a, #access ul ul :hover > a, #access2 li:hover > a, #access2 ul ul :hover > a { 
    color:#B40101; 
} 
#access ul li:hover > ul, #access2 ul li:hover > ul { 
    display:block; 
} 
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a,
#access2 ul li.current_page_item > a, #access2 ul li.current-menu-ancestor > a, #access2 ul li.current-menu-item > a, #access2 ul li.current-menu-parent > a { 
    color: #B40101; 
} 
* html #access ul li.current_page_item a, 
* html #access ul li.current-menu-ancestor a, 
* html #access ul li.current-menu-item a, 
* html #access ul li.current-menu-parent a, 
* html #access ul li a:hover, 
* html #access2 ul li.current_page_item a, 
* html #access2 ul li.current-menu-ancestor a, 
* html #access2 ul li.current-menu-item a, 
* html #access2 ul li.current-menu-parent a, 
* html #access2 ul li a:hover{ 
    color:#B40101; 
}
/* =Menu end
-------------------------------------------------------------- */ 
.contentmain_404{
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}
.center1{
	text-align:center;
}
.logo-wrapper {
	height: 160px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	position: absolute;
	z-index: 99;
}
.logo-wrapper .container{
	width: 100%;
	max-width: 95%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.swlogo {
    bottom: 15px;
    float: right;
    position: absolute;
    right: 10px;
    z-index: 999999999;
}
.site_logo{
	width: auto;
}
.site_logo img {
	max-width: 276px;
	height: 85px;
	object-fit: cover;
}
.bottom-to-top-arrow {
    bottom: 10%;
    display: none;
    height: 60px;
    position: fixed;
    right: 30px;
    transition: all 0.3s linear 0s;
    width: 60px;
    z-index: 9999;
    border-radius: 50%;
    outline: none;
    border: none;
    background-image: url('images/up-arrow-orange.png');
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 56px;
    color: #fff;
}
.bottom-to-top-arrow:hover {
    opacity: .8;
    transition: all 0.3s linear 0s;
}

/*Blog Page*/
.container {
	margin: 0 auto;
}
.eachRide {
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 20px;
}

.eachRide img {
    max-width: 100%;
    height: auto;
}

.rideTitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sliderDescription5 {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.learnMoreRide {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.learnMoreRide:hover {
    background-color: #0056b3;
}

.blog-navigation-wrapper {
    margin-top: 20px;
    text-align: center;
}

.pagination {
    display: inline-block;
}

.pagination button {
    padding: 10px 20px;
    margin: 0 5px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination button:hover {
    background-color: #0056b3;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-md-6 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .col-md-6 {
        width: 100%;
    }
}
.top-equal-block{
	width: 33.33%;
}
.top-first-ever-block-wrapper {
	display: flex;
	justify-content: center;
	margin-left: 245px;
}
.top-first-ever-block {
	width: 415px;
	height: 200px;
	background-image: url('images/top_text_box.png');
	background-repeat: no-repeat;
	padding-top: 45px;
}
.top-first-ever-block h1{
	color: #A9C8E7;
	font-family: "Orbitron", sans-serif;
	font-size: 27px;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 88.889% */
	letter-spacing: -0.54px;
	text-transform: uppercase;
	max-width: 375px;
}
.top-first-ever-block h1 span{
	color: #FF4342;
	font-weight: 800;
}
.top-right-ball{
	width: 185px;
	height: 170px;
	position: absolute;
	right: 0;
	top: 0;
}
.top-right-ball img{
	max-width: 100%;
}
.home-section-one{
	width: 100%;
	height: 100%;
	background-image: url('images/home_section_one_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.home-section-one .container{
	width: 100%;
}
.home-section-one-inner-block {
	width: 93%;
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin: 0 auto;
}
.player-image {
	display: flex;
	justify-content: center;
	align-items: end;
	width: 100%;
	max-width: 715px;
	height: 100%;
}
.player-image img{
	max-width: 100%;
	height: auto;
}
.player-image .desktop,
.inner-pages-inner .desktop{
	display: flex;
}
.player-image .mobile,
.inner-pages-inner .mobile{
	display: none;
}
.home-form-wrapper {
	width: 60%;
	max-width: 1070px;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.home-form-top-section {
  	margin-top: 300px;
	display: block;
}
.home-form-top-section-mobile {
	position: absolute;
	display: none;
}
.home-form-top-title{
	margin-bottom: 30px;
}
.home-form-top-title h2{
	color: #FF4342;
	font-family: "Orbitron", sans-serif;
	font-size: 98px;
	font-style: normal;
	font-weight: 800;
	line-height: 94px; /* 95.918% */
	letter-spacing: -3.92px;
}
.home-form-description{
	padding-left: 200px;
	box-sizing: border-box;
}
.home-form-description p{
	color: #FFF;
	font-family: "Orbitron", sans-serif;
	font-size: 42px;
	font-style: normal;
	font-weight: 600;
	line-height: 54px; /* 128.571% */
	letter-spacing: 0.84px;
}
.home-form-bottom-section {
	background-image: url('images/form_box.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 150px;
	background-size: 1120px;
}
.home-form-bottom-title {
	margin-bottom: 50px;
	padding-right: 240px;
	box-sizing: border-box;
	margin-top: 60px;
}
.home-form-bottom-title p{
	color: #A9C8E7;
	text-align: right;
	font-family: "Orbitron", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px; /* 125% */
}
.home-form-bottom-title p span{
	color: #FF4342;
}
.home-form-block{
	padding: 0 220px;
}
.each-field-row-wrapper{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px;
  	row-gap: 20px;
	padding-bottom: 60px;
}
.home-form-block input[type="text"],
.home-form-block input[type="email"]{
	width: 100%;
	color: #A9C8E7;
	padding: 19px 0;
	font-family: "Orbitron", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 123.077% */
	border: none;
	outline: none;
	border-bottom: 1px solid #3D556E;
	background: transparent;
}
.each-field-row .wpcf7-submit{
	width: 130px;
	height: 50px;
	flex-shrink: 0;
	border-radius: 10px;
	background: #FF4342;
	color: #FFF;
	font-family: "Orbitron", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 214.286% */
	cursor: pointer;
	border: none;
	transition: all 0.3e ease-in-out;
}
.each-field-row .wpcf7-submit:hover{
	background: #F02726;
	color: #FFF;
	transition: all 0.3s ease-in-out;
}
.wpcf7 form .wpcf7-response-output {
	position: absolute;
	margin: 0;
	bottom: 10px;
	color: #fff;
	font-family: "Orbitron", sans-serif;
  	letter-spacing: 0.84px;
}
.each-field-row.full {
	margin-top: 20px;
	justify-content: end;
	display: flex;
	width: 100%;
	position: relative;
}
.each-field-row .wpcf7-spinner{
	position: absolute;
	right: 0;
	top: 0;
}
.inner-pages-inner {
	display: flex;
	width: 100%;
	height: 100vh;
	justify-content: center;
	align-items: center;
	padding: 8%;
}
.inner-pages-inner img{
	max-width: 100%;
	height: auto;
}


@media only screen and ( max-width: 1800px) {
	.site_logo img {
		max-width: 250px;
		height: auto;
	}
	.top-first-ever-block h1 {
		font-size: 22px;
		letter-spacing: 0;
	}
	.home-form-top-title h2 {
		font-size: 85px;
		line-height: 85px;
		letter-spacing: -2.92px;
	}
	.home-form-description p {
		color: #FFF;
		font-family: "Orbitron", sans-serif;
		font-size: 35px;
		font-style: normal;
		font-weight: 600;
		line-height: 54px;
		letter-spacing: 0.84px;
	}
	.home-form-description p {
		font-size: 35px;
		line-height: 45px;
	}
	.top-right-ball {
		width: 130px;
		height: 120px;
	}
	.home-form-block {
		padding: 0 160px;
	}
	.home-form-bottom-section {
		background-image: url('images/form_box.png');
		background-repeat: no-repeat;
		background-position: bottom center;
		padding-top: 150px;
		background-size: 1000px;
	}
	.each-field-row-wrapper {
		padding-bottom: 50px;
	}
	.home-form-bottom-title p {
		font-size: 20px;
		line-height: 28px;
	}
	.home-form-bottom-title {
		padding-right: 175px;
		margin-top: 50px;
	}



}
@media only screen and ( max-width: 1700px) {
	.home-form-top-title h2 {
		font-size: 80px;
		line-height: 80px;
		letter-spacing: -2px;
	}
	.home-form-description p {
		font-size: 30px;
		line-height: 40px;
	}
	.player-image {
		max-width: 600px;
	}
	.home-form-bottom-section {
		background-size: 980px;
	}

}
@media only screen and ( max-width: 1600px) {
	.home-form-top-title h2 {
		font-size: 70px;
		line-height: 70px;
		letter-spacing: 0;
	}
	.top-first-ever-block h1 {
		font-size: 20px;
	}
	.home-form-description p {
		font-size: 25px;
		line-height: 38px;
	}
	.home-section-one-inner-block {
		width: 95%;
	}
	.player-image {
		max-width: 550px;
	}
	.home-form-bottom-section {
		background-size: 950px;
	}
	.home-form-bottom-title p {
		font-size: 18px;
		line-height: 24px;
	}


}
@media only screen and ( max-width: 1500px) {
	.home-form-block {
		padding: 0 130px;
	}
	.player-image {
		max-width: 500px;
	}
	.home-form-wrapper {
		width: 65%;
	}
	.home-form-top-section {
		margin-top: 250px;
	}


}
@media only screen and ( max-width: 1400px) {
	.top-right-ball {
		width: 100px;
		height: 90px;
	}
	.home-form-top-title h2 {
		font-size: 60px;
		line-height: 60px;
	}
	.home-form-description p {
		font-size: 20px;
		line-height: 34px;
	}

}
@media only screen and ( max-width: 1300px) {
	.home-form-bottom-section {
		background-size: 1000px;
	}
	.home-form-block {
		padding: 0 70px;
	}
	.home-form-bottom-title {
		padding-right: 75px;
		margin-top: 50px;
  	}

}
@media only screen and ( max-width: 1200px) {
	.home-form-top-title h2 {
		font-size: 50px;
		line-height: 50px;
	}
	.home-form-description p {
		font-size: 18px;
		line-height: 30px;
	}
	.footer-copy {
		width: 330px;
		height: 65px;
	}
	.home-form-description {
		padding-left: 150px;
		box-sizing: border-box;
	}
	.player-image {
		max-width: 450px;
	}

}
@media only screen and ( max-width: 1100px) {
	.home-form-top-title h2 {
		font-size: 45px;
		line-height: 45px;
	}
	.home-form-description p {
		font-size: 16px;
		line-height: 28px;
	}
	.home-form-wrapper {
		width: 70%;
	}
	.top-first-ever-block h1 {
		font-size: 18px;
	}
	.top-first-ever-block {
		width: 350px;
		height: 170px;
		padding-top: 30px;
		background-size: contain;
	}
	.top-right-ball {
		width: 80px;
		height: 70px;
	}


}
@media only screen and ( max-width: 992px) {
	.site_logo img {
		max-width: 200px;
		height: auto;
	}
	.top-first-ever-block-wrapper {
		margin-left: 0;
	}
	.home-form-top-section {
		margin-top: 200px;
	}
	.home-form-description {
		padding-left: 100px;
	}
	.home-form-bottom-title p {
		font-size: 16px;
		line-height: 24px;
	}
	.player-image {
		max-width: 350px;
	}
	.home-form-bottom-title {
		padding-right: 40px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#page {
		width: 100%;
		height: 100%;
	}

}
@media only screen and ( max-width: 768px) {

}
@media only screen and ( max-width: 767px) {
	.logo-wrapper {
		position: relative;
		height: 110px;
	}
	.site_logo img {
		max-width: 150px;
		height: auto;
	}
	.top-first-ever-block {
		width: 250px;
		height: 125px;
		padding-top: 15px;
		background-size: contain;
	}
	.top-first-ever-block h1 {
		font-size: 12px;
		line-height: 16px;
	}
	.top-right-ball {
		width: 50px;
		height: 45px;
	}
	.home-section-one-inner-block {
		flex-direction: column;
		align-items: center;
	}
	.player-image {
		max-width: 350px;
	}
	.home-form-top-section {
		margin-top: 50px;
	}
	.home-section-one {
		flex-direction: column;
		padding-top: 500px;
	}
	.footer-copy {
		width: 95%;
		height: 80px;
		position: relative;
		display: flex;
		padding-bottom: 30px;
		padding-top: 30px;
		border-radius: 0;
	}
	.each-field-row-wrapper {
		padding-bottom: 50px;
		grid-template-columns: repeat(1, 1fr);
	}
	.home-form-wrapper {
		width: 100%;
	}
	.home-form-top-title h2 {
		font-size: 40px;
		line-height: 40px;
		text-align: center;
	}
	.home-form-description {
		padding-left: 0;
		text-align: center;
	}
	.home-form-bottom-section {
		background-size: 1200px;
		padding-top: 50px;
		margin-top: 50px;
	}

}
@media only screen and ( max-width: 500px) {
	.logo-wrapper .container {
		flex-direction: column;
	}
	.logo-wrapper {
		height: 120px;
	}
	.site_logo img {
		max-width: 200px;
		height: auto;
	}
	.logo-wrapper .container {
		flex-direction: column;
		justify-content: center;
	}
	.top-first-ever-block-wrapper {
		margin-left: 0;
		position: absolute;
		bottom: -120px;
		right: 0;
	}
	.top-first-ever-block {
		width: 210px;
		height: 125px;
		padding-top: 6px;
	}
	.top-first-ever-block h1 {
		font-size: 12px;
		line-height: 18px;
	}
	.top-first-ever-block h1 {
		font-size: 16px;
		line-height: 20px;
	}
	.home-section-one-inner-block {
		width: 100%;
	}
	.player-image .desktop,
	.inner-pages-inner .desktop{
		display: none;
	}
	.player-image .mobile,
	.inner-pages-inner .mobile{
		display: flex;
	}
	.inner-pages-inner {
		padding: 0;
	}
	.home-form-bottom-section {
		background-image: url('images/form_box_mob.png');
		background-size: 500px;
		padding-top: 140px;
		margin-top: 0;
		background-position: top;
		position: relative;
	}
	.home-form-bottom-section::before {
		content: "";
		position: absolute;
		height: 180px;
		width: 100%;
		bottom: -165px;
		background-image: url('images/form-bg-bottom-mobile.png');
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: cover;
	}
	.footer-copy {
		width: 100%;
		background-color: transparent;
		justify-content: end;
		padding-right: 25px;
		padding-top: 120px;
	}
	.footer-copy span {
		max-width: 160px;
		text-align: right;
		line-height: 20px;
	}
	.home-form-block {
		padding: 0 30px;
	}
	.home-form-bottom-title p {
		font-size: 18px;
		line-height: 24px;
	}
	.player-image {
		max-width: 100%;
		justify-content: start;
		position: relative;
	}
	.player-image img{
		max-width: 260px;
		margin-left: -3px;
	}
	.home-form-top-section {
		display: none;
	}
	.home-form-top-section-mobile {
		display: block;
		width: 100%;
		bottom: 110px;
		z-index: 9999;
	}
	.home-form-top-title h2 {
		text-align: left;
		padding-left: 25px;
	}
	.home-form-top-title {
		margin-bottom: 10px;
	}
	.home-form-description {
		padding-left: 125px;
		text-align: left;
	}
	.home-form-wrapper {
		width: 100%;
		margin-top: -175px;
		z-index: 999;
	}
	.home-section-one {
		padding-top: 220px;
		background-image: url('images/home_section_one_bg_mobile.png');
	}


}
@media only screen and ( max-width: 420px) {
	.top-first-ever-block h1 {
		font-size: 12px;
		line-height: 18px;
	}
	.home-form-bottom-title p {
		font-size: 14px;
		line-height: 24px;
	}
	.player-image img {
		margin-left: -30px;
	}
	.home-form-top-title h2 {
		font-size: 30px;
		line-height: 35px;
	}
	.home-form-description {
		padding-left: 50px;
		text-align: left;
	}
	.home-form-bottom-section::before {
		bottom: -130px;
	}
	.home-form-top-section-mobile {
		bottom: 140px;
	}

}
@media only screen and ( max-width: 375px) {
	.player-image img {
		margin-left: -60px;
	}

}

