/*---------------------Header---------------------*/
#main-header {
    width: 100%;
    height: auto;
    background: #1A1A1A;
}

.header-container {
    width: 1153px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* height: 50px;
    min-height: 50px; */
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: padding 0.7s ease;
}

.custom-logo-link {
    width: 106px;
    height: 34px;
}
.custom-logo-link img {
    width: 100%;
    height: 100%;
}

.social-icons {
    width: auto;
    display: inline-block;
    margin-right: 30px;
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: rgba(229, 229, 229, 0.2);
    border-radius: 50%;
}
.social-icons a i {
    font-size: 15px;
    color: #1A1A1A !important;
}
.social-icons a:hover {
    background: #0077B5;
}
.social-icons a:nth-child(2) {
    margin: 0 12px;
}

.icons-search {
    display: flex;
    align-items: center;
}

.subscribe-container {
    width: 363px;
    height: 40px;
    position: relative;
    display: inline-block;
}

.subscribe-container form input[type='email'] {
    width: 100%;
    height: 40px;
    background: rgba(229, 229, 229, 0.2);
    border: none;
    border-radius: 5px;
    font: 300 16px/20px "Roboto";
    color: #FFFFFF;
    padding: 0 140px 0 15px;
}

.subscribe-container form input[type='email']::-webkit-input-placeholder { color: #FFFFFF; }
.subscribe-container form input[type='email']:-ms-input-placeholder { color: #FFFFFF; }
.subscribe-container form input[type='email']::placeholder { color: #FFFFFF; }

.subscribe-container form input[type='submit'] {
    position: absolute;
    width: 136px;
    height: 34px;
    top: 0;
    right: 0;
    background: #EEA424;
    border-radius: 4px;
    font: normal 16px/20px "Roboto";
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 3px;
}

/* .showform .mc4wp-response {
    width: 120%;
} */

.mc4wp-response {
    color: red;
    margin-top: 10px;
    transition: all 1s ease;
    /* position: absolute;
    right: 0;
    width: 300%; */
}

.mc4wp-form-fields input[type="submit"] {
    cursor: pointer;
}

.mc4wp-response-custom {
    text-align: right;
    position: absolute;
    right: 0;
    transition: all 1s ease;
}

.main-header-custom {
    padding-bottom: 35px;
}

.mc4wp-success {
    color: #facd3c;
}

.main-header-custom-mc4wp-success {
    padding-bottom: 57px;
}

.hidden-btn {
    width: 136px;
    height: 34px;
    background: #EEA424;
    border-radius: 4px;
    font: normal 16px/34px "Roboto";
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 3px;
    text-align: center;
    position: relative;
    z-index: 5;
    margin-left: -139px;
    cursor: pointer;
}

.header-subscribe {
    width: 142px;
    transition: 0.3s;
}
.header-subscribe form input[type='email'] {
    padding: 0 10px;
    background: #1A1A1A;
    transition: 0.3s;
}

.showform {
    width: 363px !important;
    transition: 0.3s;
}
.showform input[type='email'] {
    padding: 0 140px 0 15px !important;
    background: rgba(229, 229, 229, 0.2) !important;
    transition: 0.3s;
}

/*-------------------Footer--------------------*/

#main-footer {
    width: 100%;
    height: auto;
    background: #1A1A1A;
}

.footer-container {
    width: 1153px;
    height: auto;
    margin: auto;
    padding: 75px 0;
}

.footer-title {
    font-family: "Barlow";
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 50px !important;
}

.footer-subscribe {
    width: 100%;
    height: 40px;
    text-align: center;
    margin-bottom: 80px;
}

.footer-social-icons {
    text-align: center;
    padding-bottom: 50px !important;
}
.footer-social-icons .social-icons {
    margin-right: 0;
}

.copyright {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 11px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

/*-----------------Home page---------------------*/

#home-content {
    width: 100%;
    height: auto;
    background: #ffffff;
}

.content-container {
    max-width: 1153px;
    height: auto;
    margin: auto;
    display: block;
}

.top-container {
    width: 100%;
    height: auto;
    background-position: right center;
    background-size: 60%;
    background-repeat: no-repeat;
}

.title-container {
    width: 1153px;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: flex-start;
}

.title-text {
    width: 510px;
    min-height: 292px;
    background: #ffffff;
    display: flex;
    align-items: center;
}

.title-text p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    color: #1A1A1A;
    margin: 0;
    position: relative;
    margin-right: -10px;
}

.title-text p span {
    font-weight: bold;
}

.white-img {
    width: 100px;
    min-height: 292px;
    background: url("images/Mobile.png") right top/contain no-repeat;
    display: inline-block;
    margin-left: -2px;
    margin-top: -1px;
}

.featured-posts-title {
    display: flex;
    padding: 40px 0;
}

.featured-icon {
    width: 34px;
    height: 34px;
    background: url("images/Lightbulb.svg") center/contain no-repeat;
    display: inline-block;
}

.featured-title {
    font-family: "Barlow";
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #1A1A1A;
    padding-left: 20px;
}

.featured-container {
    display: flex;
}

.scroll-container {
    display: flex;
}

.featured-post {
    width: 33.33%;
    height: auto;
    padding: 0 15px;
}
.featured-post:first-child {
    padding-left: 0;
}
.featured-post:last-child, .home-post:last-child  {
    padding-right: 0;
	border: none;
}

.featured-post-img {
    width: 100%;
    height: 230px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 5px;
}

.featured-post-details {
    background: #ffffff;
    padding: 15px 20px;
    margin: -30px 15px 0 15px;
    border-radius: 5px;
}

.featured-post-title {
    font-family: "Barlow";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #1A1A1A;
    display: inline-block;
    padding-bottom: 20px;
}

.featured-excerpt p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    word-break: break-word;
}

