/*   
Theme Name: MASICO
Theme URI: https://www.thatguycode.com/
Description: A custom resposive theme for the <a href="https://www.masico.co.za/" target="_blank">masico.co.za</a> website
Author: Riaz Sabjee
Author URI: https://www.thatguycode.com/
Version: 1.0
*/
/*  
    VARIABLES
    
    ----------------------- */
/*
    COLORS
    
    ----------------------- */
/*
    MIXINS
    
    ----------------------- */
/*
    BORDER RADIUS
    
    ----------------------- */
/*
    MENU  
    
    ----------------------- */
/*
    VARIABLES
    
    ----------------------- */
/*
    COLORS
    
    ----------------------- */
/*
    CSS
    
    ----------------------- */
nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

nav ul li {
  display: block;
  float: left;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

nav ul li a {
  color: #000000;
}

nav ul li a:hover {
  color: #916b15;
}

nav ul li:hover {
  cursor: pointer;
}

nav ul li ul {
  background-color: #041730;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
  z-index: 10;
  text-align: left;
  width: 250px;
}

nav ul li ul li {
  clear: both;
  text-align: left;
  width: 100%;
  padding: 0;
}

nav ul li ul li:hover {
  background-color: #916b15;
}

nav ul li ul li a {
  display: block;
  color: #FFFFFF !important;
  padding: 1rem;
  text-decoration: none !important;
}

nav ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

nav ul li:hover > ul,
nav ul li:focus-within > ul,
nav ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

/*
    MEDIA QUERIES
     
    ----------------------- */
/*
 *	MIXINS
 *	================================================== */
/*
    SITE CSS

    ----------------------- */
body {
  color: #272727;
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px;
}

/*  HEADER  */
header {
  border-bottom: 1px solid #efefef;
}

header nav .navbar-brand {
  width: 300px;
}

header nav .navbar-brand img {
  max-width: 100%;
}

header nav .navbar-toggler {
  margin-top: 20px;
}

header nav ul li {
  padding: 0 10px 0 0;
}

.banner {
  color: #FFFFFF;
  min-height: 400px;
}

.banner .content {
  padding-top: 10%;
}

.banner .content p.heading {
  line-height: 40px;
}

.banner .content p.heading span, .banner .content p.heading strong {
  color: #916b15;
  font-size: 40px;
}

/*  MAIN  */
main {
  padding: 30px 0;
}

main .gold-header-footer {
  margin: 10px;
  display: inline-block;
  color: #FFFFFF;
  background-color: #041730;
}

main .gold-header-footer.maroon {
  background-color: #561B1F;
}

main .gold-header-footer h2, main .gold-header-footer p, main .gold-header-footer ul li {
  color: #FFFFFF;
}

main .gold-header-footer:after {
  content: "";
  position: absolute;
  display: block;
  float: right;
  border-bottom: 7px solid #916b15;
  width: 30%;
  right: 0;
  bottom: 0;
}

main .gold-header-footer:before {
  content: "";
  display: block;
  border-bottom: 7px solid #916b15;
  width: 30%;
}

main .gold-header-footer .elementor-column-wrap {
  padding: 20px !important;
  width: 95%;
}

main .gold-header-footer .elementor-column-wrap .elementor-text-editor {
  color: #FFFFFF;
}

main .gold-header-footer .elementor-column-wrap ul li {
  padding-left: 5PX;
}

main .grey-header-footer {
  margin: 10px;
  display: inline-block;
  background-color: #efefef;
  padding: 20px !important;
}

main .grey-header-footer:after {
  content: "";
  position: absolute;
  display: block;
  float: right;
  border-bottom: 7px solid #916b15;
  width: 30%;
  right: 0;
  bottom: 0;
}

main .grey-header-footer:before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 7px solid #916b15;
  width: 30%;
  left: 0;
  top: 0;
}

main .grey-header-footer .elementor-column-wrap {
  width: 95%;
}

main .grey-header-footer .elementor-column-wrap ul {
  padding: 0 12px;
}

main .grey-header-footer .elementor-column-wrap ul li {
  padding-left: 5PX;
}

main .legal-advisory {
  margin-top: 0;
}

/*
    PAGES

    ********************************************/
.page-law .elementor-column-wrap, .page-about-us .elementor-column-wrap {
  margin: 10px !important;
}

.page-about-us .elementor-column-wrap {
  margin: 10px !important;
  padding: 20px !important;
}

.page-about-us .color-blocks .elementor-text-editor {
  color: #FFFFFF;
}

/*  FOOTER  */
footer {
  color: #FFF;
  background-color: #041730;
  padding: 20px 0px;
}

footer a {
  color: #FFFFFF;
}

footer a:hover {
  color: #916b15;
}

footer strong {
  font-size: 20px;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer .copyright {
  color: #FFF;
  padding: 10px;
  margin-top: 10%;
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  footer .footer-1 {
    margin-bottom: 20px;
  }
  footer .copyright {
    padding: 0;
  }
}

/*

    BUTTONS

*/
.btn {
  font-size: 12px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}

.btn-gold {
  color: #FFFFFF;
  background-color: #916b15;
}

/*

    OVERRIDES

*/
main .elementor-column-gap-default {
  padding-left: 0;
}

.elementor-text-editor {
  color: #272727;
}

.gold-header-footer {
  color: #FFF;
}

.gold-header-footer ul {
  padding: 0 12px;
}

.no-left-pad {
  padding-left: 0 !important;
}

.no-left-pad .elementor-column-wrap {
  padding-left: 0 !important;
}

.no-left-margin {
  margin-left: 0 !important;
}

.no-left-margin .elementor-column-wrap {
  margin-left: 0 !important;
}

.no-pad {
  padding: 0 !important;
}

.no-pad .elementor-column-wrap {
  padding: 0 !important;
}

.no-margin {
  margin-left: 0 !important;
}

.no-margin .elementor-column-wrap {
  margin: 0 !important;
}

/* CONTACT FORM 7 */
.wpcf7-form .form-control {
  font-size: 13px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

.wpcf7-form .wpcf7-not-valid {
  border: 1px solid #FF0000;
}

.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form .wpcf7-response-output {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  position: relative;
  padding: 0.75rem 1.25rem !important;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.wpcf7-form.invalid .wpcf7-response-output {
  border-color: #ffb900;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.wpcf7-form.valid {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
/*# sourceMappingURL=style.css.map */