/*
 Theme Name:   Whidbey Telecom - Internet Provider Child
 Theme URI:    https://wordpress-268817-2999210.cloudwaysapps.com/
 Description:  GeneratePress child theme
 Author:       Whidbey Telecom - Internet Provider
 Author URI:   https://wordpress-268817-2999210.cloudwaysapps.com/
 Template:     generatepress
 Version:      0.1
*/


/*================ Body CSS ================*/
*{
    outline: none !important;
}
html{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box !important;
    scroll-behavior: smooth;
}
*,
*:before,
*:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:hover{
    transition: all 0.5s ease 0s;
}
/* .page-inside-container > .gb-inside-container{
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (max-width: 781px){
    .page-inside-container > .gb-inside-container {
        padding-left: 30px;
        padding-right: 30px;
    }
} */
/*================ Body CSS ================*/

/*================ Custom Fonts ================*/
@font-face {
    font-family: 'Aaux Next';
    src: url('./fonts/AauxNext-Regular.eot');
    src: url('./fonts/AauxNext-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/AauxNext-Regular.woff2') format('woff2'),
        url('./fonts/AauxNext-Regular.woff') format('woff'),
        url('./fonts/AauxNext-Regular.ttf') format('truetype'),
        url('./fonts/AauxNext-Regular.svg#AauxNext-Regular') format('svg');
    font-weight: 400;
}
@font-face {
    font-family: 'Aaux Next';
    src: url('./fonts/AauxNext-SemiBold.eot');
    src: url('./fonts/AauxNext-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/AauxNext-SemiBold.woff2') format('woff2'),
        url('./fonts/AauxNext-SemiBold.woff') format('woff'),
        url('./fonts/AauxNext-SemiBold.ttf') format('truetype'),
        url('./fonts/AauxNext-SemiBold.svg#AauxNext-SemiBold') format('svg');
    font-weight: 600;
}
@font-face {
    font-family: 'Aaux Next';
    src: url('./fonts/AauxNext-Bold.eot');
    src: url('./fonts/AauxNext-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/AauxNext-Bold.woff2') format('woff2'),
        url('./fonts/AauxNext-Bold.woff') format('woff'),
        url('./fonts/AauxNext-Bold.ttf') format('truetype'),
        url('./fonts/AauxNext-Bold.svg#AauxNext-Bold') format('svg');
    font-weight: 700;
}
@font-face {
    font-family: 'icomoon';
    src: url('./fonts/icomoon.eot');
    src: url('./fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('./fonts/icomoon.woff2') format('woff2'),
        url('./fonts/icomoon.woff') format('woff'),
        url('./fonts/icomoon.ttf') format('truetype'),
        url('./fonts/icomoon.svg#icomoon') format('svg');
    font-weight: 400;
}
/*================ Custom Fonts ================*/

/*================ Site Header Css ================*/

.top-bar .inside-top-bar {
    display: table;
    margin: 0 auto;
    width: 100%;
}
.top-bar .inside-top-bar > .widget {
    width: 100%;
}
.top-bar .top-bar-ferry .gb-icon svg {
    width: 40px;
}
.topbar-search {
    position: relative;
}
.topbar-search label {
    font-weight: bold;
    letter-spacing: 0.4px;
    font-size: 18px;
    line-height: 1.445;
    position: relative;
    padding-left: 31px;
    cursor: pointer;
}
.topbar-search label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 21px;
    height: 22px;
    background-image: url(/wp-content/uploads/2022/11/header-search-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    transform: translate(0, -50%);
}
.topbar-search .wp-block-search__inside-wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    min-width: 200px;
    left: 31px;
    transform: translate(0, -50%);
    display: none;
}
.topbar-search .wp-block-search__inside-wrapper input {
    background: var(--white-color);
    padding: 0px 25px 0px 10px;
    width: 100%;
    border-color: var(--white-color);
    border-radius: 5px;
    height: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #2e3b42;
}
.topbar-search .wp-block-search__inside-wrapper button {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    text-indent: -2000px;
    padding: 0;
    width: 19px;
    height: 30px;
    background: transparent;
    transform: translate(0, -50%);
    background-image: url(/wp-content/uploads/2022/11/header-search-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.topbar-right-menu .gb-grid-column .gb-container p {
    justify-content: end;
}

/* ====================== Community Page css =============== */
.gb-inside-container .post-main{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 0;
    margin-bottom: 34px;
}

.post-main .post-img-box{
    margin-top: 8px;
    width: 35.2%;
    min-width: 35.2%;
    position: relative;
}

.post-main .post-img-box img {
    width: 100%;
    max-width: none;
    vertical-align: top;
}

.post-img-box .box-date{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #8c2a90;
    color: #fff;
    text-transform: uppercase;
    width: 42px;
    font-weight: 500;
    text-align: center;
    padding: 6px 4px 9px;
}

.article-content h4 {
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 9px -5px;
}

.post-main .article-content {
    padding-left: 44px;
    line-height: 1.3;
    margin-right: -10px;
    width: calc(64.8% + 10px);
}

.article-content p{
    margin-bottom: 8px;
}

.article-content p strong {
    font-weight: 500;
}

.article-content .read-more-cls {
    color: #009290;
    transition: color 0.3s;
    text-decoration: none;
    font-weight: bold;
}

.page-id-37 #right-sidebar {
    display: none;
}



.event-box-img .post-date {
    line-height: 1.9;
    padding: 0 3px 9px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.944rem;
    background: #8d2a90;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    min-width: 73px;
    min-height: 72px;
    font-weight: 500;
    text-transform: uppercase;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
}
.event-box-img .post-date strong {
    font-size: 28px;
}

.event-box-img .post-date .date-col {
    line-height: 1.1;
    padding: 0 3px;
}

.event-box-img img {
    vertical-align: top;
}

.read-more-evnt {
    font-weight: 700;
}

.event-box-content .event-title {
    border-bottom: 2px solid #d4d5d4;
    padding-bottom: 27px;
    margin-bottom: 31px;

}

.event-title .postmetadata-date {
    color: #2e3b42;
    font-weight: 700;
}

/* ======================== home page slider content overwright ==================================== */
.wp-block-eedee-block-gutenslider .wp-block-eedee-block-gutenslide.is-position-center-center .slide-content {
    align-items: flex-start !important;
    max-width: 1250px;
    margin: auto;
    width: 100%;
}
.wp-block-eedee-block-gutenslider .wp-block-eedee-block-gutenslide .slide-content>* {
    max-width: 80% !important;
}


/* ====================support============*/
.support-maintains-css .group-notify-holder.bg-light-gray.jcf-scrollable {
    height: auto;
    background-color: #da521f;
}
.support-maintains-css.support-scroll-box .group-notify-holder:before , .support-maintains-css .alert.alert-schedule.alert-xs{
    background: #da521f;
}
.support-maintains-css.support-scroll-box .alert.alert-xs div {
    color: #fff;
}
.support-maintains-css span.ico.icon-gear:after {
    padding: 8px;
    content: "";
    color: #da521f;
    font-family: "icomoon" !important;
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 50px;
}
.support-scroll-box.support-maintains-css , .support-maintains-css.support-scroll-box .group-notify-holder:before, .support-maintains-css .alert.alert-schedule.alert-xs{
    border-radius: 4px;
}
.row-notify.group-notify.support-scroll-box.support-maintains-css {
    margin-bottom: 30px;
}

.support-scroll-box .group-notify-holder.bg-pink{
    height: 100% !important;
    background-color: #cd163f;
    padding: 20px 4px 20px 41px;
    border-radius: 4px;
    height: 360px;
    overflow: auto;
}
.support-maintains-css.support-scroll-box .group-notify-holder.bg-pink:before{
    background: #cd163f;
}
.alert.outage-sec.alert-outage.alert-xs {
    background: #cd163f;
}
.support-scroll-box .alert.alert-outage .ouatege-icon-bg {
    background-color: #fff !important;
    background-image: url(/wp-content/uploads/2023/02/outage-icon-alert-pink.svg) !important;
}
/* ========================================================single-tv-css==========*/
.services_sidebar .related-title a {
    color: rgb(47, 52, 50);
}
.services_sidebar .related-title a:hover {
    text-decoration: underline;
}
.services_sidebar .related-title {
    border-bottom: 2px solid #e0e1e0;
    margin-bottom: 30px;
    padding-bottom: 14px;
}
.row-parent-singletv {
    max-width: 1248px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
.row-content-singletv {
    width: 73%;
    margin-right: 2%;
    line-height: 1.27;
}
.row-parent-singletv .entry-content {
    margin-top: 0;
}
.row-content-singletv .gallery-description-section {
    padding-top: 22px;
}
.row-content-singletv .gallery-description-section .grid-container {
    padding: 0;
}
.row-parent-singletv .row-content-singletv .gallery-description-section .grid-container {
    padding: 0;
}
.row-parent-singletv .featured-image.page-header-image-single {
    margin: 0 !important;
}
.posts-list a.read-more-evnt:before {
    content: '\A';
    display: block;
    padding-top: 5px;
}
@media only screen and (max-width: 767px){
.col-md-9.row-content-singletv {
    width: 100%;
    margin: 0px;
}
.row.row-parent-singletv {
    flex-direction: column;
}
.row.row-parent-singletv .gallery-description-section {
    padding-bottom: 0px;
}
.row.row-parent-singletv .share-box {
    display: flex;
    padding-bottom: 60px;
}
}

/* =====================UP COMING EVENTS================== */


@media only screen and (min-width: 769px) and (max-width: 1024.5px){
   .main-navigation .main-nav > ul > li > a{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 1024px){
    .site-header .header-image{
        width: 180px;
    }
    .topbar-responsive-grid {
        justify-content: space-between;
    }
    .topbar-responsive-grid .topbar-search .wp-block-search__inside-wrapper {
        right: 20px;
        left: auto;
    }
}
@media only screen and (max-width: 480px){
    .topbar-responsive-grid {
        justify-content: center;
    }
    .topbar-responsive-grid .gb-grid-column {
        padding: 3px 10px;
    }
}
@media only screen and (min-width: 769px){
    .main-nav > ul > li > a:after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0%;
        right: 0%;
        height: 5px;
        background-color: var(--sushi-color);
        opacity: 0;
        transition: all 0.3s ease-in-out;
        margin: 0 auto;
        width: 20%;
    }
    .main-nav > ul > li.current-menu-item > a:after,
    .main-nav > ul > li:hover > a:after{
        left: 0;
        right: 0;
        width: calc(100% - 44px);
        opacity: 1;
    }
    .main-nav ul > li.business > a:after{
        background-color: var(--persian-green-color);
    }
    .main-nav ul > li.community > a:after{
        background-color: var(--vivid-violet-color);
    }
    .main-nav ul > li.support > a:after{
        background-color: var(--hot-cinnamon-color);
    }
}
/* Megamenu Css */
@media only screen and (min-width: 769px){
     .main-navigation .inside-navigation, nav .main-nav .mega-menu {
         position: static;
    }
     .main-navigation ul > li.mega-menu > a:before {
         content: "";
         position: absolute;
         z-index: 999999;
         top: 100%;
         left: 50%;
         width: 0;
         height: 0;
         border-style: solid;
         border-width: 16px 16px 0 16px;
         border-color: #fff transparent transparent transparent;
         margin: 36px 0 0 -20px;
         opacity: 0;
         visibility: hidden;
    }
     .main-navigation#sticky-navigation ul > li.mega-menu > a:before {
         margin-top: 0px;
    }
     .main-navigation ul > li.mega-menu:hover > a:before{
         opacity: 1;
         visibility: visible;
    }
     .main-navigation ul .mega-menu > ul.sub-menu {
         left: 0px;
         right: 0px;
         top: 100%;
         box-shadow: none;
         width: 100%;
    }
     .main-navigation ul .mega-menu:hover > ul.sub-menu:before {
         content: "";
         position: absolute;
         z-index: 1;
         left: 0px;
         right: 0px;
         top: -40px;
         bottom: auto;
         display: block;
         height: 50px;
    }
     .main-navigation ul .mega-menu ul.mega-menu-inner {
         display: flex;
         max-width: 1250px;
         margin: 55px auto;
         min-height: 220px;
    }
     .main-navigation ul .mega-menu ul.mega-menu-inner > li {
         width: 25%;
    }
     .main-navigation ul .mega-menu ul.mega-menu-inner > li:nth-child(1) {
         width: 35%;
    }
     .has-mega-menu .widget > .widgettitle {
         display: inline-block;
         vertical-align: top;
         font-size: 24px;
         padding-bottom: 15px;
    }
     .has-mega-menu .widget .btn-box {
         margin-top: 20px !important;
         font-size: 22px !important;
    }
}
 .main-navigation ul .mega-menu > ul.sub-menu > li > a {
     display: none !important;
}
 .main-navigation ul .mega-menu ul.mega-menu-inner > li {
     padding: 15px;
}
 .main-navigation ul .mega-menu > ul > .has-mega-menu ul {
     position: static;
     opacity: 1;
     visibility: visible;
     height: auto;
     box-shadow: none;
     pointer-events: auto;
     left: unset;
     right: unset;
     top: unset;
     bottom: unset;
     float: unset;
     width: 100%;
     border: none;
}
 .main-navigation ul .mega-menu > ul > .has-mega-menu a {
     padding: unset;
     margin: unset;
}
 .has-mega-menu .widget > .widgettitle {
     font-size: 20px;
     border-bottom: 1px solid #b6bbbb;
     padding-bottom: 10px;
     margin-bottom: 15px;
}
 .has-mega-menu .widget p:last-child {
     margin-bottom: 0px;
}
 .has-mega-menu .widget ul li {
     margin-bottom: 8px;
}
 .has-mega-menu .widget ul li a:hover {
     font-weight: 600;
}
.has-mega-menu .widget .btn-box {
     display: inline-block;
     font-weight: 700;
     vertical-align: top;
     color: #ffffff;
     background-color: #91c84c;
     padding: 10px 24px 12px !important;
     border-radius: 4px;
     text-align: center;
     min-width: 145px;
     font-size: 18px;
}
 .has-mega-menu .widget .btn-box:hover {
     background-color: #6a9238;
     color: #ffffff;
}
.business .has-mega-menu .widget .btn-box {
   background-color: #009290;
}
.business .has-mega-menu .widget .btn-box:hover {
     background-color: #00474f;
}
.community .has-mega-menu .widget .btn-box {
   background-color: #8c2a90;
}
.community .has-mega-menu .widget .btn-box:hover {
     background-color: #621e65;
}
.support .has-mega-menu .widget .btn-box {
   background-color: #da521f;
}
.support .has-mega-menu .widget .btn-box:hover {
     background-color: #c94513;
}
 @media only screen and (max-width: 768px){
    .site-header .gp-icon svg {
        width: 30px;
        height: 30px;
        top: 0;
    }
    .main-navigation .menu-toggle {
        background-color: transparent !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-right: -15px !important;
        font-size: 0;
    }
    .main-navigation .menu-toggle .gp-icon {
        display: flex;
    }
     .has-inline-mobile-toggle #site-navigation.toggled {
         margin-top: 20px;
    }
     .main-navigation .main-nav>ul {
         padding-top: 10px;
         padding-bottom: 10px;
    }
     .main-navigation .main-nav>ul>li:not(:last-child) {
         border-bottom: 1px solid rgba(0, 71, 79, 0.1);
    }
     .main-navigation ul .mega-menu ul.mega-menu-inner {
         display: flex;
         flex-direction: column;
         padding-top: 25px;
         padding-bottom: 25px;
    }
     .main-navigation ul .mega-menu ul.mega-menu-inner > li {
         padding: 0px 20px;
    }
     .main-navigation ul .mega-menu ul.mega-menu-inner > li:not(:last-child) {
         margin-bottom: 25px;
    }
}
/*================ Site Header Css ================*/

