/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
Theme Name: Myrtlewood
Theme URI: https://www.mytheme.com/themes/revolution/
Author: the Creative team
Author URI: https://www.mytheme.com/
Description: The Revolution theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: text-domain
*/
/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/
@font-face {
    font-family: 'Avenir LT Pro 65';
    src: url('../fonts/avenir-lt-pro/AvenirLTPro-Black.woff2') format('woff2'),
        url('../fonts/avenir-lt-pro/AvenirLTPro-Black.woff') format('woff'),
        url('../fonts/avenir-lt-pro/AvenirLTPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir LT Pro';
    src: url('../fonts/avenir-lt-pro/AvenirLTPro-Roman.woff2') format('woff2'),
        url('../fonts/avenir-lt-pro/AvenirLTPro-Roman.woff') format('woff'),
        url('../fonts/avenir-lt-pro/AvenirLTPro-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir LT Pro';
    src: url('../fonts/avenir-lt-pro/AvenirLTPro-Book.woff2') format('woff2'),
        url('../fonts/avenir-lt-pro/AvenirLTPro-Book.woff') format('woff'),
        url('../fonts/avenir-lt-pro/AvenirLTPro-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir LT Pro 55 Roman';
    src: url('../fonts/avenir-lt-pro/AvenirLTPro-Heavy.woff2') format('woff2'),
        url('../fonts/avenir-lt-pro/AvenirLTPro-Heavy.woff') format('woff'),
        url('../fonts/avenir-lt-pro/AvenirLTPro-Heavy.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir LT Pro';
    src: url('../fonts/avenir-lt-pro/AvenirLTPro-Light.woff2') format('woff2'),
        url('../fonts/avenir-lt-pro/AvenirLTPro-Light.woff') format('woff'),
        url('../fonts/avenir-lt-pro/AvenirLTPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir LT Pro';
    src: url('../fonts/avenir-lt-pro/AvenirLTPro-Medium.woff2') format('woff2'),
        url('../fonts/avenir-lt-pro/AvenirLTPro-Medium.woff') format('woff'),
        url('../fonts/avenir-lt-pro/AvenirLTPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/avenir-lt-pro/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('../fonts/avenir-lt-pro/AvenirNextLTPro-Regular.woff') format('woff'),
        url('../fonts/avenir-lt-pro/AvenirNextLTPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.beach-home-banner-inner {
    background: url('../images/golf-vacation.jpg');
    background-size: cover;
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.beach-home-banner .container {
    max-width: 1370px;
}
.beach-home-banner-inner:before {
    content: '';
    background: rgba(35, 31, 32, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.beach-home-banner-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 91px;
    padding-top: 103px;
    padding-bottom: 93px;
    width: 50.23%;
    z-index: 100;
}
.beach-home-banner-text label {
    font-family: 'Avenir LT Pro';
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 33px;
}
.beach-home-banner-text h1 {
    font-family: 'Avenir LT Pro 65';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 86px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 48px;
}
.cta-group .cta {
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    padding: 15px 10px;
    margin-right: 6px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    margin-bottom: 10px;
}
.beach-home-banner-img img {
    display: block;
}
.beach-home-banner-img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    width: 49.77%;
    z-index: 100;
}
.cta-group .cta:hover {
    background: #007550;
    border-color: #007550;
}
.beach-home-form {
    background: #E6EFEC;
    border-radius: 0px 0px 30px 30px;
    padding: 41px 0;
}
.beach-home-form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 90px 0 92px;
}
.beach-home-form-heading h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #333;
    font-family: 'Avenir LT Pro 65';
    margin-bottom: 0;
    margin-top: -5px;
    letter-spacing: 0px;
}
.beach-home-form-content .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.beach-home-form-heading {
    padding: 0px 0 0px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.beach-home-form-content .form-group.select-course select {
    background: #E6EFEC url(../images/Vector.png) no-repeat center right 33px;
    border: 1px solid rgba(51, 51, 51, 0.5);
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Avenir Next LT Pro';
    text-transform: uppercase;
    -webkit-appearance: none;
    padding: 15px 50px 15px 19px;
    color: #333333;
    min-width: 333px;
    height: 49px;
}
.beach-home-form-content {
    padding-left: 75px;
}
.beach-home-form-content .form-group.date-input input#datepicker {
    background: #E6EFEC url(../images/calendar.png) no-repeat center left 18px;
    border: 1px solid rgba(51, 51, 51, 0.5);
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Avenir Next LT Pro';
    text-transform: uppercase;
    -webkit-appearance: none;
    padding: 11px 15px;
    color: #333333;
    min-width: 333px;
    padding-right: 160px;
    padding-left: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 49px;
}
.beach-home-form-content .form-group.date-input input#datepicker::-webkit-input-placeholder {
    color: #333333
}
.beach-home-form-content .form-group.date-input input#datepicker::-moz-placeholder {
    color: #333333
}
.beach-home-form-content .form-group.date-input input#datepicker:-ms-input-placeholder {
    color: #333333
}
.beach-home-form-content .form-group.date-input input#datepicker::-ms-input-placeholder {
    color: #333333
}
.beach-home-form-content .form-group.date-input input#datepicker::placeholder {
    color: #333333
}
.beach-home-form-content .form-group.submit {
    position: absolute;
    right: -5px;
}
.beach-home-form form {
    position: relative;
    margin-top: 2px;
}
.beach-home-form-content .form-group.date-input {
    margin-left: 17px;
    position: relative;
    right: -4px;
}
.beach-home-form-content .form-group.submit input.button {
    background: #007550;
    border-radius: 25px;
    border: none;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    font-family: 'Avenir LT Pro';
    min-width: 150px;
}
.beach-home-form-content .form-group.date-input input#datepicker::-webkit-calendar-picker-indicator {
    font-size: 22px;
    margin-right: 5px;
    opacity: 0;
    position: absolute;
    left: 18px;
}
.beach-home-form-content .form-group.date-input input#datepicker:not(.selected)::-webkit-datetime-edit {
    color: transparent !important;
    font-size: 0px !important;
    padding: 0 !important;
    width: 0 !important;
}
.beach-home-form-content .form-group.date-input input#datepicker:not(.selected):before {
    color: #000;
    content: 'MM/DD/YYYY';
    position: absolute;
    left: 46px;
}
section.text-img-50 .row {
    margin: 0 -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    background: url(../images/Rectangle.jpg) no-repeat top 53px right 60px;
}
section.text-img-50 .col-4 {
    width: 36%;
}
section.text-img-50 .col-8 {
    width: 64%;
}
section.text-img-50 {
    position: relative;
    padding-top: 80px;
    overflow: hidden;
    padding-bottom: 121px;
}
section.text-img-50 .container:before {
    content: '';
    height: 1256px;
    width: 1256px;
    border: 1px solid #E1E1E1;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: -323px;
}
section.text-img-50 .container {
    position: relative;
}
section.text-img-50 .section-text label {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.8);
    font-family: 'Avenir LT Pro';
    font-weight: 300;
    margin-bottom: 40px;
}
section.text-img-50 .section-text {
    padding: 170px 40px 0px 92px;
}
section.text-img-50 .section-text h2 {
    font-weight: 900;
    font-family: 'Avenir LT Pro 65';
    font-size: 48px;
    line-height: 56px;
    color: #333333;
    letter-spacing: 0px;
    margin-bottom: 41px;
}
section.text-img-50 .section-text p {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    max-width: 520px;
    margin-bottom: 7px;
}
section.text-img-50 a.cta {
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    border: 1px solid #007550;
    border-radius: 25px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    padding: 15px 10px;
    margin-right: 6px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    background: #007550;
    margin-top: 20px;
}
section.text-img-50 a.cta:hover {
    color: #007550;
    background: #fff;
}
section.text-img-50 .section-img {
    padding-top: 82px;
}
section.text-img-50 .section-img img {
    display: block;
    border-radius: 20px;
}
.the-cources-inner {
    max-width: 1320px;
    margin: 0 auto;
    background: #E6EFEC;
    border-radius: 30px;
    padding: 58px 66px 61px 66px;
}
section.the-cources .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
}
section.the-cources .col-12 {
    width: 100%;
    padding: 0 20px;
}
.the-cources-head-left label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.8);
    font-family: 'Avenir LT Pro';
    margin-bottom: 38px;
}
.the-cources-head-left h2 {
    font-style: normal;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 700;
    font-family: 'Avenir LT Pro 65';
    letter-spacing: -0.20px;
}
.the-cources-head-right .cta {
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    border: 1px solid #007550;
    border-radius: 25px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    padding: 15px 10px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    background: #007550;
    margin-top: 38px;
    margin-right: -3px;
}
.the-cources-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 18px;
}
.the-cources-head-left {
    width: 60%;
}
.the-cources-head-right {
    width: 40%;
    text-align: right;
}
section.the-cources .col-4 {
    padding: 0 20px;
    width: 33.33%;
}
.the-cources-single-img > img {
    display: block;
    border-radius: 12px;
    width: 100%;
}
.the-cources-single-details h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #333333;
    font-family: 'Avenir Next LT Pro';
    letter-spacing: 0.3px;
    margin-bottom: 22px;
}
.the-cources-single-details {
    margin-top: 17px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.the-cources-single-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-family: 'Avenir LT Pro';
    letter-spacing: -0.1px;
}
.the-cources-single-details .cta {
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    border: 1px solid #007550;
    border-radius: 25px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    padding: 15px 10px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    background: #007550;
    margin-top: 7px;
}
.the-cources-single {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}
.the-csd-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.golf-courses-head {
    text-align: center;
    max-width: 970px;
    margin: 0 auto;
}
.golf-courses-head label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.8);
    font-family: 'Avenir LT Pro';
    margin-bottom: 38px;
}
section#golf-courses {
    padding: 118px 0 50px 0;
}
.golf-courses-head h2 {
    text-transform: uppercase;
    color: #333333;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    font-family: 'Avenir LT Pro 65';
    letter-spacing: 0px;
    margin-bottom: 42px;
}
.golf-courses-head p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.golf-courses-body {
    max-width: 1154px;
    margin: 0 auto;
}
.golf-courses-body .courseGridForm-wrap .searchdiv .ttctitle {
    font-family: 'Avenir LT Pro';
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.5);
    font-size: 14px;
    line-height: 17px;
}
.golf-courses-body .courseGridForm-wrap .searchdiv {
    width: calc(50% - 40px);
    margin: 0 20px;
}
.golf-courses-body .courseGridForm-wrap .searchdiv #ttcSearch,
.golf-courses-body .courseGridForm-wrap .searchdiv #ttcdate {
    border-color: rgba(51, 51, 51, 0.5) !important;
    border-radius: 25px;
    height: 50px !important;
}
.golf-courses-body .courseContainer.courseItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 40px);
            flex: 0 0 calc(33.33% - 40px);
    margin: 0 20px 20px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 12px;
    overflow: hidden;
}
.golf-courses-body .courseContainer.courseItem .available-list {
    border: none;
    padding: 22px 20px 14px 20px;
}
.golf-courses-body div#CourseGridForm {
    margin-bottom: 22px;
}
.golf-courses-body .courseContainer.courseItem .tab-content .tflex-colxx .htl-image {
    min-height: 141px;
    border-radius: 8px;
}
.golf-courses-body .courseContainer .tflex-content .box-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    font-family: 'Avenir LT Pro 65';
    letter-spacing: 0px;
}
.golf-courses-body .courseContainer.courseItem .tflex-mitem .desc {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.golf-courses-body .load_link_btn {
    text-align: center;
    margin-top: 25px;
}
.golf-courses-body .load_link_btn .btn {
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    border: 1px solid #007550;
    border-radius: 25px;
    min-width: 273px;
    display: inline-block;
    text-align: center;
    padding: 15px 10px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    background: #007550;
    margin-top: 7px;
}
.golf-courses-body .load_link_btn .btn:hover {
    color: #007550;
    background: #fff;
}
.golf-courses-body .courseContainer.courseItem .tflex-mitem > .tflex-col {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 11px;
}
.golf-courses-body .courseContainer.courseItem .tflex-mitem > .tflex-col div.coursepricex,
.golf-courses-body .courseContainer.courseItem .tflex-mitem > .tflex-col div.coursepricex > div {
    width: 80px !important;
    height: 73px !important;
    background: #FFFFFF !important;
    border: none !important;
}
.golf-courses-body .courseContainer.courseItem .tflex-mitem > .tflex-col div.coursepricex {
    border: 1px solid #E1E1E1 !important;
    border-radius: 5px;
    overflow: hidden;
}
.golf-courses-body .courseContainer.courseItem .tflex-mitem > .tflex-col > div {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.golf-courses-body .courseContainer.courseItem .tflex-mitem > .tflex-col:not(.row) {
    margin-top: 4px;
}
.golf-courses-body .courseContainer.courseItem .tflex-mitem > .tflex-col div.coursepricex > div {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.golf-courses-body .courseContainer.courseItem .tflex-mitem > .tflex-col div.coursepricex > div span.strike {
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.4) !important;
    font-family: 'Avenir Next LT Pro' !important;
    display: block;
    margin-top: 2px;
}
.golf-courses-body .courseGridForm-wrap .searchdiv.course-search-2 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}
section.golf-reviews {
    padding: 69px 0 60px 0;
}
section.golf-reviews .container {
    max-width: 1186px;
}
section.golf-reviews .slick-arrow {
    display: none !important;
}
section.golf-reviews .golf-review-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.golf-review-slide-left {
    width: 213px;
}
.golf_rsl_circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    color: #007550;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    font-family: 'Avenir LT Pro 65';
    height: 213px;
    width: 213px;
    border: 1px solid #E1E1E1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    padding-top: 30px;
}
.golf-review-slide-right p {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    font-family: 'Avenir LT Pro';
    letter-spacing: 0.1px;
}
.golf-review-slide-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 81px;
    padding-top: 5px;
}
.golf-review-slider {
    border-top: 0.5px solid #E1E1E1;
    padding-top: 39px;
}
.golf-review-slider-main {
    padding-left: 106px;
}
.golf-review-slide-right label.user_name {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #007550;
    font-family: 'Avenir LT Pro';
    margin-top: 26px;
    padding-left: 100px;
    position: relative;
}
.golf-review-slide-right label.user_name:before {
    content: '';
    height: 1px;
    width: 80px;
    background: #E1E1E1;
    position: absolute;
    left: 0;
    top: 16px;
}
.golf_gallery_head label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.8);
    font-family: 'Avenir LT Pro';
    margin-bottom: 38px;
}
.golf_gallery_head h2 {
    font-style: normal;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 700;
    font-family: 'Avenir LT Pro 65';
    letter-spacing: -0.20px;
}
section.golf_gallery {
    padding: 53px 0 60px 0;
}
section.golf_gallery .container {
    max-width: 1186px;
}
.golf_gallery_tab {
    text-align: right;
}
.golf_gallery_tab > ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 0.5px solid rgba(51, 51, 51, 0.3);
    border-radius: 19.5px;
    margin-left: 0px;
}
.golf_gallery_tab > ul > li > a {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: rgb(51 51 51 / 60%);
    font-family: 'Avenir LT Pro';
    padding: 5px 12px;
    display: block;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    position: relative;
}
.golf_gallery_tab > ul > li {
    display: block;
}
.golf_gallery_tab > ul > li > a.active {
    border-radius: 19.5px;
    color: #007550;
}
.golf_gallery_tab > ul > li > a.active:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    border: 0.5px solid #007550;
    top: -1px;
    left: 0;
    border-radius: 19.5px;
}
.golf_gallery_single {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
}
.golf_gallery_single.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.golf_gallery_box {
    width: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.golf_gallery_box img {
    display: block;
    border-radius: 10px;
    width: 100%;
}
.gg_box_50 {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.gg_box_100 {
    padding: 0 20px;
    margin-bottom: 40px;
    width: 100%;
}
.golf_gallery_body {
    margin-top: -64px;
}
.golf_gallery_content {
    padding-top: 33px;
}
section.golf_news {
    padding: 20px 0 40px 0;
}
section.golf_news .container {
    max-width: 1186px;
}
.golf_news_single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 0.5px solid #E1E1E1;
    padding: 40px 380px 40px 0px;
    position: relative;
    cursor: pointer;
}
.golf_news_single:hover {
    z-index: 1;
}
.golf_news_content p {
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    font-family: 'Avenir LT Pro';
    padding-bottom: 7px;
}
.golf_news_date p {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333333;
}
.golf_news_body {
    padding-top: 19px;
}
.golf_news_content .read-more {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #007550;
    font-weight: 600;
}
.golf_news_date {
    padding: 7px 0;
    width: 150px;
}
.golf_news_content {
    padding-left: 65px;
    width: calc(100% - 150px);
}
section.golf_quote {
    padding: 41px 0 40px 0;
}
section.golf_quote .container {
    max-width: 1370px;
}
.golf_quote_inner {
    background: #333333;
    border-radius: 30px;
}
.golf_quote_head_text label {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Avenir LT Pro';
    margin-bottom: 15px;
}
.golf_quote_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 0 24px 0 92px;
    align-items: center;
}
.golf_quote_head_img {
    width: 40%;
    text-align: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.golf_quote_head_text {
    width: 60%;
    padding: 20px 0;
}
.golf_quote_head_img img {
    display: block;
    margin-left: auto;
    height: 200px;
}
.golf_quote_head_text h2 {
    font-style: normal;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Avenir LT Pro 65';
    letter-spacing: -0.20px;
    margin-bottom: 20px;
}
.golf_quote_head_text .cta {
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    border: 1px solid #007550;
    border-radius: 25px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    padding: 15px 10px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    background: #007550;
    vertical-align: bottom;
    margin-left: 30px;
    top: 0;
    position: relative;
}
.golf_quote_contact {
    padding: 0 92px 36px 92px;
}
.golf_quote_contact .gform_wrapper {
    border-top: 1px solid rgba(225, 225, 225, 0.5);
    margin-top: -3px;
    padding-top: 56px;
}
.golf_quote_contact .gform_title {
    font-style: normal;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Avenir LT Pro 65';
    letter-spacing: -0.80px;
    margin-bottom: 40px;
}
.golf_quote_contact .gform_wrapper.gravity-theme .gfield_label {
    display: block !important;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 17px;
    font-family: 'Avenir LT Pro';
    font-weight: 300;
    margin-bottom: 12px;
}
.golf_quote_contact .ginput_container input {
    background: #333333 !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    line-height: 17px;
    color: #FFFFFF !important;
    text-transform: uppercase;
    padding: 16px 20px !important;
}
.golf_quote_contact .ginput_container input::-webkit-input-placeholder, .golf_quote_contact .gform_wrapper.gravity-theme .gform_body .gfield textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.golf_quote_contact .ginput_container input::-moz-placeholder, .golf_quote_contact .gform_wrapper.gravity-theme .gform_body .gfield textarea::-moz-placeholder {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.golf_quote_contact .ginput_container input:-ms-input-placeholder, .golf_quote_contact .gform_wrapper.gravity-theme .gform_body .gfield textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.golf_quote_contact .ginput_container input::-ms-input-placeholder, .golf_quote_contact .gform_wrapper.gravity-theme .gform_body .gfield textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.golf_quote_contact .ginput_container input::placeholder,
.golf_quote_contact .gform_wrapper.gravity-theme .gform_body .gfield textarea::placeholder {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.golf_quote_contact .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 3.7%;
}
.golf_quote_contact .gform_wrapper.gravity-theme .gform_body .gfield textarea {
    background: #333333 !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 15px !important;
    padding: 20px !important;
    height: 103px !important;
    min-height: unset;
    font-size: 14px !important;
    line-height: 17px;
    color: #FFFFFF !important;
}
.golf_quote_contact .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    border: 1px solid #007550;
    border-radius: 25px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    padding: 15px 10px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    background: #007550;
    vertical-align: bottom;
    width: auto;
}
.the-cources-head-right .cta:hover,
.the-cources-single-details .cta:hover {
    color: #007550;
    background: none;
}
.golf_quote_head_text .cta:hover,
.golf_quote_contact .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
    color: #007550;
    background: #fff;
}
.golf_news_img {
    position: absolute;
    right: 0;
    top: -20px;
    height: calc(100% + 40px);
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 348px;
}
.golf_news_img > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
}
.golf_news_single:hover .golf_news_img {
    opacity: 1;
}
.golf_news_single:hover .golf_news_content p {
    font-weight: 600;
}
.golf-courses-body .courseContainer.courseItem .tflex-mitem > .tflex-col > div {
    width: auto !important;
}
.hero-video-wrap:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(35, 31, 32, 0.5);
    z-index: 1;
}
ul.golf_news_left {
    margin: 0px;
}
ul.golf_news_left > li::marker {
    color: #fff;
}
.golf-courses-body .courseGridForm-wrap .searchdiv #ttcSearch::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
}
.golf-courses-body .courseGridForm-wrap .searchdiv #ttcSearch::-moz-placeholder {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
}
.golf-courses-body .courseGridForm-wrap .searchdiv #ttcSearch:-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
}
.golf-courses-body .courseGridForm-wrap .searchdiv #ttcSearch::-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
}
.golf-courses-body .courseGridForm-wrap .searchdiv #ttcSearch,
.golf-courses-body .courseGridForm-wrap .searchdiv #ttcSearch::placeholder {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
}
.golf-courses-body .courseGridForm-wrap .searchdiv #ttcdate::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
}
.golf-courses-body .courseGridForm-wrap .searchdiv #ttcdate::-moz-placeholder {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
}
.golf-courses-body .courseGridForm-wrap .searchdiv #ttcdate:-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
}
.golf-courses-body .courseGridForm-wrap .searchdiv #ttcdate::-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
}
.golf-courses-body .courseGridForm-wrap .searchdiv #ttcdate,
.golf-courses-body .courseGridForm-wrap .searchdiv #ttcdate::placeholder {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
}
.golf-courses-body .courseGridForm-wrap .searchdiv #ttcdate {
    background: url(../images/cal.png) no-repeat center left 20px;
    padding: 0px 20px 0px 50px;
}
.golf-courses-body .courseGridForm-wrap .searchdiv #ttcSearch {
    padding: 0px 20px 0px 20px;
}
.the-cources-single:hover span.cta {
    color: #007550;
    background: none;
}
.beach-hero-banner-wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.beach-hero-banner-wrap > img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media(max-width:1439px) {
    .beach-home-banner-text {
        padding-left: 60px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .beach-home-form-inner {
        padding: 0 60px;
    }
    .beach-home-form-content {
        padding-left: 35px;
    }
    .beach-home-form-content .form-group.select-course select {
        min-width: 300px;
    }
    .beach-home-form-content .form-group.date-input input#datepicker {
        min-width: 300px;
        padding-right: 160px;
    }
    .beach-home-form-heading h2 {
        font-size: 42px;
        line-height: 56px;
    }
    section.text-img-50 .section-img {
        padding-right: 25px;
    }
    section.the-cources {
        padding: 0 20px;
    }
    .the-cources-inner {
        padding: 50px 20px 60px 20px;
    }
}
@media(max-width:1199px) {
    .beach-home-banner-text {
        padding-left: 40px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .beach-home-banner-text h1 {
        font-size: 64px;
        line-height: 74px;
    }
    .beach-home-form-inner {
        padding: 0 40px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .beach-home-form-heading {
        width: 100%;
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .beach-home-form-content {
        padding-left: 0px;
    }
    .beach-home-form-content .form-group.submit {
        right: -3px;
    }
    section.text-img-50 .section-text {
        padding: 150px 40px 0px 40px;
    }
    section.text-img-50 .container:before {
        width: 1000px;
        height: 1000px;
    }
    section.text-img-50 .section-text h2 {
        font-size: 42px;
        line-height: 52px;
    }
    section.text-img-50 {
        padding-bottom: 100px;
    }
    .the-cources-head-left h2 {
        font-size: 42px;
        line-height: 52px;
    }
    .the-cources-single-details h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .golf_gallery_head h2 {
        font-size: 42px;
        line-height: 52px;
    }
    .golf_gallery_body {
        margin-top: -60px;
    }
    section.golf_gallery {
        padding: 50px 0 40px 0;
    }
    .golf_quote_head {
        padding: 0 20px 0 60px;
    }
    .golf_quote_contact {
        padding: 0 60px 30px 60px;
    }
    .golf_quote_head_text h2 {
        font-size: 24px;
        line-height: 52px;
    }
    .golf_quote_contact .gform_title {
        font-size: 42px;
        line-height: 52px;
    }
}
@media(max-width:1023px) {
    .beach-home-banner-text {
        padding-left: 25px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .beach-home-form-heading h2 {
        margin-bottom: 10px;
    }
    .beach-home-form {
        padding: 30px 0;
    }
    .beach-home-banner-text h1 {
        margin-bottom: 30px;
    }
    .beach-home-banner-text label {
        margin-bottom: 20px;
    }
    section.text-img-50 .col-8 {
        width: 100%;
    }
    section.text-img-50 .col-4 {
        width: 100%;
    }
    section.text-img-50 .row {
        background-position: top right 25px;
    }
    section.text-img-50 .section-img {
        padding: 40px 25px;
    }
    section.text-img-50 .section-text {
        padding: 60px 25px 0px 25px;
    }
    section.text-img-50 {
        padding-bottom: 40px;
    }
    .the-cources-head {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .the-cources-head-left {
        width: 100%;
    }
    .the-cources-head-left label {
        margin-bottom: 20px;
    }
    .the-cources-head-right {
        width: 100%;
        text-align: left;
    }
    .the-cources-head-right .cta {
        margin-top: 0;
    }
    section.the-cources .col-4 {
        width: 50%;
        margin-bottom: 40px;
    }
    .the-cources-single-details .cta {
        margin-top: 0;
    }
    .the-cources-inner {
        padding: 50px 0px 20px 0px;
    }
    .the-cources-single-details h3 {
        font-size: 24px;
        line-height: 1.4;
    }
    section.golf-reviews {
        padding: 50px 0 40px 0px;
    }
    .golf-review-slider-main {
        padding-left: 0px;
    }
    .golf-review-slide-right p {
        font-size: 20px;
    }
    .golf-review-slide-right label.user_name {
        font-size: 18px;
        line-height: 24px;
        padding-left: 50px;
    }
    .golf-review-slide-right label.user_name:before {
        width: 40px;
        top: 12px;
    }
    .golf_rsl_circle {
        width: 180px;
        height: 180px;
    }
    .golf-review-slide-left {
        width: 180px;
    }
    .gg_box_50 {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .gg_box_100 {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .golf_gallery_content {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
    }
    .golf_gallery_body {
        margin-top: 0px;
    }
    .golf_gallery_tab {
        text-align: center;
    }
    .golf_gallery_head {
        text-align: center;
        margin-bottom: 30px;
    }
    .golf_gallery_head label {
        margin-bottom: 20px;
    }
     .golf_quote_head {
        padding: 0 25px;
    }
    .golf_quote_contact {
        padding: 0 25px 30px 25px;
    }
    .golf_news_img {
        position: static;
        height: auto;
        opacity: 1;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        width: 100%;
        margin-bottom: 20px;
    }
    .golf_news_single {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 30px 0px;
    }
    .golf_news_img > img {
        width: auto;
    }
    .golf_news_content {
        padding-left: 40px;
    }
    .golf-courses-body .courseContainer.courseItem {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 40px);
                flex: 0 0 calc(50% - 40px);
    }
    .golf-courses-head h2 {
        font-size: 42px;
        line-height: 52px;
    }
    section#golf-courses {
        padding: 90px 0 40px 0;
    }
    .golf_quote_head_text .cta {
        top: 0;
    }
}
@media(max-width:767px) {
   /* .golf_quote_head_text {
        width: 100%;
    }
    .golf_quote_head_img {
        width: 100%;
    }*/
    .beach-home-banner-text {
        width: 100%;
        padding: 40px 20px 20px 20px;
    }
    .beach-home-banner-inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .beach-home-banner-img {
        width: 100%;
    }
    .beach-home-banner-text h1 {
        font-size: 26px;
        line-height: 1.3;
    }
    .beach-home-banner-text label {
        font-size: 14px;
    }
    .beach-home-form-content .form-group.select-course select,
    .beach-home-form-content .form-group.date-input input#datepicker {
        min-width: auto;
    }
    .cta-group .cta {
        min-width: auto;
        font-size: 13px;
        padding: 12px 8px;
    }
    .beach-home-form-heading h2 {
        font-size: 36px;
        line-height: 1.3;
    }
    .beach-home-form-content .form-wrap .form-group {
        width: 100%;
        margin: 0 0 0px 0;
    }
    .beach-home-form-content .form-group.submit {
        position: static;
    }
    .beach-home-form-content .form-group.select-course select {
        width: 100%;
        margin-bottom: 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .beach-home-form-content .form-group.date-input input#datepicker {
        padding-right: 15px;
        width: 100%;
        margin-bottom: 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .beach-home-form-inner {
        padding: 0 20px;
    }
    section.text-img-50 .row {
        background-size: 80% auto;
    }
    section.text-img-50 .container:before {
        width: 800px;
        height: 800px;
    }
    section.text-img-50 .section-text h2 {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    section.text-img-50 {
        padding-bottom: 20px;
    }
    .the-cources-head-left h2 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .golf-courses-head h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    section.the-cources .col-4 {
        width: 100%;
    }
    .the-cources-inner {
        padding: 40px 0px 0px 0px;
    }
    .the-cources-single-details h3 {
        font-size: 22px;
    }
    .golf-review-slide-right {
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset;
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
    section.golf-reviews .golf-review-slide {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .golf-review-slide-right label.user_name {
        display: inline-block;
        padding-left: 0px;
    }
    .golf-review-slide-right label.user_name:before {
        display: none;
    }
    .golf-review-slide-left {
        margin-bottom: 30px;
    }
    .golf_gallery_box {
        width: 100%;
    }
    .golf_gallery_tab > ul > li {
        width: 100%;
    }
    .golf_gallery_head h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .golf_quote_head_text h2 {
    font-size: 18px;
    line-height: 38px;
}
    .golf_quote_head_text .cta {
        margin-left: 15px;
    }
    .golf_quote_contact .gform_title {
        font-size: 26px;
        line-height: 1;
    }
    .golf_quote_contact {
        padding-bottom: 15px;
    }
    .golf_news_content {
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }
    .golf_news_img {
        text-align: center;
    }
    .golf_news_date {
        width: 100%;
        text-align: center;
    }
    .golf-courses-body .courseContainer.courseItem {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 40px);
                flex: 0 0 calc(100% - 40px);
    }
    section#golf-courses {
        padding: 60px 0 40px 0;
    }
    .golf-courses-body .courseGridForm-wrap .searchdiv {
        width: 100%;
    }
   /* #pricegridwidgetjs {
        height: 620px;
    }*/
    .golf_quote_contact .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
        line-height: normal !important;
        min-height: auto !important;
    }
    .golf_gallery_tab > ul {
        border: none;
    }
    .golf_gallery_tab > ul > li {
        border: 0.5px solid rgba(51, 51, 51, 0.3);
        border-radius: 19.5px;
        margin-bottom: 7px;
    }
    .beach-home-form-content .form-group.date-input input#datepicker:not(.selected):before {
        left: 0;
        right: 0;
        text-align: center;
    }
    .beach-home-form-content .form-group.date-input input#datepicker {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 10px;
        text-align: center;
    }
}
@media(max-width:599px) {
    .gg_box_50 {
        width: 100%;
    }
}
@media(min-width:1280px) and (max-width:1440px) {
    .beach-home-banner-text {
        padding-left: 60px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .beach-home-banner-text h1 {
        font-size: 54px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .enumenu_ul > li {
        padding: 20px 0;
    }
    .main-header-wrap .logo-wrap {
        padding: 10px 0;
    }
    .beach-home-form {
        padding: 20px 0;
    }
    section.text-img-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.text-img-50 .section-text {
        padding: 40px 120px 0px 92px;
    }
    section.text-img-50 .section-img {}
    section.text-img-50 .section-text h2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 15px;
    }
    .the-cources-inner {
        padding: 25px 20px 25px 20px;
    }
    .the-cources-head-left h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 0px;
    }
    .the-cources-single-details h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    section#golf-courses {
        padding: 40px 0 40px 0;
    }
    .golf-courses-head label {
        margin-bottom: 10px;
    }
    .golf-courses-head h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 10px;
    }
    .golf-courses-body .CourseList-wrapper {
        padding-top: 0;
    }
    .golf-courses-body div#CourseGridForm {
    margin-bottom: 0;
}
    .golf-courses-body .courseGridForm-wrap .searchdiv #ttcSearch, .golf-courses-body .courseGridForm-wrap .searchdiv #ttcdate{
        height: 40px !important;
    }
    section.golf-reviews {
        padding: 50px 0 60px 0;
    }
    .golf-courses-body .courseContainer.courseItem .available-list{
        padding: 15px
    }
    .golf-courses-body .courseContainer.courseItem .tab-content .tflex-colxx .htl-image {
        min-height: 100px;
    }
    .courseContainer.courseItem .tab-content .tflex-colxx .htl-image {
    margin-bottom: 10px;
}
    .golf-courses-body .courseContainer .tflex-content .box-title{
            font-size: 22px;
    line-height: 1.3;
    }
    .golf-courses-body .courseContainer.courseItem .tflex-mitem > .tflex-col {
        margin-top: 0;
    }
    .golf-courses-body .courseContainer.courseItem .tflex-mitem > .tflex-col div.coursepricex > div span.strike{
        font-size: 13px;
            margin-top: 0;
    }
    .golf-courses-body .courseContainer.courseItem .tflex-mitem > .tflex-col div.coursepricex, .golf-courses-body .courseContainer.courseItem .tflex-mitem > .tflex-col div.coursepricex > div {
    width: 70px !important;
    height: 62px !important;
    }
    /*#pricegridwidgetjs {
       height: 420px;
    }*/
    .the-cources-head-left label {
        margin-bottom: 20px;
    }
    .golf_gallery_head label {
        margin-bottom: 20px;
    }
    section.golf_gallery {
        padding: 20px 0 20px 0;
    }
    .golf_news_single {
        padding: 20px 380px 20px 0px;
    }
    section.golf_news {
        padding: 20px 0px 40px 0;
    }
    .golf_quote_head_text {
        /*padding-top: 30px;*/
        width: 70%;
    }
    .golf_quote_head_text h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .golf_quote_head_img {
        width: 30%;
    }
    .golf_quote_contact .gform_wrapper {
        padding-top: 20px;
    }
    .golf_quote_contact .gform_title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 15px;
    }
    .golf_quote_contact .ginput_container input {
        padding: 10px 20px !important;
    }
    .golf_quote_contact .gform_wrapper.gravity-theme .gform_body .gfield textarea {
        height: 70px !important;
    }
    /*section.golf_quote .gform_wrapper.gravity-theme .gform_footer {padding-top: 0px;}*/
    .golf_quote_contact {
        padding: 0 92px 20px 92px;
    }
    .beach-home-banner-text label {
        margin-bottom: 20px;
    }
    .beach-home-form-heading {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    section.text-img-50 .row {
        background-size: 40% auto;
            margin: 0;
    }
    section.text-img-50 .section-text label {
        margin-bottom: 20px;
    }
    .the-cources-single-details .cta {
        margin-top: 0px;
        padding: 10px 10px;
        min-width: 133px;
    }
    section.text-img-50 a.cta {
        margin-top: 0px;
        min-width: 133px;
        padding: 10px;
    }
    .the-cources-head-right .cta {
        padding: 10px;
        min-width: 133px;
    }
    .golf-courses-body .load_link_btn .btn {
        min-width: 200px;
        padding: 10px;
    }
    .golf-review-slide-right p {
        font-size: 20px;
        line-height: 28px;
    }
    .golf-review-slide-right label.user_name {
        font-size: 22px;
    }
    .golf_gallery_head h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .golf_gallery_body {
        margin-top: -50px;
    }
    .golf_news_content p {
        font-size: 20px;
        line-height: 28px;
    }
    /*section.golf_quote { padding: 0px 0 40px 0; }*/
    .golf_quote_head_text .cta {
        min-width: 133px;
        padding: 10px;
    }
    .golf_quote_contact .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
        min-width: 133px;
        padding: 10px;
    }
    .cta-group .cta {
        min-width: 133px;
        padding: 10px;
    }
}
@media(min-width:1280px) and (max-width:11359px) {
    .beach-home-banner-text h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .cta-group .cta {
        min-width: 133px;
        padding: 10px;
    }
    .beach-home-form-heading h2 {
        font-size: 35px;
        line-height: 42px;
    }
    section.text-img-50 .section-text h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    section.text-img-50 .section-text label {
        margin-bottom: 10px;
    }
    .the-cources-head-left h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .the-cources-head-left label {
        margin-bottom: 10px;
    }
    .the-cources-single-details h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .golf-courses-head h2 {
    font-size: 24px;
    line-height: 33px;
}
    .golf_gallery_head h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .golf_gallery_head label {
        margin-bottom: 10px;
    }
    .golf_news_body {
        padding-top: 0px;
    }
    .golf_quote_head_text label {
        margin-bottom: 15px;
    }
    .golf_quote_head_text h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .golf_quote_head_text .cta {
        top: 0px;
    }
    .golf_quote_contact .gform_title {
           font-size: 24px;
    line-height: 27px;
    }
    .golf_quote_contact .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 10px;
    }
    .golf_quote_contact {
        padding: 0 92px 0px 92px;
    }
}