/*
Theme Name: PRFCT CC 3.3.0
Theme URI: http://som.agency
Author: Sydney Online Marketing
Description: The best WP theme
Version: 3.3.2
*/


/*
*   TABLE OF CONTENTS
*
*   # Theme
*   # Typography
*   # Elements
*   ## Forms
*   ## Navs
*   # Accessibility
*   # Alignments
*   # Clearings
*   # Widgets
*   # Content
*   ## Posts and pages
*   ## Comments
*   # Infinite scroll
*   # Media
*   ## Captions
*   ## Galleries
*   # Woocommerce
*   # Footer
*/


/*
* Theme
*/


.text-primary {
    color: #212121!important;
}
.text-primary-light { 
    color: #484848!important;
}
.text-primary-dark {
    color: #000;
}
.text-secondary {
    color: #f47920!important;
}
.text-secondary-light {
    color: #ffaa51;
}
.text-secondary-dark {
    color: #bb4a00;
}
a.text-primary:focus, a.text-primary:hover {
    color: #212121!important;
}

/*
* ON DARK BACKGROUND
*/

.text-light-secondary {
    color: rgba(255,255,255, .7);
}
.text-light-muted {
    color: rgba(255,255,255, .5);
}
.light-divider {
    border-top: 1px solid rgba(255,255,255, .12);
}

/*
* ON LIGHT BACKGROUND
*/

.text-dark {
    color: rgba(0,0,0, .87)
}
.text-dark-secondary {
    color: rgba(0,0,0, .54);
}
.text-dark-muted {
    color: rgba(0,0,0, .38);
}
.dark-divider {
    border-top: 1px solid rgba(0,0,0, .12);
}

/*
* THEME COLOURS AS BACKGROUND
*/

.bg-primary-light {
    background: #222!important;
}
.bg-primary-dark {
    background: #000!important;
}
.bg-secondary-light {
    background: #ffaa51!important;
}
.bg-secondary-dark {
    background: #bb4a00!important;
}
.bg {
    background: #fff!important;
}
.bg-dark {
    background: #303030;
}

/*
* Typography
*/

.display-5 {font-size: 2.145rem; font-weight: 500;}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body.lock-scroll {
    height: 100%;
    position: fixed;
    width: 100%;
}
.container-bordered::before, .container-bordered::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #f47920;
}
.lead-cols {
    /* Old Chrome, Safari, Opera */
    -webkit-column-count: 2; 
    -webkit-column-width: 50%;

    /* Old Firefox */
    -moz-column-count: 2;
    -moz-column-width: 50%;

    /* Statndard syntax */
    column-count: 2;
    column-width: 50%;
}
article a {
    color: inherit;
    transition: all 0.3s ease;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}
article a:hover {
    text-decoration: none;
    border-bottom: 1px solid #f47920;
}
.perfect-a {
    color: inherit;
    transition: all 0.3s ease;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}
.perfect-a:hover {
    text-decoration: none;
    border-bottom: 1px solid #f47920;
}
table {
    width: 100%;
}
article img {
    max-width: 100%;
    height: auto;
}
.thumb, .thumb-img {
    display: block;
    width: 100%;
    transition: all .5s cubic-bezier(.25,.46,.45,.94);
}
.thumb {
    position: relative;
    overflow: hidden;
}
.thumb-3x2 {
    padding-top: 66.66%;
}
.thumb-img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
.img-wrap {
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    padding: 3rem;
}

.img-wrap img {
    height: 186px;
    width: 100%;
    object-fit: scale-down;
}
@media (min-width: 768px) {
    .img-wrap img {
        height: 300px;
        width: 100%;
        object-fit: scale-down;
    }
}
.figure-img {
    opacity: .9;
}
.figure-img:hover {
    opacity: 1;
}
@media (max-width: 992px) {

    .contact-us {
        position: absolute;
        right: 0;
        top: 0;
    }
}
.btn-link {
    font-weight: 500; 
    color: #f47920!important; 
    padding: .25rem .5rem; 
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); 
    font-size: 14px; 
    margin-left: -.5rem;
}
.btn-link:hover {
    background:  rgba(244,121,32, 0.12); 
    color: #f47920; 
    text-decoration: none;
}