/*================ Site Banner Css ================*/

body .page-banner-slider .swiper-wrapper .bg-image .eedee-background-div__overlay {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.15) 81%, rgba(0, 0, 0, 0.05) 100%);
}
body .page-banner-slider .swiper-wrapper .slide-content {
    align-items: start !important;
    max-width: 1300px;
    justify-content: center !important;
    text-align: left;
    margin: 0 auto;
    width: 100%;
}

/*================ Site Banner Css ================*/

/*================ Site post Css ================*/

.home-post-box .wp-block-group__inner-container {
    padding: 0;
}
.home-post-box ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wpb_post_wrapeer figure {
    margin-bottom: 30px;
    width: 100% !important;
}
.home-post-box ul li h2 {
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 13px;
    font-size: 30px;
}
.home-post-box ul li h2 a {
    color: var(--cape-cod-color);
}
.blog_post_sec .wp-block-group__inner-container{
    padding: 0px;
}
.blog_post_sec .home-post-box .wp-block-post-title a {
    color: var(--cape-cod-color);
    font-weight: 600;
}
.post-main-col figure img {
    height: 190px;
    object-fit: cover;
    object-position: center;
}
.home-post-box .read-more-container a {
    background: transparent;
    padding: 0;
    color: var(--persian-green-color);
    font-size: 1.12em;
    font-weight: 600;
}

