/*
Theme Name:     SPOT-Report Child theme
Theme URI: 		https://spot-report.com/
Description:    Child theme for Newspaper
Author:         Jeffrey Johnston
Author URI: 	https://www.shogunmaster.com/
Template:       Newspaper
Version:        7.7c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* ReCaptcha */
.rc-anchor .rc-anchor-normal .rc-anchor-light {
    border: 0px !important;
    background: #161b20 !important;
    color: #ffffff !important;
}


@font-face {
  font-family: 'shogunmaster-social-icons16x16';
  src:  url('fonts/shogunmaster-social-icons16x16.eot?tefr73');
  src:  url('fonts/shogunmaster-social-icons16x16.eot?tefr73#iefix') format('embedded-opentype'),
    url('fonts/shogunmaster-social-icons16x16.ttf?tefr73') format('truetype'),
    url('fonts/shogunmaster-social-icons16x16.woff?tefr73') format('woff'),
    url('fonts/shogunmaster-social-icons16x16.svg?tefr73#shogunmaster-social-icons16x16') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*add required icon classes here*/
/* use !important to prevent issues with browser extensions that change fonts */
.line [class^="soc-font-"], .line [class*="soc-font-"],{
font-family: "shogunmaster-social-icons16x16" !important;
}

/*add icon classes and codes here*/
.line .soc-font-icon:before { 
content: '\e924'; 
font: normal normal normal 16px/1 shogunmaster-social-icons16x16 !important;
} 

/*BLEAGUE SCORE TABLE FONT*/
@font-face {
  font-family: 'bleagueFont';
  src: url('fonts/bleage_font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.score {
  font-family: "bleagueFont";
  font-size: 42px;
  line-height: 40px;
}