@font-face{font-family:GeneratePress;src:url("views/generatepress/assets/fonts/generatepress.eot");src:url("views/generatepress/assets/fonts/generatepress.eot#iefix") format("embedded-opentype"),url("views/generatepress/assets/fonts/generatepress.woff2") format("woff2"),url("views/generatepress/assets/fonts/generatepress.woff") format("woff"),url("views/generatepress/assets/fonts/generatepress.ttf") format("truetype"),url("views/generatepress/assets/fonts/generatepress.svg#GeneratePress") format("svg");font-weight:400;font-style:normal}.cat-links:before,.comments-link:before,.dropdown-menu-toggle:before,.generate-back-to-top:before,.menu-toggle:before,.nav-next .next:before,.nav-previous .prev:before,.search-form .search-submit:before,.search-item a:before,.tags-links:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.cat-links:before,.comments-link:before,.nav-next .next:before,.nav-previous .prev:before,.tags-links:before{opacity:.7}.menu-toggle:before{content:"\f0c9";font-family:GeneratePress;width:1.28571429em;text-align:center;display:inline-block}.toggled .menu-toggle:before{content:"\f00d"}.main-navigation.toggled .sfHover>a .dropdown-menu-toggle:before{content:"\f106"}.search-item a:before{content:"\f002";font-family:GeneratePress;width:1.28571429em;text-align:center;display:inline-block}.search-item.close-search a:before{content:"\f00d"}.widget .search-form button:before{content:"\f002";font-family:GeneratePress}.dropdown-menu-toggle:before{content:"\f107";font-family:GeneratePress;display:inline-block;width:.8em;text-align:left}nav:not(.toggled) ul ul .dropdown-menu-toggle:before{text-align:right}.dropdown-hover .sub-menu-left:not(.toggled) ul ul .dropdown-menu-toggle:before{transform:rotate(180deg)}.dropdown-click .menu-item-has-children.sfHover>a .dropdown-menu-toggle:before{content:"\f106"}.dropdown-hover nav:not(.toggled) ul ul .dropdown-menu-toggle:before{content:"\f105"}.entry-header .cat-links:before,.entry-header .comments-link:before,.entry-header .tags-links:before{display:none}.cat-links:before,.comments-link:before,.nav-next .next:before,.nav-previous .prev:before,.tags-links:before{font-family:GeneratePress;text-decoration:inherit;position:relative;margin-right:.6em;width:13px;text-align:center;display:inline-block}.cat-links:before{content:"\f07b"}.tags-links:before{content:"\f02c"}.comments-link:before{content:"\f086"}.nav-previous .prev:before{content:"\f104"}.nav-next .next:before{content:"\f105"}.dropdown-hover .inside-right-sidebar .dropdown-menu-toggle:before,.dropdown-hover.both-right .inside-left-sidebar .dropdown-menu-toggle:before{content:"\f104"}.dropdown-hover .inside-left-sidebar .dropdown-menu-toggle:before,.dropdown-hover.both-left .inside-right-sidebar .dropdown-menu-toggle:before{content:"\f105"}.generate-back-to-top:before{content:"\f106";font-family:GeneratePress}.search-form .search-submit:before{content:"\f002";font-family:GeneratePress;width:1.28571429em;text-align:center;display:inline-block}/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Container customize */
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header {
  background-color: #f2f2f2;
  /*max-width: 1060px;*/
  margin: auto;
  border: inset;
}

.inside-header {
  padding: 10px;
}

@media (min-width: 769px) {
  body:not(.home) .is-left-sidebar {
    width: 25%;
  }

  body:not(.home) .is-right-sidebar {
    width: 25%;
  }

  body:not(.home) .site-content .content-area {
    width: 50%;
  }

  .separate-containers .inside-article {
    padding: 10px;
  }

  body:not(.home) .separate-containers .inside-left-sidebar, .separate-containers .inside-right-sidebar, .separate-containers .site-main {
    margin: 0px;
    padding: 0px;
  }
}

/* Sidebar customize */
.sidebar .widget {
  background-color: #f2f2f2;
  margin: auto;
  border: inset;
  padding:0px;
  width:98%;
}

.widget-title {
  font-weight: bold;
  text-align: center;
  border: solid;
  background-color: #004d00;
}

.sidebar .widget .widget-title {
  color: #ffff;
  margin-top: 0px;
  margin-bottom: 2px;
}

/* Tag Cloud customize */
.sidebar .widget .tagcloud a  {
  font-size: 11px!important;
  letter-spacing: 1px;
  line-height: inherit;
  background: #5AB291;
  padding: 3px 10px;
  color: #000;
  display: inline-block;
  margin: 0 3px 6px 0;
  transition: all .2s linear;
}
.sidebar .widget .tagcloud a:hover {
    background-color: #004d00;
    color: #fff;
}

