/*
Theme Name: papaprint
*/
@import "includes/css/main.min.css";

header p {
    font-size: 19px;
}

header .container > div {
    flex-flow: row;
}

.mobile-header {
    display: none;
}

.services-mobile {
    display: none;
}

.services-mobile a {
    color: #191919;
}

.services-mobile .services_title {
    margin-bottom: 0;
    line-height: 39px;
}

.services-mobile .panel-heading {
    position: relative;
    padding: 0 30px;
    color: #191919;
    padding-left: 12px;
    background: #fff;
    list-style-type: none;
    border-top: 1px solid #16c9d4;
}

.services-mobile .services_items {
    font-family: roboto-light, sans-serif;
    font-size: 15px;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-align: center;
    background: #16c9d4;
    border: none;
}

.services-mobile li.services_item {
    text-align: left;
    font-size: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #212121;
    padding-left: 23px;
    text-transform: none;

}

.services-mobile .panel {
    margin-top: 0 !important;
    border: none !important;
}

.services-mobile .panel:last-child .panel-heading {
    border-bottom: 1px solid #16c9d4;
}

.panel-group.panel-group-style1 .panel-heading .span_collapse {
    position: absolute;
    top: 8px;
    right: 0;
    font-weight: bold;
    font-size: 20px;
    background-color: #fff;
    height: 30px;
    width: 40px;
    text-align: center;
    display: inline-block;
    line-height: 42px;
}

.services-mobile .panel-body {
    padding: 0;
}

/*asa*/
#fixed-nav ul {
    padding: 0;
}

#fixed-nav ul li {
    width: 33%;
}

#fixed-nav span {
    font-size: 12px;
}

.modal-btn {
    background: red;
}

.block_top .gallery-slider .gallery__item:first-child img {
    width: unset;
    height: unset;
    margin: 0;
}

.block_top .gallery-slider .gallery__item {
    margin-left: 0;
    margin-bottom: 0;
}

.gallery__item img {
    padding: 5px;
}

main ul {
    list-style-position: inside;
}

#page-item .block_top .prev, #page-item .next {
    right: -4%;
    top: 35%;
    content: unset;
    opacity: 0;
    height: 75px;
    color: #16c9d4;
    font-size: 24px;
    width: 70px;
    position: absolute;
    background: #ffffff8f;
    border-radius: 500%;
    padding: 10px 20px;
    z-index: 99999;
    cursor: pointer;

}

#page-item .slider-button {
    display: block;
    top: 26%;
}

#page-item .next .slider-button {
    left: 22%;
}

#page-item .prev .slider-button {
    right: 22%;
}

#page-item .prev {
    left: -3.5%;
}

.header-nav {
    display: none;
    margin-top: 20px;
}

.block_top {
    margin-left: -5px;
    overflow: hidden;
}

.block_top .gallery-slider .gallery__item {
    margin-left: 0;
    width: 114% !important;
    margin-bottom: 11px;
}

.block_top .gallery-slider .gallery__item:first-child img {
    margin: 0;
    padding: 0;
}

.slick-slider .slick-list {
    -webkit-transform: translate3d(5px, 0, 0) !important;
    -moz-transform: translate3d(5px, 0, 0) !important;
    -ms-transform: translate3d(5px, 0, 0) !important;
    -o-transform: translate3d(5px, 0, 0) !important;
    transform: translate3d(5px, 0, 0) !important;
}

#calculateModal .calculateModal-content {
    z-index: 999999999999;
    overflow-y: scroll;
}

.panel-group.panel-group-style1 .panel-heading .span_collapse[aria-expanded="false"]:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
}

.panel-group.panel-group-style1 .panel-heading .span_collapse[aria-expanded="true"]:after {
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
}

.panel-group.panel-group-style1 .panel-title {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0 10px 12px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

#homemenu,
#homemenu ul,
#homemenu ul li,
#homemenu ul li a {

    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

#homemenu ul ul li {
    padding-top: 7px;
    padding-bottom: 7px;
}

#cssmenu ul li {
    border-top: 1px solid #16c9d4;
}

#cssmenu ul {
    border: 1px solid #16c9d4;
}

#cssmenu {
    width: 200px;
    font-family: Helvetica, Arial, sans-serif;
    color: #ffffff;
}

