:root {
	--ct_navbg: #292f3a;
    --ct_sectionbg: #232935;
    --ct_bodybg: #1d212a;
    --ct_darkerbg: #171a20;
    --ct_fadedcolour: #888b8f;
    --ct_firered: #C32F27;
    --ct_iceblue: #9CFFFA;
    --ct_darkpink: #EA9AB2;
    --ct_lightpink: #EFCFE3;
    --ct_lightgreen: #9CFC97;
	--basefont: 'Josefin Sans', sans-serif;
	--titlefont: 'Spectral SC', serif;
    --navwidth: 260px;
    --topbarheight: 70px;
    --mobileHeading: 17px;
    --mobilePara: 15px;
}

* {
	font-family: var(--basefont);
}

.fireRed {
    color: var(--ct_firered) !important;
}

.iceBlue {
    color: var(--ct_iceblue) !important;
}

h1, h2, h3, h4, h5, h6, p, ul {
	margin-bottom: 0px !important;
    padding-left: 0 !important;
}

body {
	background-color: var(--ct_bodybg) !important;
	overflow-x: hidden;
}

/** 404 **/

.errorPage {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
    background-color: var(--ct_bodybg) !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.errorPage h1 {
    color: white;
    font-family: var(--basefont);
    font-size: 100px;
    text-transform: uppercase;
    margin-top: 30px;
}

.errorPage p {
    color: white;
    font-family: var(--basefont);
    font-size: 24px;
    text-align: center;
}

.errorPage a {
    color: wheat;
    font-family: var(--basefont);
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
}

.errorPage img {
    width: 250px;
    margin: 0 auto;
}

.uppercase {
    text-transform: uppercase !important;
}

.row.seperator {
    margin-top: 1%;
}

.mybtn {
    padding: 10px 10px 6px 10px;
    border-radius: 10px;
    text-align: center;
}

.mybtn.dark {
    background: var(--ct_darkerbg);
    color: var(--ct_lightpink) !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.nopadding {
    padding: 0px !important;
}

/** Main Content **/

#mainContent {
    margin-left: var(--navwidth);
    margin-top: calc(var(--topbarheight) + 1.5%);
    padding-left: 1.5%;
    padding-right: 1.5%;
}

/** Sidebar **/

#mainnav {
    position: fixed;
    background: var(--ct_navbg);
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    width: var(--navwidth);
    overflow-y: auto !important;
}

#mainnav .siteicon {
    width: 100%;
    padding: 20px;
    background: var(--ct_sectionbg);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#mainnav .mobilelogo {
    display: none;
}

#mainnav .siteicon img {
    width: 50%;
}

#mainnav .siteicon h1 {
    font-family: var(--titlefont) !important;
    color: var(--ct_darkpink);
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin-top: 15px;
}

#mainnav .navlist {
    padding: 20px;
}

#mainnav .navlist ul {
    display: block;
    list-style: none;
    padding-left: 0 !important;
}

#mainnav .navlist ul li {
    display: block;
    padding: 2px 0;
}

#mainnav .navlist ul li.title {
    color: var(--ct_lightgreen);
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0px 0;
}

#mainnav .navlist ul li a {
    text-decoration: none;
    color: var(--ct_fadedcolour);
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s;
    display: block;
}

#mainnav .navlist ul li a i {
    width: 20px;
    text-align: center;
}

#mainnav .navlist ul li a:hover {
    color: white;
}

#mobiletoggle {
    display: none;
}

.nounderline {
    text-decoration: none !important;
}

/** Page Heading **/

.page_heading {
    position: fixed;
    top: 0;
    left: var(--navwidth);
    right: 0;
    height: var(--topbarheight);
    background: var(--ct_navbg);
}

.page_heading h1 {
    font-family: var(--titlefont);
    color: var(--ct_iceblue);
    font-weight: 600;
    font-size: 30px;
}

.page_heading ul {
    list-style: none;
    display: block;
}

