/*
Theme Name: A4PlusA
Theme URI: https://www.a4plusa.com/
Author: Media Squad
Author URI: https://www.media-squad.fr/
Description: Th&egrave;me du site A4PlusA
Version: 1.0
*/




html {
    min-height:100vh;
}
body {
    font-optical-sizing: auto;
    font-family: "Barlow", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    padding-top: 0px;
}


@media(min-width:768px) {
    body.page, body.single, body.archive, body.category {

    }
    body.home {

    }
}
@media(max-width:767px) {
    body.page, body.single, body.archive, body.category {

    }
    body.home {

    }
}


a {
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}





.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}






/******************************************** MAIN **************************************************/

header {
    background-color: transparent;
    padding-top:60px;
    z-index: 9998 !important;
}
.navbar {
    z-index: 9999 !important;
    transition: box-shadow .2sease;
    position: fixed;
    z-index: 10;
    background-color: rgba(255,255,255,0.78);
    /*
    box-shadow: -6px 8px 20px 0px rgb(0 0 0 / 5%);
    border-bottom:1px solid #B1B1B1;
    */
    transition: box-shadow .2sease;
    padding:12px 50px !important;
}
.navbar a {
    color:black;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size:14px;
    line-height: 32px;
    margin-right: 13px;
    text-decoration: none;
}
.navbar a:hover {
    color:#2d80de;
    text-decoration: none;
}
.dropdown-menu {
    background-color:rgba(255,255,255,0.78) !important;
    background:rgba(255,255,255,0.78) !important;
    border-radius: 0 !important;
    border:1px solid black !important;
}
@media(max-width:767px) {
    .navbar {
        padding:12px 20px !important;
    }
    .dropdown-menu {
        background-color:rgba(255,255,255,0) !important;
        background:rgba(255,255,255,0) !important;
        border-radius: 0 !important;
        border:0px solid black !important;
    }
}
.dropdown-item.active, .dropdown-item:active {
    background-color:rgba(255,255,255,0.78) !important;
}
.dropdown-menu li a {
    color:#000000 !important;
}
.navbar-nav {
    margin-bottom: -1px !important;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link, .navbar-nav .show {
    color:#2d80de !important;
    font-weight:600 !important;
}

@media(min-width:768px) {
    .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
        /*border-bottom: 2px solid #2d80de !important;*/
        font-weight:600 !important;
    }
    .dropdown-item.active {
        border-bottom: 0px solid #2d80de !important;
    }
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-toggler {
  border-color: rgb(0,0,0,0) !important;
  background-color: transparent !important;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
} 


/******************************************** HOMEPAGE **************************************************/

@media(min-width:768px) {
    .jumbotron {
        
    }
}
.jumbotron .carousel-item {
    height:100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.jumbotron .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    /*
    left: 5% !important;
    right: 5% !important;
    width:90% !important;
    background-image: url('img/bg-caption-carrousel.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.76;
    */
}
.jumbotron .carousel-caption h3 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size:60px;
    font-style: normal;
    letter-spacing: -0.6px;
    color: #FFFFFF;
    opacity: 1 !important;
}
.jumbotron .carousel-caption p {
    font-family: "Cabin", sans-serif;
    font-size: 21px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: 300;
}


@media (min-width: 1200px) and (max-width: 1599.98px) {
}
@media (min-width: 992px) and (max-width: 1199.98px) {
}
@media (min-width: 768px) and (max-width: 991.98px) { 
}
@media(max-width:767px) {
}




/*** HP portfolio ***/

.section-portfolio {
    padding:60px;    
}
@media(max-width:767px) {
    .section-portfolio {
        padding:60px 30px;    
    }
}
.section-portfolio h2 {
    font-weight: 600;
    font-size:24px;
    text-transform: uppercase;
    color:black;
}
.section-portfolio p {
    color:black;
}
.section-portfolio .mb-1 {
    width:20% !important;
}
.portfolio {
    padding:60px; 
}




.grid {
    padding-top: 30px;
    padding-left: 0;
    padding-right:0;  

}
.grid-item {
    float:left;
    width:20% !important;
    padding-left: 0;
    padding-right:0;
    padding-bottom:30px;
}
@media(max-width:767px) {
    .grid-item {
        float:left;
        width:50% !important;
        padding-left: 10px !important;
        padding-right:10px !important;
        padding-bottom:20px;
    }
}
.grid-item .col-md-7 {
    width:55%; 
}
.grid-item img {
    width: 100%;
    height:auto !important;   
}


/*** HP actualites ***/

