/* oEmbed OGP Blog card */

.card-wrapper:after,
.card-wrapper:before {
    content: ' ';
    display: table;
}

.card-wrapper:after {
    zoom: 1;
    clear: both;
}

.card-wrapper {
    margin: 0px 0px 1.7rem;
    overflow: hidden;
    width:100%;
    max-width:600px;
    max-height:202px;
    border: 1px solid;
    border-color: #d0d0d0 #c0c0c0 #b0b0b0;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.05);
    background-clip: padding-box;
}

.card-wrapper a,
.card-wrapper a:visited {
    border: none !important;
    text-decoration: none;
}
.card-wrapper a:focus {
    outline: thin dotted;
}
.card-wrapper a:hover {
    text-decoration: underline;
}

.card-wrapper-inner {
    padding: 12px;
}
.card-wrapper * {
    word-wrap: break-word;
}

.card-content {
	float: left;
	padding-top: 0;
	display: inline;
    max-height: 150px;
    overflow: hidden;
}

.card-wrapper .no-thumb {
	width: 100%;
	margin: 0 0 12px 0 !important;
}

.card-wrapper .with-thumb {
	width: 72%;
	margin-right: 1.8%;
    margin-bottom: 12px;    
}

.card-wrapper .thumb-wrapper {
	float: left;
	padding-top: 0;
	width: 26.2%;
    max-height: 150px;
	margin: 0 0 12px 0 !important;
}

.card-content .card-title {
    font-size: 17px;
    line-height: 1.5 !important;
    max-height: 48px;
    overflow: hidden;
    margin: 0 0 3px !important;
    padding: 0 !important;
    border: none;   
    background: none;
}
.card-content .card-title a {
    /* color: #333333; */
}
.card-content .card-description {
    font-size: 12px;
    line-height: 1.4;
    max-height: 50px;
    overflow: hidden;
}

.card-footer {
    zoom: 1;
    clear: both;
    margin-top: 8px;
    padding-top: 4px;
    /* border-top: 1px solid #eaeaea; */
    height: 18px;
    position: relative;
    font-size: 11px;
}
.card-footer img {
    display: inline !important;
}
.card-footer .read-amp {
    background-color: #1c79c0;
    color: #FFFFFF;
    font-size: 11px;
    padding: 1px 3px 0 3px;
    border: 0px solid;
    border-radius: 3px;        
    margin: 0 12px;
}
