/*
 Theme Name:   Blog Arena 360
 Theme URI:    https://blogarena360.com/
 Description:  Child theme for TBlog Arena 360
 Author:       blogarena360.com
 Template:     cube-blog
 Version:      1.0
*/

/* Import parent theme styles */

@import url("../cube-blog/style.css");

img.custom-logo {
    width: 230px;
}
.site-footer {
    background-color: #7a4f38 !important;
}
nav#site-navigation {
    background: #7a4e37;
}
.menu-item a {
    color: #fff;
}
.navigation-menu li.current-menu-item > a, .navigation-menu .nav-menu > li:hover > a, .navigation-menu .nav-menu > li.focus > a, .navigation-menu .nav-menu > li > a:hover, .navigation-menu .nav-menu > li > a:focus {
    color: #000000;
    border-bottom: 3px solid #000000;
}
.to-top {
   	background-color: #000;
}
.navigation-menu .nav-menu > li > a, .navigation-menu .nav-menu > ul > li > a {
    padding: 5px 15px;
}
.site-branding {
    padding: 10px 0;
}
.blog-archive .cat-links a, .blog-archive .posted-on a:hover, .blog-archive .byline a:hover, .blog-archive .posted-on a:focus, .blog-archive .byline a:focus {
    color: #7a4e37;
}
#footer-widgets {
    padding-top: 45px;
    padding-bottom: 45px;
}
#footer-widgets .wp-block-image img {
    max-width: 258px !important;
}
#colophon a:hover, #colophon a:focus {
    color: #000;
}
section.no-results.not-found {
    width: 100%;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .btn, .reply a{
	border: 1px solid #000000;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .btn:hover, .btn:focus, .reply a:hover, .reply a:focus {
    background-color: #000000;
    color: #fff;
}
.wp-block-image img {
   	max-width: 258px;
}
.form-row {
    display: flex;
    gap: 25px;
}
.form-col {
    width: 50%;
}
.ba-contact-form .form-control {
    width: 100%;
    border: 1px solid #ccc;
}
.ba-contact-form input.form-control {
    width: 100%;
}
.form-col-full {
    width: 100%;
}
.ba-contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 800px;
    margin: 0 auto;
	margin: 0 auto;
    background: #fff;
    padding: 33px 40px;
}
.ba-contact-form span.wpcf7-form-control-wrap input {
    margin-top: 6px;
}
.ba-contact-form label {
    font-weight: 600;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #7a4f38;
    color: #fff;
    border: 1px solid #7a4f38;
    padding: 12px 32px;
}
.btn-wrp{
	text-align:center;
}
.page-id-29 p.has-text-align-center {
    width: 630px;
    margin: 0 auto;
}
.page-id-29 .single-page-wrapper .entry-content {
    padding: 30px;
    background-color: unset;
}
.page-id-29 h2.has-text-align-center:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 1.5px;
    background: #7a4e37;
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
}
.page-id-29 h2.has-text-align-center {
    text-align: center;
    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
}
.entry-title a:hover, .entry-title a:focus, .posted-on a:hover, .posted-on a:focus, .comments-link a:hover, .comments-link a:focus {
    color: #7a4e37;
}
.wp-block-search__button {
	background-color: #7a4e37;
}
.post-63 h1, .post-63 h2 {
    font-weight: 500;
}
button.search-submit svg {
    fill: #fff;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .btn, .reply a {
    background: #7a4e37;
    padding: 13px 18px;
    color: #fff;
}
.single-page-wrapper .entry-content {
    background-color: unset;
}
.post-63 h3 {
    font-size: 24px;
    font-weight: 500 !important;
}
.single .entry-footer > span {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
	}
@media (max-width:768px){
	h2 {
		font-size: 22px;
	}
	h3, h4{
		font-size:18px;
	}
	img.custom-logo {
		width: 150px;
	}
	.site-branding-logo {
/* 		width: 50%; */
		text-align: left;
	}
	a.custom-logo-link {
		position: relative;
		z-index: 9;
	}
	nav#site-navigation {
		margin-top: -71px;
		background: unset;
	}
	nav#site-navigation button.menu-toggle {
		margin-right:0
	}
	ul#primary-menu {
		background: #7a4e37;
	}
	button.menu-toggle {
		background: unset;
	}
	.menu-toggle:hover svg, .menu-toggle:focus svg {
		fill: #000;
	}
	.single-post .wp-block-table .has-fixed-layout {
		table-layout: fixed;
		width: 100%;
		width: 100%;
		min-width: 665px;
	}
	.single-post .wp-block-table{
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.single-post .gkit-accordion .gkit-card-body {
		padding: 15px 20px 15px 30px;
	}
	.wp-block-table th, .wp-block-table td {
		padding: 8px 10px;
	}
	#masthead {
     padding-bottom: 10px;
	}
	
}