/*
Theme Name: Varn+Search
Author: Steve Furley - https://www.varn.co.uk/
Version: 900003.2.2
*/
@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat-Regular.eot');
    src: url('./assets/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/Montserrat-Regular.woff2') format('woff2'),
    url('./assets/fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat-Medium.eot');
    src: url('./assets/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/Montserrat-Medium.woff2') format('woff2'),
    url('./assets/fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
.social-item{
    margin: 0 10px;
}
.social-link, .social-link:hover{
    text-decoration: none;
    outline: none;
}
.social-item-icon{
    width: 40px;
    height: 40px;
}
.background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.w-100 {
    width: 100%;
}

.short-container {
    max-width: 970px;
    margin: 0 auto;
}

.left-block a {
    text-decoration: underline;
    word-wrap: break-word;
}

.select_custom_posts_or_most_recent .image-wrapper img {
    -webkit-transform: scale(1.3);
    top: 15%;
    position: relative;
    transform: scale(1.3);
}

.select_custom_posts_or_most_recent .entry-podcast .image-wrapper img {
    top: 10%;
}

.select_custom_posts_or_most_recent .post-block:hover .image-wrapper img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

#header .header-text-block {
    padding: 0 !important;
    padding-left: 5px !important;
}

.login-button a:hover {
    -webkit-transition: background .3s ease, -webkit-box-shadow .3s ease;
    transition: background .3s ease, -webkit-box-shadow .3s ease;
    transition: background .3s ease, box-shadow .3s ease;
    transition: background .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease;
    background: #9d9d9d !important;
    color: #fff !important;
}

.logout-button {
    margin-top: 10px;
}

.slick-dots {
    bottom: 15px;
}

.slick-dots li button:before {
    font-size: 16px;
}

.partner-logo {
    padding: 15px;
}

.partner-logo img {
    max-height: 110px;
}

.ajax-button img {
    display: none;
}

.ajax-button.ajax-loading a {
    display: none !important;
}

.ajax-button.ajax-loading img {
    display: inline !important;
}

.page-template-contact-page .flexxing .rightside {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
}

.contact-page-form .form-wrapper .compulisve-box {
    margin: 0 auto;
}

.contact-page-form .form-wrapper .submit-button {
    text-align: center;
}

.select_custom_posts_or_most_recent .post-block .read-time {
    font-weight: 500;
    font-size: 12px;
    color: #333;
    line-height: 23px;
}

.contact-page-form .form-wrapper .submit-button input {
    width: 100%;
}

.contact-page-form .form-wrapper .compulisve-box {
    width: 100%;
}

