/* Caritas Rodzina Rodzinie subpages custom styles 2023r. */

.rr-section-hero {
    background-image: url('https://caritas.pl/wp-content/uploads/2023/11/eos80530-scaled.jpg');
    background-size: cover;
	background-position: center;
    width: 100%;
    height: auto;
    padding: 6% 0;
}

.rr-section-form{
    padding: 5% 0;
}

.av-layout-tab{
    background-color: #f7f4f2;
}

.rr-form-1 {
    margin-top: -100px !important;
}

.header-55{
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0 30px 0;
    color: #c00d0d;
}



#rr-rectangles-section{
    max-width: 80%;
    margin: auto;
    margin-bottom: 30px;
    }


.header-rr .container {
padding-right: 0px !important;
padding-left: 0px !important;
}

.counter-wrapper {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: 100%;
    text-align: center;
    grid-row-gap: 20px;
    max-width: 1000px;
    margin: 40px auto;
}

.country-wrapper{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: 100%;
    max-width: 100%;
    margin: 5% auto;
}

.rr-text-style-1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.38;
    color: #fff;
  }

.rr-text-style-2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.38;
    color: #fff;
  }

.text-white{
    color: white;
}

.rr-text-header {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    color: #c00d0d;
  }

.rr-text-header-2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
    text-align: left;
    color: #c00d0d;
  }

.rr-hero-3{
    max-width: 500px;
}

.rr-w-65{
    max-width: 600px;
}

.rr-w-600{
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.mb-2{
    margin-bottom: 15px;
}

.rr-column-44{
    height: 400px;
}


.av-outer-tab-title {
    background-color: #acacac;
    color: white;
    border-radius: 10px;
    font-family: 'Open Sans';
    padding: 5px 50px 5px 50px !important;
}

.av-tab-arrow-container{
    display: none;
    margin: 10px 0;
}

.av-tab-no-icon.av-tab-no-image .av-inner-tab-title {
    margin-bottom: 0px !important;
}

.av-inner-tab-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 2.13;
    letter-spacing: 2.2px;
    text-align: center;
}

.av-active-tab-title > .av-outer-tab-title {
    background-color: #c00d0d !important;
}

.counters-text-style-3{
    padding: 15px 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.33;
    text-align: center;
    color: #c00d0d;
}

.counters-outer-wrapper > span{
    font-size: 45px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    color: #c00d0d;
}

#rr-movie-section-bottom-wrapper{
    padding-bottom: 5%;
    background-color: #f7f4f2
}

.rr-movie-section-text{
    max-width: 650px;
}

.av-section-tab-title {
    min-width: 20%;
}

.av-inner-tab-title {
    display: inline;
}

@media only screen and (min-width: 778px){
    .counter-wrapper {
        grid-template-columns: 1fr 1fr 1fr; 
        }

    .country-wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
    
    .count-1 { grid-area: 1 / 1 / 2 / 2; }
    .count-2 { grid-area: 1 / 2 / 2 / 3; }
    .count-3 { grid-area: 1 / 3 / 2 / 4; }
    .count-4 { grid-area: 2 / 1 / 3 / 2; }
    .count-5 { grid-area: 2 / 2 / 3 / 3; }
    .count-6 { grid-area: 2 / 3 / 3 / 4; }


/* Rodzina Rodzinie custom styles  END*/