/** LAYOUT **/

* { box-sizing: border-box; }

header {
    background-color: #000;
    height: 52px;
    position: fixed;
    line-height: 50px;
    border-bottom: 2px solid rgba(39, 174, 96, 0);
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    backface-visibility: hidden;
}

header a {
    color: #fff;
    text-decoration: initial;
}

header a:hover {
      text-decoration: none;
}

header h1 {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  z-index: 909999999999;
  font-family: "montserrat";
  height: 52px;
  color: #fff;
  line-height: 50px;
  text-align: center;
}

header h1:hover { border-bottom: 2px solid rgba(39, 174, 96, 1) }

em { font-style: normal; }

a { color: #136baf; }

ol {
  font-family: "Open sans";
  line-height: 1.7em;
  font-size: 17.2px;
  padding-left: 60px;
}

#content-wrapper { margin-top: 0px; margin-bottom: 100px; }

#content-wrapper.active {
  opacity: 1;
}

a.sponsor3 {
  height: 100%;
  display: block;
  width: 100%;
}

#loop-guide .viewex, .category-links .viewex {
    display: none;
}

/** MENU **/

.header-menu-backdrop {
  display: none;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 99999;
  backface-visibility: hidden; }

.header-menu-backdrop.open { display: block; }

.header-menu-container {
  list-style-type: none;
  position: absolute;
  left: 258px;
  right: 225px;
  text-align: center;
  height: 50px;
  top: 0px;
  padding: 0;
  font-size: 0;
  margin: 0;
}

.header-submenu-container {
  display: none;
  position: absolute;
  list-style-type: none;
  border-top: 2px solid rgba(39, 174, 96, 1);
  background: black;
  text-align: left;
  padding-left: 20px;
  top: 50px;
  opacity: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  z-index: 99;
  width: 130px;
}

.header-submenu-container.activere { display: block; }

.header-menu {
  display: none;
  color: white;
  font-family: "montserrat";
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -1px;
  opacity: 0.9;
  position: relative;
  width: 140px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

.header-menu a { color: #fff; }
.header-menu a:hover { color: yellow;    text-decoration: none; }

.header-menu:hover {
  opacity: 1;
  cursor: pointer;
  border-bottom: 2px solid rgba(39, 174, 96, 1);
}

.header-submenu {
  font-size: 16px;
  font-weight: normal;
  line-height: 34px;
}

.header__toolbox {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 225px;
}

.header__toolbox a {
  float: left;
  width: 75px;
  height: 50px;
  text-align: center;
  line-height: 54px;
  font-size: 21px;
  position: relative;
}

.header__toolbox a:hover {
  color: yellow;
}

.header__toolbox .fa {
  font-size: 21px;
}

#hider {
  display: block;
  position: absolute;
  top: 0;
  font-size: 21px;
  width: 50px;
  padding-left: 15px;
  bottom: 0;
  opacity: 0.8;
  z-index: 9999;
}

#hider.open .fa-bars:before {
  content: "\f00d";
}

.intro-home {
  overflow: hidden;
  position: relative;
  text-align: center;
  max-height: 85px;
      margin-top: 50px;
}

.intro-home .fa {
  color: white;
  opacity: 0.8;
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 64px;
  width: 60px;
  bottom: 0;
  text-align: center;
}

.intro-home h2 {
  margin: 0 0 2px;
  padding-left: 80px;
  color: white;
  font-size: 20px;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
}

.intro-home a:hover { color: yellow; }

.intro-subtitle strong {
  color: white;
  font-size: 15px;
}

.novarow strong{ color: white; }

.intro-subtitle {
  color: white;
  font-size: 15px;
  padding-left: 80px;
  font-family: "Open Sans";
}

.intro-subtitle-container {
  width: 297px;
  border-bottom: 2px solid rgba(39, 174, 96, 0.0);
  margin: 10px;
  padding: 10px 0 10px 0px;
  border-radius: 2px;
  display: inline-block;
  position:relative;
  text-align: left;
  background: #000;
  z-index: 9;
}

.intro-subtitle-container:hover {
  opacity: 1;
  border-bottom: 2px solid rgba(39, 174, 96, 0.8);
  border-left: 0px;
  cursor: pointer;
}

.intro-subtitle-container:hover h2 { color: yellow; }

.intro-subtitle-container a { text-decoration: none; }

input.submit { display: none; }

.search-form.activere { display: block; }

.search-form {
  position: relative;
  height: 40px;
  margin-bottom: 0px;
  width: 100%;
  margin-top: 0px;
}

/** CARD LOOPS **/



.loop-container #post-9001 { border: 1px solid #333; }

.loop-container #post-9001 .viewex-container { display: none; }

.loop-container #post-9001 .excerpt { opacity: 1; }

.loop-container .post--size-medium { display: none; }

.loop-container article, .bucket-loop .post--size-small {
    margin: 10px 0;
    display: inline-block;
    position: relative;
    background: transparent;
}
.post--size-small::after {
  content: " ";
  width: 298px;
  position: absolute;
  height: 385px;
  background: rgba(255,255,255,0.2);
  display: block;
  top: 0;
  border-radius: 2px;
  z-index: -1;
}

.post--size-medium::after {
  content: " ";
  width: 618px;
  position: absolute;
  height: 385px;
  background: rgba(255,255,255,0.2);
  display: block;
  top: 0;
  border-radius: 2px;
  z-index: -1;
}

.loop-container article h2, .bucket-loop h2 {
  position: absolute;
  background-color: rgba(0,0,0,0.6);
  right: 0;
  left: 0;
  margin: 0;
  text-align: left;
  padding-left: 15px;
}

.loop-container article p, .bucket-loop p {
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  padding: 10px 15px;
  margin: 0;
  font-size: 14px;
  color: #fff;
  text-align: left;
  line-height: 1.5em;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
}

.loop-container article:hover p {
  opacity: 1;
  transition: 0.3s;
}

