/*
Theme Name: Rusty Mango Responsive
Theme URI: http:www.rustymangodesign.com.au
Description: Based on HTML5Reset Blank Theme
Author: Greg Provians
Version: 1.0
*/

.chromeframe {position: absolute; top: 0;}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 16px "Droid Sans", Arial, sans-serif;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #444444;}

body {
	background-color: #FFFFFF;
}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

img {
max-width:100%;
}


/* Layout Styles
-------------------------------------------------------------------------------*/

#headwrap {
	width: 100%;
	background-image:url(../../../../template_images/main_header_bg.jpg);
	background-repeat:repeat-x;
	z-index:0;
	max-height: 800px;
	position:relative;
}

#headwrap2 {
	width: 100%;
	background-image:url(../../../../template_images/main_header_bg2.jpg);
	background-repeat:repeat-x;
	z-index:0;
	max-height: 400px;
	position:relative;
}

#slidehead {
	width: 100%;
	max-width: 1380px;
	height:800px;
	overflow:hidden;
	text-align:center;
	margin: 0 auto;
	position:relative;
}

#logo_bg {
	position:absolute;
	top: 34px;
	background-color:#fff;
	height: 170px;
	width: 100%;
	z-index:9999999 !important;
    -moz-box-shadow:      0  8px 8px -8px #696868, 
                          0 -8px 8px -8px #696868;
    -webkit-box-shadow:   0  8px 8px -8px #696868, 
                          0 -8px 8px -8px #696868;
     box-shadow:          0  8px 8px -8px #696868, 
                          0 -8px 8px -8px #696868;
}

#logo_pos {
	width: 1080px;
	margin:0 auto;
	height: 170px;
	top: 0px;
	position:relative;
	z-index: 999999;
}

#menu_pos {
	position:absolute;
	float:right;
	bottom: 10px;
	right: 0;
	height:auto;
	width: 900px;
	z-index: 999999;
}

#wrapper {
	max-width: 1118px; 
	margin: -116px auto 0px;
	padding-bottom:20px;
	position: relative;
	z-index:99;
	display: block;
	background-image:url(../../../../template_images/content_topper.png);
	background-repeat:no-repeat;
	}
	

.theme-default .nivoSlider {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#main {
	width: 100%;
	position: relative;
	overflow:hidden;
	padding: 30px 20px 20px 20px;}

		#content {
			box-sizing: border-box;
			padding: 0 20px;
			width: 100%;
			float:left;
			max-width: 1040px;
			font-size: 17px !important;
		}
		
		#content a:link, #content a:visited{
			color: #88004F;
			text-decoration: none;
		}
		
		#content a:hover {
			color: #88004F !important;
			text-decoration:underline;
		}
		
		#content img {
			background-color: #FFF;
			padding: 5px;
			-webkit-box-shadow: 0 0 5px 2px #999999;
			box-shadow: 0 0 5px 2px #999999;
		}
		
		#sidebar {
			box-sizing: border-box;
			padding: 0 12px;
			float:right;
			width: 33%;
			max-width: 333px;
		}
		
		#sidebar-responsive { display: none; }
		
		#dancestyles {
			width: 100%;
			height: auto;
			margin-bottom: 20px;
			display: block;
		}
		
		#dancestyles img {
			margin-top: 15px !important;
			display: block;

		}

/* font styles!
-------------------------------------------------------------------------------*/

#content p {
	line-height: 1.8;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

h1 {
	height: 40px;
	width: 100%;
	margin-bottom:20px;
	font-family: Muli, Arial, sans-serif !important;
	font-weight: 300;
	font-size:34px;
	color:#000000;
	padding: 0px;
}

h2 {
	font-family: Muli, "Droid Sans", Arial, sans-serif !important;
	font-size: 20px !important;
	color: 000 !important;
	font-weight:bold !important;
}

h3 {
	width: 100%;
	margin-bottom:10px;
	font-family: Muli, Arial, sans-serif !important;
	font-weight: 300;
	font-size:22px;
	color:#000000;
	padding: 0px;
	
}

h5 {
	color: #FFF !important;
	font-family: Muli, "Droid Sans", Arial, sans-serif !important;
	font-weight: bold !important;
	font-size:20px;
	margin-bottom:15px;
	padding: 0px;	
}


/* =Text elements
-------------------------------------------------------------- */

