/*
Theme Name: Gruezi
Author: Pixeel
Author URI: https://pixeel.co.uk/
Description: Theme special for Gruezi
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Tags: accessibility-ready, one-column, two-columns, right-sidebar, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready, blog, e-commerce, portfolio
Text Domain: generic
*/

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

strong {
    font-weight: 700;
}

a, a:hover, a:focus {
    color: #be5254;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1, h2 {
    margin-top: 0;
    font-size: 38px;
    font-weight: 100;
    line-height: 48px;
}

img {
    max-width: 100%;
}

::-moz-selection {
    background: #be5254;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #be5254;
    color: #fff;
    text-shadow: none;
}

.button-1,
.button-2 {
    display: inline-block;
}

/***** General style, all sections *****/

.nav-langs {
    float: left;
    list-style: none;
    padding: 22px 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}

.nav-langs li {
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    padding: 0 10px;
}

.nav-langs li + li {
    border-left: 1px solid #fff;
}

.nav-langs li a {
    color: #fff;
}

.nav-langs li a:hover {
    color: #be5254;
}

.nav-langs li.active a {
    font-weight: 700;
}

.section-container {
    margin: 0 auto;
    padding-bottom: 70px;
    color: #3a3a3a;
}

.section-container-full-bg {
    color: #fff;
}

.section-description {
    margin-top: 60px;
    padding-bottom: 10px;
}

.section-description h2 {
    font-weight: 300;
    font-size: 38px;
    color: #000;
    margin-bottom: 35px;
}

.section-container-full-bg .section-description h2 {
    color: #fff;
}

.section-description p {
    font-size: 20px;
    color: #000;
    line-height: 32px;
    margin-bottom: 28px;
}

.section-description ul {
    list-style: none;
    font-size: 20px;
    color: #000;
    padding-left: 0;
    margin-bottom: 65px;
}


/***** Top menu *****/

.navbar {
    margin-bottom: 0;
    background: #262626;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

ul.navbar-nav {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}

ul.navbar-nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #262626;
    color: #fff;
    text-align: left;
}

ul.navbar-nav li a:hover,
ul.navbar-nav li a:focus {
    background: #262626;
    color: #be5254;
}

ul.navbar-nav li a:focus {
    color: #fff;
    outline: 0;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: #333;
}

.dropdown-menu {
    background: #333;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

ul.navbar-nav li .dropdown-menu a {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
    line-height: 20px;
}

.navbar > .container .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    width: 250px;
    height: 60px;
    text-indent: -99999px;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}


/***** Top content *****/

.top-content {
    margin: 0 auto;
    text-align: left;
    color: #fff;
}

.inner-bg {
    padding: 120px 0 80px 0;
    min-height: 80vh;
}

.top-content .phone {
    text-align: center;
}

.top-content .text {
    padding-top: 100px;
}

.top-content h1 {
    margin-bottom: 18px;
}

.top-content h4 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}

.top-content .description {
    margin-bottom: 42px;
    font-size: 20px;
    line-height: 30px;
}

.top-content .top-button {
    margin-top: 40px;
}

.top-content .top-button .button-1 {
    margin-right: 20px;
}


/***** Features *****/

.features.section-description h2 {
    margin-bottom: 12px;
}

.features-center {
    padding-top: 30px;
    padding-bottom: 20px;
}

.features-box {
    margin-top: 30px;
    text-align: center;
}

.features-box h3 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 300;
    color: #3a3a3a;
    line-height: 30px;
}

.features-box p {
    font-size: 18px;
    line-height: 32px;
}

.features-box .features-box-icon {
    margin: 0 auto;
    font-size: 56px;
    color: #333;
}

.features-box-icon img {
    width: 73px;
    margin-bottom: 20px;
}


/***** How it works *****/

.how-it-works-video {
    margin-top: 30px;
    padding-bottom: 20px;
}

.how-it-works-video iframe {
    width: 100%;
    height: 300px;
}

.how-it-works-description {
    margin-top: 50px;
    text-align: left;
}

.how-it-works-description-left {
    padding-left: 73px;
    padding-right: 55px;
}

.how-it-works-description h3 {
    margin-top: 0;
    font-size: 26px;
    font-weight: 100;
    line-height: 30px;
}

.how-it-works-description p {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 32px;
}

.how-it-works-description p:last-child {
    margin-bottom: 10px;
}


/***** Screenshots *****/

.screenshot-box {
    padding-top: 30px;
    padding-bottom: 20px;
}

.screenshot-box-left {
    text-align: right;
}

.screenshot-box-right {
    text-align: left;
}

.screenshot-box img {
    max-width: 80%;
    cursor: pointer;
}


/***** Faq *****/

.faq-container {
    background: #f8f8f8;
}

