/*!
Theme Name: sentius
Theme URI: https://sentiusdigital.com
Author: Duc Nguyen
Author URI: https://sentiusdigital.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sentius
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

sentius is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400');
@import url('https://fonts.googleapis.com/css?family=Montserrat:500');
@import url('https://fonts.googleapis.com/css?family=Montserrat:600');
@import url('https://fonts.googleapis.com/css?family=Montserrat:700');
@import "libs/bootstrap/css/bootstrap.min.css";
@import "libs/owl-carousel/assets/owl.carousel.min.css";
@import "libs/fontawesome/css/font-awesome.min.css";
@import "libs/jquery-selectBox/jquery.selectBox.css";
@import "libs/slick/slick.css";
@import "libs/bootstrap-datepicker/css/bootstrap-datepicker.min.css";
@import "libs/prettyPhoto/css/prettyPhoto.css";
/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    font-size: 16px;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.375;
    font-weight: 400;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 28px;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #333132;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: 0;
}

body {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 600;
}
h4{
    font-size: 16px;
}
h3{
    font-size: 16px;
}
h2{
    font-size: 21px;
    color: #3853a4;
}
h1{
    font-size: 28px;
    color: #3853a4;
    margin: 32px 0 22px;
}
p {
    margin-bottom: 22px;
    line-height: 22px;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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 {
    font-weight: 600;
}

dd {
    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, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    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;
}

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 {
    outline: none;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #3c4c55;
}

/* a:visited {
    color: #3c4c55;
} */

a:hover, a:focus, a:active {
    color: #3c4c55;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## 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 ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* 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 {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    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 10px;
    /* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 32px;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## 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,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## 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;
}

/*=====================header ====================*/
.site-header .search-header input[type='search']::placeholder{
    font-size: 16px;
    color: #3c4c55;
    font-weight: 600;
}
.site-header .search-header .active-search input[type='search']{
    width: 200px;
}
.site-header .search-header input[type='search']{
    border: none;
    width: 200px;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -ms-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
    padding: 8px;
}
.site-header .top-right{
    font-size: 14px;
}
.site-header .search-header .submit-btn input{
    border: none;
    background: url("images/search-icon.png") no-repeat center bottom;
    width: 24px;
    height: 24px;
}
.site-header .search-header .submit-btn{
    display: inline-block;
    vertical-align: middle;
}
.user-header a span{
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    background: #3853a4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    margin-left: 5px;
    text-align: center;
    float: right;
    margin-left: 10px;
}
.user-header a{
    margin-top: 3px;
    margin-left: 10px;
}
.site-header .search-header,
.site-header .user-header{
    display: inline-block;
    padding: 7px 0;
    vertical-align: top;
}
.site-header .search-header{
    padding-top: 8px;
    padding-right: 3px;
}
.site-header .user-header img{
    margin-top: -4px;
}
.site-header .user-header{
    padding-top: 9px;
}
.site-header ul li{
    list-style: none;
}
.site-header .bottom-right ul li:last-child{
    border: none;
    padding-right: 0;
}
.site-header .bottom-right{
    margin-top: 15px;
}
.site-header .bottom-right ul li a:hover{
    text-decoration: none;
}
.site-header .bottom-right ul li{
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #d9dad9;
    text-transform: uppercase;
}
.site-header{
    padding-top: 15px;
    /*padding-bottom: 20px;*/
}
.sticky-wrapper{
    /*height: auto !important;*/
    position: relative;
    z-index: 9;
}
/* .is-sticky .logo img{
    max-width: 80px;
} */
.is-sticky .main-menu > li > a {
    padding: 13px 17px;
}
.is-sticky .desk-header{
    padding: 5px 0;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}
.desk-header .is-sticky .right-header,
.is-sticky .desk-header .right-header,
.is-sticky .desk-header .main-menu-wrap{
    display: none;
}
.right-header{
    font-weight: 600;
}
.desk-header .is-sticky .top-header{
    /*padding: 5px 0;*/
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}
.desk-header .top-header{
    z-index: 222 !important;
    background: #fff;
    width: 100%;
}
.desk-header{
    background: #fff;
    z-index: 22 !important;
}
.contact-stores .col-md-6:last-child .store-abn{
    display: none;
}
.main-menu-wrap{
    background: #3853a4;
}
.main-menu li a:hover{
    text-decoration: none;
}
.main-menu > li {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    -khtml-flex-grow: 1;
    flex-grow: 1;
}
.main-menu > li:hover > a{
    background: #004475;
}
.main-menu > li:hover {
    background: #004988;
    cursor: pointer;
}
.dva-single img:first-child{
    margin-left: 0;
}
.dva-single img{
    max-width: 42px;
    margin-left: 5px;
}
.main-menu > li > a{
    padding: 13px 21px 13px 21px;
    display: block;
    text-align: center;
}
.main-menu li a{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
     font-weight: 600;
    /*font-weight: 500;*/
}
.main-menu > li:first-child a{
    /*padding-left: 0;*/
    /*text-align: left;*/
}
.main-menu > li > a{
    border-left: 1px solid #004a8b;
}
.main-menu > li:last-child a{
    /*padding-right: 0;*/
    /*text-align: right;*/
    border-right: none;
}
.main-menu li{
    /*position: relative;*/
}
.main-menu {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -khtml-justify-content: space-between;
    justify-content: space-between;
}
.main-menu .sub-menu li:last-child{
    /*margin-bottom: 0;*/
}

.main-menu .sub-menu li a {
  color: #fff;
  display: block;
}

.main-menu .sub-menu li a:hover{
    color: #3c4c55;
}
.main-menu li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.main-menu .sub-menu li{
    /*margin-bottom: 10px;*/
    /*border-left: 1px solid #004a8b;*/
    /*padding: 5px 10px;*/
    border-radius: 5px;
    width: 33.33%;
}

.main-menu .sub-menu li:hover {
  background: #0058a6;
}

.main-menu .sub-menu li:hover a {
  color: #fff;
}
.main-menu .sub-menu{
    margin-left: 0;
    padding: 8px 25px 8px 10px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #004475;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
    /*box-shadow: 0 0 1px #000;*/
    display: flex;
    flex-wrap: wrap;
}
footer p{
    display: inline-block;
}
footer{
    font-size: 12px;
    color: #666;
    background: #ebebeb;
    padding: 28px 0 27px;
}
.request-form .request-heading h3 i{
    margin-right: 10px;
}
.request-form .request-heading h3{
    font-size: 16px;
    color: #f4ec09;
    text-align: center;
    text-transform: uppercase;
    background: #3c4c55;
    line-height: 35px;
    width: 235px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    margin-bottom: 0;
}
.request-form .form-content p{
    line-height: 14px;
}
.request-form .form-content{
    background: #e6e7e8;
    position: relative;
    padding: 20px;
    font-size: 12px;
}
.request-form .nf-form-fields-required,
.request-form .nf-form-title{
    display: none;
}
.request-form .label-above .nf-field-label{
    text-transform: uppercase;
    margin-bottom: 1px;
}
.request-form .submit-wrap{
    padding-top: 5px;
}
.single-post .content ul,
.page .entry-content ul{
    margin-left: 0;
}
.request-form .nf-field-element textarea{
    height: 60px;
}
.request-form .nf-field-container{
    margin-bottom: 5px;
}
.request-form .nf-field-container.submit-container{
    margin-bottom: 0;
}
.request-form textarea,
.request-form .nf-field-element input{
    padding: 0 10px;
    border: 1px solid #3c4c55;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 30px;
}
.request-form .field-wrap input[type=button]:hover{
    background: #3c4c55;
}
.request-form .field-wrap input[type=button]{
    height: 40px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 40px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    background: #561c58;
    font-size: 16px;
    font-weight: 600;
}
.request-form .submit-wrap .nf-field-element:after{
    /*content:"\f054";*/
    content:"";
    display: block;
    width: 9px;
    height: 12px;
    background: url("images/arr-right.png");
    font-family: 'FontAwesome';
    position: absolute;
    right: 50px;
    top: 52%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    color: #fff;
    font-size: 14px;
    transform: translate(0,-50%);
}
.request-form .submit-wrap .nf-field-element{
    position: relative;
}
.request-form.show-form{
    top: auto;
    bottom: 0;
}
.request-form{
    width: 340px;
    position: fixed;
    top: calc(100% - 55px);
    right: 8%;
    z-index: 5;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -ms-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
}
.close-request{
    width: 21px;
    height: 21px;
    position: absolute;
    top: 0;
    right: 0;
    background: #3c4c55;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
}
.our-store h2{
    font-size: 30px;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 50px;
}
.store-detail ul .phone p{
    display: inline-block;
}
.store-detail ul .store-info{
    display: table;
}
.view-btn span{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.prd-cat-img:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: rgba(248, 55, 43, .75);
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    -ms-transition: linear 0.2s;
    -o-transition: linear 0.2s;
    transition: linear 0.2s;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
}
.prd-cat-thumb:hover .view-btn,
.prd-cat-thumb:hover .prd-cat-img:before{
    opacity: 1;
    visibility: visible;
}
.view-btn:hover{
    text-decoration: none;
}
.view-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    -ms-transition: linear 0.2s;
    -o-transition: linear 0.2s;
    transition: linear 0.2s;
    opacity: 0;
    visibility: hidden;
    text-transform: uppercase;
    z-index: 2;
}
.store-detail ul .icon{
    float: left;
    width: 40px;
}
.store-detail ul strong{
    margin-bottom: 5px;
    display: block;
}
.store-detail ul{
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}
.our-store h3{
    font-size: 20px;
    margin-top: 0;
    line-height: 20px;
    margin-bottom: 20px;
}
.our-store h3,
.our-store h2{
    color: #3c4c55;
    text-transform: uppercase;
}
.our-store:before{
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    background: url("images/left-bg.png") no-repeat left bottom -85px;
    z-index: 0;
}
.our-store:after{
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("images/right-bg.png") no-repeat top -60px right;
    z-index: 0;
}
.single-post .content a{
    color: #3853a4;
}
.single-post .content h3{
    text-transform: uppercase;
    font-weight: 600;
}
.single-post h1{
    text-transform: uppercase;
}
.our-store .container{
    position: relative;
    z-index: 1;
}
.our-store{
    background: #3853a4;
    padding: 50px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.our-store-desc{
    font-size: 20px;
}
.home-featured h3 a{
    /*text-transform: uppercase;*/
    color: #3853a4;
}
.home-featured img{
  width: 100%;
  background: #e0e0e0;
}
.home-featured,
.home-social {
    text-align: center;
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bottom-block h3{
    /*font-size: 18px;*/
}

.box-contain{
    /*max-width: 470px;*/
}
.blog-box .box-contain{
    float: right;
}
.home-featured:after{
    /*content: "";*/
   /* position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    background: #d8dbdd;
    bottom: 0;*/
}
.home-featured{
    position: relative;
}
.page-title,
.entry-title{
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 20px;

}
.contact-form .nf-form-fields-required{
    display: none;
}
.contact-form form .nf-field-label label{
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
}
.contact-form form .nf-field-container.submit-container{
    margin-bottom: 0;
}
/* .contact-form form .nf-field-container{
    margin-bottom: 13px;
} */
.contact-form form input[type='text'],
.contact-form form input[type='email'],
.contact-form form input[type='tel']{
    /* height: 40px; */
    /* padding-top: 0; */
}
.contact-form form input,
.contact-form form textarea{
    /* border: none; */
    /* padding-left: 15px; */
}

.contact-form form input[type="button"],
.contact-form form input[type="submit"] {
  text-transform: uppercase;
  margin-top: 15px;
}
/* .contact-form form textarea{
    height: 195px;
} */
.nf-after-field .nf-error-msg,
.nf-error-msg{
    font-size: 12px;
}
/* .contact-form form {
    padding: 25px 15px;
    background: #cce0f2;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
} */
/* .contact-form .nf-form-title h3{
    font-size: 21px;
    color: #fff;
    background: #3c4c55;
    text-transform: uppercase;
    margin: 0;
    padding: 15px;
    line-height: 24px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
} */
/* .contact-form .submit-wrap .nf-field-element {
    position: relative;
    width: 143px;
} */
/* .search .page-content .search-submit:after,
.enquiry-form .nf-form-content .submit-wrap .nf-field-element:after,
.sub-form .nf-form-content .submit-wrap .nf-field-element:after,
.contact-form .submit-wrap .nf-field-element:after {
    background: url("images/arr-right.png");
    width: 9px;
    height: 12px;
    content: "";
    position: absolute;
    right: 17px;
    top: 52%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    color: #fff;
    font-size: 14px;
    transform: translate(0,-50%);
} */
.enquiry-form .nf-form-content .submit-wrap {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    -khtml-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.enquiry-form .nf-form-content .submit-wrap .nf-field-element{
    display: inline-block;
    width: auto;
}
/* .enquiry-form .nf-form-content .submit-wrap input:hover,
.contact-form .field-wrap input[type=button]:hover {
    background: #3c4c55;
}
.search .page-content .search-submit,
.enquiry-form .nf-form-content .submit-wrap input,
.sub-form .nf-form-content .submit-wrap input,
.contact-form .field-wrap input[type=button] {
    height: 31px;
    width: 143px;
    display: block;
    text-align: left;
    line-height: 30px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    background: #561c58;
    font-size: 16px;
    font-weight: 600;
    padding: 0 17px;
} */
/* .search .page-content .search-form{
    margin-bottom: 30px;
}
.search .page-content .search-submit:hover{
    background: #3c4c55 url("images/arr-right.png");
    background-repeat: no-repeat;
    background-position: center right 15px;
} */
.breadcrumbs a,
.breadcrumbs span{
    font-size: 14px;
}
.breadcrumbs a{
    color: #77787b;
    font-weight: 600;
}
/* .search .page-content .search-submit{
    display: inline-block;
    width: 130px;
    background: #561c58 url("images/arr-right.png");
    background-repeat: no-repeat;
    background-position: center right 15px;
} */
.home-featured.blog-box:after{
    display: none;
}
.our-store-heading{
    font-size: 21px;
    color: #3853a4;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
}
.contact-stores .store-detail .open-h {
    padding-top: 5px;
}
.contact-stores .store-detail .open-h strong{
    text-transform: uppercase;
}
.contact-stores .store-detail .open-h p{
    line-height: 22px;
    min-height: 44px;
}
.contact-stores .store-detail .phone strong,
.contact-stores .store-detail .fax strong{
    display: inline-block;
    width: 70px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.contact-stores .col-md-6:last-child{
    padding-left: 40px;
}
.contact-stores .col-md-6:first-child{
    padding-right: 40px;
}
.contact-stores .store-detail ul li:first-child{
    margin-bottom: 7px;
}
.contact-stores .store-detail ul{
    margin-bottom: 10px;
}
.contact-stores h3{
    font-size: 21px;
    font-weight: 600;
    color: #3853a4;
    margin-top: 12px;
}
.store-abn{
    margin-top: 30px;
    margin-bottom: 30px;
}
.breadcrumbs a:hover{
    text-decoration: none;
}
.woo-breadcrumb .woocommerce-breadcrumb a,
.woo-breadcrumb .woocommerce-breadcrumb{
    margin-bottom: 0;
    color: #3c4c55;
}
.woo-breadcrumb,
.breadcrumbs{
    background: #f2f2f3;
    padding: 13px 0 14px 0;
}
.roundedOne .nf-field-element input{
    width: 17px !important;
}
.roundedOne .nf-field-element{
    position: relative;
    background: #ffffff;
    width: 17px !important;
    height: 17px;
    /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; */
}
.roundedOne label {
    /*width: 20px;*/
    /*height: 20px;*/
    /*cursor: pointer;*/
    /*position: absolute;*/
    /*left: 4px;*/
    /*top: 4px;*/
    /*background: linear-gradient(top, #222 0%, #45484d 100%);*/
    /*border-radius: 50px;*/
    /*box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;*/
}
.roundedOne .nf-field-element.checked:after {
    background: #561c58;
}
.roundedOne .nf-field-element:after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.roundedOne .nf-field-element:hover::after {
    opacity: 0.3;
}
.roundedOne input[type=checkbox] {
    opacity: 0;
    height: 17px;
    position: relative;
    z-index: 12;
}
/* .page-template-page-contact footer{
    margin-top: 90px;
} */
.roundedOne input[type=checkbox]:checked + :after {
    opacity: 1;
}
.post-item .post-info h3 {
    margin-top: 0;
}
.post-item .post-info h3 a:hover{
    text-decoration: none;
}
.post-item .post-info .excerpt-read-more:hover{
    text-decoration: none;
}
.post-item .post-info .excerpt-read-more:after{
    content:"";
    font-family: 'FontAwesome';
    position: absolute;
    right: 12px;
    top: 50%;
    width: 9px;
    height: 12px;
    /* background: url("images/arr-right.png"); */
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    color: #fff;
    font-size: 14px;
    transform: translate(0,-50%);
}
.post-item .post-info .excerpt-read-more:hover {
    background: #3c4c55;
}
.post-item .post-info .excerpt-read-more{
    font-weight: 600;
    text-transform: uppercase;
    background: #3853a4;
    color: #fff;
    display: inline-block;
    padding: 6.5px 11px;
    position: relative;
}
.post-item .post-info h4 a{
    margin-top: 0;
    color: #3853a4;
    display: block;
    min-height: 42px;
}
.post-item .post-info{
    padding-left: 18px;
    width: 61.17%;
    display: flex;
    flex-wrap: wrap;
}
.post-item .post-thumb{
    width: 38.83%;
    overflow: hidden;
}
.blog-item .post-item{
    padding-bottom: 27px;
    border-bottom: 1px solid #c9cacb;
    margin-bottom: 29px;
    display: flex;
}
.wp-pagenavi .page-numbers.next,
.wp-pagenavi .page-numbers.prev{
    display: none;
}
.wp-pagenavi .page-numbers.current{
    background: #d1d3d4;
    border-color: #d1d3d4;
}
.wp-pagenavi {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 1;
    text-align: right;
}
.wp-pagenavi .page-numbers{
    color: #3c4c55;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    border: 1px solid #b7b7b7;
    min-width: 35px;
    text-align: center;
    margin-left: 2px;
}
.wp-pagenavi strong{
    display: inline-block;
    margin-right: 5px;
}
.wp-pagenavi{
    padding-left: 15px;
}
.widget li a:hover{
    text-decoration: none;
}
.widget li{
    list-style: none;
}
aside .widget .widget-content h3{
    margin-top: 0;
    font-size: 14px;
}
aside .widget .menu-about-left-container,
aside .widget .widget-content {
    background: #d9e8f5;
    padding: 15px 18px 20px 16px;
}
aside .widget.widget_widget-post-month ul:last-child{
    border: none;
}
aside .widget.widget_widget-post-month ul{
    border-bottom: 1px solid #b8bec2;
}
aside .widget ul:last-child{
    margin-bottom: 0;
    padding-bottom: 3px;
}
aside .widget ul{
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.single .justify-content-center img{
    margin-top: 22px;
    margin-bottom: 37px;
}
.single #article{
    padding-bottom: 27px;
    padding-top: 4px;
}
aside .widget-title,
.contact-form .nf-form-title h3{
    background: #3853a4;
    color: #fff;
    padding: 17px 16px 14px 14px;
    /* -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; */
    margin-bottom: 0;
    margin-top: 32px;
    position: relative;
    font-size: 19px;
    line-height: 1.1579;
    letter-spacing: 0;
}
#secondary{
    padding-left: 30px;
}
.entry-content h4{
    font-size: 16px;
    color: #3853a4;
    text-transform: uppercase;
    margin-top: 30px;
}
.page-template-page-dva .entry-content h4:first-child,
.page-template-default .entry-content h4:first-child{
    margin-top: 0;
}
.entry-content h3{
    font-size: 21px;
    color: #3853a4;
    text-transform: uppercase;
}
.widget_media_image a{
    display: block;
}
.widget_media_image img{
    width: 100%;
}
.about-option img{

}
.page-template-page-dva .about-option-item a{
    padding-left: 15px;
    padding-right: 15px;
}
.page-template-page-dva .about-option-item{
    width: auto;
}
.about-option{
    margin-left: -8px;
    margin-right: -8px;
}
.about-option-item a img{
    margin-right: 10px;
}
.about-option-item a:hover{
    text-decoration: none;
    background: darken(#3853a4, 10%);
}
.about-option-item a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
    background: #3853a4;
    padding: 25px 0;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
}
.about-option-item{
    padding: 0 8px;
    float: left;
    width: 33.333%;
    margin-top: 48px;
}
.page-template-page-about .about-option-item{
    margin-top: 25px;
}
#secondary-left{
    padding-top: 10px;
}
.wp-caption{
    margin-bottom: 0;
}
/* .page-template-page-about .content-area{
    padding-bottom: 26px;
} */
#secondary-left .menu > li:last-child{
    border-bottom: none;
}
#secondary-left .menu > li.menu-item-has-children span{
    position: absolute;
    text-align: center;
    top: 30px;
    right: -10px;
    cursor: pointer;
    transform: translateY(-50%);
}
.result-list ul li{
    margin-top: 5px;
    margin-left: 10px;
    list-style: none;
}
.ajax-loading{
    position: relative;
}
.ajax-loading:before{
    content: "";
    width: 20px;
    height: 20px;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 15px;
    right: 5px;
    z-index: 14;
    background-image: url(images/ajax-loading.gif);
    background-repeat: no-repeat;
    background-position: right 5px center;
}
.result-list ul{
    padding-left: 0;
    margin-left: 10px;
    margin: 0;
}
.search-form{
    position: relative;
}
.result-list{
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 5px;
    width: 100%;
    z-index: 13;
    text-align: left;
}
#secondary-left .menu .sub-menu li a{
    padding-top: 10px;
    padding-bottom: 10px;
}
#secondary-left .menu .sub-menu{
    padding-left: 10px;
    border-top: 1px solid #3853a4;
    margin-bottom: 0;
    display: none;
    padding-bottom: 5px;
}
#secondary-left .menu > li{
    position: relative;
    border-bottom: 1px solid #3853a4;
}
#secondary-left .menu-about-left-container {
    padding-top: 0;
    padding-bottom: 0px;
}
#secondary-left .menu a{
    color: #3853a4;
    display: block;
    padding-top: 17px;
    padding-bottom: 11px;
    font-weight: 600;
    padding-top: 16px;
    letter-spacing: 0;
}
.home-intro{
    width: 34.8%;
    float: left;
}
.home-slider{
    width: 65.2%;
    float: right;
}
.home-banner .owl-dots .owl-dot.active{
    background: rgba(255,255,255,1);
}
.home-banner .owl-dots .owl-dot:focus,
.home-banner .owl-dots .owl-dot:visited{
    outline: none;
}
.home-banner .owl-dots .owl-dot{
    width: 17px;
    height: 17px;
    background: rgba(255,255,255,.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 5px;
}
.home-banner .home-intro p{
    font-size: 20px;
}
.home-banner .home-intro .intro-content{
    max-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}
.home .store-info a{
    color: #fff;
}
.home-banner .home-intro h2{
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    max-width: 280px;
}
.home-banner .home-intro {
    color: #fff;
    position: relative;
}
.home-banner .home-intro {
    background: url("images/banner-bg.jpg") no-repeat bottom left;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.home-banner .owl-dots {
    position: absolute;
    right: 30px;
    bottom: 18px;
    z-index: 1001;
}
.blog-item img{
    width: 100%;
    height: auto;
}
#secondary-news .menu li:last-child a{
    border-bottom: none;
}
#secondary-news {
    margin-top: 95px;
}
#secondary-news .widget-content{
    padding-top: 0;
    padding-bottom: 5px;
}
aside .menu li a{
    letter-spacing: 0.02em;
}
#secondary-news .menu li a{
    display: block;
    border-bottom: 1px solid #b8bec2;
    padding: 15px 0 10px 0;
    text-transform: uppercase;
    color: #3c4c55;
    font-weight: 600;
}
.category .entry-title,
.blog .entry-title,
.page-template-page-news .entry-title{
    margin: 34px 0 35px;
    text-align: center;
}
.entry-content h4 a:hover{
    text-decoration: none;
}
.entry-content h4 a{
    color: #3853a4;
}
/*======================================Woocommerce style =================*/
.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: #561c58;
    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: #3c4c55;
    color: #fff;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
    color: #fff;
}
.woocommerce-account .woocommerce h4{
    text-transform: none;
    font-size: 16px;
    color: #3c4c55;
    margin-bottom: 5px;
}
.woocommerce-account .woocommerce #customer_login{
    /* max-width: 476px; */
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-account h1{
    /*text-align: center;*/
    margin: 0;
}
.u-column1 .pb-5{
    padding-top: 5px;
}
.pb-5{
    padding-bottom: 5px;
}
.woocommerce form.login button i:before, .woocommerce form.register button i:before{
    content: "";
    width: 9px;
    height: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 12px;
    background: url("images/arr-right.png");
}
.woocommerce form.login button i, .woocommerce form.register button i{
    float: right;
}
.woocommerce form.login button:hover, .woocommerce form.register button:hover{
    background: #3c4c55;
    color: #fff;
}
.woocommerce form.login button, .woocommerce form.register button{
    background: #561c58;
    width: 143px;
    height: 31px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 29px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
}
.woocommerce form.login input, .woocommerce form.register input{
    height: 40px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 15px;
}
.woocommerce form.login, .woocommerce form.register{
    padding: 25px 30px;
    border: none;
    background: #e2e4e6;
}
.forgot-pass{
    float: right;
    font-size: 14px;
    margin-top: 3px;
}
.woocommerce form .form-row{
    margin-bottom: 10px;
}
.mb-0{
    margin-bottom: 0;
}
.woocommerce form.login, .woocommerce form.register{
    margin-top: 10px;
}
.sub-form .nf-form-content nf-field{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.sub-form .nf-form-content nf-field:first-child p{
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    padding-bottom: 3px;
}
.sub-form .nf-form-content nf-field:first-child{
    width: 100%;
}
.sub-form .nf-form-content nf-field:nth-child(4){
    width: 20%;
}
.sub-form .nf-form-content nf-field:nth-child(3),
.sub-form .nf-form-content nf-field:nth-child(2){
    width: 40%;
}
.sub-form .nf-form-content .submit-wrap input{
    width: 100%;
    background: #3853a4;
}
.sub-form .nf-after-form-content{
    display: none;
}
.sub-form .nf-form-content input{
    height: 30px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 15px;
    padding-bottom: 5px;
}
.sub-form .nf-form-content {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
}
.sub-form .nf-form-title h3{
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 0.02em;
}
.sub-form .nf-before-form-content{
    display: none;
}
.our-product{
    margin: 7px 0 0;
    padding: 20px 0 8px;
}
.subscribe-box{
    background: #3c4c55;
    padding: 25px 0;
}
.prd-cat-item .prd-cat-tit h5 a:hover{
    text-decoration: none;
}
.prd-cat-item .prd-cat-tit h5 {
    margin-top: 6px;
    margin-bottom: 14px;
    line-height: 1.375;
}
.prd-cat-item .prd-cat-tit h5 a{
    color: #3853a4;
}
.prd-cat-item .prd-cat-thumb a{
    display: block;
}

.prd-cat-item .prd-cat-thumb a.view-btn{
    color: #fff;
}
.prd-cat-item .prd-cat-thumb{
    text-align: center;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    /*height: 200px;*/
    /*line-height: 180px;*/
}
.term-description{
    border-bottom: 1px solid #939598;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.selectBox-dropdown .selectBox-arrow{
    background: #561c58;
    width: 40px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.selectBox-dropdown .selectBox-arrow:before{
    content:"\f107";
    font-family: 'FontAwesome';
    color: #fff;
    display: block;
    margin-top: 3px;
    font-size: 20px;
}
.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow:before{
    content:"\f106";
}
.selectBox-dropdown{
    line-height: normal;
    background: #ebebeb;
    border: none;
}
.woocommerce-ordering strong{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 14px;
    line-height: 22px;
}
.woocommerce ul.products li.product h2{
    text-align: center;
    text-transform: uppercase;
    background: #3853a4;
    display: block;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    min-height: 62px;
    width: calc(100% + 2px);
    -webkit-transform: translate(-1px, -1px);
    -moz-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    -o-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
    position: relative;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    padding: 0;
    margin-bottom: 4px;
}
.woocommerce ul.products li.product{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}
.prd-link a i:before{
    content: "";
    width: 9px;
    height: 12px;
    background: url("images/arr-right.png");
    display: block;
}
.prd-link a i{
    margin-left: 20px;
}
.dva-icon{
    float: left;
    margin-bottom: 10px;
}
/*.prd-link a:hover{
    background: #3c4c55;
}*/
/*.prd-link a{
    width: 115px;
    height: 31px;
    line-height: 30px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #561c58;
    display: block;
    text-transform: uppercase;
    padding: 0 20px;
    font-weight: 600;
}*/
.bottom-prd{
    padding: 10px 10px 0 10px;
}
.prd-link{
    float: right;
    margin-bottom: 10px;
}
.page-template-page-dva .about-option-item{
    margin-bottom: 30px;
}
.enquiry-form .nf-form-content .submit-wrap{
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -khtml-flex-direction: row;
    flex-direction: row;
}
.woocommerce ul.products li.product .price{
    color: #561c58;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.woocommerce .woocommerce-ordering{
    margin-bottom: 30px;
}
.slick-arrow.slick-next{
    right: 0;
    left: auto;
}
.slick-arrow:focus{
    outline: none;
}
.slick-arrow{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    background: transparent;
    color: #3853a4;
    font-size: 25px;
    padding: 0;
    border: none;
    min-width: initial;
}

.slick-arrow:hover,
.slick-arrow:focus {
  background: transparent;
  color: #3853a4;
}

.slider-nav .slick-slide > div{
    border: 1px solid #eaeaea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 5px;
}
.slider-nav {
    padding: 0 15px;
}
.slider-nav .slick-slide{
    padding: 6px;
}
.summary .variations label{
    text-transform: uppercase;
    color: #3c4c55;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    padding-top: 15px;
}
.woocommerce div.product form.cart .reset_variations{
    margin-left: 5px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #ec2124;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.product-type-variable p.price{
    display: none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images{
    width: 41.88%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary{
    width: 58.12%;
    padding-left: 30px;
}
.woocommerce .summary .cart .button{
    background: #561c58 url("images/arr-right.png") right 15px center no-repeat;
    background-color: #561c58;
    padding: 7px 40px 5px 15px;
    text-transform: uppercase;
    border-radius: 0;
}
.woocommerce .summary .selectBox {
    max-width: 212px;
}
.woocommerce .summary .cart .button:hover{
    background-color: #3c4c55;
}
.single_variation_wrap {
    max-width: 330px;
}
.reset_variations{
    display: none;
}
/* .single_variation_wrap .woocommerce-variation-add-to-cart{
    float: right;
} */
.single_variation_wrap .woocommerce-variation{
    float: none;
    margin-bottom: 21px;
}
.product-type-simple .summary .cart{
    margin-left: 50px;
}
.product-type-simple .summary .cart,
.product-type-simple .summary .price{
    display: block;
    margin-bottom: 0 !important;
    vertical-align: middle;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
    margin-bottom: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li{
    width: 33.3%;
    float: left;
    margin: 0;
    border: none;
    background: #7aafdd;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:nth-child(1){
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:nth-child(3){
    background: #59bcc4;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before{
    display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a{
    color: #fff;
    display: block;
    text-align: center;
    text-transform: capitalize;
    padding: 15px 0;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.375;
}
.woocommerce #content div.product .woocommerce-tabs{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e2e4e6;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--specification{
  padding: 9px 17px 9px 17px;
}
.woocommerce div.product .woocommerce-tabs .panel{
    background: #d9e8f5;
    padding: 21px 10px 9px 28px;
}
.woocommerce div.product .woocommerce-tabs .panel{
    font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border: none;
}
#tab-specifications_tab ul li div{
    display: inline-block;
}
#tab-specifications_tab ul li div:first-child{
    min-width: 200px;
}
#tab-specifications_tab ul{
    margin-left: 0;
    padding-left: 15px;
    list-style: none;
}
.tab-download a{
    display: inline-block;
    width: 150px;
    height: 119px;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #3853a4;
}
.tab-download span{
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    display: block;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.tab-download{
    float: right;
    text-align: center;
    border-left: 1px solid #afcfeb;
}
.tab-content{
    float: left;
}
.dva-single{
    margin-top: 10px;
    margin-bottom: 21px;
}
.woocommerce-product-details__short-description{
    margin-bottom: 33px;
}
.woocommerce div.product form.cart .variations td{
    padding-top: 10px;
}
.date-hire{
    margin-bottom: 20px;
}

.hire-hide{
    display: none !important;
}
.enquiry-form .nf-before-form-content,
.woocommerce .products_type-enquiry-products form.cart button[type='submit']{
    display: none;
}
.enquiry-form input[type='text'],
.enquiry-form input[type='email'],
.enquiry-form input[type='tel']{
    height: 40px;
}
.enquiry-form .nf-form-title h3{
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    background: #3c4c55;
    text-align: center;
    padding: 15px 0;
    font-size: 21px;
}
.enquiry-form .nf-form-layout{
    padding: 25px 30px;
    padding-bottom: 10px;
}
.enquiry-form .nf-field-container{
    margin-bottom: 12px;
}
.enquiry-form .spam-container label,
.enquiry-form .checkbox-wrap label{
    font-size: 14px;
    font-weight: normal;
}
.enquiry-form input,
.enquiry-form textarea{
    border: none;
    padding-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.enquiry-form .checkbox-wrap label{
    padding-left: 40px;
    z-index: 9;
}
.enquiry-form .checkbox-wrap .nf-field-label{
    margin-left: -25px;
    padding-left: 0;
    line-height: 15px;
}
.enquiry-form .close{
    position: absolute;
    width: 15px;
    height: 15px;
    opacity: 1;
    top: 15px;
    right: 20px;
}
.enquiry-form {
    width: 700px;
    background: #e2e4e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
    padding-top: 30px;
}
.woocommerce div.product div.images img{
    display: inline-block;
}
/* .woocommerce div.product div.images .video-item img{
    height: 72px;
} */
.slider-nav .slick-slide > div{
  display: flex !important;
  align-items: center;
  height: 100%;
}
.slider-for .video-mark:before{
    display: none;
}
.slider-for .video-mark a:before,
.video-mark:before{
    content:"\f144";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    color: #f5f5f5;
    font-size: 24px;
    transform: translate(-50%,-50%);
}
.video-mark,
.slider-for .video-mark a{
    position: relative;
}
#order_comments_field label span{
    display: none;
}
.woocommerce td.product-name .wc-item-meta{
    padding-left: 0;
}
.video-large-thumb.video-mark a:before{
    font-size: 36px;
}
.woocommerce div.product p.stock.in-stock{
    display: none;
}
.woocommerce div.product p.stock{
    /* text-transform: uppercase; */
    color: #d71d24;
    font-weight: 600;
    display: inline-block;

}
.dva-icon span{
    max-width: 80px;
    font-size: 14px;
    font-weight: 600;
    color: #3853a4;
    display: block;
    line-height: 1.1429;
    text-align: center;
}
.hire-product-content .prd-link{
    margin: 0px;
}
.ui-autocomplete{
    margin-left: 0;
    background: #fff;
    list-style: none;
    padding-left: 10px;
    border: 1px solid #ccc;
    max-width: 200px;
    padding-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul{
    margin-left: 0;
    list-style: none;
    padding-left: 0;
}

.woocommerce-message::before{
    color: #561c58;
}
.woocommerce-message{
    border-color: #561c58;
}
.woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation{
    margin-left: 0;
}
.woocommerce-page .woocommerce-cart-form table.cart td.actions #coupon_code{
    width: 110px;
}
.outofstock .woocommerce-variation-price,
.outofstock .summary p.price,
.onbackorder .woocommerce-variation-price,
.onbackorder .summary p.price{
    /* display: none; */
}
.selection-mess{
    /*float: left;*/
    font-weight: 600;
    color: #3853a4;
    display: none;
    margin-bottom: 20px;
}
.dva-icon img:first-child{
    margin-left: 0;
}
.dva-icon img{
    max-width: 28px;
    margin-left: 3px;
}
.product-name .dva-icon {
    float: none;
}
.woocommerce-ordering .selectBox-dropdown{
    width: 182px !important;
    text-decoration: none;
}
.single-print img{
    margin-right: 15px;
}

.print-block {
  border-top: 1px solid #c9cacb;
  text-align: right;
}

.single-print{
    text-transform: uppercase;
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    display: inline-block;
    text-align: right;
    padding-top: 13px;
}

.single-print:hover {
  color: #3853a4;
}

.enquiry-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #3c4c55;
}
.enquiry-form ::-moz-placeholder { /* Firefox 19+ */
    color: #3c4c55;
}
.enquiry-form :-ms-input-placeholder { /* IE 10+ */
    color: #3c4c55;
}
.enquiry-form :-moz-placeholder { /* Firefox 18- */
    color: #3c4c55;
}
.woocommerce-breadcrumb .woo-br-item:last-child,
.breadcrumbs span{
    color: #414042;
    font-weight: 600;
}
.blog-item:nth-child(2n+1){
    clear: both;
}
.error404 .breadcrumbs .container,
.woocommerce-account .breadcrumbs .container,
.page-template-page-thank .breadcrumbs .container{
    opacity: 0;
}
.page-template-page-thank h1{
    text-align: center;
}
.page-template-page-thank .about-option{
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.single-post .content h2{
    text-transform: uppercase;
}
.single-post .breadcrumbs a{
    color: #77787b;
}
.woocommerce div.product form.cart .reset_variations{
    display: none !important;
}
.single-post #secondary{
    padding-left: 0;
}
.single-post .widget li:last-child {
    margin-bottom: 0;
}
.single-post .widget li {
    line-height: 18px;
    margin-bottom: 9px;
}
.single-post .widget li a{
    font-size: 14px;
}
.single-post h1{
    margin-bottom: 21px;
    margin-top: 21px;
}
.single .justify-content-center .wp-caption-text{
    font-style: italic;
}
.single .justify-content-center .alignleft img,
.single .justify-content-center .alignright img{
    margin-top: 0;
    margin-bottom: 0;
}
.selectBox-dropdown{
    color: #3c4c55;
}
.woocommerce ul.products li.product .price .out-of-stock{
    color: #d71d24;
}
@media (min-width: 992px){
    .single-post #article .col-md-4{
        width: 30.92%;
        float: right;
        padding: 0 22.5px;
    }
    .sidebar-left .site-main .col-md-4,
    .page-template-default .site-main .col-md-4,
    .page-template-page-about .site-main .col-md-4 {
        width: 30.36%;
        padding: 0 20px 0 15px;
    }
    .single-post #article .col-md-8{
        width: 69.08%;
        padding: 0 22.5px;
    }
    .sidebar-left .site-main .col-md-8,
    .page-template-default .site-main .col-md-8,
    .page-template-page-about .site-main .col-md-8 {
        width: 69.64%;
        padding: 0 15px 0 20px;
    }
    .blog .site-main .col-md-4,
    .page-template-page-news .site-main .col-md-4 {
        padding-left: 38px;
        width: 31%;
    }
    .blog .site-main .col-md-8,
    .page-template-page-news .site-main .col-md-8 {
        width: 69%;
    }
    .blog-item{
        padding: 0 15px;
    }
    .custom-margin{
        margin-left: -26px;
        margin-right: -26px;
    }
    .wp-pagenavi {
        padding: 0;
        margin: 9px 0 20px;
    }
}

/* update 23/10/2018*/
.page-template-page-contact .entry-content p {
  margin-bottom: 10px;
}

.page-template-page-contact .entry-content p:nth-last-child(2) {
  margin-bottom: 28px;
}

.row {
  margin: 0 -15px
  ;
}

#secondary-left {
  padding-top: 0;
}

