/*
Theme Name: The7
Theme URI: http://the7.io/
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: Any design, any layout. No coding required. The7 is the most customisable WordPress theme on the market up to date. Add the power of Visual Composer, The7 Post Types, Ultimate Addons, Slider Revolution, and WooCommerce to the mix, and you'll get the ultimate web-site building toolkit! Theme is translation ready, compatible with WPML, SEO and mobile friendly (certified by Google).
Version: 9.6.0
Tested up to: 5.5.1
Requires PHP: 5.6.20
Requires at least: 5.3.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
License URI: License.txt
Tags: multipurpose, responsive, retina ready, SEO ready, mobile friendly, iOS, material design, clean, minimal, business, corporate, portfolio, creative, photography, one page site, micro site
Text Domain: the7mk2
*/

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.main-page {}
.left-top  {
    position: absolute !important;
    left: 10%;
    top: 10%;
    transform: translate(10%, -10%);
    max-width: 330px;
}
.center-top {
    position: absolute !important;
    top: 10%;
    left: 50%;
    max-width: 330px;
    transform: translate(-10%, -50%);
}
.right-top {
    position: absolute !important;
    left: 90%;
    top: 10%;
    max-width: 330px;
    transform: translate(-90%, -10%);
}
.left-center {
    position: absolute !important;
    top: 50%;
    left: 10%;
    max-width: 330px;
    transform: translate(-10%, -50%);
}
.center-center {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 330px;
}
.right-center {
    position: absolute !important;
    top: 50%;
    left: 90%;
    max-width: 330px;
    transform: translate(-90%, -50%);
}
.left-bottom {
    position: absolute !important;
    top: 90%;
    left: 10%;
    max-width: 330px;
    transform: translate(-10%, -90%);
}
.center-bottom {
    position: absolute !important;
    top: 90%;
    left: 50%;
    max-width: 330px;
    transform: translate(-50%, -90%);
}
.right-bottom {
    position: absolute !important;
    top: 90%;
    left: 90%;
    max-width: 330px;
    transform: translate(-90%, -90%);
}
.row_hero {
    min-height: 900px;
}
@media screen and (max-width: 600px) {
    .left-top,
    .center-top,
    .right-top,
    .left-center,
    .center-center,
    .right-center,
    .left-bottom,
    .center-bottom,
    .right-bottom {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
}

.block_icon .vc_single_image-wrapper {
    background-color: #264c5a;
    border-radius: 50%;
    margin-bottom: -20px;
}

.block_icon img {
    width: 130px;
    height: 130px;
    padding: 45px;

}

#gform_27 .gfield_label {
    display: none;
}

#gform_27 input {
    height: 67px;
    border-radius: 6px;
    margin-bottom: 0;
}
#gform_27 textarea {
    border-radius: 6px;
}
.section_bg {
    position: relative;
}
.section_bg:before {
     position: absolute;
    left: -15%;
    bottom: 0;
     content: url("images/circle.png");

}

.section_bg:after {
    right: -15%;
    top: 0;
     position: absolute;
    content: url("images/circle.png");

}
.image_overlay > .vc_column-inner {
    position: relative;
}
.image_overlay > .vc_column-inner > .wpb_wrapper {
    position: relative;
    z-index: 10;
}
.image_overlay > .vc_column-inner:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.5s all;
}
.image_overlay:hover > .vc_column-inner:after {
    content: none;
    transition: 0.5s all;
}

.form_section .gform_button {
    width: 100%;
}

.button .vc_general {
    text-transform: uppercase;
}