.section-actualites {
    padding:60px;   
}
@media(max-width:767px) {
    .section-actualites {
        padding:60px 30px;    
    }
}
.section-actualites .container {
    border-top:2px solid black;
    padding:60px 0;     
}
.section-actualites h2 {
    font-weight: 600;
    font-size:30px;
    text-transform: uppercase;
    color:black;
    margin-bottom:50px;
}
.section-actualites h3 {
    font-weight: 600;
    font-size:24px;
    text-transform: uppercase;
    color:black;
}
.section-actualites p {
    color:black;
}
.actu-hp {
    margin-bottom:100px !important;
}
.actu-hp .actu-content {
    padding-left:60px !important;
}
@media(max-width:767px) {
    .actu-hp .actu-content {
        padding-left:15px !important;
        padding-top:15px;
    }
}

.actu-hp .actu-content a {
    text-decoration:none;
}



.wrap img {
                    -webkit-transition:opacity 0.26s ease-out;
                    -moz-transition:opacity 0.26s ease-out;
                    -ms-transition:opacity 0.26s ease-out;
                    -o-transition:opacity 0.26s ease-out;
                    transition:opacity 0.26s ease-out;
                    transition:500ms;
                }
                .grid:hover img {
                    opacity:0.5;
                }
                .grid:hover .grid-item:hover img {
                    opacity:1;
                    -webkit-transform: scale(1.9);
                    -moz-transform: scale(1.9);
                    -ms-transform: scale(1.9);
                    -o-transform: scale(1.9);
                    transform: scale(1.9);
                    z-index:2;
                    position:relative;
                    transition:500ms;
                    cursor: pointer;
                }
                .grid-item p{
                    position:absolute;
                    opacity:0;
                    bottom:-10%;
                    left:-8%;
                    padding:5px;
                    text-align:center;
                    width:113%;
                    font-size:15px;
                    line-height:20px;
                    margin-top:-10px;
                    z-index:3;
                    background:rgba(255,255,255, 0.7);
                    transition:1s;
                }
                .grid-item:hover p {
                    opacity :1;
                }






/******************************************** PAGE **************************************************/

#breadcrumbs, #breadcrumbs a {
    color: #000000;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    border-bottom: none;
}
#breadcrumbs a:hover {
    color: #e62e0c;
}
@media(max-width:767px) {
    #breadcrumbs, #breadcrumbs a {
        padding:0 15px;
    }
}

body.page, body.single, body.archive {

}



/******************************************** PAGE ARCHITECTURE **************************************************/

.page-architecture-main {
    padding: 150px 0px 150px 0px;
}
.page-architecture-main h1 {
    font-weight: 600;
    font-size:30px;
    text-transform: uppercase;
    color:black;
    margin-bottom:40px;
}
.filters {
    padding:0 0 25px 0;
}
.filters button.mixitup-control-active {
    border:1px solid black;
    background-color:white;
    color: black;
    font-size:18px;
    font-weight:600;
    font-family: "Barlow", sans-serif !important;
    padding:5px 15px;
}
.filters button {
    border:1px solid rgba(0,0,0,0.5);
    background-color:white;
    color: rgba(0,0,0,0.5);
    font-size:18px;
    font-weight:600;
    font-family: "Barlow", sans-serif !important;
    padding:5px 15px;
    margin-right:15px;
}

.mix {
  transition: opacity 0.3s ease;
  margin-bottom:50px;
}

.mix.inactive {
  opacity: 0.1;
  filter: blur(1px);
}
.mix img {
    padding-bottom: 30px;
}
@media(max-width:767px) {
    .filters {
        padding:0 0 25px 0;
    }
    .filters button.mixitup-control-active {
        font-size:18px;
        padding:5px 10px;
    }
    .filters button {
        font-size:18px;
        padding:5px 10px;
        margin-right:10px;
    }
    .mix img {
        padding-bottom: 30px;
        width:100%;
        height:auto;
    }
}

/******************************************** CONTACT **************************************************/

.page-contact-main {
    padding: 200px 0 150px 0;
}
.page-contact-main #breadcrumbs {
    display: none;
}

