#countdown {
    font-size: 74px !important;
    color: #48ab00 !important;
    font-weight: 600 !important;
    font-family: "Oswald" !important;
    line-height: 1 !important;
    display: flex;
    justify-content: flex-start !important;
    padding-left: 70px !important;
    margin-bottom: 45px !important;
}

#countdown .count-down-placeholder p {
    text-align: center !important;
    font-size: 18px !important;
    line-height: 38px !important;
    color: #000000 !important;
    font-weight: 300 !important;
    font-family: "Oswald" !important;
    margin-top: 5px !important;
}

#countdown span {
    font-size: 40px !important;
    display: flex !important;
    margin: 0 8px !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding-top: 15px !important;
}

.tickets-available-soon {
    font-size: 33px !important;
    color: #48ab00 !important;
    font-weight: 600 !important;
    font-family: "Oswald" !important;
    text-align: center !important;
    line-height: 40px !important;
}

body {
    color: black;
}

p {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#hero-content {
    width: 100%;
}

#hero-content .wp-block-cover {
    padding: 100px 150px 150px 150px;
}

#hero-content .wp-block-cover__inner-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    /* position: absolute;
    bottom: 150px;
    left: 200px; */
}

.hero-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
}

.hero-cover-group p {
    font-size: 35px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Oswald";
}

.hero-image img {
    width: 100%;
}

#hero-title {
    font-size: 35px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Oswald";
    position: relative;
    left: 215px;
    margin-bottom: 40px;
    position: relative;
    text-decoration: none;
    width: 600px;
}

.hero-cover-group .hero-buttons {
    margin-top: 70px;
    column-gap: 1.5em !important;
}

.hero-cover-group .hero-join-network {
    font-family: "Oswald";
    width: auto;
    height: auto;
    min-height: 66px;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
    background-color: #48ab00;
    border-radius: 0;
    margin-right: 10px;
}

.hero-cover-group .hero-join-network a {
    width: 100% !important;
    height: 100% !important;
    /* padding: 10px 42px; */
}

;

.hero-cover-group .hero-join-network>a:hover {
    background-color: #3d8b04;
    transition: 150ms ease-in-out;
}

.hero-cover-group .hero-get-magazine {
    /* border: 5px solid white; */
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Oswald";
    text-align: center;
    border-radius: 0;
    width: auto;
    height: auto;
    margin-left: 10px;
}

.hero-cover-group .hero-get-magazine>a {
    width: 100% !important;
    height: 100% !important;
    padding: 10px 42px;
    background-color: transparent !important;
    border: 5px solid white;
}

.hero-cover-group .hero-get-magazine>a:hover {
    background-color: #ffffff !important;
    color: black !important;
    transition: 150ms ease-in-out;
}

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

#featured-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 112px;
    padding-bottom: 112px;
    width: 100%;
}

#featured-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.featured-posts {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(87, 69, 69);
}

.featured-posts .post-card {
    position: relative;
    height: 303px;
    margin-bottom: 21px;
    margin-top: 21px;
}

.featured-posts .post-card-content {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.2);
}

/* .featured-posts .post-card-content:hover{
    background-color: rgba(0,0,0,0.5);
} */
.featured-posts .post-card-image {
    z-index: -1;
    height: 100%;
}

.featured-posts .post-card-image>img {
    width: 613px;
    height: 302px;
    object-fit: cover;
    object-position: center;
}

.featured-posts .post-card-tag {
    height: 54px;
    display: flex;
    align-items: center;

}

.featured-posts .post-card-tag-span {
    background-color: #48ab00;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Oswald";
    text-align: center;
    width: auto;
    height: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* .featured-posts #post-card-tag-span:hover{
    background-color: #3d8b04; 
} */
.featured-posts .post-card-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Oswald";
    text-align: left;
    line-height: 25px;
    height: 50px;
    overflow: hidden;

}

.featured-posts .post-card-bottom-content {
    width: 100%;
    padding: 0px 32px 0px;
}

.featured-posts .post-card-date {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Oswald";
    text-align: right;
    margin-bottom: 15px;
}

.featured-posts .post-card-bottom-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: nowrap;
    position: relative;
    bottom: 25px;
    left: 6px;
}

/*********/
.featured-widget-container {
    margin-left: 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #48ab00;
    background-size: cover;
    background-position: center;
    width: 519px;
}

.featured-widget-container .featured-widget {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 324px;
    padding-bottom: 324px;
    position: relative;
}

.featured-widget-container .featured-widget .featured-widget-img {
    position: absolute;
    top: 0;
    left: 0;
}

.featured-widget-container .featured-widget .featured-widget-img img {
    object-fit: cover;
    height: 648px;
}

.featured-widget-container .featured-widget-content {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.2);
}

/* .featured-widget-container .featured-widget-content:hover{
    background-color: rgba(0,0,0,0.5);
} */
.featured-widget-container .featured-widget-tag {
    height: 54px;
    display: flex;
    align-items: center;
}

.featured-widget-container #featured-widget-tag-span {
    background-color: #48ab00;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Oswald";
    text-align: center;
    width: auto;
    height: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* .featured-widget-container #featured-widget-tag-span:hover{
    background-color: #3d8b04 ;
} */
.featured-widget-container .featured-widget-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Oswald";
    text-align: left;
    line-height: 25px;
    margin-top: 15px;
    width: 100%;
    padding-left: 43px;
    padding-right: 43px;

}

.featured-widget-container .featured-widget-title:hover {
    text-decoration: none;
}

.featured-widget-container .featured-widget-button {
    width: 240px;
    height: 85px;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    font-size: 20px;
    color: #171717;
    font-weight: 600;
    font-family: "Oswald";
    text-align: center;
    border-radius: 0;
    margin-bottom: 15px;
}

.featured-widget-container .featured-widget-button:hover {
    background-color: black;
    color: #ffffff;
    transition: 150ms ease-in-out;
}

.featured-widget-container .featured-widget-bottom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    bottom: 40px;
}

/*********************************/
.sign-up-container {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    display: flex;
    justify-content: center;
}

.sign-up-content {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    width: 1028px;
    background-color: #ffffff;
    margin-top: 140px;
    margin-bottom: 140px;
    padding-top: 18px;
    padding-bottom: 98px;
    border: 1px solid #e4e4e4;
}

.sign-up-content #sign-up-form {
    display: flex;
    width: 654px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sign-up-content .sign-up-input {
    height: 78px !important;
    width: 657px;
    margin-bottom: 34px;
    border: 2px solid #48ab00 !important;
    font-size: 20px;
    color: #898989;
    font-weight: 400;
    font-family: "Oswald";
    text-align: left;
    line-height: 25px;
    overflow: hidden;
    padding-left: 24px;
}

.sign-up-content #sign-up-title {
    font-size: 50px;
    border: none;
    color: #000000;
    font-weight: 700;
    font-family: "Oswald";
    margin-top: 58px;
    margin-bottom: 68px;
    background: none !important;
}

.sign-up-content #sign-up-password-input {
    margin-bottom: 30px;
}

.sign-up-content #sign-up-form-span {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.sign-up-content #sign-up-password-condition {
    font-size: 20px;
    border: none;
    color: #000000;
    font-weight: 400;
    font-family: "Oswald";
    background: none !important;
    margin: 0;
}

.sign-up-content #sign-up-form-agreement {
    appearance: none;
    -webkit-appearance: none;
    width: 29px;
    height: 29px;
    border-radius: 0 !important;
    border: 2px solid #48ab00 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.sign-up-content #sign-up-form-agreement:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    font-size: 18px;
    color: #ffffff;
    display: none;
}

.sign-up-content #sign-up-form-agreement:checked {
    background-color: #48ab00;
}

.sign-up-content #sign-up-form-agreement:checked:after {
    display: block;
}

.sign-up-content #sign-up-form-agreement-label {
    font-size: 18px;
    border: none;
    color: #000000;
    font-weight: 300;
    font-family: "Oswald";
    margin-left: 19px;
}

.sign-up-content #sign-up-policy-div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    margin-top: 32px;
}

.sign-up-content #sign-up-button {
    width: 100%;
    border-radius: 0;
    font-family: "Oswald";
    font-size: 23px;
    height: 79px !important;
    margin-top: 19px;
    background-color: #48ab00;
    margin-bottom: 34px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-up-content #sign-up-button:hover {
    background-color: #3d8b04;
    transition: 150ms ease-in-out;

}

.sign-up-content #sign-up-already-signed {
    text-align: center;
    width: 654px;
    max-width: 654px;
    position: relative;
    font-family: "Oswald";
    color: #8c8c8c;
}

.sign-up-content #sign-up-already-signed:before {
    content: "";
    display: block;
    width: 185px;
    height: 2px;
    background: #656565;
    position: absolute;
    left: 0;
    top: 50%;

}

.sign-up-content #sign-up-already-signed:after {
    content: "";
    display: block;
    width: 185px;
    height: 2px;
    background: #656565;
    position: absolute;
    right: 0;
    top: 50%;

}

.sign-up-content #sign-up-form-login-button {
    width: 100%;
    border-radius: 0;
    font-family: "Oswald";
    font-size: 23px;
    height: 79px !important;
    margin-top: 27px;
    background-color: #ffffff;
    color: #48ab00;
    border: 2px solid #48ab00;
    outline: none;
    padding: 0;
}

.sign-up-content #sign-up-form-login-button-link {
    font-family: "Oswald";
    font-size: 23px;
    color: #48ab00;
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.sign-up-content #sign-up-form-login-button-link:hover {
    background-color: #48ab00;
    color: #ffffff;
    transition: 150ms ease-in-out;
}

.sign-up-content .terms-and-policy {
    color: #48ab00;
}

.required-input-login {
    display: none;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 34px;
}

.terms-and-policy-error {
    display: none;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 19px;
    margin-bottom: 15px;
    line-height: 40px;
    font-size: 20px;
    color: #F0C419;
    font-weight: 500;
    font-family: "Oswald";
}

.sign-up-pass-error {
    display: none;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 34px;
    line-height: 40px;
    font-size: 20px;
    color: #F0C419;
    font-weight: 500;
    font-family: "Oswald";
}

.sign-up-pass-error img {
    margin-right: 15px;
}

.terms-and-policy-error img {
    margin-right: 15px;
}

/***************************/
.verify-email-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: stretch;
}

.verify-email-content #verify-email-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
}

.verify-email-content #verify-email-message-span {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    font-family: "Oswald";
    text-align: right;
}

.verify-email-content #verify-email-message {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    font-family: "Oswald";
    text-align: right;
    text-align: left;
}

.verify-email-content #verify-email-message-container {
    width: 640px;
    margin-right: 26px;
    line-height: 21px;
    padding: 34px 0 34px 0;
}

.verify-email-content #profile-resend-email {
    background-color: #48ab00;
    outline: none;
}

.verify-email-content #profile-resend-email:hover {
    background-color: #3d8b04;
    transition: 150ms ease-in-out;
}

.verify-email-content #profile-contact-support {
    background-color: #ffffff;
    color: #48ab00;
    border: 2px solid #48ab00;
    font-size: 11px;
    outline: none;
}

.verify-email-content #profile-contact-support:hover {
    background-color: #48ab00;
    color: #ffffff;
    transition: 150ms ease-in-out;
}

.verify-email-buttons {
    width: 138px;
    height: 39px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 12px;
    line-height: 17px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Oswald";
    text-align: center;
    margin: 0 17px 0 17px;
}

.profile-content {
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 50px;
}

#profile-title {
    height: 77px;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    font-family: "Oswald";
    text-align: left;
    display: flex;
    align-items: center;
}

/**************************/
#profile-account-setup-upload-photo {
    width: 655px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#profile-upload-photo-content {
    width: 100px;
    height: 179px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#profile-image-container {
    width: 135px;
    height: 178px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#profile-default-avatar {
    width: 135px;
    height: 135px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ECECEC;
    border-radius: 50%;
}

#profile-default-avatar .fa-user-circle {
    color: #848484;
}

#profile-page-image {
    width: 135px;
    height: 135px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    object-fit: cover;
    border-radius: 50%;
}

#profile-input-file-container {
    width: 22px;
    height: 178px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#profile-upload-photo-button {
    display: none;
}

/***********/
.profile-top-container {
    width: 100%;
    padding: 0 115px;
}

.profile-content #user-profile-level {
    width: 299px;
    height: 178px;
    background-color: #fafafa;
    border: 1px solid #d5d5d5;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.profile-content .profile-level-text {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    font-family: "Oswald";
    text-align: right;
}

.profile-content .profile-level-text.free-trial-text {
    font-size: 14px;
    line-height: 15px;
    margin-top: 15px;
    text-align: center;
}

.profile-content #profile-feedback-trial-button,
.profile-content #profile-free-trial-button,
.profile-content #profile-upgrade-button {
    width: 138px;
    height: 39px;
    background-color: #48ab00;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 12px;
    line-height: 17px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Oswald";
    text-align: center;
    outline: none;
}

.profile-content #profile-feedback-trial-button,
.profile-content #profile-free-trial-button {
    margin-top: 10px;
}

.profile-content #profile-feedback-trial-button:hover,
.profile-content #profile-free-trial-button:hover,
.profile-content #profile-upgrade-button:hover {
    background-color: #3d8b04;
    transition: 150ms ease-in-out;
}

.profile-content #profile-feedback-trial-button {
    display: none;
}

.profile-content #profile-registered {
    font-size: 18px;
    margin-bottom: 20px;
}

.profile-content #profile-current-level {
    font-weight: 700;
    margin-bottom: 10px;
}

.profile-content #user-profile-photo {
    width: 50%;
    height: 178px;
}

.profile-content #profile-first-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}


.profile-content #account-setup-upload-photo {
    width: 170px;
    height: 178px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.profile-content #profile-upload-button-container {
    height: 135px;
    display: flex;
    align-items: flex-end;
}

.upload-profile-image>label {
    outline: none;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.upload-profile-image .fa-pen {
    display: flex;
    width: 55px;
    height: 55px;
    border-radius: 27px;
    background-color: #48ab00;
    color: #ffffff;
    border: 3px solid #ffffff;
    justify-content: center;
    align-items: center;
    align-content: center;
    transform: translateX(-25px);
    outline: none;
}

.upload-profile-image .fa-pen:hover {
    background-color: #3d8b04;
    transition: 150ms ease-in-out;
}

.profile-content .profile-user-details {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 18px;
}

.profile-content .profile-small-inputs {
    display: flex;
    flex-direction: row;

}

.profile-content .profile-small-inputs-div {
    display: flex;
    flex-direction: column;
}

.profile-content .profile-small-input {
    height: 50px;
    width: 290px;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
    font-family: "Oswald";
}

.profile-content .profile-small-input:focus {
    border: 1px solid #d5d5d5;
}

.profile-content .profile-user-input:focus {
    border: 1px solid #d5d5d5;
}

.profile-content #profile-first-name-div {
    margin-right: 31.5px
}

.profile-content #profile-last-name-div {
    margin-left: 31.5px
}

.profile-content #profile-user-city-div {
    margin-right: 31.5px
}

.profile-content #profile-user-postal-code-div {
    margin-left: 31.5px
}

.profile-content #profile-user-postal-code::-webkit-outer-spin-button,
.profile-content #profile-user-postal-code::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.profile-content #profile-user-postal-code {
    -moz-appearance: textfield;
}

.profile-content #profile-user-postal-code:focus {
    outline: none;
}

.profile-save-or-cancel-changes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-content .profile-user-details-inputs {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.profile-content #profile-hr {
    width: 100%;
    height: 1px;
    background-color: #d5d5d5;
    margin: 35px 0 0 0;
}

.profile-content .profile-user-details {
    margin-top: 18px;
}

.profile-content #profile-country-select {
    width: 89px;
    height: 49px;
    margin: 0px;
    border-radius: 0px;
    border-right: none;
    background-color: #fafafa;
    border: 1px solid #d5d5d5;
}

.profile-content #profile-country-phone {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.profile-content #profile-country {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.profile-content #profile-user-phone-number {
    width: 579px;
    margin-left: -1px
}

.profile-content #profile-user-phone-number::-webkit-outer-spin-button,
.profile-content #profile-user-phone-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.profile-content #profile-user-phone-number {
    -moz-appearance: textfield;
}

.profile-content #profile-user-phone-number:focus {
    outline: none;
}

.profile-content #profile-user-country {
    width: 579px;
    margin-left: -1px
}

.profile-content .profile-user-input {
    height: 49px;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
    font-family: "Oswald";
}

.profile-content .profile-user-details-labels {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    font-family: "Oswald";
    margin-bottom: 15px;
    margin-top: 26px;
}

.profile-content #profile-monthly-newsleter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.profile-content #exclusive-insights-newsleter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.profile-content #monthly-newsleter-check-label {
    font-size: 16px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
    font-family: "Oswald";
    margin-left: 24px;
}

.profile-content #exclusive-insights-check-label {
    font-size: 16px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
    font-family: "Oswald";
    margin-left: 24px;
}

.profile-content .profile-user-check {
    appearance: none;
    -webkit-appearance: none;
    width: 29px;
    height: 29px;
    border-radius: 0 !important;
    border: 2px solid #48ab00 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    margin: 0;
}

.profile-content .profile-user-check:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    font-size: 18px;
    color: #ffffff;
    display: none;
}

.profile-content .profile-user-check:checked {
    background-color: #48ab00;
}

.profile-content .profile-user-check:checked:after {
    display: block;
}

.profile-content #address-synced {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 44px;
    background-color: #48ab00;
    color: #ffffff;
    float: right;
    margin-top: 12px;
    z-index: 1;
    position: relative;
}

.profile-content #address-synced-div {
    width: 150px;
    position: relative;
    height: 55px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

.profile-content #address-synced-notification {
    width: 223px;
    height: 67px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    line-height: 20px;
    z-index: 1;
}

.profile-content #address-synced-info {
    height: 38%;
    display: flex;
    margin-top: 9px;
    margin-right: 10px;
}

.profile-content #address-synced-info>i {
    color: #3d8b04;
    display: none;
}

.profile-content #notification-container {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    flex-direction: column;
}

.profile-content #synced-notification-text {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    width: 171px;
    font-family: "Oswald";
}

.profile-content #address-synced-notification-div {
    display: none;
    width: 35%;
    height: 95px;
    position: absolute;
    bottom: 42px;
    left: 81px;
}

.profile-content #address-synced-notification-triangle {
    width: 26px;
    height: 26px;
    background-color: #000000;
    transform: rotate(45deg);
    z-index: 2;
    position: absolute;
    top: 70px;
}

