/*
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.   ***************/


.back-to-top {
	border-color: #222222 !important;
}

.back-to-top i:before {
	color: #222222 !important;
}

.back-to-top:hover i:before {
	color: #fff!important;
}

.back-to-top:hover {
	background-color: #222222 !important;
}

#top-bar .container {
	padding: 10px 0 0;
	align-items: center;
}

ul.topBarLinks {
	display: flex;
	list-style-type: none;
	gap: 12px;
}

ul.topBarLinks a {
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.nav .header-search .is-small {
	color: #333333 !important;
	padding-top: 8px;
}

.header-button .button {
	background-color: #333;
	border: 1px solid transparent;
	font-size: 12px;
	box-shadow: none;
}

.header-button .button:hover {
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
}

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

ul.header-nav {
	flex-flow: nowrap;
	font-size: 20px;
	white-space: nowrap;
}

.header-nav .menu-item a {
	text-transform: capitalize;
	border-bottom: 2px solid transparent;
	border-bottom-width: 2px;
	padding-bottom: 3px;
	padding-top: 0;
	color: #333333;
}

.header-nav .menu-item a:hover {
	border-bottom: 2px solid #333333;
}

.header-bottom .flex-row {
	padding: 0 !important;
	justify-content: center;
	border-bottom: 4px double #333333;
	padding-bottom: 10px !important;
}

.header-bottom .flex-col {
	margin: 0 !important;
}

.header-bottom {
	background-color: #fff !important;
}

.header-search ul.nav-dropdown {
	background: none !important;
	border: none;
	box-shadow: none;
	top: 0px;
	padding: 0;
	left: 30px;
}

.header-search input {
	height: 35px;
	border-radius: 4px;
}

.header-search:before,
.header-search:after {
	display: none;
}

.header-search button i {
	top: -3.3px;
}

.header-search button {
	background-color: #333;
	border-radius: 4px;
	min-height: 35px !important;
	height: 35px;
}

.header-search .live-search-results {
	background-color: #fff !important;
}

.stuck .header-bottom .flex-row {
	border-bottom: none;
}

.stuck .header-nav .menu-item a {
	padding-top: 12px;
}

.topBarLinks li {
	margin-bottom: 0;
}

.is-divider, #header .top-divider {
	display: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	border-bottom: 1px solid #3333332e;
	padding: 0 0 10px;
	margin-left: 0;
}

#main .large-12 {
	padding-bottom: 0;
}

#main .MainCol {
	border-right: 1px solid #3333332e;
	padding-bottom: 10px;
}

.copyright-footer {
	display: flex;
	justify-content: space-between;
}

.copyright-footer a:hover {
	color: #333333;
}

.footerBottomRight a {
	padding-left: 10px;
}

.logoCol {
	margin-top: 16px;
}

.post-item .box {
	display: flex;
	align-items: center;
}

.post-item {
	border-bottom: 1px solid #3333332e;
	padding: 20px 15px 20px 0;
}

.post-item .box .box-image {
	width: 100%;
}

.post-item .post-title {
	color: #333333;
}

div.large-columns-1 .col:nth-child(6) .box .box-text,
div.large-columns-1 .col:nth-child(7) .box .box-text {
	text-align: center;
}

div.large-columns-1 .col:nth-child(1) .box-image,
div.large-columns-1 .col:nth-child(7) .box-image {
	order: -1;
}

div.large-columns-1 .col:nth-child(odd) .box-text {
	order: -1;
}

div.large-columns-1 .col:nth-child(odd) .box,
div.large-columns-1 .col:nth-child(even) .box {
	gap: 20px;
}

div.large-columns-1 .col:nth-child(1) {
	padding-top: 0;
}

.page-wrapper {
	padding-bottom: 0;
	padding-top: 25px;
}

div.large-columns-1 .col:nth-child(8) .box, div.large-columns-1 .col:nth-child(5) .box, div.large-columns-1 .col:nth-child(2) .box {
	flex-direction: column;
}

div.large-columns-1 .col .box .image-overlay-remove {
	padding-top: 45% !important;
}


div.large-columns-1 .col:nth-child(5) .box-text, div.large-columns-1 .col:nth-child(2) .box-text {
	text-align: center;
	order: unset;
}

div.large-columns-1 .col:nth-child(6) {
	border-right: 1px solid #3333332e;
}

div.large-columns-1 .col:nth-child(6), div.large-columns-1 .col:nth-child(7) {
	flex-basis: 50%;
	max-width: 50%;
	padding-left: 15px
}

