/*
Theme Name: Intervene Cleaning Services
Description: Intervene Cleaning Services
Version: 2.5
Author: Daniel Yoshizawa
*/

@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Open+Sans:400,700');


/*    font-family: 'Anton', sans-serif;

    font-family: 'Fjalla One', sans-serif;
	font-family: 'Abel', sans-serif;*/

/*
Blue: 0e63b3
Light blue: 68b6ff
Green: 9fe52f
*/


html body {
	font-family:'Open Sans', sans-serif;
}
body h1,
body h2,
body h3 {
    font-family: 'Fjalla One', sans-serif;
}
body h1,
body h2,
body h3 {
	font-size: 40px;
    margin-top: 30px;
}
body h3 {
    font-size: 30px;
}
body h3::after {
    background-color: #9fe52f;
    content: " ";
    height: 2px;
    width: 100px;
    display: block;
    margin: 20px 0;
}
body h4,
body h5,
body h6 {
	font-family:'Open Sans', sans-serif;
	font-size: 20px;
	font-weight:700;
    margin-top: 20px;
}
body h5 {
	font-size: 20px;
}
body p,
body li {
	font-size:18px;
}
body p {
	padding-bottom:20px;
	}
a {
    color: #0e63b3 !important;
}
.btn {
    background-color: #0e63b3 !important;
    color: #fff !important;
	font-size: 18px !important;
    margin: 20px auto;
}

/*================ Header ================ */
header {
    text-align: center;
	border: solid 4px #9fe52f;
	border-width: 4px 0;
    padding: 0 !important;
}
.logobox {
    overflow: hidden;
    width: 620px;
    margin: 20px auto 0;
    max-width: 100%;
}
.logobox .left {
    float: left;
    text-align: left;
}
.logobox .right {
    float: right;
	text-align:left;
    margin-top: 0px;
}
.site-title {
	margin-bottom:0;
	margin-top:35px;
	text-transform: uppercase;
	}
.tagline {
    color: #9fe52f;
    font-size: 20px;
    font-style: italic;
}
.logobox .left img {
    width: 150px;
    height: auto;
}
.tel {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

/*Navbar*/
.navbar {
    background-color: #0e63b3;
	/*border-bottom: solid 5px #000 !important;*/
	border-radius: 0;
    margin-bottom: 0 !important;
    margin-top: 20px;
	text-transform: uppercase;
}
.navbar-toggle,
.navbar-toggle .icon-bar {
	border:solid 1px #999;
	}
.navbar-collapse {
    text-align: center;
    justify-content: center;
}
.tel {
	font-size:18px;
	}
.navbar a {
    color: #fff !important;
    font-family: 'Fjalla One', sans-serif;
    padding: 0 15px;
    text-decoration: none;
    font-size: 22px;
}
.nav>li>a:hover {
    background: none !important;
    color: #9fe52f !important;
}
.navbar-toggle, .navbar-toggle .icon-bar {
    border-color: #fff;
}
.navbar-light .navbar-toggler {
    border-color: #fff;
    background-color: #fff;
}

/*================ Content blocks ================ */
.content-block.parallax {
	padding: 0 50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-header {
	padding:60px 0 30px;
	}
.section-header h2 {
    font-family: 'Fjalla One', sans-serif;
    padding-bottom: 20px;
    text-align: center;
	text-transform: uppercase;
    font-size: 50px;
}
.colored-line {
    background: #008ed6;
    display: block;
    width: 80px;
    height: 1px;
    margin: 0 auto;
}
.parallax .col-md-8 {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 40px 55px;
}

/*================ Specific section blocks ================ */
#services {
    padding-bottom: 0px;
    border-bottom: solid 12px #9fe52f;
}
#services .colored-line {
    display: none;
}
#service_types {
    /*padding-top: 20px;*/
}
#post-construction {
	border-bottom: solid 12px #0e63b3;
	}
#prices {
	border-bottom: solid 12px #9fe52f;
	}
#about_us_header {
    padding-bottom: 0;
	border-bottom: solid 12px #9fe52f;
}
#about .container {
    background-color: rgba(0,0,0,0.6);
    padding-bottom: 55px;
    padding-left: 40px;
    padding-right: 40px;
}
#about .col-md-8 {
    background: none;
    width: 100%;
    padding-bottom: 0;
    padding-top: 60px;
}
#about .colored-line {
    background: #9fe52f;
}
#about-last {
	border-bottom: solid 10px #9fe52f;
	padding-top: 50px;
	}
#intervene, #quest {
    color: #fff;
}

/*================ Form items ================ */
form.wpcf7-form {
    font-size: 18px;
}
.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
input[type="text"], input[type="email"], textarea {
    width: 100%;
    border: solid 1px #ccc;
    padding: 10px;
}
textarea {
    height: 255px;
}
input[type="submit"] {
    background-color: #222;
    border: none;
	border-radius: 4px;
    color: #fff;
    padding: 10px 30px;
    margin: 20px auto;
    display: block;
}

/*================ Footer ================ */
footer {
    padding: 0 !important;
}
.verybottom {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

/*================ For Mobile Only ================ */
@media screen and (max-width: 1024px) {
.overlay {
	width:90% !important;
	}
}
@media screen and (max-width: 600px) {
.carousel-inner {
    height: 350px;
}
.overlay {
	margin-bottom:0;
	}
.overlay p {
    font-size: 10px !important;
}
.logobox {
    padding: 0 20px;
}
.logobox .right {
    float: none;
}
.logobox h1 {
    font-size:30px;
}
}


/* !-------- WORDPRESS CLASSES ------------------- */
/*------------------------------------------------------------ *\
\*------------------------------------------------------------ */

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}