/*!
 * izi Creations Styles
 * Copyright 2008-2017 Punchmark
 */



.grid .grid-item .grid-item-price span label {
   margin-left: 0.625rem !important;
}


/* ======= Header ========= */

header a#logo {
   padding: 0.15rem 0.15rem !important;
}

header .content-toolbar .content-toolbar-inner>ul>li>a {
   color: var(--bs-primary) !important;
}

header .content-toolbar .content-toolbar-inner>ul>li>a:hover i, 
header .content-toolbar .content-toolbar-inner>ul>li>a:active i  {
   color: var(--bs-dark) !important;
}

/* ======= Footer ========= */

footer .footerlinks a:hover, 
footer .footerlinks a:focus, 
footer .footerlinks a:active {
   color: var(--bs-primary) !important;
}

footer .required-links li a:hover, 
footer .required-links li a:focus {
   text-decoration: underline;
}

footer .social-networks .network {
   color: var(--primary) !important;
   transition: color 0.15s linear;
}

footer .social-networks .network:hover {
   color: var(--dark) !important;
}

/* ========= Override Hero Slider Text Tanzanite ========= */
/* 
section[data-pagebuilder="section"].banner-section .owl-carousel .owl-item {
   margin: 0 !important;
}
*/

@media (max-width: 767px) {
   section[data-pagebuilder="section"].banner-section [data-pagebuilder="widget"][data-widget-index="1"] {
         display: block !important;
   }
   section[data-pagebuilder="section"].banner-section [data-pagebuilder="widget"] h1,
   section[data-pagebuilder="section"].banner-section [data-pagebuilder="widget"] .h1  {
      font-size: 2rem !important;
      line-height: 1 !important;
   }
}

@media (max-width: 500px) {
   section[data-pagebuilder="section"].banner-section [data-pagebuilder="widget"] h1, 
   section[data-pagebuilder="section"].banner-section [data-pagebuilder="widget"] .h1 {
      font-size: 1.4rem !important;
   }
}

section[data-pagebuilder="section"].banner-section [data-pagebuilder="widget"] .widget-text-overlay .content-block {
   left: 0% !important;
   position: relative !important;
}