/* ADVANCED ADS */
#mcw-header-ad {
 min-height:150px
}

/* ======================= */
/*       HEADER MENU       */
/* ======================= */
.site-title, .site-title a {
    font-size: 1.2em !important;
    font-weight: 700;
}

#menu-item-30322 span.menu-text {
 		display: inline-block;
    padding: 0.25em 0.5em;
    background: yellow;
    color: #000;
	 	border-radius: 5px;
}

/* ======================= */
/*       SIDEBAR       */
/* ======================= */
#secondary {
  margin-top: 20px;
  word-break: break-word;
  line-height: 2;
}

.ast-right-sidebar #secondary {
  padding-left: 30px;
}

.ast-right-sidebar #primary {
	border-right: none;
}

/* ======================= */
/*       SINGLE POST       */
/* ======================= */

#primary {
	background: #fff;
  border: none;
	margin: 2em 0 !important;
}


li {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	font-weight: medium;
	color: #222;
	line-height: 1.7rem;
	font-size: 16px;
}

.entry-header {
border-bottom: 2px solid #bbb;
    padding-bottom: 25px;	
}

/* top-margin in images */
.no-margin-img {
	margin-top: 0.3em !important;
}

/* title font */
.entry-title {
    font-size: 30px;
    line-height: 1.3em !important;
    padding-bottom: 20px !important;
    font-weight: 700;
}

/* featured image */
.wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    margin-bottom: 1.2em;
}

.wp-block-image figcaption {
    margin-bottom: 1em;
    margin-top: 0em;
    line-height: 1.4em;
}

/* body font */
.entry-content p {
  margin-bottom: 1.3em;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	font-weight: medium;
	color: #222;
	line-height: 1.5rem;
	font-size: 16px;
}

/* H2 */
h2, .entry-content h2 {
    font-size: 2em;
    line-height: 1.3em;
    text-transform: capitalize;
    text-decoration: initial;
    margin-top: 2em;
	  font-weight: 700;
}

/* H3 */
h3, .entry-content h3 {
    font-size: 1.1em;
    line-height: 1.6em;
    text-transform: none;
    text-decoration: initial;
    margin-top: 2em;
	  font-weight: 700;
}

pre.wp-block-code {
    border-left: 6px solid #3498DB;
    background-color: #F5F7F9;
    background: #121111;
    margin-bottom: 1.6em;
    overflow: auto;
    max-width: 100%;
    padding: 1em;	  
	  color: white;
}

/* code block */
pre {
    background: #121111;
    margin-bottom: 1.6em;
    overflow: auto;
    max-width: 100%;
    padding: 1em;
    color: white;
}

pre code {
  font-size: 17px;
  background: none !important;
  line-height: 26px;
}

code {
	font-size: 16px;
	background: #eaeaea;
	padding-left: 3px;
	padding-right: 3px;
}

a {
	color: blue;
	text-decoration: none;
}

/* underline */
.entry-content a {
	 text-underline-offset:1px;
}

/* block quotes */
blockquote {
    margin: 1em 0em;
    font-size: 19px;
    line-height: inherit;
    position: relative;
    font-style: unset;
    border-left: 5px solid #f7dd88;
    background: lightgoldenrodyellow;
}

/* citation */
cite {
	font-size: 0.9em;
	line-height: 1.5em;
}

/* related article list */ 
.wp-block-group.related-padding-post.has-background.is-layout-constrained {
	padding: 10px !important;
}


/* related posts */
.ast-related-post-content .entry-header .ast-related-post-title a {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3em;
    margin-top: 0px;
	text-decoration: none;
}


/* inline related posts */
.postTitle {
	color: #2980B9;
	text-decoration: none !important;
	font-size: 16px;
  line-height: 28px !important;
}

/* jetpack related posts */
jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    display: block;
    font-family: inherit;
    margin: 0;
    max-width: 100%;
    text-transform: none;
    padding-top: 10px;
}

/* table caption */
figcaption { 
	margin-top: 20px;
	font-style: italic;
	line-height: normal;
	font-weight: 500;
	text-align: center;
}

/* table margins */
.wp-block-table {
  overflow-x: auto;
  margin-bottom: 3rem !important;
	margin-top: 2rem !important;
}

