@charset "UTF-8";

/*
Theme Name: Sibado Printers
Theme URI: https://wordpress.org/themes/
Author: Derrick Njoroge
Author URI: https://wordpress.org/
Description: Tap to print designed by Kevin Obilo and Developed by Derick Njoroge
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sibado
*/

.navigation .right .current_page_item a {
    border-bottom: 10px solid #801437;
}

/* Recently Added Styles */
.navigation .right .menu-item a:hover {
    border-bottom: 2px solid #FE7D3D;
	color: #FE7D3D;
}
.btn:hover{
	animation: tada; 
  	animation-duration: 1s; 
}
/* End Recently Added Styles */
.body {
    overflow-x: hidden;
}

.home-page .home-banner h1 {
    font-size: 4.3em;
    line-height: 75px;
}

.home-page .copy-left-right .row .col-6 {
    padding: 6em 0em;
}

.home-page .copy-cta-section .col-12 .btn{
    margin-bottom: 1.5em;
}

p {
    line-height: 30px;
}

.our-process-page .why-us .col-2 {
    margin-bottom: 4em;
}

#rmp-menu-wrap-84 .rmp-menu-item {
    padding: 0% 5%;
}

.navigation .left{
	display: none;
}

.about-page .after-banner {
    padding-bottom: 3em;
}

.navigation {
    box-shadow: 2px 2px 20px #e8e8e8b3;
}

h2, h1 {
    /* font-family: 'Bakbak One', sans-serif; */
}

