/*!
Theme Name: car-line
Theme URI: https://them.es/starter
Author: mDiv.pl Mirosław Parcz
Author URI: https://mdiv.pl
Description: Car-line website
Version: 2.4.2
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: carline
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img, .gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}

.bypostauthor {
    font-weight: bold;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Car-line */

img.car-line {
    max-height: 40px;
}

.nav-cl {
    padding: 0;
    border-bottom: 2px #0A4282 solid;
}

nav#header {
    padding: 10px 0;
}

div#navbar {
    justify-content: flex-end;
}

a.nav-link {
    margin: 0 5px;
}

li.send-request {
    background: #0a4282;
    border-radius: 5px;
}

li.send-request>a.nav-link {
    color: #fff!important;
    text-transform: uppercase;
}

.header-title {
    max-width: 1140px;
    margin: 0 auto;
    color: #0A4282;
    padding: 25px;
}

h1.entry-title {
    text-align: right;
    padding: 28px;
    font-style: italic;
}

img.car-line {
    padding: 0 15px;
}

.cl-products {
    margin: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

h3.cl-h3-title {
    text-transform: uppercase;
    color: #ACACAC;
    font-weight: 600;
    flex: 0 0 100%;
    text-align: center;
}

.cl-divider {
    background: #0056b3;
    width: 137px;
    height: 2px;
    margin: 10px auto;
    flex: 0 0 150px;
}

.cl-description {
    text-align: center;
    font-size: .8em;
    flex: 0 0 100%;
}

.cl-products-box {
    margin: 50px 0;
    display: flex;
}

.cl-products-box>div {
    min-width: 277px;
    background: aqua;
    margin: 4px;
    min-height: 200px;
}

.cl-products-box {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cl-products-item {
    font-weight: 600;
    font-size: 1.2em;
    align-items: flex-end;
    display: flex;
    border-left: 4px #0056b3 solid;
}

.cl-products-title {
    background: rgb(2 35 91 / 66%);
    width: 100%;
    padding: 5px 10px;
    color: #fff;
}

button.navbar-toggler {
    margin-right: 15px;
}

.footer-rights {
    font-size: .8em;
    color: #959595;
}

.footer-info {
    background: #F4F4F4;
    border-top: 1px #CFCFCF solid;
    border-bottom: 1px #CFCFCF solid;
    padding: 25px 0;
}

.footer-cl-address {
    font-size: .8em;
    color: #5d5d5d;
    margin: 5px 10px;
}

img.car-line-footer {
    height: 45px;
    margin: 5px 10px;
}

.footer-widget-title {
    text-transform: uppercase;
    color: #1e3e81;
}

.cl-footer-1>nav li, .cl-footer-2>nav li, .cl-footer-3>nav li, .cl-footer-4>nav li {
    background: none;
    margin: 5px 0;
}

.cl-footer-1>nav a, .cl-footer-2>nav a, .cl-footer-3>nav a, .cl-footer-4>nav a {
    color: #5d5d5d;
    font-size: .8em;
}

.cl-footer-1, .cl-footer-2, .cl-footer-3, .cl-footer-4 {
    margin-top: 20px;
    padding: 0 15px;
}

ul.menu.protect.nav.justify-content-end {
    font-size: .8em;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
}

.mdiv {
    color: #959595;
    font-size: .75em;
    align-items: center;
}

.mdiv>span {
    padding: 10px 5px 10px 0;
}

.cl-footer-2>h5 {
    opacity: 0;
}

.cl-footer-4>h5 {
    opacity: 0;
}

.cl-offer {
    background: #f8f9fa;
    min-height: 520px;
    margin-bottom: 100px;
}

svg#svg-price {
    width: 80px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    margin-top: -46px;
}

img#cl-katalog {
    z-index: 10;
    position: absolute;
    margin-left: -50px;
    max-width: 100%;
}

.row.offer-row {
    min-height: 255px;
}

.cl-offer-btn {
    color: #0056b3;
    background: #fff;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    border: 3px #0056b3 solid;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    margin: 40px 0 0 0;
    font-size: 1em;
    max-width: max-content;
    display: flex;
}

.cl-line {
    border-top: 1px #ccc solid;
    margin: 35px 10%;
}

.cl-line-contact {
    border-top: 1px #0056b3 solid;
    width: 60px;
    margin: 15px auto;
}