ul,
ol {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	padding: 0;
}
ul {
	list-style: disc outside;
}
ol {
	list-style: decimal outside;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
li {
	margin: 0 0 0 24px;
	margin: 0 0 0 1.714285714rem;
}

/* Menu styles!
-------------------------------------------------------------------------------*/

#headmenu {
	width: 1080px;
	height: 46px;
	top: 84px;
	position: absolute;
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#cssmenu {
	height: 46px;
	max-width:1080px;
	display: block;
	padding: 0;
	margin: 0 auto;
	border-color: #080808;
	float:right;
}

/*--- Main Menu Bar Color ---*/

#cssmenu,
#cssmenu > ul > li > ul > li a:hover {

}
#cssmenu > ul {
	list-style: inside none;
	padding: 0;
	margin: 0;
}
#cssmenu > ul > li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
	color: #FFF;
}
#cssmenu > ul > li > a {
	outline: none;
	display: block;
	position: relative;
	padding: 18px 20px 14px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	font-family: Muli, Arial, sans-serif;
	color: #333;  
}

/*--- Main Menu Button Hover ---*/

#cssmenu > ul > li > a:hover {
	background: #FFF;
	color: #DE0081;
	border-bottom: #DE0081 3px solid;
	font-weight:bold !important;
}

#cssmenu > ul > li > a:after {
	content: '';
	position: absolute;
	top: -1px;
	bottom: -1px;
	right: -2px;
	z-index: 99; 
}

#cssmenu ul li.has-sub:hover > a:after {
	top: 0;
	bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
	content: '';
	position: absolute;
	top: 18px;
	right: 6px;
	border: 5px solid transparent;
	border-top: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 19px;
}

/*--- Button with Sub Menu Under ---*/

#cssmenu ul li.has-sub:hover > a {
	background-color: #FFF;
	z-index: 999;
	color:  #DE0081;
	border-bottom: #DE0081 3px solid;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
	display: block;
}
#cssmenu ul li.has-sub > a:hover {
	background: #FFF;
	color: #DE0081;
	border-bottom: #DE0081 3px solid;
}

/*--- Sub Menu Dropdown Arrow ---*/

	#cssmenu > ul > li.has-sub {
		padding-right: 10px;  /*--- Extra room for arrow ---*/
	}

	#cssmenu > ul > li.has-sub > a:before {
		content: '';
		position: absolute;
		top: 22px;
		right: 3px;
		border: 5px solid transparent;
		border-top: 5px solid;
	}

/*--- Sub Menu Menu ---*/ 

#cssmenu ul li > ul,
#cssmenu ul li > div {
	display: none;
	width: auto;
	min-width: 270px !important;
	position: absolute;
	top: 51px;
	background-color: #DE0081;
	z-index: 9999999;
}
#cssmenu ul li > ul {
	width: 100%;
}

#cssmenu ul li > ul li {
	display: block;
	list-style: inside none;
	padding: 0;
	margin: 0;
	position: relative;
}

#cssmenu ul li > ul li a {
	outline: none;
	display: block;
	position: relative;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	font-family: Muli, Arial, sans-serif;
	color: #ffffff;
	padding: 17px 15px 13px;
}

#cssmenu ul li > ul a:hover {
	color: #FFF;
	background-color:#A70365;
	
}
#cssmenu > ul > li.has-sub > a:hover:before {
	border-top: 5px solid #ffffff;
}

/* Three Panels on Front Page
-------------------------------------------------------------------------------*/

#threepanels {
	width: 100%;
	max-width:1040px;
	color: #FFF;
	font-size:13px;
	line-height: 18px;
	font-family: 'Droid Sans', Arial, sans-serif !important;
	margin: 20px;
}

#panelone {
	width: 32%;
	max-width:333px;
	height: 265px;
	float: left;
	background-color:#EEE;
		border:1px solid #ccc;
	text-align:justify;
}

#paneltwo {
	width: 32%;
	max-width:334px;
	height: 265px;
	margin:auto;
	background-color:#EEE;
		border:1px solid #ccc;
	text-align:justify;
}

#panelthree {
	width: 32%;
	max-width:333px;
	height: 265px;
	float:right;
	background-color:#EEE;
	border:1px solid #ccc;
	text-align:justify;
}

/* Mobile Menu - Responsive Select Plugin Required
-------------------------------------------------------------------------------*/

