/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Table of Contents */

/* 
* 1. Blog Post Layout
* 2. Blog Listing Layout
* 3. Related Posts
* 4. Blog CTAs
* 5. Instagram Wall
* 6. MJJ Blog Banner
* 7. Social Follow Tier
* 8. Travel Itineraries



/*****************************************/




@font-face {
  font-family: 'Draft B';
  font-style: normal;
  font-weight: 400;
  src: url(https://www.myjordanjourney.com/hubfs/fonts/Draft%20B%20Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Draft B';
  font-style: italic;
  font-weight: 600;
  src: url(https://www.myjordanjourney.com/hubfs/fonts/Draft%20B%20Medium%20Italic.otf) format('opentype');
}

@font-face {
  font-family: 'Draft B';
  font-style: normal;
  font-weight: 700;
  src: url(https://www.myjordanjourney.com/hubfs/fonts/Draft%20B%20Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Draft B';
  font-style: normal;
  font-weight: 900;
  src: url(https://www.myjordanjourney.com/hubfs/fonts/Draft%20B%20ExBold.otf) format('opentype');
}

@font-face {
  font-family: 'Draft B';
  font-style: normal;
  font-weight: 900;
  src: url(https://www.myjordanjourney.com/hubfs/fonts/Draft%20B%20ExBold.otf) format('opentype');
}

@font-face {
  font-family: 'Draft B';
  font-style: italic;
  font-weight: 400;
  src: url(https://www.myjordanjourney.com/hubfs/fonts/Draft%20B%20Regular%20Italic.otf) format('opentype');
}

body {
}

h1, h2, h3, h4, h5, h6, li, ul, p, span{
  font-style: normal;
}

h1 {
  color: #2C2C2C;
}
h2 {
  color: #2C2C2C;
}
h3{
}
h4{
}
H5{
}
h6{
}
p {
}

.container-lg {
  max-width: 1540px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;   
  float: none !important;
  display: block !important;
}

.container-md,
.container{
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  float: none !important;
  display: block !important;
}

.container-sm {
  max-width: 800px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  float: none !important;
  display: block !important;
}

/* 1. ========== Blog Post Layout ========== 
.back-to-posts{
padding: 60px 0px 20px 0px;
}

.back-to-posts *{
margin: 0px;
text-transform: uppercase;
color: #D36C2A !important;
text-decoration: unset !important;
font-size: clamp(13px,1vw,16px);
font-weight: 900;
}

.hs-blog-post .blog-section .blog-post-wrapper{
width: 100%;
margin-left: auto !important;
margin-right: auto !important;
padding: 0px 10px 40px 10px;
float: none !important;
}

.hs-blog-post .blog-section .blog-post-wrapper .hs-featured-image-wrapper {
width: 100% !important;
height: auto !important;
}

.hs-blog-post .blog-section .blog-post-wrapper .hs-featured-image-wrapper .hs-featured-image-bg{
background-size: cover;
background-position: center;
position: relative;
cursor: pointer;
overflow: hidden;
height: 0;
padding-top: 58.5%;
}

.hs-blog-post .blog-section .blog-post-wrapper .post-header{
text-align: center;
margin: auto;
padding: 40px 0px;
}

.hs-blog-post .blog-section .blog-post-wrapper .post-header h1{
text-transform: uppercase;
}

.hs-blog-post .blog-section .blog-post-wrapper #hubspot-topic_data a.topic-link{
color: #D36C2A !important;
font-size: clamp(10px, 0.813vw, 13px) !important;
text-align: center !important;
text-transform: uppercase !important;
font-weight: bold !important;
letter-spacing: 2px;
text-decoration: none;
}

.hs-blog-post .blog-section .blog-post-wrapper .post-body{

}

.hs-blog-post .blog-section .blog-post-wrapper .post-body img{
/*   height: 400px !important;
width: 100% !important;
object-fit: cover !important; 
}

.hs-blog-post .blog-section .blog-post-wrapper #hubspot-author_data{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
padding: 20px 0px 40px 0px;
}

.hs-blog-post .blog-section .blog-post-wrapper #hubspot-author_data > *{
margin: 5px;
}

.hs-blog-post .blog-section .blog-post-wrapper #hubspot-author_data .author-link{
text-decoration: none;
color: #4C5765;
}

.hs-blog-post .blog-section .blog-post-wrapper #hubspot-author_data .author-link .green{
text-decoration: none;
color: #D36C2A !important;
font-weight: bold;
}


.hs-blog-post .blog-section .blog-post-wrapper #hubspot-author_data .hs-author-avatar img{
height: 60px;
width: 60px;
border-radius: 60px;
object-fit: cover;
}

.hs-blog-post .blog-section .blog-post-wrapper #hubspot-author_data .hs-author-social-section .hs-author-social-links{
display: flex;
align-items: center;
justify-content: flex-start;
}

.hs-blog-post .blog-section .blog-post-wrapper #hubspot-author_data .hs-author-social-section .hs-author-social-links a.hs-author-social-link{
margin: 5px;
width: 20px;
height: 20px;
background-size: contain;
padding-right: unset !important;
}

.hs-blog-post .blog-section .blog-post-wrapper #hubspot-author_data .hs-author-social-section .hs-author-social-links a.hs-social-facebook{
background-image: url('https://holyjordan.myjordanjourney.com/hubfs/HJJ%20Blog%202021/social-icons/facebook-f-brands.svg');
}

.hs-blog-post .blog-section .blog-post-wrapper #hubspot-author_data .hs-author-social-section .hs-author-social-links a.hs-social-twitter{
background-image: url('https://holyjordan.myjordanjourney.com/hubfs/HJJ%20Blog%202021/social-icons/twitter-brands.svg');
}

.hs-blog-post .blog-section .blog-post-wrapper #hubspot-author_data .hs-author-social-section .hs-author-social-links a.hs-social-linkedin{
background-image: url('https://holyjordan.myjordanjourney.com/hubfs/HJJ%20Blog%202021/social-icons/linkedin-in-brands.svg');
}

.hs-blog-post .blog-section .blog-post-wrapper #hubspot-author_data .hs-author-social-section .hs-author-social-links a.hs-social-google-plus{
background-image: url('https://holyjordan.myjordanjourney.com/hubfs/HJJ%20Blog%202021/social-icons/google-plus-g-brands.svg');
}

.hs-blog-post .hs_cos_wrapper_type_post_listing{

}

.hs-blog-post .hs_cos_wrapper_type_post_listing h3{
position: relative;
margin-left: 60px;
display: flex;
align-items: center;
line-height: 0.8;
margin: 0px;
}

.hs-blog-post .hs_cos_wrapper_type_post_listing h3:before{
content: url('https://holyjordan.myjordanjourney.com/hubfs/HJJ%20Blog%202021/icons/recent-posts-icon.svg');
position: relative;
margin-right: 10px;
width: 35px;
/*   height: 60px;
width: 60px;
}

.hs-blog-post .hs_cos_wrapper_type_post_listing ul{
margin-left: -40px;
}

.hs-blog-post .hs_cos_wrapper_type_post_listing ul li.hs-postlisting-item{
list-style-type: none;
padding: 15px 0px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hs-blog-post .hs_cos_wrapper_type_post_listing ul li.hs-postlisting-item a{
color: #4F4F4F;
text-decoration: none;
}

*/

/* 2. ========== Blog Listing Layout ========== */
.hs-blog-listing .blog-section .blog-listing-wrapper{
  width: 100%;
  max-width: 1250px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 10px;
  padding-right: 10px;
  float: none !important;
}

.hs-blog-listing .blog-section .blog-listing-wrapper .listing-subtitle{
  text-align: center;
  padding: 20px 0px;
}

.hs-blog-listing .blog-section .blog-listing-wrapper-small{
  width: 100%;
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 10px;
  padding-right: 10px;
  float: none !important;
}

.hs-blog-listing .blog-section .blog-listing-wrapper ul#hubspot-topic_data{
  display: inline-block;
  margin-left: -40px;
  text-align: center;
}

.hs-blog-listing .blog-section .blog-listing-wrapper ul#hubspot-topic_data li{
  display: inline-block;
  margin: 10px;
  list-style-type: none;
  text-align: center;
}

.hs-blog-listing .blog-section .blog-listing-wrapper .post-listing{
  display: block;
  padding: 40px 0px 20px 0px;
}

.hs-blog-listing .blog-section .blog-listing-wrapper .post-listing .post-item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0px;
  padding-bottom: unset;
  width: 100%;
}

.hs-blog-listing .blog-section .blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper{
  flex-basis: 60%;
}

.hs-blog-listing .blog-section .blog-listing-wrapper .post-listing .post-item .hs-featured-image-bg{
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 0;
  padding-top: 63.4%;
}

.hs-blog-listing .blog-section .blog-listing-wrapper .post-listing .post-item .hs-featured-image-link{
  display: block;
  width: 100%;
  height: 100%;
}

.hs-blog-listing .blog-section .blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper img{
  width: 100%;
  height: 100%;
  min-width: unset;
  min-height: unset;
  max-width: unset;
  max-height: unset;
  margin: 0px;
  object-fit: cover;
}

.hs-blog-listing .blog-section .blog-listing-wrapper .post-listing .post-item .post-body{
  flex-basis: 37.5%; 
  padding: 10px;
}

.hs-blog-listing .blog-section .blog-listing-wrapper .post-listing .post-item .post-body p,
.hs-blog-listing .blog-section .blog-listing-wrapper .post-listing .post-item .post-body p *{
  font-style: normal !important;
}

.hs-blog-listing .blog-section .blog-listing-wrapper .post-listing .post-item .post-body h2 a{
  color: #000;
  text-decoration: none;
  font-style: normal;
}

.hs-blog-listing .blog-section .blog-listing-wrapper-small .blog-pagination{
  padding: 40px 0px 80px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.hs-blog-listing .blog-section .blog-listing-wrapper-small .blog-pagination > *{
  margin: 20px;
}

.hs-blog-listing .blog-section .blog-listing-wrapper-small .blog-pagination a .next-posts-link,
.hs-blog-listing .blog-section .blog-listing-wrapper-small .blog-pagination a .previous-posts-link{
  text-decoration: none;
}

.hs-blog-listing .blog-section .blog-listing-wrapper-small .blog-pagination .next-posts-link,
.hs-blog-listing .blog-section .blog-listing-wrapper-small .blog-pagination .previous-posts-link{
  height: 40px;
  width: 40px;
  position: relative;
  border-radius: 80px;
  border: 1px solid lightgrey;
  padding: 20px;
  cursor: pointer;
}

.hs-blog-listing .blog-section .blog-listing-wrapper-small .blog-pagination .next-posts-link:hover,
.hs-blog-listing .blog-section .blog-listing-wrapper-small .blog-pagination .previous-posts-link:hover{
  background: rgba(211,107,41,.2);
}

.hs-blog-listing .blog-section .blog-listing-wrapper-small .blog-pagination .next-posts-link:hover .fa,
.hs-blog-listing .blog-section .blog-listing-wrapper-small .blog-pagination .previous-posts-link:hover .fa{
  color: #D36C2A !important;
  font-weight: bold;
}

.hs-blog-listing .blog-section .blog-listing-wrapper-small .blog-pagination .fa{
  position: absolute;
  top: 50%;
  left: 50%;
  color: grey;
}

.hs-blog-listing .blog-section .blog-listing-wrapper-small .blog-pagination .next-posts-link .fa{
  transform: translate(-40%, -45%);
}

.hs-blog-listing .blog-section .blog-listing-wrapper-small .blog-pagination .previous-posts-link .fa{
  transform: translate(-60%, -45%);
}

.hs-blog-listing .blog-section .blog-listing-wrapper-small .blog-pagination .next-posts-link{
  float: right;
}

.hs-blog-listing .blog-section .blog-listing-wrapper-small .blog-pagination .previous-posts-link{
  float: left;
}

.hs-blog-listing .blog-section .blog-listing-wrapper-small .blog-pagination .blog-pagination__number-link{
  color: #4C5765;
  text-decoration: none;
  margin: 2.5px;
  position: relative;
}

.hs-blog-listing .blog-section .blog-listing-wrapper-small .blog-pagination .blog-pagination__number-link:hover{
  font-weight: 900; 
}

.hs-blog-listing .blog-section .blog-listing-wrapper-small .blog-pagination .blog-pagination__number-link:hover:after{
  position: absolute;
  content: '';
  border-bottom: 2px solid #D36B29;
  font-weight: bold;
  width: 12.5px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 900px){
  .hs-blog-listing .blog-section .blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper,
  .hs-blog-listing .blog-section .blog-listing-wrapper .post-listing .post-item .post-body{
    flex-basis: 100%;
  }
}

/* 3. ========== Related Posts ========== */

.hs-blog-post h2.related-posts-title{
  text-align: center; 
}

.related-posts-group{
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 80px 0px;
}

.related-posts-group .related-post-item{
  flex-basis: 40%; 
}


.related-posts-group .related-post-item .feat-img{
  width: 100%;
}

.related-posts-group .related-post-item .feat-img-bg{
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 0;
  padding-top: 66.2%;
}

.related-posts-group .related-post-item .feat-img > a{
  display: block;
  width: 100%;
  height: 100%;
}

.related-posts-group .related-post-item .feat-img img{
  width: 100%;
  height: 100%;
  min-width: unset;
  min-height: unset;
  max-width: unset;
  max-height: unset;
  margin: 0px;
  object-fit: cover;
}

.related-posts-group .related-post-item h2 a{
  color: #2c2c2c;
  text-decoration: unset;
}

.related-posts-group .related-post-item .author-cta{
  display: flex;
  align-items: center;
}

.related-posts-group .related-post-item .author-cta > *{
  margin: 5px;
}

.related-posts-group .related-post-item .author-cta .author-link{
  text-decoration: none;
  color: #4C5765;
  font-size: clamp(13px, 1.125vw, 18px);
}

.related-posts-group .related-post-item .author-cta .author-link .green{
  text-decoration: none;
  color: #D36C2A !important;
  font-weight: bold;
}

.related-posts-group .related-post-item .author-cta .hs-author-avatar img{
  height: 60px;
  width: 60px;
  border-radius: 60px;
}

.related-posts-group .related-post-item .author-cta .more-link{
  float: right;
  margin-left: auto;
  min-width: 110px;
  font-family: 'Montserrat',sans-serif;
}

@media screen and (max-width: 900px){
  .related-posts-group .related-post-item{
    flex-basis: 100%;
    margin: 40px 10px;
  }
}

/* 4. ========== Blog CTA Buttons ========== */

.topic-link-cta{
  background: #fff;
  border: 1px solid #A1A1A1;
  border-radius: 55px;
  padding: 7.5px 17.5px;
  color: #A1A1A1 !important;
  text-decoration: unset !important;
  text-transform: uppercase;
  margin: 20px 0px;
  font-size: 16px;
  font-family: 'Montserrat',sans-serif;
}

.topic-link-cta:hover{
  background: rgba(211,107,41,.2);
  color: #D36C2A !important;
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
}

.read-more-cta{
  background: #fff;
  border: 1px solid #A1A1A1;
  border-radius: 55px;
  padding: 7.5px 17.5px;
  color: #D36C2A !important;
  font-weight: bold;
  text-decoration: unset !important;
  text-transform: uppercase;
  margin: 20px 0px;
  font-size: 13px;
  font-family: 'Montserrat',sans-serif;
}

.green-blog-cta,
.green-blog-cta:hover{
  background: #D36C2A;
  border: 1px solid #D36C2A;
  font-weight: bold;
  border-radius: 55px;
  padding: 7.5px 37.5px;
  color: #fff !important;
  text-decoration: unset !important;
  text-transform: uppercase;
  margin: 20px 0px;
  font-size: 16px;
}

/* 5. ========== Instagram Wall ========== */

/* .hs-blog-post h2#social-wall{
position: relative;
margin-left: 60px;
text-align: left;
font-size: 25px;
color: #2C2C2C;
font-family: 'Montserrat',sans-serif;
font-weight: bold;
font-weight: bold;
text-transform: uppercase;
display: flex;
align-items: center;
line-height: 0.8;
margin: 40px 0px 20px 0px;
}

.hs-blog-post h2#social-wall:before{
content: url('https://holyjordan.myjordanjourney.com/hubfs/HJJ%20Blog%202021/icons/instagram-icon.svg');
position: relative;
margin-right: 10px;
width: 35px;
height: 60px;
width: 60px; 
}

@media (min-width: 768px) {
.hs-blog-post .social-wall-item{
-ms-flex: 0 0 50% !important;
flex: 0 0 50% !important;
max-width: 50% !important;
}
} */

/* 6. ========== MJJ Blog Banner ========== */

#mjj-blog-banner{
  z-index: 9; 
}

#mjj-blog-banner h1,
#mjj-blog-banner h2,
#mjj-blog-banner h3{
  color: #fff;
  letter-spacing: 5px;
  opacity: 1;
  font-family: 'IM Fell English SC', serif;
  font-weight: normal;
  text-align: center;
  text-shadow: 1px 0 0 rgb(0 0 0 / 25%);
}

#mjj-blog-banner h1{
  font-size: clamp(58px, 4.375vw, 70px);
  line-height: clamp(62px, 4.688vw, 75px);
}

#mjj-blog-banner h2{
  font-size: clamp(40px, 3.125vw, 50px);
  line-height: clamp(44px, 3.438vw, 55px);
}

