/*
    Theme Name: webenterprise
    Requires PHP: 7.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/* Variables */

:root {
    /* New color palette */
    --theme-color-black: #1a1a1a;
    --theme-color-darkblue: #132E52;
    --theme-color-midblue: #35647F;
    --theme-color-lightblue: #6DBDE9;
    --theme-color-darkgrey: #CDCDCD;
    --theme-color-lightgrey: #E0E0E0;
    --theme-color-white: #f0f0f0;
    /* Other variables */
    --theme-page-width: 1200px;
	--theme-font: Lato;
	--theme-font-paragraph: Montserrat, sans-serif;
}



/* Styles for tags */

* {
    /* border: 1px solid red; */
}

body{
    font-family: Roboto, sans-serif;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none !important;
}

a {
    color: var(--color-links);
}

a:hover {
    color: teal;
}

a:visited:hover {
    color: teal;
}

a:visited {
    color: var(--color-links);
}

h1, h2, h3, h4 {
    font-family: var(--theme-font);
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 3rem !important;
}

h3 {
    font-size: 2rem;
}

p {
    font-family: var(--theme-font-paragraph);
    font-size: 1.05rem !important;
}



/* Navmenu styles */

.navmenu__wrapper {
    width: var(--theme-page-width);
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
	/* margin: 0.5rem 0; */
    margin: 0.25rem 0;
}

#masthead{
    display: flex;
    justify-content: center;
	transition: all 0.25s ease-in-out;
}

.floating-menu {
    position: fixed;
    top: 0px;
    z-index: 10;
    width: 100%;
    background-color: rgb(0,0,0,0.75);
    filter: drop-shadow(0px 0px 7px rgba(0,0,0,.1607843137)) !important;
}

.floating-menu  a {
    color: var(--theme-color-darkgrey) !important;
    font-weight: normal !important;
}

.floating-menu .site-description {
    color: var(--theme-color-lightblue);
}

.floating-menu .site-title {
    color: var(--theme-color-darkgrey);
}

/* Site branding */

.custom-logo {
    height: 4rem;
    width: 4rem;
    margin: 0;
    padding: 0;
}

.site-branding {
    display: flex;
    flex-flow: row nowrap;
}

.site-title {
    font-size: 1.75rem !important;
    font-family: var(--theme-font);
    color: var(--theme-color-black);
    font-weight: 900;
    padding: 0;
    margin: 0;
    width: 100%;
}

#site-navigation{
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.title-and-tagline {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.site-description {
    padding: 0;
    margin: 0;
    font-family: var(--theme-font-paragraph);
    font-size: 1rem;
    color: var(--theme-color-midblue);
    font-weight: 100;
	font-size: 0.8rem !important;
}

.cta-button__wrapper {
    padding: 1rem;
}

.cta-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: var(--theme-color-white);
    background-color: var(--theme-color-lightblue);
    border: 2px solid var(--theme-color-darkblue);
    font-size: 1rem;
    font-weight: bold;
    font-family: var(--theme-font);
    border-radius: 20px;
}

.cta-button:hover {
    transition: all ease 0.5s;
    color: var(--theme-color-darkblue);
    background-color:var(--theme-color-white);
    border: 2px solid var(--theme-color-lightblue);
}



/* Navigation menu list */

.menu-item {
    padding: 0 1rem;
}

.menu-item a {
    font-family: var(--theme-font);
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--theme-color-black);
}

.menu-item a:hover {
    color: var(--theme-color-black);
    transition: ease all 0.5s;
}

#masthead.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    /* backdrop-filter: blur(10px); */
    z-index: 10;
}

#masthead.sticky > div > nav > div > ul > li > a {
	color: black !important;
}

#masthead.sticky > .navmenu__wrapper {
	margin: 0;
	transition: all 0.5s ease-in-out;
}

#masthead > div > nav > div > ul > li > a {
	transition: all 0.5s ease-in-out;
}

#masthead {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Hero banner styling */

