/* CONTENTS

~1. RESET
~2. COLOURS
~3. TYPOGRAPHY
~4. LAYOUT
~5. HEADER & FOOTER
~6. COMMON ELEMENTS
~7. CLASSES AND IDs
~8. FORMS

 END CONTENTS */

/* ~1. RESET */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}
/* END ~1. RESET */

/* ~2. COLOURS */

/* END ~2. COLOURS */

/* ~3. TYPOGRAPHY */

body {
    font-family: 'Open Sans', Tahoma, Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #333333;
}

.tleft {text-align:left;}

.tright {text-align: right;}

.tcenter {text-align: center;}

em {font-style: italic;}

strong, b {font-weight: 600;}

u {text-decoration: underline;}

/* ~3. END TYPOGRAPHY */

/* ~4. LAYOUT */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

* {
    border-radiud: 0;
    -moz-border-radiud: 0;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
}

.clear {
    clear: both;
}

#wrapper {
    float: left;
    width: 100%;
}

.full{
  width: 100% !important;
}

.image img{
  width: 100%;
}

.container {
    overflow: auto;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 10px 20px;
}

.col1-12 {
    width: 8.333%;
    width: calc(100% / 12);
    width: -webkit-calc(100% / 12);
    width: -moz-calc(100% / 12);
    padding: 0 10px;
}

.col2-12 {
    width: 16.666%;
    width: calc(100% / 12 * 2);
    width: -webkit-calc(100% / 12 * 2);
    width: -moz-calc(100% / 12 * 2);
    padding: 0 10px;
}

.col3-12 {
    width: 24.999%;
    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3 -1px);
    width: -moz-calc(100% / 12 * 3);
    padding: 0 10px !important;
}

.col4-12 {
    width: 33.333%;
    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4 - 1px);
    width: -moz-calc(100% / 12 * 4);
    padding: 0 10px;
}

.col5-12 {
    width: 41.666%;
    width: calc(100% / 12 * 5);
    width: -webkit-calc(100% / 12 * 5);
    width: -moz-calc(100% / 12 * 5);
    padding: 0 10px;
}

.col6-12 {
    width: 49.999%;
    width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6 - 1px);
    width: -moz-calc(100% / 12 * 6);
    padding: 0 10px;
}

.col7-12 {
    width: 58.333%;
    width: calc(100% / 12 * 7);
    width: -webkit-calc(100% / 12 * 7);
    width: -moz-calc(100% / 12 * 7);
    padding: 0 10px;
}

.col8-12 {
    width: 66.666%;
    width: calc(100% / 12 * 8);
    width: -webkit-calc(100% / 12 * 8);
    width: -moz-calc(100% / 12 * 8);
    padding: 0 10px;
}

.col9-12 {
    width: 74.999%;
    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9);
    padding: 0 10px;
}

.col10-12 {
    width: 83.333%;
    width: calc(100% / 12 * 10);
    width: -webkit-calc(100% / 12 * 10);
    width: -moz-calc(100% / 12 * 10);
    padding: 0 10px;
}

.col11-12 {
    width: 91.666%;
    width: calc(100% / 12 * 11);
    width: -webkit-calc(100% / 12 * 11);
    width: -moz-calc(100% / 12 * 11);
    padding: 0 10px;
}

.col12-12 {
    width: 100%;
    padding: 10px 0
}

.col {
    overflow: hidden;
    float: left;
    display: block;
    position: relative;
}

.col_cont {
    min-height: 180px;
    overflow: auto;
    padding: 10px;
}

.col:first-of-type {
    padding-left: 0;
}

.col:last-of-type {
    padding-right: 0;
}

main, #main, header, #pre_header, #post_header, footer, #pre_footer, #post_footer {
    float: left;
    width: 100%;
}

.main-heading{
    color: #6f2a6d;
}

article {
    float: left;
    width: 80%;
    padding-right: 20px;
    padding-bottom: 80px;
}

aside {
    float: left;
    width: 20%;
}

