@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300);

/**-------------------- **/
/** 01. GRID
-------------------------------------------------- **/
.container {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.column {
  float: left;
  position: relative;
  padding: 0 25px;
}
.column a {
	opacity: 1;
	transition: all 0.2s;
}
.column a:hover {
	opacity:0.5;
}
.column a img {
	padding-bottom: 50px;
}
.column.col-1 {
  width: 8.333%;
}
.column.col-2 {
  width: 16.666%;
}
.column.col-3 {
  width: 24.999%;
}
.column.col-4 {
  width: 33.332%;
}
.column.col-5 {
  width: 41.665%;
}
.column.col-6 {
  width: 49.998%;
}
.column.col-7 {
  width: 58.331%;
}
.column.col-8 {
  width: 66.664%;
}
.column.col-9 {
  width: 74.997%;
}
.column.col-10 {
  width: 83.33%;
}
.column.col-11 {
  width: 91.663%;
}
.column.col-12 {
  width: 100%;
}
.column.offset-1 {
  margin-left: 8.333%;
}
.column.offset-2 {
  margin-left: 16.666%;
}
.column.offset-3 {
  margin-left: 24.999%;
}
.column.offset-4 {
  margin-left: 33.332%;
}
.column.offset-5 {
  margin-left: 41.665%;
}
.column.offset-6 {
  margin-left: 49.998%;
}
.column.offset-7 {
  margin-left: 58.331%;
}
.column.offset-8 {
  margin-left: 66.664%;
}
.column.offset-9 {
  margin-left: 74.997%;
}
.column.offset-10 {
  margin-left: 83.33%;
}
.column.offset-11 {
  margin-left: 91.663%;
}
@media (max-width: 800px) {
  .column {
    float: none;
    width: 100% !important;
    padding: 0 !important;
    margin-left: 0 !important;
  }
  .column:not(:last-child) {
    margin-bottom: 50px;
  }
}
.row {
  display: block;
  position: relative;
  margin: 0 -25px;
}
.row:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.container::after,
.row::after,
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
/** 02. COMMONS
-------------------------------------------------- **/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
body {
  font-family: 'Quicksand', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #808080;
  background: #ffffff;
  overflow-y: scroll;
}
body.no-scroll {
  overflow: hidden;
  margin-right: 0px;
}
@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
}
::selection {
  color: #ffffff;
  background: #111111;
}
::-moz-selection {
  color: #ffffff;
  background: #111111;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #111111;
}
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child) {
  margin-bottom: 25px;
}
h1 {
  font-size: 42px;
  line-height: 56px;
}
h2 {
  font-size: 36px;
  line-height: 50px;
}
h3 {
  font-size: 30px;
  line-height: 44px;
}
h4 {
  font-size: 26px;
  line-height: 40px;
}
h5 {
  font-size: 22px;
  line-height: 36px;
}
h6 {
  font-size: 18px;
  line-height: 32px;
}
p:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  h1 {
    font-size: 38px;
    line-height: 52px;
  }
  h2 {
    font-size: 32px;
    line-height: 46px;
  }
  h3 {
    font-size: 26px;
    line-height: 40px;
  }
  h4 {
    font-size: 22px;
    line-height: 36px;
  }
  h5 {
    font-size: 20px;
    line-height: 34px;
  }
  h6 {
    font-size: 16px;
    line-height: 30px;
  }
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.float-left {
  float: left;
}
.float-right {
	display: inline-block;
  float: right;
}
div[class*="gap-"] {
  display: block;
}
.gap-25 {
  height: 25px;
}
.gap-50 {
  height: 50px;
}
.gap-100 {
  height: 100px;
}
hr {
	border-top: 1px solid rgba(0,0,0,0.2);
    width: 80%;
    margin: 0 auto 1em;
}
.title-boop {
	border-top: 1px solid rgba(0,0,0,0.4);
    width: 2em;
    margin: 0 auto 1em;
}
.credit {
	font-size: 12px;
}

