  /*

  Theme Name: Bahamian Solar Management
  Theme URI: 
  Author: Larry Enzer
  Author URI: https://www.mwdwebsites.com
  Description: Bahamian Solar Management is a compatible theme made with WordPress. It is a great modern design using modern UI/UX design principals. Using this you can sell anything online. The theme is beautiflly designed, custom and fully responsive.
  Version: 1.0
  Text-domain: bahamian-solar-management
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Tags: e-commerce, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready, blog, right-sidebar, sticky-post, threaded-comments
  */



/*
--- 01 TYPOGRAPHY SYSTEM

 FONT SIZE SYSTEM (px)
  10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98

  SPACING SYSTEM (px)
  2 / 4 / 8 / 16/ 24 / 32 / 48 / 64 / 80 / 96 / 128

- Font weights
Default: 400
Medium: 500
Semi-bold: 600
Bold: 700

- Line heights
Default: 1
Small: 1.05
Medium: 1.2
Paragraph default: 1.6
Large: 1.8

- Letter spacing
-0.5px
0.75px

--- 02 COLORS

- Primary: 
Brown: #f08c00
Header: #fff4e6

Blue Main: #5c7cfa
White Main: #f8f9fa


accent Shade
Blue: #4c6ef5

- Tints:
#fd7e14

- Shades: 
#cf711f
#45260a

- Accents

- Greys
#212529

--- 05 SHADOWS


--- 06 BORDER-RADIUS

Default: 9px
Medium: 11px

--- 07 WHITESPACE

- Spacing system (px)
2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128
*/

/**************************/
/* GENRAL REUSABLE COMPONENTS */
/**************************/

html #wpadminbar {
  position: fixed;
  top: 0;
}

html {
  /* 10px / 16px = 62.5% */
  font-size: 62.5%;
}

html.disable-scroll {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none; 
}

/* clearfix hack, after is last child of parent div */
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

body {
  background-color: #fff;
  line-height: 1.6;
  font-weight: 400;
  color: #212529;
  letter-spacing: 1px;
}

.logoImage {
  box-shadow: none;
}

.logoDiv {
  display: grid;
  grid-template-columns: repeat(1 1fr);
  justify-items: center;
  align-items: center;
  margin: 3rem;
}

.hero-description span {
  color: #18dcff;
}

