/* ==|== base/primary styles =====================================================
   Author: ***
   ============================================================================ */
/*
--------------- MAP ----------------
	
01. BODY + CORE STYLES
02. TYPOGRAPHY, LINKS, FORMS, TABLES
03. PAGE LAYOUT / GRID
04. HEADER
05. NAVIGATION 
06. GLOBAL ELEMENTS / STYLES
07. SIDEBAR(S)
08. HOME PAGE
09. INTERIOR PAGES
10. FOOTER
11. PLUGINGS / MISC	
12. POST STYLING

*/

/* =============================================================================
   #> 01. BODY + CORE STYLES
   ========================================================================== */

*, *:after, *:before { -moz-box-sizing: border-box; box-sizing: border-box; }
.css-contentbox, .css-contentbox:after, .css-contentbox:before { -moz-box-sizing: content-box; box-sizing: content-box; }
.css-contentbox *, .css-contentbox *:after, .css-contentbox *:before { -moz-box-sizing: content-box; box-sizing: content-box; }

body {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Source Sans Pro', sans-serif; 
  color: #505155;
  text-align: left;
  letter-spacing: normal;
  background: url(http://www.neneuro.com/wp-content/themes/nena/library/images/bg.png) repeat-x 0 0 #ebebeb;
}

/*== headings ======*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: 'Source Sans Pro', sans-serif; font-weight: 600; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a { text-decoration: none; }
h1 { font-size: 37px; line-height: 40px; margin: 0 0 25px 0; padding: 0 0 0 0; color: #6d6e71; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-style: italic; } 
h2 { font-size: 31px; line-height: 34px; margin: 0 0 19px 0; padding: 0 0 0 0; color: #6d6e71; }
h3 { font-size: 26px; line-height: 30px; margin: 0 0 19px 0; padding: 0 0 0 0; color: #6d6e71; }
h4 { font-size: 22px; line-height: 26px; margin: 0 0 19px 0; padding: 0 0 0 0; color: #6d6e71; }
h5 { font-size: 18px; line-height: 23px; margin: 0 0 19px 0; padding: 0 0 0 0; color: #6d6e71; }
h6 { font-size: 15px; line-height: 21px; margin: 0 0 19px 0; padding: 0 0 0 0; color: #6d6e71; }

h1 { 
  padding: 22px 0 28px 20px;
  background-image: linear-gradient(left bottom, rgb(240,240,240) 30%, rgb(250,250,250) 80%, rgb(255,255,255) 100%);
  background-image: -o-linear-gradient(left bottom, rgb(240,240,240) 30%, rgb(250,250,250) 80%, rgb(255,255,255) 100%);
  background-image: -moz-linear-gradient(left bottom, rgb(240,240,240) 30%, rgb(250,250,250) 80%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient(left bottom, rgb(240,240,240) 30%, rgb(250,250,250) 80%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient(left bottom, rgb(240,240,240) 30%, rgb(250,250,250) 80%, rgb(255,255,255) 100%);
}
  .page-template-page-toplevel-php h1,
  .page-template-default h1,
  .single-physician_type h1 { 
    background: none;
    padding: 0;
  }
  .search-title {
    margin-bottom: 5px;
  }

/*== helpers ======*/

.left { display: block; float: left; }
.right { display: block; float: right; }
.center { text-align: center;}

.text-block { overflow: hidden; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #cbccce; margin: 25px 0 25px -3px; padding: 0; width: 689px; }
.hr { background-color: #cbccce; height: 1px; margin: 25px 0 25px -3px;  clear: both; }

.alpha { margin-left: 0 !important; }
.omega { margin-right: 0 !important; }
.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.noborder { border: none !important; }


/* =============================================================================
   #> 02. TYPOGRAPHY, LINKS, FORMS, TABLES
   ========================================================================== */

/*== typography & links ======= */

a { 
  color: #e6ad01;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 133ms ease-in;
  transition: all 133ms ease-in;
}
	a:visited { color: #e6ad01; }
	a:hover, a:focus, a:visited:hover, a:visited:focus { color: #ca8d01; }
	a:link, a:visited:link { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 19px 0;
  padding: 0;
}
  p.feature-text {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 18px;
    color: #8a8d90;
    font-weight: 700;
    font-style: italic;
    font-family: 'Alegreya', serif;
  }
  .entry-content p { 
    padding-right: 15px; 
  }

blockquote {
  margin: 15px 0 30px 0;
  padding: 0 0 15px 18px;
  width: 400px;
  position: relative;
  border-left: 4px solid #c5355b;
}
  blockquote p {
    color: #8a8d90;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Alegreya', serif;
    font-style: italic;
    line-height: 26px;
    margin: 0 0 5px 0;
    padding: 0 0 8px 0;
  }
  blockquote p:last-child {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    text-indent: -15px;
    margin: 0;
    padding: 0 0 0 18px !important;
  }
  blockquote p:last-child:before {
    content: "\2014";
    padding-right: 0.5em;
  }
  .lt-ie9 blockquote p + p {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 0;
    text-transform: uppercase;
  }
		.lt-ie9 blockquote p + p:before { 
      content: "\2014";
      padding-right: 0.5em; 
    }

/* (OPT) QUOTATION MARKS AROUND MAIN QUOTE (first p tag) */
/*
  blockquote:before{ content: "\201C"; color: #999d5d; font-size:32px; position: absolute; top: -10px; left: -10px; font-weight: 700; }
  blockquote :first-child:after { color: #999d5d; content: "\201D"; font-size: 32px; line-height: 20px; vertical-align: bottom; }     	
*/		
	
		
/*== forms ========== */

fieldset { border: none; }

/* (OPT) IF USING DEFAULT WP SEARCH FORM 
#searchform #s { padding: 5px; }
  ::-webkit-input-placeholder { color: #fff; font-style: italic; } 
  ::-moz-placeholder { color: #fff; opacity: 1; font-style: italic;  }
  :-ms-input-placeholder { color: #fff; font-style: italic;  }   
*/


/*== tables ======*/



/* =============================================================================
   #> 03. PAGE LAYOUT / GRID
   ========================================================================== */

.wrap {
  width: 1000px;   /* For adaptive builds change to max-width */
  margin: 0 auto;
}

#container { 

}

#content { 
  
}
  .home #content {
    background: #fff;
    box-shadow: 0 0px 10px 0px rgba(50,50,50,0.40);
    padding-bottom: 20px;
  }

#inner-content { 
  position: relative; 
}

#content-pri {
  float: left;
  min-height: 500px;
  width: 730px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
  padding: 20px 20px 70px 20px;   
}
  .home #content-pri {
    box-shadow: none;
    float: right;
    width: 605px;
    min-height: 0;
    margin-top: 10px;
    padding-bottom: 0;
  }

