/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.hs02 h2, .hs02 h2 a {
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  color: #777;
  font-family: georgia, arial;
  font-style: italic;
  margin: 20px 0 0;
  opacity: 0.9; }
  .hs02 p {
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    color: #777;
    margin: 0 0 0px;
    height: 90px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    line-height: 28px; }

.frame {
  background-color: #ddc;
  border: solid 15px #eee;
  border-bottom-color: #fff;
  border-left-color: #eee;
  border-radius: 2px;
  border-right-color: #eee;
  border-top-color: #ddd;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset, 0 5px 10px 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  text-align: center; }
  .frame:before {
    border-radius: 2px;
    bottom: -2vmin;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
    content: "";
    left: -2vmin;
    position: absolute;
    right: -2vmin;
    top: -2vmin; }
  .frame:after {
    border-radius: 2px;
    bottom: -2.5vmin;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    content: "";
    left: -2.5vmin;
    position: absolute;
    right: -2.5vmin;
    top: -2.5vmin; }
  .frame img {
    border: solid 2px;
    border-bottom-color: #ffe;
    border-left-color: #eed;
    border-right-color: #eed;
    border-top-color: #ccb;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 200px; }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.subscribe-section {
  padding: 60px 0 65px;
  position: relative; }

.subscribe-section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); }

.subscribe-head h2 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 0 13px;
  text-transform: uppercase; }

.subscribe-head p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 39px; }

.subscribe-head {
  text-align: center; }

.form-section input[type="email"] {
  border: 0 none;
  border-radius: 25px;
  color: #9b9b9b;
  font-size: 16px;
  font-style: normal;
  height: 51px;
  letter-spacing: 0;
  text-align: center;
  width: 460px; }

.form-section input[type="submit"] {
  background: #fdb801 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 25px;
  color: #fff;
  height: 51px;
  letter-spacing: 0;
  margin-left: -60px;
  padding: 0 58px; }

.form-section .btn-subscribe {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px; }

#subscriberForm label.error {
  display: none !important; }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.tm10 {
  margin: 0.62rem 0.93rem;
  padding: 0 0 1.25rem 1.25rem;
  position: relative; }

.tm10-pic {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #344a5f;
  width: 5rem;
  height: auto;
  padding: 0.62rem;
  z-index: 2;
  border: 5px solid #ccc; }
  .tm10-pic img {
    margin: 0 auto;
    text-align: center; }

.tm10-review {
  border: 5px solid #ccc;
  margin: 0 1.62rem 1.25rem;
  font-style: italic;
  font-weight: normal;
  line-height: 1.5rem;
  padding: 9px 0.93rem 0.62rem 3.93rem;
  color: #344a5f;
  font-size: 0.93rem;
  position: relative; }
  .tm10-review > span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    left: 0;
    top: 0.62rem;
    font-size: 1.875rem;
    color: #34495e; }

.tm10-title {
  padding: 0 0 0 3rem;
  font-size: 0.93rem;
  color: #dc3545; }
  .tm10-title > span {
    color: #344a5f;
    font-size: 0.93rem;
    text-decoretion: none; }

.tm10-carousel .owl-nav {
  margin: 0.62rem 0 0.93rem 45%; }
  .tm10-carousel .owl-nav .owl-next {
    width: 32px;
    height: 8px;
    z-index: 0;
    background: #33495e;
    margin: 5px;
    opacity: 1;
    display: inline-flex;
    float: none;
    vertical-align: bottom; }
    .tm10-carousel .owl-nav .owl-next:hover {
      border: 1px solid #212f3d; }
    .tm10-carousel .owl-nav .owl-next:active {
      background: #344a5f; }
  .tm10-carousel .owl-nav .owl-prev {
    width: 32px;
    height: 8px;
    z-index: 0;
    background: #d9475c;
    margin: 5px;
    opacity: 1;
    display: inline-flex;
    float: none;
    vertical-align: bottom; }
    .tm10-carousel .owl-nav .owl-prev:hover {
      border: 1px solid #c4293f; }
    .tm10-carousel .owl-nav .owl-prev:active {
      background: #344a5f; }
  .tm10-carousel .owl-nav .fa {
    display: none; }
  .tm10-carousel .owl-nav .disabled {
    background: #777 !important; }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.post-slide {
  padding-right: 20px; }

.post-slide img {
  width: 100%;
  height: auto; }

.post-slide-2 .post-review-1 {
  padding: 0 17px 17px 0; }

.post-slide-2 .post-date-1 {
  float: left;
  margin-right: 10px;
  padding: 8px 15px;
  text-align: center;
  background: #444;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  transition: background 0.2s linear 0s; }

.post-slide-2:hover .post-date-1 {
  background: #078071; }

.post-slide-2 .post-date-1 small {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: capitalize; }

.post-slide-2 .post-date-1 small:before {
  content: "";
  display: block;
  margin-bottom: 5px;
  border-top: 1px solid #fff; }

.post-slide-2 .post-title-1 {
  margin: 0;
  padding-top: 15px; }

.post-slide-2 .post-title-1 a {
  font-size: 15px;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
  line-height: 20px;
  font-weight: bold; }

.post-comment-1 {
  margin: 0;
  list-style: none; }

.post-comment-1 li a {
  color: #a9a9a9;
  text-transform: capitalize; }

.post-comment-1 li a:before {
  content: "|";
  margin: 0 5px 0 5px;
  color: #d3d3d3; }

.owl-nav {
  text-align: center;
  margin-top: 20px; }

.owl-nav .owl-prev, .owl-nav .owl-next {
  display: inline-block;
  border: 1px solid #d3d3d3;
  box-shadow: 0 3px 0 #e5e5e5;
  border-radius: 4px;
  margin-right: 20px;
  padding: 8px 15px;
  transition: all 0.3s linear 0s; }

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  border: 1px solid #078071;
  box-shadow: 0 3px 0 #fff; }

.post-slide-2 {
  background: #fff;
  margin: 0 15px; }

.post-slide-2 .post-img {
  position: relative;
  float: left;
  width: 50%;
  height: auto; }

.post-slide-2 .post-img img {
  width: 100%;
  height: auto; }

.post-slide-2 .post-review {
  float: left;
  padding: 1px 20px;
  width: 50%; }

.post-slide-2 .post-title {
  margin: 0 0 5px 0; }

.post-slide-2 .post-title a {
  color: #3498db;
  font-size: 20px;
  font-weight: 700;
  display: block;
  text-transform: capitalize;
  transition: color 0.3s ease; }

.post-title > a:hover {
  text-decoration: none;
  color: #333; }

.post-slide .post-date {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 17px; }

.post-description {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  text-align: left; }

@media only screen and (max-width: 990px) {
  .post-slide-2 .over-layer:after {
    top: 39%;
    left: 45%; } }

@media only screen and (max-width: 640px) {
  .post-slide-2 .post-img {
    width: 100%; }

  .post-slide-2 .post-review {
    width: 100%;
    padding: 10px; } }
