/*
Theme Name: Steevensz MediaFive99
Description: Theme for Steevensz <a href="http://www.mediafive99.com/">MediaFive99</a>.
Version: 1.0
Author: Wouter Meeuwisse
Author URI: http://www.mediafive99.com/
Tags: custom
*/

/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/* End Images */

/* New edits Steevens.tax 06-01-2026 */
/* Center website */
html,
body,
section,
footer,
header,
header#page-header {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

html {
    /* height: 100%; */
    min-height: 100%;
    background: #f2f2f2b0;
}

body {
    font-size: 1em;
    min-height: 100%;
    height: 100%;
    background: #f2f2f2b0;
    /* margin-left: 25% !important;
    margin-right: 25% !important; */
    /* justify-content: center; */
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100% !important;
}

header,
section,
footer {
    background: white;
    /* width: unset !important; */
}

section.content {
    /* height: 100%;
    min-height: 100%; */
    padding-bottom: 170px;
}

section.content,
header#page-header,
footer#page-footer {
    width: 1180px;
}

/* NAVBAR */
header#page-header nav ul li a {
    padding: 0 13px;
}

nav {
    /* transition: height 400ms ease-in-out; */
    transition: .2s linear;
}

.navbar-toggler {
    visibility: hidden;
}

/* HAMBURGER ICON */

button.navbar-toggler {
    width: 50px;
    height: 51px;
    cursor: pointer;
    transition: all .2s;
    top: 1.5rem;
    right: 1rem;
    background-color: transparent;
}

button.navbar-toggler:focus {
    outline: 0;
}

button.navbar-toggler .hamburger span {
    position: absolute;
    right: 5px;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #fff;
}

button.navbar-toggler .hamburger span:nth-child(1) {
    top: 6px;
    transition: all .2s;
}

button.navbar-toggler .hamburger span:nth-child(2) {
    top: 16px;
    transition: all .15s;
}

button.navbar-toggler .hamburger span:nth-child(3) {
    top: 16px;
    transition: all .15s;
}

button.navbar-toggler .hamburger span:nth-child(4) {
    top: 26px;
    transition: all .2s;
}

nav.open .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

nav.open .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    /* transform:rotate(45deg); */
    transition: all .25s;
}

nav.open .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
}

nav.open .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.hamburger {
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: #301460;
    height: 36px;
    width: 40px;
    border-radius: 6px;
}

button.navbar-toggler {
    right: 10%;
    top: 20px;
    /* background-color: transparent; */
    /* outline: none; */
    border: none;
    z-index: 999;
    position: fixed;
}

button.navbar-toggler .hamburger span {
    height: 4px;
    border-radius: 2px;
    background-color: white;
    opacity: 1;
}

button.navbar-toggler:hover {
    color: #301460;
    -webkit-transition: all .2s cubic-bezier(.65, .05, .36, 1) 0s;
    -o-transition: all .2s cubic-bezier(.65, .05, .36, 1) 0s;
    transition: all .2s cubic-bezier(.65, .05, .36, 1) 0s;
}

span.white {
    background-color: gray;
}

.hamburger:hover span {
    background-color: #301460;
}

body.open {
    overflow: hidden;
}

body .contactinfo {
    display: none;
    opacity: .5;
    z-index: 999;
    color: white;
}

.contactinfo li * {
    font-size: 0.7em;
    line-height: 2;
}

/* END HAMBURGER ICON */
/* @media (max-width: 450px) {
} */
.language-selector {
    display: flex;
    align-items: center;
    padding-left: 20px;
    position: unset;
}

.language-selector,
#lang_sel {
    display: flex;
    align-items: center;
}

nav.breadcrumb {
    display: inherit;
    margin-left: 370px;
}


/* END NAVBAR */
.theme-tax header#page-header hgroup {
    background: transparent;
}

header#page-header hgroup {
    padding: 0;
    background: none;
}

.logo a img {
    max-width: 300px;
    width: 100%;
}

footer .logo a img {
    max-width: 200px;
    width: 100%;
}

/* hgroup a img {
} */

header#page-header {
    padding-bottom: 26px;
    height: unset;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    vertical-align: middle;
    flex-direction: row;
    /* width: fit-content; */
    align-items: center;
    padding-right: 40px;
    font-size: 1.1em;
}




/* .royalSlider {
    left: -30px;
}

.rsOverflow {
	width: 985px !important
} */

