/*
	Theme Name: Kalium - Child Theme
	Description: Use this theme if you want to extend features of Kalium theme or prevent overwriting the changes you make when new theme update is available.
	Template: kalium
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Source+Code+Pro&display=swap');

:focus-visible {
    outline: 2px solid #dc7d54 !important;
}
    


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

body {font-size: 15px;
	line-height: 24px;}

.portfolio-holder .thumb .hover-state.hover-style-white p a {
  color: #3a4f68;}

.portfolio-holder .thumb .hover-state.hover-style-white h3 a {
  color: #f05151;
}

b, strong {
    font-weight:600;
}

li:last-child {
    margin-bottom: 15px;
}

blockquote {
	font-size: 15px;
    line-height: 24px;
}

.single-portfolio-holder .details .project-description p {
    font-size: 15px;
}

.single-portfolio-holder .details .services ul li {
	font-size: 15px;
    padding-bottom: 4px;
}

.single-portfolio-holder .details .services ul li {
    font-size: 15px;
    padding-bottom: 4px;
}

/* Colour of hamburger menu*/
.toggle-bars.menu-skin-main .toggle-bars__bar-line {
    background-color: #dc7d54;
}
/* Colour of type for expanded hamburger menu */
.mobile-menu-wrapper .mobile-menu-container div.menu>ul>li>a, .mobile-menu-wrapper .mobile-menu-container ul.menu>li>a {
    color: #3a4f68;
}

/* BLOG - SINGLE POST */

/* Divider line and padding between content and navigation */
.single-post .post .post-navigation {
    border-top: 1px solid #333;
    padding-top: 40px;
}

.single-post .post .post-content {
    margin-bottom: 80px;
}

.single-post .post .entry-header .post-title {
    font-size: 32px;
}

.page-heading__title-section {
    display: none;
}

/* Contact Form - alignment */
.contact-form label {
        align-self:baseline;
}
.contact-form input {
        align-self: baseline;
        margin:0;
}

h3 {
    margin-top: 40px;
}

.wp-block-code {
    margin: 20px 0px 20px 30px;
    
    padding: 14px;
    color: #30363fe8;
    border: none;
    font-family: 'Source Code Pro', monospace;
}

.post-formatting code {
    background-color: #f5f5f5;
    font-size: 14px;
}

.definition {
    margin: 20px 0px 20px 30px;
    background-color: #f5f5f5;
    padding: 14px;
}

.definition-kind {
    margin: 20px 0px 20px 30px;
    padding: 14px;
    font-style: italic;
}

.image-border {
    border: 2px solid #f5f5f5;
}

p {
    line-height: 1.7;
}

.wp-block-image {
    margin-bottom: 2em;
}

.wp-block-columns {
    margin-bottom: 2em;
}

/* Forward-Back on Single Page Blog Post - mobile */
@media only screen and (max-width: 768px) {
.post-navigation--label {
    display: none;
}
}