/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 26 2023 | 20:42:56 */


@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.custombutton {
	background-color: #33CCFF;
	color: #f3f3f3;
	padding: 10px 20px;
	border-radius: 3px;
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}


a.linknofollow{
  background-color:#D24F36;
  padding:5px 20px; 
  color:#fff;
  display:inline-block;
  border-radius:4px;
}

.site-branding img {
	padding: 10px;
}


.dddddd {
  padding:10px;
}

img.attachment-editorial-block-medium.size-editorial-block-medium.wp-post-image {
    height: 150px;
}
.leftclass img {
	width: 32%;
	height: auto;
	float: left;
}
.rightclass {
	float: right;
	width: 66%;
}
.rowclass {
	background-color: #f3f3f3;
	padding: 27px;
	display: table;
}
.entry-content p {
	font-size: 16px;
}
.custom-logo {
	width: 280px;
}
.custom-logo-link {
	display: block;
	margin: 2px 0;
}
.bgg .col-md-4 {
	width: 30%;
	float: left;
	margin-right: 15px;
}
.bgg {
  background-color:#f3f3f3;
  padding:10px;
  margin-top:10px;
}
#primarynot .error-404 {
	max-width: 100%;
}

input.name-field {
    border: none;
    padding: 23px 10px;
    font-size: 16px;
    width: 100%;
}
input.email-field {
    border: none;
    padding: 23px 10px;
    font-size: 16px;
    width: 100%;
}
input.customsubmit {
    padding: 10px 14px;
    vertical-align: middle !important;
    font-size: 22px;
    font-weight: 600;
    height: 56px;
    text-align: left;
}
.related-content-wrapper p{
display:none;
}

#site-navigation a {
    color: #2d2d2d;
    font-weight: 600;
}
li {
    font-size: 15px;
    margin: 0px 0px 5px 10px;
}
ol {
  list-style: decimal;
   font-size: 15px;
    margin: 0px 0px 5px 10px;
}
.entry-content ul li {
    margin-left: 20px;
}
.entry-content ol li {
    margin-left: 20px;
}

.bord {
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    padding: 10px;
}

.btn{
  padding:10px;
  background-color:#D95C72;
  color:#fff;
  border-radius:5px;
  display:block;
  text-decoration:none !important;
  text-transform:uppercase !important;
}
.btn:hover{
   background-color:#fff;
  color:#D95C72;
  border:1px solid #D95C72;
}


.newspaper-x-blog-post-layout-c img {
    height: 190px;
}
.yeahhubimg img{
	height:140px;
}

.wp-post-author-shortcode.left{
	display:none;
}

blockquote {
    background-color: #f3f3f3;
    display: block !important;
  color:#4d4d4d !important;
  text-align:left !important;
    padding: 5px 15px !important;
      font-size: 15px !important;
 border-left: 4px solid #EDC64A;
  margin-bottom:10px !important;
  margin-left:0px;
}
blockquote strong {
    color: #4d4d4d !important;
    text-align: left !important;
    font-style: normal !important;
      font-size: 15px !important;

}
blockquote a {
    color: #2d2d2d !important;
    font-style: normal !important;
    font-size: 15px !important;
    text-align: left !important;
}
blockquote p{
  color: #4d4d4d !important;
    font-style: normal !important;
    font-size: 15px !important;
    text-align: left !important;
}
.single-post .newspaper-x-tags a{
  font-size:13px;
}

.newspaper-x-related-posts img {
    height: 140px;
}

#editorial_block_grid-2 .post-content-wrapper {
	display: none !important;
}
.related-artcles-wrapper .post-thumb-wrapper img
	height: 150px; 
}
.mc4wp-form-fields p {
    margin-bottom: 8px;
}
.editorial-author-wrapper{
	background-color:#f1f1f1;
}