/* VIDEO */

.video-item {
    cursor: pointer;
}
.video-item h2 {
    font-size: 1.2rem; 
    padding-top: .5rem;
}
.video-cover {
    font-size: 4rem; 
    opacity: .7; 
    transition: all .5s cubic-bezier(.25,.46,.45,.94)
}
.video-cover:hover {
    opacity: 1; 
    color: #f47920;
}
.video-play {
    position: absolute; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%);
    color: #fff;
}
.video-title {
    position: absolute;
    left: 1.25rem;
    bottom: .25rem;
    color: #fff;
}

/* MODAL */

.modal-header {
    display: block;
    border-bottom: 0; 
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modal-content {
    border: 0; 
    border-radius: 0;
}
.modal .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

/* ICON BAR */

.icon-bar {
    position: fixed; 
    right: 15px; 
    bottom: 10%; 
    font-size: 1.3rem; 
    border-radius: .25rem; 
    z-index: 1025; 
    background: #fff;
}
.icon-bar li.nav-item {
    transition: all 0.3s ease;
}
.icon-bar li.nav-item:hover {
    background: #e8e8e8;
}
.icon-bar li.nav-item a {
    color: #f47920;
}
@media (max-width: 767px) {
    .icon-bar {
        bottom: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        box-shadow: 0px -4px 11px rgba(0,0,0,.24)!important;
    }
    .icon-bar li.nav-item {
        float: left; 
        display: block; 
        width: 25%;
        text-align: center;

    }
}

/* BLOG */

.blog-item a {
    color: #000;
    transition: all 0.3s ease;
}
.blog-item img {
    transition: all 0.3s ease;
}
.blog-item img:hover {
    opacity: .9;
}
.blog-item .figure-caption {
    position: absolute;
    padding: 1.25rem;
    left: 0;
    bottom: 0;
    color: #fff;
    background: -webkit-gradient(linear,50% 100%,50% 0,color-stop(40%,rgba(0,0,0,.6)),color-stop(70%,rgba(0,0,0,.3)),color-stop(100%,rgba(0,0,0,0)));
    background: -moz-linear-gradient(bottom,rgba(0,0,0,.6) 40%,rgba(0,0,0,.3) 70%,rgba(0,0,0,0));
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,.6) 40%,rgba(0,0,0,.3) 70%,rgba(0,0,0,0));
    background: linear-gradient(to top,rgba(0,0,0,.6) 40%,rgba(0,0,0,.3) 70%,rgba(0,0,0,0));
    width: 100%;

}

/* SHADOW */

.shadow-elevated {
    box-shadow: 0 1px 5px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.24); 
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.shadow-elevated:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.shadow-static {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.shadow-top {    
    -webkit-box-shadow: 0 -2px 4px -1px rgba(0,0,0,0.06), 0 -4px 5px 0 rgba(0,0,0,0.06), 0 -1px 10px 0 rgba(0,0,0,0.08);
    box-shadow: 0 -2px 4px -1px rgba(0,0,0,0.2), 0 -4px 5px 0 rgba(0,0,0,0.2), 0 -1px 10px 0 rgba(0,0,0,0.3);}
.shadow-bottom {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
}
.shadow-bottom-2 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.shadow-bottom-inner {
    -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
}
.news h2, .news h3 {
    line-height: .75;
    margin-bottom: 0;
}
.news h3 >a {
    color: #333;
    font-size: 1rem;
    font-weight: 400;

}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.nav-sub .nav-link {
    border-left: .1875rem solid transparent;
    border-right: .1875rem solid transparent;
    border-bottom: .1875rem solid transparent;
    padding: 1.5rem 1rem;
    color: #000;
    font-weight: 500;
}
.nav-sub .nav-link.active {
    border-bottom: .1875rem solid #f47920;
    color: #f47920;
}
#navTop .nav-link {
    font-size: .8rem;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 768px ) {
    #navTop .nav-link {
        font-size: 1rem;
    }
    .navbar-nav .dropdown-menu.shadow {
        box-shadow: none!important;
    }
    /* .dropdown-item {
    padding: .75rem 1.5rem;
    border-top: 1px dashed #eee;
}*/

    .nav-nowrap {
        overflow: auto;
        flex-wrap: nowrap;
    }
}

