/*****************************************************/
/* Dawn: Base                                        */
/* by Theme Boutique                                 */
/*                                                   */
/* dawn.styles.css                                   */
/*                                                   */
/*****************************************************/

@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}

body {
  /* background-color: #1a1a1a; */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
}

body.maintenance-page{
    background-color:#fff;
    margin:5rem auto;
}

.maintenance-page .site-name{
    visibility:hidden;
}

#main {
  /* padding-bottom: 2rem; */
}

.container {
  max-width: 1200px;
}

.h1, h1 {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: -0.05em;
}

.h2, h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  letter-spacing: -0.05rem;
}

h2 > a {
  color: #333;
}

.h3, h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.grid-row--background:after {
  content: '';
  background: linear-gradient(300deg, #111, #000);
  height: 100%;
  opacity: 0.65;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.region-content-top {
  /* display: flex;
  align-items: center;
  flex-direction: column; */
  /* background: #eee; */
  background-size: cover !important;
  /* border-bottom: 1px solid #ebebeb; */
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  /* padding: 5rem 0; */
}

.path-frontpage .region-content-top {
  margin-bottom: 0;
  background: none;
}

#page-title {
 /*margin-bottom: 4rem;*/
  margin-top: 1rem;
}

#page-title h1 {
  color: #333;
  font-weight: 700;
  font-size: 2rem;
}

.block-system-breadcrumb-block {
  margin-top: 1rem;
  /*margin-bottom: 4rem;*/
  margin-bottom: 1rem;
  font-weight: 500;
}

.block-system-breadcrumb-block a,
.block-system-breadcrumb-block i {
  color: #777;
}

.block-system-breadcrumb-block i {
  font-size: 0.875rem;
  margin: 0 0.5rem;
}

.block-system-breadcrumb-block ion-icon {
  font-size: 14px;
  height: 12px;
  padding: 0 0.25rem;
  color: #999;
}

.dawn-page-header,
.dawn-page-header .navbar-fixed {
  background: #fff;
  border-bottom: 1px solid #efefef;
  z-index: 500;
  box-shadow: 0 0 7px 0px rgba(34, 34, 34, 0.07);
}

.dawn-page-header {
  z-index: 500;
  position: relative;
}

.dawn-page-header .navbar-fixed {
  position: fixed;
  width: 100%;
  /* top: 0; */
  left: 0;
  transform: translateY(-100%);
}

/* Branding / Logo */

.dawn-page-header .navbar-brand {
  padding-top: 23px;
  padding-bottom: 23px;
  margin-right: 0;
 /* margin-left: 1rem;*/
}

.site-branding__logo {
  display: flex;
  align-items: center;
  text-transform: lowercase;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #444;
  letter-spacing: -0.1rem;
}

.site-branding__logo:hover {
  color: #444;
  text-decoration: none;
}

.site-branding__logo img {
  margin-right: 0.5rem;
}

.btn-visita img {
   padding-left:4rem;
  }

/* Menus */

/* Icon */

.navbar-toggler {
  width: 20px;
  height: 18px;
  padding: 0;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #777;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navbar-toggler span:nth-child(1) {
  top: 0px;
}

.navbar-toggler span:nth-child(2) {
  top: 7px;
}

.navbar-toggler span:nth-child(3) {
  top: 14px;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
  width: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  .dawn-menu--main .navbar-collapse {
    display: flex;
    justify-content: flex-end;
  }

  .dropdown-menu {
    top: auto;
  }
  
  .nav-item.dropdown .dropdown-menu.show {
    display: none;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    left: auto;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 9px 3px rgba(55, 55, 55, 0.02);
  }

  .dawn-menu--main.navbar-expand-md .navbar-nav .nav-link {
    padding: 1.5rem 1rem;
  }

  .dawn-menu--main .navbar-nav .nav-link i {
    position: relative;
    font-size: 18px;
    line-height: 1;
    top: 2px;
  }
  .dawn-menu--main .dawn-search .icon:before {
    font-weight: bold;
  }

  .dawn-menu--main .search-block-form {
    position: absolute;
    top: calc(100% - 5px);
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 9px 3px rgba(55, 55, 55, 0.02);
    border-radius: 3px;
    overflow: hidden;
    display: none;
    width: 320px;
  }

  .dawn-menu--main .search-block-form.search-active {
    display: block;
  }

  .dawn-menu--main .search-block-form input {
    border: 0 !important;
  }
}

