/*
Theme Name: Interior Design Blogs
Author: Patricia Soares
*/

/* Table of content
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Gallery
13. Footer
14. Social icons
15. Call For Action
*/

/* =Global
----------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

body {
  color: #6b6b6b;
  background-color: #fafafa;
  word-wrap: break-word;
  font-family: 'Lato', sans-serif;
  line-height: 1.7;
  font-size: 14px;
}

a {
  color: #06aea3;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:focus {
  color: #dadada;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #06aea3;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}

h1,
.h1 {
  font-size: 28px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 13px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type='checkbox'],
input[type='radio'] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type='search'] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea {
  color: #666;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus {
  color: #111;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='password'],
input[type='search'] {
  padding: 3px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}
.shareaholic-share-buttons-container.shareaholic-ui.shr-no-print.shareaholic-flat.shareaholic-.shareaholic-floated.shareaholic-vertical {
  display: none;
}
.page-template-template-newsletter .top-subpages,
.page-template-template-about .top-subpages {
  padding-left: 0;
  padding-right: 0;
}
form#contact_form04 input[type='checkbox'] {
  width: auto !important;
}
.page-template-template-about .img-brand-01 {
  display: none;
}

.search .img-brand-01.sdis2 {
  display: none;
}
.search .sidebar-blogr-arch {
  display: none;
}
.search .feed-social-sidebar {
  display: none;
}

div#shr-admin-badge {
  display: none;
}
.shareaholic-share-buttons-container.shareaholic-floated {
  display: none !important;
}
.archive .sticky2 {
  position: relative !important;
  top: 0 !important;
}
.search .sticky2 {
  position: relative !important;
  top: 0 !important;
}
.home .sticky2 {
  position: relative !important;
  top: 0 !important;
}

.archive .img-brand-01.sdis2.ext-campaign:nth-child(5) {
  display: none;
}

.archive div#sidebar01 {
  position: relative !important;
  top: 0 !important;
}

.page-template-template-newsletter .social-youtube-sidebar {
  display: none;
}

.single .partners-blogs-blogs {
  margin-bottom: 0;
}
/* .page-template-template-newsletter .img-brand-01.ext-campaign.partners-blogs, .page-template-template-contributor .img-brand-01.ext-campaign.partners-blogs{
    float: left;
    margin-top: 20px;
} */
#contact_form_holder {
  font-family: 'Verdana';
  width: 400px;
  padding: 0px;
  margin: 0px;
}
#cf_submit_p {
  text-align: right;
}
.error {
  display: none;
  padding: 5px;
  color: #000;
  font-size: 12px;
}
.success {
  display: none;
  padding: 5px;
  color: #000;
  font-size: 12px;
  text-align: left;
}
#contact_logo {
  vertical-align: middle;
}
.error06 img {
  vertical-align: top;
}
.contact_name,
.contact_email,
.contact_subject,
.contact_message {
  font-size: 14px;
  width: 388px;
  max-width: 388px;
  background: none;
  border: solid 1px #505050;
  padding: 5px;
  margin: 5px 0px;
}
#topic {
  width: 100%;
  font-size: 12px;
  background: none;
  border: solid 1px #505050;
  padding: 5px;
  margin: 5px 0px;
}
.contact_message {
  height: 200px;
}

select,
input,
textarea {
  outline: none;
  background: none;
}
select:focus,
input:focus,
textarea:focus {
  border: solid 1px #0066ff;
  -webkit-box-shadow: #0066ff 0px 0px 5px;
}
.page-template-template-about .feed-social-sidebar {
  display: none;
}
input[type='checkbox'] {
  width: auto;
  float: left;
  margin-right: 5px;
}
.policybox {
  margin-bottom: 6px;
  padding: 0 5px 5px;
  clear: both;
}
.policy-style {
  font-size: 11px;
  padding-top: 2px;
  margin-bottom: 0;
}
.subs-footer .form-group input {
  border-radius: 0;
  padding-left: 10px;
  margin-bottom: 10px;
}
form#contact_form04 input[type='submit'] {
  width: 100%;
  border-radius: 0;
}
form#contact_form04 input {
  width: 70%;
  float: left;
  padding-left: 10px;
  margin-bottom: 5px;
}
.img-subscribeform-inner2 label.radio input {
  width: auto !important;
}
form#contact_form10 input {
  width: 68%;
  float: left;
  border-radius: 0;
  padding-left: 10px;
}
form#contact_form10 input#send_message10 {
  width: 100%;
  font-size: 11px;
  height: 33px;
}
form#contact_form10 .error {
  background: transparent !important;
}
form#contact_form10 .success {
  background: transparent !important;
}
form#contact_form04 .error {
  background: transparent !important;
  padding: 0;
  color: red;
  font-size: 10px;
}
form#contact_form04 .success {
  background: transparent !important;
}
form#contact_form03 .success {
  clear: both;
}
form#contact_form10 .success {
  clear: both;
}
.subs-footer .form-footer input[type='submit'] {
  border-radius: 0;
  font-size: 12px;
  height: 34px;
}

.home div#sidebar01 {
  position: relative !important;
  top: 0 !important;
}

.home div#sidebar01.fixed {
  position: relative !important;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Clearing floats */
