/*
 * Theme Name: Yoter by Upsite
 * Description: A Custom theme for Yoter Club
 * Author: Tomer Ofer
 * Version: 1.2
*/

/*@font-face {
    font-family: 'FbCackau';
    src: url('fonts/Cackau/FbCackau-Regularwebfont.eot');
    src: url('fonts/Cackau/FbCackau-Regularwebfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Cackau/FbCackau-Regularwebfont.woff') format('woff'),
    url('fonts/Cackau/FbCackau-Regularwebfont.ttf') format('truetype'),
    url('fonts/Cackau/FbCackau-Regularwebfont.svg#FbCackau') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700&subset=hebrew');

body,
a,
p,
div,
section {
    font-family: 'Heebo', assistant, sans-serif;
}

.btn-reset,
.btn-round,
.read-more-secondary,
header .menu-toggle,
header .search-box .search-btn,
header #drop-down-menu ul li .submenu-toggle,
.floating-contact-form p input[type="submit"] {
    background-image: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.btn-round,
.read-more-secondary {
    border-radius: 200px;
}

.link-primary,
header .join-us-btn,
header #drop-down-menu a {
    color: #123b59;
}

.link-primary:hover,
header .join-us-btn:hover,
header #drop-down-menu a:hover,
.link-primary:focus,
header .join-us-btn:focus,
header #drop-down-menu a:focus {
    color: #123b59;
}

.link-secondary,
.content-wrapper p a,
section.social-networks ul li a,
footer a {
    color: #f8941e;
}

.link-secondary:hover,
.content-wrapper p a:hover,
section.social-networks ul li a:hover,
.link-secondary:focus,
.content-wrapper p a:focus,
section.social-networks ul li a:focus {
    color: #d97d1d;
    text-decoration: none;
}

footer a:hover,
footer a:focus {
    color: #fff;
    text-decoration: none;
}

.link-secondary-inverse,
header .desktop-header .social-networks a {
    color: #fff;
}

.link-secondary-inverse:hover,
header .desktop-header .social-networks a:hover,
.link-secondary-inverse:focus,
header .desktop-header .social-networks a:focus {
    color: #fff;
    text-decoration: none;
}

.link-white,
header a,
header .social-networks a {
    color: #fff;
}

.link-white:hover,
header a:hover,
.link-white:focus,
header a:focus {
    color: #fff;
}

pre {
    direction: ltr;
    text-align: left;
}

a:focus,
button:focus {
    outline-color: #f8941e;
}

.header-placeholder {
    height: 65px;
    display: none;
}

header.floating + .header-placeholder {
    display: block;
}

#nav-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content-wrapper p {
    color: #123b59;
}

header {
    background-color: #123b59;
    color: #fff;
}

header.floating {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

header a {
    text-decoration: none;
}

header a:hover,
header a:focus {
    text-decoration: underline;
}

header .menu-toggle {
    background: none;
    border: none;
    width: 65px;
    font-size: 35px;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
}

header .nav-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
}

header .nav-wrap #nav-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .nav-wrap #nav-main ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 0;
}

header .nav-wrap #nav-main ul li a {
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
}

header .nav-wrap #nav-main ul li a::after {
    content: "|";
    margin: 0 16px;
    color: #fff;
}

header .nav-wrap #nav-main ul li.current-menu-item a,
header .nav-wrap #nav-main ul li:hover a {
    color: #f8941e;
}

header .nav-wrap #nav-main .search-box {
    padding: 0 21px;
}

header .search-box {
    position: relative;
}

header .search-box form {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
}

header .search-box form.open {
    display: block;
}

header .search-box form input[type="text"] {
    border: solid 1px #123b59;
    padding: 10px 15px;
}

header .search-box .search-btn {
    color: #fff;
    font-size: 25px;
    background-color: transparent;
    line-height: 1;
}

header .join-us {
    margin: 0;
}

header .join-us-btn {
    background-color: #FFF;
    font-size: 28px;
    padding: 0 15px;
    text-decoration: none;
    color: #f8931d;
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
}

header .join-us-btn:hover {
}

header .social-networks {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    background: none;
}

header .social-networks a {
    text-decoration: none;
    margin: 5px;
    line-height: 26px;
}

header .desktop-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

header .desktop-header .social-networks a {
    line-height: 26px;
}

header .desktop-header .search-box form {
    top: 51px;
}

header .mobile-header {
    display: none;
}

header .mobile-header .mh-inner {
    min-height: 65px;
}

header .mobile-header .search-box .search-btn {
    font-size: 35px;
    width: 65px;
    height: 65px;
    border-left: solid 1px #fff;
    background-color: transparent;
    line-height: 1;
}

header .mobile-header .menu-toggle {
    border-right: solid 1px #fff;
}

header .mobile-header .mobile-logo {
    text-align: center;
    background-color: #fff;
    padding: 5px;
}

header .mobile-header .social-networks {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

header #drop-down-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    height: 80vh;
    max-height: 90vh;
    background-color: #123b59;
    width: 344px;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 65px;
}

header #drop-down-menu.open {
    display: block;
}

header #drop-down-menu a {
    border-bottom: solid 1px #123b59;
    font-size: 20px;
    display: block;
    padding: 9px;
    min-height: 100%;
}

header #drop-down-menu a:hover,
header #drop-down-menu a:focus {
    text-decoration: none;
}

header #drop-down-menu li:hover > a,
header #drop-down-menu li:focus > a {
    background-color: #e1e0e1;
}

header #drop-down-menu > ul {
    min-height: 100%;
}

header #drop-down-menu ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
}

header #drop-down-menu ul li {
    position: relative;
}

header #drop-down-menu ul li .submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #adb5bd;
    max-height: calc(100% - 1px);
    padding: 9.5px 9px;
}

header #drop-down-menu ul li .submenu-toggle i + i {
    display: none;
}

header #drop-down-menu ul li .submenu-toggle.open {
    color: #123b59;
    height: 48px;
}

header #drop-down-menu ul li .submenu-toggle.open i + i {
    display: block;
}

header #drop-down-menu ul li .submenu-toggle.open i {
    display: none;
}

header #drop-down-menu ul li > i {
    position: absolute;
    right: 100%;
    top: 0;
    padding: 15px 19px;
    font-size: 25px;
}

header #drop-down-menu ul li > i::before {
    width: 25px;
    display: inline-block;
    text-align: center;
}

header #drop-down-menu ul li:hover > i,
header #drop-down-menu ul li.active > i {
    border: 2px #f8941e;
    border-left-style: solid;
}

header #drop-down-menu ul li ul {
    display: none;
}

header #drop-down-menu ul li ul li {
    text-indent: 20px;
}

header #drop-down-menu ul li ul li a {
    min-height: 0;
    padding: 4px;
}

header #drop-down-menu ul li.open {
    background-color: #e1e0e1;
}

header #drop-down-menu ul li.open a {
    border-bottom: none;
}

header #drop-down-menu ul li.open ul {
    display: block;
    background-color: #f8f8f8;
}

header #drop-down-menu .mobile-only ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

header #drop-down-menu .mobile-only ul li {
    width: 50%;
}

header #drop-down-menu .mobile-only ul li:last-child:nth-child(2n+1) {
    width: 100%;
}

header #drop-down-menu .mobile-only ul li a {
    border-bottom-color: #fff;
    background-color: #fab768;
    text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
  	height: 100%;
}

header #drop-down-menu .mobile-only ul li:nth-child(even) a {
    border-left: solid 1px #fff;
}

header #drop-down-menu .mobile-only .join-us {
    margin: 0;
}

header #drop-down-menu .mobile-only .join-us-btn {
    background: #f8941e none;
    border: none;
    display: block;
    width: auto;
    height: auto;
}

@media(min-width: 783px) {
    .admin-bar header.floating {
        top: 32px;
        box-shadow: 0 0 1px #c0c0c0;
    }
}

@media(max-width: 782px) {
    #wpadminbar {
        position: fixed !important;
    }

    .admin-bar header.floating {
        top: 46px;
    }
}

.home section:not(.main-image) {
    margin-top: 40px;
    margin-bottom: 40px;
}

.home-wrapper {
    background-color: #FFF;
}

.mobile-only {
    display: none;
}

.title-plate {
    color: #123b59;
    font-size: 44px;
    text-align: center;
    position: relative;
    margin-bottom: 44px;
    margin-top: 15px;
    /*padding-top: 15px;*/
    background-color: #FFF;
}

