/*
Theme Name:   Phlox-Pro Child
Description:  Phlox-Pro child theme
Author:       WordPress.org
Author URI:   https://wordpress.org/
Template:     phlox-pro
Version:      1.0.0
Text Domain:  phloxprochild
*/

/* *** COLORS ***
    YELLOW      : #FFAA1F
    YELLOW dark : #E4981C
    ORANGE      : #FF6F1F
    ORANGE dark : #CC4A0A


/** ******** RSVP ******** **/
.col-firstname {
    font-size: 0.8em;
	font-family: Glacial Indifference;
	text-align: center;
	margin-top: 15px;
}

.guest_text_label{
	font-size: 1.0em;
	font-family: Glacial Indifference;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 0.6em !important;

}

.guest_text_class{
	max-width: 60% !important;
	font-size: 0.7em !important;
	font-family: Work Sans !important;
	text-align: center !important;
/*	position: absolute !important;
	left: 50% !important;
	right: 50% !important;
	transform: translate(-50%,-50%) !important;*/
}

.show-sm-down {
	display: none;
}

.show-sm-title{
		display: none;
	}

.show-sm-title-little{
		display: none;
	}

.col-before-eventname{
	font-size: 1em;
	float: none;
	font-family: Glacial Indifference;
	line-height: 0.8;
	padding-bottom: 15px;
	text-align: center;
	font-weight: normal;
}

.btn.btn-primary {
    background-color: #CB6843;
    border: black;
}
.btn.btn-primary:hover {
    background-color: #CB6843;
}
.btn.btn-primary:focus {
    color: white;
    box-shadow: 0 0 5px grey;
}
.btn.btn-outline-primary {
    border-color: #CB6843;
    color: #CB6843;
}
.btn.btn-outline-primary:hover {
    background-color: #CB6843;
    color: white;
}
.btn.btn-outline-primary:focus {
    box-shadow: 0 0 5px grey;
}

.col-eventname {
    display: none;
    line-height: normal;
    font-family: "Glacial Indifference";
}

.small-rsvp {
	margin-left: 0%;
}

.small-button-rsvp {
	margin-top: 0px;
}

.center-rsvp-event {
    justify-content: center;
	display: flex;
}

.set-max-width {
	max-width: 10%;
}

.combo-sm{
		font-size: 0.8em;
		
}

.btn-5 {
	cursor: pointer;
	font-size: 18px;
	line-height: 8px;
	font-weight: 500;
	border-radius: 8px;
	border: 1px solid #222222;
	transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, -moz-transform 0.1s ease 0s, transform 0.1s ease 0s;
	background: #fff;
	color: #222222;
}

.btn-5:hover {
		border-color: #000000;
		background: #ececec;
}
                
	
select.rsvp {
    padding: 10px 5px;
    margin: 2px;
	width: 75%;
	max-height: 60px;
	appearance: none;
    background-color: white;
    border: 1px solid lightgrey;
	text-align: center;
	font-family: Glacial Indifference;
	font-weight: normal;	
	-o-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}



select.rsvp.v0, option[value="0"] { background-color: white; text-align: center} /*----*/
select.rsvp.v-1, option[value="-1"] { background-color: #ffa295; } /*non*/
select.rsvp.v1, option[value="1"] { background-color: #ffd0aa; }  /*peut-être*/
select.rsvp.v2, option[value="2"] { background-color: #9ac69a; } /*oui*/

/*medium screens */
@media screen and (max-width:1000px) {
	.col-firstname {
		font-size: 0.7em;
		font-family: Glacial Indifference;
		text-align: center;
		margin-top: 15px;
	}	
	
	.col-before-eventname{
		font-size: 0.8em;
		float: none;
		font-family: Glacial Indifference;
		line-height: 0.8;
		padding-bottom: 15px;
		text-align: center;
	}	
	
	.small-sm{
		font-size: 0.6em;
	}
	
	select.rsvp {   
		background-image: unset;
	}
	
	.guest_text_class{
	max-width: 80% !important;
	font-size: 0.7em !important;
	font-family: Work Sans !important;
	text-align: center !important;
/*	position: absolute !important;
	left: 50% !important;
	right: 50% !important;
	transform: translate(-50%,-50%) !important;*/
	}
}



/* little screens */
@media screen and (max-width:768px) {
    .hidden-sm-down {
        display: none;
    }
	
	.guest_textarea_class{
	max-width: 90% !important;
	font-size: 0.7em !important;
	font-family: Work Sans !important;
	text-align: center !important;
	resize: none !important;
/*	position: absolute !important;
	left: 50% !important;
	right: 50% !important;
	transform: translate(-50%,-50%) !important;*/
}

		
	.show-sm-down {
		display: block;
	}
	
	.set-max-width {
		max-width: 100%;
	}
	

/*	.center-rsvp-event {
		justify-content: ;
		display: none;
	}*/
	
	.small-rsvp {
		margin-left: 0%;
	}

	.small-button-rsvp {
		margin-left: 0%;
		margin-top: 5px;
		width: 85%;
		margin-bottom: -10%;
		
	}	

	
	
	.combo-sm{
		margin-bottom: 10px;
		margin-top:2px;
	}
		
	.show-sm-title{
		display: unset;
		font-size: 1em;
	}
	
	.show-sm-title-little{
		display: unset;
		font-size: 0.7em;
	}
	
    .col-firstname {
        text-align: center;
		font-weight: 600;
		font-size: 1.2em;
		margin-top: 25px;
		margin-bottom: 20px;
    }
    .col-eventname {
        display: grid;
		justify-content: center;
		text-align: center;
		font-size: 0.9em;
    }	
	
	.hide_line{
		display: none;
	}
	
	select.rsvp {
		width: 62%;
		appearance : button;
		-o-appearance: button;
		-ms-appearance: button;
		-webkit-appearance: button;
		-moz-appearance: button;
	}

	}
	
	.small-sm{
		margin-top: 10px;
	}
	
}
