@import "font-awesome";

body {
    overflow-x: hidden;
    overflow-y: scroll;
    color: #333;
}

hr {
    color: #f1f1f1;
    background-color: #f1f1f1;
    height: 1px;
    border: 0 none;
    margin: 20px 0;
    clear: both;
}

.title {
    max-width: 1400px;
    margin: 0 auto;
}

/*removes X that gets placed in textbox in IE*/
::-ms-clear {
    display: none;
}

.boxshadow {
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.2);
}


*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*Blog Button Styles*/

.btn-blog {
    background-color: #00a9e0;
    border: none;
    color: white !important;
    padding: 16px 32px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    opacity: 0.8;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 9px;
}

    .btn-blog:hover {
        opacity: 1
    }


a {
    color: #333;
}

    a:hover {
        color: #79a900;
    }



.sub-container {
    /*width: 90%;*/
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .sub-container > .row {
        margin-right: -30px;
        margin-left: -30px;
    }

.blog-post {
    max-width: 1400px !important;
}



.blog-search-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: space-between;
}

.blog-title {
    float: left;
    font-size: 21px;
    font-weight: 600;
    padding: 15px 0 0 0;
}

    .blog-title a {
        color: #333;
        text-decoration: none;
    }






.row:after, .row:before {
    display: table !important;
    content: " " !important;
}

@media (max-width: 378px) {
}

@media (max-width: 767px) {
}

@media (max-width: 1100px) {
}

@media (max-width: 767px) {
}





::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}


::-moz-placeholder {
    color: #999;
    font-style: italic;
}


:-ms-input-placeholder {
    color: #999;
    font-style: italic;
}


:-moz-placeholder {
    color: #999;
    font-style: italic;
}





#blog-content {
    overflow: hidden;
}


.loadmore-row {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 60px;
    text-align: center;
}

#loadmorelink:hover {
    color: #fff !important;
}





div[data-cat="a"] {
    background: #ccc;
}


div[data-cat="b"] {
    background: #666;
    color: #fff;
}


div[data-cat="c"] {
    background: #333;
    color: #fff;
}


.blog a:link,
.blog a:visited {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-left,
.blog-right {
    display: inline-block;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
}


.blog-left {
    width: 75%;
    padding-bottom: 60px;
}


.blog-right {
    width: 25%;
    padding-bottom: 60px;
}
/*customize*/
.content-box .MGSliderImage img {
    object-fit: none;
}
.content-box .slick-slider .slick-track, .content-box .slick-slider .slick-list{
	width:100%;
}
/*Applicable for content part mediagallery*/
.content-box .mgPlaceholder .slick-prev, .content-box .mgPlaceholder .slick-next {
   background: #668f00 !important;
    border-radius: 50%;
    height: 36px;
    width: 36px;
}
.content-box .mgPlaceholder .slick-prev:hover, .content-box .mgPlaceholder .slick-prev:focus, .content-box .mgPlaceholder .slick-next:hover, .content-box .mgPlaceholder .slick-next:focus {
     opacity: 0.8;
}
.content-box .mgPlaceholder .slick-arrow::before {
    line-height: unset;
}
.content-box .mgPlaceholder .slick-dots li button {
    border: 1px solid #668f00;
}
.content-box .mgPlaceholder .slick-dots li.slick-active button {
    background: #668f00;
}
/*Applicable for content part mediagallery*/
/*customize*/

@media (max-width: 991px) {

    .blog-left {
        width: 60%;
    }


    .blog-right {
        width: 40%;
    }
}

@media (max-width: 767px) {

    .blog-left {
        width: 100%;
    }


    .blog-right {
        width: 100%;
    }
}


.post-title {
    font-size: 36px !important;
    line-height: 38px !important;
    color: #292929 !important;
    font-weight: bold !important;
}


.post-meta-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}