.loop-container article .viewex-container, .bucket-loop .viewex-container {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  z-index: 1;
  line-height: 32px;
  font-family: "open sans";
  font-size: 13px;
  padding-right: 15px;
}

.bucket-loop .timex { display: none; }

.loop-container {
  text-align: center;
  font-size: 0;
  max-width: 1295px;
  margin: 0 auto;
}

.loop-container article h2 a, .bucket-loop h2 a {
  color: #fff;
  font-family: "montserrat";
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 32px;
}

.loop-container article img, .bucket-loop img {
  border-radius: 2px;
  width: 300px;
  height: 387px;
}

.bucket-loop {
  width: 100%;
  margin-bottom: 80px;
  height: 400px;
  overflow: hidden;
  font-size: 0;
}

.bucket-loop-title {
  padding: 0 30px;
  font-size: 20px;
  margin-bottom: 10px;
}

.bucket-loop-title span{ font-size: 16px; }

.pagination.pagination--classic {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0;
  color: white;
}

.title-header__inwrap h1 {
  color: white;
  text-align: center;
  padding: 15px;
  margin: 0;
  font-weight: 400;
  font-family: "Cabin";
}

/** POSTS **/

.modal-dialog {
    margin: 90px auto !important;
}

.note-group-select-from-files { display: none; }

span.post-views-icon.dashicons.fa.fa-eye { padding-right: 5px; font-size: 14px; padding-bottom: 3px; opacity: 0.8; }

.post__share { display: none; }

.post__intro { display: none; }

#falsatablacont {
  width: 100%;
  background-color: #ECF0F1;
  top: 0px;
  text-align: left;
  color: #000;
  right: 0px;
  position: relative;
  padding-bottom: 8px;
  padding-top: 10px;
  z-index: 999;
}

#falsatablacont p {
  padding: 5px 25px;
  width: 48%;
  display: inline-block;
  text-align: center;
}

#falsatablacont li {
  font-size: 14px !important;
}

#falsatablacont ol {
  font-size: 14px;
  margin-left: 15px;
}

.post__content {
  background: #fafafa;
}

article h1 {
  margin: 0;
  background: #ECF0F1;
  padding: 25px 15px 15px;
  font-family: "Cabin";
  font-size: 24px;
  color: #333;
  font-weight: 700;
  text-align: center;
}

article p {
  margin: 0;
  padding: 8px 30px 8px;
  font-size: 17.2px;
  font-family: "Open Sans";
  font-weight: 400;
  color: #333;
  line-height: 1.7em;
}

span.falsatabla {
  width: 100%;
  display: block;
}

span.spec {
  display: none;
}

.falsatabla a {
  text-decoration: none;
}

#content-wrapper-inside {
  max-width: 1600px;
  margin: 0 auto;
}

tbody.flexion { background: #000 url("http://i.imgur.com/FYNqk6h.jpg"); }

.main-content table { margin-bottom: 0px; text-align: center; }

.main-content table tr {
  padding: 0;
  width: 300px;
  height: 387px;
  margin: 10px 0;
  position: relative;
  border: 0px solid #ccc;
  text-align: center;
  border-radius: 2px;
  background-color: white!important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  display: inline-block;
}
.main-content table td {
  margin: 0;
  border: none;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 387px;
}
.dataTables_scrollHead { display: none }

.main-content table .amzn-title {
  background: rgba(19, 107, 175, 1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 32px;
  color: white;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "montserrat";
  line-height: 30px;
}

span.amzn-subtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    color: white;
    text-align: left;
    padding: 15px 10px;
}

.filterong {
    padding: 15px 10px;
    border: 1px solid #333;
    cursor: pointer;
    margin: 5px;
    float: left;
    text-decoration: none;
    border-radius: 2px;
}

.filterong:hover { background: #ddd; }

.filtecong {
  float: right;
  margin-top: -5px;
  margin-right: 20px;
  margin-left: 25px;
  margin-bottom: 10px;
}

#suggest_filter {
    padding-bottom: 30px;
    padding-left: 10px;
    position: relative;
    width: 10%;
}

#suggest_filter:after {
  content: "\f270";
      font-family: FontAwesome;
      color: #666;
      position: absolute;
      left: 43px;
      z-index: 999999;
      display: block;
      opacity: 0.8;
  bottom: 47px;
}

#suggest_filter input { padding: 15px 10px 15px 35px; margin-left: 20px; border-radius: 2px; border: 1px solid #333; }

#relatedresources .amzn-title, #relatedbuilds .amzn-title {
  background: rgba(0,0,0,0.5)!important;
  font-size:17px!important;
  text-align: left;
  padding-left: 15px!important;
  padding-top: 2px;
}

.builder-intro {
  padding-left: 15px;
  padding-right: 15px;
  background: #ECF0F1;
}


#post-8524 .viewex-container {
  display: none;
}

#post-8142 form {
  float: left;
  margin: 0 0px;
}

#post-6801 .post__content { border: none;margin: 0;}
#post-6801 h1 {margin-right: 0; background: #fafafa;}
#post-6801 .post__share { display: none;}

#post-8142 h1 {margin-right: 0;}
#post-8142 .post__share { display: none;}
#post-8142 .explainer {
  width: 100%;
  margin-left: 0px;
  margin-top: -1px;
  border-bottom: 2px solid rgba(19, 107, 175, 1);
  border-top: none;
  padding-top: 14px;
  text-align: left;
  display: none;
  float: left;
  background: #fff;
}

#post-8142 .explainer p { position: relative;padding: 15px;}
#post-8142 .explainer img {
  float: right;
  position: relative;
  top:-10px;
  right: 20px;
  width: 250px;
  display: none;
}
#post-8142 .explainer.active { display: block; }
#post-8142 .post__content {
  padding: 0;
  text-align: left;
  border: 0;
  margin: 0;
  display: block;
  width: 100%;
}
#post-8142 .detitle {
  text-transform: uppercase;
  float: left;
  margin-left: 0px;
  margin-top: 30px;
  padding-left: 10px;
  margin-bottom: 20px;
}
#post-8142 .detitle span { font-size: 14px; }
#post-8142 .detitle.invert {
  width: 100%;
  background: black;
  color: white;
  margin: 0;
  text-align: left;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
}

