/*
Theme Name: Divi Classic Agency
Theme URI: https://diviextended.com/product/divi-classic-agency/
Description: Divi Child Theme for Agency Websites.
Author: Elicus Technologies
Author URI: https://elicus.com/
Template: Divi
Version: 1.0
License: This product constitutes of two parts. (1) The PHP and HTML code are licensed under the GPL license. The GPL license file is contained in the same folder as this file. It can also be accessed here http://wordpress.org/about/gpl/. (2) All other part of the product including but not limited to css code, php code, images and layout are licensed as per the license purchased by the user. License detail for this section can be accessed here: http://diviextended.com/licenses
License URI: http://diviextended.com/licenses
*/

/* Body */

body {
    counter-reset: number;
}

#page-container {
    overflow: hidden;   
}

#main-content .container:before {
    width: 0;
}

/* Contact Form */

.et_contact_bottom_container {
    padding-top: 24px;
}

/* Button */

body #page-container .et_pb_section .et_pb_contact_form.et_pb_contact_form_container.et_pb_module .et_pb_button:after,
body #page-container .et_pb_section .et_pb_button:after {
    top: 6px !important;
}

.et_pb_button {
    overflow: hidden;
    z-index: 1;
}

.form-submit .et_pb_button,
.comment-reply-link {
    color: #000000 !important;
    border-width: 1px !important;
    border-radius: 0px;
    letter-spacing: 5px;
    font-size: 16px;
    text-transform: uppercase !important;
    padding-right: 30px;
    padding-left: 30px;
}

.form-submit .et_pb_button:hover,
.comment-reply-link:hover {
    padding-right: 30px;
    padding-left: 30px;
    color: #ffffff !important;
}

.comment-reply-link:after {
    content: '';
}

.et_pb_button .button-effects {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.et_pb_button:hover .button-effects {
    width: 225%;
    height: 562.5px;
}

/* Header Menu */
/*
.archive #main-header {
    transform: translateY(0) !important;
    opacity: 1 !important;
}
*/
#logo {
    max-width: 150px;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
}

.et_mobile_menu .menu-item-has-children>a {
    background-color: rgba(0, 0, 0, 0);
}

.mobile_menu_bar:before {
    top: -12px;
}


/* Home Page */

/* Home Header */

.home-header h1 {
    padding: 0;   
}

.pre-heading {
    padding: 0 0 0 20px;   
}

.post-heading {
    position: relative;
    overflow: hidden;
    margin-left: 40px;
    max-width: 100%;
}

.home-header .divider-heading:before {
    position: absolute;
    width: 9999px;
    height: 1px;
    top: calc(50% - 0.5px);
    right: 100%;
    content: '';
    background: #fff;
}

.home-header .divider-heading {
    position: relative;
    float: right;
    padding: 0 0 0 20px;
    line-height: 1.2;
    max-width: 70%;
}

/* Home About Section */

.about-text {
    position: relative;
    padding-left: 30%;
}

.about-text:before {
    position: absolute;
    top: 13px;
    left: 0;
    width: 25%;
    height: 2px;
    content: '';
    background: #000;
}

/* Home Logo Slider */

.wpls-logo-showcase {
    padding: 0 !important;   
}

.wpls-logo-showcase .wpls-fix-box {
     max-width: 220px;   
}

.wpls-logo-showcase .wpls-fix-box img {
     max-height: 70px !important;   
}

/* Home Team Section */

.team-section .et_pb_team_member .et_pb_team_member_image {
    margin: 0 !important;
}

.team-section .et_pb_team_member .et_pb_team_member_image img {
    width: 100%;
}

.team-section .et_pb_team_member .et_pb_team_member_image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    opacity: 0;
    transition: all .2s ease;
}

.team-section .et_pb_team_member:hover .et_pb_team_member_image:before {    
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.47) 100%);
    opacity: 1;
    transition: all .2s ease;
}

.team-section .et_pb_team_member .et_pb_team_member_description {
    transition: all .2s ease;
}

.team-section .et_pb_team_member:hover .et_pb_team_member_description {
    transform: translateY(-120px);
    z-index: 1;
    opacity: 1;
    transition: all .2s ease;
}

.team-section .et_pb_team_member .et_pb_module_header {
    padding-bottom: 4px;   
}

.team-section .et_pb_team_member .et_pb_member_social_links {
    margin-top: 10px;   
}

/* Home Blog Section */

.home-blog article {
    display: flex;
    flex-wrap: wrap;
    align-content: center;   
}

.home-blog .entry-title {
     width: 100%;   
}

.home-blog .post-meta {
    position: relative;
    width: 100%;
}

.home-blog .post-meta:before {
    position: absolute;
    left: -19px;
    content: '';
    width: 3px;
    height: 100%;
}

/* Home CTA Section */

.cta-heading,
.cta-sub-heading {
    font-size: 40px;
}

.cta-sub-heading {
    position: relative;
    padding-left: 44%;
}

.cta-sub-heading:before {
    position: absolute;
    left: 0;
    top: 15px;
    width: 42%;
    height: 1px;;
    content: '';
    background: #fff;
}

/* Home Portfolio Section */

.et_pb_gutters3 .et_pb_column_4_4 .home-portfolio .et_pb_grid_item {
    width: 33.33%;
    margin: 0; 
    transition: all .3s;
}

.home-portfolio .et_pb_grid_item .et_pb_module_header,
.home-portfolio .et_pb_grid_item .post-meta {
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    text-align: center;
    opacity: 0;
    transition: all .3s;
}

.home-portfolio .et_pb_grid_item .et_pb_module_header {
    top: 30%;
}

.home-portfolio .et_pb_grid_item .et_pb_module_header:before {
    position: absolute;
    width: 60px;
    height: 1px;
    top: 30px;
    left: calc(50% - 30px);
    background: #fff;
    content: '';
}

.home-portfolio .et_pb_grid_item .post-meta {
    top: 70%;
}

.home-portfolio .et_pb_grid_item:hover .et_pb_module_header,
.home-portfolio .et_pb_grid_item:hover .post-meta {
    opacity: 1;
    z-index: 9;
}

.home-portfolio .et_pb_grid_item .et_overlay:before,
.home-portfolio .et_pb_grid_item:hover .et_overlay:before {
    top: 20%;
}

.et_pb_gutters3 .et_pb_column_4_4 .home-portfolio .project .et_portfolio_image .et_overlay {
   z-index: 0;
   border: none;
}

.et_pb_gutters3 .et_pb_column_4_4 .home-portfolio .project:hover .et_portfolio_image .et_overlay {
   opacity: 1;
}

/* Home Testimonial Section */

.slider {
    display: flex;
    align-items: center; 
}

.thumbs {
    display: inline-block;
    width: 45%;
    margin-right: 10%;
}

.slider .testimonial-slider.owl-carousel {
    position: relative;
    display: inline-block;
    width: 45%;
}

.nav-testimonial-image {
    position: relative;
    display: inline-block;
    width: 25%;
    border: none;
    background-color: rgba(0,0,0,0);
    padding: 0;
}

.nav-testimonial-image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 2px);
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    content: '';
}

.nav-testimonial-image.active:before {
    background: rgba(255,255,255,0);
}

.nav-testimonial-image:nth-last-child(n+4) {
    margin-bottom: 30px;
}

.nav-testimonial-image:not(:nth-child(3n)) {
    margin-right: 12.5%;
}

.nav-testimonial-image:hover {
     cursor: pointer;   
}

.nav-testimonial-image img {
    border-radius: 50%;
}

.testimonial-slider .owl-item {
     padding: 25px;   
}

.slider-testimonial-heading {
    font-weight: 700;
    font-size: 30px;
}

.slider-testimonial-desc {
    position: relative;   
}

.slider-testimonial-desc:before {
    position: absolute;
    left: -50px;
    top: 10px;
    content: '\7b';
    font-family: ETmodules;
    color: #d6d5d5;
    font-size: 120px;
    font-weight: bold;
    z-index: -1;
}

.slider-testimonial-meta {
    width: calc(100% - 60px);
    font-size: 18px;
}

.slider .testimonial-slider.owl-carousel .owl-nav {
    position: absolute;
    bottom: 25px;
    right: 30px;
}

.slider .testimonial-slider.owl-carousel .owl-nav .owl-prev span,
.slider .testimonial-slider.owl-carousel .owl-nav .owl-next span {
    font-size: 24px;
    padding: 0 7px;
}

.slider-testimonial-image {
    margin-bottom: 10px;
}    

