a:hover {
    color: #fff;
}
#portfolioNavbarNav .nav-item {
    list-style-type: none;
    display: inline-block;
    padding: 0 0.8rem;
    line-height: 45px;
    cursor: pointer;
    font-size: .875rem;
}
#portfolioNavbarNav .nav-item a{
    color: #212121;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
}
#portfolioNavbarNav .nav-item a.active {
    color: #9F9F9F;
}
body h1{
font-family: 'Italianno', cursive;
}
.entry-title {
    font-size: 3rem;
    text-transform: capitalize;
    margin-bottom: 2.625rem;
    line-height: 1 !important;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    font-family: 'Italianno', cursive !important;
    color: #9F9F9F;
    font-weight: 700;
}
.entry-content__wrap{
    max-width: 61.875rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.gallery-list{
    max-width: 1800px;
    margin: 0 auto;
}
.icon strong {
	color:red;
	font-weight:700;
}
.body-border--left, 
.body-border--right {
    width: 50%;
	background-color: #e8e8e8;
    position: fixed;
    z-index: 2000;
    -webkit-transform: translateZ(0);
    height: 100%;
	left: 0;
    top: 0;
}
body .body-border--right{
    right: 0;
    left: auto;
}
body.open .body-border--left, 
body.open .body-border--right {
    width: 0px;
}
body.open .body-border--left, 
body.open .body-border--right {
    -webkit-transition: width .7s cubic-bezier(.785,.135,.15,.86),top .4s ease-out;
    transition: width .7s cubic-bezier(.785,.135,.15,.86),top .4s ease-out;
}

.page-header {
    position: relative;
}
.title-box{
    width: 40%;
    background-color: rgb(33 33 33 / 92%);
    color: #fff;
    padding: 2.813rem 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.title-box:after{
    content: "";
    display: block;
    position: absolute;
    top: -.5rem;
    left: -.5rem;
    right: -.5rem;
    bottom: -.5rem;
    width: calc(100% + 1em);
    height: calc(100% + 1em);
    z-index: -1;
    padding: 0;
    background-color: rgba(33,33,33,0.8);
}
.title-box  h1 {
    color: #fff;
    word-spacing: 100em;
    word-wrap: normal;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 auto;
    padding: 1.875rem;
    text-align: center;
    font-size: 2.188rem;
    font-weight: 700;
}
.title-box__sep {
    background-color: #e8e8e8;
    height: 2px;
    width: 55%;
    margin: 0 auto;
    border: none;
}
@media screen and (min-width: 769px){
.title-box {
    min-width: 300px;
    max-width: 400px;
    min-height: 400px;
}
}

.button, button, input[type=submit] {
    background-color: #404040;
    color: #f5f5f5;
    padding: .7em 1.2em;
    text-transform: uppercase;
    font-family: Lora,Serif;
    text-decoration: none;
    -webkit-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    font-size: .875em;
    outline: 0;
    border: 0;
	font-weight: 700;
	cursor: pointer;
}
.button:hover,
.button:focus, 
button:hover, 
button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
    background-color:#fd007c;
	color:#fff;
}
.studio-box{
    padding: 6.25rem 1.875rem;
	height: 100%;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}
.font-34{
	font-size:34px;
	line-height:1.3;
}
.font-24{
	font-size:24px;
	line-height:1.3;
}
.media-box {
    max-height: 258px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 50%);
    overflow: hidden;
	position: relative;
	margin-bottom:30px;
}
.media-box a{
    display: block;
    max-height: 258px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.fg-caption {
    position: absolute;
    z-index: 8;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    border: none;
    text-align: left;
    cursor: pointer;
    margin: 0;
    bottom: 0;
    left: 0;
    padding: 0.5em 0.8rem;
    background-color: rgba(0,0,0,.6);
    color: #fff;
}
.fg-caption-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    padding: 5px;
}
.fg-caption-title+.fg-caption-desc {
    padding-top: 0;
}
.fg-caption-desc {
    padding: 5px;
}
.media-box a:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #00000070;
	-webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
	
}
.media-box:hover a:before{
    width: 100%;
}

ul.disc {
  margin: 2em 0;
}

ul.disc li {
    margin: 0.8em;
    margin-left: 0;
    padding-left: 1.6rem;
}
ul.disc li:before {
  content: '\f111';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #333;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
.owl-dot span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.owl-dots{
    text-align: center;
    margin-top: 15px;
}
.owl-dot{
    margin:0px !important;
}
.owl-dot.active span{
	background: none repeat scroll 0 0 #000;
}
.modal-title{
    font-size: 2.5rem;
    margin-bottom: 0;
    line-height: 1 !important;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    color: #9F9F9F;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 0;
	    font-family: 'Italianno', cursive !important;
}
 .post-navigation {
    padding: 12px 6px;
	    font-family: Lora,Serif;
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
 .nav-links {
    margin-bottom: 0;
}
.post-navigation .nav-links:after, .post-navigation .nav-links:before {
    content: " ";
    display: table;
}
.post-navigation .nav-next, .post-navigation .nav-previous {
    width: 49.75%;
}
.post-navigation .nav-previous {
    margin-right: .25%;
}
.nav-previous {
    float: left;
    text-align: left;
}
.nav-next {
    float: right;
    text-align: right;
}
.js .post-navigation .nav__inner {
    cursor: pointer;
	min-height: 155px;
}
.post-navigation .nav__inner {
    background-color: #F6F6F6;
    display: block;
    -webkit-transition: -webkit-transform 275ms ease-out;
    transition: transform 275ms ease-out;
    height: 100%;
    
}
.post-navigation .label {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.post-navigation a {
    font-size: 1.5rem;
    font-weight: 700;
	padding: 2.813rem;
	display: block;
}
.post-navigation .nav-links:after {
    clear: both;
}
.post-navigation .nav__inner:hover {
    -webkit-transform: translateY(-.3rem);
    -ms-transform: translateY(-.3rem);
    transform: translateY(-.3rem);
}
body .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
}
body .gallery-single:before, .gallery-single:after, .gallery-single .box-content:before, .gallery-single .box-content:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,rgb(0 0 0 / 40%),rgb(0 0 0 / 20%),transparent,rgb(0 0 0 / 18%),rgb(0 0 0 / 28%));
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s ease 0s;
}
body .gallery-single:before {
    transform: translateX(0) !important;
	height:0%
}
body .gallery-single:after {
    transform: translateX(0) !important;
	height:0%
}
body .gallery-single:hover:before {
	height:100%
}
body .gallery-single:hover:after {
	height:100%
}
body .gallery-single img {
     transform: scale(1) !important;
}
body .gallery-single .box-content:before,
body .gallery-single .box-content:after{
	display:none !important;
}
body .gallery-single {
    margin: 0 !important;
}
body .card-columns .card {
    margin-bottom: 1.2rem;
}
body .gallery-single .title,
body .gallery-single .post {
    transform: translateY(0px);
}
body .gallery-single:hover .inner-content {
    bottom: 15px;
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
  .card-columns {column-count: 2;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 .card-columns {column-count: 3;}
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
   .card-columns {column-count:6;} 
}
.menu__brand .logo img  {
    max-height: 80px;
}

/* Preloader with Bootstrap Progress Bar
-----------------------------------------------*/
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    z-index: 99;
}
.loader-container{
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.progress {
    background-color: #e8e8e8;
}
.progress-bar {
    background-color: #fd007c;
}
