/*
Theme Name: landa
Theme URI: http://webstick.co.il
Description: Developed by <a href="https://webstick.co.il/">Webstick</a>.
Version: 1.2
Author: <a href="https://webstick.co.il/">Webstick</a>
Author URI: https://webstick.co.il/
*/


/*  
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    width: 100%;
    height: auto;
}

a img {
    border: none;
}

a {
    text-decoration: none;
}

.page-template-single-post .inner-width article a,
.single-news .inner-width article a,
.single-post .inner-width article a {
    text-decoration: underline;
    color: #00afef;
}

* {
    text-transform: none !important;
}


/* =General
-------------------------------------------------------------- */

html {
    margin-top: 0 !important;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
}

body,
input,
textarea,
a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44;
    color: #525d66;
}

b,
strong {
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

*:focus-visible {
    outline: 2px solid #00afef;
}

a {
    color: inherit;
}
.screen-reader-text{
    display: none;
}

span.copyright {
    position: relative;
    margin: 0 5px 0 5px;
}

span.copyright span {
    position: absolute;
    font-size: 15px;
    top: -4px;
    right: -3px;
    left: auto;
}

sup {
    position: relative;
    font-size: 12px;
}

.site-width {
    position: relative;
    width: 100%;
    max-width: 1668px;
    margin: 0 auto;
}

.inner-width {
    position: relative;
    max-width: 1400px;
    max-width: 1375px;
    width: 100%;
    margin: 0 auto;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ptable {
    display: table;
}

.ptable .ptr {
    display: table-row;
}

.ptable .ptd {
    display: table-cell;
    vertical-align: middle;
}

.caps {
    text-transform: uppercase;
}

.abs-fulls {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

h2, h2 a, h3, h3 a, #post_title {
    line-height: 28px;
    font-size: 28px;
    margin-bottom: 22.2px;
    color: #00afef;
}

.inner-content {
    position: relative;
}

.trnsf-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.center {
    text-align: center;
}

.flex {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

.flex.center {
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.landa-btn {
    color: #00afef;
    font-size: 18px;
    font-weight: 400;
}

.landa-btn:hover {
    color: #5ec8ef !important;
}

.blue-btn {
    box-shadow: 1px 4.9px 20.2px 0.8px rgba(32, 39, 43, 0.36);
    background-color: #00afef;
    padding: 10px 89px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 25px;
    text-transform: capitalize;
    display: table;
}

.blue-btn:hover {
    background-color: transparent;
    border: 1px solid #00afef;
    padding: 9px 88px;
}

.grey-bg {
    background-color: #f7f9fa;
}

.black-bg {
    background-color: #2a2a2a;
}

.mobile-only {
    display: none;
}

.desktop-img {
    display: block;
}

section {
    padding: 40px 0;
}

section#content {
    padding: 0;
}

.underline {
    display: none !important;
}

@media (max-width: 1590px) {
    .site-width {
        max-width: 1368px;
    }

    .inner-width,
    .blog-lobby .inner-width {
        max-width: 1175px;
    }
}

@media (max-width: 1350px) {
    .site-width,
    #footer .site-width {
        position: relative;
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
    }

    .inner-width,
    .blog-lobby .inner-width {
        max-width: 1100px;
    }
}

@media (max-width: 1199px) {
    .site-width,
    #footer .site-width {
        max-width: 900px;
        width: 100%;
    }

    .inner-width,
    .blog-lobby .inner-width {
        max-width: 892px;
    }
}

@media (max-width: 1023px) {
    .site-width {
        width: 650px;
    }
}

@media (max-width: 940px) {
    .mobile-only {
        display: block;
    }

    .desktop-img {
        display: none;
    }
}

@media (max-width: 770px) {
    .site-width,
    .inner-width {
        max-width: 550px;
        width: 100%;
    }
}

@media (max-width: 550px) {
    .site-width,
    .inner-width {
        max-width: 340px;
    }

    h2, h2 a, h3, h3 a {
        line-height: 30px;
        font-size: 30px;
        margin-bottom: 22px;
    }

    .our-products .items-list .item,
    .pr-section .text-content,
    .pr-section .img,
    .articles article,
    .text-image .text,
    .text-image .img,
    .text-image .text .text-content,
    .posts-strip .items-list .item,
    .overwiew .flex .col-2,
    .blog-post .text-image .img,
    .blog-post .text-image .text,
    .types-of .items {
        margin: 0 auto 10px !important;
        width: 100% !important;
    }
}


/* --- DEBUG ---*/

body.debug > * {
    opacity: 0.7;
}


/* body.debug.home {
	background: #fff url(debug/homepage.png) no-repeat top center;
} */

body.debug {
    background: #fff url(../png/homepage.png) no-repeat top center;
    background: #fff url(../png/blog-lobby.png) no-repeat top center;
    background: #fff url(../png/blog--article.png) no-repeat top center;
    background: #fff url(../png/contact-us.png) no-repeat top center;
    background: #fff url(../png/management.png) no-repeat top center;
    background: #fff url(../png/products-lobby.png) no-repeat top center;
    background: #fff url(../png/product-inner.png) no-repeat top center;
    background: #fff url(../png/commercial-printing.png) no-repeat top center;
    /*background: #fff url(debug/single-article.png) no-repeat top center;
    background: #fff url(debug/single-article-n.png) no-repeat top center;
    background: #fff url(debug/publishing.png) no-repeat top center;
    background: #fff url(debug/privacy.png) no-repeat top center;
    background: #fff url(debug/thankyou.png) no-repeat top center; */
}
.wp-caption{
	max-width: 100%;
}



.page-template-page-dynamic .overview .text-content a {
	color: #00AFEF;
	text-decoration: underline;
}