/*
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: 'Roboto', Arial, Times New Roman, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-feature-settings: "liga";
    color: #2a2a2a;
    font-weight: 400;
    overflow-x: hidden;
    font-size: 18px !important;
}
.home h1{
	font-weight: bold;
}


 

/*change Divi opened hamburger menu to X*/

.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}


/*rotate the Divi Menu icon on click*/

.mobile_menu_bar:before {
    transition: all .4s ease;
    transform: rotate(0deg);
    display: block;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 35px !important;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
}


/*rotate the Divi Menu icon on click*/
/* RESET DIVI INTERFERENCE */
#main-header {
  box-shadow: none;
  border-bottom: none;
}

/* =========================
   TOP BAR
========================= */
.lp-topbar {
  background:#111;
  color:#fff;
  font-size: 16px;
  /* padding: 10px 0; */
}

.lp-topbar-inner {
  display:flex;
  flex-direction:column;
  text-align:center;
  align-items: center;
}

.lp-topbar-inner div {
  padding:8px;
  border-bottom:1px solid rgba(255,255,255,0.1);
  width: 100% !important;
  /* border-right: none !important; */
}

.lp-topbar-inner div i{
	color:#D73147;
	margin-right: 10px;
}

.header-location-container{
	display: flex;
	align-items: center;
	/* gap: 10px; */
	text-align: center;
	justify-content: center;
	border-bottom: none !important;
	padding: 0px !important;
	border-right: none !important;
}
.lp-topbar a {
  color:#fff;
  text-decoration:none;
}

/* =========================
   MAIN HEADER
========================= */
.et_search_outer{
	display:none;
}
#main-header {
  background-color: #333333 !important;
  height: auto !important;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 1px 1px 9px #0000005e;
}
#top-menu-nav{
	display:none;
}
/* CONTAINER */
/* .header-menu-container {
  display:flex;
  align-items: stretch;
  justify-content:space-between;
  width: 100%;
  text-align: center;
  height: 100%;
   flex-direction: column;
} */

.header-menu-container {
    display: -webkit-inline-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    height: 100%;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
}

.mobile_nav{
	height: 100%;
}
/* =========================
   LOGO ANGLED BLOCK
========================= */
.lp-logo-wrap {
  background:#333333;
  background-image: linear-gradient(118deg, #333333 85%, #fff 23%);
  color:#fff;
  padding:20px 25px;
  position:relative;
  height: 100%;
  width: 100%;
  text-align: left;
  padding-right: 42px;
}
.logo_helper{
	display: none !important;
}


.lp-logo-wrap span {
  font-size: 26px;
  font-weight: bold;
  color:#fff;
  line-height: 1.2em;
}
.et_header_style_left .logo_container{
	height: auto;
	display: flex;
	width: 82%;
	position: relative;
	z-index: 9999;
	background-image: linear-gradient(
103deg, #333333 87%, #fff 23%);
	align-items: center;
}
.et_header_style_left .logo_container a img{
    width: 80% !important;
    float: left !important;
}
#et-top-navigation {
  height: auto !important;
  display: flex;
  align-items: center;
}
/* =========================
   NAVIGATION
========================= */
#top-menu {
  display:none; /* mobile first */
}

/* =========================
   CTA BUTTON
========================= */
.lp-header-cta {display:none;}

.lp-header-cta a {
  display: flex;
  align-items: center;
  /* height: 100%; */
  /* padding-left: 30px; */
  /* background: #d73147; */
  color: #fff;
  /* text-align: right; */
  }

/* =========================
   MOBILE MENU
========================= */
.mobile_menu_bar {
  color:#000;
  padding: 17px 0 !important;
  height: 100%;
  display: flex;
  justify-content: center;
}
#mobile_menu{
	background-color: #ffffff !important;
	border-top: 0px;
	padding: 0px;
	/* min-height: 100%; */
}
#mobile_menu li{
	padding: 10px 0;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,.09);
	background: #333;
}
#mobile_menu .current-menu-item{
	background: #d73147;
}
#mobile_menu .current-menu-item a{
	color:#fff;
}
.et_header_style_left #et-top-navigation{
	 padding-top: 0px !important;
	 width: 20%;
	 padding-left: 0px !important;
}
#et_mobile_nav_menu{
	/* transform: translateY(50%); */
	height: 100%;
	width: 100%;
	margin: auto;
	text-align: center;
}

/*END HEADER STYLES*/


/*PAGE STYLES*/
/* HERO WRAPPER */
.lp-hero {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

/* MEDIA */
.lp-hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.lp-hero-img,
.lp-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* VIDEO hidden mobile */
.lp-hero-video {
  /* display: none; */
  opacity: 1;
  transition: opacity .6s ease;
}

/* OVERLAY (dark for readability) */
.lp-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 2;
}

/* CONTENT */
.lp-hero-inner {
  position: relative;
  z-index: 3;
  width: 90%;
  margin: auto;
}
.lp-hero-left{display: flex;flex-direction: column;align-items: center;}
/* LEFT */
.lp-hero-big {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
.lp-hero-big span{
    color:#D73147;
}
.lp-hero-sub {
  color: #fff;
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
}

/* POINTS */
.lp-hero-points {
  margin-top: 20px;
  padding-left: 0 !important;
  list-style: none;
  list-style-type: none !important;
  padding-bottom: 0px !important;
}

.lp-hero-points li {
  color: #fff;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
}

.lp-hero-points li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  color: #d73147;
  font-family: 'FontAwesome';
}

/* FORM */
.cf-title{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 33px;
	line-height: 1.2em;
	font-family: 'Inter', sans-serif;
	letter-spacing: -1px;
	color: #333;
	width: 90%;
	margin: auto;
}

.cf-subtitle{
	text-align: center;
	font-size: 16px;
	margin: 20px;
}
.lp-hero-form {
  background: #fff;
  padding: 20px;
  margin-top: 50px !important;
  border-radius: 0px;
  max-width: 500px;
  width: 100%;
  margin: auto;
}


.button {
    background: #D73147;
    background-size: contain;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 15px 30px;
    display: inline-block;
    line-height: 1;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 48%);
    transition:0.3s ease-in-out;
    text-align: center;
    white-space: nowrap;
}

.button:hover {
   transform: translateY(-10px);
   z-index: 999;
   box-shadow: 0px 25px 15px 0px rgb(0 0 0 / 48%);
   background: #333333d9;
}

.about-badges{
	display: flex;
	gap:20px;
	align-items: center;
	flex-direction: column;
	margin-bottom: 20px;
}

.about-badges .button, .about-badges a{
	width: fit-content;
	max-height: 60px;
	object-fit: contain;
	text-align: center;
}

.about-badges img{
	 box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 18%);
	 text-align: center;
	 object-fit: contain;
	 max-height: 60px;
}

 .section-separator-up:after {
        width: 0;
        height: 0;
        border-left: 10vw solid transparent;
        border-right: 90vw solid transparent;
        border-bottom: 5vw solid #edd815;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        z-index: 9999;
}


/* HTML BADGES STYLE */
div#css-badges-section {
    background-color: #ffffff!important;
}
.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.badge-holder {
    background: #333533;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 160px;
    padding: 5px 5px 22px 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 4%);
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
    transition: 0.3s ease-in-out;
}

