/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
*{
	box-sizing: border-box;
}
.blog header.page-header{
	flex: 0 0 100%;
}
.max-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.75rem;
}
.container.grid-container{
	max-width: 100%;
}
.container.grid-container,
.one-container .site-content {
    padding: 0;
    flex-wrap: wrap;
}
.container.grid-container,
.one-container .site-content,
.one-container .site-content section{
    width: 100%;
}
.one-container .site-content section .container{
	background: transparent;
	margin: 0 auto;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
}
.box {
    transition-duration: 100ms;
    animation-name: enter;
    --tw-enter-opacity: initial;
    --tw-enter-scale: initial;
    --tw-enter-rotate: initial;
    --tw-enter-translate-x: initial;
    --tw-enter-translate-y: initial;
    --tw-enter-opacity: 0;
    animation-duration: 100ms;
    --tw-bg-opacity: .65;
    color: rgb(15 23 42 / 0.9);
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.box:hover {
    --tw-bg-opacity: 1;
    color: rgb(241 245 249 / 0.9);
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 10px 10px -5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.box>svg {
    font-size: 2rem;
    line-height: 2.50rem;
}
.btn {
    position: relative;
    display: inline-flex;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    align-items: center;
    justify-content: center;
    letter-spacing: -0.01rem;
}
pre code.hljs{
    padding: 0;
}
button.copy {
    position: absolute;
    height: 2rem;
    width: 2rem;    
    top: .4rem;
    right: .5rem;
    z-index: 1;
    padding: .2rem;
    color: #757575;
    font-family: inherit;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .0575em;
    line-height: 1.5rem;
    text-align: center;
    background-color: #eee;
    border: none;
    border-radius: .25rem;
    cursor: pointer;
    box-shadow: 0px 0px 0px 0rem #9e9e9e;
    -webkit-transition: box-shadow 90ms ease-in-out;
    transition: box-shadow 90ms ease-in-out;
}
.popup {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 0.5rem;
    border-radius: 0.25rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}
.table-code code {
    --tw-text-opacity: 1;
    color: rgb(5 150 105 / var(--tw-text-opacity));
}
.table-code table td, 
.table-code table th {
    padding: 6px 12px;
    text-align: left;
}
.table-code table {
    width: auto;
    border-top: 1px solid #e5e7eb;
    margin: 10px;
}
.table-code table.left-text thead tr{
    border-bottom: 2px solid #e5e7eb;
}
/* .table-code table thead {
    display: none;
} */
.table-code table.left-text tr th, 
.table-code table.left-text tr td, 
.table-code table.left-text tr td:last-child {
    text-align: left;
}
/* .table-code table td:first-child {
    white-space: nowrap;
} */
.table-code em, 
.table-code sup, 
.table-code sub {
    font-style: normal;
    color: #556677;
}
.table-code table td{
    border-top: 1px solid #e5e7eb;
}
.table-code table td em {
    opacity: 0.6;
}
.table-code a, .table-code a:visited {
    color: #1959a2;
    text-decoration: none;
    background-image: linear-gradient(transparent, transparent 6px, #34495e 6px, #34495e);
    background-position: bottom;
    background-size: 100% 6px;
    background-repeat: repeat-x;
}
.table-code p a, 
.table-code p a:visited{
    color: #345;
    text-decoration: none;
    border-bottom: solid 1px rgba(85, 102, 119, 0.18);
}
.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-3 {
    grid-column: span 3/span 3
}

.col-span-4 {
    grid-column: span 4/span 4
}

.col-span-5 {
    grid-column: span 5/span 5
}

.col-span-6 {
    grid-column: span 6/span 6
}

.col-span-full {
    grid-column: 1/-1
}

.row-span-1 {
    grid-row: span 1/span 1
}

.row-span-2 {
    grid-row: span 2/span 2
}

.row-span-3 {
    grid-row: span 3/span 3;
}

.row-span-4 {
    grid-row: span 4/span 4
}

.row-span-5 {
    grid-row: span 5/span 5
}

.row-span-6 {
    grid-row: span 6/span 6
}

.row-span-full {
    grid-row: 1/-1
}

.clear-none {
    clear: none
}

.rcLayout .h3-wrap-list {
    font-size: 0.925rem;
    line-height: 1.325rem;
}
.rcLayout .grid-wrap>.grid {
    display: flex;
    flex-direction: column;
}
.rcLayout .grid-wrap>.grid:last-child{
    margin-bottom: 0 !important;
}
.page-template-chatgpt-cheat-sheet .hljs-selector-attr{
    font-weight: 600;
    color: #000;
}
.page-id-69 pre code{
    line-height: 2rem;
}
.archive .grid-container:not(.footer-widgets-container),
.blog .grid-container:not(.footer-widgets-container),
.single-post .grid-container:not(.footer-widgets-container){
    max-width: 1200px;
    margin-left: auto;
    padding: 0.75rem;
    margin-right: auto;
}
.archive .site-content,
.blog .site-content,
.single-post .site-content{
    position: relative;
    padding: 80px 0;
}
.archive .inside-right-sidebar aside,
.blog .inside-right-sidebar aside,
.single-post .inside-right-sidebar aside{
    padding: 0;
    margin: 0;
}
.archive .inside-right-sidebar aside h2,
.blog .inside-right-sidebar aside h2,
.single-post .inside-right-sidebar aside h2{
    font-size: 18px;
    font-weight: 600;
}
.archive ul li a,
.blog ul li a,
.single-post ul li a{
    color: #4b5563;
    font-weight: 500;
}
.archive ul li a:hover,
.blog ul li a:hover,
.single-post ul li a:hover{
    text-decoration: underline;
}
.archive .inside-right-sidebar aside ul.wp-block-latest-posts li,
.blog .inside-right-sidebar aside ul.wp-block-latest-posts li,
.single-post .inside-right-sidebar aside ul.wp-block-latest-posts li{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 16px 0;
}
.archive .inside-right-sidebar aside ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image,
.blog .inside-right-sidebar aside ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image,
.single-post .inside-right-sidebar aside ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image{
    flex: 0 0 25%;
    width: 25%;
}
.archive .inside-right-sidebar aside ul.wp-block-latest-posts li a,
.blog .inside-right-sidebar aside ul.wp-block-latest-posts li a,
.single-post .inside-right-sidebar aside ul.wp-block-latest-posts li a{
    flex: 0 0 100%;
    width: 100%;
}
.archive .inside-right-sidebar aside ul.wp-block-latest-posts li time,
.blog .inside-right-sidebar aside ul.wp-block-latest-posts li time,
.single-post .inside-right-sidebar aside ul.wp-block-latest-posts li time{
    font-size: 12px;
    color: #999;
    margin: 5px 0 0 0;
    flex: 0 0 100%;
    width: 100%;
}
.archive .entry-title,
.blog .entry-title,
.single-post .entry-title{
    font-size: 32px;
    margin: 0 0 20px 0;
    color: #202D40;
    font-weight: bold;
}
.archive p,
.blog p,
.single-post p{
    font-size: 16px;
    color: #202D40;
}
.entry-meta .byline,
.entry-meta .byline .author a{
    font-weight: 600;
}
.entry-meta .byline,
.entry-meta .byline .author a,
.entry-meta .entry-date{
    font-size: 12px;
}
.entry-meta .byline .author a{
    color: #10b981;
}
.entry-meta .byline .author a:hover{
    text-decoration: underline;
}
.top-navigation{
    top: 28px;
}
.main-navigation ul ul{
    padding: 10px 0;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .archive p,
    .blog p,
    .single-post p{
        font-size: 14px;
    }
    .archive .site-content,
    .blog .site-content,
    .single-post .site-content{
        padding: 60px 0;
    }
    .archive .entry-title,
    .blog .entry-title,
    .single-post .entry-title{
        font-size: 30px;
    }
    .archive .is-right-sidebar,
    .blog .is-right-sidebar,
    .single-post .is-right-sidebar{
        margin-top: 30px;
    }
    .top-navigation{
        top: 18px;
    }
}
@media (max-width: 640px) {
    .sticky-enabled .main-navigation.is_stuck{
        padding: 20px 20px;
    }
    .archive .site-content,
    .blog .site-content,
    .single-post .site-content{
        padding: 40px 0;
    }
    .top-navigation{
        top: 8px;
    }
}
/*  */
.wpforms-container{
    max-width: 100%;
    width: 100% !important;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium{
    max-width: 60%;
}
.archive header.page-header,
.blog header.page-header{
    background: #10b981;
    color: #FFF;
    padding: 10px 16px;
    border-radius: 4px;
}
.archive header.page-header .page-title,
.blog header.page-header .page-title{
    font-size: 24px;
    font-weight: 500;
}
.archive .site-main,
.blog .site-main{
    position: relative;
}
/* .archive .site-main{
    padding: 16px;
    background: #fafafa;
    border-radius: 8px;
    overflow: hidden;
} */
.site-main article.post{
    margin-bottom: 30px;
}
.site-main article.post{
    border: 1px solid #f0f0f0;
    background: #FFF;
    padding: 16px !important;
    border-radius: 8px;
}
.archive .inside-right-sidebar aside ul li:last-child, 
.blog .inside-right-sidebar aside ul li:last-child, 
.single-post .inside-right-sidebar aside ul li:last-child{
    margin-bottom: 0;
}

.widget .wp-block-heading{
    border-bottom: 1px solid #f0f0f0;
    background: #10b981;
    color: #FFF;
    padding: 10px 16px;
    border-radius: 4px 4px 0 0;
}
.inside-right-sidebar aside.widget_categories, 
.inside-right-sidebar aside.widget_recent_entries {
    border: 1px solid #f0f0f0;
    background: #FFF;
    padding: 16px;
    border-radius: 0 0 4px 4px;
    border-top: 0;
    margin: 0 0 30px;
}
.entry-content:not(:first-child), 
.entry-summary:not(:first-child), 
.page-content:not(:first-child) {
    margin-top: 1em;
}
footer.entry-meta {
    margin-top: 1em;
}
.inside-footer-widgets .widget-title{
	font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.taxonomy-description{
	display: none !important;
}
.site-header .header-image,
.site-header .navigation-branding img{
    height: 60px;
}
.navigation-list ol li{
	margin: 0 !important;
}
@media (max-width: 640px) {
	.site-header .header-image,
    .site-header .navigation-branding img{
        width: 160px;
    }
}
@media (max-width: 768px) {
    .nav-float-right .navigation-stick .navigation-branding{
        margin-left: 0;
    }
}