/*	Theme Name: Bario Child	Theme URI: http://clapat.ro/themes/bario-wordpress/	Description: Responsive Wordpress Theme	Template: bario	Version: 1.0	Author: You	Author URI: http://your site	License: Themeforest	License: GNU General Public License version 3.0	License URI: http://www.gnu.org/licenses/gpl-3.0.html	Tags: four-columns, custom-background, custom-colors, featured-images, full-width-template, theme-options	Text Domain: bario-child*//*------------------------------------------------------------------Add here your own styles-------------------------------------------------------------------*/
/*
@font-face{
    font-family:'AeroviasBrasilNF';
    src:url('fonts/AeroviasBrasilNF.ttf') format('truetype');
}

@font-face{
    font-family:'Afterschool-Festival';
    src:url('fonts/Afterschool Festival.ttf') format('truetype');
}

@font-face{
    font-family:'Copperplate-Regular';
    src:url('fonts/Copperplate Regular.ttf') format('truetype');
}

@font-face{
    font-family:'CoventryGarden';
    src:url('fonts/CoventryGarden.ttf') format('truetype');
}

@font-face{
    font-family:'dacquoise';
    src:url('fonts/dacquoise.ttf') format('truetype');
}

@font-face{
    font-family:'FacetsNF';
    src:url('fonts/FacetsNF.ttf') format('truetype');
}*/
/*used*/
@font-face{
    font-family:'PathwayGothicOne-Regular';
    src:url('fonts/PathwayGothicOne-Regular.ttf') format('truetype');
}

@font-face{
    font-family:'Arial-Narrow';
    src:url('fonts/Arial Narrow.ttf') format('truetype');
}
/*used*/
@font-face{
    font-family:'Arialn';
    src:url('fonts/Arialn.ttf') format('truetype');
}

@font-face {
    font-family: 'SharpSansBold';
    src: url('fonts/SharpSansBold.otf') format('opentype');
    /*font-weight: 700;*/
    /*font-style: normal;*/
}

@font-face {
    font-family: 'SharpSansThin';
    src: url('fonts/Sharp-Sans-Thin.otf') format('opentype');
    /*font-weight: 100;*/
    /*font-style: normal;*/
}

@font-face {
    font-family: 'SharpSansLight';
    src: url('fonts/Sharp-Sans-Light.otf') format('opentype');
    /*font-weight: 100;*/
    /*font-style: normal;*/
}


/*html,body{
	font-family: 'PathwayGothicOne-Regular', sans-serif;
	font-weight: 400;
	font-size:20px;
	height:100%;
	width:100%;
	color:#777777;
	background-color:#fff;
	letter-spacing: 1px;
}*/

html,body{
    letter-spacing: 1px;
}
h1 {
    font-size: 60px;
}

h6 {
    font-size: 18px;
    line-height: 24px;
}

input[type="submit"] {
    font-size: 18px;
}

.padding-none {
    padding: 0px !important;
}

#menu-overlay nav > ul > li > a {
    font-size: 35px;
    line-height: 46px;
}

#menu-overlay nav ul ul li a {
    font-size: 27px;
    line-height: 40px;
    font-family: SharpSansBold;
}

@media(max-width:480px) {
    #menu-overlay nav > ul > li > a {
        font-size: 27px;
        line-height: 42px;
    }
    
    #menu-overlay nav ul ul li a {
        font-size: 22px;
        font-family: SharpSansBold;
    }
}

.home-page-container .container {
    padding: 0px !important;
}

.home-page-container .vc_column_container > .vc_column-inner {
    padding-right: 0px;
}

.home > #page-content {
    padding-right: 0px;
}

#home-page-sidebar-contactus {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*Owl Slider css*/

.owl-dots{
    display: none;
}

:root {
    --main-white-color: white;
    --main-black-color: black;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.static {
	position: static;
	padding: 9px 9px 12px 9px;
/* 	background-color: rgba(0,0,0, 0.6); */
	border-radius: 50%;
}

.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
    position: relative;
    height: 100vh;
    background-color: lightgray;
}

.owl-carousel .owl-slide-animated {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid var(--main-black-color);
    transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--main-black-color);
}

.owl-carousel .owl-nav {
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    margin: 0;
}

.owl-carousel .owl-nav svg {
    opacity: 0.0;
    transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
    opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent;
}


.page-id-573 .owl-carousel .owl-nav svg {
    opacity: 1;
}
/*section {
    display: none;
}*/

.owl-theme .owl-controls .owl-nav [class*="owl-"]{
    background: transparent;
}

.owl-slide.d-flex.align-items-center.cover {
    display: flex;
    align-items: center;
}