p.badge-content {
    color: #edd815;
    text-align: center;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 14px;
    min-height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-holder img {
    width: 70%;
}

.badge-title {
    background: #fff;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    border-radius: 6px;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 28%);
    text-shadow: 0px 15px 15px rgb(0 0 0 / 38%);
    font-family: 'Oswald', sans-serif;
    color: #1b1a1f;
}

.badge-title span {
    font-weight: bold;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
}


.entry-title {
    text-align: center;
    line-height: 1.2;
    font-size: 26px !important;
    color: #2d2d2d;
    font-weight: bold;
    /* font-family: 'Oswald', sans-serif; */
}
.section-title-heading {
    color: #3a3f3e;
    font-weight: 500;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
}


div#home-title-block .et_pb_image {
    /* max-width: 400px; */
    /* margin: 0 auto; */
}

.home .entry-title {color: #3a3f3e;text-align: center;line-height: 1.2;font-size: 20px !important;font-weight: normal;padding: 0;/* text-transform: uppercase; */margin-bottom: 20px;height: 70px;overflow: hidden;}

 

 

/* SERVICES SECTION STYLE */

div#services-blocks-section {
    background-color: #333333 !important;
    background-image: url(https://rainierroofservice.com/wp-content/uploads/2026/04/services-background.webp);
    background-blend-mode: color-burn;
    background-size: cover;
}

.srvBlockTitle h2{
	 text-align: center;
    /* font-size: 26px; */
    color: #ffffff;
}
.srvBlockTitle p {
    text-align: center;
    /* font-size: 26px; */
    color: #ffffff;
    line-height: 1.2;
    /* font-family: 'Oswald', sans-serif; */
    padding-top: 30px;
}


.srvElement{
           position: relative;
           background: #fff;
           padding:20px;
           border-radius: 0px;
           }



.srvElementImg img{
  width:100%;
  height: 300px;
  object-fit:cover;
  border-radius: 0px;
  display:block;
}

.srvElementImg{
    background:linear-gradient(transparent,rgba(0,0,0,0.7));
    border-radius:20px;
    position:relative;
}

/* bottom info area */

.srvElementBody{
  /* position: relative; */
  bottom:0;
  left:0;
  width:100%;
  color:#fff;
  /* background:linear-gradient(transparent,rgba(0,0,0,0.7)); */
  padding-top: 20px;
  text-align: justify;
}

/* header row */

.srvElementHeader{text-align: center;/* min-height: 60px; */display: flex;align-content: center;align-items: center;justify-content: center;}

.srvElementHeader h2{
  margin:0;
  font-size: 20px;
  /* color: #fff; */
  font-weight: bold;
}

/* arrow button */
.swiper-button-prev, .swiper-button-next{
	color: #ec6516;
	
}

.swiper-button-prev:after, .swiper-button-next:after{
	font-size:20px;
	font-weight:bold;
}

.swiper-button-prev{
	left:-50px;
}

.swiper-button-next{
	right:-50px;
}

.srvToggle{
  width:50px;
  height:50px;
  border-radius:50%;
  background:#0f0f1a;
  color:#fff;
  border:none;
  cursor:pointer;
  font-size:20px;
  transition:transform .35s;
}

/* hidden text */

.srvElementContent{
  /* max-height:0; */
  overflow:hidden;
  transition:max-height .45s ease;
  /* margin-top:10px; */
  /* position: absolute; */
  top: 0px;
  color: #262626;
}

/* active state */

.srvElement.active .srvElementContent{
  max-height:200px;
  padding: 20px;
  text-align: justify;
  margin-left: -20px;
}

.srvElement.active .srvElementImg{
    background: #000;
}

.srvElement.active .srvElementImg img{
    opacity:0;
}

.srvElement.active .srvToggle{
  transform: rotate(-90deg);
}
.swiper-pagination-bullets{
 display: flex;
 justify-content: center;
 margin-top: 20px;
}
.swiper-pagination-bullet-active{
    background:#ff761a;
}

.srvElement-other{
	display: flex;
}

.srvElementImg-other img{
	height: 200px;
	object-fit: contain;
}

.srvElementHeader-other h2{
	color:#fff;
	text-align:center;
}

div#home-content-section {
    background-color: #ededed!important;
    /* border-top: 15px solid #edd815; */
}

.link-button {
    background: #edd815;
    background-size: contain;
    color: #000;
    font-weight: bold;
    border-radius: 3px;
    padding: 15px 30px;
    display: inline-block;
    line-height: 1;
}
.link-button:hover {
    background-color: #333533 !important;
    color: #fff;
}
.estimate-title {
    font-size: 26px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: bold;
}

.estimate-title span {
    color: #edd815;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
}

.estimate-content {
    line-height: 1.6;
    padding-top: 20px;
    color: #fff;
}

 

div#process-steps-section {
    background-color: #ffffff!important;
}

.prjct-process-title {
    font-size: 26px;
    color: #333533;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.prjct-process-title span {
    color: #edd815;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
    text-shadow: -1px -1px 0 #878787, 1px -1px 0 #878787, -1px 1px 0 #878787, 1px 1px 0 #878787;
}
.prjct-process-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.prjct-process-box {
    position: relative;
    font-family: 'Oswald', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    margin-top: 65px;
}

 
.prjct-number {
    font-size: 26px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #333533;
    background: #edd815;
    color: #000;
    position: absolute;
    top: -23px;
    z-index: 99;
}

.prjct-process-border-box {
 position: relative;
 overflow: hidden;
 width: 150px;
 height: 150px;
 background: #ffffff;
}
 
.prjct-content {
    text-align: center;
    line-height: 1.2;
    font-size: 19px !important;
    padding-top: 15px;
    color: #333533;
}
.prjct-content strong{
    color: #333533;
    font-size: 22px !important;
    line-height: 1.6;
    text-transform: uppercase;
}
.prjct-icon {
    font-size: 50px;
    text-align: center;
    line-height: 1;
    width: 150px;
    height: 150px;
    border: 3px solid #333533;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* overflow: hidden; */
}
.prjct-icon:before {
            content: "";
            position: absolute;
            width: 80px;
            height: 80px;
            bottom: -53px;
            right: -53px;
            background: #edd815;
            z-index: 999;
            transform: rotate(45deg);
            border-left: 10px solid #ffffff;
}
.prjct-icon .fa {
    color: #333533;
}

/* SERVICES LIST SECTION STYLE */
 

div#services-list-section {
    background-color: #ffffff!important;
}
.homepage-services {
    text-align: center;
    margin: 0 auto;
    padding: 35px 0;
    border-top: 1px solid #edd815;
    border-bottom: 1px solid #edd815;
}
.homepage-services #servcss {
    padding: 0;
}
.homepage-services #servcss li {
    position: relative;
    font-weight: bold;
    margin: 0.3em 0;
    padding-left: 20px;
    display: inline-block;
    color: #333533;
}

.homepage-services #servcss li:before {
    position: absolute;
    content: '\f00c';
    top: 0;
    left: 0;
    color: #edd815;
    font-family: 'FontAwesome';
}