/* No padding and show top of all other widgets for SendToNews ad*/
/*#text-146, #text-149, #text-26, #text-62, #text-83, #text-86, #text-99, #text-100, #text-114, #text-119, #sendtonews-4, #ezw_tco-3{
  padding:0px;
  z-index:2;
}*/



/* No padding for Subscription, Buy me a coffee, Ads*/
#text-41, #text-35, #text-60, #text-61, #text-62, #text-63, #text-64, #text-65, #text-66, #text-67, #text-68, #text-69, #text-85, #text-87, #text-88{
  padding:0px;
}

/* No padding for Table of content (Non Premium users)*/
#ezw_tco-3{
  padding:0px;
  font-size: 85%;
  max-height: 450px;
    overflow-y: auto;
  background-color: #f2f2f2;
}

/* No padding for Table of content (Premium users)*/
#ezw_tco-2 {
  padding:0px;
  font-size: 85%;
  max-height: 700px;
    overflow-y: auto;
  background-color: #f2f2f2;
}

#ezw_tco-2 a, #ezw_tco-3 a{
  color: #000000;
}

.footer-widgets .widget :last-child, .sidebar .widget :last-child {
    margin-bottom: 0;
    margin-top: 0;
}

/* Menu customize */
.main-navigation.toggled .main-nav > ul {
    background-color: #004d00;
}

.main-navigation .main-nav ul li[class*=“current-menu-“] > a {
    color: #ffffff;
    background-color: #004d00;
}

.main-navigation ul ul {
  background-color: #004d00;
}

.inside-navigation {
  background-color: #004d00;
}

/*
.main-navigation .main-nav ul ul li a {
    border-top: solid;
  border-top-color:white;
}
*/

.main-navigation a {
  background-color:#004d00;
  font-weight: bold;
  max-width: 300px;
}


/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { 
  /*display: none; */
}
.entry-meta .posted-on {
  /*display: none;*/
}

/* Heading customize */
.entry-title {
  color:red;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  color:#FF0040;
  font-weight: bold;
}

/* Code snippet customize */
code {
    /*background-color:#d9d9d9;*/
  font-weight:bold;
  color: #196619;
}

/* Feature Image customize */
.page-header-image-single {
  float: none;
    width: 60%;
  /*border: 20px solid #004d00;
  border-radius: 100%;*/
  padding: 5px;
}

.post-image {
  float: right;
  max-width: 50%;
  /*border: 20px solid #004d00;
  border-radius: 20%;*/
  padding: 5px;
}

/* Breadcrumb customize */
#breadcrumbs{
  background: #5AB291;
  display: inline-block;
  margin: 0 3px 6px 0;
}

#breadcrumbs a:hover {
    background-color: #004d00;
    color: #fff;
}

.home p#breadcrumbs, .page p#breadcrumbs, .archive p#breadcrumbs {
  display: none;
}

#simple-translate {
  display: none;
}

/* to hide small smiley face after footer STARTS */
img#wpstats{
  visibility:hidden
}
img#wpstats{
  position:absolute;
  top:0;
  width:0px;
  height:0px;
  overflow:hidden
}
/* to hide small smiley face after footer ENDS */

/* Back to top customize */
/*
.generate-back-to-top,
.generate-back-to-top:visited {
  bottom: 130px;
  right: 60px;
}
*/

/*
.wp-dark-mode-switcher.floating.right_bottom 
{
  bottom: 100px;
}

@media (max-width: 480px) {
  .wp-dark-mode-switcher.floating.right_bottom {
    bottom: 165px;
    right:0px;
  }
  .generate-back-to-top, .generate-back-to-top:visited {
    bottom: 115px;
    right: 30px;
  }
}
*/

/*
@media (min-width: 769px) {
  .main-navigation {
    position: sticky;
    top: 0px;
    z-index: 99;
  }
}
*/

/* meta tag and category customize START*/
.entry-meta .tags-links a {
  font-size: 11px!important;
  letter-spacing: 1px;
  line-height: inherit;
  background: #5AB291;
  padding: 3px 10px;
  color: #000;
  display: inline-block;
  margin: 0 3px 6px 0;
  transition: all .2s linear;
}

.entry-meta .tags-links a:hover {
    background-color: #004d00;
    color: #fff;
}

.entry-meta .cat-links a {
  font-size: 11px!important;
  letter-spacing: 1px;
  line-height: inherit;
  background: #5AB291;
  padding: 3px 10px;
  color: #000;
  display: inline-block;
  margin: 0 3px 6px 0;
  transition: all .2s linear;
}

.entry-meta .cat-links a:hover {
    background-color: #004d00;
    color: #fff;
}