.title-plate::before {
    display: block;
    width: 100%;
    height: 1px;
    content: " ";
    background-color: #123b59;
    position: absolute;
    top: 50%;
}

.title-plate span {
    display: inline-block;
    border: solid 1px #123b59;
    padding: 5px 25px;
    line-height: 1;
    position: relative;
    background-color: #fff;
}

.title-plate span::after,
.title-plate span::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #f8941e;
    border-radius: 100%;
    display: block;
    content: " ";
    top: calc(50% - 4px);
}

.title-plate span::after {
    left: 5px;
}

.title-plate span::before {
    right: 5px;
}

.container .title-plate,
.container .images-slider .title-plate,
.container-fluid .title-plate,
.container-fluid .images-slider .title-plate {
    margin-right: -15px;
    margin-left: -15px;
}

.images-slider .title-plate {
    margin: 55px 0;
}

.images-slider .slider,
.sales-slider .slider {
    display: none;
}

.images-slider .slider .slick-slide,
.sales-slider .slider .slick-slide {
    margin: 0 5px;
}

.images-slider .slider .image-slide,
.sales-slider .slider .sale-slide {
    width: 580px;
    border: solid 1px #adb5bd;
    background-color: #fff;
    padding: 5px;
}

.elements-slider .slider {
    display: none;
}