@media only screen and (max-width: 767px){
    .home-post-box ul li h3 {
        font-size: 1.5em !important;
    }
    .post-main-col figure img {
        height: auto;
        width: 100%;
    }
    .wpb_post_wrapeer figure {
        margin-bottom: 15px;
    }
}


/*================ Site post Css ================*/

/*================ Site Services box Css ================*/


.service-box-col .gb-inside-container {
    height: 100%;
}
.services-box {
    height: 100%;
    padding-bottom: 40px;
}
.services-box .gb-block-image {
    width: 131px;
    height: 131px;
    background: var(--sherpa-blue-color);
    line-height: 131px;
    text-align: center;
    border-radius: 50%;
    margin-top: -58px;
    margin-bottom: 11px !important;
}
.site-main .services-box.dark-bg > div{
    background: var(--porcelain-color);
}
.site-main .services-box > div {
    background: var(--white-color);
    padding: 20px 38px 100px 40px;
    margin-bottom: 0;
    position: relative;
    height: 100%;
}
.services-box h3 {
    border-bottom: 1px solid #c3c4c4;
}
.services-box h4 span {
    font-size: 23px;
}
.site-main .services-box .gb-button-wrapper {
    position: absolute;
    bottom: 40px;
}
@media only screen and (max-width: 1024px){
    .site-main .services-box > div{
        padding: 20px 30px 100px 30px;
    }
    .services-box .gb-block-image {
        width: 101px;
        height: 101px;
        line-height: 101px;
        margin-top: -68px;
    }
}
@media only screen and (max-width: 991px){
    .site-main .services-box > div {
        padding: 20px 20px 100px 20px;
    }
}
@media only screen and (max-width: 767px){
    .site-main .services-box > div {
        padding: 30px;
        height: auto;
    }
    .site-main .services-box .gb-button-wrapper {
        position: relative;
        bottom: 0;
    }
    .site-main .services-box > div{
        background: var(--porcelain-color);
    }
    .services-box h4 span {
        font-size: 20px;
    }
}

