/* affiliates pages */


.awsm-modal-content-inner h2 {
	color: #0eb448;
}





.modal-style.style-1 figcaption {
    background: rgba(14,180,72,.8);
}


.awsm-personal-info {
	
}
.awsm-personal-info h3 {
	font-size: 1.4em;
}
.modal-style.style-1 .awsm-modal-content {

    max-height: 70%;
    }

.affiliate-row {
	width: 90%;
    /* text-align: center; */
    margin: 0 auto;
    padding-bottom: 50px;
}

.affiliate-column {
	position: relative;
    top: 0;
    left: 0;
	}
.affiliate-name-title-container {
	background-color: #0eb448;
    width: 90%;
    padding: 10px 0;
    text-align: center;
    position: absolute;
	bottom: -20px;
	left:0;
	right:0;
	margin-left: auto;
    margin-right: auto;
	
}
.affiliate-name {
	color: #fff;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
}
.affiliate-title {
	color: #fff;
	text-align: center;
}

.affiliate-modal-wrapper .modal-content {
	
    border: none;
    border-radius: none; */
    outline: 0;
}


/* affiliates single pages */



.affiliate-modal-wrapper .modal {
	position: fixed;
	max-width: 80% !important;
    max-height: 80% !important;
   	top: 10%;
    left: 10%;
    right: 10%;
    padding: 0 0 0 0;
    padding-right: 0px !important;
}

.affiliate-modal-wrapper .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
  .affiliate-modal-wrapper .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

.affiliate-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.affiliate-modal-content {
	background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */	
}
.affiliate-modal-headshot {
	
}
.affiliate-modal-name h2 {
	color: #0eb448 !important;
	padding: 0;
	margin: 0;
}
.affiliate-modal-style p {
	color: #0eb448 !important;
	padding: 0;
	margin: 0
}
.affiliate-modal-location h3 {
	color: #0eb448 !important;
	padding: 0;
	margin: 0;
}
.affiliate-modal-company-name p {
	padding: 0;
	margin: 0;
}
.affiliate-modal-company-website p {
	padding: 0;
	margin: 0;
}

.modal-footer {
	background-color: #0eb448;
}

.modal-footer  .btn-secondary {
    color: #0eb448;
    background-color: #fff;
    border-color: #fff;
}

.affiliate-modal-description {
	
}
.affiliate-modal-certifications {
	
}
.affiliate-modal-certification-take-flight-with-disc {
	
}
.affiliate-modal-certification-coaching-in-style {
	
}
.affiliate-modal-certification-chameleon-selling {
	
}
.affiliate-modal-certification-chameleon-leadership {
	
}
.affiliate-modal-certification-rediscovering-conflict {
	
}
.affiliate-modal-certification-innovating-ideas {
	
}
.affiliate-modal-certification-take-flight-with-eq {
	
}
.affiliate-modal-company-name {
	
}
.affiliate-modal-company-website {
	
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}









/* affiliates single pages
	
.affiliate-single-container {
	width: 90%;
    margin: 0 auto;
    padding-top: 50px;
}
.affiliate-single-name {
	margin-bottom: 0;
}
.affiliate-single-title {
	padding-top: 0;
}
.affiliate-single-description {

}

.affiliate-single-certifications {

}

.affiliate-single-details-container {
	width: 90%;
	margin: 0 auto;
    padding-bottom: 50px;
}

.affiliate-single-coupon-code-title {
	
}
.affiliate-single-coupon-code {
	
}
.affiliate-single-url-title {
	
}
.affiliate-single-url {
}
.affiliate-single-contact-form-title {
	
	}
.affiliate-single-contact-form {
	
}

 */




