body {
    color: #605f5f;
    font-size: 15px;
}

.cinzel_simple {
    font-family: 'Cinzel', Montserrat, Arial, Helvetica, sans-serif;
    color: #423d5d;
}

.cinzel {
    font-family: 'Lato', Montserrat, Arial, Helvetica, sans-serif;
    color: #423d5d;
}

.cinzel_bold {
    font-family: 'Lato', Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #423d5d;
}

.custom_menu_6 #menu {
    padding: 36px 0 28px;
    font-size: 18px;
    border-bottom: 2px solid;
}


#menu > ul > li > a {
    line-height: 25px;
    font-size: 17px;
}

.btn_lees {
    font-family: 'Cinzel', Montserrat, Arial, Helvetica, sans-serif;
    color: #423d5d !important;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    top: 10px;
}

.home_middle_box_dark {
    background-color: #DDD6FF;
    padding: 95px 30px;
    min-height: 500px;
}

.home_middle_box_dark_2 {
    background-color: #DDD6FF;
    padding: 95px 30px;
    min-height: 500px;
}

.home_middle_box_light {
    background-color: #E7E3FA;
    padding: 95px 30px;
    min-height: 500px;
}

@media only screen and (min-width: 1281px) {
    .home_middle_box_dark h2 strong {
        float: right;
        margin-top: -17px;
        margin-left: 10px;
        border-bottom: 1px solid #423d5d;
        width: 40%;
    }
    .home_middle_box_dark_2 h2 strong {
        float: right;
        margin-top: -17px;
        margin-left: 10px;
        border-bottom: 1px solid #423d5d;
        width: 63%;
    }
    .home_middle_box_light h2 strong {
        float: right;
        margin-top: -17px;
        margin-left: 10px;
        border-bottom: 1px solid #423d5d;
        width: 63%;
    }
    .home_news strong {
        float: right;
        margin-top: -23px;
        margin-left: 10px;
        border-bottom: 1px solid #423d5d;
        width: 85%;
    }
}

.home_box_right_border {
    border-right: 1px solid #D8D8D8;
}

.footer_top {
    line-height: 122px;
    color: #fff;
}

.footer_top p {
    text-align: right;
    padding-right: 50px;
}

.footer_top strong {
    font-size: 30px;
    padding-right: 30px;
}

.footer_top .button {
    border: 1px solid #fff;
    background-color: #1F570E;
}

.footer_top .button:hover {
    background-color: #1F570E;
}

#footer,
#footer a {
    color: #dad9d9;
}

#footer h3 {
    font-family: 'Lato', Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.footer_soc_icon {
    float: left;
    font-size: 30px;
    margin-top: -10px;
    margin-left: -5px;
}

.footer_soc_icon_2 {
    float: left;
    font-size: 30px;
    margin-top: -10px;
}

.footer_soc_icon span {
    font-size: 30px;
}

.footer_soc_icon a:hover {
    #fff;
}

.footer_soc_icon_2 a:hover {
    #fff;
}

.footer_btm {
    color: #fff;
    background: #423d5d;
    border-top: 1px solid #fff;
    padding: 18px 0px 18px;
    font-size: 14px;
}

.footer_btm a {
    color: #fff !important;
    font-size: 14px;
}

.des_by {
    position: relative;
    top: 2px;
    float: right;
}