/*================ Site Services box Css ================*/

/*================ Site Contact Css ================*/

.contact-form form .gform_fields {
    position: relative;
}

/*================ Site Contact Css ================*/

ul.connect-social-icon {
    margin: 0 0 0 15px;
}
ul.connect-social-icon li a {
    width: 40px;
    height: 40px;
    background: var(--white-color);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 48px;
}
ul.connect-social-icon li a:hover {
    background: var(--persian-green-color);
}
ul.connect-social-icon li a svg {
    fill: var(--sherpa-blue-color) !important;
    width: 25px !important;
    height: 25px !important;
}


.newslatter-form-main form {
    display: -ms-flexbox;
    display: flex;
}
.newslatter-form-main form .gform_body {
    width: 100%;
}
.newslatter-form-main form .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}
.newslatter-form-main form .gform_footer input[type="submit"]{
    margin-left: 21px !important;
}
@media only screen and (max-width: 767px){
    ul.connect-social-icon {
        margin: 0;
        justify-content: center;
    }
}

/*================ Site Footer Css ================*/

.site-footer .inside-footer-widgets {
    margin: 0 !important;
}
.site-footer .footer-widget-1 {
    margin: 0 -5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.site-footer .inside-footer-widgets .widget.widget_nav_menu {
    padding: 0 5px;
    width: 16.6%;
    float: left;
}
.site-footer .inside-footer-widgets .widget.widget_media_image {
    width: 17%;
    float: left;
    padding: 0 5px;
}
.site-footer ul.menu li.footer-first-menu a {
    font-size: 22px;
    line-height: 1.1;
    font-weight: bold;
    color: var(--sherpa-blue-color);
}
.site-footer ul.menu li.footer-first-menu a:hover {
    color: var(--sushi-color);
    font-weight: bold;
}
.site-footer ul.menu li a {
    color: var(--outer-space-color);
    font-weight: 400;
    font-size: 16px;
}
.site-footer ul.menu li a span {
    margin-left: 10px;
    background: var(--persian-green-color);
    color: white;
    display: inline-block;
    border-radius: 4px;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    transition: all 0.5s ease 0s;
}
.site-footer ul.menu li a:hover span {
    background: var(--sherpa-blue-color);
}
.site-footer ul.menu li a:hover {
    font-weight: 600;
}

@media only screen and (max-width: 1024px){
    .site-footer .inside-footer-widgets .widget.widget_nav_menu,
    .site-footer .inside-footer-widgets .widget.widget_media_image {
        width: 33.33%;
    }
}
@media only screen and (max-width: 575px){
    .site-footer .inside-footer-widgets .widget.widget_nav_menu,
    .site-footer .inside-footer-widgets .widget.widget_media_image {
        width: 50%;
    }
    .site-footer .inside-footer-widgets .widget.widget_media_image img {
        width: 100%;
        max-width: 150px;
    }
}
@media only screen and (max-width: 375px){
    .site-footer .inside-footer-widgets .widget.widget_nav_menu,
    .site-footer .inside-footer-widgets .widget.widget_media_image {
        width: 100%;
    }
}

/*================ Site Footer Css ================*/

/*================ Defult Form Css ================*/
form .gform_body .gfield select, 
form .gform_body .gfield textarea, 
form .gform_body .gfield input[type="text"], 
form .gform_body .gfield input[type="password"], 
form .gform_body .gfield input[type="datetime"], 
form .gform_body .gfield input[type="datetime-local"], 
form .gform_body .gfield input[type="date"], 
form .gform_body .gfield input[type="month"], 
form .gform_body .gfield input[type="time"], 
form .gform_body .gfield input[type="week"], 
form .gform_body .gfield input[type="number"], 
form .gform_body .gfield input[type="email"], 
form .gform_body .gfield input[type="url"], 
form .gform_body .gfield input[type="search"], 
form .gform_body .gfield input[type="tel"], 
form .gform_body .gfield input[type="color"], 
form .gform_body .gfield .uneditable-input{
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    color: var(--outer-space-color) !important;
    background-color: var(--white-color);
    padding: 6px 15px !important;
    border: 1px solid var(--white-color);
    border-radius: 0;
    height: 46px;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form .gform_body .gfield select::placeholder, 
form .gform_body .gfield textarea::placeholder, 
form .gform_body .gfield input[type="text"]::placeholder, 
form .gform_body .gfield input[type="password"]::placeholder, 
form .gform_body .gfield input[type="datetime"]::placeholder, 
form .gform_body .gfield input[type="datetime-local"]::placeholder, 
form .gform_body .gfield input[type="date"]::placeholder, 
form .gform_body .gfield input[type="month"]::placeholder, 
form .gform_body .gfield input[type="time"]::placeholder, 
form .gform_body .gfield input[type="week"]::placeholder, 
form .gform_body .gfield input[type="number"]::placeholder, 
form .gform_body .gfield input[type="email"]::placeholder, 
form .gform_body .gfield input[type="url"]::placeholder, 
form .gform_body .gfield input[type="search"]::placeholder, 
form .gform_body .gfield input[type="tel"]::placeholder, 
form .gform_body .gfield input[type="color"]::placeholder, 
form .gform_body .gfield .uneditable-input{
    color: var(--outer-space-color) !important;
}
form .gform_body .gform_fields input:focus-visible,
form .gform_body .gform_fields select:focus-visible, 
form .gform_body .gform_fields textarea:focus-visible,
form .gform_footer input[type="submit"]:focus-visible{
    outline: none;
}
body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .validation_message{
    background-color: transparent !important;
    border: none !important;
    padding: 0px !important;
    line-height: 1 !important;
    font-size: 12px !important;
    color: rgb(192, 43, 10) !important;
}
.gform_confirmation_wrapper .gform_confirmation_message{
    text-align: center;
    font-weight: 700;
    color: var(--cape-cod-color);
}
form .gform_footer input[type="submit"] {
    background-color: var(--persian-green-color);
    padding: 5px 8px;
    min-width: 161px;    
    color: var(--white-color);
    font-weight: bold;
    border-radius: 4px;
    font-size: 22px;
    border: 2px solid var(--persian-green-color);
    margin: 0 !important;
}
form .gform_footer input[type="submit"]:hover {
    background: transparent;
    border-color: var(--white-color);
}

@media only screen and (max-width: 767px){
    .newslatter-form-main form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .newslatter-form-main form .gform_footer {
        width: 100%;
        text-align: center;
        display: inline-block !important;
        vertical-align: top;
    }  
    .newslatter-form-main form .gform_footer input[type="submit"] {
        margin-left: 0px !important;
        margin-top: 15px !important;
    }
    form .gform_footer input[type="submit"] {
        padding: 5px 8px;
        min-width: 150px;
        font-size: 18px;
    }
}

/*================ Defult Form Css ================*/

/*================ Contact page Css ================*/
.contact-top-info-box .gb-icon {
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    background: var(--hot-cinnamon-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin-right: 19px;
    border-radius: 50%;
}
@media only screen and (max-width: 991px){
    .contact-top-info-box .gb-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
    }
}
/*================ Contact page Css ================*/

/*================ About page Css ================*/


.about-overlay-section {
    position: relative;
    z-index: 9;
}
.about-overlay-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 146, 144, 0.9);
    z-index: -9;
}

