/* Default Theme BaseWorx */

/* -------------------------------
   General
------------------------------- */

body {
    font-family: 'Open Sans', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.25;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    font-weight: 500;
}
a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
a:focus {
    outline: none;
}
label {
    color: #333;
}
p {
    line-height: 24px;
}
.contentAnimated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.finishAnimated {
    -webkit-animation: none !important;
    animation: none !important;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.page-main {
    padding-top: 124px;
}

/* -------------------------------
   Header
------------------------------- */

.header.navbar {
	display: block;
	padding: 0;
    border-bottom: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.header.navbar .navbar-nav > li > a {
    font-size: 14px;
    line-height: 5px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #2d353c;
    font-weight: 600;
	padding: 25px 15px;
}
.header.navbar .navbar-nav > li.active > a,
.header.navbar .navbar-nav > li > a.active,
.header.navbar .navbar-nav > li > a:hover,
.header.navbar .navbar-nav > li > a:focus {
    background: none;
}
.header .navbar-nav {
    margin: 0;
    display: block;
}
.header .nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}
.header .container-fluid > .navbar-collapse, 
.header .container-fluid > .navbar-header, 
.header .container > .navbar-collapse, 
.header .container > .navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}
.header .navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
}
.header {
    background: transparent;
    z-index: 1;
}
.header .navbar-right {
    margin-right: -15px;
    margin-top: 2px;
    margin-bottom: 10px;
}

/* Navbar Brand Logo & Text */

