/*
Theme Name: DM-Bootstrap-01
Theme URI: http://www.digitalmonopoly.com.au/
Author: DigitalMonopoly
Author URI: http://www.digitalmonopoly.com.au/
Description: Description
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* =Global
----------------------------------------------- */
/*@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('fonts/proximanova.eot');
    src: url('fonts/proximanova.eot') format('embedded-opentype'),
    url('fonts/proximanova.woff') format('woff'),
    url('fonts/proximanova.ttf') format('truetype'),
    url('fonts/proximanova.svg#ProximaNovaRegular') format('svg');
}
@font-face {
    font-family: 'ProximaNovaBold';
    src: url('fonts/proximanova-bold.eot');
    src: url('fonts/proximanova-bold.eot') format('embedded-opentype'),
    url('fonts/proximanova-bold.woff2') format('woff2'),
    url('fonts/proximanova-bold.woff') format('woff'),
    url('fonts/proximanova-bold.ttf') format('truetype'),
    url('fonts/proximanova-bold.svg#ProximaNovaBold') format('svg');
}*/

html,
body {
    height: 98%;
    width: 100%;
}

#page {
    min-height: 100%;
}

body {
    background-color: #e7e7e8;
}

body,
button,
input,
select,
textarea {
    color: #b8b8b8;
    font-family: 'Roboto', sans-serif;
    color: #404041;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 50px;
    color: #343434;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

hr {
    background-color: #eee;
    border: 0;
    height: 1px;
    margin-bottom: 1.2em;
}

/* Text elements */
p {
    margin-bottom: 1.2em !important;
}

ul,
ol {
    margin: 0 0 1.2em 0;
    padding-left: 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
    margin-left: 00px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.2em;
}

b,
strong {
    font-weight: bold;
}

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

blockquote {
    background: none repeat scroll 0 0 #eee;
    margin: 0 0 1.2em;
    padding: 30px;
}

address {
    margin: 0 0 1.2em;
}

pre {
    background: none repeat scroll 0 0 #eee;
    border-radius: 0;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    white-space: pre-wrap;
}

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

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

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.2em;
    width: 100%;
}

th {
    font-weight: bold;
}

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */
    *vertical-align: middle;
    /* Improves appearance and consistency in all browsers */
}

button,
input {
    line-height: normal;
    /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible;
    /* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: none repeat scroll 0 0 #f99f2b;
    border: medium none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 5px;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #343434;
    border-color: #343434;
    color: #fff;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background-color: #343434;
    border-color: #343434;
    color: #fff;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
    border: 1px solid #fff;
    /*  box-shadow: 0 1px 2px; */
    border-bottom: 1px solid #dddddd;
    color: #666;
    max-width: 100%;
    width: 250px;
    border-radius: 5px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
    color: #111;
}

input[type=text],
input[type=email],
input[type=password] {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding: 3px 10px 10px 10px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 100%;
    height: 120px;
}

select {
    height: 34px;
    line-height: 34px;
    padding: 5px;
}

/* Links */
a,
a:visited {
    color: #1ab4a8;
    text-decoration: none;
    font-weight: 500;
}

a:hover,
a:focus,
a:active {
    color: #1ab4a8;
    text-decoration: none;
    font-weight: 500;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.2em;
}

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

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

/* Text meant only for screen readers */
.assistive-text {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: relative;
    display: block;
    font-weight: 300;
}

/* =Content
----------------------------------------------- */
.sticky {}

.hentry {
    margin: 0 0 1.2em;
    padding: 0 0 1.2em;
}

.hentry .entry-header {
    margin-bottom: 1.2em;
}

.hentry .entry-header .entry-title {
    font-family: "ProximaNovaBold";
    font-size: 20px;
    margin-bottom: 5px;
}

.hentry .entry-header .entry-title a {}

.single .hentry,
.page .hentry {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.entry-meta {
    clear: both;
}

.byline {}

.single .byline,
.group-blog .byline {
    display: inline;
}

.entry-thumbnail {
    padding: 0;
    margin-bottom: 20px;
}

.entry-summary {
    margin: 1.2em 0 0;
}

.entry-content {
    margin: auto;
}

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

.page-header {
    border-bottom: medium none;
    height: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0;
    padding-top: 0px;
    text-align: left;
}

.page-header .entry-title {
    font-size: 32px;
    font-weight: bold;
    padding: 10px 0;
    display: block;
    color: #404041;
    margin-bottom: 0px;
}

.page-header.has-breadcrumbs .entry-title {
    margin-bottom: 0px;
}

.contact-header {}

.contact-header .entry-title {
    margin-bottom: 0;
}

.entry-attachment {}

.entry-attachment .attachment {}

.attachment .entry-meta {
    clear: none;
}

#image-navigation {
    text-align: right;
}

.hentry.service {
    min-height: 200px;
    padding: 0px;
}

.hentry.service>a {}

.hentry.service>a img {
    display: block;
    float: left;
    margin-right: 20px;
}

.hentry.service .entry-header {}

.hentry.service .entry-header .entry-title {
    clear: none;
}

.hentry.service .entry-content {}

.clear {
    clear: both;
}

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/* =Media
----------------------------------------------- */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
    /* Fluid images for posts, comments, and widgets */
}

.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
    display: block;
}

.site-header img,
.entry-content img,
img.size-full {
    max-width: 100%;
    width: auto;
    /* Prevent stretching of full-size images with height and width attributes in IE8 */
    margin-bottom: 1.2em;
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.2em;
    max-width: 100%;
}

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

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.gallery a img {
    border: medium none;
    display: block;
    height: auto;
    max-width: 100% !important;
    border: none !important;
    margin-bottom: 0;
}

.gallery dd {
    margin: 0;
}

.gallery .gallery-item {
    float: left;
    margin-top: 0px !important;
    text-align: center;
    margin-bottom: 0 !important;
    position: relative;
}

.gallery .gallery-item .gallery-caption {
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.gallery .gallery-item:hover .gallery-caption {
    visibility: visible;
}

.gallery-columns-4 .gallery-item {}

.gallery-columns-4 .gallery-item img {}

.dm-gallery {
    max-width: 1440px;
    margin: auto;
    margin-bottom: 50px;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* =Widgets
----------------------------------------------- */
.widget-title {
    color: #636363;
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 10px;
    font-weight: bold;
}

.widget {
    margin: 0 0 30px;
}

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

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
#searchform .field {
    float: left;
    width: 50%;
    height: 48px;
    border: none;
    background: #dedede;
}

#searchsubmit {
    background: #1ab4a8 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    height: 42px;
    letter-spacing: 0;
    text-transform: capitalize;
    width: 140px;
    float: left;
    margin-top: 15px;
    clear: both;
}

