/*

    Links: #a6a44b
    Hover: #bfbd43
    Main: #434343
    Accent: #6c8872

*/

/* #region Globals */

* {
    font-family: 'Roboto';
}

h1 {
    font-size: 5rem;
    line-height: 5rem;
    color: #fff;
    text-transform: uppercase;
}

h2 {
    font-size: 4rem;
    line-height: 4rem;
    text-transform: uppercase;
    color: #6c8872;
}

h3 {
    color: #434343;
    font-size: 3rem;
    line-height: 3rem;
}

h3 span {
    font-size: 1.2rem;
    text-transform: uppercase;
}

h4 {
    color: #6c8872;
    font-size: 2rem;
    line-height: 2rem;
}

.mainlink {
    background-color: #a6a44b;
    color: #fff;
    font-weight: bold;
    padding: 15px 20px;
    font-size: 1.4rem;
}

.mainlink:hover {
    background-color: #bfbd43;
}

@media only screen and (max-width:1400px) {
    h1 {
        font-size: 4rem;
        line-height: 4rem;
    }

    h2 {
        font-size: 3rem;
        line-height: 3rem;
    }
}

@media only screen and (max-width:800px) {
    .padside {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pad {
        padding: 30px;
    }

    h1 {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }

    h2 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}

@media only screen and (max-width:500px) {
    h1 {
        font-size: 3rem;
        line-height: 3rem;
    }

    .padside {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pad {
        padding: 30px 15px;
    }

}

/* #endregion */

/* #region Header */

.header {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    transition: all .5s;
    position: relative;
    z-index: 3;
}

.header .logo {
    padding: 10px 0;
}

.header .logo img {
    width: 270px;
}

.header .menuright {
    max-width: 1100px;
}

.header .subheader {
    align-self: flex-end;
    transition: all .5s;
}

.header .quote .item {
    font-weight: bold;
    padding: 20px;
    padding-bottom: 0;
    color: #434343;
}

.header .quote span {
    color: #6c8872;
}

.header .quote .spacer {
    background-color: #bbb;
    width: 1px;
}

.header .mailing {
    background-color: #a6a44b;
    color: #fff;
    margin-right: -60px;
    padding: 10px 20px;
    padding-right: 60px;
    font-size: 1.4rem;
    font-weight: bold;
    transition: all .3s;
}

.header .mailing span {
    margin-right: 10px;
    margin-top: -2px;
}

.header .mailing:hover {
    padding-right: 90px;
    background-color: #bfbd43;
}

.header #menu {
    padding-left: 60px;
}

.header #menu .mainmenu:hover .lower {
    top: 92px;
}

.header #menu .mainmenu .lower a:hover {
    color: #bfbd43;
}

.header #menu .mainmenu:hover .top {
    color: #a6a44b;
    opacity: .33;
}

.scrolled {
    position: sticky;
    top: 0;
    z-index: 9;
}

.scrolled .subheader {
    display: none;
}

.scrolled .logo img {
    width: 140px;
}

.scrolled #menu .mainmenu:hover .lower {
    top: 84px;
}

.header #menu .minilink {
    position: absolute;
    color: #a6a44b;
    right: 60px;
    top: 75px;
}

.scrolled #menu .minilink {
    top: 18px;
}

@media only screen and (max-width:1200px) {
    .header .quote .item {
        display: none;
    }

    .header .quote .spacer {
        display: none;
    }

    .header .quote .item:first-of-type {
        display: block;
    }
}

@media only screen and (max-width:900px) {
    .header .quote {
        display: none;
    }
}

@media only screen and (max-width:800px) {
    .header {
        flex-direction: column-reverse;
    }

    .header .subheader,
    .header .menuright {
        display: block;
    }

    .header .mailing {
        margin-left: -30px;
        margin-right: -30px;
        justify-content: center;
        padding: 10px 20px;
    }

    .header #menu {
        max-width: 200px;
    }

    .header #menu .minilink {
        top: 85px;
        right: 30px;
    }

    .header .logo img {
        width: 200px;
    }

    .scrolled .mailing {
        display: none;
    }

    .scrolled .logo img {
        width: 140px;
    }

    .scrolled #menu .minilink {
        top: 18px;
    }
}