#post-8142 .dataTables_filter, .dataTables_info { display: none; }
#post-8142 .dataTables_paginate { display: none; }
#post-8142 .dataTables_length { display: none; }
#post-8142 .owl-carousel { display: none; }
#post-8142 input[type=checkbox],#post-8142 input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#post-8142 input[type=checkbox],#post-8142 input[type=radio] { cursor: pointer; }

.detitle {
  margin: 20px 0px 0px 0px;
  font-size: 20px;
  text-align: left;
  color: #333;
  font-family: "Cabin";
  padding-left: 30px;
  font-weight: 400;
}

.checkbox-container {
  position: relative;
  height: 50px;
  width: 33.333%;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  float: left;
  margin-right: 0;
  line-height: 48px;
  text-align: center;
  background: #ECF0F1;
}

#airflow .checkbox-container,#toplight .checkbox-container  { width: 50%; }

.checkbox-container:hover { cursor: pointer; background: #d4d8d8; }

.checkbox-container.selected {
  border: 2px solid rgba(19, 107, 175, 1);
  border-bottom: none;
  color: white;
  background: rgba(19, 107, 175, 1);
  font-weight: bold;
}

#relatedbuilds_wrapper, #relatedresources_wrapper {
  background: black;
}

.pagination.pagination--classic a {
  color: white;
  margin: 0 5px;
  text-decoration: none;
  font-family: "Open sans";
}

span.page-numbers.current {
  background: #FF4D4D;
  padding: 6px 10px;
  border-radius: 31px;
}

.pastillero strong {
  text-align: center;
  display: block;
  font-family: "Cabin";
  font-weight: 400;
  font-size: 18px;
  margin: 20px 0 10px;
}

.pastillero br { display: none; }

.pastillero {
  font-family: "Open Sans";
  text-align: left;
  padding: 0 25px;
  font-size: 14px;
  line-height: 1.7em;
}

/** OWL CAROUSEL **/

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  transform: translateZ(0px);
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);

}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded { display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  z-index: inherit;
  -webkit-transform-style: preserve-3d;
  position: relative;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

.no-js .owl-carousel { display: block; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img { transform-style: preserve-3d; }

.owl-item img { border-radius: 0px; }

.owl-prev {
  position: absolute;
  top: 40%;
  left: 0px;
  color: transparent;
  z-index: 999999;
  width: 60px;
  height: 70px;
  background-color: rgba(0,0,0,0.0);
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,0.0);
  display: none;
}

.owl-next {
  position: absolute;
  top: 40%;
  right: 0px;
  color: transparent;
  z-index: 999999;
  width: 60px;
  height: 70px;
  background-color: rgba(0,0,0,0.0);
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,0.0);
  display: none;
}

.owl-carousel:hover .owl-prev { display: block; }
.owl-carousel:hover .owl-next { display: block; }

.owl-next:after {
  content: "\f054";
  font-family: FontAwesome;
  color: white;
  font-size: 3em;
  position: absolute;
  top: 1px;
  left: -2px;
  line-height: 70px;
  text-align: center;
  text-shadow: #000 0px 0px 1px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.owl-prev:after {
  content: "\f053";
  font-family: FontAwesome;
  color: white;
  font-size: 3em;
  position: absolute;
  top: 1px;
  right: -2px;
  line-height: 70px;
  text-align: center;
  text-shadow: #000 0px 0px 1px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.owl-carousel .owl-stage-outer {
  width: 100%;
  margin: 0;
  padding: 0;
}

.owl-carousel:hover .owl-stage-outer { cursor: pointer; }

.owl-item {
    background: url(http://i.imgur.com/melieep.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

body {
    margin: 0;
    overflow-x: hidden;
}

article {
    background-color: #ECF0F1;
    margin-top: 50px;
}



.header__mobile {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 999999;
  background: #000;
  line-height: 45px;
  height: 40px;
  left: 0;
  right: 0;
  font-size: 0;
  backface-visibility: hidden;
}

.header__mobile .search-form {
  position: absolute;
  top: 0px;
  width: 80%;
  right: 0;
  background: black;
  z-index: -1;
  opacity: 0;
  font-size: 16px;
    transition: 0.4s;

 }

.header__mobile .search-form.active {
    opacity: 1;

  transition: 0.4s;
  z-index: 999999999999999;
}

.header__mobile input {
    padding-left: 15px;
    padding-top: 5px;
    height: 100%;
    margin: 0;
    display: block;
    border: none;
    float: left;
    background-color: black;

}
input:focus { outline: none; }
.header__mobile input[type=text] { width: 70%; }

.header__mobile input[type=submit] { width: 30%; }

.header__mobile a {
  color: #fff;
  background-color: #000;
  font-size: 21px;
  width: 33.33%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.header-images { display: none; }

.hidden { position: absolute; z-index: -1; right: 0; width: 90%; }

.hidden.active { z-index: 1; right: 0; width: 90%; }

.slider-menu {
  position: fixed;
  left: 0;
  z-index: -1;;
  color: white;
  transition: 0.3s;
  top: 50px;
  bottom: 0;
    transform: translateX(-250px);
    transition: 0.3s;
}

body.open #content-wrapper, body.open .intro-home {
  opacity: 0.5;
}

.slider-menu.active { transition: 0.3s; ; z-index: 999999;    transform: translateX(0px);
  transition: 0.3s; }

.slider-backdrop {
  width: 100%;
  position: absolute;
  z-index: 9999;
  background-color: rgba(0,0,0,0.5);
  display: none;
  top: 0;
  bottom: 0;
  backface-visibility: hidden;
}

.slider-backdrop.active { display: block; }

.slider-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 250px;
  background-color: black;
  height: 100%;
  position: relative;
  z-index: 9;


}

.slider-menu.active ul {


}

.slider-menu li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  position: relative;
    height: 60px;
    line-height: 30px;
}

.slider-menu a {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  font-family: "open sans";
  font-weight: 400;
}

.slider-menu a:focus {
  background-color: #333333;
}

.slider-menu .fa { padding-right: 20px; opacity: 0.8; position: relative; top: -1px; }

.slider-item input {
  background: black;
  width: 100%;
  height: 100%;
  border: 0;
  padding-left: 50px;
 }

.slider-item.search {
  position: relative;
  border: 0;
  padding-top: 15px;
  z-index: 9;
}

.slider-item.search:after {
  content: "\f002";
  font-family: FontAwesome;
  color: white;
  position: absolute;
  top: 25px;
  left: 15px;
  opacity: 0.8;
}

.article-single--404 h1 {
  text-align: center;
  background: black;
}

.article-single--404 {
  background: black;
}

a.logout-btn {
    display: none;
    position: absolute;
    bottom: -52px;
    left: 0;
    background: black;
    font-size: 16px;
}

a.logout-btn.active { display: block; }
a.logout-btn.actives { display: block; }

.wp-editor-tabs {
    display: none;
}

#fep-new-post .wp-editor-container {
    border: 0;
    position: relative;
}

input#qt_fep-post-content_close {
    display: none;
}

input#qt_fep-post-content_more {
    display: none;
}

input#qt_fep-post-content_code {
    display: none;
}

input#qt_fep-post-content_ol {
    display: none;
}

input#qt_fep-post-content_ul {
    display: none;
}

input#qt_fep-post-content_ins {
    display: none;
}

input#qt_fep-post-content_del {
    display: none;
}

input#qt_fep-post-content_block {
    display: none;
}

div#fep-new-post {
    padding: 10px;
    max-width: 780px;
}

form#fep-submission-form {
    padding: 0px;
    position: relative;
}

div#qt_fep-post-content_toolbar {
    position: absolute;
    left: 52%;
    top: -64px;
    display: none;
}

div#qt_fep-post-content_toolbar:after {
    content: "Add image";
    width: 100px;
    background-color: #4785CC;
    position: absolute;
    left: 0;
    color: #fff;
    padding: 11px 6px 10px;
    text-align: center;
    font-size: 16px;
    border-bottom: 3px solid #306EB5;
    font-weight: bold;
    border-radius: 3px;
}
div#qt_fep-post-content_toolbar:hover:after {
    background-color: #5391D8;
  }



form#fep-submission-form br { display: none; }

#fep-new-post label {
    display: block;
    padding-bottom: 5px;
}

#fep-new-post #fep-post-title {
    margin-top: 0;
    box-shadow: none;
    border: 1px solid #ccc;
    width: 100%;
height: 45px;

}

.wp-core-ui .button {
    box-shadow: none !important;
    border-radius: 0 !important;
    border-right: 0 !important;
}

textarea#fep-post-content {
    width: 100%;
    height: 170px;
    border: 1px solid #ccc;
}

button#fep-submit-post {
    position: absolute;
    right: 0px;
    bottom: 5px;
    padding: 10px 20px;
    background: rgba(39, 174, 96, 0.8);
    border-color: #218249;
}
button#fep-submit-post:hover {
    padding: 10px 20px;
    background: rgba(39, 174, 96, 1);
    border-color: #218249;

}

#fep-new-post #fep-post-title, textarea {
    font-size: 20px;
}

textarea#fep-post-content {
    padding: 10px;
        font-size: 20px;

}

input#qt_fep-post-content_link {
    display: none;
}

#fep-post-table-container {
  border: 0;
      padding: 0px !important;
}

img.profile-illus {
    position: absolute;
    z-index: 9999;
    right: 30px;
    width: 150px;
    top: 5px;
    display: none;
}

#fep-post-table-container table {
    width: 100%;
    max-width: 780px;
}

.fep-row {
    width: 100% !important;
    display: block !important;
}

.fep-row td {
    position: relative !important;
    height: auto !important;
}

#fep-posts > ul { display: none !important; }

#fep-posts { background: #fafafa; }

#fep-post-table-container p { display: none;  }

.main-content table tr.fep-row {
    margin: 0 !important;
        padding-left: 10px !important;
    border: 0 !important;
    box-shadow: none !important;
    background: #fafafa !important;
    height: auto !important;
    width: 100% !important;
}

td.post-delete.fep-fixed-td {
    display: none;

}

input#qt_fep-post-content_img {
    width: 100px;
    background: #4785CC;
    color: white;
    font-size: 20px;
    border-radius: 2px;
    z-index: 9999999;
    height: 36px;
    position: relative;
    opacity: 0;
}

.logged {
    text-align: left;
    padding-left: 25px;
    border-bottom: 10px solid #fafafa;
    height: 50px;
    display: none;
    line-height: 33px;
}

p#reg_passmail {
    padding-right: 80px;
}

.logged .fa { padding-right: 10px; color: rgba(39, 174, 96, 0.8); padding-left: 0px; }


td.fep-fixed-td:hover .fa {
  color: #2980b9;
}

#wp-fep-post-content-editor-tools { display: none; }

input#qt_fep-post-content_strong {
    display: none;
}

input#qt_fep-post-content_em {
    display: none;
}

input#qt_fep-post-content_li {
    display: none;
}

#post-8711 h1{ display: none; }

td.fep-fixed-td {
    border: 1px solid #ccc !important;
    display: block;
    width: 300px !important;
    margin-bottom: 25px !important;
    height: 80px !important;
    background: #fff;
    padding-left: 23px !important;
    text-align: left !important;


}

td.fep-fixed-td:hover {
  border: 1px solid #2980b9 !important;
}


article#post-8711:after {
    width: 0;
    height: 0;
    content: " ";
    position: absolute;
    bottom: 0px;
    border-style: solid;
    right: 0;
    border-width: 20px 20px 0 0;
    border-color: #fafafa #000 transparent transparent;
    display: none;
}