#searchsubmit:hover {
    background: #8cd9d3;
}

.widget_categories {}

.widget_categories .widget-title {
    display: none;
}

.widget_categories .widgettitle {
    display: none;
}

.widget_categories ul {}

.widget_categories ul li:first-child a {
    border-top: 1px solid #404041;
}

.widget_categories ul li a {
    border-bottom: 1px solid #404041;
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #404041;
    font-weight: 300;
}

.widget_categories ul li:hover>a,
.widget_categories ul li.current-cat>a {
    color: #9f9fa0;
}

.widget_archive {}

.widget_archive .widget-title {}

.widget_archive ul {}

.widget_archive ul li {}

.widget_archive ul li a {
    color: #b8b8b8;
    display: block;
    font-size: 14px;
    padding: 0 0 14px;
}

.widget_nav_menu {}

.widget_nav_menu .widget-title {}

.widget_nav_menu .menu {}

.widget_nav_menu .menu li {
    position: relative;
}

.widget_nav_menu .menu li.louvres {
    margin-top: 40px;
}

.widget_nav_menu .menu li.bold a {
    color: #404041;
    font-weight: 700;
    border-top: 1px solid #404041;
}

.widget_nav_menu .menu li a {
    border-bottom: 1px solid #404041;
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #404041;
    font-weight: 300;
}

.widget_nav_menu .menu li:hover a,
.widget_nav_menu .menu li.current-menu-item a {
    color: #9f9fa0;
}

/* Header widget */
.header-widgets {
    display: block;
    float: right;
    margin-top: 20px;
    width: 100%;
}

.header-widgets .widget {
    text-align: right;
    width: 100%;
    float: right;
    margin-bottom: 20px;
}

.header-widgets .widget p {
    margin-bottom: 0;
}

.header-widgets .widget .widget-title {
    border: none;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 0;
    font-family: 'ProximaNovaBold';
}

.header-widgets .widget .phone-number {
    font-size: 38px;
    line-height: 1em;
    font-family: 'ProximaNovaBold';
    padding-left: 45px;
}

.header-widgets .widget .email {
    font-size: 16px;
    font-family: 'ProximaNovaBold';
    line-height: 1em;
}

.header-widgets .widget .address {
    font-size: 16px;
    font-family: 'ProximaNovaBold';
    line-height: 1em;
}

.header-widgets .widget-socials {}

.header-widgets .widget .socials {
    float: right;
    ;
}

.header-widgets .widget .socials li a {
    margin-left: 8px;
    margin-right: 0;
}

.header-widgets .widget .socials li a {}

.header-widgets .widget-text {
    font-size: 24px;
    font-weight: lighter;
}

.sidebar-page {
    padding-left: 20px;
}

.sidebar-page .widget {}

.sidebar-page .widget_nav_menu {}

.sidebar-page .widget_nav_menu ul {}

.sidebar-page .widget_nav_menu ul li {}

.sidebar-page .widget_nav_menu ul li:last-child a {
    border-bottom: 1px solid #404041;
}

.sidebar-page .widget_nav_menu ul li a {
    border-top: 1px solid #404041;
    color: #404041;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: normal;
}

.sidebar-page .widget_nav_menu ul li.current_page_item a,
.sidebar-page .widget_nav_menu ul li.current_page_item a:hover,
.sidebar-page .widget_nav_menu ul li a:hover {
    color: #9f9fa0;
}

/* DM Address widget */
.dm-address {}

.widget_dm_address_widget .socials {
    margin-bottom: 20px;
}

.dm-address .location {
    clear: none;
}

.dm-address .address {}

.dm-address .phone {
    margin-bottom: 0;
}

.dm-address .fax {
    margin-bottom: 0;
}

.dm-address .email {}

.dm-address .image-map {
    float: right;
    margin-left: 10px;
    margin-right: -10px;
}

.dm-address .phone,
.dm-address .fax,
.dm-address .email {
    padding-left: 25px;
    position: relative;
}

.dm-address .phone .fa,
.dm-address .fax .fa,
.dm-address .email .fa,
.dm-address .address .fa {
    position: absolute;
    left: 0;
    color: #f99f2b;
}

#footer-sidebar {}

#footer-sidebar .widget {
    margin-bottom: 0;
}

#footer-sidebar .widget:first-child {}

#footer-sidebar .widget-title {
    color: #f99f2b;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1em;
}

#footer-sidebar .widget_dm_socials_widget {
    text-align: left;
}

#footer-sidebar .widget_dm_socials_widget ul {
    padding: 0;
    margin: 0 auto;
}

#footer-sidebar .widget_dm_socials_widget ul li {
    float: none;
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    margin-right: 12px;
    background: #5e5b59;
}

#footer-sidebar .widget_dm_socials_widget ul li a {
    color: #414141;
    font-size: 34px;
    text-align: center;
    line-height: 50px;
    padding: 5px;
}

#footer-sidebar .widget_dm_socials_widget ul li:hover {
    background: #858585;
}

#footer-sidebar .widget_dm_socials_widget ul li:hover a {
    color: #ffffff;
}

#footer-sidebar .widget_nav_menu .menu-footer-container {
    text-align: right;
}

#footer-sidebar .widget_nav_menu .menu-footer-container ul {
    padding: 0;
    margin: 0 auto;
}

#footer-sidebar .widget_nav_menu .menu-footer-container ul li {
    border-bottom: none;
    float: none;
    display: inline-block;
    text-align: center;
}

#footer-sidebar .widget_nav_menu .menu li a {
    border-bottom: none;
    color: #8d8d8d;
    display: block;
    font-size: 14px;
    padding: 0px;
    margin-left: 8px;
    font-weight: 400;
    font-size: 16px;
}

#footer-sidebar .widget_nav_menu .menu li a:hover {
    text-decoration: underline;
}

#footer-sidebar .widget_nav_menu .menu li:last-child,
#footer-sidebar .widget_nav_menu .menu li:last-child a {
    border-bottom: none;
}

#footer-sidebar .widget_nav_menu .menu li.current-menu-item a {}

#footer-sidebar .widget_nav_menu .menu li.current-menu-item ul.sub-menu a {}

#footer-sidebar .widget_nav_menu .menu ul.sub-menu {}

#footer-sidebar .widget_nav_menu .menu .current_page_parent ul.sub-menu {}

