/**
 * Theme Name:  Buro
 */
.Regular {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.Bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.Medium {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.pointer:hover {
  cursor: pointer;
}
.pointer:hover * {
  cursor: pointer;
}
.overflow {
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.block {
  display: block;
  float: left;
}
.block100 {
  display: block;
  float: left;
  width: 100%;
}
.transition {
  transition: all 0.2s linear;
}
.page-wrap {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.page-wrap.with-sidebar {
  max-width: 1200px;
  margin: 0 auto;
  float: none;
}
.page-wrap-content,
.post-single-wrap {
  display: block;
  float: left;
  width: 100%;
}
.with-sidebar .page-wrap-content {
  width: 744px;
  float: left;
}
.with-sidebar .page-wrap-sidebar {
  width: 386px;
  float: right;
  position: relative;
}
.with-sidebar .post-image-large {
  width: 100%;
  margin-left: 0;
}
.with-sidebar .articles-controls-item.next-article {
  padding-left: 25px;
}
.with-sidebar .articles-controls-item.prev-article {
  padding-right: 25px;
}
.with-sidebar .articles-controls-item-wrapper {
  width: 337px;
}
.with-sidebar .wide {
  width: 100%;
  margin-left: 0;
}
.left-sidebar .page-wrap-content {
  float: right;
}
.left-sidebar .page-wrap-sidebar {
  float: left;
}
.postform {
  display: block;
  float: left;
  width: 100%;
  height: 56px;
  background: #FAFAFA url(../img/accordion-arrow.svg) center right 24px no-repeat;
  background-size: 12px 8px;
  font-size: 16px;
  padding-left: 23px;
  padding-right: 60px;
  color: #1d1d1d;
  border: 0;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.postform:hover {
  cursor: pointer;
}
.postform:hover * {
  cursor: pointer;
}
.postform:focus {
  outline: 0;
}
.sidebar-item {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 42px;
  border-radius: 8px;
}
.sidebar-item-title {
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
}
.sidebar .sidebar-part:last-child .sidebar-item:last-child {
  margin-bottom: 0;
}
.popular-posts-item {
  min-height: 200px;
  height: auto;
  border-radius: 13px;
  margin-bottom: 10px;
}
.popular-posts-item:last-child {
  margin-bottom: 0;
}
.popular-posts-item .post-title {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 8px;
}
.popular-posts-item .post-tags {
  margin-bottom: 10px;
}
.widget_categories > ul > li {
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  transition: all 0.2s linear;
}
.widget_categories > ul > li > a {
  background: #ebebeb;
  padding: 20px 22px;
}
.widget_categories > ul > li > a:hover {
  background: #1d1d1d;
  color: #fff;
}
.widget_categories > ul > li:last-child {
  margin-bottom: 0;
}
.widget_categories > ul > li > ul.children {
  padding-left: 0;
  margin-top: 13px;
}
.widget_categories > ul > li .children {
  width: 100%;
  margin-top: 0;
  padding-left: 15px;
}
.widget_categories > ul > li .children li {
  padding: 0;
  min-height: inherit;
  background: none;
}
.widget_categories > ul > li .children li a {
  font-size: 15px;
  padding: 10px 22px;
}
.widget_categories > ul > li .children li a:hover {
  background: #DBDBDB;
  color: inherit;
}
.widget_categories a {
  border-radius: 4px;
  transition: all 0.2s linear;
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.widget_categories a .count {
  background: #DBDDE1;
  line-height: 24px;
  padding: 0 9px;
  border-radius: 12px;
  white-space: nowrap;
  display: inline-block;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #747B88;
  transition: all 0.2s linear;
  margin-left: 15px;
}
.widget_categories a:hover .count {
  background: #0D84FB;
  color: #fff;
}
.widget_categories.with-count a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.widget_categories label {
  display: none;
}
.subscribe-widget {
  padding: 35px 45px;
  background: #ebebeb;
}
.subscribe-widget .subtitle {
  margin-bottom: 15px;
}
.subscribe-widget .form-fields {
  -ms-flex-direction: column;
      flex-direction: column;
}
.subscribe-widget .input-wrap {
  margin-bottom: 17px;
}
.subscribe-widget input:-webkit-autofill,
.subscribe-widget input:-webkit-autofill:hover,
.subscribe-widget input:-webkit-autofill:focus,
.subscribe-widget textarea:-webkit-autofill,
.subscribe-widget textarea:-webkit-autofill:hover,
.subscribe-widget textarea:-webkit-autofill:focus,
.subscribe-widget select:-webkit-autofill,
.subscribe-widget select:-webkit-autofill:hover,
.subscribe-widget select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ebebeb inset;
  transition: background-color 5000s ease-in-out 0s;
}
.widget_tag_cloud .tagcloud a {
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  border-radius: 14px;
  font-size: 15px;
  color: #fff;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 6px;
  margin-bottom: 6px;
  background: #1d1d1d;
}
.widget_tag_cloud .tagcloud a:hover {
  background: #0D84FB;
}
.widget_tag_cloud .sidebar-item-title {
  margin-bottom: 8px;
}
.feathure_posts_widget .other-posts-slider .slick-list {
  overflow: hidden;
  border-radius: 13px;
}
.feathure_posts_widget .other-posts-slider-item {
  margin-right: 0;
}
.feathure_posts_widget .slick-arrow {
  top: 20px;
  right: 20px;
  position: absolute;
  z-index: 2;
}
.feathure_posts_widget .slick-arrow.slick-prev {
  right: 50px;
}
.widget_calendar .calendar_wrap {
  width: 400px;
  margin-left: -7px;
}
.calendar_wrap {
  position: relative;
}
.calendar_wrap .wp-calendar-nav a {
  position: absolute;
  top: 0;
  color: transparent;
}
.calendar_wrap .wp-calendar-nav a:hover {
  color: transparent;
}
.calendar_wrap .wp-calendar-nav-prev a {
  left: 7px;
}
.calendar_wrap .wp-calendar-nav-prev a:before,
.calendar_wrap .wp-calendar-nav-prev a:after {
  transform: rotate(180deg);
}
.calendar_wrap .wp-calendar-nav-next a {
  right: 7px;
}
.wp-calendar-table {
  width: 100%;
  border-spacing: 7px;
}
.wp-calendar-table caption {
  height: 32px;
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  margin-bottom: 10px;
}
.wp-calendar-table thead th {
  width: 49px;
  height: 49px;
  border-radius: 8px;
  border: 1px solid #DCDEE1;
}
.wp-calendar-table tbody td {
  width: 49px;
  height: 49px;
  border-radius: 8px;
  background: #ebebeb;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.wp-calendar-table tbody td a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 8px;
  background: #DBDDE1;
}
.wp-calendar-table tbody td a:hover {
  color: #0D84FB;
}
.wp-calendar-table tbody td#today {
  background: #0D84FB;
  color: #fff;
}
.wp-calendar-table .wp-calendar-nav-prev {
  position: absolute;
}
.widget_recent_comments ul {
  display: block;
  float: left;
  background: #ebebeb;
  padding: 14px 12px;
  border-radius: 8px;
}
.widget_recent_comments ul li {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 10px;
}
.widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}
.widget_recent_comments ul li .comment-author-link {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.widget_recent_comments.comments-with-content ul li {
  padding: 0;
}
.widget_recent_comments.comments-with-content .comment-item {
  padding: 23px 23px 23px 82px;
}
.widget_recent_comments.comments-with-content .comment-item .comment-item-userpic {
  top: 23px;
  left: 23px;
}
.widget_recent_comments.comments-with-content .comment-item-post {
  display: block;
  float: left;
  width: auto;
  font-size: 12px;
  line-height: 18px;
  color: #0D84FB;
  margin-top: 14px;
}
.widget_recent_comments.comments-with-content .comment-item-post:hover {
  text-decoration: underline;
}
.widget_rss ul li {
  padding-left: 47px;
  position: relative;
  margin-bottom: 30px;
}
.widget_rss ul li:last-child {
  margin-bottom: 0;
}
.widget_rss ul li:before {
  width: 25px;
  height: 25px;
  background: url(../img/rss.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: 4px;
}
.widget_rss ul li .rsswidget {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 13px;
  display: block;
  float: left;
}
.widget_rss ul li .rssSummary {
  font-size: 14px;
  color: #747B88;
  line-height: 22px;
}
.widget_media_gallery .gallery {
  display: block;
  float: left;
  width: 100%;
  background: #ebebeb;
  border-radius: 4px;
  padding: 13px;
}
.widget_media_gallery .gallery-item {
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.widget_media_gallery .gallery-item .gallery-icon {
  height: 100%;
}
.widget_media_gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.widget_media_image img {
  max-width: 100%;
  display: block;
  float: left;
  border-radius: 4px;
}
.widget_search form {
  position: relative;
}
.widget_search .search-input {
  width: 100%;
  height: 56px;
  background: #ebebeb;
  font-size: 16px;
  padding-left: 23px;
  padding-right: 70px;
  color: #1d1d1d;
}
.widget_search .search-submit {
  width: 56px;
  height: 56px;
}
.widget_pages > ul,
.widget_meta > ul {
  display: block;
  float: left;
  width: 100%;
}
.widget_pages > ul > li,
.widget_meta > ul > li {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.widget_pages > ul > li:last-child,
.widget_meta > ul > li:last-child {
  margin-bottom: 0;
}
.widget_pages > ul > li > a,
.widget_meta > ul > li > a {
  background: #ebebeb;
  padding: 8px 22px;
  display: block;
  float: left;
  width: 100%;
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.widget_pages > ul > li > ul.children,
.widget_meta > ul > li > ul.children {
  margin-top: 14px;
  padding-left: 0;
}
.widget_pages > ul > li .children,
.widget_meta > ul > li .children {
  padding-left: 15px;
  margin-top: 5px;
}
.widget_pages > ul > li .children li,
.widget_meta > ul > li .children li {
  margin-bottom: 5px;
}
.widget_pages > ul > li .children li:last-child,
.widget_meta > ul > li .children li:last-child {
  margin-bottom: 0;
}
.widget_pages > ul > li .children li a,
.widget_meta > ul > li .children li a {
  display: block;
  width: 100%;
  float: left;
  font-size: 15px;
  padding: 6px 22px;
}
.widget_pages a,
.widget_meta a {
  border-radius: 4px;
}
.widget_pages a:hover,
.widget_meta a:hover {
  background: #DBDBDB;
}
.widget_text {
  line-height: 28px;
}
.textwidget {
  background: #ebebeb;
  border-radius: 4px;
  padding: 14px;
}
.widget_instagram .inst-block {
  background: #ebebeb;
  border-radius: 13px;
  padding: 23px 26px;
}
.inst-block {
  display: block;
  float: left;
  width: 100%;
}
.inst-block-head {
  padding-left: 80px;
  position: relative;
  min-height: 68px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.inst-block-head-userpic {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #212121;
}
.inst-block-head-userpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.inst-block-head-username {
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 2px;
}
.inst-block-head-followers {
  font-size: 15px;
}
.inst-block-posts {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.inst-block-posts-item {
  display: block;
  float: left;
  width: 110px;
  height: 110px;
  background: #A0A0A0;
  margin-right: 1px;
  margin-top: 1px;
}
.inst-block-posts-item:nth-child(3n) {
  margin-right: 0;
}
.inst-block-posts-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.inst-block-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  float: left;
  width: 100%;
  margin-top: 12px;
}
.twitter-block-posts-item {
  padding-left: 46px;
  position: relative;
  margin-bottom: 26px;
}
.twitter-block-posts-item:last-child {
  margin-bottom: 0;
}
.twitter-block-posts-item:before {
  width: 26px;
  height: 20px;
  background: url(../img/twitter-icon.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: 7px;
}
.twitter-block-posts-item .twitter-content {
  color: #747B88;
  font-size: 14px;
  line-height: 22px;
}
.twitter-block-posts-item .twitter-content a {
  color: #0D84FB;
}
.twitter-block-posts-item .twitter-content a:hover {
  text-decoration: underline;
}
.twitter-block-posts-item .twitter-time {
  color: #8E8E8E;
  font-size: 12px;
  margin-top: 16px;
  position: relative;
  padding-left: 23px;
  line-height: 16px;
}
.twitter-block-posts-item .twitter-time:before {
  width: 16px;
  height: 16px;
  background: url(../img/time.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}
.widget_social_links .social-links {
  width: 100%;
}
.widget_social_links .social-links-item {
  background: #ebebeb;
  border-radius: 8px;
  display: block;
  float: left;
  margin-right: 7px;
  margin-top: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 57px;
  height: 57px;
  transition: all 0.2s linear;
}
.widget_social_links .social-links-item:hover {
  cursor: pointer;
}
.widget_social_links .social-links-item:hover * {
  cursor: pointer;
}
.widget_social_links .social-links-item:nth-child(6n) {
  margin-right: 0;
}
.widget_social_links .social-links-item:nth-child(-n+6) {
  margin-top: 0;
}
.widget_social_links .social-links-item svg,
.widget_social_links .social-links-item img {
  max-width: 22px;
  max-height: 22px;
}
.widget_banner img,
.widget_banner picture {
  width: 100%;
  height: auto;
  display: block;
}
.widget_archive {
  background: #ebebeb;
  padding: 35px 15px;
}
.widget_archive .sidebar-item-title {
  padding: 0 15px;
}
.widget_archive ul li a {
  line-height: 40px;
  position: relative;
  border-radius: 4px;
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.widget_archive ul li a:hover {
  background: #fff;
}
.widget_archive ul li a .count {
  background: #DBDDE1;
  line-height: 24px;
  padding: 0 9px;
  border-radius: 12px;
  white-space: nowrap;
  display: inline-block;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #747B88;
  transition: all 0.2s linear;
  margin-left: 15px;
}
.widget_archive ul li a:hover {
  color: inherit;
}
.widget_archive ul li a:hover .count {
  background: #0D84FB;
  color: #fff;
}
.widget_tour {
  text-align: center;
  background: #EBEBEB;
  border-radius: 13px;
  padding: 38px 46px 46px;
}
.widget_tour ._title {
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.widget_tour .btn {
  width: 100%;
  margin-top: 20px;
}
.widget_tour .btn.transparent-btn {
  background: none;
  border: 1px solid #747B88;
  color: #1d1d1d;
}
.widget_tour .get-in-touch {
  display: block;
  float: left;
  margin-top: 45px;
}
.widget_tour .get-in-touch .text {
  color: #1d1d1d;
}
.widget_tour .order-form {
  display: block;
  float: left;
}
.widget_tour .input-wrap {
  margin-bottom: 18px;
}
.widget_tour .input-wrap:last-child {
  margin-bottom: 0;
}
.widget_tour .form-fields {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 33px;
}
.dark .widget_categories ul li .count,
.dark .widget_archive ul li a .count {
  background: #1d1d1d;
  color: #fff;
}
.dark .widget_archive ul li a:hover {
  background: #1d1d1d;
}
.dark .widget_archive ul li a:hover .count {
  background: #0D84FB;
}
.dark .subscribe-widget,
.dark .wp-calendar-table tbody td,
.dark .widget_archive {
  background: #2b2b2b;
}
.dark .widget_tag_cloud .tagcloud a {
  background: #fafafa;
  color: #1d1d1d;
}
.dark .widget_tag_cloud .tagcloud a:hover {
  background: #0D84FB;
  color: #fff;
}
.dark .wp-calendar-table thead th {
  border-color: #2b2b2b;
}
.dark .wp-calendar-table tbody td a {
  background: #5f5b5b;
}
.dark .widget_categories > ul > li > a {
  background: #434343;
}
.dark .widget_categories > ul > li > a:hover {
  background: #2b2b2b;
}
.dark .widget_categories > ul > li > a:hover .count {
  background: #0D84FB;
}
.dark .widget_recent_comments ul,
.dark .widget_media_gallery .gallery,
.dark .widget_search .search-input,
.dark .widget_meta > ul > li > a,
.dark .widget_pages > ul > li > a,
.dark .textwidget,
.dark .widget_instagram .inst-block,
.dark .widget_social_links .social-links-item,
.dark .widget_tour {
  background: #2b2b2b;
}
.dark .widget_social_links .social-links-item:hover {
  background: #0D84FB;
}
.dark .inst-block-head-userpic {
  background: #9a9797;
}
.dark .twitter-block-posts-item .twitter-content,
.dark .widget_tour .get-in-touch .text,
.dark .widget_tour .btn.transparent-btn {
  color: #fff;
}
.dark .postform {
  color: #fff;
  background-color: #2b2b2b;
  background-image: url(../img/accordion-arrow-white.svg);
}
.dark .widget_categories > ul > li .children li a:hover {
  background: #2b2b2b;
}
.dark .widget_categories > ul > li .children li a .count {
  background: #434343;
}
.dark .widget_meta > ul > li .children li a:hover,
.dark .widget_pages > ul > li .children li a:hover {
  background: #393939;
}
.dark .widget_meta > ul > li .children li a .count,
.dark .widget_pages > ul > li .children li a .count {
  background: #2b2b2b;
}
.dark .widget_recent_comments ul li {
  background: #222;
}
.dark .widget_search .search-submit:before {
  background-image: url(../img/search-white.svg);
}
.dark .widget_search .search-input {
  color: #fff;
}
.dark .subscribe-widget input:-webkit-autofill,
.dark .subscribe-widget input:-webkit-autofill:hover,
.dark .subscribe-widget input:-webkit-autofill:focus,
.dark .subscribe-widget textarea:-webkit-autofill,
.dark .subscribe-widget textarea:-webkit-autofill:hover,
.dark .subscribe-widget textarea:-webkit-autofill:focus,
.dark .subscribe-widget select:-webkit-autofill,
.dark .subscribe-widget select:-webkit-autofill:hover,
.dark .subscribe-widget select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #2b2b2b inset;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: white;
}
@media screen and (min-width: 1001px) {
  .with-sidebar .wide,
  .with-sidebar .block-columns.wide-columns,
  .with-sidebar .superwide {
    width: 100%;
    margin-left: 0;
  }
  .with-sidebar .slider-block.superwide-slider .slider-block-item {
    border-radius: 13px;
  }
  .with-sidebar .slider-block.superwide-slider .slider-block-item img {
    border-radius: 13px;
  }
  .with-sidebar .slider-block.superwide-slider .slick-arrow {
    right: 30px;
    margin-right: 0;
  }
  .with-sidebar .slider-block.superwide-slider .slick-arrow.slick-prev {
    right: 30px;
    margin-right: 56px;
  }
  .with-sidebar .gallery-columns.columns-2 .img-wrap {
    height: 290px;
  }
  .with-sidebar .gallery-columns.columns-3.wide-columns .img-wrap {
    height: 230px;
  }
  .with-sidebar .gallery-columns.columns-4.wide-columns .img-wrap {
    height: 170px;
  }
  .with-sidebar .slider-block.wide-slider .slider-block-item,
  .with-sidebar .slider-block-item,
  .with-sidebar .slider-block.superwide-slider .slider-block-item {
    height: 440px;
  }
  .with-sidebar .slider-block.wide-slider .slick-arrow {
    right: 30px;
  }
  .with-sidebar .video-block.superwide-video .video-wrap {
    border-radius: 13px;
  }
  .widget_media_gallery .gallery.gallery-columns-1 .gallery-item {
    width: 360px;
    height: 360px;
    margin-right: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-1 .gallery-item:nth-child(-n+1) {
    margin-top: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-2 .gallery-item {
    width: 175px;
    height: 175px;
  }
  .widget_media_gallery .gallery.gallery-columns-2 .gallery-item:nth-child(2n) {
    margin-right: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-2 .gallery-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-3 .gallery-item {
    width: 113px;
    height: 113px;
  }
  .widget_media_gallery .gallery.gallery-columns-3 .gallery-item:nth-child(3n) {
    margin-right: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-3 .gallery-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-4 .gallery-item {
    width: 82.5px;
    height: 82.5px;
  }
  .widget_media_gallery .gallery.gallery-columns-4 .gallery-item:nth-child(4n) {
    margin-right: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-4 .gallery-item:nth-child(-n+4) {
    margin-top: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-5 .gallery-item {
    width: 64px;
    height: 64px;
  }
  .widget_media_gallery .gallery.gallery-columns-5 .gallery-item:nth-child(5n) {
    margin-right: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-5 .gallery-item:nth-child(-n+5) {
    margin-top: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-6 .gallery-item {
    width: 51.6px;
    height: 51.6px;
  }
  .widget_media_gallery .gallery.gallery-columns-6 .gallery-item:nth-child(6n) {
    margin-right: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-6 .gallery-item:nth-child(-n+6) {
    margin-top: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-7 .gallery-item {
    width: 42.8px;
    height: 42.8px;
  }
  .widget_media_gallery .gallery.gallery-columns-7 .gallery-item:nth-child(7n) {
    margin-right: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-7 .gallery-item:nth-child(-n+7) {
    margin-top: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-8 .gallery-item {
    width: 36.25px;
    height: 36.25px;
  }
  .widget_media_gallery .gallery.gallery-columns-8 .gallery-item:nth-child(8n) {
    margin-right: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-8 .gallery-item:nth-child(-n+8) {
    margin-top: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-9 .gallery-item {
    width: 31.1px;
    height: 31.1px;
  }
  .widget_media_gallery .gallery.gallery-columns-9 .gallery-item:nth-child(9n) {
    margin-right: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-9 .gallery-item:nth-child(-n+9) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1230px) {
  .page-wrap.with-sidebar {
    max-width: 960px;
  }
  .with-sidebar .page-wrap-content {
    width: 600px;
  }
  .with-sidebar .page-wrap-sidebar {
    width: 300px;
  }
  .subscribe-widget {
    padding: 30px 25px;
  }
  .widget_calendar .calendar_wrap {
    width: 310px;
    margin-left: -5px;
  }
  .wp-calendar-table {
    border-spacing: 4px;
  }
  .wp-calendar-table thead th,
  .wp-calendar-table tbody td {
    width: 39px;
    height: 39px;
  }
  .calendar_wrap .wp-calendar-nav-next a {
    right: 5px;
  }
  .calendar_wrap .wp-calendar-nav-prev a {
    left: 5px;
  }
  .inst-block-posts-item {
    width: 82px;
    height: 82px;
  }
  .widget_social_links .social-links-item {
    width: 54px;
    height: 54px;
  }
  .widget_social_links .social-links-item:nth-child(6n) {
    margin-right: 7px;
  }
  .widget_social_links .social-links-item:nth-child(5n) {
    margin-right: 0;
  }
  .widget_social_links .social-links-item:nth-child(6) {
    margin-top: 7px;
  }
  .widget_archive {
    padding: 30px 15px;
  }
  .widget_tour {
    padding: 30px 26px;
  }
  .widget_tour .get-in-touch {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1230px) {
  .with-sidebar .gallery-columns.columns-2 .img-wrap {
    height: 250px;
  }
  .with-sidebar .gallery-columns.columns-3.wide-columns .img-wrap {
    height: 180px;
  }
  .with-sidebar .gallery-columns.columns-4.wide-columns .img-wrap {
    height: 140px;
  }
  .with-sidebar .slider-block-item,
  .with-sidebar .slider-block.superwide-slider .slider-block-item,
  .with-sidebar .slider-block.wide-slider .slider-block-item {
    height: 330px;
  }
  .slider-block.wide-slider .slick-arrow {
    right: 30px;
  }
  .widget_media_gallery .gallery.gallery-columns-1 .gallery-item {
    width: 274px;
    height: 274px;
  }
  .widget_media_gallery .gallery.gallery-columns-2 .gallery-item {
    width: 132px;
    height: 132px;
  }
  .widget_media_gallery .gallery.gallery-columns-3 .gallery-item {
    width: 84px;
    height: 84px;
  }
  .widget_media_gallery .gallery.gallery-columns-4 .gallery-item {
    width: 61px;
    height: 61px;
  }
  .widget_media_gallery .gallery.gallery-columns-5 .gallery-item {
    width: 46px;
    height: 46px;
  }
  .widget_media_gallery .gallery.gallery-columns-6 .gallery-item {
    width: 37px;
    height: 37px;
  }
  .widget_media_gallery .gallery.gallery-columns-7 .gallery-item {
    width: 30px;
    height: 30px;
  }
  .widget_media_gallery .gallery.gallery-columns-8 .gallery-item {
    width: 25.5px;
    height: 25.5px;
  }
  .widget_media_gallery .gallery.gallery-columns-9 .gallery-item {
    width: 21.5px;
    height: 21.5px;
  }
}
@media screen and (max-width: 1000px) {
  .page-wrap.with-sidebar {
    max-width: 720px;
  }
  .with-sidebar .page-wrap-content {
    width: 100%;
  }
  .with-sidebar .page-wrap-sidebar {
    width: 100%;
    margin-top: 70px;
  }
  .sidebar-part {
    display: block;
    float: left;
    width: 48%;
  }
  .sidebar-part:last-child {
    float: right;
  }
  .with-sidebar .wide {
    width: 100vw;
  }
  .widget_media_gallery .gallery-item {
    width: 98px;
    height: 98px;
    margin-right: 4%;
  }
  .widget_media_gallery .gallery-item:nth-child(3n) {
    margin-right: 0;
  }
  .widget_media_gallery .gallery-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-1 .gallery-item {
    width: 319px;
    height: 319px;
    margin-right: 0;
    margin-top: 4%;
  }
  .widget_media_gallery .gallery.gallery-columns-1 .gallery-item:nth-child(-n+2) {
    margin-top: 4%;
  }
  .widget_media_gallery .gallery.gallery-columns-1 .gallery-item:nth-child(1) {
    margin-top: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-2 .gallery-item {
    width: 48%;
    margin-right: 4%;
    margin-top: 4%;
    height: 153px;
  }
  .widget_media_gallery .gallery.gallery-columns-2 .gallery-item:nth-child(-n+3) {
    margin-top: 4%;
  }
  .widget_media_gallery .gallery.gallery-columns-2 .gallery-item:nth-child(even) {
    margin-right: 0;
  }
  .widget_media_gallery .gallery.gallery-columns-2 .gallery-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .inst-block-posts-item {
    width: 97px;
    height: 97px;
  }
  .widget_social_links .social-links-item {
    width: 63px;
    height: 63px;
  }
  .widget_social_links .social-links-item img,
  .widget_social_links .social-links-item svg {
    max-width: 26px;
    max-height: 26px;
  }
}
@media screen and (max-width: 760px) {
  .with-sidebar .articles-controls-item-wrapper {
    width: 100%;
  }
  .with-sidebar .page-wrap-sidebar {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .sidebar-part {
    width: 100%;
  }
  .popular-posts-item {
    width: 100%;
    margin-right: 0;
    min-height: 256px;
  }
  .subscribe-widget .input-wrap .input {
    margin-bottom: 0;
  }
  .widget_calendar .calendar_wrap {
    width: 100%;
    margin-left: 0;
  }
  .wp-calendar-table tbody td,
  .wp-calendar-table thead th {
    width: auto;
    height: 11vw;
  }
  .wp-calendar-table tbody td {
    font-size: 16px;
  }
  .calendar_wrap .wp-calendar-nav-prev a {
    left: 0;
  }
  .calendar_wrap .wp-calendar-next-prev a {
    right: 0;
  }
  .subscribe-widget .form {
    padding-bottom: 0;
  }
  .with-sidebar .post-image-large {
    width: 100vw;
  }
  .widget_media_gallery .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
    height: 85vw;
    margin-top: 4%;
  }
  .widget_media_gallery .gallery-item {
    width: 32%;
    height: 27vw;
    margin-right: 2%;
    margin-top: 2%;
  }
  .widget_media_gallery .gallery.gallery-columns-2 .gallery-item {
    margin-top: 2%;
    width: 49%;
    height: 42vw;
    margin-right: 2%;
  }
  .widget_media_gallery .gallery.gallery-columns-2 .gallery-item:nth-child(3) {
    margin-top: 2%;
  }
  .inst-block-posts-item {
    width: 33%;
    margin-right: 0.5%;
    margin-top: 0.5%;
    height: 27vw;
  }
  .widget_instagram .inst-block {
    padding: 23px 20px;
  }
  .widget_social_links .social-links-item {
    margin-top: 0;
    margin-bottom: 7px;
  }
  .widget_social_links .social-links-item:nth-child(5n) {
    margin-right: 7px;
  }
  .widget_social_links .social-links-item:nth-child(6) {
    margin-top: 0;
  }
  .widget_archive {
    padding: 23px 5px;
  }
  .widget_tour {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 590px) {
  .widget_social_links .social-links-item {
    width: 15%;
    height: 14vw;
    margin-right: 2%;
    margin-top: 0;
    margin-bottom: 0;
    margin-top: 2%;
  }
  .widget_social_links .social-links-item:nth-child(6) {
    margin-top: 0;
  }
  .widget_social_links .social-links-item:nth-child(5n) {
    margin-right: 2%;
  }
  .widget_social_links .social-links-item:nth-child(6n) {
    margin-right: 0;
  }
  .widget_social_links .social-links-item:nth-child(-n+6) {
    margin-top: 0;
  }
  .with-sidebar .page-wrap-sidebar {
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .wp-calendar-table tbody td,
  .wp-calendar-table thead th {
    font-size: 14px;
  }
  .widget_recent_comments ul li {
    font-size: 15px;
    padding: 15px 18px;
  }
  .widget_categories > ul > li > a {
    padding: 14px 20px;
    font-size: 18px;
  }
  .widget_categories a .count {
    right: 17px;
  }
  .widget_meta > ul > li > a,
  .widget_pages > ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
  .postform {
    padding-left: 20px;
    padding-right: 50px;
    background-position: center right 20px;
  }
  .inst-block-btn {
    height: 48px;
  }
  .inst-block-head-userpic {
    height: 60px;
    width: 60px;
  }
  .inst-block-head {
    min-height: 60px;
    padding-left: 74px;
  }
  .inst-block-head-username {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .subscribe-widget {
    padding: 30px 15px;
  }
  .widget_recent_comments.comments-with-content .comment-item {
    padding: 23px 20px 23px 72px;
  }
  .widget_recent_comments.comments-with-content .comment-item .comment-item-userpic {
    left: 20px;
  }
  .widget_categories > ul > li > a {
    padding-left: 16px;
    font-size: 16px;
  }
  .widget_categories a .count {
    right: 14px;
  }
  .widget_meta > ul > li > a,
  .widget_pages > ul > li > a {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }
  .postform {
    padding-left: 16px;
    background-position: center right 16px;
    padding-right: 42px;
  }
  .widget_instagram .inst-block {
    padding: 20px 16px;
  }
  .widget_tour {
    padding: 30px 16px;
  }
}
@media screen and (max-width: 350px) {
  .widget_social_links .social-links-item img,
  .widget_social_links .social-links-item svg {
    max-width: 20px;
    max-height: 20px;
  }
}
