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

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


/* Adding a color overlay to the background of our Landing Page, so it doesn't have to be done in PS (continued) */
.Color_Background {
  position: relative;
}
.Color_Background:before {
position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(0, 0, 0,0.4);
}
.Color_Background * {
  position: relative;
}