.author-details {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.author-details img {
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 50%;
    display: inline-block;
}

.author-name {
    font: normal 16px/19px "Roboto" !important;
    color: #1A1A1A !important;
    display: inline-block;
    margin-bottom: 0 !important;
    padding-left: 10px;
    white-space: nowrap;
}

.post-date {
    font: normal 15px/19px "Roboto";
    color: #8F8F8F;
    display: inline-block;
    white-space: nowrap;
    margin-top: 3px;
}
.post-date:before {
    content: "-";
    font: normal 15px/19px "Roboto";
    color: #8F8F8F;
    display: inline-block;
    padding: 0 5px;
}
/*
.post-line {
    font: normal 15px/19px "Roboto";
    color: #8F8F8F;
    display: inline-block;
    padding: 0 5px;
}
*/
.featured-menu {
    text-align: center;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.featured-menu li {
    display: inline-block;
}
.featured-menu li:first-child {
    padding-left: 0;
}
.featured-menu li:last-child {
    padding-right: 0;
}

.featured-menu li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 19px;
    color: #1A1A1A;
    padding: 30px 30px;
    display: inline-block;
}
.featured-menu li:hover a {
    color: #EEA424;
}

.main-posts-container {
    display: flex;
}

.latest-posts-container {
    width: 68%;
    height: auto;
    border-right: 1px solid #E5E5E5;
}

.latest-posts-sidebar {
    width: 32%;
    height: auto;
    padding-top: 40px;
    padding-left: 25px;
    padding-bottom: 40px;
}

.latest-posts-main-title {
    display: flex;
    padding-top: 40px;
    padding-bottom: 0;
}

.latest-posts-icon {
    width: 34px;
    height: 34px;
    background: url("images/Frame.svg") center/contain no-repeat;
    display: inline-block;
}

.latest-posts-title {
    font-family: "Barlow";
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #1A1A1A;
    padding-left: 20px;
}

.home-post {
    display: flex;
    padding: 40px 0;
    border-top: 1px solid #E5E5E5;
}
.home-post:first-child, .home-post:last-child {
    border-top: none;
}

.home-post>a {
    width: 50%;
    display: inline-block;
    margin-right: 30px;
}

.home-post-img {
    width: 100%;
    height: 230px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 5px;
}

.home-post-details {
    width: 50%;
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.home-post-title {
    font-family: Barlow;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    display: inline-block;
    padding-bottom: 20px;
}

.home-post-excerpt p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    word-break: break-word;
}

.home-author-details {
    position: absolute;
    left: 0;
    bottom: -5px;
    padding: 0;
}

.home-pagination {
    width: 100%;
    height: auto;
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #E5E5E5;
}

.home-pagination .page-numbers {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    font: normal 16px/30px "Roboto";
    color: #1A1A1A;
    margin: 0 5px;
}

.home-pagination .page-numbers.prev,
.home-pagination .page-numbers.next {
    width: auto;
    height: auto;
    display: inline-block;
    background: #ffffff !important;
    color: #FACC11;
    border-radius: 0;
}
.home-pagination .page-numbers.dots {
    background: #ffffff !important;
}

.home-pagination .page-numbers.prev:before {
    content: url("images/prev-color.png");
    padding: 0 8px;
}

.home-pagination .page-numbers.next:after {
    content: url("images/next-color.png");
    padding: 0 8px;
}

.home-pagination .page-numbers.current {
    background: #FACC11;
}
.home-pagination .page-numbers:hover {
    background: #FACC11;
}

/*
.home-pagination span.page-numbers:first-child:before {
    content: "Previous";
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
    background: #ffffff !important;
    color: #FACC11 !important;
    border-radius: 0 !important;
}
*/

.sidebar-category-list>li {
    list-style: none;
    font: bold 18px/22px "Barlow";
    color: #1A1A1A;
}

.sidebar-category-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
}

