/*
Theme Name:    Alphabet
Theme URI:     http://themeforest.net/user/Ashmawi
Author:        Ashmawi Sami
Author URI:    http://ashmawi.work/
Description:   Alphabet - A Responsive WordPress Blog Theme
Tags:          one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Version:       1.0.6
License:       GNU General Public License
License URI:   license.txt
Text Domain:   alphabet
*/

/*
 * Table of Contents:
 *
 * 1- General & Basic Styles
 * 2- Header
 * 3- Navbar
 * 4- Content
 *  4-1 Post
 *  4-2 Post Formats
 *  4-3 Post/Image/Paging Navigation
 *  4-4 Archives
 *  4-5 Comments
 * 5- navigation
 * 6- Sidebar
 * 7- Widgets
 * 8- Footer
 * 9- About me page
 * 10- Contact me page
 * 11- Slider Post
 * 12- Boxed styles
 * 13- Animated styles
 * -----------------------------------------------------------------------------
 */

@import "css/base.css";
@import "css/plugins.css";
@import "css/responsive.css";

/** 1- General & Basic Styles*/
/**
 * 1. =Resets & Core Elements
 * ----------------------------------------------------------------------------
 */
body {
    text-transform: none;
    color: #7b7b7b;
    font-family: 'Lato', Arial, sans-serif;
    line-height: 1.85em;
    overflow-x: hidden;
    text-transform: i
}

blockquote p {
    margin: 0 !important;
    color: #999;
}

blockquote {
    margin: 30px 0 !important;
    margin-left: 70px !important;
    display: inline-block;
}

blockquote:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 38px;
    margin-left: -90px;
    margin-top: 0px;
    z-index: 10000;
    background: transparent url(img/quote-icon-brixton.png) 0px top no-repeat;
}

.strip-html iframe {
    max-width: 100%;
}

.required {
    color: red;
}

body img.as_appear {
    opacity: 1;
    -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;
}

body img {
    opacity: 0;
}

.featured_title_post,
a {
    transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
}


/*** Table Styles **/

table {
    background: white;
    margin: auto;
    padding: 5px;
    width: 100%;
    margin: 10px 0;
    border: 1px solid rgba(221, 226, 232, 0.5);
}

table a {
    text-decoration: none !important;
}

table thead {
    background-color: #263241;
    color: #fff
}

table th {
    background: rgba(221, 226, 232, 0.5);
    border-bottom: 1px solid rgba(221, 226, 232, 0.5);
    border-right: 1px solid rgba(221, 226, 232, 0.5);
    font-size: 23px;
    font-weight: 100;
    padding: 10px !important;
    text-align: left;
    vertical-align: middle;
}

table tr {
    border-top: 1px solid rgba(221, 226, 232, 0.5);
    border-bottom: 1px solid rgba(221, 226, 232, 0.5);
    padding: 10px !important;
}

table tr:first-child {
    border-top: none;
}

table tr:last-child {
    border-bottom: none;
}

table tr:nth-child(odd) td {
    background: rgba(221, 226, 232, 0.5);
}

table tfoot td.pad {
    border: none !important;
}

table td {
    background: #FFFFFF;
    padding: 10px !important;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    border-right: 1px solid rgba(221, 226, 232, 0.5);
}

table td:last-child {
    border-right: 0px;
}

table th.text-left {
    text-align: left;
}

table th.text-center {
    text-align: center;
}

table th.text-right {
    text-align: right;
}

table td.text-left {
    text-align: left;
}

table td.text-center {
    text-align: center;
}

table td.text-right {
    text-align: right;
}


/*** Definition Lists Styles **/

table dt {
    float: left;
    clear: left;
    text-align: left;
    min-width: 150px;
    font-weight: bold;
    margin-right: 10px;
}

table dt:after {
    content: ":";
}

table dd {
    margin-left: 165px !important;
    padding: 0 0 0.5em 0 !important;
}


/*** abbr Styles **/

abbr {
    position: relative;
    color: #00ada7;
}

big {
    text-transform: uppercase;
}

cite {
    font-size: 18px;
}

form.post-password-form label {
    margin-bottom: 0;
}

a {
    text-transform: capitalize;
    color: #7b7b7b;
    text-decoration: none;
}

a:hover {
    color: #00ada7;
    text-decoration: none !important;
}

p {
    font-family: 'Lato', Arial, sans-serif;
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 1.85em;
    font-size: 16px;
    color: #777;
    letter-spacing: 0.2px;
    font-weight: normal;
}

.all_content h1,
.all_content h2,
.all_content h3,
.all_content h4,
.all_content h5,
.all_content h6,
.all_content .h1,
.all_content .h2,
.all_content .h3,
.all_content .h4,
.all_content .h5,
.all_content .h6 {
    font-family: 'Lato', Arial, sans-serif;
    line-height: 1.5;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.6px;
    color: #000;
}


/*
3. Loader
* -------------------   */

#loader_body {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f0f1f0;
    z-index: 99999;
}

#loader_body .loader-spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #00ada7;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    -moz-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale( 0.0);
    }
    100% {
        -webkit-transform: scale( 1.0);
        opacity: 0;
    }
}

@-moz-keyframes scaleout {
    0% {
        -moz-transform: scale( 0.0);
    }
    100% {
        -moz-transform: scale( 1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale( 0.0);
    }
    100% {
        transform: scale( 1.0);
        opacity: 0;
    }
}

#loader_body .logo {
    top: 20%;
    position: absolute;
    left: 0;
    right: 0;
}

body #loader_body .logo img {
    opacity: 1 !important;
}


/*Header*/

.inner_header {
    background: url() no-repeat center center #999;
}

.min_top_bar {
    background-color: #ffffff;
    padding: 7px 0px;
    min-height: 55px;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 3px 3px 0px;
    border-bottom: 1px solid rgb(236, 237, 238);
}

.top_bar a {
    color: #ccc;
}

.top_bar a:hover {
    color: #00ada7;
}

.top_bar .social_icon {
    float: right;
    line-height: 45px;
}

.top_bar .social_icon a {
    border: 1px solid #ccc;
    color: #ccc;
}

.top_bar .social_icon span {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 12px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.top_bar .social_icon span a {
    display: block;
    border-radius: 100%;
    height: 100%;
}

.top_bar .social_icon span:hover a {
    color: #00ada7;
    border: 1px solid #00ada7;
}


/*top search*/

#top_search_ico .top_search {
    position: relative;
    float: right;
    padding-left: 0px;
    margin-left: 10px;
    margin-right: 5px;
    border-left: 1px solid;
    border-color: #ccc;
    z-index: 999;
}

#top_search_ico .top_search form {
    display: inline;
    color: #ccc;
}

#top_search_ico .top_search input:focus {
    width: 150px;
}

#top_search_ico .top_search input {
    border: none;
    font-style: italic;
    width: 60px;
    background: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.top_search i,
#top_search_toggle i {
    color: #ccc;
}

#top_search_toggle form {
    margin: 0;
}

#top_search_toggle {
    display: none;
}

.top_search input[type="text"] {
    height: 43px;
}

/*logo*/
.logo.logo_blog_layout {
    text-align: center;
    padding: 10px 0;
}
.logo.logo_blog_layout img{
    max-width: 100%;
}
.logo h3 {
    margin: 10px 0;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

.logo h3 a {
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
}

.header_tagline span {
    margin-top: 10px;
    font-size: 12px;
    text-transform: capitalize;
}


/*Logo Ads*/

.logo_ads {
    margin: 40px 0;
    display: inline-block;
    width: 100%;
}

.logo_ads .logo.logo_blog_layout {
    display: inline-block;
    max-width: 280px;
    padding: 0;
}

.logo_ads .logo.logo_blog_layout img {
    width: 100%;
}

.logo_ads .ads_block {
    float: right;
}


/*nav_bar*/

#primary_nav_wrap ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

#primary_nav_wrap ul a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 0;
    letter-spacing: 0.5px;
    color: #222;
    text-transform: capitalize;
}

#primary_nav_wrap ul a:hover,
.top_second_menu ul a:hover {
    color: #00ada7;
}

#primary_nav_wrap ul li {
    position: relative;
    float: left;
    margin: 0px 20px 0px 0px;
    padding: 0;
}

#primary_nav_wrap ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    -moz-transform: translate3d(20px, 0, 0);
    -o-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}

#primary_nav_wrap ul ul li {
    float: none;
    width: 200px;
    margin: 0;
}

#primary_nav_wrap ul ul a {
    color: #222;
    line-height: normal;
    padding: 10px 15px;
    border-top: 1px solid #efefef;
    line-height: 20px;
}

#primary_nav_wrap ul ul ul {
    top: 0;
    left: 100%;
}

#primary_nav_wrap ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.navbar-toggle {
    background-color: #00ada7 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-nav {
    background-color: #ccc;
    margin: 0px -15px !important;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot');
    src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*top_second_menu*/

.top_second_nav {
    float: left;
}

.top_second_menu ul {
    margin: 0;
}

.top_second_menu ul li {
    display: inline-block;
    position: relative;
    margin: 0px 20px 0px 0px;
    padding: 0;
}

.top_second_menu ul a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #555;
    text-transform: capitalize;
}

.top_second_menu .min_second_menu {
    padding: 5px 0px;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}

.top_second_menu .social_icon {
    float: right;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-right: -15px;
}

.top_second_menu .social_icon a {
    border-left: 1px solid #e7e7e7;
    margin: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    position: relative;
}


/*header2_layout*/

.header2_layout .logo_ads .logo.logo_blog_layout {
    padding: 10px 0;
}

.header2_layout .logo h3 {
    text-align: left;
}

.header2_layout .header_tagline {
    text-align: left;
}


/*header3_layout*/

.header3_layout .logo.logo_blog_layout {
    float: left;
    max-width: 150px;
    overflow: hidden;
    margin-right: 30px;
    padding: 6px 0;
}

.header3_layout .logo.logo_blog_layout img {
    width: 100%;
}

.header3_layout .logo h3 {
    margin: 0;
}


/*header5_layout*/

.header5_layout {
    width: 100%;
    display: inline-block;
    position: relative;
}

.header5_layout .header_bottom {
    padding: 0 100px;
    position: absolute;
    top: 35%;
    width: 100%;
    z-index: 9;
    height: 0;
}

.header5_layout .top_search {
    display: inline-block;
    text-align: right;
}

.header5_layout .top_search form {
    display: inline-block;
}

.header5_layout .top_search input[type="text"] {
    background-color: #f1f2f6;
    border-radius: 100px;
    padding: 6px 19px 6px 10px;
    font-size: 12px;
    height: 33px;
}

.header5_layout .top_search span {
    font-size: 13px;
    float: right;
    margin-left: -15px;
    background-color: #00ada7;
    border-radius: 100%;
    color: #fff;
    position: relative;
    width: 33px;
    height: 33px;
    line-height: 33px
}

