/*
Theme Name: srdn
Description: Custom css styles
Text Domain: srdn
*/

/*----------INTRO PAGE STYLES----------*/

body, html {
  background-color: #e1e1e1;
  font-family: 'robotolight'!important;
}

body, #page, #sidebar {
  min-height: 100vh;
}

body:before, .site-header {
  background-color: #000000!important;
}

#page {
  height: 100vh;
}
#colophon {
  display: none;
}

.site-header {
  background-color: #000000;
}

.front-page-body::before {
  display: none!important;
}

.site-branding img {
  max-width: 100px;
}

.site {
  max-width: 100%!important;
}

.hentry {
  background-color: transparent!important;
  box-shadow: none!important;
  padding-top: 0!important;
  margin: 0!important;
}

.site-info {
  background-color: black;
}

.flex-map {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.firstHeading {
  margin-top: 0!important;
  margin-bottom: 1em!important;
}

@media screen and (min-width: 59.6875em) {
  .site-header {
    margin: 2% 0!important;
    padding: 0 2%!important;
  }

  .main-navigation {
    margin: 0 2%!important;
    padding: 0 0 4% 0;
    max-width: 100px;
  }

  #post-21, #post-6, {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .sidebar {
    position: fixed;
  }
  .widget {
    padding: 0!important;
    margin: 0!important;
  }
}

.site-content, .content-area, .site-main, .entry-content, .hentry, #masterhead, .slideshow, #slideshow  {
  height: 100%;
}

.slideshow {
  width: 100%;
}

article.portfolio {
  height: 100%;
  width: 100%;
}

.container-slider {
  height: 100%;
}

#main {
  padding: 0;
}

.txt-align-right {
  text-align: right;
}

.txt-align-right ul, .row-mb-info ul {
list-style: none;
}

.row-mb-info ul {
  margin: 0 auto;
}

.txt-align-right ul > li {
display: inline-block;
float: right;
margin-left: 10px;
}

.row-mb-info ul > li {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}

.row-info .col-xs-6:nth-of-type(1) {
  width: 70%;
  font-size: 100%;
}

.row-info .col-xs-6:nth-of-type(2) {
  width: 30%;
}

/* MAIN PAGE SLIDER */
.carousel {
  /* max-width:980px; */
  margin:auto;
}

#carousel-a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item img {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  max-width: 96%!important;
  max-height: 94%;
  height: auto;
}

#separator-box {
  height: 55px;
}

.item-fullheight {
  height: 100%;
}

.item-fullheight > img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*MAIN PAGE SLIDER NEW STYLES*/


.item {
  color: #e1e1e0;
}

.item .info-bold {
font-family: 'camptonbold_demo';
text-transform: uppercase;
margin-bottom: 0;
font-size: 11px!important;
line-height: 25px;
}

.item .info-bold > span {
  font-family: 'roboto_condensedbold';
  margin-left: 5px;
  margin-right: 5px;
}

.item .info-normal {
  font-size: 13px;
  line-height: 25px;
}

.item h4 {
  font-size: 21px;
  font-weight: 100;
  margin-bottom: 5px;
}

.item > a:hover {
  text-decoration: none;
}

.item.active {
  background: transparent;
}

.carousel-control {
  background-image: none!important;
  position: static;
  font-size: 200%;
  font-weight: bold;
  font-family: 'robotolight';
  opacity: 1;
}

.srdn_project_back, .srdn_project_next {
  width: 20px;
  height: 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 10px;
}

