@charset "utf-8"; /**/


/*============================================================================  >>01. Wrapper  ============================================================================*/
/*.wrapper {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    transition: all 500ms ease-in-out;*/
/*    -webkit-transition: all 500ms ease-in-out;*/
/*    -o-transition: all 500ms ease-in-out;*/
/*    -ms-transition: all 500ms ease-in-out;*/
/*}*/

/*.wrapper.open {*/
/*    transform: translate(-150px, 0px) !important;*/
/*    -webkit-transform: translate(-150px, 0px) !important;*/
/*    -o-transform: translate(-150px, 0px) !important;*/
/*    -ms-transform: translate(-150px, 0px) !important;*/
/*}*/

/*============================================================================  >>03. Sidebar Navigation  ============================================================================*/


/*============================================================================  >>04. Header  ============================================================================*/


/*============================================================================  >>05. Featured Posts  ============================================================================*/
section.main .featured-container {
    position: relative;
}

section.main .featured-posts {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
}

section.main .featured-posts .featured-post .featured-post-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: left;
}

section.main .featured-posts .featured-post .featured-post-content .featured-post-meta {
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.07s;
    -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.07s;
    -ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.07s;
    -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.07s;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.07s;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0 -160px 70px -110px inset;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0 -160px 70px -110px inset;
    box-shadow: rgba(0, 0, 0, 1) 0 -160px 70px -110px inset;
    padding: 40px 30px 0;
    margin-top: 20px;
}

section.main .featured-posts.colum-3 .featured-post .featured-post-content .featured-post-meta, section.main .featured-posts.colum-5 .featured-post .featured-post-content .featured-post-meta {
    padding: 80px 30px 0;
}

section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-cat {
    position: relative;
    display: inline-block;
    width: 100%;
}

section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-cat ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-cat ul li {
    display: inline-block;
}

section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-cat ul li a {
    display: inline-block;

    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 6px;
}

section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-title {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 8px 0 20px;
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.07s;
    -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.07s;
    -ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.07s;
    -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.07s;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.07s;
}

section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-title a {
    position: relative;
    text-decoration: none;
}

