/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Mar 17 2020 | 01:11:36 (pm)
/*
/******* Do not edit this file *******/

/* =========================================
                NAVIGATION
============================================ */

/* font-family: 'Libre Baskerville', serif; */

h1, .entry-title, .site-title {
    line-height: 0;
}

.title-area .site-title {
    margin-bottom: 0px;    
}

.site-header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.genesis-nav-menu a {
    padding: 2rem 1.3rem;
    color: #0c4da2;
    text-transform: inherit;
    letter-spacing: 0px;
    font-size: 13px;
}

.genesis-nav-menu .current-menu-item > a {
    color: #00a1e4;
}

.genesis-nav-menu a:hover {
    color: #00a1e4;
}

.genesis-nav-menu .sub-menu a {
    border-bottom: 1px solid #00a1e4;
    letter-spacing: 0px;
    text-transform: inherit;
    font-weight: 500;
    background-color: #0c4da2;
    color: white;
    font-size: 11px;
}

.genesis-nav-menu .sub-menu a:hover {
    color: #00a1e4;
}

.genesis-nav-menu .sub-menu {
    border: 1px solid #00a1e4;
}

.genesis-nav-menu .menu-item-has-children > a > span:after {
    content: '\f107';
    font-family: 'FontAwesome';
    padding-left: 7px;
}

.title-area {
    margin: 2rem 0;
}

.nav-secondary .wrap {
    margin-top: 19px;
    margin-left: 112px;
}


/* =========================================
                  HEADER
============================================ */

.bg-scrim:after {
    opacity: 0;
}

#front-page-1 {
    background-color: #30373f;
    -webkit-box-shadow: 0px 10px 90px #001b5d;
    box-shadow: 0px 20px 40px #000e5042;
    width: 100%;
    height: 77vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#front-page-1 h1 {
    color: white;
    font-style: inherit;
}

#front-page-1 h2 {
    color: white;
    font-style: inherit;
    line-height: 0;
    margin-bottom: 30px;
    font-size: 30px;
}

#front-page-1 p {
    color: #ffe5bf;
    font-size: 20px;
    line-height: 35px;
}

#mainbutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

#mainbutton a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 13px 30px;
    border-radius: 10px;
    font-size: 18px;
    color: #0c4da2;
    margin: 10px;
     -webkit-transition-duration: 0.3s;
     -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
    margin-top: 0;
    background-color: #ffddaa;
    font-weight: 600;
    text-transform: inherit;
    font-family: 'Open Sans', sans-serif;
}

#mainbutton a:hover {
    text-decoration: none;
    background-color: white;
    color: #0c4da2;
    text-decoration: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* =========================================
             AREAS OF PRACTICE
============================================ */

#aop-main {
    padding: 9rem 0rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.flex-container>div {
  width: 202px;
  margin: 10px;
  text-align: center;
  line-height: 60px;
  font-size: 15px;
  padding: 0px 14px 0px 14px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ffffff0f;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.flex-container>div:hover {
    background-color: #ffffff24;
    transition-duration: 0.3s;
}

.flex-container a {
    color: white;
    line-height: 27px;
    text-decoration: none;
    font-size: 15px;
}

#aop-main h1 {
    color: white;
    font-style: inherit;
    line-height: 0;
    font-size: 30px;
    margin-bottom: 30px;
     text-shadow: 0px 3px 10px #07305ad4;
}

#aop-main h2 {
    color: #ffe5bf;
    font-size: 20px;
    line-height: 35px;
    font-family: "Open Sans", arial, sans-serif;
    font-style: inherit;
    font-weight: 300;
    margin-bottom: 60px;
    text-align: center;
}

#aop-main p {
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 25px;
    color: #ffffff;
}

#img-circle {
    position: relative;
    width: 105px;
    height: 105px;
    margin: 0 auto;
}

#img-circle::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 110px;
    height: 110px;
    background-image: url('http://harrow-legal.leapwp.com.au/wp-content/uploads/sites/2853/2018/03/circle.png');
    background-size: contain;
    background-repeat: no-repeat;
    animation: circle 40s linear infinite;
}