.faq-box {
    padding-top: 30px;
}

.faq-box-left {
    text-align: left;
}

.single-faq {
    position: relative;
    min-height: 60px;
    margin-bottom: 20px;
    padding: 15px 25px;
    background: #f6f6f6;
    border-left: 1px solid #be5254;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.single-faq h3 {
    margin: 0;
    padding-right: 35px;
    font-size: 22px;
    font-weight: 100;
    line-height: 30px;
}

.single-faq span {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding: 23px;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    z-index: 100;
}

.single-faq span i {
    vertical-align: middle;
}

.single-faq .single-faq-text {
    display: none;
    margin-top: 10px;
}

.single-faq p {
    font-size: 18px;
    line-height: 32px;
}

.single-faq p:last-child {
    margin: 0;
}

.faq-box-right span {
    display: inline-block;
    font-family: Georgia, serif;
    font-size: 500px;
    color: #eee;
    line-height: 380px;
    -ms-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}


/***** Call to action *****/

.call-to-action-container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.call-to-action.section-description {
    margin-top: 0;
}

.call-to-action-button {
    padding-top: 30px;
    padding-bottom: 20px;
}

.call-to-action-button .button-1 {
    margin-right: 20px;
}

.call-to-action.section-description h2 {
    margin-top: 0;
    margin-bottom: 40px;
}

.call-to-action.section-description p {
    color: #fff;
    margin-bottom: 45px;
}

/***** Testimonials *****/

.testimonials p {
    padding: 0;
}

.testimonial-single {
    display: inline-block;
}

.testimonial-single p {
    display: none;
}

.testimonial-single-image {
    display: inline-block;
    width: 58px;
    margin: 0 5px 10px 5px;
}

