/**
 * Theme Name:     Lcms Child
 * Author:         the WordPress team
 * Template:       twentytwenty
 * Text Domain:	   lcms-child
 * Description:    Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
 */
html {
	font-size: 100%; /* 1rem = 14px */
}
.footer-text {
    color: #fff;
}

.footer-text ul li a, .footer-text p , .copyright p {
    color: #fff;
}




/*** Update for another box 
 * 
 * .need_help_outer::after {
    content: "";
    position: absolute;
    right: 0;
    top: -290px;
    z-index: -1;
    width: 39%;
    height: 100%;
    background: url(../img/Path-682.svg) right top no-repeat;
    background-size: contain;
    
    border: solid 1px red;
    left: auto;
}
**/
/* pagination */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

#commentform .error  { font-size: 12px; padding: 0 0 5px 0; color: #FF0000; }
#commentform input.error, #commentform textarea.error { background: #FFD2D2; color:#000000; }

/* pagination end */
.custom-bbpress ul li li {
	width: 20%;
}
.custom-bbpress ul li li.bbp-topic-title {
	width: 60%;
}
.search-toggle.active {
    left: 0rem;
}
.search-btn {
	width: 25px;
	background: transparent;
	padding: 0;
	position: absolute;
	top: 30px;
}
.search-submit {
    background: #189cd2 !important;
}
