/*
Theme Name: tamplate
Theme URI: http://www.leos.co.il
Description: אתר בעיצוב אישי מחברת לאוס מדיה
Author: Slava First @LEOS
Version: 1.0
*/

@import url('css/contact.css');
@import url('fonts/almoni/almoni.css');
* { 
	margin: 0; 
	padding: 0; 
}
html,
body {
    font-family: almoni;
	margin:0;
	padding:0;
	height:100%;
}
header {
    padding-top:35px;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#content {
	padding-bottom:150px; /* Height of the footer element */
}
.logo {
    width:30%;
}
.logo a {
	display:block;
}
.logo img {
    width:100%;
    height:auto;
}
.container {
	width:100%;
    max-width:1024px;
    margin:0 auto;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.clear {
	clear: both;
}
.inline {
	display:inline-block;
	vertical-align:top;
}
h1 , 
h2 ,
h3 { 
	font-weight: normal; 
	margin: 0 0 0 0;
}

p { 
	margin: 0 0 0 0; 
}
a {
	text-decoration:none;
	color:inherit; 
}
a:hover {
	text-decoration:none; 
} 
ul { 
	margin: 0 0 0 0;
	list-style:none; 
}
nav {
	width:100%;
	text-align:center;
    margin-top: 20px;
}
nav ul {
	display:inline-block;
}
nav .menu > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    padding-right: 23px;
    position: relative;
}
nav ul li:last-child:after {
	content: " ";
}
nav .menu > li > a {
	display:inline-block;
	vertical-align:top;
	line-height:100%;
    color: #00608d;
    font-size: 20px;
    padding: 10px 10px;
    border-radius: 5px;
	transition:all .5s ease-out;
}
nav .menu li.current_page_item > a ,
nav .menu > li:hover > a {
    background: rgba(198,227,240,0.9);
}
.entry ul {
    margin: 0 30px;
    list-style: inherit;
}
.sub-menu {
    background:rgba(198,227,240,0.9);
    z-index:999;
    width:250px;
    position:absolute;
    top:115%;
    right:0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    visibility:hidden;
    opacity:0;
    transition: all .5s ease;
}
.sub-menu li a {
    padding: 10px 0;
    color: #000;
    display: block;
    font-size: 20px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.sub-menu li a:hover {
    background: rgba(255,255,255,0.9);
    color: #00608d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.sub-menu li {
	display:block;
}
.menu-item-has-children:hover .sub-menu {
    visibility:visible;
    opacity:1;
}
.sub-menu li {
    display:block;
}
footer {
	position:absolute;
	bottom:64px; /* Leos height 64px */
	left:0;
	height:auto;
	min-height:35px;
    padding-top: 15px;
    background: #00608d;
    width:100%;
    text-align: center;
    color: #FFFFFF;
}
footer span {
    font-size: 20px;
    margin:0 10px;
}
#leos{
    position:absolute;
    bottom:0;
	width:100%;
	background-color:#000;
	text-align:center;
}
#leos img{
	padding-top: 10px;
    height:50px;
    width:auto;
}
#leos a{
        position:relative;
}
#leos span{
        opacity:0;
        position: absolute;
        right: 0;
        color: white;
        font-size: 22px;
        bottom: 10px;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
        transition:.3s;
}
#leos a:hover span{
        right: -100px;
        opacity:1;
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}
 
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
.acf-map {
	width: 100%;
	height: 366px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.mobile-footer {
	display:none;
}
.entry ul {
    margin:0 20px;
    list-style: inherit;
}
.entry table {
    border:1px solid #000;
}
.entry table td {
    border:1px solid #000;
}
.entry table tr:nth-child(1) > td {
    text-align:center;
    background:#ccc;
}
.btncounts {
    margin: 0 30px;
    border-radius: 5px;
    padding: 10px 40px;
    text-align: center;
    border: 1px solid #8eb9f0;
    width: 23%;
}
.btncounts h2 {
    font-size: 20px;
    color: #2c749a;
}
.btncounts h3 {
    font-size: 30px;
    font-weight: 400;
}
.btncounts p {
    font-size: 17px;
    color: #2c749a;
}
header .mailpoet {
    width: 30%;
    margin:27px 0 0 0;
    position: relative;
}
header .mailpoet .widget_wysija {
    /*position: relative;*/
}
header .mailpoet .wysija-paragraph {
    display: inline-block;
    width: 70%;
}
header .mailpoet .widget_wysija_cont .wysija-submit {
    border:none;
    margin-top: auto;
    margin-right: 3px;
    background: #00608d;
    padding: .7px 0;
    line-height: 36px;
    left: 0px;
    width: 20%;
    border-radius: 5px 0px 0px 5px;
    color: #ffffff;
    font-family: almoni;
    font-size: 18px;
    cursor: pointer;
    position:absolute;
    display: inline-block;
    vertical-align: top;
}
header .mailpoet .widget_wysija_cont .wysija-submit:hover {
    background: #2c749a;
}
header .mailpoet .wysija-input {
    padding: 10.5px 15% 10.5px 0px;
    border:none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    color: #ffffff;
    background: #8eaf26 url(images/mail_icon.png) no-repeat 95%;
    font-size:16px;
    font-family: almoni;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
header .mailpoet .wysija-input:focus {

}
.widget_wysija_cont > p > .formError {
    top: 40px !important;
    left: 0 !important;
}
.banner_area {
    position:relative;
}
.banner_area {
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
.contacthome div.wpcf7-mail-sent-ok, .contacthome div.wpcf7-validation-errors {
    background: rgba(255,255,255,0.8);
    position: absolute;
}
.contacthome {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    background: rgba(188,224,239,0.5);
    padding: 10px 5px;
    margin-bottom: 30px;
}
.contacthome span {
    display: inline-block;
}
.contacthome p {
    display: inline-block;
    font-weight: 700;
    color: #3c3d3e;
}
.contacthome .wpcf7 {
    display: inline-block;
}
.contacthome .wpcf7 input, .contacthome .wpcf7 select {
    border:none;
}
.contacthome .wpcf7-form-control-wrap.your-name input {
    background: url(images/user_icon.png) no-repeat 95% center rgba(0,114,188,0.3);
}
.contacthome .wpcf7-form-control-wrap.telephone input {
    background: url(images/ph_icon.png) no-repeat 95% center rgba(0, 114, 188, 0.3);
}
.contacthome .wpcf7-form-control-wrap.email input {
    background:url(images/mail_icon.png) no-repeat 95% center rgba(0,114,188,0.3);
}
.contacthome .wpcf7 input:not([type=submit]), .contacthome .wpcf7 select {
    width: 130px;
    height: 30px;
    border-radius: 5px;
    padding: 0 30px 0 10px;
    margin-left: 7px;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
}
.contacthome .wpcf7 select {
    width: 170px;
    background: url(images/drop_arrow.png) no-repeat 10px center, url(images/chat_icon.png) no-repeat 95% center rgba(0,114,188,0.3);
}
.contacthome .wpcf7 input[type=submit] {
    background: #00608d;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    padding: 6px 12px
}
ul.services {
    display: inline;
}
.services li.service {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-bottom: 20px;
    margin-right: 2.5%;
}
.service .serviceimg {
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    margin-bottom:10px;
    position: relative;
    width: 100%;
    /*overflow: hidden;
    height: 150px;*/
}
.service .serviceimg img {
    /*position: absolute;*/
    width: 100%;
    height: auto;
    /*left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}
.service p a.read-more {
    width: 176px;
    height: 31px;
    display: block;
    color: #ffffff;
    text-align: center;
    line-height: 31px;
    border-radius: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    margin: 10px 0 0 0;
    background: #a5cb2f;
    background: -moz-linear-gradient(top,  #a5cb2f 0%, #94c208 50%, #739801 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cb2f), color-stop(50%,#94c208), color-stop(100%,#739801));
    background: -webkit-linear-gradient(top,  #a5cb2f 0%,#94c208 50%,#739801 100%);
    background: -o-linear-gradient(top,  #a5cb2f 0%,#94c208 50%,#739801 100%);
    background: -ms-linear-gradient(top,  #a5cb2f 0%,#94c208 50%,#739801 100%);
    background: linear-gradient(to bottom,  #a5cb2f 0%,#94c208 50%,#739801 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5cb2f', endColorstr='#739801',GradientType=0 );
}
.service p a.read-more:hover {
    background: #739801;
    background: -moz-linear-gradient(top,  #739801 0%, #739801 50%, #739801 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#739801), color-stop(50%,#739801), color-stop(100%,#739801));
    background: -webkit-linear-gradient(top,  #739801 0%,#739801 50%,#739801 100%);
    background: -o-linear-gradient(top,  #739801 0%,#739801 50%,#739801 100%);
    background: -ms-linear-gradient(top,  #739801 0%,#739801 50%,#739801 100%);
    background: linear-gradient(to bottom,  #739801 0%,#739801 50%,#739801 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#739801', endColorstr='#739801',GradientType=0 );
}
.halfw {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 0 2%;
    text-align: center;
}
.halfw .read-more:hover {
    color:#3c3d3e;
}
.halfw h1 {
    font-size: 25px;
    color: #00608d;
    margin-bottom: 15px;
}
.halfw p {
    font-size: 18px
}
.halfw a {
    margin: 15px 0;
    display: block;
    font-size: 18px;
    color: #00608d;
    text-decoration: underline;
}
.headserv {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 0 0 3px 0;
    margin: 20px 0;
    position: relative;
}
.headserv h2 {
    font-size: 25px;
    color: #00608d;
}
.imgserv {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 62.5%;
    margin-right: 2.5%;
    overflow: hidden;
    border-radius: 5px;
    height: 255px;
}
.imgserv img {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.btncountsf {
    margin: 0;
    border-radius: 5px;
    padding: 10px 22px;
    text-align: center;
    border: 1px solid #8eb9f0;
    width: 20%;
}
.btncountsf p {
    font-size: 17px;
    color: #2c749a;
}
.btncountsf h3 {
    font-size: 30px;
    font-weight: 400;
}
.arts {
}
.arts li {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin:2%;
}
.arts li p {
    display: inline-block;
    width: 60%;
}
.arts li p a {
    width: 176px;
    height: 31px;
    display: block;
    color: #ffffff;
    text-align: center;
    line-height: 31px;
    border-radius: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    margin: 10px 0 0 0;
    background: #a5cb2f;
    background: -moz-linear-gradient(top, #a5cb2f 0%, #94c208 50%, #739801 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cb2f), color-stop(50%,#94c208), color-stop(100%,#739801));
    background: -webkit-linear-gradient(top, #a5cb2f 0%,#94c208 50%,#739801 100%);
    background: -o-linear-gradient(top, #a5cb2f 0%,#94c208 50%,#739801 100%);
    background: -ms-linear-gradient(top, #a5cb2f 0%,#94c208 50%,#739801 100%);
    background: linear-gradient(to bottom, #a5cb2f 0%,#94c208 50%,#739801 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5cb2f', endColorstr='#739801',GradientType=0 );
}
.arts li p a:hover {
    background: #739801;
    background: -moz-linear-gradient(top,  #739801 0%, #739801 50%, #739801 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#739801), color-stop(50%,#739801), color-stop(100%,#739801));
    background: -webkit-linear-gradient(top,  #739801 0%,#739801 50%,#739801 100%);
    background: -o-linear-gradient(top,  #739801 0%,#739801 50%,#739801 100%);
    background: -ms-linear-gradient(top,  #739801 0%,#739801 50%,#739801 100%);
    background: linear-gradient(to bottom,  #739801 0%,#739801 50%,#739801 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#739801', endColorstr='#739801',GradientType=0 );
}
.arts > .headserv h2 {
    float: right;
}
.arts > .headserv h3 {
    margin-top: 5px;
}
.arts > .headserv a {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 0;
}
.arts li h3 {
    font-size: 22px;
    color: #00608d;
    margin:0 0 10px 0;
}
.imgart {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 35%;
    border-radius: 5px;
    margin-left: 2%;
}
.imgart img {
    width: 100%;
    height: auto;
}
.headerp {
    background:#75abc5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#FFFFFF;
    text-align: center;
    margin: 20px 0;
    width: 100%;
}
.artpost .contacthome {
    margin-top:30px;
}
.entry {
    display: inline-block;
    vertical-align: top;
    font-size:18px;
}
.artpost .thimg {
    width:30%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.thimg img {
    width: 100%;
    height: auto;
}
.servBtns a {
    display: block;
    padding: 20px 5px;
    font-size: 18px;
}
.servBtns {
    display: inline-block;
    vertical-align: top;
    width: 23.5%;
    margin: 0.5% 0.5%;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #00608d;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.servBtns:hover {
    background: #eeeeee;
}
.servBtns.currentbtn {
    background: #eeeeee;
}
.btnswrapper {
    margin: auto;
    width:95%;
}
.btns {
    margin-top:20px;
}
.simg {
    width: 100%;
    margin: 20px 0;
}
.simg img, .thumbart img {
    height: auto;
    width: 100%;
}
.thumbart img {
    margin-bottom: 20px;
}
.thumbart {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.tagthumb {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    position: relative;
}
.tagthumb img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width:100%;
    height: auto;
}
.artinfo {
    display: inline-block;
    vertical-align:top;
    margin-right: 4%;
    width:65%;
}
.artinfo h2 {
    color:#00608d;
    font-size: 35px;
}
.artinfo h2:hover {
    color:#2c749a;
}
.artinfo h5 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 6px 0;
}
.artinfo .read-more {
    display: block;
    margin: 20px 0 0 0;
}
.artinfo .read-more:hover {
    color:#2c749a;
}
.archposts {
    border-bottom: 1px solid #000000;
    padding-bottom: 20px;
    margin-bottom:20px;
    position: relative;
}
.archposts .supsystic-social-sharing {
    position: absolute;
    bottom: 15px;
    left:10px;
}
.tags {
    margin:20px 0;
}
.tags ul li {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    margin-right:10px;
    margin-bottom: 20px;
    color: #2c749a;
}
.tags ul li a {
    font-size:16px;
    border:1px solid #2c749a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 25px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tags ul li a:hover, .tags ul .tagPick a {
    background-color: #2c749a;
    color:#FFFFFF;
}
.artpost .entry {
    width: 69%;
    display: inline-block;
    vertical-align: top;
}
.serpara {
    width:90%;
    margin: 10px auto;
    font-size:18px;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] { direction: rtl!important; }