/*
Theme Name: TTStudio
Theme URI: https://1.envato.market/1k3gD
Description: Tattoo Studio - Responsive Wordpress Theme
Author: egemenerd
Author URI: https://1.envato.market/1k3gD
Version: 4.5
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
Tags: custom-menu,featured-images
Text Domain: ttstudio
*/

/* ---------------------- 
Stylesheet Guide
-------------------------

FONTS
GENERAL
HEADER
MAIN MENU
PAGES
SLIDER
GALLERY BOXES
TESTIMONIALS
ARTISTS
FAQ
RESPONSIVE GOOGLE MAP
CONTACT
SOCIAL ICONS
BLOG
RESPONSIVE VIDEO
COMMENTS
GALLERY SHORTCODE
FOOTER
WORDPRESS
GUTENBERG
MEDIA QUERIES

*/

/* ================= FONTS ================== */

@font-face {
  font-family: 'social-media';
  src: url('font/social-media.eot?65977160');
  src: url('font/social-media.eot?65977160#iefix') format('embedded-opentype'),
       url('font/social-media.woff2?65977160') format('woff2'),
       url('font/social-media.woff?65977160') format('woff'),
       url('font/social-media.ttf?65977160') format('truetype'),
       url('font/social-media.svg?65977160#social-media') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "social-media";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-android:before { content: '\e800'; }
.icon-blogger:before { content: '\e801'; }
.icon-delicious:before { content: '\e802'; }
.icon-digg:before { content: '\e803'; }
.icon-dribbble:before { content: '\e804'; }
.icon-email:before { content: '\e805'; } 
.icon-evernote:before { content: '\e806'; }
.icon-facebook:before { content: '\e807'; }
.icon-flickr:before { content: '\e808'; }
.icon-forrst:before { content: '\e809'; }
.icon-gplus:before { content: '\e80a'; }
.icon-instagram:before { content: '\e80b'; }
.icon-lastfm:before { content: '\e80c'; }
.icon-linkedin:before { content: '\e80d'; }
.icon-paypal:before { content: '\e80e'; }
.icon-pinterest:before { content: '\e80f'; }
.icon-reddit:before { content: '\e810'; }
.icon-rss:before { content: '\e811'; }
.icon-skype:before { content: '\e812'; }
.icon-stumbleupon:before { content: '\e813'; }
.icon-tumblr:before { content: '\e814'; }
.icon-twitter:before { content: '\e815'; }
.icon-vimeo:before { content: '\e816'; }
.icon-vk:before { content: '\e817'; }
.icon-yelp:before { content: '\e818'; }
.icon-youtube:before { content: '\e819'; }
.icon-github:before { content: '\f113'; }
.icon-apple:before { content: '\f179'; }
.icon-foursquare:before { content: '\f180'; }
.icon-behance:before { content: '\f1b4'; }
.icon-spotify:before { content: '\f1bc'; }
.icon-deviantart:before { content: '\f1bd'; }
.icon-vine:before { content: '\f1ca'; }
.icon-picasa:before { content: '\f345'; }

h1,
h2,
h3,
h4,
h5,
h6,#sub-menu,#main-menu,#mobile-menu {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

#mobile-menu, .gallery figcaption span, .accordion-header, #swipebox-caption {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

body, p, label{
	font-family: 'Open Sans', sans-serif;
    font-weight:normal;
}
strong, blockquote, .comments .meta, .next a, .previous a {
    font-family: 'Open Sans', sans-serif;  
    font-weight: 700;
}
i, em, blockquote cite {
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
    font-style: italic;
}

/* ================= GENERAL ================== */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #fff;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #fff;
}

