/*
* Version: 1.5.0
*/

/* =============================================================================

1. General styles (Buttons, Inputs, Typography)
2. Page loadig animation
3. Page container
4. Site header (Panel with logo & navigation)
5. Site content
6. Pages
7. Sliders (testimonials & portfolio carousels)
8. Portfolio Full info page
9. Single Page Layout (Blog Post page ...)
10. Pricing
11. Blog
12. 404 Page
13. Media Queries
14. Additional Home Page Styles
15. Updates

============================================================================= */

/* Google fonts */
/* @import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i'); */
/* inserted link to css in html - much faster, and with display swap! */

/* Linear Icons Font */
/* @import url('./fonts/linear-icons-font/style.css'); */

/* FontAwesome Free Icons Font */
/* @import url('./fonts/fontawesome-free-5.12.1-web/css/all.min.css'); */

/* @import url('./fonts/linecons/style.css'); */

/* FONTELLO - icon-name custom dave-icons */
@font-face {
    font-family: "dave-icons";
    src: url("../font/dave-icons.eot?11974736");
    src:
        url("../font/dave-icons.eot?11974736#iefix") format("embedded-opentype"),
        url("../font/dave-icons.woff2?11974736") format("woff2"),
        url("../font/dave-icons.woff?11974736") format("woff"),
        url("../font/dave-icons.ttf?11974736") format("truetype"),
        url("../font/dave-icons.svg?11974736#dave-icons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'dave-icons';
    src: url('../font/dave-icons.svg?11974736#dave-icons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "dave-icons";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-mail:before {
    content: "\e800";
} /* '' */
.icon-heart-empty:before {
    content: "\e801";
} /* '' */
.icon-star-empty:before {
    content: "\e802";
} /* '' */
.icon-ok-circled2:before {
    content: "\e803";
} /* '' */
.icon-cancel-circled2:before {
    content: "\e804";
} /* '' */
.icon-link:before {
    content: "\e805";
} /* '' */
.icon-attach:before {
    content: "\e806";
} /* '' */
.icon-calendar:before {
    content: "\e808";
} /* '' */
.icon-cog-alt:before {
    content: "\e809";
} /* '' */
.icon-globe:before {
    content: "\e80c";
} /* '' */
.icon-check:before {
    content: "\e80d";
} /* '' */
.icon-chart-bar:before {
    content: "\e80e";
} /* '' */
.icon-award:before {
    content: "\e810";
} /* '' */
.icon-bookmark-empty:before {
    content: "\f097";
} /* '' */
.icon-twitter:before {
    content: "\f099";
} /* '' */
.icon-facebook:before {
    content: "\f09a";
} /* '' */
.icon-menu:before {
    content: "\f0c9";
} /* '' */
.icon-magic:before {
    content: "\f0d0";
} /* '' */
.icon-money:before {
    content: "\f0d6";
} /* '' */
.icon-linkedin:before {
    content: "\f0e1";
} /* '' */
.icon-chat-empty:before {
    content: "\f0e6";
} /* '' */
.icon-sitemap:before {
    content: "\f0e8";
} /* '' */
.icon-suitcase:before {
    content: "\f0f2";
} /* '' */
.icon-medkit:before {
    content: "\f0fa";
} /* '' */
.icon-plus-squared:before {
    content: "\f0fe";
} /* '' */
.icon-angle-up:before {
    content: "\f106";
} /* '' */
.icon-desktop:before {
    content: "\f108";
} /* '' */
.icon-laptop:before {
    content: "\f109";
} /* '' */
.icon-tablet:before {
    content: "\f10a";
} /* '' */
.icon-mobile:before {
    content: "\f10b";
} /* '' */
.icon-folder-empty:before {
    content: "\f114";
} /* '' */
.icon-euro:before {
    content: "\f153";
} /* '' */
.icon-plus-squared-alt:before {
    content: "\f196";
} /* '' */
.icon-bank:before {
    content: "\f19c";
} /* '' */
.icon-graduation-cap:before {
    content: "\f19d";
} /* '' */
.icon-file-pdf:before {
    content: "\f1c1";
} /* '' */
.icon-codeopen:before {
    content: "\f1cb";
} /* '' */
.icon-paper-plane-empty:before {
    content: "\f1d9";
} /* '' */
.icon-newspaper:before {
    content: "\f1ea";
} /* '' */
.icon-facebook-official:before {
    content: "\f230";
} /* '' */
.icon-whatsapp:before {
    content: "\f232";
} /* '' */
.icon-balance-scale:before {
    content: "\f24e";
} /* '' */
.icon-user-circle-o:before {
    content: "\f2be";
} /* '' */
.icon-user-o:before {
    content: "\f2c0";
} /* '' */
.icon-twitter-squared:before {
    content: "\f304";
} /* '' */
.icon-facebook-squared:before {
    content: "\f308";
} /* '' */
.icon-linkedin-squared:before {
    content: "\f30c";
} /* '' */

/* =============================================================================
1. General styles
============================================================================= */

html {
    position: relative;
    height: 100%;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    position: initial;
    font-family: "Poppins", Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #007ced;
    background-position: center center;
    background-size: calc(100% + 25px);
    background-repeat: repeat;
    background-attachment: fixed;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Body Animated Background */
.lm-animated-bg {
    position: absolute;
    width: auto;
    height: auto;
    top: -18px;
    left: -18px;
    right: -18px;
    bottom: -18px;
    /* background-image: url(../img/main_bg.png); */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

@media only screen and (min-width: 992px) {
    .lm-animated-bg {
        background-image: url("../img/main_bg.png");
    }

    @supports (
        background-image: -webkit-image-set(url("../img/main_bg.webp") 1x)
    ) {
        .lm-animated-bg {
            background-image: -webkit-image-set(url("../img/main_bg.webp") 1x);
        }
    }

    @supports not (background-image: url("../img/main_bg.webp")) {
        .lm-animated-bg {
            background-image: url("../img/main_bg.png");
            background: url("../img/main_bg.png") no-repeat scroll right top
                #007ced;
        }
    }

    .lm-animated-bg {
        background-image: url("../img/main_bg.webp");
    }
}

.page-scroll {
    width: 100%;
    height: auto;
    min-height: 100%;
    vertical-align: middle;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.add-prespective {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}

body.ajax-page-visible {
    overflow: hidden;
}

.transition {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a {
    color: #005BAA; /* readability contrast */
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #ff9800;
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Poppins', Helvetica, sans-serif; */
    font-weight: 600;
    font-style: normal;
    color: #333333;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

body,
p {
    /* font-family: 'Poppins', Helvetica, sans-serif; */
    font-size: 15px;
    font-weight: 400;
    /* font-style: normal; */
    line-height: 1.75em;
    color: #666666;
}

p {
    font-size: 15px;
    color: #666;
    margin: 0 0 10px;
}

p.lead {
    font-size: 18px;
    margin: 25px 0;
}

ol,
ul {
    padding: 0 0 0 60px;
    margin: 1em 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 24px;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.mobile-visible {
    display: none;
    visibility: hidden;
}

.mobile-hidden {
    display: block;
    visibility: visible;
}

/* Form controls */
.form-group {
    position: relative;
    /* margin: 0 0 21.5px; */
    /*margin: 0 0 27.5px;*/
    margin: 0 0 25px;
}
.form-control,
.form-control:focus {
    height: 42px;
}

#form_message {
    height: 176px !important;
}

.form-control,
.form-control:focus,
.has-error .form-control,
.has-error .form-control:focus,
input[type="search"],
input[type="password"],
input[type="text"],
input[type="email"] {
    position: relative;
    border: 2px solid #bfbfbf;
    border-radius: 5px;
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 10px 25px 10px 12px;
    width: 100%;
    min-width: 100%;
    background: 0 0;
    text-align: left;
    color: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    /* font-family: 'Poppins', Helvetica, sans-serif; */
}

.form-control,
.form-control:focus,
.has-error .form-control,
.has-error .form-control:focus,
input[type="search"],
input[type="password"],
input[type="text"] input[type="email"],
.header-search input.form-control {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

textarea.form-control,
textarea.form-control:focus {
    height: auto;
}

.form-control + .form-control-border {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    border-radius: 5px;
    top: 0;
    opacity: 0;
    background: transparent !important;
    border: 2px solid #007ced;
    border-right-width: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-control:focus + .form-control-border {
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    opacity: 1;
    border-right-width: 2px;
}

.has-error .form-control + .form-control-border {
    border-color: #ff4c4c;
    background-color: transparent;
}

/* Placeholders */
.form-control::-moz-placeholder {
    color: #adadac;
}

.form-control:-ms-input-placeholder {
    color: #adadac;
}

.form-control::-webkit-input-placeholder {
    color: #adadac;
}

.form-group .help-block {
    position: absolute;
    display: inline-block;
    padding: 2px 10px;
    /* font-size: 0.93em; */
    line-height: 1.75em;
    margin: -2px 0 0 10px;
    color: #fff;
    background: #ff4e4e;
    z-index: 1;
}

.form-group .help-block:after {
    content: " ";
    position: absolute;
    left: 5px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ff4e4e;
    border-right: 10px solid transparent;
}
.form-group .help-block:empty {
    display: none;
}

.form-group-with-icon i {
    position: absolute;
    font-size: 16px;
    top: 13px;
    right: 13px;
    color: #d3d3d3;
}

.form-group-with-icon.form-group-focus i {
    color: #007ced;
}

.form-group.form-group-w-checkbox {
    padding-top: 0;
    padding-bottom: 8px;
    margin-bottom: 17px;
}

.form-group-with-icon.form-group-w-checkbox {
    padding-top: 8px;
    padding-left: 52px;
    margin-bottom: 25px;
}

.form-group .form-control-checkbox + label,
.form-group.form-group-focus .form-control-checkbox + label {
    position: relative;
    display: inline;
    left: 0;
    top: 0;
    font-size: 1em;
    opacity: 1;
}

.form-group .form-control-checkbox,
.form-group.form-group-focus .form-control-checkbox {
    display: inline-block;
    width: auto;
    height: auto;
    top: 2px;
}

.form-group.form-group-w-checkbox .help-block {
    top: 100%;
    left: 0;
    margin-left: 0;
}

.form-group.form-group-with-icon.form-group-w-checkbox .help-block {
    left: 52px;
}
/* /Form controls */

.subpage-block {
    margin-bottom: 30px;
}

.text-rotation {
    display: block;
}

figure {
    max-width: 100%;
}

.hidden {
    display: none;
    visibility: hidden;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* buttons */
.btn-primary,
.btn-secondary,
button,
input[type="button"],
input[type="submit"],
.wp-block-button .wp-block-button__link {
    display: inline-block;
    position: relative;
    padding: 0.8em 2.1em;
    margin-bottom: 0.75em;
    margin-right: 0.25em;
    font-size: 1em;
    line-height: 1.2;
    border: 0;
    outline: 0;
    border: 2px solid #007ced;
    color: #fff;
    text-shadow: none;
    background-color: #007ced;
    border-radius: 30px;
    /* font-family: 'Poppins', Helvetica, sans-serif; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.22);
}

.btn-primary:last-child,
.btn-secondary:last-child,
button:last-child,
input[type="button"]:last-child,
input[type="submit"]:last-child,
.wp-block-button .wp-block-button__link:last-child {
    margin-right: 0;
}

.btn-primary:hover,
.btn-primary:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #fff;
    color: #222;
    border: 2px solid #007ced;
}

.btn-scale:hover {
    scale: 1.1;
}

.btn-scale-shadow:hover {
    scale: 1.1;
    /* -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px); */
    -webkit-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
}

.btn-secondary {
    border-color: #d5d5d5;
    background-color: #fff;
    box-shadow: 0px 10px 10px -8px #d5d5d5;
    color: #666;
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    border-color: #d5d5d5;
    background-color: #d5d5d5;
}

.mfp-container button {
    box-shadow: none;
}
/* / buttons */

.border-top {
    border-top: 2px solid #007ced;
}

.border-bottom {
    border-bottom: 2px solid #007ced;
}

/* Footer */
body > footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

/* copyrights block */
body > footer .copyrights {
    display: block;
    margin-bottom: 12px;
    text-align: center;
    font-size: 12px;
    color: #9e9e9e;
}

/* / Footer */

/* Alignment */

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    margin-left: -120px;
    margin-right: -120px;
    min-width: calc(100% + 240px);
}

.alignwide {
    margin-left: -60px;
    margin-right: -60px;
    min-width: calc(100% + 120px);
}

/* blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
  margin-bottom: 17px;
} */

/* Assistive text */

/* table */
table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
    padding: 0.5em;
}

td {
    border-width: 0 1px 1px 0;
    padding: 0.5em;
}

/* White Spaces */
.p-10 {
    padding-top: 10px;
}

.p-20 {
    padding-top: 20px;
}

.p-30 {
    padding-top: 30px;
}

.p-40 {
    padding-top: 40px;
}

.p-50 {
    padding-top: 50px;
}

.p-60 {
    padding-top: 60px;
}

.p-70 {
    padding-top: 70px;
}

.p-80 {
    padding-top: 80px;
}

.p-90 {
    padding-top: 90px;
}

.p-100 {
    padding-top: 100px;
}

@media only screen and (max-width: 574px) {
    .p-30-mobile-only {
        padding-top: 30px;
    }
    .p-45-mobile-only {
        padding-top: 45px;
    }
    .p-50-mobile-only {
        padding-top: 50px;
    }
}

/* =============================================================================
2. Page loadig animation
============================================================================= */
.no-js .preloader,
.no-js .preloader-portfolio {
    display: none;
}
.preloader,
.preloader-portfolio {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

.preloader-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    background-color: inherit;
    color: inherit;
    opacity: 1;
    transition: opacity 0.3s;
    transform: translate3d(-50%, -50%, 0);
}

.preloader-spinner {
    width: 52px;
    height: 52px;
    margin: 100px auto;
    background-color: #007ced;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
}

/* =============================================================================
3. Page container
============================================================================= */
.page-container {
    display: flex;
    flex-flow: column;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 1240px;
    margin: 3% auto;
    padding: 40px 70px 60px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.transform3d {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.flex-v-align {
    vertical-align: middle;
    width: 100%;
    min-height: 100%;
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0;
}

.flex-direction-reverse {
    flex-direction: row-reverse;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes flipInLeft {
    from {
        -webkit-transform: translateZ(-1000px) rotateY(-90deg);
        opacity: 0.2;
    }
}
@keyframes flipInLeft {
    from {
        -webkit-transform: translateZ(-1000px) rotateY(-90deg);
        transform: translateZ(-1000px) rotateY(-90deg);
        opacity: 0.2;
    }
}

.transition-flip-in-right {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipInLeft 0.5s both ease-out;
    animation: flipInLeft 0.5s both ease-out;
}

.transition-swap {
    -webkit-animation-name: swap;
    animation-name: swap;
}

@-webkit-keyframes swap {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scale(0, 0) translate(0px, 0px);
        transform: scale(0, 0) translate(0px, 0px);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: scale(1, 1) translate(0px, 0px);
        transform: scale(1, 1) translate(0px, 0px);
    }
}

@keyframes swap {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scale(0, 0) translate(0px, 0px);
        transform: scale(0, 0) translate(0px, 0px);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: scale(1, 1) translate(0px, 0px);
        transform: scale(1, 1) translate(0px, 0px);
    }
}

.transition-vanish-in {
    -webkit-animation-name: vanishIn;
    animation-name: vanishIn;
}

@-webkit-keyframes vanishIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        -webkit-filter: blur(90px);
        filter: blur(90px);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes vanishIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        -webkit-filter: blur(90px);
        filter: blur(90px);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

.transition-puff-in {
    -webkit-animation-name: puffIn;
    animation-name: puffIn;
}

@-webkit-keyframes puffIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes puffIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

.transition-space-in-right {
    -webkit-animation-name: spaceInRight;
    animation-name: spaceInRight;
}

@-webkit-keyframes spaceInRight {
    0% {
        opacity: 0;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale(0.2) translate(200%, 0%);
        transform: scale(0.2) translate(200%, 0%);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale(1) translate(0%, 0%);
        transform: scale(1) translate(0%, 0%);
    }
}

@keyframes spaceInRight {
    0% {
        opacity: 0;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale(0.2) translate(200%, 0%);
        transform: scale(0.2) translate(200%, 0%);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale(1) translate(0%, 0%);
        transform: scale(1) translate(0%, 0%);
    }
}

.transition-twister-in-up {
    -webkit-animation-name: twisterInUp;
    animation-name: twisterInUp;
}

@-webkit-keyframes twisterInUp {
    0% {
        opacity: 0;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: scale(0, 0) rotate(360deg) translateY(100%);
        transform: scale(0, 0) rotate(360deg) translateY(100%);
    }
    30% {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: scale(0, 0) rotate(360deg) translateY(100%);
        transform: scale(0, 0) rotate(360deg) translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1, 1) rotate(0deg) translateY(0);
        transform: scale(1, 1) rotate(0deg) translateY(0);
    }
}

@keyframes twisterInUp {
    0% {
        opacity: 0;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: scale(0, 0) rotate(360deg) translateY(100%);
        transform: scale(0, 0) rotate(360deg) translateY(100%);
    }
    30% {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: scale(0, 0) rotate(360deg) translateY(100%);
        transform: scale(0, 0) rotate(360deg) translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1, 1) rotate(0deg) translateY(0);
        transform: scale(1, 1) rotate(0deg) translateY(0);
    }
}

/* =============================================================================
4. Site header (Panel with logo & navigation)
============================================================================= */
.header {
    display: block;
    width: 100%;
    padding-bottom: 40px;
    position: relative;
}

@media only screen and (min-width: 991px) {
    .header {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}

.header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    right: 0;
    margin: 0 auto;
    max-width: 1240px;
    padding: 20px 50px;
}

.text-logo {
    float: left;
}

.text-logo a {
    display: block;
    outline: 0;
}

.text-logo a:focus {
    outline: 0;
}

.logo-symbol {
    float: left;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #007ced;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin-right: 8px;
    margin-top: 4px;
}

.logo-text {
    float: left;
    line-height: 50px;
    font-size: 20px;
    color: #222;
    font-weight: 600;
}

.logo-text span {
    font-weight: 400;
}

.header-image {
    float: left;
    margin-right: 10px;
}

.site-nav {
    float: right;
}

.lang-nav {
    height: 26px;
    width: 26px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.site-main-menu {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 99;
}

.site-main-menu li {
    display: inline-block;
    position: relative;
    color: #333;
    text-decoration: none;
    margin-right: 40px;
}

.site-main-menu li:last-child {
    margin-right: 0;
}

.site-main-menu li a {
    color: #333;
    text-decoration: none;
    line-height: 50px;
    font-size: 18px;
    opacity: 0.55;
}

.site-main-menu li.current-menu-item > a,
.site-main-menu li.current-menu-parent > a,
.site-main-menu li:hover > a {
    opacity: 1;
}

/* @media only screen and (min-width: 992px) {
    .site-main-menu li:hover > .sub-menu {
      visibility: visible;
      opacity: 1;
      top: 100%;
    }

    .site-main-menu .sub-menu {
      display: block;
      position: absolute;
      background-color: #fff;
      left: -23px;
      top: 100px;
      width: auto;
      max-width: none;
      margin: 0;
      padding: 20px 23px;
      border-radius: 8px;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.1);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.1);
      box-shadow: 0px 0px 20px 0px rgba(0,0,0,.1);
      opacity: 0;
      visibility: hidden;
      -moz-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
    }

    .site-main-menu li:last-child > .sub-menu {
      left: auto;
      right: 0;
    }

    .sub-menu li {
      display: block;
      margin: 0 0 12px;
      padding: 0;
    }

    .sub-menu li:last-child {
      margin-bottom: 0;
    }

    .sub-menu li a {
      display: block;
      opacity: .5;
      line-height: 1.6em;
      width: max-content;
    }

    .sub-menu li.current-menu-item a,
    .sub-menu li a:hover {
      opacity: 1;
    }

   .site-main-menu .menu-item-has-children > a:after {
      content: "\f107";
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-weight: 700;
      text-rendering: auto;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      margin-left: 5px;
      opacity: .3;
      background-color: transparent;
    }
} */

/* =============================================================================
5. Site content
============================================================================= */
.page-title {
    display: block;
    position: relative;
    background-color: #fdfdfd;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    padding: 65px 70px;
    margin-right: -70px;
    margin-left: -70px;
    margin-bottom: 65px;
    text-align: left;
}

.list-view .page-title {
    margin-bottom: 35px;
}

.page-title h1 {
    font-size: 44px;
    font-weight: 600;
    margin: 0;
}

.page-title .page-subtitle {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 70px;
}

.page-title .page-subtitle h4 {
    color: #aaa;
    font-weight: 400;
    font-size: 15px;
    margin: 1.33em 0;
}

.page-layout {
    position: relative;
    min-height: 100%;
    height: 100%;
}
/* Page header */
.page-header {
    margin-top: 0;
}

.list-view .paging-navigation {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
}

/* custom-pages */
.block-title h2 {
    display: inline-block;
    position: relative;
    font-size: 22px;
    margin: 0 0 30px;
    z-index: 1;
    padding-bottom: 10px;
}

.block-title h2:after {
    display: block;
    position: absolute;
    content: "";
    width: 40px;
    background-color: #007ced;
    height: 2px;
    bottom: 0;
}

.block-title h2:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    background-color: #f5f5f5;
    height: 2px;
    bottom: 0;
}

.block-title h3 span {
    color: #007ced;
}

.custom-page-content .block {
    margin-bottom: 30px;
}

.custom-page-content .page-content {
    background-color: #fff;
}

.lmpixels-scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 100;
    display: inline-block;
    padding: 0;
    background-color: #fafafa;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px; /* was 50 */
    font-size: 25px; /* was 24 */
    cursor: pointer;
    border: 1px solid #e5e5e5;
    color: #333;
    opacity: 1;
    border-radius: 8px;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}

.lmpixels-scroll-to-top:hover {
    color: #0099e5;
}

.lmpixels-scroll-to-top.hidden-btn {
    opacity: 0;
    visibility: hidden;
}

/* =============================================================================
6. Home Page Top Part
============================================================================= */
/* =======================================
6.1. Home Page Top Part 1
======================================= */
.home-content {
    /* margin: 5% 10%; */
    margin: 5% 9%;
}

.home-text {
    text-align: left;
    padding-right: 10px;
}

.home-text.hp-left {
    padding-left: 25px;
    padding-right: 0;
}

.home-text h1 {
    font-size: 48px;
    line-height: 56px;
    /* margin-top: 0; */
    margin-bottom: 20px;
    margin-left: -5px;
}

.home-text h4 {
    font-size: 16px;
    color: #aaa;
    font-weight: 300;
    margin-bottom: 10px;
}

.home-photo {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: calc(100% - 36px);
    background-color: #fff;
    border-radius: 1000px;
    border: 18px solid #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    scale: 0.96;
}

.home-photo .hp-inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    display: block;
    position: absolute;
    top: -18px;
    bottom: -18px;
    width: auto;
    left: -18px;
    right: -18px;
}

.home-buttons {
    margin-top: 27px;
}

@media only screen and (max-width: 1100px) {
    .home-content {
        margin: 5% 0;
    }
}

@media only screen and (max-width: 767px) {
    .home-photo {
        width: 60%;
        padding-bottom: calc(60% - 36px);
        margin: 30px auto;
    }

    .home-text {
        padding-right: 0;
    }

    .home-text.hp-left {
        padding-left: 0;
    }

    .home-text h1,
    .home-text h4 {
        text-align: center;
        line-height: 1.5em;
        margin-left: 0px;
    }

    .home-buttons {
        text-align: center;
    }
}

@media only screen and (max-width: 648px) {
    .home-photo,
    .home-photo.hp-left {
        width: 70%;
        padding-bottom: calc(70% - 36px);
    }
}

@media only screen and (max-width: 500px) {
    .home-photo,
    .home-photo.hp-left {
        width: 90%;
        padding-bottom: calc(90% - 36px);
    }

    .home-text h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .home-text h4 {
        font-size: 15px;
        padding-bottom: 0.5em;
    }
}

/* =============================================================================
6. Pages
============================================================================= */
/* =======================================
6.1. Home
======================================= */
.info-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-list li {
    margin: 6px 0;
    text-align: left;
}

.info-list li .title {
    display: inline-block;
    font-weight: 600;
    margin-right: 15px;
    /* font-family: Poppins, Helvetica, sans-serif; */
}

.info-list li .title:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #007ced;
}

.info-list li .value {
    display: inline-block;
}

/* Social links */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .start-page .section-inner.vcentered .mask {
        height: 100vh;
    }
}

/* =======================================
6.2. Resume subpage
======================================= */
/* Info List 2 */
.info-block-w-icon {
    position: relative;
    text-align: left;
    width: 100%;
    display: table;
    margin: 0;
    padding: 0 10px 40px 0;
}

.info-block-w-icon .ci-icon {
    position: relative;
    display: table-cell;
    padding: 10px 10px 5px 0;
    width: 44px;
}

.round-icon {
    border-radius: 50%;
    padding: 5px;
    color: white;
    font-size: 26px;
}

.hov-effect:hover {
    opacity: 0.7;
}

.info-block-w-icon .ci-text {
    position: relative;
    display: table-cell;
    padding: 0 0 0 15px;
    vertical-align: middle;
}

.info-block-w-icon .ci-text h4 {
    /* margin: 7px 0; */
    margin: 15px 0 7px 0;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
}

/* .info-block-w-icon .ci-text p {
  font-size: .92em;
} */

.info-block-w-icon .ci-text p:last-child {
    margin-bottom: 0;
}

.info-block-w-icon i {
    position: relative;
    display: table-cell;
    font-size: 35px;
    color: #007ced;
}

.info-block-w-icon img {
    position: relative;
    max-width: 54px;
}

i.adj-padding::before {
    padding-left: 7px;
}

/* .icon-red {
  color:red !important;
} */

/* Timeline */
.timeline-item {
    position: relative;
    padding: 25px 0 20px 40px;
}

.timeline-item:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    background-color: #f5f6f9;
    width: 1px;
    left: 15px;
    bottom: 5px;
}

.timeline-item:after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    background-color: #f5f6f9;
    width: calc(100% - 15px);
    left: 15px;
    bottom: 3px;
}

.timeline-item:first-child {
    padding-top: 3px;
}

.timeline-item:last-child:after {
    display: none;
}

.timeline-item:last-child {
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .add-border:after {
        content: "";
        position: absolute;
        display: block !important;
        height: 1px;
        background-color: #f5f6f9;
        width: calc(100% - 15px);
        left: 15px;
        bottom: 3px;
    }
    .add-border {
        margin-bottom: 0 !important;
    }
    .add-border2:first-child {
        padding-top: 25px;
    }
    .timeline-item h5 {
        display: inline-block !important; /* Forza il comportamento di blocco */
    }
    .timeline-item .item-company {
        display: block !important; /* Per i dispositivi mobili, forza anche questo a un blocco */
    }
}

.timeline-item h5.item-period {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 5px -40px;
    color: #666;
    background-color: #fff;
    padding: 0 10px;
    line-height: 23px;
    border: 2px solid #007ced;
    border-radius: 30px;
    margin-righ: 5px;
}

.timeline-item .item-company {
    display: inline-block;
    font-size: 15px;
    /* color: #666; */
    color: #333;
    opacity: 0.7;
    margin-left: 5px;
}

.timeline-item .item-title {
    font-size: 16px;
    margin: 10px 0 7px;
}

@media only screen and (min-width: 576px) {
    .timeline-item .item-title {
        line-height: 1.61em;
    }
}

.timeline-item p {
    /* font-size: .92em; */
    font-size: 15px;
}

/* Certificates */
.certificate-item {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 20px;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.certificate-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
}

.certi-logo {
    display: table-cell;
    width: 120px;
    height: 100%;
    background-color: #f5f5f5;
    padding: 20px;
    vertical-align: middle;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.certi-logo img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.certi-content {
    display: table-cell;
    width: 100%;
    padding: 20px 25px;
    vertical-align: middle;
}

.certi-title h4 {
    font-size: 16px;
    margin: 0 0 5px;
}

.certi-id {
    /* font-size: .9em; */
    font-size: 15px;
    color: #777;
}

.certi-date {
    /* font-size: 0.7em; */
    font-size: 13px;
    color: #777;
    opacity: 0.7;
}

/* Skills First Style */
.skills-info.skills-first-style {
    margin-bottom: 30px;
    width: 95%;
}

@media only screen and (max-width: 575px) {
    .skills-info.skills-first-style {
        width: 100%;
    }
}

.skills-info.skills-first-style h4 {
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
    float: left;
    margin: 0 0 4px;
    font-weight: 500;
}

.skills-first-style .skill-container {
    position: relative;
    background-color: transparent;
    border: 2px solid #e5e5e5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 12px;
    margin-bottom: 25px;
    width: 100%;
}

.skills-first-style .skill-value {
    font-size: 15px;
    /* line-height: 1.1em; */
    position: relative;
    float: right;
    margin: 0 0 4px;
    color: #777;
}

.skills-first-style .skill-percentage {
    background-color: #007ced;
    border: 2px solid #fff;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    height: 8px;
    padding: 0;
}

/* =======================================
6.3. Services
======================================= */
/* Services */
.service-block {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
}

.service-block img {
    max-width: 100px;
    max-height: 74px;
    margin: 0 0 18px;
}

.service-icon {
    display: block;
    font-size: 48px;
    line-height: 80px;
    color: #fff;
    background-color: #007ced;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    margin: 5px auto 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-icon:hover {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15);
}

/* Testimonials */

/* Testimonials Slider */

/* Testimonials */

/* Clients */

/* Clients Slider */

/* Info Block */
.lm-info-block {
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 0 15px;
    background: #fff;
    padding: 25px 10px 15px;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.lm-info-block:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 17px rgba(0, 0, 0, 0.12);
}

.lm-info-block.gray-bg {
    background-color: #fcfcfc;
}

.lm-info-block h4 {
    font-size: 16px;
    margin: 15px;
    font-weight: 500;
}

.lm-info-block-no-side-margins h4 {
    margin: 15px 0px 15px !important;
}

.lm-info-block i {
    position: relative;
    font-size: 33px;
    color: #007ced;
    margin-bottom: 6px;
    width: 33px;
    height: 33px;
}

.lm-info-block .lm-info-block {
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin: 10px 0;
    color: #007ced;
}

.lm-info-block-value {
    color: #d5d5d5;
    font-size: 48px;
    line-height: 52px;
    display: block;
    margin: 15px 0 10px;
}

.lm-info-block-text {
    display: block;
    /* color: #999; */
    color: #888;
    font-size: 16px;
    padding-bottom: 10px;
}

.alter-padding {
    padding-right: 12px;
    padding-left: 12px;
    /* original in boostrap.css is 15px */
}

/* =======================================
6.4. Portfolio
======================================= */
/* .portfolio-filters {
  list-style: none;
  padding: 0;
  margin: 0 0 2em;
  text-align: right;
}
.portfolio-filters li {
  display: inline-block;
}

.portfolio-filters li a,
.portfolio-filters li a:hover,
.portfolio-filters li a:not([href]) {
  color: #222;
  font-size: 12px;
  line-height: 1.5;
  padding: 3px 14px;
  text-decoration: none;
  opacity: .5;
  cursor: pointer;
}

.portfolio-filters li.active a,
.portfolio-filters li.active a:hover,
.portfolio-filters li a:hover {
  opacity: 1;
}

.pf-load-more {
    margin-top: 40px;
}

.portfolio-grid {
  margin-left: -8px;
  margin-right: -8px;
}

.portfolio-grid figure {
  width: 33.33333%;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 8px;
  border-radius: 12px;
}

.portfolio-grid img {
  position: relative;
  display: block;
  width: 100%;
}

.portfolio-grid.one-column figure {
  width: 100%;
}

.portfolio-grid.two-columns figure {
  width: calc(50% - 16px);
}

.portfolio-grid.three-columns figure {
  width: calc(33.33333% - 16px);
}

.portfolio-grid.four-columns figure {
  width: calc(25% - 16px);
}

.portfolio-grid.five-columns figure {
  width: calc(20% - 16px);
}

.portfolio-grid img {
  position: relative;
  display: block;
  width: 100%;
}

.portfolio-grid figure a,
.portfolio-rid figure img {
  display: block;
  position: relative;
}

.portfolio-grid figure img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio-grid figure:hover img {
  transform: scale(1.2);
}

.portfolio-grid figure a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}

.portfolio-item-img {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  border-radius: 8px;
}

.portfolio-grid figure .portfolio-item-img:after {
  content: '';
  position: absolute;
  background-color: rgba(0,0,0,.06);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio-grid figure:hover .portfolio-item-img:after {
  opacity: 1;
}

.portfolio-item-desc {
  margin-top: 12px;
}

.portfolio-item-desc h4 {
  margin-bottom: 0;
}

.portfolio-item-desc small {
  color: #888;
}

.portfolio-grid figure i {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #007ced;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio-grid.five-columns figure i {
  bottom: 10px;
  right: 10px;
}

.portfolio-grid figure .name {
  display: inline-block;
  padding: 4px 10px;
  margin: 0;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
  top: 20px;
  left: 20px;
  max-width: calc(100% - 67px);
  border-radius: 5px;
  position: absolute;
}

.portfolio-grid.five-columns figure .name {
  font-size: 13px;
  top: 10px;
  left: 10px;
}

.portfolio-grid figure .category {
  display: inline-block;
  padding: 3px 7px;
  background-color: #fff;
  color: #222;
  font-size: 11px;
  line-height: 1.2em;
  bottom: 20px;
  left: 20px;
  position: absolute;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio-grid.five-columns figure .category {
  bottom: 10px;
  left: 10px;
}


.portfolio-grid figure:hover i,
.portfolio-grid figure:hover .category {
  opacity: 1;
}

.load-more-btn-container {
  text-align: center;
} */

/* =======================================
6.5. Blog
======================================= */
/* Blog */

/* =======================================
6.6. Contact
======================================= */

/* subtitle */
.bigsubtitle {
    text-align: center;
    font-weight: 500;
    line-height: inherit;
}

/* spacer under maps */
.sub-spacer {
    padding-bottom: 50px;
}

/* Google Maps */
.map {
    width: 100%;
    height: 250px;
    margin: 0 0 70px;
}

.social-links {
    margin: auto;
    width: 75%;
}

.smartius-logo {
    min-width: 47px;
}

.social-text {
    padding-left: 20px;
    font-weight: 400;
}

/* Two Columns Form */
.controls.two-columns .left-column {
    width: 47%;
    float: left;
    margin-right: 3%;
}

.controls.two-columns .right-column {
    width: 50%;
    float: right;
}

.pplink,
.pplink a {
    font-size: 14px;
    color: #666 !important;
    margin: 5px 0 0 22px;
}

.g-recaptcha {
    margin-bottom: 20px;
}

@media only screen and (min-width: 574px) {
    .padding-right-20 {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .map {
        width: 100%;
        height: 240px;
        margin: 0 0 50px;
    }
}

@media only screen and (max-width: 575px) {
    .map {
        margin: 0 0 30px;
    }
    .g-recaptcha {
        margin-bottom: 30px;
        width: 100%;
    }
    .mobile-centered {
        text-align: center;
    }
    .social-links {
        margin: auto;
        width: 50% !important;
    }
    .pplink,
    .pplink a {
        text-align: center;
        margin: 5px 0 0 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .sub-spacer {
        padding-bottom: 35px;
    }
}

/* =============================================================================
7. Sliders
============================================================================= */
/* Testimonials & Clients Carousel */

/* Portfolio Carousel */
/* .portfolio-page-carousel {
  overflow: hidden;
}

.portfolio-page-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -22px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.portfolio-page-carousel .owl-nav [class*='owl-'] {
  color: #9e9e9e;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio-page-carousel .owl-nav [class*='owl-']:before {
  display: block;
  font-family: 'Linearicons-Free';
  font-size: 30px;
  line-height: 44px;
}

.portfolio-page-carousel .owl-nav .owl-prev {
  position: absolute;
  margin-left: -50px;
  left: 0;
}

.portfolio-page-carousel:hover .owl-nav .owl-prev {
  margin-left: 0;
}

.portfolio-page-carousel .owl-nav .owl-next {
  position: absolute;
  margin-right: -50px;
  right: 0;
}

.portfolio-page-carousel:hover .owl-nav .owl-next {
  margin-right: 0;
}

.portfolio-page-carousel .owl-nav .owl-prev:before {
  content: "\e875";
}

.portfolio-page-carousel .owl-nav .owl-next:before {
  content: "\e876";
}

.portfolio-page-carousel .owl-dots {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 10px 5px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.portfolio-page-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.portfolio-page-carousel .owl-dots .owl-dot.active span, .portfolio-page-carousel .owl-dots .owl-dot:hover span {
  background: #9e9e9e;
}

.portfolio-page-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px;
  background: #f5f5f5;
  border: 2px solid #9e9e9e;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
} */

/* Portfolio Carousel */

/* =============================================================================
8. Portfolio Full info page
============================================================================= */

/* =============================================================================
9. Single Page Layout (Blog Post page ...)
============================================================================= */

/* =============================================================================
10. Pricing
============================================================================= */

/* =============================================================================
11. Blog
============================================================================= */

/* ======= Post Thumbnail ======= */

/* ======= Entry Header ====== */

/* ====== Entry Meta ======= */

/* ======= Entry Content ======= */

/* ======= Mediaelements ======= */

/* ======= Page links ======= */

/* ======= Post Formats ======= */

/* ======= Post/Image/Paging Navigation ======= */
/* .nav-links {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
} */

/* ======= Paging Navigation ======= */
/* .paging-navigation {
  margin: 50px 0 0;
}

.paging-navigation .loop-pagination {
  margin: 0;
  text-align: center;
}

.paging-navigation .page-numbers {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  margin-right: 5px;
  padding: 7px 12px;
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #e5e5e5;
  color: #222;
}

.paging-navigation a {
  color: #222;
}

.paging-navigation .page-numbers.current,
.paging-navigation .page-numbers.current:hover,
.paging-navigation .page-numbers.current:focus {
  color: #222;
  border: 2px solid #007ced;
}

.paging-navigation a:hover,
.paging-navigation a:focus {
  background-color: #007ced;
  color: #fff;
} */

/* ======= Attachments ======= */

/* ======= Archives ======= */

/* ======= Gallery ======= */

/* ======= Contributor Page ======= */

/* ======= Blog Sidebar ======= */

/* Calendar */

/* ======= Search form =======  */

/* ======= Search Results: nothing found ======= */

/* =============================================================================
12. Footer
============================================================================= */
.site-footer {
    display: block;
    position: relative;
    margin: 60px -70px -60px;
    padding: 15px 45px;
    background-color: #fdfdfd;
    border-top: 2px solid #f2f2f2;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.footer-social {
    float: left;
}

.site-footer .footer-social-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .footer-social-links li {
    display: inline-block;
    margin-right: 25px;
}
.site-footer .footer-social-links li:last-child {
    margin-right: 0;
}

.site-footer .footer-social-links li a {
    color: #333;
    text-decoration: none;
    line-height: 21px;
    font-size: 15px;
    opacity: 0.6;
}

.site-footer .footer-social-links li a:hover {
    opacity: 1;
}

.footer-copyrights {
    float: right;
}

.footer-copyrights p {
    line-height: 21px;
    font-size: 15px;
    margin: 0;
    color: rgb(51 51 51);
    opacity: 0.6;
}

.footcontainer {
    width: 100%;
}

.column {
    width: 33.33333333%;
    float: left;
    text-align: center;
}

/* =============================================================================
12. 404 Page
============================================================================= */
.nothing-found {
    text-align: center;
}

.nothing-found .page-content {
    margin: 7% 0 12%;
}

.nothing-found h1 {
    font-size: 160px;
    line-height: 1.2em;
    margin: 0;
    color: #007ced;
    text-align: center;
}

.nothing-found p {
    display: inline-block;
    color: #333;
    /* background-color: #007ced; */
    padding: 0 10px;
    font-size: 18px;
}

/* =============================================================================
13. Media Queries
============================================================================= */

@media only screen and (max-width: 1320px) {
    .portfolio-grid figure {
        width: calc(33.33333% - 16px);
    }
    .page-container {
        max-width: 94%;
    }
}

@media only screen and (min-width: 991px) {
    /*  body::-webkit-scrollbar,
  .single-page-content::-webkit-scrollbar,
  .header::-webkit-scrollbar,
  .ajax-page-content::-webkit-scrollbar {
    position: absolute;
    width: 5px;
    margin-left: -5px;
  }

  body::-webkit-scrollbar-track,
  .single-page-content::-webkit-scrollbar-track,
  .header::-webkit-scrollbar-track,
  .ajax-page-content::-webkit-scrollbar-track {
    background-color: #fff;
  }

  body::-webkit-scrollbar-thumb,
  .single-page-content::-webkit-scrollbar-thumb,
  .header::-webkit-scrollbar-thumb,
  .ajax-page-content::-webkit-scrollbar-thumb {
    background-color: #d5d5d5;
  } */
    .desktop-hidden,
    .mobile-only {
        display: none !important;
        visibility: hidden !important;
    }
}

@media only screen and (max-width: 991px) {
    .mobile-visible {
        display: block;
        visibility: visible;
    }

    .mobile-hidden,
    .desktop-only {
        display: none !important;
        visibility: hidden !important;
    }

    .border-block-top-110 {
        display: none;
    }

    .page-container {
        border-radius: 0;
        margin: 0;
        max-width: 100%;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        /* padding: 52px 40px 60px; */
        padding: 52px 35px 60px;
    }

    .page-title {
        padding: 30px 40px;
        margin-right: -40px;
        margin-left: -40px;
        margin-bottom: 40px;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        padding: 0;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    }

    .header-content {
        z-index: 999;
        background-color: #fff;
        padding: 10px 20px;
    }

    .header.animate {
        -webkit-transition: all 0.44s ease-in-out;
        -moz-transition: all 0.44s ease-in-out;
        -o-transition: all 0.44s ease-in-out;
        -ms-transition: all 0.44s ease-in-out;
        transition: all 0.44s ease-in-out;
    }

    .mobile-menu-hide {
        width: 0;
        right: 0;
        margin-right: -100%;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .site-nav {
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: #fff;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        /*max-width: 320px;*/
        max-width: 280px;
        height: calc(100% - 52px);
        left: auto;
        top: 52px;
        z-index: -1;
        opacity: 1;
        overflow: auto;
        visibility: visible;
        -webkit-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.08);
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        -ms-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
    }

    .site-nav.animate {
        -webkit-transition: all 0.44s ease-in-out;
        -moz-transition: all 0.44s ease-in-out;
        -o-transition: all 0.44s ease-in-out;
        -ms-transition: all 0.44s ease-in-out;
        transition: all 0.44s ease-in-out;
    }

    .site-main-menu li {
        display: block;
        margin: 0 30px;
    }

    .site-main-menu li a {
        display: block;
    }

    /* aggiunte mie */

    .site-main-menu {
        margin-top: 30px;
        text-align: center;
    }

    .site-main-menu li:last-child {
        margin-right: 30px !important;
    }

    /* .sub-menu {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sub-menu li {
    margin: 0 0 0 20px;
  } */

    .logo-symbol {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 18px;
        margin-top: 0;
    }

    .logo-text {
        display: inline-block;
        line-height: 32px;
        font-size: 18px;
    }

    .menu-toggle {
        display: inline-block;
        float: right;
        line-height: 32px;
        font-size: 21px;
        color: #333 !important;
    }

    .menu-text {
        font-size: 16px;
        padding-right: 3px;
    }

    .mobile-header {
        position: fixed;
        display: inline-block;
        width: 100%;
        max-width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #f5f5f5;
        left: 0;
        right: 0;
        height: 50px;
        z-index: 1002;
    }

    .mobile-logo-container {
        margin: 0 20px;
        text-align: left;
    }

    .mobile-header-image {
        display: inline-block;
        float: left;
    }

    .mobile-header-image img {
        max-height: 34px;
        margin: 8px 8px 8px 0;
    }

    .mobile-site-title {
        display: inline-block;
        float: left;
        color: #222;
        font-size: 18px;
        font-weight: 600;
        /* font-family: Poppins, Helvetica, sans-serif; */
        margin: 0;
        line-height: 50px;
    }

    .mobile-site-title a,
    .mobile-site-title a:hover,
    .mobile-site-title a:focus {
        color: #222;
    }

    .ajax-page-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .alignfull {
        margin-left: -70px;
        margin-right: -70px;
        min-width: calc(100% + 140px);
    }

    .alignwide {
        margin-left: -12px;
        margin-right: -12px;
        min-width: calc(100% + 24px);
    }

    .page-title h1 {
        margin: 0;
        font-size: 36px;
    }

    .page-title .page-subtitle {
        position: relative;
        right: auto;
    }

    .page-title .page-subtitle h4 {
        margin: 5px 0;
    }
}

@media only screen and (max-width: 768px) {
    /* .portfolio-grid figure {
    width: calc(50% - 16px);
  } */

    .info-list {
        margin-top: 20px;
    }

    /* .portfolio-grid figure,
  .portfolio-grid.three-columns figure {
    width: calc(50% - 16px);
  }

  .portfolio-grid.four-columns figure,
  .portfolio-grid.five-columns figure {
    width: calc(33.3333333% - 16px);
  }

  .page-portfolio-loaded .ajax-page-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .portfolio-page-carousel .owl-nav .owl-prev {
    margin-left: 0;
  }

  .portfolio-page-carousel .owl-nav .owl-next {
    margin-right: 0;
  }

  .portfolio-page-carousel .owl-nav .owl-prev,
  .portfolio-page-carousel .owl-nav .owl-next {
    background-color: rgba(255,255,255,.55);
  } */

    .page-title h1 {
        text-align: center;
    }

    .nothing-found h1 {
        font-size: 88px;
    }

    /* .site-content .entry-header,
  .list-view .post-content,
  .list-view .post-navigation,
  .single-post .site-content .post-content,
  .single-post .site-content .post-navigation {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .list-view .paging-navigation {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  } */

    .alignfull {
        margin-left: -40px;
        margin-right: -40px;
        min-width: calc(100% + 80px);
    }

    .footer-social,
    .footer-copyrights {
        float: none;
        display: block;
        text-align: center;
        margin: 12px 0;
    }

    .timeline-item .item-title {
        line-height: 1.75em;
    }
    .timeline-item .item-company {
        margin: 10px 0 0 0;
    }
}

@media only screen and (max-width: 480px) {
    /* .portfolio-grid figure,
  .portfolio-grid.two-columns figure,
  .portfolio-grid.three-columns figure,
  .portfolio-grid.four-columns figure,
  .portfolio-grid.five-columns figure {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .portfolio-grid {
    margin-left: 0;
    margin-right: 0;
  } */

    .nothing-found h2 {
        font-size: 60px;
    }

    .entry-title {
        font-size: 27px;
    }

    .controls.two-columns .left-column {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .controls.two-columns .right-column {
        width: 100%;
        float: none;
    }

    #topbutton {
        display: none;
    }
}
/* =============================================================================
14. Additional Home Page Styles
============================================================================= */