.sidebar-category-list ul>li {
    font: 300 16px/19px "Roboto";
    color: #1A1A1A;
}

.sidebar-category-list ul>li>a {
    display: inline-block;
    padding: 8px 0;
}

.sidebar-search {
    margin-bottom: 35px;
}

.sidebar-search form {
    position: relative;
}

.sidebar-search form label {
    width: 100%;
    height: auto;
    float: none;
}

.sidebar-search form label .search-field {
    width: 100%;
    height: 40px;
    background: rgba(229, 229, 229, 0.5);
    border: none;
    border-radius: 5px;
    font: 300 16px/20px "Roboto";
    color: #1A1A1A;
    padding-left: 15px;
    padding-right: 40px;
}

.sidebar-search form label .search-field::-webkit-input-placeholder { color: #8F8F8F; }
.sidebar-search form label .search-field:-ms-input-placeholder { color: #8F8F8F; }
.sidebar-search form label .search-field::placeholder { color: #8F8F8F; }

.sidebar-search form .search-submit {
    width: 34px;
    height: 34px;
    background: #FACC11 url("images/Search.svg") center/17px 17px no-repeat;
    border-radius: 4px;
    font-size: 0;
    float: none;
    padding: 0;
    margin: 3px;
    position: absolute;
    top: 0;
    right: 0;
}

/*-------------------Archive page--------------------*/

#archive-content {
    width: 100%;
    height: auto;
    background: #ffffff;
}

#archive-content .latest-posts-title {
    display: flex;
}

#archive-content .latest-posts-title img {
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
}

/*-------------------Search page--------------------*/

#search-content {
    width: 100%;
    height: auto;
    background: #ffffff;
}


/*---------------------Responsive-----------------------------*/

.page-content .post-date {
    color: #1A1A1A;
}
.page-content .post-date:before {
    content: "";
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .header-container {
        width: 100%;
        padding-left: 20px;
        padding-right: 15px;
    }
    .title-container {
        width: 100%;
    }
    .title-text {
        padding-left: 20px;
    }
    .featured-posts-title {
        padding: 40px 20px;
    }
    .featured-container {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        display: block;
    }
    .scroll-container {
        max-width: 1193px;
        padding: 0 20px;
    }
 
    .scroll-menu {
        max-width: 764px;
        margin: auto;
    }
    .main-posts-container {
        padding: 0 20px;
    }
    .footer-container {
        width: 100%;
    }
    /*-------custom1.css--------*/
    .read-more-container {
        width: 100%;
    }
    .page-content {
        padding: 0 20px;
    }
	
	.featured-container {
    overflow-x: hidden;
    margin: 0 auto;
    max-width: 800px;
	}	
	
	.scroll-container {
    display: flex;
    flex-direction: column;
	}
	
	.featured-post {
		width: 100%;
		    border-bottom: 1px solid #E5E5E5;
		    padding: 30px 0 0 0;
	}
	
	.featured-post-details, .home-post-details {
		margin: 0;
		padding-left: 0;
	}
	
	.home-post-excerpt p {
    margin-bottom: 0;
	}
	.home-post {
		padding-bottom: 30px;
	}
	
	
}

