/*
 Theme Name:   Logico Child
 Description:  Logico Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/logico
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     logico
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  logico-child
*/

/* =Theme customization starts here
------------------------------------------------------- */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/fonts/HelveticaNeue-ThinCond.eot');
    src: url('assets/fonts/HelveticaNeue-ThinCond.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/HelveticaNeue-ThinCond.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue-ThinCond.woff') format('woff'),
        url('assets/fonts/HelveticaNeue-ThinCond.ttf') format('truetype'),
        url('assets/fonts/HelveticaNeue-ThinCond.svg#HelveticaNeue-ThinCond') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/fonts/HelveticaNeue-Medium.eot');
    src: url('assets/fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue-Medium.woff') format('woff'),
        url('assets/fonts/HelveticaNeue-Medium.ttf') format('truetype'),
        url('assets/fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/fonts/HelveticaNeue-Bold.eot');
    src: url('assets/fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('assets/fonts/HelveticaNeue-Bold.ttf') format('truetype'),
        url('assets/fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Acid Grotesk';
    src: url('assets/fonts/AcidGrotesk-Medium.eot');
    src: url('assets/fonts/AcidGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/AcidGrotesk-Medium.woff2') format('woff2'),
        url('assets/fonts/AcidGrotesk-Medium.woff') format('woff'),
        url('assets/fonts/AcidGrotesk-Medium.ttf') format('truetype'),
        url('assets/fonts/AcidGrotesk-Medium.svg#AcidGrotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acid Grotesk';
    src: url('assets/fonts/AcidGrotesk-Bold.eot');
    src: url('assets/fonts/AcidGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/AcidGrotesk-Bold.woff2') format('woff2'),
        url('assets/fonts/AcidGrotesk-Bold.woff') format('woff'),
        url('assets/fonts/AcidGrotesk-Bold.ttf') format('truetype'),
        url('assets/fonts/AcidGrotesk-Bold.svg#AcidGrotesk-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acid Grotesk';
    src: url('assets/fonts/AcidGrotesk-Regular.eot');
    src: url('assets/fonts/AcidGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/AcidGrotesk-Regular.woff2') format('woff2'),
        url('assets/fonts/AcidGrotesk-Regular.woff') format('woff'),
        url('assets/fonts/AcidGrotesk-Regular.ttf') format('truetype'),
        url('assets/fonts/AcidGrotesk-Regular.svg#AcidGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --logico-accent-color: #2865FF;
}
h1, h2, h3, h4, h5, h6, .heading-content, .font-helvetica, .logico-title, .logico-title span {
    font-family: "Helvetica Neue", sans-serif;
}
.wp-block-title h5.wp-block-heading {
  font-size: 26px;
}
p {
    font-family: "Acid Grotesk", sans-serif;
}
ul.wp-block-list {
    margin-top: -10px;
    margin-bottom: 35px;
}
a, a.logico-alter-button {
    font-family: "Acid Grotesk", sans-serif;
}
.font-helvetica, .font-helvetica p, .font-helvetica h1, .font-helvetica h2, .font-helvetica h3, .font-helvetica h4, .font-helvetica h5, .font-helvetica h6, .logico-title {
    font-family: "Helvetica Neue", sans-serif !important;
}
.font-acid-grotesk, .font-acid-grotesk p, .font-acid-grotesk h1, .font-acid-grotesk h2, .font-acid-grotesk h3, .font-acid-grotesk h4, .font-acid-grotesk h5, .font-acid-grotesk h6 {
    font-family: "Acid Grotesk", sans-serif !important;
}
.portfolio-item-content h6.post-title {
    font-family: "Acid Grotesk", sans-serif !important;
}
.mainmenuitem {
    max-height: 104px;
}
.mainmenuitem ul.main-menu li a {
    color: #fff;
    font-family: "Acid Grotesk", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.mainmenuitem ul#menu-header-menu li a {
    letter-spacing: 1px;
}
.mainmenuitem ul.main-menu li a:hover {
	color: #2865FF;
}
.mainmenuitem ul.main-menu li.current-menu-item a {
    color: #fff; 
}
.mainmenuitem ul.main-menu li.current-menu-item a:before {
    bottom: -10px;
}
.headerbtn a.header-button {
    height: 104px !important;
    min-height: 104px !important;
    max-height: 104px;
}
.btn-gray a.logico-alter-button {
    background-color: #232323;
    color: #fff;
    display: flex;
    padding: 24px 48px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF !important;
    font-family: "Acid Grotesk", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 122.222% */
    letter-spacing: -0.36px;
    width: 191px;
    height: 70px;
    background-position: 0;
}
.btn-gray a.logico-alter-button::before {
    content: "";
}
.btn-gray a.logico-alter-button::after {
    width: 0px;
}
.btn-gray a.logico-alter-button:hover {
    background-position: unset !important;
}
.hidden {
    display: none;
}
.slide-portfolio-description {
    display: none;
    opacity: 0;
}
.slide-portfolio-description, .slide-portfolio-description p {
   font-size: 14px;
   font-weight: 400;
   line-height: 18px;
   color: #fff;
   font-family: "Acid Grotesk", sans-serif;
   margin-top: 10px;
}
.portfolioshowdetail .slide-portfolio-description {
    display: block;
    opacity: 1;
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}
.portfolioshowdetail a.portfolio-item:hover .slide-portfolio-description {
    max-height: 200px;
    transition: max-height 0.25s ease-in;
}
.footer-scroll-top::before {
    color: #fff;
}
.award-year, .award-title {
    font-family: "Acid Grotesk", sans-serif;
}
.footermenu .logico-custom-menu-widget {
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items: start;
}
.footermenu .logico-custom-menu-widget li a {
	display:block;
	text-align: center;
}
.text-whit, .text-white p, .text-white p:hover {
	color: #fff !important;
}
.gaiaseparator span.separator {
	background: url(http://adva.group/staging/gaia/wp-content/uploads/2025/10/gaiasepartor.png) center bottom no-repeat;
	height: 50px;
	width: 50px;
	background-size: contain;
	margin-right: 30px;
	margin-left: 30px;
}
.gaiaseparator span.separator i, .slider-footer .slider-pagination {
	display: none;
}
.sticky-container-active .headmenuseparator {
	opacity: 0;
}
.portfolioitemnolinks a.portfolio-item {
	pointer-events: none;
  	cursor: default;
}
.portfolioitemnolinks a.portfolio-item .portfolio-item-content::before {
	background: none;
}
#footerseparator {
	width: 100% !important;
    display: block !important;
    height: 1px;
    background: #cbcbcb;
}
#maincasestudies.content-wrapper {
	margin-top: 0px;
}
#mainportfolio {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom:0px;
}
body.elementor-page #mainportfolio {
    padding-bottom:150px;
}

@media only screen and (min-width: 1380px) {
  #mainportfolio.content-wrapper .content {
    margin: 0 20px;
  }
}
aside.mainwidportfolio #nav_menu-2 {
	margin-top: 20px;
}
#mainportfolio .post-content {
	padding-bottom: 0px;
}
#mainportfolio  .portfolio-description h3 {
	font-size: 46px;
}
#mainportfolio .portfolio-post-details:not(:first-child) {
	margin-top: 50px;
}
#mainportfolio .portfolio-details {
	justify-content: space-between;
}
#mainportfolio .portfolio-details .portfolio-description {
    width: 60%;
    padding: 0px 0px 0px 0px;
  }
