/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
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.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */

:root {
    --primary: #71CABC;
    --secondary: #003D42;
    --error: #ce0606;
    --salmon: #F58D75;
    --white: #ffffff;
}

@font-face {
    font-family: 'silver_south_scriptregular';
    src: url('assets/fonts/silver_south_script-webfont.woff2') format('woff2'),
        url('assets/fonts/silver_south_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.alignright {
    float: right;
    padding-left: 10px;
}

.alignleft {
    float: left;
    padding-right: 10px;
}

.doctor-items .info h5 {
    height: 24px;
}

#colophon {
    background-color: #fff !important;
}


ul {
    margin: 0 0 1em 2em;
}



footer form {
    width: 75% !important;
}

.site-header,
.secondary-navigation ul ul,
.main-navigation ul.menu>li.menu-item-has-children:after,
.secondary-navigation ul.menu ul,
.storefront-handheld-footer-bar,
.storefront-handheld-footer-bar ul li>a,
.storefront-handheld-footer-bar ul li.search .site-search,
button.menu-toggle,
button.menu-toggle:hover {
    background-color: #ffffff;
}

.breadcrumb-area {
    padding: 100px 0 !important;
}

p {
    font-size: 18px !important;
}

.woocommerce-Tabs-panel li {
    list-style-type: disc !important;
    margin-left: 25px !important;
    font-size: 18px !important;
}

@media (min-width: 768px) {
    .storefront-sticky-add-to-cart--slideInDown {
        background-color: #efefef !important;
    }
}

.main-navigation ul.menu>li>a,
.main-navigation ul.nav-menu>li>a {
    font-size: 14px !important;
}

.woocommerce-table__product-purchase-note.product-purchase-note {
    background-color: #efefef;
}

.services-details-area li {
    list-style: disc;
    font-size: 18px;
}

.smaller-padding {
    padding-top: 0 !important;
}

a {
    font-family: Source Sans Pro, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

/* Adds down arrow next to drop down menu items */
nav.navbar.bootsnav ul.nav>li.menu-item-has-children>a.dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    margin-left: 5px;
    margin-top: 2px;
}


/* Makes menu visible on mobile */
.navbar-toggle {
    color: #003D42;
}
i.fa.fa-times {
    color: #003D42;
}

@media (max-width: 768px) {
    .attr-nav {
        display: none;
    }
}


/* New Branding */

.btn-theme,
nav.navbar .quote-btn a {
    background-color: var(--salmon);
    border: 2px solid var(--salmon);
}

.btn-theme:hover,
nav.navbar .quote-btn a:hover,
.btn-theme.effect:hover,
.btn-theme.effect:focus {
    background-color: #CC7562;
    border-color: #CC7562;
}

h2 span {
    font-family: 'silver_south_scriptregular';
    font-size: 2em;
}

.banner-area .content span {
    color: var(--primary);
}

.department-tabs .container,
.testimonials-area .container {
	padding-bottom: 80px;
}

.upper-menu-container {
	height: 40px;
	border-bottom:#003D42 1px solid;
}
.upper-menu {
	max-width: 1150px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	justify-content: right;
}

.store-link,
.patient-login,
.free-call {
  padding: 8px 12px;
}
.store-link {
	background-color: #71CABC;
}
.free-call {
  background-color: #CC7562
}

.filler {
	width: 70%;
}

@media only screen and (max-width: 825px) {
	.filler {
	  width: 0%;
	}
  .store-link,
  .patient-login,
  .free-call {
    padding: 8px 12px;
    width: 33.3%;
  }
  }
  
  @media only screen and (min-width: 769px) {
    .free-call {
      display: none;
    }
  }


/*DPP Program*/
.text-output p {
  color: #fff !important;
  font-size: 20px !important;
}

.testimonial-items .item{
  width: 514px;
  float: left;
  margin-left: 10px;
}