/* ASIDE SUBNAV */
aside.subpage-navigation nav ul {
    width: 200px;
}

/* END ASIDE SUBNAV */

/* FOOTER */
#page-footer {
    padding: 25px 50px 0;
}

#page-footer #company-address {
    font-size: .9em;
    font-family: inherit;
}


.footer-bottom {
    /* background-color: #c5c3c4; */
    font-size: .9em;
    text-align: center;
    font-weight: 400;
    color: white;
    padding: 10px 3%;
    display: flex;
    justify-content: center;
    margin-top: 130px;
    width: 1180px;
    margin-left: -50px;
    box-sizing: border-box;
}

a[class~="footer-link"] {
    font-size: inherit !important;
}

#cookies>p {
    margin-bottom: 30px;
}

p[class~="footer-info"] {
    color: #4e5052;
    margin-bottom: 0;
}

/* Contact Page */
#contact.page-content ul {
    margin: 0 0 30px;
    list-style: none;
    text-align: left;
}

#contact li:nth-child(4) {
    margin-bottom: 10px;
}

#contact li:nth-child(2) {
    margin-bottom: 10px;
}

/* END Contact Page */

/* ERROR PAGES */
section.content.error {
    height: 600px;
    display: flex;
    justify-content: center;
    background: #31135e;
    color: white;
    padding: 60px;
    flex-direction: column;
    align-items: center;
}

.error h1 {
    font-size: 10rem;
    opacity: .5;
    font-weight: 800;
}

.error p {
    max-width: 600px;
}

.error .button {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 800;
    text-transform: lowercase;
    border-radius: 6px;
    background: white;
    color: #31135e;
}


/* BREAKPOINTS */

/* SMARTPHONES LANDSCAPE */
/* @media only screen and (min-width: 480px) { */
@media (min-width: 480px) {

    section.content,
    header#page-header,
    footer#page-footer {
        width: 100%;
    }

}

/* TABLETS PORTRAIT */
/* @media only screen and (min-width: 768px) { */
@media (min-width: 768px) {

    section.content,
    header#page-header,
    footer#page-footer {
        width: 100%;
    }

}


/* TABLET LANDSCAPE / DESKTOP */
/* @media only screen and (min-width: 1024px) { */
@media (min-width: 1024px) {

    section.content,
    header#page-header,
    footer#page-footer {
        width: 100%;
    }


}

@media (min-width: 1025px) {

    section.content,
    header#page-header,
    footer#page-footer {
        width: 1180px;
    }


}

/* END BREAKPOINTS */

