/*@mixin radial-spin () {

    // explanation http://davidwalsh.name/css-circles 
    @-webkit-keyframes spin {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    @-moz-keyframes spin {
        from {
            -moz-transform: rotate(0deg);
        }

        to {
            -moz-transform: rotate(360deg);
        }
    }

    @-ms-keyframes spin {
        from {
            -ms-transform: rotate(0deg);
        }

        to {
            -ms-transform: rotate(360deg);
        }
    }
}*/
:root {
  /*--sk-post-med-maxwidth: 1440px;
  --sk-post-sm-maxwidth: 992px;*/
  --sk-post-img-border-radius: 0;
}

/*.post {

}*/
/*.post-md-width
{
    max-width: var(--sk-post-med-maxwidth, 1440px);
    //max-width: var(--sk-med-screen-width, 1440px);
}*/
/*.post-sm-width
{
    max-width: var(--sk-post-sm-maxwidth, 1280px);
}*/
/*.post-heading 
{

}*/
/*.post-title
{

}*/
/*.post-info 
{

}*/
.post-cover {
  z-index: 0;
  border-radius: var(--sk-post-img-border-radius);
  -webkit-border-radius: var(--sk-post-img-border-radius);
  -moz-border-radius: var(--sk-post-img-border-radius);
}

/*# sourceMappingURL=post.css.map */