td.fep-fixed-td a { 
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    text-decoration: none;
    padding-left: 75px;
    padding-top: 20px;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

td.fep-fixed-td a:hover {

}

#fep-new-post span.fep-subtitle {
  padding-top: 0;
}
#fep-new-post td.fep-fixed-td a {
  padding-top: 19px;
}
span.fep-subtitle {
  font-weight: normal;
  padding-top: 5px;
  display: block;
}

td.fep-fixed-td .fa {
    font-size: 32px;
    color: #666;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 23px;
    text-align: center;
    width: 75px;
}

article.status-pending img { width: 100%; }

article.status-pending .pastillero { display: none; }


article.status-pending h1 {
    padding-top: 55px;
    padding-bottom: 15px;
}

article.status-pending:after {
    content: "This post is not publicly visible.";
    position: absolute;
    border-bottom: 0px solid #ccc;
    border-left: 0px solid #ccc;
    top: 110px;
    left: 0;
    right: 0;
    height: 49px;
    text-align: center;
    background: rgba(233, 212, 96,0.6);
    line-height: 53px;
    z-index: 9999;
}

div#fep-message {
    margin: 0px 0px 30px;
    padding: 15px;
    text-align: center;
}


span.btn.fa.fa-user {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 6px;
    color: limegreen;
}

span.btn.fa.fa-user.magic {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 15px;
    color: #fff;
}

span.btn.fa.fa-user.magic:hover { color: yellow; }

span.username {
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 12px;
    font-family: "Open Sans";
    right: 0;
    font-weight: 700;
    text-transform: uppercase;
}


.sleek-blog--style-masonry article.category-logs {
    width: 300px;
    float: left;
    margin: 10px 0px;
    border-radius: 2px;
    position: relative;
    height: 387px;
    text-align: left;
    padding-left: 0px;
    border: 0px solid #666666;
    box-sizing: content-box;
}

.sleek-blog--style-masonry article.category-logs img { border-radius: 2px; }

.sleek-blog--style-masonry article.category-logs p.excerpt {
  padding: 0;
}

.sleek-blog--style-masonry article.category-logs h2 {
    margin-bottom: 10px;
    color: #fff;
    margin-top: 0;
    padding: 5px 15px;
    text-transform: uppercase;
    background: rgba(0,0,0,0.6);
    font-family: "montserrat";
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;    
    letter-spacing: -1px;
}


.logs-container:after {
  content: "";
  display: table;
  clear: both;
}

.logs-container {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

.log-link {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-decoration: none;
    padding-left: 0px;
    height: 387px;
    z-index: 9;
}

.sleek-blog--style-masonry article.category-logs:hover .post-excerpt {
  opacity: 1;
    transition: 0.3s;

}

.logs-container .post__media {
  position: absolute;
  top: 0;
  left: 0px;
}

.post-excerpt {
    padding-left: 20px;
    padding-right: 25px;
    line-height: 25px;
    padding-bottom: 10px;
    padding-top: 15px;
    background: rgba(0,0,0,0.6);
    bottom: 0px;
    left: 0;
    height: 80px;
    right: 0;
    position: absolute;
    font-family: "open sans";
    font-size: 14px;
    color: #fff;
    z-index: 99;
    opacity: 0;
        transition: 0.3s;

}

span.log-author {
    position: absolute;
    font-size: 14px;
    right: 10px;
    bottom: 5px;
    z-index: 999999;
    font-family: "open sans";
    color: #fff;
    z-index: 999;
    opacity: 1;
}

.category-logs .post-views {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #fff;
    font-family: "open sans";
    font-size: 13px;
}

.category-logs span.post-views-icon.dashicons.fa.fa-eye {
  padding-right: 3px;
  padding-bottom: 3px;
}

.fep-fixed-td.monster { display: none }

#fep-submission-form.inactive { display: none !important; }

.tdtd { display: none; }

.tdtd.active { display: block; }

img.fep-loading-img {
    position: absolute;
    bottom: 15px;
    right: -25px;
}

#post-log {
    height: 100%;
}

#post-log.tag-bulb { background: url('http://i.imgur.com/OEQDTx7.jpg') no-repeat center center; }
#post-log.tag-flash { background: url('http://i.imgur.com/CcBYABc.jpg') no-repeat center center; }
#post-log.tag-clock { background: url('http://i.imgur.com/wBzUx6I.jpg') no-repeat center center; }
#post-log.tag-plant { background: url('http://i.imgur.com/qDVua7k.jpg') no-repeat center center; }
#post-log.tag-fan { background: url('http://i.imgur.com/BPFubV6.jpg') no-repeat center center; }

select#size {
    width: 100px;
    cursor: pointer;
    background: white;
    position: relative;
    padding-left: 10px;
    top: -5px;
    border-color: #ccc;
}

#superafter label {
  font-weight: normal;
  font-family: "open sans";
}

#superafter {
      position: relative;
    bottom: 0;
    left: 0px;
        z-index: 9;
width: 100px;
}

.note-editable.panel-body p {
  padding: 5px !important;
} 

input#fep-tags {
  display: none;
position: absolute;
    bottom: -15px;
    left: 115px;
    width: 250px !important;
}

input#fep-tags.active {
  display: block;
}

.note-editor.note-frame {
    border: 1px solid #ccc !important;
    border-radius: 2px !important;
}

.panel {
  box-shadow: none !important;
}

.note-editor.note-frame .note-statusbar { background-color: #fff !important; }

.link-dialog .checkbox { display: none; }

.titleblog {
  color:white;
  text-align:center;
  margin-top:30px;
  font-family:'cabin';
  font-weight: 400;
}

.note-editable.panel-body #falsatablacont {
  display:none !important;
}

.note-editable.panel-body .detitle {
  margin-bottom: 5px !important;
  margin-top: 15px !important;
  padding-left: 0 !important;
}


.left {
    position: relative;
    display: inline-block;
}

.right {
    position: relative;
    display: inline-block;
}

li.header-menu:last-child { display: none !important; }