#content-sec {
  float: left;
  margin: 0px 0 0 0;
  width: 265px;
  padding: 0 20px 0 10px;
  background: #ebebeb;
  height: 100%;
}
  .home #content-sec {
    background-color: #fff;
    width: 375px;
    margin-top: 35px;
  }


/* == grid ====== */

/* grid setup */
.grid {
  overflow: hidden;
  margin-left: -20px; /* same as your gutter */
}
[class*="col-"] {
  float: left;
  padding-left: 20px;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
.grid-pad {
  padding: 20px 0 20px 20px;
}
.grid-pad > [class*='col-']:last-of-type {
  padding-right: 20px;
}

/* grid columns */
.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.col-1-8 {
  width: 12.5%;
}

	
/* =============================================================================
   #> 04. HEADER
   ========================================================================== */

header.page-header {
  height: 203px;
  position: relative;
  background: #fff;
  
}
  .home .page-header {
    /*box-shadow: 0 0px 10px rgba(0,0,0,0.4);*/
    height: 137px;
    z-index: 10;
  }

#header-banner {
  height: 66px;
  width: 100%;
  position: absolute;
  top: 137px;
  background: url(../images/banner-bg.png) repeat-x #fff;
  z-index: 50;
}
  .home #header-banner {
    background: url(../images/banner-bg-home.png) repeat-x #fff;
    position: relative;
    top: 0;
  }

#inner-header { 
  position: relative; 
  height: 100%; 
}

header #logo {
  background: url(../images/ne-logo.png) no-repeat 0 0 ;
  width: 259px;
  height: 90px;
  position: absolute;
  left: 10px;
  top: 30px;
  text-indent: -9999em;
  z-index: 555;
}
  header #logo a {
    display: block;
    width: 100%;
    height: 100%;
  }

/* Phone # and Search Styles */
#header-top {
  position: absolute;
  top: 5px;
  right: 10px;
  margin-top: 8px;
}
  #header-top .searchwrapper {
    float: left;
    margin-right: 20px;
    position: relative;
  }
    #header-top .searchwrapper #s {
      height: 23px;
      line-height: 23px;
      width: 182px;
      padding: 0px 25px 0px 8px;
      border: 1px solid #c6c7c7;
      border-radius: 5px;
      box-shadow: inset 0 0 5px #ccc;
      font-family: "Alegreya", serif;
      color: #6d6e71;
      font-style: italic;
      font-size: 13px;
    }
     #header-top .searchwrapper #searchsubmit {
      background: url(../images/submit.png) no-repeat;
      border: 0;
      width: 20px;
      height: 23px;
      position: absolute;
      right: 0;
      top: 0;
     }