.profile-content #country-label {
    margin-top: 0;
}


.profile-save-or-cancel-changes {
    margin-top: 41px;
    margin-bottom: 173px;
}

.profile-save-or-cancel-changes .profile-save-changes {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#profile-all-saved-1 {
    display: none;
}

.profile-save-or-cancel-changes .profile-bottom-buttons {
    width: 223px;
    border-radius: 0;
    height: 62px;
    background-color: #ffffff;
    border: 2px solid #48ab00;
    font-size: 20px;
    line-height: 27px;
    color: #48ab00;
    font-weight: 600;
    font-family: "Oswald";
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    outline: none;
}

.profile-save-or-cancel-changes #profile-cancel-button:hover {
    background-color: #48ab00;
    color: #ffffff;

}

.profile-save-or-cancel-changes #profile-save-button {
    background-color: #48ab00;
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Oswald";
    text-align: center;
    border: none;
}

.profile-save-or-cancel-changes #profile-save-button:hover {
    background-color: #3d8b04;
    transition: 150ms ease-in-out;
}

.profile-save-or-cancel-changes .profile-all-saved {
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    font-weight: 500;
    font-family: "Oswald";
    text-align: center;
    margin-right: 47px;
}

.profile-save-or-cancel-changes .profile-all-saved>i {
    width: 14px;
    height: 19px;
    color: #48ab00;
    margin-right: 9px;
}

#address-synced-div-all-content {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

/****************** profile #contact ***********************/

.profile-contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
    padding-top: 115px;
    padding-bottom: 115px;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
}

.profile-contact-main {
    width: 643px;
    display: flex;
    flex-direction: column;
}

.profile-contact-container .profile-contact-title {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    font-family: "Oswald";
    text-align: left;
    margin-bottom: 60px;
}

.profile-contact-container .profile-contact-labels {
    font-size: 15px;
    line-height: 60px;
    color: #000000;
    font-weight: 500;
    font-family: "Oswald";
}

.profile-contact-container #profile-your-message {
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    font-family: "Oswald";
    color: #000 !important;
    height: 122px;
    margin-bottom: 40px;
}

/* ::placeholder{
    color: black ;
} */

.profile-contact-container .profile-contact-send-message {
    width: 260px;
    height: 49px;
    background-color: #48ab00;
    font-size: 15px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Oswald";
    border-radius: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.profile-contact-container .profile-contact-send-message:hover {
    background-color: #3d8b04;
    transition: 150ms ease-in-out;
}

.profile-contact-container .profile-contact-send-message-div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 36px;
}

.profile-contact-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}

.profile-contact-select {
    position: relative;
    display: flex;
    flex-direction: column;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #d5d5d5;
}

.profile-contact-select-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    height: 49px;
    line-height: 36px;
    background: #ffffff;
    cursor: pointer;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #d5d5d5;
    font-family: "Oswald";
}

.profile-contact-custom-options {
    position: absolute;
    width: calc(100% + 2px);
    display: block;
    top: 100%;
    left: -1px;
    right: 0;
    border: 1px solid #d5d5d5;
    border-top: 0;
    background: #ffffff;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    outline: none;
    font-family: "Oswald";
}

.profile-contact-select.open .profile-contact-custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.profile-contact-custom-option {
    position: relative;
    display: block;
    padding: 0 25px 0 25px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 49px;
    cursor: pointer;
}

.profile-contact-custom-option:hover {
    cursor: pointer;
    background-color: #ffffff;
}

.profile-contact-custom-option.selected {
    color: #000;
    background-color: #ffffff;
}

#profile-your-message {
    border: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
}

.question-suggestions-main #question-suggestions-message {
    width: 100%;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    font-family: "Oswald";
}

.question-suggestions-main #question-suggestions-message-div {
    width: 100%;
    height: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

.question-suggestions-main {
    padding: 0 115px 0 115px;
    display: none;
}

#profile-contact-message-error {
    font-size: 20px;
    margin-top: -13px;
    color: #f0c419;
    font-weight: 500;
    font-family: "Oswald";
    display: flex;
}

#profile-contact-message-error>img {
    margin-right: 15px;
}

/************************/
.contact-main-content {
    display: flex;
    height: auto;
    padding: 100px 0 150px 0;
    width: 1167px;
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
}

.page-id-74 #breadcrumbs {
    border-bottom: 1px solid #d2d2d2;
}

.contact-main-content .form-inputs {
    margin-bottom: 59px;
}

.contact-main-content h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    font-family: "Oswald";
    margin-bottom: 23px;
}

.contact-main-content div {
    font-size: 20px;
    color: #000000;
    font-weight: 300;
    font-family: "Oswald";
}

.contact-main-content .form-name-inputs {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    width: 100%;
    justify-content: space-between;
}

.contact-main-content .form-name-inputs p:nth-child(2) {
    display: none;
}

.contact-main-content .form-inputs label {
    font-size: 15px;
    line-height: 60px;
    color: #000000;
    font-weight: 500;
    font-family: "Oswald";
}

.contact-main-content .form-inputs label:first-child {
    width: calc(50% - 15px);
}

.contact-main-content .form-inputs p {
    width: calc(50% - 15px);
    margin-top: 0;
    margin-bottom: 0;
}

.contact-main-content .form-inputs input {
    width: 100%;
    height: 49px;
    border: 1px solid #d5d5d5;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    font-family: "Oswald";

}

.contact-main-content .form-inputs p:nth-last-child(2) {
    width: 100%;
}

.contact-main-content .form-inputs .checkbox-div {
    margin-top: 12px;
}

.contact-main-content .form-inputs .checkbox-div span {
    margin: 0;
    width: 100%;
}

.contact-main-content .form-inputs .checkbox-div label {
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    font-family: "Oswald";
}

.contact-main-content .form-inputs input:focus {
    border: 1px solid #d5d5d5;
    outline: none;
}

.contact-main-content .form-inputs textarea {
    width: 100%;
    overflow: auto;
    outline: none;
    box-shadow: none;
    resize: none;
    border: 1px solid #d5d5d5;
    height: 144px;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    font-family: "Oswald";
}

.contact-main-content .form-button-div {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 20px;

}

.contact-main-content .form-button-div input {
    width: 223px;
    height: 62px;
    background-color: #48ab00;
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    font-family: "Oswald";
    border-radius: 0;
    margin-bottom: 0px;
}

.contact-main-content .form-button-div input:hover {
    background-color: #ffffff;
    color: #48ab00;
    border: 2px solid #48ab00;
}

.contact-main-content div:nth-child(3) {
    margin-bottom: 30px;
}

.contact-main-content .form-inputs input[type='checkbox'] {
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    margin-right: 10px;
    -moz-appearance: none;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-radius: 0;
    margin-top: 5px;
}

.contact-main-content .form-inputs input[type='checkbox']:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f00c";
    color: #ffffff;
    display: none;
    height: 15px;
    position: absolute;
    bottom: 17px;
}

.contact-main-content .form-button-div input:focus {
    outline: none;
    background-color: #48ab00;
    color: #ffffff;
    border: 2px solid #48ab00;
}

.contact-main-content .form-inputs input[type='checkbox']:checked {
    background-color: #48ab00;
}

.contact-main-content .form-inputs input[type='checkbox']:checked:after {
    display: block;
    height: 14px;
}

.contact-main-content .checkbox-div label {
    display: flex;
    align-items: flex-start;
}

.contact-main-content .wpcf7-not-valid-tip {
    font-size: 16px;
    color: #f0c419;
    font-weight: 500;
    font-family: "Oswald";
    background-image: url("./template-parts/assets/img/error.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px 15px;
    padding-left: 45px;
    background-size: 27px 24px;
    padding-left: 38px;
    height: 50px;
    display: flex;
    align-content: center;
    align-items: center;
}

.contact-main-content .wpcf7-response-output {
    border: none !important;
    text-align: center;
    margin-bottom: 0 !important;
    font-family: "Oswald";
    font-weight: 300;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #48ab00;
}

.contact-main-content .wpcf7 .ajax-loader {
    display: none;
}

/************************************/
.page-id-955 .wp-block-button a {
    width: 387px;
    height: 85px;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
    background-color: #48ab00;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Oswald";
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
}

.page-id-955 .wp-block-buttons .wp-block-button {
    padding-top: 36px;
}

.page-id-955 figure img {
    object-fit: cover;
    width: 100%;
    height: 359px;
}

.page-id-955 .arrow-button-link {
    justify-content: flex-start !important;
    color: #48AB00;
}

.page-id-955 .arrow-button-link:after {
    color: #48ab00;
    border: 2px solid #48AB00;
}

.page-id-955 .arrow-button-link:hover:after {
    background-color: #48AB00;
    color: #FFFFFF;
    transition: background 150ms ease-in-out;
}

.members-slider .n-uc-141b2a1de0253-inner {
    padding: 0;
}

.members-slider .n2-ss-layer-row-inner {
    display: flex;
    justify-content: center;
    align-content: center;
}

.members-slider .n2-ss-layer-row-inner>div {
    margin: 0;
    padding-left: 59px;
    padding-right: 59px;

}

.members-slider div#n2-ss-3 .n-uc-141b2a1de0253 {
    max-width: 100% !important;
}

.members-slider div#n2-ss-3 .n-uc-141b2a1de0253-inner {
    padding: 35px 10px 35px 10px !important;
}

.members-slider div#n2-ss-3 .n-uc-141b2a1de0253-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"] {
    margin: 0 !important;
    height: 115px !important;
}

.members-slider div#n2-ss-3 .n-uc-1930566ddc68a {
    max-width: 107px !important;
}

.members-slider div#n2-ss-3 .n-uc-15635f10904be {
    max-width: 101px !important;
}

.members-slider .n2_clear {
    padding-top: 50px;
}

.members-slider .n2-ss-layer-row-inner div {
    border-left: 1px solid #f5f6f7;
}

/* .members-slider .n2-ss-layer-row-inner div:after{
    content : "";
    position: absolute;
    left    : 0;
    top     : 0px;
    bottom: 10px;
    height  : 200px;
    width   : 150%;
    border-left:5px solid #726E97;
} */

.members-slider .n2-ss-layer-row-inner div:first-child {
    border-left: none
}

/****/
.profile-main #profile-contact-support {
    padding: 0;
}

.profile-main #profile-contact-support a {
    box-sizing: border-box;
    padding: 9px 25px;
    outline: none;
    color: #48ab00;
}

.profile-main #profile-contact-support a:focus {
    text-decoration: none;
}

.profile-main #profile-contact-support a:hover {
    color: #ffffff;
}

/*****************/
.page-id-1128 .group-publications {
    width: 100%;
    background-color: #f5f6f7;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.group-publications>.wp-block-group__inner-container {
    margin: 20px auto 129px auto;
}

.page-id-1128 .site-main>.wp-block-columns {
    margin: 150px auto;
}

.page-id-1128 .site-main .wp-block-column:first-child {
    margin-right: 45px;
}

.page-id-1128 .site-main .wp-block-column:nth-child(2) {
    margin-left: 45px;
}

.publications-block-title {
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    font-family: "Oswald";
    padding-top: 60px;
    padding-bottom: 50px;
}

.page-id-1128 .publications-block {
    margin: 0;
}

.publications-block div {
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    height: auto;
    padding-top: 10px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 45px;
    padding-right: 45px;
}

.publications-block h4 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 25px;
    color: #171717;
    font-weight: 600;
    font-family: "Oswald";
}

.publications-block figure {
    margin-bottom: 20px;
}

.publications-block .arrow-button-link {
    margin-top: 5px;
}

.publications-block .publications-paragraph {
    width: auto;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
    font-family: "Oswald";
    height: 135px;
}

.publications-block .arrow-button-link {
    color: #48ab00;
    float: left;
    display: flex;
    justify-content: flex-start;
}

.publications-block .arrow-button-link::after {
    color: #48ab00;
    border-color: #48ab00;
}

.publications-block .arrow-button-link:hover:after {
    background-color: #48ab00;
    color: #ffffff !important;
}

.publications-block div:first-child {
    margin-right: 0 !important;
}

.publications-block div:first-child figure {
    margin-bottom: 21px;
}

.publications-block div:nth-child(2) {
    margin-left: 35px !important;
}

.publications-block div:nth-child(3) {
    margin-left: 35px !important;
}

.publications-block div:nth-child(3) h4 {
    margin-bottom: 73px;
}

.publications-block div:nth-child(3) figure {
    margin-bottom: 84px;
}

.publications-block .magazine-first-group,
.publications-block .magazine-first-group>div {
    border: 0 !important;
    padding: 0 !important;
}

.publications-block .magazine-second-group,
.publications-block .magazine-second-group>div {
    border: 0 !important;
    padding: 0 !important;
}

.publications-block>div {
    justify-content: space-between;
}

.publications-block .magazine-second-group {
    width: 100%;
}

.publications-block .magazine-first-group,
.publications-block .magazine-first-group>div {
    border: 0 !important;
    padding: 0 !important;
}

.publications-block .magazine-second-group,
.publications-block .magazine-second-group>div {
    border: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.publications-block .podcasts-second-group {
    width: 100%;
}

.publications-block .podcasts-first-group,
.publications-block .podcasts-first-group>div {
    border: 0 !important;
    padding: 0 !important;
}

.publications-block .podcasts-second-group,
.publications-block .podcasts-second-group>div {
    border: 0 !important;
    padding: 0 !important;
    width: 100%;

}

.publications-block .reports-second-group {
    width: 100%;
}

.publications-block .reports-first-group,
.publications-block .reports-first-group>div {
    border: 0 !important;
    padding: 0 !important;
}

.publications-block .reports-second-group,
.publications-block .reports-second-group>div {
    border: 0 !important;
    padding: 0 !important;
    width: 100%;

}


.publications-block .is-vertically-aligned-top .magazine-second-group {
    margin-left: 0 !important;
}

.publications-block .is-vertically-aligned-top .podcasts-second-group {
    margin-left: 0 !important;
}

.publications-block .is-vertically-aligned-top .reports-second-group {
    margin-left: 0 !important;
}

.publications-block>div {
    justify-content: space-between;
}

/**************/
.page-id-180 .magazine-page-first-row {
    padding: 117px 0;
}

.magazine-page-first-row .magazine-text {
    flex-basis: 70%;
}

.magazine-page-first-row .magazine-image {
    flex-basis: 30%;
    filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.1));
}

.magazine-page-first-row .magazine-text p {
    width: 610px;
    height: 100%;
    font-size: 18px;
    line-height: 31px;
    color: #000000;
    font-weight: 300;
    font-family: "Roboto";
    margin-bottom: 45px;
}

.magazine-page-first-row .magazine-text h2 {
    margin-bottom: 45px;
}

.magazine-page-first-row .magazine-bage-buttons-container div:first-child {
    width: 260px;
    height: 85px;
    background-color: #48ab00;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-right: 10px;
}

.magazine-page-first-row .magazine-bage-buttons-container div:nth-child(2) {
    width: 323px;
    height: 85px;
    background-color: #48ab00;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.page-id-180 .fb-podcast-container {
    width: 100%;
}

.page-id-180 .testimonials-section {
    background-color: #f5f6f7;
}

.page-id-180 .magazine-yearly-subscription {
    width: 100%;
    background-color: #48ab00;
}

.page-id-180 .magazine-yearly-subscription p {
    width: 560px;
    text-align: center;
    margin-left: 0 !important;
    color: #ffffff;
}

.page-id-180 .magazine-yearly-subscription p:nth-child(4) {
    margin-bottom: 68px !important;
}

.magazine-yearly-subscription>div {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 100px 0;
}

.page-id-180 .magazine-yearly-subscription .magazine-subscription-button #digital-subscription-button a {
    width: 323px;
    height: 85px;
    border-radius: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: #ffffff !important;
    font-size: 20px;
    color: #48ab00 !important;
    font-weight: 600;
}

.magazine-yearly-subscription .magazine-subscription-button #digital-subscription-button a:hover {
    color: #ffffff !important;
    background-color: #48ab00 !important;
    border: 2px solid #ffffff;
}

.latest-issues-section .latest-issues-magazines-posts {
    justify-content: space-between !important;
}

.latest-issues-section .latest-issues-magazines-posts .magazines-latest-issues {
    padding: 0 0 45px 0 !important;
    width: 100% !important;
}

.latest-issues-section .latest-issues-magazines-posts {
    flex-wrap: nowrap;
}

.latest-issues-section .latest-issues-magazines-posts .latest-issues-image-tag {
    position: relative;
}


.latest-issues-section .latest-issues-magazines-posts .latest-issues-tag-span {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    background-color: #48ab00;
    display: flex;
    align-items: center;
    justify-content: center;
}

.latest-issues-section .latest-issues-magazines-posts .latest-issues-image-tag figure {
    margin-bottom: 32px;
}

.latest-issues-section .latest-issues-magazines-posts .latest-issues-image-tag figure img:not(.latest-issue-landing-page-link img) {
    filter: brightness(0.7);
    width: 100%;
}

.latest-issues-section .latest-issues-magazines-posts .latest-issue-green-magazine {
    width: 114px;
    height: 32px;
    border-radius: 16px;
    background-color: #48ab00;
    margin: 0 45px;
    margin-bottom: 38px;
}

.latest-issues-section .latest-issues-magazines-posts .latest-issue-green-magazine p {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Oswald";
    margin-top: 20px;
}

.latest-issues-section .magazine-issue-title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 19px;
    color: #171717;
    font-weight: 600;
    font-family: "Oswald";
    padding: 0 45px;
}

.latest-issues-section .magazine-issue-date {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
    font-family: "Oswald";
    padding: 0 45px;

}

.latest-issues-section .magazine-issue-date span,
.latest-issues-section .magazine-issue-pages span {
    font-weight: 600;
}

.latest-issues-section .magazine-issue-pages {
    width: 100%;
    font-size: 20px;
    line-height: 38px;
    color: #000000;
    font-weight: 300;
    font-family: "Oswald";
    padding: 0 45px;
}

.page-id-180 #breadcrumbs {
    border-bottom: 1px solid #d2d2d2;
}

/****/
.page-id-74 .wpcf7-spinner {
    display: none;
}

.page-id-180 p.arrow-button-link a {
    color: #000000 !important;
}

.page-id-180 .arrow-button-link:hover:after {
    background-color: #48ab00 !important;
    border: 2px solid #48ab00;
}

/******/
.issue-landing-page-magazine-title {
    width: 1167px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 50px;
    color: #000000;
    font-weight: 700;
    font-family: "Oswald";
    margin-bottom: 90px;
    margin-top: 0;
    padding-top: 100px;
}

