/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    word-wrap: normal!important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
}

/* REF (plugins.php) */
.ref-output {
    background-color: #ffffff;
    padding: 20px 40px;
}
.ref-output .ref {
    margin: 20px 0;
}

/* GRID */
div .av_one_sixth { margin-left: 2%; width: 15%; }
div .av_one_fifth { margin-left: 2%; width: 18.4%; }
div .av_one_fourth { margin-left: 2%; width: 23.5%; }
div .av_three_tenth { margin-left: 2%; width: 28.6%; }
div .av_one_third { margin-left: 2%; width: 32%; }
div .av_two_fifth { margin-left: 2%; width: 38.8%; }
div .av_one_half { margin-left: 2%; width: 49%; }
div .av_three_fifth { margin-left: 2%; width: 59.2%; }
div .av_two_third { margin-left: 2%; width: 66%; }
div .av_three_fourth { margin-left: 2%; width: 74.5%; }
div .av_four_fifth { margin-left: 2%; width: 79.6%; }
div .no_margin.av_three_tenth { width: 30%; }
.av-flex-placeholder { display: table-cell; width: 2%; }
div .first, div .no_margin { margin-left: 0; }

.content, .sidebar {
    padding-top: 30px;
    padding-bottom: 30px;
}
body .column-top-margin {
    margin-top: 30px;
}
#top .av-flex-placeholder {
    width: 2%;
}


/* PAYMENT FORM */
#top .payment_form fieldset legend {
    font-size: 1.25em;
    font-weight: 700;
}
.payment_form label > input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
.payment_form img {
    border-radius: 10px;
}
.payment_form .form_project {
    width: 23%;
    float: left;
    margin: 1%;
}
.payment_form.project_checked .form_project:not(.checked) {
    display: none;
}
.payment_form.project_checked .form_project.checked  {
    width: 100%;
    margin-right: 0;
}
.payment_form .form_project .form_title {
    text-align: center;
    font-size: 1.25em;
}
.payment_form.project_checked .form_project.checked img {
    width: 24%;
    float: left;
}
.payment_form.project_checked .form_project.checked .form_title {
    text-align: left;
    font-size: 2em;
    margin-top: 20px;
    margin-bottom: 20px;
}
.payment_form.project_checked .form_project.checked .form_title {
    width: 70%;
    margin-left: 2%;
    float: left; 
}
.payment_form .form_project .form_excerpt {
    display: none;
}
.payment_form.project_checked .form_project.checked .form_excerpt {
    width: 70%;
    margin-left: 2%;
    float: left;
    display: block;
}
.payment_form .change_button {
    display: none;
    float: left;
    border-radius: 30px;
    margin-top: 20px;
    margin-left: 2%;
}
.payment_form.project_checked .form_project.checked .change_button {
    display: block;
}
.payment_form .form_project_radio {
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #e1e1e1;
    background: #f8f8f8;
}
.payment_form .form_project_radio:hover  {
    border: 2px solid #c00d0d;
}
.payment_form .form_amount_radio {
    width: 23%;
    float: left;
    padding: 10px;
    border-radius: 20px;
    margin: 1%;
    text-align: center;
}
#top .payment_form .form_amount_custom {
    font-size: 2em;
    font-weight: 700;
}
#top .payment_form .form_amount_radio input[type="number"] {
    width: 60%;
    font-weight: 700;
    display: inline;
    padding: 4px;
    margin-top: 4px;
    border-radius: 30px;
    border: 2px solid #e1e1e1;
    text-align: right;
    margin: 6px 0 0 0px;
    color: #444444;
}
#top .payment_form .form_amount {
    font-size: 2em;
}
#top .payment_form .form_amount input {
    padding: 12px;
    margin: 10px 5px 10px 1%;
    border-radius: 30px;
    border: 2px solid #e1e1e1;
    width: 24%;
    display: inline-block;
    min-width: 200px;
    font-weight: 700;
}
#top .payment_form .form_amount input:focus {
    box-shadow: none;
    border: 2px solid #cccccc;
}
.payment_form .form_amount_radio .form_name {
    font-size: 1.25em;
    line-height: 1.25em;
    text-align: center;
}
.payment_form .form_amount_radio .form_amount {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.75em;
    text-align: center;
}
.payment_form label > input[type="radio"] + .form_amount_radio {
    cursor: pointer;
    border: 2px solid #e1e1e1;
    background: #f8f8f8;
}
.payment_form label > input[type="radio"] + .form_amount_radio:hover {
    border: 2px solid #c00d0d;
}
.payment_form label > input[type="radio"]:checked + .form_amount_radio {
    position: relative;
}
.payment_form label > input[type="radio"]:checked + .form_amount_radio:before {
    font-family: 'entypo-fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    content: '';
    speak: none;
    position: absolute;
    font-size: 60px;
    top: 0px;
    color: #c00d0d;
    left: 5px;
}

.payment_form .form_cyclics {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.75em;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}
.payment_form label > input[type="radio"] + .form_cyclics_radio {
    cursor: pointer;
    border: 2px solid #e1e1e1;
    background: #f8f8f8;
    width: 23%;
    float: left;
    margin: 1%;
    border-radius: 30px;
    padding: 10px;
}
.payment_form label > input[type="radio"] + .form_cyclics_radio:hover {
    border: 2px solid #c00d0d;
}
.payment_form label > input[type="radio"]:checked + .form_cyclics_radio {
    position: relative;
}
.payment_form label > input[type="radio"]:checked + .form_cyclics_radio:before {
    font-family: 'entypo-fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    content: '';
    speak: none;
    position: absolute;
    font-size: 60px;
    top: 0px;
    color: #c00d0d;
    left: 5px;
}

