.woocommerce-MyAccount-navigation {
display:none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
} 

h2.wpem-heading-text {
font-weight: 400;
margin-top: 40px;
display: none;
}

wpem-col wpem-col-12 wpem-col-sm-6 wpem-col-md-6 wpem-col-lg-8 {
	height: 0px;
}

.registration_button {
	visibility:hidden;
} 

.icon-linkedin {
	margin-left: 220%;
}

.icon-facebook {
	margin-left: 220%;
}

.icon-twitter {
	margin-left: 220%;
}

.wpem-theme-button {
	width: 1000px
}

/* Hiding the author details for posts */
.author.meta-in-content{
	visibility: collapse;
  margin: 0;
  padding: 0;
} 

.author.meta-in-content>.entry-date.published{
	visibility: visible;
	display:block;
}

/* Hiding a second Date visibility
 .author.meta-in-content>.updated.hestia-hidden{
	visibility: visible;
	display:block;
} */


.entry-date.published:before{
	content:'Published on ';
}

/* resizing the image on the events page */
.wpem-event-single-image{
    		width: inherit;
/*         height: 750px; */
        overflow: hidden;
}

/* .woocommerce-MyAccount-navigation {
	display:block;
}

.woocommerce-MyAccount-navigation {
    width: 100%;
}
 */
.woocommerce-account .woocommerce-MyAccount-navigation {
	display:none;
	width: 1px;
}
.woocommerce-MyAccount-content > p:nth-child(3) {
  display:none;
}

/* Aligning the login & registeration page */
.pstore-columns{
	
display: block;
position: relative;
top: 36px;
	

} 
/* .pstore-column-2{ */
/*     position: absolute;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    text-align: left;
    right:10px;
    bottom:-500px;
    height:350px;
    width:200px;
} */
/* .pstore-column-1{
    position: absolute;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    text-align: left;
    left:10px;
    bottom:-500px;
    height:350px;
    width:200px;
}
 input[type=text] {
    z-index: 10;
    width: 300px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    height: 30px;
    display: block;
}
input[type=text]:focus {
    width: 300px;
}



input[type=password] {
    z-index: 10;
    width: 300px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    display: block;
    height: 30px;
}
input[type=password]:focus {
    width: 300px;
}

input[type=email] {
    z-index: 10;
    width: 300px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    height: 30px;
    display: block;
}
input[type=email]:focus {
    width: 300px;
} */
.page-id-1154 .woocommerce-message, .page-id-10 .woocommerce-message { 
    display: block !important; 
}
/* .elementor-shortcode{
    position: relative;
    top: 100%;
    left: 100%;
    margin-top: 50px;
    margin-left: -50px;
   width: 100px;
    height: 100px;

} */

.wpem-event-ticket-type-text:After{
	content:' Event ';
}