/* Colors */
/* Basics */
body {
  margin-top: 30px; }

html, body {
  font-size: 15px;
  /* font-family: brandon-grotesque, sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.92); }

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

h1 {
  font-size: 45px; }

h2 {
  font-size: 24px; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

#editAnywhere {
  display: none; }

/* Nav */
.portfolio-filter {
  margin-bottom: 5px; }

/* Structure */
.main-content {
  margin-top: 10px; }

.content-area {
  margin-left: 30px; }

.content-area a {
  color: #DD0300; }

nav.side-menu {
  margin-top: 50px; }

aside {
  margin-top: 50px; }

/* Sidebar Styles */
nav.side-menu a {
  color: rgba(0, 0, 0, 0.92); }

nav.side-menu p {
  text-align: right;
  line-height: 1.2em; }

aside p {
  text-align: right;
  margin-bottom: 0; }

aside i {
  font-size: 24px; }

.icon-location {
  color: #DD0300; }

/* General Text */
.main-content p, .main-content span, .main-content label {
  font-size: 17px; }

/* Footer Styles */
footer {
  position: relative; }

.copyright-div {
  position: fixed;
  bottom: 10px;
  left: 103px; }

.copyright-div p {
  font-size: .75em; }

/* Isotype Grid */
.grid-item {
  width: 33.333333333333%; }

.grid-item .grid-thumbnail {
  padding: 14px; }

.grid-item > p {
  text-align: center; }

.grid-item > p > a {
  /* color: $red; */ }
  
.grid-item i {
    font-size: 12px;
    color: #DD0300;
}

/* 2022 new portfolio styles */
.portfolio-name {
    text-align: center;
    margin-top: 12px;
}
.grid-item-twenty-two {
    margin-top: 30px;
}
.grid-item-twenty-two a {
    text-decoration: none;
    color: #DD0300;
}
.grid-item-twenty-two img {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.external-link::after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
    margin: 0px 3px 0px 5px;
}

.grid {
    margin-top: -40px;
}
.sidebar-column {
    margin-bottom: 40px;
}

/*
.grid-item a {
    color: #DD0300;
}
*/

.filter-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.filter-button-group a {
  cursor: pointer;
  margin-left: 12px;
  margin-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  color: rgba(0, 0, 0, 0.92);
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  text-align: center; }

.filter-button-group a:hover {
  text-decoration: none;
  color: #DD0300; }

.home-link:before {
  /* content:'\00B7'; */
  content: '\2192';
  padding-right: 5px;
  color: #DD0300; }

/*
[data-filter="*"]:hover {
    text-decoration: none;
    color: $red;
}
*/
.selected-filter {
  border-bottom: 2px solid #DD0300 !important; }

.fancy-image {
  margin-top: 21px;
  max-width: 70%; }

/* Testimonials */
.testimonials-lister blockquote, .testimonials-lister p {
  font-size: 17px; }

.testimonial-single.margin-top {
  margin-top: 50px; }

.testimonials-lister blockquote {
  margin-top: 30px; }

/* Services */
.interested-paragraph {
  margin-top: 30px; }

.interested-paragraph:before {
  content: "+";
  color: #DD0300; }

/* Form */
.form-group label {
    font-weight: 700;
}

.checkbox {
  margin-top: 5px; }

.checkbox-group {
  margin-top: 20px; }

.checkbox-group span {
  font-weight: 700; }

.required-field {
    color: #DD0300;
}

.submit-button {
  background-color: #DD0300;
  border-radius: 2px;
  border: 1px solid transparent;
  color: #fff;
  height: 28px;
  padding: 0 10px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  /* Shadows */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.submit-button:focus, .submit-button:active, .submit-button:active:focus {
  color: #fff;
  background-color: #DD0300;
  border-color: transparent;
  outline: 0;
  outline-offset: initial;
  /* Shadows */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.submit-button:hover {
  background-color: #DD0300;
  border: 1px solid transparent;
  color: #fff;
  /* Shadows */
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.menu-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .copyright-div {
        display: none;
    }
    .main-logo {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    nav.side-menu p {
        text-align: center;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }
    .home-link:before {
        content: none;
        padding-right: 0;
    }
    .home-link a {
        color: #DD0300 !important;
    }
    aside {
        display: none;
    }
    .filter-button-group {
        text-align: center;
    }
    .portfolio-filter {
        margin-top: 20px;
    }
}

@media screen and (min-width: 531px) and (max-width: 767px) {
    nav.side-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    nav.side-menu p {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        font-size: 19px;
    }
}

@media screen and (max-width: 530px) {
    .portfolio-filter {
        margin-top: 30px;
    }
    nav.side-menu {
        display: none;
    }
    nav.side-menu {
        margin-top: 20px;
    }
    nav.side-menu p {
        width: 100%;
        text-align: center;
        display: block;
        font-size: 20px;
    }
    .menu-mobile {
        display: block;
        text-align: center;
    }
    .navbar-toggle {
        float: initial;
        margin-top: 34px;
    }
    .menu-toggle-text {
        border: 1px solid rgba(0,0,0,0.12);
        border-radius: 4px;
        padding: 4px 17px;
    }
    /* animated hamburger */
    .navbar-toggle .icon-bar {
        background-color: #777776;
    }
    .navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
    }
    
    .navbar-toggle .icon-bar:nth-of-type(3) {
      	top: 2px;
    }
    
    .navbar-toggle .icon-bar {
    	  position: relative;
    	  transition: all 500ms ease-in-out;
    }
    
    .navbar-toggle.active .icon-bar:nth-of-type(1) {
    	  top: 6px;
    	  transform: rotate(45deg);
    }
    
    .navbar-toggle.active .icon-bar:nth-of-type(2) {
    	  background-color: transparent;
    }
    
    .navbar-toggle.active .icon-bar:nth-of-type(3) {
    	  top: -6px;
    	  transform: rotate(-45deg);
    }
}

/* ModuleBegin::blog */
.blogModule {}
.blogModule .info {margin-bottom: 20px; }
.blogModule .author {}
.blogModule .date {}
.blogModule .thumbnail img { width:350px; max-width:100%; }
.blogModule .tags {} 
.blogModule .comment { padding: 10px; background: #f4f4f4; margin-bottom: 15px; border: 1px solid #ccc; }
.blogModule .comment .info { color: #333; font-weight: 600; margin-bottom: 10px; }

/* ---- Blog Lister ----- */
.blogModule.moduleLister {}
.blogModule.moduleLister h2 { margin-bottom:5px; }
.blogModule .listerItem {}
.blogModule .blurb {}

/* ---- Blog Detail ------- */
.blogModule.moduleDetail {}
.blogModule.moduleDetail h1 { margin-bottom: 5px; }
.blogModule.moduleDetail .fullText {}

/* ---- Blog Archives ------ */
.blogModule.archive .month { padding-left:10px; }
.blogModule.archive .year { font-weight: bold; }
/* ModuleEnd::blog */