.hero-banner__wrapper{
    width: 100%;
    position: relative;
    background-image: url("/wp-content/uploads/2023/11/00023-2943205927-reworked.png");
    background-size: cover;
    height: 40rem;
    box-shadow: 0 4px 10px var(--theme-color-darkblue);
}

.hero-banner__image--wrapper{
    width: 100% 100%;
}

.hero-banner__image{
    width: 100%;
    height: auto;
}

#hero-banner__upper__text--wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: var(--theme-page-width);
    font-family: var(--title-font);
    align-content: center;    
}

#hero-banner__upper__text--container{
    position: absolute;
    top:0%;
    left: 0%;
    width: 100%;
    height: 100%;

    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
}

#hero-banner__upper__text--container--overlay {
    background-color: rgb(0,0,0,0.75);
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.hero-banner__upper__text{
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-bottom: 2rem;
}

.blue-highlight {
    color: var(--theme-color-midblue);
}

.hero-banner__text--wrapper > .cta-button__wrapper > a > .cta-button {
    font-size: 1.5rem;
    border-radius: 1.5rem;
    padding: 0.5rem 2rem;
}

.hero-spacer {
    height: 4rem;
}



/* Section spacer */

.section__spacer {
    height: 8rem;
}



/* Services section */

.services__wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-bottom: 8rem;
}

.section__header__wrapper {
    display:flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.section__header__wrapper > svg {
    color: var(--theme-color-midblue);
    padding: 2rem;
}

.section__header {
    font-size: 3rem;
    color: var(--theme-color-darkblue);
    font-family: var(--theme-font);
    font-weight: bolder;
}

.services__section {
    width: var(--theme-page-width);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.services__section__separator {
    height: 3rem;
}

.services__section__grid {
    display: flex;
    flex-flow: column nowrap;
}

.services__section__grid__row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
	padding-top: 4rem;
}

.service__unit {
    display: flex;
    flex-flow: column nowrap;
    width: 30%;
    margin: 1rem;
    border-radius: 25px;
    /* border: 1px solid var(--theme-color-darkgrey); */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.service__unit__img {
	height: 8rem;
	width: 8rem;
	object-fit: cover;
	/* border-bottom: 10px solid var(--theme-color-lightblue); */
	border-radius: 100%;
	background-color: white;
}

.service__unit__header {
    font-size: 1.25rem;
    color: var(--theme-color-black);
    font-weight: bold;
    font-family: var(--theme-font);
    padding-left: 1rem;
    margin-bottom: 0;
	text-align: center;
}

.service__unit__paragraph {
    font-size: 1rem;
    color: var(--theme-color-black);
    font-weight: lighter;
    padding-bottom: 0;
    margin: 0;
    padding: 1rem;
}

.service__unit__img--wrapper {
	width: 100%;
	height: 50%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	justify-items: center;
	align-content: center;
	align-items: center;
	transform: translateY(-50%);
	margin-bottom: -4rem;
}

.service__unit__text--wrapper {
    padding: 0.75rem;
	padding-top: 0rem;
}



/* Technologies section */

.technologies__wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.technologies__section__grid {
    display: flex;
    flex-flow: column;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}

.technologies__section__grid__row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 0px 8rem;
}

.technology__logo__wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.technology__logo__img {
    height: 6rem;
}



/* About section */

.about__wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.about__section__grid {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    width: var(--theme-page-width);
	padding-top: 1rem;
}

.about__profile__wrapper {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 1.25rem !important;
}

.about__profile__pic__wrapper {
    height: 14rem;
    width: 14rem;
    border-radius: 7rem;
}

.about__profile__pic__wrapper > img {
    height: 14rem;
    width: 14rem;
    border-radius: 7rem;
}


.about__profile__name > p {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    font-weight: bold;
    font-size: 1.25rem !important;
}

.about__profile__role > p {
    margin: 0;
    padding: 0;
    font-size: 1rem !important;

}

.about__profile__name-n-role {
    padding: 2rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}



/* Presentation section */

.presentation__unit {
    display: flex;
    flex-flow: column nowrap;
    width: 30%;
    margin: 1rem;
    border-radius: 25px;
    border: 1px solid var(--theme-color-darkgrey);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 17rem;
}

.presentation__section__grid { 
    display: flex;
    flex-flow: column nowrap;
}

.presentation__unit__logo {
    width: 8rem;
    height: 8rem;
    border-radius:100%;
    box-shadow: 0 0 5px 5px var(--theme-color-gray);
    transform: translateY(-50%);
    margin-bottom: -4rem;
    background-color: white;
    align-content: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

.presentation__unit__logo > img {
    width: 8rem;
    height: 8rem;
	box-shadow: 0 0 10px 10px var(--theme-color-lightgrey);
	border-radius: 50%;
}

.presentation__unit > p {
    padding: 1rem 2rem;
    width: 100%;
    height: 70%;
}







/* Footer */

#colophon{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-top: auto;
	padding: 4rem 0;
    gap: 2rem;
    background-color: var(--theme-color-midblue);
    color: white !important;
}

.footer__wrapper {
    display: flex;
    flex-flow: column nowrap;
    width: var(--theme-page-width);
}

.footer__upper__wrapper {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.footer__upper-left__wrapper {
    width: 50%;
    display: flex;
    flex-flow: column nowrap;
}

#colophon > div > div > div > div > div > div > .site-description {
	display: none;
}

#colophon > div > div > div > div > p {
	font-size: 1rem !important;	
}

