/* Text */

h3 {
    color: #4C4C4C;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2em;
    margin: 0;
    padding: 0;
}

h4 {
    color: #4C4C4C;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4em;
    margin: 0;
    padding: 0;
    -webkit-font-feature-settings: "lnum";
       -moz-font-feature-settings: "lnum";
        -ms-font-feature-settings: "lnum";
         -o-font-feature-settings: "lnum";
            font-feature-settings: "lnum";
}

h5, .widget-title {
    color: #4C4C4C;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.2em;
}

/* -------- Header */
.site-header{
    width: 100%;
    /* background-image: url("/wp-content/themes/helen-pugh-photo/images/twist.png"); */
}
.site-branding {
    width: 80%;
    max-width: 640px;
    min-width: 240px;
    margin: 50px auto 30px auto;
}

.logo {
    opacity: 1;
}
.main-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main-navigation a {
    color: #4C4C4C;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6ch;
    font-size: 1.1em;
}

.nav-menu,
.menu-primary-menu-container {
    width: 100%;
    max-width: 1080px;
	margin: 0 auto;
}

.main-navigation a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 2px solid #4C4C4C;
    transition: 0.4s;
}

.main-navigation .menu-blog a:after,
.main-navigation .menu-about a:after {
    border-bottom: 2px solid #4C4C4C;
}
.main-navigation .menu-portraits a:after {
    border-bottom: 2px solid #FED496;
}
.main-navigation .menu-pr a:after {
    border-bottom: 2px solid #a2d6c2;
}
.main-navigation .menu-weddings a:after {
    border-bottom: 2px solid #F07698;
}
.main-navigation .menu-extraordinary a:after {
    border-bottom: 2px solid #6289CB;
}




.main-navigation a:hover:after,
.main-navigation .current-menu-item a:after {
    width: 100%;
}

/* End Header */

/* Hamburger */

button {
    -webkit-appearance: none;
    -moz-appearance: none;
}

button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.hamburger {
    margin: 8px;
}
.hamburger .line{
    width: 50px;
    height: 5px;
    background-color: #4C4C4C;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .hamburger:hover{
    cursor: pointer;
  }

  /* FIVE */

#hamburger-5.is-active{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#hamburger-5.is-active .line:nth-child(2){
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#hamburger-5 .line:nth-child(2){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}


#hamburger-5.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-5.is-active .line:nth-child(1),
#hamburger-5.is-active .line:nth-child(3){
  width: 35px;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}

#hamburger-5.is-active .line:nth-child(1){
  -webkit-transform: translateY(15px) rotate(45deg);
  -ms-transform: translateY(15px) rotate(45deg);
  -o-transform: translateY(15px) rotate(45deg);
  transform: translateY(15px) rotate(45deg);
}

#hamburger-5.is-active .line:nth-child(3){
  -webkit-transform: translateY(-15px) rotate(-45deg);
  -ms-transform: translateY(-15px) rotate(-45deg);
  -o-transform: translateY(-15px) rotate(-45deg);
  transform: translateY(-15px) rotate(-45deg);
}



/* ----------- Feature Boxes */




.feature-box a.title_link {
    color: #4C4C4C;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2em;
    text-decoration: none;
}

.service-description {
    width: 80%;
    max-width: 640px;
    min-width: 240px;
    margin: 50px auto 10px auto;
}

.feature-box .layer-content a {
    content: '';
    bottom: 0;
    left: 0;
    border-bottom: 0px solid #a2d6c2;
    transition: 0.4s;
}

.feature-box .layer-content a:hover {
    border-bottom: 2px solid #a2d6c2;
}

.slider {
    max-width: 960px !important;
    width: 100% !important;
    margin: 0 auto !important;
}
/* -------- CLients */
.clients {
    width: 80%;
    max-width: 640px;
    min-width: 240px;
    margin: 50px auto 30px auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}

.client {
    height: 64px;
    align-self: center;
    margin: 0 auto;
}

/* -------- Blog */
 
.entry-content p, 
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.page-header {
    margin: 5px auto;
    max-width: 48rem;
}

.entry-header,
.post-thumbnail,
.post-thumbnail img,
.entry-content img {
    position: relative;
    margin: 20px auto;
    width: 100%;
    max-width: 1024px;
}

.client {
    width: auto !important;
}

