/*
Theme Name: Arte Child
Theme URI:
Author: Curly Themes
Author URI:
Description: Child Theme for Arte Theme
Version: 1
Template: arte

*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,8I 00&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/**
 * = TheArts.AI Custom Designing
 *
 * This file contains the custom styling and
 * designing for the TheArts.AI website which 
 * customizes the Arte Theme.
 * 
 * ========================================================================= */

:root {
    --font-size: 1.2rem;
    --font-size-sm: 1rem;
    --title-font-size: 2.2rem;
    --heading-font-size: 1.8rem;
    --col-heading-size: 1.4rem;
    --chatgpt-primary: #202123;
}

/**
 * = SINGLE GUIDE
 *
 * This section contains the styling of the
 * custom post type 'guide' which is used to
 * display the guide pages.
 *
 * ------------------------------------------------------------------------- */

.single-guide .wrapper-before-blog {
    text-align: center !important;
}

.single-guide .guide-container-main>div:last-child {
    display: none;
}

/**
 * = GUIDE - Title
 *
 * This section contains the styling of the
 * title of the guide page.
 */

/* = Guide Meta */

.ct-single__guide-entry-meta {
    display: flex;
    justify-content: end;
    align-items: center;
}

.ct-single__guide-text {
    font-size: 18px;
    margin-top: 2rem;
}

.single-guide .ct-header__hero {
    display: none;
}

.single-guide p,
.single-guide h5,
.single-guide h6 {
    color: black;
}

.single-guide p {
	margin-bottom: 15px !important;
}

/* = Title Heading */

.ct_single__guide-title {
    display: flex;
    flex-direction: column;
    position: relative;
}

.ct_single__guide-title span {
    width: 90%;
    margin: 0 auto !important;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-family: 'Poppins';
    letter-spacing: 0;
}

.ct_single__guide-title::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--guide-color);
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 50px;
    pointer-events: none;
}

.ct_single__guide-title::after {
    content: "";
    width: 40px;
    height: 40px;
    border-bottom: 3px solid;
    border-right: 3px solid;
    border-color: var(--guide-color);
    position: absolute;
    left: -40px;
    top: 0;
    pointer-events: none;
}

/* = Title Logo */

.ct-single__guide-logo {
    margin: 4rem 0;
}

/* = Subtitle */

.ct-single__guide-subtitle {
    font-size: var(--font-size);
    text-transform: uppercase;
    width: 70%;
    font-family: "Open Sans";
    margin: 0 auto;
    margin-bottom: 5rem;
    color: black;
}

/* = Footer */

.ct-single__guide-footer {
    display: flex;
    flex-direction: column;
    row-gap: 5rem;
}

.ct-single__guide-footer p {
    font-size: var(--font-size);
    font-family: "Open Sans";
    font-style: italic;
    margin: 0 auto;
}

.ct-single__guide-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10%;
}

.ct-single__guide-footer img {
    width: 30%;
    margin: 0 auto;
}

/**
 * = GUIDE - Table Of Content 
 *
 * This section contains the styling of the
 * table of content of the guide page.
 */

 /* = TOC Sub Headings */
 .ct_single__guide-toc li:has(.subheading-class) {
    margin-left: 1rem;
 }

/* = TOC Links */
.ct_single__guide-toc ul li {
	padding: 5px 0px;
	list-style: bullets;
}

 .ct_single__guide-toc ul li a {
    color: black !important;
    font-size: var(--font-size-sm);
    text-decoration: underline;
    text-transform: capitalize;
    padding-left: 15px;
 }

/* = Hiding PREFACE and TOC Links */
.ct_single__guide-toc ul li:has(a.toc-1),
.ct_single__guide-toc ul li:has(a.toc-2) {
	display: none;
}

/**
 * = GUIDE - Custom Sections
 *
 * This section contains the styling of the
 * custom sections of the guide page.
 */

/* = Fonts */
.ct_single__guide-layout h1,
.ct_single__guide-layout h2,
.ct_single__guide-layout h3,
.ct_single__guide-layout h4,
.ct_single__guide-layout h5,
.ct_single__guide-layout h6 {
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

/* = Custom Section */
.ct_single__guide-layout {
    margin: 5rem 0;
    position: relative;
}

.ct_single__guide-layout a {
    color: var(--guide-color);
    text-decoration: none;
}

/* = Custom Section - Seperator */
.ct_single__guide-layout::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--guide-color);
    position: relative;
    top: -2rem;
    left: 0;
    margin-bottom: 50px;
    pointer-events: none;
    display: block;
}

.ct_single__guide-pro-tip::before,
.ct_single__guide-pro-tip::after,
.ct_single__guide-layout.no-step-line::before,
.ct_single__guide-layout.no-step-line::after {
    content: none !important;
}

.ct_single__guide-layout::after {
    content: "";
    width: 40px;
    height: 40px;
    border-bottom: 3px solid;
    border-right: 3px solid;
    border-color: var(--guide-color);
    position: absolute;
    left: -40px;
    top: -2rem;
    pointer-events: none;
}


.ct_single__guide-section-title,
.ct_single__guide-heading {
    color: var(--guide-color);
}

