/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

textarea, .button:hover, button:hover, input, select {
	box-shadow: none !important;
}

.spanLabel {
font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  color: #881B1B;
  text-transform: uppercase;
}
/* 
.spanLabel .spanLabelLine {
	width: 40px;
	height: 1.5px;
	position: absolute;
	top: 18%;
	left: 0;
	background-color: #881B1B;
} */

/* .spanLabel .spanLabelLine::before {
	position: absolute;
	content: '';
	height: 1.5px;
	width: 30px;
	z-index: -1;
	background: #881B1B;
	opacity: 1;
	top: 5px;
	left: 0;
}

.spanLabel .spanLabelLine::after {
	position: absolute;
	content: '';
	height: 1.5px;
	width: 20px;
	z-index: -1;
	background: #881B1B;
	opacity: 1;
	top: 10px;
	left: 0;
}
 */
.btnWrap {
	background: #881B1B;
	border-radius: 6px !important;
	font-size: 16px;
	transition: all .5s ease;
	font-weight: 600;
	line-height: 1.35;
	box-shadow: none !important;
	padding: 11px 22px 11px 50px;
}

.btnWrap:hover {
	padding: 11px 50px 11px 22px;
}

.btnWrap:hover:before {
	left: calc(100% - 40px);
}

.btnWrap:before {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2025/08/rightArrow.webp) no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 22px;
	width: 19px;
	height: 19px;
	background-position: left center !important;
	background-size: 19px !important;
	transition: .3s ease-in-out;
}

.headingWrap {
	font-size: 38px;
	line-height: 1.2;
	font-weight: 700;
	color: #232323;
	position: relative;
}

.spanBlock {
	display: block;
}

.spanColor {
	color: #881B1B;
	background: #ffffff82;
  	border-radius: 6px;
  	padding: 0px 6px;
}

.paraWrap p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	color: #666;
}

.paraWrap ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.paraWrap li {
	list-style: none;
	background: url(/wp-content/uploads/2025/08/check-mark.png) left center no-repeat;
	background-size: 20px;
	margin-left: 0 !important;
	line-height: 1.8;
	padding-left: 30px;
	font-size: 16px;
	color: #666;
}
/* header css */

#header #logo {
	width: auto !important;
	margin-right: 0 !important;
}

ul.header-nav .nav-top-link i {
	font-size: 18px;
	opacity: 1;
	left: 3px;
}

ul.header-nav {
	gap: 25px;
	justify-content: center;
}

ul.header-nav .menu-item .nav-top-link {
	padding: 0;
	color: #1d2027 !important;
	font-size: 17px;
	font-weight: 600;
}

ul.header-nav .menu-item .nav-top-link:before {
	display: none;
}

ul.header-nav .menu-item.current-menu-item .nav-top-link, ul.header-nav .menu-item .nav-top-link:hover {
	color: #881B1B !important;
}

.main-menu-overlay {
	background-color: #000000 !important;
}

ul.header-nav .button {
	border-radius: 5px;
	padding: 3px 32px 2px;
	font-size: 16px;
	background-color: #881B1B;
}

.mfp-content {
/* 	background-color: #881B1B !important; */
	background-color: #222 !important;
}

.sidebar-menu .social-icons .button.icon:not(.is-outline), #top-bar .social-icons a {
	height: 33px;
	width: 33px;
	line-height: 33px;
	border-radius: 100% !important;
	background-color: #881B1B !important;
	border-color: #881B1B !important;
}

.sidebar-menu li {
	border-color: #ececec6b !important;
}

.sidebar-menu {
	padding: 0 !important;
}

.sidebar-menu .menu-item a {
	padding-left: 15px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	color: #fff !important;
	font-size: 16px;
	text-transform: capitalize;
}

#header-contact i {
	color: #fff !important;
	width: 33px;
	height: 31px;
	background: #881B1B;
	align-content: center;
	text-align: center;
	border-radius: 100%;
}

#header-contact a span {
	font-size: 16px;
	color: #222;
	text-transform: none;
	padding-left: 2px;
}

#header-contact a:after {
	display: none;
}

.header-wrapper {
	display: flex;
	flex-direction: column;
}

.header-top {
	order: 1;
}

.header-bottom {
	order: 2;
}

.header-main {
	order: 3;
}

.header-bottom .container {
	max-width: 100% !important;
}

