/*
$theme-colors: (
  "primary": #020f4c
);

$body-bg: #FFFFFF;
*/
.noWrap {
  white-space: nowrap; }

.yellowText {
  color: #fcdb6a !important; }

.boldFont {
  font-weight: 700; }

.borderBottom {
  border-bottom: #055716 3px solid; }

.greenDivider {
  border-top: 3px solid #055716; }

#nav-content .menu-item {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: 'Vollkorn SC', sans-serif; }
  #nav-content .menu-item {
    font-size: 14.4px; }
    @media screen and (min-width: 320px) {
      #nav-content .menu-item {
        font-size: calc(14.4px + 4.8 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {
      #nav-content .menu-item {
        font-size: 19.2px; } }

.headingText:after {
  content: "";
  /* This is necessary for the pseudo element to work. */
  display: block;
  /* This will put the pseudo element on its own line. */
  width: 70%;
  /* Change this to whatever width you want. */
  padding-top: 20px;
  /* This creates some space between the element and the border. */
  border-bottom: 3px solid #397d19;
  /* This creates the border. Replace black with whatever color you want. */ }

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: 'Vollkorn SC', sans-serif;
  font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));
  line-height: 16px;
  margin: 0;
  position: relative; }
  body h1 {
    font-size: 1.728rem;
    font-weight: 400;
    font-family: 'Vollkorn SC', sans-serif; }
    body h1 {
      font-size: 20.736px; }
      @media screen and (min-width: 320px) {
        body h1 {
          font-size: calc(20.736px + 14.592 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        body h1 {
          font-size: 35.328px; } }
  body h2 {
    font-size: 1.44rem;
    font-weight: 400;
    font-family: 'Vollkorn SC', sans-serif; }
    body h2 {
      font-size: 17.28px; }
      @media screen and (min-width: 320px) {
        body h2 {
          font-size: calc(17.28px + 13.44 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        body h2 {
          font-size: 30.72px; } }
  body h3 {
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Vollkorn SC', sans-serif; }
    body h3 {
      font-size: 14.4px; }
      @media screen and (min-width: 320px) {
        body h3 {
          font-size: calc(14.4px + 4.8 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        body h3 {
          font-size: 19.2px; } }
  body h4 {
    font-size: 0.48rem;
    font-weight: 400;
    font-family: 'Vollkorn SC', sans-serif; }
    body h4 {
      font-size: 12px; }
      @media screen and (min-width: 320px) {
        body h4 {
          font-size: calc(12px + 4 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        body h4 {
          font-size: 16px; } }
  body p {
    font-size: 0.48rem;
    font-weight: 600;
    font-family: 'Cormorant', serif;
    line-height: 1.75em; }
    body p {
      font-size: 18px; }
      @media screen and (min-width: 320px) {
        body p {
          font-size: calc(18px + 6 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        body p {
          font-size: 24px; } }
  body hr {
    max-width: 250px;
    margin: 0px;
    border: 3px solid black; }
  body a:link {
    color: #1d1d1b; }
  body a:visited {
    color: #1d1d1b; }
  body a:hover {
    color: #96c11f; }
  body a:active {
    color: #1d1d1b; }

header {
  color: #000000;
  background: transparent;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: 0.2s all ease-in-out; }
  header .secondNav {
    background-color: #FFFFFF;
    border-bottom: 3px solid #065816;
    height: 120px; }
  header h1 {
    font-size: 1.728rem;
    white-space: nowrap;
    color: #FFFFFF;
    font-family: 'Vollkorn SC', sans-serif; }
    header h1 {
      font-size: 20.736px; }
      @media screen and (min-width: 320px) {
        header h1 {
          font-size: calc(20.736px + 28.416 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        header h1 {
          font-size: 49.152px; } }
  header h3 {
    font-size: 1.2rem;
    font-weight: 700;
    white-space: nowrap;
    color: #FFFFFF;
    font-family: 'Vollkorn SC', sans-serif; }
    header h3 {
      font-size: 14.4px; }
      @media screen and (min-width: 320px) {
        header h3 {
          font-size: calc(14.4px + 4.8 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {
        header h3 {
          font-size: 19.2px; } }
  header .headerLogo {
    width: 110px;
    height: 110px; }

.dropdown button {
  font-size: 1.44rem;
  background: transparent;
  font-family: 'Vollkorn SC', sans-serif;
  color: #1d1d1b;
  padding: 0;
  border: none;
  background: none; }
  .dropdown button {
    font-size: 17.28px; }
    @media screen and (min-width: 320px) {
      .dropdown button {
        font-size: calc(17.28px + 13.44 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {
      .dropdown button {
        font-size: 30.72px; } }

.dropdown button:hover {
  background-color: #FFFFFF;
  color: #96c11f !important;
  border-color: #FFFFFF !important; }

.dropdown button:active, button:focus {
  color: #1d1d1b !important;
  background-color: #FFFFFF !important; }

.floatImageLeft {
  float: left;
  padding: 0 20px 20px 0; }

.navbar-collapse {
  position: relative; }

.nav-item {
  padding-right: 30px; }

.nav-item > a {
  color: #1d1d1b !important;
  transition: all .3s;
  font-family: 'Vollkorn SC', sans-serif;
  font-size: 1.44rem; }
  .nav-item > a {
    font-size: 17.28px; }
    @media screen and (min-width: 320px) {
      .nav-item > a {
        font-size: calc(17.28px + 13.44 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {
      .nav-item > a {
        font-size: 30.72px; } }

.navbar .navbar-nav > li > a {
  transition: all .3s; }

.nav-item > a {
  color: #1d1d1b !important; }

.nav-item > a:hover, .nav-item > a:focus {
  color: #96c11f !important; }

nav {
  transition: 0.35s all ease; }

#pageBanner {
  margin-top: 120px; }

#pageTitleWithoutBanner {
  margin-top: 120px; }

#pageBanner img {
  max-width: 100%;
  height: auto;
  max-height: 80vh; }

#masonryGallery .card-body {
  padding: 10px;
  margin: 0px; }

#subscribe {
  background-image: linear-gradient(to right, #055716, #fcdb6b); }
  #subscribe hr {
    height: 3px;
    border: none;
    background-color: #FFFFFF;
    width: 200px; }
  #subscribe .button {
    background-color: #96c11f;
    border: 3px solid #1d1d1b;
    font-weight: 700;
    font-family: 'Vollkorn SC', sans-serif;
    color: #1d1d1b; }
  #subscribe .button:hover {
    background-color: #FFFFFF;
    color: #1d1d1b !important; }

#practiceAreas {
  /*
  .card {
  	border: 0px;
  }
  .card-header {
  	border: 0px;
  }*/
  font-family: 'Vollkorn SC', sans-serif; }
  #practiceAreas h2 {
    color: #34351c; }
  #practiceAreas h4 {
    color: #643714; }
  #practiceAreas hr {
    height: 3px;
    border: none;
    background-color: #000000;
    width: 200px; }
  #practiceAreas .btn {
    color: #34351c;
    text-decoration: none; }
  #practiceAreas .collapsed {
    color: #999a8c;
    text-decoration: none; }
  #practiceAreas .buttonHeadingText {
    color: #16321b;
    font-weight: 700; }
  #practiceAreas a:link {
    color: #16321b; }
  #practiceAreas a:visited {
    color: #16321b; }
  #practiceAreas a:hover {
    color: #ca7d25; }
  #practiceAreas a:active {
    color: #16321b; }

.containerOverlay {
  margin-top: -750px; }

.greenBackground {
  background-color: #16321b;
  height: 800px; }

#aboutWoodburn hr {
  height: 3px;
  border: none;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto; }
#aboutWoodburn #woodburnBackgroundContainer {
  background: url("http://localhost/wordpress/jcahill/wp-content/themes/AllianceDesign/img/house.jpg") center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 700px;
  overflow: hidden; }
#aboutWoodburn .button {
  background: transparent;
  border: 3px solid #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: 'Vollkorn SC', sans-serif;
  color: #FFFFFF; }
  #aboutWoodburn .button {
    font-size: 14.4px; }
    @media screen and (min-width: 320px) {
      #aboutWoodburn .button {
        font-size: calc(14.4px + 4.8 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {
      #aboutWoodburn .button {
        font-size: 19.2px; } }
#aboutWoodburn .button:hover {
  background-color: #FFFFFF;
  color: #16321b !important; }

@media only screen and (min-width: 768px) {
  #indexSlider {
    margin-top: 120px; }

  header {
    position: fixed; } }
/* Images */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0px auto; }

.img-circle {
  border-radius: 50%; }

/* Comments */
textarea, input {
  border: 1px solid #e4e4e4; }

textarea {
  width: 100%; }

.comment-list, .children {
  list-style: none; }

ul.children {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px; }

.comment-wrap {
  padding-bottom: 20px;
  position: relative; }

.comment-wrap .comments-title {
  padding-top: 60px; }

.comment-wrap .comment-img {
  float: left;
  margin-right: 20px;
  padding-bottom: 25px; }

.comment-author {
  text-align: left; }

.comment-reply {
  position: absolute;
  top: 0px;
  right: 0px;
  font-style: italic;
  padding: 5px 5px;
  background: #f5f5f5; }

.comment-author, .comment-author a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 2px; }

.comment-date {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: italic;
  display: block;
  padding-bottom: 7px; }

.comment-body {
  background-color: #ddddd8;
  border-radius: 50px;
  padding: 20px; }

.depth-2 .comment-wrap {
  padding-left: 30px; }

.depth-3 .comment-wrap {
  padding-left: 60px; }

.depth-4 .comment-wrap {
  padding-left: 90px; }

.depth-5 .comment-wrap {
  padding-left: 120px; }

.depth-6 .comment-wrap {
  padding-left: 150px; }

.depth-7 .comment-wrap {
  padding-left: 180px; }

.depth-8 .comment-wrap {
  padding-left: 210px; }

.depth-9 .comment-wrap {
  padding-left: 240px; }

.depth-10 .comment-wrap {
  padding-left: 270px; }

#commentform #comment, #commentform #author, #commentform #email, #commentform #url {
  display: block;
  width: 100%; }

#commentform input[type="submit"] {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #e4e4e4;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #fff;
  margin-top: 15px; }

#commentform input[type="submit"]:hover {
  background: #e2fcff; }

.title-line {
  border-top: 1px dotted #ccc;
  display: block;
  max-width: 30%;
  margin: 0 auto 25px; }

/* Responsive */
@media (max-width: 767px) {
  .comment-list, .children {
    padding-left: 0px; }

  .comment-wrap .comment-img {
    float: none;
    margin: 0px;
    width: 100%;
    padding-bottom: 0px; }

  .comment-img > img {
    display: block;
    margin: 0px auto; }

  .comment-author, .comment-author a, .comment-date {
    text-align: center; }

  .depth-2 .comment-wrap, .depth-3 .comment-wrap, .depth-4 .comment-wrap, .depth-5 .comment-wrap, .depth-6 .comment-wrap, .depth-7 .comment-wrap, .depth-8 .comment-wrap, .depth-9 .comment-wrap, .depth-10 .comment-wrap {
    padding-left: 0px; }

  .comment-reply {
    position: relative;
    text-align: center;
    display: block;
    margin-top: 25px; } }
.comment-respond {
  color: #444;
  padding: 20px 45px 40px 45px;
  border: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#notfound {
  position: relative;
  height: 60vh; }

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.notfound {
  max-width: 410px;
  width: 100%;
  text-align: center; }

.notfound .notfound-404 {
  height: 280px;
  position: relative;
  z-index: -1; }

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 230px;
  margin: 0px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../AllianceDesign/img/bg.jpg") no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center; }

.notfound h2 {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0; }

.notfound p {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0px; }

.notfound a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #0046d5 !important;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #fff !important;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
  box-shadow: 0px 4px 15px -5px #0046d5; }

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 142px; }

  .notfound .notfound-404 h1 {
    font-size: 112px; } }
/* calendar widget */
.widget_calendar {
  float: left; }

#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px; }

#wp-calendar thead {
  font-size: 10px; }

#wp-calendar thead th {
  padding-bottom: 10px; }

#wp-calendar tbody {
  color: #aaa; }

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px; }

#wp-calendar tbody td:hover {
  background: #fff; }

#wp-calendar tbody .pad {
  background: none; }

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right; }

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px; }

/*# sourceMappingURL=style.css.map */
