/*
Theme Name: Nightery
Theme URI: http://demo.wphash.com/nightery/
Author: BootXperts
Author URI: https://themeforest.net/user/bootxperts
Description: Night Club WordPress Theme 
Version: 1.1.9
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nightery
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Nightery is based on WPHash Starter theme http://wphash.com/.

-----------------------------------------------------------------

    CSS INDEX
    ===================

    1 Helper css
    2. Header Wrapper
        2.1 Top bar menu
        2.2 Top bar left side menu
        2.3 Header Top Social icons
        2.4 Header Search
    3. Header Style One
    4. Header Style Two
    5. Stiky Header
    6. Mobile Menu
    7. Contact Form
    8. Footer area
        8.1 Footer Top area
        8.2 Footer Bottom area
    9. Blog Section
    10. Button Style
    11. Service Section
    12. About Section
    13. Gallery Section
    14. Hero Section
    15. Customize Owl Carousel
    16. Dj's Profile Section
    17. Event Section
    18. What We Offers Section
    19. Jockey Section
    20. Booking Section
    21. Contact Us Section


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

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
a,
img,
input {
    transition: all 0.3s ease 0s;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
pre h2 {
    color: #000;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; 
    see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
body {
    background: #1c1c1c;
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #fff;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    color: #fff;
    font-weight: bold;
}
dd {
    color: #fff;
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    background-color: transparent;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
select {
    border: 1px solid #ccc;
    height: 36px;
    width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #ffffff;
}
textarea {
    padding: 10px;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #fff;
}
a:visited {
    color: #fff;
}
a:hover,
a:focus,
a:active {
    color: #d32d0b;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
a {
    color: #ffffff;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation li:hover > a,
.main-navigation ul ul:hover > a,
.main-navigation ul ul a:hover,
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */

.widget select {
    height: 36px;
    width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
form.post-password-form input {
    height: 45px;
    padding: 0 25px;
    background: transparent;
}
form.post-password-form input[type=submit] {
    padding: 0 25px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*=========== Default CSS =============*/
/*--------------------------------------------------------------
# Transition 
--------------------------------------------------------------*/

a,
img,
.img,
.btn,
input,
select,
textarea {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
/*--------------------------------------------------------------
# Selection
--------------------------------------------------------------*/

*::-moz-selection {
    background: #d32d0b;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #d32d0b;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #d32d0b;
    color: #fff;
    text-shadow: none;
}
/*--------------------------------------------------------------
# Placeholder
--------------------------------------------------------------*/

*::-moz-placeholder {
    color: #fff;
    font-family: inherit;
}
::-moz-placeholder {
    color: #fff;
    font-family: inherit;
}
::placeholder {
    color: #fff;
    font-family: inherit;
}
/*--------------------------------------------------------------
# Browser Upgrade
--------------------------------------------------------------*/

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/*--------------------------------------------------------------
# Theme Default
--------------------------------------------------------------*/

html,
body {
    height: 100%;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}
a {
    text-decoration: none;
}
a:hover,
a:active {
    color: #d32d0b;
    text-decoration: none;
    outline: 0 none;
}
a:focus {
    outline: none !important
}
ul,
ol {
    padding: 0
}
p {
    margin: 0 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}
h1,
h2,
h3,
h4,
h5,
h6,
a {
    color: #fff;
}
code {
    padding: 3px 8px;
    border-radius: 0;
    color: #d32d0b;
    background: #F9F0FC;
    font-weight: 600;
}
kbd {
    padding: 3px 5px;
    border-radius: 0;
}
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
    margin: 0 0 50px;
}
/*--------------------------------------------------------------
1 Helper css
--------------------------------------------------------------*/

.clear {
    clear: both
}
.fix {
    overflow: hidden;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}
.aligncenter {
    display: block;
    margin: 0 auto 15px
}
.uppercase {
    text-transform: uppercase
}
.capitalize {
    text-transform: capitalize
}
img,
.img {
    max-width: 100%;
    height: auto;
}
.mark,
mark {
    background: #d32d0b none repeat scroll 0 0;
    color: #ffffff;
}
.text-italic {
    font-style: italic;
}
/* ------------------------------------------------------------------------------------

NOTE: This is Header style file. All Header related style included in this file.

--------------------------------------------------------------------------------------*/
/*-------------------------------- 
2. Header Wrapper
----------------------------------*/
/*-------------------------------- 
2.1 Top bar menu
----------------------------------*/

.header-top-area {
    background-color: #010101;
    height: auto;
    padding: 15px 0;
    transition: all 0.6s ease-in-out 0s;
    width: 100%;
}
.header-info span {
    font-weight: 500;
}
.top-bar-left-content a,
.header-info a {
    color: #cccccc;
}
.header-info span {
    position: relative;
}
.header-info span + span {
    margin-left: 8px;
    padding-left: 8px;
}
.header-info span + span::before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: -2px;
    position: absolute;
    top: 0;
    width: 1px;
}
/*-------------------------------- 
2.2 Top bar left side menu
----------------------------------*/

.top-bar-left-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-bar-left-menu ul li {
    display: inline-block;
}
.top-bar-left-menu ul li a {
    padding: 5px 10px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
}
.top-bar-left-content a:hover,
.header-info a:hover,
.header-social ul li a:hover,
.top-bar-left-menu ul li a:hover {
    color: #d32d0b;
}
.top-bar-left-content {
    color: #cccccc;
}
.top-bar-left-content p {
    margin-bottom: 0;
}
.top-bar-left-content p,
.top-bar-right-content p {
    color: #d32d0b;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.top-bar-left-content p a {
    padding-left: 5px;
}
.top-bar-right-content p a {
    padding-right: 5px;
}
/*-------------------------------- 
2.3 Header Top Social icons
----------------------------------*/

.header-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-social ul li {
    display: inline-block;
}
.header-social ul li a {
    color: #cccccc;
    font-size: 16px;
}
.header-social.text-white > a {
    color: #fff;
}
.menu-middle-area {
    border-top: 1px solid #ddd;
}
.header-social ul li + li {
    margin-left: 20px;
}
/*-------------------------------- 
2.4 Header Search
----------------------------------*/

.header-search {
    margin: 29px 0;
}
.header-search form {
    display: block;
    position: relative;
}
.header-search form input {
    border: 1px solid #ddd;
    height: 40px;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    width: 250px;
}
.header-search form button {
    background-color: transparent;
    border: 0 none;
    color: #999;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.header-search form button i {
    display: block;
    line-height: 38px;
}
.header-search form button:hover {
    color: #d32d0b;
}
/*-------------------------------- 
3. Header Style One
----------------------------------*/

.site-title {
    padding: 22px 0px;
}
.site-title a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    letter-spacing: 0.2px;
}
.header-menu-wrap {
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.header-menu-wrap.logo-left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.header-menu-wrap.logo-center {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.header-menu-wrap.logo-center > div:nth-child(2) {
    -ms-align-self: flex-start;
    align-self: flex-start;
}
.header-menu-wrap.logo-right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.header-menu-wrap.logo-left-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.header-menu-wrap.logo-center-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.header-menu-wrap.logo-right-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.header-menu-wrap.logo-center,
.header-menu-wrap.logo-left-top,
.header-menu-wrap.logo-center-top,
.header-menu-wrap.logo-right-top {
    padding-top: 15px;
}
.primary-nav-wrap ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    list-style: none;
	margin: 0;
}
.primary-nav-wrap ul li {
    list-style: outside none none;
}
.primary-nav-wrap ul li a {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1;
    padding: 35px 18px;
    display: block;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s !important;
}
.primary-nav-wrap.nav-effect-1 > nav > ul > li > a::before {
    background-color: #d32d0b;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transition: all 0.3s ease 0s;
}
.primary-nav-wrap.nav-effect-1 > nav > ul > li > a::before {
    bottom: 0;
}
.primary-nav-wrap.nav-effect-1 > nav > ul > li:hover > a::before,
.primary-nav-wrap.nav-effect-1 > nav > ul > li.active > a::before,
.primary-nav-wrap.nav-effect-1 > nav > ul > li.current-menu-item > a::before {
    transform: scaleX(0);
}
.primary-nav-wrap > nav > ul > li:hover > a,
.primary-nav-wrap > nav > ul > li.current-menu-item > a,
.primary-nav-wrap ul.sub-menu li.current-menu-item a {
    color: #fff;
    background-color: #d32d0b;
}
.header-menu-wrap .primary-nav-wrap .sub-menu > li > a,
.header-area.header-sticky.sticky .primary-nav-wrap ul li a,
.header-menu-wrap .primary-nav-wrap ul li a {
    visibility: inherit;
}
/*-------------------------------- 
4. Header Style Two
----------------------------------*/

.header-style-2 .header-menu-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.header-style-2 .header-menu-wrap > div {
    width: 100%;
}
.header-style-2 .primary-nav-wrap ul li a {
    display: block;
    transition: all 0.3s ease-in-out 0s;
}
.header-style-2 .primary-nav-wrap ul li a {
    display: block;
    transition: all 0.3s ease-in-out 0s;
}
.header-style-2 .header-menu-wrap .site-title {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-mid-inner.logo-left-search-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.header-menu-wrap .site-description {
    line-height: 1;
    margin: 0;
    transition: 0.3s;
    font-size: 14px;
    letter-spacing: 0;
}
.header-menu-wrap .site-title h3 {
    line-height: 1;
    margin-bottom: 7px;
    transition: 0.3s;
}
/* Separetor */

.hr-style-1 {
    border-bottom: 1px solid #333333;
}
/* Header Transparent */

.header-area.header-transparent {
    background: transparent none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 32px;
    width: 100%;
    z-index: 9999;
}
.header-area.header-transparent {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0);
}
.header-area {
    background-color: rgba(19, 19, 19, 0.75);
    width: 100%;
}
header.header-transparent {
    background: transparent none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.logged-in header.header-transparent {
    top: 32px;
}
/*-------------------------------- 
5. Stiky Header
----------------------------------*/

.header-area {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
}
.header-area.sticky {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(19, 19, 19, 0.75) none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
}
.logged-in .header-area.sticky {
    top: 32px;
}
.header-area.header-style-2.header-sticky.sticky {
    left: inherit;
    position: static;
    top: inherit;
    width: auto;
}
.header-area.header-style-2.header-sticky.sticky .header-buttom {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
}
.logged-in .header-area.header-style-2.header-sticky.sticky .header-buttom {
    top: 32px;
}
.header-area.header-style-2.header-sticky.sticky .header-buttom .site-title.hidden {
    display: block !important;
}
.header-area.header-style-2.header-sticky.sticky .header-buttom .sticky_menu_logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
}
.sticky_menu_logo .site-title.hidden {
    padding: 0;
    padding-right: 50px;
}
/* Header Menu Style */

.primary-nav-wrap .sub-menu {
    background: rgba(19, 19, 19, 0.75) none repeat scroll 0 0;
    height: auto;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
}
.primary-nav-wrap ul > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 550;
}
.primary-nav-wrap ul li {
    list-style: outside none none;
    position: relative;
}
.primary-nav-wrap .sub-menu > li {
    display: block;
    margin: 0;
    width: 100% !important;
}
.primary-nav-wrap ul.sub-menu {
    display: block;
}
.primary-nav-wrap ul.sub-menu li {
    display: block;
}
.primary-nav-wrap .sub-menu > li > a {
    line-height: 24px;
    padding: 10px 20px;
    text-transform: capitalize;
}
.primary-nav-wrap .sub-menu > li:hover > a {
    background-color: #d32d0b;
    color: #fff;
}
.primary-nav-wrap ul.sub-menu li .sub-menu {
    left: 100%;
    top: 5px !important;
}
.primary-nav-wrap ul > li.last-elements ul.sub-menu {
    left: auto;
    right: 0%;
    top: 100% !important;
}
.primary-nav-wrap ul > li.last-elements ul.sub-menu li .sub-menu {
    left: auto;
    right: 100%;
    top: 0 !important;
}
/*-------------------------------- 
6. Mobile Menu
----------------------------------*/

.mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
    z-index: 9;
}
/*-- Menu Open/Close Button --*/

a.meanmenu-reveal {
    height: auto;
    line-height: 1;
    padding: 0;
    top: -50px;
    width: auto;
}
a.meanmenu-reveal:hover,
a.meanmenu-reveal:focus {
    color: #d32d0b;
    outline: medium none;
}
a.meanmenu-reveal i {
    display: block;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
}
/*-- Mobile Menu Nav --*/

.mean-nav {
    background-color: transparent;
    margin: 0;
}
.mean-nav a.mean-expand {
    border: medium none !important;
    color: #fff !important;
    font-size: 18px !important;
    height: 44px;
    line-height: 44px;
    padding: 0 !important;
    text-align: center;
    width: 44px !important;
    top: 1px;
}
.mean-nav a.mean-expand:hover {
    color: #fff !important;
}
.mean-nav a.mean-clicked {
    font-size: 22px !important;
}
.mean-nav > ul {
    float: left;
    padding: 15px 0;
}
.mean-nav > ul > li > a {
    border-color: #eee;
    color: #464646;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 30px 6px 0;
}
.mean-nav > ul > li > a:hover,
.mean-nav > ul > li.current-menu-item > a {
    background: #d32d0b none repeat scroll 0 0;
    color: #fff;
}
/*-- Mobile Sub & Mega menu --*/

.mean-nav .sub-menu,
.mean-nav .mega-menu {
    box-shadow: none;
    float: left;
    opacity: 1;
    position: static;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    visibility: visible;
    z-index: 1;
}
.mean-nav ul li li {
    margin: 0;
    padding: 0;
}
.mean-nav ul li li a {
    border-color: #333;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    opacity: 1;
    padding: 10px 30px 10px 15px;
    text-transform: uppercase;
    width: 100% !important;
}
.mean-nav .sub-menu li:hover > a {
    color: #fff;
}
.mean-nav .sub-menu li.current-menu-item:hover > a, 
.mean-nav .sub-menu li.current-menu-item > a {
    background-color: #d32d0b;
    color: #fff;
}
.mean-nav ul li li.current-menu-item > a,
.mean-nav ul li li > a:hover,
.mean-nav .sub-menu li > a:hover {
    background-color: #d32d0b;
    color: #fff;
}
.mean-nav ul li li li a {
    padding: 10px 30px 10px 25px;
}
.mean-nav ul li li li li a {
    padding: 10px 30px 10px 35px;
}
.mean-nav ul li li li li li a {
    padding: 10px 30px 10px 45px;
}
.mean-nav ul li li li li li li a {
    padding: 10px 30px 10px 55px;
}
/*-------------- 10. our-blog-area --------*/

