/*
Theme Name: Tech
Theme URI: http://omrifeinstein.com/
Description: Technica theme by Omri Feinstein
Version: 1.4
Author: Omri Feinstein
Author URI: http://omrifeinstein.com/
*/

html { 
    margin:0;
    /*font-size: 0;*/
}

body{
    margin:0;
    font-family: 'Assistant', sans-serif;
    /*font-size: 0;*/
}

*{
    font-family: 'Assistant', sans-serif;
    box-sizing: border-box;
}

.navbar{
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    padding: 17px;
    z-index: 10;
}

.navbar-m{
    display:none;
    z-index: 999;
}

.navbar-m i{
    font-size: 48px;
    display: inline-block;
    float: left;
    color: white;
    margin-left: 15px;
    vertical-align: middle;
    margin-top: 7px;
}

.navbar.active{
    box-shadow: 0 4px 8px rgba(0,0,0,0.28);
    background:black;
}

.navbar.black{
    box-shadow: 0 4px 8px rgba(0,0,0,0.28);
    background:black;
}

.navbar ul{
    list-style: none;
    float:right;
}

.navbar ul a{
        text-decoration: none !important;
}

.navbar ul li{
    font-family: 'Assistant', sans-serif;
    color:white;
    text-decoration: none;
    display:inline;
    padding:8px 15px;
    font-size:18px;
    cursor: pointer;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.navbar ul li a{
    color:white;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.navbar ul li a:hover{
    color: #13889b;
}

.navbar ul li.logo{
    font-weight: 800;
    font-size: 44px;
    padding: 0 15px;
    padding-right: 5px;
}

.navbar ul li.logo img{
    height: 80px;
    width: auto;
    margin-top: -5px;
    margin-bottom: 0;
}

.navbar ul li img{
    height: 40px;
    vertical-align: middle;
    margin-bottom:5px;
}

.navbar .contact-btn{
    font-family: 'Assistant', sans-serif;
    color: white;
    display: inline;
    padding: 6px 15px;
    padding-right: 10px;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.27);
    position: fixed;
    top: 40%;
    height: 42px;
    width: 49px;
    text-align: center;
    opacity: 0.9;
    left: -8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    background: #13889b;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.navbar-m .contact-btn{
    font-family: 'Assistant', sans-serif;
    color: white;
    display: inline;
    padding: 6px 15px;
    padding-right: 10px;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.27);
    position: fixed;
    top: 40%;
    height: 42px;
    width: 51px;
    text-align: center;
    opacity: 0.9;
    left: -8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    background: #13889b;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.navbar .contact-btn.active, .navbar-m .contact-btn.active{
    left:392px;
}

.navbar-m .contact-btn li{
    border: 0;
    text-align: center;
    line-height: 1;
    width: 32px;
    padding-right: 10px;
}

.wrapper{
    text-align:center;
    width:100%;
    padding:30px 0;
    box-sizing:border-box;
}

.wrapper.red{
    background: #13889b;
    background: url(images/header.jpg) center center no-repeat;
    background-size: cover;

}

.wrapper.black{
    background: black;
}


.contact .contact-form{
    width:34%;
}
.contact .wpcf7-form{
    direction:rtl;
}
.wpcf7-form input {
    text-align: right !important;
}
.contact .wpcf7-not-valid-tip{
    display:block;
}
.contact .contact-form .wpcf7-response-output{
    display: block;
    font-size: 16px;
    font-family: Assistant;
    font-weight: 600;
}

.contact .contact-form .wpcf7-response-output.wpcf7-validation-errors {
    color: red;
}

.contact .contact-form .wpcf7-response-output.wpcf7-display-none {
    display: none;
}

.contact .contact-details{
    /**padding-top: 74px;**/
}

.contact section p{
	color:white;
	font-size: 16px;
	line-height:1.8;
    font-family: 'Assistant', sans-serif;
}

.contact section p strong{
	font-weight: 800;
}

.contact section .loc{
    font-weight:700;
}
.contact section iframe{
	height:318px;
	width:100%
}

