/*  
Theme Name: Daily Transformations
Theme URI: http://www.attentionengine.com/
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: AttentionEngine.com
Author URI: http://www.attentionengine.com
Tags: woothemes
Template: scrollider
*/

@import url("../scrollider/style.css");
@import url("magazine.css");

/* @group Fonts */

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700);

@font-face {
    font-family: 'angelinaregular';
    src: url('fonts/webfontkit/angelina-webfont.eot');
    src: url('fonts/webfontkit/angelina-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/webfontkit/angelina-webfont.woff') format('woff'),
         url('fonts/webfontkit/angelina-webfont.ttf') format('truetype'),
         url('fonts/webfontkit/angelina-webfont.svg#angelinaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* @end */

/* @group Main Nav */

#navigation {
  display: block !important;
  width: 80%!important;
  float: right;
  font: 1.4em 'Roboto Condensed', sans-serif;
}

#navigation ul.nav > li a {
    color: #fff!important;
    text-shadow: none!important;
    text-decoration: none;
    background-color: #6a35a9;
    border-radius: 6px!important;
    margin-left: 2px;
    margin-right: 2px;
  }
  
 #navigation ul.nav li.current_page_item a,
 #navigation ul.nav li.current_page_parent a,
 #navigation ul.nav li.current-menu-ancestor a,
 #navigation ul.nav li.current-cat a,
 #navigation ul.nav li.li.current-menu-item a {
   color: #6a35a9!important;
 } 
 
 #navigation ul.sub-menu {
 	background: none!important;
 	border: none!important;
 	padding-top: 11px;
 	margin-left: 6px;
 }
 
 #navigation ul.sub-menu li{
 	border-radius: 0px!important;
 	border: none!important;
 }
 
 #navigation ul.sub-menu li a{
 	border-radius: 0px!important;
 	border: none!important;
 }
 
 #navigation ul.sub-menu li a:hover{
 	opacity: .8;
 }
 
 .home ul.nav li.current_page_item a,
 .home ul.nav li.current_page_parent a,
 .home ul.nav li.current-menu-ancestor a,
 .home ul.nav li.current-cat a,
 .home ul.nav li.li.current-menu-item a {
   background: #fff!important;
 }
 

/* @end */

/* @group General Theme Styles */

a {
  color: #827eba;
  text-decoration: none;
}

a:hover {
  color: #cc592c;
  text-decoration: underline;
}

p {
	font-family: arial, sans-serif;
	word-wrap: break-word;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	color: #000!important;
	font-size: 17px;
	line-height: 1.3em;
}

.comment p{
	font-size: 12px;
	line-height: 14px;
}

.product p {
	font-family: arial, sans-serif;
	word-wrap: break-word;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	color: #000!important;
	font-size: 14px!important
}

.payment_methods li p {
  font-size: .8em!important;
  line-height: 1.6em!important;
}

.payment_methods fieldset {
	width: 100%;
}

.post p.tags,
.type-page p.tags,
.type-features p.tags,
.search-results .features p.tags,
.search-results .page p.tags,
.search-results .type-product p.tags,
.search-results .type-portfolio p.tags {
  width: 90%;
}

#wrapper, #content, #content-top {
	background-color: #fff!important;}

.home.page #content {
  box-shadow: none;
  -webkit-box-shadow: none;
}

#content {
	padding-top: 60px!important;
}