.header5_layout .top_search span i {
    color: #fff;
}

.header5_layout .st-trigger-effects button {
    margin-top: -4px;
}

.header5_layout .social_icon {
    float: left;
}

.header5_layout .social_icon span a {
    text-align: center;
    color: #ccc;
    margin: 0 2px;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #ccc;
    border-radius: 100%;
}

.header5_layout .social_icon span a:hover {
    color: #00ada7;
    border: 1px solid #00ada7;
}

.header5_layout .logo.logo_blog_layout img {
    z-index: 10;
}

.header5_layout #primary_nav_wrap ul {
    text-align: center;
    float: none;
}

.header5_layout #primary_nav_wrap ul li {
    display: inline-block;
    float: none;
    text-align: left;
}

.header5_layout .st-trigger-effects,
.header5_layout .min_top_bar .social_icon {
    display: none;
}

.is_boxed .header5_layout .header_bottom {
    padding: 0 20px;
}


/*header7_layout*/


/*////////////////////////////////
///////////// Mobile /////////////
////////////////////////////////*/

.top_search {
    display: inline-block;
    cursor: pointer;
}

.top_search span {
    width: 35px;
    height: 35px;
    overflow: hidden;
    color: #888;
    background-color: #eee;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}

.search_toggle_top {
    display: none;
    position: absolute;
    right: 0;
    top: -2px;
    z-index: -1;
    left: -3px;
}

.search_toggle_top form {
    padding: 0;
    margin: 0;
    max-width: 235px;
    width: 235px;
    background-color: #FFF;
}

.search_toggle_top input {
    height: 40px;
    padding: 0 40px 0 10px;
    border: 1px solid rgba(68, 68, 68, 0.2);
    padding: 10px 10px 10px 45px;
    outline: 0;
    line-height: 34px;
    width: 100%;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    border-radius: 2px;
}

.st-trigger-effects {
    width: 25px;
    height: 25px;
    z-index: 150;
    float: right;
    margin: 6px 0px 6px 10px;
    line-height: 30px;
    display: none;
}

.st-trigger-effects button {
    color: #acacac;
    display: inline-block;
    line-height: inherit;
    height: inherit;
    border: 0;
    margin-top: 4px;
    width: 100%;
    background-color: transparent !important;
}

.st-trigger-effects button:focus {
    outline: none !important;
    border: none !important;
}

.st-trigger-effects button:hover {
    background-color: transparent;
}

.st-trigger-effects .icon_bar:before {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 25px;
    background-color: #555;
    bottom: 7px;
}

.st-trigger-effects .icon_bar:after {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 25px;
    background-color: #555;
    bottom: -7px;
}

.st-trigger-effects .icon_bar {
    width: 25px;
    height: 2px;
    display: block;
    position: relative;
    background-color: #555;
}

.trigger_effects {
    z-index: 150;
    float: left;
}

.trigger_effects .st-trigger-effects {
    display: block;
    width: inherit;
    height: inherit;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    font-size: 22px;
}

.trigger_effects .st-trigger-effects button {
    outline: none;
    color: #000;
    display: inline-block;
    line-height: 40px;
    height: inherit;
    border: 0;
    width: 100%;
    background-color: transparent;
}

.trigger_effects .st-trigger-effects button:hover {
    color: #00ada7;
    background-color: transparent;
}

.inner_mobile_menu {
    padding: 30px;
    display: none;
}

.inner_mobile_menu .logo {
    margin: 0px 0 40px 0;
    text-align: center;
    display: block;
}

.mobile_menu_button {
    float: right;
}

.mobile_menu_button .top_search,
.mobile_menu_button .column {
    float: right;
}

.mobile_menu_button button {
    padding: 5px 9px;
    color: #acacac;
    background-color: #f8f7f7;
    border-radius: 3px;
    display: inline-block;
    line-height: initial;
    height: inherit;
    border: 0;
    margin-right: 5px;
}

.mobile_primary_nav ul ul {
    margin-left: 20px;
}

.inner_mobile_menu .mobile_primary_nav li a {
    color: #222;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 0;
    font-family: 'Open Sans Semibold', Arial, sans-serif;
}

.inner_mobile_menu .mobile_primary_nav li a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.mobile_social_and_search {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
}

.mobile_social_icon span {
    padding: 0 5px;
}

.mobile_menu_button .search_toggle_top {
    top: 83px;
    right: 0;
    width: 100%;
}

.mobile_menu_button .search_toggle_top form {
    width: 100%;
    max-width: inherit;
}

#mobile_primary_nav,
#mobile_primary_nav ul,
#mobile_primary_nav ul li,
#mobile_primary_nav ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

#mobile_primary_nav {
    color: #ffffff;
    display: none;
}

#mobile_primary_nav ul ul {
    display: none;
    padding-left: 20px;
}

#mobile_primary_nav > ul > li.active > ul {
    display: none;
}

.align-right {
    float: right;
}

#mobile_primary_nav > ul > li > a {
    border-top: 1px solid #eaeaea;
    padding: 10px 30px;
    cursor: pointer;
    z-index: 2;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#mobile_primary_nav {
    border-bottom: 1px solid #eaeaea;
}

#mobile_primary_nav ul > li.has-sub > a:after {
    position: absolute;
    right: 34px;
    top: 18px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #7b7b7b;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#mobile_primary_nav ul > li.has-sub > a:before {
    position: absolute;
    right: 30px;
    top: 22px;
    display: block;
    width: 10px;
    height: 2px;
    background: #7b7b7b;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#mobile_primary_nav ul > li.has-sub.open > a:after,
#mobile_primary_nav ul > li.has-sub.open > a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mobile_primary_nav ul ul li a {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 30px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#mobile_primary_nav ul ul ul li a {
    padding-left: 32px;
}

#mobile_primary_nav ul ul > li.has-sub > a:after {
    top: 18px;
    right: 34px;
    background: #7b7b7b;
}

#mobile_primary_nav ul ul > li.has-sub > a:before {
    top: 22px;
    background: #7b7b7b;
}


/*News Layout*/

.logo_block {
    padding: 50px 0;
    display: inline-block;
    width: 100%;
}


/*main_content*/

.main_content {
    padding: 30px 0;
    position: relative;
}


/* Featured Area
/********************/

#big-slid-post {
    display: none;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}

#big-slid-post li,
.post_silder li {
    list-style: none;
    margin: 0;
}

.post_silder img {
    width: 100%;
}

.featured-area {
    margin-bottom: 60px;
}

.feat-item {
    position: relative;
    height: 500px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
}

.feat-item .post-header {
    position: absolute;
    bottom: 0;
    padding: 24px;
    transition: all .3s ease-in-out;
}

.feat-item .post-header span a {
    color: #00ada7;
}

.feat-item .post-header .date {
    display: block;
    margin-bottom: 28px;
}

.feat-item .post-header h2 {
    margin-bottom: 14px;
}

.feat-item .post-header h2 a {
    font-size: 24px;
}

.feat-item .read-more:hover {
    background: #C69F73;
    color: #fff;
}

.latest-cover {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
}

.all_content .big_silder .owl-prev,
.slider_post .owl-prev,
.slid_widget .owl-prev,
#featured_post .owl-prev,
#featured_cat_post .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 9999;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    opacity: 0;
    left: -30px;
    background: url(img/arr.png) no-repeat 0 0;
}

.all_content .big_silder .owl-next,
.slider_post .owl-next,
.slid_widget .owl-next,
#featured_post .owl-next,
#featured_cat_post .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 9999;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    opacity: 0;
    right: -30px;
    background: url(img/arr.png) no-repeat -30px 0;
}

#big-slid-post:hover .owl-prev,
.slider_post:hover .owl-prev,
.slid_widget:hover .owl-prev,
#featured_post:hover .owl-prev,
#featured_cat_post:hover .owl-prev {
    opacity: 9;
    left: 30px;
}

#big-slid-post:hover .owl-next,
.owl-next:hover .owl-next,
.slid_widget:hover .owl-next,
#featured_post:hover .owl-next,
#featured_cat_post:hover .owl-next {
    opacity: 9;
    right: 30px;
}

.post_silder:hover .owl-prev {
    opacity: 9;
    left: 30px;
}

.post_silder:hover .owl-next {
    opacity: 9;
    right: 30px;
}

.big_silder .owl-item {
    overflow: hidden;
}

.owl-pagination {
    display: none;
}

.feat-item .big-latest-content {
    margin-bottom: 10px;
    display: inline-block;
}

.feat-item .big-latest-content p {
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    font-weight: 400;
    margin-bottom: 10px;
}

.a-post-box .feat-item .latest-title {
    text-transform: capitalize;
}

.a-post-box .latest-txt {
    position: absolute;
    text-transform: capitalize;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
    text-align: left;
}


/* # PostBox
================================================== */

.a-post-box {
    margin-bottom: 30px;
    margin-left: 30px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}

.a-post-box:last-child {
    margin-bottom: 0px;
}

.a-post-box .latest-txt {
    position: absolute;
    bottom: 0;
    padding: 30px;
}

.a-post-box .latest-title {
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.latest-txt h3 {
    margin: 10px 0px;
}

.a-post-box .latest-title a {
    color: #fff;
}

.a-post-box .latest-title a:hover {
    color: #00ada7;
}

.a-post-box .latest-cat a {
    display: inline-block;
    margin: 0px 5px 0px 0px;
    padding: 1px 4px;
    color: #FFF;
    line-height: normal;
    background-color: #00ada7;
    font-size: 11px;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
}

.a-post-box .latest-cat a:hover {
    background-color: #263241;
    color: #fff;
}

.a-post-box .latest-meta {
    font-size: 13px;
    color: #fff;
    margin: 10px 0 0 10px;
}

.a-post-box .latest-meta span {
    margin-right: 0;
}

.a-post-box .latest-meta .latest-date {
    font-size: 13px;
    color: #f3f3f3;
}

.a-post-box .latest-content {
    color: #fff;
    margin-top: 30px;
}

.a-post-box .latest-img img {
    vertical-align: middle;
    width: 100%;
    margin-bottom: 0;
    height: 251px;
}

.a-post-box .latest-overlay {
    background-color: rgba(36, 36, 36, 0.5);
    height: 100%;
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: 0;
}

.container.a-post-box {
    margin: 0 -10px;
}

.vc_col-sm-4 .a-post-box .latest-author,
.vc_col-sm-4 .a-post-box .latest-views,
.vc_col-sm-4 .a-post-box .latest-comments {
    display: none;
}

.vc_col-sm-4 .a-post-box .latest-title,
.wpb_column .wpb_column .a-post-box .latest-title {
    font-size: 18px;
}

.vc_col-sm-3 .a-post-box .latest-title {
    font-size: 15px;
    letter-spacing: -0.5px;
}

.vc_col-sm-3 .a-post-box .latest-txt {
    padding: 20px;
}

.vc_col-sm-3 .a-post-box .a-post-box .latest-meta {
    margin-left: 10px;
}

.vc_col-sm-6 .a-post-box .latest-img,
.vc_col-lg-6 .a-post-box .latest-img {
    border-bottom: 1px solid #575757;
}

.vc_col-sm-6 .wpb_row.vc_row-fluid .wpb_column .a-post-box .latest-img,
.vc_col-lg-6 .wpb_row.vc_row-fluid .wpb_column .a-post-box .latest-img {
    border-bottom: none;
}

@media only screen and (max-width: 480px) {
    #big-slid-post .owl-item .latest-txt {
        padding: 20px;
    }
    .a-post-box .latest-title {
        font-size: 20px;
    }
    .a-post-box .latest-meta {
        display: block;
    }
}