.clear:before,
.clear:after,
.gallery:before,
.gallery:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.home-widget-area:before {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.gallery:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.home-widget-area:before {
  clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
  margin: 0;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.main-content-area {
  margin-top: 15px;
  margin-bottom: 30px;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
  font-size: 13px;
  color: #6b6b6b;
}
.entry-meta {
  margin-bottom: 30px;
}
footer.entry-meta {
  margin-bottom: 0;
}
.page-header {
  margin-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
  float: left;
  width: 100%;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  color: #444;
  margin-bottom: 30px;
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #06aea3;
}
.btn.btn-default.read-more {
  float: right;
  margin-top: 10px;
  font-size: 12px;
  padding: 11px 13px;
}
.search .btn.btn-default.read-more {
  float: none;
}
hr.section-divider {
  border-color: #e8e8e8;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* author */
.author-bio {
  clear: both;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}
.author-bio .avatar {
  float: left;
}
.author-bio-content h4 {
  font-size: 14px;
  margin-top: 0;
}
.author-bio .author-bio-content {
  margin-left: 74px;
}
.secondary-content-box {
  padding-top: 0;
  padding-bottom: 0;
}
.single-view,
.blog-item-wrap {
  margin-bottom: 50px;
}
.post-inner-content {
  padding: 0px;
  background-color: transparent;
  border: 0px solid #dadada;
  border-top: none;
}
.post-inner-content:first-child {
  border-top: 1px solid #dadada;
}
.entry-title {
  margin-top: 0;
}
.more-link,
.says {
  display: none;
}
.comment-author .fn,
.author-bio h4,
.comment-reply-title {
  text-transform: uppercase;
  font-weight: 700;
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #06aea3;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #e8e8e8;
  color: #06aea3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page-links a:hover span {
  background-color: #06aea3;
  border: 1px solid #06aea3;
  color: #fff;
}
.pagination .fa-chevron-left,
.pagination .fa-chevron-right {
  font-size: 12px;
}
.pagination li a {
  color: #06aea3;
}
.pagination li:hover a {
  color: #06aea3;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff;
  background-color: #06aea3;
  border-color: #06aea3;
}
.pagination > li > a,
.pagination > li > span {
  padding: 9px 14px;
  border-color: #dadada;
}
.bottom-pagination {
  text-align: center;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.single-featured {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  display: block;
  margin: auto;
}
.single-featured:hover {
  opacity: 0.8;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget ul li {
  list-style: none;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget ul {
  padding: 0;
  line-height: 18px;
  font-size: 14px;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
#secondary .widget {
  color: #c1c0c0;
  overflow: hidden;
  padding-bottom: 20px;
}
#secondary .widget:last-child {
  margin-bottom: 0px;
}
.tab-content ul li {
  list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: '\f073';
}
#secondary .widget_categories ul li:before {
  content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}
.well {
  background-color: transparent;
  padding: 0px;
  border: 0px solid #dadada;
  overflow: hidden;
  clear: both;
  border-radius: 0px !important;
  box-shadow: none;
  margin-bottom: 0px !important;
}

.social-sidebar {
  float: left;
  width: 100%;
}

.social-youtube-sidebar {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-color: white;
}

.tabler-pop-posts {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-color: white;
}

.feed-social-sidebar {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.blogroll-sidebar {
  float: left;
  width: 100%;
}

ul.social-side {
  float: left;
  margin: 0;
  padding: 0px;
  width: 100%;
}

ul.social-side li {
  float: left;
  list-style: none;
  margin-right: 5px;
}

.titles-sidebar {
  float: left;
  width: 100%;
}

.titles-sidebar h5 {
  margin-top: 0px;
  border-left: 3px solid #06aea3;
  padding-left: 5px;
  color: #444;
  font-size: 13px;
  font-weight: bold;
}

#secondary .widget > h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  color: #636467;
}
#secondary .widget a {
  color: #444;
}
.widget ul ul {
  padding: 10px;
}
.widget #social ul li {
  border-bottom: 0;
}
.not-found-widget {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #secondary {
    clear: both;
  }
  span.site-name a img {
    max-width: 150px;
  }
}

/* Custom Category Widget */
.cats-widget ul li span {
  float: right;
}
/* Recent Post widgets */
.popular-posts-wrapper .post {
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.popular-posts-wrapper .post .post-image {
  width: 60px;
  height: 60px;
  float: left;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #dadada;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.popular-posts-wrapper .post .post-image img {
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.popular-posts-wrapper .post .post-image img:hover {
  opacity: 0.6 !important;
}
.popular-posts-wrapper .post .post-content {
  margin-left: 80px;
}
.widget .post-content > span {
  display: block;
}
#secondary .widget .post-content a {
  color: #06aea3;
}
#secondary .widget .post-content a:hover {
  color: #dadada;
}
.widget .post-content span {
  font-size: 12px;
}
.tagcloud {
  margin-top: 25px;
}
.tagcloud a {
  padding: 6px 7px;
  margin-right: 0;
  margin-bottom: 4px;
  line-height: 100%;
  display: inline-block;
  color: #fff !important;
  background-color: #dadada;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 12px !important;
}
.tagcloud a:hover {
  background-color: #06aea3;
  border-color: #06aea3;
}

/* =Buttons
----------------------------------------------- */
.btn-default,
.label-default {
  background-color: #06aea3;
  border-color: #06aea3;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.btn-default:hover,
.label-default[href]:hover,
.label-default[href]:focus,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover {
  background-color: #363636;
  border-color: #363636;
}
.btn.btn-default {
  color: #fff;
  text-transform: uppercase;
}
.input-group-btn:last-child > .btn {
  margin-left: 0;
}
button {
  background-color: #06aea3;
  border: none;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
button:hover {
  background-color: #363636;
}
#subscription-toggle {
  float: right;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 20px;
  background: transparent;
  border: 1px solid #dadada;
  background: #fff;
  color: #06aea3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#infinite-handle span:hover {
  background-color: #06aea3;
  color: #fff;
}
/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .flex-caption {
    display: none;
  }
}

/* =Navigation
----------------------------------------------- */

.post-navigation a,
.paging-navigation a {
  border: 1px solid #dadada;
  background-color: #fff;
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 4px;
  display: block;
  margin: 0 0 1.5em;
  overflow: hidden;
}
.post-navigation a:hover,
.paging-navigation a:hover {
  color: #fff;
  background: #06aea3;
  text-decoration: none;
}
.paging-navigation {
  text-transform: uppercase;
}
.post-navigation .nav-previous,
.paging-navigation .nav-previous {
  float: left;
}
.post-navigation .nav-next,
.paging-navigation .nav-next {
  float: right;
  text-align: right;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.single .nav-links {
  margin-top: 30px;
  float: left;
  width: 100%;
}
.nav > li > a {
  text-transform: uppercase;
  padding: 18px 8px !important;
}
.navbar.navbar-default {
  background-color: #363636;
  font-family: 'Open Sans', serif;
  margin-bottom: 0;
  font-weight: 500;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
  line-height: 15px;
  text-transform: uppercase;
  font-size: 11px;
}
.navbar > .container .navbar-brand {
  color: #dadada;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  font-family: 'Lato', sans-serif;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: white;
  background-color: #06aea3;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #06aea3;
}
.navbar-collapse {
  width: 100%;
}
nav.navbar.cloned .navbar-header {
  display: none;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #06aea3;
  }
}
.dropdown-menu {
  font-size: 13px;
}
.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
  color: #06aea3;
  background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
  color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #dadada;
}
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  padding: 10px 15px;
  color: #636467;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #06aea3;
  color: #fff;
}
.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.nav.navbar-nav {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
li#menu-item-312947 a {
  color: white;
  background: #4cafa5;
}
#bar-fixed-all {
  float: left;
  width: 100%;
  border: 1px solid #dfdfdf;
}

@media (max-width: 767px) {
  .nav.navbar-nav {
    float: none;
    display: block;

}
  .navbar > .container .navbar-brand {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

ul.social-menu {
  float: left;
  margin: 0px;
  padding: 0px;
}

ul.social-menu li {
  list-style: none;
  float: left;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-right: 5px;
}

.search-top {
  float: right;
  padding-right: 15px;
}

.search-top a {
  padding-top: 13px;
  float: left;
  padding-bottom: 13px;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#respond > p,
#respond p.comment-notes,
p.logged-in-as {
  margin-bottom: 10px;
}

p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment-list,
.comment-list .children {
  list-style: none;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 100px;
  position: relative;
  border: 1px solid #e8e8e8;
  border-bottom: 1px solid #dadada;
  border-radius: 4px;
}
.comment-list .children {
  margin-left: 0px !important;
  padding-left: 40px;
  border-left: 1px solid #dadada;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.comment-author.vcard {
  font-size: 12px;
}
.vcard .avatar {
  position: absolute;
  left: 20px;
  top: 29px;
  border-radius: 2px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #c7254e;
}
#submit {
  font-size: 12px;
}
.comment-navigation,
.single .nav-links {
  overflow: hidden;
  margin-top: 30px;
}
.comment-reply-title {
  font-size: 14px;
}
.comment-reply-link {
  background: #c1c0c0;
  border: #c1c0c0;
  font-size: 10px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .post-inner-content {
    padding: 20px 25px;
  }
  .comment-list .children {
    padding-left: 10px;
  }
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a {
  padding: 5px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover {
  background-color: #06aea3;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}
#image-navigation .nav-previous a {
  float: left;
}
#image-navigation .nav-next a {
  float: right;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-1.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-2.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(2n + 1),
.gallery-columns-3.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(3n + 1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: '';
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* =Footer
----------------------------------------------- */

#footer-area {
  background-color: #363636;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}
#footer-area a {
  color: #dadada;
}
#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}
#footer-area ul li {
  border-bottom: 1px solid #444;
}
#footer-area .site-info nav ul li {
  border-bottom: none;
}
.widgettitle {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  color: inherit;
}
#footer-area .widget ul li {
  list-style: none;
}
.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.footer-widget {
  overflow: hidden;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}
#colophon {
  background-color: #363636;
  padding: 10px 0;
  border-top: 1px solid #363636;
}
.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #999;
}
#footer-area a:hover {
  color: #fff;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}
.scroll-to-top {
  background: #363636;
  background: rgba(100, 100, 100, 0.4);
  color: #fff;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  width: 30px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.scroll-to-top:hover {
  background: #06aea3;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .site-info,
  .copyright {
    text-align: center;
  }
  .footer-nav.nav,
  .copyright {
    float: none;
  }
}

