/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/
body {
font-size: 1.0625rem;
font-family: 'Noto Sans', Verdana, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
text-rendering: optimizelegibility;
font-feature-settings: "liga";
color: #333333;
font-weight: 400;
overflow-x: hidden;
}
h1.entry-title {
font-size: 26px;
font-weight: bold;
text-align: center;
}
h1{
font-family: 'Playfair Display', Arial, sans-serif;
font-weight:700;
}
h2,h3,h4,h5,h6 {
font-family: 'Playfair Display', Arial, sans-serif;
font-weight: 600;
}
p strong {
font-family: 'Noto Sans', Arial, sans-serif;
font-size: 18px;
font-weight: 700;
}
div#page-container {
overflow: hidden;
/* padding-top: 303px !important; */
}
.et_pb_row {
width: 95% !important;
}
/*HEADER STYLES*/
header#main-header {
background: #fff !important;
}
.ws-header-booking.booking-button-switch {
    padding: 10px;
    text-align: center;
   
}
.booking-button-switch{
    display: none;
}
.header-menu-container {
padding-bottom: 0 !important;
padding: 5px;
width: 100%;
}
.header-buttons {
background: #dccdba;
}
.header-buttons-container {
display: flex;
max-width: 1080px;
align-items: center;
justify-content: center;
}
.header-free-estimate{
border: 1px solid #333;
padding: 3px 5px 3px 5px;
text-align: center;
margin: 5px 7px;
}
.header-free-estimate a{
color: #333;
text-transform: uppercase;
}
a.top_button {
border: 1px solid #333;
padding: 5px;
text-transform: uppercase;
color: #333;
text-align: center;
}
a.top_button:hover, .header-free-estimate:hover{
background: #c8cac5;
border: 1px solid #333;
}
.header-info-holder {
margin: 0 auto;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.logo_container {
position: relative !important;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
padding: 10px 10px 5px 10px;
}
img#logo {min-height: 50px !important;max-height: 70px !important;width: auto !important;max-width: 280px !important;}
.text-logo-icon img {
width: 65px;
}
.text-logo {
font-family: 'Playfair Display', sans-serif;
color: #000;
line-height: 1.1;
display: flex;
max-width: 350px;
flex-direction: row;
align-items: center;
justify-content: center;
}
.text-logo span{
width: 200px;
}
.main-header-napinfo-block {
display: flex;
flex-direction: column-reverse;
align-items: center;
margin-top: 10px;
justify-content: center;
}
.main-header-napln-container {
display: flex;
flex-direction: row;
padding: 10px;
align-items: center;
}
i.fa.fa-map-marker {
font-size: 26px;
margin-right: 15px;
}
.main-header-napln-container span{
display: block;
text-align: left;
}
span.info-addon {
font-weight: 600;
}
.main-header-napphone-container {
display: flex;
flex-direction: row;
align-items: center;
padding: 10px;
padding-bottom: 0;
justify-content: center;
}
a.phonenum {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
i.fa.fa-phone {
font-size: 22px;
color: #333;
margin-right: 15px;
}
.phonenum span{
display: block;
color: #333;
}
span.phone-header-span {
font-weight: 600;
}
/* NAVIGATION */
div#et-top-navigation {
	padding-top: 0px !important;
	width: 100%;
	height: 45px;
	padding-left: 0 !important;
}
span.mobile_menu_bar {padding-bottom: 8px !important;}
div#et_mobile_nav_menu {
width: 100%;
text-align: center;
}
span.mobile_menu_bar:before {
color: #333;
}
ul#mobile_menu {
background: #dccdba !important;
border-color: #e8e0d3;
}
.mobile-toggle::after {
background: #c8cac5 !important;
color: #333 !important;
}
/* HEADER IMAGE */
div#homepage-header-holder {/* height: 600px; *//* min-height: 450px; */z-index: 2;}
.header-content-container {
width: 100%;
}
#homepage-header-holder .et_pb_fullwidth_header {max-height: 900px !important;min-height: 600px !important;height: calc(100vh - 100px) !important;background-position: center 11%;}
#homepage-header-holder .et_pb_fullwidth_header_container {width: 90%;max-height: 900px !important;min-height: 600px !important;height: calc(100vh - 100px) !important;}
.header-content {
width: 100% !important;
margin: 0 auto !important;
}
.ws-slogan h1 {
line-height: 1.2;
margin-bottom: 30px;
}
.header-btns {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.header-btns br{
display: none;
}
a.header-button-quote.booking-button-switch {
    padding: 10px;
    width: 200px;
    background: transparent;
    color: #fff;
    border: none;
    margin-bottom: 15px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
}
a.header-button-quote.booking-button-switch:after, a.header-button-quote.booking-button-switch:before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border: 1px solid #fff;
transition: transform .2s;
}
a.header-button-quote.booking-button-switch:after {
transform: translate(3px, 3px);
}
a.header-button-quote.booking-button-switch:before {
transform: translate(-3px, -3px);
}
a.header-button-quote.booking-button-switch:hover:after, a.header-button-quote.booking-button-switch:hover:before {
transform: translate(0);
}