/* #endregion */

/* #region Menu */
header .menu .toplink,
header .menu .mainmenu {
    color: #a6a44b;
}

header .menu .toplink:hover {
    background-color: #bfbd43;
    color: #fff;
}

header .menu .sublink {
    display: none;
}

/* #endregion */

/* #region Home */

.home p {
    font-size: 1.4rem;
    line-height: 2.2rem;
}

.home .hero {
    background-color: #6c8872;
    min-height: 600px;
    position: relative;
}

.home .hero .herounder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: .25;
}

.home .hero .herounder video {
    margin-top: -10%;
    min-width: 100%;
    min-height: 110%;
}

.home .hero .herover {
    position: relative;
    z-index: 2;
}

.home .hero h1 {
    max-width: 1000px;
    font-weight: 500;
    font-style: italic;
}

.home .hero h1 span {
    background: -webkit-linear-gradient(#f2e8c3, #d1b360);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.home .hero .main {
    padding: 60px;
}

.home .hero .latest {
    max-width: 500px;
    background-color: rgba(255, 255, 255, 0.70);
}

.home .hero .latest .title {
    font-size: 2rem;
}

.home .hero .latest .view {
    background-color: #a6a44b;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
}

.home .hero .latest .list {
    margin-top: 30px;
}

.home .hero .latest .list a {
    color: #434343;
    width: 100%;
    text-transform: uppercase;
}

.home .hero .latest .list a:hover {
    color: #bfbd43;
}

.home .hero .latest .list a:not(:last-of-type) {
    border-bottom: 2px dotted #999;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.home .hero .latest .list a span {
    font-weight: bold;
    display: block;
}

.home .hero .latest .missing {
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.home .about .text {
    padding-top: 200px;
    padding-bottom: 200px;
}

.home .about .map {
    background-image: url('images/2024-01/redg_map_canada.png');
    background-size: contain;
    background-position: top right;
    background-repeat:no-repeat;
}

.home .highlights {
    background-image: url('images/bg_home.jpg');
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.home .highlights h2 {
    text-align: center;
}

.home .highlights .item {
    background-color: #fafafa;
    padding: 60px;
    width: 23%;
    font-weight: 600;
    color: #434343;
}

.home .highlights .item span {
    color: #6c8872;
    display: block;
    text-align: center;
    font-size: 6rem;
}

.home .highlights .disclaimer {
    text-align: center;
    font-weight: bold;
    font-style: italic;
    color: #434343;
}

.home .superb {
    background-image: url('images/bg_targets.jpg');
    background-size: cover;
    position: relative;
    z-index: 2;
}

.home .superb .text {
    padding-top: 160px;
    padding-bottom: 160px;
}

.home .superb h2,
.home .superb p {
    color: #fff;
}

.home .superb .pegmatite {
    background-image: url('images/home_pegmatite.png');
    background-size: cover;
    background-position: top right;
    margin-top: -60px;
    background-repeat: no-repeat;
}

.home .maraschino {
    background-image: url('images/bg_gold.jpg');
    background-size: cover;
    position: relative;
    z-index: 2;
}

.home .maraschino .uranium {
    background-image: url('images/2024-01/home_uranium.png');
    background-size: cover;
    background-position: top left;
    margin-top: -60px;
    background-repeat: no-repeat;
}

.home .maraschino .text {
    padding-top: 160px;
    padding-bottom: 160px;
}

@media only screen and (max-width:1600px) {
    .home .about {
        flex-direction: column;
    }

    .home .about .map {
        width: 100%;
        height: 40vw;
    }

    .home .about .text {
        background-color: #eee;
        width: 100%;
    }
}

@media only screen and (max-width:1400px) {
    .home .highlights .flex {
        flex-wrap: wrap;
    }

    .home .highlights .item {
        width: 47%;
    }

    .home .highlights .item:nth-child(1n+3) {
        margin-top: 60px;
    }

    .home .superb .pegmatite {
        width: 40%;
    }

    .home .superb .text {
        flex-grow: 1;
    }
}

@media only screen and (max-width:1000px) {
    .home .hero {
        display: block;
    }

    .home .hero h1 {
        text-align: center;
    }

    .home .hero .latest {
        max-width: 100%;
    }

    .home .superb .text,
    .home .maraschino .text {
        width: 100%;
        margin-bottom: -60px;
        position: relative;
        z-index: 2;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .home .superb .pegmatite,
    .home .maraschino .gold {
        width: 100%;
        height: 200px;
    }

    .home .superb {
        flex-direction: column-reverse;
    }

    .home .maraschino {
        flex-direction: column;
    }

    .home .about .text {
        padding-top: 90px;
        padding-bottom: 90px;
    }

}

@media only screen and (max-width:800px) {
    .home .hero .main {
        padding: 60px 30px;
    }

    .home .highlights .item {
        width: 100%;
    }

    .home .highlights .item:not(:first-of-type) {
        margin-top: 30px;
    }
}

@media only screen and (max-width:500px) {
    .home .hero .latest .topflex {
        display: block;
    }

    .home .hero .latest .title {
        text-align: center;
    }

    .home .hero .latest .view {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

/* #endregion */

/* #region Footer */

footer {
    background-color: #333;
}

footer .subscribe {
    background-color: #333;
    color: #fff;
}

footer .subscribe .presentation {
    background-color: #a6a44b;
    width: 33%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
}

footer .subscribe .subinner {
    background-image: url('images/bg_subscribe.jpg');
    background-size: cover;
    position: relative;
    z-index: 3;
    margin-top: -30px;
    border: 10px solid #6c8872;
}

footer .subscribe .subinner .title {
    font-size: 2rem;
}

footer .subscribe .subinner p {
    max-width: 700px;
}

footer .subscribe .subinner form {
    max-width: 700px;
}

footer .subscribe .subinner form input {
    font-size: 1.6rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #434343;
    padding: 15px 20px;
}

footer .subscribe .subinner form button {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background-color: #a6a44b;
    padding: 15px 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

footer .subscribe .subinner form button:hover {
    background-color: #bfbd43;
}

footer .logoside {
    padding-top: 60px;
    padding-right: 60px;
}

footer .logoside .socials {
    align-self: flex-end;
}

footer .logoside .logo {
    width: 200px;
}

footer .logoside .logoinfo p {
    color: #eee;
    font-size: 1rem;
    line-height: 1.6rem;
}

footer .logoside .socials {
    border: 2px solid #eee;
    padding: 10px 15px;
}

footer .logoside .socials .title {
    font-size: 1.6rem;
    margin-right: 10px;
    text-transform: uppercase;
    color: #eee;
    font-weight: 600;
    flex-shrink: 0;
}

footer .logoside .socials a {
    color: #a6a44b;
    font-size: 2rem;
}

footer .logoside .socials a:hover {
    transform: scale(1.25);
    color: #bfbd43;
}

footer .sitemap .mainmenu .top {
    opacity: 0.33;
    color: #fff;
}

footer .sitemap .mainmenu .lower a,
footer .sitemap .toplink {
    color: #a6a44b;
    font-weight: bold;
    display: block;
}

footer .sitemap .mainmenu .lower a:hover,
footer .sitemap .toplink:hover {
    color: #bfbd43;
    text-decoration: underline;
}

footer .subfooter {
    font-size: 0.9rem;
    padding: 15px 0;
    color: #eee;
    border-top: 1px solid #666;
}

footer .subfooter a {
    color: #a6a44b;
    font-weight: bold;
}

@media only screen and (max-width:1500px) {
    footer .subscribe {
        flex-direction: column-reverse;
    }

    footer .subscribe .subinner {
        width: 100%;
    }

    footer .logoside {
        width: 100%;
        padding-right: 0;
    }

    footer .logoside p {
        max-width: 800px;
    }
}

@media only screen and (max-width:1200px) {
    footer .sitemap {
        display: block;
    }

    footer .mainfoot {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    footer .sitemap .mainmenu:not(:last-of-type) {
        margin-bottom: 45px;
    }

    footer .sitemap .toplink {
        margin-top: 45px;
    }
}

@media only screen and (max-width:1000px) {
    footer .logoside .socials .title {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width:800px) {
    footer .logoside .logoflex {
        display: block;
    }

    footer .logoside .socials {
        max-width: 360px;
        margin-top: 30px;
    }

    footer .subscribe .subinner form {
        display: block;
    }

    footer .subscribe .subinner form input {
        width: 100%;
        border-radius: 5px;
    }

    footer .subscribe .subinner form button {
        border-radius: 5px;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width:500px) {
    footer .logoside .socials {
        display: block;
        width: 100%;
        max-width: unset;
    }

    footer .subfooter {
        flex-direction: column-reverse;
        text-align: center;
    }

    footer .subfooter a {
        margin-bottom: 10px;
    }
}

/* #endregion */

/* #region Custom: Content */
.contop {
    background-image: url('images/bg_hero.jpg');
    background-size: cover;
    background-position: center center;
    height: 300px;
}

.contbox {
    background-image: url('images/bg_home.jpg');
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

@media only screen and (max-width:1200px) {

    .contbox .content {
        flex-direction: column-reverse;
    }

    .contbox .contmain {
        padding-left: 0;
        padding-right: 0;
    }

    .contbox {
        padding-bottom: 60px;
    }

}

/* #endregion */

/* #region Custom: Sidebar */
#sidex {
    align-self: auto;
}

#sidex .sidebar .sidelink:hover {
    color: #bfbd43;
}

@media only screen and (max-width:1200px) {
    #sidex {
        width: 100%;
    }
}

/* #endregion */

/* #region Custom: Archive */

#archive .newschive .newsbox {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

#archive .newschive .newsbox::after {
    content: "";
    background-color: #a6a44b;
    position: absolute;
    top: 0;
    bottom: -2px;
    left: 50%;
    width: 0;
    opacity: 0;
    z-index: 0;
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: rotate(45deg);
}

#archive .newschive .newsbox:hover::after {
    width: 100%;
    opacity: 1;
    transform: rotate(0);
    left: 0;
}

#archive .newschive .newsbox:hover {
    border-color: transparent;
}

#archive .newschive .newsbox .newslink {
    position: relative;
    z-index: 1;
}

#archive .newschive .newsbox:hover .newslink {
    color: #fff;
}

#archive .newschive .newsbox .pdflink {
    position: relative;
    z-index: 1;
}

#archive .newschive .newsbox:hover .pdflink {
    color: rgba(255, 255, 255, 0.90);
    border-color: rgba(255, 255, 255, 0.90);
}

#archive .newschive .newsbox .pdflink:hover {
    background-color: #fff;
    color: #a6a44b;
}