/* .marquee-container {
	animation: marquee 22s linear infinite;
	white-space: nowrap;
	padding: 6px 0;
	display: flex;
  column-gap: 50px;
	align-items: center;
} */


.headerSlider {
	font-size: 16px;
	color: #fff;
}

/* hero sec css */

.heroSlider .spanWrap {
	font-weight: 500;
  padding: 6px 15px;
  color: #881b1b;
  background: #fff;
  font-size: 22px;
  border-radius: 6px;
}

.heroSlider p {
	margin: 0;
}

.heroSlider h1 {
	font-size: 65px;
	color: #fff;
	line-height: 1.35;
	text-transform: capitalize;
}

.heroSlider .flickity-page-dots li{
	background: #fff;
	opacity: 1;
	margin: 0 6px;
	transition: .3s all ease-in-out;
	width: 11px !important;
	height: 11px !important;
}

.heroSlider .flickity-page-dots li.is-selected {
	background: #881B1B !important;
	width: 40px !important;
	border-color: #881B1B;
	border-radius: 20px !important;
}

/* about sec css */

.aboutCta {
	align-items: center;
}

.aboutCta img {
	width: 56px;
	height: auto;
	padding: 0px !important;
}

.aboutCta .icon {
	height: 80px;
	width: 80px;
	background: #881B1B;
	text-align: center;
	align-content: center;
	font-size: 40px;
	clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 0% 80%, 0 0);
	display: inline-block;
}
.page-id-133 .clickCountSection {
	padding: 0 0 50px !important;
}
/* Portfolio Start */
.portSec{
	padding: 80px 0 0 !important;
}
.portSec .paraWrap{
	padding-bottom: 20px !important;
}
.portPaperWrap .portfolio-box .portfolio-box-title, .portfolio-related .portfolio-box .portfolio-box-title{
	text-transform: capitalize;
  	font-weight: 600;
  	line-height: 1.5;
  	font-size: 17px !important;
	letter-spacing: 0.5px;
}
.portPaperWrap .portfolio-box:hover .portfolio-box-title, .portfolio-related .portfolio-box:hover .portfolio-box-title{
	color: #881b1b;
}
.portPaperWrap .portfolio-box .portfolio-box-category .show-on-hover, .portfolio-related .portfolio-box .portfolio-box-category .show-on-hover{
	opacity: 1 !important;
}

/* Portfolio End*/

/* footer css */

.footer-section .section-content {
	padding: 50px 0 0;
}

.footerLogoCol img {
	max-width: 300px !important;
}

.footer-row1{
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 0;
}

.footer-row1 .footer-col1 .footerText {
	color: #fff;
	font-size: 18px;
	max-width: 442px;
	font-weight: 100;
}

.footer-col2 {
	padding-bottom: 0;
}

.footer-col1 .col-inner h4{
	color: #fff;
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 0;
}

.footer-col1 .col-inner p span{
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}

.footer-col1 .col-inner .text p{
	margin-bottom: 20px;
}

.footer-col2 .col-inner .ux-menu .ux-menu-link {
	width: fit-content;
}

.footer-col2 .col-inner .ux-menu .menu-item .ux-menu-link__link{
	border-bottom-style:none ;
	min-height: 0;
	color: #fff;
	line-height:1.7;
	transition: .2s all;
}

.footer-col3 a:hover, .footerBottomRight a:hover, .footer-col2 .col-inner .ux-menu .menu-item .ux-menu-link__link:hover{
	color: #881B1B;
}

.footer-col2 .col-inner .ux-menu .menu-item .ux-menu-link__link .ux-menu-link__text{
	font-size: 16px;
	display: block;
	line-height: 24px;
	margin-bottom: 4px;
	font-weight: 100;
}

.footerIcon span {
	display: block;
	color: #fff;
	margin-bottom: 1.3em;
	font-weight: 400;
}

.footer-col2 span{
	font-size: 22px;
}

.footer-col2 .col-inner .ux-menu .menu-item .menu-item{
	line-height: 1;
}

