/*
Theme Name: LRB
Author: Russell Nagel
Author URI: www.lionmarketing.com
Description: Theme Created For LRB
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: LRB
*/


/*-----------------------------------*/
/*------- Global Styles Start -------*/
/*-----------------------------------*/

.padded-vh{padding: 8vh 0;}

.text-black{color: #000000 !important;}
.text-blue{color: #001722 !important;}
.text-white{color: #FFFFFF !important;}

.bg-black{background-color: #000000 !important;}
.bg-blue{background-color: #001722 !important;}
.bg-white{
  background-color: #FFFFFF !important;
  color: #001722;
  border-color: #001722;
}
.bg-black,
.bg-blue{
  color: white;
  border-color: white;
}
html{
  background-color: #001722 !important;
  color: white;
}

html, h1, h2, h3, h4, h5, h6, p, a, li{font-family: 'Raleway', sans-serif;}
html, h3, h4, h5, h6, p, a, li{font-weight: medium;}
h1, h2{font-weight: bolder;}
a, p{font-size: 1.2em;}
a{
  text-decoration: none;
  color: white;
}
a:hover,
a:active{
  text-decoration: underline;
  color: white;
}

.bottom-curve-white{background-image: url("https://azipit.co.za/lrb2024/wp-content/uploads/2024/07/white-curve-bg.png;")}

.border-content-left{border-left: 2px solid;}
.border-content-right{border-right: 2px solid;}

hr{
  background: white;
  height: 2px !important;
  opacity: 1 !important;
}
/* .border-content-left hr{
  left: 0;
  right: 70%;
  position: absolute;
  bottom: -16px;
}
.border-content-right hr{
  left: 70%;
  right: 0%;
  position: absolute;
  bottom: -16px;
} */
.link-btn{
  padding: 5px 20px;
}
img{
  max-width: 100%;
  height: auto;
}
.link-btn{
  padding: 8px 20px;
  border:2px solid #001722;
  color: #001722;
  background-color: rgba(0,0,0,0);
  text-decoration: none !important;
}
.blue-btn{
  border-color:#001722;
  color: #001722;
  background-color: rgba(0,0,0,0);
}
.blue-btn:hover{
  color: white;
  background-color: #001722;
}
.black-btn{
  border-color:black;
  color: black;
  background-color: rgba(0,0,0,0);
}
.black-btn:hover{
  color: white;
  background-color: black;
}
.white-btn{
  border-color:white;
  color: white;
  background-color: rgba(0,0,0,0);
}
.white-btn:hover{
  color: #001722;
  background-color: white;
}
.star-block-left,
.star-block-right{
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -16px;
}
.star-block-left{  
  left: 0%;
  right: 60%;
}
.star-block-right{  
  left: 60%;
  right: 0%;
}
.star-block-left hr,
.star-block-right hr{
  width: 100% !important;
}
.star-block-left span,
.star-block-right span{
  margin: 0 10px;
  font-size: 1.2em;
}

#main-btn{
  display: block;
  color: white;
  text-decoration: navajowhite;
  border: 2px solid;
  width: max-content;
  padding: 7px 30px;
}
#main-btn:hover{
  background: white;
  color: #001623;
}
.navbar-brand img{
  max-width: 350px;
  width: 100%;
  height: auto;
}

#main-banner h2{
  font-size: 3rem;
  margin-top: -20px;
}

/*-------- Global Styles end --------*/


/*-----------------------------------*/
/*----- Front Page Styles Start -----*/
/*-----------------------------------*/

#main-banner.fp-banner div.wp-block-columns:nth-child(1) {
  padding: 10px 20px;
  margin: 0;
}
#main-banner.fp-banner div.wp-block-columns:nth-child(2) {
  position: relative;
  padding: 10px 0 0 20px;
  margin: 0;
}
#main-banner.fp-banner div.wp-block-columns:nth-child(2)::after {
    content: "";
  border-left: 2px solid;
  padding: 0 0 20px 20px;
  border-top: 2px solid;
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  bottom: 0;
}


#main-banner.fp-banner .row{
  min-height: 80vh;
  padding: 50px 0 !important;
}
#main-banner{
  background-size: cover;
  background-position: center;
}
#main-banner .row{
  min-height: 60vh;
  color: white !important;
  padding: 10vh 0;
}

.left-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 100%;
    padding: 0;
    margin: 0;  
}
.left-list li{
  list-style: none;
  padding: 5px;
  font-size: 1.4rem;
}
.left-list li:before{
  content: '\2605';
  margin: 0 1em 0 0; 
}

/* .brand-content p:nth-child(2),
.additional-content p:first-child{
  border-left: 2px solid;
  padding: 0 0 20px 20px;
  border-bottom: 2px solid;
} */
/* .brand-content p:nth-child(3),
.additional-content p:nth-child(2){
  padding: 0 10px;
  margin-top: -20px;
  margin-left: 25%;
  background: #001722;
} */
.left-image, .right-image{
  background-size: cover;
  background-position: center;
  padding: 15% !important;
}

