/*
 Theme Name:     RYNO Child Theme
 Theme URI:      http://rynoss.com/
 Description:    RYNO Child Theme
 Author:         Ryno SS - Jerad Shepherd
 Author URI:     http://www.rynoss.com
 Template:       theme-3
 Text Domain:    ryno-theme-three-child
 Version:        1.0.0
*/

 
@import url("../theme-3/style.css");
 
/*----------------------------------------------------- */
/*----------------------------------------------------- */
/*----------------------------------------------------- */
/* Helpers
------------------------------------------------------- */
.flexCenter {
    display: flex;
    align-items: center;
    justify-content: center;

/* Layout
------------------------------------------------------- */
.mobile-nav-name,
}
.deskBreak,
.contact-us .postscript-contact {
    display: none;
}

img {
    object-fit: contain;
}

body.home {
    background-color: #f0f0f0;
}

.content-area p {
    font-weight: 500;
}

.content-area ul:not(.accordion) {
    font-weight: 500;
}

.page-header h1 {
	color:#000000;
}

/* Coupons
------------------------------------------------------- */
.coupon__details {
    color: #0e54a0;
    font-weight: 800;
    line-height: 1.7rem;
}

.coupon__text h3 {
    font-weight: 900;
}

/* Additional hover effects
------------------------------------------------------- */
.growRotateButton {
    transition-duration: 0.3s;
}

.growRotateButton:hover {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
}

/* Careers Tabs
------------------------------------------------------- */
.careersTabs .nav-tabs-accordian {
    display: none;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    justify-content: center;
    list-style: none;
}

.careersTabs .nav-tabs-accordian h3 {
    margin: 0;
    font-size: 16px !important;
}

.careersTabs .nav-tabs-accordian .nav-link[role="tab"]+p,
.careersTabs .nav-tabs-accordian .nav-link[role="tab"]+p>a {
    padding: 0;
    height: 0;
}

.careersTabs .nav-tabs-accordian .nav-item>a.nav-link {
    padding: 20px;
    border-radius: 10px;
}

.careersTabs .nav-tabs-accordian p {
    margin: 0 !important;
}

.careersTabs .nav-tabs-accordian .nav-item::before {
    content: none !important;
}

.careersTabs .nav-tabs-accordian .nav-link.active.show {
    background: #152a49;
}

.careersTabs .nav-tabs-accordian .nav-link.active.show > h3 {
    color: #ffffff;
}

.careersTabs #heading-A,
.careersTabs #heading-B,
.careersTabs #heading-C,
.careersTabs [id*="heading-"]  {
    background: #152a49;
}

.careersTabs #heading-A > h5 > p,
.careersTabs #heading-B > h5 > p,
.careersTabs #heading-C > h5 > p,
.careersTabs #collapse-A > p,
.careersTabs #collapse-B > p,
.careersTabs #collapse-C > p,
.careersTabs #pane-A > p,
.careersTabs #pane-B > p,
.careersTabs #pane-C > p,
.careersTabs [id*="heading-"] p,
.careersTabs [id*="collapse-"] p,
.careersTabs [id*="pane-"] p {
    margin: 0;
}

[id*="heading-"] > h5 > a + p {
    height: 0;
}

.careersTabs .tab-content,
.careersTabs .nav-tabs-accordian {
    margin-top: 30px;
}

.careersTabs .card-header h3 {
    color: #ffffff;
    margin-bottom: 0;
}

@media(min-width:992px) {
    .careersTabs .nav-tabs-accordian {
        display: flex;
    }
    
    .careersTabs .card {
        border: none;
    }

    .careersTabs .card .card-header {
        display:none;
    }  

    .careersTabs .card .collapse{
        display:block;
    }

    .careersTabs .card-body {
        /* box-shadow: 5px 5px 10px 12px rgba(0, 0, 0, 0.1);  */
    }
}

@media(min-width:1200px) {
    .careersTabs .nav-tabs-accordian h3 {
        font-size: 20px !important;
    }
}