#navTop .nav-item.active > .nav-link {
    color: #f47920;
}
nav.pagination {
    position: relative;
    width: 100%;
}
.nav-links {
    position: relative;
}
.nav-links ul {
    margin: 0;
    padding: 0 15px;
}

.nav-links ul li {
    list-style: none;
    margin:0 10px 0 0;
    padding:0;
    float: left;
}
.nav-links ul li span.current {
    padding: 10px 12px;
    background: rgba(244, 121, 32, 0.34);;
    border: 1px solid rgba(244, 121, 32, 0.34);;
    display: block;
    line-height: 1;
    color: #fff;
}
.nav-links ul li a {
    padding: 10px 12px;
    background: #f5f5f5;
    color: #484848;
    text-decoration: none;
    border: 1px solid rgba(0,0,0, .05);
    display: block;
    line-height: 1;
}
.nav-links ul li a:hover {
    background: #fff;
    border-color: rgba(0,0,0, .05);
    color: #484848;
}
#nav-services > .nav-item > .nav-link {
    height: 100%;
    padding: 2.25rem 1rem;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    border-left: .1875rem solid transparent;
    border-right: .1875rem solid transparent;
    border-bottom: .1875rem solid transparent;
}
.nav-link-desc {
    display: block;
    font-size: .6rem;
    font-weight: 400;
    font-style: italic;
}
.nav-contact {
    font-size: .8rem;
    font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link {
    color: #b3b3b3;
}

@media (max-width: 767.98px) {
    #nav-services.nav {
        margin-left: -.45rem;
        overflow: auto;
        white-space: nowrap;
        flex-wrap: unset;
    }
    #nav-services > .nav-item > .nav-link {
        height: 100%;
        padding: 1.25rem .45rem;
        color: #000;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
        /*    border-bottom: 3px solid transparent;*/
    }
    .nav-link-desc {
        display: none;
    }
    .btn-call {
        position: absolute;
        right: 0;
        top: 3px;
    }
}
#nav-services > .nav-item > .nav-link {
    position: relative;
}

