/*
 Theme Name:     Divi Child
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Custom CSS
------------------------------------------------------- */

/**
 * Global Colors
 */ 
:root {
  --blue: #1e90ff;
  --white: #ffffff;
}

/**
 * Word Wrap
 */
body {
   /** -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; */
	hyphens: none;
	white-space: word-wrap; 
}

/**
 * Accordeon Toggle
 */
.et_pb_toggle_title::before {
	content: "\33"!important;
	transition: all .3s ease-in-out;
}

.et_pb_toggle_open .et_pb_toggle_title::before {
	content: "\33"!important;
	transform: rotate(180deg);
	display:block!important;
}

/**
 * CF7 Styles
 */
.wpcf7-form input, 
.wpcf7-form select, 
.wpcf7-form textarea, 
.wpcf7-form .wpcf7-form-control {
	border-radius: 10px 10px 10px 10px!important;
	overflow: hidden!important;
	border-width: 1px!important;
	border-color: #E6E6E6!important;
	font-weight: 300;
	font-size: 16px;
	-webkit-appearance: none;
	background-color: #fff;
	width: 100%;
	border-width: 0;
	border-radius: 0;
	color: var(--darkblue)!important;
	padding: 16px!important;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.08);
	margin-bottom:1rem!important;
}
.wpcf7-form input:focus, 
.wpcf7-form select:focus,
.wpcf7-form textarea:focus, 
.wpcf7-form .wpcf7-form-control:focus {
	border-color: var(--darkblue)!important;
}
.wpcf7-submit {
	background: transparent!important;
	color: var(--darkblue)!important;
	width: 200px;
	border:1px solid var(--darkblue)!important;
	box-shadow: none;
	border-radius: 7px!important;
	letter-spacing: 1px!important;
	font-size: 18px!important;
	padding:1.2rem 2rem!important;
	cursor: pointer !important;
	text-align: center !important;
	margin: auto !important;
	float: right;
	margin: 1rem auto !important;
	align-content: flex-end;
	display: block;
}
.wpcf7 form.sent .wpcf7-response-output{
	font-weight: 300;
	font-size: 16px;
	padding:1rem;
	text-align:center;
}
.et-pb-contact-message p{
	line-height: 1.8rem;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.8rem;
	text-align:center;
	color:var(--darkblue);
}

/**
 * Custom
 */
.valign{
	margin:auto;
}

.full-height{
	height:calc(100vh - 132px)
}
.flexcol{
	display:flex;
	flex-direction:column;
}
.flexcol .bottom-align{
	margin-top:auto;
}

/**
 * Mobile Line Break
 */
@media (max-width:768px){
	.hide-mobile{
		display:block;
		font-size:0;
		visibility:hidden;
		height: 0;
	}
}