/*
 Theme Name:   Sage Starter Child Theme
 Theme URI:    http://prozoned.com
 Description:  Sage Starter Child Theme
 Author:       prozoned
 Author URI:   http://prozoned.com
 Template:     di2016
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://prozoned.com
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Sage-Starter-Child
*/


/* img.attachment-170170.size-170170.wp-post-image {
    width: 100%;
    height: auto;
} */
.updated {
    display: none !important;
}
article.single-service.clearfix:first-child {
   border-top: 0px;
    padding-top: 0px;
    margin-top: 0px;
}
.home article.single-service img {
	width:100%;
	height: auto;
}
/* .home-post-content-container{
	width:100%;
} */
/* .post-content-container {
    width: 100%;
} */

a.readmore, .read-more a {
    font-size: 15px;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #f69d01;
    padding: 9px 11px;
    float: right;
    display: inline-block;
    background-color: transparent;
    color: #f69d01!important;
    margin-top: 10px;
}

a.readmore:hover, .readmore a:hover {
    background-color: #f69d01;
    color: #fff!important;
}


.post-content-container {
    overflow: hidden;
}


 .readmore_fun{
	height:auto;
	max-height:100% !important;
}

.readless_fun{
	height:auto;
	overflow:hidden;
}

.post_first_heading{
	visibility: hidden;
}



h2.first_post_title {
   font-size: 29px !important;
}
.post_first_content {
    font-size: 17px;
}
.post_first_content.post-content-container {
    width: 100%;
}

li span.menu-login-btn {
    background: #e87e04;
    padding: 10px;
    padding-left: 20px!important;
    padding-right: 20px!important;
}

@media screen and (max-width: 480px) {
	.single-service .post-thumbnail img{
		width: 100%;
		height:auto;
	}
	.single-service .post-thumbnail{
		width: 100%;
		float:left;
	}
	.single-service h2, .single-service .read-more,  .home-post-content-container{
		float: left;
	}
	.post-content-container{
		width: 100%;
	}
	.home-post-content-container {
		width: 100%;
	}
	.pum-container.pum-responsive{
		max-width: 100% !important;
	}
	li.menu-elite-btn {
		margin-top: 20px!important;
	}
}