/*
Theme Name: Unforgettabull
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Template: wp-bootstrap-starter
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description: The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Tags: blog,custom-menu,featured-images,threaded-comments,translation-ready,right-sidebar,custom-background,e-commerce,theme-options,sticky-post,full-width-template
Version: 3.3.6.1627910648
Updated: 2021-08-02 13:24:08

*/

/* Global Styles */
body, p , li, h1,  h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: normal;
    color: white;
}

body {
    background-color: #707070;
    overflow-x: hidden;

}

p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0.5rem !important;
}

.p-small {
    font-size: 14px;
    font-weight: 300;
}

a {
    text-decoration: none;
    font-weight: 300;
    color: inherit;
}

a:hover {
    text-decoration: none !important;
    color: inherit;
}

li {
    font-size: 1rem;
}

b {
    font-weight: 800;
}

h1 {
    font-size: 45px;
    font-weight: 700 !important;
}

h2 {
    font-size: 35px;
    font-weight: 700 !important;
    margin-top: 0px;
}

h3 {
    font-size: 30px;
    font-weight: 500 !important;
}

h4 {
    font-size: 24px;
    font-weight: 600 !important;
}

h5 {
    font-size: 18px;
    font-weight: 600 !important;
}

.white {
    color: #FFFFFF;
}

.orange, .orange h2 {
    color: #F26722 !important;
}

.red {
    color: red;
}

.grey {
    color: #707070;
}

.black, .black p, .black h1, .black h2, .black h3, .black h4, .black ol li, .black ul li {
    color: #000000 !important;
}


/* Global Classes */

