/*
Theme Name: Printress Child Theme
Theme URI: https://shtheme.com/demosd/printress
Description: This is child theme of printress
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Version: 1.0
Text Domain:  printress-child
Template: printress
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/

body,html {
  overflow-x:hidden;
}

.bd-blog__category a{
    margin-bottom: 10px;
}
.bd-blog__sidebar .sidebar__search form button{
    right: 0;
    height: 100%;
}
.bd-blog__sidebar .widget_categories ul li a{
    display: block;
    padding: 17px 11px 17px 29px;
    background: var(--clr-common-white);
    border-radius: 6px;
    font-weight: 700;
    color: var(--clr-common-black);
}
.bd-blog__sidebar .widget_categories ul li::before{
    content: "\f061";
    float: right;
    font-family: "Font Awesome 5 Pro";
    background: var(--clr-theme-1);
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.bd-blog__sidebar .widget_categories ul li:not(:last-child){
    margin-bottom: 20px;
}
.bd-blog__sidebar .widget_categories ul li:hover > a{
    padding-left: 35px;
    color: var(--clr-theme-1);
}
.bd-blog__sidebar .widget_categories ul li:hover::before{
    background: var(--clr-common-black);
}
.bd-blog__sidebar .widget_tag_cloud .tagcloud a{
    font-weight: 500;
    font-size: 14px !important;
    text-transform: uppercase;
    color: var(--clr-common-heading);
    padding: 12px 26px;
    display: inline-grid;
    line-height: 1;
    margin: 7px 10px 7px 0;
    position: relative;
    background: var(--clr-bg-white);
    z-index: 2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.bd-blog__sidebar .widget_tag_cloud .tagcloud a:hover{
    background: var(--clr-theme-1);
    color: var(--clr-bg-white);
}
.bd-post-comments ul.children{
    margin-left: 130px;
}
.bd-post-comments li .avatar-name h5 a{
    text-transform: capitalize;
}
.bd-post-comments li .avatar-name span{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px !important;
}
.bd-post-comments li .avatar-name span.comment-reply{
    float: right;
}
.bd-post-comments form{
    margin-top: 30px;
}
.bd-post-comments form div.comment-field{
    position: relative;
}
.bd-post-comments form div.comment-field i{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}
.bd-post-comments form div.comment-field.text-area i{
    top: 25px;
    transform: unset;
}
.bd-post-comments form textarea{
    height: 150px;
    width: 100%;
    padding: 20px 30px;
    padding-right: 50px;
    background: #ffffff;
    border: none;
    outline: 0;
}
.bd-post-comments form input{
    width: 100%;
    padding: 20px 30px;
    padding-right: 50px;
    background: #ffffff;
    border: none;
    color: #222;
}
.bd-post-comments form p.comment-form-cookies-consent input{
    width: unset;
}
.bd-post-comments form button.btn.submit{
    color: #fff;
    border-radius: 0;
    margin-top: 10px;
    background: var(--clr-theme-1);
    padding: 21px 40px 21px 40px;
    font-weight: 700;
}
.bd-post-comments div.comment-respond h3 a{
    text-transform: capitalize;
}
.bd-post-comments div.comment-respond h3 small{
    float: right;
}
div.container div.page-title-wrapper h3.page-title{
    text-align: center;
}
ul.pagination_nav li span{
    height: 60px;
    width: 60px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: var(--clr-common-white);
    background: var(--clr-theme-1);
}
ul.pagination_nav li span.dots{
    color: var(--clr-common-black);
    background: var(--clr-bg-white2);
}
.bd-blog__box .bd-blog__item .bd-blog__meta span a{
    text-transform: capitalize;
}
.bd-blog__box .bd-blog__item .bd-blog__meta span.bd-blog__admin a{
    text-transform: capitalize;
}
.bd-details-sidebar .bd-single__input textarea{
    height: 115px;
}
.bd-details-sidebar .bd-single__input input.theme-btn{
    width: fit-content;
    display: inline-block;
    padding: 0 36px;
    background: var(--clr-theme-1);
    color: var(--clr-common-white);
    font-family: "Roboto Condensed", serif;
}
.bd-details-sidebar .bd-single__input input.theme-btn:hover{
    background: var(--clr-common-black);
}
.bd-contact__form form div.bd-single__input input.theme-btn{
    width: fit-content;
    display: inline-block;
    padding: 0 36px;
    background: var(--clr-theme-1);
    color: var(--clr-common-white);
    font-family: "Roboto Condensed", serif;
}
.bd-contact__form form div.bd-single__input input.theme-btn:hover{
    background: var(--clr-common-black);
}
.bd-brand-items:has(img):hover{
    cursor: pointer;
}
.bd-case-meta-wrapper .bd-case-meta{
    justify-content: center;
}
.bd-case-meta-wrapper .bd-case-meta .meta-list{
    gap: 200px;
}
.bd-case-meta-wrapper .bd-case-meta .meta-item p{
    margin-bottom: 0;
}
.bd-case-meta-wrapper .bd-case-meta .meta-item a{
    text-transform: capitalize;
}
h2.accordion-header br{
    display: none;
}
.inner-page-menu nav ul li{
    margin: 0 29px;
    padding: 0;
}
.mean-container .mean-nav ul li{
    padding: 0;
}
.bd-header__social-link li a{
    color: inherit;
    font-weight: 500;
}
.bd-header__social-link li a i{
    font-weight: 500;
}
.bd-footer__widget .bd-footer__link{
    gap: 0;
}
.bd-footer__widget .bd-footer__form::before{
    z-index: 1;
}
footer form .wpcf7-response-output{
    color: var(--clr-common-color7);
}
.bd-header__top1-wrapper{
    min-height: 60px;
}
.main-menu2 nav > ul > li{
    padding: 0;
}
.main-menu nav ul li{
    padding: 0;
}
.sidebar__area .sidebar__wrapper form button i{
    color: var(--clr-common-black);
}
footer .bd-info.three .bd-info__wrapper3{
    text-align: center;
}
footer .bd-info.three .bd-info__wrapper3 .bd-info__item-wrapper{
    display: inline-flex;
}
section.bd-blog3 article .bd-blog__item .w-img img, section.bd-blog article .bd-blog__item .w-img img{
    height: 246px;
    width: auto;
}
section.bd-blog3 article .bd-blog__item .bd-blog__meta .bd-blog__admin a, section.bd-blog article .bd-blog__item .bd-blog__meta .bd-blog__admin a{
    text-transform: capitalize;
}
.pagination-wrap{
    text-align: center;
}
.pagination-wrap .pagination_nav{
    display: inline-block;
}
.pagination-wrap .pagination_nav > li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.pagination-wrap .pagination_nav > li:last-child{
    margin-right: 0;
}
body.error-page{
    height: 100vh;
}
body.error-page footer{
    width: 100%;
}
body.error-page main{
    height: calc(100vh - 156px);
}
body.error-page main section{
    height: 100%;
    background-size: cover;
    background-position: center;
}
body.error-page main section .text-center h2{
    margin-bottom: 20px;
    color: #111
}
body.error-page main section .text-center nav span.breadcrumb-item a{
    border: 1px solid #111;
    color: #fff;
    background: #111;
    padding: 8px 10px;
    border-radius: 5px;
}
body.error-page main section .text-center nav span.breadcrumb-item a:hover{
    color: #111;
    background: transparent;
}
.mean-container .mean-nav ul li li a{
    padding-right: 0;
}
section .bd-features__btn a.play-btn i{
    font-size: 35px;
    line-height: 120px;
}
.bd-details-sidebar div.sidebar__widget.widget_service ul li{
    padding-right: 60px;
}
.bd-post-comments li .comments-avatar img{
    max-width: fit-content;
}
.search_custom form > .input-group > input{
    padding-right: 36px;
}
.search_custom form > .input-group > span.input-group-btn{
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 999;
}
div.bd-latest__comments > h3{
    font-size: 30px;
}
.wpcf7-not-valid-tip{
    color: #222;
    padding-top: 15px;
}
.wpcf7 form.invalid .wpcf7-response-output{
    margin-left: 0;
    border-color: #111;
}
.bd-footer__widget .bd-footer__form{
    height: 60px;
}
.bd-footer__widget .bd-footer__form input{
    padding-right: 70px;
}
.bd-footer__widget .bd-footer__form p > input{
    position: absolute;
    line-height: 0px;
    width: fit-content;
    font-family: "Font Awesome 5 Pro";
    top: 0;
    right: 0px;
    padding: 21px;
    border-radius: 0 5px 5px 0;
    color: var(--clr-theme-1);
}
.bd-footer__widget .bd-footer__form p > input:hover{
    background: var(--clr-bg-black);
}
div.container div.page-title-wrapper h3.page-title{
    line-height: initial;
}
.bd-details__content-padd > div{
    margin-bottom: 70px;
}
.bd-details__content-padd > div:last-child{
    margin-bottom: 0;
}
.bd-team__education > div:last-child{
    margin-top: 70px;
}
.bd__title-xxs{
    font-size: 26px;
}
.comment-respond .comment-form-cookies-consent{
    display: none;
}
.bd-comments-box .comments-text .avatar-name h5{
    text-transform: capitalize;
}
div#loading div.loading-icon > img{
    max-width: 161px;
}
div#loading div.loading-icon > img.loading-logo{
    max-width: unset;
}
div.bd-sticky .bd-sticky__logo img, div.logo img, .sidebar__area .sidebar__logo img, .bd-mobile__logo img{
    max-width: 161px;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
footer form .wpcf7-not-valid-tip{
    color: var(--clr-common-color7);
}
footer form .wpcf7-response-output{
    border-color: var(--clr-common-color7) !important;
    margin-top: 50px !important;
}
.bd-case .bd-case-menu button{
    padding: 0 25px;
}
header .logo-position img, footer .bd-footer__logo1 img{
    max-width: 140px
}
form p{
    margin: 0;
}
.elementor .bd-contact2__img img{
    height: 100%;
}
section.bg-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bd-tm__rating i:last-child{
    color: var(--clr-common-yellow);
}
.bd-tm__rating i.gray{
    color: var(--clr-common-gray-4);
}
.elementor img.mw-unset{
    max-width: unset;
}
section.bd-work.bg-image{
    background-size: unset;
}
.elementor-html div.swiper-slide:has(> .bd-case__item), .elementor-html div.swiper-slide:has(> .bd-case2__item){
    width: fit-content;
}
.bd-rating-item.two .bd-rating-icon i:last-child{
    color: var(--clr-theme-1);
}
.bd-rating-item.two .bd-rating-icon i.gray{
    color: var(--clr-common-color21);
}

@media (max-width: 991.98px){
    .pagination_nav{
        margin-bottom: 60px;
    }
    .col-none{
        display: none;
    }
    .bd-header__top div.row.align-items-center > div{
        padding: 0;
    }
    .bd-case-meta-wrapper .bd-case-meta .meta-list{
        gap: 10px 70px;
    }
}
@media (max-width: 767.98px){
    .sidebar__area{
        max-width: 100%;
    }
}
@media (max-width: 575.98px){
    .pagination_nav{
        margin-bottom: 30px;
    }
    .pagination_nav a{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    ul.pagination_nav li span{
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .bd-blog__meta{
        display: grid;
    }
    .bd-blog__meta span{
        margin-bottom: 10px;
    }
    .bd-blog__meta span:last-child{
        margin-bottom: 0;
    }
    section .bd-features__btn a.play-btn i{
        line-height: 90px;
    }
    .swiper-slide{
        width: 100% !important;
    }
    .bd-blog__sidebar .widget_categories ul li::before{
        content: none;
    }
    .bd-post-comments ul.children{
        margin-left: 50px;
    }
}
.menu-sticky .main-menu nav ul li {
	margin: 0 23px;
}
div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background-color: #EE1B25 !important;
    color: #fff !important;
}

.sidebar__social ul li a {
    background: #e73b3b  !important;
}
.sidebar__social ul li a:hover {
    background: #11a89d !important;
}

.bd-footer-social ul li a {
    background: #5d5b5b  !important;
}
.bd-footer-social ul li a:hover {
    background: #11a89d !important;
}

/*.bd-details__work {
    text-align: center;
    box-shadow: 0px 0px 7px 0px #EE1B25;
    padding: 16px;
    transition: 1s;
    height: 275px;
    margin: 8px;
    background-color: #EE1B25;
}*/

