  /*
Theme Name: click5-WP
Theme URI: https://www.click5interactive.com/
Description: click5 WordPress Theme
Version: 3.2
Author: click5 Interactive
Author URI: https://www.click5interactive.com/
*/

/* Elements */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1;
}

/* Header */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    background: #fff;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.logo {
    width: 100%;
    max-width: 160px;
    margin: 10px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header .top .item{
    padding: 27px 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

header .top .item:nth-child(2){
    padding-right: 50px;
}

header .top i{
    color: #6db0c6;
    font-size: 20px;
    margin: 5px 10px;
}

header .top a.phone{
    font-size: 21px;
    font-weight: 700;
    color: #2a5a7b;
    text-decoration: none;
}

header .top p{
    padding: 0;
    font-size: 15px;
    color: #000;
}

/* Nav */

#nav #menu-main-navigation{
    border-top: 1px solid rgba(0,0,0,0.07);
}

#nav ul {
    position: relative;
    float: left;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#nav ul li {
    position: relative;
    float: left;
    padding: 0;
    background: none;
}

#nav ul#menu-main-navigation>li.menu-item-has-children>a::after{
    content: '\f0dd';
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: -2px;
    color: #6196a7;
    font-size: 12px;
}

#nav ul li:before{
    display: none;
}

#nav ul li a {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px 15px;
    letter-spacing: -0.4px;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    line-height: 55px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#nav ul#menu-main-navigation>li:first-child a{
    padding-left: 0;
}

#nav ul li.current-menu-item a {
    font-weight: 600;
}

#nav ul li.current-menu-item>a,
#nav ul li a:hover {
    background-color: #fff;
    color: #6196a7;
}

#nav ul li.current-page-ancestor{
    background-color: #fff;
    font-weight: 600;
    color: #6196a7;
}

#nav ul li.current-page-ancestor>a{
    font-weight: 600;
    color: #6196a7;
}

#nav ul li:hover ul li,
#nav ul li.current-menu-item ul li,
#nav ul li.current-menu-parent ul li {
    border-bottom: none;
}

header.sticky{
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

header.sticky .logo{
    max-width: 110px;
}

header.sticky #nav ul li a{
    line-height: 45px;
    font-size: 14px !important;
}

header.sticky .top .item{
    padding-top: 10px;
    padding-bottom: 10px;
}

header.sticky .btn{
    padding: 16px 30px !important;
}

/* Drop-Down Menu */

#nav li ul {
    position: absolute;
    left: -999em;
    height: auto;
    margin: 0;
    opacity: 0;
    z-index: 999;
    width: 300px;
    border-radius: 0 0 5px 5px;
    box-shadow: 30px 30px 30px 25px rgba(51, 51, 51, 0.1);
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#nav li:hover ul {
    opacity: 1;
}

#nav li ul li {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #fff;
}

#nav li ul li:last-child{
    border-radius: 0 0 5px 5px;
    padding-bottom: 10px;
}

#nav li ul li a {
    position: relative;
}


#nav li ul li a,
#nav li.current-menu-item ul li a,
#nav li.sfHover ul li a {
    background: none;
    width: 300px;
    height: auto;
    margin: 0;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 20px !important;
    text-align: left;
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

#nav li ul li:last-child a {
    border: none;
}

#nav li ul li.sub-nav a,
#nav li.current-menu-item ul li.sub-nav a,
#nav li.sfHover ul li.sub-nav a {
    color: #afbd21;
}

#nav li ul li a:hover,
#nav li.current-menu-item ul li a:hover {
    background: #fff;
}

#nav ul li.current-menu-item ul li a {
    text-decoration: none !important;
}

#nav li.current-menu-parent ul li a {
    text-decoration: none;
}

#nav li ul ul {
    margin: -45px 0 0 300px;
}

#nav li ul ul li a {
    border-bottom: 0;
}

#nav li ul ul li a:hover {
    border-bottom: 0;
}