.row.justify-content-center.justify-content-md-start {
    display: flex;
    /*justify-content: flex-start;*/
    justify-content: center;
}

.owl-slide.d-flex.align-items-center.cover {
    align-items: center;
    display: flex;
}

.owl-carousel .owl-nav .owl-prev:hover svg, .owl-carousel .owl-nav .owl-next:hover svg {
    opacity: 1 !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
    background: transparent;
}

.slider_overlay {
    position: absolute;
    background: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
/*     opacity: 0.0; */
}

@media screen and (max-width: 575px) {
    .owl-carousel .owl-nav {
        bottom: 5%;
    }

    .owl-carousel .owl-nav svg {
        width: 24px;
        height: 24px;
    }
}




/*Owl slider css ends here*/

@media (min-width: 457px) {
    .homepage-outer {
        position: fixed;
        left: 30px;
/* 		left: 20px; */
        top: 20px;
        height: 100%;
    }

    .homepage-inner {
        position: absolute;
        bottom: 63%;
        -webkit-transform: rotateZ(90deg);
        transform-origin: 0 100%;
        white-space: nowrap;;
    }

    .homepage-rotate {
        -webkit-transform: rotate(180deg);
    }

    ul.home-page-sidebar {
        list-style: none;
        padding: 0;
        margin: 0;
        white-space: nowrap;
    }

    ul.home-page-sidebar li {
        /*padding: 5px 110px;*/
        text-transform: uppercase;
        text-align: center;
    }

    ul.home-page-sidebar li .phone-number {
        margin-left: 25px;
    }
}

@media (max-width: 456px) {
    .homepage-outer {
        position: fixed;
        bottom: 0px;

    }

    /*.homepage-inner {*/
    /*position: absolute;*/
    /*bottom: 83%;*/
    /*transform-origin: 0 100%;*/
    /*}*/
    ul.home-page-sidebar {
        list-style: none;
        padding: 0;
        margin: 0;

    }

    ul.home-page-sidebar li {
        padding: 5px 10px;
        text-transform: uppercase;
        margin: 0;
        text-align: center;
    }

    ul.home-page-sidebar li .phone-number {
        mclear: both;
        display: inline-block;
    }
}

@media (min-width: 991px) {
    .custom-home-page {
        background-image: url("http://gordan.ozlocal.com.au/wp-content/uploads/2018/05/outdoorbistro2.jpg");
        background-size: 100%;
    }
}

@media (max-width: 990px) {
    .custom-home-page {
        background-image: url("http://gordan.ozlocal.com.au/wp-content/uploads/2018/05/outdoorbistro2.jpg");
        background-size: auto 100%;
        background-position: center;
    }
}

#hero {
    margin-bottom: 20px;
}

#main {
    padding-top: 40px;
}

.mfp-ready .mfp-figure{
    opacity: 1;
}

input[type="tel"] {

    color: #000;

    font-size: 15px;

    font-family: 'Open Sans', sans-serif;

    font-weight: 400;

    height: 50px;

    padding: 12px 20px 12px 2px;

    width: 100%;

    border-radius: 0px;

    margin-bottom: 0px;

    border: none;

    transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    box-sizing: border-box;

    background-color: transparent;

    outline: none;

    border-bottom: 1px solid #ddd;

}

.post-custom-container {
    margin: 20px 20px 0 0;
    border: 5px solid #333;
    overflow: auto
}

.post-custom-thumb-left {
    float: left
}

.post-custom-thumb-right {
    float: right
}

.post-custom-thumb img {
    display: block
}

.post-custom-content {
    margin-left: 210px
}

.post-custom-title {
    font-weight: bold;
    font-size: 200%
}

.media{
    margin: 0.5em 0px;
    padding: 0.5em 0px 0.75em;
    border-bottom: 1px solid;
}

@media only screen and (min-width: 668px) {
    .media {
        display: flex;
        align-items: flex-start;

    }

    .media-figure {
        text-align: center;
    }

    .media-body {
        flex: 1;
        margin: 0px 1em;
    }
}

@media only screen and (max-width: 667px) {
    .media {
        align-items: flex-start;
    }

    .media-figure {
        text-align: center;
    }

    .media-body {
        margin: 1em;
    }
}

.btn-dark-grey button{

    color:#fff;

    font-family: "Montserrat",sans-serif;

    font-size: 10px;

    font-weight: 400;

    letter-spacing: 1px;

    text-transform:uppercase;

    padding:20px 30px;

    line-height:12px;

    cursor:pointer;

    border:none;

    transition:all 0.3s ease 0s;

    -moz-transition:all 0.3s ease 0s;

    -webkit-transition:all 0.3s ease 0s;

    -o-transition:all 0.3s ease 0s;

    text-align:center;

    background-color:#333;

    display:inline-block;

    border-radius:3px;

}



