/*---------------------------------------------------------------------------------

 Theme Name:   Partners
 Theme URI:    https://advanceyourreach.com
 Description:
 Author:       advanceyourreach
 Author URI:
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
body{
  font-size: 16px;
}
/* LOGIN PAGE CSS */
.singup-text {background: #e1e1e1;display: flex;padding: 10px 60px;justify-content: space-around;margin-top: 10px;}
div#accessally-login-reset-1 {
  padding: 0 60px;
}
.singup-text a {
    color: #000;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
}
#main-login-content .login-wrap-box {
  box-shadow: 0px 10px 10px 2px #333;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  text-align: center;
  padding:0;
  padding-top:30px;
}

#main-login-content .sec-login:before {
  content: '';
  background: #000;
  position: absolute;
  width: 100%;
  display: block;
  height: 100%;
  opacity: 0.2;
}

#main-login-content table.pal-login-table {
  width: 80%;
  margin: 0 auto;
}

#main-login-content td.accessally-login-label-col {
  text-align: left;
  display: none !important;
}

#main-login-content .pal-login-table input[type='text'],
#main-login-content input[type='password'],
#main-login-content input[type=text].accessally-login-reset-login-input {
  padding: 2% 3%;
  background: #00ce911a;
  border: 1px solid #c7c5c5;
  border-radius: 5px;
  margin-bottom: 8px;
  height: 45px;
  box-shadow: 0px 8px 10px 0px #ebeaea;
}

#main-login-content table.pal-login-table tr {
  width: 100%;
  display: block;
}

#main-login-content table.pal-login-table td {
  display: block;
}

#main-login-content td.accessally-login-input-col {
  display: block;
}

#main-login-content table.pal-login-table tr:nth-child(5)>td {
  text-align: center !important;
}

#main-login-content .pal-login-table input[type='submit'],
#main-login-content .accessally-login-reset-login-submit {
  background: #00ce90 !important;
  padding: 10px;
  font-size: 20px !important;
}

#main-login-content a.accessally-lost-password-link {
  text-align: center;
}
div#et-secondary-menu {
    float: none;
    text-align: center;
}
ul.bottom-nav {
  text-align: center;
}
.bottom-nav li+li:before {
  content: '|';
  left: -12px;
  position: relative;
  color: #fff;
}
ul#top-menu a {
  font-weight: 600 !important;
}
ul.stagelist {
  list-style: none;
}
#et-secondary-nav .sub-menu {
  background-color: #07be88;
  background-image: none;
  border-top: 2px solid #cdcdcd;
  width: 150px;
  padding: 0;
}
#et-secondary-nav li li{
  padding: 12px 2em;
  border-bottom: 1px solid #ddd;
}
#et-secondary-nav .sub-menu li{
  text-align: center;
}
#et-secondary-nav .sub-menu li a{
  padding: 0;
}
ul.stagelist li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}

ul.stagelist li:before {
  content: '';
  position: absolute;
  left: -6px;
  height: 12px;
  width: 12px;
  background: #00ce91;
  border-radius: 50%;
  top: 7px;
}
.et_pb_toggle_open h3.et_pb_toggle_title:after {
  content: '\e04f';
  font-family: ETmodules !important;
  position: absolute;
  right: 0;
  font-size: 16px;
}
#top-header, #et-secondary-nav li ul {
  background-image: linear-gradient(to bottom, #00ce91, #04c98f, #09c38c, #06bc86, #07b481);
}
.accessally-user-profile {
  max-width: 500px;
  background: #eee;
  border-radius: 5px;
  box-shadow: 0px 0px 4px #ccc;
  padding: 40px;
  margin: auto;
}
.accessally-user-profile-item{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.accessally-user-profile-label{
  line-height: 40px;
}
.accessally-user-profile-item+.accessally-user-profile-item {
  margin-top: 15px;
  margin-bottom: 0;
}
.accessally-profile-image-update-section {
  text-align: center;
  margin: auto;
  display: block;
}
.accessally-profile-image.accessally-profile-image-update-target {
  border-radius: 50%;
}
input.accessally-inline-profile-update-input {
  padding: 10px;
  border: 0;
  border-radius: 4px;
}
.accessally-inline-profile-update-input-container-reverse{
  width:100%;
}
textarea.accessally-inline-profile-update-textarea {
  border: 0;
  padding-top: 5px;
  padding: 10px;
  border-radius: 5px;
}
.et_pb_toggle_open{
  padding:0;
}
.et_pb_toggle_open .et_pb_toggle_title{
  padding: 20px !important;
  background: #e8e8e8;
}
.et_pb_toggle_open h3.et_pb_toggle_title:after{
  right: 20px;
}
.et_pb_toggle_open .et_pb_toggle_content{
  padding:20px ;
}

.contact-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  vertical-align: middle;
  justify-content: space-evenly;
}

.contact-wrap {
  background: #333;
  width: 100%;
  padding: 20px 0;
}

.social-list img {
  max-width: 30px;
  margin-right: 6px;
}

.social-list a {
  color: #fff;
}