.bg-css {
    background: #000;
}
.bd-header__social-link li a i {
    color: #EE1B25 !important;
}
.bd-header__social-link li a i:hover {
    color: #11a89d !important;
}
.fab {
    color: #fff !important;
}
.fab:hover{
    color: #11a89d !important;
}
/*.bd-services1__btn .theme-btn:hover {
    color: #EE1B25 !important;
}*/
.theme-btn::before {
    background-color: #3D3D3D !important;
}
.bd-services1__item:hover .bd-services1__num h6::before:hover {
    border-color: #3D3D3D transparent transparent transparent;
}
.bd-services1__item:hover .bd-services1__num h6 {
    background: #3D3D3D;
    color: var(--clr-common-white);
}
.bd-services1__item:hover .bd-services1__num h6:hover {
    background: #3D3D3D;
    color: var(--clr-common-white);
}
.bd-services1__item:hover .bd-services1__num h6::before {
    border-color: #3D3D3D transparent transparent transparent;
}
.bd-header__top1-btn .theme-btn {
    background: #fff !important;
    color: #ff5b5b;
    border: 2px solid #ff5b5b;
}
.bd-header__top1-btn .theme-btn:hover {
    background: #ff5b5b !important;
    color: #fff;
}
.bd-header__top1-btn .theme-btn:hover {
    background: #11a89d !important;
}
.main-menu nav ul li ul li {
    padding: 10px 20px !important;
}
.bd-design__guideline ul li {
    color: #000000 !important;
}
.bd-footer__widget2 .bd-footer__title h4 {
    color: #ffffff !important;
}
.bd-footer__widget2 p {
    color: #979ea5 !important;
}
.bd-footer__widget2 .bd-footer__link ul li a {
    color: #979ea5 !important;
}
.bd-footer__widget2 .bd-footer__contact ul li a {
    color: #979ea5 !important;
}
.bd__title {
    font-size: 40px !important;
    text-transform: capitalize;
}
.pt-170 {
    padding-top: 40px !important;
}
.bd-sponsor__text p {
    font-size: 30px !important;
}
.bd-tm__text p {
    font-size: 20px !important;
    color: #b7b9bb !important;
    letter-spacing: -0.3px !important;
    font-weight: 600 !important;
    line-height: 23px !important;
    font-weight: 400 !important;
}
.pb-115 {
    padding-bottom: 50px !important;
}
.pt-115 {
    padding-top: 50px !important;
}
.pb-130 {
    padding-bottom: 40px !important;
}
.bd-services1__icon {
    margin-bottom: 0px !important;
}
.bd-services1__item {
    padding: 10px 43px 50px 50px !important;
}

