/*
Theme Name: Miles Stott
Theme URI: https://milesstottagency.co.uk
Author: Kyle Skinner
Author URI: https://monddi.co.uk
Description: Bespoke theme
Version: 1.0
*/
/* CF7 */
.wpcf7-form-control-wrap {
  display: inline-block;
  padding-bottom: 20px;
  width: 100%; }

/*
Slick crutches
 */
.slick-slider .slick-list {
  height: 100%; }
  .slick-slider .slick-list .slick-track {
    height: 100%; }
    .slick-slider .slick-list .slick-track .slick-slide {
      height: 100%; }
      .slick-slider .slick-list .slick-track .slick-slide > div {
        height: 100%; }

/* CF7 Checkbox Style */
label.checkbox .wpcf7-form-control-wrap {
  width: unset; }

label.checkbox .wpcf7-acceptance .wpcf7-list-item,
label.checkbox .wpcf7-checkbox .wpcf7-list-item {
  margin: 0; }
  label.checkbox .wpcf7-acceptance .wpcf7-list-item input[type=checkbox],
  label.checkbox .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
    display: none; }
    label.checkbox .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] + span,
    label.checkbox .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + span {
      vertical-align: bottom;
      margin-right: 10px;
      display: inline-block;
      width: 50px;
      height: 29px;
      background: #575757;
      border-radius: 50px;
      cursor: pointer;
      border-top: solid 1px #797979; }
      label.checkbox .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] + span::before,
      label.checkbox .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + span::before {
        border-bottom: solid 1px #3e3e3e;
        display: inline-block;
        border-radius: 50px;
        background: #f5f8f9;
        width: 24px;
        height: 24px;
        margin: 2px 3px; }
    label.checkbox .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + span,
    label.checkbox .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + span {
      background: #5ac45f; }
      label.checkbox .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + span::before,
      label.checkbox .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + span::before {
        margin-left: 22px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

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

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.block {
  display: block; }

ul {
  display: inline-block; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

a.no-style, .navigation-menu-sidebar > a.menu, .navigation-menu-sidebar > .menu a.menu, .navigation-menu-sidebar > .menu li a, .single-social-media .social-handle a, #footer a {
  text-decoration: none; }

.no-style, .navigation-menu-sidebar > .menu, .navigation-menu-sidebar > .menu .menu, .navigation-menu-sidebar > .menu li a, .single-social-media .social-handle a, #footer a {
  padding-left: 0; }
  .no-style li, .navigation-menu-sidebar > .menu li, .navigation-menu-sidebar > .menu .menu li, .navigation-menu-sidebar > .menu li a li, .single-social-media .social-handle a li, #footer a li {
    list-style: none; }

.col-center {
  float: none;
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  .md-hide {
    display: none !important; } }

@media only screen and (max-width: 991px) {
  .lg-hide {
    display: none !important; } }

.pointer-events-none {
  pointer-events: none; }

img.aligncenter {
  margin: 0 auto;
  display: block; }

.aligncenter {
  text-align: center; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

@media only screen and (max-width: 991px) {
  .text-align-center-mobile {
    text-align: center; } }

@media only screen and (max-width: 767px) {
  .col-grid-mobile {
    padding-right: 0;
    padding-left: 0;
    margin: 2px 0 !important; }
    .col-grid-mobile > .item {
      margin: 2px; } }

.image-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .image-cover img {
    object-fit: cover; }

.image-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .image-contain img {
    object-fit: contain; }

img {
  min-height: 10px;
  max-height: 100%;
  max-width: 100%;
  width: auto; }

div, section, footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

footer, section {
  float: left;
  display: block;
  width: 100%;
  position: relative; }

.col-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px; }

@media screen and (max-width: 1199px) {
  .col-20 {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%; } }

