/**
 * Theme Name:  Lift the Label
 * Theme URI:   https://liftthelabel.org
 * Description: Project description.
 * Author:      House of Giants
 * Author URI:  https://houseofgiants.com
 * Version:     0.1.0
 * Tags:
 * Text Domain: lift-the-label
 */


.clcontainer{
	max-width:1240px!important;
	margin: 0 auto;
}
.clrow {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.clcontainer .clrow [class*="cl"] {
    padding-right: 15px;
    padding-left: 15px;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
}

.cl1 { flex: 0 0 8.33%; }
.cl2 { flex: 0 0 16.66%; }
.cl3 { flex: 0 0 25%; }
.cl4 { flex: 0 0 33.33%; }
.cl5 { flex: 0 0 41.66%; }
.cl6 { flex: 0 0 50%; }
.cl7 { flex: 0 0 58.33%; }
.cl8 { flex: 0 0 66.66%; }
.cl9 { flex: 0 0 75%; }
.cl10 { flex: 0 0 83.33%; }
.cl11 { flex: 0 0 91.66%; }
.cl12 { flex: 0 0 100%; }


@media (max-width: 768px) {
    .cl1, .cl2, .cl3, .cl4, .cl5, .cl6, .cl7, .cl8, .cl9, .cl10, .cl11, .cl12 {
        flex: 0 0 100%;
    }
}

.page-template-socialtoolkit header#masthead{
    display: none;
}

.page-template-socialtoolkit .main_contentareastk{

}

.page-template-socialtoolkit .headarea{
    padding: 50px 0 
}

.page-template-socialtoolkit .headarea svg{
    height: 55px
}

.page-template-socialtoolkit .headarea .header_buttons {
    text-align: right;
}

.page-template-socialtoolkit .headarea .header_buttons a{
    min-width: 248px;
    display: inline-block;
    align-items: center;
    padding: 17px 40px;
    border: 1px solid #4E4E4E;
    border-radius: 50px;
    text-align: center;
    text-decoration:  none;
    color: #4E4E4E;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    margin-right: 16px;
    transition: .3s;

}
.page-template-socialtoolkit .headarea .header_buttons a:last-child{
    margin-right: 0;

}
.page-template-socialtoolkit .headarea .header_buttons a:hover{
       background-color: #4E4E4E;
    color: #fff
}