.our-blog-area {
    padding: 80px 0;
}
.single-blog {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.bolg-img a {
    position: relative;
    display: block;
}
.bolg-img a::before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.single-blog:hover .bolg-img a::before {
    opacity: 1;
}
.blog-text {
    padding: 25px 15px;
}
.blog-text h2 a {
    color: #fff;
    font-size: 30px;
    transition: .3s;
}
.blog-text h4 a:hover {
    color: #d32d0b;
}
.blog-date span {
    font-size: 12px;
    margin-right: 10px;
}
.blog-date span i {
    font-size: 14px;
    margin-right: 8px;
}
.blog-text p {
    margin-bottom: 12px;
    margin-top: 6px;
}
.blog-text a:hover {
    color: #d32d0b;
}
.blog-text ol,
.blog-text ul {
    padding-left: 15px;
}
.blog-text > .blog-read-more {
    border: 1px solid #e5e5e5;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    padding: 8px 30px;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
}
.single-blog {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
/*-----------blog-story-area--------------- */

.post-breadcrumb-banner-area {
    background-image: url('images/pagetitle-bg.jpg');
    padding: 100px 0;
}
.bg-opacity {
    position: relative;
}
.bg-opacity::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.breadcrumb-text {
    position: relative;
    z-index: 1;
    text-align: center;
}
.breadcrumb-text h1 {
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 48px;
    font-family: 'Kaushan Script', cursive;
}
.post-breadcrumb-banner-area h3 {
    color: #fefefe;
}
.breadcrumb-menu ul li {
    display: inline-block;
    padding: 0 5px;
    text-transform: capitalize;
}
.breadcrumb-menu ul li::after {
    color: #fff;
    content: "/";
    display: inline-block;
    float: right;
    position: relative;
    right: -6px;
    top: 2px;
}
.breadcrumb-menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
/*--------  Breadcrumb style default  -----------*/

.breadcrumbs-area {
    padding: 125px 0;
    background-color: #ededed;
}
.breadcrumbs-area,
.breadcrumbs-area.breadcrumbs-bg,
.breadcrumbs-area.bredcrumb-blog {
    background-image: url("images/pagetitle-bg.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    z-index: 1;
}
.breadcrumbs-area::before,
.breadcrumbs-area.breadcrumbs-bg::before,
.breadcrumbs-area.bredcrumb-blog::before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.breadcrumbs-area-default .breadcrumbs .page-title,
.breadcrumbs-area-default .breadcrumbs ul,
.breadcrumbs-area-default .breadcrumbs ul li,
.breadcrumbs-area-default .breadcrumbs ul li a {
    color: #fff;
}
.breadcrumbs-area-default .breadcrumbs ul li a:hover {
    color: #d32d0b;
}
.breadcrumbs-area-default .breadcrumbs ul li,
.breadcrumbs ul li {
    padding-left: 5px;
    padding-right: 5px;
    word-break: break-word;	
}
.breadcrumbs-area-default .breadcrumbs ul li:last-child,
.breadcrumbs ul li:last-child {
    padding-right: 0px;
}
.breadcrumbs-area-default .breadcrumbs ul li:first-child,
.breadcrumbs ul li:first-child {
    padding-left: 0px;
}
.page-title-search-box.search-left {
    float: left;
}
.page-title-bar {
    overflow: hidden;
}
.page-title-bar.right-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.page-title-bar.left-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.breadcrumbs h1.page-title {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 48px;
    word-wrap: break-word;
    font-family: 'Kaushan Script', cursive;
}
.header-caption-inner h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.page-title-bar-center h1.page-title {
    margin-bottom: 20px;
}
.breadcrumbs ul {
    color: #333;
    text-align: center;
	margin: 0;
}
.breadcrumbs li {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
}
.breadcrumbs ul li a {
    color: inherit;
}
.breadcrumbs ul li a:hover,
.breadcrumbs ul li {
    color: #fff;
}
.breadcrumbs ul li a.active::after {
    color: #fff;
}
.page-title-bar-center .page-title {
    float: inherit;
}
.page-title-bar-center .page-title-search-box > form {
    margin: auto;
}
.pattern-bread h1.page-title {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-top: 0;
}
.pattern-bread .breadcrumbs > ul {
    display: inline-block;
    float: right;
    margin-top: 5px;
    color: #fff;
}
.border-bread {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}
.bg-2.bread-bg {
    background-attachment: fixed;
    background-position: center center;
}
.breadcrumbs-img h1.page-title {
    color: #000;
}
.breadcrumbs-img .breadcrumbs > ul li a {
    color: #fff;
}
.breadcrumbs-img .breadcrumbs > ul li {
    color: #fff;
}
.breadcrumbs-img .breadcrumbs ul li a::after {
    background-color: #000;
}
.page-title-bar.right-title .page-title-search-box,
.page-title-bar.right-title ul {
    float: left;
}
.page-title-search-box button {
    background-color: #d32d0b;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    height: 100%;
    line-height: 15px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 40px;
}
.page-title-search-box > form {
    width: 250px;
    position: relative;
}
.page-title-search-box input {
    border: 0 none;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
/* Overlay */

section.breadcrumbs-area {
    position: relative;
    z-index: 1;
}
section.breadcrumbs-area::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcrumbs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    justify-content: space-between;
}
.breadcrumbs.breadcrumbs-title-left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.breadcrumbs.breadcrumbs-title-right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.breadcrumbs.breadcrumbs-title-center {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.breadcrumbs-title-center .page-title,
.breadcrumbs-title-center .page-title-bar {
    padding: 5px 0;
}
.breadcrumbs-title-center .page-title-search-box {
    margin-top: 10px;
}
.page-area {
    padding: 80px 0;
}
.blog-story-area {
    padding: 80px 0;
}
.blog-img-2 {
    margin-bottom: 30px;
}
.blog-header h1 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.story-hbtitle p {
    font-weight: 500;
    line-height: 1.4;
    word-break: break-word;	
}
.story-hbtitle blockquote cite a:hover {
    color: #d32d0b;
}
.story-hbtitle blockquote cite a {
    color: #000;
}
.story-hbtitle blockquote {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-left: 2px solid #d32d0b;
    font-size: 14px;
    margin: 10px 0 10px 55px;
    color: #fff;
}
.tab-info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
}
.meta-info {
    background-color: #ededed;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
.meta-info span {
    margin-left: 5px;
}
.meta-info span:first-child {
    margin-left: 0;
}
.meta-item i {
    margin-right: 5px;
}
/*-------------------------------- 
7. Contact Form
----------------------------------*/

.contact-form p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.contact-form label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}
.contact-form textarea {
    border: 1px solid #e8e8e8;
    font-size: 12px;
    font-weight: 500;
    height: 168px;
    margin-bottom: 20px;
    padding: 8px 15px;
    width: 100%;
}
.btn {
    background: #d32d0b none repeat scroll 0 0;
}
.contact-form input {
    border: 1px solid #e8e8e8;
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 500;
    height: 36px;
    padding: 8px 15px;
    width: 100%;
}
.contact-form button {
    background: #d32d0b none repeat scroll 0 0;
    border: 1px solid #d32d0b;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    text-transform: uppercase;
    transition: all .5s ease 0s;
}
.contact-form button:hover {
    background: #26ccff none repeat scroll 0 0;
    border-color: #26ccff;
}
/**
* Pgination 
*/

.post-pagination {
    text-align: center;
}
.post-pagination .nav-links > ul {
    padding-left: 0;
    padding-right: 0;
    margin-left: -7px;
    margin-right: -7px;
}
.post-pagination .nav-links > ul > li,
.pagination > a,
.page-links > span:not(.page-links-title),
.page-links > a {
    display: inline-block;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}
.post-pagination .nav-links > ul > li > a,
.post-pagination .nav-links > ul > li > span,
.pagination > a,
.page-links > span:not(.page-links-title),
.page-links > a {
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0 7px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}
.pagination > a,
.page-links > span:not(.page-links-title),
.page-links > a {
    display: inline-block;
}
.post-pagination .nav-links > ul > li > span.current,
.post-pagination .nav-links > ul > li:hover a,
.pagination > a:hover,
.page-links > span:not(.page-links-title):hover,
.page-links > a:hover {
    color: #fff;
    border-color: #d32d0b;
    background-color: #d32d0b;
}
/*-------------------------------- 
8. Footer area
----------------------------------*/
/*========================================
8.1 Footer Top area
/*========================================*/
.widget ul li {
    word-break: break-word;
}
.single-footer .footer-logo {
    margin-bottom: 35px;
}
.footer-top-area {
    background: #131313;
    position: relative;
    z-index: 1;
}
.footer-top-area::before {
    background: #131313 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.single-footer {
    margin: 75px 0 55px 0;
    overflow: hidden;
}
.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.single-footer .footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-footer .footer-social li {
    display: inline-block;
}
.single-footer .footer-social li a {
    border: 1px solid;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}
.single-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-footer ul li ul {
    margin-left: 1.2em;
}
.single-footer ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.single-footer ul li a:hover {
    color: #d32d0b;
}
.single-footer .footer-social {
    float: left;
}
.single-footer input {
    background: transparent;
    border: 1px solid #666;
    color: #999999;
    font-size: 13px;
    height: 40px;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 15px;
}
.single-footer input[type=submit],
.single-footer input.btn {
    padding-left: 0px;
}
.single-footer textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #999999;
    font-size: 13px;
    padding-left: 20px;
    width: 100%;
    height: 80px;
}
.single-footer .submit-btn-1 {
    font-size: 14px;
    margin-top: 10px;
    padding: 12px 15px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    transition: all 0.5s ease 0s;
    width: inherit;
}
.single-footer .submit-btn-1:hover {
    color: #ff0300;
    border: 1px solid#ff0300;
}
.sub-form-group input::-webkit-input-placeholder {
    color: #ffffff;
}
.sub-form-group input::-moz-placeholder {
    color: #ffffff;
}
.sub-form-group input:-ms-input-placeholder {
    color: #ffffff;
}
.sub-form-group input:-moz-placeholder {
    color: #ffffff;
}
.mc4wp-form-fields .btn-submit {
    background-color: #d32d0b;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    padding: 10px 23px;
    text-transform: uppercase;
}
.single-footer p {
    line-height: 24px;
}
.mc4wp-alert.mc4wp-success p {
    color: green;
}
.mc4wp-alert.mc4wp-error p {
    color: red;
}
.mc4wp-alert.mc4wp-warring p {
    color: yellow;
}
/*=============================
8.2 Footer Bottom area
=========================*/

.footer-bottom {
    background: #010101 none repeat scroll 0 0;
    padding: 25px 0;
    width: 100%;
}
.copyright .row {
    display: flex;
    flex-flow: row wrap;
}
.copyright .row .col-sm-6 {
    align-self: center;
}
.copyright-text p {
    letter-spacing: 1px;
    margin-bottom: 0;
}
.copyright-text a {
    color: #fff;
}
.footer-social {
    float: right;
}
.footer-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-bottom ul li {
    display: inline-block;
}
.footer-bottom ul li a {
    background-color: transparent;
    border: 1px solid #f7f7f7;
    border-radius: 100%;
    color: #f7f7f7;
    display: block;
    font-size: 16px;
    height: 35px;
    line-height: 33px;
    margin: 0 5px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 35px;
}
.footer-bottom ul li a:hover {
    background-color: #d32d0b;
    border-color: #d32d0b;
    color: #fff;
}
.footer-bottom .col-sm-6:first-child .copyright-text,
.footer-bottom .col-sm-6:first-child .footer-social {
    float: left;
}
.footer-bottom .col-sm-6:last-child .copyright-text,
.footer-bottom .col-sm-6:last-child .footer-copyright-menu,
.footer-bottom .col-sm-6:last-child .footer-social {
    float: right;
}
.footer-all .footer-icon {
    margin-bottom: 40px;
}
/* Footer Section */

.footer-area {
    width: 100%;
    height: 100%;
    background-color: #131313;
}
.footer-title {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.company-logo {
    margin: 5px 0px 30px;
}
.footer-content ul {
    padding: 0;
    margin: 0;
}
.address-list li {
    position: relative;
    margin-bottom: 22px;
}
.address-list li:last-child {
    margin-bottom: 0;
}
.address-list i {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 8px;
    left: 0;
    border-radius: 50%;
    border: 1px solid #f7f7f7;
    font-size: 20px;
    line-height: 35px;
    color: #d32d0b;
    text-align: center;
	padding-left: 2px;
}
.address-list p {
    width: 100%;
    padding-left: 48px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0 0 3px 0;
}
.footer-content .address-list {
    margin-top: 10px;
}
.opening-time p,
.opening-time small,
.opening-time strong {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 0px;
}
.opening-time p {
    width: 100%;
    display: table;
    margin-bottom: 10px;
}
.opening-time p:last-child {
    margin: 40px 0px 0px;
}
.opening-time small {
    width: 36%;
    float: left;
    text-align: right;
}
.opening-time strong {
    width: 64%;
    float: left;
    position: relative;
    overflow: hidden;
}
.opening-time strong:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 7px;
    background-color: #fff;
    z-index: 1;
}
.twitter-list li {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 48px;
    position: relative;
}
.twitter-list li:after {
    content: "\f099";
    font-family: FontAwesome;
    position: absolute;
    width: 35px;
    height: 35px;
    top: 8px;
    left: 0;
    border-radius: 50%;
    border: 1px solid #f7f7f7;
    font-size: 18px;
    color: #d32d0b;
    line-height: 35px;
    text-align: center;
}
.twitter-list p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #f7f7f7;
    margin-bottom: 10px;
}
.twitter-list li:last-child {
    margin-bottom: 0;
}
.twitt-time {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #d32d0b;
    margin-bottom: 20px;
}
.footer-form p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #f7f7f7;
    margin-bottom: 25px;
}
.footer-form .form-group {
    margin-bottom: 25px;
}
.footer-form .input-group {
    border: 0px;
    background-color: #222222;
}
.footer-form .form-control {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    color: #b1b1b1;
}
/*=============== 
soical share link widget 
===================*/

.solical-links {
    display: block;
}
.solical-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.solical-links ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
}
.solical-links ul li a {
    display: block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    text-align: center;
}
.footer-bottom .footer-social ul li a:hover {
    color: #fff;
}
/*************************************
 Custom-content all   
**************************************/

.site-wrapper.boxed-layout {
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    position: relative;
    max-width: 1240px;
    width: 100%;
    background: #fff;
}
.boxed-layout .sticky {
    left: auto;
    margin: auto;
    width: 1240px;
}
.boxed-layout .header-area,
.boxed-layout .header-bottom {
    left: auto;
    max-width: 1240px;
    right: auto;
    width: 100%;
    z-index: 9999999;
}
/*---------
scroll button
----------*/

a#scrollUp {
    background-color: #d32d0b;
    border: 1px solid #d32d0b;
    bottom: 30px;
    color: #fff;
    font-size: 20px;
    height: 45px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    width: 45px;
    border-radius: 3px;
}


/*--------- woocommerce customizations ----------*/

