/* Medaiavine CSS */
@media only screen and (min-width: 1025px) {
  #primary {
      max-width: calc(100% - 300px);
  }
  #secondary {
      min-width: 300px;
  }
}
@media only screen and (max-width: 1024px) {
 #primary, #secondary {
      max-width: 100%;
      width: 100%;
      float: none;
      clear: both;
  }
	.sidebar {
		margin-left: 0px;
	}
}
@media only screen and (max-width: 359px) {
	.entry-content {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
}

/* End of Mediavine CSS */
#promosidebar {
 display: none;
}

.home #promosidebar {
 display: block;
}

.testing #text-12 {
  margin-bottom: 3.5em;
}

#text-12 {
  margin-bottom: 0;
}