.top-navigation{
/* 	background-color:pink; */
	border-bottom:1px solid #ddd;
}

/* header */

/* if site title text is embedded in logo */
.titles-wrap {
/*     display: none; */
}

.site-title-wrap {
/*     top: -30px;
    margin-bottom:-30px; */
}

.site-identity{
	padding:1.5% 0;
}



/* body of page */
.page-template-default #primary {
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1), 0 0px 5px rgba(0, 0, 0, 0.07);
    padding: 8%;
}


/* hide authour name site wide */
.entry-byline-author,
.entry-byline-on{
display:none;
}



/* home */

/* remove page title from frontend */
.home .container.text-container{
	display:none;
}


/* galleries */

/* 	hide image meta */
.jp-carousel-image-meta{
	display:none;
}

/* comment area under active image */
.jp-carousel-left-column-wrapper{
	margin:0 auto;
}


.gallery img:hover,
.gallery img:active,
.gallery img:focus{
	cursor:pointer;
}

.jetpack-portfolio-template-template-portfolio-center-carousel .carousel-navs{
	margin-top:0 !important;
	margin-bottom:-60px !important;
	position:relative;
	top: -60px !important;
}


/* contact page */
.entry-content .wpforms-container{
	background-color:transparent;
}  
  


/* footer */

.footer-widgets{
	margin-bottom:0;
}
  
.footer-bottom{
	display:none;
}

#wpcom_social_media_icons_widget-2{
 text-align:right;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
  background: #ac6fbf;
  border-radius: 3px;
  color: #fff;
}

.woocommerce input[type="number"] {
  padding: 12px;
}

.wc_payment_methods {
  display: none;
}