/*
Theme Name: Mica Store Website Theme 2024
Author: Russell Nagel
Author URI: www.lionmarketing.com
Description: Theme Created For Mica Individual Stores
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: Mica
*/


/*-----------------------------------*/
/*---- Paint Theme Changes Start ----*/
/*-----------------------------------*/
#form_newsletter-signup{position: relative;}

#paint-theme .header-left{
  position: absolute;
  z-index: 99;
}
#paint-theme .local-div, #paint-theme .sign-up-div{
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,0) !important;
  min-width: 250px;
}
/* #paint-theme .local-div{background-image: url(https://www.benoni-mica.co.za/wp-content/themes/mica_store_2024/images/orange-splash-block.png);}
#paint-theme .sign-up-div{background-image: url(https://www.benoni-mica.co.za/wp-content/themes/mica_store_2024/images/yellow-splash-block.png);}
 */
#paint-theme #n2-ss-3{max-height: 80vh !important;}
#paint-theme .header-right {width: 100% !important;}
#paint-theme section{position: relative;}

#paint-theme .hr-yellow-left,
#paint-theme .hr-orange-right,
#paint-theme .hr-yellow-left::after,
#paint-theme .hr-orange-right::after{
  z-index: -1;
}  
#paint-theme .hr-yellow-left::after,
#paint-theme .hr-orange-right::after{
  content: "";
  position: absolute;
  height: 220px;
  width: 220px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -10px;
}
#paint-theme .hr-yellow-left::after{
/*   background-image: url('https://www.benoni-mica.co.za/wp-content/themes/mica_store_2024/images/yellow-side-splash.png'); */
  background-position: center left -7vw;
  left: 0;
}

#paint-theme .hr-orange-right::after{
/*   background-image: url('https://www.benoni-mica.co.za/wp-content/themes/mica_store_2024/images/orange-side-splash.png'); */
  background-position: center right -7vw;
  right: 0;
}

/*---- Paint Theme Changes End ----*/

/*-----------------------------------*/
/*-- Standard Theme Changes Start ---*/
/*-----------------------------------*/
#standard-theme #mainHeader .main-logo{text-align: end;}
#standard-theme #mainHeader .main-logo img{
  max-height: 250px;
  width: auto;
}

#standard-theme .hr-yellow-left,
#standard-theme .hr-orange-right{
	background-size: contain;
	display: block;
	border: 0;
	background-repeat: no-repeat;
	background-size: contain;
	height: 200px;
}
#standard-theme .hr-yellow-left{
/* 	background-image: url('https://www.benoni-mica.co.za/wp-content/themes/mica_store_2024/images/spirit-level-left.jpg'); */
	background-position: center left 10vw;
}
#standard-theme .hr-orange-right{
/* 	background-image: url('https://www.benoni-mica.co.za/wp-content/themes/mica_store_2024/images/roller-orange-right.jpg'); */
	background-position: center right 10vw;
}

/*-- Standard Theme Changes end ---*/

/*-----------------------------------*/
/*------- Global Styles Start -------*/
/*-----------------------------------*/
img{
  width: 100%;
  height: auto;
}
:root {
  --color-blue: #0072BC;
  --color-yellow: #ffd900;
  --color-orange: #eb7c16;
  --color-dgrey: #4d4d4d;;
}
html{overflow-x: hidden;}
html,h1,h2,h3,h4,p,a {
  font-family: 'Roboto';
  color: var(--color-dgrey);
}

.center-text, .text-center{text-align: center;}
.text-upper{text-transform: uppercase;}

.bg-orange{background-color: var(--color-orange) !important;}
.bg-blue{background-color: var(--color-blue) !important;}
.bg-yellow{background-color: var(--color-yellow) !important;}
.bg-dgrey{background-color: var(--color-dgrey) !important;}

.text-blue{color: var(--color-blue) !important;}
.text-orange{color: var(--color-orange) !important;}
.text-yellow{color: var(--color-yellow) !important;}
.text-dgrey{color: var(--color-dgrey) !important;}


.hr-yellow-left {
  border: 20px solid var(--color-yellow);
  margin: 0 20px 0 -30vw;
}

.hr-orange-right {
  border: 20px solid var(--color-orange);
  margin: 0 -30vw 0 20px;
}
.hr-yellow-left, .hr-orange-right {
  opacity: 1;
}
.main-header-block{margin-bottom: 50px;}
.main-header-block .link-btn{
  background-color: var(--color-blue);
  color: white;
  padding: 6px 10px;
  position: absolute;
  left: 20px;
  right: 20px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
}
.main-header-block .link-btn:hover{
  background-color: var(--color-orange);
}
.main-header-block .border-m{
  max-width: 80px;
  position: absolute;
  top: -25px;
  z-index: 1;
  left: 20px;
}
.main-header-block .header-border {
  border: 2px solid #4d4d4d;
  padding: 10px 20px;
  position: relative;
  width: fit-content;
  text-align: center;
  z-index: 99;
  background: white;
}
.main-header-block .header-border h2{
  margin: 0;
  font-size: 3rem;
  font-weight: bold;
  z-index: 9;
  position: relative;
  text-transform: uppercase;
  
}
.header-blue{
  background-color: var(--color-blue);
  color: white;
  padding: 6px 10px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  margin: 10px auto 20px; 
}

