/*
Theme Name: Trifolio new


*/

/**
* Change Log
*
* *** v1.2.5
* Upgraded Drop Down Menu
*
* *** v1.2.4
* Upgraded theme options
*
* *** v1.2.1
* Sticky top menu
* css djustedment
*
* *** v1.2.0
* Updated theme framework
*
* *** v1.1.1
* CSS Updated
* Added urlencode for socialshare link
*
* *** v1.1.0
* Added support for child theme
*
* *** v1.0.4
* Added image browser
* Fixed thumbnail size at homepage
*
* *** v1.0.3
* Fixed a text label in theme option
*
* *** v1.0.2
* Added new option for custom header and footer background
* Added new option for custom header and footer text color
* Added new option for button styles
* Added boxed layout
* Foxed short-code issue
*
* *** v1.0.1
* Added full width page template
* Added left sidebar page template
* Optimized blog page template
*
* *** v1.0.0
* Initial Release
*/

/*@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700);*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url(css/animate.css);
/* GLOBAL STYLES
   -------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    font-family: 'Inter'; /* era figtree */
    font-weight: 400;
    color: #5a5a5a;
    font-size:16px;


}

html {
    background: #121613;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper{
    padding-top:  0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    /* background: #eee url('images/wild_oliva.jpg') center bottom;  */
    background:#fff;
    background-size: 100%;
}
/*	.home .navbar-wrapper{background-position:center}   */

.home .navbar-wrapper {
    /*
    background-image: url("images/Perspective-Grid-Flat.png");
    background-position: center bottom;
    background-size: unset;
    background-repeat:no-repeat;*/
}
.page .navbar-wrapper{background-position:center top}
/*.home .navbar-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding-top:  0px;
  padding-bottom: 0px;
  background: transparent;
  margin-top: 20px;
  margin-bottom: -90px;
}*/

.navbar-wrapper .navbar {

}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
    border: 0;
    background:#fff;
    /*  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);    */
}

/* Downsize the brand/project name a bit */
.navbar .brand {
    padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);max-width: 36%;
}

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {

    padding: 15px 20px;
    /*font-weight: 600;*/

    border-top: 4px solid white;
    color: #000;
}
.navbar .nav > li > a:hover  {
    color:#2581c4;
    background: #fff;
    border-top: 4px solid #2581c4;/*
      padding-top: 11px;
      padding-bottom: 19px;*/
}

.navbar .nav > li.active > a  {
    border-color: #2581c4 !important;
    margin-top: 0px;
    /*
    color:#2581c4;


    padding-top: 0;*/


}

.navbar .nav > li.active > a:hover  {
    /*color:#2581c4;*/
    /*border: 0;*/

    /*border-top: 4px solid #2581c4;
    padding-top: 7px;
    padding-bottom: 19px;*/
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
    margin-top: 10px;
}
/*
.navbar .nav li.dropdown > .dropdown-toggle .caret {border-bottom-color: #3896BE; border-top-color: #3896BE;}
.navbar .nav li.dropdown > .dropdown-toggle a:hover .caret {border-bottom-color: #113461; border-top-color: #113461}
.nverde {
    background: #8cc63f;
    border: 3px solid #8cc63f;
    border-radius: 10px 20px 20px 10px;
    color: #fff;
    display: inline-block;
    padding: 0 8px 0 20px;
    position: relative;  font-weight: bold;
}
*/

.nverde:before{content: "\f525";display: inline-block;
    font-family: dashicons;
    font-size: 110%;
    left: -3px;
    position: absolute;
    top: -2px;
    transform: rotate(135deg);}
.entry-title{
    font-size:20pt;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
    padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
    overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
    margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
    margin-right: 40px;
}
.featurette-image.pull-right {
    margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 979px) {

    .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
    }
    .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
    }

    .carousel .item {
        height: 500px;
    }
    .carousel img {
        width: auto;
        height: 500px;
    }

    .featurette {
        height: auto;
        padding: 0;
    }
    .featurette-image.pull-left,
    .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
    }
}


@media (max-width: 767px) {

    .navbar-inner {
        margin: -20px;
    }

    .carousel {
        margin-left: -20px;
        margin-right: -20px;
    }
    .carousel .container {

    }
    .carousel .item {
        height: 300px;
    }
    .carousel img {
        height: 300px;
    }
    .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-caption .lead,
    .carousel-caption .btn {
        font-size: 18px;
    }

    .marketing .span4 + .span4 {
        margin-top: 40px;
    }

    .featurette-heading {
        font-size: 30px;
    }
    .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
    }

}



