
.logo-gallery-row .et_pb_grid_item {
    float: left;
    position: relative;
    border-radius: 10px;
    border-width: 0;
    background-color: #fefefe;
    box-shadow: 0px 9px 25px 0px rgba(50, 60, 71, 0.1);
    text-align: center;
}

.et_overlay{border: none !important}

 .et_pb_team_member_description h4 {
    padding-bottom: 0px !important;
}
body #main-content .support_page .et_pb_column_1_3 .twitter-tweet{
    margin: 0 !important;
}
body #main-content .support_page .et_pb_column_1_3 .EmbeddedTweet{
    border-color: transparent !important;
}

body #main-content .support_page .et_pb_column_1_3 twitter-widget{
    border: none !important;
    box-shadow: 0px 9px 25px 0px rgba(50, 60, 71, 0.1);
}

/*.contact_page .et_pb_column_2_3, .content_row .et_pb_column_2_3 {*/
.contact_page .et_pb_column_2_3, .content_row .et_pb_column_2_3{
border-radius: 10px;
    border-width: 0;
    background-color: #fefefe;
    box-shadow: 0px 9px 25px 0px rgba(50, 60, 71, 0.1);
} 


.contact_page .et_pb_column_2_3, .content_row .et_pb_column_2_3 {
    padding: 3.2vw 3.4vw;}

.contact_page .et_pb_column_1_3 .et_pb_promo_description{
    padding-bottom: 0 !important;
}

.contact_page .et_pb_column_1_3 .et_pb_blurb {
    cursor: pointer;
    margin-bottom: 25px;
}

.contact_page .et_pb_column_1_3 .et_pb_main_blurb_image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    position: absolute;
    background-color: #4099ff;
    opacity: 0.6;
}

.contact_page .et_pb_column_1_3 .et_pb_main_blurb_image img {
    display: block;
}

.contact_page .et_pb_column_1_3 .et_pb_blurb:hover .et_pb_blurb_container:before {
    width: 70%;
}

.contact_page .et_pb_column_1_3 .et_pb_blurb .et_pb_blurb_container:before {
    display: block;
    content: "";
    height: 6px;
    width: 56px;
    background-color: #ebebeb;
    margin: 23px auto 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact_page .et_pb_column_1_3 .et_pb_blurb .et_pb_blurb_container p {
    line-height: 149% !important;
}

.contact_page .et_pb_column_1_3 .et_pb_blurb:hover .et_pb_blurb_container h4 {
    transform: rotate(0deg);
    color: #fff !important;
}

.contact_page .et_pb_column_2_3, .content_row .et_pb_column_2_3 .et_pb_promo .et_pb_promo_description p:last-child {
    padding-bottom: 0 !important;
}

.contact_page .et_pb_column_2_3, .content_row .et_pb_column_2_3 .et_pb_promo .et_pb_promo_description p {
    padding-bottom: 20px !important;
}

/*Social Icons*/

.sidebar_social_icons {
    margin-bottom: 0 !important;
}

.sidebar_social_icons p {
    padding: 0 !important;
}

.sidebar_social_icons a i {
    margin-right: 14px;
}

.sidebar_social_icons a:last-child {
    margin-bottom: 0 !important;
}

.sidebar_social_icons a {
    margin-bottom: 11px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 6px;
}

.sidebar_social_icons a span {
    display: block;
    color: #fff !important;
    padding: 17px 15px;
    margin-bottom: 0;
    font-size: 18px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar_social_icons a span.social_hover {
    background-color: #666 !important;
    position: absolute;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#page-container .sidebar_social_icons a:hover {
    opacity: 1 !important;
}

#page-container .sidebar_social_icons a:hover span.social_hover,
#page-container .sidebar_social_icons a:hover span.social_current {

    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.sidebar_social_icons a.facebook span.social_current {
    background-color: #3b5998 !important;
}

.sidebar_social_icons a.instagram {
    background-color: #8a3ab9 !important;
}

.sidebar_social_icons a.twitter {
    background-color: #4099ff !important;
}






/*Responsive*/

@media only screen and (max-width: 980px) {
    .contact_page .et_pb_column_1_3 .et_pb_promo .et_pb_promo_description {
        padding-bottom: 0 !important;
    }

    /*.contact_page .et_pb_column_1_3,*/
    .contact_page .et_pb_column_2_3, .content_row .et_pb_column_2_3 {
        width: 100% !important;
        margin-right: 0 !important;
        padding: 40px !important;
    }

}


@media only screen and (max-width: 767px) {
    .contact_page .et_pb_column_2_3, .content_row .et_pb_column_2_3 {
        padding: 30px !important;
    }
}
@media only screen and (max-width: 480px) {
    /*.contact_page .et_pb_column_1_3,*/
    .contact_page .et_pb_column_2_3, .content_row .et_pb_column_2_3 {
        padding: 30px !important;
    }
}
