/*
 * Theme Name: Harari
 * Author: Code n' Roll
 * Author URI: http://www.codenroll.co.il/
 * Version: 1.0
 * Text Domain: cnr
 */

.vcwrap {
    direction: rtl;
}
#footer {
	padding-bottom: 0;
}
#footer-copyrights {
	font-size: 14px;
	background: #000;
	padding: 5px 0;
}
#footer-copyrights p {
	margin: 0;
}
.page-header.expertise-header h1 {
	margin-top: 35px;
}

body.single-lp h1 {
    color: #fff;
}

.harari-recent-posts.flex .item {
	width: 25%;
	padding: 10px;
}
.harari-recent-posts.flex .item .img-wrap {
	height: 248px;
}
.harari-recent-posts.flex .item img.wp-post-image {
	width: 100%;
	max-height: 248px;
}
.harari-recent-posts.flex .item h3 {
	min-height: 40px;
	font-size: 18px;
}

body.edge #header {
	position: relative;
}

@media screen and (max-width: 768px) {
	body.single-lp #content {
		margin-top: 40px;
	}
	.cnr-vc-widget.harari-project-widget .item .content-wrap,
	.cnr-vc-widget.harari-project-widget .item .img-wrap,
	.cnr-vc-widget.harari-project-widget .item {
		height: auto;
	}
	.cnr-vc-widget.harari-project-widget .item {
		text-decoration: none;
		padding: 0 !important;
	}
	.cnr-vc-widget.harari-project-widget .item:hover .content-wrap,
	.cnr-vc-widget.harari-project-widget .item:focus .content-wrap,
	.cnr-vc-widget.harari-project-widget .item .content-wrap h3 {
		width: auto;
		margin: 0;
	}
	.cnr-vc-widget.harari-project-widget .item .content-wrap p{
		font-size: 14px;
	}
	
	body.single-project .page-header.single-header {
		padding-top: 72px;
	}
	body.single-project .page-header.single-header h1.page-title {
		text-align: right;
		font-size: 24px;
		letter-spacing: normal;
	}
	body.single-project .page-header.single-project-header dl dt {
		text-align: right;
		width: 60px;
	}
	body.single-project .page-header.single-project-header dl dd {
		margin-right: 80px;
	}
}


body.single-lp #the-logo {
		text-align: center;
}
body.single-lp #nav-container ul.menu.menu-flex #the-logo a {
	display: inline-block;
	min-width: 320px;
}
body.single-lp #footer-bottom > .container > .row::before {
	border: 0;
}
body.single-lp #content {
	min-height: 80vh;
}
.wpcf7-form {
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-ms-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}
.wpcf7-form.sent .row {
	opacity: 0;
	pointer-events: none;
}
.wpcf7-form .harari-success {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	top: 0px;
	width: 220px;
	height: 220px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 4px solid forestgreen;
	color: forestgreen;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);

	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}
.wpcf7-form.sent .harari-success {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.wpcf7-form .harari-success .inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wpcf7-form .harari-success i {
	font-size: 72px;
	display: block;
}
.wpcf7-form .harari-success span {
	font-size: 18px;
	display: block;
	padding: 0 30px;
	line-height: 1.21;
	margin-top: 10px;
}
.wpcf7-form.sent .harari-success {
	opacity: 1;
}
#side-contact .wpcf7-form .harari-success {
	top: 190px;
}
#wpcf7-f119-p20-o1 .wpcf7-form .harari-success,
#wpcf7-f83-p72-o1 .wpcf7-form .harari-success {
	top: 20px;
	right: 50%;
	margin-right: -110px;
}

body.edge #header {
	position: relative;
}

div.wpcf7-response-output, div.wpcf7-validation-errors { display: none !important; }
span.wpcf7-not-valid-tip { display: none; }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: red; background-color: rgba(153,0,0,0.3); }