.col1-12:nth-of-type(12n) {
    padding-right: 0;
}

.col1-12:nth-of-type(12n+1) {
    padding-left: 0;
}

.col2-12:nth-of-type(6n) {
    padding-right: 0;
}

.col2-12:nth-of-type(6n+1) {
    padding-left: 0;
}

.col3-12:nth-of-type(4n) {
    padding-right: 0;
}

.col3-12:nth-of-type(4n+1) {
    padding-left: 0;
}

.col4-12:nth-of-type(3n) {
    padding-right: 0;
}

.col4-12:nth-of-type(3n+1) {
    padding-left: 0;
}

.col6-12:nth-of-type(2n) {
    padding-right: 0;
}

.col6-12:nth-of-type(2n+1) {
    padding-left: 0;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

/* END ~4. LAYOUT */


/* ~5. HEADER & FOOTER */

#logo img {
    float: left;
    width: 450px;
    margin-top: 20px;
}


nav {
    float: right;
    text-align: right;
	margin-top: 20px;
}

nav > li:first-child {
    padding: 0;
}

nav li {
    display: inline-block;
    position: relative;
    padding: 0 0 0 50px;
	font-family: 'Maven Pro', Tahoma, Arial, Verdana, sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}

nav .active {
	color: #6f2a6d;
	font-weight: 600;
}

nav .active:after {
	    content: "\f111";
    font-family: 'FontAwesome';
    position: relative;
    top: 30px;
    right: calc(50% - 0px);
    font-size: 6px;
}

nav li a, nav li ul li a {
    color: #333333;
}

nav li ul {
    width: 220px;
    position: absolute;
    background: #6f2a6d;
    display: none;
    top: 100%;
    left: 30px;
    padding: 0 0 0 0;
    z-index: 10;
    margin-left: 20px;
}

nav li ul li a{
    color: #FFF !important;
}

nav li > ul li {
    border-bottom: 1px solid #FFFFFF;
    text-align: left;
    padding: 3px 10px !important;
    width: 100%;
}

nav li > ul li:last-of-type {
    border-bottom: none
}

nav li > ul > li > ul {
    display: none;
    left: 100%;
    margin-left: 0;
    top: 0;
    padding-top: 0;
}

nav ul > li:hover > ul, nav ul > li > ul:hover, nav ul > li > ul > li:hover > ul, nav ul > li > ul > li > ul:hover {
    display: block;
}

#pre_footer ul, #post_footer ul, #pre_header ul, #post_header ul, nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#pre_header .container {

}

#pre_header {
	background-color: #6f2a6d;
	float: left;
	width: 100%;
	overflow:hidden;
}

#pre_header p {
	display: inline;
	color: white;
	margin-right: 35px;
	font-size: 15px;
  padding-left: 5px;
}

#pre_header a {
	color: white;
}

#pre_header i {
	margin-right: 7px;
	color: #6f2a6d;
  font-size: 12px;
  padding-left: 11px;
  padding-top: 12px;
  border-radius: 50px;
  background-color: white;
  height: 29px;
width: 29px;
}

#pre_header p:nth-of-type(2) i {
  padding-left: 9px;
  padding-top: 10px;
}

footer nav li ul{
    display: none !important;
}

#pre_header .sm i {

	font-size: 14px;
	margin-left: 5px;
  padding: 9px 8px;
  margin-right: 0;
}

#pre_header .sm a:last-of-type i {
  padding: 9px 11px;
}

.form p{
    font-size: 17px;
    color: #FFF !important;
    margin: 0 !important;
}

header {
	background-image: url(/public/images/banner.jpg);
    position: relative;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;

	background-position: center;
}

.outer_container {
  width: 100%;
  float: left;
}

.bg-image {
  width: 100%;
  float: left;
  background-position-y: bottom;
  background-repeat: no-repeat;
  min-height: 350px;
  position: relative;
}

#post_header {
  margin-bottom: 30px;
}

header .container .col12-12 {
  padding-top: 0;
}



