/*
Theme Name: Bullet Company
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: Paul Steven
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
.blog_banner {
    background-image: url("https://www.bulletcompany.co.uk/img/blog_header_newer.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%
}
.header_text_page h1 {
    color: #ffffff;
    font-size: 3em;
    font-weight: 700;
    text-shadow: 2px 2px 0 #333333,-2px 2px 0 #333333,-2px -2px 0 #333333,2px -2px 0 #333333;
}
.header_dark_block {
    background-color: rgba(51, 51, 51, 0.5);
    padding: 30px 20px;
    border-radius: 1em;
    text-align: center;
}
.btn_submit_extra_large {
  color: #ffffff;
  background-color: #e34248;
  border: 2px solid #ffffff;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 50px;
}

/** FOOTER **/

#blog_footer {margin-top: 15px; border-top: 15px solid #5c874e; background-color: #212529;}
#blog_footer .hide_scroll {width: 201px; overflow: hidden; height: 120px; margin: 10px 0;}
#blog_footer .hide_scroll iframe {width: 218px; height: 137px; overflow: scroll; border: 0}
#blog_footer .footer_h5 {
    color: #ececec;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
}
#blog_footer ul.blog_footer_menu li {
    list-style-type: none;
    padding: 0 !important;
    margin: 10px 0 10px -30px !important;
    font-size: 13px;
    font-weight: normal;
    color: #5c874e;
}
#blog_footer ul.blog_footer_menu li a, #blog_footer ul.blog_footer_menu li a:hover, #blog_footer ul.blog_footer_menu li a:visited {
    color: #5c874e;
}
#blog_footer .blog_social_icons {
    list-style: none;
    margin: 10px 0 10px 0;
    padding: 0;
}
#blog_footer .blog_social_icons > li {
    float: left;
    margin-right: 10px;
    text-align: center;
}
#blog_footer .blog_social_icons > li:last-child {
    margin-right: 0;
}
#blog_footer .blog_social_icons > li > a {
    border: 1px solid #5c874e;
    color: #5c874e;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
#blog_footer .blog_social_icons > li > a:hover {
    border-color: #e7e7e7;
    color: #666;
}
#blog_footer .blog_footer_text {
    color: #e7e7e7;
    text-align: center;
    font-size: 0.8em;
}
#blog_footer .btn_submit {color: #ffffff; background-color: #e34248; border: 2px solid #ffffff; border-radius: 25px; text-transform: uppercase; font-size: 0.9em; font-family: Arial, sans-serif; font-weight: 700; letter-spacing: 1px; padding: 10px 40px;}
#blog_footer .btn_submit:hover {color: #e34248; background-color: #ffffff; border: 2px solid #e34248; text-decoration: none;}

@media only screen and (min-width: 810px) and (max-width: 1080px) {
    .blog_header_text {padding: 20px;}
    .blog_header_text h1 {text-align: center;}
    .blog_header_text .btn_claim_purple_rounded {display: none;}
    .append_banner {
        background-image: url("https://www.theinjurylawyers.co.uk/email/blog_append_header_desktop.webp");
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 400px;
    }
}
@media screen and (max-width: 810px) {
    .blog_banner {
        background-image: url("https://www.bulletcompany.co.uk/img/blog_header_mobile.webp");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%
    }    
    .header_text_page h1 {
        font-size: 2em;
    }   
    .btn_submit_extra_large {
      color: #ffffff;
      background-color: #e34248;
      border: 2px solid #ffffff;
      border-radius: 25px;
      text-transform: uppercase;
      font-size: 1.2em;
      font-family: Arial, sans-serif;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 15px 50px;
    }    
}