div#homepage-gallery .et_pb_gallery_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div#homepage-gallery .et_pb_gallery_item {
    width: 50% !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
    float: none !important;
}

div#homepage-gallery .et_pb_gallery_item img {
    padding: 0 10px;
}

div#homepage-gallery .clearfix:after {
    display: none;
}

div#homepage-gallery a.active {
    color: #ffd100;
}


/* NAP SECTION STYLE */
 


 .homepage-nap h3 {
    text-align: center;
    color: #0b2a79;
    /* font-family: 'Oswald', sans-serif; */
    line-height: 1.2;
    font-weight: bold;
    transition: 0.3s ease-in-out;
}

.homepage-nap h3 strong {
    color: #333533;
    font-size: 26px;
    line-height: 1.8;
}


/* CONTACT FORM STYLE */
 

div#contact-form-section {
    background-color: #ffffff!important;
}
div#contact-section {
    background-color: #ededed;
    -webkit-border-radius: 6px;
    border-radius: 4px;
    padding: 20px;
    margin: 20px auto;
    border: 1px solid;
}
div#contact-section:before {
    background-image: radial-gradient(#edd815 0%, transparent 20%, #fa807200 40%);
    background-size: 19px 20px;
    content: '';
    position: absolute;
    width: 145px;
    height: 152px;
    right: -34px;
    top: -43px;
    background-repeat: repeat;
    z-index: -1;
}
p.free-estimate-title {
    font-size: 26px;
    color: #333533;
    font-style: normal;
    line-height: 1.2;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-align: center;
}
p.free-estimate-title span {
    color: #edd815;
    text-shadow: -1px -1px 0 #878787, 1px -1px 0 #878787, -1px 1px 0 #878787, 1px 1px 0 #878787;
}
input#customer_name {
    width: calc(50% - 10px);
    float: left;
    margin-bottom: 10px;
}

input#phone-cf {
    width: calc(50% - 10px);
    float: left;
    margin-left: 20px;
	margin-bottom:10px;
}
input#customer_email {
	margin-bottom:10px;
}

textarea#message {
    margin-bottom: 20px;
}

#contact img {
    float: left;
    width: 120px;
}

input#vercode {
    width: calc(100% - 140px);
    margin: 0;
    margin-left: 20px;
    float: left;
    padding: 7px 10px 10px;
}

form#contactForm {
    text-align: center;
}

input#submitter {
  background: #D73147;
  background-size: contain;
  color: #fff;
  font-weight: bold;
  border-radius: 3px !important;
  padding: 15px 30px;
  display: inline-block;
  line-height: 1;
  box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 20%) !important;
  transition: 0.3s ease-in-out;
  margin-top: 30px !important;
  height: auto;
  border: none;
}

input#submitter:hover {
  
   transform: translateY(-10px);
   z-index: 999;
   box-shadow: 0px 10px 6px 0px rgb(0 0 0 / 48%);
   background: #333;

}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    border: none;
    max-width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    display: block;
    line-height: 1.75em;
    font-weight: 300;
    color: #000;
    background-image: none;
    border: 1px solid #69727d;
    border-radius: 5px;
}

#contactForm input[type=text]::placeholder,
#contactForm input[type=password]::placeholder,
#contactForm input[type=tel]::placeholder,
#contactForm input[type=email]::placeholder,
#contactForm input.text::placeholder,
#contactForm input.title::placeholder,
#contactForm textarea::placeholder,
#contactForm select {
    color: #000 !important;
}

#contactForm input[type=text]:focus,
#contactForm input[type=password]:focus,
#contactForm input[type=tel]:focus,
#contactForm input[type=email]:focus,
#contactForm input.text:focus,
#contactForm input.title:focus,
#contactForm textarea:focus,
#contactForm select:focus {
    border-bottom-color: #000;
    color: #000 !important;
}

#contact {
    padding: 0;
}


/* TESTIMONIALS SECTION STYLE */
 

div#home-testimonials {
    background-color: #ededed!important;
}
.testimonials-title {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: #333533;
    font-style: normal;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}

/* -----------------------------------------------------------------------
	 * Testimonials Plugin
 * ----------------------------------------------------------------------- */
.testimonial-container{
	display: flex;
	background: #D73147;
	border-radius: 0px;
	overflow: hidden;
	flex-direction: column;
}
.big-title{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.small-title{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
	display: flex;
	align-items: center;
	font-family: "Inter", sans-serif;
}
.small-title h2{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.testimonial-container-left{
	width: 100%;
	background: #333333;
	display: flex;
	flex-direction: column;
	padding: 20px;
	color: #fff;
	justify-content: center;
	align-items: center;
}
.testimonial-container-left i{
	background:#D73147;
	padding:10px;
	border-radius:50%;
	margin-top:10px;
}
.testimonial-container-right{
	width: 100%;
	/* overflow: hidden; */
	position: relative;
}
.testimonial-container-right:before{
	content:'';
	width: 0px;
	display: block;
	height: 0px;
	position: absolute;
	border-left: 60px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 300px solid #D73147;
	left: -60px;
	top: 0px;
}

#home-testimonials {
    background: #ffffff;
}

.testimonials-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    text-align:center;
}

.testimonials-title {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-weight: 800;
    font-size: 2.36px;
    line-height: 1.2;
    margin-bottom: 8px;
    letter-spacing: -0.9px;
    color: #ffffff;
}
 
.testimonials-info {
    margin-bottom: 1rem;
}
 
.testimonial-item {
    border: 0px solid #ffffff00;
    border-radius: 10px;
    padding: 1rem;
    background: #ffffff00;
    min-height: 100%;
    break-inside: avoid;
}

.testimonial-item:hover {
	background: #ffffff00;
    border-color: #ffffff00;
}
 
.testimonials-grid .testimonial-item {
    margin-bottom: 1rem;
}
 
.testimonial-item a {
    height: 100%;
    display: grid;
    justify-items: center;
}
 
