/*
Theme Name:     Ceris Child
Theme URI:
Description:    Ceris Child Theme
Author:         BK Ninja
Author URI:
Template:       ceris
Version:  
*/

.single-header .post__cat.cat-theme-bg {
	margin-top: 15px;
}

body {
	font-size: 16px;
}

.sidebar h3 {
	font-size: 18px !important;
}

h2 {
        font-size: 28px !important;
    }

h1 {
        font-size: 32px !important;
    }

h3 {
        font-size: 24px !important;
    }

h4 {
        font-size: 22px !important;
    }

h5 {
        font-size: 20px !important;
    }

h6 {
        font-size: 18px !important;
    }

.page-template-default .block-heading .block-heading__title {
    font-size: 32px !important;
}

.wpcf7-submit {
	width: 100% !important;
	text-align: center !important;
}

.navigation, .navigation-bar-btn, .navigation--main>li>a {
    text-transform: none !important;
}

.navigation-bar-btn i {
    font-size: 28px;
}

.wpcf7-form input, .wpcf7-form input, .wpcf7-form label {
    width: 100% !important;
}

.toggle-inner p {
  margin-top: 10px;
}

.toggle h3 {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.toggle-title i {
    font-size: 20px;
    margin: 4px 0;
    margin-right: 8px;
    color: #0A5CCA;
    float: left;
}

.faqcontainer {
    margin-bottom: 30px;
}

.toggle {
    background-color: #f6f5f8;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
    display: block;
    margin-top: 15px;
}

.toggle-title {
  display: flex;
  cursor: pointer;
}

.grecaptcha-badge { 
    visibility: hidden; 
}

.contactlink {
	vertical-align: text-bottom !important;
	margin-right: 5px;
}

.ceris-block-heading-loading .block-heading {
    opacity: 1 !important;
}

.toc_section {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.toc_title {
    font-size: 25px;
    font-weight: 600;
}

.toc_section li {
    margin-top: 0 !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.toc_section ul {
    margin-bottom: 0 !important;
}

html .widget {
    margin-bottom: 30px;
}

.site-header, .site-footer {
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03), 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.04) !important;
    -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03), 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03), 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.04) !important;
}

#menu-item-1501 a {
	color: #0a5cca;
}

.header-10 .site-header .site-logo {
    max-width: 200px;
    width: 200px;
    height: auto;
    max-height: auto;
}

.site-footer__section img {
max-width: 200px !important;
}

.wp-block-column p {
    margin-bottom: 15px;
}

.centerthis {
	text-align: center;
}

.morebutton {
	background-color: #085ec9;
	border-radius: 30px;
	padding: 10px 20px;
	color: #fff;
	margin-top: 30px;
	display: inline-block;
}

.morebutton:hover {
	color: #fff;
}

html .block-heading {
    margin-bottom: 15px;
}

h2, h3, h4, h5, h6 {
margin-top: 15px !important;
margin-bottom: 15px !important;
}

.nocomments {
	display: none;
}

#atbs-ceris-sticky-header .navigation-bar__inner {
	width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

html .site-content {
	padding-top: 0;
}

html .ceris-about-module .about__bio {
    display: block;
}

.about-signature img {
max-width: 180px;
}

.notfullwidthclass {
    width: 70%;
    float: left;
}

.fullwidthclass {
    width: 100%;
    float: left;
}

.custom-sidebar {
    width: 30%;
    float: left;
    padding: 0 25px;
}

.custombuttoncode {
    background-color: #0A5CCA;
    color: #fff !important;
    padding: 10px 20px;
    font-weight: 600;
    margin-bottom: 40px;
    display: inline-block;
    width: auto;
}

.custombuttoncode:hover {
    color: #fff !important;
}

.sidebar p {
    font-size: 17px;
}

@media only screen and (max-width: 1024px) {
    .custom-sidebar {
        width: 100%;
        padding: 0 !important;
        margin-top: 15px;
    }

    .notfullwidthclass {
        width: 100%;        
    }
}  