/*
	Theme Name: Heelas
	Theme URI: http://cchubnigeria.com
	Description: Official CcHUB reboot theme.
	Version: 1.0.0
	Author: Udeze Kene (@udezekene)
	Author URI: http://udezekene.com

*/

@media only screen and (max-width: 768px) {
	.content {
		max-width: 67%;
	}
	
	.support-photo {
		margin-top: 0px!important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.footer-contact-info li {
		word-wrap: break-word;
	}
}

.page {
	border: 1px solid #5F8CE0;
	border-radius: 5px;
    float: left;
    margin: 0 5px;
    text-align: center;
	cursor: pointer;
	background-color: #fff;
    line-height: 20px;
    display: block;
    padding: 7px;
    float: left;
	/* width: 35px; */
	color: #1B6FEE;
}

.page:hover {
	cursor: pointer;
}

.pagination {
	display: block;
    background-color: transparent;
    float: right;
    padding: 0;
	margin: 0;
	margin-top: 15px;
    font-size: 13px
}

.page-numbers {
	border: 1px solid #5F8CE0;
	border-radius: 5px;
    float: left;
    margin: 0 5px;
    text-align: center;

	cursor: pointer;
	background-color: #fff;
    line-height: 20px;
    display: block;
    padding: 7px;
    float: left;
	min-width: 35px;
	color: #1B6FEE;
}

.page-numbers:hover {
	color: #000;
	background: #f7f7f7;
}


.pagination .prev {
	width: fit-content;
	transition:all ease-out 2s;
}

.prev-expand {
	content: "<< "
}

.pagination .prev,
.pagination .prev:hover:after {
	transition:all ease-out 2s;
	content: ' Previous ';
    text-indent: 0;
    letter-spacing: 0
}

.pagination .next,
.pagination .next:hover:before {
	transition: all ease-out 2s;
	content: ' Next ';
    text-indent: 0;
    letter-spacing: 0
}
.prevpost {
    float: left;
}
.nextpost {
    float: right;
}

.prevnext {
    margin-top: 100px;
    font-size: 13px
}

.pagination .next {
	width: fit-content;
	transition: all ease-out 2s;
}

.pagination .current {
	color: white;
    padding: 5px;
    width: 35px;
    line-height: 20px;
	background: #3579d6;
	padding: 7px;

}
.pagination .current:hover {
	cursor: default;
    background: #3579d6;
}

.group-action-button {
    zoom: 1;
    margin-top: 80px
}

.group-action-button:before,
.group-action-button:after {
    display: table;
    content: " "
}

.group-action-button:after {
    clear: both
}

@media only screen and (max-width: 529px) {
    .group-action-button {
        margin-left: 15px;
        margin-right: 15px
    }
}

.group-action-button a {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #373a3c;
    box-shadow: 0 5px 20px 0 #000;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    background: #f3f3f3;
    letter-spacing: 1.12px;
    border-radius: 2px;
    padding: 12px 25px;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transition-property: color;
    transition-duration: 450ms;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.group-action-button a i {
    margin-left: 10px
}

.group-action-button a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #f5c215;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.group-action-button a:hover {
    color: #fff;
    border-color: #f5c215
}

.group-action-button a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.group-action-button a:focus {
    color: #fff;
    border-color: #f5c215
}

.group-action-button a:focus:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.group-action-button a:active {
    color: #fff;
    border-color: #f5c215
}

.group-action-button a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

 


@media(max-width:480px){
	.blocks-wrapper > div {
    margin-right: 0;
    /* margin-bottom: 30px; */
    /* width: 100%; */
}
}

.stat .stat__logo {

    height: 70px!important;
    width: 100%;    
}
 
.stat .stat__description {
    padding-bottom: 7%!important;
}

.stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom:20px;
}

.the-link {
    padding: 20px;
    border-top: 1px solid rgba(196, 196, 196, 0.25);
    width: 114%;
    margin-bottom: -40px;
    margin-left: -20px;
 
}
.logo-desc {
    width: 100%;
}

.logo-desc .stat__logo img {
    width: 100px;
}

.entity-logo {
    display: flex;
    align-items: center;
}

/* Design for health  */

.thinking-div {
    background: #26B0E61A;
    padding: 40px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.contact-section {
    display: grid;
    grid-template-columns: 25% 75%;
    /* gap: 2%; */
    border: 1px solid #ECECEF;
    align-items: center;
}

.contact-section .email {
    text-align: center;
}

.socials {
    text-align: center;
    border-left: 1px solid #ECECEF;
    height: 100%;

}

.the-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.the-socials-item {
    border: 1px solid #ECECEF;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;

}
.the-socials-item p {
margin: 0;
}

.social-title {
    height: 55px;
}

.contact-section a{
    color:#26B0E6;
    font-weight: 700;
}

@media(max-width:768px){
    .contact-section {
        display: grid;
        grid-template-columns:100%;
       
    }

    .the-socials-item {
     padding:0;
    }
    .the-socials {
        flex-direction: column !important;
    }
    .socials {
        display: grid;
        grid-template-columns: 30% 70%;
    }
    .social-title {
        height: auto;
        align-items: center;
        display: flex;
        justify-content: center;
        border-top: 1px solid #ECECEF;

    }
    .the-socials-item p {
        display: flex;
        flex-direction: column;
    }
    .contact-section .email {
        text-align: center;
        padding: 20px;
    }
    .social-title p {
        font-size: 16px!important;
    }

    .logo-tile {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .logo-tile .entity-logo{
        height: 124px;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ECECEF !important;
        
    }

    .blocks-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    
    }
}