#footer-sidebar .widget_nav_menu .menu .current_page_ancestor ul.sub-menu {}

#footer-sidebar .widget_nav_menu .menu li.current-menu-item ul.sub-menu {}

#footer-sidebar .widget_nav_menu .menu ul.sub-menu li.current-menu-item ul.sub-menu {}

#footer-sidebar .widget_nav_menu .menu ul.sub-menu ul.sub-menu {}

#footer-sidebar .widget_nav_menu .menu ul.sub-menu li.current_page_ancestor ul.sub-menu {}

#footer-sidebar .widget_recent_entries {}

#footer-sidebar .widget_recent_entries li {
    margin-bottom: 14px;
}

#footer-sidebar .widget_recent_entries li a {}

#footer-sidebar .widget_recent_entries li .post-date {
    font-size: 11px;
    display: block;
    line-height: 10px;
}

/* =Comments
----------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {}

#comments {
    margin: 0 0 1.2em;
}

#comments h2 {
    background: none repeat scroll 0 0 #F6F6F6;
    margin-bottom: 20px;
    padding: 10px;
}

.commentlist {
    padding: 0;
    margin: 0;
    list-style: none;
}

.commentlist li.comment {
    padding: 0;
    min-height: 70px;
}

.commentlist li.comment .comment-content {
    padding-bottom: 0px;
    padding-left: 54px;
}

.commentlist li.comment .comment-author {}

.commentlist li.comment .comment-author img {
    float: left;
    margin-right: 10px;
}

.commentlist li.comment .comment-meta {
    float: right;
    font-size: 11px;
    font-style: oblique;
    margin-top: -30px;
}

.commentlist li.comment .reply {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #FFFFFF;
    font-size: small;
    margin-top: 0;
    padding: 5px;
    position: absolute;
    top: 60px;
}

.commentlist li.comment .reply a {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 10px;
}

.commentlist li.comment .footer {}

.commentlist li.comment .children {
    list-style: none outside none;
    margin: 5px 0 5px 54px;
}

.commentlist li.comment article.comment {
    background: #f6f6f6;
    padding: 10px;
    margin-bottom: 5px;
    position: relative;
    min-height: 90px;
}

.commentlist li.comment article.comment .comment-content p {
    margin: 0;
}

#respond {}

#respond #reply-title {
    padding: 20px 0;
}

#commentform {
    background: none repeat scroll 0 0 #F6F6F6;
    margin-bottom: 30px;
    padding: 30px;
}

#commentform p {
    margin-bottom: 10px;
}

#commentform .comment-notes {}

#commentform label {
    width: 100%;
    display: block;
}

#commentform .comment-form-author {}

#commentform .comment-form-email {}

#commentform .comment-form-url {}

#commentform .comment-form-comment {}

#commentform .form-allowed-tags {}

#commentform textarea {
    height: 100px;
    line-height: 16px;
    overflow: auto;
    padding: 11px 7px 7px;
    vertical-align: top;
    width: 90%
}

#commentform .form-submit {}

.nocomments {
    display: none;
}

/* =Layout: Content-Sidebar
----------------------------------------------- */
#content {
    padding-bottom: 20px;
}

#sidebar {
    margin: 0 0 60px;
}

#sidebar .widget {}

.archive-content {}

.page-content {}

/* =Main Layout
----------------------------------------------- */
.site-header {
    width: 100%;
}

.site-header .navbar-brand {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 40px;
    padding: 0;
}

.site-header .navbar-brand img {
    display: block;
    /*margin-left: 6px;*/
    width: 104px;
}

#content.archive-content .title a {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    padding-right: 20px;
}

.knowledge-read-more a {
    color: #1AB7EA !important;
    font-size: 16px;
    font-weight: 700;
}

.archive-content .post-item,
.service-section .knowledge-bank-wrapper {
    border-bottom: 1px solid #00AC9D;
    margin-bottom: 30px;
    padding-bottom: 30px !important;
}

.service-section .knowledge-bank-wrapper .post-excerpt,
.archive-content .post-item .post-excerpt {
    margin: 10px 0;
}


.archive-content .post-item .cat-name a,
.service-section .knowledge-bank-wrapper .cat-name a {
    background: #00AC9D;
    padding: 2px 20px !important;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
}
.archive-content .entry-content p {
    font-size: 16px;
    }


.sidebar-header .header-tagline {
    float: left;
    font-weight: normal;
    font-style: italic;
    margin-left: -20px;
}

.sidebar-header .header-tagline p {
    margin-bottom: 0;
    font-weight: 500;
}

.sidebar-header .btn {
    text-transform: uppercase !important;
    font-weight: 500;
}

.is-sticky .site-header {
    margin: auto;
    padding-bottom: 0px;
    background: #e7e7e8;
    /*box-shadow: inset 0 225px 0 0 #e7e7e8;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    transition: all ease 0.6s;*/
}

.is-sticky .site-header .navbar-brand {
    padding: 0 0;
}

.is-sticky .site-header .navbar-brand img {
    height: auto;
}

.is-sticky .sidebar-header {}

.is-sticky .navbar-collapse.collapse {
    padding: 0;
}

.is-sticky .navbar-default {}

.admin-bar .is-sticky .site-header {
    top: 32px !important;
}

.home .site-featured {
    margin: auto;
    background-color: #343434;
    display: block;
}

.site-featured {
    margin: auto;
    background-color: #343434;
    display: none;
}

.site-header-image-bg {
    height: 90px !important;
    background-color: #343434;
}

.site-tagline {
    background: none;
    border-bottom: medium none;
    font-size: 14px;
    padding: 10px 0;
    text-align: right;
    /*float: left;
    width: 100%;
    display: block;
    position: relative;
    background: #e7e7e8;*/
}

.site-tagline .btn,
.site-tagline .btn:visited {
    background: transparent none repeat scroll 0 0;
    border: 3px solid #fff;
    height: 46px;
    color: #fff;
}

.container {
    max-width: 980px;
    margin: 0 auto;
    display: block;
    padding: 0;
}

.site-main {
    min-height: 585px;
}

.home .site-main {
    padding: 0;
}

.site-footer {
    background: #1a1a1a;
    color: #5e5b59;
    float: left;
    width: 100%;
}

.site-footer .footer-content {
    clear: both;
    float: left;
    margin: auto;
    padding: 40px 0 0px;
    position: relative;
    width: 100%;
}