.btn-dark-grey-full a{

    font-weight: 700;

    font-family: 'Montserrat', sans-serif;

    font-size:24px;

    width:100%;

    box-sizing:border-box;

    padding:60px 20px;

    background-color:#222;

    color:#444;

    display:block;

}



.btn-dark-grey-full a:hover {

    color:#fff;

    background-color:#000;

}



.btn-dark-grey button:hover, .btn-dark-grey button:active, .btn-dark-grey button:focus {

    background-color:#000;

    color:#fff;

}



.btn-dark-grey button .outline-button {

    color:#000;

    padding:18px 38px;

    background-color:transparent;

    border:#000 2px solid;

}



.btn-dark-grey button .outline-button:hover, .btn-dark-grey button .outline-button:active, .btn-dark-grey button .outline-button:focus {

    border:#000 2px solid;

    color:#fff;

    background-color:#000;

}

#DOB_mm {
    padding: 5px 10px;
    margin-left: 10px;
}

#DOB_dd {
    padding: 5px 10px;
    margin-left: 10px;
}

#MGLDOB {
    margin-top: 15px;
}

#email {
    text-transform: lowercase;
}

.blurb-font p {
    font-size: 1.1rem;
    font-family: SharpSansLight;
}

html, body, .bigger, nav > ul > li > a, input[type="text"], input[type="email"], input[type="password"], textarea {
    font-size: 1.1rem;
    font-family: SharpSansLight !important;
}

.page-template-t-home-video .owl-carousel{
    display: none;
}

.page-template-t-home-video .hide_mobile{
    display: block;
}

@media (max-width: 1440px)
{
    img.desktopHeightimage{
            height: 250px;
            width: auto !important;
        }
}

@media (max-width: 1280px)
{
    img.desktopHeightimage{
            height: 200px;
            width: auto !important;
        }
}


@media(max-width:768px){
    .blurb-font p {
        font-size: 1rem;
    }
    
    .page-template-t-home-video .owl-carousel{
        display: block;
    }
    
    .page-template-t-home-video .hide_mobile{
        display: none !important;
    }
}

@media only screen and (min-width: 600px) {
#mobile-slider{
    
        display:none;
    }

/*#desktop-slider{
    
        display:block;
    }*/
}

@media only screen and (max-width: 600px) {
#desktop-slider{
    
        display:none;
    }
    
#hero.hero-small{
    background-size: cover !important;
    background-position: 50% 50% !important;
    height: 30% !important;
    margin-bottom: -25px !important;
    }

.hero-image {
    background-repeat: no-repeat !important;
    }

.title-has-line {
    margin-left: 0.5em !important;
    }
    
    img.mobileHeightimage{
        height: 100%;
        width: auto !important;
    }
    
}

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

#hero.hero-small{
    background-size: cover !important;
    background-position: 50% 50% !important;
    height: 40% !important;
    }

.hero-image {
    background-repeat: no-repeat !important;
    margin-top: 100px;
    }

}

@media only screen and (max-width: 1100px) {
    
#hero.hero-small{
    background-size: contain !important;
    background-position: 50% 50% !important;
    height: 259px !important;
    }

.hero-image {
    background-repeat: no-repeat !important;
    }
    
}
/*all forms*/

.title-has-line{
    margin-left: 0px !important;
}
input[type="tel"]{
    font-family: inherit;
}

/*//sign up form*/
#mf7146fcc2e9e #content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .vc_message_box>p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child{
    margin-bottom: 10px !important;
}

#mf7146fcc2e9e div.MGLLabel{
    margin-bottom: 0px !important;
}

#mf7146fcc2e9e div.MGLField {
    width: 100% !important;
    margin-left: 120px !important;
}
    
#mf7146fcc2e9e #DOB_dd{
    margin-left:0px !important;
    margin-top: 20px;
}
@media(max-width: 767px){
    #mf7146fcc2e9e div.MGLField{
          margin-left: 0px !important;
    }
}

/*local sponsorship form*/


.local_sponsorshp_form input[type="submit"]{
    margin: 20px auto 0px;
    display: block;
}

/*social page*/
/*.social_form .title-has-line{*/
/*    margin-left: 1.8em !important;*/
/*}*/

