/*Layouts css goes here*/
#entry-wrap {
  width:1150px;
  margin:0 auto;
}

#wrap {
  width:1150px;
  margin:0 auto;
}

#logo {
  margin-bottom: 0px;
  margin-right: 25px;
  min-height: 150px;
}

#logoleftcol {
  float: left;
  width: 200px;
}

#logoleftcol ul {
  margin-left: 0;
}

#logoleftcol li {
  list-style: none;
  text-align: center;
  line-height: 1.3em;
  width: 175px;
}

#logoleftcol li.button1 {
  display: block;
  width: 175px;
  background-color: #bbcca6;
  text-align: center;
  margin-top: 10px;
  color: #FFFFFF;
}

#logoleftcol li.button1 a {
  display: block;
  width: 175px;
  padding: 5px;
  background-color: #bbcca6;
  color: #FFFFFF;
}

#logoleftcol li.button1 a:hover {
  display: block;
  padding: 5px;
  background-color: #a6b789;
  width: 175px;
  color: #ffffff;
}

#logoleftcol li.button2 {
  display: block;
  width: 175px;
  background-color: #69A7FC;
  text-align: center;
  margin-top: 10px;
  color: #FFFFFF;
}

#logoleftcol li.button2 a {
  display: block;
  width: 175px;
  padding: 5px;
  background-color: #69A7FC;
  color: #FFFFFF;
}

#logoleftcol li.button2 a:hover {
  display: block;
  padding: 5px;
  background-color: #3A5494;
  width: 175px;
  color: #ffffff;
}

#social ul {
  display: inline;
}

#social li.facebook {
  color: red;
}

#main {
  float: right;
  width: 950px;
}

#main-left {
  float: left;
  width: 450px;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1.5;
}

<!-- #main-left p {
  line-height: 1.2;
} -->

#main-right {
  float: right;
  width: 450px;
  margin: 0;
  padding: 0;
}

#details {
  clear: both;
}

#main h2 {
  margin-top: 0;
  font-size: 200%;
}

.entry-title, .p-meta {
  display: none;
}

#thmstyle .page-title {
display: none; !important
}

#tcstheme .site-content {
   margin-top: -85px;
}

/*TCS menu css goes here - finihsed 9/28/22 JC*/

.tcsimgrow {
margin-top: -100px;
}

.tcsimg {
margin-top: -100px;
}

.tcsmenurow {
  background-color: #f2f2f2;
  width: calc(100vw);
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}

.tcsmenurow .ddl-nav > li > a {
   padding: 1px 8px;
  color: #2c2626;
    text-decoration: none !important;
  font-size: 16px;
  text-transform: uppercase;
  }

.tcsmenurow .ddl-nav > li > a:hover {
   color: #c61111;
  }

@media only screen and (max-width: 800px) {
.tcsmenurow {
    width: auto !important;
}
}

@media only screen and (max-width:480px) {
.tcsmenurow {
    width: 100vw !important;
}
}

.tcsmenuitem .ddl-navbar {
  width: 105%;
}


@media only screen and (max-width: 800px) {
.tcsmenuitem .ddl-navbar {
    width: auto !important;
  margin-right: 20%;
  margin-left: -15%;
}
}

@media only screen and (max-width: 480px) {
.tcsmenuitem .ddl-navbar {
    width: auto !important;
  margin-right: 20%;
  margin-left: 20%;
}
}

@media only screen and (max-width: 1100px) {
.tcsmenuitem .ddl-navbar {
    width: auto !important;
  margin-right: 2%;
  margin-left: 15%;
}
}

.tcsmenurowimg {
  padding-top: 10% !important;
}

@media only screen and (max-width: 1100px) {
.tcsmenurowimg {
    display: none !important;
}
}



/*TCS top row image css goes here*/

.tcsmenuimage {
width: calc(100vw);
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
  padding-bottom: 23px;
  padding-top: 23px;
}

/*Podcast layout not displaying default sidebar*/
.post-type-archive-podcast .zn_sidebar.sidebar.kl-sidebar--light {
    display: none;
}
@media (min-width: 992px){
.post-type-archive-podcast #th-content-archive {
    width: 100%;
}
}

/*Podcast archive layout*/
.podheadimg {
margin-top: -90px;
}

 
/* align podcast boxes ************* */
#wpvitem {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 900px;
    }

/* Media Query for Laptops and Desktops align podcast boxes */
@media (min-width: 768px) and (max-width: 1024px) {
#wpvitem {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 450px;
}
    } 

/*Line height on Podcast sidebar */
#block-171.widget.zn-sidebar-widget.widget_block.widget_text {line-height: 1;}