@media screen and (max-width: 991px) {
  .col-20 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media screen and (max-width: 768px) {
  .col-20 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media screen and (max-width: 576px) {
  .col-20 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.p-0 {
  padding: 0 !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.m-0 {
  margin: 0 !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-0 {
  margin: 0; }

.hide-me {
  display: none; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.float-none {
  float: unset; }

svg.icon {
  width: 30px;
  height: 30px; }

svg {
  width: 30px; }

.ease-0 {
  transition: all 0ms ease; }

.ease-100, label.checkbox .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] + span,
label.checkbox .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + span, label.checkbox .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] + span::before,
label.checkbox .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + span::before, #main section.single-author .gallery .book,
#main section.single-artist .gallery .book, #main section.single-author .portfolio .artwork,
#main section.single-artist .portfolio .artwork {
  transition: all 100ms ease; }

.ease-200, .hover-brighten-image:hover img, #header .header-bar .primary-menu ul.menu > li > a, .single-social-media .social-handle a {
  transition: all 200ms ease; }

.ease-300, .navigation-menu-sidebar {
  transition: all 300ms ease; }

.ease-400 {
  transition: all 400ms ease; }

.ease-500 {
  transition: all 500ms ease; }

.ease-600, body.mobile-menu-open .navigation-menu-sidebar .menu-item {
  transition: all 600ms ease; }

.ease-700 {
  transition: all 700ms ease; }

.ease-800, body:not(.loading-opacity) {
  transition: all 800ms ease; }

.ease-900 {
  transition: all 900ms ease; }

.ease-1000, #main section.members-list a.item:not(.loading-opacity) {
  transition: all 1000ms ease; }

.ease-1400 {
  transition: all 1400ms ease; }

.ease-2000 {
  transition: all 2000ms ease; }

.ease-3000 {
  transition: all 3000ms ease; }

.ease-4000 {
  transition: all 4000ms ease; }

.ease-5000 {
  transition: all 5000ms ease; }

.ease-6000 {
  transition: all 6000ms ease; }

.ease-out-0 {
  transition: all 0ms cubic-bezier(0, 0.065, 0.005, 1); }

.ease-out-100 {
  transition: all 100ms cubic-bezier(0, 0.065, 0.005, 1); }

.ease-out-200 {
  transition: all 200ms cubic-bezier(0, 0.065, 0.005, 1); }

.ease-out-300 {
  transition: all 300ms cubic-bezier(0, 0.065, 0.005, 1); }

.ease-out-400 {
  transition: all 400ms cubic-bezier(0, 0.065, 0.005, 1); }

.ease-out-500 {
  transition: all 500ms cubic-bezier(0, 0.065, 0.005, 1); }

.ease-out-600 {
  transition: all 600ms cubic-bezier(0, 0.065, 0.005, 1); }

.ease-out-700 {
  transition: all 700ms cubic-bezier(0, 0.065, 0.005, 1); }

.ease-out-800 {
  transition: all 800ms cubic-bezier(0, 0.065, 0.005, 1); }

.ease-out-900 {
  transition: all 900ms cubic-bezier(0, 0.065, 0.005, 1); }

.ease-out-1000 {
  transition: all 1000ms cubic-bezier(0, 0.065, 0.005, 1); }

.ease-out-1400 {
  transition: all 1400ms cubic-bezier(0, 0.065, 0.005, 1); }

.ease-out-2000 {
  transition: all 2000ms cubic-bezier(0, 0.065, 0.005, 1); }

.ease-out-3000 {
  transition: all 3000ms cubic-bezier(0, 0.065, 0.005, 1); }

.ease-out-4000 {
  transition: all 4000ms cubic-bezier(0, 0.065, 0.005, 1); }

.ease-out-5000 {
  transition: all 5000ms cubic-bezier(0, 0.065, 0.005, 1); }

.ease-out-6000 {
  transition: all 6000ms cubic-bezier(0, 0.065, 0.005, 1); }

.linear-0 {
  transition: all 0ms linear; }

.linear-100 {
  transition: all 100ms linear; }

.linear-200 {
  transition: all 200ms linear; }

.linear-300 {
  transition: all 300ms linear; }

.linear-400 {
  transition: all 400ms linear; }

.linear-500 {
  transition: all 500ms linear; }

.linear-600 {
  transition: all 600ms linear; }

.linear-700 {
  transition: all 700ms linear; }

.linear-800 {
  transition: all 800ms linear; }

.linear-900 {
  transition: all 900ms linear; }

.linear-1000 {
  transition: all 1000ms linear; }

.linear-1400 {
  transition: all 1400ms linear; }

.linear-2000 {
  transition: all 2000ms linear; }

.linear-3000 {
  transition: all 3000ms linear; }

.linear-4000 {
  transition: all 4000ms linear; }

.linear-5000 {
  transition: all 5000ms linear; }

.linear-6000 {
  transition: all 6000ms linear; }

.transition-property-transform {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  transition-property: transform; }

.transition-property-opacity {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

label {
  display: block; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.label-checkbox label {
  background: red; }

.text-center {
  text-align: center; }

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

.text-right {
  text-align: right; }

@font-face {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: 100;
  src: local("Century Gothic Regular"), url("assets/fonts/ttf/ufonts.com_century-gothic.ttf") format("woff"); }

@font-face {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: 500;
  src: local("Century Gothic Regular"), url("assets/fonts/GOTHIC.woff") format("woff"); }

@font-face {
  font-family: 'Century Gothic Italic';
  font-style: italic;
  font-weight: 500;
  src: local("Century Gothic Italic"), url("assets/fonts/GOTHICI.woff") format("woff"); }

@font-face {
  font-family: 'Century Gothic Bold';
  font-style: normal;
  font-weight: 700;
  src: local("Century Gothic Bold"), url("assets/fonts/GOTHICB.woff") format("woff"); }

@font-face {
  font-family: 'Century Gothic Bold Italic';
  font-style: italic;
  font-weight: 700;
  src: local("Century Gothic Bold Italic"), url("assets/fonts/GOTHICBI.woff") format("woff"); }

.font-1, body {
  font-family: 'Century Gothic', Arial; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  margin: 0;
  font-size: 16px;
  font-weight: 500; }
  @media only screen and (min-width: 992px) {
    body {
      padding: 0 5%; } }

h1 {
  margin-top: 0;
  color: #2983f3;
  font-weight: 500;
  font-size: 26px; }
  @media only screen and (max-width: 991px) {
    h1 {
      font-size: 22px; } }

h2 {
  font-weight: 500;
  color: #2983f3; }

h3 {
  font-weight: 500;
  color: #2983f3;
  font-size: 16px; }

p, li {
  line-height: 24px;
  color: #222; }
  @media only screen and (max-width: 340px) {
    p, li {
      line-height: 22px; } }

a {
  color: #2983f3; }
  a:hover {
    text-decoration: none; }

strong {
  font-weight: 700; }

.wysiwyg h3, .wysiwyg p, .wysiwyg ul, .wysiwyg ol {
  display: block;
  margin: 20px 0; }
  .wysiwyg h3 + p, .wysiwyg h3 + h3, .wysiwyg h3 + h4, .wysiwyg h3 + ul, .wysiwyg h3 + ol, .wysiwyg p + p, .wysiwyg p + h3, .wysiwyg p + h4, .wysiwyg p + ul, .wysiwyg p + ol, .wysiwyg ul + p, .wysiwyg ul + h3, .wysiwyg ul + h4, .wysiwyg ul + ul, .wysiwyg ul + ol, .wysiwyg ol + p, .wysiwyg ol + h3, .wysiwyg ol + h4, .wysiwyg ol + ul, .wysiwyg ol + ol {
    margin-top: 0; }

.wysiwyg ul {
  padding-left: 20px; }

.wysiwyg blockquote {
  margin: 0;
  margin-left: 70px; }

.wysiwyg p:last-of-type {
  margin-bottom: 0; }

.wysiwyg a {
  color: #2983f3; }
  .wysiwyg a:hover {
    text-decoration: none !important;
    color: #2983f3 !important; }

.container {
  width: 1376px;
  max-width: 100%; }
  .container.medium {
    width: 1120px; }
  @media only screen and (max-width: 991px) {
    .container {
      max-width: 95%; } }

.hover-brighten-image:hover img {
  -webkit-filter: brightness(105%);
  /* Safari 6.0 - 9.0 */
  filter: brightness(105%); }

.loading-opacity {
  opacity: 0; }
  .loading-opacity.item {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }

@media only screen and (min-width: 991px) {
  .col-lg-4-alt {
    max-width: 30.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30.33333%;
    -ms-flex: 0 0 30.33333%;
    flex: 0 0 30.33333%;
    padding-bottom: 40px; }
  .col-lg-8-alt {
    max-width: 69.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 69.66667%;
    -ms-flex: 0 0 69.66667%;
    flex: 0 0 69.66667%; } }

#header {
  padding: 60px 0; }
  @media only screen and (max-width: 991px) {
    #header {
      padding: 30px 0; } }
  #header .header-bar .col-nav-toggle {
    display: none; }
    @media only screen and (max-width: 991px) {
      #header .header-bar .col-nav-toggle {
        display: block; } }
    #header .header-bar .col-nav-toggle .navbar-toggle-box {
      display: block;
      float: left;
      cursor: pointer; }
      #header .header-bar .col-nav-toggle .navbar-toggle-box .navbar-toggle .three-lines.bars {
        width: 25px;
        display: inline-block;
        float: left; }
        #header .header-bar .col-nav-toggle .navbar-toggle-box .navbar-toggle .three-lines.bars .line {
          background: #767676;
          height: 1px;
          width: 100%; }
          #header .header-bar .col-nav-toggle .navbar-toggle-box .navbar-toggle .three-lines.bars .line:not(:nth-of-type(3)) {
            margin-bottom: 8px; }
      #header .header-bar .col-nav-toggle .navbar-toggle-box .navbar-toggle .label {
        margin-left: 16px;
        margin-top: -5px;
        font-size: 25px;
        color: #2983f3;
        display: inline-block;
        float: left;
        text-transform: uppercase; }
        @media only screen and (max-width: 400px) {
          #header .header-bar .col-nav-toggle .navbar-toggle-box .navbar-toggle .label {
            margin-left: 10px; } }
  @media only screen and (max-width: 991px) {
    #header .header-bar .col-logo {
      order: 3;
      text-align: center; } }
  #header .header-bar .col-logo .logo-box {
    display: inline-block;
    max-width: 100%; }
    @media only screen and (max-width: 1199px) {
      #header .header-bar .col-logo .logo-box {
        width: 266px; } }
    @media only screen and (max-width: 991px) {
      #header .header-bar .col-logo .logo-box {
        margin-top: 50px;
        width: 260px; } }
    @media only screen and (max-width: 340px) {
      #header .header-bar .col-logo .logo-box {
        margin-top: 35px;
        width: 80%; } }
    #header .header-bar .col-logo .logo-box img {
      width: 100%; }
  @media only screen and (max-width: 991px) {
    #header .header-bar .col-social-media {
      order: 2; } }
  #header .header-bar .col-social-media .social-media a {
    text-decoration: none;
    display: inline-block;
    margin-left: 7px; }
    @media only screen and (max-width: 400px) {
      #header .header-bar .col-social-media .social-media a {
        margin-left: 4px; }
        #header .header-bar .col-social-media .social-media a img {
          max-height: 21px; } }
  @media only screen and (max-width: 991px) {
    #header .header-bar .primary-menu {
      display: none; } }
  #header .header-bar .primary-menu ul.menu {
    float: right;
    padding: 0;
    margin: 0;
    margin-top: 58px; }
    @media only screen and (max-width: 1199px) {
      #header .header-bar .primary-menu ul.menu {
        margin-top: 24px; } }
    #header .header-bar .primary-menu ul.menu > li {
      display: inline-block; }
      #header .header-bar .primary-menu ul.menu > li:not(:last-of-type) a {
        border-right: solid 2px #667; }
      #header .header-bar .primary-menu ul.menu > li.current_page_item a {
        color: #2983f3; }
      #header .header-bar .primary-menu ul.menu > li > a {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 20px;
        text-decoration: none;
        color: #222;
        padding-left: 15px;
        padding-right: 15px; }
        @media only screen and (max-width: 1320px) {
          #header .header-bar .primary-menu ul.menu > li > a {
            font-size: 18px;
            padding-left: 13px;
            padding-right: 13px; } }
        @media only screen and (max-width: 1199px) {
          #header .header-bar .primary-menu ul.menu > li > a {
            font-size: 17px;
            padding-left: 4px;
            padding-right: 8px; } }
        #header .header-bar .primary-menu ul.menu > li > a:hover {
          color: #2983f3; }

