/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Page button **/
.page button {
	background-color: rgb(111, 89, 66) !important;
}

/** General >> Main header bar **/
.main-header-bar {
	background-color: rgba(255, 217, 170, 0.75) !important;
}

/** General >> Ast col md 4:(1) link module title _2 **/
.ast-col-md-4:nth-of-type(1) .link-module-title {
	border-bottom-color: rgb(111, 89, 66) !important;
}

/** General >> Container **/
.container {
	background-color: rgba(111, 89, 66, 0.45) !important;
}

/** General >> Post 7 **/
#post-7 {
	border-bottom-color: rgb(233, 134, 66) !important;
}

/** General >> Request offer **/
.request-offer {
	border-top-color: rgb(233, 134, 66) !important;
}

/** General >> Companyname **/
.companyname {
	color: rgb(58, 58, 58) !important;
}

/** General >> Entry title **/
.entry-title {
	color: rgb(111, 89, 66) !important;
	border-bottom-color: rgb(233, 134, 66) !important;
}

/** General >> Our process step heading 2 **/
.our-process-step h2 {
	list-style-type: circle !important;
}

/** General >> Wp post image **/
.wp-post-image {
	border-bottom-color: rgb(233, 134, 66) !important;
}

/** General >> Soliloquy item **/
.soliloquy-item {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: none !important;
}

/** General >> Submit input **/
#wpcf7-f177-p93-o1 input[type="submit"] {
	background-color: rgb(255, 217, 170) !important;
}

/** General >> Submit input _2 **/
#wpcf7-f180-p91-o1 input[type="submit"] {
	background-color: rgb(255, 217, 170) !important;
}