#mainportfolio .portfolio-details .portfolio-info {
	width: 35%;
	padding-right: 0px;
}
#wp-calendar td#today {
	color: #fff;
}
.post-categories .casestudycatitem {
  display: inline-block;
  margin: 0 10px 20px;
  font-size: 12px;
  line-height: 1.5833em;
  font-weight: 500;
  padding: .9167em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 80%;
  min-width: 6em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  background-color: var(--logico-accent-color);
  border-radius: var(--logico-radius-medium, 0px);
}
#casestudyfeaturedimg picture {
    width: 100%;
    min-width: 100%;
}
#casestudyfeaturedimg img {
    min-width: 100%;
}
.logoslider .swiper-slide .swiper-slide-inner img.swiper-slide-image {
    opacity: 0.5;
    transition-duration: 0.3s;
}
.logoslider .swiper-slide .swiper-slide-inner img.swiper-slide-image:hover {
    opacity: 1;
}
.team-socials.wrapper-socials i {
    font-size: 14px;
}
.team-socials.wrapper-socials i:hover, .team-socials.wrapper-socials li a:hover {
    color: #2865FF !important;
}
.mainlegalwidget .menu-legal {
    border-top: 0px;
}
.mainlegalwidget {
    padding-top: 20px;
}
.logoslider .swiper-slide-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#tickerlogos .ticker .ticker-text {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 0px 20px;
}
#tickerlogos .ticker .ticker-text .logoitem {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#tickerlogos .ticker .ticker-text img {
    max-width: 160px;
    align-self: center;
    opacity: 0.5;
    transition-duration: 0.3s;
}
#tickerlogos .ticker .ticker-text img:hover {
    opacity: 1;
}
body.page-id-17  #mainfootercta {
    display: none;
    opacity: 0;
}
/* ######## Header Menu ######### */
.elementor-widget-logico_navigation_menu .header-menu-container .main-menu li:not(:last-of-type), .header .header-menu-container .main-menu li:not(:last-of-type) {
        margin-right: 60px;
}
.wpforms-container .logico-form-field::before, .wpforms-container .logico-form-field::after {
	height: 50px;
}
.wpforms-container .logico-form-field textarea {
	border: 1px solid #adadad;
}