/* END ERROR PAGES */
/* END FOOTER */
@media (max-width: 450px) {
    iframe {
        width: 320px !important;
        max-height: 680px !important;
    }

    body,
    section.content,
    header#page-header,
    footer#page-footer {
        width: 100%;
    }

    /* navbar android */

    /* height: 100%; */
    html {
        background: unset;
    }

    body {
        background: #31135e;
    }

    /* NAVIGATION */
    header#page-header hgroup {
        width: 100%;
    }

    header#page-header {
        flex-direction: column;
        padding: 40px;
        align-items: flex-start;
    }

    header#page-header nav {
        margin-left: unset;
    }

    ul {
        text-align: center;
    }

    /* NAVBAR */
    /* header nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    } */
    nav {

        background: transparent;
        transition: background .2s linear;
    }

    nav ul li a {
        font-size: 1.6rem;
        text-align: left;
    }

    /* nav.open { */
        /* position: absolute; */
        /* padding-left: 30px; */
    /* } */

    #page-header nav ul {
        /* opacity: 0; */
        display: none;
        /* visibility: hidden; */
    }

    .navbar-toggler {
        right: 10%;
        top: 20px;
        visibility: visible;
    }

    #page-header nav.open ul,
    nav.open ul {
        /* display: block;
         */
        display: flex;
        flex-direction: column;
    }

    /* Navbar */
    body.open #page-header {
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 999;
    }

    nav.open {
        position: fixed;
        opacity: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #31135e;
        height: 100vh;
        z-index: 999;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        transition: background .2s linear;
        padding: 55% 40px;
    }

    header#page-header nav ul li a {
        padding: 15px 0;
    }

    .theme-tax header#page-header nav li.active a {
        color: #8969b9;
    }

    .theme-tax header#page-header nav li:hover a {
        color: white;
        opacity: .5;
    }

    /* END Navbar */

    /* SUBNAV ASIDE */
    aside nav {
        padding: 20px 0;
        width: 100%;
    }

    aside.subpage-navigation nav ul li.current_page_item,
    aside.subpage-navigation nav ul li:hover {
        background: url("media/arrow-right-white-semi-trans.png") right center no-repeat;
    }

    aside nav ul {
        padding: 20px 20px;
        background: #301460;
        color: #c3aee7;
    }

    aside.subpage-navigation nav ul li a {
        color: white;
        border-bottom: 1px solid #efefef66;
    }

    /* END SUBNAV ASIDE */

    /* CONTACTINFO navbar */
    body.open .contactinfo {
        display: block;
        position: absolute;
        bottom: 130px;
    }

    /* ENDCONTACTINFO navbar */

    /* LANG SELECTOR */
    /* LAMGUAGE */
    body.open #lang_sel ul ul a,
    #lang_sel ul ul a:visited {
        background: none;
        color: white;
    }

    body.open #lang_sel a.lang_sel_sel {
        color: white;
    }

    body.open #lang_sel a,
    #lang_sel a:visited {
        color: white;
        border: none;
        background: none;
        text-align: left;
    }

    /* DROPDOWN */
    #lang_sel ul ul a,
    #lang_sel ul ul a:visited {
        padding: 5px 0;
    }

    .language-selector {
        padding-left: 0;
    }

    #lang_sel a {
        padding-left: 0px;
    }

    body .language-selector {
        opacity: 0;
        display: none;
    }

    body.open .language-selector {
        z-index: 999;
        margin-bottom: 60px;
        position: relative;
        left: 0%;
        padding-left: 0;
        opacity: 1;
        display: unset;
    }

    /* END NAVIGATION */

    /* BREADCRUMBS */
    nav.breadcrumb {
        display: none;
    }

    /* nav.breadcrumb {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    nav.breadcrumb ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    } */


    ul {
        padding: 0;
        list-style-type: none;
    }

    aside.subpage-navigation {
        text-align: center;
        width: fit-content;
        margin-top: 0px;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
        display: inline-block;
    }

    aside.subpage-navigation nav ul {
        width: fit-content;
        float: none;
        margin-right: 0;
    }

    /* END BREADCRUMBS */

    /* ROYALSLIDER */
    #page-homepage .royalSlider.team {
        /* height: auto !important; */
        /* height: 100% !important; */
        padding: 30px 0;
        margin: 0;
    }

    /* #page-homepage .royalSlider, */
    #page-homepage .royalSlider.team {
        height: 1050px !important;
    }

    /* Make it flex vertical */
    article.tax.slide {
        display: flex;
        flex-direction: column;
    }

    article.slide p {
        padding: 30px;
    }


    article.tax.slide {
        height: 100%;
    }

    article.slide img {
        /* margin-left: 30px; */
        margin-left: 0px;
        margin-right: 0px;
    }

    article.slide.tax a.button {
        margin-left: 30px;
        margin-right: 30px;
    }

    article.slide .arrow {
        visibility: hidden;
        display: none;
    }

    article.slide hgroup {
        /* width: 235px; */
        width: 100%;
        height: fit-content;
        padding: 30px;
        box-sizing: border-box;
    }

    /* END ROYALSLIDER */

    section.content.page {
        display: flex;
        flex-direction: column;
    }

    /* .rsContainer {
        position: unset;
    } */
    /* Main RoyalSlider */
    /* .rsOverflow {
        height: 1050px !important;
    } */
    /* width: 100% !important; */
    /* height: 750px !important; */
    /* position: unset; */

    /* Text RoyalSlider */
    .marquee .rsOverflow {
        /* width: 100% !important; */
        height: 100px !important;
        /* position: unset; */
    }

    aside+.page-content {
        border-left: none;
        margin-right: 15px;
        margin-left: 15px;
        width: auto;
    }

    /* FOOTER */
    #page-footer h1 {
        float: none;
    }

    .footer-bottom {
        max-width: 100%;
        margin-left: 0;
        padding: 10px 0;
    }

    p[class~="footer-info"] {
        font-size: .8em
    }

    /* END FOOTER */

    /* WHAT WE DO */
    article.toggle h3 {
        width: unset;
        padding-right: 30px;
    }
    article.toggle .article-content {
        width: 100%;
        padding: 15px 0;
    }
    /* END WHAT WE DO */
}