/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

*,
*:after,
*:before {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  background-color: #3c3232;
  color: #b5b1b1;
  font-family: "Source Sans Pro";
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.6; }

blockquote {
  border-left: 0.3rem solid #c8504b;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem; }
  blockquote *:last-child {
    margin-bottom: 0; }

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: #c8504b;
  border: 0.2rem solid #c8504b;
  border-radius: 0.4rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  height: 3.8rem;
  letter-spacing: 0.1rem;
  line-height: 3.8rem;
  padding: 0 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap; }
  .button:focus, .button:hover,
  button:focus,
  button:hover,
  input[type='button']:focus,
  input[type='button']:hover,
  input[type='reset']:focus,
  input[type='reset']:hover,
  input[type='submit']:focus,
  input[type='submit']:hover {
    background-color: #cf6762;
    border-color: #cf6762;
    color: white;
    outline: 0; }
  .button[disabled],
  button[disabled],
  input[type='button'][disabled],
  input[type='reset'][disabled],
  input[type='submit'][disabled] {
    cursor: default;
    opacity: 0.5; }
    .button[disabled]:focus, .button[disabled]:hover,
    button[disabled]:focus,
    button[disabled]:hover,
    input[type='button'][disabled]:focus,
    input[type='button'][disabled]:hover,
    input[type='reset'][disabled]:focus,
    input[type='reset'][disabled]:hover,
    input[type='submit'][disabled]:focus,
    input[type='submit'][disabled]:hover {
      background-color: #c8504b;
      border-color: #c8504b; }
  .button.button-outline,
  button.button-outline,
  input[type='button'].button-outline,
  input[type='reset'].button-outline,
  input[type='submit'].button-outline {
    background-color: transparent;
    color: #fff; }
    .button.button-outline:focus, .button.button-outline:hover,
    button.button-outline:focus,
    button.button-outline:hover,
    input[type='button'].button-outline:focus,
    input[type='button'].button-outline:hover,
    input[type='reset'].button-outline:focus,
    input[type='reset'].button-outline:hover,
    input[type='submit'].button-outline:focus,
    input[type='submit'].button-outline:hover {
      background-color: #c8504b;
      border-color: #c8504b;
      color: #fff; }
    .button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover,
    button.button-outline[disabled]:focus,
    button.button-outline[disabled]:hover,
    input[type='button'].button-outline[disabled]:focus,
    input[type='button'].button-outline[disabled]:hover,
    input[type='reset'].button-outline[disabled]:focus,
    input[type='reset'].button-outline[disabled]:hover,
    input[type='submit'].button-outline[disabled]:focus,
    input[type='submit'].button-outline[disabled]:hover {
      border-color: inherit;
      color: #fff; }
  .button.button-clear,
  button.button-clear,
  input[type='button'].button-clear,
  input[type='reset'].button-clear,
  input[type='submit'].button-clear {
    background-color: transparent;
    border-color: transparent;
    color: #c8504b; }
    .button.button-clear:focus, .button.button-clear:hover,
    button.button-clear:focus,
    button.button-clear:hover,
    input[type='button'].button-clear:focus,
    input[type='button'].button-clear:hover,
    input[type='reset'].button-clear:focus,
    input[type='reset'].button-clear:hover,
    input[type='submit'].button-clear:focus,
    input[type='submit'].button-clear:hover {
      background-color: transparent;
      border-color: transparent;
      color: #fff; }
    .button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover,
    button.button-clear[disabled]:focus,
    button.button-clear[disabled]:hover,
    input[type='button'].button-clear[disabled]:focus,
    input[type='button'].button-clear[disabled]:hover,
    input[type='reset'].button-clear[disabled]:focus,
    input[type='reset'].button-clear[disabled]:hover,
    input[type='submit'].button-clear[disabled]:focus,
    input[type='submit'].button-clear[disabled]:hover {
      color: transparent; }

code {
  background: #463c3c;
  border-radius: 0.4rem;
  font-size: 86%;
  margin: 0 0.2rem;
  padding: 0.2rem 0.5rem;
  white-space: nowrap; }

pre {
  background: #463c3c;
  border-left: 0.3rem solid #fff;
  overflow-y: hidden; }
  pre > code {
    border-radius: 0;
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre; }

hr {
  border: 0;
  border-top: 0.1rem solid #463c3c;
  margin: 3rem 0; }

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  appearance: none;
  background-color: transparent;
  color: #b5b1b1;
  border: 0.1rem solid #564a4a;
  border-radius: 0.4rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 3.8rem;
  padding: 0.6rem 1rem;
  width: 100%;
  transition: all 0.3s ease-in-out 0s; }
  input[type='email']:focus,
  input[type='number']:focus,
  input[type='password']:focus,
  input[type='search']:focus,
  input[type='tel']:focus,
  input[type='text']:focus,
  input[type='url']:focus,
  textarea:focus,
  select:focus {
    border-color: #c8504b;
    color: #fff;
    outline: 0; }

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
  padding-right: 3rem; }
  select:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#9b4dca" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>'); }

textarea {
  min-height: 6.5rem; }

label,
legend {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem; }

fieldset {
  border-width: 0;
  padding: 0; }

input[type='checkbox'],
input[type='radio'] {
  display: inline; }

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5rem; }

.container {
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  width: 100%; }

.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%; }
  .row.row-no-padding {
    padding: 0; }
    .row.row-no-padding > .col {
      padding: 0; }
  .row.row-wrap {
    flex-wrap: wrap; }
  .row.row-top {
    align-items: flex-start; }
  .row.row-bottom {
    align-items: flex-end; }
  .row.row-center {
    align-items: center; }
  .row.row-stretch {
    align-items: stretch; }
  .row.row-baseline {
    align-items: baseline; }
  .row .col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    text-align: center; }
    .row .col.col-top {
      align-self: flex-start; }
    .row .col.col-bottom {
      align-self: flex-end; }
    .row .col.col-center {
      align-self: center; }

@media (min-width: 60rem) {
  .row {
    flex-direction: row;
    margin-left: -1rem;
    width: calc(100% + 2.0rem); }
    .row .col {
      margin-bottom: inherit;
      padding: 0 1rem;
      text-align: inherit; }
      .row .col.col-20 {
        flex: 0 0 20%;
        max-width: 20%; }
      .row .col.col-25 {
        flex: 0 0 25%;
        max-width: 25%; }
      .row .col.col-33 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%; }
      .row .col.col-50 {
        flex: 0 0 50%;
        max-width: 50%; }
      .row .col.col-66 {
        flex: 0 0 66.6666%;
        max-width: 66.6666%; }
      .row .col.col-75 {
        flex: 0 0 75%;
        max-width: 75%; } }