h2.phone {
  color: #e6ad01;
  font-weight: 700;
  font-style: italic;
  font-size: 25px;
  float: left;
  position: relative;
  top: -6px;
}

/*>== slider styles ============= */

#slider-wrap {  
  position: relative;
}

#bg-slider {
  width: 100%;
  background-color: #fff
}
  #bg-slider .slider-item {
    width: 100%;
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.4), inset 0 -10px 10px -10px;
    z-index: 0;
  }

#bg-slider-interior {
  width: 689px;
  height: 270px;
}
    #bg-slider-interior .slider-item {
    width: 689px;
    height: 270px;
    position: relative;
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.4), inset 0 -10px 10px -10px, inset 10px 0px 10px -10px rgba(0,0,0,0.4), inset -10px 0px 10px -10px rgba(0,0,0,0.4);
    z-index: 0;
    float: left;
  }

.slider-item-wrap { }

#bg-slider .slide-overlay {
  background-color: rgba(248,246,241,0.7);
  width: 460px;
  position: absolute;
  left: auto;
  bottom: 30px;
  padding: 25px;
  margin: 0 0 0 -15px;
  z-index: 100;
}
.slide-overlay h2 {
  color: #6d6e71;
  font-size: 35px;
  line-height: 40px;
  font-style: italic;  
  margin-bottom: 10px;
}
  .slide-overlay a {
    color: #cd1041;
    display: block;
    font-size: 15px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
    font-style: italic;
  }
    .slide-overlay a:hover, .slide-overlay a:focus, .slide-overlay a:visited:hover, .slide-overlay a:visited:focus {
      color: #E6AD01;
    }
  
#slider-pagi {
  position: absolute;
  left: 0px;
  bottom: 15px;
  text-align: center;
  z-index: 101;
} 
#slider-pagi.interior {
  position: relative;
  left: 0;
  bottom: 0;
  text-align: left;
  margin: 5px 0 10px 0;
}
  #slider-pagi a {
    background: url(../images/slider-item-nav.png) -19px 0 no-repeat transparent;
    width: 13px;
    height: 14px;
    margin: 0 6px 0 0;
    display: inline-block;
    -webkit-transition: none;
    transition: none;
  }
  #slider-pagi a.selected {
    background-position: 0 0;
    cursor: default;
  }
  #slider-pagi a span {
    display: none;
  }



/* =============================================================================
   #> 05. NAVIGATION
   ========================================================================== */

#nav-main {
  background: transparent;
  position: relative;
  width: 980px;
  height: 56px;
  margin: 0 auto;
} 
#nav-main > ul {
  background-color: transparent;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
  float: left;
  width: 100%;
  height: 56px;
}
   #nav-main > ul > li {
    float: right;
    margin: 0;
    position: relative;
    background: url(../images/nav-slash.png) no-repeat 100% 9px;
  }
    #nav-header > ul > li:first-of-type, #nav-main > ul > li:first-of-type {
      background: none;
    }
  #nav-main > ul > li > a {
    text-decoration: none;
    display: block;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 23px;
    padding: 8px 34px 8px 24px;
    color: #e6ad01;
    margin: 0;
    /*text-shadow: 0 -1px 0 rgba(177,134,3,0.9);*/
  }
    #nav-main > ul > li:first-of-type a, #nav-header > ul > li:first-of-type a {
      padding-right: 0;
    }
  #nav-main > ul > li > a:hover, #nav-main > ul > li:hover > a  {
    color: #d4305a;
  }
  #nav-main > ul > li.current-menu-item > a,
  #nav-main > ul > li.current-menu-parent > a,
  #nav-main > ul > li.current-menu-ancestor > a,
  #nav-main > ul > li.current-page-item > a,
  #nav-main > ul > li.current-page-parent > a,
  #nav-main > ul > li.current-page-ancestor > a {
    color: #6d6e71; 
  }

/*>== current state nav =============*/
.single-physician_type #menu-item-51 a {
  color: #6d6e71;
}
.single-post #menu-item-36 a {
  color: #d4305a;
}


/* Header Nav (common elements above) */
#nav-header {
  position: absolute;
  top: 91px;
  right: 10px;
}
  #nav-header > ul > li {
    float: right;
    margin: 0;
    position: relative;
    background: url(../images/header-nav-slash.png) no-repeat 100% 8px;
  }

#nav-header > ul > li > a {
  padding: 4px 30px 4px 19px;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  display: inline-block;
  color: #6d6e71;
}
  #nav-header > ul > li > a:hover, 
  #nav-header > ul > li:hover > a,
  #nav-header > ul > li.current-menu-item > a,
  #nav-header > ul > li.current-menu-parent > a,
  #nav-header > ul > li.current-menu-ancestor > a,
  #nav-header > ul > li.current-page-item > a,
  #nav-header > ul > li.current-page-parent > a,
  #nav-header > ul > li.current-page-ancestor > a {
    color:#d4305a ; 
  }



