/*
-------------------------------------------------------------------
Theme Name: Hotsugar
Theme URI: http://hotsugar.themewaves.com
Description: Responsive Blog WordPress Theme
Author: ThemeWaves Team
Author URI: http://www.themeforest.net/user/themewaves
Version: 1.0.5
Text Domain: hotsugar
Domain Path: /languages
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: translation-ready, theme-options, sticky-post, post-formats, flexible-header, featured-images, custom-menu, four-columns, three-columns, two-columns, one-column
*/

/*------------------------------------------------------------------

[Table of contents]

1. Base / Typography / Body / Links forms
2. WordPress Core
3. Header
4. Menu SF / Menu Customize / Mega Menu / Mobile Menu
5. Page Title / Widgets
6. Footer / Footer Widget
7. Blog Single / Post Share / Social Icons / jp Player / Comments
8. Elements / Button / Label / Dropcaps
9. Error 404
10. Scroll Up Style / BG Video
11. Blog
        Thumb Hover
        Blog Styles
        Grid Blog
        Post Formats
        Pagination
        
-------------------------------------------------------------------*/


/* Theme Waves Theme Styling Start */

.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}

/* ------------ BASE ------------- */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
::selection {
    background: #fff;
    color: #000;
}
::-moz-selection {
    background: #ff1155;
    color: #ffffff;
}

/* Typography */

body{
    overflow-x: hidden;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
    background: #ffffff;
    font-family: FuturaLT-Light;
    background-color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #151515;
    font-family: Poppins, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: normal;
}
h1 a, h1 a:hover, h1 a:active,
h2 a, h2 a:hover, h2 a:active,
h3 a, h3 a:hover, h3 a:active,
h4 a, h4 a:hover, h4 a:active,
h5 a, h5 a:hover, h5 a:active,
h6 a, h6 a:hover, h6 a:active{
    font-weight: inherit;
    color: #fff;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 13px;
    color: #fff !important;
}
small {
    font-size: 80%;
}
hr {
    clear: both;
    margin: 10px 0 30px;
    height: 0;
    border: solid #ddd;
    border-width: 1px 0 0;
}
pre {
    overflow-x:auto;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    height: auto;
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
    font-family: Consolas, monospace;
}
q{
    display: block;
}
dt{
    font-weight: 700;
}
dl dd{
    margin-left: 15px;
    margin-bottom: 10px;
}

/* 02. Links and Form */
a{
    outline: 0;
    color: #fff !important;
    text-decoration: none;
    transition: color 0.2s ease-out;
}
a:hover,
a:focus {
    outline: 0;
    color: #151515;
    text-decoration: none;
}
p{
    margin: 0 0 20px;
}
embed, img {
    max-width: 100%;
    height: auto;
    border: none;
}    
iframe{
    width: 100%;
    max-width: 100%;
    border: none;
}
ul,
ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol,
ul { margin-left: 10px; }
ol { list-style: decimal; }
ul { list-style: square outside; }
ul li ul,
ol li ul,
ol li ul,
ol li ol { margin-bottom: 0; margin-left: 5px; }
ul li,ol li{ padding: 5px 0;}
form,
fieldset { margin-bottom: 20px; }
input,
input[type="tel"],
input[type="date"],
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    resize: none;
    display: block;
    margin: 0;
    margin-bottom: 20px;
    padding: 8px 15px 7px;    
    width: 230px;
    max-width: 100%;
    outline: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    background-color: #fff;
    color: #999;
    border: solid 1px #e6e6e6;
}
textarea { width: 100%; line-height: 1.4; padding: 15px;}
select {
    padding: 5px;
    width: 220px;
    height: 40px;
}
label,
legend {
    display: block;
    cursor: pointer;
}
label span,
legend span { font-weight: bold; }
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    border: 1px solid #151515;
    background: #151515;
    display: inline-block;
    padding: 10px 28px 8px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease-out;
    border-radius: 21px;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover{
    color: #fff;
    background-color: #1bff8b !important;
    border-color: #1bff8b !important;
}
textarea:focus,
input:focus{
    border-color: #151515;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 200, 170);
    background: rgba(0, 200, 170, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -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;
}
#return-to-top:hover {
    background: rgba(0, 200, 170, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


.wp-block-gallery {
    margin-bottom: 0;
}
.entry-date-grid {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
}
.author-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tw-social {
    position: absolute;
    top: 65px;
    right: 20px;
}
.tw-social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tw-social ul li {
    display: inline;
}

.entry-list {
    display: flex;
}

/* ------------ Table Styling --------------- */
table {
    border-collapse: collapse;
    border: 1px solid #e6e6e6;
    margin-bottom: 1.5em;
}
td, th {
    border-top: 1px solid #e6e6e6;
    vertical-align: top;
    padding: 12px 20px;
}
.widget table,
.widget td,
.widget th{
    border: none;
}
th {
    font-weight: bold;
}

/* ------------ WordPress Core ------------- */
.alignnone {
    margin: 5px 20px 10px 0;
}

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

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

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

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

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

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

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

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

.wp-caption {
    max-width: 100%; /* Image does not overflow the content area */
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    margin: 12px 0 25px;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #999;
}
.mejs-container{
    margin-bottom: 15px;
}

/* WP Default Gallery */

.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 -10px;
}
.gallery .gallery-row {
    display:block;
    clear: both;
    overflow: hidden;
    margin: 0;
}
.gallery .gallery-item {
    overflow: hidden;
    float: left;
    text-align: center;
    list-style: none;
    padding: 0;
    background: #fff;
    padding: 10px;
    margin: 0;
}
.gallery .gallery-item .gallery-icon {
    background: #f5f5f5;
}
.gallery .gallery-item a {
    display: block;
    position: relative;
}
.gallery .gallery-item a:hover .image-overlay {
    opacity: 0.3;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
    margin: 0;
}
.gallery-caption {
    margin: 0;
    padding: 5px;
    background: #ebebeb;
    font-style: italic;
    font-family: arial;
}
.gallery.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
    width: 33.3%;
}
.gallery.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
    width: 16.6%;
}


/* calendar widget */
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; font-size: 12px; margin-top: 10px; }
#wp-calendar thead { font-size: 11px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar thead th, #wp-calendar tbody td { text-align: center; padding:6px;}
#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: 10px; text-transform: uppercase; padding-top: 10px; }

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.bypostauthor {}


/* ------------------ GLOBAL CLASS ------------------------ */

/* Waves Middle */
.tw-middle:before{content: '';height: 100%;min-height: 100%;display: inline-block;vertical-align: middle;}
.tw-middle>*{vertical-align: middle;display: inline-block;}

/* ------------- Logo ---------------- */

.tw-logo{
    text-align: center;
    padding: 30px 0 0 0;
    display: flex;
    flex-direction: column;
}
.tw-logo .logo {
    position: absolute;
    left: 3%;
    transform: translateY(-50%);
    top: 50%;
    z-index: 100;
}
.wp-block-image figcaption {
    color: #fff !important;
}
h1.site-name{
    line-height: 1;
    margin-bottom: 0;
    font-size: 73px;
    font-family: FuturaLT-Light;
    text-transform: uppercase;
    transform: translateY(17px);
}
h3.site-name{
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 17px;
    font-family: FuturaLT-Light;
    font-weight: lighter;
    text-transform: uppercase;
    transform: translateY(17px);
}
h1.site-name a {
    color: #000;
}
h1.site-name a:hover {
    color: #50FAA8 !important;
}
.content-area a {
    color: #50FAA8 !important;
}
.content-area a:hover {
    color: #fff !important;
}
.logo-point{
    color: #ff1155;
}
.tw-menu + .tw-logo{
    display: none;
    padding: 0;
}

.tw-logo .logo {
    width: 90px;
    height: 90px;
}

.logo-img-hover, .logo-img-click, .logo-img {
    width: 100%;
}
.logo:hover > .logo-img {
    display: none;
}
.logo:hover > .logo-img-hover {
    display: block;
}
.logo:active > .logo-img {
    display: none;
}
.logo:active > .logo-img-hover {
    display: none;
}
.logo:active > .logo-img-click {
    display: block;
}
.logo-img-hover, .logo-img-click{
    display: none;
}


/* ------------ Menu SF Essentials ------------- */

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li{
    display: block;
    position: relative;
}
.sf-menu ul{
    font-size: 10px;
    color: #fff;
    padding: 10px 0;
    position: absolute;
    background: rgba(21,21,21,.98);
    min-width: 180px;
    top: 100%;
    left: 0;
    text-align: left;
    z-index: 99;
    display: none;
}
.sf-menu > .menu-item-has-children:before{
    position: absolute;
    bottom: -7px;
    opacity: 0;
    left: 9px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent rgba(21,21,21,.98) transparent;

}
.sf-menu > li:hover:before{
    opacity: 1;
    bottom: 0;
    transition: all 0.15s ease;
    transition-delay: 0.25s;
}
.sf-menu > li{
    display: inline-block;
    padding: 0 15px;    
}
.sf-menu > li > a{
    display: block;
    line-height: 50px;
}
.sf-menu > li:hover > a{
    color: #ff1155;
}
.sf-menu a{
    color: inherit;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul{
    z-index: 9999;
    display: block;    
}
.sf-menu ul ul{
    top: -10px;
    left: 100% !important;
}
.page_item > ul.children li > a,
.sub-menu li > a{
    display: block;
    padding: 10px 22px 8px;
    transition: all 0.4s ease-out;
}
.widget .sub-menu li > a{
    padding: 0;
    padding-left: 20px;
}
.widget .sub-menu li:first-child > a{
    padding-top: 10px;
}
.widget .sub-menu li:last-child{
    padding-bottom: 0;
}
.widget .sub-menu li ul li a{
    padding: 0;
    padding-left: 40px;
}
.sidebar-area .sub-menu li > a{
    padding: 0;
    padding-left: 20px; 
    padding-top: 5px;
    padding-bottom: 5px;
}
.sidebar-area .sub-menu li ul li a{
    padding: 0;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tw-menu .page_item > ul.children li > a:hover,
.tw-menu .sub-menu li > a:hover{
    background: #ff1155;
}
/* Menu Arrow Class */
.sf-menu > .menu-item-has-children > a{
    padding-right: 9px;
}
.sf-mobile-menu .menu-item-has-children>.before,
.sf-menu .menu-item-has-children:after{
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -6px;
    content: "\f3d0";
    font-family: 'Ionicons';
    font-size: 12px;
    line-height: 1;
    color: #999;
}
.sf-menu .sub-menu .menu-item-has-children:after{
    content: "\f3d1";
    color: #fff;
    right: 20px;
    font-size: 10px;
    opacity: 0.5;
    margin-top: -5px;
}
.sf-mobile-menu .menu-item-has-children>.before:before{
    content: "\f3d1";
}
.sf-mobile-menu .menu-item-has-children>.before{
    top: 17px;
    right: 0;
    cursor: pointer;
    font-style: normal;
    z-index: 1;
    padding: 0 5px;
}
.sf-mobile-menu .sub-menu .menu-item-has-children>.before{
    top: 15px;
}
.sf-mobile-menu .menu-item-has-children.menu-open>.before:before{
    content: "\f3d0";
}
/* Tw Menu */
.header-area{
    position: relative;
    background-color: #000 !important;
}
.header-area .logo-container {
    width: 100%;
}
.transparent-header .header-area{
    position: absolute;
    width: 100%;
    z-index: 2;
}
.transparent-header .tw-header-meta i,
.transparent-header .tw-menu .sf-menu,
.transparent-header h1.site-name{
    color: #fff;
}
.transparent-header .nav-icon span{
    background: #fff;
}
.transparent-header .tw-menu-container{
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.tw-menu-container{
    position: absolute;
    height: 50px;
    width: 100%;
    left: 0;
    z-index: 9;
}
.tw-menu-container > .container {
    display: flex;
    align-items: center;
    
    height: 100%;
}
.tw-menu-container > .container:before,
.tw-menu-container > .container:after{
    display: none;
}
.header-small .tw-menu-container{
    position: fixed;
    top: 0;
    background-color: #000 !important;
    border-bottom: 1px solid rgba(0,0,0,.1);
    z-index: 101;
}
.admin-bar.header-small .tw-menu-container{
    top: 32px;
}
.busca-ic {
    right: 65px;
    position: absolute;
    bottom: 13px;
}
.menu-ic {
    right: 20px;
    position: absolute;
}
@media screen and (max-width: 782px){
    .admin-bar.header-small .tw-menu-container{
        top: 46px;
    }
}
.tw-menu .sf-menu{
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: 600;
    color: #151515;
}
.header-clone{
    height: 50px;
    width: 100%;
}

/* ------------ mobile menu --------------- */
.mobile-menu-icon{
    cursor: pointer;
    float: left;
    padding: 10px;
    height: 36px;
    margin-top: 7px;
    display: none;
}
.mobile-menu-icon span, .mobile-menu-icon span:before, .mobile-menu-icon span:after {
    position: relative;
    top: 4px;
    width: 14px;
    height: 1px;
    background: #696969;
    display: block;
    margin-bottom: -1px;
    content: '';
}
.mobile-menu-icon span:before,
.mobile-menu-icon.active span:before, .mobile-menu-icon.active span:after{
    top: 4px;
}
.mobile-menu-icon span:after {
    top: 8px;
}
.mobile-menu-icon span, .mobile-menu-icon span:before, .mobile-menu-icon span:after {
    transition: all 200ms ease-in-out;
}
.mobile-menu-icon.active span {
    background-color: transparent;
}
.mobile-menu-icon.active span:before {
    transform: rotate(45deg);
}
.mobile-menu-icon.active span:after {
    transform: rotate(-45deg);
}
.tw-mobile-menu nav ul{margin: 0 auto;padding: 0;list-style: none;}
.tw-mobile-menu nav ul.sub-menu{display: none; padding-left: 10px; padding-top: 8px;}
.tw-mobile-menu nav ul.sub-menu ul.sub-menu{padding-bottom: 6px; padding-top: 6px;}
.tw-mobile-menu nav ul li{
    position: relative;
}
.tw-mobile-menu nav > ul > li.page_item_has_children > a:after{
    content: '\f123';
    font-family: 'Ionicons';
    position: absolute;
    top: 8px;
    right: 0;
}
.tw-mobile-menu nav ul li ul li,
.tw-mobile-menu .widget ul li{
    border-bottom: 0;
}
.tw-mobile-menu nav ul li a{
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 0;
    text-transform: uppercase;
    transition: all 0.4s ease-out;
    line-height: 1;
}
.tw-mobile-menu nav ul .children li,
.tw-mobile-menu nav ul .sub-menu li{
    padding: 0;
}
.tw-mobile-menu nav ul li.menu-open > a,
.tw-mobile-menu nav ul li a:hover,
.tw-mobile-menu .page_item > ul.children li > a:hover,
.tw-mobile-menu .sub-menu li > a:hover,
.tw-mobile-menu nav > ul > li.page_item_has_children > a:hover:after{
    color: #ff1155;
}
.tw-mobile-menu .page_item > ul.children li > a:hover,
.tw-mobile-menu .sub-menu li > a:hover{
    opacity: 1;
}
.tw-mobile-menu .page_item > ul.children li > a,
.tw-mobile-menu .sub-menu li > a{
    color: #fff;
    font-size: 10px;
    padding: 10px 0;
    font-weight: 600;
    line-height: 1;
    opacity: .6;
}
.tw-mobile-menu{
    right: -390px;
    overflow: auto;
    background-color: #151515;
    padding: 0;
    position: fixed;
    height: 100%;
    z-index: 99999;
    transition: right 0.4s ease;
}
.tw-mobile-menu.active{
    right: 0;
}
.tw-mobile-menu>i{
}
.tw-mobile-menu aside.widget,
.tw-mobile-menu .nav{
    margin-top: 45px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #333;
    width: 300px;
    display: flex;
    flex-direction: column;
    text-align: center;
    text-align: center;
    font-size: 40px;
}
.tw-mobile-menu .nav li a:hover{
    color: #50FAA8 !important;
}
.tw-mobile-menu nav{
    padding-bottom: 37px;
}
.tw-mobile-menu aside.widget:last-child{
    border-bottom: 0;
}
.tw-mobile-menu aside.widget ul li{
    margin-bottom: 0;
}
.tw-mobile-menu .widget ul li a,
.tw-mobile-menu .widget a{
    color: #ccc;
}
.tw-mobile-menu .tw-logo{
    position: static;
    left: 0;
    padding: 15px 40px;
    margin: 0;
    border-bottom: 1px solid #333;
    width: 100%;
}
.tw-mobile-menu .tw-logo a,
.tw-mobile-menu .tw-logo h1.site-name{
    display: inline-block;
    max-width: 220px;
    color: #fff;
    font-size: 30px;
    text-align: left;
}
.tw-mobile-menu .widget_mc4wp_form_widget label{
    margin-bottom: 24px;
}
body.admin-bar .blog-single-nav.active{
    top: 32px;
}
.blog-section{
    margin-bottom: 90px;
}
#scroll-bar{
    position: absolute;
    height: 2px;
    background-color: #ff1155;
    bottom: -1px;
}
/* Search Menu */
.tw-search-icon{
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.tw-search-icon:before, .tw-search-icon:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;   
    box-sizing: border-box;
    border: 2px solid #333;
}
.tw-search-icon:hover:before,.tw-search-icon:hover:after{
    border-color: #50FAA8 !important;
}
.transparent-header .tw-search-icon:before,.transparent-header .tw-search-icon:after{
    border-color: #fff;
}
.tw-search-icon:before{
    width: 75%;
    height: 75%;
    border-color: #ffffff !important;
    border-radius: 50%;
    border-width: 2px;
    transform: rotate(45deg);
    transition: all .3s, background-color .0s linear .0s;
}
.tw-search-icon.active:before{
    width: 0;
    height: 100%;
    border-radius: 0;
    border-width: 1px;
    left: 6px;
    background-color: #333;
    transition: all .3s, background-color .0s linear .3s;
    transform: translateX(7px) rotate(45deg);
}

.tw-search-icon:after{
    border-width: 1px;
    border-color: #ffffff !important;
    width: 0;
    height: 35%;
    left: 75%;
    top: 75%;
    margin-left: 0;
    margin-top: 0;
    background-color: #333;
    transform: translate(-50%, -50%) rotate(-45deg) ;
    transition: all .3s;
}
.tw-search-icon.active:after{
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg) ;
}
.tw-search-menu{
    top: 0;
    right: 0;
    background-color: #fff;
    position: fixed;
    height: 100%;
    width: 420px;
    z-index: 99999;

    -webkit-transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    transform: translate(100%,0);

    -webkit-transition: -webkit-transform 1.5s ease-out,transform 1.5s ease-out;
    -moz-transition: -webkit-transform 1.5s ease-out,transform 1.5s ease-out;
    -o-transition: -webkit-transform 1.5s ease-out,transform 1.5s ease-out;
    transition: -webkit-transform 1.5s ease-out,transform 1.5s ease-out;

    transition: all 0.4s ease;
}
.admin-bar .tw-search-menu{
    top: 32px;
    height: calc(100% - 32px);
}
.tw-search-menu form.searchform{
    top: 0;
    max-width: 480px;
    background: #000;
}
.tw-search-result-inner,
.tw-search-result{
    height: 100%;
    background-color: #000;
}
.tw-search-result-inner{
    padding: 40px;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 50px);
}
.tw-search-result .list-blog article.post{
    display: block;
}
.tw-search-result .list-blog .entry-media + .entry-post{
    padding-left: 0;
}
.tw-search-result .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.tw-search-result .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.tw-search-result .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.tw-search-result .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: #444;
}
.tw-search-menu form.searchform input{
    background: none;
    border: none;
    font-size: 14px;
    padding: 13px 60px 15px 40px;
}
.tw-search-menu form.searchform input:active,
.tw-search-menu form.searchform input:focus{
    color: #fff;
}
.tw-search-menu form.searchform .button-search{
    border-left: none;  
    font-size: 20px;
    right: 4px;
}
.tw-search-menu.active{
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.tw-mobile-menu .nav-icon-container,
.tw-search-menu .nav-icon-container{
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.tw-mobile-menu .nav-icon span,
.tw-search-menu .nav-icon span{
    background: #999;
}
.tw-search-menu .nav-icon-container{
    right: 50%;
    padding: 20px;
    top: 51%;
    margin: -60px auto 0;
    margin-right: -300px;
}
.tw-mdl-overlay-close{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(21,21,21,.5);
    transition: opacity 0.3s ease;
}
.modal-opened .tw-mdl-overlay-close{
    opacity: 1;
    visibility: visible;
}

/* Header 2 */
.tw-menu + .tw-logo,
.header-2 .tw-logo{
    padding: 5px 0 0;
}
.tw-menu + .tw-logo h1.site-name,
.header-2 h1.site-name{
    font-size: 30px;
}
.tw-menu + .tw-logo img,
.header-2 .tw-logo img{
    max-height: 50px;
}

/* Theme Boxed Layout Style*/
body.theme-boxed{
    background-color: #e6e6e6;
}
.theme-boxed .theme-layout{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1020px;
    max-width: 100%;
    background-color: #fff;
}
.theme-boxed .blog-single-nav,
.theme-boxed #scroll-bar,
.theme-boxed.header-small .tw-menu-container{
    max-width: 100%;
    width: 1020px;
    left: auto;
}
.theme-boxed .bottom-area,
.theme-boxed .footer-area{
    margin-left: auto;
    margin-right: auto;
    width: 1020px;
    max-width: 100%;
}


/* Main Container */
.hotsugar-container{
    padding-top: 40px;
    padding-bottom: 40px;
    width: 950px;
}
.container-contato {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.container-contato .title-area {
    position: relative;
    height: 610px;
    padding: 0 55px;
}
.container-contato .row .content-area .page .title-area .page-title {
    color: #fff;
    font-family: FuturaLT-Light;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 90px;
    line-height: 1.2em;
    text-align: left;
    z-index: 100;
    font-weight: bolder;
}
.container-contato .row .content-area .page .title-area .page-title .barra {
    position: relative;
    top: -15px;
}
.container-contato .wp-block-columns {
    padding-left: 55px;
}
.container-contato h1 {
    font-family: FuturaLT-Light;
    color: #fff;
    font-size: 55px;
    padding-top: 15px;
    position: relative;
    margin-top: 30px;
}
.container-contato h1:before {
    content: '';
    height: 8px;
    width: 150px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.container-contato p {
    font-family: FuturaLT-Light;
    color: #fff;
    font-size: 16px;
}
.container-contato .row .content-area .page .title-area .entry-media {
    position: absolute;
    top: 0;
}
.container-contato .wp-block-column h1,
.container-contato .wp-block-column p {
    margin-left: 55px;
    margin-right: 55px;
}
.white-column {
    background-color: #fff;
    padding: 1px 95px 0 40px;
}
.white-column h1 {
    color: #000;
    font-family: FuturaLT-Light;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.white-column h1:before {
    content: '';
    background-color: #000;
}
.white-column p {
    color: #000;
    font-family: FuturaLT-Light;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.white-column form input, .white-column form textarea {
    border-color: #000;
    border-width: 2px;
}

.header-area + .hotsugar-container:before{
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    left: 0;
    background-color: #e6e6e6;
    margin-top: -40px;
}
.sidebar-area.col-md-4 .sidebar-inner{
    padding-left: 20px;
}
.sidebar-area.col-md-4:first-child .sidebar-inner{
    padding-right: 20px;
    padding-left: 0;
}
.autor-title {
    height: 150px !important;
}
.autor-title h1 {
    left: 50%;
}

/* --------------------- Slider Area --------------------- */
.tw-slider-container{
    overflow: hidden;
}
.tw-slider{
    position: relative;
}
.transparent-header .tw-slider:empty{
    height: 300px;
}
.tw-slider:empty{
    border-top: 1px solid rgba(0,0,0,.1);
}
.tw-slider .owl-carousel{
    display: block;
}
.tw-slider .owl-carousel:not(.owl-loaded) .slider-item:not(:first-child){
    display: none;
}
.tw-slider .slider-item{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 610px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    background-color: #151515;
}
.tw-slider .slider-item div {
    position: absolute;
    width: 100%;
    height: 125px;
    left: 0;
    z-index: 100;
}
.tw-slider .slider-item div h1 {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 35px;
    font-size: 45px;
    font-family: FuturaLT-Light;
}
.tw-slider .slider-item div h1 a:hover {
    color: #50FAA8 !important;
}
.tw-slider .slider-item div h2 {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 35px;
    color: #00c8aa;
    font-family: FuturaLT-Light;
}
.tw-slider .slider-item video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.tw-slider .slider-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.transparent-header .header-2 + .tw-slider-container .slider-item{
    padding-top: 60px;
}
.transparent-header .tw-slider .slider-item{
    padding-top: 225px;
    height: 725px;
}
.tw-slider .slider-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
    opacity: 0.75;
    transition: opacity 0.3s ease;
}
.owl-item.active .slider-item:hover .slider-img{
    opacity: 0.5;
}
.tw-slider .slider-item .slider-content {
    max-width: 390px;
    z-index: 2;
    margin-top: 27px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.3s ease;
}
.tw-slider .tw-meta a{
    color: #fff;
}
.tw-slider .entry-cats a{
    color: #fff;
    border-color: #fff;
    display: inline-block;
    margin-bottom: 4px;
    padding-bottom: 3px;
}
.tw-slider .entry-title{
    color: #fff;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
}
.tw-slider .owl-nav i{
    position: absolute;
    top: 50%;
    left: 20px;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    background-color: rgba(21,21,21,.15);
    color: #fff;
    z-index: 1;
    transition: all 0.3s ease-out;
    opacity: 0;
    cursor: pointer;
}
.tw-slider .owl-prev i:hover:before {
    animation: toLeftFromRight 0.3s forwards;
}
.tw-slider .owl-next i:hover:before {
    animation: toRightFromLeft 0.3s forwards;
}
@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%);
    }
    50% {
        opacity: 0;
        transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

.tw-slider .owl-nav i:hover{
    background-color: #ff1155;
}
.tw-slider .owl-nav .owl-next i{
    left: auto;
    right: 20px;
}
.tw-slider:hover .owl-nav .owl-prev i{
    opacity: 1;
    left: 0;
}
.tw-slider:hover .owl-nav .owl-next i{
    opacity: 1;
    right: 0;
}
.tw-slider .owl-carousel .owl-stage-outer{
    overflow: visible;
}
.tw-slider .owl-item.active .slider-item .slider-content{
    opacity: 1;
}
.tw-slider.slider2 .owl-item:not(.active) .slider-item{
    background-color: #fff;
}
.tw-slider.slider2 .owl-item:not(.active) .slider-img{
    opacity: 0.15;
}
.tw-slider.slider3 .entry-title{
    font-size: 30px;
}
.tw-slider.slider3 .slider-item .slider-content{
    max-width: 290px;
}

.video_cat{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feature-area{
    border-top: 1px solid rgba(0,0,0,.1);
}
.feature-area div.feature-title{
    background-color: #f5f5f5;
    text-align: center;
    line-height: 0;
    height: 540px;
    position: relative;
}
.feature-title h1{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 8px;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.feature-title img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.feature-area .tw-author{
    margin-bottom: 0;
    margin-top: 60px;
}

/* ------------------ Content Row ----------------- */
.content-row{
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.tw-element-title{
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 35px;
}
.tw-blog:not(:last-child){
    margin-bottom: 40px; 
    border-bottom: 1px solid;
    border-color: rgba(51,51,51,0.75);
}
.tw-blog.masonry-blog{
    margin-bottom: 30px; 
    border-bottom: 0;
}
.tw-blog.masonry-blog + .tw-pagination{
    margin-bottom: 20px;
}

/* ----------------------- Blog -------------------- */
.tw-blog article{
    margin-bottom: 60px;
    border: 1px solid;
    border-color: rgba(51,51,51,0.75);
}
.post-512{
    padding: 70px;
}
.tw-blog.no-border,
.tw-blog.no-border article:last-child{
    margin-bottom: 20px;
    border-bottom: 0;
}
.tw-blog article:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}
.simple-blog .entry-content{
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}
/* Sticky */
.sticky .entry-post{
    padding: 40px;
    background-color: #fafafa;
}
.entry-title{
    text-align: left;
    font-size: 35px;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin-bottom: 17px;
    color: #fff;
    font-family: FuturaLT-Light;
}
.entry-title a:hover{
    color: #ff1155;
}
.entry-cats{
    text-align: center;
    line-height: 1;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 9px;
    color: #151515;
}
.entry-cats:empty{
    display: none;
}
.entry-cats a{
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 10px;
    color: inherit;
    border-bottom: 2px solid #ff1155;
}
.entry-cats > span:last-child{
    display: none;
}
.entry-date{
    text-align: left;
    margin-bottom: 27px;
    line-height: 1.2;
}
.entry-author {
    position: relative;
}
.entry-author svg {
    fill-rule: evenodd;
    fill: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-68%);
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -35px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 8px;
    left: -33px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.entry-author a{
    color: #fff !important;
}
.entry-author a:hover{
    color: #151515;
}
.tw-meta{
    color: #fff !important;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.tw-meta a{
    color: inherit;
}
.page-content > p a,
.entry-content > p:not(.more-link) a{
    color: #151515;
    text-decoration: underline;
}
.page-content > p a:hover,
.entry-content > p:not(.more-link) a:hover{
    color: #999;
    text-decoration: none;
}
.entry-content p {
    font-family: FuturaLT-Light;
    font-size: 18px;
}
.wp-block-quote p {
    font-family: FuturaLT-Light;
    font-size: 22px;
}
.entry-content p:last-child:not(.wp-caption-text){
    margin-bottom: 0;
    
}
.entry-content p.more-link{
    text-align: center;
    margin-top: 23px;
}
.entry-content p.more-link:first-child{
    margin-top: 0;
}
.tw-pagination a,
.tw-pagination span.current,
.entry-content .more-link a{
    position: relative;
    color: #666;
    border: 1px solid #d9d9d9;
    display: inline-block;
    padding: 6px 25px 4px;
    transition: background 0.4s, border 0.4s ease-out;
    border-radius: 21px;
}
.tw-pagination a:hover,
.tw-pagination span.current,
.entry-content .more-link a:hover{
    color: #fff;
    background: #50FAA8 !important;
    border-color: #50FAA8 !important;
}
article .tw-contact > div{
    position: relative;
    padding-left: 37px;
    margin-bottom: 30px;
}
.tw-contact i{
    font-size: 20px;
    position: absolute;
    left: 10px;
    line-height: 1;
    margin-top: 2px;
    color: #ff1155
}

/* Button Hover Effect */
.tw-hover a span{
    position: relative;
    left: 0px;
    transition: all 0.2s ease-out;
}
.tw-hover a:hover span{
    left: -6px;
}
.tw-hover a i{
    font-size: 12px;
    line-height: 18px;
    width: 18px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -7px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: all 0.2s ease-out;
}
.tw-hover a:hover i{
    opacity: 1!important;
    -ms-filter: "alpha(opacity=100)";
    right: 10px;
}
.tw-hover .older a:hover i{
    right: 6px;
}
.tw-hover .newer a span{
    left: auto;
    right: 0;
}
.tw-hover .newer a:hover span{
    right: -6px;
}
.tw-hover .newer a i{
    right: auto;
    left: 22px;
}
.tw-hover .newer a:hover i{
    left: 15px;
}

.entry-media{
    
    position: relative;
    line-height: 0;
    text-align: center;
}
.entry-media>.tw-thumbnail{
    max-width: 100%;
}
.entry-media > a{
    width: 100%;
    height: 100%;
}
.entry-media > a.parallax-img{
    background-size: cover;
    background-repeat: no-repeat;
}
.entry-media > a.parallax-img > *{
    visibility: hidden;
}
.image-overlay,
.image-overlay a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-overlay{
    background: #000;
    opacity: 0.5;
    transition: all 0.4s ease-out;
}
.image-overlay:hover{
    opacity: 0.5;
}
.entry-share{
    margin-top: 30px;
}
.tw-format-modal .entry-share{
    margin: 0;
    display: flex;
    align-items: center;
}
.entry-share > a{
    display: inline-block;
}
.entry-share span{
    font-size: 10px;
    color: #999;
    margin-left: 5px;
    margin-right: 15px;
    text-transform: uppercase;
    transition: color 0.4s ease-out;
}
.entry-share > a:hover span{
    color: #151515;
}
.entry-share .comment-count span{
    margin-right: 0;
}
.entry-share .comment-count{
    float: right;
}
.bottom-area .sociallinkswidget{
    text-align: left;
}
.sociallinkswidget{
    text-align: center;
}
.tw-social-icon i,
.entry-share i{
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    background: #ccc;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    transition: all 0.4s ease-out;
    border-radius: 50%;
}
.tw-social-icon.social-dark i,
.entry-share.dark i{
    background-color: #333;
    color: #999;
}
.tw-social-icon a:hover i{
    color: #fff;
}
.tw-social-icon a:last-child i,
.entry-share li:last-child i{
    margin-right: 0px;
}
.entry-share > .share{
    display: inline-block;
    position: relative;
}
.entry-share .share-socials{
    position: absolute;
    width: 120px;
    left: 40px;
    top: 0;
    visibility: hidden;
}
.entry-share .share > span{
    margin-right: 0;
}
.entry-share .share-socials a{
    opacity: 0;
    -moz-transform-origin: center 50%;
    -ms-transform-origin: center 50%;
    -webkit-transform-origin: center 50%;
    transform-origin: center 50%;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}
.entry-share > .share:hover .share-socials a {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: all 0.2s linear;
}
.entry-share > .share:hover .share-socials a:nth-child(1) {
    transition-delay: 0.02s;
}
.entry-share > .share:hover .share-socials a:nth-child(2) {
    transition-delay: 0.1s;
}
.entry-share > .share:hover .share-socials a:nth-child(3) {
    transition-delay: 0.15s;
}
.entry-share > .share:hover > span{
    opacity: 0;
}
.entry-share > .share:hover .share-socials{
    visibility: visible;
}

.entry-share > .share:hover > i,
.entry-share .active a i,
.entry-share a:hover i{
    background: #151515;
    border-color: #151515;
    color: #fff;
}
.entry-share .active a i.ion-social-facebook,
.entry-share a:hover i.ion-social-facebook,
.tw-social-icon a:hover i.ion-social-facebook{
    background: #39579a;
    border-color: #39579a;
}
.entry-share .active a i.ion-social-twitter,
.entry-share a:hover i.ion-social-twitter,
.tw-social-icon a:hover i.ion-social-twitter{
    background: #01acee;
    border-color: #01acee;
}
.entry-share .active a i.ion-social-pinterest,
.entry-share a:hover i.ion-social-pinterest,
.tw-social-icon a:hover i.ion-social-pinterest{
    background: #ce2225;
    border-color: #ce2225;
}
.entry-share .active a i.ion-social-linkedin,
.entry-share a:hover i.ion-social-linkedin,
.tw-social-icon a:hover i.ion-social-linkedin{
    background: #0077b5;
    border-color: #0077b5;
}
.entry-share .active a i.ion-social-googleplus,
.entry-share a:hover i.ion-social-googleplus,
.tw-social-icon a:hover i.ion-social-googleplus{
    background: #f9402c;
    border-color: #f9402c;
}
.entry-share .active a i.ion-social-instagram,
.entry-share a:hover i.ion-social-instagram,
.tw-social-icon a:hover i.ion-social-instagram{
    background: #245a84;
    border-color: #245a84;
}
.entry-share .active a i.ion-social-youtube,
.entry-share a:hover i.ion-social-youtube,
.tw-social-icon a:hover i.ion-social-youtube{
    background: #cc1212;
    border-color: #cc1212;
}
.entry-share .active a i.ion-social-android,
.entry-share a:hover i.ion-social-android,
.tw-social-icon a:hover i.ion-social-android{
    background: #689f38;
    border-color: #689f38;
}
.entry-share .active a i.ion-social-apple,
.entry-share a:hover i.ion-social-apple,
.tw-social-icon a:hover i.ion-social-apple{
    background: #000;
    border-color: #000;
}
.entry-share .active a i.ion-social-windows,
.entry-share a:hover i.ion-social-windows,
.tw-social-icon a.ion-social-windows:hover{
    background: #000;
    border-color: #000;
}


.grid-post-info {
    border-width: 1px;
    border-top-style: solid;
    margin: 0 10px;
}
.list-post-info {
    border-width: 1px;
    border-top-style: solid;
    margin-top: 15px;
    padding-top: 10px;
}
.list-post-info h3 {
    font-size: 10px;
    color: #fff;
    font-weight: normal;
}
/* Grid Blog */
.grid-blog{
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.grid-colunas-title {
    width: 95%;
    height: auto;
    position: absolute;
    bottom: 0;
    display: block;
}
.masonry-blog article,
.grid-blog article{
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
.masonry-blog .entry-date:last-child{
    margin-top: -5px;
}
.grid-blog .entry-date:last-child{
    text-align: left;
    margin-top: -5px;
}
.masonry-blog .entry-title,
.grid-blog .entry-title{
    font-size: 20px;
    line-height: 1.2;
    margin: 10px;
    position: relative;
    bottom: 0;
}
.masonry-blog .entry-title,
.grid-blog h3 {
    font-size: 10px;
    font-weight: normal;
    color: #fff;
}
.grid-blog .entry-content p.more-link{
    margin-bottom: 30px;
}
.blog-divider{
    border-bottom: 1px solid #e6e6e6;
    clear: left;
    margin: 0 10px 40px;
    padding-top: 10px;
}
.tw-blog.no-border .blog-divider{
    border-bottom: 0;
    padding-top: 0;
    margin:  0 0 20px;
}
.blog-divider:last-child{
    display: none;
}

/* List Blog */
.list-blog article.post{
    display: flex;
}
.list-blog.right-thumb article{
    flex-direction: row-reverse;
}
.format-video .entry-media{
    max-width: 100% !important;
}
.list-blog .entry-media{
    margin-bottom: 0;
    max-width: 460px;
    flex: 1;
}
.list-blog .entry-post{
    flex: 1;
    max-width: 100%;
}
.list-blog .entry-media + .entry-post{
    padding-top: 15px;
    padding-left: 30px;
}
.list-blog.right-thumb .entry-media + .entry-post{
    padding-left: 0;
    padding-right: 30px;
}
.list-blog .entry-title,
.list-blog .entry-cats,
.list-blog .entry-date{
    text-align: left;
}
.list-blog:not(.list-blog-large) .entry-title{
    margin-bottom: 10px;
    font-size: 20px;
}
.list-blog:not(.list-blog-large) .entry-date{
    margin-bottom: 0;
}
.list-blog-large .entry-date{
    margin-bottom: 22px;
}
.list-blog .entry-content p{
    margin-bottom: 15px;
}
.list-blog-large .entry-share .comment-count{
    float: none;
    margin-right: 30px;
}

.tw-thumbnail{
    position: relative;
    overflow: hidden;
    display: contents;
}
.grid-blog .tw-thumbnail img {
    height: 380px;
    object-fit: cover;
}
.tw-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: all 0.15s ease-out; 
}
.tw-thumbnail:hover img{
    /*-webkit-transform: scale(1.02);*/
    /*-moz-transform: scale(1.02);*/
    /*-ms-transform: scale(1.02);*/
    /*-o-transform: scale(1.02);*/
    /*transform: scale(1.02);*/
}
.tw-thumbnail .video-format-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    color: #000;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    z-index: 1;
    margin-left: -17.5px;
    margin-top: -17.5px;
}
.video-format-icon:hover + .image-overlay{
    opacity: 0.3;
}
/* -------------- Blog Pagination -------------- */
.tw-pagination .older{
    float: right;
}
.tw-pagination .newer{
    float: left;
}
.tw-pagination.tw-infinite-scroll .older{
    float: none;
}
.tw-infinite-scroll{
    text-align: center;
}
.tw-infinite-scroll span.loading,
.tw-infinite-scroll[data-has-next="false"]>.next{
    display: none;
    background: none;
}
.tw-infinite-scroll[data-has-next="false"]{
    display: none;
}
.tw-pagination ul.page-numbers{
    list-style: none;
    padding: 0 150px;
    margin: 0;
    position: relative;
    text-align: center;
}
.tw-pagination ul.page-numbers li{
    display: inline-block;
    padding: 0 3px;
}
.tw-pagination ul.page-numbers span.current,
.tw-pagination ul.page-numbers a{
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}
.tw-pagination ul.page-numbers a.prev,
.tw-pagination ul.page-numbers a.next{
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    padding: 0 28px;
}
.tw-pagination ul.page-numbers a.next{
    left: auto;
    right: 0;
}

/* --------------- Single Post ----------------- */
.blog-single-nav{
    position: fixed;
    left: 0;
    top: -60px;
    background: #151515;
    width: 100%;
    z-index: 10;
    height: 60px;
    max-height: 60px;
    transition: all .2s ease;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.blog-single-nav .entry-share{
    margin: 0;
    display: flex;
    align-items: center;
    float: right;
    max-height: 60px;
    height: 60px;
}
.blog-single-nav .entry-share a:hover i{
    color: #fff;
}
.blog-single-nav .entry-share .total-shares,
.tw-format-modal-header .entry-share .total-shares{
    display: inline-block;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin-right: 20px;
}
.tw-format-modal-header .entry-share .total-shares{
    color: #000;
}
.blog-single-nav .entry-share .total-shares em,
.tw-format-modal-header .entry-share .total-shares em{
    font-size: 16px;
    font-style: normal;
    font-weight: 600
}
.blog-single-nav .entry-share .total-shares div,
.tw-format-modal-header .entry-share .total-shares div{
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #999;
    margin-top: 2px;
}
.blog-single-nav > .container > div:first-child{
    float: left;
    max-height: 60px;
    height: 60px;
    display: flex;
    align-items: center;
}
.blog-single-nav.active{
    top: 0;
}
.blog-single-nav .site-name{
    font-size: 30px;
    color: #fff;
}
.blog-single-nav h2{
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.blog-single-nav .tw-logo{
    display: inline-block;
    padding: 0;
    position: relative;
    margin-right: 30px;
}
.blog-single-nav .tw-logo img{
    max-height: 60px;
}
.blog-single-nav h2:before{
    content: '';
    position: absolute;
    left: -15px;
    top: -3px;
    width: 1px;
    height: 25px;
    background-color: #333333;
}
.content-area.col-md-8:only-child,
.content-area.narrow-content{
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
article.single,
.related-posts{
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.single-media-container{
    position: relative;
    background-color: #151515;
    padding: 120px 0;
}
.single-media-container.with-img{
    display: flex;
    align-items: center;
    min-height: 500px;
}
.entry-date-span {
    display: inline-block;
    position: relative;
}
.single-post-date {
    left: 20px;
}
.single-media-content{
    position: relative;
    max-width: 330px;
    margin: 0 auto;
}
.transparent-header .single-media-container.with-img{
    min-height: 800px;
}
.transparent-header .single-media-content{
    padding-top: 225px;
}
.single-media-content .entry-author a,
.single-media-content .entry-date{
    margin-bottom: 0;
    color: #fff;
}
.single-media-content .entry-cats{
    color: #fff;
    margin-bottom: 27px;
}
.single-media-content .entry-cats a{
    border-color: #fff;
}
.single-media-content .entry-title{
    color: #fff;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 21px;
}
.single-media{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background-position: center;
    background-size: cover;
}
.tw-masonry .single-media{
    opacity: 1;
}
blockquote{
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff !important;
    text-align: left;
    position: relative;
    margin: 40px auto 35px;
    padding: 0 0 0 15px;
    
}
/*blockquote:before{
    color: #ff1155;
    font-size: 100px;
    line-height: 1;
    content: '“';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
}*/
blockquote:before{
    background-color: #50FAA8;
    content: "";
	position: absolute;
    left: 0px;
    width: 2px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}
blockquote cite{
    font-size: 14px;
    text-transform: none;
    color: #999;
    font-style: normal;
    margin-top: 10px;
    display: block;
}
.entry-tags{
    margin: 10px 0;
}
.entry-tags a{
    margin-right: 20px;
    color: inherit;
    display: inline-block;
}
.entry-tags a:hover{
    color: #151515;
}
.entry-tags a:before{
    content: '#';
}
article.single .entry-share{
    margin: 30px 0 5px;
}
.tw-ads{
    margin-bottom: 40px;
}
.tw-ads img{
    margin-top: 0;
    margin-bottom: 0;
}

/* Audio Player Style */
article.hentry .mejs-container .mejs-controls{
    height: 35px;
    padding: 0 10px;
}
article.format-audio .entry-media .mejs-container{
    height: 40px !important;
}

/* ----------------- Default Page ---------------- */
.page-title{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 36px;
}
article.page .entry-media{
    margin-bottom: 30px;
}
.page-content{
    padding-bottom: 30px;
    margin-bottom: 45px;
}

/* ----------------- Error 404 page ---------------- */
.error-404.entry-content{
    padding: 120px 0;
}
.error-404 > span{
    display: block;
    color: #151515;
    font-size: 24px;
    text-align: center;
    line-height: 1;
}
.error-404 .error-title{
    text-transform: uppercase;
    font-size: 120px;
}
.error-404.entry-content .more-link a{
    margin-top: 30px;
    padding: 5px 30px;
}

/* ------------------ Search Result -------------- */
.search-result h3{
    margin-bottom: 30px;
}
.search-result form.searchform{
    margin-bottom: 8px;
}

/* ---------------- Post Author ----------------- */
.tw-author{
    padding: 30px;
    border: 1px solid #e6e6e6;
    margin-bottom: 40px;
}
.tw-author .author-box{
    position: relative;
    padding-left: 140px;
    min-height: 120px;
}
.tw-author p{
    margin-bottom: 0;
}
.tw-author h3{
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}
.tw-author h3 a:hover{
    color: #999;
}
.tw-author img{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    margin: 0;
}
.tw-author .entry-share{
    margin-top: 10px;
}

/* -------------- Next Preview Posts ------------ */
.nextprev-postlink{
    margin-bottom: 40px;
}
.nextprev-postlink a{
    display: inline-block;
    position: relative;
    padding-left: 105px;
    min-height: 60px;
}
.nextprev-postlink h4{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin: 3px 0;
    transition: all 0.4s ease-out;
    color: #50FAA8;
}
.nextprev-postlink .post-thumb{
    width: 70px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 0;
}
.nextprev-postlink .post-thumb:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease-out;
}
.nextprev-postlink .post-thumb.format-icon{
    background-color: #ccc;
    color: #fff;
}
.nextprev-postlink .post-thumb > div{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;

}
.nextprev-postlink .prev-post-link{
    padding-right: 50px; 
}
.nextprev-postlink .next-post-link{
    text-align: right;
    padding-left: 50px;
}
.nextprev-postlink .next-post-link.no-image a{
    padding-right: 25px;
}
.nextprev-postlink .prev-post-link.no-image a{
    padding-left: 25px;
}
.nextprev-postlink .next-post-link a{
    padding-left: 0;
    padding-right: 105px;
}
.nextprev-postlink .next-post-link .post-thumb{
    left: auto;
    right: 20px;
}
.nextprev-postlink i{
    position: absolute;
    left: 0;
    top: 17px;
}
.next-post-link i{
    left: auto;
    right: 0;
}
.nextprev-postlink a:hover h4{
    color: #999;
}
.nextprev-postlink a:hover .post-thumb:before{
    opacity: 0.3;
}

/* --------------- Related Posts ---------------- */
.related-item h3{
    font-size: 14px;
    margin-bottom: 0;
}
.related-item .entry-media{
    margin-bottom: 0;
    margin-top: 20px;
}
.related-item .format-icon{
    max-width: 100%;
    height: 155px;
}

/* ---------------- Post Comments -------------- */
.nextprev-postlink + .entry-comments{
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
}
.related-posts h4,
.comment-title h4, 
.comment-respond h3{
    margin-bottom: 35px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #ffffff;
}
.comment-title,
.comment-respond,
.related-posts{
    text-align: center;
}
.comment-list{
    margin-bottom: 20px;
}
.comment-list .comment{
    position: relative;
}
.comment-list .comment .comment{
    margin-left: 70px;
}
.comment-author{
    position: absolute;
    left: 0;
    top: 40px;
}
.comment-author img{
    border-radius: 50%;
}
.comment-text{
    margin-bottom: 40px;
    padding-top: 40px;    
    padding-left: 80px;
    min-height: 60px;
    border-top: 1px solid #e6e6e6;
}
.comment-text p{
    margin-bottom: 5px;
}
.comment-text .author{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-right: 15px;
    margin-bottom: 10px;
}
.comment-text p.reply{
    float: right;
}
.comment-text p.reply a{
    color: #151515;
}

/* ---------------- Comment Form --------------- */
.comment-form input[type="text"]{
    width: 100%;
    margin-bottom: 0;
}
.comment-form input[type="submit"]{
    width: 150px;
    border-radius: 21px;
}

/* ----------------- Sidebar Widget ----------------- */
.sidebar-area aside.widget{
    margin-bottom: 46px;
}
.sidebar-area .widget-item:only-child,
.sidebar-area .widget-title + .widget-item{
    border: 1px solid #e6e6e6;
    padding: 29px;
}
.widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget ul li{
    padding-top: 0;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.widget ul li:last-child{
    border-bottom: none;
}
aside.widget ul li a{
    color: #151515;
}
aside.widget ul li a:hover{
    opacity: 0.8;
}
aside.widget ul li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.widget .post-count{
    font-size: 12px;
    float: right;
    color: #999;
    position: relative;
    top: 3px;
}

/* ------------------ Widget Title -------------- */
.tw-mobile-menu h3.widget-title{
    color: #fff;
    margin-bottom: 28px;
}
h3.widget-title{
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: -2px;
}
h3.widget-title >span{
    display: inline-block;
    padding: 0 10px 15px;
    border-bottom: 2px solid #ff1155;
}

/* --------------- Widget Text ------------ */
.sidebar-area .hotsugar-text .widget-item{
    border: 0;
    padding: 0;
}

/* --------------- Widget Search ------------ */
form.searchform {
    position: relative;
    margin-bottom: 0;
}
form.searchform input{
    padding: 14px 46px 12px 20px;
    margin-bottom: 0;
    width: 100%;
}
form.searchform .button-search {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 10px 0;
    color: #949494;
    background: none;
    border-left: 1px solid #e6e6e6;
    border-radius: 0;
    width: 46px;
    height: 100%;
    text-align: center;
    font-size: 14px;
}

/* ----------------- Widget Instagram --------------- */
ul.instagram-pics{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
aside.widget .instagram-pics:not(.owl-carousel){
    margin: 0 -4px -4px 0;
}
aside.widget .instagram-pics:not(.owl-carousel) li{
    padding:  0 4px 4px 0;
    margin-bottom: 0;
    width: 50%;
}
.null-instagram-feed p.clear{
    display: none;
}
.widget .instagram-pics li{
    border: none;
    float: left;
    padding: 0;
}
.instagram-pics li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.instagram-pics .like-count{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(21,21,21,.75);
    opacity: 0;
    transition: all 0.2s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.1em;
}
.instagram-pics .like-count i{
    font-size: 16px;
    color: #ff1155;
    margin-right: 5px;
}
.instagram-pics a:hover .like-count{
    opacity: 1;
}
.instagram-pics a:hover img {
    transform: scale(1.02);
}
.instagram-pics img {
    transition: all 0.15s ease-out;
}
.bottom-area .instagram-pics li{
    width: 16.66%;
}
.bottom-area.footer-3 .instagram-pics li{
    width: 50%;
    margin: 0;
}
/* Instagram Carousel */
.instagram-pics.owl-theme .owl-pagination{
    position: static;
    margin-top: 20px;
    margin-bottom: -5px;
}
.instagram-pics.owl-theme .owl-controls .owl-page span{
    background: #151515;
    opacity: 0.11;
}
.instagram-pics.owl-carousel li{
    margin: 0;
    padding: 0;
    width: 100%;
}

/* ------------------- Widget Social Tabs ----------------- */
.nav,
.nav > li {
    display: inline-block;
}
.nav > li {
    position: relative;
    padding-bottom: 15px;
}
.nav > li > a {
    position: relative;
    display: block;
    line-height: 1.2em;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.tab-content > div{
    height: 24px !important;
}
.tab-content > div#fb-root{
    display: none;
}
.hotsugar-social-tabs>ul.entry-share>li{
    border-bottom: none;
}
.hotsugar-social-tabs>.tab-count-6>li{
    width: 16.6%;
}
.hotsugar-social-tabs{
    text-align: center;
}
.nav-icon {
    display: block;
    width: 30px;
    height: 30px;
    top: -1px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}
.close-modal .nav-icon{
    transition: none;
}
.nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #151515;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.nav-icon span:nth-child(1) {
    top: 1px;
    background-color: #ffffff;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon span:nth-child(2) {
    top: 10px;
    background-color: #ffffff;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon span:nth-child(3) {
    top: 19px;
    background-color: #ffffff;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1px;
    left: 3px;
}

.nav-icon.active span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.nav-icon.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 22px;
    left: 3px;
}
.nav-icon:hover span {
    background-color: #50FAA8 !important;
}

.ion-ios-arrow-left:hover, .ion-ios-arrow-right:hover {
    background-color: #00c8aa !important;
}

/* ------------------- Widget Post ----------------- */
.tw-post-widget.widget ul li{
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.tw-post-widget .tw-meta{
    letter-spacing: 0.2em;
    color: #999;
}
.recent-thumb{
    position: absolute;
    left: 0;
    width: 80px;
    height: 60px;
    overflow: hidden;
}
.recent-thumb a{
    display: block;
    position: relative;    
}
.recent-thumb a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all 0.4s ease-out;
}
.recent-thumb a:hover:before{
    opacity: 0.3;
}
.recent-thumb img{
    margin-top: -10px;
}
.recent-content{
    padding-left: 100px;
    min-height: 60px;
}
.recent-content h4{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 5px;
    padding-top: 3px;
}
aside.widget .recent-content a:hover,
.recent-thumb:hover ~ .recent-content a{
    color: #999;
}
.related-item .format-icon,
.recent-thumb .format-icon{
    background: #ccc;
    color: #fff;
    height: 60px;
    width: 100%;
    display: table;
}
.related-item .format-icon:before,
.recent-thumb .format-icon:before{
    font-family: 'Ionicons';
    font-size: 21px;
    content: '\f417';
}
.related-item .format-icon:before,
.recent-thumb .format-icon:before{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.format-icon.gallery:before{
    content: '\f147';
}
.format-icon.quote:before{
    content: '\f347';
}
.format-icon.audio:before{
    content: '\f4ce';
}
.format-icon.video:before{
    content: '\f4cc';
}

/* --------------- Widget NewsLetter ------------- */
form.mc4wp-form{
    line-height: 1.45;
}
form.mc4wp-form p + input{
    margin-top: 25px;
}
form.mc4wp-form p:last-of-type{
    margin-bottom: 0;
}
form.mc4wp-form,
.mc4wp-form-fields input[type="email"]{
    margin-bottom: 0;
}
.mc4wp-form-fields input[type="submit"]{
    width: auto;
    margin: 0 auto;
    display: block;
    background: #ff1155;
    border-color: #ff1155;
}
.mc4wp-form-fields input[type="submit"]:hover{
    background-color: #151515;
    border-color: #151515;
}
.mc4wp-form-fields input[type="email"] + input[type="submit"]{
    margin-top: 15px;
}

/* --------------- Contact Form ----------------- */
.wpcf7-form {
    padding-top: 5px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea{
    width: 100%;
    margin-top: 5px;
}
.wpcf7-form input[type="submit"]{
    width: auto;
    min-width: 150px;
    display: block;
    margin: 0 auto;
}

/* ----------------- Footer Widget Area ---------------- */
.bottom-area{
    background: #151515;
    padding: 60px 0 33px;
}
.bottom-area h3.widget-title{
    text-align: left;
    color: #fff;
    margin-bottom: 45px;
}
.bottom-area .widget{
    margin: 0 auto 27px;
    color: #ccc;
}
.bottom-area .widget ul li{
    border-color: #333;
}
.bottom-area h1, .bottom-area h2, .bottom-area h3, .bottom-area h4{
    color: #ccc;
}
.bottom-area .site-name{
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    top: -3px;
}
.bottom-area .site-name a{
    color: inherit;
}
.bottom-area .tw-post-widget.widget ul li{
    padding-bottom: 0;
    border-bottom: none;
}

/* ----------------- Footer Area ---------------- */
.footer-area{
    background: #151515;
}
.bottom-area a:hover,
.footer-area a:hover{
    color: #fff;
}
.tw-footer{
    color: #999;
    font-size: 12px;
    padding: 20px 0;
    border-top: 1px solid #333333;
}
.copyright{
    margin: 0;
    float: left;
}
.footer-text{
    margin: 0;
    float: right;
}
.tw-footer .copyright:only-child,
.tw-footer .footer-text:only-child{
    float: none;
    text-align: center;
}
.tw-post-carousel .post-thumb{
    position: relative;
    margin-bottom: 15px;
}
.tw-post-carousel .carousel-title{
    font-size: 14px;
    letter-spacing: -0.025em;
    line-height: 1.25;
    margin-bottom: 3px;
}
.masonry-blog .post-thumb.tw-masonry{
    margin-bottom: 30px;
}
.masonry-blog .post-thumb > a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.masonry-blog .post-thumb > a img,
.tw-post-carousel .layout-2 a img,
.tw-post-carousel .post-thumb > a:hover img{
    opacity: 0.75;
}
.masonry-blog .post-thumb a:hover img,
.tw-post-carousel .layout-2 a:hover img{
    opacity: 0.5;
}
.masonry-blog .post-thumb .post-content,
.tw-post-carousel .post-thumb .carousel-content{
    text-align: center;
    max-width: 180px;
    z-index: 1;
    position: relative;
}
.tw-post-carousel .post-thumb .carousel-content:hover + .image-overlay{
    opacity: 0.5;
}
.masonry-blog .post-thumb .entry-title,
.tw-post-carousel .post-thumb .carousel-title{
    color: #fff;
    font-size: 24px;
    margin-bottom: 12px;
}
.tw-post-carousel .layout-2 .post-thumb,
.post-thumb.tw-masonry{
    margin-bottom: 0;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;

    background-size: cover;
    background-position: center center;
}
.tw-post-carousel .post-thumb:hover .entry-cats{
    top: -15px;
    opacity: 1;
}
.entry-cats .cat-item{
    font-size: 10px;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
}
.tw-post-carousel .post-thumb .tw-meta{
    font-weight: 300;
}
.masonry-blog .post-thumb .entry-cats,
.masonry-blog .post-thumb .tw-meta,
.tw-post-carousel .post-thumb .entry-cats,
.tw-post-carousel .post-thumb .tw-meta{
    opacity: 0;
    position: relative;
    color: #fff;
    transition: all 0.15s ease-in;
}
.masonry-blog .post-thumb .entry-cats,
.tw-post-carousel .post-thumb .entry-cats{
    top: -20px;
}
.masonry-blog .post-thumb .tw-meta,
.tw-post-carousel .post-thumb .tw-meta{
    bottom: -20px;
}
.masonry-blog .post-thumb:hover .entry-cats{
    top: 0;
    opacity: 1;
}
.masonry-blog .post-thumb:hover .tw-meta,
.tw-post-carousel .post-thumb:hover .tw-meta{
    bottom: 0;
    opacity: 1;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/* 
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    width: 95%;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    
    -webkit-transform-style: preserve-3d; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-loaded {
    display: block; }
.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel.owl-hidden {
    opacity: 0; }
.owl-carousel .owl-refresh .owl-item {
    visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel .owl-grab {
    cursor: move;
    cursor: grab; }
.owl-carousel.owl-rtl {
    direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
    display: block; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
    z-index: 0; }

.owl-carousel .owl-animated-out {
    z-index: 1; }

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }




/* 
 * 	Core Owl Carousel Theme CSS File
 */

.owl-carousel .owl-dots{
    text-align: center;
    margin-top: 30px;
    margin-bottom: -5px;
}

/* Styling Pagination*/

.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
    padding: 3px;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-carousel .owl-dot span{
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background: #e6e6e6;
    border-radius: 50%;
}

.owl-carousel .owl-dot.active span,
.owl-carousel .owl-dot:hover span{
    background-color: #ff1155;
}


/* Format Gallery */
.tw-format-modal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(21,21,21,.9);
    line-height: normal;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.tw-format-modal-inner{
    width: 83.333%;
    background-color: #fff;
}
.tw-format-modal .logo{
    font-size: 30px;
}
.tw-format-modal .tw-logo{
    padding: 0;
    position: absolute;
    left: 30px;
}
.tw-format-modal .owl-item-data{
    display: none;
}
.tw-format-modal .pagination,
.tw-format-modal .title{
    font-weight: 700;
}
body.tw-format-modal-open{
    overflow: hidden;
}
body.tw-format-modal-open .tw-format-modal.tw-format-modal-active{
    opacity: 1;
    visibility: visible;
}
.tw-format-modal + .tw-thumbnail .image-overlay-inner{
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    background: rgba(21,21,21,.6);
    padding: 17px 20px;
    text-align: left;
    transition: background 0.4s ease-out;
    margin-top: -32px;
}
.tw-format-modal + .tw-thumbnail .image-overlay-inner h2,
.tw-format-modal + .tw-thumbnail .image-overlay-inner h6{
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
}
.tw-format-modal + .tw-thumbnail .image-overlay-inner h2{
    margin-bottom: 6px;
    font-size: 14px;
    color: #fff;
}
.tw-format-modal + .tw-thumbnail .image-overlay-inner h6{
    font-size: 10px;
    color: #999;
}
.close-modal{
    font-size: 24px;
    color: #999;
    position: absolute;
    right: 30px;
}
.tw-format-modal + .tw-thumbnail .image-overlay-inner .tw-format-modal-header{
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.tw-format-modal + .tw-thumbnail .image-overlay-inner:hover{
    background: #ff1155;
}
.tw-format-modal + .tw-thumbnail .image-overlay-inner:hover h6{
    color: #fff;
}
.close-modal,
.open-modal{
    cursor: pointer;
}
.tw-format-modal-header{
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 60px;
    padding: 0 90px;
}
.tw-format-modal-header .site-name{
    display: flex;
    align-items: center;
}
article .tw-format-modal-header .entry-share{
    display: flex;
    align-items: center;
    margin: 0;
}
.tw-format-modal-inner .row:last-child{
    padding: 110px 90px;
}
.owl-carousel-meta{
    text-align: left;
}
.owl-carousel-meta .pagination{
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1;
    font-weight: 600;
    color: #151515;
}
.owl-carousel-meta .gallery-title{
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1;
    letter-spacing: -0.025em;
}
.owl-carousel-meta .desc{
    font-size: 14px;
    color: #666;
    line-height: 1.7em;
    margin-bottom: 40px;
}
.owl-carousel-meta .owl-nav{
    line-height: 1;
    display: flex;
}
.owl-carousel-meta .owl-prev{
    margin-right: 10px;
}
.owl-carousel-meta .owl-prev,
.owl-carousel-meta .owl-next{
    padding: 25px 17px;
    color: #fff;
    background-color: rgba(15,15,15,.15);
    transition: background 0.4s ease-out;
}
.owl-carousel-meta .owl-prev:hover,
.owl-carousel-meta .owl-next:hover{
    background-color: #ff1155;
    cursor: pointer;
}
/* Hotsugar Gif Player */
.gif-active .arrow-hover{
    display: none;
}
.hotsugar-gif-container{
    display: block !important;
}
.hotsugar-gif-container .jsgif{
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    min-width: 100%;
    width: 100%;
}

.hotsugar-gif-container .jsgif,
.hotsugar-gif-container{
    background-size: cover;
    background-position: 50% 50%;
    position: relative !important;
    overflow: hidden;
}
.hotsugar-gif-container canvas{
    max-width: 100%;
    min-width: 100%;
}
.tw-post-widget .tw-thumbnail .hotsugar-gif-button,
div.hotsugar-gif-container+div.image-overlay,
.jsgif_toolbar,
.hotsugar-gif-container img{
    display: none;
}
.hotsugar-gif-container .hotsugar-gif-button{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background-image: url(assets/img/gif-button.png);
    background-repeat: no-repeat;
    background-position: center; 
    cursor: pointer;
}
.hotsugar-gif-container.playing .hotsugar-gif-button{
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.tw-blog article.large .hotsugar-gif-button{
    background-position-y: 17%;
}
.tw-element-title{
    color: white;
}
.title_cat_img{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    color:white;
    font: normal normal normal 142px/1.4em FuturaLT-Light,sans-serif !important;
}