/*
-------------------------------------------------------------------
Theme Name: Malena
Description: Web de Nanny Mandarin
Author: Codevince
Author URI: https://codevince.com
Version: 1.0.0
Text Domain: malena
Domain Path: /languages
*/


/*------------------------------------------------------------------

[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

-------------------------------------------------------------------*/


/* Nomadpixelz 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: #e2c578;
    color: #ffffff;
}
::-moz-selection {
    background: #e2c578;
    color: #ffffff;
}

/* Typography */

body{
    overflow-x: hidden;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    background: #ffffff;
    font-family: 'Playfair Display', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #151515;
    font-family: Montserrat, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    color: inherit;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
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: #999;
    text-decoration: none;
    transition: all 0.3s 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: 12px 20px;
    width: 230px;
    outline: none;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    background-color: #f0f0f0;
    border: solid 1px #f0f0f0;
}
textarea { width: 100%; line-height: 1.4;}
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 #111;
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
    color: #111;
    font-size: 11px;
    text-transform: uppercase;
    width: auto;
    letter-spacing: 0.1em;
    line-height: 1;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.3s ease-out;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover{
    color: #fff;
    background: #111;
}
textarea:focus,
input:focus{
    border-color: #111;
}
input:not(.wysija-input)::-webkit-input-placeholder {
    line-height: 1.4;
    color: #999;
}
input:not(.wysija-input):-moz-placeholder { /* Firefox 18- */
    line-height: 1.4;
    color: #999;
}
input:not(.wysija-input)::-moz-placeholder {  /* Firefox 19+ */
    line-height: 1.4;
    color: #999;
}
input:not(.wysija-input):-ms-input-placeholder {
    line-height: 1.4;
    color: #999;
}

/* ------------ Table Styling --------------- */
table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
}
td, th {
    border-top: 1px solid #ccc;
    vertical-align: top;
    padding: 12px 20px;
}
tbody tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
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;
}

/* 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; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar thead th, #wp-calendar tbody td { text-align: center; padding:8px;}
#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 ------------------------ */

/* Vertical Line */
.vertical-line-container{
	position: fixed;
	width: 100%;
	z-index: 9;
}
.vertical-line{
	position: relative;
        z-index: 1;
}
.vertical-line > span{
	position: absolute;
	width: 1px;
	background: rgba(0,0,0,.06);
	right: 0;
}
.vertical-line > span:nth-child(2){
	right: 25%;
}
.vertical-line > span:nth-child(3){
	right: 50%;
}
.vertical-line > span:nth-child(4){
	right: auto;
        left: 25%;
}
.vertical-line > span:nth-child(5){
	right: auto;
	left: 0;
}

.vertical-line.slider > span{
	background: rgba(255,255,255,.25);
}
.vertical-line.dark > span{
	background: rgba(255,255,255,.07);
}

/* ------------- Logo ---------------- */

