/*
Theme Name: Nationwide Training
Theme URI: https://www.nationwidetraining.com.au/
Author: Jive Media Solutions
Author URI: https://jivemedia.com.au/
Description: Custom made theme for the Nationwide Training website.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nationwide-training
Tags:
*/

body {
    margin: 0;
    color: #212121;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    background-color: #fff;
}
/* =Typography
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 600;
    line-height: normal;
}
strong {
    font-weight: 500;
}
/* =Links
-------------------------------------------------------------- */
a {
    color: #0f78af;
    text-decoration: none;
}
.btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-shadow: none;
    text-transform: uppercase;
    border: none;
    border-radius: 0 !important;
    background-color: #0388ca;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
}
.btn:hover {
    color: #fff !important;
    background-color: #0f78af;
}
/* =Header
-------------------------------------------------------------- */
.site-branding {
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.site-branding-text {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
}
.site-branding-text a, .site-branding-text svg {
    display: block;
    width: inherit;
}
.site-header .site-branding > .wrap {
    display: table;
}
.site-header .site-branding > .wrap > div {
    display: table-cell;
    vertical-align: middle;
}
.site-header .site-branding > .wrap > .site-branding-cta {
    display: none;
}
.site-header .site-branding .site-branding-cta, .site-header .site-branding .navigation {
    text-align: right;
}
.site-branding-cta .cta-panel {
    color: #0f78af;
}
.site-branding-cta .header-btn {
    display: none;
}
.site-branding-cta .cta-panel .address a {
    color: #ee3126;
}
.site-header ul.header-btn li {
    display: inline-block;
}
.site-header ul.header-btn li a.btn {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    background-color: #ee3126;
}
.site-header ul.header-btn li a.btn:hover {
    background-color: #0f78af;
}
/* =Navigation
-------------------------------------------------------------- */
.navigation-top {
    display: none;
    background-color: #0f78af;
}
.main-navigation li.menu-item {
    display: inline-block;
    position: relative;
    line-height: 3rem;
}
.main-navigation li.menu-item:hover {
    background-color: #196c9b;
}
.main-navigation li.menu-item.current-menu-item {
    background-color: #ee3126;
}
.main-navigation li.menu-item a {
    display: block;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff;
}
.main-navigation .menu > li.menu-item > a {
    font-weight: 500;
}
.main-navigation li.menu-item > .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    box-shadow: 6px 10px 16px -8px rgba(0, 0, 0, .2);
    background-color: #0f78af;
}
.main-navigation li.menu-item > .sub-menu .sub-menu {
    top: -1px;
    left: 100%;
}
.main-navigation li.menu-item:hover > .sub-menu {
    display: block;
}
.main-navigation li.menu-item:hover .sub-menu li.menu-item {
    display: block;
    font-size: 0.875rem;
    line-height: 2rem;
    white-space: nowrap;
    border-top: 1px solid rgba(255, 255, 255, .15);
}
/* =Hamburger Navigation
-------------------------------------------------------------- */
.hamburger {
    padding: 0 !important;
    outline: none;
}
.hamburger-box {
    vertical-align: bottom;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #0f78af;
}
/* =Navigation: mm-menu
-------------------------------------------------------------- */
#mm-blocker {
    cursor: pointer;
}
.mm-page {
    height: 100% !important;
}
.mm-menu {
    color: #fff;
    opacity: 0.98;
    border-color: rgba(255, 255, 255, 0.3);
    background: #0f78af;
}
.mm-listview {
    font-weight: 600;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: rgba(255, 255, 255, 0.3);
}
.mm-listitem:after, .mm-menu .mm-listview .mm-btn_next:after {
    border-color: rgba(255, 255, 255, 0.3);
}
.mm-slideout {
    z-index: auto; /* Corrects conflict between mmenu and bootstrap */
}
/* =Front Page
-------------------------------------------------------------- */
.front-page .site-content {
    padding: 0;
}
.front-page .site-content > .wrap {
    padding: 2rem;
}
.front-page .entry-header h1.entry-title {
    font-size: 1.5rem !important;
}
/* =Regular Content
-------------------------------------------------------------- */
.site-content {
    padding: 2rem 0;
    position: relative;
}
p#breadcrumbs, #breadcrumbs > p {
    display: block;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #ebebeb;
}
/* =Slideshow
-------------------------------------------------------------- */
#slideshow {
    position: relative;
    background: linear-gradient(to bottom, #0388ca 30%, #0f78af 100%);
    transition: padding-bottom 0.3s ease-out;
}
#slideshow .controls {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#slideshow .controls > div {
    display: none;
    padding: 1rem;
    position: absolute;
    top: calc(50% - 3.5rem);
    z-index: 998;
    color: #fff;
    font-size: 5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    cursor: pointer;
}
#slideshow:hover .controls > div {
    display: block !important;
}
#slideshow .cycle-prev {
    left: 0;
}
#slideshow .cycle-next {
    right: 0;
}
#slideshow .cycle-slideshow {
    height: 0;
    padding-top: 56.25%;
    position: relative;
}
#slideshow .cycle-slideshow .slide {
    width: 100%;
    height: 100%;
}
#slideshow .cycle-slideshow .slide h3, #slideshow .cycle-slideshow .slide p, #slideshow .cycle-slideshow .slide a {
    color: #fff;
}
#slideshow .cycle-slideshow .slide h3 {
    font-size: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
}
#slideshow .cycle-slideshow .slide p {
    font-size: 1rem;
    font-weight: 500;
}
#slideshow .cycle-slideshow .slide a.btn {
    border: 2px solid #fff;
}
#slideshow .cycle-slideshow .slide .slide-img {
    width: inherit;
    height: inherit;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
