/* fonts */
@font-face {
    font-family: 'ing_me_bold';
    src: url('/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.eot');
    src: url('/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.eot') format('embedded-opentype'),
    url('/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.woff2') format('woff2'),
    url('/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.woff') format('woff'),
    url('/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.ttf') format("truetype"),
    url('/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.svg#ing_me_bold') format('svg');
    font-weight: normal;
    font-style: normal
}

/* global styling */
body {
    margin: 0;
    padding: 0;
}

.container-small {
    max-width: 600px;
}
h1, h2, h3, h4, h5, h6, strong {
    font-family: 'ing_me_bold';
}
.text-left {
    text-align: left;
}

h2.big {
  color: #ff6200;
  margin: 25px 0 15px;
  font-size: 24px;
  line-height: 1.4
}

/*template change fixes*/
.layout-one-column.mgm-invitatie .page {
    margin-bottom: 0;
}
.layout-one-column.mgm-invitatie .tab-content section {
    margin: 0 -15px;
}
.layout-one-column.mgm-invitatie section.footer {
    background: transparent;
}
.layout-one-column.mgm-invitatie section.footer .container {
    background: #f0f0f0;
    border-radius: 8px;
    margin-bottom: 45px;
}
.layout-one-column.mgm-invitatie hr {
    border-top: 1px solid #ddd;
}

/* top section */
.custom_hero {
    position:relative;
    margin-top: 15px;
}
.hero-caption {
    border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 8px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 8px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    float: left;
    width: 45%;
    padding: 15px;
    background: #ff6200;
    color: #fff;
    min-height: 180px;
}
.hero-caption:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    position: absolute;
    background: #ff6200;
    transform: rotate(45deg);
    top: 20%;
    right: -12px;
}
.hero-title {
    font-size: 22px;
}

.hero-picture-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 45%;
    border-bottom-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 8px;
    -moz-background-clip: padding;
    border-top-right-radius: 8px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    max-width: 465px;
    background-size: cover;
    background-position: 50% 0;
}

.custom_hero.wide {
    margin: 25px 0;
}
.custom_hero.wide .hero-caption {
    padding: 24px;
    min-height: 380px;
    width: 40%;
}
.custom_hero.wide .hero-picture-wrapper {
    left: 40%;
    max-width: 100%;
}
.custom_hero.wide .hero-title {
    font-size: 45px;
    font-family: 'ing_me_regular';
    font-weight: normal;
    margin:0;
}



/* main section */
section.main {
    text-align: center;
}

.page-title {
    color: #ff6200;
    font-size: 18px;
}

.usp-container {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    margin-bottom: 30px;
}

.layout-one-column.mgm-invitatie .usp-container {
    padding: 15px 0;
    margin: 30px 0 45px
}
 
.usp-item {
    padding: 24px;
}

.usp-item:nth-child(even) {
    background: #d9d9d9;
}

.usp-container[class*="container"] {
    margin-bottom: 25px;
}
.usp-container.container-fluid .usp-item {
    background: transparent;
}
.usp-container .usp-item[class*="col-"] {
    text-align: left;
}
.usp-container .usp-item[class*="col-"] .usp-icon,
.usp-container .usp-item[class*="col-"] .usp-desc {
   display: inline-block;
   vertical-align: middle;
}
.usp-container .usp-item[class*="col-"] .usp-icon {
    min-width: 70px;
    text-align: center;
}
.usp-container .usp-item[class*="col-"] .usp-desc {
    max-width: calc(100% - 74px);
    padding-left: 15px;
    font-size: 24px;
}
.usp-container.orange {
    border-color: #ff6200;
    background: #f0f0f0;
}

.usp-container ul {
    /* font-size: 24px; */
    padding: 0;
    list-style: none;
}

.usp-container ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 5px;
}

.usp-container.orange h3 {
    font-size: 24px;
    font-family: 'ing_me_regular';
    margin-bottom: 5px;
}

.layout-one-column .usp-container.orange h3 {
    margin-top: 24px;
}


.usp-container ul li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ff6200;
    position: absolute;
    left: 18px;
    top: 8px
}

.usp-container ul strong {
    color: #ff6200;
}

.usp-container.orange {
    padding: 0 15px;
}

.rec-code {
    font-size: 42px;
    margin: 0;
    color: #ff6200;
}

.rec-num {
    font-family: 'ing_me_bold';
    font-size: 20px;
}

.received-code {
    font-size: 35px;
    font-family: 'ing_me_bold';
    color: #ff6200;
    margin-bottom: 5px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes loadSpin {
  0% {transform: rotate(1deg)}
  50% {transform: rotate(180deg)}
  100% {transform: rotate(360deg)}
}
/* Standard syntax */
@keyframes loadSpin {
  0% {transform: rotate(1deg)}
  50% {transform: rotate(180deg)}
  100% {transform: rotate(360deg)}
}


.load-spin {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-color: #ff6200 #ff6200 #ff6200 transparent;
    width: 30px;
    height: 30px;
    -webkit-animation: loadSpin 5s infinite linear;
    animation: loadSpin 1s infinite linear;
    margin-top: 5px;
}


.received-code + p {
    margin-top: 0;
    margin-bottom: 25px;
}

.cta-container {
    margin-bottom: 30px;
}

.custom_cta {
    color: #fff;
    background: #ff6200;
    text-decoration: none;
    line-height: 1.6;
    height: auto;
    border-radius: 6px;
    padding: 10px;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    max-width: 300px;
    margin-bottom: 15px;
}
.custom_cta:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-right: 11px;
}
.custom_cta.reverse {
    background: #fff;
    border-color: #ff6200;
    color: #ff6200;
}
.custom_cta.reverse:before {
    border-color: #ff6200;
}

.custom_cta + .custom_cta {
    margin-left: 15px;
}

section.footer {
    background: #f0f0f0;
    /* padding: 25px 0; */
}


@media(max-width: 991px) {
    .custom_hero.wide .hero-caption {
        min-height: 300px;
    }
    .custom_hero.wide .hero-title {
        font-size: 36px;
    }
    .usp-item {
        padding: 15px;
    }
    .usp-item p {
        margin: 0;
    }
}

@media(max-width: 767px) {
    .custom_hero.wide .hero-caption {
        min-height: 260px;
    }
    .custom_hero.wide .hero-title {
        font-size: 30px;
    }
    .custom_cta + .custom_cta {
        margin-left: 0;
    }
}

@media(max-width: 560px) {
    .custom_hero.wide {
        margin: 15px 0;
    }
    .custom_hero.wide .hero-caption {
        float: none;
        width: 100%;
        min-height:0;
        border-radius: 0 0 8px 8px;
    }
    .custom_hero.wide .hero-caption:after {
        top: -12px;
        right: 50%;
        margin-right: -12px;
    }
    .custom_hero.wide .hero-picture-wrapper {
        position: relative;
        left: 0;
        min-height: 200px;
        border-radius: 8px 8px 0 0;
    }
    .usp-container[class*="container"] {
        margin-bottom: 15px;
    }
}

@media(max-width: 479px) {
    .hero-caption {
        float: none;
        width: 100%;
        min-height:0;
        border-radius: 0 0 8px 8px;
    }
    .hero-caption:after {
        top: -12px;
        right: 50%;
        margin-right: -12px;
    }
    .hero-picture-wrapper {
        position: relative;
        left: 0;
        min-height: 200px;
        border-radius: 8px 8px 0 0;
    }
}