.banner-section .title-wrapper{
	position: absolute;
	bottom: -35px;
	background-image: linear-gradient(90deg, #F0AC2B, #801437);
	width: 45%;
	/* margin: 0px auto; */
	left: -2em;
	padding: 6em 5em;
	border-radius: 100px 0px 382px 0px;
	color: #fff;
}

.banner-section .title-wrapper h1{
	color: #fff;
    text-align: center;
	color: transparent;
	-webkit-text-stroke: 1px white; /* For WebKit (Chrome, Safari) */
	text-stroke: 1px white; /* Standard property */
	padding: 10px; /* Optional: Add padding for better visibility */
	font-family: 'Poppins', sans-serif;
    letter-spacing: -4px;
}

.banner-section .col-12{
	position: relative;
}

footer {
    background-color: #F0F0F0;
}

footer h4 {
    color: rgb(128 20 55);
}

footer .socials ul li a {
    border: 1px solid rgb(128 20 55);
}

footer .socials ul li a i {
    color: rgb(128 20 55);
}

footer .container {
    border-bottom: 1px solid rgb(101 39 8);
}

.newsletter-section form input[type="submit"] {
    background: linear-gradient(90deg, rgb(200 31 80), rgb(128 20 55));
}

.home-page .products-list {
    background-image: linear-gradient(to right, #F0AC2B, #801437);
}

footer .footer--copyright {
    border-bottom: 1px solid transparent;
}

.btn {
    background: linear-gradient(to right, rgb(200 31 80), rgb(128 20 55));
    border: none;
}

.home-page .copy-cta-section .col-12 h2::after {
    background-image: linear-gradient(to right, rgb(240 172 43), rgb(128 20 55));
}

.home-page .copy-left-right .row .col-6 {
    padding: 8em 0em;
}

.home-page .copy-left-right .left {
    background: #FFF2EC;
}

.home-page .copy-left-right .right {
    background: #FFF2EC;
}

.home-page .copy-left-right .row{
	background: rgb(255 242 236);
}

.home-page .copy-cta-section .col-12 h2 span{
    color: #404042;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px #404042;
    text-stroke: 1px #404042;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
}

.our-products .link{
	text-decoration: none;
	position: relative;
    padding-bottom: 0.5em;
	color: #404042 !important;
}

.our-products .link::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #404042;
}

.home-page .after-banner {
    background-color: #FFF2EC;
}

.home-page .our-products .col-12 h2,
.home-page .copy-cta-section .col-12 h2
{
	line-height:40px;
}

.home-page .our-products .col-12 h2::after {
    background-image: linear-gradient(to right, rgb(240 172 43), rgb(128 20 55));
}

.home-page .our-products .col-12 h2 span {
    color: #404042;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px #404042;
    text-stroke: 1px #404042;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
}

.navigation {
    background: rgb(247, 243, 241);
	border-bottom: 1px solid rgba(161, 160, 159, 0.50);
    box-shadow: none;
}

.home-page .home-banner {
    background-image: linear-gradient(rgb(247 243 241), rgb(252 233 217));
	padding: 0em;
}

.home-page .home-banner .container-fluid{
    padding: 4em 0em;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 50%;
}

.home-page .home-banner .container-fluid .col-6{
	width: 50%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-page .home-banner .container-fluid .col-6 h1, 
.home-page .home-banner .container-fluid .col-6 p, 
.home-page .home-banner .container-fluid .col-6 .cta{
	text-align: left;
    color: #34312f;
}

.home-page .home-banner .container-fluid .col-6 .img-wrapper img{
	max-width: 90%;
    width: 100%;
}

.home-page .home-banner .container-fluid .col-6 .img-wrapper{
	width: 100%;
    display: flex;
    justify-content: center;
}

.home-page .home-banner h1 {
    line-height: 82px;
}

.home-page .home-banner .container-fluid .col-6 p:first-child{
	margin-bottom: 0em;
}

.navigation .right .current_page_item a {
    border-bottom: 2px solid rgb(254 125 61);
    color: rgb(254 125 61);
}

.navigation .right .bottom ul li a {
    padding: 1.5em 0.5em;
}

.home-page .home-banner .cta .btn {
    padding: 1em 1.5em;
}

.banner-section{
	margin-bottom: 2em;
}

.our-process-page .why-us .col-2 .img-wrapper img {
    max-width: 100px;
    width: 100%;
}

.contact-page .copy-area form input[type="submit"] {
    background: linear-gradient(90deg, rgb(200 31 80), rgb(128 20 55));
}

.about-page .after-banner h2,
.about-page .why-us h2 {
    margin-bottom: 1em;
    position: relative;
    display: inline-block;
    padding-bottom: 0.5em;
}

.about-page .after-banner h2 span,
.about-page .why-us h2 span{
    color: #404042;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px #404042;
    text-stroke: 1px #404042;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
}

.about-page .after-banner h2::after,
.about-page .why-us h2::after {
	content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 45%;
    height: 5px;
    background-image: linear-gradient(to right, rgb(240 172 43), rgb(128 20 55));
}

.about-page .why-us .col-12{
	text-align: center;
}

.about-page .after-banner h2::after {
    left: 0px;
    -webkit-transform: translateX(0%);
    transform: translateX(0px);
}



.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.swiper-pagination-bullet-active {
    background: #b91d4b;
    width: 20px;
    height: 20px;
}

.navigation .right{
	width:100%;
}

.shop-page{
	padding:4em 0em;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 0.7em !important;
}

.home-page .our-products .products .col-2 a{
    text-decoration: none;
}

#whatsapp-widget.ww-normal .ww-text {
    text-decoration: none;
    color: rgb(184 29 75);
}

.home-page .global-reviews-section{
	padding-top: 3em;
	background: rgb(255, 242, 236);
}

.home-page .global-reviews-section .stars-wrapper{
	display: flex;
    margin-bottom: 0.5em;
	align-items: center;
}

.home-page .global-reviews-section .stars-wrapper img{
	max-width: 30px;
    width: 100%;
	margin-right: 0.2em;
}

.home-page .global-reviews-section h4{
	color:#404042;
}

.home-page .global-reviews-section p{
	margin: 0.4em 0em;
    line-height: 25px;
}

.home-page .global-reviews-section a{
	text-decoration: none;
	color:rgb(200, 31, 80);
	cursor: auto;
}

#uploadFormId button,
#uploadFormId input[type="submit"]{
	background: linear-gradient(90deg, rgb(200 31 80), rgb(128 20 55));
    border: none;
    cursor: pointer;
    padding: 0.7em 1em;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
}

#uploadFormId input[type="url"]{
	padding: 0.7em 0.5em;
    text-indent: 5px;
    border: 1px solid rgb(123 123 123);
    outline: none;
    margin-right: 1em;
    border-radius: 50px;
    width: 40%;
}

#uploadFormId{
	margin-top: 0.8em;
	display: flex;
}

.navigation .right .bottom{
	position:relative;
}

.navigation .right .bottom img {
    max-width: 30px;
    width: 100%;
}

.navigation .right .bottom .cart-count{
	position: absolute;
    top: 0px;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(89deg, rgb(238 170 43), rgb(128 20 55)) !important;
    color: #fff;
    right: -21px;
    border-radius: 50%;
    font-size: 0.9em;
}

#dialog-content{
	padding: 1rem;
    width: 40%;
}

#dialog-content h2{
	font-size: 2em;
}

.search-form,
#dialog-content form{
	display: flex;
    justify-content: space-between;
    margin-top: 0.5em;
}

.search-form .search-field,
#dialog-content .search-field{
	padding: 0.6em 0.5em;
    text-indent: 5px;
    border: 1px solid rgb(123 123 123);
    outline: none;
    border-radius: 50px;
    margin-right: 1em;
    width: 100%;
}