#mjj-blog-banner h3{
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: clamp(22.5px, 1.875vw, 30px);
}

.btn-orange:hover {
  background-color: transparent;
  border: 3px solid #d36c29;
  color: #d36c29 !important;
}

.btn-orange {
  background-color: #d36c29;
  border: 3px solid #d36c29;
  padding: 13px;
  font-family: 'lora','Oswald',sans-serif;
  color: #fff !important;
  font-size: font-size: clamp(14px, 1.125vw, 18px);
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 2.5px;
  font-weight: bold;
}

/* 7. ========== Social Follow ========== */

#social-follow{
  padding: 80px 20px !important;
  background: #F3F4F8;
}

#social-follow h2{
  font-family: 'lora','Oswald',sans-serif;
  color: #182c32;
  text-transform: uppercase;
  font-size: clamp(40px, 3.125vw, 50px);
  line-height: clamp(44px, 3.438vw, 55px);
  font-weight: 700;
}

#social-follow h4{
  font-family: 'loto',sans-serif;
  color: #d36c29;
  text-transform: uppercase;
  font-size: font-size: clamp(12px, 1vw, 16px);
  letter-spacing: 1px;
}


/* 8. ========== Travel Itineraries ========== */
#custom-itinerary{
  padding: 80px 20px !important;
}