.testimonial-subject {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
 
.rating {
    display: flex;
    justify-content: center;
    margin: 0.5rem;
}
 
.star {
    width: 1rem;
    height: 1rem;
    color: #ffc956;
    margin:2px;
}
 
.testimonial-content {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    font-style: normal;
    color: #fff;
}
 
.testimonial-footer {
    margin-top: 1rem;
}
 
.reviewer-details {
    font-size: 0.75rem;
}
 
.review-from-logo {
    width: 80px;
    height: auto;
 
    padding: 3px !important;
    border-radius: 5px;
    min-height: 35px;
    /* filter: drop-shadow(0px 0px 3px #ffffff); */
}
 
.reviewer-name {
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.nav-arrows {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 0;
}

.nav-arrows button {
    padding: 0.5rem;
    border-width: 1px;
    border-color: #000000;
    border-radius: 3px;
    cursor: pointer;
    background: #edd818;
    border-style: solid;
    display: flex;
    color: #000000;
}
 
.nav-arrows button:hover {
    background: #333533;
   
    border-color: #333533;
}
 
.nav-arrows button svg {
    height: 20px;
    width: 20px;
    margin-right: 0;
}
 
.rotate-180 {
    rotate:180deg;
}

@media only screen and (min-width: 600px) {
    .testimonials-grid {
        column-fill: balance;
        columns: 2;
        gap: 1.5rem;
    }
}

@media only screen and (min-width: 981px) {
	#testimonials-block{
		margin-top: -192px;
		margin-bottom: -30px;
	}
	div#home-content-section{
		padding-bottom: 160px;
	}
	.testimonial-container{
		flex-direction:row;
	}
	.testimonial-container-left{
		width: 54%;
		align-items: flex-start;
		padding-right: 30px;
	}
    .testimonials-grid {
        columns: 3;
    }
	.testimonial-container-right{
		width: 45%;
		padding: 20px 0;
	}
 
    .testimonial-subject {
        font-size: 1.25rem;
    }
 
    .testimonial-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
 
    .reviewer-details {
        display: flex;
        align-items: center;
    }
 
    .reviewer-name {
        padding-right: 12px;
        font-size: 13px;
        border-right: 2px solid #ffffff;
        margin-bottom: 0px;
    }
 
    .review-from-logo {
      padding-left: 0;
      margin-left: 9px;
      -webkit-filter: drop-shadow(2px 0 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(0 -2px 0 white);
     filter: drop-shadow(2px 0 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(0 -2px 0 white);
    }

    .nav-arrows {
        margin-top: 5px;
    }
	.big-title{
		text-align:left;
	}
	div#homepage-nap-section .et_pb_row:before{
	content:'';
	background:url(https://rainierroofservice.com/wp-content/uploads/2026/04/top-roofing-services.webp);
	width: 300px;
	height: 400px;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	bottom: 0px;
	background-size: contain;
}
}


/* FOOTER STYLE */

#main-footer {
    background: #333333;
    /* background-image: url(https://rainierroofservice.com/wp-content/uploads/2024/03/bg.webp); */
    background-size: contain;
    background-repeat: repeat;
    /* border-top: 15px solid #edd815; */
}
footer#main-footer .section-separator-down {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    -ms-filter: fliph;
    filter: fliph;
}
div#footer-bottom {
    background-color: #D73147;
    padding: 15px;
    color: #ffffff;
}

.paymentsbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-widget h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: bold;
    /* font-family: 'Oswald', sans-serif; */
    line-height: 1.5em;
    text-align: center;
    border-bottom: 1px solid #D73147;
    text-transform: uppercase;
}

.footer-widget .textwidget {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

#footer-widgets .footer-widget a {
    background-color: #333;
}
#footer-widgets .footer-widget li {
    padding-left: 0px;
}
#footer-widgets .footer-widget li a {
    background: transparent;
}
#footer-widgets .footer-widget li:before {
	display:none;
}
table.openinghours {
    width: 100%;
    max-width: 350px;
    margin: 0 auto !important;
}
@media screen and (max-width: 981px) and (min-width: 425px) {
    .hours, .openinghours {
        max-width: 385px;
        margin: 0 auto !important;
    }
}

table.openinghours tr {
    display: flex;
    justify-content: space-between;
    line-height: 2;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

#current-day {
    background-color: #D73147;
    padding: 0 2px;
}

#current-day td {

    color: #fff;
    text-shadow: none;
}

#closed-day {
    color: #c4c4c4;
}
/* buttons */
.top-header {
    padding: 9px 0;
    z-index: 9999999;
    text-align: center;
}
.booking-button-switch {
 display: none;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #edd815;
    text-shadow: none;
    color: #000;
    transition: 0.3s ease-in-out;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold !important;
    line-height: 1;
	border-radius:3px;
}
.floating-estimate-btn {
    text-align: center;
    padding: 5px 15px;
    background-color: #edd815;
    color: #000000 !important;
    border: 2px solid #000;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: uppercase;
    width: 225px;
    border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#main-footer .listing-rev-btn {
    padding: 5px 15px;
    border: 1px solid #000;
    border-left: 0px;
    bottom: 10px;
    background: #D73147;
    color: #ffffff;
    width: 225px;
    justify-content: center;
    text-transform: uppercase;
    font-size: 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#main-footer .listing-rev-btn img {
    display: none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #ffffff;
}

/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
 .single-post div#main-content .container {
    padding: 0px 0 !important;
}
.et_pb_title_meta_container, .post-meta {
    text-align: center;
}
 .post-content-inner {
    text-align: justify;
}
.single-post div#main-content .post {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
 
.single-post .et_pb_post .entry-content {
text-align: justify;
}

.single-post h2 {
  text-align: left;
}
.single-post p {
text-align: justify;
}

/*min width 981 - align blog meta in the left*/

.et_pb_title_meta_container, .post-meta {
    text-align: left;
}

.et_pb_sidebar_0 h4.widgettitle {
    font-size: 26px;
    /* font-family: 'Oswald', sans-serif; */
    font-weight: bold;
    color: #062d5b;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid #062d5b;
}

#sidebar h4.widgettitle {
    font-size: 26px;
    font-weight: 400;
    color: #062d5b;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid #062d5b;
}

.et_pb_sidebar_0 .textwidget {
    text-align: center;
}

#sidebar .textwidget {
    text-align: center;
}

.single-post div#main-content,
.blog div#main-content {
    background-color: #ffffff;
    min-height: 50vh;
}

.single-post .et_pb_post .entry-content {
    text-align: justify;
}

#left-area .post-meta a {
    color: #16bae1;
}

#left-area .post-meta {
    text-align: center;
}

.blog .et_pb_post {
    text-align: justify;
}


/*MEDIA QUERIES*/

@media only screen and (min-width: 600px) {
    .srvElementImg img {height: 200px;}

    .homepage-services ul#servcss {


        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }


    .homepage-services li {
        display: inline-block;
        padding: 0 20px;
    }

    .homepage-services ul#servcss {
        padding: 0;
    }
}

@media screen and (max-width: 980px) {

    /* ADDITIONAL STYLES FOR MOB. RES. */
    .et_pb_sidebar_0 .et_pb_widget {
        width: 100%;
    }

    .footer-widget:nth-child(n) {
        width: 100% !important;
        text-align: center;
        margin: 0 !important;
    }

    .et_pb_text {
        text-align: center !important;
    }

    #footer-widgets .footer-widget .fwidget {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
}

@media screen and (min-width: 981px) {

    /*HEADER STYLES*/
/* header#main-header {
    overflow: hidden;
}
	.top-header {
    
    top: 0;
    padding: 0;
}
	.top_button {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
.header-menu-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.logo_container {
    width: 240px !important;
}

div#et-top-navigation {
    width: calc(100% - 240px);
    flex-direction: row;
    padding: 0 !important;
    align-items: center;
}

.contact-info {
    width: 200px;
    margin: 0;
}

nav#top-menu-nav {
    width: calc(100% - 240px);
    margin-right: 40px;
}

.contact-info-container {
    padding: 0;
}

a.phonenum {
    margin: 0;
    font-size: 23px;
}

.contact-info-container a {
    justify-content: flex-end;
}

.contact-info-container:before {
    border: none;
    width: 100vw;
    height: 300%;
    background: #edd815;
    left: -15px;
    top: -100%;
}

.contact-info-container:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 60px solid #ffffff00;
    border-top: 80px solid #edd815;
    border-bottom: 80px solid #edd815;
    bottom: -50px;
    left: -75px;
}*/

#top-menu li {
    padding: 5px !important;
}

