/**
 * @file
 * Use this CSS file to override base CSS rules
 */

/* Set default font weight to 300 for better typography in high-density screens */
/*body {
  font-weight: 300;
}*/

.languageswitcherbutton > ul{
	margin-bottom: 0;
}

.hidecontentsection{
	display: none !important;
}



.block-language ul li{
        padding: 0px 0px 0px 0px !important;
        text-align: center;
	position: relative;
}

.block-language ul{
    padding-left: 40px !important;
    padding-right: 30px;
}

.block-language ul li:before{
        content: "" !important;
}

a.language-link{
    color: #2d2d2d !important;
    display: block;
    font-family: 'Open Sans',Helvetica Neue,Arial,Sans-serif;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 12px;
    position: absolute;
    font-weight: 600;
    padding: 5px 17px;
    padding-right: 25px !important;
    padding-left: 50px !important;
    padding: 20px;
    line-height: 150%;
}


.languageswitcherbutton{
    top: 100%;
    margin-top: 0px;
    width: 200px;
    float: right;
}

a.language-link:hover{
        background-color: #e9e9e9;
        color: #4f2d76 !important;
}

div.languageswitcherbutton:hover a{
        color: #4f2d76 !important;
}

a.language-link:hover + .block-language ul li:before{
	background-color: #e9e9e9;
        color: #4f2d76 !important;

}

a{
        text-decoration: none !important;
}

.dropdown-trigger{
	font-size: 18px !important;
}

a.language-link:before {
    content: "\f0ac" !important;
    font-size: 16px !important;
}

a.language-link:before {
    font-family: "FontAwesome";
    position: absolute;
    /*top: 16px !important; */
    left: 25px !important;
    float: right;
    z-index: 1;
}

/* language block extra text */

.LangBlockCY::before{
	content: "CY";
}

.LangBlockEN::before{
	content: "EN";
}

/* Rhoi margin o dan caption lluniau */
.caption figcaption {
    margin-bottom: 1em;
}

/* Newid edrychiad blockquote */
blockquote {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    padding: 5px 0 5px 0;
}
blockquote::before {
    content: none;
}

/* css grid partneriad */

.partners_flexwrap {
display: table;
margin:auto;
table-layout: fixed;
}

.partners_flex {
display: table-cell;
height: 150px;
width: 250px;
table-layout: fixed;
padding: 10px;

}

/* Troedyn llorweddol yn dilyn ychwanegu logo ychwanegol unesco */
.logos-troedyn {
    margin: auto;
    text-align: center;
}
.logos-troedyn a img {
    margin-right: 3em;
}
@media (max-width: 1023px) {
    .logos-troedyn {
        width: 220px;
    }
    .logos-troedyn a img {
        display: block;
        margin-right: 0;
        margin-bottom: 3em;
    }
}
