/*
Theme Name: Mint
Theme URI: https://themeforest.net/user/absolute-themes/portfolio
Author:  Absolute-Themes
Author URI: https://themeforest.net/user/absolute-themes
Description: Mint is a Premium Theme.
Version: 1.1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, translation-ready, left-sidebar, two-columns
Text Domain: mint
Domain Path:  /languages

 * Table of Contents
 *
 * 1.0 - Main Styles
 * 2.0 - Header
 * 3.0 - Carousel
 * 4.0 - Blog Posts
 * 5.0 - Single Post
 * 6.0 - Page
 * 7.0 - Contact Form
 * 8.0 - Footer Instagram
 * 9.0 - Sidebar
 * 10.0 - Footer
 * 11.0 - Error-page
 * 12.0 - Post Like System
 * 13.0 - Glide-navigation

 */

/**
 * 1.0 - Main Styles
 */

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: #2d2d2d;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    overflow-x:hidden;
    font-family: 'Karla', Arial, sans-serif;
}
html{overflow-x:hidden;}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 1;
    background-color: #fff;
    z-index: 999999;
}

a {
    color: #2d2d2d;
}

h1, h2, h3, h4, h5, h6 {
    color: #2d2d2d;
    font-weight: 700;
    font-family: 'Lora', Arial, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 700;
}

h1 {
    font-size: 32px;
    line-height: 40px;
}

h2 {
    font-size: 28px;
    line-height: 35px;
}

h3 {
    font-size: 22px;
    line-height: 28px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 19px;
    line-height: 25px;
}

h6 {
    font-size: 15px;
    line-height: 21px;
}

.back-to-top {
    position: fixed;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 43px;
    right: 20px;
    bottom: 15px;
    cursor: pointer;
    z-index: 998;
    background: #f4f2f2;
    border-radius: 50%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.back-to-top a {
    color: #2d2d2d;
    font-size: 16px;
}

.back-to-top:hover {
    background: #2d2d2d;
}

.back-to-top:hover a {
    color: #fff;
}

.fadetotop {
    bottom: 20px;
    opacity: 1;
}

select {
    padding: 11px 35px 11px 15px !important;
    font-size: 13px;
    outline: none;
    background: #fff url(../png/caret.png) 95% center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input::-webkit-input-placeholder {
    color: #cfcdcd;
    font: normal 13px/18px 'Karla', Arial, serif;
    letter-spacing: 0;
}

input:-moz-placeholder {
    color: #cfcdcd;
    font: normal 13px/18px 'Karla', Arial, serif;
    letter-spacing: 0;
}

input::-moz-placeholder {
    color: #cfcdcd;
    font: normal 13px/18px 'Karla', Arial, serif;
    letter-spacing: 0;
}

input:-ms-input-placeholder {
    color: #cfcdcd;
    font: normal 13px/18px 'Karla', Arial, serif;
    letter-spacing: 0;
}

textarea {
    color: #cfcdcd;
    font: normal 13px/18px 'Karla', Arial, serif;
    letter-spacing: 0;
}

input {
    font: normal 13px/18px 'Karla', Arial, serif;
    letter-spacing: 0;
}

.container,
.container > div {
    padding: 0;
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.gallery-caption,
.bypostauthor,
.screen-reader-text,
.wp-caption-text {
    opacity: 1;
}

::-moz-selection{background:#2d2d2d;color: #fff;}
::selection{background:#2d2d2d;color: #fff;}

table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}blockquote p,em,em *,i,i *,q p,var{font-style:italic}li,ol,ul{list-style:none}caption,th{text-align:left}q:after,q:before{content:''}b,b *,strong,strong *{font-weight:700}address,dt,kbd{font-weight:600}a img{border:none}:focus,input:focus,textarea:focus{outline:0}address,dd{font-size:14px;margin-bottom:20px}dd{margin-left:20px}address{line-height:20px}acronym{border-bottom:1px dashed #111}big{font-size:20px}cite{font-size:13px;}code,pre{padding:2px 4px;color:#111;background-color:#eee;border-radius:0}pre{padding:15px 30px 20px;margin-bottom:15px}tt{font-size:18px;letter-spacing:-.2px}

.bxslider img{
    width: 100%;
    height: auto!important;
}
.mfp-title{display:none;}

/**
 * 2.0 - Header
 */

header {
    margin-bottom: 42px;
}

/* header-top */
.header-top {
    height: 400px;
    position: relative;
    width: 100%;
}

.top-header-content {
    position: absolute;
    text-align: center!important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.background-block {
    z-index: -2;
    background: #fff;
}

.background-block,
.background-opacity {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 1;
}
.background-opacity{
    background-image: url(../jpg/header-background.jpg);
    background-size: cover;
    background-position: center;
}
.header-logo{
    float: none!important;
    display: inline-block!important;
}
.retina-logo-img {
    display: none;
}
.header-top .menu-tumbl,
.header-top .header-soc-icon{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    background: #2d2d2d;;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    padding: 0;
    line-height: 46px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.header-top .header-soc-icon{
    left: auto;
    right: 0;
}
.header-top .menu-tumbl:hover,
.header-top .header-soc-icon:hover{
    background: #6bbda7;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

/* header-menu */
.header-menu-panel {
    height: 50px;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #efefef;
}

/* header-navigation */
.header-navigation {
    float: left;
    z-index: 99;
    position: relative;
}

.header-navigation li {
    position: relative;
    display: inline-block;
}

.header-navigation li a {
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    padding: 9px 12px;
    margin: 0 !important;
    line-height: 32px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #2d2d2d;
}

.header-navigation > li ul li a{
    padding-left: 20px!important;
}

.header-navigation .menu-item-has-children a {
    padding-right: 30px !important;
}

.header-navigation .menu-item-has-children > a:before {
    position: absolute;
    display: inline-block;
    font-family: 'FontAwesome', sans-serif;
    content: "\f107";
    right: 14px!important;
    left: auto;
    top: 10px;
    font-size: 9px;
}

.header-navigation li ul .menu-item-has-children > a:before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f105";
    position: absolute;
    display: inline-block;
    right: 20px !important;
    left: auto;
    top: 10px;
}

.header-navigation li ul {
    position: absolute;
    top: 64px;
    left: 0;
    padding: 0;
    visibility: hidden;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    background: #fff;
    border: 1px solid #efefef;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.header-navigation li:hover ul {
    display: block;
    top: 49px;
    z-index: 9999;
    visibility: visible;
}

.header-navigation li ul li {
    display: block;
    float: none;
    margin: 0;
    font-weight: 400 !important;
}

.header-navigation li ul li:hover,
.header-navigation li.current-menu-item > a {
    background: #efefef;
}

.header-navigation li ul li:last-child {
    border: none;
}

.header-navigation li ul li a {
    display: inline-block;
    min-width: 100%;
    padding: 10px 20px;
    line-height: 15px;
}

.header-navigation li a {
    text-decoration: none;
    position: relative;
}

.header-navigation > li > a:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    height: 2px;
    width: 0;
    -webkit-transition: width .2s, left .2s;
    -moz-transition: width .2s, left .2s;
    -o-transition: width .2s, left .2s;
    transition: width .2s, left .2s;
}

.header-navigation > li:hover > a:after {
    width: 100%;
    left: 0;
}

.header-navigation li ul ul {
    visibility: hidden;
    display: none;
    opacity: 0 !important;
    left: 110%;
    top: 0 !important;
}

.header-navigation li ul li:hover > ul {
    visibility: visible;
    display: block;
    opacity: 1 !important;
    top: 0;
    left: 100%;
}

.header-navigation li:hover ul,
.header-navigation li ul li:hover ul,
.header-navigation li ul li:hover > ul {
    opacity: 1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.header-top-navigation-wrapper ul li a{
    color: #fff;
}
.header-top-navigation-wrapper{
    margin-top: 10px;
    float: left;
    width: 100%;
}
.header-top-navigation-wrapper ul li li a{
    color: #111;
}
.header-top-navigation-wrapper .header-top-navigation{
    float: left;
}
.header-top-navigation-wrapper .socials{
    float: right;
    line-height: 52px;
}
/* header-menu-buttons */
.header-menu-buttons {
    float: right;
}

.top-cart-wrapper{
    display: inline-block;
    text-align: center;
    width: 49px;
    height: 49px;
    line-height: 50px;
    cursor: pointer;
    font-size: 16px;
}
.top-cart-wrapper{
    margin-right: 0px;
    width: 51px;
}
.top-cart{
    position :relative;
    border-left: 1px solid #eee;
    height: 49px;
}
.top-cart-wrapper i{
    color: #fff !important;
}

.top-cart-wrapper {
    margin-left: 24px;
}

.top-cart-wrapper a {
    color: #2d2d2d;
    font-size: 18px;
}

.top-cart .site-header-cart {
    right: 0;
    width: 300px;
    padding: 20px 25px;
    top: 65px;
    position: absolute;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    color: #2d2d2d;
    z-index: 9999;
    font-size: 13px;
    border: 1px solid #efefef;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.top-cart .empty{
    line-height: 20px;
    margin: 0!important;
    float: left;
}

.top-cart:hover .site-header-cart {
    opacity: 1;
    visibility: visible;
    top: 49px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.top-cart .woocommerce-mini-cart__empty-message{
    padding: 0;
    margin: 0;
}

.top-cart .site-header-cart .widget{
    margin: 0;
    padding: 0;
}

.top-cart .count {
    position: absolute;
    font-style: normal;
    border-radius: 50%;
    text-align: center;
    width: 14px;
    height: 14px;
    top: 10px;
    right: 9px;
    font-size: 8px;
    color: #fff;
    line-height: 15px !important;
    font-weight: 600;
    background: #6bbda7;
}

.top-cart .site-header-cart li {
    padding-bottom: 0 !important;
}

.top-cart .site-header-cart li .amount {
    line-height: 10px;
}

.top-cart .site-header-cart li a {
    margin-bottom: -5px !important;
}

.header-socials{
    float: right;
    margin-right: -13px;
}
.header-socials li{
    line-height: 51px;
}
.header-socials li a{
    font-size: 15px;
    padding: 4px;
}

/**
 *    3.3 - Searchbox
 */

.search-wrapper {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    bottom: 100%;
    right: 0;
    background: #fff;
    z-index: 9999;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.search-wrapper-close {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../png/close.png)no-repeat;
    right: 50px;
    top: 50px;
    opacity: 0;
    cursor: pointer;
}

.admin-bar .search-wrapper-close {
    right: 50px;
    top: 70px;
}

.search-wrapper .search-form {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 20px 0 0;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.search-form .searchbox-input{
    font-size: 45px;
    font-weight: 700;
    background: none;
    border: none;
    margin-bottom: 10px;
    text-align: center;
}
.search-wrapper span{
    font-size: 16px;
    color: #c5c3c3;
    display: inline-block;
    width: 100%;
}

.wrapper-active {
    visibility: visible;
    bottom: 0;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.wrapper-active .search-wrapper-close{
    opacity: 1;
}

.wrapper-active input::-webkit-input-placeholder{color:#111;font-weight:700;font-size:45px;line-height:60px;}.wrapper-active input:-moz-placeholder{color:#111;font-weight:700;font-size:45px;line-height:60px;}.wrapper-active input::-moz-placeholder{color:#111;font-weight:700;font-size:45px;line-height:60px;}.wrapper-active input:-ms-input-placeholder{color:#111;font-weight:700;font-size:45px;line-height:60px;}

/**
 * 3.0 - Carousel
 */

/* hero */
.hero{
    overflow: hidden;
    float: left;
    width: 100%;
}
.hero .carousel {
    margin-bottom: 40px;
    height: 420px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.hero .carousel .slide {
    height: 410px;
    position: relative;
    z-index: 999 !important;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.hero .carousel-default,
.hero .carousel-full-two {
    height: 590px;
}

.hero .carousel-default .slide,
.hero .carousel-full-two .slide {
    height: 580px;
}

.hero .owl-item .slide-info {
    position: absolute;
    text-align: center;
    padding: 30px 40px;
    width: 430px;
    height: auto;
    left: 50%;
    top: 50%;
    z-index: 9999;
    background: #fff;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#main-column .slide .slide-info {
    bottom: 56px;
    top: auto;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.slide .slide-info a {
    z-index: 9996 !important;
    position: relative;
}

.slide .category-post-title {
    font-size: 12px;
    position: relative;
    display: block;
    text-transform: uppercase;
}

.slide .category-post-title a {
    color: #6bbda7;
    margin: 0 5px;
    display: inline-block;
    font-family: 'Karla', Arial, sans-serif!important;
}

.slide .slide-info .date {
    font-size: 12px;
    color: #b5b5b5;
    width: 100%;
    text-transform: none;
}
.carousel-full-three .date{
    display: none;
}

.carousel-default .slide-info .date,
.carousel-full-two .slide-info .date{
    display: none;
}

.hero .carousel .owl-item.active .hero-more {
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.hero-more {
    margin: 20px 0 -6px;
    font-size: 12px;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.hero-more a {
    color: #fff;
    padding: 6px 15px;
    text-transform: uppercase;
    background: #6bbda7;
}

.widget-slide-info .more-button {
    background: #6bbda7;
    color: #fff;
    padding: 9px 10px;
    font-size: 14px;
}

.hero-more a {
    display: inline-block;
    float: none;
    position: relative;
}

.slide-info-text {
    color: #b5b5b5;
    line-height: 18px;
}

.slide-info h2 {
    position: relative;
    width: 100%;
    display: inline-block;
    z-index: 9999 !important;
    margin: 5px 0 10px !important;
}

.hero .carousel .owl-dots {
    width: 100%;
    height: 5px;
    text-align: center;
}

.hero .carousel .owl-dot {
    width: 14.28%;
    display: inline-block;
    height: 20px;
}

.hero .carousel .owl-dots span {
    width: 100% !important;
    float: left;
    background: #2d2d2d;
    height: 5px !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.hero .carousel .owl-dot.active span {
    background: #6bbda7;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.hero .carousel .owl-prev:after {
    left: 50%;
    content: '\f104';
}
.hero .carousel .owl-prev{
    left: 0;
    z-index: 998;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.hero .carousel .owl-next {
    right: 0;
    z-index: 998;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.hero .carousel:hover .owl-next{
    right: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.hero .carousel:hover .owl-prev {
    left: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.hero .carousel .owl-next:after {
    right: 50%;
    content: '\f105';
}

.hero .owl-next,
.hero .owl-prev {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #111;
    color: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.hero .owl-nav{
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.hero .carousel:hover .owl-nav{
    opacity: 1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.carousel-default .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 52px;
    z-index: 9991;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.hero .owl-next:hover,
.hero .owl-prev:hover {
    color: #fff;
    background: #2d2d2d;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.hero .owl-next:after,
.hero .owl-prev:after {
    font-family: 'FontAwesome', sans-serif;
    font-size: 24px;
    line-height: 38px;
    position: absolute;
    top: 50%;
    margin: -20px -5px 0;
}

.top-header-slider .owl-controls {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 60px;
}

/* carousel-three */
.carousel-full-three {
    position: absolute;
    width: 160% !important;
    left: -30%;
    right: -30%;
}

.carousel-full-three .owl-controls,
.carousel-full-two .owl-controls {
    position: relative;
}

.carousel-full-three .owl-nav {
    position: absolute;
    bottom: 0;
    left: 18%;
    right: 18%;
}

.carousel-full-three.carousel .owl-next,
.carousel-full-three.carousel .owl-prev {
    right: 10px;
    bottom: 0;
}

.carousel-full-three.carousel .owl-prev {
    left: 10px;
    bottom: 0;
}

/* carousel-two */
.carousel-full-two .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel-full-two.carousel .owl-next,
.carousel-full-two.carousel .owl-prev {
    right: 0;
    bottom: 0;
}

.carousel-full-two.carousel .owl-prev {
    left: 0;
    bottom: 0;
}

/**
 * 4.0 - Blog Posts
 */

#main-column {
    width: 670px;
    float: left;
}

.sidebar-column {
    width: 270px;
    float: right;
    margin-bottom: 20px;
}

#main-column.all-width-list,
.all-width-list .post-list,
.all-width-list iframe,
.post iframe {
    width: 100%;
}

.post {
    position: relative;
    margin-bottom: 40px;
}
.post.sticky:after {
    content: '\f0c6';
    font-family: 'FontAwesome', sans-serif;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: #6bbda7;
    color: #fff;
    font-size: 20px;
    line-height: 16px;
    padding: 10px;
}

/* grid */
.grid-list-post {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3.2% !important;
    margin-bottom: 40px;
}

.grid-list-post:nth-of-type(2n+2) {
    margin-right: 0 !important;
}

.full-and-grid .grid-list-post:nth-of-type(2n+2) {
    margin-right: 3.2% !important;
}

.full-and-grid .grid-list-post:nth-of-type(2n+3) {
    margin-right: 0 !important;
}
.grid-list-post .list-meta,
.list-post-content .list-meta{
    text-align: left;
    margin-left: 10px;
}
.grid-list-post .category-post{
    margin-bottom: 12px;
    display: inline-block;
}

/* full-and-grid */
.full-and-grid .post:first-child {
    width: 100%;
}

/* list-post-content */
.list-post-content{
    float: left;
    width: 100%;
}
.list-post-content .post {
    width: 100%;
}
.list-post-content .category-post{
    display: inline-block;
    margin-bottom: 8px!important;
}
.list-post-content h3{
    margin-bottom: 5px!important;
}

.post .bx-wrapper{
    float: left;
    width: 100%;
    margin-bottom: 0;
}

/* full-and-list */
.full-and-list .post:first-child .post-img {
    width: 100%;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 10px;
}

.full-and-list .post:first-child .post-header {
    overflow: visible;
}

.post-header {
    text-align: center;
}

.category-post a {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    line-height: 22px;
    padding: 0 12px;
    margin-top: 3px;
}
.fl-grid .category-post a{
    color: #2d2d2d;
    border: 1px solid #eee;
}

.list-post-content .category-post a,
.grid-list-post .category-post a {
    font-size: 10px;
    line-height: 20px;
}

.post .post-header h1,
.post .post-header h2,
.post .post-header h3,
.post .post-header h4 {
    margin: 20px 0 15px;
}

.grid-list-post .post-header h1,
.grid-list-post .post-header h2,
.grid-list-post .post-header h3,
.grid-list-post .post-header h4 {
    margin: 10px 0 15px;
}

.full-and-grid .post:first-child .post-header h1,
.full-and-grid .post:first-child .post-header h2,
.full-and-grid .post:first-child .post-header h3,
.full-and-grid .post:first-child .post-header h4 {
    margin: 20px 0 25px;
}

.post-info {
    color: #b5b5b5;
    font-size: 12px;
    margin-bottom: 23px;
}
.post-info a{
    font-weight: 600;
}

.grid-list-post .post-info {
    margin-bottom: -8px;
    margin-top: 10px;
}

.list-post-content .post-info {
    margin-bottom: -10px;
}

.post-author-name span,
span.date {
    margin: 0 3px;
    text-transform: uppercase;
    font-family: 'Karla', Arial, sans-serif;
}

.grid-list-post .post-author-name {
    margin-left: 0;
}

.post-img img {
    margin-bottom: 20px;
}

.list-post-content .post-img {
    width: 300px;
    height: auto;
    float: left;
    display: block;
    margin-right: 30px;
}

.list-post-content .post-header {
    text-align: left;
    overflow: hidden;
}

.post-meta {
    height: 42px;
    margin-top: 30px;
    position: relative;
    border: 1px solid #e0dede;
}

.grid-list-post .post-meta {
    margin-top: 15px;
}

.list-post-content .post-meta {
    margin-top: 15px;
}

.post-meta > li {
    width: 33.3%;
    height: 41px;
    line-height: 41px;
    float: left;
    text-align: center;
    border-left: 1px solid #e0dede;
}

.boxed-post-meta {
    border: none;
    border-top: 1px solid #e0dede;
}

.boxed-post-meta > li {
    width: auto;
    border: none;
}

.post-meta li:first-child {
    border: none;
}

.post-meta a {
    font-size: 11px;
    color: #2d2d2d;
    font-weight: 600;
}

.post-meta i {
    font-size: 12px;
    margin-right: 2px;
}

.post-meta .list-meta span {
    margin: 0 5px;
}
.post-meta .list-meta .comment-counter{
    margin-left: 12px;
}

.grid-list-post .post-meta .list-meta span:first-child {
    margin-left: 0;
}

.post-meta .post-meta-permalink {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    background: #6bbda7;
}

.post-meta .socials li {
    margin: 0 7px;
}
.single .post-meta>  li:nth-child(2){
    width: 0;
}
.single .post-meta>  li:first-child{
    width: 66%;
}

/**
 * 5.0 - Single Post
 */
.fl-grid{
    overflow: hidden;
}
.fl-grid img,
.fl-grid .wp-caption{
    max-width: 100%!important;
}

/* aligns */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal!important;
}

.alignnone { margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {  margin: 5px 20px 20px 0; }

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/* blockquote */

blockquote {
    position: relative;
    font-family: 'Lora', Arial, sans-serif;
    margin: 10px 0;
    padding: 5px 30px;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    color: #2d2d2d;
    display: inline-block;
    border-left: 3px solid #6bbda7;
}

blockquote p {
    margin-top: 0;
    margin-bottom: 0;
}

blockquote cite {
    font-size: 12px;
    color: #7a7a7a;
    margin-left: 0;
}

.date {
    font-size: 12px;
}

/* Single Post Meta */
.single-post .post-meta {
    border-left: 0;
    border-right: 0;
}

.single-post .post-meta li {
    border: none;
    text-align: right;
}

.single-post .post-meta li:last-child {
    margin-right: 0;
}

.single-post .post-meta li:first-child {
    text-align: left;
}

.single-post .post-meta .post-meta-permalink {
    display: none;
}

/* dt */
dl{
    margin-bottom: 15px;
}
dt {
    float: left;
    width: 120px;
    text-align: right;
    clear: left;
    font-weight: 700;
    padding: 5px 15px 5px 0;
}
dd {
    float: left;
    width: 60%;
    padding: 5px 0;
}
dl:after {content:"";display:table;clear:both;}

/* password */
.post-password-form input[type=submit]{ padding: 2px 20px; }
.post-password-form input{
    padding: 5px 10px;
    border: 1px solid #eee;
}
.post-password-form input[type=submit]{
    background: #eee;
    padding: 4px 20px;
    border: 2px solid #eee;
}
/* table */
.fl-grid table{
    width: 100%;
    margin-bottom: 22px;
    border-collapse: collapse
}

.fl-grid td,
.fl-grid th{
    padding: 12px;
    border-bottom: 1px #e5e5e5 solid;
}

.fl-grid th{
    font-weight: bold;
    font-size: 14px;
    background: #f5f5f5;
}
.post-entry a,
.page a,
.comment-text a{
    font-weight: 600;
}
.post-entry .gallery,
.post-entry iframe{
    margin-top: 10px!important;
    float: left;
    width: 100%;
}
/* li */
.post-entry ul, .post-entry ol,
.comment-text ul, .comment-text ol  {
    padding-left: 45px;
    margin-bottom: 20px;
}


.post-entry ul li,
.comment-text ul li{
    list-style: square;
    line-height: 26px!important;
}

.post-entry ol li,
.comment-text ol li{
    list-style: decimal;
    line-height: 26px!important;
}

.post-entry ol ul li,
.comment-text ol ul li{
    list-style: square;
}
.post-entry ul ol li,
.comment-text ul ol li{
    list-style: decimal;
}
.post-entry ol ul ol li,
.comment-text ol ul ol li{
    list-style: decimal;
}
.post-entry ul ol ul li,
.comment-text ul ol ul li{
    list-style: square;
}


/* Post-tag */

.single-post .post-tags {
    margin: 25px 0 30px;
}

.single-post .post-tags a {
    display: inline-block;
    padding: 0 12px;
    margin-right: 4px;
    font-size: 11px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'Karla', Arial, sans-serif!important;
    color: #fff;
    background: #2d2d2d;
}

/* Post-related */

.post-related {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom:10px;
    border-bottom: 1px solid #eee;
}

.post-related-title {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.post-related-title h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Karla', Arial, sans-serif !important;
}

.item-related {
    width: 32%;
    margin-left: 2%;
    float: left;
}

.item-related:first-child {
    margin-left: 0;
}

.item-related h6{
    line-height: 20px;
    margin: 15px 0 6px !important;
}

.item-related .post-info span {
    text-transform: none;
}

/* Author-post */

#main-column .author-post {
    float: left;
    width: 100%;
    margin: 30px 0 0;
}

#main-column .author-post img {
    max-width: 100px;
    max-height: 100px;
    float: left;
    overflow: hidden;
    margin-right: 20px !important;
}

#main-column .author-post .author-socials li {
    font-size: 12px;
    width: 20px;
    height: 30px;
    margin-left: 0;
    line-height: 32px;
    text-align: center;
}
#main-column .author-post .author-socials li i{
    color: #2d2d2d;
}

#main-column .author-post .author-socials li:first-child {
    margin-left: -4px;
}
#main-column .author-post .author-post-text {
    color: #2d2d2d;
    line-height: 22px !important;
}

.author-post-name a {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Lora', Arial, sans-serif;
    color: #2d2d2d;
    display: inline-block;
    margin-bottom: 7px;
}

#main-column .author-post .author-content {
    overflow: hidden;
}
/* gallery */
.single .gallery,
.page .gallery{
    margin-bottom: 20px!important;
}
.single .gallery dl.gallery-item,
.page .gallery dl.gallery-item{
    margin: 0!important;
    text-align: center;
}
.single .gallery dl.gallery-item .gallery-caption,
.single .gallery dl.gallery-item .gallery-caption{
    width: 100%;
    margin-bottom: 8px;
}
.single .gallery .gallery-item img,
.single .gallery .gallery-icon,
.page .gallery .gallery-item img,
.page .gallery .gallery-icon{
    width: 100%!important;
    border: none!important;
    margin: 0!important;
    padding: 2px!important;
}

/* Post-switch */

.single-post .post-switch {
    width: 100%;
    display: flex;
    margin-top: 30px;
    float: left;
}

.single-post .post-switch li {
    width: 49.5% !important;
    position: relative;
    float: left;
    text-align: right;
    background-size: cover;
    position: relative;
    background-position: center;
    overflow: hidden;
}
.single-post .post-switch li img{
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.single-post .post-switch li:first-child{
    margin-right: 1%;
}
.single-post .post-switch img{
    width: 100%;
}
.single-post .post-switch li a {
    padding: 20px 30px;
    min-height: 100%;
    width: 100%;
    color: #fff;
    height: auto!important;
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-align: right !important;
    background: rgba(0,0,0,.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.single-post .post-switch li a:hover {
    background: rgba(0,0,0,.3);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.single-post .post-switch li:first-child a {
    text-align: left !important;
}

/* gallery */

.single .gallery,
.page .gallery {
    margin-bottom: 20px !important;
}

.single .gallery dl.gallery-item,
.page .gallery dl.gallery-item {
    margin: 0 !important;
    text-align: center;
}

.single .gallery dl.gallery-item .gallery-caption,
.single .gallery dl.gallery-item .gallery-caption {
    width: 100%;
    margin-bottom: 8px;
}

.single .gallery .gallery-item img,
.single .gallery .gallery-icon,
.page .gallery .gallery-item img,
.page .gallery .gallery-icon {
    width: 100% !important;
    border: none !important;
    margin: 0 !important;
    padding: 2px !important;
}

/* Comments */

.comments-counter-title {
    color: #2d2d2d !important;
}

#comments {
    float: left;
    width: 100%;
}

.thecomment {
    padding-bottom: 5px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.thecomment p {
    line-height: 20px;
}

.thecomment .author-img {
    float: left;
    display: inline;
    margin-right: 25px;
}

.thecomment .author-img img {
    border-radius: 50%;
}

.thecomment .comment-text {
    overflow: hidden;
}

.thecomment .comment-text span.author,
.thecomment .comment-text span.author a {
    display: block;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: 700;
    color: #2d2d2d;
    font-size: 13px;
}

.thecomment .comment-text span.date {
    display: block;
    text-transform: none;
    color: #b5b5b5;
    font-size: 12px;
    line-height: 12px !important;
    font-family: 'Karla', Arial, sans-serif!important;
}

.post-comments span.reply a {
    float: right;
    margin-left: 7px;
}

.post-comments .comment .comment {
    margin: 0 0 0 30px;
}

.comment-reply-title {
    margin-top: 0 !important;
}

.post-comments {
    margin-bottom: 60px;
}

.post-comments .comment-reply-link,
.post-comments .comment-edit-link {
    font-size: 11px;
    font-weight: 400 !important;
    color: #7a7a7a;
    border-radius: 0 !important;
    background: #f9f9f9;
    padding: 0px 12px !important;
}

/* Respond */

#respond {
    margin-bottom: 30px;
}

#respond h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 12px;
    color: #b5b5b5;
    font-family: 'Karla', Arial, sans-serif!important;
}

#respond h3 a {
    display: inline-block;
}

#respond h3 small a {
    text-transform: uppercase;
    background: #333;
    padding: 4px 6px 5px;
    border-radius: 3px;
    margin-left: 7px;
}

#respond label {
    width: 80px;
    display: inline-block;
}

#respond input {
    padding: 8px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 250px;
    border: 1px solid #eee;
}

#respond .comment-form-url {
    margin-bottom: 10px;
}

#respond textarea {
    padding: 14px;
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
    resize: none;
    border: 1px solid #eee;
}

#respond #submit {
    border: 0;
    border-radius: 0;
    background: #6bbda7;
    color: #fff;
    width: auto !important;
    padding: 10px 22px;
    -webkit-font-smoothing: initial;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

#cancel-comment-reply-link {
    font-size: 12px;
    font-family: 'Karla', Arial, sans-serif!important;
    font-weight: 400 !important;
    color: #7a7a7a !important;
    border-radius: 0 !important;
    background: #f9f9f9 !important;
    padding: 3px 15px !important;
    text-transform: none !important;
}

/**
 * 6.0 - Page
 */

.page .page-title-wrapper {
    margin-bottom: 40px;
}

.page .page-title-wrapper h3 {
    font-family: 'Lora', Arial, sans-serif !important;
    text-transform: none;
}

.page .fl-grid:first-child h2,
.page .fl-grid:first-child h3,
.page .fl-grid:first-child h4,
.page .fl-grid:first-child h5{
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.search-no-results .page-title-wrapper {
    padding-bottom: 0;
    border-bottom: 0;
    margin-top: 100px;
}

/**
 * 7.0 - Contact Form
 */

.wpcf7 {
    float: left;
    width: 100%;
}

.wpcf7-form {
    margin: 0;
    width: 100% !important;
    float: left;
    margin-top: 10px;
    padding: 0;
}

.wpcf7-form label {
    font-size: 13px;
    line-height: 20px !important;
    margin-bottom: 2px;
    width: 100% !important;
    display: inline-block;
    float: left;
}

.wpcf7 .wpcf7-form .wpcf7-text {
    border: 1px solid #eee;
    width: 100% !important;
    line-height: 30px;
    padding: 5px 15px !important;
    margin-bottom: 14px;
    font-size: 13px;
    margin-top: 4px;
}

.wpcf7 .wpcf7-form .wpcf7-textarea {
    border: 1px solid #eee;
    resize: none !important;
    width: 100% !important;
    padding: 12px !important;
    height: 130px;
    margin-top: 4px;
    margin-bottom: 10px;
}

.wpcf7-text {
    width: 100% !important;
}

.wpcf7 .wpcf7-form .wpcf7-submit {
    border: none;
    background: #6bbda7;
    color: #fff;
    text-transform: uppercase;
    margin: 0 !important;
    display: block;
    padding: 10px 40px !important;
}

/* Social Box */

.socials-box {
    width: 20px;
    height: 30px;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 7px;
}

.socials-box .socials {
    padding: 8px 40px 6px 6px;
    visibility: hidden;
    opacity: 0;
    margin-right: -14px;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.socials-box-open {
    width: auto;
}

.socials-box-open .socials {
    visibility: visible;
    background: #fff;
    opacity: 1;
    line-height: 10px;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.socials-box-icon {
    position: absolute;
    top: -7px;
    right: 0;
    z-index: 1;
}

.socials-box .fa-share-alt {
    color: #2d2d2d;
}

/* Pagination */
.pagination {
    margin: 0 0 20px;
    overflow: hidden;
    float: left;
    width: 100%;
}

.pagination a {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #2d2d2d;
    font-size: 12px;
    font-weight: 700;
}

.pagination .newer {
    float: left;
}

.pagination .older {
    float: right;
}

/**
 * 8.0 - Footer Instagram
 */

.instagram-footer {
    position: relative;
    padding-top: 15px;
}

.instagram-footer .widget {
    margin-bottom: 0;
}

.instagram-footer #sbi_load {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.instagram-footer #sbi_load .sbi_follow_btn {
    margin: 0 !important;
}

.instagram-footer #sbi_load a {
    background: #fff;
    border-radius: 0;
    padding: 14px 20px;
    margin: 0 !important;
    opacity: 1 !important;
    color: #181817;
    font-style: italic;
    font-family: 'Lora', Arial, sans-serif;
    font-size: 14px;
}

.instagram-footer #sbi_load i {
    display: none;
}

/**
 * 9.0 - Sidebar
 */

#sidebar .widget {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.sidebar-column .widget {
    background: #fff;
}

.sidebar-column .widget:last-child {
    margin-bottom: 0 !important;
}
.widget label {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    position: relative !important;
}

.widget select {
    position: relative !important;
    width: 100%;
    max-width: 100%;
    float: left;
    padding: 5px 10px;
    border: 1px solid #eee;
}

.widget a {
    color: #2d2d2d;
}

.widget-title {
    margin-top: -10px;
    padding-top: 24px;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    font-size: 14px;
    border-top: 1px solid #eee;
    line-height: 19px;
    color: #2d2d2d;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif !important;
}

#sidebar .widget:first-child .widget-title{
    margin-top: 0;
}

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

.widget_recent_entries a {
    display: inherit;
}

.widget_recent_entries .post-date {
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;
}

/* About Widget */
.about-widget img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.about-widget a {
    color: #6bbda7;
}

.about-widget .about-round {
    border-radius: 50%;
}

/* Socials Widget */
.widget .socials {
    text-align: center;
}

.widget .socials li a i {
    font-size: 14px;
    color: #2d2d2d;
}

.widget .socials li {
    margin: 0 4px;
}

.widget .socials li a {
    border: 1px solid #efefef;
    border-radius: 50%;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

/** Review widget **/
.widget-tabs{
    float: left;
    width: 100%;
}
.widget_reviews_tabs .reviews-tabs-content-container .reviews-tab-content, .widget-tabs .widget-tabs-content .tab-content{
    display: none;
}
.tab-content{
    width: 100%;
    border: 1px solid #eee;
    padding: 30px 20px;
    background: #fff;
    float: left;
    margin-top: -1px;
    z-index: 998;
}
.tab-content a{
    position: relative;
    z-index: 999;
}

.tab-content li:last-child{
    border-bottom: 0;
}
.tab-content .side-item-text{
    margin: 10px 0 20px;
}
.widget-tab-titles{
    position: relative;
    z-index: 998;
    background: #fff;
}
.widget-tab-titles li{
    float: left;
    width: 33.333%;
    text-align: center;
}
.widget-tab-titles li:last-child h3{
    border-right: 1px solid #eee;
}
.widget-tab-titles h3 {
    padding: 15px 16px 12px;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    margin: 0!important;
    border: 1px solid #eee;
    border-right: 0;
    background: #fafafa;
    cursor: pointer;
    letter-spacing: 0;
}
.widget-tab-titles li.active h3 {
    background-color: #fff;
    padding: 16px 16px 12px;
    border-bottom: 0;
    margin-top: 0!important;
}

.widget-tab-titles li {
    margin: 0!important;
    display: inline-block;
}

/* Search widget */
.widget_search form{
    position: relative;
}
.widget_search form input,
.widget_product_search form input {
    width: 100%;
    height: 50px;
    border-radius: 0;
    padding: 15px 50px 15px 20px;
    box-shadow: none;
    box-sizing: border-box;
    border: 1px solid #eee;
    font-size: 13px;
}

.widget_search form button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    width: 50px;
    height: 50px;
    border: 0;
    font-size: 0;
    background: transparent;
}

.widget_search button:before {
    content: "\f002";
    position: absolute;
    font-family: 'FontAwesome', sans-serif;
    width: 50px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    top: 0;
    left: 0;
    text-align: center;
    color: #2d2d2d !important;
}

.widget_search form button:hover {
    background-color: transparent;
}

/* MailChimp */

.widget_mc4wp_form_widget {
    text-align: center;
    position: relative;
    padding: 10px 26px 26px;
    background: #f7f7f7!important;
}
.widget_mc4wp_form_widget .widget-title{
    border: none;
    padding-bottom: 0;
}

.widget_mc4wp_form_widget label,
.widget_product_search form label {
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: none !important;
    color: #b5b5b5;
    line-height: 20px;
    font-size: 13px;
}

.widget_mc4wp_form_widget input,
.widget_product_search form input {
    padding: 10px 20px;
    width: 100% !important;
    border: 1px solid #eee;
    background: #fff !important;
}

.widget_mc4wp_form_widget input[type=submit],
.widget_product_search form input[type=submit] {
    width: 100%;
    border: none;
    padding: 10px 0;
    margin-bottom: 0;
    margin-top: 10px;
    background: #6bbda7!important;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px !important;
}

.mc4wp-form-fields label {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.mc4wp-form-fields p {
    display: inline-block;
}

/* Newsfeed Widget */

.side-newsfeed li {
    list-style-type: none;
    margin-bottom: 15px;
    margin-left: 0;
    border: none !important;
}

.side-newsfeed li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.side-newsfeed li .side-item {
    overflow: hidden;
}

.side-newsfeed li .side-item .side-image {
    float: left;
    overflow: hidden;
    margin-right: 14px;
}

.side-newsfeed li .category-post a,
.tab-content li .category-post a {
    color: #6bbda7;
    background: none;
    padding: 0;
}

.side-newsfeed li .date,
.tab-content li .date {
    margin-bottom: 10px;
    display: inline-block;
    text-transform: none;
    font-size: 12px;
    color: #b5b5b5;
}

.side-newsfeed li .side-item .side-image img {
    margin-top: 7px;
}

.side-newsfeed li .side-item .side-item-text {
    overflow: hidden;
    padding: 0 0 13px;
}
.side-newsfeed li .side-item-text{
    display: inline;
}
.side-newsfeed li .side-item-text h5{
    overflow: hidden;
}

.latest_news_widget li:last-child .side-item .side-item-text {
    border-bottom: 0;
}
.latest_news_widget li:first-child{
    padding-top: 0;
}

.side-newsfeed li .side-item .side-item-text h5,
.tab-content li .side-item .side-item-text h5 {
    margin-bottom: 0;
    margin-top: -10px;
    font-size: 16px;
    line-height: 20px;
}

/* Slider widget */

.slider_news_widget {
    padding: 0;
    width: 100%;
    border: none !important;
    position: relative;
    margin: 0;
}

.slider_news_widget:hover .slide:before {
    background: #fff !important;
    opacity: 0.8 !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.slider_news_widget .slide:before {
    content: '';
    position: absolute;
    background: #2d2d2d;
    opacity: 0.1;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.slider_news_widget .slide,
.widget.slider_news_widget {
    background-size: cover;
    background-position: center;
    height: 350px !important;
    position: relative;
}

.slider_news_widget .owl-dots {
    display: none !important;
}

.slider_news_widget .owl-controls {
    display: none;
}

.widget-slide-info {
    position: absolute;
    top: 50%;
    left: 30%;
    text-align: center;
    z-index: 999;
    -webkit-transform: translate(-20%, -50%);
    -moz-transform: translate(-20%, -50%);
    -o-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
}

.widget-slide-info h4 {
    margin: 10px 0;
    width: auto;
}

.widget-slide-info h4 a {
    font-size: 21px !important;
    font-weight: 700;
    color: #fff !important;
}

.widget-slide-info .date {
    margin-top: 0;
}

.widget-slide-info .date a {
    color: #fff;
    font-family: 'Karla', Arial, sans-serif;
}

.widget-slide-info .more-button {
    background: #6bbda7;
    color: #fff;
    padding: 9px 10px;
    font-size: 12px;
}

.slider_news_widget:hover .slide .date a,
.slider_news_widget:hover .slide .widget-slide-info h4 a {
    color: #2d2d2d !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

/* Calendar widget */

#wp-calendar {
    width: 100%;
}

.widget_calendar {
    padding-bottom: 0 !important;
}

#wp-calendar caption {
    text-align: left;
    color: #2d2d2d;
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    text-transform: uppercase;
}

#wp-calendar thead {
    font-size: 12px;
}

#wp-calendar thead th {
    font-size: 11px !important;
    padding-bottom: 10px !important;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #f9f9f9;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
}

#wp-calendar tbody td a {
    font-weight: 700;
    color: #2d2d2d;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 20px;
    text-align: left;
}

#wp-calendar tfoot #prev a,
#wp-calendar tfoot #next a {
    color: #2d2d2d;
    font-weight: 700 !important;
}

#wp-calendar thead th {
    padding-bottom: 20px;
    text-align: center;
}

/* Tagcloud widget */

.tagcloud a {
    display: inline-block;
    text-align: center;
    padding: 4px 11px;
    margin-bottom: 5px;
    background: #2d2d2d;
    color: #fff;
    font-weight: 600;
    font-size: 12px !important;
}

/* All widget */

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_rss li,
.widget_nav_menu li a,
.widget_recent_entries li,
.widget_recent_comments li,
.latest_news_widget li {
    padding: 10px 0;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #eee;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_pages li:last-child,
.widget_meta li:last-child,
.widget_rss li:last-child,
.widget_nav_menu li:last-child a,
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.latest_news_widget li:last-child{
    border: none;
    padding-bottom: 0;
}

.widget_product_categories select {
    margin-top: 0;
}

.widget_top_rated_products .star-rating {
    margin-bottom: 0 !important;
}

.widget_nav_menu a {
    display: block;
}

.widget_archive li,
.widget_categories li {
    display: inline-block;
    width: 100%;
}
.widget_categories li li a,
.widget_pages li li a{
    padding-left: 20px;
}
.widget_pages li li:first-child,
.widget_categories li li:first-child{
    border-top: 1px solid #eee;
    margin-top: 10px;
}
.widget_pages li li:first-child{
    margin-top: 26px;
}
.widget_pages  li li:last-child,
.widget_categories li li:last-child{
    border-bottom: 0!important;
    padding-bottom: 0!important;
}


.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul {
    margin-top: -15px;
}

.widget_recent_entries a,
.widget_recent_comments a {
    font-weight: 700;
}

.widget_archive select,
.widget_categories select {
    float: right;
}

.widget_categories,
.widget_archive {
    text-align: right;
}
.cat-item-none{
    text-align: left;
}

.widget_categories a,
.widget_archive a {
    float: left;
    font-weight: 600;
}

.absolute_themes_facebook_widget {
    text-align: center;
    height: auto !important;
}

.widget_text .wp-caption {
    width: 100%;
    max-width: 100%;
}

.widget_text {
    font-size: 15px;
    line-height: 25px;
}

.widget_text p {
    margin-bottom: 10px;
}

.widget_rss li {
    line-height: 23px;
}

.widget_rss li a {
    font-weight: 600;
}

/**
 * 12.0 - WordPress Core
 */


.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{text-align:center!important;}.wp-caption.aligncenter{width:100%!important;text-align:center;}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0!important;}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;max-width:100%;display:inline-block!important;padding:10px 0 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 0 20px 0}.wp-caption.alignright{margin:5px 0 0 20px}.fl-grid img.alignright{margin:15px 0 20px 20px!important}.fl-grid img.alignleft{margin:15px 20px 20px 0!important}.wp-caption img{border:0;height:auto;margin:0;max-width:100%;padding:0;width:auto}.wp-caption p.wp-caption-text{margin:8px 0 0}.post-password-form input[type=submit]{padding:2px 20px}.post-password-form label input{margin:0 0 0 20px}.post-password-form input{border:1px solid #eee;padding:3px 10px!important}.post-password-form input[type=submit]{background:#f9f9f9;color:#111;border:none;font-size:12px;padding:4px 25px!important;margin-top:-1px;}.gallery-caption,.screen-reader-text,.bypostauthor{font-style:normal}


.pxs-post-pagination {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
}

.pxs-post-pagination a {
    margin-left: 2px;
    background: #eee;
    padding: 2px 5px;
}
.post-password-required .comment-counter {
    display: none !important;
}


/**
 * 10.0 - Footer
 */

footer {
    text-align: center;
    padding: 20px 0;
}

.socials li {
    display: inline-block;
    margin: 0 8px;
}

.copyright {
    font-size: 14px;
    color: #181817;
    margin: 10px 0;
}

/* Footer Widget */
.footer-parts {
    width: 30%;
    float: left;
    padding: 15px 0 !important;
    margin-bottom: -10px;
    text-align: left;
}

.footer-part-2,
.footer-part-3 {
    margin-left: 5%;
}

footer a:hover {
    color: #ff2a2d !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

/**
 * 11.0 - Error-page
 */

.error-page {
    text-align: center;
    padding-top: 70px;
}

.error-page-wrapper {
    border-bottom: 0 !important;
}

.error-page h2 {
    font-size: 160px;
    font-weight: 400 !important;
    font-style: italic;
    color: #b6b6b6;
    margin: 60px 0 80px !important;
}

.error-page p {
    line-height: 25px;
    margin-bottom: 0;
}

.error-page form {
    width: 100%;
    max-width: 500px;
    display: inline-block;
    margin: 30px 0 60px;
}

.error-page .widget {
    border: none !important;
}

.image-page-title {
    margin-bottom: 30px;
    text-align: left;
}

/* Page-title */
.page-title-wrapper {
    text-align: center;
    margin: -18px 0 65px;
    border-bottom: 1px solid #efefef;
}

.page-title-wrapper p {
    font-size: 14px;
    margin-bottom: -20px;
    margin-top: 10px;
    font-family: "Lora", Arial, sans-serif;
    color: #b5b5b5;
}

.page-title-wrapper h3 {
    text-transform: uppercase;
    margin-bottom: 35px;
    font-family: "Karla", Arial, sans-serif !important;
}

/**
 * 12.0 - Post Like System
 */
.likes-counter{
    margin-left: -8px!important;
    position: relative;
}
a.liked,
a.liked:hover,
a.liked:active,
a.liked:focus {
    color: #ff2a2d!important;
}
a.liked .sl-count{
    color: #111;
}

/* Icon */
.sl-icon {
    margin-right: 0.3125em;
    font-family: 'Arial Unicode MS', Arial, sans-serif;
    vertical-align: middle;
}
.sl-icon svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
}
.sl-icon svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
}
.sl-count{
    margin: 0!important;
}
.sl-button{
    margin: 0!important;
    padding: 0!important;
}

/* Loader */
.sl-loader{
    position: absolute;
    right: -9px;
    top: -11px;
    height: 10px;
}
.loader,
.loader:before,
.loader:after {
    background: rgba(0, 0, 0, 0.2);
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: .2em;
    height: .6em;
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader:before {
    left: -.375em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader {
    left: 0;
    text-indent: -9999em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: .6em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:after {
    left: .375em;
}
@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0 rgba(0, 0, 0, 0.2);
        height: .6em;
    }
    40% {
        box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
        height: 1em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0 rgba(0, 0, 0, 0.2);
        height: .6em;
    }
    40% {
        box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
        height: 1em;
    }
}

/**
 * 13 - Glide-navigation
 */

.menu-tumbl{
    float: left;
    height: 50px;
    line-height: 50px;
    padding-right: 20px;
    margin-right: 10px;
    cursor: pointer;
    z-index: 9988;
    position: relative;
    z-index: 9998;
}
.header-menu-panel .menu-tumbl{
    display: none;
}



/* Glide-navigation */

.glide-navigation {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    text-align: center;
    background: #fff;

    -webkit-transform: translate(0, -120%);
    -moz-transform: translate(0, -120%);
    -o-transform: translate(0, -120%);
    -ms-transform: translate(0, -120%);
    transform: translate(0, -120%);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 0.35, 0.5, 1);
    -moz-transition: all 0.45s cubic-bezier(0.25, 0.35, 0.5, 1);
    -o-transition: all 0.45s cubic-bezier(0.25, 0.35, 0.5, 1);
    transition: all 0.45s cubic-bezier(0.25, 0.35, 0.5, 1);
}
.glide-navigation .sidebar-scroll {
    position: relative;
    width: 100%!important;
    height: 100%;
    display: flex;
}
.admin-bar .glide-navigation .sidebar-scroll{
    height: 93%;
}
.glide-navigation .navbar {
    padding: 40px 60px;
    text-align: center;
    width: 100%;
    z-index: 997;
    position: relative;
    margin: auto;
}

.admin-bar .glide-navigation{
    top: 30px;
    display: inline-block;
    vertical-align: middle;
}

.glide-nav-open .glide-navigation{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* Glide-close */

.close-glide-button {
    position: absolute;
    right: 0;
    z-index: 9998;
}
.close-glide-button a {
    width: 20px;
    height: 20px;
    background: url(../png/close.png);
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
    margin: 20px;
    z-index: 9998;
}

.close-glide-button:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

/* Glide-navigation */

.glide-navigation ul li a{ position: relative; }

.glide-navigation .menu-item-has-children i {
    display: inline-block;
    font-family: 'FontAwesome', sans-serif;
    content: "\f107";
    margin-left: 10px;
    left: auto;
    top: 14px;
    font-size: 19px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.glide-navigation .menu-item-has-children  li i{
    font-size: 14px;
    color: #7b7b7b;
}

.glide-navigation .navbar li {
    position: relative;
    text-align: center;

    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.glide-navigation .navbar li a{
    width: auto;
    display: inline-block;
}

.glide-navigation .navbar li ul {
    position: relative;
    display: none;
}

.glide-navigation .navbar li ul li a {
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    color: #7b7b7b;
}

.glide-navigation .navbar li a {
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0;
    font-size: 20px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.glide-navigation .navbar li.menu-item-has-children span {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    cursor: pointer;
}
.glide-navigation .navbar a span{
    width: 100%!important;
    line-height: 8px!important;
    position: relative!important;
}


.button, [role="button"] {
    border: 1px solid rgba(127, 205, 0, 1);
    border-radius: 4px;
    color: rgba(127, 205, 0, 1);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    -webkit-touch-callout: none;
}