.region {
    width: 100%;
    height: 100%;
    max-width: 170px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 13px rgb(255 255 255 / 53%), 0 1px 3px #adb5bd;
    transition: all 0.4s ease-in-out;
    border: 6px #0056b326 solid;
    margin: 0 auto;
    display: block;
}

.region1 {
    width: 100%;
    height: 100%;
    max-width: 170px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 13px rgb(255 255 255 / 53%), 0 1px 3px #ef7f1b;
    transition: all 0.4s ease-in-out;
    border: 6px #0056b326 solid;
    margin: 0 auto;
    display: block;
}

.region2 {
    width: 100%;
    height: 100%;
    max-width: 170px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 13px rgb(255 255 255 / 53%), 0 1px 3px #009745;
    transition: all 0.4s ease-in-out;
    border: 6px #0056b326 solid;
    margin: 0 auto;
    display: block;
}

.region3 {
    width: 100%;
    height: 100%;
    max-width: 170px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 13px rgb(255 255 255 / 53%), 0 1px 3px #00a0e2;
    transition: all 0.4s ease-in-out;
    border: 6px #0056b326 solid;
    margin: 0 auto;
    display: block;
}

.region4 {
    width: 100%;
    height: 100%;
    max-width: 170px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 13px rgb(255 255 255 / 53%), 0 1px 3px #e3087f;
    transition: all 0.4s ease-in-out;
    border: 6px #0056b326 solid;
    margin: 0 auto;
    display: block;
}

.cl-contact-pos {
    font-size: .8em;
    text-align: center;
    font-weight: 600;
}

.cl-contact-reg {
    text-align: center;
    font-size: .8em;
}

.cl-contact-details.center {
    margin: 13px 0;
    text-align: center;
}

i.fas.fa-envelope {
    color: #0056b3;
}

i.fas.fa-phone-alt {
    color: #0056b3;
}

.cl-logos {
    background: #f8f9fa;
    padding: 50px 0;
}

div#secondary-slider {
    padding: 0 60px;
}

.logos-item>img {
    max-width: 145px;
    margin: 10px;
}

.logos-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.logos-item {
    background: #fff;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    border: 1px #ccc solid;
}

.cl-onas-serwis {
    background: #FAFAF8 url('https://car-line.mdev.pl/app/media/2021/04/serwis-stomatologiczny.jpg');
    background-repeat: no-repeat;
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 0 5%;
    background-position: right;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

svg#cl-serwis-ico {
    max-width: 100px;
    margin: 0 0 -110px;
    padding: 0;
    display: flex;
    z-index: 199;
    position: relative;
    fill: #0056b3;
    flex: 0 0 100%;
}

.cl-dentalcolor {
    display: flex;
    min-height: 600px;
    padding: 0 5%;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.cl-onas-szkolenia {
    display: flex;
    overflow: hidden;
    flex-flow: column wrap;
}

.cl-onas-szkolenia-info {
    padding: 0 5%;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    margin: 24px 8% 0 0;
}

img {
    width: auto;
    height: auto;
}

.cl-counter-box {
    background: #0a4282;
    color: #fff;
    padding: 34px 7%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cl-counter-item {
    width: 100%;
    margin: 21px 0;
    text-align: center;
    flex-basis: 100%;
    min-width: 210px;
}

.counter {
    font-size: 2.4em;
}

.cl-counter-ico {
    font-size: 2.4em;
    color: #72aee6;
}

.cl-counter-header {
    text-align: center;
    background: #0a4282;
    padding: 30px 0 0;
}

.cl-counter-header-sub {
    color: #fff;
    margin: -14px 0 0 140px;
}

svg#cl-logo {
    max-width: 234px;
}


img.alignnone.size-full.wp-image-180.aos-init.aos-animate {
    margin: 0;
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .cl-offer {
        background: #f8f9fa;
        min-height: 590px;
        margin-bottom: 100px;
    }

    .cl-counter-item {
        flex-basis: 45%;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .cl-counter-item {
        flex-basis: 30%;
    }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .cl-offer {
        background: #f8f9fa;
        min-height: 380px;
        margin-bottom: 100px;
    }
    .cl-onas-szkolenia {
        flex-flow: inherit;
    }
    .cl-onas-szkolenia-info {
        margin: 0;
    }
    .cl-counter-item {
        flex-basis: 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}