@media only screen and (min-width: 1700px) {
    .elementor-widget-logico_navigation_menu .header-menu-container .main-menu li:not(:last-of-type), .header .header-menu-container .main-menu li:not(:last-of-type) {
        margin-right: 60px;
    }
}

/* Desktop View */
@media (min-width: 768px) {

}

/* Large Devices, Wide Screens */
/* Tablet Horizontal View */
@media only screen and (max-width: 1200px) {
    .hfe-site-logo-container img.hfe-site-logo-img {
        max-width: 100px;
    } 
    .mobile-header-menu-container .header-mobile-button a.logico-alter-button {
        border-color: #2865FF !important;
    }
    .mobile-header-menu-container .header-mobile-button a.logico-alter-button::after {
        background-color: #2865FF;
    }
    .mobile-header-menu-container .header-mobile-button a.logico-alter-button:hover {
        background: #2865FF;
    }
    .btn-gray a.logico-alter-button {
        padding: 15px 20px !important;
        height: 50px;
        min-height: 50px;
        width: 160px;
    }
    #mainwhatwedosteps .owl-stage {
        flex-direction: row;
        gap: 40px;
        max-width: 100%;
        flex-wrap: wrap;
    }
    #mainwhatwedosteps .logico-steps-widget .steps-slider {
        margin: 0px;
    }
    #mainwhatwedosteps .owl-carousel .owl-item {
        max-width: 21%;
    }
    #mainwhatwedosteps .logico-steps-widget .owl-item.active + .owl-item.active .step-item::before {
        border-width: 0px;
    }
    #mainwhatwedosteps .logico-steps-widget .step-number-wrapper:not(:last-child) {
        margin-bottom: 100px;
    }
    #mainwhatwedosteps .logico-steps-widget .step-item {
        padding: 0px;
    }
    #headtitlewrap {
        margin-bottom: 0px;
    }
    #mainportfolio {
        padding-bottom: 0px;
    }
    body.elementor-page #mainportfolio  .mainwidportfolio {
        padding-top: 120px;
        padding-left: 10px;
    }
    #mainportfolio .mainwidportfolio {
        padding-left: 10px;
    }
    body.elementor-page #mainportfolio {
        padding-bottom:120px;
    }
}

