/*
 Theme Name:   Saltandfuessel Child
 Theme URI:    https://github.com/gabriel-sf/saltandfuessel-wp-v1.0
 Author:       Salt and Fuessel
 Author URI:   https://saltandfuessel.com.au/
 Template:     saltandfuessel-wp
 Version:      1.0.0
 Tags:        one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
*/

/* BEN MORE CUSTOM EDITS to OVERRIDE existing CSS */

/* Altered spacing on some pages with headings */

.custom-content h3, .custom-content p {
    margin: 0 0 25px 0 !important;
}

/* Just reducing the amount of margin on some text titles */

.comman-pages-layout-wrapper .section-title-third {
    margin:30px 0 !important;
}

/* This removes the Calendar icons from the home page and news page. Whilst we have the SchoolZone calendar active, this 'download' icon has no function */

.event-wrapper ul li:before {
    display:none;
}

/* Reducing the scale of news artcile feature images when hovered from 1.2 to 1.1 */

.news-post-cover:hover .img, .news-post-cover:focus .img {
    -ms-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

/* Business Directory Image full width */

.big_banner_wrapper img {
    width:100% !important;
}

/* Graduating years dropdown style in MOCA registration form */

#graduating_years {
    height: 200px; 
    overflow: auto;
}

/* Business Registration Form Simple button styling overrides */

#moca-reg-button {
    width: 122px !important;background-color: #C50004 !important;
}

#moca-reg-button:hover {
    background-color: #000 !important;
}


@media (max-width: 767px) {
    .layout-holder-four {
        padding: 25px 25px !important;
    }
}

@media (max-width: 360px) {
.home-banner-content-inner .hero-title {
    font-size: 26px !important;
    line-height: 26px !important;
    padding: 0 0 8px 0;
    }
}


/* The chcekbx */
.chcekbx {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    padding: 10px 10px 10px 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.chcekbx input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 10px;
    left: 8px;
    height: 22px;
    width: 22px;
    background-color: #014e7d;
}

/* On mouse-over, add a grey background color */
.chcekbx:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.chcekbx input:checked ~ .checkmark {
    background-color: #0182be;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chcekbx input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chcekbx .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Hide Right Nav on a-welcoming-community-at-mazenod-college/moca-business-directory/register-interest-now/ */
body.page-id-1910 .right-sidebar-menu-widget {
    display:none;
}
.readmore_btn{
    margin-top: 10px;    
}
.readmore_btn a{
    background: #d20100;
    padding: 3px 10px;
    color: #ffffff !important;
}
.resently_listed{
    width:210px !important;
}

.linear-activity {
    overflow: hidden;
    width: 100%;
    height: 0px;
    background-color: #B3E5FC;
    position: fixed;
    z-index: 9999;
}
.ajax-loading .linear-activity
{
 height: 4px;
}
.indeterminate {
    position: relative;
    width: 100%;
    height: 100%;
}
.indeterminate:before {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #03A9F4;
    animation: indeterminate_first 1.5s infinite ease-out;
}

.indeterminate:after {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #4FC3F7;
    animation: indeterminate_second 1.5s infinite ease-in;
}



