/*!
Theme Name: Neil Davis
Author: AG Marketing Solutions
Author URI: https://agmsolutions.com
Description: WordPress website for Neil H. Davis, a photographer and digital artist.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: neil-davis
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Neil Davis is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

    NEIL DAVIS
    

--------------------------------------------------------

TABLE OF CONTENTS

1.0 General
2.0 Grid
3.0 Typography
4.0 Forms
5.0 Lists
    5.1 Address
    5.2 Arrows
    5.3 Squares
    5.4 Social Media Icons
    5.5 Blog page pagination
6.0 Nav
7.0 Footer
8.0 Banner
9.0 Elements
    9.1 Buttons
    9.2 Text Links
    9.3 Sections
    9.4 Plus-Minus
    9.5 Back To Top Button
10.0 Blocks
11.0 Page-Specific Styles
    11.0 Homepage
    11.1 About
    11.2 Contact
12.0 Media Queries

Color reference

Gray: #414042 
Blue: #00adee; rgb(0, 173, 238)


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

/* -----------------------------------------------------
1.0 GENERAL
----------------------------------------------------- */

body {
    font-size:16px;
    color:#414042;
    font-family: 'Montserrat', sans-serif;
}

a,
button {
    -webkit-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;

}

a:hover {
    text-decoration:none;
}

img {
    max-width:100%;
}

.site {
    width:100%;
    overflow-x: hidden;
}

/* -----------------------------------------------------
1.1 BROWSER WARNING
----------------------------------------------------- */

.browser-warning, .ios-warning {
    top:0;
    left:0;
    z-index:999;
    width:100%;
    background-color:#333;
   
    }

    .browser-warning{
        position:fixed;
        border-bottom: 2px solid #00adee;
        padding:15px;
    }


    .ios-warning {
        position: relative;
        background-color:#333; 
        border-top: 2px solid #00adee;
        padding: 5px;
        width:100vw;

    }


    .browser-warning.hide, .ios-warning.hide {
        display:none;
    }
    
    .browser-warning p, .ios-warning p {
        color:#fff;
        line-height:24px;
        padding:0;
        margin:15px 0;
        font-family: 'Montserrat', sans-serif;
        display: inline-block;
    }

    .browser-warning p{
         font-size:19px;
          
    }

    
    .ios-warning p{
        font-size: 16px;
        max-width:50vw;
        padding:0 10px;
        }

    
    .browser-warning .btn, .ios-warning .btn {
        float: right;
        right: 30px;

    }
    
    @media (max-width:767px) {
        .browser-warning, .ios-warning {
            text-align:center;
        }

        .ios-warning
        {position:relative;}
        
        .ios-warning p{
            max-width: 100vh;
        }

        .browser-warning h5,
        .browser-warning .btn {
            float:none;
        }  

    }



/* -----------------------------------------------------
2.0 GRID
----------------------------------------------------- */
.container-fluid {
    width:100%;
    max-width:1400px;
    position: relative;
}

.container-fluid--large {
    max-width:1024px;
}

.container-fluid--small {
    max-width:1024px;
}

.container-fluid--xsmall {
    max-width:960px;
}


/* -----------------------------------------------------
3.0 TYPOGRAPHY
----------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin:30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color:#414042;
    font-family: 'Montserrat', sans-serif;
}


h1,
.h1 {
   font-size: 2em;
   font-family: "Montserrat";
   color: #ffffff;
   font-weight: bold;
   line-height: 1.108;
   text-transform: uppercase;
}

h1 .word1{
    color: #00adee;
    text-transform: uppercase;
}

h2,
.h2 {
    font-size:1.5em;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
    color: #00adee;
    font-weight: bold;
}



h2 .word1 {
    color: #414042;
    font-weight: normal;
}

h2:before{
  content: '';
  width: 7px;
  height: 100%;
  position: absolute;
  border-left: 2px solid #414042;
  border-top: 2px solid #414042;
  border-bottom: 2px solid #414042;
  left: 0px;
  top: -2px
}

h2:after{
  content: '';
  width: 7px;
  height: 100%;
  position: absolute;
  border-right: 2px solid #414042;
  border-top: 2px solid #414042;
  border-bottom: 2px solid #414042;
  right: 0px;
  top: -2px
}


h3,
.h3 {
    font-size:1.7em;
    color: #fff;
    font-weight: bold;
}

h3 .word1 {
    font-weight: normal;
}


h4,
.h4 {
    font-size:2em;
    text-transform: uppercase;
    color: #00adee;
    font-weight: 700;
}

h4 .word1 {
    font-weight: normal;
    color: #414042;
}

h5,
.h5 {
    font-size:24px;
}

h6,
.h6 {
    font-size:24px;
}

p {
    font-size:18px;
    line-height: 30px;
}

.small {
    font-size: 0.95em;
    font-weight: 400;
    line-height: 1.6em;
}

.lead {
   font-size: 1.4em;
    line-height: 1.5em;
    color: #00adee;
    font-weight: 700;
}

.alpha {
    margin-top:0;
}

.mobile-text-center {
    text-align: center;
}

.bold {
    font-weight: 600!important;
}

.text-shadow {
    text-shadow: 2px 0px 21px rgba(0,0,0,0.5);
}

@media (min-width: 350px){
    h2 {
        font-size: 2em;
        padding: 0 20px;
    }

    h3 {
        font-size: 2em;
    }
    h2:before{
        border-left-width: 3px;
        border-top-width: 3px;
        border-bottom-width: 3px;
        }

     h2:after{
        border-right-width: 3px;
        border-top-width: 3px;
        border-bottom-width: 3px;
    }
}


@media (min-width: 768px){
    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 2.5em;
    }

    .mobile-text-center {
        text-align: left;
    }

    .pipe:before {
        content: '|';
        position: relative;
        padding: 0 10px;
    }
}

@media (min-width:992px){
     h1 {
        font-size: 5em;
        text-align: left;
    }

    h2 {
        font-size: 3.5em;
    }

    h3 {
        font-size: 2.5em;
    }

 
}


/* -----------------------------------------------------
4.0 FORMS
----------------------------------------------------- */
.label-hidden {
    height: 0px;
    width: 0px;
    visibility: hidden;
    position: absolute;
}

