/*
Theme Name: Blockskit Digital Agency
Theme URI: https://blockskit.com/blockskit-digital-agency/
Author: BlockskitDev
Author URI: https://blockskit.com
Description: Blockskit Digital Agency is a modern and versatile WordPress theme created especially to build versatile sites such as agency, business, company, consulting, corporate, digital agency, finance, financial, marketing and all other agency websites without a single line of coding. It offers full-site-editing, allowing easy customization of all aspects of your site. With multiple templates, patterns, and style variations, it's suitable for different aesthetics.
Template: blockskit-base
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 5.6
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: blockskit-digital-agency
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, threaded-comments, translation-ready, wide-blocks, block-styles, blog, portfolio, education

Blockskit Digital Agency WordPress Theme, Copyright 2025 BlockskitDev
Blockskit Digital Agency is distributed under the terms of the GNU General Public License v3
*/

/** custom css added for theme **/

.wp-block-button a, 
.wp-block-post-comments-form input[type=submit] 
{
    background-color: rgb(6, 147, 227) !important;
}
.wp-block-social-links li a
 {
    font-size: 30px !important;
    background-color: white;
    color: rgb(6, 147, 227) !important;
    border-radius: 5px !important;
}
.wp-block-site-logo a {
    border-radius: 5px !important;
}
/** mailchimp form **/
div#mc_embed_signup 
{
    width : 100% !important;
    background-color: rgb(5, 10, 29) !important;
}

input#mc-embedded-subscribe
{
    background-color: rgb(6, 147, 227) !important;
}
.indicates-required
{
    text-align: left !important;
}
form#mc-embedded-subscribe-form 
{
    margin-top: -16px !important;
}
/**************/
div#wpgmza_map 
{
    margin-top: -30px !important;
}
ul.display-posts-listing li {
    list-style: none !important;
    background-color: rgb(6, 147, 227);
    border-radius: 5px;
    margin: 25px;
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 20px;
}
ul.display-posts-listing li a {
    text-decoration: none;
}
ul.display-posts-listing li a:hover
{
    color: black;
}
h5.wp-block-post-title.has-poppins-font-family a:hover
{
    color: rgb(6, 147, 227);
}
.service_div 
{
    border-radius: 5px;
    color: white;
    background-color: rgb(6, 147, 227);
    padding: 25px;
}
.faqs_div 
{
    padding: 30px;
}
p.question 
{
    color: rgb(6, 147, 227);
    font-weight: bold;
}
.contact_page_subs div#mc_embed_signup
 {
    background-color: white !important;
}