/* Hide Adblocker Detector for mobile*/
/*
@media (max-width:629px) {
  .chp_ads_blocker-overlay {
    display: none;
  }
  .chp_ads_blocker_detector {
    display: none;
  }
}
*/
/* Hide Adblocker Membership pages and contact us, faq, about us pages*/
/*
.page-id-288 .chp_ads_blocker-overlay, .page-id-5206 .chp_ads_blocker-overlay, .page-id-5207 .chp_ads_blocker-overlay, .page-id-5208 .chp_ads_blocker-overlay, .page-id-5209 .chp_ads_blocker-overlay, .page-id-5210 .chp_ads_blocker-overlay, .page-id-5211 .chp_ads_blocker-overlay, .page-id-5212 .chp_ads_blocker-overlay, .page-id-314 .chp_ads_blocker-overlay, .page-id-291 .chp_ads_blocker-overlay {
  display: none;
}

.page-id-288 .chp_ads_blocker_detector, .page-id-5206 .chp_ads_blocker_detector, .page-id-5207 .chp_ads_blocker_detector, .page-id-5208 .chp_ads_blocker_detector, .page-id-5209 .chp_ads_blocker_detector, .page-id-5210 .chp_ads_blocker_detector, .page-id-5211 .chp_ads_blocker_detector, .page-id-5212 .chp_ads_blocker_detector, .page-id-314 .chp_ads_blocker_detector, .page-id-291 .chp_ads_blocker_detector {
  display: none;
}
*/
/* END */

/* Tabby Plugin customize START*/
/* ------ wordpress.org/plugins/tabby-responsive-tabs/ ------ */

.responsive-tabs .responsive-tabs__heading {
  display: none;
}

.responsive-tabs .responsive-tabs__list__item {
  display: inline;
  cursor: pointer;
}

.responsive-tabs-wrapper {
  clear: both;
  margin-bottom: 20px;
  zoom: 1;
}

.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
  content: "";
  display: table;
}

.responsive-tabs-wrapper:after {
  clear: both;
}

.responsive-tabs .responsive-tabs__heading:focus,
.responsive-tabs .responsive-tabs__list__item:focus {
  outline: 1px solid transparent;
}

.responsive-tabs .responsive-tabs__heading--active:focus,
.responsive-tabs .responsive-tabs__list__item--active:focus {
  outline: none;
}

.responsive-tabs ul.responsive-tabs__list {
  font-size: 18px;
  line-height: 18px;
  margin: 20px 0 0 12px;
  padding: 0;
}

.responsive-tabs .responsive-tabs__list__item {
  background: transparent;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #FF0000;
  font-size: 18px;
  line-height: 19px;
  text-transform: inherit;
  margin: 1px 12px 0 0;
  padding: 10px 12px 10px;
  white-space: nowrap;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.responsive-tabs .responsive-tabs__list__item .fa {
  margin-right: 8px;
  line-height: 0.8;
}

.responsive-tabs .responsive-tabs__list__item:hover {
  color: #333;
  background: transparent;
}

.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover {
  background: #DFF8E6;
  border-color: #FF0000;
  color: #FF0000;
  padding-bottom: 11px;
  margin-top: 0;
  position: relative;
  top: 1px;
}

.responsive-tabs .responsive-tabs__panel {
  background: #DFF8E6;
  border: 1px solid #FF0000;
  border-top: 1px solid #FF0000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  clear: left;
  margin-bottom: 0;
  padding: 20px 20px 0;
  word-wrap: break-word;
}

.responsive-tabs .responsive-tabs__panel:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

@media (min-width: 768px) {

  .responsive-tabs .responsive-tabs__panel--closed-accordion-only {
    display: block;
  }
}

@media (max-width: 767px) {

  .responsive-tabs .responsive-tabs__list {
    display: none;
  }

  .responsive-tabs .responsive-tabs__heading {
    display: block;
    cursor: pointer;
  }

  .responsive-tabs-wrapper {
    border-top: 1px solid #ccc;
  }

  .responsive-tabs .responsive-tabs__heading {
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    color: #777;
    font-size: 18px;
    font-weight: normal;
    text-transform: inherit;
    margin: 0;
    padding: 10px 0;
    padding-left: 20px;
    position: relative;
  }

  .responsive-tabs .responsive-tabs__heading .fa {
    margin-right: 8px;
    display:none;
    }

  .responsive-tabs .responsive-tabs__heading:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #777;
    content:"";
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 0;
    width: 0;
  }

  .responsive-tabs .responsive-tabs__heading:hover {
    background: #eee;
    color: #777;
  }

  .responsive-tabs .responsive-tabs__heading:hover:after {
    border-top: 6px solid #777;
  }

  .responsive-tabs .responsive-tabs__heading--active,
  .responsive-tabs .responsive-tabs__heading--active:hover {
    background: #ccc;
    color: #fff;
  }

  .responsive-tabs .responsive-tabs__heading--active:after,
  .responsive-tabs .responsive-tabs__heading--active:hover:after {
    border-bottom: 6px solid #fff;
    border-top: 0;
    top: 18px;
  }

  .responsive-tabs .responsive-tabs__panel {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: none;
    margin: 0;
    padding: 0 20px;
    padding-top: 20px;
  }
}
/* Tabby Plugin customize END*/