a{
    color: #226AC1;
}

h1,h2,h3,h4{ font-family: 'Open Sans'; }
h1{ font-size:24pt; margin: 5px 0px; }
h2{ font-size:20pt; margin: 5px 0px; }
h3{ font-size:14pt; margin: 5px 0px; }
h4{ font-size:12pt; margin: 5px 0px; }


.box{
    margin: 3px;
    font-size: 9pt;
}
.box .header,.box h3{
    margin: 0px;
    margin-bottom: 5px;
    padding: 5px;
    display: block;
    line-height: 25px;
}

.hlight{
    background: #fff4ca;
    background: -moz-linear-gradient(top, #fff4ca 0%, #fffbef 82%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4ca), color-stop(82%,#fffbef));
    background: -webkit-linear-gradient(top, #fff4ca 0%,#fffbef 82%);
    background: -o-linear-gradient(top, #fff4ca 0%,#fffbef 82%);
    background: -ms-linear-gradient(top, #fff4ca 0%,#fffbef 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ca', endColorstr='#fffbef',GradientType=0 );
    background: linear-gradient(top, #fff4ca 0%,#fffbef 82%);
    border:1px solid #FCEAA9;
}



.title{
    background: #e2eeff;
    background: -moz-linear-gradient(top, #e2eeff 22%, #bfdbff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(22%,#e2eeff), color-stop(100%,#bfdbff));
    background: -webkit-linear-gradient(top, #e2eeff 22%,#bfdbff 100%);
    background: -o-linear-gradient(top, #e2eeff 22%,#bfdbff 100%);
    background: -ms-linear-gradient(top, #e2eeff 22%,#bfdbff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeff', endColorstr='#bfdbff',GradientType=0 );
    background: linear-gradient(top, #e2eeff 22%,#bfdbff 100%);
    border-bottom: 1px solid #7AB1FF;
    color: #3896be;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 15px;
    position:relative
}
.title:after {content:"";position:absolute;width:0;height:0;border:solid 10px #7AB1FF;border-color:#7AB1FF transparent transparent transparent;bottom:-21px;left:50%;margin-left:-10px}



h2{
    font-size: 13pt;
}
.post h2.entry-title{
    margin-top: 0px;
    line-height: normal;
}
.post{
    clear: both;
    display: block;
}
.green_posts h2 a{
    font-size: 11pt;
}

.form-allowed-tags{
    font-family: 'courier new';
    color: #aaa;
}
.meta{
    font-size: 8pt;
    margin-bottom: 5px;
    font-style: italic;
    margin-top: 3px;

}
.arc .meta{
    color: #aaa !important;
}
.arc p{
    padding-left: 0px;
}

.bypostauthor{
    background: #eee;
}
.comment-meta *{
    font-size: 8pt;
}
.green_posts .meta,.green_posts .meta *{
    color: #336699;
}
.green_posts a{
    color: #2765B5;
    text-decoration: none;
}

.sidebar .box{
    width: 100%;
}

.box a{
    color: #226AC1;
    text-decoration: none;
}

.widget_content a:hover{
    text-decoration: underline;
}
.widget_content{
    padding: 10px 20px;
}
.widget-footer ul{
    margin: 0px;
    padding: 0px !important;
}
.widget li{
    list-style: none;
    padding: 3px 0px;

    width: 50%;
    float: left;
}

#wp-calendar{
    width: 100%;
}
#wp-calendar *{
    text-align: center;
}
.box h3{
    /*overflow: hidden;*/
}

.post ol,.post ul{
    margin-left: 20px;
    list-style: square;
}
h1,h2,h3,h4{
    clear: both;
    display: block;
}
.post h1{
    font-size:20pt;
}
.home-box{
    min-height:150px;
    /*overflow: hidden;*/
}
table{
    width: 100%;
    border-collapse: collapse;
    border-bottom:0px solid  #eeeeee;
}

th{
    background: #f5f5f5;
    border-bottom:1px solid  #eeeeee;
    padding: 5px;
    text-align: left;
}

td{
    padding: 5px;
    border-bottom:1px solid  #eeeeee;
}
.mx_comments ul ul,
.mx_comments ol ol{
    margin-left: 65px;
}
del{
    color:#800000;
}
.mx_comments ul li{
    list-style: none;
    margin-bottom: 10px;
}
.mx_comments .comment-body .comment-wrap{
    float: right;
    width:650px;
    max-width: 100%;
}

.mx_comments .children .comment-body .comment-wrap{
    float: right;
    width:585px;
    max-width: 100%;
}
.mx_comments .author-box{
    float: left;
    padding: 5px;
    margin-right: 10px;
    width: 100px;
    /* -moz-box-shadow: inset 0 0 5px #888;
 -webkit-box-shadow: inset 0 0 5px#888;
 box-shadow: inner 0 0 5px #888;  */
}

.mx_comments .commentmetadata a{
    color: #ccc;
}
.mx_comments .commentmetadata{
    font-size:12pt;
    display: block;
    line-height: 25px;
    color: #ccc;
}

.post ol li,
.mx_comments .comment-content ol li{
    list-style: decimal;
}

.post ul li,
.mx_comments .comment-content ul li{
    list-style: square;
}

.mx_comments .comment-content ol,
.mx_comments .comment-content ul{
    margin-left: 0px;
}
.mx_comments .comment-content ol ol,
.mx_comments .comment-content ul ul{
    margin-left: 20px;
}

.comment-content img, .reply-content img{
    max-width: 100%;
}
#cancel-comment-reply-link,.mx_comments .comment-reply-link{
    cursor: pointer;
    background: #ccc;
    color:#fff;
    font-size: 9pt;
    padding:2px 10px 4px 10px;
    float: right;
    font-style: italic;
    color:#333;
    margin-bottom: 10px;
}
#commentform p{
    margin-bottom:5px;

}
#commentform p .required{
    color: #ff0000;
}
#commentform p label{
    font-weight: bold;
    width: 200px;
    color: #aaa;
}
#commentform p input[type=text]{
    display: block;
    padding: 5px;

    width: 89%;

}
.comment-form-author,.comment-form-email,.comment-form-url{
    width:33%;
    float: left;
    clear: none !important;
}

.mx_comments .commentmetadata .fn ,
.mx_comments .commentmetadata .fn a{
    float: left;
    margin-right: 10px;
    font-size: 12pt;
    color: #2765B5 !important;

}
#commentform textarea{
    width: 98%;
    padding: 5px;
}

#respond{
    padding-top: 20px;
    margin-top: 20px;
}
.single p{display: block;clear: both; font-size:10pt;}


.alignright{
    float: right;
    margin: 10px 0px 10px 10px;
}
.alignleft{
    float: left;
    margin: 5px 10px 5px 0px;
}
.aligncenter{
    display: block;   margin-left: auto;   margin-right: auto;
}
.wp-caption-text{
    text-align: center;
}

.footer{
    width: 100%;
    /*background: #333 url('images/wild_oliva.png');*/
    background: #121613;
    color: #fff;
    /*margin-top: 20px;*/
    padding-top: 50px;
}
.footer a{
    color: #fff;
}

.footer .content{
    text-align: center;
    padding: 10px;
}

.footer .ftxt{
    font-size: 9pt;
}

.gallery-caption{


}

.bypostauthor{

}

.new-downloads li:nth-child(odd), .top-downloads li:nth-child(odd) {
    background: #f1f1f1;
}
.new-downloads li,.top-downloads li{
    margin-bottom: 5px;
}
.new-downloads img,.top-downloads img{
    margin-right: 5px;
}

ul ul{
    margin-left: 15px;
}

table.dtable{  width:620px; }
table.dtable *{ text-align: center !important; }
.fieldset{ border: 1px solid #7AB1FF; padding: 10px; margin-top: 10px;width:600px;}
.fieldset legend{ font-size: 13pt;}
.wpdm_package{background: #fafafa;}
.share, .share *{ border: 0px;}
.share td{
    width: 20%; overflow: hidden;
}



.sidebar .fieldset{
    width: 290px;
    margin-left: 4px;-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.sidebar a.download-link{
    margin-left: 10px;
}
.preview_img{
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

.home-box h3 img{
    margin-top: 3px;
}

.wp-caption img{
    max-width: 98.6%;
}
.wp-caption{
    padding: 0px;
    border: 1px solid #5896C9;
    display: block;
    max-width: 100%;
    /*    -moz-box-shadow: inset 0 0 5px #2765B5;
    -webkit-box-shadow: inset 0 0 5px #2765B5;
    box-shadow: inner 0 0 5px #2765B5;  */

}
.wp-caption .wp-caption-text{
    background: #C7E6F9;
    padding: 5px;
    margin: 0px;

}
.wp-caption img{
    padding: 0px;
    margin: 5px;
    margin-bottom: 0px;
}
.wp-smiley{

    border: 0px;
}

.post-categories li{
    list-style: none;
    float: left;
    margin-right: 5px;
}

ol li{
    list-style: decimal;
}

.assistive-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
span.reference a{
    text-shadow:1px 1px 1px #000;
    color:#999;
    text-transform:uppercase;
    text-decoration:none;
    position:fixed;
    right:10px;
    top:10px;
    font-size:13px;
    font-weight:bold;
}
span.reference a:hover{
    color:#555;
}
h1.title{
    color:#777;
    font-size:30px;
    margin:10px;
    font-weight:normal;
}
.footer_menu .current-menu-item a{
    background: transparent;
    font-weight: bold;
}
.footer_menu a{
    font-size:11px;
    font-style: italic;
}
.nav-next{
    float: right;
    margin: 10px 12px 10px 0;
}
.nav-previous{
    float: left;
    margin: 10px 0px;

}
.nav-previous a,
.nav-next a{
    padding: 5px 10px;
    color: #000;
    font-weight: 300;
    background: #FFCD00;
    font-size: 12pt;
}
.clear{
    clear: both;
}
.widget > div,
.widget > form,
.widget > p,
.widget > ul,
.widget > ol,
.widget > table{
    padding: 10px;
}
form.input{
    max-width:100% !important;
}

p.attachment img{
    margin: 0px auto;
}

p.attachment img.alignleft{}



.footer .widget h3{
    font-family: 'Open Sans';
    font-size:16pt;
    font-weight: 300;
    color: #fff;
}

.footer .content{
    margin-top:20px;
    /*background: rgba(0,0,0,0.4) !important;  */
}

.wpeden-bs-services {

    padding-bottom: 50px;
}

.wpeden-bs-services h2{
    font-family: 'Open Sans';
    font-size: 18pt;
    font-weight: 300;
    padding-bottom: 50px;
}
h1{
    font-family: 'Open Sans';
    font-size: 24pt;
    font-weight: 300;
}
/*
p{
    font-family: 'Open Sans';
    font-size: 12pt;
    font-weight: 300;
    line-height: 1.4;
    margin-top:10px;
}*/

pre,
code{
    display: block;
    float:left;
    max-width: 100%;
    white-space: normal !important;
}
.box.widget{

}

.box.widget h3{
    margin:6px 6px 0 6px;
    color:#000000;
    text-shadow:1px 1px 10px #ffffff;
    font-size: 12pt;
    font-weight: 400;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
}
.box.widget ul{
    margin-left:4px;
}
.box.widget ul li{
    margin:0px;
}
.box.widget li,
.box.widget p{
    font-size: 11pt;
}


.dropdown-menu a:hover{
    background: #2581c4 !important;
}


.submenu-widget .current-menu-item > a:after {content:"";background-position: -240px -96px;
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    margin-left: .3em;
    line-height: 14px;
    vertical-align: middle;
    background-image: url("bootstrap/img/glyphicons-halflings.png");
    background-repeat: no-repeat;
    margin-top: 1px;}



.dropdown-menu a{
    font-size: 11pt;
    font-weight: 300 !important;
    line-height: 25px !important;
    /*border-bottom: 1px solid #f8f8f8;     */
}
.arc-header{
    margin-left: 0px;

}
.arc-header h1{
    color: #ffffff;
    background:rgb(17, 52, 97);
    text-align: right;
    padding: 0;
    float: right;
    font-weight: 600;
    line-height: normal;
    margin: 5px 0 20px;
    text-transform:uppercase
}

.mx_comments .commentlist {
    margin: 0px;
}
.mx_comments .commentlist li{
    list-style: none;
}
.home .carousel-inner{
    background: #444444 url('images/wild_oliva.png');
}


.type-post, .type-post .post,
.type-page, .type-page .post{
    margin:0px !important;
    padding:0px !important;
}

.commentlist li{
    background: rgba(222,222,222,0.4);
}

.post:first-child{
    margin-top:0px;
}
.breadcrumb,.data{
    margin-bottom: 10px;
    font-size: 9pt;
    padding: 8px 15px; ;
    border-bottom:solid 1px #DFDFDF
}
.home .about.well:hover{
    padding:0px;
    background: #f5f5f5;
}

.home-cat-single .breadcrumb{
    font-size: 11px;
}

.home-cat-single .wpeden-blank-thumb{
    border: 1px solid #eee;
}
.about.well .wpeden-blank-thumb{
    border:0px;
}

.home .about.well{
    padding:0px;
    /*border:1px solid #fafafa;*/
    border:1px solid #d0d0d0;
    background: #fff;
    /*height: 450px;*/
    height: 370px;
    position:relative;
}

.home .about.well .btn.btn-info.btn-block {
    bottom: 0;
    position: absolute;
}
.home .about .entry-content{
    /*padding: 25px;*/
    /*padding-bottom: 0;*/
}
.media-heading{
    line-height: normal;
}
.media, .media .media{
    margin-top: 10px;
}
.home .media .media-body{
    position: absolute;
    display: none;
}
.home .media{
    background: #fafafa;
    width:160px;
    height: 125px;
    float: left;
    display: block;
    margin:0px 7px 7px 0;
}
.home .media:last-child{
    margin-right: 0px;
}

.mt5{
    margin-top: 9px;
}

.navigation .next-link{
    float: right;
}
.navigation{
    margin-bottom: 10px;
}

.entry-content,
.entry-content p{
    font-family: Inter; /* era figtree */
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}
.home-cat{
    font-size: 13pt;
    margin-bottom:15px;
}
#nav-single{
    float: right;
    margin-top: -5px;
    margin-right: -10px;
}
.btn-info,
.btn-info *,
.btn-info *:hover{
    color:#fff !important;
}
.home-cat-single .entry-title{
    min-width: 100%;
    font-size: 11pt;
    line-height: normal;
}
.home-cat-single .breadcrumb{
    margin-bottom: 0px;
}
.home-cat-single .breadcrumb,
.home-cat-single .entry-title{
    background: transparent;
    float: left;
    margin-right:10px;
    padding-left: 0px !important;
}
.home-cat-single .entry-content .entry-title{
    padding-left:10px;
}

.home-cat-single:hover .entry-content{
    display: block;
}

.home-cat-single{
    display: block;
}
.thumbail img{
    height:auto !important;
}


/* slider */

.mi-slider {
    position: relative;
    height: 450px;
}

.mi-slider ul {
    list-style-type: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 140px;
    overflow: hidden;
    text-align: center;
    pointer-events: none;
}

.no-js .mi-slider ul {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0;
    overflow: visible;
}

.mi-slider ul.mi-current {
    pointer-events: auto;
}

.mi-slider ul li {
    display: inline-block;
    padding: 20px;
    width: 20%;
    max-width: 300px;
    -webkit-transform: translateX(600%);
    transform: translateX(600%);
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.no-js .mi-slider ul li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mi-slider ul li a,
.mi-slider ul li img {
    display: block;
    margin: 0 auto;
}

.mi-slider ul li a {
    outline: none;
    cursor: pointer;
}

.mi-slider ul li img {
    max-width: 100%;
    border: none;
}

.mi-slider ul li h4 {
    display: inline-block;
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    padding: 20px 10px 0;
}

.mi-slider ul li:hover {
    opacity: 0.7;
}
.mi-slider *{
    color:#eee;
}
.mi-slider nav {
    position: relative;
    top: 360px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    border-top: 5px solid #ffffff;
}

.no-js nav {
    display: none;
}

.mi-slider nav a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 40px 30px 30px 34px;
    position: relative;
    color: #aaaaaa;
    outline: none;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.mi-slider nav a:hover,
.mi-slider nav a.mi-selected {
    color: #ffffff;
    background: transparent;
}

.mi-slider nav a.mi-selected:after,
.mi-slider nav a.mi-selected:before {
    content: '';
    position: absolute;
    top: -5px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mi-slider nav a.mi-selected:after {
    border-color: transparent;
    border-top-color: #ffffff;
    border-width: 20px;
    left: 50%;
    margin-left: -20px;
}

.mi-slider nav a.mi-selected:before {
    border-color: transparent;
    border-top-color: #ffffff;
    border-width: 27px;
    left: 50%;
    margin-left: -27px;
}

/* Move classes and animations */

.mi-slider ul:first-child li,
.no-js .mi-slider ul li {
    -webkit-animation: scaleUp 350ms ease-in-out both;
    animation: scaleUp 350ms ease-in-out both;
}

@-webkit-keyframes scaleUp {
    0% { -webkit-transform: translateX(0) scale(0); }
    100% { -webkit-transform: translateX(0) scale(1); }
}

@keyframes scaleUp {
    0% { transform: translateX(0) scale(0); }
    100% { transform: translateX(0) scale(1); }
}

.mi-slider ul:first-child li:first-child {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
}

.mi-slider ul:first-child li:nth-child(2) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}

.mi-slider ul:first-child li:nth-child(3) {
    -webkit-animation-delay: 270ms;
    animation-delay: 270ms;
}

.mi-slider ul:first-child li:nth-child(4) {
    -webkit-animation-delay: 360ms;
    animation-delay: 360ms;
}

/* moveFromRight */

.mi-slider ul.mi-moveFromRight li {
    -webkit-animation: moveFromRight 350ms ease-in-out both;
    animation: moveFromRight 350ms ease-in-out both;
}

/* moveFromLeft */

.mi-slider ul.mi-moveFromLeft li {
    -webkit-animation: moveFromLeft 350ms ease-in-out both;
    animation: moveFromLeft 350ms ease-in-out both;
}

/* moveToRight */

.mi-slider ul.mi-moveToRight li {
    -webkit-animation: moveToRight 350ms ease-in-out both;
    animation: moveToRight 350ms ease-in-out both;
}

/* moveToLeft */

.mi-slider ul.mi-moveToLeft li {
    -webkit-animation: moveToLeft 350ms ease-in-out both;
    animation: moveToLeft 350ms ease-in-out both;
}

/* Animation Delays */

.mi-slider ul.mi-moveToLeft li:first-child,
.mi-slider ul.mi-moveFromRight li:first-child,
.mi-slider ul.mi-moveToRight li:nth-child(4),
.mi-slider ul.mi-moveFromLeft li:nth-child(4) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(2),
.mi-slider ul.mi-moveFromRight li:nth-child(2),
.mi-slider ul.mi-moveToRight li:nth-child(3),
.mi-slider ul.mi-moveFromLeft li:nth-child(3) {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(3),
.mi-slider ul.mi-moveFromRight li:nth-child(3),
.mi-slider ul.mi-moveToRight li:nth-child(2),
.mi-slider ul.mi-moveFromLeft li:nth-child(2) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(4),
.mi-slider ul.mi-moveFromRight li:nth-child(4),
.mi-slider ul.mi-moveToRight li:first-child,
.mi-slider ul.mi-moveFromLeft li:first-child  {
    -webkit-animation-delay: 270ms;
    animation-delay: 270ms;
}

/* Animations */

@-webkit-keyframes moveFromRight {
    0% { -webkit-transform: translateX(600%); }
    100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveFromLeft {
    0% { -webkit-transform: translateX(-600%); }
    100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveToRight {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(600%); }
}

@-webkit-keyframes moveToLeft {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-600%); }
}

@keyframes moveFromRight {
    0% { transform: translateX(600%); }
    100% { transform: translateX(0); }
}

@keyframes moveFromLeft {
    0% { transform: translateX(-600%); }
    100% { transform: translateX(0); }
}

@keyframes moveToRight {
    0% { transform: translateX(0%); }
    100% { transform: translateX(600%); }
}

@keyframes moveToLeft {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-600%); }
}

.mi-slider {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Media Queries */
@media screen and (max-width: 910px){
    .mi-slider nav {
        max-width: 90%;
    }
    .mi-slider nav a {
        font-size: 12px;
        padding: 40px 10px 30px 14px;
    }
}

@media screen and (max-width: 740px){
    .mi-slider {
        height: 300px;
    }
    .mi-slider nav {
        top: 220px;
    }
}

@media screen and (max-width: 490px){
    .mi-slider {
        text-align: center;
        height: auto;
    }

    .mi-slider ul {
        position: relative;
        display: inline;
        bottom: auto;
        pointer-events: auto;
    }

    .mi-slider ul li {
        -webkit-animation: none !important;
        animation: none !important;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
        padding: 10px 3px;
        min-width: 140px;
    }

    .mi-slider nav {
        display: none;
    }
}


.wpeden-intro h2, .wpeden-intro > span > span > span{
    font-size: 33pt;
    color: #fff;
    text-align: center;font-weight: 600;
}
.wpeden-intro > span > span > span {background:#113461;padding:7px 5px}
.wpeden-intro h2 span,.wpeden-intro p span {
    color:rgb(17, 52, 97);
}
.wpeden-intro p{
    color: #fff;
    font-size: 17pt;
    text-align: center;
}
.call-to-action{
    margin: 0px auto;
}
.sticky{
    border:1px solid #ccc;
}
input#s{
    margin-bottom: 0px; width:auto
}

#nav-below{
    margin-left: 0px;
    margin-right: 0px;
}
.box.widget ul{
    margin-left:4px;
}
.box.widget ul,
.box.widget ul li{
    margin:0px;
}
.box.widget li{
    border-bottom: 1px solid #f1f1f1;
    padding:5px 0px !important;
}
.box.widget .menu li {border:none}
.box.widget .menu ul {margin-left:10px;border-left:dotted 2px #eee;padding-left:10px;margin-top:5px}
.box.widget li,
.box.widget p{
    font-size: 11pt;
}

embed,
iframe,
object{
    max-width: 100%;
    height:auto;
}

.boxed{
    max-width:1200px;
    margin:0px auto;
    background:#ffffff
}

.boxed .navbar-wrapper{
    padding-top: 0px;
}

#wp-calendar th{
    color:#222;
}
.boxed .navbar-wrapper .navbar{
    margin-bottom: 12.5px;
}


.btn-more{
    margin-right: -12px;
    margin-top: -5px;
    padding: 5px 5px 5px 12px!important
}

#topmenu-sticky-wrapper{
    height: 70px;width:1169px;margin:0px auto;z-index: 999999;
}

#topmenu{
    z-index: 99999999;
}


/*.about.well img {  -webkit-border-radius: 0 0 35px;border-radius: 0 0 35px;}*/


div.wpcf7-validation-errors,div.wpcf7-mail-sent-ok {clear: both;}
/*
#menu-servizi {list-style: none;margin-left: 0;}
#menu-servizi .dropdown-menu{
    position:static;float:none; border:none;-webkit-box-shadow:0 0 0;box-shadow:0 0 0; -webkit-border-radius:0; border-radius:0
}
#menu-servizi  .dropdown-submenu > .dropdown-menu   {display:block;background:#efefef;margin:0}
#menu-servizi .active .dropdown-menu  {display:block}
#menu-servizi > li > .dropdown-menu > li {border:solid 1px #3896BE;margin-bottom:5px;}
#menu-servizi > li > a {
    background: #113461;position:relative;
    color: #fff; text-align: center;
    display: block;
    line-height: 30px;
    margin-bottom: 5px;
    padding: 5px;
}*/
.span5.wpeden-intro {
    margin-top: 8%;
}
/*
#menu-servizi .dropdown .caret {border-top-color:#fff;position:absolute;top:30%;right:10px;}
*/

@media (max-width: 979px) {
    .wpeden-intro h2{font-size: 18pt;}
    .wpeden-intro p{font-size: 12pt;}

}

/*
.entry-content h3 {position:relative;background: #113461;display: inline-block;line-height: 20px;
    padding: 10px 0 10px 10px;color:#fff;min-width:100px}

.entry-content h3:after {content:"";position:absolute;width:80px;top:0;bottom:0;right:-40px;background: #113461;z-index: -1;
-moz-transform: skewX(-45deg) skewY(0deg);
-webkit-transform: skewX(-45deg) skewY(0deg);
-o-transform: skewX(-45deg) skewY(0deg);
-ms-transform: skewX(-45deg) skewY(0deg);
transform: skewX(-45deg) skewY(0deg);}
*/

.noclear {clear:none!important;}
hr{border-width: 8px 0;clear:both}
.group {text-align:center}
.group > div {margin-bottom:10px; border: 6px solid #DFDFDF;
    min-height: 68px!important;background:#fff}
.addlogo  {display:none;float:right;position:relative;max-width:5%}           /*
  .addlogo:before {border-left: 1px dotted #67badb;
    bottom: 4px;
    content: "";
    display: inline-block;
    left: -15px;
    position: absolute;
    top: 4px;
    transform: skewX(-30deg) skewY(0deg);
    width: 50px;}        .extrabold {
    font-weight: 700;
}    */
#product_search_form .btn:hover {background-position:0 0}
.green-box #searchsubmit, .red-box #searchsubmit, .orange-box #searchsubmit, .blue-box #searchsubmit, .grey-box #searchsubmit {width: 30px;background-size:cover}
.product-list .al_archive .product-attributes, #content .al_archive .product-attributes, .al_archive .product-attributes {max-height:50%!important;max-width:80%!Important}
.product-subcategories .al_archive img, .product-list .al_archive img, .al_archive a img, .page .al_archive a img{min-height: 80%!important;height: 80%!important;width:auto!important;margin-top: 0!important;min-width:0!important;right:0;left:auto!important;bottom:0;top:auto!important  }
.entry-content .al_archive h3:after {display:none}
body .wide > .container,body .wide > .footer {z-index:2;position:relative}
a#skinlink {
    position: fixed;
    background: url("images/bannertrif.png") no-repeat scroll 0 0 / cover ;
    top: 0;
    bottom: 0;
    left: 0;
    width: 11%;
    display: none;
    z-index: 1;
}
.home a#skinlink {display:block}
#skinlink span {
    display: none;
}
.post-556 .product_order {display:none}
.archive .entry-content img{margin:10px;-webkit-border-radius: 10px;border-radius: 10px;}
.tax-al_product-cat.archive .entry-content img  {float:right}
.entry-content .breadcrumb {margin-top:10px}
#bgmp_map-canvas {max-width:100%}
.entry-content .dlm-downloads > li {
    float: left;
    list-style: outside none none !important;
    margin: 0 7px 0 0;
    max-width: 49%;
}
.download-button,.download-link {
    background-image: url("https://www.trifolio.it/wp-content/uploads/2017/01/Crystal_Clear_mimetype_pdf.png") !important;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-size: 33px auto;
}
.download-link  {padding-left:20px;background-size: 13px auto;display:inline-block}
.classic-list .al_archive {min-width:97%}
@media (max-width: 768px) {.entry-content h3{line-height:normal} .footer {margin:20px -20px 0;width:auto;padding:20px}.navbar .brand{max-width:72%} .addlogo{display:none}.navbar-wrapper{margin: 0 -20px;}.home .navbar-wrapper {background-size:auto 100%;background position:top center} }

/***********/

.container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

.navbar .nav {
    position: relative;
    right: 0;
    display: block;
    float: right;
    margin: 0;
}

.navbar .nav > li {
    line-height: 46px;
}

.dropdown-menu {

    margin: 0 !important;
    border: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;

}

.dropdown-menu > li {

    border-bottom: 1px solid #2581c4;
    margin: 0;


}

.dropdown-menu > li > a {

    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;



}

.navbar .nav > li > .dropdown-menu::before {

    display: none !important;

}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}

