blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
	content: "";
	content: none;
}

blockquote {
    font-size: 24px;
    line-height: 1.4;
    font-style: italic;
    font-weight: 700;
    background: transparent;
    border-left: none;
    margin: 0px 0px 20px;
    padding: 20px;
    position: relative;
    display: table;
    width: 100%;
    color: #333333;
}
blockquote:before{
    font-size: 36px;
    color: #c1c1c1;
    line-height: 1.2;
    display: table-cell;
    vertical-align: top;
    position: relative;
    font-family: "Ionicons";
    content: "\f347";
    vertical-align: top;
    text-align: left;
    width: 60px;
    font-style: normal;
}
blockquote p {
    display: table-cell;
    vertical-align: top;
}

blockquote blockquote {
	margin-right: 0;
}
blockquote cite,
blockquote small {
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	color: #333;
	text-align: left;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
	display: block;
	margin-top: 20px;
    text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}



/*===============================
=            dropcap            =
===============================*/
    
    .dropcap:first-letter,
    .dropcap p:first-letter{
        font-size: 80px;
        color: #CF4A46;
        font-weight: 500;
        line-height: 1.2;
        display: block;
        margin-right: 5px;
        vertical-align: bottom;
        float:left;
        position:relative;
        margin-top:-20px
    }
    .dropcapi {
        font-style: italic;
    }
    .dropcapi:first-letter,
    .dropcapi p:first-letter{
        font-size: 80px;
        color: #CF4A46;
        font-weight: 500;
        line-height: 1.2;
        display: block;
        margin-right: 5px;
        vertical-align: bottom;
        font-style: italic;
        float:left;
        position:relative;
        margin-top:-20px
    }
    .dropcapb {
        font-weight: bold;
    }
    .dropcapb:first-letter,
    .dropcapb p:first-letter{
        font-size: 80px;
        color: #CF4A46;
        font-weight: 600;
        line-height: 1.2;
        display: block;
        margin-right: 5px;
        vertical-align: bottom;
        float:left;
        position:relative;
        margin-top:-20px
    }
    .dropcapi ,
    .dropcapb,
    .dropcap {
        margin-bottom: 20px;
    }
    
    .dropcapi:after,
    .dropcapb:after,
    .dropcap:after{
        content: "";
        display: table;
        clear: both;
    }

/*=====  End of dropcap  ======*/


/*===================================
=            list column            =
===================================*/
    .slz-bullet-list-col-1{
        -webkit-column-count: 1; 
        -moz-column-count: 1; 
        column-count: 1;
        list-style-position: inside;
    }
    .slz-bullet-list-col-2{
        -webkit-column-count: 2; 
        -moz-column-count: 2; 
        column-count: 2;
        list-style-position: inside;
    }
    .slz-bullet-list-col-3{
        -webkit-column-count: 3; 
        -moz-column-count: 3; 
        column-count: 3;
        list-style-position: inside;
    }
    .slz-bullet-list-col-4{
        -webkit-column-count: 4; 
        -moz-column-count: 4; 
        column-count: 4;
        list-style-position: inside;
    }
    .slz-bullet-list-col-1 li,
    .slz-bullet-list-col-2 li,
    .slz-bullet-list-col-3 li,
    .slz-bullet-list-col-4 li{
        list-style-position: inside;
    }
    .entry-content .slz-bullet-list-col-1,
    .entry-content .slz-bullet-list-col-2,
    .entry-content .slz-bullet-list-col-3,
    .entry-content .slz-bullet-list-col-4{
        padding-left: 0px;
    }


/*=====  End of list column  ======*/