/*
 Theme Name:   Catalyst
 Theme URI:    
 Description:  Catalyst Wordpress Skin
 Author:       Carey Young
 Author URI:   http://www.catalystdirections.com.au
 Template:     blankslate
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         bootstrap
 Text Domain:  diesel
*/

@import url('https://fonts.googleapis.com/css?family=Rubik:400,500');

body, div, p, th, td, ul li, ol li {
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

h1 {
    font-family: 'Rubik', sans-serif;
    color: #00539b;
    border-bottom: solid 2px #00539b;
    font-weight: 500;
    font-size: 36px;
    margin: 0 0 25px 0;
}

h2 {    
    font-family: 'Rubik', sans-serif;
    color: #00539b;
    font-weight: 500;
    font-size: 30px;
    margin: 25px 0;
}

h3 {
    font-family: 'Rubik', sans-serif;
    color: #00539b;
    font-weight: 500;
    font-size: 20px;
    margin: 20px 0;
}

h4 {
    font-family: 'Rubik', sans-serif;
}

th {
    color: #00539b;
}

strong {
    font-weight: bold;
}

p {
}

ul li, ol li {

}

a {
    transition: color ease 200ms;
}

a:link, a:visited {
    color: #00539B;
}

a:hover, a:active {
    text-decoration: none;
    color: #5593db;
}

a img {
    transition: opacity ease 200ms;
    opacity: 1;
    -webkit-backface-visibility: hidden;
}

a:hover img {
    opacity: 0.7;
}


.btn, a.btn {
    border: 3px solid #00539b;
    background: #00539b;
    color: #fff;

    display: inline-block;
    font-size: 18px;
    text-align: center;
    min-width: 175px;
    padding: 0 15px;
    line-height: 40px;
    font-weight: 500;
    transition: background-color ease 200ms;
    border-radius: 15px;
}

.btn:hover, a.btn:hover {
    color: #fff;
    background-color: #5593db;
}


@media (max-width: 767px) {
    .btn {
        font-size: 16px;
        padding: 0 8px;
        line-height: 25px;
        min-width: 100px;
    }
}

ul, p {
    margin-bottom: 15px;
}


ul {
    list-style-type: disc;
}

ul li {
    margin-left: 20px;
}



header {
    padding: 25px 0 50px 0;
}

.header-logo {
    margin: 0 auto;
}

footer {
    padding: 50px 0;
}

.splash-panel {
    background-color: #00539B;
    margin-bottom: 50px;
}

.splash-panel h3 {
    color: #fff;
}

.splash-panel .widget_sow-editor {
    padding-top: 30px;
}

.splash-panel h3.widget-title {
    text-align: center;
}

.splash-award p {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.splash-award a {
    color: #fff !important;
}

@media (max-width: 767px) {
    .splash-award p {
        margin-top: 20px;
    }
    
    .splash-panel .widget_sow-editor {
        padding: 0;
        margin: 0;
    }
    
    .splash-panel h3.widget-title {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .splash-panel h3.text-left, .splash-panel h3.text-right {
        padding: 0 50px;
        margin: 5px 0;
        font-size: 40px;
    }
}

@media (min-width: 1800px) {
    .splash-panel h3.text-left, .splash-panel h3.text-right {
        font-size: 45px;
    }
}

@media (max-width: 1199px) {
    .splash-panel h3.text-left, .splash-panel h3.text-right {
        padding: 0 20px;
    }
}

table.ndis-table {
    max-width: 423px;
    display: block;
    margin: 0 auto;
}

table.ndis-table tr td {
    vertical-align: middle;
    padding: 10px;
    color: #e91c23;
    font-weight: bold;

}

.so-widget-sow-image h3 {
    text-align: center;
}

.ndis-text .so-widget-sow-image h3 {
    margin-top: 10px;
    color: #e91c23;
    font-size: 16px;
}