/*
Theme Name: Rumer
Description: Child theme for Smpl Skeleton
Author: Rumer Cosmetics
Template: Smpl Skeleton
*/

body {
	background: none;
}

/* FONTS ============================================*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 { 
	font-weight: 400; 
	font-family: "Open Sans", sans-serif, sans-serif !important;
	color: #333;
}

H1, H2 {
	color: #4A2567; 
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a { 
	text-decoration: none;
	color: #8546AE;
}

H1 { font-size: 2.2rem; font-weight: bold; text-transform: uppercase; }
BODY.single H1 { font-size: 2rem; font-weight: normal; text-transform: none; }

h2 { font-size: 1.8rem; margin-bottom: 20px;}

/* h3 { font-size: 1.6rem; }*/

h3, h4 { font-size: 1.4rem; }

h5 { font-size: 1.1rem; }

BODY.home H2.entry-title {
	display: none;
}

BODY.home H3 { font-size: 1.6rem; }

/* Smaller Fonts on Phones */
@media only screen and (max-width: 599px) {	
BODY.page-template H1.entry-title,
BODY.page-template .entry-content H1 {
	font-size: 1.8rem;
}
BODY.page-template .entry-content H2 {
	font-size: 1.4rem;
}
BODY.page-template .entry-content H3,
BODY.page-template .entry-content H4 {
	font-size: 1.2rem;
}
BODY.page-template .entry-content P,
BODY.page-template .entry-content LI {
	font-size: 1rem;
}
}


/* BUTTONS */

A.rc-button {
	font-weight: bold;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button a  {
  text-shadow: none;
  background: #8546AE;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8546AE), color-stop(100%, #8546AE));
  background: -webkit-linear-gradient(top, #8546AE 0%, #8546AE 100%);
  background: -o-linear-gradient(top, #8546AE 0%, #8546AE 100%);
  background: -ms-linear-gradient(top, #8546AE 0%, #8546AE 100%);
  background: -moz-linear-gradient(top, #8546AE 0%, #8546AE 100%);
  background: linear-gradient(top bottom, #8546AE 0%, #8546AE 100%);
  background-clip: border-box;
  position: relative;
  background-repeat: repeat-x;
}

.button a:hover {
  text-decoration: none !important;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
a.button:hover {
  background: #4A2567;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4A2567), color-stop(100%, #4A2567));
  background: -webkit-linear-gradient(top, #4A2567 0%, #4A2567 100%);
  background: -o-linear-gradient(top, #4A2567 0%, #4A2567 100%);
  background: -ms-linear-gradient(top, #4A2567 0%, #4A2567 100%);
  background: -moz-linear-gradient(top, #4A2567 0%, #4A2567 100%);
  background: linear-gradient(top bottom, #4A2567 0%, #4A2567 100%);
  background-clip: border-box;
  position: relative;
  cursor: pointer;
}


/* @end */




/* HEADER =========================================*/

#rc-logo-wrap {
	background-color: #000;
	text-align: center;
}

#rc-logo-wrap-inner {
	max-width: 1140px;
	margin: 0 auto;
	text-align: left;
}

#rc-social,
#rc-logo,
#rc-consult {
	float: left;
	width: 25.3%;
	margin: 0 4%;
}

#rc-social,
#rc-logo {
	text-align: center;
}

#rc-logo { 
	margin-top: 20px;
}

#rc-social,
#rc-consult { 
	margin-top: 40px; 
	color: #fff;
}

@media only screen and (max-width: 599px) {
	#rc-social,
	#rc-consult { 
		display: none;
	}
	#rc-logo {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	#rc-social,
	#rc-consult { 
		font-size: 12px;
		line-height: normal;
	}
}

#rc-social li {
	display:inline-block;
	margin-top:10px; 
	margin-left:0;
	float:none;
}

#rc-consult .phone { margin-bottom: 20px; }

#rc-consult A { font-weight: bold; }
#rc-consult A:HOVER { color: White; }

#header { /* Hide parent theme's default #header */
	display: none;
}






/* UBER MENU */

.ubermenu-responsive-toggle {
	border: none !important;
    width: 100% !important;
}
.ubermenu-main {
	/*border-top: 0px !important;
	border-right: 0px !important;
	border-bottom: 1px solid Black !important;
	border-left: 0px !important;*/
	border: 0px !important;
	
	}
	
.ubermenu-main LI A {
		border: 0px !important;
	}

LI.ubermenu-item A {
	padding-right: 30px !important;
	padding-left: 30px !important;	
}

@media only screen and (min-width: 1024px) and (max-width: 1149px) {
LI.ubermenu-item A {
	padding-right: 20px !important;
	padding-left: 20px !important;	
}
}

LI LI LI.ubermenu-item A {
	padding-right: 10px !important;
	padding-left: 10px !important;	
}









/* HOME ==================================*/

/* HERO */ 

#home-hero {
	-webkit-box-shadow: inset 0px 5px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    inset 0px 5px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         inset 0px 5px 5px 0px rgba(50, 50, 50, 0.25);
}

#home-hero H1 {
	color: #8546AE;
	font-size: 46px; 
	line-height: 56px;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 0.1em; 
	font-weight: normal;
}

