/*
Theme Name: Avada-Child-Theme
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Mid Valley Vets
*/

#wrapper { box-shadow: 0 0 5px 5px #666;}

.fusion-header {
height: 174px;
background: #023351; /* Old browsers */
background: -moz-linear-gradient(top,  #023351 0%, #8ebeec 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#023351), color-stop(100%,#8ebeec)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #023351 0%,#8ebeec 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #023351 0%,#8ebeec 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #023351 0%,#8ebeec 100%); /* IE10+ */
background: linear-gradient(to bottom,  #023351 0%,#8ebeec 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023351', endColorstr='#8ebeec',GradientType=0 ); /* IE6-9 */
}

h3.fusion-header-tagline {
  float: right;
  margin: 0;
  padding: 0px;
  line-height: 22px;
  text-align: right;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  color:#ffd200;
  
}
.fusion-contact-info {font-size:66px; font-weight:bold;}

.fusion-secondary-header {margin-top:-9px; margin-bottom:-9px;}

h1.entry-title {font-weight:bold;  font-size:84px;}

@media only screen
and (min-device-width : 220px)
and (max-device-width : 680px) {

.header-v4 #header .tagline,
#side-header .tagline {
  display:none;
}

}


.person-name { font-weight:bold;}