/* Styles for hiding title and adding title within intro text for non-mobile screens. This makes h2 title level within image. This applies only to menus with class of 'hidden-title' i.e. only Archives 2024-5 and Films */

div.blog .page-header {display: block;}
div.blog .page-header h2XX {text-align: center;}
div.blog .item-intro h2 {display:none}
figure figcaption {display: none;}


@media only screen and (min-width: 567px) {
body.hidden-title div.blog .page-header {display: none;}
body.hidden-title div.blog .item-intro h2 {display:block;}
figure figcaption {display:block;}
  }
/* end styles for hiding title and adding title within intro text */




.items-row .item .item-content .page-header {
	margin-top: .5rem;
}

.col-lg-12xx{
  border-bottom: 1px solid #e0e0e0; 
  border-bottom: none;
}


.item-146 .col-lg-12xx {
	border-bottom: none; 
}


/* Typography */

h1,h2,h3 {text-transform: uppercase;}

.border-bottom {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: #ffffff !important;
}

.page-header h2, .page-header .h2, .categories-list h2, .categories-list .h2 {
	Font-size: var(--h3-font-size);
}
.items-row .item .item-content h2, .items-row .item .item-content .h2 {
		Font-size: var(--h3-font-size);
}
@media only screen and (min-width: 567px) {
.page-header h2, .page-header .h2, .categories-list h2, .categories-list .h2 {
	Font-size: var(--h1-font-size);
} 
.items-row .item .item-content h2, .items-row .item .item-content .h2 {
	Font-size: var(--h1-font-size);
}}

.module-title {
  Font-size: var(--h1-font-size);
}

/* end typography */

/* Remove background colour from header, reduce white space,
 hide border bottom */
.border-bottom {
    border-bottom-style: none;
}

#t4-header {
    background-color: #ffffff;
    border-bottom: none;
}

#t4-header.header-block .py-3 {
padding-top: 1rem  !important;
 padding-bottom: 1rem ; 
}


@media only screen and (min-width: 567px) {
    .header-block .py-3 {
        padding-top: 2rem !important;
        padding-bottom: 0rem !important;
    }
}

#t4-banner{margin-bottom: 1rem}
@media (min-width: 576px) {#t4-banner{margin-bottom: 0rem}
}

/* end of white space, border, etc */

/* Branding text */
.navbar-brand.logo-text .site-name {
	display: inline-block;
	margin-bottom: .5rem;
	letter-spacing: 2px;
	line-heightx: 1;
    text-transform: uppercase;
    color: #626262;
    font-size: 16px ;
  font-familyx: Josefin Sans !important;
  font-family: "Montserrat" !important;
  font-weight:400;  
}


@media only screen and (min-width: 576px) {
  .navbar-brand.logo-text .site-name {
    font-size: 20px ;
    margin-bottom : 0rem; /* makes name same baseline as menu */
}
}

/* end branding text */

/* Fix header so page scrolls behind */
.t4-section-inner.container .header-block, .t4-masthead .t4-section-inner.t4-masthead-detail .header-block {
	padding: 10px 0px;
	position: fixed;
    top: 0px;
    z-index:99;
    background-color: white;
}

.t4-section .header-block 
{position: fixed; top: 0px; z-index: 99;
background-color: white;
   padding-top: 20px;
}

.t4-section .header-block-3
{
   padding-top: 0px;
}

.t4-banner-slider {position: fixed; top: 50px; z-index: 5;}

@media only screen and (min-width: 576px) {
.t4-banner-slider { top: 110px; }
}

.t4-main-body, #t4-main-body {
    z-index: 6; 
}

/* end fix header block */


/* off-canvas menu */

