/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* Font Awesome */
.fa,.fab,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}
.fa-spin {
    animation: a 2s infinite linear
}
.fa-instagram:before {
    content: "\f16d"
}
.fab {
    font-family: "Font Awesome 5 Brands"
}
.fa,.far,.fas {
    font-family: "Font Awesome 5 Free"
}
.fa,.fas {
    font-weight: 900
}

/* Header */
.branding a > img,
.logo-box a > img,
#branding-bottom a > img {
    max-height: 40px;
    width: auto;
}
.home .forcefullwidth_wrapper_tp_banner {
    margin-top: 0px !important;
}
.top-bar {
    display: none;
}
#phantom:hover {
    background: rgba(10,10,10,0.75);
}
.home div.masthead {
    position: absolute;
    width: 100%;
}
.slide-caption,
.btn-cntr,
.photo-scroller div.scroller-arrow {
    display: none;
}
.ts-viewport {
	min-height: 100vh;
}

/* Main body */
#main {
    padding: 40px 0;
}
.hide-h2 {
    display: none;
}

/* Photography */
.filter-bg-decoration .filter-categories a {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.dt-portfolio-shortcode .post h3.entry-title a {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
.post.bg-on, .post.bg-on.fullwidth-img.format-quote, .post.bg-on.fullwidth-img.format-link {
    background-color: #f9f9f9;
}
.author.vcard,
.portfolio-categories > a.data-link {
    display: none;
}
.rollover i, .post-rollover i, .rollover-video i, .enable-bg-rollover .post-thumbnail-rollover:after, .enable-bg-rollover .gallery-rollover, .enable-bg-rollover.hover-scale figure:after {
	background: none;
}

/* Single port */
.single #page {
    background: #000;
}
.single .page-title {
    background: rgba(0,0,0,.5);
    z-index: 100;
}
.single .page-title .breadcrumbs a,
.single #page .page-title .entry-title,
.single .project-info-box .category-link,
.single .single-related-posts h3,
.single .project-list-content .entry-title a {
    color: #fff !important;
}
.project-slider {
    position: fixed;
    left: 0px;
    right: inherit;
    top: 0px;
    width: 40%;
    height: 100%;
    margin: 0px;
    overflow: hidden;
    z-index: 10;
}
.project-slider .images-container img {
    display: none;
}
.project-slider div.lazy-load.preload-me {
    background: no-repeat transparent 50% 50%/cover;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.single.single-portfolio .project-content,
.single.single-portfolio .project-info-box,
.single.single-portfolio .single-related-posts{
    margin: 0 0 0 40%;
    width: 60%;
}
.single #footer {
    z-index: 1000;
}
.single .psgal_load_more {
    display: none;
}
.single .photoswipe-gallery-caption {
	position: relative;
	height: 30px;
}
.single a.prints_button {
	background: transparent;
    color: #daccb9;
    border: none;
    margin-bottom: 10px;
	position: absolute;
	left: 20px;
	text-decoration: none;
}
.single a.download_button {
	right: 20px;
	left: inherit;
}
.single.privateAlbum .photoswipe-gallery-caption > a {
	display: none;
}
.single.single-portfolio.postid-15413 .project-slider,
.single.single-portfolio.postid-15815 .project-slider,
.single.single-portfolio.postid-18853 .project-slider,
.single.single-portfolio.postid-18853 .single-related-posts,
.single.single-portfolio.postid-15815 .single-related-posts,
.single.single-portfolio.postid-15413 .single-related-posts {
	display: none;
}
.single.single-portfolio.postid-15413 .project-content,
.single.single-portfolio.postid-15413 .project-info-box,
.single.single-portfolio.postid-15815 .project-content,
.single.single-portfolio.postid-15815 .project-info-box,
.single.single-portfolio.postid-18853 .project-content,
.single.single-portfolio.postid-18853 .project-info-box {
	margin: 0 auto;
	width: 100%;
}

/* Archives */
.archive .project-list-content {
    display: none;
}
.archive .iso-item .post img {
    max-width: 100% !important;
}

/* Protected Pages and Items */
article.post-password-required .post-password-form {
	padding: 100px 0 210px;
    text-align: center;
	color: #fdfdfd;
}
article.post-password-required input[name=post_password] {
	margin-left: 10px;
	color: #333;
}

/* Recent Photo Sessions */
.recent-photo-container {
	display: flex;
	flex-wrap: nowrap;
	align-items: middle;
}
.recent-photo-container .port-item {
	flex: 1 1 100%;
	margin: 0 10px;
}
.recent-photo-container h3.item_title {
	text-align: center;
    margin: 0;
    bottom: 0;
    font-size: 17px;
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,.5);
}
.recent-photo-container h3 > a {
	padding: 10px 5px;
	color: #fff;
	font-weight: normal;
}
.recent-photo-container a {
	display: block;
	height: 100%;
}
.recent-photo-container .item-image {
	display: block;
	height: 220px;
	position: relative;
}


