/* @override 
	http://webdev2:8888/burnley_social/wp-content/themes/burnleySocial/style.css?*
*/
/*
Theme Name:burnleySocial
Theme URI:
Description: 
Version: 1.0
Author: Paul Barlow
Author URI: http://creative-council.net
Tags: 
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;800;900&display=swap');


body{
	background-color: #fff;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 200;
	color: rgb(68, 84, 87);
}
.hidden {
	display: none;
}
.maxWidth{
	max-width: 1280px;
	margin: 0px auto;
}
.grey {
	background-color: whitesmoke;
}
.orange {
	background-color: #d95a41;
}
.white {
	background-color: #fff;
}
.single {
	padding: 30px 30px;
}
.contentWrapper {
	padding-top: 15px;
}
.green {
	background-color: #15af97;
}
img{
  max-width: 100%;
  height: auto;
}
button {
	border: none;
}
.alignleft, .alignright{
	max-width: 400px;
}
.headerImg{
	background-color: #fff;
	background-size: cover;
	max-height: 485px;
	overflow: hidden;
	position: relative;
}
#metaHeadHolder{
	width: 100%;
	position: absolute;
	left: 0px; top: 0px;
}
.logoHolder a{
	display: inline-block;
	text-align: right;
	position: relative;
}
.logoHolder a img{
	max-height: 460px;
	margin: 0px auto;
	display: inline-block;
	background-color: rgba(68, 84, 87, .75);
	opacity: 1;
	padding: 20px;
}
.content{
	padding: 23px 30px 23px 30px;
}
.postPagination {
	font-size: 23px;
	padding-bottom: 30px;
}

.rightCol{
	padding: 23px 21px 23px 0px;
}
.rightCol .featureImage{
	margin-bottom: 30px;
}
.featureAsana{
	background-color: rgb(232, 235, 232);	
	padding: 20px;
}
.more{
	background: url(https://burnley.social/wp-content/themes/burnleySocial/img/more.png) center top no-repeat;
	background-size: auto 100%;
	height: 24px;
	cursor: pointer;
}
.widgetsOne{
	padding: 20px;
}
.widgetsOne li{
	list-style-type: none;
}
.widgetsOne li li{
	list-style-type: disc;
}
.widgettitle{
	font-size: 18px;
}
.footer{
	padding-top: 180px;
	padding-bottom: 180px;
	text-align: center;
}

.footer .row{
	padding-left: 13px;
}
.preHead {
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 1px solid #d9d8d8;
}
.headerSocials a {
	display: inline-block;
	max-width: 20px;
	margin-left: 10px;
}



.search {
	display: inline-block;
}

.search .screen-reader-text {
	display: none;
}


input#s {
	width: 80px;
}
.search  #searchsubmit {
    position:relative;top: 6px;
    width:20px;
    height:20px;
	padding: 20px 0px 0px 0px;
    background: url("https://burnley.social/wp-content/themes/burnleySocial/img/magGlass_30px.png") center center no-repeat; 
	background-size: 100%;
    border: none; 
	margin-right: 0px;
}
 
.search  #searchsubmit:hover {
    background: url("https://burnley.social/wp-content/themes/burnleySocial/img/magGlassOver_30px.png") top left no-repeat;  
	background-size: 100%;
    border: none; 
	cursor: pointer;
}







/* @group SOCIAL GRID */
.grid-sizer img {
	width: 100%!important;
	height: auto;

}
.socialGridImage, .embed-container{
	margin-bottom: 30px;
}
.grid-item-content{
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 15px;
	font-size: 16px;
	color: #777;
	background-color: #fff;
}




/* @end */


.date {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
}


.videoWrapper {
  position: relative;
  padding-bottom: 31%;
  height: 0;
  width: 100%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}




/* @group TYPE */

h1, h2, h3, h4, blockquote{
	font-weight: 800;
	color: #333;
}
h1{
	font-size: 38px;
}
.orange h1 {
	color: #fff;
	text-align: center;
	font-size: 38px;
	position: relative;top: 5px;
	padding: 15px 15px;
}
h2 {
	font-size: 40px;
	font-weight: 900;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 22px;
}
blockquote{
	/*background-color: #4d91cd;
	color: #fff;*/
	border-left: 10px solid #4d91cd;
	padding: 0px 30px;
	font-weight: normal;
	font-style: normal;
}
blockquote em{
	display: block;
	font-weight: normal;
	font-style: normal;
}
blockquote p{
	margin-bottom: 0px;
}
article{
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 30px;
	color: #888;
}
article cite {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}
.grid-item-content h2 a, .readMore {
	-webkit-transition: color 1s; /* For Safari 3.0 to 6.0 */
	 transition: color 1s; /* For modern browsers */
}        
.grid-item-content h2 a{
	display: block;
	color: #000;
	font-size: 20px;
	line-height: 26px;
	font-weight: 800;
}
.grid-item-content h2 a:hover {
	color: #15af97;
	text-decoration: none;
}
.firstPost .grid-item-content h2 a{
	font-size: 37px;
	line-height: 45px;
}
a, .rightCol a{
	color: #15af97;
	font-weight: 800;
}
.bigStatement {
	font-size: 64px;
	line-height: 64px;
	margin-bottom: 20px;
	font-weight: 900;
	text-align: center;
}
.green .bigStatement {
	color: #fff;
}
/* @end */

