/*
Theme Name: Red Snow
Description: Custom Theme for Red Snow Films
Author: Molson Creative
Template: Divi
Version: 1.0
*/

@import url("../Divi/style.css");


/* header */

body {
    background-color: #000 !important;
}

body #page-container #main-header {
    background-color: #000;
}

body #page-container #main-content .et_pb_section{
    background-color: #000;
    padding-top: 0px;
}

body #page-container h1,
body #page-container h2,
body #page-container h3,
body #page-container h4, 
body #page-container h5, 
body #page-container h6,
body #page-container p,
body #page-container a,
body #page-container li {
    font-family: 'Syne Mono', monospace !important;
}

body #page-container #main-header #top-menu-nav #top-menu li a {
    color: #c1262c;
    font-family: 'Syne Mono', monospace;
    font-size: 18px;
}

body #page-container #main-header .logo_container #logo {
    max-height: 100%;
}

body #page-container #main-header #et-top-navigation {
    padding-top: 70px;
}

body #page-container #main-header .et-social-icons{
    text-align: right;   
    padding-bottom: 10px;
    float: none;
}

body #page-container #main-header .et-social-icons .et-social-icon a {
    color: #666;
    font-size: 14px;
}

body.home .et_pb_video_slider {
    padding-bottom: 100px;
    background-color: #000;
}

body .mobile_menu_bar::before {
    position: relative;
    top: 0;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    color: #c1262c;

}

/* forms */

body #page-container .gform_wrapper .top_label .gfield_label, body #page-container  .gform_wrapper legend.gfield_label,
body #page-container .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, body #page-container .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
    font-family: 'Syne Mono', monospace;
}

/* Snow */

/* .snowflax {
    z-index: 9999999;
} */

.snowflax:nth-child(8n) {  /* selects 4, 8, 12, 16, etc. */
   color: #c1262c !important;
   width: 14px !important;
   height: 14px !important;
   /* z-index: 9999999 !important; */
   font-size: 14px !important;
   line-height: 12px !important;
}

body .et_mobile_menu {
    border-color: #c1262c !important;
    border-top: 3px solid #c1262c !important;
}

@media (max-width: 479px) {
    #et-top-navigation {
        padding-left: 250px;
    }
}