/*
Theme Name: keka Wordpress
Author: keka
Author URI: https://www.keka.com/
Description: This is a custom theme made for keka 
Version: 0.1
Requires PHP: 7.0
*/
.bg-cloud {
    background-color: #C1E6F2;
}
.newheaderstrip {
    background-color: #2e2e2e;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.stripcta {
    color: white;
    background: #e34c7d;
    padding: 5px 15px;
    font-size: 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    border: 1.5px solid black;
    margin-left: 15px;
}

.newheaderstrip p {
    font-size: 20px;
}

.page-item{
    color: #1077DA;
    cursor: pointer;
}

.page-item.active{
    color: #fff;
}

#loadmoreposts {
    position: relative;
    z-index: 3;
}

#loadmoreposts .loading{
    min-height: 50vh;
    width: 100%;
    background-color: #fff;
    z-index: 5;
}

#loadmoreposts .loading:after {
    content: '';
    position: absolute;
    top: calc(50% - 60px);
    background-color: #fff;
    right: 0;
    left: calc(50% - 60px);
    bottom: 0;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.page-terms-and-conditions h3 {
    margin-bottom: 20px !important;
}

.page-terms-and-conditions p {
    margin-bottom: 20px !important;
}


body.page-privacy-policy .small-container .security-content p {
    margin-bottom: 20px !important;
}
body.page-privacy-policy p {
    margin-bottom: 20px !important;
}
body.page-privacy-policy p label {
    margin: 0px !important;
}


.single-post td ul li{
    margin-left: 25px !important;
}