/* agron home page */
.agron-home-page .area-1{
    background-image: url(https://agronplus.org/wp-content/uploads/2022/03/%D7%90%D7%92%D7%A8%D7%95%D7%9F.png);
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -80px;
    margin-bottom: 0px;
    padding: 0% 9% 0% 0%;
        background-size: cover;
}
@media (max-width: 767px) {  	
    .agron-home-page .area-1{
         padding: 0;
         margin-top: 0px;
    }
}
.agron-home-page .area-1 .background-inner{
    min-height: 100vh;
}
.agron-home-page .area-1 .blue-square{
    background-color: #0D116FDE;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0 70px 110px 80px;
    flex-basis: 45%;
    height: 100vh;
    align-items:start;
}
@media (max-width: 767px) {  	
    .agron-home-page .area-1 .blue-square{
         flex-basis: 100%;
         padding:20px;
     align-items: start;
    justify-content: start;
    }
}
.agron-home-page .area-1 h1{
    margin: 0px;
    padding: 0px;
    line-height: 40px;
    font-weight: 100;
    
}
.agron-home-page .area-1 h2{
   margin-bottom:30px;
    padding: 0px;
    line-height: 85px;
    font-size:calc(50px + 2.5vw);
}
@media (max-width: 767px) {  	
    .agron-home-page .area-1 h2{
        line-height: 50px;
    }
}
.agron-home-page .area-1 .blue-square a{
    margin: 0px 5px 10px 20px;
    width: 210px;;
    border-radius: 100px;
}
@media (max-width:767px){
    .agron-home-page .area-1 .blue-square .buttons {     
        margin-top: 30px;
    }
}
.agron-home-page .area-1 .blue-square a.search-library-button{
    background-color: #7BF3FE05;
    border-color: var(--a-global-color-orange);
    border-style: solid;
    border-width: 1px;
}
.agron-home-page .area-1 .class-2{
    flex-basis: 55%;
    padding:0 90px 110px 105px;
}
@media (max-width: 767px) {  	
    .agron-home-page .area-1 .class-2{
         flex-basis: 100%;
         padding:0;
    }
}
.agron-home-page .area-1  a.search-title-button{
    border-radius: 100px;
    width: 350px;
}
.agron-home-page .area-2 .flex-part-1{
    padding:60px;
}
.agron-home-page .area-3 .flex-part-1{
    flex-basis: 40%;
    flex-direction: column;
}
.agron-home-page .image-box-wrapper{
    text-align: center;
    flex-basis:33%;
    padding:30px;
}
@media (max-width:767px){
    .agron-home-page .image-box-wrapper { flex-basis:100%;}
}

@media (max-width:767px){
    .agron-home-page .books-review { padding:20px;	}
}
.agron-home-page .books-review .subject-title-wrap{
    margin-bottom:18px;
}
.agron-home-page .books-review .gallery-books{
    margin:20px 0 40px 0;
}
.agron-home-page .books-review .post-book-review{
    height :500px;
}
.agron-home-page .books-review .post-book-review .the-img {
   position:relative;
   
}
.agron-home-page .books-review .post-book-review .img-wrapper{
   height: 100%;
   position:relative;
   overflow:hidden;
}
.agron-home-page .books-review .post-book-review .the-img img{
    height: auto;
    width: calc(100% + 1px);
    position: absolute;
}
.agron-home-page .books-review .post-book-review .the-img::after {
    display: block;
    content: "";
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));
    background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.agron-home-page .books-review .post-book-review h3{
    border-bottom: 1px solid #eaeaea;
}
/* about */
.agron-about{
    padding: 130px 110px;
}

@media (max-width:767px){
    .agron-about { padding: 60px 30px;	}
}
/* support */
.agron-section.agron-support{
  background: #F1F2FF;
  padding: 0 120px;
}
.agron-section.agron-support .agron-container{
  background: #FFF;
}
.agron-support .grid-container{
	grid-template-columns: 1.1fr 3fr !important;
}
.search-support{
    margin: 70px 100px;
}
.support-content{
    border-right: 1px solid #B7B7B7;
    padding-right: 60px;
}
@media (max-width:767px){
    .agron-section.agron-support{padding: 0 20px;}
    .agron-support .agron-container{padding: 40px 20px;}
	.agron-support .grid-container{		grid-template-columns: repeat(1, 1fr) !important;	}
	.search-support{    margin: 0 0 30px 0;}
	.agron-support .support-menu{
	    display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
	}
	.support-content{    border:0;    padding:0;}

}


.search-support-input{
  background:#F1F2FF url(/wp-content/uploads/2022/03/icon-search-library.png) no-repeat scroll 25px 25px;
  width: 928px;
  box-shadow: 3px 2px 13px 4px rgba(0, 0, 0, 0.09);
  border-radius: 14px !important;
  border: 0 !important;
  height: 70px !important;
  background-size: 25px 25px;  
}
.support-tag:hover,.support-tag:focus{
    font-weight: bold;
    cursor: pointer;
}
.support-tag.activ{
  color: var(--a-global-color-blue);
}

/*go to library*/
.autoc-search{
	border-radius: 0px !important;
	border: 1px solid var(--a-global-color-lightblue) !important;
  	width: 360px;
  	background: url(/wp-content/uploads/2022/03/icon-search-library.png) no-repeat scroll 10px 12px;	
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--a-global-color-lightblue) !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--a-global-color-lightblue) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--a-global-color-lightblue) !important;
}


/* clients-carousel */
.clients-carousel figure{
    width: 145px;
    padding: 10px;
}
.clients-carousel img { /* related to owl slider of clients */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);  
  filter: alpha(opacity=40);
  width:80%;
 }
.clients-carousel img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  opacity: 1;
  transition: all 0.5s ease;
  filter: alpha(opacity=100);
}
.clients-carousel .owl-theme .owl-nav [class*=owl-]{
    font-size: 2em !important;
    color:black;
    border:none;
    height: 60px ;
    background: transparent;
    min-width: 30px;
}
.clients-carousel .owl-nav button:hover, .clients-carousel .owl-nav button:focus{
    background: transparent !important;
    color: black !important;
}
.clients-carousel .owl-theme .owl-nav .owl-play-pause{
    font-size: 1em !important;
}
.clients-carousel .owl-theme .owl-nav .owl-play-pause i{
    margin-top: 16px;
}
/* cross-search */
.agron-field-option label{
	vertical-align: text-top;
    max-width: 75%;
} 

.col-2{
	flex-basis: 45%;	
}
@media (max-width: 767px) {  
    
	.col-2 { flex-basis: 100%;}
}

/* book-reviews */
.agron-section.book-reviews{
    padding: 120px 60px 60px 60px;
}

.agron-section.book-reviews .grid-container{
    margin:0 40px;
}
.agron-section.book-reviews .post-title a:hover{
    color: var(--a-global-color-black);
}
@media (max-width: 767px) {  
    .agron-section.book-reviews{padding: 60px 20px;}
    .agron-section.book-reviews .grid-container{margin:0 20px;}
}
.agron-section.book-reviews .continue-reading:hover{
    color: var(--a-global-color-lightblue);
}

/* search the site  */

.search-site-results .post-support{
    border-bottom: 1px solid #B7B7B7;
    padding: 15px 0;
}







