/*
Theme Name: Responsive Starter Theme
Theme URI: http://[name].com
Author: Scott Murphy (Murph) @ Rocket Pop Media
Author URI: http://rocketpopmedia.com/
Description: [description]
Version: 1.0

Tags: [tags]
Text Domain: rpm-starter-theme

*/

/* IMPORT RESPONSIVE GS */
@import url(css/responsive.gs.12col.css);

/* IMPORT STYLES */
@import url(css/print.css);
@import url(css/screen.css);

/*****Helpers STYLES*******/
.hide-text {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  position: absolute;
}

/*
.hide {
	display: block !important;
}
*/

.show {
  display: block;
}

html {
  scroll-behavior: smooth;
}

.eviction-exhibit.ecv {
  a {
    color: #2d2f35 !important;
    text-decoration: underline !important;
  }

  p {
    color: #2d2f35;
	font-family: "Montserrat", san-serif !important;
	width: fit-content;
  }
	h3 {
		font-family: "Montserrat", san-serif !important;
	}
	
	h5 {
		font-family: "Montserrat", san-serif !important;
	}
	
	li {
		font-family: "Montserrat", san-serif !important;
		padding-left: 20px;
	}

  .eviction-h2 {
    border-bottom: 0;
    font-family: "Montserrat", san-serif !important;
    font-size: 58px;
    font-weight: 700;
    line-height: 1em !important;
    text-align: center;
    text-transform: uppercase;
  }

  .eviction-h3 {
    color: #706560;
    text-transform: none;
    font-family: "Montserrat", san-serif !important;
    font-size: 36px;
    line-height: 1em;
    margin: 35px 0 10px 0;
    font-weight: 700;
    position: relative;
    width: fit-content;
	padding-top: 20px;
	padding-bottom: 20px;
  }
	
	.ecv-eviction-btn {
    color: #fff !important;
		font-family: 'Montserrat', sans-serif !important;
	font-weight: 600;
	font-size: 24px;
	background-color: #f15f2f;
	padding: 12px 21px;
	}
	
	.ecv-eviction-btn:hover {
	background-color: #2d2f35;
	cursor: pointer;
	}


  .ecv-navigation {
    display: flex;
    justify-content: space-evenly;
    margin: 32px 16px;
    position: sticky;
    top: 0;
    z-index: 10;
    flex-flow: column;

    @media only screen and (min-width: 768px) {
      flex-flow: row;
    }

    .link {
      background-color: #f4a556;
      border-radius: 10px;
      color: white !important;
      font-weight: bold;
      padding: 20px 32px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      margin: 0 0;
      text-decoration: none !important;

      @media only screen and (min-width: 768px) {
        padding: 14px 10px;
        margin: 0 6px;
      }

      @media only screen and (min-width: 960px) {
        padding: 20px 32px;
        margin: 0 16px;
      }
    }

    .link:hover {
      text-decoration: unset !important;
      background-color: #f15f2f;
      transition: background-color 0.2s ease-in-out;
    }
  }
	
  .testimonials{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 24px 0;

    @media only screen and (min-width: 768px) {
      flex-flow: row;
    }

    .testimonials__testimonial{
      width: 280px;
      max-width: 100%;
      margin: 0 auto 40px;

      @media only screen and (min-width: 768px) {
        width: 241px;
        max-width: 30%;
        margin: 0;
      }
    }
    
    @media only screen and (min-width: 768px) {
      .testimonials__testimonial--left{
        margin-left:0;
        margin-right:auto;
      }

      .testimonials__testimonial--center{
        margin-left:auto;
        margin-right:auto;
      }

      .testimonials__testimonial--right {
        margin-left:auto;
        margin-right:0;
      }
    }

    .testimonials__image-wrapper{
      align-items: center;
      aspect-ratio: 1 / 1;
      background: #d9d9d9;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      max-width: 100%;
      overflow: hidden;
    }

    .testimonials__text{
      background: #D9D9D9;
      border-radius: 10px;
      font-family: "Montserrat", san-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 24.38px;
      margin: 20px 0;
      padding: 12px 12px 12px 34px;
      position: relative;

      @media only screen and (min-width: 768px) {
        font-size: 16px;
      }

      @media only screen and (min-width: 960px) {
        font-size: 20px;
      }
    }

    .testimonials__text:before{
      background-color: #f15f2f;
      content: '';
      display: inline-block;
      height: calc(100% - 24px);
      left: 17px;
      position: absolute;
      top: 12px;
      width: 3px;
    }
  }
}
/*Blog*/

.single #comments {
  float: left;
  margin-top: 30px;
  width: 100%;
}
.single .commentlist {
  float: left;
  position: relative;
  width: 100%;
}
.single .commentlist > li {
  padding: 10px;
}
.single .comment-author img {
  float: left;
  margin-right: 5px;
}
.single .commentmetadata {
  position: absolute;
  right: 10px;
  top: 10px;
}

#respond {
  float: left;
  margin-top: 30px;
}