/*
 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
*/


:root {

--color-main-bg-light: ;
--color-main-bg-light-alt: ;
--color-main-bg-dark
--color-main-bg-dark-alt: ;
--color-header-bg-light: ;
--color-header-bg-light-alt: ;
--color-footer-bg-light: ;
--color-footer-bg-light-alt: ;
--color-header-bg-dark: ;
--color-header-bg-dark-alt: ;
--color-footer-bg-dark: ;
--color-footer-bg-dark-alt: ;
--color-text-headers-light: ;
--color-text-headers-light-alt: ;
--color-text-headers-dark: ;
--color-text-headers-dark-alt: ;
--color-text-body-light: ;
--color-text-body-light-alt: ;
--color-text-body-link-light: ;
--color-text-body-link-hover-light: ;
--color-text-body-dark: ;
--color-text-body-dark-alt: ;
--color-text-body-link-dark: ;
--color-text-body-link-hover-dark: ;

--border-radius-small: ;
--border-radius-medium: ;
--border-radius-large: ;

--button-primary-bg: #007bff;
--button-primary-color: #fff;
--button-secondary-bg: #6c757d;
--button-secondary-color: #fff;
--button-border-radius: ;

--font-h1: ;
--font-h2: ;
--font-h3: ;
--font-h4: ;
--font-h5: ;
--font-h6: ;
--font-body: ;
--font-quote: ;
--font-caption: ;
--font-button: ;

}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	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;
}






* Trick with box shadow for full width section */

.boxy{box-shadow:0 0 0 100vmax black;

  clip-path: inset(0 -100vmax)

}


/* Fix horizontal scroll */


body{overflow-x: hidden;}


/* Image animation */

.ani-llax{

  animation: bglaxx linear;

  animation-timeline: scroll();

}



@keyframes bglaxx {

   from {

        scale: 1;

        opacity: 0.8;

        filter: blur(0px);

    }

    to {

        scale: 1.5;

        opacity: 0;

        filter: blur(16px);  

  }

}


/* Cards animation */


.ani-fade {

animation: fadeIn 2s both;

animation-timeline: view();

animation-range: cover 0% cover 40%;

}



.ani-fade:nth-child(2) {animation-delay: 1s;}

.ani-fade:nth-child(3) {animation-delay: 2s;}

.ani-fade:nth-child(4) {animation-delay: 3s;}

.ani-fade:nth-child(5) {animation-delay: 4s;}

.ani-fade:nth-child(6) {animation-delay: 5s;}



@keyframes fadeIn {

  from {

    opacity: 0;

  }

  to {

    opacity: 1;

  }

}


/* Text animation */


.ani-article{

  animation: txt-ani ease-in-out both;

  animation-timeline: view();

  animation-range: cover 0% cover 40%;

}



@keyframes txt-ani {

   from {

        opacity: 0;

        transform: translateY(100px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}




/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Form Styling
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#top .main_color .input-text, 
#top .main_color input[type="text"], 
#top .main_color input[type="input"], 
#top .main_color input[type="password"], 
#top .main_color input[type="email"], 
#top .main_color input[type="number"], 
#top .main_color input[type="url"], #top .main_color input[type="tel"], 
#top .main_color input[type="search"], 
#top .main_color textarea, 
#top .main_color select {
	border-color: #dddddd;
	background-color: #ffffff !important;
	color: #475b68 !important;
}
 
#top input[type="search"] {
	-webkit-appearance: none;
	border: 1px solid #d0d0d0 !important;
	padding: 12px 20px;
	font: 1em "Open Sans", Helvetica, Arial, sans-serif !important;
	color: #ffffff !important;
}

#top .input-text, 
#top input[type="text"], 
#top input[type="input"], 
#top input[type="password"], #top input[type="email"], 
#top input[type="number"], 
#top input[type="url"], #top input[type="tel"], 
#top textarea, 
#top select {
	-webkit-appearance: none;
	border: 1px solid #d0d0d0 !important;
	padding: 12px 20px;
	font: 1em "Open Sans", Helvetica, Arial, sans-serif !important;
	color: #475b68 !important;
}

#top input[type="search"]:focus {
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0) !important;
	color: #ffffff !important;
	border: 2px solid #9cadbb !important;
}

#top input[type="text"]:focus, 
#top input[type="password"]:focus, 
#top input[type="email"]:focus, 
#top input[type="number"]:focus, 
#top input[type="url"]:focus, 
#top input[type="tel"]:focus, 
#top textarea:focus {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0) !important;
    color: #475b68 !important;
    border: 2px solid #9cadbb !important;
}

.main_color .button, .main_color .ajax_controlls a, 
.main_color #submit, .main_color .big_button, 
.main_color .contentSlideControlls a, 
.main_color #submit, .main_color input[type="submit"] {
	background-color: #555555;
	color: #ffffff;
	border-color: #cc3813;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.main_color .button:hover, .main_color .ajax_controlls a:hover, 
.main_color #submit:hover, .main_color .big_button:hover, 
.main_color .contentSlideControlls a:hover, 
.main_color #submit:hover, .main_color input[type="submit"]:hover {

}

#top .gform_wrapper input[type="submit"], #top .gform_wrapper #submit, #top .gform_wrapper .button {
	background-color: #1b303c !important;
	padding: 14px 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#searchform input[type="text"]:focus {
	border: 0px solid #9cadbb !important;
}

body div .avia-button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	font-size: 15px !important;
}



input.gform_button_select_files {
	background: #415664 !important;
	border: 1px solid #415664 !important;
	font-size: 14px !important;
	padding: 10px 30px !important;
}


.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    padding: 24px 24px 24px 24px !important;
    border: 2px dashed #d7dde3 !important;
    color: #788388 !important;
    margin-bottom: 16px;
    background: #ffffff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500 !important;
}

label {
    font-weight: 500 !important;
    font-size: 0.88em !important;
    color: #647886 !important
}

label.gfield_label {
    font-weight: 500 !important;
    font-size: 1.09em !important;
    color: #475b68 !important;
    font-family: 'roboto', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}



#top label span, #top legend span {
    font-weight: normal;
    font-size: 13px !important;
	font-style: normal;
    color: #aaa !important;
}

#top .gform_wrapper ul li.gfield {
    margin-bottom: 20px !important;
}

.filter-bar input[type="text"]
.filter-bar select {
	border-color: #d0d0d0 !important;
}




