/*
Theme Name: Global Recycling Day
Theme URI: https://fluvio.be
Author: Fluvio & Flagship
Author URI: https://fluvio.be
Description: Global Recycling Day theme developed by Fluvio and Flagship
Version: 1.2
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


img {
    max-width: 100%;
}



/* Text meant only for screen readers */

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    /* many screen reader and browser combinations announce broken words as they would appear visually */
    word-wrap: normal !important;
}


/* must have higher specificity than alternative color schemes inline styles */

.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}



/**
 * 8.0 - Alignments
 */

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 10px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}







/* Tag Cloud widget */

.tagcloud a {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    line-height: 1;
    margin: 0 0.1875em 0.4375em 0;
    padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
    border-color: #007acc;
    color: #007acc;
    outline: 0;
}






/**
 * 11.4 - Comments
 */

.comments-area {
    margin: 0 7.6923% 3.5em;
}

.comment-list+.comment-respond,
.comment-navigation+.comment-respond {
    padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
    border-top: 4px solid #1a1a1a;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.3125;
    padding-top: 1.217391304em;
}

.comments-title {
    margin-bottom: 1.217391304em;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    padding: 1.75em 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children>li {
    padding-left: 0.875em;
}

.comment-author {
    color: #1a1a1a;
    margin-bottom: 0.4375em;
}

.comment-author .avatar {
    float: left;
    height: 28px;
    margin-right: 0.875em;
    position: relative;
    width: 28px;
}

.bypostauthor>article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px;
}

.comment-metadata,
.pingback .edit-link {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
}

.comment-metadata {
    margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
    color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.5em 1.25em;
}

.comment-content li>ul,
.comment-content li>ol {
    margin-bottom: 0;
}

.comment-reply-link {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #007acc;
    display: inline-block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    margin-top: 2.1538461538em;
    padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    border-color: currentColor;
    color: #007acc;
    outline: 0;
}

.comment-form {
    padding-top: 1.75em;
}

.comment-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}

.comment-list .comment-form {
    padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 2.1538461538em;
}

.no-comments {
    border-top: 1px solid #d1d1d1;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    margin: 0;
    padding-top: 1.75em;
}

.comment-navigation+.no-comments {
    border-top: 0;
    padding-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #007acc;
    font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #1a1a1a;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -5px;
}



/* Custom ADDED */


/* Add here all your css styles (customizations) */

