/************Donors Page 26/11/2019***************/
@font-face {
	font-family: 'gotham-bold';
	src: url('fonts/Gotham-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'gotham-bold-italic';
	src: url('fonts/Gotham-BoldItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'gotham-book';
	src: url('fonts/Gotham-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'gotham-book-italic';
	src: url('fonts/Gotham-BookItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'gotham-medium';
	src: url('fonts/Gotham-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'gotham-medium-italic';
	src: url('fonts/Gotham-MediumItalic') format('truetype');
	font-weight: normal;
	font-style: normal
}


h1, h2, h3, h4, h5, h6 {
    font-family: inherit !important;
}

.donor-slider.container {
    position: relative;
    width: 100%;
    max-width: unset;
    margin: auto;
}


.donor-slider.container .container{
    position: relative;
    width: 80%;
    max-width: unset;
    margin: auto;
}

.bricks_wrapper .bricks_wrapper_row {
    display: flex;
    justify-content: center;
    /* width:600px; */
    width:97%;
    margin:0 auto;
    background:#CCBBAB;
    height: 76px;

}
.bricks_wrapper .bricks_block {
    /* width:200px !important; */
    width: 16.67%;
    justify-content: center;
    flex-direction: column;
    display:flex;
    margin:2px;
    background-size:cover;
    min-height: 72px;
    box-shadow:
    0 1px 2px #fff,
    0 -1px 1px #fff,
    inset 0 -1px 1px rgba(0,0,0,0.1),
    inset 0 1px 1px rgba(255,255,255,0.2);



}
.bricks_wrapper .bricks_block div {
    color: #fff;
    font-weight: bold;
    text-shadow: unset;
    /* text-shadow: 1px 1px  rgba(0,0,0,0.5); */
    text-align: center;
    padding:13px 10px;
    /* background:rgba(255,144,0,0.1); */
    /*mix-blend-mode:color;*/
    flex:1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 437px){
    .bricks_wrapper .bricks_block div {
        padding:10px 5px !important;
    }

    .bricks_wrapper .bricks_block span {
        font-size: 16px !important;
    }
}

.bricks_wrapper .bricks_block.half {
    /* width:98px !important; */
    width: 8%;
}
.bricks_wrapper .bricks_block span {
    font-family: 'gotham-book';
    display:block;
    opacity: 1;
    font-size: 20px;
}
.bricks_wrapper .bricks_block.type_1 {
    background-image:url(../images/bricks/bg_type_a.png);
}
.bricks_wrapper .bricks_block.type_2 {
    background-image:url(../images/bricks/bg_type_b.png);
}
.bricks_wrapper .bricks_block.type_3 {
    background-image:url(../images/bricks/bg_type_c.png);
}
.bricks_wrapper .bricks_block.type_4 {
    background-image:url(../images/bricks/bg_type_d.png);
}
.bricks_wrapper .bricks_block.type_5 {
    background-image:url(../images/bricks/bg_type_e.png);
}
.bricks_wrapper .bricks_block.type_6 {
    background-image:url(../images/bricks/bg_type_f.png);
}

.bricks_wrapper .bricks_block.orange {
    background-color:#ffba00;
}
.bricks_wrapper .bricks_block.magenta {
    background-color:#ff00de;
}
.bricks_wrapper .bricks_block.blue {
    background-color:#1206ff;
}
.bricks_wrapper .bricks_block.red {
    background-color:#ff3506;
}
.bricks_wrapper .bricks_block.green {
    background-color:#06ff0c;
}
.bricks_wrapper .bricks_block.cyan {
    background-color:#00fff6;
}

.slick-prev, .slick-next{
    background: #d4cece;
}

.empty-bricks-1{
    background-color: #83bad5;
}

.empty-bricks-2{
    background-color: #6a8b9d;
}

.empty-bricks-3{
    background-color: #f08a97;
}

.empty-bricks-4{
    background-color: #e4778e;
}

.empty-bricks-5{
    background-color: #a29f95;
}


@media(max-width: 980px){
    .donor-slider.container {
        position: relative;
        width: 95%;
        max-width: unset;
        margin: auto;
    }

    .bricks_wrapper .bricks_block span {
        font-family: 'gotham-book';
        /* opacity: 0.8; */
        font-size: 20px;
        font-weight: bold;
        display: block;
        word-break: break-word;

    }
}

@media only screen and (max-width: 812px){
    .donor-slider.container {
        position: relative;
        width: 90% !important;
        max-width: unset;
        margin: auto;
    }

    #et-main-area{
        margin-top: 110px;
    }
}


@media(max-width: 1024px){
    .desktop-view{
        display: none !important;
    }

}


@media (min-width: 1025px){
    .tab-view{
        display: none !important;
    }


}

@media (max-width: 557px){
    .tab-view{
        display: none !important;
    }

    .mobile-view{
        display: block !important;
    }
}

@media (min-width: 558px){
    .mobile-view{
        display: none !important;
    }

}

div.desc-section{
    width: 80%;
    margin: auto;

}

@media(max-width: 767px){
    div.desc-section{
        margin-bottom: 20px;
    }

    div.desc-section h3{
        font-size: 18px;
    }

		.slick-prev,
		.slick-next{
			display: none !important;
		}
}

#main-content .container {
    padding-top: 40px;
    padding-bottom: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

/*************Donors Page end**************/
