/*
Theme Name: Attire
Theme URI: http://wpattire.com/
Description: Attire is a fast, mobile responsive, highly customizable, SEO friendly multipurpose theme built with Bootstrap 4. Attire offers hundreds of customisation options which allows to make a website look exactly the way user intended. This theme allows to customise pages with google-fonts, page background, page header and sidebars.
Author: Shafayat
Version: 1.1.2
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats,  editor-style, custom-menu, full-width-template, theme-options, custom-background, custom-colors, post-formats, translation-ready, custom-header
Text Domain: attire
*/

/* Typography */
body > .container-fluid {
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body #mainframe {
    padding: 0;
}

* {
    outline-color: transparent !important;
    -webkit-transition: 0.2s ease-in-out 0s;
    -moz-transition: 0.2s ease-in-out 0s;
    -ms-transition: 0.2s ease-in-out 0s;
    -o-transition: 0.2s ease-in-out 0s;
    transition: 0.2s ease-in-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
}

p {
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.5px;
    line-height: 1.7;
    margin-bottom: 15px;
    word-spacing: 1px;
    word-wrap: break-word;
}

ul,
ol,
pre,
table,
blockquote {
    margin-top: 0;
}

select {
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*appearance: none;*/
    /*font-family: inherit;*/
    /*font-size: inherit;*/
    /*line-height: inherit;*/
    /*padding: 7px;*/
}

li {
    letter-spacing: 0.5px;
    line-height: 1.7;
    word-spacing: 1px;
}

li.menu-item {
    line-height: 40px;
}

label {
    font-weight: bold;
}

sub, sup {
    font-size: 80%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    font-weight: 300;
}

pre {
    background: rgba(0, 0, 0, .05);
    border-radius: 4px;
    line-height: normal;
    margin-bottom: 1.5em;
    padding: 20px;
    overflow: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    border: 1px solid #CCC;
    height: 30px;
}

th {
    background: transparent; /* Light grey background */
    font-weight: bold; /* Make sure they're bold */
    text-align: center;
}

td {
    background: transparent; /* Lighter grey background */
    text-align: center; /* Center our text */
}

textarea,
input {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

.widget input {
    width: 100%;
}

textarea:focus,
input:focus {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #eeeeee;
}

button, input[type="submit"], input[type="reset"] {
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

button:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    cursor: pointer;
    background: #161616
}

.checkbox, .radio {
    display: inline-block;
    position: relative;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 6px 6px 0 0;
}

input.form-control.file {
    border-color: transparent;
    padding: 0 0 20px;
}

caption {
    padding: 0;
    text-align: left;
    caption-side: top;
}

b, dt, strong, th {
    font-weight: 700;
}

blockquote {
    border-left: 5px solid rgba(0, 0, 0, .05);
    padding: 20px;
    font-style: italic;
    position: relative;
}

.post-author-info .media img {
    /*border-radius: 50%;*/
}

.clear {
    clear: both;
}

/*--------------------------------------------------------------
## Contents
--------------------------------------------------------------*/
/*Image alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignleft:after {
    clear: both;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.aligncenter:after {
    clear: both;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.alignright:after {
    clear: both;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail, img {
    height: auto;
    max-width: 100%;
}

.comment .media {
    display: block;
}

.wp-caption {
    margin-bottom: 1em;
    max-width: 100%;
    position: relative;
}

.wp-caption .wp-caption-text {
    font-size: 75%;
    padding-top: 5px;
    opacity: .8;
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0;
    max-width: 100%;
}

.wp-caption img {
    position: relative;
    vertical-align: bottom;
}

span[id*=more-]:before {
    content: 'Read More...';
}

.sticky .post-title:before {
    content: '\1F4CC  ';
}

.archive-item .sticky {
    background: rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.archive-item .post-title a {
    text-decoration: none;
    color: black;
}

.small-menu a:hover, .archive-item .post-title a:hover, .menu-item:hover a {
    text-decoration: none;
}

/*END:Image alignment */
.author-page .card {
    /*width: 16rem;*/
}

.archive-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.attire-content {
    padding-top: 10px;
    padding-bottom: 20px;
}

#search-top a {
    padding-right: 0;
}

