﻿.scotforge .msearch-toolbar .textbox {
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    background: #fff;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    outline: none;
    padding: 0 30px 0 10px;
    display: inline-block;
    vertical-align: unset;
}

@font-face {
    font-family: 'Lato';
    src: url('Fonts/Lato-Regular.ttf') format('truetype'), url('Fonts/Lato-Black.ttf') format('truetype'), url('Fonts/Lato-BlackItalic.ttf') format('truetype'), url('Fonts/Lato-Bold.ttf') format('truetype'), url('Fonts/Lato-BoldItalic.ttf') format('truetype'), url('Fonts/Lato-Hairline.ttf') format('truetype'), url('Fonts/Lato-HairlineItalic.ttf') format('truetype'), url('Fonts/Lato-Italic.ttf') format('truetype'), url('Fonts/Lato-Light.ttf') format('truetype'), url('Fonts/Lato-LightItalic.ttf') format('truetype'), url('Fonts/FontAwesome.otf') format('opentype');
}

@font-face {
    font-family: 'fontawesome';
    src: url('Fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('Fonts/fontawesome-webfont.svg') format('svg'), url('Fonts/fontawesome-webfont.ttf') format('truetype'), url('Fonts/fontawesome-webfont.woff') format('woff'), url('Fonts/FontAwesome.otf') format('opentype');
}

.scotforge {overflow:hidden;}

.scotforge .sf_featured_item {position:relative;}
.scotforge .sf_featured_img {}
.scotforge .sf_featured_img img {width:100%;}
.scotforge .sf_featured_txt {position:absolute; left:0px; right:0px; bottom:0px; padding:60px 20px 20px 20px; text-shadow:0.1em 0.1em 0.2em #000000;
background:-moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 60px, rgba(0,0,0,0.55) 100%);
background:-webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 60px,rgba(0,0,0,0.55) 100%);
background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 60px,rgba(0,0,0,0.55) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8c000000',GradientType=0 );
}
.scotforge .sf_featured_categories {display:inline-block; width:100%; text-indent:-99999px;}
.scotforge .sf_featured_categories a {display:block; float:left; margin-left:10px; color:#ffffff; font-size:14px; font-weight:bold; text-decoration:none; text-indent:0px;}
.scotforge .sf_featured_categories a:first-child {margin-left:0px;}
.scotforge .sf_featured_edit {float:right;}
.scotforge .sf_featured_title {margin:10px 0px 15px 0px; line-height:100%;}
.scotforge .sf_featured_title, .scotforge .sf_featured_title a, .scotforge .sf_featured_title a:link, .scotforge .sf_featured_title a:visited, .scotforge .sf_featured_title a:active, .scotforge .sf_featured_title a:hover {display:block; color:#ffffff; font-family:'museo-slab', serif; font-size:24px; font-weight:bold; text-decoration:none;}
.scotforge .sf_featured_title a:hover {text-decoration:none;}
.scotforge .sf_featured_date {color:#ffffff; font-size:13px; line-height:100%;}
@media screen and (min-width: 768px) {
    .scotforge .sf_featured_txt {padding:60px 8% 30px 8%;}
    .scotforge .sf_featured_categories a {font-size:16px;}
    .scotforge .sf_featured_title, .scotforge .sf_featured_title a, .scotforge .sf_featured_title a:link, .scotforge .sf_featured_title a:visited, .scotforge .sf_featured_title a:active, .scotforge .sf_featured_title a:hover {font-size:45px;}
    .scotforge .sf_featured_date {font-size:15px;}
}

.scotforge .sf_categories {margin-bottom:30px; padding-bottom:20px; border-bottom:1px solid rgba(0,0,0,0.4); text-align:center;}
.scotforge .sf_categories ul, .scotforge .sf_categories ul li {display:block; margin:0px; padding:0px; list-style-type:none;}
.scotforge .sf_categories ul {text-align:center;}
.scotforge .sf_categories ul li {display:inline-block; margin:2px; border:1px solid rgba(0,0,0,0.1); background:rgba(0,0,0,0.1);}
.scotforge .sf_categories a {display:inline-block; padding:2px 14px; color:#444444; font-size:16px; font-weight:bold; text-decoration:none;}

.scotforge .sf_row {display:flex; flex-direction:row; flex-wrap:wrap; justify-content:flex-start; align-items:stretch; align-content:stretch;}
.scotforge .sf_col {order:1; flex-grow:1; flex-shrink:1; -ms-flex-preferred-size:100%; flex-basis:100%; display:flex; align-items:stretch; align-items:stretch;}
.scotforge .sf_col.sf_post {margin:0px 0px 10px 0px; background:none; border:none;}
@media screen and (min-width: 768px) {
    .scotforge .sf_col {-ms-flex-preferred-size:50%; flex-basis:50%; -moz-box-flex:0; -ms-flex-positive:0; flex-grow:0;}
}
@media screen and (min-width: 992px) {
    .scotforge .sf_col {-ms-flex-preferred-size:33.33%; flex-basis:33.33%;}
}

.scotforge .sf_post_blog {position:relative; margin:0px 10px 10px 10px; flex-grow:1; flex-shrink:1; flex-basis:100%; background:#ffffff;}
.scotforge .sf_post_img {position:relative; padding-bottom:75%; overflow:hidden; border-bottom:1px solid #efefef;}
.scotforge .sf_post_img img {position:absolute; left:50%; top:50%; -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); min-width:100%; min-height:100%;}
.scotforge .sf_post_title {}
.scotforge .sf_post_calendar {position:absolute; right:0px; top:20px; padding:10px; min-width:50px; background:rgba(15,15,15,0.8); z-index:2; color:#ffffff; font-size:13px; line-height:100%;}
.scotforge .sf_post_txt {padding:15px; overflow:hidden;}
.scotforge .sf_post_categories {display:inline-block; width:100%; text-indent:-99999px;}
.scotforge .sf_post_categories a {display:block; float:left; margin-left:10px; color:#c33c33; font-size:14px; font-weight:bold; text-decoration:none; text-indent:0px;}
.scotforge .sf_post_categories a:hover {color:#b31d1d;}
.scotforge .sf_post_categories a:first-child {margin-left:0px;}
.scotforge .sf_post_edit {float:right;}
.scotforge .sf_post_title {margin:10px 0px 15px 0px; line-height:100%;}
.scotforge .sf_post_title, .scotforge .sf_post_title a {display:block; color:#444444; font-size:20px; font-weight:bold; text-decoration:none;}
.scotforge .sf_post_title a:hover {text-decoration:none;}
.scotforge .sf_post_summary {color:#777777;}
@media screen and (min-width: 768px) {
    .scotforge .sf_post_txt {padding:20px;}
}

.scotforge .sf_details_item {padding:0px;}
.scotforge .sf_details_img {position:relative; margin:0px;}
.scotforge .sf_details_img img {width:100%;}
.scotforge .sf_details_calendar {position:absolute; right:0px; top:20px; padding:10px; min-width:50px; background:rgba(15,15,15,0.8); z-index:2; color:#ffffff; font-size:13px; line-height:100%;}
.scotforge .sf_details_header {position:relative; margin:0px 0px 25px 0px; padding:15px 20px 20px 20px; background:#ffffff; z-index:1;}
.scotforge .sf_details_categories {display:inline-block; width:100%; text-indent:-99999px;}
.scotforge .sf_details_categories a {display:block; float:left; margin-left:10px; color:#c33c33; font-size:14px; font-weight:bold; text-decoration:none; text-indent:0px;}
.scotforge .sf_details_categories a:hover {color:#b31d1d;}
.scotforge .sf_details_categories a:first-child {margin-left:0px;}
.scotforge .sf_details_edit {float:right;}
.scotforge .sf_details_title {display:block; margin:10px 0px 15px 0px; color:#444444; font-family:'museo-slab', serif; font-size:26px; font-weight:bold; text-decoration:none; line-height:100%;}
.scotforge .sf_details_description {color:#777777;}
.scotforge .sf_details_share {margin:20px 0px; text-align:center;}
.scotforge .sf_details_body {}
@media screen and (min-width: 768px) {
    .scotforge .sf_details_item {padding:0px 50px;}
    .scotforge .sf_details_img {margin:0px -50px;}
    .scotforge .sf_details_header {margin:-60px 0px 25px 0px; padding:20px 30px 30px 30px;}
    .scotforge .sf_details_title {font-size:35px;}
}

.scotforge.ms-container h1, .scotforge.ms-container h2, .scotforge.ms-container h3,
.scotforge.ms-container h4, .scotforge.ms-container h5, .scotforge.ms-container h6,
.scotforge .ms-h1, .scotforge .ms-h2, .scotforge .ms-h3, .scotforge .ms-h4,
.scotforge .ms-h5, .scotforge .ms-h6, html .scotforge, body .scotforge,
.scotforge div, .scotforge span, .scotforge applet, .scotforge object, .scotforge iframe,
.scotforge h1, .scotforge h2, .scotforge h3, .scotforge h4, .scotforge h5, .scotforge h6, .scotforge p,
.scotforge blockquote, .scotforge pre, .scotforge a, .scotforge abbr,
.scotforge .scotforge acronym, .scotforge address, .scotforge big,
.scotforge cite, .scotforge code, .scotforge del, .scotforge dfn, em,
.scotforge img, .scotforge ins, .scotforge kbd, .scotforge q, .scotforge s, .scotforge samp,
.scotforge small, .scotforge strike, .scotforge strong, .scotforge sub,
.scotforge sup, .scotforge tt, .scotforge var, .scotforge b, .scotforge u, i,
.scotforge center, .scotforge dl, .scotforge dt, .scotforge dd, .scotforge ol,
.scotforge ul, .scotforge li, .scotforge fieldset, .scotforge form,
.scotforge label, .scotforge legend, .scotforge caption,
.scotforge article, .scotforge aside, .scotforge canvas,
.scotforge details, .scotforge embed, .scotforge figure,
.scotforge figcaption, .scotforge footer, .scotforge header,
.scotforge hgroup, .scotforge menu, .scotforge nav, .scotforge output,
.scotforge ruby, .scotforge section, .scotforge summary,
.scotforge time, .scotforge mark, .scotforge audio, .scotforge video,
.scotforge a:hover, .scotforge a:link,
.scotforge ms-container a:visited {
    font-family: 'Lato',Arial, Helvetica, sans-serif;
}

.scotforge .msearch-toolbar .search-button {
    background: url("Images/search.png") transparent no-repeat;
    border: none;
    text-indent: -999px;
    width: 20px;
    position: relative;
    padding: 0;
    box-shadow: none;
    outline: none;
    margin-left: -28px;
}

    .scotforge .msearch-toolbar .search-button:before {
        display: block;
        font-size: 12px;
        font-family: fontawesome;
        font-weight: 600;
        content: "\f002";
    }

.scotforge.widgetmodule {
    color: #999999;
    font-size: 16px;
}

    .scotforge.widgetmodule h3 {
        font-size: 15px;
        color: #444444;
        text-transform: uppercase;
        margin-bottom: 20px;
        line-height: normal;
        font-weight: 600;
    }

        .scotforge.widgetmodule h3:after {
            content: "";
            display: block;
            background: #444;
            width: 40px;
            height: 2px;
            margin-top: 5px;
        }

.scotforge .mwidgetposts .posttitle,
.scotforge .post .footer a, .scotforge .post .post-tags,
.scotforge .post .post-tags a {
    color: #444;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

.scotforge section.timeline .post {
    margin: 0;
    border: none;
}

.scotforge .blog_content {
    padding: 15px;
}

.scotforge section.timeline .blog_content {
    padding: 0 20px 20px 20px;
}

.scotforge .mwidgetposts a.postcomment {
    color: #999;
    font-size: 16px;
}

.scotforge .msearch-result .ms-result .lnktitle {
    cursor: pointer;
    text-transform: capitalize;
    line-height: 30px;
    display: inline-block;
    font-weight: 400;
    color: #777;
    font-size: 20px;
    margin-bottom: 4px;
    text-decoration: none;
}

    .scotforge .msearch-result .ms-result .lnktitle:hover {
        color: #444;
    }

.scotforge .categories, .scotforge .archives, .scotforge .authors,
.scotforge .tags, .scotforge .mwidgetposts,
.scotforge section.timeline,
.scotforge .masonry-body {
    background: #fff;
    padding: 15px;
    margin: 15px 0;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    clear: both;
}

.scotforge .calendar {
    margin: 15px 0;
    clear: both;
}

.scotforge ul {
    margin: 0;
    padding-left: 0;
}

.scotforge .postdetail {
    margin-left: 70px;
    line-height: 18px;
    min-height: 60px;
}

.scotforge .post .footer, .scotforge .post .footer a, .scotforge .post .post-tags, .scotforge .post .post-tags a {
    font-style: normal;
    font-size: 14px;
    color: #999;
}

.scotforge .mwidgetposts .posttimeago {
    font-size: 14px;
    color: #999;
    text-transform: lowercase;
}

.scotforge .mwidgetposts ul li {
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
    margin-bottom: 15px;
    padding: 10px;
}

    .scotforge .mwidgetposts ul li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

.scotforge.widgetmodule .mwidgetposts .postimage {
    float: left;
    margin-right: 12px;
}

.scotforge .msearch-result span.desc {
    font-size: 16px;
    line-height: 26px;
    color: #999;
}

.scotforge.widgetmodule .tags a {
    padding: 6px;
    margin-bottom: 4px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    font-size: 13px;
}

.scotforge .tags a:hover {
    background: #e6e6e6;
    border: 1px solid #d2d2d2;
    text-decoration: none;
}

.scotforge .tags span > a {
    font-size: 13px;
    opacity: 1;
    color: #444;
}

.scotforge.widgetmodule .featured-box {
    background: #fff;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.06);
    border: 1px solid #e5e5e5;
}

.scotforge div.featured-box {
    border-radius: 0;
}

.scotforge.widgetmodule a.read-more,
.scotforge .blog_content a.read-more {
    color: #bbb;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
    text-align: right;
    display: inline;
}

    .scotforge.widgetmodule a.read-more:hover span.arrowicon:after,
    .scotforge .blog_content a.read-more:hover span.arrowicon:after {
        color: #777;
        position: relative;
        animation: example 1s;
        animation-iteration-count: 1;
        animation-direction: reverse;
    }

@keyframes example {
    0% {
        left: 0px;
    }

    25% {
        left: 5px;
    }

    50% {
        left: 0px;
    }

    75% {
        left: 10px;
    }

    100% {
        left: 0px;
    }
}

.scotforge span.arrowicon:after {
    content: "\f178";
    font-family: fontawesome;
    margin-left: 2px;
    vertical-align: middle;
}

.scotforge div.featured-box div.box-content {
    border-radius: 0;
    border-top: none;
    padding: 0;
}

.scotforge.widgetmodule article.post img {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    max-width: 100%;
    display: inline-block;
}


.scotforge section.timeline a.heading {
    font-size: 24px;
    display: inline-block;
    margin: 0;
    color: #777;
}

.scotforge .msearch-result {
    display: none;
    background-color: #ffffff;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
}

    .scotforge .msearch-result .ms-result .result:last-child {
        border-bottom: none;
    }

    .scotforge .msearch-result .ms-result .result {
        border-bottom: 1px solid #eaeaea;
        padding: 15px;
    }

    .scotforge .msearch-result .close-button {
        background: url("Images/close.png") transparent no-repeat;
        border: none;
        text-indent: -999px;
        width: 30px;
        height: 32px;
        position: relative;
        float: right;
        right: -8px;
        min-width: 30px;
        box-shadow: none;
        outline: none;
    }

    .scotforge .msearch-result h3 {
        font-size: 15px;
        color: #444444;
        text-transform: uppercase;
        margin-bottom: 10px;
        line-height: normal;
    }

        .scotforge .msearch-result h3:after {
            content: "";
            display: block;
            background: #444;
            width: 40px;
            height: 2px;
            margin-top: 5px;
        }

/*---------------------------------------------------------------*/

.scotforge .mwidgetposts .post {
    line-height: 26px;
    color: #999;
}

.scotforge .post {
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 15px;
    font-style: normal;
    color: #777;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    position: relative;
    background-color: #fff;
}

.scotforge .lb_img  {
    text-align: center;
    margin: 0 auto 0;
    max-width:100%;
}
.scotforge .lb_img img{
    max-width:100%;
}
.scotforge .post .blog_content .blog_header h2 {
    margin: 0px;
    line-height:24px;
    margin-bottom:5px;
}

.scotforge .post .blog_content .blog_header {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}

.scotforge .blog_image a, .scotforge .blog_image img {
    width: 100%;
}

.scotforge .post .blog_content img {
    width: auto;
    max-width: 100%;
}

.scotforge .blog_content h2 {
    text-transform: capitalize;
    display: inline-block;
    clear: right;
    font-weight: 500;
    color: #777;
    font-size: 28px;
    margin: 10px 0;
}

    .scotforge .blog_content h2:hover {
        color: #333;
    }

.scotforge .blog_content ul {
    list-style-type: none;
    margin-left: 0;
    font-size: 13px;
    padding-left: 0;
}

    .scotforge .blog_content ul .comment_icon:before {
        font-size: 14px;
        font-family: fontawesome;
        font-weight: 600;
        content: "\f0e5";
        padding-right: 4px;
    }

    .scotforge .blog_content ul .view_icon:before {
        content: "\f06e";
        font-family: fontawesome;
        padding-right: 4px;
    }

    .scotforge .blog_content ul .read_time:before {
        content: "\f017";
        font-family: fontawesome;
        padding-right: 4px;
    }

    .scotforge .blog_content ul .user_icon:before {
        content: "\f007";
        font-family: fontawesome;
        padding-right: 4px;
    }

    .scotforge .blog_content ul .Calendar_icon:before {
        content: "\f073";
        font-family: fontawesome;
        padding-right: 4px;
    }

    .scotforge .blog_content ul .categories_icon:before {
        content: "\f022";
        font-family: fontawesome;
        padding-right: 4px;
    }


.scotforge .blog_content .blog_summary p {
    margin-bottom: 16px;
}

.scotforge .blog_content .blog_header ul li {
    display: inline;
    vertical-align: middle;
}

    .scotforge .blog_content .blog_header ul li:first-child {
        padding-left: 0px;
    }

.scotforge .msearch-result .caption {
    font-size: 13px;
}

    .scotforge .post .blog_content li a,
    .scotforge .msearch-result .caption > a {
        color: #777;
        width: auto;
    }

        .scotforge .post .blog_content li a:hover,
        .scotforge .msearch-result .caption > a:hover {
            color: #444;
            text-decoration: none;
        }

.scotforge .post .blog_content li .link_seperate {
    padding: 0 10px;
    color: #ddd;
}

.scotforge .blog_content .blog_tags {
    font-size: 12px;
    color: #999;
}

    .scotforge .blog_content .blog_tags span {
        font-size: 0px;
    }

    .scotforge .blog_content .blog_tags a {
        background-color: #f6f6f6;
        border: 1px solid #e5e5e5;
        display: inline-block;
        color: #999;
        font-size: 13px;
        margin: 0 4px 4px 0;
        padding: 4px 8px;
    }

        .scotforge .blog_content .blog_tags a:hover {
            background: #e6e6e6;
            color: #777;
        }

.scotforge .blog_content .social {
    font-size: 12px;
    float: right;
    margin-top:10px;
}

.scotforge .blog_content .post_tags {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    margin: 10px 0 20px;
}

.scotforge .blog_content .blog_comment {
    color: #999;
}

    .scotforge .blog_content .blog_comment label {
        font-weight: normal;
    }

    .scotforge .blog_content .CommentData .heading,
    .scotforge .blog_content .blog_comment .newheading,
    .scotforge .blog_content .blog_comment .replyheading {
        font-size: 15px;
        color: #444444;
        text-transform: uppercase;
        margin-bottom: 20px;
        line-height: normal;
        font-weight: bold;
    }

        .scotforge .blog_content .CommentData .heading::after, .scotforge .blog_content .blog_comment .newheading::after,
        .scotforge .blog_content .blog_comment .replyheading::after {
            content: "";
            display: block;
            background: #444;
            width: 40px;
            height: 2px;
            margin-top: 5px;
        }

.scotforge .blog_content .CommentData > div:not(:first-child) {
    margin: 10px 0 20px;
}

.scotforge .blog_content .CommentData > div:last-child {
    margin: 10px 0 0px;
}

.scotforge .CommentData .cmt-border {
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.scotforge .comment_section {
    margin-bottom: 10px;
}


    .scotforge .comment_section p {
        margin: 0;
    }

.scotforge .blog_content .CommentData .comment_section .name img,
.scotforge.widgetmodule .mwidgetposts img {
    float: left;
    width: 52px;
    border-radius: 5px;
    max-height: 52px;
    padding: 2px;
    border: 1px solid #ccc;
}

.scotforge .blog_content .CommentData .com .name img {
    width: 44px;
    height: 44px;
}

.scotforge .blog_content .CommentData > div .content {
    margin-left: 70px;
}

.scotforge .blog_content .CommentData .content .userinfo {
    font-size: 14px;
    font-weight: 600;
}

.scotforge .blog_content .CommentData .content .comment_time {
    font-size: 12px;
    float: right;
    color: #aaa;
    font-style: italic;
}


.scotforge .blog_content .CommentData .content .reply {
    color: #777;
    font-size: 13px;
    font-weight: bold;
}

input[type="text"], select, textarea, input[type="email"], input[type="search"], input[type="password"] {
    background: #fff;
}

.scotforge .blog_content select {
    width: 50% !important;
}

.scotforge .blog_content .CommentData .com {
    margin-left: 70px;
}

.scotforge .blog_content .blog_comment input[type="text"],
.scotforge .blog_content .blog_comment select,
.scotforge .blog_content .blog_comment textarea,
.scotforge .blog_content .blog_comment .Preview,
.scotforge .blog_content .blog_comment input[type="email"] {
    padding: 10px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 0px;
    box-sizing: border-box;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #999;
    font-size: 14px;
    line-height: normal;
}

.scotforge.widgetmodule .search input[type="text"] {
    margin-bottom: 0;
}

.scotforge .blog_content .blog_comment textarea {
    width: 100% !important;
}

    .scotforge .blog_content .blog_comment input[type="text"]:focus,
    .scotforge .blog_content .blog_comment textarea:focus,
    .scotforge .blog_content .blog_comment .Preview:focus,
    .scotforge .blog_content .blog_comment input[type="email"]:focus {
        outline: 1px solid #dddddd;
    }

.scotforge .blog_content .blog_comment .Preview {
    width: 100% !important;
    line-height: normal !important;
}

.scotforge .blog_content .blog_comment .normalCheckBox.Notification {
    display: block;
}

.scotforge .blog_content .blog_comment table.normalRadioButton {
    float: left;
}

.scotforge .blog_content .blog_comment .normalRadioButton input[type="radio"] {
    margin: 0 10px 0 5px;
}

.scotforge .blog_content .blog_comment .normalRadioButton label {
    display: inline;
}

.scotforge .blog_content .blog_comment .normalCheckBox input[type="checkbox"] {
    margin: 0 10px 0 0;
}

.scotforge .blog_content .blog_comment .mbutton {
    background-color: #f6f6f6;
    color: #999;
    padding: 2px 6px;
    border: 1px solid #ccc;
}

.scotforge .blog_content .blog_comment .SaveComment.mbutton {
    color: #999;
    background: #f6f6f6;
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 0px;
    font-weight: normal;
    margin: 0 !important;
}

.scotforge .blog_content .blog_comment .SaveComment:hover,
.scotforge .blog_content .blog_comment .mbutton:hover {
    background: #e6e6e6;
    cursor: pointer;
}

.scotforge .head {
    background: #fff;
    padding: 15px;
    border: 1px solid #e5e5e5;
    margin: 15px 0;
}

.scotforge h3.blogname {
    margin: 0px;
    padding: 0px;
    color: #777;
    display: inline-block;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
}

.scotforge p.blogdescription {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    line-height: normal;
}

.scotforge .mrssfeeds {
    float: right;
    margin-top: 10px;
}

.scotforge .manageblog {
    float: right;
    margin: 30px 0 15px;
    clear: both;
}

.scotforge .post .line {
    clear: both;
    height: 2px;
    overflow: hidden;
    width: 100%;
    background: url(Images/line.gif) repeat-x scroll center top transparent;
}

.scotforge .post .footer {
    padding: 0 18px;
    height: 42px;
    font-size: 13px;
    line-height: 42px;
    background: url(Images/box-bg.gif) repeat-x scroll center top #EEEEEE;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    webkit-border-radius: 0px 0px 4px 4px;
}

.scotforge .blog_content .read_more {
    border-top: 1px solid #f3f3f3;
    padding: 10px 0 0;
    clear:both;
    text-align:right;
}


.scotforge .blog_content .timeline_social {
    font-size: 14px;
    float: right;
    padding-top: 8px;
}

.scotforge .blog_content .read_more .read a {
    color: #999;
    font-size: 15px;
}

    .scotforge .blog_content .read_more .read a:hover,
    .scotforge .blog_content h2 a,
    .scotforge .blog_content .CommentData .content a:hover,
    .scotforge.widgetmodule a.read-more:hover,
    .scotforge .blog_content a.read-more:hover {
        color: #777;
    }

        .scotforge .blog_content h2 a:hover {
            color: #333;
        }

.scotforge .post .footer .left span {
    background: url(Images/count-bg.png) no-repeat scroll left center transparent;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    margin-right: 6px;
    padding: 4px 0 8px;
    text-align: center;
    width: 33px;
}

.scotforge .post .footer .left a {
    color: #878787;
    font-weight: bold;
    font-style: italic;
    font-size: 11px;
}

@media screen and (max-width:610px) {
    .scotforge .blog_content .CommentData .com {
        margin-left: 0px;
    }

    .scotforge .comment_section p {
        text-align: justify;
    }

    .scotforge .blog_content .blog_comment table + div {
        margin-top: 0 !important;
    }

    .scotforge .blog_content .social {
        float: none;
    }
}

@media screen and (max-width:410px) {
    /*.scotforge .blog_content .CommentData > div .name {
        text-align: center;
        margin-right: 0;
        width: 100%;
        height: 112px;
    }*/

    .scotforge .comment_section {
        padding: 16px;
    }

    .scotforge .blog_content .CommentData .content .userinfo {
        font-weight: bold;
        color: #999;
    }
}

.scotforge .post .timeline {
    width: 12.2%;
    padding-right: 27px;
    position: relative;
    box-sizing: border-box;
    z-index: 99;
    -webkit-box-sizing: border-box;
}

.scotforge .post .date {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
    cursor: scotforge;
}

    .scotforge .post .date:hover {
        background: #f6f6f6;
        transition-duration: 0.4s;
    }

.scotforge .post .day {
    font-size: 24px;
    color: #999;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 12px;
    line-height: 20px;
}

.scotforge .post .month {
    font-size: 20px;
    text-align: center;
    width: 100%;
    color: #666;
    float: left;
    line-height: 18px;
    letter-spacing: 1px;
    font-style: normal;
}

.scotforge .post .date:hover .day, .scotforge .post .date:hover .month {
    color: #777;
    transition-duration: 0.5s;
}

.scotforge .post .timeline-border {
    position: absolute;
    top: 0px;
    width: 1px;
    height: 100%;
    float: left;
    z-index: 0;
    left: 35px;
    background: #ccc;
}

.scotforge .timeline article:last-of-type .timeline-border {
    width: 0;
}

.scotforge .post .Main_blog {
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #999999;
    font-size: 16px;
    margin-left: 90px;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    webkit-border-radius: 0px 0px 4px 4px;
    border: 1px solid #e5e5e5;
}

.scotforge .authors li {
    list-style: none;
    padding: 7px 15px 7px 0;
    border-bottom: none;
    position: relative;
}

    .scotforge .authors li a:first-child img {
        width: 25px;
        margin: 4px 8px 0 0;
        float: left;
    }

    .scotforge .authors li a:last-child {
        position: absolute;
        right: 4px;
    }

.scotforge .categories ul li,
.scotforge .archives ul li {
    list-style: none;
    margin: 2px 0;
    position: relative;
    padding-left: 18px;
    line-height:24px;
    font-size:14px;
}

    .scotforge .categories ul li a,
    .scotforge .archives ul li a,
    .scotforge .authors li a {
        color: #999;
        text-decoration: none;
        /* line-height: 15px; */
        margin-bottom: 4px;
        display: inline-block;
    }
    .scotforge .authors li a{
        vertical-align:middle;
    }
        .scotforge .categories ul li a:hover,
        .scotforge .archives ul li a:hover,
        .scotforge .authors li a:hover {
            color: #777;
        }

.scotforge .categories li a img[alt="rss"] {
    position: absolute;
    right: 4px;
    top: 8px;
}

.scotforge .post a {
    text-decoration: none;
}

.scotforge .ui-widget-content .ui-icon {
    background-image: url(Images/ui-icons_222222_256x240.png);
}

.scotforge .toggleIcon {
    cursor: pointer;
}

.scotforge .ui-widget-header .ui-icon {
    background-image: url(Images/ui-icons_222222_256x240.png);
}

.scotforge .ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.scotforge .ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

    .scotforge .ui-icon-circle-triangle-e .scotforge .ui-state-hover .ui-icon, .scotforge .ui-state-focus .ui-icon {
        background-image: url(Images/ui-icons_454545_256x240.png);
    }

.scotforge .ui-state-active .ui-icon {
    background-image: url(Images/ui-icons_454545_256x240.png);
}

.scotforge .ui-state-highlight .ui-icon {
    background-image: url(Images/ui-icons_2e83ff_256x240.png);
}

.scotforge .ui-datepicker .ui-datepicker-prev, .scotforge .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

    .scotforge .ui-datepicker .ui-datepicker-prev span, .scotforge .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

.scotforge .ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.scotforge .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-image: url(Images/ui-icons_222222_256x240.png);
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    position: relative;
    background: #aaa;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.scotforge .ui-datepicker .ui-datepicker-title {
    padding: 4px 0;
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    text-transform: uppercase;
}

.scotforge .ui-widget-content {
    border: 1px solid #e5e5e5;
}

.scotforge .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
}

.scotforge .ui-datepicker-calendar td {
    text-align: center;
    padding: 10px;
}

.scotforge table.ui-datepicker-calendar thead {
    background: #e6e6e6;
    color: #fff;
    font-size: 14px;
}

    .scotforge table.ui-datepicker-calendar thead th span {
        padding: 4px 0;
        display: block;
        color: #000;
        text-align: center;
    }

.scotforge table.ui-datepicker-calendar tbody {
    background: #fff;
}

.scotforge span.ui-state-scotforge {
    color: #999;
    cursor: scotforge;
}

.scotforge .calendar .LiveBlogDateHlight {
    background-color: #ccc;
}

    .scotforge .calendar .LiveBlogDateHlight a {
        color: #fff;
    }

.scotforge .readingTime {
    text-transform: lowercase;
}


.scotforge .moverlay {
    display: none;
    width: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.scotforge .msearch-result.mlightbox {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    right: 25%;
    max-height: 50%;
    padding: 16px;
    border: 1px solid #e5e5e5;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.scotforge .mlightbox .close-button {
    top: -5px;
}

.ms-result:not(.result) {
    font-size: 20px;
}

.scotforge .head .m-avatar, .scotforge .head p {
    font-size: 14px;
    margin: 0;
    color: #999;
}

.scotforge .search {
    width: auto;
    height: 40px;
    float: none;
}

.scotforge .cmt-border > hr {
    display: none;
}

.scotforge .cmt-border hr {
    background-image: -webkit-linear-gradient(left,transparent,#dbdbdb,transparent);
    background-image: linear-gradient(to right,whitesmoke,#cdcbcb,transparent);
    border: 0;
    height: 1px;
    margin: 20px 0;
}

.scotforge .owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: -20px;
    width: 100%;
}

.scotforge .lb-owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: -20px;
    width: 100%;
}


    .scotforge .lb-owl-carousel .owl-nav .owl-prev[class*='owl-'],
    .scotforge .lb-owl-carousel .owl-nav .owl-next[class*='owl-'] {
        display: inline-block;
        position: absolute;
        width: 30px;
        height: 30px;
    }

    .scotforge .lb-owl-carousel .owl-nav .owl-next[class*='owl-'] {
        right: -5px;
        font-size: 30px;
        background: transparent;
        border-radius: 0 4px 4px 0;
    }

    .scotforge .lb-owl-carousel .owl-nav .owl-prev[class*='owl-'] {
        left: -5px;
        font-size: 30px;
        background: transparent;
        border-radius: 0 4px 4px 0;
    }

        .scotforge .lb-owl-carousel .owl-nav .owl-next[class*='owl-']:hover,
        .scotforge .lb-owl-carousel .owl-nav .owl-prev[class*='owl-']:hover {
            background: transparent;
        }

.scotforge .lb-owl-carousel.owl-drag .owl-item .jackbox {
    width: 100%;
}

/*masonry Start*/

.scotforge .masonry-item.init {
    opacity: 1;
}

.scotforge .masonry-item .masonry-item {
    min-height: 1px;
    list-style-type: none;
}

.scotforge .masonry-item div.featured-box div.box-content div.postinfo {
    color: #9e9e9e;
    padding: 13px 0;
    font-size: 13px;
}

    .scotforge .masonry-item div.featured-box div.box-content div.postinfo a {
        color: #9e9e9e;
    }

.scotforge .masonry-item div.featured-box div.box-content .post-content {
    font-size: 16px;
    line-height: 26px;
    color: #999;
    padding: 0 0 20px 0;
}

.scotforge div.masonry-list .blog_content {
    padding: 0 20px 20px 20px;
    background-color: #fff;
}

.masonry .masonry-item {
    width: 25%;
}


/*Pager*/

.scotforge .pager {
    border-radius: 4px;
    text-align: center;
}

    .scotforge .pager .CurrentPage,
    .scotforge .pager .CurrentPageSelected,
    .scotforge .pager .PagePrev,
    .scotforge .pager .PageNext {
        padding: 7px 12px;
        text-decoration: none;
        background-color: #fff;
        color: #777;
        display: inline-block;
    }

    .scotforge .pager a:hover,
    .scotforge .pager .CurrentPageSelected,
    .scotforge .pager span.CurrentPage {
        background-color: #eee;
        color: #444;
    }

.scotforge .rightTriangle {
    width: 0;
    height: 0;
    display: inline-block;
    border: 5px solid transparent;
    top: 8px;
    position: absolute;
    left: 2px;
    cursor: pointer;
    border-left-color: #999;
}

.scotforge .bottomTriangle {
    width: 0;
    height: 0;
    display: inline-block;
    border: 5px solid transparent;
    border-top-color: #999;
    top:11px;
    position: absolute;
    left: 2px;
    cursor: pointer;
}

.scotforge section.timeline:after {
    display: none;
}

.scotforge .lb-owl-carousel.owl-carousel{
    margin-bottom:0px;
}
.scotforge .lb-owl-carousel .owl-controls{
    margin-top:0px;
}
.scotforge .lb-owl-carousel .owl-nav .owl-next:before {
    font-family: FontAwesome;
    content: "\f054";
    position: relative;
    left: -1px;
    top: 1px;
    color: #999;
}

.scotforge .lb-owl-carousel .owl-nav .owl-prev:before {
    font-family: FontAwesome;
    content: "\f053";
    position: relative;
    left: -1px;
    top: 1px;
    color: #999;
}
.scotforge .lb-owl-carousel .owl-item .sf_post_img img {
    display: block;
     max-width: 100%; 
     margin:auto;
     width:auto;
}
.scotforge.widgetmodule .mwidgetposts.blogrolls ul li a img{
           float: none;
    width: auto;
    width: 12px;
    border: 0px;
    border-radius: 0px;
    margin-left: 0px;
}
.scotforge.widgetmodule .mwidgetposts.blogrolls>ul>li>a{
    font-size: 15px;
    color: #444444;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: normal;
    font-weight: 600;
}
.scotforge.widgetmodule .mwidgetposts.blogrolls>ul>li{
    padding:0px;
}
.scotforge.widgetmodule .mwidgetposts.blogrolls>ul>li>span.blogrollHeading {
        display: block;
    background: #444444;
    width: 40px;
    height: 2px;
    margin-top: 5px;
    margin-bottom:20px;
}
.scotforge.widgetmodule .mwidgetposts.blogrolls>ul ul{
    margin-left:10px;
}
.scotforge.widgetmodule .mwidgetposts.blogrolls>ul ul>li{
        padding: 0px;
    padding-bottom: 8px;
    margin-bottom: 6px;
}

.scotforge.widgetmodule .mwidgetposts.blogrolls>ul ul>li>a{
        color: #444;
    font-size: 14px;
}
.scotforge.widgetmodule .calendar .ui-state-highlight {
     border: 0; 
     background: none; 
     padding:0px;
}
.scotforge .SearchPosts span.desc{
    margin-left:0px;
}
.scotforge .SearchPosts .page{
    padding: 4px;
}
.scotforge .SearchPosts .page.pageselected{
    padding: 4px;
    text-decoration:underline;
}


.scotforge .blog_content .related_Posts ul li{
    display:inline-block;
    width: 170px;
    margin: 0 20px 20px 0px;
    list-style-type: none;
    text-align: center;
    overflow: hidden;
    border: 1px solid #eee;
    background-color: #fff;
    position: relative;
    height: 370px;
    font-family: Arial,Helvetica,sans-serif;
    padding: 10px;
}
.scotforge .blog_content .related_Posts h3{
    font-size: 15px;
    color: #444444;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: normal;
    font-weight: 600;
}
.scotforge .blog_content .related_Posts h3:after{
    font-size: 17px;
    content: "";
    display: block;
    background: #444;
    width: 40px;
    height: 2px;
    margin-top: 8px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #777;
    line-height: normal;
}
.scotforge .blog_content .related_Posts ul li .caption{
    text-align:left;
}
.scotforge .blog_content .related_Posts ul li .jackbox img{
    max-width: 190px;
    max-height: 100px;
}
.scotforge .blog_content .related_Posts ul li .cont > img {
    margin-bottom: 10px;
}
    .scotforge .blog_content .related_Posts ul li .jackbox {
        margin: 0 0 10px;
        z-index: 1;
    }

    .scotforge .blog_content .related_Posts ul li .post-link {
        display: block;
        height: 390px;
        margin: 0;
        position: absolute;
        width: 188px;
        bottom: 0;
        left: 0;
        z-index: 0;
    }
.recentposts {
    
}
.recentposts .owl-articles {
    
}
.recentposts .owl-carousel .owl-stage-outer {
    padding:20px 10px;
}
.recentposts .owl-articles .owl-stage{
    display:flex;
}
.recentposts .owl-articles .owl-item {
    padding:0 10px;
    position:relative;

}
.recentposts .owl-articles .owl-item:hover .sf_post_txt .sf_post_title a{
    text-decoration: underline !important;
}
.recentposts .owl-articles .owl-item .sf_post_img img {
    min-height: 240px !important;
    max-height:330px !important;
    width:100% !important;
}
.recentposts .owl-articles .owl-item .sf_blog{
    background:#ffffff;
    height: 100%;
    position:relative;
}
.recentposts .owl-articles .sf_post_img {
    height: 220px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    position:relative;
}
.recentposts .owl-articles .sf_post_calendar {
    position: absolute;
    bottom: 5px;
    right: 0px;
    background: #0C4425;
    color: #fff;
    padding: 5px 10px 5px 25px;
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
}
.recentposts .owl-articles .sf_post_txt {
    padding:30px;
}
.recentposts .owl-articles .sf_post_txt .sf_post_title,
.recentposts .owl-articles .sf_post_txt .sf_post_title a{
    color:#000000;
    font-size:22px;
    line-height:30px;
    margin:0 0 30px;
    text-transform: none !important;
    letter-spacing:0px !important;
}
.recentposts .owl-articles .sf_post_txt .sf_post_categories a {
    color:#156C3C;
    font-size:16px;
    font-weight:bold;
}
.recentposts .owl-articles .owl-prev,
.recentposts .owl-articles .owl-next {
    -webkit-appearance: none !important;
    border: 2px solid #000;
    height: 65px;
    width: 65px;
    display:inline-block;
    background:#ffffff;
    padding:16px;
    float:left;
}
.recentposts .owl-articles .owl-prev:hover,
.recentposts .owl-articles .owl-next:hover {
    opacity:.3;
    transition: all 0.2s ease !important;
}
.recentposts .owl-articles .owl-prev.disabled,
.recentposts .owl-articles .owl-next.disabled {
    opacity:0.3;
}
.recentposts .owl-articles .owl-prev {
    margin-right:15px;
}
.recentposts .owl-articles .owl-prev .sf-arrow.left {
    transform:rotate(-180deg);
}
.recentposts .owl-articles .owl-prev i,
.recentposts .owl-articles .owl-next i {
    font-size:32px;
    color:#000000;
}
.recentposts .owl-articles .owl-nav {
    position: absolute;
    left: -47.5%;
    top: 55%;
}