h1,h2,h3,h4,h5,h6 {
		font-family: 'Roboto Condensed', sans-serif!important;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

.post header h1,
.type-page header h1,
.post-type-archive header.archive-header h1,
.type-features header h1,
.search-results .features header h1,
.search-results .page header h1,
.search-results .type-product header h1,
.search-results .type-portfolio header h1 {
  font-size: 2.7em;
  letter-spacing: -1px;
}

.entry {
	color: #000;
	font-size: 1.3em;
	line-height: 1.6em;
}

.entry h1 {
	font-size: 2.7em;
	color: #827eba;
	letter-spacing: -1px;
	font-weight: normal;
}

.entry h2 {
  	font-size: 1.618em;
	letter-spacing: -1px;
  color: #4a4a4a;
	font-weight: normal;
}

.entry h3 {
	  font-size: 1.618em;
	  line-height: 1.387em;
	  color: #000;
}


.entry h4 {
font-size: 2.7em;
color: #000;
letter-spacing: -1px;
font-weight: normal;
}

.entry h5 {
	  font-size: 1.618em;
	  line-height: 1.387em;
	  color: #7ab91f;
}

.entry h6 {
	 font-size: 1.618em;
	color: #827eba;
}

.product h6 {
	 font-size: 1.618em;
	color: #827eba;
}

ol {
	color: #000;
}

blockquote {
	font-style: italic;
	margin: 20px;
}

.archive-header {
  border-bottom: none;
}

.widget h3 {
	font-size: 2em;
	margin: 0;
	text-transform: lowercase;
	color: #827eb9;
}

#features h2, #social h3 {
	font-size: 1.6em!important;
}

.section-blog h3 {
	margin-bottom: 40px;
}



.post-category {
	font-size: 1em;
}

#content-top {
	width: 100%!important;
}

#header .site-title {
	margin: 0!important;
}

#header .site-title a {
	font-family: 'angelinaregular', sans-serif!important;
	font-size: 3em!important;
	color: #fff!important;
	text-shadow: 3px 3px 5px #333;
}

#logo h2.site-description {
	color: #fff!important;
	text-shadow: 3px 3px 5px #333;
	font: 1.5em 'Roboto Condensed', sans-serif;
	
}

#featured .slide {
  background: #fff;
}

#header .site-title a:hover { 
	text-decoration: none;
	text-shadow: 3px 3px 5px #999;
	
}

#content-top #top {
	background-color: #fff;	
}

#top #top-nav {
	float: right;
	font: 1.5em 'Roboto Condensed', sans-serif;


}
#top #top-nav li a{
	border-bottom: 0px solid #fff;
	color: #7ABA1F;	

}

#top ul.nav {
	background: none!important;
}

#top ul.nav li {
	background: none!important;

}

#top ul.nav > li a{
	background: none!important;
}

ul.nav {
  -moz-background-clip: none!important;
  -webkit-background-clip: none!important;
  background-clip: none!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
}

#top ul.nav > li a:hover{
}

#top #top-nav li a:hover {
	text-decoration: none;
	border-bottom: 0px solid #7642ae;	
	background-color: none;
}

#top ul.sub-menu {
	border-radius: 6px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #827eba!important;
	-moz-box-shadow: 0 3px 5px #888;
	-webkit-box-shadow: 0 3px 5px#888;
	box-shadow: 0px 3px 5px #888;
}

#top ul.sub-menu ul li a{
}

#top ul.sub-menu ul {
	margin-top: 10px;
	margin-left: -10px;
	border-radius: 6px;
	background-color: #827eba!important;
	-moz-box-shadow: 0 3px 5px #888;
	-webkit-box-shadow: 0 3px 5px#888;
	box-shadow: 0px 3px 5px #888;
	

}


#top ul.sub-menu li a {
	color: #fff!important;	
}

#top {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

.home .widget {
  margin-bottom: 1.618em;
  padding: 1.618em;
  background: #ffffff;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  
}

#connect .newsletter-form .email {
  width: 73%;
}

#connect .newsletter-form input {
	color: #827eba;
}

#connect .newsletter-form input.submit{
	color: #fff;
	padding: 6px;
}

#connect .newsletter-form .email {
	border: 1px solid #999;
	border-radius: 6px;
	padding: 5px;
}

a.button,
a.comment-reply-link,
#commentform #submit,
.submit,
input[type=submit],
input.button,
button.button,
p.follow-link a {
  display: inline-block;
  padding: .53em 1em;
  color: white;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-size: 1em;
  /* Make inputs the same size as normal text */

  font-family: inherit;
  /* Make inputs use the correct typeface instead of the browser default */

  font-weight: bold;
  cursor: pointer;
  /* Inputs need pointers! */

  overflow: visible;
  /* IE fix */

  width: auto;
  /* IE fix */

  line-height: 1.618em;
  border: 0;
  -webkit-border-radius: 0.382em;
  border-radius: 0.382em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #827eba;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  margin: 0px 10px 0px 0px;
}

a.button:hover,
a.comment-reply-link:hover,
#commentform #submit:hover,
.submit:hover,
input[type=submit]:hover,
input.button:hover,
button.button:hover,
p.follow-link a:hover {
  text-decoration: none;
  background-color: #827eba;
}

/* @end */

/* @group Heart shaped social icons */

/* swap for heart-shaped social icons */


#connect .social a {
  float: left;
  display: inline-block;
  width: 33px;
  height: 2.818em;
  margin: 0 2px .618em 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/hearts-social-sprite.png);
}
#connect .social a.delicious {
  background-position: 0 0;
}
#connect .social a.facebook {
  background-position: -37px 0;
}
#connect .social a.flickr {
  background-position: -77px 0;
}
#connect .social a.googleplus {
  background-position: -115px 0;
}
#connect .social a.linkedin {
  background-position: -150px 0;
}
#connect .social a.subscribe {
  background-position: -187px 0;
}
#connect .social a.twitter {
  background-position: -226px 0;
}
#connect .social a.youtube {
  background-position: -262px 0;
}
#connect .social a.pinterest {
  background-position: -298px 0;
}

.social {
	height: 30px;
	width: 185px;
	margin: 0 auto;
}

.social a {
  float: left;
  display: inline-block;
  width: 33px;
  height: 2.818em;
  margin: 0 2px .618em 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/hearts-social-sprite.png);
}
.social a.delicious {
  background-position: 0 0;
}
.social a.facebook {
  background-position: -37px 0;
}
.social a.flickr {
  background-position: -77px 0;
}
.social a.googleplus {
  background-position: -115px 0;
}
.social a.linkedin {
  background-position: -150px 0;
}
.social a.subscribe {
  background-position: -187px 0;
}
.social a.twitter {
  background-position: -226px 0;
}
.social a.youtube {
  background-position: -262px 0;
}
.social a.pinterest {
  background-position: -298px 0;
}

/* end swap for heart-shaped social icons */

/* @end */

/* @group Home Custom Styles */


#home_image {
	width: 50%;
	float: left;
}

#home_content {
	width: 50%;
	float: right;
	text-align: right;
}

#home_sig {
	color: #6a35a9;
	font: 5em 'angelinaregular', sans-serif;
}

#home-widget-fullwidth .widget{
	box-shadow: none!important;
	border: none!important;
	padding: 0;
}

#home-widgets .widget {
	/*font-family:'Century Gothic', sans-serif; */
	padding: 2em 0;
	color: #000;
	font-size: 1.5em; 
	line-height: 1.467em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	
}

#home-widgets .home-widget-2 {
	text-align: right;
	padding-right: 0px;
}

#home-widgets .home-widget-2 p,  {
	font-size: 12px!important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

#home-widgets .home-widget-2 {
	font-size: 12px!important;
}

.entry ul {
	color: #000;
	font-size: 1em;
	padding-left: 10px;
}

.entry ul li {
	font-family: arial, sans-serif;
	list-style-position: outside;
}

.post .article-inner {
	padding-left: 2.244em!important;
	overflow: visible!important;
}

#footer-widgets-container h3 {
	color: #fff!important;
	font-size: 1.8em!important;
	margin-bottom: 4px!important;
}

#footer-widgets {
	padding-top: 4px!important;
}

#footer, #footer p, #footer-widgets-container {
	background-color: #827eb9;
	color: #fff!important;
	clear: both;
	}

