/*
Theme Name: IntelliBridge
Theme URI: https://wordpress.org/themes/twentytwentytwo/
Author: IntelliBridge
Author URI: https://intellibridge.us/
Description: Mission Accelerated.
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: intellibridge
*/




.wp-site-blocks > * + *{
    margin-block-start: 0;
    margin-block-end: 0;
}


body{
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.query-filter {border-bottom:1px solid #CCC;padding:0;display:flex;gap: 0px;flex-direction:row; flex-wrap: wrap;}
.query-filter a{padding: 7px 30px;text-decoration:none;margin: 0;}
.query-filter a.active{background:var(--wp--preset--color--yellow);}

@media screen and (max-width: 768px) {
    .query-filter a{padding:7px 20px;font-size:14px;}
}
.active-nav-item{font-weight:700;}

.list-block, .list-block ul, .list-block ol {
    margin-top: 18px;
    padding-left:18px;
    margin-bottom: 18px;
}
.list-block li, .list-block ul > li{
    padding-left: 8px;
}
ol.list-block li, .list-block ol > li{
    padding-left: 0px;
}

#gform_submit_button_1{
	display: flex;
    gap: 14px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    align-items: center;
    letter-spacing: -0.416667px;
    padding: 12px 52px;
    border-radius: 4px;
    background: var(--wp--preset--color--yellow);
    color: var(--wp--preset--color--dark-gray);
	border:none;
}
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
        line-height: 30px;
}
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container{

    justify-content: inherit;
    align-items: inherit;

}

  .metafield_block .block-editor-inner-blocks, .metafield_block .block-editor-block-list__layout{
      justify-content: inherit;
    align-items: inherit;
    display: inherit;
    gap:inherit;

  }
body .wp-block-group.is-style-stretch-block{
    align-items:stretch !important;
}
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container{

    justify-content: inherit;
    align-items: inherit;

}
@media screen and (max-width: 1024px) {
    .wp-block-columns {
        flex-wrap: wrap !important;
    }
}

.wp-block-navigation ul, .wp-block-navigation ul li{
    margin-top: 0;
        gap: 17px;
}


/*heading*/

body .is-style-line-on-top{


    position: relative;
}
body .is-style-line-on-top:after{
    content:'';
    width:67px;
    height:6px;
    position: absolute;
    top:-40px;
    left:0;
    background: var(--wp--preset--color--yellow);


}

/*post tile*/


.is-style-color-underline a, .is-style-color-underline{
    font-size: 30px;
    line-height: 40px;
    text-decoration: none;
    text-decoration: none;
    display: inline;
    text-decoration: underline 3px;
    text-underline-position: from-font;
    text-decoration-color: var(--wp--preset--color--yellow);
    padding-bottom: 2px;
    letter-spacing: -0.737705px;
}



/* buttons block */




.wp-block-navigation-link.is-style-line-on-bottom a, .wp-block-navigation-link.is-style-line-on-bottom textbox{
    box-shadow: 0 1px 0 0px var(--wp--preset--color--yellow);
    padding-bottom: 7px;
}

@media screen and (max-width: 768px) {

    .wp-block-navigation-link.is-style-line-on-bottom{width:100%;margin-top:10px;font-size:15px;line-height: 19px;}
}


body .wp-block-group.is-style-connect-left, body .is-style-connect-left{
                    padding:90px 65px 50px;
                    margin-left:-65px;
                    background:#ebebeb;
    position: relative;
        z-index: 1;
                }

body .wp-block-group.is-style-connect-left:after, body .is-style-connect-left:after {
content: '';
    position: absolute;
    width: 111px;
    height: 19px;
    background: #FFD500;
    top:112px;
    left:-90px;

}

body .wp-block-group.is-style-connect-right, body .is-style-connect-right{
                    padding: 65px;
                    margin-right:-65px;
                    background:#ebebeb;
                    position: relative;
                    z-index: 1;
                }

body .wp-block-group.is-style-connect-right:after, body .is-style-connect-right:after {
content: '';
    position: absolute;
    width: 111px;
    height: 19px;
    background: #FFD500;
    top:120px;
    right:-90px;

}

