
@import url(https://db.onlinewebfonts.com/c/7a45cffcf1eee0797d566deb425ebaa9?family=Formula1+Display-Regular);
@import url(https://db.onlinewebfonts.com/c/5fa59df7bc502c63582850f9f34b9db2?family=Formula1+Display-Bold+Bold);
@import url(https://db.onlinewebfonts.com/c/d25521d3b550c0984495c06edec72f89?family=Pantherdam+Signature);


*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body { width: 100%;  margin: 0 auto; /* text-align: center; */ font-family: 'Poppins', sans-serif;  position: relative; }
@media screen and (max-width: 1820px){
    body {
        width: 100%;
        max-width: 1920px;
        min-width: 1800px;
    }
}
/* @media screen and (max-width: 500px){
    body {
        zoom: 25% ;
        overflow-x: hidden;
    }
} */
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; color: inherit; }

div, article, section, dl, dt, dd, table, tr, td, ul, ol, li, p, span, small, em, h1, h2, h3, h4, h5, h6, nav { padding: 0; margin: 0; }

.row { max-width: 1620px; margin: 0 auto; }

/*cookie*/
.cc-animate.cc-revoke.cc-bottom { font-size: 14px; padding: 5px 10px; position: fixed; display: block !important; transform: none !important; bottom: 0 !important; left: 20px !important; }

/*call to action*/
.destroy-on-load, .cta {  display: none; }

/*typography*/
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }

h1, h2, h3 { font-family: "Big Shoulders", sans-serif;  font-weight: 700; line-height: 1.2; color: inherit; }
h1 { font-size: 60px; }
h2 { font-size: 50px; }
h3 { font-size: 40px; }
.foreword { font-family: 'Big Shoulders', sans-serif; font-size: 50px; color: #C22636; letter-spacing: -.01em; line-height: 1.2; }
p, ul, nav ul li a { font-family: "Formula1 Display-Regular", sans-serif; font-size: 15px; line-height: 1.8; letter-spacing: .5px; color: inherit; }

/*BUTTON*/
.btn { position: relative; overflow: hidden; z-index: 999; display: block; text-align: center; padding: 25px 10px; width: 333px; font-size: 12px; font-family: "Formula1 Display-Regular", sans-serif; background: linear-gradient(332deg,rgba(140, 0, 0, 1) 42%, rgba(192, 30, 46, 1) 100%); color: #FFF; -webkit-appearance: inherit; transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; border-radius: 5px; -webkit-box-shadow: inset 0px 0px 5px 5px rgba(140,0,0,0.65); box-shadow: inset 0px 0px 5px 5px rgba(140,0,0,0.65); }
.btn:hover { background: #000 !important; color: #fff;  }

/*FLEX*/
.flex { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: space-between; /* -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; */ align-items: center;}
/* img { width: 100%; } */

/*SOCIAL*/


/*-----------------------------------------------HEADER-----------------------------------------------*/
#header { position: relative; width: 100%; z-index: 1000; padding-left: 90px; -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3); box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3); }
#header .row { max-width: 100%; }
#header .flex .left { width: 100%; max-width: 654px; }
#header .flex .right { background: #000; color: #fff; gap: 22px; height: 82px; padding-left: 47px;}
#header .flex .right hr { border: 0; background: #fff; width: 1px; height: 38px;}
#header .flex .right .call { gap: 5px; padding-right: 30px; }
#header .flex .right .call span { font-size: 16px; font-weight: 400; display: block; line-height: 1; }
#header .flex .right .call a { font-family: 'Big Shoulders', sans-serif; font-size: 30px; font-weight: 900;}
#header .flex .right .nav-btn { height: -webkit-fill-available; background: #BE1F30; width: 90px; display: flex; justify-content: center; align-items: center; cursor: pointer;}


#header nav a#pull { display: none }
#header nav { position: relative; z-index: 999; }
#header nav ul:not(.dropdown-content) { justify-content: space-between; display: flex; }
nav ul { margin: 0; padding: 0; list-style: none; }
nav ul li { display: inline-block; vertical-align: middle; }
nav ul li a, .dropdown .dropbtn, .dropdown-content a { color: #444; position: relative; display: inline-block; font-size: 13px; letter-spacing: .027em; }
nav ul li.active-menu a { font-family: 'Formula1 Display-Bold Bold', sans-serif; color: #B20000; }
nav ul li a:hover { color: #B20000; }

/* DROPDOWN */
.dropdown { float: left; overflow: hidden; }
.dropdown .dropbtn { cursor: pointer;  }
.dropdown:hover .dropdown-content { display: block; }
.dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; transition: opacity 0.3s ease; padding: 0 18px; border-radius: 10px; z-index: 999999; }
.dropdown-content li { display: block; padding: 5px 0; }
.show { display: block; /* position: relative; */ }

/*-----------------------------------------------BANNER-----------------------------------------------*/
#banner { background: url('../images/content/banner-bg.png')no-repeat bottom center; -webkit-background-size: cover; background-size: cover; position: relative; min-height: 936px; width: 100%; padding: 30px 20px 80px; color: #fff; z-index: 9;}
#banner .row { max-width: 1832px; }
#banner h1 { font-size: 55px; line-height: 1.3; font-weight: 900; width: 100%; max-width: 782px; text-shadow: 7px 7px 4px rgba(0, 0, 0, 1.3); margin-top: 120px; background-color: rgba(0, 0, 0, 0.005); }
#banner p { font-size: 18px; line-height: 1.8; text-shadow: 7px 7px 4px rgba(0, 0, 0, 1.3); background-color: rgba(0, 0, 0, 0.005); }
#banner .g-reviews { margin: 12px 0 18px;}
.social-media { flex-direction: column; position: absolute; right: 30px; top: 105px; width: 30px;}
.social-media p { font-family: 'Big Shoulders', sans-serif; font-size: 16px; font-weight: 900; transform: rotate(90deg); margin-bottom: 77px; text-wrap-mode: nowrap; color: white; background-color: rgba(0, 0, 0, 0.005);} 
.social-media hr { width: 1px; height: 367px; background: #fff; border: 0;  }
.social-media .socials { flex-direction: column; gap: 18px;}

.g-reviews { justify-content: left; }
.g-reviews .to-sm { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 900; line-height: 1; background-color: rgba(0, 0, 0, 0.005); }
.g-reviews > div { margin-top: -10px;}

/*-----------------------------------------------CONTENT-----------------------------------------------*/
/*SERVICES*/
#services { background: url('../images/content/services-bg.jpg')no-repeat center; -webkit-background-size: cover; background-size: cover; position: relative;  width: 100%; padding: 228px 20px 275px; margin-top: -260px; text-align: center; color: #000; }
#services .row { max-width: 100%; }
#services .foreword { color: #C01E2E;  }
#services h1 { font-size: 37px; font-weight: 900; line-height: 50px; letter-spacing: .003em; padding-bottom: 30px; }  
.services-items { gap: 18px; justify-content: center;}
.services-items .item { width: 100%; max-width: 408px; -webkit-box-shadow: 0px 0px 25px 7px rgba(0,0,0,0.2); box-shadow: 0px 0px 25px 7px rgba(0,0,0,0.2); border-radius: 15px; background: #fff; text-align: center; padding-bottom: 15px; border: 2px solid #D6D6D6;}
.services-items .item img { width: 100%; border-radius: 15px 15px 0 0; margin-bottom: 10px; }
.services-items .item .label { font-family: 'Big Shoulders', sans-serif; font-size: 40px;  font-weight: 900;}
.services-items .servi-btn { background: #C22636; color: #fff; width: 195px; padding: 13px 10px; font-size: 16px; font-family: 'Big Shoulders', sans-serif; font-weight: 500; letter-spacing: -.01em; display: block; border-radius: 100px; margin: 10px auto 0; transition: all .3s ease-in-out; }
.services-items .servi-btn:hover { background: #000; color: #fff; }
#services .bot { font-family: 'Big Shoulders', sans-serif; font-size: 35px; font-weight: 500; width: 100%; max-width: 1357px; margin: 40px auto 10px; line-height: 1.5; }
#services .to-sm { font-size: 16px; }
#services a.phone-num { font-size: 60px; font-weight: 900; font-family: 'Big Shoulders', sans-serif; }
#services .btn { margin: 25px auto 0;}

/* WHY */
#why { background: url('../images/content/why-bg.png')no-repeat center; -webkit-background-size: cover; background-size: cover; position: relative;  width: 100%; z-index: 9; padding: 160px 55px; min-height: 1150px; color: #fff; margin-top: -260px; display: flex; justify-content: right; align-items: end;} 
#why .row { max-width: 700px; margin-right: 0 !important; display: flex; flex-direction: column; align-items: end; }
#why h1 { font-weight: 900; text-shadow: 4px 4px 4px rgba(0, 0, 0, 1.3); width: 100%; max-width: 522px; line-height: 1.1; text-align: right; background-color: rgba(0, 0, 0, 0.005); }
#why p { line-height: 36px; width: 100%; max-width: 682px; text-align: right; margin: 15px 0 20px; background-color: rgba(0, 0, 0, 0.005); }
.why-items { justify-content: center; gap: 15px; flex-wrap: wrap; align-items: stretch;}
.why-items .item { background: #fff; width: 100%; max-width: 332px; position: relative; align-items: start; justify-content: center; height: 150px; padding: 20px; gap: 15px; overflow: hidden; border-radius: 7px; }
.why-items .item .label { color: #C12635; font-family: 'Big Shoulders', sans-serif;  font-size: 25px; font-weight: 900; }
.why-items .item .to-sm { font-size: 13px; color: #333; font-family: "Formula1 Display-Regular", sans-serif; line-height: 1.5; width: 208px;}
.why-items .item .num {  position: absolute; background: #C22636; color: #C22636; height: 88px; width: 90px; left: -20px; bottom: -27px; border-radius: 100%; text-align: right; padding: 10px 25px 0 0; }
.why-items .item .num span {font-size: 40px; font-family: 'Big Shoulders', sans-serif; font-weight: 500;  text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px; background: rgba(0, 0, 0, 0.005); }


/*WELCOME*/
#welcome { background: url('../images/content/welcome-bg.jpg')no-repeat center; -webkit-background-size: cover; background-size: cover; position: relative;  width: 100%; padding: 175px 153px; margin-top: -285px; min-height: 1467px; }
#welcome .row { max-width: 800px; color: #000; margin-left: 0; }
#welcome .foreword { margin: 0 0 20px 25px; }
#welcome h1 { font-size: 60px; font-weight: 900; line-height: 1.1em; width: 100%; max-width: 617px; } 
#welcome p { font-size: 20px; font-family: 'Big Shoulders', sans-serif; font-weight: 500; }
#welcome .to-sm { color: #525252; font-size: 14px; font-family: "Formula1 Display-Regular", sans-serif; letter-spacing: .003em; line-height: 33px; }
#welcome .call { font-family: 'Poppins', sans-serif; font-size: 16px; margin-top: 10px; }
#welcome a.phone-num { font-family: 'Big Shoulders', sans-serif;  font-size: 60px; font-weight: 900;}
#welcome .btn { width: 300px;}
.btn2 { background: linear-gradient(329deg, rgba(192, 30, 46, 1) 38%, rgba(0, 0, 0, 1) 100%); }
.btn-wrapper { gap: 5px; justify-content: left;  margin-top: 25px; }


/* REVIEWS */
#reviews { background: url('../images/content/reviews-bg.png')no-repeat center; -webkit-background-size: cover; background-size: cover; position: relative;  width: 100%; z-index: 9; padding: 158px 53px; min-height: 1155px; color: #fff; margin-top: -260px; display: flex; justify-content: right; align-items: end; text-align: right;} 
#reviews .row { max-width: 596px; margin-right: 0 !important; display: flex; flex-direction: column; align-items: end; }
#reviews .foreword { font-size: 60px;}
#reviews .g-reviews > div { margin: 0;}
#reviews h1 { font-size: 40px; line-height: 1.3; width: 100%; max-width: 474px; font-weight: 800; margin-top: 20px; background-color: rgba(0, 0, 0, 0.005);}
#reviews p { font-size: 13px; line-height: 30px; font-family: "Formula1 Display-Regular", sans-serif; background-color: rgba(0, 0, 0, 0.005);}
#reviews .name { font-family: 'Big Shoulders', sans-serif; font-size: 35px; font-weight: 900; line-height: 1; margin: 16px 0 25px; background-color: rgba(0, 0, 0, 0.005); }


/*GALLERY*/
#gallery { background: url('../images/content/gallery-bg.jpg')no-repeat top center; -webkit-background-size: auto; background-size: auto; position: relative;  width: 100%; padding: 260px 20px 290px; margin-top: -278px; text-align: center; color: #000; }
#gallery .row { max-width: 100%; }
#gallery h1 { font-weight: 900; width: 100%; max-width: 1242px; margin: 13px auto 20px; line-height: 70px; letter-spacing: -.01em;  }
#gallery .gallery-items { gap: 37px; justify-content: center; margin-top: 33px; width: 100%;}
#gallery .gallery-items img { width: 100%; max-width: 321px; -webkit-box-shadow: 0px 0px 15px 7px rgba(0,0,0,0.2); box-shadow: 0px 0px 15px 7px rgba(0,0,0,0.2); border-radius: 10px; }
#gallery .btn { margin: auto; padding: 25px 32px; width: 387px; }

/* ABOUT */
#about { background: url('../images/content/about-bg.png')no-repeat center; -webkit-background-size: cover; background-size: cover; position: relative;  width: 100%; z-index: 9; padding: 340px 95px 370px; /* min-height: 1162px; */ color: #fff; margin-top: -270px; margin-bottom: -332px; display: flex; justify-content: right; text-align: right;} 
#about .row { max-width: 695px; margin-right: 0 !important; display: flex; flex-direction: column; align-items: end; }
#about h1 { line-height: 1.25; font-weight: 900; width: 100%; max-width: 600px; text-shadow: 7px 7px 4px rgba(0, 0, 0, 1.3); background-color: rgba(0, 0, 0, 0.005); }
#about p { line-height: 2.2; text-shadow: 7px 7px 4px rgba(0, 0, 0, 1.3); background-color: rgba(0, 0, 0, 0.005); }
#about p.call { font-family: 'Poppins', sans-serif; font-size: 16px; margin-top: 10px; background-color: rgba(0, 0, 0, 0.005); }
#about a { font-size: 60px; font-family: 'Big Shoulders', sans-serif; font-weight: 900; background-color: rgba(0, 0, 0, 0.005); }



/*CONTACT*/
#contact { background: url('../images/content/contact-bg.jpg')no-repeat bottom center; -webkit-background-size: cover; background-size: cover; position: relative; padding: 0 20px 25px; text-align: center; }
#contact .row { 
  max-width: 1620px; 
  display: flex;
    justify-content: space-between !important;
    gap: 60px;
    flex-direction: row-reverse;

}
#contact .contact-con { background: #fff; padding: 50px 40px 35px; -webkit-box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.3); box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.3); border-radius: 20px; position: relative; z-index: 99; width: 100%;}
#contact .contact-con h1 { font-family: 'Montserrat', sans-serif; font-weight: 900; letter-spacing: -.01em; line-height: 1.06; color: #000;}
#contact .contact-con p { color: #333; font-family: 'Poppins', sans-serif; font-size: 19px; line-height: 27px; margin: 15px 0 25px;}
#contact .contact-con .ctc-form { width: 100%; max-width: 1200px; margin: auto;}
#contact .ctc-form label { width: 100% }
form .messages p { display: none; font-family: 'Montserrat', sans-serif !important; font-weight: 400 !important; letter-spacing: 0 !important; font-size: 16px !important; }
form .loading { display: none !important; }
form .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; }
form .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
form .alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
.ctc-form { margin: 0 auto; text-align: center; }
.ctc-form .flex { gap: 20px;}
.ctc-form input:not([type="checkbox"], [type="submit"]), .ctc-form select, .ctc-form textarea { font-family: 'Open Sans', sans-serif; font-size: 16px; color: #000; height: 65px; display: block; width: 100%; padding: 20px 22px; box-sizing: border-box; margin: 0 auto 13px; resize: none; background: #F3F3F3; -webkit-box-shadow: inset 2px 2px 3px 0px rgba(0,0,0,0.26); 
box-shadow: inset 2px 2px 3px 0px rgba(0,0,0,0.26); border: 0; border-radius: 20px;}
.ctc-form ::placeholder, .ctc-form label { font-family: 'Open Sans', sans-serif; font-size: 15px; color: inherit; line-height: 1.8; letter-spacing: .03px; text-align: left; width: 100%; }
.ctc-form ::placeholder { color: #666; }
.ctc-form textarea { height: 212px; }
.ctc-form .ctcBtn { display: block; border: none; margin: auto; background: #000; font-family: 'Century Gothic', sans-serif; font-size: 18px; width: 219px; box-shadow: unset !important; border-radius: 100px; font-weight: 700; letter-spacing: .036em;}
.ctc-form .ctcBtn:hover { background: #C22636 !important;}
.ctc-form .recap { display: inline-block; }
.ctc-form .g-recaptcha div { margin: 0 auto 10px; }
.ctc-form .ctc-hide { display: none; }
#contact .fb-con { margin-top: 60px; z-index: 9999;}
#contact .fb-con .label { font-family: 'Big Shoulders', sans-serif; font-size: 40px; color: #ffffff; font-weight: 500; margin-bottom: 18px; }
.fb-wrapper { position: relative }
.fb-wrapper iframe { border: 0; position: relative; z-index: 2 }
.fb-wrapper a { color: rgba(0, 0, 0, 0); position: absolute; left: 0; top: 0; z-index: 0 }
#contact .social-media { right: 93px; top: unset; bottom: 20px; z-index: 9999;}
#contact .social-media hr { background: #000; }
#contact .social-media img { filter: brightness(1) invert(1); }
/*-----------------------------------------------FOOTER-----------------------------------------------*/
#footer { background: #000; color: #fff; padding: 50px 20px 35px; }
#footer .row { max-width: 1422px;}
.comp-info .info { justify-content: left; gap: 5px; margin-bottom: 17px;}
.comp-info .info .label { color: #C01E2E; font-size: 16px; font-weight: 900; letter-spacing: .1em; background-color: rgba(0, 0, 0, 0.005); }
.comp-info .info a { font-family: 'Montserrat', sans-serif; font-size: 18px; letter-spacing: .012em; display: block; line-height: 1.2; }
.comp-info .location a , .comp-info .hour a { width: 305px; }


footer #copyright { background: #C01E2E; color: #fff; text-align: center; padding: 15px 20px 5px; }
#copyright nav { width: 100%; max-width: 781px; margin: auto;}
#copyright nav ul { display: flex; align-items: center; justify-content: space-between; }
#copyright nav ul li a { color: #fff; font-size: 12px; letter-spacing: .172em; }
#copyright .copyright-txt p { font-family: 'Poppins', sans-serif; font-size: 14px; }
#copyright .copyright-txt p, #copyright .copyright-txt p a { display: flex; justify-content: center; align-items: center; gap: 5px;}
#copyright .copyright-txt p img { width: 40px;}




/*---------------------------------------INNER PAGES-------------------------------------------*/
.inner #content { min-height: 400px; padding: 80px 20px; max-width: 1200px; margin: 0 auto }
.inner #content h1, .inner #content h2, .inner #content h3 { padding-bottom: 20px; font-weight: 900; }
.inner #content h1 { text-align: center; }

/* INNER PAGE COMMON CSS */
.inner #content .flex.inner-title { padding: 40px 0;}
.inner #content .flex.inner-title h1 { padding: 0; }

.inner #content .img-txt-box { padding: 40px 0;}
.inner #content .img-txt-box .txt, .inner #content .img-txt-box .img-wrapper { width: 100%; max-width: 570px;}
.inner #content .img-txt-box .img-wrapper img { height: 340px; object-fit: cover; width: 100%; }

.serv-inner-items { flex-wrap: wrap; justify-content: center; gap: 20px; align-items: stretch; }
.serv-inner-items .item { width: 100%; border: 2px solid #D6D6D6; -webkit-box-shadow: 0px 0px 25px 7px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 25px 7px rgba(0, 0, 0, 0.2); border-radius: 15px; text-align: center;  }
.serv-inner-items .item .label { font-family: 'Big Shoulders', sans-serif; font-size: 30px; font-weight: 900; background: #C22636; color: #fff; padding: 15px; border-radius: 15px 15px 0 0; }
.serv-inner-items .item p { padding: 20px; }
.inner-box-bot { background: #000; color: #fff; text-align: center; padding: 40px; border-radius: 15px; margin-top: 40px; }

/* SERVICES PAGES */
.exterior-painting-page .serv-inner-items .item { max-width: 570px; }
.interior-painting-page .serv-inner-items .item, .commercial-painting-page .serv-inner-items .item, .cabinet-refinishing-page .serv-inner-items .item { max-width: 370px; }

/* REVIEWS PAGE */
.reviews-page .review-items { display: flex; flex-direction: column; gap: 40px;  }
.reviews-page .review-items .item { display: flex; flex-direction: column; gap: 20px; align-items: center; width: 100%; max-width: 1000px; margin: auto; padding: 40px; border: 2px solid #D6D6D6; -webkit-box-shadow: 0px 0px 25px 7px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 25px 7px rgba(0, 0, 0, 0.2); border-radius: 15px; text-align: center; }
.reviews-page .review-items .item .stars { width: 100px; }
.reviews-page .review-items .item .quote { width: 50px; }
.reviews-page .review-items .item hr { width: 100%; max-width: 80px; height: 2px; background: #C01E2E; border: 0; }
.reviews-page .review-items .item .name { color: #C12635; font-family: 'Big Shoulders', sans-serif; font-size: 25px; font-weight: 900; }
.reviews-page .gg-review { width: 100%; max-width: 300px; margin: 40px auto; display: block;}
.reviews-page .gg-review img { width: 100%;}
.reviews-page .bot .btn { width: 250px; justify-content: center; gap: 30px; }
.reviews-page .bot .btn .fa-solid { font-size: 25px;}

/* GALLERY PAGE */
.gallery-page #content { max-width: 1700px !important; }
.gallery-page #content .row { max-width: 100%; }
.img-responsive { width: 400px; height: 400px; -o-object-fit: cover; object-fit: cover; }
#content .inner-gallery-container { text-align: center; }
#content .gallery { list-style-type: none; margin: 0; padding: 0; }
#content .gallery li { display: inline-block; }
#content .thumbnail { background-color: #fff; border: 1px solid #ddd; border-radius: 4px; display: block; line-height: .42857; margin-bottom: 20px; padding: 4px; transition: border 0.5s ease-in-out 0s; }
#content .thumbnail:hover { transform: scale(1.02); }
#content .page_navigation { display: inline-block; }
#content .page_link, #content .previous_link, #content .next_link, #content .first_link, #content .last_link, #content .ellipse { background-color: #fff; border: 1px solid #ddd; color: #0275d8; display: inline-block; line-height: 1.25; margin-left: -1px; padding: 0.5rem 0.75rem; position: relative; }
#content .page_navigation>a:hover,
.page_navigation>a.active_page { background-color: #eceeef; border-color: #ddd; color: #014c8c; text-decoration: none; }
.inner #content .inner-gallery-container { margin-bottom: 20px }


/* CONTACT US PAGE */
.contact-page footer .contact-con { display: none !important;}
.contact-page #content .flex:not(form .flex) { gap: 40px; }
.contact-page #content .flex form img { margin: auto; display: block; width: 100px;}
.contact-page #content .maps .info-box { background: #000; color: #fff; padding: 40px; border-radius: 15px;}
.contact-page #content .maps .info-box .label, .contact-page #content .maps .info-box a:not(.phone-num) { font-size: 30px; font-family: "Big Shoulders", sans-serif; font-weight: 900; }
.contact-page #content .maps .info-box .label { margin: 30px 0 10px;}
.contact-page #content .maps .info-box a:not(.phone-num) { margin: 20px 0; display: block; }
.maps .info-box table { width: 100%; max-width: 400px; }


/*PRIVACY POLICY*/
.inPrivacyBox { max-width: 850px; margin: 0 auto; }
.inPrivacyBox p { text-align: justify !important; }


/*RESPONSIVE*/

/* @media screen and (max-width: 1200px) {
  body { min-width: 320px }
}

@media screen and (max-width: 959px) {
  #header .row { width: 100%; padding: 0; }
  #header nav {}
  #header nav ul { width: 100%; display: none; height: auto; border-bottom: 5px solid #000; padding: 0 15px; }
  #header nav ul li { width: 100%; position: relative; }
  #header nav ul li a { padding: 10px 0; text-align: left; width: 100%; }
  #header nav a strong { position: absolute; top: 50%; transform: translateY(-50%); left: 15px; }
  #header nav a#pull { display: block; color: #fff; background-color: #000; height: 60px; padding: 10px 0; width: 100%; position: relative; }
  #header nav a#pull:after { content: ""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); }
  .show { position: relative; }
  .cta { background: #035B96 url("../images/content/phonecall.png") no-repeat center center; border-bottom-left-radius: 40px; border-top: 2px solid #013f9a; border-top-left-radius: 40px; bottom: 10%; display: block; height: 60px; position: fixed; right: 0; text-decoration: none; text-indent: -9999em; width: 60px; z-index: 999; }
  #footer .nav-holder { display: none; }
} */