@media(max-width:991px){
    .careersTabs .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

/* Careers Tab Carousel
------------------------------------------------------- */
.employeeCard {
    width: 100%;
    border-radius: 10px;
    min-height: 600px;
    max-width: 360px;
    margin: 0 auto;
    box-shadow: 0px 7px 10px -4px #9d9c9c;
    padding-bottom: 50px;
}
.careersTabs .employeeCard__topColor {
    position: relative;    
    height: 100px;
    width: 100%;
    background: linear-gradient(45deg, #1581f0 0%, #1ecdff 100%);
    margin-bottom: 80px;
    border-radius: 10px 10px 0 0;
}

.careersTabs .employeeCard__profileImgContainer {
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #ffffff;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -55px;
}

.careersTabs .employeeCard__name {
    color: #28b2c8;
    line-height: 1.2;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 5px;
}

.careersTabs img[alt="Ray profile image"] {
    border-radius: 50%;
}

.careersTabs .employeeCard__title {
    color: #28b2c8;
    line-height: 1.2;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 40px;
}

.careersTabs .employeeCard__info {
    color: #0E54A0;
    font-size: 12px;
    padding: 0 10px 25px;
    font-weight: 500;
}

.careersTabs .employeeCard__button {
    width: 100%;
    max-width: 200px;
    height: 50px;
    margin: auto auto 0;
    background: #be252a;
    border-radius: 20px;
    color: #fff !important;
}

.careersTabs .employeeCard__profileImg {
    object-fit: cover;
}

.careersTabs .carousel-control-prev-icon,
.careersTabs .carousel-control-next-icon {
    background-image: none;
}

.careersTabs .carousel-control-prev,
.careersTabs .carousel-control-next {
    opacity: 1;
    transition: .3s all ease-in-out;
}

.careersTabs .carousel-control-prev:hover,
.careersTabs .carousel-control-next:hover {
    opacity: .7;
}

.careersTabs .fa-chevron-left,
.careersTabs .fa-chevron-right {
    color: #878787;
    font-size: 20px;
}

.careersTabs .testimonials__wrapper p {
    padding: 0 1rem;
}

.careersTabs .carousel-control-prev {
    left: -26px;
}

.careersTabs .carousel-control-next {
    right: -26px;
}


@media only screen and (min-width: 450px) {
      .careersTabs .carousel-control-prev {
        left: -36px;
    }

    .careersTabs .carousel-control-next {
        right: -36px;
    }
}

@media only screen and (min-width: 500px) {
    .careersTabs .carousel-control-prev {
        left: -39px;
    }

    .careersTabs .carousel-control-next {
        right: -39px;
    }
}

@media only screen and (min-width: 550px) {
    .careersTabs .carousel-control-prev {
        left: -45px;
    }

    .careersTabs .carousel-control-next {
        right: -45px;
    }
}
@media only screen and (min-width: 576px) {
    .careersTabs .fa-chevron-left,
    .careersTabs .fa-chevron-right {
        font-size: 40px;
    }

    .careersTabs .employeeCard__info {
        font-size: 15px;
        padding: 0 60px 25px;
    }

    .employeeCard {
        box-shadow: 0px 7px 20px -4px #9d9c9c;
    }

    .careersTabs .carousel-control-prev {
        left: -30px;
    }

    .careersTabs .carousel-control-next {
        right: -30px;
    }
}



/* Team Member page
------------------------------------------------------- */
[class*="team-member"] .page-header {
    padding-bottom: 160px;
}

[class*="team-member"] .content-wrapper {
    margin-top: 0;
}

[class*="team-member"] .page-header h1,
.home-new .page-header {
    display: none;
}

[class*="team-member"] .profile__heading {
    top: -100px;
    position: relative;
}

[class*="team-member"] .profile__profileImage {
    border-radius: 50%;
    width: 200px;
    margin: 0 auto;
}

[class*="team-member"] .profile__name {
    font-size: 48px;
    color: #28b2c8;
    text-transform: capitalize;
    margin-bottom: 0;
}

[class*="team-member"] .profile__title {
    font-size: 24px;
    color: #0E54A0;
    font-weight: 300;
}

[class*="team-member"] .profile__description p {
    font-size: 16px;
    color: #0e54a0;
    font-weight: 500;
}

[class*="team-member"] .profile__schedule {
    background: #be252a;
    border-radius: 5px;
    padding-top: 25px;
    height: fit-content;
}

[class*="team-member"] .profile__scheduleHeading {
    font-size: 28px;
    color: #ffffff;
    margin: 20px auto;
}

[class*="team-member"] .profile__scheduleImage {
    width: 80%;
}

[class*="team-member"] .profile__scheduleButton {
    background: #ffffff;
    color: #be252a !important;
    width: 100%;
    max-width: 200px;
    height: 50px;
    border-radius: 20px;
}


[class*="team-member"] .profile__returnButton {
    width: 100%;
    max-width: 200px;
    height: 50px;
    border-radius: 20px;
    color: #fff !important;
    background: #be252a;
    margin-top: 80px;
}

/* Furnace Maintenance / Maintenance Plans
------------------------------------------------------- */
.page-id-581 ol,
.page-id-594 ol {
    list-style: none;
    counter-reset: item;
    padding-left: 25px;
  }

  .page-id-581 ol li,
  .page-id-594 ol li  {
    counter-increment: item;
    margin-bottom: 5px;
  }

  .page-id-581 ol li:before,
  .page-id-594 ol li:before {
    margin-right: 10px;
    content: counter(item)".";
    color: #BF2328 !important;
  }
  
/* Pagination
------------------------------------------------------- */
.pagination {
    justify-content: center;
}

.page-numbers {
    padding: .5rem .75rem;
    border: 1px solid #dee2e6;
    padding: 0.5rem 0.25rem;
    font-size: 12px;
}

a.page-numbers:hover {
    color: #469bda;
    background-color: #e9ecef;
}

@media only screen and (min-width: 350px) {
    .page-numbers {
        padding: .5rem .45rem;
        font-size: 13px;
    }
}

@media only screen and (min-width: 576px) {
    .page-numbers {
        padding: .5rem .75rem;
        font-size: 20px;
    }
}

/* Accordion
------------------------------------------------------- */
[id^="accordion"] .panel {
    padding: 0;
}

[id^="accordion"] .panel-body {
    padding-left: 20px;
    padding-right: 20px;
}

[id^="accordion"] .panel-title {
    margin-bottom: 0;
    line-height: 1;
}

[id^="accordion"] .panel-title span {
    color: #222;
}

[id^="accordion"] .panel-title br {
    display: none;
}

[id^="accordion"] .panel-title > a {
    display: block;
    padding: 30px 20px;
}

[id^="accordion"] .panel-heading > p,
[id^="accordion"] .panel > p,
[id^="accordion"] .panel-title > p,
[id^="accordion"] .panel-title > a > span > p,
[id^="accordion"] .panel-title > a > span > h3 {
    margin-bottom: 0;
}

[id^="accordion"] .panel-collapse {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 20px 10px;
    background: white;
}

[id^="accordion"] .accordionIcon {
    float: right;
}

[id^="accordion"] .accordionIcon:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f068";
}

[id^="accordion"] .collapsed .accordionIcon:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f067";
}

.page-id-674 .panel-title span {
    font-size: 21px;
    color: #bf2328;
    line-height: 1.39;
    font-weight: bold;
    text-transform: capitalize;
}

.page-id-674 .accordionIcon {
    color: #222 !important;
}

/* Time Line
------------------------------------------------------- */
.timeline {
    padding-top: 90px;
}

.timeline__topLine {
    background-color: #be252a !important;
    content: "";
    width: 6px;
    position: absolute;
    height: 45px;
    left: 50%;
    margin-left: -3px;
    background-color: #be252a;
    border-radius: 3px;
    top: -30px;
}

.timeline__segment--left,
.timeline__segment--right {
    position: relative;
    margin-bottom: 100px;
}

.timeline__imgContainer {
    width: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    flex-shrink: 0;
    position: relative;
    border: 6px solid #be252a;
    margin-bottom: 25px;
}

.timeline__textContainer {
    text-align: center;
}