.latest-img .thumbnail {
    padding: 0;
    margin: 0;
    width: 100%;
}

.feat-item .latest-overlay {
    height: 100%;
    background-color: rgba(36, 36, 36, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

#big-slid-post .feat-item img {
    display: block;
    width: 100%;
    height: auto;
}

.mian_slider .as_admin_pic {
    width: 40px;
    float: left;
    margin-right: 10px;
}

.mian_slider .as_admin_pic img {
    border-radius: 100%;
}

#big-slid-post .latest-meta {
    float: right;
}

.mian_slider .latest-cat {
    top: 0;
}

.mian_slider .as_post_by {
    margin-top: 10px;
    display: inline-block;
}

#big-slid-post span {
    margin-right: 10px;
}

.mian_slider a {
    color: #B7B7B7;
}

.mian_slider .latest-txt a {
    color: #fff;
}

.mian_slider span i {
    margin-right: 5px;
    color: #ccc;
}

.post_box .a-post-box .latest-meta {
    margin: 0;
}

.post_box .a-post-box figure {
    max-height: 251px;
    overflow: hidden;
    position: relative;
}


/*Featured Boxs Posts*/

.featured_slider {
    position: relative;
    padding: 0;
    display: none;
}

#featured_post .item {
    overflow: hidden;
}

#featured_post .item img {
    display: block;
    width: 100%;
    height: 100%;
}

.featured_title h4 {
    margin: 0px;
    line-height: initial;
    display: inline-block;
}

.featured_title {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(221, 226, 232, 0.5);
    margin-bottom: 20px;
    position: relative;
}

.featured_title_post {
    position: absolute;
    padding: 10px 20px;
    bottom: -30px;
    background: rgba(34, 34, 38, .4);
    width: 100%;
}

.featured_title_post h4 {
    margin: 0 0 5px 0;
    padding: 0;
    color: #fff;
}

#featured_post .item:hover .featured_title_post {
    bottom: 0px;
}

.featured_slider .item {
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
}

.featured_post .post_date {
    display: inline-block;
    margin-right: 10px;
}

.featured_post .caption_inner a {
    color: #fff;
}

.featured_post .caption_inner .latest-cat a {
    display: inline-block;
    margin: 0px 5px 0px 0px;
    padding: 0px 10px;
    color: #FFF;
    background-color: #00ada7;
    font-size: 11px;
    text-decoration: none;
    border-radius: 100px;
    transition: all 0.4s ease 0s;
}

.featured_post .caption_inner .latest-cat a:hover {
    background-color: #263241;
    opacity: 1;
    color: #fff;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.view_button {
    display: inline-block;
    margin: 0px 5px 0px 0px;
    padding: 1px 4px;
    color: #FFF;
    background-color: #00ada7;
    font-size: 11px;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.4s ease 0s;
}

.view_button:hover {
    background-color: #263241;
    color: #fff;
}


/*/////Featured Posts Slider POP/////*/

button.slick-next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 9999;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    opacity: 0;
    left: -30px;
    background: url(img/arr.png) no-repeat -30px 0;
}
button.slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 9999;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    opacity: 0;
    right: -30px;
    background: url(img/arr.png) no-repeat 30px 0;
}

.featured_posts_slider_pop button:hover {
    background-color: transparent;
}

.featured_posts_slider_pop:hover button.slick-prev {
    opacity: 1;
    right: 15px;
}

.featured_posts_slider_pop:hover button.slick-next {
    opacity: 1;
    left: 15px;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.featured_slider_pop {
    display: none;
}

.post_pop {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 15px;
}

.post_pop.item.slick-slide .inner_post_pop {
    background-color: #000;
}

.post_pop.item.slick-slide .img_post {
    opacity: 0.2;
}

.post_pop.item.slick-slide .featured_title_pop_post {
    opacity: 0.7;
}

.post_pop.item.slick-slide.slick-active .img_post,
.post_pop.item.slick-slide.slick-active .featured_title_pop_post {
    opacity: 1;
}

.slick-center img {
    transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    color: #e67e22;
    opacity: 1;
    /* transform:scale(1.08); */
}

.slick-center img {
    opacity: 0.8;
    transition: all 300ms ease;
}

.post_pop .img_post img {
    display: block;
    height: 100%;
    width: 100%;
}

.featured_post_pop .featured_title_pop_post {
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin: auto;
    width: 70%;
    padding-top: 20px;
    padding-bottom: 25px;
    display: block;
    border-left: 7px solid #f6f6f6;
    border-right: 7px solid #f6f6f6;
    text-align: center;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.caption_inner_pop .as_cat_post a:before,
.caption_inner_pop .as_cat_post a:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 15px;
    background-color: #00ada7;
    margin: 4px 8px;
}

a h4.title_post:hover {
    color: #00ada7;
}

.featured_slider_pop.slider_is_boxed {
    overflow: hidden;
}


/*////////blocks Posts////////*/

.block_posts {
    text-transform: capitalize;
    margin: 0px 0 30px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    background-color: #FFF;
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
}

.block_posts .small_post_content a:hover,
.featured_cat_slider a:hover {
    color: #00ada7;
}

.block_posts .small_post_content a {
    color: #263241;
}

.block_posts h4,
.block_posts h4 a {
    color: #263241;
}

.block_inner img {
    max-width: 100%;
    height: auto;
}

.featured_posts_slider .img_post {
    overflow: hidden;
    max-height: 350px;
}

.block_img_post,
.img_small_post,
.widget_post_thumbnail,
.img_post {
    background-color: #222;
}

.block_inner img:hover,
.widget_post_thumbnail img:hover,
.featured_posts_slider img:hover {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
}

.block_inner .img_small_post {
    width: 100px;
    height: auto;
    float: left;
    margin-right: 20px;
}

.small_list_post ul {
    margin: 0;
    padding: 0;
}

.block_inner .small_list_post li {
    list-style: none;
    border-bottom: 1px solid rgba(221, 226, 232, 0.5);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.block_inner .small_list_post li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.small_list_post h5 {
    margin: 0px;
}

.featured_cat_slider .img_post {
    overflow: hidden;
    max-height: 180px;
}

.featured_cat_slider .item img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 160px;
}

.featured_cat_slider a {
    color: #fff;
}

.block_posts .featured_cat_slider h4 {
    color: #fff;
}


/*////////block_4////////*/

.block_4 .title_post h4 {
    margin: 10px 0px;
}

.block_4 .small_list_post {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(221, 226, 232, 0.5);
}


/*////////block_5////////*/

.block_5 .block_inner {
    display: inline-block;
    width: 100%;
}

.block_5 .a-post-box:nth-last-child(3n+0) {
    margin-left: 0px;
}

.block_5 .a-post-box {
    margin-bottom: 5px;
    width: 32.8%;
    float: left;
    margin-right: 0;
    margin-left: 5px;
    padding: 0;
}

.block_5 .a-post-box figure {
    overflow: hidden;
    max-height: 158px;
}

.block_5 .a-post-box .latest-title {
    margin: 0;
}

.block_5 .latest-txt {
    padding: 15px;
}

.block_5 .latest-cat {
    margin-bottom: 7px;
    display: inline-block;
}


/*////////Block_6////////*/

.block_6 .list_thum {
    line-height: 0;
    position: relative;
    overflow: hidden;
    width: 300px;
    float: left;
    background-color: #000;
}

.block_as_post {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(221, 226, 232, 0.5);
}

.block_as_post:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.block_6 .list_content {
    display: table-cell;
}

.block_6 .block_as_top_post {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 20px;
}

.block_as_main_post_content {
    padding: 0 0px 0px 20px;
    display: inline-block;
}

.block_as_main_post_content p {
    margin: 17px 0;
}

.block_as_title_and_meta h4 {
    margin-top: 0;
}


/*News Layout Full Width
******************************************************/

.news_layout_full_width .mian_slider span.latest-cat {
    margin: 0;
    position: relative;
    display: inline-block;
}

.news_layout_full_width .mian_slider .a-post-box .latest-cat a {
    margin: 0;
}

.slide_info_outer {
    width: 100%;
    height: 100%;
}

.slide_info {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.slider_header {
    font-size: 30px;
    line-height: 30px;
}

.slide_text {
    background: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    padding: 35px 80px 35px 80px;
    text-align: center;
}

.slide_text h3 {
    margin: 10px 0 0 0;
}

.slider_caption {
    line-height: 24px;
    padding-top: 20px;
}

.slider_button {
    font-size: 11px;
    padding-bottom: 10px;
    padding-top: 20px;
    line-height: 30px;
}

.slider_button a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slide_info_inner {
    display: table-cell;
    vertical-align: middle;
}

.news_layout_full_width .mian_slider .slider_header a,
.news_layout_full_width .mian_slider p {
    color: #263241;
}

.news_layout_full_width .mian_slider p {
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.slider_button a {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #00ada7;
    color: #fff;
    padding: 9px 9px 10px;
    border-radius: 3px;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.slider_button a:hover {
    background-color: #263241;
}


/*////////Ads////////*/

.ads_in_block {
    margin-bottom: 30px;
    text-align: center;
}

.adds300x250 {
    text-align: center;
}


/*////////posts_sidebar////////*/

.main_grid_layout .as_post .sticky:after,
.as_post .sticky:after {
    background-color: transparent;
    border-color: #FF3333;
    border: 15px solid #FF3333;
    border-bottom-color: transparent;
    top: 0;
    content: "";
    position: absolute;
    z-index: 9;
    margin-left: 10px;
}

.list_layout .as_post .sticky:after {
    background-color: transparent;
    border-color: #FF3333;
    border: 15px solid #FF3333;
    border-bottom-color: transparent;
    top: 0;
    position: absolute;
    z-index: 9;
    content: "";
    margin-left: -50px;
}

.gallery-caption {position: relative;}
.bypostauthor {position: relative;}

/*////////article////////*/

.posts_areaa article.as_post,
.archive_areaa article.as_post {
    margin-bottom: 30px;
    display: block;
    border-bottom: 1px solid #ecedee;
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}

.posts_areaa .post_wrapper,
.archive_areaa .post_wrapper {
    padding: 20px;
}

.main_page {
    margin-bottom: 0;
    padding: 20px;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}

.as_content p {
    margin: 10px 0;
}

.as_content img {
    max-width: 100%;
    height: auto;
}

.about_content ul li,
.as_content ul li {
    list-style: none;
}

.about_content a,
.as_content a {
    text-decoration: underline;
    color: #00ada7;
}

.about_content ul,
.as_content ul {
    margin-left: 45px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.about_content ol,
.as_content ol {
    margin-bottom: 5px;
    margin-top: 5px;
}

.about_content ul li:before,
.as_content ul li:before {
    content: "";
    display: block;
    float: left;
    margin-top: 0.75em;
    margin-left: -20px;
    width: 5px;
    height: 5px;
    background-color: #00ada7;
}

.about_content,
.as_content {
    line-height: 1.85em;
    margin: 10px 0 30px 0;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    color: #888;
    letter-spacing: 0.2px;
    font-weight: normal;
}

article.as_post .as_thumb_post {
    width: auto;
    height: auto;
    text-align: center;
    overflow: hidden;
    background-color: #000;
    margin: -20px -20px 20px -20px;
}

article.as_post .link_post .as_thumb_post,
article.as_post .quote_post .as_thumb_post {
    background-color: rgba(0, 0, 0, 0.51);
}

article.as_post .as_thumb_post img {
    width: 100%;
    height: auto;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

article.as_post .quote_post .as_thumb_post,
article.as_post .link_post .as_thumb_post {
    display: inherit;
}

a.more-link {
    display: none;
}

.about_content strong,
.as_content strong,
.page_content strong {
    color: #222;
}

.video_post .as_thumb_post {
    max-height: inherit !important;
}

.as_top_post {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
}

.as_top_post .as_admin_pic {
    float: left;
    width: 70px;
    margin-right: 20px;
}

.as_top_post .as_admin_pic img {
    width: 100%;
    border-radius: 3px;
}

.as_top_post .as_title_and_meta h3,
.as_top_post .as_title_and_meta h4 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 25px;
    margin-bottom: 5px;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.as_top_post .as_title_and_meta h3:hover,
.as_top_post .as_title_and_meta h4:hover {
    color: #00ada7;
}

.as_top_post .as_title a {
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.as_meta_post {
    color: #ccc;
    font-size: 13px;
}

.as_meta_post li {
    margin: 0 5px 0 0px;
    list-style: none;
    display: inline-block;
}

.as_meta_post a {
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    padding: 0 5px;
}

.as_cat_post a {
    font-size: 12.5px;
    font-weight: 600;
    padding: 0 5px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.as_top_post .as_cat_post a:before,
.as_top_post .as_cat_post a:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 15px;
    background-color: #00ada7;
    margin: 5px 8px;
}

.as_meta_post a:hover,
.as_cat_post a:hover {
    color: #00ada7;
}

.as_meta_post a i:hover {
    color: #00ada7;
}

.as_meta_post i {
    margin-right: 0px;
    color: #ccc;
}

.as_main_post_content {
    width: 100%;
    display: inline-block;
}

.as_post .as_bottom_post {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 0px 20px;
}

.as_bottom_post .as_icon_shere {
    float: right;
}

.as_icon_shere .Share_sto {
    font-size: 13px;
    margin-right: 5px;
}

.as_icon_shere {
    text-align: center;
    float: right;
}

.as_read_more {
    display: inline-block;
    position: relative;
}

.as_read_more:before,
.as_read_more:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 20px;
    background-color: #00ada7;
    margin: 5px 10px;
}

.as_read_more a {
    padding: 8px 15px;
    background-color: #00ada7;
    color: #fff;
    border-radius: 100px;
}

.as_read_more a:hover {
    color: #fff !important;
    background-color: #263241 !important;
}

.social_icon_share span {
    margin-left: 10px;
}

.post_icon_shere {
    float: left;
}

.post_icon_shere .post_share span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    margin-right: 3px;
    margin-bottom: 0px;
}

.post_icon_shere .post_share span a {
    display: block;
    border-radius: 100%;
    height: 100%;
    border: 1px solid #acacac;
    color: #acacac;
}

.post_icon_shere .post_share span a:hover {
    background-color: #00ada7;
    border: 1px solid #00ada7;
    color: #fff;
    text-decoration: none
}

.post_icon_shere .share_toggle {
    cursor: pointer;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    margin-left: 10px;
    margin-bottom: 0px;
    border-radius: 100%;
    border: 1px solid #acacac;
}

.post_icon_shere .share_toggle i {
    display: block;
    height: 100%;
    line-height: 35px;
    color: #acacac;
}

.post_icon_shere .post_share {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    display: inline-block;
}

.post_icon_shere .post_share.share_active {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    opacity: 1;
    visibility: visible;
}

.post_share_t {
    display: inline-block;
    position: relative;
}
.post_share_tR{
  display: none;
  margin-top: 20px;
}
.post_share_t span a, .post_share_tR span a {
    color: #ccc;
    margin: 0 10px;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #ccc;
    border-radius: 100%;
}

.post_share_t span a:hover, .post_share_tR span a:hover {
    border: 1px solid #00ada7;
    color: #00ada7;
}


/* ---- Grid Layout ---- */

.grids_layouts {
    position: relative;
    width: 100%;
    display: inline-block;
}

.grid_layout {
    position: inherit !important;
}

.grid_post ul.post-categories {
    display: inline-block;
}

.grid_post ul.post-categories li {
    list-style: none;
    display: inline-block;
}

.col-md-12 .post_related_grid {
    float: left;
    width: 32%;
}

.col-md-8 .post_related_grid {
    float: left;
    width: 48.5%;
}

.main_grid_layout .pager {
    margin-top: 0;
}

.pager li > a,
.pager li > span {
    border-radius: 20px !important;
}

.main_grid_layout .video_post .as_top_post:before,
.main_grid_layout .audio_post .as_top_post:before {
    top: -9px;
}

.main_grid_layout .as_top_post .as_title_and_meta h4 {
    margin: 0;
    padding: 0;
}

.main_grid_layout .link_post .as_thumb_post {
    padding: 30px;
}

.main_grid_layout .video_post .embed-responsive-16by9 {
    padding-bottom: 55%;
}

.main_grid_layout article.as_post .as_thumb_post {
    margin-bottom: 13px;
}

.grid_layout article.as_post {
    margin-bottom: 30px;
}

ul.grid_meta {
    color: #ccc;
    font-size: 13px;
    margin-bottom: 5px;
    text-align: center;
}

ul.grid_meta li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 0 0;
}

ul.grid_meta li:last-child {
    margin: 0 0 0 5px;
}

ul.grid_meta li span {
    color: #ccc;
}

ul.grid_meta li span a {
    color: #ccc;
}

ul.grid_meta li span a:hover {
    color: #00ada7;
}


/*related_grid*/

.related_grid .post_share_t span a,
.grid_post .post_share_t span a {
    margin: 0 2px;
}

.related_grid .as_read_more:before,
.related_grid .as_read_more:after,
.grid_post .as_read_more:before,
.grid_post .as_read_more:after {
    width: 10px;
}


/*////////List Layout////////*/

.list_layout .as_bottom_post {
    margin: 0;
}

.col-md-12.list_layout .list_thum img {
    width: 100%;
    height: 100%;
}

.list_layout .list_thum.thum_left {
    float: left;
}

.list_layout .list_thum.thum_right {
    float: right;
}

.list_layout .list_thum {
    line-height: 0;
    position: relative;
    overflow: hidden;
    background-color: #000;
    max-width: 380px;
    max-height: 380px;
}

.list_layout .list_thum img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.list_layout .list_content {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}

.list_layout .as_top_post {
    margin: 0;
    padding: 0;
    text-align: left;
}

.list_layout .as_read_more {
    display: block;
}

.list_layout .list_content .as_read_more a {
    float: left;
    padding: 5px 15px;
}

.list_layout .list_content .as_read_more:before,
.list_layout .list_content .as_read_more:after {
    display: none;
}

.list_layout ul.grid_meta {
    text-align: left;
}

.list_layout .as_main_post_content {
    padding: 0;
}

.list_layout .as_post .as_main_post_content .as_content {
    margin: 0 0 20px 0;
}

.list_layout .as_post .as_bottom_post {
    border: none;
    padding: 0;
}

.list_layout .as_title h4 {
    margin: 0;
}

.list_layout .as_title h4 a {
    color: #222;
}

.list_layout .audio_post .embed-responsive-16by9 {
    padding-bottom: 70%;
}

.list_layout .as_title_and_meta {
    background-color: inherit;
    padding: 0;
}

.list_layout article.as_post .list_thum {
    margin-bottom: 0px;
}

.list_thum .cat_list_post {
    position: absolute;
    padding: 20px;
    z-index: 999999999;
}

.list_thum .as_cat_post a {
    margin: 0 5px 0 0;
    padding: 2px 4px;
    color: #fff;
    background-color: #00ada7;
    font-size: 11px;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.list_thum .as_cat_post a:hover {
    background-color: #263241;
    opacity: 1;
    color: #fff;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.as_post .list_thum img {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.as_post .list_thum img:hover {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
}

.list_layout article.as_post {
    margin-bottom: 0;
}

.list_layout .related_grid article.as_post {
    margin-bottom: 30px;
}

.list_layout .related_grid .as_read_more {
    display: inline-block;
}

.list_layout .related_grid .as_post .as_bottom_post {
    padding: 0 20px 20px;
}


/*////////slider_post////////*/

ul.post-slid-post {
    margin: 0;
}


/*//////// gallery post - tiled gallery ////////*/

.gallery_post.post_wrapper {
    display: inherit;
}

.gallery_post .image_link {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    overflow: hidden;
    display: block;
}


/*////////link_post////////*/

.link_title span {
    text-transform: inherit;
    font-style: italic;
}

.link_post .as_thumb_post {
    background-color: #00ada7;
    padding: 50px;
    margin: 0px 0px 20px 0px!important
}

.link_post .as_thumb_post .link_title a {
    color: #fff;
    text-transform: capitalize;
}


/*////////audio_post////////*/

.audio_post .embed-responsive-16by9 {
    padding-bottom: 35%;
    margin: 0px;
}

.audio_post audio {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}


/*////////lightbox_post////////*/

.lightbox_post .image_link {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    overflow: hidden;
    display: block;
}

.lightbox_post .as_thumb_post {
    position: relative;
}

.as_post .quote_post .as_thumb_post i,
.as_post .link_post .as_thumb_post i {
    margin: -20px -20px 0 0;
}

.icon_post_format {
    position: relative;
}

.lightbox .lb-image {
    opacity: 1 !important;
}

.as_post .as_thumb_post i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 19px;
    background-color: #00ada7;
    color: #fff;
    position: absolute;
    right: 0;
    margin: 20px 20px 0 0;
    z-index: 99999999;
    opacity: 0;
}

.as_post:hover .as_thumb_post i {
    background-color: #263241;
    opacity: 1;
    color: #fff;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.lightbox_post .as_thumb_post a .overlay,
.portfolio_post .portfolio_item a .overlay,
.block_as_post .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

.lightbox_post .as_thumb_post a .overlay:before,
.portfolio_post .portfolio_item a .overlay:before,
.block_as_post .overlay:before {
    content: '\f00e';
    font-family: Fontawesome;
    position: absolute;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    color: #303030;
    text-align: center;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.lightbox_post .as_thumb_post a:hover .overlay,
.portfolio_post .portfolio_item a:hover .overlay,
.block_as_post .overlay:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}


/*////////quote_post////////*/

.quote_post .as_thumb_post {
    background-color: #00ada7;
    padding: 50px;
    margin: 0px 0px 20px 0px!important;
}

.quote_title,
.link_title {
    text-align: left;
}

.quote_title,
.link_title h3 {
    color: #fff;
}

.quote_post .as_thumb_post .quote_title a {
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
}

.quote_post .as_thumb_post .quote_title h3 {
    color: #fff;
    font-size: 19px;
    margin-top: 0;
}

.link_post .overflo,
.quote_post .overflo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: -20px -20px 0 -20px;
}


/*////////SINGLE POST////////*/

.inner_single .post_wrapper {
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}

.as_tags {
    margin: 0;
    color: #ccc;
    float: left;
}

.inner_single .tagcloud a {
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 10px !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #f1f2f6;
    color: #343334;
    padding: 5px 10px;
    margin-right: 5px;
    margin-top: 0px;
    display: inline-block;
    border-radius: 100px;
}

.inner_single .tagcloud a:hover {
    background-color: #00ada7;
    color: #fff !important;
}
.inner_single img{
    max-width: 100%;
}
.meta-nav-holder {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    position: relative;
}

.meta-nav h4 {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.meta-nav-right {
    text-align: right;
}

.meta-nav-left {
    text-align: left;
}


/*////////share_article////////*/

.post_content_container + .share_article {
    width: auto;
    max-width: 100%;
    margin: 0 0 50px;
    float: none;
    text-align: center;
}

.share_article {
    border-top: 1px solid #eff0f3;
    border-bottom: 1px solid #eff0f3;
    background-color: #f8f9fc;
    padding: 15px;
    text-align: center;
}

.share_article.simple {
    padding: 0;
    background: none;
    text-align: left;
}

.share_article h6 {
    margin-bottom: 15px;
    line-height: 1;
    text-transform: uppercase;
}

@media only screen and (min-width: 48.063em) {
    .share_article {
        padding: 20px 20px;
        text-align: left;
    }
    .share_article h6 {
        line-height: 30px;
        margin-bottom: 0;
    }
}

.share_article .social {
    display: inline-block;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 0 14px 0 50px;
    position: relative;
    border-radius: 100px;
    width: 49%;
    margin: 0 0 4px;
    text-align: right;
}

.share_article .social .fa {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.share_article .social.facebook {
    background: #3b5998;
}

.share_article .social.facebook:hover {
    background: #324c82;
    color: #fff !important;
}

.share_article .social.google-plus {
    background: #dd4b39;
}

.share_article .social.google-plus:hover {
    background: #d33724;
    color: #fff !important;
}

.share_article .social.linkedin {
    background: #007bb6;
}

.share_article .social.linkedin:hover {
    background: #006697;
    color: #fff !important;
}

.share_article .social.pinterest {
    background: #cb2027;
}

.share_article .social.pinterest:hover {
    background: #b11c22;
    color: #fff !important;
}

.share_article .social.twitter {
    background: #00aced;
}

.share_article .social.twitter:hover {
    background: #0096ce;
    color: #fff !important;
}

.share_article .social.instagram {
    background: #3f729b;
}

.share_article .social.instagram:hover {
    background: #366285;
    color: #fff !important;
}

.share_article .social.vk {
    background: #45668e;
}

.share_article .social.vk:hover {
    background: #3b5779;
    color: #fff !important;
}

.share_article .social.tumblr {
    background: #35465c;
}

.share_article .social.tumblr:hover {
    background: #2a3749;
    color: #fff !important;
}

.share_article .social.xing {
    background: #cfdc00;
}

.share_article .social.xing:hover {
    background: #b2bd00;
    color: #fff !important;
}

.share_article .social.soundcloud {
    background: #f80;
}

.share_article .social.soundcloud:hover {
    background: #e07800;
    color: #fff !important;
}

.share_article .social.dribbble {
    background: #ea4c89;
}

.share_article .social.dribbble:hover {
    background: #e73177;
    color: #fff !important;
}

.share_article .social.youtube {
    background: #e52d27;
}

.share_article .social.youtube:hover {
    background: #d41f1a;
    color: #fff !important;
}

.share_article .social.spotify {
    background: #7ab800;
}

.share_article .social.spotify:hover {
    background: #669900;
    color: #fff !important;
}

.share_article .social.behance {
    background: #1769ff;
}

.share_article .social.behance:hover {
    background: #0057f7;
    color: #fff !important;
}

.share_article .social.deviantart {
    background: #4e6252;
}

.share_article .social.deviantart:hover {
    background: #405144;
    color: #fff !important;
}

@media only screen and (min-width: 48.063em) {
    .share_article .social {
        width: auto;
        margin: 0;
    }
}


/* Author Info */

.author_info {
    display: inline-block;
    padding: 50px 20px;
    margin-bottom: 30px;
    background-color: #fff;
}

.author_image {
    overflow: hidden;
    float: left;
    width: 120px;
    height: 120px;
    text-align: center;
}

.author_image a {
    overflow: hidden;
    display: block;
    max-width: 120px;
    border-radius: 50%;
}

.author_image img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.author_name {
    overflow: hidden;
    float: left;
    padding: 21px 15px 0;
    text-align: left;
}

.author_info_label {
    line-height: 20px;
    font-size: 12px;
    color: rgba(51, 51, 51, 0.5);
}

h5.author-name {
    margin: 0 0 9px;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 2px;
}

.author_icons a {
    margin: 0 5px 10px;
}

.author_bio {
    overflow: hidden;
    padding-top: 19px;
    line-height: 26px;
    font-size: 14px;
}


/*////////single related posts////////*/

.single_related_posts,
.conmments_block,
#respond {
    padding: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}

.post_title h4 {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    color: #263241;
}

.post_title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding: 0 0 10px 0;
    margin: 0px 0px 20px;
    border-bottom: 2px solid rgba(221, 226, 232, 0.5);
}

#post_related_block {
    display: none;
    margin-bottom: 0;
}

#post_related_block .img_box {
    max-height: 223px;
    height: 150px;
    overflow: hidden;
}

#post_related_block .item {
    margin-right: 5px;
    list-style: none;
    overflow: hidden;
    position: relative;
}

#post_related_block .item img {
    display: block;
    height: auto;
}

