/*

Theme Name: Arpa
Theme URI: https://golamnabiwp.com/wptheme/arpa
Author: Golam
Author URI: https://golamnabiwp.com
Description: One Page Responsive WordPress Theme for business, agencies, corporate
Version: 1.0
License: Custom
License URI: http://themeforest.net/licenses
Text Domain: arpa
Tags: two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-menu, featured-images, full-width-template, post-formats, sticky-post, threaded-comments, translation-ready

*/

/*====================================================
**========== Table of Content 
**====================================================

*** -  1. Template Default Css
*** -  2. Template Background Css
*** -  3. Header Area Css
*** -  4. Project Complete Area Css
*** -  5. Pricing Area Css
*** -  6. Brand Area Css
*** -  7. Blog Area Css
*** -  8. Map Area Css
*** -  9. Footer Area Css
*** - 10. Template Hover Css
*** - 11. Template Transition Css
*** - 12. Blog Css
***     -  1. Blog Header Area Css
***     -  2. BreadCrumb Area Css
***     -  3. Blog Content Area Css
***     -  4. Sidebar Area Css
*** - 13. INDEX YOUTUBE CSS



=========----------------------------------=========
            1.Template Default Css     
=========----------------------------------=========
*/

body {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #222;
    line-height: 1.5em;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:focus {
    color: inherit;
}

.navbar {
    margin: 0;
    border: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
    line-height: 1.5em;
    letter-spacing: 2px;
    margin: 0 0 14px 0;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    line-height: 21px;
    font-weight: 400;
    color: #444;
    margin: 0 0 18px;
}

img {
    max-width: 100%;
    height: auto;
}

blockquote {
    background-color: #222;
    padding: 40px;
    border-left: 4px solid #F3D13D;
}

blockquote p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    margin: 0;
}

b,
strong {
    line-height: 1.8em;
}

.noPadding {
    padding: 0;
}

select {
    width: 100%;
    padding: 5px;
    outline: 0;
}

.form-control:focus {
    border-color: #777;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
}

input,
button,
textarea {
    outline: 0;
}

/*========== Preloader Css ==============
========================================*/

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -35px;
}

.btn-group {
    margin-top: 20px;
}

.default-btn,
.active-btn,
.kc_button.active-btn {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #222;
    color: #222;
    margin: 0 10px 10px 0;
    letter-spacing: 1px;
    background-color: transparent;
}

.contact-btn {
    background-color: #F3D13D;
}


.section-padding {
    padding: 90px 0;
}

.cta-area h2 {
    color: #fff;
    margin: 0;
}

/*
=========----------------------------------=========
            2.Template Background Css     
=========----------------------------------=========
*/

.wellcome-bg {
    background-image: url(../images/slide-bg-1.jpg);
}

.video-bg {
    background-image: url(../images/video-bg.jpg);
}

.wellcome-bg,
.video-bg {
    background-color: rgba(0, 0, 0, .80);
    /*    background-repeat: no-repeat;*/
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

/*
=========----------------------------------=========
            3.Header Area Css     
=========----------------------------------=========
*/

.header-area {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 10px 0;
}

.header-area.stickymenu {
    position: fixed;
}

.logged-in .header-area.stickymenu {
    margin-top: 32px;
}

.stickymenu {
    -webkit-transition: all .03s ease-out;
    transition: all .03s ease-out;
    padding: 0;
    -webkit-box-shadow: 0px 0px 5px 1px #333;
    box-shadow: 0px 0px 5px 1px #333;
}

.logo {
    padding: 15px 0;
    overflow: hidden;
}

.stickymenu .logo {
    padding: 18px 0;
}

.logo h1 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.logo a {
    color: #f1c40f;
}

.logo img {
    width: 100%;
}

.main-menu .navbar-nav li {
    display: inline-block;
    position: relative;
}

.main-menu .navbar-nav li a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 23px 13px;
    color: #222;
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
}

