/*
Theme Name: Momentbox Webiste
Author: SIA Skicink
Author URI: https://www.skicink.com
*/


/* Reset */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
    font-family: inherit;
    vertical-align: baseline
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

svg:not(:root) {
    overflow: hidden
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

:focus,
:active {
    outline: none;
}


/* END of Reset */


/* Preloader */


/* END of Preloader */


/* Base */

body {
    font-family: 'Palanquin', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: normal;
    color: #747488;
    background: #ffffff;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Palanquin Dark', sans-serif;
    color: #181839;
    font-weight: 300;
    font-style: normal;
    line-height: 120%
}

h1 {
    font-size: 3.052em
}

h2 {
    font-size: 2.441em;
}

h3 {
    font-size: 1.953em
}

h4 {
    font-size: 1.563em
}

h5 {
    font-size: 1.45em
}

h6 {
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.25em;
    line-height: 120%;
    color: #FFC811
}

p {
    font-size: 1.2em;
    line-height: 170%
}

a {
    color: #F55D3E
}

a:hover {
    color: #f7785e;
    transition: 250ms ease;
}

a:focus,
a:active {
    color: #f2340e;
    transition: 250ms ease;
}

label {
    font-family: 'Palanquin Dark', sans-serif;
    color: #181839;
    white-space: nowrap
}

.btn-primary {
    background: #F55D3E;
    border-radius: 4px;
    border: none;
    font-family: 'Palanquin Dark', sans-serif;
    padding: 1.25rem 2rem;
    white-space: normal
}

.btn-primary:hover,
.button:hover {
    background: #f2340e;
    border-radius: 4px;
    border: none;
    -webkit-transition: all 250ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -moz-transition: all 250ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -o-transition: all 250ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
    transition: all 250ms cubic-bezier(0.420, 0.000, 1.000, 1.000)
}

.btn-secondary {
    color: #f55d3e;
    background-color: transparent;
    border: 2px solid #f55d3e;
    cursor: pointer;
    font-family: 'Palanquin Dark', sans-serif
}

.btn-secondary:hover {
    color: #ffffff;
    background-color: #f55d3e;
    border: 2px solid #f2340e;
    -webkit-transition: all 250ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -moz-transition: all 250ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -o-transition: all 250ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
    transition: all 250ms cubic-bezier(0.420, 0.000, 1.000, 1.000)
}


/* END of Base */

#mb-why-us,
#mb-how-it-works,
#mb-features,
#mb-question,
#mb-extras,
#mb-bigevents,
#mb-faq,
#mb-to-prices {
    padding-top: 11vh;
    padding-bottom: 11vh
}

#mb-pricing {
    padding-top: 6vh;
    padding-bottom: 6vh
}

@media screen and (max-width: 600px) {
    #mb-why-us,
    #mb-how-it-works,
    #mb-features,
    #mb-question,
    #mb-extras,
    #mb-pricing,
    #mb-bigevents,
    #mb-faq,
    #mb-to-prices {
        padding-top: 6vh;
        padding-bottom: 6vh
    }
}


/* END of Global styles */

.upper {
    background-color: #FFFFFF;
    padding: 2.1rem 0
}

.mb--logo {
    width: 200px
}

.nav-link {
    font-family: 'Palanquin Dark', sans-serif;
    font-size: .975em;
    color: #010126
}

.nav-link:hover {
    transition: 250ms ease;
    color: #FFC811 !important
}

#nav-icon {
    width: 60px;
    height: 45px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background: #FFC811;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#nav-icon span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#nav-icon span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px
}

#nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px
}

.navbar-light .navbar-toggler {
    border-color: transparent
}

@media screen and (max-width: 768px) {
    .extra--space-nav {
        margin-top: 2rem;
        text-align: center;
        font-size: 1.25em
    }
    .nav-link--mob {
        font-size: 1.3em;
        color: #010126 !important;
    }
}

@media screen and (min-width: 769px) {
    .nav-link--mob {
        display: none
    }
}


/* END of Navbar */

#mb-hero .container {
    background: url(../images/fons-momentbox.png) no-repeat top;
    background-size: cover;
    height: 33.125rem;
    position: relative;
    overflow: hidden
}

#mb-hero p {
    font-size: 1.263em;
}

.hero-text--first,
.hero-text--second {
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    max-width: 80%;
    text-align: center;
    margin: 0 auto
}

