/* font-family: 'Bebas Neue', cursive;
font-family: 'Open Sans', sans-serif; */
/* GENERAL STYLE */
* {
  font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5 {
  font-family: 'Bebas Neue', cursive;
}

/* HEADER STYLE */
header#navbar {
    background: transparent;
    border: 0;
    max-height: 70px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.11);
}
header#navbar  .logo {
    padding: 0;
    max-width: 90px;
    grid-column-start: 2;
    grid-column-end: 2;
    margin: 20px auto auto auto;
}
header#navbar .logo img,
header#navbar .container-fluid,
header#navbar .container-fluid .navbar-header,
header#navbar .container-fluid .region-navigation {
    width: 100%;
}
header#navbar .container-fluid .region-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 70px;
}
section#block-views-block-informazioni-utente-block-2,
section#block-views-block-informazioni-utente-block-3,
section#block-views-block-informazioni-utente-block-4 {
    grid-column-end: 3;
    grid-column-start: 3;
    /* position: relative; */
    overflow: visible;
    display: flex;
    justify-content: end;
    align-items: center;
}
.user-menu {
    padding-right: 100px;
}
.menu-popup-wrapper {
    position: absolute;
    height: 0;
    overflow: hidden;
    max-height: 145px;
    max-width: 270px;
    width: 100vw;
    background-color: #FFFFFF;
    right: 0;
    /* top: 100%; */
    /* padding: 20px; */
    opacity: 0;
    transition: 0.3s;
}
.menu-popup-wrapper:hover {
    height: 100vh;
    opacity: 1;
    padding: 20px;
}
.user-menu:hover ~ .menu-popup-wrapper {
    height: 100vh;
    opacity: 1;
    padding: 20px;
}
.menu-popup-wrapper .wrapper-nome-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.menu-popup-wrapper .wrapper-nome-logo h4 {
    color: #C7C7C7;
    font-size: 21px;
    letter-spacing: 0.58px;
    line-height: 25px;
    margin: 0;
}
.menu-popup-wrapper .wrapper-nome-logo .logo-assicurazione {
    max-width: 50px;
    overflow: hidden;
    max-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-popup-wrapper .wrapper-links {
    display: flex;
    flex-direction: column;
}
.menu-popup-wrapper .wrapper-links a {
    color: #363636;
    font-family: 'Bebas Neue', cursive;
    font-size: 16px;
    letter-spacing: 0.44px;
    line-height: 19px;
    margin-bottom: 9px;
    text-decoration: unset;
    transition: 0.6s;
}
.menu-popup-wrapper .wrapper-links a:hover {
    color: #19537A;
}
/* FOOTER STYLE */
footer.footer {
    border: 1px solid #979797;
    background-color: #19537A;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 45px;
}
footer section#block-footertop {
    max-width: 1140px;
    margin: auto auto 35px auto;
}
footer section#block-footertop .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
footer section#block-footertop .footer-top::before,
footer section#block-footertop .footer-top::after {
    content: unset;
}
footer section#block-footertop .footer-top .col {
    width: 16%;
}
footer section#block-footertop .footer-top .col h4 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 10px;
}
footer section#block-footertop .footer-top .col p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.62px;
    line-height: 16px;
}
footer section#block-footertop .footer-top .col.col-follow a {
    font-size: 22px;
    color: #fff;
    margin-right: 20px;
}
footer section#block-footertop .footer-top .col.col-follow a i {
  transition: 0.6s;
}
footer section#block-footertop .footer-top .col.col-follow a:hover i {
    opacity: 0.8;
    transform: scale(1.05);
}
footer section#block-footertop .footer-top .col.col-assistance h4 {
    font-size: 22.5px;
    letter-spacing: 0;
    line-height: 31px;
    text-align: center;
    font-weight: 300;
}
footer section#block-footertop .footer-top .col.col-assistance {
    width: 25%;
}
footer section#block-footertop .footer-top .col.col-assistance h5 {
    font-size: 15.38px;
    font-weight: bold;
    letter-spacing: 1.62px;
    line-height: 21px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
footer section#block-footertop .footer-top .col.col-assistance h5 span {
    text-transform: uppercase;
}
footer section#block-footertop .footer-top .col.col-assistance h5 a {
    color: #fff;
}
section#block-footercopyright {
  max-width: 1100px;
  margin: auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
}
section#block-footercopyright a {
    color: #fff;
}
section#block-footercopyright img#ampolla {
    max-width: 13px;
}