.landing-page-main-content {
    padding-bottom: 150px;
}

.landing-page-main-content .landing-page-text-details-column {
    margin-left: 117px !important;
}

.landing-page-main-content .landing-page-text-details>div {
    display: flex;
    flex-direction: row;
    width: 100%;
}

/* .page-id-1691 #breadcrumbs{
    border-bottom: 1px solid #d2d2d2;
} */
.landing-page-main-content .landing-page-text-details .landing-page-topics-included {
    width: 40%;
}

.landing-page-main-content .landing-page-text-details .landing-page-text-details-group {
    width: 30%;
}

.landing-page-main-content .landing-page-first-buttons {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    column-gap: 15px;
    margin-bottom: 15px;
}

.landing-page-main-content .landing-page-second-buttons>div {
    width: 100%;
}

.page-id-1691 .landing-page-second-buttons div a {
    width: 100%;
    height: 100%;
}

.landing-page-main-content .landing-page-image-column {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 524px;
    height: 524px;
    background-color: #f5f6f7;
    margin-top: 15px;
}

.landing-page-main-content h5 {
    margin: 0;
    font-size: 25px;
    line-height: 50px;
    color: #000000;
    font-weight: 700;
    font-family: "Oswald";
}

.landing-page-main-content .landing-page-list li,
.landing-page-detail-paragraph {
    font-size: 18px;
    line-height: 38px;
    color: #000000;
    font-weight: 300 !important;
    font-family: "Oswald" !important;
}

.landing-page-main-content .landing-page-first-buttons .landing-first-button {
    width: 185px;
    height: 85px;
    margin-bottom: 0;
}

.landing-page-main-content .landing-first-button>a {
    width: 100%;
    height: 100%;
    background-color: #48ab00;
}

.landing-page-main-content .landing-second-button {
    margin-bottom: 0 !important;
    max-width: 100%;
    width: 324px;
    height: 85px;

}

.landing-page-main-content .landing-second-button>a {
    width: 100%;
    height: 100%;

    background-color: #000000 !important;
}

.landing-page-main-content .landing-third-button {
    width: 524px;
    height: 85px;

    background-color: #f5f6f7;
    color: #000000;
}

.landing-page-main-content .landing-page-second-buttons {
    width: 524px;
    height: 85px;
}

.landing-page-main-content .landing-third-button>a {
    width: 100%;
    height: 100%;
    background-color: #f5f6f7;
    color: #000000 !important;
    padding-right: 60px;
    padding-left: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    line-height: 28px;
}

.landing-page-main-content .landing-third-button .third-button-span {
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    font-family: "Oswald";
}

.landing-page-main-content .landing-page-second-group .magazine-price {
    font-size: 35px;
    color: #48ab00;
    font-weight: 700;
    font-family: "Oswald";
    margin-bottom: 40px;
}

.landing-page-main-content .landing-page-second-group div h4 {
    margin-bottom: 20px;
    margin-top: 45px;
    font-size: 25px;
    color: #000000;
    font-weight: 700;
    font-family: "Oswald";
}

.landing-page-main-content .landing-page-second-group .arrow-button-link {
    justify-content: flex-start !important;
    margin-top: 40px !important;
}

.landing-page-main-content .landing-page-second-group .arrow-button-link>a {
    color: #000000 !important;
}

.landing-page-main-content .landing-page-hr {
    border: none;
    opacity: unset;
    width: 100% !important;
    height: 1px;
    background-color: #d2d2d2;
}

.landing-page-main-content .landing-page-topics-included ul {
    margin-top: 0;
    margin-bottom: 0;
}

.landing-page-main-content .landing-second-heading {
    margin-top: 20px;
}

.landing-page-main-content .landing-page-text-details {
    margin-bottom: 45px;
}

.landing-page-image-column .landing-page-image>img {
    width: 100%;
    height: 100%;
}

.landing-page-image-column .landing-page-image {
    margin: 0;
}

.latest-issues-title-section .arrow-button-link:hover:after {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: #ffffff;
}

/*****/
/* :not(.organizations-slider-section, .event-posts-main, .single-event-speakers-section) */
.single-event-page>* {
    width: 100%;
    max-width: 100%;
    max-width: 1172px;
    margin: 0 auto;
}

/* .event-page-content .single-event-speakers-section{
    background-color: #f5f6f7;
} */
.single-event-main-content .single-event-online>div {
    display: flex;
    flex-direction: row;
    min-width: 100px;
}

.single-event-main-content .single-event-online {
    padding-right: 25px;
    border-right: 1px solid #d5d5d5;
}

.single-event-main-content .single-event-time-period {
    padding-left: 25px;
}

.single-event-main-content .single-event-time-period>div {
    display: flex;
    flex-direction: row;
    min-width: 120px;
}

.single-event-main-content .single-event-second-group>div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.single-event-main-content .single-event-second-group {
    padding: 45px 0;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 45px;
}

.single-event-main-content .single-event-second-group figure {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    margin-right: 35px;
}

.single-event-main-content .single-event-start-date>div {
    display: flex;
    flex-direction: row;
    min-width: 160px;
}

.single-event-main-content .single-event-start-time>div {
    display: flex;
    flex-direction: row;
}

.single-event-main-content .single-event-end-date>div {
    display: flex;
    flex-direction: row;
    min-width: 160px;
}

.single-event-main-content {
    padding: 100px 0;
}

.single-event-main-content>div {
    display: flex;
    flex-direction: row;
}

.single-event-main-content .single-event-first-group {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 45px;
}

.single-event-main-content .single-event-first-group>div {
    display: flex;
    flex-direction: row;
}

.single-event-main-content .single-event-first-column {
    display: flex;
    flex-direction: row;
    border: 1px solid #d5d5d5;
    border-right: none;
    width: 55%;
    height: auto;
    padding: 90px 70px;
}

.single-event-main-content .single-event-second-column {
    display: flex;
    flex-direction: row;
    width: 45%;
    background-color: #f5f6f7;
    padding-top: 90px;
    padding-bottom: 90px;
    height: auto;
}

.single-event-page>h1 {
    display: none;
}

.single-event-main-content .single-event-title {
    font-size: 50px;
    color: #000000;
    font-weight: 700;
    font-family: "Oswald";
    margin-bottom: 70px;
}

.single-event-main-content .single-event-text {
    font-size: 25px;
    color: #000000;
    font-weight: 700;
    font-family: "Oswald";
}

.single-event-main-content .single-event-heading {
    font-size: 35px;
    line-height: 60px;
    color: #000000;
    font-weight: 700;
    font-family: "Oswald";
}

.single-event-main-content .single-event-start-date-group,
.single-event-start-time-group,
.single-event-end-date-group {
    line-height: 0;
}

.single-event-main-content .single-event-start-column {
    border-right: 1px solid #d5d5d5;
    /* min-width: 220px; */
}

.single-event-main-content .single-event-end-column {
    margin-left: 52px;
}

.single-event-main-content .single-event-start-date-group,
.single-event-main-content .single-event-end-date-group {
    margin-bottom: 45px;
}

.single-event-description {
    padding: 0;
}

.single-event-description h2 {
    font-size: 35px;
    color: #171717;
    font-weight: 600;
    font-family: "Oswald";
    margin-bottom: 70px;
}

.single-event-description p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
}

/* .single-event-main-content .single-event-online{
    width: 25%;
} */
/* .single-event-main-content .single-event-time-period{
    width: 75%;
} */
.single-event-main-content .single-event-time-period div figure {
    margin: 0;
    display: flex;
    align-items: center;
    width: 13%;
    justify-content: center;
    min-width: 25px;
    margin-right: 12px;
}

.single-event-main-content .single-event-time-period div p {
    display: flex;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 1px;
}

.single-event-main-content .single-event-online div figure {
    margin: 0;
    display: flex;
    align-items: center;
    margin-right: 12px;
    width: 20%;
    justify-content: center;
    min-width: 15px;
}

.single-event-main-content .single-event-online div p {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    padding-bottom: 1px;
}

.single-event-main-content .single-event-icon-group div figure {
    margin: 0;
    display: flex;
    align-items: center;
    min-width: 18px;
    margin-right: 12px;
}

.single-event-main-content .single-event-icon-group div p {
    padding-bottom: 1px;
}

.single-event-first-paragraph {
    margin-bottom: 10px;
}

.single-event-page-all-content .topics-covered-groups {
    height: auto;
    padding: 45px;
}

.topics-covered {
    padding: 100px 0;
}

.topics-covered h2 {
    margin-bottom: 70px;
    font-size: 35px;
    color: #171717;
    font-weight: 600;
    font-family: "Oswald";

}

#main .single-event-page-all-content .topics-covered .topics-covered-groups h5 {
    font-size: 25px;
    color: #171717;
    font-weight: 600;
    font-family: "Oswald";
    line-height: 30px;
}

#main .single-event-page-all-content .topics-covered .topics-covered-groups p {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    font-weight: 300;
    font-family: "Oswald";
}

.single-event-membership {
    background-color: #48ab00;
    display: flex;
    flex-direction: row;
    height: 161px;
    margin-bottom: 100px !important;
    padding: 0 40px;
}

.single-event-membership>div {
    display: flex;
    width: 100%;
    align-items: center;
}

.single-event-page-all-content .single-event-membership .wp-block-buttons a {
    background-color: #ffffff;
    color: #000000 !important;
    width: 268px;
    height: 74px;
    margin-top: 0;
}

.single-event-page-all-content .single-event-membership .wp-block-buttons a:hover {
    background-color: #000000 !important;
    color: #ffffff !important;

}

.single-event-page-all-content .single-event-membership .wp-block-button {
    margin: 0;
}

.single-event-membership .single-event-membership-text {
    font-size: 35px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Oswald";
    margin-left: 45px;
    line-height: 40px;
}

.single-event-membership figure {
    display: flex;
    align-items: center;
    margin: 0;
    width: 80px;
}

.event-posts-main {
    margin: 0;
    padding: 0;
    max-width: 100%;
    /* background-color: #f5f6f7; */
}

.event-posts-main .upcoming-events {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    margin: 0 auto;
    max-width: 1172px;
    padding-bottom: 150px;

}

.event-posts-main .upcoming-events-header {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1172px;
    padding-top: 100px;
    align-items: center;
}

.event-posts-main .upcoming-events-header h2 {
    margin-bottom: 0 !important;
}

#page .post-card-view-all span:nth-child(2),
.event-posts-main .upcoming-events-header span:nth-child(2) {
    width: 28px;
    height: 28px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000000;
    border-radius: 50%;
}

.event-posts-main .upcoming-events-header span:nth-child(2) i {
    width: 100%;
    display: flex;
    height: 100%;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    align-content: center;
}

#page .post-card-view-all,
.event-posts-main .upcoming-events-header a {
    float: right;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    font-family: "Oswald";
    text-align: center;
}

.event-posts-main .upcoming-events-header a:hover {
    text-decoration: none !important;
}

.event-posts-main .upcoming-events .post-card {
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    height: auto;
    /* padding-top: 45px; */
    min-height: 425px;
    /* padding-bottom: 45px; */
    width: 100%;
    max-width: 365px;
    position: relative;
}

.event-posts-main .upcoming-events .post-card .post-card-title {
    margin-bottom: 40px;
    line-height: 30px;
}

.event-posts-main .upcoming-events .post-card .post-card-read-more {
    position: absolute;
    bottom: 55px;
}

/****/

.single-event-page-all-content .single-event-speakers-section .wp-block-group {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.single-event-page-all-content .single-event-speakers-section .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.single-event-page-all-content .single-event-speakers-section .wp-block-group__inner-container p {
    text-align: center;
}

.single-event-page-all-content .single-event-speakers-section .wp-block-group__inner-container h2 {
    text-align: left;
    width: 100%;
    margin-bottom: 70px;
}

.single-event-page-all-content .single-event-speakers-section .wp-block-group__inner-container .speaker-section-speaker-name {
    font-size: 25px;
    color: #171717;
    font-weight: 600;
    font-family: "Oswald";
    text-align: center;
    margin-bottom: 0;
}

.single-event-page-all-content .single-event-speakers-section .wp-block-group__inner-container .speaker-section-speaker-function {
    font-size: 20px;
    color: #171717;
    font-weight: 600;
    font-family: "Oswald";
    text-align: center;
    margin-bottom: 0;
}

.single-event-page-all-content .single-event-second-group .event-short-description {
    font-size: 18px;
    line-height: 31px;
    color: #000000;
    font-weight: 300;
    font-family: "Roboto";
}

.event-posts-main .upcoming-events .post-card-bottom-content {
    margin-bottom: 60px;
}

.event-posts-main .event-posts .post-card-text {
    font-size: 20px;
    line-height: 38px;
    color: #000000;
    font-weight: 600;
    font-family: "Oswald";
}

.event-posts-main .event-posts .post-card-location {
    font-size: 18px;
    line-height: 38px;
    color: #000000;
    font-weight: 300;
    font-family: "Oswald";
}

/*****/
.single-event-user-right-column-content .single-event-social-media-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 70px;
    padding: 0 70px;
}

.single-event-user-right-column-content .single-event-social-media-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 70px;
    padding: 0 70px;
}

.single-event-user-right-column-content .single-event-not-logged-in-success-message .single-event-social-media-section {
    margin-bottom: 130px;
}

.single-event-user-right-column-content .single-event-social-media-section .single-event-social-media {
    width: 100%;
}

.single-event-user-right-column-content .share-on {
    font-size: 16px;
    line-height: 27px;
    color: #b8b8b8;
    font-weight: 600;
    font-family: "Oswald";
    text-align: center;
    margin-right: 10px;

}

.single-event-user-right-column-content .single-event-social-media .heateor_sss_facebook,
.single-event-user-right-column-content .single-event-social-media .heateor_sss_button_twitter,
.single-event-user-right-column-content .single-event-social-media .heateor_sss_email,
.share-buttons-zone .heateor_sss_button_linkedin {
    background-color: #ffffff !important;
    height: 62px;
    width: 31%;
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-right: 7px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.single-event-user-right-column-content .single-event-social-media .heateor_sss_button_linkedin {
    display: none !important;
}

.single-event-user-right-column-content .single-event-social-media .heateor_sss_email .heateor_sss_svg>svg {
    background-color: #ed4238;
}

.single-event-user-right-column-content .heateor_sss_sharing_ul {
    margin-top: 0 !important;
}

.single-event-user-right-column-content .single-event-social-media .heateor_sss_email {
    margin-right: 0;
}

.single-event-user-right-column-content .single-event-social-media-section .single-event-social-media img {
    margin-left: 10px;
}

.single-event-user-right-column-content .single-event-not-logged-in-right-column h2 {
    font-size: 35px;
    color: #171717;
    font-weight: 600;
    font-family: "Oswald";
    margin-bottom: 45px;
    padding: 0 70px;
}

.single-event-user-right-column-content #countdown {
    font-size: 74px;
    color: #48ab00;
    font-weight: 600;
    font-family: "Oswald";
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    padding-left: 70px;
}

.single-event-user-right-column-content .single-event-inputs-div {
    padding: 0 70px;
}

.single-event-user-right-column-content .single-event-email-input,
.single-event-user-right-column-content .single-event-password-input,
.single-event-user-right-column-content .single-event-full-name-input {
    width: 100%;
    height: 62px;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
    font-family: "Oswald";
    margin-bottom: 15px;

}

.single-event-user-right-column-content .event-sign-up-button-div {
    padding: 0 70px;
}

.single-event-user-right-column-content .event-sign-up-button {
    width: 100%;
    height: 62px;
    background-color: #48ab00;
}

.single-event-user-right-column-content .event-sign-up-button:hover {
    background-color: #3d8b04;
}




/****/
.single-event-user-right-column-content .save-for-later-div {
    padding: 0 70px;
}

.single-event-user-right-column-content .single-event-save-for-later {
    height: 62px;
    background-color: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.single-event-user-right-column-content .single-event-save-for-later img {
    width: 13px;
    height: 17px;
    margin-right: 15px;
}

.single-event-user-right-column-content .single-event-logged-in-success-message .single-event-save-for-later {
    margin-bottom: 130px;
}

.single-event-user-right-column-content .single-event-save-for-later a {
    font-size: 20px;
    line-height: 27px;
    color: #48ab00;
    font-weight: 600;
    font-family: "Oswald";
    text-align: right;
    width: auto;
    display: flex;
    align-items: center;
}


.single-event-user-right-column-content h2 {
    font-size: 35px;
    color: #171717;
    font-weight: 600;
    font-family: "Oswald";
    margin-bottom: 45px;
    padding: 0 70px;
}

.single-event-user-right-column-content #countdown {
    font-size: 74px;
    color: #48ab00;
    font-weight: 600;
    font-family: "Oswald";
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    padding-left: 70px;
}

.single-event-user-right-column-content #countdown span {
    font-size: 40px;
    display: flex;
    margin: 0 8px;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 15px;
}






.single-event-user-right-column-content .event-sign-up-button-div {
    padding: 0 70px;
}

.single-event-user-right-column-content .event-sign-up-button {
    width: 100%;
    height: 62px;
    background-color: #48ab00;
    margin-bottom: 15px;
}

.single-event-user-right-column-content .event-sign-up-button:hover {
    background-color: #3d8b04;
}

.single-event-user-right-column-content .event-sign-up-button p,
.single-event-user-right-column-content .event-sign-up-button a {
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Oswald";
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    user-select: none;
    cursor: pointer;

}

.single-event-user-right-column-content .success-message-div {
    padding: 0 70px;
    margin-bottom: 130px;
}

.single-event-user-right-column-content .success-message-div p {
    font-size: 33px;
    color: #48ab00;
    font-weight: 600;
    font-family: "Oswald";
    text-align: center;
    line-height: 40px;
}

.single-event-user-right-column-content .success-message-div p:first-child {
    margin-bottom: 30px;
}

.single-event-user-right-column-content #countdown .count-down-placeholder p {
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    color: #000000;
    font-weight: 300;
    font-family: "Oswald";
    margin-top: 5px;
}

.single-event-user-right-column-content #countdown {
    margin-bottom: 45px;
}

/***/
.magazines-advertise-story-section {
    width: 100%;
    background-color: #f5f6f7;
    height: auto;
    padding-top: 100px;
    padding-bottom: 120px;
}