#search-top .dropdown-item {
    padding: 0;
}

.mobile-search {
    padding-top: 7px;
}

.post-meta .single-post {
    margin-top: 20px;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.post-meta .meta-list {
    padding: 0;
    overflow: auto;
}

.post-meta .meta-list a {
    text-decoration: none;
}

.post-meta .meta-list span.bold, .post-navs {
    text-decoration: none;
    font-weight: 500;
}

.wp-post-image {
    margin-bottom: 20px;
}

.post-meta .meta-list span:not(.bold), .post-navs i {
    color: rgba(0, 0, 0, 0.5)
}

.post-meta .meta-list li {
    list-style: none;
    display: inline-block;
    padding: 5px;
    font-style: italic;
}

.gallery-caption {
    display: block;
}

.bypostauthor {
}

a.read-more-link {
    text-decoration: none;
    font-weight: 700;
}

.attire-content .sidebar ul {
    list-style: none;
    padding-left: 0;
}

.customize-partial-edit-shortcut button, .widget .customize-partial-edit-shortcut button {
    left: 0 !important;
}

.site-description {
    white-space: nowrap;
    font-size: 1em;
    margin-top: 0;
}

.logo-header {
    margin: 0;
}

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

ul.pagination li {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3px 5px 3px 5px;
    margin-right: 3px;
    min-width: 32px;
    min-height: 32px;
}

ul.pagination a {
    text-decoration: none;
    cursor: pointer;
}

a.dropdown-item {
    background-color: transparent !important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.dropdown-submenu {
    /*position: relative;*/
}

footer li.menu-item {
    padding: 5px 10px 5px 10px;
}

footer ul {
    margin-bottom: 0;
}

header .dropdown-menu {
    left: 0;
    margin-top: 1px;

}

header .dropdown-menu li {
    margin-right: 1px;

}

footer .dropdown:hover > ul {
    /*position: absolute;*/
    /*margin-left: -1px;*/
}

footer .dropdown-menu {
    margin-top: -1px;
}

.dropdown ul {
    padding: 0;
}

.dropdown ul li {
    width: 100%;
}

.dropdown ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown ul li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown ul li a {
    background-color: transparent;
}

header .dropdown-submenu .dropdown-menu {
    top: -2px;
    left: 100%;
    line-height: 40px;

}

footer .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}

.collapse.navbar-collapse {
    min-height: 100%;
    height: 100%;
}

header .widget-search-form {
    display: none;
}

.widget .ul-search {
    display: none;
}

.widget-search-form .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar .nav-item a {
    white-space: nowrap;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-toggle::after {
    display: none;
}

.navigation2 .small-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Navigation 1; Navigation 6 -> in Source */
.navigation1 .middle-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    margin-top: 0;
}

/*  small menu */

.small-menu {
    min-height: 40px;
}

.small-menu .small-menu .list-inline {
    margin: 8px 0;
}

.small-menu .social-link,
.small-menu .info-link {
    margin: 9px 0;
}

.small-menu .social-link > li,
.small-menu .info-link > li {
    font-size: 12px;
    padding-right: 12px;
    padding-left: 0;
    cursor: pointer;
}

.small-menu .social-link > li > span,
.small-menu .info-link > li > span {
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-left: 6px;
    word-spacing: 2px;
}

.social-icons-div li.list-inline-item {
    padding: 0 6px;
}

.small-menu .list-inline li:last-child {
    padding-right: 0 !important;
}

.small-menu .social-link > li > i,
.small-menu .info-link > li > i {
    float: left;
    font-size: 12px;
    margin-top: 4px;
}

/* middle header */
.middle-header {
    min-height: 65px;
}

.middle-header .middle-logo > .site-logo {
    letter-spacing: 0.3px;
    line-height: 2;
    text-decoration: none;
}

.site-description {
    padding-top: 10px;
}

.site-logo {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

#mobile-search-icon {
    padding-left: 0;
}

/*.middle-header .middle-logo > .site-logo img.site-logo {*/
/*filter: contrast(0.2) saturate(9);*/
/*max-width: 120px;*/
/*padding-top: 20px;*/
/*}*/

.middle-header .middle-social-icon {
    margin-bottom: 0;
}

.social-icons-div {
    margin-bottom: auto;
    margin-top: auto;
}

.middle-header .middle-social-icon > li {
    padding: 0 6px;
}

.middle-header .middle-social-icon > li > i {
    font-size: 13px;
    cursor: pointer;
}

#header-1 .middle-header .site-logo {
    padding-top: 0;
}