/*table border color*/
.woocommerce table.shop_table,
.woocommerce table th,
.woocommerce table td,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-color: #555;
}
/*table border color END*/

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce .products ul,
.woocommerce ul.products {
    padding-top: 30px;
    margin: 0;
}
.woocommerce .products .star-rating {
    display: inline-block;
    float: none;
    text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
    transition: all 0.5s ease 0s;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
    color: #d23113;
}
.woocommerce ul.products li.product a img {
    margin: 0;
}
.woocommerce ul.products li.product .price del {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #fff;
    font-size: 18px;
    font-weight: 700
}
.woocommerce table.shop_attributes td {
    text-align: center;
}
.woocommerce .cart .button, 
.woocommerce .shipping-calculator-form button.button ,
.woocommerce .checkout_coupon button.button{
    color: #fff;
}
.woocommerce .woocommerce-shipping-fields #ship-to-different-address  label.checkbox span{
    padding-left: 20px;
}
.woocommerce .woocommerce-shipping-fields #ship-to-different-address  label.checkbox #ship-to-different-address-checkbox{
    position: absolute;
    top: 3px;
    margin-left: 0;
    bottom: 0;    
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li{
    list-style: none;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
}
.woocommerce form.woocommerce-EditAccountForm legend {
    color: #fff;
}
.woocommerce-edit-account .woocommerce-MyAccount-content button.woocommerce-Button {
    margin-top: 15px;
    color: #fff;
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins {
    color: #383838;
    font-size: 18px;
    font-weight: 700;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: inherit;
    border: 1px solid;
    border-radius: 2px;
    padding: 10px 15px;
    color: #fff;    
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: inherit;
    color: #d23113;
}
.woocommerce span.onsale {
    background-color: #d23113;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    min-height: 25px;
    min-width: 25px;
    padding: 1px 12px;
    left: 0;
    top: 0;
}
.single-product.woocommerce span.onsale {
    left: 5px;
    padding: 5px 25px;
    position: absolute;
    top: 20px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    border-radius: 0;
    height: 40px;
    right: 6px;
    top: 20px;
    width: 40px;
    z-index: 9;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    left: 48%;
    position: absolute;
    top: 47%;
    transform: translateY(-50%) translateX(-50%);
    width: 10px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    left: 26px;
    top: 22px;
}
/*---pagination---*/

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a {
    border: 1px solid transparent;
    color: #444;
    display: inline-block;
    padding: 10px 15px;
    background: #fff;
    color: #000;
}
.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;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a:hover {
    background: #555 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #ddd;
}
/*-----single-product---- */

h1.product_title {
    font-size: 24px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin: 20px 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    margin: 0 5px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: transparent;
    color: inherit;
}
.woocommerce .quantity .qty {
    margin-right: 10px;
    width: 6.631em;
    border-color: #666;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: inherit;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    border: 1px solid #d23113;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #d23113;
}
.woocommerce-info::before,
.woocommerce-message::before {
    color: #d23113;
}
.woocommerce-info,
.woocommerce-message {
    border-top-color: #d23113;
}
.woocommerce-info a,
.woocommerce-message a{
    color:#d23113;
}
.woocommerce .woocommerce-error{
    margin-left: 0;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    color: #000;
}
.woocommerce div.product .woocommerce-tabs .panel {
    background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #555;
    border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
}
.woocommerce #review_form #respond textarea {
    color: #000;
}
.woocommerce-page #content table.cart td.actions .input-text {
    color: #000;
}
/*--cart page--*/
.woocommerce-cart .woocommerce table.shop_table{
    margin-bottom: 70px;
}

.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-cart table th,
.woocommerce-cart .woocommerce-cart table.cart th {
    text-align: center;
}
.woocommerce a.remove {
    color: #555 !important;
    margin: auto;
}
.woocommerce a.remove:hover {
    background: #d23113 none repeat scroll 0 0;
}
.woocommerce-page #content table.cart td.actions .input-text {
    width: 55%;
}
.woocommerce table.shop_table td.actions {
    padding: 14px 12px;
}
.woocommerce input.button[disabled]:disabled:hover {
    background-color: inherit;
    color: #d23113;
}
.coupon input {
    float: left;
    width: auto;
    margin-bottom: 20px;
}
.actions input[name="update_cart"] {
    width: auto;
}
/*--checkout---*/

#customer_details {
    float: left;
    width: 48%;
}
.checkout-order {
    float: right;
    width: 48%;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: 100%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 100%;
}
.checkout-order input {
    width: inherit;
    height: inherit;
}
.checkout-order ul li {
    list-style: none;
}
/* Single Product style */

.woocommerce .single-product,
.woocommerce .woocommerce-loop-product__link,
.woocommerce .single-product-image {
    position: relative;
    display: block;
}
.woocommerce ul.products li.product .single-product span.onsale {
    background: transparent none repeat scroll 0 0;
    color: #606060;
    font-weight: 400;
    left: 10px;
    line-height: 1;
    margin: 0;
    min-height: 0;
    padding: 0;
    position: absolute;
    right: auto;
    text-transform: uppercase;
    top: 10px;
}
.woocommerce ul.products li.product .single-product:hover span.onsale {
    color: #ffffff;
}
.woocommerce ul.products li.product .single-product .star-rating {
    display: block;
    float: none;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 10px;
}
.woocommerce ul.products li.product .star-rating {
    font-size: 0.75em;
    height: 1.1em;
}
.woocommerce ul.products li.product .single-product:hover .star-rating {
    color: #d23113;
}
.woocommerce ul.products li.product .single-product .button {
    border-color: #fff;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    top: 60%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.4s ease 0s;
}
.woocommerce ul.products li.product .single-product .added_to_cart {
    background-color: inherit;
    border: 1px solid;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin-top: 0;
    opacity: 0;
    padding: 10px 15px;
    position: absolute;
    top: 60%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.4s ease 0s;
}
.woocommerce ul.products li.product .single-product .added_to_cart:hover {
    border-color: #d23113;
    color: #d23113;
}
.woocommerce ul.products li.product .single-product:hover .added_to_cart {
    opacity: 1;
    top: 50%;
}
.woocommerce ul.products li.product .single-product .single-product-image .woocommerce-LoopProduct-link.woocommerce-loop-product__link:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
}
.woocommerce ul.products li.product .single-product:hover .single-product-image .woocommerce-LoopProduct-link.woocommerce-loop-product__link:before {
    opacity: 1;
}
.woocommerce ul.products li.product .single-product:hover .button {
    top: 50%;
    opacity: 1;
}
.woocommerce ul.products li.product .single-product:hover .add_to_cart_button.added {
    top: 50%;
    opacity: 0;
    visibility: hidden;
}
.woocommerce ul.products li.product .single-product .button:hover {
    background: #d23113 none repeat scroll 0 0;
    border-color: #d23113;
    color: #fff;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce ul.products li.product .price del {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    box-shadow: none;
    width: 100px;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border-radius: 2px;
    padding: 7.5px 15px;
}
.woocommerce .quantity .qty {
    border-radius: 2px;
    padding: 6.5px 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    border: 1px solid #d3ced2;
}
.woocommerce p.stars a::before {
    color: #d23113;
}
.woocommerce .comment-form input,
.woocommerce .comment-form textarea {
    border-radius: 0;
    margin-bottom: 5px;
    padding: 7px 10px;
    width: 100%;
}
.woocommerce .comment-form .form-submit input.submit {
    border-radius: 0;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 10px 10px;
    width: 180px;
}
.woocommerce ol.commentlist li {
    list-style: outside none none;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    display: inline-block;
    float: none;
}
.woocommerce div.product div.images .flex-control-thumbs {
    text-align: center;
}
.woocommerce div.product form.cart .variations label {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.single_variation_wrap .woocommerce-variation {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}
.woocommerce div.product form.cart .variations {
    margin-top: 20px;
}

/*payment box*/
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #555;
    border-radius: 5px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #fff;
    color: #000;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: '';
    display: block;
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
    color: #000;
}
/*payment box END*/

/*billing details form*/
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    font-size: 12px;
    padding-left: 10px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .select2-container--default .select2-selection--single{
    border: 1px solid #555;
    border-radius: 0;
    height: 40px;
    background: transparent none repeat scroll 0 0;
    color: #fff;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered, 
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    line-height: 38px;
    color: #fff;
}
.select2-dropdown {
    background-color: #555;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #0073aa;
    color: #fff;
}
.select2-container--default .select2-results__option[aria-selected=true], 
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #0073aa;
}
.select2-dropdown input[type="text"]:focus{
    color: #000;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #555;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #555;
}

/*billing details form END*/

.woocommerce div.product form.cart .variations label {
    color: #fff;
}


/*--------- woocommerce customizations END ----------*/



/* Unit test by*/

article.sticky,
article.tag-sticky-2 {
    border: 1px solid #d32d0b;
}
article.sticky .post-footer,
article.tag-sticky-2 .post-footer {
    padding-bottom: 40px;
}
.story-hbtitle li {
    margin-bottom: 10px;
}
table {
    border: 1px solid rgba(255, 255, 255, 255.08);
    margin-bottom: 20px;
    vertical-align: top;
    width: 100%;
}
table th {
    border-bottom: 1px solid rgba(255, 255, 255, 255.08);
    border-right: 1px solid rgba(255, 255, 255, 255.08);
    color: #fff;
    font-weight: 700;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}
table td {
    border-bottom: 1px solid rgba(255, 255, 255, 255.08);
    border-right: 1px solid rgba(255, 255, 255, 255.08);
    padding: 8px;
    vertical-align: top;
}
table th a,
table th a:hover {
    text-decoration: underline;
}
.post-password-form input[type="submit"] {
    background: #d32d0b none repeat scroll 0 0;
    border: 1px solid #d32d0b;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 5px 10px;
}
.post-password-form input[type="submit"]:hover {
    background: transparent none repeat scroll 0 0;
    color: #d32d0b;
}
.post-password-form input[type="password"] {
    border-radius: 0;
}
#wp-calendar tbody tr,
#wp-calendar tbody th,
#wp-calendar caption,
#wp-calendar thead tr,
#wp-calendar thead th {
    color: #ffffff;
}
#wp-calendar tbody tr td {
    border: 1px solid #333;
    color: #ffffff;
    text-align: center;
}
#wp-calendar tbody tr td#today {
    background: #d32d0b none repeat scroll 0 0;
    color: #fff;
}
#wp-calendar tbody tr td#today a:hover {
    color: #fff !important;
}
#wp-calendar thead tr th,
#wp-calendar tfoot tr td,
#wp-calendar {
    border: 1px solid #333;
}
#wp-calendar {
    overflow: visible;
}
#wp-calendar th {
    text-align: center;
}
.copy ul li {
    list-style: disc;
    margin: 0 0 6px 30px;
}
.copy ul {
    list-style: disc;
    margin: 0 0 26px;
}
.copy ol {
    list-style: decimal;
    margin: 0 0 26px;
}
.copy ol li {
    list-style: decimal;
    margin: 0 0 6px 20px;
}
.copy ul ul,
.copy ul ol,
.copy ol ol,
.copy ol ul {
    margin-bottom: 0;
}
.wp-audio-shortcode {
    margin-bottom: 15px;
}
.story-hbtitle ol li {
    margin: 0 0 6px;
}
.story-hbtitle ol {
    list-style: decimal;
    margin: 0 0 26px 35px;
}
.story-hbtitle ul {
    list-style: disc;
}
.story-hbtitle ul li {
    margin: 0 0 6px;
}
.story-hbtitle ul ul,
.story-hbtitle ul ol,
.story-hbtitle ol ol,
.story-hbtitle ol ul,
.entry-content ul ul,
.entry-content ol ol {
    margin-bottom: 0;
}
.entry-content ul,
.entry-content ol {
    margin: 0 0 26px 35px;
}
.entry-content ol li {
    list-style: decimal;
    margin: 0 0 6px;
}
.footer-area table {
    border: 2px solid #fff;
}
.footer-area caption {
    color: #fff;
}
.footer-area table th {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    color: #fff;
}
.footer-area table td {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.footer-area table#wp-calendar a {
    color: #fff;
}
.footer-area .widget_tag_cloud .tagcloud a:hover {
    color: #d32d0b;
}
.footer-area .widget_tag_cloud .tagcloud a {
    color: #fff;
}
.shopping-button button[type="submit"] {
    background: #d32d0b none repeat scroll 0 0;
    border: 1px solid #d32d0b;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    padding: 8px 14px;
    transition: all 0.3s ease 0s;
}
.shopping-button button[type="submit"]:hover {
    background: transparent none repeat scroll 0 0;
    color: #d32d0b;
}
/* Heading font size */

