/* 
 Theme Name:     Extended Stylesheet
 Author:         Imavex Development
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0
 Description:    Divi Child-theme for Golf 
*/ 


.green-header
{
 color:#097736 !important;   
}

#golf-internal a, #header a {
    color:white !important;
    text-decoration: underline;
}

.whiteanchors{
    color:white !important;
    text-decoration: underline;
}

.mega-menu-section > a {
    color: #c47d08 !important;
}

.wpem-heading-text {
    display: none;
}

#top-menu li {
    padding-right: 25px !important;
}

#et-secondary-menu {
    text-align: center;
    float: none;
}

#footer-links ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.quoted-block blockquote {
    font-style: italic;
    color: darkgreen;
}

.dsm-pricelist-price {
    min-width: fit-content;
}

.wpem-event-banner-img {
    height: 90px;
    width: 90px;
    background-color: #ffffff !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center!important;
    border-radius: 5px;
}

.wpem-heading-text{
 font-size: 14px !important;
 text-align: center;   
    
}

.wpem-event-banner{
 background-color:white !important; 
 padding: 5%;

}
.wpem-event-banner-img {
  width: 100% !important;
  
}

/* Formidable Button Formatting */
   .frm_button_submit.frm_final_submit {
    padding: 10px 50px !important;
    background-color: #c47d03 !important;
    color: white !important;
    font-weight: 700 !important;
    text-align: center !important;
}

/* Column Reversing for mobile */
@media screen and ( max-width: 980px ) {
    .reverse {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .no-mobile{
     display:none;
 }
} 

/* Forms */
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
    height: 40px;
    background-color: #eee;
}
 .frm_full textarea {
     background-color: #eee;
}

.sub-menu .menu-item a {
    font-size: 12px !important;
}

ul.mega-menu-section a {
    color: #c47d08 !important;
}

.tablepress thead th,
.tablepress tfoot th {
  background-color: #c47d08 !important;
  color: #000;
}


.et_pb_scroll_top.et-pb-icon {
    right: 30px; /* space from right */
    bottom: 30px; /* space from bottom */
    padding: 8px; /*padding size*/
    border-radius: 30px; /* make the circle */
    background: #c47d03; /* button color */;	
    font-size: 32px; /* icon size */
    transition: all .1s ease-in-out; /* add transition */
}
/* Button Appearance on Mouseover */
.et_pb_scroll_top.et-pb-icon:hover {
    bottom: 32px /* space from bottom */;
    background: #097736/*button hover color*/;	
    transition: all .1s ease-in-out; /*add transition*/
    box-shadow: 0 10px 15px #162c4e4a; /*box shadow on hover*/
}
/* Animation tweaks */
.et_pb_scroll_top.et-visible {
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
    -moz-animation: fadeInBottom 2s 1 cubic-bezier(.50,0,.160,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
}
.et_pb_scroll_top.et-hidden {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
}


.vrowPic .rowPicText {
  padding: 50px;
}
@media screen and (max-width : 990px) {
  .vrowPic .rowPicImage, .et_pb_column.rowPicImage {
    height: 500px;
    display: block;
  }
  .vrowPic .rowPicText {
    padding: 50px !important;
  }
  #video .rowPic .rowPicText:last-child {
    padding: 0 50px 50px !important;
  }
}
 