/*
 Theme Name:   Gateway Child
 Theme URI:    https://rescuethemes.com
 Description:  Gateway Child Theme
 Author:       Rescue Themes
 Author URI:   https://rescuethemes.com
 Template:     gateway
 Version:      1.0
 Tags: light, white, gray, orange, three-columns, responsive-layout, featured-images, theme-options, custom-colors, threaded-comments, translation-ready, right-sidebar
 Text Domain:  gateway-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/* Stuff we changed in style.css of main gateway theme: */

blockquote {
  background-color: #FAFAFA;
  border-left: 8px solid #5f7528;
  padding: 1.5625rem 1.25rem 0.35rem 1.1875rem;
}

#infinite-footer .blog-info a:hover {
  text-decoration: none !important;
  color: #5f7528 !important;
}

.header-bg {
  background-color: #5f7528;
}

html input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #5f7528;
  color: #FFFFFF;
  padding: 0.35em 1.5em;
  border: none;
  font-size: 16px;
  font-style: italic;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

article .entry-footer .left i:hover {
  color: #5f7528;
}

.widget_tag_cloud a {
  background-color: #5f7528;
  color: #FFFFFF;
  padding: 0.35em 1.5em;
  float: left;
  margin-right: 0.35em;
  margin-bottom: 0.35em;
  font-size: 16px !important;
  font-style: italic;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .textwidget a:hover i {
  color: #5f7528;
}


/* Stuff we changed in app.css of main gateway theme: */


button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Fanwood Text", serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #5f7528;
  border-color: #db251d;
  color: white;
  transition: background-color 300ms ease-out;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #5f7528;
  border-color: #db251d;
  color: white;
  cursor: pointer;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #5f7528;
}

ul.pagination li.current a, ul.pagination li.current button {
  background: #5f7528;
  color: white;
  font-weight: bold;
  cursor: default;
}

ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #5f7528;
}

.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 21.66667px;
  padding-left: 21.66667px;
  background-color: #5f7528;
  border-color: #db251d;
  color: white;
}

.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 21.66667px;
  padding-left: 21.66667px;
  background-color: #5f7528;
  border-color: #db251d;
  color: white;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: white;
  background: white;
  color: #5f7528;
}

.top-bar-section ul li.active > a {
  background: white;
  color: #5f7528;
}

.top-bar-section ul li.active > a:hover {
  background: white;
  color: #5f7528;
}

  .top-bar-section li.hover > a:not(.button) {
    background-color: white;
    background: white;
    color: #5f7528;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 21.66667px;
    line-height: 65px;
    color: #5f7528;
    background: white;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: white;
    color: #5f7528;
  }

  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #5f7528;
    background-color: white;
    background: white;
  }

  .no-js .top-bar-section ul li:hover > a {
    background-color: white;
    background: white;
    color: #5f7528;
  }
  .no-js .top-bar-section ul li:active > a {
    background: white;
    color: #5f7528;
  }

a {
  color: #5f7528;
  text-decoration: none;
  line-height: inherit;
}
