/*
 Theme Name:   Advocator Child
 Theme URI:    https://rescuethemes.com
 Description:  Advocator Child Theme
 Author:       Rescue Themes
 Author URI:   https://rescuethemes.com
 Template:     advocator
 Version:      1.0
 Tags: white, green, custom-menu, translation-ready, threaded-comments, theme-options, responsive-layout, two-columns, custom-colors, featured-images
 Text Domain:  advocator-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/*--------------------------------------------------------------
	6.0 Header 
	
	--Made text-align: left
--------------------------------------------------------------*/
.top_header_wrap {
  padding: 20px 0;
  border-bottom: 4px solid #ffffff;
  background-color: #2c3135; }
  .top_header_wrap h1.site-title a {
    color: #FFFFFF;
    font-size: 1px; }
    .top_header_wrap h1.site-title a:hover {
      color: #dd9933; }
  .top_header_wrap h2.site-description {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400; }

.top_header_wrap .logo {
  float: left; }
  @media only screen and (max-width: 40em) {
    .top_header_wrap .logo {
      text-align: left;
      float: none;
      display: table;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .top_header_wrap .logo {
      text-align: left;
      float: none;
      display: table;
      margin: 0 auto; } }
  .top_header_wrap .logo h3 a {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 300; }
    .top_header_wrap .logo h3 a:hover {
      color: #1fa67a; }

.advocator .donation_button .button {
  padding: 0.9rem 2.25rem 1rem 2.25rem;
  margin: 0;
  width: 100%;
  border-bottom: 10px solid #dd9933;
  background-color: #dd9933;
  color: #FFFFFF;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  border-radius: 0;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .advocator .donation_button .button:hover, .advocator .donation_button .button:focus {
    background-color: #dd9933; }

/* Responsive slider
-------------------------------------------------------------- */
.home_widgets_hero .textwidget {
    position: relative;
}

.homeSliderContent {
    position: absolute;
    top: 2%;
    z-index: 9;
    width: 40%;
    left: 10%;
    right: 10%;
	margin: 10 auto;
	text-align: center;
    background: rgba(0, 0, 0, 0.75);
    padding: 20px;
    color: white;
	border-radius: 10px;
    border-top: 5px solid #1fa67a;
}
.homeSliderContent h1 {
    color: white;
    margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.5;
}
	@media (min-width: 821px) and (max-width: 1245px) {
		.homeSliderContent {
			width: 80%;
			top: 5%;
		}
	}
	@media (min-width: 0px) and (max-width: 820px) {
		.homeSliderContent {
			width: 100%;
   	 		background: white;
    		position: initial;
    		border-bottom: 5px solid #1fa67a;
    		border-top: 0px;
    		color: #2e1a0f;
			border-radius: 0px;
		}
		.homeSliderContent h1 {
    		color: #2e1a0f;
    		margin-bottom: 20px;
		}
	}

/* Update to page headers to remove the content and update styles
-------------------------------------------------------------- */

header .page-template-template-home .entry-header {
    display: none;
}
.content-area {
    margin-top: 0px !important;
}

/* Remove filter display for art contest gallery
-------------------------------------------------------------- */
.rescue_portfolio .filter_wrap ul{
	display:none;
}
/*submit button round corners */

button, .button {
border-radius: 25px;
}

.wp_cart_button_wrapper {
    text-align: center;
}

/* Footer mods
-------------------------------------------------------------- */
.footer_widget_wrap {
	margin-bottom: 0px;
}
footer#site_footer .footer_widget_wrap{
	margin-bottom: 0px;
}
footer#site_footer {
	padding-top: 2px;
	min-height: 0px;
}
.footer_social {
	min-height: 40px;
}
.footer_social ul {
	margin-top: 20px;
}
.footer_copyright .copyright {
	margin-top: 0px;
}

/* Text fixes
-------------------------------------------------------------- */

a[href="#"]:hover{
	color: white;
	cursor: default;
}

/* Header fixes
-------------------------------------------------------------- */

.content-area {
    margin-top: 30px !important;
}



  @media only screen and (max-width: 40em) {
    .rightbar {max-width:90%; float:none;}}

/* Link fixes
-------------------------------------------------------------- */

p>a {
    color: #cc8239;
	font-weight: bold;
}

li>a {
    color: #cc8239;
	font-weight: bold;
}

h3>a {
    color: #cc8239;
	font-weight: bold;
}