/*
 Theme Name:     Ora Awards
 Theme URI:      https://Downing.nz
 Description:    A Child theme by Downing
 Author:         Downing
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

.et_pb_section.et_pb_section_0.et_section_regular.et_pb_section_first {
    padding-top:0px !important;
}

h1:lang(jp)
{
font-family: "Noto Sans JP"!important;
}

h2:lang(jp)
{
font-family: "Noto Sans JP"!important;
}
h3:lang(jp)
{
font-family: "Noto Sans JP"!important;
}
p:lang(jp)
{
font-family: "Noto Sans JP"!important;
}

.nf-help {
    background: url() no-repeat!important;
}

.flex-centre {
display: flex;
align-items: center;
flex-wrap: wrap;
}

a:focus, a:hover {
    color: #014c8c;
    text-decoration: none!important;
}

.judge-module img {
	max-width:200px;
}

#winner-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.col-right {
  display: flex;
  flex-direction: row;
  align-items:flex-end;
  justify-content: flex-end;
  padding-bottom:50px;
  flex-wrap: wrap;
}
.col-left {
  display: flex;
  flex-direction: row;
  align-items:flex-end;
  justify-content: flex-start;
  padding-bottom:50px;
  flex-wrap: wrap;
}
.winner-text {
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  justify-content: flex-end;
  padding-left:20px;
  padding-top: 20px;
}

.winner-text span {
    line-height: 1.2em

}

@media screen and (max-width: 768px) {
html.fp-enabled, .fp-enabled body {
    margin: 0;
    overflow:scroll!important;
}
}

/* Ninja Forms */

.mobile_menu_bar:before {
    content: "\61";
    font-weight: 100;
    font-size: 50px;
    }

.mobile_menu_bar:after {
    font-weight:700;
    font-size: 35px;
    }


.nf-breadcrumbs li.active a::before {
      background: #718840;
}

.nf-breadcrumbs li a::before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background: #9E9E9E;
    border-radius: 50%;
    margin: auto;
    z-index: 21;
    position: relative;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    font-style: normal;
}

.nf-breadcrumbs li:first-child a::before
                    {
                    content: '1';
                    }
.nf-breadcrumbs li:nth-child(2) a::before
                    {
                    content: '2';
                    }
.nf-breadcrumbs li:nth-child(3) a::before
                    {
                    content: '3';
                    }
.nf-breadcrumbs li:nth-child(4) a::before
                    {
                    content: '4';
                    }

.nf-breadcrumbs li.active ~ li::after, .nf-breadcrumbs li.active::after {
    border-color: #9E9E9E;
                       }

.nf-breadcrumbs li::after {
    content: '';
    padding-right: 20px;
    color: #999;
    width: 100%;
    display: block;
    border-top: 5px solid #9E9E9E;
    position: absolute;
    left: 55%;
    top: 20px;
    z-index: 20;
}

.nf-breadcrumbs li:last-child::after
                   {
                       display: none;
                   }

.nf-breadcrumbs li
{
    position: relative;
    text-align: center;
    width: 15%;
}


div .nf-breadcrumbs li.active a
{
    font-weight: normal;
}

.nf-breadcrumbs li.active ~ li a
{
    color: #fff;
}

.nf-breadcrumbs li.active ~ li::after
                    {
                    color: #ccc;
                    }

#top div .nf-breadcrumbs
{
    padding-top: 10px !important;
}

#flexmenu-container {
  display: flex;
  flex-direction:row;
  align-items: center;
  justify-content:center;
  flex-wrap: wrap;
}


.flexmenu a{
  padding: 0px 20px 0px 20px;
  color: #42454A;
}

.flexmenu a:hover {
  color: #71883f;
  text-decoration: none;
}

#et-top-navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.nf-form-content .nf-field-container.save-container .nf-field-element .ninja-forms-field:hover {
	background-color: #e8e8e8;
    border-color: #e8e8e8;
}

.btn-success {
    background-color: #70883e!important;
    border-color: #70883e!important;
}

.btn-success:hover {
    color:#70883e!important;
    background-color: #e8e8e8!important;
    border-color: #e8e8e8!important;
}

#et-top-navigation .et_pb_button_0_wrapper {
  padding-right: 66px;
}

.listradio-wrap .nf-field-element ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.listradio-wrap .nf-field-element li {
  display: flex;
  flex-direction: row;
/*   align-items: center; */
  justify-content: center;
  flex-wrap: wrap;
}

.page-id-589 .et_menu_container {
  display:none;
}

.page-id-589 #main-footer {
  display:none;
}

.et-carousel-group {
    display: flex!important;
    justify-content: space-evenly;
}

#formSave6 {
  display:none!important;
}

/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
	opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}