.post-meta-data {
    display: inline-block;
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

    .post-meta-data li {
        float: left;
        font-weight: bold;
    }

        .post-meta-data li + li:before {
            content: "|";
            padding: 0 6px;
        }

        .post-meta-data li a:link,
        .post-meta-data li a:visited {
            text-transform: uppercase;
            text-decoration: none;
            font-size: 14px;
            font-weight: bold;
            line-height: 16px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .post-meta-data li a:hover,
        .post-meta-data li a:active,
        .post-meta-data li a:focus {
            /*color: #cc6721;*/
        }

    .post-meta-data span {
        text-transform: uppercase;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        line-height: 16px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.meta-permalink {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    font-size: 14px !important;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #292929 !important;
    font-family: "Open Sans", sans-serif !important;
}


.meta-tags {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .meta-tags ul {
        display: inline-block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .meta-tags ul li {
            display: inline-block;
            float: left;
            color: #292929 !important;
        }

            .meta-tags ul li a:link,
            .meta-tags ul li a:visited {
                display: inline-block;
                float: left;
                padding: 6px 12px;
                font-size: 12px;
                line-height: 12px;
                margin: 0 10px 10px 0;
                border: 1px solid #ebebeb;
                background-color: #ebebeb;
                border-radius: 5px;
                text-transform: uppercase;
                color: #000;
                font-family: "Open Sans", sans-serif !important;
                font-weight: normal !important;
            }

            .meta-tags ul li a:hover,
            .meta-tags ul li a:active,
            .meta-tags ul li a:focus {
                background-color: #cbcbcb;
            }


.blog-widget-title {
    display: inline-block !important;
    width: 100% !important;
    margin: 20px 0 !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    margin-top: 0 !important;
    color: #292929 !important;
}


    .blog-widget-title.with-line {
        padding: 0 0 14px 0;
        border-bottom: 1px solid #f1f1f1;
    }


.meta-related {
    display: inline-block;
    float: left;
    width: 100%;
}


.related-row {
    margin: 0 -15px 0 -15px;
}


.related-col {
    display: inline-block;
    float: left;
    padding: 0 15px 20px 15px;
    width: 33.33333%;
}

@media (max-width: 690px) {
    .related-col {
        width: 100%;
    }
}

.related-col h4 {
    font-size: 16px !important;
    font-weight: bold;
}


.related-title,
.related-title:link,
.related-title:visited {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

    .related-title h4,
    .related-title:link h4,
    .related-title:visited h4 {
        margin: 0 0 5px 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .related-title > span,
    .related-title:link > span,
    .related-title:visited > span {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
    }


.related-catagory,
.related-catagory:link,
.related-catagory:visited {
    text-transform: uppercase;
    color: #888888 !important;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}


    .related-catagory:hover,
    .related-catagory:active,
    .related-catagory:focus {
        color: #00a9e0 !important;
    }

.related-col span {
    text-transform: uppercase;
    color: #888888 !important;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

.blog-search {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

    .blog-search input[type=text] {
        width: 100%;
        padding: 0 10px;
        height: 34px;
        margin: 0;
        display: inline-block;
        border: none;
        box-sizing: border-box;
    }

    .blog-search input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        width: 34px;
        height: 34px;
        font-family: FontAwesome;
        font-size: 1.3333333333333333em;
        border: none;
        background: none;
        cursor: pointer;
        color: #1d386c;
        font-size: 16px;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

        .blog-search input[type="submit"]:hover,
        .blog-search input[type="submit"]:active {
            color: #cc6721;
        }

        .blog-search input[type=text]:focus,
        .blog-search input[type="submit"]:focus {
            outline: 0;
        }


.recent-posts {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}


.recent-post {
    display: table;
    width: 100%;
    margin: 0 0 12px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f1f1;
}

    .recent-post > div {
        display: table-cell;
        vertical-align: top;
    }

        .recent-post > div:last-child {
            padding-left: 15px;
        }


.recent-post-img {
    overflow: hidden;
    float: left;
    width: 73px;
    height: 73px;
}

    .recent-post-img img {
        width: 73px;
        height: auto;
    }


.recent-post-cat:link,
.recent-post-cat:visited {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
}


.recent-post-title:link,
.recent-post-title:visited {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 18px !important;
    text-transform: none;
}

    .recent-post-title:link h4,
    .recent-post-title:visited h4 {
        margin: 0;
        font-size: 16px !important;
        line-height: 18px !important;
    }


.recent-post-date {
    text-transform: none !important;
    color: #888888 !important;
}

.recent-post-labels {
    color: #888888;
    font-size: 12px;
    line-height: 1.8em;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-categories {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    .blog-categories ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .blog-categories ul li {
            padding: 4px 0;
        }

            .blog-categories ul li a:link,
            .blog-categories ul li a:visited {
                display: inline-block;
                width: 100%;
                line-height: 16px;
                color: #333;
                font-size: 14px !important;
                font-weight: bold;
                text-transform: uppercase;
            }



            .blog-categories ul li a:hover,
            .blog-categories ul li a:active,
            .blog-categories ul li a:focus {
                color: #00a9e0;
            }


.widget-facebook {
    display: inline-block;
    float: left;
    margin-bottom: 30px;
}


.widget-twitter {
    display: inline-block;
    float: left;
    margin-bottom: 30px;
}


.collapse {
    display: none;
}


    .collapse.in {
        display: block;
    }


.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}


.blog-expand-box {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}


.blog-expand-header {
    border-bottom: 1px solid #f1f1f1;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: table;
    width: 100%;
}


.blog-expand-title {
    display: table-cell;
    width: 90%;
    margin: 0;
    padding: 15px 15px 15px 0;
    font-size: 16px !important;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
}


.blog-expand-toggle {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 30px;
}

    .blog-expand-toggle a:link,
    .blog-expand-toggle a:visited {
        display: inline-block;
        float: right;
        width: 30px;
    }


.accordion-toggle i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-1, M12=0.0, M21=0.0, M22=-1)";
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-1, M12=0.0, M21=0.0, M22=-1);
}


.accordion-toggle.collapsed i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1);
}


.blog-expand-inner ul {
    padding: 0;
    margin: 10px 0;
    list-style: none;
}

    .blog-expand-inner ul li {
        padding: 4px 0;
    }

        .blog-expand-inner ul li a:link,
        .blog-expand-inner ul li a:visited {
            display: inline-block;
            width: 100%;
            font-size: 14px;
            line-height: 16px;
            color: #1d386c;
        }

        .blog-expand-inner ul li a:hover,
        .blog-expand-inner ul li a:active,
        .blog-expand-inner ul li a:focus {
            color: #cc6721;
        }


.widget-subscribe {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
}


.subscribe-form {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    margin: 20px 0;
}

.widget-contact {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.blog-comments input[type=text] {
    padding: 0 10px;
    height: 34px;
    margin: 0;
    border: none;
}

.blog-comments div {
    padding-bottom: 10px;
    max-width: 350px;
}

.page-content {
    padding-top: 0 !important;
}

.blog-subscribe-link {
    float: right;
    text-align: right;
}

@media (max-width: 992px) {
    .blog-breadcrumb {
        text-align: center;
        padding-bottom: 15px;
        font-size: 18px;
    }

    .blog-subscribe-link {
        text-align: center;
        font-size: 18px;
    }
}

@media (max-width: 599px) {

    .blog-breadcrumb {
        font-size: 12px;
    }

    .blog-subscribe-link {
        font-size: 12px;
    }
}

.blog-subscribe label {
    font-weight: bold;
}

.blog-main-bar {
    border-bottom: 1px solid #dddddd;
    color: #292929;
    height: 120px;
    font-size: 24px;
    font-weight: bold;
}

.blog-main-bar-container {
    padding: 25px;
}



.blog-title-wrapper {
    padding: 50px;
}

.blog-header {
    overflow: hidden;
    background-color: #fdfdfd;
    padding: 25px 0 20px 92px;
    border-bottom: 1px solid #dddddd;
    font-size: 24px;
    font-weight: bold;
}


    .blog-header label {
        float: left;
        padding-top: 7px;
        font-family: 'Roboto Slab', serif;
        font-size: 42px;
    }

.blog-header-right {
    float: right;
}

.blog-header h1 {
    font-size: 28px;
}

@media (max-width: 992px) {
}


.blog-main-search {
    position: relative;
    color: #aaa;
    font-size: 16px;
    padding-right: 92px;
}

    .blog-main-search input {
        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
        color: #555;
        font-size: 27px;
        font-weight: 600;
        float: left;
        height: 68px;
        margin: 0;
        width: 100%;
        padding-left: 75px;
        border: none;
    }

    .blog-main-search input {
        /*text-indent: 32px;*/
    }

    .blog-main-search .fa-search {
        position: absolute;
        top: 19px;
        left: 17px;
        color: #555 !important;
    }

.blog-subscribe {
}

.blog-subscribe-content {
}

.blog-subscribe-form {
    max-width: 450px;
}

.blog-subscribe input[type=text] {
    width: 100%;
    padding: 8px 16px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #333;
}

.blog-subscribe label {
    padding-left: 4px;
}

.blog-subscribe-captcha {
    padding-top: 10px;
}

.Blog_RequiredFields:before {
    content: "*";
    color: red;
    padding-right: 1px;
    font-weight: bold;
}

.blog-float-left {
    float: left;
}

.blog-clear-left {
    clear: left;
}

ul.blog-breadcrumb {
    padding: 10px 1px;
    list-style: none;
}

    ul.blog-breadcrumb li {
        display: inline;
        font-size: 18px;
        font-size: 14px;
    }

        ul.blog-breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: "/\00a0";
        }

        ul.blog-breadcrumb li a {
            text-decoration: none;
            font-size: 14px;
        }

            ul.blog-breadcrumb li a:hover {
                text-decoration: underline;
            }

/**23326**/
.collapse.show {
    display: block;
}

.blogDefaultPg .btn-blog {
    background: #678F00;
    border: 1px solid #678F00;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 0;
}

    .blogDefaultPg .btn-blog:hover {
        border-color: #678F00;
        background-color: #79a900;
        color: #fff;
    }
/*.blogPostPg a:hover, .blogPostPg a:focus{color: #79a900; text-decoration: none;}*/
.blogDefaultPg .blog-breadcrumb {
    display: none;
}

.blogPostPg .post-title {
    font-size: 2rem !important;
    color: #333 !important;
    font-family: "OpenSans-Medium", sans-serif;
    font-weight: 500 !important;
    padding-top: 15px;
}

.blogPostPg .blog-search {
    border: none;
}

.blogPostPg input[type=text] {
    width: 100%;
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    font-weight: 400;
    color: #212529;
    padding: 0 10px;
    line-height: 1.5;
    vertical-align: middle;
    border: 1px solid #cccccc !important;
    border-radius: 4px;
    height: 34px;
}

    .blogPostPg input[type=text]:focus {
        outline: 0;
        border-color: #678F00 !important;
        box-shadow: none;
    }

.blogPostPg .blog-search input[type="submit"] {
    color: #6a6969;
}

.blogPostPg textarea {
    border: 1px solid #cccccc !important;
    border-radius: 4px;
    padding: 6px 6px !important;
}

    .blogPostPg textarea:focus {
        border-color: #678F00 !important;
    }

.blogPostPg .blog-widget-title {
    padding-top: 15px;
}

.blogPostPg .recent-post-img img {
    margin: 0 !important;
}


.widget-sharethis .a2a_button_google_plus .a2a_s_google_plus {
    background-color: #db4437 !important;
}

.widget-sharethis .a2a_button_twitter .a2a_s_twitter {
    background-color: #00acee !important;
}

.blog-subscribe-form label {
    margin-bottom: 0px !important;
}

.blogPostPg .recent-posts .blog-float-left {
    width: 100%;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
        width: 100% !important;
    }
}

.blogBack {
    padding-bottom: 25px;
}

/**Author page styles**/
.blog-author-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 500px;
    margin: auto;
    text-align: center;
}

    .blog-author-card h1 {
        padding-top: 15px;
    }

.blog-author-title {
    color: grey;
    font-size: 18px;
}

.blog-author-button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white !important;
    background-color: #678f00;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

    .blog-author-button:hover {
        opacity: 0.8;
    }




.content-hero .hero {
    height: auto;
}

    .content-hero .hero .hero-img.set-bg {
        position: relative;
        background: none !important;
        height: auto;
    }

        .content-hero .hero .hero-img.set-bg img {
            display: block !important;
            width: 100%;
            height: auto;
        }

@media(max-width:767px) {
    /*  .hero-section .hero-txt.mobile-theme-bg{
    background: transparent !important;
    position: absolute !important;
    top: 20px !important;
    left: 0 !important;
    z-index: 2 !important;
    }
*/
    .hero-section .hero-txt.mobile-theme-bg {
        background-color: transparent !important;
        position: absolute;
        z-index: 2;
        padding: 21px 23px;
        width: 44%;
    }

    .content-hero .hero {
        align-items: start;
    }
}

@media (max-width: 991px) {
    .content-hero .hero-txt {
        width: 40%;
    }

        .content-hero .hero-txt img {
            width: 242px;
            height: auto;
        }
}

@media (max-width: 991px) {
    .content-hero .hero-txt {
        text-align: center;
    }

        .content-hero .hero-txt img {
            max-width: 100%;
            height: auto;
        }
}

.commentReply {
    text-indent: 5%;
}

    .commentReply p {
        margin-bottom: 8px;
    }


p.adminReply, .comment {
    word-break: break-all;
}

/**end**/
