/*
Theme Name: PERFECT CONCRETE CARE
Theme URI: http://som.agency
Author: Sydney Online Marketing
Description: The best WP theme
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Theme
    ## Theme colours as text
    ## Theme colours as background
# Typography
# Elements
    ## Forms
	## Navs
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

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

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}


hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------------------
# Theme
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## THEME COLORS AS TEXT
--------------------------------------------------------------*/

.text-primary { /* Sets the text color to the theme primary color */
    color: #212121!important;
}
.text-primary-light { /* Sets the text color to the theme primary color (light variant) */
    color: #484848!important;
}
.text-primary-dark { /* Sets the text color to the theme primary color (dark variant) */
    color: #000;
}
.text-secondary { /* ORANGE Sets the text color to the theme secondary color */
    color: #f47920!important;
}
.text-secondary-light { /* Sets the text color to the theme secondary color (light variant) */
    color: #ffaa51;
}
.text-secondary-dark { /* Sets the text color to the theme secondary color (dark variant) */
    color: #bb4a00;
}

a.text-primary:focus, a.text-primary:hover {
    color: #212121!important;
}

/*--------------------------------------------------------------
### ON DARK BACKGROUND
--------------------------------------------------------------*/

.text-white {
    color: rgba(255,255,255, 1) ;
}
.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 { /* Sets the background color to the theme primary color */
    background: #111!important;
}
.bg-primary-light { /* Sets the background color to the theme primary color (light variant) */
    background: #222!important;
}
.bg-primary-dark { /* Sets the background color to the theme primary color (dark variant) */
    background: #000!important;
}
.bg-secondary { /* Sets the background color to the theme secondary color */
    background: #f47920!important;
}
.bg-secondary-light { /* Sets the background color to the theme secondary color (light variant) */
    background: #ffaa51!important;
}
.bg-secondary-dark { /* Sets the background color to the theme secondary color (dark variant) */
    background: #bb4a00!important;
}

.bg { /* Sets the background color to the theme background color */
    background: #fff!important;
}
.bg-light {
    background: #f5f5f5;
}
.bg-dark {
    background: #303030;
}

.bg-green {
    background: #0ea216!important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}


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

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

body {
    position: relative; 
    font-family: 'Roboto', sans-serif; 
}
a {
    color: #f47920; 
    transition: all 0.3s ease;
}
a:hover {
    color: inherit;
	opacity: .9;
	text-decoration: none;
}
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 {
    padding: 0 3rem;
}

.img-wrap img {
    height: 300px;
    width: 100%;
    object-fit: scale-down;
}

.figure-img {
	opacity: .9;
}

.figure-img:hover {
	opacity: 1;
}

.btn-success {
	background: #0ea216;
	border-color: #0ea216;
	border-width: 4px;
}

.btn-success:hover {
	background: rgba(14,162,22, 0.84);
	border-color: rgba(14,162,22, 0.84);
	border-width: 4px;
}

/* BUTTONS */

.btn {
    /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);*/ 
    border-radius: 0; 
    font-weight: 500;
}
.btn:hover { 
    /*box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);*/
}
.btn:focus, .btn:active { 
    box-shadow: none;
}
.btn-primary {
	background: #f47920;
    border: #f47920;
    text-transform: uppercase;
    font-weight: 500;
}
.btn-primary:hover {
	background: rgba(244,121,32, 0.84); 
	border: rgba(244,121,32, 0.84);
}
.btn-primary:focus, .btn-primary:active, .btn-primary:visited {
	background: #f47920; 
	border: #f47920;
}
.btn-outline-primary {
    border-color: #f47920; 
    color: #f47920; 
    border-width: 3px;
}
.btn-outline-primary:hover {
    background: rgba(244,121,32, 0.12); 
    border-color: #f47920;
    color: #f47920;
	border-width: 3px;
}

.btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
     color: #f47920; 
     background-color: rgba(244,121,32, 0.12);
     border-color: #f47920; 
     box-shadow: none; 
}

.btn-outline-success {
    border-color: #0ea216; 
    color: #0ea216; 
    border-width: 3px;
}
.btn-outline-success:hover {
    background: rgba(14,162,22, 0.12); 
    border-color: #0ea216;
    color: #0ea216;
}