/* = Custom Section - Title */
.ct_single__guide-section-title {
    font-size: var(--title-font-size);
    text-transform: uppercase;
    margin-bottom: 0rem;
    text-align: left;
}

/* = Custom Section - Content */
.ct_single__guide-content {
    margin-top: 2rem;
}

/* = Custom Section - Sub Pages Title */
.ct_single__guide-heading {
    font-size: var(--heading-font-size);
    text-transform: uppercase;
    margin-bottom: 0rem;
    text-align: left;
}

/* = Custom Section - Text */
.ct_single__guide-layout p,
.ct_single__guide-layout li {
    font-size: var(--font-size);
    font-family: "Open Sans";
    margin: 0 auto;
    text-align: left;
}

.ct_single__guide-layout span.hamilton {
    font-family: "Hamilton";
    font-size: 50px;
    color: var(--guide-color);
}

/* = Custom Section - List items */
.ct_single__guide-layout ul,
.ct_single__guide-layout ol {
    width: 100%;
    padding: 0px;
}

.ct_single__guide-layout ul li {
    list-style: square;
}

.ct_single__guide-layout ul li:last-child {
	margin-bottom: 15px;
}

/* .ct_single__guide-layout li {
    margin-bottom: 1rem;
} */

.ct_single__guide-layout ul li::before {
    content: none !important;
}

/**
 * = CUSTOM SECTIONS - Three Columns
 *
 * This section contains the styling of the
 * three colums custom section of the guide page.
 */

.ct_single__guide-three_columns .ct_three-columns {
    display: flex;
    align-items: start;
    justify-content: space-between;
    column-gap: 40px;
}

/* = Single Column */
.ct_single__guide-three_columns .ct_three-columns__column {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

/* = Single Column - Text */
.ct_single__guide-three_columns .ct_three-columns__column p {
    font-size: var(--font-size-sm);
}

/* = Single Column - Image */
.ct_single__guide-three_columns .ct_three-columns__column div {
    width: 100%;
    height: 400px;
}

.ct_single__guide-three_columns .ct_three-columns__column div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* = Quote Box */
.ct_quote-text {
    width: 90%;
    text-align: left;
    margin: 4rem auto;
}

.ct_quote-text h5 {
    font-weight: bold !important;
}

.ct_quote-text .ct_quote-text__content {
    padding-left: 2rem;
}

/**
 * = CUSTOM SECTIONS - Two Columns
 *
 * This section contains the styling of the
 * two colums custom section of the guide page.
 */

.ct_single__guide-two_columns .ct_two-columns {
    display: flex;
    align-items: start;
    justify-content: space-between;
    column-gap: 40px;
    margin-top: 3rem;
}

/* = Single Column = Heading */
.ct_single__guide-two_columns .ct_two-columns__column p:first-child {
    font-weight: bold;
}

/* = Single Column - Text */
.ct_single__guide-two_columns .ct_two-columns__column p {
    font-size: var(--font-size-sm);
}

/* = Single Column - Image */
.ct_single__guide-two_columns .ct_two-columns__column div {
    width: 100%;
    height: 250px;
    margin-top: 2rem;
}

.ct_single__guide-two_columns .ct_two-columns__column div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**
 * = CUSTOM SECTIONS - ChatGPT
 *
 * This section contains the styling of the
 * chatgpt custom section of the guide page.
 */

/* = ChatGPT Container */
.ct_single__guide-chatgpt__container {
    margin: 3rem 0;
}

/**
 * = ChatGPT - Mobile Container
 */

.ct_single__guide-chatgpt__mobile {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    border: 7px solid black;
    border-radius: 30px;
    overflow: hidden;
}

/* = Mobile Header */
.ct_single__guide-chatgpt__mobile-header {
    background-color: #000;
    padding: 20px;
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

/* = Mobile Header Shining Effect */
.ct_single__guide-chatgpt__mobile-header::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: -100px;
    right: 0;
    width: 270px;
    height: 560px;
    opacity: 0.9;
    background: linear-gradient(127deg,
            rgba(238, 238, 238, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    transform: rotate(14deg);
}

/* = Mobile Header Camera */
.ct_single__guide-chatgpt__mobile-header span:first-child,
.ct_single__guide-chatgpt__mobile-header span:last-child {
    width: 10px;
    height: 10px;
    border-radius: 100vmax;
    background-color: #eee;
    display: block;
}

.ct_single__guide-chatgpt__mobile-header span:nth-child(2) {
    width: 50px;
    height: 10px;
    border-radius: 100vmax;
    background-color: #eee;
    display: block;
}

/**
 * = ChatGPT - Chats Container
 */

/* = Chats Header */
.ct_single__guide-chatgpt__chats-header {
    padding: 20px;
    background: var(--chatgpt-primary);
    color: white;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* = Chats Header - Title */
.ct_single__guide-chatgpt__chats-header span {
    font-size: var(--font-size);
}

/* = Single Chat */
.ct_single__guide-chatgpt__chat {
    padding: 20px;

    display: flex;
    align-items: start;
    column-gap: 10px;
}

/* = Single Chat - Avatar */
.chatgpt__chat-picture {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100vmax;
    color: white;
    font-size: 1.2rem;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* = Single Chat - Text Container */
.chatgpt__prompt-text {
    width: calc(100% - 60px);
    text-align: left;
}

/* = Single Chat - Username */
.chatgpt__chat-user-name {
    font-size: var(--font-size);
}

/* = Single Chat - Text */
.chatgpt__chat-message *,
.chatgpt__chat-message {
    font-size: var(--font-size-sm) !important;
	line-height: 1.75;
	margin-bottom: 2rem;
}

/**
 * = CUSTOM SECTIONS - Timeline
 *
 * This section contains the styling of the
 * timeline custom section of the guide page.
 */

/* = Timeline Container */
.ct_single__guide-timeline {
    margin: 3rem 0;
}

/* = Timeline Columns Container*/
.ct_single__guide-timeline__columns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    column-gap: 30px;
    row-gap: 30px;

    max-height: 1000px;
    position: relative;
}

.ct_single__guide-timeline__columns::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: black;
}

/* = Timeline Column */
.timeline__column {
    width: calc(50% - 15px);
}

/* = Timeline Column - Title */
.timeline__column-title {
    font-size: var(--col-heading-size);
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: left;
}

/* = Timeline Column - Text */
.timeline__column-text {
    font-size: var(--font-size-sm) !important;
}

/**
 * = CUSTOM SECTIONS - Pro Tip
 *
 * This section contains the styling of the
 * pro tip custom section of the guide page.
 */

.ct_single__guide-pro-tip .ct_single__guide-content,
.ct_template__pro-tip {
    width: 700px;
    margin: 0 auto !important;
    padding: 20px;
    background-color: white;
    border-bottom-right-radius: 70px;
    position: relative;
}

.ct_single__guide-pro-tip .ct_single__guide-content__after,
.ct_template__pro-tip::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.00625, 1.0125);
    background-color: var(--guide-color);
    z-index: -1;
}

.ct_template__pro-tip {
	font-family: 'Open Sans' !important;
	font-size: 18px !important;
}

.ct_template__pro-tip::after {
	background-color: #000;
}



/**
 * = CUSTOM SECTIONS - Your Turn
 *
 * This section contains the styling of the
 * your turn custom section of the guide page.
 */

/* = Your Turn Container */
.ct_single__guide-your_turn-container {
    padding: 50px 100px;
    border-radius: 70px;
    border: 2px solid black;
}

.ct_single__guide-your_turn h1 {
    text-align: center;
}

/**
 * = GUIDE - Glossary & About
 *
 * This section contains the styling of the
 * glossary and about us of the guide page.
 */

/* = Container */
.ct_single__guide-glossary .ct_single__guide-glossary__columns,
.ct_single__guide-about .ct_single__guide-about__columns {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;

    width: 100%;
    position: relative;
}

.ct_single__guide-glossary .ct_single__guide-glossary__columns::after,
.ct_single__guide-about .ct_single__guide-about__columns::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: black;
}

