/*  
Theme Name:     Relsites
Theme URI:      http://relsites.com
Description: 	Relsites Theme
Author:         Ariel Hein
Author URI: 	http://relsites.com
Version:        1.0
*/

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/opensanshebrew-bold.eot');
    src: url('fonts/opensanshebrew-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensanshebrew-bold.woff') format('woff'),
         url('fonts/opensanshebrew-bold.ttf') format('truetype'),
         url('fonts/opensanshebrew-bold.svg#open_sans_hebrewbold') format('svg');
    font-weight: 700;
    font-style: normal;

}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,textarea,text {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
	box-sizing: border-box;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0; 
     } 
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* General */
html,body{
	height:100%;
} 
body{ 
	font-family: 'OpenSans', sans-serif;
	font-weight: 700;
	line-height: normal;
	font-size: 26px;
	color: #585658;
}
h1, h2, h3, h4, h5, h6, strong {
	font-family: 'OpenSans', sans-serif;
	font-weight: 700;	
}
h1 {
    font-size: 5vw;
    word-spacing: 100vw;
    line-height: 0.67;
    color: #0c3f50;
    margin: 0 -30px 10px 0;
}
h2 {
    font-size: 4vw;
    word-spacing: 100vw;
    line-height: 0.67;
    color: #0c3f50;
    margin: 0 -30px 30px 0;
}
a {
	text-decoration:none;
}
.tooltip-content, .tmi-wrapper,
a, a:hover, a:focus, input[type="submit"] {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.rights {
	font-size: 12px;
    line-height: 1.4;
    color: #fff;
    padding-top: 0;
    margin-bottom: 0;
}
nav#siteNavbar {
    margin: 10vh 105px 0 0;
}
nav#siteNavbar li {
    display: block;
    list-style-type: none;
}
nav#siteNavbar li a{
	color:#0c3f50;
	font-size:20px;
	line-height:2.1;
}
nav#siteNavbar li.active a{
	color:#fff;	
}
/* Page */
.page-slider {
	z-index:1;
    height: 100vh;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}
.slide-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
}
.entry-content-box {
    position: absolute;
    z-index: 2;
    width: 80%;
    text-align: center;
    background: #fff;
    margin: 0 auto;
    top: 17vh;
    left: 0;
    right: 0;
    border-radius: 6px;
    padding-bottom: 40px;
    max-width: 660px;
    text-transform: uppercase;
}
#logo {
    position: relative;
    margin-top: -65px;
    margin: -65px auto 0;
}
.entry-content {
    padding: 20px;
    margin: 0 auto 15px;
}
.entry-content .en {
    font-size: 23px;
}
.entry-content hr {
    height: 5px;
    background-color: #949290;
    border-radius: 6px;
    max-width: 75%;
}
#popup-opener{
    color: #fff;
    background: rgb(233,46,92);
    background: -moz-linear-gradient(top, rgba(233,46,92,1) 49%, rgba(233,46,92,1) 49%, rgba(231,22,74,1) 51%);
    background: -webkit-linear-gradient(top, rgba(233,46,92,1) 49%,rgba(233,46,92,1) 49%,rgba(231,22,74,1) 51%);
    background: linear-gradient(to bottom, rgba(233,46,92,1) 49%,rgba(233,46,92,1) 49%,rgba(231,22,74,1) 51%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92e5c', endColorstr='#e7164a',GradientType=0 );
    padding: 10px 20px;
    border-radius: 6px;
}
.divider{
	margin:0 10px;
	display:inline-block;
}
.form-wrapper {
    position: absolute;
    width: 75%;
    left: 0;
    right: 0;
    margin: auto;
    top: 86px;
    background: #e7164a;
    color: #fff;
    padding: 30px 60px;
    display: none;
}
input, button, select, textarea {
    max-width: 100%;
    background: #fff;
    max-height: 150px;
    color: #e7164a;
    font-size: 21px;
    width: 100%;
    font-weight: 300;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    color: #e7164a;
	font-family: 'OpenSans', sans-serif;
	font-weight: 700;
	font-size:38px;
}
label .he {
    float: right;
}
label {
    display: block;
}
label .en {
    float: left;
    font-size: 22px;
    position: relative;
    top: 4px;
}
form.wpcf7-form > div {
    margin-bottom: 10px;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0 none !important;
    font-size: 16px;
}
a.popup-closer {
    position: absolute;
    color: #fff;
    left: 5px;
    top: -8px;
    transform: rotate(45deg);
    font-size: 45px;
    font-weight: 100;
    font-family: auto;
}
@media only screen and (max-width: 1400px){

}
@media only screen and (max-width: 945px){
	body {
		font-size: 18px;
	}
	.entry-content .en {
		font-size: 15px;
	}
	.entry-content-box {
		top: 15vh;
	}
	h1#logo {
		width: 90px;
	}
	.form-wrapper {
		width: 100%;
		top: -66px;
		padding: 25px 15px 0;
	}
	label .en {
		font-size: 17px;
		top: 1px;
	}
}
