/*GLOBAL*/

.imgEffect .imgEffect-overlay .imgEffect-content .contentTitle {
    letter-spacing: .1em;
    text-transform: uppercase;
}

.siteWrapper{
    padding:2%;
    padding-top: 0px;
}

.block_f8c74092b2974a8597c43362818be6e4{
    max-width: 1000px !important;
}

/*HOME HERO GALLERY*/
.blockWrap_a2d74b575c044a84a4e4e8251f88f6e0 .galleryArrow{
    display: none;
}

.blockWrap_a2d74b575c044a84a4e4e8251f88f6e0 .imgEffect-content p{
    margin-top: 30px !important;
    color: white;
}

/*IRISH DICTIONARY*/
.blockWrap_c1a0494262eb400c9fc282d96be341d9 .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle{
    color: #cf8a00;
    padding-bottom: 12px;
}
.blockWrap_c1a0494262eb400c9fc282d96be341d9 .imgEffect .imgEffect-overlay .imgEffect-content p{
    line-height: 1.8;
}

/*FOOTER*/
.blockWrap_d1c51892ec45449bbd9a3b0e824f975e strong{
    font-family: lfteticawebbold;
    text-transform: uppercase;
    color: #cf8a00;
}

.footerContent .contentTitle{
    color: #cf8a00;
}

/*SPACE GALLERY ICON OVERLAY*/
.blockWrap_lkH04re3Eazj6BPZ{
    margin-bottom: -30px;
    z-index: 1 !important;
    position: relative;
}

/*ITEMS SAME HEIGHT*/
/*menu*/
.items_de59e8c268a24e8eadc025c82a4c40b7,
/*events*/
.items_cf4d0d667ee2448c940d2e03123d7bcc,
/*contact info*/
.items_c8c434dc8ad047939633c3b3cc35c6bf,
/*press releases*/
.items_a40f6b380ff4412ba77396a8398b773a,
.items_ac6ac762d7f946ccacc405aa0537ddb8
/*charities*/{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

/*MEDIA QUERIES*/
@media only screen and (max-width: 767px){
/*IRISH DICTIONARY*/
.blockWrap_c1a0494262eb400c9fc282d96be341d9 .blockContent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
}
.blockWrap_c1a0494262eb400c9fc282d96be341d9 .blockImg{
    order: 2 !important;
}
.blockWrap_c1a0494262eb400c9fc282d96be341d9 .blockText {
    order: 1 !important;
    padding-bottom: 20px;
}
}

@media only screen and (min-width: 769px){
/*GLOBAL*/

.headerContent h1.logo{
    width: 150% !important;
}

.navContainer, 
.headerContainer{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.headerAndNavContainer{
      padding-right: 2% !important;
    padding-left: 2% !important;
}
/*CONTACT MAP HEIGHT*/
.scMap{
    padding-top: 30%;
}
}
  
@media only screen and (min-width: 768px){
/*IRISH DICTIONARY FOOTER*/

/*.blockWrap_b8b876e55b764efbbc7924e2414afd99 .cols2 .item:first-child,*/
/*.blockWrap_d9a7ab1e9e244cc38239118bbb5f95e5 .cols2 .item:first-child,*/
/*.blockWrap_f666d2e8530041d48ccf08432cd73629 .cols2 .item:first-child{*/
/*    width: 35%;*/
/*}*/
/*.blockWrap_b8b876e55b764efbbc7924e2414afd99 .cols2 .item:nth-child(2),*/
/*.blockWrap_d9a7ab1e9e244cc38239118bbb5f95e5 .cols2 .item:nth-child(2),*/
/*.blockWrap_f666d2e8530041d48ccf08432cd73629 .cols2 .item:nth-child(2){*/
/*    width: 60% !important;*/
/*}*/
.blockWrap_c1a0494262eb400c9fc282d96be341d9 .flex-container{
    padding-right: 50px !important;
    padding-left: 50px !important;
}
}