/*  
Theme Name: 
Theme URI: 
Description: 
Version: 1.0
Author: Studio 313
Author URI: studio313.com.au
*/

/** RESET **/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* box-sizing border box */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

/** SITE STYLES **/

body {
    -webkit-text-size-adjust: none;
    background: #333 url(/images/AutumnCompress.jpg) top center fixed;
    background-size: cover;
    font-size: 16px;
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
	min-height: 100vh;
}

h1,
h2,
h3,
h4 {
    font-family: 'lemon_yellow_sunregular';
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    border: none;
    line-height: 1.4;
}

h1 {
    font-size: 20px;
    color: #545454;
    margin: 0 0 20px 0;
}

h2 {
    font-size: 17px;
    color: #545454;
    margin: 0 0 12px 0;
}

h3 {
    font-size: 14px;
    color: #545454;
    margin: 0 0 10px 0;
}

h4 {
    font-size: 14px;
    color: #545454;
    margin: 0 0 7px 0;
    font-weight: 400;
}

p,
a,
li,
.swpm-username-label label,
.swpm-rember-label,
.swpm-password-label,
.swpm-pw-reset-email-label,
.swpm-post-not-logged-in-msg,
.swpm-login-widget-logged,
.swpm-edit-profile-form,
.swpm-registration-widget-form {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    border: none;
}

p,
li,
.swpm-username-label label,
.swpm-rember-label,
.swpm-forgot-pass-link,
.swpm-join-us-link,
.swpm-password-label,
.swpm-pw-reset-email-label,
.swpm-post-not-logged-in-msg,
.swpm-login-widget-logged,
.swpm-edit-profile-form,
.swpm-registration-widget-form {
    color: #545454;
    line-height: 1.6;
}

p {
    margin: 0 0 15px 0;
}

a,
button {
    text-decoration: none;
    color: #545454;
    outline: none;
    border: none;
    -webkit-transition: All 0.25s ease;
    transition: All 0.25s ease;
}

a:hover {
    text-decoration: none;
    color: #333;
}