.imgtri img {
  float: left;
  width: 33%;
  margin-left: 0.5%;
  margin-bottom: 0.5%;    
  box-sizing: border-box;
}

.imgtri img:first-child { margin-left: 0; }

.imgtri:after { content: ""; display: table; clear: both; }

.imgtwo img {
  float: left;
  width: 49.75%;
  margin-left: 0.5%;
  box-sizing: border-box;
  transition: width ease-in 0.3s;

}

.imgtwo {
  margin: 10px 6px;
  overflow: hidden;
  position: relative;
}



.imgtwo img:first-child, .imgtwo img:nth-child(3) { margin-left: 0; }

.imgtwo:after { content: ""; display: table; clear: both; }

#post-9089.article-single--post {
  max-width: 1366px;
  margin: 50px auto 0px;
}



#post-9089 .owl-carousel {
  display: none;
}


.dual-column {
  width: 100%;
}

.dual-column:after { content: ""; display: table; clear: both; }

.inside-column {
  width: 100%;
  margin-left: 0%;
  float: left;
}

.inside-column:first-child { margin-left: 0; }

.inside-column img { 
  width: 100%; 
  background: #ECF0F1;
} 

.unload { display: none; }



#post-2233 .post__content {
    margin: 0;
}

#post-2233 h1 {
    color: #333;
    background: #ECF0F1;
    margin-bottom: -15px;

}

#post-2233 h2.detitle {
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
}

#post-9555 h1 { background: #fff; margin-right: 0;  }
#post-9555 .post__content { background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(230,208,158,1) 35%);; }
#post-9771 .owl-carousel { display: none; }
#post-6502 .owl-carousel { display: none; }
#post-9783 .owl-carousel { display: none; }
#post-9792 .owl-carousel { display: none; }
#post-9809 .owl-carousel { display: none; }
#post-9823 .owl-carousel { display: none; }
#post-9834 .owl-carousel { display: none; }

#post-9759 .owl-carousel { display: none; }
#post-9713 .owl-carousel { display: none; }
#post-9742 .owl-carousel { display: none; }
#post-9749 .owl-carousel { display: none; }
#post-9725 .owl-carousel { display: none; }
#post-9698 .owl-carousel { display: none; }
#post-9692 .owl-carousel { display: none; }
#post-6801 .owl-carousel { display: none; }
#post-6563 .owl-carousel { display: none; }
#post-9612 .owl-carousel { display: none; }
#post-9679 .owl-carousel { display: none; }
#post-9666 .owl-carousel { display: none; }
#post-9653 .owl-carousel { display: none; }
#post-9639 .owl-carousel { display: none; }
#post-9629 .owl-carousel { display: none; }
#post-9602 .owl-carousel { display: none; }
#post-9591 .owl-carousel { display: none; }
#post-5801 .owl-carousel { display: none; }
#post-9555 .owl-carousel { display: none; }
#post-9543 .owl-carousel { display: none; }
#post-9529 .owl-carousel { display: none; }
#post-5953 .owl-carousel { display: none; }
#post-9509 .owl-carousel { display: none; }
#post-9498 .owl-carousel { display: none; }
#post-9472 .owl-carousel { display: none; }
#post-6360 .owl-carousel { display: none; }
#post-9449 .owl-carousel { display: none; }
#post-9438 .owl-carousel { display: none; }
#post-5413 .owl-carousel { display: none; }
#post-9419 .owl-carousel { display: none; }
#post-9403 .owl-carousel { display: none; }
#post-7417 .owl-carousel { display: none; }
#post-9390 .owl-carousel { display: none; }
#post-6891 .owl-carousel { display: none; }
#post-8459 .owl-carousel { display: none; }
#post-9329 .owl-carousel { display: none; }
#post-3321 .owl-carousel { display: none; }
#post-9300 .owl-carousel { display: none; }
#post-9253 .owl-carousel { display: none; }
#post-9271 .owl-carousel { display: none; }


button.imgload {
  text-align: center;
  display: block;
  background: #26A65B;
  border: 0px solid #444;
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
  border-radius: 2px;
  transition: 0.2s ease-in;
  font-family: "cabin";
  width: 100%;
  margin: 0;
  border-radius: 0;
  position: relative;
  top: -2px;    
}

button.imgload:hover {
  background: #333;
  transition: 0.2s ease-in;
  color: #fff;
}

button.imgload.unload { display: none; }


/** BREAKPOINTS **/

@media only screen and (min-width: 600px) {


article#post-8711:after {
  display: block;
}

div#fep-new-post {
    padding: 10px 30px;
}

article.status-pending .pastillero { display: block; }


.sleek-blog--style-masonry article.category-logs {
    margin: 10px;
}

  .main-content table tr { margin: 10px; }

  .loop-container article, .bucket-loop .post--size-small { margin: 10px; }

  #post-8142 .explainer img { display: block;margin-left: 30px;}

  #post-8142 form { margin: 0 15px; }

  .builder-intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  #post-8142 .explainer { border: 2px solid rgba(19, 107, 175, 1); }

  .checkbox-container { border-bottom: 1px solid rgba(19, 107, 175, 1); }

  #airflow .checkbox-container, #toplight .checkbox-container { width: 25%; }

#post-8711 { margin-bottom: 20px; }

.logs-container {
  max-width: 650px;
}

#fep-new-post #fep-post-title {     
    width: 50%;
}

} /* ends 600px breakpoint */


