@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;
}

/**
 * Table Base
 * Set base styles for table elements.
 ============================================================================ */
table {
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

table caption {
  font-size: 0.875rem;
  font-style: italic;
}

tr {
  border: 1px solid;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 600;
}

tr,
td,
th {
  border: 1px solid;
}

td,
th {
  padding: 0.5rem;
  vertical-align: middle;
}

/**
 * Table Theme
 * Style Drupal selectors for tables.
 ============================================================================ */
.path-admin table {
  width: 100%;
}

table.sticky-header {
  z-index: 10;
}

table .view-table__details {
  padding: 0;
  margin: 0 0 1rem;
  font-size: 1rem;
}

table .view-table__details,
table .view-table__details--summary {
  border: 0;
}

table .view-table__details--description {
  font-style: italic;
}

table ul {
  margin: 0;
}

table[align='right'] {
  margin-left: 1rem;
}

table[align='left'] {
  margin-right: 1rem;
}

@media screen and (max-width: 45em) {
  table[align='right'], table[align='left'] {
    margin-left: 0;
    margin-right: 0;
  }
}

thead, tbody, tr, th, td {
  border-width: 1px;
}

[border='2'] thead, [border='2'] tbody, [border='2'] tr, [border='2'] th, [border='2'] td {
  border-width: 2px;
}

[border='3'] thead, [border='3'] tbody, [border='3'] tr, [border='3'] th, [border='3'] td {
  border-width: 3px;
}

[border='4'] thead, [border='4'] tbody, [border='4'] tr, [border='4'] th, [border='4'] td {
  border-width: 4px;
}

[border='5'] thead, [border='5'] tbody, [border='5'] tr, [border='5'] th, [border='5'] td {
  border-width: 5px;
}

[border='6'] thead, [border='6'] tbody, [border='6'] tr, [border='6'] th, [border='6'] td {
  border-width: 6px;
}

[border='7'] thead, [border='7'] tbody, [border='7'] tr, [border='7'] th, [border='7'] td {
  border-width: 7px;
}

[border='8'] thead, [border='8'] tbody, [border='8'] tr, [border='8'] th, [border='8'] td {
  border-width: 8px;
}

[border='9'] thead, [border='9'] tbody, [border='9'] tr, [border='9'] th, [border='9'] td {
  border-width: 9px;
}

[border='10'] thead, [border='10'] tbody, [border='10'] tr, [border='10'] th, [border='10'] td {
  border-width: 10px;
}

thead .active img {
  display: inline;
}

/**
 * Table sort indicators.
 ============================================================================ */
.tablesort {
  height: 1rem;
  width: 1rem;
  display: inline-block;
}

.tablesort--asc:after, .tablesort--desc:after {
  font-family: FontAwesome, sans-serif;
  height: 1rem;
  width: 1rem;
  padding: 0 0.1875rem;
  background-image: none;
  display: none;
}

.fa-loaded .tablesort--asc:after, .fa-loaded .tablesort--desc:after {
  display: inline-block;
}

.tablesort--asc:after {
  content: "";
}

.tablesort--desc:after {
  content: "";
}
/*# sourceMappingURL=tables.css.map */