.timeline__heading--sub {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.timeline__heading--main {
    font-size: 27px;
    font-weight: 700;
    text-transform: capitalize;
}

.timeline__p {
    font-size: 16px;
}


@media only screen and (min-width: 768px) {
    .timeline__segmentContainer {
        width: 60%;
    }

    .timeline__imgContainer {
        margin-bottom: auto;
    }

    .timeline__segment--left,
    .timeline__segment--right {
        padding: 40px 0;
        margin-bottom: 0;
    }

    .timeline__segment--left .timeline__segmentContainer {
        margin-right: auto;
    }

    .timeline__segment--left .timeline__textContainer {
        order: -1;
        padding-right: 20px;
    }

    .timeline__segment--left .timeline__textContainer {
        text-align: right;
    }

    .timeline__segment--left .timeline__imgContainer {
        margin-left: 10px;
        right: -10px;
    }

    .timeline__segment--right .timeline__segmentContainer {
        margin-left: auto;
    }

    .timeline__segment--right .timeline__textContainer {
        text-align: left;
        padding-left: 20px;
    }

    .timeline__segment--right .timeline__imgContainer {
        margin-right: 10px;
        left: -10px;
    }

    @media only screen and (min-width: 992px) {
        .timeline__segment--left .timeline__imgContainer {
            margin-left: 30px;
            right: 13px;
        }

        .timeline__segment--right .timeline__imgContainer {
            margin-right: 30px;
            left: 13px;
        }
    }

    @media only screen and (min-width: 1200px) {
        .timeline__segment--left,
        .timeline__segment--right {
            padding: 60px 0;
        }

        .timeline__segment--left .timeline__imgContainer {
            right: 30px;
        }

        .timeline__segment--left .timeline__textContainer {
            padding-right: 40px;
        }

        .timeline__segment--right .timeline__imgContainer {
            left: 30px;
        }

        .timeline__segment--right .timeline__textContainer {
            padding-left: 40px;
        }
    }
}

/* Font Styles
------------------------------------------------------- */
.skilled__text,
.cta__span {
    font-size: 12px;    
}

.mobile-cta__button {
    font-size: 13px;
}

.cta__button--cooling,
.cta__button--heating {
    font-size: 14px;
}

.footer__bottom .copyright,
.copyright__license {
    font-size: 15px;
}

[class*="p--sm"],
[class*="p--md"],
[class*="p--lg"],
.reviews__button,
.postscript-contact .select2-container--default .select2-selection--single,
.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder {
    font-size: 16px;
}

.profArticle__listItem,
.mobile-cta__button--bottom,
.footer__address,
.postscript-contact .wpcf7-submit,
.blurb__button {
    font-size: 18px;
}

.footer__social h2 {
    font-size: 20px;
}

.banner__heading--sub,
[class*="heading--sm"],
[class*="heading--md"],
[class*="heading--lg"],
.profArticle__heading--sm {
    font-size: 21px;
}

.postscript-contact h2 {
    font-size: 24px;
}

.footer__phone h3 {
    font-size: 30px;
}

.cta__heading--sub,
.plansBox__heading--sub {
    font-size: 32px;
}

[class*="heading--xl"] {
    font-size: 34px;
}

.topArticle__heading--xl {
    font-size: 22px;
}

.mobile-nav-name {
    font-size: 36px;
}

[class*="p--sm"],
[class*="p--md"],
[class*="p--lg"],
.skilled__text,
.footer__bottom .copyright,
.profArticle__listItem,
.footer__address,
.postscript-contact .select2-container--default .select2-selection--single,
.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder {
    font-weight: 500;
}

.cta__span,
.top__Article__p--red,
.cta__button--cooling,
.cta__button--heating,
.mobile-cta__button,
.review__p--sm,
.reviews__button,
.copyright__license {
    font-weight: 700;
}

.footer__heading--xl,
.blurb__button,
.postscript-contact h2,
.footer__phone h3,
.footer__social h2,
.postscript-contact .wpcf7-submit,
.mobile-nav-name {
    font-weight: 900;
}

.banner__heading--sub,
.banner__heading--xl,
.cta__heading--sub,
.cta__span,
.cta__button--cooling,
.cta__button--heating,
.cta__button--cooling:hover,
.cta__button--heating:hover,
.blurb__heading--lg,
.blurb__button,
.blurb__button:hover {
    color: #ffffff;
}

.footer__top a.reviews__button {
    color: #ffffff !important;
}

.plansBox__heading--sub,
.topArticle__heading--md,
.servicesArticle__heading--md,
.lvArticle__heading--lg,
.profArticle__heading--md {
    color: #0e54a0;
}

/* .fig{
	position: relative;
}

.fig::after{
	content: "";
  position: absolute;
  top: -86.6px;
  left: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100px 86.6px 100px;
  border-color: transparent transparent #fff transparent;
} */

.skill-box .elementor-widget-container {
	display: flex;
	justify-content: center;
}

.home-list .elementor-icon-list-items{
	display: flex;
flex-wrap: wrap;
}
.home-list .elementor-icon-list-items .elementor-icon-list-item {
	width: 50%;
}

.skilled__heading--sm {
    color: #28b2c8;
}

.home h1,
.profArticle__heading--sm,
.footer__social h2 {
    color: #152a49 !important;
}

.plansBox__p--md,
.plansBox__p--md:hover {
    color: #3d3d3d;
}

.top__Article__p--red {
    color: #be252a;
}

.footer__phone h3 {
    color: #bf2328;
}

.footer__heading--xl {
    color: #aeb4be;
}

.copyright__license {
    color: #0c53a2;
}

.footer__bottom .copyright,
.footer__bottom .copyright a,
.footer__bottom .copyright a:hover {
    color: #1f1f1f;
}

.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder,
.postscript-contact span[title="Are You a New Customer?*"],
.postscript-contact span[title="Inquiry About...*"] {
    color: #999898 !important;
}

.review__p--sm {
    font-style: italic;
}

.cta__heading--sub,
.blurb__button,
.reviews__button {
    text-transform: uppercase;
}

.banner__heading--sub,
.topArticle__heading--xl,
.blurb__heading--lg,
.postscript-contact h2 {
    text-transform: initial;
}

a.mobile-cta__button,
.plansBox__box:hover,
.cta__button--cooling:hover,
.cta__button--heating:hover,
.blurb__button:hover {
    text-decoration: none !important;
}

/* Header
------------------------------------------------------- */
.mobile-header {
  height: 106px;
}

.nav {
  top: 106px;
}

.hamburger {
  padding-right: 0;
  padding-left: 0;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  border-radius: 0px;
  height: 5px;
  width: 31px;
}

.hamburger-inner::after {
  bottom: -11px;
}

.hamburger-inner::before {
  top: -11px;
}

.mobile-header__logo {
  padding: 10px 15px 10px 20px;
}

.mobile-header__logo img {
  max-width: 170px;
}

.mobile-header__logo img {
    max-height: 70px;
}

/* Banner
------------------------------------------------------- */
.banner {
    background: center / cover no-repeat url(/wp-content/uploads/MobileStaticImage.jpg);
    padding: 43px 10px 115px;
}

.banner img {
	margin-bottom: 15px;
}

.banner__heading--sub {
    margin-bottom: 0;
}

.banner__heading--xl {
    line-height: 1.05;
    margin-bottom: 20px;
}

/* Plans Box
------------------------------------------------------- */
.plansBox__box {
    background: #ffffff;
    display: block;
    width: 95%;
    max-width: 485px;
    padding: 23px 25px 0;
    position: relative;
    top: -40px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #545454;
    transition: .3s all ease;
}

.plansBox__triangle {
    background: #be252a;
    position: absolute;
    bottom: -15px;
    right: -39px;
    transform: rotate(-45deg);
    height: 60px;
    width: 120px;
    transition: .3s all ease;
}

.plansBox__p--md {
    margin-bottom: 45px;
}

.plansBox__heading--sub {
    line-height: 1;
    margin-bottom: 15px;
}

.plansBox__box:hover {
    box-shadow: 0px 0px 20px 0px #000;
}

.plansBox__box:hover .plansBox__triangle {
    background: #0e54a0;
}

/* CTA
------------------------------------------------------- */
.cta {
    padding: 10px 0 0;
}

.cta__innerBox {
    background: #152a49;
}

.cta__heading--sub {
    margin-bottom: 0;
    line-height: 1;
}

.cta__textContainer {
    line-height: 0.8;
}

.cta__button--cooling {
    background: #28b2c8;
}

.cta__button--heating {
    background: #be252a;
}

.cta__button--cooling,
.cta__button--heating {
    width: 100%;
    max-width: 168px;
    border-radius: 10px;
    height: 34px;
    margin-top: 22px;
    transition-duration: 0.3s;
}

.cta__button--cooling:hover,
.cta__button--heating:hover {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}

.cta__box {
    width: 100%;
    max-width: 480px;
    position: relative;
}

.cta__innerBox {
    width: 90%;
    max-width: 415px;
    padding: 20px 15px 26% 15px;
    margin: auto;
    align-items: flex-start;
}

.cta__innerBox:first-of-type {
    margin-bottom: 100px;
}

.cta__icon--cooling,
.cta__icon--heating {
    width: 25%;
    max-width: 70px;
}

.cta__icon--cooling {
    margin-right: 10px;
}

.cta__icon--heating {
    margin-right: 18px;
}

.cta__wave {
    position: absolute;
    bottom: 5%;
    left: 0;
    pointer-events: none;
}

/* Top Article
------------------------------------------------------- */
.home .content-wrapper {
    background: bottom / cover no-repeat url(/wp-content/uploads/mobiletoparticlebg.png);
    margin: 0;
    padding: 70px 0;
}

.topArticle__heading--xl {
    padding: 0;
    margin-bottom: 45px;
}

.topArticle__heading--md {
    margin-bottom: 45px;
}

.topArticle__img {
    flex-shrink: 0;
}

/* Services Article
------------------------------------------------------- */
.servicesArticle {
    background: #ffffff;
    padding: 75px 0 85px;
}

.servicesArticle__heading--md {
    margin-bottom: 30px;
}

.servicesArticle__p--lg {
    margin-bottom: 55px;
}

/* Skilled
------------------------------------------------------- */
.skilled {
    padding: 80px 0 85px;
}

.skilled__heading--sm {
    margin-bottom: 50px;
}

.skilled__iconContainer {
    flex-wrap: wrap;
    justify-content: space-between;
}

.skilled__iconCircle {
    background: #e0e0e0;
    border-radius: 50%;
    height: 140px;
    width: 140px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.skilled__iconBox {
    margin: 0 auto;
    width: 150px;
    line-height: 1.2;
    margin-bottom: 45px;
}

.skilled__img {
    margin-top: 25px;
    display: flex;
}

/* LV Article
------------------------------------------------------- */
.lvArticle {
    background: bottom / cover no-repeat url(/wp-content/uploads/mobilelvarticlebg.png);
    padding: 70px 0 230px;
}

.lvArticle__heading--lg {
    margin-bottom: 45px;
}

.lvArticle__p--lg {
    margin-bottom: 30px;
}

/* Blurb
------------------------------------------------------- */
.blurb {
    background: #be252a;
    padding: 65px 5px 70px;
}

.blurb__button {
    background: #152a49; 
    height: 42px;
    width: 100%;
    max-width: 255px;
    border-radius: 10px;
    border: 3px solid #152a49;
    transition: .3s all ease;
}

.blurb__button:hover {
    background: transparent;
}

.blurb__heading--lg {
    margin-bottom: 25px;
}

/* Prof Article
------------------------------------------------------- */
.profArticle {
    background: bottom / cover no-repeat url(/wp-content/uploads/mobileprofarticlebg.png);
    padding: 70px 0 105px;
}

.profArticle__listBox {
    background: #f0f0f0;
    width: 100%;
    max-width: 485px;
    margin: 0 auto;
    padding: 27px 20px 15px;
    margin-bottom: 55px;
    box-shadow: 0px 0px 20px 0px #b2b2b2;
}

.profArticle__heading--sm {
    margin-bottom: 35px;
}

.profArticle__heading--md {
    margin-bottom: 25px;
}

.profArticle__p--lg {
    margin-bottom: 30px;
}

.profArticle__listItem {
    padding-bottom: 15px;
}

.profArticle__list--1,
.profArticle__list--2 {
    list-style: none;    
    margin-bottom: 0;
}

.profArticle__listItem:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    margin: 0 5px 0 -25px;
    content: "\f14a";
    color: #be252a;
}

.profArticle__img {
    margin: auto;
    display: flex;
}

/* Contact
------------------------------------------------------- */
.postscript-contact {
    padding: 58px 0 150px;
    position: relative;
}
.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text,
.postscript-contact .select2-container--default .select2-selection--single {
    background-color: #ffffff !important;
    border-radius: 0px;
    height: 40px;
    line-height: 40px;
}

.postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered,
.postscript-contact .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    line-height: 40px;
}