.banner-overlay-1::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000000 !important;
    top: 0;
    right: 0;
    content: "";
    opacity: 0 !important;
}
.banner-bg {
    position: absolute;
    width: 50%;
    height: 70% !important;
    right: 0;
    top: 144px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
    background-color: var(--clr-common-white);
}
.pt-160 {
    padding-top: 0px !important;
}

.banner-title {
    font-size: 60px !important;
    font-weight: 500 !important;
    line-height: 1.125 !important;
    margin-bottom: 37px !important;
    letter-spacing: -1px !important;
    margin-left: -5px !important;
    text-transform: capitalize;
}
p {
    color: #000000 !important;
}

.bd-footer__top p {
    color: #979ea5 !important;
}
.home-testimonial .swiper-slide {
  /*  width: 1075px !important;*/
}
/*.bd-tm__wrapper .swiper-wrapper { 
    transform: translate3d(-3284px, 0px, 32px);
    transition-duration: 0ms;
}*/

.bd-tm__item {
    padding: 49px 45px 50px 45px !important;
    text-align: justify;
}
.about-testimonial .swiper-slide {
   /* width: 1139px !important;*/
}

.bd-services1__text .bd-services1__title{
    text-align: center !important;   
}

.bd-services1__btn {
    text-align: center !important;
}

