/*
--------------------------------------------------------
Grid
--------------------------------------------------------*/

/* Default */

.content,
.sidebar {
    p1adding-bottom: 50px;
    p1adding-top: 50px;
}

/* Small */

.avia-section-small .content,
.avia-section-small .sidebar {
    p1adding-bottom: 20px;
    p1adding-top: 20px;
}

/* Large */

.avia-section-large .content,
.avia-section-large .sidebar {
    p1adding-bottom: 70px;
    p1adding-top: 70px;
}

/* Huge */

.avia-section-huge .content,
.avia-section-huge .sidebar {
	p1adding-bottom: 130px;
    p1adding-top: 130px;
}

/* 
--------------------------------------------------------
Disable image rollover FX
--------------------------------------------------------*/
	
.image-overlay.overlay-type-image,
.overlay-type-extern {
	display:none !important;
}

/* 
--------------------------------------------------------
Reset Strong styling to main site color
--------------------------------------------------------*/

.main_color strong,
.main_color strong a {color:inherit !important;}

/* 
--------------------------------------------------------
Remove dotted line on blog page
--------------------------------------------------------*/

.post_author_timeline {d1isplay: none!important;}

/* 
--------------------------------------------------------
Remove date and time in portoflio widget
--------------------------------------------------------*/

.news-time {display: none!important;}

/* 
--------------------------------------------------------
Reset text-transform
--------------------------------------------------------*/

h1,h2,h3,h4,h5,h6,
.iconbox .iconbox_content .iconbox_content_title {text-transform:inherit !important;}	

/* 
--------------------------------------------------------
Portfolio grid spacing
--------------------------------------------------------*/	

/*.grid-entry.flex_column {
	padding: 10px;
}
*/

/* 
--------------------------------------------------------
Resize Social media icons
--------------------------------------------------------*/

/*
#top .social_bookmarks li a,
#top .social_bookmarks li {
	font-size: 18px;
	line-height:50px;
	width:50px !important;height:50px !important;
}
*/

/* 
--------------------------------------------------------
Hide rounded corners on images
--------------------------------------------------------*/

/*
.avia-content-slider .slide-image,
.avia-content-slider .slide-image img,
.avia_image,
.avia-slideshow li img {
	border-radius:0 !important;
}
*/

/* 
--------------------------------------------------------
Hide preview image on single
--------------------------------------------------------*/

/*
.big-preview.single-big,
.single .page-thumb {
	display:none;
}*/

/* 
--------------------------------------------------------
Disable Sidebar on Single Product 
--------------------------------------------------------*/

/*
.single-product .sidebar {
	display:none !important;
}
*/

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

/*
.slide-meta-comments,
.slide-meta-del,
.comment-container,
.text-sep-date {
	display:none !important;
}
*/

/* 
--------------------------------------------------------
Always show MailChimp Subscribe button
--------------------------------------------------------*/
	
#mc_embed_signup .clear {
  clear: inherit;
  display: inherit;
  overflow: inherit;
  visibility: visible;
  width: inherit;
  height: inherit;
}