/*   
Theme Name: Devon Open Studios
Theme URI: www.bywill.co.uk
Description: Custom theme
Author: www.thstudio.co.uk
Author URI: 
Version: 1.0
Tags: blue, white, light, right-sidebar, fixed-width
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("reset.css");
@import url("grid.css");

/**
 * @license
 * MyFonts Webfont Build ID 4038237, 2021-04-13T04:38:41-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Brother-1816-Regular by TipoType
 * URL: https://www.myfonts.com/fonts/tipotype/brother-1816/regular/
 * 
 * Webfont: Brother-1816-Bold by TipoType
 * URL: https://www.myfonts.com/fonts/tipotype/brother-1816/bold/
 * 
 * 
 * Webfonts copyright: Copyright (c) 2016 by Ignacio Corbo and Fernando Diaz. All rights reserved.
 * 
 * © 2021 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3d9e5d");

@font-face {
  font-family: "Brother-1816-Bold";
  src: url("webFonts/Brother1816Bold/font.woff2") format("woff2"),
    url("webFonts/Brother1816Bold/font.woff") format("woff");
}
@font-face {
  font-family: "Brother-1816-Regular";
  src: url("webFonts/Brother1816Regular/font.woff2") format("woff2"),
    url("webFonts/Brother1816Regular/font.woff") format("woff");
}

/* Default font settings. */
html {
  font-size: 100.01%;
}
body {
  font-size: 16px;
  line-height: 1.5em;
  color: #000000;
  background: #fff;
  font-family: "Brother-1816-Regular";
}
/* Headings */
h1 {
  font-size: 38px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 28px;
}
h2 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: light;
}
h3 {
  font-family: "Brother-1816-Bold";
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
}
h4 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
  font-weight: bold;
}
h5 {
  font-size: 18px;
  margin-bottom: 8px;
}
h6 {
  font-size: 16px;
  margin-bottom: 8px;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
/* Text elements */
::-moz-selection {
  background: #06f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #06f;
  color: #fff;
  text-shadow: none;
}
p {
  margin: 0 0 15px;
  font-size: 15px;
}
p img.left {
  float: left;
  margin: 15px 15px 15px 0;
  padding: 0;
}
p img.right {
  float: right;
  margin: 15px 0 15px 15px;
}
img {
  max-width: 100%;
  height: auto;
}
blockquote {
  margin: 40px 0;
  padding: 0 20px;
  border-left: 4px solid #fecd07;
}
strong {
  font-weight: bold;
}
em,
dfn {
  font-style: italic;
}
dfn {
  font-weight: bold;
}
sup,
sub {
  line-height: 0;
}
abbr,
acronym {
  border-bottom: 1px dotted #ccc;
}
address {
  margin: 0 0 15px;
  font-style: italic;
}
del {
  color: #ccc;
}
pre {
  margin: 15px 0;
  white-space: pre;
}
pre,
code,
tt {
  font: 14px "andale mono", "lucida console", monospace;
  line-height: 20px;
}
hr {
  border-style: none;
  border-bottom: 1px solid #000000;
  margin-top: 40px;
  margin-bottom: 40px;
}
hr.foot {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* Lists */
ol #commentlist {
  margin: 0px 0px 10px 0px;
}
#commentlist li {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px dotted #ccc;
}
li ul,
li ol {
  margin: 0;
}
ul,
ol {
  margin: 0 15px 15px 0;
  padding-left: 20px;
}
nav ul,
#sidebar ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
nav ul li {
  float: left;
}
#sidebar li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
dl {
  margin: 0 0 15px 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 20px;
}
/* Tables */
table {
  margin-bottom: 20px;
  width: 100%;
}
th {
  font-weight: bold;
}
thead th {
  background: #c3d9ff;
}
th,
td,
caption {
  padding: 4px 10px 4px 5px;
}
tr.even td {
  background: #e5ecf9;
}
tfoot {
  font-style: italic;
}
caption {
  background: #eee;
}
/* Misc classes */
.small {
  font-size: 10px;
  margin-bottom: 8px;
  line-height: 18px;
}
.large {
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 20px;
}
.hide {
  display: none;
}
.quiet {
  color: #888;
}
.loud {
  color: #000;
}
.highlight {
  background: #ff0;
}
.added {
  background: #060;
  color: #fff;
}
.removed {
  background: #900;
  color: #fff;
}
.first {
  margin-left: 0;
  padding-left: 0;
}
.last {
  margin-right: 0;
  padding-right: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.postmetadata {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
}
.meta {
  font-size: 10px;
}
/* --------------------------------------------------------------
   forms
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)
-------------------------------------------------------------- */
label {
  font-weight: bold;
}
fieldset {
  padding: 22px;
  margin: 0 0 24px 0;
  border: 1px solid #ccc;
}
legend {
  font-weight: bold;
  font-size: 19px;
}
/* Form fields */
input[type="text"],
input[type="password"],
input.text,
input.title,
textarea,
select {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border-color: #777;
}
input[type="text"],
input[type="password"],
input.text,
input.title,
textarea,
select {
  margin: 8px 0;
}
input.text,
input.title {
  max-width: 300px;
  width: 80%;
  padding: 5px;
}
input.title {
  font-size: 24px;
}
textarea {
  width: 600px;
  max-width: 90%;
  height: 150px;
  padding: 5px;
}
input[type="checkbox"],
input[type="radio"],
input.checkbox,
input.radio {
  position: relative;
  top: 4px;
}
form.inline {
  line-height: 3;
}
form.inline p {
  margin-bottom: 0;
}
/* Success, notice and error boxes */
.error,
.notice,
.success {
  padding: 12px;
  margin-bottom: 16px;
  border: 2px solid #ddd;
}
.error {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}
.notice {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}
.success {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}
.error a {
  color: #8a1f11;
}
.notice a {
  color: #514721;
}
.success a {
  color: #264409;
}
/* links */
a {
  color: #000000;
  text-decoration: none;
}
p a {
  color: #6ca4d0;
}
a:hover {
  text-decoration: underline;
}

.btn {
  font-family: "Brother-1816-Regular";
  display: inline-block;
  line-height: 45px;
  padding: 0 20px;
  background: #fecd07;
  color: #000000;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  transition: background 0.4s ease-in-out;
  text-align: center;
  min-width: 190px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}
.btn:hover {
  text-decoration: none;
  background: #f9e386;
}
/* Misc */
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
.wp-caption-text {
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  margin-right: 40px;
}
.alignright {
  float: right;
  margin-left: 40px;
}
.gallery-caption {
}
/* post */
.meta {
  word-wrap: break-word;
}
.sticky {
}
.bypostauthor {
}
/* Comments */
#commentlist p {
  margin: 0px;
  font-size: 11px;
}
#comments {
  margin: 20px 0px 10px 0px;
  padding: 20px 0px 10px 0px;
  border-top: solid 1px #ccc;
}
#postcomment {
  margin: 20px 0px 10px 0px;
  padding: 20px 0px 10px 0px;
  border-top: solid 1px #ccc;
}
/* --------------------------------------------------------------   
User Styles below here
-------------------------------------------------------------- 
*/