/* =============================================================================
   #> 06. GLOBAL ELEMENTS / STYLES
   ========================================================================== */

/*== lists ===========*/
.entry-content ul {
  margin: 18px 0 18px 30px;
  padding: 0;
}
  .entry-content ul li {
    background: url(../images/ul-dot.png) no-repeat 0 8px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0 0 8px 14px;
    line-height: 20px;
  }

/* If colour ol's are desired */
.entry-content ol {
  counter-reset: item;
  margin: 18px 0 18px 52px;
  padding: 0;
}
  .entry-content ol > li {
    display: block;
    padding: 0 0 4px 0;
    position: relative;
    line-height: 28px;
  }
  .entry-content ol > li:before {
    content: counter(item) ')';
    counter-increment: item;
    color: #d4305a;
    font-weight: 700;
    position: absolute;
    top: 0px;
    left: -30px;
    width: 18px;
    text-align: right;
  }

/*>== misc stuff ===================== */

.button {
  background: #f0bd24;
  background-image: linear-gradient(bottom, rgb(230,173,2) 35%, rgb(250,203,75) 68%);
  background-image: -o-linear-gradient(bottom, rgb(230,173,2) 35%, rgb(250,203,75) 68%);
  background-image: -moz-linear-gradient(bottom, rgb(230,173,2) 15%, rgb(250,203,75) 88%);
  background-image: -webkit-linear-gradient(bottom, rgb(230,173,2) 35%, rgb(250,203,75) 68%);
  background-image: -ms-linear-gradient(bottom, rgb(230,173,2) 35%, rgb(250,203,75) 68%);
  padding: 7px 15px 7px 15px;
  display: inline-block;
  border-radius: 8px;
}
  .button:hover {
    background: #f0bd24;
    background-image: -webkit-linear-gradient(bottom, rgb(250,203,75) 35%, rgb(230,173,2) 68%);
    background-image: -moz-linear-gradient(bottom, rgb(250,203,75) 35%, rgb(230,173,2) 68%);
    background-image: -o-linear-gradient(bottom, rgb(250,203,75) 35%, rgb(230,173,2) 68%);
    background-image: -ms-linear-gradient(bottom, rgb(250,203,75) 35%, rgb(230,173,2) 68%);
    background-image: linear-gradient(bottom, rgb(250,203,75) 35%, rgb(230,173,2) 68%);
  }
  .button a {
    background: url(../images/icon-link.png) 100% 50% no-repeat;
    color: #fff;
    padding-right: 33px;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    font-style: italic;
  }

.feature-img {
  background-color: transparent;
  position: relative;
  z-index: 1;
  width: auto;
}
.feature-img > div {
  box-shadow: inset 0px 0px 13px rgba(0,0,0,0.2);
}
.feature-img img {
  display: block;
  position: relative;
  z-index: -2;
}


/* =============================================================================
   #> 07. SIDEBAR STYLES
   ========================================================================== */

#side-nav {
  margin: 20px 0 14px 0;
}
#side-nav ul {
  border-top: 2px solid #fff;
}
#side-nav ul li {
  border-bottom: 2px solid #fff;
}
  #side-nav ul li a {
    color: #6d6e71;
    font-size: 14px;
    display: block;
    padding: 4px 5px;
  }
      #side-nav ul li:hover {
        background: #f5f5f5;
      }
  #side-nav > ul > li.current_page_item > a {
    background: #f5f5f5;
    color: #cf1f4c;
  }

/* Text Widget styles */
.widget_text {
  margin: 20px 0;
  position: relative;
}
  .widget_text {
    font-size: 14px;
    line-height: 18px;
    color: #6d6e71;
    font-family: 'Alegreya', serif;
    font-style: italic;
    font-weight: 700;
  }
    .widget_text h4 {
      font-size: 28px;
      line-height: 29px;
      font-style: italic;
      font-weight: 600;
      margin: 0 0 10px 0;
    }
    .widget_text a:after {
      content: " \00bb";
    }

/*.White Box*/
.white-box {
  background: #fff;
  padding: 10px 15px 15px 15px;
  box-shadow: 0 0 5px 2px #ccc;
}
  .white-box a {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
    font-style: italic;
    display: block;
    color: #e6ad01;
    margin-top: 6px;
  }
    .white-box a:hover {
     color: #ca8d01;
    }
  .white-box h4 {
    color: #e6ad01;
  }