a,
a.link,
.links a {
  color: #c8504b;
  text-decoration: none;
  border-bottom: 0; }
  a:focus, a:hover, a.hover,
  a.link:focus,
  a.link:hover,
  a.link.hover,
  .links a:focus,
  .links a:hover,
  .links a.hover {
    color: #fff; }

a.inv-link,
.inv-links a {
  color: #fff; }
  a.inv-link:focus, a.inv-link:hover, a.inv-link.hover,
  .inv-links a:focus,
  .inv-links a:hover,
  .inv-links a.hover {
    color: #c8504b; }

p a,
a.alt-link,
.alt-links a {
  color: #b5b1b1;
  border-bottom: 1px solid #b5b1b1;
  line-height: 2rem; }
  p a:focus, p a:hover, p a.hover,
  a.alt-link:focus,
  a.alt-link:hover,
  a.alt-link.hover,
  .alt-links a:focus,
  .alt-links a:hover,
  .alt-links a.hover {
    color: #fff;
    border-color: #c8504b; }

dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0; }
  dl dl,
  dl ol,
  dl ul,
  ol dl,
  ol ol,
  ol ul,
  ul dl,
  ul ol,
  ul ul {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3rem; }

ol {
  list-style: decimal inside; }

ul {
  list-style: circle inside; }

.button,
button,
dd,
dt,
li {
  margin-bottom: 1rem; }

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem; }

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem; }

table {
  border-spacing: 0;
  width: 100%; }

td,
th {
  border-bottom: 0.1rem solid #463c3c;
  padding: 1.2rem 1.5rem;
  text-align: left; }
  td:first-child,
  th:first-child {
    padding-left: 0; }
  td:last-child,
  th:last-child {
    padding-right: 0; }

b,
strong {
  font-weight: bold; }

p {
  margin-top: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: -0.1rem;
  margin-bottom: 2rem;
  margin-top: 0; }

h1 {
  font-size: 4.6rem;
  line-height: 1.2; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25; }

h3 {
  font-size: 2.8rem;
  line-height: 1.3; }

h4 {
  font-size: 2.2rem;
  letter-spacing: -0.08rem;
  line-height: 1.35; }

h5 {
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  line-height: 1.5; }

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4; }