header .logo {
  text-align: center;
}

header .logo img {
  width: 143px;
  display: inline-block;
  margin: 10px 10px 10px 0;
}

header nav {
  border-top: 1px solid #f1f1f1;
}

header .visit.btn {
  margin-top: 40px;
  line-height: 40px;
  font-size: 12px;
}

header .search {
  margin-top: 40px;
  background: #f1f1f1;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 20px;
  float: right;
}

header .search input {
  border: none;
  outline: none;
  background: none;
  line-height: 30px;
  padding: 0;
  margin: 0 10px 0 0;
  width: 200px;
  vertical-align: top;
}

header .search button {
  color: #fecd07;
  font-size: 20px;
  line-height: 30px;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
}

header .header-menu {
  display: block;
}

header .header-menu ul {
  display: inline-block;
  text-align: left;
}

header .header-menu > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  margin: 0;
}

header .header-menu > ul > li > a {
  text-align: center;
}

header .header-menu ul > li {
  position: relative;
}

header .header-menu ul > li > a {
  line-height: 45px;
  padding: 0 10px;
  display: block;
}

header .header-menu ul > li > a:hover {
  text-decoration: none;
}

header .header-menu ul > li.menu-item-has-children:hover > a {
  background: #fecd07;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

header .header-menu ul > li > ul {
  position: absolute;
  z-index: 2000;
  background: #fecd07;
  border-radius: 5px;
  left: -20px;
  padding: 20px;
  display: none;
}

header .header-menu ul > li:hover > ul {
  display: block;
}

header .header-menu ul > li > ul > li {
  min-width: 33.3%;
  float: none;
}

header .header-menu ul > li > ul > li > a {
  line-height: 30px;
  white-space: nowrap;
}

.page-head {
  position: relative;
  margin-bottom: 40px;
  background-color: #f9e096;
}

.page-head img {
  width: 100%;
  height: auto;
  max-height: 480px;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}

/*.page-head img {
	display: block;
	width: 100%;
	max-height: 480px;
	object-fit: cover;
}*/

.page-head .overlay {
  position: absolute;
  top: 40px;
  left: 0px;
  right: 0px;
  color: #ffffff;
  text-shadow: 0 0 3px #000000;
}

.page-head .overlay a {
  color: #ffffff;
  text-decoration: underline;
}

.page-head .overlay a:hover {
  text-decoration: none;
}

.filter-bar {
  background: #569ed5;
  color: #ffffff;
  padding: 20px 0;
  margin-bottom: 40px;
}

.filter-bar h3 {
  line-height: 60px;
  margin: 0;
  cursor: pointer;
  color: #000000;
}

.filter-bar h3 span {
  float: right;
  display: block;
  background: #fecd07;
  color: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  font-size: 40px;
  transition: transform 0.5s ease-in-out;
}

.filter-bar.open h3 span {
  transform: rotate(180deg);
}

.filter-bar .category-list {
  display: none;
}

.open-dates {
  background: #569ed5;
  color: #ffffff;
  padding: 20px 0;
  margin-bottom: 40px;
  text-align: center;
}

.studio-category-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.studio-category-list > li {
  float: left;
  width: 33.333%;
}

.studio-category-list > li a {
  display: block;
  color: #000000;
  background: #fecd07;
  padding: 3px 5px;
  text-align: center;
  margin: 3px;
  border-radius: 10px;
}

.studio-category-list > li:first-child a {
  background: #ffffff;
}

.filter-area,
.filter-map {
  text-align: left;
  margin-bottom: 40px;
}

.filter-area .btn,
.filter-map .btn {
  margin-bottom: 5px;
}

.filter-area .btn.active,
.filter-map .btn.active {
  background: #569ed5;
  color: #ffffff;
}

.studio-box {
  margin-bottom: 20px;
}

.studio-box .thumb {
  position: relative;
}

.studio-box .thumb img {
  display: block;
  width: 100%;
}

.studio-box .thumb a {
  display: block;
}
.studio-box .thumb .overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  color: #ffffff;
}