.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect { 
	height: 40px;
	background-color: #46AFE8;
	color: #fff;
}
	
/* Footer
-------------------------------------------------------------------------------*/

#footer {
	width: 100% !important;
	height:220px;
	background-color:#88004F;
	color: #000;
	margin-top: 20px;
}

#footermob {
	width: 100% !important;
	height:66px;
	background-color: #88004F;
	color: #FFF;
}

#foot {
	max-width: 1080px; 
	width:100%;
	margin:0px auto;
	text-align: center;
	padding: 35px 0 10px 0;
	font-family:"Droid Sans", Arial, sans-serif !important;
	color: #FFF !important;
	font-size: 14px !important;
	line-height:22px !important;
}

#footspace {
	max-width: 1080px; 
	width:100%;
	height: 30px;
	background-color: #FFF;
	margin-bottom: 10px;
}
	
	

#foot a:link, #foot a:visited{
	color: #FFF;
	text-decoration: none;
}

#foot a:hover {
	color: #FFFF00 !important;
	text-decoration:underline;
}

#foot_left {
	float:left;
	margin-left:20px;
	width: 31%;
	max-width: 333px;
	text-align:left;
}

#foot_right {
	float:right;
	width:31%;
	max-width: 333px;
	text-align:left;
	margin-right:20px;
	line-height:30px;
}

#foot_centre {
	width: 31%;
	max-width:334px;
	margin:auto;
	text-align:justify;
}

#foot_left p {
	margin: 0px;
	line-height:24px;
}

#foot_left td {
    color: #FFF !important;
    padding: 0px 0px 0px 0px !important;
}

#footmob {
	max-width: 1080px; 
	width:100%;
	margin:0px auto;
	text-align: center;
	padding-top: 10px;
	font-family:"Droid Sans", Arial, sans-serif !important;
	color: #FFF !important;
	font-size: 13px !important;
	line-height:22px !important;
}


	
#footmob a:link, #footmob a:visited{
	color: #FFF;
	text-decoration: none;
}

#footmob a:hover {
	color: #FFFF00 !important;
	text-decoration:underline;
}

/* Quick Links!
-------------------------------------------------------------------------------*/

#quicklinks {
	width: 100%;
}

#quicklinks_item {
	width: 333px;
	height: 41px;
	padding-top: 2px;
	padding-left: 0px;
}

/* Contact Form
-------------------------------------------------------------------------------*/

.wpcf7-form{
	border:none;
	padding:0;
	-webkit-border-radius: 10px;   
    border-radius: 10px;
	width:100% !important;
}

#two-column #check_items{
	width: 100%;
	float: left;
	font-size: 14px !important;
}

input[type=checkbox] {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
	border:1px solid #ccc !important;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#000 !important;
	vertical-align: middle !important;
}

.wpcf7-list-item-label {
	position: relative;
 	top: 50%;
 	transform: translateY(-50%);
}

#two-column{
	width: 100%;
	height: 100%;
}

#two-column #left{
	width: 24%;
	float: left;
}

#two-column #left p{
	line-height: 25px !important;
	margin-top: 3px !important;
	margin-bottom:15px !important;
}

#two-column #right{
	width: 74%;
	float: right;
}

#two-column p{
margin: 0px !important;
}

#two-column input[type="text"]{
	border:none;
	border:1px solid #000;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	padding: 5px;
	margin-bottom:15px;
	background-color: #eee;
}

#two-column input[type="email"]{
	border:none;
	border:1px solid #000;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	padding: 5px;
	margin-bottom:15px;
	background-color: #eee;
}

#two-column #right input[type="text"], #two-column #left input[type="text"]{
	width:100%;
}

#two-column textarea {
    position: relative;
    padding: 5px;
    border:1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
	background-color: #eee;
		font-size :14px;
}

#two-column input[type="submit"]{
	padding:5px 18px;
	background:#eee;
	color:#666;
	border: 1px solid #000;
	float:right;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:10px 0px 20px 0px;
}

#two-column input[type="text"]:focus, #two-column textarea:focus, #two-column input[type="email"]:focus{
	background: #F1F1F1;
}

#two-column input[type="submit"]:hover{
	background:#666;
	color:#fff !important;
	border: 1px solid #000;
}

.wpcf7-mail-sent-ok {
	border: 2px solid #016894 !important;
}