#home-hero H1 SPAN.bigtext {
	font-size: 2em;
}

#home-hero P {
	font-size: 15px; 
	color: #333; 
	text-transform: uppercase; 
	line-height: 1.2; 
	text-align: right; 
	margin-bottom: 26px;
}

@media only screen and (max-width: 599px) {
	#home-hero H1 {
		font-size: 30px; 
		line-height: 40px;
		text-align: center;
	}
	#home-hero P {
		font-size: 14px;
		text-align: center; 
	}
	#home-hero .rc-button {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
	#home-hero H1 {
		font-size: 40px; 
		line-height: 50px;
		text-align: center;
	}
	#home-hero P {
		font-size: 14px;
		text-align: center; 
	}
	#home-hero P.button-wrap {
		text-align: center;
	}
	#home-hero .rc-button {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	#home-hero H1 {
		font-size: 30px; 
		line-height: 40px;
		text-align: center;
	}
	#home-hero P {
		font-size: 13px;
		text-align: center; 
	}
	#home-hero P.button-wrap {
		text-align: center;
	}
	#home-hero .rc-button {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1149px) {
	#home-hero H1 {
		font-size: 40px; 
		line-height: 50px;
		text-align: center;
	}
	#home-hero P {
		font-size: 13px;
		text-align: center; 
	}
	#home-hero P.button-wrap {
		text-align: center;
	}
	#home-hero .rc-button {
		margin-bottom: 10px;
	}
}

/* Get Started links */

#getstarted H2 {
	font-size: 1.6rem;
}

#getstarted H2 A {
	text-decoration: underline;
}

#getstarted H2 A:HOVER {
	text-decoration: none;
}

@media only screen and (max-width: 599px) {
	#getstarted H2 {
		font-size: 1.4rem;
	}
}

/* Membership Logos */

.membership-logos {
	/*border-top: 1px solid #CCC;*/
	text-align: center;
}
.membership-logos IMG {
	padding: 2%;
}

.membership-logos H3 { /* Section Title for Procedures */
    overflow: hidden;
    text-align: center;
	color: #8546AE;
}
.membership-logos H3:before,
.membership-logos H3:after {
    border-top: 1px solid #8546AE;
    /*border-bottom: 1px solid #8546AE;*/
    content: "";
    display: inline-block;
    height: .1em;
    position: relative;
    vertical-align: middle;
    width: 50%;
    margin-bottom: .15em;
}
.membership-logos H3:before {
    right: 0.5em;
    margin-left: -50%;
}
.membership-logos H3:after {
    left: 0.5em;
    margin-right: -50%;
}

/* Procedures ========================= */

.procedure { 
	position: relative; 
	width: 100%; /* for IE 6 */
}

.procedure H4 { 
	position: absolute; 
	top: 50%; 
	left: 0; 
	text-align: center;
	font-size: 0.95rem;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	width: 100%;
}

@media only screen and (max-width: 479px) {
	.procedure H4 {  
		top: 30%; 
		font-size: 0.8rem;
	}
.procedure I.right {
		margin-top: 3px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.procedure H4 {  
		top: 30%; 
		font-size: 0.8rem;
	}
.procedure I.right {
		margin-top: 3px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1149px) {
	.procedure H4 {  
		top: 40%; 
		font-size: 0.9rem;
	}
.procedure I.right {
		margin-top: 3px;
	}
}

.procedure H4 A { 
	color: White;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	background-color: #8546AE;
}

.procedure H4 A:HOVER { 
	background-color: Black;
}

.procedure I.right {
	float: right;
	margin-right: 10px;
}

/* OFFICE */

#office {
	text-align: center;
	padding: 100px 0;
}

#office .address-hours {
	background: rgba(74,37,103,.8); !important;
	width: 50%;
	color: White !important;
	margin: 0 auto;
	padding: 10px 30px;
	font-size: 0.9em;
}