.studio-box .thumb .overlay:hover {
  opacity: 1;
}

.studio-box .thumb .overlay span {
  display: block;
  background: #fecd07;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  font-size: 40px;
  transform: rotate(270deg);
}

.studio-box a:hover {
  text-decoration: none;
}

.studio-box.studio_category-bursery-winner .thumb:after {
  content: "";
  position: absolute;
  z-index: 100;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  background: url(images/bursery-winner.png) center center no-repeat;
  background-size: 50px 50px;
}

.studio-box h4 {
  min-height: 64px;
  font-size: 18px;
}

.urgent {
  background: #fecd07;
  border-top: 1px solid #000000;
  line-height: 60px;
  margin-bottom: 40px;
  font-size: 28px;
  position: relative;
  z-index: 3100;
}

.urgent.all {
  margin-bottom: 0px;
}

.urgent .close-urgent {
  float: right;
  cursor: pointer;
}

.overlay-class {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3000;
}

.archive .page-head {
  margin: 0;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table td {
  word-break: break-word;
}

.studio-category {
  list-style-type: none;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #000000;
}

.studio-category li {
  display: inline-block;
  padding: 5px 0;
}

.studio-category li a {
  text-transform: uppercase;
  padding: 0 10px 0 0;
  border-right: 1px solid #000000;
  line-height: 16px;
  margin-right: 10px;
  display: block;
}

.studio-category li:first-child a {
  padding-left: 0px;
}

.studio-category li:last-child a {
  border-right: 0px;
}

.studio-category li a:hover {
  text-decoration: none;
}

.studio-slideshow {
}

.studio-slideshow .cycle-prev,
.studio-slideshow .cycle-next {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  z-index: 500;
  cursor: pointer;
}

.studio-slideshow .cycle-next {
  left: auto;
  right: 0px;
}

.studio-thumbs {
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
}

.studio-thumbs a {
  display: block;
}

.studio-thumbs a img {
  width: 100%;
  display: block;
}

.google-link {
  padding: 20px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}

.google-link a {
  display: block;
}

.google-link a i {
  float: right;
  vertical-align: top;
  display: inline-block;
  line-height: 22px;
}

.social a,
.facilities span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  background: #fecd07;
  border-radius: 30px;
}

