/*
 * Theme Name: romaforever-theme
 * Theme URI: https://www.themeboy.com/courtside/
 * Author: ThemeBoy
 * Author URI: https://www.themeboy.com
 * Description: Courtside is a fully responsive theme made for sports organisations looking to use the SportsPress plugin. Once you’ve installed the theme and SportsPress, you'll be able to select a preset for your sport and demo content to help you get started on building your sports website.
 * Version: 1.1
 * License: GNU General Public License v3 or later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: rookie
 */

/*-------------------------------------------------------------- * 1.0 Reset * --------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, big, cite, code, em, font, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 16px;
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document;
   *    see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior;
   *    see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
@font-face {
  font-family: "fallback for Barlow Condensed";
  src: local(Arial);
  size-adjust: 77%;
  descent-override: 10%;
}

body {
  font-family: "Barlow Condensed", "fallback for Barlow Condensed";
  line-height: 1.4em;
  font-size: 16px;
  background: #980b2b;
  color: #000;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*-------------------------------------------------------------- * 2.0 Typography * --------------------------------------------------------------*/
body, button, input, select, textarea {
  font-size: 20px;
  line-height: 1.5;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6, caption, .main-navigation a, .gallery-caption, .wp-caption-text.gallery-caption, .sp-table-caption, input, .sp-template-countdown .event-name, .sp-template-countdown time span, .sp-template-event-logos {
  font-family: "Barlow Condensed", "fallback for Barlow Condensed";
  line-height: 1.1;
  font-weight: 700;
}
/* Link Color */
a {
  color: #980b2b;
}
/* Link Hover Color */
a:hover {
  color: #980b2b;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-bottom: 0.5em;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  margin-bottom: 1.25em;
  font-size:1.25em;
}
b, strong {
  font-weight: bold;
}
cite, em, i, blockquote {
  font-style: italic;
}
blockquote, q {
  margin: 0 1.25em 1.25em 3em;
  position: relative;
}
blockquote:before, q:before {
  font-style: normal;
  position: absolute;
  left: -1.25em;
  font-size: 2em;
  top: -0.5em;
}
pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 15px;
}
small {
  font-size: 75%;
}
/*-------------------------------------------------------------- * 3.0 Elements * --------------------------------------------------------------*/
html {
  overflow-x: hidden;
}
hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.25em;
}
ul, ol {
  margin: 0 0 1.25em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  margin-bottom: 0.5em;
}
li > ul, li > ol {
  margin-top: 0.5em;
  margin-bottom: 0;
  margin-left: 1.25em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.25em;
  width: 100%;
}
caption {
  font-size: 16px;
  padding: 0.625em 15px;
  margin: 0 0 -1px;
  color: #fff;
  background: #ffae29;
}
th, td {
  padding: 0.625em;
}
thead th {
  font-weight: bold;
}
/*-------------------------------------------------------------- * 4.0 Forms * --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
}
input[type="text"], input[type="email"], input[type="url"], textarea {
  border-radius: 3px;
  color: #666;
  border: 1px solid #ccc;
  outline: none;
}
input[type="text"], input[type="email"], input[type="url"] {
  padding: 0.575em;
  font-size: 14px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
  color: #111;
}
textarea {
  padding-left: 3px;
  vertical-align: top;
  width: 100%;
}
select {
  height: 40px;
}
/*-------------------------------------------------------------- * 5.0 General layout * --------------------------------------------------------------*/
.site {
  overflow: hidden;
}
.site-banner-image {
  display: block;
  width: 100%;
  height: auto;
}
.site-logo {
  display: inline-block;
}
.site-logo img {
  max-height: 120px;
}
.content-area {
  min-height: 500px;
}
.content-area, .widecolumn, .widget-area {
  width: 100%;
  padding: 10px;
  float: left;
  clear: both;
}
/*-------------------------------------------------------------- * 5.1 Links * --------------------------------------------------------------*/
a {
  text-decoration: none;
}
/*-------------------------------------------------------------- * 5.2 Menus * --------------------------------------------------------------*/
.main-navigation {
  clear:both;
}
.site-menu .main-navigation {
  height:45px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
}
.main-navigation a {
  display: inline-block;
  color: #fff;
  background-color: #980b2b;
  line-height: 31px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-weight:600;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-right: 6px;
  white-space: nowrap;
}
/* Small menu */
.site-main .paging-navigation, .site-main .post-navigation {
  margin: 0 0 1.25em;
  overflow: hidden;
  clear: both;
}
.site-main {
  padding: 10px;
}
.paging-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.paging-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/* Main Navigation */
.menu-toggle, .header-bar .search-toggle {
  z-index: 10;
  position: relative;
  background-color: #980b2b;
  color: #fff;
  padding-bottom: 0px;
  font-weight: bold;
  margin-top: 8px;
  margin-right: 8px;
  float:right;
}
.header-bar .search-toggle {
  margin-top: 8px;
  margin-right: 8px;
  float: right;
}
.main-navigation.toggled {
  width: 97%;
}
.main-navigation li {
  margin:0;
  text-align: right;
}
/* Menu Active Link Color */
.main-navigation .current-menu-item > a, .main-navigation .current-menu-parent > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_parent > a, .main-navigation .current_page_ancestor > a, .site-menu-modal li:hover > a, .site-menu li:hover > a {
  background-color: #ffae29;
}
/* Menu Search */
.main-navigation .search-form {
  background: #980b2b;
  padding: 15px;
}
.main-navigation .search-form .search-submit {
  padding-left: 15px;
  padding-right: 15px;
}
.site-menu-modal {
  z-index: 999999;
  position: absolute;
  background: #980b2b;
  width: 100%;
}
.site-menu-modal .main-navigation .nav-menu {
  display: none;
}
.menu-toggle, .site-menu-modal .main-navigation.toggled .nav-menu {
  display: block;
}
.site-menu-modal .main-navigation.toggled .nav-menu {
  min-height:100px;
}
.site-menu-modal .main-navigation li {
  float: none;
}
.site-menu-modal .main-navigation.toggled .search-form {
  display: block;
}
.site-menu .menu-menu-container {
  display:flex;
  overflow-x:auto;
  height:45px;
}
.site-menu .main-navigation ul {
  margin:0 auto;
  display:flex;
  padding:0;
  height:45px;
}
.main-navigation li {
  display: inline-block;
  text-align: left;
}
.main-navigation li:hover > a {
  text-align:center;
}
.site-menu-right li {
  width:auto;
}
/*-------------------------------------------------------------- * 6.0 Accessibility * --------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/*-------------------------------------------------------------- * 7.0 Alignments * --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.25em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.25em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/*-------------------------------------------------------------- * 8.0 Clearings * --------------------------------------------------------------*/
.clear:before, .clear:after, .article-header:before, .article-header:after, .entry-content:before, .entry-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
}
.clear:after, .article-header:after, .entry-content:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*-------------------------------------------------------------- * 9.0 Widgets * --------------------------------------------------------------*/
.widget {
  margin: 0 0 20px;
  clear: both;
}
/* Make sure input and select elements fit in widgets */
.widget-title {
  font-size: 24px;
  color: white;
  background: black;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 15px;
  padding-bottom: 8px;
  z-index: 99999;
  position: relative;
}
.widget ul {
  margin-left: 1.25em;
}
.widget li:last-child {
  border-bottom: none;
}
.widget .sp-template {
  margin-top:0;
}
.site-footer .widget-title {
  background:#ffae29;
  color:#000;
}
/* Calendar widget
.widget_calendar table {
  table-layout: fixed;
}
.widget_calendar th, .widget_calendar td {
  text-align: center;
}
.widget_calendar tbody td {
  padding: 0.625em;
}
.widget_calendar #today {
  font-weight: bold;
}
.widget_calendar #prev {
  text-align: left;
}
.widget_calendar #next {
  text-align: right;
}
*/
.widget_recent_entries ul {
  margin-left: 0;
}
.widget_recent_entries ul li {
  list-style: none;
  margin-bottom: 0.6em;
}
/*-------------------------------------------------------------- * 10.0 Content * --------------------------------------------------------------*/
/*-------------------------------------------------------------- * 10.1 Posts and pages * --------------------------------------------------------------*/
.hentry {
  clear: both;
}
.entry-details, .article-details, .entry-footer {
  display: block;
  clear: both;
  overflow: hidden;
}
.article-header {
  overflow: hidden;
}
.article-thumbnail {
  display: block;
}
.article-content {
  overflow: hidden;
}
.entry-header, .article-header {
  position: relative;
  margin: 0;
}
.entry-thumbnail img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto 0.625em;
  display: block;
}
.entry-footer {
  text-align: right;
}
.page-links {
  clear: both;
  margin: 0 0 1.25em;
}
.page-title {
  margin-top:20px;
}
.search-form {
  margin: 0 0 1.25em;
}
.search-form:after {
  content: "";
  display: table;
  clear: both;
}
.search-form .search-field {
  width: 80%;
  box-sizing: border-box;
  display: block;
  float: left;
  margin:0;
}
.search-form .search-submit {
  width: 20%;
  display: block;
  float: right;
  font-family: "sans-serif";
  padding: 0;
  height: 33px;
  background-position: center;
}
/*-------------------------------------------------------------- * 10.2 Asides * --------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none;
}
/*-------------------------------------------------------------- * 12.0 Media * --------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
  max-width: 100%;
}
/*-------------------------------------------------------------- * 12.1 Captions * --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.25em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
  font-size: 14px;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.sp-template-staff-gallery .gallery-item strong {
  display: none;
}
/*-------------------------------------------------------------- * 13.0 Integrations * --------------------------------------------------------------*/
/*-------------------------------------------------------------- * 13.1 SportsPress * --------------------------------------------------------------*/
.sp-template {
  margin-bottom: 1.25em;
}
.sp-template table:last-child {
  margin-bottom: 0;
}
.sp-template iframe {
  display: block;
  margin: 0 auto;
}
.sp-view-all-link {
  text-align: right;
  font-size: 14px;
}
.sp-table-caption, .sp-template-countdown .event-name {
  font-weight: normal;
  text-align: left;
  border: none;
  margin: 0 0 -1px;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.sp-table-caption h1, .sp-table-caption h2, .sp-table-caption h3, .sp-table-caption h4, .sp-table-caption h5, .sp-table-caption h6 {
  margin: 0;
  font-size: inherit;
}
.sp-data-table, .sp-data-table a {
  background: #f3f3f3;
  color:#000;
}
.sp-data-table tr{
  border-bottom: 1px solid #dbdbdb;
}
.sp-data-table tbody tr.odd {
  background: initial;
}
.sp-data-table tbody tr.sub {
  background: rgba(0,0,0,0.15);
}
.sp-data-table tbody tr.sub a {
  background: none;
}
.sp-data-table thead th {
  padding-bottom: 15px;
}
.sp-table-wrapper .dataTables_paginate {
  margin-top: -1px;
  font-size: 14px;
  padding: 0.125em 0.625em;
}
.sp-template-countdown h5 {
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  padding: 0.635em 15px;
  border: 1px solid transparent;
  border-top: none;
  margin: 0;
}
.sp-template-countdown {
  width: 100%;
  overflow: auto;
}
.sp-template-countdown .sp-countdown {
  margin: 0;
}
.sp-template-countdown time span {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  padding: 10px 0;
  line-height: 1.25;
  font-size: 24px;
}
.sp-template-countdown time span small {
  display: block;
  clear: both;
  font-size: 14px;
}
.sp-template-event-calendar table {
  table-layout: fixed;
}
.sp-template-event-calendar #today {
  font-weight: bold;
}
.archive .sp-template-event-logos {
  margin-bottom: 2.5em;
}
.sp-template-event-logos-inline {
  margin-top: 0.5em;
  font-size: 36px;
  clear: both;
}
.sp-template-event-logos img {
  vertical-align: middle;
}
.sp-template-event-logos .sp-team-name {
  font-weight: inherit;
}
.sp-template-event-logos .sp-team-result {
  height: 1.5em;
  min-width: 1.5em;
  padding: 0 0.25em;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.5em;
  font-weight: normal;
}
.sp-template-event-video {
  background: #000;
}
.sp-template-event-video .sp-table-caption {
  display: none;
}
.sp-event-staff {
  font-size: 14px;
  padding: 0.625em 15px;
}
.sp-template-event-performance-icons thead {
  display: none;
}
.sp-template-event-performance-icons td {
  border-width: 0;
}
.sp-template-event-performance-icons .sp-performance-icons {
  width: 40%;
  text-align: left;
  vertical-align: middle;
}
.sp-template-event-performance-icons tbody tr:first-child td {
  padding-top: 0.625em;
}
.sp-template-event-performance-icons tbody tr:last-child td {
  padding-bottom: 0.625em;
}
.sp-template-event-performance-icons .data-number {
  text-align: right;
  padding-left: 15px;
}
.sp-template-event-performance-icons .data-name {
  text-align: left;
  padding-right: 15px;
}
.sp-template-event-performance-icons td:first-child {
  border-left-width: 1px;
}
.sp-template-event-performance-icons td:last-child {
  border-right-width: 1px;
}
.sp-template-event-performance-icons tr:last-child td {
  border-bottom-width: 1px;
}
.sp-template-event-venue .sp-event-venue-map-row td {
  padding: 0;
  background: rgba(0, 0, 0, 0.05);
}
.sp-template-event-blocks .event-results, .sp-template-event-blocks .event-time {
  font-size: 24px;
}
.sp-template-event-blocks .event-league, .sp-template-event-blocks .event-season, .sp-template-event-blocks .event-venue {
  display: block;
  font-weight: bold;
  font-size: 14px;
  clear: both;
  margin: 0 -0.5625em;
  padding: 0 0.625em 15px;
}
.sp-template-event-blocks .event-title {
  clear: both;
  font-weight: bold;
  font-size: 16px;
  margin: 0 -0.9375em -0.625em;
  padding: 0.625em 15px;
}
.widget .sp-template-event-blocks .event-results, .widget .sp-template-event-blocks .event-time {
  font-size: 24px;
}
.widget .sp-template-event-blocks .event-title {
  margin: 0 -0.9375em -0.625em;
  padding: 0.625em 15px;
}
.sp-template-logo {
  margin: 0 auto 1.25em;
  text-align: center;
  clear: both;
  float: none;
  max-width: none;
}
.sp-template-photo {
  max-width: none;
  width: 100%;
  text-align: center;
  margin: 0 0 1.25em 0;
  float: none;
}
.widget .sp-template-photo {
  max-width: none;
  margin: 0;
  float: none;
}
.sp-template-photo img {
  width: 100%;
  display: block;
}
.sp-template-team-details {
  display: block;
  clear: both;
}
.sp-template-details dl {
  font-size: 14px;
  padding: 1em 15px 0;
  margin-bottom: 1.25em;
}
.sp-template-details dt {
  width: 40%;
  margin: 0 0 1em;
  float: left;
  clear: left;
}
.sp-template-details dd {
  overflow: hidden;
  margin: 0 0 1em 45%;
}
.sp-template-details dd img {
  vertical-align: middle;
  margin-right: 0.25em;
}
.sp-template .player-group-name, .sp-staff-name {
  margin-top: 1.25em;
}
.sp-template .player-gallery-group-name, .sp-staff-name {
  clear: both;
  font-size: 24px;
}
.sp-template-league-gallery dl {
  padding: 0.75em;
}
.gallery dl {
  max-width: 100%;
}
.gallery dd {
  height: auto;
  display: block;
  pointer-events: auto;
  position: relative;
  bottom: auto;
  padding: 0.625em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gallery dd.has-number {
  padding-left: 49px;
}
.gallery dd strong {
  font-weight: normal;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 39px;
  padding: 5px 0;
  text-align: center;
  white-space: nowrap;
}
.sp-header-sponsors {
  margin-bottom: 50px;
}
.sp-header-sponsors .sp-sponsors .sponsor {
  margin: 10px;
}
.sp-footer-sponsors {
  clear: both;
}
.sp-footer-sponsors .sp-sponsors {
  padding: 3em 0;
}
.sp-template.sp-template-tournament-winner {
  color: inherit;
}
/*.sp-template-tournament-bracket thead th {
  border-top: none;
  border-left: none;
  border-right: none;
}
.sp-template-tournament-bracket td {
  border: none;
}
.sp-template-tournament-bracket .sp-result {
  padding: 2px 5px;
  margin: 0 3px;
}
.sp-template-tournament-bracket .sp-event-venue {
  font-weight: normal;
}*/
/*.sp-template-birthdays .gallery dl {
  max-width: 100%;
}*/
.single-sp_event .entry-header .entry-title {
  text-align: center;
}
.single-sp_event .has-post-thumbnail .entry-header .entry-title {
  margin: 0.25em 0;
}
.single-sp_player article {
  margin-top: 10px;
}
.single-sp_player .entry-header .entry-title strong {
  padding: 0 0.475em;
  margin-right: 0.25em;
  font-weight: normal;
}
/* SportsPress TV */
.sportspress-tv-iframe {
  display: block;
}
/* Heading Font */
.footer-widgets a {
  color:#fff;
  text-decoration: underline;
}
/* Buttons */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  color: #222;
  font-weight:600;
  background: #ffae29;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  color: #fff;
}
/* Inputs */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  -webkit-appearance: none;
  background-color: #dbdbdb;
  font-family: inherit;
  border: none;
  border-radius: 0;
  color: #666;
  display: block;
  font-size: 14px;
  margin: 0 0 16px 0;
  padding: 8px 15px;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  height: auto;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
  color: #980b2b;
}
/* Tables */
table {
  background: #980b2b;
  color: #fff;
}
/* Table Links */
table a, table a:hover {
  color: #fff;
}
/* Table Headers */
table thead {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
/* Table Cells */
th, td {
  padding: 0.25em;
}
/* Table Header Cells */
table thead th {
  padding-top: 15px;
  padding-bottom: 0;
  font-weight: 400;
}
/* Table Cell Padding */
table td:first-child, table th:first-child {
  padding-left: 20px;
}
table td:last-child, table th:last-child {
  padding-right: 20px;
}
table tbody tr:last-child td, table tfoot tr:last-child td {
  padding-bottom: 15px;
}
/* Content Areas */
.content-area, .widecolumn, .widget-area {
  padding: 0;
}
/* Masthead */
.site-header {
  margin: 0 auto;
  position: relative;
  background: #dbdbdb;
  height: 99px;
}
/* Site Title */
.site-title {
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 400;
}
/* Logo */
.site-logo {
  text-align: left;
  width: 100%;
}
.site-logo img {
  margin-left: 10px;
  margin-top:4px;
  max-width: 200px;
}
/* Content Area */
.site-content {
  padding-bottom: 60px;
  background: white;
  box-shadow: 0px -2px 5px rgba(0,0,0,0.3);
  clear:both;
}
/* Footer */
.site-footer {
  overflow: hidden;
  position: relative;
  background: #980b2b;
  color: white;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  clear: both;
  overflow: initial;
  box-shadow: 0px -2px 5px rgba(0,0,0,0.3);
}
.site-footer .footer-widget-region {
  overflow-wrap: break-word;
}
.site-info {
  position: relative;
  background: #ffae29;
  color: #222;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  box-shadow: 0px -2px 5px rgba(0,0,0,0.3);
}
.site-info a {
  color: inherit;
}
.footer-area {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.footer-widget-region {
  padding: 0 15px;
}
.info-area {
  width: 1030px;
  max-width: 100%;
  margin: 0 auto;
  min-height: 30px;
}
/* Pagination */
.nav-links a {
  font-size: 22px;
  color: #333;
}
.nav-links a:hover, .nav-links a:visited {
  color: #980b2b;
  text-decoration:underline;
}
.nav-links .meta-nav {
  color: #ffae29;
}
/* Widgets */
.footer-inner .widget {
  margin: 30px 0 30px;
}
.footer-inner .widget p {
  font-size: 18px;
}
.widget .sp-table-caption {
  margin: 0;
  position: relative;
  z-index: 1;
}
/* SportsPress */
.sp-template {
  margin-bottom: 15px;
  margin-top:15px;
  clear: both;
}
.sp-view-all-link a, .sp-table-wrapper .dataTables_paginate a {
  font-size: 16px;
}
.sp-view-all-link a:hover, .sp-table-wrapper .dataTables_paginate a:hover {
  color: #980b2b;
}
.sp-highlight, .sp-highlight a {
  color: #ffae29;
}
.sp-heading, .sp-heading:hover {
  background: #ffae29;
  color: #222;
}
.sp-tab-menu {
  padding: 0;
  border-bottom: 2px solid #dbdbdb;
}
.sp-tab-menu-item a {
  margin: 0 0 -2px;
  padding: 7px 15px;
  font-size: 16px;
  border-bottom: 2px solid #dbdbdb;
}
.sp-tab-menu-item-active a {
  border-color: #ffae29;
}
/* Captions */
.widget-area-right .widget-title {
  margin:0;
}
/*.widget_calendar caption, */.sp-template-event-logos .sp-team-result, .entry-title .sp-player-number, .entry-title .sp-staff-role, .sp-table-caption {
  color: #222;
  background: #ffae29;
  text-align: left;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  padding: 3px 15px 5px;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
  display: inline-block;
  clear: both;
}
/*.widget_calendar caption:before, */.sp-template-event-logos .sp-team-result:before, .entry-title .sp-player-number:before, .entry-title .sp-staff-role:before, .sp-table-caption:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  backface-visibility: hidden;
}
.sp-template-event-logos .sp-team-result {
  text-align: center;
}
.widget_sportspress .widget-title {
  margin-bottom: 0;
}
.widget .sp-table-caption {
  display: block;
}
.entry-title .sp-player-number, .entry-title .sp-staff-role {
  margin-right: 0.25em;
}
.entry-title .sp-player-number:before {
  -webkit-transform: skewY(-5deg);
  transform: skewY(-5deg);
}
.sp-calendar-wrapper .sp-table-caption/*, .widget_calendar caption*/ {
  display: table-caption;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
/* Countdowns */
.sp-countdown {
  color: #fff;
  overflow: hidden;
}
.sp-countdown-wrapper {
  background: #980b2b;
}
.sp-template-countdown .event-name, .sp-template-countdown h5 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 0.375em 15px 0.25em;
}
.sp-template-countdown .event-name {
  font-size: 20px;
  color: #fff;
  text-transform: none;
  padding: 0 15px;
  padding-bottom: 10px;
}
.sp-template-countdown .event-name a {
  color: #fff;
  display:block;
  padding-top: 10px;
}
.sp-template-countdown h5 {
  color: #222;
  background: #ffae29;
}
/* Event Blocks */
.sp-event-blocks td {
  padding: 0 !important;
}
.sp-event-blocks .sp-event-date a {
  color: inherit;
}
.sp-event-blocks .sp-event-results {
  margin: 15px 0;
}
.sp-event-blocks .sp-event-results .sp-result {
  background: #ffae29;
  color: #222;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
}
.widget .sp-event-blocks .sp-event-title {
  margin: 15px 15px 20px;
}
/* Tournaments
.sp-tournament-bracket .sp-team-name {
  color: #fff;
  background: #333;
}
.sp-tournament-bracket .sp-heading {
  background: #ffae29;
  color: #222;
}
.sp-template-tournament-bracket .sp-team .sp-team-name:before, .sp-tournament-bracket .sp-team-flip .sp-team-name:before {
  border-left-color: #333;
  border-right-color: #333;
}
.sp-template-tournament-bracket .sp-event .sp-event-main {
  color: #333 !important;
}
.sp-template-tournament-bracket .sp-result {
  color: #222;
  background: #ffae29;
}
.sp-tournament-bracket .sp-event {
  border-color: #333 !important;
}
*/
/* Events */
.sp-template-event-performance-icons tbody tr:first-child td {
  padding-top: 1.25em;
}
.sp-template-event-performance-icons tbody tr:last-child td {
  padding-bottom: 1.25em;
}
.sp-template-event-performance-icons .data-number {
  padding-left: 1.5em;
}
.sp-event-overview, .sp-event-performance-tables {
  overflow: initial;
}
/* Venues */
/* Videos */
.sp-template-event-video {
  background: #000;
}
/* Match Stats */
.sp-event-statistics {
  color: #980b2b;
  background: #dbdbdb;
  font-size: 14px;
}
.sp-event-statistics td {
  padding: 0 !important;
}
.sp-statistic-label {
  font-size: 24px;
  margin-top: 3px;
  margin-bottom: 8px;
}
.sp-statistic-bar {
  height: 2.5em;
  background: #980b2b;
}
.sp-statistic-bar-fill {
  background: #ffae29;
}
/* Profile Details */
.sp-template-details dl {
  background: #f3f3f3;
}
/* Sponsors */
/*.sp-footer-sponsors {
  padding-bottom: 30px;
  margin: 0 15px -100px;
}*/
/* Scoreboard */
.sp-scoreboard td {
  padding: 15px !important;
}
.sp-header-scoreboard-event {
  padding: 0;
}
.sp-header-scoreboard .sp-template-scoreboard {
  background: #dbdbdb;
  margin-bottom: 0;
}
/* Calendars */
/*.widget_calendar,*/ .sp-template-event-calendar {
  position: relative;
}
/*.widget_calendar #today,*/ .sp-template-event-calendar #today {
  color: #222;
  background: #ffae29;
}
/*.widget_calendar tbody a,*/ .sp-template-event-calendar tbody a {
  color: #ffae29;
}
/*.widget_calendar tbody a:hover,*/ .sp-template-event-calendar tbody a:hover {
  color: #fff;
}
/*.widget_calendar #today a,*/ .sp-template-event-calendar #today a {
  color: #fff;
}
/*.widget_calendar #prev a, .widget_calendar #next a,*/ .sp-template-event-calendar #prev a, .sp-template-event-calendar #next a {
  visibility: hidden;
  position: absolute;
  top: 5px;
  z-index: 2;
  width: 20%;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
