/*custom.css edits for Dragons Tear Tavern website*/
/*              Owner: Doug Jacobs                */

/***************************************************/
/*       Custom Fortune template changes           */
/***************************************************/

/* 2023.07.24 = added by Doug (as directed by Fortune template support team) to fix the issue with mobile header and socials/menu wrapping */
/*.logo-image-phone{height:auto !important;}*/
.logo-image-phone {height:30px !important;}

/* 2023.08.22 - added by Fortune template support team to fix an issue with the template color selector not working */
.featured-service .image-box .icon,
.featured-service .overlay-box .icon_box{background: #c33239 !important;}
.sppb-section-title sppb-text-center{background: #c33239 !important;}

/* 2023.09.16 - added by Doug to modify main page color configurations */
#sp-header.header-with-social {background-color: #171717;} /* title background color */
#sp-main-body {padding-top: 10px; background: #d9d9d9;} /* reduce padding between navigation and article (was 100px) + page background color */
ul.social-icons li a{color: white !important;} /* social icons white */
#sp-header .sp-megamenu-parent > li > a {color: #ffffff;} /* main menu text white */
#sp-header .sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li > span:hover {color: #c33239 !important;} /* main menu rollover text red */
#sp-header .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner .sp-dropdown-items li a{color: #ffffff;} /* sub-menu text white */
#sp-header .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner .sp-dropdown-items li a:hover {color: #c33239;} /* sub-menu rollover text red */
a {color: #c33239; !important;}  /* href links red */

/* 2023.09.17 - added by Doug to modify mobile page color configurations*/
.burger-icon > span {background-color: white !important;} /* color hamburger menu on mobile white */
a.close-offcanvas .burger-icon > span {background-color: #000000 !important;} /* make hamburger close "X" icon black */

/* 2023.09.18 - added by Doug to remove SociableKit.com attributes on Twitter (X) feed and Mobile calendar */
.sk_branding {
    visibility: hidden !important;
    padding: 0px !important;
    font-size: 0px !important;}
.tutorial_link {height: 0px !important;}

/* prevent Tabs from wrapping */
.dont-wrap-tab {
    color: blue !important;
    white-space: nowrap !important;}
