/*
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
*/



#custom_post_widget-2 {
    display: block;
    width: auto;
    margin: auto;
    margin-top: 20px;
}

.color1 {
    color: #00a99d;
}

.contact-form-minimal input[type="text"] {
    margin-bottom: 10px !important;
}

form.contact-form p {
    text-align: center;
    padding-left: 50px;
}

#presscore-custom-menu-2-2 {
    display: block;
    width: auto;
    margin: auto;
}
#footer .wf-container-footer {
    padding-top: 25px;
    padding-bottom: 15px;
}
.custom-nav {
    text-align: center;
}
.custom-nav>li {
    display: inline-block;
}
.custom-nav>li a {
    padding: 1px 10px;
    font: normal bold 14px / 15px "PT Sans Narrow", Helvetica, Arial, Verdana, sans-serif !important;
    color: #252525;

    border-right: 1px solid #252525;
}

.custom-nav>li:last-child a {
    border-right: 0px solid #252525;
}
@media only screen and (max-width: 1280px) {
    .custom-nav > li a {
        border-right: 0px solid #252525;
    }
}

.wpb_content_element {
    margin-bottom: 5px;
}

#content p strong {
    color: #00a99d;
}

input[type=text], input[type=tel], input[type=url], input[type=email], input[type=number], input[type=date], input[type=range], input[type=password], select, textarea {
    color: #252525 !important;
}

input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=email]:focus, input[type=number]:focus, input[type=date]:focus, input[type=range]:focus, input[type=password]:focus, textarea:focus {
    color: #252525 !important;
}