#footer-widgets-container .widget {
	background: none;
	color: #fff;
}

#footer-widgets-container .widget a {
	color: #fff;
	font-size: 16px;
}

#footer-widgets-container .widget h4 a {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
}

.WishListMember_Widget #wlmember_loginwidget form {
	font-size: 16px;
}

.WishListMember_Widget #wlmember_loginwidget form p {
	color: #fff!important;
	margin: 0;
	font-size: 16px!important;
	
}

.WishListMember_Widget #wlmember_loginwidget p {
	color: #fff!important;
	margin: 0;
	font-size: 16px!important;
}

.WishListMember_Widget #wlmember_loginwidget {
	font-size: 16px!important;
}

.WishListMember_Widget input.wlmember_loginwidget_input_username {
	padding: 5px 10px!important;
	height: 32px!important;
	border-radius: 4px;
	margin: 4px 0!important;
	width: 60%;
	box-shadow: none!important;
	border: none;
}

.WishListMember_Widget input.wlmember_loginwidget_input_password {
	padding: 5px 10px!important;
	height: 21px!important;
	border-radius: 4px;
	margin: 4px 0!important;
	width: 53%;
	box-shadow: none!important;
	border: none;
	
}

#footer-widgets {
	padding-bottom: 0!important;
}

ul#menu-footer li {
	font-size: 1.4em;
	line-height: 1em;
	letter-spacing: -1px;
}

#footer-widgets .textwidget {
	font-size: 16px;
	padding-right: 4em;
}

#sidebar .buttons a {
	margin: 4px;
}

#space {
	line-height: 2em;
	clear: both;
	display: block;
}


/* mailchimp main list shortcode sytles */

.chimp {
	width: 100%;
	height: 50px;
	
}

.chimp input.email{
	width: 65%!important;
	display: inline-block;
	float: left!important;
	padding: 10px;
	border-radius:6px;
	border-color: #827eba;
}

.chimp input.button {
	width: 30%;
	display: inline-block;
	float: right;
	padding: 11px;
	
}

/* end mailchimp main list shortcode sytles */

.read-more{
	background:#f6fbf6;
	color: #827eb9!important;
	padding:2px 4px 2px 4px;
	border-bottom:1px dotted #b6dcb6;
	border-radius:5px;}

.read-more a {
	color: #93c548;
}
.woo-pagination .page-numbers.current {
	color: #fff;
  background-color: #827eb8;
}

#connect {
	padding: 1.618em;
  border-top: 1px solid #f0f0f0;
  clear: both;
  background-color: #827eb8;
  color: #fff;
}

#connect h3, #connect h4, #connect a, #connect p {
	color: #fff!important;
}

#respond {
  background-color: #827eb8;
  color: #fff;
  padding: 20px!important;
}

#respond p {
	font-size: 1em;
}

#respond h3, #respond h4, #respond a, #respond p, #respond label {
	color: #fff!important;
}

#respond label .required {
	color: #f7772a;
}

/* Gravity Forms */

h3.gform_title{
	font-size: 2.7em!important;
	color: #827eba!important;
	letter-spacing: -1px!important;
	font-weight: normal!important;
	
}

.gform_body input {
	padding: 10px!important;
	border-radius: 6px;
}



/* end Gravity Forms */

#header {
  padding: 3em 0 0 0!important;

}

header .col-full {
	background-color: #fff;
	margin-top: 0em;
}


#top select {
  margin: 1em;
  width: 100%;
}

.single .shareaholic-like-buttonset {
}

.single-weekly-t .shareaholic-show-on-load, .single-weekly-t .shareaholic-like-buttonset {
	display: none!important;
}


/* forleo_bar */

#forleo_bar {
	width: 100%;
	float: right;
	background-color: #827eba;
	position: relative;
	padding: 2px 0px;
	margin-bottom: 60px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

#forleo_bar .inside {
	max-width: 940px;
	margin: 0 auto;
}

