/* Fonts
------------------------------------------------------------ */


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #24120A;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
		font-size: 14px;
	line-height: 22px;

}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	max-width: 100%;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

table {
    max-width: 100%;
    width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

table > thead > tr > th,
table > tbody > tr >th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

table >thead > tr >th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

table > caption + thead> tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
    border-top: 0
}

table > tbody + tbody {
    border-top: 2px solid #ddd
}



/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.home-area-2 .widget:before,
.latest-tweets:before,
.home-top:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.home-area-2 .widget:after,
.latest-tweets:after,
.home-top:after {
	clear: both;
	content: " ";
	display: table;
}




/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #1b6b37;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

a.more-link {
	background: #a6cf49;
	padding: 5px 10px;
	border-radius: 3px;
	color: #24120A;
	line-height: 1.5;
	float: center;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Arvo', serif;
}
/* Body
------------------------------------------------------------ */

body {
	background: url('../i/bg-pattern.png' ) repeat 0 0;
}


/* Wrap
------------------------------------------------------------ */

.wrap {
	margin: 0 auto;
	max-width: 1140px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* Header
------------------------------------------------------------ */

.site-header {
	width: 100%;
	background: url( '../i/bg-pattern.png' ) repeat 0 0;
	padding-top: 15px;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 370px;
}

.site-title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

.site-title a,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description {
	font-size: 14px;
}

.site-header .widget-area {
	float: right;
	width: 750px;
}

.site-header .widget-area  .widget {
	float: right;
	padding: 0px;
}
.site-header .widget-area .simple-social-icons {
	clear: both;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	display: block;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
}

.header-image .site-title a {
	background: url( '../i/ahmed-hassan-logo.png' ) no-repeat;
	width: 370px;
	height: 193px;
	background-size: contain;
}

.header-image .site-description {
	display: block;
	overflow: hidden;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

.site-header ul.nav li a.sf-with-ul,
.site-header ul.menu li a.sf-with-ul,
.nav-primary li a.sf-with-ul,
.nav-secondary li a.sf-with-ul {

}

li a .sf-sub-indicator {
	display: none;
}

/* Header Right Navigation
------------------------------------------------------------ */

.site-header ul.menu {
	float: right;
}

.site-header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

.site-header ul.menu li {
	float: left;
	list-style-type: none;
}

.site-header ul.menu li a {
	color: #3b2115;
	display: block;
	font-size: 23px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

.site-header ul.menu li a:hover,
.site-header ul.menu li a:active,
.site-header ul.menu .current_page_item a,
.site-header ul.menu .current-cat a,
.site-header ul.menu .current-menu-item a {
	text-decoration: underline;
}

.site-header ul.menu li li a,
.site-header ul.menu li li a:link,
.site-header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.site-header ul.menu li li a:hover,
.site-header ul.menu li li a:active {
	background-color: #222;
}

.site-header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.site-header ul.menu li ul a {
	width: 140px;
}

.site-header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

.site-header ul.menu li:hover>ul,
.site-header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

.nav-primary {
	float: right;
	font-family: 'Arvo', serif;
	color: #24120A;
	overflow: hidden;
	margin-top: 15px;
}

.nav-primary ul {
	float: left;
	width: 100%;
}

.nav-primary li {
	float: left;
	list-style-type: none;
}

.nav-primary li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

.nav-primary li a:hover,
.nav-primary li a:active,
.nav-primary .current_page_item a,
.nav-primary .current-cat a,
.nav-primary .current-menu-item a {
}

.nav-primary li li a,
.nav-primary li li a:link,
.nav-primary li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.nav-primary li li a:hover,
.nav-primary li li a:active {
	background-color: #222;
}

.nav-primary li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.nav-primary li ul a {
	width: 140px;
}

.nav-primary li ul ul {
	margin: -33px 0 0 159px;
}

.nav-primary li:hover>ul,
.nav-primary li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

.site-inner {
	overflow: hidden;
	width: 100%;
	padding: 25px 0;
	background: #fff;
}


/* Home
------------------------------------------------------------ */

.home .site-inner {
	padding: 25px 0;
	background: none;
	margin: 0;
}

.home-top {
	border: 2px solid #a6cf49;
	padding: 15px;
}

.home-area-1 {
	float: left;
	max-width: 440px;
	position: relative;
	width: 100%;
}
.home-area-1 .entry-content {
	position: absolute;
	bottom: 2em;
	width: 100%;
	text-align: center;
}

.home-area-1 a.more-link {
	float: none;
	display: inline-block;
	font-size: 28px;
}

.home-area-2 {
	float: right;
	width: 620px;
	background-color: #3b2115;
	color: #fff;
	padding: 15px;
}
.home-area-2 h2,
.home-area-2 h4,
.home-area-2 p {
	color: #fff;
}
.home-area-2 h2 a {
	color: #c0d966;
}
.home-area-2 h4 {
	font-size: 26px;
	font-family: san-serif;
	float: center;
	padding: 0px;
	margin-bottom: 4.55px;
	text-transform: uppercase;
}
.home-area-2 img {
	border: 1px solid #fff;
}

.home-area-2 .video-0 {
	float: left;
	width: 302px;
}

.home-area-2 .video-1 {
	float: right;
	width: 302px;
}

.latest-tweets {
	margin: 25px 0 0;
	padding: 0 25px;
}
.twitter-er {
	float: left;
	width: 20%;
	background-image: url('../i/twitter-bird.png');
	background-repeat:no-repeat;
	background-position:0 7px;
	padding-left: 75px;
	height: 59px;
	box-sizing: border-box;
	display: table;
}
.twitter-er a {
	display: table-cell;
	vertical-align: middle;
}
.rotatingtweets {
	float: right;
	max-width: 70%;
	position: relative;
}

/* Content
------------------------------------------------------------ */

.content {
	float: left;
	width: 59.49367%;
}

.full-width-content .content {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	float: none;
}

.home.full-width-content .content {
	max-width: none;
}

.sidebar-content .content {
	float: right;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

hr,
.clear-line {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px;
}

.video {
	margin-bottom: 2em;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Arvo', serif;
	line-height: 1.25;
	margin: 0 0 5px;
}

h1 {
	font-size: 28px;
}

h2,
h2 a,
h2 a:visited {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	margin: 5px 0;
}


/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Video Archive Page
------------------------------------------------------------ */

.video-archive {
	margin: 0 -2%;
}

.video-archive img {
	width: 100%;
	height: auto;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
	overflow: hidden;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 15px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.pagination {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: block;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 31.25%; /* 300/960 */
}

.sidebar h4 {
	font-size: 26px;
	padding: 5px 0;
	text-transform: uppercase;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

.sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}


.widget_em_widget ul {
	margin: 0;
	list-style: none;
}
.widget_em_widget ul li {
	list-style: none;
}
.widget_em_widget .widget-wrap > ul > li  {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #24120A;
}
.widget_em_widget .widget-wrap > ul > li:first-child  {
	border-top: 0;
}

/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.button,
.button:visited,
input[type="submit"] {
	display: inline-block;
	font-family: 'Arvo', serif;
	font-size: 18px;
	line-height: 28px;
	padding: 2px 14px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: right;
	border-radius: 5px;
	margin-top: 4px;
}

div.gform_footer input.button:hover,
.button:hover {
	cursor: pointer;
	text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

.search-form input[type="search"] {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 100%;
}


/* Footer Widgets
------------------------------------------------------------ */

.footer-widgets {
	background: #9cca3d;
	color: #24120A;
	overflow: hidden;
	width: 100%;
	height: fit-content;
	padding: 15px 0;
}

.footer-widgets .widget-area {
	background: url( '../i/bg-pattern.png' ) repeat 0 0;
	border: 1px solid #fff;

	float: left;
	padding: 10px;
	margin: 1%;
	width: 31%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	min-height: 315px;
}

.footer-widgets h4 {
	background: none;
	border: none;
	color: #24120A;
	font-size: 25px;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}

.footer-widgets p,
.footer-widgets a {
	color: #24120A;
}

.footer-widgets .gform_wrapper .top_label .gfield_label {
	float: left;
	width: 100px;
}

.footer-widgets .gform_wrapper .top_label input.medium {
	width: 65%;
}

.footer-widgets  .gform_wrapper textarea.medium {
	height: 50px;
}

.footer-widgets .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
}
/* Footer
------------------------------------------------------------ */

.site-footer {
	width: 100%;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
}

.site-footer p {
	font-family: 'Arvo', serif;
	font-size: 14px;
}

/* Secondary Navigation
------------------------------------------------------------ */

.nav-secondary {
	background: #3b2115;
	clear: both;
	font-family: 'Arvo', serif;
	color: #fff;
	overflow: hidden;
	width: 100%;
}

.nav-secondary ul {
	float: left;
	width: 100%;
}

.nav-secondary li {
	float: left;
	list-style-type: none;
}

.nav-secondary li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

.nav-secondary li a:hover,
.nav-secondary li a:active,
.nav-secondary .current_page_item a,
.nav-secondary .current-cat a,
.nav-secondary .current-menu-item a {
    text-decoration: underline;
}

.nav-secondary li li a,
.nav-secondary li li a:link,
.nav-secondary li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.nav-secondary li li a:hover,
.nav-secondary li li a:active {
	background-color: #222;
}

.nav-secondary li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.nav-secondary li ul a {
	width: 140px;
}

.nav-secondary li ul ul {
	margin: -33px 0 0 159px;
}

.nav-secondary li:hover>ul,
.nav-secondary li.sfHover ul {
	left: auto;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-meta {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Smaller Screens
------------------------------------------------------------ */
@media only screen and (max-width: 1130px) {
	.title-area {
		float: none;
		margin: 0 auto;
	}
	.site-header .widget-area {
		float: none;
		max-width: 750px;
		margin: 0 auto;
		width: 100%;
	}
	.site-header .widget-area .widget,
	.simple-social-icons ul {
		float: none;
		text-align: center;
	}

	.widget-area .simple-social-icons ul li {
		float: none;
		display: inline-block;
	}
	.site-header ul.menu {
		text-align: center;
	}
	.site-header ul.menu li {
		float: none;
		display: inline-block;
	}
	.nav-primary,
	.site-header ul.menu {
		float: none;
	}
	.site-inner {
		padding: 25px 5%;
		width: 90%;
	}
	.home .site-inner {
		width: 100%;
		padding: 25px 0;
	}
	.home-area-1 {
		float: none;
		position: relative;
		margin: 0 auto;
	}
	.home-area-2 {
		float: none;
		max-width: 620px;
		background-color: #3b2115;
		color: #fff;
		padding: 1%;
		margin: 0 auto;
		width: 96%;
	}
	.rotatingtweets {
		float: none;
		clear: both;
		margin: 0 auto;
	}
	.video-archive {
		margin: 0;
	}
	.footer-widgets .widget-area {
		float: none;
		width: 98%;
		min-height: 0;
		overflow: hidden;
	}
}
@media only screen and (max-width: 675px) {
	.home-area-2 .latest-video {
		float: none;
		width: 302px;
		margin: 1em auto 0;
	}
}
@media only screen and (max-width: 480px) {
	.content-sidebar .content,
	.sidebar-content .content,
	.content-sidebar .sidebar-primary,
	.sidebar-content .sidebar-primary {
		width: 100%;
	}

	.one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.three-fourths,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths,
	.one-sixth,
	.five-sixths {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.site-footer-left,
	.site-footer-right {
		text-align: center;
	}
}

@media print {
    * {
        -webkit-filter: none !important;
        -moz-filter: none !important;
        filter: none !important;
        background: transparent !important;
        color: black !important;
        text-shadow: none !important
    }

    a:link,a:visited {
        color: black !important;
        text-decoration: underline
    }

    pre,blockquote {
        border: 1px solid black;
        page-break-inside: avoid
    }

    @page {
        margin: 2cm 1.5cm
    }

    p,h2,h3 {
        orphans: 4;
        widows: 2
    }

    h2,h3 {
        page-break-after: avoid
    }

    .menu,.widget-area,.sidebar,.footer-widgets,.site-footer {
        display: none !important
    }

    .hide-print {
        display: none !important
    }

    .title-area {
        float: none
    }

    .site-header .site-title img {
        display: block;
        margin: 0 auto 1em
    }

    .content {
        width: 100% !important
    }

    .entry-title a[href]:after,.entry-content a[href]:after {
        content: " (" attr(href) ")"
    }

    .entry-title abbr[title]:after,.entry-content abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .entry-title a[href^="#"]:after,.entry-title a[href^="javascript"]:after,.entry-content a[href^="#"]:after,.entry-content a[href^="javascript"]:after {
        content: ""
    }
}