/*
Theme Name:   HTML5blank Child
Theme URI:    n/a
Description:  HTML5blank Child Theme
Author:       DeltaPlatinum
Author URI:   n/a
Template:     html5blank
Version:      1.0.0
Tags:         n/a
Text Domain:  html5blank-child
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

@font-face {
    font-family: 'Chromatica Regular';
    src: url('fonts/Chromatica-Regular.eot');
    src: local('fonts/Chromatica Regular'), local('Chromatica-Regular'),
        url('fonts/Chromatica-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Chromatica-Regular.woff2') format('woff2'),
        url('fonts/Chromatica-Regular.woff') format('woff'),
        url('fonts/Chromatica-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Chromatica Bold';
    src: url('fonts/Chromatica-Bold.eot');
    src: local('fonts/Chromatica Bold'), local('Chromatica-Bold'),
        url('fonts/Chromatica-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Chromatica-Bold.woff2') format('woff2'),
        url('fonts/Chromatica-Bold.woff') format('woff'),
        url('fonts/Chromatica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Chromatica Light';
    src: url('fonts/Chromatica-Light.eot');
    src: local('fonts/Chromatica Light'), local('Chromatica-Light'),
        url('fonts/Chromatica-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Chromatica-Light.woff2') format('woff2'),
        url('fonts/Chromatica-Light.woff') format('woff'),
        url('fonts/Chromatica-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%; /* needed for container min-height */
}
p,h2,h3,h4,ol,footer,li {
    font-family: "Chromatica Light";
    color: #FFFFFF;
}
ol {
    font-size: 28px;
    list-style-position: outside;
    width: 100%;
    margin: 0 auto;
    margin-top: 7%;
    padding-left: 0;
    line-height: 40pt;
}
li {
    margin-bottom: 40px;
    list-style-image: url(img/bullet.svg);
}
b {
    font-family: "Chromatica Bold";
}
* {
    box-sizing: border-box;
}

.first-page {
    background-image: url(img/background-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; /* needed for footer positioning*/
    height: auto !important; /* real browsers */
    min-height: 100%; /* real browsers */
}
.header-logo {
    width: 100%;
    padding: 2%;
    padding-left: 8%;
}
.first-page .content {
    font-size: 28px;
    text-align: center;
    line-height: 40pt;
    padding: 12% 20%;
}

.second-page {
    background-image: url(img/background-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: auto !important;
    min-height: 100%;
    color: #FCFCFC;
    padding: 6% 10%;
}
.second-page h2 {
    text-align: center;
    font-size: 28px;
    color: #04FCD4;
}

.third-page {
    background-image: url(img/background-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: auto !important;
    min-height: 100%;
    padding: 10% 10%;
}
.third-page .content {
    margin-bottom: 50px;
    font-size: 28px;
    text-align: left;
    line-height: 45pt;
}

footer {
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    border-top: 1px solid #00382f;
}

#go-to-second-page {
    background-image: url(img/arrow-down.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 28px;
    height: 40px;
    bottom: 100px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
#go-to-third-page {
    background-image: url(img/arrow-down.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 28px;
    height: 40px;
    bottom: 100px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
#back-to-top {
    background-image: url(img/back-to-top.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 28px;
    height: 75px;
    text-align: center;
    position: fixed;
    bottom: 100px;
    right: 45px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#back-to-top:hover {
    background-image: url(img/back-to-top-hover.svg);
    cursor: pointer;
}
#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-10px);}
    60% {-webkit-transform: translateY(-10px);}
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-10px);}
    60% {-moz-transform: translateY(-10px);}
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-10px);}
    60% {-o-transform: translateY(-10px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-10px);}
}

.header-wrapper {
    display: inline-block;
    width: 100%;
}
.header-logo {
    width: 65%;
    padding: 2%;
    padding-left: 8%;
    padding-right: 8%;
    display: inline-block;
}

#menu-main-menu {
    width: 35%;
    padding: 2%;
    padding-left: 13%;
    padding-right: 13%;
    display: inline-table;
    position: absolute;
    margin: 0;
    text-align: center;
    height: 169px;
    vertical-align: middle;
}
.head-nav-ul li {
    display: table-cell;
    font-size: 18px;
    margin: 0 50px;
    vertical-align: middle;
}
.head-nav-ul li a {
    color: #ffffff;
    line-height: 0; 
    font-size: 0;
    color: transparent; 
}

