/*
Theme Name: Alliance Child
Description: Alliance Climate Control Child Theme
Author: Aaron Maxwell
Author URI: http://aaronmaxwell.com.au
Template: alliance
Version: 1.0.0
*/

::-moz-selection { 
    background: #313a57;
    color: #fff;
}

::selection { 
    background: #313a57; 
    color: #fff;
}

#main-paddings {
    padding-left:30px !important;
    padding-right: 30px !important;
    padding-top: auto;
    padding-bottom: auto;
}

h1.entry-title {
    display:none !important;
}

/*FONTS*/

.main-titles h1, .main-titles h2, .main-titles h3, .main-titles h4, .main-titles h5 {
    font-size: 53px;
    line-height:1;
    margin-top:0;
}

.red-ticks li {
    color: #313a57 !important;
    list-style-type: none !important;
    padding-bottom: 10px !important;
    background-image: url('/wp-content/uploads/2020/07/arrow-tick-01.svg') !important;
    background-repeat: no-repeat;
    background-size: 30px 20px;
    font-weight: lighter !important;
    padding-left: 38px;
    }
    
.red-ticks ul { 
    padding-left:0 !important;
}

/*END FONTS*/

/*MEDIA QUERY MIN*/
@media (min-width:1024px){
    #block-width {
    max-width: 600px;
    margin: 0 auto;
}
}
/*END MEDIA QUERY MIN*/
/*MEDIA QUERY MAX*/

@media (max-width:1225px){
}

@media (max-width: 1600px){
}

@media (max-width: 1000px){
}

@media (max-width: 767px){
    #main-paddings {
        padding-left:20px !important;
        padding-right: 20px !important;
    } 

    .main-titles h1, .main-titles h2, .main-titles h3, .main-titles h4, .main-titles h5 {
        font-size: 40px;
        line-height:1;
        margin-top:0;
    }
}

.st0{fill:#EA3B4A important;}

/*END MEDIA QUERY MAX*/