.form-control {}

/* -----------------------------------------------------
5.0 LISTS
----------------------------------------------------- */
.list {
    margin:40px 0 20px 0;
    padding-left:0;
}

.list li {
    position:relative;
    padding-left:25px;
    margin-bottom:5px;
    list-style-type:none;
}

.list > li > ul {
    margin:10px 0;
}

.list > li > ul li {
    font-size:0.875em;
}

.list--arrows li:before,
.list--address li:before {
    position:absolute;
    left:0;
    top:3px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    color:#007bff;
}

/* -----------------------------------------------------
5.1 ADDRESS
----------------------------------------------------- */
.list--address li {
    position: relative;
    padding-left:30px;
    margin-bottom:10px;
}

.list--address li.phone:before {
    content: "\f095";
}

.list--address li.fax:before {
    content: "\f1ac";
}

.list--address li.address:before {
    content: "\f015";
}

.list--address li.email:before {
    content: "\f0e0";
}

/* -----------------------------------------------------
5.2 ARROWS
----------------------------------------------------- */
.list--arrows li:before {
    content:"\f105";
}

/* -----------------------------------------------------
5.3 SQUARES
----------------------------------------------------- */
.list--squares li:before {
    content:"";
    position:absolute;
    top:8px;
    left:0;
    width:6px;
    height:6px;
    background-color:#007bff;
}


/* -----------------------------------------------------
5.4 SOCIAL MEDIA ICONS
----------------------------------------------------- */

ul.social-media {
    padding-left:0;
    margin-left:0;
    margin-top: 20px;
}

ul.social-media li{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: cover;
    margin:0 5px;
    -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    position: relative;
    top: 0;
    background-color: #fff;
    position: relative;
}

ul.social-media--outlined li {
    background-color: transparent;
    border: 2px solid #00adee;
}

ul.social-media li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    height: 20px;
}

