﻿/*Make the image, video, etc. wider than the sheet.*/
.full-width-content.single img {

}

.home-photo-cols .tcb-flex-col:last-child > .tcb-col {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

body.blog .entry-content > p:empty {
    display:none;
}

/*.narrow-feed .content-sidebar-wrap {*/
    /*max-width: 600px;*/
/*}*/

/*.content {*/
    /*width: 600px;*/
/*}*/

/*.sidebar-primary {*/
    /*width: 340px;*/
/*}*/

/*.home-line-panel {*/

/*}*/

/*#signature {*/
    /*width: 40%;*/
    /*padding: 2em 0;*/
    /*opacity: 0;*/
/*}*/

/*#signature.animate {*/
    /*opacity: 1;*/
/*}*/

/*#signature path,*/
/*#signature line {*/
    /*fill: none;*/
    /*stroke: #2a3745;*/
    /*stroke-width: 2;*/
    /*stroke-linecap: round;*/
    /*stroke-linejoin: round;*/
    /*stroke-miterlimit: 10;*/
    /*stroke-dashoffset: 0;*/
/*}*/
/*!* give the vectors a dashed stroke *!*/

/*.animate .one {*/
    /*stroke-dasharray: 505;*/
    /*animation: write1 2s 1 ease-out;*/
/*}*/

/*.animate .two {*/
    /*stroke-dasharray: 37;*/
    /*animation: write2 2s 1 ease-in-out;*/
/*}*/

/*.animate .three {*/
    /*stroke-dasharray: 318;*/
    /*animation: write3 2s 1 ease-in;*/
/*}*/

/*.animate .four {*/
    /*stroke-dasharray: 42;*/
    /*animation: write4 2s 1 ease-in;*/
/*}*/
/*!*  keyframes *!*/

/*@keyframes write1 {*/
    /*0% {*/
        /*stroke-dashoffset: 505;*/
    /*}*/
    /*20% {*/
        /*stroke-dashoffset: 0;*/
    /*}*/
/*}*/

/*@keyframes write2 {*/
    /*0%, 25% {*/
        /*stroke-dashoffset: 37;*/
    /*}*/
    /*90% {*/
        /*stroke-dashoffset: 0;*/
    /*}*/
/*}*/

/*@keyframes write3 {*/
    /*0%, 90% {*/
        /*stroke-dashoffset: 318;*/
    /*}*/
    /*100% {*/
        /*stroke-dashoffset: 0;*/
    /*}*/
/*}*/

/*@keyframes write4 {*/
    /*0%, 90% {*/
        /*stroke-dashoffset: 42;*/
    /*}*/
    /*100% {*/
        /*stroke-dashoffset: 0;*/
    /*}*/
/*}*/