/*
 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;
}

/*Removes Page Title
.entry-header,.page-breadcrumbs {
    display:none;
}*/