.slider-testimonial-image img {
    max-width: 150px;
    border-radius: 50%;
}    

/* Home Services Section */

.services-row .et_pb_column .et_pb_blurb .et_pb_main_blurb_image {  
    transition: all ease 0.3s;
    margin-bottom: 20px;
}

.services-row .et_pb_column .et_pb_blurb:hover .et_pb_main_blurb_image {
    transform: translateY(-10px);
}

.services-row .et_pb_column .et_pb_blurb .et_pb_module_header {
    position: relative;
    padding: 20px 0;
}

.services-row .et_pb_column .et_pb_blurb .et_pb_module_header:before {
    position: absolute;
    content: '';
    top: 0;
    left: calc(50% - 50px);
    width: 100px;
    height: 2px;
    transform:scaleX(0);
    transition: all ease 0.3s;
}

.services-row .et_pb_column .et_pb_blurb:hover .et_pb_module_header:before {   
    transform: scaleX(1);
}
    

/* About Page */

.about-process .et_pb_blurb .et-pb-icon {
    border-width: 25px;   
}

.about-logo-section .about-logo-row {
    display: flex;
    flex-wrap: wrap;
}

.about-logo-section .about-logo-row .et_pb_column {
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
}

.about-logo-row .et_pb_column .et_pb_image img {
    max-height: 50px;
}

.why-point {
    position: relative;
    padding-left: 15%;
}

.why-point:after {
    position: absolute;
    left: 0;
    top: 0;
    color: #cccccc;
    font-weight: bold;
    counter-increment: number;
    content: counter(number);
}

.why-point:nth-child(-n+9):after {
    content: "0"counter(number);
}

.why-point:before {
    position: absolute;
    width: 5%;
    height: 2px;
    left: 6%;
    top: 13px;
    content: '';
    background: #ccc;
}

/* Services Page */

.services-section img {
	z-index: 1;
}

/* Testimonials Page */

.testimonial-grids {
    display: flex;   
    flex-wrap: wrap;
}

.single-testimonial-grid {
    width: 31.333%;   
    float: left;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
    border-radius: 3px;
    margin-bottom: 40px;
    padding: 30px 20px;
}

.grid-testimonial-image {
     text-align: center;   
}

.grid-testimonial-image img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;  
}

.grid-testimonial-desc {
    text-align: left;
}

.grid-author-name {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.46;
    text-align: right;
}

.grid-testimonial-meta {
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;   
    font-style: italic; 
    text-align: right;
    opacity: 0.46;
}

/* Team Page */

.team-members .et_pb_row {
    display: flex;
    flex-wrap: wrap;
}

.team-members .et_pb_team_member .et_pb_team_member_image {
    text-align: left;   
}

.team-members .et_pb_team_member .et_pb_module_header {
    padding-bottom: 2px;   
}

.team-members .et_pb_team_member .et_pb_member_position {
    padding-bottom: 10px;   
}

.team-members .et_pb_team_member .et_pb_member_social_links {
    position: relative;
    margin-top: 40px;
}

.team-members .et_pb_team_member .et_pb_member_social_links li:last-child {
    margin-right: 0;
}

.team-members .et_pb_team_member .et_pb_member_social_links:before {
    position: absolute;
    width: 100px;
    height: 2px;
    top: -22px;
    left: calc(50% - 50px);
    content: '';
}

/* Portfolio Page */

.portfolio-section.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover,
.portfolio-section.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
    background-color: rgba(0, 0, 0, 0);
}

.portfolio-section.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    border: none;   
}

.et_pb_gutters3 .et_pb_column_4_4 .portfolio-section .et_pb_grid_item {
    position: relative;
    width: 31.333%;
    margin-bottom: 3%;
    transition: all 0.3s ease;
}

.et_pb_gutters3 .et_pb_column_4_4 .portfolio-section .et_pb_grid_item:not(:nth-child(3n)) {
    margin-right: 3%;
    clear: none;
}

.et_pb_gutters3 .et_pb_column_4_4 .portfolio-section .et_pb_grid_item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}

.portfolio-section .et_pb_grid_item .et_pb_module_header,
.portfolio-section .et_pb_grid_item .post-meta {
    position: absolute;
    left: 30px;
    width: calc(100% - 60px);
}

.portfolio-section .et_pb_grid_item .et_pb_module_header {
    top: 20px;
}