/* Yellow Box */
.yellow-box {
  background: #f0bd24;
  background-image: linear-gradient(bottom, rgb(230,173,2) 35%, rgb(250,203,75) 68%);
  background-image: -o-linear-gradient(bottom, rgb(230,173,2) 35%, rgb(250,203,75) 68%);
  background-image: -moz-linear-gradient(bottom, rgb(230,173,2) 15%, rgb(250,203,75) 88%);
  background-image: -webkit-linear-gradient(bottom, rgb(230,173,2) 35%, rgb(250,203,75) 68%);
  background-image: -ms-linear-gradient(bottom, rgb(230,173,2) 35%, rgb(250,203,75) 68%);
  padding: 10px 15px 15px 15px;
  box-shadow: 0 0 5px 2px #ccc;
}
.yellow-box h4 {
      color: #fff;
    }
.yellow-box a {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
  font-style: italic;
  display: block;
  color: #fff;
  margin-top: 6px;
}
  .yellow-box a:hover {
    color: #fbe49d;
  }


/* =============================================================================
   #> 08. HOME PAGE
   ========================================================================== */

.home #content-pri .entry-content {
  font-style: italic;
  font-weight: 700;
}
.home #content-pri .entry-content p {
  color: #8a8d90;
  font-size: 16px;
  font-family: 'Alegreya', serif;
  line-height: 23px;
  letter-spacing: 0.5px;
}
  .home #content-pri .entry-content a {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 15px;
  }

.home #content-sec p {
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
}

#home-widgets {
  padding: 20px 12px;
}

#home-widgets .widget { 
  width: 310px;
  height: 122px;
  float: left;
  margin: 0 0px 0 23px;
  padding: 10px 15px 15px 15px;
}
#home-widgets .widget:first-child {
  margin: 0;
}

