/* -----------------------------------
   1. Globally Applied Styles
   2. Header
   3. Home Section + Single Project
   4. Blog + Blog Single
   5. About + Team + Clients
   6. Services
   7. Contact
   8. Footer
   9. 404 Error page
   10. Responsivity Media Queries
   ----------------------------------- */
/* --------------------------
   1. Globally Applied Styles
   -------------------------- */

body {
    margin: 0;
    padding: 0;
    background-color: #FBFBFB;
    font-family: 'Montserrat', sans-serif;
}
img {
    max-width: 100%;
}
.wrapper-large-space {
    margin-top: 150px;
}
.wrapper-medium-space {
    margin-top: 100px;
}
.wrapper-small-space {
    margin-top: 50px;
}
.post-nav-hd {
    display: none !important;
}
.no-featured-image {
    opacity: 1 !important;
}
.no-featured-image p {
    text-align: center;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
}
.no-height-padding {
    padding: 0;
}
.no-height-padding > .project-con {
    margin-bottom: 0 !important;
}
.clear {
    clear: both;
}
.gallery-pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}
.gallery-pagination li {
    display: inline-block;
    margin: 0 2px;
}
.gallery-pagination li a {
    cursor: pointer;
}
.gallery-pagination li a,
.gallery-pagination li span {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background: #56C8D4;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border: 1px solid transparent;
}
.gallery-pagination li.active a,
.gallery-pagination li a:hover {
    color: #56C8D4;
    background-color: #fff;
    border: 1px solid #56C8D4;
}
.gallery-pagination span {
    color: #EEF2F4;
    letter-spacing: 2px;
    font-size: 25px;
    position: relative;
    padding: 0 5px;
    cursor: default;
}
.content-bx-slider .slider-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
}
.content-bx-slider .slider-controls {
    position: absolute;
    top: 50%;
    z-index: 8;
    display: block;
    width: 100%;
    margin-top: -23px;
}
.content-bx-slider .slider-controls #next,
.content-bx-slider .slider-controls #prev {
    color: #fff;
    font-size: 25px;
    height: 45px;
    width: 45px;
    text-align: center;
    background-color: #000;
    opacity: .3;
    cursor: pointer;
}
.content-bx-slider .slider-controls #next i,
.content-bx-slider .slider-controls #prev i {
    padding-top: 10px;
}
.content-bx-slider .slider-controls #next:hover,
.content-bx-slider .slider-controls #prev:hover {
    opacity: 1;
    background-color: #56C8D4;
}
.content-bx-slider .slider-controls #next:hover i,
.content-bx-slider .slider-controls #prev:hover i {
    color: #fff;
}
.content-bx-slider .slider-controls #next {
    float: right;
    margin-right: 10px;
}
.content-bx-slider .slider-controls #prev {
    float: left;
    margin-left: 10px;
}
#to-top i,
header .navicon a,
header .menu li a,
header .menu li ul,
.menu .close-icon,
.wrapper .salvattore-projects .project-con .overlay,
.wrapper .post-nav a,
.wrapper .button a,
.wrapper .blog .blog-item .blog-item-inner,
.wrapper .blog-single .comments-section .comment-form input,
.wrapper .blog-single .comments-section .comment-form textarea,
.wrapper .about .our-team .team-single .team-overlay,
.wrapper .about .our-team .team-single .overlay-caption .team-name,
.wrapper .about .our-team .team-single .overlay-caption .socialmedia-widget,
.wrapper .about .our-team .team-single .overlay-caption .socialmedia-widget li a,
.home-slider .slider-controls #next,
.home-slider .slider-controls #prev,
.home-slider .wrapper nav span,
footer .footer-social-icons li a,
.second-header .second-menu li a,
.second-header .second-menu li ul {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.header-img {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    height: 100vh;
}
.header-img-without-height {
    height: auto;
}
.wrapper .underline:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    margin: auto;
    border-bottom: 3px solid;
    border-color: inherit;
    margin-top: 20px;
}
.ip-header .ip-loader svg path.ip-loader-circle {
    stroke: #56C8D4;
}
#isotop_blog .item {
    width: 360px;
    margin: 0px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
    #isotop_blog .item {
        width: 340px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #isotop_blog .item {
        width: 290px;
    }
}
@media (max-width: 767px) {
    #isotop_blog .item {
        width: 100%;
        margin: 0px;
    }
}
#to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #232323;
    cursor: pointer;
    border-radius: 50%;
    display: none;
}
#to-top i {
    color: #fff;
    width: 55px;
    height: 55px;
    font-size: 25px;
    line-height: 53px;
    text-align: center;
}
#to-top i:hover {
    color: #56C8D4;
    border-radius: 50%;
}
.portfolio-intro-image {
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.load-more-posts {
    width: 220px;
    margin: auto;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #3C3C3C;
    padding: 12px 37px 11px 40px;
    background-color: transparent;
    color: #3C3C3C;
    border-radius: 0;
    display: block;
    text-align: center;
    color: inherit;
}
.height-auto-images img {
    height: auto;
    min-height: 0 !important;
}
.displaynone {
    display: none !important;
}
.bx-header header {
    padding-top: 40px;
}
.ajax-loader {
    display: none;
}
.wpcf7-response-output {
    margin-top: 80px !important;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
.in-black-spaces {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 55px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* =WordPress Core
-------------------------------------------------------------- */

.sticky {} .sticky:before {
    width: 10px;
    content: "";
    height: 17px;
    position: absolute;
    right: 20px;
    top: 0;
    background: url(../images/sticky.png);
    z-index: 99;
}
.alignnone {
    margin: 5px 20px 20px 0;
    height: auto;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.bypostauthor {
    background-color: #f3f1f1;
}
.gallery-caption {
    background-color: #666;
    opacity: 0.7;
}
/* ---------
   2. Header
   --------- */

header {
    height: 105px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border-bottom: 1px solid transparent;
}
.white-header {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 0;
    background-color: transparent;
}
.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
    height: 100px;
}
header .expand-menu-icon {
    margin-top: 15px;
    margin-right: 30px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}
header .expand-menu-icon a i {
    font-size: 30px;
    padding: 20px 0 0 0;
    display: none;
}
.expand-menu-icon a:hover {
    text-decoration: none;
}
header .logo {
    float: left;
    line-height: 100px;
    width: 125px;
}
header .logo img {
    width: 100%;
}
header .navicon {
    float: right;
    line-height: 100px;
}
header .navicon a {
    font-size: 28px;
    color: #424242;
    outline: none;
}
header .navicon a:hover {
    color: #56C8D4;
}
header .menu {
    width: 100%;
    height: 100vh !important;
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(13, 13, 13, 0.95);
    display: table;
    opacity: 0;
    visibility: hidden;
    z-index: 9999999;
}
header .menu .menu-logo {
    position: absolute;
    top: 60px;
    display: block !important;
    width: 100%;
    text-align: center;
}
header .menu .menu-logo img {
    width: 200px;
}
header .menu ul {
    list-style: none;
    padding: 0;
}
header .menu nav {
    display: table-cell !important;
    vertical-align: middle !important;
    text-align: center;
}
header .menu li {
    display: inline-block;
    margin-left: 25px;
    padding-bottom: 19px;
}
header .menu li:first-child {
    margin-left: 0;
}
.menu .close-icon {
    font-size: 30px;
    color: #428bca;
    text-shadow: none;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 50px;
    margin-right: 50px;
    color: #56C8D4;
    opacity: 1;
}
.menu .close-icon:hover {
    color: #fff;
}
header .menu li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 20px;
    letter-spacing: 5px;
    color: #fff;
    border: 2px solid transparent;
    padding: 7px;
    outline: none;
}
header .menu li a:hover {
    border: 2px solid #56C8D4;
    padding: 7px;
    color: #56C8D4;
}
header .menu li:hover ul {
    opacity: 1;
    visibility: visible;
}
header .menu li ul {
    position: absolute;
    top: 35px;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
header .menu li ul li:first-child {
    margin-top: 0;
}
header .menu li ul li:hover:before {
    color: #56C8D4;
}
header .menu li ul li:before {
    content: "- ";
    color: #fff;
}
header .menu li ul li {
    margin-top: 10px;
    display: block;
    text-align: left;
    padding: 0;
    margin-left: 0;
}
header .menu li ul li a {
    text-align: left;
    text-transform: none;
    font-size: 13px;
    border: none;
    letter-spacing: 0;
}
header .menu li ul li a:hover {
    border: none;
}
header .menu .social-icons {
    position: absolute;
    bottom: 50px;
    left: 0;
    display: block !important;
    text-align: center;
    width: 100%;
}
header .menu .social-icons li {
    margin-left: 10px;
    padding: 0;
}
header .menu .social-icons li a {
    color: #fff;
    font-size: 16px;
    border: none !important;
    padding: 0;
}
header .menu .social-icons li a:hover {
    border-bottom: none;
    color: #fff;
}
.second-header .second-menu {
    float: right;
    height: 100px;
    line-height: 100px;
}
.second-header .second-menu ul {
    list-style: none;
    padding: 0;
}
.second-header .second-menu nav {
    display: table-cell !important;
    vertical-align: middle !important;
    text-align: center;
    float: left;
}
.second-header .second-menu li {
    display: inline-block;
    margin-left: 25px;
    padding-bottom: 19px;
}
.second-header .second-menu li:first-child {
    margin-left: 0;
}
.second-header .second-menu li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #686868;
    padding: 7px 5px;
    outline: none;
}
.second-header .second-menu li a:hover {
    color: #56C8D4;
}
.second-header .second-menu li:hover ul {
    opacity: 1;
    visibility: visible;
}
.second-header .second-menu li ul {
    position: absolute;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    line-height: 0;
    z-index: 999;
    padding: 10px 20px;
    padding-right: 50px;
    margin-left: -15px;
    margin-top: 4px;
}
.second-header .second-menu li ul li:first-child {
    margin-top: 0;
}
.second-header .second-menu li ul li:hover:before {
    color: #56C8D4;
}
.second-header .second-menu li ul li:before {
    color: #fff;
}
.second-header .second-menu li ul li {
    margin-top: 10px;
    display: block;
    text-align: left;
    padding: 0;
    margin-left: 0;
}
.second-header .second-menu li ul li a {
    text-align: left;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
}
.second-header .second-menu .social-icons {
    float: right;
    margin-left: 25px;
}
.second-header .second-menu .social-icons ul li {
    margin: 0;
    padding: 0;
}
.second-header .second-menu .social-icons ul li a {
    padding: 0;
}
.second-header .second-menu .social-icons ul li a i {
    padding: 0;
    border: 1px solid #56C8D4;
    color: #56C8D4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.third-header .logo {
    margin-left: 100px;
}
.third-header .social-icons {
    margin-right: 100px;
}
.slider-header ul li a {
    color: #fff !important;
}
.slider-header ul li a:hover {
    color: #56C8D4 !important;
}
.slider-header ul li ul a {
    color: #686868 !important;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.slider-header ul li ul a:hover {
    color: #56C8D4;
}



/* --------------------------------
   3. Home Section + Single Project
   -------------------------------- */

.header-project {
    height: 100vh;
}
.wrapper .salvattore-projects {
    margin-bottom: 80px;
}
.wrapper .salvattore-projects .project-con {
    margin-bottom: 30px;
    position: relative;
}
.wrapper .salvattore-projects .project-con:hover .overlay {
    opacity: 1;
}
.wrapper .salvattore-projects .project-con .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.wrapper .salvattore-projects .project-con img {
    width: 100%;
}
.wrapper .salvattore-projects .project2-con img {
    width: 100%;
    min-height: 360px;
}

.wrapper .salvattore-projects .two-columns img {
    width: 100%;
    min-height: 460px;
    height: 460px;
}

.wrapper .salvattore-projects .three-columns img {
    width: 100%;
    min-height: 360px;
    height: 360px;
}

.wrapper .salvattore-projects .four-columns img {
    width: 100%;
    min-height: 300px;
    height: 300px;
}

.wrapper .salvattore-projects .project-con .overlay .overlay-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
}
.wrapper .salvattore-projects .project-con .overlay .overlay-inner h3 {
    color: #56C8D4;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}
.wrapper .salvattore-projects .project-con .overlay .overlay-inner h3 a {
    color: inherit;
    text-decoration: none;
}
.wrapper .salvattore-projects .project-con:hover .overlay .overlay-inner h3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.wrapper .salvattore-projects .project-con .overlay .overlay-inner hr {
    width: 25px;
    border-color: #000;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
}
.wrapper .salvattore-projects .project-con:hover .overlay .overlay-inner hr {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.wrapper .salvattore-projects .project-con .overlay .overlay-inner span {
    display: block;
    text-align: center;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.wrapper .salvattore-projects .project-con .overlay .overlay-inner span a {
    color: inherit;
    text-decoration: none;
}
.wrapper .salvattore-projects .project-con:hover .overlay .overlay-inner span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.home-slider {
    height: 100vh;
    position: relative;
}
.home-slider {
    width: 100% !important;
}
.home-slider header {
    position: absolute;
    width: 100%;
    z-index: 9;
}
.home-slider header .navicon a {
    color: #fff;
}
.home-slider .wrapper .boxgallery .panel {
    border: none;
}
.home-slider .slider-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
}
.home-slider .slider-content {
    width: 100%;
    top: 50%;
    margin-top: -70.5px;
    text-align: center;
    z-index: 6;
}
.home-slider .slider-content h1 {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 40px;
}
.home-slider .slider-content h4 {
    font-family: 'Crimson Text', serif;
    font-style: italic;
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
}
.home-slider .wrapper .boxgallery nav {
    display: none;
}
.home-slider .wrapper nav {
    position: absolute;
    top: 50%;
    z-index: 8;
    display: block;
    width: 100%;
    margin-top: -23px;
}
.home-slider .wrapper nav span {
    color: #fff;
    font-size: 25px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #000;
    opacity: .3;
    cursor: pointer;
}
.home-slider .wrapper nav span:hover {
    opacity: 1;
    background-color: #56C8D4;
}
.home-slider .wrapper nav .prev {
    float: right;
    margin-right: 10px;
}
.home-slider .wrapper nav .next {
    float: left;
    margin-left: 10px;
}
.wrapper .home-4col .project-con {
    padding: 0;
    margin: 0;
}
.wrapper .home-4col .project-con .overlay .overlay-inner {
    margin-left: -87px;
    margin-top: -48.5px;
}
.wrapper .single-project-con {
    padding: 120px 200px;
}
.wrapper .single-project-con h3 {
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}
.wrapper .single-project-con h5 {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #56C8D4;
    display: block;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}
.wrapper .single-project-con h5 a {
    color: inherit;
    text-decoration: none;
}
.wrapper .single-project-con p {
    font-size: 13px;
    line-height: 22px;
    margin-top: 30px;
}
.wrapper .single-project-pics > .col-md-6 {
    padding: 0;
}
.wrapper .single-project-pics img {
    width: 100% !important;
    height: 395px !important;
}
.wrapper .sppn {
    margin-top: 0 !important;
}
.wrapper .post-nav {
    margin-top: 30px;
    padding: 50px 0;
    border-top: 1px solid #e6e6e6;
    letter-spacing: 2px;
}
.wrapper .post-nav p {
    text-align: center;
}
.wrapper .post-nav a {
    text-decoration: none;
    color: #1d1d1d;
    line-height: 50px;
    outline: none;
    text-transform: uppercase;
}
.wrapper .post-nav .post-icon {
    text-align: right;
    font-size: 50px;
}
.wrapper .post-nav .post-icon-left {
    text-align: left;
}
.wrapper .post-nav a:hover {
    color: #56C8D4;
}
.wrapper .post-nav i {
    font-size: 30px;
}
.wrapper .post-nav .prev-align-link {
    float: left;
}
.wrapper .post-nav .next-align-link {
    float: right;
}

.wrapper .home-salvattore .salvattore-projects .two-columns img {
    width: 100%;
    height: 400px;
    min-height: 400px;
}


/* ---------------------
   4. Blog + Blog Single
   --------------------- */

.wrapper .blog {
    margin-bottom: 80px;
}
.wrapper .blog .title {
    display: block;
    text-align: center;
    font-weight: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 22px;
    color: #3C3C3C;
    margin: 10px 0 50px 0;
}
.wrapper .blog .row {
    margin-top: 30px;
}
.wrapper .blog .row .col-md-4 {
    padding-left: 0;
    padding-right: 10px;
}
.wrapper .blog .blog-item {
    position: relative;
    margin-bottom: 20px;
}
#blog-posts .blog-item img {
    width: 100%;
    height: 300px;
}
.blog .blog-item {
    width: 100%;
    height: auto;
}
.wrapper .blog .blog-masonry-item {
    margin-bottom: 0;
}
.wrapper .blog .blog-masonry-item img {
    height: auto;
}
.wrapper .blog .blog-item .blog-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(249, 247, 247, 0.9);
    opacity: 0;
}
.wrapper .blog .blog-item:hover .blog-item-inner {
    opacity: 1;
}
.wrapper .blog .blog-item .blog-item-inner .post-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #1d1d1d;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}
.wrapper .blog .blog-item .blog-item-inner .post-name a {
    color: inherit;
    text-decoration: none;
}
.wrapper .blog .blog-item:hover .blog-item-inner .post-name {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.wrapper .blog .blog-item .blog-item-inner .post-time {
    font-size: 12px;
    line-height: 14px;
    color: #56C8D4;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -webkit-transform: translatex(-30px);
    -moz-transform: translatex(-30px);
    -ms-transform: translatex(-30px);
    -o-transform: translatex(-30px);
    transform: translatex(-30px);
}
.wrapper .blog .blog-item:hover .blog-item-inner .post-time {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
}
.wrapper .button {
    display: block;
    text-align: center;
    margin-top: 70px;
    outline: 0;
}
.wrapper .button a {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #3C3C3C;
    padding: 12px 37px 11px 40px;
    background-color: transparent;
    color: #3C3C3C;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    outline: 0;
}

.load-more-posts-button {
    margin-bottom: 50px;
}
.wrapper .button a:hover {
    color: #666;
    border: 2px solid #666;
}
.wrapper .blog .blog-masonry .col-md-4 {
    padding: 0;
}
.wrapper .blog-single {
    margin-bottom: 0;
}
.wrapper .blog .blog-masonry .blog-item img {
    width: 100%;
    height: auto;
}
.wrapper .blog .blog-masonry .blog-item {
    margin-bottom: 0;
}
.wrapper .blog-single .single-item .post-name {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #1d1d1d;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    text-align: left;
    margin: 40px 0 10px 0;
}
.wrapper .blog-single .single-item .post-time {
    font-size: 12px;
    line-height: 14px;
    color: #56C8D4;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.wrapper .blog-single .single-post-img img {
    height: auto;
    width: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wrapper .blog-single .single-item .item-content {
    margin-top: 50px;
}
.wrapper .blog-single .single-item .item-content p embed {
    width: 100%;
}
.wrapper .blog-single .single-item .item-content p iframe {
    width: 100%;
}
.wrapper .blog-single .sec-single-item .item-content {
    margin-top: 15px;
}
.wrapper .blog-single .single-item .item-content p {
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 45px;
}
.wrapper .blog-single .single-item .item-content .paragraph p {
    font-size: 15px;
}
.wrapper .blog-single .single-item .item-content blockquote {
    font-size: 18px;
    line-height: 26px;
    border-left: 5px solid #56C8D4;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 30px;
}
.wrapper .blog-single .single-item .item-content blockquote p {
    margin: 0;
}
.wrapper .blog-single .single-item .tags {
    margin: 0;
    padding: 0;
    margin-top: 80px;
}
/*.wrapper .blog-single .single-item .tags:before {
    font-family: FontAwesome;
    content: "\f02c";
}*/

.wrapper .blog-single .single-item .tags a:first-child {
    padding-left: 5px;
}
.wrapper .blog-single .single-item .tags span {
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 15px;
}
.wrapper .blog-single .single-item .tags li {
    display: inline-block;
    font-size: 13px;
}
.wrapper .blog-single .single-item .tags li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #56C8D4;
}
.wrapper .blog-single .comments-section {
    margin-top: 70px;
}
.wrapper .blog-single .comments-section .comments-title {
    text-transform: uppercase;
    font-size: 15px;
    color: #1d1d1d;
}
.wrapper .blog-single .comments-section .comments-list {
    padding: 0;
    margin: 0;
}
.wrapper .blog-single .comments-section .comments-list .comment {
    list-style: none;
    position: relative;
    margin-top: 50px;
}
.wrapper .blog-single .comments-section .comments-list .comment .comment-avatar {
    width: 65px;
    position: absolute;
    left: 0;
    top: 0;
}
.wrapper .blog-single .comments-section .comments-list .comment .comment-content {
    padding-left: 100px;
    padding-top: 15px;
}
.wrapper .blog-single .comments-section .comments-list .comment .comment-content .comment-meta .author-name {
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.wrapper .blog-single .comments-section .comments-list .comment .comment-content .comment-meta .comment-data {
    font-size: 12px;
    line-height: 14px;
    color: #56C8D4;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.wrapper .blog-single .comments-section .comments-list .comment .comment-content .comment-text {
    margin-top: 20px;
}
.wrapper .blog-single .comments-section .comments-list .comment .comment-content .comment-text p {
    line-height: 26px;
}
.wrapper .blog-single .comments-section .comments-list .comment .comment-content .reply-button {
    font-size: 12px;
    color: #56C8D4;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    text-align: right;
    text-decoration: none;
    padding-top: 10px;
}
.wrapper .blog-single .comments-section .comment-form {
    margin: 70px 0;
}
.wrapper .blog-single .comments-section .comment-form input,
.wrapper .blog-single .comments-section .comment-form textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #1d1d1d;
    outline: none;
    padding: 10px;
    resize: none;
    margin-bottom: 25px;
}
.wrapper .blog-single .comments-section .comment-form input[type=submit] {
    width: 140px;
    float: right;
}
.wrapper .blog-single .comments-section .comment-form textarea {
    height: 200px;
}
.wrapper .blog-single .comments-section .comment-form input:focus,
.wrapper .blog-single .comments-section .comment-form textarea:focus {
    border-color: #56C8D4;
}
.wrapper .blog-single .comments-section .comment-form::-webkit-input-placeholder {
    color: #1d1d1d;
}
.wrapper .blog-single .comments-section .comment-form:-moz-placeholder {
    /* Firefox 18- */
    
    color: #1d1d1d;
}
.wrapper .blog-single .comments-section .comment-form::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #1d1d1d;
}
.wrapper .blog-single .comments-section .comment-form:-ms-input-placeholder {
    color: #1d1d1d;
}
.wrapper .blog-single .comments-section .comment-form .comment-button {
    text-align: right;
    margin-top: 20px;
}
.wrapper .blog-single .comments-section .comment-form .comment-button a {
    background-color: transparent;
    border: 1px solid;
}
/* -------------------------
   5. About + Team + Clients
   -------------------------*/

.header-img .about-main-title {
    position: absolute;
    width: 100%;
    bottom: 10%;
}
.header-img .about-main-title h3 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}
.header-img .about-main-title span {
    color: #DADADA;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-size: 18px;
}
.wrapper .about {
    background-color: #fff;
}
.wrapper .about .about-us {
    margin: 100px 0;
}
.wrapper .about .about-us .about-title {
    padding: 50px;
}
.wrapper .about .about-us .about-title h1 {
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #1d1d1d;
    margin: 0;
}
.wrapper .about .about-us .about-title hr {
    width: 50px;
    text-align: left;
    margin: 0;
    border-color: #56C8D4;
    margin: 15px 0 30px 0;
}
.wrapper .about .about-us .about-title span {
    font-size: 20px;
    color: #888;
    font-family: 'Crimson Text', serif;
    font-style: italic;
}
.wrapper .about .about-us .about-content {
    padding: 50px;
}
.wrapper .about .about-us .about-content p {
    line-height: 25px;
    margin: 0 0 30px;
}
.wrapper .about .about-quote {
    background-color: #F4F2F2;
    padding: 80px 50px;
}
.wrapper .about .about-quote p {
    font-size: 22px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    line-height: 35px;
    color: #1d1d1d;
}
.wrapper .about .about-quote span {
    color: #56C8D4;
    font-size: 12px;
    margin-top: 10px;
}
.wrapper .about .about-img-content {
    height: 425px !important;
}
.wrapper .about .about-content {
    padding: 0;
}
.wrapper .about .about-img {
    height: 100%;
    padding: 0;
}
.wrapper .about .about-img img {
    height: 100%;
    width: 100%;
}
/*======= About-Video =======*/

