/*   
Theme Name: RedRock
Author: Esther Godoy Web Studio
Description: RedRock
Version: 0.0.1
Tags: Custom Wordpress
*/

* {
    margin: 0;
/*    box-shadow: 1px 1px 1px red;*/
}
html, body {
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
    height: 100%;
}
body {
    font-family: "Source Sans Pro", helvetica, arial, sans-serif !important;
    background: #ffffff;
    font-size: 14px;
    overflow-x: hidden;
    font-weight: 300 !important;
    overflow-x:hidden !important;
 /*   -webkit-overflow-scrolling: touch;*/
}
.container {
    margin: auto !important;
}
a {
    color: #000000 !important;
    font-weight: 400;
}
a:hover,
a:focus {
    text-decoration: none !important;
    /*color:#333333 !important;*/
}
div {
    font-family: "Source Sans Pro", helvetica, arial, sans-serif !important;
    font-size: 1.425rem;
    line-height: 1.625;
    font-weight: 300;
}
p {
    font-family: "Source Sans Pro", helvetica, arial, sans-serif !important;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    font-weight: 600;
    margin:0;
    font-size:1.125em;
    letter-spacing:1px;
    color: inherit;
}
h1 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.125em;
    font-family: "Source Sans Pro", sans-serif;
    margin: 0 0 1em 0;
}
.image-center {
    position: relative;
    display: block;
    height: 0px;
    overflow: hidden;
    padding-bottom: 66%;
}
.image-center > img {
    position: absolute;
    display: block;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    margin: auto;
    height: auto;
    width: 100% !important;
    min-width: 100% !important;
}
.image-center.byheight > img {
    height: 160% !important;
    width: auto !important;
}
.image-center img {
    width: 100% !important;
    height: auto !important;
}
.txt-left {
    text-align: left !important;
}
.txt-right {
    text-align: right !important;
}
.txt-center {
    text-align: center !important;
}
.txt-upper {
    text-transform: uppercase !important;
}
.txt-justify {
    text-align: justify !important;
}
.bg-grey {
    background:#e7e7e8;
}
.pos-rel {
    position: relative !important;
}
.full-height {
    height: 100% !important;
}
.table {
    display: table;
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    table-layout: fixed;
}
.table-cell {
    display: table-cell;
    height: 100% !important;
    width: 100% !important;
    vertical-align: middle;
}
/*textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
.btn:focus,
a:focus {
    outline: 0px !important;
    -webkit-appearance: none;
}*/
input,
textarea {
   /*  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    border-radius:0px !important;
}
.xs-pd {
    padding-left: 2.5px !important;
    padding-right: 2.5px !important;
}
.row.xs-pd {
    margin-left: -2.5px !important;
    margin-right: -2.5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.std-pd {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.row.std-pd {
    margin-left: -5px !important;
    margin-right: -5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.md-pd {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}
.row.md-pd {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.dbl-pd {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.row.dbl-pd {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.xl-pd {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.row.xl-pd {
    margin-left: -40px !important;
    margin-right: -40px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.xxl-pd {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.row.xxl-pd {
    margin-left: -80px !important;
    margin-right: -80px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.stretch {
    min-width: 100%;
}
.image-center.byheight img {
    height: 160% !important;
    width: auto !important;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ta-top-strip {
    height: 45px;
    background: #1c4053;
}
header {
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    position: relative;
    padding: 0;
    position: absolute;
    background: transparent;
    padding: 0 2em;
    z-index: 9999999;
    height: 4.5em;
}
/*header.scroll {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    background: #e5eaeb;
    box-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.1);
    padding: 0;
}*/
.menu_icon {
    display: inline;
    float: right;
 /*   background-image: url(/wp-content/uploads/2017/08/inactive-menu.png);*/
    height: 3em;
    width: 3em;
    background-size: 3em;
    background-repeat: no-repeat;
    position:relative;
    z-index:99999;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.menu_icon:before {
    content: " ";
    background-image: url(/wp-content/uploads/2017/08/inactive-menu.png);
    width: 3em;
    height: 3em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    background-size: 3.01em;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);

}
.menu_icon.open:before {
    /*background-image:url(/od/wp-content/uploads/2017/08/open.png);*/
    -webkit-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    width: 3em;
    height: 3em;
    background-size: 3em;
}
.toggle-show.open span {
    display:none;
}
.menu_icon img {
    height:3em;
    cursor: pointer;
}
.menu_icon span {
    margin-top: 46px;
    display: block;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 1em;
    margin-left: -3px;
    color: #636466;
}
.rr-menu {
    display: none;
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}
.rr-menu li {
    display:block;
}
.back-to {
    color: #cdcdcd !important;
    display: block;
    font-size: 1.25em;
    margin-top: 2em;
}
.team_image_hover {
    width:300px;
    height:300px;
    border-radius:100%;
    background-size:cover;
    background-position: center center;
    display:block;
    margin:4em auto 2.5em auto !important;
    border:2px solid #cdcdcd;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* HEADER MENU*/
header .od-menu {
    height:42rem;
}
.home .od-menu,
.single-team .od-menu {
    height:60rem;
}
header nav .menu {
    text-align: center;
}
header nav .menu li {
    display: block;
    position: relative;
    text-align: center;
}
header nav .menu li a {
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #939598 !important;
    letter-spacing: 3px;
    font-size: 3em;
    color: #ffffff !important;
    letter-spacing: -2px;
    font-weight: 600;
    line-height:1.5;
}
header nav .menu li a:hover,
header nav .menu li.current_page_item a {
    color:#cdcdcd !important;
}
.menu-item-has-children:hover .sub-menu {
    display:block;
}
.sub-menu,
.children {
    position: static;
    display: none;
    background: transparent;
    left: -1;
    background: transparent;
    padding: 0;
    margin-left: 0;
    margin-top: 0;
    /* border: 1px solid #002239; */
    /* min-width: 163px; */
    z-index: 9;
}
.sub-menu li a {
    font-size: 16px !important;
    letter-spacing: 0.25px !important;
}
footer .sub-menu li a {
    font-size:13px !important;
}
.at_parent_item.drink .sub-menu {
    min-width:100px !important;
}
/* FOOTER */
.page-wrap {
    min-height: 100%;
    margin-bottom: -315px;
    background-repeat:repeat;
}
.page-wrap:after {
    content: "";
    display: block;
}
.page-wrap:after {
    height: 315px;
}
footer {
    background: #000000;
    position: relative;
    height:315px;
    padding:2em;
    color:#ffffff;
}
footer p {
    font-size:1.125em !important;
    font-weight:500;
}
footer img {
    width:265px;
    max-width:100%;
}
/* FLEXSLIDER */
.flexslider {
    margin: 0;
    background: transparent;
    border: 0px solid #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
    padding: 0;
}
html.fancybox-lock {
    overflow: visible !important;
}
.fancybox-skin {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.fancybox-nav span {
    visibility: visible !important;
}
.flex-control-paging {
    display: none;
}
.flex-direction-nav .flex-nav-next a:before {
    background-image: url(http://www.redrockaustralia.com.au/wp-content/uploads/2017/09/right.png);
    font-size: 40px;
    display: inline-block;
    content: '.';
    color: transparent;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity:1 !important;
    height:40px;
    width:40px;
}
.flex-direction-nav .flex-nav-prev a:before {
    background-image: url(http://www.redrockaustralia.com.au/wp-content/uploads/2017/09/left.png);
    font-size: 40px;
    display: inline-block;
    content: '.';
    color: transparent;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity:1 !important;
    height:40px;
    width:40px;
}
/* CUSTOM */
.hero {
    position:relative;
}
.hero figcaption {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    text-align:center;
}
.hero figcaption.bg-black {
    background: rgba(0,0,0,0.3);
}
.hero figcaption h1 {
    color: #ffffff;
    font-size: 2.5em;
    margin: 0;
    font-weight: 900;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 0.8;
    text-align: left;
    display: inline-block;
    text-transform: none;
}
.rr_menu_icon,
.rr_email_icon {
    line-height:4.325em;
    cursor: pointer;
}
.rr_email_icon {
    float:right;
}
.rr_menu_icon img,
.rr_email_icon img {
    width:3em;
}
.rr_close {
    position: absolute;
    top: 1.25em;
    right: 2.35em;
    width: 2.125em;
    cursor: pointer;
}
footer ul {
    display:inline-block;
    width:100%;
}
footer li,
footer a {
    display: block;
    text-align: left;
    clear: both;
}
footer .menu li a,
footer a {
    font-size: 1.25em;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 500;
    line-height:1.5;
}
/*footer a {
    display:block;
    font-size:1.125em;
    color:#ffffff !important;
    text-transform: uppercase;
    line-height:1.5;
}*/
.lightbox_content {
    display:none;
    width:800px;
    max-width:100%;
}
.lightbox_content ul {
    list-style: disc !important;
    list-style-type: disc !important;
    margin: 10px 0 10px 18px;
}
.lightbox_content li {
    font-weight: 400;
    margin-bottom: 5px;
}
.staff_login {
    text-align:right;
    position:absolute;
    right:2em;
    bottom:2em;
}
.staff_login img {
    width:2.725em;
}
.staff_login a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.section_padding {
    padding:4em 0;
}
.section_padding_double {
    padding:6em 0;
}
.section_padding_half {
    padding:2em 0;
}
.intro_text {
    max-width:100%;
    width:35em;
    display:inline-block;
}
.intro_text h1 {
    text-align: center;
    font-size: 2.25em;
    letter-spacing: -1px;
    margin: 0 0 0.725em 0;
    text-transform: none;
}
.hero_logo {
    width: 17em !important;
    max-width:100% !important;
    margin:auto !important;
}
.container.logos {
    max-width:90%;
}
.logos a {
    display:inline-block;
    margin:0 1em;
}
.logos img {
    margin: 0.325em 0;
    max-width: 100%;
}
.locations {
    text-align:center;
}
.locations h2 {
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.125em;
}
.locations a {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    text-align:center;
}
.locations a div {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.325em;
}
.locations span {
    background:#000000;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.locations article:hover span,
.locations .active article span {
    background:#808080;
}
.locations p {
    display: inline-block;
    max-width: 35em;
    text-align: left;
    font-size: 1.125em;
    margin: 2.5em 0 0 0;
}
.strip_content_even, 
.strip_content_odd {
    height: 28em;
    background: #000000;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position:left;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    position:relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.strip_content_even .bg-image, 
.strip_content_odd .bg-image {
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
}
.strip_content_even:hover,
.strip_content_odd:hover {
  -webkit-filter: none; /* Chrome, Safari, Opera */
  filter: none;
}
.strip_content_even {
    background:#e7e7e8;
    background-position:right;
    background-size: 50%;
    background-repeat: no-repeat;
}
.strip_content {
    text-align: center;
    width: 28em;
    max-width: 100%;
    display: block;
    margin: auto;
    padding: 0 2em;
}
.strip_content_odd {
    color:#ffffff !important;
}
.strip_content_odd.bg-white {
    background:#ffffff !important;
    color:#000000 !important;
}
.strip_content_odd.bg-white h3 {
    color:#000000 !important;
}
.strip_content h3 {
    text-align:left;
    font-size:1.5em;
    font-weight:700;
    text-transform: uppercase;
    margin: 0 0 0.5em 0;
}
.strip_content p {
    text-align:left;
    font-size:1.125em;
}
.about_strip {
    padding:2em 0;
}
.about_strip p {
    font-size:1.125em;
}
#map {
    height:300px;
    width:100%;
}
#career_form input[type="text"],
#career_form input[type="email"],
#career_form textarea {
    width:100%;
    height:40px;
    border:1px solid #cdcdcd;
    margin-bottom:10px;
    padding:0px 10px;
}
#career_form textarea {
    height:150px;
}
#career_form input[type="file"] {
    display:none;
}
.wpcf7-submit,
.choose_file,
.visit_site {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff !important;
    height: 45px;
    width: 160px;
    border-radius: 30px !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.125em;
    padding: 0px;
    line-height: 43px;
    cursor: pointer;
    display:inline-block;
}
.choose_file {
    height: 35px;
    line-height: 32px;
    text-align: center;
    left: 4px;
    width: 130px;
    font-size: 1em;
    display: inline-block;
    margin-right: 10px;
    margin: 10px 10px 15px 0px;
}
#career_form label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    font-weight: 500;
    text-transform: uppercase;
}
.visit_site {
    margin-top:1.5em;
    text-align:center;
}
div.wpcf7-validation-errors {
    border: 0px solid #f7e700;
    font-size: 1.5em;
}
div.wpcf7-response-output {
    margin: 0;
    padding: 0;
}
div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14;
    color: green;
    font-size: 1.5em;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-bottom: -11px;
}
.category .hero figcaption h1 {
    text-transform: uppercase;
}
.custom-categories.container {
    max-width:960px;
}
.post_row {
    margin-bottom:2.5em;
}
.post_row .image-center img {
    height:100% !important;
    width:auto;
}
.post_row h2 {
    font-size: 1.325em;
    letter-spacing: 0px;
    margin-bottom: 0.5em;
}
.post_row p {
    font-size:1.125em;
}
.locations h1 {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 0px;
}
.location-divider hr {
    margin-top: 2.5em;
    margin-bottom: 0;
    border-top: 1px solid #000000;
    min-height: 1px;
}
.hero_text {
    width:50em;
    max-width:100%;
    margin:auto;
    padding:0 2em;
}
.hero_text a {
    display:block;
    cursor:pointer;
}
.hero_text h1 {
    color:#ffffff;
    font-size: 3.25em !important;
    letter-spacing: -1px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
.hero_text h2 {
    color: #ffffff;
    font-size: 1.725em;
    font-weight: 400;
    letter-spacing: 0px;
}
.hero_text hr {
    border-top: 2px solid #ffffff;
    margin-top: 25px;
    margin-bottom: 15px;
}
.slick-dots {
    display:none !important;
}
.slick-arrow.fa-angle-right {
    display: inline;
    font-size: 3em;
    height: 43px;
    /* width: 30px; */
    z-index: 9999;
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #cdcdcd;
    cursor: pointer;
}
.slick-arrow.fa-angle-left {
    display: inline;
    font-size: 3em;
    height: 43px;
    /* width: 30px; */
    z-index: 9999;
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #cdcdcd;
    cursor: pointer;
}
.functions-strip {
    width:750px;
    max-width:100%;
    margin:auto;
    padding:45px 15px;
    text-align:center;
}
.functions-strip h1 {
    font-size:2em;
    margin: 0 0 1em 0;
}
.functions-strip img {
    width:75px;
    display:block;
    margin:15px auto 30px auto;
}
.functions-strip a {
    font-weight:700;
    font-size:18px;
}
@media (max-width:480px) {
  .hero .image-center {
    padding-bottom:80% !important;
  }
.hero_logo {
width: 10em !important;
}   
.locations .row.dbl-pd {
    margin-left: -5px !important;
margin-right: -5px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.locations .dbl-pd {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
}
@media(min-width:480px) and (max-width:768px) {
    .hero .image-center {
        padding-bottom:65% !important;
    }
    .hero_logo {
        width: 12em  !important;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 15px;
    }
    .section_padding,
    .section_padding_half {
        padding: 2.5em 2em !important;
    }
    .section_padding_double {
        padding: 0.5em 2em 2.5em 2em !important;
    }
    .locations span {
        margin-bottom: 0em;
    }
    .locations p {
        margin: 1em 15px 0 15px;
        text-align: center;
    }
    .strip_content_even, 
    .strip_content_odd {
        height:auto;
    }
    .strip_content_even .bg-image, 
    .strip_content_odd .bg-image {
        display:none;
    }
    .strip_content {
        padding: 2em 1em;
    }
    #map {
        margin-bottom:2em;
    }
    .post_row h2 {
        margin-top: 1em;
    }
    .hero figcaption h1 {
        text-align:center;
    }
}
@media(min-width:767px) and (max-width:992px) {
    .hero .image-center {
        padding-bottom:75% !important;
    }
    .hero_logo {
        width: 14em  !important;
    }
    .section_padding_double {
        padding: 2.5em 0 3em 0 !important;
    }
}
@media (max-width: 992px) {
    .page-wrap {
        margin-bottom: auto;
    }
    .page-wrap:after {
        height: auto;
    }
    footer {
        height:auto;
    } 
    footer ul {
        display: block;
        margin-bottom: 1em;
    }
    footer p {
        margin-top: 1.5em;
    }
    .staff_login {
        text-align: left;
        position: static;
        right: 2em;
        bottom: 2em;
        margin-top: 1.5em !important;
        display: block;
    }
    .hero .image-center img {
        height:100% !important;
        width:auto !important;
    }
    .about_strip {
        padding:2em 0 0 0;
    }
    .about_strip img {
        margin-bottom:2em;
    }
} 
@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    body {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    body {
        font-size: 16px;
    }
    .page-wrap {
        margin-bottom: -233px;
    }
    .page-wrap:after {
        height: 233px;
    }
    footer {
        height:233px;
    }
}
@media (min-width: 1600px) {
    body {
        font-size: 18px;
    }
}
@media (min-width: 2000px) {
    body {
        font-size: 20px;
    }
}