/*
Theme Name: Inkitt
Theme URI: 
Author: Fazle Rabbi Rana
Author URI: https://fullwebdev.com
Description: Inkitt Web Hosting Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: web-hosting, blog, one-columns, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, threaded-comments
Text Domain: inkitt
*/

/*-------------------------------
menu icon class css
-------------------------------*/
.mainmenu-area li:before {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.5;
    color: rgba(200,200,50, 0.4);
    transition: 0.2s;
}
.mainmenu-area li:hover:before {
	opacity: 0.8;
}
.slicknav_nav li:before {
	visibility: hidden;
}
/*sticky menu css*/
.is-sticky .header-area {
    padding: 25px 0;
    background-color: #071349;
    box-shadow: 0 -3px 15px 0px #1231ba;
    scroll-behavior: smooth;
    transition: all 0.5s;
}

/*-------------------------------
header login menu
-------------------------------*/
span.login-menu a:first-child {
	background-color: rgba(29, 58, 204, .30);
	margin-right: -4px;
}
span.login-menu a:first-child:hover {
	background: none;
}
span.login-menu a:last-child {
    background-image: -webkit-linear-gradient( 0deg, rgb(109,36,255) 0%, rgb(36,72,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(109,36,255) 0%, rgb(36,72,255) 100%);
}
span.login-menu a:last-child:hover {
    background-image: -webkit-linear-gradient( 0deg, rgb(36,160,255) 0%, rgb(36,72,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(36,160,255) 0%, rgb(36,72,255) 100%);
}
.header-right {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}

/*-------------------------------
registration css: "ultimate member" plugin style overirde
-------------------------------*/
.login_form .login-form-title {
    margin-bottom: 12px;
}
.login_form .um-field {
    padding: 0 !important;
}
.login_form .um-field-label label {
    margin-top: 38px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 16px !important;
    color: #fff;
    line-height: 28px !important;
    opacity: .80;
}
.login_form a.um-button.um-alt {
    color: #fff;
    background-color: rgb(29, 58, 204, .30) !important;
}
.login_form a.um-button.um-alt:hover {
	background-color: rgb(29, 58, 204, .80) !important;
}
.login_form a.um-link-alt {
    margin-top: 20px;
    margin-bottom: 22px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 28px !important;
    color: #fff !important;
    opacity: .4;
}
.login_form .user-form-contents .um-item-link a {
    color: #fff !important;
}
/*logged in fields*/
.login_form .um-misc-img {
    margin-bottom: 15px;
}
.login_form .um-misc-ul,
.login_form .um-misc-ul li {
    color: #fff !important;
    font-size: 16px !important;
}
.login_form .um-misc-ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
}
.login_form .um-misc-ul li {
	width: 48%;
	margin-bottom: 15px;
    text-align: center;
}
.login_form .um-misc-ul li a {
    display: inline-block;
    padding: 10px 20px;
    background-image: -webkit-linear-gradient( 0deg, rgb(109,36,255) 0%, rgb(36,72,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(109,36,255) 0%, rgb(36,72,255) 100%);
    font-size: 16px !important;
    color: #fff;
    transition: 0.2s;
}
.login_form .um-misc-ul li a:hover {
    background-image: -webkit-linear-gradient( 0deg, rgb(36,160,255) 0%, rgb(36,72,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(36,160,255) 0%, rgb(36,72,255) 100%);
}


/*-------------------------------
general page area style
-------------------------------*/
.gen-page-area {
	padding: 80px 0 100px;
}
.gen-page-area.svg_bg:after {
	background-position: 0 -800px;
}
@media (max-width: 768px) {
	.gen-page-area {
		padding: 50px 0;
	}
}



/*-------------------------------
global gradient button style
-------------------------------*/
.blog_area .global_gradient_btn {
    padding: 16px 68px;
    display: inline-block;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    background-image: -webkit-linear-gradient( 0deg, rgb(109,36,255) 0%, rgb(36,72,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(109,36,255) 0%, rgb(36,72,255) 100%);
    cursor: pointer;
}
.blog_area .global_gradient_btn:hover {
    background-image: -webkit-linear-gradient( 0deg, rgb(36,160,255) 0%, rgb(36,72,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(36,160,255) 0%, rgb(36,72,255) 100%);
}


/*-------------------------------
domain search box: css for custom php
-------------------------------*/
.domain-registered {
	color: #f00;
	margin-top: 10px;
}
.domain-registered:before {
	font-family: 'FontAwesome';
	content: '\f00d';
	margin-right: 10px;
}
.domain-allowed {
	color: #071349;
	margin-bottom: 15px;
	margin-top: 10px;
}
.domain-allowed:before {
	font-family: 'FontAwesome';
	content: '\f046';
	margin-right: 10px;
}


/*-------------------------------
domain search box: css to override "ajax domain checker" plugin style
-------------------------------*/
#wdc-style .input-group {
	margin: 0 !important;
}
#wdc-style .input-group .input-group-btn {
	border: none !important;
	background: none !important;
}
#domain-form #wdc-style .small input#Search {
    padding: 16px 20px;
    line-height: 28px;
    font-size: 16px !important;
    font-family: 'Rubik', sans-serif !important;
    height: auto !important;
    border: none;
    border-radius: 0px !important;
    background: #fff !important;
}
#domain-form #wdc-style .small input#Search:focus {
	border: none !important;
}
#domain-form #wdc-style .small button#Submit {
	height: auto !important;
	border: none !important;
	border-radius: 0px !important;
	color: #fff;
	font-size: 16px !important;
	padding: 16px 38px !important;
	line-height: 28px;
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	/*-webkit-transform: translateY(3px);
	transform: translateY(3px);
	margin-left: -3px;*/
	margin: 0 !important;
	background-image: -webkit-linear-gradient( 0deg, rgb(109,36,255) 0%, rgb(36,72,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(109,36,255) 0%, rgb(36,72,255) 100%);
	cursor: pointer;
}
#wdc-style #results div {
	font-size: 20px !important;
}

