/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Rob Smelik
 Author URI:   https://robsmelik.com/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Bricks Override Styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */


body.brx-body {
    padding-top: 0px;
    min-height: 100vh;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */






/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– 
    Block 1 - Main Banner
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Container
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */


section.tb-main-banner-section {
	height: 100vh;	
}

#tb-block-main-banner,
#tb-block-main-banner.outer-container {
	z-index: 1002 !important;	
	height: calc(100vh + 60px);
	min-height: 100%;
	background: #444;
	
	position: absolute;
	top: -60px;
}

#tb-block-main-banner.outer-container {
	position: relative;
	background: #444;
	background-color: #444;
	padding: 0px 0px;
	display: block;
	background-size: cover;

	background-position-y: top 10px;
	background-position-x: right
	margin-top: 0px;	
	

 }

  /* Chrome, Safari, Opera */
  @-webkit-keyframes myfirst {
    from {opacity: 0.0;}
    to {opacity: 1;}
  }

  /* Standard syntax */
  @keyframes myfirst {
    from {opacity: 0.0;}
    to {opacity: 1;}
  }


#tb-block-main-banner .tb-banner-overlay {
	display: block;
	width: 100%;
	min-height: 100%;
	background: #222222;
	opacity: 30%;
	position: absolute;
	top: 0;
	z-index: 1003 !important;	
}

#tb-block-main-banner .inner-container {
	background: transparent;
	height: 100%;
	min-height: 100%;
	display: table;
	margin: 0 auto;
    height: 100vh;
    width: 80%;
	min-width: 80%;
	padding: 0;
	padding-top: calc(70px + 2%);
	padding-top: 0px;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1004 !important;	
}

/* Color Bar
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.tb-credits span,
.tb-credits p,
.tb-credits li {
	color: #cccccc;
	font-size: 12px !important;
}

.tb-credits a {
	color: #f1f1f1;
}

.tb-credits a:hover {
	color: #ffffff;
}


.tb-credits p {
  margin: 0.7em 0;
}

.tb-credits ul {
	padding: 0px !important;
	margin: 0px !important;
}

.tb-credits li {
	list-style: none !important;
	font-size: 9px !important;
}

.tb-credits {
	padding: 0px 20px 0px 20px;
	text-shadow: rgba(0,0,0,.0) 1px 0 15px;
	background: rgba(0,0,0,.5);
	display: block;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 30px;
	right: 20px;
	float: right;
	
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	
	
	border: 1px solid rgba(255, 255, 255, 0.1);
	scale: 90%;
	z-index: 8000;
	opacity: .85;
}


/* Page Nav Fade
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#tb-block-main-banner::after {
  content: '';
  height: 40px;
  width: 100%;
  display: block;
  background: transparent;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(246, 246, 246) 100%);
  border-top: 15px solid #f6f6f6;
  z-index: 900;
}


/* Details Panel
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.tb-brand-details {

	
}

.tb-brand-details-outer {
	border: .25px solid rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	-webkit-transform: scale(1);
	background-color: rgba(0, 0, 0, 0.2);
}

.tb-brand-details-inner,
.tb-brand-details-inner a {
	font-weight: 300;
	letter-spacing: .03em;
	font-size: 14px;	
	color: #fff; 	
}

.tb-brand-details-inner {
	position: absolute;
	bottom: 0;
	border-top: .25px solid rgba(255, 255, 255, 0.3);
	background: rgba(30,30,30,0.8);
	-webkit-backdrop-filter: saturate(3) !important;
	backdrop-filter: saturate(3) !important;
}

.tb-brand-logo-outer {

}


.tb-brand-logo-inner {
	min-height: auto;

}

.tb-brand-logo-inner img {
	display: block;
}

.tb-brand-details-title h1 {
	color: #ffffff;
	font-size: 20px;
}

.tb-brand-details-inner ul.post-categories {
	margin: 0px 0 0px 0px;
}

ul.tb-brand-details-list {
	margin: 0px;
	width: 100%;
	display: block;
	padding: 0px;
}

ul.tb-brand-details-list li {
	color: #cccccc;
	list-style: none;
	display: block;
	width: auto;
	border-bottom: .25px solid rgba(255,255,255,.3);
	padding: 5px 0;
	letter-spacing: 0px;
}


ul.tb-brand-details-list li li,
ul.tb-brand-details-list li li a {
	margin-bottom: 0px;
	list-style: none;
	width: none;
	border: none;
	letter-spacing: 0px ;
}

ul.tb-brand-details-list li,
ul.tb-brand-details-list li a,
ul.tb-brand-details-list li li,
ul.tb-brand-details-list li li a {
	color: #cccccc;
	pointer-events: none !important;
}

.tb-brand-details.tb-brand-category {
	width: 100%;
	display: inline-block;
	min-width: 100%;	
}

.tb-brand-details span {
	color: #f1f1f1;
}

.tb-headquarters-city, .tb-state-province, .tb-country {
	display: inline;
}

/* Color Bar
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#tb-brand-color-bar {
	width: 100%;
	height: 20px;
	display: block;
	background: #f1f1f1;
	display: none;
}

#tb-brand-color-bar .inner {
	margin: 0 auto;
	padding: 0 12%;
	text-align: right;
	position: relative;
	top: -40px;
	float: right;
}

.tb-brand-color-1 {	
	width: 100%;
	display: block;
	height: 80px;
	width: 80px;
	border-radius: 5px;
	background-color: #ccc;
	border: 3px solid #f1f1f1;
}



