/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Regular Content
   13.3 Posts
   13.4 Pages
   13.5 Footer
   13.6 Visual Composer
   13.7 Modal
14.0 Widgets / sidebars
   14.1 Sidebars
   14.2 Widgets
15.0 Media
   15.1 Galleries
16.0 SVGs Fallbacks
17.0 Media Queries
18.0 Print
--------------------------------------------------------------*/

html, body {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

ul.dashed {
    list-style-type: none;
    padding-left: 0;
}

ul.dashed > li:before {
    content: "-";
    margin-left: -15px;
    padding-right: 10px;
}

.content-area ul,
.content-area ol {
    margin-left: 20px;
}

.site-content > .wrap {
    max-width: 1430px;
}

.overflow-container-home {
    position: relative;
    margin-top: -100px;
    margin-bottom: 20px;
    z-index: 999;
    border: 10px solid #ffffff;
    border-radius: 10px;
    background-color: #ffffff;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.overflow-container-content {
    position: relative;
    margin-top: -100px;
    margin-bottom: -100px;
    z-index: 999;
    border: 10px solid #ffffff;
    border-radius: 10px;
    background-color: #e6e6e6;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.overflow-container-content h1,
.overflow-container-content h2,
.overflow-container-content h3,
.overflow-container-content h4,
.overflow-container-content h5,
.overflow-container-content h6 {
    margin-bottom: 0;
    padding-top: 20px;
}

.overflow-inherit {
    overflow: inherit !important;
    padding-top: 300px !important;
}

.overflow-inherit-home {
    overflow: inherit !important;
    padding-top: 10px !important;
}

.header-row {
    padding-bottom: 150px !important;
    padding-top: 100px !important;
}

.center-buttons {
    text-align: center;
}

.home-icons-float {
    float: right;
}

.animation-move-down-to-content, .animation-move-down-to-content a {
    animation: MoveUpDown 3s linear infinite;
}

.small-list-item {
    height: 12px;
    padding-right: 3px;
    margin-bottom: -1px;
}

.contact-media-icons {
    text-align: center;
}

.contact-media-icons a {
    display: inline-block;
}

.contact-media-icons a i {
    color: #dd4847;
    font-size: 30px;
}

.contact-media-icons a i:hover {
    color: #ff5453;
}

.hide-on-desktop {
    display: none !important;
}

.hide-on-mobile {
    display: block !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
.sd-form input[type='submit'],
.sd-form input[type='reset'] {
    display: inline-block;
    position: relative;
    max-width: 100%;
    padding: 5px 25px;
    margin-bottom: 5px;
    line-height: 1.5em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.sd-form input[type='submit'].small,
.sd-form input[type='reset'].small {
    font-size: 15px;
}

.sd-form input[type='submit'].rood,
.sd-form input[type='reset'].rood {
    background-color: #dd4847;
    border: 2px solid #dd4847;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 0 0 #b83b3a;
    -moz-box-shadow: 0 3px 0 0 #b83b3a;
    box-shadow: 0 3px 0 0 #b83b3a;
    transition: all 0.3s ease;
}

.sd-form input[type="reset"].rood {
    margin-left: 15px;
}

.sd-form input[type='submit'].rood:hover,
.sd-form input[type='reset'].rood:hover {
    background-color: #ff5453;
    border: 2px solid #ff5453;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 0 0 #b83b3a;
    -moz-box-shadow: 0 3px 0 0 #b83b3a;
    box-shadow: 0 3px 0 0 #b83b3a;
    transition: all 0.3s ease;
}

.sd-form .mandatory_icon {
    color: #dd4847;
}

/* Start messages  */
.sd-message-container {

}
/* End messages  */

/* Start success messages  */
.sd-success-message-container {
    background-color: #73ff88;
    padding: 20px 43px 20px 20px;
    border-radius: 10px;
    position: relative;
    border: 2px solid #0eb427;
    margin-bottom: 20px;
}

.sd-success-message-general {

}

.sd-success-message-general::before {

}

.sd-success-messages {

}

.sd-success-message {
    font-weight: 200;
    font-size: 18px;
}

.company-sidebar .sd-success-message {
    font-weight: 200;
    font-size: 14px;
}

.sd-success-message::before {
    content: "\f058";
    font-family: 'FontAwesome';
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 7px;
}
/* End success messages  */

/* Start notification messages  */
.sd-notification-message-container {
    background-color: #8bceff;
    padding: 20px 43px 20px 20px;
    border: 2px solid #358ccb;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
}

.sd-notification-message-general {

}

.sd-notification-message-general::before {

}

.sd-notification-messages {

}

.sd-notification-message {
    font-weight: 200;
    font-size: 18px;
}

.sd-notification-message::before {
    content: "\f05a";
    font-family: 'FontAwesome';
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 7px;
}
/* End notification messages  */

/* Start error messages */
.sd-error-message-container {
    background-color: #ffa1a0;
    padding: 20px 43px 20px 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #DD4847;
}

.sd-error-message-general {
    font-weight: 200;
    font-size: 18px;
}

.sd-error-message-general::before {
    content: "\f06a";
    font-family: 'FontAwesome';
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 7px;
}

.sd-error-messages {

}

.sd-error-message {
    font-weight: 200;
}
/* End error messages */

.arrow_down_homepage img {
    bottom: 40px;
    position: fixed;
    left: 50%;
    z-index: 999;
    margin-left: -14px;
}

.logos_right_homepage {
    bottom: 20px;
    position: fixed;
    z-index: 999;
    right: 80px;
    margin-left: -9px;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.main-navigation {
    margin-top: 5px;
}

.main-navigation a {
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.main-navigation li:hover a,
.main-navigation a:hover {
    color: #dd4847;
    transition: all 0.3s ease;
}

.main-navigation .current-menu-item > a,
.main-navigation .menu > li.current-page-ancestor > a{
    color: #dd4847 !important;
}

.main-navigation li {
    margin-right: 40px;
}

.main-navigation li a:after {
    content: '';
    display: block;
    margin-top: 5px;
    height: 2px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.main-navigation li.current-menu-item > a::after,
.main-navigation .menu > li.current-page-ancestor > a::after {
    content: '';
    display: block;
    margin: 5px auto 0px;
    height: 2px;
    width: 100%;
    background: #dd4847;
}

.main-navigation li:hover > a:after,
.main-navigation li a:hover:after {
    width: 100%;
    background: #dd4847;
}
/*.main-navigation .current-menu-item a {
    border-bottom: 2px solid #dd4847;
}*/

.main-navigation ul {
    text-align: center;
}

/* Sub Menu */
.main-navigation ul li.menu-item-has-children::before,
.main-navigation ul li.menu-item-has-children::after,
.main-navigation ul li.page-item_has-children::before,
.main-navigation ul li.page-item-has-children::after {
    content: none !important;
    display: none !important;
}

.main-navigation li ul.sub-menu li::before {
    content: "";
    background-image: url('/wp-content/themes/beroependagen_theme/assets/images/bullet-point.png');
    height: 12px;
    width: 12px;
    margin-left: -19px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 5px;
}

.main-navigation li ul.sub-menu li {
    display: table;
    margin-right: 0;
    margin-bottom: 3px;
}

.main-navigation li ul.sub-menu {
    text-align: left;
    min-width: 200px;
    padding: 10px 5px 0px 27px;
    border-top: 0 none;
    border-left: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    background-color: rgba(255,255,255,0.9);
    top: 31px;
    -webkit-border-radius: 0px 10px 10px 10px;
    -moz-border-radius: 0px 10px 10px 10px;
    border-radius: 0px 10px 10px 10px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 0;
}

.main-navigation li ul.sub-menu li a {
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    color: #575153;
    text-transform: uppercase;
}

.main-navigation li ul.sub-menu li a:hover {
    color: #dd4847;
}
/* End Sub Menu */

.mobile-navigation {
    margin-top: 40px;
}

.mobile-navigation ul {
    list-style-type: none;
}

.mobile-navigation ul li a {
    color: #008ea5;
    font-size: 16px;
}

.mobile-navigation ul li a:hover {
    border-bottom: 1px solid #008ea5;
}

.mobile-navigation .current-menu-item a {
    border-bottom: 1px solid #008ea5;
}

.js .menu-toggle {
    padding: 10px;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: -5px;
    border-radius: 10px;
    background-color: #D94746;
    color: #fff;
    transition: all 0.3s ease;
}

.js .menu-toggle:hover {
    background-color: #ff5453;
    transition: all 0.3s ease;
}

.mobile-menu-sidebar {
    background-color: rgb(230, 230, 230);
}

.mobile-menu-sidebar ul.menu {
    list-style-type: none;
}

.mobile-menu-sidebar li ul.sub-menu li::before {
    content: "";
    background-image: url('/wp-content/themes/beroependagen_theme/assets/images/bullet-point.png');
    height: 18px;
    width: 18px;
    margin-left: -29px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 3px;
}

.mobile-menu-sidebar li ul.sub-menu li {
    display: table;
    margin-right: 0;
    margin-bottom: 3px;
    margin-left: 5px;
    font-weight: 400;
}

.mobile-menu-sidebar .mobile-logo img {
    margin-bottom: 20px;
}

.mobile-menu-sidebar ul.menu li {
    font-weight: 600;
    margin-bottom: 20px;
}

.mobile-menu-sidebar .widget-section {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgb(230, 230, 230);
    border-bottom: 5px solid #fff;
    padding: 15px;
}

.mobile-menu-sidebar .widget-section-no-line {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgb(230, 230, 230);
    padding: 15px;
}

.mobile-menu-sidebar .widget-title {
    color: #d94746;
    font-size: 18px;
    margin-bottom: 10px;
}

.mobile-menu-sidebar a.closebtn {
    background-color: #d94746 !important;
    padding: 0 10px !important;
    border-radius: 10px !important;
    color: #fff !important;
}

.mobile-menu-sidebar.opened {
    box-shadow: -3px 0 12px 0px rgba(88, 81, 81, 0.8);
}

.mobile-menu-sidebar .login-button a {
    display: inline-block;
    position: relative;
    padding: 5px 25px;
    margin-bottom: 5px;
    line-height: 1.5em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #dd4847;
    border: 2px solid #dd4847;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 0 0 #b83b3a;
    -moz-box-shadow: 0 3px 0 0 #b83b3a;
    box-shadow: 0 3px 0 0 #b83b3a;
    transition: all 0.3s ease;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
header.site-header.fixed {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    z-index: 999;
    background-color: transparent;
}

.header-middlebar-1 img {
    width: 267px;
    min-width: 267px;
}

.header-middlebar-2 {
    margin-top: 25px;
}

/*.header-middlebar-3 {*/
/*margin-top: 24px;*/
/*}*/


.header-middlebar-2 .login-button {
    position: absolute;
    right: 0;
    top: 0;
}

.header-middlebar-2 .login-button a {
    display: inline-block;
    position: relative;
    padding: 5px 25px;
    margin-bottom: 5px;
    line-height: 1.5em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #dd4847;
    border: 2px solid #dd4847;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 0 0 #b83b3a;
    -moz-box-shadow: 0 3px 0 0 #b83b3a;
    box-shadow: 0 3px 0 0 #b83b3a;
    transition: all 0.3s ease;
}

.header-middlebar-2 .login-button a:hover {
    background-color: #ff5453;
    border: 2px solid #ff5453;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 0 0 #b83b3a;
    -moz-box-shadow: 0 3px 0 0 #b83b3a;
    box-shadow: 0 3px 0 0 #b83b3a;
    transition: all 0.3s ease;
}

/*--------------------------------------------------------------
13.2 Regular Content
--------------------------------------------------------------*/
.row_400px {
    min-height: 400px;
}

.row_1000px {
    min-height: 1000px;
    height: 1000px;
}

/*--------------------------------------------------------------
13.5 Footer
--------------------------------------------------------------*/
.footer-middlebar {
    padding: 30px 0;
    background-color: #535353;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-middlebar a {
    color: #ffffff;
    transition: all 0.3s ease;
}

.footer-middlebar a:hover {
    color: #dd4847;
    transition: all 0.3s ease;
}

.footer-middlebar .club-container .club-icon {
    float: left;
    margin-right: 30px;
}

.footer-bottombar {
    padding: 20px 0;
    background-color: #dd4847;
    color: #ffffff;
    font-size: 14px;
}

.footer-bottombar a {
    color: #ffffff;
    transition: all 0.3s ease;
}

.footer-bottombar a:hover {
    text-decoration: underline;
    transition: all 0.3s ease;
}

.back-to-top {
    width: 50px;
    height: 50px;
    background-color: #dd4847;
    box-shadow: 0 0 6px #211919;
    position: fixed;
    bottom: 10px;
    font-size: 32px;
    right: 30px;
    color: #ffffff;
    opacity: 0;
    border-radius: 10px;
    text-align: center;
    transition: all .8s ease;
    z-index: 999;
}

.back-to-top.scrolled {
    opacity: 1;
    bottom: 30px;
    transition: all .8s ease;
    cursor: pointer;
}

/*--------------------------------------------------------------
13.6 Visual Composer
--------------------------------------------------------------*/
.wpb_button, .wpb_content_element, .wpb_row, ul.wpb_thumbnails-fluid > li {
    padding-bottom: 35px;
    padding-top: 35px;
}

/*--------------------------------------------------------------
13.7 Modal
--------------------------------------------------------------*/
.sd-modal {
    position: fixed;
    background-color: #fff;
    top: 50%;
    left: 50%;
    width: 400px;
    display: none;
    margin-left: -200px;
    padding: 8px;
    z-index: 9999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 3px 0 0 #454545;
}

.sd-modal .sd-modal-header {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    width: auto;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #dd4847;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sd-modal .sd-modal-content {
    width: auto;
    height: auto;
    padding: 10px;
}

.sd-modal .sd-modal-content .sd-modal-buttons {
    margin-top: 15px;
}

.sd-modal .sd-modal-header .sd-modal-title {

}

.sd-modal .sd-modal-header .sd-modal-close {
    float: right;
    cursor: pointer;
}

.sd-modal .sd-modal-buttons .sd-button-default a {
    font-size: 15px;
}

/*--------------------------------------------------------------
15.0 Media
--------------------------------------------------------------*/
@media screen and (max-width: 1246px) {
    .pre-header .vc_row,
    .pre-content .vc_row {
        margin-right: 0;
    }
}

@media screen and (max-width: 1235px) {
    .header-middlebar-2 .login-button {
        right: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .main-navigation ul {
        text-align: right;
        margin-right: 170px;
    }

    .main-navigation li {
        margin-right: 20px;
    }

    .main-navigation ul {
        margin-right: 190px;
    }
}

@media screen and (max-width:1199px) {
    .main-navigation li {
        display: inline-block;
    }

    .main-navigation li a {
        color: #ffffff;
        padding: 0;
    }
}

@media screen and (max-width:950px) {
    .main-navigation {
        display: none;
    }

    .header-middlebar-2 .login-button {
        right: 65px;
    }
}

/*@media screen and (max-width: 1060px) {
    .sd-content-block-addon {
        float: left !important;
        margin-top: 10px;
    }
}*/

@media screen and (max-width:767px) {
    header.site-header.fixed {
        top: 10px;
    }

    .sd-title-block-default h1.main-title {
        font-size: 30px;
    }

    .sd-title-block-default h2.main-title {
        font-size: 26px;
    }

    .sd-title-block-default h3.main-title {
        font-size: 20px;
    }

    .sd_counter #counter {
        width: 100%;
        margin-left: 50px;
    }

    .row_1000px {
        min-height: auto;
        height: auto;
    }

    .header-row {
        padding-bottom: 250px !important;
        padding-top: 70px !important;
    }

    .sd-button-default {
        margin-right: 0 !important;
    }

    .sd-button-default a {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .counter-block i {
        font-size: 40px;
    }

    .counter-block .counter-block-content .counter-block-int p, .counter-block-text.count-text {
        font-size: 20px;
    }

    .sd-overview-company-block .company-item {
        height: 250px;
    }

    .sd-overview-company-block .company-item .vc_col-sm-6.company-logo,
    .sd-overview-company-block .company-item .vc_col-sm-6.company-info {
        text-align: center;
        margin-bottom: 15px;
    }

    .sd-overview-company-block .company-item .company-button {
        position: relative;
        text-align: center;
        margin-top: 10px;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
    }

    .sd-overview-company-block .company-item .vc_col-sm-6.company-logo {
        display: block;
    }

    .sd-overview-company-block .company-item .vc_col-sm-6.company-logo .table-cell {
        display: block;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .hide-on-desktop {
        display: block !important;
    }

}

@media screen and (max-width:570px) {
    .header-middlebar-2 .login-button {
        display: none;
    }
}

@media screen and (max-width:360px) {
    .header-middlebar-1 img {
        width: 200px;
        min-width: 200px;
    }

    .js .menu-toggle {
        top: -10px;
    }
}

/*--------------------------------------------------------------
17.0 Media
--------------------------------------------------------------*/
@media screen and (max-height: 936px) {
    .mobile-menu-sidebar.opened {
        overflow-y: scroll;
    }
}

/*--------------------------------------------------------------
Custom post type - Company
--------------------------------------------------------------*/
.single-company .company-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
}

.single-company .company-logo {
    position: absolute;
    bottom: -60px;
    right: 0;
    background-color: #fff;
    padding: 30px 30px 0 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 150px;
    width: 260px;
    text-align: center;
}

.single-company .company-sector {
    color: #fff;
}

.single-company h2 {
    font-size: 22px;
    color: #dd4847;
}

.single-company h3 {
    font-size: 18px
}

.single-company .company-sidebar h2 {
    font-size: 20px;
    color: #000;
}

.single-company .company-sidebar .sidebar-participating-programs .related-program-single {
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 10px;
}

.single-company .company-sidebar .sidebar-participating-programs .speaking-language {
    text-transform: uppercase;
    float: right;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0px 5px;
    font-size: 10px;
    margin-top: 0;
    margin-right: 15px;
    color: #FFFFFF;
}

.speaking-language {
    text-transform: uppercase;
    float: right;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0px 5px;
    font-size: 10px;
    color: #FFFFFF;
}

.workshops {
    background-color: #dd4947;
    box-shadow: 0 3px 0 0 #b83b3a;
}

.sd-program-block-program-part-type .workshops:hover {
    background-color: #ff5453;
}

.presentations {
    background-color: #0070c0;
    box-shadow: 0 3px 0 0 #2a6e9f;
}

.sd-program-block-program-part-type .presentations:hover {
    background-color: #43abf7;
}

.individual-meetings {
    background-color: #5b9521;
    box-shadow: 0 3px 0 0 #09841c;
}

.sd-program-block-program-part-type .individual-meetings:hover {
    background-color: #17ca32;
}

.company-lunches-and-dinners {
    background-color: #4e1e71;
    box-shadow: 0 3px 0 0 #301245;
}

.sd-program-block-program-part-type .company-lunches-and-dinners:hover {
    background-color: #6c2b9b;
}

.barista-workshops {
    background-color: #eeae01;
    box-shadow: 0 3px 0 0 #C38E01;
}

.sd-program-block-program-part-type .barista-workshops:hover {
    background-color: #F1BD2F;
}

.other {
    background-color: #7b7b7b;
    box-shadow: 0 3px 0 0 #5a5a5a;
}

.sd-program-block-program-part-type .other:hover {
    background-color: #a0a0a0;
}

.single-company .company-sidebar .sidebar-participating-programs .related-program-single h3 {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.program-date-single {
    /*border: 2px solid #dd4847;*/
    border: 2px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    /*color: #dd4847;*/
    color: #000;
    font-weight: 600;
    text-align: center;
}

.single-company .company-sidebar .sidebar-participating-programs .related-program-single p {
    font-size: 14px;
    color: #ffffff;
    margin: 10px 0;
}

.single-company .company-sidebar .sidebar-participating-programs .related-program-single .related-program-single-buttons a {
    float: right;
    margin-bottom: 5px;
}

.single-company .cta-button a {
    display: inline-block;
    position: relative;
    max-width: 100%;
    padding: 5px 25px;
    margin-bottom: 20px;
    line-height: 1.5em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #535353;
    border: 2px solid #535353;
    color: #fff;
    -webkit-box-shadow: 0 3px 0 0 #454545;
    -moz-box-shadow: 0 3px 0 0 #454545;
    box-shadow: 0 3px 0 0 #454545;
    transition: all 0.3s ease;
}

.single-company .cta-button a:hover {
    background-color: #666565;
    border: 2px solid #666565;
    color: #fff;
    -webkit-box-shadow: 0 3px 0 0 #454545;
    -moz-box-shadow: 0 3px 0 0 #454545;
    box-shadow: 0 3px 0 0 #454545;
    transition: all 0.3s ease;
}

.sd-program-block-program-part .cta-button a {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sd-program-block-program-part .cta-button a:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: all 0.3s ease;
}