/*
	Theme Name: WiRent
	Theme URI: 
	Author:  Veronika Udod
	Author URI: 
	Version: 2.0
	Description: 
	Tags: 
	Licence: GPL v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: ecoffset.it
*/

/* MAIN SETTINGS */


:root{
	--black: #101011;
	--white: #FFFFFF;
	--accent: #65A2FF;
}

 
body{
	width: 100%;
	overflow-x: hidden;
	margin: 0;
}

html{
	overflow-x: hidden;
}

body {
    background-color: var(--black);
    transition: 0.5s;
}

*{
	font-family: "Instrument Sans", sans-serif;
}

h1{
	font-size: 90px;
}

h2{
	font-size: 52px;
}

h3{
	font-size: 30px;
}

h4{
	font-size: 24px;
}

p{
	font-size: 14px;
	margin-bottom: 0;
}

.text-white{
	color: var(--white);
}

.text-black{
	color: var(--black);
}

.position-relative{
	position: relative;
}

/* MAIN SETTINGS MOBILE */
@media only screen and (max-width: 768px){
	h1{
		font-size: 46px;
	}
	
	h2{
		font-size: 18px;
		letter-spacing:  0;
	}
	
	h6{
		font-size: 14px;
	}
	
	p{
		font-size: 14px;
	}
}

/* NAVBAR */

/* NAVBAR MOBILE */
@media only screen and (max-width: 768px){
	
}

/* HOMEPAGE */

/*********CONTACT US************/
/*.contact-us-form .form-control {
    padding: 20px;
    border-radius: 0;
	color: var(--white);
	text-transform: uppercase;
 	resize: none;
	background-color: #333333;
	border: 0;
}

.contact-us-form .form-control::placeholder {
	color: var(--grey);
	text-transform: uppercase;
}

.contact-us-form .btn-submit .form-control {
   	background: transparent;
	border: 1px solid var(--green);
	color: var(--white);
}

.contact-us-form p{
	margin-bottom: 24px;
}

.contact-us-form .wpcf7-acceptance input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 14px;
    height: 14px;
    min-height: 14px;
    border: 1px solid var(--white);
    display: inline-block;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.contact-us-form .wpcf7-acceptance span{
    color: var(--grey);
	font-size: 14px;
}

.contact-us-form .wpcf7-acceptance input[type="checkbox"]:checked {
    background-color: var(--white);
}*/

/* FOOTER */
footer{
	padding: 40px;
}

footer img{
	padding-bottom: 34px;
}

footer p, footer a{
	color: var(--text-color);
	font-size: 14px;
}

footer a{
	text-decoration: none;
	transition: 0.5s;
}

footer a:hover{
	color: var(--grey);
}

/* FOOTER MOBILE */
@media only screen and (max-width: 768px){
	footer {
		padding: 40px 10px;
	}
	
	footer p, footer a {
		font-size: 12px;
	}
}	
