/*
Theme Name: PM Theme
Theme URI: https://www.pmadv.com/
Description: Bootstrap 5 Enabled Theme.
Version: 5.0
Tags: Multi-Column, Responsive, Bootstrap
*/

/* -------------------------------------------------------------------------- */
/* Base                                                                       */
/* -------------------------------------------------------------------------- */
:root {
  --main-color: #40463F;
  --accent-color: #B86733;
  --secondary-color: hsl(38, 34%, 51%);
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

p {
  padding: 0;
}

a {
	text-decoration: none;
	color: var(--main-color);
}

/* -------------------------------------------------------------------------- */
/* Header                                                                     */
/* -------------------------------------------------------------------------- */
.navbar {
  padding: 2rem 0;
}

.hero {
  display: block;
  width: 100%;
}

.navbar-brand {
  width: 50%;
  transform: translateX( calc(80% - 63px) );
}

/* -------------------------------------------------------------------------- */
/* Navigation                                                                 */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* Home Page Content                                                          */
/* -------------------------------------------------------------------------- */
.articles {
	padding: 2rem 0;
  }
  
  article > img {
	border-left: 8px solid var(--accent-color);
  }

/* -------------------------------------------------------------------------- */
/* Single / Page / Blog                                                       */
/* -------------------------------------------------------------------------- */
.heading {
	margin-left: 12px;
	padding-right: 0 !important;
}

.heading-text {
	border-top: 12px solid var(--main-color);
}
  
.heading-h1 {
	font-size: max(2rem, 10vw); /* 3.2rem */
	color: var(--secondary-color);
	text-transform: uppercase;
	width: 13rem;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	line-height: 100%;
}
  
.heading-p {
	color: var(--main-color);
	font-weight: bold;
	margin-top: 3rem;
}

.heading-primary {
	bottom: 0;
	padding: 12px;
}
  
.heading-primary h1 {
	font-size: 5vw;
}
  
.heading-primary p {
	font-size: 3vw;
}

.quote-1 {
	width: 90%;
	font-size: 1.2rem;
	font-family: "proxima-nova", sans-serif;
	font-weight: 100;
	font-style: italic;
}

.quote-2 {
	font-family: "Proxima-nova", sans-serif;
	color: var(--accent-color);
	font-size: 1.2rem;
}

.quote-3 img {
	scale: 20%;
}
  
.quote-3 p {
	padding-inline: 2rem;
}

.mini-quotes, 
.paragraph-1, 
.paragraph-2, 
.paragraph-3, 
.paragraph-4,
.paragraph-5 {
  font-size: 1.2rem;
  font-family: 'Amiko', sans-serif;
}

.text-content {
  line-height: 1.1rem;
  padding-right: 14px;
  padding-bottom: 12px;
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  font-family: "proxima-nova", sans-serif;
}

.vet-ad {
  width: 85%;
}

.vet-link {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}

/* -------------------------------------------------------------------------- */
/* Comments                                                                   */
/* -------------------------------------------------------------------------- */
.comments-box {
  margin-top: 35px;
}
ol.comment-list {
  margin: 30px 0px;
  padding: 0px;
  list-style-type: none;
}
ol.children {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ol.comment-list li {
  margin-bottom: 30px;
  padding-left: 52px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
ol.comment-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none
}
ol.comment-list li .avatar {
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
}
ol.children {
  margin-top: 30px;
  padding-top: 30px;
  padding-left: 50px;
  border-top: 1px solid #DDD;
}
.comment-heading, .comment-form {
  margin-top: 0;
  margin-bottom: 30px;
}
.comment-form label {
  display: block;
}
.comment-metadata a {
  color: #888;
  font-size: 11px;
}
#cancel-comment-reply-link {
  color: #C00;
  font-size: 12px;
}
.form-allowed-tags code {
  white-space: normal;
}
.form-submit {
  display: none;
}
.left-indent {
  padding-left: 10px;
}

/* -------------------------------------------------------------------------- */
/* Sidebar                                                                    */
/* -------------------------------------------------------------------------- */

.author {
  padding-left: 10px;
  text-transform: uppercase;
  color: lightgray;
  background-color: var(--main-color);
}


.font-sm {
  font-size: 13px;
}

.modified {
  font-size: 12px;
  transform: translateX(-1px);
  padding: 5px 11px;
  border: 1px solid white;
  color: white;

  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.image-container {
  border-top: 16px solid var(--main-color);
  border-bottom: 16px solid var(--main-color);
}


/* -------------------------------------------------------------------------- */
/* Video wrapper and video content                                            */
/* -------------------------------------------------------------------------- */

.videowrapper {
  border-top: 12px solid var(--main-color);
  position: relative;
  padding-top: 56.25%;  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.rotated-text {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: gray;
  font-family: "proxima-nova", sans-serif;
  font-weight: 200;
  font-style: italic;

  transform: rotate(-90deg);

  right: -40px;
  bottom: 56px;
  position: absolute;
}

.spacing {
  margin-top: 3rem;
}

.text-group {
  margin-inline: auto;
}

.accent-square {
  height: 420px;
  width: 370px;
  margin-inline: auto;
  background-color: var(--accent-color);
}

.accent-square img {
  width: 76%;
  position: absolute;
  top: -20px;
  right: 0;
}



hr {
  display: inline-block;
  width: calc(100% - 124px);
}

.rule-container {
  font-family: "Proxima-nova", sans-serif;
  color: var(--accent-color);
}

.gold-square {
  display: none;
  
}

.large-quote {
  color: white;
  background-color: var(--main-color);
}



/* -------------------------------------------------------------------------- */
/* Footer                                                                     */
/* -------------------------------------------------------------------------- */
.footer {
	min-height: 250px;
	border-top: 8px solid var(--accent-color);
	color: white;
	background-color: var(--main-color);
  }

.footer-img {
	margin-top: 2rem;
}

.social-icons a {
	text-decoration: none;
	color: var(--secondary-color);
  }

  form {
    display: flex;
    align-items: center;
  }
  
  input {
    width: 200px;
    font-size: 12px;
    height: 30px;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  
  ::placeholder {
	padding-left: 5px;
  }

  .fa-circle {
	color: var(--secondary-color);
  }

  .overlay-container img {
    border-top: 16px solid var(--accent-color);
    border-bottom: 16px solid var(--accent-color);
  }

/* -------------------------------------------------------------------------- */
/* Media Queries                                                              */
/* -------------------------------------------------------------------------- */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .overlay-container img {
    position: absolute;
    width: 450px;
    height: 290px;
    top: 10%;
    padding-right: 1rem;

    border: 0;
  }

  .gold-square {
    display: block;
    margin-left: 60px;
    height: 360px;
    width: 390px;
    background-color: var(--secondary-color);
  }

  .overlay-container {
    width: fit-content;
    margin-inline: auto;
  }
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .contact-info {
	  margin-top: 3.5rem;
  }

  .sign-up {
    margin-top: 4.5rem;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .accent-square {
    height: 700px;
    width: 670px;
    margin: 0;
    margin-left: auto;
  }

  .text-group {
    width: 70% !important;
    margin: 0;
    margin-right: auto;
  }

  .gold-square {
    height: 360px;
    width: 390px;
    margin-left: 40px;
  }

  .overlay-container img {
    top: 9%;
    padding-right: 16px;
  }

  .quote-3 {
    height: 160px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .quote-3 p {
    font-size: 1.5rem;
  }

  .quote-3 img {
    width: 30%;
  }

  .mini-quote, .description {
    font-size: 0.9rem;
  }

  .rotated-text {
    font-size: 26px;
    bottom: 120px;
    right: -50px;
  }

  /* .overlay-container img {
    transform: translateY(5%);
    height: 80%;
  } */
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  .heading {
      margin-left: 4rem;
  	}

  .heading-text {
      display: grid;
      align-content: center;
  	}

  .heading-p {
      font-size: 3rem;
      margin-top: 5rem;
  	}

  /* .gold-square {
      margin-inline: initial;
      margin-left: auto;
  	} */

  .info-2 p {
      font-size: 1.2rem;
  	}

  .quote-2 {
      font-size: 2rem;
  	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { }
