/*
Theme Name: StartKit Child
Theme URI: https://www.nayrathemes.com/startkit-free/
Author: Nayra Themes
Author URI: https://www.nayrathemes.com/
Description: A Child Theme of StartKit. StartKit is a unique, clean and professional-looking WordPress theme, perfect for all online digital business. A great variety of layouts and styles allows the creation of different structures and satisfies any specific requirement. The frontend and backend features are focused ease of use so that visitors can get the best user experience.
Version: 3.0.52
Tested up to: 6.1
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: startkit-child
Template:startkit
Slug: startkit
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, portfolio, editor-style, grid-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
/*
============================================
 [Table of contents]
==========================================
/*
    ** Theme Reset Css
    01. Homepage
        01. Header Top
        02. Custom Navigation
        03. Slider
        04. Features List
        05. Services
        06.Testimonial
        07. Recent Blog
        08. footer-copyright

    02. Default & full width page
        01. BreadCrumb Area 

    03. Blog Pages
    04. Single Blog Page
    05. 404 page

* ==========================================*/

/*
==========================================
    Theme Reset Css
==========================================
*/
header {
   
    z-index: 2;
}
.main-content .liner {
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
    z-index: 0;
    height: 7px;
    border: none;
}

.main-content .liner:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 37px;
    height: 7px;
    margin: 0 auto;
    background: none;
    background-image: url(images/divider.png);
    background-size: contain;
    background-repeat: repeat-x;
    -webkit-animation: animatedBackground 2s linear infinite;
    animation: animatedBackground 2s linear infinite;
}
.cta-home{
    background-color:#01A5E2; 
    color:#ffffff;
	margin-top:-0.5%; 
}
.cta-home p{ color:#ffffff;}
.cta-home .btn-outline-light {
    box-shadow: 0px 8px 15px rgba(255, 255, 255, 0.2);
}

/*Header disclaimer*/
.startkit-disclaimer{ color:#fff; }
.startkit-disclaimer p{ color:#fff; font-size:14px; }
/*popup*/
.bg-popup-badge { 
    color: #fff !important;
    background-color: #01A5E2;
    border-color:#01A5E2;  
    font-size:95%;    
}
.step-btn{
    color: #fff !important;
    background-color: #01A5E2;
    border-color:#01A5E2;     
}
.step-btn:hover{
    color: #01A5E2 !important;
    background-color:#fff;
    border-color:#01A5E2;     

}
.box{ max-width: 200px; }
.box > .icon { text-align: center; position: relative; }
.box .space { height: 30px; }
.box .contact-btn {
    background: #fff;
    width: 120px;
    color: #01A5E2;
    border-color: #01A5E2;
    padding: 16px 12px 10px 12px;
    margin: 0 10px;
    font-family: "Roboto",sans-serif !important; 
    font-size: 16px;
}
.box .contact-btn:hover {
    background: #fff;
    width: 120px;
    color: #222;
    border-color: #222;
    padding: 16px 12px 10px 12px;
    margin: 0 10px;
}

/*before Footer New Block*/
.menu-quick-links-container ul{ padding-left:1%; }
#recent-posts-3 ul{             padding-left:1%; }