body.mobile-menu-open .navigation-menu-sidebar {
  z-index: 20;
  opacity: 1; }
  body.mobile-menu-open .navigation-menu-sidebar .menu-item {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
    body.mobile-menu-open .navigation-menu-sidebar .menu-item:nth-of-type(1) {
      transition-delay: 100ms; }
    body.mobile-menu-open .navigation-menu-sidebar .menu-item:nth-of-type(2) {
      transition-delay: 150ms; }
    body.mobile-menu-open .navigation-menu-sidebar .menu-item:nth-of-type(3) {
      transition-delay: 200ms; }
    body.mobile-menu-open .navigation-menu-sidebar .menu-item:nth-of-type(4) {
      transition-delay: 250ms; }
    body.mobile-menu-open .navigation-menu-sidebar .menu-item:nth-of-type(5) {
      transition-delay: 300ms; }
    body.mobile-menu-open .navigation-menu-sidebar .menu-item:nth-of-type(6) {
      transition-delay: 350ms; }
    body.mobile-menu-open .navigation-menu-sidebar .menu-item:nth-of-type(7) {
      transition-delay: 400ms; }

.navigation-menu-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  z-index: -1;
  width: 100%;
  background: #fff;
  min-height: 100vh;
  opacity: 0; }
  .navigation-menu-sidebar .header {
    padding: 30px 0; }
    .navigation-menu-sidebar .header .navbar-toggle-box {
      display: block;
      float: left;
      cursor: pointer; }
      .navigation-menu-sidebar .header .navbar-toggle-box .navbar-toggle .three-lines.bars {
        width: 25px;
        display: inline-block;
        float: left; }
        .navigation-menu-sidebar .header .navbar-toggle-box .navbar-toggle .three-lines.bars .line {
          background: #767676;
          height: 1px;
          width: 100%; }
          .navigation-menu-sidebar .header .navbar-toggle-box .navbar-toggle .three-lines.bars .line:not(:nth-of-type(3)) {
            margin-bottom: 8px; }
      .navigation-menu-sidebar .header .navbar-toggle-box .navbar-toggle .label {
        margin-left: 16px;
        margin-top: -5px;
        font-size: 25px;
        color: #2983f3;
        display: inline-block;
        float: left;
        text-transform: uppercase; }
    .navigation-menu-sidebar .header .social-media a {
      text-decoration: none;
      display: inline-block;
      margin-left: 7px; }
  .navigation-menu-sidebar > .menu {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .navigation-menu-sidebar > .menu li {
      opacity: 0;
      -webkit-transform: scale(1.4);
      -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
      -o-transform: scale(1.4);
      transform: scale(1.4); }
      .navigation-menu-sidebar > .menu li.current_page_item a {
        color: #2983f3; }
      .navigation-menu-sidebar > .menu li a {
        font-size: 26px;
        padding: 15px 0;
        display: inline-block;
        color: #6c6c6c; }

.slick-lightbox button.slick-prev,
.slick-lightbox button.slick-next {
  background: none; }
  .slick-lightbox button.slick-prev::before,
  .slick-lightbox button.slick-next::before {
    color: #fff;
    font-size: 80px; }

.slick-lightbox button.slick-prev::before {
  content: "\276E"; }

.slick-lightbox button.slick-next::before {
  content: "\276F"; }

.single-social-media {
  margin-top: 10px; }
  .single-social-media .social-handle {
    padding: 6px 0; }
    .single-social-media .social-handle a {
      color: #222; }
      .single-social-media .social-handle a:hover {
        color: #2983f3; }
    .single-social-media .social-handle img {
      max-height: 26px;
      max-width: 27px;
      vertical-align: sub;
      margin-right: 10px; }

.front-page #main {
  padding-bottom: 50px; }

#main {
  display: inline-block;
  width: 100%;
  padding-bottom: 100px;
  padding-top: 40px; }
  @media only screen and (max-width: 1199px) {
    #main {
      padding-top: 20px;
      padding-bottom: 30px; } }
  @media only screen and (max-width: 991px) {
    #main {
      padding-top: 20px;
      padding-bottom: 30px; } }
  @media only screen and (max-width: 340px) {
    #main {
      padding-top: 0;
      padding-bottom: 30px; } }
  #main section .social-media-listed {
    padding: 0;
    margin: 0; }
    #main section .social-media-listed a:hover {
      color: #2983f3 !important; }
    #main section .social-media-listed li {
      line-height: 40px; }
    #main section .social-media-listed img {
      vertical-align: sub;
      height: 23px;
      margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      #main section .social-media-listed li {
        line-height: 25px; }
        #main section .social-media-listed li img {
          display: block;
          margin-top: 30px; } }
  #main section.default-section .col-image small {
    font-size: 10px;
    display: block; }
  @media only screen and (max-width: 991px) {
    #main section.default-section .col-image img {
      max-width: 190px; } }
  #main section.fronpage-slider .text-box {
    max-width: 870px;
    margin: 0 auto; }
    @media only screen and (max-width: 991px) {
      #main section.fronpage-slider .text-box {
        max-width: 540px;
        margin: 0 auto; } }
    #main section.fronpage-slider .text-box .wysiwyg p {
      margin-top: 0; }
  #main section.fronpage-slider .wpka-slider {
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    max-height: 386px;
    height: 20vw; }
    @media only screen and (max-width: 991px) {
      #main section.fronpage-slider .wpka-slider {
        height: 27vw; } }
    @media only screen and (max-width: 768px) {
      #main section.fronpage-slider .wpka-slider {
        height: 35vw; } }
    #main section.fronpage-slider .wpka-slider .track {
      display: inline-block;
      white-space: nowrap;
      height: 386px;
      font-size: 0; }
      #main section.fronpage-slider .wpka-slider .track.smooth {
        -webkit-transition: all 44000ms linear;
        -moz-transition: all 44000ms linear;
        -ms-transition: all 44000ms linear;
        -o-transition: all 44000ms linear;
        transition: all 44000ms linear; }
      #main section.fronpage-slider .wpka-slider .track .item {
        margin: 0;
        padding: 0 5px;
        display: inline-block;
        max-height: 386px;
        height: 20vw; }
        @media only screen and (max-width: 991px) {
          #main section.fronpage-slider .wpka-slider .track .item {
            height: 27vw; } }
        @media only screen and (max-width: 768px) {
          #main section.fronpage-slider .wpka-slider .track .item {
            height: 35vw; } }
        #main section.fronpage-slider .wpka-slider .track .item img {
          width: auto;
          max-height: 380px;
          height: 20vw; }
          @media only screen and (max-width: 991px) {
            #main section.fronpage-slider .wpka-slider .track .item img {
              height: 27vw; } }
          @media only screen and (max-width: 768px) {
            #main section.fronpage-slider .wpka-slider .track .item img {
              height: 35vw; } }
  @media only screen and (max-width: 991px) {
    #main section.about-section .col-profiles {
      order: 2;
      margin-top: 60px; } }
  #main section.about-section .col-profiles a.item {
    display: inline-block; }
    #main section.about-section .col-profiles a.item img {
      width: 250px;
      max-width: 100%; }
    #main section.about-section .col-profiles a.item .name {
      text-decoration: none;
      margin-bottom: 26px;
      margin-top: 7px;
      font-size: 20px;
      display: block; }
      @media only screen and (max-width: 767px) {
        #main section.about-section .col-profiles a.item .name {
          font-size: 16px; } }
  @media only screen and (max-width: 991px) {
    #main section.about-section .col-content {
      order: 1; } }
  @media only screen and (min-width: 991px) {
    #main section.members-list .col-padding-18 {
      padding-right: 18px;
      padding-left: 18px; } }
  #main section.members-list a.item {
    display: inline-block;
    text-decoration: none; }
    #main section.members-list a.item h2.name {
      font-size: 20px;
      text-decoration: none;
      color: #222;
      font-weight: 500;
      margin-top: 13px;
      margin-bottom: 42px; }
      @media only screen and (max-width: 767px) {
        #main section.members-list a.item h2.name {
          margin-top: 0;
          font-size: 16px;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 360px) {
        #main section.members-list a.item h2.name {
          font-size: 14px; } }
  @media only screen and (min-width: 992px) {
    #main section.single-author .member-sidebar,
    #main section.single-artist .member-sidebar {
      padding-bottom: 75px; } }
  @media only screen and (max-width: 991px) {
    #main section.single-author .profile-image img,
    #main section.single-artist .profile-image img {
      max-width: 200px; } }
  #main section.single-author .single-social-media,
  #main section.single-artist .single-social-media {
    width: 100%;
    float: left; }
    @media only screen and (max-width: 991px) and (min-width: 550px) {
      #main section.single-author .single-social-media,
      #main section.single-artist .single-social-media {
        width: 50%;
        display: inline-block; } }
  #main section.single-author .pdf-downloads,
  #main section.single-artist .pdf-downloads {
    width: 100%;
    float: left; }
    @media only screen and (max-width: 991px) and (min-width: 550px) {
      #main section.single-author .pdf-downloads,
      #main section.single-artist .pdf-downloads {
        display: inline-block;
        width: 50%;
        text-align: right;
        float: right; } }
    #main section.single-author .pdf-downloads a,
    #main section.single-artist .pdf-downloads a {
      margin-bottom: 12px;
      display: inline-block; }
  #main section.single-author .biography,
  #main section.single-artist .biography {
    padding-bottom: 75px; }
    @media only screen and (max-width: 991px) {
      #main section.single-author .biography,
      #main section.single-artist .biography {
        margin-top: 40px; } }
  #main section.single-author .gallery,
  #main section.single-artist .gallery {
    text-align: center; }
    #main section.single-author .gallery .book,
    #main section.single-artist .gallery .book {
      height: 290px;
      display: inline-block;
      margin: 30px 30px;
      box-shadow: 0 10px 32px -26px black; }
      @media only screen and (max-width: 991px) {
        #main section.single-author .gallery .book,
        #main section.single-artist .gallery .book {
          height: 25vw;
          margin: 0 2vw;
          margin-bottom: 10vw; } }
      #main section.single-author .gallery .book:hover,
      #main section.single-artist .gallery .book:hover {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
        box-shadow: 0 10px 62px -26px rgba(0, 0, 0, 0.3); }
  #main section.single-author .portfolio,
  #main section.single-artist .portfolio {
    text-align: center; }
    #main section.single-author .portfolio .artwork,
    #main section.single-artist .portfolio .artwork {
      display: inline-block;
      height: 360px;
      margin: 30px 30px;
      box-shadow: 0 10px 32px -26px black; }
      @media only screen and (max-width: 991px) {
        #main section.single-author .portfolio .artwork,
        #main section.single-artist .portfolio .artwork {
          height: 25vw;
          margin: 0 2vw;
          margin-bottom: 10vw; } }
      #main section.single-author .portfolio .artwork:hover,
      #main section.single-artist .portfolio .artwork:hover {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
        box-shadow: 0 10px 62px -26px rgba(0, 0, 0, 0.3); }
  #main section.single-author .to-top-wrapper,
  #main section.single-artist .to-top-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 40px; }

#footer small {
  margin-top: 20px;
  line-height: 20px;
  color: #808054;
  font-size: 11px;
  display: inline-block;
  color: #9d9d88; }
  #footer small.block {
    display: block; }

#footer a {
  color: #808054;
  color: #9d9d88; }
  #footer a:hover {
    text-decoration: underline; }

#footer span {
  display: inline-block; }

#footer > .container {
  border-top: solid 1px #d0d0c0;
  padding-bottom: 40px; }
  @media only screen and (max-width: 991px) {
    #footer > .container {
      max-width: 90%; } }

#footer .monddi {
  color: #dd9069;
  text-decoration: none; }

@media only screen and (max-width: 991px) {
  #footer .res {
    display: block; }
  #footer .sep-rem {
    display: none; } }


/* amends */
.members-list a{
	width: 100%;
}
.members-list a > .image{
	width: 100%;
}
.members-list a > .image > img{
	width: 100%;
}







