/*! PocketGrid 1.1.0
* Copyright 2013 Arnaud Leray
* MIT License
*/.block-group,.block,.block-group:after,.block:after,.block-group:before,.block:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.block-group{*zoom:1}
.block-group:before,.block-group:after{display:table;content:"";line-height:0}
.block-group:after{clear:both}
.block-group{list-style-type:none;padding:0;margin:0}
.block-group>.block-group{clear:none;float:left;margin:0 !important}
.block{float:left;width:100%}

.seven {
    width: 58%;
}

.one {
    width: 8%;
}
.no-margin {
    margin: 0;
}


.margin-bottom {
    margin-bottom: 10px;
}

.text-center {
    text-align: center;
}

.dashicons-lg {
    font-size: 30px;
}

.info-text {
    font-size: 1.1em;
}


@media screen and (max-width: 720px) {
    .eleven-md {
        width: 92%;
    }

}
@media screen and (max-width: 480px) {
    .eleven-sm {
        width: 92%;
    }
    .dashicons-lg {
        font-size: 20px;
    } 
}
