/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('HelveticaNeueLTStd-Md.woff2') format('woff2'),
        url('HelveticaNeueLTStd-Md.woff') format('woff');
	font-weight:normal;
    font-style: normal;
    font-display: swap;
}

/* Content */

body {
	font-family:'Helvetica Neue LT Std',Helvetica, Arial, sans-serif;
	font-size:18px;
	line-height:22px;
	color:#111111;
	font-weight:normal;
}

a,
a.nav-link,
.page-item a.page-link,
.site-main > .entry-title {
	font-family:'Helvetica Neue LT Std', Helvetica, Arial, sans-serif !important;
	font-size:18px !important;
	line-height:22px !important;
	font-weight:normal;
	color:#111111;
	font-weight:normal !important;
	text-decoration:none !important;
	border:0 !important;
	padding:0 !important;
	box-shadow: none !important;
}

a:hover,
a:focus,
.page-item a.page-link:hover,
.page-item a.page-link:focus,
a.nav-link:hover {
	color:#111111;
	background-color:transparent !important;
	border:0 !important;
	box-shadow: none !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 0;
  /*font-weight: normal !important;*/
}

::selection {
    background: #111111 !important;
    color: #f5f5f5 !important;
    text-shadow: none;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  padding: 0;
  --bs-gutter-x: 0;
}

.row {  
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin: 0;
}

#content .row.posts {  
  padding-right: 0.3rem;
}

#content .row .post {  
  padding-left: 0.3rem;
  padding-bottom: 0.3rem;
}

#content .row .post a:hover {  
    display:block;
	height:100%;	
}

#content .row .post a:hover {  
    /*cursor: url('cursor.png'), auto;*/
}

#content .row .post .row {  
  position:relative;
}

#content .row .post .row a.text-body {  
	position:absolute;
	display: block;
	top: 0.3rem;
	left: 0.3rem;
	mix-blend-mode:difference;
	color: #fefefe !important;
	opacity:0;
	transition: all 0.2s ease;
}

#content .row .post .row a.text-body h2 {  
	font-size:18px;
	line-height:22px;
}

#content .row .post .row:hover a.text-body {  
  opacity:1;
}

	@media screen and (max-width: 992px) {
		#content .row .post .row a.text-body {  
		  opacity:1;
		}
	}

	@media screen and (min-width: 1681px) {
		body,
		a,
		a.nav-link,
		.page-item a.page-link,
		.site-main > .entry-title,
		#content .row .post .row a.text-body h2 {
			font-size:1.1vmax !important;
			line-height:1.15 !important;
		}
	}

/* Loader */

#loader-container a {     
	-webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}
#loader-container { 
	position:fixed; width:100vw; height: 100vh; margin:0; z-index:100000000; background:#ffffff; filter:alpha(opacity=100); opacity:1; transition: opacity 0.5s ease-out; top:0; left:0; will-change:opacity;
}

#loader  {
	display: block;
	width:100%;
}

#loader .loader_BH { 
	display:block;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align:center;
	font-size:18px;
	line-height:22px;
 }	

#loader .loader_BH img,
#loader .loader_BH svg { 
	width:65px;
 }

	@media screen and (max-width: 768px) {
		#loader .loader_BH { 
		}
	}

/* HEADER */

#nav-main  {  
  padding: 0.42rem 0.6rem 0.3rem 0.6rem;
  background-color:#ffffff;
}

a.sitename,
.menu.end {
  width: 50%;
}

.navbar-nav {
  width: 100%;
}
 
.navbar-nav .nav-item {
  width: 25%;
  text-align:right;
  display: inline-block;
}

.navbar-nav .nav-item:first-child {
  text-align:right;
}

.navbar-nav .nav-item:nth-child(2) {
  text-align:left;
}


.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: row-reverse;
}

@media (max-width: 992px) { 

	#nav-main  {  
	  padding: 0.3rem;
	}
	.navbar-nav {
	  /*display:block;*/
	}

	a.sitename {
	  width: 33.3%;
	}

	.menu.end {
	  width: 66.6%;
	  text-align: right;
	}	
	.navbar-nav .nav-item,
	.navbar-nav .nav-item:first-child,
	.navbar-nav .nav-item:nth-child(2) {
	  width: 48.9%;
	  text-align:right;
	}
}

@media (max-width: 350px) { 

	a.sitename {
	  width: auto;
	}

	.menu.end {
	  width: auto;
	}	
	.navbar-nav .nav-item {
	  padding-left:0.6rem;
	  width: auto;
	}
}

@media (max-width: 310px) { 
	.navbar-nav .nav-item:first-child {
	  display:none;
	}
}


/* FOOTER */

.bg-body-tertiary.bootscore-footer-columns {
  background-color: transparent !important;
  margin-top:6rem;
}

.bootscore-footer-columns {
	padding:0.6rem 0.6rem 0.6rem 0.6rem; 
}

.col-md-6 .copyrights {align-self: flex-end; }

.footer_widget.mb-3, 
div.col-6:nth-child(3) > div:nth-child(1) > p:nth-child(1),
div.col-6:nth-child(4) > div:nth-child(1) > p:nth-child(1) {
	margin-bottom:0!important;
}