#footer-menu-navigation {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}

#footer-menu-navigation ul {
  float: left;
  width: 70%;
  margin: 0px;
  padding: 0px;
  margin-left: 15%;
  margin-right: 15%;
}

#footer-menu-navigation ul li {
  float: left;
  list-style: none;
  border: none;
  margin-right: 10px;
  margin-left: 10px;
}

#footer-subcat-navigation {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

#footer-subcat-navigation ul {
  margin: 0px;
  padding: 0px;
  width: 40%;
  margin-left: 30.5%;
  margin-right: 30.5%;
  float: left;
}

#footer-subcat-navigation ul li {
  float: left;
  border: 0px !important;
}

/* =Social icons
----------------------------------------------- */
#secondary .widget .social-icons a {
  color: #fff;
}
.social-icons {
  position: relative;
  text-align: center;
}
#secondary .widget .social-icons {
  text-align: left;
}
.social-icons a {
  font-size: 18px;
  line-height: 40px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #dadada;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#footer-area .social-icons a {
  margin-right: 7px;
  background-color: #363636;
  color: #fff;
}

.social-icons a.facebook:hover {
  background-color: #4265b9 !important;
}
.social-icons a.twitter:hover {
  background-color: #55acee !important;
}
.social-icons a.dribbble:hover {
  background-color: #ea4c89 !important;
}
.social-icons a.flickr:hover {
  background-color: #ff0084 !important;
}
.social-icons a.googleplus:hover {
  background-color: #d62408 !important;
}
.social-icons a.skype:hover {
  background-color: #0bbff2 !important;
}
.social-icons a.pinterest:hover {
  background-color: #c31e26 !important;
}
.social-icons a.linkedin:hover {
  background-color: #005987 !important;
}
.social-icons a.vimeo:hover {
  background-color: #1bb6ec !important;
}
.social-icons a.tumblr:hover {
  background-color: #35506b !important;
}
.social-icons a.youtube:hover {
  background-color: #df3333 !important;
}
.social-icons a.instagram:hover {
  background-color: #f95b60 !important;
}
.social-icons a.rss:hover {
  background-color: #f39c12 !important;
}
.social-icons a.foursquare:hover {
  background-color: #2398c9 !important;
}
.social-icons a.soundcloud:hover {
  background-color: #f50 !important;
}
.social-icons a.github:hover {
  background-color: #4183c4 !important;
}
.social-icons a.spotify:hover {
  background-color: #81b71a !important;
}
.fa-googleplus:before {
  content: '\f0d5';
}
.fa-vimeo:before {
  content: '\f194';
}

@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
}

/* =Call For Action
----------------------------------------------- */
.cfa {
  padding: 30px 0px;
  background: #fff;
  border-bottom: 1px solid #dadada;
  text-align: center;
}
.cfa-text {
  font-size: 22px;
  color: #06aea3;
  display: block;
  padding-top: 10px;
}
.cfa-button {
  background-color: transparent;
  color: #06aea3;
  padding: 15px 30px;
  border-color: #06aea3;
}
.cfa-button a {
  color: #06aea3;
}
.cfa-button:hover {
  background-color: #06aea3;
  color: #fff;
}
@media (max-width: 767px) {
  .cfa {
    padding: 0 0 20px;
  }
  .cfa-button {
    padding: 10px 16px;
    margin-top: 10px;
  }
}

/* =Elements when no javaScript is present
----------------------------------------------- */
#submit,
.tagcloud,
.comment-reply-link,
.widget_rss ul,
button[type='submit'],
.postform,
table#wp-calendar {
  display: none;
}
.no-js #submit,
.no-js .tagcloud,
.no-js .comment-reply-link,
.no-js .widget_rss ul,
button[type='submit'],
.no-js .postform,
.no-js table#wp-calendar {
  display: block;
}

#sub-menu-header {
  margin: 0px;
  padding: 0px;
}

li.sub-menu-item-header {
  float: left;
  list-style: none;
  margin-right: 10px;
}

ul#sub-menu-header li a {
  font-size: 11px;
  color: white;
  line-height: 31pt;
}

ul#sub-menu-header li a:hover {
  border-bottom: 1px solid #06aea3;
}

#header-subcat-navigation {
  float: left;
  width: 100%;
}

nav.navbar.navbar-default.sub-menu-top {
  /* margin-bottom: 30px;*/
  margin-bottom: 10px;
  min-height: 41px;
}

nav.navbar.navbar-default.for-color-back {
  background-color: white;
}

.navbar-header {
  padding: 0px;
  /*margin-bottom: 30px;*/
  margin-bottom: 12px;
}

#logo {
  float: left;
  /*padding-top: 15px;*/
  padding-top: 40px;
}

span.site-name {
  float: left;
}

a.navbar-brand {
  height: auto;
}

.site-header {
  background-color: white;
  padding-bottom: 15px;
}

.titles-categ-home {
  float: left;
  width: 100%;
}

.titles-categ-home h5 {
  margin-top: 0px;
  border-left: 3px solid #06aea3;
  padding-left: 5px;
  color: #444;
  font-size: 13px;
  font-weight: bold;
}

.colun-1-home {
  float: left;
  width: 70%;
}

.colun-2-home {
  float: left;
  width: 30%;
}

.span-8 {
  float: left;
  width: 100%;
  position: relative;
}

.span-8-inner-border {
  float: none;
  width: 70%;
  position: absolute;
  border: 1px solid #dfdfdf;
  margin-left: 15%;
  margin-right: 15%;
  clear: both;
  margin-top: 11%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.26);
  z-index: 100;
}

.span-8-inner-border:hover .span-8-img {
  opacity: 0.2;
}

/*.span-8:hover .span-8-img {
  opacity: .2;
}*/

.post4 {
  height: 255px;
  background-color: black;
}

.span-8-img {
  float: left;
  width: 100%;
  background-color: black;
  position: relative;
}

.span-8-img img {
  opacity: 0.6;
  width: 100%;
}

.span-8-img:hover img {
  opacity: 0.2;
}

.span-8-inner-date {
  float: left;
  width: 100%;
  text-align: center;
  color: white;
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
}

.span-8-inner-title {
  float: left;
  width: 100%;
  text-align: center;
  color: white;
}

.span-8-inner-title a {
  color: white;
  font-size: 17px;
  line-height: 17pt;
  letter-spacing: 0.5pt;
  font-family: 'Lato', sans-serif;
}

.span-8-inner-excerp {
  width: 100%;
  float: left;
  text-align: center;
  color: white;
  font-size: 11px;
  letter-spacing: 0.5pt;
  margin-top: 2px;
}

.span-8.post2 {
  width: 50%;
  float: left;
}

.span-8.post3 {
  float: left;
  width: 50%;
}

.post-categ-home {
  float: left;
  width: 100%;
}

.post-categ-home-inner {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.post-categ-home-inner:last-child {
  margin-bottom: 0px;
}

#img-post-inner {
  width: 34%;
  float: left;
  margin-right: 15px;
  background-color: white;
  height: 228px;
}

#img-post-inner img {
  min-height: 228px;
  max-height: 228px;
}

.date-post-inner {
  float: left;
  color: #444;
  font-size: 11px;
  text-transform: uppercase;
}

.date-post-inner .month {
  float: left;
  color: #444;
  font-size: 11px;
  text-transform: uppercase;
  padding-right: 4px;
}

.date-post-inner .day {
  float: left;
  color: #444;
  font-size: 11px;
  text-transform: uppercase;
  padding-right: 5px;
}

.cat-post-inner {
  float: left;
}

.cat-post-inner a {
  float: left;
  color: #444;
  font-size: 11px;
  text-transform: uppercase;
}

.title-post-inner {
  float: left;
  width: 63%;
}

.title-post-inner h5 {
  color: #444;
  font-size: 17px;
  font-weight: bold;
}