#nav li:hover,
#nav li.sfHover {
    position: static;
}

#nav li:hover ul ul,
#nav li.sfHover ul ul,
#nav li:hover ul ul ul,
#nav li.sfHover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.sfHover ul ul ul ul {
    left: -999em;
}

#nav li:hover ul,
#nav li.sfHover ul,
#nav li li:hover ul,
#nav li li.sfHover ul,
#nav li li li:hover ul,
#nav li li li.sfHover ul,
#nav li li li li:hover ul,
#nav li li li li.sfHover ul {
    left: auto;
}

#nav ul li:last-child ul {    
    right: 0;
    background:white;
}

#nav ul li:last-child ul ul{
    right: 340px;
}

/* Mobile Nav */

#select-nav {
    display: none;
}

#hero{
    height: 525px;
    margin-top: 150px;
    background-position: center 1%;
    padding: 140px 0;
}

#hero *{
    color: #fff;
}

#hero p{
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
}

#hero h2{
    position: relative;
    margin-top: 5px;
    padding-top: 15px;
    letter-spacing: -2px;
    text-shadow: 0px 0px 85px rgba(0,0,0,0.7);
}

#hero h2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #fff;
}

#hero h1{
    font-size: 70px;
}

#hero h1 span{
    padding: 0 15px;
}

.hero-sub {
    position: relative;
    height: 360px;
    padding: 90px 0;
    margin-top: 150px;
}

.hero-sub h1{
    color: #fff;
}

.hero-sub p{
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.bg-image{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.page-content{
    position: relative;
    background-color: #f9fafb;
}

.page-content:before{
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: #f9fafb;
    top: 0;
    left: -100vw;
}

.fullwidthbanner-container {
    width: 100%;
    float: left;
}

.section {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}

#content-sub {
    padding-top: 50px;
    padding-bottom: 50px;
}

.entry img {
    max-width: 100%;
    height: auto;
}

.entry h3, .entry h2, .entry h4{
    line-height: normal;
}

.entry p, .entry p span, .entry ul li{
    font-weight: 300 !important;
}

#sidebar-area .section{
    padding: 0;
}

#sidebar-area .item{
    width: 100%;
    padding-bottom: 35px;
}

#sidebar-area #boxes{
    margin-top: -135px;
}

#sidebar-area .video-placeholder img{
    height: 290px;
}


#sidebar-area ul{
    padding: 0 0 0 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#sidebar-area ul li:before{
    display: none;
}

#sidebar-area ul li{
    padding: 0;
}

#sidebar-area ul li a{
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
    text-decoration: none;
    letter-spacing: -0.5px;
    padding: 17px 0;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

#sidebar-area ul li:last-child a{
    border: none;
}

#sidebar-area ul li a:hover{
    color: #2a6d7b;
}

#sidebar-area ul li.current-menu-item, #sidebar-area ul li.current-cat{
    background-color: #f9fafb;
}

#sidebar-area ul li.current-menu-item a, #sidebar-area ul li.current-cat a{
    color: #2a6d7b;
}

#sidebar-area ul li.current-menu-item:after, #sidebar-area ul li.current-cat:after{
    content: '\02190';
    position: absolute;
    width: 50px;
    height: 100%;
    left: -50px;
    top: 0;
    background-color: #f9fafb;
    text-align: center;
    padding-top: 16px;
    color: #2a6d7b;
    font-size: 18px;
}

hr {
    width: 100%;
    float: left;
    border-top: 1px solid #dadada;
}

h1,
h2,
h3,
h4,
p {
    padding: 10px 0;
    color: #333;
}

