/*
Theme Name: Heidelberg Dermatology
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html {
    height: 100%;
}

body {
    height: 100%;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #c7beb4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#c7beb4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#c7beb4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c7beb4',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "futura-pt",sans-serif;
}

header {
    margin-bottom: 20px;
    position: relative;
    z-index: 1000;
}

#top-header {
    background: url(images/heidelberg-header.jpg) no-repeat center top;
    padding: 50px 0;
}

#top-header img {
    margin: auto;
}

#slogan {
    color: #441B05;
    font-size: 18px;
    letter-spacing: 5px;
    padding: 15px 0 0 0;
    text-align: center;
}

/*******************************
*
* NAVIGATION
*
*******************************/

#nav-bar-wrapper {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3dfd9+0,e3dfd9+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(227,223,217,0) 0%, rgba(227,223,217,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(227,223,217,0) 0%,rgba(227,223,217,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(227,223,217,0) 0%,rgba(227,223,217,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e3dfd9', endColorstr='#e3dfd9',GradientType=0 ); /* IE6-9 */
    padding: 15px 0;
    position: relative;
    z-index: 1000;
}

.nav-bar {
    border: 3px solid #c6bdb4;
    height: 70px;
}

@media (max-width: 768px) {

.nav-bar {
    display: none;
}

}

#navigation {
    text-align: center;
    position: relative;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.nav-menu li {
    float: left;
    margin: 0 3px;
    min-width: 16%;
    position: relative;
}


.nav-menu li a {
    display: block;
    border-top: 3px solid #c6bdb4;
    border-left: 3px solid #c6bdb4;
    border-bottom: 3px solid #c6bdb4;
    border-right: 3px solid #c6bdb4;
    width: 100%;
    text-align: center;
    color: #c6bdb4;
    text-transform: uppercase;
    font-size: 1.4em;
    height: 70px;
    line-height: 65px;
    background: none;
    box-shadow: none;
}