@media only screen and (min-width: 768px) {
    .sticky-nav-icon {
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        position: fixed;
        height: 200px;
        z-index: 99999;
    }
    .sticky-nav-icon li {
        list-style: none;
        padding: 0;
        margin: 0;
        z-index: 9;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        background: rgba(0, 0, 0, 0.74);
        color: #fff;
        width: 44px;
        height: 44px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .sticky-nav-icon li:nth-child(1) {
        top: 0;
    }
    .sticky-nav-icon li:nth-child(2) {
        top: 50px;
    }
    .sticky-nav-icon li:nth-child(3) {
        top: 100px;
    }
    .sticky-nav-icon li:nth-child(4) {
        top: 150px;
    }
    .sticky-nav-icon li:hover {
        width: 190px;
    }
    .sticky-nav-icon li span {
        display: block;
        color: #fff;
        padding-left: 50px;
        line-height: 40px;
    }
    .sticky-nav-icon li {
        margin-bottom: 4px;
        margin-right: 1px;
        font-size: 13px;
    }
    .sticky-nav-icon a {
        display: block;
        position: relative;
        height: 44px;
    }
    .sticky-nav-icon a:hover {
        opacity: 0.9;
    }
    .sticky-nav-icon img {
        width: 44px;
        height: 44px;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.heading_lines {
    overflow: hidden;
}

.heading_lines span {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 0 0;
    position: relative;
}

.heading_lines span:after {
    width: 9999px;
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    background: #423d5d;
    transform: translateY(-50%);
}

.heading_lines strong {
    display: none;
}

@media only screen and (max-width: 767px) {
    ul.sticky-nav-icon {
        list-style: none;
        margin-bottom: 0;
        position: fixed;
        background: #373737;
        left: 0;
        right: 0;
        padding: 7px 0;
        bottom: 0;
    }
    ul.sticky-nav-icon li {
        display: inline-block;
        vertical-align: middle;
        width: 24%;
        margin-bottom: 0;
    }
    ul.sticky-nav-icon li:last-child a {
        border-right: 0;
    }
    ul.sticky-nav-icon li img {
        margin: 0px auto;
        display: block;
        /* width: 50px; */
    }
    ul.sticky-nav-icon li span {
        display: none;
    }
    ul.sticky-nav-icon li a {
        display: block;
        border-right: 1px solid rgba(189, 174, 174, 0.42);
    }
}

@media only screen and (min-width: 1024px) {
    #header .section {
        max-height: 90px;
    }
    #logo {
        padding: 20px 0 0;
    }
    #logo a {
        display: block;
    }
    #logo img {
        width: 120px;
        transition: all linear 0.2s;
    }
    .scrolled #logo {
        margin: 0;
    }
    .scrolled #logo img {
        width: 50px;
    }
    .textwidget {
        padding: 0;
    }
    #header.scrolled #menu > ul > li > a {
        line-height: 25px;
    }
    #header.scrolled .custom_menu_6 #menu {
        border: none;
        padding: 10px 0;
    }
    .hesperiden.tp-bullets {
        left: auto !important;
        bottom: 15px !important;
        right: 29px;
    }
    .hesperiden .tp-bullet {
        width: 22px;
        height: 22px;
        border: 1px solid #fff;
        background: none;
    }
    .hesperiden .tp-bullet:hover,
    .hesperiden .tp-bullet.selected {
        background: none;
    }
    .hesperiden .tp-bullet:hover:after,
    .hesperiden .tp-bullet.selected:after {
        position: absolute;
        content: "";
        top: 2px;
        right: 2px;
        left: 2px;
        bottom: 2px;
        background: #9e9e71;
        border-radius: 100%;
    }
    .owl-theme .owl-controls {
        text-align: right;
        position: absolute;
        right: 22px;
        bottom: 14px;
    }
    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        vertical-align: top;
        width: 22px;
        height: 22px;
        border: 1px solid #fff;
        background: none;
        border-radius: 100%;
        margin: 0 6px;
    }
    .owl-theme .owl-dots .owl-dot.active span {
        display: block;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 16px;
        height: 16px;
        background: #9e9e71;
        margin: 2px;
        opacity: 1;
        display: none;
    }
    .btn_lees {
        display: inline-block;
        vertical-align: top;
        top: auto;
        margin: 10px 0 0;
    }
    .home_box_right_border {
        position: relative;
        border: none;
    }
    .home_box_right_border:after {
        content: "";
        width: 1px;
        position: absolute;
        top: 36px;
        right: 1px;
        bottom: 0;
        background: #d8d8d8;
    }
    .button.btn_large,
    button.btn_large,
    a.btn_large,
    input.btn_large[type="submit"],
    input.btn_large[type="reset"],
    input.btn_large[type="button"] {
        font-size: 22px;
        line-height: 29px;
        padding: 7px 15px;
        font-weight: normal;
    }
    .home_gray_boxes {
        display: flex;
        flex-flow: row wrap;
        margin: 0 !important;
    }
    .home_gray_boxes:before,
    .home_gray_boxes:after {
        width: 55%;
        height: 1px;
        position: absolute;
        content: "";
        left: 0;
        bottom: 32px;
        /*background: #423d5d;*/
        z-index: 9;
    }
    .home_gray_boxes:before {
        bottom: 47px;
        left: -5%;
    }
}