.footer-col3 label{
color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 7px;
	background-size: 20px !important;
  padding-left: 30px;
}
.footer-col3 label.email{
	background: url('/wp-content/uploads/2025/11/email1.png') left center no-repeat;
}
.footer-col3 label.phone{
	background: url('/wp-content/uploads/2025/11/phone.png') left center no-repeat;
}
.footerBottomRight {
	font-weight: 100;
}
.footer-col3 label:nth-of-type(2) {
	margin-top: 15px;
}
.footer-col3 a {
	color: #fff;
	transition: .2s all;
}
.footer-social{
	color: #fff;
	font-weight: 400;
	font-size: 16px;
}
.footer-col4 span{
	color: #fff;
}
.footer-col1 p span{
	font-size: 14px;
}
.footer-col4 .col-inner h6{
	font-size: 17px;
	margin-bottom: 20px;
}
.footerIcon a {
	margin-left: 0px !important;
	padding-right: 7px;
	font-size: 18px !important;
	color: #fff !important;
}
.footer-social-icon{
	list-style: none;
}
.footer-social-icon{
	display:flex;
}
.footer-row1:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 98%;
	height: 1px;
	background-color: #fff;
}
/* end footer styling */

/* start footer-bottom styling */

.footerBottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 13px 0;
	padding: 0;
}
.clearfix .pull-left{
	width: 100%;
}
.footerBottomRight a{
	padding-left: 10px;
	color: #fff;
	font-size: 16px;
	transition: .2s all;
}
.footerBottomLeft span{
	color: #fff;
	font-size: 16px;
	font-weight: 100;
}

/* about page css */

.aboutHero {
	padding: 120px 0 60px !important;
}

.aboutHero:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	margin: auto;
	background: linear-gradient(to top, #000000a6, #FFF0);
}

/* about accordion sec */
.aboutAccordion p {
	font-size: 17px;
}

.aboutAccordion .toggle{
	left: auto;
	right: 0;
	width: 26px;
	margin: 0;
}

.aboutAccordion .accordion-title{
	padding: 12px 0;
	background: none;
	color: #333 !important;
	word-spacing: 4px;
	letter-spacing: .4px;
	border-top: 1px solid #ddd !important;
}

.aboutAccordion .accordion-title span{
	font-size: 24px;
	font-family: Montserrat, sans-serif;
}

.aboutAccordion .accordion-inner{
	padding: 0;
}

/* about stat sec */

.clickCountSection .section-content {
	background: #881B1B;
	padding: 30px 0 40px;
	border-radius: 30px;
	margin: 0 15px;
}

.clickCountSection .clickCountColumn {
	padding-bottom: 0;
}

.innerStatsRow .innerStats {
	text-align: center;
}

.innerStatsRow .innerStats strong {
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 50px;
}

.innerStatsRow .innerStats p {
	color: #fff;
	margin-bottom: 0;
	font-size: 23px;
	padding: 0 4px;
}

/* Portfolio inner Page Start */

.portfolio-top .portfolio-summary {
	background: url('https://weeklypaperbusiness.com/wp-content/uploads/2026/01/banner-inner1.webp') center top -75px no-repeat;
	background-size: auto;
	background-size: cover;
	height: 460px;
	border-radius: 12px;
}
.portfolio-top .portfolio-summary > .row{
	display: none;
}

/* Container row */
.wpb-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 30px 24px;
	margin: 30px auto;
	border-radius: 12px;
	background: #fff;
	border-top: 4px solid #881b1b; /* Accent color */
	box-shadow: 0 6px 16px rgba(0,0,0,0.08);
	font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

/* Title area */
.wpb-title-wrap {
	flex: 1;
}
.wpb-title {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	color: #1d2027;
}
.wpb-sub {
	margin-top: 6px;
	font-size: 14px;
	color: #929292;
	margin-bottom: 0px;
}

