<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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{
position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #242C33;
    color: #fff;
    font-size: 17px;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.scrollToTop:hover {
    background: #F9B522;
    color: #fff;
}

.scrollToTop i{
    color: white;
}

/*Share*/
.pshare a + a {
    margin-left: 10px;
}
.pshare .lbel{
    margin-right: 10px;
}
/*Author Box*/
.author-box .author-pic{
    width: 75px;
}
.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; 
}

.aetaxo.full li:last-child a  {
    margin-bottom: 0 !important;
    padding-bottom: 0!important;
    border-bottom: 0!important;
}

.aetaxo li.category{
    position: relative;
    padding-left: 10px;  
}
.aetaxo li.category:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.aetaxo li.category + li.category{
    border-top: 1px solid #E0E6E8;
}

.aetaxo.list .post_tag
{
  margin-right:8px;
  margin-bottom:8px;
}
.aetaxo .post_tag a {
    display: block;
    background: #F9F9FB;
    color: #9D9D9D;
    font-size: 14px;
    font-family: 'Rubik';
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
}

/*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 &gt; .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 {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    color: #051829;
    font-weight: 500;
    border: 1px solid #DBDDDE;
}

.page-numbers .current,.page-numbers li a:hover{
   background-color: #F9B522;
    color: #fff;
}

/*Wp Insagram Widget*/
.fullwidth-insta,.columnar-insta{
    margin: 0;
    padding:0;
    list-style-type: none;
    overflow: hidden;
}
.fullwidth-insta li{
  float:left;
}

.columnar-insta li{
  float:left;
  padding:4px;
}
@media (max-width: 768px) {
.fullwidth-insta li{
  float:left;
}  
}

.xlinsta {
    display: block;
    overflow: hidden;
    position: relative;
}

.xlinsta:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    transition: .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 1;
}
.xlinsta:hover:before {
    opacity: .5;
}

.two-col{
    width:50%;
    float: left;
}
.three-col{
    width:33.33%;
    float: left;
}
.four-col{
    width:25%;
    float: left;
}
.five-col{
    width:20%;
    float: left;
}
.six-col{
    width:16.66%;
    float: left;
}
.seven-col{
    width:14.28%;
    float: left;
}
.eight-col{
    width:12.5%;
    float: left;
}
</pre></body></html>