/* 
 Theme Name:   NOBLWeb
 Theme URI:    www.noblweb.ca
 Description:  A custom Bootstrap theme by NOBLWeb
 Author:       Nick Latreille
 Author URI:   www.noblweb.ca
 Template:     bootstrap-four
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
--------------------------------------------*/
/**VARIABLES**/
/**MIXINS**/
/**SCSS**/
html {
  overflow: scroll;
  overflow-x: hidden; }

body {
  color: #414042;
  width: 100%;
  height: 100%;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300; }

a {
  transition: 0.2s;
  color: #27aae1; }

h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif; }
  h1 span {
    font-family: "Satisfy", Georgia, serif; }

h2 {
  font-family: "Satisfy", Georgia, serif;
  font-size: 40px; }
  @media (max-width: 769px) {
    h2 {
      font-size: 36px; } }

h2, h3 {
  margin-bottom: 20px; }

h4 {
  margin: 40px 0;
  position: relative; }
  h4:after {
    content: "";
    position: absolute;
    bottom: -20px;
    height: 7px;
    width: 50px;
    left: 0;
    background-color: black; }

p {
  line-height: 26px; }

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

hr {
  border: 0;
  background-color: #27aae1;
  height: 1px;
  margin: 40px 0; }

section {
  padding: 70px 0; }

article,
header {
  padding-bottom: 20px;
  padding-top: 20px; }

table {
  background-color: #f4f4f4;
  line-height: 2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 30px 0; }
  table td {
    border: 1px solid #D7D7D7;
    padding: 8px; }

.btn {
  border-radius: 0 !important; }

.btn-main {
  background-color: black;
  padding: 2px 20px;
  color: white;
  border-radius: 20px;
  height: 44px;
  padding-top: 8px; }

.info {
  position: relative;
  z-index: 9996; }
  @media (max-width: 480px) {
    .info {
      float: left; } }
  .info ul {
    float: right;
    margin: 0 0 15px 0; }
    @media (max-width: 480px) {
      .info ul {
        margin: 0;
        padding: 0; } }
    .info ul li {
      list-style: none;
      display: inline;
      margin-left: 15px; }
      @media (max-width: 769px) {
        .info ul li {
          float: right; } }
      @media (max-width: 480px) {
        .info ul li {
          float: none;
          display: block; } }
      .info ul li a {
        color: #27aae1;
        font-size: 14px; }
        @media (max-width: 480px) {
          .info ul li a {
            font-size: 12px; } }

header {
  position: absolute;
  background: url("/wp-content/themes/NOBLWeb/img/menu-bar-bg-small.png") no-repeat;
  background-color: black;
  width: 100%;
  z-index: 9998; }
  @media (max-width: 1281px) {
    header {
      background-position: -200px; } }
  @media (max-width: 769px) {
    header {
      background-image: none; } }
  @media (max-width: 480px) {
    header {
      position: relative; } }
  header .logo {
    margin-top: 0px; }
    @media (max-width: 480px) {
      header .logo {
        margin-bottom: 20px;
        margin-top: 0px; } }
    @media (max-width: 480px) {
      header .logo img {
        max-width: 50%;
        margin: 0 auto; } }
  header #menu-main-menu {
    float: right; }
  header .navbar {
    padding-right: 0;
    margin-bottom: 0; }
    @media (max-width: 1025px) {
      header .navbar {
        display: none; } }
  header .navbar-nav {
    float: right;
    margin: 0;
    padding: 5px 0 0 0; }
    header .navbar-nav li {
      margin-left: 40px !important; }
      header .navbar-nav li:last-child {
        background-color: white;
        padding: 2px 20px;
        border-radius: 0px;
        height: 44px; }
        header .navbar-nav li:last-child a {
          color: black; }
      header .navbar-nav li a {
        text-transform: uppercase;
        color: white;
        font-weight: normal;
        position: relative; }
        header .navbar-nav li a:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          bottom: 0;
          left: 0;
          background-color: white;
          visibility: hidden;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
        header .navbar-nav li a:hover:before {
          visibility: visible;
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
  header .c-buttons {
    display: none; }
    @media (max-width: 1025px) {
      header .c-buttons {
        display: block;
        float: right;
        clear: both; } }
    @media (max-width: 480px) {
      header .c-buttons {
        clear: none; } }

#hero {
  position: relative;
  background-image: url("/wp-content/themes/NOBLWeb/img/bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 940px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center; }
  #hero .title {
    font-size: 60px;
    color: white;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-align: center;
    font-weight: normal;
    margin-top: 20%; }
    @media (max-width: 1400px) {
      #hero .title {
        margin-top: 25%; } }
    @media (max-width: 769px) {
      #hero .title {
        margin-top: 55%;
        font-size: 40px; } }
    @media (max-width: 769px) {
      #hero .title {
        margin-top: 5px;
        margin-bottom: 45px; } }
    #hero .title span {
      font-family: "Satisfy", Georgia, serif;
      font-weight: normal; }
  #hero img {
    margin: 40px auto 0; }
  #hero .btn-main {
    display: table;
    margin: 0px auto 40px;
    background-color: #000; }
  @media (max-width: 1400px) {
    #hero {
      height: 640px; } }
  @media (max-width: 1025px) {
    #hero {
      height: 640px;
      background-attachment: initial; } }
  @media (max-width: 480px) {
    #hero {
      height: auto;
      background-position: -210px; } }