.footer__upper-left__upper > .site-branding > .site-logo > .custom-logo-link > .custom-logo {
    height: 6rem;
    width: 6rem;
}

.footer__upper-left__upper > .site-branding > .title-and-tagline > .site-title {
    font-size:3rem !important;
}

.footer__upper-left__upper > .site-branding > .title-and-tagline > .site-description {
    font-size:1.25rem !important;
}

.footer__upper-left__lower > p {
    padding-bottom: 1rem;
    padding-left: 1rem;
}

.horizontal-split__element--card__image--wrapper > a > i:hover {
	color: var(--theme-color-darkblue);
}

.horizontal-split__element--card__image--wrapper > a > i {
	color: var(--theme-color-lightgrey);
	transition: all 0.25s ease-in;
}

.footer__upper-right__wrapper {
    width: 50%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.footer-navigation-wrapper{
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    list-style: none;
    padding-left: 0;
}

.footer-navigation-wrapper > .menu-item {
    padding: 0;
}

.footer-navigation-wrapper > .menu-item > a {
	color: var(--theme-color-lightgrey);
}

.footer-navigation-wrapper > .menu-item > a:hover {
	color: var(--theme-color-darkblue);
}

.footer-navigation {
    padding: 0 4rem;
}

.footer-navigation > h3 {
    font-size: 1.5rem !important;
	color: var(--theme-color-black);
}

.footer__lower__wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    padding: 1rem 0;
    /* border-top: 1px solid var(--theme-color-darkgrey); */
}

.site-info {
    padding: 0 4rem;
}

.powered-by > p {
    font-size: 0.75rem !important;
}







/* Animation */

.animated-box {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s, transform 0.5s;
}









/* Mobile */