.magazines-advertise-story-section>div {
    display: flex;
    width: 1167px;
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

.magazines-advertise-story-section .magazines-advertise-story-group {
    width: 45%;
}

.magazines-advertise-story-section .magazines-advertise-story-group>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.magazines-advertise-story-section .magazines-advertise-story-group h2 {
    width: 100%;
    line-height: 60px;
    margin-bottom: 55px;
}

.magazines-advertise-story-section .magazines-advertise-story-group figure {
    width: 100%;
    height: 349px;
    line-height: 0.7;
}

.magazines-advertise-story-section .magazines-advertise-story-group img {
    width: auto;
    height: 100%;
    object-fit: cover;

}

.magazines-advertise-story-section .magazines-advertise-story-group p {
    width: 100%;
    font-size: 18px;
    line-height: 31px;
    color: #000000;
    font-weight: 300;
    font-family: "Open Sans";
}

.magazines-advertise-story-section .magazines-advertise-story-group .arrow-button-link {
    align-items: center !important;
}

.magazines-advertise-story-section .magazines-advertise-story-group .arrow-button-link a {
    color: #48ab00 !important;
}

.magazines-advertise-story-section .magazines-advertise-story-group .arrow-button-link:hover:after {
    color: #ffffff !important;
}

.magazines-advertise-story-section .magazines-advertise-story-group .arrow-button-link:after {
    color: #48ab00 !important;
    border: 2px solid #48ab00 !important;
}

.single-event-user-right-column-content #required-input-email {
    padding: 0 70px;
}

.single-event-user-right-column-content #required-input-password {
    padding: 0 70px;
}

.single-event-user-right-column-content .single-event-not-logged-in-event-over #required-input-email {
    padding: 0;
}

.single-event-main-content .required-input-login {
    margin-top: 10px;
    margin-bottom: 25px;
}

.single-event-user-right-column-content .single-event-logged-in-success-message .single-event-social-media-section {
    margin-bottom: 130px;
}

.single-event-user-right-column-content .logged-revisited-button-div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.single-event-user-right-column-content .logged-revisited-button-div a button {
    color: #48ab00 !important;
}

.single-event-user-right-column-content .logged-revisited-button-div #insights-view-all-news:hover #all-insights-arrow {
    background-color: #48aa00 !important;
    color: white !important;
}

.single-event-user-right-column-content .logged-revisited-button-div a:hover::before {
    background-color: #48ab00 !important;
}

.single-event-user-right-column-content .logged-revisited-button-div #all-insights-arrow {
    border: 2px solid #48ab00 !important;
}

.single-event-logged-in-revisited .success-message-div {
    margin-bottom: 70px;
}

.single-event-user-right-column-content .logged-revisited-button-div {
    padding: 0 70px;
}

/*****/
.page-messages-profile .inactive .message-list-back {
    display: none;
}

.page-messages-profile .inactive .message-content-title {
    display: none;
}

.page-messages-profile .active {
    overflow: unset;
    height: auto;
    -webkit-line-clamp: unset;
    max-height: unset;
}

.page-messages-profile .active .message-list-back {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    font-family: "Oswald";
    align-items: center;
    margin-bottom: 50px;
    display: flex;
}

.page-messages-profile .active .message-list-back i {
    width: 30px;
    height: 30px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-messages-profile .active .message-list-back .message-back-arrow {
    border: 1px solid black;
    border-radius: 50%;
    margin-right: 15px;
}

.page-messages-profile .active .message-content-title {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    font-family: "Oswald";
    margin-bottom: 35px;
}

.page-messages-profile .active p {
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    font-weight: 300;
    font-family: "Roboto";
    margin-bottom: 10px;
}

.page-messages-profile .active a {
    font-weight: 600;
    color: #000000;
    word-break: break-word;
}

.page-messages-profile .active .message-start-button a {
    width: 260px;
    height: 49px;
    background-color: #ffffff;
    border: 2px solid #48ab00;
    color: #48ab00 !important;
    font-size: 15px;
    line-height: 60px;
    color: #48ab00;
    font-weight: 500;
    font-family: "Oswald";
    border-radius: 14px!important;
}

.wp-block-buttons.green-button>.wp-block-button {
    border-radius: 14px!important;
    overflow: hidden;
}

.page-messages-profile .active .message-start-button a:hover {
    background-color: #48ab00 !important;
    color: #ffffff !important;
}

.page-messages-profile .active .message-button-div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
}

.page-messages-profile .all-messages-start-button a {
    width: 260px;
    height: 49px;
    background-color: #ffffff;
    border: 2px solid #48ab00;
    color: #48ab00 !important;
    font-size: 15px;
    line-height: 60px;
    color: #48ab00;
    font-weight: 500;
    font-family: "Oswald";
}

.page-messages-profile .all-messages-start-button a:hover {
    background-color: #48ab00 !important;
    color: #ffffff !important;
}

.page-messages-profile .all-messages-button-div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
}

.page-messages-profile .delete-icon {
    z-index: 1;
}

.event-over-description-zone .event-over-description-column p {
    font-size: 20px;
    line-height: 35px;
    color: #000000;
    font-weight: 300;
    font-family: "Roboto";
}

.event-over-description-zone h2 {
    font-size: 35px;
    color: #171717;
    font-weight: 600;
    font-family: "Oswald";
    margin-bottom: 70px;
}

.event-over-description-zone .event-over-who-can-watch-column li {
    font-size: 25px;
    color: #000000;
    font-weight: 700;
    font-family: "Oswald";
}

.event-over-description-zone {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.event-over-description-zone .event-over-description-column {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    margin-left: 0 !important;
}

.event-over-description-zone .event-over-who-can-watch-column {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    margin-left: 0 !important;
    padding-left: 130px;
}

.article-footer-social-icons .heateor_sss_sharing_ul .heateor_sss_svg {
    width: 40px !important;
    height: 40px !important;
    background-color: #000000 !important;
    margin-right: 5px;
}

/**************/
.organisation-profile-main-content {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}

.organisation-profile-main-content .organisation-details-right-group {
    display: flex;
    flex-direction: column;
}

.organisation-profile-main-content .organisation-details-right-group>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.organisation-profile-main-content .organisation-details-group>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.organisation-profile-main-content .social-media-group>div {
    display: flex;
    flex-direction: row;
    column-gap: 15px;
}

.organisation-profile-main-content .social-media-group {
    margin-bottom: 40px;
}

.organisation-profile-main-content .social-media-brands {
    width: 48px;
    height: 48px;
}

.organisation-profile-main-content .organisation-image {
    width: 318px;
    /* width: 100%; */
    height: 318px;
    background-color: #f5f6f7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;

}

.organisation-profile-main-content .social-media-brands a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.organisation-profile-main-content .social-media-brands {
    margin-bottom: 0;
}

.organisation-profile-main-content .facebook-link {
    background-color: #007bed;
}

.organisation-profile-main-content .twitter-link {
    background-color: #009deb;
}

.organisation-profile-main-content .linkedin-link {
    background-color: #0079b2;
}

.organisation-profile-main-content .instagram-link {
    background-color: #e9424a;
}

.organisation-profile-main-content .organisation-phone-mail-group>div {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
}

.organisation-profile-main-content .organisation-phone-mail-group p {
    font-size: 20px;
    color: #171717;
    font-weight: 600;
    font-family: "Oswald";
    text-align: right;
}

.organisation-profile-main-content .organisation-phone-group>div,
.organisation-profile-main-content .organisation-mail-group>div {
    display: flex;
    flex-direction: row;
    font-size: 20px;
    color: #171717;
    font-weight: 600;
    font-family: "Oswald";
    align-items: center;
}

.organisation-profile-main-content .organisation-phone-group figure,
.organisation-profile-main-content .organisation-mail-group figure {
    margin-right: 15px;
}

.organisation-profile-main-content .organisation-phone-group img {
    width: 16px;
    height: 16px;
    display: flex;
}

.organisation-profile-main-content .organisation-mail-group img {
    width: 17px;
    height: 12px;
    display: flex;
}

.organisation-profile-main-content .organisation-phone-group {
    margin-right: 40px;
}

.organisation-profile-main-content .organisation-details-buttons .wp-block-button {
    margin-bottom: 0;
}

.organisation-profile-main-content .organisation-details-buttons .download-brochure-button a {
    height: 100% !important;
    background-color: #ffffff;
    color: #48ab00 !important;
    border: 2px solid #48ab00;
}

.organisation-profile-main-content .organisation-details-buttons .download-brochure-button a:hover {
    color: #ffffff !important;
    background-color: #48ab00 !important;

}

.organisation-profile-main-content .organisation-details-buttons .go-to-website-button a {
    height: 100% !important;
}

.organisation-profile-main-content .share-this-page-heading,
.organisation-profile-main-content .latest-news-heading {
    /* margin-top: 150px; */
    margin-top: 70px;
}

.organisation-profile-main-content .organisation-profile-headings {
    font-size: 35px;
    color: #171717;
    font-weight: 700;
    font-family: "Oswald";
    margin-bottom: 70px;
}

.organisation-profile-main-content .share-this-page-heading::before {
    display: none;
}

.organisation-profile-main-content .organisation-name-heading {
    margin-top: 100px;
    font-size: 50px;
    color: #171717;
    font-weight: 600;
    font-family: "Oswald";

}

.organisation-profile-main-content .organisation-photos-slider {
    margin-bottom: 150px;

}

.organisation-profile-main-content .organisation-name-heading::before {
    display: none;
}

/********/
.organisation-profile-main-content .share-buttons-zone {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 70px;
    padding: 0;
    margin-top: 45px;
}

.organisation-profile-main-content .share-buttons-zone>div {
    width: 100%;
}

.organisation-profile-main-content .share-on {
    font-size: 16px;
    line-height: 27px;
    color: #b8b8b8;
    font-weight: 600;
    font-family: "Oswald";
    text-align: center;
    margin-right: 10px;

}

.organisation-profile-main-content .share-buttons-zone .heateor_sss_facebook,
.organisation-profile-main-content .share-buttons-zone .heateor_sss_button_twitter,
.organisation-profile-main-content .share-buttons-zone .heateor_sss_email,
.share-this-page-group .share-buttons-zone .heateor_sss_button_linkedin {
    background-color: #f5f6f7 !important;
    height: 62px;
    width: 15%;
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-right: 7px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.organisation-profile-main-content .share-buttons-zone .heateor_sss_email .heateor_sss_svg>svg {
    background-color: #ed4238;
}

.organisation-profile-main-content .share-buttons-zone .heateor_sss_sharing_ul {
    margin-top: 0 !important;
}

.share-this-page-group .share-buttons-zone .heateor_sss_email {
    margin-right: 7px;
}

.share-this-page-group .share-buttons-zone .heateor_sss_button_linkedin {
    margin-right: 0;
}

.organisation-profile-main-content .share-buttons-zone img {
    margin-left: 10px;
}

.organisation-profile-main-content .about-group {
    /* margin-top: 150px; */
    margin-top: 70px;
}

.organisation-profile-main-content .about-image img {
    width: 524px;
    height: 359px;
    object-fit: cover;
}

.organisation-profile-main-content .about-heading {
    margin-top: 0;
    margin-bottom: 0;
}

.organisation-profile-main-content .about-heading::before {
    display: none;
}

.organisation-profile-main-content .about-heading + div li {
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans";
    line-height: 24px;
    margin-bottom: 12px;
}

.organisation-profile-main-content .about-image-column {
    display: flex;
    justify-content: flex-end;

}

.organisation-profile-main-content .about-group p {
    font-size: 18px;
    line-height: 31px;
    color: #000000;
    font-weight: 300;
    font-family: "Roboto";
    margin-top: 25px;
    margin-bottom: 25px;
}

.organisation-profile-main-content .wp-block-group .representative-brochure-section {
    margin-top: 90px;
}

.organisation-profile-main-content .news-page-latest-container {
    display: grid;
    grid-gap: 35px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 70px;
}

.organisation-profile-main-content .news-page-latest-container>div:first-child {
    /* grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4; */
    height: 311px;
    width: 365px;
}

.organisation-profile-main-content .news-page-latest-container>div:not(:first-child) {
    /* height: 165px; */
    height: 311px;
    background-color: #f5f6f7;
}

.organisation-profile-main-content .news-page-latest-container #first-latest-new-img {
    height: 100%;
    background-color: #000;
}

.organisation-profile-main-content .news-page-latest-container #first-latest-new-img>img {
    height: 100%;
    opacity: 0.8;
    display: block;
    width: 100%;
}

.news-page-content .news-page-latest-container #first-latest-new-img>img {
    height: 100%;
    opacity: 0.8;
    display: block;
}

.organisation-profile-main-content .news-page-latest-container>div:not(:first-child)>div.post-card-image>img {
    height: 165px;
    width: 165px;
}

.organisation-profile-main-content .news-page-latest-container img {
    object-fit: cover;
}

.organisation-profile-main-content .news-page-latest-container>div.post-card:not(:first-child)>div.post-card-content>div.post-card-bottom-content {
    left: 164px;
    display: flex;
    padding-right: 45px;
}

.organisation-profile-main-content .news-page-latest-container .post-card-bottom-content {
    position: absolute;
    bottom: 45px;
    max-width: 100%;
    padding: 0 102px 0 45px;
}

.organisation-profile-main-content .news-page-latest-container>div.post-card:not(:first-child)>div.post-card-content>div.post-card-bottom-content>div.post-card-title {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    line-height: normal;
    font-family: "Oswald";
    padding-right: 52px;
}

.organisation-profile-main-content .news-page-latest-container>div.post-card:not(:first-child)>div.post-card-content>div.post-card-bottom-content>a#learn-more-news {
    display: flex;
    align-items: center;
    align-content: center;
}

.organisation-profile-main-content .news-page-latest-container>div.post-card:not(:first-child)>div.post-card-content>div.post-card-bottom-content>a#learn-more-news>span#link-learn-news {
    color: #48aa00;
    border: 2px solid #48aa00;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.organisation-profile-main-content .news-page-latest-container div.first-col .post-card-bottom-content div.post-card-title {
    /* font-size: 25px; */
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Oswald";
    line-height: 1.3;
}

.organisation-profile-main-content .news-page-latest-container>div.post-card:not(:first-child)>div.post-card-content>div.post-card-bottom-content>div.post-card-title {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    line-height: normal;
    font-family: "Oswald";
    padding-right: 52px;
}

.organisation-profile-main-content .organisation-details-group {
    margin-top: 100px;
}

.organisation-profile-main-content .organisation-audio {
    display: none;
}

.organisation-profile-main-content .topic-podcast-single {
    margin-top: 40px !important;
    margin-bottom: 150px;
}

.organisation-profile-main-content .top-tools-services {
    /* padding-top: 150px !important; */
    padding-top: 70px !important;
}

.organisation-profile-main-content .video-heading {
    margin-bottom: 70px;
}

.organisation-profile-main-content .video-group .video-timpestamps p {
    font-size: 25px;
    line-height: 60px;
    color: #000000;
    font-weight: 300;
    font-family: "Oswald";
    cursor: pointer;
}

.organisation-details-group .wp-block-image {
    margin-bottom: 0 !important;
}

.organisation-details-group .go-to-website-button {
    border: none;
}

.organisation-profile-main-content .wp-block-group__inner-container {
    width: 100% !important;
}

.organisation-details-group .go-to-website-button,
.organisation-details-group .download-brochure-button {
    height: 65px;
}

.organisation-profile-main-content .organisation-read-more .wp-block-button {
    width: 172px;
    height: 85px;
}

.organisation-profile-main-content .organisation-read-more .wp-block-button__link {
    width: 100% !important;
}

.organisation-profile-main-content .news-page-latest-container div.first-col .post-card-bottom-content div.post-card-date {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Oswald";
}

.organisation-profile-main-content .organisation-more-on-content-hub-group {
    width: 100%;
    margin-top: 70px;
}

.organisation-profile-main-content .organisation-more-on-content-hub>div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.organisation-profile-main-content .organisation-profile-request-brochure .request-brochure-second-column p,
.organisation-profile-main-content .organisation-profile-request-demo .request-demo-second-column p {
    font-size: 35px !important;
    color: #48ab00 !important;
    font-weight: 700 !important;
    font-family: "Oswald" !important;
    text-align: center;
    line-height: 45px !important;
}

.organisation-profile-main-content .organisation-profile-request-brochure .request-brochure-second-column,
.organisation-profile-main-content .organisation-profile-request-demo .request-demo-second-column {
    display: flex;
    min-height: 334px;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
}

/*****/
.organisation-profile-main-content .organisation-profile-request-proposal {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.organisation-profile-main-content .proposals-content {
    display: flex;
    width: 100%;
    flex-direction: row;
    max-width: 100%;
    justify-content: space-between;
    margin: auto;
    align-items: flex-start;
    margin-bottom: 150px;
}

.organisation-profile-main-content .request-proposal-header {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    align-items: center;
    margin-bottom: 70px;
    /* margin-top: 150px; */
    margin-top: 70px;
}

.organisation-profile-main-content .proposal-item {
    max-width: 365px;
    min-height: 446px;
    width: 100%;
    margin-bottom: 35px;
    padding: 45px;
    outline: 1px solid #D2D2D2;
    height: auto;
}

.organisation-profile-main-content .proposal-item:not(:last-child) {
    margin-right: 35px;
}

.organisation-profile-main-content .request-proposal-header .view-all-proposals {
    float: right;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    font-family: "Oswald";
    text-align: center;
    background: none;
}

.organisation-profile-main-content .request-proposal-header .view-all-arrow {
    width: 32px;
    height: 32px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000000;
    border-radius: 50%;
}

.organisation-profile-main-content .view-all-proposals:hover .view-all-arrow {
    background-color: #000000;
    color: #FFFFFF;
    transition: background 150ms ease-in-out;
}

.organisation-profile-main-content .content-hub-learn-more:hover .view-all-arrow {
    background-color: #48aa00;
    color: #FFFFFF;
    transition: background 150ms ease-in-out;
}

.organisation-profile-main-content .proposal-title {
    font-size: 25px;
    color: #171717;
    font-weight: 600;
    font-family: "Oswald";
    margin-bottom: 20px;
}

.organisation-profile-main-content .proposal-excerpt {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
    font-family: "Oswald";
    margin-bottom: 30px;
}

.organisation-profile-main-content .tools-overview-section {
    padding-bottom: 0;
}

.representative-brochure-section>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brochure-success-message,
.demo-success-message {
    display: none;
}

.organisation-profile-main-content .representative-brochure-section h2 {
    line-height: 40px !important;
}

/********/
.organisation-profile-clubs-leagues-main .about-group>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #d5d5d5;
    padding: 70px;
}