.srdn_project_back {
  background-image: url(http://srdnmodels.pl/wp-content/uploads/2017/10/srdn_projectback.png);
  margin-right: 20px;
}

.srdn_project_back:hover {
  background-position: 0 -32px;
}

.srdn_project_next {
  background-image: url(http://srdnmodels.pl/wp-content/uploads/2017/10/srdn_projectnext.png);
  margin-left: 20px;
}

.srdn_project_next:hover {
  background-position: 0 -32px;
}

#carousel-b {
  padding-left: 60px;
  margin-top: 75px;
}

.mySlides {
  display: none;
}

.otherSlides {
  padding-top: 55px;
}

.otherSlides .info-bold {
font-family: 'camptonbold_demo';
text-transform: uppercase;
margin-bottom: 0;
font-size: 11px;
line-height: 25px;
}

.otherSlides .info-bold > span {
  font-family: 'roboto_condensedbold';
  margin-left: 5px;
  margin-right: 5px;
}

.otherSlides h4 {
  font-size: 21px;
  font-weight: 100;
  margin-bottom: 5px;
}

.otherSlides .info-normal {
  font-size: 13px;
  line-height: 25px;
}

/*Hiding slider buttons*/
.demo {
  display: none;
}

.row-info {
  font-size: 10px;
  bottom: 10px;
  position: absolute;
  width: 100%;
}

.row-info p {
  margin-bottom: 0!important;
}

.row-info a {
  text-decoration: none;
}

/* ---------- END OF MAIN PAGE SLIDER STYLES ---------- */

#primary #main #intro-page {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

#primary #main #intro-page > img {
  max-height: 160px;
  margin-bottom: 20px;
}

#primary #main #intro-page {
  text-align: center;
  font-family: 'robotolight';
  font-size: 14px;
  color: black;
}

#primary #main #intro-page > p > a {
  text-decoration: none;
  color: black;
  margin-left: 10px;
  margin-right: 10px;
}

/*----------MENU SIDEBAR STYLES----------*/

.main-navigation ul, .main-navigation li {
  border-top: 0!important;
  border-bottom: 0!important;
  text-transform: uppercase;
  text-align: right;
}

/*----------PORTFOLIO CATALOG STYLES----------*/

#post-4 {
  margin: 0!important;
  padding-top: 0!important;
}

