/*
 Theme Name:     Nancy Bernal
 Author:         Logistic Infotech Pvt. Ltd.
 Author URI:     https://logisticinfotech.com
 Template:       twentyseventeen
 Version:        1.0.0
*/
a:hover,a:focus{
    text-decoration: none;
} 
header#masthead{
    padding: 45px 0 15px;
    background-color: transparent;
}
ul.tt-wrapper {
    padding: 28px 0 0;
    margin: 0;
}
.tt-wrapper li {
    display: inline-block;
    margin: 0 5px;
}
.box-shadow-menu {
    padding-left: 1.25em;
    position: relative;
}
.box-shadow-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.05em;
    bottom: 0.05em;
    width: 2em;
    background: linear-gradient(
        to bottom, 
        black, black 20%, 
        white 20%, white 40%, 
        black 40%, black 60%, 
        white 60%, white 80%, 
        black 80%, black 100%
        );
}
div.position-menu{
    float: right;
    padding: 25px 0 0;
}
.logo{
    text-align: center;
}
.logo a {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -2px;
    color: #000 !important;
	text-transform:uppercase;
}
.tt-wrapper li a{
    color: #000;
}
.tt-wrapper li a:hover, .logo a:hover{
    color: #b90f0f !important;
}
.logo-subline {
    font-size: 32px;
    font-weight: 100;
}
ul#top-menu {
    text-align: center;
}
.top-navigation{
    display: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.portfolio-home a{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.portfolio-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    opacity: 0;
    z-index: 1;
    color: #ffffff;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
}
.portfolio-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}
.portfolio-home:hover .portfolio-info{
    opacity: 1;
}
.portfolio-img {
    height: 100%;
}
.portfolio-img img {
    filter: grayscale(100);
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
	height: 100%;
    object-fit: cover;
    object-position: center center; 
    width: 100%;
}
.portfolio-home:hover .portfolio-img img{
    filter: grayscale(0);
}
.portfolio-home {
    padding: 2px;
    float: left;
}

.resume-btn{
    margin: 15px;
}
.resume-btn a {
    color: #fff !important;
    background-color:  #b90f0f;
    display: inline-block;
    padding: 15px;
    line-height: 1;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
}
.resume-btn a:hover, .resume-btn a:focus {
    color: #fff !important;
    background-color: rgba(185,15,15,0.8);    
}
.contact-mail{
    margin: 30px auto;
}
.other-portfolio a{
    display: inline-block;
    width: 100%;
}
.wonderpluginslider-container{
    padding-bottom: 200px !important;
}
.amazingslider-bottom-shadow-1{
    display: none !important;
}
div.amazingslider-box-1 :nth-child(3){
    background-color: transparent !important;
    display: none !important;
}
.cremove {
    display: none !important;
}
.IMDB img {
    position: absolute;
    left: 0px;
    top: 27%;
}
.wrap-template{
	min-height:600px;
	padding-top:40px;
}
.other-portfolio a{
    display: inline-block;
    width: 100%;
}
.hm-slider{
    margin-bottom: 50px;    
}
@media only screen and (max-width: 992px){
    .logo a {
        font-size: 25px;
    }
    .logo-subline {
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px){
    .logo a {
        font-size: 23px;
    }
    .logo-subline {
        font-size: 21px;
    }
    ul.tt-wrapper {
        display: flex;
        margin-bottom: 15px;
    }
    .colors-custom .menu-toggle{
        padding: 5px;
    }
    .IMDB img{
        position: relative;
        margin: 30px auto;
    }
}
@media only screen and (max-width: 576px){
    .logo-subline {
        font-size: 21px;
        letter-spacing: -2px;
    }
}
@media only screen and (max-width:757px){
    .amazingslider-nav-container-1{
        display: none;
    }
    .wonderpluginslider-container {
        padding-bottom: 0px !important;
    }
}
@media only screen and (max-width: 575px){
    ul.tt-wrapper {
        display: flex;
        justify-content: center;
        margin-top: -30px;
    }
}
@media only screen and (max-width: 767px){
 ul.tt-wrapper {
    display: flex;
    justify-content: center;
  }
  .top-navigation {
    display: block !important;
    margin-top: -10px;
    border-bottom: 1px solid #eee;
  }
  .box-shadow-menu{
    display: none;
  }
} 