h1,
h2,
h3,
h4{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

h1 {
    font-size: 55px;
    line-height: 1.2;
}

h2 {
    font-size: 46px;
    line-height: 1.2;
}

h3 {
    font-size: 29px;
    line-height: 1.5;
}

h4 {
    font-size: 21px;
    line-height: 1.5;
}

.with-border{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.with-border:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: #6196a7;
}

a {
    color: #333;
    font-weight: 300;
    text-decoration: underline;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

a:active,
a:focus {
    outline: none;
}

button, .btn {
    font-family: 'Arial', sans-serif;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 16px 50px !important;
    text-transform: none !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    line-height: 1;
    border: 0;
    color: #fff !important;
    background-color: #6196a7 !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    margin: 10px 0 !important;
}

button.modal-video-close-btn, button.modal-video-close-btn:hover{
    padding: 0 !important;
    background-color: transparent !important;
}


button:hover, .btn:hover {
    background-color: #2a5a7b !important;
}

.btn-light{
    background-color: transparent !important;
    border: 1px solid #fff !important;
}

.btn-light-color{
    background-color: transparent !important;
    border: 1px solid #6196a7 !important;
    color: #6196a7 !important;
}

.btn-light:hover, .btn-light-color:hover{
    background-color: #2a5a7b !important;
    border-color: #2a5a7b !important;
    color: #fff !important;
}

ol,
ul {
    list-style: none;
}

ul {
    margin: 0;
    padding: 15px 0 15px 20px;
}

ul li {
    position: relative;
    margin: 0;
    padding: 0 0 0 25px;
    text-align: left;
    list-style: none;
    color: #333;
}

ul li:before{
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 5px;
    line-height: normal;
}

ol {
    margin: 0;
    padding: 15px 0 15px 30px;
    list-style-type: decimal;
}

ol li {
    list-style-type: decimal;
    margin: 0;
    padding: 10px 0 10px 15px;
    text-align: left;
    color: #333;
}


p, ul li, ol li {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    text-align: justify;
}

p.more{
    font-family: 'Playfair Display', serif;
}

p.more a {
    position: relative;
    display: inline-block;
    color: #000;
    padding: 0 25px 0 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
}

p.more a:after {
    content: '\2192';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

p.more a:hover:after {
    right: -10px;
}

blockquote{
    position: relative;
    padding-left: 30px;
    margin: 20px 0;
    float: left;
}

blockquote:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #6196a7;
}

blockquote p{
    padding: 0;
}

blockquote strong{
    color: #6196a7;
    font-size: 80%;
}

/* submenu */

.submenu {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.submenu h5 {
    margin: 10px 0 5px 0;
}

.submenu ul {
    width: 100%;
    padding: 0;
}

.submenu ul li {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
}

.submenu ul li {
    background-position: left 18px;
}

.submenu ul li a {
    padding: 9px 0 9px 23px;
    display: block;
}

.submenu ul li.current_page_item {
    background-color: #eee;
}

/* submenu 2 */

.submenu2 ul li {
    border: none;
    margin: 0;
    padding: 0;
}

.submenu2 ul li.current_page_item li,
.submenu2 ul li.current-page-ancestor li {
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.submenu2 ul li a {
    display: none;
}

.submenu2 ul li.current_page_item li a,
.submenu2 ul li.current-page-ancestor li a {
    display: block;
    padding: 9px 0 9px 23px;
}

.submenu2 .sub-menu {
    visibility: visible !important;
    display: block !important;
}

.submenu2 ul li.current_page_item {
    background-color: #fff;
}

.submenu2 ul li li.current_page_item {
    background-color: #eee;
}

#boxes{
    padding: 0;
    margin-top: -70px;
}

#boxes .item{
    position: relative;
    padding: 25px 15px 25px 100px;
    background-repeat: no-repeat;
    background-position: 12% center;
    background-size: 90px;
}

#boxes .item *{
    color: #fff;
}

#boxes .item a{
    display: block;
    text-decoration: none;
}

#boxes .item:nth-child(1), #boxes .item.one{
    background-color: #6196a7;
}

#boxes .item:nth-child(2), #boxes .item.two{
    background-color: #2a6d7b;
}

#boxes .item:nth-child(3), #boxes .item.three{
    background-color: #2a5a7b;
}

#boxes .item span{
    font-size: 18px;
    font-weight: 300;
}

#boxes .item:nth-child(2) span, #boxes .item.two span{
    font-size: 26px;
}

#boxes .item span.arrow{
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
}

#boxes .item span.arrow i{
    color: #6196a7;
    line-height: 50px;
    font-size: 22px;
}

#boxes .item h4{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

#boxes .item p{
    font-size: 15px;
    padding: 0;
    line-height: 22px;
}

#about{
    padding-bottom: 70px;
    margin-bottom: 70px;
}

#about:before{
    content: '';
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f9fafb;
}

.video-placeholder{
    position: relative;
    cursor: pointer;
    float: left;
}

.video-placeholder:after{
    content: '\f16a';
    font-family: "FontAwesome";
    position: absolute;
    font-size: 60px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.video-placeholder img{
    width: 100%;
    height: 370px;
    -o-object-fit: cover;
       object-fit: cover;
}

#personal-injury-bg{
    padding: 115px 0;
}

#personal-injury-bg *{
    color: #fff;
}

#personal-injury-bg p{
    font-size: 23px;
    font-weight: 400;
    padding-top: 0;
}

/* Animation */

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0,40px,0);
                transform: translate3d(0,40px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0,40px,0);
                transform: translate3d(0,40px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

#personal-injury .item{
    position: relative;
    padding: 40px 45px 65px 45px;
    border: 1px solid rgba(0,0,0,0.07);
    background-color: #fff;
    border-radius: 3px;
    height: 100%;
}

#personal-injury a{
    text-decoration: none;
}

#personal-injury .item img{
    max-height: 60px;
    max-width: 75px;
    margin-bottom: 15px;
}

#personal-injury .item p{
    font-size: 16px;
    padding: 0;
}

#personal-injury .item p.hidden{
    display: none;
    text-align: left;
}

#personal-injury .item h3{
    font-size: 25px;
    padding-bottom: 0;
}

#personal-injury .item p.lawyer{
    padding-bottom: 15px;
}

#personal-injury .item p.more{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 90px);
    bottom: 0;
    padding: 20px 0;
    border-top: 3px solid #6196a7;
}

#personal-injury .item:hover{
    background-color: #6196a7;
    padding-top: 20px;
}

#personal-injury .item:hover *{
    color: #fff;
}

#personal-injury .item:hover p.lawyer{
    display: none;
}

#personal-injury .item:hover p.hidden{
    display: block;
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }

@keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
                transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
  }

#personal-injury .item:hover h3{
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-animation: pulse .5s;
            animation: pulse .5s;
}

#personal-injury .item:hover img{
    display: none;
}

#personal-injury .item:hover p.more{
    border-color: #fff;
}

#cta h2{
    font-size: 37px;
}

#cta .item{
    text-decoration: none;
    padding: 26px 30px;
    width: 49%;
}

#cta .item *{
    color: #fff;
}

#cta .item img{
    max-height: 45px;
    width: auto;
    padding-right: 20px;
    margin-right: 25px;
    border-right: 1px solid rgba(255,255,255,0.3);
}

#cta .item:nth-child(1){
    background-color: #2a5a7b;
}

#cta .item:nth-child(2){
    background-color: #2a6d7b;
}

#cta .item:nth-child(2) span{
    font-size: 26px;
}

#cta .item h4{
    font-family: 'Lato', sans-serif;
    padding: 0;
    font-weight: 700;
}

#verdicts *{
    color: #fff;
}

#verdicts .item{
    border-right: 1px solid #fff;
}

#verdicts .item.last{
    border: none;
}

#verdicts .item p{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

#verdicts .item p strong{
    display: block;
    font-size: 40px;
    font-weight: 700;
}

#verdicts a{
    font-family: 'Playfair Display', serif;
    font-size: 18px !important;
}

#attorneys-slider .attorney a{
    text-decoration: none;
}