.container-portfolio {
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-item-box {
  position: relative;
  width: 18%;
  margin: 1%;
  overflow: hidden;
  background: black;
  float: left;
}

/* ------PORTFOLIO BOX BACKGROUNDS ----- */

.portfolio-item-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.portfolio-box-content {
  position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

.background-item {
  position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

.portfolio-item {
  background-color: #e1e1e1;
  height: 100%;
}

.model {
  position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.label-year {
  position: relative;
  display: table;
  vertical-align: middle;
  font-family: "Century Gothic", 'roboto_condensedbold', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 100%;
  height: 100%;
  background-position: center!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
}

.label-year > p {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  color: black;
  transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
}


.portfolio-box-content a {
  display: table;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border-bottom: 0!important;
  transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio-box-content a:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.portfolio-box-content span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'roboto_condensedbold';
  padding: 2px;
  opacity: 0;
  transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio-item:hover .item-label {
  bottom: 0;
}

.item-label a:hover {
  color: white;
}

.portfolio-item:hover .model span {
  opacity: 1!important;
}


#items > a {
  width: 18%;
  float: left;
  margin: 1%;
}

.green {
  background-color: green;
}

.blue {
  background-color: blue;
}

.red {
  background-color: red;
}

#navigation > a {
  border: 1px solid #333;
  background-color: #AAA;
  padding: 3px 5px;
  cursor: pointer;

}

.unactive {
  pointer-events: none;
  cursor: default;
}

#txtAge {
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  pointer-events: none;
  cursor: default;
  z-index: 999999;
}

.portfolio-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin-top: 50px;
}

.portfolio-wrap form {
  width: 270px;
  margin: 0 auto;
}

.portfolio-wrap > form > label, .portfolio-wrap-mb > form > label {
  font-family: 'camptonbold_demo';
  font-size: 13px;
  display: block;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.portfolio-wrap input, .portfolio-wrap-mb input {
  -webkit-appearance: radio; /* Chrome, Safari, Opera */
    -moz-appearance: radio;    /* Firefox */
    -ms-appearance: radio;
    vertical-align: middle;
    float: right;
    margin-left: 20px;
    width: 14px;
    height: 14px;
    border: 1px solid black;
    border-radius:100%;
    outline:none;
  }

.portfolio-wrap input:before, .portfolio-wrap-mb input:before  {
  content:'';
    display:block;
    width:25%;
    height:25%;
    margin: 25% auto;
    border-radius:25%;
}

.portfolio-wrap input:checked:hover, .portfolio-wrap-mb input:checked:before {
  background-color: black;
}


/*-----SINGLE PROJECT PAGE STYLES-----*/


#masterhead {
	  padding-top: 0px;
	  padding-bottom: 0px;
  	margin-bottom: 0px;
}

.slick-arrow {
  display: none!important;
}

/* Slick slider dots positioning */
.slick-dots {
  bottom: 2px;
}

@media screen and (min-width: 768px) {
  .slick-dots {
    bottom: 20px;
  }
  .slick-dots li {
    margin: 0 0.2em;
  }
}

@media screen and (min-width: 992px) {
  .slick-dots {
    bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .slick-dots {
    bottom: 35px;
  }
  .slick-dots li {
    margin: 0 0.1em;
  }
}

.slick-dots li button {
  display: inline-block;
  zoom: 1;
  width: 10px!important;
  height: 10px!important;
  margin: 0 2px;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 0.25em;
}

/*--------------------------------*/

.container-slider {
  width: 100%;
}

.carousel-project-inner {
    	position: relative;
    	width: 100%;
      height: 90%;
    	overflow: hidden;
}

.carousel-project-inner > .item {
    	position: relative;
    	display: none;
    	height: 150px;
  	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}

.carousel-project-inner > .active,
.carousel-project-inner > .next,
.carousel-project-inner > .prev {
  	display: block;
}

.carousel-project-inner > .active {
  	left: 0;
}

.carousel-project-inner > .next,
.carousel-project-inner > .prev {
  	position: absolute;
  	top: 0;
  	width: 100%;
}

.carousel-project-inner > .next {
  	left: 100%;
}

.carousel-project-inner > .prev {
  	left: -100%;
}

.carousel-project-inner > .next.left,
.carousel-project-inner > .prev.right {
  	left: 0;
}

.carousel-project-inner > .active.left {
  left: -100%;
}

.carousel-project-inner > .active.right {
  	left: 100%;
}

.controlsBlock {
   	position: relative;
   	bottom: 0;
   	left: 0;
   	top: 10px;
   	display: block;
   	margin: 0 auto;
   	z-index: 1;
   	height: 24px;
   	text-align: center;
}

.controls {
   	position: relative;
   	display: block;
}

.carousel-indicators {
  	position: relative;
  	bottom: 0;
  	left: 50%;
  	z-index: 15;
  	width: 60%;
  	top: 10px;
  	padding-left: 0;
  	margin-left: -30%;
  	text-align: center;
  	list-style: none;
}


.carousel-indicators li {
  	display: inline-block;
   	zoom: 1;
   	width: 10px;
   	height: 10px;
   	margin: 0 2px;
   	background: #a9a8a9;
   	-webkit-border-radius: 50%;
   	-moz-border-radius: 50%;
   	border-radius: 50%;
   	border: 3px solid transparent;
   	-webkit-box-shadow: rgba(0,0,0,0.5) 0 0 2px;
   	-moz-box-shadow: rgba(0,0,0,0.5) 0 0 2px;
   	box-shadow: rgba(0,0,0,0.5) 0 0 2px;
   	cursor: pointer;
}

.carousel-indicators .active {
  	width: 10px;
  	height: 10px;
  	margin: 0;
  	background-color: #000000;
}

.carousel-caption {
  	position: absolute;
  	right: 15%;
  	bottom: 20px;
  	left: 15%;
  	z-index: 10;
  	padding-top: 20px;
  	padding-bottom: 20px;
  	color: #fff;
  	text-align: center;
  	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
  	text-shadow: none;
}

@media screen and (min-width: 768px) {
	.carousel-project {
		height: 500px;
	}

	.carousel-project-inner > .item {
		height: 100%;
	}

  	.carousel-caption {
    		right: 20%;
    		left: 20%;
    		padding-bottom: 30px;
  	}

  	.carousel-indicators {
    		bottom: .0;
  	}
}

/*----------------------------------------------*/



.entry-content {
  padding: 0!important;
}

.project-desc {
  margin-top: 100px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  max-width: 80%;
}

.project-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: visible;
}

.project-slide > img {
  height: auto;
  max-width: 95%;
  max-height: 95%;
}

/* Dots for project slider */

.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.srdn_plus {
  width: 25px;
  height: 25px;
  background-image: url(http://www.srdnmodels.pl/wp-content/uploads/2017/06/srdn_plus_25x50.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 10px;
}

.srdn_plus:hover {
  background-position: 0 -25px;
}

/*-----ABOUT US/CONTACT STYLES-----*/


#the-map {
  height: 100%;
  height: 600px;
  width: 100%;
  max-width: 905px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.sidebar-about-content .textwidget > p > a, .sidebar-about-content .textwidget a, .textwidget a {
  border-bottom: none!important;
}

.textwidget p {
  color: #bebebe;
}

.textwidget > :last-child {
  margin-bottom: 1.5em!important;
}

.widget {
  margin-bottom: 0!important;
}

#bodyContent > p > a {
  border-bottom: 0!important;
}

.about-photo {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.7);
  margin-top: 0!important;
  margin-bottom: 0!important;
}