.testimonial-single-image img {
    width: 100%;
    opacity: 0.5;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.testimonial-active {
    padding-bottom: 20px;
}

.testimonial-quote {
    font-family: Georgia, serif;
    font-size: 90px;
    line-height: 70px;
    color: #ddd;
}


/***** About us *****/

.about-us-box {
    padding-top: 30px;
    padding-bottom: 15px;
}

.about-us-box h3 {
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-top: 0;
    margin-bottom: 22px;
}

.about-us-box p {
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin-bottom: 36px;
}

.about-us-box .about-us-photo {
    width: 180px;
    height: 180px;
    margin: 0 auto 22px;
}

.about-us-box .about-us-photo img {
    width: 100%;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 91px;
    -moz-border-radius: 91px;
    -webkit-border-radius: 91px;
}

.about-us-box .about-us-social {
    margin-top: 5px;
}


/***** Latest tweets *****/

.latest-tweets p {
    padding: 0;
    word-wrap: break-word;
}

.latest-tweets-container a, .latest-tweets-container a:focus {
    color: #fff;
}

.latest-tweets-container a:hover {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.latest-tweets ul {
    margin: 20px 0 0 0;
    padding: 0;
    -webkit-padding-start: 0;
}

.latest-tweets li {
    margin: 0 5px;
    display: inline-block;
    list-style: none;
}

.latest-tweets li .tweet_nav {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.tweets-follow-us {
    padding-top: 30px;
    padding-bottom: 20px;
}

.tweets-follow-us {
    font-size: 22px;
    line-height: 36px;
}


/***** Subscription form *****/

.subscribe form {
    margin-top: 40px;
    margin-bottom: 20px;
}

.subscribe form input.subscribe-email {
    width: 362px;
    height: 52px;
}

.success-message, .error-message {
    font-size: 22px;
    line-height: 36px;
}

.success-message {
    margin: 20px 0 10px 0;
}

.error-message {
    margin: 10px 0;
    color: #be5254;
}


/***** Contact us *****/

.contact-form,
.contact-address {
    padding-bottom: 20px;
    text-align: left;
}

.contact-form h3,
.contact-address h3 {
    padding: 0 0 10px 0;
    font-size: 26px;
    font-weight: 100;
    line-height: 30px;
}

.contact-form p {
    margin: 15px 0 0 0;
    font-size: 18px;
    line-height: 32px;
}

.contact-form form {
    margin: 15px 0 0 0;
}

.contact-form form input,
.contact-form form textarea {
    width: 95%;
    height: 52px;
    margin-bottom: 5px;
}

.contact-form form textarea {
    height: 162px;
}

.contact-form form .contact-error {
    border-color: #be5254;
}

.contact-address .map {
    height: 210px;
    margin: 15px 0 40px 0;
}

.contact-address p {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 32px;
}

.contact-address p i {
    width: 40px;
    font-size: 24px;
    vertical-align: middle;
}

.contact-address a, .contact-address a:focus {
    color: #fff;
}

.contact-address a:hover {
    color: #fff;
    border-bottom: 1px dotted #fff;
}


/***** Footer *****/

footer {
    padding: 18px 0;
    background: #000;
}

.footer-copyright {
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    text-align: center;
}

.footer-copyright a,
.footer-copyright a:hover,
.footer-copyright a:focus {
    color: #fff;
}

.footer-copyright a:hover {
    text-decoration: underline;
}


/***** Footer *****/

.full-width-text-content {
    text-align: left;
}

.full-width-text-content h3 {
    font-size: 26px;
    font-weight: 100;
    color: #333;
    line-height: 30px;
}

.full-width-text-content p {
    font-size: 18px;
    line-height: 32px;
}

/* Testimonials */
.testimonial-author {
    font-weight: 700;
    color: #3a3a3a;
}

/* Buttons */
.btn {

}

.btn-lg {
    font-weight: 300;
    padding: 18px 16px;
}

.btn-wider {
    width: 420px;
    max-width: 100%;
}

.btn-danger {
    background-color: #be0101;
}

.btn.hoerprobe {
    border-radius: 0;
}

.button-3 {
    display: inline-block;
    width: 70px;
    height: 70px;
}

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

/* Credits page */
.gr-scheme-bg {
    text-align: left;
    color: #fff;
    background-image: url(assets/img/backgrounds/background-credits.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: cover;
    padding: 20px;
}

@media (min-width: 768px) {
    .gr-scheme-bg {
        padding: 70px 50px;
    }
}

/* portlet */
.gr-portlet {
    background-color: #151515;
    padding: 15px;
    margin-bottom: 25px;
}

.gr-portlet:last-child {
    margin-bottom: 0;
}

.gr-portlet__title {
    line-height: 1.2;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .gr-portlet {
        padding: 30px 55px;
        margin-bottom: 45px;
    }

    .gr-portlet__title {
        font-size: 48px;
        margin-bottom: 65px;
    }
}

/* media list */
.gr-media-list {
    padding-left: 0;
    margin-bottom: 0;
}

.gr-media-list__item {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.gr-media-list__item:last-child {
    margin-bottom: 0;
}

.gr-media-list__item-pic {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 25px;
}

.gr-media-list__item-pic img {
    width: 100%;
    height: auto;
}

.gr-media-list__item-content {
    flex: 1;
    color: #fff;
    margin-right: 15px;
}

.gr-media-list__item-position {
    line-height: 1.2;
    font-weight: normal;
    font-size: 16px;
}

.gr-media-list__item-title {
    line-height: 1.2;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

.gr-media-list__item-icon {
    width: 60px;
    text-align: right;
    margin-left: auto;
}

.gr-media-list__item-icon img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .gr-media-list__item {
        flex-wrap: nowrap;
    }

    .gr-media-list__item-pic {
        width: 280px;
        margin-right: 50px;
        flex: 0 0 280px;
        margin-bottom: 0;
    }

    .gr-media-list__item-position {
        font-size: 36px;
    }

    .gr-media-list__item-title {
        font-size: 40px;
    }

    .gr-media-list__item-icon {
        width: 85px;
        margin-right: 50px;
    }
}

/* list info */
.gr-list-info {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    color: #fff;
}

.gr-list-info__item {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.gr-list-info__item:last-child {
    margin-bottom: 0;
}

.gr-list-info__item a {
    color: #fff;
    text-decoration: underline;
    line-break: anywhere;
}

.gr-list-info__item a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .gr-list-info__item {
        font-size: 40px;
        margin-bottom: 45px;
    }
}

/* /Credits page */

/* Content Types */
.gr-content-section {
    padding: 70px 0;
}

.gr-image-info-v1 {
    margin-bottom: 70px;
}

.gr-image-info-v1:last-child {
    margin-bottom: 0;
}

.gr-image-info-v1 p {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 20px;
}

.gr-image-info-v1 p:last-child {
    margin-bottom: 0;
}

.gr-image-info-v1 h2 {
    font-weight: 600;
    font-size: 20px;
}

.gr-image-info-v1 a {
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
    color: #3a3a3a;
}

.gr-image-info-v1 a:hover {
    text-decoration: none;
}

.gr-image-info-v1__img {
    text-align: center;
    margin-bottom: 45px;
}

.gr-image-info-v1__img img {
    max-width: 70%;
}

@media (min-width: 768px) {
    .gr-image-info-v1 p {
        font-size: 36px;
        margin-bottom: 50px;
    }

    .gr-image-info-v1 h2 {
        font-size: 38px;
    }

    .gr-image-info-v1 a {
        font-size: 32px;
    }

    .gr-image-info-v1__img {
        text-align: left;
        margin-bottom: 0;
    }

    .gr-image-info-v1__img img {
        max-width: 100%;
    }
}

/* /Content Types */