/* ======================= */
/*       ARCHIVE PAGE      */
/* ======================= */
body.archive .ast-archive-description {
    max-width: 1200px;
    width: 100%;
    text-align: left;
    padding: 0px !important;
}

.ast-archive-description .ast-archive-title {
    margin-bottom: 0.7em  !important;
    font-size: 32px !important;
    font-weight: 500;
    color: var(--ast-global-color-0);
}

.ast-archive-description p {
    margin-bottom: 2em;
    font-size: 1.1em;
    line-height: 1.65;
    font-weight: 400;
}




/* ======================= */
/*       SIDEBAR      */
/* ======================= */

/*
.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    line-height: 1.7em;
    padding-bottom: 1.8em;
	  margin-top: 1em;
	  font-size: 0.8em;
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100%;
    width: auto;
	  margin-bottom: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border-radius: 5px;
}

.wp-block-latest-posts__post-title { 
color: #4B4F58 !important;
    font-size: 17px;
    font-weight: 500;
	  text-decoration: none;
}

.wp-block-group {
    padding: 0px !important;
}

*/


/* ======================= */
/*       AUTHOR BOX        */
/* ======================= */
.m-a-box { 
  background: aliceblue;
	padding: 20px;
	margin-top: 80px;
}

.entry-content h5 {
    font-size: 1.3rem;
    line-height: 0.75em;
	  font-weight: 500;
	  text-align: center;
	  padding-top: 20px
}

.m-a-box-item .m-a-box-meta {
	text-align: center;
	padding-bottom: 15px;
}
.m-a-box-item.m-a-box-avatar span img {
	display: block;
	margin-left: auto;
  margin-right: auto;
}

.m-a-box-profile-multiauthor {
	margin-bottom: 5em;
}


/* ======================= */
/*       HOME PAGE         */
/* ======================= */

.ultp-block-entry-heading {
    padding: 0px !important;
}

.ultp-block-content-wrap {
    box-shadow: none !important;
}

.ultp-block-content {
    padding: 0px !important;
}

.ultp-block-excerpt {
	  padding-top: 15px !important;
    font-size: 16px !important;
    line-height: 20px !important;	
	font-weight: 500;
}

.ultp-block-781228 .ultp-block-excerpt, .ultp-block-781228 .ultp-block-excerpt p {
	  padding-top: 15px;
    font-size: 16px;
    line-height: 22px !important;
}

.ast-container {
    max-width: 1200px;
}

.ultp-template-container {
    box-sizing: border-box;
    padding-top: 40px !important;
}

.ultp-block-image {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border-radius: 5px;
}


/* ==================== */
/* MAILCHIMP */
/* ==================== */

.wp-block-jetpack-mailchimp {
	padding: 20px;
    background: lightgoldenrodyellow;
    margin: 20px;
}

#wp-block-jetpack-mailchimp_consent-text {
	font-size: 15px;
}


/* ======================= */
/* DIRECTORY PAGE          */
/* ======================= */

.back-company button {
	background: transparent !important;
	border: none !important;
	font-size: 18px;
	padding-top: 3px;
}

.button-tech {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: stretch;
}

.button-tech-sub {
	text-align: center;
	width: 30%;
	background: #336eaa;
		margin: 5px;
	padding: 10px 5px;
	color: white !important;
	text-decoration: none !important;
	border-radius: 10px;
}

.button-tech-sub:hover {
	text-align: center;
	width: 30%;
	background: #3d7ec1;
}

a.button-tech-sub img {
	margin: 0px !important;
	width: 50px !important;
}

a.button-tech-sub.big img {
	margin: 0px !important;
	width: 90px !important;
}

/* ======================= */
/* COMPANY CONTACT CARD    */
/* ======================= */

.company-info-card {
    background-color: #ffffff;
    padding: 20px; 
    border: 1px solid #ccc; 
    border-radius: 5px; 
}
.company-logo {
    margin-bottom: 20px; 
}

.company-details h2 {
    color: #333; 
    font-size: 24px; 
    margin-bottom: 10px; 
}

.company-details p {
    color: #666; 
    font-size: 16px; 
    margin-bottom: 5px;
}