.contact-form h1,
.contact-form h2,
.contact-form h3,
.contact-form h4,
.contact-form h5,
.contact-form h6,
.story-hbtitle h1,
.story-hbtitle h2,
.story-hbtitle h3,
.story-hbtitle h4,
.story-hbtitle h5,
.story-hbtitle h6 {
    font-weight: 600;
    margin-bottom: 25px;
}
.page-not-found-wrap {
    height: 750px;
    width: 100%;
    background-color: #333333;
    background-image: url(images/boll-bg.png);
}
.page-not-found-wrap .container,
.page-not-found-wrap .container .row,
.page-not-found-wrap .container .pnf-inner-wrap,
.page-not-found-wrap .container [class*="col-"] {
    height: 100%;
}
.page-not-found-wrap .container .pnf-inner-wrap {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.pnf-inner img {
    max-height: 350px;
    margin-bottom: 30px;
}
.pnf-inner > h1 {
    color: #ffffff;
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pnf-inner > h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}
.pnf-inner > p {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
}
.pnf-inner a.btn {
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    padding: 0 30px;
    text-transform: uppercase;
}
/*
--------------------------------
-- Caption Style
--------------------------------
 */

.caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    opacity: 0;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.caption-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    z-index: 1;
}
.caption-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}
.caption-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 30px;
}
.caption-content.text-left {
    text-align: left;
}
.caption-content.text-center {
    text-align: center;
}
.caption-content.text-right {
    text-align: right;
}
/*
-------------------------------
9. Blog Section
------------------------------- 
*/

.post-row,
.post-row2 {
    width: 100%;
    height: auto;
    position: relative;
}
.mb50 {
    margin-bottom: 50px;
}
.post-body,
.post-footer {
    padding-left: 30px;
    padding-right: 30px;
}
.blog-area:not(.blog-addon) .post-footer {
    padding-bottom: 40px;
}
.blog-area:not(.blog-addon) .post-body {
    padding-top: 30px;
}
.post-row2 .post-body {
    padding-top: 30px;
}
.post-feature {
    display: inline-block;
    position: relative;
}
.post-feature img {
    width: auto;
}
.post-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding: 10px;
    opacity: 0;
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    -ms-transform: scale(.4);
    -o-transform: scale(.4);
    transform: scale(.4);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.post-caption-inner {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: table;
    padding: 12px;
}
.post-caption-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .9;
    z-index: -1;
}
.post-caption-content {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}
.post-link {
    margin-bottom: 70px;
    text-align: center;
}
.link-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    background-color: transparent;
}
.link-btn:hover {
    background-color: transparent;
    color: #d32d0b!important;
}
.link-btn2 {
    width: 35px;
    height: 35px;
    margin: 0px auto;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
}
.link-btn2 a {
    font-size: 16px;
    color: #fff;
    line-height: 35px;
}
.post-sticker {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}
.post-sticker i {
    margin-right: 8px;
}
.post-heading {
    margin-bottom: 5px;
    word-wrap: break-word;
}
.post-heading a {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
}
.post-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    word-break: break-word;
    margin: 25px 0px 20px;
}
.post-meta {
    padding: 0;
    margin: 0;
}
.post-meta li {
    display: inline-block;
    margin: 0px 5px;
}
.post-meta a {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
}
.post-meta i {
    margin-right: 5px;
}
.post-row2 .post-footer {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.post-footer-caption {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    padding: 10px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.footer-caption-inner {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 12px;
}
.footer-caption-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .9;
    z-index: -1;
}
.post-row:hover .post-caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.post-row:hover .post-footer-caption {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.post-row2:hover .caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.entry-content .post-caption-content ul,
.entry-content .post-caption-content ol {
    margin: 0;
}
.blog-item .post-meta a:hover i,
.blog-item .post-meta a.jm-post-like.liked i {
    color: #d32d0b;
}
/*
-------------------------------
10. Button Style
------------------------------- 
*/

.btn {
    border-radius: 0px;
    padding: 15px 35px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    background: #ad2105;
    box-shadow: none;
    color: #fff!important;
    outline: 0px;
    border-color: #ad2105;
}
.btn-sm-field {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff!important;
    text-transform: uppercase;
    padding: 6px 15px;
    border-radius: 0px;
    border: 2px solid #d32d0b;
    background-color: #d32d0b;
}
.btn-submit,
.booking-form .btn-submit {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    background-color: #d32d0b;
    padding: 10px 23px;
    border: 0px;
}
.btn-submit-white {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0;
    color: #d32d0b;
    text-transform: uppercase;
    background-color: #fff;
    padding: 10px 23px;
    border: 1px solid #d32d0b;
}
.btn-sm-outline {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    color: #e7e7e7;
    text-transform: uppercase;
    padding: 10px 22px;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #d32d0b;
}
.btn-search {
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    border: 0px;
    background: #d32d0b;
}
.btn-search:hover {
    background: #ad2105;
    box-shadow: none;
    color: #fff!important;
    outline: 0px;
    border-color: #ad2105;
}
.link-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    background-color: transparent;
}
.link-btn i {
    color: #fff;
}
.section-title-area {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
}
.section-title-area-2 {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 45px;
}
.section-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.section-divider {
    width: 90px;
    height: 25px;
    text-align: center;
    margin: auto;
    background-image: url(images/divider.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.section-title-area-2 p {
    width: 600px;
    margin: 20px auto 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
}
.pt-100 {
    padding-top: 100px;
}
.pt-90 {
    padding-top: 100px;
}
.section-title-area {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
}
.section-title-area.text-center {
    text-align: center;
}
.section-title-area.text-right {
    text-align: right;
}
.section-title-area.text-left {
    text-align: left;
}
.section-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-family: 'Kaushan Script', cursive;
}
.section-title-area p {
    margin: 20px auto 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}
/*
-------------------------------
11. Service Section
------------------------------- 
*/

.service-item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.service-item img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.service-item i {
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
}
.service-title {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.service-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
}
.service-item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.service-item:hover .caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/*
----------------------------
12. About Section
---------------------------- 
*/

.about-vedio {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
    z-index: 1;
}
.about-vedio:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    z-index: -1;
}
.play-btn-area {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}
.about-vedio-btn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.play-btn {
    transition: all .3s ease-in-out;
}
.about-vedio-btn a {
    font-size: 60px;
}
.play-btn:hover,
.play-btn:hover a {
    color: #d32d0b;
    border-color: #d32d0b;
}
.modal-content {
    border-radius: 0px;
}
a.close-me,
.mfp-iframe-holder .mfp-close {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    top: -20px;
    right: -20px;
    background: #d32d0b;
    z-index: 1;
    opacity: 1;
    color: #fff!important;
    font-size: 20px;
    line-height: 35px;
    cursor: pointer;
    border: 3px solid #fff;
    padding: 0;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 750px;
}
.video-player,
.mfp-iframe-scaler iframe {
    background-color: #f1efef;
    width: 100%;
    min-height: 400px;
    height: 450px;
    border: 15px solid #fff;
    padding: 1px;
}
.modal-dialog {
    margin-top: 140px;
}
.about-slider {
    background-color: #131313;
}
.about-frature {
    position: relative;
    overflow: hidden;
}
.about-frature img {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.about-content {
    padding: 70px 30px 115px 0px;
}
.about-title {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.about-content p,
.about-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 25px;
}
.about-frature:hover img {
    opacity: .5;
    -webkit-transform: scale(1.2) rotate(1deg);
    -moz-transform: scale(1.2) rotate(1deg);
    -ms-transform: scale(1.2) rotate(1deg);
    -o-transform: scale(1.2) rotate(1deg);
    transform: scale(1.2) rotate(1deg);
}
/*
---------------------------------
13. Gallery Section
---------------------------------
 */
/*
----------------------------------
--- Default Gallery Section
---------------------------------- 
*/

.nig-gallery-item {
    width: 25%;
    position: relative;
    overflow: hidden;
    display: block;
}
.nig-gallery-area .nig-gallery-item img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.nig-gallery-area .nig-gallery-item ul {
    padding: 0;
    margin: 0;
}
.nig-gallery-area .nig-gallery-item li {
    display: inline-block;
}
.nig-gallery-area .nig-gallery-item a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    margin: 0px 5px;
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.nig-gallery-area .nig-gallery-item a:hover {
    border-color: #d32d0b;
    color: #d32d0b;
}
.nig-gallery-area .nig-gallery-item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.nig-gallery-area .nig-gallery-item:hover .caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/*
----------------------------------
--- Main Gallery Section
---------------------------------- 
*/

.gallery-menu {
    margin: 0px 0px 20px;
    padding: 0;
}
.gallery-menu li {
    margin: 0;
    display: inline-block;
    padding: 0px 15px;
    position: relative;
}
.gallery-menu li:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: 0px;
    background-color: #fff;
}
.gallery-menu li:first-child {
    padding-left: 0;
}
.gallery-menu li:last-child::after {
    display: none;
}
.gallery-menu a {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
}
.photo-gallery-inner {
    margin: 5px;
    overflow: hidden;
    position: relative;
}
.gallery-btn {
    width: 100%;
    text-align: center;
    margin-top: 45px;
}
.video-tab {
    position: relative;
}
.video-tab img {
    width: 100%;
}
.play-btn2 {
    margin: auto;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 5px solid #fff;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.play-btn2 i {
    margin-left: 3px;
}
.play-btn2:hover,
.play-btn2:hover a {
    color: #d32d0b;
    border-color: #d32d0b;
}
.video-tab:hover .caption,
.video-tab.active .caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.video-tab-content {
    margin-top: 40px;
    position: relative;
}
.video-tab-content .video-player {
    border: 45px solid #000;
    min-height: 500px;
    width: 100%;
    padding: 0;
}
.nig-gallery-area.item__spacing {
    margin-left: -10px;
    margin-right: -10px;
}
.nig-gallery-area.item__spacing .nig-gallery-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.nig-gallery-item-inner {
    overflow: hidden;
    position: relative;
}
#debug-bar-php .debug-bar-php-warning {
    color: #000;
}
.gallery_filter_wrap {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 0;
    padding-bottom: 50px;
}
.item__no_spacing .gallery_filter_wrap {
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px 0;
}
.gallery_filter_wrap .gallery-filter {
    margin: 0;
    padding: 0 15px;
}
.gallery_filter_wrap .gallery-filter li {
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 15px;
    position: relative;
    line-height: 1;
    transition: 0.3s;
}
.gallery_filter_wrap .gallery-filter li::after {
    width: 2px;
    background: #ffffff;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.gallery_filter_wrap .gallery-filter li:first-child::after {
    display: none;
}
.gallery_filter_wrap .gallery-filter li.active {
    color: #d32d0b;
}
.video_gallery_grid_view .single_video {
    margin: 15px 0;
}
/* 
----------------------------------
14. Hero Section
----------------------------------
*/

