/*
Theme Name: SFHOF
Theme URI: https://stirlinghalloffame.co.uk
Description: WordPress Theme
Author: Total Brand
Author URI: https://www.totalbrand.co
Version: 2026.08
*/

/***********************************************************************************************/
/* BASE STYLES */
/***********************************************************************************************/

body {
	background: #f5d8b9;
	background-image: url("images/bg-texture.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #333;
	font-size: 16px;
	font-weight:400;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

@media only screen and (min-width: 992px) {

body {
	background-attachment: fixed;
}

}

img {
	max-width:100%;
	height:auto
}

hr,
.e-divider-base {
	border:0;
	margin: 1.35em auto !important;
	max-width: 100%;
	background-position: 50%;
	box-sizing: border-box;
	text-align: center;
}

hr.bookends {
  position: relative;
  border-width: 5px;
  border-color: hsl(0, 0%, 5%) transparent;
  height: 11px;
  border-style: double;
  width: 70%;
	max-width:500px;
}
hr.bookends:before,
hr.bookends:after {
  position: absolute;
  bottom: -3.536px;
  width: 7.071px;
  height: 7.071px;
  display: block;
  border-width: 0 7.071px 7.071px 0;
  border-color: hsl(0, 0%, 10%);
  border-style: double;
  box-sizing: border-box;
}
hr.bookends:before {
  transform: translateZ(0) rotate(-45deg);
  left: -21px;
}
hr.bookends:after {
  transform: translateZ(0) rotate(135deg);
  right: -21px;
}

td {
	border:1px solid #DDD;
	vertical-align:middle;
}

td p {
	font-size:90%;
	margin-bottom:0;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
}

/* LINKS */

a:link,
a:visited,
a:active {
	color: #006699;
	text-decoration:none;
}

a:hover {
	color: #2b6789;
	text-decoration:none;
}

a:hover img { opacity:0.8; }

/* TEXT */

h1, .h1,
h2, .h2,
h3, .h3,
h4,
h5,
h6,
p {
	color:#333;
	font-family: "Roboto Serif", Times, "Times New Roman", "serif";
	font-weight: 400;
	line-height: 1.6em;
	margin: 0 0 18px 0;
	padding: 0;
}

h1, .h1 {
	color:#1d4962;
	font-size: 2.75em;
	font-weight: 500;
	line-height: 1.2em;
}

h2, .h2 {
	color:#1d4962;
	font-size: 2em;
	font-weight: 500;
	line-height: 1.4em;
}

h3, .h3 {
	color:#1d4962;
	font-size: 1.5em;
	font-weight: 500;
}

h4, .h4 {
	color:#1d4962;
	font-size: 1.3em;
	font-weight: 500;
}

h5, .h5 {
	color:#1d4962;
	font-size: 1.2em;
	font-weight: 500;
}

h6 {
	font-size: 1.1em;
}

strong {
	font-weight:700;
}

em {
	color:#000;
}

/***********************************************************************************************/
/* CUSTOM STYLES */
/***********************************************************************************************/

.alignleft {
	clear:both;
	display:block;
	margin-bottom:30px;
}

.aligncenter {
	display:block;
	margin-right:auto;
	margin-left:auto;
}

.alignright {
	clear:both;
	display:block;
	margin-bottom:30px;
}

@media only screen and (min-width: 768px) {
	
.alignleft {
	float: left;
	margin-right:30px;
	margin-bottom:30px;
}

.alignright {
	float: right;
	margin-bottom:30px;
	margin-left:30px;
}

.collapse {
	margin-top:0;
}

}

/***********************************************************************************************/
/* BACKGROUNDS */
/***********************************************************************************************/

.bg-grey {
	background-color:#EEE;
}

.bg-light {
	background-color:#fbddbe !important;
}

.bg-white {
	background-color:#FFF;
}

/***********************************************************************************************/
/* BUTTONS */
/***********************************************************************************************/

button:focus,
.btn:focus {
    outline: none !important;
}

.btn-primary {
	background-color:#ff6666;
	border:none;
	color:#FFF !important;
}

.btn-primary:hover,
.btn-active:active {
	background-color:#bf4d4d !important;
}

/***********************************************************************************************/
/* CAROUSEL */
/***********************************************************************************************/

/* Caption hidden for mobile */
.carousel-caption {
  	/*display:none;*/
}

.carousel-item {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {

.carousel-item {
}

}

@media only screen and (min-width: 992px) {

.carousel-item {
}

}

@media only screen and (min-width: 1200px) {

.carousel-item {
}

}

@media only screen and (min-width: 1300px) {

.carousel-item {
}

}

@media only screen and (min-width: 1400px) {

.carousel-item {
}

}

@media only screen and (min-width: 1600px) {

.carousel-item {
}

}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height:30px;
    width:30px;
    background-color: transparent;
    background-size: 50%;
    border-radius: 50%;
    margin:0;
    padding:0;
}

.carousel-control-prev-icon {
    background-image:url("images/icon-arrow-left.svg");
    background-size: 30px 30px;
}

.carousel-control-next-icon {
    background-image:url("images/icon-arrow-right.svg");
    background-size: 30px 30px;
}

/***********************************************************************************************/
/* CAROUSEL MULTIPLE ITEMS */
/***********************************************************************************************/

/*div.carousel-nav-icon > svg {
   height: 48px;
   width: 48px;
}*/

@media (max-width: 767px) {
    
#multicarousel .carousel-inner .carousel-item > div {
    display: none;
}
    
#multicarousel .carousel-inner .carousel-item > div:first-child {
    display: block;
}

}

