.bm-grid.bm-grid > .row {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    margin: 0 auto;
	padding: 0 .50rem;
}
.bm-grid.bm-grid > .row > div {
    grid-column: span 4;
    margin: 1rem;
}
/* .bm a {
    color: #14145a!important;
} */
.sfx-featured-image__image{
    object-fit:cover;
    height: 100%;
}
.bm-grid-item .image {
    overflow: hidden;
}
.bm-posts .image img {
width: 100%;
}
.sfx-post-thumb:before, .sfx-post-thumb:after{
	display:none !important;
}
.sfx-post-thumb-heading {
    height: auto !important;
}
.sfx-post-thumb {
    height: 100% !important;
}

.bm-categories > .row{
	display: grid;
    grid-template-columns: repeat(12,1fr);
    margin: 0 auto;
}

.bm-categories > .row > div{
	grid-column: span 3;
    margin: .75rem;
}

.sfx-post-thumb .sfx-post-title {
    font-size: 24px!important;
    /* font-color: #000000!important; */
    /* margin-top: 8px; */
	margin-top: 0;
    padding: 20px 0 0 0;
	padding: 25px 0 10px 0;
    line-height: 40px;
}
.hero-text .details h1, .hero-text .details h1 a{
	line-height: 70px;
    font-weight: 400 !important;
    margin-top: 30px;
}
.bm-category-hr {
    margin-top: 0px!important;
    border-top: 1px solid #eee;
}
.post-thumb {
    padding-bottom: 20px;
}

.post-thumb .sfx-post-thumb-heading {
    padding: 30px 20px 0 20px!important;
}

.post-thumb .post-thumb-body.sfx-post-thumb-body {
    padding: 0 30px 30px 0;
}

.hero-text{
top:60% !important;
}
.bm-posts {
    padding: 1rem;
}

.bm-pagination > .row{
	display: flex;
    align-items: center;
    justify-content: space-between;
   padding: 60px 1.50rem 0 1.50rem;
}
.bm-pagination .results-list-navigation-element {
    justify-content: flex-start;
}

.container{
	padding : 0 1rem;
}

ul.breadcrumb li a{
	color :#f07350 !important;
}
.fa-stack-2x {
    font-size: 1.10em !important;
}
.fa-stack {
    width: 1.50em !important;
}
ul.breadcrumb {
    margin-bottom: 20px;
}
#description h2{
	font-size:1.40rem;
	    color: #14145a!important;
}

.row .post-nav {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    margin: 0 auto;
    padding: 0 .50rem;
    border: solid 1px #e5e5e5;
    border-right: none;
    border-left: 0;
}

.row .post-nav > div {
	grid-column: span 6;
	
}
img.media-object {
    max-width: 100%;
	border: 1px solid #eaeaea;
    margin-bottom: 15px;
}
.h4 + .media-body {
    display: block;
    font-style: italic;
    padding: 10px 0 0 0;
    color: #f07350;
	    font-size: 14px;
    line-height: 20px;
    
}

.col-md-6.post-nav-left {
    padding: 20px 20px 20px 0;
    border-right: 1px solid #eaeaea;
}
.col-md-6.post-nav-right {
    padding: 20px 0 20px 20px;
}
.col-md-6.post-nav-right a {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}

.tag{
	margin-top:45px;
	padding-bottom: 20px;
}

 .bm .bm-post-content .form-review > .h2, .bm.bm-module > .h2 {
    position: relative;
    text-align: left;
    margin-bottom: 30px;
    font-size: 20px !important;
    font-weight: bold;
}
#guest_info{
	display: grid;
    grid-template-columns: repeat(12,1fr);
    margin: 0 auto;
	padding: 0 .50rem;
}
#guest_info > div{
	grid-column: span 4;
    margin: 1rem;
}

.bm .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

label.control-label {
    font-size: 12px;
    padding: 6px 0px;
    color: #666;
    display: block;
}

div#guest_info > div:first-child {
    margin-left: 0;
}
div#guest_info > div:last-child {
    margin-right: 0;
}
#guest_info{
	padding: 0;
}
.form-group {
    margin-bottom: 20px;
}
@media (max-width: 450px) {
   .form-group {
   margin-right: 10px;
} 
}

