/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty-One WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwentyone/style.css");



.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    background: #fec799;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
    top: -9px;
    border-color: #fec799 transparent;
}
.menu-button-container #primary-mobile-menu .dropdown-icon {
    font-size: 0;
}
footer#colophon {
	background: #e6e6e6;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}
.container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}
.footer_text {
    font-size: 15px;
}
header#masthead {
    padding: 10px 0;
}
.cs_content_area h1.entry-title {
    font-size: 45px;
    font-weight: 400;
}
.cs_content_area input.wpcf7-form-control.wpcf7-text, .cs_content_area .wpcf7-textarea {
    width: 100%;
    display: block;
    border: 2px solid;
}

.cs_content_area form.wpcf7-form {
    width: 50%;
    margin: 0 auto;
}
.cs_content_area form input[type=submit] {
    background-color: #FC6F00 !important;
    color: #fff !important;
    margin-top: 10px;
    padding: 8px 20px;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 100% !important;
}
header#masthead {
	padding: 10px 0;
	max-width: 100% !important;
	margin: 0 auto;
	background: transparent;
}
header#masthead .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}
.site-logo {
    margin: 0;
}
.cs_content_area .wpcf7-textarea {
    height: 130px;
}
/*Author Box*/
.modifyDetails {
    background: #F2F2F2;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
}
.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
}
.author_imag {
    line-height: 0;
}
.name_author_out {
    display: flex;
}
.name_author_out span.lbl {
    margin-right: 5px;
}
.name_author_out a {
    color: inherit;
}
/*Author Page css*/
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
.profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-avatar-container img {
    padding: 0;
    border: 0;
    width: 75px;
    height: 75px;
    object-fit: cover;
}
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
.profile-fields-group.profile-fields-group-1 {
    border: 1px solid #eee;
    margin: 1.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.author-f-name {
    display: flex;
    gap: 30px;
}
.author-f-name .label, .author-description-name .label {
    font-weight: 600;
}
.author-f-name {
    display: flex;
    gap: 30px;
}
.author-description-name {
    margin-top: 20px;
}.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {    background: transparent;    color: var(--primary-nav--color-link-hover);}.data p {    margin-bottom: 15px;}@media (max-width: 991px) {header#masthead {    height: auto;}.site-logo .custom-logo {    max-width: 140px;}	}@media (max-width:481px) {		.menu-button-container {			display: block;	}.cs_content_area form.wpcf7-form {    width: 100%;    margin: 0 auto;}	header#masthead {    height: 60px;    width: 100%;}	.primary-navigation > .primary-menu-container, .primary-navigation-open .menu-button-container {    background-color: #FC6F00;}}