.main-menu .navbar-nav li a:before {
    background-color: #F1C40F;
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    width: 0;
    height: 2px;
    visibility: hidden;
    opacity: 0;
}

.stickymenu .main-menu .navbar-nav li a:before {
    top: 0;
}

/**
 * Submenu Css
 * ======================================
 */

.main-menu .navbar-nav li:hover > .sub-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.main-menu .navbar-nav li > .sub-menu {
    position: absolute;
    width: 260px;
    background-color: #F0F0F0;
    margin: 0;
    padding: 0;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
    padding: 4px 0;
    border-top: 4px solid #222222;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
}

.main-menu .navbar-nav li .sub-menu li {
    display: block;
    border-bottom: 1px solid #cecece;
}

.main-menu .navbar-nav li .sub-menu li:last-child {
    border-bottom: initial;
}

.main-menu .navbar-nav li .sub-menu li a {
    padding: 12px 15px 15px 30px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 400;
}

.main-menu .navbar-nav li .sub-menu li a::before {
    position: inherit;
    width: 0;
    height: 0;
}

.main-menu .navbar-nav li .sub-menu li:hover > a {
    background-color: #fff;
}

.main-menu .navbar-nav li .sub-menu li .sub-menu {
    left: -100%;
    top: 0;
    -webkit-box-shadow: 1px -1px 10px rgba(0, 0, 0, .20);
    box-shadow: 1px -1px 10px rgba(0, 0, 0, .20);

}

.header-area .social-links {
    margin-top: 16px;
    display: block;
}

.social-links {
    padding: 0;
    margin: 0
}

.social-links li {
    display: inline-block;
}

.social-links li a {
    display: block;
    height: 30px;
    color: #fff;
    margin-right: 3px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #222;
    border-radius: 50%;
    font-size: 13px;
}

.col-md-2.text-right {
    border-left: 1px solid #E7E7E7;
}


/*
=========----------------------------------=========
            4.Project Complete Area Css     
=========----------------------------------=========
*/

.project-complete-area,
.footer-area {
    background-color: #222222;
}

.single-project-item,
.single-contact-item {
    position: relative;
    padding-left: 65px;
}

.project-icon,
.contact-icon {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 35px;
    color: #F1C40F;
    overflow: hidden;
}

.single-project-item h2,
.single-project-item h5,
.single-contact-item h5,
.single-contact-item h6,
.contact-form h5 {
    color: #fff;
}

.single-project-item h2 {
    margin-top: 0;
    display: block;
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
}

.single-project-item h2:before,
.single-contact-item h5:before,
.contact-form h5:before {
    position: absolute;
    content: "";
    width: 83px;
    height: 2px;
    background-color: #F1C40F;
    bottom: 0;
    left: 0;
}


/*
=========----------------------------------=========
            5.Pricing Area Css     
=========----------------------------------=========
*/

.single-pricing-item {
    -webkit-box-shadow: 0 1px 2px 0px #222;
    box-shadow: 0 1px 2px 0px #222;
    padding: 15px 0;
    margin-top: 45px;
}

.single-pricing-item h2 {
    color: #444;
    font-size: 26px;
}

.single-pricing-item h6 {
    letter-spacing: 0;
    display: block;
    margin: 0;
    font-size: 10px;
    padding-bottom: 10px;
}

.pricing-head > h6 {
    border-bottom: 1px solid #222;
}

.pricing-head {
    padding: 0 20px;
    overflow: hidden;
}

.pricing-price > h2 {
    font-size: 30px;
    margin: 10px 0 0;
}

.pricing-price sup {
    top: -1em;
    font-size: 12px;
}

.pricing-price span {
    letter-spacing: 0;
    color: #666;
    font-size: 12px;
}

.pricing-items {
    padding: 25px 0;
}

.pricing-items li {
    font-size: 13px;
    text-transform: capitalize;
    padding: 8px 20px;
    color: #666;
    letter-spacing: 2px;
}