.np-logo{
    text-align: center;
    padding: 30px 0;
    margin: 0 auto;
    max-width: 526px;
}
h1.site-name{
    line-height: 1;
    margin-bottom: 0;
    font-size: 100px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

/* ------------ 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: 11px;
    position: absolute;
    background: #111;
    padding: 20px 0;
    min-width: 210px;
    top: 100%;
    left: 0;
    text-align: left;
    z-index: 99;
    display: none;
}
.sf-menu > li{
    display: inline-block;
    padding: 0 24px;
}
.sf-menu > li > a{
    display: block;
    line-height: 50px;
}
.sf-menu > li > a:hover{
    color: #999;
}
.sf-menu a{
    color: inherit;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul{
    display: block;
}
.sf-menu ul ul{
    top: -1px;
    left: 100% !important;
}
.page_item > ul.children li > a,
.sub-menu li > a{
    display: block;
    position: relative;
    padding: 6px 30px;
    transition: all 0.3s ease-out;
}
.page_item > ul.children li > a:hover,
.sub-menu li > a:hover{
    color: #999;
    padding-left: 42px;
}
.page_item > ul.children li > a:before,
.sub-menu li > a:before{
    font-family: 'Ionicons';
    content: '\f3d3';
    position: absolute;
    line-height: 1;
    opacity: 0;
    top: 8px;
    left: 20px;
    color: #999;
    transition: all 0.3s ease-out;
}
.page_item > ul.children li > a:hover:before,
.sub-menu li > a:hover:before{
    opacity: 1;
    left: 30px;
}

/* Menu Arrow Class */
.sf-mobile-menu > .menu-item-has-children > a:before,
.sf-menu > .menu-item-has-children > a:after{
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -6px;
    content: "\f3d0";
    font-family: 'Ionicons';
    font-size: 10px;
    line-height: 1;
    color: inherit;
}
.sf-mobile-menu > .menu-item-has-children > a:before{
    top: 20px;
    right: 20px;
    z-index: -1;
}
/* Main Menu */
.header-area{
    position: relative;
}
.np-menu-container{
    position: absolute;
    width: 100%;
}
.header-clone{
    height: 50px;
    width: 100%;
}
.header-small .np-menu-container{
    position: fixed;
    z-index: 2;
    top: 0;
    max-width: 1170px;
}
.admin-bar.header-small .np-menu-container{
    top: 32px;
}
@media screen and (max-width: 782px){
    .admin-bar.header-small .np-menu-container{
        top: 46px;
    }
}
.np-menu .sf-menu{
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 14px;
    color: #fff;
}

/* ------------ mobile menu --------------- */
.mobile-menu-icon{
    cursor: pointer;
    float: left;
    padding: 10px 20px;
    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: #fff;
    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);
}
.np-mmenu>nav ul{margin: 0 auto;padding: 0;list-style: none;}
.np-mmenu>nav ul.sub-menu{display: none;text-align: right;}
.np-mmenu>nav ul li{
    position: relative;
    padding: 0;
    border-bottom: 1px solid #333333;
}
.np-mmenu>nav ul li ul li{
    border-bottom: 0;
}
.np-mmenu>nav ul li ul li:first-child{
    border-top: 1px solid #333;
}
.np-mmenu>nav ul li a{
    display: block;
    color: #999;
    font-size: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 0.4s ease-out;
}
.np-mmenu>nav ul li.menu-open > a,
.np-mmenu>nav ul li a:hover{
    background: rgba(255,255,255,.2);
    color: #fff;
}
.np-mmenu{
    left: -400px;
    overflow-y: auto;
    background-color: #151515;
    padding: 50px 0;
    position: fixed;
    height: 100%;
    width: 320px;
    z-index: 1000;
    -webkit-transition: left 0.4s ease;
    -moz-transition: left 0.4s ease;
    -ms-transition: left 0.4s ease;
    -o-transition: left 0.4s ease;
    transition: left 0.4s ease;
}
.np-mmenu.right-side{
    left: auto;
    right: -400px;
    -webkit-transition: right 0.4s ease;
    -moz-transition: right 0.4s ease;
    -ms-transition: right 0.4s ease;
    -o-transition: right 0.4s ease;
    transition: right 0.4s ease;
}
.np-mmenu>i{
    font-size: 24px;
    cursor: pointer;
    float: right;
    margin-top: -50px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}
/* Header Search */
.np-menu{
    position: relative;
    padding: 0 50px;
    background: #111;
    color: #fff;
    text-align: center;
}
.searchform.on-menu input,
.searchform.on-menu{
    transition: all 0.4s ease-out;
}
.searchform.on-menu{
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    background: #111;
    font-size: 16px;
    overflow: hidden;
}
.searchform.on-menu i{
    padding: 10px 20px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -20px;
    right: 0;
    font-size: 20px;
    line-height: 1;
}
.searchform.on-menu input{
    padding: 0 46px 0 20px;
    height: 50px;
    border: none;
    color: #fff;
    background: none;
    width: 100%;
    font-size: inherit;
    font-family: inherit;
}
.searchform.on-menu ::-webkit-input-placeholder{
    color: #fff;
}
.searchform.on-menu ::-moz-placeholder {
    color: #fff;
    line-height: 50px;
}
.search-opened .searchform.on-menu{
	width: 100%;
}

/* Main Container */
div.container{
    max-width: 1200px;
}
.nomad-container{
    padding-top: /*80px;*/ 40px;
    padding-bottom: /*80px;*/ 10px;
}
.sidebar-area.col-md-4 .sidebar-inner{
    padding-left: 20px;
}