#attorneys-slider .attorney img{
    width: 100%;
    height: 300px;
    margin-bottom: 5px;
    -o-object-fit: cover;
       object-fit: cover;
}

#attorneys-slider .attorney h3{
    font-size: 25px;
    padding-bottom: 0;
}

#attorneys-slider .attorney p{
    font-size: 17px;
}

#attorneys-slider .attorney p.more{
    border-top: 3px solid #6196a7;
    font-size: 16px;
    margin-top: 10px;
}

#attorneys .owl-theme .owl-controls{
    position: static;
}

#attorneys .owl-pagination{
    margin-top: 50px;
}

#attorneys .owl-buttons{
    position: absolute;
    top: 30%;
    width: 100%;
}

#attorneys .owl-theme .owl-controls .owl-buttons div{
    background: none;
    padding: 0;
    margin: 0;
    color: #6196a7;
    font-size: 40px;
}

#attorneys .owl-prev{
    position: absolute;
    left: -30px;
}

#attorneys .owl-next{
    position: absolute;
    right: 80px;
}


/* Testimonials */

#testimonials{
    padding: 25px 0 60px 0;
    margin-top: 40px;
}

#testimonials:before{
    content: '';
    position: absolute;
    background-color: #f2f7f8;
    width: 80%;
    height: 80%;
    left: 0;
    bottom: 0;
}

#testimonials .img-bg{
    position: absolute;
    width: 50%;
    height: 650px;
    right: 0;
    top: 0;
}

#testimonials .img-bg img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

#testimonials .img-bg .btn{
    position: absolute;
    bottom: 50px;
    left: 65px;
}

#testimonials a.btn{
    font-family: 'Playfair Display', serif;
    font-size: 18px !important;
}

.testimonial {
    float: left;
}

.testimonial .description {
    position: relative;
    padding: 15px 50px 0px 0;
}

.testimonial .description p {
    position: relative;
    color: #020202;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    text-align: left;
}

.testimonial .description p img {
    width: 90px;
    height: auto;
    float: left;
    margin: -10px 20px 10px 0;
}

.testimonial-review {
    margin-top: 32px;
    border-top: 2px solid #fff;
}

.testimonial-review .testimonial-title {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: capitalize;
}

.testimonial .rating {
    padding: 0;
    list-style: none;
    text-align: left;
}

.rating li {
    display: inline-block;
    color: #000000;
    background: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
    font-weight: 400;
}

.rating li:last-child{
    padding-left: 10px;
}

.rating li i{
    color: #6196a7;
}

.rating li:before{
    display: none;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #6196a7;
}

.owl-theme .owl-controls .owl-page.active span{
    width: 44px;
}

.owl-theme .owl-controls .owl-page span {
    background: #bad3db;
    opacity: 1;
    width: 12px;
    height: 6px;
    border-radius: 25px;
    margin: 5px 2px;
}

.owl-theme .owl-controls{
    position: absolute;
    right: 50px;
    bottom: 20px;
}

/* Blog */

#news .photo{
    position: relative;
    width: 100%;
    float: left;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px 0;
}

#news .photo img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
}

#news .txt {
    position: relative;
    width: 100%;
    float: left;
    padding: 10px 0;
}

#news .txt p.date{
    padding: 0;
    font-size: 13px;
    color: #878787;
    text-transform: uppercase;
    border-bottom: 3px solid #6196a7;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

#news a{
    text-decoration: none;
}

p.more-blog a {
    text-decoration: none;
    padding: 9px 40px;
    font-weight: 400;
    border: 1px solid #d3d3d3;
}

.more-blog a:hover {
    color: #fff;
    background-color: #d3d3d3;
}

#news h3{
    font-size: 25px;
    padding-bottom: 5px;
}

#news p.excerpt{
    color: #010101;
    text-align: left;
}

/* Post */