.header .navbar-header:before,
.header .navbar-header:after {
	content: '';
	display: table;
	clear: both;
}
.header .navbar-brand {
    padding: 0px 15px;
    height: auto;
	float: left;
}
.header .navbar-brand img {
	display: block;
	margin: -10px 0;
	max-height: 95px;
	width: auto;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.brand-logo {
    float: left;
    border: 15px solid;
    border-color: #4DCACA #31A3A3 #1D8888;
    margin-right: 10px;
    margin-top: -5px;
    margin-bottom: -5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.brand-logo + .brand-text {
    margin-left: 42px;
    display: block;
    color: #2d353c;
    font-size: 20px;
    line-height: 20px;
    display: block;
}

/* Navbar Mobile Toggle */

.header .navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-right: 15px;
    margin-top: 18px;
    margin-bottom: 18px;
	background-color: transparent;
	background-image: none;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.header .navbar-toggle:focus,
.header .navbar-toggle:active {
	outline: none;
}
.header .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
.header .navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.header.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.header.navbar-default .navbar-collapse, 
.header.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.header .navbar-toggle .mobile-bar {
}
.header .navbar-toggle .mobile-bar i {
	display: block;
    margin-top: 1px;
}

/* Navbar Transparent & Inverse  */

.header.navbar.navbar-fixed-top .navbar-nav > li > a {
    border-radius:4px;
}
.header.navbar.navbar-fixed-top .navbar-nav > li > a:hover {
    color: #ffffff;
    background: transparent;
}
.navbar-collapse ul.navbar-nav > li.active a,
.navbar-collapse ul.navbar-nav > li a.active,
.navbar-collapse ul.navbar-nav > li:hover > a,
.navbar-collapse ul.navbar-nav > li > a:hover,
.header .navbar-collapse ul.navbar-nav > li.active a,
.header .navbar-collapse ul.navbar-nav > li a.active,
.header .navbar-collapse ul.navbar-nav > li:hover > a,
.header .navbar-collapse ul.navbar-nav > li > a:hover,
.header.navbarnavbar-transparentp.header-prepare .navbar-collapse ul.navbar-nav li a.current,
.header.navbarnavbar-transparentp.header-prepare.header-prepare .navbar-collapse ul.navbar-nav li.current a {
     background: transparent;
     color: #e22340;
}

.header.navbar.navbar-transparent .brand-text,
.header.navbar.navbar-inverse .brand-text {
    color: #fff;
}


/* Navbar Small */

.header.navbar.navbar-small {
    border-bottom: none;
}
.header.navbar.navbar-small .navbar-brand {
    padding: 15px;
	padding-left: 14px;
    padding-right: 14px;
}
.header.navbar.navbar-small .navbar-nav > li > a {
    padding: 15px;
	padding-left: 14px;
    padding-right: 14px;
}
.navbar-small .navbar-toggle {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-small .navbar-toggle .icon-bar {
    background: #888;
}
.navbar-small .navbar-brand img {
    max-height: 40px;
}
.navbar-small .navbar-nav .dropdown-menu {
    margin-top: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.navbar-nav .dropdown-menu {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    padding: 0;
    margin-top: -13px;
    border: none;
	position: absolute;
}
.header.navbar.navbar-small .brand2 {
    display:none;
}
.header.navbar-small .navbar-collapse.collapse {
    width: auto;
	margin-top: 3px;
	margin-bottom: 0px;
	text-align: right;
    margin-right: 0;
}
.header.navbar-small .navbar-header {
    width: auto;
}
.header.navbar-small .navbar-right {
    width: auto;
	margin-top: 0px;
    margin-bottom: 0px;
}

/* Navbar */

.navbar-nav > li.dropdown:hover > .dropdown-menu,
.navbar-nav > li.dropdown:focus > .dropdown-menu {
    display: block;
}
.navbar-nav .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    padding: 0;
    margin-top: 0px;
    border: none;
    position: absolute;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.header.navbar.navbar-fixed-top .dropdown:hover a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
} 
.navbar-nav .dropdown-menu.dropdown-menu-left {
	left: 0;
}
.navbar-nav .dropdown-menu > li > a,
.navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 25px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 20px;
    display: block;
    text-decoration: none;
}
.navbar-nav .dropdown-menu > li + li,
.navbar-nav .dropdown-menu .dropdown-item + .dropdown-item {
    border-top: 1px solid #cecece;
}

/* -------------------------------
   Dropdown Menu
------------------------------- */

.dropdown-menu {
    border: none;
    -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
    font-size: 12px;
}
.dropdown-menu > li > a {
    padding: 5px 15px;
}
.dropdown-menu .divider {
    border-color: #eee;
}
.dropdown-menu.media-list {
    max-width: 280px;
    padding: 0;
}
.dropdown-menu.media-list p {
    text-overflow: ellipsis;
    overflow: hidden;
}
.dropdown-menu.media-list .dropdown-header {
    padding: 10px 20px !important;
    background: #fafafa;
}
.dropdown-menu.media-list > .media {
    margin-top: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: -1px;
}
.dropdown-menu.media-list > .media > a {
    display: block;
    padding: 10px 20px !important;
}
.dropdown-menu.media-list > .media .media-object {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.dropdown-footer {
    padding: 10px 20px;
}
.dropdown-menu > li.dropdown-footer > a {
    padding: 0 !important;
    display: inline !important;
}
.dropdown-menu > li.dropdown-footer > a:hover,
.dropdown-menu > li.dropdown-footer > a:focus {
    background: none !important;
    text-decoration: underline !important;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
}
.dropdown-toggle::after {
    margin-left: 8px;
    margin-bottom: -1px;
    margin-top: 9px;
    transform: rotateZ(-90deg);
    float: right;
}
.dropdown-submenu:hover>.dropdown-menu{display:block;}

/* -------------------------------
   Fixed Top Menu
------------------------------- */

.header.navbar-fixed-bottom, 
.header.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
.header.navbar-fixed-top {
	top: 0;
}
.header.navbar-fixed-bottom {
	bottom: 0;
}
.header .navbar-fixed-bottom .navbar-collapse, 
.header .navbar-fixed-top .navbar-collapse {
	max-height: 340px;
}
.header-navbar-2ndsection {
}
.header-navbar-dropdown-title {
    background: #ffffff;
    color: #000 !important;
    text-align: center;
    font-weight: 600;
}

/* Filled Navbar Buttons */

.header.navbar .navbar-nav > li > a {
    font-size: 16px;
	line-height: 5px;
	padding: 17px 20px;
    padding-top: 18px;
}
.navbar-nav .dropdown-menu {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.navbar-nav .dropdown-menu > li > a, .navbar-nav .dropdown-menu .dropdown-item {
	cursor: pointer;
}
.header-social {
    float: right;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-right: 0px;
}
.header-social a {
    margin-right: 10px;
}
.header-social a:hover i {
    transition: all ease .4s;
    transform: rotate(360deg)
}
.header.navbar.navbar-small .header-social {
    display: none;
}
.btn-circle {
    height: 32px;
    width: 32px;
    color: #616161;
    display: inline-block;
    border-radius: 200rem;
    text-align: center;
    line-height: 30px;
    position: relative;
    z-index: 1;
    transition: color ease .5s;
    transition: box-shadow ease-in-out 0s;
    border: 0;
    background-color: transparent;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.btn-circle:before {
    transition: all ease .5s;
    border-radius: 150px;
    z-index: -1;
    content: "";
    position: absolute;
    display: block;
    background-color: #eee;
    height: 0;
    width: 0;
    top: 25px;
    left: 25px
}
.btn-circle:hover,.btn-circle:focus {
    color: #616161;
    transition: box-shadow ease-in-out .8s
}
.btn-circle:hover:before,.btn-circle:focus:before {
    height: 32px;
    width: 32px;
    top: 0;
    left: 0
}
.btn-circle i {
    font-size: 16px;
    vertical-align: middle
}
.btn-circle.btn-facebook {
    color: #3b5998
}
.btn-circle.btn-facebook:before {
    background-color: #3b5998
}
.btn-circle.btn-facebook:hover,.btn-circle.btn-facebook:focus {
    color: #fff
}
.btn-circle.btn-twitter {
    color: #00aced
}
.btn-circle.btn-twitter:before {
    background-color: #00aced
}
.btn-circle.btn-twitter:hover,.btn-circle.btn-twitter:focus {
    color: #fff
}
.btn-circle.btn-youtube {
    color: #b00
}
.btn-circle.btn-youtube:before {
    background-color: #b00
}
.btn-circle.btn-youtube:hover,.btn-circle.btn-youtube:focus {
    color: #fff
}
.btn-circle.btn-linkedin {
    color: #007bb6
}
.btn-circle.btn-linkedin:before {
    background-color: #007bb6
}
.btn-circle.btn-linkedin:hover,.btn-circle.btn-linkedin:focus {
    color: #fff
}
.btn-circle.btn-instagram {
    color: #e4405f
}
.btn-circle.btn-instagram:before {
    background-color: #e4405f
}
.btn-circle.btn-instagram:hover,.btn-circle.btn-instagram:focus {
    color: #fff
}
.btn.btn-header-1 {
    font-size: 14px;
    line-height: 1.3;
    padding: 5px 15px;
    padding-top: 6px;
    text-transform: uppercase;
    margin-right: 0px;
}

/* -------------------------------
   Footer Setting
------------------------------- */

.footer {
    padding-top: 35px;
    text-align: left;
}
.footer .footer-brand-logo {
    display: block;
    margin: 0 auto 10px;
    width: 40px;
    border: 20px solid;
    border-color: #4DCACA #31A3A3 #1D8888;
    border-radius: 4px;
}
.footer .footer-brand {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
}
.footer .social-list {
    margin: 30px 0 0;
    font-size: 20px;
}
.footer-social {
    margin-left: -11px;
}
.footer-social a {
    z-index:0;
}
.footer-social i {
    font-size: 20px;
    vertical-align: middle;
}
.footer-aboutus h5 {
    font-weight:600;
}
.sub-footer {
    padding: 5px;
	font-size: 15px;
    text-align: center;
}
.sub-footer p:last-child {
    margin-bottom: 0;
	font-weight: 400;
}
.footeraddress p {
    margin-bottom: 5px;
	font-size: 14px;
}
.footer-legal {
    text-align: right;
    margin-bottom: 0px;
}
.footer-legal {
    list-style-type: none;
    padding: 0;
    line-height: 1.8;
	text-align: right;
}
.footer-legal li {
	display: inline-block;
}
.footer-legal li:after {
    content: '/';
    padding: 0 5px;
    color: #ffffff;
}
.footer-legal li:last-child:after {
	content:'';
}
.footer-powered {
	text-align: left;
}


/* -------------------------------
   Pace Loader
------------------------------- */

.pace-inactive {
    opacity: 0;
    filter: alpha(opacity=0);
}
.pace {
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 1020;
}
.pace-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 3px;
    background: #969696;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
    z-index: 2000;
}
.pace:before {
    content: '';
    background: #007aff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
}
.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #007aff;
    border-left-color: #007aff;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}


/* -------------------------------
   Content
------------------------------- */

.content {
    padding: 0px 0px 0px;
}
.login-cover, .login-cover-bg, .login-cover-image {
    background: #ffffff;
}

/* -------------------------------
   Modules
------------------------------- */

/* -------------------------------
   Custom
------------------------------- */

/* -------------------------------
   header
------------------------------- */

.content h1, h2, h3, h4, h5, h6 {
    color: #2a2a29;
}

.content{
    background-color: #fff;
}

/*.bg-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(42, 42, 41, .55);
    box-shadow: 5vw 0 45vw 0 rgb(42 42 41 / 50%) inset;
}*/

.custom-header .custom-container{
    align-items: initial;
    font-family: 'Open Sans', sans-serif;
}

.custom-header .custom-container .navbar-header{
    display: flex;
    /*width: 16%;
    align-items: center;
    background-color: #FFD800;*/
}

.custom-header .custom-container .navbar-header .custom-logo{
    display: flex;
    align-items: center;
    /*background-color: #FFD800;*/
    height: 100%;
}

.custom-header .custom-container .navbar-header .navbar-brand{
    margin: 0 !important;
    padding: 10%;
    width: 100%;
}

.custom-header .custom-container #header-navbar{
    margin-bottom: 1%;
}

.custom-header .custom-container .header-navbar-2ndsection .header-social{
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.custom-header .custom-container .header-navbar-2ndsection .header-social .header-contact{
    color: #ff8800;
}

.custom-header .custom-container .navbar-collapse .navbar-nav li a{
    font-size: 18px;
}

.custom-header .custom-container .header-navbar-2ndsection .header-social a{
    background: #ff8800;
    border-color: #ff8800;
}

.yellow{
    /*color: #FFD800;*/
    color: #ffdc12;
}
.dark-yellow{
    color: rgb(141, 120, 36);
    color: #000;
}


.customtel{
    background: transparent !important;
    border: none;
    
}


.header.navbar.navbar-fixed-top .navbar-nav > li > a:hover {
    color: #222 !important;
    background: transparent !important;
    border-bottom: 5px solid #ff8800;
    border-radius: 0;
}



/* -------------------------------
   homepage heroImg
------------------------------- */

.brandonHeroImg{
    position: relative;
    height: 75vh;
    margin: 0;
    display: flex;
    align-items: center;
    /*padding: 0 15% !important;*/
    font-family: 'Fjalla One', sans-serif;
}

.brandonHeroImg .bbg-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(42, 42, 41, .35);
    box-shadow: 5vw 0 45vw 0 rgb(42 42 41 / 50%) inset;
}


.brandonHeroImg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/files/blocks/upload/bbg4.jpg");
    /*background: url("https://ddev2.gaido.ie/files/blocks/upload/a9f9a06e1cfa95c1f9d1a4330cb8ae61.jpeg");*/
    /*filter: gray;
    -webkit-filter: grayscale(60%);*/    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.brandonHeroImg .col-md-12 h1{
    font-size: 5rem;
}

.brandonHeroImg .col-md-12 h4{
    color: #fff;
}

.brandonHeroImg .heroImgText{
    background-color: #ffdc12;
    width: fit-content;
    padding: 5%;
}



/* -------------------------------
   homepage free delivery
------------------------------- */

.brandonFree{
    /*background-color: #ffdc12;*/
    background-color: #000000;
    font-family: 'Fjalla One', sans-serif;
    box-shadow: inset 0 2px 2px 0 rgb(0 0 0 / 14%), inset 0 3px 1px -2px rgb(0 0 0 / 20%), inset 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.brandonFree .col-md-12{
    text-align: center;
    padding: 2% 0;
}

.brandonFree .col-md-12 h3{
    margin: 0;
    /*color: #2a2a29;*/
    color: #fff;
}

/* -------------------------------
   homepage welcome
------------------------------- */
.brandonWel{
    background: #ffdc12;
    padding: 3% 0;
}

.brandonWel .col-md-6{
    height: 100%;
}


.brandonWel .textArea{
    padding: 2% 0;
    padding-right: 5%;
    display: flex;
    align-items: center;
}

.brandonWel .imgArea{
    padding: 0;
}

.brandonWel .imgArea img{
    height: 100% !important;
    padding: 0;
}

.brandonWel h2, .brandonWel h4{
    font-family: 'Fjalla One', sans-serif;
}

.bline{
    width: 30%;
    border-top: 6px solid #fff;
}


/* -------------------------------
   homepage store
------------------------------- */
.brandonStore{
    padding: 5% 0;
    text-align: center;
}

.brandonStore .row{
    justify-content: center;
}

.brandonStore .row .col-md-4{
    height: 300px;
    position: relative;
    margin: 2%;
    border-radius: 10px;
    padding: 3%;
}

.brandonStore .bg-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(77, 77, 27, .55);
    box-shadow: 5vw 0 45vw 0 rgb(42 42 41 / 50%) inset;
    border-radius: 10px;
}

.brandonStore .geditor-text-header{
    width: fit-content;
    background-color: #ffdc12;
    padding: 1% 3%;
    position: relative;
    border-radius: 3px;
}

.brandonStore .geditor-text-header h4{
    margin: 0;
}


.brandonStore .bg1{
    background: url("/files/blocks/upload/ph.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.brandonStore .bg2{
    background: url("/files/blocks/upload/hardware.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.brandonStore .bg3{
    background: url("/files/blocks/upload/fuel.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.brandonStore .bg4{
    background: url("/files/blocks/upload/power.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blink{
    position: absolute;
    margin: auto;
    bottom: 10%;
    right: 10%;
    background: #ffdc12;
    padding: 1% 3%;
    border-radius: 3px;
    color: #2a2a29;
    width: 30%;
    display: none;
    visibility: hidden;
}

.brandonStore .row .col-md-4:hover .blink{
    display: block;
    visibility: visible;
    text-decoration: none;
    color: #000 !important;
}

.brandonStore .brandonBat .col-md-4{
    height: auto;
    padding: .5%;
}


/* -------------------------------
   homepage footer
------------------------------- */

.brandonFoot .col-md-6{
    height: 400px;
    display: flex;
    flex-direction: column;
    padding: 5%;
    background-color: #ffdc12
}

.brandonFoot .imgArea{
    padding: 1%;
}

.brandonFoot .imgArea img{
    width: 100%;
    width: auto;
    object-fit: contain;
}

.brandonFoot .textArea{
   background-color: #000;
   justify-content: center;
}

.brandonFoot .textArea h6{
   color: #fff !important;
}



/* -------------------------------
   footer
------------------------------- */

.footer{
    background-color: #ffdc12 !important;
    padding-top: 0;
}

.footer .brandonFree .col-md-12{
    padding: 1%;
}

.footer .container{
    padding: 3% 0;
}


.sub-footer{
    background-color: #000 !important;
    box-shadow: none;
}


/* -------------------------------
   contact footer
------------------------------- */

.contactHero{
    height: 40vh;
    position: relative;
}

.contactHero .col-md-12{
    height: 100%;
    padding: 0;
}

.contactHero img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}

.contactHero .bg-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(42, 42, 41, .35);
    box-shadow: 5vw 0 45vw 0 rgb(42 42 41 / 50%) inset;
}


.contactFree .col-md-12{
    padding: 1%;
}

.contactHead{
    text-align: center;
}

.contactInfo .col-md-6{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer a:hover, .footer a:hover{
    color: #ff8800 !important;
    text-decoration: none;
}



/* -------------------------------
   plant toool hire 
------------------------------- */

.planttoolHero{
    height: 40vh;
}

.planttoolP .col-md-4{
    margin: 1% 0;
}

.planttoolP .img-block{
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.planttoolP .img-block img{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.planttoolP .geditor-text-header{
    text-align: center;
    margin-bottom: 3%;
}

.planttoolBtn a{
    font-size: 24px !important;
    padding: 2% !important;
    border-radius: 0px !important;
}




/* -------------------------------
   categories
------------------------------- */


.brandonCat{
    height: 40vh;
}


.brandonCatHard {
    background-color: transparent;
}

.brandonCatHard .bline{
    border-color: #ffdc12;
}

.brandonCatHard .textArea{
    flex-direction: column;
    height: fit-content;
}



/*******************************
tabs css ( w3schools modified)
*******************************/

/* Style the tab */
.tab {
    overflow: hidden;
    border: none;
    background-color: #ffdc12;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }

  .tab .tablinks{
      text-align: center;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #000;
    color: #fff;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: none;
    border-top: none;
    width: 100%;
    padding: 5% !important;
  }