.social-align{
    padding-left: 10px;
}
.social-align:after{
    margin-left: 10px;
}
#sb_instagram #sbi_load .fa-spinner, #sb_instagram .sbi_follow_btn .fa, #sb_instagram .sbi_follow_btn svg{
    margin-bottom: -3px !important;
    margin-right: 9px;
}
#sb_instagram #sbi_load .sbi_follow_btn svg.fa-instagram {
    margin-right: 12px;
}
.employment_form .custom_padding
{
    margin-bottom: 20px;
}
.employment_form input[type="submit"]{
    display: block;
    margin: 0 auto;
}
.employment_form .wpcf7-form-control-wrap{
    margin-top: 10px;
}
.employment_form div.wpcf7 .wpcf7-recaptcha iframe{
    margin: 20px;
    margin-left: 0px;
}
.employment_form input[type="submit"]{
    display: block;
    margin: 40px auto 0px;
}
.employment_form .title-has-line{
    font-size: 60px;
}
/*home page*/
#logo img{
    height: auto;
    margin-top: -30px;
    margin-left: 0px;
    padding: 0px 0px 60px 0px;
    width: 210px;
    margin-right: 0px;
    transform: rotate(270deg) translate(-10%, -20%);
    max-width: 210px;
}
@media (max-width: 479px){
    #logo img{
            width: 100%;
          transform: translate(-7%,-27%);
    }
}

.h2fontfamily.btndownload a{
    border: 2px solid black;
    padding: 10px;
    font-size: 30px;
}
@media(max-width: 550px){
.h2fontfamily.btndownload a{
        font-size: 20px;
}
}

/*address*/
@media (max-width: 456px){
.homepage-outer {
    position: fixed;
    bottom: 0px;
}
}
.hero-image{
    background-repeat: no-repeat;
}
@media (min-width: 489px) and (max-width: 1024px){
.hero-image{
    background-size: cover !important;
}
.page-id-18 .hero-image,.page-id-20 .hero-image, .page-id-16 .hero-image, .page-id-349 .hero-image{
    background-size: 100% 80% !important;
}
}

body.page-id-36 #page-content{
    overflow-y: auto;
}
body.page-id-36 .owl-carousel .owl-slide{
    height: 90vh !important;
    max-height: 90vh !important;   
}
@media(min-width: 480px){
    #logo img{
        margin-top: 68px;
    }
}
.blurbs{
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Verdana;
	font-size: 17px;
	margin-bottom: 0px !important;
}

.career-align{
    padding-left: 15px;
}
.career-align:after{
    margin-left: 15px;
}


.bottle-align{
  padding-left: 20px;
}
.bottle-align:after{
  margin-left: 20px;
}
.dwnload-btn > a.vc_general{
    padding: 10px 20px;
    font-size: 30px;
}
.image-eat-section img,.image-drink-section img{
        padding: 30px 0px;
}
.youtube_gallery_section{
    padding: 40px 0px;
    width: 100%;
    height: 540px;
}
.youtube_gallery_section iframe{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

#menu-overlay .inner{
    padding: 20px 75px;
}

.image-widget_wrapper.mobile_pos{
    display: none;
}
.slider_wrapper {
    position: relative;
}

.image-widget_wrapper {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 20px;
    /*width: 300px;*/
    width: 180px;
    padding: 20px;
}

.image-widget{
    margin-bottom: 10px;
}

.covid-19.pum-trigger1 {
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 24px;
    line-height: 30px;
}

@media only screen and (max-width: 1600px){
    #full_width_container .container {
        width: 100%;
        padding: 0 30px;
    }
}


@media only screen and (max-width: 1466px){
    #full_width_container .container {
        width: 100%;
        padding: 0 30px;
    }
}

@media only screen and (max-width: 768px){
    #full_width_container .container {
        width: 100%;
        padding: 0 00px;
    }
    
    #full_width_container .container .vc_column-inner {
        padding: 0;
    }
}

@media (max-width: 767px){
    .image-widget_wrapper{
        display: none;
    }
    .image-widget_wrapper.mobile_pos{
        display: block;
        /*right: 20%;*/
        /*width: 240px;*/
        top: 40px;
        top: 70px;
        /*left: 25%;*/
        width: 100%;
        right: 0;
        left: 0;
        text-align: center;
    }
    
    .image-widget_wrapper.mobile_pos img.image-widget{
        max-width: 40%;
    }
    
    .static {
    	padding: 5px 5px 8px 5px;
    }
    
    .mobilecenter{
        text-align: center;
        float: none;
        padding-bottom: 1rem;
    }
    
    .image-widget_wrapper {
        top: 70px;
        /*left: 24%;*/
        /*width: 300px;*/
    }
    
    body.wpb-js-composer.vc_responsive .vc_row{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