#nav-services > .nav-item > .nav-link:hover {
    color: rgba(0,0,0,.64);
}
/*@media (min-width: 992px) {
#nav-services > .nav-item > .nav-link::before {
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
width: 0%;
content: '.';
color: transparent;
background: #f47920;
height: 2px;
transition: all .5s;
}
#nav-services > .nav-item > .nav-link:hover::before  {
width: 100%;
}
}*/
#nav-services > .nav-item.active > .nav-link {
    color: #f47920;
    border-bottom: .1875rem solid #f47920;
    color: #f47920;
}
@media (max-width: 991.98px) {
    .nav-offcanvas {
        display: block!important;
        position: fixed;
        top: 70px;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding: 0 15px 1rem;;
        background-color: #000;
        overflow-y: auto;
        visibility: hidden;
        background-color: #fff;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility;
        z-index: 1050;
    }
    .brand-logo {
        max-width: 180px;
    }
}
@media (max-width: 991.98px){
    .nav-offcanvas.open, .search-offcanvas.open {
        left: 0%;
        visibility: visible;
    }
    .navbar-nav > .nav-item > .nav-link {
        position: relative;
        padding-left: 1.5rem;
    }

    .navbar-nav > .nav-item.menu-icon-home > .nav-link::before {
        position: absolute;
        top: .5rem;
        left: 0;
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        content: "\f015";
        margin-right: .5rem;
    }
    .navbar-nav > .nav-item.menu-icon-company > .nav-link::before {
        position: absolute;
        top: .5rem;
        left: 0;
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        content: "\f1ad";
        margin-right: .5rem;
    }
    .navbar-nav > .nav-item.menu-icon-services > .nav-link::before {
        position: absolute;
        top: .5rem;
        left: 0;
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        content: "\f0b1";
        margin-right: .5rem;
    }
    .navbar-nav > .nav-item.menu-icon-projects > .nav-link::before {
        position: absolute;
        top: .5rem;
        left: 0;
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        content: "\f85d";
        margin-right: .5rem;
    }
    .navbar-nav > .nav-item.menu-icon-blog > .nav-link::before {
        position: absolute;
        top: .5rem;
        left: 0;
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        content: "\f781";
        margin-right: .5rem;
    }
    .navbar-nav > .nav-item.menu-icon-contact > .nav-link::before {
        position: absolute;
        top: .5rem;
        left: 0;
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        content: "\f879";
        margin-right: .5rem;
    }

    #nav-services > .nav-item.active {
        position: relative;

    }
    .navbar-dark .navbar-nav .nav-link, .nav-contact {
        color: #111;
    }
    /*    #nav-services > .nav-item.active::after {
    position: absolute;
    bottom: 0;
    left: 40%;
    content: " ";
    width: 10px;
    height: 10px;
    background: #e8e8e8;
    border-top: 1px solid #f47920;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #f47920;
    border-right: 1px solid transparent;
    transform: rotate(45deg);
    margin-bottom: -6px;

}*/

    /*    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #f47920;
    margin-top: -1px;*/
}
.navbar-toggler {
    padding: 0;
    border: 0;
}
.navbar-toggler:focus {
    outline: none;
}
.navbar-toggler .toggler-icon, .navbar-toggler .toggler-icon::before, .navbar-toggler .toggler-icon::after {
    display: block;
    background: #0a0f0d;
    transition: transform .33s cubic-bezier(.33,0,.2,1);
}
.navbar-toggler .toggler-icon {
    position: relative;
    width: 32px;
    height: 2px;
}
.navbar-toggler  .toggler-icon:before {
    transform: translateY(-12px);
}
.navbar-toggler  .toggler-icon:before, .navbar-toggler  .toggler-icon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.navbar-toggler  .toggler-icon:after {
    transform: translateY(12px);
}
.navbar-toggler  .toggler-icon.open {
    background: 0 0;
}
.navbar-toggler  .toggler-icon.open:before {
    transform: translateY(0) rotate(45deg);
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
}
.navbar-toggler  .toggler-icon.open:after {
    transform: translateY(0) rotate(-45deg);
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
}
/*#toggler-icon {
position: relative;
}

#toggler-icon.fa-bars::after {
position: absolute;
bottom: 1px;
left: 0;
content: "MENU";
font-family: "Montserrat", sans-serif;
font-size: .7rem;
background: #fff;
font-weight: 500;
}
#toggler-icon.fa-times::after {
content: " " !important;

}*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/



@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}
@media screen and (min-width: 769px) {
    .dropdown-menu li > .dropdown-menu {
        right: -9.875rem;
        top: 1.375rem;
    }
}
@media screen and (max-width: 991px) {
    /* .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
}*/

    /*.dropdown-menu li a {
    padding: 0;
}*/

    #masthead .navbar-nav > li > a {
        padding-bottom: 0.625rem;
        padding-top: 0.313rem;
    }

    .navbar-light .navbar-toggler {
        border: medium none;
        outline: none;
    }

    .navbar-collapse#navbarMain li {
        border-top: 1px solid rgba(0,0,0, .05);
        padding: .5rem 0;
    }

    /* .navbar-collapse#navbarMain li a {
    padding-left: 15px;
    padding-right: 15px;
}*/
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 0.313rem;
    line-height: normal;
    padding: 0.938rem 1.438rem 0.875rem;
    text-decoration: none;
    top: 0.313rem;
    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;
}

a img.alignright {
    float: right;
    margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
    float: left;
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
    margin: 0.313rem 0 1.25rem 1.25rem;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*.widget {
margin: 0 0 1.5em;
font-size: 14px;
}*/
.widget select {
    max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
    display: none;
}

.half-rule {
    width: 6rem;
    margin: 2.5rem 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
    padding-bottom: 3.75rem;
    padding-top: 4.125rem;
}

.sticky .entry-title::before {
    content: '\f08d';
    font-family: fontawesome;
    font-size: 1.563rem;
    left: -2.5rem;
    position: absolute;
    top: 0.375rem;
}

.sticky .entry-title {
    position: relative;
}

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

.entry-summary p {
    font-size: smaller;
}

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
    margin-top: 0;
}

