@charset "UTF-8";
/*

@Author: Drection
@URL: https://themeforest.net/user/drection
 
This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


	// Table of contents //

		01. FONTS
		02. BODY
		03. LINKS
		04. HTML TAGS
		05. HEADLINES
		06. FORM ELEMENTS
		07. CUSTOM CONTAINER
		08. SPACING
		09. CUSTOM CLASSES
		10. THEME DARK
		11. CUSTOM SWITHER
		12. PAGINATION
		13. CONTENT SECTION
		14. SECTION SEPARETOR 
		15. SECTION AD
		16. SECTION TITLE
		17. SEARCH BOX
		18. SIDE WIDGET
		19. SIDEBAR
		20. SCROLL UP
		21. STICKY NAVBAR
		22. HEADER
		23. NAVBAR
		24. PAGE HEADER
		25. SINGLE HEADER
		26. MAIN SLIDER
		27. NEWS SLIDER
		28. HIGHLIGHT SLIDER
		29. SIDE NEWS
		30. BLOG POST
		31. NEW YORK
		32. CHICAGO
		33. MIAMI
		34. NEVADA
		35. KENTUCKY
		36. KANSAS
		37. FLORIDA
		38. ARIZONA
		39. TEXAS
		40. GEORGIA
		41. COLORADO
		42. UTAH
		43. ALASKA
		44. CALIFORNIA
		45. INDIANA
		46. MONTANA
		47. AUTHORS
		48. AUTHORS INFO BOX
		49.POST NAVIGATION
		50.AUTHOR BOX
		51.CONTACT BOX
		52.NEWSLETTER BOX
		53.FOOTER
		54.RESPONSIVE MEDIIUM
		55.RESPONSIVE TABLET
		56.RESPONSIVE MOBILE
	

*/
/* CUSTOM FONTS */
@font-face {
  font-family: 'Mont';
  src: url("../fonts/Mont-Regular.eot");
  src: local("☺"), url("../fonts/Mont-Regular.woff") format("woff"), url("../fonts/Mont-Regular.ttf") format("truetype"), url("../fonts/Mont-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Mont';
  src: url("../fonts/Mont-Bold.eot");
  src: local("☺"), url("../fonts/Mont-Bold.woff") format("woff"), url("../fonts/Mont-Bold.ttf") format("truetype"), url("../fonts/Mont-Bold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Mont';
  src: url("../fonts/Mont-Heavy.eot");
  src: local("☺"), url("../fonts/Mont-Heavy.woff") format("woff"), url("../fonts/Mont-Heavy.ttf") format("truetype"), url("../fonts/Mont-Heavy.svg") format("svg");
  font-weight: 800;
  font-style: normal;
}
* {
  outline: none !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Mont";
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  color: #0c0c0c;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* LINKS */
a {
  color: #0c0c0c;
}

a:hover {
  color: #0c0c0c;
  text-decoration: underline;
}

/* HTMLT TAGS */
img {
  max-width: 100%;
}

strong {
  font-weight: 600;
}

blockquote {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 30px;
  padding: 0 50px !important;
  font-family: "Times New Roman";
  position: relative;
  line-height: 1.2;
}
blockquote:before {
  content: "“";
  font-size: 80px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
blockquote:after {
  content: "”";
  font-size: 80px;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}

/* HEADLINES */
h1 {
  margin-bottom: 20px;
}

h2 {
  margin-bottom: 20px;
}

h3 {
  margin-bottom: 20px;
}

h4 {
  margin-bottom: 20px;
}

h5 {
  margin-bottom: 20px;
}

h6 {
  margin-bottom: 20px;
}

/* FORM ELEMENTS */
input[type="text"] {
  width: 420px;
  max-width: 100%;
  height: 60px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="email"] {
  width: 420px;
  max-width: 100%;
  height: 60px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="search"] {
  width: 420px;
  max-width: 100%;
  height: 60px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="password"] {
  width: 420px;
  max-width: 100%;
  height: 60px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="number"] {
  width: 420px;
  max-width: 100%;
  height: 60px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="date"] {
  width: 420px;
  max-width: 100%;
  height: 60px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

input[type="radio"] {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  transform: translateY(3px);
  appearance: none;
  background: #ededed;
  border-radius: 50%;
}

input[type="radio"]:checked {
  border: 6px solid #0c0c0c;
}

input[type="checkbox"] {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 4px;
  transform: translateY(2px);
  appearance: none;
  background: #ededed;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="checkbox"]:checked {
  border: 4px solid #ededed;
  background: #0c0c0c;
}

textarea {
  width: 520px;
  max-width: 100%;
  height: 140px;
  padding: 30px;
  border: 1px solid #cecece;
}

select {
  width: 420px;
  max-width: 100%;
  height: 60px;
  padding: 0 30px;
  border: 1px solid #cecece;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 30px) 28px, calc(100% - 25px) 28px, calc(100% - 3.5em) 10px;
  background-size: 5px 5px, 5px 5px, 1px 40px;
  background-repeat: no-repeat;
}

input[type="submit"] {
  height: 60px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #0c0c0c;
  background: #7FB9D7;
  border: none;
  padding: 0 40px;
}

button[type="submit"] {
  height: 60px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #0c0c0c;
  background: #866c0f2;
  border: none;
  padding: 0 40px;
}
button[type="submit"] i {
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
  transform: translateY(2px);
}

/* CUSTOM CONTAINER */
@media (min-width: 1170px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1260px;
  }
}
/* SPACING */
.no-spacing {
  margin: 0 !important;
  padding: 0 !important;
}

.no-top-spacing {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.spacing-50 {
  width: 100%;
  display: flex;
  height: 50px;
}

/* CUSTOM CLASSES */
.overflow {
  overflow: hidden;
}

.image {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.archive.category label {
  width: 100%;
  text-align: center;
}

.archive.category .screen-reader-text {
  display: none;
}

.error-404.not-found label {
  width: 100%;
  text-align: center;
}

.content-section .vc_sep_width_100 {
  margin-bottom: 0;
}

.custom-list {
  padding-left: 20px;
}

.custom-list li {
  margin: 5px 0;
}

/* THEME DARK */
body[data-theme="dark"] {
  background-color: #2b2b2b !important;
  color: #fff;
}
body[data-theme="dark"] a {
  color: #fff;
}
body[data-theme="dark"] a:hover {
  color: #fff;
}
body[data-theme="dark"] .header .container .left-side .social-media .social-info {
  background: #0c0c0c;
  border-color: rgba(255, 255, 255, 0.15);
}
body[data-theme="dark"] .search-box {
  background: #0c0c0c;
}
body[data-theme="dark"] .search-box .container input[type="search"] {
  color: #fff;
}
body[data-theme="dark"] .header .container .logo a .logo-light {
  display: block;
}
body[data-theme="dark"] .header .container .logo a .logo-dark {
  display: none;
}
body[data-theme="dark"] .navbar .site-menu ul li i {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
body[data-theme="dark"] .navbar .logo .logo-dark {
  display: none;
}
body[data-theme="dark"] .navbar .logo .logo-light {
  display: block;
}
body[data-theme="dark"] .page-header {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
body[data-theme="dark"] .header {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
body[data-theme="dark"] .navbar {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
body[data-theme="dark"] .pagination .page-item .page-link {
  background: none;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
}
body[data-theme="dark"] .pagination .page-item.active .page-link {
  background: #7FB9D7;
  color: #0c0c0c;
}
body[data-theme="dark"] .blog-post .metas .views img {
  filter: invert(1) brightness(1);
}
body[data-theme="dark"] .california .post-content .post-title {
  color: #fff;
}
body[data-theme="dark"] .california .post-content .metas {
  color: #fff;
}
body[data-theme="dark"] .california .post-content .dot {
  background: #fff;
}
body[data-theme="dark"] .california .post-content {
  color: #fff;
}
body[data-theme="dark"] .california .post-content strong {
  color: #fff;
  opacity: 0.8;
}
body[data-theme="dark"] .california .post-content u {
  color: #fff;
  opacity: 0.8;
}
body[data-theme="dark"] .california .post-content blockquote {
  border-color: #7FB9D7;
}
body[data-theme="dark"] .author-info-box .content ul li a {
  color: #fff;
}
body[data-theme="dark"] .author-info-box .content ul li a:hover {
  color: #7FB9D7;
}
body[data-theme="dark"] .author-box {
  border-color: rgba(255, 255, 255, 0.15);
}
body[data-theme="dark"] .author-box .content .social li a:hover {
  color: #7FB9D7;
}
body[data-theme="dark"] .alaska .post-content {
  background: #2b2b2b;
}
body[data-theme="dark"] .alaska .post-content .metas .dot {
  background: #fff;
}
body[data-theme="dark"] .alaska .post-content .post-title a {
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #fff 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #fff 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #ff 1px);
}
body[data-theme="dark"] .new-york .post-content .post-title a {
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #fff 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #fff 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #ff 1px);
}
body[data-theme="dark"] .miami {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
body[data-theme="dark"] .miami .post-content .post-title a {
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #fff 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #fff 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #ff 1px);
}
body[data-theme="dark"] .nevada .post-content {
  color: #0c0c0c;
  padding-bottom: 36px;
}
body[data-theme="dark"] .nevada .post-content .post-title a {
  color: #0c0c0c;
}
body[data-theme="dark"] .nevada .post-content .metas .author a {
  color: #0c0c0c;
}
body[data-theme="dark"] .kansas .post-title a {
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #fff 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #fff 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #ff 1px);
}
body[data-theme="dark"] .kansas .metas .date {
  color: rgba(255, 255, 255, 0.6);
}
body[data-theme="dark"] .kansas .metas .dot {
  background: #fff;
}
body[data-theme="dark"] .kansas .metas .author {
  color: rgba(255, 255, 255, 0.6);
}
body[data-theme="dark"] .kansas .metas .author a {
  color: rgba(255, 255, 255, 0.6);
}
body[data-theme="dark"] .florida .post-content .post-title a {
  color: #0c0c0c;
}
body[data-theme="dark"] .florida .post-content .metas {
  color: #0c0c0c;
}
body[data-theme="dark"] .florida .post-content .metas .author a {
  color: #0c0c0c;
}
body[data-theme="dark"] .kentucky .post-content .post-title a {
  color: #0c0c0c;
}
body[data-theme="dark"] .texas .post-content {
  color: #0c0c0c;
}
body[data-theme="dark"] .texas .post-content .post-title a {
  color: #0c0c0c;
}
body[data-theme="dark"] .col-lg-4:first-child .texas {
  margin-bottom: 50px;
}
body[data-theme="dark"] .section-separator {
  background: rgba(255, 255, 255, 0.3);
}
body[data-theme="dark"] .utah .post-content .metas .date {
  color: rgba(255, 255, 255, 0.6);
}
body[data-theme="dark"] .utah .post-content .post-title a {
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #fff 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #fff 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #ff 1px);
}
body[data-theme="dark"] .highlight-slider-wrapper .highlight-slider-bottom:before {
  background: #2b2b2b;
}
body[data-theme="dark"] .montana .post-content .post-title a {
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #fff 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #fff 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #ff 1px);
}
body[data-theme="dark"] .montana {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
body[data-theme="dark"] .montana .post-content .metas {
  color: rgba(255, 255, 255, 0.6);
}
body[data-theme="dark"] .montana .post-content .metas .dot {
  background: rgba(255, 255, 255, 0.6);
}
body[data-theme="dark"] .montana .post-content .metas .author a {
  color: rgba(255, 255, 255, 0.6);
}
body[data-theme="dark"] .sidebar .widget .tab-content .tab-nav li.active a {
  color: #0c0c0c;
}
body[data-theme="dark"] .sidebar .widget .tab-content .tab-nav {
  background: rgba(255, 255, 255, 0.3);
}
body[data-theme="dark"] .scrollup {
  background: transparent;
  border-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
}
body[data-theme="dark"] .scrollup:after {
  color: #fff;
}
body[data-theme="dark"] .scrollup svg.progress-circle path {
  stroke: #7FB9D7;
}
body[data-theme="dark"] .hawaii {
  border-color: rgba(255, 255, 255, 0.3);
}
body[data-theme="dark"] .top-authors .author-content .name a {
  color: #0c0c0c;
}
body[data-theme="dark"] .widget .utw .ui-tabs .ui-tabs-nav {
  background: rgba(255, 255, 255, 0.3);
}
body[data-theme="dark"] .widget .utw .ui-tabs .ui-tabs-nav li a {
  color: #fff;
}
body[data-theme="dark"] .utw .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #0c0c0c;
}
body[data-theme="dark"] .widget .wpp-list li {
  border-color: rgba(255, 255, 255, 0.3);
}
body[data-theme="dark"] .widget .wpp-list li .post-stats {
  color: rgba(255, 255, 255, 0.6);
}
body[data-theme="dark"] .widget .wpp-list li .wpp-views:before {
  filter: invert(1) brightness(1);
}
body[data-theme="dark"] .california .side-share ul li a {
  border-color: rgba(255, 255, 255, 0.3);
}
body[data-theme="dark"] .california .side-share ul li a:hover {
  color: #0c0c0c;
}
body[data-theme="dark"] .post-comment {
  border-color: rgba(255, 255, 255, 0.1);
}
body[data-theme="dark"] .post-comment .comments-title {
  border-color: rgba(255, 255, 255, 0.3);
}
body[data-theme="dark"] .post-comment .comment-list .comment {
  border-color: rgba(255, 255, 255, 0.3);
}
body[data-theme="dark"] .post-comment .comment-form .comment-respond .comment-reply-title {
  border-color: rgba(255, 255, 255, 0.3);
}
body[data-theme="dark"] .post-navigation .nav-previous {
  border-color: rgba(255, 255, 255, 0.3);
}
body[data-theme="dark"] .sticky-navbar .site-menu ul li a {
  color: #0c0c0c;
}
body[data-theme="dark"] .sticky-navbar .site-menu ul li ul li a {
  color: #fff;
}

/* CUSTOM CONTROL */
.custom-control-label::before {
  border: #dddddd solid 1px;
}

.custom-switch .custom-control-label::after {
  background: #0c0c0c;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background: #7FB9D7;
  border-color: #7FB9D7;
  color: #0c0c0c;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background: #0c0c0c;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border: #dddddd solid 1px;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-switch .custom-control-label::before {
  top: 3px;
}

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 1px);
}

.header .container .right-side .custom-switch .custom-control-input {
  width: 100% !important;
  border: none;
  right: 0;
  left: auto !important;
  margin: 0;
}

/* PAGINATION */
.pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 40px;
}
.pagination .page-item {
  display: inline-block;
}
.pagination .page-item.active .page-link {
  background: #7FB9D7;
  border-color: transparent;
  color: #0c0c0c;
}
.pagination .page-item .page-link {
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  border-radius: 0 !important;
  font-size: 12px;
  font-weight: 600;
  color: #0c0c0c;
  outline: none !important;
}
.pagination .page-item .page-link:focus {
  outline: none !important;
}

/* CONTENT SECTION */
.content-section {
  width: 100%;
  display: block;
  padding: 80px 0;
  position: relative;
  background-size: 100% auto !important;
}
.content-section.space-50 {
  padding: 50px 0;
}

/* SECTION SEPARATOR*/
.section-separator {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 1px;
  background: #ddd;
}

/* SECTION AD */
.section-ad {
  width: 100%;
  display: block;
  margin-bottom: 0;
  background: #f9f7f7;
}
.section-ad h6 {
  margin-bottom: 0;
}
.section-ad a {
  width: 100%;
  display: block;
}
.section-ad a img {
  width: 100%;
}

/* SECTION TITLE */
.section-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 600;
}

/* SEARCH BOX */
.search-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  background: #fff;
}
.search-box .close-button {
  position: absolute;
  right: 50px;
  top: 30px;
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.search-box .close-button:hover {
  transform: scale(1.2);
}
.search-box .container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.search-box .container form {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.search-box .container input[type="search"] {
  width: 60vw;
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 17px;
  letter-spacing: 1px;
  padding: 0;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  background: none;
}
.search-box .container h6 {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 30px;
}
.search-box .container ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.search-box .container ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
.search-box .container ul li a {
  display: inline-block;
  text-decoration: underline;
}
.search-box .container ul li a:hover {
  color: #777;
  text-decoration: none;
}
.search-box.active {
  opacity: 1;
  visibility: visible;
}

/* SIDE WIDGET */
.side-widget {
  width: 400px;
  max-width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 7;
  background: #0c0c0c;
  padding: 20px 36px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.side-widget .close-button {
  position: absolute;
  right: 36px;
  top: 20px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.side-widget .close-button:hover {
  transform: scale(1.2);
}
.side-widget .logo {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.side-widget .logo img {
  height: 35px;
}
.side-widget .inner {
  width: 100%;
  max-height: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow-y: auto;
  margin-bottom: auto;
}
.side-widget .inner .widget {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  color: #fff;
}
.side-widget .inner .widget .widget-title {
  width: 100%;
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.side-widget .inner .widget:last-child {
  margin-bottom: 0;
}
.side-widget .inner .header-button {
  width: 100%;
  display: block;
  align-items: center;
  line-height: 40px;
  color: #fff;
  margin-bottom: 20px;
}
.side-widget .inner .header-button i {
  font-size: 20px;
  margin-right: 8px;
}
.side-widget .inner .header-button a {
  color: #fff;
  font-weight: 600;
}
.side-widget .inner .site-menu {
  width: 100%;
  display: block;
}
.side-widget .inner .site-menu ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.side-widget .inner .site-menu ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.side-widget .inner .site-menu ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.side-widget .inner .site-menu ul li.menu-item-has-children i {
  display: inline-block;
}
.side-widget .inner .site-menu ul li.menu-item-has-children ul li i {
  display: none;
}
.side-widget .inner .site-menu ul li.menu-item-has-children ul li.menu-item-has-children i {
  display: inline-block;
}
.side-widget .inner .site-menu ul li.menu-item-has-children ul li.menu-item-has-children ul li i {
  display: none;
}
.side-widget .inner .site-menu ul li.menu-item-has-children ul li.menu-item-has-children ul li.menu-item-has-children i {
  display: inline-block;
}
.side-widget .inner .site-menu ul li.menu-item-has-children ul li.menu-item-has-children ul li.menu-item-has-children ul li i {
  display: none;
}
.side-widget .inner .site-menu ul li ul {
  display: none;
  padding-left: 15px;
  margin: 15px 0;
}
.side-widget .inner .site-menu ul li ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: none;
}
.side-widget .inner .site-menu ul li ul li a {
  width: auto;
  display: inline-block;
}
.side-widget .inner .site-menu ul li i {
  width: 6px;
  height: 6px;
  display: none;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  margin-left: auto;
  margin-right: 5px;
  cursor: pointer;
}
.side-widget .inner .site-menu ul li a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 0;
}
.side-widget .inner .site-menu ul li a:hover {
  background: none;
}
.side-widget .inner .site-menu ul li a:focus {
  background: none;
}
.side-widget .inner .side-newsletter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.side-widget .inner .side-newsletter p {
  width: 100%;
  display: block;
}
.side-widget .inner .side-newsletter form {
  width: 100%;
  display: block;
}
.side-widget .inner .side-newsletter input[type="email"] {
  max-width: 100%;
  margin-bottom: 10px;
  border: none;
}
.side-widget .inner .side-newsletter label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.side-widget .inner .side-newsletter input[type="checkbox"] {
  display: inline-block;
  background: #ededed;
}
.side-widget .inner .side-newsletter input[type="checkbox"]:checked {
  border: 4px solid #ededed;
  background: #0c0c0c;
}
.side-widget .inner .widget_mc4wp_form_widget {
  margin-top: 50px;
}
.side-widget .inner .newsletter-box {
  text-align: left;
}
.side-widget .inner .newsletter-box h3 {
  display: none;
}
.side-widget .inner .newsletter-box i {
  display: none;
}
.side-widget .inner .newsletter-box p {
  font-size: 15px;
  margin-bottom: 15px;
  display: none;
}
.side-widget .inner .newsletter-box .form {
  padding: 0;
  justify-content: flex-start;
}
.side-widget .inner .newsletter-box label {
  font-size: 13px;
  margin-top: 10px;
}
.side-widget .inner .newsletter-box input[type="email"] {
  width: 100%;
  margin-bottom: 10px;
}
.side-widget.active {
  left: 0;
}

/* SCROLL UP*/
.scrollup {
  width: 56px;
  height: 56px;
  border-radius: 46px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  box-shadow: inset 0 0 0 2px #cccccc;
  cursor: pointer;
  z-index: 6;
  display: none;
  border: 5px solid #fff;
  background: #fff;
}
.scrollup:after {
  content: '\f062';
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: #1f2029;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  text-align: center;
  cursor: pointer;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 18px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.scrollup svg path {
  fill: none;
}
.scrollup svg.progress-circle path {
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  stroke: #1f2029;
  stroke-width: 4px;
}

/* STICKY NAVBAR */
.sticky-navbar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 6;
  top: -100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  padding: 25px 60px;
}
.sticky-navbar.nav-up {
  top: -100%;
}
.sticky-navbar.nav-down {
  top: 0 !important;
}
.sticky-navbar .logo {
  margin-right: auto;
}
.sticky-navbar .logo img {
  height: 25px;
}
.sticky-navbar .site-menu {
  display: inline-block;
  margin: 0 auto;
}
.sticky-navbar .site-menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.sticky-navbar .site-menu ul li {
  display: inline-block;
  margin: 0;
  margin-right: 3vw;
  padding: 0;
  list-style: none;
  position: relative;
}
.sticky-navbar .site-menu ul li:last-child {
  margin-right: 0;
}
.sticky-navbar .site-menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
.sticky-navbar .site-menu ul li.menu-item-has-children i {
  display: inline-block;
}
.sticky-navbar .site-menu ul li i {
  width: 6px;
  height: 6px;
  display: none;
  border-bottom: 2px solid #0c0c0c;
  border-left: 2px solid #0c0c0c;
  transform: rotate(-45deg) translateY(-5px);
  margin-left: 10px;
}
.sticky-navbar .site-menu ul li a {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sticky-navbar .site-menu ul li a:hover {
  text-decoration: none;
}
.sticky-navbar .site-menu ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 5px;
  width: 0;
  transition: width 0s ease, background .25s ease;
  mix-blend-mode: multiply;
}
.sticky-navbar .site-menu ul li a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 3px;
  height: 5px;
  width: 0;
  background: #7FB9D7;
  transition: width .25s ease;
  mix-blend-mode: multiply;
}
.sticky-navbar .site-menu ul li a:hover:before {
  width: 100%;
  background: #7FB9D7;
  transition: width .25s ease;
}
.sticky-navbar .site-menu ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.sticky-navbar .site-menu ul li ul {
  min-width: 160px;
  position: absolute;
  left: -30px;
  top: calc(100% + 26px);
  z-index: 6;
  background: #0c0c0c;
  padding: 20px 0;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  background: color-dark;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
}
.sticky-navbar .site-menu ul li ul:before {
  content: "";
  width: 100%;
  height: 26px;
  position: absolute;
  left: 0;
  top: -23px;
}
.sticky-navbar .site-menu ul li ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0 30px;
  margin-bottom: 7px;
}
.sticky-navbar .site-menu ul li ul li:last-child {
  margin: 0;
}
.sticky-navbar .site-menu ul li ul li a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
}
.sticky-navbar .site-menu ul li ul li a:hover {
  color: #7FB9D7;
  background: none;
}
.sticky-navbar .site-menu ul li ul li a:focus {
  color: #7FB9D7;
  background: none;
}
.sticky-navbar .site-menu ul li ul li a:before {
  display: none;
}
.sticky-navbar .site-menu ul li ul li a:after {
  display: none;
}
.sticky-navbar .site-menu ul li:hover ul {
  visibility: visible;
  opacity: 1;
}
.sticky-navbar .site-menu ul li ul i {
  display: none !important;
}
.sticky-navbar .site-menu ul li:hover ul li ul {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.sticky-navbar .site-menu ul li ul li ul {
  left: 100%;
  top: -20px;
}
.sticky-navbar .site-menu ul li:hover ul li:hover ul {
  visibility: visible;
  opacity: 1;
  background: #212529;
}
.sticky-navbar .site-menu ul li:hover ul li:hover ul li ul {
  visibility: hidden;
  opacity: 0;
}
.sticky-navbar .site-menu ul li:hover ul li:hover ul li:hover ul {
  visibility: visible;
  opacity: 1;
  background: #2e3338;
}
.sticky-navbar .search-button {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.sticky-navbar .search-button i {
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
}

/* HEADER */
.header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.header .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header .container .left-side {
  width: 25%;
  display: inline-block;
  margin-right: auto;
}
.header .container .left-side .social-media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.header .container .left-side .social-media .social-info {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: calc(100% + 26px);
  z-index: 1;
  background: #fff;
  padding: 15px 25px;
  border: 1px solid #ddd;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  white-space: nowrap;
  font-weight: 400;
}
.header .container .left-side .social-media .social-info:before {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  top: -25px;
}
.header .container .left-side .social-media .social-info ol {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.header .container .left-side .social-media .social-info ol li {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 3px 0;
  padding: 0;
  list-style: none;
}
.header .container .left-side .social-media .social-info ol li i {
  width: 24px;
  font-size: 13px;
}
.header .container .left-side .social-media .social-info ol li span {
  width: 50px;
  text-align: right;
  margin-left: auto;
}
.header .container .left-side .social-media .label {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
  font-weight: 600;
  position: relative;
}
.header .container .left-side .social-media .label:hover .social-info {
  opacity: 1;
  visibility: visible;
}
.header .container .left-side .social-media ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.header .container .left-side .social-media ul li {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  list-style: none;
}
.header .container .left-side .social-media ul li a {
  display: inline-block;
  font-size: 13px;
}
.header .container .left-side .social-media ul li a:hover {
  color: #777;
}
.header .container .logo {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.header .container .logo a {
  display: inline-block;
}
.header .container .logo a .logo-light {
  display: none;
}
.header .container .logo a img {
  height: 35px;
}
.header .container .right-side {
  width: 25%;
  display: flex;
  margin-left: auto;
}
.header .container .right-side .custom-switch {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  white-space: nowrap;
  font-size: 13px;
}
.header .container .right-side .custom-switch:focus {
  border: none;
}
.header .container .right-side .custom-switch .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
  transform: none;
}
.header .container .right-side .header-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
.header .container .right-side .header-button i {
  font-size: 20px;
}
.header .container .right-side .header-button a {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 600;
}

/* NAVBAR */
.navbar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 3px solid #0c0c0c;
}
.navbar .hamburger-menu {
  margin-right: auto;
  display: flex;
  align-items: center;
}
.navbar .hamburger-menu i {
  font-size: 20px;
  cursor: pointer;
}
.navbar .logo {
  display: none;
}
.navbar .logo .logo-light {
  display: none;
}
.navbar .logo .logo-dark {
  display: inline-block;
}
.navbar .site-menu {
  display: inline-block;
  margin: 0 auto;
}
.navbar .site-menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.navbar .site-menu ul li {
  display: inline-block;
  margin: 0;
  margin-right: 3vw;
  padding: 0;
  list-style: none;
  position: relative;
}
.navbar .site-menu ul li:last-child {
  margin-right: 0;
}
.navbar .site-menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
.navbar .site-menu ul li.menu-item-has-children i {
  display: inline-block;
}
.navbar .site-menu ul li i {
  width: 6px;
  height: 6px;
  display: none;
  border-bottom: 2px solid #0c0c0c;
  border-left: 2px solid #0c0c0c;
  transform: rotate(-45deg) translateY(-5px);
  margin-left: 10px;
}
.navbar .site-menu ul li a {
  display: inline-block;
  position: relative;
  padding: 0;
}
.navbar .site-menu ul li a:hover {
  text-decoration: none;
}
.navbar .site-menu ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 5px;
  width: 0;
  transition: width 0s ease, background .25s ease;
  mix-blend-mode: multiply;
}
.navbar .site-menu ul li a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 3px;
  height: 5px;
  width: 0;
  background: #7FB9D7;
  transition: width .25s ease;
  mix-blend-mode: multiply;
}
.navbar .site-menu ul li a:hover:before {
  width: 100%;
  background: #7FB9D7;
  transition: width .25s ease;
}
.navbar .site-menu ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.navbar .site-menu ul li ul {
  min-width: 160px;
  position: absolute;
  left: -30px;
  top: calc(100% + 23px);
  z-index: 6;
  background: #0c0c0c;
  padding: 20px 0;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  background: color-dark;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
}
.navbar .site-menu ul li ul:before {
  content: "";
  width: 100%;
  height: 23px;
  position: absolute;
  left: 0;
  top: -23px;
}
.navbar .site-menu ul li ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0 30px;
  margin-bottom: 7px;
}
.navbar .site-menu ul li ul li:last-child {
  margin: 0;
}
.navbar .site-menu ul li ul li a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
}
.navbar .site-menu ul li ul li a:hover {
  color: #7FB9D7;
  background: none;
}
.navbar .site-menu ul li ul li a:focus {
  color: #7FB9D7;
  background: none;
}
.navbar .site-menu ul li ul li a:before {
  display: none;
}
.navbar .site-menu ul li ul li a:after {
  display: none;
}
.navbar .site-menu ul li:hover ul {
  visibility: visible;
  opacity: 1;
}
.navbar .site-menu ul li ul i {
  display: none !important;
}
.navbar .site-menu ul li:hover ul li ul {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.navbar .site-menu ul li ul li ul {
  left: 100%;
  top: -20px;
}
.navbar .site-menu ul li:hover ul li:hover ul {
  visibility: visible;
  opacity: 1;
  background: #212529;
}
.navbar .site-menu ul li:hover ul li:hover ul li ul {
  visibility: hidden;
  opacity: 0;
}
.navbar .site-menu ul li:hover ul li:hover ul li:hover ul {
  visibility: visible;
  opacity: 1;
  background: #2e3338;
}
.navbar .search-button {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.navbar .search-button i {
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
}

/* PAGE HEADER */
.page-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}
.page-header .col-12 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-header small {
  width: 100%;
  display: block;
  font-weight: 600;
  opacity: 0.6;
}
.page-header h2 {
  width: 100%;
  display: inline-block;
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 0;
}
.page-header p {
  font-size: 17px;
  margin-bottom: 0;
  padding-right: 30%;
  opacity: 0.6;
}
.page-header .breadcrumb {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  background: none;
  margin: 0;
  margin-left: auto;
}
.page-header .breadcrumb ul {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
}
.page-header .breadcrumb ul li {
  display: inline-block;
  margin-right: 15px;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
}
.page-header .breadcrumb ul li a {
  display: inline-block;
  font-weight: 400;
}
.page-header .breadcrumb ul li:last-child {
  margin-right: 0;
}
.page-header .breadcrumb ul li:last-child:after {
  display: none;
}
.page-header .breadcrumb ul li:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #0c0c0c;
  display: inline-block;
  margin-left: 17px;
  transform: translateY(4px) rotate(22deg);
}

.single-header {
  width: 100%;
  height: 80vh;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.single-header .container {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.single-header .post-categories {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 20px;
  padding: 0;
}
.single-header .post-categories li {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  list-style: none;
}
.single-header .post-categories li a {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 0 10px;
  background: #7FB9D7;
  color: #0c0c0c;
}
.single-header .post-categories li a:hover {
  text-decoration: none;
  background: #0c0c0c;
  color: #fff;
}
.single-header .bookmark {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.single-header .bookmark:hover {
  background: #7FB9D7;
  color: #0c0c0c;
}

/* RELATED POSTS */
.related-posts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  margin-top: 70px;
}

/* BLOG POST */
.blog-post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.blog-post .post-image {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.blog-post .post-image img {
  max-width: 100%;
}
.blog-post .post-content .post-tags {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding: 0;
}
.blog-post .post-content .post-tags li {
  display: inline-block;
  margin: 3px 0;
  margin-right: 10px;
  padding: 0;
  list-style: none;
}
.blog-post .post-content .post-tags li a {
  height: 25px;
  display: inline-block;
  background: #f42828;
  color: #fff;
  padding: 5px 16px;
  font-size: 11px;
  border-radius: 22px;
}
.blog-post .post-content .post-tags li a:hover {
  background: #fbc50b;
  text-decoration: none;
  color: #212223;
}
.blog-post .post-content .post-date {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.5;
}
.blog-post .post-content .social-share {
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}
.blog-post .post-content .social-share li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0;
  list-style: none;
}
.blog-post .post-content .social-share li.facebook a {
  background: #475993;
}
.blog-post .post-content .social-share li.twitter a {
  background: #76a9ea;
}
.blog-post .post-content .social-share li.google-plus a {
  background: #f34a38;
}
.blog-post .post-content .social-share li.linkedin a {
  background: #0077b7;
}
.blog-post .post-content .social-share li.youtube a {
  background: #f61c0d;
}
.blog-post .post-content .social-share li a {
  line-height: 44px;
  float: left;
  padding: 0 20px;
  background: #0c0c0c;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 0;
}
.blog-post .post-content .social-share li a:hover {
  text-decoration: none;
}
.blog-post .post-content blockquote {
  width: 100%;
  display: block;
}
.blog-post .post-content blockquote h5 {
  font-weight: 800;
}
.blog-post .post-content blockquote cite {
  display: block;
  margin-top: 10px;
  font-family: georgia;
  font-style: italic;
  font-size: 14px;
}
.blog-post .post-content .wp-block-quote cite br {
  display: none;
}
.blog-post .post-content .wp-block-pullquote.has-background {
  color: #fff;
}
.blog-post .post-content .wp-block-pullquote.has-background blockquote {
  color: #fff !important;
  border: none;
}
.blog-post .post-content h3 {
  font-weight: 600;
}
.blog-post .post-content h4 {
  font-weight: 600;
}
.blog-post .post-content h5 {
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-post .post-content h6 {
  font-weight: 600;
}
.blog-post .post-content strong {
  font-weight: 600;
}
.blog-post .post-content .custom-list {
  width: 100%;
  display: block;
  padding-left: 20px;
}
.blog-post .post-content .custom-list li {
  font-size: 17px;
}
.blog-post .post-content .image-full {
  display: block;
  height: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-post .post-content .image-full img {
  width: 100%;
}
.blog-post .post-content .link-more {
  font-weight: 600;
}
.blog-post .post-content .link-more:hover {
  color: #f42828;
  text-decoration: none;
}

/* BLOG POSTS */
.blog-post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.blog-post:last-child {
  margin-bottom: 0;
}
.blog-post.sticky {
  position: relative;
}
.blog-post.sticky:before {
  content: "";
  width: 14px;
  height: 25px;
  background: #7FB9D7;
  position: absolute;
  right: 80px;
  top: -5px;
  z-index: 2;
}
.blog-post.sticky:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 6px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 80px;
  top: 14px;
  z-index: 2;
}
.blog-post.sticky .post-content {
  background: #fff;
  margin-top: 0;
  border: 5px dashed #eee;
  padding: 30px;
}
.blog-post.sticky .post-content p:last-child {
  margin-bottom: 0;
}
.blog-post.light {
  color: #fff;
}
.blog-post.light .post-categories li a:hover {
  background: #fff;
  color: #0c0c0c;
}
.blog-post.light .post-title {
  color: #fff;
}
.blog-post.light .post-title a {
  color: #fff;
}
.blog-post.light .post-content {
  color: #fff;
}
.blog-post.light .post-content .metas {
  color: #fff;
}
.blog-post.light .post-content .metas .date {
  opacity: 0.6;
  color: #fff;
}
.blog-post.light .post-content .metas .dot {
  background: #eee;
}
.blog-post.light .post-content .metas .author {
  color: rgba(255, 255, 255, 0.6);
}
.blog-post:hover .post-image img {
  transform: scale(1.05);
  opacity: 0.90;
}
.blog-post:hover .post-image .post-like {
  opacity: 1;
}
.blog-post .post-image {
  letter-spacing: 0;
  overflow: hidden;
  background: #0c0c0c;
  position: relative;
}
.blog-post .post-image .post-like {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  opacity: 0;
}
.blog-post .post-image img {
  width: 100%;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.blog-post .post-categories {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  padding: 0;
}
.blog-post .post-categories li {
  display: inline-block;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
.blog-post .post-categories a {
  height: 24px;
  line-height: 26px;
  float: left;
  font-size: 12px;
  font-weight: 600;
  padding: 0 10px;
  background: #7FB9D7;
  color: #0c0c0c;
  margin-right: 10px;
  margin-bottom: 5px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.blog-post .post-categories a:hover {
  text-decoration: none;
  background: #0c0c0c;
  color: #fff;
}
.blog-post .metas {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-post .metas .dot {
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #000;
  border-radius: 50%;
  margin: 0 15px;
}
.blog-post .metas .date {
  display: inline-block;
  font-size: 13px;
}
.blog-post .metas .author {
  display: inline-block;
  font-size: 13px;
}
.blog-post .metas .author figure {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.blog-post .metas .author figure img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.blog-post .metas .author a {
  position: relative;
  font-weight: 600;
}
.blog-post .metas .author a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #0c0c0c;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.blog-post .metas .author a:hover {
  text-decoration: none;
}
.blog-post .metas .author a:hover:after {
  bottom: -5px;
  opacity: 0;
}
.blog-post .metas .comments {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  background: #f3f3f3;
  color: #0c0c0c;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50%;
  margin-left: 30px;
  position: relative;
}
.blog-post .metas .comments:after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 6px 0 6px;
  border-color: #f3f3f3 transparent transparent transparent;
  transform: rotate(35deg);
}
.blog-post .metas .views {
  display: inline-block;
  font-size: 13px;
}
.blog-post .metas .views img {
  display: inline-block;
  height: 13px;
  margin-right: 5px;
}
.blog-post .metas .views i {
  display: inline-block;
  margin-right: 5px;
}
.blog-post .metas .views span {
  font-size: 13px;
  opacity: 0.6;
}
.blog-post .metas .read-time {
  display: inline-block;
  margin-left: 15px;
}
.blog-post .metas .read-time i {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}
.blog-post .metas .read-time span {
  font-size: 13px;
  opacity: 0.6;
}
.blog-post .post-link {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 14px;
}
.blog-post .post-link:hover {
  text-decoration: none;
}
.blog-post .post-link:before {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 5px;
  z-index: 0;
  transition: all .35s ease;
  background: #7FB9D7;
}
.blog-post .post-link:hover:before {
  width: 0;
}

/* POST LIKE */
.post-like {
  width: 50px;
}
.post-like .pp_like .fal {
  display: inline-block;
  color: #fff;
}
.post-like .pp_like .fas {
  display: none;
  color: #7FB9D7;
}
.post-like .pp_like.liked .fal {
  display: none;
}
.post-like .pp_like.liked .fas {
  display: inline-block;
}
.post-like .post-like-loading {
  display: inline-block;
  width: 64px;
  height: 38px;
  display: none;
  position: absolute;
  left: -5px;
  top: 0;
  transform: scale(0.5);
}
.post-like .post-like-loading div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #fff;
  animation: post-like-loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.post-like .post-like-loading div:nth-child(1) {
  left: 0px;
  animation-delay: -0.24s;
}
.post-like .post-like-loading div:nth-child(2) {
  left: 22px;
  animation-delay: -0.12s;
}
.post-like .post-like-loading div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes post-like-loading {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}
/* MAIN SLIDER */
.main-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.main-slider .swiper-slide {
  overflow: hidden;
}
.main-slider .swiper-pagination {
  width: 20px;
  display: inline-block;
  position: absolute;
  bottom: 50%;
  left: auto;
  right: 30px;
  z-index: 2;
  transform: translateY(50%);
}
.main-slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  height: 14px;
  width: 14px;
  background: none;
  text-align: center;
  float: left;
  margin: 4px 0;
}
.main-slider .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.main-slider .swiper-pagination .swiper-pagination-bullet svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}
.main-slider .swiper-pagination .swiper-pagination-bullet svg circle {
  width: 14px;
  height: 14px;
  stroke-dasharray: 83px;
  stroke-dashoffset: 83px;
  stroke-linecap: round;
  stroke-width: 3px;
  stroke: #fff;
  fill: none;
  animation: none;
  animation-play-state: paused;
  animation-fill-mode: none;
}
.main-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: none;
}
.main-slider .swiper-pagination .swiper-pagination-bullet-active svg circle {
  stroke-dashoffset: 0;
  stroke-linejoin: round;
  -webkit-transition: stroke-dashoffset .5s ease;
  -moz-transition: stroke-dashoffset .5s ease;
  -o-transition: stroke-dashoffset .5s ease;
  transition: stroke-dashoffset .5s ease;
}
.main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
  animation-play-state: running;
  stroke-width: 3px;
  animation: countdown 4.5s linear forwards;
  animation-delay: 0.5s;
}
@keyframes countdown {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 83px;
  }
}
/* NEWS SLIDER */
.news-slider-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.news-slider-wrapper .news-slider-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.news-slider-wrapper .news-slider-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100px;
}
.news-slider-wrapper .news-slider-bottom .news-slider-thumbs {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.news-slider-wrapper .news-slider-bottom .news-slider-thumbs figure {
  width: 100%;
  display: block;
  margin-bottom: 0;
  padding-right: 25%;
  padding-left: 7px;
}
.news-slider-wrapper .news-slider-bottom .news-slider-thumbs figure img {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -7px;
  border: 5px solid #fff;
}
.news-slider-wrapper .news-slider-bottom .news-slider-thumbs figure figcaption {
  width: 100%;
  display: inline;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  background-color: #0c0c0c;
  box-shadow: 0 0 0 7px #0c0c0c;
  display: none;
}

/* HIGHLIGHT SLIDER */
.highlight-slider-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.highlight-slider-wrapper .highlight-slider-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.highlight-slider-wrapper .highlight-slider-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.highlight-slider-wrapper .highlight-slider-bottom:before {
  content: "";
  width: 100%;
  height: 50px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.highlight-slider-wrapper .highlight-slider-bottom .highlight-slider-thumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.highlight-slider-wrapper .highlight-slider-bottom .highlight-slider-thumbs .swiper-slide figure {
  width: 100%;
  display: block;
  margin-bottom: 0;
  position: relative;
  background: #0c0c0c;
}
.highlight-slider-wrapper .highlight-slider-bottom .highlight-slider-thumbs .swiper-slide figure figcaption {
  display: inline-block;
  position: absolute;
  left: 15px;
  bottom: 10px;
  color: #fff;
  background: #0c0c0c;
  padding: 2px 6px;
  font-size: 13px;
}
.highlight-slider-wrapper .highlight-slider-bottom .highlight-slider-thumbs .swiper-slide figure img {
  opacity: 1;
}
.highlight-slider-wrapper .highlight-slider-bottom .highlight-slider-thumbs .swiper-slide-active figure img {
  opacity: 0.6;
}

.row {
  counter-reset: figure;
}

/* NEW YORK*/
.new-york {
  position: relative;
  padding-left: 35px;
}
.new-york:before {
  counter-increment: figure;
  content: counter(figure,decimal-leading-zero);
  font-size: 20px;
  font-weight: 600;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.new-york .post-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.new-york .post-content .post-title {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.new-york .post-content .post-title a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.new-york .post-content .post-title a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}

/* CHICAGO */
.chicago {
  position: relative;
  align-items: center;
}
.chicago .post-content {
  width: 55%;
  margin-right: -21%;
  position: relative;
  z-index: 1;
}
.chicago .post-content .post-title {
  font-size: 50px;
  font-weight: 800;
  display: inline;
  line-height: 76px;
  background-color: #0c0c0c;
  box-shadow: 0 0 0 16px #0c0c0c;
}
.chicago .post-content .post-title a {
  display: inline;
}
.chicago .post-content .post-title a:hover {
  text-decoration: none;
  color: #7FB9D7;
}
.chicago .post-content .metas {
  margin-top: 30px;
}
.chicago .post-content .metas .author a {
  position: relative;
  font-weight: 600;
  color: #fff;
}
.chicago .post-content .metas .author a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.chicago .post-content .metas .author a:hover {
  text-decoration: none;
}
.chicago .post-content .metas .author a:hover:after {
  bottom: -5px;
  opacity: 0;
}
.chicago .post-image {
  width: 66%;
  margin-bottom: 0;
}
.chicago .post-image img {
  width: 100%;
}

/* MIAMI */
.miami {
  position: relative;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.miami:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.miami .post-image {
  width: 90px;
  display: inline-block;
  margin-bottom: 0;
}
.miami .post-content {
  width: calc(100% - 110px);
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.miami .post-content .post-title {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.miami .post-content .post-title a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.miami .post-content .post-title a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}
.miami .post-content .views {
  display: inline-block;
}
.miami .post-content .views img {
  display: inline-block;
  height: 13px;
  margin-right: 5px;
}
.miami .post-content .views i {
  display: inline-block;
  margin-right: 5px;
}

/* HAWAII */
.col-lg-4:nth-child(3) .hawaii {
  border-top: none;
}

.col-lg-4:nth-child(4) .hawaii {
  border-top: none;
}

.col-lg-4:nth-child(5) .hawaii {
  border-top: none;
}

.hawaii {
  position: relative;
  align-items: center;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}
.hawaii .post-image {
  width: 90px;
  display: inline-block;
  margin-bottom: 0;
}
.hawaii .post-content {
  width: calc(100% - 110px);
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.hawaii .post-content .post-title {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.hawaii .post-content .post-title a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.hawaii .post-content .post-title a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}
.hawaii .post-content .views {
  display: inline-block;
}
.hawaii .post-content .views img {
  display: inline-block;
  height: 13px;
  margin-right: 5px;
}
.hawaii .post-content .views i {
  display: inline-block;
  margin-right: 5px;
}

/* NEVADA */
.nevada {
  position: relative;
}
.nevada .post-content {
  width: 70%;
  padding: 36px;
  padding-bottom: 0;
  background: #fff;
  margin-left: 50px;
  margin-top: -100px;
  position: relative;
}
.nevada .post-content .post-categories {
  margin-top: -80px;
  margin-bottom: 55px;
}
.nevada .post-content .post-title {
  font-size: 34px;
  font-weight: 600;
}
.nevada .post-content .post-title a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.nevada .post-content .post-title a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}
.nevada .post-content .metas {
  margin-top: 20px;
}

/* KENTUCKY */
.kentucky {
  position: relative;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.kentucky:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.kentucky .post-image {
  width: 70px;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 50%;
  overflow: hidden;
}
.kentucky .post-image img {
  width: 70px;
}
.kentucky .post-content {
  width: calc(100% - 90px);
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.kentucky .post-content .metas {
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.6);
}
.kentucky .post-content .post-title {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
.kentucky .post-content .post-title a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.kentucky .post-content .post-title a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}

/* KANSAS */
.kansas {
  position: relative;
}
.kansas .post-image {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.kansas .post-image img {
  width: 100%;
}
.kansas .post-title {
  font-size: 24px;
  font-weight: 600;
}
.kansas .post-title a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.kansas .post-title a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}
.kansas .metas {
  width: 100%;
  margin-top: 20px;
}
.kansas .metas .date {
  color: rgba(0, 0, 0, 0.6);
}
.kansas .metas .author {
  color: rgba(0, 0, 0, 0.6);
}
.kansas .metas .author figure {
  display: none;
}
.kansas .metas .author a {
  color: #0c0c0c;
}

/* FLORIDA */
.florida {
  position: relative;
  margin-top: 50px;
}
.florida .post-image {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.florida .post-image img {
  width: 100%;
}
.florida .post-content {
  width: 50%;
  position: absolute;
  left: 36px;
  bottom: 36px;
  background: #fff;
  padding: 36px;
}
.florida .post-content .post-categories {
  margin-top: -80px;
  margin-bottom: 55px;
}
.florida .post-content .post-title {
  font-size: 36px;
  font-weight: 800;
}
.florida .post-content .post-title a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.florida .post-content .post-title a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}
.florida .post-content .metas {
  margin-top: 20px;
}

/* ARIZONA */
.arizona {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #0c0c0c;
}
.arizona .post-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover !important;
  background-position: center !important;
  opacity: 0.7;
}
.arizona .post-content {
  width: 60%;
  display: block;
  padding-left: 15px;
  margin-top: 100px;
  margin-bottom: 340px;
  position: relative;
  z-index: 1;
}
.arizona .post-content .post-categories {
  margin-left: -15px;
}
.arizona .post-content .post-title {
  font-size: 50px;
  font-weight: 800;
  display: inline;
  line-height: 76px;
  background-color: #0c0c0c;
  box-shadow: 0 0 0 16px #0c0c0c;
}
.arizona .post-content .post-title a {
  display: inline;
  color: #fff;
}
.arizona .post-content .post-title a:hover {
  text-decoration: none;
  color: #7FB9D7;
}
.arizona .post-content .metas {
  margin-top: 30px;
  margin-left: -10px;
}

/* TEXAS */
.texas {
  position: relative;
}
.texas .post-image {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 0;
}
.texas .post-image .post-categories {
  position: absolute;
  left: 26px;
  top: 26px;
}
.texas .post-content {
  width: calc(100% - 36px);
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 26px;
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
.texas .post-content:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #0c0c0c;
  position: absolute;
  left: 70px;
  bottom: 47px;
}
.texas .post-content:after {
  counter-increment: figure;
  content: counter(figure,decimal-leading-zero);
  font-size: 26px;
  display: inline-block;
}
.texas .post-content .metas {
  margin-bottom: 10px;
}
.texas .post-content .metas .date {
  color: rgba(0, 0, 0, 0.6);
}
.texas .post-content .post-title {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
}
.texas .post-content .post-title a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.texas .post-content .post-title a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}
.texas .post-content .post-excerpt {
  margin-bottom: 20px;
  opacity: 0.6;
}

/* GEORGIA */
.georgia {
  position: relative;
}
.georgia .post-content {
  width: calc(100% - 36px);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #0c0c0c;
  color: #fff;
  padding: 26px;
  position: relative;
  z-index: 1;
}
.georgia .post-content:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 70px;
  bottom: 47px;
}
.georgia .post-content:after {
  counter-increment: figure;
  content: counter(figure,decimal-leading-zero);
  font-size: 26px;
  display: inline-block;
}
.georgia .post-content .metas {
  margin-bottom: 10px;
}
.georgia .post-content .metas .date {
  color: rgba(255, 255, 255, 0.6);
}
.georgia .post-content .post-title {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
}
.georgia .post-content .post-title a {
  display: inline;
  color: #fff;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #fff 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #fff 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #fffk 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.georgia .post-content .post-title a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}
.georgia .post-excerpt {
  margin-bottom: 20px;
  opacity: 0.6;
}

/* COLORADO */
.colorado {
  position: relative;
}
.colorado .post-image {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.colorado .post-image img {
  width: 100%;
}
.colorado .post-content {
  width: 70%;
  position: absolute;
  left: 36px;
  bottom: 36px;
  padding-left: 10px;
}
.colorado .post-content .post-categories {
  margin-left: -10px;
}
.colorado .post-content .post-title {
  font-size: 30px;
  font-weight: 800;
  display: inline;
  line-height: 1.7;
  background-color: #0c0c0c;
  box-shadow: 0 0 0 10px #0c0c0c;
}
.colorado .post-content .post-title a {
  display: inline;
  color: #fff;
}
.colorado .post-content .post-title a:hover {
  text-decoration: none;
  color: #7FB9D7;
}
.colorado .post-content .metas {
  color: #fff;
  margin-top: 30px;
  margin-left: -10px;
}
.colorado .post-content .metas .dot {
  background: #fff;
}
.colorado .post-content .metas .comments {
  background: #7FB9D7;
}
.colorado .post-content .metas .comments:after {
  border-color: #7FB9D7 transparent transparent transparent;
}
.colorado .post-content .metas .author a {
  color: #fff;
}

/* UTAH */
.utah {
  position: relative;
}
.utah:hover .post-image video {
  transform: scale(1.05);
}
.utah .post-image {
  width: 100%;
  overflow: hidden;
}
.utah .post-image video {
  width: 100%;
  float: left;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.utah .post-content {
  width: 100%;
}
.utah .post-content .post-title {
  font-size: 24px;
  font-weight: 600;
}
.utah .post-content .post-title a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.utah .post-content .post-title a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}
.utah .post-content .metas {
  width: 100%;
  display: block;
  margin-top: 20px;
}
.utah .post-content .metas .date {
  color: rgba(0, 0, 0, 0.6);
}
.utah .post-content .metas .comments {
  background: #7FB9D7;
}
.utah .post-content .metas .comments:after {
  border-color: #7FB9D7 transparent transparent transparent;
}

/* ALASKA */
.alaska {
  width: calc(100% - 50px);
  margin-bottom: 50px;
}
.alaska:last-child {
  margin-bottom: 0;
}
.alaska .post-image {
  width: 100%;
}
.alaska .post-image .post-categories {
  position: absolute;
  left: 36px;
  top: 36px;
  z-index: 1;
}
.alaska .post-content {
  width: calc(100% - 50px);
  background: #fff;
  padding: 36px;
  padding-left: 0;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.alaska .post-content p {
  font-size: 16px;
}
.alaska .post-content .metas {
  margin-bottom: 20px;
  align-items: center;
  display: flex;
}
.alaska .post-content .metas .author figure {
  width: 50px;
  height: 50px;
}
.alaska .post-content .metas .author figure img {
  width: 50px;
  height: 50px;
}
.alaska .post-content .post-title {
  font-size: 32px;
  font-weight: 800;
}
.alaska .post-content .post-title a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.alaska .post-content .post-title a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}

/* CALIFORNIA */
.california {
  width: 100%;
  display: inline-block !important;
  position: relative;
  margin-bottom: 0 !important;
}
.california .side-share {
  width: 100px;
  position: sticky;
  top: 30px;
  float: left;
  padding-right: 30px;
}
.california .side-share .share-this {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.4;
}
.california .side-share .share-this small {
  width: 100%;
  display: block;
  font-weight: 600;
}
.california .side-share ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 0;
}
.california .side-share ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  list-style: none;
  font-size: 12px;
}
.california .side-share ul li a {
  width: 70px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border: 1px solid #f1f1f1;
  padding: 0;
  text-align: center;
}
.california .side-share ul li a:hover {
  background: #7FB9D7;
  border-color: transparent;
}
.california .post-image {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
.california .post-content {
  width: calc(100% - 100px);
  float: right;
  position: relative;
  z-index: 1;
  margin-left: auto;
  font-size: 17px;
  color: #555;
}
.california .post-content .post-categories {
  margin-top: 0;
}
.california .post-content .metas {
  margin-bottom: 20px;
  align-items: center;
  display: flex;
}
.california .post-content .metas .comments {
  background: #7FB9D7;
}
.california .post-content .metas .comments:after {
  border-color: #7FB9D7 transparent transparent transparent;
}
.california .post-content .metas .author figure {
  width: 70px;
  height: 70px;
}
.california .post-content .metas .author figure img {
  width: 70px;
  height: 70px;
}
.california .post-content .post-title {
  font-size: 48px;
  font-weight: 800;
  color: #0c0c0c;
}
.california .post-content .image {
  width: 100%;
  display: block;
}
.california .post-content .image figcaption {
  width: 100%;
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.california .post-content .image figcaption b {
  font-weight: 600;
}
.california .post-content .half-left-image {
  width: 50%;
  float: left;
  padding-right: 20px;
  margin-bottom: 10px !important;
}
.california .post-content .half-right-image {
  width: 50%;
  float: right;
  padding-left: 20px;
  margin-bottom: 10px !important;
}
.california .post-content .video {
  width: 100%;
  display: block;
  margin: 20px 0;
}
.california .post-content .video video {
  width: 100%;
}
.california .post-content video {
  width: 100%;
  height: auto;
  display: block;
  margin: 15px 0;
}
.california .post-content p {
  margin-bottom: 20px;
}
.california .post-content ol {
  padding-left: 30px;
  margin-bottom: 30px;
}
.california .post-content ol li {
  margin: 5px 0;
}
.california .post-content strong {
  color: #0c0c0c;
}
.california .post-content u {
  color: #0c0c0c;
}

/* INDIANA */
.indiana {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.indiana .post-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover !important;
  background-position: center !important;
}
.indiana .post-content {
  width: 100%;
  padding: 0 15%;
  margin: 200px 0;
  margin-bottom: 300px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.indiana .post-content .post-categories {
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
}
.indiana .post-content .post-title {
  font-size: 45px;
  font-weight: 800;
  display: inline;
  line-height: 1.7;
  background-color: #0c0c0c;
  box-shadow: 0 0 0 18px #0c0c0c;
}
.indiana .post-content .post-title a {
  display: inline;
  color: #fff;
}
.indiana .post-content .post-title a:hover {
  text-decoration: none;
  color: #7FB9D7;
}

/* MONTANA */
.montana {
  position: relative;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.montana:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.montana .post-image {
  width: 320px;
  margin-bottom: 0;
}
.montana .post-content {
  width: calc(100% - 340px);
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.montana .post-content .post-title {
  font-size: 24px;
  font-weight: 600;
}
.montana .post-content .post-title a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.montana .post-content .post-title a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}
.montana .post-content .metas {
  width: 100%;
  display: block;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.6);
}

/* SIDE AUTHORS */
.side-authors {
  width: 360px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 36px;
  position: absolute;
  left: 50%;
  top: 100px;
  z-index: 1;
  transform: translateX(260px);
}

/* TOP AUTHORS */
.top-authors {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.top-authors:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.top-authors .author-image {
  width: 70px;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 50%;
  overflow: hidden;
}
.top-authors .author-image img {
  width: 70px;
}
.top-authors .author-content {
  width: calc(100% - 90px);
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.top-authors .author-content .posts {
  color: rgba(0, 0, 0, 0.6);
}
.top-authors .author-content .name {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.top-authors .author-content .name a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.top-authors .author-content .name a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}

/* AUTHORS */
.authors {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.authors li {
  width: 33.33333%;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.authors li figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.authors li figure a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #7FB9D7;
  color: #0c0c0c;
  border-radius: 50%;
  position: absolute;
  left: 86px;
  top: 0;
  text-align: center;
  font-size: 14px;
}
.authors li figure img {
  width: 110px;
  height: 110px;
  margin-bottom: 0;
  border-radius: 50%;
}
.authors li figure figcaption {
  width: calc(100% - 130px);
  margin-left: 20px;
  padding-right: 20px;
}
.authors li figure figcaption small {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.authors li figure figcaption b {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-weight: 600;
}

/* AUTHOR INFO BOX */
.author-info-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0;
  margin-top: 50px;
  border-top: 1px solid #ddd;
}
.author-info-box figure {
  width: 100px;
  display: inline-block;
}
.author-info-box figure img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.author-info-box .content {
  width: calc(100% - 130px);
  display: inline-block;
  margin-left: 30px;
}
.author-info-box .content h5 {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}
.author-info-box .content h5 a {
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.author-info-box .content h5 a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}
.author-info-box .content small {
  width: 100%;
  display: block;
  opacity: 0.6;
  margin-bottom: 10px;
  font-size: 15px;
}
.author-info-box .content b {
  font-weight: 400;
  text-decoration: underline;
}
.author-info-box .content strong {
  font-weight: 600;
}
.author-info-box .content .website {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 5px;
  text-decoration: underline;
}
.author-info-box .content ul {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding: 0;
}
.author-info-box .content ul li {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  list-style: none;
}
.author-info-box .content ul li a {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.author-info-box .content ul li a:hover {
  color: #0c0c0c;
}
.author-info-box .content p {
  width: 100%;
  margin-bottom: 0;
}

/* POST NAVIGATION */
.post-navigation {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  word-break: break-all;
}
.post-navigation .screen-reader-text {
  width: 100%;
  display: block;
  font-size: 20px;
  font-weight: 600;
  display: none;
}
.post-navigation a:hover {
  text-decoration: none;
}
.post-navigation div {
  width: 100%;
  display: block;
}
.post-navigation span {
  height: 22px;
  line-height: 24px;
  display: inline-block;
  padding: 0 10px;
  font-size: 13px;
  background: #7FB9D7;
  font-weight: 600;
  margin-bottom: 15px;
  color: #0c0c0c;
  font-size: 13px;
}
.post-navigation h5 {
  display: block;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.post-navigation h5:hover {
  text-decoration: none;
  background-size: 100% 100%;
}
.post-navigation .nav-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.post-navigation .nav-links div:last-child {
  border: none;
}
.post-navigation .nav-previous {
  flex: 1;
  border-right: 1px solid #f1f1f1;
  padding-right: 30px;
}
.post-navigation .nav-next {
  flex: 1;
  text-align: right;
  padding-left: 30px;
}

/* AUTHOR BOX */
.author-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.author-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.author-box figure {
  width: 140px;
  display: inline-block;
}
.author-box figure img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.author-box .content {
  width: calc(100% - 170px);
  display: inline-block;
  margin-left: 30px;
}
.author-box .content h6 {
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 20px;
}
.author-box .content h5 {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}
.author-box .content small {
  width: 100%;
  display: block;
  opacity: 0.6;
  margin-bottom: 10px;
}
.author-box .content .social {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding: 0;
}
.author-box .content .social li {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  list-style: none;
}
.author-box .content .social li a {
  display: inline-block;
  font-size: 12px;
  opacity: 0.6;
}
.author-box .content .social li a:hover {
  color: #0c0c0c;
  opacity: 1;
}
.author-box .content .recent-post-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.author-box .content .recent-post-list li {
  width: 50%;
  display: inline-block;
  padding: 0;
  padding-right: 10%;
  list-style: none;
}
.author-box .content .recent-post-list li .new-york .post-content .post-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.author-box .content .recent-post-list li:nth-child(1) {
  margin-bottom: 30px;
}
.author-box .content .recent-post-list li:nth-child(2) {
  margin-bottom: 30px;
}
.author-box .content p {
  width: 100%;
  margin-bottom: 40px;
}

/* CONTACT BOX */
.contact-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contact-box figure {
  width: 75px;
  height: 75px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #7FB9D7;
  margin-right: 20px;
}
.contact-box figure img {
  height: 40px;
}
.contact-box i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: #7FB9D7;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  color: #0c0c0c;
}
.contact-box h6 {
  width: 100%;
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-box div {
  width: calc(100% - 95px);
  display: inline-block;
  margin-bottom: 0;
}
.contact-box p {
  margin-bottom: 0;
}

/* GOOGLE MAPS */
.google-maps {
  width: 100%;
  height: 500px;
  display: block;
  position: relative;
}
.google-maps iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

/* NEWSLETTER BOX */
.newsletter-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  text-align: center;
}
.newsletter-box i {
  width: 60px;
  height: 60px;
  line-height: 54px;
  display: inline-block;
  background: #fff;
  color: #0c0c0c;
  border-radius: 50%;
  font-size: 28px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.newsletter-box h3 {
  width: 100%;
  display: block;
  font-size: 36px;
  font-weight: 800;
}
.newsletter-box p {
  width: 100%;
  display: block;
  font-size: 17px;
}
.newsletter-box .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15%;
}
.newsletter-box input[type="email"] {
  border: none;
}
.newsletter-box input[type="checkbox"] {
  display: inline-block;
  background: #ededed;
}
.newsletter-box input[type="checkbox"]:checked {
  border: 4px solid #ededed;
  background: #0c0c0c;
}
.newsletter-box label {
  width: 100%;
  margin-top: 15px;
}

/* FOOTER */
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  background: #0c0c0c;
  color: #fff;
}
.footer .footer-menu {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.footer .footer-menu li {
  display: inline-block;
  margin: 0;
  margin-right: 15px;
  padding: 0;
  list-style: none;
}
.footer .footer-menu li a {
  color: #fff;
}
.footer .footer-menu li a:hover {
  color: #7FB9D7;
  text-decoration: none;
}
.footer .footer-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.footer .footer-logo img {
  width: auto;
  height: 30px;
}
.footer .footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.footer .footer-social li {
  display: inline-block;
  margin-left: 20px;
  padding: 0;
  list-style: none;
}
.footer .footer-social li:first-child {
  margin-left: 0;
}
.footer .footer-social li a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
}
.footer .footer-social li a:hover {
  color: #7FB9D7;
}
.footer .copyright {
  width: 100%;
  display: block;
  margin: 0;
  text-align: center;
  font-size: 12px;
  opacity: 0.6;
}

/* RESPONSIVE MEDIUM  */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {

  .header .container .right-side .custom-switch {
    margin-right: 10px;
  }

  .chicago .post-content .post-title {
    font-size: 40px;
    line-height: 54px;
  }

  .nevada .post-content {
    width: 75%;
  }

  .florida .post-content {
    width: 60%;
  }

  .side-news {
    width: 280px;
    transform: translateX(190px) translateY(-50%);
    padding: 20px;
  }

  .texas .post-content {
    width: 100%;
    margin-top: 0;
    padding: 20px 0;
  }

  .texas .post-content:before {
    left: 38px;
    bottom: 41px;
  }

  .georgia .post-content {
    width: 100%;
    padding: 20px;
  }

  .georgia .post-content:before {
    left: 58px;
    bottom: 41px;
  }

  .utah .post-content .post-title {
    font-size: 22px;
  }

  .montana .post-content .post-title {
    font-size: 22px;
  }

  .montana .post-content .metas .dot {
    display: none;
  }

  .montana .post-content .metas .author {
    width: 100%;
  }

  .california {
    padding-right: 0;
  }

  .sidebar .widget .side-newsletter {
    padding: 30px;
  }

  .page-header p {
    padding: 0;
  }
}
/* RESPONSIVE TABLET  */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .sticky-navbar {
    padding: 25px 30px;
  }

  .content-section {
    padding: 60px 0;
  }

  .side-widget .logo img {
    height: 30px;
  }

  .header .container .logo a img {
    height: 30px;
  }

  .header .container .left-side {
    width: 35%;
  }

  .header .container .right-side {
    width: 35%;
  }

  .col-lg-3:first-child .new-york {
    margin-bottom: 50px;
  }

  .chicago .post-content .post-title {
    font-size: 30px;
    line-height: 38px;
  }

  .chicago .post-content .metas .dot {
    display: none;
  }

  .chicago .post-content .metas .date {
    width: 100%;
    margin-top: 10px;
  }

  .nevada {
    margin-top: 50px;
  }

  .nevada .post-content {
    width: calc(100% - 100px);
  }

  .col-lg-4:first-child .kansas {
    margin-bottom: 50px;
  }

  .florida .post-content {
    width: calc(100% - 72px);
    padding: 20px;
  }

  .florida .post-content .post-categories {
    margin-top: -60px;
    margin-bottom: 35px;
  }

  .florida .post-content .post-title {
    font-size: 26px;
  }

  .side-news {
    display: none;
  }

  .arizona .post-content {
    width: 80%;
  }

  .col-lg-8 .colorado {
    margin-bottom: 50px;
  }

  .col-md-6 .miami:last-child {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
  }

  .indiana .post-content {
    padding: 0 5%;
  }

  .indiana .post-content .post-title {
    font-size: 40px;
  }

  .alaska {
    width: 100%;
  }

  .california .post-content .post-title {
    font-size: 42px;
  }

  .authors li {
    width: 100%;
  }

  .newsletter-box input[type="email"] {
    margin-bottom: 10px;
  }

  .sidebar {
    margin-top: 50px !important;
  }

  .sidebar .widget {
    padding-left: 0 !important;
  }

  .footer .footer-menu {
    text-align: center;
  }

  .footer .footer-logo {
    margin: 30px 0;
  }

  .footer .footer-social {
    justify-content: center;
  }

  .related-posts .col-lg-4:last-child {
    margin-top: 30px;
  }
}
/* RESPONSIVE MOBILE */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .main-slider .swiper-pagination {
    display: none;
  }

  .sticky-navbar {
    display: none;
  }

  .side-widget .inner .header-button {
    display: flex;
  }

  .header .container .left-side .social-media .social-info {
    top: calc(100% + 11px);
  }

  .header {
    padding: 10px 0;
  }

  .header .container .left-side {
    width: auto;
  }

  .header .container .logo {
    display: none;
  }

  .header .container .right-side {
    width: auto;
  }

  .header .container .right-side .header-button {
    display: none;
  }

  .header .container .right-side .custom-switch {
    padding: 0;
    margin-right: 0;
  }

  .header .container .right-side .custom-control-label {
    text-indent: -9999px;
  }

  .navbar .site-menu {
    display: none;
  }

  .navbar .logo {
    display: flex;
    align-items: center;
    margin: 0 auto;
  }

  .navbar .logo img {
    height: 25px;
  }

  .header .container .logo {
    margin: 0;
  }

  .page-header h2 {
    font-size: 42px;
  }

  .page-header p {
    font-size: 15px;
  }

  blockquote {
    padding: 0 20px !important;
    font-size: 23px;
  }

  .author-box figure {
    width: 100%;
  }

  .author-box .content {
    width: 100%;
    margin-left: 0;
  }

  .author-box .content .recent-post-list li {
    width: 100%;
  }

  .alaska .post-image .post-categories {
    left: 20px;
    top: 20px;
  }

  .alaska .post-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .alaska .post-content .post-title {
    font-size: 24px;
  }

  .pagination .page-item {
    display: none;
  }

  .pagination .page-item:first-child {
    display: inline-block;
  }

  .pagination .page-item:last-child {
    display: inline-block;
  }

  .california {
    display: flex;
    flex-wrap: wrap;
  }

  .california .side-share {
    width: 100%;
    position: static;
    display: none;
    padding-right: 0;
    order: 2;
  }

  .california .post-content {
    width: 100%;
    order: 1;
  }

  .california .post-content .post-title {
    font-size: 28px;
  }

  .blog-post .metas .author {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  .blog-post .metas .dot {
    display: none;
  }

  .california .post-content blockquote {
    padding: 20px;
  }

  .author-info-box figure {
    width: 100%;
  }

  .author-info-box .content {
    width: 100%;
    margin-left: 0;
  }

  .post-navigation .post-prev {
    width: 100%;
    flex: none;
    border-right: none;
    margin-bottom: 30px;
  }

  .post-navigation .post-next {
    width: 100%;
    flex: none;
    text-align: left;
    padding-left: 0;
  }

  .contact-box {
    margin: 15px 0;
  }

  .contact-box i {
    margin-bottom: 10px;
  }

  .contact-box h6 {
    margin-bottom: 15px;
  }

  .new-york .post-content .post-title {
    font-size: 16px;
  }

  .col-lg-3 .new-york {
    margin-bottom: 30px;
  }

  .col-lg-3:first-child .new-york {
    margin-bottom: 30px;
  }

  .col-lg-3:last-child .new-york {
    margin-bottom: 0;
  }

  .chicago .post-content {
    width: 100%;
    margin-right: 0;
  }

  .chicago .post-image {
    width: 100%;
    margin-top: 25px;
  }

  .nevada .post-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .nevada .post-content .post-title {
    font-size: 30px;
    padding: 0;
  }

  .nevada .post-content .metas .author {
    width: 100%;
    margin-bottom: 10px;
  }

  .nevada .post-content .metas .dot {
    display: none;
  }

  .col-lg-4:nth-child(2) .kansas {
    margin-bottom: 50px;
  }

  .florida .post-image {
    margin-bottom: 15px;
  }

  .florida .post-content {
    position: static;
    width: 100%;
    padding: 0;
  }

  .florida .post-content .metas .author {
    width: 100%;
    margin-bottom: 10px;
  }

  .florida .post-content .metas .dot {
    display: none;
  }

  .florida .post-content .post-title {
    font-size: 23px;
  }

  .news-slider-wrapper .news-slider-bottom {
    display: none;
  }

  .arizona {
    height: 100%;
  }

  .arizona .post-content {
    margin: 100px 0 !important;
  }

  .arizona .post-content .post-title {
    font-size: 22px;
  }

  .georgia {
    margin-bottom: 30px;
  }

  .colorado .post-image {
    margin-bottom: 15px;
  }

  .colorado .post-content {
    width: 100%;
    position: static;
    padding: 0;
    padding-left: 10px;
  }

  .colorado .post-content .post-title {
    font-size: 22px;
  }

  .colorado .post-content .metas {
    display: none;
  }

  .indiana .post-content .post-title {
    font-size: 24px;
  }

  .highlight-slider-wrapper .highlight-slider-bottom {
    display: none;
  }

  .indiana .post-content {
    margin: 100px 0 !important;
  }

  .montana .post-image {
    margin-bottom: 15px;
  }

  .montana .post-content {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }

  .montana .post-content .metas .author {
    width: auto;
  }

  .texas .post-image .post-categories {
    top: 20px;
    left: 20px;
  }

  .newsletter-box h3 {
    font-size: 28px;
  }

  .newsletter-box form {
    padding: 0;
  }

  .search-box .container input[type="search"] {
    width: 100%;
  }

  .search-box .close-button {
    right: 25px;
    top: 15px;
  }

  body[data-theme="dark"] .nevada .post-content {
    padding: 20px;
    margin-top: -15px;
  }

  body[data-theme="dark"] .florida .post-content {
    padding: 20px;
    margin-top: -15px;
  }

  body[data-theme="dark"] .texas {
    margin-bottom: 30px;
  }

  body[data-theme="dark"] .texas .post-content {
    padding: 20px;
  }

  body[data-theme="dark"] .texas .post-content:before {
    left: 58px;
  }

  body[data-theme="dark"] .california .side-share ul li:hover {
    color: #0c0c0c;
  }

  body[data-theme="dark"] .california .side-share ul li:hover a {
    color: #0c0c0c;
  }
}
/* CUSTOM FIXES */
.wp-block-quote p:last-child {
  margin-bottom: 0;
}

.page.type-page code {
  background: #eee;
  padding: 4px;
  color: #212223;
  font-family: Courier;
}

.page-links {
  position: relative;
}

.post-501 .page-links {
  float: left;
  margin-top: 60px;
}

.post-501 .post-entry-footer {
  float: left;
}

.post-1133 .post-entry-footer {
  float: left;
}

.wp-image-907 {
  width: 100%;
}

.error-404.not-found {
  text-align: center;
}

.error-404.not-found .search-form {
  display: inline-block;
  margin: 0 auto;
}

.error-404.not-found .search-form label {
  float: left;
  margin-right: 10px;
}

.error-404.not-found .screen-reader-text {
  display: none;
}

.error-404.not-found img {
  max-height: 280px;
  margin-bottom: 30px;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0 !important;
}

.blog-post .post-content .has-medium-font-size {
  font-size: 20px;
}

.page.type-page {
  width: 100%;
}

.blog-post .post-content select {
  width: 100%;
}

.search-no-results .content-section {
  text-align: center;
}

.search-no-results .content-section p {
  width: 100%;
  display: block;
  font-size: 22px;
  padding: 0 25%;
  margin-bottom: 40px;
}

.search-no-results .content-section .screen-reader-text {
  display: none;
}

.search-no-results .content-section form {
  width: 100%;
  display: block;
  padding: 0 15%;
}

.search-no-results .content-section form label {
  width: 100%;
  margin-bottom: 20px;
}

.search-no-results .content-section form input[type="search"] {
  width: 100%;
}

.wp-block-embed {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}

/* BLOG STYLE FOR SIDEBAR */
.blog-post .post-content .post-password-form {
  width: 100%;
  display: block;
  margin-bottom: 70px;
}

.blog-post .post-content .wp-block-button {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.blog-post .post-content .wp-block-button:last-child {
  margin-bottom: 0;
}

.blog-post .post-content .wp-block-button__link {
  background: #7FB9D7;
  color: #0c0c0c;
  font-weight: 600;
  padding: 20px 40px;
  border-radius: 50px;
  font-size: 16px;
}

.blog-post .post-content .wp-block-button.is-style-outline .wp-block-button__link {
  background: none;
  border-color: #7FB9D7;
}

.blog-post .post-content .wp-block-cover {
  margin-bottom: 50px;
}

.blog-post .post-content .wp-block-cover.has-background-dim .wp-block-cover-text {
  color: #fff;
}

.blog-post .post-content .wp-block-cover-image.has-background-dim .wp-block-cover-image-text {
  color: #fff;
}

.blog-post .post-content .wp-block-gallery {
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
}

.blog-post .post-content .wp-block-gallery.alignleft {
  margin-right: 30px;
}

.blog-post .post-content .wp-block-gallery .blocks-gallery-caption {
  font-size: 13px;
}

.blog-post .post-content .wp-block-gallery .blocks-gallery-item figure {
  width: 100%;
  position: relative;
}

.blog-post .post-content .wp-block-gallery .blocks-gallery-item figure figcaption {
  max-height: calc(100% - 20px);
  padding: 3px 10px;
  bottom: 0;
  margin: 10px 0;
  line-height: 1.2;
  background: none;
  font-size: 12px;
}

.blog-post .post-content .blocks-gallery-grid {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.blog-post .post-content .wp-block-group.has-background {
  padding: 30px;
}

.blog-post .post-content .has-background {
  margin-bottom: 20px;
}

.blog-post .post-content .more-link {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  display: none;
}

.blog-post .post-content .gallery {
  display: block;
  margin-bottom: 40px;
}

.blog-post .post-content .gallery .gallery-item {
  position: relative;
}

.blog-post .post-content .gallery .gallery-item .gallery-caption {
  font-size: 13px;
  color: #909194;
}

.blog-post .post-content .gallery .gallery-item a {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.blog-post .post-content .gallery .gallery-item a img {
  width: 100%;
  height: auto;
}

.blog-post .post-content .has-drop-cap:first-letter {
  font-size: 300%;
  line-height: 1;
  margin-top: -2px;
  margin-right: 5px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  max-height: 50px;
  display: inline-block;
  overflow: hidden;
}

.blog-post .post-content .wp-block-archives {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  padding: 0;
  font-size: 16px;
}

.blog-post .post-content .wp-block-archives li {
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 10px;
  padding: 4px 0;
  list-style: none;
  color: #909194;
}

.blog-post .post-content .wp-block-archives li .comment-author-link a {
  text-decoration: none;
  font-weight: 600;
}

.blog-post .post-content .wp-block-archives li a {
  margin: 0;
  color: #212223;
}

.blog-post .post-content .wp-block-calendar {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

.blog-post .post-content .wp-block-calendar caption {
  width: 100%;
  padding-bottom: 0;
  font-weight: 600;
  color: #909194;
}

.blog-post .post-content .wp-block-calendar a {
  display: inline-block;
  color: #212223;
  font-weight: 600;
  text-decoration: none;
  margin-top: 10px;
}

.blog-post .post-content .wp-block-calendar .wp-calendar-table {
  margin-bottom: 0;
}

.blog-post .post-content .wp-block-table {
  width: 100%;
}

.blog-post .post-content .wp-block-table a {
  color: #212223;
}

.blog-post .post-content .wp-block-table table {
  width: 100%;
  border: 1px solid #f3f4f5;
}

.blog-post .post-content .wp-block-table table tr {
  border-bottom: 1px solid #f3f4f5;
}

.blog-post .post-content .wp-block-table table td {
  height: 50px;
  padding: 0 20px;
}

.blog-post .post-content .wp-block-search {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

.blog-post .post-content .wp-block-search .wp-block-search__label {
  display: none;
}

.blog-post .post-content .wp-block-search input[type=search] {
  width: 100%;
  max-width: 350px;
  border: 1px solid #eee;
  padding: 0 15px;
}

.blog-post .post-content .wp-block-categories {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

.blog-post .post-content .wp-block-latest-comments {
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 40px;
}

.blog-post .post-content .wp-block-latest-comments .wp-block-latest-comments__comment-author {
  text-decoration: none;
  font-weight: 600;
}

.blog-post .post-content .wp-block-latest-comments a {
  text-decoration: underline;
}

.blog-post .post-content .wp-block-latest-comments p {
  font-weight: 400;
  padding: 0;
  border: none;
  text-transform: inherit;
}

.blog-post .post-content .wp-block-latest-posts {
  padding: 0;
  margin-bottom: 40px;
}

.blog-post .post-content .wp-block-tag-cloud {
  font-weight: 400;
  margin-bottom: 40px;
}

.blog-post .post-content .wp-block-tag-cloud a {
  display: inline-block;
  font-size: 13px !important;
  background: #0c0c0c;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 5px;
}

.blog-post .post-content .wp-block-tag-cloud a:hover {
  text-decoration: none;
  background: #7FB9D7;
  color: #0c0c0c;
}

.blog-post .post-content .wp-block-rss {
  margin-bottom: 40px;
}

.blog-post .post-content .post-entry-footer {
  width: 100%;
  display: inline-block;
  padding: 20px;
  border: 1px solid #e2e2e2;
  margin-bottom: 30px;
  box-shadow: 6px 6px 0 #f5f5f5;
  margin-top: 40px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.blog-post .post-content .post-entry-footer .cat-links {
  width: 100%;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
  font-weight: 600;
}

.blog-post .post-content .post-entry-footer .cat-links a {
  text-decoration: underline;
  font-weight: 400;
}

.blog-post .post-content .post-entry-footer .cat-links a:hover {
  text-decoration: none;
}

.blog-post .post-content .post-entry-footer .tags-links {
  width: 100%;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
  font-weight: 600;
}

.blog-post .post-content .post-entry-footer .tags-links a {
  text-decoration: underline;
  font-weight: 400;
}

.blog-post .post-content .post-entry-footer .tags-links a:hover {
  text-decoration: none;
}

.blog-post .post-content .post-entry-footer .edit-link {
  width: 100%;
  display: block;
  font-weight: 600;
}

.blog-post .post-content .post-entry-footer .edit-link .screen-reader-text {
  display: inline-block;
  font-weight: 400;
}

.blog-post .post-content .page-links h6 {
  display: none;
}

.blog-post .post-content .page-links .post-page-numbers {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border: 1px solid #eee;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 600;
}

.blog-post .post-content .page-links .post-page-numbers:hover {
  text-decoration: none;
  background: #e9ecef;
}

.blog-post .post-content .page-links .post-page-numbers.current {
  background: #e9ecef;
  border-color: #E1E2E6;
  color: #0c0c0c;
}

.blog-post .post-content .size-large {
  width: 100%;
  height: auto;
}

.blog-post .post-content code {
  background: #eee;
  padding: 4px;
  color: #212223;
  font-family: Courier;
}

.blog-post .post-content p code {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px;
}

.blog-post .post-content h3 {
  font-weight: 600;
}

.blog-post .post-content h4 {
  font-weight: 600;
}

.blog-post .post-content h5 {
  font-weight: 600;
}

.blog-post .post-content h6 {
  font-weight: 600;
}

.blog-post .post-content strong {
  font-weight: 600;
}

.blog-post .post-content ol li ol {
  margin-top: 5px;
  margin-bottom: 0;
}

.blog-post .post-content ul li ul {
  margin-top: 5px;
  margin-bottom: 0;
}

.blog-post .post-content ul {
  margin-bottom: 20px;
  margin-top: 10px;
}

.blog-post .post-content ol {
  margin-bottom: 20px;
  margin-top: 10px;
}

.blog-post .post-content ul li {
  margin-bottom: 10px;
}

.blog-post .post-content ul li:last-child {
  margin-bottom: 0;
}

.blog-post .post-content ol li {
  margin-bottom: 10px;
}

.blog-post .post-content ol li:last-child {
  margin-bottom: 0;
}

.blog-post .post-content .image-full {
  display: block;
  height: auto;
  margin-bottom: 30px;
}

.blog-post .post-content .comment-list .comment ol {
  margin-bottom: 20px;
}

.blog-post .post-content .comment-list .comment ol li ol {
  margin-bottom: 0;
}

.blog-post .post-content .wp-block-image {
  margin-bottom: 30px;
}

.blog-post .post-content .wp-block-image figcaption {
  font-size: 85%;
  font-size: 13px;
  margin: 0;
  padding: 7px 0;
  opacity: 0.6;
}

.blog-post .post-content .post-author {
  margin-bottom: 40px;
}

.blog-post .editor-styles-wrapper .has-large-font-size, .blog-post .has-large-font-size {
  font-size: 25px;
}

table {
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 30px;
}

table tr {
  padding: 15px 0;
}

table tr th {
  padding: 15px;
  border: 1px solid #eee;
}

table tr td {
  padding: 15px;
  border: 1px solid #eee;
}

.tag-content-2 {
  position: relative;
}

.tag-content-2 .screen-reader-text {
  display: none;
}

.postid-1788 .blog-post .post-content .post-entry-footer {
  margin-top: 200px;
}

.postid-1177 .post-entry-footer {
  margin-top: 200px !important;
}

.page-id-1133 .post-comment {
  margin-top: 30px;
}

.page-id-1133 .post-entry-footer:last-child {
  margin-top: 75px;
}

.post-1788 .post-entry-footer {
  margin-top: 200px !important;
}

.post-1177 .post-entry-footer {
  margin-top: 200px !important;
}

.post-1778 .post-content h6 {
  margin-bottom: 30px;
}

.post-password-form label {
  width: 100%;
}

.post-password-form input[type=password] {
  width: 100%;
  border: 1px solid #eee;
  padding: 0 15px;
  margin-top: 10px;
}

.post-password-form input[type=submit] {
  margin-top: 5px;
}

.page-links {
  width: 100%;
  display: block;
  border-top: 1px solid #eee;
  padding-top: 40px;
  font-size: 16px;
}

.page-links h6 {
  display: none;
}

.page-links .post-page-numbers {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border: 1px solid #eee;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 600;
}

.page-links .post-page-numbers.current {
  background: #212223;
  border-color: #212223;
  color: #fff;
}

.post-entry-footer {
  width: 100%;
  display: inline-block;
  padding: 20px;
  border: 5px solid #f5f5f5;
  margin-bottom: 30px;
  font-size: 16px;
  margin-top: 40px;
}

.post-entry-footer:last-child {
  margin-bottom: 0;
}

.post-entry-footer .cat-links {
  width: 100%;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
}

.post-entry-footer .cat-links a {
  text-decoration: underline;
  font-weight: 400;
}

.post-entry-footer .tags-links {
  width: 100%;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
}

.post-entry-footer .tags-links a {
  text-decoration: underline;
  font-weight: 400;
}

.post-entry-footer .edit-link {
  width: 100%;
  display: block;
  font-weight: 600;
}

.post-entry-footer .edit-link .screen-reader-text {
  display: inline-block;
  font-weight: 400;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin-bottom: 16px !important;
}

/* COMMENTS */
.post-comment {
  width: 100%;
  display: block;
  padding: 20px;
  border: 5px solid #f5f5f5;
  margin-top: 30px;
}

.post-comment .comments-title {
  width: 100%;
  display: block;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.post-comment .comment-list {
  width: 100%;
  display: block;
  margin-bottom: 60px;
  padding: 0 !important;
}

.post-comment .comment-list .comment {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.post-comment .comment-list .children {
  margin-bottom: 20px;
}

.post-comment .comment-list .comment .comment-list {
  margin-bottom: 20px;
}

.post-comment .comment-list .comment .comment-content {
  width: calc(100% - 100px);
  display: inline-block;
}

.post-comment .comment-list .comment .comment-content p:empty {
  display: none;
}

.post-comment .comment-list .comment .comment-content p {
  margin-bottom: 10px;
}

.post-comment .comment-list .comment .comment-content h4 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
}

.post-comment .comment-list .comment .comment-content small {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  opacity: 0.6;
}

.post-comment .comment-list .comment .comment-content .comment-reply-link {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  background: #212223;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

.post-comment .comment-list .comment .comment-content .comment-reply-link:hover {
  background: #7FB9D7;
  color: #0c0c0c;
  text-decoration: none;
}

.post-comment .comment-list .comment .comment-avatar {
  margin-right: 20px;
}

.post-comment .comment-list .comment .comment-avatar:empty {
  display: none;
}

.post-comment .comment-list .comment .comment-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.post-comment .comment-form {
  width: 100%;
  display: block;
}

.post-comment .comment-form .comment-respond {
  width: 100%;
  display: block;
}

.post-comment .comment-form .comment-respond .comment-reply-title {
  width: 100%;
  display: block;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.post-comment .comment-form .comment-respond label {
  width: 100%;
}

.post-comment .comment-form .comment-respond form {
  width: 100%;
  padding: 0 15px;
  position: relative;
}

.post-comment .comment-form .comment-respond form .comment-notes {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.post-comment .comment-form .comment-respond form .comment-form-cookies-consent {
  padding: 0;
}

.post-comment .comment-form .comment-respond form .comment-form-cookies-consent input[type=checkbox] {
  margin-right: 10px;
}

.post-comment .comment-form .comment-respond form .comment-form-cookies-consent label {
  width: auto;
  display: inline-block;
  font-size: 13px;
  color: #555;
}

.post-comment .comment-form .comment-respond form .logged-in-as {
  font-weight: 400;
  text-transform: inherit;
  border: none;
  padding: 0;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-comment .comment-form .comment-respond form .logged-in-as a {
  text-decoration: underline;
}

.post-comment .comment-form .comment-respond form label {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

.post-comment .comment-form .comment-respond form input[type=text] {
  width: 100%;
  display: block;
  border: 1px solid #dadada;
  padding: 0 15px;
  background: #f7f7f7;
}

.post-comment .comment-form .comment-respond form input[type=email] {
  width: 100%;
  display: block;
  border: 1px solid #dadada;
  padding: 0 15px;
  background: #f7f7f7;
}

.post-comment .comment-form .comment-respond form textarea {
  width: 100%;
  display: block;
  border: 1px solid #dadada;
  padding: 15px;
  background: #f7f7f7;
}

.post-comment .comment-form .comment-respond form .form-group {
  width: 100%;
  display: block;
}

.post-comment .comment-form .comment-respond a {
  text-decoration: underline;
}

.post-comment .comment-list .comment .comment-content h2 {
  margin-top: 20px;
}

/* SIDEBAR */
.content-section .sticky-sidebar {
  position: sticky;
  top: 0;
  padding-top: 30px;
  z-index: 5;
  margin-top: -30px;
}

.wpb_widgetised_column {
  width: 100%;
}
.wpb_widgetised_column .mc4wp-form {
  background: #0c0c0c;
  padding: 50px 36px;
  color: #fff;
}
.wpb_widgetised_column .mc4wp-form i {
  display: none;
}
.wpb_widgetised_column .mc4wp-form h3 {
  width: 100%;
  display: block;
  font-size: 22px;
  font-weight: 600;
}
.wpb_widgetised_column .mc4wp-form p {
  display: none;
}
.wpb_widgetised_column .mc4wp-form .form {
  width: 100%;
  display: block;
  padding: 0;
}
.wpb_widgetised_column .mc4wp-form input[type="email"] {
  max-width: 100%;
  margin-bottom: 10px;
  border: none;
}
.wpb_widgetised_column .mc4wp-form label {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 12px;
}
.wpb_widgetised_column .mc4wp-form input[type="checkbox"] {
  display: inline-block;
  background: #ededed;
}
.wpb_widgetised_column .mc4wp-form input[type="checkbox"]:checked {
  border: 4px solid #ededed;
  background: #0c0c0c;
}

.sidebar {
  width: 100%;
}
.sidebar .mc4wp-form {
  background: #0c0c0c;
  padding: 50px 36px;
  color: #fff;
}
.sidebar .mc4wp-form i {
  display: none;
}
.sidebar .mc4wp-form h3 {
  width: 100%;
  display: block;
  font-size: 22px;
  font-weight: 600;
}
.sidebar .mc4wp-form p {
  display: none;
}
.sidebar .mc4wp-form .form {
  width: 100%;
  display: block;
  padding: 0;
}
.sidebar .mc4wp-form input[type="email"] {
  max-width: 100%;
  margin-bottom: 10px;
  border: none;
}
.sidebar .mc4wp-form label {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 12px;
}
.sidebar .mc4wp-form input[type="checkbox"] {
  display: inline-block;
  background: #ededed;
}
.sidebar .mc4wp-form input[type="checkbox"]:checked {
  border: 4px solid #ededed;
  background: #0c0c0c;
}

.widget .utw .ui-tabs .ui-tabs-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  background: #fbfbfb;
  border: none;
}
.widget .utw .ui-tabs .ui-tabs-nav li {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  color: #0c0c0c;
  background: none;
  cursor: pointer;
}
.widget .utw .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  background: #7FB9D7;
}
.widget .utw .ui-tabs .ui-tabs-nav li a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  float: left;
  font-weight: 600;
  padding: 0;
  text-align: center;
  color: #0c0c0c;
}
.widget .utw .ui-tabs .ui-tabs-panel {
  width: 100%;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin-top: 30px;
}
.widget .wpp-list {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.widget .wpp-list li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.widget .wpp-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget .wpp-list li img {
  width: 90px;
  height: 90px;
}
.widget .wpp-list li .wpp-post-title {
  width: 100%;
  line-height: 1.2;
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  display: inline;
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #0c0c0c 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s;
}
.widget .wpp-list li .wpp-post-title:hover {
  text-decoration: none;
  background-size: 100% 100%;
}
.widget .wpp-list li .post-stats {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  margin-top: 10px;
}
.widget .wpp-list li .wpp-author {
  margin-left: 7px;
}
.widget .wpp-list li .wpp-author a {
  text-decoration: underline;
}
.widget .wpp-list li .wpp-views {
  position: relative;
  margin-right: 7px;
}
.widget .wpp-list li .wpp-views:before {
  content: "";
  width: 21px;
  height: 13px;
  float: left;
  background: url(http://aqum.themezinho.net/wp-content/themes/aqum/images/icon-mini-trend.png);
  background-size: cover;
  margin-top: 3px;
  margin-right: 7px;
}
.widget .side-newsletter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #0c0c0c;
  color: #fff;
  padding: 40px;
}
.widget .side-newsletter .mc4wp-form {
  background: #0c0c0c;
  padding: 36px;
}
.widget .side-newsletter .mc4wp-form i {
  display: none;
}
.widget .side-newsletter .mc4wp-form h3 {
  width: 100%;
  display: block;
  font-size: 22px;
  font-weight: 600;
}
.widget .side-newsletter .mc4wp-form p {
  width: 100%;
  display: block;
}
.widget .side-newsletter .mc4wp-form form {
  width: 100%;
  display: block;
}
.widget .side-newsletter .mc4wp-form input[type="email"] {
  max-width: 100%;
  margin-bottom: 10px;
  border: none;
}
.widget .side-newsletter .mc4wp-form label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.widget .side-newsletter .mc4wp-form input[type="checkbox"] {
  display: inline-block;
  background: #ededed;
}
.widget .side-newsletter .mc4wp-form input[type="checkbox"]:checked {
  border: 4px solid #ededed;
  background: #0c0c0c;
}

/* SIDEBAR */
.sidebar {
  width: 100%;
  padding-top: 30px;
  z-index: 5;
  margin-top: -30px;
}

.sidebar .widget {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding-left: 30px;
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget strong {
  font-weight: 600;
}

.sidebar .widget .gallery {
  margin-bottom: 0;
}

.sidebar .widget .gallery-item {
  margin-bottom: 0;
  border: 1px solid #fff;
}

.sidebar .widget .gallery-columns-3 {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
}

.sidebar .widget .gallery-columns-3 .gallery-item {
  padding: 0 5px;
}

.sidebar .widget .categories {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.sidebar .widget .categories li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 3px 0;
  list-style: none;
}

.sidebar .widget .categories li a {
  margin: 0;
}

.sidebar .widget .categories li a:hover {
  text-decoration: none;
}

.sidebar .widget .categories li span {
  float: right;
  opacity: 0.5;
}

.sidebar .widget .tags {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.sidebar .widget .tags li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0;
  list-style: none;
}

.sidebar .widget .tags li a {
  color: #fff;
  background: #73efcc;
  display: inline-block;
  font-size: 13px;
  padding: 3px 6px;
}

.sidebar .widget .tags li a:hover {
  color: #73efcc;
  background: #212223;
  text-decoration: none;
}

.sidebar .widget .side-gallery {
  display: block;
  margin-left: -1px;
  margin-right: -1px;
  padding: 0;
}

.sidebar .widget .side-gallery li {
  width: 50%;
  float: left;
  margin: 0;
  padding: 1px;
  list-style: none;
}

.sidebar .widget p {
  margin-bottom: 0;
}

.sidebar .widget select {
  width: 100%;
}

.sidebar .widget form {
  margin: 0;
}

.sidebar .widget form input[type=search] {
  width: 100%;
  margin-bottom: 10px;
}

.sidebar .widget form button[type=submit] {
  background: #73efcc;
  color: #212223;
  font-size: 20px;
}

.sidebar .widget .widget-title {
  width: 100%;
  display: block;
  line-height: 1;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.sidebar .widget_search {
  width: 100%;
}

.sidebar .widget_search .widget-title {
  margin-bottom: 0;
}

.sidebar .widget_search .screen-reader-text {
  display: none;
}

.sidebar .widget_search label {
  width: 100%;
  display: block;
}

.sidebar .widget_search input[type=search] {
  border: 1px solid #eee;
  padding: 0 15px;
}

.sidebar .widget_archive {
  position: relative;
}

.sidebar .widget_archive .screen-reader-text {
  display: none;
}

.sidebar .widget_archive ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.sidebar .widget_archive ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  color: #909194;
}

.sidebar .widget_archive ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  float: left;
  border-top: 1px solid #babbbd;
  border-right: 1px solid #babbbd;
  margin-top: 10px;
  margin-right: 10px;
  transform: rotate(45deg);
}

.sidebar .widget_archive ul li a {
  margin: 0;
  color: #212223;
}

.sidebar .widget_calendar {
  position: relative;
}

.sidebar .widget_calendar caption {
  padding-bottom: 0;
  color: #f42828;
  font-weight: 500;
  border-top: 1px solid #eee;
  text-transform: uppercase;
}

.sidebar .widget_calendar table {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  border: none;
}

.sidebar .widget_calendar table #today a {
  background: #f42828;
  color: #fff;
  font-weight: 500;
}

.sidebar .widget_calendar table thead {
  margin-bottom: 10px;
  background: #fbfbfb;
}

.sidebar .widget_calendar table thead th {
  height: 50px;
  border-bottom: 1px solid #eee;
  padding: 0;
}

.sidebar .widget_calendar table tbody {
  margin-bottom: 10px;
}

.sidebar .widget_calendar table tbody td {
  height: 40px;
  padding: 0;
  letter-spacing: -1px;
  color: #909194;
}

.sidebar .widget_calendar table tbody td a {
  width: 100%;
  height: 100%;
  line-height: 40px;
  display: inline-block;
  background: #fff;
  font-weight: 600;
}

.sidebar .widget_calendar table tfoot {
  padding-top: 10px;
}

.sidebar .widget_calendar table tfoot td {
  border: none;
  height: 60px;
  padding: 0;
  text-align: left;
}

.sidebar .widget_calendar table tfoot td:last-child {
  text-align: right;
}

.sidebar .widget_calendar table tfoot a {
  font-weight: 800;
}

.sidebar .widget_categories {
  position: relative;
}

.sidebar .widget_categories .screen-reader-text {
  display: none;
}

.sidebar .widget_categories ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.sidebar .widget_categories ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  color: #909194;
}

.sidebar .widget_categories ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  float: left;
  border-top: 1px solid #babbbd;
  border-right: 1px solid #babbbd;
  margin-top: 10px;
  margin-right: 10px;
  transform: rotate(45deg);
}

.sidebar .widget_categories ul li ul {
  padding-left: 20px;
}

.sidebar .widget_categories ul li a {
  margin: 0;
  color: #212223;
}

.sidebar .widget_pages {
  position: relative;
}

.sidebar .widget_pages ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.sidebar .widget_pages ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  color: #909194;
}

.sidebar .widget_pages ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  float: left;
  border-top: 1px solid #babbbd;
  border-right: 1px solid #babbbd;
  margin-top: 10px;
  margin-right: 10px;
  transform: rotate(45deg);
}

.sidebar .widget_pages ul li ul {
  padding-left: 20px;
}

.sidebar .widget_pages ul li a {
  margin: 0;
  color: #212223;
}

.sidebar .widget_meta {
  position: relative;
}

.sidebar .widget_meta ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.sidebar .widget_meta ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  color: #909194;
}

.sidebar .widget_meta ul li a {
  margin: 0;
}

.sidebar .widget_recent_comments {
  position: relative;
}

.sidebar .widget_recent_comments ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.sidebar .widget_recent_comments ul li {
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 10px;
  padding: 4px 0;
  list-style: none;
  color: #909194;
  position: relative;
  padding-left: 22px;
}

.sidebar .widget_recent_comments ul li:before {
  content: "\f4a6";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 13px;
}

.sidebar .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget_recent_comments ul li .comment-author-link {
  width: 100%;
  display: inline-block;
}

.sidebar .widget_recent_comments ul li .comment-author-link a {
  text-decoration: none;
  font-weight: 600;
  color: #212223;
}

.sidebar .widget_recent_comments ul li a {
  margin: 0;
  color: #212223;
  text-decoration: underline;
}

.sidebar .widget_recent_comments ul li a:hover {
  text-decoration: none;
}

.sidebar .widget_recent_entries {
  position: relative;
}

.sidebar .widget_recent_entries ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.sidebar .widget_recent_entries ul li {
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 10px;
  padding: 4px 0;
  list-style: none;
  color: #909194;
}

.sidebar .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget_recent_entries ul li a {
  margin: 0;
}

.sidebar .widget_rss {
  position: relative;
}

.sidebar .widget_rss .rss-widget-icon {
  display: none;
}

.sidebar .widget_rss ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.sidebar .widget_rss ul li {
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 10px;
  padding: 3px 0;
  list-style: none;
}

.sidebar .widget_rss ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget_rss ul li .rss-date {
  width: 100%;
  display: block;
  font-size: 12px;
  color: #909194;
  margin: 5px 0;
}

.sidebar .widget_rss ul li .rssSummary {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.sidebar .widget_rss ul li cite {
  display: block;
  font-family: georgia;
  color: #909194;
}

.sidebar .widget_rss ul li a {
  margin: 0;
  color: #212223;
  font-weight: 600;
}

.sidebar .widget_text {
  position: relative;
}

.sidebar .widget_text .wp-caption-text {
  margin-top: 0;
}

.sidebar .widget_text img {
  height: auto;
  margin-top: 5px;
  margin-bottom: 10px;
}

.sidebar .widget_text a {
  display: inline-block;
}

.sidebar .widget_text p {
  margin-bottom: 20px;
}

.sidebar .widget_text p:empty {
  display: none;
}

.sidebar .widget_tag_cloud {
  position: relative;
}

.sidebar .widget_tag_cloud .tagcloud {
  width: 100%;
  display: block;
}

.sidebar .widget_tag_cloud .tagcloud a {
  color: #fff;
  background: #f42828;
  display: inline-block;
  font-size: 12px !important;
  padding: 3px 6px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.sidebar .widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  background: #212223;
  text-decoration: none;
}

.sidebar .widget_nav_menu {
  position: relative;
}

.sidebar .widget_nav_menu ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.sidebar .widget_nav_menu ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  color: #909194;
}

.sidebar .widget_nav_menu ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  float: left;
  border-top: 1px solid #babbbd;
  border-right: 1px solid #babbbd;
  margin-top: 10px;
  margin-right: 10px;
  transform: rotate(45deg);
}

.sidebar .widget_nav_menu ul li ul {
  padding-left: 17px;
}

.sidebar .widget_nav_menu ul li a {
  margin: 0;
  color: #212223;
}

/* SIDE WIDGET */
.side-widget .widget {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.side-widget .widget:last-child {
  margin-bottom: 0;
}

.side-widget .widget strong {
  font-weight: 600;
}

.side-widget .widget a {
  color: #fff;
}

.side-widget .widget .gallery-columns-3 {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
}

.side-widget .widget .gallery-columns-3 .gallery-item {
  padding: 0 5px;
}

.side-widget .widget .categories {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.side-widget .widget .categories li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 3px 0;
  list-style: none;
}

.side-widget .widget .categories li a {
  margin: 0;
}

.side-widget .widget .categories li a:hover {
  color: #73efcc;
  text-decoration: none;
}

.side-widget .widget .categories li span {
  float: right;
  opacity: 0.5;
}

.side-widget .widget .tags {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.side-widget .widget .tags li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0;
  list-style: none;
}

.side-widget .widget .tags li a {
  color: #fff;
  background: #73efcc;
  display: inline-block;
  font-size: 13px;
  padding: 3px 6px;
}

.side-widget .widget .tags li a:hover {
  color: #73efcc;
  background: #212223;
  text-decoration: none;
}

.side-widget .widget .side-gallery {
  display: block;
  margin-left: -1px;
  margin-right: -1px;
  padding: 0;
}

.side-widget .widget .side-gallery li {
  width: 50%;
  float: left;
  margin: 0;
  padding: 1px;
  list-style: none;
}

.side-widget .widget p {
  margin-bottom: 0;
}

.side-widget .widget select {
  width: 100%;
}

.side-widget .widget form {
  margin: 0;
}

.side-widget .widget form input[type=search] {
  width: 100%;
  margin-bottom: 10px;
}

.side-widget .widget form button[type=submit] {
  background: #73efcc;
  color: #212223;
  font-size: 20px;
}

.side-widget .widget .widget-title {
  font-size: 20px;
  font-weight: 600;
}

.side-widget .widget_search {
  width: 100%;
}

.side-widget .widget_search .widget-title {
  margin-bottom: 0;
}

.side-widget .widget_search .search-form {
  padding-top: 40px;
}

.side-widget .widget_search .screen-reader-text {
  display: none;
}

.side-widget .widget_search label {
  width: 100%;
  display: block;
}

.side-widget .widget_search input[type=search] {
  border: 1px solid #eee;
  padding: 0 15px;
}

.side-widget .widget_search input[type=submit] {
  color: #fff;
  background: #f42828;
}

.side-widget .widget_archive {
  position: relative;
}

.side-widget .widget_archive .screen-reader-text {
  display: none;
}

.side-widget .widget_archive ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.side-widget .widget_archive ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 3px 0;
  list-style: none;
  color: #ababab;
}

.side-widget .widget_archive ul li a {
  margin: 0;
  color: #fff;
}

.side-widget .widget_calendar {
  position: relative;
}

.side-widget .widget_calendar caption {
  height: 50px;
  line-height: 50px;
  background: #f42828;
  padding: 0 15px;
  color: #fff;
  font-weight: 600;
  caption-side: top;
}

.side-widget .widget_calendar .wp-calendar-nav {
  display: block;
  margin-top: 10px;
}

.side-widget .widget_calendar table {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  border: none;
}

.side-widget .widget_calendar table thead {
  margin-bottom: 10px;
}

.side-widget .widget_calendar table thead th {
  height: 50px;
  border: 1px solid #424242;
  border-bottom: 1px solid #424242;
  padding: 0;
}

.side-widget .widget_calendar table tr td {
  border: 1px solid #424242;
}

.side-widget .widget_calendar table tbody {
  margin-bottom: 10px;
}

.side-widget .widget_calendar table tbody td {
  height: 40px;
  padding: 0;
  letter-spacing: -1px;
  color: #909194;
}

.side-widget .widget_calendar table tbody td a {
  width: 100%;
  height: 100%;
  line-height: 40px;
  display: inline-block;
  background: #f42828;
  color: #fff;
}

.side-widget .widget_calendar table tfoot {
  padding-top: 10px;
}

.side-widget .widget_calendar table tfoot td {
  border: none;
  height: 60px;
  padding: 0;
  text-align: left;
}

.side-widget .widget_calendar table tfoot td:last-child {
  text-align: right;
}

.side-widget .widget_calendar table tfoot a {
  font-weight: 800;
}

.side-widget .widget_categories {
  position: relative;
}

.side-widget .widget_categories .screen-reader-text {
  display: none;
}

.side-widget .widget_categories ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.side-widget .widget_categories ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  color: #909194;
}

.side-widget .widget_categories ul li ul {
  padding-left: 20px;
}

.side-widget .widget_categories ul li a {
  margin: 0;
  color: #fff;
}

.side-widget .widget_pages {
  position: relative;
}

.side-widget .widget_pages ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.side-widget .widget_pages ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  color: #909194;
}

.side-widget .widget_pages ul li ul {
  padding-left: 20px;
}

.side-widget .widget_pages ul li a {
  margin: 0;
  color: #fff;
}

.side-widget .widget_meta {
  position: relative;
}

.side-widget .widget_meta ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.side-widget .widget_meta ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  color: #909194;
}

.side-widget .widget_meta ul li a {
  margin: 0;
}

.side-widget .widget_recent_comments {
  position: relative;
}

.side-widget .widget_recent_comments ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.side-widget .widget_recent_comments ul li {
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 10px;
  padding: 4px 0;
  list-style: none;
  color: #909194;
  position: relative;
  padding-left: 22px;
}

.side-widget .widget_recent_comments ul li:before {
  content: "\ea74";
  font-family: "LineIcons";
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 13px;
}

.side-widget .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}

.side-widget .widget_recent_comments ul li .comment-author-link {
  width: 100%;
  display: inline-block;
}

.side-widget .widget_recent_comments ul li .comment-author-link a {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}

.side-widget .widget_recent_comments ul li a {
  margin: 0;
  color: #fff;
  text-decoration: underline;
}

.side-widget .widget_recent_comments ul li a:hover {
  text-decoration: none;
}

.side-widget .widget_recent_entries {
  position: relative;
}

.side-widget .widget_recent_entries ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.side-widget .widget_recent_entries ul li {
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 10px;
  padding: 4px 0;
  list-style: none;
  color: #909194;
}

.side-widget .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.side-widget .widget_recent_entries ul li a {
  margin: 0;
}

.side-widget .widget_rss {
  position: relative;
}

.side-widget .widget_rss .rss-widget-icon {
  display: none;
}

.side-widget .widget_rss ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.side-widget .widget_rss ul li {
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 10px;
  padding: 3px 0;
  list-style: none;
}

.side-widget .widget_rss ul li:last-child {
  margin-bottom: 0;
}

.side-widget .widget_rss ul li .rss-date {
  width: 100%;
  display: block;
  font-size: 12px;
  color: #909194;
  margin: 5px 0;
}

.side-widget .widget_rss ul li .rssSummary {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.side-widget .widget_rss ul li cite {
  display: block;
  font-family: georgia;
  color: #909194;
}

.side-widget .widget_rss ul li a {
  margin: 0;
  color: #fff;
  font-weight: 600;
}

.side-widget .widget_text {
  position: relative;
}

.side-widget .widget_text .wp-caption-text {
  margin-top: 0;
}

.side-widget .widget_text img {
  height: auto;
  margin-top: 5px;
  margin-bottom: 10px;
}

.side-widget .widget_text a {
  display: inline-block;
}

.side-widget .widget_text p {
  margin-bottom: 20px;
}

.side-widget .widget_text p:empty {
  display: none;
}

.side-widget .widget_tag_cloud {
  position: relative;
}

.side-widget .widget_tag_cloud .tagcloud {
  width: 100%;
  display: block;
}

.side-widget .widget_tag_cloud .tagcloud a {
  color: #fff;
  background: #f42828;
  display: inline-block;
  font-size: 12px !important;
  padding: 3px 6px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.side-widget .widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  background: #212223;
  text-decoration: none;
}

.side-widget .widget_nav_menu {
  position: relative;
}

.side-widget .widget_nav_menu ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.side-widget .widget_nav_menu ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  color: #909194;
}

.side-widget .widget_nav_menu ul li ul {
  padding-left: 17px;
}

.side-widget .widget_nav_menu ul li a {
  margin: 0;
  color: #fff;
}

.admin-bar .side-widget {
  padding-top: 50px;
}

.admin-bar .sticky-navbar {
  transform: translateY(32px);
}

/* FOOTER WIDGETS */
.footer-widget {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px !important;
}

.footer-widget form {
  width: 100%;
}

.footer-widget table th, .footer-widget table td {
  padding: 0;
  text-align: center;
}

.footer-widget table tr td {
  border-color: #f42828;
}

.footer-widget table tr th {
  border-color: #f42828;
}

.footer-widget a {
  color: #fff;
}

.footer-widget .widget-title {
  /*width: 100%; display: block; margin-bottom: 20px;*/
}

.footer-widget .screen-reader-text {
  display: none;
}

.footer-widget .calendar_wrap {
  width: 100%;
  display: block;
}

.footer-widget .calendar_wrap caption {
  height: 44px;
  line-height: 44px;
  font-weight: 600;
  color: #fff;
  caption-side: top;
  background: #f42828;
  padding: 0 15px;
}

.footer-widget .calendar_wrap .wp-calendar-nav {
  display: block;
  margin-top: 10px;
}

.footer-widget .calendar_wrap table {
  width: 100%;
  margin: 0;
}

.footer-widget .calendar_wrap table #today {
  background: #f42828;
  color: #fff;
}

.footer-widget .recentcomments {
  margin-bottom: 10px !important;
}

.footer-widget .recentcomments .comment-author-link {
  text-decoration: underline;
}

.footer-widget .recentcomments .comment-author-link a {
  font-weight: 400;
}

.footer-widget .recentcomments a {
  font-weight: 600;
}

.footer-widget .rss-widget-icon {
  display: none;
}

.footer-widget .rsswidget {
  margin-bottom: 5px;
  font-weight: 600;
}

.footer-widget .rss-date {
  width: 100%;
  display: block;
  font-size: 13px;
  opacity: 0.6;
}

.footer-widget .rssSummary {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.footer-widget .textwidget {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.footer-widget .custom-html-widget {
  margin-bottom: 0;
}

.footer-widget .search-form {
  width: 100%;
  display: block;
}

.footer-widget .search-form label {
  width: 100%;
}

.footer-widget .tagcloud {
  width: 100%;
  display: block;
}

.footer-widget .tagcloud a {
  font-size: 13px !important;
  margin-right: 10px;
  margin-bottom: 5px;
}

.footer-widget .tagcloud a:hover {
  text-decoration: none;
}

.footer-widget img {
  margin-top: 5px;
  margin-bottom: 10px;
  height: auto;
  width: 100%;
}

.footer-widget strong {
  font-weight: 600;
}

.footer-widget cite {
  width: 100%;
  display: block;
  font-family: georgia;
  font-size: 13px;
  margin-bottom: 30px;
}

.footer-widget select {
  width: 100%;
}

.footer-widget input[type=search] {
  width: 100%;
  border: none;
  padding: 0 15px;
}

.footer-widget ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.footer-widget ul li {
  width: 100%;
  display: block;
  margin: 2px 0;
  padding: 0;
  list-style: none;
}

.footer-widget ul li ul {
  padding-left: 10px !important;
}

/* PAGINATION */
.pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.pagination .page-item {
  display: inline-block;
}
.pagination .page-item .page-link {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  border-radius: 0 !important;
  font-size: 12px;
  font-weight: 600;
  color: #0c0c0c;
  outline: none !important;
}
.pagination .page-item .page-link:focus {
  outline: none !important;
}

/* DEFAULT WP PAGINATION */
.page-numbers {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 0 !important;
  font-size: 12px;
  font-weight: 600;
  color: #0c0c0c;
  outline: none !important;
  border: 1px solid #dee2e6;
}
.page-numbers.current {
  background: #e9ecef;
}
.page-numbers:hover {
  background: #e9ecef;
  text-decoration: none;
}

/* RESPONSIVE MOBILE */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .pagination li {
    display: none;
  }

  .pagination li:first-child {
    display: inline-block;
  }

  .pagination li:nth-child(2) {
    display: inline-block;
  }

  .pagination li:last-child {
    display: inline-block;
  }

  .page-numbers {
    display: none;
  }

  .current.page-numbers {
    display: inline-block;
  }

  .prev.page-numbers {
    display: inline-block !important;
  }

  .page-numbers:nth-child(2) {
    display: inline-block !important;
  }

  .next.page-numbers {
    display: inline-block !important;
  }
}
/* WOOCOMMERCE COMPATIBLE */
.woocommerce {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.woocommerce .blog-post.single-post .post-content .post-title {
  display: none;
}

.woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  width: 100%;
  display: block;
  line-height: 40px;
  margin-bottom: 50px;
  padding: 20px 30px;
  padding-left: 60px;
  background: none;
  border: 1px solid #eee;
  box-shadow: 6px 6px 0 #f5f5f5;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  top: 21px;
  left: 30px;
  font-size: 20px;
  color: main;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button {
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  padding: 0 20px;
  background: #212223;
  color: #fff;
}

.woocommerce .woocommerce-result-count {
  line-height: 50px;
  margin-bottom: -50px;
}

.woocommerce .woocommerce-ordering {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.woocommerce .woocommerce-ordering select {
  height: 50px;
  float: right;
}

.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce ul.products.columns-3 {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce ul.products.columns-3 li.product {
  width: 33.33333%;
  display: inline-block;
  margin: 0;
  margin-bottom: 40px;
  padding: 0 15px;
}

.woocommerce ul.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce ul.products.columns-4 li.product {
  width: 25%;
  display: inline-block;
  margin: 0;
  margin-bottom: 40px;
  padding: 0 15px;
}

.woocommerce ul.products li.product .onsale {
  border-radius: 0;
  right: 25px;
  top: 10px;
  margin: 0;
  padding: 0 15px;
  background: #f42828;
}

.woocommerce ul.products li.product .price {
  color: #212223;
  font-size: 18px;
}

.woocommerce ul.products li.product .price ins {
  float: right;
}

.woocommerce ul.products li.product .button {
  padding: 0;
  margin: 0;
  color: #212223;
  text-transform: uppercase;
  background: none;
  border-radius: 0;
}

/* PRODUCT PAGE */
.woocommerce .blog-post .post-image {
  display: none;
}

.woocommerce div.product {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.woocommerce span.onsale {
  border-radius: 0;
  left: 10px;
  top: 10px;
  margin: 0;
  padding: 0 15px;
  background: #f42828;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  border-radius: 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  flex: 1;
}

.woocommerce div.product div.summary {
  padding-left: 50px;
}

.woocommerce div.product p.price {
  color: #212223;
  font-size: 28px;
}

.woocommerce div.product .woocommerce-product-details__short-description {
  width: 100%;
  display: block;
}

.woocommerce div.product form.cart {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.woocommerce .quantity .qty {
  height: 60px;
}

.woocommerce div.product form.cart .button {
  height: 60px;
  border-radius: 0;
  background: #212223;
  color: #fff;
}

.woocommerce div.product form.product_meta {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.woocommerce div.product .product_meta .posted_in {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}

.woocommerce div.product .product_meta .posted_in a {
  font-weight: 400;
  text-decoration: underline;
}

.woocommerce div.product .product_meta .tagged_as {
  width: 100%;
  display: block;
  font-weight: 600;
}

.woocommerce div.product .product_meta .tagged_as a {
  font-weight: 400;
  text-decoration: underline;
}

.woocommerce div.product .woocommerce-tabs {
  width: 100%;
  display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #eee;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  border: 1px solid #eee;
  margin: 0;
  padding: 0 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  padding: 0;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
  width: 100%;
  display: block;
  border: 1px solid #eee;
  border-top: none;
  padding: 30px;
  box-shadow: 6px 6px 0 #f5f5f5;
  margin-bottom: 60px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel p:last-child {
  margin-bottom: 0;
}

.related.products {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.related.products h2 {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.related.products .products.columns-4 {
  padding-left: 0;
}

.related.products .products.columns-3 {
  padding-left: 0;
}