.facilities span {
  color: #000000;
  background: none;
}

.facilities span.icon {
  margin: 2px;
}

.svg {
  background-image: url(images/parking.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  display: block;
  width: 100%;
  height: 100%;
}

.svg.accesible {
  background-image: url(images/accesible.svg);
}
.svg.account {
  background-image: url(images/account.svg);
}
.svg.appointment {
  background-image: url(images/appointment.svg);
}
.svg.family {
  background-image: url(images/family.svg);
}
.svg.link {
  background-image: url(images/link.svg);
}
.svg.map {
  background-image: url(images/map.svg);
}
.svg.online {
  background-image: url(images/online.svg);
}
.svg.parking {
  background-image: url(images/parking.svg);
}
.svg.toilet {
  background-image: url(images/toilet.svg);
}

.opening-calendar tr th {
  text-align: center;
}

.opening-calendar tr td {
  border-top: 1px solid #00000047;
  text-align: center;
  position: relative;
}

.opening-calendar tr td.closed:after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 16px;
  border-bottom: 2px solid #000000;
}

.opening-calendar tr td.closed {
  color: #00000047;
}

.opening-calendar tr:nth-child(even) td {
  background: #fecd0726;
}

.map-studio {
  display: none;
  overflow: hidden;
}

.iframe {
  max-width: 100%;
}

.blogs {
  margin: 40px 0;
  columns: 3;
  column-gap: 20px;
}

.blogs .blog-box {
  margin-bottom: 20px;
  display: inline-block;
  break-inside: avoid-column;
}

.blogs .blog-box img {
  display: block;
}

.blogs .blog-box .line {
  border: 1px solid #00000047;
  padding: 10px;
  border-top: 0px;
}

.blogs .blog-box .cats a {
  text-transform: uppercase;
  color: #fecd07;
  text-decoration: underline;
  font-size: 12px;
}

.blogs .blog-box .more {
  color: #fecd07;
}

.single-post .cats {
  text-align: center;
  margin: 20px 0;
}

.single-post .cats a {
  text-transform: uppercase;
  text-decoration: underline;
}

.single-post h1,
.page-template-default h1 {
}

.full-slider {
}

.full-slider .full-slide {
  width: 100%;
}

.full-slider .full-slide img {
  width: 100%;
  display: block;
  max-height: 800px;
  object-fit: cover;
}

