/*
Theme Name: Inspire Fitness Australia
Theme URI: http://inspirefitness.net.au
Author: IWF
Author URI: http://inspirefitness.net.au
Description: Inspire Fitness Custom WP Theme
Version: 999.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* New edits */

/* Custom CF7 Loader */
div.wpcf7 .ajax-loader {
    background-image: url('assets/img/ajax-loader.gif') !important;
    width: 20px !important;
    height: 20px !important;
    margin-top: 13px !important;
    background-size: cover !important;
}
.wpcf7-form-control.wpcf7-submit {
display: inline-block;
 background: #dd137b;
font-family: Montserrat, sans-serif;
font-size: 12px;
text-transform: uppercase;
color: #fff;
letter-spacing: -0.3px;
font-weight: 700;
text-align: center;
padding: 15px 20px 20px !important;
transition: all 0.2s ease;
}
.cf7-submit-btn-push {
	display: inline-block;
}
.wpcf7-form-control.wpcf7-submit:hover,.wpcf7-form-control.wpcf7-submit:active, .wpcf7-form-control.wpcf7-submit:focus {
background: #111;
color: #fff;
}
/* Errors */
.wpcf7-not-valid-tip {
    font-size: 12px !important;
    margin-bottom: 20px;
    margin-top: 10px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
    color: red;
    display: inline-block !important;
    border: 2px solid red;
    font-size: 13px;
    padding: 20px;
    margin: 20px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
position: relative;
top: -20px;
}
div.wpcf7-mail-sent-ok {
    color: #111;
    display: inline-block !important;
    border: 2px solid #398f14;
    font-size: 13px;
    padding: 20px;
    margin: 20px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
position: relative;
top: -30px;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: #fff;
}

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; }

abbr[title] {
    border-bottom: 1px dotted; }

b,
strong {
    font-weight: bold; }

dfn {
    font-style: italic; }

h1 {
    font-size: 2em;
    margin: 0.67em 0; }

mark {
    color: #dd137b;
    background: transparent;
}

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-appearance: textfield;
    box-sizing: content-box; }

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; }

/* modal fix */
.modal-open {
    overflow: auto;
}


/*--------------------------------------------------------------
# WordPress Core
--------------------------------------------------------------*/

img.alignnone {
    max-width: 100%;
    height: auto; }

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 20px auto; }

.alignright {
    float: right;
    margin: 5px 0 20px 20px; }

.alignleft {
    float: left;
    margin: 6px 30px 20px 0; }

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }

a img.alignnone {
    margin: 0 0 20px 0 !important; }

a img.alignleft {
    float: left;
    margin: 6px 30px 20px 0; }

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px;
    text-align: center;
}
.wp-caption figcaption {
    padding: 5px 0 0; }

.wp-caption.alignleft {
    margin: 6px 30px 20px 0; }

.wp-caption.alignright {
    margin: 5px 0 20px 20px; }

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }

.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    padding: 10px 0 5px 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden; }

.screen-reader-text:focus {
    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-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. */ }

.gallery {
    margin-bottom: 30px; }
.gallery .gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0; }

.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-icon img {
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none; }

.bypostauthor {
    text-decoration: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/**
 * Content Wrapper
 */
html {
    font-size: 100%;
}

body {
    color: #777777;
}
#wrapper {
    position: relative;
    overflow: hidden;
}


/**
 * Headings
 */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    letter-spacing: -0.06em;
    color: #222222;
    padding: 0;
    margin: 0 0 23px;
    font-size: 45px;
    line-height: 60px;
}
h2, .h2 {
    margin-bottom: 23px;
    font-size: 36px;
    letter-spacing: -0.06em;
    line-height: 45px;
    padding: 10px 0 0;
}
h3, .h3 {
    margin-bottom: 23px;
    font-size: 28px;
    letter-spacing: -0.06em;
    line-height: 36px;
    padding: 17px 0 0;
}
h4, .h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 23px;
    letter-spacing: -0.04em;
    line-height: 28px;
    padding: 23px 0 0;
}
h5, .h5 {
    margin: 0 0 23px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 22px;
    padding: 28px 0 0;
}
h6, .h6 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 20px;
    padding: 31px 0 0;
}


/**
 * Text
 */
body {
    font-size: 14px;
}
p {
    line-height: 26px;
    margin: 0 0 15px;
    color: #222;
}
strong, b {
    font-weight: 700;
    font-family: 'Montserrat', 'sans-serif';
}
a {
    color: #dd137b;
}
blockquote {
    padding: 21px 30px 18px 30px;
    border-left: 5px solid #fde428;
    background: #f2f2f2;
    font-size: 16px;
    line-height: 26px;
    color: #212121;
    font-style: italic;
}