.payment_form .form_fields label {
    width: 48%;
    display: block;
    float: left;
    margin-right: 2%;
}
.payment_form .form_fields label:last-child {
    width: 98%;
    display: block;
    float: left;
    margin-right: 2%;
}
#top .payment_form input[type="email"],
#top .payment_form input[type="text"] {
    font-size: 1.25em;
    padding: 12px;
    margin-top: 4px;
    border-radius: 30px;
    border: 2px solid #e1e1e1;
}
#top .payment_form input[type="email"]:focus,
#top .payment_form input[type="text"]:focus {
    box-shadow: none;
    border: 2px solid #cccccc;
}
#top .payment_form label.form_terms {
    font-weight: 300;
    margin-bottom: 10px;
}
#top .payment_form label.form_terms:hover {
    cursor: pointer;
}
.payment_form .submit_button {
    border-radius: 30px;
    margin-top: 20px;
    padding: 12px 28px;
    font-size: 1.2em;
}
#top .payment_form .print_button {
    background: #333333;
    margin-top: 20px;
    border-radius: 30px;
    float: right;
}
#top .payment_form .print_button:hover {
    background: #666666;
}






/* CARITAS */
#header_main, #header_meta {
    border-bottom-width: 0;
}
#header_main.container_wrap {
    border-top-width: 0;
}
.av_header_border_disabled {
    box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}
/* submenu */
.sub_menu {
    top: 0;
    font-size: 13px;
}
.sub_menu li {
    line-height: 30px;
    border-right-color: #f3f3f3;
    padding: 0;
}
.av_secondary_right .sub_menu > ul > li:last-child {
    padding-left: 0;
}
#top .sub_menu > ul > li > a {
    padding: 7px 14px;
    text-transform: uppercase;
    font-family: Montserrat;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    display: block;
    line-height: 16px;
    padding: 7px;
    transition: all 0.2s ease-in;
}
#top .header_color .sub_menu > ul > li > a:hover {
    text-decoration: none;
    background: #c00d0d;
    color: #ffffff;
}
/* langmenu */
.lang_menu {
    float: left;
}
.lang_menu > ul {
    margin: 0;
}
.lang_menu > ul > li {
    float: left;
    line-height: 30px;
    padding: 0;
    border-right-color: #f3f3f3;
    border-right-style: solid;
    border-right-width: 1px;
}
.lang_menu > ul > li:last-child {
    border: none;
}
.lang_menu > ul > li > a {
    color: #222222;
    transition: all 0.2s ease-in;
}
#top .lang_menu > ul > li > a {
    padding: 7px 14px;
    text-transform: uppercase;
    font-family: Montserrat;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    display: block;
    line-height: 16px;
}
#top .header_color .lang_menu > ul > li > a:hover {
    text-decoration: none;
    background: #c00d0d;
    color: #ffffff;
}
/* social bookmarks */
#top .social_bookmarks li {
    border-right-color: #f3f3f3;
    font-size: 18px;
}
#top .social_bookmarks li a {
    line-height: 28px;
}
/* main menu */
.av-main-nav {
    text-transform: uppercase;
    font-family: Montserrat;
    letter-spacing: 1px;
}
.av-main-nav > li > a {
    letter-spacing: 1px;
}
#top .av-menu-button > a .avia-menu-text {
    padding: 9px 27px;
    border: 0;
    border-radius: 30px;
}
.avia-menu-fx {
    height: 4px;
}
.av-main-nav ul {
    background-color: #fff;
    margin-top: -3px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 240px;
}
#top .av-main-nav ul ul {
    border-radius: 10px;
    border-top-width: 0;
    left: 240px;
}
.av-main-nav > li > ul {
    border-top-width: 4px;
    border-bottom-width: 0;
}
#top .av-main-nav ul a {
    line-height: 18px;
}
.av-main-nav ul li a {
    border-right-width: 0;
    border-left-width: 0;
    transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
#top .header_color .main_menu .menu ul li a {
    background-color: transparent;
}
.av-main-nav ul li:last-child > a {
    border-bottom-width: 0;
}
#top .header_color .main_menu .menu ul li > a:hover {
    background-color: #c00d0d;
    color: #ffffff;
}
#top .header_color .main_menu .menu ul li:last-child > a:hover {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#top .header_color .main_menu .menu ul ul li:first-child > a:hover {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.dropdown_available:before {
    content: '\e873';
    font-family: 'entypo-fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    speak: none;
    margin-left: 4px;
    color: #cccccc;
}
.av-main-nav li ul > li.menu-item-has-children > a > .avia-bullet {
    display: block;
    right: 16px;
    left: auto;
    border: 0;
    top: 8px;
}
.av-main-nav li ul > li.menu-item-has-children > a > .avia-bullet:before {
    content: '\e875';
    font-family: 'entypo-fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    speak: none;
    margin-left: 4px;
    color: #cccccc;
}



/* search */
#top .menu-item-search-dropdown > a {
    font-size: 24px;
}
.avia-search-tooltip {
    border-radius: 10px;
    box-shadow: 0px 3px 17px 0 rgba(0,0,0,.4);
    margin-left: -125px;
    border-width: 0;
}
.avia-search-tooltip .avia-arrow-wrap {
    width: 30px;
}
.avia-search-tooltip #searchform > div {
    margin: 10px;
}
#top #searchsubmit {
    font-size: 22px;
    background: transparent;
    color: inherit;
}
#top #searchsubmit:hover {
    color: #9d0c09;
}
#top #s {
    padding: 11px 47px 11px 17px;
    border-radius: 10px;
    border: 0;
}
#top #searchform .ajax_search_response {
    overflow: hidden;
}
#top div .ajax_search_entry_view_all:hover {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
/* socket */
#socket .container {
    text-align: center;
}
#socket .copyright {
    float: none;
}
#socket .sub_menu_socket {
    float: left;
}
/* scroll top */
#scroll-top-link {
    border-radius: 30px;
    font-size: 22px;
    line-height: 46px;
    bottom: 27px;
    right: 27px;
}
#scroll-top-link:hover {
    background-color: #9d0c09;
    color: #ffffff;
}
/* main title */
.title_container {
    background: url(../diocese-images/breadcrumbs-bg.jpg) no-repeat center bottom;
    position: relative;
}
.title_container:before {
    content: ' ';
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 100%;
}
#top .title_container .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
#top .title_container .main-title {
    font-size: 44px;
    line-height: 1.25em;
    font-weight: 900;
    margin-bottom: 0;
    display: inline-block;
}
#top .alternate_color.title_container .main-title a {
    color: #ffffff;
}
.title_container .breadcrumb {
    line-height: 18px;
    font-size: 13px;
    position: static;
    margin-top: 0;
}
.alternate_color .breadcrumb, .alternate_color .breadcrumb a,
#top .alternate_color.title_container .main-title,
#top .alternate_color.title_container .main-title a {
    color: #ffffff;
}
/* blog categories */
#top .blog-categories a {
    text-transform: uppercase;
    padding: 3px 8px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    display: inline-block;
    margin: 0 5px 5px 0;
    transition: all 0.2s ease-in;
    font-size: 11px;
}
#top .blog-categories a:hover {
    text-decoration: none;
    background-color: #9d0c09;
    border-color: #9d0c09;
    color: #ffffff;
}
/* date */
.container .date-container {
    float: right;
    margin: top;
    margin-top: 4px;
    font-size: 12px;
}
/* blog tags */
.blog-tags strong {
    font-size: 16px;
    margin-right: 10px;
}
.blog-tags a {
    text-transform: uppercase;
    padding: 0px 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    display: inline-block;
    margin: 0 5px 5px 0;
    transition: all .2s ease;
}
.blog-tags a:hover {
    text-decoration: none;
    background-color: #9d0c09;
    border-color: transparent;
    color: #ffffff;
}
/* share box */
.av-share-box {
    margin-bottom: 0;
}
.av-share-box .av-share-link-description {
    float: left;
    margin: 15px 20px 0 0;
    font-size: 20px;
}
#top .av-share-box ul {
    border-style: none;
    border-width: 0;
    width: auto;
}
.av-share-box ul li {
    border-radius: 60px;
    margin-right: 10px;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    display: inline-block;
}
.av-share-box ul li:first-child {
    margin-left: 0;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
}
.av-share-box ul li:hover {
    border-color: transparent;
}
.av-share-box ul li a {
    font-size: 25px;
    padding: 15px;
}
.av-social-link-print a:hover {
    background-color: #9d0c09;
    color: #ffffff;
}
.av-share-box .avia-related-tooltip {
    border-radius: 60px;
}
/* pagination */
#top .fullsize .template-blog .pagination a,
#top .pagination .current,
#top .pagination a {
    font-size: 15px;
    margin-right: 8px;
}
#top .main_color .pagination a:hover {
    background: #9d0c09;
    color: #ffffff;
}