@keyframes circle { 
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.front-page-2 {
    background-image: url(http://harrow-legal.leapwp.com.au/wp-content/uploads/sites/2853/2018/04/2.png);
    padding-top: 0rem;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-top: 0px solid #0d81bd;
}

.front-page-1 {
    margin: 0rem auto;
}

/* =========================================
                HOME - INFO
============================================ */

#home-info {
    background-color: transparent;
    padding: 9rem 0rem;
}

.front-page-3 .wrap {
    display: table;
    min-height: 0rem;
    height: 0px;
    width: 100%;
}

.front-page-3 {
    margin: 0rem auto;
    border-top: 5px solid #0d81bd;
    border-bottom: 5px solid #0d81bd;
    -webkit-box-shadow: 0px -30px 90px #001b5e6e;
            box-shadow: 0px -30px 90px #001b5e6e;
}

.flexible-widget-area {
    padding: 0rem 0;
}

.front-page-3 h1 {
    color: white;
    font-style: inherit;
    line-height: 0;
    font-size: 30px;
    margin-bottom: 30px;
     text-shadow: 0px 3px 10px #07305ad4;
}

.front-page-3 h2 {
    color: #ffe5bf;
    font-size: 20px;
    line-height: 35px;
    font-family: "Open Sans", arial, sans-serif;
    font-style: inherit;
    font-weight: 300;
    margin-bottom: 60px;
}

.front-page-3 p {
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 25px;
    color: #ffffff;
}

.front-page-3 p {
    max-width: 100%;
}

/* =========================================
                  LOCATION
============================================ */

.front-page-4 {
    background-image: url(http://harrow-legal.leapwp.com.au/wp-content/uploads/sites/2853/2018/03/location-background.png);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 9rem 0rem;
}

.map {
    height: 300px;
    width: 100%;
    margin: 0;
    border: 4px solid #0d81bd;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 20px -5px #000f5299;
            box-shadow: 0px 10px 20px -5px #000f5299;
}

.front-page-4 h1 {
    color: white;
    font-style: inherit;
    line-height: 0;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
     text-shadow: 0px 3px 10px #07305ad4;
}

.front-page-4 h2 {
    color: #ffe5bf;
    font-size: 20px;
    line-height: 35px;
    font-family: "Open Sans", arial, sans-serif;
    font-style: inherit;
    font-weight: 300;
    margin-bottom: 60px;
    text-align: center;
}

.front-page-4 p {
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 25px;
    color: #ffffff;
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
}

/* =========================================
                FOOTER
============================================ */

.footer-widgets {
    border-top: 0px solid #e5e5e5;
    background: #033976;
    padding: 3rem 0;
}

.footer-widgets .wrap { 
    color: white;
}

.footer-widgets .wrap a { 
    color: white;
    text-decoration: underline;
}

.footer-widgets .wrap a:hover { 
    color: white;
    text-decoration: none;
}

.site-footer { 
    color: white;
}

.site-footer a { 
    color: #ffe5bf;
    text-decoration: underline;
}

.site-footer a:hover { 
    color: #ffe5bf;
    text-decoration: none;
}

.site-footer {
    background: #00195a;
}

.fa-ul>li {
    text-align: left;
}

.footer-widgets .widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
}

.fa-li {
    top: .44285714em;
}

.widget-title, .widgettitle {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffe5bf;
}

.footer-widgets .fa {
    color: #ffddaa;
}

.site-footer p {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: inherit;
}

/* =========================================
                SUB PAGES
============================================ */

.content .entry-content {
    color: #033976;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin-left: 1px;
}

h1, .entry-title, .site-title {
    font-style: inherit;
    line-height: 0;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 30px;
    font-family: 'Libre Baskerville', serif;
}

.widget-title, .widgettitle {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffddaa;
    text-transform: inherit;
}

.sidebar .widget {
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	background: #033976;
	padding: 15px 20px 0px 20px;
	border-radius: 10px;
}

div.wpcf7-mail-sent-ok {
    color:#fff;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    border-radius: 4px;
}

input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    border-radius: 4px;
    color: #033976;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 4px;
    color:#033976;
}