.title-post-inner h5 a {
  color: #444;
}

.title-post-inner h5 a:hover {
  color: #06aea3;
}

.excerp-post-inner {
  float: left;
  width: 63%;
  font-size: 13px;
  line-height: 13pt;
  letter-spacing: 0.2pt;
  margin-bottom: 5px;
}

.readmore-post-inner a:hover {
  background-color: #06aea3;
  border-color: #06aea3;
  color: white;
}

.readmore-post-inner a {
  border: 1px solid #363636;
  color: #363636;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 6px;
  text-transform: uppercase;
  font-size: 11px;
  padding-right: 6px;
}

#social_post_home {
  width: 63%;
  float: left;
  margin-bottom: 30px;
}

#social_post_home ul {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}

#social_post_home ul li {
  float: left;
  list-style: none;
}

.readmore-post-inner {
  float: left;
  width: 63%;
}

.home-category-news {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.home-category-interiordesigners {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.slide-categ-interior {
  float: left;
  width: 100%;
}

.bm_slider .bm_slider_item {
  border-radius: 0px;
}

.bm_slider {
  border-radius: 0px !important;
}

.home-category-eventsandluxurygoods {
  float: left;
  width: 100%;
}

.home-category-events {
  float: left;
  width: 47.5%;
  margin-right: 30px;
}

.home-category-events-feed {
  float: left;
  width: 100%;
}

.home-category-events-feed ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}

.home-category-events-feed ul li.item {
  float: left;
  list-style: none;
  width: 100%;
}

.home-category-events-feed ul li.item span.rss-image {
  width: 30%;
  float: left;
  margin-right: 15px;
  height: 98px;
  overflow: hidden;
  background-color: white;
}

.home-category-events-feed ul li.item .data {
  width: 64%;
  float: left;
}

.home-category-events-feed ul li.item .data h4 {
  color: #444;
  font-size: 14px;
  line-height: 14pt;
  margin-top: 2px;
}

.home-category-events-feed ul li.item .data h4 a {
  color: #444;
}

.home-category-events-feed ul li.item .data h4 a:hover {
  color: #06aea3;
}

.home-category-luxurygoods {
  float: right;
  width: 47.5%;
}

.home-category-luxurygoods-feed {
  float: left;
  width: 100%;
}

.home-category-luxurygoods ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}

.home-category-luxurygoods ul li.item {
  float: left;
  list-style: none;
  width: 100%;
}

.home-category-luxurygoods ul li.item span.rss-image {
  width: 30%;
  float: left;
  margin-right: 15px;
  height: 98px;
  overflow: hidden;
  background-color: white;
}

.home-category-luxurygoods ul li.item .data {
  width: 64%;
  float: left;
}

.home-category-luxurygoods ul li.item .data h4 {
  color: #444;
  font-size: 14px;
  line-height: 14pt;
  margin-top: 2px;
  height: 35px;
  overflow: hidden;
}

.home-category-luxurygoods ul li.item .data h4 a {
  color: #444;
}

.home-category-luxurygoods ul li.item .data h4 a:hover {
  color: #06aea3;
}

.home-category-cityguides {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.city-guides-slide {
  float: left;
  width: 100%;
}

ol.flex-control-nav.flex-control-paging {
  display: none;
}

ul.flex-direction-nav {
  position: absolute;
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin-top: -125px;
}

li.flex-nav-prev {
  float: left;
  list-style: none;
}

li.flex-nav-prev a {
  background: url(images/setas-slide-23.png) no-repeat;
  background-size: 100%;
  color: transparent;
  width: 32px;
  height: 40px;
}

li.flex-nav-prev a:hover {
  color: transparent !important;
}

li.flex-nav-next {
  float: right;
  list-style: none;
}

li.flex-nav-next a {
  background: url(images/setas-slide-01.png) no-repeat;
  background-size: 100%;
  color: transparent;
  width: 32px;
  height: 40px;
}

li.flex-nav-next a:hover {
  color: transparent !important;
}

.city-guides-slide ul li {
  margin-right: 30px;
  overflow: hidden;
}

.city-guides-slide ul li img {
  height: auto;
  min-height: 136px;
  max-width: 700px;
  width: auto;
  min-width: 100%;
}

.city-guides-slide ul li a {
  max-height: 136px;
  overflow: hidden;
  float: left;
}

.city-guides-slide ul li a:hover {
  color: #06aea3;
}

.slide-info {
  background-color: white;
  float: left;
  padding-left: 10px;
  padding-top: 5px;
  padding-right: 10px;
  width: 100%;
  padding-bottom: 10px;
}

.slide-info a {
  text-align: left;
  color: #444;
  text-transform: uppercase;
  font-size: 12px;
}

.slide-info h4 {
  float: left;
  width: 100%;
  margin-top: 2px;
  height: 36px;
  overflow: hidden;
  margin-bottom: 7px;
}

.slide-info h4 a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: normal;
  line-height: 14pt;
}

.slide-info h5 {
  float: left;
  width: 100%;
  margin: 0px;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.2pt;
}

.slide-info h5 a {
  font-size: 10px;
}

.flexslider.slide_home_main {
  overflow: hidden;
}

.rss-image img {
  min-height: 99px;
  width: 100%;
  max-width: 750px;
  min-width: 150px !important;
  height: auto !important;
}

.home-category-luxurygoods ul li.item .data h5 a {
  border: 1px solid #363636;
  color: #363636;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 6px;
  text-transform: uppercase;
  font-size: 10px;
  padding-right: 6px;
}

.home-category-luxurygoods ul li.item .data h5 a:hover {
  color: white;
  border-color: #06aea3;
  background-color: #06aea3;
}

.home-category-events-feed ul li.item .data h5 a {
  border: 1px solid #363636;
  color: #363636;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 6px;
  text-transform: uppercase;
  font-size: 10px;
  padding-right: 6px;
}

.home-category-events-feed ul li.item .data h5 a:hover {
  color: white;
  border-color: #06aea3;
  background-color: #06aea3;
}

ul.pop-widget-tabs li {
  border: 0px !important;
  padding-bottom: 10px;
  padding-right: 11px !important;
}

ul.pop-widget-tabs li a {
  background: transparent !important;
  border: 0px solid #ddd !important;
  font-family: 'Lato', sans-serif !important;
  letter-spacing: 0pt !important;
  text-transform: uppercase;
  line-height: 13pt !important;
  font-weight: bold !important;
  font-size: 13px !important;
  color: #b7b7b7 !important;
  padding-left: 5px !important;
}

ul.pop-widget-tabs li a:hover,
ul.pop-widget-tabs li a.active,
ul.pop-widget-tabs li a:active,
ul.pop-widget-tabs li a:focus {
  margin-top: 0px;
  border-left: 3px solid #06aea3 !important;
  padding-left: 5px;
  color: #444 !important;
  font-size: 13px;
  font-weight: bold;
}

ul#pop-widget-tabs-2 {
  float: left;
  margin-bottom: 0px !important;
  padding: 10px !important;
  border-bottom: 1px solid #dfdfdf;
}

.pop-layout-v {
  float: left;
  border: 1px solid #dfdfdf;
  width: 100%;
  border-bottom: 0px;
}

div.pop-inside {
  margin: 0px !important;
  border: none !important;
}

div.pop-inside ul li {
  padding: 10px !important;
  border-bottom: 1px solid #dfdfdf !important;
}

.feed-category-page ul#wow-feed {
  margin: 0px;
  padding: 0px;
}

h5.titles-categ-home {
  margin-top: 0px;
  border-left: 3px solid #06aea3;
  padding-left: 5px;
  color: #444;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.single h1.entry-title {
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.entry-header.page-header .entry-meta {
  margin-bottom: 16px;
}

#ult-fs-search .close {
  background-color: transparent !important;
  border-color: transparent !important;
}

