/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.14.1
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
/*-12-07-2023--*/
.gamesresults .et_pb_text a{
    word-break:break-all;
}
.gamesresults tr td {
    line-height: 1.2em;
}
/*12-07-2023--*/
:root{
    --main-color: #632F6B;
    --main-color2: #172017;
    --bs-white: #ffffff;
    --bs-black: #000000;
}
::selection {
  color: var(--bs-white);
  background: var(--main-color);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: var(--main-color);
}
.main_title h2 {
    position: relative;
    padding-bottom: 20px;
}

.main_title h2:before,
.main_title h2:after {

    position: absolute;
    background: var(--main-color);
    content: "";
    transform: translateX(-50%);
    left: 50%;
}
.main_title h2:before {
    width: 15px;
    height: 15px;
    bottom: -6px;
    border-radius: 50%;
    margin-left: -59px;
}
.main_title h2:after {
    width: 130px;
    height: 2px;
    bottom: 0px;
}

.main_title.left h2:before,
.main_title.left h2:after {
    left: 0 !important;
    transform: translate(0) !important; 
    margin: 0 !important;
}
.main_title.white h2:before,
.main_title.white h2:after {
    background: var(--bs-white) !important;
}

body #page-container .et_pb_section .et_pb_button, 
body #page-container .et_pb_section .et_pb_slider .et_pb_button_wrapper .et_pb_more_button.et_pb_button,
form .wpcf7-submit,
.attraction_section .et_pb_post .more-link {
    display: inline-block;
    transition: .35s ease-in;
    cursor: pointer;
    white-space: nowrap;
    padding: 14px 41px;
    position: relative;
    line-height: 1.7em!important;
}
form .wpcf7-submit {
    color: #FFFFFF;
    background-color: var(--bs-black);
    border: none;
    font-size: 20px;
    font-weight: 500;
}

form .wpcf7-submit:hover {
    background-color: var(--main-color);
}

body #page-container .et_pb_section .et_pb_button:after,
body #page-container .et_pb_section .et_pb_slider .et_pb_button_wrapper .et_pb_more_button.et_pb_button:after,
form .wpcf7-submit:after,
.attraction_section .et_pb_post .more-link:after {
    display: block !important;
    inset: 0;
    opacity: 1;
    margin: 0 !important;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: var(--main-color);
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scale(0);
    transition: all .45s ease-in-out;
}

body #page-container .et_pb_section .et_pb_button:hover:after,
body #page-container .et_pb_section .et_pb_slider .et_pb_button_wrapper .et_pb_more_button.et_pb_button:hover:after,
form .wpcf7-submit:hover:after,
.attraction_section .et_pb_post .more-link:hover:after {
    transform: scale(1);
}

body #page-container .et_pb_section .et_pb_button:hover, 
body #page-container .et_pb_section .et_pb_slider .et_pb_button_wrapper .et_pb_more_button.et_pb_button:hover , 
.attraction_section .et_pb_post .more-link:hover {
    color: #fff !important;
    background: unset !important;
}

