/*
 You can use this file to add big blocks of custom css
*/

.cc-window {
	opacity: 1;
	transition: opacity 1s ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.5px;
	font-size: 12px;
	line-height: 1.4;
	position: fixed;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	z-index: 9999;
	border: 1px solid rgba(255, 255, 255, 0.3);

	padding: 2em;
    max-width: 28em;
    flex-direction: column;
}
.cc-message {
	display: block;
	margin-bottom: 1em;
}
.cc-left {left: 1em;}
.cc-bottom {bottom: 1em;}

.cc-link {
	opacity: .8;
	display: inline-block;
	padding: 0.2em 0;
	text-decoration: underline;
}

.cc-btn {
	display: block;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-color: transparent;
}

@media only screen and (min-width: 520px) {
	.left-text_md{
		text-align: left;
	}
}

.contact-input select,textarea{
		border-width: 2px;
		border-style: inset;
}

.gform_wrapper .ginput_container input {
	width: auto;
	margin: 0 !important;
	margin-right: 6px !important;
}

.margin-0{
	margin: 0 !important;
}