.quick-find.widget {
  background: #f13b6a;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZmM0OTc4Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjY2QxMDQxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #fc4978), color-stop(100%, #cd1041));
  background-image: -webkit-linear-gradient(top, #fc4978 0%, #cd1041 100%);
  background-image: -moz-linear-gradient(top, #fc4978 0%, #cd1041 100%);
  background-image: -ms-linear-gradient(top, #fc4978 0%, #cd1041 100%);
  background-image: -o-linear-gradient(top, #fc4978 0%, #cd1041 100%);
  background-image: linear-gradient(to bottom, #fc4978 0%, #cd1041 100%);
  box-shadow: 0 0 5px 2px #ccc;
}
  .quick-find.widget h4 {
    font-size: 28px;
    line-height: 29px;
    font-style: italic;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #fff;
  }
.quick-find.widget select {
  width: 250px;
  height: 23px;
  line-height: 23px;
  margin: 0px 0 4px 14px;
  padding: 0 0 0 5px;
  border: 1px solid #c6c7c7;
  border-radius: 5px;
  box-shadow: inset 0 0 5px #ccc;
  font-family: 'Alegreya', serif;
  font-size: 13px;
  font-style: italic;
}

.home .white-box.widget {
  background: url(../images/home-widget-visit.jpg) no-repeat 0 0;
}
  .home .white-box.widget .textwidget {
    padding-right: 80px;
  }

.home .yellow-box .textwidget {
  font-size: 18px;
  font-family: 'Alegreya', serif;
  padding-right: 80px;
}
  .home .yellow-box .textwidget a {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
    font-size: 14px; 
  }
    .home .yellow-box .textwidget span {
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 600;
      font-size: 19px;
      position: absolute;
      top: 18px;
      right: 10px;
      color: #fff;
    }


/* =============================================================================
   #> 09. INTERIOR PAGES
   ========================================================================== */

/*>== header images ======*/

.header-img-wrap {
  background-color: transparent;
  position: relative;
  z-index: 1;
  width: 689px;
  margin: 0 0 22px 0;
}
.header-img-wrap > div {
  box-shadow: inset 0px 0px 13px rgba(0,0,0,0.2);
}
.attachment-top-feature {
  display: block;
  margin-bottom: 15px;
  position: relative;
  z-index: -2;
}

/*.page-template-page-child-php .page-title {
  padding: 22px 0 28px 20px;
  background-image: linear-gradient(left bottom, rgb(240,240,240) 30%, rgb(250,250,250) 80%, rgb(255,255,255) 100%);
  background-image: -o-linear-gradient(left bottom, rgb(240,240,240) 30%, rgb(250,250,250) 80%, rgb(255,255,255) 100%);
  background-image: -moz-linear-gradient(left bottom, rgb(240,240,240) 30%, rgb(250,250,250) 80%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient(left bottom, rgb(240,240,240) 30%, rgb(250,250,250) 80%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient(left bottom, rgb(240,240,240) 30%, rgb(250,250,250) 80%, rgb(255,255,255) 100%);
}*/

section.page-intro {
  margin: 15px 0 0 0;
}
.page-intro .block {
  width: 310px;
  float: left;
  margin-right: 40px;
}
  .page-intro .block:nth-of-type(2n) {
    margin-right: 0;
  }
.page-intro .block h5 {
  line-height: 21px;
  margin-bottom: 5px;
}
.page-intro .block p {
  color: #8a8d90;
  font-style: italic;
  font-family: 'Alegreya', serif;
  font-weight: 600;
}

/*>== on page anchor nav ===========*/
.entry-content .anchor-nav ul {
  margin: 0 0 20px 0;
}
.entry-content .anchor-nav li { 
  background: none;
  display: inline-block;
  vertical-align: top;
  width: 33%;
  line-height: 1;
  padding: 0 15px 0 0;
  margin: 0 0 8px 0;
}
  .entry-content .anchor-nav li a {
    color: #cd1041;
  }
  .entry-content .anchor-nav li a:hover {
    color: #6d6e71;
  }
  

/*>== service items ====================*/
.service-item {
  border-top: 1px solid #cbccce;
  padding: 20px 0 5px 0;
}
.service-item h3 {
  margin: 0 0 10px 0;
}
.service-item .top {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
}
  .service-item .top span {
    display: inline-block;
    margin-right: 4px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }


/*>== physician pages ================== */
.specialty-wrap {
  width: 310px;
  float: left;
  margin: 0px 40px 20px 0;
}
  .specialty-wrap:nth-of-type(2n) {
    margin-right: 0;
  }
.specialty-wrap h4 {
  border-bottom: 1px solid #cbccce;
  padding: 0 0 5px 0;
  margin-bottom: 0;
}
.physician-list {
  margin: 0;
}
  .physician-list li {
    list-style-type: none;
    margin-top: 5px;
  }
  .physician-list a {
    color: #cd1041;
  }
    .physician-list a:hover {
      color: #6d6e71;
    }
    .physician-list span {
      display: block;
      font-style: italic;
      line-height: 14px;
    }

.alpha-nav {
  text-align: center;
  border-bottom: 1px solid #cbccce;
  padding-bottom: 16px;
  margin-bottom: 30px;
}
  .alpha-nav li {
    display: inline;
  }
  .alpha-nav a {
    color: #cd1041;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin: 0 10px 0 0;
  }
    .alpha-nav a:hover {
      color: #6d6e71;
    }

.alpha-block {
  width: 290px;
  float: left;
  clear: both;
  margin: 0 40px 20px 0;
  padding: 0 20px;
}
  .alpha-block:nth-of-type(2n) {
    float: right;
    clear: right;
  }
  .alpha-block div {
    margin-left: 40px;
  } 
  .alpha-block h3 {
    font-size: 40px;
    color: #c5c5c6;
    float: left;
    width: 40px;
  }
  .alpha-block a {
    color: #cd1041;
  }
    .alpha-block a:hover {
      color: #6d6e71;
    }
  .alpha-block span {
    display: block;
    font-style: italic;
    line-height: 14px;
  }

a.back-link {
  display: block;
  margin: 20px 0 15px 0;
  font-weight: 700;
  font-style: italic;
}

.single-physician_type #content-pri h4 {
  font-family: "Alegreya", serif;
  color: #8a8d90;
  font-style: italic;
  margin-top: -10px;
}
.single-physician_type .entry-content p {
  margin: 0 0 8px 0;
}

/*>== glossary page ================= */
.glossary-block > span {
  visibility: hidden;
}
.glossary-block h1,
.glossary-block h2,
.glossary-block h3,
.glossary-block h4,
.glossary-block h5 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 5px;
}

/*>== locations page ================= */
.location-section {
  border-top: 1px solid #cbccce;
  padding: 25px 0 10px 0;
}
  .location-section:first-child {
    border: none;
    padding-top: 0;
  }
.location-blk {
  margin: 0;
  letter-spacing: -.31em;
  word-spacing: -.43em;
}
.location-blk li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  margin: 0 0 20px 0;
  padding: 0 50px 0 0;
  letter-spacing: normal;
  word-spacing: normal;
}
  .location-blk li h5 {
    margin-bottom: 2px;
  }
  .location-blk p { 
    margin: 0; }
  .location-blk li a {
    display: block;
  }

/*>== contact page =============== */
.contact-location {
  float: left;
  width: 240px;
  margin-left: 50px;
}
  .contact-location h4,
  .contact-location h5 {
    margin-bottom: 0;
  }
  .contact-location p {
    font-size: 16px;
    margin: 2px 0 20px 0;
  }


/* =============================================================================
   #> 10. FOOTER
   ========================================================================== */

footer.page-footer {
  background: #ebebeb;
  min-height: 220px;
}

#inner-footer {
  margin-top: 26px;
  color: #9a9c9f;
  font-size: 12px;
  padding: 0 10px;
 }

 #nav-footer {
  float: right;
 }
    #nav-footer > ul > li {
    float: right;
    margin: 0;
    position: relative;
    background: url(../images/footer-nav-slash.png) no-repeat 100% 5px;
  }
  #nav-footer > ul > li > a {
    text-decoration: none;
    display: block;
    font-weight: 700;
    font-size: 12px;
    padding: 0px 10px 0px 6px;
    color: #9a9c9f;
    margin: 0;
  }
     #nav-footer > ul > li > a:hover {
      color: #cf1f4c;
    }
    #nav-footer > ul > li.current-menu-item > a,
    #nav-footer > ul > li.current-menu-parent > a,
    #nav-footer > ul > li.current-menu-ancestor > a,
    #nav-footer > ul > li.current-page-item > a,
    #nav-footer > ul > li.current-page-parent > a,
    #nav-footer > ul > li.current-page-ancestor > a {
      color: #6d6e71; 
    }

    .single-post #nav-footer #menu-item-31 a {
      color: #6d6e71; 
    }

