/*---------STAGE IT FIXES--------*/

div#top-banner {
    text-align: center;
  margin-top:20px;
}

#main .cat-children {
    display: none;
}

 .mobilemenuck-bar-title {
   height: 100px;
 }

/*-----------------------*/

#footer-left img {
    float: right;
  margin-right: 30px !important;
}
div#footer-center {
    margin-top: 16px;
}

ul.category {
    margin: 0 0 0 0px;
    padding-right: 4%;
}

ul.category li.clearfix {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    align-items: start;
}

ul.category li.clearfix a img {
  grid-area: image;
  width: 100%;
  height: auto;
  display: block;
}

ul.category li.clearfix h3 {
    grid-column: 2;
    margin-top: 0;
    grid-row: 1;
    padding-top: 0;
}

ul.category li.clearfix .tag-body {
    grid-row: 2;
    grid-column: 2;
}

ul.category li.clearfix a {
    grid-row: 1 /span 2;
    grid-column: 1;
}

ul.category h3 a {
    font-weight: normal;
    line-height: 20px;
    font-family: Rokkitt;
    color: #663399;
    font-size: 27px;
    text-decoration: none;
}

span.tag-body p {
    font-family: "Inter", sans-serif;
}


/*
ul.category.list-striped img {
    border-radius: 0px 10px 10px 0px;
    box-shadow: 4px 5px 2px 1px rgb(102 51 153 / 25%);
}



.pull-left.item-image img {
    border-radius: 10px 0px 0px 10px;
    box-shadow: -4px 5px 2px 1px rgb(102 51 153 / 25%);
}
*/
#main .readmore .btn {
    border-radius: 10px;
    border: solid 1px #663399;
}

#main .readmore.tck-readmore {
    grid-column: 2;
}


#main .tck-article-details {
    font-family: "Inter", sans-serif;
    color: black;
    font-weight: 400;
  display: flex;
    gap: 20px;
    color: #999;
    text-transform: uppercase;
    justify-content: flex-start;
}

#main .tck-article-body p {
    font-family: "Inter", sans-serif;
}



.pull-left.item-image {
    display: flex;
    align-items: start;
    height: 100%;
    margin-right: 10px;
}






/*---------RAXO--------*/
.raxo-prime .raxo-title:after {
    background-color: #4fb0c3;
}

#sidebar-1 .raxo-top, #inset .raxo-top {
	gap:18px;
}
#sidebar-1 .raxo-prime, #inset .raxo-prime {
  margin-top:0;
}


.raxo-prime .raxo-top .raxo-category {
        margin-left: -44px;
      font-family: "Rokkitt", serif;
    font-weight: 400;
  text-transform: uppercase;
}

.raxo-title span {
    line-height: 1.2;
}
.raxo-category {
    position: absolute;
    top: 0;
}

h3.raxo-title {
    background-color: rgb(0 0 0 / 38%);
    display: inline-block;
    box-shadow: 0px 0px 20px 4px rgb(0 0 0 / 60%);
    border-radius: 4px;
}


section#sub-content-top {
    margin-top: -45px;
  display: none;
}
.raxo-prime article {
    margin: 0; 
}

h3.raxo-title {
    background-color: rgb(0 0 0 / 38%);
    display: inline-block;
    box-shadow: 0px 0px 20px 4px rgb(0 0 0 / 60%);
    border-radius: 4px;
}

.raxo-prime .raxo-top .raxo-title span {
    font-size: 1.1rem;
}

#content-top .raxo-category, #sub-content-top .raxo-category, #sidebar-1 .raxo-category, #inset .raxo-category {
    background-color: #663399 !important;
    /*border-bottom-right-radius: 10px;
    border-bottom: solid black 2px;*/
}

h3.raxo-title, h4.raxo-title, .raxo-top {
    font-family: "Rokkitt", serif !important;
    font-weight: 400 !important;
}

@media (max-width: 890px) {
  #sidebar-1 {
    display: none;
  }
}

/* Flexbox grid for raxo container */
.raxofeatured .raxo-normal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