.social-list {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    transition: all .2s ease-in-out;
    margin: 10px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    line-height: 47px;
}
a.skype:before,
a.email:before,
a.call:before{
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  /* margin-right:8px; */
  color: #fff;
}
a.skype:before {
  content: '\e0a2';
  font-size: 22px;
  position: relative;
  top: 4px;
}
a.email:before {
  content: '\e076';
  font-size: 21px;
  position: relative;
  top: 3px;
}
a.call:before {
  content: '\e090';
  position: relative;
  top: 3px;
  font-size: 20px;
}
.calendar-subtitle h3{
  line-height: 1.3;
}
.coming-soon h2{
  color:#00ce91;
  text-decoration: underline;
}
.team-section{
  text-align: center;
  background: #f1f1f1;
  padding-top: 40px;
}
.team-section .et_pb_row {
  width: 45%;
}
.team-section .support-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
}
.team-section .rounded-timage{
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)!important;
  max-width: 200px;
  height: auto;
  border-radius: .25rem!important;
}
.team-section h4{
  color: #000000;
  font-weight: 700;
  margin: 1rem 0;
  padding-bottom: 0;
}
.team-section h6{
  color: #8c8c8c;
  text-transform: uppercase;
  line-height: 1.3;
}
.contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.social-list.email{
  background-color: #565d6b;
}
.social-list.skype{
  background-color: #6cb7f0;
}
.social-list.phone{
  background-color: #0fa075;
}

/* TRAINING */
.training-video-title h3:after {
  content: '';
  width: 15%;
  height: 3px;
  background: #717171;
  display: block;
  margin: 10px auto;
}
#main-content .align-content-center{
  align-items: center;
  padding: 2%;
}
#main-content .zigzag1 {
  background-color: #f2f2f2;
  border-color: #ddd;
}
#main-content .zigzag2 {
  background-color: #dcdcdc;
  border-color: #bfbfbf;
}
#main-content .training-video-title h3{
  text-transform:uppercase;
  font-size:20px;
  line-height:1.3;
}
#main-content .zigzag1 p,
#main-content .zigzag2 p{
  color:#080808;
}

/* PRIZES PAGE CSS */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table-responsive table.table thead th {
  border-top: none;
}

.table-responsive table.table td,
.table-responsive table.table th {
  padding-top: 1.1rem;
  padding-bottom: 1rem;
  padding: 0;
}

.table-responsive .table thead tr {
  background: #000;
  color: #fff;
}

.table-responsive .table thead tr th {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
.table-responsive .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table-responsive .table td,
.table-responsive .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table-responsive table th {
  font-size: .9rem;
  font-weight: 400;
}
.table-responsive table td {
  font-size: .9rem;
  font-weight: 300;
}
.table-responsive th {
  text-align: inherit;
}
.sales-prizes-table.table-responsive tbody tr th {
  width: 100px;
}
/* .table-responsive.lead-prizes-table.prizes-table {
  max-width: 340px;
  margin: 0 auto;
} */
.table-responsive.lead-prizes-table .table{
  text-align: center;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);
}
.table-responsive .table td:nth-child(2),
.table-responsive .table td:nth-child(3),
.table-responsive .table thead th:nth-child(2),
.table-responsive .table thead th:nth-child(3)
{
    border-left:2px solid #fff;
}
.sales-prizes-table .table-striped tbody tr:nth-of-type(even){
    background-color: rgba(0,0,0,.15);
}
.table-striped tbody tr{
    border-bottom:2px solid #fff;
}

.lead-prizes-table tbody{border: 1px solid #000;}
.lead-prizes-table.table-responsive table.table th{
  background: #000;
  color: #fff;
  border-bottom-color: #fff;
  text-transform: uppercase;
}
.lead-prizes-table.table-responsive .table td:nth-child(2),
.lead-prizes-table.table-responsive .table td:nth-child(3){
  border: 0;
}
.lead-prizes-table.table-responsive table.table td,
.lead-prizes-table.table-responsive table.table th{padding: 0.6rem 0;border: 1px solid #000 !important;}
.lead-prizes-table .table-striped tbody tr{border: 1px solid #000;}
.lead-prizes-table.table-responsive table.table tr:nth-child(1) th{border-bottom-color: #fff !important;}
.lead-prizes-table sup {
  bottom: 0.2em;
}
.plc-title h5 {
    color: #fff;
    font-size: 18px;
    background-color: #00ce91;
    padding: 0.5em 1em;
    display: table;
    margin: 0 auto;
    letter-spacing: 1px;
    font-weight: bold;
}
.tutorial-copy h4{padding:20px 0;font-weight:bold;}
.tutorial-copy ol{padding-bottom:0;padding-left:30px;}
.tutorial-copy ul{padding-left:40px;}
.tutorial-copy ol>li{text-indent:-17px;}
@media (max-width: 1244px){
	#top-menu li{
		padding-right:15px !important;
	}	
}
@media (max-width: 1200px){
	#top-menu li {
		padding-right: 15px !important;
		font-size: 13px;
	}
}
@media (max-width: 1150px){
	#top-menu li {
		padding-right: 10px !important;
		font-size: 12px;
	}
}