.ttstudio_menu ul, .ttstudio_menu li, .gallery figcaption, .grid figcaption a, .button, input[type="submit"], .comments a.reply:hover, .read-more, .comments_block input[type="submit"], .comments a.comment-reply-link:hover, .da-thumbs li a, .da-thumbs li, .next a:hover, .previous a:hover,.active-header, .active-header:hover,.accordion-header:hover,.lg-progress-bar .lg-progress {
    background-color: #aa1111;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #111;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

img {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 0px;
    line-height: 1;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.clear {
    clear: both;
}

hr {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0;
    border: none;
    height: 1px;
    clear: both;
    background: rgba(255, 255, 255, 0.1);
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 0px !important;
    color: #c7c7c7;
    word-spacing: 0.2em;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    color: #fff;
    transition: color 0.4s ease-in-out;
    text-decoration: none;
}

a:hover {
    color: #aa1111;
}

label {
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}

.label {
    padding: 7px 10px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

dl,
ol,
ul {
    margin-bottom: 40px;
}

ol ol,
ul ul {
  margin:0;
}

dd {
    margin-bottom: 20px;
}

table {
    margin: 2rem 0;
    table-layout: auto;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

table:not([class]) {
    border-collapse: collapse;
}

table:not([class]),
table:not([class]) th,
table:not([class]) td {
    border: 1px solid #111;
}

table:not([class]) th,
table:not([class]) td {
    padding: 10px 15px;
}

code,
kbd,
tt,
var,
samp,
pre {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 16px;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

address {
  margin-bottom: 30px
}

blockquote {
    line-height: 1.5;
    padding: 25px;
    margin: 0px 0px 25px 0px;
    position: relative;
    color: #fff;
    background-color: #000;
    border-left:3px solid #aa1111;
}

blockquote p {
    font-size: 18px;
    font-style: italic;
}

blockquote cite {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-top: 20px;
    text-align: right;
}

#ascensorBuilding {
    overflow: hidden !important;
    background-color: #000;
}

#ascensorBuilding article {
    overflow: hidden !important;
    background-color: #000;
}

/* ================= HEADER ================== */

#site-header {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    position: fixed;
    left: 40px;
    top: 0px;
    height: auto;
    width: 240px;
    z-index: 999;
    text-align: center;
    margin-top: -200px;
}

#site-header h1 {
    font-size: 55px;
    line-height: 1.3;
    background-color: #000;
    padding: 10px;
}

#site-header img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

/* ================= MAIN MENU ================== */

#mobile-menu {
    position: fixed;
    z-index: 998;
    left: 0px;
    top: 0px;
    display: none;
    padding-left: 160px;
    height: 95px;
    line-height: 95px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    font-size: 22px;
    background-image: url('images/bottom-s.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}

#mobile-menu:hover {
    cursor: pointer;
    color: #fff;
}

.menu-close {
    background-image: url('images/top-s.png') !important;
}

.ttstudio_menu {
    position: fixed;
    z-index: 998;
    left: 0px;
    top: 0px;
    height: 60px;
    background-color: #000;
    font-size: 18px;
}

.ttstudio_menu ul {
    list-style: none;
    margin: 0;
    display: inline-block;
    padding-left: 295px;
    padding-right: 15px;
    position: relative;
    margin-left: -120%;
}

#main-menu ul:after {
    left: 100%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -30px;
    border: 30px solid transparent;
    border-left-color: #aa1111;
}

.ttstudio_menu li {
    float: left;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 60px;
    height: 60px;
    cursor: pointer;
}

.ttstudio_menu li a {
    color: #fff;
    text-decoration: none;
}

.ttstudio_menu li a:hover {
    color: #fff;
}

.ttstudio_menu ul li a::before,
.ttstudio_menu ul li a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.ttstudio_menu ul li a::before {
    margin-right: 10px;
    content: '|';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.ttstudio_menu ul li a::after {
    margin-left: 10px;
    content: '|';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.ttstudio_menu ul li a:hover::before,
.ttstudio_menu ul li a:hover::after,
.ttstudio_menu ul li a:focus::before,
.ttstudio_menu ul li a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

#main-menu {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

#sub-menu {
    width: auto;
    background-color: transparent;
}

#sub-menu ul,
#sub-menu li {
    background-color: #000;
}

#sub-menu ul:after {
    border: solid transparent;
    border-color: transparent;
    border-left-color: #000;
    left: 100%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 30px;
    top: 50%;
    margin-top: -30px;
}

/* ================= PAGES ================== */

