/* RESONSIVE DISABLES */
.mobileOnly {
  display: none;
}
header .mobile-nav,
header .menu-mobile-wrapper {
  display: none;
}
header .mobile-nav {
  color: #646464;
}
header .mobile-nav .fa-bars {
  font-size: 28px;
  color: #e0e0e0;
}
header .mobile-nav .fa-search {
  font-size: 22px;
}
header .menu-mobile-wrapper ul {
  list-style-type: none;
  padding-left: 0px;
}
.mobileSearchWrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #222;
  line-height: 50px;
  font-family: sans-serif;
}
.mobileSearchWrapper form {
  display: table;
  width: 100%;
}
.mobileSearchWrapper form > input,
.mobileSearchWrapper form > a,
.mobileSearchWrapper form > img {
  display: table-cell;
}
.mobileSearchWrapper form > a {
  color: #fff;
}
.mobileSearchWrapper form > img {
  height: 21px;
  margin-bottom: -4px;
  margin-left: auto;
  margin-right: auto;
}
.mobileSearchWrapper form > input {
  width: 90%;
  color: #f7f7f7;
  border: none;
  background-color: #222;
}
.mobileSearchWrapper form > input:focus {
  outline-width: 0;
}
/* other stuff */
header.site-header .menu-mobile-wrapper {
  color: #e0e0e0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #222;
  z-index: 1;
  text-align: center;
}
header.site-header .menu-mobile-wrapper .mobileCloseButton {
  position: absolute;
  left: 20px;
  top: 20px;
}
header.site-header .menu-mobile-wrapper .mobileNavTitle svg {
  width: 113px;
  fill: #e0e0e0;
  margin-top: 30px;
  margin-bottom: 19px;
}
header.site-header .menu-mobile-wrapper .menu-mobile-container {
  margin-bottom: 40px;
}
header.site-header .menu-mobile-wrapper .menu-mobile-container li {
  margin-bottom: 8px;
}
header.site-header .menu-mobile-wrapper .menu-mobile-container li a {
  color: #e0e0e0;
  font-family: "usual",sans-serif;
  text-transform: uppercase;
  font-size: 22px;
}
header.site-header .menu-mobile-wrapper .mobileSocialIcons {
  margin-bottom: 23px;
}
header.site-header .menu-mobile-wrapper .mobileSocialIcons a {
  color: #666;
  font-size: 16px;
  margin-right: 16px;
}
header.site-header .menu-mobile-wrapper .mobileSocialIcons a:last-child {
  margin-right: 0;
}
/* margin special responsive for special pages */
@media screen and (max-width: 720px) {
  body.search-results .content-wrapper .site-main {
    padding: 0 10px;
  }
}
@media screen and (max-width: 880px) {
  body.page-template-page-about .content-wrapper .site-main {
    padding: 0 10px;
  }
  body.page-template-page-about .content-wrapper .site-main .about-content img {
    width: 75px;
    height: auto;
    margin-right: 15px;
  }
}
/* footer special responsive */
@media screen and (max-width: 526px) {
  footer {
    padding: 40px 0;
  }
  footer .nav-wrapper .homeLink {
    display: none;
  }
  footer .nav-wrapper .bottomText {
    line-height: normal;
    margin: 0 auto;
    float: none;
  }
}
/* SPECIAL FOR SIGNLE ARTICLE PAGE */
/* since we want the sidebar to appear later than on the homepage*/
@media screen and (max-width: 940px) {
  .single-talks article header.entry-header h1.entry-title {
    font-family: CalibreSemiBold;
    font-size: 28px;
  }
  .single-talks article header.entry-header .subtitle,
  .single-talks article header.entry-header h1 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .single-talks article header.entry-header .subtitle {
    font-size: 21px;
  }
  .single-talks article .comments {
    margin-left: 10px;
    margin-right: 10px;
  }
  .single-talks article header > h2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .single-talks article .entry-content {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 18px;
  }
  .single-talks article .nextPrevWrapper {
    margin-top: 20px;
    border-bottom: 0px;
    margin-bottom: 18px;
  }
  .single-talks article .nextPrevWrapper .half {
    font-size: 12px;
    padding: 0 30px;
  }
  .single-talks article .nextPrevWrapper .half a {
    height: 95px;
  }
  .single-talks article .nextPrevWrapper .half.left {
    padding-left: 60px;
  }
  .single-talks article .nextPrevWrapper .half.right {
    padding-right: 45px;
  }
  .single-talks article header img {
    width: 100%;
    height: auto;
  }
  .single-talks article .entry-content .text-content {
    max-width: none;
    font-size: 18px;
  }
  .single-talks article .entry-content .text-content p img {
    max-width: 100%;
    height: auto;
  }
  .single-talks article .entry-content .text-content blockquote {
    font-size: 22px;
  }
  .single-talks article .entry-content .text-content blockquote p {
    margin-top: -6px;
    margin-bottom: -13px;
  }
  .single-talks article .entry-content .text-content .blockquoteQuoteOpen {
    margin-top: 0px;
  }
  .single-talks article .entry-content .text-content .blockquoteQuoteClose {
    margin-bottom: 0px;
  }
  .single-talks article.homeBox header.entry-header > div.byLine,
  .single-talks article.hentry header.entry-header > div.byLine {
    margin: 10px;
    font-size: 15px;
    padding-left: 0px;
  }
  .single-talks article.homeBox .entry-header h2 {
    margin-top: 0px;
  }
}
/* #### Tablets Portrait or Landscape #### */
@media screen and (min-width: 940px) and (max-width: 1180px) {
  #secondary.widget-area {
    width: 35%;
    padding: 13px 30px;
  }
  .content-wrapper {
    width: 65%;
    margin: 0px;
  }
  .content-wrapper .site-main {
    padding: 0 20px;
  }
}
/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-width: 940px) {
  .content-wrapper {
    width: 100%;
  }
  .widget-area {
    display: none;
  }
  header .nav-wrapper {
    display: none;
  }
  header .mobile-nav {
    display: block;
  }
  body header > .headerLinks {
    display: none !important;
  }
  .site-content {
    margin-top: 120px !important;
  }
}
/* ALL MOBILE AND TABLETS */
@media screen and (max-width: 1180px) {
  header.site-header a {
    font-size: 12px;
  }
  .post-type-archive-artist .boxesWrapper .artist .left {
    width: 100%;
  }
  .post-type-archive-artist .boxesWrapper .artist .right {
    width: 100%;
  }
  .post-type-archive-artist .boxesWrapper .artist .right .artistNameItem {
    width: 100%;
    text-align: center;
  }
  .single-talks article .articleMeta {
    display: none;
  }
  .byLine .textWrapper {
    display: none;
  }
  .mobileByLine {
    clear: both;
    margin: 10px;
  }
  .mobileOnly {
    display: block;
  }
  .nonMobileOnly {
    display: none;
  }
  .content-wrapper {
    margin-top: 20px;
  }
  .socialLine.mobileOnly {
    margin: 0 10px 10px;
  }
  .mobileOnly .artistSidebarBox {
    margin: 0 10px;
    display: table;
    border-bottom: 1px solid #646464;
    padding-bottom: 16px;
  }
  .mobileOnly .artistSidebarBox .topsection .rightText {
    display: none;
  }
  .mobileOnly .artistSidebarBox .topsection a img {
    width: 50px;
    height: auto;
    border-radius: 50%;
  }
  .mobileOnly .artistSidebarBox .artistContent {
    font-size: 15px;
    padding-left: 10px;
  }
  .mobileOnly .artistSidebarBox .artistContent .mobileOnly {
    font-size: 18px;
  }
  .mobileOnly .artistSidebarBox .artistContent p {
    margin-top: 0px;
  }
  .mobileOnly .artistSidebarBox > div {
    display: table-cell;
    vertical-align: top;
  }
  .mobileOnly .tagsWrapper {
    padding-top: 41px;
    margin: 0px 10px;
  }
  .mobileOnly .tagsWrapper .category-label {
    font-size: 13px;
    font-family: CalibreMedium;
    margin-bottom: 10px;
  }
  .single .content-wrapper .site-main {
    margin-top: 0px;
  }
  header .mobile-nav {
    text-align: center;
    padding: 13px 10px 6px 15px;
    line-height: 30px;
    position: relative;
  }
  header .mobile-nav i.fa {
    line-height: 25px;
  }
  header .mobile-nav .navButton {
    float: left;
  }
  header .mobile-nav .searchButton {
    float: right;
  }
  header .mobile-nav .mobileTitle {
    display: inline-block;
  }
  header .mobile-nav .mobileTitle a {
    font-size: 20px;
  }
  .content-wrapper .site-main {
    margin-top: 0px;
  }
  .content-wrapper .site-main article.hentry {
    margin-bottom: 10px;
  }
  .content-wrapper .site-main article.hentry .homeBox {
    padding-bottom: 14px;
  }
  .content-wrapper .site-main article.hentry header.entry-header h2.entry-title-mobile {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .content-wrapper .site-main article.hentry header.entry-header .category-label {
    font-size: 13px;
  }
  .content-wrapper .site-main article.hentry header.entry-header .mobileByLine {
    font-size: 15px;
    color: #888;
    margin-bottom: 7px;
  }
  .content-wrapper .site-main article.hentry .entry-content {
    font-size: 21px;
  }
  .content-wrapper .site-main article.hentry h2.entry-title-mobile,
  .content-wrapper .site-main article.hentry .byLine,
  .content-wrapper .site-main article.hentry .entry-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-wrapper .site-main #infinite-handle span {
    display: inline-block;
  }
  .mailing-list-wrapper.top .mailingListInsideWrapper {
    font-size: 18px;
  }
  .mailing-list-wrapper.top .mailingListInsideWrapper .description {
    font-size: 17px;
    margin-top: 10px;
  }
  .mailing-list-wrapper.top form input {
    font-size: 15px;
    width: auto;
    margin-bottom: 10px;
  }
  .related-talks {
    display: none;
  }
  footer {
    background-color: #222;
    color: #666;
  }
  footer .topLinkWrapper {
    display: none;
  }
  footer .nav-wrapper {
    text-align: center;
  }
  .socialLine.mobileOnly .at-share-tbx-element.addthis_32x32_style .at-share-btn-lookalike svg {
    padding: 4px;
  }
  .press {
    width: 46%;
    margin: 30px 2% 30px 2%;
    height: 155px;
  }
  .page-template-default .content h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  
}

@media screen and (max-width: 320px) {
  .headerLinks .item:nth-child(5) {
    display: none;
  }
}