#custom-itinerary h2{
  font-family: 'lora','Oswald',sans-serif;
  color: #182c32;
  text-transform: uppercase;
  font-size: clamp(40px, 3.125vw, 50px);
  line-height: clamp(44px, 3.438vw, 55px);
  font-weight: 700;
}

#custom-itinerary h4{
  font-family: 'loto',sans-serif;
  color: #d36c29;
  text-transform: uppercase;
  font-size: font-size: clamp(12px, 1vw, 16px);
  letter-spacing: 1px;
}

.travel-itineraries-items-row{
  padding: 0px 65px;    
}

.travel-itineraries-container{
  position:relative;
  border-radius: 25px;
  margin: 20px auto;
  -webkit-box-shadow: 0 0 10px #636363;
  box-shadow: 0 0 8px #636363;
}

.travel-itineraries-img img{
  border-radius: 25px;
  min-height: 196px;
  height: 196px;
}

.travel-itineraries-container .travel-itineraries-text{
  position: absolute;
  text-align: center;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  padding: 40px 20px;
  color: #FFF;
  font-family: 'lora','Oswald', sans-serif;
  text-transform:uppercase;
  font-weight: 700;
  font-size: 26px; /*30px*/
}

.travel-itineraries-container .overlay{
  position: absolute;
  width: 100%;
  background-color: rgba(211, 108, 41, 0.6);
  bottom: 0;
  top: -1px;
  left: 0;
  right: 0;
  border-radius: 25px;
}