.portfolio-section .et_pb_grid_item .post-meta {
    bottom: 30px;
}

/* Contact Page */

.contact-us-form .et_pb_contact_form .et_pb_contact_field .input::placeholder {
    color: rgba(0,0,0,0);
}

.contact-us-form .et_pb_contact_field {
    position: relative;
}

.contact-us-form .et_pb_contact_form_label {
    display: block;
    position: absolute;
    top: 10px;
    transition: all 300ms ease;
}

.contact-us-form .et_pb_contact_form .et_pb_contact_form_label.active {
    top: -16px;
    font-size: 80%;
}

/* Blog Page */

.agency-blog .et_pb_post,
.related-posts .et_pb_post {
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    background: #fff;
    border-radius: 7px;
    transition: all .4s ease;
}

.agency-blog .et_pb_post:hover,
.related-posts .et_pb_post:hover {
    transform: scale(1.02);
    
}

/* Single Post */

.single-post .entry-title {
     font-weight: bold;   
}

.single-post .type-post p.post-meta,
.agency-blog .type-post p.post-meta {
    position: relative;
    padding-left: 18px;   
}

.single-post .type-post span.published,
.single-post .type-post span.published + a,
.agency-blog .type-post span.published,
.agency-blog .type-post span.published + a {
    position: relative;
    padding-left: 20px;   
}

.single-post .type-post p.post-meta:before,
.single-post .type-post span.published:before,
.single-post .type-post span.published + a:before,
.agency-blog .type-post p.post-meta:before,
.agency-blog .type-post span.published:before,
.agency-blog .type-post span.published + a:before {
    position: absolute;
    left: 0;
    font-family: ETModules;
}

.single-post .type-post p.post-meta:before,
.agency-blog .type-post p.post-meta:before {
    content: '\e08a';
}

.single-post .type-post span.published:before,
.agency-blog .type-post span.published:before {
    content: '\e023';
}

.single-post .type-post span.published + a:before,
.agency-blog .type-post span.published + a:before {
    content: '\e018';
}

/* Comment Form */

#commentform input[type=email],
#commentform input[type=text],
#commentform input[type=url] {
    width: 100%;
}

/* Footer */

.footer-contact {
    box-shadow: rgba(0, 0, 0, 0.15) 10px 20px 20px 5px;
}

.footer-contact .et_contact_bottom_container {
    float: left;
}

/* Sidebar */

#sidebar .et_pb_widget:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
}

.widgettitle {
     font-weight: bold;   
}

img#about-image {
    min-width: 120px;
}

.follow-icons {
    display: flex;
    margin-top: 10px;
}

.follow-icons a {
    font-family: ETModules;
    font-size: 24px;
    margin-right: 20px;
}

.follow-facebook a {
    color: #3B5998;    
}

.follow-twitter a {
     color: #00ACED;   
}

.follow-instagram a {
    color: #EA2C59;    
}

.follow-linkedin a {
    color: #007BB6;    
}

@media screen and (min-width: 1500px) {
    
    .home-blog .et_pb_post {
        padding: 0 0 30px 0;
    }
    
    .home-blog .et_pb_image_container {
        width: 100%;
        margin: 0;
    }
    
    .home-blog .entry-title,
    .home-blog .post-meta,
    .home-blog .post-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .home-blog .post-meta:before {
        left: 1px;
    }
    
}

@media screen and (min-width: 1281px) {
    
    /* About Page */
    
    .about-process .et_pb_column:not(:last-child) .et_pb_blurb .et_pb_main_blurb_image:before {
        top: 26% !important; 
    }
    
    .about-process .et_pb_column:not(:last-child) .et_pb_blurb .et_pb_main_blurb_image:after {
        top: calc(26% + 1px) !important;
    }
    
    /* Services Page */

    .services-section .et_pb_row {
        display: flex;
        align-items: center;  
        max-width: 1000px;
    }
    
    /* Team Page */
    
    .team-members .et_pb_row:nth-child(odd) .et_pb_team_member .et_pb_team_member_image {
        order: 2;   
    }
    
    .team-members .et_pb_row:nth-child(1) .et_pb_team_member .et_pb_team_member_image {
        order: 0;   
    }

}