#forleo_bar #text {
	float: left;
	width: 67%;
	margin: 10px 10px 10px 10px;
	text-align: right;
}

#forleo_bar #text p {
	color: #fff!important;
	font-size: 23px!important;
	font-weight: bold;
	margin: 0;
	margin-top: 5px;
}

#forleo_bar #text p strong{
	font-style: italic;
	font-weight: normal;
}


#forleo_bar #mc_embed_signup {
	width: 289px;
	float: right;
	margin-top: 0px;
}

#forleo_bar #mc_embed_signup form {
	margin: 0 auto!important;
	color: #fff;
	width: 320px!important;
}

#forleo_bar .mc-field-group input {
	width: 100px;
}

#forleo_bar #col_one {
	float: left;
	width: 110px;
	display: inline-block;
	padding: 0 0px;
	margin-top: 4px;
	margin-left: 10px;
}

#forleo_bar #col_two {
	float: left;
	width: 100px;
	display: inline-block;
	padding: 0 0px;
	margin-top: 4px;
	
}

#forleo_bar #col_three {
	float: left;
	width: 60px;
	display: inline-block;
	margin: 0px 0px 0px 14px;
}

#forleo_bar #col_three input {
	background-color: #fb7624;
	opacity: 1;
	border-radius: 100%;
	height: 60px;
	width: 60px;
	font-size: 20px;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: inset 0 0 10px #fff;
	-moz-box-shadow: inset 0 0 10px #fff;
	box-shadow: inset 0 0 10px #fff;
	text-shadow: none!important;
	
}

#forleo_bar #col_three input:hover {
	background-color: #fff;
	color: #f87524;
-webkit-box-shadow: inset 0 0 30px #f87524;
-moz-box-shadow: inset 0 0 30px #f87524;
box-shadow: inset 0 0 30px #f87524;
}

#forleo_bar.foot {
	margin-bottom: 10px;
}

/* end Forleo */

.woocommerce-message {
	margin-bottom: 40px;
}

.entry ul li {
	font-size: 18px!important;
	color: #000;
}

.widget {
  box-shadow: none;
  -webkit-box-shadow: none;

}

.product ul li {
	color: #000;
	font-size: 14px;
	line-height: 18px;
	list-style-position: inside;
}

.form-row .input-text {
  width: 100%;
  border: 1px solid #827db9;
}

.payment_methods .form-row {
  width: 100%!important;
}

#comments ol.pinglist {
	padding-left: 20px;
}

.woocommerce h2 {
	font-size: 20px;
}

.product.woocommerce .amount {
	font-size: 30px;
	position: relative;
	padding-right: 20px;
	color: #817db9;
	text-shadow: 1px 1px 1px #999;
	font-style: italic;
}

.product {
	border: none!important;
	margin: 0 auto;
}

.single-product-wrap .summary {
    padding: 2.244em;
  }

.wlm_inpageloginform .alt-table-row td input{
  vertical-align: top;
  padding: 1em;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  width: 194px;
  border: 2px solid #f0f0f0;
  border-radius: 4px;
  
}

a.woo-sc-button.aqua { 
	border-color: #40af96; border-bottom-color: #209a82;
	background: -moz-linear-gradient(center top, #a8a6cc 20%, #817db8 100%) #827eb9!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #a8a6cc), to(#817db8)) #827eb9!important;
}

#curious {
	float: right;
	font-size: 1.5em;
	margin-bottom: 100px;
}



@media only screen and (max-width: 740px) {

#forleo_bar #text {
	width: 100%;
	margin: 2%;
	display: block;
	text-align: center;
	float: none;
}

#forleo_bar #text p {
	font-size: 20px!important;
}

#forleo_bar #mc_embed_signup {
	width: 320px;
	float: none;
	margin: 6% auto;
	display: block;
	clear: both;
}

}


/* end forleo_bar */


