@charset "UTF-8";
/*
Theme Name: TechCabal 1.5
Author: Big Cabal Media
Author URI: https://bigcabal.com/
Description: TechCabal 1.5
Text Domain: tc1.5

TechCabal 1.5
*/
header {
  width: 250px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  header {
    padding: 20px 30px;
  }
}
@media (max-width: 1023px) {
  header {
    padding: 0;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
    margin-bottom: 1em;
  }
  header #menu {
    display: none;
    padding: 40px;
  }
  header #menu #newsletter-box input {
    margin: 0;
  }
  header #menu #newsletter-box button {
    margin: 0;
    width: auto;
    padding: 0 10px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  header #menu #newsletter-box .newsletter-signup-form {
    flex-direction: column;
  }
  header #menu #newsletter-box input {
    margin-bottom: 10px;
  }
  header #menu #newsletter-box input,
header #menu #newsletter-box button {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  header #menu #social-box {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  header #topbar {
    background-color: #c5c5c5;
    padding: 10px 15px;
    line-height: 1px;
    z-index: 999;
  }
  header #topbar #menu-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 53px;
    width: 60px;
    padding: 0;
    border: none;
    background-size: 32px 14px;
    background: url("/wp-content/themes/tc1.5/images/menu_closed.png") no-repeat center right 15px;
    outline: none;
  }
}
header #search-box {
  margin-top: 15px;
  width: 100%;
  border: 0 solid #D3D3D3;
  border-bottom-width: 1px;
  background-image: url("/wp-content/themes/tc1.5/images/search.png");
  background-size: 18px 19px;
  background-repeat: no-repeat;
  background-position: right center;
  font: 14px "Open Sans", sans-serif;
  line-height: 30px;
}
@media (max-width: 1023px) {
  header #search-box {
    margin-top: 5px;
  }
}
header #search-box::placeholder {
  color: #D3D3D3;
}
header nav ul {
  list-style-type: none;
  padding: 0;
}
@media (max-width: 1023px) {
  header nav ul {
    margin: 10px 0;
  }
}
@media (min-width: 1024px) {
  header nav ul {
    margin: 7px 0;
  }
}
header nav ul li {
  padding: 10px 0;
}
@media (min-width: 1024px) {
  header nav ul li {
    padding: 5px 0;
  }
}
header nav ul li a {
  text-decoration: inherit;
  color: inherit;
}
header hr {
  border: 1px solid #F23204;
  width: 30px;
  margin: 0;
}
header #newsletter-box {
  background: #FFE1DA;
}
@media (min-width: 1024px) {
  header #newsletter-box {
    margin: 25px -15px 0;
  }
}
@media (max-width: 1023px) {
  header #newsletter-box {
    margin: 0 -25px;
  }
}
header #newsletter-box .pink-box {
  text-align: center;
  padding: 10px;
  min-height: 56px;
  box-sizing: border-box;
  font-size: 14px;
}
header #newsletter-box .newsletter-signup-form {
  padding: 0 10px 15px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  header #newsletter-box .newsletter-signup-form {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
header #newsletter-box input {
  background: #F8F7F7;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px;
  border: none;
  margin-bottom: 10px;
  line-height: 36px;
  height: 56px;
  text-align: center;
  font: 16px "Open Sans", sans-serif;
}
header #newsletter-box input::placeholder {
  color: #D3D3D3;
}
header #newsletter-box button {
  background: #F23204;
  font: 16px "Courier New", monospace;
  color: white;
  text-align: center;
  border: 1px solid #F23204;
  width: 100%;
  line-height: 3em;
}
header #social-box {
  margin: 0 -30px;
  color: #848484;
  font: 16px "Courier New", monospace;
  text-align: center;
  text-transform: uppercase;
  line-height: 2em;
}
header #social-box .label {
  margin-bottom: 10px;
}
header #social-box a {
  display: inline-block;
  min-width: 15px;
  padding: 0 5px;
}
@media (min-width: 1024px) {
  header #social-box a img {
    max-height: 15px;
    width: auto;
  }
}
header #copyright-box {
  margin: 20px -35px 0;
  color: #848484;
  font: 16px "Courier New", monospace;
  text-align: center;
}
header #copyright-box a {
  color: inherit;
  text-decoration: inherit;
}

