/*
Theme Name: My Child
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: my-child
Tags: 
*/


/* General */

p {
    margin-bottom: 1em !important;
}
h1, h2, h3, .wp-block-list {
    margin-bottom: .5em !important;
}
.main-content .single-post img {
	margin-top:1em; 
	margin-bottom: 1em
}

/* Removes space between header and main content area */
/*.wp-site-blocks {
    margin-top: -30px;
}*/
a:focus {
    outline: none;
}

/* Sticky Header */
#site-header {
    position: fixed;
    top: 0 !important;
    width: 100%;
    z-index: 1000;
    transition: top 0.8s ease, opacity 0.7s ease;
}

/* Troubleshooting */

.hide {display: none}

/* Home */
.home-banner .nk-awb-wrap-content {
    padding: 10em 0 7em;
}

/* Portfolio */
.home .portfolio .nk-awb-wrap-content {
    padding: 3em 0;
}
.page-template-wp-custom-template-portfolio-page .portfolio .nk-awb-wrap-content {
    padding: 3em 0;
}
.pfbPortfolio .filter {
    display: none;
}
.pfbPortfolio {
    box-shadow: none !important;
}
.gallery .galleryItem {
    border-radius: 20px;
}
.portfolio-services p {
    margin-bottom: 0 !important;
}
.portfolio-slides img {
	border-radius:20px
}
.wp-block-jetpack-slideshow img {
		border-radius:20px
}
/* Portfolio Detail AWB components */
.portfolio-details .wp-block-nk-awb {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
}
/* Flip Box */
.wp-block-flipbox-block-flipbox-back.flip-box-block-back {
	background: #5c43201c;
	border-radius: 20px;
}
.flip-box-block-back-inner {
    padding: 2em;
}
.wp-block-flipbox-block-flipbox.flip-box-block {
    height: 285px!important;
}
.flip-box-block:not(.block-editor-block-list__block) {
    height: 285px!important;
}

/* Forms */
.spacetacular-form input, .spacetacular-form textarea {
    border: 1px solid #5b4220;
    border-radius: 5px;
    background: #fff;
}
.spacetacular-form label {
    font-weight: normal;
	text-transform: uppercase;
}
.spacetacular-form button.wp-block-button__link {
    margin-top: .5em;
}
.spacetacular-form.wp-block-jetpack-contact-form div {
	 margin-bottom: .35em;
}

/* Password Protected Page Styles */

form.post-password-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 8em 2em 8em;
    text-align: center;
}
form.post-password-form p { 
	font-size: 22px;
	font-weight: 500;
}
form.post-password-form label { 
	font-size: 16px;
	font-weight: normal;
}
form.post-password-form input[type="password"] { 
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: .35em;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  font-size: 16px;
}

form.post-password-form input[type="submit"] {
    background: #5b4220;
    border-color: #5b4220;
    color: #fff;
    padding: .5em 1em;
    border-radius: .5em;
}
/* Posts */
.single-post {
    margin-top: 4em;
}
ul.wp-block-list {
    padding-left: 1em;
}
.post-list h2.wp-block-post-title {
    margin-bottom: .25em;
}
.post-list .wp-block-post-date {
	display:none;
}
/* Blog */
.blog-content {
    margin-top: 5em;
	margin-bottom:4em;
}
.post-list h2.wp-block-post-title {
    font-size: 2em;
    padding-top: 0;
}

h1.wp-block-post-title, h2.wp-block-post-title {
    padding-top: 0;
}

ul.no-bullet li {
    margin-bottom: .5em;
    list-style: none;
}
ul.no-bullet li a {
    text-decoration: none;
}
ul.no-bullet li a:hover {
    text-decoration: underline;
}
ul.no-bullet {
    padding:0;
}
ul.no-bullet li.cat-item-9 {
	display: none;
}
.blog-sidebar a {
	text-decoration: none;
	font-weight: 300 !important;
}
.blog-sidebar a:hover {
	text-decoration: underline;
}
.icon-border a.jetpack-sharing-button__button {
    border: 1px solid;
}
.jetpack-sharing-buttons__services-list.has-normal-icon-size {
    font-size: 12px;
}
.wp-container-jetpack-sharing-buttons-is-layout-1 {
    gap: 0;
}
/* Footer */
.footer-container {
    padding-top: 3em !important;
}

.footer-container li a {
    font-size: .75em!important;
}
/********************** Mobile ************************/
@media only screen and (max-width: 768px) {
.industry {
    padding-top: 1.5em;
}
}
/********************** Mobile ************************/
@media only screen and (max-width: 600px) {
.single-post {
    margin-top: 5em;
}
.blog-content {
    margin-top: 6em;
}
.wp-block-post-title {
    padding-top: 0!important;
}
.col-left {
    order: 2!important;
}
.col-right {
    order: 1!important;
}
.nk-awb-wrap-content.has-global-padding {
	padding-left:0;
	padding-right:0;
}
form.post-password-form {
    padding: 3em 1em 1em;
}
.entry-content {
		padding-top:2em;
}
.home-banner .nk-awb-wrap-content {
    padding: 10em 0 5em;
}
/* Stephanie Blurb */
.stephanie {
    background: rgb(91, 66, 32, 0.8);
    border-radius: 20px;
	color: #fff;
	padding: 1em 2em 0!important;
}
.stephanie h2.wp-block-heading {
    margin: 0 !important;
}
.stephanie h4 {
	margin-bottom: 0;
	padding-bottom: 0;
	}
.stephanie .wp-block-columns.wp-block-columns-is-layout-flex {
    gap: .5em;
}
/* Portfolio + Detail AWB components */
.home .portfolio .nk-awb-wrap-content {
    padding-top: 1em;
}

.home .portfolio h1 {
    padding-bottom: .25em;
}
.portfolio-details .wp-block-nk-awb {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}	
.portfolio-details .is-style-rounded img {
    border: 5px solid #fff;
}
.industry {
    padding-top: 1.5em;
}
.wp-block-flipbox-block-flipbox.flip-box-block {
    height: 260px!important;
}
.flip-box-block:not(.block-editor-block-list__block) {
    height: 260px!important;
}
/* Footer */
.footer-container {
    padding-top: 1em !important;
}
}
