/* =WordPress Core
-------------------------------------------------------------- */
.widget_categories li {
    margin: 0 0 15px;
}

.custom_widget_recent_posts .link-holder {
    padding: 22px 0 0;
}

.widget_tag_cloud li {
    font: 300 18px/1.2 "Roboto Condensed","Arial","Helvetica Neue","Helvetica",sans-serif;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.language-section.top-section{
	padding: 70px 0 0;
}

.wpcf7 input[type="url"] {
    border: 1px solid #8ebee3;
    color: #000;
    font-size: 13px;
    height: 50px;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 0;
    padding: 5px 18px;
    transition: box-shadow 0.3s ease-in-out 0s;
    width: 100%;
}

.wpcf7 input[type="url"]:focus {
    box-shadow: 0 0 3px #8ebee3 inset;
    outline: medium none;
}

.form-section .form-info {
	padding: 0 28px;
}

@media (max-width: 767px) {
    .form-section .form-info {
        padding: 0 5px;
    }
}

#nav > ul > li > a {
    text-transform: uppercase;
}

.signup-form .mc4wp-checkbox-contact-form-7 {
    display:none;
}

.wpcf7-validation-errors {
    display: none !important;
}

.share-link {
    cursor: pointer;
}

.wpcf7 {
	padding: 61px 28px 0;
}

.form-section .form-block {
	width: 54.8%;
	float: left;
}

.form-section .form-block p {
	margin: 0 0 30px;
}

.form-section .form-block .wpcf7 {
	padding: 0;
}

.form-section .form-block textarea {
	min-height: 145px;
}

.form-section .form-block .submit-holder {
	text-align: left;
	padding: 45px 0 0;
}


.wpcf7 .row:after {
	content: "";
	display: block;
	clear: both;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=password],
.wpcf7 .jcf-select {
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	border: 1px solid #8ebee3;
	font-size: 13px;
	line-height: 25px;
	color: #000;
	height: 50px;
	padding: 5px 18px;
	letter-spacing: 1px;
	line-height: 40px;
	width: 100%;
	margin: 0;
}

.wpcf7 input[type=text]::-webkit-input-placeholder,
.wpcf7 input[type=email]::-webkit-input-placeholder,
.wpcf7 input[type=tel]::-webkit-input-placeholder,
.wpcf7 input[type=password]::-webkit-input-placeholder,
.wpcf7 .jcf-select::-webkit-input-placeholder {
	color: #000;
}

.wpcf7 input[type=text]::-moz-placeholder,
.wpcf7 input[type=email]::-moz-placeholder,
.wpcf7 input[type=tel]::-moz-placeholder,
.wpcf7 input[type=password]::-moz-placeholder,
.wpcf7 .jcf-select::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.wpcf7 input[type=text]:-moz-placeholder,
.wpcf7 input[type=email]:-moz-placeholder,
.wpcf7 input[type=tel]:-moz-placeholder,
.wpcf7 input[type=password]:-moz-placeholder,
.wpcf7 .jcf-select:-moz-placeholder {
	color: #000;
}

.wpcf7 input[type=text]:-ms-input-placeholder,
.wpcf7 input[type=email]:-ms-input-placeholder,
.wpcf7 input[type=tel]:-ms-input-placeholder,
.wpcf7 input[type=password]:-ms-input-placeholder,
.wpcf7 .jcf-select:-ms-input-placeholder {
	color: #000;
}

.wpcf7 input[type=text].placeholder,
.wpcf7 input[type=email].placeholder,
.wpcf7 input[type=tel].placeholder,
.wpcf7 input[type=password].placeholder,
.wpcf7 .jcf-select.placeholder {
	color: #000;
}

.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=password]:focus,
.wpcf7 .jcf-select:focus {
	outline: none;
	box-shadow: inset 0 0 3px #8ebee3;
}

.wpcf7 .checkbox-row {
	padding: 93px 0 35px;
	font-weight: bold;
}

.wpcf7 .checkbox-row .jcf-checkbox {
	width: 32px;
	height: 32px;
	margin: 0 27px 0 0;
	position: relative;
	background: none;
	border-color: #000;
}

.wpcf7 .checkbox-row .jcf-checkbox ~ label {
	max-width: calc(100% - 59px);
	display: inline-block;
	vertical-align: top;
}