.organisation-profile-clubs-leagues-main .about-representative .about-group p {
    font-size: 35px;
    line-height: 60px;
    color: #000000;
    font-weight: 700;
    font-family: "Oswald";
}

.organisation-profile-clubs-leagues-main .about-representative h2 {
    margin-bottom: 49px;
    line-height: 24px;
    letter-spacing: 0px;
}

.organisation-profile-clubs-leagues-main .about-representative {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.organisation-profile-clubs-leagues-main .about-representative .wp-block-columns>.wp-block-column:first-child figure {
    margin: 0;
}

.organisation-profile-clubs-leagues-main .about-representative .wp-block-columns>.wp-block-column:first-child img {
    border-radius: 50%;
}

.organisation-profile-clubs-leagues-main .about-representative .wp-block-columns>.wp-block-column:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.organisation-profile-clubs-leagues-main .about-representative .wp-block-columns>.wp-block-column:nth-child(2) h4,
.organisation-profile-clubs-leagues-main .about-representative .wp-block-columns>.wp-block-column:nth-child(2) h5,
.organisation-profile-clubs-leagues-main .about-representative .wp-block-columns>.wp-block-column:nth-child(2) p {
    margin: 0;
}

.organisation-profile-clubs-leagues-main .about-representative .wp-block-columns>.wp-block-column:nth-child(2) h4 {
    margin: 22px 0px 0px 0px;
    letter-spacing: 0px;
    font-size: 25px;
    color: #000000;
    font-weight: 700;
    font-family: "Oswald";
}

.organisation-profile-clubs-leagues-main .about-representative .wp-block-columns>.wp-block-column:nth-child(2) h5 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    font-family: "Oswald";
    margin: 0px;
    letter-spacing: 0px;
    margin-bottom: 18px;
}

.organisation-profile-clubs-leagues-main .about-representative .wp-block-columns>.wp-block-column:nth-child(2) p {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    font-family: "Oswald";
    line-height: 25px;
}

.organisation-profile-clubs-leagues-main .about-representative figure {
    line-height: 0;
}

.organisation-profile-clubs-leagues-main .about-representative>.wp-block-columns>.wp-block-column:nth-child(2) figure {
    line-height: 0px;
    margin-top: 10px;
    cursor: pointer;
    width: 24px;
}

.organisation-profile-clubs-leagues-main .about-representative h2 {
    line-height: 40px;
}

/*****/
.proposal-post-type .entry-header {
    display: none;
}

.proposal-post-type {
    margin: 0 auto;
    width: 1165px;
    max-width: 100%;
}

#main .representative-brochure-section input:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

.error-img-span img {
    width: 36px !important;
    height: 33px !important;
}

.error-img-span {
    width: 36px !important;
    height: 33px !important;
    margin-right: 15px;
}

.request-brochure-second-column .required-input-login,
.request-demo-second-column .required-input-login {
    margin-top: 10px;
    margin-bottom: 25px !important;
}

.organisation-profile-main-content .wp-block-button .wp-block-button__link {
    height: 100% !important;
}

/* .organisation-profile-main-content .organisation-profile-headings{
    margin-top: 80px;
} */
.organisation-profile-main-content .about-heading {
    margin-top: 0;
}

.organisation-profile-main-content .popup-image {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    height: 100%;
    width: 100%;
    z-index: 3;
    display: none;
}

.organisation-profile-main-content .popup-image span {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 15px;
    font-weight: bolder;
    color: black;
    cursor: pointer;
    background-color: white;
    border-radius: 50%;
    width: 30px;
    display: flex;
    height: 30px;
    z-index: 100;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-top: 1px;
}

.organisation-profile-main-content .container-popup img {
    width: 100%;
    /* height: 100%; */
}

.organisation-profile-main-content .container-popup {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    object-fit: cover;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.media-files-content {
    width: calc(100% + 34px);
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    left: -17px;
}

.media-files-content .media-file-container {
    display: flex;
    flex-direction: column;
    width: calc((100% - 102px) / 3);
    padding: 45px;
    border: 1px solid #D2D2D2;
    margin-bottom: 35px;
    margin-right: 17px;
    margin-left: 17px;

}

#single-event-media-files .media-file-container {
    width: calc((100% - 372px) / 3) !important;
}

.media-files-content .media-file-container pre {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 1.2;
    color: #171717;
    font-weight: 600;
    font-family: "Oswald";
    overflow: hidden;
}

.media-files-content .media-file-container .media-files-type {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: unset;
    /* flex-wrap: wrap; */
    overflow-x: auto;
}

.media-files-content .media-file-container .media-files-type p {
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    font-family: "Oswald";
    width: auto;
    padding: 13px;
    line-height: 14px;
    border: 1px solid #d5d5d5;
    letter-spacing: 0px;
}

.media-files-content .media-file-container button {
    border-radius: 0;
}

.event-menu-item {
    margin-right: 20px;
    font-size: 16px;
    color: #47AB00 !important;
    font-weight: 600;
    font-family: "Oswald";
    min-width: 128px;
}

.event-menu-bar {
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: none;
    height: 50px;
    padding: 0;
    background-color: #F5F6F7;
    border-bottom: 1px solid #D2D2D2;
    align-items: center;
    overflow-y: auto;
}

@media only screen and (max-width: 1366px) {
    .event-menu-bar {
        padding-left: 40px;
        justify-content: flex-start;
    }
}

.hidden-subsection {
    display: none;
    width: 100%;
    max-width: 1172px;
    margin: 0 auto;
    padding: 100px 0;
}

.hidden-subsection .wp-block-group {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.media-files-content .metafield-item-title {
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 700;
    font-family: "Oswald";
    margin-bottom: 15px;
}

.content-hub-quick-download-button {
    font-size: 16px !important;
}

























/* *****************RESPONSIVE**************** */
@media only screen and (max-width: 1283px) {
    .organisation-profile-main-content .news-page-latest-container>div.post-card:not(:first-child)>div.post-card-content>div.post-card-bottom-content>div.post-card-title {
        padding-right: 20px;
    }

    .organisation-profile-main-content .news-page-latest-container>div.post-card:not(:first-child)>div.post-card-content>div.post-card-bottom-content {
        top: 39px;
    }
}

@media only screen and (max-width: 1250px) {
    .members-slider .n2-ss-layer-row-inner>div {
        padding-left: 30px;
        padding-right: 30px;
    }

    .page-id-955 .wp-block-buttons>.wp-block-button:last-child {
        width: 100%;
        max-width: 100%;
    }

    .landing-page-main-content {
        flex-direction: column;
    }

    .landing-page-main-content .landing-page-text-details-column {
        margin-left: 0 !important;
        width: 100%;
    }

    .issue-landing-page-magazine-title {
        padding-left: 60px;
        padding-right: 60px;
    }

    .landing-page-main-content {
        padding-left: 60px;
        padding-right: 60px;
        align-items: center;
    }

    .landing-page-main-content .landing-page-text-details>div {
        flex-wrap: wrap;
    }

    .landing-page-main-content .landing-page-text-details .landing-page-topics-included {
        width: 33.33%;
        display: flex;
        justify-content: center;
    }

    .landing-page-main-content .landing-page-text-details .landing-page-text-details-group {
        width: 33.33%;
    }

    .landing-page-main-content .landing-page-text-details .landing-page-text-details-group {
        width: 33.33%;
    }

    .landing-page-main-content .landing-page-topics-included {
        display: flex;
        justify-content: center;
    }

    .landing-page-main-content .landing-page-topics-included>div .wp-block-columns {
        width: 100%;
    }

    .landing-page-main-content .landing-page-text-details-group {
        display: flex;
        justify-content: center;
    }

    .landing-page-main-content .landing-page-text-details-group>div {
        width: 123px;
    }

    .landing-page-main-content .landing-page-text-details {
        margin-top: 45px;
    }

    .landing-page-main-content .landing-page-second-group {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .landing-page-main-content .landing-page-second-group>div {
        width: 100%;
    }

    .landing-page-main-content .landing-page-second-buttons {
        width: 100%;
    }

    .landing-page-main-content .landing-page-first-buttons .landing-first-button {
        width: 40%;
    }

    .landing-page-main-content .landing-page-first-buttons .landing-second-button {
        width: 60%;
    }

    .landing-page-main-content .landing-page-image-column {
        padding: 72px 0;
        width: 100%;
    }

    .landing-page-main-content .landing-page-text-details>div {
        flex-direction: row;
    }

    .landing-page-main-content .landing-page-topics-included {
        justify-content: unset;
    }

    /* #primary.content-area .site-main .event-page-content .single-event-page> *:not(.event-posts-main, .green-button, .event-page-content){
        padding: 0 40px;
    } */



    .event-posts-main .upcoming-events-header {
        padding-left: 40px;
        padding-right: 40px;
    }

    .single-event-page-all-content .single-event-main-content,
    .single-event-page-all-content .event-over-description-zone,
    .single-event-page-all-content .single-event-description,
    .single-event-page-all-content .topics-covered,
    .event-posts-main .upcoming-events-header {
        /* padding-left: 40px;
        padding-right: 40px; */
        max-width: 100%;
    }

    .single-event-page-all-content .single-event-membership {
        margin-left: 40px;
        margin-right: 40px;
        max-width: 100%;
        width: auto;
    }

    .single-event-page .single-event-speakers-section {
        /* padding-left: 40px;
        padding-right: 40px; */
        max-width: 100%;
    }

    /* .event-posts-main .upcoming-events {
        padding-left: 40px;
        padding-right: 40px;
    } */
    .event-posts-main .upcoming-events .post-card {
        margin-right: 15px;
    }

    #hero-content .wp-block-cover {
        padding: 100px 100px 150px 100px;
    }

    .media-files-content {
        padding: 0 40px;
    }

    #single-event-media-files .media-file-container {
        width: calc((100% - 453px) / 3) !important;
    }

    /****/



}

@media only screen and (max-width: 1200px) {
    .profile-main-template {
        width: 100%;
        padding: 0 40px;
    }

    .profile-content .profile-small-inputs {
        display: flex;
        flex-direction: column;
    }

    .profile-content .profile-small-input {
        width: 100%;
        margin-right: 0;
    }

    .profile-content #profile-user-postal-code-div {
        margin-left: 0;

    }

    .profile-content #profile-user-city-div {
        margin-right: 0;
    }

    .profile-content #profile-last-name-div {
        margin-left: 0;
    }

    .profile-content #profile-first-name-div {
        margin-right: 0;
    }

    .profile-top-container {
        padding: 0 70px;
    }

    .profile-content #profile-user-phone-number {
        width: 642px;
    }

    .profile-content #profile-user-country {
        width: 642px;
    }

    #profile-default-avatar {
        width: 100px;
        height: 100px;
    }

    #profile-page-image {
        width: 100px;
        height: 100px;
    }

    .upload-profile-image .fa-pen {
        width: 45px;
        height: 45px;
    }

    .profile-content #profile-upload-button-container {
        height: 100px;
    }

    .profile-content #user-profile-level {
        width: 258px;
        height: 140px;
    }

    .profile-content #profile-current-level {
        font-size: 12px;
    }

    .profile-content #profile-registered {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .profile-content #profile-free-trial-button,
    .profile-content #profile-feedback-trial-button,
    .profile-content #profile-upgrade-button {
        width: 114px;
        height: 30px;
        font-size: 11px;
    }

    .profile-content #address-synced-notification {
        left: 559px;
        bottom: 642px;
    }

    .contact-main-content {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    /***/
    .publications-block .arrow-button-link {
        margin-top: 15px;
    }

    .publications-block div {
        padding-right: 25px;
        padding-left: 25px;
    }

    .publications-block * {
        box-sizing: border-box !important;
    }

    .publications-block>div {
        align-self: normal !important;
    }

    .page-id-180 .latest-issues-section .wp-block-columns:nth-child(2) .wp-block-column {
        padding: 20px;
    }

    .page-id-955 .wp-block-column {
        width: 100%;
    }

    .page-id-955 .site-main p {
        max-width: 100%;
    }

    .page-id-180 #main.site-main>div:not(#main.site-main>div.wp-block-cover, .page-id-180 #main.site-main>div#hero-content),
    .page-id-180 #main.site-main .testimonials-section {
        padding: 0;
    }

    .magazine-page-first-row .magazine-text {
        padding-left: 40px;
        padding-right: 40px;
        max-width: 100%;
    }

    .page-id-180 #main.site-main .testimonials-section {
        padding: 50px 40px;
    }

    .page-id-180 .latest-issues-section {
        padding-left: 40px;
        padding-right: 40px;
    }

    .single-event-main-content .single-event-first-column {
        padding: 30px;
        min-width: 380px;
    }

    .single-event-main-content .single-event-second-column {
        padding-top: 30px;
    }

    /****/
    .latest-issues-section .latest-issues-magazines-posts a:first-child {
        margin-right: 20px;
    }

    .latest-issues-section .latest-issues-magazines-posts a:nth-child(2) {
        margin-right: 20px;
    }

    .magazines-advertise-story-section>div {
        width: 100%;
        padding: 100px 40px;
    }

    .organisation-profile-main-content .organisation-details-right-group {
        margin-left: 100px;
    }

    .organisation-details-group .go-to-website-button {
        margin-bottom: 15px !important;
    }



}

@media only screen and (max-width: 1150px) {
    /* .event-posts-main .upcoming-events .post-card{
        padding: 25px;
    } */
}

@media only screen and (max-width: 1100px) {

    .single-event-user-right-column-content .single-event-social-media-section,
    .single-event-user-right-column-content .single-event-inputs-div,
    .single-event-user-right-column-content h2,
    .single-event-user-right-column-content .event-sign-up-button-div,
    .single-event-user-right-column-content #required-input-password {
        padding: 0 30px;
    }

    .single-event-user-right-column-content #required-input-email {
        padding: 0 30px;
    }

    .single-event-user-right-column-content #countdown {
        padding-left: 30px;
    }

    .single-event-user-right-column-content .logged-revisited-button-div {
        padding: 0 30px;
    }

    .single-event-user-right-column-content .save-for-later-div {
        padding: 0 30px;
    }

    .single-event-main-content .single-event-start-column {
        padding-right: 20px;
    }

    .single-event-user-right-column-content .success-message-div {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1050px) {
    .publications-block div:nth-child(2) {
        margin-left: 20px !important;
    }

    .publications-block div:nth-child(3) {
        margin-left: 20px !important;
    }

    .publications-block h4 {
        font-size: 20px;
    }

    .publications-block .publications-paragraph {
        font-size: 15px;
    }

    /* .page-id-180 .latest-issues-section .wp-block-columns:nth-child(2) .wp-block-column{
        height: 485px;
    } */
    .single-event-main-content .single-event-title {
        font-size: 40px;
    }

    .single-event-main-content .single-event-heading {
        font-size: 30px;
    }

    .single-event-main-content .single-event-text {
        font-size: 20px;
    }

    /***/

    .single-event-user-right-column-content #countdown {
        font-size: 69px;
    }

    .organisation-profile-clubs-leagues-main .about-group .wp-block-columns:first-child {
        flex-direction: column;
    }

    .organisation-profile-clubs-leagues-main .about-group>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:nth-child(2) {
        margin-left: 0;
        margin-top: 50px;
    }

    .organisation-profile-clubs-leagues-main .about-representative>.wp-block-columns>.wp-block-column {
        display: flex;
        justify-content: flex-end;
    }
}

@media (max-width: 1023px) and (min-width: 769px) {
    .organisation-profile-main-content .news-page-latest-container>div.post-card:not(:first-child)>div.post-card-content>div.post-card-bottom-content>div.post-card-title {
        max-width: 100%;
        max-height: 100%;
        font-size: 15px;
        padding-right: 0px;
    }

}

@media only screen and (max-width: 1020px) {
    .page-id-180 .magazine-page-first-row {
        padding: 50px 0;
        flex-direction: column-reverse;
    }

    .page-id-180 .fbin-magazine-first-img img {
        width: 300px;
        height: 350px;
    }

    .magazine-page-first-row .magazine-text p {
        width: 100%;
    }

    .magazine-page-first-row .fbin-magazine-first-img {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
    .organisation-profile-main-content .news-page-latest-container>div.post-card:not(:first-child)>div.post-card-content>div.post-card-bottom-content {
        top: 7px;
        height: 100%;
    }
}

@media only screen and (max-width: 1021px) {
    .organisation-profile-main-content .news-page-latest-container>div.post-card:not(:first-child)>div.post-card-content>div.post-card-bottom-content {
        padding: 0 25px 0 25px;
    }
}

@media only screen and (max-width: 1000px) {

    .profile-save-or-cancel-changes #profile-all-saved-2 {
        display: none;
    }

    /* .profile-save-or-cancel-changes #profile-all-saved-1{
        display: block;
        margin-bottom: 20px;
    } */
    .profile-save-or-cancel-changes #profile-save-or-cancel-changes-1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-save-or-cancel-changes {
        display: flex;
        align-items: flex-end;
        margin-top: 30px;
    }

    .profile-save-or-cancel-changes .profile-bottom-buttons {
        width: 200px;
        height: 50px;
    }

    .profile-contact-main {
        padding-left: 40px;
        padding-right: 40px;
    }

    .question-suggestions-main {
        padding-left: 40px;
        padding-right: 40px;
    }

    .members-slider .n2-ss-layer-row-inner>div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .page-id-180 .wp-block-columns {
        flex-wrap: wrap;
    }

    .page-id-180 .latest-issues-section .wp-block-columns:nth-child(2) .wp-block-column {
        /* height: 530px; */
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 25px;
        margin-top: 0 !important;
    }

    .single-event-membership .single-event-membership-text {
        font-size: 25px !important;
    }

    .single-event-page-all-content .single-event-membership .wp-block-buttons a {
        width: 232px;
    }

    .single-event-main-content .single-event-start-column {
        padding-right: 30px;
    }

    .latest-issues-section .latest-issues-magazines-posts a:first-child {
        margin: 0;
    }

    .latest-issues-section .latest-issues-magazines-posts a:nth-child(2) {
        margin: 0;
    }

    .latest-issues-section .latest-issues-magazines-posts .magazines-latest-issues {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 985px) {
    .single-event-page-all-content .single-event-speakers-section .wp-block-columns {
        flex-direction: row;
    }

    .single-event-user-right-column-content #countdown {
        font-size: 61px;
    }

    .media-files-content .media-file-container {
        min-height: 230px;
    }
}