a.button {
    padding: 10px;
    width: 200px;
    background: #dccdba;
    color: #333;
    border: none;
    margin-bottom: 15px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
}
a.button:after, a.button:before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border: 1px solid #fff;
transition: transform .2s;
}
a.button:after {
transform: translate(3px, 3px);
}
a.button:before {
transform: translate(-3px, -3px);
}
a.button:hover:after, a.button:hover:before {
transform: translate(0);
}




/* BADGES */
div#row-badges {
position: relative;
margin-bottom: 170px;
}
div#badges-row {
position: absolute;
top: -80px;
}
.badges-container {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}
.badge-holder {
border: none;
display: flex;
flex-direction: column;
align-items: flex-start;
width: 200px;
background: #e8e0d3;
position: absolute;
margin-bottom: 20px;
}
.badge-holder:after, .badge-holder:before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border: 1px solid #000;
transition: transform .2s;
}
.badge-holder:after {
transform: translate(3px, 3px);
}
.badge-holder:before {
transform: translate(-3px, -3px);
}
.badge-holder:hover:after, .badge-holder:hover:before {
transform: translate(0);
}
.badge-text {
display: flex;
flex-direction: column;
padding: 5px;
width: 90%;
}
p.badge-content {
font-weight: 600;
padding: 5px;
border-bottom: 1px solid #333;
}
.badge-title {
padding: 5px;
}
.badge-holder.badge-1{
top: 0;
left:10px;
}
.badge-holder.badge-2{
top: 90px;
right: 10px;
}
.badge-holder.badge-3{
top: 180px;
left:10px;
}
.badge-holder.badge-4{
top: 270px;
right: 10px;
}
/* FIRST PARAGRAPH */
div#first-para-section {
z-index: 1;
}
div#first-paragraph-image-row {
padding-top: 0;
}
.first-para-image1 img {border-top-left-radius: 50% !important;border-top-right-radius: 50%;height: calc(100vw * 0.88);width: calc(100% / 1.23);max-width: 340px;max-height: 384px;object-position: 75%;object-fit: cover;}
.first-para-image1 {width: 100%;min-height: 300px;text-align: left;}
.first-para-image2 {
width: calc(55% / 0.88);
text-align: right;
min-height: 285px;
position: absolute;
right: 0;
top: 178px;
}
.first-para-image2 img {
object-fit: cover;
width: 100%;
max-height: 320px;
max-width: 285px;
height: calc( 100vw * 0.67);
}
.border {
border-right: 1px solid #333;
border-bottom: 1px solid #333;
width: 100vw;
height: 255%;
position: absolute;
right: 55px;
bottom: -127px;
z-index: -9999 !important;
}
.first-para-images {
position: relative;
max-width: 600px;
margin: 0 auto;
}
.first-para-text {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 30px;
margin-bottom: 45px;
}
.entry-title {text-align: center;padding-bottom: 20px;font-size: 26px;}
/* GALLERY BUTTON */
.gallery-button {
padding: 10px 40px;
background: none;
border: none;
position: relative;
text-decoration: none !important;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 3px;
cursor: pointer;
}
.gallery-button:after, .gallery-button:before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border: 1px solid #000;
transition: transform .2s;
}
.gallery-button:after {
transform: translate(3px, 3px);
}
.gallery-button:before {
transform: translate(-3px, -3px);
}
.gallery-button:hover:after, .gallery-button:hover:before {
transform: translate(0);
}
/* SERVICES LIST */
#services-list-column {
position: relative;
}
.services-list-border {
width: 100%;
/* border: 1px solid #333; */
padding: 40px;
}
.services-list-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.home .services-list-title {
font-family: 'Playfair Display';
font-size: 26px;
font-weight: 600;
padding-bottom: 10px !important;
}
.home ul#servcss {
list-style: none;
}
.home #servcss li {
padding: 5px;
}
.home #servcss li:before {
content: "\f083";
font-family: FontAwesome;
font-size: 16px;
padding-right: 10px;
}
#services-list-column::before {
content: '';
background: url('/wp-content/uploads/2025/03/Expert-Photographers-1.webp');
background-size: contain !important;
position: absolute;
height: 100%;
background-repeat: no-repeat;
background-position: center;
width: 100%;
opacity: 0;
}
/* SERVICES SECTION STYLE */
.srvBlockTitle {
font-family: 'Playfair Display';
text-align: center;
font-size: 26px;
font-weight: 600;
line-height: 1.1;
}
h2.services-section-title {
font-size: 22px;
font-family: 'Julius Sans One', sans-serif;
font-weight: 400;
color: #fff;
position: relative;
line-height: 1em;
padding: 0;
}
.srvElement {
margin-top: 80px;
position: relative;
}
.srvElementImg {display: flex;box-shadow: 50px -50px 0px 0px #c8cac5;width: calc(100% - 45px);max-width: 505px;position: relative;}
.srvElementImg img {
width: 505px;
max-width: 100%;
height: calc((100vw - 45px) * 1.2);
max-height: 400px !important;
object-fit: cover;
object-position: center;
}
.srvElementImg h2 {
color: #333;
writing-mode: vertical-rl;
transform: rotate(180deg);
padding: 0;
min-width: 40px;
padding-right: 5px;
text-align: center;
max-height: 320px;
display: flex;
font-size: 24px;
justify-content: flex-end;
align-items: center;
}
.srvElementImg:hover {
box-shadow: 50px -50px 0px 0px #dccdba;
}
.srvElementBody {
padding-top: 20px;
text-align: justify;
}
.additionalBadges {
display: flex;
flex-direction: column;
}
.additionalBadges .srvElementBody {
padding-top: 0px;
}
/* ADDITTIONAL SERVICES STYLE */
#additionalServices {list-style: none;text-align: center;padding: 0;list-style-type: none;margin-top: 20px;display: flex;justify-content: center;flex-wrap: wrap;}
#additionalServices li {
break-inside: avoid;
padding: 5px 3px;
font-size: 16px;
color: #333;
position: relative;
text-align: center;
margin-bottom: 0 !important;
}
#additionalServices li a {
color: #fff;
text-decoration: underline;
}
#additionalServices li::before {
content: "\f00c";
font-family: 'FontAwesome';
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
margin-right: 5px;
}
/* LAST PARAGRAPH */
.last-para-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.last-para-text {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-bottom: 30px;
background: #e8e0d3;
}
.last-para-image{
min-height: 450px;
width: 100%;
text-align: center;
position: relative;
}
.last-para-image img {
border-top-left-radius: 50%;
border-top-right-radius: 50%;
height: 100%;
object-fit: cover;
min-height: 470px;
width: 100%;
position: relative;
z-index: 9;
max-width: 450px;
}
.border-para {
border-left: 1px solid #333;
border-bottom: 1px solid #333;
width: 100vw;
height: 600px;
position: absolute;
left: 15%;
bottom: -10%;
z-index: -1;
}
/* SLIDER */
.slider {
display: flex;
max-height: 700px;
height: calc(100vh - 98px);
min-height: 600px;
position: relative;
justify-content: center;
}
.quote-slider-wrapper {
overflow: hidden;
position: absolute;
width: 100%;
height: 100%;
max-height: 700px;
}
.quote-slider {
height: 100%;
}
.quote-text-wrap {
display: flex;
height: 100%;
width: 100%;
margin: 0 auto;
max-height: 700px;
max-width: 1080px;
align-items: center;
justify-content: center;
}
.swiper-slide.swiper-slide-next .quote-text,
.swiper-slide.swiper-slide-prev .quote-text {
opacity: 0;
}
.swiper-slide.swiper-slide-active .quote-text {
opacity: 1;
}
.image-slider-wrapper {
position: relative;
flex: 0 0 100%;
width: 100%;
filter: brightness(0.8);
overflow: hidden;
}
.image-slider {
height: 100vh;
}
.swiper-slide {position: relative;
overflow: hidden;
max-height: 700px;
padding: 20px;
width: 100% !important;
}
.swiper-slide-inner {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 700px;
overflow: hidden;
}
.swiper-slide img {
width: 100%;
height: 100%;
max-height: 700px;
object-fit: cover;
object-position: 100%;
}
.swiper-button-next {
position: absolute;
right: 40px;
top: 28px;
font-size: 15px;
color: #fff;
filter: drop-shadow(2px 4px 6px black);
text-transform: uppercase;
text-shadow: 1px 1px 1px #333;
}
.swiper-button-next:after, .swiper-button-prev:after {
display: none;
}
i.fa.fa-chevron-right {
padding-left: 10px;
font-size: 14px;
}
.swiper-button-prev {
position: absolute;
top: unset;
left: 55px;
right: 0;
filter: drop-shadow(2px 4px 6px black);
bottom: 7px !important;
font-size: 15px;
color: #fff;
text-transform: uppercase;
}
i.fa.fa-chevron-left {
padding-right: 10px;
font-size: 14px;
}
.swiper-pagination {
position: absolute;
bottom: 81px !important;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.swiper-pagination-bullet {
text-align: center;
display: flex;
height: 35px;
width:30px;
border-radius: 0;
padding: 10px 20px;
margin-bottom: 10px !important;
background-color: #c8cac5 !important;
color: #333;
font-size: 14px;
opacity: 1;
align-items: center;
justify-content: center;
flex-direction: column;
}
.swiper-pagination-bullet-active {
color: #333;
background: #e8e0d3 !important;
border-radius: 0;
}
.controls-holder {
display: flex;
height: calc(100% - 80px);
width: 90%;
top: 40px;
margin: 0 auto;
max-height: 700px;
max-width: 1080px;
align-items: center;
position: absolute;
border-radius: 35px;
justify-content: center;
}
/* TESTIMONIALS */
.testimonial-item {
border-radius: 0;
padding: 1rem;
border: none;
background: #c8cac5b8;
min-height: 100%;
break-inside: avoid;
min-width: 100% !important;
max-width: 100% !important;
}
.testimonial-item:hover{
background: transparent;
}
.testimonials-nap-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.testimonials-home-container {
margin-bottom: 20px;
}
.nav-arrows button {
padding: 0.5rem;
border-width: 1px;
border-color: #1a202c;
border-radius: 50%;
cursor: pointer;
background: #e8e0d3;
}
.nav-arrows button:hover {
background: #333;
color: #fff;
}
/* NAP */
.homepage-nap {
display: flex;
flex-direction: column;
width: 100%;
align-items: center;
justify-content: center;
}
.nap-title-block {display: flex;align-items: center;justify-content: center;flex-direction: row;border: 1px solid #333;padding: 10px;background: #c8cac5b8;width: 90%;position: relative;}
.homepage-nap h3 {
padding: 5px 0;
text-align: center;
}
.nap-title-block i.fa.fa-camera-retro {
font-size:18px;
padding-right: 10px;
/* padding-bottom: 5px; */
}
.nap-phone-block {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
/* border: 1px solid #333; */
/* margin-top: 10px; */
padding: 10px;
width: 90%;
}
.nap-phone-block i.fa.fa-phone{
font-size: 20px;
padding-right: 10px;
margin: 0;
}
.nap-location-block {display: flex;flex-direction: row;align-items: center;justify-content: center;border: 1px solid #333;padding: 10px;/* margin-top: 10px; */background: #c8cac5b8;width: 90%;text-align: center;position: relative;}
.nap-location-block i.fa.fa-map-marker{
font-size: 20px;
/* padding-bottom: 10px; */
}
/* CONTACT FORM*/
div#contact-section {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 20px;
padding: 10px;
}
p.free-estimate-title {
font-size: 26px;
font-family: 'Playfair Display';
font-weight: 600;
padding-bottom: 10px !important;
text-align: center;
}
div#contact {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;z-index: 9999;
}
.contact-form-container{
background: #c8cac5b8;
}
form#contactForm {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
max-width: 500px;
}
.nap_cf_customer_name {
width: 100%;
margin-bottom: 10px;
}
.nap_cf_phone_cf {
width: 100%;
margin-bottom: 10px;
}
.nap_cf_customer_email {
width: 100%;
margin-bottom: 10px;
}
.nap_cf_message {
width: 100%;
}
.nap_cf_vercode_container {
margin-bottom: 10px;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.nap_cf_vercode_container p {
    width: 100%;
}
/* CONTACT FORM */
#contact-section .et_pb_text_inner {
width: 100%;
}
.contact-form-container {display: flex;flex-direction: column;align-items: center;justify-content: center;width: 100%;border: 1px solid #000;padding: 25px 0;}
.contact-form-container:before, .nap-title-block:before, .nap-location-block:before {content: '';position: absolute;top: 5px;left: 5px;bottom: -5px;right: -5px;border: 1px solid #000;transition: transform .2s;height: 100%;z-index: 0;}
input#submitter {
margin-top: 10px;
border: 2px solid #e8e0d3;
width: 200px;
border-radius: 0;
height: unset;
font-weight: 600;
padding: 10px;
background: #e8e0d3;
text-transform: uppercase;
}
input#submitter:hover{
background: transparent;
border: 2px solid #333;
font-weight: 600;
}
input.text::placeholder, 
input.title::placeholder, 
input[type=email]::placeholder, 
input[type=password]::placeholder, 
input[type=tel]::placeholder, 
input[type=text]::placeholder, 
select::placeholder, 
textarea::placeholder {
color: #000;
}
input#customer_name {
border: 1px solid #333;
width: 100%;
padding: 7px;
background: transparent;
color: #000;
}
input#phone-cf {
width: 100%;
padding: 7px;
background: transparent;
border: 1px solid #333;
color: #000;
}
input#customer_email {
width: 100%;
padding: 7px;
border: 1px solid #333;
background: transparent;
color: #000;
}
textarea#message {width: 100%;background: transparent;color: #000;padding: 7px;border: 1px solid #333;}
input#vercode {
width: 100%;
background: transparent;
border: 1px solid #333;
padding: 7px;
margin-top: 10px;
color: #000;
}
/* FOOTER STYLE */
#main-footer {
background-color: #e8e0d3;
position: relative;
}
#main-footer .container {
width: 95%;
}
h4.title {
color: #333;
font-size: 24px;
text-align: center;
border-bottom: 1px solid #c8cac5;
}
#footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget{
width: 100%;
margin-right: 5.5% !important;
margin-bottom: 5.5% !important;
}
table.openinghours {
width: 100%;
margin: 0 auto !important;
}
.openinghours tr {
display: flex;
justify-content: space-between !important;
line-height: 2;
color: #333;
font-weight: 600;
}
tr#current-day {
background: #c8cac5;
color: #333;
padding: 0 3px;
border-radius: 0;
text-shadow: none;
}
.textwidget {color: #333;text-align: center;padding-top: 10px;}
.textwidget strong{
font-size: 16px;
}
.textwidget br{
display: block;
}
.paymentsbox {
display: flex;
justify-content: center;
flex-wrap: wrap;
padding-top: 10px;
}
.paymentType {
padding: 5px;
}
.paymentType img {
border-radius: 0;
}
.menu-footer-menu-container {
width: 100%;
}
ul#menu-footer-menu {
text-align: center;
padding-top: 10px !important;
}
#menu-footer-menu a {
color: #333 !important;
}
.footer-widget li:before {
border-color: #333 !important;
}
div#footer-bottom {
background: #333;
color: #fff;
padding: 20px;
}
a.floating-quote-btn.booking-button-switch {
display: none;
}
h4#nap-footer-icons {
color: #333;
width: 100%;
border-bottom: 1px solid #c8cac5;
font-size: 24px;
}
div#text-9 {
margin-right: 5.5% !important;
margin-bottom: 5.5% !important;
}
div#social-icons {
margin-bottom: 20px !important;
}
a.social-icon {
border-radius: 0;
}
div#text-8 {
margin-bottom: 20px !important;
}
a.social-icon-nap-font {
border-radius: 5px !important;
margin: 5px;
}
/* LISTING */
a.listing-rev-btn.listing-rev-color {
padding: 5px 20px;
background: #c8cac5;
left: 0;
color: #333;
bottom: 20px;
border: 2px solid #333;
border-left: none;
z-index: 9999;
position: fixed;
}
.listing-rev-btn.listing-rev-color img{
display: none;
}
/* SERVICES LIST */
ul#servcss {
padding-top: 10px !important;
}
h4.widgettitle{
text-align: center;
font-size: 22px;
border-bottom: 1px solid #c8cac5;
}
#servcss li{
color: #333;
}
div#text-5 {
width: 100%;
}
.et-search-form, blockquote {
border-color: #c8cac5 !important;
}
/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
margin: 3px 0;
}
.wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
background: #ffffff !important;
color: #000 !important;
border-color: #000 !important;
}
.wpcr3_respond_2 input[type="text"]:focus, .wpcr3_in_content textarea:focus {
color: #fff;
border-color: #ffffff;
}
.wpcr3_table_2 td {
font-size: 1em !important;
}
.wpcr3_leave_text {
font-size: 1.1em;
}
.wpcr3_leave_text {
margin-bottom: 20px;
}
.wpcr3_button_1{
margin-top: 10px;
background: #c8cac5;
color: #333;
border: 1px solid #333;
border-radius: 0;
}
.wpcr3_button_1:hover {
background: #e8e0d3;
border: 1px solid #333;
}
@media (min-width: 981px) {
.wpcr3_respond_2 input[type="text"], .wpcr3_respond_2 textarea {
min-width: 100%;
border-radius: 0;
padding: 10px;
}
.wpcr3_table_2 td {
text-align: left !important;
}
.wpcr3_review_form_rating_field label {
margin: 6px 0 !important;
}
}
@media (max-width: 980px) {
.review-title {
font-size: 26px !important;
}
.wpcr3_respond_3, .wpcr3_aggregateRating, .wpcr3_table_2 td {
text-align: center !important;
}
.wpcr3_div_2 {
width: 100%;
}
.wpcr3_table_2 tr:last-of-type td {
margin: 20px auto 0 !important;
}
.wpcr3_table_2 td {
display: block;
padding: 0 !important;
}
.wpcr3_table_2 td:first-child {
margin-top: 10px !important;
}
.wpcr3_rating_style1_status {
width: 85px !important;
}
.wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
width: 100% !important;
padding: 10px;
border-radius: 0;
min-width: unset !important;
}
.wpcr3_submit_btn, .wpcr3_cancel_btn {
width: 40%;
}
.wpcr3_item_name {
text-align: center !important;
}
.wpcr3_review {
text-align: center;
}
}
/* GALLERY PAGE */
@media only screen and (min-width: 768px) {
.et_pb_gallery_grid .et_pb_gallery_image {
padding-top: 100%; 
display: block;
}
}
@media only screen and (min-width: 480px) {
.et_pb_gallery_grid .et_pb_gallery_image {
padding-top: 100%; 
display: block;
}
}
@media only screen and (max-width: 479px) {
.et_pb_gallery_grid .et_pb_gallery_image {
padding-top: 100%; 
display: block;
}
}
.et_pb_gallery_grid .et_pb_gallery_item img {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
object-fit: cover;
}
@media (min-width: 685px){
.main-header-info-container{
display: flex;
flex-direction: row;
justify-content: center;
}
.header-location-container{
padding: 15px;
}
.header-phone{
padding: 15px;
}
.header-free-estimate{/* margin: 0; */}
}