#header-1 .middle-header .site-description {
    margin-bottom: 0;
}

#header-1 .middle-header {
    padding: 20px 0;
}

.header-div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.default-menu.navbar-light .navbar-toggler {
    border-radius: 0;
    border-width: 0;
    background-color: transparent;
}

.navbar-toggler i {
    font-size: 1.3em;
}

li.nav-item:not(.desktop-search) a {
    letter-spacing: 1px;
    height: 40px;
    padding: 0 20px;
    display: inline-block;
}

.default-menu.navbar-light .navbar-nav > li > a i {
    position: relative;
}

.default-menu.navbar-light .dropdown-menu {
    border: 0;
    padding: 0;
}

.default-menu .dropdown-menu > li > a {
    padding: 0 20px;
    left: 0.3px;
    word-spacing: 3px;
}

.default-menu.navbar-light .navbar-nav.navbar-left {
    margin-left: -15px;
}

/* nav search */
.default-menu.navbar-light .list-search > li.dropdown-item {
    background-color: transparent;
}

.default-menu .dropdown-menu.list-search {
    border-bottom: 0;
}

.default-menu.navbar-light .nav-search .form-inline {
    position: relative;
}

/*	footer 1 */

.footer1 {
    padding-top: 0;
}

.footer1 .dark {
    font-weight: 200;
    padding: 40px 0;
}

.footer1 .footer-logo .site-logo {
    width: 64px;
    height: 64px;
}

.footer1 p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.footer1 .dark.white .list-inline li.pull-right ul.list-inline li,
.footer1 .dark.white p {
    color: #888;
}

/*	footer 2 */

.footer2 {
    padding-top: 0;
}

.footer2 .dark {
    font-weight: 200;
    padding: 25px 0;
}

.footer2 .dark .footer-logo .site-logo {

    width: 64px;
    height: 64px;
}

.footer2 .dark p {
    color: #ffffff;
    display: inline-block;

    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 12px 0;
    text-transform: capitalize;
}

.footer2 .dark .list-inline ul li i {
    font-size: 13px;
    margin-right: 1px;
    margin-top: 12px;
}

/*	footer 3 */
.footer3 .navbar-brand, .footer1 .navbar-brand {
    margin-right: 0;
}

.footer3 .dark {
    padding: 20px 0;
    font-weight: 200;
}

.footer3 .dark .footer-logo .site-logo {
    width: 120px;
}

.footer3 .dark p {
    display: inline-block;
    letter-spacing: 1px;
    margin: 12px 0;
}

.footer3 .dark .list-inline li i {
    font-size: 15px;
    margin-right: 1px;
}

/*	footer 4 */

.footer4 {
    padding-top: 0;
}

.footer4 .navbar-brand img.small {
    width: 30px;
}

.footer4 .dark {
    padding: 20px 0;
    font-weight: 200;
}

.footer4 .dark .footer-logo .site-logo {
    width: 120px;
}

.footer4 .dark p {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 12px 0;
    text-transform: capitalize;
}

.footer4 .dark .list-inline li.pull-right ul.list-inline li {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}

/*Footer Widget*/
.footer-div {
    margin-top: 0;
}