.side-contact{
    background:white;
    width:400px;
    left:-420px;
    height:100vh;
    position: fixed;
    z-index:999;
    text-align: center;
    background:url('images/sidebg.jpg') center center no-repeat;
    background-size:cover;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.side-contact.active{
    left:0;
}

.side-contact h2{
	color: white;
    font-weight: bold;
    margin: 0px;
    font-size: 35px;
	margin-top: -15px;
    margin-bottom:20px;
    font-family: 'Assistant', sans-serif;
}

.side-contact .spacer{
	width:70px;
	height:4px;
    margin:0 auto;
	background:white;
	display:block;
	margin-bottom:20px;
}

.side-contact .contact-form{
    width:100%;
    padding:30px;
    box-sizing: border-box;
    position:absolute;
    top:50%;
    margin-top:-300px;
}

.side-contact .contact-form input{
    border: 0;
    border-radius: 0;
	outline:none !important;
    font-size: 16px;
    display: inline-block;
    margin: 10px 0;
    color: white;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    background: rgba(222, 222, 222, 0.3);
    border-bottom: 2px solid white;
    font-family: 'Assistant', sans-serif;
     -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.side-contact .contact-form select {
    border: 0;
    border-radius: 0;
	outline:none !important;
    font-size: 16px;
    display: inline-block;
    margin: 10px 0;
    color: white;
    padding: 15px;
    width: 100%;
    background: rgba(222, 222, 222, 0.3);
    border-bottom: 2px solid white;
    font-family: 'Assistant', sans-serif;
     -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.side-contact .contact-form .submit-btn {
    color: white;
    font-size: 21px;
    display: inline-block;
    margin: 5px 0;
    font-weight: 600;
    width: 130px;
    height: 81px;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.46);
    text-align: center;
    border: 0;
    cursor: pointer;
    line-height: 59px;
    margin-top: 20px;
    background: url(images/clapperbg.png) center right no-repeat;
    background-size: contain;
    padding: 0;
    padding-top: 4px;
    font-family: 'Assistant', sans-serif;
}

.side-contact .wpcf7-form{
    direction:rtl;
}
.side-contact .wpcf7-not-valid-tip{
    display:block;
}
.side-contact .contact-form .wpcf7-response-output{
    display: block;
    font-size: 16px;
    color: red;
    font-family: Assistant;
    font-weight: 600;
}

::-webkit-input-placeholder { /* Chrome */
  color: white;
  opacity: 0.8;

}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
  opacity: 0.8;

}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
  opacity: 0.8;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: white;
  opacity: 0.8;
}
.contact{
    position: relative;
	color:white;
	line-height:2;
    box-sizing:border-box;
    padding: 24px;
    text-align: right;
	display: inline-block;
	width:100%;
	padding-right:30px;
	padding-left:30px;
}

.contact h2{
	color: white;
    font-weight: bold;
    margin: 0px;
    font-size: 35px;
	margin-top: -15px;
    font-family: 'Assistant', sans-serif;
}

.contact .spacer{
	width:70px;
	height:4px;
	background:white;
	display:block;
	margin-bottom:10px;
}

.contact section {
    width: 28%;
    max-width: 800px;
    text-align: right;
    padding: 5px;
	box-sizing:border-box;
    display: inline-block;
	vertical-align: top;
}

.contact .contact-form{
    width:34%;
}
.contact .wpcf7-form{
    direction:rtl;
}
.contact .wpcf7-not-valid-tip{
    display:block;
}
.contact .contact-form .wpcf7-response-output{
    display: block;
    font-size: 16px;
    font-family: Assistant;
    font-weight: 600;
}

.contact .contact-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #398f14;
}

.contact .contact-details{
    /**padding-top: 74px;**/
}

.wpcf7-form select option {
    color: #000 !important;
}

.contact section p{
	color:white;
	font-size: 16px;
	line-height:1.8;
    font-family: 'Assistant', sans-serif;
}

.contact section p strong{
	font-weight: 800;
}

.contact section .loc{
    font-weight:700;
}
.contact section iframe{
	height:318px;
	width:100%
}