.pricing-items li:nth-child(2n) {
    background-color: #ececec;
}

.pricing-items li i {
    margin-right: 15px;
}

.pricing-footer {
    text-align: center;
    padding: 20px 25px;
}

.pricing-btn {
    padding: 7px 25px;
    color: #000;
}


/*
=========----------------------------------=========
           6.Brand Area Css     
=========----------------------------------=========
*/

.brand-desc,
.single-blog-item,
#map {
    margin-top: 70px;
}

.single-brand-item {
    text-align: center;
    border: 1px solid #e1e0e0;
}


/*
=========----------------------------------=========
            7.Blog Area Css     
=========----------------------------------=========
*/

.single-blog-item h4 {
    margin-top: 20px;
}

.single-blog-item h6 {
    margin-top: 0;
    text-transform: capitalize;
}

.single-blog-item p,
.blog-btn {
    margin-top: 15px;
}

.blog-btn {
    text-transform: capitalize;
    color: #777;
    font-size: 13px;
    border: 1px solid #777;
    padding: 5px 10px;
}

.blog-btn i {
    margin-left: 2px;
    font-size: 12px;
}


/*
=========----------------------------------=========
            8.Map Area Css     
=========----------------------------------=========
*/

#map {
    overflow: hidden;
    widows: 100%;
    height: 400px;
}


/*
=========----------------------------------=========
            9.Footer Area Css     
=========----------------------------------=========
*/

.footer-area {
    position: relative;
    z-index: 1;
}

.footer-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.footer-area.section-padding {
    padding-bottom: 40px;
}


.copyright-text {
    padding: 35px 0;
}

.copyright-text p {
    text-transform: capitalize;
    margin-top: 25px;
}

.copyright-text p,
.copyright-text a {
    color: #fff;
}

/*
=========----------------------------------=========
            10.Template Hover Css     
=========----------------------------------=========
*/

.main-menu .nav li a:focus {
    background-color: inherit;
}

.stickymenu .logo img {
    width: 85%;
}

.main-menu .navbar-nav li a:hover {
    color: #F1C40F;
    background: inherit;
}

