.mos-img img {display: none !important;}

:root {
 --themetm-color: #ed5521;
 --thm-gray: #fafafa;
 --thm-black: #000000;
 --thm-white: #fff;
}
.blog-one__single {
    margin-bottom: 25px;
}
.blog-one__blog-list {
    position: relative;
    display: block;
}
.blog-one__content ul {
padding-left: 0rem;
}
.blog-one__blog-list>li {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-one__single {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 5px double #D9D9D9;
	background: white;
}

.blog-one__img-box {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
}

.blog-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.blog-one__img::before {
    background-color: var(--thm-white);
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    content: "";
    z-index: 1;
}

.blog-one__single:hover .blog-one__img::before {
    height: 100%;
    opacity: .05;
}

.blog-one__img:after {
    position: absolute;
    content: "";
    background-color: var(--thm-white);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    -moz-transition: all 600ms ease-out 0s;
    -webkit-transition: all 600ms ease-out 0s;
    -ms-transition: all 600ms ease-out 0s;
    -o-transition: all 600ms ease-out 0s;
    transition: all 600ms ease-out 0s;
}

.blog-one__single:hover .blog-one__img:after {
    height: 0;
    opacity: .5;
}

.blog-one__img img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1);
}

.blog-one__single:hover .blog-one__img img {
    transform: scale(1.05);
}

.blog-one__content {
    position: relative;
    padding: 25px 50px !important;
}

.blog-one__blog-list>li:nth-child(2) .blog-one__single {
    border: 0;
}

.blog-one__blog-list>li:nth-child(2) .blog-one__content {
    background-color: #f5f5f5;
}

.blog-one__meta {
    position: relative;
    display: flex;
    align-items: center;
	font-size: 16px;
}

.blog-one__meta>li {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-one__meta>li+li {
    margin-left: 14px;
}

.blog-one__meta>li>a {
    letter-spacing: -0.64px;
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__meta>li>span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-right: 6px;
    color: var(--themetm-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__meta>li>a:hover {
    color: var(--themetm-color);
}

.blog-one__title {
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.28px;
  margin-top: -12px;
  margin-bottom: 6px;
  font-family: Lobster;
  font-size: 44px;
}

.blog-one__title a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__title a:hover {
    color: var(--themetm-color);
}

.blog-one__read-more {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--themetm-color);
}

.blog-one__read-more:hover {
    color: var(--thm-black);
}
@media only screen and (min-width: 769px) {
.blog-one__single:nth-child(even) .col-md-5 {
order: 2;
}
.blog-one__single:nth-child(even) .col-md-7 {
order: 1;
}
}
@media only screen and (max-width: 767px) {
		.blog-one__single {
		flex-direction: column;
		align-items: center;
	}

	.blog-one__blog-list>li:nth-child(2) .blog-one__content {
		margin-bottom: 30px;
	}

	.blog-one__meta {
		flex-direction: column;
		align-items: baseline;
	}

	.blog-one__meta>li+li {
		margin-left: 0;
		margin-top: 10px;
	}


	.blog-one__title {
		font-size: 25px;
		line-height: 35px;
	}

}


#mx-loads {
  padding: 20px 0px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 300;
}

a.showMore {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  background-color: #333;
  padding: 13px 25px;
  text-align: center;
  border-radius: 46px;
  font-size: 14px;
}