/* Small devices (landscape phones, less than 768px)*/

@media (max-width: 767.98px) {

  .navbar-open {
    overflow: hidden;
  }

  .navbar-open .navbar-toggler span {
    background: #fff;
  }

  .dawn-menu--main .navbar-collapse {
    margin: 0;
    background: #fff;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: -5%;
    height: 100vh;
    width: calc(50%);
    min-width: 280px;
    max-width: 360px;
    overflow: scroll;
    box-shadow: 0 0 10px 1px rgba(34,34,34,0.1);
    opacity: 0;
    /* transform: translateX(-100%); */
  }

  .dawn-menu--main .collapsing {
    transition: none;
  }

  .dawn-menu--main .show {
    /* transform: translateX(0%); */
    left: 0;
    opacity: 1;
    transition: left 0.1s, opacity 0.1s;
  }

  .dawn-menu--main .navbar-collapse.show:after {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: fixed;
    content: '';
    right: 0;
    height: 100vh;
    top: 0;
    background: rgba(34,34,34,0.25);
    z-index: -1;
  }

  .dawn-menu--main .navbar-nav {
    background: #fff;
    height: 100%;
  }

  .dawn-menu--main .dropdown-menu {
    border-radius: 0;
  }

  .dawn-menu--main .navbar-nav .nav-item:not(:last-child) .nav-link {
    border-bottom: 1px solid #efefef;
  }

  .dawn-menu--main .navbar-nav .nav-link {
    padding: 1rem;
  }

  .dawn-menu--main .search-block-form {
    display: none;
  }
}

.dawn-menu--main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* .dawn-menu--main .navbar-nav {
  display: flex;
  align-items: center;
} */

.dawn-menu--main .navbar-nav .nav-link {
  color: #999;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.dawn-menu--main .navbar-nav .nav-link.is-active {
  color: #555;
}

.dawn-menu--main .dropdown-menu {
  margin-top: -5px;
  border: 0;
  font-size: 14px;
}

.dawn-menu--main .dropdown-item:hover,
.dawn-menu--main .dropdown-item:focus {
  background-color: #f7f7f7;
}

.dawn-menu--main .dropdown-toggle:after {
  content: "\f3d0";
  border: 0;
  font-family: 'Ionicons';
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  top: 4px;
  position: relative;
  color: #aaa;
}


.dawn-menu--main .dropdown-item {
  font-weight: 600;
  color: #333;
}

/* Pager */

.pager__items {
  padding-left: 0;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager__item {
  font-size: 0.875rem;
  padding: 1rem;
}

.pager__item.is-active {
  font-weight: bold;
  width: 30px;
  padding: 0;
  background: #eee;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
}

.pager__item.is-active a {
  color: #777;
}

/* Forms */

.search-block-form .form-search {
  border-right: 0;
  border-radius: 0;
  border-color: #e1e1e1;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.search-block-form input[type="submit"] {
  background: transparent;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  border: 1px solid #e1e1e1;
  border-left: 0;
  border-radius: 0;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.search-block-form .input-group:after {
  font-family: 'Ionicons';
  content: '\f4a5';
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #777;
}

/* Node Type: Article */

.page-node-type-article #main {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.page-node-type-article .node__title {
  font-weight: 700;
  font-size: 36px;
}

.page-node-type-article .field--name-field-image {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page-node-type-article .field--name-field-image .img-fluid {
  border-radius: 5px;
}

/* View: Dawn Blog */

.dawn-article--recent-posts {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333;
  font-size: 13px;
  font-weight: 600;
}

.dawn-article--recent-posts a {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: normal;
}

.dawn-article--recent-posts:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;

}

/* Footer */

.dawn-footer {
  font-size: 15px;
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: #777;
}

.dawn-footer h2 {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 1rem;
  /* text-transform: uppercase; */
  margin-bottom: 2rem;
  color: #fff;
}

#page-bottom {
  background: #111;
  font-size: 0.875rem;
  padding: 2rem 0;
  color: #fff;
}

.dawn-footer a,
#page-bottom a {
  color: #aaa;
}

/* Sidebars */

.region-sidebar-first,
.region-sidebar-second {
  font-size: 0.9375rem;
  color: #777;
}