@font-face {
    font-family: 'BebasBold';
    src: url('../../grd/fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'), url('../../grd/fonts/BebasNeueBold.otf') format('opentype'), url('../../grd/fonts/BebasNeueBold.woff') format('woff'), url('../../grd/fonts/BebasNeueBold.ttf') format('truetype'), url('../../grd/fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RuckSack';
    src: url('../../grd/fonts/RuckSack.eot?#iefix') format('embedded-opentype'), url('../../grd/fonts/RuckSack.otf') format('opentype'), url('../../grd/fonts/RuckSack.woff') format('woff'), url('../../grd/fonts/RuckSack.ttf') format('truetype'), url('../../grd/fonts/RuckSack.svg#RuckSack') format('svg');
    font-weight: normal;
    font-style: normal;
}

.bebas {
    font-family: 'BebasBold';
}

.rucksack {
    font-family: 'RuckSack';
}

.right {
    float: right;
    margin-left: 50px;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.icons {
    display: block;
    margin: 0 auto;
    width: 940px;
}

.challenges h2 {
    color: #f29300;
    font-weight: normal;
    font-family: 'BebasBold';
    font-size: 40px;
    width: 100%;
    padding-bottom: 2px;
    border-bottom: 1px solid white;
}

.challenges .icon-tabs {
    background-color: #f29300;
}

.challenges ul {
    padding: 20px;
    list-style-type: none;
}

.challenges li.tab {
    float: left;
}

.challenges .tab a {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 30px;
    text-align: center;
    width: 180px;
}

.challenges .tab a.active,
.challenges .tab a:hover {
    opacity: 0.5;
}

.tab .icon {
    height: 156px;
    background-image: url('../../grd/recycle-challenges.png');
    background-position-x: -15px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

.tab .educate .icon {
    background-position-x: -197px;
}

.tab .newideas .icon {
    background-position-x: -380px;
}

.tab .together .icon {
    background-position-x: -563px;
}

.tab .debate .icon {
    background-position-x: -745px;
}

.challenges .tab-content div {
    display: none;
}

.challenges .tab-content div.active {
    display: block;
    border-top: 1px solid white;
    text-align: center;
    font-size: 24px;
    color: white;
    padding: 10px 0px 5px;
    margin-bottom: 0;
    font-family: 'BebasBold';
}

.navbar-toggler-right {
    margin-top: 8px;
}

.navbar-brand {
	margin-right: 0;
	padding: 0;
	height: 100px;
}

.navbar-brand img.grd {
    height: 94px;
    width: 103px;
    margin-right: 10px;
    max-width: 103px;
}

.navbar-brand img.grf {
    height: 94px;
    width: 94px;
    max-width: 94px;
}

[class*="u-nav-v8"] .nav-link.active,
[class*="u-nav-v8"] .nav-link.active .u-nav-v8__icon {
    background-color: #e5007e;
}

.u-nav-v8-2 .nav-link.active::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #e5007e 50%), linear-gradient(to top left, transparent 49.6%, #e5007e 50%);
}

[class*="u-nav-v8"] .nav-link,
.u-nav-v8__icon {
    background-color: #009ee2;
}

[class*="u-nav-v8"] .nav-link::after {
    background-image: none;
}

[class*="u-nav-v8"] .nav-link .u-nav-v8__description,
[class*="u-nav-v8"] .nav-link.active .u-nav-v8__description {
    color: white;
}

.logo-tile {
    float: left;
    margin-top: -50px;
    margin-left: 100px;
    background: white;
    padding: 0 0px 15px 15px;
}

.g-bg-img-hero {
    
}

.hero {

    height: 100%;
}

.hero-bar {
    background-color: rgba(189, 207, 1, 0.7);
}

.hero-content {
    height: 100%;
}

.hero-content h2 {
    color: white;
    text-transform: uppercase;
    font-size: 500%;
    letter-spacing: -2px;
    line-height: 1;
}

.hero-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}


.nav-link {
    font-size: 110%;
}

.g-bg-pink {
    background-color: pink;
}

.g-bg-pink .h3 {
    color: white;
}

.g-bg-pink ul li a.g-color-main {
    color: #fff !important;
}


ul.navbar-nav li.current_page_item a, ul.navbar-nav li a:hover {
    color: #3da435 !important;
}


/* New Added */
.ht-auto img, img{
    height: auto;
}
.related-posts a.u-tags-v1{
    color: #3da435 !important;
    background-color: rgba(114, 192, 44, 0.1) !important;
}






@media (max-width: 767px) {
    .vertical-middle {
        margin-top: 20px;
        text-align: center;
    }
    .hero-content h2 {
        font-size: 250%;
    }
    .hero-content img {
        margin: 0 auto 50px;
    }
    .g-ml-50 {
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) {
    .vertical-middle {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
}


@media (max-height: 670px) {
    .hero-bar {
        display: none;
    }
}



h1,
h2,
h4,
.h1,
.h2,
.h3 {
    text-transform: uppercase;
}

.u-btn-pink {
    background-color: #e5007e;
}

.g-bg-img-hero {
    min-height: 600px;
    transition: background 0.5s linear;
    left: 0;
}



.ticker-wrap {
  width: 100%;
  overflow: hidden;
  background-color: #e5007e;
}

.ticker__item {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 2rem;
  color: white;
  line-height: 1;
  border-right: 1px solid white;
}
