/*
* Novu Theme
* Created by : Ahmed Essa
* website : www.ahmedessa.net
*/


/* DEMO-5
==================================================
	- DEMO-5 -
    - About page -
	- Portfolio page -
    - blog page -
    - Responsive media queries -
    - Three box selection -
*/


/* DEMO-5
==================================================
*/

 /*
  Colori logo:
  - Verde:    #6EB43F 
  - Blu:      #1B4EA4
  - Grigio:   #BDBDBD
*/

.ms-section {
    background-size: cover !important;
}

.ms-left .ms-section {
    padding: 0 40px 0 150px;
}

.ms-left .ms-section.ms-1 {
    background: #fafafa
}

.ms-left .ms-section.ms-2 {
    background: #f5f5f5
}

.ms-left .ms-section.ms-3 {
    background: #fafafa
}

.ms-left .ms-section.ms-4 {
    background: #f5f5f5
}

.ms-left .ms-section.ms-1 h2,
.ms-left .ms-section.ms-1 .subtitle {
    color: #1976d2;
}

.ms-left .ms-section.ms-2 h2,
.ms-left .ms-section.ms-2 .subtitle {
    color: #2e7d32;
}

.ms-left .ms-section.ms-3 h2,
.ms-left .ms-section.ms-3 .subtitle {
    color: #828282;
}

.ms-left .ms-section.ms-4 h2,
.ms-left .ms-section.ms-4 .subtitle {
    color: #2e7d32;
}

.ms-section h2 {
    font-family: 'Raleway', sans-serif;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 700
}

.ms-section .subtitle {
    font-size: 20px !important;
    color: #626262;
}

#multiscroll-nav span {
    left: -10px
}


/* About page
==================================================*/
.main-container {
    margin: 50px auto;
    margin-top: -20px;
    min-height: 250px;
}
.about-hed {
    background: -webkit-linear-gradient( rgba(225, 225, 225, .4), rgba(225, 225, 225, .4)), url(http://placehold.it/1920x1280);
    background: linear-gradient( rgba(225, 225, 225, .4), rgba(225, 225, 225, .4)), url(http://placehold.it/1920x1280);
    background-size: cover;
    /*background-attachment: fixed;*/
    background-position: center;
    padding: 100px 20px;

}

/* profile page
==================================================*/
.main-container.portfolio-page {
    margin: 20px auto 50px;
}
.main-container .portfolio_filter li {
    float: left
}
.main-container .portfolio .categories-grid .categories ul li a.active {
    margin-left: 15px
}

/* blog page
==================================================*/
.blog_item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
}

.blog_item h3 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 27px;
    font-weight: bold;
    text-transform: inherit;
    letter-spacing: 1px;
}

.blog-content {
    background: #fff;
    padding: 20px;
    position: relative;
    border-radius: 0 0 5px 5px;
    min-height: 300px;
}

.blog-content .athour-img {
    /* position: absolute; */
    width: 50px;
    top: -30px
}

.blog-main-img {
    border-radius: 5px 5px 0 0;
}

.blog-img-container {
    position: relative;
    overflow: hidden;
}