.footer {
  background-color: #fff !important; 
}

.footer-container-wrapper .footer-copyright {
  padding: 0px !important;
}

.footer-container-wrapper .footer-copyright .f-container {
    display: flex
}

.footer-container-wrapper .footer-copyright .f-item {
    flex-grow: 1;
    height: 3rem;
    padding: 1rem 0 4rem
    font-family: 'Draft B', sans-serif !important;
}

@media screen and (min-width: 768px) {
  .l-text-right {
        text-align:right;
    }
}

.footer-nav, .footer-socials, .footer-copyright {
  font-family: 'Draft B', sans-serif !important;
}

.footer-socials p.text-lg {
   font-family: 'Draft B', sans-serif !important;
   font-size: 1rem;
}

.footer ul.links li a {
    font-family: 'Draft B', sans-serif !important;
    font-size: 16px;
}

@media(min-width:768px){
  .footer-division a, .footer-division span{
    font-size: 16px!important;
  }
}

.footer ul.links {
    list-style: none;
    margin: 0 0 2rem;
}

.footer ul.links li a {
    color: #434343 !important;
    opacity: .7
}

.footer ul.links li a:hover {
    text-decoration: underline
}

.footer ul.links li a.category-top {
    color: #000 !important;
    opacity: 1
}

.hs-embed-wrapper {
  margin: 0px !important;
}

