/**
* Theme Name: Cerebro Child
* Description: This is a child theme of Cerebro, generated by Merlin WP.
* Author: <a href="https://themeskingdom.com/">Themes Kingdom</a>
* Template: cerebro
* Version: 1.0.0
*/
html {
  scroll-behavior: smooth;
}
button.cta {
	background: #5857FF !important;
	padding: 15px 20px !important;
	font-size:1.2em;
	margin: 40px 0;
}
.nav-menu a:before, .entry-content a:before, .entry-footer a:before, .entry-meta a:before, .author-box a:before, .comments-area .nav-links a:before, .comment-author a:before, .comment-content a:before, .comment-reply-link:before, .comment-form a:before, .paging-navigation a:before, .category-filter a:before, .sd-social-text ul li a:after {
	top:100% !important;
}
.menu-item-82 {
	background: #5857FF !important;
	padding: 15px 20px !important;
	color:#fff !important;
	border: solid 2px #000;
}
.site-header {
	background:#fff !important;
}

.page-id-9 .wp-post-image {
	width:70% !important;
}

.entry-content a, .entry-footer a, .author-box a, .comment-content a {
	border-bottom: 1px solid #000;
}

button a {
	border-bottom: 0 !important;
}

.single .entry-content {
	margin-top: inherit;
}

@media only screen and (max-width: 1024px) {
.site-description {
	display: none;
}
.page-id-9 .wp-post-image {
	width:100% !important;
}
}