/*------------------------------------------------------------------
Project:	Custom CSS Location HTML Template
Version:	1.0
Last change:	31.01.2018
Assigned to:	Athamas

[Color codes]

default_color[#4611a7];
Color grey dark: #1f1f1f;
Color grey light: #fafafa;

[Typography]

Body copy:		'Lato', sans-serif; 14px;
Headers:		'Lato', sans-serif;

-------------------------------------------------------------------*/

#login {
    float: left;
}


body {
    background-color: #fff;
}

#login .dropdown-menu {
    float: right;
    left: auto;
    min-width: 0;
    padding: 15px;
    right: 0;
    width: 250px;
}

.login-or {
    position: relative;
    font-size: 16px;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hr-or {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: 2px;
    margin-left: -30px;
    background-color: #fff;
    width: 60px;
    text-align: center;
}

.scrollable-menu {
    max-height: 800px;
    overflow-x: hidden;
}

.border-title {
    padding-bottom: 20px;
    border-bottom: 2px solid #eeeeee;
    font-size: 26px !important;
}

.hero-section.has-background h1 {
    font-size: 44px;
}

.bg-transfer img {
    display: block !important;
    height: 100% !important;
    width: 100% !important;
}

.img-responsive {
    width: 100% !important;
    height: auto !important;
    max-height: 400px !important;
}

.hero-section.has-background .form.horizontal form {
    padding-bottom: 18px;
}

#address h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 2px solid #eeeeee;   
}

.justify {
    text-align: justify;
}
.block {
    padding: 10px 0;
    /*text-align: center;*/
}

.dropdown-container {
    position: relative;
    display: inline-block;
}
#myChurches .dropdown-menu {
    position: absolute;
    float: right;
    left: auto;
    min-width: 0;
    padding: 15px;
    right: 0;
    width: 250px;
    margin-left: -100px; /* More to the left */
}
#myChurches .dropdown-menu h3 {
    font-size: 11px;
}
#myChurches .dropdown-menu p {
    font-size: 10px;
}
#myChurches .dropdown-menu h3, #myChurches .dropdown-menu p {
    text-transform: uppercase;
    font-weight: bold;
    color: #1f1f1f;
    margin: 0;
    white-space: pre-line;
}
#myChurches hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (max-width: 767px) {
#page-header .secondary-nav {
    border: none  !important;
    margin-right: 0px;
    padding-right: 0px;
}
#page-header .secondary-nav a:not(.btn), #page-header .primary-nav a:not(.btn) {
    opacity: 1;
}
#login a {
    margin-right: 3px !important;
}
#access_link, #lang {
    background-color: #4611a7;
    border-color: #4611a7;
    border-radius: 40px
}
#access_link i, #lang i {
    color: #fff;
    opacity: 1;
}
}

.auth-link span {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 30px
}
.auth-link .icon-google {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.auth-link .icon-google:before {
    content: "\f1a0";
}
.auth-link .icon-facebook {
    background-color: #46b8da;
    border-color: #46b8da;
    color: #fff;
}
.auth-link .icon-facebook:before {
    content: "\f09a";
}
#register #w0 {
    text-align:center;
}
.auth-clients {
    display: inline-block;
}
a.hover-img {
    display: block;
    width: 500px;
    position: relative;
    line-height: 25px;
}
a.hover-img>div {
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease .10s;
    -moz-transition: all .3s ease .10s;
    -o-transition: all .3s ease .10s;
    -ms-transition: all .3s ease .10s;
    transition: all .3s ease .10s;
}
a.hover-img:hover>div {
    opacity: 1;
    height: auto;
    padding-top: 8px;
    z-index: 1;
}
a.hover-img>div img {
    padding: 8px;
    margin-top: 5px;
    width: 75%;
    border: 1px solid #4611a7;
    background-color: #4611a7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#tagcloud a:link, #tagcloud a:visited {
    text-decoration:none;
}
#tagcloud a:hover {
    text-decoration: none;
}
#tagcloud span {
    padding: 4px;
}
#tagcloud .smallest {
    font-size: x-small;
}
#tagcloud .small {
    font-size: small;
}
#tagcloud .medium {
    font-size:medium;
}
#tagcloud .large {
    font-size:large;
}
#tagcloud .largest {
    font-size:larger;
}

#img-wrapper {
    padding: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #ccc #999 #ccc;
    -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
    -moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
    box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
    display: inline-block;
}
/*body {
    background-color: rgba(243,240,225,0.5);
}*/