.pb-120 {
    padding-bottom: 40px !important;
}

.pt-120 {
    padding-top: 40px !important;
}
.bd-footer__widget {
    padding-left: 16px !important;
}
.our-work .swiper-slide {
    margin-left: 0px !important;
}

/*.swiper-slide {
    margin-left: 374px !important;
}*/

.happy-clients .swiper-slide {
    margin-left: 0px !important;
    width: 194px !important;
}

.banner-text {
    line-height: 33px !important;
    margin-bottom: 41px !important;
}

.banner-btn.one .theme-btn:last-child {
    background: #e2e2e2 !important;
    color: #3d3d3d;
}

.banner-btn.one .theme-btn:last-child:hover {
    background: #ff5b5b !important;
    color: #fff;
}


.bd-services1__num h6:hover {
    background: #5A5A5A;
    display: inline-block;
    padding: 9px 12px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1;
    position: relative;
}

.bd-services1__btn .theme-btn {
    border: 2px solid #cdcdcd !important;
}


.bd-hover-top::before {
    background: #ffffff !important;
}
.bd-tm__item:hover .bd-tm__author-cat {
    color: #000;
}
.bd-tm__item:hover .bd-tm__author-name {
    color: #000;
}
.bd-tm__item:hover .bd-tm__quote-icon i {
    color: #250000;
}
.bd-tm__item:hover .bd-tm__author {
    background: #fff;
    color: black;
}
.bd-tm__author {
    background: #ffffff !important;
}
.bd-info__title {
    font-size: 17px !important;
}
.bd-footer__content p{
    font-size: 17px !important;
}
.bd-footer__widget .bd-footer__link ul li {
    font-size: 17px !important;
}
.bd-footer__widget .bd-footer__contact ul li {
    font-size: 17px !important;
}
.menu-sticky .sticky__black-btn .theme-btn {
    background: #ffffff;
    color: #000;
    border: 2px solid red;
}