.elements-slider .slider .slick-slide {
    margin: 0 7px;
}

.elements-slider .slider .element-slide {
    position: relative;
    background-color: #fff;
    border: solid 3px #fff;
}

.elements-slider .slider .element-title {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .83);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 28px;
    color: #123b59;
}

.elements-slider .slick-slider button.slick-arrow {
    color: #fff;
}

.slick-slider {
    margin: 0 42px;
    display: none;
}

.slick-slider.slick-initialized {
    display: block;
}

.slick-slider button.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 40px;
    padding: 0;
}

.slick-slider button.slick-arrow.slick-disabled {
    cursor: not-allowed;
}

.slick-slider button.slick-arrow.slick-next {
    right: -42px;
}

.slick-slider button.slick-arrow.slick-prev {
    left: -42px;
}

.slick-slider ul.slick-dots {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slick-slider .slick-dots button {
    background-image: none;
    border: none;
    width: 10px;
    height: 10px;
    background-color: #fcd4a4;
    overflow: hidden;
    text-indent: 100px;
    margin: 3px;
    border-radius: 10px;
    line-height: 1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
}

.slick-slider .slick-dots .slick-active button {
    background-color: #f8941e;
}

section.layout-slider {
    padding: 95px 0 80px;
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: center;
}

section.layout-blocks {
    padding-top: 15px;
    padding-bottom: 300px;
    background-repeat: no-repeat;
    background-position: 100% 105%;
}

section.layout-blocks .block-items .block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    min-height: 100%;
    height: 100%;
    padding: 60px 0;
    background-color: #fff;
    border-bottom: solid 4px #e1e6ea;
    box-shadow: 0 0 1px #969696;
}

section.layout-blocks .block-items .block-item .item-title {
    font-size: 20px;
    color: #123b59;
}

