/*
Theme Name: Sforzin
Theme URI: https://sforzinilluminazione.com/
Author: Sforzinilluminazione
Author URI: https://sforzinilluminazione.com/
GitHub Theme https://sforzinilluminazione.com/
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.0.1
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: sforzin
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready

sforzin WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
sforzin is distributed under the terms of the GNU GPL.

Resource Licenses:
sforzin is based on Underscores https://underscores.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/

/*
Do not modify the parent sforzin theme. Instead, download a copy of the sforzin Child starter theme and do all your development within the child theme.
Full developer documentation: https://docs.sforzin.com
*/


.member-area *,
.member-area label {
    font-family: "Poppins-Regular" !important;
}

.member-area label {
    color: #414141 !important;
    font-size: 14px !important;
    letter-spacing: 1.12px !important;
}

.form input,
.form textarea {
    border: 1px solid gray;
    padding: 7px 20px;
    margin-bottom: 5px;
    color: #000;
    font-size: 0.9rem;
}

.member-area .form input[type="submit"] {
    cursor: pointer;
    margin: 0 auto;
    padding: 5px 10px;
    background: transparent;
    border: 1px solid gray;
    font-family: "Poppins-Regular";
    text-transform: uppercase;
    font-size: 1rem;
}

.form input:focus,
.form textarea:focus {
    outline: none;
}

.form {
    margin: 0 30px 0px 30px !important;
}

body:not(.page-template-member-area-page) .member-area>div,
body.page-template-member-area-page:not(.logged-in) .member-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body.page-template-member-area-page:not(.logged-in) .member-area {
    padding: 8rem 0 5rem;
}

.member-area>div>div,
body.page-template-member-area-page:not(.logged-in) .member-area>div {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;

}

.member-area #wpmem_reg .req-text {
    display: none;
}

.member-area ul {
    width: 100%;
    text-align: center;
}

#wpmem_login .div_text,
#wpmem_reg .div_text {
    width: 100% !important;
}

#wpmem_restricted_msg {
    text-align: center;
    width: 100%;
}

#wpmem_login .button_div,
#wpmem_reg .button_div {
    width: 100% !important;
    text-align: center !important;
}

#wpmem_login .link-text {
    width: 100% !important;
    text-align: center !important;
    margin-top: 20px;
}

.wpmem_msg {
    width: 100% !important;
    display: block;
    padding: 10px !important;
    text-align: center;
    color: #d41c1a;
}

.member-area a {
    color: #d41c1a
}


/* @media only screen and (max-width: 1200px) {
.mobile_menu > .hm_menu.mobile_home_menu {
	display: block;
	position: absolute;
	right: 39px;
	top: -37px;
	width: auto;
}
.home .mobile_menu > .hm_menu.mobile_home_menu {
	top: -40px;
}
    
.mobile_menu > .hm_menu.mobile_home_menu li {
	display: none;
}
.mobile_menu > .hm_menu.mobile_home_menu li:last-child {
	display: block;
}
.slicknav_nav li:last-child {
	display: none;
}
} */

.garanzia-header {
    text-align: center;
    width: 100% !important;
}

.garanzia-header h2 {
    font-family: "Poppins-SemiBold" !important;
    font-size: 41px;
    color: #272727;
    letter-spacing: -1.07px;
}

.garanzia-header p {
    font-family: "Poppins-Regular" !important;
    font-size: 14px;
    color: #414141;
    letter-spacing: 3.92px;
}

.garanzia_content_box {
    width: 100% !important;
    margin-top: 60px;
    text-align: left;
}

.garanzia_content_box>div {
    width: 100% !important;
    margin-bottom: 14px !important;

}

.garanzia_content_box input[type="text"],
.garanzia_content_box input[type="email"],
.garanzia_content_box input[type="password"],
.garanzia_content_box select {
    width: 100% !important;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    color: #2b2b2b;
    padding: 8px 10px 8px;
    background: none repeat scroll 0 0 #fff;

}

.garanzia_content_box .checkGara,
.garanzia_content_box .add_row_btn,
.garanzia_content_box .add_en_row_btn,
.garanzia_content_box .invia_btn {
    -moz-box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    cursor: pointer;
    padding: 5px 10px;
    background: transparent;
    border: 1px solid gray;
    font-family: "Poppins-Regular" !important;
    text-transform: uppercase;
    color: #000;
}