#main-content h1 {
  font-weight: normal;
  text-align: center;
  position: relative;
  margin-bottom: 60px; }
  #main-content h1:after {
    content: "";
    position: absolute;
    bottom: -20px;
    height: 7px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    background-color: black; }

#services {
  background-image: url("/wp-content/themes/NOBLWeb/img/bg2.jpg");
  background-size: cover;
  color: white;
  text-align: center; }
  #services img {
    margin: 0 auto 40px; }
  #services h3 {
    color: white;
    text-align: center; }
  #services .btn-main {
    display: table;
    margin: 40px auto;
    background-color: white;
    color: #414141; }

#work .btn-main {
  display: table;
  margin: 40px auto;
  background-color: #000; }
@media (max-width: 769px) {
  #work .col-lg-4 {
    margin-bottom: 40px; } }

#clients {
  background-color: #e6e7e8;
  color: white; }
  #clients h2 {
    color: #414042;
    text-align: center; }

#blog {
  background-color: #414141; }
  #blog h2 {
    color: white;
    text-align: center; }
  @media (max-width: 769px) {
    #blog .bulb {
      display: none; } }
  #blog .insightly .col-lg-6:nth-child(odd) {
    padding-right: 75px; }
    @media (max-width: 769px) {
      #blog .insightly .col-lg-6:nth-child(odd) {
        padding: 0; } }
    #blog .insightly .col-lg-6:nth-child(odd):after {
      content: "";
      width: 0;
      height: 0;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
      border-left: 30px solid white;
      position: absolute;
      right: 45px;
      top: 50%; }
      @media (max-width: 769px) {
        #blog .insightly .col-lg-6:nth-child(odd):after {
          display: none; } }
  #blog .insightly .col-lg-6:nth-child(even) {
    padding-left: 73px;
    border-left: 2px dashed white; }
    @media (max-width: 769px) {
      #blog .insightly .col-lg-6:nth-child(even) {
        padding: 0;
        border: none; } }
    #blog .insightly .col-lg-6:nth-child(even):before {
      content: "";
      width: 0;
      height: 0;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
      border-right: 30px solid white;
      position: absolute;
      left: 45px;
      top: 50%; }
      @media (max-width: 769px) {
        #blog .insightly .col-lg-6:nth-child(even):before {
          display: none; } }
  #blog .insightly .col-lg-6 .box {
    background-color: white;
    margin-bottom: 75px; }
    @media (max-width: 769px) {
      #blog .insightly .col-lg-6 .box img {
        width: 100%; } }
    #blog .insightly .col-lg-6 .box .date {
      background-color: white;
      max-width: 65px;
      height: 65px;
      margin-top: -65px;
      display: block;
      z-index: 9999;
      position: relative;
      text-align: center; }
      #blog .insightly .col-lg-6 .box .date .month {
        font-weight: bold;
        display: block; }
      #blog .insightly .col-lg-6 .box .date .day {
        font-size: 40px;
        line-height: 32px; }
    #blog .insightly .col-lg-6 .box .box-content {
      padding: 30px; }
  #blog .insightly .btn-white {
    display: table;
    margin: 0 auto;
    background-color: white;
    color: #414042;
    border-radius: 20px; }

#inside-banner {
  background-image: url("/wp-content/themes/NOBLWeb/img/insidebg1.jpg");
  background-size: cover;
  color: white;
  padding-bottom: 20px;
  padding-top: 20px; }
  #inside-banner h1 {
    text-align: center;
    margin: 240px 0 120px; }
    @media (max-width: 769px) {
      #inside-banner h1 {
        margin: 120px 0; } }
  #inside-banner a {
    color: white; }

.main-container {
  padding: 70px 0; }

#footer {
  background-color: black;
  padding: 70px 0;
  color: white; }
  #footer h4:after {
    background-color: white; }

.copyright {
  background-color: black;
  padding: 15px 0;
  color: white;
  font-size: 14px; }
  .copyright .policy {
    text-align: right; }
    @media (max-width: 769px) {
      .copyright .policy {
        text-align: left; } }