body input[type="email"] {
  margin-bottom: 0px !important;
}

.simple-subscribe-banner-wrapper input[type="email"] {
  margin-bottom: 1rem !important;
}

.hs-form-2d5821d0-9374-4d27-9158-e2167eae0319_4cb8f02a-e8cb-4dee-baab-ea695e5c158b.stacked .field {
  margin-bottom: 0px !important;
}
.stacked .field {
   margin-bottom: 0px !important;
}

.actions {
    background: transparent;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border-top: none;
    margin: 0 !important;
    padding: 0 !important;
}

.footer-socials p {
  margin-bottom: 0.25rem; 
}

.footer-socials .input, .footer-socials .input input {
  width: 100% !important;
}

.footer-socials .input {
  margin-bottom: 0.5rem !important;
}

.hs-button.primary {
    background: transparent;
    background: #d36c29 !important;
    border: 3px solid #d36c29 !important;
    border-radius: 2.5px;
    box-shadow: none;
    color: #fff;
    color: #fff !important;
    display: inline-block;
    font-family: 'Draft B', sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0;
    padding: 6px 18px;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    line-height: 12px !important;
}

body .hs-button.primary, body input[type="submit"], body input[type="button"] {
    background: #d36c29 !important;
    border-style: solid;
    border-width: 2px;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 18px;
    font-size: 1rem;
    line-height: 1.42857143;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #34495e;
    border-color: #34495e;
    -webkit-appearance: none;
    text-shadow: none !important;
    box-shadow: none !important;
    line-height: 12px !important;
    font-family: 'Draft B', sans-serif !important;
}