/*
 * Tables
 */
table, .comment-body .comment-text table {
    width: 100%;
    margin: 0 0 40px; }
table td, table th, .comment-body .comment-text table td, .comment-body .comment-text table th {
    padding: 10px;
    border: 1px solid #e6e6e6;
    text-align: left;
}


/**
 * Definition Lists
 */
dl, .comment-body .comment-text dl {
    margin: 0 0 40px;
}
dl dd, .comment-body .comment-text dl dd {
    margin: 0 0 10px;
}


/**
 * Unordered Lists
 */
.page_content ul,
.blogpost_content ul,
.comment-body .comment-text ul {
    margin: 0 0 20px;
    list-style: none;
    padding: 0;
}
.page_content ul li,
.blogpost_content ul li,
.comment-body .comment-text ul li {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 14px;
    line-height: 18px;
    color: #222222;
    border: none;
    font-size: 13px;
}
.page_content ul li:before,
.blogpost_content ul li:before,
.comment-body .comment-text ul li:before {
    content: '';
    height: 7px;
    width: 7px;
    border: 1px solid #dd137b;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
}
ul.comments-list li:before {
    display: none;
}
.page_content ul li p,
.blogpost_content ul li p,
.comment-body .comment-text ul li p {
    font-family: 'Open Sans', 'sans-serif';
}
.page_content ul li ul, .page_content ul li ol,
.blogpost_content ul li ul, .blogpost_content ul li ol,
.comment-body .comment-text ul li ul, .comment-body .comment-text ul li ol {
    margin: 10px 0 10px;
}
.page_content ul li ol > li,
.blogpost_content ul li ol > li,
.comment-body .comment-text ul li ol > li {
    list-style: decimal;
    padding: 0;
}
.page_content ul li ol > li:before,
.blogpost_content ul li ol > li:before,
.comment-body .comment-text ul li ol > li:before {
    display: none;
    padding-left: 0;
}

/**
 * Ordered Lists
 */
