/*
Theme Name:     cm1
Theme URI: 	
Description:    Child theme for pm theme 
Author:         
Theme URI: 		
Template:       pm
Version:        1.0
*/


img.photo {
    width: 100%;
}

.metapress-blog {
    padding: 60px 45px 30px;
    background: #f7f7f9;
}

.metapress-blog .card {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: none;
}
.metapress-blog .card:hover {
    box-shadow: 0 0 53px -5px rgba(27, 26, 45, 0.3);
    transition: box-shadow 0.3s ease-in-out;
}
.metapress-blog .card .card-block {
    padding: 0 20px 20px;
    min-height: 200px;
    background-color: #FFFFFF;
    color: #292B2C;
	    position: relative;
}

.metapress-blog .card .card-content {
    padding: 30px 0 0;
    color: #1b1926;
    height: auto;
}
.metapress-blog .card-content a {
    text-decoration: none;
}

.metapress-blog .card-content a:hover {
    text-decoration: none;
}

.metapress-blog .card-content .card-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 130%;
    color: #000;
    width: 87%;
}
.card-content .btn-link {
    padding: 0;
    color: #3f91c9;
    font-weight: 500;
    font-size: 16px;
}

.card-content .read-more-btn:after {
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 0.9em;
    margin-left: 10px;
}

.metapress-hidden {
	display: none;
}
a.load-more {
    color: #1b1926;
    background-color: transparent;
    border-color: #3f91c9;
    border-radius: 100px;
    padding: 10px 17px;
}
a.load-more:hover {
    background: #3f91c9;
    color: #fff;
}
.metapress-blog .card-content a.anchor {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    margin-top: 20px;
    padding-left: 20px;
} 
@media (min-width: 860px) {
.col-md-4.card-container {
    width: 33.33333333%;
}
}
.metapress-blog.metapress-post-shortcode {
    padding-left: 0;
    padding-right: 0;
    background: none;
}
.metapress-blog.metapress-post-shortcode .container {
    width: 100%;
}
.metapress-blog.metapress-post-shortcode .container .load-more {
    display: none;
}
.metapress-blog {
	background: #f7f7f9;
}

section.metapress-blog.metapress-post-shortcode .card-container {
    width: 100%;
    padding: 0;
}
.metapress-blog.metapress-post-shortcode .card-container img {
    height: 195px;
}
.blog-post-excerpt {
    margin-bottom: 15px;
    font-size: 13px;
	color: #636c72;
	    width: 90%;
}

/* Single Post */
.metapress-single-post .metapress-blog {
    position: relative;
    z-index: 1;
}
.categories span a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.75px;
    text-decoration: none;
}
.post-title{
    padding-top: 10px;
}
.post-title h1 {
    text-transform: none;
    font-size: 42px;
    margin: 0;
    padding: 0;
    line-height: 44px;
    font-weight: 500;
    letter-spacing: .02em;
    margin-bottom: 15px;
    color: #fff;
}
.post-title h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.author-img-wrapper {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #3f91c9;
    width: 35px;
    height: 35px;
    margin-right: 15px;
}
.author-img-wrapper img {
    width: 100%;
}

h4.author-name .twitter-username{
    display: block;
    color: #00a4bd;
    font-size: 20px;
    margin-top: 12px;
}
h4.author-name,
h4.author-name a{
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    letter-spacing: .02em;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
}
.thumbnail-wrapper {
    padding: 160px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
	z-index: 39;
}
.thumbnail-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0.55;
}
.col-sm-2.side-social-icons {
    position: relative;
    z-index: 10;
	text-align: center;
}
.side-social-icons ul {
    list-style: none;
    bottom: 35%;
    position: fixed;
    margin: 0;
    left: -100px;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
}
.side-social-icons ul li {
    padding-top: 30px;
}
.side-social-icons ul li a {
    color: #999999;
}
.side-social-icons ul li a:hover {
    color: #3f91c9;
}
.side-social-icons ul li i {
    font-size: 24px;
}
.bottom-social-icons,
.published-date,
.topics{
    text-align: center;
    padding: 20px 0;
}
.published-date h4 {
    font-style: italic;
    color: #33475b;
    font-size: 15px;
    font-weight: 200;
}
.topics a {
    margin: 0;
    display: inline-block;
    background-color: #efefef;
    border-radius: 4px;
    padding: 5px 15px;
    margin-bottom: 3px;
    color: #33475b;
    font-size: 13px;
	line-height: 1.6;
    min-width: 130px;
    text-align: center;
    transition: background-color .7s ease;
    margin-left: 10px;
    text-decoration: none;
}
.bottom-social-icons ul {
    list-style: none;
    margin: 0;
}
.bottom-social-icons ul li {
    display: inline-block;
}
.bottom-social-icons ul li i {
    font-size: 23px;
    background: #999999;
    color: #fff;
    height: 40px;
    border-radius: 50%;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
.bottom-social-icons ul li a:hover > i {
    background: #3f91c9;
}
.metapress-single-post .breadcrumb>li+li:before,
.metapress-single-post aside.mashsb-container.mashsb-main{
    display: none;
}
.metapress-single-post .breadcrumb {
    background-color: #ffffff;
    padding: 8px 15px 0px;
    margin: 0;
}

.single-technical .container.breadcrubms-author {
    display: none;
}
h4.author-name {
    margin-top: 12px;
}
.container.breadcrubms-author {
    padding: 10px 15px 5px;
}
.breadcrubms-author.__breadcrubms-author-top {
   position: absolute;
   bottom: 30px;
   left: auto;
   right: auto;
   width: 100%;
}
.metapress-single-post .breadcrumb li a, .metapress-single-post .breadcrumb li {
    color: #333;
    font-size: 12px;
}

.bottom-social-icons {
    margin-bottom: 50px;
}

.__breadcrubms-author-top ul.breadcrumb {
    background-color: transparent;
}
.__breadcrubms-author-top .breadcrumb li,
.__breadcrubms-author-top .breadcrumb li a,
.__breadcrubms-author-top .author-name
 {
    color: #fff;
}
.single .container.breadcrubms-author .author-name a {
   color: #337ab7;
   text-decoration: none !important;
}
.published-date {
    margin-top: 50px;
}

.rposts-head {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0px;
}

p.read-more-btn {
    color: #337ab7;
    font-size: 14px;
}
.mk-header-holder,
.sticky-style-fixed.header-style-1 .mk-header-holder {
    transition: all 0s ease-in-out;
}
.mk-header-holder.sticky {
    background: #fff;
}
a:active, a:focus, a:hover, a:link, a:visited {
    text-decoration: none !important;
}

@media (min-width: 860px) and (max-width: 1010px) {
.metapress-blog {
    padding: 60px 0px 30px;
}	
}
@media (min-width: 860px) and (max-width: 930px) {
.blog-post-excerpt {
    font-size: 11px;
}	
}
@media (max-width: 991px) {
.metapress-blog .card-content a.anchor {
    padding-left: 15px;
}
.metapress-blog .card .card-block {
    padding: 0 15px 20px;
}
.blog-post-excerpt {
    font-size: 11px;
}
.metapress-blog .card-content .card-title {
    font-size: 12px;
    line-height: 150%;
    width: 90%;
}
}
@media (max-width: 860px) {

.blog-post-excerpt {
    font-size: 12px;
}
.metapress-blog .card-content .card-title {
    font-size: 14px;
}
}