body {
background: #D6CEB9;
color: #404040;
font-size: 14px;
font-size: 1.4rem;
font-family: 'Merriweather Sans';
font-style: normal;
font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
color: #404040;
font-family: 'Cinzel';
font-style: normal;
font-weight: normal;
}

a {
color: #314dc1;
text-decoration: none;
border-bottom: none;
}

a:hover {
color: #314dc1;
text-decoration: underline;
border-bottom: none;
}

#masthead  {
background: #837c6a;
}


.site-title, .site-description {
text-align: left;

}

.site-title, .site-title:hover {
color: #E0C8A6;
font-family: 'Cinzel';
font-style: normal;
font-weight: normal;
}

.site-description, .site-description:hover {
color: #E0C8A6;
font-family: 'Merriweather Sans';
font-style: normal;
font-weight: 300;
}

#nav-container  {
background: #837c6a;
}

#nav-container .menu > li > a, .menu-toggle, #nav-container .nav-menu > li > a {
color: #FFFFFF;

}

#nav-container .dropdown-menu {
background: #837c6a;
}

#nav-container .dropdown-menu > li > a {
color: #FFFFFF;

}


#primary {

}

.embedded-map iframe {
color: #404040;

}

.text-rating {
display: none;

}

#colophon  {
background: #837C6A;
}

#colophon {
color: #FFFFFF;
}

#colophon a {
color: #000000;
}

#colophon a:hover {
color: #314DC1;
}

footer .menu > li {
border-color: #000000;
}

/***** Theme-Specific Styles *****/
body {

}

.rs_style .soliloquy-caption {
	background: #3C6CA7;
background: -moz-linear-gradient(top,  #3C6CA7 0%, #224782 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3C6CA7), color-stop(100%,#224782));
background: -webkit-linear-gradient(top,  #3C6CA7 0%,#224782 100%);
background: -o-linear-gradient(top,  #3C6CA7 0%,#224782 100%);
background: -ms-linear-gradient(top,  #3C6CA7 0%,#224782 100%);
background: linear-gradient(to bottom,  #3C6CA7 0%,#224782 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C6CA7', endColorstr='#224782',GradientType=0 );
}
.rs_style .soliloquy-container .soliloquy-caption-inside{
	}

.MobileCallWidget, .MobileDirectionsWidget {
background: #E0C8A6;border: 1px solid #D2BA99;

}

#header-sidebar .PhoneNumberWidget, #header-sidebar .PhoneNumberWidget a {
color: #E0C8A6;

}

/* main nav all caps */
#nav-container .menu > li > a {
text-transform: uppercase;

}

/* main nav menu and mobile menu hover state */
#nav-container .menu > li > a:hover,
#nav-container .nav-menu > li > a:hover {
color: #AEBAEA;

}

/* main nav menu and mobile menu active state */
#nav-container .menu > .current-menu-item > a,
#nav-container .menu > .current-menu-parent > a,
#nav-container .menu > .current-menu-ancestor > a,
.single-post #nav-container .menu > .current_page_parent > a,
#nav-container .nav-menu > .current-menu-item > a,
#nav-container .nav-menu > .current-menu-parent > a,
#nav-container .nav-menu > .current-menu-ancestor > a,
.single-post #nav-container .nav-menu > .current_page_parent > a {
color: #AEBAEA;
font-weight: bold;

}

/* dropdown hover state */
#nav-container .dropdown-menu > li > a:hover {
color: #AEBAEA;

}

/* dropdown and mobile menu active state */
#nav-container .dropdown-menu > .current-menu-item > a,
#nav-container .dropdown-menu > .current-menu-parent > a,
#nav-container .dropdown-menu > .current-menu-ancestor > a {
color: #AEBAEA;
font-weight: bold;

}

/* slider background */
.responsive-slider.flexslider {
background: #3C6CA7;
background: -moz-linear-gradient(top,  #3C6CA7 0%, #224782 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3C6CA7), color-stop(100%,#224782));
background: -webkit-linear-gradient(top,  #3C6CA7 0%,#224782 100%);
background: -o-linear-gradient(top,  #3C6CA7 0%,#224782 100%);
background: -ms-linear-gradient(top,  #3C6CA7 0%,#224782 100%);
background: linear-gradient(to bottom,  #3C6CA7 0%,#224782 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C6CA7', endColorstr='#224782',GradientType=0 );

}

/* background of bottom widget is the background color of the entire container */
#main > .container {
background-color: #E2DED4;

}


/* #below-main-content-sidebar background */
#below-main-content-sidebar .widget {
background: #837c6a url("https://media.avvosites.com/upload/sites/1762/2016/01/testimonial_image.png") no-repeat right top scroll;

}
#below-main-content-sidebar, #below-main-content-sidebar h1, #below-main-content-sidebar h2, #below-main-content-sidebar h3, #below-main-content-sidebar h4, #below-main-content-sidebar h5, #below-main-content-sidebar h6 {
color: #fff;
}

/* #secondary widget backgrounds */
#secondary .widget-1 {
background: #E2DED4;
}

#secondary .widget-2 {
background: #E2DED4;
}


/* widget buttons */
#below-main-content-sidebar .widget-button a, #below-main-content-sidebar .widget-button a:hover, #secondary .widget-button a, #secondary .widget-button a:hover {
background: #314dc1;
color: #fff;

}


#colophon .site-info {
border-top: 1px solid #9D9683;
}



/***** Media Queries *****/

@media only screen and (min-width: 1000px) {
}

@media only screen and (min-width: 800px) and (max-width: 999px) {
}

@media only screen and (min-width: 480px) and (max-width: 799px) {
}

@media only screen and (max-width: 479px) {
}