div.large-columns-1 .col:nth-child(4) .box .box-image {
	order: -1;
}

div.large-columns-1 .col:nth-child(6) .box, div.large-columns-1 .col:nth-child(7) .box {
	flex-direction: column;
}

div.large-columns-1 .col:nth-child(3) .box, div.large-columns-1 .col:nth-child(4) .box {
	align-items: start;
}

div.large-columns-1 .col:nth-child(9) .box .box-text {
	order: -1;
}

div.large-columns-1 .col:nth-child(4) .box .box-text {
	text-align: right;
}

div.large-columns-1 .col:nth-child(3) .box .box-text {
	text-align: start;
}

div.large-columns-1 .col:nth-child(9) .box .box-text, div.large-columns-1 .col:nth-child(8) .box .box-text {
	text-align: center;
}

/* blog inner page css */

.single .author-name {
	padding-top: 0;
	text-transform: capitalize !important;
}

.blog-single .row .col:nth-child(1) {
	padding-left: 0;
	flex-basis: 70%;
	max-width: 70%;
}

.blog-single .row .col:nth-child(2) {
	padding-right: 0;
	flex-basis: 30%;
	max-width: 30%;
}

/* footer css */

.absolute-footer {
	background: #fff;
	color: #666666 !important;
	padding-top: 0;
}

.absolute-footer .pull-left {
	width: 100%;
	border-top: 1px solid #3333332e;
	padding: 10px 0 0px;
}

.footer-1 {
	border-top: none;
}

.footerRow {
	border-top: 1px solid #3333332e;
	padding-top: 35px;
}

.nav-vertical .menu-item a {
	text-transform: capitalize;
}

.footerRow .getInTouch .fooMail {
	background: url('/wp-content/uploads/2025/04/mail.png') top 3px left no-repeat;
	background-size: 20px;
	padding-left: 27px;
	color: rgb(0, 0, 0) !important;
	font-size: 18px;
}

.footerRow .img {
	width: fit-content !important;
}

.footerRow img {
	width: auto;
	height: 60px;
}

.footerRow .ux-menu-link {
	width: fit-content;
}

.footerRow p {
	max-width: 430px;
	color: #666666;!;
}

.footerRow .ux-menu-link__link {
	color: rgb(0, 0, 0) !important;
	padding: 0;
	min-height: 28px;
	text-decoration: none;
}

.footerRow .ux-menu-link__link:hover {
	text-decoration: underline;
}

.footerRow strong {
	color: #333333;
	text-transform: uppercase;
	font-size: 15px;
	padding-top: 12px;
	display: block;
	padding-bottom: 11px;
}


.footerRow .ux-menu-title {
	color: #333333;
	font-size: 15px;
}

.footerRow .social-icons .button.icon:not(.is-outline)>i {
	color: #000000 !important;
	font-size: 17px;
	vertical-align: middle;
	padding-top: 4px;
}

.footerRow .social-icons .button.icon:not(.is-outline) {
	background-color: #3333332e !important;
	border: none;
	min-height: 35px;
	min-width: 35px;
	margin-right: 7px;
}

/* write for us */

.page-id-680 .wpcf7-response-output {
	margin: 0 0.5em 1em !important;
	border-color: #333 !important;
	border-radius: 0;
}

.page-id-680 .wpcf7 .wpcf7-form {
	text-align: center;
}

.forUsHead h2 {
	text-align: center;
	color: #333;
	font-size: 40px;
	margin: auto;
	line-height: 0;
	padding-top: 28px;
}

.wfsImg {
	text-align: center;
	padding-top: 40px;
}

.wfsImg img {
	height: auto;
	width: 550px;
	border-radius: 9px;
}

.forUsPara p {
	font-size: 18px;
	color: #333;
	margin-bottom: 8px;
}

.submitPara strong {
	color: #333;
	font-size: 26px;
	font-weight: 600;
}

.submitPara {
	text-align: center;
}

.submitSec {
	padding-bottom: 0 !important;
	padding-top: 50px !important;
}

.submitPara a, .forUsPara a {
	color: #333 !important;
}

.forUsPara ul {
	margin-bottom: 10px;
}

.forUsPara ul li {
	color: #333;
	font-size: 17px;
}

.forUsPara strong {
	color: #333;
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 8px;
	display: block;
}

.guidelineText .icon-box {
	text-align: start;
}

.guidelineText .icon-box h2 {
	text-align: center;
}