/* CTA button */
.wpb-cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 20px;
	background: #881b1b;
	color: #fff !important;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 600;
	font-size: 15px;
	box-shadow: 0 4px 10px rgba(136,27,27,0.2);
	transition: all 0.25s ease;
}
.wpb-cta:hover {
	background: #222; /* Hover switches to dark theme */
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.wpb-cta-icon {
	font-size: 18px;
}
.portfolio-single-page .page-title-inner h1{
	text-transform: capitalize;
	letter-spacing: 0.5px;
	color: #1d2027;
}
.portfolio-bottom .portfolio-related .box-image img{
	max-width: 100% !important;
	width: 100% !important;
	object-fit: fill;

}


/* Portfolio inner Page End */


/* contact page css */

.contactSec {
	padding-top: 110px !important;
}

.contactWrap form .wpcf7-submit {
	padding: 3px 65px;
}

.contactInfoRow a, .contactInfoRow p {
	color: #22222247;
	margin-bottom: 0;
	font-size: 18px;
	letter-spacing: 0.8px;
}

.contactInfoRow p {
	text-transform: capitalize;
}

.contactInfoRow strong {
	color: #222;
	font-size: 38px;
}

.contactInfo {
	padding-top: 15px;
}

.contactInfo div {
	display: flex;
	border-bottom: 1px solid #22222247;
	justify-content: space-between;
	padding-bottom: 8px;
	margin-bottom: 26px;
}

.contactInfo div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.contactTextWrap p {
	font-size: 20px;
}
.contactTextWrap .headingWrap::after{
	bottom: -8px;
  left: 0;
  right: auto;
	width: 20%;
}
.contactWrap iframe {
	width: 100%;
	height: 400px;
	border-radius: 20px;
}

.contactWrap > .col:last-child {
	padding-left: 50px;
}

.contactWrap form label {
	font-size: 20px;
	text-transform: capitalize;
}

.contactWrap form span input, .contactWrap form span textarea {
	border: 0;
	border-bottom: 1px solid #2222223d;
	padding-left: 0;
	margin-top: 25px;
	margin-bottom: 28px;
	padding-bottom: 12px;
}

.contactWrap .wpcf7-not-valid-tip:after {
	display: none;
}

.contactWrap .wpcf7-not-valid-tip {
	background-color: transparent;
	padding: 0;
	margin-top: -24px;
	font-size: 14px;
}

.contactWrap .wpcf7-response-output {
	margin: 0 !important;
	border: 1px solid #ce0017 !important;
	width: fit-content;
	border-radius: 6px;
	margin-top: -12px !important;
}

.contactWrap .wpcf7-spinner {
	position: absolute;
	left: 0;
	margin: 13px;
}

.contactWrap form {
	padding-top: 10px;
}

.contactWrap form span textarea {
	padding-top: 5px;
	width: 100% !important;
}

.contactWrap form span input::placeholder, .contactWrap form span textarea::placeholder {
	font-size: 16px;
	color: #2222227d;
}

/* contact Page end */
.innerHero{
	padding: 100px 0 80px !important;
}
.heroText h1 {
	font-family: "Patrick Hand", sans-serif;
	font-size: 70px;
	line-height: 1;
	margin-bottom: 19px;
	font-weight: 500;
	text-transform: uppercase;
}

.heroText p {
	margin: 0;
	font-size: 22px;
}

/* keyframes */

@keyframes marquee {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

/* media queries start */

@media (max-width: 1440px) {
	.header-top {
	  min-height: 38px;
	}
	.marquee-container{
		padding: 3px 0;
	}
	.headerSlider{
		font-size: 15px;
	}
	.heroSlider h1{
		font-size: 60px;
	}
	.innerStatsRow .innerStats p{
		font-size: 18px;
	}
	#header-contact i{
		height: 28px;
		width: 28px;
	}
	#header-contact a span{
		font-size: 14px;
	}
	.social-icons a {
	  height: 28px;
	  width: 28px;
	  line-height: 2.4;
	}
	.portPaperWrap .portfolio-box .portfolio-box-title{
		font-size: 15px !important;
	}
	.footer-row1 .footer-col1 .footerText, .footer-col2 .col-inner .ux-menu .menu-item .ux-menu-link__link .ux-menu-link__text, .footer-col3 a, .footerBottomRight a, .footerBottomLeft span {
		font-size: 15px;
		margin-bottom: 0;
	}
	.contactInfoRow a, .contactInfoRow p {
		font-size: 15px;
	}
	.contactInfo div {
		margin-bottom: 20px;
	}
	.contactWrap form span input, .contactWrap form span textarea{
		margin-top: 8px;
		padding-bottom: 0;
	}

	.contactInfoRow strong {
		font-size: 26px;
	}
	.heroText p{
		font-size: 18px;
	}
	.contactTextWrap p {
		font-size: 17px;
	}
}
@media (max-width: 1024px) {
	.contactWrap > .col:last-child {
		padding-left: 15px;
	}F
		.heroText p {
		font-size: 20px;
	}
	.heroText p span {
		display: inline;
	}
	.header-nav li{
		margin: 0 3px;
	}
	.header-nav li a{
		text-transform: capitalize !important;
		font-size: 15px !important;
	}
	ul.header-nav .button{
		padding: 2px 15px !important;
	}
	.portfolio-top .portfolio-summary{
		background-size: cover;
		height: 400px;
		background-position:center !important;
	}
	
}

