/*
CTC Separate Stylesheet
Updated: 2024-11-28 19:00:38
*/

:root {
	--header-color: #202060;
}

body {
	background-color: #f6f6f6;
}

a {
    transition: all 0.2s ease;
    color: var(--e-global-color-accent);
    font-weight: 600;
}

a:hover {
    transition: all 0.2s ease;
    color: var(--e-global-color-primary);
}

.ml-a,
.margin-left-auto {
    margin-left: auto !important;
}

.mt-3 {
    margin-top: 1.5em;
}

.mt-4 {
    margin-top: 2em;
}

.page-header  {
  	background-image: url('/wp-content/uploads/sites/13/2025/02/iStock-1209764666.jpg');
    background-repeat: no-repeat;
    background-position: 61% center;
    background-size: cover;
    background-attachment: scroll;
    min-height: 300px;
    display: flex;
    align-items: center;
  	color: var(--header-color);
    margin-bottom: 100px;
}

.entry-title {
	font-family: Asap, sans-serif;
    font-weight: 700;
    font-size: 3.25em;
    line-height: 55px;
    letter-spacing: 0;
    text-transform: none;
    font-style: normal;
}

@media (max-width: 768px) {
    .page-header {
        margin-bottom: 50px;
    }

    .entry-title {
        font-size: 2em !important;
    }

    #header-main-menu {
        width: auto;
    }

    #buttons-menu {
        width: auto;
        margin-left: auto;
    }

    .elementskit-menu-hamburger {
        padding: 15px 0.5em !important;
        margin-left: 15px;
    }

    .single-news .page-content {
        padding-bottom: 50px;
    }
}

.align-buttons div {
	height: 100%;
}

.align-buttons a {
  	display: flex;
  	align-items: center;
  	justify-content: center;
    height: 100%;
}

.d-none {
	display: none;
}

.ekit-template-content-footer h2 {
	font-size: 1em;
    line-height: 27px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    position: relative;
}

.ekit-template-content-footer h2:after {
	content: "";
    width: 50px;
    height: 2px;
    bottom: -10px;
    left: 0;
    position: absolute;
    z-index: 1;
  	color: var(--e-global-color-accent);
}

.ekit-template-content-footer a {
	color: var(--e-global-color-text);
}

#menu-eeg-footer {
	list-style: none;
  	padding: 0;
  	
}

#menu-eeg-footer li {
	padding-bottom: 15px;
}

#menu-eeg-footer a {
	color: var(--e-global-color-primary);
  	line-height: 1.5;
  	position: relative;
  	transition: all 0.2s ease;
  	font-family: "Roboto", sans-serif;
}
#menu-eeg-footer a:before {
    content: '>';
    left: 0;
    font-size: 16px;
    top: -3px;
    color: inherit;
  	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
	margin-right: 10px;
    -webkit-font-smoothing: antialiased;

}

#menu-eeg-footer a:hover {
	color: var(--e-global-color-accent);
}

.copyright a {
	color: var(--e-global-color-text);
}

.elementor-widget-text-editor a {
	color: var(--e-global-color-text);
}

.ekit-template-content-footer h2 {
    position: relative; 
}

.ekit-template-content-footer h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    widht: 3em;
    height: 2px;
    background-color: var(--e-global-color-accent);
}


@media (min-width: 767px) {
    .btn-simple a {
        color: var(--e-global-color-accent) !important;
        padding-left: 1.5em !important;
        padding-right: 1.5em !important;
        text-transform: uppercase !important;
        border-right-width: 1px !important;
    }


    .btn-accent a {
        background-color: var(--e-global-color-accent);
        color: #fff !important;
        padding-left: 1.5em !important;
        padding-right: 1.5em !important;
    }

    .btn-accent a:hover,
    .btn-simple a:hover {
        background-color: var(--e-global-color-primary) !important;
    }
}

.ekit_menu_responsive_mobile .elementskit-menu-hamburger {
    position: absolute;
    top: -70px;
    right: 0;
}

.single-news .page-content {
    padding-bottom: 100px;
}

.prev-next-navigation {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}

.prev-next-navigation .icon {
    color: #fff;
    background-color: var(--e-global-color-accent);
    padding: 1em;
    transition: all 0.2s ease;
    text-decoration: none !important;
    font-size: 2em;
}