.footer ul.social-media li{
     -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
            box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

ul.social-media li:hover {
    top: -5px;
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
            box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

/*
.social-media li.facebook{
    background-image:url('assets/images/facebook.png');
}

.social-media li.linkedin{
    background-image:url('assets/images/linkedin.png');
}

.social-media li.twitter{
    background-image:url('assets/images/twitter.png');
}

.social-media li.instagram{
    background-image:url('assets/images/instagram.png');
}
*/

@media (min-width: 768px){
     ul.social-media li {
        width: 60px;
        height:60px;
    }

    ul.social-media li img {
        height: 48px;
    }
}


/* -----------------------------------------------------
5.5 BLOG POST PAGINATION
----------------------------------------------------- */
.blog-navigation {
    width: 100%;
}

.blog-navigation ul{
    text-align: center;
}


.blog-navigation ul li{
    display: inline-block;
    width: 50px;
    height: 50px;
    padding-top: 9px;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.blog-navigation ul li:hover, .blog-navigation ul li.active {
    background-color: #00adee;
}

.blog-navigation ul li:hover a, .blog-navigation ul li.active a{
     color: #ffffff
}

.blog-navigation li.prev:hover, .blog-navigation li.next:hover{
    background:transparent;
}

.blog-navigation li a {
    color: #414042;
    font-size: 1.2em;
    padding: 10px 15px;
}

.blog-navigation li{
    border: 2px solid #00adee;
}

.blog-navigation li.prev, .blog-navigation li.next{
    border: none;
    width: 100px;
}

 .blog-navigation li.next a:hover:before{
    left:5px;
}

.blog-navigation li.prev a:hover:before {
    left: -5px;
}

.blog-navigation li.prev a:before, .blog-navigation li.next a:before {
    content: url(assets/images/long-arrow--grey.png);
    display: inline-block;
    padding-left: 20px;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
    position: relative;
    left: 0;
    right: 0;
}

.blog-navigation li.prev a:before{
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
}





/* -----------------------------------------------------
6.0 NAV
----------------------------------------------------- */

.header {
    position: relative;
    z-index: 20;
}

.logo {
    display: inline-block;
}

.logo img{
    width: 120px;
    padding: 10px 0;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.header__nav__mobile--open {
   font-size: 2em;
    line-height: 3.5em;
    display: block;
    position: relative;
    height: 100px;
    width: 100%;
}

.header__nav__top{
    display: none;
}


.nav-close {
    background: transparent;
    border: none;
    color: #fff;
    position: absolute;
    right: 0;
    font-size: 60px;
    cursor: pointer;
}

.phone-icon {
        position:absolute;
        color: #00adee;
        right: 78px;
        font-size: 32px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: color ease 0.25s;
        -o-transition: color ease 0.25s;
        transition: color ease 0.25s;        

}


.header__nav.header__nav--active + .phone-icon {
        position: fixed;
        right: 78px;
        top: 43px;
}


a.phone-icon:hover{
    color: #2f81ad;
}

.header__nav__mobile-closed{
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}


.header__nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100vw;
    display: block;
    z-index: 999;
    text-align: center;
    overflow-y: scroll;
    -webkit-transition: height ease 0.25s;
    -o-transition: height ease 0.25s;
    transition: height ease 0.25s;
    opacity: 0;
    background-color: #00adee; 
    visibility: hidden;
    height: 0;
}

.header__nav.header__nav--active{
    opacity: 0.97;
    visibility: visible;
    height: 100vh;
}


.header__nav__links {
    margin-left: 0;
    width:100%;
    padding-left:0;
}

.header__nav__links li {
    list-style: none;
    border-bottom: 2px solid #61c8ee;
    background: transparent;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.header__nav__links li:hover{
    background-color: #2f81ad;
}

.header__nav__links li a{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 2.5em;
    font-weight: 600;
}

.header__nav__links li.dropdown > a{
 
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    overflow: visible;
    right: 0;
    position: absolute;
    top: 14px;
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #00adee;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}

/* Squeeze */
.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 0.075s;
         -o-transition-duration: 0.075s;
            transition-duration: 0.075s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
         -o-transition-delay: 0.12s;
            transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-box{
    z-index: 99999;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #ffffff}

.header__nav--active + .phone-icon {
    color: #fff;
    z-index: 99999;
}


    

.header__nav--active .header__nav__links {
    padding-top: 80px;
}

.hamburger.is-active .phone-icon:hover {
    color: #2f81ad;
}

.hamburger.is-active {
    position: fixed;
    z-index: 99999;
    right: 0px;
}

body.logged-in .hamburger.is-active {
    top: 62px;
}

 body.logged-in .header__nav--active + .phone-icon{
    top: 88px;
 }


.dropdown-menu, .sub-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 100%;
    margin: 0;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    list-style: none;
    background-color: #2f81ad;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    padding-bottom: 20px;
    display: none;
}

ul.sub-menu {
    padding-left: 0;
    width: auto;
}

.dropdown-menu li a, .sub-menu li a{
    color: #ffffff;
    text-transform: none;
    font-size: 1.5em;
    line-height: 2em;
    letter-spacing: 0px;
}

.header__nav__links li.dropdown--active {
    border: none;
    background-color: #2f81ad;
}

.dropdown-menu--active {
    display: block;
}


.header__nav__links .dropdown-menu li, .header__nav__links .sub-menu li{
    border: none;
    padding: 0px 10px;
    text-align: center;
    width: auto;
    display: block;
}

.header__nav__links .dropdown-menu li:hover > a, .header__nav__links .sub-menu li:hover > a {
    border-bottom: 3px solid #00adee;
}

@media (min-width: 768px){

    .hamburger, .phone-icon {
        display: none;
    }

    
    .logo img {
        width: 160px;
    }

    .header__nav {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        width: auto;
        display: inline-block;
        opacity: 1;
        background-color: transparent;
        visibility: visible;
        height: 107px;
        float: right;
        overflow: visible;
    }


    .header__nav__top{
        display: block;
        position: relative;
        top: 20px;
        text-align: right;
    }

    .header__nav__top i{
        padding-right: 11px;
        color: #00adee;
        font-size: 1.2em;
    }

    .header__nav__top a{
        font-size: 1em;
        color: #414042;
        font-weight: 600;
    }

    .header__nav__mobile{
        display:none;
    }

    .header__nav__links li{
        display: inline-block;
        border: none;
        padding-left: 20px
    }

    .header__nav__links li:last-of-type{
        padding-right: 0;
    }

    .header__nav__links li a {
          color: #414042;
          font-size: 0.8em; 
          -webkit-transition: all ease 0.25s;
          -o-transition: all ease 0.25s;
          transition: all ease 0.25s;     
    }

    .header__nav__links li:hover{
        background: transparent;
    }

    .header__nav__links li a:hover{
        color: #00adee;
    }


    .header__nav__links{
        text-align: right;
        top: 30px;
        position: relative;
    }

    .header__nav.header__nav--active{
        height: auto;
    }


    .header__nav__links li.dropdown:hover > a, .header__nav__links li.menu-item-has-children:hover > a{
        color: #00adee;
    }



    .dropdown-menu, .sub-menu {
        position: absolute;
        top: 85%;
        left: 0;
        min-width: 12rem;
        margin: .125rem 0 0;
        color: #212529;
        background-color: rgba(65,64,66, 0.9);
        border: 1px solid rgba(0,0,0,.15);
        padding: 10px 0;
        text-align: center;
        width: 100%;
        -webkit-transition: all ease 0.25s;
        -o-transition: all ease 0.25s;
        transition: all ease 0.25s;
        opacity:0;
        visibility: hidden;
        display: block;
    }
    


    .dropdown-menu li a,  .sub-menu li a {
        color: #fff;
        text-transform: uppercase;
    }

    .header__nav__links li.menu-item-has-children{
        position: relative;
    }
    

      .header__nav__links li.dropdown:hover > .dropdown-menu,  .header__nav__links li.menu-item-has-children:hover > .sub-menu{
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(5px);
            -ms-transform: translateY(5px);
                transform: translateY(5px);
    } 

    .header__nav__links li.dropdown--active{
        background-color: transparent;
    }

}

@media (min-width: 992px){
    
    .logo img {
        width: 200px;
    }

    .header__nav__links li{
        padding-left: 30px;
     }


     .header__nav__links li.dropdown a,  .header__nav__links li.menu-item-has-children a{
        padding-right: 5px;
     }

     .header__nav {
        height: 128px;
     }

     .header__nav__links {
        top: 40px;
     }

     .header__nav__links li a {
        font-size: 1em;
     }
}


@media (min-width: 1200px){
    .header__nav__links li{
        padding-left: 55px;
    }
}

/* -----------------------------------------------------
7.0 FOOTER
----------------------------------------------------- */

.footer {
    position: relative;
}

.footer.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer__right {
    margin: 20px 0;
}

.footer__bottom {
    margin-top: 10px
}

.footer h2, .footer h2 .word1{
    color: #fff;
}

.footer h2:after, .footer h2:before{
    border-color: #00adee;
}

.footer .text-link {
    text-decoration: underline;
    display: block;
    font-weight: normal;
}

.footer .btn {
    margin: 20px auto;
}


.footer__copyright {
    font-size: 0.9em;
    display: block;
}




@media (min-width: 768px){
    
    .footer-section {
        padding-top: 60px;
    }

    .footer h2 {
        font-size: 2em;
    }

    .footer__copyright {
        
        display: inline-block;
}

    .footer .footer__right {
        text-align: right;
    }

    .footer__right__links{
        font-size: 1.2em;
        display: block;
    }


    .footer .footer__copyright--left{
        text-align: left;
    }

    .footer__copyright--right{
        text-align: right;
        width:100%;
    }

    .footer__bottom .text-link {
        display: inline;
    }
}

/* -----------------------------------------------------
8.0 BANNER
----------------------------------------------------- */
.banner {
    position:relative;
    z-index:10;
    background-color:#414042;
    height:50vh;
}

.banner__background {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-position:top center;
    background-repeat:no-repeat;
    background-size:cover;
    opacity:0.65;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.banner--internal {
    background-image: url('/wp-content/uploads/2023/12/paper-full-jpg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
}

.banner__content {
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
        -ms-transform:translate(-50%, -50%);
            transform:translate(-50%, -50%);
    text-align: center;
    margin:0 auto;
    z-index: 2;
    width: 100%;
    max-width: 844px;
    padding: 0 20px;
}


.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item {
    height: 100%;
}


.owl-nav {
    display: none;
}

.owl-dots{
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.owl-dot {
    display: inline-block;
    margin: 0 5px;
    background:transparent;
    border:none;
}


.owl-dot span:before{
    content: '\f111';
    font-family: 'FontAwesome';
    color: #ffffff;
}

.owl-dot.active span:before{
    color: #00adee;
}

@media (min-width: 768px){

    .banner {
        height: calc(100vh - 107px);
    }

    .owl-dots {
        bottom: 40px;
    }

    .owl-dots span:before {
        font-size: 19px;
        padding-left: 5px;
    }

     .banner--internal {
        height: 300px;
    }

}

@media (min-width: 992px){
    
    .banner {
        height: calc(100vh - 128px);
    }

     .banner__content{
        left: 10%;
        top: 42%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%)
    }

    .banner__content.banner--internal__content{
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }

}

@media (min-width: 1024px){
     .banner--internal {
        height: 350px;
    }
}


/* -----------------------------------------------------
9.0 ELEMENTS
----------------------------------------------------- */
.blue-lines {
    padding: 12%;
    position: relative;
    margin-top: 30px;
}

.blue-lines:before,  .blue-lines:after {
    content: "";
    position: absolute;
    height: 60%;
    width: 60%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.blue-lines:before {
    left: 0;
    top: 0;
    background-image: url(assets/images/top-line.png);
}

.blue-lines:after {
    right: 0;
    bottom: 0;
    background-image: url(assets/images/bottom-line.png);
    background-position: bottom right;
}

.box-shadow {
    -webkit-box-shadow: 0px 7px 23px -3px rgba(0,0,0,0.59);
    box-shadow: 0px 7px 23px -3px rgba(0,0,0,0.59);
}


/* -----------------------------------------------------
9.1 BUTTONS
----------------------------------------------------- */
.btn {
    padding:14px 45px;
    border-radius:0px;
    border:0;
    color:#fff;
    font-size:1em;
    font-weight:600;
    text-transform:uppercase;
    line-height:21px;
    text-align:center;
    white-space:normal;
    -webkit-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
    margin: 10px 0;
    min-width: 250px;
}



.btn--primary {
    background-color:#007bff;
    color:#fff;
}

.btn--primary:hover {
    border-color:#0069d9;
    background-color:#0069d9;
    color:#fff;
}

.btn--secondary {
    background-color:#414042;
    color:#fff;
}

.btn--secondary:hover {
    background-color:#666;
    color:#fff;
}

.btn--primary,
.btn--secondary {
    -webkit-box-shadow:0px 5px 13px 2px rgba(0,0,0,0.13);
            box-shadow:0px 5px 13px 2px rgba(0,0,0,0.13);
}

.btn--primary:hover,
.btn--secondary:hover {
    -webkit-box-shadow:0px 7px 20px 2px rgba(0,0,0,0.2);
            box-shadow:0px 7px 20px 2px rgba(0,0,0,0.2);
    -webkit-transform:translateY(-3px);
        -ms-transform:translateY(-3px);
            transform:translateY(-3px);
}

.btn--outline-primary {
    border:3px solid #00adee;
    background-color:transparent;
    color:#414042;
}

.section--dark .btn--outline-primary{
    color: #fff;
} 

.btn--outline-primary:hover {
    background-color:#00adee;
    color:#fff;
}

.btn--outline-secondary {
    border:2px solid #fff;
    background-color:transparent;
    color:#fff;
}

.btn--outline-secondary:hover {
    background-color:#fff;
    color:#000;
}

.btn--full {
    width:100%;
}

.btn--large {
    padding:16px 25px;
    font-size:1.2em;
}

.btn--small {
    padding:12px 16px;
    font-size:0.875em;
}

.btn--icon-left {}
.btn--icon-left .fa {
    margin-right:10px;
}

.btn--icon-right {}
.btn--icon-right .fa {
    margin-left:10px;
}

.btn--arrow-long {
    position: relative;
    text-align: left;
    padding-left: 20px;
    padding-right: 70px;
    min-width: 0;
}

.btn--arrow-long:after {
    content: url(assets/images/long-arrow--grey.png);
    position: absolute;
    display: inline-block;
    padding-left: 20px;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.section--dark .btn--arrow-long:after{
    content: url(assets/images/long-arrow--white.png);
}

.btn--arrow-long:hover:after{
    padding-left: 30px;
}

.btn--arrow-short:after {
    content: url(assets/images/short-arrow--blue.png);
    position: absolute;
    display: inline-block;
    padding-left: 10px;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.btn--arrow-short:hover:after{
    padding-left: 20px;
}

.btn--simple {
    background: transparent;
    color: #414042;
    outline: none;
    border: none;
    text-align: left;
}

.btn--blue {
    color: #00adee;
}

.button-group {
    text-align: center;
}

@media (min-width: 768px){
    .button-group {
        margin-top: 20px;
        border: 2px solid #00adee;
        display: inline-block;
        padding: 0 10px;
    }

    .button-group .btn--outline-primary {
        border: none;
        min-width: 0;
    }

    .button-group .btn--outline-primary:hover {
        background-color: #414042;
        color: #fff;
    }
}


/* -----------------------------------------------------
9.2 TEXT LINKS
----------------------------------------------------- */
.text-link {
    position:relative;
    color:#414042;
    font-size:1em;
    font-weight:700;
}

.text-link--blue {
    color: #00adee;
}

.text-link:hover {
    color: rgba(65,64,66, 0.8);
    text-decoration: underline;
}

.section--dark .text-link {
    color: #fff;
}

.section--dark .text-link:hover{
    color: rgba(255,255,255,0.8);
}

/* -----------------------------------------------------
9.3 SECTIONS
----------------------------------------------------- */
.section {
    padding-top:60px;
    padding-bottom:60px;
}

.section--gray {
    background-color: #f0eeed;
}

.section--paper-light {
    background-image: url(assets/images/paper--light.jpg);
    background-repeat: repeat;
}

.section--paper-dark {
     background-image: url(assets/images/paper--dark.jpg);
    background-repeat: repeat;
}

.section--paper-dark--top{
   background-image: url(assets/images/paper-full.png);
    background-size: 100% 265px;
    background-repeat: no-repeat;
    background-position: top center;
}

.section--centered {
    text-align: center;
}

.section--dark-gradient {
    background-image:url('assets/images/back--dark--gradient.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.section--dark {
    color: #fff;
}

/* -----------------------------------------------------
9.4 PLUS MINUS
----------------------------------------------------- */
.plus-minus {
    position: relative;
    display: inline-block;
    z-index: 3;
    width: 19px;
    height: 19px;
    top: -3px;
    left: 7px;
}

.plus-minus--small {
    width:8px;
    height:8px;
}   

.plus-minus--fixed {
    position: absolute;
    right:30px;
    top:50%;
    -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
            transform:translateY(-50%);
}

.plus-minus:before,
.plus-minus:after{
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.plus-minus:before{
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    margin-left: -2px;
}

/* horizontal line */
.plus-minus:after{
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
}


    
.dropdown--open .plus-minus:before{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); 
}

.dropdown--open .plus-minus:after{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

@media (min-width: 768px){
        
    .plus-minus {
        width: 12px;
        height: 12px;
        top: 1px;
    }    

    .plus-minus:before, .plus-minus:after {
        background-color: #00adee;
    }

    .plus-minus:before {
        width: 2px;
        margin-left: -1px;
    }

    .plus-minus:after {
        height: 2px;
        margin-top: -1px;
    }
}

@media (min-width: 991px){
        .plus-minus{
            top: -1px;
        }
}



/* ----------------------------------------------------- 
9.5 BACK TO TOP BUTTON
----------------------------------------------------- */
#to-top{
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    border: 2px #00adee solid;
    width: 40px;
    height: 40px;
    text-align: center;;
}

#to-top img {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 24px;
    top: 4px;
    position: relative;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

#to-top:hover{
    background-color: rgba(255,255,255,0.2);
}

#to-top:hover img{
    top: -15px;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}



/*----------------- SITE-SPECIFIC ELEMENTS ------------------- */
.nav--sidebar .plus-minus:before,
.nav--sidebar .plus-minus:after{
    background-color: white;
}

.product-option__collapse--open .plus-minus:before,
.collapse__toggle--open .plus-minus:before{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);   
}

.product-option__collapse--open .plus-minus:after,
.collapse__toggle--open .plus-minus:after{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);     
}




/* -----------------------------------------------------
10.0 BLOCKS
----------------------------------------------------- */

/* -----------------------------------------------------
11.0 PAGE-SPECIFIC STYLES
----------------------------------------------------- */
/* -----------------------------------------------------
11.1 HOMEPAGE 
----------------------------------------------------- */
.section-portfolio {
    padding-bottom: 20px;
}


.portfolio {
    margin: 10px auto;
    max-width: 450px;
}

.portfolio__image{
    border: none;
    border-bottom: none;
}



.portfolio__title {
    background-color: #00adee;
    border-top: none;
    text-align: center;
    padding: 0 5px;
}


.portfolio__title h3 {
    padding: 10px 0;
    margin: 0;
    text-transform: uppercase;
}

.boxed-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden
}

.boxed-image img {
     -ms-flex-negative: 0;
         flex-shrink: 0;
    min-width: 100%;
}


.article {
    width:100%;
    display: inline-block;
    padding: 10px;
    margin: 5px 0;
    padding: 20px;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
    border: 3px solid transparent;
}

.article:hover {
   border-color: #00adee;
   background-color: rgba(0,173, 238, 0.05);
}

.article:hover .btn--arrow-short:after{
    padding-left: 20px;
}

.article__description {
    text-align: left;
}

.article__description p{
    font-weight: 800;
    color: #414042;
}

.article__btn {
    display: block;
    padding-left: 0;
}

.post-thumbnail img {
    height: auto;
}

article{
    text-align:center;
}


@media (min-width: 576px){
     .section-portfolio {
        padding-bottom: 50px;
    }
}


@media (min-width:768px){
    
    .section-articles .btn--outline-primary{
    margin-top: 50px;
}

    .portfolio {
        padding: 0;
        position: relative;
        max-width: 100%;
        margin: 5px;
    }

    .portfolio__title {
        background-color: rgba(0,173,238, 0.5);
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        opacity: 0;
        -webkit-transition: all ease 0.25s;
        -o-transition: all ease 0.25s;
        transition: all ease 0.25s;
    }

    .portfolio__image {
        border: none;
        position: relative;
    }

    .portfolio:hover .portfolio__image, .portfolio:hover .portfolio__title{
        border: none;
        opacity: 1;
    }
        
     .portfolio:hover .portfolio__title h3{
        top: 50%;
     }  


    .portfolio__title h3 {
        top: 48%;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
        -webkit-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;        
    }

    .section-about {
        margin-top: -200px;
        padding-top: 250px;
    }
}

/* -----------------------------------------------------
11.2 ABOUT 
----------------------------------------------------- */

/* -----------------------------------------------------
11.3 CONTACT 
----------------------------------------------------- */

.contact__block {
    padding: 20px 30px;
}

.contact__block--right__section:first-of-type {
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding-bottom: 50px;
}

.contact__block--right__section:nth-of-type(2){
    padding-top: 50px;
}

.contact__block--right__section__title {
    text-transform: uppercase;
    color: #00adee;
    font-weight: 700;
    font-size: 2em;
    padding-bottom: 30px;
}

.contact__block--right__section__name {
    font-size: 2em;
    padding-bottom: 20px;
}

.contact__block--right__section__label {
    font-weight: 700;
}


.contact__block--right__section span{
    display: block;
}

form {
    margin-top: 30px;
}

form .form-control {
    border-radius: 0;
}


form .form-group label.required:before {
    content:'*';
}

form button input{
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-weight: 600;
    color: #414042;
}

form button:hover input{
    color: #fff;
}

.contact__block.contact__block--right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.contact__block.contact__block--left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

@media (min-width: 768px){
    .contact__block.contact__block--right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.contact__block.contact__block--left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
}

/* -----------------------------------------------------
11.5 ARTICLE / BLOG POST
----------------------------------------------------- */
.entry-header{
    position: relative;
}

.article__banner {
    background-image: url(/wp-content/uploads/2018/03/2.jpg);
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.article__banner:after {
    content: '';
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.article__banner__title {
    bottom: 10%;
    position: absolute;
    left: 5%;
    text-align: left;
    padding-right: 1em;
    max-width: 700px;
}

.article__banner__title p{
    color: #ffffff;
    font-size: 2em;
    font-weight: 800;
    line-height: 1.5em;
}

.article__content {
    text-align: left;
    padding: 30px 0;
}

.article__content p {
    margin: 20px 0;
}


.article__content h1 {
    color: #00adee;
}

.article__content h3 {
    color: #414042;
} 

.article__content blockquote p {
    font-size: 2em;
    line-height: 1.5em;
    max-width: 700px;
    margin: 30px auto;
    color: #00adee;
    font-weight: 700;
}

.article__content code {
    color: #00adee;
    font-weight: 600;
}


.article__content a {
    color:#414042;
    font-size:1em;
    font-weight:700;
    text-decoration: underline;
}

.article__content em >a, .article__content a > em  {
    border: 3px solid #00adee;
    background-color: transparent;
    color: #414042;
    padding: 20px 128px 20px 20px;
    border-radius: 0px;
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 21px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 10px 0;
    font-style: normal;
    text-decoration: none;
    text-align:left;
    display: inline-block;
    position: relative;
}

.article__content em > a:hover{
    color:#414042;
    text-decoration: none;
}

.article__content em >a:after, .article__content a > em:after{
    content: url(assets/images/long-arrow--grey.png);
    position: absolute;
    display: inline-block;
    right:0;
    padding-right: 30px;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
    padding-top: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.article__content em >a:hover:after, .article__content a >em:hover:after{
    padding-right:20px;
}

@media (min-width: 544px){
    .article__content em >a, .article__content a > em {
        font-size: 1em;
       /* padding-right: 45px;*/
    }
}


.article__content a:hover{
     color: rgba(65,64,66, 0.8);
    text-decoration: underline;
}

.article__content .wp-caption.alignnone{
    text-align: center;
}

.article__content img.alignleft, 
.article__content img.aligncenter,
.article__content img.alignright,
.article__content img.alignnone{
    width:100%;
    height: auto;
    margin: 10px 0;
}

.article__content ul, .article__content ol  {
    margin: 10px 0;
    padding: 0;
    display: inline-block;
}

.article__content ul.nav-links {
    max-width: 500px;
}


.article__content ul li{
   list-style: none;
    position: relative;
    padding-left: 31px;
}

.article__content ul li:before{
    content: '';
    width: 21px;
    height: 11px;
    background-image: url(assets/images/short-arrow--blue.png);
    display: inline-block;
    position: absolute;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    top: 7px;
}

.article__content ul li.nav-next:before{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

 .article__content ol { counter-reset: item; }
        ol li { display: block; }
        ol li:before {
            content: counter(item) ". ";
            counter-increment: item;
            color: #00adee;
            font-weight: 700;
        }

.article__content ul.social-media li:before{
    content: none;
}

.article__footer__social-media h3, .article__footer__title{
    font-size: 1em;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.article__image {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.article__data p{
    margin: 1em 0;
}

.article__data span {
    color: #00adee;
}

.article__secondary__image{
    text-align: center;
}



.article__footer {
    margin: 50px 0 0 0;
    border-top: 1px solid rgba(0,0,0,0.3);
    padding-top: 30px;
}

.article__footer div {
    display: inline-block;
}

.article__footer__author-image, .article__footer-article-data {
    float: left;
    padding-right: 20px;
}

.article__footer__author-image img{
    max-width: 100px;
}

.article__footer__article-data p{
    margin: 1em 0;
}

.article__footer__social-media{
    display: block;
    margin-top: 20px;
}

@media (min-width: 768px){
    .article__footer__social-media{
    float: right;
    margin-top: 0;
}
}


/* -----------------------------------------------------
11.6 PORTFOLIO CATEGORY PAGE
----------------------------------------------------- */

.portfolio-categories{
    width: 100%;
    text-align: center;
}

.portfolio-category {
    width: 300px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.portfolio-category__title{
    text-transform: uppercase;
    font-size: 0.7em;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
    width: 100%;
}

.portfolio-category:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 173, 238, 0.5);
    opacity: 0;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.portfolio-category:before{
    content: 'View Gallery';
    text-transform: uppercase;
    border: 3px solid #fff;
    color: #fff;
    font-weight: 400;
    font-size: 1.3em;
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 78%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
        -ms-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
    z-index: 999;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
}

.portfolio-category--video:before{
    content: 'View Collection'!important;
}

.portfolio-category:hover:after{
    opacity: 1;
}

.portfolio-category:hover .portfolio-category__title{
    opacity: 0;
    top: 52%;
}

.portfolio-category:hover:before {
    opacity: 1;
  
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
}




/* -----------------------------------------------------
12.0 MEDIA QUERIES
----------------------------------------------------- */
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {}

/*Medium devices (tablets, 768px and up)*/
@media (min-width:768px) {}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {}

/*Extra large devices (large desktops, 1200px and up)*/ 
@media (min-width: 1200px) {}



/*--------------------------------------------------------------
>>> GENERIC THEME TABLE OF CONTENTS:
----------------------------------------------------------------

# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    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;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    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;
}

/*--------------------------------------------------------------
# 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;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

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

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

.bypostauthor {
    display: block;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
   width:100%;
}


.gallery-item {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0px;
    padding: 10px;
}

.gallery-icon a {
    z-index: 4;
}

.gallery-icon a:before, .gallery-icon a:after{
   
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity:0;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.gallery-icon a:before {
     content: '';
     background-color: rgba(0, 173, 238, 0.5);
}

.gallery-icon a:after{
   content: 'View Image';
    text-transform: uppercase;
    border: 3px solid #fff;
    color: #fff;
    font-weight: 400;
    font-size: 1.3em;
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    z-index: 999;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
    height: auto;
}


.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

figcaption.wp-caption-text.gallery-caption {
    position: absolute;
    top: 50%;
    left:50%;
    color: #fff;
    text-align: center;
    width: auto;
    padding: 20px;
    text-transform: uppercase;
    font-size: 3em;
    font-weight: 800;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
    z-index:4;
   pointer-events: none;
   line-height: 1em;
}


/*.gallery-item:hover figcaption.wp-caption-text.gallery-caption{
    opacity: 1;   
    
}*/

figcaption.wp-caption-text.gallery-caption.figcaption--active{
    opacity: 1;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
    z-index: 2;
}



.gallery-icon a:hover:before{
   opacity: 1;
   width: 100%;
}

.gallery-icon a:hover:after{
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}




@media (min-width: 768px){
    .gallery-item{
        width: 50%;
}
}

/* Video component */

/*.video-popup {
    display: inline-block;
    width: 100%;
    max-width: 350px;
    height: 250px;
    background-size: cover;
    background-position: center center;
    padding: 20px;
    position: relative;
    border: 2px solid #00adee;
}

.video-popup a{
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.video-popup a:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    transition: all ease 0.25s;
}

.video-popup img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

.video-popup__link{
    display: block;
    position: relative;
}

.video-popup__link .article__image{
    background-size: contain;
}

.video-popup__link .fa.fa-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    font-size: 35px;
    width: 80px;
    height: 80px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    padding-left: 7px;
    transition: all ease 0.25s;
}

.video-popup__link:hover .fa.fa-play{
    background-color: #ffffff;
    color: #00adee;
   
}