/*
Theme Name: Business Identity Theme
Version: 1.1.1
Description:
Author:

*/

/*
Get rid of the padding above/below the blocks wrapper,
which was leaving whitespace above/below the header/footer
*/
.wp-site-blocks {
	padding: 0;
}

/*
Get rid of the default margin-top around all of the outer blocks (example: hero section after header),
changing here instead of theme.json so that global blockGap is not changed for inner blocks and elements
 */
:where(.wp-site-blocks) > * {
	margin-block-start: 0;
}

/*
Adjust positioning of the "details" block summary when it is an H4
 */
summary h4{
    display: inline;
    margin-left: 10px;
}

/*
Add a bottom box shadow to the header block
 */
.header-block{
    position: relative;
    z-index: 1;
    border-bottom: 2px solid;
}


/*
Hide an info box/block from the frontend of the site (like the info box on the contact page block pattern.
 */
.hide-from-site-frontend{
    display: none;
}
.n2-ss-layer-col.n2-ss-layer-with-background.n2-ss-layer-content {
    position: absolute;
    left: 30%;
}

@media(max-width:1200px){
  .n2-ss-layer-col.n2-ss-layer-with-background.n2-ss-layer-content {
    position: absolute;
    left: 10%;
}
}
@media(max-width:900px){
  
 .n2-ss-layer-col.n2-ss-layer-with-background.n2-ss-layer-content{
    position: absolute !important;
    left: 0px !important;
    bottom: 10px !important;
}
  
  .n2-ss-layer-col.n2-ss-layer-with-background.n2-ss-layer-content {
    position: absolute;
    left: 0% !important;
}
  div#n2-ss-3#n2-ss-3#n2-ss-3 .n2-font-3905465f1e9a39d086b6d7a6cf734dc3-hover {
    font-family: 'Montserrat';
    color: #000000;
    font-size: 25px !important;
    text-shadow: none;
    line-height: 38px;
   
}
  #n2-ss-3#n2-ss-3 .n2-ss-layer-col {
    box-sizing: border-box;
    position: relative;
    width: 65%;
    height: auto
}
  .nextend-bullet-bar.n2-bar-justify-content-center {
    position: relative;
    right: 0px !important;
}
}
.n2-bullet.n2-style-785355f374be86c332d4665aae819858-dot.n2-active {
    width: 55px;
    border-radius: 1px !important;
    height: 0px;
    background: #f3e16e !important;
}
div#n2-ss-3#n2-ss-3#n2-ss-3 .nextend-bullet-bar .n2-bullet {
    width: 55px;
    border-radius: 1px !important;
    height: 0px;
    background:  #e4e3dd;
}

.nextend-bullet-bar.n2-bar-justify-content-center {
    right: 46% !important;
    position: relative;
}
@media(max-width:1200px){
.nextend-bullet-bar.n2-bar-justify-content-center {
    position: relative;
    right: 20% !important;
}
}

body.page-template-default.page.page-id-182.logged-in.admin-bar.no-customize-support.wp-embed-responsive.et-tb-has-template.et-tb-has-header.et-tb-has-footer.et_divi_builder.et-pb-theme-business.identity.theme.et-db.chrome {
    background: url(https://www.underpin.us/wp-content/uploads/2025/01/91513-1-1.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
}