/**
Theme Name: Mode Photo
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mod-photo
Template: astra
*/

/*--------*/

#copy-link-btn a.elementor-button{
	cursor: pointer !important;
}

.share-role-btn .elementor-share-btn{
	transition: 0.5s ease-in-out;
	text-align: center;
}

@media only screen and (min-width: 768px){
	.share-role-btn .elementor-share-btn{
		min-width: 150px;
	}
}

.share-role-btn .elementor-share-btn:hover{
	border-radius: 50px !important;
	background-color: #C901031A !important;
}
.elementor-button{
	transition: 0.5s ease-in-out;
}

.elementor-button:hover{
	border-radius: 50px !important;
}

/*------*/

.post-contact h3, .post-contact h4, .post-contact h5, .post-contact h6{
    padding: 15px 0 !important;
}

.post-contact ul{
    margin-left: 20px !important;
}

.custom-btn.custom-btn1 svg{
	width:8px;
}

a.elementor-button:hover {
	border-radius: 50px !important;
}

.elementor-widget-image a{
	width: 100% !important;
}

.custom-icon-box .elementor-icon {
	backdrop-filter: blur(12px) !important;
	background: #FFFFFF1A !important;
}
.iconbox-border{
	position: relative;
}
.iconbox-border::before {
	position: absolute;
	/* content: ; */
	content: '';
	height: 45px;
	width: 1px;
	right: -42px;
	top: 15px;
	background-color: rgb(255, 255, 255,0.20);
	left: auto;
}
.elementor-sticky--effects {
	background-color: #fff;
}
.service-box .elementor-widget-image{
	overflow:hidden;
	border-radius:12px;
}
.service-box .elementor-widget-image  img {
  width: 100%;
  transition: all .3s ease-in-out;
}

.service-box:hover .elementor-widget-image  img{
  transform: scale(1.1);
}
.image-design{
	position:relative;
}
.name-text {
	position: absolute;
	z-index: 1;
	left: 34px;
	top: 40px;
}
.plus-icon {
	position: absolute;
	bottom: 10px;
	right: 11px;
}
.custom-btn.custom-btn51 .elementor-button-icon svg {
	width: 19px;
}
.custom-faq .e-n-accordion-item {
    border: 1px solid #E5E5E5;
    border-radius: 12px;
}
.bg-blur {
    backdrop-filter: blur(12px);
    background: #FFFFFF1A;
}
.ast-container {
	max-width: 100% !important;
	padding: 0px !important;
}
input#search-f6ed107 {
    background-color: transparent;
    border: 0px !important;
}

/*

:not(.area-search) .e-search-input-wrapper input {
    background-color: transparent !important;
    border: 0px !important;
}
*/



.elementor-widget-search:not(.area-search) .e-search-input-wrapper input {
    background-color: transparent !important;
    border: 0 !important;
}

/*UTILITY*/

.w-900 *{
	font-weight: 900 !important;
}

.w-800 *{
	font-weight: 800 !important;
}

.w-700 *{
	font-weight: 700 !important;
}

.w-600 *{
	font-weight: 600 !important;
}

.w-500 *{
	font-weight: 500 !important;
}

.w-400 *{
	font-weight: 400 !important;
}

.w-300 *{
	font-weight: 300 !important;
}

.uppercase-me *{
	text-transform: uppercase !important;
}

.italic-me *{
	font-style: italic !important;
}

.lh-130 *{
	line-height: 1.3em !important;
}

.lh-100 *{
	line-height: 1em !important;
}

@media only screen and (max-width:1200px){
	.lantab-no-br br{
		display: none !important;
	}
}

@media only screen and (max-width:1024px){
	.tab-no-br br{
		display: none !important;
	}
}

@media only screen and (max-width:767px){
	.no-br br{
		display: none !important;
	}
}

.have-color-in-span span, .have-color-in-bold strong{
	color: #B4C5D1;
}

.link-underline a{
	text-decoration: underline;
	color: #D4AF37 !important;
}

.link-white a{
	color: #fff !important;
}



/*UTILITY END*/

.career-tags div.elementor-loop-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media only screen and (max-width:767px){
	.career-tags div.elementor-loop-container {
		justify-content: center;
	}
}