.postscript-contact .wpcf7-submit {
    background: #bf2328;
    border: 3px solid #bf2328;
    padding: 11px 25px;
}

.postscript-contact .wpcf7-submit:hover {
    background: transparent;
}

.postscript-contact__wave {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -100px;
    height: 220px;
    object-fit: fill;
}

/* Footer
------------------------------------------------------- */
.footer__top {
    padding: 140px 0 110px;
}

.footer__heading--xl {
    margin-bottom: 65px;
}

.review__box {
    background: #ffffff;
    width: 100%;
    max-width: 350px;
    box-shadow: 0px 0px 20px 0px #b2b2b2;
    padding-bottom: 28px;
}

.review__p--sm {
    position: relative;
    top: -15px;
    margin-bottom: 0;
}

.reviews__button {
    background: #bf2328;
    border: 3px solid #bf2328;
    height: 38px;
    width: 95%;
    max-width: 200px;
    border-radius: 10px;
    transition: .3s all ease;
	color: white !important;
}

@supports (-ms-ime-align: auto) {
    .reviews__button {
        max-width: 230px;
    }
  }

.footer__top a.reviews__button:hover {
    background: transparent;
    color: #bf2328 !important;
}

.footerBox__1 {
    margin-bottom: 95px;
}

.footerBox__2 {
    margin-bottom: 100px;
}