.tattoo-section {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-title {
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}

.page-content,
.page-content-small {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    background-color: #000;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.8));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.8));
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.page-content {
    max-width: 800px;
}

.page-content-small {
    max-width: 600px;
}

.content {
    padding: 160px 60px 100px 60px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.content img {
    max-width: 100%;
    height: auto;
}

/* ================= SLIDER ================== */

.slider_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.slider_bg img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    display: none;
}

.slider_content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 10;
    display: none;
    background-color: #000;
    color: #fff;
    margin: 0px;
    padding: 20px 25px 25px 25px;
}

.slider_content h2 {
    line-height: 1;
    margin: 0px;
}

.slider_content.showcontent {
    display: block;
}

.slider_loading {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background:#000 url('images/loader.gif') no-repeat center center;
}

#swipebox-slider .slide-loading {
    background:#000 url('images/loader.gif') no-repeat center center;
}

.lg-outer .lg-item {
    background:url('images/loader.gif') no-repeat center center;
}

.slider_next,
.slider_prev {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    z-index: 100;
    cursor: pointer;
    opacity: 0.5;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #000;
    padding: 20px;
    transition: opacity 0.4s ease-in-out;
}

.slider_next {
    bottom: 20px;
    background-image: url('images/bottom.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.slider_prev {
    top: 80px;
    background-image: url('images/top.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.slider_next:hover,
.slider_prev:hover {
    opacity: 0.9;
}

/* ================= GALLERY BOXES ================== */

.gallery {
    margin-top: 30px;
    padding: 0;
    width: 100%;
    position: relative;
    clear: both;
}

.left-gallery {
    width: 50%;
    float: left;
}

.right-gallery {
    width: 50%;
    float: right;
}

.full-gallery {
    width: 100%;
}

.gallery figure {
    margin: 0;
    position: relative;
}

.gallery figure img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.gallery figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    color: #fff;
    height: 58px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.gallery figcaption span {
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1.5;
    font-size: 24px;
}

.gallery figure {
    overflow: hidden;
}

.gallery figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    width: 100%;
}

.no-touch .gallery figure:hover img,
.gallery figure.cs-hover img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.no-touch .gallery figure:hover figcaption,
.gallery figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

/* ================= TESTIMONIALS ================== */

#quote_wrap {
    width: 100%;
    position: relative;
    margin-top: 40px;
}

#quote_wrap img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
}