.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6,
.light-content a {
  color: #ffffff;
}
.section {
  position: relative;
  padding: 150px 0;
}
.section.pt-0 {
  padding-top: 0;
}
.section.pt-100 {
  padding-top: 100px;
}
.section.pb-0 {
  padding-bottom: 0;
}
.section.pb-100 {
  padding-bottom: 100px;
}
button {
	font-family: 'Quicksand', Arial, sans-serif;
	font-weight: 700;
}
@media (max-width: 600px) {
  .section {
    padding: 100px 0;
    background-color: #fff;
    z-index: 11;
  }
.gap-100 {
  height: 0px;
}	
	.text-right {
		text-align: center;
	}	
	
	
}
.reveal {
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.reveal.reveal-in {
  opacity: 1;
  top: 0;
}
.fade {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #111111;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.fade.hide {
  opacity: 0;
  visibility: hidden;
}

footer {
	display: block;
	width: 100%;
	height: 2em;
	bottom: 0;
	right: 0;
	position: absolute;
}
footer .social {
	position: relative;
	display: block;
	font-size: 8px;
	text-align: left;
	padding-left:65px;
	
}
footer .social p {
	letter-spacing: 1em;
}
.social a {
	transition: all 0.2s ease-in-out;
}
.social a:hover {
	opacity: 0.5;
}
@media (max-width: 600px) {
	footer {
		bottom: 2em;
	}
	footer .social {
	position: relative;
	display: block;
	font-size: 8px;
	text-align: center;
	padding:0;	
}
}


/** 03. SHOWCASE
-------------------------------------------------- **/
.showcase {
  width: 100%;
  height: 100vh;
  position: relative;
}
.showcase .previews {
  width: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.showcase .previews.full {
  width: 100%;
}
.showcase .previews .preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.showcase .previews .preview.active {
  opacity: 1;
  visibility: visible;
}
.showcase .previews .loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.showcase .previews .loader.visible {
  opacity: 1;
  visibility: visible;
}
.showcase .previews .loader span {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 5px solid rgba(17, 17, 17, 0.15);
  border-top: 5px solid #ffffff;
  animation: loader 0.7s infinite linear;
}
@keyframes loader {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.showcase .controls {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: #ffffff;
}
.showcase .controls .header {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 1;
  height: 20px;
  padding: 60px;
}

.showcase .controls .header .main-title {
  font-size: 24px;
  font-weight: 200;
  color: #393939;
}

.showcase .controls .header .main-title img{
	max-width: 500px;
	width: 100%;
}

.showcase .controls .header .main-title i {
  display: inline-block;
  vertical-align: middle;
  margin: 50px 10px 0;
  width: 250px;
  height: 1px;
  background: #d9d9d9;
}
.showcase .controls .header .about-link, .showcase .controls .header .about-link2 {
  font-size: 18px;
  font-weight: 400;
	border: solid 1px #111;
	padding: 5px 10px;
  color: #111111;
  cursor: pointer;
  position: relative;
	background:rgba(0,0,0,0);
	  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.showcase .controls .header .about-link:hover, .showcase .controls .header .about-link2:hover {
	border: solid 1px #111;
  color: #FAFAFA;
	background:rgba(0,0,0,1);
}
.showcase .controls .right-nav {
  display: block;
	position: relative;
  top: 0;
  right: 10px;
  left: 0;
  z-index: 1;
  height: 20px;
	width:100%;
  padding: 60px;
}
.showcase .controls .right-nav .about-link, .showcase .controls .right-nav .about-link2 {
	position: relative;
  font-size: 18px;
  font-weight: 400;
	border: solid 1px #111;
	padding: 5px 10px;
  color: #111111;
  cursor: pointer;
	background:rgba(0,0,0,0);
	  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.showcase .controls .right-nav .about-link:hover, .showcase .controls .right-nav .about-link2:hover {
	border: solid 1px #111;
  color: #FAFAFA;
	background:rgba(0,0,0,1);
	
}

.showcase .controls .controls-list {
  position: absolute;
  bottom: 60px;
  left: 60px;
}
.showcase .controls .controls-list li:not(:last-child) {
  margin-bottom: 10px;
}
.showcase .controls .controls-list li.title {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 25px;
}
.showcase .controls .controls-list li a {
  font-size: 18px;
	padding: 5px;
  font-weight: 700;
  color: #111111;
  cursor: pointer;
  position: relative;
}
.showcase .controls .controls-list li a span {
  font-size: 11px;
  font-weight: normal;
  color: #808080;
}

/**accordian**/
.accordion {
  background-color: transparent;
  color: #111;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
}

.active, .accordion:hover {
	
}

.accordion:after {
  content: '\002B';
  color: #111;
  float: right;
  margin-left: 5px;
}

.active:after {
  /*content: "\2212";*/
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}


	.hide-on-mobile {
	display: block;
}
	.show-on-mobile {
	display: none;
}

@media (max-width: 800px) {
  .showcase .previews {
    width: 30%;
  }
  .showcase .controls {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .showcase .previews {
    width: 0;
  }
  .showcase .previews .loader span {
    top: 50%;
    right: 30px;
  }
  .showcase .controls {
    width: 100%;
  }
  .showcase .controls .header {
    padding: 40px;
  }
  .showcase .controls .header .main-title {
    display: block;
    float: none;
  }
  .showcase .controls .header .about-link {
    margin-top: 15px;
	  float: left;
  }
  .showcase .controls .controls-list {
    /* bottom: 40px; */
    left: 40px;
    top: 35%;
    position: relative;
    display: block;
	  width: 80%;
  }
  .showcase .controls .controls-list li a {
    font-size: 14px;
  }
	
	.showcase .controls .header .main-title .hide-on-mobile, .hide-on-mobile {
	display: none;
	}
	.showcase .controls .header .main-title .show-on-mobile {
	padding-top:0;	
	display: block;
    max-width: 290px;
    margin: 0 auto;
	}
	.accordion {
  font-size: 14px;
	}
	.accordion:after {
  float: center;
  margin-left: 5px;
	}
	#project-inner #project-content{
		background: #fff;
	}
	
}

@media (max-height: 480px) {
	.showcase {
		overflow-x: hidden;
	}
	.showcase .controls .controls-list {
    top: 100px;
	position: relative;
	width: 50%;	
	}
	.showcase .controls .header .main-title img {
	margin-top: -80px;
    margin-left: -40px;
	}
	.showcase .controls .right-nav {
    padding: 20px;
	}
	.showcase .controls .controls-list li a, .accordion {
	font-size: 14px;
	}
	.section {
    background-color: #fff;
	z-index: 11;
	}
	.showcase .controls .controls-list li:not(:last-child) {
    margin-bottom: 1px;
	}
	.section {
    position: relative;
    padding: 50px 0;
	}
	.accordion:after {
  float: none;
  margin-left: 5px;
	}
		.showcase .controls .header .main-title .hide-on-mobile, .hide-on-mobile {
	display: block;
			width: 80%;
			margin-top: -40px;
    		margin-left: -30px;
	}
	.showcase .controls .header .main-title .show-on-mobile {
	display: none;
	}
}


@media (max-height: 300px) {
  .showcase .previews {
    width: 0;
  }
}


/** 04. PROJECTS
-------------------------------------------------- **/
.project-image {
  margin-bottom: 50px;
}
.project-image img {
  display: block;
  margin: 0 auto;
}
.close-project {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #111111;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.close-project.visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.close-project .cross {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
}
.close-project .cross::before,
.close-project .cross::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  background: #ffffff;
}
.close-project .cross::before {
  top: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
}
.close-project .cross::after {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotate(-45deg);
}
@media (max-width: 600px) {
  .close-project {
    width: 40px;
    height: 40px;
    right: 30px;
    bottom: 30px;
  }
}
/** 05. ABOUT
-------------------------------------------------- **/
#about {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 1);
  opacity: 0;
	transform: scale(1.2);
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#about.visible {
  opacity: 1;
	transform: scale(1);
  visibility: visible;
	z-index: 1000;
	-webkit-overflow-scrolling: touch;
}
#about.scroll {
	overflow-y: scroll;
}
#about #about-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow-y: scroll;
  padding: 8vh 0 10vh;
}
#about #about-inner img {
	width:100%;
	max-width:400px;
	border-radius: 0.5em;
}
#biopic img {
	width:100%;
	max-width:400px;
	border-radius: 0.5em;
}
.about-header {
	border-bottom: 1px solid rgba(0,0,0,0.3);
	width: 1em;
	text-align: center;
}