.hero-description {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.hero {
  max-width: 114rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.headerHome {
  height: 100vh;	
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  background-image: linear-gradient(rgba(63, 31, 2, 0.55), rgba(41, 20, 4, 0.55)), url(img/pexels-cristian-rojas-8853502-min.jpg);
  background-size: cover;
  background-position: center 50%;
  color: #f8f9fa;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.custom-logo {
  box-shadow: none;
  width: 195px !important;
  height: 45px !important;
}
aside {
	padding-bottom:4rem;
}
.iconCell {
  color: #5cb85c;
}
.panel-body {
  padding: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.panel-body .img-rounded {
   border-top-left-radius: 0;
   border-top-right-radius: 0;
}

h5 {
  font-size: 1.2rem;
}

.carousel-inner {
    background-color: rgba(0,153,255,.1);
	border: 1px solid rgba(0,153,255,1);
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
   margin: auto;
}
.ctct-custom-form {
	min-width: inherit !important;
	padding: 0;
}
.ctct-custom-form input[type='text'], .ctct-custom-form .ctct-button, .ctct-form-footer {
	width: 90%;
}
.carousel {
	margin-bottom:2.6rem;
	margin-top: 1.6rem;
}
table td {
	padding:10px 5px;
}
.tdSize {
	font-size:1.2em;
	color: #5cb85c;
}
.padBottom {
	padding-bottom:2rem;
}
label {
	margin-bottom:5px;
}
.redAsterisk {
	color:#F00;
	font-size:1.2em;
}
.form-control { display: block; width: 100%; height: 38px; padding: 7px 13px; line-height: 1.64286; color: #4d4d4d; background-color: #fff; background-image: none; border: 1px solid #aaaaaa; -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;margin-bottom:20px; }
    .form-control::-moz-placeholder { color: #a1a1a1; opacity: 1; }
    .form-control:-ms-input-placeholder { color: #a1a1a1; }
    .form-control::-webkit-input-placeholder { color: #a1a1a1; }
    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eeeeee; opacity: 1; }
    
    textarea.form-control { height: auto; resize: none; }
.contactUs {
	padding:0 2rem;
	font-size:1.2rem;
}
a.btn:hover, button.btn:hover {
	color:#000;
}
.logo {
	font-size: 1.6rem;
	vertical-align:top;
	color:#FF6;	
}
.contact {
	margin-top:2rem;
}
.imgBorder {
	border:1px solid #5cb85c;
	padding:5px;
	margin-bottom: 3rem;
}
img {
  box-shadow: 0 0rem 4.8rem rgba(0, 0, 0, 0.075);
}
.header-images {
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.6rem;
  max-width: 114rem;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.header-images img {  
  border-radius: 2px;
  box-shadow: 0 0rem 4.8rem rgba(0, 0, 0, 0.75)
}
.homePanel {
	padding: 3px 6px;
}
.homes {
	margin-top: 5px;
	margin-bottom: 4px;
}
.buttonDiv {
	width: 18rem;
	margin: 1.6rem auto;
}
.headerHome .btn, .btn {
  margin: 3rem auto;
  padding: .6rem 4rem;
  font-size:2rem;  
}
.btn:hover {
 color: #ff9f1a !important;
} 
.starBlue {
  color: #428bca;
}
footer {
	padding: 1rem 4rem;
	margin: 3rem 0 0;
	border-top: 1px solid #ddd;
	color: #999;
	text-align: center;
}
.glyphicon2 {
	color: #3f2b22;
}
.pull-right.img-responsive {
	margin: 0 0 1rem 1rem;
}
.btn-info {
	background-color: #cdae51;
	border-color: #3f2b22;
	color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #3F2B22;
  border-color: #333;
}
.panel {
    border-radius: 6px;
    box-shadow: 0 0rem 2.8rem rgba(0, 0, 0, 0.075);
}
.panel-default > .panel-heading {
    background-color: #cdae51;
    border-color: #3F2B22;
    color: #fff;
}
.breadcrumb > li + li:before {
	content: none;
}
button.navbar-toggler {
	background-color: transparent !important;
	border: none !important;
	color: #fff;
  position: absolute;
  right: 20px;
  top: 14px;
}

.collapse.show {
  visibility: visible;
}

.collapse.navbar-collapse:not(.show) {
    /* display: grid !important; */
    transition: transform .2s ease-in, opacity 0s ease-in;
}
a {
  outline: 0;  
  transition: color .3s ease-in;
}
a:hover {
	text-decoration:none;
}
header {
	margin-bottom:2rem;
}
.mainHeader {
  margin-bottom: 6.4rem;
}
a.bahamian:link, a.bahamian:visited { 
  color: #18dcff;
  outline: 0;
  border: none;
  text-decoration: none;
  font-family: 'Orbitron', sans-serif;
  font-size: 6.4rem;
  line-height: 1.2;
}
a.bahamian:hover, a.bahamian:active {
  color: #428bca;
  outline: 0;
  border: none;
  text-decoration: none;
}
.grid {
  display: grid;
  justify-items: center;
  margin: 0 auto;
}
.license {
	font-family: Tahoma, Geneva, sans-serif; 
	font-size:1.2rem;
	color: #F00;
	font-weight: normal;
  padding-left: .5rem;
  font-weight: 600;
}
.titles {
  font-family: 'Orbitron', sans-serif;
  font-size:2.4rem;
  margin-top:.5rem;
  color: #F00;
}
p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.6rem;
  margin-bottom: 3.6rem;
}


.show-small {
	  display:none;
	  margin:1.6rem auto;
  }
.tagline {
	font-family: 'Orbitron', sans-serif;
	font-size: 1.8em;
	color: #5cb85c;
	margin-top: 2rem;
  text-align: center;
	margin:0 auto;
}
.tm {
	font-size: 2rem;
	top: -8px;
	position: relative;
}

/* NAVBAR SECTION */

.navBar {
  font-family: 'Orbitron', sans-serif;
  background-color: #5cb85c !important;
  border: 1px solid #5cb85c;
  font-size: 1.6rem;
  margin-bottom: 0;
  border-radius: 0;
}

.navbar-nav a:link, .navbar-nav a:hover .navbar-nav a:active, .navbar-nav a:visited {
   background-color: transparent !important;
}

.navbar-nav>li>a {
  outline: none;
}
.show .navbar-nav>li {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  width: fit-content;
}

.activeMenu {
  color: #000 !important;
  font-weight: 500;
  outline: none;
}

.menuClass {
  color: #fff !important;
  font-weight: 500;
  outline: none;
}

.leftImg {
  display: grid;
  grid-template-columns: 1fr;
}

/* 1100px */
@media only screen and (max-width: 68.75em) {
  a.bahamian:link, a.bahamian:visited {
    font-size: 5.2rem;
  }
  .hero-text-box {  
  }
}
  
/* 1000px */
@media only screen and (max-width: 62.56em) { 
  .navBar {
    font-size: 1.4rem;
  }
}

/* 991px */
@media only screen and (max-width: 62.56em) { 
  .leftImg {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

/* 950px */
@media only screen and (max-width: 59.43em) {
  a.bahamian:link, a.bahamian:visited {
    font-size: 4.2rem;
  }
  .hero-description {
    font-size: 1.6rem;
  }
}

/* 800px */
@media only screen and (max-device-width: 50em) {
  .headerHome {
    align-items: start !important;
    padding-top: 2rem !important;
	min-height: 45rem;  
    background-position: 20% 50%;
  }
  .navBar {
    font-size: 1.4rem;
  }  
  .headerHome .btn, .btn {
    margin: 2rem auto;
    font-size: 1.6rem;
    font-weight: 500;
  }
}   

@media only screen and (min-width: 48em) {
  .navbar-header {
    display:none !important;
  }
}

@media only screen and (max-width: 47.9375em) {
  .navbar-header {
    display: block;
  }
  .mobileText {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    font-weight: 500;
    font-size: 1.4rem;
    color: #ffeaa7;
  }
  .navbar-collapse {
    padding-top: 45px;
  }

}  

/* 767px */
@media only screen and (max-width: 47.93em) {
   .imgBorder {
     margin-bottom: 0;
   }
   header {
       margin-bottom: 0;
   }
   .panel {
     margin-left: 4.6rem;
     margin-right: 4.6rem;
   }
  .header-images {
    gap: 1rem;
    margin-top: 2rem;
  }  
}
/* 700px */
@media only screen and (max-width: 43.75em) {
  .leftImg {
    gap: 1rem;
  }  
  .header-images {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  a.bahamian:link, a.bahamian:visited {
    font-size: 3rem;
  }
  .hero-description {
    width: 90%;
  }
  p {
    margin-bottom: 1.8rem;
    font-size: 1.4rem;
  }
}  

/* 600px */
@media only screen and (max-width: 37.5em) {
  .header-images {
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .header-images {
    gap: 1rem;
  }
  a.bahamian:link, a.bahamian:visited {
    font-size: 2.6rem;
  }    
}  