/* ===================================================================================
* Theme Name: Printx Child
* Theme URI: https://wp.hixstudio.net/printx
* Author: themepure 
* Author URI: https://themeforest.net/user/theme_pure
* Description: Seomy - Digital Marketing & SEO Agency WordPress Theme 
* Version: 1.0.0
* Template: printx
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.cspt {
    padding: 50px 0px 0px 0px !important;
}

/* .tp-service-3__area.pt-120.pb-120.tp-el-section {
	padding: 0px; !important;
} */

.tp-header__logo {
    width: 200px !important;
    height: auto;
}

.tp-hero__social-box.d-none.d-xxl-block {
    display: none !important;
}

.tp-hero__contact-box.d-none.d-xxl-block {
    display: none !important;
}

.tp-choose-6__item-wrap {
    border-radius: 10px;
}

.tp-breadcrumb-height {
    padding-top: 200px !important;
}

.tp-about__section-box p {
    padding-right: 0px !important;
}

.tp-about__item-box {
    padding-right: 0px !important;
}

.page-id-3562 .tp-cta__grey-bg::after {
    background-color: transparent !IMPORTANT;
}

.tpoffcanvas__contact-info,
.tpoffcanvas__social,
.tpoffcanvas__input {
    display: none !important;
}

.tp-service-contact-input .wpcf7-select {
    border-radius: 35px;
    border: 1px solid rgba(131, 131, 132, 0.19);
    height: 65px;
    line-height: 65px;
    width: 100%;
    padding-left: 35px;
    padding-right: 30px;
    margin-bottom: 20px;
    color: #4C4F57;
    font-family: var(--tp-ff-heading);
    font-size: 16px;
    font-weight: 400;
}

.nice-select .list {
    border-radius: 30px !important;
    margin-top: 10px !important;
}

textarea.wpcf7-form-control.wpcf7-textarea  {
    border: 1px solid #8080802b;
    border-radius: 25px;
    min-height: 180px;
}

.grecaptcha-badge {
    visibility: hidden;
}