.hero-area {
    width: 100%;
    height: 100vh;
    position: relative;
    min-height: 600px;
}
.hero-area .item {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.hero-area .item:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.owl-carousel .owl-item {
    overflow: hidden;
}
.hero-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    top: 0px;
    text-align: center;
    z-index: 10;
    display: table;
}
.hero-caption-inner {
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    vertical-align: bottom;
    display: table-cell;
}
.overlay-content {
    height: auto;
    overflow: hidden;
}
.hero-caption-inner h1 {
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-family: 'Kaushan Script', cursive;
    opacity: 1 !important;
}
.hero-caption-inner p {
    width: 600px;
    height: auto;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    opacity: 1 !important;
}
.hero-slider-inner .owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    padding: 0px 6%;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
}
/* 
---------------------------------
15. Customize Owl Carousel
---------------------------------
*/

.owl-carousel .owl-item img {
    width: 100%;
    height: auto;
    max-width: none;
}
.owl-dots {
    width: 100%;
    position: absolute;
    height: 30px;
    text-align: center;
    bottom: 60px;
}
.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    margin: 0px 5px;
    padding: 3px;
    display: inline-block;
    position: relative;
}
.owl-dot.active {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    background-color: #d32d0b!important;
    border-color: #d32d0b;
}
.owl-nav {
    position: absolute;
    width: 110%;
    height: 0;
    top: 50%;
    left: -5%;
    padding: 0px;
    -webkit-transform: translateY(18%);
    -moz-transform: translateY(18%);
    -ms-transform: translateY(18%);
    -o-transform: translateY(18%);
    transform: translateY(18%);
}
.owl-prev,
.owl-next {
    font-size: 35px;
    width: auto;
    height: auto;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.owl-prev {
    float: left;
}
.owl-next {
    float: right;
}
.owl-prev:hover,
.owl-next:hover {
    color: #d32d0b;
}
/*
-------------------------------
16. Dj's Profile Section
------------------------------- 
*/

.dj-profile-area-inner {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.dj-profile-area-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .8;
    z-index: -1;
}
.dj-profile {
    width: 100%;
    height: 100%;
    background-color: #131313;
}
.profile-item-tab {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    cursor: pointer;
}
.mn {
    margin: 0;
}
.profile-item-tab img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.profile-info img {
    max-width: 50px;
}
.profile-link {
    padding: 0;
    margin: 0;
}
.profile-link li {
    display: inline-block;
}
.profile-link a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #d32d0b;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    display: block;
    margin: 0px -3px;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.profile-link li:hover a {
    color: #d32d0b;
    background-color: #fff;
}
.profile-tab {
    width: 100%;
    text-align: center;
    padding: 55px 30px 50px 30px;
}
.profile-item-tab:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.profile-item-tab:hover .caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.profile-item-tab:hover .profile-link li {
    opacity: 1;
}
.profile-item-tab:hover .profile-link li:nth-child(odd) a {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
}
.profile-item-tab:hover .profile-link li:nth-child(even) a {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}
.dj-head {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.dj-info {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.tab-pane p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.profile {
    width: 100%;
    display: table;
    text-align: center;
    margin-top: 35px;
}
.profile-info {
    width: 33.333%;
    float: left;
}
.profile-info .am {
    width: 62px;
    height: 50px;
    margin: auto;
    position: relative;
}
.profile-info .am span {
    display: block;
    bottom: 0px;
    width: 6px;
    height: 5px;
    bottom: 0px;
    left: 0;
    background: #fff;
    position: absolute;
    animation: preloader 1.5s infinite ease-in-out;
}
.profile-info .am span:nth-child(2) {
    left: 8px;
    animation-delay: .2s;
}
.profile-info .am span:nth-child(3) {
    left: 16px;
    animation-delay: .4s;
}
.profile-info .am span:nth-child(4) {
    left: 24px;
    animation-delay: .6s;
}
.profile-info .am span:nth-child(5) {
    left: 32px;
    animation-delay: .8s;
}
.profile-info .am span:nth-child(6) {
    left: 40px;
    animation-delay: 1s;
}
.profile-info .am span:nth-child(7) {
    left: 48px;
    animation-delay: 1.2s;
}
.profile-info .am span:nth-child(8) {
    left: 56px;
    animation-delay: 1.4s;
}
@keyframes preloader {
    0% {
        height: 18px;
    }
    25% {
        height: 35px;
    }
    50% {
        height: 25px;
    }
    70% {
        height: 40px;
    }
    100% {
        height: 45px;
    }
}
.profile-info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #d32d0b;
    text-transform: uppercase;
    margin: 28px 0px 10px;
}
.profile-info h3 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0;
}
.profile-item-tab .caption-content ul.profile-link {
    margin: 0;
}
.tab-item .row div[class*="col-"]:nth-last-child(-n+2) .profile-item-tab {
    margin-bottom: 0 !important;
}
/*
--------------------------------
17. Event Section
-------------------------------- 
*/

.event-start-date-list {
    margin-bottom: 50px;
}
.upcoming {
    width: 100%;
    height: auto;
}
.cdown {
    width: 70px;
    height: auto;
    background-color: transparent;
    display: inline-block;
    margin: 0px 8px;
    text-align: center;
    border: 2px solid #fff;
    padding: 8px 0px;
}
.cdown .time-count {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
}
.cdown p {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.event-fee {
    bottom: 30px;
    font-size: 15px;
    font-weight: 600;
    left: 30px;
    line-height: 24px;
    opacity: 0;
    padding: 5px 10px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    right: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    z-index: 9;
    transform: scale(0.5);
    opacity: 0;
}
.slick-center .event-fee {
    opacity: 1;
    transform: scale(1);
}
.event-feature {
    position: relative;
}
.event-slider .owl-item.center {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 100;
}
.event-slider .owl-item.center .caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.event-slider .owl-item.center .event-fee {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    -moz-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    -o-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
}
.event-btn {
    width: 100%;
    text-align: center;
    margin-top: 28px;
}
.right-box {
    margin-top: 50px;
}
.event-name {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.short-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin: 20px 0px 25px;
}
.event-fee2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    margin: 30px 0px;
}
.popular-event {
    width: 100%;
}
.event-feature {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.event-feature img,
.event-feature2 img {
    width: 100%;
}
.event-feature2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 20px;
}
.event-feature2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .1;
    z-index: -1;
    -webkit-transform: translate(100px, 100px);
    -moz-transform: translate(100px, 100px);
    -ms-transform: translate(100px, 100px);
    -o-transform: translate(100px, 100px);
    transform: translate(100px, 100px);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.event-feature2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .1;
    z-index: -1;
    -webkit-transform: translate(-100px, -100px);
    -moz-transform: translate(-100px, -100px);
    -ms-transform: translate(-100px, -100px);
    -o-transform: translate(-100px, -100px);
    transform: translate(-100px, -100px);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.event-feature2:hover::after,
.event-feature2:hover::before {
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.date-sticker2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    margin-top: 10px;
}
.event-slider .slick-list {
    margin: 0 -15px;
}
.event-slider .item {
    padding: 21px 15px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.event-slider .item a {
    display: block;
    position: relative;
}
.event-slider .item a::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.event-slider .slick-center {
    z-index: 9;
    transform: scale(1.2);
}
.event-slider .slick-center a::before {
    background-color: rgba(0, 0, 0, 0);
}
.event-slider .slick-arrow {
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    margin-top: -15px;
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0;
    text-align: center;
}
.event-slider .slick-arrow i {
    display: block;
    line-height: 30px;
    font-size: 30px;
}
.event-slider .slick-prev {
    left: -60px;
}
.event-slider .slick-next {
    right: -60px;
}
/*------------------------------- 
------- Blog details page -------
---------------------------------*/

.blog-slider {
    margin: 0 0 40px;
}
.blog-info-dec > p {
    line-height: 30px;
}
.blog-info-dec span {
    display: inline-block;
    float: left;
    font-size: 60px;
    line-height: 1;
    margin: 0 5px 0 0;
}
blockquote {
    border-left: 3px solid #d32d0b;
    color: #fff;
    font-style: italic;
    font-weight: normal;
    margin: 50px 0 50px 35px;
    padding: 15px 40px 15px 25px;
    font-size: 14px;
    line-height: 24px;
}
.single-footer.widget ul li, .single-footer.widget p, .single-footer.widget h4.footer-title {
    color: #fff;
}
.blog-info > ul > li {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}
.blog-img {
    margin: 50px 0;
}
.user-text {
    color: #ffffff;
    display: inline-block;
}
.user-text span > i {
    margin-right: 7px;
}
.user-text > span {
    margin-right: 15px;
}
.user-info {
    display: block;
    margin: 47px 0 53px;
    overflow: hidden;
    clear: both;
}
.cats-tags-wrap span a,
.cats-tags-wrap span {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-transform: initial;
}
.cats-tags-wrap span {
    display: block;
    padding: 5px 0;
}
.cats-tags-wrap span i {
    padding-right: 5px;
}
.cats-tags-wrap {
    display: block;
    padding: 0;
    width: 100%;
    overflow: hidden;
    clear: both;
}
.user-share > ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}
.user-share > span {
    display: inline-block;
    float: left;
    margin-right: 14px;
}
.user-share > ul > li {
    display: inline-block;
    float: left;
    margin-left: 20px;
    margin-bottom: 0;
}
.user-share > ul > li:first-child {
    margin-left: 0px;
}
.user-share {
    margin-top: 20px;
}
.user-share a {
    color: #ffffff;
}
.user-share a:hover {
    color: #d32d0b;
}
.next-prev {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    padding: 20px 0;
    margin-bottom: 50px;
}
.next-prev a {
    background-color: #000000;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 8px 20px;
    text-transform: capitalize;
}
.next-prev a i {
    color: #ffffff;
    transition: all .3s ease 0s;
}
.next-prev a.prev-btn i {
    padding-right: 5px;
}
.next-prev a.next-btn i {
    padding-left: 5px;
}
.next-prev a:hover {
    background-color: #D32D0B;
    color: #fff;
}
.next-prev a:hover i {
    color: #fff;
}
a.next-btn {
    float: right;
}
.author-box.author {
    align-items: flex-start;
    display: flex;
    justify-content: initial;
    margin: 100px 0;
    overflow: hidden;
}
.author-img {
    display: inline-block;
    float: left;
}
.author-info {
    float: right;
    padding-left: 30px;
    text-align: left;
    width: calc(100% - 120px);
}
.author-info > h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}
.author-info > h4 a {
    color: #ffffff;
}
.author-info > h4 a:hover {
    color: #d32d0b;
}
.author-info > h4 a span {
    color: #ffffff;
    font-size: 14px;
    margin-left: 7px;
}
.author-info > p {
    line-height: 25px;
    margin-bottom: 0;
}
.single-related-post a img {
    margin-bottom: 20px;
}
.related-post {
    display: block;
    overflow: hidden;
}
.single-related-post a {
    display: block;
}
.related-post-title > h3 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.related-post-title > span {
    font-size: 13px;
}
.single-comment {
    position: relative;
}
.comment-img {
    display: inline-block;
    float: left;
}
.comment-text.pingback-text {
    padding-left: 0;
}
.comment-text {
    padding-left: 110px;
}
.comment-text > p {
    margin-bottom: 0;
}
.comment-text .author-name,
.comment-text a.url {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 17px;
    font-style: normal;
}
.comment-text.pingback-text a.url {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 24px;
}
.bypostauthor .comment-text a.url::after {
    content: "\f2c0";
    font-family: fontawesome;
    font-size: 90%;
    left: 3px;
    opacity: 0.5;
    position: relative;
    top: 0;
}
.comment-text > p {
    color: #ffffff;
    letter-spacing: 1px;
    padding-right: 25px;
    word-break: break-word;	
}
.comment-border {
    border-bottom: 1px solid #999999;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.single-comment.comment-border:last-child {
    margin-bottom: 0px;
}
.parent-comment {
    border-bottom: 1px solid #999999;
    margin-bottom: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.comment-text .reply a {
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 20px 0 0;
    bottom: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 7px 20px 6px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.comment-text .reply a:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
}
.replay-comment {
    margin-left: 150px;
}
.leave-comment h3.leave__comment--title {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.leave-comment > p {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.leave-comment-form {
    margin-top: 20px;
}
.comment-respond h3.comment-reply-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 11px;
}
.comment-form > p {
    margin: 0;
}
.comment-form > p.comment-notes {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.form-submit .submit {
    margin-bottom: 0;
}
.input_half {
    width: 50%;
    float: left;
}
.input_half.left {
    padding-right: 15px;
}
.input_half.right {
    padding-left: 15px;
}
.leave-comment-form form textarea {
    background: transparent;
    border: 1px solid #999999;
    color: #ffffff;
    font-size: 14px;
    height: 178px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 40px;
    padding: 30px;
}
.leave-comment-form form input {
    background: transparent;
    border: 1px solid #999999;
    color: #ffffff;
    font-size: 14px;
    height: 48px;
    letter-spacing: 1px;
    padding: 2px 30px;
    width: 100%;
    margin-bottom: 30px;
}
.leave-comment-form form input::-webkit-input-placeholder,
.leave-comment-form form textarea::-webkit-input-placeholder {
    /* Chrome */
    color: #ffffff;
    opacity: 1;
}
.leave-comment-form form input::-moz-placeholder,
.leave-comment-form form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    opacity: 1;
}
.leave-comment-form .submit {
    background-color: transparent;
    border: 1px solid #999999;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 13px 28px 12px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.leave-comment-form .submit:hover {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}
.blog-comment,
.leave-comment {
    margin-top: 50px;
}
.comment-respond {
    margin-bottom: 20px;
    margin-top: 0;
    padding: 20px 25px 30px 25px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}
.comment-text .comment-meta.commentmetadata a {
    display: inline-block;
    text-decoration: none;
}
.comment-text .comment-meta.commentmetadata a.url {
    margin-bottom: 0px;
    text-decoration: none;
}
.single-related-post {
    margin-bottom: 40px;
}
.comment-meta.commentmetadata {
    position: relative;
}
.edit--btn {
    position: absolute;
    right: 0;
    top: 0;
}
.comment-meta.commentmetadata {
    margin-bottom: 10px;
}
.comment-reply-title small {
    float: right;
}
.comment-reply-title small a#cancel-comment-reply-link {
    height: 25px;
    width: 25px;
    font-size: 0;
}
.comment-reply-title small a#cancel-comment-reply-link::after {
    content: "\f00d";
    font-size: 25px;
    position: relative;
    top: 0px;
    right: 0;
    font-family: FontAwesome;
}
.comment-reply-title small a#cancel-comment-reply-link:focus {
    text-decoration: none;
    outline: none;
}
.no-comments {
    padding: 10px 15px;
}
.related-post .row {
    display: flex;
    flex-flow: wrap;
}
.related-post .row div[class*="col-"] {
    margin-top: 30px;
}
.related-post .sidebar-title {
    margin-bottom: 34px;
}
.leave-comment-form ul,
.leave-comment-form ol {
    list-style: none;
}
div#comments.comments-area {
    padding: 1px 20px;
    background: rgba(0, 0, 0, 0.4);
}
.comments-area .comment-title.sidebar-title {
    line-height: 35px;
    word-break: break-word;	
}
@media (min-width: 768px) and (max-width: 991px) {
    .comment-list .children {
        margin-left: 30px;
    }
    .comment-author.comment-img {
        width: 80px;
    }
    .comment-text {
        padding-left: 110px;
    }
}
@media ( max-width: 767px) {
    .comment-list .children {
        margin-left: 10px;
    }
    .comment-author.comment-img {
        float: none;
        width: 60px;
    }
    .comment-text {
        padding-left: 0;
        padding-top: 20px;
    }
    .comment-respond h3.comment-reply-title {
        font-size: 16px;
        letter-spacing: 0;
    }
    .input_half {
        float: none;
        width: 100%;
    }
    .input_half.left {
        padding-right: 0;
    }
    .input_half.right {
        padding-left: 0;
    }
    .leave-comment-form form textarea {
        height: 120px;
        letter-spacing: 0px;
        padding: 15px;
        margin-bottom: 20px;
    }
    .leave-comment-form form input {
        letter-spacing: 0px;
        margin-bottom: 20px;
        padding: 2px 15px;
    }
    .comment-title.sidebar-title {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 28px;
    }
}
/* Author Informations */