.main-menu .navbar-nav li:hover a:before,
.main-menu .navbar-nav li.active a:before,
.single-team-member:hover .member-img img,
.single-work-item:hover .work-img img {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.social-links li a:hover {
    background-color: #F3D13D;
    color: #000;
}

.default-btn:hover,
.blog-btn:hover,
.active-btn {
    background-color: #F3D13D;
    color: #222;
    border: 2px solid transparent;
}

.blog-btn:hover {
    border: 1px solid transparent;
}

.cta-btn:hover {
    border: 3px solid transparent;
    background-color: #fff;
}

.icon-btn:hover i {
    right: 7px;
    visibility: visible;
}

.pricing-btn:hover {
    background-color: #fff;
}

.single-team-member:hover:before {
    top: 65%;
}

.work-filter li:hover,
.work-filter li.current {
    color: #F3D13D;
}

.single-work-item:hover:before {
    visibility: visible;
    opacity: .75;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-work-item:hover .work-desc,
.single-work-item:hover .work-link {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-work-item:hover .work-desc {
    -webkit-transform: translateX(0) translateY(85px);
    transform: translateX(0) translateY(85px);
}

.single-work-item:hover .work-link {
    -webkit-transform: translateY(0) translateY(-80px);
    transform: translateY(0) translateY(-80px);
}

.work-link a:hover {
    color: #000;
}

.video-icon:hover {
    color: #fff;
}

.single-pricing-item:hover {
    -webkit-box-shadow: 0 1px 2px 0px #222222;
    box-shadow: 0 1px 2px 0px #222222;
}

.single-pricing-item:hover .pricing-head,
.single-pricing-item:hover .pricing-footer,
.pricing-current .pricing-head,
.pricing-current .pricing-footer {
    background-color: #999999;
}

.single-pricing-item:hover .pricing-head h2,
.single-pricing-item:hover .pricing-head h6,
.single-pricing-item:hover .pricing-price sup,
.single-pricing-item:hover .pricing-price span,
.pricing-current .pricing-head h2,
.pricing-current .pricing-head h6,
.pricing-current .pricing-price sup,
.pricing-current .pricing-price span {
    color: #fff;
}

.single-pricing-item:hover .pricing-head > h6 {
    border-bottom: 1px solid #000;
}


/*
=========----------------------------------=========
            11.Template Transition Css     
=========----------------------------------=========
*/

.logo img,
.default-btn,
.social-links li a,
.main-menu .navbar-nav li a:before,
.header-area,
.icon-btn i,
.single-team-member:before,
.member-img img,
.owl-controls .owl-nav div,
.work-filter li,
.single-work-item:before,
.work-img img,
.work-desc,
.work-img:before,
.work-link,
.work-link a,
.pagination li a,
.tags li a,
.blog-img:before,
.blog-img a i,
.slider-area .owl-controls .owl-nav div {
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}



/*==================================================
        12. BLOG CSS 
 ===================================================

/**
* 1.Blog Header Area Css
*========================================
*/

.blog-slider .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    width: 30px;
    border: 1px solid #333;
    text-align: center;
    left: -15px;
    height: 56px;
    font-size: 20px;
    margin-top: -28px;
    visibility: hidden;
}


.blog-slider .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: -15px;
}


.blog-slider .owl-controls .owl-nav div i {
    display: block;
    line-height: 55px;
}


.single-blog-content:hover .blog-slider .owl-controls .owl-nav div {
    visibility: visible;
}


.single-blog-content:hover .blog-slider .owl-controls .owl-nav div {
    left: 0;
}


.single-blog-content:hover .blog-slider .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: 0;
}


.blog-slider .owl-controls .owl-nav div:hover {
    border: 1px solid transparent;
    background-color: #F8E057;
    color: #333;
}


.blog .stickymenu {
    position: fixed;
}


/**
* 2.BreadCrumb Area Css
* ==================================
*/