.img-header-subpages {
  width: 100%;
  background-color: transparent;
  margin-bottom: 30px;
}
.d-flex {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.nopadding {
  padding:0;
}
.img-download-media {
  float: left;
  width: 100%;
  background-color: white;
  margin-bottom: 30px;
  height: 100px;
}

.text-subpages {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.text-subpages a:hover {
  color: #06aea3;
}

.img-contributor-subpages {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  border: 2px solid #999;
  background-color: white;
}

.img-contributor-subpages h1 {
  font-weight: normal;
  color: #444;
  font-size: 20px;
  letter-spacing: 0.2pt;
  padding-left: 30px;
  float: left;
  margin: 0px;
  line-height: 66pt;
}

.img-contributor-subpages img {
  float: right;
  padding-top: 28px;
  padding-right: 30px;
}

.bm_slider_fortop {
  position: absolute;
  z-index: 1000;
  margin-top: 6%;
}

ul.slides {
  margin: 0px;
  padding: 0px;
  float: left;
}

.bm_slider_fortop {
  position: absolute;
  z-index: 1000;
  border: 1px solid white;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  padding: 25px;
  color: white;
  font-size: 12px;
  line-height: 13pt;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.21);
}

.bm_slider_title-1 {
  font-size: 17px;
  text-align: center;
  color: white;
  margin-bottom: 10px;
}

.bm_slider_title-1 a {
  color: white;
  line-height: 23pt;
  font-size: 23px;
}

.bm_desc_inside a {
  color: white;
}

.tab-content > .active {
  display: block;
}

.tab {
  display: none;
}

.sidebar-blogr-arch {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #dfdfdf;
  background-color: white;
}

ul.tab-links {
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #dfdfdf;
  padding-left: 15px;
  padding-right: 15px;
}

ul.tab-links li {
  float: left;
  width: 50%;
  list-style: none;
}

ul.tab-links li h5 {
  border-left: 3px solid #06aea3;
  padding-left: 5px;
  color: #b7b7b7;
  font-size: 13px;
  font-weight: bold;
  font-style: normal !important;
}

li.active h5 {
  color: #444 !important;
}

.tab-content {
  float: left;
  width: 100%;
}

.blogroll {
  float: left;
  width: 100%;
}

.blogroll ul {
  padding-left: 15px;
  margin-top: 10px;
  float: left;
  width: 50%;
}

.blogroll ul li {
  list-style: none;
  color: #444;
}

.blogroll ul li a {
  color: #444;
  text-transform: capitalize;
  line-height: 12pt;
  font-size: 12px;
}

.blogroll ul li a:hover {
  color: #06aea3;
}

.archive-sidebar {
  float: left;
  width: 100%;
}

.archive-sidebar ul {
  padding-left: 15px;
  margin-top: 10px;
}

.archive-sidebar ul li {
  list-style: none;
  color: #444;
}

.archive-sidebar ul li a {
  color: #444;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 12pt;
}

.archive-sidebar ul li a:hover {
  color: #06aea3;
}

ul.feed-nav-wrap {
  margin: 0px;
  padding: 0px;
  width: 15%;
  float: left;
}

.feed-content-wrap {
  width: 85%;
  float: right;
}

.feed-content-wrap .active {
  display: block;
}

.feed-social-sidebar ul#tab-links {
  padding: 0px;
  margin: 0px;
  width: 15%;
  float: left;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.feed-social-sidebar ul#tab-links img {
  padding-bottom: 4px;
  padding-top: 4px;
}

.root.timeline.ltr.customisable-border {
  border-radius: 0px !important;
}

#tab {
  display: none;
}

.img-brand {
  float: left;
  width: 100%;
}

#extra-footer-area {
  background-color: #fafafa;
  width: 100%;
  border-top: 1px solid #dfdfdf;
  padding-top: 30px;
  padding-bottom: 30px;
}

#extra-footer-area #colophon {
  background-color: transparent;
  border: none;
}

.subs-footer {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}

.subs-footer h2 {
  color: #444;
  font-size: 23px;
  font-weight: normal;
  float: left;
  margin: 0px;
}

.subs-footer .form-footer {
  float: left;
  margin-bottom: 0px;
}

.form-footer .form-submit {
  width: auto !important;
}

.subs-footer .form-group {
  float: left;
  width: 80%;
}

.form-footer {
  float: left;
  width: 40%;
  margin-left: 40px;
  margin-right: 50px;
}

.redes-footer {
  float: right;
}

.redes-footer ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.redes-footer ul li {
  list-style: none;
  float: left;
  margin-right: 7px;
}

input#s {
  float: left;
  width: 77%;
  border-radius: 0px;
  background-color: white;
  box-shadow: none;
  padding-left: 15px;
  font-size: 14px;
  line-height: 14pt;
  outline: none;
}

.form-submit {
  float: left;
  width: 28%;
}

button.sub-submit.btn.btn-default {
  width: 100%;
  border-radius: 0px;
  text-align: center;
  background-color: #07aea4;
  border-color: #07aea4;
}

.subs-footer .form-group {
  margin-bottom: 0px;
}

.top-subpages {
  float: left;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.top-catsubpages-inner {
  float: left;
  width: 100%;
}

.span-20 {
  width: 17.55%;
  float: left;
  margin-right: 30px;
  background-color: white;
}

.span-20:last-child {
  margin-right: 0px;
}

#spanimg-1 {
  width: 100%;
  float: left;
}

.date-post-top {
  float: left;
  font-size: 10px;
  text-transform: uppercase;
  padding-right: 5px;
  padding-top: 8px;
  padding-left: 10px;
}

.date-post-top .day {
  float: left;
}

.date-post-top .month {
  float: left;
  padding-right: 5px;
}

.cat-post-top {
  float: left;
  font-size: 10px;
  text-transform: uppercase;
  padding-right: 10px;
  padding-top: 8px;
}

.cat-post-top a {
  color: #444;
}

.title-post-top {
  float: left;
  text-transform: capitalize;
  color: #444;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 8px;
  line-height: 14pt;
  margin-top: 3px;
}

.title-post-top a {
  color: #444;
  font-size: 14px;
  font-weight: bold;
}

.title-post-top a:hover {
  color: #06aea3;
}

.box {
  width: 100%;
  float: left;
  background-color: white;
}

.form-subpageat {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.input-contact {
  float: left;
  width: 49.2%;
  margin-bottom: 10px;
  margin-right: 10px;
}

.input-contact.last0 {
  margin-right: 0px;
}

.contact-form-subpages {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
}

.input-contact input.email {
  width: 100%;
  border-radius: 0px;
  font-size: 11px;
  padding-left: 6px;
}

.input-contact-message {
  float: left;
  width: 99.9%;
  margin-bottom: 10px;
}

.input-contact-message textarea {
  border-radius: 0px;
  text-transform: uppercase;
  color: #444;
  font-size: 11px;
  padding-left: 6px;
}

.input-newsletter-submit {
  float: left;
  width: 99.9%;
}

input.submit.btn.btn-default {
  background-color: black;
  width: 100%;
  font-size: 11px;
  border-radius: 0px;
  border: 0px;
}

#ult-fs-search input[type='text'] ::-webkit-input-placeholder {
  color: white !important;
}

::-webkit-input-placeholder {
  color: #444;
}

.error-tit {
  float: left;
  width: 100%;
  text-align: center;
  color: #444;
  margin-bottom: 25px;
}

.error-tit h2 {
  color: #444;
  font-weight: normal !important;
  font-size: 26px;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 30pt;
}

.page-content-error .form-search-error {
  width: 100%;
  float: left;
}

.page-content-error {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 12px;
  color: #444;
}

.page-content-error input.form-control.search-query {
  background-color: transparent;
  border-top: 0px;
  box-shadow: none;
  border-left: 0px;
  border-right: 0px;
  font-size: 11px;
  letter-spacing: 0.2pt;
  text-transform: uppercase;
}