.news-navigation-links > div:hover .icon {
    background-color: var(--e-global-color-primary);
    color: #fff;
}

.news-navigation-links a {
    text-decoration: none;
    color: var(--e-global-color-primary);
}

.news-navigation-links a:hover {
    color: var(--e-global-color-accent);
}


.news-navigation-links {
    margin-top: -1px;
    padding: 41px 0;
    display: -ms-flexbox;
    display: flex;
    align-items: normal;
    width: 100%;
    justify-content: space-between;
}

.news-navigation-links .icon {
    text-align: center;
    position: relative;
    line-height: 1.75em;
    display: flex;
    align-items: center;
}

.news-navigation-links .prev-next-wrapper span:not(.title) {
    font-size: 0.75em;
}

.news-navigation-links .prev-next-wrapper i {
    position: absolute;
    left: 50%;
    top: 50%;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.prev-next-wrapper {
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    background-color: #ececec;
    padding: 10px 20px;
    width: 350px;
    text-align: center;
}

.news-navigation-links .title {
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin-top: 10px;
}

.news-navigation-links .next-news, 
.news-navigation-links .prev-news {
    width: 45% !important;
}

.news-navigation-links a {
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
}

.items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    font-family: 'Roboto', sans-serif;
    color: var(--e-global-color-primary);
}

.items .item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.item-thumbnail img {
    width: 100%;
    height: auto;
}

.item-meta {
    font-family: "Public Sans", sans-serif;
    font-weight: 600;
    font-size: 0.975em;
    color: #2E18149E;
    margin-bottom: 0.5em;
}

.item-meta .separator {
    margin: 0 0.5em;
}

.item-text {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.item-title {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.item-title a {
    text-decoration: none;
    color: var(--e-global-color-primary);
    transition: all 0.2s ease;
}

.item-title a:hover {
    color: var(--e-global-color-accent);
}


.item-excerpt {
    font-size: 1em;
    margin-top: auto;
}

.pagination {
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    overflow: hidden;
}

.pagination .page-numbers {
    padding: 0.5em 24px !important;
    margin: 0 5px;
    color: var(--e-global-color-primary);
    transition: all 0.2s ease;
    font-size: 0.825em;
    font-weight: 700;
}

.pagination .current,
.pagination .page-numbers:hover {
    padding: 5px 15px;
    color: #fff;
    background-color: var(--e-global-color-primary);
}

.single-news h1 {
    font-size: 2em !important;
    font-family: "Roboto", sans-serif !important;
}

.single-news .content {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.single-news .page-content {
    width: calc(100% - 330px);
}

.single-news aside {
    width: 300px;
    margin-bottom: 60px;
}


.single-news .page-content .elementor-widget-wrap {
    padding: 0 !important;
}

.single-news .page-content {
    color: var(--e-global-color-primary);
}

.single-news .page-content .image {
    margin-bottom: 30px;
    margin-top: 16px;
}

.single-news .page-content .item-meta {
    margin: 20px 0;
    margin-bottom: 30px;
}

.news-sidebar h2 {
    font-family: "Roboto", sans-serif;
    font-size: 2em;
    font-weight: 600;
    margin: 0;
}

.news-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.latest-news-item * {
    font-family: "Roboto", sans-serif;
    color: var(--e-global-color-text);
}

.latest-news-item .item-title {
    font-size: 1em;
    font-weight: bold;
}

.read-more {
    margin-top: 0.5em;
}

.read-more a {
    transition: all 0.2s ease;
    color: var(--e-global-color-accent);
    font-weight: 600;
}

.read-more a:hover {
    transition: all 0.2s ease;
    color: var(--e-global-color-prmary);
}


@media (max-width: 768px) {
    .items {
        grid-template-columns: repeat(2, 1fr);
    }

    aside {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 480px) {
    .items {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1140px) {
    .single-news .content {
        padding: 0 15px;
    }

    .news-navigation-links .icon {
        display: none;
    }

    .news-navigation-links .title {
        font-size: 0.975em;
    }
}

@media (max-width: 768px) {
    .single-news .content {
        display: block;
    }

    .single-news .page-content {
        width: 100%;
        padding-bottom: 30px;
    }

    .single-news aside {
        max-width: inherit;
        width: 100%;
    }

    .single-news .page-content .image {
        margin-top: 10px;
    }
}