#slideshow .cycle-slideshow .slide .slide-entry {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: absolute;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}
#slideshow .cycle-slideshow .slide .slide-entry .btn {
    padding: 0.75rem 1rem;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 1px;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
}
#slideshow .cycle-slideshow .slide .slide-entry .btn:hover {
    background-color: rgb(238, 49, 36);
}
/* =Lists
-------------------------------------------------------------- */
ul.icon-list {
    margin: 1rem 0 !important;
    list-style: none !important;
}
ul.icon-list li {
    position: relative;
    padding-left: 1.5rem;
}
ul.icon-list li i {
    position: absolute;
    top: 4px;
    left: 0;
    color: #0f78af;
}
/* =Sidebar
-------------------------------------------------------------- */
.home #secondary h2 {
    margin-bottom: 1rem;
    color: #0f78af;
    font-size: 1.25rem;
    line-height: 2rem;
}
/* =Posts
-------------------------------------------------------------- */
.blog .page-header h1.page-title, .archive .page-header h1.page-title {
    color: #0f78af;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.blog .entry-header h2.entry-title, .archive .entry-header h2.entry-title {
    color: #0f78af;
    font-size: 1.25rem;
    line-height: 2rem;
}
.blog article, .archive article {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #efefef;
}
.blog article p, .archive article p {
    margin: 0;
}
/* Single Posts */
.single .entry-header h1.entry-title {
    color: #0f78af;
    font-size: 1.5rem;
    line-height: 2rem;
}
.single-post .entry-content ul {
    margin-top: 1rem;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 1.25rem;
    list-style: disc;
}
/* =Pages
-------------------------------------------------------------- */
.page .entry-header h1.entry-title {
    color: #0f78af;
    font-size: 2rem;
}
.page .entry-content h2 {
    color: #0f78af;
    font-size: 1.5rem;
}
.page .entry-content h3 {
    margin: 1rem 0;
    font-size: 1.25rem;
}
.page .entry-content h4 {
    font-size: 1rem;
}
.page .entry-content h4 + p {
    margin-top: 0;
}
.page .entry-content ul {
    margin-top: 1rem;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 1.25rem;
    list-style: disc;
}
/* =Footer
-------------------------------------------------------------- */
#colophon {
    color: #fff;
    background-color: #1378b0;
}
#colophon h2 {
    margin-bottom: 1rem;
}
#colophon a {
    color: #fff;
}
/* Footer widgets */
#colophon .widget-area {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #222;
}
#colophon section.widget ul li {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
    border-bottom: 1px solid #343434;
}
#colophon section.widget ul li:last-child {
    border-bottom: none;
}
#colophon section.widget ul li a {
    font-size: 0.875rem;
}
/* Site info */
#colophon .site-info {
    padding: 2rem 0;
    line-height: 1.75rem;
}
#colophon .site-info a:hover {
    text-decoration: underline;
}
/* =WooCommerce
-------------------------------------------------------------- */
#colophon .woocommerce img, #colophon .woocommerce-Price-amount {
    display: none;
}
#colophon .woocommerce a {
    font-weight: 400;
}
.woocommerce ul.products li.product .price {
    color: #ee3126;
    font-weight: 500;
}
/* =Compliance
-------------------------------------------------------------- */
.rto_compliance {
    width: auto;
    height: 60px;
    display: inline-block;
    vertical-align: bottom;
    border: 1px solid #efefef;
}
/* =Widgets
-------------------------------------------------------------- */
h3.widget-title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
/* =Google Map
-------------------------------------------------------------- */
.google-map {
    width: 100%;
    height: 20rem;
    border: #ccc solid 1px;
    margin-bottom: 1rem;
}
.google-map img {
    max-width: inherit !important;
}
/* =Forms
-------------------------------------------------------------- */
.contact-form ul.gform_fields {
    margin: 0 !important;
    list-style: none !important;
}
.contact-form .gfield.hidden_label label.gfield_label {
    display: none;
}
.contact-form .gfield_label {
    display: block;
    color: #0f78af;
    font-size: 1rem;
}
.contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="text"], .contact-form textarea {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0.5rem;
    font-size: 0.875rem;
    line-height: 1rem;
    border: 1px solid #acacac;
    border-radius: 4px;
}
.contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="text"], .contact-form input[type="submit"], .contact-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.contact-form .gfield {
    margin: 0.5rem 0;
    position: relative;
}
.contact-form .gform_button {
    padding: .5rem 1rem;
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-shadow: none;
    text-transform: uppercase;
    background-color: #0388ca;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    border: none;
    cursor: pointer;
}
.gform_confirmation_message {
    font-weight: 500;
}