.search-form  label{
	display: none;
}

.search-form .search-submit,
#dialog-content .search-submit{
	cursor: pointer;
    padding: 0.5em 2em;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
    background: linear-gradient(90deg, rgb(200 31 80), rgb(128 20 55));
    text-transform: uppercase;
    outline: none !important;
    border: none !important;
}

div.wpforms-container-full input[type=submit]:focus:after, div.wpforms-container-full button[type=submit]:focus:after, div.wpforms-container-full .wpforms-page-button:focus:after {
    border: none;
}

#wpforms-2127{
	margin: 0px;
    width: 65%;
	display: flex;
    align-items: center;
}

#wpforms-2127 form{
	width: 100% !important;
    justify-content: flex-end !important;
}

#wpforms-2127 form .wpforms-field-container{
	display: flex;
    width: 75%;
}

#wpforms-2127 form .wpforms-field {
    float: none;
    clear: both;
    display: flex;
    padding: 0px;
    width: 50%;
    flex-direction: column;
}

#wpforms-2127 form .wpforms-field-label {
    display: none;
}

.newsletter-section form input[type="email"], .newsletter-section form input[type="text"] {
    border: none !important;
    padding: 0px !important;
    border-bottom: 1px solid #A2A2A6 !important;
    padding-bottom: 0.2em !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    font-size: 1em !important;
    line-height: 20px !important;
    box-shadow: none !important;
    transition: none !important;
    outline: none !important;
    width: 100% !important;
    flex: 1;
    max-width: 90%;
    color: #A2A2A6 !important;
    height: auto;
	font-weight: 300 !important;
}

#wpforms-2127 form .wpforms-submit-container{
	width: 25%;
	margin-top: 0px !important;
}

#wpforms-2127 form .wpforms-submit-container button[type=submit]{
	background: linear-gradient(90deg, rgb(200 31 80), rgb(128 20 55));
    cursor: pointer;
    padding: 1.3em 0em;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
    width: 100%;
    line-height: 13px;
    height: auto;
    outline: none !important;
}

.newsletter-section form input[type="email"]::placeholder,
.newsletter-section form input[type="text"]::placeholder {
    color: #A2A2A6 !important;
}

.newsletter-section #wpforms-confirmation-2127 p{
	color: #c81f50;
}

.contact-page .copy-area #wpforms-2135{
	margin: 0px;
}

.contact-page .copy-area .wpforms-submit-container{
	width: 100%;
}

.contact-page .copy-area form input, .contact-page .copy-area form textarea {
    max-width: 100%;
    width: 100%;
    outline: none;
    background: none;
    background-color: transparent !important;
    border-radius: 0px !important;
    padding: 0px !important;
    font-size: 1em !important;
    line-height: 20px !important;
    box-shadow: none !important;
    color: #5d5d5e !important;
    padding-bottom: 0.4em !important;
    margin-bottom: 0em;
    border: 1px solid transparent !important;
    border-bottom: 1px solid #6e6e73 !important;
	height: auto;
}

.contact-page .copy-area .wpforms-submit-container{
	width: 35%;
}

.contact-page .copy-area .wpforms-submit-container button[type=submit]{
	cursor: pointer;
    padding: 1em 0em;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
    width: 100%;
    margin-top: 1em;
    background: linear-gradient(90deg, rgb(200 31 80), rgb(128 20 55));
    height: auto;
}

.contact-page .copy-area .wpforms-field-container{
	width: 100%;
}

footer {
    background-color: rgb(128, 20, 55);
}

footer h4 {
    color: rgb(240, 133, 43);
}

footer .col ul li {
    color: #FFFFFF;
}

footer p {
    color: #FFFFFF;
}

footer .col ul li a {
    color: #FFFFFF;
}

footer .container {
    border-bottom: 1px solid #FFFFFF;
}

footer .socials ul li a {
    border: 1px solid #D4692E;
    color: #D4692E !important;
}

footer .socials ul li a i {
    color: #D4692E !important;
}

footer .footer--bottom .col:nth-child(2) {
    margin-top: 0em;
}

.footer-logo img{
	max-width:80%;
	width:100%;
}

html {
	scroll-behavior: smooth;
}

.our-process-page .why-us {
    padding-bottom: 1em;
}