.footerBox__2 img {
    margin-bottom: 33px;
}

.footer__address {
    margin-bottom: 28px;
}

.footer__social h2 {
    margin-bottom: 18px;
}

.footer__social {
/*     margin-bottom: 70px; */
}

.lennoxLink {
    transition: .3s all ease-in-out;
}

.lennoxLink:hover {
    -webkit-filter: opacity(.5);
    filter: opacity(.5);
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    width: 100%;
    margin: auto !important;
    padding: 0;
    max-width: 300px;
}
  
.social-icons li {
    height: 43px;
    width: 43px !important;
    border-radius: 50%;
    display: flex;
    transition: .3s all ease-in-out;
    margin: 6px;
}
  
.social-icons li:hover {
    background: transparent;
}
  
.social-icons li:hover a {
    border: 2px solid;
}

.social-icons li a {
    font-size: 26px;
    display: flex;
    margin: auto;
    transition: .3s all ease-in-out;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.social-icons svg  {
    color: #ffffff;
    transition: .3s all ease-in-out;
    font-size: 20px;
}

.facebook__smLink {
    background: #152a49;
}
.facebook__smLink:hover a {
    border-color: #152a49 !important;
}
.facebook__smLink:hover svg {
    color: #152a49;
}

.twitter__smLink {
    background: #0c53a2;
}
.twitter__smLink:hover a {
    border-color: #0c53a2 !important;
}
.twitter__smLink:hover svg {
    color: #0c53a2;
}

.google__smLink {
    background: #0663ad;
}
.google__smLink:hover a {
    border-color: #0663ad !important;
}
.google__smLink:hover svg {
    color: #0663ad;
}

.instagram__smLink {
    background: #008bcd;
}
.instagram__smLink:hover a {
    border-color: #008bcd !important;
}
.instagram__smLink:hover svg {
    color: #008bcd;
}

.yelp__smLink {
    background: #37b0e5;
}
.yelp__smLink:hover a {
    border-color: #37b0e5 !important;
}
.yelp__smLink:hover svg {
    color: #37b0e5;
}

.youtube__smLink {
    background: #CD201F !important;;
}
.youtube__smLink:hover a {
    border-color: #CD201F !important;
	background: #fff!important;
}
.youtube__smLink:hover svg {
    color: #CD201F !important;;
}

/* Copyright
------------------------------------------------------- */
.footer__bottom {
    background: #ffffff !important;
    padding: 48px 0;
}

.footer__bottom .copyright {
    padding: 25px 0 0;
}

/* Media Queries
------------------------------------------------------- */

@media (max-width: 989px) {
	.plansBox__box{
		margin: auto;
		max-width: 100%;
	}
	.cta__box{
		margin: auto;
	}
	.skill-section .img-col{
		margin: auto !important;
	}
	.skill-box .elementor-widget-container {
		display: flex;
		justify-content: center;
	}
	
}

@media (max-width: 767px) {
	.text p{
		font-size: 15px;
	}
	.hide-br-mobile br{
		display: none !important;
	}
	.topArticle__heading--md{
		margin-bottom: 15px;
	}
	.home-list .elementor-icon-list-items .elementor-icon-list-item {
		width: 100%;
	}
}


@media only screen and (min-width: 370px) {
    .skilled__heading--sm {
        font-size: 25px;
    }

    .blurb__heading--lg {
        font-size: 31px;
    }
}

@media only screen and (min-width: 400px) {
    .skilled__text {
        font-size: 13px;
    }

    [class*="p--md"],
    [class*="p--lg"] {
        font-size: 20px;
    }

    .mobile-cta__button {
        font-size: 18px;
    }

    .profArticle__listItem {
        font-size: 22px;
    }

    .profArticle__heading--sm {
        font-size: 24px;
    }
    
    .mobile-cta__button--bottom {
        font-size: 25px;
    }

    .banner__heading--sub {
        font-size: 26px;
    }

    [class*="heading--lg"] {
        font-size: 28px;
    }

    .blurb__heading--lg {
        font-size: 31px;
    }

    [class*="heading--md"] {
        font-size: 29px;
    }

    .postscript-contact h2 {
        font-size: 34px;
    }

    .plansBox__heading--sub,
    [class*="heading--xl"] {
        font-size: 46px;
    }
    
    .topArticle__heading--xl {
        font-size: 31px;
    }

    .cta__heading--sub {
        font-size: 48px;
    }

    .skilled__iconBox {
        width: 160px;
    }
}

@media only screen and (min-width: 450px) {
    [class*="p--lg"] {
        font-size: 22px;
    }

    .banner__heading--sub {
        font-size: 28px;
    }
    
    .mobile-cta__button--bottom {
        font-size: 30px;
    }

    [class*="heading--lg"] {
        font-size: 33px;
    }

    [class*="heading--md"] {
        font-size: 34px;
    }

    .postscript-contact h2 {
        font-size: 38px;
    }

    [class*="heading--xl"],
    .plansBox__heading--sub {
        font-size: 50px;
    }
    
    .topArticle__heading--xl {
        font-size: 36px;
    }

    .cta__heading--sub {
        font-size: 53px;
    }

    .plansBox__box {
        padding: 23px 30px 0;
    }
}


@media only screen and (min-width: 500px) {
    .skilled__text {
        font-size: 18px;
    }

    [class*="heading--sm"],
    .profArticle__heading--sm {
        font-size: 26px;
    }

    .banner__heading--sub {
        font-size: 30px;
    }
    
    [class*="heading--lg"] {
        font-size: 38px;
    }

    [class*="heading--xl"] {
        font-size: 60px;
    }

    .topArticle__heading--xl {
        font-size: 40px;
    }

    /* Skilled
    ------------------------------------------------------- */
    .skilled__iconCircle {
        height: 160px;
        width: 160px;
    }

    .skilled__iconBox {
        width: 220px;
    }
}

@media only screen and (min-width: 576px) {
    /* Font Styles
    ------------------------------------------------------- */
    [class*="heading--sm"],
    .profArticle__heading--sm {
        font-size: 28px;
    }

    .banner__heading--sub {
        font-size: 34px;
    }

    [class*="heading--lg"] {
        font-size: 38px;
    }

    /* Header
    ------------------------------------------------------- */
    .mobile-nav-name {
        display: inline-block;
        top: 3px;
        right: 25px;
        position: relative;
    }

    /* Lower Header Buttons
    ------------------------------------------------------- */

    /* Banner
    ------------------------------------------------------- */

    /* Plans Box
    ------------------------------------------------------- */
    .plansBox__box {
        padding: 23px 50px 0;
    }

    /* CTA
    ------------------------------------------------------- */

    /* Top Article
    ------------------------------------------------------- */

    /* Services Article
    ------------------------------------------------------- */

    /* Skilled
    ------------------------------------------------------- */

    /* LV Article
    ------------------------------------------------------- */

    /* Blurb
    ------------------------------------------------------- */
    .blurb {
        padding: 65px 45px 70px;
    }

    /* Prof Article
    ------------------------------------------------------- */

    /* Contact
    ------------------------------------------------------- */

    /* Footer
    ------------------------------------------------------- */

    /* Copyright
    ------------------------------------------------------- */
}

@media only screen and (min-width: 700px) {
    .lvArticle {
        padding: 70px 0 330px;
    }
}

@media only screen and (min-width: 768px) {
    /* Layout
    ------------------------------------------------------- */
    .mobileBreak {
        display: none;
    }
}

/* @media only screen and (max-width: 991px) {
    #menu-main-menu-1 > li.has-dropdown > a {
        width: 80%;
    }
} */

@media only screen and (min-width: 992px) {
    .deskBreak {
        display: block;
    }

    .mobileTabBreak {
        display: none;
    }

    /* Font Styles
    ------------------------------------------------------- */
    .topBar__serving {
        font-size: 14px;
    }

    .cta__button--cooling,
    .cta__button--heating,
    .topBar__button--left,
    .topBar__button--right {
        font-size: 16px;
    }

    .banner__button,
    .banner__button:hover {
        font-size: 18px;
    }

    [class*="heading--sm"] {
        font-size: 32px;
    }

    .profArticle__heading--sm {
        font-size: 28px;
    }

    [class*="heading--md"] {
        font-size: 38px;
    }

    .topArticle__heading--xl,
    .cta__heading--sub {
        font-size: 60px;
    }

    .topBar__button--left,
    .topBar__button--right,
    .topBar__button--left:hover,
    .topBar__button--right:hover,
    .topBar__serving,
    .banner__button,
    .banner__button:hover {
        color: #ffffff;
    }

    .topBar__serving {
        font-weight: 600;
    }

    .main-navigation>li.has-dropdown>ul>li>a,
    .main-navigation>li.has-dropdown>ul>li>ul>li>a {
        font-weight: 700;
    }

    .postscript-cities .ryno-cities .ryno-column li>a,
	.proud-list a .elementor-icon-list-text{
        font-weight: 800;
    }

    .topBar__button--left,
    .topBar__button--right,
    .banner__button {
        font-weight: 900;
    }

    .topBar__serving {
        text-transform: uppercase;
    }

    .topBar__button--left,
    .topBar__button--right,
    .topBar__button--left:hover,
    .topBar__button--right:hover,
    .banner__button,
    .banner__button:hover {
        text-decoration: none;
    }

    /* Top Bar
    ------------------------------------------------------- */
    .topBar {
        background: #152a49;
        height: 43px;
    }

    .topBar__button--left {
        background: #be2026;
        margin-right: 19px;
    }

    .topBar__button--right {
        white-space: pre;
    }

    .topBar__button--left:hover {
        background: transparent;
    }

    .topBar__button--right:hover {
        background: #be2026;
    }

    .topBar__button--left,
    .topBar__button--right {
        width: 180px;
        height: 30px;
        border: 3px solid #be2026;
        border-radius: 10px;
        transition: .3s all ease;
    }

    /* Header
    ------------------------------------------------------- */
    .smaller .header__logoLink--noShrink {
        display: none;
    }

    .smaller .header__logoLink--shrink {
        display: block !important;
    }

    .header-sticky .smaller .header__logo img {
        max-width: 100%;
    }

    .header-sticky .smaller {
        padding: 23px 0;
    }

    .header {
        padding: 16px 0;
    }

    /* Nav
    ------------------------------------------------------- */
    .nav {
        top: 0;
    }

    #menu-main-menu > .menu-item-has-children > ul {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        visibility: hidden;
        opacity: 0;
    }

    #menu-main-menu .menu-item-has-children .menu-item-has-children ul  {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        visibility: hidden;
        opacity: 0;
    }

    #menu-main-menu > .menu-item-has-children:hover > ul {
        transition: .4s ease-in-out;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        visibility: visible;
        opacity: 1;
    }

    #menu-main-menu .menu-item-has-children .menu-item-has-children:hover ul  {
        transition: .4s ease-in-out;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        visibility: visible;
        opacity: 1;
    }

    #menu-main-menu .menu-item-has-children .menu-item-has-children ul,
    .main-navigation>li.has-dropdown>ul {
         /* display: block !important;  update menu */
   }

    #menu-main-menu > .menu-item > a:before {
        left: 80%;
        right: 80%;
        opacity: 0;
        visibility: hidden;
        content: "";
        height: 2px;
        position: absolute;
        bottom: 12px;
        transition: .4s ease-in-out;
        background: #0c53a2;
    }

    #menu-main-menu > .menu-item:hover > a:before {
        left: 10%;
        right: 10%;
        opacity: 1;
        visibility: visible;
    }

    /* Banner
    ------------------------------------------------------- */
    .banner {
        background-image: url(/wp-content/uploads/DesktopBanner.jpg);
        /*padding: 120px 10px 290px;*/
		padding: 75px 10px 200px;
    }

    .banner__heading--xl {
        margin-bottom: 10px;
    }

    .banner__heading--sub {
        margin-bottom: 32px;
    }

    .banner__button {
        background: #be252a;
        height: 55px;
        transition: all .3s ease;
        border: 3px solid #be252a;
        border-radius: 10px;
        width: 210px;
    }

    .banner__button:hover {
        background: transparent;
    }

    /* Plans Box
    ------------------------------------------------------- */
    .plansBox__box {
        max-width: 920px;
        padding: 34px 90px 0;
        top: -104px;
    }

    /* CTA
    ------------------------------------------------------- */
    .cta {
        padding: 40px 0 0;
    }

    .cta__box {
        max-width: 540px;
    }

    .cta__box:first-of-type {
        margin-right: 25px;
    }

    .cta__innerBox {
        width: 90%;
        max-width: 480px;
        padding: 20px 15px 26% 15px;
    }

    .cta__icon--cooling,
    .cta__icon--heating {
        width: auto;
        max-width: 75px;
    }

    .cta__button--cooling, .cta__button--heating {
        max-width: 190px;
        height: 38px;
    }

    .cta__heading--sub {
        margin-bottom: 5px;
    }

    .cta__wave {
        bottom: 2%;
    }

    /* Top Article
    ------------------------------------------------------- */
    .home .content-wrapper {
        background: bottom / cover no-repeat url(/wp-content/uploads/toparticlebg.png);
        padding: 210px 0 105px;
    }

    .topArticle__heading--xl {
        margin-bottom: 52px;
    }

    .topArticle__heading--md {
        margin-bottom: 35px;
    }

    .topArticle__img {
        margin-top: 0 !important;
        padding-left: 25px;
    }

    .top__Article__p--red {
        margin-bottom: 0;;
    }

    /* Services Article
    ------------------------------------------------------- */
    .servicesArticle {
        background: left / cover no-repeat url(/wp-content/uploads/servicesarticlebg.png);
        position: relative;
    }

    .servicesArticle__img {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -132px;
        height: 264px;
    }

    .servicesArticle__heading--md,
    .servicesArticle__p--lg {
        width: 60%;
        margin-left: auto;
    }

    /* Skilled
    ------------------------------------------------------- */
    .skilled {
        background: center / cover no-repeat url(/wp-content/uploads/skilledbg.png);
        position: relative;
        padding-top: 110px;
    }

    .skilled__iconContainer {
        max-width: 800px;
        margin: auto;
    }

    .skilled__iconBox:nth-of-type(1) {
        order: 1;
    }

    .skilled__iconBox:nth-of-type(2) {
        order: 2;
    }

    .skilled__iconBox:nth-of-type(3) {
        order: 4;
    }

    .skilled__iconBox:nth-of-type(4) {
        order: 5;
    }

    .skilled__iconBox:nth-of-type(5) {
        order: 3;
    }

    .skilled__iconBox:nth-of-type(6) {
        order: 6;
    }

    /* LV Article
    ------------------------------------------------------- */
    .lvArticle {
        background-image: url(/wp-content/uploads/lvarticlebg.png);
        padding: 90px 0 60px;
    }

    .lvArticle__container {
        width: 60%;
        margin-left: auto;
    }

    .lvArticle__heading--lg {
        margin-bottom: 22px;
    }

    /* Blurb
    ------------------------------------------------------- */
    .blurb {
        padding: 60px 45px;
    }

    .blurb__heading--lg {
        margin-bottom: 13px;
    }

    /* Prof Article
    ------------------------------------------------------- */
    .profArticle {
        background-image: url(/wp-content/uploads/profarticlebg.png);
        padding-top: 75px;
    }

    .profArticle__listWrapper {
        order: 1;
    }

    .profArticle__textContainer {
        order: 3;
    }

    .profArticle__imgContainer {
        order: 2;
    }

    .profArticle__listBox {
        padding-bottom: 30px;
        max-width: 540px;
        margin: 5px auto 60px 0;
    }

    .profArticle__img {
        margin-left: auto;
        margin-right: 0;
        display: flex;
    }

    .profArticle__heading--md {
        margin-bottom: 40px;
    }

    /* AWS
    ------------------------------------------------------- */
    .postscript-cities {
        padding: 0;    
    }

    .postscript-cities__img {
        width: 50%;
        max-width: 720px;
    }

    .postscript-cities__citiesSection {
        padding: 20px 0;
        background: #152a49;
        width: -webkit-fill-available;
        height: 100%;
    }

    .ryno-cities {
        max-width: 575px;
    }

    .postscript-cities__header--sub {
        padding-left: 35px;
    }

    .postscript-cities .ryno-cities .ryno-column {
        padding-left: 50px;
    }

    .ryno-column li {
        font-size: 14px;
    }

    .postscript-cities__header--sub {
        font-size: 50px;
        font-weight: 900;
    }

    .postscript-cities .ryno-cities .ryno-column li>a {
        padding-bottom: 2px;
    }
	.proud-list a:hover .elementor-icon-list-text,
    .postscript-cities .ryno-cities .ryno-column li>a:hover {
        text-decoration: none;
        border-bottom: 2px solid #469bda;
    }

    /* Contact
    ------------------------------------------------------- */
    .postscript-contact {
        background: #f0f0f0 !important;
        padding-top: 125px;
    }

    .postscript-contact > .container > .row {
        background: #152a49;
        padding: 50px 90px 115px 60px;
        width: 860px;
        margin: auto;
    }

    .postscript-contact__wave {
        bottom: -10px;
        height: auto;
        left: 50%;
        width: 950px;
        margin-left: -486px;
        pointer-events: none;
    }

    .postscript-contact h2 {
        margin-bottom: 13px;
    }

    .postscript-contact .wpcf7-submit {
        margin-top: 10px;
        display: block;
    }

    /* Footer
    ------------------------------------------------------- */
    .footer__top {
        padding: 60px 0 10px;
    }

    .footer__heading--xl {
        margin-bottom: 85px;
    }

    .review__box {
        margin-top: 35px;
    }

    .footer__social {
        margin-top: 15px;
    }

    .footer__social h2 {
        margin-bottom: 20px;
    }

    .footer__address {
        margin-bottom: 24px;
    }

    /* Copyright
    ------------------------------------------------------- */
    .footer__bottom {
        padding: 51px 0;
    }
}

