/*
Theme Name: Bowden Spratt Law Firm
Theme URI: https://www.bowdenspratt.com/
Author: Outline
Author URI: https://weareoutline.com
Description: Wordpress theme for Bowden Spratt by Outline.
Version: 1.0
*/
body,
html {
    padding: 0;
    margin: 0;
    font-family: 'Electra W01';
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.04em;
    color: #3a3a3a;
}

* {
    box-sizing: border-box;
}

.section {

    width: 100%;
    min-height: 700px;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    background-color: white;
    position: relative;
}

.header {
    height: calc(100vh - 50px);
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('img/1.jpg');
    background-position: top center;
    position: relative;
    min-height: 200px;
}

.linkedin {
    height: 18px;
    width: 18px;
}

.tagline {
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    font-size: 4.3vw;
    margin-right: 20px;
    margin-bottom: 100px;
}

.arrow {
    height: 50px;
    margin-left: 20px;
}

.logo {
    width: 100%;
    display: block;
    color: white;
    padding-top: 50px;

}

.logoa {
    display: block;
    width: 20%;
    min-width: 250px;
    margin: 0 auto;
    max-width: 270px;
}

.navbar {
    padding-top: 0px;
    margin-top: 0px;
    background: white;
    height: 50px;
    min-height: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
}

#menu-main-menu {
    padding-left: 0px;
}

#menu-main-menu-1 li {
    display: inline-block;
}

#menu-main-menu-1 li a {

    /*line-height: 50px;*/
    min-height: 50px;
    min-width: 100px;
    display: inline-block;
    text-decoration: none;
    color: #3a3a3a;
    text-align: center;
    padding: 17px 20px 17px 15px;
    text-transform: uppercase;
    -webkit-transition: all 50ms linear;
    -moz-transition: all 50ms linear;
    -o-transition: all 50ms linear;
    transition: all 50ms linear;

}

#menu-main-menu-1 li a:hover {
    color: #a17557;
}


#Home .navbar a {
    padding: 17px 50px;
}

#navbar {
    position: fixed;
    z-index: 1;
    width: 100%;
}

nav {
    display: none;
}


.logonav {}

.centernav {

    width: 100%;
    text-align: center;

}


.centernav #menu-main-menu li {
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    padding: 17px 30px;
}

.centernav #menu-main-menu li a {
    color: #3A3A3A;
    text-decoration: none;
}

.centernav #menu-main-menu li a:hover {
    color: #b48461;
}

#menu-main-menu li.selected a {
    display: inline-block !important;
    border-bottom: 1px solid #b48461;
    padding-bottom: 3px;
    text-align: center;
}

.logonav a {
    padding: 17px 20px 17px 15px;
}

.socialnav {
    min-width: 200px;
    text-align: right;
    margin-top: -5px;
}

.socialnav a {
    color: #b48461;
    min-width: 35px;
    font-size: 18px;
    vertical-align: bottom;
    padding: 10px 20px 17px 15px !important;

}

.socialnav a:hover {
    color: #3A3A3A;

}

.socialnav a.email i {
    padding-top: 5px !important;
}

.nlink:hover {
    color: #b48461;
    moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.nlink p {
    display: inline !important;
}

.buttonwrap {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 100px;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1;
}

.carButton {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #8e8e8e;
    background: #efefef;
}

.carousel {
    display: none;
    text-align: center;
    width: 57%;
    /*min-width: 250px;*/
}

.c1 {
    display: block;
}

.lm {
    color: #b48461;
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px solid #b48461;
    padding-bottom: 3px;
    font-size: 18px;
}

.lm:hover {
    color: #3a3a3a;
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 3px;
    font-size: 18px;
    opacity: 1;
}

.carouselWrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #efefef;
}

.bumper {
    margin-top: 50px;
}

.carousel p {
    font-size: 24px;
    line-height: 50px;
}

h1 {
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.2em;
    font-size: 14px;
    text-transform: uppercase;
}


.carbanner {
    font-size: 36px;
    letter-spacing: 0.1em;
}

.aboutUs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-size: 30px;
    text-align: center;
    /* background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('img/2.jpg'); */
    background-position: center center;
}

.tan {
    background: #bd8159;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.1em;
}

.tan:hover {
    background: #3a3a3a;
}

.block {
    padding: 10px 30px;
    color: white;
    text-decoration: none;
}

.aboutUs p {
    font-style: italic;
    font-size: 34px;
    line-height: 50px;
    width: 50%;
    letter-spacing: 0.1em;
}

footer {
    min-height: 300px;
    background: #333333;
    color: #CCC;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: top;
    padding: 70px auto;
}

.footer .contact a {
    color: #cccccc;
    text-decoration: none;
}


.footer_left {
    width: 50%;
    text-align: left;
    vertical-align: baseline;
    position: relative;
}

.footer_left .icon {
    position: absolute;
    bottom: 25px;
    left: 50px;
}

.footer_right {
    width: 50%;
    display: inline-flex;
}

.footer_right p.info {
    line-height: 30px;
}

.footer div {
    font-size: 20px;
    letter-spacing: 0.02em;

}