.wpcf7-mail-sent-ng {
	border: 2px solid #016894 !important;
}

.wpcf7-spam-blocked {
	border: 2px solid #FF0000 !important;
}

.wpcf7-validation-errors {
	border: 2px solid #FF0000 !important;
}

/*--- Contact Us Page CSS ---*/

#contactdetails {
	width: 50%;
	max-width:520px;
	min-height:100px;
	float: left;
	margin-bottom:20px;
	padding-right:20px;
}

#contactform {
	width: 50%;
	max-width:520px;
	min-height:100px;
	float: right;
	margin-bottom:20px;
	padding-left: 20px;
}

#mapwrap {
	width: 100%;
	max-width:1040px;
	min-height:100px;
	float: left;
	margin-bottom:20px;
	padding-right:0px;
}

.mapp-layout {
    margin: 0px !important;
	border: 1px solid #DDD !important;
}


/* =Tables
-------------------------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
		border: 1px solid #ddd;
}
tr th {
	line-height: 2.181818182;
	text-align: left;
	text-transform: uppercase;
		border: 1px solid #ddd;
}
td {
	font-weight: normal;
	padding: 6px 10px 16px 10px;
	text-align: left;
	border: 1px solid #ddd;
}

#foot_left td {
	font-weight: normal;
	padding: 6px 10px 16px 10px;
	text-align: left;
	border:none !important;
}

#foot_left table {
	border:none !important;
}

th {
    font-family: Muli, "Droid Sans", Arial, sans-serif !important;
	font-size: 24px !important;
	color: #444 !important;
	padding: 10px 0 0 10px !important;
	text-transform: none !important;
}

th p {

    margin: 0 0 5px 0 !important;
}

#content td p {
    line-height: 1.8;
    margin: 0 !important;
}

.minor_titles {
	color: #006793;
	font-family: "Arapey", "Bookman Old Style", "Times New Roman", serif !important;
	font-weight: normal;
	font-size:21px;
	padding: 0px;
	margin-bottom:6px;
	letter-spacing:1px;
	
}

/* =Alignment
-------------------------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin: 10px 24px 12px 10px !important;
}
.alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

/* =Captions
-------------------------------------------------------------- */
.wp-caption {
	background: transparent;
	border: none;
	margin: 0;
	padding: 4px;
	text-align: left;
}
.wp-caption-dt {
	margin: 0;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #757575;
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.71429rem;
}

#notmobile {
	width: 100%;
	height: auto;
	position: relative;
}


/* WOOCOMMERCE ADJUSTMENTS
-------------------------------------------------------------------------------*/


.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
   padding: 5px;
	border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}

.select2-container .select2-selection--single {
    height: 32px !important;
}

.optional {display:none;}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Always do mobile-first, and consider using em units: http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw

@media screen and (min-width: 480px) {

} */

@media (max-width: 1079px) {
    #sidebar {
        display:none !important;
    }
	#threepanels {
        display:none !important;
    }
	#footermob {
		display: block !important;
	}
	
		h1 {
		font-size: 26px !important;
		display: inline-block !important;
		padding-top: 10px !important;
		margin-bottom: 20px !important;
		height:100% !important;
	}
	
	#footer {
		display:none;
	}
	
		img {
	max-width: 100%;
	height: auto;
	margin: 0 auto !important;
	display:block !important;
}

.alignright {
	display: inline;
	float: none !important;
	margin: 0px auto 10px auto !important;
}

#notmobile {
	display: none !important;
}

#headwrap2 {
	display: none !important;
}

#wrapper {
	width: 100% !important;
	max-width: 1079px !important; 
	margin: 0 auto !important;
	padding-bottom:20px;
	position: relative;
	z-index:99;
	display: block;
	background-image: none !important;
	background-repeat:no-repeat;
	}
	
#main {
    padding: 20px 0px 20px;
}

.columns-3 .column-span-2 {
    width: 100% !important;
	display: block !important;
}

.columns-3 .column {
    width: 100% !important;
	display: block !important;
}

#content img {
background-color: #FFF;
padding: 5px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
width: 100% !important;
display: block !important;
		}

#content #two-column #left {
    width: 100%;
    float: none;
}
	
#content #two-column #right {
    width: 100%;
    float: none;
}


}

