/* Plaveooshop  blog style */
.blog-wrapper {
  position: relative;
  z-index: 1;
}

.blog-wrapper .single-blog-area {
    position: relative;
    z-index: 1;
    box-shadow: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
    border: solid 1px #ddd;
}

.blog-wrapper .single-blog-area img {
  width: 100%;
  height: 30vh;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.blog-wrapper .single-blog-area .post-title {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff;
    padding: 20px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    height: auto;
    z-index: 10;
    background-image: linear-gradient(to right, #080808 , #4e4e4e);
}

@media only screen and (max-width: 767px) {
  .blog-wrapper .single-blog-area .post-title {
    padding: 20px;
  }
}

.blog-wrapper .single-blog-area .post-title a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 00;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
  .blog-wrapper .single-blog-area .post-title a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-wrapper .single-blog-area .post-title a {
    font-size: 18px;
  }
}

.blog-wrapper .single-blog-area .hover-content {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #ffffff;
  background-color: #ffffff;
  padding: 20px 40px;
  position: absolute;
  width: 85%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrapper .single-blog-area .hover-content {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrapper .single-blog-area .hover-content {
    padding: 20px;
  }
}

.blog-wrapper .single-blog-area .hover-content .hover-post-title a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #2d2d2d;
    font-weight: 400;
    letter-spacing: 0.5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrapper .single-blog-area .hover-content p {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .blog-wrapper .single-blog-area .hover-content p {
    display: block;
    font-size: 14px;
    line-height: 1.7;
  }
}

.blog-wrapper .single-blog-area .hover-content > a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrapper .single-blog-area .hover-content > a {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrapper .single-blog-area .hover-content > a {
    margin-top: 30px;
  }
}

.blog-wrapper .single-blog-area:hover .hover-content, .blog-wrapper .single-blog-area:focus .hover-content {
  opacity: 1;
  visibility: visible;
}

.blog-wrapper .single-blog-area:hover img, .blog-wrapper .single-blog-area:focus img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-blog-wrapper {
  position: relative;
  z-index: 1;
}
.single-blog-wrapper .single-blog-content-wrapper {
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  width: 75%;
  padding: 70px 7%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    width: 65%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
    font-size: 24px;
  }
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
    font-size: 14px;
    margin-bottom: 50px;
    line-height: 1.7;
    font-weight: 300;
    color: #4e4e4e;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
    font-size: 14px;
  }
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote {
  margin-bottom: 50px;
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 {
    font-size: 15px;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    font-style: italic;
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 i {
    margin-right: 30px;
    font-size: 30px;
    color: #005686;
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote span {
    margin-left: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #005686;
    float: right;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    width: 35%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post img {
  width: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 50px;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a h5 {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: 'Oswald', sans-serif;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:hover img, .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:focus img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* :: 16.0 Regular Page Area CSS */
.regular-page-content-wrapper {
  position: relative;
  z-index: 1;
}

.regular-page-content-wrapper .regular-page-text h2 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.regular-page-content-wrapper .regular-page-text p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 50px;
}

.regular-page-content-wrapper .regular-page-text blockquote {
  margin-bottom: 50px;
}

.regular-page-content-wrapper .regular-page-text blockquote h6 {
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.regular-page-content-wrapper .regular-page-text blockquote h6 i {
  margin-right: 30px;
  font-size: 30px;
  color: #0315ff;
}

.regular-page-content-wrapper .regular-page-text blockquote span {
  margin-left: 60px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}

/* :: 17.0 Contact Area CSS */
.contact-area {
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-area .google-map {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  width: 60%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area .google-map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    width: 55%;
  }
}

@media only screen and (max-width: 767px) {
  .contact-area .google-map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.contact-area .google-map #googleMap {
  width: 100%;
  height: 685px;
}

@media only screen and (max-width: 767px) {
  .contact-area .google-map #googleMap {
    height: 400px;
  }
}

.contact-area .contact-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  width: 40%;
  padding: 50px 5%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area .contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    width: 45%;
    padding: 50px 3%;
  }
}

@media only screen and (max-width: 767px) {
  .contact-area .contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 50px 5%;
  }
}

.contact-area .contact-info h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.contact-area .contact-info p {
  font-size: 16px;
  font-weight: 300;
}

.contact-area .contact-info .contact-address p {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-area .contact-info .contact-address p span {
  font-weight: 600;
  color: #000000;
  width: 100px;
  display: inline-block;
  text-transform: uppercase;
}

.contact-area .contact-info .contact-address p:last-child {
  margin-top: 100px;
}

.contact-area .contact-info .contact-address p:last-child a {
  font-size: 14px;
  font-weight: 300;
}

.blog-small-desc {
  color: #2a2a2a;
  font-weight: 300;
  font-size: 0.85rem;
  max-height: 14em;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .blog-small-desc {
    max-height: 10em;
  }
}
@media only screen and (max-width: 991px) {
  .blog-small-desc {
    max-height: 20em;
  }
}
@media only screen and (max-width: 767px) {
  .blog-small-desc {
    max-height: 13em;
  }
}
.blog-wrapper .single-blog-area .hover-content > a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: 'Oswald', sans-serif;
}

.blog-date {
  font-size: 0.7rem;
  color: #a5a5a5;
  margin-top: -10px;
  font-weight:300;
  padding-bottom:10px;
}

/*********************************
 Follow Us
*********************************/

.follow_us_contents {
	margin-top: 32px;
}

.social {
	margin-top: 20px;
}

.social li {
	margin-right: 12px;
}

.social li:last-child {
	margin-right: 0px;
}

.social li a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social li a i {
	color: #FFFFFF;
}

.social li:hover a {
	transform: translateY(-5px);
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}

.share {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  color: #2d2d2d;
  font-weight: 300 !important;
  font-size: 2.5em !important;
  letter-spacing: 3px;
  text-transform: uppercase;
}


.single-blog-wrapper .single-blog--text img {
  max-width: 500px;
  margin: 15px;
}
@media only screen and (max-width: 576px) {
  .single-blog-wrapper .single-blog--text img {
    max-width: 90%;
  }
}