.footer-1 .widget.footer_widget,
.footer-2 .widget.footer_widget {
	padding:0 1.2rem 1.2rem 0;
}

.footer-3 .widget.footer_widget,
.footer-4 .widget.footer_widget {
	padding:0 1.2rem 0 0;
}

.footer-4 .row div.col-md-2 {
	padding-bottom:0.5rem;
}


.widget.footer_widget p {
	margin-bottom:0;
}

img.footer_logo {
	width:45px;
}

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

		.bg-body-tertiary.bootscore-footer-columns {
		  margin-top:0;
		}

		body:not(.home) .bg-body-tertiary.bootscore-footer-columns {
		  margin-top:3rem;
		}

		.footer-1 .widget.footer_widget,
		.footer-2 .widget.footer_widget,
		.footer-3 .widget.footer_widget,
		.footer-4 .widget.footer_widget {
			padding:0 0.6rem 2.2rem 0;
		}
		body.single .footer-1,
		body.single .footer-2 {
			display:none;
		}
	}

	@media screen and (max-width: 768px) {
		.bootscore-footer-columns .col-6 {
			padding-left: 0; 
			padding-right: 0.6rem; 
		}
		.bootscore-footer-columns .col-md-6 {
			padding-left: 0; 
		}

		.bg-body-tertiary > .container-fluid > .row {
			flex-direction: column-reverse;
		}

		img.footer_logo {
			width:45px;
		}

	}


/* SINGLE */

.single.container-fluid {
	padding:0 0.3rem;
}

.rounded.wp-post-image {
	border-radius: 0px !important;
}

.site-main {
   position: relative;
}


.site-main > .entry-title {
	display:block;
	/*position:absolute;
	top:0.6rem;
	left:0.6rem;*/
	position: fixed;
 	top: 2.4rem;
  	left: 0.7rem;
    color: #fefefe !important;
    mix-blend-mode:difference;
}

.entry-content img {
	width:100%;
}


.entry-content .row.duo .col-md-6:first-child {
	padding-right:0.15rem;
}
.entry-content .row.duo .col-md-6:last-child {
	padding-left:0.15rem;
}

.entry-content .row.duo img,
.entry-content .row.solo img {
	padding-bottom:0.3rem;
}

body.single .row.infos  {
	padding:0.6rem 0.3rem 0.9rem 0.3rem;
}

	@media screen and (max-width: 768px) {
		body.page .row.infos .col-sm-12:nth-child(1),
		body.single .row.infos .col-sm-12:nth-child(1) {
			padding-bottom:0.9rem;
		}
	}



.bg-primary-subtle {
  background-color: transparent !important;
  color:#111111 !important;
}

.bg-primary-subtle a{
  color:#111111 !important;
}

.col_tags {
	padding-top:6rem;
}

.col_tags a {margin-right:-4px;}

a.badge {
	pointer-events: none;
}

	@media screen and (max-width: 768px) {
		.row.infos .col_tags:first-child {
			padding-top:4rem;
			padding-bottom: 0 !important;
		}

		.row.infos .col_tags:last-child {
			padding-top:0;
		}
	}

/* Post navigation */
ul.pagination {
	justify-content: space-between !important;
	padding:0.6rem 0.3rem 6rem 0.3rem;
	margin-bottom: 0;
}

ul.pagination.justify-content-center > li.page-item:first-child > a.page-link::before {
	content:"";
	display:inline-block;
	width:16px;
	height:16px;
	margin-right: 6px;
	background-image:url('arrow.png');
	background-size:contain;
	background-repeat:no-repeat;
	transform: rotate(-0.25turn);
	vertical-align: middle;
}


ul.pagination.justify-content-center > li.page-item:last-child > a.page-link::after {
	content:"";
	display:inline-block;
	width:16px;
	height:16px;
	margin-left: 6px;
	background-image:url('arrow.png');
	background-size:contain;
	background-repeat:no-repeat;
	transform: rotate(0.25turn);
	vertical-align: middle;
}

a.totop::after {
	content:"";
	display:inline-block;
	width:16px;
	height:16px;
	margin-left: 6px;
	background-image:url('arrow.png');
	background-size:contain;
	background-repeat:no-repeat;
	vertical-align: middle;
}

	@media screen and (max-width: 768px) {
		.totop {
			margin-bottom:2.7rem;
			display:block;
		}
		body.single .totop {
			display:none;
		}
		ul.pagination {
			padding:0.9rem 0.3rem 0 0.3rem;
		}
	}


/* PAGE INFORMATIONS */

.page.container-fluid {
	padding:1.8rem 0.6rem 0 0.6rem;
}

.row.infos .col-md-6 {
	padding-right:2.6rem;
}

body.page-template-default .totop {
	display:none;
}

body.page-template-default {
	max-height:100vh;
}

	@media screen and (max-width: 768px) {
		body.page-template-default {
			max-height:100%;
		}

		.row.infos .col-md-6 {
			padding-right:0.6rem;
		}
	}

video {
  pointer-events: none;
}

video::-webkit-media-controls-start-playback-button {
    display: none;
}