#section-four p{width: 100%;}
#section-four span{font-size: 1.2em;}
/* #section-four hr{
  width: 70%;
  height: 2px;
  opacity: 1;
  margin-left: 1%;
}

#section-four hr:after{
  content: '\2605';
  margin: 0 1em;
  position: absolute;
  right: 0;
  font-size: 20px;
  bottom: 36px;
} */

.banner-content h1{
  text-transform: uppercase;
  font-weight: bold;
/*   font-size: 5rem; */
}

/*------ Front Page Styles end ------*/

/*-----------------------------------*/
/*------- Footer Styles Start -------*/
/*-----------------------------------*/
.footer-logo{text-align: center;}
#header-banner, #footer{
  background-image: url('https://azipit.co.za/lrb2024/wp-content/uploads/2024/07/footer-bg.jpg');
/*  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('https://azipit.co.za/lrb2024/wp-content/uploads/2025/04/colour-bg.jpg'); */
  background-size: cover;
  background-position: center;
}

.form-right .form-border{
  border-radius: 25px;
  padding: 40px !important;
}

.frm_button_submit {
  padding: 5px 30px !important;
  font-size: 1.2em !important;
  margin: 10px auto 0 !important;
  text-transform: lowercase;
}
.frm_style_formidable-style.with_frm_style .form-field {margin-bottom:5px;}
.frm_form_fields > fieldset:nth-child(1) {padding: 0;}

.footer-address i{
  position: absolute;
  left: -2px !important;
  background: white !important;
  color: black !important;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.footer-address p{padding-left: 25px;}
.footer-address a{
  font-size: 1em;
  color: white !important;
  text-decoration: none;
}
.footer-menu a:hover,.footer-address a:hover{
  text-decoration: underline;
}
.footer-menu a{
  text-decoration: none;
  color: white !important;
}
.footer-menu li{padding-bottom: 15px;}

/*-------- Footer Styles end --------*/

/*-----------------------------------*/
/*------- Header Styles Start -------*/
/*-----------------------------------*/

#menu-main-menu{text-align: right;}

#main-header img{
  max-width: 200px;
}
#main-menu{
/* 	position: absolute; */
	right: 0px;
	top: 100px;
	min-width: 100px;
	padding: 0px 20px;
}
.header-nav {
/*   position: absolute; */
  width: 100%;
 }

#header-banner .banner-content{min-height:70vh}
 
/*-------- Header Styles End --------*/


/*-----------------------------------*/
/*------ About us Styles Start ------*/
/*-----------------------------------*/

/* #values .value-star{
  font-size: 40px;
  background: white;
  color: #001722;
  width: 50px;
  border-radius: 100%;
  height: 50px;
  justify-content: center;
  align-content: center;
  display: flex;
} */
#values .single-value h4{min-height: 60px;}

/*------- About us Styles End -------*/

/*-----------------------------------*/
/*------ Contact Styles Start -------*/
/*-----------------------------------*/

#contact-info p{
  position: relative;
  margin-left: 30px;
}
#contact-info a{
  color: black;
  text-decoration: none;
}
#contact-info a:hover{text-decoration: underline;}
#contact-info i{
  position: absolute;
  left: -30px;
  top: 6px;
}

/*------- Contact Styles End --------*/

/*-----------------------------------*/
/*-------- Page Styles Start --------*/
/*-----------------------------------*/

/*--------- Page Styles End ---------*/

/*-----------------------------------*/
/*----- Responsive Styles Start -----*/
/*-----------------------------------*/

@media screen and (max-width: 2400px) and (min-width: 1200px){
}

@media only screen and (max-width: 991px){
  #section-four hr {width: 50%;}
  .footer-logo{margin-bottom: 50px;}
  .single-brand img{max-width: 400px;}
  #brands-section .single-brand .brand-image{order: 1 !important;}
  #brands-section .single-brand .brand-content{order: 2 !important;}
}
@media only screen and (max-width: 767px){
  #main-banner.fp-banner .row{min-height: inherit;}
  #main-header {
    position: relative;
    background: #001623;
  }
  #values .single-value h4 {min-height: inherit;}
  #section-four hr {width: 75%;}
  .footer-menu ul{text-align: center;}
  .footer-address p{
    max-width: 70vw;
    margin: auto;
    display: flex;
    text-align: center;
    padding: 10px 0;
    justify-content: center;
  }
  .footer-address i{
    position: relative;
    margin-right: 10px;
    color: white !important;
    background: none !important;
  }
}
@media only screen and (max-width: 520px){
  #section-four hr {width: 50%;}
}


/*------ Responsive Styles End ------*/
