/*
Theme Name: Unsworth Legal
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: unsworthlegalis a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: unsworthlegal

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

@charset "UTF-8";
@font-face {
  font-family: 'FlamaBook';
  src: url('./fonts/FlamaBook/flama-book.eot');
  src: url('./fonts/FlamaBook/flama-book.eot?#iefix') format('embedded-opentype'), url('./fonts/FlamaBook/flama-book.woff2') format('woff2'), url('./fonts/FlamaBook/flama-book.woff') format('woff'), url('./fonts/FlamaBook/flama-book.ttf') format('truetype'), url('./fonts/FlamaBook/flama-book.svg#flamabook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamHTF';
  src: url('./fonts/GothamHTF/gothamhtf-book.eot');
  src: url('./fonts/GothamHTF/gothamhtf-book.eot?#iefix') format('embedded-opentype'), url('./fonts/GothamHTF/gothamhtf-book.woff2') format('woff2'), url('./fonts/GothamHTF/gothamhtf-book.woff') format('woff'), url('./fonts/GothamHTF/gothamhtf-book.ttf') format('truetype'), url('./fonts/GothamHTF/gothamhtf-book.svg#gotham_htfbook') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GothamHTF';
  src: url('./fonts/GothamHTF/gothamhtf-medium.eot');
  src: url('./fonts/GothamHTF/gothamhtf-medium.eot?#iefix') format('embedded-opentype'), url('./fonts/GothamHTF/gothamhtf-medium.woff2') format('woff2'), url('./fonts/GothamHTF/gothamhtf-medium.woff') format('woff'), url('./fonts/GothamHTF/gothamhtf-medium.ttf') format('truetype'), url('./fonts/GothamHTF/gothamhtf-medium.svg#gotham_htfmedium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'MinionPro';
  src: url('./fonts/MinionPro/MinionPro-Regular.eot');
  src: url('./fonts/MinionPro/MinionPro-Regular.eot?#iefix') format('embedded-opentype'), url('./fonts/MinionPro/MinionPro-Regular.woff2') format('woff2'), url('./fonts/MinionPro/MinionPro-Regular.woff') format('woff'), url('./fonts/MinionPro/MinionPro-Regular.ttf') format('truetype'), url('./fonts/MinionPro/MinionPro-Regular.svg#MinionPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 33.5px;
}
body {
  font-size: 1rem;
  line-height: 1.37;
  line-height: 46px;
  color: #565659;
  font-family: 'GothamHTF', sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #ffffff;
  letter-spacing: 0.04em;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1c75bc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #1c75bc;
  margin: 0 0 36px;
  letter-spacing: 0.4px;
}
h1,
.h1 {
  font-size: 34px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: '';
}
.row:after {
  clear: both;
}
.text-center {
  text-align: center;
}
.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
p,
ul,
ol {
  margin: 0 0 40px;
}
.clearfix:after {
  content: " ";
  display: table;
  width: 100%;
  clear: both;
}
img {
  margin: auto;
  max-width: 100%;
  display: block;
  height: auto;
}
.text-gray {
  color: #b9b5b5;
}
.logo {
  padding: 122px 0 99px;
  margin:0 auto;
}
.logo img{	
  margin:  0;
}
.main-nav {
  text-align: center;
  margin-bottom: -142px;
  font-size: 33px;
  line-height: 44px;
  z-index: 2;
  position: relative;
}
.main-menu {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0 15px;
  display: inline-block;
  list-style: none;
  margin: 0;
  position: relative;
}
.main-menu li {
  float: left;
  position: relative;
}
.main-menu li:not(:last-child):before {
  content: "+";
  position: absolute;
  top: 20px;
  right: -11px;
}
.main-menu li.current a {
  color: #1c75bc;
}
.main-menu li a {
  text-transform: uppercase;
  padding: 20px 36px;
  color: #565659;
  display: block;
}
.main-menu li a:hover {
  text-decoration: none;
  color: #1c75bc;
}
.text-xlg {
  font-size: 61px;
  line-height: 88px;
  margin-bottom: 119px;
  letter-spacing: -1px;
}
.content-block {
  /*padding: 48px 50px 122px;*/
  padding: 48px 50px 74px;
  width: 75%;
  margin: auto;
}
.content-block a {
  color: #565659;
}
.gallery-block {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gallery-block li {
  float: left;
  width: 33.33%;
}
.line {
  height: 2px;
  width: 191px;
  /*margin: 0 auto 80px;*/
  margin: 0 auto 67px;
  background-color: #565659;
}
.main-footer {
  font-size: 29.5px;
  font-weight: 500;
  line-height: 63px;
  letter-spacing: -0.3px;
  background-color: #565659;
  padding: 84px 40px 62px;
  color: #ffffff;
}
.main-footer a {
  color: inherit;
}
.main-footer a:hover {
  color: #1c75bc;
  text-decoration: none;
}
.footer-menu {
  margin-top: 113px;
}
.arrow-up {
  width: 65px;
  height: 74px;
  background-image: url(./images/arrow-up.jpg);
  display: block;
  margin: 0 auto 34px;
}
.text-lg {
  font-size: 58px;
  line-height: 60px;
}
.text-lg p {
  margin-bottom: 69px;
}
.list-style {
  margin-top: 85px;
}
.list-style li {
  margin-bottom: 46px;
}
.list-style li.current a, li.current_page_item a, li.current-page-ancestor a {
  color: #1c75bc;
}
.page-template-template-solicitor p{
  font-size: 33.5px !important;
  margin-bottom: 35px !important;
  line-height: 40px;
}
.list-style a {
  color: #b9b5b5;
}
.list-style a:hover {
  color: #565659;
  text-decoration: none;
}
.list-style-sm {
  text-transform: uppercase;
  letter-spacing: 0.65px;
}
.list-style-sm li {
  margin-bottom: 25px;
}
.slider-wrap-page .slick-list {
  height: 100% !important;
}
.slick-slide img {
  width: 100%;
}
.btn-menu {
  display: none;
}
.close-menu {
  display: none;
}
@media (max-width: 1320px) {
  html {
    font-size: 24px;
  }
  .main-nav {
    font-size: 25px;
    line-height: 34px;
  }
  .main-menu li a {
    padding-left: 25px;
    padding-right: 25px;
  }
  .content-block {
    width: 100%;
  }
  .text-xlg {
    font-size: 41px;
    line-height: 68px;
    margin-bottom: 90px;
  }
  .list-style-sm li {
    margin-bottom: 16px;
  }
  .main-footer {
    font-size: 22px;
  }
  .footer-menu {
    margin-top: 80px;
  }
  .text-lg {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .logo {
    padding: 60px 0 140px;
    max-width: 362px;
    margin: auto;
  }
  .main-menu li a {
    padding-left: 14px;
    padding-right: 14px;
  }
  .main-nav {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .logo {
    max-width: 320px;
    padding: 30px 60px;
  }
  .main-nav {
    display: none;
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: #fff;
  }
  .main-menu {
    display: block;
    padding-top: 100px;
  }
  .btn-menu {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    top: 32px;
    right: 10px;
    z-index: 2;
    border: 2px solid #1c75bc;
  }
  .btn-menu i {
    background: #1c75bc;
    height: 2px;
    display: block;
    width: 24px;
    margin: 4px auto;
  }
  .btn-menu i:first-child {
    margin-top: 11px;
    cursor: pointer;
  }
  .main-menu li:not(:last-child)::before {
    display: none;
  }
  .main-menu li {
    float: none;
  }
  .main-nav-open {
    overflow: hidden;
  }
  .main-nav-open .main-nav {
    display: block;
  }
  .close-menu {
    display: block;
    position: absolute;
    line-height: 60px;
    font-size: 60px;
    top: 5px;
    right: 15px;
    z-index: 2;
    cursor: pointer;
  }
  .content-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .text-xlg {
    font-size: 18px;
    line-height: 36px;
  }
  html {
    font-size: 18px;
  }
  body {
    line-height: 26px;
  }
  .main-footer {
    font-size: 16px;
        padding: 10px 15px !important;
  }
  .footer-menu {
    margin-top: 20px;
}
.main-footer {
    font-size: 18px !important;
    line-height: 25px !important;
}
  .text-lg {
    font-size: 26px;
    line-height: 30px;
  }
 .list-style-sm li{
  font-size: 20px !important;
  line-height: 25px;
 }
  blockquote {
    margin: 0;
}
.line {
    height: 2px;
    width: 191px;
    /* margin: 0 auto 80px; */
    margin: 0 auto 30px;
    background-color: #565659;
}
  .page-template-template-solicitor p{
    font-size: 19px !important;
    line-height: 30px;
  }
  .content-block {
    padding-left: 15px;
    padding-right: 15px;
    padding: 20px 15px !important;
}
  .text-lg p {
    margin-bottom: 32px;
  }
  .text-xlg-mobile {
    font-size: 24px;
    line-height: 36px;
  }
  .slick-dots {
    bottom: 5px !important;
  }
}
@media (max-width: 380px) {
  .logo {
    padding: 30px 100px 30px 15px;
    margin: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.main-slider {
  width: 100%;
  height: 100%;
  margin: auto;
}
.slider,
.slick-list,
.slick-track {
  height: 100%;
}
.one-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  width: 100%;
}
/* Slider */
.slick-loading .slick-list {
  /*background: #fff url('@{slick-loader-path}ajax-loader.gif') center center no-repeat;*/
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: none !important;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  z-index: 2;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 41px;
  line-height: 1;
  -moz-text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  right: 100px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: 23px;
}
.slick-prev:before {
  content: "\e904";
}
.slick-prev:before[dir="rtl"] {
  content: "\e902";
}
.slick-next {
  right: 50px;
}
.slick-next[dir="rtl"] {
  left: 23px;
  right: auto;
}
.slick-next:before {
  content: "\e902";
}
.slick-next:before[dir="rtl"] {
  content: "\e904";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 32px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 19px;
  width: 19px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 13px;
  width: 13px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  border-radius: 100%;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 13px;
  height: 13px;
  border: none;
  font-family: "icomoon";
  font-size: 6px;
  line-height: 13px;
  text-align: center;
  background-color: #b9b5b5;
  border-radius: 100%;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background-color: #ffffff;
}
.slick-dots li:after {
  display: none;
}
h1.entry-title {
    text-transform: capitalize;
}