.nav-menu li a:hover {
    color: #441b05;
    text-decoration: none;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(78,44,25,1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(78,44,25,1);
    box-shadow: 3px 3px 0px 0px rgba(78,44,25,1);
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dbd3ca 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dbd3ca 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#dbd3ca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbd3ca',GradientType=0 ); /* IE6-9 */
}

.nav-menu li a.active {
    border: 3px solid #c6bdb4;
    color: #441b05;
    text-decoration: none;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(78,44,25,1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(78,44,25,1);
    box-shadow: 3px 3px 0px 0px rgba(78,44,25,1);
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dbd3ca 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dbd3ca 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#dbd3ca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbd3ca',GradientType=0 ); /* IE6-9 */
}

@media (max-width: 1200px) {

.nav-menu li {
    margin: 0 1px;
}
    
.nav-menu li a {
    font-size: 1.2em;
}

}

@media (max-width: 992px) {

.nav-menu li {
    margin: 0 1px;
}
    
.nav-menu li a {
    font-size: 1em;
}

}

.nav-menu li ul
{
    display: none;
}
.nav-menu table
{
    margin: 0;
    border-collapse: collapse;
    font-size: 1em;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
}

/* specific to non IE browsers */

.nav-menu li:hover ul
{
    display: block;
    position: absolute;
    top: 66px;
    margin-top: 3px;
    left: -40px;
    width: 157px;
    text-align: left;
    list-style: none;
}

/* dropdown code */

.nav-menu li:hover ul.scroller
{
    height: 138px;
    width: 135px;
    overflow: auto;
}
.nav-menu li:hover ul.endstop
{
    left: 0;
}
.nav-menu li:hover ul li ul
{
    display: none;
}
.nav-menu li:hover ul li a
{
    display: block;
    background: #441b05;
    color: #fff;
    height: auto;
    line-height: 15px;
    padding: 10px 15px;
    width: 200px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1em;
    margin-top: 3px;
    border: 0;
}

.nav-menu li:hover ul li a.drop
{
    background-image:;
}
.nav-menu li:hover ul li a:hover
{
    color: #fff;
    background: #9d877c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.nav-menu li:hover ul li a:hover.drop
{
    background: #9d877c;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.nav-menu li:hover ul li:hover ul
{
    display: block;
    position: absolute;
    left: 160px;
    top: 0px;
    height: auto;
    width: auto;
    overflow: auto;
    margin: 0;
}
.nav-menu li:hover ul li:hover ul li a
{
    background: #441b05;
    width: 175px;
}
.nav-menu li:hover ul li:hover ul li.group
{
    width: auto;
    padding: 10px 0;
}
.nav-menu li:hover ul li:hover ul.left
{
    left: -172px;
}
.nav-menu li:hover ul li:hover ul li a:hover
{
    background: #9d877c;
    color: #fff;
    width: 175px;
    height: auto;
}
/* specific to IE5.5 and IE6 browsers */.menu2 ul li a:hover ul
{
    display: block;
    position: absolute;
    top: 44px;
    t: \\op:44px;background:#70a1c5;left:0;marg\in-top:1px;text-align:left;}
.nav-menu li a:hover ul.scroller
{
    height: 138px;
    overflow: auto;
}
.nav-menu li a:hover ul.endstop
{
    left: -200px;
}

@media (max-width: 768px) {

    .nav-menu li {
        float: none;
        margin: 0;
        min-width: inherit;
        position: relative;
    }

    .nav-menu table {
        position: relative;
    }

    .nav-menu li:hover ul {
        position: relative;
        top: inherit;
        margin-top: 1px;
        left: inherit;
        width: 100%;
    }

    .nav-menu li a {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        height: auto;
        line-height: inherit;
    }

    .nav-menu li a:hover {
        color: #441b05;
        text-decoration: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .nav-menu li:hover ul li a {
        line-height: inherit;
        padding: 0;
        width: 100%;
        font-size: 1em;
    }
    
    .nav-menu li:hover ul li:hover ul {
        display: block;
        position: relative;
        left: 0;
        top: 0px;
        height: auto;
        width: 100%;
        overflow: auto;
        margin: 0;
    }
    
    .nav-menu li:hover ul li:hover ul li a {
        width: 100%;
    }
    
    .nav-menu li:hover ul li:hover ul li a:hover {
        background: #9d877c;
        color: #fff;
        width: 100%;
        height: auto;
    }
}


/*******************************
*
* HOME PAGE
*
*******************************/

#welcome-message {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 20px solid #441b05;
    font-size: 1.2em;
}

#elements-of-practice {
}

#elements-of-practice h1 {
    color: #4e2c19;
    font-size: 22px;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px 0;
}

#elements-wrapper {
    background: #fff;
    border: 10px solid #c6bdb4;
    height: auto;
}

#helpful-tips h2 {
    font-size: 1.25em;
    font-weight: 700;
}

#helpful-tips-wrapper {
    background: #fff;
    border: 5px solid #c6bdb4;
    padding: 30px;
    -webkit-box-shadow: 2px 2px 0px 0px #9e948b;
    -moz-box-shadow: 2px 2px 0px 0px #9e948b;
    box-shadow: 2px 2px 0px 0px #9e948b;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dbd3ca 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dbd3ca 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#dbd3ca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbd3ca',GradientType=0 ); /* IE6-9 */
    font-size: 1.2em;
}

#footer-slogan {
    color: #441b05;
    margin: 20px 0;
}

.footer-slogan-bar {
    height: 20px;
    background-color: #441b05;
}

#footer-slogan h4 {
    text-align: right;
    margin: 0;
    text-transform: uppercase;
}

#footer-slogan h1 {
    color: #4e2c19;
    font-size: 18px;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
}

footer {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.2em;
    font-weight: 300;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #441b05;
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.footer-menu li {
    float: left;
}

.footer-menu li a {
    color: #fff !important;
    text-transform: uppercase;
    margin: 0 20px;
}

.footer-menu li a:hover {
    color: #441b05 !important;
    text-decoration: none;
}

.footer-divide {
    border-top: thin solid #fff;
    border-bottom: thin solid #fff;
    height: 8px;
    margin: 10px 0 15px 0;
}

#page-content {
    background: url(images/page_bckgrd.png) no-repeat center #fff;
    border: 10px solid #c6bdb4;
    min-height: 400px;
    padding: 60px;
    font-size: 1.5em;
    font-weight: 300;
}

@media (max-width: 768px) {
    
    #page-content {
        padding: 15px;
    }
    
}