.copyright {
  font-weight: 700;
 
}
#genius {
  float: right;
  margin-left: 8px;
  margin-top: 4px;
}
  #genius p {
    float: left;
    font-size: 12px;
    line-height: 12px;
    color: #9a9c9f;
  }
  #genius p .footer-logo {
    width: 69px;
    height: 19px;
    background: url(../images/genius.png) no-repeat;
    float: right;
    margin-left: 9px;
    margin-top: -4px;
  }
    #genius p .facebook {
    width: 23px;
    height: 23px;
    background: url(../images/fb.png) no-repeat;
    float: right;
    margin-left: 9px;
    margin-top: -7px;
  }



/* =============================================================================
   #> 11. PLUGINS / MISC
   ========================================================================== */

/*>== misc stuff ====================== */
.search h1.archive-title {
  font-size: 30px;
}
  .search h1.archive-title span {
    font-size: 37px;
  }


/*>== contact form ==================== */
.contact-blk {
  background: url(../images/contact-box-bg.png) repeat-y 0 0 transparent;
  padding: 20px;
}

::-webkit-input-placeholder { font-style: italic; } 
::-moz-placeholder { opacity: 1; font-style: italic;  }
:-ms-input-placeholder { font-style: italic;  }  


body .gform_wrapper,
body .gform_confirmation_wrapper {
  position: relative;
  width: 340px; 
  float: left;
  margin: 0 0 0 0;
}
body .gform_wrapper form {
  margin: 0;
}
body .gform_wrapper ul li.gfield {
  background: none;
  padding: 0;
}
body .gform_wrapper .gform_heading {
  margin-bottom: 20px;
}
  .gform_wrapper span.gform_description {
    font-size: 18px;
    font-weight: 600;
  }
body .gfield_required { 
  display: none;
}
body .gform_wrapper .left_label .gfield_label {
  width: 60px;
  text-align: right;
  line-height: 28px;
}
body .gform_wrapper .left_label input {
  border: none;
  background-color: #fff;
  box-shadow: inset 0px 0px 4px #ababab;
  border-radius: 5px;
  color: #8a8d90;
  font-size: 14px;
  font-style: italic;
  height: 28px;
  padding: 0 8px;
}
body .gform_wrapper .left_label input.medium {
  width: 100%;
}
body .gform_wrapper .left_label input.small {
  width: 160px;
}
body .gform_wrapper textarea.medium {
  border: none;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: inset 0px 0px 4px #ababab;
  color: #8a8d90;
  font-size: 14px;
  font-style: italic;
  height: 120px;
  padding: 5px 8px;
  width: 100% !important;
}
body #container .gform_wrapper input.gform_button { 
  background-color: #017bba;
  box-shadow: none;
  font-size: 18px;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif; 
  font-style: italic;
  font-weight: 600;
  padding: 4px 12px;
  height: auto;
}
  body #container .gform_wrapper input.gform_button:hover {
    background-color: #319bd1;
  }
  body .gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
    padding-top: 0;
  }
  body .gform_wrapper .gform_footer.left_label {
    padding-left: 0px;
  }
  body .gform_wrapper #field_1_6 {
    color: #e6ad01;
    font-family: 'Source Sans Pro', sans-serif; 
    font-size: 14px;
    color: #434343;
    position: absolute;
    bottom: 1px;
    left: 92px;
  }
    body .gform_wrapper #field_1_6 input {
      background: transparent;
      color: #e6ad01;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      font-size: 14px;
      font-style: normal;
      height: auto;
      box-shadow: none;
    }

/* Error messaging styles */
body .gform_wrapper .validation_message,
body .gform_wrapper div.validation_error,
body .gform_wrapper .gfield_error .gfield_label {
  color: #1fae9f;
  margin-left: 0px !important;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #bfe4e0;
  border: none;
  padding-right: 10px !important;
}
body .gform_wrapper .ginput_container + .gfield_description.validation_message {
  padding-top: 0 !important;
}
body .gform_wrapper li.gfield_error input[type="text"] {
  border: none;
}