@media (orientation: portrait) {
	.services__section {
		width: 100%;
	}
	
	.services__section__grid__row {
		flex-flow: column nowrap;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
	
	.presentation__section__grid__row {
		flex-flow: column nowrap;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
	
	.presentation__unit {
		width: 90%;
	}
	
	.service__unit {
		width: 90%;
		margin: 4rem 0;
	}
	
	.technologies__section__grid__row {
		flex-flow: column nowrap;
	}
	

	
	.footer__wrapper {
		width: 100%;
	}
	
	.about__section__grid {
		width: 90%;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
	
	.about__section__grid > p {
		padding: 0 2rem;
	}
	
	.footer__upper__wrapper {
		flex-flow: column nowrap;
		justify-content: center;
		align-content: center;
		align-items: center;
		/*flex-direction: column-reverse;*/
	}

	.footer__upper-right__wrapper {
		width: 90%;
		justify-content: space-around;
	}
	
	.footer__upper-left__wrapper {
		width: 90%;
	}
	
	.footer-navigation {
		padding: 0 1rem 0 0;
	}
	
	#site-navigation__responsive .primary-menu-container {
		padding: 3rem;
	}
	
}




.powered-by {
    font-size: 0.75rem;
}

.powered-by > * > a {
    text-decoration: line-through !important;
    color: white;
}

.powered-by > * > a:visited {
    text-decoration: line-through !important;
    color: white;
}

.text-size--1{
    font-size: 0.5rem !important;
}

.text-size--2{
    font-size: 1rem !important;

    font-size: clamp(0.5rem, 10vw, 1rem);
}

.text-size--3{
    font-size: 1.5rem !important;

    font-size: clamp(0.5rem, 10vw, 1rem);
}

.text-size--4{
    font-size: 2rem !important;;
}

.text-size--5{
    font-size: 2.5rem !important;;
}

.text-size--6{
    font-size: 3rem !important;;
}

.text-size--7{
    font-size: 3.5rem !important;;
}


.text-size--8{
    font-size: 4rem !important;
}

.text-size--9{
    font-size: 4rem !important;;
}

#landing-page__wrapper{
    min-height: 1rem;
    box-sizing: border-box;
}

#landing-page__wrapper *{
    box-sizing: border-box;
}

.landing-page__body--wrapper{
    min-height: 1rem;
    width: 100%;
}

#landing-page__body-content{
    min-height: 1rem;
    min-width: 100%;
}

.page-block-wrapper{
    /* padding: 3rem 0; */
    width: 100%;
}

#paypal-wrapper {
    padding: 0 1rem 0 2rem;
}

#paypal-wrapper > form {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}




/*
    HORIZONTAL SPLIT ----------------------
*/
.horizontal_split__wrapper{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.horizontal_split--element-container{
    width: 100%;
    height: 50%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    justify-content: flex-start;
}

.horizontal_split--element{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}


.horizontal-split__element--card{
    padding: 1rem;
}

.horizontal-split__element--card__image--wrapper {
    font-size: 2rem;
}

#services-block__wrapper{
}

#services-block__wrapper__first-container{

}


#services-block__wrapper__second-container{

}

.horizontal-split__element--main-text--wrapper{
}

.horizontal-split__element--main-text{
 text-align: center;   
}

.horizontal-split__element--card__image--wrapper{

}

.horizontal-split__element--card__image{

}

