/*
 Theme Name:   Customizr Pro Child Theme
 Description:  A theme based on Customizr Pro
 Author:       inetusa
 Author URI:   http://inetusa.com
 Template:     customizr-pro
 Version:      1.0.0
*/


h1,.forminator-title {
	font-size: 1.8em !important;
}
 
/* Removes the underline on the siteorigin buttons */
.ow-button-base a:link {
	text-decoration: none;
}
 
/*Removes Top Page Margin*/
.container[role=main] {
	margin-top:  0;
}
 
/*Removes Bottom Page Margin*/
#content, #main-wrapper {
	padding-bottom:  0;
}
section.post-content {
	margin-bottom:  0;
}

.type-page .entry-header-inner {
	display: none !important;
}

.archive-title {
	margin-top: 20px !important;
}

.type-post .entry-title {
	margin-top: 20px !important;
}

.single-post .section {
	margin-top: 20px !important;
}