.page-template-page-news .post-excerpt p:last-child {
  margin-bottom: 0;
}

.page-template-page-news .post-excerpt {
  margin-bottom: 30px;
}

.single-post #article .row {
  margin: 0 -22.5px;
}

.single-post #article .widget {
  margin: 0 0 24px;
}

.single-post #secondary {
  margin-top: 28px;
}

.single-post #secondary .widget-title {
  margin-top:  0;
}

.page-template .entry-content {
  margin: 0;
}

.page-template-page-about .hentry {
  margin: 0 0 34px;
}

.woocommerce ul.products li.product a {
  text-transform: uppercase;
}

.woocommerce ul.products li.product a:visited {
  color: #fff;
}

.woocommerce ul.products li.product .btn {
  min-width: inherit;
  text-transform: uppercase;
  padding: 6px 15px 6px 11px;
}

.dva-icon img {
  margin-left: 4px;
}

.dva-icon {
  margin-bottom: 0;
}

.bottom-prd {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  width: 100%;
  padding-top: 7px;
}

.woocommerce-page ul.products li.product,
.search-results ul.products li.product {
  margin: 0 7px 7px 0;
}

.woocommerce ul.products  {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 40px;
}

.term-hire-products.woocommerce ul.products {
  margin-bottom: 33px;
}

