/* Enter Your Custom CSS Here */



/*2.0 Typography*/
h1, h2, h3, h4, h5, h6 { font-family: Basic,SoftLine;}
body, button, input, select, textarea { font-family: Basic,SoftLine; }

h1 { font-size: 32px;
}
.site-title a, .site-description { 
  color: #696969;
  text-align: inherit;
  margin-top: 20px;
}

.entry-title span.title, .widget-title span.title  {
    font-weight: 100;
  
}

p {
	margin-bottom: 1.5em;
  	margin: auto;
    max-width: 800px;
  	padding-bottom: 10px;
}
.site-title, .site-title a {
	font-size: 70px;
  	letter-spacing: 0.05em;
	margin-bottom: -20px;
  	margin-top: 30px;
  	font-family: Basic,SoftLine;
  	line-height: 0.8;
 
}
.site-description {
    font-size: 30px;
    text-transform: lowercase;
    letter-spacing: 0.70em;
  	font-family: Basic,SoftLine;
}

/* Profile header*/

.social-media {
    position: absolute;
    right: 40px;
    top: 10px;
} 

.contact-button {
	position: absolute;
	top: 10px;
	left: 40px;
}

.ProfileCanopy-header {
    position: relative;
    height: 280px;
    width: 100%;
    z-index: 4;
}
.ProfileCanopy-headerBg {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden
}
.ProfileCanopy-headerBg img {
	position:absolute;
	left:0;
	right:0;
	top:-9999px;
	bottom:-9999px;
	margin:auto 0;
	width:100%
}

/* Site Header */

.site-header {
    position: relative;
    text-align: center;
    padding: 0px 20px 0px;
    margin: 0 auto;
    max-width: 1430px;
}

/*Site Footer*/
.site-footer {
	text-align: center;
	font-size: 15px;
	text-transform: none; 
	padding: 50px 0 65px;
	letter-spacing: 0.040em;
}



/* Main Menu */

.toggle-menu:hover {
	background-color: #d65e76;
	-webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
    transform:scale(1.25);
	transition: all .4s ease-in;
}

.cbp-spmenu {
    background: #eee;
    position: fixed;
}
.cbp-spmenu h3 {
    color: #ededed;
    font-size: 15px;
    padding: 14px 20px;
    margin: 0;
    font-weight: 600;
    background: #eee;
    cursor: pointer;
}
.cbp-spmenu ul.sub-menu li a {
    font-size: 18px;
    text-transform: lowercase;
    letter-spacing: 0.075em;
    padding: 3px 2.5em;
    color: #555;
}
.cbp-spmenu a {
    display: block;
    color: #555;
    font-size: 21px;
    font-weight: 300;
}
.cbp-spmenu a:hover {
    background: #FFFFFF;
    font-size:25px;
  	color:#d65e76;
}
.cbp-spmenu ul.sub-menu li a:hover {
	font-size:21px;
    color:#d65e76;
} 


/* Gallery*/
.jp-carousel-left-column-wrapper, 
.jp-carousel-image-meta {
  display: none;
}

.tiled-gallery {
max-width: 800px;
margin: auto !important;
} 
.jp-carousel-slide selected {
padding bottom: -20px;
}


/* Grid layout */
#homecontainer {
  
  margin: 0 auto;
  width:80%;
}


#photos {
   /* Prevent vertical gaps */
  
   -webkit-column-count: 3;
   -webkit-column-gap:   8px;
   -moz-column-count:    3;
   -moz-column-gap:      8px;
   column-count:         3;
   column-gap:           8px;

}

.image-wrapper {
  position: relative;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

.image-title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #696969;
  font-weight: 500;
  font-size: 50px;
  font-size: 2.5vw;
  opacity: 0;
}

.image-wrapper:hover .image-title { 
    background: #fff;
    opacity: .6;     
    transition: opacity .9s ease-out;
}

/*#photos img:hover {
    opacity: 0.5;
   -webkit-transition: opacity 0.5s ease;
   -moz-transition: opacity 0.5s ease;
   -o-transition: opacity 0.5s ease;
   transition: opacity 0.5s ease;
      } */

/* Main Layout */
.grid-pad {
    padding-top: 0px;
    padding-left: 40px;
    padding-right: 0px;
}


.tiled-gallery {
max-width: 800px;
margin: auto !important;
} 
.tiled-gallery img {
	margin: 2px !important; /* Ensure that this value isn't overridden by themes that give content images blanket margins */
}
.tiled-gallery .gallery-group {
	float: left;
	position: relative;
}
.tiled-gallery .tiled-gallery-item {
	float: left;
	margin: auto;
	position: relative;
	width: inherit; /* prevents ie8 bug with inline width styles */
}
.tiled-gallery .gallery-row {
	 overflow: hidden;
	 margin-bottom: 2px;
}
.tiled-gallery .tiled-gallery-item a { /* Needs to reset some properties for theme compatibility */
	background: transparent;
	border: none;
	color: none;
	margin: auto;
	padding: 0;
	text-decoration: none;
	width: auto;
}
.tiled-gallery .tiled-gallery-item img,
.tiled-gallery .tiled-gallery-item img:hover { /* Needs to reset some properties for theme compatibility */
	background: none;
	border: none;
	box-shadow: none;
	max-width: 100%;
	padding: 0;
	vertical-align: middle;
}
.tiled-gallery-caption { /* Captions */
	background: #eee;
	background: rgba( 255,255,255,0.8 );
	color: #333;
	font-size: 13px;
	font-weight: 400;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
		bottom: 0;
	text-indent: 10px;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
}
.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption { /* Smaller captions */
	font-size: 11px;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/* Contact form */
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}



/* Mobile Layout */
	

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

@media screen and (max-width: 480px) {
 	
	h1.site-title a {font-size: 75%}.site-description {font-size: 110%}
	 h1 {
    font-size: 30px; 
    }
  }

