/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/*
	Theme Name: Dr. Brodovsky Landing Page
	Theme URI: http://breast.brodovsky.co.il
	Description: Wordpress Theme For Dr. Brodovsky Landing Page
	Version: 1.0.0
	Author: Everests
	Author URI: http://everests.co.il

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    Reset
\*------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: inherit;
}

/*------------------------------------*\
    Global
\*------------------------------------*/

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body {
	direction: rtl;
	font-family: 'Assistant', Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

.wrapper {
	width: 100%;
	min-height: 100vh;
	border: 5px solid #fff8f5;
}

#mainVideoContainer {
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
	pointer-events: none;
}
#mainVideoContainer video {
    position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

.main-container {
	min-height: calc(100vh - 60px);	
}
.main-container-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row;
	        flex-flow: row;
	padding: 0 80px;
	margin-bottom: 20px;
}

.mobile-menu {
	display: none;
}

.toggle-content-btn {
    display: block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.toggle-content-btn:hover {
	opacity: .85;
}
.toggle-content-btn:active {
	opacity: 1;
}
.toggle-content-btn .hor-line {
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	height: 4px;
	margin-top: -2px;
	background-color: #fff8f5;
}
.toggle-content-btn .ver-line {
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -2px;
	height: 100%;
	width: 4px;
	background-color: #fff8f5;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;	
}
.toggle-content-btn.clicked .ver-line {
	opacity: 0;
	visibility: none;
}

.form-container {
	position: relative;
	margin-left: 10px;
	width: 350px;
}
.form-container .toggle-content-btn {
    position: absolute;
    top: 15px;
    right: -65px;
	width: 50px;
	height: 48px;
	border: 9px solid #907a6e;
	background: #907a6e;
}
.form-container .top-content {
	background-color: #fff8f5;
	margin-bottom: 10px;
	padding: 35px 15px;
	font-size: 1.2em;
}
.form-container .top-content .top-img {
	display: block;
	margin-bottom: 15px;
	width: 100%;
	padding: 0 15px;	
}
.form-container .top-content .caption {
	font-size: 1em;
    font-weight: 600;
    line-height: 1.6em;	
}
.form-container .top-content p {
    line-height: 1.2em;	
}
.form-container form {
    text-align: left;	
}
.form-container form input {
	direction: rtl;
	text-align: right;
	background-color: transparent;
	color: #907a6e;
	padding: 10px 11px;
	border: 2px solid #907a6e;
    font-size: 0.9em;
    margin-top: 10px;
    width: 100%;
	outline: none;
}
::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #907a6e; opacity: 1; /* Firefox */ }
::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #907a6e; opacity: 1; /* Firefox */ }
:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #907a6e; opacity: 1; /* Firefox */ }
::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #907a6e; opacity: 1; /* Firefox */ }
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #907a6e; opacity: 1; /* Firefox */ }
:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #907a6e; }
::-ms-input-placeholder { /* Microsoft Edge */ color: #907a6e; }
.form-container form input[type="submit"]{
	color: #fff8f5;
	background-color: #907a6e;
    padding: 2px 22px;
    font-size: 1.2em;
	cursor: pointer;
	width: auto;	
	-webkit-transition: .5s all;	
	-o-transition: .5s all;	
	transition: .5s all;
}
.form-container form input[type="submit"]:hover {
	opacity: .85;
}
.form-container form input[type="submit"]:active {
	opacity: 1;
}
.form-container form .wpcf7-not-valid-tip {
    font-size: 0.8em;
    color: #dd1f1f;
	margin-top: 2px;	
}
.form-container form .ajax-loader {
    float: right;
    margin-top: 20px;	
}
.form-container form .wpcf7-response-output {
    border: none;
    padding: 0;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.1em;
    margin: 10px 0 0 0;	
}
.form-container form .wpcf7-response-output.wpcf7-validation-errors {
    color: #dd1f1f;	
}
.form-container .bottom-phone {
	text-align: center;
	background-color: #fff8f5;
	padding: 15px;	
	font-size: 2.3em;
	color: #907a6e;
}

.content-container {
	background-color: #fff8f5;
	width: calc(100% - 350px);
    max-width: 1000px;
    padding: 30px 20px;
    font-weight: 600;
	overflow: hidden;
	opacity: 0;
}
.content-container .top-content {
	margin-bottom: 20px;
}
.content-container .top-content .right-text {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 125px);
	padding-left: 20px;
	font-size: 1.7em;
    line-height: 1.3em;	
}
.content-container .top-content .left-img {
	display: inline-block;
	vertical-align: top;
	width: 125px;
}
.content-container .middle-text, .content-container .icons, .content-container .bottom-text {
	font-size: 1.5em;
    line-height: 1.2em;		
}

.content-container .middle-text {
	margin-bottom: 20px;	
}
.content-container .icons .icon {
	margin-bottom: 20px;
}
.content-container .icons .icon img {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
}
.content-container .icons .icon p {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 50px);
	padding: 0 20px;
}

