﻿.header-logo {
    width: 28px;
    vertical-align: bottom;
    margin-top: 5px;
    margin-right: 12px;
    margin-bottom: 5px;
}

.patent-lead {
    border-bottom: 2px groove #666;
    padding-bottom: 10px;
}

.patent-contents {
    border: 1px solid #555;
    /*border-radius: 5px;*/
    padding: 20px;
    /* margin: -20px; */
    margin-bottom: 40px;
    background-color: #3c3c3c;
}

.weblog-container{
    padding-top: 40px;
}

    .page-title-h2 {
        padding-left: 15px;
        padding-right: 15px;
    }


.read-more {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    word-spacing: 1px;
    letter-spacing: 0.01em;
    text-align: center;
    margin-top: 20px;
}

.cl-effect-14 a {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    position: relative;
    display: inline-block;
    margin: 15px 25px;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
}

    .cl-effect-14 a::before,
    .cl-effect-14 a::after {
        position: absolute;
        width: 45px;
        height: 1px;
        background: #C3C3C3;
        content: '';
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        pointer-events: none;
    }

    .cl-effect-14 a::before {
        top: 0;
        left: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .cl-effect-14 a::after {
        right: 0;
        bottom: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .cl-effect-14 a:hover::before,
    .cl-effect-14 a:hover::after,
    .cl-effect-14 a:focus::before,
    .cl-effect-14 a:focus::after {
        background: #000;
    }

    .cl-effect-14 a:hover::before,
    .cl-effect-14 a:focus::before {
        left: 50%;
        -webkit-transform: rotate(0deg) translateX(-50%);
        -moz-transform: rotate(0deg) translateX(-50%);
        transform: rotate(0deg) translateX(-50%);
    }

    .cl-effect-14 a:hover::after,
    .cl-effect-14 a:focus::after {
        right: 50%;
        -webkit-transform: rotate(0deg) translateX(50%);
        -moz-transform: rotate(0deg) translateX(50%);
        transform: rotate(0deg) translateX(50%);
    }




.content-body {
    padding-bottom: 4em;
}

.post {
    background: #fff;
    padding: 15px 0px;
}

.entry-title {
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 20px;
    line-height: 1.6;
    /*padding: 10px 20px 0;*/
}

.entry-meta {
    text-align: center;
    color: #DDDDDD;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.entry-content {
    font-size: 18px;
    line-height: 1.9;
    font-weight: 300;
    color: #000;
}

.post-category,
.post-date,
.post-author {
    position: relative;
    padding-right: 15px;
}

    .post-category::after,
    .post-date::after,
    .post-author::after {
        position: absolute;
        content: '.';
        color: #000;
        font-size: 30px;
        top: -22px;
        right: 1px;
    }


.widget-title {
    font-size: 1.5em;
    margin-bottom: 20px;
    line-height: 1.6;
    padding: 10px 0 0;
    font-weight: 400;
}


.widget {
    background: #fff;
    padding-bottom: 30px;
}

.widget-title {
    font-size: 1.5em;
    margin-bottom: 20px;
    line-height: 1.6;
    padding: 10px 0 0;
    font-weight: 400;
}

.widget-recent-posts ul {
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

    .widget-recent-posts ul li {
        list-style-type: none;
        position: relative;
        line-height: 170%;
        margin-bottom: 10px;
    }

        /*.widget-recent-posts ul li::before {
            content: '\f3d3';
            font-family: "Ionicons";
            position: absolute;
            left: -17px;
            top: 3px;
            font-size: 16px;
            color: #000;
        }*/

.widget-archives ul {
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

    .widget-archives ul li {
        list-style-type: none;
        position: relative;
        line-height: 170%;
        margin-bottom: 10px;
    }

        /*.widget-archives ul li::before {
            content: '\f3f3';
            font-family: "Ionicons";
            position: absolute;
            left: -25px;
            top: 1px;
            font-size: 16px;
            color: #000;
        }*/

.widget-category ul {
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

    .widget-category ul li {
        list-style-type: none;
        position: relative;
        line-height: 170%;
        margin-bottom: 10px;
    }

        /*.widget-category ul li::before {
            content: '\f3fe';
            font-family: "Ionicons";
            position: absolute;
            left: -25px;
            top: 1px;
            font-size: 18px;
            color: #000;
        }*/

.download-resume {
    margin: 60px 0px;
    font-size: 1.4375rem;
    font-weight: 300;
    text-align: center;
}

.normal-heading {
    text-transform: none;
}

.scroll-down {
    margin-top: 100px;
}

.scroll-down a {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

    .scroll-down a:hover {
        opacity: .5;
    }

    .scroll-down a span {
        position: absolute;
        margin-top: 0px;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: scroll-down 2s infinite;
        animation: scroll-down 2s infinite;
        opacity: 0;
        box-sizing: border-box;
    }

        .scroll-down a span:nth-of-type(1) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .scroll-down a span:nth-of-type(2) {
            margin-top: 16px;
            -webkit-animation-delay: .15s;
            animation-delay: .15s;
        }

        .scroll-down a span:nth-of-type(3) {
            margin-top: 32px;
            -webkit-animation-delay: .3s;
            animation-delay: .3s;
        }

@-webkit-keyframes scroll-down {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes scroll-down {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.weblog-no-post {
    font-style: italic;
    color: #aeaeae;
}