/* -------------------------------
  Main Business Awards Styles
------------------------------- */

.bw-modules-page-info {
    padding-left: 0px;
    padding-right: 0px;
}
.bizaw-block {
    display: block !important;
}
.bizaw-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	margin-bottom: 20px;
}
.toyp-competition-card {
    background-color: #3a67b1;
}
.bizaw-post-image {
    margin-bottom: 5px;
}
.toyp-competition-image {
    margin-bottom: 0px;
}
.bizaw-post-image img {
    object-fit: contain;
    padding: 10px;
    height: 400px;
}
.toyp-competition-image img {
    object-fit: cover;
    padding: 0px;
    height: auto;
}
.bizaw-post-info {
	padding:15px;
	background: #3a67b1;
	color: #fff;
	height: 100%;
}
.toyp-competition-info {
    padding-left: 0px;
}
.bizaw-post-info a {  
	color: #fff;
}
.bizaw-post-info a:hover {  
	color: #eebd37;
}
.bizaw-post-by {
    display: block;
    font-size: 14px;
    color: #222;
    margin-bottom: 15px;
    line-height: 20px;
    padding: 0 0;
}
.bizaw-voting-category {  
	text-align:center;
	margin-bottom: 35px;
}
.bizaw-voting-category h4{  
	font-weight: 600;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 10px;
	margin-top: 10px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
	color: #0097d7;
}
.bizaw-voting {  
	background: #f9f9f9;
	width: 100%;
	padding-top: 20px;
    margin-bottom: 40px;
}
.bizaw-voting-post {  
	border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 30px;
	margin-bottom: 30px;
	background: #ffffff;
}
.bizaw-voting-image img {
    object-fit: contain;
    padding: 10px;
    height: 150px;
	margin-bottom:20px;
}
.toyp-voting-image img {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}
.bizaw-form-control {
    height: 35px;
    font-size: 14px;
	margin-bottom:5px;
}
.votingnames {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
.votinginforules {
    text-align: center;
}
.bizaw-desc-info {  
    margin-bottom: 20px;
}
.bizaw-nominations-image {  
    margin-bottom: 30px;
}
.form-control-35 {  
    height:35px;
}