@media only screen and (max-width: 980px) {
    .single-event-main-content .single-event-text {
        font-size: 15px;
    }

    .single-event-main-content .single-event-heading {
        font-size: 23px;
    }

    .single-event-second-group figure {
        width: 100px;
    }

    /****/
    .organisation-profile-main-content .organisation-image {
        width: 280px;
        height: 280px;
    }

    .organisation-profile-main-content .social-media-group {
        margin-bottom: 15px;
    }

    .organisation-profile-main-content .organisation-details-right-group {
        margin-left: 50px;
    }

    .organisation-details-group .go-to-website-button {
        width: 387px !important
    }


}

@media only screen and (max-width: 950px) {
    .single-event-page-all-content .single-event-speakers-section .wp-block-group__inner-container .speaker-section-speaker-name {
        font-size: 22px;
    }

    .single-event-page-all-content .single-event-speakers-section .wp-block-group__inner-container .speaker-section-speaker-function {
        font-size: 18px;
    }

    #hero-content .wp-block-cover {
        padding: 100px 65px 150px 65px;
    }

    .organisation-profile-main-content .share-buttons-zone .heateor_sss_facebook,
    .organisation-profile-main-content .share-buttons-zone .heateor_sss_button_twitter,
    .organisation-profile-main-content .share-buttons-zone .heateor_sss_email,
    .share-this-page-group .share-buttons-zone .heateor_sss_button_linkedin {
        width: 17%;
    }

    .organisation-profile-main-content .news-page-latest-container>div.post-card:not(:first-child)>div.post-card-content>div.post-card-bottom-content {
        top: 25px;
    }

    #single-event-media-files .media-file-container {
        width: calc((100% - 329px) / 2) !important;
        min-height: 180px;
    }



}

@media only screen and (max-width: 930px) {
    .latest-issues-section .latest-issues-magazines-posts a div {
        margin-left: 0 !important;
    }

    .latest-issues-section .latest-issues-magazines-posts .latest-issue-green-magazine {
        margin-left: 45px !important;
    }



}

@media only screen and (max-width: 930px) and (min-width: 760px) {
    .event-posts-main .upcoming-events {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .event-posts-main .upcoming-events .post-card {
        margin-right: 0;
        width: 100%;
        max-width: calc((100% - 30px)/2);
    }
}

@media only screen and (max-width: 900px) {

    #hero-title {
        left: 90px;
    }

    #hero-buttons {
        left: 90px;
    }

    .publications-block .arrow-button-link {
        font-size: 15px !important;
    }

    .page-id-955 .wp-block-button a {
        font-size: 16px;
    }

    .single-event-user-right-column-content .event-sign-up-button p,
    .single-event-user-right-column-content .event-sign-up-button a {
        font-size: 17px;
    }

    .single-event-user-right-column-content .single-event-social-media-section .single-event-social-media a {
        font-size: 14px;
    }

    .single-event-user-right-column-content .logged-revisited-button-div button {
        font-size: 15px !important;
    }

    .single-event-user-right-column-content #countdown {
        font-size: 58px;
    }

    .single-event-user-right-column-content .share-on {
        margin-right: 5px;
    }

}


@media only screen and (max-width: 900px) and (min-width: 768px) {
    .latest-issues-section .latest-issues-magazines-posts a {
        width: 47.5%;
    }
}

@media only screen and (max-width: 890px) {
    .organisation-profile-main-content .proposal-item {
        padding: 30px;
    }
}

@media only screen and (max-width: 870px) {

    .single-event-main-content .required-input-login {
        font-size: 15px;
    }

    /* .organisation-profile-main-content .organisation-phone-mail-group>div{
        flex-direction: column;
    } */
    .organisation-profile-main-content .organisation-phone-mail-group p {
        text-align: left;
        font-size: 18px;
    }

    .organisation-profile-main-content .organisation-phone-group figure,
    .organisation-profile-main-content .organisation-mail-group figure {
        margin-right: 10px;
    }

    .organisation-profile-main-content .organisation-phone-group {
        margin-right: 20px;
    }

    .organisation-profile-main-content .organisation-image {
        width: 260px;
        height: 260px;
    }


}

@media only screen and (max-width: 850px) {
    .publications-block .publications-paragraph {
        height: 150px;
    }

    .single-event-main-content .single-event-text {
        font-size: 15px;
    }

    .single-event-main-content .single-event-heading {
        font-size: 23px;
    }

    /***/
    .single-event-user-right-column-content .single-event-social-media-section .single-event-social-media img {
        margin-left: 5px;
    }

    .single-event-user-right-column-content h2 {
        font-size: 29px;
    }

    .single-event-user-right-column-content #countdown span {
        margin: 0 4px;
        font-size: 30px;
    }

    .single-event-user-right-column-content #countdown {
        font-size: 55px;
    }

    .single-event-user-right-column-content .single-event-email-input,
    .single-event-user-right-column-content .single-event-password-input,
    .single-event-user-right-column-content .single-event-full-name-input {
        height: 49px;
        font-size: 16px;
    }

    .single-event-user-right-column-content .event-sign-up-button p,
    .single-event-user-right-column-content .event-sign-up-button a {
        font-size: 14px !important;
    }

    .single-event-user-right-column-content .event-sign-up-button p {
        line-height: 18px !important;
    }

    .single-event-logged-in-revisited .success-message-div {
        margin-bottom: 70px !important;
    }

    .single-event-user-right-column-content .success-message-div p {
        font-size: 26px;
    }

    .single-event-user-right-column-content .single-event-not-logged-in-success-message .single-event-social-media-section {
        margin-bottom: 100px;
    }

    .single-event-user-right-column-content .success-message-div,
    .single-event-user-right-column-content .single-event-logged-in-success-message .single-event-social-media-section {

        margin-bottom: 100px;
    }

    .single-event-user-right-column-content .success-message-div {
        padding: 0 30px;
    }

    .single-event-user-right-column-content .event-sign-up-button {
        height: 49px;
    }

    .single-event-user-right-column-content .share-on {
        font-size: 12px;
    }

    .organisation-profile-main-content .news-page-latest-container>div.post-card:not(:first-child)>div.post-card-content>div.post-card-bottom-content {
        top: 5px;
    }



}

@media only screen and (max-width: 820px) {
    .single-event-user-right-column-content .single-event-social-media-section .single-event-social-media a {
        font-size: 11px;
    }

    .organisation-profile-main-content .organisation-details-right-group {
        margin-left: 20px;
    }

    .organisation-profile-main-content .social-media-group {
        margin-bottom: 5px;
    }

}

@media only screen and (max-width: 800px) {
    .magazines-advertise-story-section .magazines-advertise-story-group h2 {
        font-size: 30px;
    }

    .organisation-profile-main-content .ch-view-all-button .ch-view-all-text {
        font-size: 16px;
    }

    .organisation-profile-main-content .content-hub-save-for-later-button {
        font-size: 16px;
        padding: 10px;
    }

    .organisation-profile-main-content .content-hub-quick-download-button {
        font-size: 16px;
        padding: 13px;
    }

}

@media only screen and (max-width: 790px) {
    .single-event-user-right-column-content .logged-revisited-button-div button {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 781px) {

    .publications-block div:nth-child(3) {
        margin-left: 0px !important;
        margin-top: 20px;
    }

    .publications-block div:nth-child(3) figure {
        margin-bottom: 21px;
    }

    .publications-block div {
        padding-bottom: 40px;
    }

    .single-event-page-all-content .single-event-speakers-section .wp-block-columns {
        flex-direction: column;
    }

    .single-event-user-right-column-content #countdown {
        font-size: 50px;
    }
}