.breadcrumb-area {
    background-color: #222;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}

.breadcrumb-overlay,
.blog-breadcrumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.breadcrumb-heading h4 {
    display: block;
    color: #fff;
    font-size: 22px;
}

.breadcrumb-heading h4 span {
    color: #fff;
}

.breadcrumb-heading h4 a {
    color: #333;
}

.breadcrumb-heading h5 {
    color: #fff;
}

.breadcrumb-heading h6 {
    margin: 0;
    color: #777;
    letter-spacing: 1px;
    font-weight: 400;
}

.breadcrumb-heading span[typeof="ListItem"] {
    padding: 0 4px;
    color: #222;
    text-transform: capitalize;
    letter-spacing: 0;
}

.breadcrumb-heading span[typeof="ListItem"] > span {
    color: #fff;
}

.breadcrumb-heading span[typeof="ListItem"]:first-child {
    padding-left: 0;
}

.breadcrumb-heading span[typeof="ListItem"] a span {
    color: #fff;
}

.breadcrumb-heading span[typeof="ListItem"] a span:hover {
    color: #F1C40F;
}


/**
* 3. Blog Content Area Css
* ==================================
*/

article.single-blog-content {
    overflow: hidden;
    padding: 30px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

article.single-blog-content:last-child {
    margin-bottom: 0;
}

.single-blog-content {
    margin-bottom: 95px;
    margin-right: 40px;
}

.left-content .single-blog-content,
.left-content #comments {
    margin-right: 0;
    margin-left: 30px;
}

.left-content .navigation.post-navigation {
    margin-right: 0;
    margin-left: 30px;
    padding-right: 0;
}

.single-blog-content h3 {
    letter-spacing: 0;
    font-weight: 700;
    color: #302E2E;
    margin-top: 0;
}

.entry-meta {
    margin: 5px 0 25px;
    font-size: 14px;
    color: #777;
}

.entry-meta ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.entry-meta ul li {
    display: inline-block;
    font-size: 85%;
    padding-right: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: #444;
}

.blog-img {
    position: relative;
}

.blog-img:before {
    position: absolute;
    width: 100%;
    height: calc(100% - 5px);
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(241, 196, 15, .80);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single-blog-content:hover .blog-img:before {
    opacity: .75;
    filter: alpha(opacity=57);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.blog-img,
.single-blog-content .embed-responsive {
    margin-bottom: 30px;
}

.blog-img a i {
    position: absolute;
    top: 30%;
    left: 50%;
    font-size: 60px;
    color: #fff;
    z-index: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-left: -20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single-blog-content:hover .blog-img a i {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-quete-post p {
    margin: 0;
}

.blog-slider .owl-controls .owl-nav div {
    height: 60px;
    margin-top: -30px;
    background-color: #F8E057;
    border: 1px solid transparent;
}

.single-blog-content:hover .blog-slider .owl-controls .owl-nav div {
    left: 0px;
}

.single-blog-content:hover .blog-slider .owl-controls .owl-nav div.owl-next {
    right: 0px;
}

.entry-footer {
    overflow: hidden;
    font-size: 90%;
    padding-right: 15px;
    font-weight: 700;
    text-transform: capitalize;
}

.single-blog-content .entry-footer a {
    margin: 0;
}

.entry-footer .edit-link {
    float: right;
    margin-top: 15px;
}

.entry-footer .tags-links {
    color: #444;
    margin-top: 15px;
    display: inline-block;
}

.entry-footer .edit-link:hover,
.entry-meta ul li a:hover,
.comment-edit-link:hover,
.logged-in-as a {
    opacity: .7;
}

/**
* Pagination Css
* =====================================
*/

.pagination {
    margin-top: 40px;
    text-align: center;
    display: block;
}

.pagination .nav-links {
    border: initial;
}

.pagination a,
.pagination .current {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #222;
    padding: 8px 15px;
    margin-right: 5px;
    color: #222;
}

.pagination .dots {
    padding: 0 10px;
    font-weight: 700;
    color: #222;
}

.pagination a:hover,
.pagination .current {
    border: 1px solid transparent;
    background-color: #F3D13D;
    color: #222;
}

.pagination .current {
    cursor: inherit;
}

.navigation.post-navigation {
    padding-right: 30px;
    margin-bottom: 30px;
}

/**
* 4. Sidebar Area Css
* ==================================
*/

.sidebar-area {
    overflow: hidden;
}

.widget {
    margin-bottom: 50px;
    padding: 30px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.widget h4,
.comment-area h4,
.comment-form h4 {
    margin: 25px 0 20px;
    color: #444;
    font-size: 22px;
    letter-spacing: 1px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #eee;
    display: block;
}

.widget h4:before,
.comment-area h4:before,
.comment-form h4:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #F3D13D;
    z-index: 1;
    content: "";
}

.widget h4 {
    margin-top: 0px;
}

.search-form {
    position: relative;
}

.search-form .search {
    height: 47px;
    font-size: 18px;
    color: #222;
    padding-right: 60px;
    border-radius: inherit;
    border: 1px solid #222;
}

.search-btn {
    position: absolute;
    color: #222;
    border: 1px solid #222;
    background-color: #f9f9f9;
    padding: 0 20px;
    border-radius: inherit;
    height: 47px;
    outline: 0;
    top: 0;
    right: 0;
}

.widget ul li {
    border-bottom: 1px dotted #e7e7e7;
    text-transform: uppercase;
}

.widget ul li:last-child {
    border-bottom: 0px dotted;
}

.widget ul li a {
    font-size: 14px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.widget ul li a:hover {
    color: #D6B222;
}


.widget_categories ul li {
    overflow: hidden;
}

.widget_categories ul li span.cat-count {
    float: right;
    color: #444;
}

.widget_recent_comments span.comment-author-link a {
    font-weight: 700;
    padding-bottom: 0;
    padding-right: 2px;
}

.post-thumb {
    margin-top: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.post-thumb:last-child {
    border-bottom: none;
}

.post-thumb-img {
    width: 70px;
    height: 80px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.post-thumb .post-meta {
    overflow: hidden;
}

.post-thumb .post-meta h6 {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.5em;
    margin: 0 0 8px;
}

.post-thumb .post-meta h6 a {
    color: #222;
}

.post-thumb .post-meta p {
    font-size: 12px;
    line-height: 19px;
}

.tagcloud a {
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 15px;
    border: 1px solid #777;
    margin-top: 10px;
    margin-right: 5px;
    color: #777;
    font-size: 14px !important;
}

.tagcloud a:hover {
    background-color: #F3D13D;
    color: #000;
    border: 1px solid transparent;
}



/*=====================================================
        13. BLOG SINGLE  CSS
 ======================================================
*/

.single-blog-content-list {
    margin-bottom: 35px;
}

.single-blog-content-list ul {
    list-style: inside;
}

.single-blog-content-list ul li {
    font-size: 16px;
    line-height: 22px;
    padding-left: 10px;
}

.comment-area {
    margin-right: 30px;
}

.single-comment {
    margin-top: 20px;
    overflow: hidden;
    padding-top: 10px;
}

.comment-list li.comment {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.comment-author-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 15px auto;
}

.comment-author-img > img {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

.comment-text {
    padding-bottom: 25px;
}

.single-comment h6 {
    font-size: 16px;
}

.single-comment h6 a {
    color: #222;
}

.single-comment h6 a.url {
    display: block;
}

.single-comment span {
    display: inline-block;
    color: #777;
    font-size: 10px;
    margin-top: 5px;
}

.comment-area .comment-reply-link {
    text-transform: capitalize;
    font-weight: 700;
    color: #000;
    background-color: #F1C40F;
    padding: 4px 12px;
    border-radius: 2px;
    margin-top: 10px;
}

.single-comment.reply-comment {
    margin-left: 80px;
}

.reply-comment .comment-author-img {
    margin-left: 0;
}

.comment-area .comment-reply-link:hover {
    background-color: transparent;
}

/*
=====================================
 Pingback Css
=====================================
*/

.pingback {
    padding: 10px 20px 26px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.pingback .col-sm-2.noPadding {
    display: none;
}

.pingback .comment-text {
    padding-bottom: 0px;
}

.pingback .comment-respond {
    padding: 0 16px;
}

.pingback .comment-respond h4 {
    clear: both;
    overflow: hidden;
    padding-top: 30px;
}

/*
=====================================
 Comment Form Css
=====================================
*/

.blog-single-content-area .comment-form {
    margin-top: 60px;
    overflow: hidden;
}

.logged-in-as a {
    color: #444;
}

.comment-form .form-control {
    background-color: #fff;
}

.comment-btn {
    background-color: transparent;
    margin-bottom: 0;
}

.comment-respond #cancel-comment-reply-link {
    color: #222;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: initial;
}

.comment-respond #cancel-comment-reply-link:hover {
    color: #F1C40F;
}

.comment.even .comment-respond,
.comment.odd .comment-respond,
.children .comment-respond {
    padding: 15px;
}

/*======================================================
        14. INDEX YOUTUBE CSS 
 =======================================================
*/

.youtube-video-area:before {
    z-index: 2;
}

.slide-content-wrap,
.youtube-item {
    position: relative;
    z-index: 3;
}

/*.youtube-item p {padding: 0 120px;}*/

.not-found p {
    margin-bottom: 30px;
}