.career-tags div.e-loop-item {
    display: contents !important;
}

.ul-no-padding ul{
	margin: 0px;
    list-style-type: none;
	
}

.ul-no-padding li{
	margin-bottom: 15px;
	position: relative;
	padding-left: 35px;
}

.why-join li::before{
	content: "";
	position: absolute;
	left: 0px;
	top: 7px;
	height: 21px;
	width: 21px;
	background: url("/wp-content/uploads/2025/11/pipe.svg") center;
	background-repeat: no-repeat;
	background-size: contain;
	
}

.red-check li::before{
	content: "";
	position: absolute;
	left: 0px;
	top: 7px;
	height: 21px;
	width: 21px;
	background: url("/wp-content/uploads/2025/11/red-check.svg") center;
	background-repeat: no-repeat;
	background-size: contain;
	
}

.job-types-tags-in-loop span {
  white-space: nowrap;
}

.job-types-tags-in-loop span:nth-child(n+2) {
  display: none;
}


.same-height-expand-member{
    height: 100% !important;
}

/**/

.onboarding-form .repeater-field-header-acctions li:first-child{
    display: none;
}

.onboarding-form .repeater-field-header-acctions li:last-child .icon-cancel-1::before{
    content: "";
    background-image: url("/wp-content/uploads/2025/11/Trash.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    background-position: right top;
    
}

.onboarding-form .repeater-field-header {
    margin-bottom: 7px;
}

.onboarding-form .container-repeater-field {
    margin-right: -10px;
    margin-left: -10px;
    width: calc(100% + 20px);
}

.onboarding-form .elementor-field-repeater-end {
    padding: 5px 9px;
}

.onboarding-form .repeater-field-item {
    padding: 20px;
    background-color: #F6F6F6;
    border-radius: 12px;	
    margin-bottom: 25px !important;
}

.onboarding-form .elementor-field-type-repeater.elementor-field-group {
    padding: 0px !important;
}

.onboarding-form a.repeater-field-button-add {
    padding: 10px 25px !important;
    border-radius: 12px !important;
    background-color: #C90103 !important;
}	

@media only screen and (min-width:768px){
	.onboarding-form .repeater-field-footer {
		position: absolute;
		top: -9rem;
		right: 15px;
		z-index: 99999 !important;
	}
}

.onboarding-form .elementor-dragandrophandler {
    border: 1px dashed #000000;
    border-radius: 12px;
    color: #000000;
    font-size: 100%;
    height: 18rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.onboarding-form .elementor-text-drop {
    font-size: 26px;
	position: relative;
}

.onboarding-form .elementor-text-drop::before{
	content: "";
    background-image: url("/wp-content/uploads/2025/11/Upload-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 48px;
    background-position: center top;
	display: block;
    margin-bottom: 10px;
}


.onboarding-form .elementor-text-browser>a:hover, .elementor-text-browser>a:focus {
    border: none !important;
}

.onboarding-form .elementor-text-or {
    white-space: normal;
}

.onboarding-form .repeater-field-warp-item {
    counter-reset: item;
}

.onboarding-form span.num::after {
    counter-increment: item;
    content: counter(item);
}

.excerpt-in-loop p{
	margin-bottom: 0px !important;
}

.insight-tabs .e-n-tabs-heading{
	padding: 12px;
	background-color: #ffffff; 
	border-radius: 10px;	
}

.insight-tabs button{
	box-shadow: none !important;
}

.insight-team-headletters{
	height: 80px;
    width: 80px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.insight-team-tags p.elementor-heading-title{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
	gap: 10px;
}

.insight-team-tags span{
	padding: 9px 15px;
	background-color: #F6F6F6;
	border-radius: 100px;
}

@media only screen and (min-width: 1025px){
	.submit-brief-form .elementor-field-type-submit.e-form__buttons button.elementor-button{
		position: absolute;
		bottom: 0px;
		width: -webkit-fill-available;
		width: -moz-available;        
	    width: fill-available;
		margin-right: 6px;
		text-align: center;
		
	}
}

.submit-brief-form .elementor-field-type-submit.e-form__buttons button.elementor-button{
	font-weight: 500 !important;
}

.submit-brief-form label[for="form-field-logo_upload"]{
	padding: 14px 20px;
	cursor: pointer;
	border: 1px solid #000000;
	border-radius: 12px;
	color: #000000;
	font-size: 20px;
	position: relative;
	width: -webkit-fill-available;
	width: -moz-available;        
	width: fill-available;
	height: auto;
	font-weight: 300 !important;
}

.submit-brief-form label[for="form-field-logo_upload"] span{
	font-size: 12px !important;
}

.submit-brief-form label[for="form-field-logo_upload"]::before{
	content: "" !important;
	position: absolute;
	right: 19px;
	top: 13px;
	height: 20px;
	width: 20px;
	background: url("/wp-content/uploads/2025/11/Upload-icon.svg") center center !important;
	background-size: contain !important;
}


.submit-brief-form input#form-field-logo_upload{
	position: absolute;
    bottom: -30px;
	font-size: 12px;
}

@media only screen and (max-width: 767px){
	.submit-brief-form input#form-field-logo_upload{		
		bottom: -16px;		
	}
	
	.submit-brief-form .elementor-field-group.elementor-column.elementor-field-type-submit.e-form__buttons {
		padding-top: 15px;
	}

}


.submit-brief-form input#form-field-logo_upload:focus{
	border: none;
	outline: none;
	
}

.submit-brief-form .elementor-field-type-submit.e-form__buttons span.elementor-button-content-wrapper {
    display: flex;
    justify-content: center !important;
}

.submit-brief-form input#form-field-logo_upload::file-selector-button {
  display: none;
}