.region-sidebar-first h2,
.region-sidebar-second h2 {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: #212529;
}

.region-sidebar-first .block,
.region-sidebar-second .block {
  margin-bottom: 3rem;
}

.region-sidebar-second .navbar-nav .nav-item {
  padding-bottom: 0.5rem;
}

.region-sidebar-first .navbar-nav .nav-item > a,
.region-sidebar-second .navbar-nav .nav-item > a {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
}

.region-sidebar-second .navbar-nav .nav-item > a:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
  font-size: 10px;
  padding-right: 0.5rem;
}

/* Sections */

.dawn-section {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.dawn-section--title,
#block-views-block-dawn-portfolio-related-projects h2,
#block-views-block-dawn-blog-recent-articles h2{
  display: flex;
  position: relative;
  /* color: #fff; */
  padding-bottom: 2rem;
  letter-spacing: -0.1rem;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  font-size: 2rem;
}

.dawn-section--title:after,
#block-views-block-dawn-portfolio-related-projects h2:after,
#block-views-block-dawn-blog-recent-articles h2:after{
  display: flex;
  content: '';
  width: 100px;
  height: 2px;
  /* background: #1a191d;
  background: -webkit-linear-gradient(to top, #a18cd1, #fbc2eb);
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  margin-top: 2rem;
}

.dawn-section--lead {
  display: inline-block;
  text-align: center;
  color: #777;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  font-size: 18px;
}

.dawn-section--icons {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.dawn-section--portfolio {
  background: #f7f7f7;
  padding-bottom: 0;
}


.dawn-section--blog {
  background-image: linear-gradient(to bottom, #f7f7f7, #f2f2f2);
  padding-bottom: 2rem;
}

.dawn-section--blog .btn {
  margin-top: 4rem;
  align-self: center;
}

.dawn-section--stats {
  background: #111;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.dawn-section--stats .dawn-counter {
  /* background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.25rem;
  font-weight: 800;
}

.dawn-section--about {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.dawn-section--about h3 {
  margin-bottom: 2rem;
  text-align: center;
}

.dawn-section--about p,
.dawn-section--about ul {
  color: #777;
}

/* Teaser */

.dawn-teaser {
  background: #fff;
  padding: 2rem;
  border-radius: 3px;
}

/* Page: Contact */

.dawn-gmap {
  background: #eee;
  height: 340px;
  border-radius: 3px;
}

.dawn-gmap-no-key {
  background: #444;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

/*********************************/
/* Elements                      */
/*********************************/

/* Tags */

.field--name-field-tags .field__items {
  display: flex;
}

.field--name-field-tags a {
  display: inline-block;
  background: #eee;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  margin-right: 0.5rem;
}

.field--name-field-tags a:hover {
  background: #ebebeb;
  text-decoration: none;
}

.dawn-tag-cloud .navbar-nav {
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}

.dawn-tag-cloud .nav-item a {
  display: block;
  background: rgba(255, 255, 255, 0.07);
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  color: #777;
  text-decoration: none;
  transition: all 0.15s;
  font-weight: 500;
  font-size: 14px;
}


.dawn-tag-cloud .nav-item a:hover {
  background: rgba(255, 255, 255, 0.12); 
}

.videodrone{
    padding-bottom: 56.25%;
}

.videodrone .field--name-field-media-video-file{
    margin:auto;
}

/* Accordion */

.dawn-accordion {
  border-top: 1px solid #ddd;
}

.dawn-accordion .card {
  border: 0;
}

.dawn-accordion .card-header {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.dawn-accordion .card-header > a {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 1rem;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s all;
}

.dawn-accordion .card-header > a:hover,
.dawn-accordion .card-header > a:not(.collapsed) {
  background: #f5f5f5;
}


.dawn-accordion .card-header > a:after {
  font-family: 'Ionicons';
  content: '\f3d0';

}

.dawn-accordion .card-header > a:not(.collapsed):after {
  font-family: 'Ionicons';
  content: '\f3d8';
}

.dawn-accordion .collapse.show {
  border-bottom: 1px solid #ddd;
}

/* Alert Box */

.alert {
  padding: 1rem;
  border: 0;
}

/* Call to Action */

.call-to-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  border-radius: 3px;
  padding: 2rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #444;
}

/* Price Table */

.price-table {
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: center;
  font-size: 0.875rem;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.05), 0 0 0 1px rgba(10,10,10,.01);
}