.horizontal-split__element--card__title--wrapper{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

.horizontal-split__element--card__title{
    text-align: center;
    color: var(--corporate-1-dark);
}

.horizontal-split__element--card__text--wrapper{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

.horizontal-split__element--card__text{
    text-align: center;
}

/*
    ROW DISTRIBUTED BLOCK 
*/

.block-of-rows__block{
    width: 100%;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.block-of-rows__row-container{
    width: 100%;
    height: 50%;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: center;
}

.block-of-rows__element--column{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

.block-of-rows__element--row{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.block-of-rows__element--title-text__wrapper{
}

.block-of-rows__element--title-text__wrapper{
 text-align: center;   
}

.block-of-rows__profile__wrapper{

}

.block-of-rows__element--row__photo{
}

#about-us__block{

}

#about-us__title__wrapper{

}

#about-us__text__wrapper{

}

.about-us__profile__wrapper{
    width: 70%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}


.about-us__profile__photo__wrapper{
    width: 25%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.about-us__profile__text__wrapper{
    width: 50%;
}





/*
    VERTICAL SPLIT ------------------------
*/
.vertical-split__wrapper{
    min-height: 1rem;
    width: 100%;
}



.vertical-split__wrapper{
    min-height: 1rem;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.vertical-split__wrapper{
}

.vertical-split__element-container{
    width: 41%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.vertical-split__element__container--text{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.vertical-split__element__container--text__title{
    color: black;
    font-weight: bold;
    font-size: 4rem !important;
    font-family: var(--title-font);
}

.vertical-split__element__container--text__text{
    /* width: 70%; */
    padding: 1rem 0 2rem 0;
}

.vertical-split__element__container--text__button{
    color: white;
    background-color: black;
    padding: 0.5rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 1px gray;
    font-weight: bolder;
}

.vertical-split__element__container--text__button--text{

}
.vertical-split__element__container--image{
}

.vertical-split__element__image {
    height: 65rem;
}
/*
    SINGLE TEXT ---------------------------
*/
.single-text__wrapper{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.single-text__inner-container{
    width: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.single-text__text{

}

#about-us__block{

}

/*
    LOWER HERO BANNER
*/

#hero-banner__wrapper--lower{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

#hero-banner__lower__text--container{
    width: 62%;

    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

#hero-banner__lower__text--wrapper{
    width: 62%;
}

#hero-banner__lower__text{
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

#hero-banner__lower__button{
    background-color: var(--corporate-1-dark);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 1px gray;
}

#hero-banner__lower__button--text{
    color: white;
}

/**
    TECHS ICONS
**/

#techs-icons__block{
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.techs-icons__block{

}

.techs-icons__inner-wrapper{
    width: 70%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 2%
}

.techs-icon__container{
    height: 6rem;
    width: 6rem;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.tech-icon__image{
    max-width: 95%;
    max-height: 85%;
}

/**

UNIVERSAL THEME STYLESHEETS

**/

/**
HEADER
*/





.primary-navigation{}

    .menu-button-container{}

        #primary-mobile-menu{}

        .dropdown-icon{}

        #primary-mobile-menu{} .open{}

        #primary-mobile-menu{} .close{}


.primary-menu-container{}

#primary-menu-list{}

#site-navigation .menu-wrapper{
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    list-style: none;
    padding: 0;
}

#primary-menu-list{} 



#primary-menu-list{} .menu-item{} a {}


.menu-button-container{
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    height: 2rem;
    width: 2rem;
    display:none;

}

.menu-button__wrapper{
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

/** 
FOOTER
*/







.footer-navigation-wrapper .menu-item{}

.footer-navigation-wrapper .menu-item{}

.site-name{
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.powered-by{
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}


/**
RESPONSIVE MENU

*/


#responsive-menu__container{
    background-color: white;
    display:none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
    z-index:20;
}

.responsive-menu--active{
    display: block !important;
}

#responsive-menu__wrapper{
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

#responsive-menu__button{
    border: 1px solid black;
    background-color: white;
    color: black;
}


#site-navigation__responsive{
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
}


.primary-navigation{}

    .menu-button-container{}

        #primary-mobile-menu{}

        .dropdown-icon{}

        #primary-mobile-menu{} .open{}

        #primary-mobile-menu{} .close{}


#site-navigation__responsive .primary-menu-container{
    height: 90%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
}

#site-navigation__responsive .menu-wrapper{
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    list-style: none;
}

#site-navigation__responsive .menu-item{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    font-size: 3em;

}

#site-navigation__responsive #primary-menu-list{
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 00px;
} 



/* FONT AWESOME */

.fab { 
    color: white;
}

.fas {
    color: white;
}

a > .fas {
    color: white;
}

a:visited > .fas {
    color: white;
}

a > .fab {
    color: white;
}

a:visited > .fab {
    color: white;
}

/**
UTILITY CLASSES
*/

.darkened{
    background-color: rgb(237, 234, 234) !important;
}

.darkened--hard{
    background-color: rgb(17, 17, 17) !important;
}

.hide-menu{
    display: none !important;
}

.show-menu{
    display: block;
}