.post {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.post h3 a, .post-title {
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
}

.postpublishdate{
    font-size: 13px;
}

.in-the-news img{
    width: 100%;
    height: auto;
}

.in-the-news h3{
    font-size: 25px;
}

.in-the-news h3 a{
    font-weight: 400;
}

.in-the-news p:not(.postpublishdate){
    font-size: 17px;
    text-align: left;
}

.in-the-news .post {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/* Pagination */

.pagination {
    clear: both;
    display: block;
    margin: 0 0 5px 0;
    padding: 25px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.pagination a {
    margin: 2px;
    padding: 7px 12px;
    color: #989898;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.pagination a:hover {
    color: #fff;
    text-decoration: none;
    background: #296d7a;
    border: 1px solid #296d7a;
    border-radius: 5px;
}

.pagination a:hover strong {
    color: #fff;
}

.pagination .on {
    margin: 2px;
    padding: 7px 12px;
    color: #fff;
    font-weight: 600;
    background: #296d7a;
    border: 1px solid #296d7a;
    border-radius: 5px;
}

/* Widgets */

.widget {
    border-bottom: 1px solid #ddd;
}

.widget h2 {
    display: none;
}

.widget ul {
    padding: 5px 0 15px 0;
}

.widget li {
    padding: 5px 0 10px 15px;
    text-align: left;
}

.widget li a {
    text-decoration: none;
}

.widget li a:hover {
    text-decoration: underline;
}

.widget_search {
    padding: 15px 0;
    float: left;
    margin-bottom: 20px;
}

.widget_search label {
    font-size: 30px;
    font-weight: 300;
    color: #ababab;
    display: block;
    line-height: 32px;
}

.widget_search input {
    font-size: 15px;
    font-weight: 300;
    font-family: "Open Sans";
}

.widget_search input#s {
    padding: 6px 9px;
    width: 280px;
    border: 1px solid #ddd;
    margin: 5px 0;
}

.widget_search input#searchsubmit {
    display: inline-block;
    background-color: #9d9d9d;
    padding: 9px 40px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #9d9d9d;
    text-decoration: none;
    cursor: pointer;
}

.widget_search input#searchsubmit:hover {
    background: none;
    color: #9d9d9d;
}

.tagcloud a {
    padding: 3px 0;
    display: inline-block;
}

/* Forms */

form {
    margin: 0 0 0 0px;
    padding: 0;
}

form p {
    clear: both;
    margin: 0;
    padding: 0;
}

label {
    float: left;
    width: 100%;
    margin: 0;
    padding: 3px 0 0 0;
    line-height: 18px;
}

input {
    float: left;
    width: 100%;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    letter-spacing: -0.5px;
    padding: 16px 20px;
    margin: 0 0 10px 0;
    border: 1px solid #dedede;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    width: 12px;
    margin: 2px 10px 0 0;
}

input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    width: 12px;
    margin: 2px 10px 0 0;
}

input[type=submit] {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #5a91d5;
    border: none;
    cursor: pointer;
}

input.error,
input.wpcf7-not-valid {
    border: 1px solid #ec2b2b;
}

span.wpcf7-not-valid-tip {
    display: none;
}

div.wpcf7 .ajax-loader {
    display: block;
    text-align: center;
    margin: 0 auto;
}

select {
    float: left;
    width: 100%;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    letter-spacing: -0.5px;
    padding: 16px 20px;
    height: 53px;
    margin: 0;
    border-radius: 0;
    border: 1px solid #dedede;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select {
    position: relative;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.select:after {
    content: '\f107';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 35px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 20px;
    color: #979797;
}

textarea {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 230px;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    letter-spacing: -0.5px;
    padding: 16px 20px;
    margin: 0 0 10px 0;
    border: 1px solid #dedede;
}

body input[type=text].wpcf7-not-valid,
body input[type=email].wpcf7-not-valid,
body input[type=tel].wpcf7-not-valid,
body textarea.wpcf7-not-valid {
    border: 1px solid #ec3c06;
    margin-bottom: 5px;
    position: relative;
    z-index: 999;
}

body span.wpcf7-not-valid-tip {
    display: block;
    color: #ec3c06;
    border: none;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin-top: 2px;
    background: none;
    font-size: 14px;
}

body div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff8a8a;
    color: #ec3c06;
}