/* BLOG */
.post-content-inner p {
    text-align: justify;
}
/*MEDIA QUERIES*/
@media only screen and (min-width: 600px) {
.main-header-napinfo-block{
display: flex;
flex-direction: row;
}
.header-btns{
display: flex;
flex-direction: row;
justify-content: center;
}
a.header-button-quote.booking-button-switch{
margin-bottom: 0;
margin-right: 20px;
}
    a.button{
        margin-bottom: 0;
    }
.main-header-napphone-container{
padding: 10px;
}
/* BADGES */
.badges-container{
max-width: 600px;
margin: 0 auto;
}
.badge-holder {
width: 250px;
}
.badge-holder.badge-1{
top: 0;
left:12%;
}
.badge-holder.badge-2{
top: 90px;
right: 12%;
}
.badge-holder.badge-3{
top: 180px;
left:12%;
}
.badge-holder.badge-4{
top: 270px;
right: 12%;
}
/* FIRST PARAGRAPH */
.first-para-image1{
padding-left:30px;
}
.first-para-image2{
right: 20px;
}
.border{
right: 150px;
}
/* SERVICES LIST */
#services-list-column::before {
content: '';
background: url('/wp-content/uploads/2025/03/Expert-Photographers-1.webp');
background-size: contain !important;
position: absolute;
height: 100%;
background-repeat: no-repeat;
background-position: center;
width: 100%;
opacity: 0.2;
}
/* SERVICES */
.srv-box-holder {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.srvElement {
    width: 60vw;
    max-width: 555px;
}
/* ADDITIONAL SERVICES */
#additionalServices li {
break-inside: avoid;
padding: 10px 5px;
text-align: left;
}
/* LAST PARAGRAPH */
.border-para{
left: 25%;
height: 650px;
}
.last-para-image img{
max-width: 520px;
height: 530px;
max-height: 550px;
}
/* NAP */
.nap-title-block, .nap-phone-block, .nap-location-block {
width: 100%;
max-width: 500px;
}
/* CONTACT FORM */
.nap_cf_vercode_container p{
display: flex;
width: 100%;
flex-direction: row;
}
input#vercode{
margin-left: 20px;
}
.contact-form-container{border: 1px solid #000;padding: 40px 20px;background: #c8cac5b8;}
/* FOOTER */
div#footer-widgets {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
margin: 0 auto;
}
.footer-widget {
margin: 0 !important;
}
.footer-widget:nth-child(n) {
margin: 20px 0 10px 30px!important;
}
}
@media screen and (min-width: 981px) {
h1.entry-title{
text-align: left;
}
    .entry-title{
        text-align: left;
    }
.header-info-holder{
display: flex;
flex-direction: row;
}
div#homepage-header-holder{/* height: 600px; */}
#homepage-header-holder .et_pb_fullwidth_header_container{
height: 600px;
}
.logo_container{
width: 40% !important;
text-align: left;
display: flex;
justify-content: flex-start;
}
.text-logo-icon img{
margin-right: 15px;
}
.header-buttons-container{
display: flex;
padding-right: 30px !important;
margin: 0 auto;
justify-content: flex-end;
}
.main-header-napinfo-block{
width: 60%;
margin-top: 0;
display: flex;
margin-right: 25px;
justify-content: flex-end;
}
/* NAVIGATION */
div#et-top-navigation{
display: flex;
justify-content: flex-end;
padding-right: 25px;
border-top: 1px solid #e7e2db;
}
li.menu-item a {
padding: 5px !important;
}
#top-menu li a:after{
padding: 5px;
right: -17px !important;
}
ul.sub-menu {
background: #e8e0d3 !important;
border-color: #c8cac5 !important;
}
nav#top-menu-nav {
display: flex;
align-items: center;
justify-content: center;
}
/* BADGES */
div#badges-section {
padding-bottom: 0;
}
div#row-badges{
margin-bottom: 0;
/* background: #c8cac5; */
z-index: 999;
}
.badges-container{
display: flex;
width: 100%;
max-width: unset;
flex-direction: row;
justify-content: space-around;
align-items: center;
margin: 0 auto;
}
.badge-holder{
position: relative;
width: 220px;
}
.badge-holder.badge-1{
top: 0;
left:unset;
margin-right: 10px;
}
.badge-holder.badge-2{
top: 20px;
right: unset;
margin-right: 10px;
}
.badge-holder.badge-3{
top: 0;
left:unset;
margin-right: 10px;
}
.badge-holder.badge-4{
top: 20px;
right: unset;
margin-right: 10px;
}
/* FIRST PARAGRAPH */
div#first-para-section{
padding-top: 0;
}
.first-para-images{
max-width: 500px;
}
.first-para-image1{
padding-left: 0;
}
.first-para-image1 img{
max-width: 323px;
max-height: 420px;
padding-left: 0px !important;
padding-top: 20px;
}
.first-para-image2 img{
max-height: 373px;
max-width: 280px;
}
.first-para-image2{
right: -10px;
top: 225px;
}
.first-para-text{
margin: 0;
}
div#first-paragraph-image-row {
display: flex;
align-items: center;
}
.first-para-text{
display: flex;
align-items: flex-start;
}
.border{
bottom: -222px !important;
right: 49px;
}
/* SERVICES LIST */
.home ul#servcss {
list-style: none;
columns: 2; 
column-gap: 70px;
padding: 20px;
}
.services-list-container{
padding: 100px;
}
#services-list-column::before {
content: '';
background: url('/wp-content/uploads/2025/03/Expert-Photographers.webp');
background-size: contain !important;
position: absolute;
height: 100%;
background-repeat: no-repeat;
background-position: center;
width: 100%; 
opacity: 0.7;
}
/* SERVICES */
.srvBlockTitle {
margin-top: 50px;
}
.srv-box-holder{
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
}
.srvElement{width: calc((100% / 3) - 30px);margin-bottom: 10px;}
.srvElementImg img{
height: 300px;
}
.additionalBadges{
display: flex;
flex-direction: column;
}
.srvElement.srvElementFullWidth {width: 100%;display: flex;flex-direction: row;align-items: center;max-width: unset;justify-content: space-between;}
.srvElementBody.srvElementFullWidthBody {
width: 62%;
}
.srvElementImg.srvElementFullWidthImg {
width: 29%;
}
/* LAST PARAGRAPH */
div#home-content-section {
/* z-index: 3; */
}
.last-para-container{
display: flex;
flex-direction: row;
justify-content: space-between;
}
.last-para-text{width: 55%;margin-right: 20px;align-items: center;}
.last-para-image{
width: 40%;
}
.last-para-image img{
height: calc(100% * 1.5);
}
.border-para{
left: 20%;
height: 635px;
border-top: 1px solid #333;
}
.last-para-text h2{
padding-bottom: 20px;
}
/* TESTIMONIALS */
.testimonials-home-container{
overflow: hidden;
margin-bottom: 50px;
margin-top: 20px;
width: 100%;
}
     
div#homepage-nap-section .et_pb_row {
    display: flex;
    align-items: center;
}
/* FOOTER */
div#footer-widgets{
display: flex;
flex-direction: row;
align-items: flex-start;
}
.footer-widget {
margin-right: 5.5% !important;
margin-bottom: 5.5% !important;
}
div#text-7 {
margin-bottom: 40px !important;
}
ul#menu-footer-menu{
text-align: left;
}
h4.title{
text-align: left;
}
.textwidget{
text-align: left !important;
align-items:flex-start;
}
div#social-icons{
text-align: left;
}
.paymentsbox{
display: flex;
justify-content: flex-start;
padding-top: 0;
}
/* SERVICES LIST */
h4.widgettitle{
text-align: left;
}
.wpcr3_review {
text-align: left;
}
.home header#main-header {
background: #fff;
box-shadow: none;
}
header#main-header {
background: #fff;
box-shadow:0 1px 0 rgba(0, 0, 0, .1);
}
}