.hs-button:hover, .hs-button:hover:not(.inactive) {
  padding: 6px 18px !important;
  font-size: 1rem !important;
  font-family: 'Draft B', sans-serif !important;
}

form .hs-button.primary:hover {
    background: #ff8434 !important;
    border: 3px solid #ff8434 !important;
    color: #fff !important;
}

.hashtags a:hover {
    text-decoration: underline !important;
}

.bottom {
     font-family: 'Draft B', sans-serif !important;
}

.hashtags p.text-lg {
    line-height: 24px !important;
}

.bottom {
  padding-top: 1.5rem !important;
}

/*FOOTER*/
.footer {
  background:#fff !important;
  color:#434343;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.footer .footer-title {
  font-family: 'Draft B', sans-serif !important;
  font-size:25px;
  margin-bottom:20px;
}
.footer ul.links {
  list-style:none;
  margin:0;
  padding:0;
}
.footer ul.links li a {
  color:#434343;
  font-family: 'Draft B', sans-serif !important;
  font-size:14px;
  line-height: 30px;
}
.footer i {
  /* 	float:left; */
  margin-top: 9px;
}
.footer span {
  padding-left:20px;
  /* 	float:left; */
  padding-left: 12px;
  margin-top: 7px;
  font-size: 14px;
  font-family: 'Draft B', sans-serif !important;
}
.bottom {
  background:#000;
  padding: 0px !important;
  color:#fff;
  font-size:12px;
  font-family: 'Draft B', sans-serif !important;
}