@media (min-width: 1080px) {
	#footermob {
		display: none !important;
	}
	
	#shiftnav-toggle-main {
		display:none !important;
	}
	
	#mobhead {
		display:none !important;
	}
	
}



@media screen and (max-width: 800px) {

.columns-2 .column {
	
width: 100% !important;
height: 100% !important;
display: block !important;

}

#two-column input[type="submit"]{
	width:100% !important;
	height: auto !important;
	display: block !important;
}

}


.paragraph_lead {
	font-family: Muli, "Droid Sans", Arial, sans-serif !important;
	font-size: 24px !important;
	color: #444 !important;
	margin-top: 20px !important;
	display: block !important;
}

.section_titles {
	padding: 9px 0px 15px 15px;
	width: 100%;
	font-size: 20px !important;
	font-weight:bold;
	color: #FFF;
	font-family: Muli, "Droid Sans", Arial, sans-serif !important;
	background-image:url(../../../../template_images/colomn_head_bg.jpg);
	background-repeat: repeat-x;
	display: block;
}

.sidebar_news_titles {
	font-size: 16px !important;
	font-weight:bold !important;
	color: #000 !important;
	font-family: Muli, "Droid Sans", Arial, sans-serif !important;
}

.sidebar_news_text {
	font-size: 14px !important;
	font-weight:normal !important;
	color: #444 !important;
	font-family: "Droid Sans", Arial, sans-serif !important;
}

.content_text {
	font-size: 15px !important;
	font-weight:normal !important;
	color: #444 !important;
	font-family: Muli, "Droid Sans", Arial, sans-serif !important;
}

.styles_text {
	font-size: 15px !important;
	font-weight:normal !important;
	color: #444 !important;
	font-family: "Droid Sans", Arial, sans-serif !important;
	line-height:15px !important;
}	
	
.no_shadow img{
			-webkit-box-shadow: none !important;
			box-shadow: none !important;
}

/* CONTACT FORM 7 - Styles
-------------------------------------------------------------------------------*/

.wpcf7-form{
	border: none;
	padding:0;
	-webkit-border-radius: 10px;   
    border-radius: 10px;
	width: 100%;
	margin-bottom:21px;
}

.email_terms {
	font-size:13px !important;
	color: #444 !important;
}
	

#two-column{
	width: 100%;
}

#two-column #left{
	width: 35%;
	float: left;
}

#two-column #left p {
    line-height: 25px !important;
    margin-bottom: 15px !important;
    margin-top: 3px !important;
}

#two-column #right{
	width: 65%;
	float: right;
}
#two-column p{
margin: 0px !important;
}

#two-column input[type="text"]{
	border:none;
	border:1px solid #DDD;
	font-size :16px;
	border-radius: 0px;
	padding: 8px 10px;
	margin-bottom:15px;
	width: 100%;
}

#two-column input[type="email"]{
	border:none;
	border:1px solid #DDD;
	font-size :16px;
	border-radius: 0px;
	padding: 8px 10px;
	margin-bottom: 15px;
	width: 100%;
}

#two-column #right input[type="text"], #two-column #left input[type="text"]{
}

#two-column textarea {
    position: relative;
    padding: 5px;
    border:1px solid #DDD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	width: 100%;
}

#two-column select{
	border:none;
	border:1px solid #DDD;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-bottom:15px;
	width: 100%;
}

#two-column input[type="submit"]{
	padding:6px 15px;
	background:#f1f1f1;
	color:#666;
	border: 1px solid #DDD;
	float:right;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:5px 0px 0px 0px;
}
#two-column input[type="text"]:focus, #two-column textarea:focus, #two-column input[type="email"]:focus{
	background: #F1F1F1;
}
#two-column input[type="submit"]:hover{
	background:#ccc;
	color:#222;
	border: 1px solid #DDD;
}

#two-column hr {
	margin: 10px 0 25px;
	border-top: 1px solid #eee;
}

#two-column h2 {
	margin-bottom: 25px;
	color: #E6007F;
	font-size: 24px !important;
}

#two-column p {
	margin-bottom: 25px !important;
}

.wpcf7-mail-sent-ok {
	border: 2px solid #E6007F !important;
}

.wpcf7-mail-sent-ng {
	border: 2px solid #E6007F !important;
}

.wpcf7-spam-blocked {
	border: 2px solid #E6007F !important;
}

.wpcf7-validation-errors {
	border: 2px solid #E6007F !important;
}