.full-slider .full-slide .overlay {
  color: #ffffff;
  position: absolute;
  z-index: 500;
  left: 0px;
  right: 0px;
  padding: 40px 0;
  bottom: 0px;
  text-align: center;
  background: rgb(2, 0, 36);
  background: linear-gradient(
    0deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(0, 0, 0, 0.5634628851540616) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.full-slider .full-slide .overlay:hover {
  text-decoration: none;
}

.full-search {
  background: #569ed5;
  padding: 20px;
  color: #ffffff;
  text-align: center;
}

.full-search h3 {
  display: inline-block;
  margin: 0 20px 0 0;
  line-height: 45px;
  font-size: 24px;
}

.full-search form {
  display: inline-block;
}

.full-search input[type="text"] {
  background: #a0bee2;
  border-radius: 5px;
  border: 0;
  outline: none;
  width: 250px;
  margin: 0px;
  padding: 15px 10px;
  vertical-align: top;
}

.full-search .btn {
  vertical-align: top;
}

.studios-block {
  margin: 40px 0 20px 0;
}

.wide-grey {
  background: #f2f3f4;
  padding: 40px 0;
}

.blog-feed-box {
  background: #ffffff;
}

.blog-feed-box img {
  display: block;
}

.blog-feed-box .bgb {
  padding: 10px;
  position: relative;
}

.blog-feed-box .bgb h4 {
  margin: 0;
}

.filter-map {
  margin-top: 40px;
}

.gform_wrapper.gravity-theme .gfield_label {
  padding: 20px 0 !important;
}

.gform_wrapper.gravity-theme legend.gfield_label {
  position: relative;
  top: 1px;
}

.gform_wrapper.gravity-theme .gfield {
  padding: 20px;
  background: #f7f7f7;
}

.gform_wrapper.gravity-theme .gsection {
  background: none;
}

footer {
}

footer .social-bar {
  background: #fecd07;
  margin: 20px 0;
  padding: 20px 0;
}

footer .social-bar .foot-social {
  width: 50%;
  float: left;
}

footer .social-bar .foot-link {
  text-align: right;
  width: 50%;
  float: right;
}

footer .social-bar .foot-link a {
  line-height: 50px;
  display: block;
}

footer .social-bar .foot-social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  background: #000000;
  border-radius: 25px;
}

footer .menu-useful-links-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer .foot-bar {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #000000;
  font-size: 12px;
}

footer .foot-bar .copy {
  float: left;
}

footer .foot-bar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: right;
}

footer .foot-bar ul li {
  float: left;
}

footer .foot-bar ul li a {
  padding: 0 5px;
}

footer .foot-bar ul li:last-child a {
  padding-right: 0px;
}

@media all and (min-width: 980px) {
  .mobile {
    display: none;
  }
}
@media all and (max-width: 980px) and (min-width: 672px) {
  .full {
    display: none;
  }
  .mobile {
    display: none;
  }

  .blogs {
    columns: 2;
  }

  .blogs .blog-box {
    width: auto !important;
  }
}
@media all and (max-width: 672px) {
  .full,
  .no-mobile {
    display: none;
  }
  .mobile {
    display: block;
  }

  header .visit.btn {
    margin-top: 0px;
    width: calc(100% + 20px);
    padding: 0;
    margin-left: -10px;
    margin-bottom: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  header .nav-btn {
    position: absolute;
    right: 20px;
    top: 57px;
  }

  .admin-bar header .nav-btn {
    top: 60px;
  }

  header .nav-btn span {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
    display: block;
  }

  header .nav-btn.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }

  header .nav-btn.active .bar2 {
    opacity: 0;
  }

  header .nav-btn.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }

  header .search {
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
  }

  header nav {
    text-align: center;
  }

  nav ul li {
    float: none;
  }

  header .header-menu ul {
    display: block;
    text-align: center;
  }

  header .header-menu > ul {
    width: 100%;
    display: none;
  }

  header .header-menu ul > li > a {
    text-align: center;
  }

  header .header-menu > ul > li.menu-item-has-children:after {
    content: "+";
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 20px;
    pointer-events: none;
  }

  header .header-menu > ul > li.menu-item-has-children.parentOpen:after {
    content: "-";
  }

  header .header-menu ul > li > ul {
    position: relative;
    min-width: auto;
    left: auto;
    border-radius: 0;
  }

  header .header-menu ul > li:hover > ul {
    display: none;
  }

  header .header-menu ul > li > ul > li > a {
    white-space: normal;
  }

  header .header-menu ul > li.menu-item-has-children:hover > a {
    background: none;
  }

  .filter-bar h3 {
    font-size: 16px;
  }

  .studio-category-list > li {
    width: 50%;
  }

  .btn {
    line-height: 35px;
    font-size: 12px;
  }

  .page-head img {
    min-height: 250px;
  }

  .page-head .overlay h2 {
    display: none;
  }

  .blogs {
    columns: 1;
  }

  .blogs .blog-box img {
    width: 100%;
  }

  .social {
    margin-bottom: 40px;
  }

  footer .social-bar .foot-social,
  footer .social-bar .foot-link {
    width: 100%;
    float: none;
    text-align: left;
  }

  footer .social-bar .foot-link a {
    margin-top: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 380px) {
}
