/*
Theme Name: generic Child
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   generic
Version:    1.0
License:    GNU General Public License v2 or later
*/


html, body{
	background-color: white !important;
	height: 100%;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,
center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,
.entry-content ul, 
.widget-container ul, 
.comment-body ul, 
.entry-content ol, 
.widget-container ol, 
.comment-body ol,
input, textarea,
input[type="submit"], 
button, 
.button,
#menu li.menu-item-has-children > a:after, 
#menu li.page_item_has_children > a:after,
#nav-above a
{
	font-family: 'Roboto', sans-serif !important
}

#content {
	width: 100%;
	padding-right: 0%;
	float: left;
}

body .nomargins h4,
body .nomargins .box-2
{
	margin:0 !important;
	padding:0 !important;
}


.container-simple-grid {
	width: 100%;
	max-width: 70rem;
}

.guest-option-form h4,
.guest-option-form p{

	margin: 10px 0 !important;

}



.guest-option-form .row-simple-grid{
	border-bottom: 1px dotted #888;
	padding-bottom: 15px;
	padding-top: 15px;
}

.guest-option-form h2{
	color: #61BED9
}


.guest-option-form .terms{
	height: 200px;
	overflow-y: scroll;

	padding: 10px;
	background-color: #fafafa;
}

.guest-option-form .agree-heading{
	margin-bottom: 0;
}


.guest-option-form .wpcf7-list-item{
	display: inline-block;
	background-color: #efefef;
	padding: 0;
	margin: 0;
	border-radius: 100px;

}

.guest-option-form .wpcf7-list-item label{
	
	background-color: #fff;
	padding: 18px 18px;
	cursor: pointer;
	display: block !important;
	border-radius: 100px;
	border:2px solid #aaa ;
	color: #111;
	font-weight: 400;
}

.guest-option-form .wpcf7-list-item label:hover{

	border:2px solid #333 ;
	color: #333;

}


.guest-option-form .wpcf7-list-item input[type="radio"]{
	opacity: 0;
	width: 0;
	padding: 0;
	display: none;
}


.guest-option-form  .wpcf7-not-valid-tip{
	display: block;
	padding: 30px;
}

.guest-option-form .wpcf7-list-item label.checked-parent{
	background-color: #efefef ;
	background-color: #a8d5e6 ;
	border: 3px solid #111;

}

.guest-option-form .wpcf7-list-item label.selected-parent{
	background-color: #a8d5e6 ;
	background-color: #efefef ;
	border: 3px solid #111;
	font-weight: 700;

}

.guest-option-form .col-flex{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}



.codedropz-upload-inner h3 {
		font-weight: 300;
}

.guest-option-form h2{
	margin-top: 20px;
	font-weight: 300;
}

.guest-option-form h1, 
.guest-option-form h2, 
.guest-option-form h3, 
.guest-option-form h4, 
.guest-option-form h5, 
.guest-option-form h6 {
	font-weight: normal;
}

.guest-option-form .agree-to-terms-check input[type="checkbox"]{

	margin: 0;
	padding: 0;
	position: relative;
	/*top: -1px;*/
}

.guest-option-form .wpcf7-submit{
	border-radius: 100px;
	padding: 18px 31px;
}


.guest-option-form .row-simple-grid-submit{
	border: none;
	text-align: center;
}

.guest-option-form .row-simple-grid-noline{
	border: none;
}

body .guest-option-form .terms .has-medium-font-size {
	font-size: 16px !important;
}

body .guest-option-form .terms p {
	font-size: 16px !important;

}


.guest-option-form #number-of-guests{

	background-color: #fff;
	padding: 18px 31px;
	cursor: pointer;
	display: block !important;
	border: 2px solid #aaa;
	color: #111;
	font-weight: 300;

	font-size: 18px;

}

.codedropz-upload-handler {
	border:none;
	border-radius: 5px;
	margin-bottom: 10px;
	position: relative;
	background-color: #fafafa;
}


@media only screen and (min-width: 60em) {
	.wpcf7-response-output {
		width: 75%;
		max-width: 60rem;
		margin: 0 auto !important;
		border-radius: 10px;
		padding: 18px 31px !important;
	}

}