#secondary .sidebar-info-content {
  margin-top: 100px;
  font-family: 'roboto_condensedlight';
  padding: 0 2%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#secondary .sidebar-info-content > aside > div > p {
  font-size: 1.4rem;
}

#secondary .sidebar-info-content > p > span {
  font-family: 'roboto_condensedlight';
  font-size: 1.5rem;
  color: #e1e1e3;
}

.text-about > a:hover {
  text-decoration: none;
}

.text-about {
  line-height: 2.2rem;
  margin-bottom: 1em;
}

.text-about:first-of-type, .text-about:last-of-type {
  margin-bottom: 1.8em;
}

.text-about > span {
  text-decoration: underline;
  color: #e1e1e3;
}

.social-media-icons > a {
  margin: 0 10px;
}

.social-media-icons > a:nth-of-type(1) {
  margin-left: 0;
}

.social-media-icons > a > i {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 1.2em;
  background-repeat: no-repeat;
  background-image: url('./images/srdn_social_media_sprites_30x30.png');
}

.fb-icon {
  background-position: 0 0;
}

.fb-icon:hover {
  background-position: 0 -30px;
}

.inst-icon {
  background-position: -30px 0;
}

.inst-icon:hover {
  background-position: -30px -30px;
}

.pin-icon {
  background-position: -60px 0;
}

.pin-icon:hover {
  background-position: -60px -30px;
}


.entry-footer {
  padding:0!important;
  line-height: 0;
}


.otherSlides > a > i, .alt-hide-panel > a > i, .sidebar-info-content > a .back-btn {
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 auto;
  height: 24px;
  width: 25px;
}

.otherSlides > a > i:hover, .alt-hide-panel > a > i:hover, .sidebar-info-content > a .back-btn:hover {
  background-position: 0 -24px;
}