.page-content-error span.input-group-btn button#searchsubmit {
  background-color: transparent !important;
  border: none;
  color: #444;
  font-size: 19px;
  padding-right: 0px;
}

.page-content-error form.form-search {
  width: 50%;
  margin: auto;
}

.search-no-results #secondary {
  display: none;
}

.search-no-results .side-error {
  display: block !important;
}

.img-subscribeform {
  float: left;
  width: 100%;
  background-color: #e6e6e6;
  padding: 20px;
  padding-bottom: 12px;
}

.img-subscribeform-inner1 {
  float: left;
  width: 45%;
  text-align: center;
  color: #444;
}

.img-subscribeform-inner2 {
  width: 55%;
  float: left;
}

.img-subscribeform-inner1 h3 {
  margin: 0px;
  color: #444;
  font-size: 22px;
  line-height: 22pt;
}

.img-subscribeform-inner2 form {
  width: 100%;
}

label.radio.first {
  float: left;
}

.img-subscribeform-inner2 label.radio {
  float: left;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: normal;
  color: #444;
}

.img-subscribeform-inner2 input#s {
  width: 65%;
  float: left;
  background-color: white !important;
  color: #444;
}

.form-checkk {
  float: left;
  width: 100%;
}

input#group_1 {
  margin-left: 0px;
  position: relative;
  margin-right: 7px;
}

#ult-fs-search.open {
  z-index: 1000000000000000000;
}

#taxonomy-drill-down-2 {
  float: left;
  width: 100%;
}

#taxonomy-drill-down-2 h3 {
  display: none;
}

form.taxonomy-drilldown-dropdowns {
  float: left;
  width: 100%;
}

#terms-category ul li.term-item {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: none !important;
}

select#qmt-category_name {
  width: 100%;
  background-color: white;
  color: #444;
  text-transform: uppercase;
  font-size: 12px;
  border-color: #06aea3;
  outline: #06aea3 !important;
  float: left;
}

form.taxonomy-drilldown-dropdowns ul {
  float: left;
  width: 80%;
}

form.taxonomy-drilldown-dropdowns {
  float: left;
  width: 100%;
}

form.taxonomy-drilldown-dropdowns p {
  float: left;
  width: 20%;
  margin: 0px;
}

form.taxonomy-drilldown-dropdowns input.btn.btn-default {
  padding-top: 1px;
  padding-bottom: 1px;
  float: left;
  border-radius: 0px;
  font-size: 11px;
  margin-right: 5px;
}

a.taxonomy-drilldown-reset {
  text-transform: uppercase;
  font-size: 11px;
  color: #444;
  border: 1px solid #06aea3;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  line-height: 13pt;
  text-align: center;
  background-color: white;
}

.category h1.page-title {
  margin-top: 0px;
  border-left: 3px solid #06aea3;
  padding-left: 5px;
  color: #444;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 0px;
}

.bm_over_theme1 .bm_slider_button {
  left: 0px !important;
  width: 100%;
  bottom: 40% !important;
}

.bm_over_theme1 .bm_slider_button:hover {
  left: 0px !important;
}

div#bm_slider_next_bw-slideshow-widget-2 {
  float: right;
  background: url(images/setas-slide-01.png) no-repeat;
  background-size: 100%;
  width: 40px;
  height: 50px;
}

div#bm_slider_prev_bw-slideshow-widget-2 {
  float: left;
  background: url(images/setas-slide-23.png) no-repeat;
  background-size: 100%;
  width: 40px;
  height: 50px;
}

.img-subscribeform-header {
  float: right;
  background-color: #f6f7f8;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.hw-widget a img {
  max-width: 400px;
  float: right;
}
.img-subscribeform-header .img-subscribeform-inner1 h3 {
  font-size: 17px;
  line-height: 17pt;
  padding-top: 5px;
}

.img-subscribeform-header .img-subscribeform-inner2 input#s {
  width: 60%;
  height: 29px;
  font-size: 11px;
  padding-left: 10px;
  color: #444;
}

.img-subscribeform-header .form-submit {
  height: 28px;
}

.img-subscribeform-header .img-subscribeform-inner2 label.radio {
  font-size: 11px;
  line-height: 11pt;
}

.img-subscribeform-header input#group_1 {
  margin-top: 0px;
  float: left;
}

.img-subscribeform-header input#group_2 {
  margin-top: 0px;
}

.img-subscribeform-header button.sub-submit.btn.btn-default {
  font-size: 10px;
}

.home .img-brand {
  display: none;
}

#hover_block {
  list-style: none;
  z-index: 60000;
  position: fixed;
  float: left;
  left: 0;
  padding-top: 195px;
  width: 18px;
  height: 180px;
}

#hover_block ul {
  -webkit-padding-start: 0px;
  margin: 0;
  list-style: none;
  -moz-padding-start: 0px;
  padding-left: 0px;
}

ul.hover_block li {
  list-style: none;
  float: left;
  padding-left: 0 !important;
  padding: 0;
  width: 125px;
  position: relative;
  margin-right: 20px;
  height: 33px;
  border: none !important;
}

ul.hover_block li a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 32px;
  width: 125px;
  padding: 16px;
}

ul.hover_block li img {
  position: absolute;
  top: 0;
  left: -95px;
  border: 0;
  transition: left 1s;
  -moz-transition: left 1s;
  -webkit-transition: left 1s;
  -o-transition: left 1s;
  cursor: pointer;
}

ul.hover_block li img:hover {
  left: 0 !important;
}

.cloned .img-subscribeform-header {
  display: none;
}

.cloned .navbar-header {
  width: 22.4%;
  float: left;
}

.cloned #bar-fixed-all {
  width: 100%;
  float: right;
}

.cloned ul.social-menu {
  display: none;
}

.cloned .search-top {
  display: none;
}

.cloned #menu-menu-p {
  width: 100%;
  float: left;
}

.cloned .collapse.navbar-collapse.navbar-ex1-collapse {
  width: 100%;
  float: left;
}

.cloned .navbar-header {
  margin-bottom: 0px;
}

.cloned #logo {
  padding-top: 0px;
}

.input-contact select {
  border-color: #e8e8e8;
  border-radius: 0px !important;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 11px;
}

.ytc-pslb.ytc-links.container-fluid {
  display: none;
}

.single .nav-links .nav-next {
  float: right;
  width: 50%;
  text-transform: uppercase;
  padding-left: 15px;
  letter-spacing: 0.2pt;
}

.nav-links .nav-next a {
  border-radius: 0px;
}

.single .nav-links .nav-previous {
  width: 50%;
  float: left;
  text-transform: uppercase;
  letter-spacing: 0.2pt;
  padding-right: 15px;
}

.nav-links .nav-previous a {
  border-radius: 0px;
}

.tabs-sub-categories {
  width: 25%;
  float: left;
  border: 1px solid #dfdfdf;
  background-color: white;
  margin-right: 15px;
}

.tabs-sub-categories ul {
  margin: 0px;
  padding-left: 10px;
  list-style: none;
  padding-top: 5px;
  padding-bottom: 3px;
}

.tabs-sub-categories ul li {
  color: #444444;
  font-size: 11px;
  letter-spacing: 0.2pt;
}

.tabs-sub-categories ul li a {
  color: #444444;
  font-size: 11px;
  letter-spacing: 0.2pt;
}

.tabs-sub-categories ul li a:hover {
  color: #06aea3;
}

.tabs-sub-categories-inner {
  width: 72.8%;
  float: right;
  border-left: 1px solid #dfdfdf;
  padding-left: 15px;
}

.tabs-sub-categories-inner .title-post-inner {
  width: 57%;
}

.tabs-sub-categories-inner .title-post-inner h5 {
  height: 36px;
}

.tabs-sub-categories-inner .excerp-post-inner {
  width: 57%;
  height: 35px;
  overflow: hidden;
}