/* =Media Queries
-------------------------------------------------------------- */
@media (max-width: 47.9375rem) {
/* Custom Post Type - Course */
.post-type-archive-course .title-icon {
    background: none !important;
}
}

@media (min-width: 48rem) {
.site-branding {
    box-shadow: none;
}
.site-branding-text {
    width: 160px;
}
.site-header .site-branding > .wrap > .site-branding-cta {
    display: table-cell;
}
/* Slideshow */
#slideshow {
    background: #000;
}
#slideshow .cycle-slideshow {
    overflow: hidden;
}
#slideshow .controls > div {
    padding: 1rem 2rem;
}
#slideshow .cycle-slideshow .slide .slide-entry {
    width: 100%;
    top: auto;
    bottom: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .7);
    background: linear-gradient(to bottom, rgba(40, 46, 54, 0.5) 0%, rgba(40, 46, 54, 1) 100%);
}
#slideshow .cycle-slideshow .slide h3 {
    font-size: 2rem;
    line-height: 3rem;
}
#slideshow .cycle-slideshow .slide p {
    font-size: 1.25rem;
}
#slideshow .cycle-slideshow .slide a.btn {
    position: absolute;
    top: 0;
    right: 2rem;
}
/* Custom Post Type - Course */
.post-type-archive-course .title-icon {
    padding-left: 2.5rem !important;
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-size: auto 32px !important;
}
}

@media (min-width: 64rem) {
.site-branding-text {
    width: 200px;
}
#colophon .fb-like {
    float: right;
}
}

@media(min-width: 71rem) {
#slideshow .cycle-slideshow {
    height: 40rem;
    padding-top: 0;
}
}

@media(min-width: 75rem) {
.site-branding-cta .cta-panel {
    margin-bottom: 1rem;
}
.site-branding-cta .header-btn {
    display: block;
}
.site-header .site-branding > .wrap > div.navigation {
    display: none;
}
.navigation-top {
    display: block;
}
}