ul,
ol {
    margin-left: 0px;
    padding-bottom: 15px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

table {
    margin: 20px auto;
}

th {
    text-transform: uppercase;
    border-bottom: 2px solid #aaa !important;
}

th,
td {
    padding: 10px;
    border: 1px solid #ccc;
}

table tr:nth-of-type(even) {
    background: #f2f2f2;
}

@media screen and (max-width: 600px) {
    table {
        overflow-x: auto;
        display: block;
        border-right: 1px dashed #ccc;
        padding: 30px 0;
    }
}

b,
strong {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

em,
i {
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    font-weight: 400;
}

em b,
i b,
em strong,
i strong {
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    font-weight: 700;
}


.bg-fruit {
    width: 100%;
    max-width: 1800px;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(images/AutumnCompress.jpg) center 80px no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.container {
    width: 100%;
    max-width: 1200px;
}

img {
    max-width: 100%;
    height: auto;
}

.um-form label,
.um-form input,
.um-center input[type=submit],
.um-half input[type=submit],
a.um-button {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 800 !important;
}

.um-form label,
.um-form input {
    font-weight: 400 !important;
}

.um-field-block {
    font-family: 'Raleway', sans-serif !important;
}

/* colours */



/** HEADER **/


header {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.head-logo {
    position: relative;
    display: block;
    margin: 30px auto 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.head-logo img {
    max-width: 150px;
}

@media only screen and (min-width :700px) {
    .head-logo img {
        max-width: 200px;
    }
}

@media only screen and (min-width :1000px) {
    .head-logo img {
        max-width: 300px;
    }
}

/* nav */

.mainnav {
    background: #8bb65f;
    width: 100%;
    max-width: 1203px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    z-index: 2000;
}


.mainnav .navbar {
    top: 0px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2000;
}

.mainnav ul.navbar-nav li {
    padding: 10px 15px 8px;
}

.mainnav ul.navbar-nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.mainnav ul.navbar-nav li .dropdown-menu {
    border-radius: 0;
    border: 0;
    padding-bottom: 0;
    border-bottom: 3px solid #333;
}

.mainnav ul.navbar-nav li .dropdown-menu a {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    padding: 5px 10px;
}

.mainnav ul.navbar-nav li .dropdown-menu a:last-child {
    padding-bottom: 10px;
}

.mainnav ul.navbar-nav li .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.mainnav ul.navbar-nav li .dropdown-menu .active {
    background: rgba(0, 0, 0, 0.2);
}

.navbar-toggler {
    z-index: 10000;
    position: relative;
    width: 100%;
    padding: 20px 25px 18px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: right;
}

.navbar-collapse,
.mainnav ul.navbar-nav li .dropdown-menu {
    background: #333;
}

@media only screen and (min-width :992px) {
    .dropdown-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        visibility: hidden;
        margin-top: -1px;
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .nav-tabs .dropdown-menu,
    .nav-pills .dropdown-menu,
    .navbar .dropdown-menu {
        margin-top: 0;
    }

    .navbar .sub-menu:before {
        border-bottom: 7px solid transparent;
        border-left: none;
        border-right: 7px solid rgba(0, 0, 0, 0.2);
        border-top: 7px solid transparent;
        left: -7px;
        top: 10px;
    }

    .navbar .sub-menu:after {
        border-top: 6px solid transparent;
        border-left: none;
        border-right: 6px solid #fff;
        border-bottom: 6px solid transparent;
        top: 11px;
        left: -6px;
    }

    .navbar-collapse,
    .mainnav ul.navbar-nav li .dropdown-menu {
        background: none;
    }

    .mainnav ul.navbar-nav li {
        padding: 7px 10px 17px;
        max-height: 70px;
    }

    .mainnav ul.navbar-nav li a {
        font-family: 'lemon_yellow_sunregular';
        color: #fff;
        font-size: 30px;
        font-weight: 400;
    }

    .mainnav ul.navbar-nav li .dropdown-menu {
        border-radius: 0;
        border: 0;
        background: url(images/bg-menu-dd.png) top left repeat-x;
        padding-bottom: 0;
        border-bottom: 3px solid #333;
        padding: 0px !important;
    }

    .mainnav ul.navbar-nav li .dropdown-menu a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mainnav ul.navbar-nav li:nth-of-type(1) .dropdown-menu {
        background-color: rgba(139, 182, 95, 0.9);
    }

    .mainnav ul.navbar-nav li:nth-of-type(2) .dropdown-menu {
        background-color: rgba(240, 132, 101, 0.9);
    }

    .mainnav ul.navbar-nav li:nth-of-type(3) .dropdown-menu {
        background-color: rgba(248, 191, 0, 0.9);
    }

    .mainnav ul.navbar-nav li:nth-of-type(4) .dropdown-menu {
        background-color: rgba(139, 182, 95, 0.9);
    }

    .mainnav ul.navbar-nav li:nth-of-type(5) .dropdown-menu {
        background-color: rgba(240, 132, 101, 0.9);
    }

    .mainnav ul.navbar-nav li:nth-of-type(6) .dropdown-menu {
        background-color: rgba(248, 191, 0, 0.9);
    }

    .mainnav:before {
        position: absolute;
        height: 94px;
        width: 24px;
        background: url(images/nav-before.png) top center no-repeat;
        content: '';
        top: 0;
        left: -23px;
        z-index: 1;
    }

    .mainnav:after {
        position: absolute;
        height: 94px;
        width: 24px;
        background: url(images/nav-after.png) top center no-repeat;
        content: '';
        top: 0;
        right: -23px;
        z-index: 1;
    }


}

@media only screen and (min-width :1200px) {
    .mainnav ul.navbar-nav li {
        padding: 7px 15px 18px;
    }

    .mainnav ul.navbar-nav li ul.dropdown-menu li {
        padding: 0px !important;
    }

    .mainnav ul.navbar-nav li ul.dropdown-menu li a {
        padding-left: 30px;
        padding-right: 25px;
    }
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.8);
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.cd-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
}


/** HOME **/

/* home carousel */

.home-carousel {
    background: rgba(250, 190, 16, 1);
    padding: 0;
    margin-bottom: 0;
    z-index: 2;
    position: relative;
    overflow: hidden;
}

.carousel-inner,
.carousel-item {
    padding: 0;
    margin: 0;
}

.carousel-caption {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 0;
    width: 100%;
    left: 0;
}

.caption-inner {
    background: rgba(250, 190, 16, 1);
    width: 100%;
    height: auto;
    text-align: center;
    min-height: 120px;
    position: relative;
    margin: 0;
    padding: 20px;
}

.caption-inner h3 {
    font-size: 30px;
    margin-bottom: 0;
}

@media only screen and (min-width :1000px) {
    .home-carousel {
        background: #fff;
        border: 4px solid #fff;
        border-top: none;
        border-bottom: none;
        margin-top: -10px;
        margin-bottom: 30px;
        padding: 0;
        z-index: 2;
        position: relative;
        overflow: hidden;
    }

    .carousel-caption {
        position: absolute;
        bottom: 10%;
        left: inherit;
        right: 0;
        margin: 0;
        padding: 0;
        line-height: 0;
    }

    .carousel-item img {
        opacity: 0.95;
        -webkit-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease;
        line-height: 0;
    }

    .carousel-item:hover img {
        opacity: 1.0;
    }

    .caption-inner {
        width: 100%;
        min-width: 350px;
        height: auto;
        text-align: center;
        height: auto;
        position: relative;
        padding: 20px;
        float: right;
    }

    .caption-inner h3,
    .caption-inner p {
        margin: 0;
        padding: 0;
    }

    .caption-inner h3 {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 45px;
        line-height: 1.2;
    }
}

/*.home-carousel { background:rgba(0,0,0,1.0); border: 4px solid #fff; border-top: none; margin-top: -35px; margin-bottom: 30px; padding:0; z-index: 2; position: relative; overflow: hidden;}

/*.carousel-caption { bottom: 30%; right: 0; margin: 0; padding: 0; line-height: 0;}
.carousel-item img { opacity: 0.95; -webkit-transition: opacity 0.25s ease; transition: opacity 0.25s ease;}
.carousel-item:hover img { opacity: 1.0;}
.caption-inner { background: rgba(250,190,16,1); width: 50%; min-width: 350px; height: auto; text-align: center; height: 160px; position: relative; padding: 30px; float: right;}
.caption-inner h3, .caption-inner p { margin: 0; padding: 0;}
.caption-inner h3 {width: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #fff; font-size: 45px; line-height: 1.2;}


@media only screen and (max-width :1000px) {
    .home-carousel { background:none; border: none;  width: 100%;}
    .carousel-caption { position: relative; width: 100%; bottom: 0; border: 1px solid red;}
    .caption-inner { width: 100%; padding: 0; height: 160px; margin-top: -2px; float: none;}
    .caption-inner h3 { top: 40%; font-size: 35px;}
}

@media only screen and (max-width :700px) {
    .home-carousel { margin-bottom: 0;}
    .caption-inner h3 { top: 40%; font-size: 30px;}*/

/* home feat cta */
.home-feat-cta {
    margin-bottom: 40px;
}

.home-feat-cta .home-cta-item {
    height: auto;
    padding: 0;
    z-index: 2;
    position: relative;
    line-height: 0;
    overflow: hidden;
    max-width: 100%;
}

.home-feat-cta .home-cta-item img {
    /*display: none;*/
    width: 100%;
    height: auto;
}

.home-feat-cta .home-cta-item h2 {
    margin-bottom: 0;
    display: block;
    padding: 15px;
    text-align: center;
    color: #545454;
    font-size: 32px;
    font-family: 'lemon_yellow_sunregular';
    margin: 0;
}

.home-feat-cta .col-12:nth-of-type(1) h2 {
    background: #e0e6e5;
}

.home-feat-cta .col-12:nth-of-type(2) h2 {
    background: #ebdec2;
}

@media only screen and (min-width :768px) {
    .home-feat-cta {
        margin-bottom: 40px;
    }

    .home-feat-cta .home-cta-item {
        height: auto;
        margin-bottom: 0px;
        padding: 0;
        z-index: 2;
        position: relative;
        line-height: 0;
        overflow: hidden;
    }

    .home-feat-cta .home-cta-item img {
        display: block;
    }
}

@media only screen and (max-width :1000px) {
    .home-feat-cta .col-12 {
        padding: 0;
    }

    .home-carousel {
        margin-bottom: 0;
    }
}

@media only screen and (min-width :1000px) {
    .home-feat-cta {
        margin-bottom: 30px;
    }

    .home-feat-cta .home-cta-item {
        background: rgba(255, 255, 255, 0.9);
        border: 4px solid #fff;
        height: auto;
        margin-bottom: 30px;
        padding: 0;
        z-index: 2;
        position: relative;
        line-height: 0;
        overflow: hidden;
    }
}


/* home recipes */
.home-col3 {
    margin-bottom: 0px;
}

.home-col3 h1 {
    text-align: center;
    color: #fff;
    background: #333;
    font-size: 30px;
    padding: 10px 15px;
    margin-bottom: -5px;
    position: relative;
    z-index: 4;
}

.home-col3 img {
    width: 100%;
    height: auto;
}

.home-col3-item {
    padding: 0;
}

.home-col3-item img {
    display: none;
}

.home-col3-item h2 {
    margin: 0;
    position: relative;
    width: 100%;
}

.home-col3 div h2 {
    position: relative;
    z-index: 1;
    width: 100%;
    background: #fabe10;
    display: block;
    margin: 0;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-family: 'lemon_yellow_sunregular';
}


.home-col3 .col-12:nth-of-type(2) h2 {
    background: #f08465;
}

.home-col3 .col-12:nth-of-type(3) h2 {
    background: #8bb65f;
}


@media only screen and (min-width :700px) {
    .home-col3 h1 {
        background: #f08465;
    }

    .home-col3-item img {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width :1000px) {
    .home-col3 {
        margin-bottom: 80px;
    }

    .home-col3 h1 {
        background: #f08465;
        text-align: center;
        font-size: 40px;
        padding-top: 13px;
        padding-bottom: 12px;
    }

    .home-col3-item {
        padding: 0 15px;
    }

    .home-col3-item div {
        background: rgba(255, 255, 255, 0.9);
        border: 4px solid #fff;
        height: auto;
        padding: 0;
        z-index: 2;
        position: relative;
        line-height: 0;
        overflow: hidden;
    }

    .home-col3 div h2 a {
        font-size: 30px;
    }

    .home-col3 div h2 {
        position: absolute;
        bottom: 0px;
        z-index: 1;
        width: 100%;
    }

    .home-col3 h1:before {
        position: absolute;
        height: 135px;
        width: 23px;
        background: url(images/home-3cols-before.png) top center no-repeat;
        content: '';
        top: 0;
        left: -23px;
        z-index: 1;
    }

    .home-col3 h1:after {
        position: absolute;
        height: 135px;
        width: 23px;
        background: url(images/home-3cols-after.png) top center no-repeat;
        content: '';
        top: 0;
        right: -23px;
        z-index: 1;
    }


}


/** CONTENT **/

.body-wrap {
    background: rgba(255, 255, 255, 0.9);
    border-top: none;
    min-height: 800px;
    margin-top: -35px;
    margin-bottom: 20px;
    padding: 50px 15px;
    z-index: 2;
    position: relative;
}

.body-wrap img {
    margin: 15px auto 5px;
}

.body-wrap a {
    color: #1c75bc;
    border-bottom: 1px solid #ccc;
}

.body-wrap a:hover {
    border-bottom: 1px solid #1c75bc;
}

.body-wrap img,
.body-wrap a img,
.body-wrap a:hover img {
    border-bottom: 0px !important;
}

.body-wrap h1 {
    text-align: center;
    color: #1c75bc;
    font-size: 30px;
    position: relative;
    line-height: 1.4;
    padding: 0;
}

.body-wrap h2 {
    text-align: center;
    color: #ef4136;
    font-size: 25px;
    padding: 30px 15px 10px;
}

.body-wrap h3 {
    text-align: center;
    color: #f7941e;
    font-size: 20px;
    padding: 30px 15px 10px;
    font-family: 'Raleway', sans-serif;
}

.body-wrap h4 {
    text-align: center;
    color: #009444;
    font-size: 16px;
    padding: 30px 15px 10px;
    font-family: 'Raleway', sans-serif;
}

.body-wrap ul {
    list-style: none;
    margin: 0;
    margin-left: 15px;
    position: relative;
}

.body-wrap ul li:before {
    content: '\002022';
    left: -15px;
    position: absolute;
    color: #2bb673;
}

@media only screen and (min-width :1000px) and (max-width :1200px) {

    .body-wrap,
    .home-wrap {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}


@media only screen and (min-width :700px) {
    .body-wrap h1 {
        font-size: 40px;
    }

    .body-wrap h2 {
        font-size: 30px;
        padding: 30px 15px 10px;
    }

    .body-wrap h3 {
        font-size: 25px;
        padding: 30px 15px 10px;
        font-family: 'lemon_yellow_sunregular';
    }

    .body-wrap h4 {
        font-size: 16px;
        padding: 30px 15px 10px;
    }
}

@media only screen and (min-width :1000px) {
    .body-wrap {
        padding: 80px 50px;
        border: 4px solid #fff;
        margin-bottom: 80px;
    }

    .body-wrap h1 {
        font-size: 45px;
        position: relative;
        line-height: 1.2;
        display: inline-block;
        padding: 0 15px;
        max-width: 70%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .body-wrap h1:before {
        content: '';
        width: 53px;
        height: 28px;
        background: url(images/swirl-h1-l.png) center center no-repeat;
        display: block;
        position: absolute;
        left: -60px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .body-wrap h1:after {
        content: '';
        width: 53px;
        height: 28px;
        background: url(images/swirl-h1-r.png) center center no-repeat;
        display: block;
        position: absolute;
        right: -60px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .body-wrap h2 {
        font-size: 35px;
        padding: 30px 15px 10px;
    }

    .body-wrap h3 {
        font-size: 30px;
        padding: 30px 15px 10px;
    }

    .body-wrap h4 {
        font-size: 25px;
        padding: 30px 15px 10px;
        font-family: 'lemon_yellow_sunregular';
    }

    .body-wrap h2,
    .body-wrap h3,
    .body-wrap h4 {
        text-align: left;
        padding-left: 0 !important;
    }
}

@media only screen and (min-width :1200px) {
    .body-wrap h1 {
        font-size: 50px;
    }

    .body-wrap h2 {
        font-size: 40px;
        padding: 30px 15px 10px;
    }

    .body-wrap h3 {
        font-size: 35px;
        padding: 30px 15px 10px;
    }

    .body-wrap h4 {
        font-size: 30px;
        padding: 30px 15px 10px;
    }
}

.foodgrid-item {
    padding: 10px;
}

.foodgrid-item a {
    background: #fff;
    display: block;
    height: 70px;
    border: 1px solid #fff;
    overflow: hidden;
}

.foodgrid-item a:hover {
    border: 1px solid #ccc;
}

.foodgrid-img,
.foodgrid-name {
    float: left;
    display: inline-block;
}

.foodgrid-img {
    width: 70px;
    height: 70px;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.foodgrid-img img {
    border: none;
    height: 70px;
    width: 70px;
    margin: 0;
    padding: 0;
}

.foodgrid-name {
    width: calc(100% - 70px);
}

.foodgrid-name h2 {
    text-align: left;
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    margin-left: 10px;
    padding: 0;
    padding: 25px 15px 25px 25px;
}


.mod-recipegrid {
    margin: 50px 0;
}

.recipegrid-item {
    margin-bottom: 20px;
}

.recipegrid-item,
.recipegrid-item img,
.recipegrid-item a,
.recipegrid-item a:hover {
    border: none;
}

.recipegrid-item img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    border: 3px solid white;
}

.recipegrid-item h2 {
    text-align: left;
    font-family: 'Raleway', sans-serif;
    color: #f15a29;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    padding: 0;
    margin-bottom: 10px;
}

.recipegrid-item p {}


.mod-activitygrid {
    margin: 50px 0;
}

.activitygrid-item {
    margin-bottom: 20px;
}

.activitygrid-item,
.activitygrid-item img,
.activitygrid-item a,
.activitygrid-item a:hover {
    border: none;
}

.activitygrid-item img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    border: 3px solid white;
}

.activitygrid-item h2 {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: #f15a29;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    padding: 0;
    margin-bottom: 10px;
}


/* sidebar */

.sidebar-body {
    background: rgba(255, 255, 255, 0.9);
    border-top: none;
    height: auto;
    min-height: 400px;
    margin-top: -35px;
    margin-bottom: 20px;
    padding: 50px 15px;
    z-index: 2;
    position: relative;
}

.sidebar-body h1 {
    text-align: center;
    color: #1c75bc;
    font-size: 30px;
    position: relative;
    line-height: 1.4;
    padding: 0;
}


.sidebar-col {
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.sidebar-col img {
    width: 100%;
    height: auto;
}

.sb-mod-img,
.sb-mod-imgtxt,
.sb-mod-imglink {
    border: 4px solid white;
    min-height: 200px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    line-height: 0;
    overflow: hidden;
}

@media only screen and (max-width :767px) {
    .sidebar-col {
        padding: 0;
    }

    .sidebar-col div {
        max-width: 330px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .sb-mod-img,
    .sb-mod-imgtxt,
    .sb-mod-imglink {
        border: 0;
    }
}


@media only screen and (min-width :768px) {
    .sidebar-col div:first-of-type {
        margin-top: -32px;
        border-top: 0;
    }
}

@media only screen and (min-width :1000px) {
    .sidebar-body {
        border: 4px solid white;
    }
}

.sb-mod-img {}

.sb-mod-imgtxt {
    position: relative;
}

.sb-imgtxt-overlay {
    background: rgba(28, 117, 188, 1);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
}

.sb-mod-imgtxt a:hover .sb-imgtxt-overlay {
    background: rgba(28, 117, 188, 1.0);
}

.sb-imgtxt-overlay p {
    color: #fff;
    margin: 0;
    padding: 0;
}

.sb-mod-imglink {
    position: relative;
}

.sb-imglink-overlay p a {
    background: rgba(241, 90, 41, 1);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 10px;
}

.sb-imglink-overlay p a:hover {
    background: rgba(241, 90, 41, 1.0);
}


.event-feed-item {
    margin-bottom: 30px;
}

.event-feed-item,
.event-feed-item div {
    position: relative;
    line-height: 0;
}

.event-feed-item div {
    border: 3px solid white;
}

.event-feed-item img {
    border: none;
    margin: 0;
}

.event-feed-item h3 {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    color: #fff;
}

.event-feed-item:nth-of-type(6n + 1) h3 {
    background: rgba(240, 39, 37, 1);
}

.event-feed-item:nth-of-type(6n + 2) h3 {
    background: rgba(157, 79, 193, 1);
}

.event-feed-item:nth-of-type(6n + 3) h3 {
    background: rgba(241, 90, 41, 1);
}

.event-feed-item:nth-of-type(6n + 4) h3 {
    background: rgba(251, 176, 64, 1);
}

.event-feed-item:nth-of-type(6n + 5) h3 {
    background: rgba(57, 181, 74, 1);
}

.event-feed-item:nth-of-type(6n + 6) h3 {
    background: rgba(236, 0, 140, 1);
}


@media only screen and (max-width :700px) {
    .event-feed-item h3 {
        font-size: 16px;
    }
}

.events-sidebar {
    position: relative;
    z-index: 2;
}

.events-sidebar div {
    border: 4px solid white;
    min-height: 200px;
    position: relative;
    z-index: 2;
    line-height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    padding-top: 30px;
}

.events-sidebar h1 {
    text-align: center;
    color: #545454;
    font-size: 30px;
    padding: 15px 15px 0;
}

.events-sidebar ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    background: #000;
}

.events-sidebar ul li {
    text-align: center;
}

.events-sidebar ul li a {
    display: block;
    padding: 15px;
    color: #fff;
    font-family: 'lemon_yellow_sunregular';
    font-size: 30px;
}

.events-sidebar ul li:nth-child(1) a {
    background: rgba(241, 90, 41, 1.0);
}

.events-sidebar ul li:nth-child(2) a {
    background: rgba(236, 0, 140, 1.0);
}

.events-sidebar ul li:nth-child(3) a {
    background: rgba(157, 79, 193, 1.0);
}

.events-sidebar ul li:nth-child(4) a {
    background: rgba(51, 51, 51, 1.0);
}

.events-sidebar ul li:nth-child(1) a:hover {
    background: rgba(241, 90, 41, 0.9);
}

.events-sidebar ul li:nth-child(2) a:hover {
    background: rgba(236, 0, 140, 0.9);
}

.events-sidebar ul li:nth-child(3) a:hover {
    background: rgba(157, 79, 193, 0.9);
}

.events-sidebar ul li:nth-child(4) a:hover {
    background: rgba(51, 51, 51, 0.9);
}

.events-sidebar h1 {
    text-align: center;
    color: #545454;
    font-size: 30px;
    padding: 15px 15px 0;
}

@media only screen and (min-width :992px) {
    .events-sidebar div {
        border: 4px solid white;
        min-height: 200px;
        margin-top: -32px;
        border-top: 0;
        position: relative;
        z-index: 10;
        line-height: 0;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.9);
    }
}

.body-wrap.event-feed {
    margin-bottom: 20px;
}

.post-feed {
    margin-bottom: 40px;
}

.post-feed-item {
    border: 1px solid white;
    border: 4px solid white;
    min-height: 200px;
    position: relative;
    z-index: 10;
    line-height: 0;
    background: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    overflow: hidden;
}

.post-feed-item h1 {
    background: rgba(241, 90, 41, 1.0);
    color: #fff;
    display: block;
    padding: 15px;
    font-size: 30px;
    margin: 0;
}

.post-feed-cont {
    padding: 25px 15px;
}

.post-feed-cont img {
    border: none !important;
    border: 4px solid white !important;
    margin: 0 15px 0 0 !important;
    max-width: 300px;
    display: block;
    height: auto;
}

.post-feed-item:nth-of-type(6n + 1) h1 {
    background: rgba(240, 39, 37, 0.9);
}

.post-feed-item:nth-of-type(6n + 2) h1 {
    background: rgba(157, 79, 193, 0.9);
}

.post-feed-item:nth-of-type(6n + 3) h1 {
    background: rgba(241, 90, 41, 0.9);
}

.post-feed-item:nth-of-type(6n + 4) h1 {
    background: rgba(251, 176, 64, 0.9);
}

.post-feed-item:nth-of-type(6n + 5) h1 {
    background: rgba(57, 181, 74, 0.9);
}

.post-feed-item:nth-of-type(6n + 6) h1 {
    background: rgba(236, 0, 140, 0.9);
}




/** FOOTER **/
footer {
    background: #a8c789;
    background: -webkit-gradient(linear, left top, left bottom, from(#a8c789), color-stop(20%, #8bb65f));
    background: linear-gradient(to bottom, #a8c789 0%, #8bb65f 20%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8c789', endColorstr='#8bb65f', GradientType=0);
    padding: 80px 15px 0;
    position: relative;
    z-index: 10;
    margin-top: 80px;
    -webkit-box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.25);
}

.foot-mascots {
    background: url(images/foot-mascots.png) top center no-repeat;
    width: 100%;
    height: 200px;
    position: absolute;
    top: -40px;
}

.foot-sydmarkets {
    text-align: center;
    margin-bottom: 0px;
}

.foot-sydmarkets img {
    width: 280px;
    height: auto;
}

.foot-nav-wrap {
    padding: 40px 0;
    display: none;
}


.social-links {
  margin: 5px 0;
  padding: 0;
  text-align: center;
}
.social-links li {
  list-style: none;
  margin: 0 3px;
  display: inline-block;
}

ul.footnav li ul.footnav-dd li a {
    font-family: 'Raleway', sans-serif;
    color: #545454;
    font-size: 13px;
}


@media only screen and (min-width :700px) {
    .foot-nav-wrap {
        display: block;
    }

    ul.footnav,
    ul.footnav-dd {
        list-style: none;
        position: relative;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    ul.footnav li {
        display: inline-block;
        width: 30%;
        line-height: 1.6;
    }

    ul.footnav-dd {
        margin-bottom: 30px;
    }

    ul.footnav-dd li {
        display: block;
        width: 100%;
    }

    ul.footnav li a {
        font-family: 'lemon_yellow_sunregular';
        font-size: 24px;
    }

    ul.footnav-dd li a {
        font-family: 'Raleway', sans-serif;
    }
}

@media only screen and (max-width :1000px) {
    .foot-mascots {
        background-size: contain;
        height: 100px;
    }

    .foot-sydmarkets img {
        position: relative;
        top: -40px;
    }
}

@media only screen and (min-width :1000px) {
    ul.footnav li {
        display: inline-block;
        width: 16%;
        line-height: 1.6;
    }

    ul.footnav-dd li {
        display: block;
        width: 100%;
    }

}



footer .credits {
    background: #c8c8c8;
    background: -webkit-gradient(linear, left top, left bottom, from(#c8c8c8), color-stop(39%, #ffffff));
    background: linear-gradient(to bottom, #c8c8c8 0%, #ffffff 39%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#ffffff', GradientType=0);
    padding: 15px 15px 0;
}

footer .credits p {
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
    color: #939598;
}

footer .credits a {
    color: #939598;
}

footer .credits p a:hover {
    color: #333;
}







/* misc */

/* form */
.gform_wrapper label.gfield_label {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    color: #808285;
    font-weight: 400;
    padding: 0 0 3px 0;
    margin: 10px 0 0 0;
}

.gform_wrapper input[type=text],
.gform_wrapper textarea,
.gform_wrapper input[type=submit] {
    background-color: #fff;
    padding: 10px;
    resize: none;
    border: 1px solid #ccc;
    width: 100%;
    margin: 0 0 0 0;
}

.gform_wrapper input[type=submit] {
    background-color: #8BB65F;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    width: 100%;
    max-width: 400px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
}

.gform_wrapper input[type=submit]:hover {
    background-color: #808285;
}

.swpm-login-submit input[type=submit],
.swpm-pw-reset-submit-button input[type=submit] {
    background-color: #8BB65F;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    width: 100%;
    max-width: 400px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    border: 0px;
    padding: 10px;
    max-width: 200px;
}

.swpm-login-submit input[type=submit]:hover,
.swpm-pw-reset-submit-button input[type=submit]:hover {
    background-color: #808285;
}

.ginput_container_select {
    background: url(/wordpress/wp-content/uploads/2017/12/select.png) no-repeat 99% 0;
    height: 39px;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.ginput_container_select select {
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 14px;
    height: 39px;
    padding: 5px;
    width: calc(100% + 30px);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ccc;
}

.stylin .ginput_container_select {
    background: #ededed url(/wordpress/wp-content/uploads/2017/12/select.png) no-repeat 99% center;
    height: 44px;
    width: 100%;
}

.stylin .ginput_container_select select {
    border: none;
    background: transparent;
    border-radius: 5px !important;
    font-size: 14px;
    height: 44px;
    width: calc(100% + 30px);
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* WP Paginate */

.pagination {
    padding-bottom: 30px;
}

ol.wp-paginate {
    margin-bottom: 80px;
    position: relative;
    text-align: center;
    z-index: 10;
}

ol.wp-paginate li,
ol.wp-paginate li a,
ol.wp-paginate li span.current {
    background: none;
    border: none;
}

ol.wp-paginate li:nth-of-type(6n + 1) a {
    color: #f02725;
}

ol.wp-paginate li:nth-of-type(6n + 2) a {
    color: #9d4fc1;
}

ol.wp-paginate li:nth-of-type(6n + 3) a {
    color: #f15a29;
}

ol.wp-paginate li:nth-of-type(6n + 4) a {
    color: #fbb040;
}

ol.wp-paginate li:nth-of-type(6n + 5) a {
    color: #39b54a;
}

ol.wp-paginate li:nth-of-type(6n + 6) a {
    color: #ec008c;
}

ol.wp-paginate li span.current {
    color: #333;
    background: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
}

ol.wp-paginate li a:hover {
    background: none;
    border: none;
    color: #fff;
}

/* image align */
img.alignright {
    float: right;
    margin: 10px;
    margin-right: 0px;
}

.alignright {
    float: right;
}

img.alignleft {
    float: left;
    margin: 10px;
    margin-left: 0px;
}

.alignleft {
    float: left;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

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

@media only screen and (min-width : 500px) and (max-width : 1023px) {

    img.alignright,
    .alignright,
    img.alignleft,
    .alignleft {
        max-width: 50%;
        height: auto;
    }
}

@media only screen and (max-width : 499px) {

    img.alignright,
    .alignright,
    img.alignleft,
    .alignleft,
    img.aligncenter,
    .aligncenter {
        width: 100%;
        height: auto;
        margin: 15px auto;
    }
}



.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.no-s-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-s-mar {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-r-pad {
    padding-right: 0 !important;
}

.no-l-pad {
    padding-left: 0 !important;
}

.hidden {
    display: none;
    height: 0;
    width: 0;
}

.display {
    display: block;
}

@media only screen and (min-width : 1024px) {
    .d-no-s-pad {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .d-no-r-pad {
        padding-right: 0 !important;
    }

    .d-no-l-pad {
        padding-left: 0 !important;
    }
}

@media only screen and (min-width : 700px) and (max-width : 1023px) {
    .t-no-s-pad {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .t-no-r-pad {
        padding-right: 0 !important;
    }

    .t-no-l-pad {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width : 699px) {
    .m-no-s-pad {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .m-no-r-pad {
        padding-right: 0 !important;
    }

    .m-no-l-pad {
        padding-left: 0 !important;
    }
}


/* fonts */

@font-face {
    font-family: 'lemon_yellow_sunregular';
    src: url('fonts/lemon_yellow_sun-webfont.woff2') format('woff2'),
        url('fonts/lemon_yellow_sun-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.sb-search {
    position: relative;
    margin-top: 10px;
    width: 0%;
    min-width: 40px;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #f7941e;
    width: 100%;
    max-width: 300px;
    height: 40px;
    margin: 0;
    z-index: 10;
    padding: 10px 65px 10px 20px;
    font-family: inherit;
    font-size: 20px;
    color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
    color: #545454;
}

.sb-search-input:-moz-placeholder {
    color: #545454;
}

.sb-search-input::-moz-placeholder {
    color: #545454;
}

.sb-search-input:-ms-input-placeholder {
    color: #545454;
}

.sb-icon-search,
.sb-search-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #333;
    z-index: 90;
    font-size: 18px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
    content: "\f002";
    font-family: FontAwesome;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #333;
    color: #f7941e;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

@media only screen and (min-width :1000px) {
    .sb-search {
        margin-top: 10px;
        width: 0%;
        min-width: 50px;
        height: 50px;
    }

    .sb-search-input {
        width: 100%;
        max-width: 300px;
        height: 50px;
        padding: 15px 65px 15px 15px;
    }

    .sb-icon-search,
    .sb-search-submit {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .sb-icon-search {
        font-size: 20px;
    }
}






.top-panel {
    background: #545454;
    padding: 0 10px;
}

.top-panel .btn-group {
    width: 100%;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.top-panel .btn-group button {
    border: 0;
    border-radius: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    background: none;
}

.top-panel .btn-group button:hover {
    cursor: pointer;
}

.top-panel .dropdown-menu {
    width: 100%;
    max-width: 300px;
    border-radius: 0;
    border: 0;
}


.blog-feed {
    margin-bottom: 30px;
}

.feed-img {
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.feed-txt {
    position: absolute;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 7px 10px;
    display: block;
}

.feed-txt h2 {
    text-align: center;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 7px 0;
    color: #545454;
    font-weight: 700;
}

.feed-img:hover .feed-txt {
    background: rgba(255, 255, 255, 0.9);
}

.sidebar-share h4,
.sidebar-articles h4 {
    margin-bottom: 0px;
}

.sidebar-share ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 0;
    font-size: 0;
}

.sidebar-share ul li {
    display: inline-block;
    width: 25%;
}

.sidebar-share ul li a {
    background: transparent;
    display: inline-block;
    width: 100%;
    font-size: 30px;
    padding: 10px;
    color: #545454;
    border-bottom: 0;
}

.sidebar-share ul li a:hover {
    background: #8BB65F;
    color: #fff;
    border-bottom: 0;
}

.sidebar-articles ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.sidebar-articles ul li {
    display: block;
    padding: 0;
}

.sidebar-articles ul li:before {
    content: '';
}

.sidebar-articles ul li a {
    color: #545454;
    padding: 5px 20px;
    display: block;
    font-size: 14px;
    border-bottom: 0;
    text-align: center;
}

.sidebar-articles ul li a:hover {
    color: #0f6da2;
    background: #fafafa;
    border-bottom: 0;
}

a.socialicon,
a.socialicon:hover,
a.socialicon img,
a.socialicon:hover img {
    border-bottom: 0 !important;
    text-decoration: none !important;
}

.events-feed h3 {
    padding-left: 20px !important;
}

.swpm-join-us-link {
    display: none !important;
}

.dropdown-toggle::after {
    display: none
}

a.body-link-btn {
    background-color: #8BB65F;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    width: 100%;
    max-width: 400px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    border: 0px;
    border-bottom: 0px;
    text-decoration: none;
    padding: 10px;
    max-width: 200px;
}

q.body-link-btn:hover {
    background-color: #808285;
    border: 0px;
    border-bottom: 0px;
    text-decoration: none;
}

.body-link-btn {
    background-color: #8BB65F;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    width: auto;
    max-width: 400px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    border: 0px;
    border-bottom: 0px;
    text-decoration: none;
    padding: 10px;
    max-width: 200px;
}

.body-link-btn:hover {
    background-color: #808285;
    border: 0px;
    border-bottom: 0px;
    text-decoration: none;
}

a.nav-link-btn {
    background-color: #f58666;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    width: auto;
    font-size: 30px;
    font-family: 'lemon_yellow_sunregular';
    cursor: pointer;
    margin: 0 0 15px 0;
    -webkit-appearance: none;
    border: 0px;
    border-bottom: 0px;
    text-decoration: none;
    padding: 10px;
}

a.nav-link-btn:hover {
    background-color: #f8bd15;
    border: 0px;
    border-bottom: 0px;
    text-decoration: none;
}

.swpm-edit-profile-form td,
.swpm-registration-widget-form td {
    border: 0px !important;
}

.swpm-edit-profile-form tr,
.swpm-registration-widget-form tr {
    border: 1px solid #ccc;
}

.ufaq-faq-title-text h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    padding: 0px;
    margin: 0px;
    color: #545454;
}

.ewd-ufaq-post-margin-symbol {
    margin-top: 7px;
}


/* FORMS */
.error {
    color: red;
    font-size: 0.9rem;
}

label {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
    font-weight: 700;
    font-size: inherit;
    font-family: 'Raleway', sans-serif;
    color: #808285;
    padding: 0 0 3px 0;
    margin: 10px 0 0 0;
}

.form-control {
    font-family: 'Raleway', sans-serif;
    border-radius: 0;
}

.gj-datepicker-bootstrap [role=right-icon] button {
    height: 38px;
    border-radius: 0;
}

/* GALLERY */

.gallery {
    list-style: none !important;
    margin: 0 !important;
    padding: 0;
    display: block;
    text-align: center;
}

.gallery li {
    list-style: none !important;
    display: inline-block;
    margin: 0 15px 15px 0;
}

.gallery li .gallery_item {
    box-shadow: 0 0 0 1px #ddd;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    border-color: #fff;
    overflow: hidden;
    position: relative;
}

.gallery li .gallery_item a {
    display: inline-block;
    vertical-align: top;
    border: none;
    outline: 0;
    text-decoration: none;
}

.gallery li:before {
    display: none;
}

.gallery li .gallery_item a::after {
    content: '';
    border-radius: 50%;
    box-shadow: inset 0 1px 10px 0 rgba(0, 0, 0, .3);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.gallery li .gallery_item a::before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    content: '\f002';
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity ease-in-out .15s;
    -o-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
    -webkit-transition: opacity ease-in-out .15s;
    -o-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
    opacity: 0;
    padding-top: 50%;
    margin-top: -15px;
}

.gallery li:hover .gallery_item a::before,
.gallery li:focus .gallery_item a::before,
.gallery li:active .gallery_item a::before {
    opacity: 1;
}

.gallery li .gallery_item a img {
    display: block;
    margin: 0 !important;
}

.fancybox-caption {
    font-family: 'Raleway', sans-serif;
}

/* ACCORDION */

.fruit_jokes .card {
    background: transparent;
    border: none;
    width: 100%;
}

.fruit_jokes .card-header .card-title {
    font-weight: bold;
    border: none;
}

.fruit_jokes .card-body {
    padding: 0 2rem;
}

.fruit_jokes .card-header {
    background-color: transparent;
    border: none;
    padding: .75rem 2rem;
}

.fruit_jokes .card-header:before {
    font-family: 'FontAwesome';
    content: "\f068";
    margin-right: 10px;
    margin-left: -30px;
    color: #1c75bc;
}

.fruit_jokes .card-header.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

/* SHARE ICONS */
.at-share-btn-elements {
    text-align: center;
}

.at-resp-share-element .at-share-btn:focus,
.at-resp-share-element .at-share-btn:hover {
    border: 0;
}


/* responsive iframe/video */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.collapse.show{
padding-bottom: 20px;
}

.navbar-collapse .nav-link-btn {
	display: inline;
}

.nav-buttons {
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 20px;
}

.nav-buttons .nav-link-btn {
	margin: 0;
	height: 50px;
}

.register-sticky-tab {
	display: flex;
	position: relative;
	background-color: #f8bd15;
	padding: 0.5em 1em 0 1em;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 100000;
	box-shadow: -1px 1px 15px rgba(0,0,0,0.3);
}

.register-sticky-tab h3 {
	color: black;
	font-size: 1.2em;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	text-align: center;
}

.register-sticky-tab .nav-link-btn {
	color: black;
	background-color: white;
	font-size: 1.6em;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: unset;
}

.register-sticky-tab .nav-link-btn:hover {
	background-color: #f58666;
}

@media only screen and (min-width: 1000px) {
	.register-sticky-tab {
		position: fixed;
		width: 16em;
		top: 0;
		left: 70vw;
		border-radius: 0 0 3em 3em;
	}

	.navbar-collapse .nav-link-btn {
		display: none;
	}

	.nav-buttons {
		display: none;
	}
}

.icon-summary-item {
	display: flex;
	flex-direction: row;
	padding: 10px;
	margin: 5px 0;
	background-color: white;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.05);
	border: 1px solid rgb(240,240,240);
}

.icon-summary-item .image {
	flex-grow: 0;
	flex-shrink: 0;
	width: 25%;
	margin-right: 10px;
}

.icon-summary-item .image img {
	margin: 0;
}

.icon-summary-item .summary {
	flex-grow: 1;
}

.icon-summary-item .summary h5 {
	font-size: 1.4em;
	font-weight: bold;
}

.seasonal-guide-filters {
	margin-bottom: 2em;
}

@media (max-width: 876px) {
.home-col3 div h2 {
    font-size: 24px;
}
}

.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem* 2));

} 

.modal-backdrop.show {
    opacity: .8;
}