.timeline-img {
    position: relative;
}
.timeline-img img {
    height: 410px;
    border: 12px solid #fff;
    transform: rotate(1deg);
    object-fit: cover;
    object-position: center;
}
.timeline-img .timeline-img-year {
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: -47px;
    transform: translate(0, -50%);
}
.timeline-text h4 {
    margin: 0;
    padding-left: 100px;
}

.timeline-slider .wp-block-group__inner-container {
    padding-top: 0;
    padding-bottom: 0;
}
.timeline-slider .slick-slide:nth-child(odd) .gb-grid-wrapper .gb-grid-column:first-child {
    -ms-flex-order: 2;
    order: 2;
}
.timeline-slider .slick-slide:nth-child(odd) .gb-grid-wrapper .gb-grid-column:first-child .timeline-img-year {
    right: auto;
    left: -47px;
}
.timeline-slider .slick-slide:nth-child(odd) .gb-grid-wrapper .gb-grid-column:last-child .timeline-text h4 {
    padding-left: 0;
    padding-right: 100px;
}


.slick-slider button.slick-arrow {
    width: 43px;
    height: 70px;
    background-image: url(/wp-content/uploads/2022/11/timeline-left-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    background-color: transparent !important;
}
.slick-slider button.slick-prev {
    left: -50px;
}
.slick-slider button.slick-next {
    right: -50px;
    transform: rotate(180deg);
}
.slick-slider button.slick-arrow:before {
    display: none;
}

.timeline-nav h2 {
    margin: 0 auto;
    font-size: 0;
    width: 20px !important;
    height: 20px;
    border-radius: 50%;
    background-color: #939598;
    text-align: center;
    line-height: 54px;
    transition: 0.3s;
}
.timeline-nav h2:first-child {
    margin-left: 0;
}
.timeline-nav h2:last-child {
    margin-right: 0;
}
.timeline-nav h2.slick-current {
    width: 54px !important;
    height: 54px;
    background: var(--persian-green-color);
    font-size: 14px;
    color: var(--white-color);
}
.timeline-nav .slick-list .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    height: 54px;
    max-width: 740px;
}
.timeline-nav .slick-list .slick-track:after {
    width: 100%;
    height: 1px;
    background-color: rgba(147, 149, 152, 0.2);
    position: absolute;
    top: 50%;
    left: 0;
}

