/*!
Theme Name: servizi_degradejoelle
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: servizi_degradejoelle
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.

servizi_degradejoelle 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/
*/



/*=========================================
    Variabili
=========================================*/

:root {
	--main-color: #03080A;/*5A7184*/
	--title-color: #000;/*183B56*/

	--white: #fff;

	--blue-color: #48aacc;
    --orange-color: #FF7E1C;
    --orange-hover-color: #FF9C50;
    --light-grey-color: #959EAD;
    --dark-blue-color: #030527;/*002252*/
    --blue-2-color: #3E4D81;
    --blue-3-color: #A8B0CF;

    --radius-size-button: 40px;
	--radius-size-large: 16px;
    --radius-size-medium: 12px;
	--radius-size: 8px;

    --border-color: #C3CAD9;
    --link-color: #273C7A;
}


@font-face {
	font-family: 'silkabold';
	src: url('assets/fonts/silka-bold.eot');
	src: url('assets/fonts/silka-bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/silka-bold.woff2') format('woff2'), url('assets/fonts/silka-bold.woff') format('woff'), url('assets/fonts/silka-bold.ttf') format('truetype'), url('assets/fonts/silka-bold.svg#silkabold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'silkalight';
	src: url('assets/fonts/silka-light.eot');
	src: url('assets/fonts/silka-light.eot?#iefix') format('embedded-opentype'), url('assets/fonts/silka-light.woff2') format('woff2'), url('assets/fonts/silka-light.woff') format('woff'), url('assets/fonts/silka-light.ttf') format('truetype'), url('assets/fonts/silka-light.svg#silkalight') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'silkaregular';
	src: url('assets/fonts/silka-regular.eot');
	src: url('assets/fonts/silka-regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/silka-regular.woff2') format('woff2'), url('assets/fonts/silka-regular.woff') format('woff'), url('assets/fonts/silka-regular.ttf') format('truetype'), url('assets/fonts/silka-regular.svg#silkaregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'silkamedium';
	src: url('assets/fonts/silka-medium.eot');
	src: url('assets/fonts/silka-medium.eot?#iefix') format('embedded-opentype'), url('assets/fonts/silka-medium.woff2') format('woff2'), url('assets/fonts/silka-medium.woff') format('woff'), url('assets/fonts/silka-medium.ttf') format('truetype'), url('assets/fonts/silka-medium.svg#silkamedium') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*=========================================
    Base
=========================================*/

html {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: 'Helvetica', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'silkaregular';
    font-size: 16px;
    line-height: 1.4;
    color: var(--main-color);
    background-color: var(--white);
    width: 100%;
    position: relative;

    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    line-height: 1.15
}

p {
    margin: 0
}



/*=========================================
    Helper: Text
=========================================*/

.title-1 {
    font-size: 32px;
}
.title-2 {
    font-size: 21px;
}

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

.montserrat-bold {
	font-family: 'silkabold';
}
.montserrat-regular {
	font-family: 'silkamedium';
}
.montserrat-thin {
	font-family: 'silkalight';
}


@media only screen and (min-width: 992px) {
	.title-1 {
	    font-size: 46px;
	}
	.title-2 {
	    font-size: 28px;
	}
}


/*#page-pagamento {
	border-top: 4px solid var(--blue-color);
	border-bottom: 4px solid var(--blue-color);
}*/

.border-bottom-1 {
	position: relative;
}
.border-bottom-1::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	height: 1px;
	background-color: #003B50;
}


.title-container {
	padding: 20px 40px;
	background-color: var(--blue-color);
}

.description-container {
	padding: 20px 40px;
	background-color: var(--white);
}


.form-payment-container {
	background: #fff;
    padding: 30px;
    max-width: 760px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin: 0 auto;
}


@media (min-width: 768px) {
    .h-md-100 { height: 100vh; }
	.form-payment-container {
	    padding: 50px;
	}
}
.btn-round { border-radius: 30px; }
.bg-blue { 
	position: relative;
	background: rgba(80,185,222,.9); 
	background-image: url("assets/images/bg-pagamenti-min.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bg-blue:before { 
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(80,185,222,.9);
}
.bg-blue > div {
	position: relative;
}
.text-cyan { color: #35bdff; }

.logo-wrapper {
	width: 100px;
    margin: 0 auto 20px;
}

@media (min-width: 768px) {
    .logo-wrapper {
	    width: 180px;
	}
}


.simpay-checkout-form--stripe_checkout-styled.simpay-styled, .simpay-checkout-form--embedded.simpay-styled {
	margin: 0 auto;
}

.simpay-styled .simpay-form-control .simpay-btn:not(.stripe-button-el) {
	height: 50px;
}

.simpay-styled .simpay-form-control .simpay-checkbox-wrap label {
	font-weight: 400;
}

.simpay-payment-receipt-wrap p {
	margin-bottom: 15px;
}
.simpay-styled .simpay-address-container legend {
	margin-bottom: 0;
}