/*
Theme Name: tamplate
Theme URI: http://www.leos.co.il
Description: אתר בעיצוב אישי מחברת לאוס מדיה
Author: Slava First @LEOS
Version: 1.9
*/

@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 {
    position: absolute;
    width:100%;
    z-index:2;
}
header .box {
    overflow: hidden;
    display: block;
    position:relative;
    padding:10px 0;
    max-height: 150px;
}
header .headbg {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left:0;
}
header .inrowf {
    align-items: center;
    position: relative;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#content {
	padding-bottom:130px; /* Height of the footer element */
}
.logo img {
    max-width:100%;
    height:auto;
}
.logo a {
	display:inline-block;
}
.container {
	width:96%;
    max-width:1200px;
    margin:0 auto;
}
.containers {
	width:96%;
    max-width:1024px;
    margin:0 auto;
}
.center {
    text-align: center;
}
.relative {
    position:relative;
}
.circlebox {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.clear {
	clear: both;
}
.inrowf {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inrow {
    font-size:0;
}
div {
    font-size:18px;
}
.col2 {
    width:50%;
}
.inrowf .col2 {
    width:calc(50% - 10px);
}
.col3 {
    width:33.33%;
}
.inrowf .col3 {
    width:calc(33.33% - 10px);
}
.col4 {
    width:25%;
}
.inrowf .col4 {
    width:calc(25% - 10px);
}
.col5 {
    width:20%;
}
.inrowf .col5 {
    width:19%;
}
.col6 {
    width:16%;
}
.col7 {
    width:14%;
}
.col8 {
    width:12%;
}
.col9 {
    width:11%;
}
.col10 {
    width:9%;
}
.col30 {
    width:calc(30% - 10px);
}
.col70 {
    width:calc(70% - 10px);
}
.inrowf .col30 {
    width: calc(30% - 10px);
}
.inrowf .col40 {
    width: calc(40% - 20px);
}
.inrowf .col60 {
    width: calc(60% - 20px);
}
.inrowf .col70 {
    width: calc(70% - 10px);
}
.inline {
    vertical-align: top;
    display: inline-block;
}
.inlinem {
    vertical-align: middle;
    display: inline-block;
}
.inlineb {
    vertical-align: bottom;
    display: inline-block;
}
.abscenter {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 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%);
}
.imgfix {
    line-height: 0;
}
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;
}
#MobBtns,
#MobNavBtn {
    display: none;
}
nav {
	width:100%;
	text-align:center;
    position:relative;
    background: #f98d37;
    background: -moz-linear-gradient(top,  #f98d37 0%, #ee822c 50%, #e27620 100%);
    background: -webkit-linear-gradient(top,  #f98d37 0%,#ee822c 50%,#e27620 100%);
    background: linear-gradient(to bottom,  #f98d37 0%,#ee822c 50%,#e27620 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98d37', endColorstr='#e27620',GradientType=0 );
}
.menu-main-menu-container {
    font-size: 0;
}  
nav ul {
	display:flex;
    font-size:0;
}
nav .menu > li {
	position:relative;
}
nav ul li:last-child:after {
	content: " ";
}
nav .menu li > a {
    display: inline-block;
    font-family:almoni;
    font-size:23px;
	color:#fff;
	transition:all .5s ease-out;
    padding:10px 20px;
}
nav .menu li.current_page_item > a ,
nav .menu li.current-menu-item > a ,
nav .menu li:hover > a {
    background:#000;
}
.sub-menu {
    background:#000;
    z-index:999;
    width:250px;
    position:absolute;
    top:100%;
    right:0;
    border:1px solid white;
    border-top:0;
    opacity:0;
    z-index:-1;
    transition: opacity .5s ease;
}
.sub-menu li {
	display:block;
}
.menu-item-has-children:hover .sub-menu {
    opacity:1;
    z-index: 10;
}
.sub-menu li {
    display:block;
}
footer {
	position:absolute;
	bottom:64px; /* Leos height 64px */
	left:0;
	height:auto;
    width:100%;
}
#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;
    pointer-events:none;
}
.entry {
    font-size:18px;
    line-height:1.4;
    color:#000;
}
.entry img {
    max-width: 100%;
    height: auto;
}
.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;
}
div.wpcf7 img.ajax-loader {
    display: none;
}
svg g ,
svg path {
    fill: inherit !important;
}
svg ,
img.svg {
    opacity: 0;
    transition: all .4s ease;
}
svg.replaced-svg {
    opacity:1;
}
img.svg {
    width:0;
    height:0;
}
.nowrap {
    white-space: nowrap;
}
.bgimg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.facebook {
    background:#4864b4;
    display: inline-block;
    padding:5px 10px;
    color:#fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0px -6px 22px -9px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0px -6px 22px -9px rgba(0,0,0,0.6);
    box-shadow: inset 0px -6px 22px -9px rgba(0,0,0,0.6);
    transition: all .5s ease;
}
.facebook:hover {
    background:#215bff;
}
.facebook div:first-child {
    font-size:22px;
}
.facebook svg {
    width:25px;
    height: auto;
    fill:#fff;
}
.topphone div {
    font-size:30px;
}
.topphone a {
    transition: all .5s ease;
}
.topphone a:hover {
    color:#f79140;
}
.boxshadow {
    -webkit-box-shadow: 0px 4px 11px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 11px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 11px -5px rgba(0,0,0,0.75);
}
.customers {
    position: relative;
    z-index: 0;
    text-align: center;
}
.frontpages {
    padding: 20px 0;
    background:url(images/mochaGrunge.png);
    text-align: center;
}
.frontpages h3 {
    color:#fff;
    margin-bottom:10px;
    transition: all .5s ease;
}
.frontpages a:hover h3 {
    color:#000;
}
.frontpages .col4 {
    margin-bottom:30px;
}
.frontpages .fthumb {
    overflow:hidden;
    height: 164px;
    position: relative;
}
.frontpages .fthumb img {
    width:100%;
    height: auto;
    min-height: 100%;
}
.frontpages .fthumb .darkhover {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.6);
    overflow: hidden;
    transition: all .5s ease;
    transform: translateY(100%);
}
.frontpages .boxshadow a:hover .fthumb .darkhover {
    transform: translateY(0);
}
.frontpages .fthumb .darkhover .abscenter {
    width:96%;
    color:#fff;
    line-height: 1.2;
    font-size:20px;
}
.frontcat {
    padding:20px 0;
}
.frontcat h4 {
    color:#e77c26;
    margin-bottom:5px;
    font-size:20px;
    font-weight: normal;
}
.frontcat .imfix {
    width:40%;
}
.frontcat .imfix img {
    width:100%;
    height: auto;
}
.frontcat .postinfo {
    width:calc(60% - 10px);
}
.readmore {
    color:#e77c26;
    text-decoration: underline;
    position: absolute;
    bottom:0;
    display: inline-block;
    white-space: nowrap;
}
.postinfo {
    position:relative;
}
.postinfo span {
    max-height:60px;
    overflow: hidden;
    position: relative;
    display: block;
}
.fctitle {
    align-items: center;
    padding-bottom:5px;
    border-bottom:1px solid #000;
    margin-bottom:40px;
    color:#e77c26;
    font-size:25px;
}
.fctitle div {
    font-size:25px;
}
.fctitle a {
    transition:all .5s ease;
}
.fctitle a:hover {
    color:#000;
}
.greyfoot {
    background: #363636;
    padding: 10px 0;
    color:#fff;
    text-align: center;
}
.greyfoot .container {
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.greyfoot .container div {
    font-size:23px;
}
.greyfoot .sp {
    margin: 0 15px;
}
.greyfoot .sp:last-child {
    display: none;
}
.col2s {
    position: relative;
}
.dstr {
    position: absolute;
    bottom:0;
    background: rgba(0,0,0,0.2);
    text-align: center;
    font-size:24px;
    line-height: 1;
    width:100%;
    letter-spacing: 1px;
    padding:5px 0;
}
.col2s {
    width: calc(50% - 2px);
}
.topbg {
    overflow:hidden;
    position: relative;
    z-index: 1;
    max-height:670px;
    min-height:400px;
}
.topbg .slick-slide img {
    max-height:500px;
    width:auto !important;
}

.topbg h1 {
    font-size: 45px;
    line-height: 49.3px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.topbg .container {
    padding:225px 0 50px 0
}
.topbg .container > div {
    position:relative;
}
.col2s img {
    width:100%;
    height: auto;
}
.footcf {
    background: url(images/footcfbg.jpg) center center no-repeat;
    background-size: cover;
}
.wpcf7-form .inrowf .col2:first-child .col2 > div:first-child {
    margin-bottom:20px;
}
.wpcf7-form .inrowf div {
    font-size:0;
}
.footcf {
    padding: 40px 0;
}
.footcgtext {
    color:#fff;
    font-size: 24px;
    line-height: 1.3;
    padding: 15px 0;
}
.footcf h2 {
    color:#aec011;
    text-shadow: 2px 2px rgba(0,0,0,0.4);
}
.arcbox ,
.arcpage ,
.postpage {
    padding:20px 0;
}
.arcpage h1 ,
.postpage h1 {
    color:#ec802a;
    padding-bottom:10px;
    border-bottom:1px dotted #454545;
}
.mediaside img {
    width:100%;
    height: auto;
}
.mediaside iframe {
    width:100%;
    height: 250px;
    margin-bottom:20px;
}
.arcpage .entry ,
.postpage .entry {
    padding: 10px 0;
    line-height: 1.2;
    font-size:20px;
}
.arcpage h1 {
    width:80%;
}
.arcpage h3 {
    color:#ec802a;
    font-size:25px;
    margin-bottom:20px;
}
.arcpage .col60 {
    position:relative;
}
.onepost {
    margin-bottom:60px;
}
.onepost img {
    width:100%;
    height: auto;
}
.onepost .readmore {
    position: relative;
}
.cfinfo {
    font-size:25px;
}
.cficon {
    margin-left:10xp;
    line-height: 0;
}
.contactpage .col3:first-of-type {
    margin-bottom:20px;
}
.contactpage .entry {
    padding:40px 0 20px 0;
}
.articlimg {
    width:40%;
}
.articlimg img {
    max-width:100%;
    height: auto;
}
.vspe {
    width:calc(100% - 190px);
}