@media screen and (max-width: 1280px) {
    
    /* Home CTA Section */
    
    .cta-heading,
    .cta-sub-heading {
        font-size: 30px;
    }
    
    /* Team Page */
    
    .team-members .et_pb_row .et_pb_column {
        width: 100%;   
    }
    
    .team-members .et_pb_row .et_pb_column:nth-child(odd) .et_pb_team_member_image {
        order: 2;   
    }
    
    .team-members .et_pb_row:nth-child(1) .et_pb_team_member .et_pb_team_member_image {
        order: 0;   
    }

}

@media screen and (max-width: 1080px) {
    
    /* Home CTA Section */
    
    .cta-heading,
    .cta-sub-heading {
        font-size: 26px;
    }
    
}

@media screen and (min-width: 981px) and (max-width: 1280px) {
    
    /* Services Page */

    .services-section .et_pb_row { 
        max-width: calc(80% - 200px);
    }
    
}

@media screen and (min-width: 981px) {
    
    /* Container */

    .container,
    .et_pb_row,
    .et_pb_slider .et_pb_container,
    .et_pb_fullwidth_section .et_pb_title_container,
    .et_pb_fullwidth_section .et_pb_title_featured_container,
    .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
        width: 90% !important;
    }
    
    /* Home Page */
    
    .slider-testimonial-image {
         display: none;   
    }
    
    .et_pb_gutters3 .et_pb_column_4_4 .home-portfolio .et_pb_grid_item:nth-child(2) {
        transform: scale(1.1);
        z-index: 1;
    }
    
    /* About Page */
    
    .about-process .et_pb_column:not(:last-child) .et_pb_blurb .et_pb_main_blurb_image:before,
    .about-process .et_pb_column:not(:last-child) .et_pb_blurb .et_pb_main_blurb_image:after{
        position: absolute;
        width: 100%;
        height: 2px; 
    }
    
    .about-process .et_pb_column:not(:last-child) .et_pb_blurb .et_pb_main_blurb_image:before {
        top: 22%;
        left: 65%;
        content: '';  
    }
    
    .about-process .et_pb_column:not(:last-child) .et_pb_blurb .et_pb_main_blurb_image:after {
        top: calc(22% + 1px);
        left: 67%;
        content: '\45';
        font-family: ETmodules;
        font-size: 30px;
    }
    
    .about-logo-section .about-logo-row:last-child .et_pb_column {
        border-bottom: 1px solid #ccc;
    }
    
    .about-logo-section .about-logo-row .et_pb_column:not(:nth-child(6)) {
        border-right: 1px solid #ccc;
    }
    
    /* Blog Page */
    
    .agency-blog .et_pb_post,
    .related-posts .et_pb_post {
        padding: 20px;
    }
    
    .agency-blog .has-post-thumbnail .entry-featured-image-url,
    .related-posts .has-post-thumbnail .entry-featured-image-url {
        position: absolute;
        top: 0;
        left: 0;
        width: 30%;
        height: 100%;
    }
    
    .agency-blog .et_pb_post a img,
    .related-posts .et_pb_post a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 7px 0 0 7px;
    }
    
    .agency-blog .has-post-thumbnail .entry-title,
    .agency-blog .has-post-thumbnail .post-meta,
    .agency-blog .has-post-thumbnail .post-content {
        width: 67%;
        float: right;   
    }
    
    /* Testimonial Page */
    
    .single-testimonial-grid:not(:nth-child(3n)) {
        margin-right: 3%;   
    }
    
    /* Comment Form */

    #commentform .comment-form-author,
    #commentform .comment-form-email,
    #commentform .comment-form-url {
        float: left;
        width: 30%;
    }
    
    #commentform .comment-form-author,
    #commentform .comment-form-email {
        margin-right: 5%;
    }
    
    /* Footer */
    
    .footer-section .et_pb_row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .footer-section .footer-menu-row {
        width: 35% !important;   
        margin-right: 5% !important;
    }
    
    .footer-section .footer-contact-row {
         width: 60% !important;   
    }
    
    .footer-contact .et_pb_contact_main_title {
        display: inline-block;
        float: left;
        width: 35%;
        margin-right: 5%;
    }
    
    .footer-contact .et_pb_contact {
        width: 60%;
        display: inline-block;
    }
      
}