section.layout-blocks .block-items .block-item:hover {
    border-color: #123b59;
    -webkit-box-shadow: 0 0 7px #c0c0c0;
    box-shadow: 0 0 7px #c0c0c0;
    text-decoration: none;
}

section.layout-blocks .block-items .block-item img {
    width: 50%;
}

section.layout-latest-posts .latest-articles .article + .article {
    border-top: dashed 1px;
}

section.layout-latest-posts .latest-articles .article {
    padding: 15px 0;
}

section.layout-latest-posts .latest-articles .article img {
    border: solid 1px #e2e3e5;
}

section.layout-latest-posts .latest-articles .article-content {
    padding: 10px;
    color: #123b59;
}

section.layout-latest-posts .latest-articles .article-title {
    font-size: 21px;
    font-weight: bold;
}

.side-banner,
.banner {
    background-size: 100% 100%;
}

.side-banner img,
.banner img {
    max-width: 100%;
    height: auto;
}

.read-more {
    color: #f8941e;
}

.social-networks {
    /*background: url(/wp-content/themes/Yoter-by-upsite/img/color-brush-bg.png) no-repeat center, -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), color-stop(90%, #123b59), to(#123b59));*/
    background: url('/wp-content/themes/Yoter-by-upsite/img/color-brush-bg.png') no-repeat center, linear-gradient(to bottom, transparent 0%, transparent 90%, #123b59 90%, #123b59 100%);
    background-size: 100% 100%;
    padding: 1px;
}

section.social-networks .social-networks-title {
    font-size: 26px;
    text-align: center;
    color: #123b59;
}

section.social-networks ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 50px;
}

section.social-networks ul li {
    margin: 0 10px;
}

.home section.social-networks {
    margin-bottom: 0;
}

.social-share {
    font-size: 40px;
    line-height: 1;
}

.social-share a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

.social-share a:focus,
.social-share a:hover {
    text-decoration: none;
}

.social-share img {
    width: 40px;
    vertical-align: top;
}

footer {
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 100%;
    padding-bottom: 60px;
}

footer .footer-areas {
    padding: 20px;
    color: #fff;
    border-top: solid 1px #39617e;
}

footer .footer-areas .area-title {
    font-size: 20px;
    border-bottom: dashed 1px #fff;
    color: #fff;
    margin-bottom: 15px;
}

footer .footer-areas .area-title::before {
    content: "|";
    color: #f8941e;
    margin-right: 5px;
}

footer .footer-areas p,
footer .footer-areas ul {
    color: #fff;
}

footer .footer-areas ul {
    padding-left: 20px;
    list-style-image: url("/wp-content/themes/Yoter-by-upsite/img/list-arrow.png");
}

footer p,
footer ul {
    line-height: 1.6;
}

footer .area-content {
    font-size: 14px;
}

.breadcrumbs {
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 6px #e1e1e1;
    box-shadow: 0 1px 6px #e1e1e1;
}

.breadcrumb {
    background-color: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}

.breadcrumb .breadcrumb-item span {
    color: #f8941e;
}

.logos-mix-content {
    margin-top: -76px;
    padding-top: 19px;
    background-color: #FFF;
    min-height: 300px;
}

.logos-mix-content ~ .banner {
    padding: 40px 0;
}

.read-more-secondary {
    background-color: #f8941e;
    color: #fff;
    padding: 10px 34px;
    display: inline-block;
}

.logos-items {
    padding-bottom: 40px;
    margin-top: 50px;
}

.logos-items .logo-item {
    width: calc(25% - 20px);
    height: 0;
    padding-top: 15%;
    margin: 10px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-bottom: solid 4px #e1e6ea;
    box-shadow: 0 0 1px #969696;
    display: block;
}

.logos-items .logo-item .overlay {
    background-color: rgba(18, 59, 89, .95);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    height: 100%;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    font-size: 14px;
    color: #fff;
}

.logos-items .logo-item .overlay .logo-title {
    font-size: 22px;
    color: #fff;
}