.wpcf7 .checkbox-row .jcf-checkbox span {
	position: absolute;
	top: -7px;
	right: 0;
	bottom: 0;
	left: -7px;
	border: none;
	width: 43px;
	height: 43px;
	margin: 0;
}

.wpcf7 .checkbox-row .jcf-checkbox span:before,
.wpcf7 .checkbox-row .jcf-checkbox span:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #000;
	left: 50%;
	top: 0;
}

.wpcf7 .checkbox-row .jcf-checkbox span:after {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
}

.wpcf7 textarea {
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	border: 1px solid #8ebee3;
	font-size: 13px;
	line-height: 25px;
	text-transform: uppercase;
	color: #000;
	min-height: 50px;
	max-height: 170px;
	padding: 5px 18px;
	letter-spacing: 1px;
	line-height: 40px;
	width: 100% !important;
	margin: 0;
}

.wpcf7 textarea::-webkit-input-placeholder {
	color: #000;
}

.wpcf7 textarea::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.wpcf7 textarea:-moz-placeholder {
	color: #000;
}

.wpcf7 textarea:-ms-input-placeholder {
	color: #000;
}

.wpcf7 textarea.placeholder {
	color: #000;
}

.wpcf7 textarea:focus {
	outline: none;
	box-shadow: inset 0 0 3px #8ebee3;
}

.wpcf7 .jcf-select {
	max-width: none;
}

.wpcf7 .jcf-select .jcf-select-text {
	font-size: 13px;
	line-height: 40px;
	font-weight: 100;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.wpcf7 .jcf-select .jcf-select-opener {
	background: none;
	font-family: "icomoon";
	font-size: 25px;
	color: #8ebee3;
	right: 20px;
	top: 50%;
}

.wpcf7 .jcf-select .jcf-select-opener:before {
	content: "\f107";
	display: inline-block;
}

.wpcf7 .jcf-select-text {
	margin: 0 20px 0 0;
	line-height: 40px;
}

.wpcf7 .form-info h5 {
	margin: 0 0 29px;
	text-transform: uppercase;
}

.wpcf7 .submit-holder {
	text-align: center;
	padding: 81px 0 0;
}

.wpcf7 button[type=submit] {
	width: 275px;
	display: inline-block;
	float: none;
	padding: 32px 50px;
}

.wpcf7 .row {
	margin: 0 0 10px;
}

.wpcf7 .row .cell {
	width: calc(50% - 5px);
	float: left;
}

.wpcf7 .row .cell:last-child {
	float: right;
}

@media (max-width: 767px) {
    .wpcf7 {
		padding: 61px 0 35px;
	}

	.wpcf7 .text-block {
		width: 100%;
		float: none;
	}

	.wpcf7 .wpcf7 {
		padding: 24px 5px;
	}

	.wpcf7 .form-block {
		width: 100%;
		float: none;
		padding: 0 0 40px;
	}

	.wpcf7 input[type=text],
	.wpcf7 input[type=email],
	.wpcf7 input[type=tel],
	.wpcf7 input[type=password],
	.wpcf7 .jcf-select {
		margin: 0 0 9px;
		font-size: 10px;
		padding: 6px 7px;
		line-height: 14px;
		height: 31px;
	}

	.wpcf7 textarea {
		margin: 0 0 9px;
		font-size: 10px;
		padding: 6px 7px;
		line-height: 14px;
		height: 31px;
	}

	.wpcf7 .jcf-select .jcf-select-text {
		font-size: 10px;
		line-height: 14px;
		height: 31px;
	}

	.wpcf7 .jcf-select .jcf-select-opener {
		right: 15px;
	}

	.wpcf7 .jcf-select-text {
		margin: 0 20px 0 0;
		font-size: 10px;
		line-height: 14px;
		height: 31px;
	}

	.wpcf7 button[type=submit] {
		width: 150px;
		padding: 17px 20px;
	}

	.wpcf7 .row {
		margin: 0;
	}

	.wpcf7 .row .cell {
		float: none;
		width: 100%;
	}
}

select option.hideme {
	display:none;
}

.wpcf7-text::-webkit-input-placeholder {text-transform: uppercase;}
.wpcf7-text::-moz-placeholder          {text-transform: uppercase;}/* Firefox 19+ */
.wpcf7-text:-moz-placeholder           {text-transform: uppercase;}/* Firefox 18- */
.wpcf7-text:-ms-input-placeholder      {text-transform: uppercase;}