/*
MAIN CSS FILE
Theme: Maya Reloaded
*/

.admin-bar .un-header {
    top: 32px;
}

body {
    overflow-x: hidden;
}

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

[class*="title"] {
    font-weight: 600;
}

/* Colors */

.un-color-white {
    color: #fff;
}

.un-color-black {
    color: #222;
}

.un-bg-white {
    background: #fff;
}

.un-bg-black {
    background: #222;
}

.un-brd-white {
    border-color: #fff;
}

.un-brd-black {
    border-color: #222;
}

.un-brd-none {
    border: none !important;
}

/* Buttons */

.btn, button {
    border-width: 0;
}

button, html [type="button"],
[type="reset"],
[type="submit"] {
    font-size: 11px;
    line-height: 40px;
    height: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

.un-btn-1, .un-btn-5, .un-btn-7 {
    height: 45px;
    line-height: 45px;
    border-color: #222;
    font-weight: 600;
    letter-spacing: 1px;
}

.un-btn-1:hover, .un-btn-5:hover, .un-btn-7:hover {
    border-color: transparent;
}

.un-btn-9:hover a, .un-btn-10:hover a, .un-btn-11:hover a,
.un-btn-1:hover a, .un-btn-5:hover a, .un-btn-7:hover a {
    color: #fff;
}

.un-btn-9, .un-btn-10, .un-btn-11,
.un-btn-2, .un-btn-6, .un-btn-8, .un-btn-12 {
    height: 45px;
    line-height: 45px;
    border-color: #222;
    background: #222;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.un-btn-9, .un-btn-10, .un-btn-11 {
    background: #fff;
    color: #222;
}

.un-btn-2:hover, .un-btn-6:hover, .un-btn-8:hover {
    border-color: #222;
    background: transparent;
}

.un-btn-12:hover {
    background: #fff;
    border: none;
}

.un-btn-12:hover a {
    color: #222;
}

.un-btn-9:hover, .un-btn-10:hover, .un-btn-11:hover {
    border-color: #fff;
}

.un-btn-3 {
    height: 30px;
    line-height: 30px;
    border-color: #222;
    font-size: 11px;
    font-weight: 600;
}

.un-btn-3:hover {
    border-color: transparent;
}

.un-btn-3:hover a {
    color: #fff;
}

.un-btn-4 {
    height: 30px;
    line-height: 30px;
    border-color: #222;
    background: #222;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

.un-btn-4:hover {
    background: transparent;
    border-color: #222;
    color: #222;
}

.un-btn-10,
.un-btn-11,
.un-btn-5,
.un-btn-6,
.un-btn-7,
.un-btn-8 {
    border-width: 1px;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
}

.un-btn-11,
.un-btn-7,
.un-btn-8 {
    border-radius: 10em;
}

/* Dividers */

.un-div {
    border-top-width: 1px;
    border-top-style: solid;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.un-div-s {
    width: 15px;
}

.un-div-m {
    width: 30px;
}

.un-div-l {
    width: 45px;
}

/* Overlays */

.un-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.un-overlay.un-ol-framed {
    top: 15px;
    left: 15px;
    width: auto;
    height: auto;
    bottom: 15px;
    right: 15px;
}

.un-overlay.un-ol-half {
    top: 50%;
    bottom: 0;
    height: auto;
}

/* Fonts */

.un-title {
    font-size: 30px;
    line-height: 42px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.un-title-s {
    font-size: 20px;
    line-height: 32px;
}

.un-title-m {
    font-size: 30px;
    line-height: 42px;
}

.un-title-l {
    font-size: 42px;
    line-height: 56px;
}

.un-title-xl {
    font-size: 60px;
    line-height: 74px;
}

.un-title-xxl {
    font-size: 72px;
    line-height: 86px;
}

.un-after-title {
    font-weight: inherit;
}

/* Heading */

.un-heading {
    /*letter-spacing: 2px;*/
    display: inline-block;
}

.un-heading-xs {
    font-size: 24px;
    line-height: 36px;
}

.un-heading-s {
    font-size: 30px;
    line-height: 42px;
}

.un-heading-m {
    font-size: 60px;
    line-height: 74px;
}

.un-heading-l {
    font-size: 90px;
    line-height: 106px;
}

/* Link */

.un-link {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

.un-link-s {
    font-size: 12px;
    line-height: 24px;
}

.un-link-m {
    font-size: 14px;
    line-height: 24px;
}

.un-link-l {
    font-size: 16px;
    line-height: 30px;
}

/* Header */

/* logo - icons */

.un-header {
    height: 70px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.un-header-white {
    background: #fff;
}

.un-header-black {
    background: #222;
}

.un-header-menu-white {
    border-bottom: solid 1px rgba(255,255,255,0.1);
    background-color: rgba(34,34,34,0.01);
}

.un-header-menu-black {
    background-color: rgba(255,255,255,0.01);
    border-bottom: solid 1px rgba(0,0,0,0.05);
}

.un-header-menu-white .main-menu > li > a,
.un-header-black .main-menu > li > a {
    color: #fff;
}

.un-header-menu-white .main-menu > li:hover > a,
.un-header-black .main-menu > li:hover > a {
    color: rgba(255,255,255,0.5) !important;
}

.un-header-menu-white .main-menu .menu-item-has-children:after,
.un-header-black .main-menu .menu-item-has-children:after {
    color: #fff;
}

.un-header-menu-black .main-menu > li > a {
    color: #222;
}

.un-header-menu-black .main-menu > li:hover > a {
    color: rgba(34,34,34,0.5) !important;
}

.un-header-menu-white .sub-menu .menu-item-has-children:after,
.un-header-menu-black .main-menu .menu-item-has-children:after {
    color: #222;
}

.un-sticky {
    position: fixed;
}

.un-logo {
    float: left;
    display: inline-block;
    margin-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 70px;
}

.un-header .un-logo {
    padding-right: 40px;
}

.un-header-menu-black .un-logo,
.un-header-white .un-logo {
    border-right: solid 1px rgba(0,0,0,0.05);
}

.un-header-menu-white .un-logo,
.un-header-black .un-logo {
    border-right: solid 1px rgba(255,255,255,0.1);
}

.un-logo a {
    display: block;
}

.un-logo img {
    max-height: 30px;
}

.un-header-icons {
    display: inline-block;
    float: right;
}

.un-header-icons [class*="un-btn"] {
    height: 70px;
    line-height: 70px;
    float: left;
}

.un-header-icons i {
    font-size: 16px
}

.un-header-menu-white .un-header-icons,
.un-header-black .un-header-icons i {
    color: #fff;
}

.un-header-menu-black .un-header-icons {
    color: #222;
}

[class*="un-btn"] {
    cursor: pointer;
}

/* shop */

.un-btn-cart {
    padding: 0 30px;
}

.un-btn-search {
    width: 70px;
    text-align: center;
}

.un-btn-search:hover {
    opacity: 0.5;
}

.un-btn-git {
    width: 70px;
    text-align: center;
}

.un-btn-git:hover a {
    opacity: 0.5;
    color: inherit !important;
}

.un-header-menu-black .un-header-icons [class*="un-btn"],
.un-header-white .un-header-icons [class*="un-btn"] {
    border-left: 1px solid rgba(0,0,0,0.05);
}

.un-header-menu-white .un-header-icons [class*="un-btn"],
.un-header-black .un-header-icons [class*="un-btn"] {
    border-left: 1px solid rgba(255,255,255,0.1);
}

.un-header-icons .un-btn-close {
    border-left: none !important;
}

.un-btn-cart .un-wc-total {
    font-size: 11px;
    letter-spacing: 1px;
    padding-left: 10px;
    text-transform: uppercase;
    font-style: italic;
    color: #ccc;
}

.un-header-menu-black .un-btn-cart .un-wc-total {
    color: #444;
}

/* menu */

.main-menu .sub-menu li {
    background: #fff;
}

/* modal */

.un-modal-search {
    position: fixed;
    top: -100%;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
}

.un-btn-menu {
    display: none !important;
    width: 70px;
    text-align: center;
}

.un-btn-close {
    position: absolute;
    top: 50px;
    right: 50px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

.un-btn-close i {
    font-size: 30px;
    color: #222;
}

.un-search-form {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    left: 50px;
    right: 50px;
    width: auto;
}

.un-search-form input {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 32px;
    border: 0;
    border-bottom: 1px solid #EBEBEB;
}

.un-newsletter { 
    position: relative; 
}

.un-newsletter input[type="email"] { 
    padding-right: 200px; background: #fff; border: 1px solid #ebebeb; 
}

.un-newsletter input[type="submit"] { 
    background: #222; 
    color: #fff; 
    display: inline-block; 
    width: 200px; 
    position: absolute; 
    top: 0; 
    right: 0; 
}

/* menu */

.un-main-menu {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin-left: 25px;
}

.un-mobile-menu {
    display: none;
    margin-top: 70px;
    width: 100%;
    z-index: 999;
}

#un-mobile-menu {
    height: 0;
    overflow: hidden;
}

.un-mobile-menu .mobile-menu {
    width: 100%;
}

.un-mobile-menu .mobile-menu li {
    display: list-item;
    position: relative;
    margin: 0;
    height: auto;
    line-height: auto;
    text-align: left;
    background: #222;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.un-mobile-menu .mobile-menu > .menu-item-has-children:after {
    font-family: 'entypo';
    content: "\e921";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
}

.un-mobile-menu .mobile-menu > .menu-item-has-children.close:after {
    font-family: 'feather';
    content: "\e117";
    font-size: 8px;
}

.un-mobile-menu .mobile-menu li a {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 92%;
    text-transform: uppercase;
}

.un-mobile-menu .mobile-menu .sub-menu {
    position: static;
    background: none;
    padding: 0;
    display: block;
    opacity: 1;
    height: 0;
    overflow: hidden;
    margin-left: 0;
}

.un-mobile-menu .mobile-menu .sub-menu li {
    background: #F0F0F0;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.un-mobile-menu .mobile-menu .sub-menu li a {
    color: #222;
}

/* Widgets */

.un-wdg-item {
    font-weight: 600;
    font-size: 13px;
    color: #a57a50;
    text-transform: uppercase;
    margin: 0 15px 30px 15px;
    display: inline-block;
    width: 40%;
}

.un-wdg-item span {
    float: right;
    font-size: 11px;
    color: #aaa;
    font-weight: normal;
}

.un-widget-posts {}

.un-wdg-post {
    margin-bottom: 30px;
    min-height: 90px;
    position: relative;
}

.un-wdg-post:nth-child(4) {
    border-bottom: none;
}

.un-wdg-post-thumb {
    position: absolute;
    top: 0;
    left: 0;
}

.un-wdg-post-image {
    width: 90px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px;
}

.un-wdg-post-image img {
    width: 100%;
    height: auto;
}

.un-wdg-post-detail {
    padding-left: 100px;
}

.un-wdg-post-title {
    font-size: 14px;
    text-transform: uppercase;
}

.un-wdg-post-excerpt {
    line-height: 24px;
}

.un-wdg-post-date {
    color: #aaa;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
}

.un-widget-social {}

.un-widget ul.un-wdg-list-social {
    height: 60px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid rgba(0,0,0,0.1);
}

.un-widget .un-wdg-list-social li {
    margin-bottom: 0;
}

.un-wdg-list-social li {
    height: 60px;
    text-align: center;
    line-height: 65px;
    float: left;
    width: 20%;
    border-right: 1px solid rgba(0,0,0,0.1);
}

.un-wdg-list-social li:nth-child(5) {
    border-right: none;
}

.un-wdg-list-social li i {
    font-size: 16px;
}

.un-widget-banner {}

.un-widget-banner img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.un-wdg-gallery-grid {
    margin: -5px;
}

.un-widget-gallery img {
    margin-bottom: 0;
}

.un-wdg-thumb {
    width: 33.33%;
    float: left;
    padding: 5px;
    overflow: hidden;
}

.un-wdg-thumb.un-thumb-double {
    width: 66.66%;
    margin-top: 1px;
}

.ui-icon {
    display: none;
}

/* Page */

.un-menu-full .un-page-wrap {
    margin-top: 70px;
}

.un-page-head {
    align-items: center;
    height: 500px;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.un-page-head-exc {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
}

.un-page-head-ico {
    font-size: 30px;
    position: absolute;
    bottom: 20px;
}

.un-page-div {
    margin-right: -100%;
    margin-left: -100%;
    border-top: 1px solid #f0f0f0;
    margin-bottom: 45px;
    margin-top: 60px;
}

.un-sided .un-page-div {
    display: none;
}

.un-page-content {
    margin-top: 60px;
}

#un-page-content {
    min-height: 150px;
}

.un-no-items {    
    text-align: center;
    font-size: 20px;
}

.un-no-items small {    
    display: block;
}

.un-page-content-inner {
    margin-bottom: 15px;
}

.un-page-content-inner img {
    height: auto;
}

.un-page-thumb {
    margin-bottom: 40px;
}

.un-page-navigation {
    height: 72px;
    position: relative;
    width: 100%;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}

.un-page-nav-prev,
.un-page-nav-next {
    height: 70px;
    width: 50%;
    position: absolute;
    z-index: 0;
}

.un-page-nav-prev {
    top: 0;
    left: 0;
    padding-right: 35px;
}

.un-page-nav-next {
    top: 0;
    right: 0;
    padding-left: 35px;
}

.un-page-nav-prev .un-page-nav-label {
    padding-right: 35px;
}

.un-page-nav-prev .un-page-nav-label:before {
    content: '\e922';
    font-family: 'entypo';
    vertical-align: middle;
    margin-right: 5px;
}

.un-page-nav-next .un-page-nav-label {
    padding-left: 35px;
}

.un-page-nav-next .un-page-nav-label:after {
    content: '\e923';
    font-family: 'entypo';
    vertical-align: middle;
    margin-left: 5px;
}

.un-page-nav-label {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 70px;
    text-transform: uppercase;
    text-align: center;
    z-index: 999;
    width: 100%;
    height: 70px;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold;
    background: #fff;
}

.un-page-nav-title {
    text-align: center;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.un-page-nav-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 0;
    text-align: center;
}

.un-page-nav-bg a {
    color: #fff;
}

.un-page-nav-list {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-transform: capitalize;
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 0;
    text-align: center;
    margin-left: -35px;
    background: #fff;
    color: #222;
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
}

.un-page-nav-list i {
    font-size: 20px;
    vertical-align: middle;
}

/* Page Author */

.un-page-author {
    padding: 60px 0;
    border-bottom: 1px solid #F0F0F0;
}

.un-page-author-wrap {
    border: 1px solid #f0f0f0;
    position: relative;
    height: 160px;
}

.un-page-author-links {
    position: absolute;
    top: 0;
    right: 0;
}

.un-page-author-links ul {
    border-bottom: 1px solid #F0F0F0;
    width: 40px;
    overflow: hidden;
    height: 40px;
}

.un-page-author-links ul li {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-left: 1px solid #F0F0F0;
    display: inline-block;
    float: left;
}

.un-page-author-links ul li.first {
    cursor: pointer;
}

.un-page-author-photo {
    background: #F0F0F0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    border-right: 1px solid #F0F0F0;
}

.un-page-author-photo img {
    max-width: 100px;
    height: auto;
}

.un-page-author-caption {
    padding-left: 190px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    margin-right: 50px;
}

.un-page-author-name {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 10px;
}

.un-page-author-excerpt {
    max-height: 72px;
    overflow: hidden;
}

/* Page Related */

.un-page-rel-wrap {
    padding: 45px 0 30px 0;
    background: #222;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.un-page-rel-title {
    color: #fff;
    margin-bottom: 45px;
}

.un-page-author-title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 45px;
    color: #222;
}

.un-page-rel-posts {
    margin-right: -15px;
    margin-left: -15px;
}

.un-rel-post-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.un-rel-post-image {
    position: relative;
}

.un-rel-post-image img {
    width: 100%;
}

.un-rel-post-caption {
    padding: 30px;
    position: relative;
    background: #fff;
}

.un-rel-post-title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-right: 100px;
}

.un-rel-post-rm {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 99;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
}

.un-rel-post-rm i {
    vertical-align: sub;
    font-size: 16px;
}

.un-rel-post-cat {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 30px;
    z-index: 99;
    padding: 5px 10px;
    background: #fff;
}

/* Archive */

.un-page-title-wrap {
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 45px;
}

.un-page-title {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

/* pagination */

.un-page-pagination {
    margin-bottom: 60px;
}

/* Post */

.un-page-loop {
    margin-top: 60px;
    margin-bottom: 15px;
}

.un-post-wrap {
    margin-bottom: 30px;
}

.un-post {
    border: 1px solid #F0F0F0;
}

.un-post-media iframe {
    width: 100%;
}

.un-post-image {
    position: relative;
}

.un-post-image img {
    width: 100%;
}

.un-post-caption {
    padding: 30px 30px 50px 30px;
    position: relative;
}

.un-post-links {
    position: absolute;
    bottom: 0;
    right: 0;
}

.un-post-links ul {
    border-top: 1px solid #F0F0F0;
    width: 40px;
    overflow: hidden;
    height: 40px;
}

.un-post-links ul li {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-left: 1px solid #F0F0F0;
    display: inline-block;
    float: left;
}

.un-post-links li.first {
    cursor: pointer;
}

.un-post-title {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.un-post-cat {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 30px;
    z-index: 99;
}

.post-categories {
    list-style: none;
}

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

.post-categories li {
    display: inline-block;
    float: left;
    background: #222;
    padding: 5px 10px;
    color: #fff;
    border-left: 1px solid rgba(255,255,255,0.1);
}

.un-post-meta {
    margin-top: 20px;
}

.un-post-date {
    display: inline-block;
    float: left;
    border: 1px solid #F0F0F0;
    padding: 5px 10px;
    font-style: italic;
    font-size: 12px;
}

.un-post-author {
    display: inline-block;
    float: left;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #F0F0F0;
    padding: 6px 10px;
}

.un-post-author span {
    text-transform: lowercase;
    font-style: italic
}

.un-post-tags {
    margin-top: 15px;
}

.un-post-tags ul {
    text-align: left;
}

.un-post-tags ul li {
    margin: 0 5px 0 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    color: #aaa;
    letter-spacing: 1px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

/* Post */

.un-meta-item {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
}

.un-sep {
    margin: 0 15px;
    font-weight: 300;
}

.un-format-standard:before,
.un-format-video:before,
.un-format-audio:before,
.un-format-gallery:before {
    display: inline-block;
    margin-right: 10px;
    font-family: 'entypo';
    font-size: 13px;
}

.un-format-gallery:before {
    content: '\e9bc';
}

.un-format-video:before {
    content: '\e936';
}

.un-format-audio:before {
    content: '\e9ed';
}

.un-format-standard:before {
    content: '\e999';
}

/* post gallery */

.un-loop .un-post-gallery {
    margin-bottom: 0 !important;
}

.un-loop .un-post-gallery .slick-dots {
    width: auto;
    right: 20px;
    bottom: 20px;
}

.un-post-gallery {
    margin-bottom: 80px !important;
}

.un-post-gallery .slick-dots button {
    background: #F0F0F0;
}

.un-post-gallery .slick-dots {
    bottom: -60px;
}

.un-post-gallery .slick-arrow {
    color: #222;
    font-size: 0;
}

/* widget */

.un-widget {
    margin-bottom: 40px;
    list-style: none;
}

.un-widget select {
    display: block;
    max-width: 100%;
}

.un-widget ul {
    list-style: none;
    margin-left: 0;
}

.un-widget li .sub-menu li {
    list-style-type: square;
    list-style-position: inside;
    padding-right: 10px;
}

.un-widget li .sub-menu li a {
    text-transform: capitalize;
}

.un-widget li a {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

.un-widget-title {
    letter-spacing: 1px;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    height: 40px;
    line-height: 42px;
    padding: 0 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/* widget wp */

.un-page-side .un-widget-title {
    border: 1px solid #F0F0F0;
}

.screen-reader-text {
    display: none;
}

.search-form {
    position: relative;
}

.search-field {
    padding-right: 100px !important;
}

.search-submit {
    height: 40px;
    line-height: 40px;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
}

.wp-caption img {
    height: auto;
}

.search-submit {
    text-transform: uppercase;
}

.calendar_wrap td,
.calendar_wrap th {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}

.tagcloud a {
    font-size: 11px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 2px 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.1);
}

.rsswidget img {
    display: none;
}

/* default wp */

.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.aligncenter {
    margin: 0 auto;
}

/* Gallery */

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

.wp-caption-text {
    text-transform: uppercase;
    text-align: center;
    color: #222;
    padding: 10px 0;
    font-size: 11px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.gallery-caption {}

.gallery {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gallery-item {
    padding: 0 7.5px;
    margin-bottom: 15px;
    float: left;
}

.gallery-item .wp-caption-text {
    margin-bottom: 0;
}

.gallery-item img {
    width: 100%;
    height: 100%;
}

.gallery-columns-1 figure {
    width: 100%;
}

.gallery-columns-2 figure {
    width: 50%;
}

.gallery-columns-3 figure {
    width: 33.3333%;
}

.gallery-columns-4 figure {
    width: 25%;
}

.gallery-columns-5 figure {
    width: 20%;
}

.gallery-columns-6 figure {
    width: 16.6666%;
}

.gallery-columns-7 figure {
    width: 14.2857%;
}

.gallery-columns-8 figure {
    width: 12.5%;
}

.gallery-columns-9 figure {
    width: 11.1111%;
}

/* Footer */

.un-footer-top {
    padding-top: 45px;
}

.un-footer-middle {
    padding-top: 40px;
    background: #222;
}

.un-footer-bottom {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-top: 1px solid rgba(255,255,255,0.1);
    background: #222;
}

.un-footer-copy {
    line-height: 50px;
    color: #f0f0f0;
    text-transform: uppercase;
    font-size: 11px;
    float: left;
}

.un-footer-socials {
    float: right;
}

.un-footer-socials ul {
    text-align: right;
    border-left: 1px solid rgba(255,255,255,0.1);
}

.un-footer-socials ul li {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.un-footer-socials ul li a {
    font-size: 16px;
    vertical-align: middle;
    display: block;
}

.un-btn-up {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    height: 50px;
    width: 50px;
    background: #222;
    position: fixed;
    z-index: 9999;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    right: 0;
    bottom: -100px;
    display: none;
    opacity: 0;
}

.un-footer-logo {
    height: 50px;
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.un-footer-logo img {
    max-height: 20px;
    width: auto;
    margin: 15px 0;
}

/* Comments */

.un-comments-title {
    font-size: 30px;
    margin-bottom: 40px;
}

.un-page-comments {
    padding-top: 60px;
    padding-bottom: 45px;
}

.un-page-comments .children {
    margin-left: 50px;
}

.un-page-comments .avatar {
    position: absolute;
    left: -50px;
    top: -1px;
    padding: 10px;
    background: #F0F0F0;
}

.un-page-comments .comment-body {
    position: relative;
    padding: 30px;
    margin-left: 50px;
    margin-bottom: 30px;
    border: 1px solid #F0F0F0;
}

.un-page-comments .comment-content p:last-child {
    margin-bottom: 0;
}

.un-page-comments .comment-author {
    display: inline-block;
}

.un-page-comments .comment-author .fn {
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
}

.un-page-comments .comment-metadata {
    margin-bottom: 10px;
    font-size: 12px;
}

.un-page-comments .comment-metadata a {
    color: #aaa;
    pointer-events: none;
}

.un-page-comments .says {
    display: none;
}

.un-page-comments .comment-awaiting-moderation {
    font-style: italic;
    color: #aaa;
    margin-bottom: 20px;
}

.un-page-comments .reply {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.un-page-comments .reply a {
    color: #222;
}

.un-page-comments #cancel-comment-reply-link {
    font-size: 14px;
}

.un-post-comments .form-submit {
    margin-bottom: 0;
}

.un-about-author img.avatar {
    display: none;
}

.un-comments-title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.un-form-title {
    font-size: 14px;
    text-transform: uppercase;
}

.comment-reply-title {
    margin-bottom: 40px;
}

.un-page-comments ul {
    margin-bottom: 40px;
}

.un-page-comments li {
    list-style-type: none;
}

#un-comment-form .un-field {
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #f0f0f0;
}

#un-comment-form .un-field input {
    padding-left: 180px;
    width: 100%;
    border: none;
}

#un-comment-form .un-label {
    width: 150px;
    background: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    z-index: 9;
    border-right: 1px solid #f0f0f0;
}

#un-comment-form textarea {
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
    border: 1px solid #F0F0F0;

}

.un-btn-submit {
    text-transform: uppercase;
    width: 150px;
    background: #222;
    color: #fff;
    border: 1px solid #fefefe;
}


/* MEGA MENU EMULATION */

.un-mega-menu > .sub-menu {

    width: 800px !important;

}

.un-mega-menu > .sub-menu > li {

    display: inline-block;
    float: left;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;

}

.un-mega-menu .sub-menu li:after {

    display: none !important;

}

.un-mega-menu > .sub-menu > li > a {

    font-size: 120%;

    height: auto !important;
    width: 100%;

    border-style: solid;
    border-color: rgba(0,0,0,0.05);
    border-width: 1px 1px 1px 0;

}

.un-mega-menu > .sub-menu > li > .sub-menu {

    display: block !important;
    opacity: 1 !important;
    margin: 20px 0 !important;

    position: relative !important;
    top: inherit !important;
    left: inherit !important;

}

.un-mega-menu > .sub-menu > li > .sub-menu > li {

    margin: 0 !important;
    padding: 0 !important;
    height: 30px !important;
    line-height: 30px !important;

    border-right: solid 1px rgba(0,0,0,0.05);


}

.un-mega-menu > .sub-menu > li > .sub-menu > li a {

    height: inherit !important;
    line-height: inherit !important;

    text-transform: none !important;
    font-size: 100% !important;

}

.un-mega-menu > .sub-menu > li > .sub-menu > li .sub-menu {
    display: none !important;
}