/*
Theme Name: Naked Wordpress Child
Theme URI: http://bckmn.com/naked-wordpress
Template: naked-wordpress-master
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0.1643903539
Updated: 2022-02-03 15:52:19

*/
/*fonts*/



@font-face {
    font-family: 'Josefin Sans';
    src: url('/wp-content/uploads/fonts/JosefinSans-Regular.woff2') format('woff2'),
        url('/wp-content/uploads/fonts/JosefinSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'League Spartan';
    src: url('/wp-content/uploads/fonts/LeagueSpartan-Bold.woff2') format('woff2'),
        url('/wp-content/uploads/fonts/LeagueSpartan-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*fonts*/

p, a, input, textarea, button, li, ul li, ul, b, em, span, label, tr, td{
	font-family: 'Josefin Sans' !important;
}

p, label, span{
	font-weight: 400 !important;
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1.2em;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'League Spartan' !important;
	font-size: 22px;
}

/**/


.terms-conditions-lists li{
	font-size: 10pt;
	line-height: 2em;
}


#masthead {
    padding: 0px 0 !important;
    background: transparent;
    margin: 0px auto !important;
}

.row-fluid .offset2:first-child {
	margin-left: 0 !important;
}

.fields{
	display: inline-block;
    margin: 0 4em 0 2em;
}

/*form*/

.friends {
    margin: 0 0.8em 0 1em;
	position: relative;
    float: left;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

/*
.friends-row{
	width: 100%;
	position: relative;
    margin-right: 0;
    float: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 20px;
}*/

.friends-row{
	display: inline-block;
}

.friends-1, .friends-2, .friends-3{
    float: left;
    margin-bottom: 20px;
}

.friends-1, .friends-3 {
    width: 22%;
    display: flex;
	align-items: center;
}


.friends-2{
	width: 55%
}

.friends label{
	margin-right: 2%;
    width: 25%;
    text-align: right;
}

.friends .wpcf7-form-control-wrap{
    width: 75%;
}

.one-half {
    width: 48%;
}

.one-half, .one-third {
    position: relative;
    margin-right: 3%;
    float: left;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
    align-items: baseline;
}

.one-half label, .one-third label{
    margin-right: 2%;
	width: 25%;
	text-align: right;
}

.one-half .wpcf7-form-control-wrap, .one-third .wpcf7-form-control-wrap{
    width: 75%;
}

.one-third {
    width: 30.66%;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

.submit {
    margin-top: 20px !important;
    clear: right;
}

input{
	margin: 0 !important;
	padding: 0 !important;
	text-transform: uppercase;
}

input[type="number"], input[type="text"], input[type="email"], input[type="tel"], select{
	background: #DEEAF6;
	border: none; 
	border-radius: 0;
	height: 40px !important; 
	width: 100%
}

input[type="submit"]{
	padding: 20px 40px !important;
	background: #00567D;
	color: #fff;
}

input[type="button"]{
	padding: 10px 20px !important;
	background: #f3f3f3;
	color: #000;
}

/*
input[type="number"]:active input[type="number"]::placeholder{
	opacity: 0;
}*/



/*checkbox*/

input[type="checkbox"] {
	-webkit-appearance: none;
	background-color: #DEEAF6;
	border: none;
	border-radius: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	width: 45px;
	height: 35px;
}


input[type="checkbox"]:active, input[type="checkbox"]:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

input[type="checkbox"]:checked {
	background-color: #00567D;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.Gender .wpcf7-checkbox{
    display: flex;
    justify-content: space-between;
}


/*end checkbox*/

tr, td{
	/*border: 1px solid #000;*/
	text-align: left;
	font-weight: 200;
}

.table-title td{
	margin: 0 5px;
	font-weight: 100;
}

/*phone*/

@media (min-width: 200px) and (max-width: 650px){
	.one-half {
    width: 100%;
}

.one-half, .one-third {
    position: relative;
    margin-right: 4%;
    float: left;
}

.one-third {
    width: 100%;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

.submit {
    margin-top: 20px !important;
    clear: right;
}
	
	.friends-2 .wpcf7-checkbox{
	display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
    float: left;
	row-gap: 20px;
	}
	
	.social-media .wpcf7-list-item {
		display: flex !important;
		column-gap: 35px;
	}
	
	.friends {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
	
.friends-1, .friends-2, .friends-3{
    width: 100% !important;
}
	
	.friends-2{
		    display: flex;
    flex-direction: column;
	}
	
	label{
		text-align: left !important;
	}
	
	.fields{
		margin: 0 !important;
	}
	
	.one-half label, .one-third label{
    margin-right: 2%;
	width: 35%;
	text-align: right;
}
	
	.friends label{
	margin-right: 2%;
    width: 35%;
	}

.friends .wpcf7-form-control-wrap{
    width: 65%;
}

.one-half .wpcf7-form-control-wrap, .one-third .wpcf7-form-control-wrap{
    width: 65%;
}
	
	.content-date{
    width: auto !important;
	}

}

/*tablet*/

@media(min-width: 700px) and (max-width: 1000px){
	.friends{
		flex-direction: column !important;
	}
	
	.friends-1, .friends-2, .friends-3{
    width: 100% !important;
}
	
	label{
		text-align: left !important;
	}
	
	.fields{
		margin: 0 !important;
	}
	
	.one-half label, .one-third label{
    margin-right: 2%;
	width: 35%;
	text-align: right;
}
	
	.friends label{
	margin-right: 2%;
    width: 35%;
	}

.friends .wpcf7-form-control-wrap{
    width: 65%;
}

.one-half .wpcf7-form-control-wrap, .one-third .wpcf7-form-control-wrap{
    width: 65%;
}
}

/*tablet end*/

.content-date{
    display: flex;
    justify-content: flex-start;
    width: 100%;
	}

.date-auto{
	text-align: center !important;
	font-size: 24px;
}

footer p{
	color: #00567D
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}