.wpcf7-form-control-wrap {
    display: inline-block;
    border-bottom:1px solid #ccc !important;
    width:100%;    
}
.wpcf7-text, .wpcf7-select, .wpcf7-textarea {
    border:none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 12px;
    width:100%;
}
.wpcf7-textarea {
    height: 100px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.wpcf7-submit {
    border:1px solid black;
    background-color:white;
    color: black;
    font-size:14px;
    font-weight:600;
    font-family: "Barlow", sans-serif !important;
    padding:5px 15px;
    margin-top:15px;
}
.wpcf7-form-control-wrap .wpcf7-select {
    display: inline-block;
    border:none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 14px;
    width:100%;
    height:36px !important;
    line-height:36px !important;
    text-transform: uppercase;
}
.wpcf7-select option {
  text-transform: none !important;
}
.wpcf7-text::-webkit-input-placeholder, .wpcf7-textarea::-webkit-input-placeholder {
   color: #030300 !important;
   font-size: 12px;
}

.wpcf7-text:-moz-placeholder { /* Firefox 18- */
   color: #030300 !important;
   font-size: 12px;  
}

.wpcf7-text::-moz-placeholder {  /* Firefox 19+ */
   color: #030300 !important;
   font-size: 12px;  
}

.wpcf7-text:-ms-input-placeholder {  
   color:#030300 !important;
   font-size: 12px;  
}


/******************************************** ELEMENTOR **************************************************/

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px !important;
}
.elementor a {
    box-shadow: none;
    text-decoration: none;
}
.elementor a.elementor-button {  
    color: #ffffff !important;
}
.elementor .elementor-button {
    background-color: #e62e0c;
}


/******************************************** AGENCE **************************************************/

.page .page-agence-main {

}
.page .page-agence-main h1 {
    font-family: "Barlow", sans-serif !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    opacity: 1 !important;
    margin:30px 0;    
}
.page .page-agence-main h2 {
    font-family: "Barlow", sans-serif !important;
    font-size: 24px !important;
    color: #030300 !important;
    font-weight: 700 !important;
}
.page .page-agence-main h3 {
    font-family: "Barlow", sans-serif !important;
    font-size: 21px !important;
    color: #030300 !important;
    font-weight: 700 !important;
}
.page .page-agence-main p {
    font-family: "Barlow", sans-serif !important;
    font-size: 15px !important;
    color: #030300 !important;
    font-weight: 400 !important;
}

.elementor-blockquote__author {
    font-style: italic !important;
}
p.elementor-blockquote__content {
    padding: 0 20px; 
}
/*
p.elementor-blockquote__content::before {
    background: url(img/guillemets.png) 0px 0px no-repeat;
    content: " ";
    display: inline-block;
    position:relative;
    width: 43px;
    height: 27px;
    top:-13px; 
}
p.elementor-blockquote__content::after {
    background: url(img/guillemets.png) 0px 0px no-repeat;
    content: " ";
    display: inline-block;
    position:relative;
    width: 43px;
    height: 27px;
    bottom:-27px;   
}
*/
.elementor-blockquote--skin-border .elementor-blockquote {
    border-color: #f9fafa;
    border-inline-start-width: 0px !important;
    border-style: solid;
    padding-inline-start: 20px;
}


/******************************************** RESIDENCES (ARCHIVE) **************************************************/




/******************************************** CREATIONS (PAGE) **************************************************/




/******************************************** SIDEBAR **************************************************/


/******************************************** PAGE **************************************************/

.page {
      
}
.page-agence-main #breadcrumbs {
    display: none;
}

.page .page-main {
    padding: 0 45px 60px 45px !important;
    font-size:15px;
    font-style:normal;
    font-weight:400;
    line-height:21px;
}
.page .page-main h1 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 48px;
    font-style: normal;
    letter-spacing: -0.6px;
    color: #e62e0c;
    opacity: 1 !important;
    margin:30px 0;    
}
.page .page-main h2 {
    font-size: 30px !important;
    color: #000000 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    letter-spacing: -0.6px;  
}
.page .page-main h3 {
    font-size: 26px !important;
    color: #000000 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    letter-spacing: -0.6px; 
}
.page .page-main hr {
    border: 1px dashed #333333; 
    margin: 30px 0; 
}



/******************************************** SINGLE **************************************************/

.single {
      
}
.single .single-main {
    padding: 150px 0px 150px 0px !important;
    font-size:14px;
    font-style:normal;
    font-weight:400;
}
.single h1 {
    font-family: "Barlow", sans-serif !important;
    font-weight: 400 !important;
    font-size: 26px !important;
    font-style: normal !important;
    color: #000000 !important;
    opacity: 1 !important;
    margin:40px 0;  
}
.single h1 span {
    font-weight: 700 !important;
}
.single .single-main h2 {
   
}
.single .single-main h3 {
 
}
.single .single-main hr {
    border: 1px dashed #333333; 
    margin: 30px 0; 
}
.single .single-main a {
 
}
.carousel-projet {
    /*background-color: #ddd;*/
        height:800px !important;
}

