/*
Theme Name: Rochester IceCats Special Hockey
Theme URI: https://rochesterspecialhockey.org/
Version: 1.0
Description: 
Author: Do Well Design Studio
Author URI: https://www.dowelldesignstudio.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/*GENERAL-----------------------------------------------------------*/
/*
@font-face {
  font-family: "Madelyn Trial";
  src:
    url("http://gibraltar-masonry.local/wp-content/themes/bb-theme-child/fonts/Madelyn-Trial-Regular.woff2") format("woff2"),
    url("http://gibraltar-masonry.local/wp-content/themes/bb-theme-child/fonts/Madelyn-Trial-Regular.woff") format("woff");
  font-weight: normal;
}
*/
h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}
/*
.fl-page button:visited, .fl-responsive-preview-content button:visited, .fl-button-lightbox-content button:visited, .fl-page input[type=button], .fl-responsive-preview-content input[type=button], .fl-button-lightbox-content input[type=button], .fl-page input[type=submit], .fl-responsive-preview-content input[type=submit], .fl-button-lightbox-content input[type=submit], .fl-page a.fl-button, .fl-responsive-preview-content a.fl-button, .fl-button-lightbox-content a.fl-button, .fl-page a.fl-button:visited, .fl-responsive-preview-content a.fl-button:visited, .fl-button-lightbox-content a.fl-button:visited, .fl-page a.button, .fl-responsive-preview-content a.button, .fl-button-lightbox-content a.button, .fl-page a.button:visited, .fl-responsive-preview-content a.button:visited, .fl-button-lightbox-content a.button:visited, .fl-page button.button, .fl-responsive-preview-content button.button, .fl-button-lightbox-content button.button, .fl-page button.button:visited, .fl-responsive-preview-content button.button:visited, .fl-button-lightbox-content button.button:visited, .fl-page .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle, .fl-responsive-preview-content .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle, .fl-button-lightbox-content .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle, .fl-page .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle:visited, .fl-responsive-preview-content .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle:visited, .fl-button-lightbox-content .fl-page-nav-toggle-button .fl-page-nav .navbar-toggle:visited{
	letter-spacing: 1px;
}

img{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

*/

/*TOP BAR-----------------------------------------------------------*/

/*HEADER------------------------------------------------------------*/

.nav-button >a {
    background:#CD413C;
	color: #FFFFFF !important;
	padding: 12px 24px !important;
	margin-left: 10px;
	border-radius: 80px;
}
.menu > li.nav-button > a:hover {
    background: #B1322D !important;
	color: #FFFFFF !important;
}


/*NAVIGATION--------------------------------------------------------*/
.pp-advanced-menu .pp-menu-overlay {
    background-color: rgba(6, 63, 110, .92) !important;
}
/*MAIN CONTENT------------------------------------------------------*/
/*Home page*/

/*BLOG-----------------------------------------------------------*/
blockquote {
    border-left: 2px solid #000000;
}
/*SIDEBAR-----------------------------------------------------------*/
/*
.fl-widget h4 {
	color: #1E1759;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}
.fl-widget a {
	color: #050410;
}
.fl-widget a:hover {
	color: #38703C;
}
*/
/*FOOTER------------------------------------------------------------*/
.footer-widgets {
  position: relative !important;
  z-index: 1 !important; /* Keeps text and links clickable */
}

.footer-widgets::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: #0D3F7A !important; /* 👈 Set your actual background color here */
  z-index: -1 !important;
  display: block;
}

.footer-widgets a{
	color: #ffffff;
}
.footer-widgets a:hover{
	text-decoration: underline;
}
.copyright{
	color: #ffffff;
	font-size: 13px;
}
.copyright a{
	color: #ffffff;
}
.copyright a:hover{
	text-decoration: underline;
}

/*MOBILE------------------------------------------------------------*/
/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}

@media all and (min-width: 992px){
.fl-page-nav-right .fl-page-header-wrap {border-bottom: 0px solid rgba(0,0,0,0.13);}
	}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 998px) {

}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {

}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 
}
