@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400..700;1,400..700&display=swap');

.eventInfoSpacesLeft {
    display: none;
}
.WaGadgetEventsStateList h3.sectionTitle {
color: #004891;
text-transform: Capitalize;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h3,h5,.h5, .gadgetStyle002 h1:not(.promo):not(.header):not(.h1Alt) {
    text-transform: none;
    font-family: lato;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel {
    margin: 0 auto;
}
.WaContentDivider.dividerStyle001 {
    height: 2px;
    margin: 1em 0;
    background: #deb246;
}
.logoImg img{
    max-width: 350px;
}
.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle {
    white-space: wrap;
}
.WaGadgetBlogStateList ul.boxesList li.boxesListItem {

    border-bottom: 6px solid #f1f1f1;
    padding-bottom: 20px;
}
.pagerOuterContainer .linkCurrent {
    color: #9f9f9f;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel>li>.item>a {
font: bold 19px / 23px 'Lato', 'Arial', sans-serif;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .stickyMenu.active {

    background-image: url(/resources/Theme/pattern.jpg);
}
.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxBodyOuterContainer .boxBodyContentOuterContainer .boxBodyContentContainer.fixedHeight {
    max-height: 550px;
}
.WaGadgetEventsStateList .boxOuterContainer .boxBodyOuterContainer .boxBodyContentOuterContainer .boxBodyContentContainer.fixedHeight {
    max-height: 550px;
}

/* Page title edit */
.pageTitle {

    padding-bottom: 30px;


}

.pageTitle.WaGadgetBreadcrumbs ul li + li::before {
display: none;
}
.pageTitle.borul li+li:before {
display: none;
}
.pageTitle li:not(:last-child) {
display: none;
}
.pageTitle li 
{
Font-size: 3em;
color: #fff;
font-weight: 800;
text-transform: capitalize;
border-bottom: 0px solid #cc9933; 
font-style: none;
font-family: 'Lato', sans-serif;
text-align: center;
}
.pageTitle ul li+li:before {
    display: none;
}
/* End Page Title */



/* PANEL */
.WaGadgetMobilePanel .mobilePanel {
  position: relative;
  height: 50px;
  background: #004891;
  color: white;
}
.WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel > li > .item > a {
    text-transform: Capitalize;
}
.WaGadgetMobilePanel .mobilePanel .menuInner ul ul li > .item > a {
  color: #fff;
  font-size: 16px;
}

.WaGadgetMobilePanel .mobilePanel .loginInner .loginContainerForm .loginAction input.loginButton {
    background: #004891;
}
.WaGadgetMobilePanel .mobilePanel .loginInner .loginContainerForm .loginAction input.loginButton:hover {
    background: #0060c0;
}
/* END PANEL */

/*  BUTTON STYLES */
a.stylizedButton.buttonStyle001, a.stylizedButton.buttonStyle002, a.stylizedButton.buttonStyle003, a.stylizedButton.buttonStyle004,
a.stylizedButton.buttonStyle005 {
    border-radius: 10px;
}
a.stylizedButton.buttonStyle004:hover {
    background-color: #ffffff1f;
}
/* END BUTTON STYLES */
/* SLIDE */
.camera_thumbs {
    display: none;
}
.camera_commands, .camera_next, .camera_prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: #00509a;
    cursor: pointer;
    border-radius: 100px;
}
/* END SLIDE */

/* CUSTOM ALIGNMENT */
.LefttoCenter {
    text-align: left;
}   

.RighttoCenter {
    text-align: right;
}
/* END CUSTOM ALIGNMENT */



/* MOBILE */
@media screen and (max-width: 766px) {
    #id_dahwrka {
        column-count: 2;
    }
.RighttoCenter, .LefttoCenter {
    text-align: center;
}
.non-mobile {
    display: none;
}
.WaGadgetSocialProfile .alignRight {
    text-align: center;
}
.logoImg {
    text-align: center;
 
}
.logoImg img{
width: 100%;
    max-width: 275px;
}
}




/* BACK TO TOP */
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #00509a;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #cc9933;
}
#back-to-top.show {
    opacity: 1;
}

/* END BACK TO TOP */