#content.site-content {
    padding-bottom: 0px;
    padding-top: 0px;
    background-image: url(/wp-content/uploads/2021/08/background-cut.png);
    background-color: white;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.white-background {
    background-color: rgba(255, 255, 255, 0.7);
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.left {
    display: block;
    margin-left: 0;
    margin-right: auto;
}

.right {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.text-box {
    text-align: justify; 
    text-align-last: left;
    padding-left: 10px; 
    padding-right: 10px;
}

.content-bubble {
    border-radius: 85px; 
    background-color: #FFFFFF; 
    padding-top: 25px; 
    padding-bottom: 25px;
}

.table {
    display: table;
    height: 100%;
    margin-bottom: 0px;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.default-padding-half {
    padding-top: 25px;
    padding-bottom: 25px;
}

.default-margin {
    margin-top: 25px;
    margin-bottom: 25px;
}

.banner-image {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.container-cover {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.gradient {
    background-image: url(/wp-content/uploads/2021/08/gradient.png);
    width: 30%;
    background-size: cover;
    position: absolute;
    height: calc(100%);
    top: 0;
    bottom: 0;
    z-index: 1;
}

.icon-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 255px;
    width: 255px;
}

.icon-image-sm {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 197px;
    width: 197px;
}

.icon-cover {
    background-color: rgba(242, 103, 34, 0.3);
    border-radius: 50%;
}

.circle-container {
    border-radius: 50%;
}

.circle-bottom-shading {
    box-shadow: 0px 8px 0px 1px #F26722;
}

.social-icon-orange {
    padding: 2px;
}

.social-icon-orange:hover {
    background-color: #F26722;
    border-radius: 50px;
}

.fa-circle-icon {
    background-color: #F26722;
    border-radius: 50%;
    text-align: center;
    padding: 20px;
    max-width: 104px;
}

.fa-circle-icon:hover i {
    color: #707070;
    transition: 0.3s;
}

.clickable-text {
    color: #F26722;
}

.clickable-text:hover {
    color: #707070;
}

/* Mobile Optimizations */

@media only screen and (max-width: 1024px) {
    .mobile-margin {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mobile-margin-top {
        margin-top: 15px;
    }

    .mobile-margin-bottom {
        margin-bottom: 15px;
    }

    .mobile-content-center {
        justify-content: center !important;
    }

    .mobile-center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .content-bubble {
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 50px !important;
    }

    .carousel-background {
        background-size: cover !important;
        background-size: 100% 73% !important;
        padding-top: 0px !important;
    }

    .gradient {
        display: none;
    }

    #wpcf7-f5-o1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .desktop-footer {
        display: none;
    }

    .mobile-footer {
        display: inherit !important;
    }

    .contact-form-padding {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #toggle-button {
        height: 70px !important;
        width: 155px;
    }
}

/* Header Styles */

header#masthead {
    background-color: #F26722;
    box-shadow: none;
    padding: 25px 0px;
}

.hide-banner {
    display: none;
}

.banner-fixed {
    background-color: #F26722;
    position: fixed;
    margin-top: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    max-width: none;
}

.banner-fixed-logo {
    background-image: url(/wp-content/uploads/2021/08/UnforgettaBull_Icon_Full-White-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    margin-top: 25px;
    height: calc(100% - 25px);
}

#masthead nav {
    height: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
    align-items: center;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 20px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    font-weight: 400;
    line-height: 100%;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    font-weight: 400;
    color: #707070;
    transition: 0.3s;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    font-weight: 400;
}

/* Footer */

body:not(.theme-preset-active) footer#colophon {
    color: #FFFFFF;
    background-color: #F26722;
}

.nav-link {
    padding-top: 10px;
    padding-bottom: 0px;
}

.nav > li > a {
    text-align: left;
    font: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    color: #F26722;
    transition: 0.3s;
}

.widget {
    margin: 0px;
}

/* Orange Button */

.button-orange {
    color: #F26722;
    background-color: #FFFFFF;
    border: #FFFFFF solid 2px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px 40px;
}

.button-orange p {
    color: #F26722;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0px !important;
    line-height: 35px;
}

.button-orange:hover {
    color: #FFFFFF;
    background-color: transparent;
    border: #FFFFFF solid 2px;
    transition: 0.3s;
}

.button-orange:hover p {
    color: #FFFFFF;
    transition: 0.3s;
}

/* Home Page */

.heading-text {
    font-size: 18px;
    font-weight: 700;
    color: #707070;
    text-align: center;
}

.home-contact-logo {
    background-image: url(/wp-content/uploads/2021/08/UnforgettaBull_Icon_Full-Colour-Wlogo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#toggle-button {
    height: 155px;
    width: 155px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.toggle-active {
    background-image: url(/wp-content/uploads/2021/08/Blink.png);
    transition: 0.3s;
    transition-delay: 0.1s;
}

.toggle-inactive {
    background-image: url(/wp-content/uploads/2021/08/blink__toggle_state_.png);
    transition: 0.3s;
    transition-delay: 0.1s;
}

/* Contact Form */

.contact-form-padding {
    padding-left: 50px;
    padding-right: 50px;
}

/* Form Control */

.indicator-text {
    color: #707070;
    text-align: right; 
    font-style: italic;
    font-weight: 300
}

label {
    width: 100%;
    color: black;
}

.btn-primary {
    color: #FFFFFF;
    background-color: #F26722;
    border: #FFFFFF solid 2px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 70px;
}

.btn-primary:hover {
    color: #F26722;
    background-color: transparent;
    border: #F26722 solid 2px;
    transition: 0.3s;
}

.btn-primary:active, .btn-primary:focus {
    color: #F26722 !important;
    background-color: transparent !important;
    border: #707070 solid 2px !important;
    transition: 0.3s;
}

.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgb(242, 103, 34, 0.5) !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #F26722;
}

.wpcf7-response-output {
    color: #707070;
    text-align: right; 
    font-style: italic;
    font-weight: 300;
}

.wpcf7 .ajax-loader {
    display: none;
}

.wpcf7 form.submitting .ajax-loader {
    display: inline-block;
}

.form-control {
    font-size: 14px;
    font-weight: 300;
    line-height: inherit;
    letter-spacing: 0;
    color: #707070;
    border: 1px solid #FFFFFF;
    border-radius: .25rem;
    transition: none;
    resize: none;
}

.form-control:focus {
    color: #707070;
    border-color: #F26722;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(242, 103, 34,.25);
}

/* Custom Pages */

h1.entry-title {
    color: #F26722;
    text-align: center;
    font-size: 45px;
    font-weight: 700 !important;
    border-bottom: none !important;
}

.entry-content {
    margin: 0px;
}