/* LOGIN PAGE STYLE */
section#block-areariservatahero,
section#block-archibuzz-theme-headeruserpage,
section#block-areariservataoperatorehero,
section#block-views-block-videoperizie-referente-block-1 .hero-wrapper,
section#block-nuovaperiziaoperatorehero,
section#block-modificaperiziaoperatorehero {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: unset;
}
section#block-areariservatahero .hero-wrapper .inner-wrapper,
section#block-areariservataoperatorehero .hero-wrapper .inner-wrapper,
section#block-views-block-videoperizie-referente-block-1 .hero-wrapper .inner-wrapper,
section#block-nuovaperiziaoperatorehero .hero-wrapper .inner-wrapper,
section#block-modificaperiziaoperatorehero .hero-wrapper .inner-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}
section#block-areariservatahero .hero-wrapper .inner-wrapper h1,
section#block-areariservataoperatorehero .hero-wrapper .inner-wrapper h1,
section#block-views-block-videoperizie-referente-block-1 .hero-wrapper .inner-wrapper h1,
section#block-nuovaperiziaoperatorehero .hero-wrapper .inner-wrapper h1,
section#block-modificaperiziaoperatorehero .hero-wrapper .inner-wrapper h1 {
    font-size: 62px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 76px;
    text-align: center;
    color: #fff;
}
section#block-nuovaperiziaoperatorehero,
section#block-modificaperiziaoperatorehero {
    margin-bottom: 50px;
}
form#user-login-form {
    margin: 60px auto 75px auto;
    max-width: 1140px;
    display: flex;
    flex-wrap: wrap;
}
form#user-login-form .login-title {
    color: #19537A;
    font-size: 30px;
    font-weight: bold;
    line-height: 41px;
    border-bottom: 1px solid #19537A;
    padding-bottom: 5px;
    margin-bottom: 50px;
    width: 100%;
}
form#user-login-form  .form-item {
    max-width: 320px;
    margin-right: 30px;
    position: relative;
    margin-bottom: 0;
}
form#user-login-form .form-item input,
section#block-views-block-videoperizie-referente-block-1 .view-filters .form--inline .form-item input,
.node-video-perizia-form .form-item input,
.node-video-perizia-form .form-item select,
.node-video-perizia-edit-form .form-item input,
.node-video-perizia-edit-form .form-item select {
    height: 50px;
    width: 100%;
    border: 1px solid #19537A;
    border-radius: 0;
    outline: none;
    box-shadow: unset;
    background-color: #fff;
    z-index: -1;
}

form#user-login-form .form-item label,
section#block-views-block-videoperizie-referente-block-1 .view-filters .form--inline .form-item label {
    color: #19537A;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    position: absolute;
    top: -17px;
    left: 25px;
    background-color: #fff;
    padding: 5px;
    margin: 0;
    z-index: 4;
}
form#user-login-form .form-item label::after,
section#block-views-block-videoperizie-referente-block-1 .view-filters .form--inline .form-item label::after {
    content: unset;
}
form#user-login-form  .forgot-password {
    width: 100%;
    color: #19537A;
    font-size: 14px;
    line-height: 19px;
    font-weight: 100;
    font-style: italic;
}
form#user-login-form .forgot-password .forgot-password-link {
    color: #19537A;
    text-decoration: underline;
    font-weight: 600;
    font-style: initial;
}
form#user-login-form div#edit-actions {
    margin-top: 35px;
}
form#user-login-form div#edit-actions button#edit-submit,
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 #views-exposed-form-videoperizie-assicuratore-block-1 > .form-inline .form-actions button,
section#block-views-block-videoperizie-referente-block-1 .view-filters .form--inline .form-actions .btn,
.node-video-perizia-form .form-actions button,
.node-video-perizia-edit-form .form-actions button {
    min-height: 45px;
    max-width: 125px;
    width: 100vw;
    background-color: #19537A;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Bebas Neue', cursive;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 0;
    border: 1px solid transparent;
    transition: 0.6s;
}
form#user-login-form div#edit-actions button#edit-submit:hover,
form#user-login-form div#edit-actions button#edit-submit:focus,
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 #views-exposed-form-videoperizie-assicuratore-block-1 > .form-inline .form-actions button:hover,
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 #views-exposed-form-videoperizie-assicuratore-block-1 > .form-inline .form-actions button:focus,
section#block-views-block-videoperizie-referente-block-1 .view-filters .form--inline .form-actions .btn:hover,
section#block-views-block-videoperizie-referente-block-1 .view-filters .form--inline .form-actions .btn:focus,
.node-video-perizia-form .form-actions button:hover,
.node-video-perizia-form .form-actions button:focus,
.node-video-perizia-edit-form .form-actions button:hover,
.node-video-perizia-edit-form .form-actions button:focus {
    border-color: #19537A;
    background-color: #fff;
    color: #19537A;
}
form#user-login-form div#edit-actions button#edit-submit span {
    display: none;
}