.posted-on, .byline, .comments-link {
    color: #9a9a9a;
}

.entry-title > a {
    color: inherit;
}


blockquote {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 20px;
    padding: 0 40px;
    line-height: 1.5;
    position: relative;
    color: #383838;
}
blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #7a7a7a;
}
blockquote cite {
    color: #999999;
    font-size: .9rem;
    display: block;
    margin-top: 5px;
}
blockquote cite:before {
    content: "\2014 \2009";
}
.entry-content h2, .entry-content h3 {
    text-transform: uppercase;
}

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

.bypostauthor {
    display: block;
}

.comment-body .pull-left {
    padding-right: 0.625rem;
}

.comment-list .comment {
    display: block;
}

.comment-list {
    padding-left: 0;
}

.comments-title {
    font-size: 1.125rem;
}

.comment-list .pingback {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
    border: medium none;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 0.313rem 0.313rem 0;
    text-align: center;
}
.wp-caption img[class*="wp-image-"] {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text {
    font-size: 0.688rem;
    line-height: 1.063rem;
    margin: 0;
    padding: 0.625rem;
}

.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-item .gallery-columns-2 {
    max-width: 50%;
}
.gallery-item .gallery-columns-3 {
    max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
    max-width: 25%;
}
.gallery-item .gallery-columns-5 {
    max-width: 20%;
}
.gallery-item .gallery-columns-6 {
    max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
    max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
    max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}

.gallery {
    margin: 1.25rem 0!important;
    padding-top: 2.5rem;
    position: relative;
}

.gallery .gallery-item {
    padding: 0;
    margin: 0;
    margin-top:0!important;
}

.gallery-columns-3 .gallery-item {
    width: 33.33333%!important;
}
.gallery::before {
    content: "GALLERY";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.05);
    width: 100%;
    padding: .5rem 0;
}

.gallery img {
    border: 0!important;
}

.wp-post-image {
    width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


@media screen and (max-width: 767px) {
    #masthead .navbar-nav > li > a {
        padding-bottom: 0.938rem;
        padding-top: 0.938rem;
    }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
    html {
        font-size: 95%;
    }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    html {
        font-size: 93%;
    }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
    html {
        font-size: 90%;
    }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    html {
        font-size: 88%;
    }
}

/* ORGANISE */

.menu-header .dropdown-item {
    padding: .5rem 1.5rem;
}

.or-after::after {
    position: absolute;
    border-radius: 50%;
    background: #e0e0e0;
    bottom: 47%;
    right: -21px;
    content: "OR";
    padding: .75rem;
    z-index: 3000;
    font-size: .7rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    font-weight: 500;
}

@media (max-width: 760px) {
    .or-after::after {
        bottom: -21px;
        right: 47%;
    }
}

.text-success {
    color: #0ea216!important;
}

.b-1 {
    border: 1px solid rgba(0,0,0,.05)!important;
}

.breadcrumb {
    display: -ms-flex;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: inherit;
    border-radius: 0;
}

.tooltip {
    z-index: 2000 !important;
}

.dropdown-toggle::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    /*    color: #f47920;*/
    content: "\f107";
    float: right;
    transition: all .4s ease;
    border: 0;
}
.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}
/*.entry-content p:first-child {
font-size: 1.5rem;
font-weight: 500;
}*/

.alert {
    border-radius: 0;
}

.alert h2 {
    color: #fff;
}


.entry-header a {
    border-bottom: none;
}
.entry-header a:hover {
    border-bottom: none;
}


textarea#comment {
    border: 1px solid rgba(0,0,0,.05);
    padding: 1rem;
}

.list-group-item {
    border: 1px solid rgba(0,0,0,.05);
}