.breadcrumbs {
    border-bottom: thin solid #9e948b;
    padding-bottom: 15px;
}

.breadcrumbs a {
    color: #9e948b;
}
.entry-title {
    color: #441b05;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #441b05 !important;
    color: #fff !important;
    border-color: #441b05 !important;
    text-decoration: none !important;
    text-transform: uppercase;
}

.btn-primary:hover {
    background-color: #c6bdb4 !important;
    color: #441b05 !important;
    border-color: #c6bdb4 !important;
}

/*******************************
*
* ELEMENTS OF PRACTICE ROLLOVERS
*
*******************************/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background-color: #dbd3ca;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  /*-webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;*/
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  /*-webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);*/
}

.hovereffect .hover-image {
  display: block;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover .hover-image {
  opacity: 0.3;
}

.hovereffect .element-icon {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  background-color: transparent;
  color: #fff;
   text-shadow: 1px 1px 2px #000;
  padding: 4em 0 0 0;
  opacity: 1;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect .element-icon img {
    width: 71px;
    height: 71px;
}

.hovereffect .element-icon h4 {
    font-size: 1.4em;
}

.hovereffect a, .hovereffect p {
  color: #441b05;
  padding: 3em 0;
  opacity: 0;
  font-size: 1em;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  padding: 1em 0;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover .element-icon {
  opacity: 1;
  padding: 2em 0 0 0;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

@media (max-width: 1200px) {

.hovereffect .element-icon {
  font-size: 12px;
  padding: 3.5em 0 0 0;
}

.hovereffect .element-icon h4 {
    font-size: 1.2em;
}

.hovereffect .element-icon img {
    width: 60px;
    height: 60px;
}

.hovereffect a, .hovereffect p {
  font-size: 10px;
}
   
}

@media (max-width: 992px) {

.hovereffect .element-icon {
  font-size: 12px;
  padding: 2em 0 0 0;
}

.hovereffect .element-icon img {
    width: 50px;
    height: 50px;
}

}

@media (max-width: 768px) {

.hovereffect .overlay {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
}
    
.hovereffect .element-icon {
  font-size: 12px;
  padding: 2em 0 0 0;
}

.hovereffect .element-icon h4 {
    font-size: 1.5em;
}

.hovereffect .element-icon img {
    width: 71px;
    height: 71px;
}

.hovereffect a, .hovereffect p {
  font-size: 11px;
}

}

@media (max-width: 500px) {

.hovereffect .overlay {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
}
    
.hovereffect .element-icon {
  font-size: 12px;
  padding: 2em 0 0 0;
}

.hovereffect .element-icon h4 {
    font-size: 1.2em;
}

.hovereffect .element-icon img {
    width: 50px;
    height: 50px;
}

.hovereffect a, .hovereffect p {
  font-size: 11px;
}

}

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

.staff-thumbnail {
    border: 5px solid #C6BDB4;
    margin: 0 auto 10px auto;
}

.staff-thumbnail:hover {
    border: 5px solid #441B05;
}

.staff-link {
    min-height: 50px;
}

.staff-link a {
    color: #441b05;
    font-weight: 700;
}

/*******************************
*
* IMAGE ALIGNMENT
*
*******************************/

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

.entry-content img {
    display: block;
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

.entry-content a {
    color: #441b05;
    font-weight: 700;
    text-decoration: underline;
}

#dr-bob {
    float: left;
    font-size: .8em;
    margin: 0 20px 10px 0;
    text-align: center;
}

/*******************************
*
* WOOCOMMERCE
*
*******************************/

.woocommerce .products ul li, .woocommerce ul.products li {
    text-align: center;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color:#441b05 !important;
    border-radius:0 !important;
    color:#fff !important;
}

.woocommerce ul.products li.product h3 {
    font-size: 1em;
    font-weight: 700;
    color: #441b05 !important;
    margin: 0;
    padding: 0.5em 0;
}

.woocommerce ul.products li.product a img {
    border: thin solid #dbd3ca;
}

.woocommerce div.product div.images img {
    border: thin solid #dbd3ca;
}

.woocommerce-tabs {
    display: none;
}

form.cart {
    display: none;
}

.woocommerce ul.products li.product .button {
    display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    color: #441b05;
}