/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */

@media only screen and (max-width : 480px) {
.home .hero-header {background-position: center 100px !important;}
}
.page-template-default ul {margin-left:20px;}
.page-template-default .container ul li:before{content:"+";margin-right:10px;list-style-position:outside;margin-left:-1em;color:#d373be}