/* Each article box in the grid */
.raxofeatured .raxo-item-nor {
  flex: 0 0 calc(33.333% - 16px);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  /*height: 420px; /* Equal height */
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* Wrapper inside each item */
.raxofeatured .raxo-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* Responsive image inside each item */
.raxofeatured .raxo-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* Title styling */
.raxofeatured .raxo-title {
  font-size: 15px;
  line-height: 1.4;
  margin: 10px 0;
  flex-grow: 1;
}

/* Details section (hits, etc.) */
.raxofeatured .raxo-details {
  font-size: 12px;
  color: #777;
  margin-top: auto;
}

/* Optional: Responsive layout for tablets */
@media (max-width: 768px) {
  .raxofeatured .raxo-item-nor {
    flex: 0 0 calc(50% - 16px);
    height: auto;
  }
}

/* Optional: Responsive layout for mobile */
@media (max-width: 480px) {
  .raxofeatured .raxo-item-nor {
    flex: 0 0 100%;
  }
}


.raxo-details {
    display: none;
}
.raxo-bricks .raxo-wrap > div:first-child {
      border-color: #663399;
}
/*---------RAXO-END--------*/
/*

aside#sidebar-1 {
    margin-top: -61%;
}

/*---------MENU--------*/
.mobilemenuck-bar-title {
    min-height: 1px;
}

#menu span.titreck-title {
    font-family: "Inter", sans-serif;
}

li.maximenuck.headingck.level2 span {
    font-size: 18px;
    font-weight: 500;
    color: #663399;
}
#menu li.level1 {
    font-family: Helvetica;
}

#menu li.level2 {
    font-family: 'Rokkitt';
}

/*---------Single Article Page--------*/

.item-page .page-header {
    text-align: center;
}
.item-page dd.category-name.tck-article-detail-category {
   text-align: center;
}

.blog dd.createdby, .blog dd.published, .blog dd.hits {
    /*display: none;*/
}


.item-page .tck-article-body {
    display: inline-block;
    padding: 20px 0px;
}


.tck-article.item-page, .item-page, #content-bottom {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
}

.tck-article.item-page .pull-left {
  float: none;
}

.tck-article.item-page .pull-left.item-image {
  justify-content: center;
}

/*---------BLOG View--------*/

.item-page dd.category-name.tck-article-detail-category {
    position: relative;
	
}
.item-page .tck-article-detail-category a {
  border-radius: 0;
  margin-bottom: 15px;
}
  

.column-1, .column-2, .column-3 {
    padding-left: 0;
}

.tck-article h2.tck-article-title {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tck-article h2.tck-article-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    border-bottom: 3.5px solid #4fb0c3;
    transition: width 0.5s ease;
}

.tck-article h2.tck-article-title:hover::after {
  width:70%;
}


.tck-article.leading-0 {
    padding: 10px 5px;
      padding-left: 0;

}
.item-page dd.category-name.tck-article-detail-category
 {
    margin-top: 25px;
    margin-bottom: 5px;
}

dd.category-name.tck-article-detail-category
 {
    position: absolute;
    top: 8px;
   left: 0px;
}

.tag-category h1, .page-header h1
 {
    font-family: 'Rokkitt';
    font-size: 2.5rem;
}

h2.tck-article-title a {
    text-decoration: none;
}


#main .clearfix .items-row, #main .clearfix .items-leading  {
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#main .blog ul.tags.inline {
    display: none;
}


ul.tck-pagination {
    display: flex;
    justify-content: space-around;
}


.pagination {
    display: flex;
    flex-direction: column-reverse;
}

p.counter.pull-right {
    text-align: center;
}



#main ul.tags.inline li a:hover {
    background: #452169;
}
#main ul.tags.inline li a {
    text-decoration: none;
    background: black;
    color: #ffffff;
    background-color: #663399;
    padding: 4px 15px;
    border-radius: 4px;
    font-weight: normal;
    transition: 0.4s;
    font-size: 0.7rem;
  font-family: "Inter", sans-serif;
}

#main ul.tags.inline {
    margin: 0;
    list-style: none;
    padding: 0;
    padding-bottom: 10px;
    gap: 10px;
}

#main .tags.inline li {
  display: inline-block;
  margin-right: 10px;
}

#main div#content {
    padding: 20px 5px;
      padding-left: 0;

}

#main .page-header h2, h2.tck-article-title a {
    color: #663399;
    font-size: 2.3rem;
}

#main .page-header h2 {
  font-size: 40px !important;
}

dt.article-info-term.tck-article-detail-heading
 {
    display: none;
}