@media only screen and (max-width: 767px){
    .timeline-img .timeline-img-year,
    .timeline-slider .slick-slide:nth-child(odd) .gb-grid-wrapper .gb-grid-column:first-child .timeline-img-year {
        top: auto;
        right: auto;
        transform: translate(-50%, 0);
        left: 50%;
        bottom: -47px;
    }
    .timeline-slider .slick-slide:nth-child(odd) .gb-grid-wrapper .gb-grid-column:first-child {
        -ms-flex-order: 1;
        order: 1;
    }
    .timeline-slider .slick-slide:nth-child(odd) .gb-grid-wrapper .gb-grid-column:last-child{
        -ms-flex-order: 2;
        order: 2;
    }
    .timeline-text h4,
    .timeline-slider .slick-slide:nth-child(odd) .gb-grid-wrapper .gb-grid-column:last-child .timeline-text h4 {
        padding: 0;
    }
    .timeline-nav .slick-list .slick-track {
        max-width: inherit;
    }
    .timeline-nav h2 {
        margin: 0;
    }
    .timeline-nav .slick-prev:before, .timeline-nav .slick-next:before {
        opacity: 1;
        color: #333333;
    }
    .timeline-img .timeline-img-year {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}

/*================ About page Css ================*/

/*================ About page Css ================*/
.single-product .site-main .wp-block-group__inner-container {
    padding: 0;
}
.single-product .giving_sec2_wrapper .community_box_sec .gb-block-image{
    background-color: var(--sherpa-blue-color);
}
.two-box-row > div .two-box-img .gb-inside-container, 
.two-box-row > div .two-box-img .gb-inside-container figure, 
.two-box-row > div .two-box-img .gb-inside-container figure img {
    height: 100%;
}
.two-box-row > div .two-box-img .gb-inside-container figure img {
    object-fit: cover;
    object-position: center;
}
.two-box-text {
    min-height: 450px;
}
@media only screen and (max-width: 767px){
    .two-box-text {
        min-height: inherit;
    }
}
/*================ About page Css ================*/


.service-section-main {
    position: relative;
    z-index: 9;
}
.service-section-main:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 12%, rgba(255, 255, 255, 0.61) 42%, rgba(255, 255, 255, 0.97) 78%, white 100%);
    width: 50%;
    height: 100%;
    display: block;
}
.service-section-main:before {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    background: #ffffff;
    width: 50%;
    height: 100%;
    z-index: -9;
}

.service-section-main-alternet:after {
    right: 0;
    left: 0;
    width: 70%;
    background: linear-gradient(to right, white 0%, white 57%, rgba(255, 255, 255, 0.95) 65%, rgba(255, 255, 255, 0.87) 70%, rgba(255, 255, 255, 0.73) 76%, rgba(255, 255, 255, 0.61) 80%, rgba(255, 255, 255, 0.56) 81%, rgba(255, 255, 255, 0.52) 82%, rgba(255, 255, 255, 0.19) 92%, rgba(255, 255, 255, 0.17) 93%, rgba(255, 255, 255, 0.04) 97%, rgba(255, 255, 255, 0) 100%);
}
.service-section-main-alternet:before {
    right: auto;
    left: 0;
    width: 100%;
}