.site-footer .footer-info {
    background: none repeat scroll 0 0 #1a1a1a;
    clear: both;
    color: #666666;
    float: left;
    font-size: 12px;
    line-height: 22px;
    margin: auto;
    padding: 15px 0 30px;
    position: relative;
    width: 100%;
}

.site-footer .footer-info a {
    color: #666666;
}

.site-footer .footer-info .site-info {
    text-align: right;
    float: right;
    line-height: 20px;
}

.site-footer .footer-info .site-info p {
    margin: 0;
}

.site-footer .footer-info .site-info #dmlogo {}

.site-footer .footer-info .site-copyright {
    text-align: left;
    float: left;
}

.site-footer .menu-footer {
    margin-bottom: 0;
}

.page .entry-header {}

.page .entry-header .entry-title {}

.has-breadcrumbs {
    position: relative;
}

.has-breadcrumbs .breadcrumbs,
.contact-header .breadcrumbs,
.archive-header .breadcrumbs {
    font-size: 11px;
    font-style: oblique;
    margin: 0 0 20px 0;
    padding-top: 4px;
    /*position: absolute;*/
    z-index: 20;
    width: 100%;
}

/* =Menu
----------------------------------------------- */
.sticky-wrapper {
    width: 100%;
    z-index: 75;
    position: relative;
}

.navbar {
    margin: 0;
}

.navbar-right {
    float: right;
    margin-right: 10px;
}

.navbar-default {
    background: transparent;
    border: medium none;
    width: 100%;
    position: relative;
    max-width: 970px;
    margin: 20px auto 0;
    display: block;
    padding-top: 25px;
    padding-bottom: 5px;
}

.navbar-default:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    display: block;
    background: url(images/arrow_desktop.png)right center repeat-x;
}

.navbar-default:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    display: block;
    background: url(images/arrow_desktop.png)right center repeat-x;
    margin-top: -10px;
}

.navbar-brand {
    color: #f99f2b;
    height: auto;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-text {
    color: #777777;
}

.navbar-collapse.collapse {}

.navbar-default .navbar-nav>li.search {}

.navbar-default .navbar-nav>li>a {
    color: #414141;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    padding: 0.5em 0.7em;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li.news-menu>a {
    color: #1ab7ea;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding: 0.5em 0.7em;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li:first-child>a {
    padding-left: 0;
}

.navbar-default .navbar-nav>li:last-child>a {
    padding-right: 0;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #a0a0a0;
}

.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
    outline: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #1ab4a8;
    text-decoration: underline;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #1ab4a8;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    border-radius: 0;
    color: #000;
    font-size: 30px;
    height: 55px;
    line-height: 30px;
    margin-right: 0;
    margin-top: 0px;
    padding: 5px;
    width: 55px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
    background-color: transparent;
}

.navbar-default .navbar-toggle .fa {}

.navbar-default .navbar-toggle .fa-bars {}

.navbar-default .navbar-toggle .fa-times {
    display: none;
}

.navbar-default .navbar-toggle.active {
    border-color: #dddddd;
    padding-top: 3px;
}

.navbar-default .navbar-toggle.active .fa-bars {
    display: none;
}

.navbar-default .navbar-toggle.active .fa-times {
    display: inline-block;
}

.navbar-collapse,
.navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555555;
}

.navbar-collapse.in .navbar-nav {
    margin-bottom: 0;
}

.navbar-collapse.in .navbar-nav>li>a {
    line-height: 30px;
    border-bottom: #e7e7e7 solid 1px;
}

.nav-user {}

.nav-user .btn {
    border: medium none;
    border-radius: 5px;
    overflow: hidden;
}

.nav-user .btn:before {
    background: #8cd9d3;
}

.nav-user .btn:visited {
    color: #ffffff;
}

.navbar-default .nav-user>li>a {
    line-height: 30px;
    padding: 0 8px;
    text-transform: none;
    display: inline-block;
    background-position: 15px;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 180px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.navbar-nav>li:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background: #f99f2b none repeat scroll 0 0;
    color: #fff;
}

.site-phone {
    /*color: #f99f2b;*/
}

.site-phone a {
    color: #1ab4a8;
    font-weight: 300;
    font-size: 18px;
}

.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.footer-menu li {
    float: left;
}

.footer-menu li a {
    display: block;
    float: left;
    padding: 3px 10px;
}

.footer-menu li:first-child a {
    padding-left: 0;
}

.footer-menu li:hover>a {}

.footer-menu li.current_page_item a,
.footer-menu li.current-menu-item a {}

.social-network {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-network li {
    float: left;
}

.social-network li a {
    background: #f99f2b none repeat scroll 0 0;
    border-radius: 15px;
    color: #ffffff !important;
    display: block;
    font-size: 14px !important;
    height: 30px;
    line-height: 31px !important;
    margin-right: 6px;
    text-align: center;
    width: 30px;
}

.social-network li a:hover {
    opacity: 1;
    background: #343434 none repeat scroll 0 0;
    border-radius: 15px;
    color: #ffffff !important;
}

.social-network li.facebook a {}

.social-network li.twitter a {}

/* =Reset BXSlider
----------------------------------------------- */
.bx-wrapper {
    margin: 0;
    padding: 0;
    position: relative;
}

.bx-wrapper .bx-viewport {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
    left: 0;
}

.bx-wrapper .bx-controls-direction a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 48px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    outline: 0 none;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 50%;
    width: 40px;
    z-index: 65;
}

.bx-wrapper .bx-prev {
    left: 0;
}

.bx-wrapper .bx-next {
    right: 0;
}

.bx-wrapper .bx-pager {
    bottom: 10px;
    font-size: 0;
    margin: 0 auto;
    padding: 0px;
    left: 0;
    right: 0px;
    width: auto;
    z-index: 55;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, 0.5);
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ffffff;
}

/*= Custom Post type Slidshow
-------------------------------------------------------*/
.slidercontainer {
    margin: auto;
    background: #d7d7d7;
}

.sliderarea {
    width: 100%;
    height: 508px;
    display: block;
    padding: 0px;
}

.sliderarea .bx-wrapper .bx-viewport {
    border: none;
    left: 0;
    box-shadow: none;
    height: 508px;
    background: none !important;
}

.custom-slideshows>.slide {
    width: 100% !important;
    height: 508px;
    background-size: cover !important;
    position: relative;
}