.tabs-sub-categories-inner #social_post_home {
  width: 57%;
  margin-bottom: 12px;
}

.tabs-sub-categories-inner .readmore-post-inner {
  width: 57%;
}

.tabs-sub-categories-inner #img-post-inner {
  width: 38%;
  height: 174px;
  overflow: hidden;
}
.img-brand-01 {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.home .sdis {
  display: none;
}

.archive .sdis {
  display: none;
}

.single .sdis {
  display: block;
}

.single .sdis2 {
  display: none;
}

.single #sidebar01 {
  max-width: 260px;
  float: left;
}
.single #sidebar01.fixed {
  margin-top: -15.5%;
}
.single .fixed {
  position: fixed;
  margin-right: -50%;
}
.single .fixed .last {
  margin-bottom: 150px;
}

@media screen and (max-width: 981px) {
  .single .fixed {
    display: none;
  }
  .single #sidebar01 {
    max-width: 100%;
  }
}

.just-single {
  display: none;
}
.single .just-single {
  display: block;
}

input[type='text'],
.single .just-single input[type='text'],
input[type='email'] {
  font-size: 12px !important;
  margin-bottom: 10px !important;
  font-family: 'Open Sans', sans-serif !important;
  color: black !important;
  text-indent: 0px !important;
  padding: 10px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  border-radius: 0px;
}
.single .just-single input#send_message02 {
  font-size: 12px;
  padding: 5px;
  width: 100%;
  border-radius: 0px;
}
.single .just-single {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.single .just-single h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: red;
}

.cat-news,
.cat-home-design,
.cat-interior-designers,
.cat-projects,
.cat-luxury-goods,
.cat-events,
.cat-city-guides {
  display: none;
}

.archive.category-news .cat-news {
  display: block;
}

.archive.category-furniture .cat-home-design {
  display: block;
}

.archive.category-living-spaces .cat-home-design {
  display: block;
}

.archive.category-interior-designers .cat-interior-designers {
  display: block;
}

.archive.category-projects .cat-projects {
  display: block;
}

.archive.category-luxury-goods .cat-luxury-goods {
  display: block;
}

.archive.category-events .cat-events {
  display: block;
}

.archive.category-city-guide .cat-city-guides {
  display: block;
}
div#secondary {
  position: sticky;
  top: 75px;
}

/* MEDIA QUERYS */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post4 {
    height: 244px;
    overflow: hidden;
  }
  .cloned .navbar-header {
    width: 21.4%;
  }
  .cloned #bar-fixed-all {
    width: 78%;
  }
  .top-catsubpages-inner .span-20 {
    width: 17.4%;
  }
  .tabs-sub-categories-inner {
    width: 100%;
    float: right;
    border-left: 0;
    padding-left: 15px;
  }
  .tabs-sub-categories {
    display: none;
  }
  .page-template-template-contributor .top-subpages {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  div#secondary {
    position: relative;
  }
  ul#menu-menu-p li a {
    padding: 10px 7px !important;
  }
  .collapse.navbar-collapse.navbar-ex1-collapse {
    width: 100%;
  }
  .cloned #logo {
    display: none;
  }
  .cloned #bar-fixed-all {
    width: 100%;
  }
  .span-8 {
    height: 159px;
    overflow: hidden;
  }
  .post4 {
    height: 159px;
    overflow: hidden;
  }
  .span-8-inner-border {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 15px;
  }
  div#secondary {
    max-width: 290px;
    float: none;
    margin: 0 auto;
    width: 100%;
    clear: both;
  }
  .subs-footer h2 {
    width: 40%;
    margin-top: 5px;
  }
  .subs-footer .form-footer {
    float: right;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .redes-footer {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .redes-footer ul {
    width: auto;
  }
  #footer-menu-navigation ul {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
  #footer-subcat-navigation {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
  }
  #footer-subcat-navigation ul {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .img-subscribeform-header {
    width: 65%;
  }
  .img-subscribeform-header button.sub-submit.btn.btn-default {
    font-size: 10px;
    padding: 0;
    height: 28px;
  }
  .archive .main-content-inner {
    margin-bottom: 30px;
  }
  .img-header-subpages img {
    width: 100%;
  }
  .top-catsubpages-inner .span-20 {
    width: 16.4%;
  }
  .post-inner-content p span {
    width: 100%;
  }
  .post-inner-content p img {
    width: 100%;
  }
  .sticky2 {
    position: relative !important;
    top: 0 !important;
    float: none !important;
  }
}

@media only screen and (max-width: 767px) {
  div#secondary {
    position: relative;
  }

  #header-subcat-navigation {
    display: flex;
    justify-content: center;
  }
  .img-subscribeform-header {
    display: none;
  }
  #hover_block {
    display: none;
  }
  #logo {
    padding-top: 0;
  }
  ul.social-menu {
    width: 90%;
    padding-left: 10px;
  }
  .nav.navbar-nav {
    float: left;
    margin: 0;
  }
  nav.navbar.navbar-default.for-color-back.menu-prin.cloned {
    display: none !important;
    position: relative !important;
  }
  #secondary {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    float: none;
    clear: both;
  }
  .sticky2 {
    float: none !important;
    position: relative !important;
    top: 0 !important;
  }
  .st-p {
    display: none;
  }
  .subs-footer h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .subs-footer .form-footer {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
  .subs-footer .form-footer form {
    width: 80%;
  }
  .form-footer .form-submit {
    width: 23% !important;
  }
  .redes-footer ul {
    width: auto;
  }
  .redes-footer {
    float: right;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #footer-menu-navigation {
    display: flex;
    justify-content: center;
  }
  #footer-menu-navigation ul {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #footer-subcat-navigation {
    display: flex;
    justify-content: center;
  }
  #footer-subcat-navigation ul {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .span-20:nth-child(2n) {
    float: right;
    padding-left: 15px;
  }
  .span-20:nth-child(2n + 1) {
    padding-right: 15px;
  }
  .span-20 {
    width: 50%;
    margin-right: 0;
    padding-bottom: 30px;
  }
  .box a img {
    width: 100%;
  }
  .span-20:last-child {
    display: none;
  }
  .ftpimagefix {
    width: 100%;
  }
  .ftpimagefix a img {
    width: 100%;
  }
  figure a img {
    width: 100%;
  }
  .input-contact {
    width: 100%;
  }
  .main-content-inner {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  .home-category-events {
    width: 100%;
  }
  .home-category-luxurygoods {
    width: 100%;
  }
}

@media only screen and (max-width: 580px) {
  .post-categ-home-inner {
    width: 50%;
  }
  .post-categ-home-inner:nth-child(2n + 1) {
    padding-right: 15px;
  }
  .post-categ-home-inner:nth-child(2n) {
    float: right;
    padding-left: 15px;
  }
  #img-post-inner {
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  #img-post-inner a img {
    width: 100%;
    min-height: auto;
    max-height: none;
  }
  #social_post_home,
  .readmore-post-inner {
    width: 100%;
  }
  .title-post-inner {
    width: 100%;
    height: 47px;
    overflow: hidden;
  }
  .excerp-post-inner {
    width: 100%;
    height: 50px;
    overflow: hidden;
  }
  .title-post-top {
    height: 38px;
    overflow: hidden;
  }
  .img-subscribeform-inner1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .img-subscribeform-inner2 {
    width: 100%;
  }
  .img-subscribeform-inner2 input#s {
    width: 72%;
  }
  .bm_slider_desc-1 {
    display: none;
  }
}

.page-template-template-politics .main-content-inner {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .spu-box {
    display: none !important;
  }
  .spu-bg {
    display: none !important;
  }
}

