/* Layout and General Styles */

body {
    color: #000000 !important;
}

/* Service and Image Styles */
.service-pic {
    height: 290px !important;
}

.img-height-width {
    width: 500px !important;
    height: 380px !important;
}

/* Menu Footer Services */
#menu-footer-services a {
    color: white;
}

/* Legacy Footer Styles (for backward compatibility) */
.footer {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.footer .widget {
    margin: 60px 0 55px;
}

.footer .ttm-textcolor-white {
    color: #fff;
}

.footer .widget .ttm-btn.ttm-btn-size-md {
    padding: 14px 27px 14px 27px;
}

/* First Footer */
.first-footer .ttm-footer-cta-wrapper {
    position: relative;
    padding: 40px 35px;
    z-index: 9;
    margin-top: -55px;
    -webkit-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    -moz-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    margin-bottom: 8px;
}

.first-footer .ttm-footer-cta-wrapper .featured-icon-box {
    padding: 0;
}

.ttm-footer-cta-wrapper .featured-icon-box .ttm-icon.ttm-icon_element-size-lg {
    height: 48px;
    width: 48px;
}

.ttm-footer-cta-wrapper .featured-icon-box .ttm-icon.ttm-icon_element-size-lg i {
    font-size: 50px;
}

.first-footer .ttm-footer-cta-wrapper .featured-title h5 {
    margin-bottom: 3px;
    font-size: 24px;
    line-height: 28px;
}

.ttm-footer-cta-wrapper .featured-title h6 {
    line-height: 18px;
}

/* Newsletter Form */
.newsletter-form p {
    margin: 0;
}

.newsletter-form input[type="email"] {
    background-color: #f8f9fa;
    padding: 12px 15px;
    border: none;
    padding-right: 115px;
    height: 51px;
    border: 1px solid transparent;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.newsletter-form input[type="submit"] {
    position: absolute;
    top: 0px;
    font-weight: normal;
    right: 15px;
    border: 1px solid transparent;
    padding: 11px 26px 10px;
    height: 51px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

/* Second Footer */
.footer .second-footer .row {
    border-bottom: 1px solid rgba(255,255,255,.06);
    padding-bottom: 15px;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo img {
    max-height: 45px;
    width: auto;
}

/* Widget Styles */
.widget ul {
    margin: 0;
    padding: 0;
}

.widget ul > li {
    padding: 0 0 15px 0;
    position: relative;
}

.footer .widget .widget-title {
    font-size: 20px;
    color: white;
}

.widget .widget-title {
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    font-size: 22px;
    line-height: 28px;
    padding-left: 14px;
}

.widget .widget-title:after {
    display: block;
    height: 80%;
    margin-top: 3px;
    margin-bottom: 0;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 1px;
    top: 0;
    width: 3px;
}

/* Time List Block */
.footer .widget ul.ttm-timelist-block {
    padding: 0;
    font-size: 14px;
    margin-top: 0;
}

.footer .widget ul.ttm-timelist-block li:first-child {
    padding-top: 0;
}

.footer .widget ul.ttm-timelist-block li {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

.footer .widget ul.ttm-timelist-block li .service-time {
    float: right;
}

/* Menu Footer Services */
.widget ul#menu-footer-services li a {
    padding-left: 14px;
}

.widget ul#menu-footer-services li a:before {
    font-family: 'FontAwesome';
    /* content: "\f101"; */
    position: absolute;
    top: 7px;
    left: 0;
    line-height: 1em;
    font-size: 13px;
    color: inherit;
}

.widget ul#menu-footer-services li {
    display: inline-block;
    width: calc(80% - 2px);
    float: none;
    padding: 0 0 11px 0;
    position: relative;
}

/* Flicker Widget */
.flicker_widget .ttm-flicker-widget-wrapper a {
    overflow: hidden;
    display: block;
    margin: 0 7px 0 0;
    width: 75px;
    height: 75px;
    display: inline-block;
    background: none;
}

/* Footer Navigation Menu */
.copyright {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 19px;
}

.ttm-footer2-left {
    text-align: left;
}

.ttm-footer2-right {
    text-align: right;
}

.ttm-footer2-right, .ttm-footer2-left {
    font-size: 14px;
}

/* Social Icons */
.footer .social-icons li {
    margin-left: 4px;
    margin-right: 4px;
    min-width: auto;
}

.footer .social-icons li > a {
    width: 23px;
    height: 33px;
    line-height: 32px;
    border: none;
    background-color: transparent;
    font-size: 18px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.footer .ttm-textcolor-white .social-icons a {
    color: rgba(248,252,255,.6);
}