header .outer_container {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.banner_overlay {
  padding-bottom: 0;
}


.banner_overlay .col10-12 {
  background-color: rgba(255,255,255,0.8);
  padding: 40px;
}

.banner_overlay .button:first-of-type {
	background-color: #6f2a6d;
	color: white;
	width: 250px;
}

.banner_overlay .button:first-of-type:hover {
	background-color: white;
	color: #6f2a6d;

}

.banner_overlay h1 {
	font-size: 46px;
	color: #6f2a6d;
	line-height: 1.3;
	font-family: 'Slabo 13px';

}

.banner_overlay2 h1 {
	color: #6f2a6d;
	line-height: 1.3;
	font-family: 'Slabo 13px';
  margin-bottom: 10px;
  font-size: 42px;
}

.banner_overlay a {
	color: inherit;
}

.banner_overlay p {
	font-size: 18px;
	line-height: 1.7;
}

.banner_overlay .button {
	display:inline;
	margin-right: 50px;
	border-radius: 50px;
	border: 2px solid #6f2a6d;
	padding: 10px 0;
	width: 200px;
	float: left;
	text-align: center;
	font-size: 17px;
	color: #6f2a6d;
}

.banner_overlay .button:hover {
	color: white;
	background-color: #6f2a6d;
}

.banner_overlay .button i {
	margin-left: 10px;
}

.banner_overlay strong {

	color: #6f2a6d;
}

.banner_overlay2 {
  display: -webkit-flex;
    min-height: 350px;
    padding-bottom: 0;
    width: 60%;

    background-color: rgba(255,255,255,0.6);
padding: 0 40px !important;
}

.intro2 {
  -webkit-align-self: center;
}

.bg-image .container {
  padding-top: 0;
  padding-bottom: 0;
}

.bg-image:before {

    content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(to bottom right,#6f2a6d,rgba(255, 255, 255, 0.5));
		opacity: .2

}

.banner_overlay .intro {
	margin-top: 15px
}

.home-template header {
        margin-bottom: 40px;
  	border-bottom: 1px solid #ccc;
}

#post_footer .container a{
  color: #6f2a6d;
}

#post_header {
  background-color: #6f2a6d;
  padding: 0px 0;
}

#post_header p {
  display: inline;
  margin-right: 20px;
  transition: 1s all ease;
  color: white;
      font-family: 'Slabo 13px', Tahoma, Arial, Verdana, sans-serif;

}

#post_header .first p {
  font-size: 20px;
}

#post_header a {
  color: white;
}

#post_header a:hover {
  opacity: 1;
}

header #logo {
  padding: 0;
}

#post_header .first  {
  margin-top: 10px;
}

#post_header .fa-phone {
  border: 2px solid white;
  border-radius: 60px;
  padding: 13px;
    color: white;
    font-size: 21px;
    text-align: right;
    transition: 1s ease all;
}

#post_header .last .fa-phone:hover {
  background-color: white;
  color: #6f2a6d;
  opacity: 1;
}

#post_header .last p:hover {
  background-color: white;

}

#post_header .last p:hover a {
  color: #6f2a6d;
}

#post_header .last p:last-of-type {
  border: 2px solid white;
  padding: 7px 20px;
  border-radius: 50px;
  float: right;
margin: 0;
margin-left: 20px;
}

#post_header .last {
  text-align: right;
}

#post_header p i {
  padding: 0 0px 0 10px;

}

#post_header i {
  font-size: 16px;
}

#pre_footer .container {

}

footer {
	background-color: #989898;
	padding: 30px 0;
	border-top: 5px solid #6f2a6d;
  margin-top: 30px;
}

footer .privacy {
  margin-top: 30px;
}

footer .copyright a, footer .privacy a {
  color: #ffffff;
}

footer .button {
  display:inline;
  margin-right: 50px;
  border-radius: 50px;
  border: 2px solid white;
  padding: 10px 0;
  width: 200px;
  float: left;
  text-align: center;
  font-size: 17px;
  color: white;
  margin-top: 30px;
}

