/*
 Theme Name:     RYNO Child Theme
 Theme URI:      http://rynoss.com/
 Description:    RYNO Child Theme
 Author:         Ryno SS - Jerad Shepherd
 Author URI:     http://www.rynoss.com
 Template:       theme-3
 Text Domain:    ryno-theme-three-child
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
  font-display: swap;
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/theme-3-child/fonts/source-sans-3-400.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/theme-3-child/fonts/source-sans-3-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/theme-3-child/fonts/source-sans-3-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/theme-3-child/fonts/source-sans-3-700.woff2') format('woff2');
}

/* Crimson Text */

@font-face {
  font-display: swap;
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/theme-3-child/fonts/crimson-text-400.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/theme-3-child/fonts/crimson-text-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/theme-3-child/fonts/crimson-text-700.woff2') format('woff2');
}

.mobile-schedule-bar {
	text-align: center;
	display: block;
	background: linear-gradient(180deg, #C6242B 0%, #710506 100%), #FFF;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	padding: 5px;
}

.mobile-schedule-bar:hover {
	color: #fff;
}