.ct_single__guide-glossary .ct_glossary__column,
.ct_single__guide-about .ct_about__column {
    width: calc(50% - 15px);
}

.ct_single__guide-glossary strong,
.ct_single__guide-glossary b,
.ct_single__guide-about strong,
.ct_single__guide-about b {
    font-size: var(--col-heading-size);
    font-weight: bold;
    font-style: italic;
}

/* = Glossay & About - Title */
.ct_single__guide-about .ct_about__column h1,
.ct_single__guide-about .ct_about__column h2,
.ct_single__guide-about .ct_about__column h3,
.ct_single__guide-about .ct_about__column h4,
.ct_single__guide-about .ct_about__column h5,
.ct_single__guide-about .ct_about__column h6 {
    font-family: "Open Sans";
    color: black;
    text-transform: none !important;
    font-size: var(--col-heading-size);
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: left;
}

/**
 * = GUIDE - Printing 
 *
 * This section contains the styling of the
 * print ready version of the guide page.
 */

@media print {

    * {
        -webkit-print-color-adjust: exact;
    }

    :root {
        --font-size: .8rem;
        --font-size-sm: 0.6rem;
        --title-font-size: 1.5rem;
        --heading-font-size: 1.4rem;
        --col-heading-size: 1rem;
    }

    .pagebreak {
        page-break-before: always;
        clear: both;
    }

    .pagebreak-before {
        page-break-before: always;
        clear: both;
    }

    .ct_single__guide-toc {
        page-break-before: always;
        page-break-after: always;
    }

    .ct-header,
    .print-hide,
    .ct-footer,
    .ct_single__guide-title::before,
    .ct_single__guide-title::after {
        display: none;
    }

    .guide-container-main>div:first-child {
        flex: 100% !important;
        max-width: 100% !important;
    }
	
	.ct-single__guide-footer {
		row-gap: 3rem !important;
	}
	
	.ct-content {
		padding: 0 !important;
	}
	
	.ct_single__guide-timeline__columns {
		min-height: 600px;
		max-height: 920px;
	}

}