#multicarousel .carousel-inner .carousel-item.active,
#multicarousel .carousel-inner .carousel-item-next,
#multicarousel .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    
#multicarousel .carousel-inner .carousel-item-end.active,
#multicarousel .carousel-inner .carousel-item-next {
    transform: translateX(50%);
}

#multicarousel .carousel-inner .carousel-item-start.active,
#multicarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
}
    
}

/* large and up screens */
@media (min-width: 992px) {
    
#multicarousel .carousel-inner .carousel-item-end.active,
#multicarousel .carousel-inner .carousel-item-next {
    transform: translateX(33%);
}

#multicarousel .carousel-inner .carousel-item-start.active,
#multicarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
}

}

#multicarousel .carousel-inner .carousel-item-end,
#multicarousel .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.carousel-control-prev,
.carousel-control-next {
    width:8%;
}

/***********************************************************************************************/

.clear {
	clear: both;
}

.collapse {
	/*margin-top:40px;*/
}

.max-500,
.max-600,
.max-700,
.max-800,
.max-900 {
    margin:auto;
}

.max-500 {
    max-width:500px;
}

.max-600 {
    max-width:600px;
}

.max-700 {
    max-width:700px;
}

.max-800 {
    max-width:800px;
}

.max-900 {
    max-width:900px;
}


/***********************************************************************************************/
/* NAVIGATION */
/***********************************************************************************************/

.navbar-toggler {
	position:relative;
	margin:auto;
}

.navbar {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-weight:700;
	letter-spacing:1px;
	margin-bottom:0;
}

.navbar li {
	margin:0;
}

.nav-link {
}

.dropdown-toggle:focus {
	outline-color: none;
	outline-style: none;
	outline-width: 0;
}

/***********************************************************************************************/

.required {
	position:absolute;
	right:30px;
}

.rounded {
    border-radius: 8px 8px 8px 8px !important;
    overflow: hidden;
}

.thumb {
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	padding-bottom:60%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	width:100%;
}

.thumb-small {
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	margin-bottom:20px;
	padding-bottom:70%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	width:95%;
}

.thumb:hover,
.thumb-small:hover {
	background-size:120%;
	transition: 2s 
}

.vert-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p {
	color:#FFF;
}

.white a:link,
.white a:active,
.white a:visited {
	color:#CCC;
}

.white a:hover {
	color:#FFF;
}

.wow {
    visibility: hidden;
}

@media only screen and (min-width: 767px) {

}

@media only screen and (min-width: 1200px) {

}

/***********************************************************************************************/
/* BACK TO TOP */
/***********************************************************************************************/

.go-top {
	background-color: #888;
	border-radius:8px 8px 0 0;
	bottom:0;
	color: white;
	display: none;
	font-size: 12px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left:1em;
	position: fixed;
	right: 2em;
	text-decoration: none;
}

.go-top:hover {
	background-color: #666;
}