@media only screen and (min-width: 1050px) {
    .postscript-cities__citiesSection {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 1100px) {
    .cta__span {
        font-size: 14px;
    }

    .postscript-cities__citiesSection {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 1150px) {
    .postscript-cities__citiesSection {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 1200px) {
    .servicesArticle__img {
        margin-top: -180px;
        height: 360px;
    }

    .skilled__iconContainer {
        margin-left: 0;
    }

    .skilled__img {
        position: absolute;
        right: 0;
        top: 50%;
        height: 268px;
        margin-top: -134px;
    }

    .skilled__heading--sm {
        padding-left: 90px;
    }


    /* AWS
    ------------------------------------------------------- */
    .postscript-cities__img {
        width: 45%;
    }

    .postscript-cities__citiesSection {
        padding-bottom: 40px;
    }

    .postscript-cities__header--sub {
        padding-left: 90px;
    }

    .postscript-cities .ryno-cities .ryno-column:first-of-type {
        padding-left: 100px;
        width: 59%;
    }

    .postscript-cities .ryno-cities .ryno-column:nth-of-type(2){
        width: 41%;
    }

    .ryno-column li {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1300px) {
    .postscript-contact__wave {
        width: 1192px;
        margin-left: -611px;
    }

    .postscript-contact > .container > .row {
        width: 1077px;
        margin: auto;
        padding-bottom: 185px;
    }

    .servicesArticle__heading--md,
    .servicesArticle__p--lg {
        width: 65%;
    }

    .postscript-cities__citiesSection {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 1400px) {
    .skilled__img {
        height: 330px;
        margin-top: -165px;
    }

    .postscript-cities__citiesSection {
        padding-top: 40px;
        padding-bottom: 90px;
    }

    .ryno-column li {
        font-size: 16px;
    }

    .postscript-cities__header--sub {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 1500px) {
    .postscript-cities__citiesSection {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1600px) {
    .servicesArticle__img {
        margin-top: -225px;
        height: 450px;
    }

    .skilled__img {
        height: 394px;
        margin-top: -197px;
    }

    .postscript-cities__citiesSection {
        padding-top: 70px;
        padding-bottom: 103px;
    }

    .ryno-column li {
        padding-bottom: 2px;
    }
}

@media only screen and (min-width: 1800px) {
    .skilled__iconContainer {
        max-width: 870px;
    }
}

@media only screen and (min-width: 992px) {
	#menu-main-menu .has-dropdown > ul > li > a{
		font-size: 12px;
	}
}



/* NEW MENU  */
.nav-bar .container {
	position: relative;	
}

#header-one{
	display: none !important;
}

.mobile-header{
	display: flex !important;
  position: sticky;
  top: 0px;
  z-index: 1000;
}

.mobile-header .mobile-nav-name{
	display: none;
}

.mobile-header .align-items-center{
	gap: 20px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
	background-color: #0e54a0 !important;
    border-radius: 5px;
}

.nav .flex-column {
    flex-direction: column !important;
}

.hamburguer {
	    display: inline-block !important;
}

.nav-bar{
	display: block !important;
}

.nav-bar .nav{
	width: 500px;
}

.header-wrappe > .nav-bar{
	display: block !important;
}

.header-wrapper .topBar{
	display: none !important;
}

.main-navigation>li.has-dropdown>ul {
    display: none;
    margin: 0;
}

.nav-bar .nav{
	display: none;
}

.nav-bar .nav.menu-active {
	position: absolute;
	right: 0px;
	left: auto;
	background: #ffffff;
	display: block !important;
}

.main-navigation>li.has-dropdown.active-child-menu>ul {
    display: block;
    position: relative;
    top: 0px;
	padding-left: 40px;
}

.hamburger{
	display: inline-block !important;
}

.main-navigation>li.has-dropdown:after{
	 all: unset;
}

.main-navigation>li.has-dropdown:after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-size: 17px;
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 10;
}

.header-center-links{
	    display: flex;
    gap: 40px;
}

@media screen and (max-width: 1235px) {
  .header-center-links{
    gap: 25px;
    zoom: 0.8;
  }
}

@media(max-width: 993px) {
  
	.header-center-links{
		display: none;
	}
}

.header-center-links .header-center-links-box a{
	color: black !important;
    font-weight: 700;
    text-transform: uppercase;
}

.header-center-links .header-center-links-box a:hover{
	text-decoration: none;
	color: #be2529 !important;
}

.header-center-links-box{
	display: flex;
	gap: 25px;
	align-items: center;
}

.line-gray {
	width: 1px;
	height: 50px;
	background: lightgray;
}

.header-center-links-box .circle-gray {
	width: 50px;
    height: 50px;
    background: hsl(0deg, 0%, 90%);
    border-radius: 50%;
}

.align-items-center{
	gap: 70px;
}
 


.team-member .profile__name {
  font-size: 48px;
  color: #28b2c8;
  text-transform: capitalize;
  margin-bottom: 0;
}


.header-center-links-box.red-link span {
  color: #be2026 !important;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 8% auto;
  padding: 20px 30px;
  border: 1px solid #888;
  width: 100%;
  max-width: 500px;
}

.modal-content form input[type='text'] {
  width: 100%;
}

.modal-content form .wpcf7-submit{
  background: #be2026;
  width: 100%;
  border-radius: 5px;
  border: none !important;
  padding: 10px 0px;
  font-weight: 700;
  cursor: pointer;
}

.modal-content form .form-group > label {
  font-weight: 700;
}

/* The Close Button */
.close {
  color: #aaa;
  position: absolute;
  right: 8px;
  top: 2px;
  font-weight: 100;
  font-size: 35px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.speech {
  display: flex;
  gap: 10px;
  position: sticky;
  top: 106px;
  background: #ffffffed;
  padding: 5px 0px;
  z-index: 10;
}

.speech.hide{
  display: none !important;
}

.speech button {
  border: none;
  background: #ebebeb;
  color: #204183;
  font-size: 1rem;
  font-weight: 600;
  padding: 5px 17px;
  border-radius: 30px;
}

.speech button svg{
  font-size: 12px;
  margin-right: 5px;
}

.speech .no-playing{
  display: none;
}

.speech .no-playing.active{
  display: block;
}

.speech .playing{
  display: none;
}

.speech .playing.active{
  display: block;
}

.single-post .date{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

/* Home - Elementor */
.text-left * {
	text-align: left !important;
}
.maint-section .plansBox__triangle {
	    display: flex;
    align-items: center;
    justify-content: center;
}
.col-heat-section p {
	line-height: 1 !important;
}
.icon-img {
	max-width: 75px;
}
.el-btn .elementor-button {
	min-width: 210px;
}
.inner-trusted .top__Article__p--red {
	font-weight: 500 !important;
}
.comp-section .elementor-container {
	margin-left: 0;
}
.skill-section .elementor-container {
	margin-right: 0 !important;
	        justify-content: flex-end;
}
.skill-section .img-col {
	max-width: 500px;
}
.inner-skill .elementor-image-box-wrapper {
	    display: flex;
    flex-direction: column;
    align-items: center !important;
	    width: max-content;
}
.inner-skill .elementor-image-box-img {
	    height: 160px;
    width: 160px !important;
    background: #e0e0e0;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.inners-skill .elementor-image-box-img a {
	    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.inners-skill .elementor-image-box-img a:hover {
    -webkit-transform: rotate(360deg) !important;
    transform: rotate(360deg) !important;
}
.elementor-icon-list-item a {
	color: inherit !important;
}
.elementor-icon-list-icon path {
	fill: inherit !important;
}
.proud-list {
	
}

.footer {
	background: #f0f0f0:
}

/* Media Queries */