/* =============================================================================
   #> 12. POST & WP GENERATED STYLING
   ========================================================================== */

article.type-post {
  padding: 30px 0 0px 0;
}
article.type-post:first-of-type {
  border-top: 1px solid #cbccce;
}
  .single article.type-post:first-of-type {
    border:none;
  }

.post-date {
  color: #c5c5c6;
  font-size: 40px;
  font-weight: 700;
  float: left;
  width: 145px;
}
  .post-date span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0 0 0;
  }

.blog.entry-content {
  float: left;
  width: 540px;
}
  .blog.entry-content h2 {
    margin: -6px 0 8px 0;
  }
  .blog.entry-content .author {
    color: #8a8d90;
    font-family: 'Alegreya', serif;
    font-size: 16px;
    font-weight: #8a8d90;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .blog.entry-content .more-link {
    display: block;
    margin-top: 15px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 13px;
  }
.share-blk { 
  border-top: 1px solid #cbccce;
  border-bottom: 3px solid #cbccce;
  margin: 5px 0 0 0;
  padding: 6px 0 6px 140px;
}


/*== post & comment navigation ===========*/

/* post navigation */
.wp-prev-next {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 700;
  font-size: 13px;
  font-style: italic;
  margin: 20px 0 20px 0;
}
  .wp-prev-next .prev-link {
    float: left;
  }
  .wp-prev-next .next-link {
    float: right;
  }

/* comment navigation */
#comments-nav {
  clear: both;
  margin: 0 0 1.5em 0;
  *display: inline-block;
}
  #comments-nav:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
  }
  #comments-nav .comments-previous {
    float: left;
    width: 50%;
  }
  #comments-nav .comments-next {
    float: right;
    width: 50%;
    text-align: right;
  }
  #comments-nav .comments-next a {
    float: right;
  }

/* === post comments & response form === */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.734em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }
.commentlist li[class*=depth-] {
  margin-top: 1.1em; }
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0; }
.commentlist .odd {
  background: #eeeeee; }
.commentlist .even {
  background: #fefefe; }
.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: white; }

.comment_content {
  margin-left: 50px; }
  .comment_content p {
    margin: 0.734em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em; }

.comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: white;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em; }
  .comment-reply-link:hover, .comment-reply-link:focus {
    opacity: 1; }

.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.734em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: white; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }


/*== images & video ========*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	width: auto;  /* Fix for IE, otherwise it's all misformed */
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.entry-content .alignleft,
.entry-content img.alignleft {
	display: inline;
	float: left;
	margin: 4px 30px 12px 0;
}
.entry-content .alignright,
.entry-content img.alignright {
	display: inline;
	float: right;
	margin: 4px 0 12px 30px;
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
	clear: both;
	display: block;
	margin: 4px auto 12px auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}

/*== caption styling =========*/
.wp-caption {
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.wp-caption.alignleft {
  margin: 4px 30px 20px 0;
}
.wp-caption div:first-child {
  padding: 0px;
  box-shadow: inset 0px 0px 13px rgba(0,0,0,0.2);
}
.wp-caption img {
  display: block;
  width: 100%;
  position: relative;
  z-index: -2;
}
.wp-caption p.wp-caption-text {
  color: #8a8d90;
  font-style: italic;
  font-size: 12px;
  line-height: 15px;
  margin: 6px 8px 0 0;
  text-align: left;
}
  .wp-caption p.wp-caption-text strong {
    font-weight: 600;
  }

/* == galleries ========= */
figure.gallery-item { float: left; margin: 0 1em 1em 0; position: relative; }
figure.gallery-item a img {
  border: 4px solid #bbb;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
figure.gallery-item a:hover img { border-color: #ccc; }
figure.gallery-item figcaption { display: none; }


/* =============================================================================
   #> 13. MEDIA QUERIES
   ========================================================================== */

/* Smaller than full width / breakpoint (devices and browsers) 
--------------------------------------------------------------- */
@media only screen and (max-width: 999px) {

  #bg-slider .slide-overlay { margin-left: 0; }
  #slider-pagi { left: 20px; }

}

/* Tablet Portrait size to standard 980 (devices and browsers) 
--------------------------------------------------------------- */ 
@media only screen and (min-width: 768px) and (max-width: 979px) {
     
} 

/* All Mobile Sizes (devices and browser)
------------------------------------------ */
@media only screen and (max-width: 767px) {

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) 
------------------------------------------------------------------ */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) 
------------------------------------------------------------------------ */
@media only screen and (max-width: 479px) { 

} 


/* ==|== non-semantic helper classes ======================================== */

.ir { border:0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }