/*
 Theme Name:   Coco & Jay Theme
 Theme URI:    https://cocoandjay.com/
 Description:  A child theme of Hello Elementor theme.
 Author:       Coco & Jay GmbH
 Author URI:   https://cocoandjay.com/
 Template:     hello-elementor
 Version:      1.6.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  cannabistreff
*/



/************************************************************************************************************
*************************************************************************************************************
*** GENERAL SETTINGS ****************************************************************************************
*************************************************************************************************************
************************************************************************************************************/

a:focus,
button:focus,
input:focus,
:focus {
  outline: none !important;
}

p{
	margin-top:0;
}

/************************************************************************************************************
*************************************************************************************************************
*** HIDE SHOW LOGIN *****************************************************************************************
*************************************************************************************************************
************************************************************************************************************/

#mainheadercta.showlogin, #ctafooter.showlogin{
	display: none;
}

#mainheaderaccount.hidelogin{
	display: none;
}

/************************************************************************************************************
*************************************************************************************************************
*** LOGIN AREA *****************************************************************************************
*************************************************************************************************************
************************************************************************************************************/

button.button-login-area{
	margin-top: 20px !important;
	padding: 15px 30px !important;
	font-size: 20px;
	font-family: "Roboto";
	color: white !important;
	background-color: #459a48 !important;
	border-radius: 100px !important;
}

.woocommerce{
	margin-top: 100px;
}

/************************************************************************************************************
*************************************************************************************************************
*** FORM ****************************************************************************************************
*************************************************************************************************************
************************************************************************************************************/

#form-field-abnahme-0, #form-field-abnahme-1, #form-field-abnahme-2, #form-field-abnahme-3{
	display: none;
}


input[type="radio"]:checked+label,label[for="form-field-abnahme-0"]:hover, label[for="form-field-abnahme-1"]:hover, label[for="form-field-abnahme-2"]:hover, label[for="form-field-abnahme-3"]:hover {
  	background-color: #049C3C;
	border: 1px solid #049C3C;
}

label[for="form-field-abnahme-0"], label[for="form-field-abnahme-1"], label[for="form-field-abnahme-2"], label[for="form-field-abnahme-3"]{
	padding: 20px 40px;
	border-radius: 100px;
	border: 1px solid #fff;
	text-align: center;
	cursor: pointer;
}


.elementor-field-group-abnahme .elementor-field-subgroup{
	display: block;
}

.elementor-field-group-abnahme .elementor-field-subgroup span{
	display: inline-grid;
	width: 40%;
	margin: 10px 5%;
	height: 80px;
}

@media screen and (max-width: 740px) {
	.elementor-field-group-abnahme .elementor-field-subgroup span{
		width: 100%;
		margin: 10px 0;
	}
}

#mitgliedform label[for="form-field-abnahme"], #mitgliedform label[for="form-field-name"], #mitgliedform label[for="form-field-email"]{
	display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    overflow: visible;
    top: 0;
    text-align: center;
	margin-bottom: 45px;
	line-height: 1.5;
}
#mitgliedform label[for="form-field-abnahme"] b, #mitgliedform label[for="form-field-name"] b, #mitgliedform label[for="form-field-email"] b{
	font-size: 1.3em !important;
	font-weight: 500;
}

#mitgliedform button, #mitgliedform input[type="submit"]{
	margin-top: 30px;
} 


input[name="reset_password"], input[name="reset_password"]:hover{
	margin-top: 30px;
  	background-color: #049C3C;
	border: 1px solid #049C3C;
	padding: 10px 30px;
	border-radius: 100px;
	text-align: center;
	color: white;
	font-size: 20px;
	font-family: "Roboto";
	font-weight: 500;
}

input[name="new_password"]{
	margin-top: 10px;
}

label[for="new_password"]{
	font-family: "Roboto";
	font-weight: 300;
	font-size: 20px;	
}


/************************************************************************************************************
*************************************************************************************************************
*** HEADER FOOTER *******************************************************************************************
*************************************************************************************************************
************************************************************************************************************/

#mainheader, #ctafooter {
    transition: all 0.3s ease-in-out;
}

#mainheader.active{
	background-color: #2F573AD9;
	backdrop-filter: blur(10px);
}

#ctafooter{
	margin-bottom: -200px;
}

#ctafooter.active{
	margin-bottom: 0;
	backdrop-filter: blur(5px);
}

#ctafooter.hidefooterbar{
	display: none !important;
}

/************************************************************************************************************
*************************************************************************************************************
*** CHECKOUT ************************************************************************************************
*************************************************************************************************************
************************************************************************************************************/

button.wc-block-components-checkout-place-order-button{
	width: 100% !important;
}