/*.widget_calendar #prev a, */ .sp-template-event-calendar #prev a {
  left: 0;
}
/*.widget_calendar #next a,  */.sp-template-event-calendar #next a {
  right: 0;
}
/*.widget_calendar #prev a:before, .widget_calendar #next a:before, */.sp-template-event-calendar #prev a:before, .sp-template-event-calendar #next a:before {
  font-size: 30px;
  visibility: visible;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0.5;
}
/*.widget_calendar #prev a:hover:before, .widget_calendar #next a:hover:before, */.sp-template-event-calendar #prev a:hover:before, .sp-template-event-calendar #next a:hover:before {
  opacity: 1;
}
/*.widget_calendar tfoot, */.sp-template-event-calendar tfoot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.span-reading-time {
  width: 100%;
  padding: 15px;
  padding-top: 10px;
  text-align: center;
  border: 1px solid #a4a4a4;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 400;
  font-size:16px;
}
.rt-time {
  font-weight: 600;
  font-size:24px;
}
/* Posts */
.entry-meta {
  clear: none;
  float: right;
  font-size: 24px;
}
.single-entry {
  margin-bottom: 20px;
}
.entry-content, #breadcrumbs, .article-details, .widget-title, .entry-category, figcaption, .widget_news_widget .category, .tagline, .billboard h4 {
  font-family: 'Faustina', 'sans-serif';
}
figcaption {
  font-style: italic;
}
.subtitle {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 10px;
}
#breadcrumbs {
margin-bottom: 8px;
margin-top: 8px;
font-size:14px;
}
.breadcrumb_last {
  color:#666;
}
.entry-category-links {
  font-size: 24px;
  color: #999;
  margin: 0 0 10px;
}
.entry-category-links a {
  color: inherit;
  margin-left: 10px;
}
.entry-category-links a:hover {
  color: #980b2b;
}
.entry-header .posted-on a {
  font-size: 24px;
  text-transform: none;
}
.entry-header .entry-title {
  margin-bottom: 0;
}
/* Quotes */
.entry-content blockquote, .entry-content q {
  background: #dbdbdb;
  position: relative;
  margin: 0 0 15px;
  padding: 40px 50px 30px;
  font-size: 24px;
}
.entry-content blockquote:before, .entry-content q:before {
  top: 0;
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  transform-origin: 0 0;
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  backface-visibility: hidden;
}
.entry-content blockquote:after, .entry-content q:after {
  font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 64px;
  font-style: normal;
  line-height: 80px;
  width: 50px;
  height: 50px;
  text-align: center;
  content: '”';
  background: #ffae29;
  color: #222;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* Archives */
.single-article {
  position: relative;
}
.home-box .article-header {
  background: rgba(152, 11, 43, 0.7);
}
.home-box .article-thumbnail .article-header {
  margin-top: -106px;
}
.article-header a {
  color: inherit;
}
.article-header .article-details {
  font-size: 16px;
  width:100%;
  display: block;
  font-weight: lighter;
}
.single .article-details {
  line-height: 32px;
}
.tagline svg {
  top: 4px;
  position: relative;
}
.home .article-details {
  font-size:12px;
  padding: 5px;
  padding-left: 0;
}
.home-box .article-details {
  background: black;
  padding-left: 5px;
  padding-top: 0;
  color: white;
}
.article-details span {
  font-weight:600;
}
.article-details img {
  float:left;
  margin-right:10px;
  border-radius:50%;
}
.article-header-wrapper {
  font-weight: lighter;
}
.archive .article-header-wrapper p, .home .article-header-wrapper p {
  line-height: 1em;
  font-size:0.8em;
  margin: 0;
}
.entry-category a {
  text-decoration: none;
}
main .article-thumbnail img {
  float:left;
}
main img.attachment-sportspress-fit-medium {
  display:none;
}
.home main .article-header-wrapper, .category main .article-header-wrapper, .tag main .article-header-wrapper, .search main .article-header-wrapper, .archive main .article-header-wrapper {
  margin: 10px;
  margin-top: 0;
}
.article-header .entry-title, .single-entry .entry-title {
  font-size: 2rem;
  padding: 0.20em 0.25em;
  padding-left: 0px;
  margin: 0;
}

.archive main .article-header, .archive .entry-title, .search main .article-header, .search .entry-title {
  color:black;
  background: white;
  font-weight: 600;
  font-size:22px !important;
  line-height:24px !important;
}
.home main .article-header, .home main .entry-title {
  color:black;
  min-height: 50px;
  background: white;
}
.home main .entry-title, .tag .entry-title, .category .entry-title .archive .entry-title {
  font-size: 16px;
  padding-left: 0 !important;
  padding-bottom: 5px;
  padding-top: 0;
}
.home main article {
  max-height: 169px;
}
.article-header .entry-title a:hover {
  color: #fff;
}
.entry-footer {
  text-align: right;
  border-top: solid 1px #999;
  padding-top: 10px;
}
.article-content, .single-entry .entry-content {
  color: #000;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  font-size:18px;
}
.article-content .more-link {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #222;
  background: #ffae29;
  padding: 3px 15px 5px;
  z-index: 1;
}
.article-content .more-link:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  backface-visibility: hidden;
}
/* Media Queries */
.header-bar {
  width: 100%;
  min-height: 56px;
  background: #980b2b;
  text-align:center;
  box-shadow: 0px -2px 5px rgba(0,0,0,0.3);
}
.site-menu-right {
  display:none;
}
.site-menu-right li {
  margin:2px;
}
.home-box .article-header .entry-title {
  min-height:76px;
  font-size: 22px;
  background: rgba(152, 11, 43, 0.3);
  color: white;
  padding: 5px;
  padding-top: 2px;
  padding-bottom:2px;
}
/*.bbpress p {
  font-size: 16px;
}
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
font-size: 14px !important;
}*/
.entry-category {
  font-size: 16px;
  text-transform: uppercase;
  color:#fff;
  background: #980b2b;
  height: 40px;
  display: inline-block;
  padding:10px;
  padding-top: 7px;
}
.entry-category a {
  color:white;
}
.ad-slot {
  min-height:200px;
  background:grey;
  width:100%;
  margin-bottom:20px;
}
.tagline{
  margin-bottom:10px;
  margin-top:10px;
  margin-left:15px;
  clear:both;
}
.tagline a {
  margin-left:10px;
  margin-right:10px;
  text-transform: uppercase;
  display: inline-block;
}
.search-overlay {
  display:none;
}
.site-identity {
  float:left;
}
.block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0,0,0,.9);
  margin: 0;
  z-index: 999999;
  display:none;
}
.centered {
  display: inline-block;
  margin-top: 150px;
  padding: 10px 15px;
  color: #fff;
  border: none;
  background: 0 0;
}
#search-box {
position: relative;
width: 100%;
margin: 0;
}
#close-btn {
cursor: pointer;
top: 10px;
position: fixed;
right: 15px;
}
#search-form {
border-bottom: 1px solid #fff;
border-radius: 2px;
background: 0 0;
overflow: hidden;
}
#search-box input[type="text"] {
width: 100%;
padding: 0;
margin:0;
font-size: 1.4em;
color: #fff;
background: 0 0;
}
.billboard {
  background-color: white;
  height:120px;
  width:100%;
  bottom:0px;
  z-index: 99999;
  position:fixed;
  padding:15px;
}
.billboard .billboard-close-btn {
  cursor:pointer;
  position:fixed;
  right: 10px;
  padding:15px;
  padding-top:0;
}
.billboard img {
  width:100px;
  float:left;
}
.billboard .content {
  float:left;
  margin-left:15px;
}
.in-article {
  width: 100%;
  margin: 0 auto;
  margin-bottom:15px;
  border:1px solid #333;
  color:black;
  padding: 15px;
  display: block;
  text-align: center;
  height:112px;
}
.in-article a {
  display: block;
}
.in-article img, .in-article div.entry-title {
  color:black;
  font-size: 26px;
  float:left;
  background: white;
  padding-left: 10px;
}
.in-article .entry-title {
  padding:0;
}
@media screen and (min-width: 481px) {
  .sp-template-photo {
    width: auto;
    max-width: 50%;
    margin: 0 20px 20px 0;
    float: left;
  }
}
@media screen and (min-width: 601px) {
  .site-menu-modal li {
    width: initial;
  }
  .main-navigation ul {
    margin: 0 0.625em;
    padding-top: 6px;
  }
  .sp-template-logo {
    margin: 0 0 1.25em 20px;
    float: right;
    clear: right;
  }
  .sp-template-event-blocks .event-results, .sp-template-event-blocks .event-time {
    font-size: 36px;
  }
  .sp-template-event-calendar tbody td {
    padding: 1.25em 0.675em;
  }
  .widget .sp-template-event-calendar thead th, .widget .sp-template-event-calendar tbody td {
    padding: 0.625em;
  }
  .single-sp_event .has-post-thumbnail .entry-header .entry-title {
    margin: 0.5em 0;
  }
  .sp-template-photo {
    max-width: none;
    width: 100%;
    margin: 0 0 1.25em 0;
    float: none;
  }
  .sp-header-sponsors {
    margin-bottom: 0;
  }
  .single-sp_team .sp-post-content {
    clear: left;
  }
  .content-area, .wide-column, .widget-area {
    clear: none;
    padding: 0;
    position: relative;
  }
  .content-area-full-width, .content-area-no-sidebar, .widecolumn {
    width: 100%;
    left: auto;
  }
  .widget-area {
    width: 30%;
  }
  .widget-area-narrow {
    width: 20%;
  }
  .widget-area-left {
    float: left;
    right: 62%;
  }
  .widget-area-right {
    float: right;
  }
  .widget-area-left.widget-area-narrow {
    right: 52%;
  }
  .site-copyright {
    float: left;
  }
  .site-credit {
    float: right;
  }
  .site-info, .site-header, .site-footer {
    width:1134px;
  }
  .home main .entry-title, .tag .entry-title, .category .entry-title .archive .entry-title {
    font-size:26px;
    line-height: 30px;
  }
  .single-entry .entry-title {
    line-height: 44px;
  }
  .home-box .article-header .entry-title {
    font-size: 28px;
    min-height:99px;
  }
  .site-menu {
    width:100%;
    margin-top:0;
    float: left;
  }
  .site-main {
    padding: 0;
  }
  .site-logo {
    margin-right: 10px;
    float: left;
  }
  .site-menu-right {
    float:right;
    display:block;
  }
  .site-menu-right a {
    margin-right:4px;
  }
  .tagline {
    margin-top:0;
  }
  main img.attachment-sportspress-fit-medium, .article-header-wrapper p {
    display:block;
  }
  main img.attachment-mobile-list, .billboard {
    display:none;
  }
  .home .article-details {
    font-size:16px;
  }
  .header-area {
    position: relative;
    background-position: center center;
    background-size: cover;
  }
  .header-bar {
    display: block;
    padding-top: 2px;
    min-height: 100px;
  }
  .site-title {
    display: inline;
    padding-left: 20px;
  }
  .content-area {
    padding-right:15px;
    padding-left: 15px;
    float: left;
    width: 70%;
  }
  .home .home-box {
    clear:none;
    float:left;
    width:50%;
    margin:0;
  }
  .home .home-box a {
    margin:0;
  }
  .navigation {
    display:block;
  }
  /*.bbpress .content-area {
    width: 100%;
  }*/
  .content-wrapper {
    width: 100%;
    float: unset;
  }
  .content-area-full-width {
    width: 100%;
  }
  .widget-area {
    width: 30%;
    padding-right: 15px;
  }
  .news-widget--has-columns {
    margin: 0 -15px;
  }
  .news-widget--has-columns .news-widget__post {
    padding: 0 15px;
  }
  .site-footer:before {
    top: 0;
    transform: skewY(-2deg);
    transform-origin: 0 0;
    background: inherit;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    backface-visibility: hidden;
  }
}
@media screen and (min-width: 801px) {
  .sp-widget-align-left {
    padding-right: 15px;
  }
  .sp-widget-align-right {
    padding-left: 15px;
  }
  .site-footer .footer-widget-region {
    width: 33%;
    float: left;
  }
  .site-footer .footer-widget-region:last-child {
    width: 34%;
    float: right;
  }
  .sp-has-venue.sp-has-results .content-area-full-width .sp-section-content .sp-template-event-details, .sp-has-venue.sp-has-results .content-area-full-width .sp-section-content .sp-template-event-results {
    float: left;
    width: 70%;
    padding-right: 10px;
    clear: none;
  }
  .sp-has-venue.sp-has-results .content-area-full-width .sp-section-content .sp-template-event-venue {
    float: right;
    width: 30%;
    padding-left: 10px;
    clear: none;
  }
  .sp-has-venue.sp-has-results .content-area-full-width .sp-section-content .sp-template-event-venue .sp-google-map {
    height: 200px;
  }
  .sp-event-performance-teams .sp-template-event-performance-icons {
    width: 50%;
    float: left;
    clear: left;
    padding-right: 10px;
  }
  .sp-event-performance-teams .sp-template-event-performance-icons:nth-child(2n) {
    float: right;
    clear: right;
    padding-right: 0;
    padding-left: 10px;
  }
  .sp-template-event-calendar tbody td {
    padding: 1.75em 0.675em;
  }
  .sp-template-photo {
    width: auto;
    max-width: 50%;
    margin: 0 20px 20px 0;
    float: left;
  }
}
@media screen and (min-width: 1025px) {
  .widget .sp-table-caption {
    margin: -48px 0 0;
    clear: none;
    float: left;
  }
  /*.widget_calendar .sp-table-caption {
    clear: both;
    float: none;
  }*/
  .sp-calendar-wrapper .sp-table-caption/*, .widget_calendar caption */{
    margin: 0;
  }
  .site-header, .site-content, .site-footer, .site-info {
    margin: 0 auto;
    width: 1134px;
    max-width: 100%;
  }
}
.rpwwt-widget ul, .rpwwt-widget li {
  list-style-type: none;
  margin:0;
  height:98px;
}
.rpwwt-widget li a {
  display:flex;
}
.rpwwt-widget img {
  float:left;
}
.rpwwt-post-title {
  font-size: 16px;
  color:#000;
  line-height: 1.1;
  font-weight: 700;
    display: block;
    padding: 5px;
}
.rpwwt-post-date {
  font-size: 12px;
  padding: 5px;
}