.close-about {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50px;
  right: 50px;
  margin-left: -10px;
  cursor: pointer;
  border-radius: 100%;
  background: #111111;
	z-index: 1002;
}
.close-about span::before,
.close-about span::after {
  content: '';
  width: 14px;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  background: #ffffff;
}
.close-about span::before {
  top: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
}
.close-about span::after {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotate(-45deg);
}

.touch {
  -webkit-overflow-scrolling: touch;
}

/*Watermark*/
.watermark {
	opacity: 0.3;
}



/* PORTFOLIO */

.clear
{
    clear: both;
}

.grid 
{
    width: 1500px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
}

.grid-item 
{
    float: left;
    font-size: 0;
    line-height: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border: 5px solid white;
}

.grid-item img 
{
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    border-radius: 2px;
	-webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}


/*option for even tiles**/
.grid-item img 
{
    display: block;
    width: 100%;
    object-fit: cover;
	object-position: top;
    height: 700px;
    border-radius: 2px;
	-webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.grid-item .pin-center {
	object-position: center;
}
.grid-item .pin-top {
	object-position: top;
}
.grid-item .pin-bottom {
	object-position: bottom;
}
.grid-item .pin-left {
	object-position: left;
}
.grid-item .pin-right {
	object-position: right;
}

.grid-item img:hover {
	opacity: 0.5;
}

.grid-sizer, .grid-item 
{
    width: 500px;
}

.grid-item.p_two_third
{
    width: 1000px;
}

.grid-item.p_one
{
    width: 1500px;
}

.portfolio-text-holder
{
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    font-size: 16px;
    background-color: rgba(255,255,255,0.9);
    text-align: center;   
    display: none;    
}

.portfolio-text
{
    line-height: 100%;
}

.portfolio-type
{
    line-height: 100%;
    font-size: 11px;
    color: #9a9a9a;    
    padding-top: 20px;
    letter-spacing: 5px;
    padding-left: 5px;
}

.grid-item a:hover
{
    opacity: 0.6;
}

.more-posts-portfolio img
{
    transition: all .2s linear;
    width: 100px;
    height: 100px;
}

.more-posts-portfolio img:hover
{
    cursor: pointer;  
    transform: scale(0.9);
}

div.pp_default .pp_loaderIcon
{
    display: none !important;
}

/* END PORTFOLIO */


/* PORTFOLIO SINGLE */

.single-portfolio h1.entry-title
{
    font-weight: 700;
    font-size: 46px;
    line-height: 55px;
    letter-spacing: -2px;
    margin-bottom: 90px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.single-portfolio .entry-title
{
    text-align: center;
}

/* END PORTFOLIO SINGLE */

@media screen and (min-width: 1451px) {
	.grid-item img {
    object-fit: cover;
	object-position: center;
		height: 900px;
}
}

@media screen and (max-width: 1450px) {  

    .one_half,  .one_third,  .two_third,  .three_fourth, .one_fourth
    {
        margin-right: 8%;
        float: left;
        position: relative;
        margin-bottom: 37px;
    }

    .one_half{
        width: 46%;
    }
    .one_third{
        width: 28%;
    }
    .two_third{
        width: 64%;
    }
    .one_fourth{
        width: 19%;
    }
    .three_fourth{
        width: 73%;
    }

    .last.col-570 
    {
        margin-left: 0;
    }

    .body-wrapper
    {
        margin: 20px;
    }

    .menu-wraper
    {
        border-width: 20px;        
    }

    blockquote.inline-blockquote
    {
        display: block;
        margin: 50px 0;
        width: auto;
    }

    .grid-sizer, .grid-item 
    {
        width: 340px;
    }

    .grid-item.p_two_third
    {
        width: 680px;
    }

    .grid, .grid-item.p_one
    {
        width: 1020px;
    }
		.grid-item img {
		height: 500px;
}
	

}

@media screen and (max-width: 1220px) {   

    .grid-item.p_one, .grid
    {
        width: 960px;       
    }    

    .grid-sizer, .grid-item 
    {
        width: 320px;
    }

    .grid-item.p_two_third
    {
        width: 640px;
    }

    blockquote:before
    {
        line-height: 150px;
        font-size: 150px;
        position: relative;
        top: 0;
        left: 0;    
        text-align: center;
        display: block;
    }

}

@media screen and (max-width: 1066px) {    

    .grid-item.p_one, .grid
    {
        width: 810px;
    }

    .grid-sizer, .grid-item 
    {
        width: 270px;
    }

    .grid-item.p_two_third
    {
        width: 540px;
    }

    .body-wrapper
    {
        margin: 10px;
    }

    .menu-wraper
    {
        border-width: 10px;       
    }

}

@media screen and (max-width: 1020px) {    

    .one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_half.margin-0, .one_third.margin-0, .two_third.margin-0, .one_fourth.margin-0, .three_fourth.margin-0
    {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }

    .single-portfolio .one_half.margin-0 img, .single-portfolio .one_third.margin-0 img, .single-portfolio .two_third.margin-0 img, .single-portfolio .one_fourth.margin-0 img, .single-portfolio .three_fourth.margin-0 img
    {
        width: 100%;
        height: auto;
    } 

    .progress_bar_field_holder
    {
        width: 100%;
        margin-top: -15px;
        max-width: 100%;
    }    

}


@media screen and (max-width: 925px) {    

    .grid, .grid-item.p_one
    {
        width: 690px;
    }


    .grid-sizer, .grid-item 
    {
        width: 230px;
    }

    .grid-item.p_two_third
    {
        width: 460px;
    }

    .portfolio-text-holder 
    {
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
    }   

    .main-menu
    {
        float: none;
        margin: 0 auto;
        text-align: center;
        max-width: 300px;
        width: 100%;
        position: relative;
        z-index: 9999;
    }

 

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active
    {
        padding-right: 0;
        padding-left: 0;
    }

    .single-post .nav-previous
    {
        margin-bottom: 80px;
    }

    .single-post .nav-previous, .single-post .nav-next
    {
        display: block;        
    }

}

@media screen and (max-width: 805px) {    

    .grid, .grid-item.p_one
    {
        width: 570px;
    }

    .grid-sizer, .grid-item 
    {
        width: 190px;
    }

    .grid-item.p_two_third
    {
        width: 380px;
    } 

    .portfolio-text-holder
    {
        font-size: 14px;
    }

    .single-post .entry-content
    {
        font-size: 20px;
        line-height: 35px;
    }    

    .single-post .post-info div
    {
        display: block;
    }

    .single-post .post-info div:after
    {
        display: none;
    }

    blockquote.inline-blockquote 
    {
        font-size: 20px;
        line-height: 32px;
    }

    p.custom-text-class, p.custom-field-class 
    {
        display: block !important;
    }

    .contact-form input[type=text], .contact-form input[type=email], .contact-form textarea, p.custom-field-class
    {
        width: 100% !important;
    }

    .blog-holder .entry-date
    {
        display: block;
    }

    .blog-holder .entry-date:after
    {
        display: none;
    }    

    .single-post .tags-holder
    {
        width: auto;
    }

    .single-post .nav-previous a, .single-post .nav-next a 
    {
        font-size: 22px;
        line-height: 25px;    
        max-width: 75%;
    }    

}

@media screen and (max-width: 782px)
{
    .logged-in .menu-wraper
    {
        top: 46px;
        height: calc(100% - 46px);
    }

    blockquote:before 
    {
        line-height: 110px;
        font-size: 110px;
    }
}


@media screen and (max-width: 650px) {  


    .grid, .grid-sizer, .grid-item, .grid-item.p_one, .grid-item.p_two_third
    {
        width: 100%;
		height: auto;
    }
.grid-item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
	border-bottom: 0;
	}

    .portfolio-text-holder 
    {
        top: 30px;
        left: 30px;
        right: 30px;
        bottom: 30px;
        font-size: 20px;
    }    

}


/**
.grid-container {
	margin: 0 auto;
	width: 100%;
	padding: 0 10%;
}

.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill);
    grid-gap: 5px;
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    padding: 10px;
}

.grid-item {
    padding: 1rem;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #929796;
    background-color: transparent;
    border-radius: 5px;
    &:nth-child(odd) {
        background-color: transparent;
    }
	  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.grid-item:hover {
	opacity: 0.5;
}
.grid-item img {
	object-fit: cover;
}

.span-2 {
    grid-column-end: span 2;
    grid-row-end: span 1;
}

.span-3 {
    grid-column-end: span 3;
    grid-row-end: span 4;
}
.span-4 {
    grid-column-end: span 4;
    grid-row-end: span 3;
}
**/