.logos-items .logo-item .overlay .logo-intro {
    font-size: 14px;
}

.logos-items .logo-item .overlay .logo-intro p {
    color: #fff;
}

.logos-items .logo-item .overlay a {
    padding: 8px 40px;
}

.logos-items .logo-item .overlay a:hover,
.logos-items .logo-item .overlay a:focus {
    text-decoration: none;
    color: #d9d9d9;
}

.logos-items .logo-item.logo-item-sale .overlay .logo-title {
    font-size: 34px;
}

.logos-items .logo-item.logo-item-sale .overlay .logo-intro {
    font-size: 20px;
}

@media (min-width: 768px){
    .logos-items .logo-item:hover .overlay {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .logos-items .logo-item:hover {
        border-color: #123b59;
    }

    .logos-items .logo-item:hover .overlay ~ .discount {
        z-index: 2;
        background-color: #fff;
        color: #123b59;
    }
}


.logos-items .logo-item .discount,
.brand-item .discount {
    position: absolute;
    right: -75px;
    top: -75px;
    border-radius: 100px;
    width: 150px;
    height: 150px;
    background-color: #123b59;
    color: #fff;
    z-index: 1;
}

.brand-item.post-type-sale .discount {
    background-color: #f8941e;
}

.brand-item.post-type-sale .discount span i {
    font-size: 32px;
    line-height: 32px;
    padding: 0 9px;
}

.brand-item .discount {
    width: 150px;
    height: 150px;
    right: -75px;
    top: -75px;
    border-radius: 150px;
}

.logos-items .logo-item .discount span,
.brand-item .discount span {
    position: absolute;
    right: 75px;
    top: 75px;
    padding: 17px 10px;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    bottom: 0;
    text-align: left;
    line-height: 1;
}

.brand-item .discount span {
    right: 75px;
    top: 75px;
    font-size: 24px;
    font-weight: normal;
}

.logos-items .logo-item .discount span .fa,
.brand-item .discount span .fa {
    font-size: 22px;
    line-height: 15px;
    padding: 0 5px;
}

.logos-items .logo-item > .logo-item-image {
    /*width: 100%;
    height: 100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 25px;
    bottom: 25px;
    right: 25px;
    left: 25px;
}

.logos-items .logo-item > .logo-item-image img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
}

.filter-nav {
    list-style: none;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 45px;
    padding-right: 0;
    margin-right: 0;
}

.filter-nav li {
    display: inline-block;
}

.filter-nav li a {
    display: block;
    font-weight: bold;
    border: solid 1px;
    border-radius: 50px;
    padding: 10px 18px;
    font-size: 19px;
    line-height: 1;
    margin: 5px 1px;
}

.filter-nav li a:hover,
.filter-nav li a:focus,
.filter-nav li a.active {
    text-decoration: none;
    border-color: #f8941e;
    background-color: #f8941e;
}

.social-share {
    text-align: center;
    padding: 40px 0;
}

.social-share .social-share-title {
    font-size: 26px;
    color: #123b59;
    font-weight: bold;
}

.social-share .social-share-link {
    text-decoration: none;
    display: inline-block;
}

.floating-contact-form {
    position: fixed;
    background-color: #000;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    padding-top: 10px;
    display: none;
}

.floating-contact-form .wpcf7 {
    border-top: dashed 1px #fff;
}

.floating-contact-form .wpcf7 span.ajax-loader {
    position: absolute;
    z-index: 1;
}

.floating-contact-form .wpcf7 form.wpcf7-form {
    margin: 0 -5px;
}

.floating-contact-form .wpcf7 span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 14px;
    right: 0;
    left: 0;
    top: 100%;
}

.floating-contact-form .wpcf7 .wpcf7-response-output {
    position: relative;
    color: #fff;
}

.floating-contact-form .wpcf7 .wpcf7-response-output::after {
    content: "\02715";
    position: absolute;
    color: #fff;
    right: 0;
    top: 0;
    padding: 2px 5px;
}

.floating-contact-form p {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    color: #fff;
    font-size: 24px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.floating-contact-form p > * {
    margin: 10px 5px;
}

.floating-contact-form p input[type="text"],
.floating-contact-form p input[type="tel"],
.floating-contact-form p input[type="email"],
.floating-contact-form p input[type="number"],
.floating-contact-form p input[type="submit"] {
    font-size: 18px;
}

.floating-contact-form p input[type="text"],
.floating-contact-form p input[type="tel"],
.floating-contact-form p input[type="email"],
.floating-contact-form p input[type="number"] {
    width: 90%;
    padding: 5px 10px;
}

.floating-contact-form p input[type="submit"] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #f8941e;
    color: #000;
    padding: 3px 60px;
}

.floating-contact-form p .wpcf7-form-control-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.floating-contact-form p label {
    white-space: nowrap;
    padding-right: 5px;
    border-right: 1px #f8941e solid;
}

.floating-contact-form-toggle {
    position: fixed;
    background-color: transparent;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
}

#fcf-toggle-btn {
    background: none;
}

#fcf-toggle-btn:focus {
    outline: none;
}

@media (max-width: 1399px) {
    .logos-items .logo-item {
        width: calc(33.33% - 20px);
    }

    header .nav-wrap #nav-main ul li a {
        font-size: 18px;
    }

    header .nav-wrap #nav-main ul li a::after {
        margin: 0 5px;
    }

    .logos-items .logo-item .overlay .logo-intro p {
        margin-bottom: .5rem;
    }
}

@media (min-width: 1200px) {
    #nav-main {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (max-width: 1199px) {
    header .desktop-header {
        display: none;
    }

    header .mobile-header {
        display: block;
    }

    header #drop-down-menu .mobile-only {
        display: block;
    }

    .header-placeholder {
        height: 140px;
    }
}

@media (max-width: 992px) {
    header #drop-down-menu {
        width: 400px;
    }

    .elements-slider .slider .element-title {
        font-size: 18px;
        min-height: 40px;
    }

    .slick-slider {
        margin: 0;
    }

    section.layout-blocks .block-items .block-item .item-title {
        font-size: 18px;
    }

    .logos-items .logo-item .read-more-secondary {
        padding: 4px 24px;
    }
}

@media (max-width: 767px) {
    section.layout-blocks .block-items .block-item {
        padding: 15px 0;
    }

    section.layout-blocks .block-items .block-item .item-title {
        font-size: 16px;
    }

    section.layout-blocks .block-items .block-item img {
        max-width: 50%;
    }

    .floating-contact-form {
        display: none;
        top: 140px;
        bottom: auto;
        padding: 25px;
    }

    .floating-contact-form .wpcf7 {
        border-top: none;
    }

    .floating-contact-form p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer {
        padding-bottom: 24vw;
    }

    .logos-items {
        /* padding-bottom: 40px; */
        margin-top: 50px;
    }

    .logos-items .logo-item {
        width: calc(50% - 20px);
        padding-top: 25%;
    }

    .logos-items .logo-item .discount span {

        padding: 13px 5px;
        font-size: 14px;
        font-weight: bold;
        right: 40px;
        top: 40px;
    }

    .logos-items .logo-item .discount {

        right: -40px;
        top: -40px;
        width: 80px;
        height: 80px;
    }

    .filter-nav {
        padding: 5px;
        width: 100%;
        border: 1px #d2cdcd solid;
        color: #123b59;
        font-weight: bold;
    }
}