.bt-1 {border-top: 1px solid #ced4da}
.bb-1 {border-bottom: 1px solid #ced4da}
.br-1 {border-right: 1px solid #ced4da}
.by-1 {border-top: 1px solid #ced4da; border-bottom: 1px solid #ced4da}

@media (min-width: 992px) {
    .br-md-1 {border-right: 1px solid #ced4da}
    .br-md-0 {border-right: 0;}
    .bb-md-0 {border-bottom: 0;}
}

.cc-2 {-webkit-column-count: 2; /* Chrome, Safari, Opera */ -moz-column-count: 2; /* Firefox */ column-count: 2;}

/* PROEND */
#accordion h3 {
    font-size: 1.25rem;
    font-weight: 500;
    padding: 0.75rem 0 0 0;
}

#accordion .card-body {
    background: #f5f5f5;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.material-icons {line-height: inherit; font-size: inherit;vertical-align: middle;}

.figure {position: relative; width: 100%;}
.figure-img:hover {opacity: 1;}
footer .figure-img {transition: all 0.3s ease; opacity: .7; margin-bottom: 0;}
.figure-caption {font-size: 80%; bottom: .5rem; left: 15px; right: 15px; padding: 1rem; min-height: 86px;}
@media (min-width: 768px) {
    .figure-caption {min-height: 107px;}
}
.figure-caption h3 {font-size: 1.1rem; /*text-shadow: 0px 0px 8px rgba(0,0,0,0.6);*/}
#equipment .figure-caption {
    /*position: absolute;*/ 
    left: 1.25rem; 
    top: 1.25rem; 
    right: 1.25rem; 
    bottom: -1.25rem;
    transition: all 0.3s ease;
    padding: 0 20% 0 .5rem;
}
#equipment .figure-caption:hover {/*border: 3px solid #f47920; */}
#equipment .figure-caption h3 {
    /*position: absolute;*/ 
    bottom: -1.25rem; 
    left: .5rem;
    /*padding: 0 20% 0 .5rem;*/
}
.figure-caption a {color: #fff; font-weight: 500; border-bottom: none;}
.card {border:none; border-radius: 0;}
a.card-link {position: absolute; bottom: 1rem; left: .75rem; margin-top: 1rem; font-weight: 500; padding: .25rem .5rem; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); font-size: 14px; border-bottom: none;}
a.card-link:hover {background: #ffebdd; color: #f47920;border-bottom: none;}
.card-text {margin-bottom: 2.4rem}
.hcategory a, .figure-caption a, .hcategory a:hover, .figure-caption a:hover {
    border-bottom: none;
}
.hcategory a {font-size: .7rem; color: #f47920; /*text-shadow: 0px 0px 8px rgba(0,0,0,0.6);*/ opacity: 1; }
.text-orange {color: #f47920;}
.bg-gradient-black {background:  radial-gradient(#000,#090909);}
.bg-gray {background: #0d0d0d;}
.bg-orange {background: #f47920;}
footer {font-size: .9rem}
footer h2, footer h3 {color: #fff; font-weight: 500;}
footer h2 {font-size: 1.35rem;}
footer h3, footer h2 {font-size: 1rem;}
footer a {color: rgba(255,255,255, .7)}
footer a:hover {color: rgba(255,255,255, 1); text-decoration: none;}
/* .form-control {border-radius: 0; border-width: 0 0 1px 0;padding: .375rem 0;} */
header .form-control, footer .form-control {border-color: rgba(255,255,255, .7);}
.img-gray {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.3s ease;
}
.img-gray:hover {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}


#intro .card-header:first-child {
    border-radius: 0;
    padding: 1.25rem;
    /*margin-top: -49px;*/
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#intro .card-footer {
    position: relative;
}

.project-title {
    position: absolute;
    left: 1.25rem;
    bottom: 0;
    color: #fff;
}
.project-cover {
    position: relative;
}

.circle {
    border-radius: 50%;
}

footer .nav-link {
    display: block;
    padding: .1rem 0;
}


footer .figure {
    width: 100%;
}

footer .figure-caption {
    background: #222;
    padding: 96px 8px 8px;
    margin-top: -88px;
}

footer .figure-img {
    height: 235px;
}

@media (max-width: 992px) {
    footer .figure-img {
        height: 180px;
    }
}

@media (max-width: 576px) {
    footer .figure-caption {
        padding: 1rem .75rem;
        margin-top: 0;
        min-height: auto;
    }
    footer .figure-img {
        display: none;
    }
}

.news .list-group-item {
    border: 0;
}

.list-group-item:first-child {
    border-top-left-radius: 0; 
    border-top-right-radius: 0; 
}
.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#careers .list-group-item {
    border: 0;
    padding: 1rem 0;
    border-top: 1px solid rgba(0,0,0,.12);
    border-bottom: 1px solid rgba(0,0,0,.12);
}



#equipment .nav-link {
    padding: .5rem 0;
}

.menu-header {
    line-height: 1; 
    margin-bottom: 0; 
    padding: .5rem 0;
    cursor: pointer;
}

.menu-header .dropdown-menu {
    margin-top: -42px;
    border: none;
    border-radius: 0;
    min-width: 220px;
    font-size: 1.1rem;
    padding: .8rem 0;
    min-width: 100%;
}

@media (max-width: 1200px) {
    #navbar-scrollspy .nav {
        max-width: 90%;
    }
    .menu-header {
        max-width: 10%;
    }
}

.table thead th, .table tfoot th {
    vertical-align: middle;
}

.table-sm td, .table-sm th {
    padding: .3rem .5rem;
}

@media (max-width: 576px) {

    .hero-text .lead {
        display: none;
    }
}
.hero-text {
    background: -webkit-gradient(linear,50% 100%,50% 0,color-stop(40%,rgba(0,0,0,.6)),color-stop(70%,rgba(0,0,0,.3)),color-stop(100%,rgba(0,0,0,0)));
    background: -moz-linear-gradient(bottom,rgba(0,0,0,.6) 40%,rgba(0,0,0,.3) 70%,rgba(0,0,0,0));
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,.6) 40%,rgba(0,0,0,.3) 70%,rgba(0,0,0,0));
    background: linear-gradient(to top,rgba(0,0,0,.6) 40%,rgba(0,0,0,.3) 70%,rgba(0,0,0,0));
}

.hero {
    position: relative;
}

#accordion .card-header[data-toggle="collapse"] .material-icons {
    font-size: 1.5rem;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#accordion .card-header[data-toggle="collapse"].collapsed .material-icons{
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#accordion .card-header:first-child {
    border-radius: 0;
}

#accordion .card-header {
    cursor: pointer;
}

.card-footer:last-child {
    border-radius: 0;
}

#equipment .figure-img {
    outline: 3px solid #f47920; 
    outline-offset: -15px;
}

.blog-stats {
    width: 100%;
    background: rgb(244, 121, 32);
    padding: .1rem .5rem;
    color: #fff;
    font-size: .8rem;
}

.search-title {
    font-size: 1.2rem;
    font-weight: 500;
}

.tool-shell {
    /* border: 1px solid #f5f5f5;*/
}

.tool-title {
    padding: 15px;
}

#services-icon {

}