@media only screen and (min-width: 975px) {

button.imgload {
  margin: 20px auto;
  width: 200px;
  padding: 10px;
  border-radius: 2px;
  top: 0;
}

#post-9555 h1 { padding-right: 300px;  }

#post-9834 .post__content,
#post-9823 .post__content,
#post-9809 .post__content,
#post-9792 .post__content,
#post-9783 .post__content,
#post-6502 .post__content,
#post-9771 .post__content,
#post-9759 .post__content,
#post-9749 .post__content,
#post-9742 .post__content,
#post-9725 .post__content,
#post-9713 .post__content,
#post-9698 .post__content,
#post-9692 .post__content,
#post-6563 .post__content,
#post-9679 .post__content,
#post-9666 .post__content,
#post-9653 .post__content,
#post-9639 .post__content,
#post-9629 .post__content,
#post-9612 .post__content,
#post-9602 .post__content,
#post-9591 .post__content,
#post-5801 .post__content,
#post-9543 .post__content,
#post-9529 .post__content,
#post-5953 .post__content, 
#post-9509 .post__content,      
#post-9498 .post__content,  
#post-9483 .post__content, 
#post-9472 .post__content, 
#post-6360 .post__content,
#post-9449 .post__content,
#post-9438 .post__content,
#post-5413 .post__content,
#post-9419 .post__content, 
#post-9403 .post__content, 
#post-7417 .post__content, 
#post-9390 .post__content, 
#post-6891 .post__content, 
#post-8459 .post__content, 
#post-9329 .post__content, 
#post-9300 .post__content, 
#post-9271 .post__content, 
#post-9253 .post__content {
  border-bottom: 2px solid #fafafa;
  border-right: 2px solid #fafafa;  
}

.inside-column img { 
  display: block;
  padding: 2px 0 0px 2px;
  border-radius: 0px;  
} 

.inside-column.pad { padding-left: 3px; }

.inside-column {
  width: 50%;
  margin-left: 0%;
  float: left;
}


#post-9329 #falsatablacont,
#post-9300 #falsatablacont,
#post-9271 #falsatablacont,
#post-9253 #falsatablacont,
#post-3321 #falsatablacont, 
#post-9194 #falsatablacont {
width: 50%;
padding-top: 18px;
}

#post-4222 #falsatablacont {
  width: 25%;
  right: 25%;
  height: 250px;
  height: 395px;
  padding-top: 70px;    
}

#post-9329 #falsatablacont .spec, 
#post-9300 #falsatablacont .spec, 
#post-9271 #falsatablacont .spec, 
#post-9253 #falsatablacont .spec, 
#post-3321 #falsatablacont .spec, 
#post-9194 #falsatablacont .spec { display: none; }

#post-9329 #falsatablacont p,
#post-9300 #falsatablacont p,
#post-9271 #falsatablacont p,
#post-9253 #falsatablacont p,
#post-3321 #falsatablacont p, 
#post-9194 #falsatablacont p { width: 20%; float: left; font-size: 16px; text-align: center; padding: 5px 0; }

#post-9329 .post__content,
#post-9300 .post__content,
#post-9271 .post__content,
#post-9253 .post__content,
#post-3321 .post__content, 
#post-9194 .post__content, 
#post-4222 .post__content {
  margin-right: 0;
}


#post-9329 h1,
#post-9300 h1,
#post-9271 h1,
#post-9253 h1,
#post-3321 h1,
#post-9194 h1, 
#post-4222 h1 {
  margin-right: 50%;
}

.logs-container {
  max-width: 965px;
}

#post-8711 p { padding-right: 30%; }

.main-content table tr.fep-row {
    padding-left: 32px !important;
}


td.fep-fixed-td {
    width: 320px !important;
    float: left;
    margin-right: 20px !important;
}


#post-8711 h1{
  display: none;
color: #333;
    margin-left: 300px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-top: 30px;
    text-align: left;
}

#post-8711 .post__content { 
  margin-right: 0;
  margin-left: 300px;
  padding-bottom: 0px;
      min-height: 160px;
}

article.status-pending:after {
    content: "This post is not publicly visible, it is awaiting moderation.";
    position: absolute;
    border-bottom: 0px solid #ccc;
    border-left: 0px solid #ccc;
    top: 0;
    left: 300px;
    right: 0;
    height: 49px;
    text-align: center;
    background: rgba(233, 212, 96,0.6);
    line-height: 53px;
}

article.status-pending h1{
  display: block;
color: #333;
    margin-left: 300px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-top: 74px;
    text-align: left;
    margin-right: 0;
}

article.status-pending #falsatablacont { right:initial;left:0; }

article.status-pending .post__content { 
  margin-right: 0;
  margin-left: 300px;
  min-height: 180px;
}

article li { 
    font-size: 17.2px !important;
    font-family: "Open Sans";
    font-weight: 400;
    padding: 3px 0;
}

article ul { padding-left: 55px; margin: 0; }

#post-8711 #falsatablacont { right:initial;left:0;padding-bottom:0; }

  #falsatablacont p {
    width: 100%;
    display: block;
    text-align: right;
  }

  .slider-menu { display: none; }

  header a { width: 280px; }
  header h1 { text-align: left; padding-left: 15px; }

.header__mobile { display: none; }

  .nano-content { margin: 0; position: relative; }

  header { border-bottom: 2px solid rgba(39, 174, 96, 0.4); }

  .header__toolbox { display: block; }

  .header-menu { display: inline-block; }

  #hider { display: none; }

  #post-9089 .post__content, article#post-9089 h1 { margin-right: 0; }

  .post__content {margin-right: 300px;}

#post-9834 .post__content { margin-right: 0; }
#post-9834 .post__content p { margin-right: 300px; }

#post-9823 .post__content { margin-right: 0; }
#post-9823 .post__content p { margin-right: 300px; }

#post-9809 .post__content { margin-right: 0; }
#post-9809 .post__content p { margin-right: 300px; }

#post-9792 .post__content { margin-right: 0; }
#post-9792 .post__content p { margin-right: 300px; }

#post-6502 .post__content { margin-right: 0; }
#post-6502 .post__content p { margin-right: 300px; }

#post-9783 .post__content { margin-right: 0; }
#post-9783 .post__content p { margin-right: 300px; }

#post-9771 .post__content { margin-right: 0; }
#post-9771 .post__content p { margin-right: 300px; }

#post-9759 .post__content { margin-right: 0; }
#post-9759 .post__content p { margin-right: 300px; }

#post-9749 .post__content { margin-right: 0; }
#post-9749 .post__content p { margin-right: 300px; }