@media (max-width: 1023px) {
  body.menu-open #ad-unit {
    display: none;
  }
  body.menu-open header #menu {
    display: block;
  }
  body.menu-open header #topbar {
    background: white;
  }
  body.menu-open header #topbar > a > img {
    display: none;
  }
  body.menu-open header #topbar #menu-button {
    background-size: 25px 25px;
    background: url("/wp-content/themes/tc1.5/images/menu_open.png") no-repeat center right 15px;
  }
  body.menu-open .body-columns > .rows {
    display: none;
  }

  body.admin-bar header #topbar {
    top: 32px;
    z-index: 999;
  }

  #wpadminbar {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar header #topbar {
    top: 46px;
  }
}
@media (min-width: 1024px) {
  body {
    margin: 0;
  }

  .body-columns {
    position: relative;
    display: block !important;
    background: white;
  }
  .body-columns > header {
    top: 0;
    width: 250px;
    background: white;
    float: left;
  }
  .body-columns > .rows {
    width: auto;
  }

  .admin-bar header {
    top: 32px;
  }
}
.columns {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.rows {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.pink-box {
  background: #FFE1DA;
}
.pink-box h2 {
  color: #F23204;
}

.red {
  color: #F23204;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.wp-caption {
  max-width: 100%;
}
.wp-caption img {
  max-width: 100%;
  height: auto;
}
.wp-caption a {
  border: none !important;
}

.mono {
  font: 14px "Courier New", monospace;
}

.bigmono {
  font: 32px "Courier New", monospace;
}

.upper {
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .desktop {
    display: none;
  }

  .columns-if-mobile {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .mobile {
    display: none;
  }

  .rows-if-desktop {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.page-title {
  text-transform: capitalize;
  font: 32px Courier New, monotype;
  padding: 20px;
  margin: 0;
}
@media (max-width: 1023px) {
  .page-title {
    font-size: 20px;
    text-align: center;
    color: #F23204;
  }
}

.wp-caption-text {
  font: 12px Courier New, monospace;
  color: #848484;
  text-align: center;
  font-size: smaller;
  margin-top: 1em;
}

.hand-left {
  position: relative;
  left: -7px;
  margin-right: -7px;
}

.hand-down {
  position: absolute;
  margin-left: 5px;
}

.border-button, .more a {
  position: relative;
  z-index: 10;
  outline: none;
  border-width: 1px !important;
}
.border-button:active, .more a:active {
  top: 3px;
  left: 3px;
}
.border-button:active:before, .more a:active:before {
  display: none;
}
.border-button:after, .more a:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
}
.border-button:before, .more a:before {
  display: block;
  content: " ";
  position: absolute;
  z-index: -2;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #F23204;
}
.border-button:hover, .more a:hover {
  color: white;
}
.border-button:hover:after, .more a:hover:after {
  background: #F23204;
}

main .more a:after {
  background: white;
}

aside .more a:after {
  background: #FFE1DA;
}

aside.pink-box .more a:after {
  background: #FFE1DA;
}

footer .border-button:after {
  background: black;
}
footer .border-button:before {
  border-color: #04F2A1;
}
footer .border-button:hover {
  color: black;
}
footer .border-button:hover:after {
  background: #04F2A1;
}

main .newsletter-signup-view-solo {
  padding: 15px;
  margin-right: 15px;
  justify-content: space-between;
}
main .newsletter-signup-view-solo .newsletter-signup-label {
  padding: 0 15px 15px 0;
  width: 75%;
}
@media (max-width: 1023px) {
  main .newsletter-signup-view-solo .newsletter-signup-label {
    width: auto;
    padding: 10px;
  }
}
main .newsletter-signup-view-solo form {
  width: 100% !important;
}
main .newsletter-signup-view-solo form input {
  margin-right: 10px;
}
@media (max-width: 1023px) {
  main .newsletter-signup-view-solo form {
    margin-bottom: 15px;
  }
}

.page {
  width: 100%;
}

.ad-box {
  clear: both;
  padding: 40px 0;
}

.ad {
  display: flex;
  justify-content: center;
  margin: auto;
}

main {
  width: 100%;
}
main .ad-box {
  padding: 30px 0;
}

aside {
  padding: 20px 30px;
}
@media (min-width: 1024px) {
  aside {
    width: 252px;
  }
}

article {
  padding: 40px;
}

@media (max-width: 1023px) {
  .ad-box {
    padding: 40px 0;
  }

  .body-columns {
    display: block;
    position: relative;
    background: white;
  }

  .main-aside-columns {
    display: block;
  }
}
@media (min-width: 1024px) {
  .maingrid {
    display: grid;
    grid-template-columns: [col] calc( 100% - 312px ) [col] 312px;
    grid-template-rows: [row] auto [row] auto [row];
  }
  .maingrid main {
    grid-column: col;
  }
  .maingrid aside {
    grid-column: col 2;
    grid-row: row/span 3;
  }
  .maingrid footer {
    grid-column: col;
    grid-row: row 2;
  }

  .page .maingrid {
    grid-template-columns: [col] auto;
  }
}
div.aligncenter {
  margin: auto;
}

footer {
  background: black;
  padding: 40px;
  text-align: center;
  color: #777;
  font-family: Courier New, monospace;
  font-size: 13px;
}
footer a {
  color: inherit;
  text-decoration: inherit;
}
footer p {
  color: #FFE1DA;
}
footer #newsletter-footer-box {
  font: 16px "Open Sans", sans-serif;
  color: white;
}
footer #newsletter-footer-box h2 {
  font-size: 20px;
  font-weight: 800;
  padding: 0;
  margin: 0;
}
footer #newsletter-footer-box .newsletter-signup-form {
  width: 90%;
  margin: 40px auto;
  flex-direction: column !important;
}
footer #newsletter-footer-box .newsletter-signup-form input {
  margin: 0 auto 20px;
  display: block;
  width: calc(100% - 250px);
  height: 56px;
  box-sizing: border-box;
  border: 0 solid white;
  border-bottom-width: 1px;
  background: transparent;
  color: white;
  font: 16px "Open Sans", sans-serif;
  outline: none;
  text-align: center;
  max-width: 334px;
}
footer #newsletter-footer-box .newsletter-signup-form button {
  margin: auto;
  width: 334px;
  display: block;
  box-sizing: border-box;
  font: 16px "Courier New", monospace;
  border: 2px solid #04F2A1;
  background: transparent;
  height: 56px;
  color: white;
  cursor: pointer;
  outline: none;
}
footer #newsletter-footer-box .newsletter-signup-form button:hover {
  background: #04F2A1;
  color: black;
  transition: color 0.25s, background 0.25s;
}
@media (max-width: 1023px) {
  footer #newsletter-footer-box .newsletter-signup-form {
    flex-direction: column;
  }
  footer #newsletter-footer-box .newsletter-signup-form input {
    display: block;
    width: 100%;
    border-bottom: 1px solid white;
    margin-bottom: 20px;
  }
  footer #newsletter-footer-box .newsletter-signup-form button {
    width: 100%;
  }
}
footer #social-footer-box {
  font-size: 16px;
  margin: 40px 0;
  text-transform: uppercase;
  line-height: 3em;
  color: white;
}
@media (max-width: 1023px) {
  footer #social-footer-box {
    margin: 40px -40px;
  }
}
footer #social-footer-box a {
  display: inline-block;
  min-width: 40px;
  padding: 0 5px;
}