.footer div .label {
    min-width: 100px;
    margin-top: 70px;
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.2em;
    font-size: 13px;
    text-transform: uppercase;
}

.footerbottom {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    color: grey;
    font-size: 10px;
}

.icon {
    float: left;
}

.copy {
    display: block;
    clear: both;
}

.copyright {
    font-size: 14px;
    color: #ffffff;
    font-style: italic;
    opacity: .3;
    padding-top: 25px;

}

.address {
    margin-right: 75px;
}

.contact {
    margin-right: 15%;
    min-width: 170px;
}

.dir {
    color: #a17557;
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px solid #a17557;
    padding-bottom: 3px;
}

.dir:hover {
    color: #cccccc;
    border-bottom: 1px solid #cccccc;
}

.body {
    display: flex;
    flex-direction: column;
}

.bannerwrap {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner {
    padding: 0;
    margin: 0;
    font-size: 60px;
    color: #b48461;
    font-family: 'Electra LT W01 Regular';
    text-transform: none;
    letter-spacing: 0.03em;
}

.bannerimg {
    width: 100%;
    height: 550px;
    background-size: cover !important;
    background: url('img/office2.jpg');
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}

.bannerimgprof {
    width: 100%;
    height: 550px;
    background-size: cover !important;
    background: url('img/deskphoto.jpg');
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}

.headernav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    padding: 5px 20px;
    background: #ffffff;
}

.logo2 {
    width: 230px;
}


.nlink {
    color: #3a3a3a;
    text-decoration: none;
    text-transform: uppercase;
}

.textbox {
    display: flex;
    justify-content: center;
    align-items: top;
    text-align: center;
    width: 100%;
    max-height: 670px;
    padding: 100px 0;
    background-color: #ffffff;
    letter-spacing: 0.06em;
    line-height: 55px;
    font-size: 40px;
    color: #3a3a3a;
}

.textbox3 {
    padding-top: 0px;
    margin-top: 20px;
    width: 20%;
}

.textbox2 {
    padding-top: 0px;
    width: 100%;
    max-width: 1000px;
}

#Overview .textbox {
    background-color: #f1f1f1;
}

#Overview .textbox2 {
    text-align: left;
    max-width: 900px;
}


#Overview .practice {
    padding: 20px;
}

.section2 {
    min-height: 850px;
    display: flex;
    padding: 0px;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    text-align: center;

}

#Overview .section2 {
    padding: 75px 55px;
    min-height: 1000px;

}

#Overview .section2 .insidetext {
    text-align: center !important;
}

#Overview .sectext h1.wwo {
    text-align: center;
}

#Overview .sectext p {
    text-align: center;
}

#Overview .insidetext {
    max-width: 600px;
}

#Contact .sectext h1.wwo {
    text-align: center;
}

.secpic {
    width: 50%;
    background-size: cover !important;
    background: url('img/buildings.jpg');
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    height: 850px;
}

.sectext {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    padding: 0 50px;
    background-color: #b48461;
    color: white;
}

.sectext h1.wwo {
    text-align: left;
    width: 100%;
    margin: 0px;
}

.practice {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 45px 0px;

}

#Professionals .practice {
    padding: 95px 0px 25px 0px;
}

.sectext p.large {
    text-align: left;
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 0.06em;
}

.sectext p.largeitalic {
    font-style: italic;
    padding: 10px;
    margin: 0px;
    font-size: 30px;
}

#Contact .sectext p.large {
    text-align: center;
}

.blockaddress {
    font-size: 24px !important;
    line-height: 42px;
    letter-spacing: 0.06em;
    text-align: center !important;
    margin-bottom: 45px;
}

.sectext p {
    text-align: left;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0.04em;
}

.insidetext {
    max-width: 680px;
    margin: 0 auto;
    padding: 40px;
}

.proflink {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid white;
    padding-bottom: 3px;
    font-style: italic;
    font-size: 18px;
}

.proflink:hover {
    color: #3a3a3a;
    border-bottom: 1px solid #3a3a3a;

}

.post {
    padding: 50px 20px;
    font-size: 20px;
    max-width: 800px;
    margin: 0 auto;

}

.linkp {
    display: block;
    margin-top: 55px;
    margin-bottom: 0px;
    padding: 0px;
}

.ptitle {
    width: 100%;
}

.tleft {
    text-align: left;
}

.lptext {
    align-self: flex-start;
}

.accTitle {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.inner {
    width: 100%;
    background-color: #f1f1f1;
    padding-bottom: 180px;
}

.accordion {
    width: 60%;
    background-color: #FFF;
    padding-top: 15px;
    padding-bottom: 60px;
    margin: 25px auto 0px auto;
    overflow: hidden;
}

.accordion .title {
    text-align: left;
}

.item {
    width: 90%;
    margin: 0 auto;
}



.title {
    padding: 30px 60px 30px 20px;
    border-bottom: 1px solid #e0e0de;

    font-size: 24px;
    line-height: 1.8;
    position: relative;
    cursor: pointer;
    color: #b48461;
    vertical-align: center;
}

#title1 {
    border-top: none;
}