.back-btn {
  background-image: url(http://www.srdnmodels.pl/wp-content/uploads/2017/05/srdn_back_small.png);
}

.description {
  line-height: 1.9rem;
  margin-top: 10px;
}


/*----------FONT STYLES----------*/
#menu-main-menu, #menu-main-menu-pl, #menu-main-menu-eng {
  font-family: 'camptonlight_demo';
  line-height: 1;
  font-size: 10px;
  line-height: 12px;
  }

  .text-centered {
    text-align: center;
  }

  /*----- MOBILE LAYOUT STYLES -----*/

  @media screen and (max-width: 59.6875em) {

    /*-----Main Page Styles-----*/

    .main-page-slider-mb {
      background-color: black;
      text-align: center;
}

    .otherSlides-mb {
      width: 70%;
      margin: 5% auto;
      border-top: 2px solid white;
      padding-top: 5%;
    }

    button {
      vertical-align: middle!important;
    }

    .w3-button.w3-light-grey {
      width: 10%;
      padding: 3% 0;
    }

    .site-header {
      border-bottom: 0!important;
    }

    .btn-info-mb, .btn-projects {
      padding: 5% 0;
      height: 50px;
    }

    .btn-info-mb > h4, .btn-projects > h4 {
      position: relative;
    }

    .info-opened {
      transform: translateY(0)!important;
      z-index: 9993;
    }

    #model-info-panel {
      position: fixed;
      width: 100%;
      top: 0;
      bottom: 0;
      background-color: rgba(0,0,0,0.8);
      z-index: 9995!important;
      transform: translateY(-100%);
      transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .otherSlides-mb-info {
      text-align: left;
      width: 85%;
      margin: 0 auto;
    }

    .otherSlides-mb-info h4 {
      font-size: 150%;
      font-weight: 100;
      margin-top: 20px;
      margin-bottom: 10px;
    }

    .otherSlides-mb-info .info-bold {
      font-family: 'camptonbold_demo';
      text-transform: uppercase;
      margin-bottom: 0;
      font-size: 11px;
    }

    .otherSlides-mb-info .info-bold > span {
      font-family: 'roboto_condensedbold';
      margin-left: 5px;
      margin-right: 5px;
    }

    .otherSlides-mb-info .info-normal {
      margin-bottom: 10px;
    }

    #info-panel-wrapper {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      border-top: 2px solid white;
      border-bottom: 2px solid white;
      width: 80%;
    }

    #info-panel-wrapper .w3-button {
      margin-left: 20px;
      margin-right: 20px;
    }

/*-----End of Main Page Styles-----*/

/*-----Portfolio Page Styles-----*/

.portfolio-wrap-mb {
  margin-top: 40px;
}

.portfolio-wrap-mb > form > label {
  text-align: left;
}

.alt-hide-panel {
  width: 100%;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}

.alt-hide-panel > a > i {
  display: block;
  margin: 0;
  padding: 0;
}

/*-----End of Portfolio Page Styles-----*/

    .container-mb-footer, .col-xs-12 {
      padding: 0;
      margin: 0 auto;
    }

    .row-mb-info {
      text-align: center;
      }
      .row-mb-info > p {
        margin-bottom: 0;
      }
      .row-mb-info > p > a {
        text-decoration: none;
      }

      .site-info a:hover {
        border-bottom: 0!important;
      }

      #sidebar {
        min-height: 0;
      }

      #masthead {
        height: auto;
      }

      #colophon {
        bottom: 0;
        display: block;
        margin: 0 auto;
        background-color: black;
        margin-top: 0;
        clear: both;
        border-top: 0;
        padding: 0;
        height: 100px;
        width: 100%;
      }

      html, body, #page {
        height: auto;
      }

      body, #page, #sidebar {
        min-height: 0;
      }
      #page {
        height: auto;
      }

      @-moz-document url-prefix() {
  #page {
     height: 100%;
  }
}

      #shit-content {
        min-height: 100%;
      }
      #shit-wrap {
        overflow: auto;
      }

      .main-navigation ul, .main-navigation li {
        text-align: center;
      }

      #menu-main-menu, #menu-main-menu-pl, #menu-main-menu-eng {
        font-size: 28px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
      }

      .secondary.toggled-on {
        position: fixed;
        top: 0;
        bottom: 0;
        margin: 0;
        z-index: 9997;
        width: 100%;
        padding: 0;
      }

      .secondary {
        background-color: rgba(0,0,0,0.8)!important;
      }

      .secondary-toggle {
        z-index: 9999;
      }
}