/* ASSICURATORE PAGE STYLE */
section#block-archibuzz-theme-headeruserpage {
    background: linear-gradient(180deg, #0E3A57 0%, #19537A 100%);
}
section#block-archibuzz-theme-headeruserpage h1 {
    color: #FFFFFF;
    font-size: 82px;
    line-height: 100px;
    margin: auto;
    padding-top: 110px;
    max-width: 85%;
}
section#block-archibuzz-theme-views-block-informazioni-utente-block-1 {
    max-width: 800px;
    margin: 75px auto 60px auto;
    text-align: center;
}
section#block-archibuzz-theme-views-block-informazioni-utente-block-1 .views-field-name a {
    color: #19537A;
    font-size: 42px;
    font-weight: bold;
    line-height: 57px;
}
section#block-archibuzz-theme-views-block-informazioni-utente-block-1 .views-field-roles-target-id {
    color: #19537A;
    font-size: 26px;
    line-height: 36px;
}
section#block-archibuzz-theme-views-block-informazioni-utente-block-1 .views-field-roles-target-id::after {
    content: '';
    position: relative;
    width: 100%;
    height: 4px;
    background-image: url(/themes/custom/archibuzz_theme/images/dottor-grandine-linea.png);
    display: block;
    max-width: 400px;
    margin: 25px auto;
}
section#block-archibuzz-theme-views-block-informazioni-utente-block-1 .views-field-field-logo {
    max-width: 140px;
    margin: auto;
    max-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 {
    max-width: 85%;
    margin: auto;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-header p {
    color: #19537A;
    font-size: 25px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 15px;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 #views-exposed-form-videoperizie-assicuratore-block-1 > .form-inline {
    display: flex;
    flex-wrap: wrap;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-filters {
    margin-bottom: 55px;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-filters .form-item-title {
    display: flex;
    flex-direction: column;
    margin-right: 60px;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-filters .form-item-title .control-label,
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-filters .panel .panel-heading .panel-title,
.node-video-perizia-form .form-item label,
.node-video-perizia-edit-form .form-item label,
div#edit-field-foto-wrapper .panel-default .panel-heading {
    color: #19537A;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    padding: 0;
    margin: 0 auto 5px 0;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-filters .form-item-title input,
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-filters .panel .panel-body input {
    border: 0;
    box-shadow: unset;
    border-bottom: 1px solid #19537A;
    border-radius: 0;
    color: #AAABAB;
    font-size: 14px;
    line-height: 19px;
    padding: 0;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-filters .panel {
    border: 0;
    box-shadow: unset;
    background: transparent;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-filters .panel .panel-heading {
    background: transparent;
    border: 0;
    padding: 0;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-filters .panel .panel-body {
    padding: 0;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-filters .panel .panel-body .select-wrapper {
    margin-right: 30px;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-filters .panel .panel-body .select-wrapper select {
    border: 0;
    box-shadow: unset;
    border-radius: 0;
    border-bottom: 1px solid #19537A;
    padding: 0;
    color: #AAABAB;
    line-height: 19px;
    max-width: 135px;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-filters .panel .panel-body .select-wrapper:after {
    color: #19537A;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 #views-exposed-form-videoperizie-assicuratore-block-1 > .form-inline .form-actions {
    width: 100%;
    margin-top: 5px;
}

/* Results table style */
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-content table * {
    border: 0;
    background-color: transparent;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-content table thead {
    background-color: #F4F4F4;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-content table thead * {
    color: #19537A;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-content table tbody tr {
    border-bottom: 1px solid #CBCBCB;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-content table tbody tr td {
    padding-top: 20px;
    padding-bottom: 20px;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-content table tbody tr td.views-field-nothing-1 {
    padding-right: 15px;
    text-align: right;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-content table tbody tr td.views-field-nothing-1 a {
    border-radius: 30px;
    background-color: #19537A;
    color: #FFFFFF;
    padding: 5px 15px;
    border: 2px solid transparent;
    transition: 0.6s;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-content table tbody tr td.views-field-nothing-1 a:hover,
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-content table tbody tr td.views-field-nothing-1 a:focus {
    background-color: #fff;
    color: #19537A;
    border-color: #19537A;
    text-decoration: none;
    outline: none;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-content table tbody tr .views-field-nothing a {
    color: #19537A;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-text-stroke: 0;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-content table tbody tr .views-field-nothing a:hover {
    -webkit-text-stroke: 1px;
}
section#block-archibuzz-theme-views-block-videoperizie-assicuratore-block-1 .view-content table tbody tr .views-field-created {
    font-size: 16px;
    line-height: 22px;
}
 .pager-nav {
    text-align: left;
}
.pager-nav .pagination li a {
    border-radius: 0;
    color: #19537A;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Bebas Neue', cursive;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #19537A;
    transition: 0.4s;
}
.pager-nav .pagination .active a,
.pager-nav .pagination li a:hover {
    color: #fff;
    background-color: #19537A;
}
.pager-nav .pagination .pager__item--last,
.pager-nav .pagination .pager__item--first {
    display: none;
}
.pager-nav .pagination .pager__item--previous a,
.pager-nav .pagination .pager__item--next a {
    border: 0;
    background: transparent;
    position: relative;
}

.pager-nav .pagination .pager__item--previous a:hover,
.pager-nav .pagination .pager__item--next a:hover {
    background-color: transparent;
    color: #19537A;
}
.pager-nav .pagination .pager__item--previous a span,
.pager-nav .pagination .pager__item--next a span {
    font-size: 30px;
    padding-bottom: 5px;
    transition: 0.4s;
}
.pager-nav .pagination .pager__item--previous a:hover span {
    transform: translateX(-5px);
}
.pager-nav .pagination .pager__item--next a:hover span {
    transform: translateX(5px);
}



/* OPERATORE PAGE STYLE */
section#block-views-block-videoperizie-operatore-block-1 {
    max-width: 85%;
    margin: 60px auto;
}
.operatore-header-new-line {
    color: #19537A;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 41px;
    border-bottom: 1px solid #19537A;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.add-perizia-wrapper-external {
    max-height: 215px;
    height: 100vh;
    background-color: #F4F4F4;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-perizia-wrapper-external a .plus-wrapper {
    height: 57px;
    width: 57px;
    background-color: #19537A;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    border-radius: 100%;
    font-weight: 100;
    margin-bottom: 7px;
    transition: 0.4s;
}
.add-perizia-wrapper-external a:hover .plus-wrapper {
    transform: rotate(90deg);
}
.add-perizia-wrapper-external a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.add-perizia-wrapper-external a .link-wrapper {
    color: #19537A;
    font-size: 17px;
    line-height: 23px;
}
section#block-views-block-videoperizie-operatore-block-1 .my-perizie-title {
    color: #19537A;
    font-size: 25px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 30px;
}
section#block-views-block-videoperizie-operatore-block-1 .table-responsive thead,
section#block-views-block-videoperizie-referente-block-1 .view-content .table-responsive thead {
    background-color: #E2E2E2;
    color: #19537A;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}
section#block-views-block-videoperizie-operatore-block-1 .table-responsive thead th,
section#block-views-block-videoperizie-referente-block-1 .view-content .table-responsive thead th {
    color: #19537A;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 15px;
}
section#block-views-block-videoperizie-operatore-block-1 .table-responsive .table-striped > tbody > tr,
section#block-views-block-videoperizie-referente-block-1 .view-content .table-responsive .table-striped > tbody > tr {
    background-color: #F4F4F4;
}
section#block-views-block-videoperizie-operatore-block-1 .table-responsive .table-striped > tbody > tr:nth-of-type(odd),
section#block-views-block-videoperizie-referente-block-1 .view-content .table-responsive .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #FFFFFF;
}
section#block-views-block-videoperizie-operatore-block-1 .table-responsive .table-striped > tbody > tr td,
section#block-views-block-videoperizie-referente-block-1 .view-content .table-responsive .table-striped > tbody > tr td {
    border: 0;
    padding: 10px 15px;
}
section#block-views-block-videoperizie-operatore-block-1 .table-responsive .table-striped td.views-field-title,
section#block-views-block-videoperizie-operatore-block-1 .table-responsive .table-striped td.views-field-field-assicurazione,
section#block-views-block-videoperizie-operatore-block-1 .table-responsive .table-striped td.views-field-created,
section#block-views-block-videoperizie-referente-block-1 .view-content .table-responsive .table-striped > tbody > tr td {
    color: #363636;
    font-size: 16px;
    line-height: 22px;
}
section#block-views-block-videoperizie-operatore-block-1 .table-responsive .table-striped td.views-field-nothing a,
section#block-views-block-videoperizie-operatore-block-1 .table-responsive .table-striped td.views-field-nothing-1 a,
section#block-views-block-videoperizie-referente-block-1 .view-content .table-responsive .table-striped td.views-field-nothing a,
section#block-views-block-videoperizie-referente-block-1 .view-content .table-responsive .table-striped td.views-field-nothing-1 a {
    border-radius: 30px;
    background-color: #19537A;
    color: #FFFFFF;
    padding: 2px 15px;
    border: 2px solid transparent;
    transition: 0.6s;
}
section#block-views-block-videoperizie-operatore-block-1 .table-responsive .table-striped td.views-field-nothing a:hover,
section#block-views-block-videoperizie-operatore-block-1 .table-responsive .table-striped td.views-field-nothing-1 a:hover,
section#block-views-block-videoperizie-operatore-block-1 .table-responsive .table-striped td.views-field-nothing a:focus,
section#block-views-block-videoperizie-operatore-block-1 .table-responsive .table-striped td.views-field-nothing-1 a:focus,
section#block-views-block-videoperizie-referente-block-1 .view-content .table-responsive .table-striped td.views-field-nothing a:hover,
section#block-views-block-videoperizie-referente-block-1 .view-content .table-responsive .table-striped td.views-field-nothing a:focus,
section#block-views-block-videoperizie-referente-block-1 .view-content .table-responsive .table-striped td.views-field-nothing-1 a:hover,
section#block-views-block-videoperizie-referente-block-1 .view-content .table-responsive .table-striped td.views-field-nothing-1 a:focus {
    background-color: #fff;
    color: #19537A;
    border-color: #19537A;
    text-decoration: none;
    outline: none;
}
section#block-views-block-videoperizie-operatore-block-1 .table-responsive .table-striped > tbody > tr td.views-field-nothing,
section#block-views-block-videoperizie-operatore-block-1 .table-responsive .table-striped > tbody > tr td.views-field-nothing-1 {
    max-width: 45px;
}

/* REFERENZIATI PAGE STYLE */
section#block-views-block-videoperizie-referente-block-1 .perizie-title {
    color: #19537A;
    font-size: 30px;
    font-weight: bold;
    line-height: 41px;
    border-bottom: 1px solid #19537A;
    padding-bottom: 5px;
    max-width: 85%;
    margin: 55px auto 35px auto;
}

section#block-views-block-videoperizie-referente-block-1 .view-filters,
section#block-views-block-videoperizie-referente-block-1 .view-content,
section#block-views-block-videoperizie-referente-block-1 .pager-nav {
    max-width: 85%;
    margin: auto;
}
section#block-views-block-videoperizie-referente-block-1 .view-filters {
    margin-bottom: 35px;
}
section#block-views-block-videoperizie-referente-block-1 .view-filters .form--inline {
    display: flex;
    flex-wrap: wrap;
}
section#block-views-block-videoperizie-referente-block-1 .view-filters .form--inline .form-item {
    display: flex;
    flex-direction: column;
    width: 33%;
    max-width: 325px;
    margin-right: 30px;
    position: relative;
}
section#block-views-block-videoperizie-referente-block-1 .view-filters .form--inline .form-actions {
    width: 100%;
    margin-top: 25px;
}