img {
  max-width: 100%; }

.clearfix:after {
  clear: both;
  content: " ";
  display: table; }

.left {
  float: left; }

.right {
  float: right; }

.center {
  text-align: center; }

nav ul {
  list-style: none;
  margin: 0; }

nav ul li {
  display: inline-flex;
  padding: 0;
  margin: 0; }

a {
  outline: 0 !important;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out; }

svg.icon {
  fill: currentColor;
  transition-property: fill;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s; }

svg.icon .shape {
  fill: currentColor;
  transition-property: fill, opacity;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s; }

header h1,
header h2,
heading h1,
heading h2 {
  font-family: "Archivo Narrow"; }

.address {
  font-size: 1.5rem; }

.site-name > .brand {
  font-size: 1.8rem; }

.site-name, .slogan {
  font-weight: bold; }

.logo {
  margin: 0; }

.logo img {
  height: 10rem;
  width: auto;
  margin: auto; }

.logo span {
  display: none; }

.header-container {
  text-align: center;
  max-width: 100%; }

.header {
  background-color: #463c3c; }

.header .row > div {
  padding: 1.6rem; }

.banner {
  line-height: 0; }

.nav-socials ul {
  font-size: 0; }

.nav-socials ul li {
  padding: 0.4rem; }

.nav-socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  overflow: visible;
  color: #b5b1b1;
  transition: all 0.15s ease-in-out 0s; }

.nav-socials ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.6rem;
  height: 3.6rem;
  background-color: transparent;
  border: 0.1rem solid #a6a1a1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.15s ease-in-out 0s; }