/* Disable Ezoic CMP Consent START */
/*
#ez-cookie-dialog-wrapper {
  display: none;
}
*/
/* Disable Ezoic CMP Consent END */

/* Game Button Customize START */
/*
li.GamesMenu a:before {
    content: "New";
    position: relative;
    top: -20px;
    left: 80px;
    background: red;
    font-size: 12px;
    color: #fff;
    padding: 0 3px;
    font-weight: 700;
}
*/
/* Game Button Customize END */

/* ClickIO CMP Customize START */
.sticky-clickIo-Cmp {
    position: fixed;
    bottom: -1.5rem;
    border: none;
    /*border-radius: 30px;
    background-color: #0b4f34;
    color: #fff;
    z-index: 10000;
    box-shadow: 0 0 0px 0 rgba(0,0,0,.4);
    padding: 1rem 2rem;*/
    margin: 1rem 0;
    left: 0rem;
    font-size: 1rem;
}
/* ClickIO CMP Customize END */body.jetpack-subscribe-modal-open {
	overflow: hidden;
}

.jetpack-subscribe-modal {
	visibility: hidden;
	position: fixed;
	z-index: 50000; /* Same as WP.com Action bar */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: transparent;
	transition: all 0.4s;
}

.jetpack-subscribe-modal.open {
	background-color: rgba(0,0,0,0.3);
	visibility: visible;
}

.jetpack-subscribe-modal__modal-content {
	position: relative;
	visibility: hidden;
	overflow: hidden;
	top: 100%;
	background-color: #fefefe;
	margin: 15% auto;
	width: 100%;
	max-width: 600px;
	border-radius: 10px;
	box-sizing: border-box;
	transition: all 0.4s;
	text-wrap: balance;
}

.jetpack-subscribe-modal.open .jetpack-subscribe-modal__modal-content {
	top: 0;
	visibility: visible;
}

/*
 * These text-wrap properties still have limited browser
 * support, but based on feedback still adding them for when
 * they are supported.
 */
.jetpack-subscribe-modal__modal-content p {
	text-wrap: balance;
	text-wrap: pretty;
}

@media screen and (max-width: 640px) {
	.jetpack-subscribe-modal__modal-content {
		width: 94%;
	}
}
/**
 * Like Button toolbar button, loading text & container styles
 */

/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #dcdcde;
	margin-bottom: 1em;
}


/* Toolbar */
div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-comment-likes-widget-wrapper {
	width: 100%;
	position: relative;
	min-height: 31px;
}

div.jetpack-comment-likes-widget-wrapper iframe {
	margin-bottom: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars.wpl-new-layout {
	display: none;
	position: absolute;
	padding: 9px 12px 10px 12px;
	background-color: #fff;
	border: solid 1px #dcdcde;
	border-radius: 4px;
	box-shadow: none;
	min-width: 220px;
	max-height: 240px;
	height: auto;
	overflow: auto;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars.wpl-new-layout .likes-text {
	color: #101517;
	font-size: 12px;
	font-weight: 500;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li {
	width: 196px;
	height: 28px;
	float: none;
	margin: 0 0 4px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a span {
	font-size: 12px;
	color: #2C3338;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
	box-sizing: border-box;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a img {
	background: none;
	border: none;
	border-radius: 50%;
	margin: 0 !important;
	padding: 1px !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #dcdcde;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}

/* Loading text */
.post-likes-widget-placeholder,
.comment-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.comment-likes-widget-placeholder {
	height: 18px;
	position: absolute;
	display: flex;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.comment-likes-widget-placeholder::before {
	color: #2EA2CC;
	width: 16px;
	height: 16px;
	content: '';
	display: inline-block;
	position: relative;
	top: 3px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E");
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading,
.comment-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.comment-likes-widget-placeholder .loading {
	padding-left: 5px;
	margin-top: 4px;
	align-self: center;
	color: #4E4E4E;
}

/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating,
.cs-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}

@media print {
	.jetpack-likes-widget-wrapper {
		display: none;
	}
}
#subscribe-email input {
	width: 95%;
}

.comment-subscription-form {
	margin-bottom: 1em;
}

.comment-subscription-form .subscribe-label {
	display: inline !important;
}

/*
Text meant only for screen readers.
Provides support for themes that do not bundle this CSS yet.
@see https://make.wordpress.org/accessibility/2015/02/09/hiding-text-for-screen-readers-with-wordpress-core/
***********************************/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute ! important;
	width: 1px;
	word-wrap: normal ! important;
}