@media (max-width: 480px) {
    header #drop-down-menu a {
        font-size: 16px;
        min-height: 0;
    }

    header #drop-down-menu ul li > i {
        padding: 10px 19px;
    }
}

@media (max-width: 375px) {
    .logos-items .logo-item {
        width: 150px;

    }

    .title-plate {
        font-size: 25px;
    }
}

@media (max-width: 320px) {
    .logos-items .logo-item {
        width: 280px;
    }

}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
.soidebanner {
    z-index: -2;
}

.social-fontawesome-link {
    font-size: 32px;
}

.social-fontawesome-link:hover {
    text-decoration: none;
}

section.layout-blocks .block-items .block-item img {
    width: 35%;
}

.imageshadow {
    border: 1px #d7d7d7 solid;
}

.logos-items .logo-item.logo-item-sale {
    width: auto;
    height: calc(100% - 4px);
    margin: 1px;
    border-bottom-color: #f8941e;
}

@media (min-width: 768px) {
    .logos-items .logo-item.logo-item-sale:hover {
        border-bottom-color: #123B59;
    }
}

.logos-items .logo-item.logo-item-sale .overlay {
    background-color: rgba(248, 148, 30, 0.95);
}

.logos-items .logo-item.logo-item-sale .read-more-secondary {
    background-color: #123B59;
}