#cssmenu ul ul {
    display: none;
}

.align-right {
    float: right;
}

#cssmenu > ul > li > a {
    padding: 15px 20px;
    color: #333;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}

#cssmenu > ul > li.open > a {
    color: #000;
    background: #fff;
}

#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
    border-bottom: 1px solid #1682ba;
}

.holder {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 6px;
    float: right;
    display: block;
    z-index: 999;
    right: 0;
}
.holder::after,
.holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
}

.holder:after {
    left: 12px;
    bottom: 6px;
    border: 5px solid transparent;
    border-top: 5px solid #333333;
}

.holder-home {
    width: 0;
    height: 0;
    position: absolute;
    top: 27%;
    right: 9%;
}

.holder-home::after,
.holder-home::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
}

.holder-home:after {
    left: 20px;
    bottom: -20px;
    border: 5px solid transparent;
    border-top: 5px solid #333333;
}

.open .holder-home:after {
    left: 20px;
    bottom: -20px;
    border: 5px solid transparent;
    border-bottom: 5px solid #333333;
}

#homemenu .holder {
    top: 11px;
    right: 8px;
}

.open .holder::before {
    left: 12px;
    bottom: 10px;
    border: 5px solid transparent;
    border-bottom: 5px solid #333333;
}

.open .holder::after {
    left: 20px;
    bottom: -20px;
    opacity: 0;
    border: 5px solid transparent;
    border-bottom: 5px solid #333333;
}

#cssmenu ul ul li a {
    font-size: 13px;
    padding: 10px 33px 0;
    color: #212121;
    text-transform: capitalize;
    line-height: 24px;
    font-family: roboto-bold, sans-serif
}

#cssmenu ul ul li:last-child a {
    padding-bottom: 10px;
}

#cssmenu ul ul li:first-child > a {
    box-shadow: none;
    font-family: roboto-bold, sans-serif;
}

#cssmenu ul ul ul li:first-child > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul ul li a {
    padding-left: 30px;
}

#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
}

#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
}

#cssmenu ul ul li.has-sub > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;

    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.mobile-block-header .offset-sm-4 {
    margin-left: 28.33333%;
}

.menu-item a img {
    padding: 0;
}

body .lightbox {
    z-index: 100000000;
}

body .lightboxOverlay {
    z-index: 99999;
}

#fixed-nav ul {
    z-index: 99;
}

.lb-nav a.lb-prev, .lb-nav a.lb-next {
    opacity: 1 !important;
}
#calculateModal .calculateModal-content {
    z-index: 999999999999;
}

.calculate-modal-wrapper {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calculate-modal {
    background: transparent;
}

.calculate-modal a {
    color: #fff;
    font-weight: bold;
    padding: 15px 35px;
}

.calculate-modal a:hover {
    text-decoration: none;
}

/*#slider {*/
/*    display: block !important;*/
/*}*/

@media (max-width: 1199px) {
    #page-item .block_top .prev, #page-item .next{
        top: 30%;
    }
    #page-item .next {

        right: -5%;
    }

    #page-item .prev {

        left: -5%;
    }

    .mobile-block-header .offset-sm-4 {
        margin-left: 5.33333%;
    }

    .mobile-nav {
        display: none;
    }

    .mobile-block-header {
        padding-top: 30px;
        position: fixed;
        width: 100%;
        top: 0;
        min-height: 0;
        z-index: 999999999!important;
        display: block;
        height: 100%;
        overflow-y: scroll;
        background-color: rgba(255, 255, 255, .95);
    }

    .mobile-block-header #menu-header-menu {
        border: none;
        text-align: left;
        margin-top: 7px;
    }

    .mobile-block-header #menu-header-menu li {
        border-bottom: 1px solid #16c9d4;
        border-right: none;

    }

    #cssmenu ul.sub-menu li:last-child {
        background: transparent;
    }
}

