.clear {
    clear:both;
}
#wp-admin-bar-root-default li a, 
#wp-admin-bar-root-default li span {
    display: unset;
}
form .select2 {
    max-height:60px;
}
.hidden {
    display:none;
}
.elementor-widget-container {
    min-height: 1px;
}
/*******mob menu*******/

@media screen and (max-width: 991px) {
    nav.navbar .navbar-nav .nav-link.nav-color {
        color: #fff;
    }
    
}
@media only screen and (max-width: 1064px){
    .logo-holder .logo-wrapper {
        padding: 0px!important;
    }
    .golfisland-classic-main {
        display:none;
    }
    .logged-in.admin-bar .golfisland-mob-menu-wrapper{
        top:45px;
        position:absolute;
    }
    .golfisland-mob-menu-wrapper{
        background: var(--gf-main-color2);
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 90px;
        z-index: 10;
        padding: 0 20px 0 200px;
        -webkit-transform: translate3d(0,0,0);
    }   
    .logo-holder {
        left: 20px;
        top: 25px;
    }
    .nav-button-wrap {
        float: right;
        height: 30px;
        width: 30px;
        cursor: pointer;
        position: relative;
        top: 40px;
        margin-right: 16px;
        display: block;
    }
    .nav-button span {
        float: left;
        width: 100%;
        height: 2px;
        background:#fff;
        margin-bottom: 4px;
        border-radius: 4px;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    .nav-button span:first-child {
        width: 50%;
    }
    .main-menu {
        position: absolute;
        background: var(--gf-main-color2);
        top: 90px;
        right: -20px;
        width: 75%;
        z-index: 50;
        max-height:100vh;
        min-height:100vh;
        padding: 50px 10px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .vismobmenu {
        opacity: 1;
        right: 0;
        visibility: visible;
    }
    .menusb {
        display: block;
        float: left;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .main-menu .menusb ul {
        display: block;
        float: left;
        position: relative;
        width: 100%;
        padding-left:10px;
    }
    .main-menu .menusb ul ul{
        padding-left:0px;
    }
    .menusb li {
        margin: 0;
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 0px;
    }
    .menusb a {
        font-family: "Urbanist", sans-serif;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.25em;
        color: #fff;
        margin: 11px 0 0 0;
        padding: 0 0 11px 0;
        list-style: none;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .menusb li a.active,
    .menusb a:hover{
        color:var(--gf-main-color);
    }
    .main-menu.main-menu-hover-classic a{
        max-width:79%;
    }
    .menusb a{
        color: #fff;
    }
    .nav-dec {
        cursor:pointer;
    }
    .menusb a.back:before {
        font-family: 'themify';
        content: "\e629";
        font-size: 14px;
    }
    .main-menu-click-classic .menusb .menu-item-has-children > a:after{
        font-family: 'themify';
        content: "\e628";
        position: absolute;
        right: 5px;
    }
    .main-menu.main-menu-hover-classic .nav-dec{
        position:absolute;
        top:18px;
        right:15px;
        font-size:13px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .main-menu.main-menu-hover-classic li:hover .nav-dec{
        transform: rotate(180deg);
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .main-menu.main-menu-hover-classic .menu-item-has-children ul li a:after{
        display:none;
    }
    .main-menu.main-menu-hover-classic .menu-item-has-children ul ul li{
        padding-left:0px;
    }
    .main-menu.main-menu-hover-classic .menu-item-has-children ul ul li a{
        padding-top:0px;
    }
    .logo-holder h2{
        display:none;
    }
    .menusb  .current-page-ancestor > a, .menusb  .current-menu-item > a{
        color:var(--gf-main-color);
    }
    .main-menu.main-menu-hover-classic .menusb ul ul{
        display:none;
    }
    .main-menu.main-menu-hover-classic{
        overflow:auto;
    }
    .main-menu.main-menu-hover-classic::-webkit-scrollbar {
        width: 0px;
    }

    .main-menu.main-menu-hover-classic::-webkit-scrollbar-track {
        background: #999;
    }

    .main-menu.main-menu-hover-classic::-webkit-scrollbar-thumb {
        background: #272727;
    }

    .main-menu.main-menu-hover-classic::-webkit-scrollbar-thumb:hover {
        background: #272727;
    }
}
@media screen and (max-width: 1024px) {
.golfisland-mob-menu-wrapper{
    max-width:1024px;
}
}
.logged-in.admin-bar .navbar.nav-scroll {
    top: -68px;
}
.logo-holder {
    position: absolute;
    top: 15px;
    z-index: 11;
}
.logo-wrapper .logo h2 {
    color: #fff;
}
button,
button:focus {
    outline:none;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.float-center {
    text-align: center;
}
.text-right {
    text-align:right;
}
.text-left{
    text-align:left!important;
}
.text-right{
    text-align:right!important;
}
.cat-divider:after {
    content: ', ';
    margin-left: 0px;
    top: 0px;
    margin-right: 3px;
}
.cat-divider:nth-last-child(1):after {
    display:none;
}
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        width: 280px;
    }
}
.golfisland-classic-main-off,
.golfisland-classic-mob-off,
.golfisland-mob-menu-wrapper.golfisland-mob-menu-ss {
    display: none;
}
.golfisland-wrap {
    display: none;
}
.main-menu-click {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.main-menu-click ul {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    z-index:1;
}
.main-menu-click li {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}
.main-menu-click .menu-item-has-children > a:after {
    font-family: 'themify';
    content: "\e628";
    position: absolute;
    right: 5px;
    font-size: 13px;
}
.main-menu-click a.back:before {
    font-family: 'themify';
    content: "\e629";
    font-size: 13px;
}
.nav-dec {
    position: absolute;
    top: 5px;
    right: 14px;
    font-size: 11px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.main-menu-hover li:hover .nav-dec{
    transform: rotate(180deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.golfisland-sidebar-sub-toggle>ul>li.menu-item-has-children.open>a .nav-dec{
    transform: rotate(180deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.golfisland-menu ul li a {
    font-family: "Urbanist", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #3b3b3b;
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.golfisland-menu {
    position: relative;
    margin-top:180px;
}
.golfisland.bauen-wrap-show {
    overflow: auto;
}
.dark-version .nav-dec{
    color:#fff;
}
.golfisland-menu-helper-class .current-menu-parent > a.nav-link,
.golfisland-menu-helper-class .current-page-ancestor > a.nav-link,
.golfisland-menu-helper-class .current-menu-parent > span.nav-link,
.golfisland-menu-helper-class .current-menu-parent > span.nav-link,
.golfisland-menu-helper-class .current-page-ancestor span.nav-link,
.golfisland-menu-helper-class .current-menu-item > a.nav-link,
.navbar .navbar-nav li.current-menu-ancestor > .nav-link i, 
.navbar .navbar-nav li.current-menu-ancestor > .nav-link i, 
.navbar .navbar-nav li.current-menu-ancestor > .nav-link,
.navbar .navbar-nav li.current-menu-parent > .nav-link i, 
.navbar .navbar-nav .current-menu-item > a i,
.navbar .navbar-nav .nav-link:hover i,
.main-menu-hover li:hover .nav-dec,
.golfisland-menu-helper-class .current-menu-parent .current-menu-item > a,
.navbar .navbar-nav li.current-menu-ancestor > .current-menu-parent .current-menu-item > a,
.navbar .navbar-nav li.current-menu-ancestor  .current-menu-parent > span,
.navbar .navbar-nav li.current-menu-ancestor  .current-menu-parent > a,
.navbar .navbar-nav li.current-menu-ancestor  .current-menu-parent > span i,
.navbar .navbar-nav li.current-menu-ancestor  .current-menu-parent > a i
{
    color:var(--gf-main-color);
}
/******menu end*******/
/****gallery****/
.tt-grid-item{
    width:100%;
    padding:10px 10px 0px 10px;
}
.ttgr-height {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.tt-grid .gallery-box,
.tt-grid .gallery-img {
    position:unset;
    overflow:unset;
}
.ttgr-height {
    border-radius: 5px;
}
.elementor .pgi-image img{
    height:100%;
}
.pgi-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
/* layout-1-2 */
@media (min-width: 768px) {
    .tt-grid.ttgr-layout-1-2 .tt-grid-item {
        width: 50%;
    }
}
.tt-grid.ttgr-layout-1-2 .tt-grid-item:nth-child(3n+1) {
    width: 100%;
}
.tt-grid.ttgr-layout-1-2 .ttgr-height {
    padding-bottom: 60%;
}
@media (min-width: 768px) {
    .tt-grid.ttgr-layout-1-2 .tt-grid-item:nth-child(3n+1) .ttgr-height {
        padding-bottom: calc(60% - 20%);
    }
}

.tt-grid.ttgr-layout-1-2.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-1-2.ttgr-portrait-half .ttgr-height {
    padding-bottom: 120%;
}
.tt-grid.ttgr-layout-1-2.ttgr-portrait .tt-grid-item:nth-child(3n+1) .ttgr-height {
    padding-bottom: 100%;
}
/* layout-2-1 */
@media (min-width: 768px) {
    .tt-grid.ttgr-layout-2-1 .tt-grid-item {
        width: 50%;
    }
}
.tt-grid.ttgr-layout-2-1 .tt-grid-item:nth-child(3n+0) {
    width: 100%;
}
.tt-grid.ttgr-layout-2-1 .ttgr-height {
    padding-bottom: 60%;
}

@media (min-width: 768px) {
    .tt-grid.ttgr-layout-2-1 .tt-grid-item:nth-child(3n+0) .ttgr-height {
        padding-bottom: calc(60% - 20%);
    }
}

.tt-grid.ttgr-layout-2-1.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-2-1.ttgr-portrait-half .ttgr-height {
    padding-bottom: 120%;
}
.tt-grid.ttgr-layout-2-1.ttgr-portrait .tt-grid-item:nth-child(3n+0) .ttgr-height {
    padding-bottom: 100%;
}

/* layout-2-3 */
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .tt-grid.ttgr-layout-2-3 .tt-grid-item {
        width: 50%;
    }
    .tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(3n+1) {
        width: 100%;
    }
    .tt-grid.ttgr-layout-2-3 .ttgr-height {
        padding-bottom: 70% !important;
    }
    .tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(3n+1) .ttgr-height {
        padding-bottom: calc(60% - 20%) !important;
    }
}

@media (min-width: 1200px) {
    .tt-grid.ttgr-layout-2-3 .tt-grid-item {
        width: 33.33333%;
    }
    .tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n+1),
    .tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n+2) {
        width: 50%;
    }
}
.tt-grid.ttgr-layout-2-3 .ttgr-height {
    padding-bottom: 70%;
}
.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n+1) .ttgr-height,
.tt-grid.ttgr-layout-2-3 .tt-grid-item:nth-child(5n+2) .ttgr-height {
    padding-bottom: 60%;
}

.tt-grid.ttgr-layout-2-3.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-2-3.ttgr-portrait .tt-grid-item:nth-child(5n+1) .ttgr-height,
.tt-grid.ttgr-layout-2-3.ttgr-portrait .tt-grid-item:nth-child(5n+2) .ttgr-height,
.tt-grid.ttgr-layout-2-3.ttgr-portrait-half .ttgr-height {
    padding-bottom: 125%;
}

/* layout-3-2 */
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .tt-grid.ttgr-layout-3-2 .tt-grid-item {
        width: 50%;
    }
    .tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(3n+0) {
        width: 100%;
    }
    .tt-grid.ttgr-layout-3-2 .ttgr-height {
        padding-bottom: 70% !important;
    }
    .tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(3n+0) .ttgr-height {
        padding-bottom: calc(60% - 20%) !important;
    }
}
@media (min-width: 1200px) {
    .tt-grid.ttgr-layout-3-2 .tt-grid-item {
        width: 33.33333%;
    }
    .tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n+4),
    .tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n+5) {
        width: 50%;
    }
}
.tt-grid.ttgr-layout-3-2 .ttgr-height {
    padding-bottom: 70%;
}
.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n+4) .ttgr-height,
.tt-grid.ttgr-layout-3-2 .tt-grid-item:nth-child(5n+5) .ttgr-height {
    padding-bottom: 60%;
}

.tt-grid.ttgr-layout-3-2.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-3-2.ttgr-portrait .tt-grid-item:nth-child(5n+4) .ttgr-height,
.tt-grid.ttgr-layout-3-2.ttgr-portrait .tt-grid-item:nth-child(5n+5) .ttgr-height,
.tt-grid.ttgr-layout-3-2.ttgr-portrait-half .ttgr-height {
    padding-bottom: 120%;
}

/* layout-3-4 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .tt-grid.ttgr-layout-3-4 .tt-grid-item {
        width: 50%;
    }
    .tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(3n+1) {
        width: 100%;
    }
    .tt-grid.ttgr-layout-3-4 .ttgr-height {
        padding-bottom: 70% !important;
    }
    .tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(3n+1) .ttgr-height {
        padding-bottom: calc(60% - 20%) !important;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
    .tt-grid.ttgr-layout-3-4 .tt-grid-item {
        width: 33.33333%;
    }
    .tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+1),
    .tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+2) {
        width: 50%;
    }
    .tt-grid.ttgr-layout-3-4 .ttgr-height {
        padding-bottom: 70% !important;
    }
    .tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+1) .ttgr-height,
    .tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(5n+2) .ttgr-height {
        padding-bottom: 60% !important;
    }
}

@media (min-width: 1400px) {
    .tt-grid.ttgr-layout-3-4 .tt-grid-item {
        width: 25%;
    }
    .tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+1),
    .tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+2),
    .tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+3) {
        width: 33.33333%;
    }
}
.tt-grid.ttgr-layout-3-4 .ttgr-height {
    padding-bottom: 70%;
}
.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+1) .ttgr-height,
.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+2) .ttgr-height,
.tt-grid.ttgr-layout-3-4 .tt-grid-item:nth-child(7n+3) .ttgr-height {
    padding-bottom: 60%;
}

.tt-grid.ttgr-layout-3-4.ttgr-portrait .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait .tt-grid-item:nth-child(7n+1) .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait .tt-grid-item:nth-child(7n+2) .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait .tt-grid-item:nth-child(7n+3) .ttgr-height,
.tt-grid.ttgr-layout-3-4.ttgr-portrait-half .ttgr-height {
    padding-bottom: 140%;
}

/* layout-4-3 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .tt-grid.ttgr-layout-4-3 .tt-grid-item {
        width: 50%;
    }
    .tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(3n+0) {
        width: 100%;
    }
    .tt-grid.ttgr-layout-4-3 .ttgr-height {
        padding-bottom: 70% !important;
    }
    .tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(3n+0) .ttgr-height {
        padding-bottom: calc(60% - 20%) !important;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
    .tt-grid.ttgr-layout-4-3 .tt-grid-item {
        width: 33.33333%;
    }
    .tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+4),
    .tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+5) {
        width: 50%;
    }
    .tt-grid.ttgr-layout-4-3 .ttgr-height {
        padding-bottom: 70% !important;
    }
    .tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+4) .ttgr-height,
    .tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(5n+5) .ttgr-height {
        padding-bottom: 60% !important;
    }
}

@media (min-width: 1400px) {
    .tt-grid.ttgr-layout-4-3 .tt-grid-item {
        width: 25%;
    }
    .tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+5),
    .tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+6),
    .tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+7) {
        width: 33.33333%;
    }
}
.tt-grid.ttgr-layout-4-3 .ttgr-height {
    padding-bottom: 70%;
}
.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+5) .ttgr-height,
.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+6) .ttgr-height,
.tt-grid.ttgr-layout-4-3 .tt-grid-item:nth-child(7n+7) .ttgr-height {
    padding-bottom: 60%;
}
.gallery-item a {
    width:100%;
}
/****gallery end****/
@media screen and (min-width: 780px) {
    .footer .item {
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 991px) {
    body .section-title,
    body .header .gf-header-banner-title-2 {
        font-size: 40px;
    }	
    body .banner-header .gf-df-page-banner-title
    body .banner-header .gf-header-banner-title-2 {
        font-size: 40px;
        letter-spacing: 0;
    }
	body.single-post .banner-header .gf-df-page-banner-title {
        font-size: 36px;
        letter-spacing: 0;
    }
}
.banner-header {
    background-color: var(--gf-main-color2);
}
[data-overlay-dark] .gf-df-page-banner-title, 
.banner-header .gf-df-page-banner-title {
    position: relative;
    font-size: 48px;
    color: #fff;
}
.single-post [data-overlay-dark] .gf-df-page-banner-title, 
.single-post .banner-header .gf-df-page-banner-title {
    font-size: 42px;
}
.banner-header[data-overlay-dark] .gf-df-page-banner-subtitle, 
.banner-header .gf-df-page-banner-subtitle {
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    font-size: 21px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
}
.banner-header[data-overlay-dark] .gf-df-page-banner-subtitle .icon, 
.banner-header .gf-df-page-banner-subtitle .icon {
    background-color: var(--gf-main-color);
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.header .gf-header-banner-title-1 {
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.header .gf-header-banner-title-2 {
    position: relative;
    font-size: 70px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 30px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;     
}
.banner-header .gf-df-page-banner-title span,
.header .gf-header-banner-title-1 span, 
.header .gf-header-banner-title-2 span 
{
    color: var(--gf-main-color);
}
.header .gf-header-banner-title-2 span {
    font-style: italic;
    font-weight: 700;
}
.header .gf-header-banner-title-1 .icon  {
    background-color: var(--gf-main-color);
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.section-subtitle .icon svg,
.header .gf-header-banner-title-1 .icon svg {
    fill: #fff;
    width: .7em;
    height: auto;   
}
.banner-header .gf-header-banner-title-1 {
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    font-size: 21px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
}
.banner-header .gf-header-banner-title-1 .icon {
    background-color: var(--gf-main-color);
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.banner-header .gf-header-banner-title-1 .icon svg {
    fill: #fff;
    width: .7em;
    height: auto;   
}
.banner-header .gf-header-banner-title-2 {
    position: relative;
    font-size: 48px;
    color: #fff;
}
.contact-form .gf-contact-form-1 span,
.banner-header .gf-header-banner-title-1 span, 
.banner-header .gf-header-banner-title-2 span {
    font-style: italic;
    color: var(--gf-main-color);
}
.contact-form .gf-contact-form-1 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 30px;
    text-align: center;
}
.banner-header.middle-height {
    height: 100vh;
}
.page-list-icon i {
    font-size: 18px;
    color: var(--gf-main-color);
}
.page-list-icon svg {
    width: 16px;
    fill: var(--gf-main-color);
}
.page-list .page-list-text {
    margin-left: 0px;
}
.page-list .page-list-icon {
    margin-right: 10px;
}
.services-box .item .gf-icon-title-1 {
    margin-bottom: 15px;
    font-size: 21px;
}
.facilities .item .gf-icon-title-1 {
    font-size: 21px;
    color: var(--gf-main-color2);
    margin-bottom: 0;
}
.services-box .item .icon svg {
    fill: var(--gf-main-color);
    width: 50px;
    height: auto;   
    margin-right: 20px;
}
.facilities .item icon svg {
    fill: var(--gf-main-color);
    width: 60px;    
    line-height: 1;
    margin-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s;
}
.facilities .item icon svg {
    fill: var(--gf-main-color2);
    width: 110px;
}
.elementor-widget-container .team-details, 
.elementor-widget-container .facilities .item, 
.elementor-widget-container .services1 .item, 
.elementor-widget-container .services2 .item {
    margin-bottom: 0px;
}
.elementor-widget-container .team, 
.elementor-widget-container .testimonials, 
.elementor-widget-container .services1, 
.elementor-widget-container .services2 
{
    overflow: unset;
}
.testimonials .owl-theme .owl-dots, 
.services1 .owl-theme .owl-dots, 
.services2 .owl-theme .owl-dots 
{
    margin-top: 30px!important;
}
.services1 .item .con .arrow a svg {
    fill: #fff;
    width: 14px;
}
.services1 .item .con .arrow a:hover svg{
    fill: var(--gf-main-color2);
}
.services2 .item .cont .icon svg {
    fill: var(--gf-main-color);
    width: 50px;
    margin-bottom: 15px;
}
.services2 .item .cont .gf-feature-title {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--gf-main-color2);
}
.services2 .item .cont .gf-feature-title a {
    color: var(--gf-main-color2);
}
.video-wrapper .vid .vid-butn .icon svg {
    fill: #fff;
    width: 35px;
}
.testimonials .item .review-title .gf-testimonial-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 5px;
}
.events .item .text .gf-event-title-1, 
.events .item .text .gf-event-title-1 a {
    font-size: 24px;
    margin-bottom: 0;
    color: var(--gf-main-color2);
}
.events .item .text svg.fontawesome-icon, 
.events2 .item .con svg.fontawesome-icon
{
    fill: var(--gf-main-color);
    width: 15px;
}
.events2 .item .con .gf-event-title-2, 
.events2 .item .con .gf-event-title-2 a {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 5px;
    color: var(--gf-main-color2);
}
.page .gf-simple-title-1 {
    font-size: 30px;
    color: var(--gf-main-color2);
}
.event-detail .sidebar-event .title .gf-event-info-title {
    font-size: 24px;
    line-height: 1.3em;
    color: #fff;
    margin: 0;
}
.team .item .info .text-dark.gf-team-title-1, 
.team .item .info .text-dark.gf-team-title-1 a {
    color: var(--gf-main-color2);
}
.team .item .info .gf-team-title-1 {
    font-size: 21px;
    color: #fff;
    margin-bottom: 0px;
}
.team .item .img .social-icons svg, 
.team-details .wrap .social-icon svg 
{
    width: 12px;
    fill: #fff;
}
.team-details .wrap .gf-team-title-1 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: var(--gf-main-color2);
    font-size: 24px;
    text-align: center;
    margin-bottom: 5px;
}
.team-details .wrap .gf-team-title-2 {
    font-weight: 400;
    color: var(--gf-main-color);
    font-size: 18px;
    font-style: italic;
    text-align: center;
    margin-bottom: 15px;
}
.price .item .type .gf-pricing-title-1 {
    position: relative;
    color: var(--gf-main-color2);
    font-size: 24px;
}
.price .item .feat li svg {
    fill: #5e717b;
    width: 15px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
}
.info-box .item .gf-contact-info-title {
    color: var(--gf-main-color2);
    margin-bottom: 0px;
    font-size: 18px;
    margin-top: 5px;
}
.price .item .feat li svg {
    fill: #5e717b;
    width: 15px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
}
.info-box .item .icon svg {
    fill: var(--gf-main-color);
    width: 25px;
    margin-top: -5px;
}
.call-center .icon svg {
    fill: #fff;
    width: 21px; 
}
.call-center .text span {
    color: #fff;
    font-size: 27px;
    font-weight: 500;
}
.call-center .text span.text-black, 
.call-center .text a.text-black 
{
    color: var(--gf-main-color2);
}
/* newsletter */
.widget_mc4wp_form_widget {
    float: left;
    width: 100%;
}
.mc4wp-form-fields {
    position: relative;
}
.widget_mc4wp_form_widget input[type="email"],
.widget_mc4wp_form_widget input[type="text"]  {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    outline: none;
    padding: 0 90px 0 20px;
    border: 1px solid rgba(255,255,255, 0.1);
    border-radius: 30px;
}
.widget_mc4wp_form_widget button, 
.widget_mc4wp_form_widget input[type="submit"] {
    height: 50px;
    width: 50px;
    border: none;
    background: var(--gf-main-color);
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 100%;
    line-height: 50px;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.widget_mc4wp_form_widget input::placeholder {
    color: rgba(255,255,255,0.6);
}
.widget_mc4wp_form_widget form:hover button,
.widget_mc4wp_form_widget form:hover input[type="submit"] {
    background: var(--gf-main-color);
    outline: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    color: #fff;
}
.widget_mc4wp_form_widget button[type="submit"] i {
    color: #fff;
}
.widget_mc4wp_form_widget:hover button[type="submit"] i {
    color: #fff;
}
.widget_mc4wp_form_widget p {
    margin-bottom: 15px !important;
}
p.form-submit {
    display: none;
}
.wpcf7-form input::-webkit-calendar-picker-indicator {
    opacity: 0;
}
.section-info .desc span,
.section-info .desc a {
    border-bottom: 1px solid var(--gf-main-color);
    line-height: 1.5em;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    color: var(--gf-main-color2); 
}
.section-info .desc p {
    display:inline;
}
.section-info .desc p {
    margin: 0;
    color: var(--gf-main-color2);
    display: inline-block;
    vertical-align: middle;
    display: inherit;
}
.button-1, 
.button-2, 
.button-3, 
.button-4 
{
    cursor: pointer;
}
.comment-section .contact-form {
    padding: 30px 45px 60px;
}
ol.comment-list{
    padding-left: 0px;
}
.comment-reply-link {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: var(--gf-main-color2);
}
.comment-reply-link:hover{
    color: var(--gf-main-color);
}
.comment-reply-link:after {
    content: "\f3e5";
    font-family: 'Font Awesome 6 Pro';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: -2px;
    vertical-align: middle; 
    position: relative;
    top: -8px;  
}
.comment-respond small {
    font-size: .65em;
}
.comment-respond form p.comment-form-cookies-consent {
    float: left;
    width: 100%;
    color: rgba(255,255,255,0.6);
}
.comment-form-cookies-consent label {
    margin-top: 8px;
    float: left;
    width: 90%;
    clear: unset;
}
.comment-form-cookies-consent input {
    margin-top: 17px;
    float: left;
    margin-right: 10px;
}
.comment-form-cookies-consent input[type=checkbox]:before {
    border: 1px solid var(--gf-main-color);
    background-color: transparent;
}
.comment-awaiting-moderation {
    color: #797370;
}
.comments-title {
    font-size: 27px;
    margin-bottom: 40px;
}
.comments-title span {
    display: unset;
}
.post-user-content h4  {
    line-height: 32px;
}
.post-user-content h4 span {
    width: 100%;
    font-size: 16px;
}
p.comment-notes,
.contact-form p
{
    color: rgba(255,255,255,0.6);
}
.post-custom.gf-sidebar-block .comment-section.section-padding {
    padding-bottom: 0px; 
}
.text-white input[type="password"], 
.text-white input[type="email"], 
.text-white input[type="text"], 
.text-white input[type="file"], 
.text-white textarea {
    color: #5e717b;
    border: 1px solid #bdbdbd;
}
.text-white form label {
    color: var(--gf-main-color2);
}
.text-white input[type="password"]:active, 
.text-white input[type="email"]:active, 
.text-white input[type="text"]:active, 
.text-white input[type="file"]:active, 
.text-white input[type="password"]:focus, 
.text-white input[type="email"]:focus, 
.text-white input[type="text"]:focus, 
.text-white input[type="file"]:focus, 
.text-white textarea:active, 
.text-white textarea:focus {
    border: 1px solid var(--gf-main-color);
    background: transparent;
    outline: none;
}
.text-white input::-webkit-input-placeholder, 
.text-white textarea::-webkit-input-placeholder, 
.text-white input[type="email"]::-webkit-input-placeholder, 
.text-white input[type="text"]::-webkit-input-placeholder, 
.text-white .mc4wp-form input:not([type="submit"])::-webkit-input-placeholder, 
.text-white textarea::-webkit-input-placeholder {
    color: #bdbdbd;
}
.text-white  input:-moz-placeholder, 
.text-white  textarea:-moz-placeholder, 
.text-white  input[type="text"]:-moz-placeholder, 
.text-white  input[type="email"]:-moz-placeholder, 
.text-white  textarea:-moz-placeholder, 
.text-white  input[type="date"]:-moz-placeholder, 
.text-white  .mc4wp-form input:not([type="submit"]):-moz-placeholder {
    color: #bdbdbd;
}
.blog1 .item .cont .gf-post-title-1 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--gf-main-color2);
}
.blog1 .item .cont .gf-post-title-1 a {
    text-decoration: none;
    color: var(--gf-main-color2);
}
.blog1 .item .cont .author h5 .text-decoration-line-bottom {
    border-bottom: 1px solid var(--gf-main-color);
}
.notfound.notfound-banner-header {
    background-color: var(--gf-main-color2);
}
.notfound.blog-not-found h1 {
    font-size: 80px;
    line-height: 120px;
    position: relative;
    color: var(--gf-main-color);
    margin-bottom: 0px;
}
.notfound.blog-not-found h2 {
    color: var(--gf-main-color2);
}
.notfound.blog-not-found p {
    color: #5e717b;
}
.notfound.blog-not-found form input {
    color: #5e717b;
}
.notfound.blog-not-found form input::-webkit-input-placeholder,
.notfound.blog-not-found form input[type="text"]::-webkit-input-placeholder{
    color: #5e717b;
}
.notfound.blog-not-found form input:-moz-placeholder, 
.notfound.blog-not-found form input[type="text"]:-moz-placeholder{
    color: #5e717b;
}
.notfound.blog-not-found {
    background-color: transparent;
}
.notfound.blog-not-found form button:hover {
    background-color: var(--gf-main-color2);
    color: #fff;
    outline: none;
}
.comment-respond h3 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 15px;
    text-align: left;
}
.comment-respond h3 span.comment-title-area {
    color: #fff;
    text-align: left;
    font-style: normal;
}
.comment-respond {
   width: 100%;
    display: block;
    padding: 60px 45px;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    background: var(--gf-main-color2);
    padding: 60px 45px 60px;
}
.comment-respond p {
    color: rgba(255, 255, 255, 0.6);
}
h1, h2, h3, h4, h5, h6 {
    word-break: break-word;
}
.widget.footer-widget-area ul {
    margin-bottom: 0;
    padding: 0;
}
.widget.footer-widget-area ul li {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.widget.footer-widget-area {
    color: rgba(255, 255, 255, 0.6);
}
.widget.footer-widget-area ul li a:hover {
    color: var(--gf-main-color);
}
.widget.footer-widget-area .social-icons ul li a:hover {
    color: #fff;
}





.video-gallery .isotope-item .item {
    margin-bottom: 25px;
}
.tab-content ul li:before, 
.elementor-widget-text-editor ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
    color: var(--gf-main-color);
    padding-right: 10px;
    top: 1px;
    position: relative;
}
.tab-content ul,
.elementor-widget-text-editor ul{
    padding-left:0px;
}
.elementor-widget-text-editor ol,
.tab-content ol{
    padding-left: 15px;
}
.elementor-widget-text-editor ol,
.tab-content ol,
.elementor-widget-text-editor ol li,
.tab-content ol li{
    list-style: decimal!important;
}
.elementor-widget-container .clients {
    padding: 0;
}

/*****form****/
form:not(.woocommerce-checkout) p:not(.comment-notes, .comment-form-cookies-consent, .logged-in-as), form label, .wpcf7-form-control-wrap {
    float: left;
    width: 100%;
    margin-bottom: unset;
    clear: both;
}
form .select2 {
    width: 100% !important;
    outline: none;
    margin-bottom: 15px;
}
.wpcf7-form-control-wrap .select2-container:after, 
.wpforms-field-select .select2-container:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 24px;
    pointer-events: none;
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-size: 10px;
    color: #797370;
    font-weight: normal;
    line-height: 15px;
}
.selection {
    width: 100%;
}
.select2-container--default .select2-selection--single {
    width: 100%;
}
.elementor-editor-active .select2-container .select2-selection--single {
    height: auto;
    border: none;
    background-color:transparent;
}
.elementor-editor-active .select2 {
    margin-bottom: 20px;;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #797370;
    line-height: 27px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    padding-right: 0px;
}
.select2-container--default .select2-selection--single {
    border-radius: 30px;
    padding-left: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    border: 1px solid rgba(203, 157, 85, 0.3);
    padding-right: 0px;
    width: 100%;
    height: auto;
}

.select2-container--default .select2-results > .select2-results__options {
    background: var(--gf-main-color);
    padding: 15px 10px;
    color: #fff;
    border-radius: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: transparent;
    border: 1px #fff solid;
    color: #fff;
    border-radius: 20px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background: transparent;
    color: #fff;
    border: 1px #fff sold;
}
.select2-results__option {
    padding: 5px 15px;
    border: 1px solid transparent;
}
form textarea {
    height: 120px;
}
.wpcf7-not-valid-tip {
    color: var(--gf-main-color);
    padding-bottom: 15px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--gf-main-color);
    color: #999;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0em;
    border-color: var(--gf-main-color);
}
.wpcf7-spinner {
    margin-top: 10px;
}
.widget.widget_archive > ul > li > a:before, 
.widget.widget_categories > ul > li > a:before,
.widget_block ul.wp-block-archives li a:before,
.widget_block ul.wp-block-categories li a:before,
.widget.widget_categories ul.children li a:before,
.widget.widget_categories ul ul.children > li > a::before, 
.widget.widget_categories ul ul.sub-menu > li > a::before 
{
    content: "\f105";
    font-family: 'Font Awesome 6 Pro';
    font-size: 10px;
    margin-right: 10px;
    color: var(--gf-main-color); 
    display: inline-block;
    vertical-align: middle; 
    position: relative;
    top: -1px;  
}
.widget .tagcloud a:hover {
    background-color: var(--gf-main-color2);
    color: #fff;
}
.widget .tagcloud a {
    font-size: 14px !important;
    margin: 4px !important;
    padding: 8px 24px;
    background-color: var(--gf-main-color);
    color: #fff;
    float: left;
    border-radius: 5px; 
}
.widget .wp-block-heading {
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8d4;
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--gf-main-color2);
}
.widget .wp-block-group ol, 
.widget .wp-block-group ul {
    padding-left: 0rem;
}
.blog-sidebar.page-sidebar .widget {
    background: #f1e8df;
}
.e-con.e-con>.e-con-inner>.elementor-widget.elementor-widget-golfisland-accordion-box, .elementor.elementor .e-con>.elementor-widget {
    width: 100%;
}
section.banner-header.section-padding.valign.bg-img.bg-fixed, 
.banner-header.section-padding.valign.bg-img.bg-fixed,
.header.video-fullscreen-wrap.banner-header.section-padding.valign.bg-img.bg-fixed {
    background-attachment: fixed;
} 
section.banner-header.section-padding.valign.bg-img,
.banner-header.valign.bg-img.bg-img-c.bg-position-center,
.header.video-fullscreen-wrap.banner-header.section-padding.valign.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-header p {
    color: #fff;
}
.post-custom.ew-sidebar-block .item {
    margin-bottom: 0px;
}
.post-custom.ew-sidebar-block .item.wrap {
    margin-bottom: 60px;
}
.video-wrapper .vid .vid-button .icon svg {
    fill:#fff;
    width:25px;
}
.video-fullscreen-wrap-inner {
    position: absolute;
    width:100%;
    min-height: calc(100vh - 100px);
    overflow: hidden;
}
.video-fullscreen-video-inner {
    height: calc(100vh - 100px);
}
.video-fullscreen-wrap-inner video {
    width: 100vw;
    min-width: 100%;
    height: calc(100vh - 100px);
    -o-object-fit: cover;
    object-fit: cover;
}
.video-fullscreen-wrap-inner .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-fullscreen-wrap-inner .overlay {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}
.banner-header{
    position:relative;
    overflow:hidden;
}
.footer-contact-link{
    margin-bottom:0px!important;
}
@media screen and (min-width: 780px) {
    .widget-area .widget-item {
        display: flex;
        justify-content: center;
    }
}
.not-found.blog-not-found h1 {
    font-size: 50px;
    line-height: 50px;
}
.blog-sidebar .widget-title h3 {
    font-size: 24px;
}

/********themecheck********/
.blog1 .sticky .item {
    background: var(--gf-main-color2);
}
.blog1 .sticky .item .cont h4 a {
    color: #fff;
}
.blog1 .sticky .item .cont p {
    color: #ffffff99;
}
.blog1 .sticky .item .cont .author h5 {
    color: var(--gf-main-color);
}
.widget select {
    width: 100%;
    height: 50px;
    cursor: pointer;
    border-radius: 0;
    background-color: #FFF;
    padding: 10px 30px 10px 15px;
    appearance: none;
    -webkit-appearance: none;
    background: #FFF url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='11' height='11' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat 95%;
    color: #797370;
    font-size: 14px;
    position: relative;
    max-width:100%;
}
.widget table{
    width: 100%;
    float:left;
    max-width:100%;
}
.widget caption {
    margin-bottom: 10px;
}
.widget thead th {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    color: #797370;
    border-left: 1px solid #E2E6E7;
    border-bottom: 1px solid #E2E6E7;
}
.widget thead th:first-child {
    border-left: none;
}
.widget td {
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    color: #797370;
}
.version-dark .widget td {
    border-left: 1px solid #1b1b1b;
}
.widget td {
    border-left: 1px solid #E2E6E7;
}
.widget td:first-child{
    border-left: none;
}
.widget thead tr:nth-child(odd) {
    background: var(--gf-body-base-color2);
}
.widget tr:nth-child(odd){
    background: var(--gf-body-base-color2);
}
.widget tr:nth-child(even) {
    background: var(--gf-body-base-color2);
}
.widget table th, 
.widget table td {
    border: 0px solid #ddd!important;
}
.widget img{
    max-width:100%;
    height:auto;
}
.widget ul.children,
.widget ul.sub-menu{
    margin-bottom: 15px;
    margin-top: 15px;
}
.widget ul.children, 
.widget ul.sub-menu {
    counter-reset: submenu;
}
.widget ul ul.children > li > a::before, 
.widget ul ul.sub-menu > li > a::before {
    font-weight: normal;
    content: "- " counters(submenu, "- ", none);
    counter-increment: submenu;
    font-size: 13px;
    line-height: 20px;
}
.widget strong{
    float:left;
    margin:10px 0px;
    width:100%;
}
.widget .wp-caption-text{
    margin: 10px 0px;
}
.rss-widget-icon {
    width: 20px;
    margin-right: 5px;
    margin-top: -3px;
}
.widget_rss .widget-title {
    float: left;
    width: 100%;
    clear: both;
}
.widget_rss cite {
    font-size: 16px;
}
.widget_rss ul li a.rsswidget {
    font-size: 18px;
}
span.rss-date {
    margin: 6px 0;
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
}
.rssSummary {
    line-height: 24px;
    font-size: 16px;
    line-height: 1.5em;
}
.widget_rss li  {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.calendar_wrap table th, 
.calendar_wrap table td {
    text-align: center;
}
.widget_calendar caption, 
.wp-block-calendar table caption
{
    text-align: center;
    margin-bottom: 0;
}
nav.wp-calendar-nav {
    font-size: 16px;
    text-align: center;
}
.wp-block-calendar {
    margin: 2.5rem 0;
}
.wp-block-calendar table {
    margin: 0;
}
table:not(.ui-datepicker-calendar){
    width: 100%;
    float:left;
    max-width:100%;
    text-align: center;
}
table:not(.ui-datepicker-calendar) thead th {
    padding: 10px 15px;
    line-height: 24px;
    font-weight: 600;
    color: #5e717b;
    border-left: 1px solid #E2E6E7;
    border-bottom: 1px solid #E2E6E7;
}
table:not(.ui-datepicker-calendar) thead th:first-child {
    border-left: none;
}
table:not(.ui-datepicker-calendar) td {
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    color: #5e717b;
}
table:not(.ui-datepicker-calendar) td {
    border-left: 1px solid #E2E6E7;
}
table:not(.ui-datepicker-calendar) td:first-child {
    border-left: none;
}
table:not(.ui-datepicker-calendar) tr:nth-child(odd){
    background: var(--gf-body-base-color2);
}
table:not(.ui-datepicker-calendar) th, 
table:not(.travel-dates-table, .ui-datepicker-calendar) td {
    border: 0px solid #ddd!important;
}
table:not(.ui-datepicker-calendar) thead:first-child tr:first-child th,
table:not(.ui-datepicker-calendar) tbody:first-child tr:first-child th,
table:not(.ui-datepicker-calendar) tbody:first-child tr:first-child td {
    border-top: 0
}
table:not(.ui-datepicker-calendar) th,
table:not(.ui-datepicker-calendar) td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
}
table:not(.ui-datepicker-calendar) {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: separate;
}
table:not(.ui-datepicker-calendar) th, table:not(.ui-datepicker-calendar) td {
    padding: 8px;
    vertical-align: top;
    border: 1px solid #ddd!important;
    text-align: center;
    line-height: 18px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 4px;
    width:100%;
    overflow: auto;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt {
    font-weight: 700;
}
iframe {
    width: 100%;
}
embed {
    width: 100%;
}
pre {
    max-width:600px;
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
}
.wp-block-cover-text {
    color: #fff!important;
}
.wp-block-cover.has-background-dim {
    color: #fff;
}
.has-background {
    background-color:transparent!important;
    padding:0px!important;
}
.has-small-font-size {
    margin-top: 25px;
}
.has-large-font-size{
    font-size: 36px;
    line-height: 42px;
}
.has-huge-font-size {
    line-height: 35px;
}
p.has-text-color.has-background.has-very-light-gray-color {
    color: #a5a5a5;
    padding: 10px;
}
.wp-block-cover {
    margin-bottom: 20px;
}
.wp-block-image img,
.wp-block-media-text__media img{
    max-width:100%;
    height:auto;
}
.wp-block-cover.has-background-dim p {
    color: #fff;
}
.wp-block-button__link{
    color: var(--gf-main-color);
    border: 1px var(--gf-main-color) solid;
    background: transparent;    
    margin: 10px 0px;
}
.wp-block-button a.wp-block-button__link:hover, 
.wp-block-button.is-style-outline .wp-block-button__link:hover
{
    background: var(--gf-main-color);
    color: #fff;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
    color: var(--gf-main-color);
}
.wp-block-button.is-style-outline .wp-block-button__link {
    color: var(--gf-main-color);
    border-radius: 0;
    border: 1px solid currentColor;
}
.wp-block-button.is-style-squared  .wp-block-button__link {
    border-radius: 0;
}
.wp-block-button.alignleft {
   float: left;
}
.wp-block-button.alignright {
   float: right;
}
.wp-block-button.aligncenter {
    width: 100%;
    float: left;
    text-align: center;
}
.wp-block-gallery { 
    display:flex!important; 
    width:100%; 
    float:left;
}
li.blocks-gallery-item{
    padding:0px;
}
.blocks-gallery-item__caption{
    font-size:14px!important;
}
.blocks-gallery-caption{
    text-align:left;
    padding-bottom:20px;
    clear:both;
}
.wp-block-gallery .blocks-gallery-image figcaption {
    color: #fff;
}
.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    padding-right: 10px;
}

.wp-block-pullquote {
    padding: inherit;
    float: left;
    width: 100%;    
}
.wp-block-quote {
    float: left;
    width: 100%;
}
.wp-block-pullquote blockquote.has-text-color,
.wp-block-pullquote.is-style-solid-color blockquote {
    margin-top: 1rem;
}
blockquote.has-text-color.has-light-gray-color {
    background: transparent;
    margin: 0;
}
blockquote.has-text-color.has-very-dark-gray-color {
    background: #cdcdcd;
    margin: 0;
}
blockquote.has-text-color.has-very-dark-gray-color { 
    color: #fff;
}
.wp-calendar-table {
    margin-bottom: 0!important;
}
time.wp-block-latest-posts__post-date, 
time.wp-block-latest-comments__comment-date
{
    font-style: italic;
}
ul.wp-block-rss li, 
ul.wp-block-archives li, 
ul.wp-block-categories li, 
ul.wp-block-latest-posts li 
{
    width: 100%;
    float: left;
    font-family: inherit;
    list-style-type: none!important;
}
ul.wp-block-rss li a, 
ul.wp-block-archives li a, 
ul.wp-block-categories li a, 
ul.wp-block-latest-posts li a
{
    font-weight: 500;
    text-decoration: none;
}
.wp-block-archives select { 
    height: 45px;
    margin-bottom: 20px;
    padding: 0px 5px;
}
ol.wp-block-latest-comments {
    padding-left: 0px;
    list-style-type: none;
    -webkit-padding-start: 0px;
}
ol.wp-block-latest-comments li {
    list-style-type: none!important;
}
img.wp-block-latest-comments__comment-avatar {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
.wp-block-tag-cloud a {
    margin: 3px;
    padding: 6px 16px;
    color: #1b1b1b;
    float: left;
    font-size: 16px!important;
    line-height: 1.5em; 
    border: 1px #1b1b1b solid;
}
.wp-block-tag-cloud a:hover {
    background-color: #1b1b1b;
    color: #fff;
}
p.wp-block-tag-cloud {
    width: 100%;
    float: left;
}
.wp-block-search__input {
    border: 1px solid var(--gf-main-color);
}
.wp-block-search .wp-block-search__button {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
    background: transparent;
    border-radius: 0px;
    padding: 5px 25px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #232323;
    border: 1px solid var(--gf-main-color);
}
.wp-block-search .wp-block-search__button:hover {
    background: var(--gf-main-color);
    border: 1px solid var(--gf-main-color);
    color: #fff;
}
.wp-block-search .wp-block-search__label {
    display: none;
}
.wp-block-archives-dropdown select, 
.wp-block-categories-dropdown select 
{
    height: 38px;
    text-transform: uppercase;
    background: #F4F4F4;
    color: #797370;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0px 5px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 10px;
    cursor: pointer;    
}
.widget_block ul.wp-block-rss li a, 
.widget_block ul.wp-block-archives li a, 
.widget_block ul.wp-block-categories li a, 
.widget_block ul.wp-block-latest-posts li a {
    font-weight: 300;
}
.custom-post .bg-image, 
.bg-image 
{
    background-size: inherit;
}
.post-content a {
    text-decoration: none;
}
.page-content ul, 
.post-content ul, 
.comment-text ul {
    padding-left:20px;
    display: block;
    list-style-type: disc;
    -webkit-padding-start: 20px;
    margin-bottom: 20px;
}
.page-content  ol, 
.post-content  ol, 
.comment-text ol {
    padding-left:20px;
    display: block;
    list-style-type: decimal;
    -webkit-padding-start: 20px;
    margin-bottom: 20px;
}
.page-content  ul li,
.post-content  ul li,
.page-content ol.comment-list li .comment-text ul li,
.post-content ol.comment-list li .comment-text ul li,
.elementor-widget-text-editor ul li
{
    list-style: disc;
}
.page-content  ol li,
.post-content  ol li,
.page-content ol.comment-list li .comment-text  ol li,
.post-content ol.comment-list li .comment-text ol li,
.elementor-widget-text-editor ol li
{
    list-style: decimal;
}
.page-content  ul li ul, 
.post-content  ul li ul, 
.comment-text ul li ul {
    padding-left:40px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.page-content  ol li ol, 
.post-content  ol li ol, 
.comment-text ol li ol {
    padding-left:40px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.post-content ul.wp-block-rss, 
.post-content ul.wp-block-archives, 
.post-content ul.wp-block-categories, 
.post-content ul.wp-block-latest-posts 
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.post-content ul.wp-block-gallery  {
    padding-left: 0px;
    display: block;
    list-style-type: none;
    -webkit-padding-start: 0px;
}
.page-content ul:not(.blocks-gallery-grid) li ul {
    padding-left:40px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.page-content  ul:not(.blocks-gallery-grid) {
    padding-left:20px;
    display: block;
    list-style-type: disc;
    -webkit-padding-start: 20px;
}
.page-content ul.wp-block-gallery,
.post-content ul.wp-block-gallery,
.cont ul.wp-block-gallery,
.page-content ul.blocks-gallery-grid, 
.post-content ul.blocks-gallery-grid, 
.cont ul.blocks-gallery-grid {
    padding-left: 0px;
    display: flex;
    list-style-type: none;
    -webkit-padding-start: 0px;
}
.page-content  ul:not(.blocks-gallery-grid, .wc_payment_methods) li {
    list-style-type: disc;
    padding: 0;
}
.comments-area .cont ul li{
    list-style: disc;
}
.comments-area .cont ol li{
    list-style-type: decimal;
}
.page-content ol.wp-block-latest-comments,
.post-content ol.wp-block-latest-comments,
.comments-area .cont ol.wp-block-latest-comments
{
    padding-left:0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px; 
}   
.page-content .wp-caption.aligncenter img, 
.page-content img.aligncenter, 
.page-content .wp-caption.alignnone img, 
.page-content img.alignnone 
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-content .wp-caption.alignright img,
.page-content img.alignright {
    margin-bottom: 10px;
}
.post-img a.blog-imgs {
    display: flex;
    justify-content: center;
    align-items: center;
}
img.size-full.wp-image-904.alignright {
    margin-top: 60px;
    margin-bottom: 0px;
    margin-left: 0px;
}
img.alignleft.size-thumbnail.wp-image-827 {
    margin-top: 20px;
}
.wp-block-image img.wp-image-827 {
    width: 160px;
    height: auto;
}
@media (min-width: 1200px) {
    img.size-full.wp-image-904.alignright, 
    img.size-full.wp-image-827.alignright   
    {
        margin-right: -320px;
    }
}
.comment ul.children {
    margin-left: 90px;
    padding-left: 0px;
}
.comment ul.children ul.children ul.children {
    margin-left: 60px;
}
.comment img{
    width:auto;
}
@media only screen and (max-width: 999px) {
    .comment .children {
        margin-left: 0px!important;
        padding-left: 0px !important;
    }
    pre, table{
        max-width:100%;
    }
    
}
.trackback .post-user-comment,
.pingback .post-user-comment 
{
    display: none;
} 
@media screen and (max-width: 780px) {
    .prev-link,
    .next-link{
        display:none!important;
    }
}
.pagination-wrap li a.prevposts-link, 
.pagination-wrap li a.nextposts-link {
    display: none;
}
.page-links {
    width: 100%;
    float: left;
    margin: 1rem 0 1.25rem;
}
.page-links > span, 
.page-links   a span{
    background: var(--gf-main-color2);
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    border: 1px solid #fff;
    font-size: 16px;
    border-radius: 100%;
    margin-right: 10px;
}
.page-links > span, 
.page-links a span:hover{
    background-color: var(--gf-main-color);
    border: 1px solid var(--gf-main-color);
    color: #fff;
}
.post-password-form > p {
    margin-top:15px;
}
.post-password-form input[type='password'] {
    height: 45px;
    margin-top: 15px;
    width: 50%;
}
.post-password-form input[type='submit'] {
    word-break: normal;
    cursor: pointer;

}
@media (max-width: 767px) {
.hidden-xs {
    display: none !important;
}
}
.mb-05{
    margin-bottom:5px!important;
}
dl.variation{
    text-align:center;
}
.post-img .blog-imgs, 
.post-imgx .blog-imgs {
    display: flex;
    justify-content: center;
    align-items: center;
}
input::-webkit-calendar-picker-indicator {
    opacity: 0;
}
.contact__form input[type="date"]:after {
    color: var(--gf-main-color);
    display: block;
    position: absolute;
    right: 25px;
    top: 22px;
    pointer-events: none;
    content: "\e6b6";
    font-family: "themify";
    font-size: 12px;
    line-height: 1;
}
.accordion-box {
    margin-bottom:0px;
}
.single-item.post-24 .item, 
.single-item.post-555 .item, 
.single-item.post-1171 .item, 
.single-item.post-1780 .item 
{
    padding-bottom: 60px;
}
.wp-block-group p {
    width: 100%;
}
.page-content ol.comment-list li, 
.post-content ol.comment-list li {
    list-style: none;
}
.wp-block-file:not(.wp-element-button) {
    margin-bottom: 20px;
}
.wp-block-file *+.wp-block-file__button {
    padding: 0px 10px;
}
.wp-block-cover .wp-block-cover__inner-container p.has-text-align-center.has-large-font-size {
    color: #fff;
}
blockquote.wp-block-quote.has-text-align-right cite:before {
    left: auto;
    right: 125px;
}
blockquote.wp-block-quote.is-style-large.is-layout-flow.wp-block-quote-is-layout-flow cite:before {
    left: auto;
    right: 235px;
}
blockquote.has-text-color.has-very-dark-gray-color,
.wp-block-pullquote blockquote.has-text-color.has-light-gray-color {
    text-align: left;
}
.blog1 .item .img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-content ol.comment-list li .cont ol li, 
.post-content ol.comment-list li .cont ol li
{
    list-style: decimal;
}
.page-content ol.comment-list li .cont ul li, 
.post-content ol.comment-list li .cont ul li 
{
    list-style: disc;
}
.page-content ol.comment-list li .cont ol, 
.post-content ol.comment-list li .cont ol
{
    margin-bottom: 20px;
}
.page-content ol.comment-list li .cont ol ol, 
.post-content ol.comment-list li .cont ol ol
{
    margin-bottom: 0px;
}
.post-custom .trackback .item.wrap .img,
.post-custom .pingback .item.wrap .img {
    margin-right: 0px;
    display: none;
}
.post-custom.ew-sidebar-block .trackback .item.wrap, 
.post-custom.ew-sidebar-block .trackback .item.wrap {
    margin-bottom: 30px;
}
.post-custom .trackback .item.wrap .cont h3 a,
.post-custom .pingback .item.wrap .cont h3 a {
    width: 100%;
}
.post-custom .trackback .item.wrap h3 span, 
.post-custom .pingback .item.wrap h3 span {
    margin-left: 0px;
    margin-top: 5px;
}
.wp-block-comment-template {
    padding-left: 0px!important;
    -webkit-padding-start: 0px!important;
    list-style-type: none!important;
}
.wp-block-comment-template  li {
    list-style: none!important;
}
.wp-block-comment-author-name.has-small-font-size {
    margin-top: 0px;
}
.post-password-form input[type='password'],
.wp-block-post-comments-form input[type="password"], 
.wp-block-post-comments-form input[type="email"], 
.wp-block-post-comments-form input[type="text"], 
.wp-block-post-comments-form input[type="file"], 
.wp-block-post-comments-form textarea {
    color: #5e717b;
    border: 1px solid #e8e8d4;
}
.wp-block-post-comments-form .comment-form-cookies-consent label {
    color: #5e717b;
}
.wp-block-pullquote {
    border-bottom: 0;
    border-top: 0;
    text-align: left;
    color: #ffff;
}
.galleryscroll {
    outline: none;
    overflow-x: hidden;
}