@import "variables.css";
@import "institutions.css";
@import "header.css";
@import "footer.css";
@import "single-institution.css";
@import "news.css";
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


/* Global font and color setting */
body {
	/*font-family: 'Dancing Script', cursive !important;*/
	font-family: "Tajawal", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0e4e81;
}


html[lang="ar"] body {
    direction: rtl;
    text-align: right;
}

html[lang="en-US"] body,
html[lang="fr-FR"] body{
	direction: ltr;
	text-align: left;
}





/* Remove extra margin from articles on single post pages. */
.single .site-main > article,
.page .site-main > article {
    margin-bottom: 0;
}

/* Remove some top padding if the first block on the page is a full-width image, cover, media & text, or group block. */
.single.hide-post-and-page-titles .entry-content > .wp-block-image.alignfull:first-child,
.page.hide-post-and-page-titles .entry-content > .wp-block-image.alignfull:first-child,
.single.hide-post-and-page-titles .entry-content > .wp-block-cover.alignfull:first-child,
.page.hide-post-and-page-titles .entry-content > .wp-block-cover.alignfull:first-child,
.single.hide-post-and-page-titles .entry-content > .wp-block-media-text.alignfull:first-child,
.page.hide-post-and-page-titles .entry-content > .wp-block-media-text.alignfull:first-child,
.single.hide-post-and-page-titles .entry-content > .wp-block-group.has-background.alignfull:first-child,
.page.hide-post-and-page-titles .entry-content > .wp-block-group.has-background.alignfull:first-child {
    margin-top: calc(-1 * var(--global--spacing-vertical));
}

/* Remove some bottom padding if the last block on the page is a full-width image, cover, media & text, or group block. */
.page.hide-site-footer .entry-content > .wp-block-image.alignfull:last-child,
.page.hide-site-footer .entry-content > .wp-block-cover.alignfull:last-child,
.page.hide-site-footer .entry-content > .wp-block-media-text.alignfull:last-child,
.single.hide-site-footer.hide-site-footer .entry-content > .wp-block-group.has-background.alignfull:last-child,
.single.hide-site-footer.hide-comments .entry-content > .wp-block-image.alignfull:last-child,
.single.hide-site-footer.hide-comments .entry-content > .wp-block-cover.alignfull:last-child,
.single.hide-site-footer.hide-comments .entry-content > .wp-block-media-text.alignfull:last-child,
.single.hide-site-footer.hide-comments .entry-content > .wp-block-group.has-background.alignfull:last-child {
    margin-bottom: calc(-1 * var(--global--spacing-vertical));
}

/* Center-align headers and footers. */
.entry-header,
.entry-footer,
.site-info,
.footer-menu {
    text-align: center;
}

.header-space {
    height: 120px;
}

.banner {
    width: 100%;
}

html {
    margin-top: 0px !important;
    margin: 0px;
}

body {
    margin: 0;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

.intro-text {
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 70px;
}

.main-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 140px;
}

.all-news {
    color: #e5303c;
	margin: 10px 0;
	display: flex;
    flex-direction: row-reverse;
    
}
.news-links{
	font-size: 20px;
    text-align: left;
    margin: 30px;
	display: flex;
	flex-direction: row-reverse;
}







@media only screen and (max-width: 768px) {
    .main-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    
    .intro-text {
        font-size: 20px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}


.single-title{
	margin-bottom: 80px;
	line-height: normal;
}

#page{
	width: 100%;
}

.projects1{
	width:100%;
	background: #174e7f;
	padding: 40px 0;
	margin-bottom: 60px;
	
	
    
}



.wp-block-column.has-background.is-layout-flow.wp-block-column-is-layout-flow {padding-bottom: 100px;}




@media only screen and (max-width: 768px){
	.sisters-container{
		width: auto !important;
	}
	.homepagebanner-slides {
        height: 300px;
    }
}



.donate {
    background-color: #c62a3d;
    background-image: url(https://sistersofthecross.org.lb/wp-content/uploads/2024/08/donate.jpg);
    background-repeat: no-repeat;
    background-position: 10px center;
	padding-left: 70px;
    padding-right: 10px;
    font-size: 15pt;
	margin: 0 20px;
	border-radius: 10px;
	color: white;
	padding-top: 15px;
    padding-bottom: 15px;
}

p {
  line-height: 1.5; /* Adjust this value as needed */
}
h1 {
	line-height: 1.5;
	font-size: 35px;
	margin-bottom: 50px;
}
h2 {
  line-height: 1.5; /* Adjust this value as needed */
}
div {
  line-height: 1.5; /* Default line spacing */
}


/* Hide the YouTube logo, channel logo, and video title */
#youtube-player iframe {
    pointer-events: none; /* Prevents interaction with the video */
}

#youtube-player::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: none; /* Ensures the overlay doesn't interfere with clicking */
    z-index: 1;
}





 .numbers div {
        width: 180px;
        background: #002d74;
        border: 0.1px #ccd5e3 solid;
        padding: 10px;
        color: #ccd5e3
    }

    .numbers {
        display: flex;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
		direction: ltr;
    }

    .numbers h1 {
        display: flex;
        justify-content: center;
        font-size: 50px;
		margin-bottom: 0;
    }

    .numbers h2 {
        display: flex;
        justify-content: center;
        font-size: 25px;
    }

    .numbers div:first-child {
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }

    .numbers div:last-child {
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }


    @media (max-width: 1250px) {
        .numbers {
            width: 400px;
        }

        .numbers div {
            width: 130px;
            padding: 0px;
        }

        .numbers h1 {
            margin-bottom: 10px;
            font-size: 30px;
        }

        .numbers h2 {
            font-size: 20px;
        }

        .numbers div:first-child {
            border-radius: 10px 0px 0 0;
        }

        .numbers div:last-child {
            border-radius: 0 0 10px 0;
        }

        .numbers div:nth-child(3) {
            border-radius: 0 10px 0 0;
        }

        .numbers div:nth-child(4) {
            border-radius: 0 0 0 10px;
        }
    }


@media only screen and (max-width: 768px) {
	.main-container{
		padding: 0 30px !important;
	}
	.homepagebanner-text{
		font-size: 16px !important;
    	width: 350px;
	}
}

body{
	direction: rtl;
}

p{
	margin:15px;
}


ul.wp-block-list.english {
    direction: ltr;
    text-align: left;
}
.english {
    direction: ltr;
    text-align: left;
}