/*
 Theme Name:   Child invite site 
 Theme URI:    https://aoleta.com/
 Description:  Invite site theme 
 Author:       Aoleta
 Author URI:   https://aoleta.com
 Template:     hello-elementor
 Version:      0.0.1
 Text Domain:  Child-invite-site-hello-elementor
*/

.site-header
{
display: none !important;
}

@media (min-width: 1200px){
.page-content
{margin-top: -20px;}
}

.site-footer
{
color: transparent !important;
}

.tablesome__column
{
border: 1px solid #d1ae9059 !important;
}


/*	Dashboard table style*/

div#tablesome__container.tablesome__container .tablesome__header--wrapper .tablesome__search input[type=text].tablesome__search--input
{
margin-right: 50px !important;
}

.dashicons-search:before {
    color: #d1ae90 !important;
}

/*
 FORM STYLE  
 Radio buttons reply (yes or now rsvp) 
*/

input[type="radio"]{
	appearance: none;
	width: 34px !important;
	height: 34px !important;
  	margin: 0 12px;
	/*	outline: 12px solid #e44;*/
	outline-offset: 12px;
	cursor: pointer;
	backface-visibility: hidden;
	border-radius: 50%;
/*	transform: rotate(45deg) scale(1);*/
  will-change: transform;}
	
input[type="radio"]:checked {
		border-radius: 50% 50% 0 50%;
		animation: active 1.5s ease forwards;
		outline-offset: -12px;
		outline: 12px solid #7B8147;
}

@keyframes active {
	25% {
		transform: rotate(45deg) scale(1.5);
	}
	75% {
		transform: rotate(45deg) scale(1.25);
	}
	50%,100% {
		transform: rotate(45deg) scale(1);
		box-shadow:	0 -12px 0 0 #7B8147,	-12px 0 0 0 #7B8147;
		outline-color: #7B8147;
	}
}

input[type="radio"]:before {
    content: "";
    display: inline-block;
    background: url('heart-reply-form-label-greenery.svg') no-repeat;
	width: 34px;
    height: 34px;
    background-size: 100%;
}

/*
 FORM STYLE polja formy 
*/

/* background pid ves block formy 
.wpcf7
{
    background-color: #f7f7f7;
    border: 2px solid #0f0;
} */

/* vsja forma po centru */
#wpcf7-f154-p2-o1.wpcf7 {
text-align: center;
}

/* viddal miz blokamy serdechok */
.wpcf7-list-item {
   margin: 0 2em 0 1em;
}

/* tekst pis serdechkamy */
span.wpcf7-list-item-label
{
    display: block;
    padding-top: 10px;
}

/* Contact information text style */
.form-question
{
    text-transform: uppercase;
    padding: 20px 0px 0px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]
{
    background-color: #fff;
    color: #000;
    max-width: 100%;
  	width: 500px;
    border-bottom: 2px solid #b0935b;
    margin-top: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
}

.wpcf7-select
{
width: 500px;
border: 1px solid #b0935bf5;
border-radius: 0px;
}

.wpcf7-textarea
{
width: 500px;
border: 1px solid #b0935bf5;
border-radius: 0px;
margin-top: 10px;
}

label {
    line-height: 1.6em !important;
}

/* Knopka submit */
input.wpcf7-form-control.has-spinner.wpcf7-submit
{
    width: 25%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 16px;
 	 margin-left: 60px;
}

[type=button], [type=submit], button {
    color: #fff !important;
  background-color: #7b8147 !important;
    border: 1px solid #7B8147 !important;
 }