.custom-slideshows>.slide .slide-content {
    position: absolute;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sliderarea .bx-wrapper .bx-controls-direction a {
    background: #ffffff none repeat scroll 0 0;
    color: #404041;
    display: block;
    font-size: 16px;
    height: 50px;
    line-height: 32px;
    margin-top: -30px;
    outline: 0 none;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 50%;
    width: 100px;
    z-index: 65;
    text-align: center;
}

.sliderarea .bx-wrapper .bx-controls-direction a:hover {
    background: #000;
    color: #ffffff;
    text-decoration: none;
}

.sliderarea .bx-wrapper .bx-prev {
    left: 30px;
}

.sliderarea .bx-wrapper .bx-next {
    right: 30px;
}

.sliderarea .bx-wrapper .bx-pager {
    bottom: 10px;
    font-size: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    right: 30px;
    width: auto;
    z-index: 55;
    text-align: right;
}

.sliderarea .bx-wrapper .bx-pager.bx-default-pager a {
    background: #000;
    margin: 0 3px;
}

.sliderarea .bx-wrapper .bx-pager.bx-default-pager a.active,
.sliderarea .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #ffffff;
}

.custom-slideshows>.slide .slide-info .btn {}

.home .featured-fullscreen {}

.home .featured-fullscreen .site-header-image-bg,
.home .featured-fullscreen .slidercontainer,
.home .featured-fullscreen .slidercontainer .sliderarea,
.home .featured-fullscreen .slidercontainer .sliderarea .bx-wrapper,
.home .featured-fullscreen .slidercontainer .sliderarea .bx-wrapper .bx-viewport,
.home .featured-fullscreen .slidercontainer .sliderarea .bx-wrapper .bx-viewport .custom-slideshows,
.home .featured-fullscreen .slidercontainer .sliderarea .bx-wrapper .bx-viewport .custom-slideshows .slide {
    height: 100%;
    min-height: 100%;
}

/* Custom Post type CTA */
.cta-container {
    padding: 50 0;
}

.custom-cta {}

.custom-cta .cta {
    background: none repeat scroll 0 0 #F4F4F4;
    margin-bottom: 20px;
}

.custom-cta .cta img {
    display: block;
    height: auto;
    margin-bottom: 10px;
    max-width: 100%;
}

.custom-cta .cta-title {
    font-size: 20px;
    margin-bottom: 0;
    padding: 0 10px;
}

.custom-cta .cta-summary {
    padding: 10px;
}

.custom-cta .cta-summary .readmore {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 108px rgba(0, 0, 0, 0.5) inset;
    color: #FFFFFF;
    display: block;
    height: 30px;
    left: 0px;
    line-height: 30px;
    padding: 85px 0;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    vertical-align: middle;
    display: none;
}

.custom-cta .cta:hover .readmore {
    display: block;
}

/* = Custom Page Section
----------------------------------------------- */
.home .site-header-image-bg {
    height: 508px !important;
}

.section-title {
    font-weight: 400;
}

.home-product-wrapper {
    padding-top: 40px;
}

.col-content>div {
    padding: 40px 60px !important;
    font-size: 20px;
    line-height: 28px;
}

.col-content ul {
    margin-left: 20px;
}

.col-content ul li {
    color: #404041;
}

.col-content a {
    color: #1ab4a8;
}

.knowledge-blank>div {
    position: relative;
    padding-top: 30px;
}

.knowledge-blank>div:before {
    content: "";
    position: absolute;
    top: 0;
    margin-top: 30px;
    left: 0;
    width: 100%;
    height: 10px;
    display: block;
    background: url(images/arrow_turquoise_desktop_homepage.png)right center repeat-x;
}

.knowledge-blank .vc_grid-item {}

.knowledge-blank .vc_grid-item .vc_gitem-zone {
    background: none !important;
    color: #ffffff !important;
    font-size: 16px !important;
}

.vc_gitem-post-data-source-post_title {
    color: #1ab7ea !important;
    font-size: 18px !important;
}

.vc_grid-filter.vc_grid-filter-center {
    text-align: left !important;
    font-weight: bold !important;
}

.vc_grid-filter-item:hover {
    background: none !important;
    color: #ffffff !important;
}

.knowledge-blank .more-btn a {
    padding: 0 !important;
    font-weight: 500 !important;
    color: #1ab7ea !important;
    font-size: 16px !important;
}

.testimonial-wrapper .vc_column-inner {
    background: #00ac9e !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.testimonial-wrapper .col-text {
    font-size: 16px;
}

.testimonial-wrapper em {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px !important;
    display: block;
}

.testimonial-wrapper a {
    color: #000;
    display: block;
    margin-top: 15px;
    font-weight: 500;
}

.solution-title {
    padding: 0px 0 0 !important;
    margin-bottom: 0 !important;
}

.solution-title a {
    font-size: 24px !important;
    color: #1ab4a8 !important;
    font-weight: 400 !important;
}

.solution-wrapper .vc_gitem-zone.vc_gitem-zone-a {
    height: 135px;
}

.solution-wrapper .vc_gitem-zone.vc_gitem-zone-a:hover {
    /*border: 4px solid #b3b3b3;*/
}

.vc_gitem-col {
    padding: 15px 0 !important;
}

.field.field--name-field-page-introduction {
    font-size: 20px;
}

/*---------- Archive Product -----------*/
.archive-content .product {
    margin-bottom: 30px;
    display: block;
    position: relative;
}

.archive-content .product .product-summary {
    min-height: 110px;
}

.product-summary .title {
    display: block;
    margin: 10px 0;
}

.product-summary .title a:hover {
    text-decoration: underline;
}

/* #solutions-testimonials .vc_column-inner{
    padding-top: 0 !important;
} */
#solutions-testimonials .vc_custom_1509340034651 {
    padding: 1.5em !important;
}

#solutions-testimonials a {
    color: #000;
}

/*---------- Single Product ------------*/
.download {
    width: 100%;
    display: block;
    padding: 10px 20px 10px 45px;
    border: 1px solid #000;
    background: url(images/application-pdf.png) 20px center no-repeat;
}

.sidebar-product {
    position: relative;
    padding-top: 30px;
}

.sidebar-product:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 13px;
    background: url(images/arrow_desktop.png) right center no-repeat;
}

.main-cat {
    padding-left: 0;
}

.main-cat li:first-child {
    background: #1ab7ea;
    margin-right: 10px;
    border: none;
    overflow: hidden;
}

.main-cat li:last-child {
    background: #7ac142;
    border: none;
    overflow: hidden;
}

.main-cat li a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 5px;
    font-weight: 300;
}

.product-title a {
    color: #1ab4a8 !important;
}

.product-title a:hover {
    color: #1ab4a8;
    text-decoration: underline !important;
}