#office .address-hours-inner {
	width: 100%;
	padding: 10px;
	line-height: normal;
}

#office .address-hours A {
	color: White;
}

#office .address-hours-left {
	float: left;
	text-align: right;
	width: 46%;
	padding-right: 2%;
	margin-right: 2%;
	/*border-width: 1px !important;*/
    border-right: 1px solid #ffffff;
}

#office .address-hours-right {
	display: inline-block;
	text-align: left;
	width: 49%;
}

#office .address-hours-left H4,
#office .address-hours-right H4 {
	font-size: 1.2em;
	color: White;
	font-weight: bold;
}

@media only screen and (max-width: 599px) {
#office .address-hours {
	width: 80%;
	font-size: 0.75em;
}
}









/* POSTS & PAGES ================================================ */

BODY.page #content,
BODY.single #content,
BODY.single #sidebar,
BODY.archive #content,
BODY.archive #sidebar,
BODY.page #sidebar {
	margin-top: 40px;
}

BODY.home.page #content {
	margin-top: 0px;
}

/* PROCEDURE PAGES - with left inner sidebar */

/* Swap column positions on phones and tablets */
@media only screen and (max-width: 1023px) {
  #content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  #content #procedures-sidebar {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  #content #procedures-content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 1024px) {
#procedures-sidebar {
	width: 33.3%;
	float: left;
}

#procedures-content {
	width: 60%;
	float: right;
}

.pull-left {
	float: none;
}

.padding-left {
	padding-left: 0;
}

.span-6 {
	width: 100%;
}
}

#procedures-sidebar {
	text-align: center;
}

#procedures-featured-image IMG {
    height: auto;
    width: 100%;
	border: 8px solid #DDD;
}

@media only screen and (max-width: 599px) {
#procedures-featured-image IMG {
	   width: 90%;
}
}

#procedures-c2a {
	margin-top: 20px;
}

#procedures-content {
	margin: 0 30px;
}




P.lead { color: Black; }

.pull-left {
	float: left;
}

@media only screen and (min-width: 480px) {
.padding-left {
	padding-left: 20px;
}

.span-6 {
	width: 47%;
}
}



BODY.page-id-5 .rc-button-mtf { /* Hide MTF button */
	display: none !important;
}

BODY.page-id-31 .rc-button-ftm { /* Hide FTM button */
	display: none !important;
}




/* PAGES with CUSTOM SIDEBAR */

@media only screen and (min-width: 1024px) {
BODY.page-template-page-custom-sidebar #content {
	width: 65%;
}

BODY.page-template-page-custom-sidebar #sidebar {
	margin-right: 30px;
	margin-top: 80px;
	margin-bottom: 40px;
}

BODY.page-template-page-custom-sidebar #sidebar .so-widget-sow-editor {
	max-width: 320px;
}
}

#sidebar-headshot-box {
	font-size: 14px;	
	line-height: normal;
	margin-bottom: 30px;
}

#sidebar-headshot-box IMG {
	border-radius: 6px;
	margin-top: 10px;
}

BODY.page-id-67 #sidebar-headshot-box {
	display: none;
}

/*
@media only screen and (min-width: 1049px) {
BODY.page-template-page-custom-sidebar #sidebar {
	margin-right: 50px;
}
}*/

#sidebar H2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Page with no sidebar
BODY.page-id-# #sidebar { 
	display: none;
}

BODY.page-id-# #content { 
	width: 100%;
}
*/

/* Breadcrumbs */
/*
P#breadcrumbs
*/


DIV.entry-content UL {
	margin-left: 30px;
}

IFRAME.map {
	max-width: 100%;
}



/* BLOG / NEWS ========================================== */

BODY.archive IMG.alignleft {
	border: 8px solid #DDD;
}




/* LISTS ================================================ */
.inline-list{list-style:none;margin-left:-1.375rem;margin-right:0;margin:0 auto 1.0625rem auto;overflow:hidden;padding:0;}
.inline-list>li{display:block;float:left;list-style:none;margin-left:1.375rem;}
.inline-list>li>*{display:block;}


@media (min-width: 768px) {
.two-column-list {
	margin-left:-1.375rem;
	margin-right:0;
	margin:0 auto 1.0625rem auto;
	padding: 0;
	margin-bottom: 30px;
}

.two-column-list>li{
	float:left;
	margin-left:1.375rem;
	width: 47%;
	list-style-type: disc !important;
}

.two-column-list>li>*{
		display:block;
	}
}