#post_related_block h5 {
    margin-bottom: 0;
}

#post_related_block a {
    color: #fff;
}

.single_related_title {
    background-color: rgba(0, 0, 0, 0.49);
    position: absolute;
    bottom: -30px;
    color: #ddd;
    width: 100%;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#post_related_block .item:hover .single_related_title {
    bottom: 0px;
}

#post_related_block .owl-nav {
    position: absolute;
    top: -57px;
    right: 0px;
    text-transform: capitalize;
}

#post_related_block .owl-nav div {
    color: #343334;
    display: inline-block;
    zoom: 1;
    margin-left: 5px;
    padding: 5px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #f1f2f6;
    line-height: normal;
}

#post_related_block .owl-nav div:hover {
    background-color: #00ada7;
    color: #fff;
}


/*////////index_related_posts////////*/

.index_related_posts {
    display: inline-block;
    padding: 20px;
    margin-bottom: -10px;
    width: 100%;
    border-top: 1px solid rgba(221, 226, 232, 0.5);
    border-bottom: 1px solid rgba(221, 226, 232, 0.5);
    background-color: #f8f9fc;
}

.index_related_posts li {
    list-style: none;
    margin: 0 5px 0 0;
    border-right: 1px solid rgba(221, 226, 232, 0.5);
    padding-right: 15px;
    width: 32.8%;
}

.index_related_posts li:last-child {
    border-right: none;
    padding-right: 15px;
    margin: 0;
}

.index_related_posts .post_related_block {
    margin: 0 -15px;
}

.index_related_posts h5 {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    white-space: nowrap;
}

.index_related_posts span {
    font-size: 12.5px;
    letter-spacing: 0.5px;
    color: #ccc;
}

.index_related_posts span a,
.index_related_posts .item {
    color: #ccc;
}

.index_related_posts .as_cat_post a {
    padding: 0;
}

.index_related_posts .as_cat_post {
    margin-right: 3px;
}

.index_related_posts span.as_cat_post a {
    color: #00ada7;
}

.index_related_posts .date {
    margin-left: 3px;
}

#post_related_block .date {
    color: #ccc;
}


/*////////Conmments Block////////*/

.conmments_block {
    font-size: 15px;
    font-weight: normal;
    line-height: 170%;
}

.conmments_block #respond {
    background-color: inherit;
    box-shadow: none;
    padding: 0;
    margin-top: 30px;
}


/*////////Comment List////////*/

.commentlist li {
    list-style: none;
}

.commentlist li.comment,
.commentlist li.comment ul.children li.comment {
    border-bottom: 1px solid #ecedee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.commentlist li.comment li.comment,
.commentlist > li.comment:last-child,
.commentlist > li.comment:last-child .comment-body,
.commentlist li.comment ul.children li.comment:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.commentlist li.comment .comment-body {
    margin-bottom: 20px;
}

.commentlist li.comment .comment-body p {
    margin-bottom: 0;
}

.commentlist ul.children {
    padding-left: 50px;
    margin-top: 20px;
    border-top: 1px solid #ecedee;
    padding-top: 20px;
}

.commentlist li.comment .comment-body .avatar {
    height: 70px;
    width: 70px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    border-radius: 100%;
}

.commentlist .comment-body .avatar img {
    width: 100%;
}

.commentlist li.comment .comment-body .comment-text {
    overflow: hidden;
    height: 100%;
}

.commentlist li.comment .comment-body .comment-text .author {
    margin-bottom: 10px;
}

.commentlist li.comment .comment-body .comment-text .author span {
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.commentlist li.comment .comment-body .comment-text .author div.date {
    text-transform: uppercase;
    font-style: italic;
}

.comment-meta {
    float: left;
}

.comment-reply {
    float: right;
}

.comment-edit-link,
.comment-reply-link {
    float: right;
    font-size: 12px;
    padding: 7px;
    margin-left: 10px;
    line-height: normal;
    height: auto;
    display: block;
    background-color: #00ada7;
    color: #fff;
    border-radius: 3px;
}

.comment-reply a:hover {
    background-color: #263241;
}

.cancel-comment-reply a {
    margin-bottom: 20px;
}

.comment-form .form-input {
    position: relative;
}

.comment-form .form-input i {
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 15px;
    z-index: 1;
    color: #7b7b7b;
}

.contact-form .form-input i {
    top: 35px;
}

.wpcf7 form p {
    font-size: 13px;
}

.wpcf7 form textarea {
    height: 150px;
    width: 100%;
}

.comment-form .form-input input,
.comment-form .form-input textarea {
    padding-left: 30px;
    margin-bottom: 20px;
    width: 45%;
}

.comment-form .form-input textarea {
    height: 160px;
    width: 100%;
    line-height: inherit;
    padding-top: 7px;
    border: 1px solid rgba(221, 226, 232, 0.5);
}

.comment-form {
    margin: 0 30px;
}


/*////////Comment Respond////////*/

#respond .reply-title {
    margin-bottom: 16px;
}

#respond .reply-title h4 {
    margin: 0;
}

