/*
Theme Name: custom-theme
Author: Hurja Solutions
*/  

html,
body,
input,
a,
p,
h1,
h2,
h3,
h4 {
    font-weight: 300;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    min-height: 100vh;
    flex-direction: column;
    -webkit-flex-direction: column; /* Safari 6.1+ */
}

header {
    box-shadow: 1px -1px 5px grey;
    z-index: 9999999;
    overflow: hidden; 
}

section {
    flex: 1;
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/******* Fonts *******/
h1, h1 a {
    font-family: "BebasNeue Bold";
    text-transform: uppercase;
    font-weight: 800;
    color: #e61873;
    margin-bottom: 15px;
}

h2, h2 a {
    font-family: "BebasNeue Bold";
    text-transform: uppercase;
    font-weight: 800;
    color: #e61873;
    position: relative;
    margin-bottom: 15px;
}

h3, h3 a {
    font-family: "BebasNeue Bold";
    text-transform: none !important;
    font-weight: 800;
    color: #e61873;
    margin-bottom: 15px;
}

h4, h4 a {
    font-family: "BebasNeue Bold";
    text-transform: none !important;
    font-weight: 400;
    color: #e61873;
    margin-bottom: 15px;
}

h5, h5 a {
    font-family: "BebasNeue Bold";
    text-transform: none !important;
    font-weight: 800;
    color: #e61873;
    margin-bottom: 15px;
}

a {
    color: #e61873;
}

a:hover {
    color: #3c3c3c;
}

p {

}

strong {

}

img.alignright {
    display: flex;
    display: -webkit-flex;
    margin-left: auto;
}

img.alignleft {
    display: flex;
    display: -webkit-flex;
    margin-right: auto;
}

img.aligncenter {
    display: flex;
    display: -webkit-flex;
    margin-right: auto;
    margin-left: auto;
}

.navbar-brand.facebook,
.navbar-brand.instagram {
    background-color: #3b5998;
    text-align: center;
    margin: 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 100%;
}

.navbar-brand.instagram {
    background-color: #d62b80;
}

.fa.fa-facebook, .fa.fa-instagram {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.fb-container {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-basis: 10%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.fb-block {
    padding: 0 0 0 25px;
}

.fb-text {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.fb-text a {
    font-family: "BebasNeue Bold";
    font-size: 100% !important;
    font-weight: 700;
    font-size: 14px;
    color: #3c3c3c;
    text-transform: uppercase;
}

.navbar {
    padding: 1.5rem 1rem;
}

.navbar-light .navbar-nav .nav-link {
    font-family: "BebasNeue Bold";
    font-size: 140%;
    color: #e61873;
    padding: 0.2rem 1.5rem !important;
}

.navbar-nav .active > .nav-link {
    background-color: #3c3c3c;
    color: #fff !important;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static !important;
    border: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .nav-link {
    padding-top: 0 !important;
}

.jumbotron.jumbotron-fluid {
    position: relative;
    background: none;
}

.btn.btn-primary,
.comment-respond .comment-form .submit {
    font-family: "BebasNeue Bold";
    background-color: #e61873 !important;
    padding: .75rem 3rem;
    border: none;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
}

a.btn.btn-primary:hover,
.comment-respond .comment-form .submit:hover {
    background-color: #E61860;
    cursor: pointer;
}

.btn.btn-primary.absolute {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5%;
}

.navigation.pagination {
    text-align: center;
    margin: 40px 0;
}

.navigation.pagination .nav-links {
    margin: 0 auto;
}

.navigation.pagination span,
.navigation.pagination a {
    padding: 5px 10px;
    margin: 0 5px;
    font-size: 1.2rem;
    font-family: "BebasNeue Bold";
}

.navigation.pagination span.current,
.navigation.pagination a.current {
    background: #e61873;
    color: #fff;
}

.comment-list {
    padding: 0;
    list-style-type: none;
}

.comment-list li {
    padding: 10px;
}

.comment-list li:nth-child(odd) {
    background: #f0f0f0;
}

.comment-list .comment-author .avatar {
    display: none;
}

.comment-list .comment-body p {
    margin: 0;
}

.comment-list .comment-reply-link {
    font-size: 0.8rem;
}

.comment-list .children {
    list-style-type: none;
    padding-left: 10px;
}

.comment-respond {
    padding: 10px;
}

.comment-respond .comment-form label {
    display: block;
}

.comment-respond .comment-form .comment-form-cookies-consent label {
    display: inline-block;
    margin-left: 15px;
}

.comment-respond .comment-form textarea,
.comment-respond .comment-form input[type="text"] {
    width: 100%;
}

/******* Sponsors *******/
.sponsors {
    align-items: center;
    -webkit-align-items: center;
    padding: 25px;
}

.sponsors img {
    max-width: 150px;
    vertical-align: baseline;
}

.big-sponsors {
    margin: 0 auto;
}

footer {
    padding: 0.5rem 1rem;
    position: relative;
    width: 100%;
    min-height: 125px;
    background-color: #3c3c3c;
}

footer h4 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

footer h4 a {
    color: #fff !important;
}

@media only screen and (max-width: 480px) {
    .sponsors {
        padding: 20px !important;
    }

    .sponsors img {
        max-width: 80px !important;
    }

    .navigation.pagination span, .navigation.pagination a {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 578px) {
    .d-sm-none {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .btn.btn-primary.absolute {
        position: relative;
        left: 0;
        -webkit-transform: none;
        transform: none;
        margin: auto;
        display: flex;
        justify-content: center;
        margin-top: 25px;
        width: 50%;
    }
}

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

    ul.navbar-nav {
        padding-top: 15px !important;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 1.5rem 1.5rem !important;
    }

    .fb-container {
        justify-content: center; 
        -webkit-justify-content: center; 
        align-items: baseline;
        -webkit-align-items: baseline;
        padding: 15px 10px;
        color: #fff;
    }

    .fb-text a {
        color: #fff;
    }

    .sponsors img {
        max-width: 100px;
        vertical-align: baseline;
    }

}

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

    .navbar-light .navbar-nav .nav-link {
        font-size: 120%;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
    .fb-text {
        display: none;
    }
}