/* style.css | https://comedy-plus.com/wp-content/themes/panoramic/style.css?ver=10.1.50 */
.widget-area .widget h2 {
  text-transform: none;
}
.post .entry-content img {border: 5px solid #ffffff;}
.site-footer-widgets ul li h2.widgettitle {
text-transform: none;
}

table {
	font-size: 1.5rem;
	line-height: 1.15;
	margin-bottom: 1.4em;
	max-width: 100%;
	overflow: auto;
	padding: em;
   	white-space:nowrap; 
}

.footer-widgets .widget_nav_menu li {
    display: inline-block;
    margin: 0 10px;
}
hr {
    background-color: #eeeeee;
    border: 0;
    height: 4px;
    margin-bottom:  1em;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .panoramic-page-builders-use-theme-styles .elementor-widget-heading .elementor-heading-title, .panoramic-page-builders-use-theme-styles .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    color: #63686C;
}  

.wp-block-separator {
	background-color: #eeeeee;
    border: 0;
    height: 4px;
    margin-bottom: 1em;
}

.wp-block-button__link {
    color: #fff;
    background-color: #006489;
}

.follow-button a {
    text-decoration: none;
    color: #fff;
    background: #2ea2cc;
    border-radius: 2px;
    cursor: pointer;
    padding: 0 6px 0 4px;
    white-space: nowrap;
    color: #fff;
    height: 20px;
    display: inline-block;
    line-height: 3px;
}

.entry-content, .entry-content p, .post-content, .page-content, .post-excerpt, .entry-summary, .entry-excerpt, .excerpt, .excerpt p, .type-post p, .type-page p {
  font-family: "Merriweather" !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
  font-style: normal !important;
}



.wp-block-table td, .wp-block-table th {
  border: none;
  padding: .0em;
}

element {
  height: 10%;
}

textarea {
  min-width:700px;
	height: 150px;
	border-width: 3px;
	border-color: ;
}

.comment-content {
  box-sizing: border-box;
  background-color: #ffffff;
  display: inline-block;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  width: 90%;
  padding: 20px 17px 20px 17px;
}

.mr-linky-container {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.mr-linky-container h2 { /* Adjust if Mr. Linky uses H2 for title */
  color: #333;
  font-size: 1.2em;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
  margin-top: 0;
}