/*
Theme Name: TimeWhip
Theme URI: https://netmow.com/
Author: Netmow
Author URI: https://netmow.com/
Description: Custom Theme for Netmow
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: netmow
*/





/*blog*/
.blog-area {
    margin-top: 80px;
    margin-bottom: 60px;
}
.page-template-blog .page-content-area, .single-blog, .page-content-archive {
    padding-top: 75px;
    padding-bottom: 65px;
}
.wraper_blog_main .blog_main {
    width: 100%;
    margin-bottom: 40px;
}
.post-thumbnail, .entry-meta {
    margin-bottom: 10px;
}
.entry-header .entry-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
}
.entry-header .entry-title a {
    color: #1C4396;
}
.entry-header .entry-title a:hover {
    color: #2C71F0;
}
.entry-meta > .holder > .data .meta {
    font-weight: 400;
    font-size: 13px;
    color: #1e1e1e;
    line-height: 22px;
}
.entry-meta > .holder > .data .meta a {
    color: #1C4396;
}

.entry-main .entry-content {
    margin-bottom: 23px;
    line-height: 24px;
    color: #1C4396;
    font-size: 16px;
}
.entry-main .entry-content p {
    margin-bottom: 20px;
    margin-top: 0;
    text-align: justify;
}
.entry-main .entry-content h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 2px;
}
.entry-main .entry-content h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 2px;
}
.entry-main .entry-content strong {
    font-weight: 600;
}
.entry-main .entry-extra .entry-extra-item {
    margin-bottom: 15px;
}
.entry-main .entry-extra .entry-extra-item .post-read-more .btn {
    width: 200px;
    line-height: 54px;
    border-radius: 50px;
}
.custom-pagination ul {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.custom-pagination ul li a,
.custom-pagination ul li span {
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-right: 9px;
    font-size: 16px;
    transition: all 0.3s;
    background: #004496;
    color: #fff;
}
.custom-pagination ul li span {
    background: #efefef;
    color: #9BB8FA;
}
.custom-pagination ul li a.next,
.custom-pagination ul li a.prev {
    width: 70px;
}
.custom-pagination ul li a:hover {
    background-color: #9BB8FA;
}

@media only screen and (max-width: 767px) {
    .row.entry-extra :nth-child(2) {
        display: none;
    }
    .blog-single {
        margin-bottom: 30px;
    }
    .right-sidebar {
        margin-top: 60px;
    }
    body .custom-cta-widget-area img {
        max-width: 100%;
    }
    .custom-cta-widget-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        padding-top: 53px;
    }
    .custom-pagination ul li a {
        margin-bottom: 10px;
    }
}

/*search widget*/
.search-form {
    position: relative;
}
.search-form .search-field {
    vertical-align: top;
    width: 100%;
    height: 52px;
    padding: 0px 45px 0px 13px;
    background-color: #fff;
    border: 1px rgba(0, 0, 0, 0.2) solid;
    border-radius: 0;
    font-weight: 500;
    font-size: 15px;
    color: #888;
    line-height: 23px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.search-form::after {
    content: url(../img/search.svg);
    position: absolute;
    top: 18px;
    right: 18px;
}
.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 52px;
    padding: 0;
    background-color: initial;
    border: none;
    border-radius: 0;
    font-size: 0;
    z-index: 1;
}
.search-form .search-field:focus, .search-form .search-submit:focus {
    outline: none;
}