.price-table.price-highlight {
  border-color: #764ba2;
}

.pricing {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing li:last-child {
  padding-top: 2rem;
}

.price {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.price h3 {
  font-size: 60px;
  margin-bottom: 0;
}

/* Tabs */

.nav-tabs {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.nav-tabs .nav-link {
  padding: 1rem;
  font-size: 14px;
  font-weight: 600;
  border-width: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
  border-color: transparent transparent #764ba2;
  border-width: 0 0 2px;
  padding-bottom: calc(1rem - 2px);
}

/* Icon Box */

.dawn-icon-box {
  display: flex;
  align-items: flex-start;
}

.dawn-icon-box--icon {
  float: left;
  /* background: #764ba2;
  background: -webkit-linear-gradient(135deg, #667eea, #764ba2);
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  font-size: 36px;
  text-align: center;
  color: #999;
}

.dawn-icon-box--heading {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.dawn-icon-box--content {
  width: calc(100% - 40px);
  overflow: hidden;
  padding: 0 1rem;
}

.dawn-icon-box--content p {
  margin-bottom: 0;
  color: #777;
}

/* Progress Bars */

.progress {
  height: 0.5rem;
}

.progress-bar {
  border-radius: 0.25rem;
}

.progress + .progress {
  margin-top: 1rem;
}

.dawn-progress--label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.progress + .dawn-progress--label {
  margin-top: 1rem;
}

/* Buttons */

.btn {
  font-weight: 700;
  padding: .75rem 1.5rem;
  border-radius: 3px;
  text-transform: uppercase;
  border-width: 0;
  box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.05), 0 0 0 1px rgba(10,10,10,.01);
  font-size: 14px;
}

/* Icon List */

.list-style-icon ul {
  list-style: none;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.list-style-icon li {
  position: relative;
  margin-bottom: 0.5rem;
}

.list-style-icon li:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
  /* background: #1a191d;
  background: -webkit-linear-gradient(to top, #a18cd1, #fbc2eb);
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 8px;
  top: -2px;
  position: relative;
  margin-right: 0.5rem;
  text-align: center;
  border-radius: 100%;
  color: #fff;
}

/* Node View: Teaser */

.node__teaser {
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.05), 0 0 0 1px rgba(10,10,10,.01);
  position: relative;
  overflow: hidden;
}

.node__teaser h2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.node__teaser .node__content {
  padding: 2rem;
}

.node__teaser .node__meta {
  margin-top: 1rem;
}

.node__meta {
  display: flex;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.05rem;
  color: #777;
}

.node__meta ion-icon {
  position: relative;
  top: 3px;
  font-size: 18px;
  margin-left: 1rem;
  margin-right: 0.25rem;
}

.node__meta .image-style-thumbnail {
  height: 24px;
  width: 24px;
  border-radius: 100%;
  margin-right: 0.5rem;
}

.node__links {
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
}

ul.inline, 
ul.links.inline {
  display: inline-block;
}

ul.inline li {
  padding: 0;
}

ul.inline li > a {
  padding: 0.5rem 1rem;
  background: #efefef;
  margin-right: 1rem;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}

ul.inline .comment-forbidden {
  font-weight: 600;
  font-size: 14px;
  color: #777;
}
ul.inline .comment-forbidden > a {
  background: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.filter-wrapper {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 13px;
}

.cke {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}

/* Forms */

.form-text,
.form-email {
  display: block;
  width: 100%;
  padding: .7rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 3px;
}

.form-textarea-wrapper textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
}

label {
  font-weight: bold;
}

.contact-form {
  font-size: 0.875rem;
}

.contact-form .form-actions {
  margin-top: 2rem;
}

.grid-row--background {
  background-attachment: fixed;
  will-change: transform;
}

/* Comments */

.comment {
  border-radius: 5px;
  border: 1px solid #efefef;
  box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.05), 0 0 0 1px rgba(10,10,10,.01);
  font-size: 15px;
}

.comment__footer {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1.5rem;
  margin: 0;
}

.comment__meta {
  padding: 0 1rem;
  font-size: 14px;
  font-weight: 600;
  color: #777;
}

.comment__meta h3 {
  font-size: 16px;
  margin-bottom: 0.25rem;
}

.comment__meta h3 a {
  color: #333;
}

.comment .field--name-user-picture img {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}

.comment .field--name-comment-body {
  padding: 0 1.5rem;
  border-bottom: 1px solid #efefef;
}

.comment ul.inline {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
}

.comment div.permalink {
  float: right;
  font-size: 14px;
  font-weight: 600;
  padding: 1rem 1.5rem;
}

/* Homepage: Article Card */

.dawn-article--card {
  background: #fff;
  box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.05), 0 0 0 1px rgba(10,10,10,.01);
  padding: 2rem;
  border-radius: 5px;
}

.dawn-article--card a,
.dawn-article--card h3 {
  color: #444;
}

.dawn-article--card-date {
  font-weight: 600;
  font-size: 14px;
  color: #777;
}

.dawn-article--card-author {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.dawn-article--card-thumbnail {
  border-radius: 100%;
  overflow: hidden;
  width: 32px;
  margin-right: 0.5rem;
}

/* Homepage: Testimonials */

.dawn-testimonials {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 480px;
  position: relative;
  color: #fff;
}

.dawn-testimonials blockquote {
  font-family: 'Merriweather', serif;
  display: flex;
  width: 50%;
  text-align: center;
  font-size: 20px;
  z-index: 1;
}

.dawn-testimonials--author {
  margin-top: 2rem;
  z-index: 1;
}

/* Block: Related Projects */

#block-views-block-dawn-portfolio-related-projects {
  margin-top: 4rem;
  padding-top: 4rem;
  text-align: center;
  background-image: linear-gradient(to bottom,#f7f7f7,#f2f2f2);
}

#block-views-block-dawn-portfolio-related-projects h2 {
  font-size: 1.75rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

#block-views-block-dawn-portfolio-related-projects h2:after {
  width: 50px;
}

/* Block: Articoli Recenti */

#block-views-block-dawn-blog-recent-articles {
  margin-top: 4rem;
  padding-top: 4rem;
  text-align: left;
  background-image: linear-gradient(to bottom,#f7f7f7,#f2f2f2);
  padding-bottom: 2rem;
}

#block-views-block-dawn-blog-recent-articles .view-dawn-blog {
   width:100%;
   max-width: 1200px;
   margin:auto;
}