@media screen and (min-width: 768px) {
    
    /* Team Page */

    .team-members .et_pb_team_member {
        display: flex;
        align-items: center;
        height: 100%;
    }
    
    .team-members .et_pb_team_member .et_pb_team_member_image {
        width: 50%;
        height: 100%;
        max-width: 50%;
        margin: 0;
    }
    
     .team-members .et_pb_team_member .et_pb_team_member_image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    
    .team-members .et_pb_team_member .et_pb_team_member_description {
        width: 50%;
        padding: 30px 20px;
    }
    
}


@media screen and (max-width: 980px) {
    
    /* Mobile Menu */
    
    .mobile_nav .mobile_menu_bar:before {
        color: #ffffff;   
    }
    
    #main-header #mobile_menu { 
        border-color: #ffffff;
    }
    
    /* Button */
    
    .form-submit .et_pb_button,
    .comment-reply-link {
        font-size: 14px;
    }
    
    /* Home Page */
    
    .pre-heading {
         padding: 0 0 0 10px;   
    }
    
    .post-heading {
        margin-left: 20px;
    }
    
    .et_pb_gutters3 .et_pb_column_4_4 .home-portfolio .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_4_4 .portfolio-section .et_pb_grid_item {
        width: 100%;
        position: relative;
    }
    
    .et_pb_gutters3 .et_pb_column_4_4 .home-portfolio .et_pb_grid_item .et_portfolio_image img,
    .et_pb_gutters3 .et_pb_column_4_4 .portfolio-section .et_pb_grid_item .et_portfolio_image img {
        width: 100%;
    }
    
    .thumbs {
         display: none;   
    }
    
    .slider .testimonial-slider.owl-carousel {
        width: 100%;
    }
    
    .slider-testimonial-heading {
        font-size: 20px;   
    }
    
    /* About Page */
    
    .about-logo-section .about-logo-row:last-child .et_pb_column:nth-last-child(-n+3) {
        border-bottom: 1px solid #ccc;
    }
    
    .about-logo-section .about-logo-row .et_pb_column:not(:nth-child(3n+3)) {
        border-right: 1px solid #ccc;
    }
    
    .why-point:before {
        left: 7%;
    }
    
    /* Services Page */
    
    .reverse-row {
        display: flex;
        flex-direction: column-reverse; 
    }
    
    .reverse-row .et_pb_column:first-child {
        margin-bottom: 0;
        padding-top: 30px;
    }
    
    /* Blog Page */
    
    .agency-blog .et_pb_no_thumb {
        padding: 20px;   
    }
    
    .agency-blog .has-post-thumbnail .entry-title,
    .agency-blog .has-post-thumbnail .post-meta {
        padding: 0 20px;   
    }
    
    .agency-blog .has-post-thumbnail .post-content {
        padding: 0 20px 20px;   
    }
    
    .agency-blog .et_pb_post a img {
        border-radius: 7px 7px 0 0;
    }
    
    .agency-blog .post-meta {
        margin-left: 18px;    
    }
    
    /* Testimonials Page */
    
    .single-testimonial-grid {
        width: 47.5%;
    }
    
    .single-testimonial-grid:nth-child(odd) {
        margin-right: 5%;
    }
    
    .grid-author-name {
        font-size: 16px;   
    }
    
    /* Footer */
    
    .footer-section .et_pb_row {
        display: flex;
        flex-direction: column-reverse;
    }
    
}

@media screen and (max-width: 767px) {
    
    /* Home CTA Section */
    
    .cta-heading,
    .cta-sub-heading {
        font-size: 20px;
    }
    
    .cta-sub-heading:before {
        top: 8px;
    }
    
    
    /* Team Page */
    
    .team-members .et_pb_team_member .et_pb_member_social_links:before {
        left: 0;
    }
    
    /* Testimonials Page */
    
    .single-testimonial-grid {
        width: 100%;
        margin-right: 0 !important
    }
    
    /* Portfolio Page */
    
    .et_pb_column .et_pb_filterable_portfolio.portfolio-section .et_pb_portfolio_filters li {
        width: auto;
    }
    
}

@media screen and (min-width: 480px) {

    .about-mission {
        padding-right: 30px;
        border-right: 1px solid #989898 !important; 
    }
    
    .about-vision {
        padding-left: 30px;   
    }
}

@media screen and (max-width: 479px) {
    
    .about-vision {
        padding-top: 30px;   
    }
}