/*
Theme Name:  Howes Child
Description: Child theme for the Howes theme
Author:      Theme Mount
Author URI:  http://themeforest.net/user/thememount
Template:    howes
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* =Parent theme style.css file
-------------------------------------------------------------- */
@import url("../howes/style.min.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

/* Wall Coatings Page */

.coatings {

  margin-right: auto;
  margin-left: auto;
}

.coating-colours {

	margin-left: 12px;
	margin-right: 12px;
}
.coating-colours {

  display: block;
  width: 170px;
  height: 170px;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
  border-color: #666;
  border: 1px solid #888a87;
  box-shadow: 2px 2px 2px #dededb;
}

.waterlilly {
  background-color: #fcfce4;

}
.polar-white {
  background-color: #ffffff;
  
}
.orchid {
  background-color: #f9f6cb;

}
.rose-blush {
  background-color: #faf2db;
}

.sun-fresh {
  background-color: #efecb7;
}

.sandstone {
  background-color: #ddce97;
}

.morrocan-pink {
  background-color: #f0ccd6;
}

.harvest {
  background-color: #ebc7ad;

}

.autumn-cloud {
  background-color: #dddbde;
}

.camelot {
  background-color: #c5bcad;

}
.anglesea {
  background-color: #aec7a0;

}

.brick-red {
  background-color: #7f4d50;

}


.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat {

	background-color: rgba(101,44,144,0.75) !important;
	color: #ffffff;
}

h2.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat {

	color: #ffffff !important;
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat .vc_cta3-content-header {

	color: #ffffff !important;
}
/* General Row Padding */

.entry-content > .wpb_row.wpb_row.vc_row-fluid {

	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

/*Title bar height adjustment */

.thememount-titlebar-wrapper .thememount-titlebar-inner-wrapper {

	height: 250px !important;
	background-color: rgba(101,44,144,0.75) !important;
	
}

.thememount-titlebar-main .entry-title {

	font-size: 50px;
	color: #ffffff !important;
}

/*Call to action*/

.cta {

	display: block;
	width: 100%;
	height: auto;
	padding: 20px 20px;
	background-color: #652c90;
	color: #ffffff;
}