.validate .form-field.term-description-wrap {
    display: none !important;
}

.widget.widget_lc_taxonomy {
    margin-bottom: 10px !important;
}

.widget.widget_lc_taxonomy a {
    display: block;
    position: relative;
    font-size: 16px !important;
    margin-bottom: 5px;
}

.widget.widget_lc_taxonomy a:hover {
    text-decoration: underline !important;
}

/*---------------- Project ----------------*/
.project-item {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.project-item .project-title {
    display: block;
    height: 50px;
    margin-top: 20px;
    line-height: 26px;
}

.project-info .product-list {
    display: block;
    float: left;
    width: 100%;
}

.project-info .read-more {
    display: block;
    float: left;
}

.project .product-list {
    display: block;
    float: left;
    width: 100%;
}

.product-list label {
    float: left;
    margin-right: 10px;
}

.product-list li {
    float: left;
    list-style: outside none none;
    margin-right: 10px;
    position: relative;
}

.single-project .site-main {
    margin-bottom: 40px;
}

#testimonials {
    background-color: #f4f6f9;
}

.home #testimonials {
    background-color: #fff;
}

#testimonials .bx-wrapper {
    margin: 0;
}

#testimonials .bx-wrapper .bx-pager {
    bottom: 0;
    font-size: 0;
    margin: 0 auto;
    padding: 0px;
    right: 0px;
    width: auto;
    z-index: 55;
}

#testimonials .bx-wrapper .bx-viewport {
    border: none;
    left: 0;
    box-shadow: none;
    background: none !important;
}

#slider-testimonials>.testimonial {
    width: 100% !important;
    text-align: center;
}

#slider-testimonials>.testimonial .text {
    font-size: 18px;
    line-height: auto:;
    margin-bottom: 20px;
    padding: 0 50px;
    position: relative;
    color: #f99f2b;
}

#slider-testimonials>.testimonial .info {
    color: #343434;
}

#slider-testimonials>.testimonial .info .name {
    font-weight: bold;
}

#slider-testimonials>.testimonial .info .company {}

/* =Custom Page template
----------------------------------------------- */
.not-found {
    margin-bottom: 100px;
    margin-top: 50px;
    padding-top: 120px;
    text-align: center;
}

.not-found strong {
    color: #022a3b;
    display: block;
    font-size: 222px;
    font-weight: normal;
    margin-bottom: 100px;
    text-align: center;
}

.not-found #searchform {
    margin-bottom: 50px;
}

.not-found hr {
    margin: 20px auto;
    width: 365px;
}

.post-wrapper .knowledge-title h4 {
    color: #1ab4a8;
}

.post-wrapper .knowledge-read-more a {
    padding: 0 !important;
    border: none !important;
}

.post-wrapper .knowledge-read-more:hover a {
    border: none !important;
    text-decoration: underline;
}

.knowledge-bank-wrapper .title,
.post-item .title {
    padding-top: 15px;
    display: block;
    margin-bottom: 10px;
}

.post-item .cat-name {
    color: #404041;
    display: block;
    padding: 10px 0;
    font-weight: 500;
}

#sidebar-home {}

#sidebar-home .widget-title {
    color: #f99f2b;
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1em;
}

#sidebar-home .gform_title {
    color: #f99f2b;
    font-weight: normal;
    font-size: 32px;
    font-style: italic;
}

.page-template-contact-us #contact-map {
    height: 400px;
    position: relative;
    width: 100%;
}

.page-template-contact-us .site-main {
    margin-bottom: 60px;
}

/* =Custom .single-attachment
----------------------------------------------- */
.single-attachment {}

.single-attachment .site-featured {
    display: none;
}

.content-area.image-attachment {
    background: #f4f4f4;
    padding: 0 !important;
}

.image-attachment {}

.image-attachment .page-header {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.sidebar-image {
    padding: 20px;
}

.image-header {
    margin-bottom: 20px;
}

.image-header .entry-title {
    margin-bottom: 0;
}

#image-navigation {}

#image-navigation .previous-image {
    float: left
}

.entry-attachment .attachment img {
    margin: 0;
}

/* = Custom Plugins
------------------------------------------------*/
.pace .pace-progress {
    background: #f99f2b none repeat scroll 0 0;
}

/* Plugin WP Pagenavi */
.wp-pagenavi {}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid #BFBFBF;
    margin: 2px;
    padding: 0 8px !important;
    text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #333;
}

.wp-pagenavi .pages {
    border: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    border: none;
}

.pagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px;
    width: 100%;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #1ab4a8;
    background-color: transparent;
    border: none;
    font-weight: 500;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    padding-left: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #404041;
    background-color: transparent;
    border: none;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #343434;
    background-color: transparent;
    border-color: none;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

/* = Custom Gravity Forms
------------------------------------------------*/
.gform_wrapper ul {
    margin: 0px !important;
    padding: 0;
}

.gform_wrapper ul li {
    margin: 10px 0px;
    list-style-image: none !important;
    list-style: none !important;
}

.gfield_label {
    font-weight: 400 !important;
}

.gfield_required {
    color: #f00 !important;
    font-weight: 500 !important;
}

.ginput_container input {
    background: #dedede;
    height: 48px;
    border: none;
    border-radius: 0;
    width: 70% !important;
}

.ginput_container textarea {
    background: #dedede;
    height: 120px;
    border: none;
    border-radius: 0;
    width: 70% !important;
}

.ginput_container input:focus,
.ginput_container textarea:focus {}

.gform_wrapper .gform_footer {
    clear: both;
    margin: 0;
    padding: 0;
    text-align: left;
    text-align: right;
}

.gform_wrapper .gform_footer input[type="submit"] {
    background: #1ab4a8 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    height: 42px;
    letter-spacing: 0;
    text-transform: capitalize;
    width: 140px;
    width: 200px;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #8cd9d3 none repeat scroll 0 0;
}

/*.gform_wrapper .gform_footer:before{
    content: "*Required Fields";
    position: relative;
    float: left;
    line-height: 40px;
}*/
.gform_button {}

.gform_button:focus,
.gform_button:hover {}

.gform_validation_container {}

.row_wrapper .gform_footer {
    padding: 10px;
}

.gsection {
    padding-top: 40px;
}

.gsection_title {
    font-size: 18px;
    border-bottom: #f4f4f4 solid 1px;
}

.ginput_container.ginput_container_checkbox input {
    width: auto !important;
    float: left;
    height: auto !important;
    margin-right: 15px;
}

.ginput_container.ginput_container_checkbox label {
    font-weight: 400 !important;
}