ul#top-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}
    ul.sub-menu {filter: drop-shadow(0px 1px 3px #5b5b5b);background-color: #ffffff !important;border-color: #D73147 !important;position: fixed !important;top: auto;margin-top: 0px;padding-top: 0px !important;}
ul.sub-menu li ul {
    top: 20px;
}
    #top-menu ul.sub-menu a {
        color: #111111 !important;
    }

    ul.sub-menu li {
        padding: 0 10px !important;
        width: 100%;
    }

    ul.sub-menu li a {
        padding: 5px 0px !important;
        width: 100% !important;
    }

     
    .et_header_style_left #et-top-navigation nav>ul>li>a {
        color: #333 !important;
        padding-bottom: 0px !important;
    }

    .et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
        color: #333 !important;
    }

  .lp-topbar-inner {
    flex-direction:row;
    justify-content:space-between;
    max-width:1200px;
    margin:auto;
  }
.lp-topbar-inner div:nth-child(3){
	border-right:none !important;
}
  .lp-topbar-inner div {
    border:none;
    /* padding:10px 15px; */
    width: 33%;
    border-right: 1px solid rgb(255 255 255 / 74%);
  }

  #main-header .container {
    max-width: none;
    width: 100%;
    margin: auto;
    min-height: 100px;
	padding: 0px !important;
  }
	.lp-logo-wrap{
		background-image: none;
		display: flex;
		align-items: center;
		
	}
	

#main-header .container:after{
	display:none;
}
	#top-menu-nav{
		display:block;
	}
  #top-menu {
    display:flex;
    gap: 10px;
  }

  #top-menu li a {
    color:#fff;
    font-weight: 600 !important;
  }

  #et-top-navigation {
    display:flex;
    align-items:center;
    gap:30px;
    padding-top: 0px !important;
    width: 60% !important;
    justify-content: center;
    background: transparent;
  }

  .lp-header-cta {
    display: flex;
    /* height: 100%; */
    /* position: relative; */
    display: flex;
    /* height: 100%; */
    color: #fff;
    /* background-image: linear-gradient(118deg, #ffffff 25%, #ed6516 25%); */
    /* padding-right: 20px; */
    /* padding-left: 2%; */
    width: 20% !important;
    justify-content: center;
    /* max-width: 19%; */
    background: #D73147;
    position: relative;
  }
	.lp-header-cta {display:flex;padding-right: 20px;}

.lp-header-cta:before{
	content: '';
	position: absolute;
	top: 0;
	left: -23px;
	width: 57px;
	height: 100%;
	background: #D73147;
	transform: skewX(-18deg);
	z-index: -1;
}
	
.lp-header-cta a {
  /* display: flex; */
  /* align-items: center; */
  /* height: 100%; */
  /* padding-left: 35px; */
  /* background: #d73147; */
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  /* padding-right: 20px; */
  }

  /* FIX ANGLE OVERFLOW */
  .logo_container {
    position: relative !important;
    z-index:2;
    width: 20% !important;
  }

	.lp-logo-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: -23px;
    width: 57px;
    height: 100%;
    background: #333333;
    transform: skewX(-18deg);
    z-index: -1;
}

    /*END HEADER STYLES*/
    /*PAGE STYLES*/
    section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
        max-height: 800px !important;
        min-height: 600px !important;
        background-position: 100% 40% !important;
    }

    .et_pb_fullwidth_header_container.center {
        max-height: 800px !important;
        min-height: 600px !important;
    }

    .entry-title {
        text-align: left;
    }

    .home .entry-title {text-align: left;}
	
  .lp-hero {
    padding: 100px 0;
  }
	.lp-hero-left{
    align-items: flex-start;
}

  .lp-hero-inner {
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
  }

  .lp-hero-big {
    font-size: 38px;
    text-align:left;
    font-family: 'Inter';
  }

  .lp-hero-sub {
    font-size: 21px;
    text-align: left;
  }
	.lp-hero-points li{
		
	}
.lp-hero-form{
	margin-top: auto !important;
}
	.cf-title{
		font-size: 36px;
	}
	.cf-subtitle{
		font-size: 18px;
	}
  /* VIDEO ENABLE */
  .lp-hero-video {
    display: block;
  }

  .lp-hero-video.loaded {
    opacity: 1;
  }
    .about-badges .button, .about-badges a{
		width:50%;
	}
.about-badges{
	flex-direction:row;
}
 
    .badge-holder:hover {
    transform: scale(1.1);
    z-index: 999;
    background: #000000;
}
    div#home-title-block .et_pb_image {
    max-width: 100%;
}

	div#home-title-block .et_pb_image:after{
		
	}
    /* SERVICES STYLE DESKTOP*/
  

    div#homepage-gallery .et_pb_gallery_item {
        width: 25% !important;
    }
.estimate-section {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 820px;
    margin: 0 auto;
}

.estimate-title {
    width: 200px;
    font-size: 32px;
}

.estimate-content {
    width: calc(100% - 250px);
    margin-left: 50px;
}

.estimate-title span {
    display: block;
}
.prjct-process-title {
    font-size: 32px;
}
.prjct-process-holder {
    max-width: 100%;
    justify-content: space-evenly;
}
.prjct-process-holder:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    background: #edd815;
    top: 43%;
}
    .prjct-process-box:hover {
    transform: scale(1.05);
}
    /* NAP SECTION DESKTOP */
    .homepage-nap h3 strong {
        /* font-size: 36px; */
        line-height: 1.5;
    }

    /* CONTACT SECTION DESKTOP */
    div#contact-section {
        max-width: 600px;
    }

    p.free-estimate-title {
        font-size: 36px;
        line-height: 1.5;
    }

    /* TESTIMONIALS SECTION DESKTOP */
    .testimonials-title {
        font-size: 36px;
        line-height: 1.5;
    }

    /* SERVICES LIST SECTION DESKTOP */

    /* FOOTER STYLES DESKTOP */
    .footer-widget .et_pb_widget {
        width: 100%;
        margin-bottom: 0 !important;
    }

    .paymentsbox {
        justify-content: flex-start;
    }

    div#social-icons {
        text-align: left;
    }

    .footer-widget h4 {
        text-align: left;
    }

    #footer-widgets {
        padding-top: 20px;
    }

    /* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
    .et_pb_sidebar_0 h4.widgettitle {
        text-align: left;
    }

    #sidebar h4.widgettitle {
        text-align: left;
    }

    .et_pb_sidebar_0 .textwidget {
        text-align: left;
    }

    #sidebar .textwidget {
        text-align: left;
    }

    .et_pb_sidebar_0.et_pb_widget_area_right {
        border-left: 1px solid rgb(6 45 91 / 20%);
    }

    #left-area .post-meta {
        text-align: left;
    }

    #main-content .container:before {
        background-color: rgb(6 45 91 / 20%);
    }
}

@media screen and (min-width: 1700px) {
.section-separator-up:after {
    border-right-width: 65vw;
    border-bottom-width: 40px;
    border-left-width: 6vw;
}

.section-separator-down:after {
    border-left-width: 65vw;
}

.section-separator-down:before {
    right: 9vw;
}

.section-separator-down span:before {
    right: 13vw;
}
    
}
/***** TESTIMONIALS FORM *****/