/* King composer */
.content-area div[class*="kc_col-lg-"],
.content-area div[class*="kc_col-md-"],
.content-area div[class*="kc_col-sm-"],
.content-area div[class*="kc_col-of-"],
.content-area div[class*="kc_col-xs-"]{
    padding-left: 0;
    padding-right: 0;
}
.kc_row + .kc_row,
.kc_row + .np-element,
.np-element + .kc_row,
.np-element + .np-element{
    margin-top: 80px;
}
.np-element + .np-element.np-about,
.np-element + .np-element.np-contact{
    margin-top: 70px;
}
.np-element.np-contact + .np-element.np-contact{
    margin-top: 30px;
}
body.kingcomposer .page-content{
    padding-left: 0;
    padding-right: 0;
}
.np-about, .np-contact, .kc_text_block{
    padding-left: 80px;
    padding-right: 80px;
}

/* ---------------------- Button ----------------------- */

.entry-more .more-item{
    display: inline-block;
    padding: 10px 1px 8px;
    overflow: hidden;
}
.entry-cats .cat-item{
    display: inline-flex;
    overflow: hidden;
}
.popular-content .entry-cats .cat-item{
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 6px;
}
.entry-cats .cat-item .btn,
.entry-more .btn{
    display: inline;
}
.btn{
    position: relative;
    display: inline-block;
    background-color: transparent;
    overflow: hidden;
    color: #111;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #111111;
    transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn > span{
    position: relative;
    z-index: 1;
}
.btn-flat:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111111;
    transition: all 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation: hover-out 0.2s 1;
}
.title-hover:after,
.btn:after{
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background-color: #111111;
    transition: all 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation: hover-out 0.4s 1;
}
.btn:hover{
    color: #fff;
    transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),color 0.2s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.title-hover:hover:after,
.btn:hover:after{
    animation: hover-in 0.25s 1;
    transform: translateY(-100%);
}
.btn.btn-light{
    color: #fff;
    border-color: #fff;
}
.btn-flat.btn-light:before,
.btn.btn-light:after{
    background-color: #fff;
}
.btn.btn-light:hover{
    color: #111;
}
.title-hover{
    position: relative;
    display: block;
    overflow: hidden;
}
.title-hover:after{
    background-color: #fff;
    opacity: 0.3;
    z-index: 0;
    animation: none;
}
@keyframes hover-in{0%{transform:translateY(0%)}100%{transform:translateY(-100%)}}
@keyframes hover-out{0%{transform:translateY(-100%);opacity:1}100%{transform:translateY(-100%);opacity:0}}