/* #endregion */

/* #region Custom: Stock */
#stock .itemflex .item span {
    color: #6c8872;
}

/* #endregion */

/* #region Custom: Subscribe */
#subscribe {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.05);
}

/* #endregion */

/* #region Custom: Project */
#project {
    max-width: 1000px;
}

#project .section {
    padding: 60px;
}

#project .section:nth-child(odd) {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width:800px) {
    #project .section {
        padding: 30px;
    }
}
/* #endregion */

#contact .contactform {
    background-color:#6c8872;
    z-index:2;
}

#contact .contactform h3 {
    color:#fff;
}

#contact .contactform form .text, #contact .contactform form .formrow {
    color:#fff;
    border-color:rgba(255,255,255,0.5);
}

#contact .contactform form .text::placeholder, #contact .contactform form .formrow::placeholder {
    color:rgba(255, 255, 255, 0.70);
}

#contact .mainlink {
    background-color:#a6a44b;
    color:#fff;
}

#contact .mainlink:hover {
    background-color:#bfbd43;
}

#contact .info a {
    color:#a6a44b;
}

#contact .info a span {
    transition:all .2s;
}

/* #region Custom: Subpop */

#subpop {
    background-color: rgba(108, 136, 114, 0.97);
}

#subpop .subinner form button {
    background-color: #a6a44b;
}

#subpop .subinner form button:hover {
    background-color: #bfbd43;
}

/* #endregion */