/*VIDEO PERIZIE STYLE (ALL TYPE)*/
article.videoperizie-custom .page-title {
    background: linear-gradient(180deg, #0E3A57 0%, #19537A 100%);
    display: flex;
    height: 250px;
    align-items: end;
    justify-content: center;
}

article.videoperizie-custom .page-title .title-content{
    max-width: 85%;
    flex:1;
}

article.videoperizie-custom .page-title h1 {
    font-size: 82px;
    color: #FFFFFF;
}

article.videoperizie-custom .content-wrapper{
    display: flex;
    justify-content: center;
}

article.videoperizie-custom  .content-wrapper .content{
    max-width: 85%;
}
article.videoperizie-custom .content-wrapper .content .subtitle {
    margin-bottom: 40px;
}
article.videoperizie-custom .content .first-row{
    display: flex;
}

article.videoperizie-custom .content .first-row > div{
    flex:1;
}

article.videoperizie-custom .back-button {
    margin-top: 43px;
    margin-bottom: 25px;
    color: #19537A;
    font-family: "Open Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
}

article.videoperizie-custom .subtitle h2 {
    color: #19537A;
    font-family: "Open Sans";
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 57px;
}

article.videoperizie-custom .content .tabs {
    margin-top: 55px;
    margin-bottom: 58px;
}

article.videoperizie-custom .content .tabs ul {
    margin-top: 55px;
    /* margin-bottom: 58px; */
    background-color: #E2E2E2;
    border-radius: 20px;
    display: inline-block;
}

article.videoperizie-custom .content .tabs ul a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    height: 40px;
    margin: 0;
    transition: 0.4s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #19537A;
}