/* WebKit (Chrome, Edge, Safari old) */
.submit-brief-form input#form-field-logo_upload::-webkit-file-upload-button {
  display: none;
}


.area-coverage-filters .e-filter-item::after {
    content: "Coverage";
    padding-left: 5px;
}



.current-coverage-filter .e-filter-item{
    color: #fff;
    font-size: 0px;
}

.current-coverage-filter .e-filter-item::after{
    content: "Current Coverage" !important;
    color: #000;
    font-size: 20px;
}

.current-coverage-filter:hover .e-filter-item::after{   
    color: #fff;
}

.current-coverage-filter .e-filter-item[aria-pressed="true"]:after{
    color: #fff;
}

.post-content p:first-of-type::first-letter {
  font-size: 30px; 
  font-weight: bold; 
  float: left;
  margin-right: 5px;
  background: #F6F6F6;
  padding: 5px 5px;
  color: #000;
  border: 1px solid #00000055;
}

.case-study-content :is(h1,h2,h3,h4,h5,h6){
	margin-top: 0px !important;
}

.area-coverage-internal-content :is(h1,h2,h3,h4,h5,h6){
	margin-bottom: 15px !important;
}

.contact-booking-form .elementor-field-group-services_needed .elementor-field-subgroup{
	gap: 12px;
}

.contact-booking-form .elementor-field-group-services_needed .elementor-field-subgroup.elementor-subgroup-inline span.elementor-field-option{
	background-color: #EDEDED;
	padding: 9px 12px;
	border-radius: 6px;
}

/*UTILITY*/

.career-search input:focus{
	color: #fff !important;
}

@media only screen and (min-width: 1024px){
	.meet-the-team-faq > div.e-n-accordion{
    	display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
		align-items: start;
	}
	
	
}

.timeline-item > .elementor-icon-box-wrapper > .elementor-icon-box-icon {
    margin-top: 5px;
}

button.faq-question {
    all: unset;
	width: 100%;
	display: flex;
    align-items: center;
}

.service-info-container :is(h2,h3,h4,h5,h6){
	margin-bottom: 20px;
}

:is(.service-info-container, .post-content) h1{
	font-size: 200% !important;
}

:is(.service-info-container, .post-content) h2{
	font-size: 180% !important;
}

:is(.service-info-container, .post-content) h3{
	font-size: 170% !important;
}

:is(.service-info-container, .post-content) h4{
	font-size: 160% !important;
}

:is(.service-info-container, .post-content) h5{
	font-size: 150% !important;
}