.carousel-projet .carousel {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-bottom:240px;
}
.carousel-projet > .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.carousel-projet .carousel-item {
    text-align: center;
}
.carousel-projet .carousel-item img {
    height:800px !important;
    width:auto !important;
    margin: auto;
}
@media(max-width:767px) {
    .carousel-projet {
        /*background-color: #ddd;*/
            height:500px !important;
    }
    .carousel-projet .carousel-item img {
        height:500px !important;
        width:auto !important;
        margin: auto;
    }
}
.carousel-projet .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #000 !important;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1 !important;
    transition: opacity .15s ease;
}
.carousel-projet .carousel-control-next-icon,
.carousel-projet .carousel-control-prev-icon {
  filter: invert(1);
}

.carousel-projet .carousel-control-next-icon,
.carousel-projet .carousel-control-prev-icon {
    position:relative;
    top: 25%;
    width: 70px !important;
    height: 70px !important;
}
.carousel-projet .carousel-control-next-icon {
    left: -200px;

}
.carousel-projet .carousel-control-prev-icon {
    right: -200px;
}
@media(max-width:767px) {
    .carousel-projet .carousel-control-next-icon {
        left: 0px;
    
    }
    .carousel-projet .carousel-control-prev-icon {
        right: 0px;
    }
}
.carousel-control-prev-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%000000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
.carousel .carousel-indicators button {
    width: 15px;
   height: 15px;
   border-radius: 100%;
 }



.carousel-indicators button.thumbnail {
  width: 90px;
  height:83px;
  text-align: center !important;
}
.carousel-indicators button.thumbnail img {
    height:83px;
    width: auto !important;
    text-align: center !important;
    margin:0 auto!important;
}
.carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.5;
}
.carousel-indicators {
  position: static;
  bottom:120px  !important;
}





.projet-infos {
    padding:140px 0 60px 0;
    font-weight:400;
    font-size:18px;
    text-align:center;
}
@media(max-width:767px) {
    .projet-infos {
        padding:60px 15px 60px 15px;
        margin-left:0 !important;
        margin-right:0 !important;
    }
    .projet-description {
        margin-left:0 !important;
        margin-right:0 !important;
    }
}
.projet-infos p strong {
    text-transform: uppercase;
    font-weight:700;
    font-size:18px;
}
.projet-description {
    font-weight:400;
    font-size:16px;    
}
.btn-back {
    width: 25px;
    height:auto;
    margin-top:-5px;
}
.btn-back:hover {
    cursor:pointer;
}


/******************************************** FOOTER **************************************************/


.footer {
    color:black;
    font-weight:400 !important;
    background-color: #f1f1f1;
}
.footer img {
    max-height:45px !important;
    width:auto !important;
    margin: -10px -20px 0 20px;
}
@media(max-width:767px) {
    .footer img {
        max-height:80px !important;
        width:inherit !important;
        margin: 0px;
        padding:0 20px;
    }
}
.footer a {
    color:black;
}
.footer-top {
    padding:45px 0 0px 0;
    font-size:14px;
}
.footer-top .container {
    max-width:800px;
}
.footer-top .col-*{
    padding:30px 30px 0 30px;
}
.footer-top ul {
    list-style-type: none;
    margin: 0;
    padding:0;
}
.footer-top ul li {
    font-size:13px;
    line-height:48px;
}
.footer-top a {
    font-size:13px;
    line-height:32px;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-top a:hover {
    color:#2d80de;
}
.footer-top h4 {
    font-size:16px;
    font-weight:600;
    line-height:24px;
}
.footer-top #text-2 {
    border-left: 2px solid blue;
    border-right: 2px solid blue;
    padding:0 20px 0 20px;
    text-transform: uppercase;
    font-size:12px !important;
    font-weight: 600;
}
.footer-top #text-3 {
    border-right: 2px solid blue;
    padding:0px 0px 0px 0px;
    line-height:42px;
    text-align:left;
    font-size:14px !important;
}
.footer-bottom {
    font-size:14px;
    padding:13px 0;
}
.footer-bottom a {
    color:black;
    text-decoration: none;
}
.footer-bottom a:hover {
    color:#2d80de ;
    text-decoration: none;
}

.footer-top .custom-html-widget {
    margin-top:-15px;
}
.footer-top .custom-html-widget i {
    margin:0 5px 0 10px;
}


@media(max-width:767px) {
    .footer-top #media_image-2 {
        padding:0 20px 15px 20px;
        text-align: center;    
    }
    .footer-top #text-2 {
        border-left: 0px solid blue;
        border-right: 0px solid blue;
        padding:0 20px 0 20px;
        text-align: center;
    }
    .footer-top #text-3 {
        border-right: 0px solid blue;
        padding:0px 0px 0px 0px;
        text-align: center;
        line-height:0;
    }
    .footer-top #custom_html-2 {
        text-align: center;
        padding:20px 0px 0px 0px;
    }
    .footer-bottom .text-center {
        padding:0 30px 0 30px;
    }
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