@media only screen and (max-width: 768px) {

    .hero-cover-group p {
        font-size: 30px;
    }

    /******************/
    #featured-content {
        padding-top: 40px;
        padding-bottom: 40px;

    }

    #featured-container {
        flex-direction: column-reverse;
    }

    .featured-widget-container {
        width: 100%;
        margin-left: 0;
        margin-bottom: 13px;

    }

    .featured-posts .post-card {
        margin-bottom: 13px;
        margin-top: 12px;
        width: 280px;
        height: 161px;

    }

    .featured-posts .post-card-title {
        font-size: 13px;
        color: #ffffff;
        font-weight: 600;
        text-align: left;
        line-height: 15px;
    }

    .featured-widget-container .featured-widget .featured-widget-img {
        width: 100%;
        height: 350px;
        overflow: hidden;
    }

    .featured-widget-container .featured-widget .featured-widget-img img {
        width: 100%;
    }

    .featured-posts .post-card-date {
        font-size: 11px;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .featured-posts .post-card-tag {
        height: 35px;
    }

    .featured-posts .post-card-tag-span {
        font-size: 12px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 7px;
    }

    .featured-widget-container .featured-widget-tag {
        height: 35px;
    }

    .featured-widget-container #featured-widget-tag-span {
        font-size: 12px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 7px;
    }

    .featured-widget-container .featured-widget {
        padding-top: 175px;
        padding-bottom: 175px;
    }

    .featured-widget-container .featured-widget-title {
        font-size: 13px;
        color: #ffffff;
        font-weight: 600;
        line-height: 15px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .featured-widget-container .featured-widget-button {
        width: 230px;
        height: 55px;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
    }

    .featured-posts .post-card-bottom-content {
        left: 0;
        padding-left: 25px;
        bottom: 10px;
    }

    /******************/
    .sign-up-content .sign-up-input {
        height: 65px !important;
        width: 285px;
        margin-bottom: 15px;
        font-size: 15px;
    }

    .sign-up-content {
        width: 100%;
        padding-top: 0;
        margin-top: 25px;
        margin-bottom: 25px;
        padding-bottom: 53px;
    }

    .sign-up-content #sign-up-form {
        width: 285px;
    }

    .sign-up-content #sign-up-button {
        height: 65px !important;
    }

    .sign-up-content #sign-up-already-signed {
        font-size: 20px;
        width: 350px;
        max-width: 328px;
    }

    .sign-up-content #sign-up-already-signed::before {
        font-size: 20px;
        width: 45px;
    }

    .sign-up-content #sign-up-already-signed::after {
        font-size: 20px;
        width: 45px;
    }

    .sign-up-content #sign-up-form-login-button-link {
        padding: 0;
        font-size: 20px;

    }

    .sign-up-content #sign-up-form-login-button {
        height: 65px !important;
    }

    .sign-up-content #sign-up-password-condition {
        font-size: 16px;
    }

    .sign-up-content #sign-up-form-agreement {
        width: 30px;
        height: 25px;
        margin-right: 10px;
        margin-top: 4px;
    }

    .sign-up-content #sign-up-form-agreement-label {
        font-size: 15px;
        line-height: 18px;
        margin: 0;
    }

    .sign-up-content #sign-up-password-input {
        margin-bottom: 15px;
    }

    .sign-up-content #sign-up-policy-div {
        margin-top: 15px;
        align-items: flex-start;
    }

    .sign-up-content #sign-up-button {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .sign-up-content #sign-up-form-span {
        margin-bottom: 15px;
    }

    .sign-up-content #sign-up-already-signed {
        margin: 0;
    }

    .sign-up-content #sign-up-form-login-button {
        margin-top: 30px;
        font-size: 20px;
    }

    .sign-up-content #sign-up-title {
        margin-top: 35px;
        margin-bottom: 35px;
        font-size: 40px;
    }

    .required-input-login img {
        height: 25px;
    }

    .terms-and-policy-error img {
        height: 25px;
    }

    .sign-up-pass-error img {
        height: 25px;
    }

    .required-input-login {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .sign-up-pass-error {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .terms-and-policy-error {
        margin-top: 0;
        margin-bottom: 0px;
        font-size: 16px;
    }

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

    /****************************************/
    .profile-main-template {
        padding: 0px 20px;
    }

    .profile-top-container {
        padding: 0px 20px;
    }

    .profile-save-or-cancel-changes .profile-bottom-buttons {
        width: 100%;
        height: 49px;
    }

    .profile-save-or-cancel-changes .profile-save-changes {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 48%;
    }

    .profile-save-or-cancel-changes #profile-all-saved-1 {
        float: left;
        font-size: 14px;
    }

    .profile-save-or-cancel-changes #profile-all-saved-1 {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
        text-align: left;
    }

    .profile-save-or-cancel-changes {
        margin-top: 11px;
        margin-bottom: 50px;
    }

    .profile-content #user-profile-level {
        height: 110px;
    }

    .profile-content #profile-current-level {
        margin-bottom: 0;
    }

    #profile-title {
        height: 25px;
    }

    .profile-content .profile-user-details {
        margin-top: 0px;
    }

    .profile-content .profile-user-details-labels {
        margin-top: 15px;
    }

    .profile-content #profile-hr {
        margin: 25px 0 0 0;
    }

    .profile-content #address-synced {
        margin-top: 6px;
    }

    .profile-save-or-cancel-changes #profile-save-button,
    .profile-save-or-cancel-changes #profile-cancel-button,
    .profile-hard-copy-subscription button {
        font-size: 15px !important;
        height: 50px;
    }

    .verify-email-content #verify-email-buttons {
        width: 100%;
        margin-bottom: 40px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .verify-email-content #profile-resend-email {
        width: 50%;
        margin: 0 10px 0 0;
    }

    .verify-email-content #profile-contact-support {
        width: 50%;
        margin: 0 0 0 10px;
    }

    .verify-email-content #verify-email-message-container {
        width: 100%;
        margin: 0;
    }

    .verify-email-content {
        width: 100%;
        flex-direction: column;
    }

    .profile-content #address-synced-info>i {
        color: #3d8b04;
        display: block;
    }

    .profile-content #address-synced {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }

    .profile-content #address-synced-notification-div {
        bottom: 40px;
        left: 13px;
    }

    .profile-contact-container {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 50px;
    }

    .profile-contact-main {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .question-suggestions-main {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .profile-contact-container .profile-contact-send-message {
        width: 100%;

    }

    .question-suggestions-main {
        padding-left: 20px;
        padding-right: 20px;
    }

    #profile-contact-message-error {
        font-size: 15px;
    }

    #profile-contact-message-error>img {
        width: 26px;
        height: 25px;
    }

    /******************/
    .contact-main-content {
        padding: 50px 40px 75px 40px;
        margin-bottom: 10px;

    }

    .contact-main-content .form-name-inputs {
        display: flex;
        flex-direction: column;
    }

    .contact-main-content h1 {
        font-size: 25px;
    }

    .contact-main-content div {
        font-size: 15px;
    }

    .contact-main-content .form-inputs label:first-child {
        width: 100%;
    }

    .contact-main-content .form-inputs p {
        width: 100%;
    }

    .contact-main-content .form-inputs .checkbox-div label {
        font-size: 12px;
    }

    .contact-main-content .form-button-div input {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        line-height: 0;
        width: 100%;
        height: 61px;
        font-size: 15px;
    }

    .contact-main-content .wpcf7-response-output {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: 15px;
    }

    .members-slider .n2-ss-slide {
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
        width: 308px;
        height: 460px;
    }

    .members-slider .n2_clear {
        padding-top: 0;
    }

    .members-slider .n2-ss-slider-controls-absolute-left,
    .n2-ss-slider-controls-absolute-right {
        align-items: flex-end;
    }

    .members-slider .n2-ss-layer-row-inner div {
        border-left: none;
    }

    .members-slider .n2-ss-layer-row-inner>div {
        padding-top: 10px;
    }

    .members-slider div#n2-ss-3 .n2-ss-slider-4 {
        justify-content: center !important;
    }

    .members-slider div#n2-ss-3 .n2-ss-slider-2 {
        justify-items: center !important;
    }

    .members-slider .n-uc-1bc54fcbfe9b0 div:after {
        content: "";
        position: absolute;
        left: -14px;
        top: 0px;
        height: 250px;
        width: 150%;
        border-left: 1px solid #f5f6f7 !important;
    }

    .members-slider .n2-ss-layer-row-inner>div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .members-slider div#n2-ss-3 .n-uc-1bc54fcbfe9b0-inner,
    .n-uc-112e723d2abd1-inner,
    .n-uc-1930566ddc68a-inner,
    .n-uc-15635f10904be-inner,
    .n-uc-14ac5c71fea64-inner {
        background-size: 80% !important;
        background-position: center !important;
    }

    /******/
    .page-id-1128 .publications-block {
        display: flex;
        flex-direction: column;
        max-height: unset!important;
    }

    .page-id-1128 .wp-block-column:nth-child(2) {
        margin-left: 0 !important;

    }

    .page-id-1128 .wp-block-column:nth-child(3) {
        margin-top: 40px;
    }

    .page-id-1128 .publications-block-title {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .publications-block .publications-paragraph {
        height: 125px;
    }

    .publications-block div {
        padding-bottom: 45px;
    }

    .publications-block .arrow-button-link {
        font-size: 17px !important;
    }

    .page-id-1128 .cover-image-title {
        font-size: 30px !important;
    }

    .group-publications>.wp-block-group__inner-container {
        margin-bottom: 80px !important;
    }

    .publications-block div:nth-child(3) h4 {
        margin-bottom: 30px !important;
    }

    .page-id-1128 .publication-first-row {
        margin: 40px 0 !important;
    }

    .page-id-1128 .wp-block-column:first-child {
        margin: 0 !important;
    }

    .page-id-1128 .publication-first-row {
        display: flex;
        /* flex-direction: column; */
    }

    .publications-block div:nth-child(3) figure {
        margin-bottom: 21px;
    }

    .page-id-955 .how-we-suport-paragraph {
        margin-bottom: 45px;
    }

    /* .page-id-955 .leag-and-feds-cover-title{
        font-size: 25px !important;
        line-height: 30px !important;
    } */
    .page-id-955 .leagues-and-federations-first-img {
        margin-top: 30px;
    }

    .latest-issues-section .magazine-issue-title {
        font-size: 25px !important;
        color: #171717;
        font-weight: 600;
        font-family: "Oswald";
    }

    .latest-issues-section .magazine-issue-date {
        font-size: 16px !important;
        line-height: 38px;
        color: #000000;
        font-weight: 300;
        font-family: "Oswald";
    }

    .latest-issues-section .magazine-issue-page {
        font-size: 16px !important;
        line-height: 38px;
        color: #000000;
        font-weight: 300;
        font-family: "Oswald";
    }

    .page-id-180 .latest-issues-section .arrow-button-link {
        display: flex !important;
        justify-content: flex-start !important;
    }

    .page-id-180 #main.site-main .testimonials-section {
        padding: 50px 40px;
    }

    .page-id-180 #main.site-main>div:not(#main.site-main>div.wp-block-cover, .page-id-180 #main.site-main>div#hero-content) {
        padding: 0;
    }

    .magazine-page-first-row .magazine-text {
        padding-left: 40px;
        padding-right: 40px;
        max-width: 100%;
    }

    .page-id-180 .yearly-membership-fee-section .wp-block-column {
        max-width: 100% !important;
    }

    .magazine-page-first-row .magazine-bage-buttons-container div:first-child,
    .magazine-page-first-row .magazine-bage-buttons-container div:nth-child(2) {
        height: auto;
        width: 100%;

    }

    .wp-block-button .wp-block-button__link:not(.event-become-member .wp-block-button__link, .single-podcast-page .wp-block-button__link, .content-hub-item-right-column-content .wp-block-button__link, .landing-page-second-group .wp-block-button__link) {
        width: 100% !important;
        max-width: 100% !important;
        height: 60px;
    }

    .page-id-180 .magazine-page-first-row {
        padding: 50px 0;
        flex-direction: column-reverse;
    }

    .page-id-180 .fbin-magazine-first-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .page-id-180 .fbin-magazine-first-img img {
        width: 200px;
        height: 250px;
    }

    .page-id-180 .yearly-membership-fee-section .wp-block-column h1 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .page-id-180 .yearly-membership-fee-section .wp-block-column h2 {
        margin-bottom: 15px !important;
        font-size: 19px !important;
    }

    .page-id-180 .yearly-membership-fee-section .magazine-yearly-subscription {
        padding: 40px;
    }

    .magazine-yearly-subscription>div {
        padding: 10px 0;
    }

    .page-id-180 .magazine-yearly-subscription .magazine-subscription-button #digital-subscription-button a {
        height: auto;
        font-size: 15px;
        width: 282px;
    }

    .magazine-page-first-row .magazine-bage-buttons-container div:first-child {
        margin-right: 0;
    }

    .page-id-180 .latest-issues-section {
        padding: 50px 40px;
    }

    .page-id-180 .latest-issues-section .latest-issues-title-section {
        width: 100%;
        padding-right: 7px;
        padding-left: 7px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .page-id-180 .latest-issues-section .issues-title {
        width: 100px;
        height: 60px;
        flex-grow: 0;
    }

    .page-id-180 .latest-issues-section .issues-view-all {
        width: 109px;
        flex-grow: 0;
    }

    .page-id-180 .wp-block-columns {
        flex-wrap: nowrap !important;
    }

    .page-id-180 .wp-block-column {
        flex-basis: unset !important;
        flex-grow: 0;
    }

    .fb-podcast-container::after {
        top: 248px;
    }

    .page-id-180 .issues-view-all .arrow-button-link a {
        padding-right: 40px;

    }

    .page-id-180 .issues-view-all .arrow-button-link:after {
        margin-left: -30px;
    }

    /****/
    .issue-landing-page-magazine-title {
        padding-left: 40px;
        font-size: 30px;
        margin-bottom: 45px;
        padding-top: 50px;
    }

    .landing-page-main-content .landing-page-image-column {
        padding: 30px 20px;
    }

    .landing-page-main-content .site-main {
        padding-top: 50px;
        padding-bottom: 75px;
    }

    .landing-page-main-content .landing-page-second-group div h4 {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .landing-page-main-content .landing-page-second-group .magazine-price {
        margin-bottom: 30px;
    }

    .landing-page-main-content .landing-page-first-buttons {
        flex-direction: column;
    }

    .landing-page-main-content .landing-page-first-buttons .landing-first-button {
        width: 100%;
        height: 60px;
        margin-bottom: 15px;

    }

    .landing-page-main-content .landing-page-first-buttons .landing-second-button {
        width: 100%;
        height: 60px;
    }

    .landing-page-main-content .landing-third-button {
        height: 60px;
        display: flex;
    }

    .landing-page-main-content .landing-third-button>a {
        font-size: 14px !important;
        padding: 0;
        display: flex;
        line-height: 18px;
    }

    .landing-page-main-content .landing-third-button .third-button-span {
        font-size: 13px;
        height: auto !important;
    }

    .landing-page-main-content .landing-page-second-group .arrow-button-link {
        margin-top: 15px !important;
        display: flex;
        align-items: center !important;
        line-height: 18px !important;
    }

    .landing-page-main-content .landing-page-second-group .arrow-button-link>a {
        width: 183px;
    }

    .landing-page-main-content h5 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .landing-page-main-content .landing-page-list li,
    .landing-page-detail-paragraph {
        font-size: 15px;
    }

    .landing-page-main-content .landing-page-second-group .magazine-price {
        font-size: 27px !important;
    }

    .landing-page-main-content .landing-page-list li,
    .landing-page-detail-paragraph {
        line-height: 30px;
    }

    .landing-page-main-content .landing-page-text-details>div {
        flex-direction: column;
    }

    .landing-page-main-content .landing-page-text-details .landing-page-topics-included {
        width: 100%;
        justify-content: flex-start;
    }

    .landing-page-main-content .landing-page-text-details .landing-page-text-details-group {
        width: 100%;
    }

    .landing-page-main-content .landing-page-text-details-group>div {
        width: 100%;
    }

    .landing-page-main-content1 .landing-page-topics-included {
        justify-content: unset;
    }

    .landing-page-main-content .landing-page-text-details .landing-page-topics-included {
        margin-bottom: 20px;
    }

    .landing-page-main-content h5 {
        line-height: 30px;
    }

    .landing-page-main-content .available-group {
        margin-top: 17px;
    }

    .landing-page-main-content .n2-ss-slider .n2-ss-slider-controls-absolute-right {
        left: 95% !important;
    }

    .landing-page-main-content .n2-ss-slider .n2-ss-slider-controls-absolute-left {
        right: 95% !important;
    }

    /****/
    .single-event-main-content>div {
        flex-direction: column;
    }

    .single-event-main-content .single-event-first-column {
        border-right: 1px solid #d5d5d5;
    }

    .single-event-page-all-content .topics-covered .wp-block-column {
        flex-direction: column !important;
    }

    .single-event-membership>div {
        flex-direction: column;
    }

    .single-event-membership figure {
        justify-content: center;
        margin-bottom: 25px;
    }

    .single-event-page-all-content .single-event-membership {
        height: auto;
        padding: 25px;
    }

    .single-event-membership .single-event-membership-text {
        margin-left: 0;
        text-align: center;
        margin-bottom: 25px;
    }

    .single-event-page-all-content .single-event-membership .wp-block-button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
    }

    .single-event-page-all-content .single-event-membership .wp-block-buttons {
        width: 100%;
        margin: 10px 0;
    }

    .event-posts-main .upcoming-events {
        padding-left: 40px;
        padding-right: 40px;
    }

    .event-posts-main .upcoming-events-header h2 {
        width: auto;
    }

    .event-posts-main .upcoming-events-header {
        padding-top: 50px;
    }

    .event-posts-main .upcoming-events {
        padding-bottom: 75px;
    }

    .event-posts-main .upcoming-events .post-card .post-card-title {
        line-height: 25px;
    }

    .single-event-membership {
        margin-bottom: 50px !important;
    }

    .topics-covered {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .single-event-main-content {
        padding: 50px 0;
    }

    .event-posts-main .upcoming-events-header {
        margin-bottom: 35px;
    }

    .single-event-main-content .single-event-first-column {
        min-width: unset;
        min-height: 450px;
    }

    .single-event-main-content .single-event-start-column {
        border: none;
        display: flex;
        flex-direction: row;
    }

    .single-event-main-content .single-event-end-column {
        margin: 0 !important;
    }

    .single-event-page-all-content .single-event-start-end-columns {
        display: flex;
        flex-direction: column;
    }

    .single-event-main-content .single-event-heading {
        font-size: 18px !important;
    }

    .single-event-main-content .single-event-second-group figure {
        width: 70px;
        margin-right: 15px;
    }

    .single-event-main-content .single-event-start-column {
        padding-right: 0;
        margin-bottom: 25px;
    }

    .single-event-main-content .single-event-first-column {
        padding: 25px;
    }

    .single-event-main-content .single-event-start-date>div,
    .single-event-main-content .single-event-start-time>div {
        min-width: 105px;
    }

    .single-event-main-content .single-event-start-date-group {
        margin-right: 23px;
    }

    .single-event-main-content .single-event-time-period {
        padding-left: 29px;
    }

    .single-event-main-content .single-event-online {
        padding-right: 0;
    }

    .event-posts .learn-more-events {
        font-size: 15px;
    }

    .single-event-main-content .single-event-second-group {
        padding: 25px 0;
        margin-bottom: 25px;
    }

    .single-event-main-content .single-event-first-group {
        padding-bottom: 25px;
    }

    .single-event-main-content .single-event-start-date-group,
    .single-event-main-content .single-event-end-date-group {
        margin-bottom: 0;
    }

    /****/
    #main .single-event-page-all-content .single-event-speakers-section .speaker-section-speaker-name {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    /* .event-posts-main .upcoming-events .post-card{
        padding: 25px;
        min-height: 360px;
    } */
    .event-posts-main .upcoming-events {
        align-items: center;
    }

    #main .single-event-page-all-content .topics-covered .topics-covered-groups h5 {
        font-size: 20px;
    }

    #main .single-event-page-all-content .topics-covered .topics-covered-groups p {
        font-size: 17px !important;
        line-height: 25px !important;
    }

    .event-posts-main .upcoming-events .post-card {
        max-width: 100%;
        margin-right: 0;
    }

    /***/
    .single-event-page-all-content .single-event-speakers-section .wp-block-group {
        margin-right: 0 !important;
    }

    .single-event-user-right-column-content .single-event-social-media-section,
    .single-event-user-right-column-content .single-event-inputs-div,
    .single-event-user-right-column-content h2,
    .single-event-user-right-column-content .event-sign-up-button-div {
        padding: 0 25px;
    }

    .single-event-user-right-column-content #countdown {
        padding-left: 25px;
    }

    .single-event-user-right-column-content .single-event-social-media-section .single-event-social-media a {
        font-size: 10px;
    }

    .single-event-user-right-column-content .single-event-social-media-section {
        margin-bottom: 40px;
    }

    .single-event-user-right-column-content .single-event-social-media-section .single-event-social-media {
        height: 39px;
    }

    .single-event-user-right-column-content .single-event-social-media-section .single-event-social-media img {
        margin-left: 3px;
    }

    .single-event-user-right-column-content #countdown {
        font-size: 44px !important;
        line-height: 1 !important;
    }

    .single-event-main-content .single-event-second-column {
        padding-bottom: 35px;
        min-height: 450px;

    }

    .single-event-user-right-column-content .success-message-div p {
        font-size: 25px !important;
    }

    .single-event-user-right-column-content .single-event-save-for-later {
        margin-bottom: 40px;
        height: 49px;
    }

    .single-event-user-right-column-content .single-event-save-for-later a {
        font-size: 14px;
    }

    .single-event-user-right-column-content .save-for-later-div {
        padding: 0 25px;
    }

    .single-event-user-right-column-content .watch-recording-button {
        margin-bottom: 100px;
    }

    .single-event-user-right-column-content .single-event-logged-in-success-message .single-event-save-for-later {
        margin-bottom: 100px;
    }

    .single-event-user-right-column-content .success-message-div {
        padding: 0 25px;
    }

    .page-id-180 .site-main .wp-block-button .wp-block-button__link {
        margin-top: 0;
        font-size: 15px;

    }

    .latest-issues-section .latest-issues-magazines-posts .latest-issue-green-magazine p {
        line-height: 30px !important;
    }

    /* .latest-issues-section .latest-issues-magazines-posts a{
        width: 100%;
    } */
    .page-id-180 .latest-issues-section .latest-issues-magazines-posts {
        flex-direction: column;
        align-items: center;
    }

    .magazines-advertise-story-section>div {
        flex-direction: column;
    }

    .magazines-advertise-story-section>div {
        padding: 50px 40px 35px 40px;
    }

    .magazines-advertise-story-section .magazines-advertise-story-group {
        width: 100%;
    }

    .magazines-advertise-story-section .magazines-advertise-story-group>div {
        margin-bottom: 35px;
    }

    .magazines-advertise-story-section .magazines-advertise-story-group .arrow-button-link {
        display: flex;
        justify-content: flex-start !important;
    }

    .magazines-advertise-story-section .magazines-advertise-story-group img {
        width: 100%;
    }

    .landing-page-main-content .landing-first-button>a {
        font-size: 15px;
    }

    .landing-page-main-content .landing-second-button>a {
        font-size: 15px;
    }

    .single-event-main-content .required-input-login {
        font-size: 13px;
    }

    .single-event-user-right-column-content .single-event-email-input,
    .single-event-user-right-column-content .single-event-full-name-input {
        margin-bottom: 10px;
    }

    .single-event-main-content .required-input-login,
    .single-event-main-content .required-input-login {
        margin-bottom: 20px;
    }

    .single-event-user-right-column-content .success-message-div p:first-child {
        margin-bottom: 15px;
    }

    .single-event-user-right-column-content .logged-revisited-button-div {
        padding: 0 25px;
    }

    .single-event-user-right-column-content .logged-revisited-button-div button {
        font-size: 12px !important;
    }

    .page-messages-profile .all-messages-button-div {
        justify-content: center;
    }

    .page-messages-profile .all-messages-start-button a {
        height: 39px;
        width: 100%;
    }

    .page-messages-profile .all-messages-start-button {
        width: 100%;
    }

    .event-over-description-zone .event-over-who-can-watch li {
        font-size: 15px;
    }

    .event-over-description-zone .event-over-who-can-watch-column {
        padding-left: 60px;
    }

    #hero-content .wp-block-cover {
        padding: 40px;
    }

    .hero-cover-group .hero-join-network>a,
    .hero-cover-group .hero-get-magazine>a {
        font-size: 15px;
    }

    .hero-cover-group p {
        font-size: 25px;
        line-height: 40px;
    }

    .hero-cover-group .hero-buttons {
        margin-top: 60px;
    }

    .hero-cover-group .hero-join-network,
    .hero-cover-group .hero-get-magazine {
        min-height: 55px;
        width: 100%;
    }

    .single-event-user-right-column-content .single-event-social-media .heateor_sss_facebook,
    .single-event-user-right-column-content .single-event-social-media .heateor_sss_button_twitter,
    .single-event-user-right-column-content .single-event-social-media .heateor_sss_email,
    .share-buttons-zone .heateor_sss_button_linkedin {
        height: 45px;
    }

    .single-event-user-right-column-content .heateor_sss_sharing_ul .heateor_sss_svg {
        width: 15px !important;
        height: 15px !important;
    }

    .article-footer-social-icons .heateor_sss_sharing_ul .heateor_sss_svg {
        width: 30px !important;
        height: 30px !important;
    }

    .organisation-profile-main-content .organisation-details-group>div {
        flex-direction: column;
    }

    .organisation-profile-main-content .organisation-details-right-group {
        margin-left: 0;
        margin-top: 50px;
    }

    .organisation-profile-main-content .organisation-details-group {
        margin-top: 65px;
    }

    .organisation-profile-main-content .organisation-phone-mail-group p {
        min-width: unset !important;
    }

    .organisation-details-group .go-to-website-button,
    .organisation-details-group .download-brochure-button {
        width: 387px;
        height: 60px;
    }

    .organisation-profile-main-content .social-media-brands {
        width: 35px;
        height: 35px;
    }

    .organisation-profile-main-content .organisation-phone-mail-group>div {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .organisation-profile-main-content .social-media-group {
        margin-bottom: 30px;
    }

    .organisation-details-group .go-to-website-button {
        margin-bottom: 15px !important;
    }

    .organisation-details-group .organisation-details-left-group>div {
        display: flex;
        justify-content: center;
    }

    .organisation-profile-main-content .share-this-page-heading,
    .organisation-profile-main-content .latest-news-heading {
        margin-top: 80px;
    }

    .organisation-profile-main-content .share-buttons-zone .heateor_sss_facebook,
    .organisation-profile-main-content .share-buttons-zone .heateor_sss_email {
        width: 47%;
        margin-right: 16px;

    }

    .organisation-profile-main-content .share-buttons-zone .heateor_sss_button_twitter,
    .share-this-page-group .share-buttons-zone .heateor_sss_button_linkedin {
        width: 47%;
        margin-right: 0;
    }

    .organisation-profile-main-content .share-buttons-zone .heateor_sss_facebook,
    .organisation-profile-main-content .share-buttons-zone .heateor_sss_button_twitter {
        margin-bottom: 16px;
    }

    .organisation-profile-main-content .about-group {
        margin-top: 80px;
    }

    .organisation-profile-main-content .organisation-read-more>div {
        width: 100%;
        height: 60px;
        margin-bottom: 25px;
    }

    .organisation-profile-main-content .about-group p {
        margin-bottom: 25px;
    }

    .organisation-profile-main-content .about-image-column figure {
        margin-bottom: 0;
    }

    .organisation-profile-main-content .wp-block-group .representative-brochure-section {
        margin-top: 80px;
    }

    .organisation-profile-main-content .news-page-latest-container {
        display: flex;
        flex-direction: column;
    }

    .organisation-profile-main-content .news-page-latest-container #first-latest-new-img>img {
        width: 100%;
    }

    .organisation-profile-main-content .news-page-latest-container .post-card-bottom-content {
        height: auto;
        padding: 0 10px;
    }

    .organisation-profile-main-content .news-page-latest-container div.first-col .post-card-bottom-content div.post-card-date {
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        font-family: "Oswald";
    }

    .organisation-profile-main-content .news-page-latest-container div.first-col .post-card-bottom-content div.post-card-title {
        font-size: 20px;
    }

    .organisation-profile-main-content .news-page-latest-container>div:not(:first-child) {
        height: 155px;
    }

    .organisation-profile-main-content .news-page-latest-container>div:not(:first-child)>div.post-card-image>img {
        height: 155px;
        width: 140px;
    }

    .organisation-profile-main-content .news-page-latest-container>div.post-card:not(:first-child)>div.post-card-content>div.post-card-bottom-content {
        top: 3px;
        left: 154px;
        height: 100%;
        padding: 0 !important;
        flex-direction: column;
    }

    .organisation-profile-main-content .news-page-latest-container>div.post-card:not(:first-child)>div.post-card-content>div.post-card-bottom-content>div.post-card-title {
        padding-right: 4px;
        padding-top: 10px;
        height: 100%;
        font-size: 14px;
    }

    .organisation-profile-main-content .news-page-latest-container>div.post-card:not(:first-child)>div.post-card-content>div.post-card-bottom-content>a#learn-more-news {
        align-items: flex-end;
        padding-bottom: 10px;
        padding-right: 9px;
        justify-content: flex-end;
    }

    .organisation-profile-main-content .organisation-name-heading {
        font-size: 35px !important;
        font-weight: 700px !important;
    }

    .organisation-profile-main-content .news-page-latest-container {
        margin-top: 40px;
    }

    .organisation-profile-main-content .topic-podcast-single {
        margin-bottom: 100px;
    }

    .organisation-profile-main-content .organisation-details-group {
        margin-top: 40px;
    }

    .organisation-profile-main-content .share-buttons-zone {
        margin-top: 40px;
    }

    .organisation-profile-main-content .organisation-name-heading {
        margin-top: 70px;
    }

    .organisation-profile-main-content .video-heading {
        margin-bottom: 40px !important;
    }

    .organisation-profile-main-content .video-heading {
        margin-top: 80px;
    }

    .organisation-profile-main-content .about-group .wp-block-columns {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }

    .organisation-profile-main-content .about-group p {
        margin-top: 25px;
    }

    .organisation-profile-main-content .organisation-profile-headings {
        margin-bottom: 40px !important;
    }

    .organisation-profile-main-content .organisation-photos-slider {
        margin-bottom: 80px;
    }

    .organisation-profile-main-content .organisation-image {
        width: 100%;
        height: 240px;
    }

    .organisation-profile-main-content .about-image img {
        width: 100%;
    }

    .organisation-profile-main-content .about-image-column figure {
        width: 100%;
    }

    .organisation-profile-main-content .about-image-column {
        margin-left: 0 !important;
    }

    .organisation-profile-main-content .proposals-content {
        flex-direction: column;
    }

    .organisation-profile-main-content .proposal-item {
        margin-right: 0;
        max-width: unset;
    }

    .organisation-profile-main-content .request-proposal-header a,
    .organisation-profile-main-content .top-tools-services a {
        width: 100%;
    }

    .organisation-profile-main-content .request-proposal-header,
    .organisation-profile-main-content .top-tools-services {
        align-items: flex-start !important;
    }

    .organisation-profile-main-content .request-proposal-header .view-all-proposals,
    .organisation-profile-main-content #tools-services-view-all {
        font-size: 15px !important;
    }

    .organisation-profile-main-content .proposals-content {
        margin-bottom: 80px;
    }

    .organisation-profile-main-content .top-tools-services {
        padding-top: 80px !important;
        margin-bottom: 15px !important;
    }

    .organisation-profile-main-content .tools-overview-section {
        padding-bottom: 0 !important;
    }

    .organisation-profile-main-content .request-proposal-header {
        margin-top: 55px;
        margin-bottom: 15px;
    }

    .organisation-profile-main-content .organisation-more-on-content-hub a {
        line-height: 25px;
        width: 100%;
    }

    .organisation-profile-main-content .organisation-more-on-content-hub {
        width: 100%;
    }

    .organisation-profile-main-content .organisation-more-on-content-hub>div {
        width: 100%;
    }

    .organisation-profile-main-content .organisation-read-more .wp-block-button {
        width: 100%;
    }

    .organisation-profile-main-content .organisation-profile-request-brochure .request-brochure-second-column p,
    .organisation-profile-main-content .organisation-profile-request-demo .request-demo-second-column p {
        font-size: 30px !important;
    }

    .organisation-profile-main-content .representative-brochure-section h2 {
        line-height: 25px !important;
    }

    .organisation-profile-clubs-leagues-main .about-representative h2 {
        line-height: 25px;
    }

    .organisation-profile-clubs-leagues-main .about-group .wp-block-columns {
        flex-direction: row;
    }

    .organisation-profile-clubs-leagues-main .about-representative {
        margin-left: 0;
    }

    .organisation-profile-clubs-leagues-main .about-group>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:nth-child(2) {
        padding: 35px;
    }

    .organisation-profile-clubs-leagues-main .about-group>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:nth-child(2) {
        margin-top: 0;
    }

    .featured-posts .post-card-image>img {
        height: 100%;
        width: 100%;
    }

    .error-img-span img {
        width: 21px !important;
        height: 20px !important;
    }

    .error-img-span {
        width: 21px !important;
        height: 20px !important;
        margin-right: 9px;
    }

    .organisation-profile-main-content .required-input-login {
        font-size: 13px;
    }

    .organisation-profile-main-content input {
        height: 50px !important;
    }

    .organisation-profile-main-content .organisation-more-on-content-hub .wp-block-button {
        height: 55px !important;
    }

    .organisation-profile-main-content .organisation-more-on-content-hub .wp-block-button>a {
        line-height: 22px;
    }

    .organisation-profile-main-content .popup-image span {
        top: 10px;
        right: 10px;
        font-size: 10px;
        width: 20px;
        height: 20px;

    }

    .organisation-profile-main-content .container-popup {
        width: 100%;
        height: auto;
        max-height: 90vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        max-width: fit-content;

    }

    .organisation-profile-main-content .container-popup img {
        width: auto;
    }

}