.title:after {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    content: '';
    width: 17px;
    height: 9px;
    background: url("img/arrow-down.png") center center no-repeat;
    background-size: 17px 9px;
    position: absolute;
    top: 12px;
    right: 24px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.flip {
    border-bottom: 1px solid #e0e0de;
}

.open .title:after {
    transform: rotate(-180deg);
}

.text {

    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: center;
    display: none;
    border-bottom: 1px solid #e0e0de
}

.aContact {
    color: #c08152;
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px solid #b48461;
    padding-bottom: 3px;
}

.acctitle {
    color: grey;
    text-align: center;
    text-transform: uppercase;
    margin-top: 150px;
    margin-bottom: 60px;
}

.icon {
    width: 35px;
    height: 45px;
}

.divntext {
    display: flex;
    min-height: 200px;
    ;
    background-color: #bd8159;
    text-align: center;
    font-size: 25px;
    color: white;
    align-items: center;
    justify-content: center;
}

.divntext .insidetext {
    max-width: 800px;
    width: 100%;
    line-height: 45px;

}

.divtext {
    text-align: center;
    max-width: 748px;
    width: 100%;
    font-size: 24px;
    padding: 20px;
    line-height: 40px;
    letter-spacing: 0.08em;
}

.profwrap {
    background-color: #f1f1f1;
}

.attwrap {

    text-align: center;
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 150px;
}

.attorney {
    margin: 0;
    margin-top: 50px;
    padding: 0px 15px;
    width: 33%;

}


.attorneypic {
    position: relative;
    width: 100%;
}

.attorneypic img {
    width: 100%;
    height: auto;
}

.attorneypic .overlay {
    width: 100%;
    height: 100%;
    padding: 57% 0px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    /*  z-index: 2; */
    overflow: hidden;
    background: url(img/tan90.png) repeat;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    text-align: center;
    border-bottom: 4px solid #f1f1f1;

}

.attorneypic .overlay a {
    color: #ffffff;
    font-family: 'Electra W01';
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    border-bottom: solid #ffffff 2px;
    padding-bottom: 5px;
    text-decoration: none;
}

.attorneypic .overlay:hover {
    opacity: 1;
}

.attname {
    font-size: 24px;
    display: block;
}

.attname a {
    color: #3A3A3A;
    text-decoration: none;
}

.middlesec {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: top;
    line-height: 1.5;
    max-width: 1000px;
    margin: 0 auto;
}

.midsechalf {
    width: 50%;
    font-size: 24px;
    padding: 45px 0px;

}

.midsechalf img {
    width: 100%;
    height: auto;
}

.atttext {
    text-align: left;
    padding: 0px 0px 0px 25px;
}

.atttext p {
    padding-top: 0px;
    margin-top: 0px;
}

.attimage img {}



.attimage {
    text-align: right !important;
    padding: 0px 25px 0px 0px;
}


.atname {
    margin-top: 150px;
    margin-bottom: 15px;

    text-align: center;
    font-size: 40px;
}

.atbody {
    background-color: #f1f1f1;
}

.atbody h2.wwo {
    text-align: center;
    font-size: 14px;
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 65px;
}

.attinfo {
    width: 50%;
    text-align: left;
    font-size: 18px !important;
    margin: 0;
    padding: 0;
    line-height: 18px;
    position: relative;
}

.aisec {
    width: 25%;
    padding-right: 30px;
    margin-bottom: 90px;
}

.aisec:nth-child(4) {
    padding-right: 0px;
}

.attinfo a {
    position: absolute;
    bottom: 18px;
    right: 0;
}

.aisec ul {
    margin: 0px;
    padding: 0px;
}

.aisec ul li {
    padding: 10px 0px;
    list-style: none;
}

.divider {
    width: 70%;
    margin: 40px auto;
    border-bottom: 1px solid #e0e0de;
}

.aititle {
    text-transform: uppercase;
    font-size: 13px;
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.2em;
}

span.attheader {
    font-size: 13px;
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.2em;
}

.attinfo a {
    color: #B48461;
    text-decoration: none;
    border-bottom: 1px solid #B48461;
    padding-bottom: 3px;
    font-style: italic;
    font-size: 18px;
}

.embed-container {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 850px;
}

#map {
    height: 850px;
}

/* POPUP */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  
  .popup__inner {
    display: flex;
    flex-direction: column;
    max-width: clamp(325px, 65vw, 600px);
    margin: 0 auto;
    text-align: center;
    background: white;
    position: relative;
    z-index: 2;
  }

  .popup__close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      cursor: pointer;
      transition: .3s;
  }

  .popup__close:hover {
    opacity: .6;
  }
  
  .popup__inner-text {
      padding: clamp(20px, 4vw, 35px);
      background: #bd8159;
      color: white;
  }

  .popup__inner-text p {
    font-weight: normal;
    font-size: 24px;
    line-height: 1.8;
    margin-top: 0;
  }

  .popup__inner-text a {
      color: white;
      border-color: white;
  }
  
  img.popup__image {
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: top;
  }
  
  @media (max-width:767px){
    .popup__inner-text p {
        font-size: 18px;
      }
  }