/*
Skin Name: Default
Version: 1.0.0
Author: khromov
*/

@media (min-width:501px){
.container-card {
  display: flex;
}
.left, .right {
  flex: 1;
}
.right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
}

@media (max-width:500px){
	.container-card {
		display: inline;
		margin-left:auto;
    		margin-right:auto;
    		height:auto; /* this is not needed, as parent container, this div will size automaticly */
    		width:auto; /* this is not needed, as parent container, this div will size automaticly */
	}
	.right {
		float:left;
	}
	.right {
	  clear: left;
	  justify-content: space-between;
	}
	
	.content_cards_card .content_cards_title {
		margin: 5px 15px 5px 15px;
	}
}


.dem99 {
    vertical-align: middle;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    color: white;
    font-size: 16px;
    padding: 7px 10px;
    border: 1px solid #10a789f0;
    width: 90%;
    background: #00b58d;
    background: -webkit-linear-gradient(top, #00b58d, #00b58dbf);
    cursor: pointer;
}

.dem99 > a {
	color: white;
	letter-spacing: 0.05em;
}

#dem-amp {
	color: white;
}

.dem99:hover {
	background: #03d4a6;
    	background: -webkit-linear-gradient(top, #03d4a6, #0eb792bf);
}

.content_cards_card * {
	box-sizing: border-box;
}

.content_cards_card {
	background-color: white;
	border: 1px solid;
	border-color: #e9eaed #dadada #ccc;
	padding: 0px 3px 10px 3px;
	margin-bottom: 20px;
	margin-top: 20px;
    	max-width: 600px;
    	margin-left: auto;
    	margin-right: auto;
	display: inline-grid;
}

@media (min-width:768px){
	.content_cards_card {
		margin-left: 1em;
	}
}

@media (min-width:1024px){
        .content_cards_card {
                margin-left: .5em;
        }
}

@media (min-width:1025px){
        .content_cards_card {
                margin-left: 12%;
        }
}


.content_cards_card .content_cards_image {
	width: 100%;
	display: block;
	text-align: center;
}

.content_cards_card .content_cards_image img {
	display: block;
	margin-left: auto;
	margin-right: auto;

	max-width: 100%;
	height: auto;
}

/* Making this a bit more specific to make it harder for themes to override it */
html body .content_cards_card a,
html body .content_cards_card a:visited,
html body .content_cards_card a:active {
	box-shadow: none;
	color: #141412;
	text-decoration: none;
}

html body .content_cards_card a:hover,
html body .content_cards_card a:active {
	box-shadow: none;
	color: #4a4a48;
	text-decoration: none;
}

.content_cards_card .content_cards_center_image > a {
	border: 0;
}

.content_cards_card .content_cards_title {
	font-size: 20px;
	line-height: 1.3;
	color: #141412;
	font-weight: bold;
	margin: 0px 10px 2px 5px;
}

.content_cards_card .content_cards_title > a {
	font-size: 22px;
	color: #141412;
}

#content_cards_title_linked {
        font-size: 22px;
        color: #141412;

}

#content_cards_title_linked > a:hover {
        color: Red;
}

.content_cards_card .content_cards_title > a:hover {
	color: Red;
}

.content_cards_card .content_cards_description {
	font-size: 100%;
	line-height: 1.4;
	color: #141412;
	margin: 2px 15px 0px 15px;
}

.content_cards_card .content_cards_description > a > p {
        margin: 0;
        padding: 0;
        font-size: 14px;
}

.content_cards_card .content_cards_site_name {
	/*font-style: italic;*/
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	color: #9197a3;
	text-align: right;
	margin: 10px 2px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: flex-end;	
}

.content_cards_favicon {
	max-height: 16px;
	margin-right: 2px;
}