@media only screen and (min-width: 769px) {
    .wlk_pg_his_sec_rb {
        border-right: 1px solid;
        margin-bottom: 40px;
    }
}


/*=========================
     Edit By Tona
 ================= */


/*=========================
     Footer menu 
 ================= */

#footer .col .menu li {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}

#footer .col .menu li ul {
    display: none;
}

#footer .col .menu li a:before {
    content: '';
}


/*=========================
    Tabs Tarieven 
 ================= */

.tabs-tarieven:after {
    content: '';
    background: url(https://www.golfclubgeijsteren.nl/wp-content/uploads/2017/02/Untitled-1.png);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
    display: block;
    position: absolute;
    top: -110px;
    left: -10px;
    height: 500px;
    width: 340px;
}

.tabs-tarieven .newtabs.horizontal.minimal_style ul {
    position: relative;
    z-index: 9999;
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
}

.tabs-tarieven .newtabs.horizontal.minimal_style .resp-tabs-container {
    background: transparent;
}

.tabs-tarieven .newtabs.horizontal.minimal_style ul li {
    background: transparent;
    color: #a1a1a1;
    border-radius: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
}

.tabs-tarieven {
    margin-top: -40px;
    padding-top: 40px;
}

.tabs-tarieven .newtabs.horizontal.minimal_style ul li a {}

.tabs-tarieven .newtabs.horizontal.minimal_style ul li:last-child {
    border-right: 0 !important;
}

.tabs-tarieven .newtabs.horizontal.minimal_style ul li:first-child {
    border-left: 0 !important;
}

.tabs-tarieven .newtabs.horizontal.minimal_style ul li.resp-tab-active,
.tabs-tarieven .newtabs.horizontal.minimal_style ul li:hover {
    color: #423d5d;
}


/*=========================
     Tabs
 ================= */

.custom-tabs .newtabs.horizontal.minimal_style {
    padding-top: 15px;
    padding-bottom: 15px;
}

.custom-tabs .newtabs.horizontal.minimal_style ul li {
    background: transparent;
    color: #a1a1a1;
    border: 0 !important;
    border-right: 1px solid #cdcdcd!important;
    border-radius: 0 !important;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 15px;
    font-family: 'Lato', Montserrat, Arial, Helvetica, sans-serif;
}

.custom-tabs .newtabs.horizontal.minimal_style ul li:last-child {
    border-right: 0 !important;
}

.custom-tabs .newtabs.horizontal.minimal_style ul li.resp-tab-active,
.custom-tabs .newtabs.horizontal.minimal_style ul li:hover {
    color: #fff;
}

.custom-tabs .newtabs.horizontal.minimal_style .resp-tabs-container {
    background: transparent;
}

.custom-tabs .team_block {
    margin-top: -60px;
    position: relative;
    text-align: right;
}

.custom-tabs .team_block h4:after,
.custom-tabs .team_block p.team_desc:before,
.custom-tabs .team_block p.team_text:after,
.custom-tabs .team_block p.team_text:before {
    content: '';
    display: block;
    clear: both;
}

.custom-tabs .team_block h4 {
    background: #2c2c2c;
    font-size: 14px;
    float: right;
    text-transform: capitalize;
    padding: 4px 23px;
    margin: 0;
    font-family: 'Lato', Montserrat, Arial, Helvetica, sans-serif;
    clear: both;
    margin-right: 15px;
}

.custom-tabs .team_block p.team_text {
    text-align: center;
}

.custom-tabs .team_block p.team_text a {
    color: #fff;
}

.custom-tabs .team_block p.team_desc {
    background: #255b11;
    color: #fff;
    float: right;
    padding: 3px 25px;
    font-style: normal;
    font-family: 'Lato', Montserrat, Arial, Helvetica, sans-serif;
    clear: both;
    margin-bottom: 25px;
}

.custom-tabs {
    border-top: 3px solid #b6b2ab;
}


/*=========================
     Header
 ================= */

#inner .content_body {
    overflow: inherit;
}