.guidelineText .icon-box p {
	margin-bottom: 10px;
	color: #333;
}

.submitPara h2 {
	color: #333;
}

.submitPara p {
	font-size: 17px;
	color: #333;
	padding-bottom: 30px;
}

.wfsContact {
	padding: 0 !important;
}

.writeForm input.submitBtn {
	font-weight: 100;
	color: #333 !important;
	background-color: transparent;
	border-color: #333;
	border-radius: 4px;
	padding: 3px 30px;
	margin: 0;
	margin-left: 85px;
}

.writeForm .wpcf7-not-valid-tip {
	background-color: transparent;
	margin-top: -17px;
}

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

.writeForm input.submitBtn:hover {
	box-shadow: 0 1px 6px 0 rgba(0,0,0,.2) !important;
}

.page-id-680 form textarea {
	min-width: 100%;
}

.trustPara {
	text-align: center;
}

.trustPara strong {
	font-weight: 600;
	color: #333;
	padding-bottom: 22px;
	display: block;
}

.trustSec {
	padding-bottom: 5px !important;
	margin-bottom: 25px;
}

/* recent blog post sec */

.sidebar-wrapper .badge {
	height: 80px;
	width: 113px;
}

.sidebar-wrapper .recent-blog-posts-li:first-child div {
	padding-top: 0;
}

.sidebar-wrapper .recent-blog-posts a {
	color: #333333 !important;
}

.sidebar-wrapper .flatsome_recent_posts .widget-title {
	display: none;
}

.flatsome_recent_posts>ul>li {
	border-top-color: #3333332e !important;
}

/* author sec css */

.authorHead {
	background: #d9d9d952;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 16px 0 9px;
}

.authorHead strong {
	display: block;
	text-transform: uppercase;
	color: #333;
	text-align: center;
}

.author {
	background: #d9d9d952;
	padding: 5px 9px 1px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.author .box-text {
	padding-left: 0;
	padding-right: 0;
}

.author .person-title {
	text-transform: capitalize;
}

/* media queries start */

@media (min-width: 549px){
	div.large-columns-1 .col:last-child {
		border-bottom: none;
	}
}

@media (max-width: 549px){
	.submitPara strong {
		font-size: 22px;
	}
	.author .person-title {
		font-size: 16px;
	}
	.footerRow {
		margin-top: 20px;
	}
	.wfsImg img {
		width: auto;
	}	
	.forUsHead h2 {
		font-size: 22px !important;
	}
	.author .box-image {
		width: 50% !important;
	}
	.author h4 {
		font-size: 18px;
	}
}

@media (max-width: 640px){
	div.large-columns-1 .col:nth-child(6), div.large-columns-1 .col:nth-child(7) {
		flex-basis: 100%;
		max-width: 100%;
	}

	div.large-columns-1 .col:nth-child(even) .box .box-text, div.large-columns-1 .col:nth-child(odd) .box .box-text {
		text-align: center
	}

	div.large-columns-1 .col:nth-child(9) .box .box-text, div.large-columns-1 .col:nth-child(10) .box .box-text,
	div.large-columns-1 .col:nth-child(6) .box .box-text, div.large-columns-1 .col:nth-child(even) .box-text,
	div.large-columns-1 .col:nth-child(odd) .box-text {
		order: unset;
	}
	#main .large-12 .MainCol {
		padding-bottom: 0;
	}
	.copyright-footer {
		flex-direction: column;
	}
	.post-item .box {
		flex-flow: column;
	}
	div.large-columns-1 .col:nth-child(3) .box .box-text {
		padding-top: 0 !important;
	}
}

@media (max-width: 849px){
	.blog-single .row .col {
		flex-basis: 100% !important;
		padding: 0;
		max-width: 100% !important;
	}
	.authorHead {
		width: 330px;
		margin: auto;
	}
	.author {
		width: 330px;
	}
	.trustPara strong {
		font-size: 21px;
	}
	.forUsHead h2 {
		width: auto;
		font-size: 28px;
	}
}

@media (max-width: 1024px){
	ul.header-nav {
		font-size: 12px;
	}
	.post-item {
		padding: 20px 15px;
	}
}

@media (max-width: 1400px) {
		.blog-single .row {
		padding: 0 15px;
	}
}

@media (min-width: 1400px){
		.blog-single .row {
		padding: 0;
	}
	.container,	.row.row-large,	.row {
		max-width: 1200px !important;
	}
	ul.header-nav {
		font-size: 17px;
	}
}