.footer {
	width: 100%;
	height: 50px;
    max-width: 1520px;
    padding: 0 80px;
    margin: 0 auto;		
}
.footer .footer-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;	
	-webkit-box-orient: horizontal;	
	-webkit-box-direction: normal;	
	    -ms-flex-flow: row;	
	        flex-flow: row;
    background-color: #fff8f5;
    color: #907a6e;
	height: 100%;
	padding-top: 5px;	
}
.footer .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 30px 0 60px;
/* 	width: calc(100% - 135px); */
	width: 100%;
}
.footer .links .link {
    display: inline-block;
	font-size: 1.3em;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}
.footer .links .link:hover {
	opacity: .85;
}
.footer .social_links {
	width: 135px;
	text-align: center;
	padding-left: 0px;
}
.footer .social_links a {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	margin: 0 2.5px;
}
.footer .social_links a img {
	width: 100%;
}


@media only screen and (max-width: 1200px) {
	body {
		font-size: 80%;
	}
	
	.form-container {
		width: 300px;
	}	
	
	.content-container {
		width: calc(100% - 300px);
	}
}

@media only screen and (max-width: 1000px) {	
	.form-container {
		width: 250px;
	}	
	
	.content-container {
		width: calc(100% - 250px);
	}
	
	.footer .links {
		font-size: 90%;
		width: 100%;
    	padding: 0 30px 0 0px;
	}
	.footer .social_links {
    	width: 115px;
	}
}

@media only screen and (max-width: 767px) {
	.wrapper {
		border: 0;
	}	
	
	.main-container {
		min-height: calc(100vh - 80px);
	}	
	
	.main-container-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-flow: column-reverse;
		        flex-flow: column-reverse;
    	padding: 0;	
		margin: 0;
	}
	

	.mobile-menu {
    	position: relative;
		display: block;
		background-color: #fff8f5;
		-webkit-box-shadow: 0 2px 13px 0px rgba(0, 0, 0, 0.2);
		        box-shadow: 0 2px 13px 0px rgba(0, 0, 0, 0.2);
		z-index: 999999;
	}
	.mobile-menu .toggle-content-btn {
		position: relative;
		width: 58px;
		height: 56px;
		border: 12px solid #907a6e;
		background: #907a6e;
	}
	.mobile-menu .logo {
		height: 44px;
		position: absolute;
		left: 12px;
		top: 7px;
	}		
	
	.form-container {
		width: 100%;
		max-width: 600px;
    	margin: calc(50vh - 26px) auto 0 auto;
		-webkit-transition: .5s all;
		-o-transition: .5s all;
		transition: .5s all;
	}
	.form-container.content-opened {
		margin-top: 0;
	}
	.form-container .toggle-content-btn {
		display: none;
	}
	.form-container .top-content {
		margin-bottom: 0;
    	min-height: calc(50vh - 26px);
		padding: 20px;
		-webkit-transition: .5s all;
		-o-transition: .5s all;
		transition: .5s all;		
	}
	.form-container.content-opened .top-content {
    	min-height: 0;
	}	
	.form-container .top-content .top-img {
		display: none;
	}
	.form-container form input {
		border-width: 1px;
	}
	.form-container .bottom-phone {
		display: none;
	}
	
	.content-container {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		display: none;
    	border-bottom: 1px solid #a18d82;
		font-size: 90%;
		opacity: 1;
	}
	
	.footer {
		height: 80px;
		padding: 0;
	}
	.footer .footer-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}
	.footer .links {
		padding: 0 30px;
		margin-bottom: 10px;
	}
	.footer .social_links {
    	width: auto;
	}	
}

@media only screen and (max-width: 600px) {
	.main-container {
		min-height: 0;
	}
	
	.form-container {
		text-align: center;
	}
	.form-container .top-content .caption a[href*="tel:"] {
		position: relative;
		display: block;
		color: #907a6e;
		border: 2px solid;
		font-size: 1.7em;
		padding: 8px 32px 8px 0;
		border-radius: 15px;
		width: 190px;
		font-weight: 500;
		margin: 10px auto;
		line-height: 1;
	}
	.form-container .top-content .caption a[href*="tel:"]:after {
		position: absolute;
		top: 50%;
		right: 12px;
		height: 25px;
		width: 25px;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		content: '';
	}	
	
	.content-container .top-content .right-text {
    	width: calc(100% - 105px);
	}
	.content-container .top-content .left-img {
		width: 105px;
	}
	.content-container .icons .icon img {
		width: 40px;
	}
	.content-container .icons .icon p {
		width: calc(100% - 40px);
	}
	
	.footer {
		height: auto;
	}
	.footer .footer-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}
	.footer .links {
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		margin-bottom: 20px;
		border-top: 1px solid;		
	}
	.footer .links .link {
		width: 100%;
		text-align: center;
		padding: 20px 0;
		border-bottom: 1px solid;		
	}
	.footer .social_links {
    	width: auto;
    	margin-bottom: 10px;		
	}	
}