.two-box-icon .gb-inside-container {
    height: 100%;
}
.two-box-icon .wp-block-group {
    padding: 46px 80px 55px;
    position: relative;
    height: 100%;
}
.two-box-icon figure {
    width: 131px;
    height: 131px;
    border-radius: 50%;
    background: var(--sherpa-blue-color);
    text-align: center;
    line-height: 131px;
    position: absolute;
    left: 26px;
    top: -45px;
}
@media only screen and (max-width: 1024px){
    .two-box-icon .wp-block-group {
        padding: 46px 30px 55px;
    }
}
@media only screen and (max-width: 767px){
    .service-section-main:before,
    .service-section-main:after{
        display: none;
    }
}
@media only screen and (max-width: 575px){
    .two-box-icon .wp-block-group {
        padding: 30px;
    }
    .two-box-icon figure {
        width: 100px;
        height: 100px;
        line-height: 100px;
        left: 0;
        top: 0;
        margin: -5em auto 30px;
        position: relative;
    }
    .two-box-icon figure img {
        width: 100%;
        max-width: 50px;
    }
}

.page-id-39 .site-content #right-sidebar{
    display: none;
}



.support-scroll-box .group-notify-holder {
    padding: 20px 4px 20px 41px;
    border-radius: 4px;
    background-color: #eceded;
    height: 360px;
    overflow: auto;
}
.support-scroll-box {
    position: relative;
}
.support-scroll-box .group-notify-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #eceded;
    z-index: 1;
}
.support-scroll-box .alert.alert-xs {
    background: var(--white-color);
    color: #2f3432;
    padding: 9px 37px;
    border-radius: 0;
    margin-bottom: 9px;
    position: relative;
}
.support-scroll-box .alert.alert-xs div {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.18px;
    color: var(--cape-cod-color);
    line-height: 1.445;
}
.support-scroll-box .alert.alert-xs .ico {
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translate(0, -50%);
    width: 37px;
    height: 37px;
    border-radius: 50%;
}
.support-scroll-box .alert.alert-outage .ico {
    background: #cd163f;
    background-image: url(/wp-content/uploads/2022/11/outage-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    
}
/* .support-scroll-box .alert.alert-schedule .ico {
    background: #da521f;
    background-image: url(/wp-content/uploads/2022/11/schedule-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
} */

.close-btn-header {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    width: 24px;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 50%);
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    display: block;
    height: 24px;
    font-weight: bold;
    color: #cd163f;
    cursor: pointer;
}