:is(.service-info-container, .post-content) h6{
	font-size: 140% !important;
}


@media only screen and (max-width: 767px){
	.area-search form.e-search-form {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		gap: 20px;
	}

	.area-search button.e-search-submit {
		text-align: center !important;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: flex-start;
		justify-content: space-between;
		align-items: center;
		padding: 15px !important;
	}
}

.ba-image-wrapper img{
	height: 100%;
}

.career-job-loop-item {
    height: 100% !important;
}

@media only screen and (max-width: 767px){
	.meet-the-team-grid .elementor-loop-container.elementor-grid{
		grid-template-columns: repeat(2, 1fr) !important;
	}
	
	.member-9257 img {
		object-fit: contain !important;
		object-position: bottom center !important;
	}
}


@media only screen and (max-width: 480px){
	
	.meet-the-team-grid .elementor-loop-container.elementor-grid{
		grid-template-columns: repeat(1, 1fr) !important;
	}	
	
	.meet-the-team-grid img{
		height: fit-content !important;
	}
	
	
}

.share-blog .elementor-share-btn__icon {
   
    flex-shrink: 1 !important;
    width: 39px;
}

ul#select2-pe2g-results *, .select2-results__options * {
    font-weight: 400 !important;
}

.select2-container[class*=lgefep-taxonomy-filter-] li.select2-results__option.select2-results__option--highlighted{
	background : #F9E5E5 !important;
}


.faq-accordion .faq-item{
	cursor: pointer;
	transition: all 0.5s ease;
}

/*AVI*/

.share-role-btn .elementor-share-btn{
	transition: 0.5s ease-in-out;
}

.share-role-btn .elementor-share-btn:hover{
	border-radius: 50px;
}

a.elementor-button{
	transition: 0.5s ease-in-out;
}


#faq-search-my-faqs {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 14px 45px 15px 20px;
    height: 70px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 15px;
    background: rgb(255 255 255 / 15%);
    backdrop-filter: blur(6px);
    border: 1px solid #ffffff;
}

.serch-bar input::placeholder{
	color: #ffffff !importantl;
	font-size: 20px !important;
}

#faq-search-my-faqs::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

#faq-search-my-faqs {
    background-image: url(/wp-content/uploads/2025/11/Icon-4.svg);
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 22px;
}

.faq-highlight {
  background-color: #C90103;
  color: #fff;
  padding: 1px 2px;
  border-radius: 2px;
}

@media(max-width: 1366px){

	
#faq-search-my-faqs {
    height: 60px;
    font-size: 18px;
}

.serch-bar input::placeholder{
	font-size: 18px !important;
}

#faq-search-my-faqs {
    background-position: right 20px center;
    background-size: 20px;
}
	
	#my-faqs .faq-title {
		font-size: 20px;
	}

	#my-faqs .faq-item {
		padding: 28px 0;
	}

	#my-faqs .faq-chevron {
		width: 12px;
		height: 12px;
	}

	#my-faqs .faq-content p{
		font-size: 20px;
	}
}

@media(max-width: 1024px){

	#my-faqs .faq-title {
		font-size: 18px;
	}

	#my-faqs .faq-title {
      font-size: 18px;
	}
	
	#my-faqs .faq-item {
		padding: 18px 0;
	}

	.faq-content p{
		font-size: 18px;
	}

}

@media(max-width: 767px){

#faq-search-my-faqs {
   font-size: 16px;
}

.serch-bar input::placeholder{
	font-size: 16px !important;
}

#faq-search-my-faqs {
    background-position: right 18px center;
    background-size: 18px;
}	

	#my-faqs .faq-item {
		padding: 10px 0;
	}

	#my-faqs .faq-content p{
		font-size: 16px;
	}

	#my-faqs .faq-chevron {
		width: 10px;
		height: 10px;
	}
}

.reduce-letter-spacing *{
    letter-spacing: -0.6px !important;
}

.bg-blur-faq :is(details){
	backdrop-filter: blur(12px);
    background: #FFFFFF1A;
}

.bg-blur-faq *{
	color: #ffffff !important;
}


.reset h2{
	line-height: 1.1em !important;
    margin: 0px !important;
}