/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.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
Template: dt-the7
*/

a {
    color: #4d4d4d;
    text-decoration: none;
}

a:hover {
    color: #333333;
}

/*Header*/

.branding {
    padding: 0 12px;
}

.branding a img,
.branding img {
    width: 220px;
}

/*titles*/

.wwg-title-1 {
    background: url("https://theworldwidegroup.org/wp-content/uploads/2022/05/title-bg.png") left center no-repeat;
    background-size: 36px;
    padding-left: 8px;
}

.wwg-title-1 div {
    display: inline-block;
    padding-right: 10px;
}

.logo-box {
    box-shadow: 8px 8px 0px #d29422;
    background-color: #f7f7f7;
}

/*Timeline*/

.wpostahs-slider-design-2 .wpostahs-slider-for .wpostahs-centent p {
    text-align: inherit !important;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current {
    color: #d39629;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current .wpostahs-main-title button {
    border-color: #4d4d4d !important;
    background: #4d4d4d !important;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title:hover .wpostahs-main-title button {
    border-color: #4d4d4d !important;
    background: #333 !important;
}

/*Hotspot*/

.hotspot-tooltip-content {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .15);
}

.hotspot-tooltip-content h3 {
    font-weight: 300;
}

.hotspot-tooltip-content a {
    color: #4e4e4e;
}

/*Team Flipbox*/

.staff-box .ifb-flip-box-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/*Contact Form*/

.wpforms-form input[type="text"],
.wpforms-form textarea {
    border-bottom: 2px solid #000 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.wpforms-form .wpforms-submit {
    color: #d39629 !important;
    background-color: #ffffff !important;
    text-transform: uppercase !important;
    border-bottom: 2px solid #d39629 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    padding: 18px 5px 12px 56px !important;
    font-size: 24px !important;
    font-family: 'Poppins';
}

.wpforms-submit-container {
    float: right !important;
}

.webforms {
    width: 100% !important;
}