/*
Theme Name:         CMBM 2016 v6
Theme URI:          http://cmbm.com.au
Description:        Clean Maintain Build Manage Theme
Version:            0.0.6
Author:             Donn Hill
Author URI:         http://donnhill.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* ---------------------------------------------------------------------------- 
  
  Unfortunately WordPress will require a style.css file
  located in the theme's root folder for stuff to work.

  However, we will not be using vanilla CSS. We're using Sass.

  Sass is a superset of CSS that adds in amazing features
  such as variables, nested selectors and loops. It's also
  the easiest way to customize Foundation.

  All Sass files are located in the /scss folder.

  Please read the README.md file before getting started. More info on how
  to use Sass with Foundation can be found here:
  http://foundation.zurb.com/docs/sass.html

  If you for some reason would like to write plain css instead of using Sass,
  you could just enqueue this file (style.css) to the header and add your styles in this file

---------------------------------------------------------------------------- */

/* for service- blog */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
 
h3.services-title{
	color: #88b639 !important;
	font-weight: 700 !important;
    line-height: inherit !important;
	font-size: 19px !important;

}
p.services-desc{
	color: #000000 !important;
	font-weight: 400 !important;
    line-height: 1.5 !important;
	font-size: 15px!important;
	
}
#services-box {
    display: inline-block;
    border: 1px solid #f5f3f3 !important;
    margin-bottom: 20px !important;
  min-height: 450px;
  position: relative;
}
.services {
    background-color: #fcfcfc !important;
    padding: 10px !important;
  margin-bottom: 20px !important;
}
.services a.btn-serivice {
    color: #ffffff !important;
    background: #88b639 !important;
    border-width: 0px !important;
    border-radius: 0px;
    letter-spacing: 0px;
    font-size: 16px !important;
    font-weight: 500;
   
   padding: 0.3em 1em !important;
	position: absolute;
	bottom: 20px;
}
.et_divi_builder #et_builder_outer_content .et_pb_gutters3 .et_pb_column {
    margin-right: 3.5% !important;
}
#service-img img{
width: 100%;
    height: 150px !important;
}

@media (max-width: 980px){
.page-id-1595 .et_divi_builder #et_builder_outer_content .et_pb_section {
    padding: 0 0 !important;
}
.page-id-1595 .et_divi_builder #et_builder_outer_content .et_pb_row {
    width: 88% !important;
}
}
@media (max-width: 480px){
.services-desc{
    height: 130px;
}
.et_divi_builder #et_builder_outer_content .et_pb_row {
    width: 88% !important;
}
}




/*  css for testimonial */

.testimonials h4 {
    font-weight: bold !important;
    font-size: 19px !important;
    line-height: inherit;
  color: #000 !important;
}
.testimonials p {
    font-size: 15px !important;
    line-height: inherit;
  	color: #000 !important;
}
.testimonials {
    display: block;
    background-color: #fff !important;
    padding: 25px !important;
}
#testimonial-author {
    background-color: #88b639 !important;
    padding: 10px 25px !important;
    font-weight: bold;
}
#testimonial-box {
    display: block;
    border: 7px solid #88b639 !important;
    margin: 25px 0px !important;
}
/*  css for splash page */
.splashblocks .et_pb_column {
	background-color: #eee;
}

@media (max-width: 980px){
.page-id-1574 .et_divi_builder #et_builder_outer_content .et_pb_section {
    padding: 20px 0;
}
.page-id-1574 .et_divi_builder #et_builder_outer_content .et_pb_row {
    width: 88%;
}
.splash-image {
	padding: 0 !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_gutters3 .splashblocks .et_pb_column, .et_divi_builder #et_builder_outer_content .et_pb_gutters3 .splashblocks .et_pb_column:last-child {
  float: none;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-right: auto !important;
  max-width: 510px;
}
.et_divi_builder #et_builder_outer_content .splash-heading {
  padding: 0 !important;
}
.et_divi_builder #et_builder_outer_content .splash-heading .et_pb_column {
  margin-bottom: 0 !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_section .splash-container .et_pb_column_1 {
	margin-bottom: 0;  
}
.et_divi_builder #et_builder_outer_content .et_pb_section .splash-container .et_pb_text_0 {
  padding-left: 0 !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_section .splash-container .et_pb_column {
 padding: 0 20px !important;
}
}

@media(max-width: 767px) {
  .et_divi_builder #et_builder_outer_content .et_pb_text_1 h1 {
  	font-size: 35px !important;
  }
  .et_divi_builder #et_builder_outer_content .et_pb_gutters3 .splashblocks .et_pb_button_0 {
  	font-size: 18px;
  }
}
