/*
Theme Name: Themify Ultra Child - The Viking Webdesign
Description: A child theme of Themify Ultra for The Viking Webdesign
Template: themify-ultra
Author: The Viking Webdesign (info@thevikingwebdesign.com)
Version: 1.0.0
*/

/* =========================================
   FONTS – NORSE (SELF-HOSTED, iOS SAFE)
   ========================================= */

@font-face{
    font-family:'Norse';
    src:url('/wp-content/themes/themify-ultra-child/fonts/Norse.woff2') format('woff2'),
        url('/wp-content/themes/themify-ultra-child/fonts/Norse.woff') format('woff');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:'Norse-bold';
    src:url('/wp-content/themes/themify-ultra-child/fonts/Norse-Bold.woff2') format('woff2'),
        url('/wp-content/themes/themify-ultra-child/fonts/Norse-Bold.woff') format('woff');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

/* ====== HIDE OLD FOOTER TEXT ====== */
.footer-text{
    display:none !important;
}

/* ====== CUSTOM COPYRIGHT BAR ====== */
.custom-copyright{
    display:block;
    text-align:center;
    padding:30px 20px;
    background:#2a2a2d;
    color:#ffffff;
    font-size:14px;
    border-top:1px solid #3f3f44;
    width:100%;
    box-sizing:border-box;
}

.custom-copyright a{
    color:#9500a8;
    text-decoration:none;
    margin:0 5px;
    transition:color 0.3s ease;
    font-weight:600;
}

.custom-copyright a:hover{
    color:#b81ac9;
    text-decoration:underline;
}

/* ====== FOOTER WIDGET STYLING ====== */
#footer{
    background:#343438 !important;
    color:#ffffff;
    padding:40px 20px 20px;
}

#footer h3,
#footer .widgettitle{
    font-family:'Norse-bold','Norse',system-ui,sans-serif;
    color:#9500a8;
    font-size:20px;
    margin-bottom:15px;
    text-shadow:0 0 20px rgba(149,0,168,0.4);
}

#footer p,
#footer li{
    color:#cccccc;
    line-height:1.8;
}

#footer a{
    color:#9500a8;
    text-decoration:none;
    transition:color 0.3s ease;
}

#footer a:hover{
    color:#b81ac9;
    text-decoration:underline;
}

/* Footer title underline */
#footer .footer-widgets .widgettitle::after{
    content:'';
    display:block;
    width:40px;
    height:3px;
    background:#9500a8;
    margin-top:10px;
    box-shadow:0 0 10px rgba(149,0,168,0.5);
}

/* ====== HEADER ====== */
#headerwrap{
    background:#343438 !important;
    border-bottom:1px solid #3f3f44;
}

#header{
    padding:15px 20px;
}

/* ====== NAV ====== */
#main-nav a{
    color:#ffffff;
    transition:color 0.3s ease;
}

#main-nav a:hover,
#main-nav .current-menu-item a,
#main-nav .current_page_item a{
    color:#9500a8;
}

/* ====== BACK TO TOP ====== */
.back-top,
.back-top-float{
    display:none !important;
}

/* ====== BODY ====== */
body{
    background:#343438;
    color:#cccccc;
}

#body{
    background:#343438;
}

#body a{
    color:#9500a8;
}

#body a:hover{
    color:#b81ac9;
}

/* ====== BUTTONS ====== */
.button,
.btn,
input[type="submit"]{
    background:#9500a8;
    color:#ffffff;
    border:none;
    transition:background 0.3s ease;
}

.button:hover,
.btn:hover,
input[type="submit"]:hover{
    background:#b81ac9;
}

/* ====== WHITE BUTTON ====== */
.ui.builder_button.tb_default_color{
    color:#2C2C2C !important;
    background:rgba(255,255,255,0.9) !important;
    border:2px solid rgba(255,255,255,1) !important;
}

.ui.builder_button.tb_default_color:hover{
    color:#000000 !important;
    background:rgba(255,255,255,1) !important;
    transform:translateY(-2px);
    box-shadow:0 4px 12px rgba(255,255,255,0.3);
}

/* ====== PURPLE BUTTON ====== */
.ui.builder_button.orange{
    background:#9500a8 !important;
    color:#ffffff !important;
    border:none !important;
}

.ui.builder_button.orange:hover{
    background:#b81ac9 !important;
    transform:translateY(-2px);
    box-shadow:0 4px 12px rgba(149,0,168,0.4);
}

/* =========================================
   PRICING BLOCK – FULL WIDTH ON MOBILE ONLY
   ========================================= */

@media (max-width: 600px){

  .module-text .tb_text_wrap > div[style*="max-width: 900px"]{
      max-width: 100% !important;
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
  }

}