label.control-label{
	padding: 10px 0;
}
.bm .bm-post-content .form-review textarea {
    line-height: 26px;
    overflow: hidden;
    word-wrap: break-word;
    resize: horizontal;
    height: 165px;
}
#captcha > div {
    display: flex;
}
#captcha > div > .col-sm-2 {
    white-space: nowrap;
    margin-right: 20px;
}
#captcha > div > .col-sm-10 {
    width: 100%;
}
textarea#input-review {
    width: 98%;
}
div#captcha {
    padding-right: 25px;
}
.buttons.clearfix {
    text-align: right;
}
.bm .btn {
    display: inline-block !important;
    margin: 0 !important;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn.btn-primary, .btn {
    border: 1px solid #f07350;
    background: #f07350;
    border-radius: 0px;
}
#guest_info input{
	width: 94% !important;
}
.fa-2x {
    font-size: 1.5em;
    margin: 0 4px;
}
.buttons.clearfix > div {
    float: none;
}
.tag,
.tag span{
	font-size: 14px;
}
.tag a {
    color: #f07350;
}
form#form_review .h2 span {
    font-size: 20px;
}

img {
    max-width: 100%;
}

#form_review .hidden {
    display: none;
}
.tag{
	margin-bottom:25px;
}
#guest_info > div{
	margin: 0 1rem;
}
div#review_notification + div {
    margin: 0;
}
form-group {
    margin-bottom: 15px;
}
.help-block{
	margin-bottom:25px;
}
.bm div.required .control-label:before {
    content: "* ";
    color: #f00;
    font-weight: bold;
}
ul.breadcrumb li a {
   color: #14145a !important;
}
/* .info-green-button:link, .info-green-button:visited{
	.info-green-button:link, .info-green-button:visited
} */
.bm .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.info-green-button:link, .info-green-button:visited,
.info-green-button:hover, .info-green-button:active{
	border-radius: 30px;
	background-color: #f07350 !important;
}
 /* button#button_review {
    background-color: #f07350;
    border-color: #f07350;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 0 1.25rem;
    cursor: pointer;
    border-radius: 1.25rem;
    border: 1px solid;
    height: 2.5rem;
    display: inline-flex;
    transition: all .25s ease;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1.4rem;
} */
.btn-primary {
    background-color: #f07350 !important;
    border-color: #f07350 !important;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 0px 30px;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.4rem;
    border-radius: 20px !important;
    background-image : none !important;
}

.btn-primary:hover{
    background-color: #14145a !important;
    border-color: #14145a !important;
    color: #fff !important;
	 background-image : none !important;
}


@media(max-width:767px){
.bm-grid.bm-grid > .row > div {
    grid-column: span 12;
}
.bm-categories > .row > div{
	grid-column: span 6;
}
.bm-grid.bm-grid > .row{
	padding : 0px;
}	
.bm-posts {
    padding: 0;
}
.row .post-nav > div {
    grid-column: span 12;
}
.col-md-6.post-nav-left{
	padding: 0;
	border: none;
}
.col-md-6.post-nav-right {
    padding: 0;
    margin-top: 30px;
}
.row .post-nav{
	border: none;
	padding: 0;
}
#guest_info > div {
    grid-column: span 12;
    margin: 0;
}
#guest_info input {
    width: 92% !important;
}
textarea#input-review {
    width: 92%;
}
.bm .bm-post-content .form-review textarea{
	height: 100px;
}
#captcha > div {
    display: block;
}
content.bm-post-content {
    padding: 0;
}

}
.hero-text .details h1, .hero-text .details h1 a {
    line-height: 60px !important;
}

.hero-text .entry-date.published {
    font-size: 20px !important;
}

.hero-text .details {
    font-size: 24px !important;
}
.hero-text {
    width: 80%;
	top: 50% !important;
}

ul.breadcrumb {
    padding: 10px 0px !important;
}

ul.breadcrumb li {
    line-height: 24px !important;
}
content.bm-post-content {
    padding: 0 !important;
}

/************************************************************************
New Style for Blog Post bullet points, line space and links [27 MAR 2023]
*************************************************************************/

 article.bm div#description ul {
    list-style-type: disc;
    font-size: 18px!important;
    line-height: 2;
}

article.bm div#description ol {
    list-style-type: decimal;
    font-size: 18px!important;
    line-height: 2;
}

article.bm div#description  a {
  text-decoration: underline;
  color: blue;
}


article.bm div#description h3, article.bm div#description h4 {
  font-size: 1.2rem;
    color: #14145a!important;
    font-weight: 600;
}


#description strong {
    font-weight: bold;
}