body div.wpcf7-response-output {
    margin: 10px 0;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0px;
    font-size: 14px;
}

body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}

body .wpcf7-mail-sent-ok {
    background: #e8ffe2;
    border: 1px solid #6fdf51;
    color: #1ea524;
}

::-webkit-input-placeholder {
    color: #a8a8a8;
}

::-moz-placeholder {
    color: #a8a8a8;
}

:-ms-input-placeholder {
    color: #a8a8a8;
}

:-moz-placeholder {
    color: #a8a8a8;
}

/* Tables */

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    padding: 0;
    border: 0;
}

th,
td {
    font-family: 'Lato', sans-serif;
    text-align: left;
}

th {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #5a91d5;
    padding: 18px 20px;
}

th i {
    color: #fff;
    margin-left: 5px;
}

td {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    padding: 25px 20px;
}

tr {
    border-bottom: 1px solid #dfdfdf;
}

tr:first-child {
    border: none;
}

/* Toolbox */

.aleft {
    text-align: left;
}

.acenter {
    text-align: center;
}

.aright {
    text-align: right;
}

.fleft {
    float: left;
}

.fcenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.fright {
    float: right;
}

.fnone {
    float: none;
}

.cboth {
    clear: both;
}

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

.cleft {
    clear: left;
}

.cright {
    clear: right;
}

.nowrap {
    white-space: nowrap;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Slicknav - mobile nav */

#select-nav {
    display: none;
}

.slicknav_menu {
    background: transparent none repeat scroll 0 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.slicknav_menu.smaller-slick {
    top: 0;
}

.slicknav_nav li {
    background: none;
}

.slicknav_nav a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: none;
}

.slicknav_nav li:last-child a {
    border: none;
}

.slicknav_btn {
    background-color: transparent;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    margin-right: 0;
    padding: 0;
    height: 50px;
    width: 50px;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    position: fixed;
    z-index: 99999;
    top: 25px;
    right: 15px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.slicknav_btn.sticky, .slicknav_btn.slicknav_open{
    top: 11px;
}

.slicknav_nav ul {
    margin: 0;
}

ul.slicknav_nav li:before {
    display: none;
}

.slicknav_menu.smaller-slick .slicknav_btn {
    height: 70px;
}

.slicknav_nav {
    background-color: #6196a7;
    padding: 70px 0 50px 0;
}

.slicknav_nav li {
    background-color: #6196a7;
    text-align: center;
}

.slicknav_nav li a:hover,
.slicknav_nav li:hover,
.slicknav_nav li.menu-item-has-children a:hover {
    background-color: #6196a7 !important;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #6196a7;
    height: 2px;
    width: 22px;
}

.slicknav_nav .slicknav_arrow {
    color: #fff;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.3em;
}

.slicknav_icon-bar {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.slicknav_open .slicknav_icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 2px;
}

.slicknav_open .slicknav_icon-bar:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.slicknav_open .slicknav_icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -10px;
}

.slicknav_nav{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: scroll;
}

/* Social */

.social {
    width: auto;
    float: left;
    padding: 15px 0;
}

.social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px;
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.1);
    background-position: center center;

}

.social a:hover {
    background-color: #74b6cb;
    color: #fff;
}

.social a:hover .fa{
    color: #fff;
}

.social a .fa {
    font-size: 19px;
    vertical-align: middle;
    line-height: 50px;
    text-align: center;
    width: 100%;
    color: #fff;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/* Contact */

#contact-page .item i {
    color: #74b6cb;
    margin-right: 15px;
    margin-top: 5px;
}

#contact-page .item p {
    padding: 0;
    text-align: left;
    font-weight: 500 !important;
}