.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0;
}

.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
    background: #525252;
}

.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: #000000;
        background: linear-gradient(to bottom, #525252 0%, #1f1f1f 100%);
        color: #fff;
    }
@media (min-width: 981px) {

    .wpcr3_respond_2 input[type="text"],
    .wpcr3_respond_2 textarea {
        min-width: 100%;
    }

    .wpcr3_table_2 td {
        text-align: left !important;
    }

    .wpcr3_review_form_rating_field label {
        margin: 6px 0 !important;
    }

 
}

@media (max-width: 980px) {
    .homepage-services #servcss li {
        display: block;
    }

    .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;
        min-width: unset !important;
    }

    .wpcr3_submit_btn,
    .wpcr3_cancel_btn {
        width: 40%;
    }
.et_pb_post h2.entry-title,
.et_pb_title_meta_container,
.post-meta {
        text-align: center;
}
}
@media screen and (max-width:600px) {
	.header-button {
		flex-direction:column;
	}
	.header-button .booking-button-switch {
    margin-right: 0px;
}  
}
/*CODE FOR THE BLOG*/
.et_pb_title_meta_container, .post-meta {
    text-align: center;
}
 .post-content-inner {
    text-align: justify;
}
.single-post div#main-content .post {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
 
.single-post .et_pb_post .entry-content {
text-align: justify;
}
.single-post .et_pb_section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.single-post article {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.single-post div#main-content .container {
    padding: 77px 0 !important;
}
#main-content .container {
    padding: 77px 0 !important;
}

#main-content .container h1 {
    color: #000000 !important;
}

#main-content .container h2 {
    font-size: 24px !important;
}

@media(min-width: 981px){
	.et_pb_title_meta_container, .post-meta {
    text-align: left;
}
}


 /* ADDITTIONAL SERVICES STYLE */

#additionalServices {
    list-style: none;
    text-align: center;
    padding: 0;
    list-style-type: none;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
}

#additionalServices li {
    break-inside: avoid;
    padding: 5px 3px;
    /* font-size: 18px; */
    /* color: #333533; */
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
}
#additionalServices li a {
	color: #fff;
	text-decoration: underline;
	font-weight: 800;
}
#additionalServices li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    color: #D73147;
}


@media (min-width: 600px) {
	#additionalServices li {
	    break-inside: avoid;
	    padding: 5px 5px;
	    text-align: left;
	}
}

@media (min-width: 981px) {
	#additionalServices {
	    columns: 3;
	    column-gap: 10px;
	}
}

#mobile_menu li a {
    /* line-height: 1.2em; */
    /* color: #fff; */
    border-bottom: none;
    display: flex;
    align-items: center;
}

.floating-estimate-btn{
z-index: 9999;
}

#main-footer .listing-rev-btn{
display: flex;
    align-items: baseline;
    position: fixed;
    z-index: 9999;
}

.post-content-inner {
    text-align: justify;
}
a.more-link{
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 20px;
	gap: 10px;
	border: 1px solid #ececec;
	border-radius: 6px;
	color: #646464;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 15px;
	transition:0.3s ease-in-out;
}

a.more-link:hover{
	background: #d73147;
	color:#fff !important;
}
/* === Separator === */

.separator {
  display: flex;
  align-items: center;
  gap: 10px; /* space between lines and icon */
  margin: 20px 0; /* spacing around the separator */
}

.separator .line {
  flex: 1;
  border: none;
  height: 2px;
  background-color: #000; /* line color */
}

.separator .icon {
  height: 35px; /* adjust icon size */
  width: auto;
  filter: invert(100%) brightness(200%); /* make white if icon is black */
}

/* BULLETS */

ul.first-list-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* better than center for lists */
    padding: 0;
    list-style: disc outside;
    width: 100%;
    max-width: 600px;
    margin-top: 30px;
}

ol.second-list-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    gap: 20px;
    padding: 0 !important;
    list-style: inside disc;
    width: 100%;
    margin-top: 30px;
}

.first-list-content li,
.second-list-content li {
    position: relative; /* Needed for pseudo-element positioning */
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #edd815;
    color: #000;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    transition: all 0.3s ease;
  	box-shadow: 0 4px 10px rgba(203, 202, 202, 0.3);
}

.second-list-content li {
    background: #cbcbcb;
    width: 100%;
    max-width: 500px;
}

@media only screen and (max-width: 980px) {
ul.first-list-content,
ol.second-list-content {
    display: flex;
    flex-direction: column;
    padding-left: 0; /* remove default ul/ol padding */
    list-style: none; /* remove default bullets */
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0 auto; /* auto centers the list */
	align-content: center;
}

ul.first-list-content li,
ol.second-list-content li {
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #edd815;
    color: #000;
    text-align: left;
    border-radius: 5px;
    width: 100%;
    position: relative;
}
ol.second-list-content li {
    background: #cbcbcb;
}
}

.first-list-content li:hover,
.second-list-content li:hover {
    background: #192026;
    color: #fff;
    transform: scale(1.05); /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ hover */
    padding: 5px 55px 5px 5px;
    background: linear-gradient(to right, #222, #444);
    border-left: 3px solid #fff;
}

/* Add icon on hover */
.first-list-content li::after,
.second-list-content li::after {
    content: ""; /* required for pseudo-element */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px; /* icon width */
    height: 20px; /* icon height */
    background-image: url('https://rainierroofservice.com/wp-content/uploads/2025/11/badgeIco-2.webp');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0; /* hide by default */
    transition: opacity 0.3s ease;
	filter: invert(100%) brightness(200%);
}

.first-list-content li:hover::after,
.second-list-content li:hover::after {
    opacity: 1; /* show on hover */
}

/* ===============================
   SERVICE BOX COLLAPSE
================================ */

.srvElementContent {
    max-height: 160px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
    padding-bottom: 10% !important;
    height:auto !important;
    /* padding: 15px; */
    width: 100%;
    text-align: center;
}



/* Fade effect at bottom */
.srvElementContent.is-collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 40%);
    pointer-events: none;
}

.srvElement:hover .srvElementBody .srvElementContent.is-collapsed::after{
 background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 40%);
}

/* Expanded state */
.srvElementContent.is-expanded {
    max-height: 2000px; 
}

/* Button */
.srv-read-toggle {
    background: none;
    border: solid 3px #D73147;
    color: #D73147;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    font-weight: bold;
    border-radius: 2px;
    transition: 0.3s ease-in-out;
    width: 29px;
    margin: auto;
    text-align: center;
}

.srvElementFullWidth .srvElementBody > div.srvElementContent > button{bottom: 14px;}

.srv-read-toggle:hover {
    /* text-decoration: underline; */
    /* transform: scale(1.1); */
    background: #D73147;
    color: #fff;
}


.srvElementBody, .srvElementFullWidth .srvElementBody{
    padding-bottom:0;
    padding-left: 0;
    padding-right: 0;
}

.srvElement:nth-child(5) > div.srvElementBody > div.srvElementContent > button{
    /* display:none; */
    }
