/*
Theme Name: Wolf-BrandStream-Theme
Theme URI: https://brandstreamers.net
Template: blocksy
Author: Wolf-BrandStream-Theme
Author URI: https://brandstreamers.net
Description: Wolf-BrandStream-Theme
Tags: Wolf-BrandStream-Theme
Version: 2.0.21.1705930851
Updated: 2024-01-22 13:40:51

*/

/*###### Wolf Custom CSS ######*/

/*### HEADER ###*/
[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="top"] {
  max-height: 0px;
}
[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
  padding: 9px 0;
}
.site-branding {
	position: relative;
	transition: all ease-in-out 0.6s;
}
.ct-header [data-sticky*="yes"] .site-branding {
  position: absolute;
  left: 2%;
  bottom: -50x;
  transition: all ease-in-out 0.6s;
}
.ct-header .site-branding img {
  width: inherit;
  height: inherit;	
  transition: all ease-in-out 0.6s;
}
.ct-header [data-sticky*="yes"] .site-branding img {
  width: 219px;
  height: auto;
  transition: all ease-in-out 0.6s;
}
@media (max-width:768px) {
.ct-header [data-sticky*="yes"] .site-branding img {
  margin: -6px 0 0 0;	
  transition: all ease-in-out 0.6s;
}
}

#menu-main-menu a.ct-menu-link {
    transition: all ease-in .2s;
}
#menu-main-menu a.ct-menu-link:hover {
    transition: all ease-out .3s;
    scale: 1.2;
}
/*### END HEADER ###*/


/*#### HOME SECTIONS ####*/
/* 03 What We Offer */
@media (max-width:768px) {
.uagb-block-c13ad8d5 .uagb-heading-text {
    min-width: 190px;
    margin-right: 12vw;
}
}
/*END 03-What We Offer */

/* 04 Our Team */
@media (max-width:768px) {
.uagb-block-a424638e h3 {
    display: flex;
}
}
/*END 04 Our Team */

/* 05 Contact Us */
.uagb-block-155b0c0f .uagb-heading-text {
    min-width: 143px;
}
/*Contact us Form*/
form#forminator-module-181 button:before {
    content: "";
    display: block;
    width: 55px;
    height: 100%;
    background: url(https://brandstreamers.net/wp-content/uploads/2023/09/Arrow-1.png) no-repeat;
    position: absolute;
    right: 42px;
    top: 38%;
}
form#forminator-module-181 button {
    padding: 23px 117px 21px 33px;
    font-size: 26px !important;
    font-family: 'Inter' !important;
    font-weight: 700 !important;
    border-radius: 32.38px;
    margin: 62px auto 0 auto !important;
    display: block;
}
@media (max-width:768px) {
form#forminator-module-181 button {
    padding: 23px 88px 21px 18px;
}
form#forminator-module-181 button:before {
    right: 14px;
}
}
/*END Contact us Form*/
/*END 05 Contact Us */

/*#### END HOME SECTIONS ####*/


/*### FOOTER ###*/
.wp-block-uagb-advanced-heading.uagb-block-09a4be78 a {
    color: #FF28DD;
}
@media (max-width:768px) {
	.wp-block-uagb-container.uagb-block-b46a2124 .wp-block-uagb-advanced-heading {
    margin-bottom: 14px;
}
	.wp-block-uagb-container.uagb-block-b46a2124 {
    row-gap: 33px;
}
}

/*## Newsletter ##*/
form#forminator-module-228 {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 8px;
}
.NewsLttr-Email {
    border: 1px solid #fff;
    padding: 0 35px 10px 22px;
}
.NewsLttr-SubmitBtn {
    background: transparent !important;
    border: 1px solid #fff !important;
    padding: 15px 19px 15px 19px !important;
    min-width: unset !important;
    max-width: 62px !important;
    border-color: #00F6ED !important;
}
.NewsLttr-Email .forminator-input {
    line-height: 1em !important;
    max-height: 40px !important;
    min-height: unset !important;
}
/*## End Newsletter ##*/
/*### END FOOTER ###*/