.nav-socials ul li a:hover {
  color: #fff; }
  .nav-socials ul li a:hover::before {
    width: 120%;
    height: 120%;
    border-color: #c8504b;
    border-width: 0.2rem; }

.heading {
  background-color: #463c3c;
  text-align: center; }

.heading-title {
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  margin: 0;
  padding: 7rem 1.6rem;
  line-height: 0.8; }

.heading-title small {
  font-size: 1.8rem;
  display: block;
  padding-top: 1.6rem; }

.navigation-trigger {
  background-color: #3c3232; }

.navigation-container {
  background-color: #3c3232;
  opacity: 0;
  margin: 0;
  z-index: -100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  transition: opacity 0.3s ease-in-out; }

.navigation-container.navigation-active {
  opacity: 0.9;
  z-index: 100; }

.navigation-container.navigation-closing {
  opacity: 0; }

.navigation-trigger {
  display: flex;
  height: 7rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 1.6rem 0 rgba(2, 0, 0, 0.2); }

.navigation-close {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: flex-end;
  padding: 3.2rem 3.2rem 0 3.2rem; }

.navigation > ul > li {
  display: block;
  padding: 1.6rem; }

.navigation > ul > li > a {
  border: 0;
  font-size: 2rem;
  font-weight: bold; }

.navigation > ul > li.active > a {
  color: #fff;
  border-color: #fff; }

.navigation > ul > li > a:hover {
  color: #c8504b;
  border-color: #fff; }

.navigation-menu-container {
  display: none; }

@media (min-width: 60rem) {
  .navigation-container {
    position: static;
    opacity: 1;
    z-index: 1;
    position: static;
    height: auto;
    min-height: auto;
    box-shadow: inset 0 0 1.6rem 0 rgba(2, 0, 0, 0.2); }

  .navigation-menu-container {
    display: block;
    z-index: 1;
    margin-top: -7rem;
    background-color: #463c3c; }

  .navigation-trigger,
  .navigation-close {
    display: none; }

  .navigation,
  .heading-title {
    margin: 0; }

  .navigation > ul,
  .navigation-menu > ul {
    text-align: center; }

  .navigation > ul > li {
    display: inline-flex;
    padding: 0; }

  .navigation > ul > li > a,
  .navigation-menu > ul > li > a {
    display: block;
    padding: 0 1.6rem;
    line-height: 7rem;
    font-weight: bold;
    font-size: 1.6rem;
    border-bottom: 0.2rem solid transparent; }

  .navigation-menu > ul > li > a {
    font-weight: normal;
    color: #fff;
    z-index: 1; }

  .navigation-menu > ul > li.active > a {
    color: #c8504b;
    border-color: #c8504b; }

  .navigation-menu > ul > li > a:hover {
    border-color: #c8504b; }

  .navigation-container.is-stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    margin-top: 0;
    box-shadow: 0 0 3.2rem 0 rgba(2, 0, 0, 0.5); }

  .navigation-menu-container.is-stuck {
    position: fixed;
    top: 7rem;
    left: 0;
    width: 100%;
    z-index: 9;
    margin-top: 0;
    box-shadow: 0 0 3.2rem 0 rgba(2, 0, 0, 0.5); }

  .navigation-menu-is-stuck .navigation-container {
    box-shadow: none; }

  body.navigation-is-stuck {
    padding-top: 7rem; } }
.site-home .heading {
  position: relative;
  min-height: 35rem;
  color: #fff;
  background: url("../themes/coramontebengal/assets/images/banner.jpg") 68% no-repeat;
  padding: 1rem 1rem 7.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  text-shadow: 1.5px 1.5px #000; }

.site-home .heading-title {
  font-size: 4rem;
  padding: 0;
  line-height: 1.1; }

.site-home .heading-title span {
  white-space: pre; }

.site-home .heading-title small {
  padding-top: 1rem; }

.site-home .widget-row {
  margin-top: -12.5rem;
  align-items: baseline; }

.site-home .widget {
  margin: 0 auto 3.2rem auto; }

.site-home .siluette {
  text-align: center;
  z-index: -1;
  margin-top: -15%; }

.site-home .article {
  min-height: 18rem;
  padding-top: 7rem; }

.site-home .article h3,
.page .main h2 {
  color: #fff;
  border-bottom: 1px solid #463c3c;
  width: 100%;
  text-align: center;
  padding: 3.2rem;
  margin-bottom: 3.2rem;
  font-weight: bold; }

.site-home .main .article h3 {
  color: #c8504b; }

.site-home .quote {
  font-style: italic; }

.site-home .avatar {
  border: 0.2rem solid #b5b1b1;
  border-radius: 50%;
  min-width: 17rem; }

.site-home .quote-text {
  background: url("../themes/coramontebengal/assets/images/siluette-sm.png") 0 0 no-repeat transparent;
  border-left: 0.2rem solid #c8504b;
  margin: 3.2rem 0 0 3.2rem;
  padding-left: 3.2rem; }

.site-home .quote-name {
  width: 100%;
  text-align: right;
  font-weight: bold;
  font-size: 1.8rem; }

.site-home .associates img {
  display: inline-block; }

@media (min-width: 60rem) {
  .site-home .heading-title {
    font-size: 5rem; }

  .site-home .heading-description {
    font-size: 2rem; }

  .site-home .heading-title span {
    white-space: normal; } }
.widget {
  margin-bottom: 3.2rem;
  max-width: 60rem;
  background-color: #463c3c;
  box-shadow: 0 0 20px 0 rgba(2, 0, 0, 0.2);
  transition: all 0.3s ease-in-out 0s;
  border-radius: 0.5rem; }

.widget-title {
  margin: 0; }

.widget-title a {
  margin: 0;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  display: block;
  padding: 0.6rem;
  border-radius: 0.5rem 0.5rem 0 0; }

.widget-image {
  height: 14rem;
  display: block;
  background-color: #222; }

.widget:hover .widget-title a {
  background-color: #cf6762; }

.widget-content {
  padding: 1.6rem; }

.widget:hover {
  background-color: #564a4a;
  box-shadow: 0 0 20px 0 rgba(2, 0, 0, 0.4); }

.widget-content .button {
  margin: 0; }

.canvas {
  position: relative; }

.content {
  box-shadow: inset 0 0 1.6rem 0 rgba(2, 0, 0, 0.2); }

.main {
  padding: 7rem 4%; }

.hidden {
  display: none; }

.well {
  display: block;
  background-color: #463c3c;
  border-radius: 0.6rem; }

.center {
  text-align: center; }

.alert {
  display: block;
  padding: 1.6rem;
  border-radius: 0.6rem;
  text-align: center; }

.alert-success {
  background-color: #fff;
  color: #3c3232; }

.alert-danger {
  background-color: #c8504b;
  color: #fff; }

.contact .main .alert {
  margin-bottom: 3.2rem; }

.main .article h2 {
  color: #c8504b;
  font-weight: bold; }

.main .article h3 {
  color: #fff; }

.main .article p {
  font-size: 1.7rem;
  letter-spacing: 0; }

.main .article blockquote p {
  font-size: 1.9rem;
  color: #fff; }

.main .article p em {
  color: #dddbdb;
  padding-right: 0.2rem; }

.main .article p strong {
  color: #c9c6c6; }

.video iframe {
  border-radius: 0.6rem; }

.siluette {
  position: relative; }

.site-404 .suggestions h2 {
  text-align: center; }

.site-404 .suggestions ul {
  position: absolute;
  margin: 3.2rem; }

@media (min-width: 60rem) {
  .main {
    padding: 7rem 10%; } }
.featured {
  padding-top: 16rem;
  margin-top: -14rem;
  padding-bottom: 14rem; }

.featured-header > h2 {
  padding: 1.6rem;
  text-align: center;
  border-top: 0.1rem solid #463c3c;
  border-bottom: 0.1rem solid #463c3c; }

.featured.hover .featured-header a {
  color: #fff; }

.profile-card-alt figure {
  margin-bottom: 2.4rem; }

.profile-card .summary .button {
  float: right; }

.views-profile .profile-card .button {
  display: none; }

.profile-content {
  position: relative; }

.profile-fields {
  list-style: none;
  margin-top: 2.5rem;
  text-align: justify; }

.profile-label {
  display: inline-block;
  font-weight: bold;
  padding-right: 1rem;
  width: 9rem;
  text-align: right;
  border-right: 0.2rem solid #c8504b; }

.profile-field {
  display: inline-block;
  padding-left: 0.8rem; }

#pedigree {
  margin-top: 7rem; }

.profile-pedigree {
  padding: 3.2rem 0.8rem;
  display: block;
  background-color: #463c3c;
  border-radius: 0.6rem; }

.pedigree-title {
  width: 100%;
  text-align: center; }

.profile-pedigree hr {
  border-color: #c8504b; }

.ped-item-color {
  font-size: 1.2rem;
  color: #888;
  display: block; }

.ped-item {
  width: 25%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  text-align: center; }

.ped-item-gen-4 {
  margin-left: 72%;
  font-size: 66%; }

.ped-item-gen-3 {
  margin-left: 44%;
  font-size: 74%; }

.ped-item-gen-2 {
  margin-left: 20%;
  font-size: 92%;
  width: 40%; }

.ped-item-gen-1 {
  margin-left: 0%;
  font-size: 100%;
  width: 40%; }

.kb-inline-container ul {
  display: inline-block;
  text-align: justify; }

.kb-inline-container .profile-content {
  padding: 1.6rem 0 1.6rem; }

.kb-inline-container > .profile-header {
  visibility: hidden; }

#kb-title {
  display: none; }

@media (min-width: 415px) {
  .kb-inline-container .profile-image {
    max-width: 50% !important; } }
@media (min-width: 60rem) {
  .kb-inline-container .profile-image {
    max-width: 460px !important; } }
.gallery {
  text-align: center;
  padding: 0.7rem 0 0;
  background-color: #222;
  border-radius: 0.6rem; }

.gallery figure img {
  display: block;
  width: 160px;
  height: 90px;
  object-fit: cover; }

.gallery .image-figure > a {
  min-height: 90px; }

.mating {
  padding: 7rem 0; }

.mating-title {
  color: #c8504b;
  text-transform: uppercase; }

.mating-parents {
  background-color: #463c3c;
  border-radius: 0.6rem; }

.mating-parents .tags {
  margin-bottom: 1.6rem; }

.mating-parents .tags li {
  border-color: #5c4f4f; }

.mating-parent .profile-card {
  font-family: "Archivo Narrow"; }

.mating-parent .profile-card .image-caption {
  display: none; }

.mating-content {
  border-bottom: 0.1rem solid #463c3c;
  text-align: center;
  margin: 3.2rem 0;
  font-size: 2rem; }

.mating-content img {
  display: initial; }

.mating-litter {
  margin-top: 3.2rem; }

.tags li {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  line-height: normal;
  border: 1px solid #463c3c;
  border-radius: 0.6rem; }

.tags li.tag,
.tags li.tag > a {
  background-color: #fff;
  color: #2b2424; }

@media (min-width: 60rem) {
  .mating-parent {
    padding: 1rem !important; } }
#contact-form {
  text-align: justify; }

#contact-form .invalid::placeholder {
  color: #c8504b;
  opacity: 1; }

#contact-form .invalid:focus::placeholder {
  color: #b5b1b1;
  opacity: 1; }

#contact-form-submit {
  float: right;
  position: relative; }

#contact-form-submit svg {
  display: none; }

#contact-form-submit[disabled] svg {
  display: block; }

#contact-form-submit[disabled] span {
  visibility: hidden; }

#contact-form-alert {
  font-weight: bold;
  color: #fff; }

#post-list .featured-image .image-caption {
  display: none; }

#post-list .post .post-title {
  margin-top: 1rem; }

.video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px; }

.spinner {
  animation: rotate 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  transition: opacity 0.5s ease-in-out; }
  .spinner .path {
    stroke: #b5b1b1;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite; }

.lazy-loaded .spinner {
  animation: hide 1s both; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }
@keyframes hide {
  0% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    z-index: -999; } }
.js-lazy-parent {
  position: relative; }

.image-figure {
  position: relative;
  display: inline-block;
  margin: 0; }

figure figcaption {
  font-style: italic;
  padding-bottom: 1.6rem;
  color: #c8504b;
  text-align: center; }

.image-figure > a::before {
  content: " ";
  background-color: #3c3232;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  transition: opacity 0.3s ease-in-out; }

.image-figure > a:hover::before {
  opacity: 0; }

img,
.image-figure img,
.image-figure > a,
.kb-video {
  border-radius: 0.6rem;
  display: block; }

.video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 25px;
  height: 0;
  width: 100%;
  overflow: hidden;
  margin: 0 auto; }

iframe {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.video figcaption {
  margin-top: -20px; }

.sidebar {
  background-color: #463c3c;
  min-height: 30rem;
  border-top: 0.05rem solid #5d4e4e;
  padding: 3.2rem; }

.sidebar .block {
  position: relative; }

.sidebar a.whatsapp {
  color: #64b564;
  position: absolute;
  top: -0.6rem;
  right: 0.8rem; }

.sidebar a.whatsapp:hover {
  color: #a6ffa6; }

footer {
  background-color: #3c3232;
  padding: 1.6rem 0 0;
  text-align: center; }

footer .footer-navigation ul > li {
  padding: 2%; }

footer .footer-navigation ul > li::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 0.1rem;
  top: 1rem;
  left: -2rem;
  background-color: #c8504b; }

footer .footer-navigation ul > li:first-child::before {
  height: 0; }

footer hr {
  width: 33%;
  margin: 0.5rem auto 2rem auto; }

.back-to-top {
  margin: 3.2rem auto;
  color: #b5b1b1;
  border: 0.2rem solid #b5b1b1;
  border-radius: 50% 50%;
  height: 5rem;
  width: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.back-to-top:hover {
  border-color: #fff; }

footer .affiliates {
  opacity: 0.5;
  background: #fff;
  /* padding: 3.2rem;  */
}

footer .affiliates img {
  display: inline-block; }

html.kb-html.kb-touch {
  overflow: hidden !important; }

#kb-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #kb-overlay img {
    border: none !important; }

#kb-container {
  position: relative;
  width: 100%;
  height: 100%; }

#kb-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  cursor: pointer; }
  #kb-slider .slide {
    height: 100%;
    width: 100%;
    text-align: center;
    display: inline-block; }
    #kb-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #kb-slider .slide img, #kb-slider .slide .kb-video-container, #kb-slider .slide .kb-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #kb-slider .slide .kb-inline-container {
      white-space: normal;
      text-align: justify;
      padding: 25px; }
    #kb-slider .slide .kb-video-container {
      background: none;
      max-width: 79%;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #kb-slider .slide .kb-video-container .kb-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #kb-slider .slide .kb-video-container .kb-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #kb-slider .slide-loading {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg class='spinner' viewBox='0 0 50 50'%3e%3ccircle class='path' cx='25' cy='25' r='20' fill='red' stroke-width='5'%3e%3c/circle%3e%3c/svg%3e"); }

#kb-bottom-bar, #kb-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#kb-bottom-bar {
  bottom: -50px; }
  #kb-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); }

#kb-top-bar {
  top: -50px; }
  #kb-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }

#kb-bottom-bar > * {
  display: inline-block;
  margin: 0 -1px; }

#kb-title {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 29px; }

#kb-prev, #kb-next, #kb-close {
  background-position: center center;
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#kb-prev {
  width: 10%;
  margin-left: 5%;
  background-image: url('data:image/svg+xml;charset=UTF-8,<?xml version="1.0" ?><svg fill="rgba(255,255,255,0.99)" width="36" height="36" version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><polygon class="shape" points="28,18 2.5,18 6.2,14.3 5.5,13.6 0.6,18.5 5.5,23.4 6.2,22.7 2.5,19 28,19"></polygon></svg>') !important; }

#kb-next {
  width: 10%;
  margin-right: 5%;
  background-image: url('data:image/svg+xml;charset=UTF-8,<?xml version="1.0" ?><svg fill="rgba(255,255,255,0.99)" width="36" height="36" version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><polygon class="shape" points="30.5,13.6 29.8,14.3 33.5,18 9,18 9,19 33.5,19 29.8,22.7 30.5,23.4 35.4,18.5"></polygon></svg>') !important; }

#kb-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-image: url('data:image/svg+xml;charset=UTF-8,<?xml version="1.0" ?><svg fill="rgba(255,255,255,0.99)" width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="20.4,4.4 19.6,3.6 12,11.3 4.4,3.6 3.6,4.4 11.3,12 3.6,19.6 4.4,20.4 12,12.7 19.6,20.4 20.4,19.6 12.7,12"/></svg>') !important; }

.kb-no-close-button #kb-close {
  display: none; }

#kb-prev.disabled, #kb-next.disabled {
  opacity: 0.3; }

.kb-no-touch #kb-overlay.rightSpring #kb-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s; }
.kb-no-touch #kb-overlay.leftSpring #kb-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s; }

.kb-touch #kb-container:before, .kb-touch #kb-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }
.kb-touch #kb-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565; }
.kb-touch #kb-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565; }
.kb-touch #kb-overlay.leftSpringTouch #kb-container:before, .kb-touch #kb-overlay.rightSpringTouch #kb-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@media screen and (min-width: 800px) {
  #kb-close {
    right: 10px; }

  #kb-arrows {
    width: 96%; } }
/* Spinner
 */
/* */
#kb-spinner:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  border: 4px solid #c8504b;
  animation: kb-hide 1s both; }

#kb-spinner.kb-loading:after {
  border-color: #c8504b;
  border-color: #b5b1b1;
  border-top-color: #c8504b;
  animation: kb-showe 1s both, kb-spinner 1s linear infinite; }

@keyframes kb-spinner {
  to {
    transform: rotate(360deg); } }
@keyframes kb-hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    z-index: -99; } }
@keyframes kb-show {
  0% {
    z-index: 99;
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }
/* Skin
 *-------------------------- */
#kb-overlay {
  background-color: rgba(70, 60, 60, 0.95); }

#kb-bottom-bar {
  text-shadow: 1px 1px 1px black;
  background: #3c3232;
  opacity: 0.95; }

#kb-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #3c3232;
  opacity: 0.95;
  color: white !important; }

/*# sourceMappingURL=style.css.map */
