/*
Theme Name: Cosmetic Gynecology of WNY
Theme URI: http://roundedmarketing.com
Author: Neil Mathews | Rounded Marketing
Author URI: http://roundedmarketing.com
Description: A custom, fully responsive theme built on the twitter bootstrap. Compliant with HTML5 and CSS3. Designed and developed by the Rounded Marketing team in Rochester, NY.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, left-sidebar, responsive, custom-header, custom-menus
Text Domain: cosgyn
*/



/*Colors*/

.orange {
	color: #da7d3e;
}
.dark-purple {
	color: #676daa;
}
.light-purple {
	color: #c1bbdb;
}
.light-rust {
	color: #da7d3e;
}
.grey {
	color: #636363;
}

a:link,
a:visited {
	color: #676daa;
}
a:hover,
a:active {
	text-decoration: none;
	color: #da7d3e;
}
a.footer-phone:link,
a.footer-phone:visited,
a.footer-phone:hover,
a.footer-phone:active {
	color: #fff;
	text-decoration: none;
}
/* Misc */

h1 {
	color: #676daa;
}
h2 {
	font-size: 22px;
	color: #636363;
}
h3 {
	font-size: 19px;
	color: #da7d3e;
}
.serif {
	font-family: 'Noto Serif', serif;
}
hr {
	clear: both;
}
blockquote {
	border-left: 5px solid #bfbfbf;
	font-style: italic;
}
ul, ol {
	padding: 0 0 0 30px;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Sticky Footer Layout */
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -535px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  height: 535px;
}
#footer {
  background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
  }
}
/* Content Drilldown */

html {
}
body {
	background-color: #fff;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	color: #636363;
}
#spacer {
	height: 15px;
	padding: 0;
	margin: 0;
	background: #da7d3e;
}
#page-wrap {
}
#page {
	opacity: 1;
}
#page-row {
}
#sidebar {
}
#logo {
	background: #fff;
	text-align: center;
	padding: 10px;
}
#logo img {
	max-width: 200px;
}
#navigation {
	font-size: 16px;
}
/*primary navigation*/

.main-navigation-srm {
	display: none;
	font-size: 16px;
}

#menu-primary-navigation {
	margin: 0 0 10px;
	padding: 0;
}
#menu-primary-navigation li {
	border-bottom: 1px solid #ececec;
	position: relative;
}
#menu-primary-navigation li:last-child {
	border-bottom: none;
}
#menu-primary-navigation li a:link, 
#menu-primary-navigation li a:visited {
	background-color: #676daa;
	color: #ffffff;
	text-align: center;
}
#menu-primary-navigation li a:hover, 
#menu-primary-navigation li a:active {
	background-color: #c1bbdb;
	color: #676daa;
	font-weight: 700;
}
/*sub-menu*/

.sub-menu {
	display: none;
	min-width: 200px;
	border-left: 1px solid #ececec;
	position: absolute;
	left: 100%;
	top: 0;
	padding: 0;
}
.sub-menu a {
	padding: 10px 15px;
	display: block;
	background-color: #c1bbdb;
}
#menu-primary-navigation li .sub-menu li a:link, 
#menu-primary-navigation li .sub-menu li a:visited {
	background-color: #c1bbdb;
	color: #676daa;
	font-weight: 600;
}
#menu-primary-navigation li .sub-menu li a:hover, 
#menu-primary-navigation li .sub-menu li a:active {
	background-color: #c1bbdb;
	color: #da7d3e;
	text-decoration: none;
}
#menu-primary-navigation li:hover .sub-menu {
	display: block;
	z-index: 10;
	list-style: none;
}
#main {
	padding: 0 0 30px 0;
}
#header-row-1 {
	background-color: #f4f6f5;
	opacity: .95;
	padding: 25px 0 5px;
	font-weight: 700;
}
#header-row-1 .glyphicon {
	font-size: 24px;
	top: 6px;
}
#header-row-1-left {
}
#header-row-1-right {
	text-align: right;
}
#header-row-2 {
	background-color: #f4f6f5;
	opacity: .95;
	padding: 5px 0;
}
#header-row-2-content {
	text-align: center;
	padding: 5px 0;
}
.tagline {
	font-family: 'Noto Serif', serif;
	font-size: 26px;
	font-style: italic;
	font-weight: 600;
}
#hero {
	background: rgba(245, 246, 246, 0.7);/*opacity: .7;*/

}
#posts {
	background: rgba(245, 246, 246, 1);/*opacity: 1;*/
	padding-bottom: 30px;

}
#page-posts {
	background: rgba(245, 246, 246, 0.7);/*opacity: .7;*/
}
#footer {
	color: #fff;
	background: #da7d3e;
	position: relative;
}
#footer-flower {
}
	#footer-flower img {
		width: 100%;
		max-width: 250px;
	}
#footer-container {
	padding: 20px 15px 40px;
}
#footer-row {
}
#footer-left {
}
#footer-right-1 {
}
#footer-menu-left {
}
.footer-menu-stacked {
	font-size: 12px;
	list-style: none;
	padding-left: 0;
}
.footer-menu-stacked a {
	color: #fff;
	padding: 3px 5px;
	display: block;
}
#footer-right-2 {
}
#footer-menu-right {
}
#attribution {
	text-align: center;
	color: #dedede;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
	#attribution a:link,
	#attribution a:visited {
		color: #dedede;
	}
	#attribution a:hover,
	#attribution a:active {
		text-decoration: underline;
	}
@media (max-width: 767px) {
	#sidebar {
		padding: 0;
	}
	#navigation {
		display: none;
	}
	.main-navigation-srm {
		display: block;
	}
	#main {
		padding: 0 15px;
	}
	#header-row-1 {
		display: none;
	}
	#hero-content img {
		max-width: 50%;
	}
	#footer {
		text-align: center;
	}
}