/* SHORTCODES */
/* masonry gallery */
.av-masonry-outerimage-container {
    border-radius: 4px;
}
/* fullwidth easy slider */
#top .av-control-minimal .avia-slideshow-arrows a:before {
    border-radius: 100px;
}
#top .avia-slideshow-button {
    border-radius: 30px;
}
#top .avia-button.avia-color-light {
    border: 2px solid #fff;
    transition: background .1s ease-out;
}
#top .avia-button.avia-color-light:hover {
    opacity: 1;
    color: #ffffff;
    border: 2px solid #9d0c09;
    background-color: #9d0c09;
}
.caption_bottom .slideshow_caption .slideshow_inner_caption {
    bottom: 20px;
    padding: 0 100px;
}
.caption_left .slideshow_caption {
    left: 40px;
}
.caption_right .slideshow_caption {
    right: 40px;
}
/* grid cell */
.av-layout-grid-container .flex_cell {
    position: relative;
}
.av-layout-grid-container .flex_cell_inner {
    z-index: 2;
}
/* columns */
.av-column-overlay {
    overflow: hidden;
}
.av-column-overlay .av-column-content {
    position: relative;
    z-index: 2;
}
/* heading */
.modern-quote .av-special-heading-tag {
    font-weight: 900;
}
.av-subheading.av_custom_color {
    font-family: 'Montserrat';
    font-weight: 900;
    margin-bottom: 15px;
    opacity: 1;
}
/* button */
body div .avia-button {
    font-size: 14px;
    border-radius: 30px;
}
.avia-button.avia-size-medium {
    padding: 12px 32px 10px;
    font-weight: 700;
}
/* heading */
.av-special-heading {
    margin-top: 30px;
}
body .av-special-heading.underline > * {
    text-align: center;
    white-space: normal;
    float: none;
}
.av-special-heading.underline .special-heading-inner-border {
    width: 50px;
    border-top-width: 3px;
    margin: 0 auto;
    border-color: #9d0c09;
    opacity: 1;
}
/* magazine */
.av-magazine-type-event .event-date-block {
    right: 10px;
    top: 10px;
    border-radius: 10px;
    color: #fff;
    background: rgba(192, 13, 13, 0.7);
}
.av-magazine-type-event .av-magazine-thumbnail:hover .event-date-block {
    right: 10px;
}
.html_diocese .av-magazine-entry:last-child {
    border-bottom-width: 0;
    padding-bottom: 0;
}
.html_diocese .av-magazine-thumbnail {
    border-radius: 5px;
}
.post-section .av-magazine-title {
    min-height: 40px;
}
.read-more {
    font-size: 0.8em;
    position: relative;
    top: -3px;
}
.read-more a {
    
}
.html_diocese .av-magazine .read-more a:hover {
    text-decoration: underline;
}
/* content slider */
.avia-content-slider .slide-image {
    position: relative;
}
.avia-content-slider .fake-thumbnail .slide-image {
    min-height: 230px;
}
.avia-content-slider .slide-image:hover .fallback-post-type-icon {
    opacity: 1;
    transform: scale(1.1);
}
.avia-content-slider .slide-image img {
    transition: all 0.2s ease-out;
}
.avia-content-slider .slide-image:hover img {
    transform: scale(1.1);
}
.avia-content-slider .slide-entry-title {
    font-size: 22px;
    margin-bottom: 5px;
}
.avia-content-slider .slide-meta {
    padding-bottom: 0;
}
.avia-content-slider .slide-meta time {
    text-transform: uppercase;
    font-size: 12px;
}
.avia-content-slider .event-date-block {
    top: auto;
    right: auto;
    left: 10px;
    bottom: 10px;
    border-radius: 10px;
    color: #fff;
    background: rgba(192, 13, 13, 0.7);
}
.avia-content-slider .slide-entry-wrap {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.html_diocese .read-more-link {
    float: none;
    margin-top: 0;
}
.html_diocese .read-more-link a {
    background: transparent none repeat scroll 0 0;
    color: #c00d0d;
    display: inline-block;
    font-size: 11px;
    left: 0;
    line-height: 1.5em;
    padding: 0;
    text-transform: uppercase;
}
.html_diocese .read-more-link a:hover {
    text-decoration: underline;
    background-color: transparent;
    color: #c00d0d;
}
.html_diocese .read-more-link a:after {
    content: "»";
    display: block;
    font-size: 22px;
    line-height: 15px;
    position: absolute;
    right: -14px;
    top: -2px;
}
/* animated number */
.avia-animated-number.avia-color-font-light .heading {
    color: #fff;
    border: 2px solid #ffffff;
    min-width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 100px;
    border-radius: 100px;
}
.avia-animated-number.avia-color-font-light .avia-animated-number-content {
    font-weight: 900;
    font-size: 18px;
    margin-top: 20px;
}
/* masonry */
.av-masonry {
    
}
.av-masonry .av-masonry-sort {
    
}
.av-masonry .av-masonry-sort a {
    text-transform: uppercase;
    font-size: 1em;
    padding: 0 10px;
    border-radius: 30px;
    margin-right: 5px;
    border: 1px solid #333333;
    color: #333333;
    transition: background .1s ease-out;   
}
.av-masonry .av-masonry-sort a:hover,
.av-masonry .av-masonry-sort a.active_sort {
    opacity: 1;
    color: #ffffff;
    border: 1px solid #c00d0d;
    background-color: #c00d0d;
}
.av-masonry .text-sep {
    display: none;
}
#top .av-masonry-load-more {
    background: #f1f1f1;
    padding: 10px;
}
#top .av-masonry .format-icon {
    color: #ccc;
    font-size: 1.1em;
    line-height: 1.2em;
    margin-left: 6px;
}
/* icon list */
.avia-icon-list .iconlist_icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 40px;
}
.avia-icon-list .iconlist-timeline {
    display: none;
}
/* logo element container */
.avia-logo-element-container.avia-content-slider {
    margin: 15px 0;
}
#top .avia-smallarrow-slider-heading.no-logo-slider-heading {
    display: none;
}
#top .avia-logo-element-container .slide-entry {
    height: 100px;
    padding: 10px;
}
#top .avia-logo-element-container .slide-entry img {
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* toggle */
.togglecontainer .taglist a {
    margin-bottom: 10px;
}
.togglecontainer .taglist a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.15em;
    padding: 3px 10px;
    border-radius: 30px;
    margin-right: 10px;
    border: 1px solid #333333;
    color: #333333;
    transition: background .1s ease-out;
}
.togglecontainer .taglist a:hover,
.togglecontainer .taglist a.active_sort {
    text-decoration: none;
    opacity: 1;
    color: #ffffff;
    border: 1px solid #c00d0d;
    background-color: #c00d0d;
}
.togglecontainer .taglist .tag-seperator {
    display: none;
}
.html_diocese #top .togglecontainer .toggler.activeTitle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.html_diocese #top .togglecontainer .toggler {
    border-radius: 15px;
    padding: 15px 44px 15px 15px;
}
.html_diocese .togglecontainer .toggle_content {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.html_diocese .togglecontainer .toggler .toggle_icon  {
    border-radius: 15px;
    left: auto;
    right: 11px;
    top: 11px;
    width: 21px;
    height: 21px;
}
.html_diocese .togglecontainer .toggler .toggle_icon .hor_icon {
    top: 9px;
    left: 4px;
}
.html_diocese .togglecontainer .toggler .toggle_icon .vert_icon {
    left: 9px;
    top: 4px;
}
.html_diocese .item-thumb a {
    border-radius: 15px;
}
/* tabs */
.html_diocese.js_active #top .active_tab {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.html_diocese.js_active .tab {
    font-size: 0.95em;
    padding: 8px 16px 4px;
}

.html_diocese #top .light.togglecontainer .toggler {
    background-color: transparent;
    color: #222;
    border: 1px solid #e1e1e1;
}
.html_diocese .light.togglecontainer .toggle_content {
    border-color: #e1e1e1;
}
.light.togglecontainer .taglist a {
     border-color: #e1e1e1;
}
.av-masonry .av-masonry-sort a:hover, .av-masonry .av-masonry-sort a.active_sort {
    text-decoration: none;
}
#top .caritas_payment_wrapper input,
#top .caritas_payment_wrapper select {
    margin-bottom: 15px;
    border-radius: 20px;
    padding: 12px 18px;
    font-size: 16px;
}
#top .caritas_payment_wrapper label {
  line-height: 1em;
}
#top .caritas_payment_wrapper label br {
  display: none;
}
#top .caritas_payment_wrapper #terms {
  margin-bottom: 0px;
  padding: 0;
}
#top .caritas_payment_wrapper #terms + label {
  font-size: 0.9em;
  font-weight: 500;
}
#top .caritas_payment_wrapper #newsletter + label {
  font-size: 0.9em;
  font-weight: 500;
}
.caritas_payment_wrapper div + div button,
.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    background: #c00d0d; 
    border-radius: 20px;
    text-transform: uppercase;
    padding: 9px 27px;
    font-size: 20px;
    box-shadow: none;
    border: 0 none;
    font-family: Montserrat;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 20px
}
.caritas_payment_wrapper label:hover {
	cursor: pointer;
}
.caritas_payment_wrapper div + div button:hover {
    opacity: 0.9;
    cursor: pointer;
}
#top input[type='text'].wpcf7-text,
#top input[type='email'].wpcf7-text,
#top textarea.wpcf7-textarea {
  border-radius: 20px;
  padding: 12px 18px;
  font-size: 16px; 
}
span.wpcf7-not-valid-tip {
    margin-top: -20px;
    float: right;
}
form[name=user_donate_form]:invalid .caritas_payment_wrapper div + div button {
    background-color: #cccccc;
	cursor: not-allowed;
}
div.wpcf7 .wpcf7-submit:disabled {
	background-color: #cccccc;
	cursor: not-allowed;
}

/* WIDGETS */
#top .widget_nav_menu .nested_nav > li {
    font-size: 1.1em;
    line-height: 2em;
    text-transform: uppercase;
}
#top .widget_nav_menu .nested_nav > li.current_page_item {
    background: #ffffff;
    box-shadow: none;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    line-height: 3em;
}
.widget_nav_menu .nested_nav > li > a {

}
.widgettitle {
    margin-bottom: 15px;
}
.widgettitle:after {
    content: '';
    position: relative;
    bottom: -5px;
    height: 2px;
    width: 25px;
    background-color: #c00d0d;
    display: block;
}
/* tag cloud */
.tagcloud a {
    border-radius: 15px;
    margin: 0px 4px 4px 0px;
    transition: all .2s ease;
    padding: 0px 8px;
}
.tagcloud a:hover {
    color: #ffffff;
    background: #c00d0d;
    border-color: #c00d0d;
    text-decoration: none;
}
/* taxonomies */
#top .widget_taxonomies select {
    border-radius: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 0;
}
.widget_taxonomies {
    text-transform: uppercase;
}
/* news headline */
.news-thumb {
    padding: 0;
}
.news-thumb img {
    width: 36px;
    height: 36px;
}
.news-headline {
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: 1.35em;
}

/* HOMEPAGE */
.blocks-section .flex_column_table  {
    min-height: 220px;
}

.html_diocese .dt-text-over .av-magazine-content-wrap {
	bottom: 0;
    padding: 12px 24px;
}

.blocks-section .flex_column:hover .av_textblock_section {
    display: block;
    opacity: 1;
}
.blocks-section .av-special-heading {
    margin-bottom: 10px;
}
.blocks-section .av_textblock_section {
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
}

/* SINGLE */
.html_diocese .big-preview.single-big {
    margin-right: 50px;
}

.html_diocese .single-event .event-date-block {
    right: auto;
    top: auto;
    left: 10px;
    bottom: 10px;
    border-radius: 10px;
    color: #fff;
    background: rgba(192, 13, 13, 0.7);
}

.html_diocese .entry-content-header table tr td.thumb a img {
    border-radius: 10px;
}

/* AUTHOR */
.html_diocese .page-heading-container .author_description {
    overflow: hidden;
}
.html_diocese .page-heading-container .author_description p {
    margin-top: 0;
}
.html_diocese .author-box .user-meta .small-preview {
    border-radius: 30px;
}
.html_diocese .search-results .post_author_timeline,
.html_diocese .archive.author .post_author_timeline  {
    display: block;
    border-bottom-color: inherit;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: inherit;
    border-right: 0 none;
    border-top-color: inherit;
    clear: both;
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: static;
    width: 100%;
}
.html_diocese .search-results .post-entry-last .post_author_timeline,
.html_diocese .archive.author .post-entry-last .post_author_timeline {
    border-bottom-width: 0;
}
.html_diocese .diocese_archive .entry-content-header {
    margin-bottom: 0;
    overflow: hidden;
}
.template-blog .pagination, .template-search .pagination {
    padding: 1px 0 10px;
}
.html_diocese .blog-meta .small-preview {
    border-radius: 10px;
}
.html_diocese .user-function {
    font-size: 22px;
    color: #c00d0d;
    margin-top: 0;
    font-weight: 900;
    font-family: 'Montserrat', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.html_diocese #top .extra-mini-title {
    font-size: 26px;
    font-weight: 300;
    color: #c00d0d;
    font-weight: 900;
    font-family: 'Montserrat', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


/* FONT SIZE & CONTRAST */
.helpers { float: right; margin-left: 20px; }
.helpers .font-helper { float: left; overflow: hidden; padding-right: 5px; 
    border-right-color: #f3f3f3; border-right-style: solid; border-right-width: 1px; }
.helpers .font-helper ul { margin-bottom: 0; }
.helpers .font-helper ul li { float: left; }
.helpers .font-helper ul li a { display: block; padding: 3px; color: #222; line-height: 24px; }
.helpers .font-helper ul li a:hover { color: #c00d0d; text-decoration: none; }
.helpers .font-helper .font-default { font-size: 14px; }
.helpers .font-helper .font-bigger { font-size: 17px; }
.helpers .font-helper .font-big { font-size: 20px; }
body.font-default #wrap_all { font-size: 1em; }
body.font-bigger #wrap_all { font-size: 1.2em; }
body.font-big #wrap_all { font-size: 1.5em; }
.helpers .contrast-helper { float: left; overflow: hidden; }
.helpers .contrast-helper ul { margin-bottom: 0; margin-top: 4px; }
.helpers .contrast-helper ul li { float: left; margin-right: 2px; }
.helpers .contrast-helper ul li a { display: block; padding: 5px 6px; font-size: 14px; font-weight: bold;
    line-height: 9px; height: 22px; width: 22px; border-radius: 11px; border: 1px solid #222;
    color: #222; }
.helpers .contrast-helper ul li a:hover { text-decoration: none; }
.helpers .contrast-helper .contrast-1 { background-color: #fff; color: #000; }
.helpers .contrast-helper .contrast-2 { background-color: #000; color: #fff; }
.helpers .contrast-helper .contrast-3 { background-color: #ff0; color: #000; }
.helpers .contrast-helper .contrast-4 { background-color: #000; color: #ff0; }

#top.contrast-2 .header_color .sub_menu>ul>li>a { background-color: #000!important; color: #fff!important; }
#top.contrast-2 .header_color .lang_menu>ul>li>a { background-color: #000!important; color: #fff!important; }
#top.contrast-2 .header_color .social_bookmarks a { background-color: #000!important; color: #fff!important; }
#top.contrast-2 .header_color .container_wrap_meta { background-color: #000!important; color: #fff!important; }
#top.contrast-2 .header_color .header_bg { background-color: #000!important; color: #fff!important; opacity: 1!important; }
#top.contrast-2 .header_color .main_menu ul:first-child > li > a { background-color: #000!important; color: #fff!important; }
#top.contrast-2 .main_color { background-color: #000!important; color: #fff!important; }
#top.contrast-2 .main_color a { background-color: #000!important; color: #fff!important; text-decoration: underline!important; }
#top.contrast-2 .main_color h2 { background-color: #000!important; color: #fff!important; }
#top.contrast-2 .main_color h4 { background-color: #000!important; color: #fff!important; }
#top.contrast-2 .footer_color { background-color: #000!important; color: #fff!important; }
#top.contrast-2 .footer_color a { background-color: #000!important; color: #fff!important; }
#top.contrast-2 .footer_color h3 { background-color: #000!important; color: #fff!important; }
#top.contrast-2 .socket_color { background-color: #000!important; color: #fff!important; }
#top.contrast-2 .helpers .font-helper ul li a { background-color: #000!important; color: #fff!important; }

#top.contrast-3 .header_color .sub_menu>ul>li>a { background-color: #ff0!important; color: #000!important; }
#top.contrast-3 .header_color .lang_menu>ul>li>a { background-color: #ff0!important; color: #000!important; }
#top.contrast-3 .header_color .social_bookmarks a { background-color: #ff0!important; color: #000!important; }
#top.contrast-3 .header_color .container_wrap_meta { background-color: #ff0!important; color: #000!important; }
#top.contrast-3 .header_color .header_bg { background-color: #ff0!important; color: #000!important; opacity: 1!important; }
#top.contrast-3 .header_color .main_menu ul:first-child > li > a { background-color: #ff0!important; color: #000!important; }
#top.contrast-3 .main_color { background-color: #ff0!important; color: #000!important; }
#top.contrast-3 .main_color a { background-color: #ff0!important; color: #000!important; text-decoration: underline!important; }
#top.contrast-3 .main_color h2 { background-color: #ff0!important; color: #000!important; }
#top.contrast-3 .main_color h4 { background-color: #ff0!important; color: #000!important; }
#top.contrast-3 .footer_color { background-color: #ff0!important; color: #000!important; }
#top.contrast-3 .footer_color a { background-color: #ff0!important; color: #000!important; }
#top.contrast-3 .footer_color h3 { background-color: #ff0!important; color: #000!important; }
#top.contrast-3 .socket_color { background-color: #ff0!important; color: #000!important; }
#top.contrast-3 .helpers .font-helper ul li a { background-color: #ff0!important; color: #000!important; }

#top.contrast-4 .header_color .sub_menu>ul>li>a { background-color: #000!important; color: #ff0!important; }
#top.contrast-4 .header_color .lang_menu>ul>li>a { background-color: #000!important; color: #ff0!important; }
#top.contrast-4 .header_color .social_bookmarks a { background-color: #000!important; color: #ff0!important; }
#top.contrast-4 .header_color .container_wrap_meta { background-color: #000!important; color: #ff0!important; }
#top.contrast-4 .header_color .header_bg { background-color: #000!important; color: #ff0!important; opacity: 1!important; }
#top.contrast-4 .header_color .main_menu ul:first-child > li > a { background-color: #000!important; color: #ff0!important; }
#top.contrast-4 .main_color { background-color: #000!important; color: #ff0!important; }
#top.contrast-4 .main_color a { background-color: #000!important; color: #ff0!important; text-decoration: underline!important; }
#top.contrast-4 .main_color h2 { background-color: #000!important; color: #ff0!important; }
#top.contrast-4 .main_color h4 { background-color: #000!important; color: #ff0!important; }
#top.contrast-4 .footer_color { background-color: #000!important; color: #ff0!important; }
#top.contrast-4 .footer_color a { background-color: #000!important; color: #ff0!important; }
#top.contrast-4 .footer_color h3 { background-color: #000!important; color: #ff0!important; }
#top.contrast-4 .socket_color { background-color: #000!important; color: #ff0!important; }
#top.contrast-4 .helpers .font-helper ul li a { background-color: #000!important; color: #ff0!important; }
        

/* FLOATING ICONS */
#floating-icons {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 100;
    
}
#floating-icons ul {
    margin: 0;
    width: 68px;
}
#floating-icons ul li {
    padding: 6px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    transition: all 0.5s ease;
    right: 0;
    width: 230px;
    position: relative;
}
#floating-icons ul li.want_help {
    background: #9D0D09;
    margin-bottom: 4px;
    right: 0;
    width: 230px;
}
#floating-icons ul li.need_help {
    background: #999;
    right: 0;
    width: 230px;
	margin-bottom: 4px;
}
#floating-icons ul li.pray {
    background: #9D0D09;
    right: 0;
    width: 230px;
}
#floating-icons ul li.want_help:hover {
    right: 120px;
}
#floating-icons ul li.need_help:hover {
    right: 150px;
}
#floating-icons ul li.pray:hover {
    right: 120px;
}
#floating-icons ul li a {
    display: block;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
#floating-icons ul li:hover a {
    text-decoration: none;
}
#floating-icons ul li a img {
    width: 56px;
    height: 56px;
    vertical-align: middle;
    margin-right: 6px;
}
#floating-icons ul li a span {
    display: inline-block;
    line-height: 56px;
    vertical-align: middle;
}

#floating-links {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 100;
    
}
#floating-links ul {
    margin: 0;
    width: 68px;
}
#floating-links ul li {
    padding: 6px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    transition: all 0.5s ease;
    right: 0;
    width: 230px;
    position: relative;
}
#floating-links ul li.one_proc {
    background: #9D0D09;
    margin-bottom: 4px;
    right: 0;
    width: 230px;
}
#floating-links ul li.one_proc:hover {
    right: 120px;
}
#floating-links ul li a {
    display: block;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
#floating-links ul li:hover a {
    text-decoration: none;
}
#floating-links ul li a img {
    width: 56px;
    height: 56px;
    vertical-align: middle;
    margin-right: 6px;
}
#floating-links ul li a span {
    display: inline-block;
    line-height: 56px;
    vertical-align: middle;
}

.form_project_radio .see_more {
  position: relative;
  margin-left: 4px;
}
.form_project_radio .see_more:after {
  content: "»";
  display: block;
  font-size: 22px;
  position: absolute;
  right: -15px;
  top: -4px;
}



 .html_diocese .dt-text-over .av-magazine-content-wrap {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
body div .avia-button {
    font-size: 14px;
    border-radius: 5px;
}
.html_diocese #top .av-magazine-entry-big.dt-text-over .entry-title a {
    color: #ffffff;
}
.html_diocese .av-magazine-entry-big.dt-text-over .av-magazine-content {
    color: #ffffff;
}
.html_diocese .av-magazine-entry-big.dt-text-over .read-more-link a {
    color: #ffffff;
}
.html_diocese .av-magazine-entry-big.dt-text-over .dt-no-cats .av-magazine-time {
    color: #ffffff;
}
.av-masonry .av-masonry-sort a {
    border-radius: 6px;
}
.av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content {
	  display: none;
    padding-top: 4px;
    line-height: 1.35em;
    font-size: 0.9em;
}
.av-masonry-entry:hover .av-masonry-entry-title+.av-masonry-entry-content {
    display: block;
}
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
    background: rgba(0,0,0,.5);
}
#top div.container .av-masonry .av-masonry-sort {
    margin-bottom: 30px;
}
.hotspot-container .info-icon {
	  width: 32px;
    height: 32px;
}
a .cq-hotspot-label {
    display: none!important;
    top: 34px;
    padding: 4px 8px;
    line-height: 1em;
    text-transform: uppercase;
	    min-width: 80px;
}
a:hover .cq-hotspot-label {	 	 
 display: block!important; 	 
}

.html_diocese .av-magazine-categories {
    overflow: visible;
}
.html_diocese .av-magazine-categories a {
    border-radius: 3px;
}
.html_diocese .av-magazine-time {
    line-height: 1.8em;
}

.dt-thumb-over .av-magazine-thumbnail {
    margin-right: 0;
}
.dt-thumb-over .av-magazine-content-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  padding: 6px 12px;
  color: #fff;
}
.html_diocese .dt-thumb-over .entry-content-header {
  margin-bottom: 0;
}
.html_diocese .dt-thumb-over .av-magazine-time {
  float: left;
  line-height: 1em;
  color: #fff;
}
.html_diocese #top .av-magazine .dt-thumb-over .av-magazine-title a {
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
  display:block;
}
.html_diocese #top .av-magazine .dt-thumb-over .av-magazine-title a:hover  {
  color: #ddd;
}
.html_diocese .av-magazine .dt-thumb-over .av-magazine-content {
  display: none;
}
.html_diocese .av-magazine .dt-thumb-over .av-magazine-content-wrap:hover .av-magazine-content {
  display: block;
}
.dt-thumb-over .av-magazine-categories {
  position: absolute;
  top: 0;
  left: 0;
}
.dt-thumb-over .av-magazine-categories a {
  display: none;
  border-radius: 0;
  color: #fff;
  border: 0;
  background: #9d0d09;
  text-transform: uppercase;
  font-size: 11px;
  padding: 6px 12px;
}
.dt-thumb-over .av-magazine-categories a:first-child {
  display: block;
}
.html_diocese .av-magazine .dt-thumb-over .read-more-link a {
    color: #fff;
}