footer p {
	margin-bottom: 0;
	color: white;
	font-size: 15px;
	line-height: 1.5;
}

footer p span {
  font-weight: 700;
}

#footer_links {
    padding-left: 10px;
}

footer .button a {
  color: white;

}

footer .button:hover a {
  opacity: 1;
  color: #989898;
}

footer i {
  height: 34px;
width: 34px;
}

footer #footer_contact_information li:last-of-type i {
  height:31px;
width: 31px;
}

footer h3 {
  color: white;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}

#footer_contact_information ul {
  padding: 0;
  list-style-type: none;
}

#footer_contact_information li {
  padding: 10px 0 5px;
}

#footer_contact_information i {
  margin-right: 10px;
  color: #6f2a6d;
  background-color: white;
  font-size: 13px;
  padding: 12px 11px;
  border-radius: 50px;
}

#footer_contact_information a {
  color: white;

}

#footer_links nav {
  float: left;
  text-align: left;
  margin-top: 0;
}

#footer_links ul li {
  display: block;
  text-align: left;
  padding: 0;
  font-size: 15px;
}

#footer_links .active {
  font-weight: normal;
}

#footer_links li a {
  color: white;
  text-transform: capitalize;
}

#footer_links ul li a:after{
  content: "";
}

footer .container{

}
#post_footer .container{

}

/* END ~5. HEADER & FOOTER */

/* ~6. COMMON ELEMENTS */

