/* 
Theme Name:		 Claws & Paws
Theme URI:		 http://childtheme-generator.com/
Description:	 Claws & Paws is a child theme of One Pageily, created by ChildTheme-Generator.com
Author:			 DMM
Author URI:		 http://childtheme-generator.com/
Template:		 one-pageily
Version:		 1.0.0
Text Domain:	 claws-paws
*/


/*
    Add your custom styles here
*/

.primary-navigation.header-activated {
  top:0;
}

#navigation a {
  font-size: 14px;
  color: #7b7b7b;
  font-weight: 500;
  text-align: left;
  line-height: 0px;
  font-family: Roboto,'helvetica neue',helvetica,arial,sans-serif;
}

img.custom-logo {
  background-color: rgba(255,255,255, 0.5);
  padding: 10px;
  max-width: 35%;
  box-shadow: 0 5px 10px #000;
  margin-bottom: 10px;
}

#donate_now_button {
    float:right;
    padding: 10px;
    background-color: rgba(255,255,255, 0.5);
    box-shadow: 0 5px 10px #000;
}

#donate_now_button a {
    padding:0px;
    border:1px solid #ffffff!important;
}

.site-title {
   -webkit-text-stroke: 1px white;
}

#adopt_now_button {
    margin:70px auto;
}


#adopt_now_button a {
    border:1px solid #ffffff!important;
    box-shadow: 0 5px 10px #000;
}

.upper-widgets-grid-wrapper {
    margin-top: -100px;
    position: relative;
    z-index: 100;
}

.upper-widgets-grid {
box-shadow: 0 5px 10px #000;
padding: 10px 10px;
}

h1.adopting {
  line-height: 130%;
font-size: 40px;
text-align:center;
overflow:visible;
}

hr.adopting {
    border-top: 3px solid #fa8c5c;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
    background-color: transparent;
  width: 125px;
  margin: 15px auto 10px auto;
  padding-bottom:10px;
}

hr.donating_hr {
    border-top: 2px solid #fa8c5c;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
    background-color: transparent;
  width: 75px;
  margin: 5px auto 5px auto;
  padding-bottom:5px;
}

.donating_h6 {
    margin-bottom:0px;
}

#content a {
    color:#2c7089;
  text-decoration: underline;
  cursor: pointer;
  font-weight:700;
}

#content a:hover {
    color:#7153a0;
  text-decoration: underline;
	cursor: pointer;
	font-size: 1.1em;
}

.front-spacer {
  clear: both;
  background-color: #eee;
  margin: 0 -30px;
}

#sidebars .widget h3 {
  margin: 0 0 0px 0;
}

.widget h3::after {
  background-color: #fa8c5c;
  content: ' ';
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 9px;
  margin-bottom:9px;
  }
  
#block-12 .wp-block-table, .wp-block-table table {
    margin-bottom: 0px;
}