/* ------------------------------------------------------------------------------

  Template Name: Morris
  Description: Morris - App & Product Landing Page
  Author: Murren
  Author URI: http://themeforest.net/user/murren20
  Version: 1.0
  
  1.  Global

      1.1 General
      1.2 Loader
      1.3 Typography
      1.4 Forms
      1.5 Buttons
      1.6 Icons
      1.7 Utilities

  2.  Header 

      2.1 Navbar
      2.2 Brand
      2.3 Navigation
      2.4 Navbar Fixed

  3.  Home

      3.1 Magnific popup

  4.  Partners

      4.1 Owl Carousel

  5.  Features
  6.  Reviews
  7.  Banner
  8.  Prices
  9.  Footer
  10  Modals
  11. Responsive styles

      11.1 Min width 768px
      11.2 Min width 992px
    
    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */




html{
    -webkit-font-smoothing: antialiased;
  }
  
  body{
    position:static!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color:#909090;
    overflow-x:hidden;
  }
  
  
  ::selection{
    background-color:#53C4C7;
    color:#fff;
  }
  
  -webkit-::selection{
      background-color:#53C4C7;
      color:#fff;
  }
  
  ::-moz-selection{
      background-color:#53C4C7;
      color:#fff;
  }
  
  
  
  /* 1.2 Loader */
  
  
  
  .loader{
    position: fixed;
    overflow: hidden;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#fff;
    color:#4b4b4b;
    text-align: center;
  }
  
  .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #53C4C7;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
  }
  
  .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  
  @-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bounce {
    0%, 100% { 
      transform: scale(0.0);
      -webkit-transform: scale(0.0);
    } 50% { 
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
    }
  }
  
  
  
  /* 1.3 Typography */
  
  
  
  h1,
  .h1{ 
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 700;
    color: #4B4B4C;
  }
  
  h2,
  .h2{ 
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #4B4B4C;
  }
  
  h3,
  .h3{
    font-family: 'Montserrat', sans-serif;  
    font-weight: 700;
    color:#4B4B4C;
  }
  
  h4,
  .h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color:#4B4B4C;
  }
  
  h5,
  .h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color:#4B4B4C;
  }
  
  h6,
  .h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color:#4B4B4C;
  }
  
  .pf{
    font-family: 'Playfair Display', serif;
  }
  
  a {
    color:#53C4C7;
    -webkit-transition: color .3s ease-out;
         -o-transition: color .3s ease-out;
            transition: color .3s ease-out;
  }
  
  a:hover,
  a:focus {
    color:#53C4C7;
    outline: none;
  }
  
  a:focus{
    text-decoration: none;
  }
  
  img{
      max-width:100%;
      height:auto;
  }
  
  table,
  th,
  td {
     border: 1px solid #d0d0d0;
  }
  
  table {
     border-collapse: separate;
     border-spacing: 0;
     border-width: 1px 0 0 1px;
     margin: 0 0 1.75em;
     table-layout: fixed;
     width: 100%;
  }
  
  caption,
  th,
  td {
     font-weight: normal;
     text-align: left;
  }
  
  th {
     border-width: 0 1px 1px 0;
     font-weight: 700;
  }
  
  td {
     border-width: 0 1px 1px 0;
  }
  
  th,
  td {
     padding: 0.4375em;
  }
  
  blockquote{
      font-style:italic;
      padding-left:3rem;
      border-left:3px solid #53C4C7;
  }
  
  
  /* 1.4 Forms */
  
  
  input[type="text"],
  input[type="password"],
  input[type="email"],
  .form-control,
  textarea{
    padding: .375rem .75rem;
    height:3.5rem;
    color: #9F9F9F;
    border: 1px solid #ced4da;
    border-radius: 0;
    padding-left: 22px;
    -webkit-box-shadow:none;
            box-shadow:none;
    -webkit-transition: all .15s;
         -o-transition: all .15s;
            transition: all .15s;
  }
  
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  .form-control:focus,
  textare:focus {
    border-color: #53C4C7;
    outline: 0;
    -webkit-box-shadow:none;
            box-shadow:none;
  }
  
  
  textarea{
    height: 120px;
    padding-top: 14px;
    resize:none;
  }
  
  .form-control::-moz-placeholder {
    color: #9F9F9F;
    opacity: 1;
  }
  
  .form-control:-ms-input-placeholder {
    color: #9F9F9F;
  }
  
  .form-control::-webkit-input-placeholder {
    color: #9F9F9F
  }
  
  .input-group .form-control {
    border-radius: 30px 0 0 30px;
  }
  
  
  label.error{
    display: block !important;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    margin:10px 20px 0;
    color: #111;
  }
  
  label.error .fa{
    margin-right: 4px;
  }
  
  
  
  /* 1.5 Buttons */
  
  
  
  .btn,
  input[type="submit"]{
    position: relative;
    display: inline-block;
    cursor: pointer;
    background:#53C4C7;
    border:2px solid #53C4C7;
    padding:1rem 3rem 1rem;
    border-radius: 30px;
    text-decoration: none;
    font-size: 12px;
    color:#fff;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: background-color .3s ease-out;
         -o-transition: background-color .3s ease-out;
            transition: background-color .3s ease-out;
  }
  
  .btn:focus,
  input[type="submit"]:focus{
    outline: none!important;
    -webkit-box-shadow:none;
    box-shadow: none;
  }
  
  .btn:hover,
  .btn:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus{
    border-color:#53C4C7;
    background-color:transparent;
    color: #53C4C7;
  }
  
  .btn .fa{
    font-size: 1.1rem;
    margin-right: 5px;
    color: #fff;
  }
  
  .btn:hover .fa,
  .btn:focus .fa{
    color: #53C4C7;
  }
  
  .btn-b-white{
    color: #fff;
    border-color:#fff;
    background: transparent;
  }
  
  
  .btn-b-white:hover,
  .btn-b-white:focus{
    border-color:#fff;
    background-color: #fff;
    color: #53C4C7;
  }
  
  .btn-b-gray{
    border-color: #ececec;
    background: #ececec;
    color: #1f1f1f;
  }
  
  
  /* 1.6 Icons */
  
  
  
  .fa{
    display: inline-block;
    color:#53C4C7;
  }
  
  a.fa:hover,
  a.fa:focus{
    text-decoration: none;
  }
  
  
  
  /* 1.7 Utilities */
  
  
  
  
  .section{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  
  .section-title{
    margin:0 0 1rem 0;
  }
  
  .section-title + p{
    margin-bottom: 0;
  }
  
  .section-body{
    margin-top: 8rem;
  }
  
  .masked{
    position: relative;
  }
  
  .masked:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
  }
  
  .rel-1{
    position: relative;
    z-index: 1;
  }
  
  .text-primary{
    color:#53C4C7!important;
  }
  
  .bg-primary{
    background: #53C4C7!important;
  }
  
  
  
  /*-------------------------------------------------------------------------------
    2. Header
  -------------------------------------------------------------------------------*/
  
  
  
  /* 2.1 Navbar */
  
  
  
  .navbar{
    position: absolute;
    z-index: 10;
    top:0;
    left:0;
    width: 100%;
    margin:0;
    border:0;
    padding-top:2rem;
    padding-bottom: 1rem;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .navbar ul{
       list-style:none;
  }
  
  .navbar-toggler{
    padding: 0;
    cursor: pointer;
    margin-top: 0.5rem;
  }
  
  .navbar-toggler:focus{
    outline: none;
  }
  
  .navbar-toggler-icon{
    display: block;
    height: 2px;
    margin-bottom: 3px;
    background: #fff;
    margin-bottom: 0.3rem;
  }
  
  
  
  /* 2.2 Brand */
  
  
  
  .navbar-brand{
    font-weight: 700;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1;
    display: inline-block;
    padding: 0;
  }
  
  .navbar-brand:hover,
  .navbar-brand:focus{
    text-decoration: none;
    color: #fff;
  }
  
  
  
  /* 2.4 Navigation */
  
  
  
  .navbar-nav{
    color: #3b3b3b;
    padding-top: 1rem;
  }
  
  .navbar-nav .nav-item{
    margin-bottom: 1px;
  }
  
  .navbar-nav .nav-link{
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
  
  }
  
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active{
    color: #53C4C7;
    background: #53C4C7;
    color: #fff;
  }
  
  
  
  
  /* 2.4 Navbar Fixed*/
  
  
  
  .navbar-fixed,
  .navbar-is-fixed{
    position: fixed;
    top:0;
    padding-top: 1rem;
    background-color:rgba(255,255,255,0.95);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
  }
  
  .navbar-fixed .navbar-brand,
  .navbar-is-fixed .navbar-brand{
    color:#4B4B4C;
  }
  
  .navbar-fixed .navbar-toggler-icon,
  .navbar-is-fixed .navbar-toggler-icon{
    background: #4B4B4C;
  }
  
  .navbar-fixed .nav-link,
  .navbar-is-fixed .nav-link{
    color: #3b3b3b;
  }
  
  
  
  
  /*-------------------------------------------------------------------------------
    3. Home
  -------------------------------------------------------------------------------*/
  
  
  
  .masthead{
    background: url(https://aounservices.com/wp-content/themes/morris/img/bg/masthead.jpg) 50%  no-repeat;
    background-size: cover;
  }
  
  .opener{
    color:#fff;
    padding: 7rem 0;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
  }
  
  .lead-text{
    opacity: 0.7;
  }
  
  .lead-controls
  {
      visibility: hidden;
  }
  
  .btn-lead:hover,
  .btn-lead:focus{
    color: #fff;
    border-color: #fff;
  }
  
  
  
  /* 3.1 Magnific popup */
  
  
  .mfp-zoom-out-cur{
    padding-right: 0;
  }
  
  .mfp-figure{
    box-shadow: none;
  }
  
  .mfp-iframe-scaler{
    overflow: visible;
  }
  
  .mfp-image-holder .mfp-close, 
  .mfp-iframe-holder .mfp-close{
    padding: 0;
    margin-top: -10px;
    font-family: inherit;
    font-size: 40px;
    font-weight: 300;
    line-height: 0;
  }
  
  img.mfp-img{
    min-height: 250px;
  }
  
  .mfp-bottom-bar{
    margin-top: -30px;
    letter-spacing: 0.1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  
  .mfp-title{
    padding-right:5em;
  }
  
  .mfp-bg{
    background-color: #141414;
  }
  
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b{
    display: none;
  }
  
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b{
    display: none;
  }
  
  .mfp-wrap .mfp-content {
    -webkit-perspective: 1300px;
            perspective: 1300px
    
  }
  
  .mfp-wrap .mfp-figure,
  .mfp-wrap .mfp-iframe-scaler {
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform:scale(0) rotateY(60deg);
    -o-transform:scale(0) rotateY(60deg);
    transform:scale(0) rotateY(60deg);
  }
  
  .mfp-bg {
    opacity: 0;
    -webkit-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
  }
  
  .mfp-wrap .mfp-figure,
  .mfp-wrap .mfp-iframe-scaler {
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: rotateX(-60deg);
        -ms-transform: rotateX(-60deg);
         -o-transform: rotateX(-60deg);
            transform: rotateX(-60deg);
  }
  
  .mfp-bg {
    opacity: 0;
    -webkit-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
  }
  
  .mfp-wrap.mfp-ready .mfp-figure,
  .mfp-wrap.mfp-ready .mfp-iframe-scaler {
    opacity: 1;
    -webkit-transform:rotateX(0);
        -ms-transform:rotateX(0);
         -o-transform:rotateX(0);
            transform:rotateX(0);
  }
  
  .mfp-ready.mfp-bg {
    opacity: 0.8;
  }
  
  .mfp-wrap.mfp-removing .mfp-figure ,
  .mfp-wrap.mfp-removing .mfp-iframe-scaler {
    opacity: 0;
    -webkit-transform: rotateX(-60deg);
        -ms-transform: rotateX(-60deg);
         -o-transform: rotateX(-60deg);
            transform: rotateX(-60deg);
    
  }
  
  .mfp-removing.mfp-bg {
    opacity: 0;
  }
  
  
  
  /* ------------------------------------------------------------------------------- */
  /*  4. Partners
  /* ------------------------------------------------------------------------------- */
  
  
  
  .partners{
    text-align: center;
    padding: 5rem 0;
  }
  
  .partner{
    opacity: 0.6;
  }
  
  
  
  /* 4.1 Owl carousel */
  
  
  
  .owl-carousel .owl-item img{
    width: auto;
  }
  .owl-theme .owl-dots .owl-dot.active span, 
  .owl-theme .owl-dots .owl-dot:hover span{
    background: #53C4C7;
  }
  
  .owl-theme .owl-nav.disabled + .owl-dots{
    margin-top: 3rem;
  }
  
  
  /* ------------------------------------------------------------------------------- */
  /*  5. Features
  /* ------------------------------------------------------------------------------- */
  
  
  
  .features .media h1{
    width: 6rem;
  }
  
  .chart{
    display: inline-block;
    margin:0 20px;
    position: relative;
    color: #4d606f;
  }
  
  .chart-content{
    position: absolute;
    top:28px;
    left:40px;
    right: 40px;
    text-align: center;
  }
  
  .chart-title{
    font-weight: 400;
    margin-bottom: 0.5rem;
  }
  
  .chart-number{
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
    color: #323c46;
  }
  
  .line{
    display: block;
    width:3rem;
    margin:0.5rem auto;
    border-radius: 3px;
    border-top: 3px solid #53C4C7;
  }
  
  .chart-type{
    font-size:0.9rem;
    font-weight: 600;
  }
  
  
  
  /*-------------------------------------------------------------------------------
    6. Reviews
  -------------------------------------------------------------------------------*/
  
  
  .review img{
    border-radius: 50%;
    display: block;
    margin:0 auto;
  }
  
  
  
  /*-------------------------------------------------------------------------------
    7. Banner
  -------------------------------------------------------------------------------*/
  
  
  
  .banner{
    position: relative;
    padding: 80px 0;
    background: url(https://aounservices.com/wp-content/themes/morris/img/bg/banner.jpg) 50% 50% fixed;
  }
  
  .banner:before{
    content:'';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background:rgba(73, 72, 111,0.9);
  }
  
  
  
  /*-------------------------------------------------------------------------------
    8. Prices
  -------------------------------------------------------------------------------*/
  
  
  
  .col-price{
    display: inline-block;
  }
  
  .pricing{
    background: #f8f8f8;
    text-align: center;
    padding: 3.25em 3.25em 3.25em 3.25em;
  }
  
  .pricing-dollar{
    font-family: 'Montserrat', sans-serif;
    vertical-align: top;
    font-size: 1.2rem;
    font-weight: 700;
    color: #3b3b3b;
  }
  
  .pricing-price{
    margin-bottom: 1.625em;
  }
  
  .pricing h6{
    font-size: 0.8rem;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
  }
  
  .pricing ul li{
    margin-bottom: 0.5rem;
  }
  .pricing .btn{
    margin-top: 1rem;
  }
  
  .lead-price .pricing{
    border:1px solid #cacaca;
  }
  
  /*-------------------------------------------------------------------------------
    8. Blog
  -------------------------------------------------------------------------------*/
  
  
  .bg-light{
      background-color: #f7f7f7;
  }
  .main-blog{
    background-size:cover;
  }
  
  .main-inner h1{
      padding: 10rem 0 7rem;
  }
  
  .blog{
    margin-bottom:4em;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background-color: #fff;
  }
  
  .blog:hover{
    box-shadow: 0 0 30px rgba(0,0,0,0.07);
  }
  
  .blog-thumbnail{
    position: static;
  }
  
  .blog-thumbnail img{
    width: 100%;
  }
  
  .blog-thumbnail-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 5px;
    padding: 0;
    border-radius: 0.25em 0 0 0.25em;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
  }
  
  .blog-info{
    padding: 3em 3em 2em 3em;
  }
  
  .blog-rubric{
    font-family: 'Montserrat', sans-serif;
    color:#9a9a9a;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-bottom: 1em;
  }
  
  .blog-rubric:hover{
    text-decoration: none;
    color: #3b3b3b;
  }
  
  .blog-info .blog-title{
    font-weight: 700;
    font-size: 1.375em;
    line-height: 1.5;
    margin-top:0;
  }
  
  .blog-info .blog-title a{
    color:inherit;
  }
  
  .blog-info .blog-title a:hover{
      color:#425cbb;
  }
  
  .sticky .blog-info .blog-title a{
    color:#f45d5d;
  }
  
  .blog-meta{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875em;
    color:#9a9a9a;
    overflow: hidden;
    padding-top: 1.5em;
    margin-top:4em;
    border-top: 1px solid #e9e9e9;
  }
  
  .author{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    color:#9a9a9a;
    font-weight: 700;
  }
  
  .author:hover{
    color:#425cbb;
    text-decoration: none;
  }
  
  .col-blog{
    margin-top:30px;
  }
  
  .col-blog .blog{
    margin-bottom:0;
  }
  
  .col-blog .blog-title{
    font-size: 1.125em;
  }
  
  
  .col-blog .blog-info{
    padding: 1.1em 1.8em 1.2em;
  }
  
  .col-blog .blog-meta{
    padding-top:1em;
    margin-top:1.8em;
  }
  
  .col-blog .blog-meta a{
    color: #9a9a9a;
  }
  
  .col-blog .blog-meta a:hover{
    color: #3b3b3b;
    text-decoration: none;
  }
  
  
  
  /* 8.1 Blog Single Post */
  
  
  
  .post-thumbnail{
      margin-bottom:2.1em;
  }
  .post-meta{
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    margin:0 0 2.1em;
  }
  .post-rubric{
    color:#9a9a9a;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.2em;
    float:left;
    margin: 0.2em 2em 0 0;
  }
  
  .post-author{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875em;
  }
  
  .post-author .author{
    font-weight: bold;
  }
  
  .post-rubric:hover{
    text-decoration: none;
    color:#425cbb;
  }
  
  .post-date{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875em;
    float:right;
  }
  
  .post .post-title{
    color:#3d3d3d;
    font-size:1.375em;
    font-weight:700;
    margin-bottom: 1.5em;
  }
  
  .post-footer {
    border-top:1px solid #e9e9e9;
    padding-top: 2em;
    margin-top:2em;
  }
  
  
  /* 8.2 Widgets */
  
  
  
  .widget{
    margin-bottom: 3.4em;
  }
  
  .widget-title{
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 3em;
    margin-top:0;
  }
  
  .widget input, .widget select{
     width:100%;
  }
  
  .widget ul{
     margin-bottom:0;
     padding-left:0;
     list-style:none;
  }
  
  .widget_archive li,
  .widget_categories li,
  .widget_pages li,
  .widget_meta li,
  .widget_recent_entries li,
  .widget_nav_menu li{
     margin-top:0.5em;
  }
  
  .widget_archive li a,
  .widget_categories li a,
  .widget_pages li a,
  .widget_meta li a,
  .widget_recent_entries li a,
  .widget_nav_menu li a{
     color:inherit;
  }
  
  .widget_archive li a:hover,
  .widget_categories li a:hover,
  .widget_pages li a:hover,
  .widget_meta li a:hover,
  .widget_recent_entries li a:hover,
  .widget_nav_menu li a:hover{
     text-decoration:none;
     color:#425cbb;
  }
  
  .widget_archive li ul,
  .widget_categories li ul,
  .widget_pages li ul,
  .widget_meta li ul,
  .widget_recent_entries li ul,
  .widget_nav_menu li ul{
     margin-left:0.8em;
  }
  
  .widget_recent_comments li{
    color:#a1a1a1;
  }
  
  .widget_recent_comments li a{
      color:#7d7d7d;
  }
  
  .widget_recent_comments li a:hover{
    color:#425cbb;
    text-decoration:none;
  }
  
  
  /* 8.3 Widget Calendar */
  
  
  
  .widget.widget_calendar table {
     margin: 0;
     background:#fff;
     border-color:#e9e9e9;
     color:#4b4b4b;
  }
  
  .widget_calendar td,
  .widget_calendar th {
     line-height: 2.5625;
     padding: 0;
     text-align: center;
     border-color:#e9e9e9;
  }
  
  .widget_calendar caption {
     font-weight: 900;
     margin-bottom: 1em;
  }
  
  .widget_calendar tbody a {
     background-color:#425cbb;
     color: #fff;
     display: block;
     font-weight: 700;
  }
  
  
  
  /* 8.4 Widget Tags */
  
  
  
  .tagcloud{
    margin-top: -0.7em;
  }
  
  .tagcloud a{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875em!important;
    display: inline-block;
    margin-top: 0.7em;
    padding: 0.2em 1.3em 0.3em ;
    color:#474747;
    background:#e9e9e9;
    border-radius:20px;
    transition:all 0.3s ease-in;
  }
  
  .tagcloud a{
    margin-right: 0.2em;
  }
  
  .tagcloud a:hover{
    color:#fff;
    background-color:#323232;
    text-decoration: none;
  }
  
  
  
  /* 8.5 Widget RSS */
  
  
  
  .rss-widget-icon{
     position:relative;
     top:-0.15rem;   
  }
  
  .widget_rss li {
      margin-bottom: 2em;
  }
  
  .widget_rss cite {
     display: block;
     margin-bottom: 0.6em;
     font-weight:700;
  }
  
  .widget_rss .rss-date{
    display:block;
    color:#969696;
    font-size:0.9em;
  }
  
  .widget_rss .rsswidget{
    text-decoration:underline;
  }
  
  .widget_rss .widget-title .rsswidget{
      text-decoration:none;
  }
  
  .widget_rss .rsswidget:hover{
    text-decoration:none;
  }
  
  
  
  /* 8.6 Widget Search */
  
  
  
  .widget_search .search-form{
    max-width:420px;
  }
  
  
  
  /* 8.7 Widget Categories */
  
  
  
  .widget_categories li{
    margin-bottom: 0.5em;
  }
  
  .widget_categories li a{
    color:inherit;
    -webkit-transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
  }
  
  .widget_categories li a:hover{
    color:#425cbb;
    text-decoration: none;
  }
  
  
  
  /* 8.8 Widget Tags */
  
  
  
  .blog-tags{
    margin-top: -0.7em;
  }
  
  .blog-tags a{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875em;
    display: inline-block;
    margin-top: 0.7em;
    padding: 0.2em 1.3em 0.3em ;
    color:#474747;
    background:#e9e9e9;
    border-radius:20px;
  }
  
  .blog-tags a{
    margin-right: 0.2em;
  }
  
  .blog-tags a:hover{
    color:#fff;
    background-color:#425cbb;
    text-decoration: none;
  }
  
  .widget_recent_entries ul{
    margin-bottom: 0;
  }
  
  .widget_recent_entries ul li{
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top:1px solid #bbbbbb;
  }
  
  .widget_recent_entries ul li:first-child{
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }
  
  .widget_recent_entries ul li img{
    border-radius: 3px;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  
  .widget_recent_entries ul li a:hover{
    color: #425cbb;
    text-decoration: none;
  }
  
  .widget_recent_entries ul li a:hover img{
    opacity: 1;
  }
  
  .recent-entries-title{ 
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8125em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  
  .recent-entries-time{
    margin-top: 0.3rem;
    color: #989898;
    font-size: 0.8125em;
  }
  
  
  /* 8.9 Pagination */
  
  
  .pagination{
      clear:left;
  }
  .pagination>li>a, 
  .pagination>li>span{
    color:#474747;
  }
  
  .pagination>.active>a, 
  .pagination>.active>span, 
  .pagination>.active>a:hover, 
  .pagination>.active>span:hover, 
  .pagination>.active>a:focus, 
  .pagination>.active>span:focus{
    background-color:#53C4C7;
    border-color:#53C4C7;
    color:#fff; 
  }
  
  .pagination>li>a:hover, 
  .pagination>li>span:hover, 
  .pagination>li>a:focus, 
  .pagination>li>span:focus{
     background-color:#e9e9e9;
    border-color:#e9e9e9;
    color:#474747;
    
  }
  
  .page-item.active .page-link{
      background-color:#53C4C7;
    border-color:#53C4C7;
  }
  
  /* 8.10 Gallery */
  
  
  .gallery {
      margin: 0 -1.1666667% 1.75em;
  }
  
  .gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
  }
  
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
  
  .gallery-icon img {
    margin: 0 auto;
  }
  
  .gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
  }
  
  .gallery-columns-6 .gallery-caption,
  .gallery-columns-7 .gallery-caption,
  .gallery-columns-8 .gallery-caption,
  .gallery-columns-9 .gallery-caption {
      display: none;
  }
  
  
  
  /* 8.11 Comments */
  
  
  
  .section-add-comment{
    margin-top:3rem;
  }
  
  .comment-respond input,
  .comment-respond textarea{
      width:100%;
  }
  
  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
      padding-top: 1.75em;
  }
  
  .comment-respond textarea{
     height:7em;
  }
  
  .comments-title,
  .comment-reply-title {
     line-height: 1.3;
     padding-top: 1.2em;
     margin-bottom:3rem;
  }
  
  .comments-title {
     margin-bottom: 1.2em;
  }
  
  .comment-list {
     list-style: none;
     margin: 0;
     padding:0;
  }
  
  .comment-list article{
     border-top: 1px solid #e9e9e9;
     padding: 1.75em 0;
  }
  
  .comment-list .children {
     list-style: none;
     margin: 0;
     padding-left:2em;
  }
  
  .comment-list .depth-3 .children{
     padding-left:0;
  }
  
  .comment-list .children > li {
     padding-left: 0.875em;
  }
  
  .comment.depth-5 > li{
      padding-left:0;
  }
  
  .comment-author {
    font-family: 'Montserrat', sans-serif;
    color:#9a9a9a;
    margin-bottom: 0.4375em;
  }
  
  .comment-author .fn{
    color: #1a1a1a;
  }
  
  .comment-author .fn a{
    color:inherit;
  }
  
  .comment-author .avatar {
     float: left;
     margin-right: 0.875em;
     position: relative;
  }
  
  .bypostauthor > article .fn:after {
     content: "\f304";
     left: 3px;
     position: relative;
     top: 5px;
  }
  
  .comment-metadata,
  .pingback .edit-link {
     color: #686868;
     line-height: 1.6153846154;
     font-style:italic;
  }
  
  .comment-metadata {
     margin-bottom: 2.153em;
  }
  
  .comment-metadata a,
  .pingback .comment-edit-link {
     color: #686868;
  }
  
  .comment-metadata a:hover,
  .comment-metadata a:focus,
  .pingback .comment-edit-link:hover,
  .pingback .comment-edit-link:focus {
     color: #425cbb;
     text-decoration:none;
  }
  
  .comment-metadata .edit-link,
  .pingback .edit-link {
     display: inline-block;
  }
  
  .comment-metadata .edit-link:before,
  .pingback .edit-link:before {
     content: "\002f";
     display: inline-block;
     opacity: 0.7;
     padding: 0 0.5em;
  }
  
  .comment-content ul,
  .comment-content ol {
     margin: 0 0 1.5em 1.25em;
  }
  
  .comment-content li > ul,
  .comment-content li > ol {
     margin-bottom: 0;
  }
  
  .comment-reply-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875em!important;
    display: inline-block;
    padding: 0.2em 1.3em 0.3em;
    color: #474747;
    background: #e9e9e9;
    border-radius: 20px;
    transition:all 0.3s ease-in;
  }
  
  .comment-reply-link:hover,
  .comment-reply-link:focus {
    color:#fff;
    background-color:#425cbb;
    text-decoration: none;
  }
  
  .comment-form {
     padding-top: 1.75em;
  }
  
  .comment-form label {
     color: #686868;
     display: block;
     font-size: 13px;
     font-size: 0.8125rem;
     letter-spacing: 0.076923077em;
     line-height: 1.6153846154;
     margin-bottom: 0.5384615385em;
     text-transform: uppercase;
  }
  
  .comment-list .comment-form {
     padding-bottom: 1.75em;
  }
  
  .comment-notes,
  .comment-awaiting-moderation,
  .logged-in-as,
  .form-allowed-tags {
     color: #686868;
     font-size: 13px;
     font-size: 0.8125rem;
     line-height: 1.6153846154;
     margin-bottom: 4.1538461538em;
  }
  
  .no-comments {
     border-top: 1px solid #e9e9e9;
     font-weight: 700;
     margin: 0;
     padding-top: 1.75em;
  }
  
  .comment-navigation + .no-comments {
     border-top: 0;
     padding-top: 0;
  }
  
  .form-allowed-tags code {
     font-family: Inconsolata, monospace;
  }
  
  .comment-reply-title small{
    font-size:40%;
  }
  .comment-reply-title small a {
     float: right;
     margin-top: 1.6em;
  }
  
  .comment-reply-title small a:hover,
  .comment-reply-title small a:focus {
     color: #1a1a1a;
  }
  
  .form-comment{
    margin-bottom:4em;
  }
  
  .search h2{
      margin-bottom:2rem;
  }
  
  /* ------------------------------------------------------------------------------- */
  /*  9. Footer
  /* ------------------------------------------------------------------------------- */
  
  
  
  .footer{
    padding:60px 0 40px;
  }
  
  .social a{
    display: inline-block;
    padding: 1px;
    margin:0 15px;
    color: #C2C2C2;
  }
  
  .social a:hover{
    color: #53C4C7;
  }
  .copy{
    margin-top: 10px;
  }
  
  
  .main-404 .opener{
      height:auto;
      display:block;
      width:auto;
      color:#909090;
  }
  
  .main-404 h1{
      padding-bottom:2rem;
  } 
  
  .main-404 .lead{
     margin-bottom:3rem;
  }
  
  /* ------------------------------------------------------------------------------- */
  /*  8. Modals
  /* ------------------------------------------------------------------------------- */
  
  
  
  .modal-header{
    display: block;
  }
  
  
  
  /* ------------------------------------------------------------------------------- */
  /*  11. Responsive styles
  /* ------------------------------------------------------------------------------- */
  
  
  
  /* 11.1 Min width 768px */
  
  
  
  @media (min-width: 768px){
  
  
  
  
  /* 11.2 Min width 992px */
  
  
  
  @media (min-width: 992px){
  
  
    /* Navigation */
  
  
    .navbar-nav{
      padding-top: 0;
    }
  
    .navbar-expand-lg > .navbar-nav > .nav-link{
      padding: 0;
    }
  
    .navbar-nav > .nav-item{
      margin-left: 2rem;
    }
    
    .navbar-nav .nav-link{
       padding:0.5rem 1rem; 
    }
    
    .navbar-expand-lg .navbar-nav ul .nav-link{
         padding:0.5rem 1rem; 
    }
  
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active{
      color: #53C4C7;
      background: none;
    }
    
    .nav-item{
        position: relative;
        text-align: left;
        -webkit-perspective: 2000px;
        perspective: 2000px;
        margin:0;
    }
    
    .sub-menu{
        position: absolute;
        z-index: 10;
        left: -0.5rem;
        top:60%;
        visibility: hidden;
        min-width: 16em;
        padding:0.6em 0;
        opacity: 0;
        white-space: nowrap;
        background:#fff;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    
    .nav-item:hover > ul{
        top:100%;
        visibility: visible;
        opacity: 1;
      }
      
      .nav-item li ul{
        left:100%;
      }
  
      .nav-item li:hover > ul{
        top:-0.6em;
      }
      
      .navbar-expand-lg .navbar-nav .nav-link {
          padding: 0;
      }
  }
  
  
  
  
  }