section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-title a h2 {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-entry {
    position: relative;
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
    padding: 10px 0;
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.07s;
    -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.07s;
    -ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.07s;
    -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.07s;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.07s;
}

section.main .featured-posts .featured-post .featured-post-content .featured-post-meta .post-entry p {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}

section.main .featured-posts .featured-post:hover .post-title {
    padding: 8px 0 !important;
}

section.main .featured-posts .featured-post:hover .featured-post-content .featured-post-meta {
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0 -170px 100px -70px inset;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0 -170px 100px -70px inset;
    box-shadow: rgba(0, 0, 0, 1) 0 -170px 100px -70px inset;
}

section.main .featured-posts.colum-3 .featured-post:hover .featured-post-content .featured-post-meta {
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0 -160px 90px -100px inset;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0 -160px 90px -100px inset;
    box-shadow: rgba(0, 0, 0, 1) 0 -160px 90px -100px inset;
}

section.main .featured-posts.colum-4 .featured-post:hover .featured-post-content .featured-post-meta {
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0 -160px 95px -90px inset;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0 -160px 95px -90px inset;
    box-shadow: rgba(0, 0, 0, 1) 0 -160px 95px -90px inset;
}

section.main .featured-posts .featured-post:hover .post-entry {
    margin: 0 !important;
}

/*============================================================================  >>06. Most Popular Posts  ============================================================================*/
section.main .most-popular-posts {
    position: relative;
    display: block;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 30px 0;
}

section.main .most-popular-posts .post {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

section.main .most-popular-posts .post .post-type-image {
    display: inline-block;
}

section.main .most-popular-posts .post .post-type-image a {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

section.main .post .post-type-category {
    display: inline-block;
    color: #ec6c00;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

section.main .most-popular-posts .post .post-meta {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    margin: 0 0 0 10px;
}

section.main .most-popular-posts .post .post-meta .post-cat {
    position: relative;
    display: inline-block;
    width: 100%;
}

section.main .most-popular-posts .post .post-meta .post-cat ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

section.main .most-popular-posts .post .post-meta .post-cat ul li {
    position: relative;
    display: inline-block;
    padding: 0 3px 0 0;
}

section.main .most-popular-posts .post .post-meta .post-cat ul li a {
    display: inline-block;
    font-size: 13px;
}

section.main .most-popular-posts .post .post-meta .post-cat ul li ~ li:before {
    position: absolute;
    content: ',';
    left: -6px;
}

section.main .most-popular-posts .post .post-meta .post-entry {
    position: relative;
    display: block;
    margin: 5px 0 0;
}

section.main .most-popular-posts .post .post-meta .post-entry p {
    font-size: 13px;
    line-height: 20px;
}

section.main .most-popular-posts .post .post-meta .post-entry a {
    font-size: 13px;
    line-height: 20px;
    color: #111;
}

/*============================================================================  >>07. Blog Posts  ============================================================================*/
section.main .blog-main {
    position: relative;
    display: inline-block;
    width: 100%;
}

section.main .blog-posts {
    position: relative;
    /*margin: 50px 0;*/
    padding-left: 0;
}

.page section.main .blog-posts {
    padding-left: inherit;
}

section.main .blog-posts .post {
    position: relative;
    display: inline-block;
    margin: 0 0 50px;
}

section.main .blog-posts .post-related {
    position: relative;
    display: inline-block;
    margin: 0 0 30px;
}

section.main .blog-posts .post.post-style-full-width {
    text-align: left;
    margin-top: 20px;
}

section.main .blog-posts .post.post-style-list {
    text-align: left;
}

section.main .blog-posts .post.post-style-list .post-inwrap {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
}

section.main .blog-posts .post.post-style-grid .post-detail {
    border-bottom: 1px solid #ececec;
    padding: 0 0 30px;
}

section.main .blog-posts .post .post-meta {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
}

.blog-posts .post.post-style-list .post-meta, .blog-posts .post.post-style-list .post-entry, .blog-posts .post.post-style-grid .post-meta, .blog-posts .post.post-style-grid .post-entry {
    margin: 0 0 0 !important;
}

.blog-posts .post.post-style-grid .post-meta {
    text-align: left;
}

section.main .blog-posts .post .post-meta .post-date, .blog-posts .post.post-style-list .post-date, .blog-posts .post.post-style-grid .post-date {
    display: block;
    font-size: 13px;
}

section.main .blog-posts .post .post-meta .post-title {
    position: relative;
    /*padding: 0 0px;*/
}

section.main .blog-posts .post.post-style-list .post-meta .post-title {
    padding: 0;
}

section.main .blog-posts .post.post-style-grid .post-meta .post-title {
    padding: 0;
    /*margin: 0 0 10px;*/
}

section.main .blog-posts .post .post-meta .post-title h2 {
    display: inline-block;
    font-weight: 700;
    padding:0;
    margin: 10px 0;
    /*line-height: 46px;*/
}

section.main .blog-posts .post.post-style-list .post-meta .post-title h2 {
    font-size: 18px;
    line-height: 22px;
}

section.main .blog-posts .post.post-style-grid .post-meta .post-title h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 5px 0;
}

section.main .blog-posts .post .post-meta .post-title h2 a {
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section.main .blog-posts .post .post-meta .post-cat {
    position: relative;
}

section.main .blog-posts .post .post-meta .post-cat ul {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

section.main .blog-posts .post.post-style-full-width .post-meta .post-cat ul:before {
    position: absolute;
    content: '';
    width: 32px;
    height: 1px;
    left: -45px;
    top: 50%;
}

section.main .blog-posts .post.post-style-full-width .post-meta .post-cat ul:after {
    position: absolute;
    content: '';
    width: 32px;
    height: 1px;
    right: -50px;
    top: 50%;
}

section.main .blog-posts .post .post-meta .post-cat ul li {
    position: relative;
    display: inline-block;
    padding: 0 0 0 4px;
}

section.main .blog-posts .post.post-style-list .post-meta .post-cat ul li {
    padding: 0 2px 0 0 !important;
}

section.main .blog-posts .post .post-meta .post-cat ul li ~ li:before {
    position: absolute;
    content: ',';
    left: -3px;
}

section.main .blog-posts .post.post-style-list .post-meta .post-cat ul li ~ li:before {
    content: '' !important;
}

section.main .blog-posts .post .post-meta .post-cat ul li a {
    display: inline-block;
    font-size: 13px;
}

section.main .blog-posts .post.post-style-list .post-meta .post-cat ul li a {
    display: inline-block;

    font-size: 10px !important;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 6px;
}

section.main .blog-posts .post .post-type-image, section.main .blog-posts .post .post-type-slider, section.main .blog-posts .post .post-type-video, section.main .blog-posts .post .post-type-sound, section.main .blog-posts .post .post-type-gallery, section.main .blog-posts .post .post-type-quote {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
}

section.main .blog-posts .post.post-style-grid .post-type-image {
    margin: 0 0 20px;
    overflow: hidden;
}

section.main .blog-posts .post.post-style-grid .post-type-image .post-cat {
    position: absolute;
    bottom: 10px;
    padding: 0 0 0 10px;
}

section.main .blog-posts .post.post-style-grid .post-type-image .post-cat ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

section.main .blog-posts .post.post-style-grid .post-type-image .post-cat ul li {
    display: inline-block;
}

section.main .blog-posts .post.post-style-grid .post-type-image .post-cat ul li a {
    display: inline-block;

    font-size: 10px !important;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 6px;
}

section.main .blog-posts .post .post-type-image iframe, section.main .blog-posts .post .post-type-video iframe {
    width: 100%;
    min-height: 480px;
    border: none;
}

section.main .blog-posts .post .post-type-sound iframe {
    width: 100%;
    border: none;
}

section.main .blog-posts .post .post-type-gallery a {
    position: absolute;
    display: inline-block;
    overflow: hidden;
}

section.main .blog-posts .post .post-type-gallery a img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    transition: all .2s ease-in-out;
}

section.main .blog-posts .post .post-type-gallery a img:hover {
    transform: scale(1.1);
}

section.main .blog-posts .post .post-type-quote {
    position: relative;
    overflow: hidden;
    min-height: 150px;
}

section.main .blog-posts .post .post-type-quote img {
    position: absolute;
    opacity: 0.06;
    top: 0;
}

section.main .blog-posts .post .post-type-quote .post-quote-link {
    position: relative;
    display: block;
    padding: 80px 30px;
    text-align: center;
}

section.main .blog-posts .post .post-type-quote .post-quote-link i {
    display: inline-block;
    font-size: 32px;
    color: #fff;
}

section.main .blog-posts .post .post-type-quote .post-quote-link a {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 20px 0;
    text-decoration: none;
}

section.main .blog-posts .post .post-type-quote .post-quote-link h5 {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #fff;
}

section.main .blog-posts .post .post-type-quote .post-quote-link h5:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 1px;
    top: 50%;
    left: -13px;
    background-color: #fff;
}

section.main .blog-posts .post .post-type-quote .post-quote-link h5:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 1px;
    top: 50%;
    right: -13px;
    background-color: #fff;
}

section.main .blog-posts .post .post-entry {
    position: relative;
    margin: 0;
}

section.main .blog-posts .post .post-entry p {
    font-size: 15px;
    text-align: justify;
    line-height: 24px;
}

section.main .blog-posts .post .post-entry p a {
    display: inherit;
    font-style: italic;
    font-weight: 700;
}

section.main .blog-posts .post .post-entry ul, section.main .blog-posts .post .post-entry ol {
    font-size: 13px;
    text-align: justify;
    line-height: 24px;
}

section.main .blog-posts .post .post-entry ul li, section.main .blog-posts .post .post-entry ol li {
    color: #606060;
    float: left;
}

section.main .blog-posts .post .read-more-button {
    position: relative;
    margin: 0 0 30px;
}

section.main .blog-posts .post .read-more-button a {
    position: relative;
    display: inline-block;

    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 15px 30px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section.main .blog-posts .post .read-more-button a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

section.main .blog-posts .post .hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-bottom: 2px solid #ec6c00;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

section.main .blog-posts .post .hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ec6c00;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

section.main .blog-posts .post .hvr-bounce-to-top:hover, section.main .blog-posts .post .hvr-bounce-to-top:focus, section.main .blog-posts .post .hvr-bounce-to-top:active {
    color: #fff;
}

section.main .blog-posts .post .hvr-bounce-to-top:hover:before, section.main .blog-posts .post .hvr-bounce-to-top:focus:before, section.main .blog-posts .post .hvr-bounce-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

section.main .blog-posts .post .post-bottom {
    position: relative;
    border-bottom: 1px solid #ececec;
}

section.main .blog-posts .post .post-bottom .post-comments, section.main .blog-posts .post .post-bottom .post-comments a {
    display: inline-block;

    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section.main .blog-posts .post .post-bottom .post-share {
    position: relative;
    display: inline-block;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding: 0px 15px 10px;
    margin: 0 10px;
}

section.main .blog-posts .post .post-bottom .post-share ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

section.main .blog-posts .post .post-bottom .post-share ul li {
    display: inline-block;
}

section.main .blog-posts .post .post-bottom .post-share ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #aeaeae;
    border: 1px solid #ececec;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

section.main .blog-posts .post .post-bottom .post-share ul li a.facebook:hover {
    background-color: #45619d;
    border-color: #45619d;
    color: #fff;
}

section.main .blog-posts .post .post-bottom .post-share ul li a.twitter:hover {
    background-color: #55acee;
    border-color: #55acee;
    color: #fff;
}

section.main .blog-posts .post .post-bottom .post-share ul li a.pinterest:hover {
    background-color: #d11e16;
    border-color: #d11e16;
    color: #fff;
}

section.main .blog-posts .post .post-bottom .post-share ul li a.google:hover {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}

section.main .blog-posts .post .post-bottom .post-share ul li a.mail:hover {
    background-color: #e5027c;
    border-color: #e5027c;
    color: #fff;
}

section.main .blog-posts .post .post-bottom .post-author {
    position: relative;

    display: inline-block;
    font-size: 13px;
}

section.main .blog-posts .post .post-bottom .post-author a {
    display: inline-block;
    margin: 0 0 0 3px;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/*============================================================================  >>08. Page Post  ============================================================================*/
.single section.main .blog-posts .page-post {
    margin: 0;
}

section.main .blog-posts .page-post .post-meta {
    text-align: center;
    margin: 0 0 10px;
}

section.main .blog-posts .page-post .post-meta .post-cat {
    /*display: inline-block;*/
}

section.main .blog-posts .page-post .post-meta .post-cat div ul li a{
    font-size: 10px;
}

section.main .blog-posts .page-post .post-meta .post-cat ul:before, section.main .blog-posts .page-post .post-meta .post-cat ul:after {
    content: '';
    width: 0;
    height: 0;
    background-color: transparent;
}

section.main .blog-posts .page-post .post-meta .post-cat ul li {
    display: inline-block;
    padding: 0;
}

section.main .blog-posts .page-post .post-meta .post-cat ul li ~ li:before {
    content: '';
    color: inherit;
}

section.main .blog-posts .page-post .post-meta .post-cat ul li a {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 6px;
}

section.main .blog-posts .page-post .post-meta .post-detail {
    display: inline-block;
    font-style: italic;
    font-size: 12px;
    margin: 0 0 0 5px;
}

/*section.main .blog-posts .post .post-read-and-date div{*/
/*    text-align: center;*/
/*}*/


/***************************************   ADD DATE 2021/07/07      *********************************************************/
section.main .blog-posts .post .post-read-and-date .post-date {
    display: inline-block;
    font-size: 15px;
    float: right;
    padding: 25px;
    color: #5c5c5c;
}

section.main .blog-posts .post .post-read-and-date .post-date .by-author{
    color: #ec6c00;
}

section.main .blog-posts .post-list {
    padding: 20px 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.05);
}

section.main .blog-posts .post-list:hover {
    left: 0px;
    height: auto;
    width: auto;
    bottom: 0px;
    top: 0px;
    right: 0px;
    background: none;
    /* border: 2px solid #ec6c00; */
    box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 0;
}

section.main .blog-posts .post-list .post-meta .post-blog-title h2 a{
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

section.main .blog-posts .post-list .post-list-category-comment{
    padding-top: 10px;
}

section.main .blog-posts .post-list .post-list-category-comment .post-list-category{
    color: #ec6c00;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

section.main .blog-posts .post-list .post-list-category-comment .post-list-comment{
    display: inline-block;
    color: #b3b3b3;
    font-size: 18px;
    float: right;
}


.blog-posts .page-post .post-meta .post-detail-category {
    color: #808080;
    font-size: 14px;
    text-align: left;
    padding-top: 20px;
}

.blog-posts .page-post .post-meta .post-detail-title h1 {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
}
.blog-posts .page-post .post-meta .post-detail-info span {
    font-size: 14px;
    color: #b3b3b3;
    padding: 10px 30px 10px 0px;
    float: left;
}
.blog-posts .page-post .comment_explain{
    background: #F3F3F3;
    height: 176px;
    width: 100%;
    margin: 80px 0 0 0;
    padding: 20px;
}
.blog-posts .page-post .comment_explain p{
    font-size: 16px;
    padding-top: 30px;
    font-weight: 400;
    margin-bottom: 0px;
}



/****************************************    ADD DATE 2021/07/07        ********************************************************/

section.main .blog-posts .page-post .post-meta .post-title {
    padding: 0;
    margin: 15px 0;
}

section.main .blog-posts .page-post .post-meta .post-title h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

section.main .blog-posts .page-post .post-entry {
    margin: 0;
}

section.main .blog-posts .page-post .post-entry p {
    margin: 0 0 20px;
}

section.main .blog-posts .page-post .post-entry blockquote {
    position: relative;
    background-color: #f5f5f5;
    padding: 35px 30px;
    margin: 10px 0 30px;
}

section.main .blog-posts .page-post .post-entry blockquote:after {
    content: " ";
    left: 0;
    top: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-width: 6px;
    margin-top: -6px;
    z-index: 0;
}

section.main .blog-posts .page-post .post-entry blockquote p {

    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

section.main .blog-posts .page-post .post-tags {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
}

section.main .blog-posts .page-post .post-tags ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

section.main .blog-posts .page-post .post-tags ul li {
    display: inline-block;
}

section.main .blog-posts .page-post .post-tags ul li a {
    display: inline-block;

    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 2px 7px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section.main .blog-posts .page-post .post-share {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 30px 0;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
}

section.main .blog-posts .page-post .post-share > span {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    color: #aeaeae;
    padding: 20px 20px;
    /*0 30px;*/
}

section.main .blog-posts .page-post .post-share .share-buttons {
    display: inline-block;
    margin: 19px 0 0 10px;
}

section.main .blog-posts .page-post .post-share .share-buttons .facebook-buttons, section.main .blog-posts .page-post .post-share .share-buttons .twitter-button, section.main .blog-posts .page-post .post-share .share-buttons .pinit-button {
    display: inline-flex;
    width: inherit;
    padding-right: 7px;
}

section.main .blog-posts .page-post .post-share .share-buttons .facebook-buttons .fb_iframe_widget {
    display: inline-block;
    margin-right: 5px;
}

section.main .blog-posts .page-post .post-share .post-view {
    display: inline-block;

    float: right;
    font-size: 12px;
    color: #aeaeae;
    border-left: 1px solid #ececec;
    padding: 20px 35px;
}

section.main .blog-posts .post-directions {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 30px;
}

section.main .blog-posts .post-directions a {
    display: block;
    padding: 25px 15px;
}

section.main .blog-posts .post-directions span {
    display: inline-block;

    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #aeaeae;
}

section.main .blog-posts .post-directions .prev-post {
    border-right: 1px solid #ececec;
}

section.main .blog-posts .post-directions .next-post {
    display: inline-block;
    text-align: right;
}

section.main .blog-posts .post-directions .post-title {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
}

section.main .blog-posts .post-directions .post-title h2 {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.single section.main .blog-posts .post-author {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 25px;
    margin: 0 0 30px;
}

.single section.main .blog-posts .post-author .author-image {
    display: inline-block;
    max-width: 135px;
}

.single section.main .blog-posts .post-author .author-info {
    display: inline-block;
    width: 75%;
    margin: 0 0 0 25px;
    vertical-align: top;
}

.single section.main .blog-posts .post-author .author-info .author-name {
    display: inline-block;
    width: 100%;
}

.single section.main .blog-posts .post-author .author-info .author-name h3 {
    display: inline-block;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

.single section.main .blog-posts .post-author .author-info .author-name h3 a {
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.single section.main .blog-posts .post-author .author-info .author-text {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
}

.single section.main .blog-posts .post-author .author-info .author-text p {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    text-align: justify;
}

.single section.main .blog-posts .post-author .author-info .author-social {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
}

.single section.main .blog-posts .post-author .author-info .author-social ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.single section.main .blog-posts .post-author .author-info .author-social ul li {
    display: inline-block;
}

.single section.main .blog-posts .post-author .author-info .author-social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #aeaeae;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.single section.main .blog-posts .post-author .author-info .author-social ul li a.facebook:hover {
    background-color: #45619d;
    border-color: #45619d;
    color: #fff;
}

.single section.main .blog-posts .post-author .author-info .author-social ul li a.twitter:hover {
    background-color: #55acee;
    border-color: #55acee;
    color: #fff;
}

.single section.main .blog-posts .post-author .author-info .author-social ul li a.instagram:hover {
    background-color: #4f7da2;
    border-color: #4f7da2;
    color: #fff;
}

.single section.main .blog-posts .post-author .author-info .author-social ul li a.pinterest:hover {
    background-color: #d11e16;
    border-color: #d11e16;
    color: #fff;
}

.single section.main .blog-posts .post-author .author-info .author-social ul li a.flickr:hover {
    background-color: #ff0084;
    border-color: #ff0084;
    color: #fff;
}

section.main .blog-posts .related-posts, section.main .blog-posts .comment-respond {
    display: inline-block;
    width: 100%;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 25px;
    margin: 0 0 30px;
}

section.main .blog-posts .related-posts .post .post-type-image {
    display: inline-block;
    overflow: hidden;
    margin: 0 0 15px;
}

section.main .blog-posts .related-posts .post .post-title {
    display: inline-block;
    width: 100%;
}

section.main .blog-posts .related-posts .post .post-title h2 {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

section.main .blog-posts .related-posts .post .post-title h2 a {
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section.main .blog-posts .comments-post {
    display: inline-block;
    width: 100%;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    margin: 30px 0 30px;
}

section.main .blog-posts .comments-post ul.comment-list {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

section.main .blog-posts .comments-post ul.comment-list li ul.children {
    display: block;
    width: initial;
    background-color: transparent;
    border-right: 0;
    border-bottom: 0;
    margin: 30px 0 -30px 115px;
    padding: 25px 0 30px 0;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
}

section.main .blog-posts .comments-post ul.comment-list li:first-child {
    padding-top: 0;
}

section.main .blog-posts .comments-post ul.comment-list li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}

section.main .blog-posts .comments-post ul.comment-list li ul li {
    padding: 0 25px;
}

section.main .blog-posts .comments-post ul.comment-list li ~ li {
    border-top: 1px solid #ececec;
}

section.main .blog-posts .comments-post ul.comment-list li .comment-user-image {
    position: absolute;
    display: inline-block;
    width: 67px;
    height: 67px;
    overflow: hidden;
    left: 25px;
}

section.main .blog-posts .comments-post ul.comment-list li .comment-info {
    display: block;
    margin: 0 0 0 20px;
}

section.main .blog-posts .comments-post ul.comment-list li .comment-info .comment-meta {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 0 25px;
}

section.main .blog-posts .comments-post ul.comment-list li ul.children .comment-info .comment-meta {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 0;
}

section.main .blog-posts .comments-post ul.comment-list li .comment-info .comment-meta h4.author {
    display: inline-block;
    width: 100%;

    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

section.main .blog-posts .comments-post ul.comment-list li .comment-info .comment-meta h4.author a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section.main .blog-posts .comments-post ul.comment-list li .comment-info .comment-meta h4.author span {
    display: inline-block;
    font-style: italic;
    font-weight: 400;
    color: #aeaeae;
    margin: 0 0 0 10px;
}

section.main .blog-posts .comments-post ul.comment-list li .comment-info .comment-meta p {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    color: #606060;
    margin: 10px 0;
}

section.main .blog-posts .comments-post ul.comment-list li .comment-info .comment-meta .reply-button {
    display: inline-block;
    margin-top: 10px;
}

section.main .blog-posts .comments-post ul.comment-list li .comment-info .comment-meta .reply-button a {

    font-size: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 15px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section.main .blog-posts .comment-respond .comment-respond-description {
    display: inline-block;
    width: 100%;

    font-size: 13px;
    color: #aeaeae;
}

section.main .blog-posts .comment-respond form {
    display: inline-block;

    width: 100%;
    margin: 30px 0;
}

section.main .blog-posts .comment-respond form div {
    display: inline-block;
    margin: 0 0 10px;
}

section.main .blog-posts .comment-respond form div input {
    height: 50px;
    border-color: #ececec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 18px;
}

section.main .blog-posts .comment-respond form div textarea {
    height: 240px;
    border-color: #ececec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 16px 18px;
}

section.main .blog-posts .comment-respond form p.form-submit {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}

section.main .blog-posts .comment-respond form p.form-submit button {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px 0;
}

section.main .blog-posts .single-item-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 0 5px;
}

section.main .blog-posts .single-item-title h4 {
    display: inline-block;
    margin: -1px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 30px;
}

/*============================================================================  >>09. Page  ============================================================================*/
.blog-posts .page-post .post-meta {
    text-align: center;
    margin: 0 0 20px;
}

.blog-posts .page-post .post-meta .post-title {
    position: relative;
    display: inline-block;
    width: 100%;
}

.blog-posts .page-post .post-meta .post-title h1 {
    font-size: 32px;
}

.blog-posts .page-post .post-meta .post-subtitle {
    position: relative;
    display: inline-block;
}

.blog-posts .page-post .post-meta .post-subtitle p {
    position: relative;
    display: inline-block;
    font-size: 13px;
}

.blog-posts .page-post .post-meta .post-subtitle p:after {
    position: absolute;
    content: '';
    width: 32px;
    height: 1px;
    left: -52px;
    top: 50%;
}

.blog-posts .page-post .post-meta .post-subtitle p:before {
    position: absolute;
    content: '';
    width: 32px;
    height: 1px;
    right: -52px;
    top: 50%;
}

.blog-posts .page-post .post-entry p strong {
    font-style: italic;
}

.blog-posts .page-post .post-entry .post-img-left {
    display: inline-block;
    overflow: hidden;
    float: left;
    padding: 0 25px 25px 0;
}

.blog-posts .page-post .post-entry .post-img-right {
    display: inline-block;
    overflow: hidden;
    float: right;
    padding: 25px 0 0 25px;
}

.blog-posts .page-post .post-entry .post-img-left a, body.page .blog-posts .page-post .post-entry .post-img-right a {
    display: block;
    overflow: hidden;
}

.blog-posts .page-post .post-entry .post-img-left span, body.page .blog-posts .page-post .post-entry .post-img-right span {
    display: inline-block;

    font-style: italic;
    font-size: 13px;
    color: #aeaeae;
    margin: 3px 0 0;
}

.blog-posts .page-post .post-entry > strong {
    font-size: 18px;
    font-weight: 700;
}

.blog-posts .page-post .google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 30px 0 50px;
}

.blog-posts .page-post .google-map #map {
    width: 100%;
    min-height: 480px;
}

.contact-form {
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 20px 20px 20px;
    margin-top: 50px ;
}

.contact-form form {
    position: relative;
    display: block;
    padding: 15px 0 10px;
}

.contact-form form p {
    margin: 0 0 15px;
}

.contact-form form div p input {
    height: 50px;
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 18px;
    border: 2px solid #cecece;
    background: #fff;
}
.contact-form form div p textarea {
    background: #fff;
    border: 2px solid #cecece;
}

.contact-form form input.btn {
display: inline-block;
width: 100%;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
font-weight: 700;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
border: 0;
}

.contact-form form textarea {
-webkit-border-radius: 6;
-moz-border-radius:6;
border-radius: 6;
border-color: #ececec;
-webkit-box-shadow: none;
box-shadow: none;
padding: 16px 18px;
}

.contact-form .contact-row{
    margin: 0 auto;
    width: 50%;
}

.contact-form-line{
    border:1px solid #ec6c00;
    margin:30px 0 10px 0
}
.contact-form .contact-row-button{
    text-align: right;
}
.contact-form .submit-button{
    border:0;
    width: 30%;
}

/*============================================================================  >>10. Gallery  ============================================================================*/
section.main .gallery-type {
    position: relative;
}

section.main .gallery-type .gallery-filter {
    position: relative;
    display: inline-block;
    width: 100%;
}

section.main .gallery-type .gallery-filter .text-block p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
}

section.main .gallery-type .gallery-filter .filter {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ececec;
    margin: 30px 0;
    padding: 0 0 10px 0;
}

section.main .gallery-type .gallery-filter .filter ul {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

section.main .gallery-type .gallery-filter .filter ul li {
    position: relative;
    display: inline-block;
    padding: 0 30px 0 0px;
}

section.main .gallery-type .gallery-filter .filter ul li ~ li:before {
    position: absolute;
    content: '/';
    left: -19px;
}

section.main .gallery-type .gallery-filter .filter ul li a {
    display: inline-block;
    cursor: pointer;

    font-style: italic;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section.main .gallery-type .gallery-filter .filter ul li a.active {
    color: #000;
}

section.main .gallery-type .gallery-photos {
    position: relative;
    display: inline-block;
    width: 100%;
}

section.main .gallery-type .gallery-photos ul.gallery {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 350px;
}

section.main .gallery-type .gallery-photos ul li.gallery-item {
    position: relative;
    display: inline-block;
    margin: 0 0 30px;
}

section.main .gallery-type .gallery-photos ul li .gallery-detail {
    position: relative;
    display: block;
}

section.main .gallery-type .gallery-photos ul li .gallery-hover {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

section.main .gallery-type .gallery-photos ul li .gallery-hover .gallery-meta {
    position: absolute;
    bottom: 0;
    padding: 15px;
}

section.main .gallery-type .gallery-photos ul li .gallery-hover .gallery-meta .gallery-cat {
    display: inline-block;
    width: 100%;
}

section.main .gallery-type .gallery-photos ul li .gallery-hover .gallery-meta .gallery-cat ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

section.main .gallery-type .gallery-photos ul li .gallery-hover .gallery-meta .gallery-cat ul li {
    display: inline-block;

    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 6px;
}

section.main .gallery-type .gallery-photos ul li .gallery-hover .gallery-meta .gallery-title {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
}

section.main .gallery-type .gallery-photos ul li .gallery-hover .gallery-meta .gallery-title h2 {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

section.main .gallery-type .gallery-photos ul li:hover .gallery-hover {
    opacity: 1;
}

section.main .gallery-type .gallery-photos .show-more-button {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 40px 0 10px;
}

section.main .gallery-type .gallery-photos .show-more-button button {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/*============================================================================  >>11. Archives  ============================================================================*/
section.main .archive-type .archives .text-block {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 30px 0;
}

section.main .archive-type .archives .text-block p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
}

section.main .archive-type .archives .panel-group {
    position: relative;
    display: inline-block;
    width: 100%;
}

section.main .archive-type .archives .panel-group .panel + .panel {
    margin-top: 10px;
}

section.main .archive-type .archives .panel-group .panel.panel-default {
    border-color: #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section.main .archive-type .archives .panel-group .panel .panel-heading {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
    border: 0;
    background-color: #ececec;
}

section.main .archive-type .archives .panel-group .panel .panel-heading h4 {
    margin: 0;
}

section.main .archive-type .archives .panel-group .panel .panel-heading h4 a {
    position: relative;
    display: block;

    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    color: #aeaeae;
    padding: 18px 25px;
}

section.main .archive-type .archives .panel-group .panel .panel-heading h4 a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f068";
    right: 20px;
    top: 20px;
}

section.main .archive-type .archives .panel-group .panel .panel-heading h4 a.collapsed:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f067";
    right: 20px;
    top: 20px;
}

section.main .archive-type .archives .panel-group .panel .panel-body {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul {
    display: block;
    padding: 0;
    margin: 0;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul li {
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul li ~ li {
    border-top: 1px solid #ececec;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul li a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    padding: 0 0 0 25px;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul li a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f0f6";
    left: 0;
}

section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 30px 15px;
    border-bottom: 1px solid #ececec;
}

section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-type-image {
    overflow: hidden;
}

section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-title {
    position: relative;
    display: block;
    margin: 15px 0 0;
}

section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-title h2 {
    margin: 0;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
}

section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-title h2 a {
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/*============================================================================  >>12. Pagination  ============================================================================*/
/*section.main .blog-posts .pagination {*/
/*    position: relative;*/
/*    display: block;*/
/*    margin: 0;*/
/*}*/

/*section.main .blog-posts .pagination a {*/
/*    display: inline-block;*/

/*    font-size: 12px;*/
/*    font-weight: 500;*/
/*    text-transform: uppercase;*/
/*    text-decoration: none;*/
/*    letter-spacing: 2px;*/
/*    padding: 15px 30px;*/
/*    -webkit-transition: all 0.25s ease-in-out;*/
/*    -moz-transition: all 0.25s ease-in-out;*/
/*    -ms-transition: all 0.25s ease-in-out;*/
/*    -o-transition: all 0.25s ease-in-out;*/
/*    transition: all 0.25s ease-in-out;*/
/*}*/

/*section.main .blog-posts .pagination a.older {*/
/*    float: right;*/
/*}*/

/*============================================================================  >>13. Sidebar  ============================================================================*/
.sidebar {
    position: relative;
    /*margin: 50px 0;*/
    padding-right: 0;
    padding-left: 20px;
}

.sidebar-wrapper {
    position: relative;
    display: block;
}

.widget {
    position: relative;
    display: block;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top:20px!important;
    margin-bottom: 0px!important;
}

.sidebar-wrapper .widget:last-child {
    margin: 0;
}

.widget .widget-title {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: -1px 0 30px;
}

.widget .widget-title h4 {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
    padding: 15px 40px;
}

.widget .widget-for-title{
    font-size: 20px;color: #000;font-weight: bold;
}
.widget .widget-for-title-border{
    border-bottom: 1px solid #ccc;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
}

/*------- FAVORITE WIDGET -------*/
.widget .favorite-posts {
    position: relative;
    display: block;
}

.widget .favorite-posts ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.widget .favorite-posts ul li {
    display: block;
    min-height: 100px;
}

.widget .favorite-posts ul li ~ li {
    border-top: 1px solid #ececec;
}

.widget .favorite-posts ul li.first-favorite-post {
    padding: 0 30px 30px;
}

.widget .favorite-posts ul li.first-favorite-post .post-meta {
    position: relative;
    display: block;
}

.widget .favorite-posts ul li.first-favorite-post .post-meta img {
    position: relative;
    width: 100%;
}

.widget .favorite-posts ul li.first-favorite-post .post-meta .post-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 -200px 100px -130px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 -200px 100px -130px inset;
    box-shadow: rgba(0, 0, 0, 0.6) 0 -200px 100px -130px inset;
}

.widget .favorite-posts ul li.first-favorite-post .post-meta .post-detail .post-wrapper {
    position: absolute;
    width: 100%;
    padding: 30px;
    bottom: 0;
}

.widget .favorite-posts ul li.first-favorite-post .post-meta .post-detail .post-wrapper .post-cat {
    position: relative;
    display: inline-block;
    width: 100%;
}

.widget .favorite-posts ul li.first-favorite-post .post-meta .post-detail .post-wrapper .post-cat ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.widget .favorite-posts ul li.first-favorite-post .post-meta .post-detail .post-wrapper .post-cat ul li {
    display: inline-block;
    min-height: inherit;

    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 6px;
}

.widget .favorite-posts ul li.first-favorite-post .post-meta .post-detail .post-wrapper .post-title {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
}

.widget .favorite-posts ul li.first-favorite-post .post-meta .post-detail .post-wrapper .post-title h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    color: #e5027c;
    letter-spacing: 0.5px;
}

.widget .favorite-posts ul li.list-favorite-post {
    position: relative;
    /*background-color: #fff;*/
    overflow: hidden;
}

.widget .favorite-posts ul li.list-favorite-post:last-child {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.widget .favorite-posts ul li.list-favorite-post div img {
    /*width: 60%;*/
    /*height: 60%;*/
    /*vertical-align: center;*/
    /*text-align:center;*/
    /*object-fit:cover;*/
    position: absolute;
    display: block;
    min-width: 100%;
    min-height: 100%;
    margin: 0px auto;
}

.widget .favorite-posts ul li.list-favorite-post div h2:hover {
    color: #e5027c;
}

.widget .favorite-posts ul li.list-favorite-post div h2 {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    vertical-align: middle;
    color: #aeaeae;
    font-weight: bold;
    text-decoration: none;
}

.widget .favorite-posts ul li.list-favorite-post .post-meta {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0 30px;
    background-color: rgba(255, 255, 255, 1);
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.widget .favorite-posts ul li.list-favorite-post .post-meta span {
    position: absolute;
    font-size: 60px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.1);
    top: 6px;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.widget .favorite-posts ul li.list-favorite-post .post-meta .post-title {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.widget .favorite-posts ul li.list-favorite-post .post-meta .post-title h2 {
    display: inline-table;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    vertical-align: middle;
    color: #606060;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.widget .favorite-posts ul li.list-favorite-post:hover .post-meta {
    background-color: rgba(255, 255, 255, 0);
}

.widget .favorite-posts ul li.list-favorite-post:hover .post-meta span {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.3);
}

.widget .favorite-posts ul li.list-favorite-post:hover .post-meta .post-title h2 {
    color: #e5027c;
}

/*------- SOCIAL WIDGET -------*/
.widget .social-counter {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 30px 30px;
}

.widget .social-counter ul {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.widget .social-counter ul li {
    display: inline-block;
    width: 96px;
}

.widget .social-counter ul li a {
    display: block;
    background-color: #ececec;
    text-align: center;
    text-decoration: none;
    color: #aeaeae;
    padding: 30px 0 15px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.widget .social-counter ul li a i {
    display: block;
    height: 25px;
    font-size: 24px;
}

.widget .social-counter ul li a span {
    display: inline-block;

    font-weight: 600;
    padding: 10px 0 0;
}

.widget .social-counter ul li a.facebook:hover {
    background-color: #45619d;
    color: #fff;
}

.widget .social-counter ul li a.twitter:hover {
    background-color: #55acee;
    color: #fff;
}

.widget .social-counter ul li a.instagram:hover {
    background-color: #4f7da2;
    color: #fff;
}

/*------- POPULAR CATEGORIES WIDGET -------*/
.widget .popular-categories {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0px 15px;

}
.widget .popular-categories:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.widget .popular-categories ul {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.widget .popular-categories ul li {
    position: relative;
    display: inline-block;
    width: 100%;
}

.widget .popular-categories ul li ~ li {
    border-top: 1px solid #ececec;
}

.widget .popular-categories ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 10px 30px 10px 0px;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.widget .popular-categories ul li a:before {
    position: absolute;
    font-family: 'FontAwesome';
    /*content: "\f105";*/
    /*left: 30px;*/
}

.widget .popular-categories ul li a:hover {
    padding: 10px 30px 10px 5px;
}

/*------- POPULAR CATEGORIES WIDGET -------*/
.widget .most-popular-widget {
    position: relative;
    display: inline-block;
    width: 100%;
}

.widget .most-popular-widget .post {
    position: relative;
    display: inline-block;
    width: 100%;
}

.widget .most-popular-widget .post ~ .post {
    border-top: 1px solid #ececec;
    padding-top: 20px;
}

.widget .most-popular-widget .post a {
    display: block;
    padding: 0 30px 15px;
}

.widget .most-popular-widget .post .post-date {
    display: inline-block;
    font-size: 12px;
    font-style: italic;
}

.widget .most-popular-widget .post .post-title {
    display: inline-block;
    width: 100%;
    margin: 7px 0;
}

.widget .most-popular-widget .post .post-title h2 {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: 22px;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.widget .most-popular-widget .post .post-entry {
    display: inline-block;
}

.widget .most-popular-widget .post .post-entry p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

/*------- NEWSLETTER WIDGET -------*/
.widget.newsletter-widget {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px;
    text-align: left;
    border-top: 2px solid #ec6c00;
}

.widget.category-widget {
    width: 100%;
    /*padding: 15px;*/
    border-bottom: 1px solid #ccc;
}

.widget.newsletter-widget:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 72px;
    /*content: "\f1d8";*/
    color: #ececec;
    left: 40%;
    z-index: -1;
}


.widget.newsletter-widget .widget-title {
    margin: 0;
}

.widget.newsletter-widget .widget-title h4 {

    font-size: 16px !important;
    font-weight: 700 !important;
    background-color: transparent !important;
    color: #000 !important;
}

.widget.newsletter-widget .widget-description {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    color: #909090;
    letter-spacing: 0.5px;
    margin: 0;
}

.widget.newsletter-widget #newsletterForm {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
}

.widget.newsletter-widget #newsletterForm input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*background-color: #ececec;*/
    text-align: center;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #aeaeae;
    border: 1px solid #ececec;
}

.widget.newsletter-widget #newsletterForm button {
    display: inline-block;
    width: 30%;
    height: 40px;
    margin: 10px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    color: #fff;
    background:#ec6c00!important;
    padding: 0px!important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.widget.newsletter-widget #newsletterForm input[type="email"] {
    width: 60%!important;
    max-width: unset!important;
    display: inline-block;
    margin-right: 10px;
}
/*------- ABOUT WIDGET -------*/
.widget .about-widget {
    position: relative;
}

.widget .about-widget .autohor-bio p {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
}

.widget .about-widget .author-social-media {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
}

.widget .about-widget .author-social-media ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.widget .about-widget .author-social-media ul li {
    display: inline-block;
}

.widget .about-widget .author-social-media ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #aeaeae;
    text-decoration: none;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.widget .about-widget .author-social-media ul li a.facebook:hover {
    background-color: #45619d;
    border-color: #45619d;
    color: #fff;
}

.widget .about-widget .author-social-media ul li a.twitter:hover {
    background-color: #55acee;
    border-color: #55acee;
    color: #fff;
}

.widget .about-widget .author-social-media ul li a.instagram:hover {
    background-color: #4f7da2;
    border-color: #4f7da2;
    color: #fff;
}

.widget .about-widget .author-social-media ul li a.pinterest:hover {
    background-color: #d11e16;
    border-color: #d11e16;
    color: #fff;
}

.widget .about-widget .author-social-media ul li a.flickr:hover {
    background-color: #ff0084;
    border-color: #ff0084;
    color: #fff;
}

/*------- TWITTER WIDGET -------*/
.widget .twitter-widget {
    position: relative;
    display: inline-block;
    width: 100%;
}

.widget .twitter-widget .tweet {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}

.widget .twitter-widget .tweet:first-child {
    padding: 0 0 15px;
}

.widget .twitter-widget .tweet ~ .tweet {
    border-top: 1px solid #ececec;
}

.widget .twitter-widget .tweet p {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #909090;
    margin: 0 0 5px;
}

.widget .twitter-widget .tweet p a {
    color: #606060;
}

.widget .twitter-widget .tweet .tweet-meta {
    display: inline-block;
    width: 100%;
}

.widget .twitter-widget .tweet .tweet-meta a {
    display: inline-block;
    font-size: 12px;
    color: #606060;
}

/*------- RECENT COMMENTS WIDGET -------*/
.widget .recent-comments {
    position: relative;
    display: inline-block;
    width: 100%;
}

.widget .recent-comments ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.widget .recent-comments ul li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #909090;
    line-height: 22px;
    padding: 15px 0 15px 15px;
}

.widget .recent-comments ul li:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f105";
    color: #aeaeae;
    left: 0;
    top: 15px;
}

.widget .recent-comments ul li:first-child {
    padding: 0 0 15px 15px;
}

.widget .recent-comments ul li:first-child:before {
    top: 0;
}

.widget .recent-comments ul li ~ li {
    border-top: 1px solid #ececec;
}

.widget .recent-comments ul li span {
    display: inline-block;
    color: #909090;
    margin: 0 5px 0 0;
}

.widget .recent-comments ul li span a {
    margin: 0;
    color: #909090;
}

.widget .recent-comments ul li a {
    display: inline;
    margin: 0 0 0 5px;
    color: #606060;
}

/*------- FLICKR WIDGET -------*/
.widget .flickr-widget {
    position: relative;
    display: inline-block;
    width: 100%;
}

.widget .flickr-widget ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.widget .flickr-widget ul li {
    display: inline-block;
    overflow: hidden;
    width: 82px;
    margin-bottom: -2px;
}

/*============================================================================  >>14. Footer  ============================================================================*/
footer .footer-top {
    position: relative;
    display: inline-block;
    width: 100%;
}

footer .footer-top .footer-sidebar {
    position: relative;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ececec;
    padding: 50px 0;
}

footer .footer-top .footer-sidebar .widget .widget-title {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
}

footer .footer-top .footer-sidebar .widget .widget-title h4 {
    display: inline-block;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

/*------- FOOTER-INSTAGRAM -------*/
footer .footer-instagram {
    position: relative;
    text-align: center;
}

footer .footer-instagram .wiget-title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

footer .footer-instagram .wiget-title h4 {
    position: relative;
    display: inline-block;
    z-index: 1;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    background-color: #fff;
    margin: 0;
    padding: 18px 30px;
}

footer .footer-instagram:before {
    position: absolute;
    content: '';
    width: 100%;
    background-color: #202020;
    left: 0;
    bottom: 0;
    z-index: -1;
}

footer .footer-instagram ul {
    display: inline-block;
    float: none;
    margin: 0 0 -6px 0;
    padding: 0;
}

footer .footer-instagram ul li {
    display: inline-block;
    overflow: hidden;
    float: left;
    width: 12.5%;
}

footer .footer-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #202020;
    text-align: center;
}

footer .footer-bottom .back-to-top-page {
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
}

footer .footer-bottom .back-to-top-page a {
    display: inline-block;
    cursor: pointer;
    width: 32px;
    height: 32px;
    color: #aeaeae;
    line-height: 34px;
    background-color: #202020;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

footer .footer-bottom p.copyright {
    display: inline-block;

    font-size: 13px;
    color: #606060;
    margin: 0;
    padding: 30px 0;
}

footer .footer-bottom p.copyright a {
    color: #aeaeae;
}

/*============================================================================  >>15. Selection Color  ============================================================================*/
/*::selection {*/
/*    background-color: #e5027c;*/
/*    color: #fff;*/
/*}*/

/*::-moz-selection {*/
/*    background-color: #e5027c;*/
/*    color: #fff;*/
/*}*/

/*::-o-selection {*/
/*    background-color: #e5027c;*/
/*    color: #fff;*/
/*}*/

/*::-ms-selection {*/
/*    background-color: #e5027c;*/
/*    color: #fff;*/
/*}*/

/*::-webkit-selection {*/
/*    background-color: #e5027c;*/
/*    color: #fff;*/
/*}*/

/*============================================================================  >>16. Setcolor  ============================================================================*/
.sidebar-navigation-menu, header .header-top ul li a, .header-main-nav.sticky .main-menu .dropdown a {
    color: #aeaeae;
}

.sidebar-navigation-menu:hover, .sidebar-navigation-menu:active, .header-main-nav.sticky .main-menu .dropdown a:hover, header .header-top ul li a:hover {
    color: #e5027c;
}

header .header-top .brand-logo h1 p, .sidebar-navigation .sidebar-nav-scroll .sidebar-nav-content .sidebar-nav-header h1 p {
    color: #aeaeae;
}

.header-main-nav {
    border-color: #ececec;
    background-color: #fff;
}

.header-main-nav .main-nav-wrapper {
    border-color: #ececec;
}

.header-main-nav .main-nav-wrapper .main-menu ul li > a, ul.secondary-menu li a {
    color: #000;
}

ul.secondary-menu li ul li a {
    color: #aeaeae;
}

.mega-menu .post .post-title h3 a {
    color: #606060;
}

.header-main-nav .main-nav-wrapper .main-menu ul li a:hover, .header-main-nav .main-nav-wrapper .main-menu ul li:hover > a, .header-main-nav .main-nav-wrapper .main-menu ul li .mega-menu .sub-menu-cat ul li a.active {
    color: #e5027c;
}

ul.secondary-menu li ul li a:hover {
    background-color: transparent;
    color: #e5027c;
}

ul.secondary-menu li > a:hover, ul.secondary-menu li a.expanded {
    background-color: #e5027c;
    color: #fff;
}

.featured-post-meta .post-cat ul li a, .sidebar .sidebar-wrapper .widget .favorite-posts ul li.first-favorite-post .post-meta .post-detail .post-wrapper .post-cat ul li, .blog-posts .post.post-style-list .post-meta .post-cat ul li a, section.main .blog-posts .post.post-style-grid .post-type-image .post-cat ul li a,
/*.page-post .post-meta .post-cat ul li a, */
section.main .gallery-type .gallery-photos ul li .gallery-hover .gallery-meta .gallery-cat ul li {
    background-color: #e5027c;
    color: #fff !important;
}

.featured-post-meta .post-title a h2 {
    color: #fff;
}

.featured-post-meta .post-entry p {
    color: #ececec;
}

.most-popular-posts .post .post-meta .post-cat ul li, .most-popular-posts .post .post-meta .post-cat ul li a {
    color: #e5027c;
}

.blog-posts .post .post-meta .post-date, .blog-posts .post.post-style-list .post-date {
    color: #aeaeae;
}

.blog-posts .post .post-meta .post-title h2 a, .blog-posts .post.post-style-list .post-title h2 a {
    color: #000;
    font-size: 20px;
}

.blog-posts .post .post-meta .post-title h2 a:hover, .blog-posts .post.post-style-list .post-title h2 a:hover {
    color: #ec6c00;
}

.blog-posts .post .post-meta .post-cat ul:before, .blog-posts .post .post-meta .post-cat ul:after {
    background-color: #e5027c;
}

.blog-posts .post .post-meta .post-cat ul li a, .blog-posts .post .post-meta .post-cat ul li ~ li:before {
    color: #e5027c;
}

.blog-posts .post .post-entry p, .blog-posts .post.post-style-list .post-entry p {
    color: #606060;
}

.blog-posts .post .post-entry p a, .blog-posts .post.post-style-list .post-entry p a {
    color: #ec6c00;
}

.blog-posts .post .read-more-button a {
    color: #aeaeae;
}

/*.blog-posts .post .read-more-button a:before {	background-color: #e5027c;} */
.blog-posts .post .read-more-button a:hover {
    color: #fff;
}

.post .post-bottom .post-comments a {
    color: #aeaeae;
}

.blog-posts .post .post-bottom .post-author {
    color: #606060;
}

.blog-posts .post .post-bottom .post-author a {
    color: #aeaeae;
}

.post .post-bottom .post-comments a:hover, .blog-posts .post .post-bottom .post-author a:hover {
    color: #000;
}

.blog-posts .post .post-type-quote {
    background-color: #e5027c;
}

/*section.main .blog-posts .pagination a {*/
/*    background-color: #ececec;*/
/*    color: #aeaeae;*/
/*}*/

/*section.main .blog-posts .pagination a:hover {*/
/*    background-color: #e5027c;*/
/*    color: #fff;*/
/*}*/

.sidebar .sidebar-wrapper .widget .widget-title h4 {
    /*background-color: #00969B;*/
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.sidebar .sidebar-wrapper .widget .favorite-posts ul li.first-favorite-post .post-meta .post-detail .post-wrapper .post-title h2 {
    color: #fff;
}

.sidebar .sidebar-wrapper .widget .popular-categories ul li a {
    color: #606060;
}

.sidebar .sidebar-wrapper .widget .popular-categories ul li a:hover {
    color: #ec6c00;
}

.sidebar .sidebar-wrapper .widget .most-popular-widget .post .post-date {
    color: #aeaeae;
}

.sidebar .sidebar-wrapper .widget .most-popular-widget .post .post-title h2 {
    color: #606060;
}

.sidebar .sidebar-wrapper .widget .most-popular-widget .post:hover .post-title h2 {
    color: #e5027c;
}

.sidebar .sidebar-wrapper .widget .most-popular-widget .post .post-entry p {
    color: #909090;
}

.sidebar .sidebar-wrapper .widget.newsletter-widget #newsletterForm button {
}

.sidebar .sidebar-wrapper .widget.newsletter-widget #newsletterForm button:hover {
    color: #ec6c00;
    background-color: transparent;
    border: 1px solid #ec6c00;
}

.footer-sidebar .widget .about-widget p {
    color: #909090;
}

.page-post .post-meta .post-detail {
    color: #aeaeae;
}

.page-post .post-meta .post-detail .post-date, .page-post .post-meta .post-detail a {
    color: #606060;
}

.page-post .post-entry blockquote {
    border-left: 5px solid #e5027c;
}

section.main .blog-posts .page-post .post-entry blockquote:after {
    border-left-color: #e5027c;
}

.page-post .post-tags ul li a {
    background-color: #ececec;
    color: #aeaeae;
}

.page-post .post-tags ul li a:hover {
    background-color: #e5027c;
    color: #fff;
}

.post-directions .post-title h2 {
    color: #000;
}

.post-directions a:hover .post-title h2 {
    color: #e5027c;
}

.post-author .author-info .author-name h3 a {
    color: #000;
}

.post-author .author-info .author-name h3 a:hover {
    color: #e5027c;
}

.post-author .author-info .author-text p {
    color: #aeaeae;
}

.single-item-title h4 {
    color: #000000;
}
.single-item-title h4 a:hover {
    color: #ec6c00;
}

.related-posts .post .post-title h2 a {
    color: #606060;
}

.related-posts .post .post-title h2 a:hover {
    color: #e5027c;
}

.comments-post ul.comment-list li .comment-info .comment-meta h4.author a {
    color: #000;
}

.comments-post ul.comment-list li .comment-info .comment-meta h4.author a:hover {
    color: #e5027c;
}

.comments-post ul.comment-list li .comment-info .comment-meta .reply-button a {
    background-color: #ececec;
    color: #aeaeae;
}

.comments-post ul.comment-list li .comment-info .comment-meta .reply-button a:hover {
    background-color: #e5027c;
    color: #fff;
}

section.main .blog-posts .comment-respond form div input:focus, section.main .blog-posts .comment-respond form div textarea:focus {
    border-color: #e5027c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
}

.comment-respond form p.form-submit button {
    background-color: #e5027c;
    color: #fff;
}

body.page .page-post .post-meta .post-subtitle p {
    color: #e5027c;
}

body.page .page-post .post-meta .post-subtitle p:after, body.page .page-post .post-meta .post-subtitle p:before {
    background-color: #e5027c;
}

section.main .gallery-type .gallery-filter .text-block p, section.main .archive-type .archives .text-block p {
    color: #aeaeae;
}

section.main .gallery-type .gallery-filter .filter ul li a {
    color: #aeaeae;
}

section.main .gallery-type .gallery-filter .filter ul li ~ li:before {
    color: #aeaeae;
}

section.main .gallery-type .gallery-filter .filter ul li a:hover {
    color: #e5027c;
}

section.main .gallery-type .gallery-photos ul li .gallery-hover .gallery-like a:hover {
    color: #e5027c;
}

section.main .gallery-type .gallery-photos ul li .gallery-hover .gallery-meta .gallery-title h2 a:hover {
    color: #e5027c;
}

section.main .gallery-type .gallery-photos .show-more-button button {
    background-color: #e5027c;
    color: #fff;
}

section.main .gallery-type .gallery-photos .show-more-button button:hover {
    background-color: #000;
    color: #fff;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul li a, section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-title h2 a {
    color: #606060;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul li a:hover, section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-title h2 a:hover {
    color: #e5027c;
}

body.page .blog-posts .page-post .contact-form form input.btn {
    background-color: #e5027c;
    color: #fff;
}

body.page .blog-posts .page-post .contact-form form input.btn:hover {
    background-color: #000;
}

body.page .blog-posts .page-post .contact-form form input:focus, body.page .blog-posts .page-post .contact-form form textarea:focus {
    border-color: #e5027c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
}

footer .footer-instagram .wiget-title h4 {
    color: #ec6c00;
}
.select-item{
    color: #ec6c00!important;
}
.empty-blog{
    text-align: center;color: #515151;vertical-align: middle;line-height: 250px;font-size:30px;height: 500px;font-weight: bold;
}