#post-9742 .post__content { margin-right: 0; }
#post-9742 .post__content p { margin-right: 300px; }

#post-9725 .post__content { margin-right: 0; }
#post-9725 .post__content p { margin-right: 300px; }

#post-9713 .post__content { margin-right: 0; }
#post-9713 .post__content p { margin-right: 300px; }
 
#post-9698 .post__content { margin-right: 0; }
#post-9698 .post__content p { margin-right: 300px; }

#post-9692 .post__content { margin-right: 0; }
#post-9692 .post__content p { margin-right: 300px; }

#post-6563 .post__content { margin-right: 0; }
#post-6563 .post__content p { margin-right: 300px; }

#post-9679 .post__content { margin-right: 0; }
#post-9679 .post__content p { margin-right: 300px; }

#post-9666 .post__content { margin-right: 0; }
#post-9666 .post__content p { margin-right: 300px; }

#post-9653 .post__content { margin-right: 0; }
#post-9653 .post__content p { margin-right: 300px; }

#post-9639 .post__content { margin-right: 0; }
#post-9639 .post__content p { margin-right: 300px; }
  
#post-9629 .post__content { margin-right: 0; }
#post-9629 .post__content p { margin-right: 300px; }

#post-9612 .post__content { margin-right: 0; }
#post-9612 .post__content p { margin-right: 300px; }

#post-9602 .post__content {margin-right: 0px;}
#post-9602 .post__content p {margin-right: 300px;}

#post-9591 .post__content {margin-right: 0px;}
#post-9591 .post__content p {margin-right: 300px;}

#post-5801 .post__content {margin-right: 0px;}
#post-5801 .post__content p {margin-right: 300px;}

#post-9555 .post__content {margin-right: 0px;}
#post-9555 .post__content p {margin-right: 300px;}

#post-9543 .post__content {margin-right: 0px;}
#post-9543 .post__content p {margin-right: 300px;}

#post-9529 .post__content {margin-right: 0px;}
#post-9529 .post__content p {margin-right: 300px;}

#post-5953 .post__content {margin-right: 0px;}
#post-5953 .post__content p {margin-right: 300px;}
#post-9509 .post__content {margin-right: 0px;}
#post-9509 .post__content p {margin-right: 300px;} 
#post-9498 .post__content {margin-right: 0px;}
#post-9498 .post__content p {margin-right: 300px;} 

#post-9483 .post__content {margin-right: 0px;}
#post-9483 .post__content p {margin-right: 300px;} 

 #post-9472 .post__content {margin-right: 0px;}
#post-9472 .post__content p {margin-right: 300px;} 
#post-6360 .post__content {margin-right: 0px;}
#post-6360 .post__content p {margin-right: 300px;}

#post-9449 .post__content {margin-right: 0px;}
#post-9449 .post__content p {margin-right: 300px;}

#post-5413 .post__content {margin-right: 0px;}
#post-5413 .post__content p {margin-right: 300px;}

#post-9419 .post__content {margin-right: 0px;}
#post-9419 .post__content p {margin-right: 300px;}

#post-9403 .post__content {margin-right: 0px;}
#post-9403 .post__content p {margin-right: 300px;}

#post-7417 .post__content {margin-right: 0px;}
#post-7417 .post__content p {margin-right: 300px;}
 
#post-9390 .post__content {margin-right: 0px;}
#post-9390 .post__content p {margin-right: 300px;}

   #post-7847 .post__content {margin-right: 0px;}
   #post-7847 .post__content p {margin-right: 300px;}

   #post-6891 .post__content {margin-right: 0px;}
#post-6891 .post__content p {margin-right: 300px;} 
  #post-8459 .post__content {margin-right: 0px;}
#post-8459 .post__content p {margin-right: 300px;}

  #post-7262 .post__content {margin-right: 0px;}
  #post-7262 .post__content p {margin-right: 300px;}

  #post-9438 .post__content {margin-right: 0px;}
  #post-9438 .post__content p {margin-right: 300px;}

  #falsatablacont {
      width: 300px;
      text-align: right;
      position: absolute;
  }

  article h1 {
    background-color: #fafafa;
    margin-right: 300px;
  }

  .search-form .textfield {
      background: #000;
      position: relative;
      height: 49px;
      text-align: left;
      padding-left: 10px;
      font-size: 14px;
      color: #fafafa!important;
      font-style: normal;
      border: none;
      width: 100%;
      top: -2px;
      border-bottom: 2px solid rgba(39, 174, 96, 0.8);
      border-left: 2px solid rgba(39, 174, 96, 0.8);
      border-bottom-left-radius: 2px;
      right: 0;
  }

.search-form {
    display: none;
}

  span.spec {
    display: inline-block;
    float: left;
  }

  #post-8142 .detitle { padding-left: 30px; }

  .builder-intro { background: #fafafa; }

#post-2233 p { padding-right: 20% }


} /* ends 975px breakpoint */


@media only screen and (min-width: 1120px) {


li.header-menu:last-child { display: inline-block !important; }

} /* ends 1120px breakpoint */

@media only screen and (min-width: 1294px) {

  .loop-container .post--size-medium { display: inline-block; }
  .loop-container .post--size-medium img { width: 620px }

.logs-container {
  max-width: 1295px;
}

} /* ends 1294px breakpoint */

@media only screen and (min-width: 1360px) {

img.profile-illus {
    display: block;
}

} /* ends 1360px breakpoint */

@media only screen and (min-width: 1700px) {

  .header-images {
    display: block;
    position: absolute;
    left: 20px;
    top: 60px;
    opacity: 0.8;
}

.header-images:hover { opacity: 1; }

} /* ends 1700px breakpoint */

@media only screen and (min-width: 1820px) {

.intro-home {
  overflow: visible; 
}

.loop-container {
  margin-top: 60px;
}

.left {
    position: absolute;
    left: -15px;
    width: 300px
}

.right {
    position: absolute;
    right: -15px;
    width: 300px;
}

} /* ends 1820px breakpoint */