.post-content{
		text-align:center;
	}
@media screen and (min-width:981px){
	.post-content{
		text-align:left;
	}
	.home h1{
		
	}
    .srv-read-toggle{
    bottom: 0px;
    }
	.srvElementFullWidth .srvElementBody > div.srvElementContent > button{
		bottom: 0px;
	}
    .srvElementBody {
        padding: 0;
        margin-bottom: 0;
    }
    .srvElementFullWidth .srvElementBody{
         margin-bottom: 0;
         padding-bottom: 0px;
         padding-left: 0;
         padding-right: 0;
         margin-right: 0px;
    }
 .srvElementFullWidth .srvElementContent.is-collapsed{
 max-height: 131px;
}

    .srvElement:nth-child(5) > div.srvElementBody > div.srvElementContent:after{
     /* display:none; */
     /* height: 40px; */
    }

    .srvElement:nth-child(5) > div.srvElementBody > div.srvElementContent > button{
    /* display:none; */
    }

    .srvElementAddServices > div.srvElementBody > div.srvElementContent > button{
    /* display:none; */
    }
}

.roofing-tabs {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

/* LEFT MENU */
.tabs-menu {
  width: 30%;
}

.tab-item {
  padding: 16px 20px;
  background: #ffffff;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
}

.tab-item:hover {
  background: #D73147;
  color: #fff;
}

.tab-item.active {
  background: #D73147;
  color: #fff;
}

/* RIGHT CONTENT */
.tabs-content {
  width: 70%;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.content-inner {
  display: flex;
  gap: 25px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  align-items: stretch;
}
.content-image{
	width:40%;
	display: flex;
}
.content-text{/* width:60%; */padding: 0;}

.content-text .nap-areas-list{
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    /* margin-top: 0px; */
    /* margin-right: 10px; */
    justify-content: center;
}
.content-text .nap-areas-list li:before{
	content: '\f041';
	font-family:"FontAwesome";
	color: #ff566c;
	left: -2px;
	position: relative;
}

.content-image img {
  /* width: 250px; */
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.content-text h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 22px;
  text-align: left;
}
.content-text p{
	/* font-size: 14px; */
	line-height: 1.4em;
	text-align: justify;
}

.content-text ul,
.content-text ol {
  margin-top: 10px;
  padding-left: 0px;
}
.content-text ol{
	padding-left: 10px;
}

.content-text ul{
	list-style-type: none;
}

.content-text ul li,
.content-text ol li{
	font-size: 14px;
	position: relative;
	margin-bottom: 10px;
}
.nap-area-item{
	margin-right: 10px;
	margin-bottom: 0 !important;
}
.content-text ol li{
	margin-bottom:10px;
}

.content-text ol li:before{
		content:"\f111";
		color: transparent;
		font-family: 'FontAwesome';
		position: absolute;
		left: -5px;
		z-index: 0;
		border: solid 2px #D73147;
		border-radius: 50%;
		width: 18px;
		height: 18px;
		top: 2px;
}



/* MOBILE */
@media (max-width: 980px) {
  .roofing-tabs {
    flex-direction: column;
    gap: 0px;
  }

  .tabs-menu,
  .tabs-content {
    width: 100%;
  }

  .content-inner {
    flex-direction: column;
  }
.content-image{width: 100%;max-height: 300px;}
  .content-image img {
    width: 100%;
    max-height: 300px;
    object-position: center;
  }
	.content-text{width: 100% !important;}
	.content-text h2{
		text-align:center;
	}
	.content-text p{
		text-align:justify;
	}
	.content-text .nap-areas-list{
		justify-content: center;
	}
}
.gallery-grid {
  display: grid;
  gap: 15px;
}

/* DESKTOP (ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â¥981px) */
@media (min-width: 981px) {
  .gallery-grid {
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas:
      "a a b b b"
      "a a c c d"
      "e e c c g";
  }

  .item1 {grid-area: a;aspect-ratio: 1 / 1;}
  .item2 {grid-area: b;aspect-ratio: 3 / 1 !important;}
  .item3 {grid-area: c;aspect-ratio: 1 / 1;}
  .item4 {grid-area: d;aspect-ratio: 1 / 1;}
  .item5 {grid-area: e;aspect-ratio: 2 / 1 !important;margin-top: -8px;}
  .item6 {grid-area: g;aspect-ratio: 1 / 1;}

  /* make all square-ish */
  .item {/* aspect-ratio: 1/1; */}
}

/* TABLET (ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â¥600px) */
@media (min-width: 600px) and (max-width: 980px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE (<600px) */
@media (max-width: 599px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* IMAGE STYLE */
.item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  display: block;
  aspect-ratio: 1 / 1;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease, filter .4s ease;
}

/* HOVER EFFECT */
.item:hover img {
  transform: scale(1.1);
  filter: brightness(0.8);
}

.item::after {
  content: "View";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  opacity: 0;
  transition: .3s;
}

.item:hover::after {
  opacity: 1;
}

/* LIGHTBOX */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

.lightbox.active {
  display: flex;
}

.close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

.titles-section{
display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.homepage-nap{
	display: flex;
	gap: 20px;
	flex-direction:column;
	align-items: center;
}

.nap-card{
	width: 100%;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	height: 200px;
	border-radius: 0px;
	border-top: solid 5px #0b2a79;
	gap: 10px;
	transition: 0.5s ease-in-out;
	border: solid 1px #cfcfcf;
}
.nap-card:hover{
	background:#fff;
	transform:translateY(-10px);
	box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 20%) !important;
	border-top: solid 5px #0b2a79;
}

.nap-card:hover h3{
	color:#e56216;
}
.nap-card h3{
	
}

.nap-icon{
	color: #0b2a79;
	font-size: 40px;
	transition: 0.3s ease-in-out;
}

.nap-card:hover .nap-icon{
	color:#e56216;
}
@media screen and (min-width:981px){
	.homepage-nap{
		flex-direction:row;
	}
	.nap-card{
		width:33%;
	}
}

.hero-badges img{
	width: 100%;
	max-width: 100px;
}

.hero-badges{
margin-bottom:10px}

#about-text div p:nth-child(3){
	margin-left:20px;
}


.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion li {
  border-bottom: 1px solid #ddd;
}

.accordion-toggle {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 15px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.accordion-toggle:hover{
	 color: #D73147;
}

.accordion-toggle::after {
 content: "\f0da";
 color: #D73147;
 font-family: 'FontAwesome';
 position: absolute;
 left: -12px;
 font-size: 18px;
}

.accordion-toggle.active::after {
  content: "\f0d7";
}

.accordion-content {
  display: none;
  padding: 0 15px 15px;
  font-size: 14px;
  color: #555;
}
.process-section {
  /* padding: 80px 20px; */
  /* background: #f5f5f5; */
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.process-section h2{
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.process-section>p{
	width: 100%;
	text-align: center;
}
.process-section .blog-title{
	width: 50%;
	text-align: left;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.2em;
	padding-right: 30px;
}
.process-title {
  font-size: 32px;
  margin-bottom: 50px;
  font-weight: 700;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

/* Desktop layout */
@media (min-width: 981px) {
  .process-grid {
    grid-template-columns: repeat(5, 1fr);
    align-items: stretch;
  }
}

.process-card {
  background: #333333;
  color: #fff;
  border-radius: 18px;
  padding: 40px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.process-grid:before{
content: "";
    position: absolute;
    right: 34px;
    left: 50%;
    height: 76%;
    width: 4px;
    background: #333333;
    right: auto;
    bottom: auto;
    z-index:-1;
}
/* Stagger like your image */
@media (min-width: 981px) {
  .process-card:nth-child(odd) {
    transform: translateY(-20px);
  }
  .process-card:nth-child(even) {
    transform: translateY(20px);
  }
}

.process-card::after{
	content:'';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  transition: height 0.4s ease;
}

.process-card:hover::after {
  height: 100%;
}

 .process-card:hover {
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.process-card:hover{
	color: #d73147;
}

.step-number {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 14px;
  opacity: 0.5;
  font-weight: 600;
}

.step-icon {
  font-size: 40px;
  margin-bottom: 20px;
}

.process-card h3 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}


/* Connector line (desktop only) */
@media (min-width: 981px) {
  .process-grid::after {
    content: "";
    position: absolute;
    right: 34px;
    top: 70%;
    width: 86%;
    height: 4px;
    background: #333333;
    left: auto;
    bottom: auto;
    z-index:-1;
  }
.process-grid:before{
	display:none;
}
.process-section {
  /* padding: 80px 20px; */
  /* background: #f5f5f5; */
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.process-section h2{
	width: 50%;
	text-align: left;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.process-section>p{
	width: 50%;
	text-align: left;
}
}
#last-image-1{
	position:relative;
	margin-block:30px;
}

#last-image-1:before {
    content: "";
    height: 240px;
    width: 240px;
    position: absolute;
    left: -15px;
    bottom: -25px;
    z-index: 98;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: #333;}

	#last-image-1:after{
		content: "Proven Roofing Results";
		height: 140px;
		width: 235px;
		position: absolute;
		left: -7px;
		bottom: -38px;
		z-index: 99;
		color:#fff;
		font-size: 35px;
		line-height:1.1em;
		font-weight: bold;
		text-align: left;
	}

/* SECTION */
.roofing-hero {
  background: #333333;
  overflow: hidden;
}

/* CONTAINER */
.roofing-container {
  display: flex;
  align-items: stretch;
  min-height: 500px;
  overflow: hidden;
  /* margin: 7px; */
}

/* LEFT CONTENT */
.roofing-content {
  width: 50%;
  padding: 20px 0;
  color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  /* padding-left: 2%; */
}

.roofing-content-text{
	max-width:540px;
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.roofing-content h2 {
  font-size: 30px;
  line-height: 1.2;
  /* margin: 20px 0px; */
  font-weight: 700;
  color: #fff;
}

.roofing-content p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 30px;
  opacity: 0.95;
}

/* BADGE */
.roofing-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #111;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 600;
  width: fit-content;
}

.roofing-badge .check {
  background: #D73147;
  color: #fff;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
}

/* RIGHT IMAGE */
.roofing-image {
  width: 50%;
  position: relative;
  /* height: 100%; */
  overflow: hidden;
  flex-grow: 1;
  max-height: 600px;
  margin: auto;
  
;
  /* box-sizing: border-box; */
}

.roofing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  /* angled cut */
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  max-height: 600px;
  margin: auto;
}

/* MOBILE */
@media (max-width: 980px) {

#last-image-1 span{
	width:100%;
}
#last-image-1 span img{
	width:100%;
	max-height:500px;
	object-fit:cover;
}
  .roofing-container {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .roofing-content {
    width: 100%;
    padding: 50px 20px;
    text-align: center;
    justify-content: center;
  }

	.roofing-content-text{
    align-items: center;
    width: 100%;
}

  .roofing-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .roofing-badge {
    justify-content: center;
  }

  .roofing-image {
    width: 100%;
    height: auto;
  }

  .roofing-image img {
    clip-path: none; /* remove angle */
    height: auto;
    width: 90%;
    margin: auto;
  }
}

/* SECTION */
.reviews-section {
  /* background: #f5f5f5; */
  /* padding: 80px 20px; */
}

/* CONTAINER */
.reviews-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch; /* IMPORTANT */
  gap: 40px;
}

/* LEFT */
.reviews-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.small-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  /* margin-bottom: 20px; */
  color: #333;
}

.small-title .line {
  width: 30px;
  height: 2px;
  background: #333333;
}

.reviews-left h2 {
  font-size: 42px;
  line-height: 1.2;
  color: #333;
  font-weight: 700;
}

/* RIGHT */
.reviews-right {
  flex: 1;
  display: flex;
}

/* CARD */
.reviews-card {
  position: relative;
  width: 100%;
  height: 100%; /* CRITICAL */
  min-height: 280px;

  border-radius: 10px;
  overflow: hidden;

  /* IMAGE */
  background: url('https://rainierroofservice.com/wp-content/uploads/2026/04/Quality-Roofing-Service-3.webp') center/cover no-repeat;

  display: flex;
  align-items: center;
  padding: 40px;
}

/* DARK OVERLAY */
.reviews-card .overlay {
  position: absolute;
  inset: 0;
  background: rgb(20 25 37 / 74%);
}

/* CONTENT */
.card-content {
  position: relative;
  z-index: 2;
  color: #fff;
  /* max-width: 400px; */
}

.mini {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.mini-line {
  width: 25px;
  height: 2px;
  background: #D73147;
}

.card-content h3 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

/* MOBILE */
@media (max-width: 980px) {
  .reviews-container {
    flex-direction: column;
  }

  .reviews-left {
    text-align: center;
  }

  .small-title {
    justify-content: center;
  }

  .reviews-card {
    min-height: 220px;
    padding: 30px 20px;
  }

  .card-content h3 {
    font-size: 24px;
  }
}

.et_pb_post .entry-featured-image-url:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 1;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	transform: skewX(-25deg);}

.et_pb_post .entry-featured-image-url:hover:before {
    animation: shine .75s;
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.swiper {
  width: 100%;
}

.swiper-slide {
  height: auto;
}

.swiper-slide .et_pb_post {
  height: 100%;
}

/* spacing fix */
.swiper-wrapper {
  align-items: stretch;
}

/* arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #d3d3d3;
}

.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3{
width:auto !important}

.et_pb_column .et_pb_blog_grid .column.size-1of2{
	width:100%;
	margin:auto;
}

body:not(.home) .et_pb_post .entry-featured-image-url{
	display:none;
}


.lp-hero-sub span {
    color: #d73147;
	font-weight: bold;
}

.et_header_style_centered #top-menu>li>a {
    padding-bottom: 0em;
}

.et_header_style_centered header#main-header.et-fixed-header .logo_container {
     height:100px; 
}

.et_header_style_centered #main-header .logo_container {
    height: 120px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width: 980px) {
.header-menu-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 80%;
    text-align: center;
    height: 100%;
    flex-direction: column;
}
	
	.et_header_style_centered header#main-header .logo_container {
        margin-top: 5px;
    }
}

.lp-hero-media .lp-hero-image {
  max-width: none !important;
}