.btn-outline-success:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
     color: #f47920; 
     background-color: rgba(14,162,22, 0.12);
     border-color: #f47920; 
     box-shadow: none; 
}

.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 {
    color: #f5f5f5;
    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: 999; 
    background: rgba(0,0,0, 0.9)
}
.icon-bar li.nav-item {
    transition: all 0.3s ease;
}
.icon-bar li.nav-item:hover {
    background: #484848;
}
.icon-bar li.nav-item a {
    color: #eee;
}
@media (max-width: 576px) {
    .icon-bar {
        bottom: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
    }
    .icon-bar li.nav-item {
        float: left; 
        display: block; 
        width: 25%;
        text-align: center;
        
    }
}

/* BLOG */

.blog-item a {
    color: #484848;
    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 {
    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: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-body::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}

.news-body::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.news-body::-webkit-scrollbar-thumb
{
	background-color: rgba(0,0,0, .5);
}

.news h2, .news h3 {
    line-height: .75;
    margin-bottom: 0;
}
.news h3 >a {
    color: #333;
    font-size: 1rem;
    font-weight: 300;
    
}
.news .card-header {
    border-bottom: 0;
    font-weight: 500;
}
.news-item {
    position: relative;
    padding-left: 4.5rem;
}

.news-img {
    position: absolute;
    border-radius: 50%;
    left: 1rem;
    top: 1.25rem;
    overflow: hidden;
}

.news-img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/

.group {
  position: relative;
}
.control:focus ~ .floating-label,
.control:not(:focus):valid ~ .floating-label{
  top: 6px;
  left: 5px;
  font-size: 11px;
  opacity: 0.6;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 14px;
  transition: 0.3s ease all;
}

.form-control {
    border-color: rgba(0,0,0, .54);
}

.form-control:focus {
    box-shadow: none;
    border-color: #0ea216;
}

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

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent; 
    color: #f47920;
    border-bottom: 3px solid;
    border-radius: 0;
    /* margin-bottom: -11px; */
    font-weight: 500;
}
.nav-pills .nav-link {
    background-color: transparent; 
    border-bottom: 3px solid transparent;
    color: #484848;
    font-weight: 500;
}
#navbarMain .nav-link {
	text-transform: uppercase;
    font-weight: 500;
    font-size: .875rem;
}

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;
}

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

/*
.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
*/

/* Small menu. */
/*.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  font-size: 14px;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}*/

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

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

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 14px;
  /* Make sure select elements fit in widgets. */
}
.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";
}

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


/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


@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%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 86%;
  }
}


/* 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 {
    width: .6rem;
    height: .6rem;
	margin-left: 0.55em;
    border-left: 2px solid!important;
    border-bottom: 2px solid!important;
	border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
	vertical-align: 0.2em!important;
}

.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 rgba(0,0,0, .05)}
.bb-1 {border-bottom: 1px solid rgba(0,0,0, .05)}
.br-1 {border-right: 1px solid rgba(0,0,0, .05)}
.by-1 {border-top: 1px solid rgba(0,0,0, .05); border-bottom: 1px solid rgba(0,0,0, .05)}
.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;}
.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: 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 {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;
}

.news {
    height: 568px;
    font-size: .9rem;
}

@media (max-width: 768px) {
	.news {
		display:none;
	}
}

.news-body {
    height: calc(100% - 50px);
    overflow: auto;
}

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

.sticky-top {
    z-index: 998;
}

.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: 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;
}

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

.table-sm td, .table-sm th {
    padding: .3rem .5rem;
}
.display-1 {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 576px) {
    
    #navbar-scrollspy {
        display: none;
    }
   .display-1 {
        font-size: 4rem;
    }
    .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::placeholder {
    color: rgba(0,0,0,.5);
    font-weight: 500;
    font-size: .875rem;
}

.hentry h1, .hentry .h1 {
    font-size: 4rem;
    line-height: 1;
}

.entry-content .lead {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    color: rgba(0,0,0,.84);
}

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

