/*
 Theme Name:   ecsolutions
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  ecsolutions
 Template:     bridge
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ecsolutions
*/

/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides:

Make sure you uncomment out this import line below if you want to include the parent CSS and the wp_enqueue_style() is not working. If you do not then you will not have any styling in your child theme from the parent theme.
*/



@import url("../bridge/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

p {
padding: 0px 0px 30px 0px!important;
}

@media only screen and (min-width: 1100px) {
.home .hometxt {
min-height:220px !important;
height:auto!important;
}
}

.sidebar .widget h5 {
font-size:18px!important; color: #60c9d4!important;
}

.sidebar .widget ul li {
border-bottom:1px solid #dedede!important; padding: 0px 0px 10px 0px!important;
}

.sidebar .widget ul li a {
font-family: ubuntu!important; font-weight:300!important; font-size:14px!important;
}