input[type="submit"] {
    background-color: #c7ab82;
    color: #033976;
    border-radius: 4px;
    letter-spacing: 0px;
    font-size: 13px;
    width: 100%;
}

form.wpcf7-form p {
    color: white;
    font-weight: 500;
    font-size: 14px;
}

.entry-content a {
    color: #033976 !important;
    text-decoration: underline;
    font-weight: 600;
}

.entry-content a:hover {
    color: #033976 !important;
    text-decoration: none;
}

.entry-header {
    overflow: initial;
    margin-top: 2rem;
}

#genesis-content h1.entry-title {
    font-style: inherit;
    line-height: 50px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 30px;
    font-family: 'Libre Baskerville', serif;
    color: #033976;
    margin-bottom: 5rem;
}

.entry-title a {
    font-style: inherit;
    line-height: 0;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 30px;
    font-family: 'Libre Baskerville', serif;
    color: #0087ce;
    margin-bottom: 5rem;
}

.entry-title a:hover {
    color: #0087ce;
    text-decoration: underline;
}

.entry-header p.entry-meta {
    margin-top: 2rem;
}

.entry-header p.entry-meta > * {
    padding: 1rem 1.5rem;
    margin-left: -.5rem;
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    border-bottom: 0px solid #e5e5e5;
    letter-spacing: 0px;
    font-size: 11px;
    color: #033976;
}

h2 {
    line-height: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Libre Baskerville', serif;
    color: #0087ce;
    font-style: inherit;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

h1.archive-title {
    font-style: inherit !important;
    line-height: 0 !important;
    margin-bottom: 30px !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    font-family: 'Libre Baskerville', serif !important;
    color: #0087ce;
    margin-bottom: 3rem !important;
    letter-spacing: 0px !important;
}

.entry-content .more-link {
    background: transparent;
    box-shadow: none;
    padding: 0;
    letter-spacing: 0px;
    font-size: 13px;
    text-decoration: none;
}

.entry-content .fa {
    color: #0087ce;
}

.map2 {
    height: 250px;
    width: 100%;
    margin: 0;
    border: 2px solid #c7ab82;
    border-radius: 10px;
}

section#wysiwyg_widgets_widget-8 {
    margin-top: 3rem;
}

