/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/*no meta data*/
.entry-meta {
display:none !important;
}

/*ignoring empty p tags*/
p:empty  {
    display: none;
}

/*space around unordered list*/
ul {
	margin-top: -22px;
}


/*remove page title-default*/
.page .page .entry-title{
		text-align: center;
    font-size: 39px;
		font-weight: 300;
		display: none;

}


/*main entry font*/
#page #main .entry-content {
    color: #777;
}

/*----------top nav----------*/

/*Menu font apearance*/ .main-navigation .menu li a {
position: relative;
    right: -4px;
font-size: 12px;
font-weight: 600;
letter-spacing: .5px;
color: #999;
opacity: 1;
}

/*dropdown box*/
.main-navigation ul ul {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

/*drop down menu item*/
.main-navigation .menu > li > ul li a {
    font-size: 13px;
	  color: #666;
}

/*remove search from nav*/
#site-navigation .search-widget-handle {
    display: none;
}
/*------project jetpack------*/

/*remove feature image from post/project */

.entry-header img { display: none; }

/*portfolio project full width*/
.single-jetpack-portfolio #primary {
width: 100%;
	margin-bottom: -3em;
}

 .gallery-item {
	max-height: none;
width: auto !important;
	margin: auto;
	padding: .5%;
}

/*carousel meta removal*/
.jp-carousel-left-column-wrapper, 
.jp-carousel-image-meta {
  display: none;
}

/*remove caption from grid*/
.entry-content .gallery .gallery-caption {
display: none;
}

/*Prev Next removal*/
.shapely-next-prev {
    /*display: none;*/
	font-size: 10pt;
	padding: 0px;
}


/*--------final gallery--------*/
.final-tiles-gallery {
    margin: auto;
}

/*----------images----------*/
img {
    border: .5px solid #bbb;
}
.circle 
{ 
	border: 0;
}

.wp-video {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/*----------footer----------*/

/*to get rid of entry-footer*/
.page-id-57 .entry-footer {
		padding: 0px;
margin-bottom: -1em;
}

.page-id-107 .entry-footer {
		padding: 0px;
margin-bottom: -1em;
}

.page {
	margin-bottom: -1em;
}

/*remove footer wordpress line*/
.footer-credits {
    display: none;
}

/*Remove button*/
 
.back-to-top {
   display: none;
}

/*------image captions-----*/

/*captions*/
.wp-caption {
   background-color: transparent;
	border: none;
}

.wp-caption-text {
	font-size: 13px;
	text-align: left;	
	color: #777 !important;
}


/*------post tag links-----*/
.shapely-tags {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ebebeb;
	display: none;
}