.sidebar-widget .author--info--wrap img {
    width: 100%;
}
.video-img > img {
    width: 100%;
}
.self-info {
    padding: 37px 35px 50px;
    background-color: rgba(0, 0, 0, 0.3);
}
.self-info > h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.self-info > p {
    color: #fff;
    margin: 0;
}
.self-info > p span {
    font-weight: bold;
}
.sidebar-widget .blog-social {
    margin-top: 43px;
}
.sidebar-widget .blog-social > h4 {
    color: #ffffff;
    font-family: open sans;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 39px;
    position: relative;
}
.sidebar-widget .blog-social ul li {
    display: inline-block;
    margin: 0 5px;
}
.sidebar-widget .blog-social ul li a {
    border: 1px solid #999999;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    width: 40px;
}
.sidebar-widget .blog-social ul li a:hover {
    color: #fff;
    background-color: #232323;
    border: 1px solid #232323;
}
.sidebar-widget .blog-social h4::before {
    background-color: #565252;
    bottom: -13px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50px;
}
.sidebar-banner img {
    max-width: 100%;
    width: 100%;
}
.sidebar-banner a {
    display: block;
}
/* Video popup */

.video-img {
    position: relative;
}
.video-img a {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 24px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    color: #000;
}
.video-img a:hover {
    background: #666 none repeat scroll 0 0;
    color: #fff;
}
.video-title h5 {
    color: #ffffff;
    font-family: open sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px;
}
.video-title h5 a {
    color: #ffffff;
    margin-bottom: 8px;
}
.video-title h5 a:hover {
    color: #d32d0b;
}
.video-title > span {
    color: #ffffff;
    font-weight: 600;
}
.video-title {
    margin-top: 23px;
}
.sidebar-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 45px;
    margin-top: 0;
    position: relative;
}
.sidebar-title::before {
    background-color: #ffffff;
    bottom: -12px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.sidebar-widget {
    margin-bottom: 70px;
}
/* Recent post */

.post-img {
    display: inline-block;
    float: left;
    width: 120px;
    height: 100px;
}
.sidebar-post > li {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}
.sidebar-post > li:last-child {
    margin-bottom: 0px;
}
.post-text {
    padding-left: 141px;
}
.sidebar-widget .post-text > h4 {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
}
.post-text > h4 a {
    color: #ffffff;
    font-size: 15px;
}
.post-text > h4 a:hover {
    color: #d32d0b;
}
.post-text > span {
    color: #ffffff;
    font-size: 12px;
    display: block;
}
/* Search Form */

.blog-search form input {
    background: transparent;
    border: 1px solid #999;
    color: #989797;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    margin-bottom: 0;
    padding: 2px 82px 2px 30px;
    width: 100%;
}
.blog-search form input::-webkit-input-placeholder {
    /* Chrome */
    
    color: #989797;
    opacity: 1;
}
.blog-search form input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #989797;
    opacity: 1;
}
form input:focus {
    outline: none;
}
.blog-search form {
    position: relative;
    background-color: transparent;
    border: 1px solid #ffffff;
}
.blog-search form button {
    background-color: transparent;
    border: medium none;
    color: #bbbbbb;
    font-size: 20px;
    height: 60px;
    padding: 0 23px;
    position: absolute;
    right: 0px;
    transition: all .3s ease 0s;
    top: 0;
}
.blog-search form button:hover {
    color: #ffffff;
    background-color: #d32d0b;
}
.blog-search form button::before {
    background-color: #eaeaea;
    bottom: 10px;
    content: "";
    height: 40px;
    margin: 0 auto;
    position: absolute;
    right: 65px;
    width: 1px;
    transition: 0.3s;
}
.blog-search form button:hover::before {
    background-color: #d32d0b;
}
/* Side bar Menu */