/* @group MAIN MENU */
.headerMenu {
		display: flex;
		gap: 20px;
		justify-content: space-between;
	}

.mainMenu ul{
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.mainMenu li{
	list-style-type: none;
}
.menu-main-container li a{
	font-size: 20px;
	text-align: center;
	display: block;
}
.socialLinks{
		display: flex;
		gap: 10px
	}
	.socialLinks a {
		width: 30px;
		height:  auto;
	}
.current_page_ancestor a, .current_page_item a {
	color: #4d91cd;
}
.socials {
	display: flex;
	justify-content: center;
	gap: 20px
}
.socials a {
	width: 70px;
}
.socials a img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(349deg) brightness(106%) contrast(102%);
}
/* @end */
.widgets {
	margin-top: 30px;
}
.widgets li:not(.widgets li li) {
	list-style-type: none;
	margin: 15px;
	margin-left: 20%;
}
.widgets li li {
	list-style-type: disc;
	margin: 0px;padding: 0px;
}
.widgets ul{
	padding-left: 0px;
}
.widgets li a {
	margin: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	display: block;
	border-bottom: 1px solid whitesmoke;
	font-weight: 400;
	color: #000;
}


td{
	padding: 4px;
	border-bottom: 1px dotted #333;
	border-right: 1px solid #333;
}
td:last-of-type{
	border-right: none;
}
tr:nth-child(even){
	background: rgb(232, 235, 232);
}

.ff-stream {
		background-color: #fff!important;
	}

@media (min-width: 960px) {
	.headerMenu {
		display: flex;
		gap: 20px;
		justify-content: space-between;
	}
	.mainMenu ul{
		display: flex;
		gap: 20px;
	}
	#menuShow {
		display: none;
	}
	.ff-stream {
		margin: 0px -90px;
	}
	article .wp-block-gallery.alignwide, article .wp-block-image.alignwide{
 	   margin-left  : -116px!important;
 	   margin-right : -114px!important;
 	   width: 1000px!important;
 		}
 	article .alignfull{
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
 	}
 	article .wp-block-gallery.alignfull, article .wp-block-image.alignfull{
 	   margin-left  : calc( -100vw / 2 + 100% / 2 )!important;
 	   margin-right : calc( -100vw / 2 + 100% / 2 )!important;
 	   width: 100vw!important;
 		}
 	.alignfull figcaption {
		padding: 0px 15px;
	}
}
@media (max-width: 960px) {
.header{
	margin-top: 6px;
}nth-child(even)
#metaHeadHolder{
top: 0px;
}
.headerImg{
	max-height: 200px;
	overflow: hidden;
}
.logoHolder img{
	max-height: 200px!important;
}
#menuShow{
	display: inline;
	position: relative;
	top: 0px; left: 0px;
	width: 30px;height: 30px;
	cursor: pointer;
	z-index: 201;
	background: url(https://burnley.social/wp-content/themes/burnleySocial/img/menuShowButt.png) center center no-repeat #15af97;
	background-size: 80%;
}
#menuShow:hover{
}
#menuShow.close{
	background: url(https://burnley.social/wp-content/themes/burnleySocial/img/menuShowButtClose.png) center center no-repeat #15af97;
	background-size: 80%;
	opacity: 1;
}
.mainMenu {
	
}
.mainMenu  ul{
	height: auto;
	padding-top: 60px;
	position: absolute;
	left: -15px;
	z-index: 100;
	background-color: rgba(255, 255, 255, .95);
	width: 100dvw;
	height: 100dvh;
	display: none;
}
.mainMenu li a{
	padding: 30px;
}
.content{
	padding: 30px;
}
article {
	font-size: 20px;
}
.firstPost .grid-item-content h2 a{
	font-size: 27px;
	line-height: 35px;
}
article {
	font-size: 15px;
}
.orange h1 {
	font-size: 25px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 18px;
}
.featureAsana{
	padding: 30px;
}
.rightCol{
	padding: 30px;
}
.footer{
	text-align: center;
	min-height: 100dvh;
	display: flex;
	align-items: center;
}
.socials a{
	max-width: 30px;
}
}

@media (max-width:576px) {
	.logoHolder a img{
		max-height: 200px;
	}
}
@media (min-width:576px){
	#metaHeadHolder{
		   top: 50%;
		  transform: translateY(-50%);
	}
}


/* @group BLOCK COLOURS */

.has-yoga-gold-background-color, .has-yoga-gray-background-color, .has-black-background-color, .has-white-background-color{
	background-color: rgb(190, 156, 42);
	color: #ffffff!important;
	font-size: 36px;
	line-height: 44px;
	font-weight: 900;
	border-radius: 6px;
}
.has-yoga-gray-background-color{
	background-color:  rgb(68, 84, 87)!important;
}
.has-black-background-color{
	background-color: #000;
}
.has-white-background-color {
	background-color: #fff;
	color: rgb(190, 156, 42)!important;
	border: 1px solid rgb(190, 156, 42);
	
}
.has-yoga-gold-background-color a {
	color: #fff;
}

/* @end */