.logos-items .logo-item.logo-item-sale .discount {
    background-color: #f8941e;
    width: 150px;
    height: 150px;
    right: -75px;
    top: -75px;
    border-radius: 150px;

}

.logos-items .logo-item.logo-item-sale .discount span {
    right: 75px;
    top: 75px;
    font-size: 24px;
    font-weight: normal;
}

.logos-items .logo-item.logo-item-sale .discount span .fa {
    font-size: 32px;
    line-height: 32px;
    padding: 0 9px;
}

@media (min-width: 768px) and (max-width: 1399px){

    .logos-items .logo-item .overlay .logo-title {
        font-size: 15px;
        margin-top: 18px;
    }

    .logos-items .logo-item .overlay .logo-intro {
        font-size: 10px;
    }

    .logos-items .logo-item.logo-item-sale .overlay .logo-title {
        font-size: 22px;
    }

    .logos-items .logo-item.logo-item-sale .overlay .logo-intro {
        font-size: 13px;
    }

    .logos-items .logo-item .discount {
        width: 100px;
        height: 100px;
        right: -50px;
        top: -50px;
        border-radius: 100px;
    }

    .logos-items .logo-item.logo-item-sale .discount {
        width: 100px;
        height: 100px;
        right: -50px;
        top: -50px;
        border-radius: 100px;
    }


    .logos-items .logo-item .discount span {
        right: 50px;
        top: 50px;
        padding: 15px 5px;
    }

    .logos-items .logo-item.logo-item-sale .discount span{
        right: 50px;
        top: 50px;
        padding: 4px 0;
    }

    .logos-items .logo-item .discount span .fa {

    }

    .logos-items .logo-item.logo-item-sale .discount span .fa {
        font-size: 25px;
    }
}

.footer-widget-area {
    padding-top: 15px;
}

.footer-widget-area ul {
    padding: 0;
}

.footer-widgets {
    width: 100%;
}

.footer-widget-area ul.menu {
    list-style: none;
    text-align: center;
}

.footer-widget-area ul.menu li {
    display: inline-block;
}

.footer-widget-area ul.menu li::after {
    content: "|";
    color: #fff;
    margin: 0 6px;
}

.footer-widget-area ul.menu li:last-child::after {
    display: none;
}

.footer-widget-area ul {
    padding: 0;
}

.scroll-to-top {
    position: fixed;
    z-index: 99999999;
    bottom: 10px;
    right: 10px;
    font-size: 53px;
    line-height: 1;
    background-color: #f8941e;
    border: none;
    color: #fff;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    cursor: pointer;
}

#sticky {
    width: auto;
    float:left;
}
#sticky.stick {
    position: fixed;
    top: 0;
    z-index: 10;
    margin-top: 97px;
}

@media(max-width: 1199px){
    #sticky.stick {
        margin-top: 160px;
    }
}

.elementor-button {
    white-space: nowrap;
}

#mobile-bottom-banner {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

#mobile-bottom-banner img {
    max-width: 100%;
}