#services-title {
    display: none;
}

#navbar-scrollspy .dropdown-toggle::after {
    display: none;
}
#services-button {
    font-weight: 500;
    border-bottom: 3px solid transparent;
}

@media (min-width: 992px) {
    #services-icon {
        display: none;
    }
    #services-title {
        display: unset;
    }

    #navbar-scrollspy .dropdown-toggle::after {
        display: inline-block;
    }
}

@media (max-width: 992px) {
    #navbar-scrollspy .nav {
        overflow: auto;
        white-space: nowrap;
        flex-wrap: unset;
    }
    #services-button {
        position: absolute;
        top: 0;
        right: 14px;
        background: white;
        cursor: pointer;
        font-weight: 500;
        border-bottom: 3px solid transparent;

    }
    #services-button::before {
        content: '';
        width: 8px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -8px;
        background: -webkit-linear-gradient(left,rgba(44,33,52,0) 0,#2c2134 100%);
        background: linear-gradient(to right,rgba(44,33,52,0) 0,#dedede 100%);
    }
    .services-carousel {
        overflow: auto;
        flex-wrap: nowrap;
    }

    .services-carousel .col-12 {
        flex: 0 0 85%;
    }

    .services-carousel .col-6 {
        flex: 0 0 47%;
    }

}

.text-mono { font-family: 'Roboto Mono', monospace!important; }
h1 > .small, h1 > small, .h1 > .small, .h1 > small {
    font-size: 60%;
}