.slider-title {
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	display: block;
	filter: none;
	font-family: Lato, sans-serif;
	font-size: 72px;
	font-weight: 700;
	height: 79px;
	line-height: 79.2px;
	margin-block-end: 10px;
	margin-block-start: 5px;
	margin-bottom: 10px;
	margin-inline-end: 0px;
	margin-inline-start: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	opacity: 1;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 12px;
	text-size-adjust: 100%;
	user-select: none;
	width: 1140px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.slider-subtitle {
	opacity: 0.8;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-top: 5px;
	margin-top: 5px;
	line-height: 1.1;
}
.section-title h2 {
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 20px;
    padding-top: 30px;
}
.btn-fb {
    color: #fff;
    background-color: #4267B2;
    border-color: #4267B2;
    text-transform: inherit; 
}
.btn-fb:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}
.btn-g {
    color: #fff;
    background-color: #d34836;
    border-color: #d34836;
    text-transform: inherit; 
}
.btn-g:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}
.item.item-row > a .image:after, .item > a .image:after  {
    opacity: 0;
}


.radio-toolbar label, #listingmembers-member_relation label {
    /*-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-width: 2px;
    border-style: solid;*/
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    border-radius: 30px;
    background-color: #A9A9A9;
    color: #fff;
    border-color: #A9A9A9;  
    cursor: pointer; 
    display: block;    
}   
.radio-toolbar label span, #listingmembers-member_relation label {
    text-align:center;
    font-size: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    display:block;
}
.radio-toolbar label input {
    display:none;
}

.radio-toolbar input:checked + span, .member_relation_selected {
    background-color:#4611a7 !important;
    border-radius: 30px !important;
}
.field-listingmembers-member_status .control-label {
    display:none;
}

#listingmembers-member_relation input[type="checkbox"] {
    opacity: 0;
}
.btn-grey {
    background-color:#A9A9A9;
    border-color: #A9A9A9;
}
.btn-rotated {
    background-color: #4611a7;
    color: #fff;
    border-color: #4611a7;
}
@media (max-width: 767px) {
#page-header nav .brand img {
    max-width: 80%;
}
}
.modal .modal-content {
    border-radius: 10px;
}

#holy-causes .nav > li > a {
    background-color: #ece5d6;
}
#holy-causes .nav > li > a:hover, #holy-causes .nav > li > a:focus {
    background-color: #121823;
    color: #fff;
}
#holy-causes .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    background: #9ba290;
    color: #f8f2e6;
}
#holy-causes .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    background: #ac686a;
    color: #f8f2e6;
}
#holy-causes .bootstrap-switch .bootstrap-switch-label {
    background-color: hsla(40,56%,94%,.8);
    border-radius: 0;
    border: 0 solid hsla(40,56%,94%,.8);
}

#holy-causes .badge {
    color: #f8f2e6;
    font-size: 12px;
    margin-left: 5px
}

#holy-cause-form .form-control, .file-caption-name {
    background-color: #ede6d7;
    color: #121823;
    padding: 13px 9px;
    box-shadow: none;
}
#holy-cause-form .btn-file .glyphicon, #holy-cause-form .fileinput-remove .glyphicon, #holy-cause-form .fileinput-upload .glyphicon {
    padding: 10px;
}
#holy-cause-form .fileinput-remove, #holy-cause-form .fileinput-upload {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
#holy-cause-form input[type=checkbox] {
    margin-right: 1%;
}
#holy-cause-form .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    background: #9ba290;
    color: #f8f2e6;
}
#holy-cause-form .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    background: #ac686a;
    color: #f8f2e6;
}
#holy-cause-form .bootstrap-switch .bootstrap-switch-label {
    background-color: hsla(40,56%,94%,.8);
    border-radius: 0;
    border: 0 solid hsla(40,56%,94%,.8);
}

.cause-view dl dd {
    text-align: left;
    padding: 4px 0;
}
.cause-view dl dt {
    padding: 4px 0;
}
.cause-view .panel {
    background-color: hsla(40,56%,94%,.8);
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 10%), 0 8px 10px 1px rgb(0 0 0 / 7%), 0 3px 14px 2px rgb(0 0 0 / 6%);
    border: 0 solid hsla(40,56%,94%,.8);
}
.cause-view .panel-body {
    color: #575e66;
}
.cause-view .panel-footer {
    background-color: #ece5d6;
}
.cause-view .btn-danger {
    color: #f8f2e6;
    background-color: #ac686a;
    border-color: #ac686a;
}
.cause-view .btn-danger.focus, .cause-view .btn-danger:focus, .cause-view .btn-danger:hover {
    color: #f8f2e6;
    background-color: #915052;
    border-color: #8b4c4e;
}
.cause-view .text-muted {
    color: #979da3!important;
}
.cause-view .badge, .cause-view .label-default {
    font-size: 15px;
}
.cause-view .badge-info {
    background-color: #9eb9c0
}
.cause-view .badge-warning {
    background-color: #caac8e
}
.cause-view .badge-success {
    background-color: #9ba290
}
.cause-view .badge-danger {
    background-color: #ac686a
}

