/*
Theme name: Headlines
Description: Custom Theme
*/

/*
  Source post-css styles are located in the postcss directory.
  The compiled bundle is in assets/bundle.css; The README.md
  file contains instructions how to get the compilation
  process up & running.

  If you need to make a quick fix, feel free to add CSS
  below this comment. It will override bundle.css styles.

*/



/******************************************************
                    DINING MERIDIAN MENU
******************************************************/

.menuMargin {
    margin-bottom: 50px;
}

.menuLink {
    font-family: brandon-grotesque;
    font-weight: 300;
    font-size: 1.2rem;
}

/* unvisited link */
.menuLinkA:link {
    color: #fff;
    text-decoration: none !important;
}

/* visited link */
.menuLinkA:visited {
    color: #fff;
    text-decoration: none !important;
}

/* mouse over link */
.menuLinkA:hover {
    color: #fff;
    text-decoration: none !important;
}

/* selected link */
.menuLinkA:active {
    color: #fff;
    text-decoration: none !important;
}

.menuLine {
    display: inline-block;
    border-bottom: 1px solid white;
    padding-bottom: 2px;
}

#menuSection {
    background-color: #be9b60;
    color: white;
    height: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.menuRow {
    padding-bottom: 10px;
}

.menuTitle {
    font-family: astoria;
    font-weight: 300;
    padding-top: 40px;
    color: whitesmoke;
    word-spacing: 4px;
    letter-spacing: 1.5px;
}

.menuDescription {
    font-family: brandon-grotesque;
    font-weight: 300;
    padding-bottom: 15px;
}



/******************************************************
                    INSTAGRAM HOVER EFFECT
******************************************************/


.list-instagram li a {
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    display: block;
}

.list-instagram li:hover {
    opacity: 0.3;
}

/******************************************************
                    FIX CAPTCHA STYLING
******************************************************/
.rc-anchor-dark.rc-anchor-normal {
    border: 0px solid #00303c !important;
}

.rc-anchor-dark {
    background: #00303c !important;
}

@media only screen and (min-width: 1020px) {
    #gform_submit_button_2 {
        margin-top: -215px !important;
    }
}

/******************************************************
                    PRESS CENTER FEATURES
******************************************************/

.publisherTitle {
    color: #b49962;
    letter-spacing: 1px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
}

.publisherImg {
    border: 1px solid #666767;
}

@media screen and (min-width: 1000px) {
    .card {
        transition: transform .2s;
        /* Animation */
    }

    .card:hover {
        transform: scale(1.1);
    }
}

.featured {
    position: absolute;
    background: #BE9B60;
    top: 15px;
    left: 15px;
    right: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 23px;
    letter-spacing: 2px;
}

.article__content {
    /*height: 150px!important;*/
}

.list-features {
    justify-content: center;
    align-items: baseline;

}

.list-features li {
    margin: 0 15px;
}

.main-blog {

    padding-left: 0px !important;
    padding-right: 0px !important;
}

.main-blog .posts_desc {
    width: 70%;
    margin: auto;
}

.main-blog section .section__body ul a{
  text-decoration: none;
}

.main-blog .articles-grid {
    width: 100%;

}


.main-blog .section .section__body:only-child {
    padding: 50px 50px 5px 50px;
}

.main-blog .list-features li {
    margin: 0;
}

.main-blog .list-features h3 {
    font-family: brandon-grotesque, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
}

.main-blog .list-features--separated li+li:before {
    background-color: none;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -14%;
    display: block;
}

.main-blog .articles-grid .article.col--1of3 {
    padding: 25px;
}

.main-blog .grid-sizer {
    width: 33%;
    height: 210px;
}

.main-blog .article__content {
    text-align: center;
}

.main-blog .article {
   text-align: center;
}

.main-blog .article .article__body{
    max-width: 1200px;
    margin: auto;
}

.main-blog .article .article__entry p {
   font-size: 20px;
 }

.main-blog .paging {
    margin-top: 20px;
}

.main-blog .paging a{
    margin-right: 10px;
    border: 1px solid #be9b60;
    color: #be9b60;
}

.main-blog .paging a:hover{
    background-color: #be9b60;
    color: #ffffff;
}

.quarter li {
    width: 33%;
}

.home .section-background-image {
    padding: 100px 0;
}


.page-id-5126 .section .section__body li>ul {
    list-style: none;
    margin-left: 15px;
}

.page-id-5126 .section .section__body li>ul>li:before {
    content: "+";
    font-weight: bold;
    padding-right: 10px;

}

.slick-slide img {
    min-width: 100%;
}

.nav {
    margin-left: 0px;
}

.announcement-bar {
    min-height: 50px;
    color: #ffffff;
    vertical-align: middle;
}

.announcement-bar p {
    padding-top: 10px;
}

a.loadmore{
    margin: 25px auto;
    display: block;
    width: 250px;
}

.single .article__body{
   /* max-width: 1400px;*/
    margin: 50px 0;
}

.article__foot a {
    padding: 5px 10px!important;
}

/*.article__foot a:hover {
    text-decoration: underline!important;
    color: #b49962!important;
}*/

.article__foot .btn.btn--fullgold{
    margin-left: 0px;
}

.coach-video{
    margin: 5px 0 10px 0 ;
}

.gform_wrapper.gravity-theme .gfield textarea{
    color:#000000!important;
}