input.interested_in_float {
  position: absolute;
  left: -2000%;
}
div#page {
  clear: both;
}
.banefixedfull {
  background-color: #ccc;
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0px 0 10px rgb(0 0 0 / 80%);
  -moz-box-shadow: 0px 0 10px rgba(0,0,0,.8);
  -webkit-box-shadow: 0px 0 10px rgb(0 0 0 / 80%);
  padding: 5px 0;
}
.close-sticky {
  position: absolute;
  right: 5%;
  top: -15px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  font-size: 22px;
  line-height: 24px;
  color: #000;
  border-color: #333;
  border-style: solid;
  border-width: 1px;
  background: #efefef;
  padding: 0;
  text-align: center;
  padding-bottom: 3px;
  z-index: 9;
}
input[type='submit']:disabled {
  color: #000;
}

/*** Commercial Campaign ***/
#campaign-commercial-form {
  background-image: url(/wp-content/themes/InteriorDesignBlogs-New/forms-ebooks/images/campaign-form-background.jpg);
  /* background-position: center; */
  background-size: cover;
  padding: 24px 0px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #campaign-commercial-form {
    background-image: url(/wp-content/themes/InteriorDesignBlogs-New/forms-ebooks/images/campaign-form-background-2x.jpg);
  }
}

/*** Commercial Campaign 2 ***/
#campaign-commercial-2-form {
  background-image: url(/wp-content/themes/InteriorDesignBlogs-New/forms-ebooks/images/campaign-inspirational-form-background.jpg);
  /* background-position: center; */
  background-size: cover;
  padding: 24px 0px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #campaign-commercial-2-form {
    background-image: url(/wp-content/themes/InteriorDesignBlogs-New/forms-ebooks/images/campaign-inspirational-form-background-2x.jpg);
  }
}

.style_forms_campaigns img {
  float: right;
  margin-right: -30px;
}
.style_forms_campaigns .form_style {
  background: transparent;
  padding-left: 4rem;
  }

.style_forms_campaigns h3 {
  color: white;
  font-family: proxima_nova_bold, sans-serif;
  text-align: center;
  margin-top: 0.5rem !important;
  letter-spacing: 1px;
  line-height: 1 !important;
  margin-bottom: 20px;
  font-weight: 600 !important;
  padding: 0 3rem;
  font-size: 22px !important;
}
.style_forms_campaigns.campaign_book_2 h3 {
  margin-top: 12px;
  margin-bottom:10px;
}

@media (min-width: 1200px) {
  .style_forms_campaigns h3 {
    margin-top: 0rem;
  }
  .style_forms_campaigns .form_style {
      padding: 0 0 3rem 3rem;
  }
}
.style_forms_campaigns .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.style_forms_campaigns h3 span {
  font-family: proxima_nova_regular, sans-serif;
  font-size: 16px;
  font-weight: normal;
  }

.style_forms_campaigns button {
  background-color: #bda031;
  color: white;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  font-family: proxima_nova_bold, sans-serif;
  letter-spacing: 1.5px;
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  font-weight: 600;
  border-radius: 0;
}
.style_forms_campaigns button:focus {
  background-color: #bda031;
  outline: 0;
}
.style_forms_campaigns.campaign_book_2 button {
  background-color: #957a4f;
}

.style_forms_campaigns .form-group {
  margin-bottom: 0 !important;
}

.style_forms_campaigns input, .style_forms_campaigns select{
  color: black;
  height: 36px !important;
  font-size: 13px !important;
  margin-bottom: 20px;
  width: 100%;
}

input.interested_in_float{
  position: absolute;
  left: -2000%;
}

.style_forms_campaigns select {
  color: black;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://w3.org/2000/svg' xmlns:xlink='http://w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  font-size: 13px;
  margin-bottom: 20px !important;
  background-color: white;
  border: none;
  padding-left: 15px;
}

@media only screen and (max-width: 767px){
  .style_forms_campaigns .form_style {
      padding:0rem 1rem;
    }
    .style_forms_campaigns h3 {
      padding: 0 !important;
    }
    .hidden-xs{
      display: none;
    }
}
.imgsuperheader {
  width: 100%;
}
.btngetprice button {
  background: black;
  font-size: 14px;
  color: white;
  font-family: sans-serif;
}
.btngetprice button:focus {
  outline:0;
}
.modal {
  position: fixed;
  z-index: 91111;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #000000a1;
  top: 0;
  color: #808080;
  font-family: sans-serif;
}
.modal .modal-dialog.modal-dialog-centered {
  background: #fff;
  width: 600px;
  margin: 30px auto;
  position: relative;
}
div#get-price .modal-content {
  float: left;
  border-radius: 0;
  -webkit-background-clip: inherit;
  background-clip: inherit;
  width: 100%;
}
div#get-price .modal-content .modal-header {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
div#get-price .modal-content button.close {
  background: transparent;
  border-radius: 0;
  padding: 6px;
  opacity: 1;
  text-shadow: none;
  float: right;
  position: absolute;
  right: 8px;
  top: 0px;
  border: 0;
  font-size: 22px;
  font-family: sans-serif;
  cursor: pointer;
  color: black;
}
h3.modal-title {
  font-weight: 600;
  font-family: sans-serif;
  margin-top: 10px;
  font-size: 20px;
}
p.modal-title.text-center.form_sub {
  margin-top: 0;
  font-size: 12px;
}
div#get-price .modal-body.new-modal-body {
  float: left;
  width: 100%;
  background: #fff;
  padding: 0 10px;
}
div#get-price .modal-body.new-modal-body .form2020 {
  float: left;
  width: 100%;
  padding-bottom: 15px;
}
div#get-price .modal-body.new-modal-body .form2020 .form-group {
  margin-bottom: 5px;
  position: relative;
}
div#get-price .modal-body.new-modal-body label {
  margin-bottom: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 10px;
}
.radio-form-group label.radio-label-inside {
  display: inline-flex;
  margin-right: 10px;
}
div#get-price .modal-body.new-modal-body input {
  border-radius: 0;
  border-color: #e2e2e2;
  background: transparent;
  width: 100%;
  height: 35px;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  font-size: 12px;
}
div#get-price .modal-body.new-modal-body .form2020 .form-group select {
  height: 35px;
  background: transparent;
  border-color: #e2e2e2;
  margin-bottom: 15px;
  font-size: 12px;
  padding-left: 6px;
}
.error_name.error, .error_email.error, .error_phone.error, .error_country.error, .error_radio.error, .error_company.error, .error_job.error, .error_employees.error {
  color: red;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 0;
  font-size: 10px;
  font-family: sans-serif;
}
div#get-price .small-12.columns.form-group.radio-form-group label {
  width: auto;
  display: inline-flex;
  margin-right: 10px;
}
div#get-price .modal-body.new-modal-body input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-top: -4px;
  margin-left: 5px;
  cursor: pointer;
}
div#get-price .modal-body.new-modal-body input[type="radio"]:checked {
  background-color: black;
  accent-color: black;
}
.cta-form-group {
  text-align: right;
}
button.form-cta {
  background: black;
  border-radius: 0;
  color: white;
  border: 0;
  padding: 8px 25px;
  margin-top: 0px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  float: right;
}
button.form-cta:focus {
  background: black;
  outline: 0;
}
.successmessage {
  text-align: center;
  font-size: 12px;
}
button.btn.btn-blog.btn-homepage, button.btn.btn-blog.btn-homepage:hover {
  background: #000;
  height: 40px;
  padding: 0px 35px;
  font-size: 12px;
  letter-spacing: 1px;
  color: white;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog.modal-dialog-centered {
      width: 100%;
  }
  .modal {
      height: 100vh;
  }
  label.btn.btncheck {
       width: 100%;
  }
  .social-holder.hide-for-large.style2 {
      display: none;
  }
  .error_checkboxss.error {
      position: relative;
      right: 5px;
  }
  .sidenav {padding-top: 0px;}
  .sidenav .closebtn {
      color: #000 !important;
      top: -8px;
  }
  .form_style h4 {
      margin-top: 20px;
  }
}