.cause-view .dataTables_wrapper .dataTables_length select {
    width: 6rem;
    height: 3rem;
}
#cause-donations_wrapper label {
    font-weight: normal;
}
.cause-view .dataTables_wrapper .dataTables_filter input {
    width: 20rem;
    height: 3rem;
    box-shadow: none;
}
.cause-view table.dataTable tbody tr {
    background-color: transparent;
}
.cause-view .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: .2em 1em;
}   
.cause-view .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.cause-view .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, 
.dataTables_wrapper .cause-view  .dataTables_paginate .paginate_button:hover {
    color: #f8f2e6 !important;
    background: #121823 !important;
    border: #121823 !important;
} 
.cause-view .dataTables_wrapper .dataTables_info,
.cause-view .dataTables_paginate {
    padding-top: 1.3em;
}
.cause-view table.dataTable thead th, 
.cause-view table.dataTable thead td {
    border-bottom: 2px solid #ddd !important;
}
.cause-view table.dataTable.no-footer {
    border-bottom: none;
}

.btn-social,
.btn-social:visited,
.btn-social:focus,
.btn-social:hover,
.btn-social:active {
    color: #ffffff;
    text-decoration: none;
    transition: opacity .15s ease-in-out;
    padding: 0.05rem 0.5rem;
    /*font-size: 0.8rem;*/
    line-height: 1.5;
    border-radius: 0.4rem;
    text-transform: none;  
}

.btn-social:hover,
.btn-social:active {
    opacity: .75;
}

.btn-fb {
    background-color: #3b5998;
}

.btn-tw {
    background-color: #1da1f2;
}

.btn-vb {
    background-color: #7B519D;
}

.btn-em {
    background-color: #848484;
}

.btn-wa {
    background-color: #4DC247
}

.btn-sh {
    background-color: #ac686a;
    border-color: #ac686a;
}

.btn-up {
    background-color: #9ba290;
}

.btn-share {
    padding: 5px 15px !important
}

.charity-svg { 
    height: 10rem; 
}
.charity-svg path { 
    fill: #ac686a; 
}
#charity-small .charity-svg { 
    height: 3.5rem; 
}

.btn-secondary-new {
    color: #f8f2e6;
    background-color: #575e66;
    border-color: #575e66;
}
.btn-secondary-new.focus, .btn-secondary-new:focus, .btn-secondary-new:hover {
    color: #f8f2e6;
    background-color: #40454a;
    border-color: #3b4045;
}

#dataTable_filter input[type="search"] {
    padding: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#dataTable_paginate .pagination > .active > a, 
#dataTable_paginate .pagination > .active > span, 
#dataTable_paginate .pagination > .active > a:hover, 
#dataTable_paginate .pagination > .active > span:hover, 
#dataTable_paginate .pagination > .active > a:focus, 
#dataTable_paginate .pagination > .active > span:focus {
    color: #f8f2e6 !important;
    cursor: default;
    background-color: #121823 !important;
    border-color: #121823 !important;
}
#dataTable_wrapper .row {
    margin-bottom: 2rem;
}
#dataTable_wrapper .table > thead > tr > th, 
#dataTable_wrapper .table > tbody > tr > th, 
#dataTable_wrapper .table > tfoot > tr > th, 
#dataTable_wrapper .table > thead > tr > td, 
#dataTable_wrapper .table > tbody > tr > td, 
#dataTable_wrapper .table > tfoot > tr > td {
    border-top: 1px solid #e7decd !important;
}
#dataTable_wrapper .table > thead > tr > th {
    border-bottom: 2px solid #e7decd !important;
}
#dataTable_wrapper select, #dataTable_wrapper select.form-control {
    padding: 0px 9px;
    border-color: transparent;
}

.mapboxgl-popup-content, .maplibregl-popup-content {
    background: transparent;
    right: 20px;
    box-shadow: none;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip, .maplibregl-popup-anchor-bottom .maplibregl-popup-tip {
    border-top-color: transparent;
}
.mapboxgl-popup-close-button, .maplibregl-popup-close-button {
    background-color: #fff;
    border-radius: 50px;
    right: -50px;
    min-width: 30px;
    min-height: 30px;
}
.mapboxgl-popup-close-button:hover, .maplibregl-popup-close-button:hover {
    background-color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: inherit;
}

::-webkit-scrollbar-thumb {
  background-color: #575e66;
  border-radius: 8px;
  border: 0px solid inherit;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #40454a;
}

@media only screen and (min-width: 767px)  {
    body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row > [class*=" col-"], body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row > [class*=" col-"] {
        display: block !important;
    }  
    body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .nav-wrapper, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu .nav-wrapper {
        background-color: hsla(40,56%,94%,1)!important;
        margin-top: 10px !important;
    }
    .juri-nav {
        padding-top: 10px !important; 
	padding-bottom: 10px !important;
    }
    .sub-hd {
	margin-top: 15px !important;
    }
}