/*
Theme Name: fiberconnect
Author: fiberconnect
*/

/*html :where(img){height:inherit;max-width:none;}*/

.s-site-ftthconnect .s-nav-collapse .s-navbar > li > a {
padding: 15px 22px !important;}

ul.dropdown-menu{
    width:auto!important;
}
  .menu-item-has-children::after{
        
    border-left: 2px solid #fff!important;
    border-bottom: 2px solid #fff!important;
   
}
.fiberconnect-container h3,
.fiberconnect-container h4{
	padding:0px;
}


ul.wp-menu li:hover, ul.dropdown-menu li:hover {
    background: #68785d;
    color: #fff;
}
ul.wp-menu li:hover > a
{
	color:#fff!important;
}
.menu-item-has-children::after {
    border-left: 2px solid #000!important;
    border-bottom: 2px solid #000!important;
}

/*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 #fff;
    margin: 1.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    letter-spacing: 1px;
}

.profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
}

.home-page.author-box-wrapper {
    padding: 30px 0;
    box-shadow: none;
}

.author-f-name .label,
.author-description-name .label {
    font-weight: 600 !important;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    color: inherit;
    padding: 0px;
}

.author-f-name {
    display: flex;
    gap: 15px;
    font-size: 20px;
}

.author-description-name {
    margin-top: 20px;
    font-size: 20px;
}

.name_author_out a:hover,
.name_author_out a:hover p {
    color: #000;
    text-decoration-color: #000;
}

/*AUTHOR SECTION And Page END*/
a.toplist-techcity__offer-cta-btn {
    color: #fff;
}
.col-sm-9 p {color: #474747 !important;}

p.socIcons a {
    color: #474747 !important;
}
.s-site-ftthconnect a i{
	color: #af5e50;
}
.s-footer img.img-responsive {
    height: 110px;
    max-width: 220px;
    width: 100%;
    object-fit: contain;
}
.col-sm-9 p a i {
    margin:0 22px;
}
@media (min-width:1025px){
.header-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1240px;
    margin: auto;
}
    .s-header-column {
    width: auto !important;
}

.s-nav-wrapper {
    width: auto !important;
}

.s-header {
    width: auto !important;
}

.s-nav-wrapper {
    width: auto !important;
}

ul.wp-menu {
    justify-content: end;
}
	.s-site-ftthconnect .s-nav-wrapper{
		border-bottom: none;
	}
	.fiberconnect_content.container {
    max-width: 1240px;
    width: 100%;
}
	.s-footer .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
}
}