@media screen and (max-width: 991px) {
	.home-pagination {
		border: none;
	}
	
.home-post-img, .featured-post-img {
    width: 100%;
    height:180px;
}
	
	.home-post {
		flex-direction: column;
	}
	
	.featured-post:first-child {
		padding-top: 0;
	}
	
    .title-text {
        width: 55%;
    }

    .title-text p {
        font-size: 30px;
        line-height: 36px;
        margin-right: -50px;
    }
    .main-posts-container {
        flex-direction: column;
    }
    .latest-posts-container {
        width: 100%;
        border-right: none;
    }
    .latest-posts-sidebar {
        width: 100%;
        border-top: 1px solid #E5E5E5;
        padding-left: 0;
        text-align: center;
		display: none;
    }
    .sidebar-search form {
        width: 50%;
        margin: auto;
    }
    .footer-container {
        padding: 30px 0;
    }
    .footer-title {
        padding-bottom: 30px !important;
    }
    .footer-subscribe {
        margin-bottom: 30px;
    }
    .footer-social-icons {
        padding-bottom: 30px !important;
    }
    /*----custom1.css----*/
    .page-content .title {
        font-size: 30px;
        line-height: 36px;
    }
}

@media screen and (max-width: 500px) {
    .top-container {
        background-size: cover;
    }
    .title-text {
        width: 100%;
        padding: 0 20px;
        background: rgba(255,255,255,0.8);
        min-height: 220px;
    }
    .title-text p {
        margin-right: 0;
    }
    .white-img {
        display: none;
    }
    .home-post {
        flex-direction: column;
    }
    .home-post>a {
        width: 100%;
        margin-right: 0;
    }
   .home-post-details {
        width: auto;
        background: #ffffff;
        padding: 15px 20px;
        margin: 0;
	   	padding-left: 0;
        border-radius: 5px;
    }
    .home-author-details {
        position: relative;
        bottom: -15px;
    }
    .home-post-title {
        font-size: 18px;
        line-height: 22px;
    }

    .scroll-container {
        max-width: 1150px
    }
    .sidebar-search form {
        width: 100%;
    }
    .footer-subscribe {
        padding: 0 20px;
    }
    .subscribe-container {
        width: 100%;
    }
    .custom-logo-link {
        width: 70px;
    }
    .social-icons {

    }
    .social-icons a:nth-child(2) {
        margin: 0 5px;
    }
    .header-subscribe {
        width: 86px;
    }
    .header-subscribe + .hidden-btn {
        width: 80px;
        font-size: 14px;
        margin-left: -83px;
    }
    .header-subscribe form input[type='submit'] {
        width: 80px;
        font-size: 14px;
        padding: 0;
    }
    .showform {
        width: 240px !important;
    }
    .showform input[type='email'] {
        padding: 0 80px 0 10px !important;
    }

    .mc4wp-response {
        font-size: 15px;
    }

    .mc4wp-response-custom {
        width: 350px;
    }



    /*
    .header-subscribe {
        width: 100%;
        position: absolute;
        top: 100px;
        left: 0;
        padding: 0 20px;
        display: none;
    }
    .header-subscribe + .hidden-btn {
        width: 110px;
        font-size: 14px;
        margin-left: -113px;
    }
    .header-subscribe form input[type='submit'] {
        width: 110px;
        font-size: 14px;
        padding: 0;
        position: absolute;
        top: -49px;
        right: 20px;
    }
    .showform {
        width: 100% !important;
        display: block;
    }
    .showform input[type='email'] {
        padding: 0 10px !important;
        background: #1A1A1A !important;
    }*/
}