.accordion dl,
.accordion-list {
   border:0px solid #ddd;
   &:after {
       content: "";
       display:block;
       height:1em;
       width:100%;
       background-color:darken(#38cc70, 10%);
     }
}
.accordion dd,
.accordion__panel {
   background-color:#fff;
   font-size:1em;
   line-height:1.5em; 
}
.accordion p {
  padding: 1.5em 2em 0.5em 0em;
}

.accordion {
    position:relative;
    background-color:#fff;
}
.container {
  max-width:960px;
  margin:0 auto;
  padding:2em 0 2em 0;
}
.accordionTitle,
.accordion__Heading {
 background-color: #c7ab82;
 text-align:center;
 font-weight: 600;
 box-shadow: 0px 2px 0px #9c8767;
 padding: 10px;
 display:block;
 text-decoration: none !important;
 color: #ffffff;
 margin-bottom: 5px;
 transition:background-color 0.3s ease-in-out;
 border-bottom: 0px solid #8a70a7;
  &:before {
 content: "+";
 font-size:1.5em;
 line-height:0.5em;
 float:left;
 transition: transform 0.3s ease-in-out;
 border-radius: 10px;
 margin-top: 15px;
  }
  &:hover {
    background-color:darken(#38cc70, 10%);
  }
}
.accordionTitleActive, 
.accordionTitle.is-expanded {
   background-color:darken(#38cc70, 10%);
    &:before {
     
      transform:rotate(-225deg);
    }
}
.accordionItem {
    height:auto;
    overflow:hidden; 
    //SHAME: magic number to allow the accordion to animate
    
     max-height:50em;
    transition:max-height 1s;   
 
    
    @media screen and (min-width:48em) {
         max-height:15em;
        transition:max-height 0.5s
        
    }
    
   
}
 
.accordionItem.is-collapsed {
    max-height:0;
}
.no-js .accordionItem.is-collapsed {
  max-height: auto;
}
.animateIn {
     animation: accordionIn 0.45s normal ease-in-out both 1; 
}
.animateOut {
     animation: accordionOut 0.45s alternate ease-in-out both 1;
}
@keyframes accordionIn {
  0% {
    opacity: 0;
    transform:scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity:1;
    transform:scale(1);
  }
}

@keyframes accordionOut {
    0% {
       opacity: 1;
       transform:scale(1);
     }
     100% {
          opacity:0;
           transform:scale(0.9) rotateX(-60deg);
       }
}

.accordion p, .accordion ul {
    color: #033976;
    font-size: 15px;
    line-height: 30px;
}

.accordion a {
    color: #033976 !important;
    text-decoration: underline;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    font-family: "Open Sans", arial, sans-serif;
}

.accordionTitle {
    border-radius: 5px;
    margin-top: 5px;
}

.page-id-435 h2 {
    margin-top: 5rem;
    color: #8e7a5e;
}

.accordionTitle:hover {
    background-color: #f1d09f;
}

.site-inner {
    background-image: url(http://harrow-legal.leapwp.com.au/wp-content/uploads/sites/2853/2018/03/v.png);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; 
}

.site-header {
    border-bottom: 2px solid #c7ab82;
}

.home .site-header {
    border-bottom: 0px solid #c7ab82;
}

.entry-content img {
    border-radius: 7px;
    border: 2px solid #c7ab82;
    -webkit-box-shadow: 0px 14px 10px -10px #6f6f6f96;
            box-shadow: 0px 14px 10px -10px #6f6f6f96;
}

img.aligncenter.size-full.wp-image-195 {
    border: 0;
    box-shadow: none;
}

img.alignleft {
    margin: 0 3rem 1rem 0;
}

/* =========================================
                   MEDIA
============================================ */

@media (max-width: 1023px) {
    .site-header {
        padding: 0 0 0rem;
    }
}

@media (max-width: 1022px) {
    .genesis-nav-menu a {
        padding: 2rem 0.8rem;
    }
}

@media (max-width: 911px) {
    .genesis-nav-menu a {
        padding: 2rem 0.70rem;
    }
}

@media (max-width: 953px) {
    .nav-secondary .wrap {
        margin-left: 0px;
    }
}

@media (max-width: 841px) {
    .genesis-nav-menu a {
        font-size: 12px;
    }
}

@media (max-width: 800px) {
    
    #front-page-1 {
        height: 400px;
    }
    
    body {
        color: rgb(12, 77, 162);
    }
    
    .site-header .wrap {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: inherit;
         -ms-flex-align: inherit;
             align-items: inherit;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    
    .genesis-nav-menu .menu-item-has-children > a > span:after {
        display: none;
    }
    
    .genesis-nav-menu .sub-menu {
    width: 100%;
    position: inherit;
    text-align: center;
    }
    
    .nav-secondary {
      margin-bottom: 2rem;
    }
    #front-page-1 h2 {
        font-size: 25px;
    }
    #aop-main h1 {
        font-size: 25px;
    }
    .front-page-3 h1 {
        font-size: 25px;
        line-height: 50px;
    }
    .front-page-4 h1 {
        font-size: 25px;
        line-height: 50px;
    }
}

@media (max-width: 650px) {
    img.alignleft {
        width: 100%;
        margin: 0 3rem 5rem 0;
    }
}

@media (max-width: 600px) {
    #front-page-1 h1 {
        font-size: 40px;
    }
}

@media (max-width: 483px) {
    .flex-container>div {
        width: 100%;
    }
}