.page_heading ul li {
    display: inline-block;
    color: var(--ct_fadedcolour);
    font-weight: 400;
    font-size: 14px;
}

.page_heading ul li a {
    display: block;
    text-decoration: none;
    color: var(--ct_fadedcolour);
    padding: 0 5px;
    font-weight: 400;
    font-size: 14px;
    transition: color 0.3s;
}

.page_heading ul li a:hover {
    color: var(--ct_lightpink);
}

/** Page Sections **/

.page_section {
    background-color: var(--ct_sectionbg);
    border-radius: 10px;
}

.page_section .title {
    color: white;
    font-family: var(--titlefont);
    background-color: var(--ct_darkerbg);
    border-radius: 10px 10px 0 0;
    padding: 15px !important;
    font-size: 22px;
    font-weight: 700;
}

.page_section .inner {
    padding: 15px;
}

.featured_news a img {
    width: 100%;
    border-radius: 10px;
}

.featured_news a {
    text-decoration: none !important;
}

.featured_news a .content {
    margin-top: 15px;
    text-align: center;
}

.featured_news a .content h1 {
    font-size: 22px;
    font-family: var(--basefont);
    font-weight: 600;
    color: white;
}

.featured_news a .content p.meta {
    font-size: 14px;
    font-family: var(--basefont);
    font-weight: 400;
    color: var(--ct_fadedcolour);
}

.featured_item {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid var(--ct_navbg);
    padding: 15px;
}

.noborder {
    border-bottom: none !important;
}

.featured_item img {
    width: 50px;
    height: 50px;
    aspect-ratio: 1 / 1;
    align-self: center;
}