.page_content ol,
.blogpost_content ol,
.comment-body .comment-text ol {
    list-style-position: inside;
    list-style: decimal;
    margin: 0 0 20px 15px;
    padding: 0;
}
.page_content ol > li,
.blogpost_content ol > li,
.comment-body .comment-text ol > li {
    margin: 0 0 14px 0;
    border: none;
    list-style: decimal;
}
.page_content ol > li ul > li,
.blogpost_content ol > li ul > li,
.comment-body .comment-text ol > li ul > li {
    list-style: none;
}
.page_content ol > li ol, .page_content ol > li ul,
.blogpost_content ol > li ol, .blogpost_content ol > li ul,
.comment-body .comment-text ol > li ol, .comment-body .comment-text ol > li ul {
    margin: 10px 0 10px;
    padding: 0 0 0 26px;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/**
 * Slider Revolution
 */
.revslider-title {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    letter-spacing: -0.06em;
}
@media screen and (max-width: 780px) {
    .revslider-title {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .revslider-text {
        font-size: 14px !important;
        text-align: center !important;
    }
}
.revslider-text {
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 300;
    color: #fff;
    line-height: 32px;
    font-size: 24px;
    letter-spacing: -0.02em;
}
.revslider-button {
    padding: 12px 30px 12px 40px;
    border: 3px solid #dd137b;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    text-transform: capitalize;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.revslider-button i {
    font-size: 10px;
    padding-left: 10px;
}
.revslider-button:hover {
    text-decoration: none;
    background: #fff;
    border-color: #fff;
    color: #dd137b;
}

/* nav arrows */
body .tparrows {
    background: transparent;
    height: 0;
    width: 0;
}
body .tparrows:hover {
    background: transparent;
}
body .tparrows.tp-leftarrow:before {
    content: url('assets/img/arrow-left.png');
    position: relative;
    z-index: 100000;
}
body .tparrows.tp-rightarrow:before {
    content: url('assets/img/arrow-right.png');
    position: relative;
    z-index: 100000;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*
 * Logo
 */
.logo {
    display: inline-block;
}


/*
 * Header
 */
.header {
    display: block;
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #eee;
}


/*
 * Header Transparent
 */
body.header_transparent .header {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0px, transparent 95%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

body.header_transparent .header .menu ul li a {
    color: rgba(255,255,255,0.85);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
body.header_transparent .header .menu ul li a:hover {
    color: #fff;
}


/*
 * Header Login/Signup Buttons
 */
.header-user {
    float: right;
    position: relative;
    margin-top: 5px;
}
.header-login-btn,
body.transparent_header .nt-header.fixed .header-login-btn {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    color: #111;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -0.3px;
    padding: 10px 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.header-login-btn:hover,
body.transparent_header .nt-header.fixed .header-login-btn:hover {
    color: #dd137b;
}
.header-signup-btn,
body.transparent_header .nt-header.fixed .header-signup-btn {
    padding: 14px 35px;
    border: 3px solid #dd137b;
    display: inline-block;
    border-radius: 50px;
    color: #111;
    cursor: pointer;
    font-family: 'Montserrat', 'sans-serif';
    font-size: 13px;
    letter-spacing: -0.3px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.header-signup-btn:hover,
body.transparent_header .nt-header.fixed .header-signup-btn:hover {
    background: #dd137b;
    color: #fff;
}


/*--------------------------------------------------------------
# Main Navigation
--------------------------------------------------------------*/


/**
 * sort spacing
 */
.nt-header {
    padding: 30px 0;
}

/**
 * Main Menu
 */
.main-menu {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 30px;
    z-index: 101;
}
@media screen and (max-width: 1200px){
    .main-menu {
        padding: 0 0 0 20px;
    }
}
@media screen and (max-width: 1000px) {
    .nt-header {
        display: none !important;
    }
}
.main-menu > ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-menu > ul > li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
}
.main-menu > ul > li > a,
body.transparent_header .nt-header.fixed .main-menu > ul > li > a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.3px;
    font-family: 'Montserrat', 'sans-serif';
    text-transform: lowercase;
    color: #111;
    padding: 20px 25px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-menu > ul > li > a:hover,
body.transparent_header .nt-header.fixed .main-menu > ul > li > a:hover {
    color: #dd137b;
}

/* Active */
.main-menu > ul > li.current_page_item > a, body.transparent_header .nt-header.fixed .main-menu > ul > li.current_page_item > a,
.main-menu > ul > li.current-menu-ancestor > a, body.transparent_header .nt-header.fixed .main-menu > ul > li.current_menu_ancestor > a
.main-menu > ul > li.current-menu-parent > a, body.transparent_header .nt-header.fixed .main-menu > ul > li.current_menu_parent > a
.main-menu > ul > li.current_page_parent > a, body.transparent_header .nt-header.fixed .main-menu > ul > li.current_page_parent > a
.main-menu > ul > li.current_page_ancestor > a body.transparent_header .nt-header.fixed .main-menu > ul > li.current_page_ancestor > a {
    color: #dd137b;
}


/**
 * Submenu Arrow
 */
.main-menu > ul > li.menu-item-has-children > a:after {
    content: "\e604";
    font-family: 'simple-line-icons';
    position: absolute;
    right: 5px;
    font-size: 8px;
    top: 45%;
}
.main-menu > ul:after {
    content: '';
    clear: both;
    display: table;
}


/**
 * Submenu
 */
.main-menu > ul > li ul {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 5px 0;
    width: 230px;
    z-index: 1;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-menu > ul > li ul ul {
    left: 100%;
    top: -2px;
    background: #222;
    padding: 6px 0 4px;
}
.main-menu > ul > li ul li a {
    text-align: left;
    border-bottom: 1px solid #eee;
}
.main-menu > ul > li ul li:last-child a {
    border-bottom: 0;
}
.main-menu .sub-menu > li.menu-item-has-children > a,
.main-menu .sub-menu > li.page_item_has_children > a {
    position: relative;
}
.main-menu .sub-menu > li.menu-item-has-children > a:before,
.main-menu .sub-menu > li.page_item_has_children > a:before {
    content: "\e606";
    font-family: 'simple-line-icons';
    font-size: 8px;
    position: absolute;
    right: 20px;
    top: 45%;
}

/* Parent Active */
.main-menu > ul > li:hover > a {
    color: #dd137b;
}

/* Submenu Submenu Colors */
.main-menu > ul > li ul ul li a,
.ntspace_header_transparent .main-menu > ul > li ul ul li a {
    color: #fff;
    padding: 18px;
    border: 0;
}
.main-menu > ul > li ul ul li a:hover,
.ntspace_header_transparent .main-menu > ul > li ul ul li a:hover {
    color: #dd137b;
}
.main-menu > ul > li ul li:hover > a, .transparent_header .main-menu > ul > li ul li:hover > a,
.ntspace_header_transparent .main-menu > ul > li ul li:hover > a, .transparent_header .main-menu > ul > li ul li:hover > a {
    background: #222;
    color: #fff;
}
.main-menu > ul li:hover > ul,
.ntspace_header_transparent .main-menu > ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.main-menu > ul > li ul li,
.ntspace_header_transparent .main-menu > ul > li ul li {
    position: relative;
    font-size: 14px;
    color: #333333;
}
.main-menu > ul > li ul li a,
.ntspace_header_transparent .main-menu > ul > li ul li a {
    display: block;
    padding: 18px;
    color: #333333;
    text-decoration: none;
    font-size: 12px;
}


/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/

/**
 * Mobile Top Menu Wrapper
 */
.mobile_header_site_title {
    font-size: 25px;
    padding-top: 5px;
    font-weight: bold;
    letter-spacing: -1.5px;
    text-transform: lowercase;
    font-family: 'Montserrat', 'sans-serif';
    float: left;
    padding-left: 20px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nt-mm2-container .mobile_header_site_title {
    margin-top: -3px;
}
.nt-mobile-wrapper {
    height: 90px;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 99;
}
.nt-mobile-wrapper:after {
    content: "";
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMGAhQQCyEd++8AAAAUSURBVAjXY1AAQgMgdABCCBAAQQAT6AFRBPHcWgAAAABJRU5ErkJggg==);
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: -12px;
    left: 0;
    z-index: 1;
}
@media screen and (min-width: 1000px) {
    .nt-mobile-wrapper,
    .nt-mobile-wrapper-spacer {
        display: none;
    }
}
.nt-mobile-wrapper-spacer {
    height: 90px;
    width: 100%;
    position: relative;
    top: 0;
}
.nt-mobile-logo {
    position: relative;
    top: 55%;
    left: 17px;
    transform: translateY(-50%);
}


/**
 * Open/Close Hamburger Button
 */
.hamburger-button {
    position: relative;
    height: 27px;
    width: 30px;
    z-index: 15;
    float: right;
    margin-right: 20px;
    margin-top: -7px;
    top: 50%;
}
.hamburger-button:hover {
    cursor: pointer;
}
.hamburger-button .hamburger-bar-top {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0e0e0e;
    border-radius: 1px;
    top: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.hamburger-button .hamburger-bar-middle {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0e0e0e;
    border-radius: 1px;
    top: 8px;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.hamburger-button .hamburger-bar-bottom {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0e0e0e;
    border-radius: 1px;
    top: 16px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.nt-mm1-button-open .hamburger-bar-top {
    background: #fff;
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    -moz-transform: rotate(45deg) translate(8px, 8px);
    -ms-transform: rotate(45deg) translate(8px, 8px);
    -o-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px);
}
.nt-mm1-button-open .hamburger-bar-middle {
    opacity: 0;
}
.nt-mm1-button-open .hamburger-bar-bottom {
    background: #fff;
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
    -moz-transform: rotate(-45deg) translate(7px, -7px);
    -ms-transform: rotate(-45deg) translate(7px, -7px);
    -o-transform: rotate(-45deg) translate(7px, -7px);
    transform: rotate(-45deg) translate(7px, -7px);
    top: 21px;
}


/**
 * Main wrapper
 */
.nt-mm1-wrapper {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    font-size: 1em;
    font-weight: 700;
    overflow: auto;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 10;
    background-size: cover;
    background-position: center top;
}
.nt-mm1-show-menu {
    background: #111;
    padding: 40px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 11;
    box-shadow: 4px 2px 15px 1px #B9ADAD;
}
.mobile-menu {
    margin: 40px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 50px 0;
}
.mobile-menu > li {
    padding: 10px 0;
}
.mobile-menu li > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    letter-spacing: -0.4px;
    position: relative;
    text-transform: lowercase;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.mobile-menu .menu-item-has-children {
    position: relative;
}
.mobile-menu .menu-item-has-children .sub-menu {
    display: none;
}


/**
 * Submenu arrow
 */
.dropdown-menu-ul .nt-responsive-toggle-subarrow {
    display: block;
    color: #999999;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    padding: 7px 20px 10px 20px;
    z-index: 10;
    font-size: 22px;
}
.mobile-menu li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 20px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    line-height: 22px;
}
.mobile-menu li span i {
    width: 10px;
    height: auto;
    padding: 0;
    margin: 0 0 0 0;
    fill: #8C9093;
    vertical-align: middle;
}
.mobile-menu li span.nt-mm1-submenu-active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.nt-mm1-chevron i {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 10px;
}
.nt-mm1-chevron i:hover {
    opacity: 1;
}


/**
 * Submenu
 */
.dropdown-menu-ul .sub-menu {
    transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropdown-menu-ul .sub-menu li {
    font-size: 12px;
}
.dropdown-menu-ul .sub-menu li:first-child {
    padding-top: 20px;
}
.dropdown-menu-ul li {
    padding: 10px 0 10px 18px;
}
.nt-mm1-social {
    position: absolute;
    bottom: 25px;
    left: 0;
    padding: 15px;
    width: 100%;
    text-align: center;
}
.nt-mm1-social-icon i {
    color: #fff;
    font-size: 22px;
    padding: 0 15px;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}
.nt-mm1-social-icon i:hover {
    cursor: pointer;
}

/* phone number */
.nt-mm1-phone-number {
    position: relative;
}

/* menu */
.mobile-menu li {
    list-style: none;
}

/* hide the menu for mobile  */
@media screen and (max-width: 1000px) {
    .header {
        display: none !important;
    }
}


/*--------------------------------------------------------------
# BlogPage
--------------------------------------------------------------*/

.blogpage-thumbnail img {
    height: auto;
    max-width: 100%;
    display: block;
}


/*--------------------------------------------------------------
# BlogPost
--------------------------------------------------------------*/

.blogpost-thumbnail img {
    height: auto;
    max-width: 100%;
    display: block;
}


/*--------------------------------------------------------------
# Page/Post Comments
--------------------------------------------------------------*/

body textarea.form-control,
body textarea.wpcf7-form-control,
body #order_comments,
body .input-group textarea.form-control {
    height: 128px;
}
.comment-info ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.comment-info ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 4px;
}
.comment-info ul.type_1 li:before {
    content: '\f00c';
    top: 4px;
}
.comment-info ul.type_2 li:before {
    content: '\f14a';
    top: 3px;
    font-size: 14px;
}
.comment-info ol {
    margin: 0 0 20px;
    padding: 0;
    list-style-position: inside;
}
.comment-info ol li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 4px;
}
.comments-title {
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
}
.comments-title:after {
    display: none;
}
ul.comments-list {
    position: relative;
    margin: 0 0 40px;
    padding: 0;
    list-style-type: none;
}
ul.comments-list li {
    list-style: none;
    border-top: 1px solid #dddddd;
    padding: 30px 0 0;
    margin: 0 0 30px;
}
ul.comments-list .comment .comment-avatar {
    float: left;
    margin: 0 32px 0 0;
    width: 87px;
}
ul.comments-list .comment .comment-avatar img {
    max-width: 100%;
    height: auto;
}
ul.comments-list .comment .comment-info {
    overflow: hidden;
}
ul.comments-list .comment .comment-author {
    float: left;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 600;
    color: #333333;
}
ul.comments-list .comment .comment-meta {
    float: right;
    font-size: 11px;
    color: #aaaaaa;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 15px 0;
}
ul.comments-list .comment .comment-meta a {
    display: inline-block;
    vertical-align: middle;
    color: #aaaaaa;
    font-family: 'Montserrat', 'sans-serif';
}
ul.comments-list .comment .comment-meta a:hover {
    color: #00aeef;
    text-decoration: none;
}
ul.comments-list .comment .comment-meta a:before {
    content: "/";
    display: inline-block;
    vertical-align: baseline;
    margin: 0 7px 0 5px;
    color: #dddddd;
}
ul.comments-list .comment .comment-meta a:first-child:before {
    display: none;
}
ul.comments-list .comment .comment-text {
    clear: both;
}
ul.comments-list .comment .comment-text p {
    line-height: 22px;
}
ul.comments-list .comment .comment-text *:last-child {
    margin-bottom: 0;
}
ul.comments-list .children {
    margin: 29px 0 0 30px;
    padding: 0;
}
ul.comments-list .children > li {
    position: relative;
    padding: 30px 0 0;
    margin: 0 0 30px;
    border-top: 1px solid #dddddd;
}
ul.comments-list .children > li:before {
    content: '';
    position: absolute;
    left: 66px;
    top: -9px;
    width: 15px;
    height: 9px;
}
.comment-respond {
    margin: 40px 0 0 0;
}
.comment-reply-title {
    margin: 0 0 19px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
}
.comment-reply-title:after {
    display: none;
}
.comment-reply-title:before {
    margin: 0 0 22px 0;
}
.comment-awaiting-moderation {
    display: block;
    color: #00aeef;
    font-weight: 700;
    text-transform: lowercase;
    margin: 10px 0 0;
}
.comment-info table {
    width: 100%;
    margin: 0 0 40px;
}
.comment-info table td,
.comment-info table th {
    border: 1px solid #e9e9e9;
    padding: 5px 10px;
}
.comment-form .form-submit {
    display: none;
}
.comment-info ul ul,
.comment-info ol ol {
    margin: 10px 0 20px 20px;
}


/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/

/**
 * Right Sidebar
 */
@media screen and (min-width: 1000px) {
    .right-sidebar .sidebar {
        width: 25%;
        float: right;
        padding-left: 20px;
    }
}
@media screen and (min-width: 1000px) {
    .right-sidebar .content-area {
        width: 75%;
        float: left;
        padding-right: 20px;
    }
}


/**
 * Left Sidebar
 */
@media screen and (min-width: 790px) {
    .left-sidebar .sidebar {
        width: 25%;
        float: left;
        padding-right: 20px;
    }
}
@media screen and (min-width: 790px) {
    .left-sidebar .content-area {
        width: 75%;
        float: right;
        padding-left: 20px;
    }
}


/*--------------------------------------------------------------
# Default WordPress Widgets
--------------------------------------------------------------*/

/**
 * Archives List
 */
.widget.widget_archive ul {
    margin: 0;
    padding: 0;
}
.widget.widget_archive ul li {
    padding: 0;
    list-style: none;
    background: #f2f2f2;
    border-bottom: 1px solid #fff;
}
.widget.widget_archive ul li a {
    color: #dd137b;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    letter-spacing: -0.2px;
    display: inline-block;
    padding: 15px 5px 14px 12px;
    border-left: 5px solid transparent;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.widget.widget_archive ul li a:hover {
    border-left: 5px solid #dd137b;
    text-decoration: none;
}


/**
 * Widget Calendar
 */
.widget.widget_calendar .calendar_wrap table caption {
    font-weight: 700;
    text-transform: uppercase;
    color: #dd137b;
    margin: 0 0 15px;
}
.widget.widget_calendar .calendar_wrap table td,
.widget.widget_calendar .calendar_wrap table th {
    padding: 10px 5px;
    font-size: 14px;
    text-align: center;
    border: 0;
}
.widget.widget_calendar .calendar_wrap table tbody {
    border: 1px solid #e6e6e6;
}
.widget.widget_calendar .calendar_wrap table thead th {
    background: #fde428;
    color: #dd137b;
}
.widget.widget_calendar .calendar_wrap table tfoot #prev {
    text-align: left;
}
.widget.widget_calendar .calendar_wrap table tfoot #next {
    text-align: right;
}


/**
 * Widget Categories
 */
.widget.widget_categories ul {
    margin: 0;
    padding: 0;
}
.widget.widget_categories ul li {
    padding: 0;
    list-style: none;
    background: #f2f2f2;
    border-bottom: 1px solid #fff;
}
.widget.widget_categories ul li a {
    color: #dd137b;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    letter-spacing: -0.2px;
    display: inline-block;
    padding: 15px 5px 14px 12px;
    border-left: 5px solid transparent;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.widget.widget_categories ul li a:hover {
    border-left: 5px solid #dd137b;
    text-decoration: none;
}
/* children */
.widget.widget_categories ul li .children {
    margin: -2px 0 25px 35px;
    padding: 0;
}
.widget.widget_categories ul li .children li {
    margin: 0 0 12px;
    border: 0;
    position: relative;
}
.widget.widget_categories ul li .children li:before {
    content: '-';
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
}
.widget.widget_categories ul li .children li a {
    border: none;
    padding: 0;
    color: #777;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans', 'sans-serif';
}
.widget.widget_categories ul li .children li a:hover {
    color: #dd137b;
}
/* children children */
.widget.widget_categories ul li .children li .children {
    margin: 10px 0 5px 25px;
}


/**
 * Widget Pages
 */
.widget.widget_pages ul {
    margin: 0;
    padding: 0;
}
.widget.widget_pages ul li {
    padding: 0;
    list-style: none;
    background: #f2f2f2;
    border-bottom: 1px solid #fff;
}
.widget.widget_pages ul li a {
    color: #dd137b;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    letter-spacing: -0.2px;
    display: inline-block;
    padding: 15px 5px 14px 12px;
    border-left: 5px solid transparent;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.widget.widget_pages ul li a:hover {
    border-left: 5px solid #dd137b;
    text-decoration: none;
}
/* children */
.widget.widget_pages ul li .children {
    margin: -2px 10px 25px 35px;
    padding: 0;
}
.widget.widget_pages ul li .children li {
    margin: 0 0 12px;
    border: 0;
    position: relative;
}
.widget.widget_pages ul li .children li:before {
    content: '-';
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
}
.widget.widget_pages ul li .children li a {
    border: none;
    padding: 0;
    color: #777;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans', 'sans-serif';
}
.widget.widget_pages ul li .children li a:hover {
    color: #dd137b;
}
/* children children */
.widget.widget_pages ul li .children li .children {
    margin: 10px 0 5px 25px;
}


/**
 * Widget Meta
 */
.widget.widget_meta ul {
    margin: 0;
    padding: 0;
}
.widget.widget_meta ul li {
    padding: 0;
    list-style: none;
    background: #f2f2f2;
    border-bottom: 1px solid #fff;
}
.widget.widget_meta ul li a {
    color: #dd137b;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    letter-spacing: -0.2px;
    display: inline-block;
    padding: 15px 5px 14px 12px;
    border-left: 5px solid transparent;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.widget.widget_meta ul li a:hover {
    border-left: 5px solid #dd137b;
    text-decoration: none;
}


/**
 * Widget Recent Comments
 */
.widget.widget_recent_comments ul {
    margin: 0;
    padding: 0;
}
.widget.widget_recent_comments ul li {
    list-style: none;
    background: #f2f2f2;
    border-bottom: 1px solid #fff;
    padding: 15px 12px 14px 12px;
    border-left: 5px solid transparent;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.widget.widget_recent_comments ul li:hover {
    border-left: 5px solid #dd137b;
}
.widget.widget_recent_comments ul li a {
    color: #dd137b;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    letter-spacing: -0.2px;
    display: inline-block;
}
.widget.widget_recent_comments ul li a:hover {
    text-decoration: none;
}


/**
 * Widget Recent Posts
 */
.widget.widget_recent_entries ul {
    margin: 0;
    padding: 0;
}
.widget.widget_recent_entries ul li {
    padding: 0;
    list-style: none;
}
.widget.widget_recent_entries ul li a {
    color: #dd137b;
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
    font-family: 'Montserrat', 'sans-serif';
}


/**
 * Widget RSS
 */
.widget.widget_rss ul {
    margin: 0;
    padding: 0;
}
.widget.widget_rss ul li {
    list-style: none;
    background: #f2f2f2;
    border-bottom: 1px solid #fff;
    border-left: 5px solid transparent;
    padding: 15px 14px 14px 12px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.widget.widget_rss ul li:hover {
    border-left: 5px solid #dd137b;
}
.widget.widget_rss ul li a {
    color: #dd137b;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    letter-spacing: -0.2px;
    display: inline-block;
}
.widget.widget_rss ul li a:hover {
    text-decoration: none;
}
.widget.widget_rss .rss-date {
    display: block;
    padding: 5px 0 15px;
    font-size: 12px;
}
.widget.widget_rss cite {
    display: block;
    padding-top: 15px;
}


/**
 * Search Widget
 */
.widget.widget_search .search-form {
    position: relative;
}
.widget.widget_search .search-form .form-control {
    width: 100%;
    padding: 13px 50px 13px 15px;
    height: 44px;
}
.widget.widget_search .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: #dd137b;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}


/**
 * Text Widget
 */
.widget.widget_text img {
    max-width: 100%;
    height: auto;
}
.widget.widget_text p {
    font-size: 13px;
    line-height: 22px;
    color: #222;
}


/**
 * Tag Cloud
 */
.widget.widget_tag_cloud .tagcloud a {
    display: inline-block;
    vertical-align: top;
    padding: 5px 8px 6px;
    font-size: 13px !important;
    color: #777777;
    border: 1px solid #ccc;
    margin: 0 6px 7px 0;
    text-decoration: none;
    text-transform: lowercase;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.widget.widget_tag_cloud .tagcloud a:hover {
    color: #222;
    background: #fde428;
    border-color: #fde428;
}


/**
 * Widget Nav Menu
 */
.widget.widget_nav_menu ul {
    margin: 0;
    padding: 0;
}
.widget.widget_nav_menu ul li {
    padding: 0;
    list-style: none;
    background: #f2f2f2;
    border-bottom: 1px solid #fff;
}
.widget.widget_nav_menu ul li a {
    color: #dd137b;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    letter-spacing: -0.2px;
    display: inline-block;
    padding: 15px 5px 14px 12px;
    border-left: 5px solid transparent;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.widget.widget_nav_menu ul li a:hover {
    border-left: 5px solid #dd137b;
    text-decoration: none;
}
/* children */
.widget.widget_nav_menu ul li .sub-menu {
    margin: -2px 10px 25px 35px;
    padding: 0;
}
.widget.widget_nav_menu ul li .sub-menu li {
    margin: 0 0 12px;
    border: 0;
    position: relative;
}
.widget.widget_nav_menu ul li .sub-menu li:before {
    content: '-';
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
}
.widget.widget_nav_menu ul li .sub-menu li a {
    border: none;
    padding: 0;
    color: #777;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans', 'sans-serif';
}
.widget.widget_nav_menu ul li .sub-menu li a:hover {
    color: #dd137b;
}
/* children children */
.widget.widget_nav_menu ul li .sub-menu li .sub-menu {
    margin: 10px 0 5px 15px;
}


/*--------------------------------------------------------------
# Input, Textarea, Dropdown, Forms
--------------------------------------------------------------*/

/**
 * Select2
 */
.select2-container .selection,
.select2-container--default .select2-selection--single,
.select2-container {
    outline: none !important;
}
.select2-container .selection {
    display: block;
}
.select2-container .selection:after {
    content: "";
    display: table;
    clear: both;
}
.select2-container.select2-container--default .select2-selection--single {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #cacaca;
    height: 49px;
    line-height: 1;
    background: #cacaca;
    font-size: 13px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding-left: 29px;
    padding-right: 110px;
    color: #222222;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 50px;
    height: 49px;
    top: 0;
    right: 0;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 5px 5px 0 5px;
    border-color: #777777 transparent transparent transparent;
    margin-left: -6px;
    margin-top: -2px;
}
.select2-container.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #cacaca;
    background-color: #fff;
}
.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #777777 transparent;
    border-width: 0 5px 5px 5px;
}
/* Dropdown */
.select2-container .select2-dropdown {
    border: 1px solid #cacaca;
    color: #222;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background: #dd137b;
}
.select2-container .select2-dropdown .select2-results__option {
    padding: 10px 18px;
}


/**
 * Input, Textarea
 */
.post-password-form input[type="submit"] {
    padding: 10px 25px;
    line-height: 23px;
}
.post-password-form label {
    padding-top: 1px;
    margin: 0 15px 0 0;
    vertical-align: bottom;
}
.input-group {
    margin: 0 0 30px 0;
    width: 100%;
}
.form-control,
.wpcf7-form-control,
.input-group .form-control,
body .woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.post-password-form input[type="password"] {
    font-size: 13px;
    line-height: 18px;
    color: #222222;
    background: #cacaca;
    border: 2px solid transparent;
    box-shadow: none;
    outline: none;
    padding: 16px 30px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-sizing: border-box !important;
    width: 100%;
    display: block;
    height: 49px;
}
.form-control:active,
.form-control:focus,
.wpcf7-form-control:active,
.wpcf7-form-control:focus,
.input-group .form-control:active,
.input-group .form-control:focus,
body .woocommerce-cart table.cart td.actions .coupon .input-text:active,
body .woocommerce-cart table.cart td.actions .coupon .input-text:focus,
.woocommerce form .form-row input.input-text:active,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:active,
.woocommerce form .form-row textarea:focus,
.post-password-form input[type="password"]:active,
.post-password-form input[type="password"]:focus {
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #111;
}
.woocommerce form .form-row.woocommerce-invalid input.input-text {
    -webkit-box-shadow: 0 0 0 2px red;
    -moz-box-shadow: 0 0 0 2px red;
    box-shadow: 0 0 0 2px red;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
}


/**
 * NEW FOOTER CSS
 */


/* global */
.footer {
    padding: 160px 0;
}
.footer-widget-title {
    font-family: 'Poppins', 'sans-serif';
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}


/* first column */
.footer-widget-menu {
    padding: 0;
    margin: 0;
}
.footer-widget-menu li {
    list-style: none;
    width: 49%;
    display: inline-block;
    padding: 3px 0;
}
.footer-widget-menu li a {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans', 'sans-serif';
    color: #c1c1c1;
    font-weight: 700;
    letter-spacing: -0.3px;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.footer-widget-menu li a:hover {
    color: #fff;
}

/* second column */
.footer-logo {
    display: block;
    margin: 0 auto;
}
.footer-social-text {
    color: #fff;
    text-align: center;
    padding: 50px 0 0;
    font-family: 'Poppins', 'sans-serif';
    font-size: 13px;
    font-weight: 700;
}
.copyright-social-icons {
    text-align: center;
    padding: 25px 0;
}
.copyright-social-icons i {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 0 18px;
}
.copyright-text {
    color: #a29d9d;
    font-size: 11px;
    line-height: 26px;
    text-align: center;
    padding-top: 20px;
}
.copyright-text a {
    color: #a29d9d;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    text-decoration: none;
}
.copyright-text a:hover {
    color: #fff;
}

/* third column */
.footer-about-text-light {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    font-family: 'Poppins', 'sans-serif';
}
.footer-about-text-dark {
    font-weight: 400;
    color: #c1c1c1;
}
.footer-mini-title {
    text-transform: uppercase;
    font-family: 'Poppins', 'sans-serif';
    font-weight: 700;
    letter-spacing: -0.2px;
    color: #fff;
    font-size: 12px;
    padding-top: 30px;
}
.footer-about-email a {
    font-family: 'Poppins', 'sans-serif';
    font-size: 12px;
    text-decoration: none;
    padding-top: 10px
}
.footer-about-phone {
    color: #c1c1c1;
    padding-top: 10px;
    font-family: 'Poppins', 'sans-serif';
    font-size: 12px;
}