#respond .form-item {
    margin: 15px 0;
}

#respond .form-item textarea {
    width: 100%;
    height: 120px;
}

#respond .form-item input {
    width: 100%;
}

#respond .form-actions {
    margin: 15px 0;
}

#respond .form-actions .awe-btn {
    width: 100%;
}

#respond form {
    margin-bottom: 0;
}

#respond {
    display: block;
    margin-bottom: 0;
}

#respond .comment-form {
    margin: 0;
}

#respond h3 {
    margin: 0;
}

.logged-in-as a,
.moderation,
.comment-reply-title small a {
    color: #00ada7;
}

.comment-reply-title small a {
    margin-bottom: 10px;
    display: inline-block;
}


/*////////Sidebar////////*/

.inner_footer {
    margin-left: 20px;
}

.layout_right_sidebar .inner_sidebar {
    margin-left: 20px;
    margin-right: 0px;
}

.layout_left_sidebar .inner_sidebar {
    margin-right: 20px;
    margin-left: 0px;
}

.inner_sidebar .widget {
    color: #ccc;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}

.inner_sidebar .widget_rss li {
    border: none;
}

.inner_sidebar .widget_rss cite {
    color: #ccc;
}

.inner_sidebar .widget:last-child {
    margin-bottom: 0px;
}

.widget h4 {
    padding: 0;
    margin: 0px 0px 20px !important;
    text-transform: capitalize;
    font-size: 16px;
    color: #555;
}

.widget .widget_title {
    color: #263241;
}

.widget_title:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #00ada7;
    margin-top: 0;
    margin-left: -20px;
    display: inline-block;
    margin-right: 10px;
}

.widget_title:after {
    content: '';
    width: 5px;
    height: 10px;
    background-color: #00ada7;
    margin-top: 0;
    margin-right: -20px;
    display: inline-block;
    margin-left: 10px;
}

footer .widget_title:before {
    margin-left: 0;
}

#footer .widget .widget_title {
    color: #fff;
}

.inner_sidebar .widget a:hover,
.inner_footer .widget a:hover {
    color: #00ada7;
}

#footer .widget li {
    border-bottom: 1px solid rgba(221, 226, 232, 0.1);
}

#footer .widget .tagcloud a {
    border: 1px solid rgba(221, 226, 232, 0.1);
}

#footer .widget li:last-child {
    border-bottom: none !important;
}

#footer #wp-calendar tbody td {
    background-color: rgba(221, 226, 232, 0.1);
    border-right: 1px solid rgba(221, 226, 232, 0.2);
    text-align: center;
    padding: 5px !important;
    font-size: 15px !important;
    font-weight: 300;
    color: #888;
}

#footer select {
    color: #888;
    font-weight: 600;
}

#footer table tr:nth-child(odd) td {
    background-color: rgba(221, 226, 232, 0.2);
}

#footer table tr:nth-child(odd) td .pad {
    border: transparent;
}

#footer #wp-calendar thead th {
    background-color: rgba(221, 226, 232, 0.2);
    color: #fff
}

#footer #wp-calendar thead {
    background-color: inherit !important;
}

#footer #wp-calendar caption {
    color: #fff
}


/***********out_sidebar***********/

.out_side {
    overflow-y: auto;
    overflow-x: hidden;
}

.out_sidebar .inner_sidebar .widget {
    color: #ccc;
    margin-bottom: 0;
    padding: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
}

.out_side .social_icon span {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 12px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.out_side .social_icon span a {
    border: 1px solid #ccc;
    color: #ccc;
    display: block;
    border-radius: 100%;
    height: 100%;
}

.out_side .social_icon span:hover a {
    color: #00ada7;
    border: 1px solid #00ada7;
}

.out_sid_pos.out_sid_pos_Left .out_side {
    left: 0px;
}

.out_sid_pos.out_sid_pos_Right .out_side {
    right: -17px;
}

.out_sid_pos.out_sid_pos_Right .out_side.mobile_menu {
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.mobile_menu.out_side-open .out_sid_pos.out_sid_pos_Right .mobile_menu.out_side {
    visibility: visible;
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.out_side .social_icon {
    padding: 30px;
    display: none;
}

.out_side-open .st-pusher:hover {
    cursor: url('img/cursor-close.png'), default;
}


/***************widget************/

.widget li {
    list-style: none;
    border-bottom: 1px solid rgba(221, 226, 232, 0.5);
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 100%;
    font-weight: 600;
    text-transform: capitalize;
}

.widget ul,
.widget ol {
    margin: 0;
    padding: 0;
}

.widget li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget .widget_categories li span {
    margin-left: 10px;
}

.widget select {
    width: 100%;
}

.widget_categories li i,
.widget_archive li i {
    float: right;
    margin-left: 10px;
    font-size: 13px;
    line-height: 20px;
}


/*//////// widget_categories ////////*/

.widget_archive li,
.widget_categories li {
    text-align: right;
}

.widget_archive li a,
.widget_categories li a {
    position: relative;
    float: left;
}

.widget_categories ul.children {
    margin-left: 10px;
    font-size: 12px;
}


/*//////// widget_archive ////////*/

.widget_categories .screen-reader-text,
.widget_archive .screen-reader-text {
    margin-right: 10px;
}


/*//////// tagcloud ////////*/

.inner_sidebar .widget .tagcloud a {
    font-size: 10px !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7b7b7b;
    border: 1px solid rgba(221, 226, 232, 0.99);
    ;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
    border-radius: 3px;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.widget .tagcloud a {
    font-size: 10px !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(221, 226, 232, 0.5);
    border: 1px solid rgba(221, 226, 232, 0.5);
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
    border-radius: 3px;
    line-height: normal;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.widget .tagcloud a:hover {
    background-color: #00ada7;
    border: 1px solid #00ada7;
    color: #fff !important;
}


/*//////// widget newsletter ////////*/

.widget_newsletter form {
    margin-bottom: 0;
}

.widget_newsletter input {
    margin-bottom: 20px;
}

.widget_newsletter button span,
.widget_newsletter button i {
    color: #fff;
    text-transform: capitalize;
}


/*//////// Widget Nav Menu ////////*/

.widget_nav_menu .sub-menu {
    font-size: 12px;
}

.widget_nav_menu .sub-menu a {
    margin-left: 10px;
}

.widget_nav_menu li:last-child {
    border: none !important;
}

.widget_pages li:last-child {
    border: none !important;
}


/*//////// Search ////////*/

.widget_search form {
    margin: 0;
    position: relative;
}

.widget_search input:last-child {
    margin-bottom: 0;
}

.widget_search .button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background-color: #00ada7;
    border-radius: 3px;
    border: none;
    color: #fff;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.widget_search .button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background-color: #263241;
}

.widget_search label.screen-reader-text {
    display: none;
}
.widget_search input#searchsubmit {
    background-color: #00ada7;
    color: #fff;
    max-width: 100px;
    min-width: inherit;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0;
}

.widget_search input#searchsubmit:hover {
    background-color: #263241;
}

.widget_search input {
    background-color: #f1f2f6;
    border-radius: 100px;
    padding: 0 105px 0 20px;
    font-size: 12px;
    width: 100%;
    color: #222;
    border: transparent;
}


/*//////// widget_advertisement ////////*/

.ads_wid {
    text-align: center;
}

.ads_w img {
    width: 100%;
}


/*//////// start calendar widget ////////*/

.widget_calendar table {
    width: 100%;
}

.widget_calendar {
    width: 100%;
}

.widget_calendar a {
    color: #00ada7;
}

table#wp-calendar {
    width: 100%;
    margin: 0;
}

#wp-calendar thead {
    font-size: 10px;
    color: #fff;
}

#wp-calendar thead th {
    padding: 5px 0px !important;
    background-color: #EDEDED;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    border-right: 1px solid rgba(221, 226, 232, 0.2);
    border-bottom: 1px solid rgba(221, 226, 232, 0.2);
}

#wp-calendar thead th:last-child {
    border-right: 0;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background-color: #f5f5f5;
    border-right: 1px solid rgba(221, 226, 232, 0.2);
    text-align: center;
    padding: 5px !important;
    font-size: 15px !important;
    font-weight: 400;
    color: #999;
}

#wp-calendar tbody td:hover {
    background-color: #fff;
}

#wp-calendar tbody tr:first-child td.pad {
    border-right: 1px solid rgba(221, 226, 232, 0.2);
}

#wp-calendar tbody td.pad:hover {
    background-color: transparent;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px;
    border: transparent;
}

#wp-calendar tbody td a {
    font-weight: 600;
}

table#wp-calendar tr {
    border-top: 1px solid rgba(221, 226, 232, 0.2) !important;
}

.widget_container caption {
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 12px;
    background-color: #26BDEF;
    padding: 2px 12px;
    color: #fff;
}

.site_footer.dark_footer #wp-calendar thead th {
    background-color: #303030;
    border-bottom-color: #444;
    border-right-color: #111;
    color: #A9A9A9;
}

.site_footer.dark_footer #wp-calendar tbody td {
    background-color: #222;
    border-right-color: #111;
}

.site_footer.dark_footer #wp-calendar tbody td.pad {
    background-color: transparent;
}

.site_footer.dark_footer #wp-calendar tbody tr:first-child td.pad {
    border-right: 2px solid #111;
}


/*//////// widget recent post ////////*/

.widget_recent_post .widget_post_thumbnail {
    float: left;
    height: 80px;
    margin-right: 10px;
    width: 80px;
    overflow: hidden;
}

.widget_recent_post .widget_post_thumbnail img {
    width: auto;
    height: 100%;
}

.widget_recent_post h5 {
    margin: 0;
}

.widget_post_info .post_meta {
    margin-top: 0;
    font-size: 12px;
    font-weight: 400;
}

.widget_post_info .post_meta span {
    margin-right: 10px;
}

.widget_post_info .post_meta a {
    color: #ccc;
}


/*//////// widget recent comments ////////*/

.widget_recent_comments .widget_post_thumbnail {
    float: left;
    height: 80px;
    margin-right: 10px;
    width: 80px;
    overflow: hidden;
}

.widget_recent_comments .comment-author a {
    color: #BCC2CE;
}

#footer .widget_recent_comments .comment-author a {
    color: #fff;
}

.widget_recent_comments .comment-c {
    display: block;
    font-weight: 600;
}

.footer .widget_recent_comments span a {
    color: #7b7b7b;
    border: none;
}


/*//////// widget text ////////*/

.logo_widget {
    margin: 20px 0;
}

.widget_text .textwidget {
    overflow: hidden;
    font-weight: 100;
}

.widget_text .textwidget img {
    max-width: 100%;
}

.widget_text .textwidget select {
    width: 100%;
}

.widget_text .textwidget option {
    width: 100%;
}

.widget_social_icon {
    margin-top: 20px;
    text-align: center;
}

.widget_social_icon span {
    padding: 5px;
}

.textwidget i {
    margin-right: 5px;
}


/*//////// instagram feed ////////*/

.instagram-title {
    position: absolute;
    z-index: 100;
    opacity: 0.95;
    color: #ffffff;
    padding: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 14px;
}

.instagram-title h3 {
    position: relative;
    display: inline-block;
    z-index: 1;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.89);
    margin: 0;
    padding: 18px 30px;
}

.instagram-title h3 a {
    color: #000;
}

.instagram-title h3 a:hover {
    color: #00ada7;
}

.social_feed.instagram_feed {
    margin-bottom: 30px;
    display: inline-block;
    background-color: #fff;
    padding: 20px;
    position: relative;
}

.instagram-list {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.instagram-list li {
    width: 19.99%;
    float: left;
    position: relative;
    margin: 0;
}

.instagram-list li img {
    opacity: 1;
    width: 100%;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.instagram-list li .img-overlay {
    height: 100%;
    background-color: rgba(36, 36, 36, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.instagram-list li:hover .img-overlay {
    background-color: rgba(36, 36, 36, 0.0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.container-fluid.instagram_is_fullwidth {
    margin-right: -15px;
    margin-left: -15px;
}

.instagram_is_fullwidth .social_feed.instagram_feed {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.instagram_is_fullwidth .instagram-list {
    margin: 0 0 -8px 0;
}

.instagram_is_fullwidth .instagram-list li {
    width: 12.5%;
}


/*//////// widget_social_profile ////////*/

.widget_alphabet_social_profile {
    display: inline-block;
    width: 100%;
}

.widget_alphabet_social_profile .widget_title:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #e4e4e4;
    display: block;
    float: right;
    margin-top: 14px;
    margin-left: 16px;
}

.widget_alphabet_social_profile .widget_title {
    position: relative;
    float: left;
    margin-top: 7px;
    margin: 0 !important;
}

.widget_alphabet_social_profile .social-icons {
    float: right;
    margin-right: -4px;
}

.widget_alphabet_social_profile .social-icons a {
    text-align: center;
    color: #ccc;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 100%;
    border: 1px solid #ccc;
    display: inline-block;
    margin-left: 3px;
}

.widget_alphabet_social_profile .social-icons a:hover {
    border: 1px solid #00ada7;
}


/*//////// Flickr Badge Image ////////*/

.inner_sidebar .widget.alphabet_Flickr {
    display: inline-block;
    width: 100%;
}

.alphabet_flickr {
    display: inline-block;
    width: 100%;
}

.widget .flickr_badge_image {
    float: left;
    width: 75px;
    background-color: #000;
}

.widget .flickr_badge_image:nth-child(4n+0) {
    margin-right: 0px;
}

.widget .flickr_badge_image img {
    width: 75px;
    height: 75px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.widget .flickr_badge_image img:hover {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
}


/*//////// Slid Widget ////////*/

.slid_widget_dribbble li {
    margin: 0px;
    padding: 0px;
}

.slid_widget_dribbble img {
    width: 100%;
}


/*//////// Widget About Me ////////*/

.widget_about_me {
    text-align: center;
}

.widget_about_me .my_pic img {
    width: 100%;
}

.widget_about_me .my_name h4 {
    margin: 20px 0 10px !important;
    border: none;
    padding: 0px;
    font-size: 20px;
}

.widget_about_me .my_words p {
    margin: 10px 0 20px;
}

.widget_about_me .social_icon a {
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #ccc;
    color: #ccc;
    width: 33px;
    height: 33px;
    line-height: 33px;
    margin: 0 3px;
}

.widget_about_me .social_icon a:hover {
    border: 1px solid #00ada7;
}


/*//////// widget twitter ////////*/

.widget.widget_twitter li a {
    color: #40bff5;
}


/*//////// Social Counter ////////*/

.widget_social_counter {
    margin-bottom: -15px;
}

.widget_social_counter .social_counter_count {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
    color: #333333;
    margin-top: 5px;
}

.social_counter {
    width: 47%;
    margin-right: 3%;
    min-width: 135px;
    float: left;
    margin-bottom: 15px;
}

.social_counter_icon {
    float: left;
    width: 50px;
    height: 50px;
    background-color: #EEEEEE;
    color: #333333;
    text-align: center;
    margin-right: 18px;
}

.social_counter_icon i {
    line-height: 50px;
    font-size: 18px;
}

.social_counter_count,
.social_counter_count,
.social_counter_icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.social_counter_twitter .social_counter_icon {
    background-color: #55ACEE;
    color: #FFFFFF;
}

.social_counter_twitter:hover .social_counter_icon {
    background-color: #88C4F3;
}

.social_counter_twitter:hover .social_counter_count {
    color: #55ACEE;
}

.social_counter_facebook .social_counter_icon {
    background-color: #3D62B3;
    color: #FFFFFF;
}

.social_counter_facebook:hover .social_counter_icon {
    background-color: #7791C9;
}

.social_counter_facebook:hover .social_counter_count {
    color: #3D62B3;
}

.social_counter_instagram .social_counter_icon {
    background-color: #2D6B94;
    color: #FFFFFF;
}

.social_counter_instagram:hover .social_counter_icon {
    background-color: #6C97B4;
}

.social_counter_instagram:hover .social_counter_count {
    color: #2D6B94;
}

.social_counter_youtube .social_counter_icon {
    background-color: #CC181E;
    color: #FFFFFF;
}

.social_counter_youtube:hover .social_counter_icon {
    background-color: #DB5D61;
}

.social_counter_youtube:hover .social_counter_count {
    color: #CC181E;
}

.social_counter_googleplus .social_counter_icon {
    background-color: #D34836;
    color: #FFFFFF;
}

.social_counter_googleplus:hover .social_counter_icon {
    background-color: #E07E72;
}

.social_counter_googleplus:hover .social_counter_count {
    color: #D34836;
}

.social_counter_soundcloud .social_counter_icon {
    background-color: #1BB6EC;
    color: #FFFFFF;
}

.social_counter_soundcloud:hover .social_counter_icon {
    background-color: #5FCBF1;
}

.social_counter_soundcloud:hover .social_counter_count {
    color: #1BB6EC;
}

.social_counter_counter {float: left;}

.social_counter_unit {
    margin-top: 2px;
    font-size: 12px;
    font-style: italic;
    line-height: 1em;
    color: #999999;
}


/*/////////////login ////////////*/

.widget_login form {
    margin: 0;
}

.widget_login form p {
    font-size: inherit;
}

.widget_login input {
    width: 100%;
    margin-bottom: 0px;
}

.widget_login input.button {
    margin-bottom: 0px;
}

.login-remember {
    display: inline-block;
    position: relative;
}

.login-remember label {
    display: block;
}

.login-remember label input {
    width: inherit;
    margin: 0 5px 0 0
}


/*//////// footer ////////*/

.footer {
    background-color: #343434;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #00ada7
}

.footer span a {
    color: #7b7b7b;
}

.inner_footer {
    padding: 40px 0 50px;
}

.inner_footer h4 {
    border-bottom: 2px solid rgba(204, 209, 217, 0.33);
    padding-bottom: 10px;
    margin: 0px 0px 20px;
}

.main_footer .widget {
    padding: 30px 30px;
    margin: 10px 0 20px 0;
}


/*//////// copyright ////////*/

.hmztop {
    background-color: #3B3B3B;
    background-image: url(./img/arrow.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 999999999999999;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    position: fixed;
    bottom: -100px;
    right: 1%;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow: auto;
    border-radius: 3px;
}

.hmztop:hover {
    background-color: #00ada7;
}

.footer_logo {
    margin: 40px 0;
}

.copyright .social_icon {
    float: none;
}

.copyright {
    text-align: center;
    padding: 7px 0;
    background-color: #111;
}

.copyright a {
    color: #888;
}

.news_layout .copyright {
    text-align: left;
    padding: 20px;
}

.news_layout .copyright .social_icon {
    float: right;
}

.news_layout .copyright p {
    float: left;
}

.news_layout .copyright .social_icon {
    margin: 0;
}

.copyright p {
    margin: 0;
    font-size: 12px;
}

.footer .social_icon span {
    display: inline-block;
    margin-right: 20px;
    padding: 30px 0;
}

.footer .social_icon span i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    margin-right: 10px;
    border: 1px solid;
    float: left;
}

.footer .social_icon {
    text-align: center;
    background-color: #222;
}

.footer .social_icon span strong {
    display: block;
}

.footer .social_icon a {
    display: inline-block;
    position: relative;
    line-height: normal;
}

.footer .social_icon .det_ico {
    position: relative;
    display: inline-block;
    text-align: left;
}


/*//////// Page ////////*/

.standard_page .main_page {
    font-size: 15px;
    font-weight: normal;
    line-height: 170%;
    padding: 20px;
    display: inline-block;
}

.standard_page h1,
.standard_page h2,
.standard_page h3,
.standard_page h4,
.standard_page h5,
.standard_page h6 {
    margin: 15px 0;
}

.content li {
    list-style: none;
}


/*//////// About Me ////////*/

.about_me .about_pic img {
    width: 100%;
}

.about_content {
    padding: 20px 0;
    margin: 0;
    display: inline-block;
}

.post_header {
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #fff;
}

.post_header h1 {
    font-size: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0px;
}

.title_divider {
    border-top: 2px solid;
    display: block;
    max-width: 48px;
    margin: 5px auto 0px;
    color: #161616;
}

.inform_about {
    padding: 0px 30px 30px 30px;
}

.about-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
}

.about-title::after {
    background: none repeat scroll 0 0 #ddd;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100px;
}

.single-skill p {
    font-weight: 700;
}


/*//////// Author List ////////*/

.main_page.author_list {
    padding: 30px;
}

.author_list .authorAvatar {
    float: left;
    margin-right: 20px;
    position: relative;
    width: 100px;
    height: 100px;
}

.authorAvatar img {
    width: 100%;
}

.author_list .authorInfo .social_icon {
    float: right;
}

.author_list .social_icon span a {
    background-color: #ccc;
}

.author_list .social_icon a {
    color: #fff;
}

.main_author {
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.main_author:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.authordescrption {
    margin: 0;
}

.authorname {
    margin: 0;
}


/*////////////////404/////////////*/

.not-found-content h1 {
    font-size: 170px;
    line-height: initial;
    margin: 0;
    font-weight: 800;
}

.text-center {
    margin-bottom: 100px;
}

.back-to-home a {
    font-size: 10px !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ccc;
    color: #fff;
    padding: 6px 8px 7px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 3px;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.back-to-home a:hover {
    background-color: #00ada7;
    color: #fff;
}


/*//////// Animated styles ////////*/

.animated .widget,
.animated .as_post,
.animated .block_posts,
.animated .main_page {
    opacity: 0;
}


/*slider_wrapper*/

.padding_top_30 {
    padding-top: 30px
}


/*///////// Big Slider ///////////*/

section.big_slider {
    margin-bottom: 30px;
}

.big_slider li {
    background-color: #000;
}

.big_slider li img {
    opacity: 0.5;
    height: 100%;
    width: 100%;
    min-height: 400px;
}

.over_sami {
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 400px;
}

.big_slider li:hover .over_sami {
    background-color: transparent;
}

.big_slider li .inner_over_sami {
    position: absolute;
    z-index: 9;
    left: 20px;
    right: 20px;
    bottom: 0px;
    padding: 20px;
    overflow: hidden;
    text-align: left;
    color: #fff;
}

.title_slider h4 {
    color: #fff;
}

.title_slider h4:hover {
    color: #00ada7;
}

.inner_over_sami .cat_sami {
    margin-bottom: 10px;
}

.cat_sami a {
    color: #00ada7;
    margin: 0px;
    padding: 1px 4px;
    font-size: 11px;
    color: #FFF;
    background-color: #00ada7;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.4s ease 0s;
}

.cat_sami a:hover {
    background-color: #263241;
    color: #fff;
}

section.big_slider li.tu_img {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 400px;
}

.su-custom-gallery {
    margin-bottom: 0.1em !important;
}

.su-custom-gallery-slide {
    margin: 0 !important;
}

.su-custom-gallery-slide img {
    border: none !important;
    border-radius: none !important;
}

.su-custom-gallery-slide img:hover {
    border: none !important;
    border-radius: none !important;
}

#gallery-1 img {
    border: none !important;
}

#gallery-1 dl.gallery-item {
    margin: 0px !important;
    padding: 3px !important;
}

#gallery-1 .gallery-caption {
    font-size: 13px;
    padding: 5px 10px;
    background-color: #eee;
}

#gallery-1 .gallery-item {
    overflow: hidden;
    max-height: 350px;
}

#gallery-1 img {
    width: 100% !important;
    height: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.wp-caption p.wp-caption-text {
    margin-top: 5px !important;
    padding: 0 5px;
}

.wp-caption {
    padding: 5px 3px 5px !important
}


/*////////////////////////////////
////// Widget Top Area ///////////
////////////////////////////////*/

.blog_widget_top_area {
    margin-bottom: 50px;
}

.inner_blog_widget_top_area {
    position: relative;
    margin: 0;
}

.box_banner_widget {
    max-height: 300px;
    min-height: 280px;
    height: 280px;
}

.box_banner_widget:hover h3 {
    top: 75%;
}

.box_banner_widget {
    position: relative;
    width: 100%;
}

.box_banner_widget .box_banner_img {
    position: relative;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.box_cat_link {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.blog_widget_top_area .box_banner_widget .box_banner_img {
    width: 100%;
}

.box_banner_widget h3 {
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 0 20px;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 80%;
}

.blog_widget_top_area h3:after {
    margin: 10px auto;
    content: '';
    height: 2px;
    width: 30px;
    background-color: #00ada7;
    display: block;
    margin-top: 5px;
}

.blog_widget_top_area .over_img {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.49);
    bottom: 0px;
    left: 0;
    top: 0;
    right: 0;
}

.banner_widget {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}

.banner_widget:hover .over_img {
    background-color: transparent;
}


/*ads_block*/

.ads_block_index {
    text-align: center;
    margin-bottom: 30px;
}

.ads_block_single {
    text-align: center;
    margin-bottom: 30px;
}


/*block_post_slider*/

.block_post_slider {
    display: none;
    color: #ccc;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}

.block_post_slider .inner_block_content {
    padding: 20px;
    position: relative;
}

.block_post_slider .img_post2 {
    position: relative;
    height: 500px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
}

.block_post_slider .inner_block_content h3.latest-title {
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f6f6f6;
}

.block_post_slider .inner_block_content h3.latest-title a {
    color: #000;
}

.block_post_slider .inner_block_content h3.latest-title:hover a {
    color: #00ada7;
}

.block_post_slider .latest-cat a {
    font-style: italic;
    text-transform: capitalize;
}

.block_post_slider .latest-date {
    font-style: italic;
    text-transform: capitalize;
}

.block_post_slider .latest-cat a:hover {
    color: #00ada7;
}

.block_post_slider .big-latest-content {
    margin-bottom: 10px;
}

.block_post_slider .latest-cat {
    margin-right: 5px;
}

.block_post_slider .latest-date {
    margin-left: 5px;
}

ul.slick-dots {
    text-align: center;
    margin: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button:before {
    color: #00ada7;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    content: "•";
    text-align: center;
    opacity: 0.5;
    color: black;
    -webkit-font-smoothing: antialiased;
}

.author_info,
.meta-nav-holder {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}


/* ////////////////////// */


/* pagination */


/* ////////////////////// */


/*standard_pagination*/

.pagination_post .pager {
    margin: 0;
}

.pagination_post {
    margin-top: 30px
}


/* Infinite Scroll loader */

#infscr-loading {
    text-align: center;
    z-index: 100;
    position: absolute;
    bottom: -25px;
    width: 200px;
    padding: 10px;
    background: #000;
    opacity: 0.8;
    color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#infscr-loading img {
    display: none;
}

.infinite_pagination .pager li {
    display: none;
}

.standard_pagination .pager span.load_more_aj {
    display: none;
}

.infinite_pagination .pager span.load_more_aj a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

body #postswrapper img {
    opacity: 1;
}

.layout_left_sidebar #infscr-loading {
    right: 0;
}

.layout_right_sidebar #infscr-loading {
    left: 0;
}


/* ////////////////////// */


/* ///// is_boxed //////  */


/* ////////////////////// */

.is_boxed .container .social_feed.instagram_feed {
    padding: 0px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -7px;
}


/* ////////////////////// */


/* ////// Home v2 ///////  */


/* ////////////////////// */


/*is_Grid_Full*/
.is_Grid_Full article.as_post {
    width: 23.8%;
}

.not_boxed .is_Grid_with_sid article.as_post {
    width: 32%;
}

.is_boxed .is_Grid_with_sid article.as_post {
    width: 48%;
}

.is_boxed .is_Grid_Full article.as_post {
    width: 32.111%;
}

.home_v2.layout_right_sidebar .inner_sidebar {
    margin-right: 15px;
    margin-left: 0;
    padding-left: 0;
}

.home_v2.layout_left_sidebar .inner_sidebar {
    margin-left: 15px;
    margin-right: 0;
    padding-right: 0;
}

.home_v2 .as_read_more:before,
.home_v2 .as_read_more:after {
    margin: 5px 5px;
}

.is_boxed .featured_slider_pop {
    overflow: hidden;
}

.main_content_is_boxed .posts_sidebar {
    margin-left: -15px;
    margin-right: -15px;
}

.not_boxed .is_Grid_with_sid .main_content_is_boxed article.as_post {
    width: 48%;
}

.not_boxed .is_Grid_Full .main_content_is_boxed article.as_post {
    width: 32.111%;
}


/*//////////////////////////*/


/* ////Top Slider Grid ////*/


/*//////////////////////////*/


/* Top Slider Grid 2 */


/** Default **/

#top_slider_grid {
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

#top_slider_grid .row {
    margin: 0;
}

#top_slider_grid .col-md-3,
#top_slider_grid .col-md-4,
#top_slider_grid .col-md-6,
#top_slider_grid .col-md-9 {
    padding: 0;
}

.col-md-6 article.gpost figure.overlay .default-img {
    max-height: 648px;
    overflow: hidden;
}

.col-md-3 article.gpost figure.overlay .default-img {
    max-height: 323px;
    overflow: hidden;
}

article.gpost figure.overlay {
    position: relative;
    margin-bottom: 0px;
    display: block;
    overflow: hidden;
}

article.gpost figure.overlay h2,
article.gpost figure.overlay h3,
article.gpost figure.overlay a {
    color: #fff;
}

article.gpost figure.overlay h2,
article.gpost figure.overlay h3 {
    margin: 10px 0;
    line-height: normal;
}

article.gpost figure.overlay figcaption {
    position: absolute;
    font-size: 12px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

article.gpost figure.overlay figcaption .entry {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px 20px;
    color: #fff;
    z-index: 15;
}

article.gpost figure.overlay a img {
    width: 100%;
    height: 100%;
}

article.gpost figure.overlay .post_meta {
    line-height: normal;
}

article.gpost figure.overlay .entry_category a {
    display: inline-block;
    margin: 0px 5px 0px 0px;
    padding: 1px 4px;
    color: #FFF;
    line-height: normal;
    background-color: #00ada7;
    font-size: 11px;
    text-decoration: none;
    border-radius: 3px;
}

article.gpost figure.overlay .entry_category a:hover {
    background-color: #263241;
}

article.gpost figure.overlay .entry_comments {
    float: right;
}

article.gpost figure.overlay .entry_comments i,
article.gpost figure.overlay .entry_date i {
    margin-right: 5px;
    color: #fff;
}

article.gpost figure.overlay a.thumb_overlay:before {
    bottom: 0;
    content: "";
    display: block;
    height: 70%;
    width: 100%;
    position: absolute;
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

#top_slider_grid ul.slick-dots {
    display: none !important;
}

#top_slider_grid button:hover {
    background-color: transparent;
}

#top_slider_grid:hover button.slick-prev {
    opacity: 1;
    right: 15px;
}

#top_slider_grid:hover button.slick-next {
    opacity: 1;
    left: 15px;
}

.is_boxed article.gpost figure.overlay h3 {
    font-size: 17px;
}

.is_boxed article.gpost figure.overlay h2 {
    font-size: 24px;
}

.top_slider_grid_layout_2.slider_is_boxed article.gpost figure.overlay h3 {
    font-size: 17px
}


/* ////////////////////// */


/* ////// Home v3 ///////  */


/* ////////////////////// */

.is_list_Full .list_layout article.as_post {
    margin-bottom: 30px;
}


/*alp_Zoom*/

.overlay:hover img.alp_zoom {
    -webkit-transform: scale(1.3) rotate(9deg);
    transform: scale(1.3) rotate(9deg);
}

#featured_post .item img,
article.gpost .overlay img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
