  /*
Theme Name: ÍøºìºÚÁÏ
Theme URI: https://frostwp.com/
Author: NewCity
Author URI: https://insidenewcity.com/
Description: ÍøºìºÚÁÏ based on Frost. With its clean, minimal design and powerful feature set, Frost enables agencies to build stylish and sophisticated WordPress websites. Frost is a masterpiece of design and functionality. It features a range of valuable patterns, including hero and portfolio sections, prominent call-to-action buttons, and customer testimonials. Whether youâ€™re building a website for your business, personal brand, or creative project, Frost is perfect for anyone looking to launch quickly and efficiently.
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, threaded-comments, translation-ready, wide-blocks
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ut_southern
*/

/* Defaults
---------------------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-element-button {
  transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover,
a:not(.wp-element-button) {
  text-decoration-thickness: 1px;
}

.orange-button {
  display: inline-block;
  color: var(--wp--preset--color--base) !important;
  background-color: var(--wp--preset--color--tennessee-orange-campaign) !important;
  border-radius: .625rem !important;
  /* padding: 0.826rem 1.15rem !important; */
  padding: 1rem 2rem !important;
  font-size: 1.125rem;
  font-weight: 500 !important;
  text-decoration: none;
  transition: all .3s ease;
  box-shadow:
    0px 1px 2px 0px rgba(10, 13, 18, 0.05),
    0px -2px 0px 0px rgba(10, 13, 18, 0.05) inset,
    0px 0px 0px 1px rgba(10, 13, 18, 0.18) inset,
    0 0 0 2px rgba(255, 255, 255, 0.12) inset;
}

.orange-button:hover {
  color: var(--wp--preset--color--base) !important;
  background-color: #e06d00 !important;
}

.page-template-ad-campaign-no-menu .site-footer .has-charcoal-firestorm-background-color {
  border-top-width: 0 !important;
}

.page-template-ad-campaign-no-menu .site-footer .ut-southern-back-to-top {
  top: -27px;
}

@media(min-width: 1600px) {
  :root:has(.page-template-ad-campaign-no-menu) {
    --wp--preset--font-size--base: 18px;
    font-size: 18px;
  }
}

@media(max-width: 961px) {
  .page-template-ad-campaign-no-menu .site-footer {
    margin-top: 0 !important;
  }

  .page-template-ad-campaign-no-menu .site-footer .ut-southern-back-to-top {
    top: -49px;
    height: auto;
    position: absolute;
    right: 30px;
  }
}

b,
strong,
th {
  font-weight: var(--wp--custom--font-weight--bold);
}

mark {
  background: linear-gradient(
    90deg,
    var(--wp--preset--color--primary) 0%,
    var(--wp--preset--color--primary) 100%
  );
  background-position: 0 85%;
  background-repeat: repeat-x;
  background-size: 100% 15%;
}

/* -- Forms -- */

input,
select,
textarea {
  background-color: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--contrast);
  border-radius: 0;
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--bold);
  font-weight: var(--wp--custom--font-weight--light);
  line-height: var(--wp--custom--line-height--body);
  padding: 10px 20px;
  width: 100%;
}

input:focus,
textarea:focus {
  background-color: var(--wp--preset--color--neutral);
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}

::placeholder {
  color: var(--wp--preset--color--contrast);
  font-size: var(--wp--preset--font-size--small);
  opacity: 0.5;
}

/* Blocks
---------------------------------------- */

/* -- Code -- */

*:not(.wp-block-code) > code {
  background-color: var(--wp--preset--color--neutral);
  font-size: var(--wp--preset--font-size--small);
  padding: 5px 8px;
}

/* -- Navigation -- */

.wp-block-navigation a {
  font-weight: unset;
}

.wp-block-navigation__responsive-container.is-menu-open {
  padding: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content {
  padding-top: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  border: 1px solid currentColor;
  padding: 2px;
}

.has-background .wp-block-navigation__responsive-container-open:focus,
.has-background .wp-block-navigation__responsive-container-open:hover {
  color: var(--wp--preset--color--base);
}

/* -- Navigation Submenu -- */

.wp-block-navigation:not(.has-background)
  .wp-block-navigation__submenu-container {
  background-color: var(--wp--preset--color--contrast);
  border: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
  padding: 10px;
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) a {
  padding: 2px 10px;
}

.site-header.is-layout-flow > * {
  margin-top: 0;
}

/* Media Queries
---------------------------------------- */

@media only screen and (max-width: 600px) {
  /* -- Utility -- */

  .is-style-hidden-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 782px) {
  /* -- Columns -- */

  .is-style-columns-reverse {
    flex-direction: column-reverse;
  }
}