@media only screen and (max-width: 800px){
	.footer-logo img {
		margin-bottom: 1.2em;
	}
	#uploadFormId{
		flex-direction: column;
	}
	#uploadFormId input[type="url"]{
		width: 100%;
		margin-bottom: 0.8em;
	}
	.shop-page{
		padding:2em 0em;
	}
	.home-page .copy-left-right .row .col-6 {
		padding: 2em 0em;
	}
	.home-page .copy-left-right .row .img-wrapper{
		padding: 6em 0em !important;
	}
	.banner-section .title-wrapper h1 {
		letter-spacing: -1px;
	}
	.about-page .why-us .col-6 .inner .inner-copy {
		padding: 2em 2em !important;
	}
	.banner-section .title-wrapper{
		width: 80%;
		padding-top: 2em;
		padding-bottom: 2em;
		bottom: -10px;
	}
	#rmp-menu-wrap-84 .rmp-menu-item-link {
		padding-right:0px;
	}
	.contact-page .copy-area form input[type="submit"] {
		padding: 0.8em 1.5em;
		font-size: 0.9em;
	}
	.about-page .after-banner {
		padding-bottom: 2em;
	}
	.btn {
		padding: 0.8em 1.5em;
		font-size: 0.9em;
	}
	.home-page .home-banner .cta .btn {
		padding: 0.8em 1.5em;
	}
	.newsletter-section form input[type="submit"] {
		padding: 0.8em 1.5em;
		font-size: 0.9em;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		max-width: 90px;
		width: 100%;
		height: auto;
	}
	.banner-section img {
		height: 180px;
		width: auto;
		max-width: none;
		float: right;
	}
	.navigation .left .img-wrapper img {
		max-width: 100px;
	}
	.navigation .right {
		display: none;
	}
	.our-process-page .why-us .col-2 {
		margin-bottom: 2em;
	}
	.home-page .copy-left-right .row .col-6 {
		padding: 2em 0em;
	}
	.home-page .home-banner h1 {
		font-size: 3em;
		line-height: 50px;
	}
	.navigation{
		overflow-x: hidden;
	}
	.home-page .our-products .products {
		flex-wrap: inherit;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		max-width: 210px !important;
	}
	.navigation .left{
		display: block;
	}
	.navigation .left .img-wrapper img {
		max-width: 170px !important;
		padding: 1em 0em;
	}
	.home-page .copy-cta-section .col-12 h2 span {
		padding: 0px;
	}
	.home-page .our-products .col-12 h2, .home-page .copy-cta-section .col-12 h2 {
		line-height: 26px;
	}
	.banner-section {
		margin-bottom: 0em;
	}
	.home-page .home-banner .container-fluid .col-6 {
		width: 100%;
	}
	.home-page .home-banner .container-fluid {
		padding: 1em 0em;
	}
	.home-page .home-banner .container-fluid .col-6 .img-wrapper img {
		max-width: 70%;
	}
	.home-page .home-banner .container-fluid .col-6 .img-wrapper {
		justify-content: flex-start;
	}
	.home-page .copy-left-right .row .col-6.right.img-wrapper{
		margin-bottom: 2em;
	}
	.home-page .global-reviews-section {
		padding-top: 2em;
	}
	.home-page .global-reviews-section .stars-wrapper img {
		max-width: 25px;
	}
	.home-page .copy-cta-section .col-12 h2 {
		margin-bottom: 0.5em;
	}
	.home-page .global-reviews-section .inner {
		margin-bottom: 1em;
	}
	.home-page .global-reviews-section p {
		margin: 0em 0em;
	}
	.our-process-page .why-us .col-2 .img-wrapper {
		padding-bottom: 0em !important;
	}
	.our-process-page .why-us .col-2 .img-wrapper img {
		max-width: 30% !important;
	}
	#wpforms-2127 {
		width: 100%;
	}
	#wpforms-2127 form {
		flex-direction: column;
	}
	#wpforms-2127 form .wpforms-field-container {
		width: 100%;
		flex-direction: column;
	}
	#wpforms-2127 form .wpforms-field {
		width: 100%;
		flex-direction: column;
		margin-bottom: 0.5em;
	}
	.newsletter-section form input[type="email"], 
	.newsletter-section form input[type="text"]{
		font-size: 1em !important;
	}
	#wpforms-2127 form .wpforms-submit-container {
		width: 100%;
		margin-top: 1em !important;
	}
	#wpforms-2127 form .wpforms-submit-container button[type=submit]{
		padding: 0.9em 1.5em;
		font-size: 0.9em;
	}
}

@media only screen and (min-width: 1700px){
	.banner-section .title-wrapper{
		padding-top: 8em;
		padding-bottom: 8em;
	}
	.home-page .home-banner .container-fluid {
		background-size: 40%;
	}
	.home-page .home-banner .container-fluid .col-6 .img-wrapper img {
		max-width: 90%;
	}
}
