/* 

    Theme Name: Dr Aimee Theme
    Description: A custom theme built for Dr. Aimee based on the Genesis framework
    Author: Arwyn Todd
    Author URI: http://www.arwyntodd.com
	
	Version: 1.0

    Template: genesis 
	Template Version: 2.1.2
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

*/

/* Notes 

	Main Colors:
	  Navy        - 201D52
      Orange      - FC7E2F
      Teal        - 25CAD2
      Grey/Silver - EDF5F6
      Off-black   - 3C3C41

	Fonts:
	  Archer
      Gotham
      Montserrat
      

*/

/* # Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
		- Contact Form 7
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended (remove?)
	- Jetpack
	- WPR Menu
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Mobile Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Shortcodes
- Footer Widgets
- Site Footer
- Pages
    - Home Page
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
    - Max-width: 500px
*/


/* # Imports
---------------------------------------------------------------------------------------------------- */



/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #3C3C41;
	font-family: "Gotham A", "Gotham B", "Montserrat";
	font-style: normal;
	font-weight: 400;	
	font-size: 16px;
	line-height: 1.4; 
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

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

a:hover {
	color: #FC7E2F;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-position: inside;
	margin-bottom: 12px;
	text-indent: -14px;
	margin-left: 18px;
}

b,
strong {
	font-weight: 700;
	color: #0E2441;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	font-family: "Archer A", "Archer B";
	font-style: italic;
	font-weight: 800;
	font-size: 30px;
	text-align: center;
	color: #FE7E30;
	margin: 30px -60px;
}

/*
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
*/


/* ## Headings
--------------------------------------------- */

h1 {
	font-family: "Archer A", "Archer B";
	font-style: italic;
	font-weight: 800;
	font-size: 30px;
	color: #FE7E30;
	margin: 10px 0;
}

h2 {
	font-family: "Gotham A", "Gotham B", "Montserrat";
	font-style: normal;
	font-weight: 700;	
	font-size: 21px;
	color: #201D52;
}

h3 {
	font-family: "Archer A", "Archer B";
	font-style: normal;
	font-weight: 800;
	font-size: 21px;
	color: #FE7E30;
}