/*related posts*/
.wraper_blog_related_article {
    width: 100%;
    background-color: #F9FBFF;
}
.wraper_blog_related_article > .container {
    padding-top: 64px;
    padding-bottom: 44px;
}
.wraper_blog_related_article .blog_related_article_title {
    margin-bottom: 25px;
}
.wraper_blog_related_article .blog_related_article_title .title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
    color: #1C4396;
    line-height: 32px;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item {
    margin-bottom: 30px;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item .holder {
    position: relative;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item .holder .pic {
    position: relative;
    margin-bottom: 10px;
    height: 360px;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item .holder .pic > .placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item .holder .data {
    margin-bottom: 20px;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item .holder .data .date {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #1C4396;
    line-height: 22px;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item .holder .data .date i {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item .holder .data .title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    color: #1e1e1e;
    line-height: 23px;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item .holder .data .title a {
    color: #1C4396;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item .holder .data .title a:hover {
    color: #2C71F0;
}
@media only screen and (max-width: 767px) {
    .wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item {
        margin-bottom: 50px;
    }
    .wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item:last-child {
        margin-bottom: 0;
    }
}

/*cta wp widget*/
.page-template-blog .right-sidebar {
    padding-top: 10px;
}
.right-sidebar .sidebar-widgets-wrapper {
    margin-bottom: 38px;
}
.custom-cta-widget-area {
    padding: 26px 15px 0;
    background-color: #2C71F0;
    margin-bottom: 77px;
}
body .custom-cta-widget-area h2 {
    margin: 0;
    padding: 0;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 28px;
    line-height: 1.2;
}
body .custom-cta-widget-area a {
    display: block;
    width: 100%;
    border: 1px solid #fff;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
    margin-bottom: 14px;
}
body .custom-cta-widget-area a:hover {
    border-color: #1C4396;
    background-color: #1C4396;
}
body .custom-cta-widget-area img {
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: -77px;
}
/*popular post widget*/
.single-popular-post {
    display: flex;
    align-items: flex-start;
}
.single-popular-post-img {
    width: 100px;
    height: 60px;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
}
.single-popular-post-right {
    width: calc(100% - 110px);
}
.single-popular-post-right h3 {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 5px;
}
.single-popular-post-right h3 a {
    color: #292929;
}
.single-popular-post-right p {
    margin: 0 !important;
    font-size: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.single-popular-post-right p a {
    color: #0583F2;
    text-transform: uppercase;
}
.single-popular-post-right p .post-time {
    text-transform: uppercase;
    color: #AAAAAA;
}
.custom-popular-widget-area ul, .sidebar-widgets-wrapper.widget_categories ul {
    background-color: #EEF7FF;
    padding: 20px 10px;
}
.custom-popular-widget-area ul li {
    padding-bottom: 14px;
    margin-bottom: 15px;
    border-bottom: 1px solid #0583F28C;
}
.custom-popular-widget-area ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
body .custom-popular-widget-area > h2, .sidebar-widgets-wrapper.widget_categories .blog-widgets-title {
    width: 175px;
    height: 52px;
    margin: 0;
    background-color: #EEF7FF;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #1C4396;
    text-transform: uppercase;
    padding: 0 15px;
}
body .sidebar-widgets-wrapper.widget_categories li a {
    padding: 5px 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #292929;
    display: block;
    border-bottom: 1px solid #0583F28C;
    font-family: 'MarselisPro';
}
body .sidebar-widgets-wrapper.widget_categories li:last-child a {
    padding-bottom: 0;
    border-bottom: none;
}
body .sidebar-widgets-wrapper.widget_categories li a:hover, .single-popular-post-right h3 a:hover {
    color: #2C71F0;
}

.row {
    display: flex;
    flex-wrap: wrap;
}
.blog-lists-wrapper {
    width: 75%;
}
.blog-sidebar-wrapper {
    width: 25%;
    padding-left: 30px;
    position: -webkit-sticky;
    position: sticky;
    height: 100%;
    top: 120px;
}
.blog-single {
    margin-bottom: 55px;
}






.post-content-wrap {
	display: flex;
	position: relative;
}
.post-content-social {
	width: 45px;
	position: sticky;
	height: 100%;
	top: 100px;
}
.post-content-text {
	width: calc(100% - 45px);
}
@media only screen and (max-width: 767px) {
    .post-content-wrap {
        flex-wrap: wrap;
    }
    .post-content-social, .post-content-text {
        width: 100%;
    }
    .post-content-social .post-share-buttons {
    	display: flex;
    	align-items: center;
    	margin-bottom: 8px;
    }
    .post-content-social {
        width: 100%;
        position: inherit;
        top: 0;
    }
}



/*banner*/
.banner-area {
    padding-top: 66px;
    padding-bottom: 80px;
    background-color: #2C71F0;
    position: relative;
    overflow: hidden;
}
.banner-row {
    position: relative;
    z-index: 9;
}
.banner-row h2 {
    font-size: 43px;
    line-height: 57px;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
}
.banner-row p {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 27px;
    font-weight: 300;
    max-width: 513px;
    margin: 0 auto;
}
.banner-row-pm p {
    max-width: 842px;
}
.banner-p1 {
    position: absolute;
    top: 33px;
    right: 10%;
}
.banner-p2 {
    position: absolute;
    bottom: 38px;
    left: 3%;
    width: 96px;
}
.banner-p3 {
    position: absolute;
    bottom: 34px;
    right: calc(50% - 73px);
    width: 46px;
}
.banner-bg1 {
    position: absolute;
    top: -55px;
    left: 0;
}
.banner-bg2 {
    position: absolute;
    bottom: -54px;
    right: 0;
}
/*@media only screen and (max-width: 1600px) {
    .banner-area {
        padding-top: 94px;
    }
    .banner-row h2 {
        font-size: 56px;
        line-height: 60px;
        margin-bottom: 15px;
    }
    .banner-row p {
        font-size: 24px;
        line-height: 27px;
    }
}

*/

.sidebar-widgets-wrapper {
    margin-bottom: 20px;
}
.blog-lists-area {
    position: relative;
}


/*related artical*/
wraper_blog_related_article {
    width: 100%;
    background-color: #f0f0f0;
}
.wraper_blog_related_article > .container {
    padding-top: 64px;
    padding-bottom: 44px;
}
.wraper_blog_related_article .blog_related_article_title {
    margin-bottom: 25px;
}
.wraper_blog_related_article .blog_related_article_title .title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
    color: #1C4396;
    line-height: 32px;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item {
    margin-bottom: 30px;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item .holder {
    position: relative;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item .holder .pic {
    position: relative;
    margin-bottom: 10px;
    height: 360px;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item .holder .pic > .placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item .holder .data {
    margin-bottom: 20px;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item .holder .data .date {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #1C4396;
    line-height: 22px;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item .holder .data .date i {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item .holder .data .title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    color: #1e1e1e;
    line-height: 23px;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item .holder .data .title a {
    color: #1C4396;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item .holder .data .title a:hover {
    color: #2C71F0;
}
.row.blog_related_article_box {
    margin-left: -15px;
    margin-right: -15px;
}
.related-single-box {
    width: 33.333%;
    padding: 0 15px;
}
.nothing-found-area .row {
    align-items: center;
    justify-content: center;
}
.nothing-found-area .eft-img {
    margin-right: 100px;
}
.nothing-found-area .btn {
    width: 250px;
}
.nothing-found-area .right-text {
    text-align: center;
}

/*Hides billing toggle*/
section.pricing-area .billing-toggle{
	display: none;
}


@media only screen and (max-width: 1366px) {
    .blog-sidebar-wrapper {
        width: 350px;
        padding-left: 50px;
    }
    .blog-lists-wrapper {
        width: calc(100% - 400px);
    }
}
@media only screen and (max-width: 991px) {
    .banner-bg1, .banner-bg2, .banner-p2 {
        display: none;
    }
    .banner-area {
        padding: 70px 0;
    }
    .banner-area .title h2 {
        font-size: 46px;
        line-height: 52px;
    }
    .blog-sidebar-wrapper {
        width: 100%;
        padding-left: 0;
    }
    .blog-lists-wrapper {
        width: 100%;
        margin-bottom: 50px;
    }
    .post-share-buttons li a {
        padding: 0 5px;
    }
    .related-single-box {
        width: 100%;
        margin-bottom: 20px;
    }
    .nothing-found-area .row {
        flex-direction: column;
    }
    .nothing-found-area .eft-img {
        margin-right: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item {
        margin-bottom: 50px;
    }
    .wraper_blog_related_article .blog_related_article_box .blog_related_article_box_item:last-child {
        margin-bottom: 0;
    }
}


/* box-grid-col-3 11-02-2026  ais*/
.box-grid-col-3 {
	display: grid;
	grid-template-columns: calc(33.333% - 23px) calc(33.333% - 23px) calc(33.333% - 23px);
	grid-gap: 31px;
	margin-bottom: 8px;
}
.box-grid-col-3 .box-grid-title {
	max-width: 213px;
}

@media only screen and (max-width: 1100px) {
	.box-grid-col-3 {
		grid-template-columns: calc(50% - 15px) calc(50% - 15px);
		grid-gap: 30px;
	}

	.box-grid-col-3 .box-grid-single {
		width: 100%;
	}
	.box-grid-title {
		max-width: 100%;
	}
}

@media only screen and (max-width: 700px) {
	.box-grid-col-3 {
		grid-template-columns: 1fr;
		margin-bottom: 0;
	}
}