.gfield_checkbox li {
    margin: 0 !important;
}

.ginput_complex {
    margin-left: -10px;
    margin-right: -10px;
}

.ginput_complex .ginput_full {
    width: 100%;
    display: block;
    padding: 0 10px;
}

.ginput_complex .ginput_left {
    width: 50%;
    padding: 0 10px;
    display: inline-block;
    float: left;
}

.ginput_complex .ginput_right {
    width: 50%;
    padding: 0 10px;
    display: inline-block;
    float: right;
}

.ginput_complex input {
    width: 100%;
}

.ginput_complex label {
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 16px;
    display: block;
}

.ginput_complex .address_city,
.ginput_complex .address_state,
.ginput_complex .address_zip {
    display: block;
    width: 33.3333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.gfield.file_upload {}

.gfield.file_upload .gfield_label {}

.gfield.file_upload .ginput_container {
    float: right;
}

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message {
    padding: 0 !important;
}

.validation_error {
    color: #790000 !important;
    /*font-size: 12px !important;*/
    /*font-weight: lighter !important;*/
    margin: 0 !important;
}

.gfield_error {
    background: none !important;
    border: 0px !important;
    color: #70a7c5 !important;
    padding: 0px !important;
}

.gfield_error .gfield_label {
    color: #2b424b !important;
    /*font-weight: lighter !important;*/
}

.validation_message {
    color: #790000 !important;
    padding: 2px 0px 0px 0px !important;
}

.gfield_error input,
.gfield_error textarea {
    border: 1px #f99f2b solid !important;
}

.gfield_error input:focus,
.gfield_error textarea:focus {
    /*color: #fff !important;*/
}

/*.entry-content .gform_wrapper{
    padding:20px;
    background-color: #f4f6f9;
    border-radius: 6px;
}*/
#scrollUp {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

/* = Custom Bootstrap
------------------------------------------------*/
.btn-primary {
    background-color: #f99f2b !important;
    border: none;
    border-radius: 8px;
    color: #ffffff !important;
    font-weight: bold;
    overflow: hidden;
    padding: 10px 25px;
}

.btn {
    background: #1ab4a8;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: white;
}

.btn:hover:before,
.btn:focus:before,
.btn:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.thumbnail,
.img-thumbnail {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    display: block;
    line-height: 1.42857;
    margin-bottom: 1em;
    padding: 0;
}

.alert {}

.alert-success {}

.alert-info {}

.alert-warning {}

.alert-danger {}

.progress {}

.progress-bar {}

.progress-bar-success {}

.progress-bar-info {}

.progress-bar-warning {}

.progress-bar-danger {}

.list-group {}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {}

.panel {}

.panel-default>.panel-heading {}

.panel-primary>.panel-heading {}

.panel-success>.panel-heading {}

.panel-info>.panel-heading {}

.panel-warning>.panel-heading {}

.panel-danger>.panel-heading {}

.well {}

.pager li>a,
.pager li>span {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    display: inline-block;
    padding: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.nopadding .thumbnail {
    display: block;
    margin: 0;
}

.nopadding .thumbnail img {
    display: inline-block;
}

/*08 dec 2018*/
a,
.btn,
button {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.row {
    /*margin-left: -10px;*/
    /*margin-right: -10px;*/
}

.container {
    /* max-width: 805px; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.site-header,
.is-sticky .site-header {
    background: transparent !important;
}

.is-sticky .site-header {
    position: static !important;
}

.navbar-default {
    background: #00AC9D !important;
    max-width: 100%;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-default::before,
.navbar-default::after {
    background-image: none;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    line-height: 1.3;
    padding: 0.5em 0.7em;
    text-transform: initial;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a:hover {
    color: #000;
}

.sidebar-header .header-tagline {
    color: #fff;
    margin-left: 0;
}

.sidebar-header .header-tagline p {
    margin-bottom: 0 !Important;
}

.navbar-default .nav-user {
    margin-bottom: 0;
}

.navbar-default .nav-user li {
    float: left;
}

.site-form .btn {
    background: #80C342 url(/wp-content/themes/Airocle/images/enquiry-iconav-user-n.png) no-repeat center left;
    border-radius: 0;
    font-size: 18px;
    padding: 7px 20px !important;
    min-width: 190px;
    text-align: center;
    min-height: 45px;
}

.nav-user .btn:hover {
    font-weight: 400;
}

.nav-user .btn::before {
    background: #00ac9e;
    opacity: .3;
}

.nav-user>li.site-form,
.nav-user>li.site-phone {
    padding: 0;
}

.site-phone a {
    background: #168D83 url(/wp-content/themes/Airocle/images/nav-user-phone-icon.png) no-repeat center left;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding: 7px 20px !important;
    min-width: 190px;
    text-align: center;
    min-height: 45px;
}

.navbar-default .navbar-nav>li.news-menu>a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.home .site-featured {
    background-color: #fff;
}

.site-tagline {
    background: #fff;
}

.header-search {
    background: #fff;
}

.search-field-inner-wrapper {
    display: flex;
    align-items: center;
    max-width: 355px;
    justify-content: flex-end;
    width: 100%;
    margin-left: auto;
}

#searchform .field {
    float: none;
    width: 100%;
    height: 48px;
    border: none;
    background: #fff;
    border: 1px solid #F4F2F2;
    border-radius: 0;
}

#searchsubmit,
#searchsubmit:hover {
    background-color: transparent;
    background-image: url(/wp-content/themes/Airocle/images/np_search.png);
    background-repeat: no-repeat;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    letter-spacing: 0;
    text-transform: capitalize;
    width: auto;
    float: none;
    margin-top: 0;
    clear: none;
    background-position: center;
    position: absolute;
}

.sticky-wrapper {
    background: #fff;
    height: auto !important;
    padding-bottom: 20px;
}

.slidercontainer {
    padding: 0;
}

.slide-content {
    display: table;
    width: 100%;
    height: 100%;
}

.slide-info {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}

.slide-info p {
    background: #414141;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0 !important;
    padding: 20px;
}

.sliderarea .bx-wrapper .bx-pager {
    bottom: 80px;
}

.sliderarea .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    margin: 0 5px;
    height: 11px;
    width: 11px;
}

.sliderarea .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #414141;
}

.welcome-section {
    background: #fff;
}

.welcome-section .row {
    margin-left: 0;
    margin-right: 0;
}

.welcome-section .row>.col-sm-12 {
    padding: 0;
}

.welcome-section .row>.col-sm-12 .vc_column-inner {
    margin-left: 0;
}

[class*="vc_col-sm-"] .vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.front-content [class*="vc_col-sm-"] .section-title {
    position: relative;
}

.front-content [class*="vc_col-sm-"] .section-title::after {
    content: '';
    background: url(/wp-content/themes/Airocle/images/see_more_arrows.png) no-repeat center right;
    position: absolute;
    height: 20px;
    width: 20px;
    right: 0;
}

.front-content [class*="vc_col-sm-"] .vc_align_center {
    text-align: left;
}

.front-content [class*="vc_col-sm-"] .vc_figure {
    position: relative;
    overflow: hidden;
}

.front-content [class*="vc_col-sm-"] .vc_figure,
.front-content [class*="vc_col-sm-"] .vc_figure .vc_single_image-wrapper,
.front-content [class*="vc_col-sm-"] .vc_figure .vc_single_image-wrapper img {
    width: 100%;
}

.front-content [class*="vc_col-sm-"] .vc_figure a:before {
    content: '';
    background: rgba(0, 0, 0, .5);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}

.front-content [class*="vc_col-sm-"] .vc_figure a:after {
    content: 'Read More';
    color: #fff;
    font-weight: 600;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}

.front-content [class*="vc_col-sm-"] .vc_figure a:hover:before,
.front-content [class*="vc_col-sm-"] .vc_figure a:hover:after {
    opacity: 1;
}

/*09 dec 2018*/
.col-content>div.vc_custom_1544361103337 {
    padding-top: 50px !important;
    padding-bottom: 0 !important;
}

.homepage-latest-post-inner:before,
.homepage-latest-post-inner:after {
    content: '';
    display: table;
    clear: both;
}

.homepage-latest-post-container img {
    width: 100%;
}

.homepage-latest-post-container {
    font-size: 16px;
    color: #404041;
}

.homepage-latest-post-container h2 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}

.homepage-latest-post-container h3 {
    color: #00AC9D;
}

.homepage-latest-post-container a {
    color: #00B8EC;
}

.testimonial-wrapper {
    background: #414141 !important;
    color: #fff;
}

.testimonial-wrapper .vc_column-inner {
    background-color: transparent !important;
}

.testimonial-wrapper .vc_column-inner em {}

.testimonial-wrapper .field--name-field-testimonial-name strong {
    font-weight: 400;
    color: #00AC9D;
    font-size: 14px;
}

.testimonial-wrapper .field--name-field-testimonial-job-title .field__item {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, .75);
}

.testimonial-wrapper .field--name-field-testimonial-job-title .field__item span {
    display: block;
}

.testimonial-block a {
    float: right;
    margin-top: -20px;
    color: #00B8EC;
}

.site-footer {
    background: #00AC9D;
    color: #fff;
}

.site-footer .footer-content {
    float: none;
    padding: 0;
    width: 100%;
}

.site-footer .footer-info {
    background: #168D83;
    color: #fff;
    float: none;
    font-size: 14px;
    line-height: 1.2;
    padding: 14px 0;
    font-weight: 400;
}

.widget_nav_menu ul.menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
    margin: 40px 0;
}

#footer-sidebar .widget_nav_menu .menu-footer-container ul li {
    display: block;
    text-align: left;
    margin-bottom: 8px;
}