.page-title.solid-bg.bg-img-enabled {
    border-bottom: 35px solid #8adc64;
    background-image: url('images/image-1-hero.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 50px;
}
.page-title.solid-bg.bg-img-enabled:before {
    content: '';
    position: absolute;
    background-image: url('images/graphic-1-logo.png');
    background-size: cover;
    top: 70%;
    left: 50%;
    transform: translate(-50% ,50%);
    width: 150px;
    height: 150px;
}
@media screen and (max-width:990px) {
    .page-title.solid-bg.bg-img-enabled:before {
        transform: translate(-50%, 30%);
        width: 100px;
        height: 100px;
    }
}

.single_staff {
    display: flex;
    /*margin-bottom: 80px;*/
}
.single-staff .entry-title {
    position: relative;
    font-weight: 700 !important;
    text-transform: capitalize !important;
}
.single-staff .entry-title:before {
    content: 'Meet  ';
    font-weight: 300 !important;
    text-transform: capitalize !important;
}

.single_staff > .image-wrap {
    padding: 0 10px;
}
.single_staff > .content-wrap {
    padding: 0 10px;
}
@media screen and (max-width:1100px) {
    .single_staff > .image-wrap {
        padding: 0 0 40px 0;
    }
}
.single_staff img {
    background-image: url('images/profile-bg.png');
    /*max-width: 350px;*/
    width: 350px;
    height: 350px;
    border-radius: 50%;
    object-fit: cover;
}

@media screen and (max-width:1100px) {
    .single_staff img {
        max-width: 300px;
        max-height: 300px;
        object-fit: cover;
    }
}
.single_staff a {
    color: #777777;
}

.single_staff > .image-wrap a {
    text-decoration: underline;
    text-decoration-color: rgb(138, 220, 100);
    text-decoration-thickness: 2px;
    display: inline-flex;
    transition: all 0.2s ease-in-out;
}

.single_staff > .image-wrap a:hover {
    /*transform: scale(1.03);*/
    font-size: 17px;
}


@media screen and (max-width:1100px) {
    .single_staff a {
       font-size: 14px;
    }
}
@media screen and (max-width:500px) {
    .single_staff a {
        font-size: 12px;
    }
}
@media screen and (max-width:1100px) {
    .single_staff .links {
        display: flex;
        flex-direction: column;
    }
}
.single_staff h2 {
    color: #808e91;
}
.single-staff > .gallery {
    padding: 100px;
}

.staff-template-default  .gallery  img  {
    width: 280px;
    height: 300px;
    object-fit: cover;
}

@media screen and (max-width:1100px) {
    .single_staff {
        display: block;
    }
    .wf-span-4 {
        width: 100% !important;
        text-align: center;
    }
    .wf-span-8 {
        width: 100% !important;
    }
}
.testimonials {
    padding-top: 80px;
    padding-bottom: 50px;
}
.testimonials-slide {
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonials-slide .slick-dots {
    position: unset;
    padding-top: unset !important;
}
.testimonials-slide .slick-dots li button:before {
    font-size: 16px;
}
.testimonials-slide .slick-dots li.slick-active button:before {
    color: #8adc64;
}
.testimonials-slide .slick-next:before  {
    content: "\f054";
}

.testimonials-slide .slick-prev:before {
    content: "\f053";
}

.testimonials-slide .slick-next {
    right: -15px;
}
.testimonials-slide .slick-prev {
    left: -30px;
}
@media screen and (max-width:1100px) {
    .testimonials-slide .slick-next {
        display: none !important;
    }
    .testimonials-slide .slick-prev {
        display: none !important;
    }
}
.testimonials-slide .slick-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #6b6b6b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.testimonials-slide .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #6b6b6b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.testimonials-slide-item {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}
.testimonials-slide-item img {
    border-radius: 50%;
}
.testimonials-slide-item-range span {
    display: none;
}
.testimonials-slide-item-range .checked {
    display: block;
}
.gallery {
    border: 10px solid #8adc64;
    padding: 5px;
}
.gallery-d {
    display: block;
}
.gallery-m {
    display: none;
}
@media screen and (max-width:692px) {
    .gallery-d {
        display: none;
    }
    .gallery-m {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .gallery-m img {
        margin-top: 10px;
    }
}