/*
Theme Name: Wealth Builder Theme
Theme URI: https://wealthbuilder.thefirstgroup.com/
description: Wealth Builder Theme
Author: Aboobacker P
Author URI: http://www.thefirstgroup.com
Template: Divi
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Wealth Builder
Text Domain: wealth-builder-theme
*/

@font-face{font-family:"GothamBook";src:url("fonts/GothamBook.ttf") format("truetype")}
@font-face{font-family:"GothamLight";src:url("fonts/GothamLight.ttf") format("truetype")}
@font-face{font-family:"GothamBold";src:url("fonts/GothamBold.ttf") format("truetype")}
@font-face{font-family:"GothamMedium";src:url("fonts/GothamMedium.otf") format("opentype")}

body {
    margin: 0;
    padding: 0;
  }
  .text-light{
      color:#fff;
  }
  .text-dark{
    color:#444;
}
.wb-main-page{
    background: #000;
    position: relative;
    z-index: 11;
}
  .wb-categories {
    width: 250px;
    float: left;
    font-family: 'GothamBook';
    background: #000;
    height: 100vh;
}
.wb-categories ul {
    padding: 0;
    margin: 0;
}
.wb-categories ul li {
    margin-bottom: 5px;
    list-style: none;
    background: #262626;
    padding: 12% 5px;
    text-align: center;
    height: auto;
}
.wb-categories ul li a {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 1.3em;
    text-transform: uppercase;
    font-family: 'GothamLight';
}
.wb-categories ul li a strong {
  font-family: 'GothamMedium';
}
.wb-main-container{
      margin-left: 250px;
}

.rtl .wb-categories ul li a,
.rtl .wb-categories ul li a strong {
  font-family: 'Cairo';
}
.rtl .wb-categories{
  float:right;
}
.rtl .wb-main-container{
  margin-right: 250px;
  margin-left: auto;
}

.d-none{
    display: none;
}
a.editThisSlide {
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 7vw;
    background: #000;
    color: #fff;
    padding: 1px 8px;
    text-transform: uppercase;
    font-size: 11px;
}
a.pushT30{
    top: calc(7vw + 30px);
}

.attnBlinker {
    -webkit-animation: wbBlinker 1s 3;  /* Safari 4+ */
    -moz-animation: wbBlinker 1s 3;  /* Fx 5+ */
    -o-animation: wbBlinker 1s 3;  /* Opera 12+ */
    animation: wbBlinker 1s 3;  /* IE 10+, Fx 29+ */
  }
  
  @keyframes wbBlinker {
    0%, 49% {
      background-color: #424141;
    }
    50%, 100% {
      background-color: #262626;
    }
  }
  @-webkit-keyframes wbBlinker {
    0%, 49% {
      background-color: #424141;
    }
    50%, 100% {
      background-color: #262626;
    }
  }

  .wb_select {
    color: #fff !important;
    background-color: transparent;
    border: 1px solid #fff !important;
    padding: 16px 20px 16px 16px;
    font-size: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
  }
  .overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #000000ed;
    z-index: 2;
    color: #fff;
    font-size: 2em;
    text-align: center;
    padding-top: 25%;
    direction: ltr;
    font-family: 'GothamBook';
    line-height: normal;
}
.rtl a.startOver {
  font-family: 'Cairo' !important;
}

a#expandCats {
  position: absolute;
  top: 10px;
  z-index: 9;
  right: 10px;
}
.rtl a#expandCats{
  right: auto;
  left: 10px;
}