@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Barrci child
Description: Child theme for Barrci
Author: oomph!
Template: barrci
*/

/* write custom css */

.figure-title {
	font-size:1em;
	font-weight:300;
	color: #999999;
	margin: 0;
	padding: 0;
}

/* visual composer styles */

.website-main-text {
	font-size: 1.3em;
	font-weight:bold;
	letter-spacing:-1px;
	color: #545454;
	text-align:justify;
	line-height: 1.5em;
        padding: 0 10px !important;
}

.website-main-text p {
	margin-bottom: 15px;	
}

.website-main-text h2 {
	font-size: 4em;
	color: #be393a;
	text-transform:uppercase;
	font-weight: 900;
        letter-spacing: -4px;
        text-align: left;
}

.website-main-text h3 {
        text-align: left;
}

.vc_figure-caption {
    text-align: left;
	padding-top:10px;
	font-weight:normal;
	font-style:italic;
	letter-spacing:normal;
	line-height:1.2em;
}

.intro {
	background-color: #be393a !important;	
}

.intro h1 a {
	color: #ffffff !important;
}

.intro a {
	color: #ffffff !important;
}

.white-text {
	color: #ffffff;
}

#zero {
	margin: 0px !important;
	padding: 0px !important;	
}

/* ------- */

.breadcrumb {
    visibility: hidden;
}

h1 {text-align:left;}

.container {
	margin: 0 auto !important;
}

.section .container {
    padding: 20px 0 !important;
}

.twocol-one {
    margin-top: 20px !important;
}

#nav {
	margin:0 !important;
	clear: both;
	width: 100% !important;
}

#nav li a {
  font-size: 14px !important;
}

.body2, .header_scroll, .headbg, .header_noslide, #footer, .services h3 i, #portfolio-list > li > span, #content > span, li.main h3 {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

#header h1 a {
	display:none;
}

#footer {
	background-color: #be393a !important;
	color: rgba(255,255,255,1) !important;
}

#footer .container {
    padding-top: 0 !important;
}

#copyright {
	background: none !important;
}

#copyright p {
	font-size: 150%;
}

#copyright p.credit a {
	color: rgba(255, 255, 255, 0.5);
}

/* -----  Contact 7 Forms  ----- */

.wpcf7 form
{
    font-weight:bold;
    margin:0;
}

.wpcf7 label {
		margin-top: 15px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
    background-color: #d5d5d5;
    color: #6f7d68;
    border: none;
    height:50px;
    font-weight: normal;
    border: none;
    width: 95%;
    margin-top: 10px;
	font-size:1.4em !important;
	line-height: 1.2em !important;
}

.wpcf7 select {
    background-color: #d5d5d5;
    border: none;
    width: 95%;
    font-size:120%;
    height:50px;
    color: #6f7d68;
}

.wpcf7 textarea {
	height:150px;
	margin-bottom:20px;
}


div.wpcf7-response-output {
    margin: 25px 0 !important;
    padding: 10px;
    background-color:#be393a;
    color:#fff;
    border:none !important;
	clear:both;
	width: 90%;
}

.submit-button {
    background-color: #be393a;
	border-radius:10px !important;
    -moz-border-radius:10px !important;
    -webkit-border-radius:10px !important;
    border:1px solid #be393a !important;
	padding: 0 20px;
    font-size:1.3em !important;
    margin-top:0;
	color:white;
	cursor:default;
	margin-bottom: 20px;
}

.submit-button:hover {
    background-color: #6F7D68;
	border-radius:10px !important;
    -moz-border-radius:10px !important;
    -webkit-border-radius:10px !important;
    border:1px solid #6F7D68 !important;
}

/* ---- Mobile ---- */

@media screen and (max-width: 760px) {

.body2, .header_scroll, .headbg, .header_noslide, #footer, .services h3 i, #portfolio-list > li > span, #content > span, li.main h3 {
    background-color: black !important;
}

.website-main-text h2 {
	font-size: 3em;
        line-height:1em;
}

}