article.videoperizie-custom .content .tabs ul li.active a,
article.videoperizie-custom .content .tabs ul a:hover {
    background-color: #19537A;
    color: #FFFFFF;
}

article.videoperizie-custom .content label{
    color: #19537A;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    width: 50%;
    border-bottom: 1px solid #19537A;
    padding-bottom: 6px;
    margin-bottom: 13px;
}

article.videoperizie-custom .video label, article.videoperizie-custom label.field-foto {
    width: 100%;
    border-bottom: 1px solid #19537A;
    padding-bottom: 6px;
    margin-bottom: 23px;
}

article.videoperizie-custom .content .fields-section > div{
    margin-bottom: 28px;
}

article.videoperizie-custom .content .fields-section p{
    color: #363636;
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
}

article.videoperizie-custom #thumbnail-carousel{
    margin-top: 18px;
}

article.videoperizie-custom #thumbnail-carousel .splide__arrow svg{
    fill: white;
}

article.videoperizie-custom #thumbnail-carousel .splide__arrow--prev {
    left:0;
    width: 4%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #19537A;
    opacity: 1;
}

article.videoperizie-custom #thumbnail-carousel .splide__arrow--next {
    right: 0;
    width: 4%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #19537A;
    opacity: 1;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 3px solid #19537A;
}