.sub-heading-border{
  border: 2px solid #4d4d4d;
  width: fit-content;
  padding: 5px 10px;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 10px;
  font-weight: bold;
}

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

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


/* .gallery-image img:hover {
  transform: scale(1.05);
  animation-duration: 2000ms;
} */

.promotion-content img{max-width: 500px;}

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

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

#mainHeader .n2-ss-align-visible .n2-ss-slide{min-height: 80vh;}

.main-logo {
  z-index: 9;
  right: 10px;
  top: +10px;
  max-width: 100%;
  width: 600px;
}
#mainMenu{margin: auto;}
.navbar li a{
  color: white;
  text-decoration: none;
  padding: 5px 1vw;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}
.navbar li a:hover{color: var(--color-orange);}
/*-------- Header Styles End --------*/

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

#contact-page i, 
#post-contact i{
  position: absolute;
  left: 0;
  padding-top: 5px;
}
#post-contact .contact-details p, #contact-page .contact-details p{padding-left: 20px;}

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

/*-----------------------------------*/
/*------- Signup Styles Start -------*/
/*-----------------------------------*/

/*-------- Signup Styles End --------*/

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


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

/*-----------------------------------*/
/*------- Footer Styles Start -------*/
/*-----------------------------------*/

#main-footer .bg-yellow-left{
  left: -25vw;
  right: 50%;
  top: 0;
  bottom: 0;
}
#main-footer #frm_form_3_container,
#main-footer h4{
  position: relative;
  z-index: 9;
}
#main-footer .frm_button_submit {
  background: white;
  color: #4d4d4d;
  font-weight: bold;
  font-size: 20px;
  padding: 5px;
}
#main-footer .frm_button_submit:hover {
  background: var(--color-blue);
  color: white;
}
#main-footer .footer-form {
  justify-content: center;
  align-items: center;
}
#main-footer #frm_form_3_container {width: 100%;}
#main-footer #frm_field_25_container {margin-bottom: 0;}
#main-footer .frm_form_fields > fieldset:nth-child(1) {padding: 0;}
.footer-wedge .main-logo{
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 90%;
}

/*-------- Footer Styles End --------*/

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


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

/*-----------------------------------*/
/*------- Archive Styles Start ------*/
/*-----------------------------------*/

.promotional-leaflets h4{
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
}
.promo-bg {
  padding: 70% 50% !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.single-promo a{text-decoration: none;}

.archive-single .archive-single-image{
  padding: 30%;
  background-position: center;
  background-size: cover;
}
.archive-single a{
  text-decoration: none;
  height: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.archive-single .archive-single-title{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
/*------- Archive Styles End --------*/

/*-----------------------------------*/
/*----- Responsive Styles Start -----*/
/*-----------------------------------*/
@media only screen and (max-width: 2800px) and (min-width: 1776px)  {
}

@media only screen and (max-width: 1200px)  {
	
	#standard-theme .hr-yellow-left{background-position: center right;}
	#standard-theme .hr-orange-right{background-position: center left;}	
}
@media only screen and (max-width: 991px)  {
  #mainMenu {text-align: end;}
}
@media only screen and (max-width: 767px)  {
	
	#post-contact .contact-details,
	#post-contact .trading-hours{
  		text-align: center;
	}
	#post-contact i{position:relative;}
		

  .sign-up-div img, .local-div img{max-width: 200px;}
  .main-logo{
    display: block;
    width: 100%;
    margin: auto;
    top: 0;
    right: 0;
    text-align: center;
    padding: 10px;
  }
  .main-logo img{
    max-width: 90vw;
    max-height: 40vh;
    width: auto;
    margin: auto;
  }
  #mainHeader .n2-ss-align-visible .n2-ss-slide{min-height: 60vh;}
  #main-footer .bg-yellow-left{display: none;}

  #paint-theme .header-left{position: relative;}
  #paint-theme .local-div, #paint-theme .sign-up-div{min-width: 45vw;}
  #paint-theme .hr-yellow-left::after,
  #paint-theme .hr-orange-right::after{top: -10px;}
  #paint-theme .hr-yellow-left::after{background-position: center left -60px;}
  #paint-theme .hr-orange-right::after{background-position: center right -60px;}
}

@media only screen and (max-width: 600px)  {
  .main-header-block .header-border h2 {font-size: 2.5rem;}
  .main-header-block .header-border a {font-size: .9rem;}
}

@media only screen and (max-width: 575px)  {
	
  
#paint-theme .hr-yellow-left::after,
  #paint-theme .hr-orange-right::after{top: -50px;}
  #paint-theme .hr-yellow-left::after{background-position: center left -160px;}
  #paint-theme .hr-orange-right::after{background-position: center right -160px;}

	#standard-theme .hr-orange-right {
	  background-size: cover;
	  background-position: center left -20px;
	}
	#standard-theme .hr-yellow-left{
		background-size: cover;
		background-position: center right -20px;
	}
  .main-header-block .header-border h2 {font-size: 2rem;}
}
/*------ Responsive Styles End ------*/

/** End of Nate Styles **/