
/* --- PUT YOUR CUSTOM CSS BELOW THIS LINE --- */ 

/* Cookies */
#cookie-notice {
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
    left: 2%;
    bottom: 2%;
    width: 80%;
    max-width: 380px;
    min-width: initial;
    padding: 20px 30px;
}

#cn-notice-text {
    display: block;
    margin-bottom: 20px;
}

#cookie-notice .cn-button {
    display: inline-block;
    font-size: 16px;
    color: #ededed;
    background-color: #344259;
    padding: .5em 1em!important;
    border-radius: 3px;
    font-weight: 500;
    line-height: 1!important;
    transition: all .2s;
    border-width: 0px!important;
}
#cookie-notice .cn-button:hover {
    background-color: #3959ba;
    text-decoration: underline;
}
.cookie-notice-hidden {
	display:none;
}


/* Contact Form 7 */
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-third, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-third{
		width: 33%;
	}
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="select"], .wpcf7 textarea {
	width: 100%;
	font-size:14px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7-form select {
	 width:100%; /* you can use pixels, em, rem, % to determine the width */
	 font-size:14px;
	border-radius: 3px;
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #5b6480;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 12px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #282e3f;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 14px;
	color: #fff;
	background: #5b6480;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 14px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 14px;
	background: #5b6480;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}
.messageform {max-height:100px;}