#inner .page_title_bgr .full_container_page_title .page_heading {
    display: none;
}

#inner .page_title_bgr .full_container_page_title .breadcrumb_right {
    margin: 19px 0;
    float: none;
    padding-left: 160px;
}

#inner .page_title_bgr .full_container_page_title {
    background: #4a3c58;
    padding: 0 !important;
    position: relative;
/*     top: -21px; */
    margin-bottom: 10px;
}

@media only screen and (max-width: 1017px) {
    #home header {
        background: url(https://www.golfclubgeijsteren.nl/wp-content/uploads/2024/05/header.png) !important;
    }
}

#inner header {
    background: url(https://www.golfclubgeijsteren.nl/wp-content/uploads/2024/05/header.png) !important;
}

#inner header .menu-golf-main-navigation-container {
    border: 0;
    padding: 20px;
}

#inner header .menu-golf-main-navigation-container ul li .icon-search3:before {
    font-family: 'icomoon';
}

#inner header .menu-golf-main-navigation-container ul li a {
    font-size: 15px;
    color: #fff;
    font-family: 'Lato', Montserrat, Arial, Helvetica, sans-serif;
    padding: 2px 10px;
}

#inner header.scrolled .menu-golf-main-navigation-container ul li a {}

#inner header.scrolled #logo {
    position: relative;
    padding: 0;
}

#inner header #logo {
    position: absolute;
    top: 0;
}

#inner .page_title_bgr .full_container_page_title .breadcrumb_right a.last_bc {
    color: #fff;
}

#inner .page_title_bgr .full_container_page_title .breadcrumb_right a {
    color: #cacaca;
}

@media only screen and (max-width: 1017px) {
    #inner .page_title_bgr .full_container_page_title {
        top: 0;
    }
    #inner header #logo {
        position: relative;
    }
    .m_nav_ham {
        background: #fff;
    }
    #inner .page_title_bgr .full_container_page_title .breadcrumb_right {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1300px) {
    #fancybox-close {
        display: none !important;
    }
}

.post_meta {
    display: none;
}

.ml-responsive-table dt {
    background-color: #857DAC !important;
    color: #fff;
}

body.page-id-23930 .pic_info {
    font-size: 16px;
}

.cal_sch {
    visibility: hidden;
}

.ld_bc_boxes h3 {
    font-size: 16px !important;
}

#fancybox-outer {
    border: 3px solid #423d5d;
}

#egolf_login_lightbox h2 {
    font-size: 25px;
}

.top_intra_loged {
    display: none;
}

@media only screen and (max-width: 768px) {
    h2.resp-accordion {
        color: #000;
    }
    #powered {
        text-align: left;
    }
}

@media only screen and (min-device-width: 1018px) and (max-device-width: 1281px) {
    .home #menu ul li a {
        font-size: 11px;
    }
}
header + .content_body {
    float: left;
    width: 100%;
}
#home #header.mobile_force_relative_position {
    position: fixed;
    -webkit-transition: 0;
    -moz-transition: 0;
    -ms-transition: 0;
    -o-transition: 0;
    transition: 0;
    background: rgba(0, 0, 0, 0.42);color: #fff;
}
#home .custom_menu_6 #menu > ul > li > a{
    color: #fff;
}

@media (max-width: 1280px) {
	#inner header .menu-golf-main-navigation-container ul li a{padding: 2px 6px;}
}