.splide__slide img {
    max-width: 100%;
}

.splide__slide {
    opacity: 0.6;
}

.splide__slide.is-active {
    opacity: 1;
}

#main-carousel{
    max-width: 600px;
    margin: 10px auto 0;
}

#main-carousel .splide__slide {
    width: 600px !important;
    height: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#thumbnail-carousel-track{
    width: 90%;
    margin: 0 auto;
}

/* CREA PERIZIA PAGE STYLE */
.node-video-perizia-form,
.node-video-perizia-edit-form {
    max-width: 85%;
    margin: auto;
}
.node-video-perizia-form .form-item .form-managed-file input,
.node-video-perizia-edit-form .form-item .form-managed-file input{
    border: 0;
    height: auto;
}
.node-video-perizia-form div#edit-field-foto-wrapper .panel-default,
.node-video-perizia-edit-form div#edit-field-foto-wrapper .panel-default {
    border: 0;
}
.node-video-perizia-form div#edit-field-foto-wrapper .panel-default .panel-heading,
.node-video-perizia-edit-form  div#edit-field-foto-wrapper .panel-default .panel-heading{
    background: transparent;
    border: 0;
}
.node-video-perizia-form div#edit-body-wrapper .form-item .filter-wrapper,
.node-video-perizia-edit-form div#edit-body-wrapper .form-item .filter-wrapper {
    border: 0;
    background: transparent;
    box-shadow: unset;
}
.node-video-perizia-form div#edit-body-wrapper .form-item .form-item textarea,
.node-video-perizia-edit-form div#edit-body-wrapper .form-item .form-item textarea {
    border: 1px solid #19537A;
    border-radius: 0;
    outline: none;
    box-shadow: unset;
    background-color: #fff;
}
.node-video-perizia-form .form-actions button span.icon,
.node-video-perizia-edit-form .form-actions button span.icon {
    display: none;
}
.node-video-perizia-form > .form-group,
.node-video-perizia-edit-form > .form-group{
    margin-bottom: 40px;
}

article.videoperizie-custom .wimtv_video_download:hover {
    background-color: white;
    color: #19537A;
}
article.videoperizie-custom .wimtv_video_download {
    background-color: #19537A;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    height: 40px;
    margin: 0;
    transition: 0.4s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    border: 2px solid;
}