/*-------------------------------
domain search responsive css
-------------------------------*/
@media only screen and (max-width: 767px) {
	#domain-form #wdc-style .input-group {
	    display: flex !important;
	    flex-flow: row wrap;
	}
	#domain-form #wdc-style .small input#Search {
		padding: 16px 10px !important;
    	font-size: 15px !important;
	}
	#domain-form #wdc-style .small button#Submit {
		width: auto !important;
		margin-top: 20px !important;
	}
}


/*-------------------------------
blog single post blockquote css
-------------------------------*/
.blog_details_single_text1 blockquote {
    background: #192660;
    padding: 20px;
    margin-bottom: 58px;
    margin-top: 30px;
    display: inline-block;
    border-left: 10px solid #23316e;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    position: relative;
}
.blog_details_single_text1 blockquote:before {
	content: '';
    background-image: url(assets/img/blog-details-quote.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 40px;
    top: -20px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.blog_details_single_text1 blockquote p {
	margin-top: 30px;
	margin-bottom: 30px;
}


/*-------------------------------
blog single post pagination css
-------------------------------*/
.single-post .blog_d_img_text img {
    width: 100%;
    max-height: 180px;
}
.single-post .blog-details_meta_t {
    padding: 20px;
}
.blog-details_meta_t .single-linked-title {
    height: 60px;
    overflow: hidden;
    margin-bottom: 15px;
}


/*-------------------------------
hosting archive page
-------------------------------*/
.archive.post-type-archive .cpanel-area.svg_bg {
	padding-bottom: 20px;
}


/*-------------------------------
hosting single posts
-------------------------------*/
.home2_section_title {
    width: 100%;
    display: block;
}


/*-------------------------------
ticket page
-------------------------------*/
.ticket-form {
	padding: 70px 80px;
	padding-right: 64px;
	background: #23316e;
}
@media (max-width: 767px) {
	.ticket-form {
		padding: 50px 30px;
	}
}
.ticket-form .ticket-form-title {
    margin-bottom: 12px;
}
.ticket-form .gform_wrapper .top_label .gfield_label, 
.ticket-form .gform_wrapper legend.gfield_label {
    margin-top: 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 16px !important;
    color: #fff;
    line-height: 28px !important;
    opacity: .80;
}
.ticket-form .gform_wrapper .field_description_below .gfield_description {
    padding-top: 6px;
}
.ticket-form .gform_wrapper .gform_footer input.button, 
.ticket-form .gform_wrapper .gform_footer input[type=submit], 
.ticket-form .gform_wrapper .gform_page_footer input.button, 
.ticket-form .gform_wrapper .gform_page_footer input[type=submit] {
    display: inline-block;
    padding: 10px 40px;
    border: none;
    background-image: -webkit-linear-gradient( 0deg, rgb(109,36,255) 0%, rgb(36,72,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(109,36,255) 0%, rgb(36,72,255) 100%);
    font-size: 16px !important;
    color: #fff;
    cursor: pointer;
}
.ticket-form .gform_wrapper .gform_footer input.button:hover, 
.ticket-form .gform_wrapper .gform_footer input[type=submit]:hover, 
.ticket-form .gform_wrapper .gform_page_footer input.button:hover, 
.ticket-form .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background-image: -webkit-linear-gradient( 0deg, rgb(36,160,255) 0%, rgb(36,72,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(36,160,255) 0%, rgb(36,72,255) 100%);
}
.ticket-form .validation_error,
.ticket-form .validation_message {
	font-weight: 500;
	color: #660000;
}
.ticket-form .validation_error {
	background-color: rgba(255,223,224,.25);
	border-top: 2px solid #660000 !important;
	border-bottom: 2px solid #660000 !important;
	padding-right: 16px !important;
}


/*-------------------------------
error 404 page
-------------------------------*/
.error404 .blog_details_text1 {
	padding: 30px 0;
}
.error404 .error-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.error404 .error-image img {
    max-width: 100%;
    height: auto;
}
.error404 .error-home-btn {
	color: #fff;
	padding: 10px 30px;
}


/*-------------------------------
custom pagination
-------------------------------*/
.custom-pagination {
	margin: 80px 0 30px;
}
.custom-pagination .newer,
.custom-pagination .older {
    width: 48%;
}
.custom-pagination .newer {
    text-align: left;
}
.custom-pagination .older {
    text-align: right;
}
.custom-pagination .newer.full,
.custom-pagination .older.full {
    width: 100%;
    text-align: center;
}
.custom-pagination .newer a,
.custom-pagination .older a {
    display: inline-block;
	padding: 10px 30px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    /*background-image: -webkit-linear-gradient( 0deg, rgb(109,36,255) 0%, rgb(36,72,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(109,36,255) 0%, rgb(36,72,255) 100%);*/
    background-color: #00adad;
    border-radius: 5px;
}
.custom-pagination .newer a:hover,
.custom-pagination .older a:hover {
	background-image: -webkit-linear-gradient( 0deg, rgb(36,160,255) 0%, rgb(36,72,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(36,160,255) 0%, rgb(36,72,255) 100%);
}


/*-------------------------------
ajax load more gif style
-------------------------------*/
.post-load-gif {
    padding: 15px 68px !important;
}.post-load-gif img {
    height: 30px;
}



/*-------------------------------
blog comments area 
[Note: must wrap the "wp_list_comments()" with "<div class="comments-area"><ol class="comment-list">"]
-------------------------------*/
.single-post .comments-area-wrapper {
    display: block;
}
.single-post .comments-area-title {
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #23316e;
    padding-bottom: 20px;
}
.single-post .comments-area {
    display: block;
    margin-top: 50px;
    margin-bottom: 5rem;
}
.single-post .comments-area ol,
.single-post .comments-area ul {
    list-style: none;
}
.single-post .comments-area ol ol,
.single-post .comments-area ol ul,
.single-post .comments-area ul ol,
.single-post .comments-area ul ul {
    list-style: none;
    padding-left: 0;
    margin-left: 80px;
}
.single-post .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-post .comment-list li {
    margin-bottom: 1rem;
}
.single-post .comment-list li .comment-body {
    position: relative; 
    padding-bottom: 1.5rem;
    /* margin-bottom: 3rem;
    border-bottom: 1px solid #e8e8e8; */
}
.single-post .comment-list .comment-meta {
    margin-bottom: 1rem;
}
.single-post .comment-list .comment-meta .comment-author img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border-radius: 50%;
}
.single-post .comment-list .comment-meta .comment-author b.fn,
.single-post .comment-list .comment-meta .comment-author a {
	color: #fff;
    font-size: 16px;
    font-weight: 400;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    font-family: 'Rubik', sans-serif;
    margin-bottom: 15px;
}
.single-post .comment-list .comment-meta .comment-author .says {
    display: none;
}
.single-post .comment-list .comment-meta .comment-metadata a {
	color: #fff;
    font-size: 14px;
    font-weight: 400;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    font-family: 'Rubik', sans-serif;
    margin-bottom: 15px;
}
.single-post .comment-list .comment-content {
    overflow: hidden;
    margin-left: 80px;
}
.single-post .comment-list .reply {
	margin-left: 80px;
    margin-top: 12px;
    font-size: 15px;
    color: #fff;
    opacity: .7;
}
.single-post .comment-list .reply a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
}
.single-post .comment-list .reply a:before {
	font-family: 'FontAwesome';
	content: '\f112';
	margin-right: 10px;
}
.single-post .comment-list .reply a:hover {
    opacity: 1;
}

@media (max-width: 991px) {
    
}

@media (max-width: 767px) {
    
}

/*-------------------------------
blog comment form start
-------------------------------*/
.comment-form {
    margin-top: 50px;
}
.comment-respond .comment-form-title,
.comment-respond .comment-reply-title {
	display: inline-block;
	width: auto;
	margin-right: 12px;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
}
.comment-respond .comment-reply-title {
	display: none;
}
.comment-respond a {
	color: #007bff;
	font-size: 18px;
}
.comment-respond a#cancel-comment-reply-link:before {
	font-family: 'FontAwesome';
	content: '\f05c';
	margin-right: 6px;
}
.comment-respond a:hover {
	color: #fff;
}
.comment-respond .comment-form-comment label,
.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label {
	display: none;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea {
    width: 100%;
    background: #192660;
    border: none;
    padding: 13px;
    margin-bottom: 20px;
    color: #fff;
}
.comment-respond textarea {
    height: 150px;
}
.comment-respond textarea:focus {
    border: none;
    outline: none;
}
.comment-respond input::placeholder, 
.comment-respond textarea::placeholder {
    color: #fff;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.comment-respond input::-webkit-input-placeholder, 
.comment-respond textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.comment-respond input::-moz-placeholder, 
.comment-respond textarea::-moz-placeholder {
    color: #fff;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.comment-respond input:-ms-input-placeholder,
.comment-respond textarea:-ms-input-placeholder {
    color: #fff;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.comment-respond button,
.comment-respond input[type="submit"] {
    font-size: 18px;
    color: #fff;
    border: none;
    padding: 14px 40px;
    -webkit-transition: .4s;
    transition: .4s;
    margin-top: 20px;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    background-image: -webkit-linear-gradient( 0deg, rgb(109,36,255) 0%, rgb(36,72,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(109,36,255) 0%, rgb(36,72,255) 100%);
}
.comment-respond button:hover,
.comment-respond input[type="submit"]:hover {
	background-image: -webkit-linear-gradient( 0deg, rgb(36,160,255) 0%, rgb(36,72,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(36,160,255) 0%, rgb(36,72,255) 100%);
}

@media (max-width: 767px) {
    .comment-respond button,
	.comment-respond input[type="submit"] {
	    font-size: 16px;
	    padding: 10px 24px;
	}
}
/*-------------------------------
blog comment form end
-------------------------------*/



/*-------------------------------
custom responsive css
-------------------------------*/
@media (min-width: 1200px) {
	.hero-area p.banner-desc {
	    width: 49%;
	    margin: 0 auto 60px;
	}
	.single-service p {
		padding-right: 50px;
	}
	.hosting-short-desc {
		width: 49%;
	}
	.single-service p.hosting-feature-desc {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
	.hero-area p.banner-desc {
	    width: 58%;
	    margin-left: auto;
	    margin-right: auto;
	}
	.hosting-short-desc {
		width: 58%;
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
	.hero-area:after,
	.hero-area:before {
		width: 22%;
	}
	.hero-area p.banner-desc {
		font-size: 16px;
	    width: 70%;
	    margin-left: auto;
	    margin-right: auto;
	}
	.hosting-short-desc {
		width: 70%;
	}
}
@media (max-width: 991px) {
	.mainmenu-area {
		padding-top: 0;
	}
	.cpanel-area.svg_bg,
	.about_area {
		padding-top: 50px;
	}
	.about_team_area {
		padding-bottom: 80px;
	}
	.cloud_top_area,
	.testimonial_area,
	.home2_faq_area,
	.blog_area,
	.contact-area.svg_bg {
		padding: 50px 0 80px;
	}
	.mainmenu-area li:before {
	    display: none;
	}
	.header-right a {
	    padding: 5px 15px;
	}
	a.cart-customlocation {
	    padding: 0;
	}
	.footer-widget-area p, .footer-widget-area span {
	    font-size: 14px;
	}
}
@media (max-width:767px) {
	.is-sticky .header-area,
	.is-sticky .header-area.sticker {
		padding-top: 20px;
	    position: static !important;
	    background: unset;
	    box-shadow: unset;
	}
}

/*-------------------------------
woocommerce responsive css
-------------------------------*/
@media (max-width: 992px) {
    .archive .woocommerce-loop-product__title,
    .single-product .woocommerce-loop-product__title {
        font-size: 18px !important;
        height: 80px !important;
    }
    .archive ul.products li.product .price,
    .single-product ul.products li.product .price {
        font-size: 40px;
        margin-bottom: 25px;
    }
    .archive .product-features {
        height: 170px;
    }
    .single-product .related.products ul.products li.product {
        width: 30.75%;
    }
    .archive .product-features p,
    .single-product .product-features p {
        margin-bottom: 7px;
    }
    
}

@media (max-width: 768px) {
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product,
    .single-product .related.products ul.products li.product {
        display: block;
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float: none;
    }
    .archive .woocommerce-loop-product__title,
    .single-product .woocommerce-loop-product__title {
        font-size: 18px !important;
        height: auto !important;
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }
    .archive .product-features,
    .single-product .product-features,
    .single-product .related.products .product-features {
        height: auto;
    }
    .archive ul.products li.product .price,
    .single-product ul.products li.product .price {
        margin-top: 25px !important;
    }
    .single-product div.product div.summary {
        width: 100%;
    }
    .single-product div.product .product_title,
    .single-product #reviews #comments h2 {
        font-size: 1.4rem;
    }

    .woocommerce table.shop_table tr.cart_item {
        background: rgba(250,250,250, 0.2);
        margin-top: 20px;
    }
    .woocommerce-checkout .woocommerce-billing-fields > h3 {
        font-size: 1.5rem;
    }
    .woocommerce-checkout form span.woocommerce-input-wrapper {
        width: 100%;
        margin-left: unset;
    }
    .woocommerce-checkout form .form-row input.input-text, 
    .woocommerce-checkout form .form-row textarea {
        line-height: 25px;
    }
    .woocommerce-checkout form .form-row textarea {
        line-height: 20px;
    }
}






/*post share button social icons*/