@media only screen and (min-width: 768px) {

#home-widgets {
	/*background: url(/wp-content/themes/dailytransformations/images/tamara_sm.png) no-repeat left 200px; */
	padding-bottom: 0px;
	min-height: 50em;
	}

#home-widgets .widget{
	background: transparent;
}

.home #home-widgets.columns-3 .block.home-widget-1 {
	margin-right: 0%!important;
	width: 40%;

}

.home #home-widgets.columns-3 .block.home-widget-1 .widget {
	padding: 0;
margin-right: -60px!important;
padding-bottom: 0!important;
}


.home #home-widgets.columns-3 .block.home-widget-2 {
	margin-right: 1%!important;
	width: 34%;
}

.home #home-widgets.columns-3 .block.home-widget-3 {
	width: 24%;
	float: right;
}

.home #home-widgets.columns-3 .home-widget-3 .widget {
	  margin: 0 auto;
}

#logo {
	margin-bottom: 0px!important;
	margin-top: 20px;
}


}






/* @group Do Not Display */

.post-share-bar {
}

.post-category {
	display: none;
}

#header .mini-cart {
	display: none;
}

.home header.section-title {
	display: none;
}

aside.post-meta {
	display: none;
}


#home-widget-fullwidth {
}


#header .nav-toggle { 
	display: none;
}

.post-meta .post-avatar {
	display: none!important;
}

#footer{
	display: none;
}

.woocommerce-tabs ul.tabs li {
}

.product .sku_wrapper {
	display: none;
} 

#tab-description h2 {
}

/* @end */

.cart_list li img,
.product_list_widget li img {
  width: 10em!important;
}

.woocommerce-error li {
	list-style-type: none!important;
		color: #555!important;
}

.woocommerce-error {
	padding: 20px;
	border: 3px dashed #9c2727;
	border-radius: 6px;
	background-color: #f9d3cc;
}

.shareaholic-like-buttonset {
	margin: 0 auto;
	width: 264px;
	}
	
#mag .nav-entries a{
	font-size: 20px;
	  display: inline-block;
	  padding: .53em 1em;
	  color: white!important;
	  text-align: center;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	  text-decoration: none;
	  /* Make inputs the same size as normal text */
	
	  font-family: inherit;
	  /* Make inputs use the correct typeface instead of the browser default */
	
	  font-weight: bold;
	  cursor: pointer;
	  /* Inputs need pointers! */
	
	  overflow: visible;
	  /* IE fix */
	
	  width: auto;
	  /* IE fix */
	
	  line-height: 1.618em;
	  border: 0;
	  -webkit-border-radius: 0.382em;
	  border-radius: 0.382em;
	  -moz-background-clip: padding;
	  -webkit-background-clip: padding-box;
	  background-clip: padding-box;
	  background: #827eba;
	  -webkit-hyphens: none;
	  -moz-hyphens: none;
	  hyphens: none;
	  margin: 0px 10px 0px 0px;
}
#customer_login .col-1 {
	width: 100%;
}

#customer_login .col-2 {
	width: 100%;
}


.cart_list li img,
.product_list_widget li img {
  width: 8em!important;
}

#home-widgets {
	background: none!important;
	}

.home #home-widgets .home-widget-1 img {
  margin-top: 40px!important;
  width: 100%;
  }
  
  
@media only screen and (max-width: 381px) {
  
#logo {
  	width: 100%!important;
  }
  
header .col-full {
  	margin: 0;
  	background-color: #fff;
  }
    
.home #home-widgets .home-widget-1 img {
     margin: 0 auto!important;
     padding: 0!important;
     } 
     
#home-widgets .widget {
	padding: 0;	
}

#header #logo {
	margin-top: 10%;
}
  
}
 
#reboot_optin {
	background-image:url(reboot_optin.jpg);
	height:279px;
	width:220px;
}

#reboot_optin form {
	margin-top:210px;
	display:inline-block;
	text-align:center;
	width:200px;
}

#reboot_optin input {
width: 180px;
}

.single aside.post-meta{
display:none !important;
}