.featured_item .item_info {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured_item .item_info h3 {
    color: wheat;
    font-size: 20px;
    font-weight: 500;
}

.featured_item .item_info p {
    color: var(--ct_fadedcolour);
    font-size: 15px;
    font-weight: 400;
    margin-top: 3px;
}

.list_news {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid var(--ct_navbg);
    padding: 15px;
}

.list_news img {
    width: 18%;
}

.list_news .content {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list_news .content h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: var(--basefont);
    font-weight: 600;
    color: white;
}

.list_news .content p.meta {
    font-size: 16px;
    font-family: var(--basefont);
    font-weight: 400;
    color: var(--ct_fadedcolour);
}

.sidebar_news {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid var(--ct_navbg);
    padding: 15px;
}

.sidebar_news h1 {
    color: wheat;
    font-size: 20px;
    font-weight: 500;
}

.sidebar_news p.meta {
    color: var(--ct_fadedcolour);
    font-size: 15px;
    font-weight: 400;
    margin-top: 3px;
}

.single_post {

}

.single_post .post_content {
    padding: 15px;
}

.single_post .post_content h3 {
    color: wheat;
    font-size: 20px;
    font-weight: 700;
}

.single_post .post_content .wheatcolour {
    color: wheat !important;
}

.single_post .post_content p {
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.single_post .post_content ul {
    padding-left: 30px !important;
    margin-bottom: 10px !important;
}

.single_post .post_content ul li {
    font-size: 16px;
    color: white;
    font-weight: 300;
    margin-top: 10px;
}

.single_post .post_content .heroImage {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 5px;
}

.single_post .meta {
    padding: 13px 15px 10px 15px !important;
    border-radius: 0 0 10px 10px;
    display: block;
    background-color: var(--ct_navbg);
    color: wheat;
    font-size: 16px;
}

.pagination {
    padding: 13px 15px 10px 15px !important;
    border-radius: 0 0 10px 10px;
    background-color: var(--ct_navbg);
    justify-content: center;
}

.pagination a.prev {
    color: wheat;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    margin-right: 20px;
    padding-left: 10px;
}

.pagination a.next {
    color: wheat;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    text-align: right;
    padding-right: 10px;
}

.ui-autocomplete {
    background-color: white;
    width: 20%;
}

.searchform {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
}

.searchform input {
    width: 100%;
    height: 100%;
    background-color: var(--ct_darkerbg);
    color: white;
    font-size: 14px;
    padding: 10px 10px 8px 10px;
    border-radius: 10px 0 0 10px;
    box-shadow: none !important;
    border: 2px solid var(--ct_navbg);
}

.searchform input[type="image"] {
    height: 100%;
    width: auto;
    background-color: var(--ct_navbg);
    padding: 12px;
    border: 2px solid var(--ct_navbg);
    border-radius: 0 10px 10px 0;
    margin-left: -2px;
}

/** Single Item **/

.single_item img {
    width: 40%;
    margin: 0 auto;
    padding: 10px 10px 15px 10px;
}

.single_item .item_overview {
    display: flex;
    flex-direction: column;
}

.single_item .item_overview h3 {
    color: var(--ct_fadedcolour);
    font-size: 16px;
    font-weight: 500;
    border-top: 1px solid var(--ct_navbg);
    padding: 14px 10px 10px 10px !important;
}

.single_item .item_overview h3 span {
    color: white;
    font-size: inherit;
    font-weight: 500;
}

.single_item .item_overview .wheatcolour {
    color: wheat !important;
}

.single_item .item_overview p {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.single_item .item_info {
    display: flex;
    flex-direction: column;
}

.single_item .item_info h3 {
    color: var(--ct_fadedcolour);
    font-size: 19px;
    font-weight: 600;
}

.single_item .item_info .wheatcolour {
    color: wheat !important;
}

.single_item .item_info p {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.single_item .item_info ul {
    list-style: none;
}

.single_item .item_info ul li {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.single_item .item_info ul li a {
    color: var(--ct_darkpink);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-decoration: none;
}

.single_item .item_info p a {
    color: var(--ct_darkpink);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-decoration: none;
}

.single_item .item_info table {
    width: 100% !important;
    max-width: 100% !important;
}

.single_item .item_info table tr {}

.single_item .item_info table tr th {
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid var(--ct_navbg);
    padding: 8px 10px 5px 10px;
    background: var(--ct_bodybg);
}

.single_item .item_info table tr td {
    color: white;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid var(--ct_navbg);
    padding: 8px 10px 5px 10px;
}

.single_item .item_info table tr td.center {
    text-align: center;
}

.single_item .item_info table tr td a {
    color: var(--ct_darkpink);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-decoration: none;
}

/** Base Page **/

.page_content {
    display: flex;
    flex-direction: column;
}

.page_content h3 {
    color: var(--ct_fadedcolour);
    font-size: 19px;
    font-weight: 600;
}

.page_content h3 a {
    color: var(--ct_fadedcolour);
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
}

.page_content .wheatcolour {
    color: wheat !important;
}

.page_content p {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.page_content ul {
    list-style: none;
}

.page_content ul li {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.page_content ul li a {
    color: var(--ct_darkpink);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-decoration: none;
}

.page_content ul.orderedlist {
    list-style: circle;
    margin-left: 20px;
}

.page_content ul.orderedlist li {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.page_content ul.orderedlist li a {
    color: var(--ct_darkpink);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-decoration: none;
}

.page_content p a {
    color: var(--ct_darkpink);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-decoration: none;
}

.page_content table {
    width: 100% !important;
    max-width: 100% !important;
}

.page_content table tr {}

.page_content table tr th {
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid var(--ct_navbg);
    padding: 8px 10px 5px 10px;
    background: var(--ct_bodybg);
}

.page_content table tr td {
    color: white;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid var(--ct_navbg);
    padding: 8px 10px 5px 10px;
}

.page_content table tr td.center {
    text-align: center;
}

.page_content table tr td a {
    color: var(--ct_darkpink);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-decoration: none;
}

.page_content img {
    width: 140px;
    margin: 0 auto;
}

.page_content img.heroimg {
    width: 100%;
    border-radius: 10px;
    border: 2px solid var(--ct_navbg);
}

.page_content img.smallimg {
    width: 75px;
    margin: 0;
}

.page_content .guide_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid var(--ct_navbg);
    padding: 25px 0;
}

.page_content .guide_inner div {
    margin-left: 30px;
}

.page_content .guide_inner div p {
    margin-top: 5px;
}

.page_content .guide_stance {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid var(--ct_navbg);
    background: var(--ct_bodybg);
    border-radius: 10px;
    padding: 20px;
}

.page_content .guide_stance img {
    margin-bottom: 20px;
}

.page_content .guide_stance h3 {
    padding-bottom: 5px;
}

.page_content .guide_stance p {
    line-height: 1.4;
}

/** Home Skills **/

.homeSkillsWrap {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 10px;
}

.home_skill {
    background-color: var(--ct_sectionbg);
    border-radius: 10px;
    padding: 10px;
}

.home_skill img {
    width: 100%;
}

/** Guides **/

.guide_skill {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid var(--ct_navbg);
    padding: 15px;
}

.guide_skill img {
    width: 50px;
}

.guide_skill h3 {
    margin-left: 20px;
    align-content: center;
    font-size: 20px;
    color: var(--ct_iceblue);
    font-weight: 600;
    text-decoration: none !important;
    padding-top: 3px;
}

/** Welcome **/

.welcomeBanner {
    display: none;
}

/** Damage Calculator **/

.dc_form {}

.dc_form select {
    width: 100%;
    background-color: var(--ct_darkerbg);
    color: white;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: none !important;
    border: 2px solid var(--ct_navbg);
}

.dc_form select::after {
    margin-right: 10px;
}

.dc_form button {
    padding: 10px 10px 6px 10px;
    border-radius: 10px;
    text-align: center;
    background: var(--ct_darkerbg);
    color: var(--ct_lightpink) !important;
    font-weight: 800 !important;
    border: none;
}

/************************************* Custom Grid *************************************/

.gridsec {
    display: flex;
    flex-direction: row;
}

div[class*="sec_"].vert {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div[class*="sec_"].padding {
    padding: 0 30px;
}

div[class*="sec_"].right {
    align-items: end;
}

.sec_10 {
    width: 10%;
}

.sec_20 {
    width: 20%;
}

.sec_30 {
    width: 30%;
}

.sec_40 {
    width: 40%;
}

.sec_50 {
    width: 50%;
}

.sec_60 {
    width: 60%;
}

.sec_70 {
    width: 70%;
}

.sec_80 {
    width: 80%;
}

.sec_90 {
    width: 90%;
}

.sec_100 {
    width: 100%;
}

/************************************* Responsiveness *************************************/

@media (max-width:  1200px) {
	.featured_news {
        margin-bottom: 20px;
    }

    .margin-top-lg {
        margin-top: 2% !important;
    }
}

@media (max-width:  1400px) {
    .homeSkillsWrap {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media (min-width:  1600px) {
    .heroImage {
        width: 80% !important;
    }
}

@media (max-width:  992px) { 
    .margin-top-md {
        margin-top: 2% !important;
    }

    .homeSkillsWrap {
        grid-template-columns: repeat(5, 1fr);
    }

    .single_item img {
        width: 30%;
        margin: 0 auto;
        padding: 10px 10px 15px 10px;
    }
}

@media (max-width:  768px) {
    .centersm {
        text-align: center !important;
        align-items: center !important;
    }

    .featured_item img {
        width: 40px;
        height: 40px;
        aspect-ratio: 1 / 1;
        align-self: center;
    }

    .page_content img {
        margin: 0 auto;
    }

    .guide_skill img {
        margin: 0 !important;
    }

    .margintopsm {
        margin-top: 2%;
    }

    .hidesm {
        display: none !important;
    }

    .gridsec {
        display: flex;
        flex-direction: column;
    }

    div[class*="sec_"] {
        width: 100%;
    }

    .page_heading {
        display: none;
    }

	#mobiletoggle {
        text-align: center;
        display: flex;
        background: var(--ct_navbg);
        height: 70px;
        flex-direction: row;
        align-items: center;
        padding: 0 20px;
    }

    #mobiletoggle #navclick {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
    }

    #mobiletoggle h1 {
        color: var(--ct_lightpink);
        font-weight: 700;
        font-family: var(--titlefont);
        font-size: 22px;
    }

    #mobiletoggle h1 a {
        color: var(--ct_lightpink);
        font-weight: 700;
        font-family: var(--titlefont);
        font-size: 22px;
    }

    #mainnav {
        display: none;
    }

    #mobilenav {
        position: fixed;
        background: var(--ct_bodybg);
        height: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        top: var(--topbarheight);
        overflow-y: auto !important;
        z-index: 999;
    }

    #mobilenav.closed {
        display: none;
    }

    #mobilenav.open {
        display: flex;
        flex-direction: column;
        padding: 30px;
    }

    #mobilenav ul {
        display: block;
        list-style: none;
        padding-left: 0 !important;
    }

    #mobilenav ul:last-child {
        padding-bottom: 90px !important;
    }

    #mobilenav ul li {
        display: block;
        padding: 2px 0;
    }

    #mobilenav ul li.title {
        color: var(--ct_lightgreen);
        font-size: 18px;
        font-weight: 700;
        margin: 10px 0 0px 0;
    }

    #mobilenav ul li a {
        text-decoration: none;
        color: var(--ct_fadedcolour);
        font-size: 16px;
        font-weight: 500;
        transition: color 0.3s;
        display: block;
    }

    #mobilenav ul li a:hover {
        color: white;
    }

    #mainContent {
        margin-left: 0;
        margin-top: 3%;
        overflow-x: hidden;
    }

    .featured_news a .content {
        margin-top: 15px;
        text-align: left;
    }

    .row.seperator {
        margin-top: 2%;
    }

    .page_section .title {
        font-size: 18px;
    }

    .single_item .item_info h3 {
        font-size: var(--mobileHeading);
    }

    .single_item .item_info p {
        font-size: var(--mobilePara);
    }

    .single_item .item_info p a {
        font-size: var(--mobilePara);
    }

    .featured_item .item_info h3 {
        font-size: var(--mobileHeading);
    }

    .featured_item .item_info p {
        font-size: var(--mobilePara);
    }

    .single_item .item_overview h3 {
        font-size: var(--mobilePara);
    }

    .mb_sm {
        margin-bottom: 30px;
    }

    .page_content h3 {
        font-size: var(--mobileHeading);
    }

    .page_content p {
        font-size: var(--mobilePara);
    }

    .page_content table tr th {
        font-size: var(--mobilePara);
    }

    .page_content table tr td {
        font-size: var(--mobilePara);
    }

    .page_content table tr td a {
        font-size: var(--mobilePara);
    }

    .single_item .item_info table tr th {
        font-size: var(--mobilePara);
    }

    .single_item .item_info table tr td {
        font-size: var(--mobilePara);
    }

    .single_item .item_info table tr td a {
        font-size: var(--mobilePara);
    }

    .welcomeBanner {
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        display: flex;
        background-color: var(--ct_sectionbg);
        border-radius: 10px;
        margin-bottom: 2%;
    }

    .welcomeBanner img {
        margin-bottom: 20px;
        width: 25%;
    }

    .welcomeBanner h3 {
        font-size: 18px;
        color: var(--ct_iceblue);
        font-weight: 600;
    }

    .welcomeBanner h1 {
        font-family: var(--titlefont) !important;
        color: var(--ct_darkpink);
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        font-size: 34px;
    }

    .page_content .guide_inner {
        display: flex;
        flex-direction: column;
    }

    .page_content .guide_inner div {
        margin-top: 30px;
        margin-left: 0px;
    }

    .page_content img.smallimg {
        width: 50px;
        margin: 0;
    }
}