.filter-main-box fieldset {
    margin: 0 !important;
}
.supprt-filter-row .gb-inside-container {
    display: -ms-flexbox;
    display: flex;
}
.supprt-filter-row .gb-inside-container > div {
    width: 100%;
    padding: 0 10px;
}
.filter-main-box .supprt-filter-row fieldset input[type="search"] {
    background: var(--white-color);
    border: none;
    border-radius: 0;
    font-size: 1rem;
    color: #2f3432;
    font-weight: bold;
}
.filter-main-box .supprt-filter-row fieldset input[type="search"]::placeholder{
    font-size: 1rem;
    color: #2f3432;
    font-weight: bold;
}
.filter-main-box fieldset .wpgb-select-facet select {
    background: var(--white-color);
    border: none;
    border-radius: 0;
    font-size: 1rem;
    color: #2f3432;
    font-weight: bold;
    padding: 6px 48px 6px 12px !important;
}
.filter-main-box fieldset .wpgb-select-facet select option {
    font-size: 1rem;
    color: #2f3432;
    font-weight: bold;
}
.filter-main-box fieldset .wpgb-select-facet .wpgb-select-controls {
    right: 15px !important;
}
.filter-main-box fieldset .wpgb-select-facet .wpgb-select-controls svg {
    display: none;
}
.filter-main-box fieldset .wpgb-select-facet .wpgb-select-controls span {
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #b9bcbb transparent transparent transparent;
    background: transparent !important;
    line-height: 40px;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.filter-grid-card .wpgb-metro article {
    padding: 0 10px 20px;
}
.filter-grid-card .wpgb-metro article .wpgb-card-media-overlay {
    background: linear-gradient(80deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}
.filter-grid-card .wpgb-metro article .wpgb-card-media-content .wpgb-card-media-content-top, 
.filter-grid-card .wpgb-metro article .wpgb-card-media-content .wpgb-card-media-content-bottom {
    padding: 25px 30px 33px;
}
.filter-grid-card .wpgb-metro article .wpgb-card-media-content .wpgb-card-media-content-top h3 a {
    font-weight: 400 !important;
    font-size: 2.11rem;
    color: var(--white-color);
}
.filter-grid-card .wpgb-metro article .wpgb-card-media-content .wpgb-card-media-content-top h3:hover a,
.filter-grid-card .wpgb-metro article .wpgb-card-media-content .wpgb-card-media-content-top h3 a:hover,
.filter-grid-card .wpgb-metro article .wpgb-card-media-content .wpgb-card-media-content-bottom a:hover {
    opacity: 0.75;
    color: #ffffff;
}
.filter-grid-card .wpgb-metro article .wpgb-card-media-content .wpgb-card-media-content-bottom a {
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border: none;
    font-size: 1.22rem;
    text-transform: capitalize;
    color: #ffffff;
}


.support-scroll-box.topbar-notification-popup {
    margin: 0 !important;
    border-radius: 0;
}
.support-scroll-box.topbar-notification-popup .group-notify-holder {
    border-radius: 0;
}
/*.topbar-notification-popup.support-maintains-css span.ico.icon-gear:after {
    content: "";
}*/
span.ico.past-not-gear:after{
    padding: 8px;
    content: "";
    color: #fff;
    font-family: "icomoon" !important;
    background-color: #da521f;
    text-align: center;
    font-size: 20px;
    border-radius: 50px;
}

@media only screen and (max-width: 767px){
    .support-scroll-box .group-notify-holder {
        padding: 20px 4px 20px 31px;
        height: 400px;
    }
    .filter-grid-card .wpgb-metro article .wpgb-card-media-content .wpgb-card-media-content-top, 
    .filter-grid-card .wpgb-metro article .wpgb-card-media-content .wpgb-card-media-content-bottom {
        padding: 15px;
    }
    .filter-grid-card .wpgb-metro article .wpgb-card-media-content .wpgb-card-media-content-top h3 {
        line-height: 1.1;
    }
    .filter-grid-card .wpgb-metro article .wpgb-card-media-content .wpgb-card-media-content-top h3 a {
        font-size: 1.3rem;
    }
}
@media only screen and (max-width: 576px){
    .filter-grid-card .wpgb-metro article{
        padding: 0 0px 20px;
    }
    .supprt-filter-row .gb-inside-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .supprt-filter-row .gb-inside-container > div {
        padding: 0;
        margin-bottom: 10px;
    }
    .supprt-filter-row .gb-inside-container > div:last-child {
        margin-bottom: 0;
    }
}

/*================ Events Page ================*/

.read-more-container {
	margin-top: 1em;
}
.event-calender-titel .calender-month-name {
    font-size: 1.9em;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 0 25px;
}
.wpgb-facet button.wpgb-button {
	color: var(--white-color);
    background-color: var(--sushi-color);
	padding: 0.5em 1.5em;
}

.page-id-8088 .entry-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.event-banner-section {
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
}
.event-calender-section {
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
}
.event-listing {
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
}

/*================ Community Page ================*/

.page-id-37 .wp-block-group__inner-container {
    padding: 0px;
}

.community-boxes:hover figure:before{
    opacity: 1;
}
.community-boxes figure:before {
    background-color: rgba(0, 0, 0, 0.63);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.community-boxes figure {
    position: relative;
    z-index: 9;
    border-bottom: 8px solid var(--vivid-violet-color);
}
.community-boxes figure h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 50px);
    transform: translate(-50%, -50%);
    margin: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.community-boxes:hover figure h4{
    opacity: 1;
}
.community-boxes h3 {
    position: relative;
    z-index: 9;
    transition: all 0.5s ease 0s;
}
.community-boxes h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    background-color: var(--vivid-violet-color);
    transition: bottom 0.3s;
    z-index: -9;
}
.community-boxes:hover h3:before {
    bottom: 0;
}
.community-boxes h3 a{
    color: var(--cape-cod-color);
}
.community-boxes:hover h3 a{
    color: var(--white-color);
}

.community-blog-section .blog-info-box figure.gb-block-image,
.community-blog-section .blog-info-box figure.gb-block-image img {
    min-height: 190px;
}
.community-gallery-slider .slick-slide {
    padding: 0 13px;
}
@media only screen and (max-width: 767px){
    .community-gallery-slider .slick-dotted {
        margin-bottom: 50px;
    }
    .community-gallery-slider .slick-dotted .slick-dots {
        bottom: -60px;
    }
    .community-gallery-slider .slick-track {
        margin: 0 -15px;
    }
	.sec_order_md > .gb-grid-column-637484be {
    	order: 1;
	}
}
/*================ Community Page ================*/
.page-id-9663 .wpb_matter_wrapper_box{
	width: auto;
}
.page-id-9663 .site-main .wp-block-group__inner-container,
.page-id-9712 .site-main .wp-block-group__inner-container{
	padding: 0px;
}
.page-id-9663 .wpb_matter_wrapper_box .wpb_defult_icon .gb-block-image{
	left: 20px;
}
body.single.single-event .gb-container.gb-container-3d2f7fee.back-resources-section.back-blog-header-section.event-type-back-header:before {
    background-image: url(https://whidbeytel.com/wp-content/uploads/2023/02/bg-section40.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    content: "";
    position: absolute;
    width: 100%;
    max-width: 1920px;
    height: 1000px;
    left: 0;
    top: auto;
    z-index: -1;
}
.post-main .article-content .read-more-container, .posts-list .event-main-box .event-box-content .read-more-container {
    display: none;
}
body.single.single-event .site.grid-container.container.hfeed#page {
    padding-bottom: 108px;
}
.wp-block-eedee-block-gutenslider .wp-block-eedee-block-gutenslide .eedee-background-div:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.15) 81%, rgba(0, 0, 0, 0.05) 100%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
/*================ Events Page ================*/
.page-id-8088 .entry-content {
    justify-content: center !important;
}
