input:not([type=submit]):focus, select:focus, textarea:focus {
    border-color: #ccc;
    box-shadow: inset 0 2px 2px rgba(0,0,0,.04);
}

/*Top*/
.scrollToTop{
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-left: -22px;
    font-size: 15px;
    width: 32px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 0;
    background: #0d0d0d;
    color: #ffffff;
    z-index: 20;
    text-transform: uppercase;
    box-shadow: 0 1px 10px rgba(0,0,0,0.15);
    cursor: pointer;
}

.scrollToTop i{
    color: white;
}


/*Author Box*/
.authorbox{
    text-align: center;
}
.authorbox .prename{
    display: inline-block;
}
.social-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-list li {
    display: inline-block;
    margin-right: 5px;
}

.elementor-invisible {
    visibility:visible;
}
.social-list a{
transition: all 0.5s ease;
}
.buildersearch-form .search-field{
    width:100%;
}
 .buildersearch-form input {
    height: 40px;
    border: 1px solid #e5e5e5;
    padding: 6px 80px 6px 15px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.buildersearch-form .search-submit{
width: 43px;
    border: 1px solid #09a223;
    background: #09a223;
    color: white;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 1em;
    letter-spacing: normal;
    cursor: pointer;
}


/*Taxonomy widget*/
.aetaxo{
    margin: 0;
    padding: 0;
    list-style-type: none; 
    overflow: hidden;
}

.aetaxo.list li{
    display: block;
    float: left;
    margin: 0;
    padding: 6px 14px;  
}

.aetaxo.full li:last-child a  {
    margin-bottom: 0 !important;
    padding-bottom: 0!important;
    border-bottom: 0!important;
}


/*Post Share*/

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*Navigation and pagination*/
.nav-links a{
    text-decoration: none;
    text-transform: uppercase;
    color: #999;
}
.nav-links .nav-previous{
    border-right: 1px solid #999;
}

.pagination-theme{
  clear:both;
  overflow: hidden;
}
.pagination-theme ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.pagination-theme li {
    display: inline-block;
    margin-right: 15px;
}

/*Content*/
.content-builder hr {
    display: block;
    width: 100%;
    height: 1px;
    background: #eeeeee;
    margin: 20px auto;
    border: 0;
}

.content-builder blockquote {
    color: #000000;
    font-size: 26px;
    font-style: italic;
    font-family: Playfair Display, serif;
    line-height: 1.5;
    background-image: url(blockquote.png);
    text-align: center;
    background-repeat: no-repeat;
    background-position: 15px 0px;
    padding: 10px 20px;
}

.content-builder .wp-caption-text {
    padding: 8px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #8e8e8e;
    font-style: italic;    
}
.content-builder figure{
        margin: 0 1em!important;
}

.aetaxo.full a{
    display: block;
    color: #86909e;
    padding: 9px 0;
    position: relative;
}

.aetaxo.full li span{
    position: absolute;
    right: 0;
}

.recent-post-widget .entry-media {
    width: 75px;
    float: left;
    margin-right: 15px;
}

.recent-post-widget .item{
    overflow: hidden;
    clear: both;
}

.recent-post-widget > .item + .item {
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
    margin-top: 20px;
}

.page-numbers {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
   padding: 0; 
}
.page-numbers li {
    float: left;
    margin-right: 10px;
}
 .page-numbers li a,.page-numbers li span {
    font-family: "Nunito", sans-serif;
    background-color: #b1b8c1;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
}

.page-numbers .current,.page-numbers li a:hover{
    background: #09a223;
    color: #fff;
}