/* Instagram */
.instafeed {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.instafeed .insta-item {
	flex: 1 1 auto;
    margin: 0 10px;
	height: 250px;
}
.instafeed .insta-item a {
	display: block;
	height: 100%;
}

/* Footer */
#footer .wf-container-footer {
    padding-top: 25px;
    padding-bottom: 0px;
}
#custom_html-6 {
    display: block;
}
#custom_html-6 li {
    list-style: none;
    display: inline-block;
    width: 10.5%;
    margin: 0 1%;
}
#custom_html-6 h2 {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 20px;
}

/* Calender */
.page-template-templage-havsu #main > .wf-wrap {
	width: auto !important;
}
.calendar_container {
	margin: 50px 1% 0;
    flex: 1 1 22%;
    border: #ccc 1px solid;
    padding: 10px;
    box-sizing: border-box;
}
.calendar {
  width: 95%;
  margin: 0 auto;
}
.calendar .days-of-week, .calendar .days-of-month {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.calendar .days-of-week .day-block, .calendar .days-of-month .day-block {
  flex-basis: 100%;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 4px;
}
.calendar .days-of-week {
  margin-bottom: 1em;
  display: none;
}
.calendar .days-of-week .day-block {
  height: 30px;
  background: #0D8CB2;
  color: #ffffff;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: .1em;
  line-height: 30px;
}
.calendar .days-of-month .day-block, .calendar .days-of-month .day-block-inner {
  background: #eeeeee;
  display: flex;
  min-height: 50px;
  flex-basis: 100%;
}
.calendar .days-of-month .day-block:nth-of-type(even), .calendar .days-of-month .day-block-inner:nth-of-type(even) {
  background: #d5d5d5;
}
.calendar .days-of-month .day-block .number, .calendar .days-of-month .day-block-inner .number {
  color: #333;
  display: block;
  height: 100%;
  width: 50px;
  font-size: 1em;
  line-height: 50px;
}
.calendar .days-of-month .day-block .number.active, .calendar .days-of-month .day-block-inner .number.active {
	background: #0D8CB2;
	color: #ffffff;
}
.calendar-header {
	font-size: 20px;
}


/* Responsive - Site steps 990 778  */
@media screen and (max-width: 1070px) {
    .mobile-header-bar .mobile-branding img {
        max-width: 300px;
    }
    .transparent .sticky-mobile-logo-first-switch {
        display: block;
    }
	.instafeed .insta-item {
		height: 200px;
	}
	.calendar_container {
		flex: 1 1 47%;
	}
}
@media screen and (max-width: 998px) {
	.recent-photo-container .port-item:nth-child(n+5) {
		display: none;
	}
	.instafeed .insta-item:nth-child(n+5) {
		display: none;
	}
	.calendar .days-of-week, .calendar .days-of-month {
    display: flex;
  }
  .calendar .days-of-week .day-block, .calendar .days-of-week .day-block-inner, .calendar .days-of-month .day-block, .calendar .days-of-month .day-block-inner {
    justify-content: flex-end;
    flex-basis: 14.2857142857%;
    outline: 4px solid white;
    outline-offset: -4px;
    margin-bottom: 0;
  }
  .calendar .days-of-week .day-block .number, .calendar .days-of-week .day-block-inner .number, .calendar .days-of-month .day-block .number, .calendar .days-of-month .day-block-inner .number {
    font-size: .8em;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .calendar .days-of-week .calendar-span-1, .calendar .days-of-month .calendar-span-1 {
    flex-basis: 14.2857142857%;
    display: flex;
    background: transparent !important;
  }
  .calendar .days-of-week .calendar-span-1 .day-block-inner, .calendar .days-of-month .calendar-span-1 .day-block-inner {
    flex-basis: 100%;
    outline: 4px solid white;
    outline-offset: -4px;
  }
  .calendar .days-of-week .calendar-span-2, .calendar .days-of-month .calendar-span-2 {
    flex-basis: 28.5714285714%;
    display: flex;
    background: transparent !important;
  }
  .calendar .days-of-week .calendar-span-2 .day-block-inner, .calendar .days-of-month .calendar-span-2 .day-block-inner {
    flex-basis: 50%;
    outline: 4px solid white;
    outline-offset: -4px;
  }
  .calendar .days-of-week .calendar-span-3, .calendar .days-of-month .calendar-span-3 {
    flex-basis: 42.8571428571%;
    display: flex;
    background: transparent !important;
  }
  .calendar .days-of-week .calendar-span-3 .day-block-inner, .calendar .days-of-month .calendar-span-3 .day-block-inner {
    flex-basis: 33.3333333333%;
    outline: 4px solid white;
    outline-offset: -4px;
  }
  .calendar .days-of-week .calendar-span-4, .calendar .days-of-month .calendar-span-4 {
    flex-basis: 57.1428571429%;
    display: flex;
    background: transparent !important;
  }
  .calendar .days-of-week .calendar-span-4 .day-block-inner, .calendar .days-of-month .calendar-span-4 .day-block-inner {
    flex-basis: 25%;
    outline: 4px solid white;
    outline-offset: -4px;
  }
  .calendar .days-of-week .calendar-span-5, .calendar .days-of-month .calendar-span-5 {
    flex-basis: 71.4285714286%;
    display: flex;
    background: transparent !important;
  }
  .calendar .days-of-week .calendar-span-5 .day-block-inner, .calendar .days-of-month .calendar-span-5 .day-block-inner {
    flex-basis: 20%;
    outline: 4px solid white;
    outline-offset: -4px;
  }
  .calendar .days-of-week .calendar-span-6, .calendar .days-of-month .calendar-span-6 {
    flex-basis: 85.7142857143%;
    display: flex;
    background: transparent !important;
  }
  .calendar .days-of-week .calendar-span-6 .day-block-inner, .calendar .days-of-month .calendar-span-6 .day-block-inner {
    flex-basis: 16.6666666667%;
    outline: 4px solid white;
    outline-offset: -4px;
  }
  .calendar .days-of-week .calendar-span-7, .calendar .days-of-month .calendar-span-7 {
    flex-basis: 100%;
    display: flex;
    background: transparent !important;
  }
  .calendar .days-of-week .calendar-span-7 .day-block-inner, .calendar .days-of-month .calendar-span-7 .day-block-inner {
    flex-basis: 14.2857142857%;
    outline: 4px solid white;
    outline-offset: -4px;
  }
  .calendar .days-of-month .day-block:nth-of-type(even), .calendar .days-of-month .day-block-inner:nth-of-type(even) {
    background: #eeeeee;
  }
}
@media screen and (max-width: 767px) {
	#main {
    	padding: 40px 0 0;
	}
	.cta-front.vc_row-has-fill {
		margin: 0 -20px !important;
	}
	.cta-front.vc_row-has-fill .vc_column-inner {
		padding: 20px 0 0 !important;
	}
	.cta-front.vc_row-has-fill .vc_column-inner .wpb_wrapper > div {
		text-align: center !important;
		padding: 10px 0 0 !important;
	}
	.transparent .sticky-mobile-logo-first-switch {
        display: none;
    }
    .transparent .sticky-mobile-logo-second-switch {
        display: block;
    }
}
@media screen and (max-width: 698px) {
	.recent-photo-container {
		flex-wrap: wrap;
	}
	.recent-photo-container .port-item {
		flex: 0 1 48%;
    	margin: 0 1% 10px;
	}
	.instafeed {
		flex-wrap: wrap;
	}
	.instafeed .insta-item {
		flex: 0 1 48%;
    	margin: 0 1% 10px;
	}
}
@media screen and (max-width: 650px) {
    #custom_html-6 h2 {
        font-size: 23px;
    }
    #custom_html-6 li {
        list-style: none;
        display: inline-block;
        width: 23%;
        margin: 0 1%;
    }
}