.tck-article-detail-category a {
    color: #004080;
    background-color: #663399;
    padding: 11px 20px;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    /*border-bottom-right-radius: 10px;
    border-bottom: solid black 2px;*/
      font-family: "Rokkitt", serif;
    font-weight: 400;
  text-transform: uppercase;
}

dd.category-name.tck-article-detail-category a
 {
    font-size: 12px;
}

dd.category-name.tck-article-detail-category
 {
    font-size: 0;
}







.form-limit {
    text-align: center;
}
#searchForm {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 6px;
  max-width: 700px;
  margin: 20px auto;
  font-family: 'Segoe UI', sans-serif;
}


#searchForm .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

#searchForm .btn-group.pull-left {
  display: flex;
  align-items: center;
  justify-content:space-evenly;
  width: 100%;
}

#searchForm input[type="text"].inputbox {
  padding: 8px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 250px;
  transition: border-color 0.3s;
}

#searchForm input[type="text"].inputbox:focus {
  border-color: #007bff;
  outline: none;
}


#searchForm button.btn {
    background-color: #663399;
    color: #fff;
    border: none;
    padding: 9px 16px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 150px;
}

#searchForm button.btn:hover {
    background-color: #1c6aa7;
}

#searchForm .icon-search {
  background: url('data:image/svg+xml;utf8,<svg ...>') no-repeat center center;
  width: 16px;
  height: 16px;
}

/* Radio buttons */
#searchForm .phrases-box .radio {
  display: block;
  margin: 6px 0;
  font-size: 15px;
}

#searchForm .phrases legend,
#searchForm .only legend {
  font-weight: bold;
  font-size: 16px;
}

/* Select box styling */
#searchForm .ordering-box {
  margin-top: 10px;
}

#searchForm select.inputbox {
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 15px;
}

/* Checkboxes */
#searchForm .only .checkbox {
  display: block;
  margin: 6px 0;
  font-size: 15px;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  #searchForm .btn-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  #searchForm .btn-group.pull-left {
    width: 100%;
  }

  #searchForm input[type="text"].inputbox {
    width: 100%;
  }

  #searchForm button.btn {
    width: 100%;
    justify-content: center;
  }
}


/*---------MOBILE--------*/
@media screen and (max-width: 768px) {
    #maincontent .column
 {
	width: auto !important;
 }
 
 aside#inset {
    padding: 0 20px;
}
#logo p
 {
    text-align: center;
   margin-top: 10px;
   display: none;
}	
#logo img {
    float: none !important;
}

#newsletter .custom {
    text-align: center;
}
	.inner.n4 {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row !important;
}
  #logo {
    flex: 0 0 100%;
    order: 1;
  }

  #follow-us, #search {
    flex: 0 0 50%;
    order: 2;
  }

  #follow-us {
    text-align: center;
  }

  #search {
    text-align: center;
  }
}

/*---------LEFT SIDEBAR--------*/

#inset .tck-module.moduletable {
    border-bottom: 1px solid #ddd;
      
}
#inset .tck-module.moduletable:first-of-type {
  padding-bottom: 20px;
}
#inset .tck-module.moduletable:not(:first-of-type) {
  padding: 20px 0;
}

#inset {
        margin-top: 20px;
}

#inset .tck-module-title, #sidebar-1 .tck-module-title {
    color: #639;
    font-size: 18px;
    padding: 5px 0;
  font-family: "Inter", sans-serif;
    font-weight: bold;

}

#inset ul.category-module {
    list-style: none;
    padding: 0;
    margin: 0;
}

#inset ul.category-module li {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

#inset ul.category-module li:last-child {
    border-bottom: none;
}

#inset .mod-articles-category-title {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

#inset .mod-articles-category-title:hover {
    color: #800080;
}

#inset .inner.clearfix {
    padding-right: 20px;
}

/*---------RIGHT SIDEBAR--------*/
#sidebar-1 .tck-module.moduletable {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
#sidebar-1>.inner .moduletable:nth-of-type(1) {
    margin-top: -121%;
}

.noleft #sidebar-1>.inner .moduletable:nth-of-type(1) {
    margin-top: 0;
}