/*--Start-Header-Code--*/
.header-top .et_pb_blurb_content {
    display: flex;
    align-items: center;
}
.header-top .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0;
    width: auto;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    --padding: 33px;
    padding: var(--padding) 0 !important;
}
.et-menu .menu-item-has-children>a:first-child:after {
    position: relative;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    margin-top: 0;
}
ul#menu-main-menu li {
    margin: 0px 0px;
}
.header_mains .et_pb_row {
    align-items: center;
}
/*--Sign-Up-Form-Css--*/
.sign-up-form #mc_embed_signup {
    margin: auto;
    background-color:transparent;
}
.sign-up-form .mc-field-group label,.indicates-required, #mc_embed_signup h2{
color:var(--bs-white);
}
.sign-up-form .refferal_badge {
    filter: brightness(0) invert(1);
    margin-left: 0;
    width: fit-content !important;
}
.sign-up-form div#mc_embed_signup_scroll h2{
    display:none;
}
/*--Sign-Up-Form-Css-end--*/
/*--home-slider--*/
.home-slider-sec .et_pb_slide_description {
    max-width: 580px;
    text-align: center;
    margin: 0 auto;
}
.home-slider-sec .et-pb-controllers a {
    width: 22px;
    height: 22px;
    transition: all .3s ease;
    background: rgba(102,102,102,0.2);
    position: relative;
}
.home-slider-sec .et-pb-controllers .et-pb-active-control:hover {
    background: rgba(102,102,102,0.0);
}
.home-slider-sec .et-pb-controllers a:before {
    box-sizing: border-box;
    content: "";
    border: 2px solid #FFF;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.5), inset 0.1em 0.1em 0.2em rgba(0,0,0,0.5);
}
.home-slider-sec .et-pb-controllers .et-pb-active-control:before {
    border-width: 6px;
    width: 100%;
    height: 100%;
}
.home-slider-sec .et-pb-controllers {
    max-width: 1240px;
    width: 80%;
    left: 50%;
    transform: translate(-50%);
    text-align: left;
}
.home-slider-sec .et-pb-slider-arrows {
    max-width: 1240px;
    width: 80%;
    left: 50%;
    transform: translate(-50%);
    text-align: right;
    position: absolute;
    bottom: 27px;
    z-index: 111;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 11px;
}

.home-slider-sec .et-pb-slider-arrows>a {
    left: 0 !important;
    right: 0 !important;
    position: relative;
    opacity: 1;
    z-index: auto;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 50px;
    font-size: 31px;
    transition: all 0.5s;
}

.home-slider-sec .et-pb-slider-arrows>a:hover {
    background: var(--main-color);
    border-radius: 30px 0px 0px 30px;
}

.home-slider-sec .et-pb-slider-arrows>a:last-child:hover {
    border-radius: 00px 30px 30px 00px;
}
/*--home-slider-close--*/
/*--competitions--*/

.competitions_section .et_pb_image_container {
    position: absolute;
    height: 100%;
    top: 0;
    margin: 0;
}