input[type="radio"]{
	margin-top: 3px;
}

.guestdata{
	display: none;
}

.dnd-upload-counter{
	display: none !important;
}

/*
@media(prefers-color-scheme:dark){

	body .guest-option-form .wpcf7-list-item{
	}

	body .guest-option-form .wpcf7-list-item label{
	
		background-color: #000  !important;
		color: white !important;
		border: 1px dotted #444;
	}

	body{
		color: #eee;
	}
	

}
*/
@media(prefers-color-scheme:light){body, #container{background:#fff}}
@media(prefers-color-scheme:dark){body, #container{background:#fff}}




@media screen and (max-width: 320px) {
}

@media (min-width: 321px) and  (max-width: 400px){
}

@media (min-width: 401px) and (max-width: 767px) {
}

@media all and (max-width: 767px) {


	#header, #container, #footer, .layer {
		padding: 10% 2%;
	}

	body .guest-option-form .wpcf7-list-item{
		margin-bottom: 20px !important;
		/*width: 100% !important;*/
		display: inline-block;
		margin-right: 10px;
	}

	body .guest-option-form .wpcf7-list-item label{

		display: block;
	}

	body .guest-option-form .row-simple-grid .col-6,
	body .guest-option-form .row-simple-grid .col-9
	{
		text-align: center;
		width: 100%;
	} 

	.guest-option-form .wpcf7-list-item label {
  		background-color: #fff;
  		padding: 16px 27px 14px 27px;
  	}

	.guest-option-form h2 {
  		font-size: 22px;
  		margin: 20px 0 0 0;
	}
	.guest-option-form .row-simple-grid{
		
		padding-bottom: 8px;
	}

	.guest-option-form h4, .guest-option-form p {
		margin: 10p 0 0 0 !important;
	}

	body{
		font-size: 14px;
	}
	.page #content p, .single-post #content p {
		font-size: 15px !important;
		
	}
	.row-simple-grid [class^="col"] {
		margin: 0;
	}

	#menu{
		display: none;
	}

	#logo{
		max-width: 50% !important;
	}



	.guest-option-form .number-of-guests-container  #number-of-guests{
		margin: 0 auto;
	}

	.guest-option-form .col-flex {
		display: inherit;
		align-items: center;
		flex-wrap: initial;
	}

	.guest-option-form .terms {
		margin: 10px 0;
	}

	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		width: 100%;
	}

	body .guest-option-form .agree-to-terms-check{
		text-align: center;
	}

	.wp-caption, input, textarea, .button {
		width: auto !important;
	}

	.wpcf7-spinner {
		/* width: 24px; */
		/* height: 24px; */
		padding: 0;
		margin: 0;
	}

	.guest-option-form .agree-to-terms-check input[type="checkbox"] {
		top: 2px;
	}
	

}


@media (min-width: 768px) {
	.guest-option-form .wpcf7-list-item {
		margin-right: 8px !important;
	}
	
}

@media (min-width: 787px) and (max-width: 991px) {
}

@media all and (max-width: 991px) {
}


@media (min-width: 992px) {

	.flew-nowrap{
		display: flex;
		flex-wrap: nowrap;
		white-space: nowrap;

	}

}

@media (min-width: 768px) and (max-width: 991px) {
	#container {
		padding-left: 0% !important;
		padding-right: 0% !important;
	}
	.flew-nowrap {
		display: block;
		flex-wrap: nowrap;
		white-space: normal;
		margin: 0.5rem 0 !important;
	}
	.flew-nowrap .wpcf7-list-item{
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	#container {
		padding-left: 0% !important;
		padding-right: 0% !important;
	}
	.flew-nowrap {
		display: flex;
		flex-wrap: nowrap;
		white-space: nowrap;
		margin: 0.5rem 0 !important;
	}

}

@media screen and (min-width: 1200px) {

	.container-simple-grid {
    	max-width: 72rem;
  	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
}

@media (min-width: 1281px) and (max-width: 1499px) {
}

@media screen and (min-width: 1500px) {
}

@media all and (max-width: 767px) {


	

}










//*----------------here-------------*/