#block-views-block-dawn-blog-recent-articles h2 {
  font-size: 1.75rem;
  margin-bottom: 0;
  padding-bottom: 4rem;
}

#block-views-block-dawn-blog-recent-articles h2:after {
  width: 50px;
}

/* View: Portfolio */

.view-dawn-portfolio .views-field-title{
  position: absolute; 
  left: 50%;
  top:50%;
}

.view-dawn-portfolio .views-field-title .field-content{
  position: relative; 
  left: -50%; 
  border: solid white 1px;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  color: #777;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

/* View: Taxonomy */

.view-taxonomy-term .views-field-title{
  position: absolute; 
  left: 50%;
  top:50%;
}

.view-taxonomy-term .views-field-title .field-content{
  position: relative; 
  left: -50%; 
  border: solid white 1px;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  color: #777;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.eu-cookie-compliance-banner{
    font-size:0.7rem;
}

.zone{
  max-width: 100%;
  height: auto;
}

.zone th, td {
    height: 50px;
    padding: 15px;
    text-align: center;
    font-size: 0.65rem;
    vertical-align:middle;
}

.zone td {
   
    font-size: 2rem;
}
    

/* Small devices (landscape phones, less than 900px)*/
@media (max-width: 900px) {
  .dawn-article--card {
    margin-bottom: 2rem !important;
  }

  .dawn-article--card:last-child {
    margin-bottom: 0 !important;
  }

  .dawn-footer .region + .region {
    margin-top: 4rem;
  }

  .dawn-section--icons {
    padding-bottom: 2rem;
  }
  
  .dawn-section--icons .dawn-icon-box {
    margin-bottom: 2rem;
  }
  

  .dawn-section--about .saga-text-block {
    margin-bottom: 2rem;
  }

  .dawn-testimonials blockquote {
    font-size: 18px;
    width: 75%
  }
  
  .site-branding__logo img {
   width: 75%;
   height:auto;
  }
  
  .btn-visita img {
   width: 75%;
   height:auto;
   padding-left:0;
  }

  
}