#floating-pomagam {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 100;
}
#floating-pomagam ul {
    margin: 0;
    width: 68px;
}
#floating-pomagam ul li.pomagam {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    background: #feeced;
    right: 0;
    width: 226px;
}
#floating-pomagam ul li.pomagam span {
	color: #ed1c24;
}
#floating-pomagam ul li.pomagam a {
    display: block;
}
#floating-pomagam ul li.pomagam:hover {
    right: 158px;
}
#floating-pomagam ul li.pomagam a:hover {
    text-decoration: none;
}
#floating-pomagam ul li.tornister {
	margin-top: 6px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    background: #000000;
    right: 0;
    width: 226px;
}
#floating-pomagam ul li.tornister span {
	color: #f5f5f5;
	font-size: 12px;
}
#floating-pomagam ul li.tornister a {
    display: block;
}
#floating-pomagam ul li.tornister a span strong {
    font-size: 13px;
}
#floating-pomagam ul li.tornister:hover {
    right: 158px;
}
#floating-pomagam ul li.tornister a:hover {
    text-decoration: none;
}
#floating-pomagam ul li a img {
    width: 68px;
    height: 68px;
    vertical-align: middle;
  margin-right: 6px;
}
#floating-pomagam ul li a span {
    font-size: 13px;
    display: inline-block;
    line-height: 1.5em;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}
#floating-pomagam ul li a span strong {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
}

@media only screen and (max-width: 420px) {
  #floating-pomagam ul {
    width: 64px;
  }
  #floating-pomagam ul li a img {
    width: 64px;
    height: 64px;
    vertical-align: middle;
    margin-right: 6px;
  }
  #floating-links ul {
    margin: 0;
    width: 56px;
  }
  #floating-links ul li a img {
    width: 44px;
    height: 44px;
    margin-right: 3px;
  }
  #floating-links ul li a span {
    line-height: 44px;
  }
  #floating-icons ul li a img {
    width: 44px;
    height: 44px;
    margin-right: 3px;
  }
  #floating-icons ul {
    width: 56px;
  }
  #floating-icons ul li a span {
    line-height: 44px;
  }
}

/* cookie */
.cookie_modal {
    background: none repeat scroll 0 0 #d8d8d8;
    bottom: 20px;
    color: #000;
    display: none;
    font-size: 11px;
    left: 20px;
    line-height: 14px;
    padding: 35px 15px 15px;
    position: fixed;
    text-align: justify;
    width: 260px;
    z-index: 10000000;
}
.cookie_modal.active {
    display: block;
}
div.cookie_modal .mfp-close {
    color: #222;
	top: 0;
	right: 0;
}
div.cookie_modal .mfp-close:hover {
    border: 2px solid #222;
}
/* RODO */
.rodo {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000000;
}
.rodo.active {
    display: block;
}
.rodo-modal {
	background-color: #ffffff;
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 20%;
	right: 20%;
    color: #000;
    font-size: 14px;
    line-height: 1.25em;
    padding: 5%;
}
@media only screen and (max-width: 990px) {
  .rodo-modal {
    top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
 }
}
.rodo-content {
	overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    left: 0;
    bottom: 56px;
    right: 0;
    position: absolute;
    padding: 30px 30px 15px;
}
.rodo-footer {
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 30px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 10px #ccc;
    text-align: center;
}
.rodo-footer label {
}
.rodo-blad {
	color: #c00d0d;
	font-size: 12px;
}
.rodo-close {
    color: #fff;
    background: #c00d0d;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 6px 24px;
    font-size: 12px;
    box-shadow: none;
    border: 0 none;
    font-family: Montserrat;
    letter-spacing: 1px;
    font-weight: 700;
	margin: 0 20px;
}
.rodo-footer .rodo-close:disabled {
	background-color: #cccccc;
    cursor: not-allowed;
}
.rodo-footer label:hover, .rodo-close:hover {
    cursor: pointer;
}

.av-masonry .av-masonry-sort a {
    margin-bottom: 4px;
}
@media only screen and (max-width: 1240px) {
  #top .av-main-nav>li>a {
    letter-spacing: 0px;
    padding: 0 10px;
    font-size: 11px;
 }
}

/* custom css */
.html_diocese .dt-text-over .av-magazine-content-wrap {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
body div .avia-button {
    font-size: 14px;
    border-radius: 5px;
}
.html_diocese #top .av-magazine-entry-big.dt-text-over .entry-title a {
    color: #ffffff;
}
.html_diocese .av-magazine-entry-big.dt-text-over .av-magazine-content {
    color: #ffffff;
}
.html_diocese .av-magazine-entry-big.dt-text-over .read-more-link a {
    color: #ffffff;
}
.html_diocese .av-magazine-entry-big.dt-text-over .dt-no-cats .av-magazine-time {
    color: #ffffff;
}
.av-masonry .av-masonry-sort a {
    border-radius: 6px;
}
.av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content {
	  display: none;
    padding-top: 4px;
    line-height: 1.35em;
    font-size: 0.9em;
}
.av-masonry-entry:hover .av-masonry-entry-title+.av-masonry-entry-content {
    display: block;
}
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
    background: rgba(0,0,0,.5);
}
#top div.container .av-masonry .av-masonry-sort {
    margin-bottom: 30px;
}
.hotspot-container .info-icon {
	  width: 32px;
    height: 32px;
}
a .cq-hotspot-label {
    display: none!important;
    top: 34px;
    padding: 4px 8px;
    line-height: 1em;
    text-transform: uppercase;
	    min-width: 80px;
}
a:hover .cq-hotspot-label {	 	 
 display: block!important; 	 
}
.widget_youtube-channel {
	max-height: 505px;
    overflow: auto;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}
