/*
 * Theme Name: Novo Amor
 * Description: Starter theme for Novo Amor
 * Author: Hand Coded Studio
*/

html,
body
{
    height: 100%;
    margin: 0;
}

/* Global */
body,
body *,
body select,
body textarea,
::placeholder,
body input
{
    font-family: 'Roboto Mono', monospace;
}
body p,
body ul,
body ol,
body table,
body label,
body blockquote
{
    font-size: 0.85rem;
    margin-bottom: 1em;
}
body h3,
body .title.is-3
{
    font-size: 150%;
    text-transform: uppercase;
    margin-bottom: 2em;
    margin-top: 2em;
}
body ul
{
    list-style: square;
    padding-left: 1.3em;
}
body ol
{
    margin-left: 25px;
}
body ol li
{
    margin-bottom: 1em;
}
.is-clickable
{
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6
{
    letter-spacing: 0.1rem;
}
body h6
{
    font-size: 0.87rem;
}
.subtitle
{
    margin-top: -1.25rem;
}
.grecaptcha-badge
{
    visibility: hidden;
}

/* Navigation */
#section-navigation
{
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    position: relative;
}
#navigation
{
   margin-top: calc(50vh - 100px);
}
#navigation a.menu-item
{
    color: #444444;
    display: contents;
}
#navigation .dropdown-content
{
    margin-left: 1.7em;
}
.menu-icon
{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
}
.menu-icon.horse-icon
{
    background-image: url(images/navigation/horse-icon.jpg);
}
.menu-icon.cat-icon
{
    background-image: url(images/navigation/cat-icon.jpg);
}
.menu-icon.chicken-icon
{
    background-image: url(images/navigation/chicken-icon.jpg);
}
.menu-icon.intro-icon
{
    background-image: url(images/navigation/intro-icon.jpg);
}
.menu-icon.mail-icon
{
    background-image: url(images/navigation/mail-icon.jpg);
}
.menu-icon.deer-icon
{
    background-image: url(images/navigation/deer-icon.jpg);
}
a:hover .menu-icon
{
    background-position: 0 100%;
}
#navigation a span.text
{
    padding-bottom: 0.2em;
}
#navigation a:hover span.text
{
    border-bottom: 2px solid #555;
}
#navigation a span.text,
.navbar-item,
a.dropdown-item
{
    font-weight: 400;
}
#navigation a:hover span.text,
.navbar-item:hover,
a.dropdown-item:hover
{
    font-weight: 800;
}
span.text
{
    letter-spacing: 0.18em;
}
div.dropdown-content
{
    box-shadow: none;
    padding: 0;
}
div.navbar-dropdown
{
    box-shadow: none;
    border-top: none;
}
div.dropdown-content a
{
    padding-left: 0;
    padding-right: 0;
}
.navbar-end > .navbar-item
{
    margin-left: 2em;
}
.navbar-item:hover,
.navbar-item:hover > a
{
    color: #000 !important;
}
a.navbar-item.current_page_item,
.current-menu-parent > a,
.current_page_item > .navbar-link
{
    font-weight: bold !important;
    color: #000 !important;
    text-decoration: underline;
}
body .navbar-link:not(.is-arrowless)
{
    padding-right: 0.75rem;
}
body .navbar-link:not(.is-arrowless)::after
{
    display: none;
}

/* Mobile Nav */
body .navbar-burger span
{
    height: 2px;
}

/* Form */
form label:not('.checkbox'),
span.wpcf7-not-valid-tip
{
    text-transform: uppercase;
}
span.wpcf7-not-valid-tip
{
    font-size: 0.8em;
}
form textarea.input
{
    height: 10rem;
}
form .label
{
    font-size: 0.9rem;
}
.textarea.textarea-border
{
    border: 1px solid #222;
    border-radius: 0;
    resize: none;
}

/* Welcome (for homepage) */
#welcome
{
    margin-top: 10em;
    margin-bottom: 10em;
}

/* Competition */
.page-template-template-competition h4
{
    margin-top: 2em;
    margin-bottom: 1em;
}
.page-template-template-competition .file-label
{
    padding-left: 5px;
    font-weight: bold;
}
.page-template-template-competition .file-cta
{
    background-color: #fff;
    border: 1px solid #222;
    border-radius: 0;
    overflow: auto;
    font-size: 1rem;
    white-space: normal;
    height: 97px;
    width: 100%;
}
.textarea.textarea-link
{
    background: transparent url("./images/link.png") scroll no-repeat 10px 50%;
    padding-left: 50px;
}
.textarea.textarea-link:hover
{
    border: 1px solid #000;
}

/* Table */
body .table
{
    border-top: 2px solid #dbdbdb;
    border-bottom: 2px solid #dbdbdb;
    border-collapse: collapse;
}
body .table tr,
body .table td
{
    border: none;
}
tr.line td
{
    padding: 0;
}
tr.line hr
{
    background: transparent;
    border: none;
    border-top: 1px dashed #dbdbdb;
    margin: 0;
    height: 1px;
}
.table .icon
{
    color: #666666;
    float: right;
}
.table .icon:hover
{
    color: #222222;
}
.table a
{
    color: #777;
}
.table a:hover
{
    color: #000;
}

/* Buttons */
body .button,
.wp-block-column:nth-child(3) p a
{
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #666;
    color: #555;
    padding: 1em 1.3em;
    border-radius: 0;
    height: auto;
    line-break: 1em;
    margin-right: 1em;
}
body .button,
.wp-block-column:nth-child(3) p a:hover
{
    border-color: #333;
    color: #222;
}
body .button-dark,
body .button-dark:hover,
body .button-dark:active,
body .button-dark:focus

{
    background: black;
    color: #fff;
}

/* Share links */
p.sharing-links
{
    line-height: 3.8rem;
}
p.sharing-links img
{
    vertical-align: middle;
}

/* Swiper JS */
.swiper-container-video,
.swiper-container-videos,
.swiper-container-albums,
.swiper-container-featured-submissions
{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.swiper-container-videos .swiper-button-next,
.swiper-container-videos .swiper-button-prev
{
    color: #fff;
    top: 36%;
}
.swiper-container-featured-submissions .swiper-button-next,
.swiper-container-featured-submissions .swiper-button-prev
{
    color: #555;
    cursor: pointer;
}
.swiper-container-featured-submissions .swiper-button-next:hover,
.swiper-container-featured-submissions .swiper-button-prev:hover
{
    color: #000;
}
.swiper-container-featured-submissions .swiper-button-prev
{
    right: 55px !important;
    left: auto;
}

/* YouTube videos */
.wp-block-embed__wrapper
{
    display: inline-block;
    position: relative;
    padding-bottom: 60%;
    width: 100%;
}
.wp-block-embed__wrapper iframe
{
    height: 100% !important;
    position: absolute;
    top: 0; left: 0;
    width: 100% !important;
}

/* Music/Album */
.album:hover img,
img.album-cover,
.bordered
{
    outline: 1px solid #dddddd;
}
.album:hover .title
{
    color: #111111;
}

/* Tabs */
body .tabs ul
{
    padding-left: 0;
    font-size: 1.1em;
    border-bottom: 1px solid #000;
}
body .tabs.is-boxed li a,
body .tabs.is-boxed li a:hover
{
    background-color: transparent;
    border: 1px solid #000;
    border-bottom: none;
    border-radius: 0;
}
body .tabs.is-boxed li.is-active a
{
    background-color: black;
    border: 1px solid #000;
    border-bottom: none;
    color: #fff;
}

/* Map */
#map
{
    height: 800px;
    width: 100%;
    overflow-anchor: none;
}
p.gm-style-pbt::after
{
    white-space: pre;
    content: '  \A (click and drag to navigate the map)';
}

/* Footer */
#footer
{
    padding-top: 0em;
    padding-bottom: 3em;
    margin-top: 10em;
}
#footer a
{
    color: #505050;
    font-size: 1.4rem;
}
#footer a:hover
{
    color: #222222;
}

/* Sticky Footer */
.wrapper
{
    min-height: 100%;
    margin-bottom: -60px;
}
#footer
{
    height: 60px;
}
.push
{
    height: 75px;
}
.home #footer
{
    margin-top: 0em;
}

/* Helpers */
.block
{
    display: block !important;
}

/* Media Queries */
@media screen and (max-width: 768px) {
    #navigation
    {
        margin-top: calc(50vh - 380px);
    }
    #navigation .column
    {
        padding-top: 0;
        padding-bottom: 0.15em;
    }
    #navigation .text
    {
        font-size: 0.9em;
    }
    .menu-icon
    {
        width: 75px;
        height: 75px;
        background-size: 75px;
    }

    p#header-image
    {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    body .section
    {
        padding: 0.5rem 1.5rem;
    }

    div.dropdown
    {
        display: block;
    }
    div.dropdown-menu
    {
        position: relative;
    }

    .dropdown.is-active .dropdown-menu,
    .dropdown.is-hoverable:hover .dropdown-menu
    {
        display: block;
    }

    #navigation .dropdown-content
    {
        margin-left: 0;
    }
    #navigation div.dropdown-content a
    {
        color: #777777;
    }

    body .swiper-button-prev:after,
    body .swiper-button-next:after
    {
        font-size: 2rem;
    }
}

@media screen and (max-height: 790px) and (max-width: 800px) {
    #navigation {
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 500px) {
    #navigation
    {
        margin-top: 0.2em;
    }
}

@media screen and (min-width: 1408px) {
    .container {
        max-width: 1130px !important;
    }
}