.current-page-item a:hover {

    background: #fff;

}

.navbar .numeroverde {
    padding: 14px 20px 16px;
    float:right;
    max-width: 36%;
}

.wp-block-search__button.has-icon {
    line-height: 0;
    margin-left: 0px;
    height: 40px !important;
    width: 40px !important;
    background-color: #2581C4;
    color: #fff;


}

.wp-block-search__input {
    background-color: #121613 !important;
    color: #fff !important;
    height: 30px !important;
}

.search-icon {
    width: 30px !important;
    height: 30px !important;
    margin-left: -5px !important;
    margin-top: -3px !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/* Lorem ipsum dolor */

.wp-block-search__label {
    font-family: 'Inter'; /* Merriweather */
    font-size: 110%;
    margin-bottom: 15px;
}

.wp-block-search {
    clear: both;
}

.navbar {
    margin-bottom: 0 !important;
}

@media (max-width: 979px) {
    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar .nav > li {
        line-height: 6px;
        clear: both;
        width: 100%;
        text-align: center;
    }

    /*.navbar .numeroverde {*/
    /*    padding: 14px 20px 16px;*/

    /*    clear: both;*/

    /*    max-width: 36%;*/

    /*}*/
}

@media (max-width: 767px) {
    .navbar-inner {
        margin: 0px;
    }

    .navbar .numeroverde {
        padding: 10px;
        float:none;
        max-width: 36%;
    }

    #nrverde {
        width: 100%;
        text-align: center;
        clear: both;
    }

    .navbar .nav {
        position: relative;
        right: 0;
        display: block;
        float: none;
        margin: 0;
    }
}

h3 {
    font-family: Inter; /* era  Merriweather; */
    font-size: 40px;
    font-weight: 700;
    line-height: 50.28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #003d7c;
}

h4, .wpeden-bs-services h2 {
    /* h4 */
    font-family: 'Inter'; /*     era Merriweather; */
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 34px;

    /* secondary */
    color: #003D7C;


}

.span4, .span12 {
    margin-left: 0 !important;
}

.wpcf7-text, textarea, select, .wpcf7-select {
    padding: 12px !important;
    color: #000 !important;
}

.wpcf7-select {

    width: 98%;
    min-height: 45px;
}

::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #000;
}

textarea {
    width: 92%;
}

.wpcf7-submit, .wpcf7-submit:disabled {

    background: #2581c4;
    padding: 20px;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: none;

}

.entry-title {
    font-family: Inter;
    font-size: 70px !important;
    font-weight: 700;
    line-height: 87.99px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    display: block;
    width: 100%;
    text-align: center;
    color: #fff;

}