.wrapper .about .about-video {
    overflow: hidden;
}
.wrapper .about .about-video .mejs-container.mejs-video {
    width: 100% !important;
    height: 100% !important;
}
.wrapper .about .about-video .mejs-container.mejs-video video {
    width: auto !important;
    height: 100% !important;
}
.wrapper .about .about-video .mejs-controls {
    display: none !important;
}
.wrapper .about .about-video .playfalse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*======= About-Video =======*/

.wrapper .about .about-content-info {
    background-color: #333;
    color: #fff;
    height: 100%;
    padding: 100px 100px 0 100px;
}
.wrapper .about .about-content-info h4 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 22px;
    text-transform: uppercase;
}
.wrapper .about .about-content-info p {
    line-height: 26px;
    font-size: 14px;
    color: #9e9e9e;
    font-family: 'Raleway', sans-serif;
    margin: 30px 0 0;
}
.wrapper .about .sec-about-content-info {
    background-color: #6D5994;
}
.wrapper .about .sec-about-content-info p {
    color: #fff;
}
.wrapper .about .our-team {
    padding: 100px 0;
}
.wrapper .about .our-team h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1d1d1d;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 100px;
}
.wrapper .about .our-team .team-single {
    position: relative;
}
.wrapper .about .our-team .team-single .team-overlay {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.wrapper .about .our-team .team-single:hover .team-overlay {
    opacity: .75;
}
.wrapper .about .our-team .team-single .overlay-caption {
    position: absolute;
    top: 50%;
    margin-top: -48.5px;
    width: 100%;
    text-align: center;
}
.wrapper .about .our-team .team-single .overlay-caption .team-name {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    font-size: 28px;
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -ms-transform: translateY(35px);
    -o-transform: translateY(35px);
    transform: translateY(35px);
}
.wrapper .about .our-team .team-single:hover .overlay-caption .team-name {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.wrapper .about .our-team .team-single .overlay-caption hr {
    width: 0;
    margin: auto;
    border: 1px solid #56C8D4;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
.wrapper .about .our-team .team-single:hover .overlay-caption hr {
    width: 50px;
    opacity: 1;
}
.wrapper .about .our-team .team-single .overlay-caption .socialmedia-widget {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    transform: translateY(-35px);
}
.wrapper .about .our-team .team-single:hover .overlay-caption .socialmedia-widget {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.wrapper .about .our-team .team-single .overlay-caption .socialmedia-widget li {
    display: inline-block;
    margin-left: 10px;
}
.wrapper .about .our-team .team-single .overlay-caption .socialmedia-widget li:first-child {
    margin-left: 0;
}
.wrapper .about .our-team .team-single .overlay-caption .socialmedia-widget li a {
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 18px;
}
.wrapper .about .our-team .team-single .overlay-caption .socialmedia-widget li a:hover {
    color: #56C8D4;
}
.wrapper .about .clients {
    padding-bottom: 150px;
}
.wrapper .about .clients h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1d1d1d;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 70px;
}
.wrapper .about .clients img {
    width: 140px;
    margin: auto;
    display: block;
}
/* -----------
   6. Services
   -----------*/

.services {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-color: #fff;
}
.services .main-title {
    display: block;
    font-weight: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 20px;
    color: #3C3C3C;
    margin: 10px 0;
}
.services .underline:after {
    text-align: left;
    margin: 0;
    margin-top: 10px;
    border-bottom: 2px solid;
}
.services span {
    font-family: 'Crimson Text', serif;
    font-size: 22px;
    font-style: italic;
    color: #696969;
    display: block;
    margin: 30px 0 50px 0;
}
.services .half-base {
    padding: 80px 50px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 50%;
    float: right;
}
.services .half-base .service {
    position: relative;
    margin-bottom: 30px;
}
.services .half-base .service .service-icon {
    position: absolute;
}
.services .half-base .service .service-icon i {
    font-size: 40px;
    color: #56C8D4;
}
.services .half-base .service .service-content {
    padding-left: 65px;
}
.services .half-base .service .service-content .service-title {
    margin: 20px 0 25px 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
}
.services .half-base .service .service-content p {
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    margin-top: 10px;
}
/* ----------
   7. Contact
   ----------*/

.contact #map-canvas {
    height: 450px;
}
.contact .contact-content {
    margin: 80px 0;
}
.contact .contact-content .contact-info p {
    line-height: 25px;
    font-size: 13px;
}
.contact .contact-content .undertext:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    border-bottom: 2px solid #333;
    border-color: inherit;
    margin-top: 10px;
    text-align: left;
}
.contact .contact-content .contact-info span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #1d1d1d;
}
.contact .contact-content .contact-info span i {
    border: 1px solid #333;
    color: #333;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
    margin-right: 12px;
    font-size: 13px;
    text-transform: lowercase !important;
}
.contact .contact-content .contact-info h4 {
    margin: 0;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.contact .contact-content .contact-info .opening {
    text-transform: none;
    color: #1d1d1d;
    margin-left: 5px;
    margin-top: 30px;
}
.contact .contact-content h3 {
    margin: 0;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.contact .contact-content .contact-form input,
.contact .contact-content .contact-form textarea {
    width: 100%;
    padding: 12px 10px 7px 12px;
    margin-top: 10px;
    outline: none;
    resize: none;
    font-family: 'Crimson Text', serif;
    font-size: 16px;
    font-style: italic;
    border: 1px solid #D0D0D0;
}
.contact .contact-content .contact-form input:focus,
.contact .contact-content .contact-form textarea:focus {
    border-color: #56C8D4;
}
.contact .contact-content .contact-form input[type=submit] {
    margin-top: 20px;
    width: 150px;
    padding: 10px 0;
    float: right;
}
.contact .contact-content .contact-form input[type=submit] {
    padding-top: 15px;
    color: #6a6A6A;
    background-color: #fff;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #3C3C3C;
    background-color: transparent;
    border: 1px solid #D0D0D0;
    color: #6a6A6A;
    background-color: #fff;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.contact .contact-content .contact-form input[type=submit]:hover {
    border: 1px solid #56C8D4;
    color: #56C8D4;
}
/* ---------
   8. Footer
   ---------*/

footer {
    background-color: #C7C6C6;
    padding: 100px 0;
    position: relative;
    background-position: center;
}

footer .container {
    position: relative;
    z-index: 2;
}

footer .footer-overlay {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
footer .footer-social-icons {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}
footer .footer-social-icons li {
    display: inline-block;
    margin-left: 30px;
}
footer .footer-social-icons li:first-child {
    margin-left: 0;
}
footer .footer-social-icons li a {
    color: #000;
    border-bottom: rgba(0, 0, 0, 0) 2px solid;
    padding-bottom: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
}
footer .footer-social-icons li a:hover {
    border-bottom: 2px solid #56C8D4;
    text-decoration: none;
}
footer span {
    display: block;
    text-align: center;
    margin-top: 50px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color: #757474;
    font-family: 'Crimson Text', serif;
    font-style: italic;
}
/* -----------------------------
   9. 404 Error page
   ----------------------------- */

.error-404 {
    padding-top: 60px;
}
.error-404 img {
    width: 100%;
}
.error-404 h1 {
    font-size: 150px;
    font-weight: 700;
    color: #56C8D4;
    text-align: center;
}
.error-404 h3 {
    margin-top: 50px;
    font-size: 17px;
    letter-spacing: 1px;
    color: #919191;
    text-align: center;
}
.error-404 .erorr-button {
    width: 135px;
    margin: auto;
    margin-top: 100px;
}
.error-404 .erorr-button a {
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    border: 2px solid #bbb;
    color: #919191;
    padding: 12px 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 600;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    text-align: center;
}
.error-404 .erorr-button a:hover {
    border-color: #56C8D4;
    color: #56C8D4;
}
/* -----------------------------
   10. Responsivity Media Queries
   ----------------------------- */

@media screen and (min-width: 769px) {
    .salvattore-projects[data-columns]::before {
        content: '3 .col-md-4 col-sm-6 col-xs-12';
    }
}

@media screen and (max-width: 1199px) {
    .wrapper .salvattore-projects .four-columns img {
        width: 100%;
        min-height: 240px !important;
        height: 240px !important;
    }
}


@media screen and (max-width: 1060px) {
    .wrapper .salvattore-projects .four-columns img {
        width: 100%;
        min-height: 240px !important;
        height: 240px !important;
    }
    .third-header .logo {
        margin-left: 20px;
    }
    .third-header .social-icons {
        margin-right: 20px;
    }
}

@media screen and (max-width: 992px) {
    .contact .contact-content {
        margin: 60px 0;
    }
    .contact-content .contact-form {
        margin-top: 40px;
    }
    .wrapper .about .about-img-content {
        height: auto !important;
    }
    .wrapper .about .about-content-info {
        height: 400px;
        padding: 60px 60px 0 60px;
    }
    .wrapper .about .about-img {
        height: 500px;
    }
    .wrapper .about .about-video .playfalse {
        width: 0;
        height: 0;
    }
    .wrapper .about .our-team .team-single {
        margin-bottom: 30px;
    }
    .wrapper .about .clients {
        padding-bottom: 80px;
    }
    .wrapper .about .clients img {
        margin-bottom: 20px;
    }
    .second-header .second-menu li {
        margin-left: 10px;
    }
    .second-header .second-menu li a {
        font-size: 11px;
        padding-left: 0;
        padding-right: 0;
    }
    .wrapper .salvattore-projects .four-columns img {
        width: 100%;
        min-height: 300px !important;
        height: 300px !important;
    }
}
@media screen and (max-width: 768px) {
    header .menu .menu-logo {
        display: none !important;
    }
    .menu .close-icon {
        margin-top: 30px;
        margin-right: 30px;
    }
    header .menu li {
        margin: 0;
        padding: 0;
        display: block;
        margin-bottom: 25px;
    }
    header .menu li ul {
        position: relative;
        top: 10px;
        opacity: 1;
        visibility: visible;
    }
    header .menu li ul li {
        text-align: center;
        margin-left: 0;
        margin-bottom: 10px;
    }
    header .menu li ul li:last-child {
        margin-bottom: 35px;
    }
    header .menu .social-icons {
        display: none !important;
    }
    header .expand-menu-icon a i {
      display: block;
    }
    header .expand-menu-icon a i:hover {
        color: #56C8D4 !important;
    }
    .home-slider .slider-content h1 {
        font-size: 22px;
        letter-spacing: 2px;
    }
    .home-slider .slider-content h4 {
        font-size: 20px;
    }
    .wrapper .home-4col .project-con {
        padding-right: 15px;
        padding-left: 15px;
    }
    .wrapper .single-project-con {
        padding: 120px 30px;
    }
    .services .half-base {
        width: 100%;
        float: none;
    }
    .wrapper .blog .row {
        margin-top: 0;
    }
    .wrapper .blog .blog-item {
        margin-bottom: 30px;
    }
    .wrapper .blog-single .single-item .post-name {
        font-size: 22px;
    }
    .wrapper .blog-single .single-item .tags span {
        margin-right: 10px;
    }
    .wrapper .blog-single .single-item .tags li {
        margin-left: 2px;
        font-size: 12px;
    }
    .wrapper .blog-single .comments-section .comments-list .comment .comment-avatar {
        position: relative;
    }
    .wrapper .blog-single .comments-section .comments-list .comment .comment-content {
        padding-left: 0;
    }
    .wrapper .blog-single .comments-section .comment-form input,
    .wrapper .blog-single .comments-section .comment-form textarea {
        margin-top: 10px;
        border-radius: 0;
    }
    .wrapper .about .about-img {
        height: 350px;
    }
    .wrapper .post-nav a {
        line-height: 23px;
    }
    .wrapper .about .about-us {
        margin: 50px 0;
    }
    .wrapper .about .about-us .about-title h1 {
        font-size: 40px;
    }
    .contact #map-canvas {
        height: 380px;
    }
    .contact .contact-content .contact-form input,
    .contact .contact-content .contact-form textarea {
        border-radius: 0 !important;
    }
    .second-header .logo {
        float: left;
        width: 150px;
    }
    .third-header .logo {
        margin-left: 0;
        margin-left: 20px;
    }
    .third-header .social-icons {
        margin-right: 0;
    }
    .second-header .second-menu {
        line-height: 0;
        background-color: #FBFBFB;
        height: auto;
        padding: 20px;
        margin-top: -5px;
        border-top: 1px dotted #E5E5E5;
    }
    .second-header .second-menu nav {
        float: none;
    }
    .second-header .second-menu {
        display: none;
    }
    .second-header .second-menu ul {
        text-align: left;
        width: 100%;
    }
    .second-header .second-menu li {
        width: 100%;
        margin: 0;
    }
    .second-header .second-menu li {
        border-bottom: 1px dotted #e1e1e1;
        padding: 10px 0;
    }
    .second-header .second-menu li a {
        outline: none;
        color: #686868;
        text-transform: uppercase;
        font-size: 12px;
    }
    .second-header .second-menu .social-icons {
        margin-left: 0;
        float: none;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 22px;
    }
    .second-header .second-menu .social-icons ul {
        display: inline;
    }
    .second-header .second-menu .social-icons ul li {
        width: auto;
    }
    .second-header .second-menu li ul {
        margin-top: 10px !important;
        width: 100%;
    }
    .second-header .second-menu li ul li {
        border: none;
    }
    .second-header .second-menu li ul li a {
        font-size: 13px;
    }
    .wrapper {
        margin-top: 95px;
    }
    .wrapper .about .about-content-info {
        height: auto;
        padding: 20px 60px 60px 60px;
    }
    .error-404 h1 {
        font-size: 100px;
    }
    .error-404 .erorr-button {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .bg-img img {
        height: 200% !important;
    }

    .slider-header ul li ul a {
        color: #fff !important;
    }
  
    .home-salvattore #portfolio-posts .col-xs-12 {
        width: 50%;
    }   
    .wrapper .salvattore-projects .four-columns img {
        width: 100%;
        min-height: 250px !important;
        height: 250px !important;
    }

    .wrapper .single-project-pics img {
        height: auto; 
    }
}
@media screen and (max-width: 557px) {
    footer .footer-social-icons li {
        margin-bottom: 15px;
        margin-left: 25px;
    }
    .services .half-base .service .service-icon {
        position: relative;
    }
    .services .half-base .service .service-content {
        padding-left: 0;
    }
    .wrapper .blog .row .col-md-4 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .wrapper .salvattore-projects .four-columns img {
      width: 100%;
      min-height: 220px !important;
     height: 220px !important;
    }
}

@media screen and (max-width: 375px) {
    .home-salvattore #portfolio-posts .col-xs-12 {
            width: 100%;
        }
    .wrapper .salvattore-projects .four-columns img {
      width: 100%;
      min-height: auto !important;
      height: auto !important;
    }
}