/*read more link*/
.wp-block-read-more.is-style-right-arrow{
    display: flex;
    gap: 14px;
    font-size:20px;
    line-height:25px;
    font-weight:700;
    align-items: center;
    letter-spacing: -0.416667px;
    background:transparent;
    color:var(--wp--preset--color--dark-gray);
    padding-left:0;
    padding-right:0;
}
.wp-block-read-more.is-style-right-arrow:before{
    content: "";
    background: url(/wp-content/themes/intellibridge/assets/images/long-arrow.svg)no-repeat center;
    width: 43px;
    height: 30px;
}
.wp-block-read-more.is-style-right-arrow:hover{
    background-color: transparent;
    color:#5E5E5E;
}


.wp-block-button.is-style-right-arrow .wp-block-button__link{
    display: flex;
    gap: 14px;
    font-size:20px;
    line-height:25px;
    font-weight:700;
    align-items: center;
    letter-spacing: -0.416667px;
    background:transparent;
    color:var(--wp--preset--color--dark-gray);
    padding-left:0;
    padding-right:0;
}
.wp-block-button.is-style-right-arrow .wp-block-button__link:before{
    content: "";
    background: url(/wp-content/themes/intellibridge/assets/images/long-arrow.svg)no-repeat center;
    width: 43px;
    height: 30px;
}
.wp-block-button.is-style-right-arrow .wp-block-button__link:hover{
    background-color: transparent;
    color:#5E5E5E;
}


.wp-block-button .wp-block-button__link{
    display: flex;
    gap: 14px;
    font-size:16px;
    line-height:20px;
    font-weight:700;
    align-items: center;
    letter-spacing: -0.416667px;
    padding: 12px 52px;
    border-radius: 4px;
    background:var(--wp--preset--color--yellow);
    color:var(--wp--preset--color--dark-gray);
}

.wp-block-button .wp-block-button__link:hover{
    background:#FFE67D;
}

footer .wp-block-button .wp-block-button__link{
    display: flex;
    gap: 14px;
    font-size:16px;
    line-height:20px;
    font-weight:700;
    align-items: center;
    letter-spacing: -0.416667px;
    padding: 12px 52px;
    border-radius: 4px;
    border-color:var(--wp--preset--color--yellow);
    background:none;
}

footer .wp-block-button .wp-block-button__link:hover{
    color:var(--wp--preset--color--yellow);
    border-color:var(--wp--preset--color--light-gray);
    background:none;
}


.wp-block-button.is-style-secondary-looks .wp-block-button__link{
    display: flex;
    gap: 14px;
    font-size:16px;
    line-height:20px;
    font-weight:700;
    align-items: center;
    letter-spacing: -0.416667px;
    padding: 12px 52px;
    border-radius: 4px;
    background:var(--wp--preset--color--dark-gray);
    color:var(--wp--preset--color--white);
}

.wp-block-button.is-style-secondary-looks .wp-block-button__link:hover{
    background:#5E5E5E;
}


.wp-block-button.is-style-tertiary-looks .wp-block-button__link{
    display: flex;
    gap: 14px;
    font-size:16px;
    line-height:20px;
    font-weight:700;
    align-items: center;
    letter-spacing: -0.416667px;
    padding: 12px 52px;
    border-radius: 4px;
    background:transparent;
    border:1px solid var(--wp--preset--color--dark-gray);
    color:var(--wp--preset--color--dark-gray);
}

.wp-block-button.is-style-tertiary-looks .wp-block-button__link:hover{
    background:rgba(255, 213, 0, 0.22);
}



/*wp-block-quote*/

.wp-block-quote p{
       color: rgba(10, 10, 10, 0.65);
       padding-left:40px;
    border-left:9px solid var(--wp--preset--color--yellow);

}
.wp-block-quote cite{
    font-weight: 700;
font-size: 24px;
line-height: 30px;
letter-spacing: -0.491803px;
    color:var(--wp--preset--color--dark-gray);
    font-style: unset;
}