/*
 Theme Name:   Apptek Child
 Theme URI:    https://apptek.radiantthemes.com/
 Description:  Apptek Child Theme
 Author:       Radiantthemes
 Author URI:   https://radiantthemes.com/
 Template:     apptek
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  apptek-child
*/

.demo_one_sub {
    margin: 7.5px 0 0 0px !important;
    width: 100% !important;
}

#ez-toc-container {
	width: 100%;
}

h1.entry-title {
	font-size: 3em !important;
}
.wp-embed-featured-image {
	display:none !important;
}
.strikethrough-diagonal {
  position: relative;
  color: red;
  font-weight: bold;
  
  &:before {
    position: absolute;
    content: '';
    left: 0;
    top: 45%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    transform: skewY(-10deg);
  }
}
.post-template-default .entry-content ul {
	padding-left: 2rem !important;
}
.tags-social {
	margin: auto;
}
.post-navigation {
	margin: auto;
}
.wp-embed-featured-image img {
	display: none !important;
}
