/*
Theme Name: SolheimCup
Description: This is a child theme for Solheim Cup Theme
Author: UX Themes
Template: SolheimCup
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.menu_right .menu-footer-menu-right-container ul li,
.menu_right .menu-footer-menu-right-spanish-container ul li {
    text-align: right;
}

.menu_right .menu-footer-menu-right-container ul li a,
.menu_left .menu-footer-menu-left-container ul li a {
    padding: 2px 0px;
}

li.has-dropdown.header-language-dropdown a i.image-icon {
    display: none
}

ul.header-nav.header-nav-main li a {
        color: rgb(0, 38, 100);
}

#main-menu ul li.onlymobile {
    display: none;
}

.previousresults .result {
    font-weight: normal;
}

.previousresults .col {
    padding: 0 15px 0px;
    display: initial;
}

.previousresults p {
    margin-bottom: 0.0em;
}

.previousresults h5.uppercase {
    line-height: 0.8;
}

.previousresults .resultsrow h4 {
   padding-bottom: 8px;
}

.box.box-text-bottom.box-blog-post.has-hover {
   box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.1);
}

.dark .tribuna.has-shadow .box:not(.box-overlay):not(.box-shade) {
   background-color: transparent;
}

.tribuna.row-box-shadow-1 .col-inner {
   box-shadow: none;
}

.tribuna .box.box-text-bottom.box-blog-post.has-hover {
   box-shadow: none;
}


.ranking .resultsrow p {
   margin-bottom: 0.1em;
}




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.ux-timer {
    font-size: 300% !important;
}

.off-canvas-right .mfp-content {
    width: 90% !important;
}

#main-menu ul li.onlymobile {
    display: inherit;
}

#nav_menu-3 {display: none;}

#nav_menu-4 ul li.nomobile { display:none;
}

#nav_menu-4 ul li { text-align: center;
}

#logo {
    width: 95px !important;
}






}