/*
Theme Name:     ThreeSixtyBlog Lite
Theme URI:      https://trendytheme.net/items/threesixtyblog-lite/
Author:         TrendyTheme
Author URI:     https://trendytheme.net
Description:    ThreeSixtyBlog Lite is a modern & functional blog WordPress theme. This Theme is clean, clutter free design is the perfect choice for the minimal loving creative blogger.
Version:        1.6.4
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    threesixtyblog-lite
Tags:           blog, one-column, two-columns, left-sidebar, right-sidebar, featured-images, full-width-template, post-formats, sticky-post, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, threaded-comments
*/



/* =-=-=-=-=-=-= CSS TABLE CONTENT =-=-=-=-=-=-= 
    # GENERAL
    # TYPOGRAPHY
    # GLOBAL STYLES
    # NAVIGATION
        ## MOBILE MENU STYLE
    # CONTACT SECTION
    # NEWSLETTER SECTION
    # BLOG STYLE
        ## PAGINATION
        ## INNER POST PAGINATION
        ## SINGLE POST PAGER
        ## SINGLE POST
            ### AUTHOR BIO
            ### COMMENTS-WRAPPER
        ## SIDEBAR STYLE
    # 404 PAGE
    # FOOTER SECTION
    # PRELOADER
    # TO TOP
    # KING COMPOSER OVERRIDE CSS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


/* =-=-=-=-=-=-= GENERAL =-=-=-=-=-=-= */
body{
    font-family: 'Bitter', serif;
    font-size: 17px;
    line-height: 29px;
    font-weight: 400;
    color: #545353;
    background-color: #f1f5f5;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
}

html,
body {
    width: 100%;
    height: 100%;
}

body.logged-in {
    top: 32px;
}

/* Link style
------------------------------ */
a {
    color: #2ecc71;
}
a,
a > * {
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #1b8046;
    text-decoration: none;
}

dl dd{
    margin-bottom: 10px;
}

/* Transition elements
------------------------------------------ */
.navbar a,
.form-control {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

a,
.btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Reset box-shadow
------------------------------------------- */
.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:focus {
    outline: none !important;
}


/* =-=-=-=-=-=-= TYPOGRAPHY =-=-=-=-=-=-= */
h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    color: #212121;
}

h1 {
    font-size: 40px;
    line-height: 50px;
}

h2 {
    font-size: 23px;
    line-height: 30px;
}

h3 {
    font-size: 20px;
    line-height: 25px
}

h4 {
    font-size: 18px;
    line-height: 20px;
}

h5 {
    font-size: 16px;
    line-height: 18px;
}
h6 {
    font-size: 14px;
    line-height: 16px;
}

@media screen and (max-width: 480px) {
	h1 {
	    font-size: 30px;
	    line-height: 35px;
	}
}


p {
    margin-bottom: 15px;
}

p img { 
    margin: 0;
}



/* Accessibility
------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
------------------------------------------- */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}