.widget_categories.sidebar-widget ul li {
    text-align: right;
    color: #999999;
    overflow: hidden;
}
.widget_categories.sidebar-widget ul li a {
    display: block;
    float: left;
    text-align: left;
}
.sidebar-widget:not(.widget_nightery_author_about_widget) ul li {
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style: none;
    word-break: break-word;
}
.sidebar-widget ul li ul li:first-child {
    border-top: 1px solid #999;
    margin-top: 10px;
    padding-top: 10px;
}
.sidebar-widget.widget_nightery_recent_post ul li {
    border-bottom: 0px solid rgba(0, 0, 0, 0);
}
.sidebar-widget ul li a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.sidebar-widget ul li:hover ul li a {
    color: #fff;
}
.sidebar-widget ul li:hover ul li a:hover {
    color: #d32d0b;
}
.sidebar-widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.sidebar-widget.widget_rss ul li a.rsswidget ,
.single-footer.widget_rss ul li a.rsswidget{
    display: block;
    line-height: 1.5;
}
.sidebar-widget.widget_rss ul li .rssSummary ,
.single-footer.widget_rss ul li .rssSummary{
    line-height: 1.5;
    margin: 5px 0;
}
.single-footer.widget_rss ul li {
    margin-bottom: 20px;
}
.entry-content a:not(.wp-block-button__link) ,
.copy a:not(.wp-block-button__link){
    text-decoration: underline;
}
.entry-content .post-heading a , .entry-content ul.post-meta a {
    text-decoration: none;
}

/* Tag cloud */

.tagcloud {
    margin-left: -6px;
    margin-right: -6px;
}
.tagcloud a {
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px !important;
    letter-spacing: 1px;
    margin: 0 6px 12px 6px;
    padding: 3px 16px;
    border: 1px solid #999;
}
.tagcloud a:hover {
    color: #d32d0b;
    border: 1px solid #d32d0b;
}
.single-footer .tagcloud a:hover {
    color: #fff;
}
.single-footer .tagcloud a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
}
/*
----------------------------
-- About Section
---------------------------- 
*/

.about-vedio {
    width: 100%;
    height: 450px;
    min-height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
    z-index: 1;
}
.about-vedio:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    z-index: -1;
}
.play-btn-area {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}
.about-vedio-btn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.play-btn {
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid #fff;
    text-align: center;
    font-size: 35px;
    color: #fff;
    line-height: 60px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.play-btn i {
    margin-left: 5px;
}
.play-btn:hover,
.play-btn:hover a {
    color: #d32d0b;
    border-color: #d32d0b;
}
.modal-content {
    border-radius: 0px;
}
a.close-me,
.mfp-iframe-holder .mfp-close {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    top: -20px;
    right: -20px;
    background: #d32d0b;
    z-index: 1;
    opacity: 1;
    color: #fff!important;
    font-size: 20px;
    line-height: 35px;
    cursor: pointer;
    border: 3px solid #fff;
    padding: 0;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 600px;
}
.video-player,
.mfp-iframe-scaler iframe {
    background-color: #f1efef;
    width: 100%;
    min-height: 400px;
    height: 450px;
    border: 15px solid #fff;
    padding: 1px;
}
.modal-dialog {
    margin-top: 140px;
}
.about-slider {
    background-color: #131313;
}
.about-frature {
    position: relative;
    overflow: hidden;
}
.about-frature img {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.about-content {
    padding: 60px 30px 0 0px;
}
.about-title {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.about-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 25px;
}
.about-frature:hover img {
    opacity: .5;
    -webkit-transform: scale(1.2) rotate(1deg);
    -moz-transform: scale(1.2) rotate(1deg);
    -ms-transform: scale(1.2) rotate(1deg);
    -o-transform: scale(1.2) rotate(1deg);
    transform: scale(1.2) rotate(1deg);
}
/*
------------------------------------
18. What We Offers Section
------------------------------------
*/

.offer-widget {
    float: none;
}
.offer-feature {
    width: 40%;
    float: left;
    overflow: hidden;
}
.offer-feature img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.offer-short {
    width: 60%;
    float: left;
    padding: 18px 0px 40px 70px;
    position: relative;
}
.offer-short:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 35px;
    background-color: #fff;
    z-index: -1;
}
.offer-short:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 37%;
    left: 26px;
    background-color: #d32d0b;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pb0 {
    padding-bottom: 0;
}
.offer-short h3 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.offer-short p {
    font-size: 14px;
    font-weight: 400px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 5px;
}
.offer-feature:hover img {
    opacity: .5;
    -webkit-transform: scale(1.2) rotate(1deg);
    -moz-transform: scale(1.2) rotate(1deg);
    -ms-transform: scale(1.2) rotate(1deg);
    -o-transform: scale(1.2) rotate(1deg);
    transform: scale(1.2) rotate(1deg);
}
/*
--------------------------------
19. Jockey Section
-------------------------------- 
*/

.jockey-feature {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}
.jockey-feature h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
}
.jockey-slider .owl-nav {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.jockey-feature:hover .caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/*
----------------------------------
20. Booking Section
----------------------------------
*/
/*
------------------------------------
- Form Elements
------------------------------------
*/

.form-group {
    width: 100%;
    background-color: transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group {
    width: 100%;
    border: 1px solid #999;
    margin-bottom: 20px;
}
.form-control {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #e7e7e7;
    background-color: transparent;
    background-image: none;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control2 {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    color: #c4c3c3;
    background-color: transparent;
    background-image: none;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ie .form-group label {
    display: block;
}
.form-message {
    width: 100%;
    padding: 15px 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    background-color: transparent;
    background-image: none;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.booking-area-inner {
    width: 100%;
    height: 100%;
    padding: 90px 0px 60px;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.booking-area-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .3;
    z-index: -1;
}
.booking-form {
    padding: 0px 30px;
    margin: 0 !important;
    list-style: none;
}
.booking-form li {
    margin: 0;
}
ul.booking-form .input-group .wpcf7-form-control-wrap input,
ul.booking-form .input-group .wpcf7-form-control-wrap input[type="date"] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    line-height: 1;
    color: #666;
    border: none;
}
.booking-form .btn-submit {
    width: 100%;
    border-radius: 0;
}
div.wpcf7-response-output {
    color: #ffffff;
    margin: 0 30px;
}
span.wpcf7-form-control-wrap {
    position: relative;
    display: block !important;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    width: 100%;
    top: -28px;
    left: 0;
}
/*
---------------------------------
21. Contact Us Section 
---------------------------------
 */

.kc-contact-form7 h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-form {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}
.contact-form li {
    margin: 0;
}
.contact-form li input,
.contact-form li textarea {
    border: none;
}
.contact-area h3 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.cf-msg {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}
.cf-msg p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
}
.wpcf7-form-control.wpcf7-submit.btn.btn-default.btn-submit {
    border-radius: 0;
    width: 50%;
    background-color: #d32d0b;
    color: #fff;
}
.map-contacts {
    clear: both;
}
.map-feature,
.googleMap {
    height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.map-feature {
    background-image: url(https://www.moulin-rose.com/wp-content/themes/img/map.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.googleMap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    z-index: 1;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.googleMap:hover::after {
    z-index: -1;
    opacity: 0;
}
.widget .tp_recent_tweets li {
    padding-left: 40px;
}
.widget .tp_recent_tweets .twitter_time {
    color: #d32d0b;
    font-style: normal;
    margin-top: 5px;
}
#debug-bar-php .debug-bar-php-notice {
    color: #333;
}
.kc-contact-form7.kc-elm label {
    font-size: 14px;
    font-weight: 400;
}
.woocommerce .quantity .qty:focus {
    color: #666;
}
.events-page .ng-single-event{
    margin-bottom: 50px;
}
.page-area.events-page .row div[class*="col-"] .row {
    display: flex;
    flex-wrap: wrap;
}
.our-blog-area article.hentry .post-header {
    text-align: center;
}
.woocommerce form .form-row.validate-required .woocommerce-form__input-checkbox.input-checkbox {
    top: 6px;
}
p.validate-required span.woocommerce-terms-and-conditions-checkbox-text {
    padding-left: 25px;
}
.wc_payment_method .payment_method_paypal a {
    color: #000;
}
.wc_payment_method .payment_method_paypal a:hover {
	color: #d32d0b;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 .4em;
}
.woocommerce-Reviews p.woocommerce-noreviews {
    margin: 0;
}
.woocommerce-Reviews p.comment-form-cookies-consent input[type="checkbox"] {
    width: auto;
    margin: 0;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.entry-content .kc_accordion_header a {
    text-decoration: none;
}
.ui-accordion-content .kc-panel-body p {
    color: #fff;
}
.bottle-service input[type="text"], 
.bottle-service input[type="email"], 
.bottle-service input[type="url"], 
.bottle-service input[type="password"], 
.bottle-service input[type="search"], 
.bottle-service input[type="number"], 
.bottle-service input[type="tel"], 
.bottle-service input[type="range"], 
.bottle-service input[type="date"], 
.bottle-service input[type="month"], 
.bottle-service input[type="week"], 
.bottle-service input[type="time"], 
.bottle-service input[type="datetime"], 
.bottle-service input[type="datetime-local"], 
.bottle-service input[type="color"], 
.bottle-service textarea{
	color: #333;
}
.bottle-service button, 
.bottle-service input[type="button"], 
.bottle-service input[type="reset"], 
.bottle-service input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #fff;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    line-height: 1;
    padding: .6em 1em .4em;
    background-color: #fff;
}