.gathr_button {
    display: table;
    width: auto;
    margin: auto;
    padding: 12px 24px;
    font-size: 19px;
    line-height: 19px;
    font-weight: bold;
    background: #6E6EEF;
    color: #fff;
    border-radius: 10px;
    border: 0;
    text-decoration: none;
    text-transform: none;
}
.gathr_button:hover {
   cursor: pointer;
}
.gathr_button img {
   display: inline-block;
   vertical-align: middle;
   width: auto;
   height: 24px;
}
.gathr_button div {
   display: inline-block;
   vertical-align: middle;
   width: 1px;
   height: 38px;
   background: #fff;
   margin: auto 14px;
}
.gathr_button span {
   display: inline-block;
   vertical-align: middle;
}
.gathr_iframe {
    height: 600px !important;
}
.font_cookie {
	font-family: 'Cookie', cursive;
	font-size: 22px!important;
}
.font_arial {
	font-family:'Arial', cursive;
}
.font_lato {
	font-family: 'Lato', cursive;
}
.font_comic_neue {
	font-family: 'Comic Neue', cursive;
}
.font_inter {
	font-family: 'Inter', cursive;
}
.font_bree_serif {
	font-family: 'Bree Serif', cursive;
}
.font_poppins {
	font-family: 'Poppins', sans-serif;
}
/* Talent Inquiry Modal CSS */
.gathr_modal, #gathr_talent_inquiry_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    font-family: 'Montserrat', sans-serif !important;
}

.gathr_modal_overlay {
    background-color: rgba(0,0,0,0.8);
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gathr_modal_container {
    position: relative;
    top: initial;
    bottom: initial;
    border-radius: 20px;
    margin: 5% 0;
    left: 50%;
    transform: translate(-50%,0%);
    z-index: 20;
    width: 90%;
    max-width: 650px;
    background: #F9F9F9;
    text-align: center;
 }
 .gathr_modal_dark_gray_bg {
   background: #282828;
}
 .gathr_modal_inner {
    display: block;
    width: 100%;
    margin: auto;
    padding: 0 0;
    text-align: left;
    background: unset
 }
 .gathr_modal_close {
    position: absolute;
    top: 7px;
    right: 10px;
    font-weight: bold;
    font-size: 20px;
    z-index: 10;
    cursor: pointer;
    color: #000000;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(63 63 70);
    color: #fff;
    border-radius: 50%;
    padding: 5px;
 }