.blog-img-container span {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #7383B5;
    border-radius: 25px;
    z-index: 1;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.big-post .blog-img-container img {
    border-radius: 5px;
}

.content-overlay {
    position: absolute;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    z-index: 1;
    color: #fff;
    width: 100%;
    bottom: -300px;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.big-post:hover .content-overlay {
    bottom: 0px;
}

.big-post a:hover,
.big-post a:focus {
    color: #f5f5f5;
}

.blog-text {
    margin: 50px;
}

.quote-post .blog-content {
    border-radius: 5px;
    color: #fff;
    background: #7383B5;
    padding: 0.25em;
    padding: 20px;
    text-align: center;
}

.quote-post .blog-content p {
    font-style: italic;
    font-size: 1.40em;
    font-family: 'Lora', serif;
    line-height: 1.4;
    color: #fff;
}

.quote-post .blog-content p::before {
    content: '\201C';
}

.quote-post .blog-content p::after {
    content: '\201D';
}

.quote-post .default-btn {
    color: #fff;
}

.quote-post img {
    margin-bottom: 20px;
}

.quote-post .default-btn:after {
    background-color: #fff;
}
.blog_container p {
    color: #999;
    min-height: 80px;
}

/* Responsive media queries
==================================================*/

@media (max-width: 1124px) {
    .ms-left .ms-section {
        padding: 0 20px 0 50px;
    }
}

@media (max-width: 745px) {
    .ms-left {
        width: 100% !important;
    }
    .ms-right {
        display: none!important;
    }
    .ms-left .ms-section {
        padding: 0 50px 0 50px;
    }
    .ms-left .ms-section.ms-1 {
        /* background: -webkit-linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/carousel-test.png);
        background: linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/carousel-test.png); */
        background-size: cover;
        background-position: center center;
    }
    .ms-left .ms-section.ms-2 {
        /* background: -webkit-linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/links.jpg);
        background: linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/links.jpg); */
        background-size: cover;
        background-position: center center;
    }
    .ms-left .ms-section.ms-3 {
        /* background: -webkit-linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/links2.jpg);
        background: linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/links2.jpg); */
        background-size: cover;
        background-position: center center;
    }
    .ms-left .ms-section.ms-4 {
        /* background: -webkit-linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/linkslogo.jpg);
        background: linear-gradient( rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/linkslogo.jpg); */
        background-size: cover;
        background-position: center center;
    }
}

@media (max-width: 620px) {
    #multiscroll-nav {
        display: none;
    }
    .ms-left .ms-section {
        padding: 0 20px 0 20px;
    }
}

/* Three box selection
==================================================*/


#three-boxs .icon-box {
    border: #000000 solid 1px;
    padding: 50px;
    margin-bottom: 0;
}

#three-boxs .icon-box h4 {
    font-size: 22px;
}

.light-bg {
    background: #6EB43F;
    color: #fff
}

.gold-bg {
    background-color: #164CA4;
    color: #fff;
}

.light-bg .default-btn,
.gold-bg .default-btn,
.dark-bg .default-btn {
    color: #fff;
}

.gold-bg .default-btn:after,
.dark-bg .default-btn:after {
    background-color: #fff;
}

.light-bg .default-btn:after {
    background-color: #fff;
}

.dark-bg {
    background: #60606E;
    color: #f5f5f5
}

#three-boxs .subtitle {
    color: #fff
}

.light-bg .subtitle {
    color: #fff !important
}

/* Animations */

/* ----------------------------------------------
 * Generated by Animista on 2019-6-8 8:48:59
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
 .wobble-hor-bottom {
	-webkit-animation: wobble-hor-bottom 3s infinite both;
	        animation: wobble-hor-bottom 3s infinite both;
 }

 @-webkit-keyframes wobble-hor-bottom {
    0%,
    25%,
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    1% {
      -webkit-transform: translateX(-30px) rotate(-6deg);
              transform: translateX(-30px) rotate(-6deg);
    }
    5% {
      -webkit-transform: translateX(15px) rotate(6deg);
              transform: translateX(15px) rotate(6deg);
    }
    10% {
      -webkit-transform: translateX(-15px) rotate(-3.6deg);
              transform: translateX(-15px) rotate(-3.6deg);
    }
    15% {
      -webkit-transform: translateX(9px) rotate(2.4deg);
              transform: translateX(9px) rotate(2.4deg);
    }
    20% {
      -webkit-transform: translateX(-6px) rotate(-1.2deg);
              transform: translateX(-6px) rotate(-1.2deg);
    }
  }
  @keyframes wobble-hor-bottom {
    0%,
    25%,
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    1% {
      -webkit-transform: translateX(-30px) rotate(-6deg);
              transform: translateX(-30px) rotate(-6deg);
    }
    5% {
      -webkit-transform: translateX(15px) rotate(6deg);
              transform: translateX(15px) rotate(6deg);
    }
    10% {
      -webkit-transform: translateX(-15px) rotate(-3.6deg);
              transform: translateX(-15px) rotate(-3.6deg);
    }
    15% {
      -webkit-transform: translateX(9px) rotate(2.4deg);
              transform: translateX(9px) rotate(2.4deg);
    }
    20% {
      -webkit-transform: translateX(-6px) rotate(-1.2deg);
              transform: translateX(-6px) rotate(-1.2deg);
    }
  }
  