/*
Theme Name:   simple-bootstrap child theme
Description:  Write here a brief description about your child-theme
Author:       orgasmic
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 */

ul.meta {
	visibility: hidden !important;
}

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

.navbar-brand {
	color: #b2ff00 !important;
}

.navbar-default {
    background-color: #8c0a2f;
}

body {
	background-image: url("https://orgasmic.heavenscentbliss.co.uk/wp-content/uploads/2017/12/background-texture.jpg");
}

.clearfix {
    overflow: auto;
}

.img-responsive {
  max-width: 100% !important;
  height: auto !important;
}

/* min text column by image */
p:before {
  content: "";
  width: 10em;
  display: block;
  overflow: hidden;
}

.wpcf7 input.wpcf7-text { width: 80%; }
.wpcf7 textarea.wpcf7-textarea { width: 80%; }