#menu-item-11 a:before {
    content: url(img/home.svg);
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}
#menu-item-11.current-menu-item a:before {
    content: url(img/home-active.svg);
}
#menu-item-14 a:before {
    content: url(img/contact-us.svg);
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}
#menu-item-14.current-menu-item a:before {
    content: url(img/contact-us-active.svg);
}

.contact_form_container {
    display: flex;
    justify-content: center;
    margin-top: 1%;
    align-items: center;
    vertical-align: middle;
    padding-bottom: 10%;
}
form#contact-form {
    font-family: 'Chromatica Light';
    color: #ffffff;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 0 20%;
    width: 100%;
}
.form-field {
    position: relative;
    width: 100%;
    display: block;
}
.form-field.name {
    display: inline-table;
}
.form-field.name .form-group:nth-child(1) {
    float: left;
    width: 49%
}
.form-field.name .form-group:nth-child(2) {
    float: right;
    width: 49%
}
label {
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
}
input[type="text"] {
    min-height: 60px;
    height: 100%;
    font-size: 20px;
}
input.first-name {
    display: inline-block;
    width: 100%;
}
input.last-name {
    display: inline-block;
    width: 100%;
}
input[type="email"] {
    min-height: 60px;
    height: 100%;
    width: 100%;
    font-size: 20px;
}
textarea {
    min-height: 180px;
    height: 100%;
    width: 100%;
    font-size: 20px !important;
    padding: 15px;
}
input {
    display: block;
    width: 50vw;
    padding: 0 20px;
    font-size: 20px;
}
input::placeholder {
    font-size: 20px;
    font-weight: 700;
    color: #dfdfdf;
}
.button-wrapper {
    margin-top: 35px;
}
.submitBtn {
    background: url(img/send-btn.svg);
    background-repeat: no-repeat;
    border: none;
    color: white;
    padding: 17px 103px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    font-family: 'Chromatica Light';
    color: #06FBC5;
}
.submitBtn:hover {
    background: url(img/send-btn-hover.svg);
    background-repeat: no-repeat;
    color: #38a9f7;
}

.overlay{
    background: #261d00;
    background-color: rgba(0, 0, 0, .9);
    height: 100% !important;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    overflow: auto;
    display: none;
}
.notification {
    border: 1px solid #35aeff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 450px;
    height: 250px;
    text-align: center;
    background: #000;
    padding: 10px;
    display: none;
    z-index: 120;
}
.notification h2 {
    font-family: 'Chromatica Light';
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 85%;
}
.loading {
    background: url(img/loading.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 180px;
    z-index: 999;
    display: none;
}

.disclaimer-page .content-left,
.privacy-policy-page .content-left,
.cookies-policy-page .content-left {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    position: relative;
    padding-top: 2%;
    padding-bottom: 10%;
}
.disclaimer-page .title,
.privacy-policy-page .title,
.cookies-policy-page .title {
    font-size: 26px;
    color: #ffffff;
}
.disclaimer-page p,
.privacy-policy-page p,
.cookies-policy-page p {
    font-size: 2rem;
}
.disclaimer-page a,
.privacy-policy-page a,
.cookies-policy-page a {
    color: #06fbc5;
    word-break: break-all;
}
.disclaimer-page li,
.privacy-policy-page li,
.cookies-policy-page li {
    margin-bottom: 20px;
    list-style-image: none;
    color: #ffffff;
    font-size: 2rem;
}
.disclaimer-page ol,
.privacy-policy-page ol,
.cookies-policy-page ol {
    font-size: 2rem;
    list-style-position: inside;
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    padding-left: 0;
    line-height: 30px;
}

footer h4 {
    display: inline-block;
    float: left;
    left: 18%;
    position: relative;
}
#menu-footer-menu {
    display: inline-block;
    list-style-image: none;
    position: absolute;
    margin: 20px;
    right: 12%;
    padding: 0;
    width: 55%;
    top:1px;
}
#menu-footer-menu li {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    font-weight: 600;
    display: inline-block;
    width: 30%;
    font-size: 16px;
}
#menu-footer-menu a {
    color: #ffffff;
}