/* -----HIDING MOBILE ELEMENTS-----*/
@media screen and (min-width: 59.6875em) {
  .container-mb-footer, .row-mb-info, .main-page-slider-mb, .portfolio-wrap-mb, .mobile-element {
    display: none;
  }

  .container-portfolio .row {
    width: 100%;
    margin: 0 auto;
    max-height: 100vh;
  }

}
/*-----HIDING DESKTOP ELEMENTS*/
@media screen and (max-width: 59.6875em) {
  .row-info, .w3-center.main-slider-nav, .portfolio-wrap, .project-desc, .desktop-element {
    display: none;
  }
  .text-about {
    margin-top: 20px;
  }
  .social-media-icons {
    margin-bottom: 20px;
  }
  /*----------MAIN PAGE MOBILE----------*/
  #shit-wrap, #shit-content {
    height: 100%;
  }

  #shit-content {
    padding-bottom: 0;
    height: calc(100vh - 100px);
  }

  #content {
    height: calc(100% - 80px);
  }

  .row {
    width: 100%!important;
    margin: 0 auto;
    height: 100%;
  }

  .container-portfolio {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .site-info {
    height: 50px;
  }

  .carousel-inner {
    height: 85px;
  }
  #carousel-c {
    background: black;
    margin-top: 0;
    padding: 0;
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
    height: 85px;
  }

  #carousel-b {
    display: none;
  }

  .item h4 {
    color: #d8d9db;
    font-size: 16px;
    display: inline-block;
  }

  .item .carousel-control {
    display: inline-block;
    width: 15%;
    margin-top: 26px;
  }

  .item .left {
    float: left;
  }
  .item .right {
    float: right;
  }

  .mobile-title {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    margin: 0 auto;
  }

  #post-6 .entry-content .container .row, #post-390 .entry-content .container .row {
    height: 100%;
    padding-bottom: 0;
  }

  #post-6 .entry-content .container .row > p, #post-446 .entry-content .container .row > p {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .main-content #main {
    height: calc(100% - 85px);
  }

  #the-map {
    height: 325px;
  }

  #carousel-a {
    height: 100%;
  }

  /*----------PROJECT SITE MOBILE STYLES----------*/

  .carousel-project-inner > .item {
    height: 90%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*SUPER SMALL SCREENS*/
@media screen and (max-width: 38.75em) {
  .site-main {
    padding: 20% 5%;
  }

  .portfolio-item-box {
    width: 29.3333%;
    margin: 2%;
  }

  .site-branding img {
    max-width: 70px;
  }

  #masthead {
    height: 80px!important;
  }

}

/*ULTRA SMALL SCREENS - TABLET FIX*/

@media screen and (max-width: 955px) {
  .site-main {
    padding: 10% 5%;
  }

  #masthead {
    height: auto;
  }

  #page {
    min-height: 100%;
    height: 100%;
  }

  .alt-hide-panel {
    margin-top: 0;
  }
}

/*IPad Pro vertical orientation fix*/



/*iPad Landscape fix*/

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {

#secondary .sidebar-info-content > aside > div > p {
  font-size: 1.2rem;
  }
}

/*iPad Portrait fix*/

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {

#the-map {
  height: 550px;
  min-height: 500px;
  }
}

/*LARGE SCREENS*/