.testimonial-item {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.item-left,
.item-right {
    display: table-cell;
    vertical-align: top;
}

.item-left {
    width: 130px;
}

.item-right {
    padding-left: 30px;
}

.item-right p {
    font-style: italic;
}

.item-client {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

/* ================= ARTISTS ================== */

.tattoo-artist {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.tattoo-artist:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.tattoo-artist-img {
    position: relative;
    margin-bottom: 35px;
}

.tattoo-artist-img img {
    vertical-align: bottom;
}

.tattoo-artist-title {
    position: absolute;
    bottom: 25px;
    left: -10px;
    z-index: 1;
    width: 100%;
    height: auto;
}

.tattoo-artist-title h3 {
    margin: 0px;
    background: #000;
    padding: 15px 20px 20px 15px;
    display: inline-block;
}

.grid {
    padding: 0px;
    margin: 0px 0px -27px 0px;
    list-style: none;
    text-align: center;
}

.grid li {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0px;
    text-align: left;
    position: relative;
}

.grid li:last-child {
    margin-bottom: -3px;
}

.grid figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 27px;
}

.grid figure img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #000;
    color: #c7c7c7;
    font-size: 12px;
    width:50%;
}

.grid figcaption h4 {
    margin-bottom: 10px;
    color: #fff;
}

.grid figcaption a {
    text-align: center;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
}

.grid figcaption a:hover {
    background: #fff;
    color: #000;
}

.grid figure > div {
    overflow: hidden;
}

.grid figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .grid figure:hover img,
.grid figure.cs-hover img {
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
}

.grid figcaption {
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .grid figure:hover figcaption,
.grid figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}


.grid figcaption a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* ================= FAQ ================== */

.accordion-header {
    margin: 0;
    padding: 15px 0px;
    cursor: pointer;
    text-align: left;
    font-size: 22px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.accordion-header:hover {
    color: #fff;
    font-size: 22px;
    padding-left: 30px;
}

.active-header {
    color: #fff;
    font-size: 22px;
    padding-left: 30px;
    margin-top: 20px;
}

.active-header:hover {
    background-image: none;
    color: #fff;
}

.accordion-content {
    display: none;
    padding: 30px;
    width: 100%;
    background-color: #000;
    margin-bottom: 20px;
}

/* ================= RESPONSIVE GOOGLE MAP ================== */

.google-map {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.google-map2 {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.google-map iframe,
.google-map2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

/* ================= CONTACT ================== */

input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="password"],
textarea {
    border: 1px solid rgba(255,255,255,0.1);
    width: 80%;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 0px 0px 15px 0px;
    padding: 15px;
    height: auto;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background: #000;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
}

input[type="text"].oversize,
input[type="email"].oversize,
input[type="number"].oversize,
input[type="date"].oversize {
    font-size: 15px;
    padding: 4px 5px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none !important;
    border-color:#aa1111;
}

input[type="submit"] {
    margin-top: 14px;
}

textarea {
    height: 150px;
    width: 100%;
    margin-bottom: 15px !important;
}

.button,
input[type="submit"] {
    width: auto;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin: 5px 20px 0px 0px;
    outline: none;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: none !important;
    font-weight: 700;
    text-transform: uppercase;
}

.button:hover,
input[type="submit"]:hover {
    background-color: #000;
}

.searchbox {
    width: 100% !important;
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
}

.searchbox input[type="text"].searchtext {
    width: 75% !important;
    float: left;
    margin: 0px !important;
    height: 50px;
}

.searchbox .button {
    width: 25% !important;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0px;
    line-height: 20px;
    height: 50px;
    padding: 0px;
}

.contact-info h1 {
    padding-bottom: 5px;
}

#mobile-map {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}

#mobile-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

/* ================= SOCIAL ICONS ================== */

.social-icons {
    list-style-type: none;
    float: none;
    display: block;
    margin: 40px 0px;
    padding: 0px;
}

.social-icons li {
    float: none;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    font-size:20px;
    line-height:1;
}

.social-icons li a {
    display:block;
    vertical-align: bottom;
    border-radius: 100%;
    color:#fff;
    background:#000;
    text-align: center;
    width:48px;
    height:48px;
    line-height:48px;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out;
    -ms-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
}

.social-icons li a:hover {
    background:#aa1111;
}

#ttstudio-social-bar {
    position: fixed;
    left:0px;
    top:0;
    z-index: 999;
}

#ttstudio-social-bar .social-icons {
    position: relative;
    margin:0px;
}
#ttstudio-social-bar .social-icons li {
    margin:0px;
    display:block;
    font-size:16px;
}
#ttstudio-social-bar .social-icons li a {
    border-radius: 0;
    width:40px;
    height:40px;
    line-height:40px;
    background:#111;
}
#ttstudio-social-bar .social-icons li a:hover {
    background:#aa1111;
}
#ttstudio-social-bar .social-icons:after {
    left: 0;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    bottom: -40px;
    margin-top: -30px;
    border: 40px solid transparent;
    border-left-color: #000;
    z-index:-1;
}

/* ================= BLOG ================== */

.blog-content {
    margin-top: 30px;
}

.tagsicon,
.usericon,
.categoryicon,
.dateicon {
    line-height: 30px;
}

.tagsicon a,
.usericon a,
.categoryicon a,
.dateicon a {
    background-color: transparent !important;
    text-align: left !important;
    padding: 0px !important;
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    color: #c7c7c7 !important;
}

.tagsicon a:hover,
.usericon a:hover,
.categoryicon a:hover,
.dateicon a:hover {
    background-color: transparent !important;
    color: #fff !important;
}