body {
    height: 100%;
    width: 100%;
    background: #FFFFFF;
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

h1 {
    font-family: 'Maven Pro', Tahoma, Arial, Verdana, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 26px;
    margin-left: 5px;
}

h2 {
    font-family: 'Slabo 13px', Tahoma, Arial, Verdana, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
	letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 24px;
    margin-left: 5px;
}

h3 {
    font-family: 'Maven Pro', Tahoma, Arial, Verdana, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}

p {
    font-family: 'Maven Pro', Tahoma, Arial, Verdana, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 26px;
}

blockquote {
    font-family: 'Open Sans', Tahoma, Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin: 10px 20px;
    padding: 10px;
    background-color: #EEEEEE;
    border-left: 4px solid #AAAAAA;
    font-style: italic;
}

pre {
    font-family: 'Open Sans', Tahoma, Arial, Verdana, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

mark {
    background-color: #FFFF66;
    color: #333333;
    padding: 0 4px;
}

ul {
    list-style: disc;
    padding: 10px 35px;
    font-family: 'Maven Pro', Tahoma, Arial, Verdana, sans-serif;
    font-size: 16px;
}

ol {
    list-style: decimal;
    margin: 10px 35px;
}

hr {
    float: left;
    width: 100%;
    border: none;
    padding: 0px 0;
    border-top: 1px solid #6f2a6d;
}

/* END ~6. COMMON ELEMENTS */

/* ~7. CLASSES AND IDs */

.col3-12 .blog_post_short_box {
	  padding: 30px;
    background-color: white;
    border: 1px solid #6f2a6d;
    color: #6f2a6d;
    border-radius: 5px;
    transition: 1s all ease;
    min-height: 370px;
    position: relative;
    z-index: 10;
	}

.col6-12 .blog_post_short_box {
    padding: 30px;
    background-color: white;
    border: 1px solid #6f2a6d;
    color: #6f2a6d;
    border-radius: 5px;
    transition: 1s all ease;
    min-height: 290px;
    position: relative;
    z-index: 10;
  }



.blog_post_short_box:hover {
	background-color: #6f2a6d;
	color: white;

}

.blog_post_short_box:hover a{
	color: white;
}

.blog_post_short_box a {
	color: #6f2a6d;
	font-weight: 600;
	transition: 1s all ease;
}

.blog_post_short_box h2 {
	font-family: 'Slabo 13px';
	font-size: 18px;
}

.blog_post_short_box p {
	margin-bottom: 0;
	font-size: 17px;
  display: inline;
}

.blog_post_short img {
	  position: relative;
    left: calc(50% - 135px);
    top: 150px;
    margin-top: -150px;
    z-index: 0;
    max-width: 100%;
}

.blog-template .blog_post_short:nth-of-type(odd) {
  clear: both;
}

.blog-template .blog_post_short {
  margin-bottom: 50px;
}

.testimonial {
	margin: 30px 0;
}

.testimonial p {
	font-size: 21px;
	color: #000;
}

.contact-home p:last-of-type {
  margin-bottom: 0;
}
.testimonial p:last-of-type {
  margin-bottom: 0;
}

.home-template hr {
  margin: 30px 0 30px;
}

.testimonial em {
	color: #6f2a6d;
	font-size: 18px;
	text-transform: capitalize;
	font-style: normal !important;
	font-weight: 600;
}

.contact-home {
	margin: 30px 0;
	padding-left: 20px;
}

.contact-home a {
  color: white;
}
.contact-home .button:hover a {
  color: #6f2a6d;
}

.contact-home p:first-of-type {
	font-size: 17px;
	color: #6f2a6d;
}

.contact-home .button {
		display:inline;
	margin-right: 50px;
	border-radius: 50px;
	border: 1px solid #6f2a6d;
	padding: 10px 0;
	width: 200px;
	float: left;
	text-align: center;
	font-size: 17px;

	background-color: #6f2a6d;
	color: white;
}

.contact-home i {
	margin-left: 10px;
	font-size: 21px;
}

.bold {
	font-weight: 600;
}

.form {
	margin: 30px 0 0;
	background-color: #6f2a6d;
	padding: 30px;
	border-radius: 5px;

}

.home-template main .col8-12 {
  padding-left: 0;
}

.home-template section {
  background-color: #ccc;
    padding: 10px 0;
    margin: 20px 0;
    width: 100%;
    float: left;
}

.twitter {
	margin: 30px 0 0;
	padding: 30px !important;
	border: 1px solid #6f2a6d;
	border-radius: 5px;
  min-height: 533px;
}


header .col10-12 p:last-of-type {
  margin-bottom: 0;
}



.twitter a {
  color: #6f2a6d;
  font-weight: bold;
}

.twitter h2 {
	color: #6f2a6d;
}

.twitter i {
	font-size: 29px;
}

.twitter p {
	font-size: 18px;
	padding-bottom: 30px;
	border-bottom: 1px solid #6f2a6d;
	margin-bottom: 0
}

.twitter p:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
  padding-top: 20px;
}

.button {
	transition: 1s all ease;
}

.button:hover {
	color: #6f2a6d;
	background-color: white;
}

aside h2 {
  color: #6f2a6d;
  font-size: 24px;
}

.tag_list li {
  width: 100%;
  float: left;
}

.tag_list li a {
  color: white;
  border: 2px solid #6f2a6d;
  border-radius: 50px;
  background-color: #6f2a6d;
  width: auto;
  float:left;
  margin-bottom: 15px;
  font-size: 13px;
  padding: 5px 20px !important;
}

aside .testimonial {
  margin: 0;
}

aside .testimonial p {
  font-size: 18px;
}

aside .form {
  padding: 20px;
  margin-top: 0px;
}

aside .form p {
  font-size: 17px;
  margin-bottom: 0px;
}

aside textarea, aside input, aside button {
  border: 1px solid white;
}

aside {
  padding-right: 30px !important;
}

.contact-information {
  padding: 30px 20px;
  border: 1px solid #6f2a6d;
  margin-bottom: 20px;
  border-radius: 5px;
}

.contact-information h2 {
  color: #6f2a6d;
}

.contact-information p {
  margin-bottom: 10px;
}

.contact-information i {
  background-color: #6f2a6d;
  color: white;
  padding: 9px;
  font-size: 12px;
  border-radius: 50px;
  margin-right: 15px;
  height: 28px;
    width: 29px;
}

.contact-information p:first-of-type i {
  height: 26px;
    width: 27px;
}

.contact-template .col7-12 {
  padding-right: 20px ;
  padding-left: 0;
}

.post a{
  color: #6f2a6d;
}

.post:last-of-type {
  border-bottom: 0;
}

.post-template .bg-image {
  background-size: cover;
}

#service_listing .post p {
  display: inline;
}


