/*
Theme Name: West Designs Framework
Theme URI: https://gitlab.com/WestDesigns/west-designs-framework
Author: West Designs
Author URI: http://www.designsbywest.com
Description: Base Framework for New Projects.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Foundation, SASS, Git, Bower, & Node.
*/

a.button {
color: white !important;
}
/* a h2:hover{
    color: #fcd700 !important;
    transition: color 0.2s;
} */
.button:hover, a.button:hover{
    background-color: #fcd700 !important;
}

.menu-sidebar-container ul {
    margin: 0 !important;
}

.menu-sidebar-container ul li {
    text-indent: 0 !important;
    padding: 0 !important;
    display: inline !important;
}

.menu-sidebar-container ul li:before {
display: none !important;
}

.menu-sidebar-container ul li a {
color: white;
padding: 10px 0 10px !important;
}

.menu-sidebar-container ul li:hover a {
color: #fcd700;
}

.pagination ul {
margin-left: 0 !important;
}

.pagination li {
text-indent: 0 !important;
}

.pagination li:before {
display: none !important;
}

label.subtitle {
    top: -20px;
    position: relative;
}

.h4, h4 {
    font-size: 26px !important;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }



/*========================================
// UPDATES 20180815
========================================*/
p+h2{
    margin-top: 40px;
}
h6{
    line-height: 1.4em;
}
.flex-video{
    padding-bottom: 60%;
}
header section div a img{
    top: -10px !important;
}
div.ginput_container_name span{
    padding-right: 0 !important;
    width: 100% !important;
}
.gform_wrapper .top_label input.medium {
    padding-right: 0 !important;
    width: 100% !important;
}
.gform_wrapper ul.gform_fields li.gfield{
    padding-right: 0 !important;
}
.top_label div.ginput_complex.ginput_container.gf_name_has_2{
    width: 100% !important;
}
div[role="masthead"]{
    background-color: #fff;
}
div[role="masthead"] section nav{
    text-align: left;
}
div[role="masthead"] section nav .social {
    display: inline-block !important;
    float: none !important;
    font-size: 18px !important;
}
div[role="masthead"] section nav .phone {
    display: inline-block !important;
    float: none !important;
    font-size: 18px !important;
    margin-right: 10px;
    padding-top: 7px !important;
    text-shadow: none !important;
}
div[role="masthead"] section nav .telehealth-header {
    display: inline-block !important;
    float: none !important;
    font-size: 18px !important;
    margin-right: 10px;
    padding-top: 7px !important;
    text-shadow: none !important;
}
div[role="masthead"] section nav .phone a {
    color: #0e4b2a !important;
}
div[role="masthead"] section nav .telehealth-header a{
    color: white !important;
	font-weight:700;
	border: 1px solid #0e4b2a;
	border-radius: 3px;
    padding: 2px 7px;
	background-color: #0e4b2a;
}
div[role="masthead"] section nav .telehealth-header a:hover{
    color: #0e4b2a !important;
	background-color: white;
}
.link-title{
    font-family: 'corporative_softbold','corporative_softbook',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2.0625rem;
    font-weight: 700;
    line-height: 1;
}
.link-title:hover{
    color: #fcd700 !important;
    transition: color 0.2s;
}
#header-search{
    margin-right: 22px;
}
.search-form{
    display: inline-block;
    float: right;
    position: relative;
}
.search-form label input{
    border-radius: 10px;
    min-width: 350px;
    margin-bottom: 5px;
}
.search-form #search-icon{
    background-color: #0e4b2a;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 9px 15px 8px;
    position: absolute;
    top: 0;
    right: -1px;
}
.search-form #search-icon p{
    display: inline-block;
    font-family: corporative_soft_altmedium, corporative_softbook, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin-left: 10px;
}
.search-form #search-icon:hover{
    background-color: #fcd700;
}
.disclaimer{
    padding: 25px 0 30px;
}
footer section hr{
    margin-bottom: 20px;
}
@media screen and (max-width: 840px){
    header {
        background-color: transparent;
        margin-bottom: -60px;
    }
    div[role="masthead"] section nav {
        text-align: center;
    }
    .search-form {
        float: none;
    }
}
@media screen and (max-width: 769px) {
    
}
@media screen and (max-width: 731px) {
    .search-form {
        margin-top: 10px;
    }
}
@media screen and (max-width: 410px) {
    header{
        background-color: transparent;
        margin-bottom: -60px;
        padding: 0;
    }
    .search-form label input {
        min-width: 300px;
    }
}

#covid {
}
#covid a {
	display: block;
	text-align: center;
	background-color: #AA0114;
	color: white;
	font-size: 16px;
	padding: 10px 20px;
	text-transform: uppercase;
}
#telehealth a {
	display: block;
	text-align: center;
	background-color: #c7dcfb;
	color: #333434;
	font-size: 16px;
	padding: 10px 20px;
	text-transform: uppercase;
}