/* --------------------- Slider Area --------------------- */
.slider-area{
    margin-top: -1px;
    background: #111;
    position: relative;
}
.slider-posts{
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 530px;
    z-index: 1;
}
.vertical-line.slider > span{
    min-height: 530px;
}
.slider-posts .post-item{
    display: flex;
    align-items: flex-end;
    width: 25%;
}
.slider-posts .post-content{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
}
.slider-posts .post-content .container{
    height: 100%;
}
.slider-posts .entry-content{
    padding: 25px 30px;
    width: 100%;
    position: absolute;
    transition: bottom 0.2s ease-in-out;
    bottom: -50px;
}
.slider-posts .entry-title{
    font-size: 14px;
    font-family: inherit;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #fff;
}
.slider-posts .entry-title a:hover{
    color: #fff;
    opacity: 0.9;
}
.slider-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.slider-area .slider-bg.active{
    opacity: 0.8;
}
.slider-posts .entry-content .entry-more{
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.slider-posts .post-item:hover .entry-content{
    bottom: 0;
}
.slider-posts .post-item:hover .entry-more{
    opacity: 1;
}
.slider-nav{
    display: none;
}
.slider-nav i{
    width: 40px;
    height: 40px;
    position: absolute;
    font-size: 30px;
    left: 0;
    top: 50%;
    text-align: center;
    line-height: 40px;
    margin-top: -20px;
    color: #fff;
    z-index: 1;
}
.slider-nav i:last-child{
    left: auto;
    right: 0;
}

/* -------------------- Archive Title ---------------- */
.archive-title{
    border-top: 3px solid #111;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 60px;
}
.archive-title h1{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
}
.archive-title span{
    display: block;
    line-height: 1.3;
    margin-top: 3px;
}

/* -------------------- Blog Layout ----------------- */
.content-area{
    width: 75%;
    float: left;
}
.content-area.full-width{
    width: 100%;
}


/* ----------------------- Blog -------------------- */
article:not(:last-child) > .entry-post{
    margin-bottom: 80px;
}
/* Sticky */
.sticky .entry-post{
    padding: 40px;
    border: 1px solid #e6e6e6;
    border-left: none;
    border-right: none;
    background: #f0f0f0;
}
.entry-title{
    text-align: center;
    font-size: 30px;
    line-height: 1;
    max-width: 505px;
    margin: 0 auto 18px;
    text-transform: uppercase;
}
.entry-cats{
    text-align: center;
    line-height: 1;
    font-size: 10px;
    letter-spacing: 0.1em;
    max-width: 505px;
    margin: -3px auto 17px auto;
}
.entry-cats:empty{
    display: none;
}
.entry-cats span.btn,
.entry-cats a{
    padding: 5px 10px;
    margin: 3px;
}
.entry-date{
    text-align: center;
    line-height: 1;
    max-width: 505px;
    margin: -3px auto 38px auto;
}
.entry-author a{
    color: #999;
}
.entry-author a:hover{
    color: #151515;
}
.np-meta{
    color: #999;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.page-content > p a,
.entry-content > p:not(.more-link) a{
    color: #111;
}
.page-content > p a:hover,
.entry-content > p:not(.more-link) a:hover{
    color: #999;
}
.entry-content p:last-child:not(.wp-caption-text){
    margin-bottom: 0;
}
.entry-media{
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}
.np-thumbnail{
    display: inline-block;
    position: relative;
}
.image-overlay,
.image-overlay a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-overlay{
    background: #000;
    opacity: 0;
    transition: all 0.4s ease-out;
}
.image-overlay:hover{
    opacity: 0.3;
}
.entry-footer{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.entry-footer > div,
.entry-comment > a{
    display: flex;
    align-items: center;
}
.np-blog:not(.list-blog) .entry-footer > div{
    width: 33.3%;
    justify-content: center;
}
.entry-footer > div > span:first-child{
    margin-right: 15px;
}
.entry-footer i{
    font-size: 15px;
    line-height: 1;
    color: #111;
    display: inline-block;
    margin-right: 10px;
    transition: all 0.4s ease-out;
}
.entry-footer i.ion-ios-eye{
    font-size: 23px;
}
.entry-footer a:hover i{
    color: #999;
}
div.entry-more a{
    font-size: 11px;
    padding: 10px 20px 9px;
    line-height: 1;
}

/* Large Blog */
.np-blog.large-blog .entry-footer > div:first-child,
.np-blog.large-blog .entry-footer > div:last-child{
    width: 25%;
}

/* List Blog */
.list-blog .entry-post{
    padding-left: 323px;
    padding-right: 30px;
    position: relative;
    min-height: 170px;
}
.list-blog .entry-post .np-thumbnail{
    width: 293px;
}
.list-blog .entry-post.no-media{
    padding-left: 30px;
}
.list-blog .entry-media{
    position: absolute;
    top: 3px;
    left: 0;
    margin-bottom: 0;
}
.list-blog .entry-title{
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    margin-left: 0;
    margin-bottom: 9px;
    max-width: none;
}
.list-blog .entry-cats{
    text-align: left;
    margin: -3px -3px 18px;
    max-width: none;
}
.list-blog .entry-date{
    text-align: left;
    margin-bottom: 0;
}
.list-blog .entry-content p{
    margin-bottom: 15px;
    line-height: 1.6;
}

/* -------------- Blog Pagination -------------- */
.np-pagination{
    margin-top: 80px;
    background: #111111;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 13px 72px;
}
.np-pagination a:hover{
    color: #fff;
}
.np-pagination i{
    font-size: 10px;
    padding: 0 8px;
    position: relative;
    bottom: 2px;
}
.np-pagination .older{
    float: right;
}
.np-pagination .newer{
    float: left;
}

/* Popular posts */
.np-popular-posts{
    position: relative;
}
.popular-item.swiper-slide{
    width: 25%;
}
.popular-thumb{
    position: relative;
    background: #111;
    height: 100%;
}
.popular-content{
    position: absolute;
    width: 170px;
    margin-left: -85px;
    bottom: -100px;
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    align-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}
.popular-content>*{
    width: 100%;
    text-align: center;
}
.nextprev-postlink > div:before,
.popular-thumb:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: #111;
    transition: opacity 0.3s ease;
}
.popular-thumb:hover .popular-content{
    bottom: 0;
    opacity: 1;
}
.nextprev-postlink > div:hover:before,
.popular-thumb:hover:before{
    opacity: 0.5;
}
.popular-content h3{
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.popular-content h3,
.popular-content .np-meta,
.popular-content .product-price{
    border-color: #fff;
    color: #fff;
}
.popular-content .product-price{
    line-height: 1;
    margin-top: 8px;
}
.np-shop .popular-content h3,
.popular-content .entry-date{
    margin-bottom: 0;
}

/* -------------- Single Product -------------- */
body.single-product .content-area{
    width: 100%;
}
article.single.product{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
article.single.product > div{
    flex: 1 1 50%;
    margin-bottom: 0;
}
.entry-product{
    padding: 20px 60px;
}
.entry-product .entry-title{
    font-size: 24px;
    text-align: left;
    max-width: none;
}
.entry-product .product-price{
    font-size: 18px;
    margin-bottom: 15px;
    color: #111;
}
.entry-product .sale-price{
    font-size: 14px;
    margin-left: 12px;
    color: #666;
}
.entry-product .entry-content ul{
    margin: 20px 0;
    padding: 0;
    list-style: none;
}
.entry-product .entry-content ul:last-child{
    margin-bottom: 30px;
}
.entry-product .entry-content ul li{
    padding: 0;
}
.entry-product .entry-content ul li:before{
    font-family: "Ionicons";
    content: '\f3ff';
    margin-right: 10px;
}
.entry-link{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.entry-link a{
    width: 215px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #111;
    background: #111;
    color: #fff;
    font-size: 11px;
    margin-bottom: 10px;
}
.entry-link a.detail-link,
.entry-link a:hover{
    background: none;
    color: #111;
}
.entry-link a.detail-link:hover{
    background: #111;
    color: #fff;
}

/* --------------- Single Post ----------------- */
article.single.post > .entry-tags,
article.single.post > .entry-content{
    padding-left: 80px;
    padding-right: 80px;
}
article.single{
    margin-bottom: 35px;
}
blockquote{
    font-size: 15px;
    line-height: 24px;
    text-transform: none;
    color: #151515;
    position: relative;
    margin: 30px 30px;
    padding: 0 55px;
}
blockquote:before{
    color: #e5e5e5;
    font-size: 100px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -10px;
    content: '\201C';
}
blockquote cite{
    font-size: 0.8em;
    font-style: normal;
}
.entry-tags{
	margin-top: 14px;
}
.entry-tags a{
    margin-right: 10px;
    display: inline-block;
    background: #f0f0f0;
    padding: 2px 11px;
}
.entry-tags a:hover{
    color: #fff;
    background: #151515;
}
article.single > .entry-footer{
    margin-top: 10px;
    padding-left: 80px;
    padding-right: 80px;
}
article.single > .entry-tags + .entry-footer{
    margin-top: 35px;
}

/* Audio Player Style */
article.hentry .mejs-container .mejs-controls{
    height: 35px;
    padding: 0 10px;
}
article.hentry .mejs-container{
    height: 40px !important;
}

/* ----------------- Default Page ---------------- */
.page-title{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 31px;
    font-size: 30px;
    line-height: 1;
    position: relative;
    top: -4px;
}
article.page > .entry-media{
    margin-bottom: 30px;
}
.page-content{
    padding: 0 80px;
}

/* ------------------- About page ------------------ */
.np-about .author-box{
    margin-bottom: 80px;
    min-height: 130px;
}
.np-about .author-box:last-child{
    margin-bottom: 0;
}
.np-about .about-title{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

/* ------------------- Contact Page ---------------- */
.contact-item{
    position: relative;
    padding-left: 50px;
}
.contact-item .np-meta{
    display: block;
    line-height: 1.3;
}
.contact-item i{
    position: absolute;
    font-size: 30px;
    left: 0;
    top: 50%;
    width: 38px;
    line-height: 38px;
    margin-top: -21px;
    text-align: center;
}

/* Contact Form */
.contact-form{
    margin-top: 80px;
    position: relative;
}
.contact-form form,
.contact-form form > p:last-of-type{
    margin-bottom: 0;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea{
    width: 100%;
}
.wpcf7-form input[type="submit"]{
    min-width: 150px;
    display: block;
    margin: 0 auto;
}
.contact-form div.wpcf7 img.ajax-loader{
    position: absolute;
    right: 0;
    bottom: 16px;
}

/* ----------------- Error 404 page ---------------- */
.error-404.entry-content{
    padding: 75px 0 155px;
    text-align: center;
}
.error-404 > span.np-meta{
    display: block;
    color: #111;
    font-size: 30px;
}
.error-404 .error-title{
    font-size: 160px;
    line-height: 1;
    margin-bottom: 25px;
}
.error-404.entry-content p a{
    font-size: 11px;
    display: inline-block;
    border: 1px solid #111;
    margin-top: 30px;
    padding: 7px 20px 6px;
}
.error-404.entry-content p a:hover{
    background: #111;
    color: #fff;
}

/* ------------------ Search Result -------------- */
.search-result h3{
    margin-bottom: 30px;
}
.search-result form.searchform{
    margin-bottom: 8px;
}

/* ---------------- Post Author ----------------- */
.np-author{
    padding: 80px;
    border-top: 3px solid #111;
}
.nextprev-postlink + .np-author{
    border: none;
}
.np-author:last-child{
    padding-bottom: 0;
}
.author-box{
    position: relative;
    padding-top: 3px;
    padding-left: 160px;
    min-height: 130px;
}
.author-box p{
    margin-bottom: 0;
}
.author-box h3{
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}
.author-box h3 a:hover{
    color: #999;
}
.author-box img{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    margin: 0;
}
.author-social{
    float: right;
}
.author-social a{
    color: #111;
}
.author-social a:not(:first-child){
    margin-left: 24px;
}

/* -------------- Next Preview Posts ------------ */
.nextprev-postlink{
    display: flex;
    flex-wrap: wrap;
}
.nextprev-postlink > div{
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    height: 250px;
    padding: 0 80px;
    background-color: #e6e6e6;
    background-repeat: none;
    background-size: cover;
    background-position: center;
}
.nextprev-postlink .next-post-link{
    justify-content: flex-end;
    text-align: right;
}
.nextprev-postlink > .prev-post-link:last-child,
.nextprev-postlink > .next-post-link:first-child{
    width: 100%;
}
.nextprev-postlink a{
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    max-width: 230px;
    opacity: 0;
    transition: all 0.25s ease-out;
}
.nextprev-postlink > div:hover > a{
    opacity: 1;
}
.prev-post-link a{
    left: -20px;
}
.prev-post-link:hover a{
    left: 0;
}
.next-post-link a{
    right: -20px;
}
.next-post-link:hover a{
    right: 0;
}
.nextprev-postlink h4{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #fff;
}
.nextprev-postlink .np-meta{
    color: #fff;
}
.nextprev-postlink .np-meta i{
    font-size: 14px;
    position: relative;
    top: 1px;
    padding-right: 10px;
}
.nextprev-postlink .next-post-link .np-meta i{
    padding-right: 0;
    padding-left: 10px;
}

/* --------------- 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 -------------- */
.comment-title h4,
.comment-respond h3,
.np-popular-posts > h3,
.footer-insta h3{
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    border-top: 3px solid #111;
    padding-top: 22px;
    margin-bottom: 71px;
}
.comment-title,
.comment-respond,
.np-popular-posts > h3,
.footer-insta h3{
    text-align: center;
}
.comment-list{
    padding: 0 80px;
    margin-bottom: 10px;
}
.comment-list .comment{
    position: relative;
}
.comment-list .comment .comment{
    margin-left: 95px;
}
.comment-author{
    position: absolute;
    left: 0;
    top: 7px;
}
.comment-author img{
    border-radius: 50%;
}
.comment-text{
    margin-bottom: 63px;
    padding-left: 95px;
    min-height: 65px;
}
.comment-text .author{
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    margin-right: 20px;
    margin-bottom: 10px;
}
.comment-text span.reply{
    float: right;
    font-size: 14px;
}
.comment-text span.reply a{
	color: #111;
}

/* ---------------- Comment Form --------------- */
.comment-form{
    padding: 0 80px;
}
.comment-form,
.comment-form input,
.comment-form .form-submit{
    margin-bottom: 0;
}
.comment-form input[type="text"]{
    width: 100%;
}

/* ----------------- Sidebar Widget ----------------- */
.nomad-container > .container > .sidebar-area{
    width: 25%;
    float: right;
}
.sidebar-area{
    padding: 0 40px;
    font-size: 14px;
}
h3.widget-title{
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}
.sidebar-area h3.widget-title{
    border-top: 3px solid #111;
    padding-top: 12px;
}
.sidebar-area aside.widget{
    margin-bottom: 54px;
}
.sidebar-area .widget-item:last-child aside.widget{
    margin-bottom: 0;
}
.widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget ul li{
    padding: 0;
    margin-bottom: 15px;
    font-size: 12px;
    text-transform: uppercase;
}
.widget .post-count{
	float: right;
}
aside.widget ul li a{
    color: #151515;
}
aside.widget ul li a:hover{
    opacity: 0.8;
}
aside.widget ul li:last-child{
    margin-bottom: 0;
}
/* --------------- Widget Search ------------ */
.sidebar-area aside.widget_search{
    padding-bottom: 6px;
}
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-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;
    background: #fff;
    margin: -5px;
}
aside.widget .instagram-pics li{
    margin:  0;
    width: 50%;
    padding: 5px;
    border: none;
    float: left;
}
.null-instagram-feed p.clear{
    display: none;
}
.instagram-pics li a{
    display: block;
    position: relative;
}
.instagram-pics li a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all 0.4s ease-out;
}
.instagram-pics li a:hover:before{
    opacity: 0.3;
}

/* Instagram Swiper */
aside.null-instagram-feed{
    overflow: hidden;
}
.sidebar-area .swiper-container{
    margin: 0 -24px;
    width: calc(100% + 48px);
}
.sidebar-area .swiper-slide > a{
  left: -24px;
}
.sidebar-area .swiper-container > div{
    width: 212px;
    margin: 0 auto;
}
.sidebar-area .swiper-container .swiper-pagination{
    position: static;
    margin-top: 12px;
    margin-bottom: -1px;
}
.swiper-pagination-bullet{
  border-radius: 0;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active{
  background: #111;
}

/* Instagram Hover */
.null-instagram-feed a{
    display: inline-block;
    position: relative;
    text-align: center;
}
.null-instagram-feed a:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #111;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.null-instagram-feed a:hover:before{
    opacity: 0.5;
}
.null-instagram-feed.footer-insta a:after{
    font-family: "Ionicons";
    content: '\f350';
    font-size: 30px;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -15px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.null-instagram-feed.footer-insta a:hover:after{
    opacity: 1;
    bottom: 0;
}

/* ------------------ Widget Socials --------------- */
.np-socials{
    margin: 0 -12px -10px 0;
}
.np-socials > a{
    width: 28px;
    height: 28px;
    display: inline-block;
    margin: 0 9px 9px 0;
    border: 1px solid #e6e6e6;
    color: #666;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    transition: all 0.3s ease;
}
.np-socials > a:hover{
    color: #fff;
    background: #111;
    border-color: #111;
}
.np-socials a.facebook:hover{background-color: #3b5998;border-color: #3b5998;}
.np-socials a.dribbble:hover{background-color: #ea4c89;border-color: #ea4c89;}
.np-socials a.google:hover{background-color: #dd4b39;border-color: #dd4b39;}
.np-socials a.instagram:hover{background-color: #3f729b;border-color: #3f729b;}
.np-socials a.vine:hover{background-color: #00b488;border-color: #00b488;}
.np-socials a.youtube:hover{background-color: #e52222;border-color: #e52222;}
.np-socials a.twitter:hover{background-color: #55acee;border-color: #55acee;}
.np-socials a.behance:hover{background-color: #1769ff;border-color: #1769ff;}
.np-socials a.pinterest:hover{background-color: #cc2127;border-color: #cc2127;}
.np-socials a.foursquare:hover{background-color: #f94877;border-color: #f94877;}
.np-socials a.twitch:hover{background-color: #6441a5;border-color: #6441a5;}
.np-socials a.tumblr:hover{background-color: #35465c;border-color: #35465c;}
.np-socials a.trello:hover{background-color: #0079bf;border-color: #0079bf;}
.np-socials a.spotify:hover{background-color: #2ebd59;border-color: #2ebd59;}
.np-socials a.soundcloud:hover{background-color: #ff8800;border-color: #ff8800;}
.np-socials a.linkedin:hover{background-color: #2088be;border-color: #2088be;}
.np-socials a.delicious:hover{background-color: #31a9ff;border-color: #31a9ff;}
.np-socials a.codepen:hover{background-color: #3d3d3d;border-color: #3d3d3d;}
.np-socials a.github:hover{background-color: #333333;border-color: #333333;}
.np-socials a.wordpress:hover{background-color: #888;border-color: #888;}

/* ------------------- Widget Post ----------------- */
.np-post-widget.widget ul li{
    padding-bottom: 0;
    margin-bottom: 20px;
    position: relative;
}
.np-post-widget h3.widget-title{
	margin-bottom: 28px;
}
.recent-thumb{
    position: absolute;
    left: 0;
    width: 60px;
    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-content{
    padding-left: 80px;
    min-height: 67px;
}
.recent-content h4{
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 0;
    padding-bottom: 5px;
}
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;
}
.post-thumb.format-icon:before,
.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';
}
.bottom-area .recent-content h4{
    color: #999;
}
.bottom-area .recent-content h4:hover a{
    color: #fff;
}
/* --------------- Widget NewsLetter ------------- */
.sidebar-area .widget_wysija{
    text-align: center;
    margin-bottom: 0;
}
.widget_wysija input[type="text"]{
    color: #999;
    background: none;
    border-color: #e6e6e6;
    line-height: 1.7;
    width: 100%;
    padding: 8px 14px 7px;
}
.wysija-paragraph,
.widget_wysija input[type="text"]{
    margin-bottom: 8px;
}
.wysija-paragraph{
    position: relative;
    padding-top: 3px;
}
.widget_wysija input[name="wysija[user][email]"] + .abs-req{
    display: block;
}
.widget_wysija_cont .abs-req > *{
    display: none;
}
.widget_wysija input[name="wysija[user][email]"]{
    padding-right: 30px;
}
.widget_wysija input[name="wysija[user][email]"] + .abs-req:after{
    font-family: "Ionicons";
    content: '\f2f6';
    position: absolute;
    top: 10px;
    right: 12px;
    color: #999;
}
.widget_wysija_cont .wysija-submit{
    margin: 14px 0 0;
    padding: 0;
    font-size: 10px;
    width: auto;
    border: 0;
    background: none;
    color: #999;
}
.widget_wysija_cont .wysija-submit:hover{
    background: none;
    color: #111;
}

/* --------------- Footer Instagram ------------- */
.footer-insta.null-instagram-feed{
  margin-bottom: 80px;
  position: relative;
}
.footer-insta .swiper-slide{
    width: 25%;
}
.np-popular-posts > h3,
.footer-insta h3{
  margin-bottom: 25px;
}
.swiper-btn-next, .swiper-btn-prev{
  position: absolute;
  top: 23px;
  right: 120px;
  font-size: 18px;
  cursor: pointer;
}
.swiper-btn-prev{
  right: 150px;
}
/* ----------------- Footer Area ---------------- */
.footer-area{
    background: #000;
}
.footer-area .np-footer{
    padding: 22px 40px;
}
.footer-area a:hover{
    color: #fff;
}
.footer-area .social-item{
    float: left;
    width: 16.6%;
}
.footer-area .social-item a{
    display: inline-block;
    padding-left: 35px;
    min-height: 30px;
    position: relative;
}
.copyright{
    margin: 0;
    float: left;
}
.footer-text{
    margin: 0;
    float: right;
}
/* Footer Widget */
.bottom-area{
    position: relative;
    font-size: 14px;
    background: #111;
}
.bottom-area .bottom-inner{
	padding: 80px 0 30px;
}
.bottom-area h3.widget-title{
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
    display: none;
}
.bottom-area .widget{
    padding: 0 25px;
    margin: 0 auto 50px;
    color: #999;
    max-width: 260px;
}
.bottom-area .np-socials > a:hover,
.bottom-area a:hover{
    color: #fff;
}
.bottom-area .np-socials > a,
.bottom-area .np-meta,
.bottom-area .widget_wysija_cont .wysija-submit{
    color: #666;
}
.bottom-area .widget_wysija input[type="text"]{
    background: #222;
    border-color: #222;
}
.bottom-area .np-socials > a{
    border-color: #222;
}

/* BEGIN language selector */
.menu-item-type-custom {
}
.sf-menu > li {
padding:0 20px;
}
.sf-menu li.menu-item-type-custom ul{
min-width:0;
left:10px;
}
.sf-menu li.menu-item-type-custom ul a{
padding:6px 15px;
}
/* END language selector */