.navbar-custom { 
    background-color: #ffffff; 
    padding-bottom: 3%;
	padding-top: 3%;
	border-bottom: 1px solid #e8e8e8;
} 

.header-content-logo {
  float: left;
  text-align: left;
}

.header-content-title {
	float: left;
	width: 33%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #666666;
	white-space: nowrap;
}

.header-content-settings {
  float: right;
  text-align: right;
}

.settings-icon{
	width: 28px;
	height: 28px;
}

.card{
	margin-right: 25px;
    margin-left: 25px;
    background: #FFFFFF;
	box-shadow: 2px 2px 8px #B4B4B4;
	border-radius: 4px;
}

a {
	color: black;
}

a:hover {
  text-decoration: none;
  color: black;
}

img.card-img-top.img-wide{
	height: 200px;
}

.card-body-content-left {
  float: left;
  width: 77%;
  text-align: left;
}

.card-body-content-right {
  float: right;
  width: 15%;
  text-align: center;
}

.card-block.px-3{
	padding-left: 0rem !important;
}

.btn-circle {
    margin-right: 0px;
    padding: 6px 0px;
    border-radius: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;;
}

.dislike {
    width: 60px;
    height: 60px;
    border-color: #BC3314;
    background-color: #BC3314;
}

.like {
    width: 60px;
    height: 60px;
    border-color: #008130;
    background-color: #008130;
}

.thumbs {
    width: 60px;
    height: 60px;
    border-color: #F5B807;
    background-color: #F5B807;
}

.card-body-content-right p{
	margin-top: 10px;
}

.card-body-content-right p span{
	padding-right: 4px;
}

img.img-fluid{
	object-fit: cover;
    border-radius: 3px;
}

.card-block.px-2{
	padding-top: 15px;
	width: 70%;
	display: initial;
}

.card-block {
	float: right;
	width: 20%;
	text-align: center;
}

.status-text{
	margin-top: 10px;
	padding-right: 0px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #000000;
	display: block;
	margin-bottom: 0px;
}

.card-block.px-3 button.btn.btn-xl{
	margin-bottom: 10px;
}

.read-more{
	text-align: center;
}

.button-text{
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    padding: 8px 20px;
    border: 1px solid #632d51;
    box-sizing: border-box;
    border-radius: 4px;
    background: #632d51;
    margin-bottom: 10px;
}

.card-title {
	font-weight: 600;
}

.card-text {
	color: #6d6d6d;
	font-weight: 400;
}

.btn-read-more {
	color: #000000;
    background: linear-gradient(to bottom, #fdfcff 0%, #cccccc 100%);
    border-color: #e6e6e6;
    font-size: 12px;
    padding: 3px 6px;
}

.btn-read-more:hover, .btn-read-more:focus {
	background: #cccccc;
}

.separator {
	border-bottom: 1px solid #e8e8e8;
}

.card-hover {
	transition: all 300ms ease-in-out;
}
.card-hover:hover {
	background: #ececec;
} 

.link-like-btn {
	border: none;
    background: transparent;
    text-align: left;
    padding: 0;
    cursor: pointer;
}

.link-like-btn:focus {
	outline: none;
}

@media (min-height: 600px) {
	.h-600-img {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.h-600-img .first-img-square {
		width: 100%;
		text-align: center;
	}
	.h-600-img img {
		width: 60% !important;
		border-radius: 0% !important;
	}
	.h-600-img-py {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important;
	}
}

@media (max-width: 576px) {
	img.img-fluid{
		width: 50px;
		width: 50px;
    	border-radius: 3px;
	}
	.card-title {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 5px;
	}
	.card-text {
		font-size: 12px;
		line-height: 14px;
	}
	.dislike, .like, .thumbs {
		width: 45px;
		height: 45px;
	}
	.icon-wh {
		width: 20px;
		height: 20px;
	}
}