.menu-sticky .sticky__black-btn .theme-btn:hover {
    background: #ffffff;
    color: #fff !important;
}
.bd-cta__em-btn .theme-btn.red:hover {
    color: #fff;
    border-radius: 8px;
    border: 1px solid #fff;
    /* background: #2b1c1c; */
}
/*.text-justify span{
  text-align: justify;
}*/

.mydivheight {
    height: 380px;
}

.mydivheightpack {
    height: 335px;
}
.mydivheightcanna {
    height: 325px;
}
.mydivheightbranded {
    height: 415px;
}
.mydivheightbranded {
    height: 415px;
}
.mydivheightgra {
    height: 315px;
}
.mydivheightoff {
    height: 358px;
}
.mydivheightpromoitem {
    height: 380px;
}
.mydivheightbell {
    height: 556px !important;
}
.mydivheightchc {
    height: 525px !important;
}

.mydivheightesensia {
    height: 508px !important;
}

.mydivheightechsen {
    height: 490px !important;
}
.mydivheightharvest {
    height: 415px !important;
}
.mydivheighthome {
    height: 410px !important;
}

.ls--3{
    letter-spacing: 0px !important;
}
.bd-tm__item {
    height: 385px;
}
.bd-services1__num {
    display: none;
}
.bd-tm__rating {
    display: none;
}
.bd-tm__author-img {
	margin-right: 20px;
	width: 70px;
	height: 70px;
	/*margin-top: 18px;*/
}

.about_no_overlay .breadcrumb-spacing::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #161a3300;
    z-index: -1;
    mix-blend-mode: multiply;
    opacity: 0.6;
}
.back-thank .theme-btn i {
	margin-right: 13px;
}
/* Bootstrap Lightbox Image gallery */

.jumbotron h2{
    font-size: 35px !important;
}
.thumbnail{
    margin-bottom: 30px;
}
.thumbnail .elementor img :hover{
    background-color: red;
}
.Product_list_area .elementor-tabs-wrapper{
    background-color: #fff !important;
}
/* Bootstrap Lightbox Image gallery */
@media (min-width: 768px) {
    .mydivheightbell {
     height: 565px;
    }
    .mydivheightchc {
    height: 548px !important;
    }
    .mydivheightharvest {
    height: 485px !important;
    }
   .bd__title{
    margin-left: 120px
    }
}
@media (max-width: 767px) {
    .mydivheightbell {
        height: 485px !important;
    }
    .mydivheightchc {
    height: 640px !important;
    }
    .mydivheightesensia {
    height: 600px !important;
    }
    .mydivheightechsen {
    height: 515px !important;
    }
    .mydivheightharvest {
    height: 530px !important;
    }
}
@media (min-width: 1400px) {
   .home-testimonial .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-tm__item {
        padding: 0px 18px 0px 71px !important;
    }
    .home-testimonial .swiper-slide {
        width: 510px !important;
}
.swiper-slide {
    margin-left: 0px !important;
}
}

@media (max-width: 575.98px) {
    .swiper-slide {
        width: 100% !important;
    }
    .home-testimonial .swiper-slide {
        width: 382px !important;
    }
}
.bd-cta__em-btn .white{
	display: none !important;
}


li {
    color: #000!important;
}
.bd-blog__area p a, 
.bd-blog__area button {
    color: #0000FF!important;
    outline: none;
    border: none;
    background: transparent;
}
.bd-section__title .bd__subtitle{
	font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #57575A;
}

.bd-section__title .bd__title-sm{
	font-family: "Poppins", Sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #404042;
}


/**custom css*/