#sidebar-1 .inner {
    padding-left: 20px;
}
.sidebar-connect {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.sidebar-connect-header {
    font-size: 20px;
    color: #6a0dad; /* Distinct purple */
    margin-bottom: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-connect-icons a {
    display: inline-block;
    margin: 0 8px;
    transition: transform 0.25s ease;
}

.sidebar-connect-icons img {
    width: 50px;
    vertical-align: middle;
}

.sidebar-connect-icons a:hover {
    transform: scale(1.15);
}



/*---------Page Header--------*/

#logo img {
    float: right;
}

#logo, #follow-us, #search, #newsletter {
    display: flex;
    align-items: center;   
    justify-content: center;
    box-sizing: border-box;

}
#menu-wrapper {
  align-items: center;
}


#menu-wrapper .inner.n2 {
    gap: 60px;
}
.followus-module, .search-module {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-family: monospace;
}

.followus-header, .search-header {
        font-size: 20px;
    color: #fff;
    padding: 10px;
    transition: color 0.3s ease;
    align-items: center;
    display: flex;
    gap: 10px;
}

.followus-header img {
 		width: 30px;
      border-radius: 10px;
}

.followus-header.signup img {
    width: 123px;
    transition: transform 0.3s ease; /* Smooth animation */
}

.followus-header.signup img:hover {
    transform: scale(1.05); /* Slightly enlarge the image */
}


.social-icons {
    display: none;
    position: absolute;
    top: 100%; /* Position below the heading */
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  width: 200px
}

.followus-module:hover .social-icons {
    display: block;
}

.social-icons a {
    margin: 0 5px;
    display: inline-block;
}

.social-icons img {
    width: 50px;
    height: 50px;
    transition: transform 0.2s ease;
}

.social-icons img:hover {
    transform: scale(1.2);
}

#search img
 {
    width: 30px;
}


/*---------Main Contenet Blog View--------*/

#main .blog .tck-article-body p {
    font-family: "Inter", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#main .clearfix .items-row, #main .clearfix .items-leading {
	padding-bottom:0;
}


.tck-article.item.column-1, .tck-article.leading-0 {
    display: grid;
    grid-template-columns: 2fr 3fr;
    position: relative;
    grid-template-rows: auto auto auto;
    align-items: start;
}

.tck-article.item.column-1>:nth-child(2), .tck-article.leading-0>:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}

.pull-left.item-image {
    display: flex;
    align-items: start;
    height: 100%;
    margin-right: 10px;
    grid-column: 1;
    grid-row: 1 / span 3;
}

.blog .tck-article-body {
    grid-column: 2;
    grid-row: 3;
}

#main .page-header h2, h2.tck-article-title a {
    color: #663399;
    font-size: 27px;
}



h2.tck-article-title {
    line-height: 1;
    padding-top: 0px;
    margin-bottom: 5px;
}

@media (max-width: 600px) {

div#footer-center {
    margin-left: 20%;
}

div#footer-right, #footer-left, div#footer-center a.maximenuck {
    text-align: center;
}
#footer-left img {
    margin-right: 0px !important;
}
  
      #position-5
 {
        height: auto !important;
        text-align: center;
    }


  #content-bottom, #inline {
    text-align:center;
  }
div#newsletter {
    margin-top: 17%;
}
  
  #footer-left img {
    float: none;
    margin:0;
}
  section#row3 {
    text-align: center;
    padding-top: 20px;
}
.tck-article.item.column-1, .tck-article.leading-0 {
    grid-template-columns: 3fr 3fr;
  padding: 0 3px;
}
  dd.category-name.tck-article-detail-category {
    top: -2px;
}
/*  
  #blocks1 .n4 > .flexiblemodule + div + div
 {
    width: 60.666667%;
}

.inner.n4 {  
        flex-wrap: nowrap;
}
  
  #blocks1 .n4 > .flexiblemodule {
    width: 26.666666666667%;
    flex-shrink: 1;
}
  */
  ul.category li.clearfix {
   
    grid-template-columns: 3fr 3fr;
    padding-left: 2px;
}
  
  .tck-article.item.column-1, .tck-article.leading-0 {
	display: block;
}

#main div#content {
    padding-left: 5px;
}

.pull-left.item-image {
	margin-right: 0;
}
  #position-8 .tck-module.moduletable, #position-8 h3.tck-module-title, #position-8 .custom\.small {
    text-align: center;
}
  #footer-wrapper {
    padding: 0 5px;
}

}


h2.tck-module-title {
    background: inherit;
    color: #639;
    line-height: 1.25;
    margin: 0 0 12.5px 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  line-height: 25px;
  vertical-align: top;
  height:35px;
}
td {
  border-top: 1px solid #ddd;
}