.contact .contact-form input{
    border: 0;
    border-radius: 0;
	outline:none !important;
    font-size: 16px;
    display: inline-block;
    margin: 5px 0;
    max-width: 350px;
    color: white;
    padding: 10px;
    width: 100%;
    background: none;
    border-bottom: 2px solid white;
    padding-bottom: 9px;
    padding-right: 0;
    font-family: 'Assistant', sans-serif;
     -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.contact .contact-form select {
    border: 0;
    border-radius: 0;
	outline:none !important;
    font-size: 16px;
    display: inline-block;
    margin: 5px 0;
    max-width: 360px;
    color: white;
    padding: 10px;
    width: 100%;
    background: none;
    border-bottom: 2px solid white;
    padding-bottom: 9px;
    padding-right: 0;
    font-family: 'Assistant', sans-serif;
     -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.contact .contact-form .submit-btn {
    color: white;
    font-size: 21px;
    display: inline-block;
    margin: 5px 0;
    font-weight: 600;
    width: 130px;
    height: 81px;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.46);
    text-align: center;
    border: 0;
    cursor: pointer;
    line-height: 59px;
    margin-top: 20px;
    background: url(images/clapperbg.png) center right no-repeat;
    background-size: contain;
    padding: 0;
    padding-top: 4px;
    font-family: 'Assistant', sans-serif;
}

.submit-btn .clapper{
    width:100%;
    margin:0;
    padding:0;
     border: 2px solid white;
    box-sizing: border-box;
    margin-bottom:3px;
    display: inline-block;
}

.submit-btn .clapper.bottom{
     font-weight: 900;
    background: white;
    	line-height:2;
    border-radius: 0 0 4px 4px;
    margin-top: -3px;
	font-size: 16px;
}
.submit-btn .clapper.upper{
    height:14px;
    background: repeating-linear-gradient(
  -60deg,
  #000000,
  #000000 20px,
  #ffffff 20px,
  #ffffff 40px
);
}

.contact .contact-details i{
	font-size: 30px;
    margin-left: 24px;
    margin-top: 9px;
}

.contact .contact-details a{
	color:white;
	text-decoration: none
}

.contact .map{
    box-sizing: border-box;
    padding: 15px;
    padding-bottom: 0;
    float: left;
    width: 30%;
    height: 300px;
}

.btn.btn-primary {
    display: inline-block;
    color: #fff;
    background-color: #13889B;
    box-shadow: 0 4px 14px 0 rgba(0,0,0,0.25);
    text-decoration: none;
}

#credits {
    width: auto;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

#credits a {
    display: flex;
    flex-direction: row;
    align-items: center;
    
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-decoration: none !important;
}

#credits a img {
    position: relative;
    top: -5px;
    margin-right: 12px;
}

@media(max-width:600px){
    .navbar-m{
        position: fixed;
        width: 100%;
        box-sizing: border-box;
        padding: 13px 10px;
        z-index: 999;
        display: inline-block;
        box-shadow: 0 4px 8px rgba(0,0,0,0.28);
        background: black;
    }
    .navbar{
        display:none;
    }
    
    .navbar-m ul a{
        text-decoration: none !important;
    }
    
    .navbar-m ul{
        list-style: none;
        float:right;
    }

    .navbar-m ul li{
        font-family: 'Assistant', sans-serif;
        color:white;
        display:inline;
        padding:8px 15px;
        font-size:18px;
        cursor: pointer;
        text-decoration: none;
        vertical-align: middle;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

    .navbar-m ul li:hover{
        color: #13889b;
    }
    .navbar-m ul li a{
        color:white;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

    .navbar-m ul li.logo{
        font-weight: 800;
        font-size: 44px;
        height: 74px;
        overflow: hidden;
    }

    .navbar-m ul li.logo img{
        height: 65px;
        width: auto;
        margin-bottom: 0;
    }

    .navbar-m ul li img{
        height: 40px;
        vertical-align: middle;
        margin-bottom:5px;
    }
    .menu{
        display: block;
        clear: both;
        width: 100%;
        max-height: 0;
        overflow: hidden;
    }
    
    .menu.active{
        height: calc(100vh - 80px);
        overflow: auto;
    }
    
    .menu ul{
        float:none;
    }
    .menu ul li{
        font-family: 'Assistant', sans-serif;
        color: white;
        display: inline;
        padding: 8px 15px;
        font-size: 24px;
        text-align: center;
        line-height: 3;
        cursor: pointer;
        border-bottom: 1px solid white;
        vertical-align: middle;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        display: block;
    }

    .contact .contact-form {
        width: 80%;
        display: block;
    }
    
    .contact .contact-details {
        width: 80%;
        display: block;
    }

    .contact .map {
        width: 80%;
        display: block;
        float: none;
        height: 240px;
        margin: 40px 0;
    }

    #credits {
        position: relative;
        top: auto; right: auto; bottom: auto; left: auto;
    }

    #credits a img {
        margin-right: 10px;
        top: -2px;
    }
}