.tagsicon {
    background-image: url('images/tags.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
}

.usericon {
    background-image: url('images/user.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
}

.categoryicon {
    background-image: url('images/category.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
}

.dateicon {
    background-image: url('images/date.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
}

.next a,
.previous a {
    font-size: 16px;
    padding: 12px 15px;
    line-height: 1;
    transition: all 0.4s ease-in-out;
    color: #fff !important;
    background-color: #000;
    display: inline-block;
}

.previous {
    float: left;
    width: 50%;
}

.next {
    float: right;
    text-align: right;
    width: 50%;
}

.read-more {
    color: #fff !important;
    padding: 12px 15px;
    line-height: 1;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.read-more:hover {
    background-color: #000;
}

.fullwidthbutton {
    width: 100%;
    display: block;
    padding: 20px;
    text-transform: uppercase;
}

#ttstudio-share-buttons {
  padding:30px;
  border:1px solid rgba(255,255,255,0.1);
  margin:40px 0px;
}

/* ================= RESPONSIVE VIDEO ================== */

.ttstudio-iframe-outer {
    display: block;
}

.ttstudio-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px 0px;
}

.ttstudio-iframe.nomargin {
    margin-bottom: 0px;
}

.ttstudio-iframe.Twitter {
    padding-bottom: 0;
    height: auto;
    overflow: auto;
}

.ttstudio-iframe.widescreen {
    padding-bottom: 37.25%;
    margin-bottom: 0px;
}

.ttstudio-iframe iframe,
.ttstudio-iframe object,
.ttstudio-iframe embed,
.ttstudio-iframe video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

iframe,
object,
embed,
video {
    max-width: 100%;
}

/* ================= COMMENTS ================== */

#ttstudio-comments-wrapper {
    border: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    padding: 30px;
}

.ttstudio_comments_block,
.ttstudio_comment_form {
    position: relative;
    display: block;
}

.ttstudio_commentlist .comment-respond {
    margin: 0px 0px 30px 0px;
}

.ttstudio-comments-title {
    margin-bottom: 30px;
}

.ttstudio_comment {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    table-layout: fixed;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.ttstudio_comment_inner {
    display: table-row;
}

.ttstudio_comment_left,
.ttstudio_comment_right {
    display: table-cell;
    vertical-align: top;
}

.ttstudio_comment_left {
    width: 60px;
}

.ttstudio_comment_left img {
    border-radius: 100%;
}

.ttstudio_comment_right {
    width: 100%;
}

.ttstudio_comment_right_inner {
    padding-left: 20px;
    position: relative;
}

.ttstudio_comment_right_inner.ttstudio_no_avatar {
    padding: 0px !important;
}

.ttstudio_commentlist,
.ttstudio_comments_block .children {
    list-style: none !important;
    margin: 0px;
    padding: 0px;
}

.ttstudio_comments_block .children li {
    position: relative;
}

.ttstudio_comments_block .children li .ttstudio_comment {
    padding-left: 40px;
}

.ttstudio_fn,
.ttstudio_comment_text {
    margin-bottom: 10px;
    display: block;
    font-style: normal;
}

.ttstudio_fn {
    font-weight: 700;
    font-size: 1.15rem;
}

.ttstudio_cancel {
    float: right;
}

.ttstudio_cancel a {
    vertical-align: top;
    color: rgba(255,255,255,0.1);
    background: #aa1111;
    padding: 5px 10px;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    color:#fff;
}

.ttstudio_cancel a:hover {
    color: #fff;
}

#respond form {
    margin-bottom: 0px;
}

p.logged-in-as {
    margin-bottom: 20px;
    margin-top: -10px !important;
}

.ttstudio-pager.comments-pager {
    margin-top: 40px;
    margin-bottom: 10px;
}

.ttstudio-pager.comments-pager a {
    padding: 10px 15px;
}

.ttstudio_comments pre {
    padding: 0px;
}

.ttstudio_comments_rss {
    text-align: right;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

.ttstudio_comments_rss .fa {
    margin-right: 5px;
}

p.form-submit {
    margin-bottom: 0px;
}

.ttstudio_comment_links {
    display: inline-block;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 90%;
}

.ttstudio_comment_links a {
    color: inherit;
}

.ttstudio_comment_links a:hover {
    text-decoration: underline;
}
/* ================= GALLERY SHORTCODE ================== */

.da-thumbs {
    list-style: none;
    width: 99.9%;
    position: relative;
    margin: 5px auto 15px auto;
    padding: 0;
    display: inline-block;
}

.da-thumbs li {
    float: left;
    position: relative;
    width: 33.3%;
}

.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    outline: 0 !important;
    transform: scale(1);
    -webkit-transform: scale(1);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.da-thumbs li a {
    background-image: url('images/zoom.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.da-thumbs li a img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.da-thumbs li a img:hover {
    opacity: 0.1;
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.errorbox {
    padding-top: 10px;
}

/* ================= FOOTER ================== */

#ttstudio-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 12px;
    z-index: 999;
    padding: 10px;
    width: 100%;
}

/* ================= WORDPRESS ================== */

body.ttstudio .alignleft {
    float: left;
    margin: 0 2rem 3rem 0;
}

body.ttstudio .alignright {
    float: right;
    margin: 0 0 3rem 2rem;
}

body.ttstudio .aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

body.ttstudio img.alignnone {
    float: none;
}

body.ttstudio .caption-image .alignleft,
body.ttstudio .caption-image .alignright {
    float: none !important;
}

body.ttstudio img.size-full,
body.ttstudio img.size-large,
body.ttstudio img.header-image,
body.ttstudio img.wp-post-image,
body.ttstudio img.alignnone,
body.ttstudio img.alignright,
body.ttstudio img.aligncenter,
body.ttstudio img.alignleft {
    max-width: 100%;
    height: auto;
}

body.ttstudio .wp-caption {
    max-width: 100% !important;
    text-align: center;
    padding-bottom: 2rem;
}

body.ttstudio .wp-caption img {
    max-width: 100% !important;
    height: auto;
    margin: 0px;
    vertical-align: bottom;
}

body.ttstudio .wp-caption-text {
    margin: 0px;
    padding: 10px;
    font-size: 1rem;
}

body.ttstudio .gallery-caption {
    font-weight: 700;
}

body.ttstudio .bypostauthor {
    font-weight: normal;
}

body.ttstudio .form-allowed-tags {
    font-size: 80%;
}

body.ttstudio .post-password-form label {
    margin: 0px;
}

body.ttstudio .post-password-form input[type="submit"] {
    line-height: 55px;
    padding-top:0;
    padding-bottom:0;
    vertical-align:bottom;
}

body.ttstudio .post-password-form label {
    margin: 0px;
}

body.ttstudio .post-password-form input[type="submit"] {
    line-height: 55px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: bottom;
    transform: none !important;
    border-radius: 0;
}

body.ttstudio .post-password-form input[type="password"] {
    line-height: 53px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: bottom;
    transform: none !important;
    border-radius: 0;
    margin:0;
    width:100%
}

body.ttstudio .post-password-form p:first-of-type {
    padding: 20px;
    color: #fff;
    background-color: #aa1111;
    border-color: #aa1111;
}

.post-nav-links {
    padding: 20px 30px;
    border: 1px solid rgba(255,255,255,0.1);
    font-weight:bold;
}

.sticky.post .blog-content h3 a {
    color:#aa1111;
}

/* Text meant only for screen readers. */

body.ttstudio .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

body.ttstudio .screen-reader-text:focus {
    background-color: #ddd;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 0.925rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* ================= GUTENBERG ================== */

body.ttstudio .alignfull,
body.ttstudio .alignwide,
body.ttstudio .aligncenter,
body.ttstudio .wp-block-cover-image.alignwide {
    max-width: 100%;
    height: auto;
    clear: both;
}

body.ttstudio .wp-block-cover-image.alignfull {
    width: auto;
}

body.ttstudio .wp-block-media-text,
body.ttstudio .wp-block-embed,
body.ttstudio .wp-block-image,
body.ttstudio .wp-block-gallery,
body.ttstudio .wp-block-cover-image,
body.ttstudio .wp-block-audio,
body.ttstudio .wp-block-code,
body.ttstudio .wp-block-button,
body.ttstudio .wp-block-video,
body.ttstudio .wp-block-verse,
body.ttstudio .wp-block-preformatted,
body.ttstudio .wp-block-latest-comments {
    margin-bottom: 3rem;
}

.wp-block-image figcaption {
    color:inherit;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 2rem;
}

.wp-block-media-text .wp-block-media-text__content p:last-of-type {
    margin-bottom:0;
}

.wp-block-audio audio {
    width: 100%;
}

.wp-block-columns {
    margin: 0 -20px;
}

.wp-block-column {
    padding: 0 20px;
}

.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
    padding: 15px 5px;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5;
}

.wp-block-gallery a {
    opacity: 1;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.wp-block-gallery a:hover,
.wp-block-gallery a:focus {
    opacity: 0.7;
}

.wp-block-cover-image-text {
    font-weight: 700;
}

.wp-block-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 0 40px 0;
}

.wp-block-video iframe,
.wp-block-video object,
.wp-block-video embed,
.wp-block-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

table.wp-block-table {
    border-collapse: collapse;
}

table.wp-block-table,
table.wp-block-table th,
table.wp-block-table td {
    border: 1px solid rgba(255,255,255,0.1);
}

table.wp-block-table th,
table.wp-block-table td {
    padding: 10px 15px;
}

.wp-block-table.is-style-stripes {
    border-color:rgba(255,255,255,0.1);
}

.wp-block-table.is-style-stripes tr:nth-child(2n+1) {
    background-color: rgba(255,255,255,0.1);
}

.wp-block-archives,
.wp-block-categories-list,
.wp-block-latest-posts {
    list-style: none;
    padding: 0;
    margin: 0 0 3rem 0;
    vertical-align: bottom;
}

.wp-block-archives li a,
.wp-block-categories-list li a,
.wp-block-latest-posts li a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    line-height: 1.5;
}

.wp-block-archives li,
.wp-block-categories-list li,
.wp-block-latest-posts li {
    position: relative;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.wp-block-categories-list li li {
    border: none
}

.wp-block-archives li:last-child,
.wp-block-categories-list li:last-child,
.wp-block-latest-posts li:last-child {
    padding: 0px;
    margin: 0px;
    border: none;
}

.wp-block-archives li ul,
.wp-block-categories-list li ul {
    padding-left: 15px;
}

.wp-block-archives ul,
.wp-block-categories-list ul {
    padding-top: 0px;
    margin-top: 15px;
    margin-bottom: 2px;
    list-style: none;
}

.wp-block-categories-list li span {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
    line-height: 1;
}

.wp-block-latest-comments {
    padding: 0px;
}

.wp-block-latest-comments li {
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.wp-block-latest-comments__comment-excerpt p {
    margin: 15px 0 0 0;
}

.wp-block-latest-comments li:last-child {
    padding: 0px;
    margin: 0px;
    border: none;
}

.wp-block-latest-comments__comment,
.wp-block-latest-comments__comment-excerpt p {
    font-size: 1rem;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 3rem 0;
    padding: 2.5rem 2rem;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 1.15rem;
    font-style: normal;
    line-height: 1.8;
}

.wp-block-pullquote {
    padding: 0;
    border: none;
    background: none;
}

.wp-block-pullquote blockquote {
    border:none;
}

.wp-block-pullquote p {
    font-size: 1.5rem !important;
    line-height: 1.8;
}

/* ================= MEDIA QUERIES ================== */

@media only screen and (max-width:1024px) {
    #site-header {
        width: 200px;
    }
    .ttstudio_menu {
        font-size: 16px;
    }
    .ttstudio_menu ul {
        padding-left: 255px;
    }
    .content {
        padding: 200px 40px 100px 40px;
    }
    hr {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:800px) {
    #site-header {
        margin-top: 0px;
        width: 175px;
        left: 0;
    }
    .ttstudio_menu {
        font-size: 14px;
        background-color: transparent;
    }
    #sub-menu ul {
        background-color: rgba(0, 0, 0, 0.9);
    }
    #sub-menu li {
        background-color: transparent;
    }
    #sub-menu {
        width: 100%;
    }
    .ttstudio_menu ul {
        width: 100%;
        margin-left: 0px;
        padding-left: 200px;
    }
    .ttstudio_menu li {
        padding: 0px;
    }
    .ttstudio_menu ul:after {
        border: none !important;
    }
    h1 {
        font-size: 46px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 34px;
    }
    h4,
    .comments_block h3 {
        font-size: 28px;
    }
    h5 {
        font-size: 22px;
    }
    h6 {
        font-size: 18px;
    }
    .slider_next,
    .slider_prev {
        width: 60px;
        height: 60px;
    }
    .slider_next {
        bottom: 20px;
        background-image: url('images/bottom-s.png');
    }
    .slider_prev {
        top: auto;
        bottom: 90px;
        background-image: url('images/top-s.png');
    }
    .page-content,
    .page-content-small {
        width: 100% !important;
        max-width: 100% !important;
    }
    .left-gallery {
        width: 50%;
    }
    .right-gallery {
        width: 50%;
    }
    #google-map {
        display: none;
    }
    #mobile-map {
        display: block;
    }
    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="date"],
    input[type="password"],
    textarea {
        background-color: #000;
        border-color:#aa1111 !important;
    }
    .button:hover {
        background-color: #fff;
        color: #000 !important;
    }
    #ttstudio-social-bar {
        top:auto;
        bottom:0;
    }
    #ttstudio-social-bar .social-icons li {
        display:inline-block;
    }
    #ttstudio-social-bar .social-icons:after {
        display: none;
    }
}