#contact-page .item a.phone {
    text-decoration: none;
    color: #6196a7;
    font-weight: 700;
    font-size: 30px;
}

#contact-page-form textarea, #contact-page-form input{
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    margin-bottom: 20px;
}

#contact-page-form select{
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
}

#contact-page-form .select{
    margin-bottom: 20px;
}

#contact-page-form textarea{
    margin-bottom: 0;
}

#contact-page-form label{
    position: relative;
}

#contact-page-form .form-label{
    position: absolute;
    top: -5px;
    left: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    padding: 0 10px;
    z-index: 99;
}

#contact-page-form input[type='submit']{
    background-color: #74b6cb !important;
}

#contact-page-form input[type='submit']:hover{
    background-color: #143e5a !important;
}

#subpage-cont.page-contact{
    padding-bottom: 520px !important;
    background-image: url('/wp-content/themes/click5-wp/images/contact-sign.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 590px;
}

#contact .map-item{
    margin-top: -560px;
}

#contact .map-item .top{
    padding: 10px 0;
    border: 1px solid rgba(0,0,0,0.05);
    min-height: 130px;
    background-color: #fff;
}

#contact .map-item .top *{
    color: #000;
}

#contact .map-item .top h3{
    color: #6196a7;
}


#contact{
    color: rgba(255,255,255,0.8);
    background-color: #1a4868;
    padding: 60px 0 40px 0;
}

#contact:before{
    content: '';
    position: absolute;
    width: 600px;
    height: 650px;
    background-image: url('/wp-content/themes/click5-wp/images/footer-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    right: 50px;
    bottom: 0;
}

#contact h3{
    font-size: 27px;
    color: #fff;
}

#contact table{
    color: #fff;
}

#contact p{
    color: #fff;
}

#contact textarea, #contact input{
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    margin-bottom: 20px;
}

#contact select{
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

#contact .select{
    margin-bottom: 20px;
}

#contact label{
    position: relative;
}

#contact .form-label{
    position: absolute;
    top: -5px;
    left: 15px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #1b4867;
    padding: 0 10px;
    z-index: 99;
}

#contact form{
    margin-top: 85px;
}

#contact .item{
    color: #fff;
}

#contact .item p{
    padding: 0;
    text-align: left;
}

#contact .item p span{
    display: block;
    font-size: 80%;
    color: rgba(255,255,255,0.6);
}

#contact .item i{
    color: #74b6cb;
    margin-right: 15px;
    margin-top: 5px;
}

#contact .item a.phone{
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
}

#contact h4{
    font-size: 19px;
    color: #fff;
}

#contact .awards img{
    max-height: 160px;
    max-width: 160px;
    width: auto;
    margin-right: 10px;
    margin-bottom: 20px;
}

#contact input[type=submit]{
    background-color: #74b6cb !important;
    border: none !important;
}

#contact input[type=submit]:hover{
    background-color: #143e5a !important;
}

/* Footer */

#footer {
    padding: 40px 0 60px 0;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    background-color: #143e5a;
}

#footer p{
    font-size: 14px;
    padding: 0;
    color: rgba(255,255,255,0.8);
}

#footer small {
    display: block;
    padding-top: 10px;
    font-size: 12px;
}

#footer a{
    text-decoration: none;
    color: rgba(255,255,255,0.7);
}

#footer ul{
    margin: 0;
    padding: 0;
}

#footer ul li{
    position: relative;
    float: left;
    line-height: normal;
    background: none;
    padding: 0 5px;
    color: rgba(255,255,255,0.7);
}

#footer ul li:before{
    display: none;
}

#footer ul li:first-child{
    padding-left: 0;
}

#footer ul li:last-child{
    padding-right: 0;
}

#footer ul li a{
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}

.foot-cont{
    width: 100%;
    float: left;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding-top: 30px;
}

#footer .foot-cont p{
    color: #fff;
}

#footer .foot-cont small{
    color: rgba(255,255,255,0.7);
}