.woocommerce-page ul.products.columns-3 li.product,
.search-results ul.products.columns-3 li.product {
  width: calc((100% - 14px) / 3);
  min-width: calc((100% - 14px) / 3);
  display: flex;
  flex-wrap: wrap;
  padding: 9px 13px 12px 14px;
}

.woocommerce ul.products li.product a {
  text-transform: capitalize;
}

.woocommerce ul.products li.product .price {
  color: #ec2124;
  font-size: 16px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  color: #414042;
}

.woocommerce nav.woocommerce-pagination ul {
  margin: 0 0 30px;
}

.woocommerce nav.woocommerce-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.woocommerce ul.products li.product .price .out-of-stock {
  margin-bottom: 0;
}

.selectBox-dropdown .selectBox-arrow {
  background: #636466;
  border-radius: 0;
}

.selectBox-dropdown .selectBox-arrow:before {
  font-size: 34px;
  margin-top: -6px;
}

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

.woocommerce div.product .product_title {
  margin-top: 20px;
}

.woocommerce div.product .entry-summary .product_title {
  display: none;
}

.woocommerce #content div.product .woocommerce-tabs {
  border-radius: 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a {
  padding: 19px 0 13px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:nth-child(1) {
  border-radius: 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:nth-child(3) {
  border-radius: 0;
}

.summary .variations label {
  text-transform: capitalize;
}

.woocommerce .summary .selectBox {
  width: 182px !important;
  height: 23px;
}

.selectBox-dropdown .selectBox-arrow {
  width: 30px;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5714;
  padding: 4px 0 8px;
}

.selectBox-dropdown .selectBox-label {
  line-height: 1.5714;
  letter-spacing: 0;
  font-size: 14px;
  padding: 1px 8px;
  display: block;
  font-weight: 500;
}

.woocommerce div.product form.cart .variations td {
  line-height: 1.5714;
  height: 100%;
}

.woocommerce div.product form.cart .variations td {
  padding: 0;
}

.single-product .dva-single {
  margin-top: 15px;
}

.woocommerce div.product div.summary {
  margin-top: -3px;
}

.single-product .woocommerce div.product form.cart .variations td.label {
  padding: 0 0 8px;
}

.woo-breadcrumb {
  padding: 16px 0 12px 0
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:nth-child(3) {
  background: #a3c7e8;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:nth-child(2) {
  background: #7aafdd;
}

.single-print {
  color: #3853a4;;
}

.single-print:visited {
  color: #3853a4;
}

.tab-content p:first-child {
  font-weight: 600;
}

.tab-content p {
  margin-bottom: 7px;
}

.tab-content p:not(:first-child) {
  line-height: 1.99;
}

.tab-content p:nth-last-child(2) {
  margin-bottom: 28px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
}

.box-search .search-submit {
  display: none;
}

.label-right .field-wrap {
  align-items: center;
}

/* update 29/10/2018 */
.selectBox-options li a {
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
}

.tab-download a:hover {
  color: #3853a4;
}

.woocommerce .summary .cart .button {
  background: #3853a4;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.woocommerce button.button.alt.disabled {
  background: #3853a4;
}

.search-results div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  background: #3853a4 !important;
}

/*update 30/10/2018*/
.woocommerce div.product form.cart .variations label:after {
  content: ":";
}

.woocommerce div.product form.cart .variations td.value {
  width: 100%;
  padding-left: 12px;
}

.intro-content h1 {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.2px;
}

.intro-content__link {
  font-weight: 300;
  font-size: 12px;
  line-height: normal;
}

.intro-content__link a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0;
}

.intro-content__body {
  font-size: 14px;
  line-height: 1.4286;
}

.our-product .row {
  margin: 0 -10.5px;
}

.our-product .row > div {
  padding: 0 10.5px;
}

.prd-cat-item .prd-cat-thumb {
  height: 138px;
  overflow: hidden;
}

.prd-cat-item .prd-cat-thumb .prd-cat-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottom-block .featured-box > a {
  display: block;
  position: relative;
  /*height: 204px;*/
  overflow: hidden;
  border-radius: 5px;
}

.bottom-block .featured-box {
  margin-bottom: 26px;
}

.blog-box {
  margin-bottom: 0;

}

.bottom-block .home-social h2 {
  margin-bottom: 31px;
}

.bottom-block .featured-box h3 {
  text-align: left;
}

.site-header .my-account a {
  color: #fff;
  /*font-weight: 500;*/
  font-weight: 600;
}

.main-menu__body {
  display: inline-flex;
  position: relative;
  margin: 0 0 0 0;
}

.site-header .search-header .submit-btn {
  display: none;
}

.site-header .search-header {
  padding: 0;
  position: absolute;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 10px;
  left: 100%;
  height: 100%;
}

.site-header .search-mobile .search-header {
  left: 0;
  position: static;
  padding: 0;
}

/* .search-form {
  position: absolute;
  top: 100%;
  z-index: 9;
  display: none;
  right: -20px;
  box-shadow: 0 0 1px #000;
}

.site-header .search-mobile .search-header .search-form {
  top: 0;
  position: static;
}

.site-header .search-header:hover .search-form {
  display: block;
} */

.site-header .my-account a:before {
  margin-right: 5px;
}

.my-account {
  border-left: 1px solid #004a8b;
  border-right: 1px solid #004a8b;
  display: flex;
  align-items: center;
  padding: 0 13px 0 11px;
}

.my-account img {
  margin-right: 8px;
}

.site-header .bottom-right ul li.cart span {
  font-weight: 400;
  font-size: 16px;
}

.site-header .search-header .icon-search1 {
  font-size: 25px;
}

.view-our .prd-cat-thumb:hover  .prd-cat-img:before {
  opacity: 0;
}

.view-our .prd-cat-thumb  .prd-cat-img:before {
  width: 100%;
  height: 100%;
}

.main-menu-wrap .container {
  width: 1003px;
}

.main-menu .sub-menu li a {
  font-weight: 400;
  padding: 17px 0px 14px 21px;
}

.desk-header .top-header .container {
  width: 981px;
}
#secondary-left .menu > li.menu-item-has-children span .icon-arrow {
  color: #3853a4;
  font-size: 33px;
}