.blog_post_short a:hover {
  opacity: 1;
}

.bg-image {
  background-size: cover;
  background-position: center;
}

/* END ~7. CLASSES AND IDs */

/* ~8. FORMS */

.home-template form p {
  margin-bottom: 2px;
}

.contact-template form p{
  color: #333333;
  margin-bottom: 5px;
}

.contact-template input, .contact-template textarea {
  background-color: white;
  border: 1px solid #6f2a6d;
}

.contact-template input, .contact-template textarea, .contact-template select {
  color: #333333;
}

.contact-template button:hover {
  border: 1px solid #6f2a6d;
}


 form p:last-of-type {
  margin: 0;
}

.contact-template .contact-information p:last-of-type {
  margin: 0;
}

form {
    float: left;
    width: 100%;
}

form i {
	margin-left: 5px;
}

form p {
	color: white;
	font-size: 19px;
	line-height: 1.5;
}

form span {
	font-weight: 600;
}

.honey {
    display: none
}

label {
    float: left;
    width: 100%;
    font-size: 12px;
}

textarea {
    height: 130px;
	resize: vertical;
}

input, textarea, select {
    float: left;
    width: 100%;
    font-family: 'Maven Pro', Tahoma, Arial, Verdana, sans-serif;
	font-size: 15px;
    border: 2px solid #FFF;
    outline: none;
    background: #6f2a6d;
    color: #FFF;
    padding: 10px;
    margin: 10px 0;
	border-radius: 5px;
}

::-webkit-input-placeholder {
   color: white;
}

:-moz-placeholder { /* Firefox 18- */
   color: white;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: white;
}

:-ms-input-placeholder {
   color: white;
}


.contact-template ::-webkit-input-placeholder {
   color: #6f2a6d;
}

.contact-template :-moz-placeholder { /* Firefox 18- */
   color: #6f2a6d;
}

.contact-template ::-moz-placeholder {  /* Firefox 19+ */
   color: #6f2a6d;
}

.contact-template :-ms-input-placeholder {
   color: #6f2a6d;
}


button, input[type='submit'] {
    width: auto;
    border: 2px solid white;
    outline: none;
	background-color: #6f2a6d;
    color: #FFFFFF;
    padding: 15px 30px;
    margin: 10px 0;
    cursor: pointer;
	border-radius: 50px;
	    font-family: 'Maven Pro', Tahoma, Arial, Verdana, sans-serif;
		font-size: 16px;
}

.success_message{
    float:left;
    width:100%;
    padding:5px;
    margin:15px 0;
}

.success_yes{
    background:#9AD69A;
    color:green;
}

.success_no{
    background:#FFBBBB;
    color:red;
}

/*suggested css to reduce font size of intro on home and each service page and match colour */
.banner_overlay h2, .banner_overlay2 h2 {
    font-size: 24px;
    color: #6f2a6d;
}




header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}

/* END ~8. FORMS */


/* ~9. OWEN CUSTOM CSS*/

.contactCTA a{
  color: #6F2A6D !important; 
}

.contactCTA {
  color: #000000 !important;
}


#firstServices, #secondServices {
  background: #ffffff !important;
}

.container {
  overflow: hidden;
}


.services_blog img{
  left: calc(50% - 165px);
}

header{
  overflow: visible;
}

header .container{
  overflow: visible;
}

header .col12-12{
  overflow: visible;
}

.outer_container{
  overflow: visible;
}

/* END ~9. OWEN CUSTOM CSS*/


/* ~9. MATT CUSTOM CSS*/

.setBottom {
    position: absolute;
    display: block;
    bottom: 30px;
}

/* END ~9. OWEN CUSTOM CSS*/