#footer-sidebar .widget_nav_menu .menu li a {
    color: #fff;
    display: inline-block;
    margin-left: 0;
    font-weight: bold;
    font-size: 18px;
}

#dm_socials_widget-2 {
    width: 100%;
    margin-bottom: 15px !important;
}

.request-catelogue a {
    background: #414141;
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
    min-width: 265px;
    min-width: 246px;
    text-align: center;
}

#footer-sidebar .widget_dm_socials_widget ul li {
    margin-right: 0;
}

#footer-sidebar .widget_dm_socials_widget ul li,
#footer-sidebar .widget_dm_socials_widget ul li:hover {
    background-color: transparent;
}

#footer-sidebar .widget_dm_socials_widget ul li a {
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
}




@media (min-width: 768px) {
    .navbar-default #menu-primary {
        display: flex !important;
        width: 100%;
        justify-content: space-between;
        float: none;
    }

    #footer-sidebar .widget_nav_menu {
        width: 66.66666667%
    }

    #footer-sidebar .widget_custom_html {
        width: 33.33333333%;
    }

    #custom_html-2.widget_custom_html {
        text-align: right;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .homepage-latest-post-inner .homepage-latest-post-container {
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.navbar-default .navbar-toggle {
    color: #fff;
}

@media (max-width: 979px) {
    .site-header .sidebar-header .header-tagline {
        display: block !important;
    }

    .site-footer .footer-info .site-copyright {
        float: none;
        text-align: left !important;
    }

    #footer-sidebar .widget_dm_socials_widget ul {
        justify-content: space-around !important;
    }
}

@media (max-width: 767px) {
    .site-header .navbar-brand img {
        margin-left: 0;
        width: auto;
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .nav-user.pull-right {
        float: none !important;
        display: flex;
    }

    .navbar-default .nav-user li {
        width: 50%;
    }

    .site-form .btn,
    .site-phone a {
        min-width: 100%;
        text-align: center;
        white-space: normal;
        padding-left: 30px !important;
    }

    .header-search {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .site-header .sidebar-header .header-tagline {
        display: flex !important;
        margin-bottom: 15px;
        padding-left: 40px;
        width: 100%;
    }

    .testimonial-block a {
        float: none;
        margin-top: 0;
    }

    .request-catelogue a {
        display: block;
        min-width: 100%;
    }

    #dm_socials_widget-2 {
        margin-bottom: 0 !important;
    }

    #footer-sidebar .widget_dm_socials_widget ul {
        border: 1px solid #fff;
    }

    #footer-sidebar .widget_dm_socials_widget ul li {
        width: 33.3333%;
        margin-right: 0;
        line-height: 50px;
        text-align: center;
    }

    #footer-sidebar .widget_dm_socials_widget ul li:not(:last-child) {
        border-right: 1px solid #fff;
    }

    #footer-sidebar .widget_dm_socials_widget ul li a {
        line-height: 1.4;
        padding: 8px;
        display: block;
    }
}

@media (min-width: 1024px) {
    .navbar-default #menu-primary {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        left: 0;
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px);
    }

    .navbar-default .navbar-collapse:before,
    .navbar-default #menu-primary:before,
    .navbar-default .navbar-collapse:after,
    .navbar-default #menu-primary:after {
        display: none;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 0.5em 0;
}