@media screen and (min-width: 59.6875em) {
  #sidebar {
    max-width: 100%;
    height: 100%;
    position: fixed;
  }

  #masthead {
    position: absolute;
    width: 100%;
    height: 75px;
  }

  .site-branding {
    z-index: 9999;
  }

  #site-navigation {
    position: absolute;
    margin-top: 90px!important;
    width: 100%;
    z-index: 9999;
  }

  #secondary {
    height: 100%;
  }

  .project-desc {
    margin-top: 0;
  }

  .project-desc-statement {
    height: 100%;
    padding-top: 50vh;
    width: 100%;
  }

  .project-desc-statement.about-fix {
    padding-top: 0px;
    position: absolute;
  }

  .sidebar-about-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .portfolio-wrap {
    position: static;
    top: 0;
    transform: translateY(0);
    margin-top: 0;
  }

  .otherSlides {
    padding-top: 0;
  }

  #carousel-b {
    margin-top: -55px;
  }

  body:before {
    width: 31%!important;
  }

  .site-content {
    margin-left: 31%!important;
    width: 69%!important;
  }

  .single-portfolio .site-content {
    overflow-y: hidden;
  }

  #sidebar {
    width: 31%;
  }

  #secondary .sidebar-info-content {
    margin-top: 0;
    max-width: 80%;
  }
}

@media screen and (min-width: 1400px) {
  #carousel-b {
    padding-left: 2%;
    margin-left: 100px;
}

.portfolio-wrap form {
  width: 280px;
  margin-left: 100px;
  padding-left: 2%;
}

.portfolio-item-box {
  width: 12.285%;
  margin: 1%;
}

#secondary .sidebar-info-content {
  padding: 0 2%;
  margin-left: 100px;
  text-align: left;
}

.project-desc {
  margin-left: 100px;
}

.description {
  padding-top: 120px;
  margin-bottom: 1.6842em;
}
}

/*DESCRIPTION FIX*/
@media screen and (min-width: 59.6875em) and (max-width: 1400px) {
  #secondary .sidebar-info-content > aside > div > p {
    font-size: 1.2rem;
  }
  #secondary .sidebar-info-content > aside > div > p > span {
    font-size: 1.3rem;
  }
  .description {
    line-height: 1.6rem;
    padding-top: 120px;
  }
}



/* ---------- SLICK SLIDER CUSTOM STYLES ---------- */
.slider-image {
  max-width: 96%;
  height: auto;
  max-height: 96%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .slider-image {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.7);
  }
}



.srdn-slider {
  max-width: 100%;
  margin: auto;
  height: 100%;
  width: 100%;
}

.srdn-slide {
  width: 100%;
  height: 100%;
  display: flex!important;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: visible;
}

.slider-image:hover {
  cursor: url('./images/slider-pause.png'), pointer;
}

.slick-slide > div {
  height: 90%;
}

.slick-list, .slick-track {
  height: 100%;
}

.slick-list {
  width: 100%;
}

.slick-dots li button:before {
  font-size: 40px;
}


/*-------------------------FONT FACE-----------------------------*/

@font-face {
    font-family: 'camptonbold_demo';
    src: url('fonts/rene_bieder_-_campton_book_bold-webfont.eot');
    src: url('fonts/rene_bieder_-_campton_book_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rene_bieder_-_campton_book_bold-webfont.woff2') format('woff2'),
         url('fonts/rene_bieder_-_campton_book_bold-webfont.ttf') format('truetype'),
         url('fonts/rene_bieder_-_campton_book_bold-webfont.svg#camptonbold_demo') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'camptonlight_demo';
    src: url('fonts/rene_bieder_-_campton-light-webfont.eot');
    src: url('fonts/rene_bieder_-_campton-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rene_bieder_-_campton-light-webfont.woff2') format('woff2'),
         url('fonts/rene_bieder_-_campton-light-webfont.ttf') format('truetype'),
         url('fonts/rene_bieder_-_campton-light-webfont.svg#camptonlight_demo') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.eot');
    src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-light-webfont.woff2') format('woff2'),
         url('fonts/roboto-light-webfont.ttf') format('truetype'),
         url('fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('fonts/robotocondensed-light-webfont.eot');
    src: url('fonts/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotocondensed-light-webfont.woff') format('woff'),
         url('fonts/robotocondensed-light-webfont.ttf') format('truetype'),
         url('fonts/robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('fonts/robotocondensed-bold-webfont.eot');
    src: url('fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('fonts/robotocondensed-bold-webfont.ttf') format('truetype'),
         url('fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