/* Clearings
------------------------------------------- */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/* Widgets
-------------------------------------------*/
.widget {
    margin: 0 0 20px;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Content
-------------------------------------------*/
.sticky {
    display: block;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-links {
    clear: both;
}

.page-wrapper{
    padding-bottom: 100px;
}

/* Comments
-------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Infinite scroll
-------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/* Media
-------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

.video-section {
    top: 0%;
    left: 0%;
    height: 400px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.overlay {
    min-height: 400px;
    background-color: rgba(0, 0, 0, 0.5);
}

video, 
object {
    min-width:100%;
    min-height:100%;
}
.audio {
    width: 100%;
}

/* Captions
-------------------------------------------*/
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 3px;
    text-align: center;
}

.wp-caption figcaption{
    padding: 5px 0 0;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0 none;
    width: auto;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* =-=-=-=-=-=-= TABLE STYLE =-=-=-=-=-=-= */
table{
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th{
    padding: 8px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-top: 1px solid #ddd;
}


/* Button
------------------------------------------- */
.btn{
    padding: 0px 25px;
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.btn-group-lg>.btn, 
.btn-lg {
    /*padding: 17px 45px;*/
}

.btn-primary{
    background-color: #2ecc71;
    border-color: #2ecc71;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active, 
.btn-primary:active, 
.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #18af58;
    border-color: #18af58;
    color: #fff;
}


.blog-promo-wrapper .btn i {
    display: inline-block;
    margin-right: 10px;
}


.btn:focus,
button:focus {
    outline: none !important;
}

/*alert*/
.alert {
    padding: 10px 15px;
    border-radius: 0;
}
.alert-dismissible .close {
    top: 5px;
    right: 0;
}



/* Form Style
------------------------------------------- */
/*.form-group {
    margin-bottom: 30px;
}*/
.form-control {
    height: 50px;
    padding: 6px 20px;
    color: #212121;
    border: 1px solid #eee;
}
.form-control:focus {
    border-color: #2ecc71;
}


/* =-=-=-=-=-=-= NAVIGATION =-=-=-=-=-=-= */
.main-menu-wrapper{
    margin-top: 4px;
}
@media(min-width:768px) {
    .navbar-nav li.has-mega-menu{
        position: static;
    }
    .navbar-nav ul{
        position: static;
        display: block;
        border: 0;
        margin: 0;
        min-width: 200px;
    }
    .navbar-default {
        background-color: #ffffff;
        padding: 25px 0;
        -webkit-transition: all .4s ease-in-out;
           -moz-transition: all .4s ease-in-out;
             -o-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
    }
    
    .no-custom-logo .navbar-default {
        padding: 15px 0;
    }

    .no-custom-logo .navbar-nav{
        margin-top: 14px;
    }

    .sticky-wrapper.is-sticky .navbar-default{
        padding: 6px 0;
    }
    .navbar-nav>li>.dropdown-menu {
      margin-top: 23px;
    }
    .is-sticky .navbar-nav>li>.dropdown-menu {
      margin-top: 13px;
    }
    .navbar-right .dropdown-menu {
      right: auto;
      left: 15px;
    }
    .is-sticky .navbar-right .dropdown-menu {
      left: 13px;
    }
}
.header-wrapper{
    width: 100%;
    z-index: 1000;
}
.sticky-wrapper.is-sticky .navbar-default{
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
    -o-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.32);
}
.navbar-header h1{
    display: inline-block;
    margin: 0;
    font-size: 30px;
    line-height: 30px;
}
.navbar-brand {
    margin: 0;
    padding: 5px 0;
    height: auto;
}
.navbar-brand a{
    display: inline-block;
}
.navbar-brand h1 .site-description{
    font-size: 13px;
    margin: 0;
}
.navbar>.container .navbar-brand, 
.navbar>.container-fluid .navbar-brand{
    margin-left: 0;
}
.navbar .nav>li {
    padding: 0 15px;
    -webkit-transition: padding .4s ease-in-out;
       -moz-transition: padding .4s ease-in-out;
            transition: padding .4s ease-in-out;
}
.navbar .nav>li>a{
    padding: 5px 0;
    -webkit-transform: translateZ(0);
}
.navbar .nav li a i{
    margin-right: 8px;
}
.navbar .nav li a.menu-heading{
    position: relative;
    cursor: default;
    font-size: 12px !important;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 700;
}
.navbar .nav li a.menu-heading:hover{
    padding-left: 15px !important;
}
.navbar .nav li a.menu-heading::after{
    content: "";
    position: absolute;
    left: 15px;
    bottom: 2px;
    width: 30px;
    height: 2px;
    background-color: #C7C7C7;
}
.navbar .nav li a.menu-heading:hover{
    color: inherit;
    background-color: transparent;
}
.navbar-default {
    margin-bottom: 0;
    border-color: transparent;
    z-index: 10000;
    border: 0;
    border-radius: 0;
}
.admin-bar .sticky-wrapper.is-sticky .header-wrapper,
.admin-bar .sticky-wrapper{
    top: 32px !important;
}
@media(max-width : 782px) {
    .admin-bar .sticky-wrapper{
        top: 45px !important;
    }
}

@media(max-width : 600px) {
    .admin-bar .sticky-wrapper.is-sticky .header-wrapper{
        top: 0 !important;
    }
}

@media only screen and (min-width : 601px) and (max-width : 782px) {
    .admin-bar .sticky-wrapper.is-sticky .header-wrapper{
        top: 45px !important;
    }
}

.navbar-default .navbar-nav>li>a {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover{
    color: #ffcc00;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
  color: #ffcc00;
  background-color: transparent;
}

/*Dropdown Style*/
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #ffcc00;
  background-color: transparent;
}
@media(min-width: 768px){
    .navbar-nav>li:hover > .dropdown-wrapper > ul{
        display: block;
    }
}

.navbar-nav>li .dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #202020;
    border-bottom: 1px solid #ebebeb;
}

.dropdown-menu li a:hover{
    padding-left: 25px;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
    color: #ffcc00;
    background-color: transparent;
}

.navbar-default .navbar-nav li.current-menu-ancestor>a,
.navbar-default .navbar-nav li.current-menu-parent>a,
.navbar-default .navbar-nav li.current-menu-item>a{
    color: #ffcc00 !important;
}

.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
    color: #ffcc00;
}

.navbar-nav li .dropdown-wrapper{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 35px;
    padding-top: 42px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
@media(min-width: 768px){
    .sticky-wrapper.is-sticky .navbar-nav li .dropdown-wrapper{
        padding-top: 26px;
    }
}
.navbar-nav > li:hover > .dropdown-wrapper{
    top: 25px;
}
.navbar-nav li .dropdown-wrapper span{
    position: absolute;
    top: 14px;
    right: 10px;
}

/*2nd lavel menu*/
.navbar-nav li > .dropdown-wrapper li > .dropdown-wrapper{
    left: 100%;
    margin-left: 10px;
    top: 0;
    padding: 0 0 0 5px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.navbar-nav li > .dropdown-wrapper li.dropdown-inverse > .dropdown-wrapper{
    left: auto;
    right: 100%;
    margin-right: 10px;
    margin-left: 0;
    padding: 0 5px 0 0;
}

@media(min-width: 768px){
    .navbar-nav li > .dropdown-wrapper li.dropdown-inverse:hover > .dropdown-wrapper{
        margin-right: -5px;
    }
    .navbar-nav > li .dropdown-wrapper li:hover > .dropdown-wrapper{
        margin-left: -5px;
    }
    .navbar-nav > li:hover > .dropdown-wrapper,
    .navbar-nav > li .dropdown-wrapper li:hover > .dropdown-wrapper{
        visibility: visible;
        opacity: 1;
    }
}

.navbar-default.sticky .dropdown-wrapper{
    top: 40px;
    padding-top: 23px;
}

@media (min-width : 768px) and (max-width : 991px) {
    .navbar-default {
        padding: 10px 0;
    }
    .navbar .nav>li{
        padding: 0;
    }
    /*navbar*/
    .navbar-default .navbar-nav>li>a {
        padding: 10px 5px 10px;
    }
    .navbar-default.sticky .navbar-nav>li>a {
        padding: 20px 12px;
    }
    .navbar-nav li .dropdown-wrapper{
        padding-top: 12px;
    }
}

/* =-=-=-=-=-=-= MOBILE MENU STYLE =-=-=-=-=-=-= */
@media(max-width : 767px) {
    .navbar-brand {
        padding: 10px 15px 2px;
        margin: 0;
    }
    .has-custom-logo .navbar-brand {
        padding: 13px 15px 5px;
    }
    .navbar .nav>li{
        padding: 0;
    }
    .navbar-default .navbar-nav li a{
        color: #202020;
        font-size: 16px;
        line-height: 30px;
    }
    .navbar-default ul ul{
        padding-left: 20px !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, 
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, 
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, 
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{
        background-color: transparent;
        color: #ffcc00;
    }
    .navbar-default .navbar-nav li.current-menu-ancestor.has-mega-menu-child>a,
    .navbar-default .navbar-nav li.current-menu-parent.has-mega-menu-child>a{
        color: #ffffff;
    }
    .navbar-nav li{
        list-style: none;
    }
    .navbar-nav li .dropdown-wrapper{
        /*visibility: visible;
        opacity: 1;*/
    }
    .navbar-nav li .dropdown-wrapper,
    .navbar-nav li .sub-dropdown-wrapper{
        position: static;
        padding: 0;
        margin: 0;
    }
    .navbar-nav .dropdown-menu{
        position: static;
        float: none;
        background-color: transparent;
        box-shadow: none;
        border: 0;
        margin: 0;
    }
    .navbar-nav .dropdown-menu li a{
        padding: 5px 0;
        border-bottom: 0;
    }
    .navbar-nav > li.dropdown a span{
        float: right;
        margin-top: -5px;
        padding: 10px;
        font-size: 20px;
    }
    .navbar-nav > li.dropdown a span.fa-angle-down{
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .navbar-nav > li.dropdown.menu-collapsed a span.fa-angle-down{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .navbar-nav > li .dropdown-wrapper li.menu-collapsed > a > span.fa-angle-right{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .navbar-nav li .dropdown-wrapper span{
        right: 0;
        top: 5px;
    }
    .navbar-nav > li .dropdown-wrapper li.menu-collapsed > .dropdown-wrapper,
    .navbar-nav > li.dropdown.menu-collapsed > .dropdown-wrapper{
        visibility: visible;
        opacity: 1;
    }
    .navbar-nav > li .dropdown-wrapper li.menu-collapsed > .dropdown-wrapper > ul,
    .navbar-nav > li.dropdown.menu-collapsed > .dropdown-wrapper > ul{
        display: block;
    }
    .navbar-collapse{
        max-height: 450px;
        overflow-x: hidden;
    }
}

.navbar-toggle {
    border-radius: 0;
    margin-top: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.has-custom-logo .navbar-toggle{
    margin-top: 13px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #4e4e4e;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover{
    background-color: #ffcc00;
    border-color: #ffcc00;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar{
    background-color: #ffffff;
}


/*Page Title*/
.page-title {
	padding: 50px 0;
}
.page-title h2 {
	margin: 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
}



/* =-=-=-=-=-=-= BLOG STYLE =-=-=-=-=-=-= */
.page .posts-content {
    padding: 40px;
    background-color: #fff;
}
.blog-wrapper{
    margin-bottom: 100px;
    margin-top: 50px;
}
.blog-wrapper.content-wrapper{
    margin-top: 0;
}
.post-wrapper {
    padding: 40px;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

@media screen and (min-width: 1200px) {
    .blog .post-wrapper .featured-wrapper,
    .archive .post-wrapper .featured-wrapper {
        float: left;
        margin-right: 20px;
    }
    .blog .blog-content,
    .archive .blog-content {
        overflow: hidden;
    }
    .blog .post-wrapper.format-gallery  .featured-wrapper {
    	float: none;
    	margin-right: 0;
    }
}
@media screen and (max-width: 1199px) {
    .blog .featured-wrapper,
    .archive .featured-wrapper {
        margin-bottom: 30px;
    }
    .blog .featured-wrapper img,
    .archive .featured-wrapper img {
        width: 100%;
    }
}
.entry-content p:last-child{
    margin-bottom: 0;
}
.blog .entry-content,
.archive .entry-content {
    font-size: 15px;
    line-height: 22px;
    color: #5f696e;
}

.entry-header .entry-meta li{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
    margin-right: 5px;
}
.entry-header .entry-meta li,
.entry-header .entry-meta li a {
    color: #999;
    font-family: 'Raleway', sans-serif;
}
.entry-header .entry-meta li a:hover {
    color: #2ecc71;
}
.entry-header .entry-meta li:last-child{
    margin-right: 0;
}
.entry-header .entry-meta li i {
    margin-right: 8px;
    padding-left: 1px;
}
.entry-header .entry-meta li .posted-in a {
    color: #fff;
    background-color: #ffcc00;
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2px;
    border-radius: 3px;
}
.entry-header .entry-meta li .posted-in a:hover {
    background-color: #e2b502;
}

.entry-header .entry-title {
    font-weight: 900;
	text-transform: capitalize;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}
.single-post .entry-header .entry-title {
    font-size: 35px;
    line-height: 45px;
}

.entry-header .entry-title a {
    color: #212121;
    text-transform: capitalize;
}

.post-thumbnail{
    position: relative;
}
.post-thumbnail img{
    border-radius: 3px;
}

.post-thumbnail .post-overlay a{
    background-color: rgba(44, 62, 80, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-indent: -999999px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.post-thumbnail:hover .post-overlay a{
    opacity: 1;
    visibility: visible;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-content .more-link{
    display: block;
    max-width: 120px;
    padding: 9px 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #2ecc71;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-top: 20px;
}
.entry-content .more-link:hover {
    background: #1b8046;
}

.blog .featured-wrapper,
.archive .featured-wrapper {
    position: relative;
    overflow: hidden;
}
.blog .featured-wrapper .post-meta,
.archive .featured-wrapper .post-meta {
    position: absolute;
    left: 0;
    bottom: -30%;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    background-color: #ffcc00;
    padding: 15px 30px;
    border-radius: 0 0 4px 4px;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog .post-wrapper:hover .post-meta,
.archive .post-wrapper:hover .post-meta {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.blog .featured-wrapper .post-meta li,
.blog .featured-wrapper .post-meta li a,
.archive .featured-wrapper .post-meta li,
.archive .featured-wrapper .post-meta li a {    
    color: #fff;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.post-meta .author i {
    margin-right: 8px;
}

@media (max-width: 479px) {
    .entry-footer a {
        line-height: 24px;
    }
}


/*Hover Animation*/
.slider-title a,
.entry-header .entry-title a,
.post.format-link .blog-link a,
.tt-popular-post h4 a,
.tt-latest-post .media-body h4 a,
.widget_recent_entries ul li a {
    background-image: linear-gradient( to right, transparent 50.03%, #ffcc00 50% );
    background-position: 0;
    background-size: 200%;
}
.slider-title a:hover,
.entry-header .entry-title a:hover,
.post.format-link .blog-link a:hover,
.tt-popular-post h4 a:hover,
.tt-latest-post .media-body h4 a:hover,
.widget_recent_entries ul li a:hover {
    background-position: -99.9%;
}



/* POST FORMAT VIDEO
------------------------------------------- */
.blog .post-wrapper.format-video iframe,
.archive .post-wrapper.format-video iframe {
    width: 330px;
    height: 220px;
}

.blog .post-wrapper.format-video video,
.archive .post-wrapper.format-video video{
    width: 330px;
    height: auto;
    background: #000;
}
/*.blog .format-audio .featured-wrapper .post-meta,
.blog .format-video .featured-wrapper .post-meta,
.archive .format-audio .featured-wrapper .post-meta,
.archive .format-video .featured-wrapper .post-meta {
    position: relative !important;
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}*/

.single .post-wrapper.format-audio audio,
.single .post-wrapper.format-video video {
   width: 100%;
}

/* POST FORMAT AUDIO
------------------------------------------- */
.post-wrapper.format-audio iframe {
    width: 330px;
    height: 210px;
}
@media (min-width : 992px) and (max-width : 1199px) {
    .post-wrapper.format-audio iframe {
        height: 165px;
    }
}


/* POST FORMAT QUOTE
------------------------------------------- */
blockquote {
    padding: 10px;
    color: #999;
    border: 0;
    margin: 4em 0 2em;
    position: relative;
    text-align: center;
}
blockquote, 
blockquote p {
    font-size: 20px;
    line-height: 29px;
}
blockquote::before {
    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 50px;
    line-height: 50px;
    color: #545353;
    left: 0;
    top: -1em;
    right: 0;
}
.post.format-quote .entry-header {
    margin-bottom: 0;
}


/* POST FORMAT LINK
------------------------------------------- */
.post.format-link .blog-link a {
    display: block;
    position: relative;
    padding: 20px 60px;
    font-size: 16px;
    font-weight: 700;
    background: #f1f1f1;
    margin-bottom: 30px;
    border-radius: 3px;
}
.post.format-link .blog-link a:hover {
    color: #fff;
}
.post.format-link .blog-link a::before {
    position: absolute;
    content: "\f08e";
    font-family: FontAwesome;
    font-size: 16px;
    left: 35px;
    top: 20px;
}


/* DEFAULT GALLERY POST
------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  border: 1px solid #eee;
}

.gallery-caption {
  display: block;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  border: 1px solid #eee;
  padding: 5px;
  margin: 2px;
}
.blog .gallery-columns-1 .gallery-item {
	border-right: 3px solid #eee;
}

.gallery-item img {
  width: 100%;
  height: auto;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
}
.gallery-columns-3 .gallery-item {
  max-width: 30.5%;
}
.gallery-columns-4 .gallery-item {
  max-width: 22.6%;
}
.gallery-columns-5 .gallery-item {
  max-width: 18.8%;
  margin: 5px;
}
.gallery-columns-6 .gallery-item {
  max-width: 15.48%;
  margin: 5px;
}
.gallery-columns-7 .gallery-item {
  max-width: 13.1%;
  margin: 5px;
}
.gallery-columns-8 .gallery-item {
  max-width: 11.31%;
  margin: 5px;
}
.gallery-columns-9 .gallery-item {
  max-width: 9.92%;
  margin: 5px;
}
.gallery-columns-7 figcaption {
  font-size: 12px;
  line-height: 20px;
}
.gallery-columns-8 figcaption {
  font-size: 12px;
  line-height: 20px;
}
.gallery-columns-9 figcaption {
  font-size: 12px;
  line-height: 20px;
}
.format-gallery .gallery {
  border: 0;
}


/* CUSTOM GALLERY POST
------------------------------------------- */
.blog-carousel .carousel-control {
    top: 50%;
    margin-top: -18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 255, 255, 0.5);
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    border-radius: 100%;
    z-index: 300;
    background-image: none;
}
.blog-carousel .carousel-control:focus, 
.blog-carousel .carousel-control:hover {
    color: #fff;
    background-color: #2ecc71;
}

.blog-carousel .carousel-control.left {
   left: 12px;
}
.blog-carousel .carousel-control.right {
   right: 12px;
}


/* POST FORMAT STATUS
------------------------------------------- */
.format-status p {
    background-color: #D5F1F9;
    padding: 10px 25px;
}

/* POST FORMAT CHAT
------------------------------------------- */
.format-chat .entry-content {
    overflow: hidden;
}
.format-chat .entry-content p:nth-child(odd), 
.format-chat .entry-content p:nth-child(even) {
    padding: 10px 25px;
    margin: 20px 0 0;
    position: relative;
    display: inline-block;
}
.format-chat .entry-content p:nth-child(odd) {
    margin-right: 2em;
    background: #F5F5F5;
    border-radius: 15px 0 15px 15px;
    text-align: right;
    float: right;
}
.format-chat .entry-content p:nth-child(even) {
    margin-left: 2em;
    background: #D5F1F9;
    border-radius: 0 15px 15px 15px;
}
.format-chat .entry-content p:nth-child(odd)::before,
.format-chat .entry-content p:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 15px solid transparent; 
}
.format-chat .entry-content p:nth-child(odd)::before {
    right: -15px;
    border-left: 15px solid #f5f5f5;
}
.format-chat .entry-content p:nth-child(even)::before {
    left: -15px;
    border-right: 15px solid #d5f1f9;
}


/* Post Format Password Protected 
------------------------------------------- */
.post-password-required .form-control {
    font-size: 14px;
}

.post-password-required .input-group-btn .btn {
    height: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.post-password-required .input-group-btn:last-child>.btn{
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}




/* SINGLE POST 
------------------------------------------- */
.single .blog-wrapper{
    margin-top: 50px;
}
.single .blog-content {
    margin: 30px;
}
@media screen and (min-width: 992px) {
    .single .blog-content {
        margin: 40px 90px;
    }
}

.single .entry-header .entry-meta{
    margin-bottom: 30px;
}
.single .post-thumbnail img{
    border-radius: 3px 3px 0 0;
}
.single .post-wrapper {
    border: 0;
    margin-bottom: 50px;
    padding: 0;
}
.single .entry-footer {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
}
.single .entry-footer .post-tags ul {
	margin: 0;
}
.single .entry-footer .post-tags ul li a {
    color: #707070;
}
.single .entry-footer .post-tags ul li a:hover {
    color: #ffcc00;
}


/*Post Share*/
.post-share ul {
	margin: 0;
}
.post-share ul a {
	display: block;
    width: 26px;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    background: #2ecc71;
    color: #fff;
}
.post-share ul a.facebook {
	background: #3b5998;
}
.post-share ul a.twitter {
	background: #1da1f2;
}
.post-share ul a.google-plus {
	background: #dd4b39;
}
.post-share ul a.linkedin {
	background: #0077b5;
}



/*not found content*/
.not-found {
    padding: 40px 90px;
    background-color: #fff;
}
.not-found .page-header {
	margin-top: 0;
}



/* SINGLE POST PAGER
------------------------------------------- */
.single-post-navigation {
    margin-bottom: 50px;
    text-align: center;
}
.single-post-navigation .previous a,
.single-post-navigation .next a{
    display: block;
    padding: 8px 14px;
    background-color: #2ecc71;
    color: #fff;
}
.single-post-navigation a i {
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.single-post-navigation a:hover i {
    opacity: 1;
    visibility: visible;
}
.single-post-navigation .previous a:hover i {
    padding-right: 10px;
}
.single-post-navigation .next a:hover i {
    padding-left: 10px;
}







/* PAGINATION
------------------------------------------- */
@media (max-width: 767px) {
    .blog-pagination {
        margin-bottom: 40px;
    }
}
.blog-navigation,
.pagination {
    margin: 50px 0 0;
}

.blog-wrapper .pagination {
    border: 2px solid #2ecc71;
    border-radius: 30px;
}

.pagination>li>a, 
.pagination>li>span {
    font-size: 18px;
    color: #999;
    border: 0;
    margin-left: 0;
    min-width: 40px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    text-align: center;
}
.pagination>li>a.prev,
.pagination>li>a.next{
    width: 75px;
}

.pagination>li:first-child>a, 
.pagination>li:first-child>span {
    -webkit-border-radius: 30px 0px 0px 30px;;
    -moz-border-radius: 30px 0px 0px 30px;;
    -o-border-radius: 30px 0px 0px 30px;;
    border-radius: 30px 0px 0px 30px;;
}

.pagination>li:last-child>a, 
.pagination>li:last-child>span {
    -webkit-border-radius: 0px 30px 30px 0px;;
    -moz-border-radius: 0px 30px 30px 0px;;
    -o-border-radius: 0px 30px 30px 0px;;
    border-radius: 0px 30px 30px 0px;;
}
.pagination>li:first-child>span.current{
    margin-left: -1px;
}
.pagination>li:last-child>span.current {
    margin-right: -1px;
}
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus {
    color: #fff;
    background-color: #2ecc71;
    border: 0;
}

.pagination .current,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus{
    color: #fff;
    background-color: #2ecc71;
}


.blog-navigation .previous-page i{
    margin-right: 5px;
}
.blog-navigation .next-page{
    text-align: right;
}
.blog-navigation .next-page i{
    margin-left: 5px;
}

.blog-navigation a{
    color: #a7a7a7;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 50px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.blog-navigation a:hover{
    border-color: #2ecc71;
    color: #ffffff;
    background-color: #2ecc71;
}

/* INNER POST PAGINATION
------------------------------------------- */
.page-pagination a{
    color: #949494;
    background-color: #eee;
    padding: 2px 8px;
    border-radius: 3px;
}

.page-pagination a:hover,
.page-pagination > span {
    background-color: #2ecc71;
    color: #fff;
}

.page-pagination > span{
    padding: 2px 8px;
    border-radius: 3px;
}

.page-pagination .page-links-title{
    color: inherit;
    background-color: transparent;
}







/* =-=-=-=-=-=-= SIDEBAR STYLE =-=-=-=-=-=-= */
@media (max-width: 767px) {
    .tt-sidebar-wrapper {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .tt-sidebar-wrapper.right-sidebar {
        padding-left: 20px;
    }
    .tt-sidebar-wrapper.left-sidebar {
        padding-right: 20px;
    }
}

/* COMMON STYLE FOR ALL WIDGETS
------------------------------------------- */
.widget .search-form,
.menu-footer-menu-container,
.widget_tag_cloud .tagcloud,
.sidebar-contents .widget > ul,
.sidebar-contents .textwidget,
.sidebar-contents .widget-title,
.tt-sidebar-wrapper .textwidget,
.tt-sidebar-wrapper .widget > ul,
.sidebar-contents .tt-latest-post,
.tt-sidebar-wrapper .widget-title {
    padding: 20px 30px;
}

.tt-sidebar-wrapper .widget{
    background-color: #fff;
    margin-bottom: 50px;
}
.tt-sidebar-wrapper .widget-title,
.sidebar-contents .widget-title {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    border-bottom: 1px solid #eee;
}


.tt-sidebar-wrapper .widget img,
.sidebar-contents .widget img {
    max-width: 100%;
    height: auto;
}

.sidebar-contents .widget > ul,
.tt-sidebar-wrapper .widget > ul {
    margin: 0;
}
.sidebar-contents .widget ul,
.tt-sidebar-wrapper .widget ul {
    list-style: none;
}
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget .entry-meta ul li,
.widget .entry-meta ul li a {
    color: #545353;
    text-transform: capitalize;
}

.widget .entry-meta ul li,
.widget .entry-meta ul li a{
    font-size: 13px;
}

.widget_recent_comments ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget .entry-meta ul li a:hover {
    color: #2ecc71;
}


/* WIDGET_SEARCH
------------------------------------------- */
.search-form{
    position: relative;
}
.search-form .form-control{
    font-size: 14px;
    font-weight: 300;
    color: #666;
}
.search-form button{
    position: absolute;
    top: 20px;
    right: 40px;
    width: 40px;
    height: 50px;
    background-color: transparent;
    border: 0;
}

.footer-sidebar .search-form button {
    top: 58px;
    right: 25px;
}

.page-content .search-form {
	margin-top: 30px;
}
.page-content .search-form button{
    top: 0;
    right: 0;
}



/* POPULAR POSTS
------------------------------------------- */
.widget_recent_entries ul li .post-date {
    color: #999;
    line-height: 22px;
}


/* AUTHOR INFO WIDGET
------------------------------------------- */
.author-info-wrapper{
    background-color: #f4f4f4;
    padding: 30px;
    text-align: center;
}
.author-info-wrapper .author-avatar{
    margin-bottom: 20px;
}
.author-info-wrapper .author-avatar img{
    border-radius: 50%;
    height: auto;
}
.author-info-wrapper h4{
    font-size: 16px;
    text-transform: uppercase;
}
.author-info-wrapper .author-social-links li a i{
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #848484;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.author-info-wrapper .author-social-links li a i:hover{
    color: #2ecc71;
    border-color: #2ecc71;
}
.author-social-links{
    margin-top: 25px;
}


/*widget_recent_entries*/
.widget_recent_entries ul li {
    margin-bottom: 20px;
    line-height: 22px;
}
.widget_recent_entries ul li a{
    display: initial;
    font-size: 16px;
    line-height: 22px;
    color: #212121;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

/*widget_recent_comments*/
.widget_recent_comments .comment-author-link,
.widget_recent_comments .comment-author-link a {
    color: #a7a7a7;
}
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
    line-height: 34px;
}


/*
* widget_categories,
* widget_meta
*/
.widget_categories ul li a,
.widget_meta ul li a {
    display: inline-block;
    color: #545353;
    padding: 6px 0;
    text-transform: capitalize;
}
.widget_categories ul li a:hover, 
.widget_meta ul li a:hover{
    color: #2ecc71;
}

.widget_categories ul li::before,
.widget_meta ul li::before,
.widget_pages ul li::before {
    content: "\f105";
    font-family: 'fontawesome';
    float: left;
    padding-right: 15px;
    color: #757575;
    background: transparent!important;
    font-size: 16px;
    line-height: 40px;
}


/*Widget Select Option Style*/
.widget select {
    width: 88%;
    height: 50px;
    padding: 10px 20px;
    color: #666;
    border: 1px solid #eee;
    margin: 20px;
}
.widget select:focus {
    border: 1px solid #2ecc71;
    outline: none;
}

.widget .textwidget select {
    width: 100%;
    margin: 0;
}


/*widget_calendar*/
.widget_calendar .calendar_wrap {
    padding: 20px 30px;
}
.widget_calendar .calendar_wrap table {
    width: 100%;
    text-align: center;
}
.widget_calendar .calendar_wrap table caption {
    padding: 0 0 5px;
    margin-bottom: 15px;
    color: #666;
    border-bottom: 1px solid #eee;
}
.widget_calendar #today {
    color: #2ecc71;
}


/* TAG CLOUD
------------------------------------------- */
.widget_tag_cloud a{
    display: inline-block;
    font-size: 13px!important;
    line-height: 27px;
    padding: 0px 11px;
    color: #666;
    border: 1px solid #eee;
    border-radius: 50px;
    margin-right: 7px;
    margin-bottom: 7px;
}
.widget_tag_cloud a:hover{
    background-color: #2ecc71;
    color: #fff!important;
    border: 1px solid transparent;   
}

/*widget_nav_menu*/
.widget_nav_menu .menu {
    padding: 0;
}
.widget_nav_menu .menu .sub-menu{
    padding-left: 15px;
}




/* AUTHOR BIO
------------------------------------------- */
.post-author {
    background-color: #fff;
    margin-bottom: 20px;
}
.author-intro {
    overflow: hidden;
}
.author-intro h2,
.author-intro .author-links {
    float: left;
}
.author-intro .author-links {
    margin-left: 5%;
}

.post-author .media .media-body {
    vertical-align: middle;
    padding: 40px;
}

.post-author .media .media-body p {
    margin-bottom: 0;
}

.author-info .author-designation {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #212121;
    font-family: 'Raleway', sans-serif;
}

.author-links ul li a {
    font-size: 15px;
    color: #212121;
}
.author-links ul li a:hover {
    color: #2ecc71;
}


.single .entry-header .post-author {
    color: #999;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Raleway', sans-serif;
}
.single .entry-header .post-author .avatar {
    float: left;
}
.single .entry-header .post-author a {
    display: block;
    font-weight: 600;
    text-transform: capitalize;
}
.single .entry-header .post-author .avatar img{
    border-radius: 50%;
    margin-right: 10px;
}
.single .post-author .media {
    padding: 40px;
}
.single .post-author .media-body {
    padding: 0;
}
.single .post-author .media-left {
    padding-right: 20px;
}

.post-author .media-left {
    vertical-align: middle;
}


/* COMMENTS-WRAPPER
------------------------------------------- */
.comments-wrapper {
    padding: 40px;
    background-color: #fff;
}
.comments-wrapper .comment-notes,
.comments-wrapper .comment-awaiting-moderation {
    color: #31708f;
    background-color: #d9edf7;
    padding: 10px 15px;
}

.comments-wrapper label {
	display: block;    
	color: #212121;
    font-size: 15px;
    font-weight: 600;
}
.comments-wrapper input,
.comments-wrapper textarea,
.post-password-form input {
    padding: 6px 20px;
    color: #212121;
    border-radius: 5px;
    border: 1px solid #eee;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.comments-wrapper input:focus,
.comments-wrapper textarea:focus,
.post-password-form input:focus {
    border: 1px solid #2ecc71;
}

.comments-wrapper input,
.post-password-form input {
    height: 50px;
}
.comments-wrapper input,
.comments-wrapper textarea {
    width: 100%;
}

.comments-wrapper .form-submit input,
.post-password-form input[type=submit] {
    text-transform: uppercase;
    letter-spacing: 4px;
    background-color: #ffcc00;
    border-color: #ffcc00;
    color: #ffffff;
    margin-top: 15px;
}


.comments-wrapper textarea:focus,
.comments-wrapper input:focus,
.post-password-form input:focus {
	outline: none;
}


p[class*='comment-form-'] {
	margin-bottom: 20px;
}

.comments-wrapper .comment-body {
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-top: 30px;
}
.comments-wrapper .comment-body p {
	margin-bottom: 10px;
}
.comments-wrapper .comment-list {
    list-style: none;
}
.comment-list {
    padding: 0;
}
.comment-list .children {
	margin-top: 30px;
    list-style: none;
}
.comments-wrapper .comment-author .fn {
    display: inline-block;
    padding-left: 5px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
.comments-wrapper .comment-author a,
.comments-wrapper .comment-author .fn {
	color: #212121; 
}
.comments-wrapper .comment-metadata {
    font-size: 11px;
    line-height: 22px;
    padding-left: 40px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.comments-wrapper .comment-metadata a {
    color: #a7a7a7;
}
.comments-wrapper .reply a{
    font-size: 14px;
    float: right;
}

@media (max-width: 600px) {
	.comment-list ol.children {
	    padding: 0 !important;
	}	
}



/* =-=-=-=-=-=-= 404 Page =-=-=-=-=-=-= */

.error-page-wrapper {
    padding: 100px 0;
}
.error-message {
    background: #fff;
    padding: 50px;
}
.error-message h2 {
    color: #2ecc71;
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 25px;
    font-weight: 900;
}
.error-message h3 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}
.error-message a {
    display: inline-block;
    padding: 9px 50px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #2ecc71;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    margin-top: 20px;
}
.error-message a:hover {
    background: #1b8046;
}



/* =-=-=-=-=-=-= FOOTER SECTION =-=-=-=-=-=-= */
.footer-section {
    background-color: #021634;
    padding: 65px 0;
    color: #fff;
}
.footer-section .copyright a {
	color: #fff;
}
.footer-section .copyright a:hover {
	color: #ffcc00;
}
.copyright p {
    margin: 0;
}



.backToTop i{
    font-size: 70px;
    line-height: 85px;
    background-color: #ffcc00;
    color: #fff;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.backToTop i:hover{
    background-color: #cd000e;
}


/*footer-sidebar*/
.footer-sidebar {
    font-size: 13px;
    padding: 90px 0 22px;
}
.footer-sidebar .widget{
    display: inline-block;
}
.footer-sidebar,
.footer-sidebar a,
.footer-sidebar .widget-title,
.footer-sidebar .widget_meta ul li a,
.footer-sidebar .widget_pages ul li a,
.footer-sidebar .widget_archive ul li a,
.footer-sidebar .widget_nav_menu ul li a, 
.footer-sidebar .widget_nav_menu ul li a, 
.footer-sidebar .widget .entry-meta ul li,
.footer-sidebar .widget_categories ul li a,  
.footer-sidebar .widget .entry-meta ul li a,
.footer-sidebar .widget_meta ul li::before, 
.footer-sidebar .widget_pages ul li::before,
.footer-sidebar .widget_recent_entries ul li a, 
.footer-sidebar .widget_recent_comments ul li a,
.footer-sidebar .widget_categories ul li::before,
.footer-sidebar .widget_nav_menu ul li::before,
.footer-sidebar .widget_calendar .calendar_wrap table caption {
  color: #fff;
}

.footer-sidebar a:hover,
.footer-sidebar .widget_rss a,
.footer-sidebar .widget_meta ul li a:hover,
.footer-sidebar .widget_pages ul li a:hover,
.footer-sidebar .widget_archive ul li a:hover, 
.footer-sidebar .widget_nav_menu ul li a:hover,
.footer-sidebar .widget_nav_menu ul li a:hover, 
.footer-sidebar .widget .entry-meta ul li:hover,
.footer-sidebar .widget_categories ul li a:hover,
.footer-sidebar .widget .entry-meta ul li a:hover,
.footer-sidebar .widget_recent_entries ul li a:hover, 
.footer-sidebar .widget_recent_comments ul li a:hover,
.footer-sidebar .tt-latest-post .media-body h4 a:hover {
  color: #ffcc00;
}

.footer-sidebar .widget-title{
    font-size: 18px;
    font-weight: 600;
}


/* =-=-=-=-=-=-= PRELOADER =-=-=-=-=-=-= */
#preloader {
    background: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
}
.status-mes {
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

/* =-=-=-=-=-=-= TO TOP =-=-=-=-=-=-= */
#toTop{
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #ffcc00;
    cursor: pointer;
    display: none;
    z-index: 9999;
    width: 40px;
    height: 40px;
    border: 2px solid #ffcc00;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#toTop:hover {
  color: #fff;
  background-color: #ffcc00;
  border: 2px solid transparent;
}


/*---------------------------------------------------------
Post Carousel Wrapper
-----------------------------------------------------------*/
/*Custom header*/
.custom-header-media{
    position: relative;
}
.wp-custom-header img{
    max-width: 100%;
    height: auto;
}
.post-carousel-section {
	margin-top: 50px;
}
.post-carousel-wrapper {
    display: table;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 450px;
    padding: 50px 0;
    text-align: center;
    z-index: 2;
}

@media(max-width: 991px){
    .post-carousel-wrapper {
        min-height: 150px;
    }
}

.post-carousel-wrapper .carousel{
    display: table-cell;
    vertical-align: middle;
}

.post-carousel-wrapper:before{
    content: "";
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}

.post-carousel-wrapper .slider-title {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
}
@media(max-width: 640px){
    .post-carousel-wrapper .slider-title{
        font-size: 20px;
        line-height: 24px;
    }
}
.post-carousel-wrapper .slider-title a {
    color: #fff;
}

.slider-contant-cat a {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    background: #ffcc00;
    color: #fff;
    padding: 3px 6px;
    border-radius: 2px;
    margin-bottom: 8px;
    font-family: 'Raleway', sans-serif;
}
.slider-contant-cat a:hover {
    background: #fff;
    color: #ffcc00;
}

@media screen and (min-width: 992px) {
    .slider-content-wrapper {
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media(max-width: 767px){
    .slider-content-wrapper .btn{
        display: none;
    }
    .post-carousel-wrapper .slider-title{
        margin-bottom: 0;
    }
}
@media(max-width: 480px){
    .slider-contant-cat{
        display: none;
    }
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-control {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background: #ffcc00;
    text-shadow: none;
    opacity: 1;
    top: auto;
    bottom: -50px;
    right: 0;
}
.left.carousel-control {
    left: auto;
    right: 41px;
}
.carousel-control:focus, 
.carousel-control:hover {
    opacity: 1;
    background-color: #fff;
    color: #ffcc00;
}

/*carousel fade css*/
.post-carousel-wrapper .carousel-inner .active,
.post-carousel-wrapper .carousel-inner .next.left,
.post-carousel-wrapper .carousel-inner .prev.right { 
    opacity: 1 
}

.post-carousel-wrapper .carousel-inner .active.left,
.post-carousel-wrapper .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}








/* ---------------------------------------------------- */
/* Animations Delay */
/* ---------------------------------------------------- */
.animation-delay-1 {
  -webkit-animation-delay: .1s !important;
  -moz-animation-delay: .1s !important;
  -ms-animation-delay: .1s !important;
  -o-animation-delay: .1s !important;
  animation-delay: .1s !important;
}
.animation-delay-2 {
  -webkit-animation-delay: .2s !important;
  -moz-animation-delay: .2s !important;
  -ms-animation-delay: .2s !important;
  -o-animation-delay: .2s !important;
  animation-delay: .2s !important;
}
.animation-delay-3 {
  -webkit-animation-delay: .3s !important;
  -moz-animation-delay: .3s !important;
  -ms-animation-delay: .3s !important;
  -o-animation-delay: .3s !important;
  animation-delay: .3s !important;
}
.animation-delay-4 {
  -webkit-animation-delay: .4s !important;
  -moz-animation-delay: .4s !important;
  -ms-animation-delay: .4s !important;
  -o-animation-delay: .4s !important;
  animation-delay: .4s !important;
}
.animation-delay-5 {
  -webkit-animation-delay: .5s !important;
  -moz-animation-delay: .5s !important;
  -ms-animation-delay: .5s !important;
  -o-animation-delay: .5s !important;
  animation-delay: .5s !important;
}
.animation-delay-6 {
  -webkit-animation-delay: .6s !important;
  -moz-animation-delay: .6s !important;
  -ms-animation-delay: .6s !important;
  -o-animation-delay: .6s !important;
  animation-delay: .6s !important;
}
.animation-delay-7 {
  -webkit-animation-delay: .7s !important;
  -moz-animation-delay: .7s !important;
  -ms-animation-delay: .7s !important;
  -o-animation-delay: .7s !important;
  animation-delay: .7s !important;
}
.animation-delay-8 {
  -webkit-animation-delay: .8s !important;
  -moz-animation-delay: .8s !important;
  -ms-animation-delay: .8s !important;
  -o-animation-delay: .8s !important;
  animation-delay: .8s !important;
}
.animation-delay-9 {
  -webkit-animation-delay: .9s !important;
  -moz-animation-delay: .9s !important;
  -ms-animation-delay: .9s !important;
  -o-animation-delay: .9s !important;
  animation-delay: .9s !important;
}
.animation-delay-10 {
  -webkit-animation-delay: 1s !important;
  -moz-animation-delay: 1s !important;
  -ms-animation-delay: 1s !important;
  -o-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
