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

@import url('css/contact.css');
@import url('fonts/almoni/almoni.css');
@import url('fonts/liddar/stylesheet.css');

* {
	margin: 0;
	padding: 0;
}
html,
body {
    font-family: almoni;
	margin:0;
	padding:0;
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;
}
.logo {
    width: 30%;
}
.logo img {
    width: 100%;
    height: auto;
}
.logo a {
	display:inline-block;
}
.container {
	width:100%;
    max-width:1024px;
    margin:0 auto;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.clear {
	clear: both;
}
div {
    font-size: 19px;
    line-height: 1.5;
}
.inrow {
    font-size: 0 !important;
}
.inrow .col2xxl {
    width: 75%;
}
.inrow .col2xl {
    width: 70%;
}
.inrow .col2 {
    width:50%;
}
.inrow .col3 {
    width:33.3%;
}
.inrow .col3m {
    width:32.3%;
}
.inrow .col3s {
    width:30%;
}
.inrow .col4l {
    width:26%;
}
.inrow .col4 {
    width:25%;
}
.inrow .col4s {
    width:24%;
}
.inrow .col5 {
    width:20%;
}
.inrow .col6 {
    width:16.66%;
}
.inrow .col7 {
    width:14.28%;
}
.inrow .col8 {
    width:12.5%;
}
.inrow .col9 {
    width:11.11%;
}
.inrow .col10 {
    width:10%;
}
.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%);
}
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;
}
.t_header {
    -moz-box-shadow: 0px 2px 10px #ccc;
    -webkit-box-shadow: 0px 2px 10px #ccc;
    box-shadow: 0px 2px 10px #ccc;
}
.t_header .ph_wrap a {
    padding: 10px 0;
    display: block;
    background: #1434a5;
    color: #fff;
    font-size: 26px;
    text-align: center;
}
.t_header .ph_wrap a i {
    font-size: 23px;
}
.t_header .col2 {
    font-size: 26px;
    color: #462742;
    text-align: center;
}
.t_header .col2 i {
    color: #000;
}
.t_header .socials_links {
    text-align: left;
}
.t_header .socials_links ul li {
    display: inline-block;
    vertical-align: middle;
}
.t_header .ph_wrap i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.t_header .socials_links ul li a {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    color: #FFFFFF;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.t_header .socials_links ul li a.yb_link { background: #ee0404; }
.t_header .socials_links ul li a.ld_link { background: #107bc1; }
.t_header .socials_links ul li a.gp_link { background: #e24937; }
.t_header .socials_links ul li a.in_link { background: #5682a5; }
.t_header .socials_links ul li a.twit_link { background: #239ed9; }
.t_header .socials_links ul li a.fb_link { background: #2a518a; }
.t_header .socials_links ul li a:hover {
    opacity: 0.7;
}
header {
    margin: 25px 0;
}
nav {
	width:70%;
	text-align:left;
    position:relative;
}
nav ul {
	display:inline-block;
    font-size:0;
}
nav .menu > li {
	display:inline-block;
	vertical-align:middle;
	position:relative;
    margin-right: 5px;
}
nav .menu > li:first-child { margin-right: 0; }
nav .menu li > a {
	display:inline-block;
	vertical-align:middle;
    font-family:almoni;
    font-size:24px;
	color:#000;
	transition:all .5s ease-out;
    padding: 10px 15px;
    position: relative;
}
nav .menu li > a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border:1px solid #aaa;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    opacity: 0;
    transition:all .5s ease-out;
}
nav .menu > li.current_page_item > a:after ,
nav .menu > li.current-menu-item > a:after ,
nav .menu > li:hover > a:after {
    opacity: 1;
}
.entry ul {
    margin: 0 30px;
    list-style: inherit;
}
.sub-menu {
	z-index: 999;
	width: 250px;
	position: absolute;
	background: white;
	top: 100%;
	right: 0;
	text-align: right;
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease;
}
.sub-menu li {
	display:block;
}
.menu-item-has-children:hover .sub-menu {
    visibility:visible;
    opacity:1;
}
.sub-menu li {
    display:block;
}
footer {
    width:100%;
    padding: 25px 0;
}
footer .hf_wrap {
    margin-bottom: 15px;
}
footer .col3s .inwrap {
    padding: 0 0 0 30px;
}
footer .col3s .inwrap img {
    width: 100%;
    height: auto;
}
footer .col2 .inwrap {
    padding: 0 30px 0 0;
}
footer .f_body {
    color: #838484;
}
footer .f_body a:hover {
    text-decoration: underline;
}
footer h3 {
    color: #000;
    font-weight: 600;
}
#leos{
	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;
}
.mobile-footer {
	display:none;
}
.entry ul {
    margin:0 20px;
    list-style: inherit;
}
.entry p {
    margin-bottom: 15px;
}
.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;
}
.sidebararrow {
    display:none;
}
.clk_wrapper {
    background: #e3e2e1;
}
.clk_wrapper .container {
    text-align: center;
    padding: 10px 0;
}
.clk_wrapper .container span {
    font-size: 26px;
    font-weight: 300;
    position: relative;
    padding-right: 85px;
}
.clk_wrapper .container span:before {
    background: url('images/clck.png') center no-repeat;
    background-size: contain;
    content: '';
    width: 60px;
    height: 75px;
    bottom: -10px;
    right: 0;
    position: absolute;
}
.sp_services {
    padding: 50px 0;
}
.swiper-container.swiper-services {
    width: 100%;
}
.serv_thumb {
    width: 200px;
    height: 200px;
    margin: auto;
    display: block;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -moz-box-shadow: 0px 0px 15px #000000;
    -webkit-box-shadow: 0px 0px 15px #000000;
    box-shadow: 0px 0px 15px #000000;
    position: relative;
}
.s_wrapper .serv_thumb { width: 150px; height: 150px; }
.serv_thumb:after {
    top:0;
    bottom:0;
    left:0;
    right:0;
    content: '';
    position: absolute;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border:0px solid rgba(255, 1, 49, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.s_wrapper a:hover > .serv_thumb:after,
.swiper-services a:hover > .serv_thumb:after {
    border-width: 10px;
}
.swiper-services span.serv_head {
    color: #ff0131;
    font-weight: 600;
    text-align: center;
    display: block;
    font-size: 24px;
    margin: 10px 0;
}
.swiper-services .serv_exp {
    text-align: center;
}
.swiper-services .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 15px;
}
.swiper-services .swiper-slide a {
    display: block;
    height: 100%;
}
.swiper-services.swiper-container-rtl .swiper-button-next {
    background: #000 url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") center no-repeat;
    background-size: 40%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    width: 30px;
    height: 30px;
}
.swiper-services.swiper-container-rtl .swiper-button-prev {
    background: #000 url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") center no-repeat;
    background-size: 40%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    width: 30px;
    height: 30px;
}
.swiper-services .swiper-button-prev.swiper-button-disabled,
.swiper-services .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}
.hp_customers {
    padding: 50px 0;
    background: #e3e2e1;
}
.swiper-customers .serv_thumb {
    width: 200px;
    height: 200px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border:1px solid #ff0131;
    position: relative;
}
.swiper-customers .swiper-slide .inrow {
    padding: 10px;
}
.swiper-customers .col2xxl {
    margin-right: 5%;
    color: #898989;
}
.swiper-customers .col2xxl h3 {
    margin-top: 20px;
}
.swiper-customers .col2xxl h3 span {
    color: #000;
    font-weight: 600;
}
.swiper-pagination-cust {
    width: 75%;
    margin-right: 25%;
}
.swiper-pagination-cust .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    margin-left: 5px;
    border:1px solid #ff0131;
}
.swiper-pagination-cust .swiper-pagination-bullet-active {
    background: #ff0131;
}
/* CF line */
.cf_line_wrapper:before {
    /*background: url('images/front_cust.png') center bottom no-repeat;*/
    background-size: contain;
    content: '';
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 100%;
}
.cf_line_wrapper {
    background: linear-gradient( rgba(255,255,255, 0.5), rgba(255, 255, 255, 0.5) ), url('images/cfline_b.jpg') center no-repeat;
    background-size: cover;
    padding-bottom: 15px;
    position: relative;
}
.cf_line_wrapper .cf_line_header {
    display: block;
    padding: 30px 0 0 0;
    font-size: 25px;
    text-align: center;
}
.cf_line_wrapper span.wpcf7-form-control-wrap {
    width: 32.3%;
    display: inline-block;
    vertical-align: top;
    margin-left: 1.5%;
}
.cf_line_wrapper span.wpcf7-form-control-wrap:last-child {
    margin-left: 0;
}
.cf_line_wrapper .wpcf7-form-control-wrap.your-name input {
    background: #FFFFFF url('images/cfline/name.png') 98% center no-repeat;
    padding: 8px 40px 8px 2.5%;
    width: calc(97.5% - 40px);
    border-color: #bbbbbb;
}
.cf_line_wrapper .wpcf7-form-control-wrap.your-tel input {
    background: #FFFFFF url('images/cfline/phone.png') 98% center no-repeat;
    padding: 8px 40px 8px 2.5%;
    width: calc(97.5% - 40px);
    border-color: #bbbbbb;
}
.cf_line_wrapper .wpcf7-form-control-wrap.your-email input {
    background: #FFFFFF url('images/cfline/mail.png') 98% center no-repeat;
    padding: 8px 40px 8px 2.5%;
    width: calc(97.5% - 40px);
    border-color: #bbbbbb;
}
.cf_line_wrapper .cf_line_btn { text-align: center; }
.cf_line_wrapper .cf_line_btn input[type=submit] {
    display: inline;
    padding: 10px 35px;
    font-size: 29px;
    color: #fff;
    width: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #ff4165; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff4165 0%, #ff0131 48%, #c00125 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff4165 0%,#ff0131 48%,#c00125 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff4165 0%,#ff0131 48%,#c00125 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4165', endColorstr='#c00125',GradientType=0 ); /* IE6-9 */
    border: none;
}
.cf_line_wrapper .cf_line_btn input[type=submit]:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff4165+0,c00125+0 */
    /*background: #ff4165; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #ff4165 0%, #c00125 0%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  #ff4165 0%,#c00125 0%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom,  #ff4165 0%,#c00125 0%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4165', endColorstr='#c00125',GradientType=0 ); /* IE6-9 */
    background: #3a0a64; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #3a0a64 0%, #110034 86%, #3a0a64 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #3a0a64 0%,#110034 86%,#3a0a64 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #3a0a64 0%,#110034 86%,#3a0a64 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a0a64', endColorstr='#3a0a64',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* sale wrapper */

.sale_wrapper {
    background: #3a0a64; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #3a0a64 0%, #110034 86%, #3a0a64 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #3a0a64 0%,#110034 86%,#3a0a64 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #3a0a64 0%,#110034 86%,#3a0a64 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a0a64', endColorstr='#3a0a64',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.sale_wrapper .col2 {
    height: 400px;
}
.sale_wrapper .col3 {
    font-size: 30px;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
}
.sale_wrapper .col3 h2 {
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 15px
}
.sale_wrapper .sale_btn {
    display: block;
    margin-top: 15px;
}
.sale_wrapper .col3 a {
    display: inline;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #ff4165; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff4165 0%, #ff0131 48%, #c00125 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff4165 0%,#ff0131 48%,#c00125 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff4165 0%,#ff0131 48%,#c00125 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4165', endColorstr='#c00125',GradientType=0 ); /* IE6-9 */
    padding: 10px 35px;
    color: #fff;
    font-size: 30px;
}
.sale_wrapper .col3 a:hover {
    background: #ff4165; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff4165 0%, #c00125 0%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff4165 0%,#c00125 0%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff4165 0%,#c00125 0%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4165', endColorstr='#c00125',GradientType=0 ); /* IE6-9 */
}
/* Archive */
.top_img.inrow {
    height: 400px;
    position: relative;
    color: #fff;
}
.top_img.inrow .top_img_caption {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.top_img.inrow .top_img_caption .inrow {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 0;
}
.top_img.inrow .top_img_caption h1 {
    font-weight: 300;
}
.art_wrapper {
    margin: 50px 0;
}
.art_wrapper .col3m {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow: 0px 2px 10px #ccc;
    -webkit-box-shadow: 0px 2px 10px #ccc;
    box-shadow: 0px 2px 10px #ccc;
    margin: 0 0 1.5% 1.5%;
}
.art_wrapper .col3m:nth-child(3n) {
    margin-left: 0;
}
.art_wrapper .col3m a {
    display: block;
    height: 100%;
}
.art_wrapper .col3m .inwrap {
    padding: 15px;
}
.art_wrapper .col3m .inwrap h2 {
    text-align: center;
}
.art_wrapper .col3m .inwrap span {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #ff4165; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff4165 0%, #ff0131 48%, #c00125 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff4165 0%,#ff0131 48%,#c00125 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff4165 0%,#ff0131 48%,#c00125 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4165', endColorstr='#c00125',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-size: 25px;
    display: block;
    margin: auto;
    width: 90%;
    font-weight: 300;
    text-align: center;
}
.art_wrapper .col3m .thumb_art {
    height: 200px;
    width: 100%;
}
.art_wrapper .col3m .thumb_art.hv_thumb {
    position: relative;
}
.art_wrapper .col3m .thumb_art.hv_thumb:after {
display: none;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: rgba(0,0,0,0.8) url('images/logo-w.png') center no-repeat;
    background-size: 75%;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.art_wrapper .col3m a:hover > .inwrap .thumb_art.hv_thumb:after {
    opacity: 1;
}
.art_wrapper .col3m a:hover > .inwrap span {
    background: #ff4165; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff4165 0%, #c00125 0%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff4165 0%,#c00125 0%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff4165 0%,#c00125 0%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4165', endColorstr='#c00125',GradientType=0 ); /* IE6-9 */
}
/* Post */
.cont_p {
    padding: 50px 0;
}
.relate_p > span {
    display: block;
    border-bottom: 1px solid #000;
}
.relate_p > span h2 {
    color: #ff0131;
    font-weight: 600;
}
.entry img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
/* page services */
.page_serv { padding: 50px 0; }
.page_serv .col3m {
    margin: 0 0 1.5% 1.5%;
}
.page_serv .col3m:nth-child(3n) {
    margin-left: 0;
}
/* sidebar services */
.s_wrapper h3 {
    display: block;
    text-align: center;
    margin-top: 10px;
}
.servs_p .col2xxl {
    margin-left: 5%;
}
.servs_p .s_wrapper {
    margin-bottom: 20px;
}
.servs_p .s_wrapper:last-child { margin-bottom: 0; }
/* customers page */
.cont_custom .inrow {
    margin: 50px 0;

    position: relative;
}
.cont_custom .inrow .col2xxl {
    margin-right: 11%;
    background: #e3e2e1;
    padding: 70px 125px 70px 15px;
    width: calc(89% - 140px);
}
.cont_custom .inrow .col5 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cont_custom .inrow .col5 .serv_thumb {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 10px solid #FFFFFF;
}
/* cf page */
.cf_wrapper > .col2:first-child .inrow > .col2 {
    display: block;
    margin: 0 auto 0 0;
}
.cf_wrapper > .col2:first-child .inrow > .col2 .inwrap {
    padding-left: 20px;
}
.cf_wrapper > .col2:first-child .inrow > .col2 h2 {
    font-size: 27px;
    font-weight: 600;
    margin: 20px 0;
}
.cf_wrapper > .col2:first-child .inrow > .col2 img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-bottom: 15px;
}
.cf_wrapper > .col2:first-child .inrow > .col2 span {
    font-weight: 600;
    display: block;
    line-height: 1.2;
    font-size: 23px;
}
.cf_wrapper > .col2:first-child .inrow > .col2 p {
    font-size: 20px;
    line-height: 1.2;
}
.cf_wrapper > .col2:last-child { background: #cfcbcd; padding: 50px 0; }
.cf_wrapper > .col2:last-child .inrow > .col2 {
    display: block;
    margin: 0 5% 0 0;
    width: 55%;
}
.cf_wrapper > .col2:last-child .inrow > .col2.cf_container .your-name input {
    background: #FFFFFF url('images/cfline/name.png') 98% center no-repeat;
    padding: 8px 50px 8px 2.5%;
    width: calc(97.5% - 50px);
}
.cf_wrapper > .col2:last-child .inrow > .col2.cf_container .your-tel input {
    background: #FFFFFF url('images/cfline/phone.png') 98% center no-repeat;
    padding: 8px 50px 8px 2.5%;
    width: calc(97.5% - 50px);
}
.cf_wrapper > .col2:last-child .inrow > .col2.cf_container .your-email input {
    background: #FFFFFF url('images/cfline/mail.png') 98% center no-repeat;
    padding: 8px 50px 8px 2.5%;
    width: calc(97.5% - 50px);
}
.cf_wrapper > .col2:last-child .inrow > .col2.cf_container textarea {
    background: #FFFFFF url('images/cfline/msg.png') 98% 4px no-repeat;
    padding: 8px 50px 8px 2.5%;
    width: calc(97.5% - 50px);
}
.cf_wrapper > .col2:last-child .inrow > .col2.cf_container span.wpcf7-form-control-wrap {
    width: 100%;
}
.cf_wrapper > .col2:last-child .inrow > .col2.cf_container div.wpcf7 input[type=submit],
.leshonit_container div.wpcf7 input[type=submit] {
    width: 100%;
    color: #FFFFFF;
    border:none;
    background: #ff4165; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff4165 0%, #ff0131 48%, #c00125 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff4165 0%,#ff0131 48%,#c00125 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff4165 0%,#ff0131 48%,#c00125 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4165', endColorstr='#c00125',GradientType=0 ); /* IE6-9 */
    padding: 10px 0;
}
.cf_wrapper > .col2:last-child .inrow > .col2.cf_container div.wpcf7 input[type=submit]:hover,
.leshonit_container div.wpcf7 input[type=submit]:hover {
    background: #3a0a64; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #3a0a64 0%, #110034 86%, #3a0a64 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #3a0a64 0%,#110034 86%,#3a0a64 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #3a0a64 0%,#110034 86%,#3a0a64 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a0a64', endColorstr='#3a0a64',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.cf_wrapper > .col2:last-child .inrow > .col2.cf_container h3 {
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
.cf_container div.wpcf7 input,
.cf_container div.wpcf7 textarea {
    font-size: 22px;
}
/* leshonit cf */
.leshonit_wrapper {
    position: fixed;
    width: 300px;
    height: 100%;
    left: -320px;
    top: 0;
    background: #FFFFFF;
    z-index: 10;
    padding: 0 10px;
    border-right:3px solid #ff0131;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}
.leshonit_wrapper.opened {
    -webkit-transform: translate(320px,0);
    -moz-transform: translate(320px,0);
    -ms-transform: translate(320px,0);
    -o-transform: translate(320px,0);
    transform: translate(320px,0);
}
.leshonit_wrapper.opened .leshonit_btn .txt_btn {
    display: none;
}
.leshonit_wrapper.opened .leshonit_btn .icon_lesh {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.leshonit_container {
    position: absolute;
    width: 100%;
    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%);
    max-height: 100%;
}
.leshonit_container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 70px;
    background: url('images/cfline/lesh_top.png') center no-repeat;
    background-size: cover;
    bottom: 100%;
}
.leshonit_container .lesh_cont_in {
    width: 90%;
    margin: auto;
}
.leshonit_container .cf_line_header {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    display: block;
}
.leshonit_container span.wpcf7-form-control-wrap {
    width: 100%;
}
.leshonit_container .wpcf7-form-control-wrap.your-name input {
    background: #FFFFFF url('images/cfline/name.png') 98% center no-repeat;
    padding: 15px 40px 15px 2.5%;
    width: calc(97.5% - 40px);
    border-color: #000;
}
.leshonit_container .wpcf7-form-control-wrap.your-tel input {
    background: #FFFFFF url('images/cfline/phone.png') 98% center no-repeat;
    padding: 15px 40px 15px 2.5%;
    width: calc(97.5% - 40px);
    border-color: #000;
}
.leshonit_container .wpcf7-form-control-wrap.your-email input {
    background: #FFFFFF url('images/cfline/mail.png') 98% center no-repeat;
    padding: 15px 40px 15px 2.5%;
    width: calc(97.5% - 40px);
    border-color: #000;
}
.leshonit_wrapper .leshonit_btn {
    top: 50%;
    left: 100%;
    background: #ff0131;
    color: #FFFFFF;
    white-space: nowrap;
    padding: 10px 35px 10px 10px;
    position: absolute;
    min-height: 50px;
    border-radius: 0 5px 5px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}
.leshonit_wrapper .leshonit_btn .icon_lesh {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url('images/cfline/lesh_arrow.png') center no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.leshonit_wrapper .leshonit_btn .txt_btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    line-height: 1;
    margin-right: 5px;
}
#breadcrumbs {
    font-weight: 300;
}
#breadcrumbs .breadcrumb_last {
    font-weight: 600;
}

/*SEO*/
.center{
  text-align:center !important;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] { direction: rtl!important; }