aside {
  background: #e9e9e9;
}
aside h2 {
  margin: 0 auto 20px;
  font: 20px Courier New, monospace;
  text-align: center;
}
aside .article-listing article {
  margin-bottom: 40px;
  padding: 0;
}
aside .article-listing article .info {
  padding: 0;
}
@media (min-width: 1024px) {
  aside .article-listing article {
    width: 240px;
  }
}
aside .article-listing article img {
  width: 240px;
  height: 160px;
  object-fit: cover;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  aside .article-listing article img {
    width: 100%;
  }
}
aside .article-listing article .title {
  font: 18px "Open Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
}
aside .article-listing article .meta {
  font: 14px Courier New, monospace;
  margin-bottom: 40px;
}
aside .article-listing article .author-time {
  margin: 0;
}
aside .article-listing article .author-time div {
  padding: 0;
  display: block;
}
aside .article-listing article .author-time .author {
  color: inherit;
}
aside .article-listing article .author-time .author a {
  border: none;
}
aside .article-listing article .author-time .time {
  color: inherit;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
aside .article-listing article .social {
  display: none;
}
aside .article-listing article .excerpt {
  display: none;
}
aside .ad-box {
  margin: 0 -24px;
  padding-top: 0;
}
aside .article-listing.sponsored-listing article .category {
  display: block;
  font: 14px Courier New, monospace;
}
aside .article-listing.sponsored-listing article .author {
  display: none;
}

@media (max-width: 1023px) {
  .box-970-250 {
    max-width: 300px;
    height: 90px !important;
    line-height: 90px !important;
  }

  .box-728-90 {
    max-width: 300px;
    height: 90px;
  }
}
.box-970-250 {
  width: 970px;
  height: 250px;
  padding: 0;
  text-align: center;
  line-height: 250px;
  background: #eee;
  margin: auto;
  color: #ccc;
  text-transform: uppercase;
  font-weight: bold;
  font-family: sans-serif;
}

.box-728-90 {
  width: 728px;
  height: 90px;
  padding: 0;
  text-align: center;
  line-height: 90px;
  background: #eee;
  margin: auto;
  color: #ccc;
  text-transform: uppercase;
  font-weight: bold;
  font-family: sans-serif;
}

.box-300-250 {
  width: 300px;
  height: 250px;
  padding: 0;
  text-align: center;
  line-height: 250px;
  background: #eee;
  margin: auto;
  color: #ccc;
  text-transform: uppercase;
  font-weight: bold;
  font-family: sans-serif;
}

.box-300-600 {
  width: 300px;
  height: 600px;
  padding: 0;
  text-align: center;
  line-height: 600px;
  background: #eee;
  margin: auto;
  color: #ccc;
  text-transform: uppercase;
  font-weight: bold;
  font-family: sans-serif;
}

.single .page-header, .page .page-header {
  padding: 20px;
  width: calc(100% - 40px);
  margin: auto;
}
@media (min-width: 1024px) {
  .single .page-header, .page .page-header {
    margin-right: 312px;
  }
}
.single .page-header .title, .page .page-header .title {
  font: 20px Open Sans, sans-serif;
  font-weight: 800;
  text-align: center;
}
.single .page-header .author-time, .page .page-header .author-time {
  margin: 20px 0;
  justify-content: center;
}
@media (min-width: 1024px) {
  .single .page-header .author-time, .page .page-header .author-time {
    display: flex;
    flex-direction: row;
  }
}
@media (max-width: 1023px) {
  .single .page-header .author-time, .page .page-header .author-time {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.single .page-header .author-time div, .page .page-header .author-time div {
  font: 14px Courier New, monospace;
}
@media (min-width: 1024px) {
  .single .page-header .author-time div, .page .page-header .author-time div {
    display: inline-block;
  }
  .single .page-header .author-time div:nth-child(n+2), .page .page-header .author-time div:nth-child(n+2) {
    border-left: 1px solid #848484;
    padding-left: 10px;
    margin-left: 10px;
  }
}
.single .page-header .author-time .author, .page .page-header .author-time .author {
  color: #F23204;
}
.single .page-header .author-time .time, .page .page-header .author-time .time {
  color: #848484;
}
.single .poster-image, .page .poster-image {
  width: 100%;
  height: auto;
}
.single .poster-image .image-holder, .page .poster-image .image-holder {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}
@media (max-width: 1023px) {
  .single .poster-image .image-holder, .page .poster-image .image-holder {
    padding-top: 100%;
  }
}
.single .poster-image .image-holder img, .page .poster-image .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single article, .page article {
  padding: 20px 40px 20px 20px;
  line-height: 1.9em;
}
@media (max-width: 1023px) {
  .single article, .page article {
    padding: 20px;
  }
}
.single article a, .page article a {
  color: black;
  text-decoration: none;
  border-bottom: 2px solid #F23204;
  overflow-wrap: break-word;
}
.single article a img, .page article a img {
  border: none;
}
.single article a img.size-full, .page article a img.size-full {
  position: relative;
  top: 7px;
}
.single article img, .page article img {
  max-width: 100% !important;
  height: auto;
}
.single article img.aligncenter, .single article img.size-full, .page article img.aligncenter, .page article img.size-full {
  width: calc(100% + 40px);
  margin: 0 -20px;
  max-width: calc(100% + 40px) !important;
}
.single article .newsletter-signup-view, .page article .newsletter-signup-view {
  margin: 40px 0;
}
.single article blockquote, .page article blockquote {
  color: #F23204;
  padding: 0;
  quotes: "“" "”" "‘" "’";
  font: 20px "Open Sans", sans-serif;
  font-weight: 800;
  margin: 0;
}
.single article blockquote p:first-child:before, .page article blockquote p:first-child:before {
  display: inline-block;
  content: open-quote;
}
.single article blockquote p:last-child:after, .page article blockquote p:last-child:after {
  display: inline-block;
  content: close-quote;
}
.single .tag-box, .page .tag-box {
  margin: 40px;
  text-align: center;
  font: 16px "Courier New", monotype;
  color: #F23204;
}
.single .tag-box ul, .page .tag-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
.single .tag-box ul li, .page .tag-box ul li {
  display: inline-block;
  line-height: 2em;
  margin-right: 10px;
}
.single .tag-box ul li:last-child, .page .tag-box ul li:last-child {
  margin-right: 0;
}
.single .tag-box ul a, .page .tag-box ul a {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #F23204;
}
.single .social-box, .page .social-box {
  text-align: center;
  font: 16px "Courier New", monotype;
  margin: 40px 0 0;
  line-height: 3em;
  color: #F23204;
}
.single .social-box a, .page .social-box a {
  display: inline-block;
  min-width: 30px;
  padding: 0 5px;
}
.single .social-box.big, .page .social-box.big {
  margin: 20px;
}
@media (min-width: 1024px) {
  .single .social-box.big .links, .page .social-box.big .links {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
}
.single .social-box.big .links a, .page .social-box.big .links a {
  width: 100%;
  height: 56px;
  background: #F23204;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .single .social-box.big .links a, .page .social-box.big .links a {
    box-sizing: border-box;
    width: calc(50% - 10px);
    float: left;
    margin-bottom: 20px;
  }
  .single .social-box.big .links a:nth-child(5), .page .social-box.big .links a:nth-child(5) {
    width: auto;
    float: none;
    clear: both;
  }
  .single .social-box.big .links a:nth-child(2n+1), .page .social-box.big .links a:nth-child(2n+1) {
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .single .social-box.big .links a, .page .social-box.big .links a {
    margin-right: 10px;
  }
}
.single .social-box.big .links a:last-child, .page .social-box.big .links a:last-child {
  margin-right: 0;
}
.single .social-box.big .links a img, .page .social-box.big .links a img {
  object-fit: contain;
}
.single .read-next-box, .page .read-next-box {
  margin: 40px 20px 0;
  text-align: center;
  font: 16px "Courier New", monotype;
  color: #F23204;
}
.single .read-next-box .label, .page .read-next-box .label {
  font-size: 20px;
}
.single .read-next-box article, .page .read-next-box article {
  border-bottom: none !important;
}
.single .more-list article, .page .more-list article {
  padding: 20px 0;
  color: black;
  border-bottom: none !important;
}
@media (min-width: 1024px) {
  .single .more-list article, .page .more-list article {
    display: flex;
    flex-direction: row;
  }
}
.single .more-list article .image-holder, .page .more-list article .image-holder {
  width: calc(100% / 3);
  position: relative;
  height: 0;
}
.single .more-list article .image-holder img, .page .more-list article .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .single .more-list article .image-holder, .page .more-list article .image-holder {
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 1em;
  }
}
.single .more-list article .info, .page .more-list article .info {
  box-sizing: border-box;
  text-align: left;
}
@media (min-width: 1024px) {
  .single .more-list article .info, .page .more-list article .info {
    width: calc(100% / 3);
    padding-left: 20px;
  }
}
@media (max-width: 1023px) {
  .single .more-list article .info, .page .more-list article .info {
    padding: 0 15px;
  }
}
.single .more-list article .info .authosr, .single .more-list article .info .excerpt, .single .more-list article .info .social, .single .more-list article .info .more, .single .more-list article .info .tags, .single .more-list article .info .category, .page .more-list article .info .authosr, .page .more-list article .info .excerpt, .page .more-list article .info .social, .page .more-list article .info .more, .page .more-list article .info .tags, .page .more-list article .info .category {
  display: none;
}
.single .more-list article .info .author-time, .page .more-list article .info .author-time {
  margin: 0;
}
.single .more-list article .info .author-time .author, .page .more-list article .info .author-time .author {
  color: black;
}
.single .more-list article .info .author-time .author a, .page .more-list article .info .author-time .author a {
  color: inherit;
  text-decoration: inherit;
  border: none;
}
.single .more-list article .info .author-time .time, .page .more-list article .info .author-time .time {
  display: block;
  border: none !important;
  padding-left: 0;
  margin-left: 0;
  color: black;
}
.single .more-list article .info .title, .page .more-list article .info .title {
  font: 20px "Open Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 0.5em;
}
.single .more-list article .excerpt, .page .more-list article .excerpt {
  width: calc(100% / 3);
  text-align: left;
  font: 16px "Open Sans", sans-serif;
}
@media (max-width: 1023px) {
  .single .more-list article .excerpt, .page .more-list article .excerpt {
    display: none;
  }
}
.single .more-list article .excerpt p:first-child, .page .more-list article .excerpt p:first-child {
  margin-top: 3px;
}
.single .more-box, .page .more-box {
  padding: 20px;
}
.single .more-box .label, .page .more-box .label {
  font: 20px "Courier New", monotype;
  color: #F23204;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 1023px) {
  .single .more, .page .more {
    display: none;
  }
}

.fb-comments-container {
  display: flex;
  justify-content: center;
}
.fb-comments-container .fb-comments {
  width: 800px;
  max-width: 100%;
}

.section-tc-daily.single .page-header {
  margin-bottom: 20px;
}
.section-tc-daily.single .page-header .title {
  width: 100%;
  max-width: 100%;
}

body.no-poster-image.single main > .social-box {
  margin-top: 0;
}

.fb-comments-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.fb-comments {
  width: 100% !important;
  margin: auto;
}

.fb-comments iframe[style] {
  width: 100% !important;
}

.fb-like-box {
  width: 100% !important;
}

.fb-like-box iframe[style] {
  width: 100% !important;
}

.fb-comments span {
  width: 100% !important;
}

.fb-comments iframe span[style] {
  width: 100% !important;
}

.fb-like-box span {
  width: 100% !important;
}

.fb-like-box iframe span[style] {
  width: 100% !important;
}

#templatePreheader {
  display: none;
}

#templateFooter {
  display: none;
}

@media (min-width: 1024px) {
  .newsletter-signup-view-compact {
    display: none !important;
  }
}
.newsletter-view {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 1px;
  box-sizing: border-box;
  min-height: 440px;
}
.newsletter-view .image-box {
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}
.newsletter-view .image-box .title {
  font-size: 16px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.newsletter-view .image-box .title a {
  color: inherit;
  text-decoration: inherit;
}
.newsletter-view .image-box .content {
  background: white;
  box-shadow: 8px 10px 10px rgba(0, 0, 0, 0.08);
  color: black;
  width: 278px;
  margin: 0 0 0 auto;
  box-sizing: border-box;
  font: 20px "Open Sans", sans-serif;
  font-weight: 800;
  display: flex;
  align-items: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.newsletter-view .image-box .content .title {
  padding: 15px;
  position: relative;
  z-index: 9;
}
.newsletter-view .image-box .content img {
  width: 268px;
  object-fit: cover;
  height: 220px;
  position: relative;
  left: -15px;
}
.newsletter-view .image-box .content .todays-edition {
  text-transform: uppercase;
  color: #F23204;
  font: 14px Courier New, monospace;
  padding: 12px;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.newsletter-view .info .content {
  max-width: 400px;
  font: 16px "Courier New", monospace;
}
.newsletter-view .info .newsletter-signup-form {
  display: flex;
  flex-direction: column;
}
.newsletter-view .info .newsletter-signup-form input {
  background: #F8F7F7;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px;
  border: none;
  max-width: 300px;
  line-height: 36px;
  height: 56px;
  text-align: left;
  font: 16px "Open Sans", sans-serif;
}
.newsletter-view .info .newsletter-signup-form input::placeholder {
  color: #D3D3D3;
}
.newsletter-view .info .newsletter-signup-form input:first-of-type {
  margin-bottom: 10px;
}
.newsletter-view .info .newsletter-signup-form button {
  background: #F23204;
  font: 16px "Courier New", monospace;
  color: white;
  max-width: 300px;
  text-align: center;
  margin: 15px 0;
  border: none;
  width: 100%;
  line-height: 3em;
  position: relative;
}
.newsletter-view > div {
  width: 50%;
  padding: 40px;
}
.newsletter-view .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsletter-view a.button {
  height: 56px;
  width: 240px;
  border: 2px solid #F23204;
  background: transparent;
  color: #F23204;
  display: block;
  font: 16px Courier New, monospace;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .newsletter-view {
    display: block;
  }
  .newsletter-view .info {
    display: none;
  }
  .newsletter-view > div {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 1023px) {
  main .newsletter-view {
    margin: 0 15px 15px;
    min-height: auto;
  }
  main .newsletter-view .image-box {
    padding: 20px;
  }
  main .newsletter-view .image-box .content {
    margin: auto;
  }

  main .newsletter-signup-view {
    margin: 0 15px;
    padding: 0 10px;
  }
}
.newsletter-signup-view {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 56px;
  align-items: start;
}
.newsletter-signup-view .newsletter-signup-label {
  box-sizing: border-box;
  width: 50%;
  font: 14px Courier New, monospace;
  padding: 0 40px;
}
.newsletter-signup-view .newsletter-signup-form {
  box-sizing: border-box;
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.newsletter-signup-view .newsletter-signup-form input {
  background: #F8F7F7;
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  font: 16px Open Sans, sans-serif;
}
.newsletter-signup-view .newsletter-signup-form input::placeholder {
  color: #D3D3D3;
}
.newsletter-signup-view .newsletter-signup-form input.theheader__form__firstname {
  width: 255px;
}
.newsletter-signup-view .newsletter-signup-form input.theheader__form__email {
  width: 336px;
}
.newsletter-signup-view .newsletter-signup-form button {
  width: 214px;
  background: #F23204;
  border: none;
  color: white;
  font: 16px Courier New, monospace;
  margin: 0;
}
@media (max-width: 1023px) {
  .newsletter-signup-view {
    flex-direction: column !important;
  }
  .newsletter-signup-view .newsletter-signup-label {
    min-height: 56px;
    width: 100% !important;
    padding: 10px;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .newsletter-signup-view .newsletter-signup-form {
    width: 100% !important;
    flex-direction: column !important;
  }
  .newsletter-signup-view .newsletter-signup-form input.theheader__form__firstname, .newsletter-signup-view .newsletter-signup-form input.theheader__form__email {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .newsletter-signup-view .newsletter-signup-form button {
    width: 100% !important;
    height: 46px;
  }
}

.article-listing article {
  padding: 0;
}
.article-listing article img {
  max-width: 100%;
  height: auto;
}
.article-listing article .category {
  font: 14px Courier New, monospace;
  display: none;
}
@media (max-width: 1023px) {
  .article-listing article .info {
    padding: 30px 15px;
  }
  .article-listing article .excerpt {
    margin-top: -15px !important;
    padding: 0 15px 50px;
  }
  .article-listing article .author-time {
    margin: 30px 0;
  }
}
@media (min-width: 1024px) {
  .article-listing article .info {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
  }
  .article-listing article .author-time {
    margin: 20px 0;
  }
}
.article-listing article .image-holder a {
  text-decoration: none;
  border: none;
  color: inherit;
}
.article-listing article .info {
  pointer-events: none;
}
.article-listing article .info .social {
  pointer-events: all;
}
.article-listing article .info a {
  pointer-events: all;
}
.article-listing article .title {
  font: 20px "Open Sans", sans-serif;
  font-weight: 800;
}
.article-listing article .title a {
  text-decoration: inherit;
  color: inherit;
}
@media (max-width: 1023px) {
  .article-listing article .excerpt {
    margin-top: 30px;
  }
}
.article-listing article .excerpt p {
  margin: 0 0 1em;
}
.article-listing article .excerpt p:last-child {
  margin-bottom: 0;
}
.article-listing article .social {
  margin-top: 30px;
}
.article-listing article .social a {
  display: inline-block;
  width: 30px;
  text-align: center;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .article-listing article .social {
    margin: 0 0 20px;
  }
}
.article-listing article .author {
  font: 14px Courier New, monospace;
  color: #F23204;
}
.article-listing article .author a {
  color: inherit;
  text-decoration: inherit;
}
.article-listing article .time {
  font: 14px Courier New, monospace;
  color: #848484;
}
.article-listing article .more a {
  text-align: left;
  padding: 30px 0 60px;
  margin: 0;
  justify-content: left;
}
.article-listing article .more img {
  width: auto;
  height: auto;
}
@media (min-width: 1024px) {
  .article-listing article .more {
    display: none;
  }
}
.article-listing.no-author .author-time .time {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.article-listing.no-author .author-time .author {
  display: none !important;
}
@media (min-width: 1024px) {
  .article-listing.two-wide article {
    width: 50%;
    position: relative;
    overflow: hidden;
    height: 0;
    padding: 0 0 calc(100%/3);
    box-sizing: border-box;
    float: left;
  }
  .article-listing.two-wide article:first-child {
    width: 100%;
  }
  .article-listing.two-wide article:first-child .info {
    padding-top: calc(100% / 6);
    padding-right: 50%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .article-listing.two-wide article {
    padding-bottom: 444px;
  }
}
@media (min-width: 1024px) {
  .article-listing.two-wide article img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .article-listing.two-wide article .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font: 20px "Open Sans", sans-serif;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, black 100%);
    color: white;
    padding: calc(100% / 3) 20px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .article-listing.two-wide article .info .title {
    font-weight: 800;
    position: relative;
    top: 0;
  }
  .article-listing.two-wide article .info .author, .article-listing.two-wide article .info .time, .article-listing.two-wide article .info .excerpt, .article-listing.two-wide article .info .more {
    display: none;
  }
  .article-listing.two-wide article .info .social {
    opacity: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 280px;
    height: 56px;
    background: transparent;
    display: flex !important;
    flex-direction: row;
    border: 2px solid white;
  }
  .article-listing.two-wide article .info .social a {
    display: none;
  }
  .article-listing.two-wide article .info .social:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    content: "Share this article";
    display: flex;
    align-items: center;
    justify-content: center;
    font: 16px Courier New, monospace;
  }
  .article-listing.two-wide article .info .social:hover {
    border-color: #F23204;
  }
  .article-listing.two-wide article .info .social:hover:after {
    display: none;
  }
  .article-listing.two-wide article .info .social:hover a {
    background: transparent;
    position: relative;
    width: 56px;
    height: 56px;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .article-listing.two-wide article .info .social:hover a img {
    position: static;
    width: auto;
    height: auto;
    object-fit: contain;
  }
  .article-listing.two-wide article .info .social:hover a.share-icon img {
    filter: none;
    padding-left: 100px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
  }
  .article-listing.two-wide article .info .social:hover a.share-linkedin img {
    background-image: url("/wp-content/themes/tc1.5/images/linkedin-white@2x.png");
    background-size: 22px 22px;
  }
  .article-listing.two-wide article .info .social:hover a.share-facebook img {
    background-image: url("/wp-content/themes/tc1.5/images/facebook-white@2x.png");
    background-size: 11px 21px;
  }
  .article-listing.two-wide article .info .social:hover a.share-twitter img {
    background-image: url("/wp-content/themes/tc1.5/images/twitter-white@2x.png");
    background-size: 26px 21px;
  }
  .article-listing.two-wide article .info .social:hover a.share-mail img {
    background-image: url("/wp-content/themes/tc1.5/images/mail-white@2x.png");
    background-size: 25px 18px;
  }
  .article-listing.two-wide article .info .social:hover a.share-whatsapp img {
    background-image: url("/wp-content/themes/tc1.5/images/whatsapp-white@2x.png");
    background-size: 23px 23px;
  }
  .article-listing.two-wide article .info .social:hover a:hover {
    background: #F23204;
  }
}
@media (min-width: 1024px) {
  .article-listing.two-wide article:hover .title {
    top: -50px;
    transition: top 0.25s ease-in;
  }
  .article-listing.two-wide article:hover .social {
    opacity: 1;
    transition: opacity 0.25s linear;
  }
}
@media (min-width: 1024px) {
  .article-listing.detailed article, .article-listing.more-list article {
    display: flex;
    flex-direction: row;
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid #EFEFEF;
  }
  .article-listing.detailed article > div, .article-listing.more-list article > div {
    width: calc( (100% - 240px) * 1/2);
    box-sizing: border-box;
  }
  .article-listing.detailed article:last-child, .article-listing.more-list article:last-child {
    margin-bottom: 0;
  }
  .article-listing.detailed article .image-holder, .article-listing.more-list article .image-holder {
    position: relative;
    background: rgba(0, 0, 0, 0.25);
    height: 0;
    width: 240px;
    padding-bottom: 160px;
  }
  .article-listing.detailed article .image-holder img, .article-listing.more-list article .image-holder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 160px;
    object-fit: cover;
  }
  .article-listing.detailed article .info .author-time, .article-listing.more-list article .info .author-time {
    margin: 10px 0 0;
  }
  .article-listing.detailed article .info .author-time div:nth-child(2), .article-listing.more-list article .info .author-time div:nth-child(2) {
    display: block;
    border: none !important;
    padding-left: 0;
    margin-left: 0;
  }
  .article-listing.detailed article .info .social, .article-listing.more-list article .info .social {
    display: none;
  }
  .article-listing.detailed article .excerpt, .article-listing.more-list article .excerpt {
    padding-right: 20px;
    line-height: 1.6em;
    font-size: 15px;
    color: #848484;
  }
}
@media (max-width: 1023px) {
  .article-listing.detailed .image-holder {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 56.25%;
    background: rgba(0, 0, 0, 0.25);
  }
  .article-listing.detailed .image-holder img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.article-listing.tc-list article {
  position: relative;
}
.article-listing.tc-list article .info {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: black;
  padding: 0;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .article-listing.tc-list article .info {
    flex-direction: column;
  }
}
.article-listing.tc-list article .info .author {
  display: none;
}

.list-article a {
  border: none !important;
}

.no-category {
  display: none;
}

template {
  display: none;
}

@media (min-width: 1024px) {
  .list-article .social-box a {
    float: left;
  }
}
.category .page-title {
  color: #F23204;
}

.category-tc-daily main {
  padding-bottom: 20px;
}
.category-tc-daily main .article-listing {
  margin-top: 20px;
}
.category-tc-daily main .article-listing .list-article {
  border-bottom: none;
  margin-bottom: 0 !important;
  padding-bottom: 0;
  padding-top: 20px;
}
.category-tc-daily main .article-listing .list-article .image-holder {
  display: none;
}
.category-tc-daily main .article-listing .list-article .info {
  width: 100%;
}
.category-tc-daily main .article-listing .list-article .info .author-time {
  padding-bottom: 20px;
  border-bottom: 1px solid #FFE1DA;
}
.category-tc-daily main .article-listing .list-article .info .excerpt, .category-tc-daily main .article-listing .list-article .info .social {
  display: none;
}
.category-tc-daily main .article-listing .list-article .excerpt {
  display: none;
}
.category-tc-daily main .article-listing .list-article:last-child .author-time {
  border-bottom: none;
}
.category-tc-daily main .clear {
  display: none;
}
.category-tc-daily main .ad-box {
  padding-top: 0;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .category-tc-daily main .article-listing .more {
    display: none;
  }
  .category-tc-daily main .article-listing .info {
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
  }
}
.category-tc-daily article {
  max-width: 100%;
  overflow: scroll;
}
.category-tc-daily article img {
  max-width: 100% !important;
}

@media (max-width: 1023px) {
  .two-wide .image-holder {
    position: relative;
    background: rgba(0, 0, 0, 0.25);
    height: 0;
    width: 100%;
    padding-bottom: calc(100% * 2/3);
  }
  .two-wide .image-holder img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.press-room-widget {
  background: #E9E9E9;
}
.press-room-widget .scroller {
  padding-bottom: 20px;
  overflow: scroll;
}
.press-room-widget .title {
  font: 20px "Courier New", monospace;
  text-align: center;
  padding: 30px 0 30px;
  text-transform: uppercase;
  color: black;
}
.press-room-widget .article-listing {
  display: flex;
  flex-direction: row;
  width: calc(270px * 5);
  padding-left: 20px;
}
.press-room-widget .article-listing article {
  box-sizing: border-box;
  padding: 0 20px 0 0;
  width: 270px;
}
.press-room-widget .article-listing article .image-holder {
  position: relative;
  width: 100%;
  padding-top: calc(100% * 2/3);
}
.press-room-widget .article-listing article .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.press-room-widget .article-listing article .excerpt {
  display: none;
}
.press-room-widget .article-listing article .info {
  padding: 20px 0 0;
}
.press-room-widget .article-listing article .info div:not(.title) {
  display: none;
}
.press-room-widget .article-listing article .info .title {
  font: 20px "Open Sans", sans-serif;
  font-weight: 800;
  text-align: left;
  text-transform: none;
  color: black;
  line-height: 1.4em;
  max-height: 4.2em;
  overflow: hidden;
  padding: 0;
}
.press-room-widget .clear {
  display: none;
}
.press-room-widget .more {
  padding: 20px 0 40px;
  margin: 0;
}
.press-room-widget .more a {
  max-width: 240px;
  background: #FFE1DA;
  padding: 0;
  line-height: 56px;
  color: #F23204;
}
.press-room-widget .more a img {
  display: none;
}
.press-room-widget .more a:after {
  background: #FFE1DA;
}
.press-room-widget .scroll-indicator {
  display: none;
  justify-content: center;
  list-style-type: none;
  margin: 0 auto 30px;
  padding: 0;
}
.press-room-widget .scroll-indicator li {
  display: inline-block;
  background: white;
  width: 20px;
  height: 2px;
  margin: 3px 4px;
}
.press-room-widget .scroll-indicator li.current {
  height: 8px;
  margin: 0 4px;
  background: #B9B9B9;
}

.page .page-header {
  padding: 20px 20px;
}
.page article {
  padding-top: 0;
}
.page article > p:first-child {
  margin-top: 0;
}
.page article .masthead h2 {
  font: 20px Courier New, monotype;
  color: #F23204;
}
.page article .masthead .masthead-images {
  display: grid;
  grid-template-columns: [col] 156px [col] 156px [col] 156px [col] 156px [col] 156px;
  grid-template-rows: [row] auto [row] auto [row];
  grid-gap: 20px;
}
.page article .masthead .masthead-images img {
  width: 156px;
  height: 156px;
}
@media (max-width: 1023px) {
  .page article .masthead .masthead-images {
    grid-template-columns: [col] auto [col] auto;
    grid-template-rows: [row] auto [row] auto [row] auto [row] auto [row] auto [row] auto [row] auto [row] auto;
  }
  .page article .masthead .masthead-images img {
    width: auto;
    height: auto;
    margin-bottom: 0;
  }
}
.page article ul {
  list-style-type: none;
}
.page article ul li:before {
  content: "•";
  width: 1em;
  margin-left: -1em;
  display: inline-block;
  color: #F23204;
}
.page a.redbutton {
  padding: 20px;
  border: 2px solid #F23204;
  color: #F23204;
  font: 20px Courier New, monospace;
}
@media (min-width: 1024px) {
  .page a.redbutton {
    float: right;
    margin: 0 0 20px 20px;
  }
}
@media (max-width: 1023px) {
  .page a.redbutton {
    display: none;
  }
}

.person .info .social a {
  border: none;
}

@media (min-width: 1024px) {
  .single-event .main {
    display: grid;
    grid-template-columns: [col] auto [col] 300px;
    grid-template-rows: [row] auto [row];
  }
  .single-event .main main {
    grid-column: col;
  }
  .single-event .main .floater {
    grid-column: col 2;
    position: static;
  }
  .single-event .main .floater .sticky {
    position: sticky;
    top: 20px;
    bottom: 20px;
    margin-top: -200px;
    margin-bottom: 40px;
  }
}
.single-event .maingrid {
  grid-template-columns: [col] auto;
}
.single-event .event-image img {
  width: 100%;
  height: auto;
}
.single-event main {
  position: relative;
}
.single-event article {
  max-width: 545px !important;
  box-sizing: content-box;
  padding-bottom: 80px;
}
.single-event article .more {
  margin-top: 80px;
}
.single-event article .more a {
  color: #F23204;
}
.single-event article .more a:hover {
  color: white;
}
@media (max-width: 1023px) {
  .single-event article .more {
    display: block !important;
  }
}
.single-event article > .more {
  margin-left: 0;
  margin-top: 20px;
}
.single-event article > .more a {
  margin: 0;
}
.single-event article h2 {
  font: 32px "Open Sans", sans-serif;
  font-weight: 800;
  color: black;
  border-top: 1px solid #EFEFEF;
  padding-top: 40px;
  margin-top: 40px;
}
.single-event article h2:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
@media (max-width: 1023px) {
  .single-event article {
    max-width: 100% !important;
    padding: 20px;
  }
}
.single-event iframe {
  max-width: 100%;
}
@media (max-width: 1023px) {
  .single-event iframe {
    width: 100%;
    height: 56vw;
  }
}
.single-event .speakers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1023px) and (min-width: 400px) {
  .single-event .speakers .cell {
    flex-basis: calc(50% - 15px);
    margin: 0 15px 15px 0;
  }
}
@media (max-width: 1023px) {
  .single-event .speakers .cell .person {
    width: 100%;
  }
}
.single-event .speakers .person {
  width: 156px;
  cursor: pointer;
}
@media (max-width: 359px) {
  .single-event .speakers .person {
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .single-event .speakers .person:hover img {
    padding: 10px;
    margin: -10px -10px;
    background-color: #FFE1DA;
  }
}
.single-event .speakers .person > img {
  width: 156px;
  height: 156px;
}
.single-event .speakers .person .name {
  font: 22px "Open Sans", sans-serif;
  font-weight: bold;
}
.single-event .speakers .person .title {
  margin-top: 5px;
  font: 15px "Courier New", monotype;
  color: #F23204;
  margin-bottom: 30px;
}
.single-event .speakers .person .info {
  display: none;
}
.single-event .speakers .person .info .social a {
  margin-right: 20px;
}
.single-event .speakers .person .info .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url("/wp-content/themes/tc1.5/images/menu_open@2x.png");
  background-size: 25px 25px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
}
@media (max-width: 1023px) {
  .single-event .speakers .person .info .close-button {
    top: 10px !important;
    right: 10px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .single-event .speakers .person .info .close-button {
    right: 5px !important;
    top: 5px !important;
  }
}
.single-event .speakers .person.active .info {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background: #FFE1DA;
  padding: 20px 20px 40px;
}
@media (max-width: 1023px) {
  .single-event .speakers .person.active .info {
    padding: 20px !important;
    width: calc(100% - 40px) !important;
    margin: auto;
  }
}
.single-event .speakers .person.active:after {
  background: url("/wp-content/themes/tc1.5/images/salmon-arrow@2x.png");
  background-size: 24px 24px;
  background-position: top center;
  background-repeat: no-repeat;
  content: " ";
  display: block;
  position: relative;
  top: -20px;
  height: 20px;
}
.single-event .time {
  font: 16px Courier New, monospace;
  color: #F23204;
  padding-right: 1em;
}
@media (max-width: 1023px) {
  .single-event .time {
    display: block;
    padding-right: 0;
  }
}
.single-event .main {
  position: relative;
}
.single-event .main article {
  margin: auto;
}
.single-event .floater {
  position: fixed;
  top: 25%;
  right: 40px;
}
@media (min-width: 1024px) {
  .single-event .floater {
    width: 252px;
  }
}
.single-event .floater .newsletter-view {
  min-height: auto;
  display: block;
}
.single-event .floater .newsletter-view > div {
  width: auto;
}
.single-event .floater .newsletter-view .image-box {
  padding: 20px;
}
@media (max-width: 1023px) {
  .single-event .floater .newsletter-view .image-box {
    padding: 20px;
  }
}
.single-event .floater .newsletter-view .image-box .content img {
  width: 200px;
  left: -10px;
  height: auto;
}
@media (max-width: 1023px) {
  .single-event .floater .newsletter-view .image-box .content img {
    width: 100%;
  }
}
.single-event .floater .newsletter-view .title {
  text-align: center;
}
@media (min-width: 1024px) {
  .single-event .floater .newsletter-view .title {
    width: 75%;
  }
}
@media (max-width: 1023px) {
  .single-event .floater .newsletter-view .title {
    font-size: 22px !important;
  }
}
.single-event .floater .newsletter-view .title a {
  border: none;
}
.single-event .floater .newsletter-view .todays-edition {
  text-align: center;
  text-transform: none;
  font-size: 13px;
  padding: 12px 0;
}
@media (max-width: 1023px) {
  .single-event .floater .newsletter-view .todays-edition {
    font-size: 14px;
  }
}
.single-event .floater .newsletter-view .after-box {
  padding: 0 20px 20px;
}
.single-event .floater .newsletter-view .after-box .location {
  font: 13px Courier New, monospace;
  text-align: center;
}
@media (max-width: 1023px) {
  .single-event .floater .newsletter-view .after-box .location {
    font-size: 14px;
  }
}
.single-event .floater .newsletter-view .after-box .hand-down {
  position: static;
  margin-top: 10px;
  margin-left: 0;
}
.single-event .floater .newsletter-view .after-box .more {
  margin: 10px 0 0;
}
@media (max-width: 1023px) {
  .single-event .floater .newsletter-view .after-box .more {
    display: block !important;
  }
}
.single-event .floater .newsletter-view .after-box .more a {
  background: #F23204;
  font-size: 13px;
  color: white;
  width: 100%;
  height: 40px;
  font-weight: bold;
}
.single-event .floater .newsletter-view .after-box .more a:after {
  background: #F23204;
}
@media (max-width: 1023px) {
  .single-event .floater {
    position: static;
    margin: auto;
  }
}

.pushdown {
  line-height: 1px;
  border-bottom: 1px solid #eee;
  background: black;
}
.pushdown > div {
  width: 100% !important;
}
.pushdown iframe {
  position: fixed !important;
  width: 100% !important;
}

.admin-bar .pushdown iframe {
  top: 32px !important;
}
@media (max-width: 782px) {
  .admin-bar .pushdown iframe {
    top: 46px !important;
  }
}

body {
  background: white;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin: 0;
  font-display: fallback;
}

.clear {
  clear: both;
}

.more {
  margin: 20px 20px 40px;
}
.more a {
  max-width: 240px;
  text-align: center;
  height: 56px;
  line-height: 56px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  font: 18px Courier New, monospace;
  text-decoration: none;
  color: #F23204;
  border: 1px solid #F23204;
}
.more a img {
  margin-right: 10px;
}
@media (max-width: 1023px) {
  .more a {
    font-size: 16px;
  }
}
.more a:hover {
  background: #F23204;
  color: white;
}

aside .more {
  margin-left: auto;
  margin-right: auto;
}

.search-header .found {
  color: #F23204;
  padding: 0 20px 20px;
}

@media (min-width: 1024px) {
  .single main > article, .single .social-box.big {
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.single img.size-full {
  width: 100%;
  height: auto;
}

#more-content {
  clear: both;
}

.body-columns > .rows > .ad-box {
  padding: 20px 0;
}

.tcgrid {
  display: grid;
  grid-template-columns: repeat(2, 33%);
  justify-content: left;
}

@media (max-width: 760px) {
  .tcgrid {
    grid-template-columns: [col] 100%;
    grid-row-gap: 20px;
    justify-items: left;
  }

  .tcgrid img:not(.wp-image-60114) {
    width: 100%;
  }
}
.tcgrid > br, .tcgrid > p {
  display: none;
}

.tcgrid .wp-caption-text {
  font-family: sans-serif;
}

.wp-image-60114 {
  display: block;
  margin: 7px auto;
}

.wp-block-embed-wordpress {
  margin: 0;
}
.wp-block-embed-wordpress iframe {
  max-width: 100%;
}

.wp-block-image figcaption {
  margin-top: 0 !important;
  font-size: 12px;
  color: #999;
  text-align: center;
}

.top-ad .ad-box {
  padding: 5px 0 !important;
}
@media (max-width: 1023px) {
  .top-ad .ad-box {
    padding: 5px 0 !important;
  }
}

.top-ad {
  position: sticky;
  top: 0;
  background: black;
  padding: 5px;
}

#pushup {
  position: fixed;
  bottom: 0;
  width: 100%;
}
#pushup .pushup-container {
  margin: auto;
  width: fit-content;
}
#pushup .ad-box {
  margin: 0;
  padding: 0;
}
#pushup .ad-box .ad {
  background: rgba(0, 0, 0, 0.2);
}
#pushup a {
  text-decoration: none;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  background: rgba(0, 0, 0, 0.2);
  width: fit-content;
  margin: 0 0 0 auto;
  padding: 0 5px;
  color: #eee;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-weight: bold;
}

.mobile-modal_share, .mobile-modal_close, .archive_title, #layout-row-margin9620 {
  display: none !important;
}

.message-body-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.ad-box {
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
