/*
 Theme Name:   Dental Care Child
 Theme URI:    http://themeforest.net/user/strongholdthemes
 Description:  Dental Care Child Theme
 Version:      19.3
 Author:       Stronghold Themes
 Author URI:   http://themeforest.net/user/strongholdthemes
 Text Domain:  dental-care
 Template:     dental-care
*/



/*
------------------------------------------------------- */
.home .page-title-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.header-top .header-top-right, .header-top .header-top-left {
    padding: 0;
}
.header-top .header-top-left {
    gap: 15px;
}
.header-top .header-top-contact {
    align-items: center;
    gap: 3px;
}
.header-top-right a {
    display: inline-block;
    background-color: #00cab5;
    color: #fff;
    font-family: Work Sans !important;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 30px;
}

.list-home ul li {
    border-bottom: 1px #00cab5 dotted;
    padding: 12px 0 6px 0 !important;
}
.dental-care-blog-items .dental-care-blog-info h5 a {
    color: #2f8320;
}
.service-main-detail {
    background: #2f8320;
    text-align: center;
}
.service-main-detail h5 {
    margin-bottom: 0;
}
.service-main-detail a {
    color: #fff;
}
.sticky-header-wrapper {
        top: 0px !important;
}
.footer-widget-title {
    font-weight: 200;
    text-transform: uppercase;
    margin-right: 40px;
    color: #fff;
    font-size: 20px;
}
.widget .widget-title-underline-footer {
    display: block;
    padding-top: 15px;
    margin: 0px 0 12px 0;
    border: none;
}
.widget_nav_menu li:before {
    font-family: 'fontawesome';
    content: "\f054";
    color: #2f8320;
    padding-right: 8px;
    font-size: 12px;
}
.company-info-wid li {
    border: none;
        padding: 7px 0;
}
.opening-hours-wid li i, .company-info-wid li i {
    color: #2f8320;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="color"], textarea, select {
        padding: 12px 15px;
        border: 1px solid #00cab5;
}
.wpcf7-form .wpcf7-textarea, .wpcf7-form .wpcf7-select {
    border: 1px solid #00cab5;
}

.btn, button, input[type="button"], input[type="reset"], input[type="submit"] {
        background: #2f8320;
    color: #ffffff;
    text-transform: uppercase;
}
.smile_icon_list.left li .icon_list_connector {
        border: 0;
}

.vc_separator .vc_sep_holder .vc_sep_line {
        border: 0;
}
.emaillist label {
    width: 100%;
}

.mobile-header {
        padding: 0;
}
.navbar-nav > li > a {
        font-size: 14px;
    letter-spacing: 0;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
        width: 100%;
    }
}