@media (max-width: 1024px) {
    #page-item .block_top .prev, #page-item .next {
        top: 35%;
    }
    #leftside-navigation.home-navigation.nano, #homemenu, #homemenu ul {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .mobile-block-header .offset-sm-4 {
        margin-left: 5.33333%;
    }

    .mobile-nav {
        display: none;
    }

    .services-mobile {
        display: block;
        margin-top: 40px;
    }

    .services-desktop {
        display: none;
    }

    .mobile-block-header {
        padding-top: 30px;
        position: fixed;
        width: 100%;
        top: 0;
        min-height: 0;
        display: block;
        height: 100%;
        overflow-y: scroll;
        background-color: rgba(255, 255, 255, .95);
    }

    .mobile-block-header #menu-header-menu {
        border: none;
        text-align: left;
        margin-top: 7px;
    }

    .mobile-block-header #menu-header-menu li {
        border-bottom: 1px solid #16c9d4;
        border-right: none;

    }

    #cssmenu ul.sub-menu li:last-child {
        background: transparent;
    }

    .gallery-slider .slick-list img {
        min-height: 145px;
    }

    .block_top .gallery-slider .gallery__item {
        min-height: 145px !important;
    }

    #calculateModal .calculateModal-content {
        height: 100vh;
    }

    .block_top .gallery-slider .gallery__item {
        text-align: -webkit-center;
        width: 100% !important;
    }

    #page-item .block_top .prev, #page-item .next {
        right: -7%;
    }

    #crumbs {
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    .mobile-block-header .offset-sm-4 {
        margin-left: 46.33333%;
    }
    #page-item .block_top .prev, #page-item .next {
        right: -6%;
    }
}

@media (max-width: 767px) {
    .categories_title {
        font-size: 32px;
    }

    .page:not(.page-id-21) #leftside-navigation {
        display: none;
    }

    .mobile-block-header .offset-sm-4 {
        margin-left: 28.33333%;
    }

    .mobile-nav {
        display: none;
    }

    .services-mobile {
        display: block;
        margin-top: 40px;
    }

    .services-desktop {
        display: none;
    }

    .mobile-block-header {
        padding-top: 30px;
        position: fixed;
        width: 100%;
        top: 0;
        min-height: 0;
        display: block;
        height: 100%;
        overflow-y: scroll;
        background-color: rgba(255, 255, 255, .95);
    }

    .mobile-block-header #menu-header-menu {
        border: none;
        text-align: left;
        margin-top: 7px;
    }

    .mobile-block-header #menu-header-menu li {
        border-bottom: 1px solid #16c9d4;
        border-right: none;

    }

    #cssmenu ul.sub-menu li:last-child {
        background: transparent;
    }

    .gallery-slider .slick-list img {
        min-height: 145px;
    }

    .block_top .gallery-slider .gallery__item {
        min-height: 145px !important;
    }

    #calculateModal .calculateModal-content {
        height: 100vh;
    }
}

@media (max-width: 580px) {
    .categories_title {
        font-size: 22px;
    }

    .holder-home {
        right: 15%;
    }

    #homemenu ul li a {
        padding-right: 30px;
    }

    header .mobile_nav {
        display: block;
        position: absolute;
        right: 5%;
        text-align: right;
    }

    #page-item .next {
        right: -7%;
    }

    #page-item .prev {
        top: 39%;
        left: -6%;
    }

    header .mobile-header p.header-phone {
        display: block;
        text-align: left;
        font-size: 18px;
    }

    header .mobile-header p.email {
        font-size: 12px;
    }

    header .offset-lg-0.offset-md-5.offset-sm-4.offset-1 {
        display: none;
    }

    header .container .row {
        justify-content: space-between;
    }

    .mobile-header {
        display: block;
        margin-right: 40px;
    }

    .block-logo {
        flex: 0 0 23.33333%;
        padding: 0;
    }

    header p.email i {
        font-size: 12px;
    }

    header p.header-phone i {
        font-size: 18px;
    }

    #cssmenu > ul > li > a {
        padding: 15px 0 15px 13%;
    }

    #cssmenu ul ul li a {
        padding: 15px 15px 0 13%;
    }
    #page-item .prev{
        left: -4%;
    }
}

@media (max-width: 375px) {
    #page-item .next {
        right: -10%;
    }
    #page-item .prev {
        left: -6%;
    }
}
@media (max-width: 380px) {
    #cssmenu > ul > li > a {
        padding: 15px 0 15px 9%;
    }

    #cssmenu ul ul li a {
        padding: 15px 15px 0 9%;
    }
}
