﻿
.children > .comment, .children > .comment-shop {
    margin-right: 85px;
    margin-left: 0;
}

.children > .comment, .children > .comment-shop {
    border: 0;
    border-top: 1px solid #f0f0f0;
    margin-left: 85px;
}
.comment, .comment-shop {
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0 0;
}
.comment-body, .comment-body-shop {
    margin: 0 85px 0 0px;
}

ul {
    list-style: none;
}
.ptb-100 {
    padding: 50px 0;
}
.post {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 35px;
    margin: 0 0 45px;
}
.post-preview {
    padding-bottom: 5px;
    border-radius: .1875rem;
    transition: all .3s ease-in-out;
}

    .post-preview img {
        border-radius: .1875rem;
        width: 380px;
        display: block;
    }

.widget-search {
    padding: 0;
    border: 0;
}

.widget {
    margin-bottom: 50px;
}

.widget-search form {
    position: relative;
}

.widget-search .search-button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    height: 100%;
    left: .875rem;
    transform: translateY(-50%);
    transition: all .3s ease-out;
    color: #ddd;
}

    .widget-search .search-button span {
        font-size: 20px;
        line-height: 32px;
    }

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

.widget .widget-title {
    margin-bottom: 24px;
}

    .widget .widget-title > h6 {
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 1px;
        font-weight: 600;
        font-size: 12px;
        margin: 0;
        color: #788487;
    }

.widget ul {
    margin-bottom: 0;
}

.widget-categories ul li:first-child, .widget-recent-entries ul li:first-child, .widget-recent-entries-custom ul li:first-child {
    padding-top: 0;
}

.widget-categories ul li, .widget-recent-entries ul li, .widget-recent-entries-custom ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    margin: 0;
}

.widget a {
    color: #788487;
    display: block;
    font-size: 14px;
}

    .widget a:hover {
        color: #202877;
    }

.widget-recent-entries-custom .wi {
    float: left;
    width: 80px;
}

.widget-recent-entries-custom .wb {
    padding-left: 16px;
    width: 100%;
}

.widget-recent-entries-custom .wi, .widget-recent-entries-custom .wb {
    vertical-align: middle;
    display: table-cell;
}
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
.post-meta {
    list-style: none;
    font-size: .8125rem;
    padding: 0;
    margin: 0;
}

    .post-meta a, .post-meta li {
        color: #495057;
        opacity: 0.8;
    }

        .post-meta a:hover {
            color: #202877;
            opacity: 1;
        }

    .post-meta > li {
        position: relative;
        display: inline-block;
        padding: 0 0 0 14px;
        margin: 0 0 0 14px;
    }

        .post-meta > li:not(:last-child):after {
            position: absolute;
            content: '/';
            left: -5px;
            top: 0;
        }

.post-header {
    margin: 15px 0 20px;
}

 .post-header .post-title {
        font-size: 1.5625rem;
        margin-bottom: 0;
        color: #333333;
    }

.post-header .post-title a {
            color: #5d5d5d;
        }

.post-header .post-title a:hover {
                color: #202877;
            }
.post-content p {
    margin-bottom: 5px;
}

.post-more a span {
    vertical-align: middle;
}

.post-footer {
    margin-top: 15px;
}

/*blog single css*/
.post-content blockquote {
    border-right: 2px solid #eaeaea;
    padding: 10px 40px 10px 0;
    margin: 40px 0;
    transition: all .3s ease-in-out;
}

    .post-content blockquote:hover {
        border-color: #202877;
    }

.blockquote {
    font-weight: 500;
    color: #222;
}

.post-content ol {
    list-style-type: decimal;
}

.post-content ul, .post-content ol {
    margin: 15px 40px 15px 0;
}
.outline-btn, .solid-btn, .primary-solid-btn {
    padding: 10px 25px;
    font-family: 'Open Sans', sans-serif
}

.outline-btn, .solid-btn, .primary-solid-btn{
    padding: 10px 25px;
    font-family: 'Open Sans', sans-serif
}

.primary-solid-btn{
    border-color: #202877;
    background: #202877;
    color: #ffffff;
}
.primary-solid-btn:hover{
    background: transparent;
    color: #081d43;
    border-color: #081d43;
}
.solid-btn{
    color: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(67,37,204,.2);
    box-shadow: 0 20px 30px 0 rgba(67,37,204,.2);
    background: #6730e3;
    border: 2px solid #6730e3;
    border-radius: 30px;
}

.solid-btn:hover{
    background: transparent;
    color: #202877;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.primary-solid-btn {
    border-color: #202877;
    background: #202877;
    color: #ffffff;
}

    .primary-solid-btn:hover {
        background: transparent;
        color: #081d43;
        border-color: #081d43;
    }

.solid-btn {
    color: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(67,37,204,.2);
    box-shadow: 0 20px 30px 0 rgba(67,37,204,.2);
    background: #6730e3;
    border: 2px solid #6730e3;
    border-radius: 30px;
}

    .solid-btn:hover {
        background: transparent;
        color: #202877;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
a {
    text-decoration: none !important;
    background-color: transparent;
    transition: all .3s ease-in-out;
}
.outline-btn, .solid-btn, .primary-solid-btn {
    padding: 10px 25px;
    font-family: 'Open Sans', sans-serif
}

.primary-solid-btn {
    border-color: #202877;
    background: #202877;
    color: #ffffff;
}

    .primary-solid-btn:hover {
        background: transparent;
        color: #081d43;
        border-color: #081d43;
    }

.tag-cloud > a, .post-tags > a {
    background: #f4f4f4;
    border-radius: .1875rem;
    position: relative;
    display: inline-block;
    padding: 6px 15px;
    margin: 5px 8px 5px 0;
    text-transform: uppercase;
    font-size: 9px !important;
    color: #757575;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

    .tag-cloud > a:hover, .post-tags > a:hover {
        background: #202877;
        color: #fff;
        opacity: 1;
    }
@media screen and (max-width: 470px) {
	table{
	 width: 359px !important;
     font-size: 9px;
	}
.post-preview img
{
	width: 200px;
}
p img
{
   max-width: 266px;
}
}

@media screen and (max-width:300px)
{
	table{
	 width: 259px !important;
     font-size: 9px;
	}
	p img
{
   max-width: 166px;
}
}