h4 {
	font-family: "Gotham A", "Gotham B", "Montserrat";
	font-style: normal;
	font-weight: 700;	
	font-size: 16px;
	color: #201D52;
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.wp-block-image .aligncenter > figcaption, 
.wp-block-image .alignleft > figcaption, 
.wp-block-image .alignright > figcaption, 
.wp-block-image.is-resized > figcaption
{
	text-align: left;
	font-style: italic;
	border-left: 3.5px solid #FC7E2F;
	padding-left: 15px;
}

.wp-block-image .alignleft
{
    margin-right: 60px !important; /* overwriting WordPress default */
    margin-top: 0;
}

.wp-block-image .alignright
{
    margin-left: 60px !important; /* overwriting WordPress default */
    margin-top: 0;
}

.align-left
{
	float: left; 
	margin-right: 40px;
}

.align-right
{
	float: right; 
	margin-left: 40px;
}

.alignwide 
{
	margin-left: -80px;
	margin-right: -80px;
	max-width: 100vw;
}

.alignfull
{
	/* for some reason WP is adding a .wp-block-image class that overwrites these settings so making them all important */
	margin-left: calc(-100vw / 2 + 100% / 2) !important;
	margin-right: calc(-100vw / 2 + 100% / 2) !important;
	max-width: 100vw !important;
}

.alignfull img 
{
	width: 100vw !important;
}

.clear
{
	clear: both;
}

.text-center
{
	text-align: center;
}

.featured-content img,
.gallery img {
	width: auto;
}

hr
{
	border: 2px solid #FE7E30;
	width: 10%;
	margin-top: 15px;
	margin-bottom: 30px;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	color: #3e4043;
	border: none;	
	font-size: 18px;
	font-weight: 300;
	padding: 8px;
}

input:focus,
textarea:focus {
	/* border: 1px solid #999;
	outline: none; */
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.link-button,
.archive-pagination .pagination-previous a,
.archive-pagination .pagination-next a, 
.previous a, 
.next a {
	display: inline-block;
	background-color: #201d52;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: "Gotham A", "Gotham B", "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 15px;
	text-transform: uppercase;
	text-align: center;
	width: auto;
	vertical-align: bottom;
	line-height: 1.1;
}

.link-button.top-space
{
	margin-top: 20px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #f36f61;
	color: #fff;
	vertical-align: middle;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.link-button:hover,
.archive-pagination .pagination-previous a:hover,
.archive-pagination .pagination-next a:hover, 
.previous a:hover, 
.next a:hover {
	background-color: #25cad2;
	color: #fff;
	text-decoration: none;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #189c9f;
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* ### Contact Form 7
--------------------------------------------- */
.wpcf7 p
{
	margin: 0;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-date
{
	width: 100%;
	border: 1px solid #000;
	margin-bottom: 15px;
}

.wpcf7-textarea
{
	height: 150px;
}

.wpcf7-select
{
	background: #eae8e8;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #000;
}

												
  
					 
 
			  
						  
					   
 
  

.wpcf7 .left-column-form, 
.wpcf7 .right-column-form
{
	float: left;
	width: 48%;
}

.wpcf7 .left-column-form
{
	margin-right: 4%;
}

.wpcf7-note
{
	font-style: italic;
	margin-top: 10px;
}


/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-container
{
	overflow: hidden;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1090px;
}

.site-inner {
	clear: both;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 221px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ### Mobile Navigation */
#responsive-menu ul li::before, #wprmenu_menu_ul li::before
{
	content: none;
}


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds,
.col,
.home-three-column .widget,
.page-how-we-can-help .has-2-columns .wp-block-column,
.page-tushy-method .has-2-columns div {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths,
.col,
.home-three-column .widget {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first, 
.home-three-column .widget:first-child {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
	border-radius: 50%;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

		 
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	padding-top: 40px;
}

.author-box-title {
	margin-bottom: 4px;
}
			 

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

		 
.search .entry-title,
.search .entry-title a
{
	font-family: "Gotham A", "Gotham B", "Montserrat";
	font-size: 16px;
	text-align: left;
}

.search .entry
{
	padding-top: 10px;
}

.search .entry p, .search .entry .read-more-link
{
	display: inline;
} 
			 

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

/* hides search form button		   
	  
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
*/  


/* ## Titles
--------------------------------------------- */

		 
.archive-title {
	
}
			 

.entry-title {
	font-size: 22px;
	text-transform: none;
	text-align: center;
	line-height: 1em;
	margin-bottom: 5px;
}

.entry-title a
{
	font-family: "Archer A", "Archer B";
	color: #fc7e3c;
	font-weight: bold;
}

.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #25cad2;
}

.widget-title {
	font-size: 21px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

/*
.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}
*/

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.sidebar .widget_search
{
	background: #189c9f;
	padding: 14px;
}

.widget_categories ul li::before
{
	content: none;
}

.widget_categories .cat-item
{
	background: #cddad8;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 30px;
	font-weight: bold;
	margin-left: 0;
	text-indent: 0;
}

.textwidget img
{
	margin-bottom: 12px;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */
/*
.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}
*/

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* ## WPR Menu
--------------------------------------------- */

#wprmenu_bar .menu_title
{
	top: -16px !important;
}

#wprmenu_bar .bar_logo
{
	height: 50px !important;
}

#mg-wprm-wrap li
{
	text-indent: 0;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

		 
.top-bar
{
	background: #27cad2;
}	
		 

.site-header {
	background-color: #edf5f6;
	min-height: 140px;
}

.site-header .wrap {
	padding: 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
	position: relative;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url("images/logo.png") no-repeat left;
	float: left;
	min-height: 85px;
	min-width: 266px;
	margin: 15px 0;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image p.site-description
{
	display: none;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* ### Header Patient Portal
--------------------------------------------- */

		 
.header-click-to-call
{
	display: none;
}

.header-click-to-call a
{
	display: inline-block;
	background-color: #2facb8;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: "Gotham A", "Gotham B", "Montserrat";
	font-style: normal;
	font-size: 14px;
	text-align: center;
	padding: 5px 10px;
	margin-top: 4px;
	width: auto;
	vertical-align: bottom;
	line-height: 1.1;
}

.header-search
{
	float: right;
	margin-right: 10px;
}

.header-search input[type="search"]
{
	color: #fff;
	background: #27cad2;
	height: 28px;
	border: 1px solid #fff;
	border-right: none;
	margin: 3px 6px 0 0;
}

.header-search input[type="search"]::placeholder
{
	color: #fff;
}

.header-search input[type="submit"]
{
	content: "\e800";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'fontello';
    vertical-align: baseline;
    background: none;
    border: 1px solid #fff;
	border-left: none;
	padding: 3px 6px 3px 0;
	margin-left: -6px;
}		 

.header-patient-portal
{
	
					
		
		  
	  
	float: right;		  
}

.header-patient-portal .link-button
{
	background: #201f51;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
}

.header-patient-portal .link-button:hover
{
	background: #fc7e3c;
}
		 


/* ### Header Social Media
--------------------------------------------- */

.header-social-media
{
	position: absolute;
	bottom: 50px;
	right: 0;
}

.header-social-media a
{
	color: #fc7e3c;
	font-size: 20px;
	padding: 0 3px;
}

.header-social-media a:hover
{
	color: #27cad2;
}

.header-social-media img
{
	vertical-align: middle;
	max-height: 20px;
	margin: 0 0 6px 6px; 
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	float: right;
}

.genesis-nav-menu .menu-item, #menu-footer-menu .menu-item
{
	display: inline-block;
	text-align: left;
	line-height: auto;
	margin-bottom: 0;
	text-indent: 0;
	margin-left: 0;
}

.genesis-nav-menu .menu-item:before
{
	content: none;
}

.genesis-nav-menu a {
	color: #0e2441;
	padding: 10px 11.5px;
}

.genesis-nav-menu li:first-child a
{
	padding-left: 0;
}

.genesis-nav-menu li:last-child a
{
	padding-right: 0;
}

.genesis-nav-menu .sub-menu li a,
.genesis-nav-menu .sub-menu li a
{
	padding-left: 20px;
	padding-right: 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fc7e3c;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	top: 151px;
}

.genesis-nav-menu .sub-menu a {
	background-color: #27cad2;
	color: #fff;
	border-bottom: 2px solid #fff;
	font-size: 16px;
	padding: 15px 20px;
	position: relative;
	width: 250px;
	display: inline-block;
}

.genesis-nav-menu .sub-menu li:last-child a
{
	border-bottom: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .sub-menu .menu-item:not(:last-child):after
{
    content: none;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	/*
	position: absolute;
	bottom: 0;
	right: 0;
	*/
}

.nav-primary .wrap
{
	padding: 0;
}

.nav-primary .genesis-nav-menu a {
	color: #3c3c41;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fc7e3c;
	text-decoration: none;
}

/*
.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover
{
	color: #201f51;
}
*/

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	padding: 30px 0 0;
}

.blog .entry
{
	margin-bottom: 0;
	padding: 50px 20px 0;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	/* list-style-type: none; */
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.blog-icon
{
	position: relative;
	z-index: 1;
	display: block;
	margin: 0 auto -32px;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {

}

.entry-header .entry-meta 
{
	font-family: "Archer A", "Archer B";
	font-size: 21px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 24px;	
}

.entry-footer .entry-meta {
	border-top: 1px solid #cddad8;
	border-bottom: 1px solid #cddad8;
	padding: 10px 0;
	font-family: "Equip";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0e2441;
}

.entry-footer .entry-meta a 
{
	font-weight: normal;
}

.entry-footer .flourish
{
	display: block;
	overflow: hidden;
	text-align: center;
}

.entry-footer .flourish:before, 
.entry-footer .flourish:after 
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 50%;
	border-top-style: solid;
	border-top-width: 1px;
}

.entry-footer .flourish:before 
{
	right: 0.5em;
	margin-left: -50%;
}

.entry-footer .flourish:after 
{
	left: 0.5em;
  	margin-right: -50%;
}

.entry-footer .flourish a
{
	color: #fff;
	background: #201f51;
	font-size: 20px;
	border-radius: 50%;
	padding: 4px;
	line-height: 2;
	margin-right: 10px;
}

.entry-footer .flourish a:first-child
{
	margin-left: 10px;
}

.entry-categories,
.entry-tags {
	display: block;
	width: 100%;
}

.entry-comments-link::before {
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 30px 0;
	padding: 30px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}

.pagination-previous, .pagination-next
{
	text-align: center;
}

.pagination-previous
{
	float: left;
}

.pagination-next
{
	float: right;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #edf5f6;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

#reply-title
{
	font-family: "Gotham A", "Gotham B", "Montserrat";
	font-style: normal;
	font-weight: 700;	
	font-size: 21px;
	color: #201D52;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond textarea {
	width: 100%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	font-weight: bold;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 14px;
	padding-top: 50px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}


/* # Shortcodes
---------------------------------------------------------------------------------------------------- */

.grey-section-extended
{
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
	clear: both;
	background: #edf5f6;
}

.grey-section
{
	/* width: 70vw;
	max-width: 70vw; */
	max-width: 1090px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden; /* this keeps the div "containing" anything floating within it */
}



/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-testimonials
{
	background: #edf5f6;
	padding: 60px 240px 30px;
}

.footer-testimonials img
{
	display: block;
	margin: 0 auto 90px;
}

.footer-testimonials .widget:first-child .five-sixth
{
	margin-bottom: 60px;
}

.footer-testimonials h4
{
	color: #201d52;
}

.footer-as-seen-in
{
	padding: 20px 0 50px;
}

.footer-as-seen-in .widget-title
{
	color: #fc7e3c;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline;						
}

.footer-as-seen-in .row-one, .footer-as-seen-in .row-two
{
	text-align: center;
}

.footer-as-seen-in .row-one img, .footer-as-seen-in .row-two img,
.footer-as-seen-in .row-one a, .footer-as-seen-in .row-two a
{
	vertical-align: middle;
}

.footer-as-seen-in .row-one img,
.footer-as-seen-in .row-one a
{
	margin: 0 20px 0 0;
}

.footer-as-seen-in .row-two img,
.footer-as-seen-in .row-two a
{
	margin: 10px 51px 10px 0;
}

.footer-as-seen-in .row-one img:last-child, .footer-as-seen-in .row-two img:last-child,
.footer-as-seen-in .row-one a:last-child, .footer-as-seen-in .row-two a:last-child
{
	margin-right: 0;
}

.footer-subscribe
{
	background-color: #27cad2;
	color: #fff;
	text-align: center;
	clear: both;
	padding: 20px 0 30px;
	margin: 0;
}

.footer-subscribe h4
{
	color: #fff;
	margin: 0;
}

.footer-subscribe form input[type="text"], .footer-subscribe form input[type="email"]
{
	margin: 15px 15px 0 0;
	width: 25%;
}


.footer-subscribe form input[type="submit"]:hover
{
	background: #fc7e2f;
}

.footer-social-media, .footer-menu
{
	background-color: #201f51;
	color: #fff;
	text-align: center;
}

.footer-social-media
{
	padding: 40px 0 10px;
}

.footer-social-media a
{
	color: #fff;
	font-size: 30px;
	padding: 0 8px;
}

.footer-social-media a:hover
{
	color: #27cad2;
}

.footer-social-media img
{
	vertical-align: middle;
	margin-left: 20px;
}

.footer-menu
{
	font-size: 11px;
}

.footer-menu a
{
	color: #fff;
}

.footer-menu a:hover
{
	color: #fc7e2f;
}

.footer-menu .textwidget a:last-child
{
	margin-left: 20px;
}

#menu-footer-menu
{
	margin-bottom: 15px;
}

#menu-footer-menu li a 
{
    color: #fff;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 15px;
}

#menu-footer-menu li a:hover
{
	color: #fc7e3c;
	text-decoration: none;
}

.footer-widgets {
	background-color: #fff;
	color: #0e2441;
	font-size: 18px;
	clear: both;
	padding-top: 10px;
}

.footer-widgets,
.footer-widgets a {
	color: #fff;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 /* social media */
{
	width: 50%;
	text-align: right;
	float: left;
}

.footer-widgets-2 /* PCC logo */
{
	width: 50%;
	text-align: left;
	float: right;
}

.footer-widgets-1 [class^="icon-"]::before, .footer-widgets-1 [class*=" icon-"]::before 
{
	background: #189c9f;
	font-size: 24px;
	padding: 10px;
	border-radius: 50%;
}

.footer-widgets-1 [class^="icon-"]:hover::before, .footer-widgets-1 [class*=" icon-"]:hover::before
{
	background: #f36f61;
}

.footer-widgets-2 img
{
	margin-left: 20px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #201f51;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	padding: 15px 0 40px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Pages
---------------------------------------------------------------------------------------------------- */
/*
.page-banner
{
  background-size: 1090px 275px;
  background-position: center center;
  background-repeat: no-repeat;
}
*/

.page-banner
{
	position: relative;
}

.page-banner-img
{
	width: 100%;
}

.page-title
{
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 55px;
}

.all-caps
{
	text-transform: uppercase;
}

.float-left
{
	float: left;
	margin-right: 20px;
}

.float-right
{
	float: right;
	margin-left: 20px;
}

.clear
{
	clear: both;
}

.center
{
	display: block;
	margin: 0 auto;
}

.single-post .entry
{
	padding: 30px 150px;
}

.single-post-title
{
	background: #27cad2;
	padding: 30px 0;
}

.single-post-title h1
{
	color: #fff;
	text-align: center;
}

.single-post .single-post-title hr
{
	border-color: #fff;
	width: 5%;
}

.single-post hr
{
	width: 25%;
}

.single-post .entry-footer
{
	margin: 30px 0;
}

.single-post .pagination
{
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #fc7e3c;
}

.single-post .pagination .pagination-previous,
.single-post .pagination .pagination-next
{
	max-width: 40%;
}

.single-post .pagination .pagination-previous
{
	text-align: left;
}

.single-post .pagination .pagination-next
{
	text-align: right;
}

.single-post .pagination a
{
	font-family: "Archer A", "Archer B";
	font-size: 22px;
	text-transform: none;
}

.page-template-landing-page .site-header, 
.page-template-landing-page .footer-as-seen-in,
.page-template-landing-page .footer-subscribe, 
.page-template-landing-page .footer-widgets
{
	display: none;
}

.indented-content
{
	padding: 0 30px;
}

.light-blue
{
	background: #E6F1EF;	
}

.grey-blue
{
	background: #cddad8;
}

.peach
{
	background: #fbdedb;
}

.spacer
{
	padding: 30px 0 0;
}

.shrink-up
{
	margin-top: -30px;
}

.shrink-down
{
	margin-bottom: -30px;
}

.direct-link-padding
{
	height: 30px; 
	margin-top: -30px;
}

.embedded-video
{
	margin: 0 auto; 
	width: 640px;
}

.error404 .sidebar
{
	display: none;
}


/* # Custom Blocks
--------------------------------------------- */

/* ## Three-Column-Callout
--------------------------------------------- */

.three-steps
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 30px 0;
}

/*
.three-steps-header-block,
.three-steps-text-block,
.three-steps-footer-block
{
	display: table-row;
}

.three-steps .one-third
{
	float: none;
	display: table-cell;
}
*/

.three-step-header,
.three-step-footer
{
	background: #201f51;
	color: #fff;
	text-align: center;
}

.three-step-header
{
	padding: 20px 30px;
	grid-row-start: 1;
}

.three-steps .three-step-header:nth-of-type(3),
.three-steps-with-footer .three-step-header:nth-of-type(4),
.three-steps-with-footer .three-step-footer:nth-of-type(6)
{
	background: #27cad2;
}

.three-step-header h4,
.three-step-header h1,
.three-step-footer h3
{
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.three-step-header h4
{
	text-transform: uppercase;
}

.three-step-header hr
{
	border: 2px solid #fff;
	width: 30%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.three-step-text
{
	background: #d9e6e8;
	padding: 20px 30px;
	grid-row-start: 2;
}

.three-steps .three-step-text:nth-child(4),
.three-steps-with-footer .three-step-text:nth-child(5)
{
	background: #edf5f6;
}

.three-step-footer
{
	padding: 10px;
	grid-row-start: 3;
}


/* ## Link Button
--------------------------------------------- */

.center-button
{
	text-align: center;
	clear: both;
}


/* ## Header Callout
--------------------------------------------- */

.header-callout, .image-callout, .subscribe-callout
{
	background-color: #27cad2;
	color: #fff;
	text-align: center;
	padding: 30px 30px 35px;
	min-width: 450px;
	max-width: 450px;
}

.header-callout
{
	position: absolute;
	top: 280px;
	right: 16%;
}

.header-callout strong, .image-callout strong
{
	color: #fff;
}

.header-callout h1, .image-callout h1
{
	color: #fff;
	text-align: center;
	line-height: 1.1;
}

.header-callout hr, .image-callout hr
{
	border: 2px solid #fff;
	width: 25%;
	margin: 15px auto;
}

.header-callout a, .image-callout a
{
	color: #201f51;
}

.header-callout .link-button, .image-callout .link-button,
.header-callout input[type="submit"], .image-callout input[type="submit"]
{
	color: #fff;
	margin-top: 15px;
}

.header-callout .link-button:hover, .image-callout .link-button:hover,
.header-callout input[type="submit"]:hover, .image-callout input[type="submit"]:hover
{
	background: #fc7e3c;
}

.subscribe-callout input
{
	width: 80%;
	margin-top: 10px;
}

.subscribe-callout input[type="submit"]
{
	width: auto;
}


/* ## Home Page
--------------------------------------------- */

.home-hero
{
	position: relative;
}

.home-hero img
{
	width: 100%;
}

.home-hero .widget:last-child
{
	max-width: 450px;
	position: absolute;
	top: 25%;
	right: 10%;
	padding-top: 40px;
}

.home-hero .widget:last-child, .home-hero .hero-text
{
	background: url("https://draimee.org/wp-content/themes/draimee/images/egg.png") no-repeat top center;
}

.home-hero .hero-text
{
	background-color: #27cad2;
	background-position: center -40px;
	color: #fff;
	text-align: center;
	padding: 30px 30px 35px;
}

.home-hero h1
{
	color: #fff;
	text-align: center;
	font-style: normal;
	line-height: 1.1;
}

.home-hero .link-button
{
	margin-top: 15px;
}

.home-hero .link-button:hover
{
	background: #fc7e3c;
}

.home .entry
{
	padding: 0;
}

.home .entry-content h1
{
	font-style: normal;
	/* padding-top: 60px; */
}

.home .welcome-image img
{
	margin: 0 0 60px 60px;
}

.home-tushy
{
	clear: both;
	background: #201f51;
	text-align: center;
	padding: 15px 0 60px;
	margin: 20px 0;
}

.home-tushy h2
{
	font-size: 30px;
	color: #25cad2;
}

.home-tushy img
{
	display: block;
	margin: 0 auto 30px;
}

.home-tushy .link-button
{
	background: #27cad2;
}

.home-tushy .link-button:hover
{
	background: #fc7e2f;
}

.home-three-column
{
	text-align: center;
}

.home-col-text 
{
    min-height: 134px;
}

.home .footer-testimonials
{
	margin-top: 60px;
}


/* ## Start Here Page
--------------------------------------------- */

.page-start-here .header-callout
{
	right: 0;
	left: 16%;
}

.page-start-here .entry
{
	padding: 0;
}

.page-start-here .image-callout-container
{
	position: relative;
}

.page-start-here .image-callout
{
	position: absolute;
	top: 20%;
	right: 0;
	padding-top: 45px;
}

.page-start-here .image-callout .callout-icon
{
	position: absolute;
	top: -15%;
	right: 40%;
}


/* ## Planning for Your Fertility Future Page
--------------------------------------------- */

.page-planning-for-your-fertility-future .header-callout
{
	top: 250px;
}


/* ## About Page
--------------------------------------------- */

.page-about .header-callout
{
	left: 10%;
	padding: 30px 40px 35px;
	max-width: 485px;
}

.page-about .header-callout hr
{
	display: none;
}

.page-about .image-callout-container
{
	position: relative;
}

.page-about .about-full-image
{
	margin-bottom: -4px;
}

.page-about .image-callout
{
	text-align: left;
	position: absolute;
	top: 14%;
	right: 0;
	max-width: 540px;
	padding: 40px 60px;
}


/* ## How We Can Help Page
--------------------------------------------- */

.page-how-we-can-help .wp-block-columns.has-2-columns .wp-block-column:first-child {
	min-width: 31.623931623931625%;
	max-width: 31.623931623931625%;
	margin-left: 0;
}

.page-how-we-can-help .wp-block-columns.has-2-columns .wp-block-column:last-child {
	min-width: 64%;
	max-width: 64%;
}

.page-how-we-can-help .wp-block-column:not(:last-child) 
{
    margin-right: 10px;
}

.page-how-we-can-help figure
{
	margin-top: 0;
}

.page-how-we-can-help .wp-block-column h2
{
	margin-top: 0;
}

.page-how-we-can-help hr.wp-block-separator
{
	border: .5px solid #c4c4c6;
	width: 100%;
	margin-bottom: 50px;
}

/*
.help-graphic img
{
	display: block;
	margin: 0 auto;
}

.help-graphic h3
{
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-style: italic;
}

.help-graphic hr
{
	border-color: #fff;
	width: 25%;
}
*/


/* ## Magazine Page
--------------------------------------------- */

.blog .header-callout, 
.page-magazine .header-callout
{
	top: 240px;
	right: 5%;
}

.page-magazine .entry
{
	margin: -5px;
	padding: 0;
}

.page-magazine .grey-section
{
	padding: 30px 0 0;
}

.page-magazine .grey-section p
{
	display: none;
}


/* ## App Page
--------------------------------------------- */

.page-get-the-app .three-step-text
{
	text-align: center;
}


/* ## TUSHY Method Page
--------------------------------------------- */

.page-tushy-method h2
{
	color: #27cad2;
}

.page-tushy-method .wp-block-columns.has-2-columns .wp-block-column:first-child {
	min-width: 14.52991452991453%;
	max-width: 14.52991452991453%;
	margin-left: 0;
}

.page-tushy-method .wp-block-columns.has-2-columns .wp-block-column:last-child {
	min-width: 82%;
	max-width: 82%;
}

.page-tushy-method .wp-block-column:not(:last-child) 
{
    margin-right: 10px;
}

.page-tushy-method .tubes-list
{
	margin-top: -10px;
}

.page-tushy-method .tubes-list li
{
	margin-bottom: 0;
	text-indent: -15px;
	margin-left: 30px;
}



/* ## Egg Whisperer Show
--------------------------------------------- */

.page-the-show .wp-block-column img
{
	display: block;
	margin: 0 auto;
}


/* ## Schedule a Consult
--------------------------------------------- */

.page-schedule-a-consultation .wp-block-column img
{
	display: block;
	margin: 0 auto;
}


/* ## Magazine
--------------------------------------------- */

.blog .entry-content,
.archive .entry-content
{
	text-align: center;
}

.post-type-archive-news .entry-content
{
	text-align: left;
}

.post-type-archive-news .entry-title,
.post-type-archive-news .entry-title a
{
	font-family: "Gotham A", "Gotham B", "Montserrat";
	font-size: 16px;
	text-align: left;
}

.archive .site-inner
{
	margin-bottom: 30px;
}

.blog-categories 
{
	background: #edf5f6;
	padding: 15px 0;
	margin-top: -6px;
}

.blog-categories img
{
	display: block;
	margin: 0 auto;
}

.magazine-container
{
	background: #edf5f6;
	padding: 30px !important;
	margin: 30px 0 !important;
}

.magazine-container ul
{
  list-style: none; /* Remove default bullets */
}

.magazine-container ul li::before 
{
  content: "\2022";
  color: #27cad2; 
  font-weight: bold; 
  display: inline-block;
  width: 4px;
  margin-left: 10px;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap,
	.timeline-images,
	.grey-section
	{
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	.genesis-nav-menu a
	{
		padding: 0 7px;
	}
	
	.nav-primary .genesis-nav-menu a
	{
		font-size: 11px;
	}
	
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 460px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
		width: 55%;		
	}
	
	.footer-widgets-1 input[type="text"]
	{
		width: 100%;
	}
	
	.footer-widgets-1 input[type="submit"]
	{
		margin-top: 15px;
		width: 100%;
	}
	
	.footer-widgets-2
	{
		width: 40%;
	}
	
	.page-banner
	{
		background-size: cover;
	}
	
	.home-hero .widget:last-child
	{
		top: 15%;
		right: 7%;
	}
	
	.home-col-text 
	{
    	min-height: 157px;
	}
	
	.footer-as-seen-in .row-one img, .footer-as-seen-in .row-one a 
	{
    	margin: 0 40px 0 0;
	}
	
	.footer-as-seen-in .row-two img, .footer-as-seen-in .row-two a 
	{
    	margin: 10px 75px 10px 0;
	}
	
	.page-start-here .header-callout
	{
		top: 250px;
		left: 10%;
	}
	
	.page-start-here .image-callout
	{
		top: 14%;
		right: -4%;
	}
	
	.page-planning-for-your-future-fertility .header-callout
	{
		top: 190px;
		right: 9%;
	}
	
	.page-pregnant-and-worried .header-callout
	{
		top: 200px;
		right: 5%;
	}
	
	.page-about .header-callout
	{
		top: 210px;
		left: 8%;
	}
	
	.page-about .image-callout
	{
		top: 4%;
	}
	
	.page-how-we-can-help .header-callout
	{
		right: 10%;
	}
	
	.page-the-show .header-callout
	{
		top: 186px;
		right: 5%;
	}
	
	.page-get-the-app .header-callout
	{
		top: 225px;
		right: 7%;
	}
	
	.blog .header-callout, 
	.page-magazine .header-callout
	{
		top: 200px;
		right: 1%;
		padding: 20px 10px;
	}
	
	.single-post .entry 
	{
		padding: 30px;
	}

}

		 
@media only screen and (max-width: 1000px) {
	
	.top-bar .header-search,
	.top-bar .header-patient-portal
	{
		display: none;
	}
	
	.top-bar .header-click-to-call
	{
		display: inherit;
	}
	
	.top-bar
	{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999999;
		height: 35px;
	}
	
	.admin-bar .top-bar
	{
		top: 32px;
	}
	
	#wprmenu_bar 
	{
    	top: 35px !important;
	}
	
	.admin-bar #wprmenu_bar 
	{
    	top: 67px !important;
	}
	
}		 
		 

@media only screen and (max-width: 960px) {
	
	.site-container
	{
		margin-top: 16px; /* to deal with the -16px from the mobile menu */
	}

	.site-inner,
	.wrap,
	.grey-section
	{
		max-width: 800px; 
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
		float: none;
		clear: both;
	}

	/*
	.site-header .wrap {
		padding: 20px 5%;
	}
	*/

	.header-image .title-area {
		background-position: center top;
	}
	
	.header-social-media, .header-patient-portal
	{
		display: none;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.wp-block-image .alignleft 
	{
	    margin-right: 30px !important;
    }
	
	.wp-block-image .alignright 
	{
	    margin-left: 30px !important;
    }

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	.footer-widgets-1, .footer-widgets-2
	{
		text-align: center;
	}
	
	.footer-widgets-2 img
	{
		display: block;
		margin: 20px auto 0;
	}
	
	.footer-testimonials
	{
		padding: 60px 100px 30px;
	}
	
	.home-hero
	{
		top: 37px;
	}
	
	.home-hero .widget:last-child
	{
		top: 9%;
		right: 4%;
	}
	
	.home .welcome-image img 
	{
    	margin: 0 0 30px 30px;
	}
	
	.home-three-column h1
	{
		font-size: 26px;
	}
	
	.home-col-text 
	{
		min-height: 137px;
		font-size: 14px;
	}
	
	.page-start-here .header-callout
	{
		top: 28px;
		left: 8%;
	}
	
	.page-start-here .image-callout-container
	{
		background: #27cad2;
		width: 100vw;
		margin-left: calc( -100vw / 2 + 100% / 2 );
		margin-right: calc( -100vw / 2 + 100% / 2 );
	}
	
	.page-start-here .image-callout
	{
		position: relative;
		min-width: 0;
		max-width: 100%;
		width: 80%;
		margin: 0 60px;
	}
	
	.page-start-here .image-callout .callout-icon
	{
		top: -25%;
		right: 45%;
	}
	
	.page-planning-for-your-future-fertility .header-callout
	{
		top: 19px;
		right: 5%;
	}
	
	.page-planning-for-your-future-fertility .header-callout h1
	{
		font-size: 26px;
	}
	
	.page-struggling-to-conceive .header-callout
	{
		top: 100px;
		right: 10%;
	}
	
	.page-pregnant-and-worried .header-callout
	{
		top: 8px;
		right: 5%;
	}
	
	.page-about .header-callout
	{
		top: 32px;
		left: 2%;
	}
	
	.page-about .header-callout h1
	{
		font-size: 24px;
	}
	
	.page-about .image-callout
	{
		position: initial;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		margin: 30px 0;
	}
	
	.page-how-we-can-help .header-callout
	{
		top: 92px;
		right: 6%;
	}
	
	.page-the-show .header-callout
	{
		top: 0;
		right: 0;
		padding: 20px 30px 35px;
	}
	
	.page-the-show .header-callout h1
	{
		font-size: 28px;
	}
	
	.page-get-the-app .header-callout
	{
		top: 31px;
		right: 2%;
	}
	
	.page-schedule-a-consult .header-callout
	{
		top: 89px;
		right: 7%;
	}
	
	.post-type-archive-news .header-callout
	{
		top: 74px;
		right: 3%;
	}
	
	.blog .header-callout,
	.page-magazine .header-callout
	{
		position: initial;
		min-width: 0;
		max-width: 100%;
		width: 100%;
		margin-bottom: 5px;
		margin-top: -6px;
		padding: 20px 30px;
	}
	
	.blog .subscribe-callout input, 
	.page-magazine .subscribe-callout input
	{
		width: 65%;
		display: block;
		margin: 10px auto 0;
	}
	
}

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

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap
	{
		padding-left: 5%;
		padding-right: 5%;
	}

	.grey-section
	{
		padding-left: 10%;
		padding-right: 10%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 5%;
	}
	
	.entry
	{
		padding-bottom: 0;
	}
	
	.comment-respond input
	{
		width: 100%;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.home-three-column .widget,
	.page-how-we-can-help .has-2-columns .wp-block-column 
	{
		margin: 0;
		width: 100%;
	}
	
	.home-col-text 
	{
    	min-height: 0;
	}
	
	.align-right-mobile
	{
		float: right;
		margin-left: 20px;
	}
	
	.align-left-mobile
	{
		float: left;
		margin-right: 20px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	.indented-content
	{
		padding: 0;
	}
	
	.shrink-up, .shrink-down
	{
		margin: 0;
	}
	
	.link-button-center
	{
		text-align: center;
	}
	
	.home-hero h1
	{
		font-size: 24px;
	}
	
	.footer-as-seen-in .row-two img, .footer-as-seen-in .row-two a 
	{
    	margin: 10px 40px 10px 0;
	}
	
	.footer-as-seen-in .row-two img:nth-of-type(4),
	.footer-as-seen-in .row-two a:nth-of-type(4) 
	{
		margin-right: 0;
	}
	
	.footer-testimonials img
	{
		margin: 0 auto 30px;
	}
		
	.footer-as-seen-in .row-one img:nth-child(3), .footer-as-seen-in .row-two img:nth-child(3)
	{
		margin-right: 0;
	}
	
	.footer-subscribe form input[type="text"]
	{
		width: 35%;
	}
	
	.page-banner
	{
		top: 37px;
	}
	
	.header-callout 
	{
		position: initial;
		min-width: 0;
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.entry-content .header-callout,
	.page-about .image-callout
	{
		margin-top: 0;
		max-width: 100vw;
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		top: 0;
		margin-left: -50vw;
		margin-right: -50vw;
	}
	
	.home-hero .widget:last-child, .home-hero .hero-text
	{
		width: 100%;
	}
	
	.home-hero .widget:last-child
	{
		max-width: none;
		position: relative;
		top: 0;
		right: 0;
		margin-top: -68px;
	}
	
	.home-hero img
	{
		margin-top: -14px;
	}
	
	.home-hero .hero-text
	{
		padding: 0 65px;
		margin: 0 auto;
		padding: 30px;
	}
	
	.home-hero .link-button
	{
		display: block;
	}
	
	.home-col-text
	{
		padding: 0 90px;
	}
	
	.home-three-column .link-button 
	{
    	margin-bottom: 60px;
	}
	
	.page-start-here .image-callout .callout-icon
	{
		right: 43%;
	}
	
	.page-start-here .image-callout
	{
		padding-top: 30px;
	}
	
	.page-start-here .image-callout
	{
		margin: 0 50px;
	}
	
	.page-how-we-can-help .has-2-columns,
	.page-tushy-method .has-2-columns
	{
		display: block;
	}
	
	.page-how-we-can-help .wp-block-columns.has-2-columns .wp-block-column:first-child,
	.page-how-we-can-help .wp-block-columns.has-2-columns .wp-block-column:last-child,
	.page-tushy-method .wp-block-columns.has-2-columns .wp-block-column:first-child,
	.page-tushy-method .wp-block-columns.has-2-columns .wp-block-column:last-child
	{
		min-width: 0;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		float: none;
	}
	
	.page-how-we-can-help .has-2-columns img ,
	.page-tushy-method .has-2-columns img 
	{
    	display: block;
    	margin: 0 auto;
	}
	
	.page-how-we-can-help .has-2-columns .link-button,
	.page-tushy-method .has-2-columns .link-button 
	{
		display: block;
		margin: 30px 0 0;
	}
	
	.page-how-we-can-help hr.wp-block-separator
	{
		margin: 50px 0;
	}
	
	.page-tushy-method .tushy-intro-image .alignright
	{
		float: none;
		display: block;
		margin: 0 auto !important;
	}
	
	.page-tushy-method .tushy-intro-image img
	{
		display: block;
		margin: 0 auto;
	}
	
	.blog .header-callout,
	.page-magazine .header-callout
	{
		margin-bottom: 5px;
		margin-top: 37px;
		padding: 20px 30px;
	}
	
	.subscribe-callout input
	{
		width: 65%;
		display: block;
		margin: 10px auto 0;
	}
	
	.blog .blog-categories .one-third 
	{
    	width: 31.623931623931625%;
		margin-left: 1.564%;
	}
	
	.blog .blog-categories .one-third .first
	{
		margin-left: 0;
	}
	
}

		 
@media only screen and (max-width: 782px) {
	
	.admin-bar .top-bar
	{
		top: 46px;
	}
	
	.admin-bar #wprmenu_bar 
	{
    	top: 81px !important;
	}
	
}		 
		 

@media only screen and (max-width: 700px) {
	
	.header-image .site-title > a 
	{
		background-size: 50px;
		min-height: 50px;
		width: 55%;
		margin-top: -30px;
	}

	.header-social-media
	{
		right: auto;
	}
	
	.site-header
	{
		min-height: 50px;
		max-height: 50px;
	}
	
	.site-header .wrap
	{
		padding: 0;
	}
	
	.site-header .widget-area
	{
		text-align: left;
	}

	.wpcf7
	{
		padding: 10px !important;
	}
	
	.wpcf7-text
	{
		width: 100%;
	}
	
	.align-right, .align-left,
	.wp-block-image .alignleft,
	.wp-block-image .alignright
	{
		float: none !important;
		margin: 10px auto !important;
	}
	
	.footer-as-seen-in .row-two
	{
		padding: 0 30px;
	}
	
	.footer-as-seen-in .row-two img:nth-of-type(3),
	.footer-as-seen-in .row-two a:nth-of-type(3) 
	{
		margin-right: 0;
	}
	
	.footer-as-seen-in .row-two img:nth-of-type(4),
	.footer-as-seen-in .row-two a:nth-of-type(4) 
	{
		margin-right: 40px;
	}
	
	.home .welcome-image img
	{
		margin: 0;
	}
	
	.page-start-here .image-callout .callout-icon
	{
		top: -21%;
	}
	
	.page-start-here .image-callout
	{
		margin: 0 40px;
	}
	
	.page-the-show .has-4-columns .wp-block-column,
	.page-get-the-app .has-4-columns .wp-block-column
	{
		margin: 0;
		flex-basis: 100%;
	}
	
	.page-get-the-app .has-4-columns img
	{
		display: block;
		margin: 0 auto;
	}
	
	.page-schedule-a-consultation .entry-content
	{
		margin-bottom: 30px;
	}
	
	.page-schedule-a-consultation .wp-block-columns
	{
		display: block;
		margin-bottom: 30px;
	}
	
	.page-schedule-a-consultation .wp-block-column:not(:last-child),
	.page-schedule-a-consultation .wp-block-column:nth-child(2n+1),
	.page-schedule-a-consultation .wp-block-column:not(:first-child), .wp-block-column:nth-child(2n)
	{
		margin-left: 0;
		margin-right: 0;
	}
	
	.page-schedule-a-consultation .wp-block-columns.has-2-columns .wp-block-column
	{
		margin-bottom: 30px;
	}
	
	.page-schedule-a-consultation .wpcf7-submit
	{
		width: 100%;
	}
		
}

@media only screen and (max-width: 600px) {
	
	.three-steps
	{
		display: block;
	}
	
	.three-steps .three-step-text,
	.three-steps-with-footer .three-step-footer
	{
		margin-bottom: 30px;
	}
	
	.three-steps-with-footer .three-step-text
	{
		margin-bottom: 0;
	}
	
	.page-start-here .image-callout .callout-icon
	{
		right: 41%;
	}
	
	.page-start-here .image-callout
	{
		margin: 0 37px;
	}
	
	.blog-categories
	{
		padding: 15px 0 0;
	}
	
	.blog .blog-categories .one-third
	{
		margin-bottom: 15px;
	}
	
	.blog .blog-categories :last-child.one-third
	{
		margin-bottom: 0;
	}
	
	blockquote
	{
		margin: 30px -30px;
	}

}

@media only screen and (max-width: 460px) {
	
	.wp-block-image .alignright,
	.wp-block-image .alignleft
	{
		float: none !important;
		display: block;
		margin: 0 auto !important;
	}

	.pagination-next
	{
		float: none;
	}
	
	hr
	{
		width: 20%;
	}
	
	.header-patient-portal
	{
		display: none;
	}
	
	.footer-testimonials
	{
		padding: 60px 30px 30px;
	}
	
	.footer-testimonials img
	{
		margin: 0 auto 30px;
	}
	
	.page-articles form input[type="text"]
	{
		width: 100%;
		margin: 0 0 20px;
	}
	
	.wpcf7 .left-column-form,
	.wpcf7 .right-column-form
	{
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
		
	.footer-as-seen-in .row-one img, .footer-as-seen-in .row-one a,
	.footer-as-seen-in .row-two img, .footer-as-seen-in .row-two a,
	.footer-as-seen-in .row-two img:nth-of-type(3), .footer-as-seen-in .row-two a:nth-of-type(3),
	.footer-as-seen-in .row-two img:nth-of-type(4), .footer-as-seen-in .row-two a:nth-of-type(4)
	{
    	margin: 0 35px 20px 0;
	}
	
	.subscribe-checkbox
	{
		display: block;
		margin-bottom: 5px;
	}
	
	.footer-subscribe h4
	{
		margin-bottom: 15px;
	}
	
	.footer-subscribe form input[type="text"], 
	.footer-subscribe form input[type="email"], 
	.footer-subscribe form input[type="submit"]
	{
		width: 100%;
		margin-top: 0;
		margin-bottom: 15px;
	}
	
	.footer-social-media a
	{
		padding: 0 5px;
	}
	
	.home .link-button
	{
		display: block;
	}
	
	.home-tushy
	{
		padding: 15px 20px 60px;
		margin: 20px -20px;
	}
	
	.home-three-column h1 
	{
    	margin-top: 30px;
	}
	
	.home-col-text
	{
		padding: 0;
	}
	
	.home-three-column .link-button
	{
		margin-bottom: 15px;
	}
	
	.page-start-here .image-callout
	{
		margin: 0 29px;
		padding-top: 26px;
	}
	
	.page-start-here .image-callout .callout-icon
	{
		top: -19%;
		right: 39%;
	}
	
	.page-contact .wpcf7 input[type="submit"]
	{
		width: 100%;
	}

	.subscribe-callout input
	{
		width: 100%;
	}
}