.widget-area {
    padding-top: 30px;
    border-top: solid 1px black;
    max-width: 54em; 
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin: 0 auto;
}

.widget {
    min-width: 280px;
    width: 30%;
    margin: 0 auto;
    font-size: 0.7em;
}
/* -------- Call to Action */
button {
    display: inline-block;
    border: none;
    padding: 1rem 2rem;
    margin: 0;
    border-radius: 5px;
    text-decoration: none;
    /* background: #0069ed;
    color: #ffffff; */
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, 
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}


button:hover,
button:focus {
    /* background: #0053ba; */
}

button:focus {
    outline: 1px solid #fff;
    outline-offset: -4px;
}

button:active {
    transform: scale(0.99);
}

.cta {
    margin: 0 auto;
    width: 100%;
}
.portrait-btn {
    border: 1px solid #FED496;
}
.portrait-btn:hover,
.portrait-btn:focus {
    background: #FED496;
    color: #ffffff;
}

.pr-btn {
    border: 1px solid #a2d6c2;
}
.pr-btn:hover,
.pr-btn:focus {
    background: #a2d6c2;
    color: #ffffff;
}

.weddings-btn {
    border: 1px solid #F07698;
}
.weddings-btn:hover,
.weddings-btn:focus {
    background: #F07698;
    color: #ffffff;
}

.extra-btn {
    border: 1px solid #6289CB;
}
.extra-btn:hover,
.extra-btn:focus {
    background: #6289CB;
    color: #ffffff;
}

blockquote:before {
    color: #eee;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    content: "\201C";
    font-size: 6em;
    line-height: 0.5em;
    /* margin-right: 0em; */
    position: absolute;
    top: -0.2em;
    z-index: -1;
}
  
blockquote {
    max-width: 880px !important;
    width: 100% !important;
    margin: 2em auto !important;
    padding: 0 0.5em;
    color: #4C4C4C;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    margin-top: 0;
    line-height: 1em;
    font-size: 3em;
    position: relative;
}

cite {
    color: #eee;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: none;
    font-size: 3em;
    font-weight: 700;
    line-height: 0.7em;
    z-index: -1;
    position: absolute;
    top: -0.3em;
    left: 1.5ch;
    overflow: hidden;
}

@media screen and (max-width: 37.5em) {
    cite {
        display: none;
    }
}

.service-heading {
    display: flex;
    justify-content: space-between;
}

.service-heading h4 {
    margin: 0;
} 

.service-heading h3 {
    line-height: 0.7em;
    margin: 0;
    
} 



/* -------- Footer */
.footer-icon {
    height: 48px;
}

.site-footer {
    /* padding-top: 30px;
    border-top: solid 1px black; */
    width: 100%;
    color: #4C4C4C;
    /* background-image: url("/wp-content/themes/helen-pugh-photo/images/left-twist-light.png"); */
    background-repeat: no-repeat;
    background-position: left center;
    /* background-image: linear-gradient(90deg, var(--dark-grey), var(--darker-grey)); */
}

.site-footer a {
    text-decoration: none;
    color: #4C4C4C;
}

.site-info {
    width: 100%;
    padding: 40px 20px;
    align-self: center;
    display: inline-flex;
    flex-wrap: wrap;
    /* align-content: space-around; */
    margin: 0 auto;
}

.footer-box {
    min-width: 250px;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}

.footer-box .menu {
    display: block;
    list-style: none;
    list-style-position:inside;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.8em;
}

.footer-box .menu-item a {
    content: '';
    bottom: 0;
    left: 0;
    border-bottom: 0px solid #4C4C4C;
    transition: 0.4s;
}

.footer-box .menu-item a:hover,
.footer-box .current-menu-item a {
    border-bottom: 2px solid #4C4C4C;
}

.footer-box .menu-portraits a:hover {
    border-bottom: 2px solid #FED496;
}

.footer-box .menu-pr a:hover {
    border-bottom: 2px solid #a2d6c2;
}

.footer-box .menu-weddings a:hover {
    border-bottom: 2px solid #F07698;
}

.footer-box .menu-extraordinary a:hover {
    border-bottom: 2px solid #6289CB;
}


.footer-icon {
    height: 48px;
}

.footer-logo {
    margin-top: 10px;
    height: 80px;
    
}

.copyright {
    min-width: 250px;
    text-align: center;
    font-size: 0.8em;
    margin: 0 auto;
}
/* End Footer */