.competitions_section .et_pb_image_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.competitions_section .et_pb_image_container:after{
        content: "";
    background-image: linear-gradient(180deg,rgba(28,23,29,0) 53.78%,#1C171D 91.67%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.competitions_section .et_pb_image_container .entry-featured-image-url {
    height: 100%;
    width: 100%;
    float: left;
}
.competitions_section .et_pb_blog_grid .et_pb_post {
    min-height: 380px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    padding: 20px;
    padding-bottom: 60px;
}

.competitions_section .entry-title, .competitions_section .post-content {
    z-index: 1;
    position: relative;
}
.competitions_section .entry-title {
    font-size: 30px;
    color: var(--bs-white);
    transition: all 0.5s;
    transform: translateY(100%);
}

.competitions_section .post-content {
    overflow: hidden;
    transition: all 0.5s;
    transform: translateY(150%);
    height: 0;
}

.competitions_section .et_pb_post:hover .post-content {
    height: auto;
    transform: translateY(0%);
    position: relative;
}

.competitions_section .et_pb_post:hover .entry-title {
    transform: translateY(0%);
}

.competitions_section .et_pb_blog_grid .et_pb_post:hover {
    padding-bottom: 20px;
}

.competitions_section .more-link {
    display: inline-block;
    transition: .35s ease-in;
    cursor: pointer;
    white-space: nowrap;
    padding: 10px 29px;
    color: var(--main-color) !important;
    background: var(--bs-white);
    margin-top: 15px;
    position: relative;
}
.competitions_section .more-link:hover {
    color: var(--bs-white) !important;
    background: var(--main-color);
}
.attraction_section a.more-link {
    display: none!important;
}
.stoltman-brothers-sec .et_pb_image span.et_pb_image_wrap img {
    min-height: 530px;
    object-fit:cover;
}
/*----18-05-2023-----*/

.competitions_grids .et_pb_blurb {}

.competitions_grids .et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 0 !important;
}
.competitions_grids .et_pb_blurb .et_pb_main_blurb_image:after {
    content: "";
    background-image: linear-gradient(180deg,rgba(28,23,29,0) 53.78%,#1C171D 91.67%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.competitions_grids .et_pb_blurb .et_pb_main_blurb_image img {
    height: 380px;
    object-fit: cover;
}
.competitions_grids .et_pb_blurb .et_pb_blurb_container {
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.5s;
}
.competitions_grids .et_pb_blurb .et_pb_module_header {
    color: #fff;
}
.competitions_grids .et_pb_blurb .et_pb_blurb_description a {
    padding: 7px 24px;
    background: var(--bs-white);
    display: inline-block;
    margin-top: 10px;
    border-radius: 6px;
    transition: all 0.5s;
}
.competitions_grids .et_pb_blurb:hover .et_pb_blurb_description a {
    background: var(--main-color);
    color: var(--bs-white);
}
.competitions_grids .et_pb_blurb:hover .et_pb_blurb_container {
    padding-bottom: 40px;
}

/*---18-05-2023-----*/
.transport-table  tr td {
    border-color: #632f6b !important;
}
.transport-table table {
    border-color: #632f6b !important;
}
.transport-table .et_pb_text_inner {
    width: 100%;
    overflow: auto;
}
/*--competitions-close--*/
/*----What’s On ---*/
.modal {
    display: none;
    position: fixed;
    z-index: 8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    border: 1px solid #999;
    width: 40%;
    background: #fff;
    padding: 40px;
    inset: 0;
    margin: auto;
    position: fixed;
    display: flex;
    align-items: center;
    height: fit-content;
}

.popup_serivces span {
    color: #666;
    display: block;
    padding: 0 0 5px;
}

.popup_serivces form {
    padding: 25px;
    margin: 25px;
    box-shadow: 0 2px 5px #f5f5f5;
    background: #eee;
}

.popup_serivces input,
      .popup_serivces textarea {
    width: 90%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #1c87c9;
    outline: none;
}

.popup_serivces button {
    width: 100%;
    padding: 10px;
    border: none;
    background: #1c87c9;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

button:hover {
    background: #2371a0;
}

button.button {
    background: none;
    border-top: none;
    outline: none;
    border-right: none;
    border-left: none;
    border-bottom: #02274a 1px solid;
    padding: 0 0 3px 0;
    font-size: 16px;
    cursor: pointer;
}

button.button:hover {
    border-bottom: #a99567 1px solid;
    color: #a99567;
}

.service_lists .service_grid button.popbtns {
    background: transparent;
    border: none;
}
.trade-stalls .list_option img{
    height:500px;
    object-fit:cover;
}


.close {
    color: #fff;
    position: absolute;
    right: -24px;
    background: #e20613;
    border-radius: 100px;
    top: -24px;
    font-size: 28px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.popup_serivces h2 {
    padding-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
}

.popup_serivces img {
    width: 200px;
}
.service_lists {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
}
.service_grid {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    overflow: hidden;
}
.service_option {
    position: relative;
    align-items: center;
    top: -30px;
    background: #632f6b;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 0px 0px 13.5px 1.5px rgb(0 0 0 / 5%);
    word-break: break-word;
}
.service_title {
    position: relative;
    display: block;
    text-align: center;
    padding: 12px 10px;
}
.service_title h2 {
    color: #Fff;
    padding-bottom: 0;
}
.service_grid:hover .list_option:before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}
.list_option:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}


/*** 
=============================================
    circle Css
=============================================
***/

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
/*----service grid ---*/
/*----What’s On close ---*/

/*----trade stalls---*/



/* new css -----*/

.trade_categoryposts .et_pb_image_container {
    margin:0px;
    overflow:hidden; 
}
.trade_categoryposts .et_pb_post{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    min-height:450px;
    background:#f1f3f4;
}
.trade_categoryposts .et_pb_post h2.entry-title {
    color:#632f6b;
    font-size:24px;
}
.trade_categoryposts .et_pb_post:hover .et_pb_image_container img{
    transform:scale(1.2);
    transition:0.5s;
}

/*---- new css end ----*/



.trade_form {
    accent-color: var(--main-color);
}
.trade-stalls-sec .et_pb_image, .trade-stalls-sec .et_pb_image * {
    min-height: 100%;
    display: flex;
    object-fit: cover;
}
.trade_form .wpcf7-form-control:not(.wpcf7-radio, .g-recaptcha, .wpcf7-submit) {
    width: 100%;
    border: 1px solid #ddd;
    height: 50px;
    padding: 12px 15px;
    font-weight: 300;
    font-size: 16px;
    float: left;
}

.trade_form .et_pb_column {
    margin-bottom: 20px !important;
}
.trade-stalls-form {
    padding: 40px 30px;
}


.trade_form .et_pb_column .wpcf7-list-item {
    margin: 0;
    margin-right: 10px;
}
/*----trade stalls close ---*/
/*----attractions ---*/
.attraction_section:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0)!important;
    opacity: 0.81;
}
.attraction_section .et_pb_post .more-link {
    transform: rotate(-90deg);
    position: absolute;
    right: -20px;
    bottom: 62px;
    background: var(--bs-black);
    color: var(--bs-white);
    padding: 8px 14px !important;
    text-transform: uppercase;
}
.attraction_section .et_pb_post {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    background: #fcfcfc;
    border-color: whitesmoke;
}
.attraction_section .et_pb_post .post-content {
    padding-right: 40px;
    line-height: 1.3;
}
.attraction_section .et_pb_post .entry-title {
    font-size: 30px;
    transition: all 0.5s;
}
.attraction_section .et_pb_post .entry-featured-image-url {
    margin-bottom: 0;
    overflow: hidden;
    background: var(--bs-black);
}
.attraction_section .et_pb_post .entry-featured-image-url img {
    transition: all 0.5s;
    height: 300px;
    object-fit: cover;
}
.attraction_section .et_pb_post:hover .entry-featured-image-url img {
    transform: scale(1.3);
    opacity: 0.5;
}

.attraction_section .et_pb_post:hover .entry-title {
    color: var(--main-color);
}
.attraction_section .et_pb_post:hover {
    box-shadow: 10px 10px 10px #00000033;
}
/*----attractions close ---*/
/*--Start-Innerpage-Code--*/


.gallery_photos .et_pb_gallery_pagination ul li {
    padding: 10px 10px!important;
    background: #632f6b;
    margin-right: 10px;
    border-radius: 100px;
}
.gallery_photos a.active {
    color: #fff!important;
    padding: 8px 8px;
}
.gallery_photos .et_pb_gallery_image.landscape img {
    height: 300px;
    object-fit: cover;
}
.gallery_photos .et_pb_gallery_item {
    padding: 5px;
}
.gallery_photos .et_pb_gallery_pagination ul li a {
    padding: 8px 8px;
}
.gallery_photos .et_pb_gallery_pagination {
    margin: 30px 0px;
    border: none!important;
}


/*---- Trade-Stalls Page Css Start ----*/
.trade-form .wpcf7-text {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
     border:1px solid #c1c1c1;
    background: rgba(255,255,255,0.04);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.trade-form .wpcf7-text::placeholder{
    color:black;
}

.trade-form .wpcf7-submit {
    width:100%;
     max-width:40%;
     background:#632f6b;
    border: 1px solid #632f6b;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
    text-transform:uppercase;
    font-weight:700;
    padding: 8px;
    min-height: 50px;
}
.trade-form .wpcf7-submit:hover{
    background-color: #632f6b;
    color:#fff;
}
.highland-taste-sec .et_pb_blurb_description {
    position: absolute;
    bottom:30px;
    padding: 0px 25px;
    color: white;
     line-height:30px ;
    z-index:1;
    cursor:pointer;
}
.highland-taste-sec .et_pb_blurb_content {
    position: relative;
      line-height:0 ;
    overflow:hidden;

}
.highland-taste-sec .et_pb_blurb_content:before {
    position: absolute;
    content: '';
    background: #00000061;
    width: 100%;
    height: 100%;
    left: 0;
    z-index:1;
}
.highland-taste-sec .et_pb_blurb_content:hover::before {
    background: linear-gradient(to top right, rgb(99 47 107 / 62%) 19%, rgba(105, 34, 0, 0.6) 80%);
   content: '';
    cursor:pointer;
}
.highland-taste-sec .et_pb_main_blurb_image {
    margin-bottom:0;
    line-height:0; 
}
.highland-taste-sec .et_pb_blurb_content:hover .et_pb_main_blurb_image{
    transform:scale(1.2);
    transition:0.9s;
}
.highland-taste-sec .et_pb_blurb_content .et_pb_main_blurb_image{
    transition:0.9s;
    height:100%;
}

.marketarea-row .et_pb_blurb_container {
    background:#632f6b;
    max-width:90%;
    padding:15px 20px;
    color:white;
    position:absolute;
    bottom:20px;
    opacity:0;
    transition:0.9s;
}
.marketarea-row .et_pb_blurb_container h4{
    color:white;
}
.marketarea-row .et_pb_main_blurb_image {
    position:relative;
    margin-bottom:0;
      transition:0.9s;
}

.marketarea-row .et_pb_blurb_content {
    line-height:0;;
}
.marketarea-row .et_pb_blurb_container{
    line-height:1.2em;
}
.marketarea-row .et_pb_module:hover   .et_pb_blurb_container {
    opacity:1;
    transition:0.9s;
}
.marketarea-row .et_pb_module{
    overflow:hidden;
    transition:0.9s;
}
.marketarea-row .et_pb_module:hover .et_pb_main_blurb_image {
    transform:scale(1.2);
    transition:0.9s;
}
.marketarea-row .et_pb_blurb_container:before {
    position: absolute;
    content: "\f06e";
    font-family: fontawesome;
    top: 30px;
    color: #632f6b;
    right: -15px;
    background: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.highland-taste-sec .et_pb_main_blurb_image span.et_pb_image_wrap, .highland-taste-sec .et_pb_main_blurb_image span.et_pb_image_wrap img, .highland-taste-sec .et_pb_blurb_content, .highland-taste-sec .et_pb_module{
    height:100%;
}
.highland-taste-sec .et_pb_main_blurb_image span.et_pb_image_wrap img{
    object-fit:cover;
}
/*---- Trade-Stalls Page Css Ends ----*/

.pum-title.popmake-title {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 24px;
}
/*--Food-Drink-Page--*/
.vendor-sec .et_pb_main_blurb_image {
background-color:#fff;
width:100%;  
margin-bottom:15px;  
}
.vendor-sec .et_pb_main_blurb_image img {
    object-fit: contain;
    aspect-ratio: 1;
}
/*--Food-Drink-Page-End--*/

/*----Results css----*/

.gamesresults tbody tr:nth-child(odd) {
    background: #632f6b1f;
    /*color: #000;*/
}
.gamesresults  table {
    margin-bottom: 30px!important;
}
.gamesresults tr td {
    width: 15%;
}
.gamesresults tr td:nth-child(2), .gamesresults tr td:nth-child(3) {
    width: 36%;
}

/*----Results css end----*/

/*---- corporate list ---*/
.corporate_lists ul {
    list-style: none;
    padding-left: 0px;
}
.corporate_lists ul li {
    padding: 10px 0px;
    display: block;
}
.corporate_lists ul li:before {
    content: '\4e';
    font-family: 'ETmodules';
    background: #5a2b61;
    padding: 6px 6px;
    border-radius: 100px;
    color: #ffffffa3;
    margin-right: 10px;
}
.blog_page_sec article {
    box-shadow: rgb(100 100 111 / 16%) 0px 7px 29px 0px;
    border: 1px solid #6863633d !important;
}

.blog_page_sec article img {
     transition:500ms;
    transition-timing-function: ease-in-out;
}

.blog_page_sec article:hover img {
    transform: scale(1.1);
        transition:500ms;
}
.blog_page_sec article .et_pb_image_container a {
    overflow:hidden;
}

/*----competetion css ----*/

.cometition_table ul {
    column-count: 2;
    list-style: none;
    padding-left: 0px!important;
}
.cometition_table ul li {
    padding: 4px 0px;
    list-style: none;
}
.cometition_table ul li:before {
    content: '\4e';
    font-family: 'ETmodules';
    vertical-align: top;
    background: #d7a8df;
    color: #fff;
    padding: 3px 3px;
    font-size: 8px;
    border-radius: 100px;
    margin-right: 10px;
}

/*----competetion css end----*/

/*---- Directions And Parking  Page Css Start ----*/
.direction-form-row form .et_pb_column {
    margin-bottom: 0 !important;
}
.direction-form-row input.wpcf7-text,
.direction-form-row .et_pb_column textarea {
    width: 100%;
    padding: 15px;
    margin: 10px 0px;
    font-size: 18px;
}
.direction-info-col {
    top: -150px;
}
/*.direction-form-row{
    background:white;
    padding:40px !important;
    left:-130px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}*/
.direction-form-row input.wpcf7-form-control.wpcf7-submit {
    padding: 8px 40px;
    font-size: 18px;
    border-radius: 30px;
    margin: 20px 0px 0px 0px;
    background: #632f6b;
    color: white;
    border: 2px solid transparent;
    float: left;
    margin-bottom: 20px;
}
.direction-form-row input.wpcf7-form-control.wpcf7-submit:hover{
    border:2px solid #632f6b;
    background:transparent;
    color:#632f6b;
    font-weight:bold;
}
.direction-form-row .et_pb_column p {
    text-align:center;

}
/*---- Directions And Parking  Page Css Ends ----*/

/*---- tug war  Page Css  ----*/

.tugwar_form .wpcf7-text {
    width: 100%;
    height: 44px;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 3px;
    border: 2px solid #5a2b61;
}
.tugwar_form .wpcf7-text::placeholder {
    font-size: 16px;
    font-weight: 500;
}
.tugwar_form .wpcf7-submit {
    margin: 0 auto;
    display: block;
	background:#632f6b;
    border-radius: 10px;
    padding: 10px 60px;
    height: inherit;
    width: 100%;
}

/*---- tug war  Page Css ends----*/


/*--footer--*/
footer .footer_forms input, 
footer .footer_forms textarea {
    width: 100%;
    padding: 10px !important;
    margin-top: 15px;
    background: transparent !important;
    color: white !important;
    border: 2px solid white !important;
    font-size: 16px;
}
footer .footer_forms input::placeholder,
footer .footer_forms textarea::placeholder {
    color: white;
}

footer .footer_forms textarea {
    height: 80px;
}

footer .footer_forms input.wpcf7-submit {
    background: white !important;
    color: #632f6b !important;
    font-size: 20px;
    font-weight: 700;
    border-radius: 30px;
    margin: 0px;
}

footer .footer_forms input.wpcf7-submit:hover {
    background: transparent !important;
    color: white !important;
}

footer .footer_forms {
    position: relative;
}

footer .footer_forms .et_pb_module.et_pb_divider {
    display: none;
}

span.et_pb_scroll_top {
    background: #632f6b!important;
}


/*--footer-close--*/
.sponsorship-text {
    padding: 60px !important;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 20px #f2f2f2;
}
#comment-wrap input[type="text"] {
    width: 100%!important;
}
.single-post .et_pb_title_featured_container img {
    width: 700px;
    margin: 0 auto;
}



/*--Start-MediaQuery-Code--*/
@media screen and (max-width:1199px){
.highland-taste-col1{
    padding-right:30px;
}
}
@media screen and (max-width:991px) {
.highland-taste-sec .et_pb_blurb_content {
        max-width: 100%;
    }

.highland-taste-sec .et_pb_column:nth-child(odd) {
    padding: 0px 20px 0px 0px;
}

.highland-taste-col1 {
    padding-right: 0px !important;
}
    .direction-form{
    left:0;
}
    .service_lists .service_grid button.popbtns{
    width:100%;
}
.trade-stalls .list_option img {
    width: 100%;
}
.sponsorship-text {
    padding: 30px !important;
}
}

@media only screen and (min-width: 981px) {
.competitions_section .et_pb_blog_grid .column:nth-child(3n+2) .et_pb_post {
    top: -50px;
}
.competitions_grids .et_pb_row .et_pb_column:nth-child(3n+2) {
    top: -50px;
}	
.competitions_section .et_pb_salvattore_content {
    margin-top: 100px;
}
footer .footer_forms {
    margin-top: -120px;
}

.trade-stalls-form {
    padding-right: 0;
}

.service_grid {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
    
.sponsorship-img .et_pb_image_wrap img {
    --width: 110%;
    max-width: var(--width);
    width: var(--width);
    float: right;
}

.sponsorship-sec .et_pb_row:nth-child(odd) {
    flex-direction: row-reverse;
}
.sponsorship-sec .et_pb_row:nth-child(even) .et_pb_image_wrap img {
    float: left;
}
}
@media screen and (width >= 981px) {
    .reverse-row {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .reverse-row .et_pb_column {
        margin-left: auto !important;
        margin-right: 0 !important;
    }
    .reverse-row .et_pb_column.et-last-child {
        margin-left: 0 !important;
    }
}
@media only screen and (max-width: 980px) {
body #page-container .et_pb_section .et_pb_button, 
body #page-container .et_pb_section .et_pb_slider .et_pb_button_wrapper .et_pb_more_button.et_pb_button, 
form .wpcf7-submit, .attraction_section .et_pb_post .more-link {
    padding: 10px 30px;
}
.competitions_section .entry-title {
    font-size: 22px;
}
.main_title h2:after {
    width: 100px;
}
.main_title h2:before {
    bottom: -6.5px;
    margin-left: -43px;
}
.attraction_section .et_pb_post .entry-title {
    font-size: 22px;
    padding-bottom: 0;
}
.service_title h2 {
    font-size: 22px;
}
.trade-stalls .list_option img {
    height: 400px;
}
#dd-menu-mobile span.menu-closed:before {
    color: var(--bs-white) !important;
}
.corporate_lists ul li:before {
    padding: 4px;
    margin-right: 7px;
    font-size: 12px;
}
.et_pb_scroll_top.et-pb-icon {
    bottom: 50px !important;
    font-size: 24px !important;
}
.footer_forms .wpcf7-spinner {
    display: none !important;
}
	.sign-up-form #mc_embed_signup {
    width: 100%;
}
.sign-up-form .et_pb_row {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.sign-up-form .clear.foot p {
    margin: 0 !important;
}
}



@media only screen and (max-width: 767px) {
body #page-container .et_pb_section .et_pb_button, 
body #page-container .et_pb_section .et_pb_slider .et_pb_button_wrapper .et_pb_more_button.et_pb_button, 
form .wpcf7-submit, .attraction_section .et_pb_post .more-link {
    padding: 9px 28px;
}
.home-slider-sec .et-pb-slider-arrows>a {
    width: 40px;
    height: 40px;
    font-size: 22px;
}
.home-slider-sec .et-pb-controllers a {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.home-slider-sec .et-pb-controllers .et-pb-active-control:before {
    border-width: 5px;
}
.home-slider-sec .et-pb-slider-arrows {
    bottom: 37px;
}
.wpcf7-recaptcha>div {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    height: 50px !important;
}
.main_title h2:before {
    width: 13px;
    height: 13px;
    bottom: -5.5px;
    margin-left: -26px;
}
.main_title h2:after {
    width: 60px;
}
.attraction_section .et_pb_post .more-link {
    right: -14px;
    font-size: 14px;
}
footer .footer_forms input.wpcf7-submit {
    font-size: 15px;
}
.sponsorship-text {
    padding: 25px !important;
}
.gamesresults tr td {
    width: auto!important;
    padding: 5px 10px;
    font-size: 90%;
}
.cometition_table table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
.gallery_photos .et_pb_gallery_pagination ul {
    text-align: center;
}
.gallery_photos .et_pb_gallery_image.landscape img {
    height: auto;
}
.gallery_photos .et_pb_gallery_pagination ul li {
    padding: 4px 4px!important;
}

.trade-stalls .list_option img {
    height: 300px;
}
.trade_categoryposts .et_pb_post{
    min-height:auto;
}
.stoltman-brothers-sec .et_pb_image span.et_pb_image_wrap img {
    min-height: auto;
}
}
@media screen and (max-width:480px) {
.highland-taste-sec .et_pb_column:nth-child(odd) {
        padding: 0px;
    }

    .highland-taste-sec .et_pb_column {
        padding: 30px 0px;
    }

    .highland-taste-sec .et_pb_column .et_pb_row_inner,
    .et_pb_row {
        padding: 0px;
    }
    
}