/*OWL*/
.item {
  margin: 30px 15px; }

.owl-nav {
  display: none; }

.owl-dots {
  margin-left: 47%; }
  @media (max-width: 480px) {
    .owl-dots {
      margin-left: 0;
      margin: 0 auto;
      text-align: center; } }
  .owl-dots .owl-dot {
    background: #333 !important;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-left: 15px; }
    .owl-dots .owl-dot.active {
      background: #1955a6 !important; }

/*RESPONSIVE EXTRAS*/
@media (min-width: 75em) {
  .container {
    max-width: 87.5rem; } }
/*MOBILE MENU*/
/**
 * Menu overview.
 */
.c-menu {
  position: fixed;
  z-index: 9999;
  background-color: #58595b;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0; }
  .c-menu__items ul {
    padding: 5px 30px; }
    .c-menu__items ul li {
      list-style: none;
      padding: 10px 0;
      border-bottom: 1px solid #4c4c4c; }
      .c-menu__items ul li a {
        color: #27aae1; }

.menu-main-menu-container,
.menu-main-menu-french-container {
  padding: 10px 20px; }

.menu-main-menu-container li,
.menu-main-menu-french-container li {
  display: block;
  list-style-image: none;
  background: url("/wp-content/themes/bootstrap-pro/img/arrow-right.png");
  background-position: left 12px;
  background-repeat: no-repeat;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #666; }

.menu-main-menu-container li ul.sub-menu,
.menu-main-menu-french-container li ul.sub-menu {
  padding-left: 20px; }

.menu-main-menu-container li li:last-child,
.menu-main-menu-french-container li li:last-child {
  border-bottom: none; }

.menu-main-menu-container li a,
.menu-main-menu-french-container li a {
  color: white; }

.menu-main-menu-container li li a,
.menu-main-menu-french-container li li a {
  font-size: 14px;
  font-weight: 300; }

/**
 * Left and right menus
 *
 * Slide and push menus coming in from the left and right inherit a lot of
 * common styles. We'll start each of them off by doing up the common styles
 * for each version, followed by individual styles.
 *
 * The various versions are governed by modifier classes.
 */
/**
 * Common modifiers for left/right menus.
 */
.c-menu--slide-left,
.c-menu--slide-right,
.c-menu--push-left,
.c-menu--push-right {
  width: 100%;
  height: 100%;
  overflow-y: scroll; }

@media all and (min-width: 320px) {
  .c-menu--slide-left,
  .c-menu--slide-right,
  .c-menu--push-left,
  .c-menu--push-right {
    width: 300px; } }
.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item,
.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item {
  display: block;
  text-align: center;
  border-top: solid 1px #b5dbe9;
  border-bottom: solid 1px #3184a1; }

.c-menu--slide-left .c-menu__item:first-child,
.c-menu--slide-right .c-menu__item:first-child,
.c-menu--push-left .c-menu__item:first-child,
.c-menu--push-right .c-menu__item:first-child {
  border-top: none; }

.c-menu--slide-left .c-menu__item:last-child,
.c-menu--slide-right .c-menu__item:last-child,
.c-menu--push-left .c-menu__item:last-child,
.c-menu--push-right .c-menu__item:last-child {
  border-bottom: none; }

.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link,
.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff; }

.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close,
.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close {
  display: block;
  padding: 12px 24px;
  width: 100%; }

/**
 * Slide/Push Menu Left.
 */
.c-menu--slide-left,
.c-menu--push-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

@media all and (min-width: 320px) {
  .c-menu--slide-left,
  .c-menu--push-left {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px); } }
.c-menu--slide-left.is-active,
.c-menu--push-left.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

/**
 * Slide/Push Menu Right.
 */
.c-menu--slide-right,
.c-menu--push-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

@media all and (min-width: 320px) {
  .c-menu--slide-right,
  .c-menu--push-right {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px); } }
.c-menu--slide-right.is-active,
.c-menu--push-right.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

/**
 * Top and bottom menus
 *
 * Slide and push menus coming in from the top and bottom inherit a lot of
 * common styles. We'll start each of them off by doing up the common styles
 * for each version, followed by individual styles.
 *
 * The various versions are governed by modifier classes.

/**
 * Common modifiers for top/bottom menus
 */
.c-menu--slide-top,
.c-menu--slide-bottom,
.c-menu--push-top,
.c-menu--push-bottom {
  vertical-align: middle;
  width: 100%;
  height: 60px;
  text-align: center;
  overflow-x: scroll; }

.c-menu--slide-top .c-menu__items,
.c-menu--slide-bottom .c-menu__items,
.c-menu--push-top .c-menu__items,
.c-menu--push-bottom .c-menu__items {
  display: inline-block;
  text-align: center; }

.c-menu--slide-top .c-menu__item,
.c-menu--slide-bottom .c-menu__item,
.c-menu--push-top .c-menu__item,
.c-menu--push-bottom .c-menu__item {
  display: inline-block;
  line-height: 60px; }

.c-menu--slide-top .c-menu__link,
.c-menu--slide-bottom .c-menu__link,
.c-menu--push-top .c-menu__link,
.c-menu--push-bottom .c-menu__link {
  display: block;
  padding: 0 4px;
  color: #fff; }

.c-menu--slide-top .c-menu__close,
.c-menu--slide-bottom .c-menu__close,
.c-menu--push-top .c-menu__close,
.c-menu--push-bottom .c-menu__close {
  display: inline-block;
  margin-right: 12px;
  padding: 0 24px;
  height: 60px;
  line-height: 60px; }

/**
 * Slide/Push Menu Top.
 */
.c-menu--slide-top,
.c-menu--push-top {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px); }

.c-menu--slide-top.is-active,
.c-menu--push-top.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/**
 * Slide/Push Menu Bottom.
 */
.c-menu--slide-bottom,
.c-menu--push-bottom {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px); }

.c-menu--slide-bottom.is-active,
.c-menu--push-bottom.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/**
 * Wrapper states.
 *
 * Various wrapper states occur depending on if a menu is pushing into view, in
 * which case, the wrapper has to be pushed by the respective distance.
 */
.o-wrapper.has-push-left {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

@media all and (min-width: 320px) {
  .o-wrapper.has-push-left {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px); } }
.o-wrapper.has-push-right {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

@media all and (min-width: 320px) {
  .o-wrapper.has-push-right {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px); } }
.o-wrapper.has-push-top {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px); }

.o-wrapper.has-push-bottom {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px); }

/**
 * Body states.
 *
 * When a menu is active, we want to hide the overflows on the body to prevent
 * awkward document scrolling.
 */
body.has-active-menu {
  overflow: hidden; }

/**
 * Close button resets.
 */
.c-menu__close {
  color: #fff;
  background-color: #27aae1;
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

.c-menu__close:focus {
  outline: none; }

/* -----------------------------------------------------------------------------

  MASK COMPONENT
  
----------------------------------------------------------------------------- */
.c-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s; }

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

/* -----------------------------------------------------------------------------

  BUTTONS
  
----------------------------------------------------------------------------- */
.c-buttons {
  /*margin-bottom: 48px;*/
  text-align: center; }

.c-button {
  display: inline-block;
  background-color: #27aae1;
  padding: 2px 20px;
  color: white;
  border-radius: 20px;
  height: 44px;
  float: right;
  border: none; }

.c-button:focus {
  outline: none; }

.c-button:disabled {
  opacity: 0.3;
  cursor: not-allowed; }

/* -----------------------------------------------------------------------------

  EXTRA
  
----------------------------------------------------------------------------- */
.yellow {
  color: yellow;
  text-shadow: 1px 1px 1px #333; }

.cat-item {
  padding: 10px 0; }

.current-cat a {
  font-weight: bold;
  color: black; }
.current-cat .children a {
  font-weight: lighter;
  color: #27aae1; }

.widget_categories ul {
  padding-left: 20px; }
  .widget_categories ul li {
    list-style: none;
    position: relative;
    z-index: 1;
    transition: 0.2s; }
    .widget_categories ul li:before {
      content: url("/wp-content/themes/NOBLWeb/img/little-arrow.png");
      position: relative;
      left: -5px;
      z-index: 2;
      pointer-events: all;
      cursor: pointer; }
    .widget_categories ul li.rotator:before {
      transform: rotate(90deg);
      display: inline-block; }
    .widget_categories ul li a {
      position: relative;
      text-decoration: none !important; }
      .widget_categories ul li a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: black;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .widget_categories ul li a:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
  .widget_categories ul ul li {
    padding-bottom: 0; }
    .widget_categories ul ul li ul {
      display: none; }
      .widget_categories ul ul li ul li {
        padding-left: 15px; }
        .widget_categories ul ul li ul li:before {
          content: ""; }

.rtbs_menu li.current a {
  background: black !important; }

.rtbs_content {
  border-top-color: black !important; }

.cat-item-11 {
  display: none; }

.listing-item {
  display: block;
  clear: both;
  margin-bottom: 30px;
  min-height: 180px;
  border-top: 1px solid #ccc;
  padding-top: 30px; }

.display-posts-listing .wp-post-image {
  background: white;
  padding: 15px;
  float: left;
  margin-right: 30px;
  clear: both; }

.clear {
  clear: both;
  display: block;
  width: 100%;
  height: 0; }

/*# sourceMappingURL=style.css.map */