@media (max-width: 992px) {
    footer .widget-title {
        margin-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        padding: 1rem 0 0;
        position: relative;
        margin-bottom: 0;
    }

    footer .widget-title::after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        content: "\f078";
        float: right;
        transition: all .4s ease;
        opacity: .64;
    }

    footer li {
        margin-bottom: -1px;
        padding: .5rem 0;
    }
    .menu-footer-0-container, .menu-footer-1-container, .menu-footer-2-container, .menu-footer-3-container {
        display: none;
        padding-top: 1rem;
    }
}

.calc-dol::before {
    content: "$";
}

/* Carousel */
.carousel-multiple .carousel-inner .carousel-item-right.active,
.carousel-multiple .carousel-inner .carousel-item-next {
    transform: translateX(100%);
}
.carousel-multiple .carousel-inner .carousel-item-left.active, 
.carousel-inner .carousel-item-prev {
    transform: translateX(-100%);
}
.carousel-multiple .carousel-inner .carousel-item-right,
.carousel-multiple .carousel-inner .carousel-item-left{ 
    transform: translateX(0);
}
@media (min-width: 768px) {
    /* Carousel */
    .carousel-multiple .carousel-inner .carousel-item-right.active,
    .carousel-multiple .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }
    .carousel-multiple .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
    .carousel-multiple .carousel-inner .carousel-item-right,
    .carousel-multiple .carousel-inner .carousel-item-left{ 
        transform: translateX(0);
    }
}
@media (min-width: 992px) {
    /* Carousel */
    .carousel-multiple .carousel-inner .carousel-item-right.active,
    .carousel-multiple .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }
    .carousel-multiple .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
    .carousel-multiple .carousel-inner .carousel-item-right,
    .carousel-multiple .carousel-inner .carousel-item-left{ 
        transform: translateX(0);
    }
}

/* 
* Jumbotron 
*
*/

@media (max-width: 575.98px) {
    .jumbotron-img {
        margin-left: -15px;
        margin-right: -15px;
    }
}
.jumbotron-caption {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

@media (min-width: 992px) {
    .jumbotron-caption {
        flex-direction: row;
    }

}
.jumbotron-title {
    text-transform: uppercase;
    flex: 2;
}
.jumbotron-button {
    padding-top: .75rem;
}
.media.border-bottom:last-child {
    border-bottom: 0!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

.excerpt {
    font-size: 1.25rem;
    font-weight: 500;
    padding: .5rem 0;
}
.schema-faq {
    border-top: 1px solid;
}
.schema-faq-section {
    border-bottom: 1px solid;
}
.schema-faq-question, .collapse-title {
    position: relative;
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
    cursor: pointer;
}
.schema-faq-question::after, .collapse-title::after {
    position: absolute;
    top: 1rem;
    right: 0;
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 500;
    content: "\f067";
    
}
.schema-faq-question.show::after, .collapse-title.show::after {
    content: "\f068";
}
.schema-faq-answer, .collapse-content {
    display: none;
    margin-bottom: 1rem;
}
.collapse-title {
        border-top: 1px solid #ccc;
    }
@media (min-width: 992px) {
    .collapse-title {
        cursor: auto;
        border-top: 0;
    }
    .collapse-title::after {
        display: none;
    }
    .collapse-content {
        display: block;
    }
}
.schema-faq, .schema-faq-section {
    border-color: #ccc;
}
.wp-block-embed {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.wp-embed-aspect-16-9::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.wp-block-embed__wrapper embed, .wp-block-embed__wrapper iframe, .wp-block-embed__wrapper object, .wp-block-embed__wrapper video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    border: 0;
}