.icon {
  height: 30px;
  width:30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.twitter {
  background-image: url( "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE5Ljc4MyAzLjkxOGMuMzQ4LS4wODIuNTkxLS4xNjQuNzktLjI0OS4yOC0uMTIuNTEtLjI2My44NzYtLjUwNEExIDEgMCAwIDEgMjMgNGMwIDEuMDgtLjEzNSAxLjk2Ny0uNDQ3IDIuNzQ2YTUuNDcgNS40NyAwIDAgMS0xLjA3MSAxLjY3NGMtLjE4NyAzLjM2My0xLjE2IDYuMDA0LTIuNjQ4IDguMDA1LTEuNTQzIDIuMDc0LTMuNTk1IDMuNDAyLTUuNzU5IDQuMTQ2LTIuMTU3Ljc0MS00LjQzNi45MDctNi40NzguNjU2LTIuMDI5LS4yNS0zLjkwNC0uOTIxLTUuMjExLTEuOTM4YTEgMSAwIDAgMSAuNzU1LTEuNzhjMS4yODYuMTg1IDIuNTI0LS4xMDggMy41NDItLjUyNi0uMi0uMTA5LS4zOS0uMjI3LS41NjUtLjM0OC0uOTI3LS42NDMtMS42NzYtMS41MTQtMi4wMTItMi4xODhBMSAxIDAgMCAxIDMuNCAxMy4yQzIuMDQ3IDEyLjA4MSAxLjUgMTAuNTM2IDEuNSA5LjVhMSAxIDAgMCAxIC43MjMtLjk2IDcuMzU3IDcuMzU3IDAgMCAxLS4yNC0uODg3Yy0uMjY2LTEuMjg3LS4yNDItMi43NC4wNDctMy44OTVBMSAxIDAgMCAxIDMuODY2IDMuNWMxLjA3OCAxLjg2OCAzLjA2NSAzLjAxIDQuOTE1IDMuNjg2Ljg3LjMxOCAxLjY3NS41MiAyLjI3OS42NDUuMTMtMS4yMi40Ny0yLjIyNy45OTQtMy4wMjdhNC41ODYgNC41ODYgMCAwIDEgMi42ODYtMS45NTdjMS43ODMtLjQ4IDMuNzYuMDY3IDUuMDQzIDEuMDcxWm0tOS4wMzUgNS44OWExOC4zMzQgMTguMzM0IDAgMCAxLTIuNjU0LS43NDRjLTEuMzU3LS40OTYtMi45MzMtMS4yNy00LjI1My0yLjQ2OC4wMjMuMjIuMDU3LjQzOS4xLjY1Mi4yMjIgMS4wNzEuNjMzIDEuNjcxIDEuMDA2IDEuODU3YTEgMSAwIDAgMSAuNDkgMS4yNDJjLS4yMzkuNjQ4LS44NjkuNy0xLjQ0MS41NTguNDYuNjkgMS4yODggMS4zNzggMi42NjggMS42MDlhMSAxIDAgMCAxIC4wMzIgMS45NjZsLS44Ny4xNzVjLjEzMy4xMTUuMjc3LjIyOS40My4zMzUuNjk4LjQ4MyAxLjM5Ny42OSAyLjAwMS41NGExIDEgMCAwIDEgLjg4MyAxLjczOGMtLjY0NC41MzYtMS4zOTYuOTY2LTIuMTUgMS4zMjMtLjM1My4xNjgtLjc0OS4zMzMtMS4xNzguNDc5LjMzLjA3LjY3NC4xMjggMS4wMjkuMTcyIDEuNzcuMjE3IDMuNzQxLjA3IDUuNTg0LS41NjMgMS44MzYtLjYzMSAzLjUzNC0xLjc0IDQuODA0LTMuNDQ4IDEuMjY4LTEuNzA1IDIuMTUzLTQuMDY0IDIuMjcyLTcuMjY4YTEgMSAwIDAgMSAuMjkyLS42N2MuNDUtLjQ1LjgyMS0uOTY1IDEuMDA0LTEuNTc5LS4zMi4xLS42OC4xODYtMS4xMS4yNjhhMSAxIDAgMCAxLS44OTQtLjI3NWMtLjc2NS0uNzY0LTIuMjc3LTEuMjY3LTMuNTMzLS45MjlBMi41ODcgMi41ODcgMCAwIDAgMTMuNzI3IDUuOUMxMy4zMTUgNi41MyAxMyA3LjUxIDEzIDlhMSAxIDAgMCAxLS4zMy43NDNjLS40OTguNDUtMS4zMzYuMTg0LTEuOTIyLjA2NloiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
}

.fb {
  background-image: url( "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIwIDFhMyAzIDAgMCAxIDMgM3YxNmEzIDMgMCAwIDEtMyAzSDRhMyAzIDAgMCAxLTMtM1Y0YTMgMyAwIDAgMSAzLTNoMTZabTAgMmExIDEgMCAwIDEgMSAxdjE2YTEgMSAwIDAgMS0xIDFoLTV2LTdoMi4wNzZhMSAxIDAgMCAwIC45NDktLjY4NGwuNDQzLTEuMzI5YS43NS43NSAwIDAgMC0uNzEyLS45ODdIMTVWOWMwLS41LjUtMSAxLTFoMmExIDEgMCAwIDAgMS0xdi0uNjg2YS43MS43MSAwIDAgMC0uNTE5LS42OTVDMTcuMTcxIDUuMjczIDE2IDUuMjczIDE2IDUuMjczYy0yLjUgMC00IDEuNzI3LTQgMy4yMjdWMTFoLTJhMSAxIDAgMCAwLTEgMXYxYTEgMSAwIDAgMCAxIDFoMnY3SDRhMSAxIDAgMCAxLTEtMVY0YTEgMSAwIDAgMSAxLTFoMTZaIiBmaWxsPSIjZmZmIi8+PC9zdmc+Cg==");
}

.instagram {
  background-image: url( "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAwIiBoZWlnaHQ9IjgwMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIgMThhNiA2IDAgMSAwIDAtMTIgNiA2IDAgMCAwIDAgMTJabTAtMmE0IDQgMCAxIDAgMC04IDQgNCAwIDAgMCAwIDhaIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTE4IDVhMSAxIDAgMSAwIDAgMiAxIDEgMCAwIDAgMC0yWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS42NTQgNC4yNzZDMSA1LjU2IDEgNy4yNCAxIDEwLjZ2Mi44YzAgMy4zNiAwIDUuMDQuNjU0IDYuMzI0YTYgNiAwIDAgMCAyLjYyMiAyLjYyMkM1LjU2IDIzIDcuMjQgMjMgMTAuNiAyM2gyLjhjMy4zNiAwIDUuMDQgMCA2LjMyNC0uNjU0YTYgNiAwIDAgMCAyLjYyMi0yLjYyMkMyMyAxOC40NCAyMyAxNi43NiAyMyAxMy40di0yLjhjMC0zLjM2IDAtNS4wNC0uNjU0LTYuMzI0YTYgNiAwIDAgMC0yLjYyMi0yLjYyMkMxOC40NCAxIDE2Ljc2IDEgMTMuNCAxaC0yLjhjLTMuMzYgMC01LjA0IDAtNi4zMjQuNjU0YTYgNiAwIDAgMC0yLjYyMiAyLjYyMlpNMTMuNCAzaC0yLjhjLTEuNzEzIDAtMi44NzguMDAyLTMuNzc4LjA3NS0uODc3LjA3Mi0xLjMyNS4yMDItMS42MzguMzYxYTQgNCAwIDAgMC0xLjc0OCAxLjc0OGMtLjE2LjMxMy0uMjkuNzYxLS4zNiAxLjYzOEMzLjAwMSA3LjcyMiAzIDguODg3IDMgMTAuNnYyLjhjMCAxLjcxMy4wMDIgMi44NzguMDc1IDMuNzc4LjA3Mi44NzcuMjAyIDEuMzI1LjM2MSAxLjYzOGE0IDQgMCAwIDAgMS43NDggMS43NDhjLjMxMy4xNi43NjEuMjkgMS42MzguMzYuOS4wNzQgMi4wNjUuMDc2IDMuNzc4LjA3NmgyLjhjMS43MTMgMCAyLjg3OC0uMDAyIDMuNzc4LS4wNzUuODc3LS4wNzIgMS4zMjUtLjIwMiAxLjYzOC0uMzYxYTQgNCAwIDAgMCAxLjc0OC0xLjc0OGMuMTYtLjMxMy4yOS0uNzYxLjM2LTEuNjM4LjA3NC0uOS4wNzYtMi4wNjUuMDc2LTMuNzc4di0yLjhjMC0xLjcxMy0uMDAyLTIuODc4LS4wNzUtMy43NzgtLjA3Mi0uODc3LS4yMDItMS4zMjUtLjM2MS0xLjYzOGE0IDQgMCAwIDAtMS43NDgtMS43NDhjLS4zMTMtLjE2LS43NjEtLjI5LTEuNjM4LS4zNkMxNi4yNzggMy4wMDEgMTUuMTEzIDMgMTMuNCAzWiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPgo=");
}

.tiktok {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB3aWR0aD0iODAwIiBoZWlnaHQ9IjgwMCIgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNi42NTYgMS4wMjljMS42MzctLjAyNSAzLjI2Mi0uMDEyIDQuODg2LS4wMjVhNy43NjIgNy43NjIgMCAwIDAgMi4xODkgNS4yMTNsLS4wMDItLjAwMkE4Ljc3IDguNzcgMCAwIDAgMjkgOC40NWwuMDI4LjAwMnY1LjAzNmExMy4zMjcgMTMuMzI3IDAgMCAxLTUuMzMxLTEuMjQ3bC4wODIuMDM0YTE1LjM4NSAxNS4zODUgMCAwIDEtMi4wNzctMS4xOTZsLjA1Mi4wMzRjLS4wMTIgMy42NDkuMDEyIDcuMjk4LS4wMjUgMTAuOTM0YTkuNTEzIDkuNTEzIDAgMCAxLTEuNzA3IDQuOTU0bC4wMi0uMDMxYy0xLjY1MiAyLjM2Ni00LjMyOCAzLjkxOS03LjM3MSA0LjAxMWgtLjAxNGE5LjA3MSA5LjA3MSAwIDAgMS01LjEzOS0xLjMxbC4wNC4wMjNDNS4wNSAyOC4xODUgMy4zMiAyNS42MDMgMyAyMi42bC0uMDA0LS4wNDFhMjMuMTYzIDIzLjE2MyAwIDAgMS0uMDEyLTEuODYyYy40OS00Ljc3OSA0LjQ5NC04LjQ3NiA5LjM2MS04LjQ3Ni41NDcgMCAxLjA4My4wNDcgMS42MDQuMTM2bC0uMDU2LS4wMDhjLjAyNSAxLjg0OS0uMDUgMy42OTktLjA1IDUuNTQ4YTQuMjkgNC4yOSAwIDAgMC01LjQ2NSAyLjYxOWwtLjAwOS4wM2MtLjEzMy40MjctLjIxLjkxOC0uMjEgMS40MjYgMCAuMjA2LjAxMy40MS4wMzcuNjFsLS4wMDItLjAyNGE0LjI2IDQuMjYgMCAwIDAgNC4zODIgMy41ODZoLS4wMDlhNC4xOTggNC4xOTggMCAwIDAgMy40NTEtMS45OTRsLjAxLS4wMThjLjI2Ny0uMzcyLjQ1LS44MjIuNTExLTEuMzExbC4wMDEtLjAxNGMuMTI1LTIuMjM3LjA3NS00LjQ2MS4wODctNi42OTguMDEyLTUuMDM2LS4wMTItMTAuMDYuMDI1LTE1LjA4M3oiLz48L3N2Zz4=");
}

.icon.search {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNNDU2LjY5IDQyMS4zOUwzNjIuNiAzMjcuM2ExNzMuODEgMTczLjgxIDAgMDAzNC44NC0xMDQuNThDMzk3LjQ0IDEyNi4zOCAzMTkuMDYgNDggMjIyLjcyIDQ4UzQ4IDEyNi4zOCA0OCAyMjIuNzJzNzguMzggMTc0LjcyIDE3NC43MiAxNzQuNzJBMTczLjgxIDE3My44MSAwIDAwMzI3LjMgMzYyLjZsOTQuMDkgOTQuMDlhMjUgMjUgMCAwMDM1LjMtMzUuM3pNOTcuOTIgMjIyLjcyYTEyNC44IDEyNC44IDAgMTExMjQuOCAxMjQuOCAxMjQuOTUgMTI0Ljk1IDAgMDEtMTI0LjgtMTI0Ljh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
}

.hamburger {
  z-index: 9999999;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjMyIiBkPSJNODAgMTYwaDM1Mk04MCAyNTZoMzUyTTgwIDM1MmgzNTIiLz48L3N2Zz4K");
}