i.clock {
    display: inline-block;
    width: 14px;
    height: 16px;
    background-image: url(./assets/img/clock.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    margin: 12px 5px 5px auto;
}

.author-block .image-wrapper {
    border-radius: 0;
    height: 58px;
}

a.signup-button {
    font-size: 17px !important;
}

.ambassador-page-content {
    max-width: 75%;
    margin: 0 auto;
}

.ambassador-logo {
    border-bottom: 3px solid #e1e1e1;
}

.ambassador-tile .logo-wrapper {
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffcc32;
}

.ambassador-tile {
    padding: 15px;
}

.ambassador-wrapper {
    box-shadow: 0px 0px 8px 4px rgba(225, 225, 225, 1);
    width: 100%;
    /*height: 100%;*/
}

.ambassador-content-wrapper {
    height: 100%;

}

.ambassador-content {
    transition: all 0.5s ease-out;
    background: #fff;
    z-index: 1;
    overflow: hidden;
}

.ambassador-content.collapsed {

    box-shadow: 0px 0px 8px 4px rgba(225, 225, 225, 1);
    position: absolute;
    z-index: 2;
}

.ambassador-name {
    font-weight: 800;
    font-size: 22px;
}

.ambassador-job {
    font-size: 22px;
}

.ambassador-title {
    font-weight: 800;
    font-size: 26px;
    margin-top: 10px;
}

.ambassador-short-description {
    margin: 30px 0;
}

.ambassador-button {
    margin-top: 30px;

}

.ambassador-button a:after {
    content: '';
    display: block;
    height: 19px;
    width: 26px;
    background-image: url(./assets/img/arrow.png);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s ease-out;
    transform-origin: center;
}

/* .ambassador-button.collapsed{
	position: absolute;
	    bottom: 30px;
	    width: 90%;
} */
.ambassador-button a.collapsed {
    margin-top: 30px;
}

.ambassador-button a.collapsed:after {
    transform: rotate(-180deg);
}

.ambassador-button a {
    position: relative;
    width: 100%;
    font-size: 22px;
    z-index: 2;
    position: relative;
}

.ambassador-description {
    transition: all 0.3s ease-out;
    display: none;
    overflow: hidden;
    /*     position: absolute;
    overflow: hidden;
    display: none;
    transition: all 0.5s ease-out;
    opacity: 0;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 0px 8px 4px rgba( 225, 225, 225, 1);
    left: 0;
    top: 50%;
    z-index: 0; */
}

.ambassador-description.collapsed {
    display: block;
    opacity: 1;
    z-index: 1;
}

.job-filter-block {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 15px;
}

.sort-filter {
    margin-top: 15px;
}

.sort-filter .grey-button {
    padding: 13px;
    font-size: 15px;
}

.grey-button.arrow:after {
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 0;
    border-left: 13px solid #333;
    font-size: 0;
    margin-left: 10px;
}


.job-single-tile-wrapper {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 30px 15px;

}

.white-button,
.yellow-button {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
    padding: 12px 16px;
    white-space: nowrap;
    color: #333;
}

.yellow-button.arrow:after {
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 0;
    border-left: 13px solid #333;
    font-size: 0;
    margin-left: 10px;
}

.yellow-button {
    background-color: #ffcc32;
}

.job-info-button-block a {
    margin-right: 15px;
    min-width: 150px;
    font-weight: 700;
    text-align: center;
    min-height: 50px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}

.job-info-block span {
    font-weight: 800;
}

.job-info-application,
job-info-location {
    word-break: break-all;
}

.job-info-button-block a i.share {
    margin-right: 5px;
}

.job-single-tile {
    margin-bottom: 30px;
}

.job-single-tile:last-child {
    margin-bottom: 0;
}

i.share {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('./assets/img/share-icon.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.job-filter-block .form-control:focus {
    box-shadow: none;
}

.job-filter-block input[type=checkbox] {
    width: auto;
    display: inline-block;
    height: auto;
}

.job-filter-block input[type=radio] {
    width: auto;
    margin: 0 auto;
}

.job-info-title {
    width: 100%;
}

.job-right-column {
    width: 100%;
}

.job-filter-block select,
.job-filter-block input[type="text"] {
    background-color: #ebebeb;
    border-radius: 0;
}

.job-filter-block label {
    font-weight: 800;
}

.job-filter-block label.thin {
    font-weight: 500;
}

.job-filter-block .grey-button {
    width: 100%;
    border: 0;
}

.flexible-access-block.access_block .bigblock.rightblock .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

}

.job-logo-company {
    width: 100%;
    max-width: 300px;
}

.job-left-column img {
    max-width: 100%;
    width: 100%;
    /*max-height: 200px;*/
}

.job-left-column {
    max-width: 30%;
    width: 100%;
}

img.aligncenter {
    margin: 0 auto;
}

.grey-button .fa-sort-up,
.grey-button .fa-sort-down {
    font-size: 25px;
}

.grey-button .fa-sort-up {
    position: relative;
    top: 8px;

}

.grey-button .fa-sort-down {
    position: relative;
    top: -1px;

}

.top-filter-block p {
    margin: 0;
}

.top-filter-block a.active span {
    color: #ffcc32;
}

.top-filter-block a:first-child {
    margin-right: 15px;
}

.ads-sidebar-block {
    margin: 30px 0;
}

.ads-sidebar-block img,
.ads-sidebar-block a {
    width: 100%
}

.bl-tile a {
    word-wrap: break-word;
}

.bl-tile {
    padding: 25px 0;
}

.bl-date span {
    font-weight: 700;
}

.bl-content-block {
    padding: 15px 0;
}

.bl-button a {
    margin-right: 15px;
    min-width: 150px;
    font-weight: 700;
    text-align: center;
    min-height: 50px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}

.mp_wrapper .mepr-unauthorized-message a {
    background: none;
    box-shadow: none;
    color: #000 !important;
    padding: 0;
    text-decoration: underline;
}

.form-signup .mepr_price {
    display: none;
}

.form-signup h2 {
    color: #fff;
    font-size: 22px;
    text-align: center;
}

.access_block_login .form-signup .mp-form-label {
    text-align: left;
}

.form-signup .mepr-submit {
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 13px;
    color: #ffcc32;
    webkit-transition: background .3s ease, -webkit-box-shadow .3s ease;
    transition: background .3s ease, -webkit-box-shadow .3s ease;
    transition: background .3s ease, box-shadow .3s ease;
    transition: background .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease;
    border: 0;
    background: #595959;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
    padding: 12px 16px;
    white-space: nowrap;
    width: 100%;
    position: relative;
    top: 10px;
}

.form-signup .mp_wrapper .mp-form-row {
    margin-bottom: 10px;
    width: 100% !important;
    padding: 15px 30px 0 30px;
}

.form-signup .mp-form-submit {
    margin: 0;
    padding: 0;
    padding: 15px 30px 0 30px;
}

.form-signup .mepr-submit:hover {
    background: #303030;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

.form-signup {
    /*padding-top: 30px;*/

}

.form-signup .mp_wrapper {
    background-color: #D8D8D8;
    padding: 30px 0 30px 0;
    margin-top: 30px;
}

.bl-logo img {
    width: 200px;
    max-height: 200px;
}

.mp_wrapper.mp_login_form form .mp-form-row:nth-child(2n), .mp_wrapper .mp_login_form form .mp-form-row:nth-child(2n),
.mp_wrapper.mp_login_form form .mp-form-row:nth-child(odd), .mp_wrapper .mp_login_form form .mp-form-row:nth-child(odd) {
    padding: 0;
}

.contact-page-form .form-wrapper label span.label-text {
    padding-right: 0;
    width: 100%;
    text-align: center;
}

.contact-page-form .form-wrapper label {
    flex-direction: column;
    align-items: center;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.contact-page-form .form-wrapper label input, .contact-page-form .form-wrapper label textarea {
    width: 100%;
}

.sidebar-advert-wrapper img {
    margin: 0 auto;
    width: 100%;
}

.access_block_login h1.page-main-title {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    align-self: center;
}

.access_block_login p {
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

.login-page {
    background-color: #fff;
}

.login-page .under-block h4 {
    text-transform: uppercase;
    font-weight: bold;
}

.access_block_login {
    background-image: url('./assets/img/login-page-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    padding: 50px 15px;
}

.access_block_login .form-block-wrapper {
    margin: -15px;
}

.access_block_login .signup-content {
    background-color: #fff;
    color: #333;
}

.access_block_login .top-content {
    background-color: #FFCC32;
    padding: 15px 30px;

}

.access_block_login .bottom-content {
    padding: 15px 30px;

}

.access_block_login h3 {
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
}

.access_block_login .login-content {
    background-color: #D8D8D8;
}

.access_block_login .signup-form-wrapper,
.access_block_login .login-form-wrapper {
    height: 100%;
}

.access_block_login .login-rememberme input {
    display: none;
}

.access_block_login .login-rememberme label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.access_block_login .login-rememberme label:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #fff;
    margin-right: 10px;
}

.access_block_login .login-rememberme input:checked + label:before {
    background-color: #333;
    border: 3px solid #fff;
}

.access_block_login .mp_wrapper.mp_login_form form .submit {
    margin: 0;
}

.access_block_login .login-rememberme {
    width: 100%;
    text-align: center;
}

.access_block_login .mp-form-label {
    text-align: center;
    margin-bottom: 10px;
}

.access_block_login .mp_wrapper.mp_login_form {
    padding: 0 !important;
}

.access_block_login .mp_wrapper.mp_login_form form .mp-form-row {
    width: 100% !important;
    padding: 0 !important;
}

.access_block_login .signup-content {
}

.access_block_login .signup-content {
}

.access_block_login .signup-content,
.access_block_login .login-content {
    padding: 30px 30px 45px 30px;
    flex: 1;
}

.access_block_login .grey-button {
    display: inline-block;
}

.access_block_login .signup-form,
.access_block_login .login-form {
    padding: 15px 0;
    width: 100%;
}

.bullet-column {
    width: 100%;
}

.access_block_login .form-block {
    padding-top: 30px;
}

.bullet-item {
    display: flex;
    color: #fff;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.bullet-item p {
    font-weight: 500;
    text-align: left;
    flex: 1;
}

.bullets-block h3 {
    margin-bottom: 30px;
}

.bullets-block-wrapper {
    position: sticky;
    top: 180px;
}

.bullets-block {
    /*padding-top: 70px;*/
    padding-left: 60px;
}

.bullet-item:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 18px;
    background-image: url(./assets/img/icons/tick.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
    margin-top: 7px;
}

.page-404 a {
    display: block;
    color: #333;
    font-weight: 800;
    padding: 7px;
    font-size: 18px;
}

.select_custom_posts_or_most_recent .post-block .image-wrapper {
    height: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.event_partner_logos .logos {
    flex-wrap: wrap;
    justify-content: center;
}

.li-icon {
    height: 25px;
    margin-right: 10px;
}

.li-title.text-center {
    padding-top: 30px;
    color: #000000;
    font-weight: bold;
    font-size: 26px;
}

.li-button-wrapper {
    padding: 7px 20px;
    border: 1px solid;
    border-radius: 20px;
}

.li-button {
    padding: 10px;
}

.li-buttons-block {
    padding-top: 10px;
}

.accordion-title {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.accordion-title:after {
    content: '';
    display: inline-block;
    border-bottom: 0;
    border-top: 17px solid #494949;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    transition: all 0.4s ease-out;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-title:not(.collapsed):after {
    content: '';
    display: inline-block;
    border-top: 0;
    border-bottom: 17px solid #494949;
}

.accordion_section {
    padding: 25px 0;
}

.accordion-body {
    margin-top: 15px;
}

.accordion-item {
    padding: 25px;
    border: 1px solid;
}

.rms-title {
    margin-bottom: 25px;
    font-weight: bold;
}

.rms-expand {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.rms-expand span {
    cursor: pointer;
}

.rms-expand span:after {
    content: '';
    display: inline-block;
    border-bottom: 0;
    border-top: 14px solid #494949;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    transition: all 0.4s ease-out;
    margin-left: 10px;
}

.rms-expand:not(.collapsed) span:after {
    content: '';
    display: inline-block;
    border-top: 0;
    border-bottom: 14px solid #494949;
}

.read_more_section {
    padding: 25px 0;
}

.buzzsprout-player-block {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.buzzsprout_player {
    padding: 25px 0;
}

.entry-podcast-title {
    font-size: 26px;
    line-height: 1.3;
    margin-top: 10px;
    padding: 0 10px;
}

.date-block {
    padding: 0 10px;
}

.entry-podcast .date {
    font-size: 16px !important;
    margin-top: 5px;
}

.entry-podcast .entry-overlay-icon {
    position: absolute !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
}

.entry-podcast .post-overlay {
    background: rgba(0, 0, 0, .3) !important;
}

.single-block-content a {
    text-decoration: underline;
}

.download-brochure {
    position: fixed;
    right: -200%;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    max-width: 509px;
    width: 100%;
    height: 340px;
    display: none;
    z-index: 10000;
    border: 1px solid #000000;
}

.download-brochure-wrapper {
    display: flex;
    z-index: 100;
    position: relative;
    width: 100%;
}

.download-brochure .r-block-wrapper span {
    /*transform-origin: left top 0;
    transform: rotate(-90deg) translate(-205px, 12px);*/
    padding: 10px;
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333333;
    line-height: 1;
    font-weight: bold;
}

.download-brochure .r-block svg.triangle {
    transform: rotate(-90deg);
    position: relative;
    /*top: 4px;*/
    margin-left: 3px;
    transition: all 0.3s ease-out;
}

.download-brochure.opnd .r-block svg.triangle {
    transform: rotate(-30deg);
}

.download-brochure h5:after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    display: inline-block;
    background: #ffcc32;
    left: 0;
    bottom: -8px;
}

.download-brochure label {
    width: 100px;
    text-align: left;
}

.download-brochure .brochure-input {
    margin-top: 20px;
}

.download-brochure button {
    border: 0;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.download-brochure input[type="text"],
.download-brochure input[type="email"] {
    padding: 10px;
    background-color: #EBEBEB;
    border: 1px solid #C1C1C1;
    width: 100%;
}

.download-brochure h5 {
    font-size: 15px;
    color: #333333;
    position: relative;
    font-weight: bold;
    margin-bottom: 35px;
    margin-left: 15px;
}

.download-brochure .r-block {
    background-color: #FFCC32;
    cursor: pointer;
    position: absolute;
    transform: rotate(-90deg);
    bottom: -1px;
    left: 0;
    transform-origin: bottom left;
    border: 1px solid #000000;
    width: 340px;
}

.download-brochure .left-block {
    padding: 15px;
    width: 100%;
}

.download-brochure .button svg {
    margin-left: auto;
}

.download-brochure .brochure-img {
    position: absolute;
    right: 0;
    bottom: -11px;
    font-size: 0;
}

.brochure-close {
    cursor: pointer;
    z-index: 200;
    background-color: #a9b71c;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Lato;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

.thank-you-mailchimp h3 {
    color: #a9b71c;
    font-weight: bold;
}

.thank-you-mailchimp {
    display: none;
    text-align: center;
}

.download-brochure .title svg {
    position: relative;
    /*top: 3px;*/
    margin-right: 10px;
}

.download-brochure .title {
    font-size: 27px;
    color: #fff;
    line-height: 1;
    margin-bottom: 17px;
}

.download-brochure p {
    font-size: 14px;
}

.testimonial_block {
    overflow: hidden;
}

.register-forms > * {
    width: 100%;
    padding-top: 30px;
}

.job-ads {
    margin-bottom: 40px;
}

.job-ad-item-wrapper {
    position: relative;
    color: #fff;
}

.job-ad-item-wrapper .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);

}

.job-ad-content h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.job-ad-content {
    z-index: 10;
    position: relative;
    padding: 15px;
}

article.featured .cover:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 73px;
    height: 74px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('./assets/img/featured-video.png');
}

@media only screen and (min-width: 768px) {
    .download-brochure .r-block-wrapper span {
        padding: 20px;
    }

    .download-brochure .left-block {
        padding: 30px 60px 30px 45px;
    }

    .download-brochure h5 {
        font-size: 22px;
    }

    .fate-block,
    .entry-podcast-title {
        padding: 0;
        /*margin-bottom: 15px;*/
    }

    .sort-filter {
        margin-top: 0;
    }

    .sort-filter .grey-button {
        padding: 12px 16px;
        font-size: 16px;
    }

    .access_block_login h1.page-main-title {
        font-size: 45px;
        line-height: 51px;
    }

    .bullet-column {
        width: 50%;
    }

    .access_block_login .signup-form,
    .access_block_login .login-form {
        padding: 15px;
        width: 50%;
    }

    .select_custom_posts_or_most_recent .post-block .image-wrapper {
        height: 300px;
    }

    .select_custom_posts_or_most_recent .post-block.entry-podcast .image-wrapper {
        height: 290px;
    }

    .bl-content-block {
        padding: 0 15px;
    }

    .bl-tile {
        padding: 25px 15px;
    }

    .contact-page-form .form-wrapper .compulisve-box {
        margin-left: 0;
    }

    .contact-page-form .form-wrapper .submit-button {
        text-align: left;
        padding-left: 109px;
    }

    .contact-page-form .form-wrapper .submit-button input {
        width: 343px;
    }

    .contact-page-form .form-wrapper .compulisve-box {
        width: 343px;
    }

    .wpcf7-form-control-wrap {
        width: auto;
    }

    .contact-page-form .form-wrapper label input, .contact-page-form .form-wrapper label textarea {
        width: 343px;
    }

    .contact-page-form .form-wrapper label {
        flex-direction: row;
        align-items: start;
    }

    .contact-page-form .form-wrapper label span.label-text {
        padding-right: 18px;
        width: 110px;
        text-align: left;
    }

    .mp_wrapper.mp_login_form form .mp-form-row:nth-child(odd), .mp_wrapper .mp_login_form form .mp-form-row:nth-child(odd) {
        padding-right: 10px;
    }

    .mp_wrapper.mp_login_form form .mp-form-row:nth-child(2n), .mp_wrapper .mp_login_form form .mp-form-row:nth-child(2n) {
        padding-left: 10px;
    }

    .page-template-contact-page .flexxing .rightside {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 60px;
    }

    .register-forms > * {
        width: 50%;
        padding-top: 0;
    }

}

@media only screen and (min-width: 992px) {

    .background_image_and_text {
        padding-bottom: 124px;
    }

    .flexible-access-block.access_block .bigblock.rightblock .inner {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
    }

    .flexible-access-block.access_block .bigblock.rightblock .inner .left-access-block,
    .flexible-access-block.access_block .bigblock.rightblock .inner .flex-column.bullets {
        width: 50%;
    }

    .flexible-access-block.access_block .bigblock .inner .extra-text {
        border: 0;
    }
}

.bl-tile .bl-button--top {
    display: none;
}

.bl-tile .bl-button--bottom {
    display: none;
}

@media (min-width: 992px) {
    .bl-tile .bl-button--top {
        display: initial;
    }
}

@media (max-width: 991px) {
    .bl-tile .bl-button--bottom {
        display: initial;
    }
}

.single-business_company .select_custom_posts_or_most_recent .post-block .image-wrapper {
    box-shadow: 0 0 1px #eee;
    background: #fff;
    background-position: center;
    background-size: initial;
}
h1 {
    font-size: 35px;

}
h2 {
    font-size: 28px

}
button{
    cursor: pointer;
}
.select_custom_posts_or_most_recent .post-block h3 {
    color: #fff;
    font-size: 26px;

}
.select_custom_posts_or_most_recent .post-block.big h3 {
    font-size: 26px;
    color: black;
    padding: 0;
}

a href{
    text-decoration: underline;
}
.bottom-block-ads{
    margin-bottom: 50px;
}
.bottom-block-ads .track-ad{

}
.bottom-block-ads .track-ad a{
    display: block;
}
.bottom-block-ads .track-ad a img{
    margin: 0;
}
/* boxes */
#header.active,
.job-filter-block,
.job-single-tile-wrapper{
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
@media(max-width:768px){
    body.logged-in.admin-bar #header.active {
        top: 0;
    }
}
/* buttons */
.yellow-button,
.white-button{
    max-width: 150px;
    border-radius: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}
/* yellow button */
.yellow-button{

}
.yellow-button:hover{
    color: #333;
    background-color: #ffe38f;
}
/* wrapper job item archive */
.job-single-tile-wrapper {
    padding: 15px;
}
#header.active, .job-filter-block, .job-single-tile-wrapper {
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
}
.sidebar-advert-wrapper > a {
    display: flex;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
}
.job-logo-company{
    display: flex;
    box-shadow: 0 0 1px rgb(0 0 0 / 50%);
    background: #fff;
    max-width: 220px;
}
.heading-block-text{
    color: #fff;
}
.container {
    max-width: 1340px!important;
}
.table-block table {
    margin-left: auto;
    margin-right: auto;
}
.flexible-item.quote_block .quote-block blockquote:before{
    content: none;
}
.quote-block blockquote {
    font-size: 23px;
    text-align: center;
    padding: 40px 10px 70px 10px;
    position: relative;
    background: transparent;
    font-weight: initial;
    color: initial;
    line-height: initial;
    margin-top: initial;
    margin-bottom: initial;
}
.bl-tile .bl-button--top{
    display: none;
}
.bl-tile .bl-button--top a{
    margin: 0;
}

.bl-tile .bl-button--bottom{
    display: none;
}
.social-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media  (min-width: 992px) {
    .bl-tile .bl-button--top{
        display: initial;
    }
}

@media (max-width: 991px) {
    .bl-tile .bl-button--bottom{
        display: initial;
    }
}
.table-block table {
    min-width: initial;
    width: 100%;
}
.table-block table tbody tr td:not(:first-child) {
    color: #d4a928;
    line-height: 1;
}
@media(max-width: 768px){
    .table-block table tbody tr td {
        padding: 5px;
    }
    .table-block table tbody tr td:not(:first-child) {
        text-align: left;
        font-size: 15px;
    }
}
.single-job_listing .select_custom_posts_or_most_recent .image-wrapper img {
    max-width: 350px;
    width: auto;
    height: auto;
}
.single-business_company .image-wrapper{
    background-size: none;
    box-shadow: 0 0 1px rgb(0 0 0 / 50%);
    background: #fff;
}

/*dropdown-menu*/
@media(min-width: 1000px){
    #header-menu .navbar-nav{
        flex-wrap: nowrap;
    }
}
@media(min-width:769px){
    #header-menu .menu-item-has-children>ul.dropdown-menu{
        flex-direction: column;
        position: absolute;
        top: 80%;
        left:0;
        height: 0;
        overflow: hidden;
        border: none;
    }
    #header-menu .menu-item-has-children:last-child>ul.dropdown-menu{
        left:auto;
        right:0;
    }
    #header-menu .menu-item-has-children>ul.dropdown-menu a{
        padding: 10px 20px;
    }
    #header-menu .menu-item-has-children:hover>ul.dropdown-menu{
        align-items: flex-start;
        padding: 10px 0;
        top: 90%;
        height: max-content;
        overflow: visible;
        transition: top .1s;
        border: 1px solid rgba(0,0,0,.15);
        width: 250px;
    }
    #header-menu .menu-item-has-children:hover>ul.dropdown-menu span{
        white-space: normal;
    }
    a.dropdown-item:active {
        color: #000;
        background-color: #fff;
    }
    #header-menu .navbar-nav{
        flex-direction: row;
    }
    .dropdown-toggle:after{
        border: none;
        margin-left: 0;
    }
    #header-menu .menu-item-has-children>ul.dropdown-menu a:hover,
    #header-menu .menu-item-has-children>ul.dropdown-menu a:after {
        background: transparent;
    }
    #header-menu ul li.current-menu-parent.active > a:after{
        transform: scale(1);
        background: #333;
    }
    #header-menu .menu-item-has-children>ul.dropdown-menu li.active a:after {
        background: #333;
    }
    #header-menu ul li.current-menu-parent.active > a:hover:after,
    #header-menu li.current-menu-parent a:hover:after,
    #header-menu .menu-item-has-children>ul.dropdown-menu li.active a:hover:after,
    #header-menu .menu-item-has-children>ul.dropdown-menu a:hover:after {
        background: #ffcc32;
    }
}
@media(max-width: 768px){
    .mobile-menu .menu-item-has-children{
        position: relative;
    }
    .mobile-menu .menu-item-has-children:after{
        content: '';
        width: 5px;
        height: 5px;
        border-top: .4em solid #ffcc32;
        border-right: .4em solid transparent;
        border-bottom: 0;
        border-left: .4em solid transparent;
        position: absolute;
        right: 15px;
        top: 30px;
    }
    .mobile-menu .menu-item-has-children.open:after{
        border-top: 0;
        border-bottom: .4em solid #ffcc32;
    }
    .mobile-menu .menu-item-has-children a{
        width: fit-content;
        margin: 0 auto;
    }
    .mobile-menu .menu-item-has-children ul a{
        font-size: 18px;
    }
    .mobile-menu .menu{
        margin: 0 20px;
    }
    .mobile-menu a{
        border: none;
    }
    .mobile-menu>li{
        margin: 0 20px;
    }
    .mobile-menu .menu-item-has-children .sub-menu{
        opacity: 0;
        height: 0;
        overflow: hidden;
        transition: all .3s;
    }
    .mobile-menu .menu-item-has-children.open .sub-menu{
        background: rgba(255,255,255,.05);
        opacity: 1;
        height: max-content;
        transition: height .3s;
    }
    .mobile-menu .sub-menu li{
        border-top: 1px solid #ffcc32;
        border-bottom: none;
        padding: 0 20px;
    }
    .mobile-menu li{
        border-bottom: 1px solid #ffcc32;
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        -webkit-transition: opacity .3s ease,-webkit-transform .5s ease;
        transition: opacity .3s ease,-webkit-transform .5s ease;
        transition: transform .5s ease,opacity .3s ease;
        transition: transform .5s ease,opacity .3s ease,-webkit-transform .5s ease;
    }
    .mobile-menu li:first-child{
        border-top: 1px solid #ffcc32;
    }
    .mobile-menu.open li{
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: opacity .3s ease 1s,-webkit-transform .5s ease 1s;
        transition: opacity .3s ease 1s,-webkit-transform .5s ease 1s;
        transition: transform .5s ease 1s,opacity .3s ease 1s;
        transition: transform .5s ease 1s,opacity .3s ease 1s,-webkit-transform .5s ease 1s;
    }
    .mobile-menu.open{
        padding-top: 145px;
    }
    .logged-in .mobile-menu.open{
        padding-top: 190px;
    }
    .mobile-menu .menu{
        max-height: calc(100vh - 150px);
        overflow-y: scroll;
    }
    .mobile-menu .menu::-webkit-scrollbar {
        width: 0px;
    }
    .mobile-menu .menu::-webkit-scrollbar-track {
        background: #494949;
    }
    .mobile-menu .menu::-webkit-scrollbar-thumb {
        background: #494949;
    }
}