/* TESTIMONIALS ================================================ */
.testimonial blockquote {
    display: block;
    margin: 30px 10px;
	padding: 20px;
    color: Black;
    /*border: 1px solid #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	*/
}

blockquote {
	quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ccc;
  font-family: Georgia, "Times New Roman", Times, serif;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
    font-family: Helvetica, Arial, sans-serif !important;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4em;
    color: Black;
	display: inline;
}

blockquote CITE { 
    font-family: Helvetica, Arial, sans-serif !important;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}


/* ICONS ================================================ */
.entry-content I.fa {
	color: #85469E;
}


/* MISC ================================================= */
A.anchor {
	display: block;
	position: relative;
	top: -200px;
 	visibility: hidden;
} 

.entry-content .alignright {
	float: right;
	width: 33%;
	margin: 0 0 30px 20px;
}

.entry-content IMG.alignleft, .entry-content IMG.alignright {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* CUSTOM SIDEBAR ================================================ */

/* Search */

#sidebar #searchform {
	margin-top: 80px;
	margin-bottom: 30px;
}

LABEL.screen-reader-text {
	display: none;
}

INPUT[type="submit"]#searchsubmit {
	background: #8546AE !important;
	font-size: 14px !important;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Open Sans;
	text-shadow: none;	
}





/* NINJA FORMS ============================================*/

.nf-form-title H3 { 
	font-size: 1.5em;
}

.nf-field-description {
	font-size: 13px; 
}

.nf-form-fields-required { 
	font-size: 11px;
	color: #666;
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
.mediumfield { width: 60% !important; }
.shortfield { width: 40% !important; }
SELECT.medselect { width: 60% !important; }
}


#nf-form-1-cont,
#inquiry-form-mtf {
	background-color: #F5F0F9;
	border: 1px solid #8546AB;
	padding: 1px 20px 0px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 30px;
}

#inquiry-form-ftm {
	background-color: #EFEFEF;
	border: 1px solid #CCC;
	padding: 1px 20px 0px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 30px;
}


/* Inline items 
#nf-form-1-cont LI {
	display: inline; 
	float: left; 
	width : 45%;
}
*/

/* Reduce Height of TEXTAREAs */
.entry-content .nf-field-element TEXTAREA {
	height: 10em;
}
	
#sidebar .nf-field-element TEXTAREA,  /* Override for Contact Form */
.inquiry-form .nf-field-element TEXTAREA {
		height: 6em;
	}

@media (max-width: 767px)  {
.nf-field-element INPUT[type=button] {
	font-size: 14px !important;
}
}

.nf-field-element INPUT[type=button] {
	background: #8546AE !important;
	text-transform: uppercase;
	font-size: 18px !important;
	font-weight: bold;
	font-family: Open Sans;
	text-shadow: none;		
}

/* Inquiry Forms */

.inquiry-form {
	text-align: left;
	margin-top: 40px;
}

H3.inquiry-form-heading {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
}

#inquiry-form-mtf H3.inquiry-form-heading {
	color: #8546AE;
}

#inquiry-form-ftm H3.inquiry-form-heading {
	color: Black;
}


/* EO forms ============================================*/




/* FOOTER =============================================== */

#rumer-footer {
	background-color: Black;
 /* override default function width */
	width: 100% !important;
	text-align: center;
	padding: 20px 0;
}

#rumer-footer-inner {
	margin: 0 auto;
	width: 940px;
	text-align: left;
}

#rumer-footer-inner .one_fourth {
		font-size: 0.8rem;
}

#rumer-footer-inner .one_fourth P,
#rumer-footer-inner .one_fourth STRONG { /* address */
	font-size: 0.8rem;
	color: White;
	line-height: normal;
}

@media only screen and (max-width: 767px) {
	#rumer-footer-inner .one_fourth {
		width: 100%;
		text-align: center;
	}
	.copyright {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 1023px) {
	#rumer-footer-inner {
		width: 100%;
	}
}

UL#footer-social {
	margin-top: 10px;
}

UL#footer-social LI {
	margin-left: 0px;
	margin-right: 15px;
}

@media only screen and (max-width: 767px) {
	UL#footer-social {
		display: table; 
		margin: 20px auto 0;
}
}

.copyright {
	text-align: center;
	color: White;
	font-size: 11px;
}

.themeauthor {
	display: none;
}