/* Medium Devices, Desktops */
/* Tablet Vertical View */
@media only screen and (max-width: 992px) {
    #homebtnallservices .button-widget {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
    }
    #headtitlewrap .page-title-container {
        min-height: 400px;
    }
    #headtitlewrap .page-title-container .page-title-row {
        min-height: 400px;
        padding-top: 50px;
    }
    #mainwhatwedosteps .owl-stage {
        flex-direction: row;
        gap: 50px;
        max-width: 100%;
        flex-wrap: wrap;
    }
    #mainwhatwedosteps .logico-steps-widget .step-number-wrapper:not(:last-child) {
        margin-bottom: 40px;
    }
    #mainwhatwedosteps .owl-carousel .owl-item {
        max-width: 46%;
        margin-bottom: 20px;
    }
    #maincasestudies {
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }
    #headtitlewrap {
        margin-bottom: 100px;
    }
    .content-wrapper {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    #mainportfolio .content .post-content {
        padding-bottom: 0px;
    }
    body.elementor-page #mainportfolio  .mainwidportfolio {
        padding-left: 20px;
        padding-top: 86px;
    }
    body.elementor-page #mainportfolio {
        padding-bottom: 100px;
    }
    #mainportfolio .mainwidportfolio {
        padding-left: 20px;
    }
}

/* Small Devices, Tablets */
/* Phone Horizontal View */
@media only screen and (max-width : 768px) {
    .mobshow {
        display: block;
    }
    .logoslider .swiper-slide-inner img {
        max-width: 300px;
    }
    #headtitlewrap .page-title-container {
        min-height: 400px;
    }
    #headtitlewrap .page-title-container .page-title-row {
        min-height: 400px;
        padding-top: 50px;
    }
    #headtitlewrap .page-title-container .page-title-box {
        max-width: 85%;
    }
    #mainportfolio {
        padding: 0px 30px 100px 30px;
        display: flex;
        flex-direction: column-reverse;
    }
    #mainportfolio.content-wrapper {
        margin: 0px;
    }
    #mainportfolio .content {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    #mainportfolio .post-content {
        padding-bottom: 0px;
    }
    body.elementor-page #mainportfolio {
        padding: 0px 0px 100px 0px;
    }
    #maincasestudies .content {
        margin: 0px;
        padding-bottom: 50px;
        width: 100%;
    }
    .wp-block-title h4.wp-block-heading {
        font-size: 36px;
        line-height: 42px;
    }
    .btn-gray a.logico-alter-button {
        padding: 12px 20px !important;
        height: 50px;
        min-height: 50px;
        width: 160px;
    }
    .elementor-element.footerslogan .elementor-widget-container h3.logico-title {
        text-align: left;
    }
    .gaiaseparator span.separator {
        top: -13px;
    }
    .mobile-header-menu-container .main-menu li a {
        letter-spacing: 1px;
    }
    
}
@media (max-width: 660px) { 
    .elementor-element.footerslogan .elementor-widget-container h3.logico-title {
        text-align: left;
    }
}
/* Extra Small Devices, Phones */ 
/* Phone Vertical View */
@media only screen and (max-width : 480px) {
    .mobshow, .elementor-element.mobshow {
        display: flex;
    }
    .elementor-element.footerslogan .elementor-widget-container h3.logico-title {
        text-align: left;
    }
    #tickerlogos .ticker .ticker-text {
        gap: 30px;
    }
    #headtitlewrap {
        margin-bottom: 70px;
    }
    #headtitlewrap .page-title-container {
        min-height: 300px;
    }
    #headtitlewrap .page-title-container .page-title-row {
        min-height: 300px;
        padding-top: 50px;
    }
    #headtitlewrap .page-title-container .page-title-box {
        max-width: 100%;
    }
    #mainwhatwedosteps .owl-carousel .owl-item {
        max-width: 100%;
        margin-bottom: 20px;
    }
    #mainwhatwedosteps .logico-steps-widget .step-item {
        padding: 0px 0px 0px 0px;
    }
    #maincasestudies {
        padding-top: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-wrapper {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    body.elementor-page #mainportfolio {
        padding-bottom: 70px;
    }
    #mainportfolio {
        padding: 0px 20px 70px 20px;
    }
}