/*==================================
    Fonts
==================================*/

html, body {
    overflow-x: hidden;
}

body {
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
    word-wrap: break-word;
}

.custom-font {

}

blockquote {
    border-left: 5px solid #ececec;
    padding: 15px 30px;
    font-style: italic;
}

blockquote p::before,
blockquote p::after {
    content: '"';
}

/*==== End of Fonts ====*/


/*==================================
    Bootstrap colors override
==================================*/

/*Links*/

a {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

/*Text shadow*/

.text-shadow {
    text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}

/*==== End of Bootstrap colors override ====*/

/*==================================
    Buttons
==================================*/

/* Default button styling */
.btn {
    /* Display and box model */
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Typography */
    font-size: 0.87rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    /* Transitions */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

.btn:hover, .btn:focus {
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #ffffff;
}

/* Primary button */

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* Secondary button */

.btn-secondary {
    padding: 0!important;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Outline primary button */

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* Dark button */

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Outline primary button */

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* Outline secondary button */

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/*==== End of Buttons ====*/

/* Default form control */

.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

/*==== End of Forms ====*/

/*==== Notification bar ====*/

.notification {
    width: 100%;
}

.notification a {
    color: #ffffff;
    text-decoration: underline;
}

/*==== End of notification bar ====*/

/*==================================
    Resets and default
==================================*/

@media (min-width: 1600px) {

    .container {
        max-width: 1540px;
    }

}

img {
    max-width: 100%;
    height: auto;
}

iframe,
video {
    max-width: 100%;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.overlay-primary {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.3477591720281863) 0%, rgba(0,0,0,0.6474790599833684) 80%, rgba(0,0,0,0.7511205165660014) 100%); 
}

.overlay-secondary {
    background: rgba(17, 17, 17, 0.75);
}

/*==== End of Resets and default ====*/

/*==================================
    FontAwesome
==================================*/

.fa {
    font-family: 'FontAwesome' !important;
    font-weight: 400 !important;
}

/*==== End of FontAwesome ====*/

/*==================================
    Jquery
==================================*/

.sortable-placeholder {
    background-color: #f0f0f0;
    border: 2px dashed #ccc;
    margin-bottom: 20px;
}

/*==== End of Jquery ====*/

/*==================================
    Help classes
==================================*/

.clear {
    clear: both;
}

.centered {
  text-align: center;
}

.bold {
    font-weight: 600;
}

/* Default collapse text formatting */
.collapsed-text {
    margin-bottom: 0;
    position: relative;
}
.collapsed-text .hider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0; padding: 20px 0;
    background-image: linear-gradient(to bottom, transparent, #fff);
}
.readmore-wrapper {
    margin-bottom: 1rem;
}

.slick-dots {
    margin: 30px 0!important;
    position: relative!important;
}

.slick-dots li button:before {
    font-size: 0.9rem!important;
}

/*==== End of Help Classes ====*/


/*==================================
    Responsive
==================================*/

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

    h1,
    .h1 {
        font-size: 2.5rem;
    }

    h2,
    .h2,
    blockquote {
        font-size: 2rem;
    }

    h3,
    .h3 {
        font-size: 1.5rem;
    }

    h4,
    .h4 {
        font-size: 1.4rem;
    }

    h5,
    .h5 {
        font-size: 1.3rem;
    }

    h6,
    .h6 {
        font-size: 1.2rem;
    }

}

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

    h1,
    .h1 {
        font-size: 2.25rem;
    }

    h2,
    .h2,
    blockquote {
        font-size: 1.5rem;
    }

    h3,
    .h3 {
        font-size: 1.3rem;
    }

    h4,
    .h4 {
        font-size: 1.2rem;
    }

    h5,
    .h5 {
        font-size: 1.1rem;
    }

    h6,
    .h6 {
        font-size: 1rem;
    }

}

/*==== End of Responsive ====*/