@media (max-width: 992px) {
	.heroSlider .spanWrap{
		font-size: 20px;
	}
	.heroSlider h1{
		font-size: 50px;
	}
	.innerStatsRow .innerStats strong {
		font-size: 44px;
	}
	.contactInfoRow a, .contactInfoRow p{
		font-size: 14px;
	}
	.headingWrap{
		font-size: 35px;
	}	
	.portfolio-page-wrapper .breadcrumbs{
		font-size: 12px;
	}
}

@media (max-width: 849px) {
	.aboutHero {
  		padding: 90px 0 30px !important;
	}
	.portfolio-top > .page-wrapper{
		padding: 0 !important;
	}
	.aboutAccordion p{
		font-size: 16px;
	}
	.clickCountSection .clickCountColumn {
		padding: 0;
	}
	.header_logo {
		max-width: 245px;
	}
	#header-contact i {
		color: #881B1B !important;
		background: #fff !important;
		width: 27px;
		height: 27px;
	}
	.sidebar-menu .social-icons .button.icon:not(.is-outline) {
		background-color: #fff !important;
		border-color: #fff !important;
	}
	.sidebar-menu .social-icons .button.icon:not(.is-outline) i {
		color: #881B1B !important;
	}
	#header-contact li:first-child {
		display: none;
	}
	.header-contact-wrapper {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
	#header-contact a span {
		line-height: 1.2;
		color: #fff;
	}
	#header-contact a {
		padding-left: 11px;
		flex-wrap: nowrap;
	}
	.footer-row1 .footer-col1 .footerText {
		max-width: 100% !important;
	}
	.footer-row1 {
		row-gap: 24px;
		margin-bottom: 0;
	}
	.contactSec {
		padding-top: 35px !important;
		padding-bottom: 0 !important;
	}
	.contactInfoRow strong {
		font-size: 24px;
	}
	.contactInfoRow a, .contactInfoRow p, .aboutWrapPara p, .aboutAccordion p{
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.portfolio-bottom .flex-row .flex-col{
		flex: auto !important; 
	}
	.wpb-row {
		flex-direction: column;
		text-align: center;
	}
	.wpb-title {
		font-size: 18px;
	}
	.wpb-sub {
		font-size: 13px;
	}
	.wpb-cta {
		margin-top: 12px;
		justify-content: center;
		width: 100%;
	}
	.footer-col2 span{
		font-size: 20px;
	}
	.portPaperWrap .portfolio-box .portfolio-box-title, .portPaperWrap .portfolio-box .portfolio-box-category .show-on-hover{
		font-size: 15px !important;
	}
	.portSec{
		padding: 50px 0 0 !important;
	}	
}

@media (max-width: 549px) {
	.page-id-133 .clickCountSection .section-content{
		padding: 40px 0 50px !important;
	}
	.portfolio-top .portfolio-summary{
		background-size: cover;
		height: 180px;
		background-position:center !important;
	}
	.btnWrap{
		padding: 9px 20px 9px 54px;
	}
	.spanLabel{
		font-size: 20px;
	}
	.btnWrap span {
		text-transform: capitalize;
	}
	.wpb-row{
		gap: 10px;
  		padding: 24px 15px 30px;
		margin: 15px auto 0 !important;
	}
	.headingWrap{
		font-size: 30px;
	}
	.contactInfoRow > .col:first-child {
		padding-bottom: 0;
	}
	.contactInfo div:last-child {
		border-bottom: 1px solid #22222294;
		padding-bottom: 4px;
	}
	.heroSlider h1 {
		font-size: 40px;
	}
	.footerLogoCol, .footer-row1 {
		padding-bottom: 0;
	}
	.footerBottom {
		flex-direction: column;
	}
	.footerBottomRight a, .footerBottomLeft span, .footer-social {
		font-size: 14px;
	}
	.innerStatsRow .innerStats strong {
		font-size: 32px;
	}
	.innerStatsRow .innerStats p {
		font-size: 17px;
	}
	.heroText p {
		font-size: 16px;
	}
}

@media (max-width: 450px) {
	.heroSlider h1{
		font-size: 30px !important;
		margin-top: 6px; 
	}
	.heroSlider .spanWrap {
		font-size: 15px;
	}
	.headingWrap{
		font-size: 26px;
	}
}