@media (orientation: portrait) {

    #responsive-menu__container{
    }

    #masthead .site-logo{
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        flex-grow: 1;
    }

    #site-navigation{
        flex-flow: row nowrap;
        flex-grow: 1;
    }

    #site-navigation .primary-menu-container{
        display:none !important;
    }

    .menu-button-container{
        display: flex;
    }

    #hero-banner__upper__text--wrapper{
        width: 80%;
    }

    .vertical-split__wrapper{
        flex-flow: column nowrap;
    }

    .vertical-split__element-container{
        width: 80%;
    }

    .block-of-rows__element--row{
        flex-flow: column nowrap;
    }

    .block-of-rows__element--column{
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .about-us__profile__photo__wrapper{
        margin-bottom: 1rem;
    }

    .block-of-rows__element--title-text__wrapper{
        width: 80%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }

    .block-of-rows__element--title-text__wrapper p {
        margin-block-start: 0em;
        margin-block-end: 0em;
    }
	
	.footer__upper-left__upper > .site-branding > .site-logo > .custom-logo-link > .custom-logo {
		height: 3rem;
		width: 3rem;
        left: 2%;
        position: relative;
	}
	
	.footer__upper-left__upper > .site-branding > .title-and-tagline > .site-title {
		font-size: 2rem !important;
	}
	
	.svg__arrow {
		display: none;
	}
	
	.section__header {
		padding: 0 1rem;
	}
	
	#site-navigation {
		justify-content: flex-end;
	}

	#site-navigation > .cta-button__wrapper {
		display: none;
	}
	
	#responsive-menu__open {
		padding: 0 1rem 0 0;
	}
	
	.menu-button__wrapper > span > i {
		font-size: 2.5rem;
	}
	
}

.block-of-rows__element--title-text__wrapper p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

#site-navigation > * > * > * > a {
    text-decoration: none;
}

/* BLOG STYLES */

p {
    font-size: 17px;
    padding-bottom: 1rem;
}

.main-blog__wrapper {
    display: flex;
    flex-flow: row nowrap;
    min-height: 50vh;
    padding: 2rem;
}

.main-blog__side {
    width: 15%;
    padding: 3rem 5rem 5rem 0;
}

.main-blog__center {
    width: 70%;
    padding-right:10rem;
    padding-left: 10rem;
    padding-bottom: 10rem;
}

.blog-content__wrapper {
    width:70%;
}

.blog-sidebar__wrapper {
    width: 30%;
}

.wp-block-latest-posts.wp-block-latest-posts__list > li {
    padding-left: 2rem;
}

.wp-block-group__inner-container {
    padding-bottom: 1rem;
}

.wp-block-search__inside-wrapper {
    padding-bottom: 2rem;
}

.published__box {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    font-weight: bolder;
    border-radius: 5px;
    font-size: 0.75rem;
}

.blogpost__header {
    padding-bottom: 1rem;
}

.blogpost__title {
    margin-bottom: 0;
}

.wp-block-image img {
    margin-bottom: 2rem;
}

@media (orientation: portrait) {
    .section__header__wrapper{

    }

    .section__header{
        text-align: center;
        margin-bottom: 1rem;
    }

    .animated-box{
        transform: translateY(10px);
    }

    .animated-box h3{
        margin: 0px;
        width: 90%;
        padding-left: 5% !important;
        text-align: center;
    }

    .services__wrapper{
        padding-bottom: 5rem;
    }

    .presentation__section__grid .presentation__unit:not(:first-child){
 
    }

    .presentation__unit{
        margin-top: 5rem;
    }
    .services__section__grid__row{
        padding-top: 1rem;
    }

    .presentation__unit{
    } 

    .technology__logo__wrapper {
		margin-bottom: 2rem;
	}


    #random-reasons__wrapper__second-container{
        width: 100%;
        justify-content: space-evenly;
    }

    .footer__upper-left__wrapper{
        margin-bottom: 1rem;
    }

    .footer__upper-left__lower > p {
        padding-bottom: 0px !important;
        margin-top: 0.5rem !important;
    }

    .footer__upper-left__lower{
        width: 90%;
        left: 5%;
        position: relative;
    }

    .horizontal-split__element--card{
        padding-top: 0.5rem;
    }

    .footer-navigation > h3 {
        margin-bottom: 0.5rem;
    }

    .footer-navigation-wrapper{
        position: relative;
        padding-left: 1rem;
    }

    div.site-links{
        padding: 0px;
    }

    nav.footer-navigation{
        padding-right: 1.2rem;
    }

    .about__section__grid{
        padding-top: 0.5rem;
        width: 80%;
    }

    .about__section__grid.animated-box{
        transform: translateY(0px);
    }

}


/*==================================================
    STYLES FOR SINGLE PAGE 
===================================================*/

.entry-content{
    padding-left: 10%;
    width: 80%;
}
