@charset "UTF-8";
.views_slideshow_cycle_teaser_section {
  max-width: 100%;
  width: 100% !important;
}

.views_slideshow_cycle_teaser_section .views_slideshow_cycle_slide {
  max-width: 100%;
}

.views_slideshow_cycle_teaser_section .views_slideshow_cycle_slide .image-style-slideshow {
  max-width: 100%;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.site-branding__logo-img {
  max-height: 277px;
}

body,
html {
  height: 100%;
}

body {
  /* Location of the image */
  background-image: url("../../../images/amor-logo-bg.jpg");
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: #f2efe9;
}

body .page {
  background: transparent;
}

body .page .regions,
body .page #sub-features,
body .page #footer {
  background-color: transparent;
}

body.cke_editable {
  background-color: white;
  background-image: none;
}

#block-amor-main-menu-menu {
  background-color: #869352;
}

.rm-block {
  height: auto;
  /**/
}

.pr-header {
  border-bottom: 2px solid #869352;
  margin-bottom: 1px;
}

#block-views-block-front-page-slideshow-block-1 {
  margin-top: 0;
}

#views_slideshow_cycle_main_front_page_slideshow-block_1 .image-style-slideshow {
  border-radius: 2px;
}

#block-contactblock {
  background-color: #f2efe9;
  padding: 1em;
}

#block-views-block-front-page-image-links-block-1 {
  margin: 0;
}

#block-views-block-front-page-image-links-block-1 ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

#block-views-block-front-page-image-links-block-1 ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  margin: 0 1em 1em;
}

#block-views-block-front-page-image-links-block-1 ul li a {
  z-index: 1;
}

#block-views-block-front-page-image-links-block-1 ul li a span.image-title {
  display: block;
  height: 1.8em;
  width: 250px;
  vertical-align: bottom;
  text-align: center;
  bottom: 0;
  z-index: 2;
  font-size: 1.6em;
  line-height: 1.8em;
  color: #869352;
  background-color: white;
  font-weight: 700;
  text-transform: uppercase;
}

#block-views-block-front-page-image-links-block-1 ul li a img {
  width: 250px;
  height: 250px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

#block-views-block-front-page-image-links-block-1 ul li a:hover {
  text-decoration: none;
  /**/
}

#block-views-block-front-page-image-links-block-1 ul li a:hover img {
  background-color: black;
  border-radius: 4px 4px 0 0;
}

#block-views-block-front-page-image-links-block-1 ul li a:hover .image-title {
  opacity: 1;
  background-color: #869352;
  color: white;
  border-radius: 0 0 4px 4px;
}

#block-views-block-footer-image-links-block-1 {
  margin: 0;
}

#block-views-block-footer-image-links-block-1 ul {
  padding: 0;
  margin: 0;
}

#block-views-block-footer-image-links-block-1 ul li {
  margin: .5em .5em .5em 0em;
  display: inline-block;
}

#block-useraccountmenu-menu {
  margin: 0;
}

#block-useraccountmenu-menu ul .menu__item {
  display: inline-block;
}

#block-useraccountmenu-menu ul .menu__item > .menu__link::after {
  content: "";
}

#block-credit,
#block-credit-2 {
  text-align: right;
}

#block-credit p,
#block-credit-2 p {
  display: inline-block;
  background-color: #f2efe9;
  font-size: .8em;
  padding: 0 4px;
  border-radius: 2px;
}

#block-views-block-testimonials-block-1-2,
#block-views-block-team-block-1-2 {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0;
  bottom: 2em;
  padding: 0 1em 1em 2em;
  position: relative;
}

/**
 * Search results.
 ============================================================================ */
.item-list--search-results {
  border-radius: 2px;
}

.search-results {
  margin-bottom: 1rem;
  padding: 1rem;
}

.search-results--empty h3 {
  font-size: 1.25rem;
}

.search-results__item {
  margin-bottom: 1.625rem;
  padding: 0;
  list-style: none;
}

.search-result__title {
  margin: 0;
}

.search-result__snippet-info {
  font-size: 0.875rem;
}

.search-result p {
  margin: 0;
}

/**
 * Search forms
 * - search block form
 * - advanced search form
 ============================================================================ */
.search-block-form__form {
  display: block;
  clear: both;
  position: relative;
}

.search-block-form__form .form-type-search,
.search-block-form__form .form-actions {
  display: inline;
  margin: 0 0 0.5rem;
}

.search-block-form__form .form-search {
  width: 100%;
}

.submit-is-visible .search-block-form__form .form-search {
  padding-right: 2rem;
}

.search-block-form__form .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.search-block-form__form .form-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  width: 2rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  cursor: pointer;
  background-image: url(../images/search-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0 2px 2px 0;
  background-size: contain;
}

.search-block-form__form .contextual-render-processed {
  top: 2px;
  right: 2em;
}

.search-block-form__form ::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 0.75;
}

.search-block-form__form :-moz-placeholder {
  color: #cccccc;
  opacity: 0.75;
}

.search-block-form__form ::-moz-placeholder {
  color: #cccccc;
  opacity: 0.75;
}

.search-block-form__form :-ms-input-placeholder {
  color: #cccccc;
  opacity: 0.75;
}

.search-basic {
  display: block;
}

.search-basic label {
  display: block;
  margin: 0 0 0.5rem;
}

.search-basic .form-type-search,
.search-basic .form-search {
  display: block;
  width: 100%;
  margin: 0.5rem 0;
}

.search-advanced .details-wrapper > fieldset > legend {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  word-wrap: normal;
  font: 0/0 a;
}

.search-advanced .form-text {
  min-width: 75%;
}

.search-advanced .form-item,
.search-advanced .form-radios,
.search-advanced .form-checkboxes {
  margin-bottom: 0.5rem;
}

.search-help-link {
  float: right;
  font-size: 0.875rem;
  margin-top: -1.5rem;
  padding-right: 0.375rem;
}

.search-help-link:before {
  font-family: FontAwesome, sans-serif;
  content: "";
  padding: 0;
  margin: 0;
  text-align: center;
  width: 1rem;
  display: none;
}

.fa-loaded .search-help-link:before {
  display: inline-block;
}
/*# sourceMappingURL=search.css.map */