@media only screen and (max-width: 768px) and (min-width: 550px) {
    .hero-cover-group p {
        font-size: 30px;
        line-height: 45px;
    }

    .hero-cover-group .hero-join-network,
    .hero-cover-group .hero-get-magazine {
        min-height: 55px;
        width: auto;
    }

}

@media only screen and (max-width: 768px) and (min-width: 450px) {
    .single-event-user-right-column-content #countdown {
        font-size: 60px !important;
    }

    .single-event-user-right-column-content h2 {
        font-size: 30px !important;
    }

    .magazines-advertise-story-section .magazines-advertise-story-group p {
        font-size: 17px !important;
    }

    .single-event-main-content .required-input-login {
        font-size: 18px;
    }

    .single-event-user-right-column-content .logged-revisited-button-div button {
        font-size: 16px !important;
    }

    #featured-container {
        width: 100%;
        margin: 0;
    }

    .featured-posts {
        width: 100%;
    }

    .featured-posts .post-card {
        width: 100%;
        min-height: 250px;
    }

    .single-event-user-right-column-content .share-on {
        font-size: 14px;
    }

    .single-event-user-right-column-content .heateor_sss_sharing_ul .heateor_sss_svg {
        width: 20px !important;
        height: 20px !important;
    }

}

@media only screen and (max-width: 768px) and (min-width: 400px) {
    .single-event-user-right-column-content .single-event-social-media-section .single-event-social-media a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 768px) {
    .single-event-main-content .single-event-title {
        text-align: center;
    }

    .single-event-main-content .single-event-first-group>div,
    .single-event-main-content .single-event-second-group>div,
    .single-event-main-content .single-event-start-column {
        justify-content: center;
    }

    .single-event-main-content .single-event-end-column {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: -36px !important;
    }

    .single-event-user-right-column-content h2 {
        text-align: center;
    }

    .single-event-user-right-column-content #countdown {
        justify-content: center;
        padding-left: 0;
    }

    .single-event-user-right-column-content .single-event-social-media-section .single-event-social-media img {
        margin-left: 5px;
    }


}

@media only screen and (max-width: 650px) {
    .event-over-description-zone {
        flex-direction: column;
    }

    .event-over-description-zone .event-over-description-column {
        width: 100%;
    }

    .event-over-description-zone .event-over-who-can-watch-column {
        width: 100%;
        justify-content: flex-start;
        padding-left: 0;
        padding-top: 50px;
    }

    .organisation-profile-clubs-leagues-main .about-group>.wp-block-group__inner-container .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2) {
        margin-left: 30px;
    }

    #single-event-media-files .media-file-container {
        width: 100% !important;
        max-width: 100% !important;

    }

    .media-files-content:not(.page-id-78 .media-files-content) {
        width: calc(100% - 47px);
        max-width: 100%;
    }


}

@media only screen and (max-width: 560px) {
    #main .topic-podcast-single {
        padding: 20px;
    }

    #main .podcast-single-title {
        font-size: 25px;
        margin-right: 55px;
    }

    #main .podcast-single-excerpt {
        font-size: 14px;
        font-weight: 300;
        width: 100%;
    }

    #main .podcast-play-button-icon {
        font-size: 40px;
        right: 20px;
        top: 15%;
    }

}


@media only screen and (max-width: 470px) {

    .organisation-details-group .go-to-website-button,
    .organisation-details-group .download-brochure-button {
        width: 100% !important;

    }

    .organisation-profile-main-content .wp-block-button {
        height: 50px !important;
    }

    .organisation-profile-main-content .about-group .wp-block-columns {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 425px) {

    .single-event-page-all-content .topics-covered-groups,
    .single-event-page-all-content .single-event-speakers-section .wp-block-group {
        padding: 25px;
    }

    .page-id-180 .latest-issues-section .latest-issues-magazines-posts {
        flex-direction: column;
        align-items: center;
    }

    .organisation-profile-main-content .share-buttons-zone .heateor_sss_facebook,
    .organisation-profile-main-content .share-buttons-zone .heateor_sss_button_twitter {
        margin-bottom: 8px;
    }

    .organisation-profile-main-content .share-buttons-zone .heateor_sss_facebook,
    .organisation-profile-main-content .share-buttons-zone .heateor_sss_email {
        margin-right: 8px;
    }


}















/* CUSTOM */
.dropdown dd {
    position: absolute;
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
    margin: 0px;
    padding: 0px;
}

.dropdown dd ul li a span:first-child,
.dropdown dt a span span:first-child {
    background-image: url('template-parts/assets/img/flags.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
}

.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 5px;
    white-space: nowrap;
}

.dropdown dt a img {
    position: relative;
    z-index: 1;
}

.dropdown dt a span span:first-child:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}

.dropdown dt a span span {
    display: inline-block;
    padding: 0;
}

.dropdown dt a span span:first-child {
    padding: 0;
}

.dropdown dd {
    position: absolute;
    width: 63px;
    height: 47px;
}

.dropdown a,
.dropdown a:visited {
    color: #4a535f;
    text-decoration: none;
    outline: none;
}

.dropdown a:hover {
    color: #5d4617;
}

.dropdown dt a:hover,
.dropdown dt a:focus {
    color: #5d4617;
}

.dropdown dd ul {
    background: #f0f2f7;
    background-color: #fafafa;
    display: none;
    padding: 5px 0px;
    position: relative;
    width: 240px;
    border: 1px solid #ed4267;
    list-style: none;
    max-height: 170px;
    overflow-y: scroll;
    top: 41px;
    right: 1px;
    z-index: 2;
}

/* li a {
	font-size:13px;
} */

li a span:nth-child(2) {
    line-height: 15px;
    font-size: 15px;
    color: #000000;
    font-weight: 300;
    font-family: "Oswald";
}

.dropdown dd ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown dd ul::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
    border-radius:10px;*/
}

.dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
    background: blue;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul {
    border: 1px solid #d5d5d5;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
    font-size: 12px !important;
}

.dropdown dd ul li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

dl.dropdown {
    display: block;
    width: 60px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

dl.dropdown span:nth-child(3) {
    color: #000000;
}

dl.dropdown>span:nth-child(2) {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

dl.dropdown span:nth-child(3) {
    float: right;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
}

dl.dropdown dt span:nth-child(2) {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-weight: 300;

}

dl.dropdown dt span:nth-child(3) {
    display: none;
}

.countryFlag {
    padding: 0;
    background-image: url("template-parts/assets/img/flags.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 11px;
    margin-right: 4px;
    width: 16px;
    cursor: pointer;
    white-space: nowrap;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #BFBFC1 #B6B6B6 #969696;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

/* #CUSTOM */
/* CUSTOM countries profile */
.profile-main .country-select>dt>a>span>span:not(:first-child) {
    display: none;
}

.profile-user-details-inputs .wrapper {
    width: 65px;
    height: 49px;
    margin: 0px;
    border-radius: 0px;
    border-right: none;
    background-color: #fafafa;
    border: 1px solid #d5d5d5;
    position: relative;
}

.profile-user-details-inputs .wrapper dl.dropdown {
    height: 100%;
    width: 100%;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-user-details-inputs .wrapper dl.dropdown>dt {
    vertical-align: middle;
    height: 100%;
    padding-right: 32px;
    padding-left: 15px;
    z-index: 1;
    cursor: pointer;
}

.profile-user-details-inputs .wrapper .dropdown dt a span {
    padding: 0px;
}

.profile-user-details-inputs .wrapper .dropdown dt a>span {
    margin-top: 1px;
}

.profile-user-details-inputs .wrapper .dropdown dt a span span:first-child {
    vertical-align: middle;
    margin: 0px;
}

.profile-user-details-inputs .wrapper:after {
    content: '\f0d7';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: normal;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 11px;
    right: 12px;
    font-size: 20px;
}

#profile-country .dropdown span:nth-child(3) {
    display: none;
}

#profile-country .dropdown ul {
    width: 240px;
    left: -1px;
}

.countries-search-and-list {
    height: 47px;
}

.countries-search-and-list .countries-search-section {
    position: relative;
    height: 35px;
    width: 240px;
    top: 42px;
    right: 1px;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    font-family: "Oswald";
    padding-right: 40px;
}

.countries-search-and-list .countries-search-section:focus {
    border: solid 1px #ccc;
    outline: none;
}

.countries-search-and-list>i {
    z-index: 1;
    position: absolute;
    top: 54px;
    left: 210px;
}

.layout-second-button {
    margin-top: 10px;
    height: 60px !important;
    background-color: #48ab00 !important;
    border: 2px solid #ffffff !important;
}

/* #CUSTOM countries profile */
/* GENERAL */
.events-main .upcoming-and-previous-events {
    background-color: #fff;
    padding: 92px 0 65px 0;
}

/* #GENERAL */

@media only screen and (max-width: 768px) {
    .single-video-page .video-title {
        margin-bottom: 90px !important;
    }
}

@media only screen and (max-width: 425px) {
    .single-video-thumbnail img {
        padding: 0 !important;
        height: 195px !important;
    }

    .single-video-page .information-icon {
        top: 0px !important;
        right: -100px !important;
    }
}

.white-background {
    background-color: white !important;
    border-left: 1px solid #d5d5d5;
}

.profile-hard-copy-subscription {
    margin-top: 50px;
}

.profile-hard-copy-subscription p {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    font-weight: 500;
    font-family: "Oswald";
    margin-bottom: 25px;
}

.profile-hard-copy-subscription .subscription-tooltip {
    display: none;
    position: absolute;
    width: 200px;
    margin-top: 30px;
    margin-right: 35px;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    background-color: white;
    border: 1px solid #d5d5d5;
    word-break: break-word;
    font-weight: 300;
    font-family: "Oswald";
    padding: 25px;
}

.profile-hard-copy-subscription .subscription-container {
    position: relative;
    width: 165px;
}

@media only screen and (max-width: 768px) {
    .profile-hard-copy-subscription .subscription-container {
        position: relative;
        width: 150px;
    }
}

.profile-hard-copy-subscription i {
    position: absolute;
    top: 0;
    right: 0;
    color: #a8a8a7;
}

.profile-hard-copy-subscription i:hover {
    cursor: pointer;
}

.profile-hard-copy-subscription button {
    width: 160px;
    background-color: #48ab00;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
    font-family: "Oswald";
    text-align: center;
    border: none;
    border-radius: 0;
}

.profile-hard-copy-subscription button:hover {
    background-color: #3d8b04;
    transition: 150ms ease-in-out;
}

#countdown {
    width: 100%;
    max-width: 100%;
    padding: 0 10px !important;
    justify-content: center !important;
    align-items: flex-start !important;
    position: relative;
}

@media only screen and (max-width: 1050px) {
    .count-down-placeholder p {
        font-size: 10px !important;
    }

    .count-down-placeholder {
        font-size: 40px;
    }

    #countdown span {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        font-size: 30px !important;
        padding-top: 5px !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 800px) {
    .single-event-start-column {
        max-width: 46% !important;
    }

    .single-event-end-column {
        max-width: calc(50% - 52px) !important;
    }
}

@media only screen and (max-width: 768px) {
    .single-event-start-column {
        max-width: unset !important;
    }

    .single-event-end-column {
        max-width: unset !important;
    }

    .single-event-main-content .single-event-first-column {
        min-height: unset !important;
    }

    .single-event-main-content .single-event-time-period {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .single-event-main-content .single-event-start-end-columns {
        justify-content: center;
    }

    .single-event-main-content .single-event-start-column {
        margin-bottom: 0;
        max-width: 45%;
    }

    .single-event-main-content .single-event-end-column {
        display: flex;
        justify-content: center;
    }

    .single-event-main-content .single-event-end-column .single-event-end-date-group {
        width: 105px;
        margin-right: 23px;
    }

    .wp-block-image.size-full.is-style-default {
        align-items: center !important;
        justify-content: center !important;
    }

    .single-event-page .contact-card-content {
        align-items: center !important;
    }

    .wp-block-image.size-full.is-resized.is-style-rounded+p {
        text-align: center !important;
    }

    .count-down-placeholder {
        font-size: 18px;
    }

    #countdown span {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        font-size: 16px !important;
        padding-top: 0 !important;
    }

    .single-event-page .upcoming-events-header #view-all-events span {
        font-size: 12px;
    }

    .single-event-page .upcoming-events-header #view-all-events span:nth-of-type(2) {
        width: 20px;
        height: 20px;
        margin-left: 5px;
    }

    .single-event-page .upcoming-events .post-card .learn-more-arrow i {
        font-size: 18px !important;
    }

    .count-down-placeholder p {
        font-size: 6px !important;
    }


    .custom-text-and-button {
        height: auto !important;
    }

    .custom-text-and-button a {
        padding: 0 !important;
    }

    .single-event-page .custom-text-and-button .wp-block-column:last-of-type {
        min-width: unset !important;
    }

    .single-event-page .custom-text-and-button .wp-block-buttons {
        margin: 50px 0 30px 0 !important;
    }

    #countdown {
        width: 100%;
        max-width: 100%;
        padding: 0 10px !important;
        justify-content: center !important;
        align-items: flex-start !important;
        position: relative;
    }
}

@media only screen and (max-width: 685px) {
    .single-event-main-content .single-event-start-end-columns {
        flex-direction: column;
    }
}

@media only screen and (max-width: 600px) {
    .single-event-main-content .single-event-start-column {
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 450px) {
    #footer-container {
        height: 890px !important;
    }

    #footer-bottom-side {
        height: auto !important;
    }

    #footer-bottom-left {
        height: 45px !important;
    }

    #footer-bottom-right {
        height: 75px !important;
    }

    #menu-bottom-footer-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
    }

    #menu-bottom-footer-menu li:last-of-type {
        margin-top: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #menu-bottom-footer-menu li:nth-last-of-type(2) {
        border-right: none;
    }
}