.t4-offcanvas .t4-off-canvas-body .navbar .nav-item {
	border-bottom: none; 
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .separator {
	padding: .25rem 0;
}


.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item, .t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-link {
	padding: .25rem 0;
}

.t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .navbar-nav .nav-item .dropdown-menu .nav-item {
	border-bottom: none;
}

.t4-offcanvas .t4-off-canvas-header {
	background-color: #ffffff;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: .75rem 1.5rem;
	font-size: 20px;
}

/* this is the small arrow off canvas */
.t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .navbar-nav .btn-toggle {
	color: #626262;
	margin-top: 0px;
  }
/* this is the menu button on mobiles */
.t4-offcanvas-toggle {
	margin-bottom: 12px;
}

/* end off-canvas menu */


/* Main Menu and Megamenu */

/* Border bottom under menu links and link color */

.t4-megamenu .navbar-nav>li.visited>a .menu-item-title,
.t4-megamenu .navbar-nav>li.hover>a .menu-item-title,
.t4-megamenu .navbar-nav>li.active>a .menu-item-title {
    border-bottom: 1px solid #626262;
}

.t4-megamenu .dropdown-menu li > a, .t4-megamenu .dropdown-menu li > .nav-link, .t4-megamenu .dropdown-menu li .dropdown-item {
	padding: .3rem 0;
	font-size: 0.8rem !important;
    text-transform: uppercase;
}

.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
	letter-spacing: 1px !important;
    text-transform: uppercase; 
}

/* End of Megamenu */



/* Hyperlinks */
.article-body a, .article-body a:link, .article-body a:hover, .article-body a:focus, a:active, .footer a {
    border-bottom: 1px dotted #626262;
}
 .article-body a:hover, .article-body a:active {
	border-bottom: 1px solid #333;
}
/* End of hyperlinks */

/* images and captions + portfolio */
/* NB images with captions are in'figure' and the figure floats right, not the image within the figure. */


figure {margin: 0rem; float: right;}

figure imgxx {width:800px; }

img.bfs-logo {
  float:right;
  width: 120px ;
  padding: 0px 0px 10px 10px;
}

 figure.pull-image, .item-content figure, .item-page figure {
  float: none;
  width: 100%;
  padding: 10px 0px 10px 0px;
} 

@media (min-width: 576px) {  .pull-right, .item figure, .item-content figure, .item-page figure, .item-page img{
  float:right;
  width: 50%;
  padding: 0px 0px 10px 20px;
} 
                           
  img.bfs-logo {
  width: 200px;
  padding: 0px 0px 30px 30px;
}                 
  }


@media (min-width: 576px) { .item-content figure img, .item-page figure img {
  float:none;
  padding: 3px;
  padding: 0px;
  border: 1px solid #e0e0e0;
  border: none;
  width: 100%;
} }

body.item-146 .item-content figure img, body.item-104 .item-page figure img {
  
} 


figure figcaption {
	background-color: #fff;
	color: #626262;
	font-size: 1.2rem;
	letter-spacing: 1px;
	padding: 0.5rem .3rem;
	text-transform: capitalize;
	text-align: center;
	text-shadow: none;
}






/* End img and captions */


/* SUNDRIES */

b, strong {font-weight: bold !important;}
i.item-caret{display:none !important;}

.btn.btn-primary {
	background-color: #ffffff;
	border-color: #626262;
    color: #626262;
}

hr {
    width: 100%;
    clear: both;
    visibility: hidden;
}

hr.styled-hr {
    background-color: #666;
    border: 0pt none;
    color: rgba(0, 0, 0, 0.13);
    height: 1px;
    margin: 30px auto;
    text-align: center;
    visibility: visible;
}

.module-title, .module-title span {border: none; letter-spacing: 2px;}

.top-away #back-to-top {
	display: none;
}

/* End of Sundries */



/* Footer */
.t4-footer {
    background-color: white;
    border-topXX: 1px solid #626262;
    font-size: .875rem;    
}

.t4-footer p {margin: 0px !important}

.t4-footer .container, .t4-footer .t4-masthead .t4-masthead-detail, .t4-masthead .t4-footer .t4-masthead-detail {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

/* End of footer */