@media only screen and (max-width:640px) {
    #site-header {
        width: 140px;
    }
    #site-header img {
        max-height: 95px;
    }
    .content {
        padding: 180px 40px 60px 40px;
    }
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 38px;
    }
    h3 {
        font-size: 32px;
    }
    h4,
    .comments_block h3 {
        font-size: 26px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 16px;
    }
    #main-menu {
        top: 95px;
        height: auto;
    }
    #sub-menu {
        left: 0px;
        height: auto;
    }
    #sub-menu ul {
        background-color: #000;
    }
    .ttstudio_menu ul {
        padding-left: 20px;
    }
    .slider_next {
        bottom: 10px;
        right: 10px;
    }
    .slider_prev {
        bottom: 90px;
        right: 10px;
    }
    .slider_content {
        bottom: 50px;
        left: 10px;
        padding: 10px 10px 15px 10px;
    }
    #mobile-menu {
        display: block;
    }
    #main-menu,
    #sub-menu {
        display: none;
    }
}

@media only screen and (max-width:480px) {
    .left-gallery {
        width: 100%;
        margin-bottom: 20px;
    }
    .right-gallery {
        width: 100%;
        float: left;
    }
    .da-thumbs {
        width: 100%;
    }
    .da-thumbs li {
        width: 50%;
    }
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 18px;
    }
    p,
    .searchbox .button {
        font-size: 14px;
    }
    blockquote p {
        font-size: 16px;
    }
    .searchbox .button {
        padding-left: 0px;
        padding-right: 0px;
    }
    .grid figcaption {
        font-size: 10px;
    }
    .grid figcaption a {
        font-size: 12px;
    }
    .accordion-header {
        font-size: 18px;
    }
    .active-header {
        font-size: 20px;
    }
    .tagsicon,
    .usericon,
    .categoryicon {
        display: none;
    }
    .dateicon {
        background-image: none;
        padding-left: 0px;
        font-size: 14px;
    }
    .no-touch .grid figure:hover img,
    .grid figure.cs-hover img {
        -webkit-transform: translateX(0%) !important;
        -moz-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
        transform: translateX(0%) !important;
    }
    .grid figcaption {
        -webkit-transform: translateX(0%) !important;
        -moz-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
        transform: translateX(0%) !important;
    }
    .comments_block .children li {
        background: none;
        padding-left: 0px;
    }
    .accordion-content {
        padding: 20px;
    }
    .ttstudio_comment_left {
        display: none;
    }
    .ttstudio_comment_right_inner {
        padding-left: 0px;
    }
    .ttstudio_comments_block .children li {
        padding-left: 0px;
    }
    .content {
        padding: 130px 20px 60px 20px;
    }
}

@media only screen and (max-height:320px) {
    #site-header {
        width: 80px;
    }
    #site-header img {
        max-height: 55px;
    }
    #mobile-menu {
        height: 55px;
        line-height: 55px;
        padding-left: 90px;
        font-size: 16px;
    }
    #main-menu {
        top: 55px;
        left: 0px;
        font-size: 12px;
    }
    #sub-menu {
        font-size: 12px;
    }
    .slider_content {
        display: none !important;
    }
    .content {
        padding-top: 80px;
    }
    .grid figcaption span {
        display: none;
    }
    .da-thumbs {
        width: 100%;
    }
    .da-thumbs li {
        width: 100%;
    }
}