.hero-text--first {
    max-width: 42rem;
    padding-top: 15vh
}

.hero-video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    vertical-align: baseline
}

@media screen and (max-width: 768px) {
    .hero-video {
        display: none;
    }
    #mb-hero .container {
        padding-bottom: 4rem;
        height: auto
    }
}


/* END of Hero */


/* END of Why us */

#mb-why-us img {
    width: 120px
}


/* END of How it works */

#mb-features img {
    max-width: 60px
}

#mb-features .row {
    margin-bottom: 2em
}

.space--after {
    margin-bottom: 2em
}


/* END of mb-features */

#mb-clients {
    padding-top: 4vh;
    padding-bottom: 16vh
}


/* END of mb-clients */

#mb-to-prices {
    background-color: #FFC811
}


/* END of mb-to-prices block  */

#mb-pricing figure img {
    max-width: 100px
}

.price--title {
    display: inline-block;
    min-height: 160px
}

.price--info {
    display: inline-block;
    min-height: 120px
}

.offer--mb {
    min-height: 420px
}

.offer--title {
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 1.2em;
    color: #010126
}

.mb--price-big {
    font-size: 3em;
    font-family: 'Palanquin Dark', sans-serif;
    color: #181839
}

.mb--price-help {
    margin-top: -30px
}

.offer--width {
    min-width: 320px
}

.offer--plus {
    width: 30px
}

.mb--price-line:hover {
    background-color: #FFFDF7;
    border-color: #ffd75e;
    -webkit-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -moz-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -o-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530);
    transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530)
}


/* END of mb-prices */

#mb-extras figure img {
    max-width: 80px
}

.extras--price {
    font-size: 2em;
    font-family: 'Palanquin Dark', sans-serif;
    color: #181839;
    padding-top: 10px;
    padding-bottom: 35px
}

.extras--price>span {
    font-size: .75em;
    padding-left: 10px
}

#mb-extras {
    background-color: #FFFDF7
}


/* END of mb-extras */

.ul--mb {
    list-style: none;
    padding: 0
}

.li--mb {
    position: relative;
    padding: .625em .625em .625em 3em;
    font-size: 1.1em
}

.li--mb:before {
    content: "";
    background-size: cover;
    background-image: url(../images/svg/ic-momentbox-check.svg);
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    left: 0;
    top: calc(50% - 10px)
}


/* END of mb-bigevents */

@media screen and (max-width: 600px) {
    #mb-faq .card-deck {
        padding: 1rem
    }
    #mb-faq .card {
        margin-bottom: 2rem
    }
}


/* END of mb-faq */

footer {
    padding-top: 9vh;
    padding-bottom: 1vh;
    background-color: #FFFDF7
}

.line--first {
    padding-top: 2vh;
    padding-bottom: 4vh
}

.line--second {
    padding-top: 3vh;
    padding-bottom: 1vh
}

.line--second p {
    font-size: .85em;
    font-family: 'Palanquin', sans-serif
}

.contact--mb {
    color: #F55D3E;
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 1em
}

.contact--mb:hover {
    color: #FFC811;
    text-decoration: none
}

.w-30--min {
    min-width: 30%
}

.w-25--min {
    min-width: 25%
}

.w-15--min {
    min-width: 15%
}

.sign-up--mb {
    border: 1px solid #FFC811;
    padding: .85em;
    border-radius: 2px;
    font-family: 'Palanquin Dark', sans-serif;
    color: #181839
}

.sign-up--mb:hover {
    border: 1px solid #f7b900;
    -webkit-transition: all 300ms cubic-bezier(0.950, 0.050, 0.795, 0.035);
    -moz-transition: all 300ms cubic-bezier(0.950, 0.050, 0.795, 0.035);
    -o-transition: all 300ms cubic-bezier(0.950, 0.050, 0.795, 0.035);
    transition: all 300ms cubic-bezier(0.950, 0.050, 0.795, 0.035)
}

@media screen and (max-width: 768px) {
    .line--space {
        margin-bottom: 2.65rem
    }
}


/* END of footer */

.author--page {
    background-color: #FFFDF9;
    padding-top: 2vh;
    padding-bottom: 2vh
}

.author--page p,
.author--page a {
    color: #ffca60
}

.author--page a:hover {
    color: #f2340e
}


/* END of mb-author */
