/*
Theme Name:   simple-bootstrap child theme
Description:  Write here a brief description about your child-theme
Author:       getsuccessful
Author URL:   Write here the author's blog or website url
Template:     simple-bootstrap
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  simple-bootstrap-child
*/

/* Write here your own personal stylesheet */

@media (min-width: 992px) {
.col-md-8 {
    width: 85%;
	}
}
@media (min-width: 992px) {
.col-md-push-2 {
    left: 5%;
}
}
	
div.article-header {
	visibility: hidden !important;
}

.col-xs-12 {
		visibility: hidden !important;
}

ul.meta {
	visibility: hidden !important;
}

.block {
	background-color: rgba(256, 256, 256, 0.95);
}

p {
	font-size: 13pt;
	color: #76448A !important;
	}

.clearfix {
    overflow: auto;
	overflow:hidden;
}

@media screen and (min-width: 720px) {
.gapsmvp {
	padding-top: 20px;
}
}

/* Success Unblocker cross-fade */
#cf_success {
  position:relative;
  height:450px;
  margin:0 auto;
	float: none;
}
@media screen and (max-width: 480px) {
	#cf_success {
  position:relative;
  height: 225px;
  margin:0 auto;
	float: none;
}
}
@media (min-width: 500px) and (max-width: 1000px) {
	#cf_success {
  position:relative;
  height: 450px;
  margin:0 auto;
	float: none;
}
}
#cf_success img.bottom {
	padding-top: 10px;
}
#cf_success img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#cf_success img.top:hover {
  opacity:0;
}

.wpcf7 input.wpcf7-text { width: 100%; } 

form .wpcf7-submit {
	color: #333333 !important;
}
.wpcf7-text, .wpcf7-textarea  {
	font-size: 1.1em !important;
	width: 100%;
}