.footer-widgets .col-lg .widget:first-child {
    padding-top: 20px;
}

.footer-widgets .col-lg .widget:last-child {
    padding-bottom: 20px;
}

.widget {
    padding-top: 10px;
}

.widget input#searchsubmit {
    display: none;
}

.widget ol, .widget ul {
    list-style: none;
    margin: 5px 0;
    padding-left: 0;
}

.widget-title:after {
    content: "";
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    display: block;
    height: 100%;
    width: 10%;
}

footer hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    margin: 1em 0;
    padding: 0;
}

#footer-menu {
    padding-right: 0;
}

#footer-menu li {
    padding-top: 0;
    padding-bottom: 0;
}

footer .dropdown-toggler {
    display: none;
}

a.footer-logo {
    text-decoration: none;
}

/*Header Footer Logo Size*/
/*.footer-logo, .site-logo {*/
/*max-height: 100px;*/
/*max-width: 200px;*/
/*}*/

/*.footer-logo img, .site-logo img {*/
/*max-height: 80px;*/
/*}*/

.post-tags a {
    text-decoration: none;
    padding: 3px 15px 3px 15px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
}

.post-tags a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

/* Post comments css*/

#comments ul, #comments ol {
    list-style: none;
}

.mx_comments, .single-post-author {
    margin-top: 30px;
}

.mx_comments h2 {
    margin-bottom: 0;
}

.commentlist {
    padding-left: 0;
}

.commentlist .card-footer a {
    text-decoration: none;
}

.comment-card .card-footer {
    padding: 7px;
}

.comment-card {
    border-radius: 0;
    background: transparent;
    margin-top: 10px;

}

.comment-edit-reply {
    float: right;
}

.comment-card .card-body {
    border: none;
    background: transparent;
    padding: 10px;
}

#commentform input, #commentform textarea {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 0;
}

.comment-card #respond {
    padding: 20px;
}

.commentlist ul.children {
    border-left: 1px solid rgba(0, 0, 0, .125);
}

.widget ul li {
    margin: 0;
    padding-bottom: 10px;
}

.sidebar .widget .widget-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 13px;
}

/* Navbar search form */

.nav-search-form span {
    background: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.nav-search-form .search-field {
    display: none;
    padding: 0;
    width: 0;
    border-radius: 0;
    border: none;
}

.nav-search-form .input-group {
    max-height: 40px;
}

.nav-search-form button {
    background: transparent;
    border: none;
    cursor: pointer;
}

/* END: Navbar search form */

/* Back-to-top button */

.back-to-top {
    display: none;
    margin: 0;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    z-index: 9999;
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.back-to-top i {
    font-size: 40px;
    color: #ffffff;

}

/* END: Back-to-top button */

/* Page Header */

.page_header_wrap {
    text-align: center;
    background-size: cover;
}

#cph_title {
    margin-top: 0;
}

.page_header_wrap p#cph_description {
    font-size: 1.2em;
}

.page_header_wrap > * {
    height: auto;
}

/* END : Page Header */

/* WooCommerce*/

.woocommerce-cart-form .shop_table .coupon .input-text {
    width: 8.313rem;
}

.variations_form .variations .value > select {
    margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
    max-width: 100%;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    padding: 0 5px;
    margin-right: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: none;
}

/* END : WooCommerce*/

.desktop-search .list-search {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.post-navs.noshow {
    display: none;
}

/* Embedded video responsiveness*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
    max-width: 100%;
}

/* END : Embedded video responsiveness*/

/*TODO : Finalize or remove*/
.bbp-forums {
    margin-top: 50px;
}

.search-result-title {
    margin-bottom: 20px;
}

a.subscription-toggle {
    text-decoration: none;
    font-size: 16px;
    margin-left: 10px;
}

/* END: TODO*/

article.post.product {
    position: relative;
}

article.post.product:before {
    padding: 0 10px;
    font-family: FontAwesome;
    content: "\f07a";
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    font-size: 16pt;
    background: black;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);

}