.pagination-content p{
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #414042;
  margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #414042;
  padding: 5px 5px 4px;
  border: 1px solid transparent;
  min-width: 35px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #d1d3d4;
}

.woocommerce nav.woocommerce-pagination ul {
  margin: 0 0 0 3px;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 0 0 7px;
}

.woocommerce nav.woocommerce-pagination ul li a {
  border: 1px solid #b7b7b7;
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
  width: 35px;
  height: 25px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woo-breadcrumb .woocommerce-breadcrumb a {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5714;
  color: #77787b;
}

.woocommerce div.product p.price {
  margin-bottom: 22px !important;
}

#secondary-left .menu > li.menu-item-has-children.show-sub span {
  transform: translateY(-50%) rotate(270deg);
}

/*page account*/
.woocommerce-account .entry-title {
  display: none;
}

.woocommerce-account .account-title {
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
}

.woocommerce-account .woocommerce-myaccount-content {
  float: none;
  /* width: auto; */
  padding-left: 38px;
  margin-top: -7px;
}

.woocommerce-account .myaccount-title {
  background: #3853a4;
  padding: 17px 16px 14px 16px;
  margin: 0;
  text-transform: capitalize;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-weight: 600;
  color: #3853a4;
  padding: 17px 0 10px;
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #6ca6da;
  position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:after {
  font-family: 'gmob-new', Helvetica, Arial, sans-serif;
  content: "\e904";
  font-size: 33px;
  font-weight: normal;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-account .woocommerce:after,
.woocommerce-account .woocommerce:before {
  display: none;
}

.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-account .myaccount-title {
  width: 254px;
  text-transform: capitalize;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  background: #d9e8f5;
  padding: 0 16px 3px;
}

.woocommerce-account .entry-title {
  margin-bottom: 17px;
}

.woocommerce-account .myaccount-body p {
  margin-bottom: 10px;
}

.woocommerce-account .myaccount-body p:last-of-type {
  margin: 0;
}

.woocommerce-account .breadcrumbs .container {
  opacity: 1;
}

.woocommerce-account .myaccount-body {
  border-bottom: 1px solid #c9cacb;
  padding-bottom: 26px;
}
/*end page account*/

.wp-pagenavi span,
.wp-pagenavi a {
  padding: 5px 5px 4px;
}

.page-template-page-news .breadcrumbs {
  display: none;
}

.view-our .prd-cat-item .prd-cat-thumb {
  border: 0;
}

.home .owl-carousel {
    position: relative;
}

.home .owl-carousel .owl-dots {
    position: absolute;
    bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.home .owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #e6e6e6;
    margin: 0 3px;
    border-radius: 50%;
    min-width: auto;
}

.home .owl-carousel .owl-dots .owl-dot.active {
    background-color: #3853a4;
}

.home .owl-carousel .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    min-width: 25px;
}

.home .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    min-width: 25px;
}

@media (max-width: 767px) {
    .home .owl-carousel .owl-next,
    .home .owl-carousel .owl-prev {
        top: 40%;
    }
}

.home .owl-carousel .owl-prev span,
.home .owl-carousel .owl-next span {
    font-size: 35px;
}

.our-product .row {
  display: flex;
  flex-wrap: wrap;
}

.archive .breadcrumbs {
  display: none;
}

.woo-br-item {
  font-weight: 600;
  font-size: 14px;
  color: #77787b;
}

.single-product .breadcrumbs {
  display: none;
}

.products .tinv-wraper.tinv-wishlist {
  display: none;
}

.badge-icon-dav,
.badge-icon-free-delivery,
.badge-icon-hire-available {
  background-size: 100% !important;
}

.woocommerce .products ul {
  margin: 0 5px 0 0;
}

.single-post .widget li a {
  color: #3853a4;
}

.single-post aside .widget .widget-content {
  padding: 15px 12px 18px;
}

.post-type-archive-product .feedback,
.tax-product_cat .feedback {
  display: none;
}