.footer-container-wrapper .footer-copyright {
  padding-top: 20px !important;
  padding-bottom: 10px !important;
}

.footer ul.links {
  list-style:none;
  margin:0;
  padding:0;
  margin-bottom: 2rem !important;
}

.footer-container-wrapper .widget-type-rich_text {
   margin-bottom: 0px !important; 
}

.translateFlags {
    height: 20px;
}

@media (max-width:899px){
  .social-icons {
    text-align: left !important;
    margin-top: 10px;
  }
  
  .span12.widget-span.widget-type-cell.container-fluid.footer {
    padding-bottom: 0px !important;
  }
  
  .footer-copyright .row-fluid .f-container .f-item.l-text-right {
    text-align: left !important;
    padding-left: 20px !important;
  }
  .footer-division, .row-fluid-wrapper {
    width: 100% !important;
    min-width: 100% !important;
  }
  .footer-division {
    width: 100% !important;
    min-width: 100% !important;
  }
  .hs_cos_wrapper_type_rich_text p span {
    text-align: left !important;
  }
}

/* 2024 */

@media (max-width:899px){
  footer .copyright, footer div.container.bottom, footer .socials .container.top, footer .jordanJourney .container.middle {
      max-width: 100%;
      width:100% !important;
      margin: 0px !important;
      text-align: unset;
    }

  footer .copyright .f-container .f-item.l-text-right {
    margin-left: 20px !important;
    font-size: 9px !important;
    text-align: left !important;
  }
  
  .footer-socials .padding-mobile-testimonials.space {
    padding: 20px 20px !important;
  }
  
  .footer-container-wrapper .footer-container .widget-type-global_group .footer-nav .footer .container {
    padding: 0px 20px !important;
  }
  
  .footer-container-wrapper div.span12.widget-span.widget-type-cell.container {
    padding: 0px !important;
  }
  
  .header-menu #global-logo img, footer .copyright .f-container .f-item img {
    max-width: 120px !important;
    width: 120px !important;
  }
  
  #global-logo {
    vertical-align: middle;
  }
  
  div.header__container {
    line-height: 1 !important;
  }
  
  .footer span {
    padding-left: 0px !important;
  }
  
  .footer-container-wrapper .footer-copyright {
      padding: 20px 20px !important;
      font-size: 9px !important;
  }
  .bottom {
      font-size: 9px !important;
  }

}

/*mobile menu*/

@media screen and (max-width: 920px) {
    #global-menu {
        background: #fff;
        display: none;
        height: 100vh;
        left: 0;
        overflow: auto;
        padding: 20px;
        position: fixed;
        top: 0;
        width: 80vw;
        z-index: 9999;
    }
  
    .header-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li a {
        color: #434343 !important;
        padding: 16px 0px 0px 0px;
        text-align: left;
    }
  
    .header-menu .hs-menu-wrapper ul.hs-menu-children-wrapper {
        background: #fff;

    }
  
    .header-menu .global-menu__container .close {
        align-items: center;
        background: #000;
        border-radius: 35px;
        cursor: pointer;
        height: 35px;
        justify-content: center;
        position: absolute;
        right: 15px!important;
        top: 15px!important;
        transition: background .5s ease;
        width: 35px;
        z-index: 9;
    }
  .header-menu .global-menu__container .close:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 15.6 15.6'%3E%3Cpath d='m9.399 7.841 5.9-5.8c.4-.4.4-1 .1-1.5s-1-.6-1.5-.3l-.2.2-5.9 5.9-5.9-5.9c-.4-.4-1.1-.5-1.5-.1l-.2.2c-.3.5-.3 1.1.1 1.5l5.9 5.8-5.9 5.8c-.4.4-.4 1-.1 1.5s1 .6 1.5.3l.2-.2 5.9-5.9 5.9 5.9c.4.4 1.1.5 1.5.1l.2-.2c.3-.5.3-1.1-.1-1.5z' fill='white' stroke='white' class='st0'/%3E%3C/svg%3E");
        color: #fff;
        content: "";
        display: block;
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        height: 11.5px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 11.5px
    }
}