/*
Theme Name: ORIEL
Theme URI: https://1.envato.market/1k3gD
Description: ORIEL - Interior Design Wordpress Theme
Author: egemenerd
Author URI: https://1.envato.market/1k3gD
Version: 1.8
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
Tags: custom-menu, custom-header, custom-background
Text Domain: oriel
*/

/* ---------------------- 
Stylesheet Guide
-------------------------

NORMALIZE
GENERAL STYLES
MAIN MENU
PAGE STRUCTURE
FORMS
SIDEBAR DROPDOWN MENU
SIDEBAR
BLOG
COMMENTS
GALLERY AND PROJECTS
GOOGLE MAP - INFO BARS
FOOTER
SOCIAL ICONS
RESPONSIVE IFRAME
WORDPRESS
GUTENBERG
DV GALLERY
CONTACT FORM 7
MEDIA

*/

/* ================= NORMALIZE ================== */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary { display: block;}audio,canvas,video { display: inline-block; *display: inline; *zoom: 1;}audio:not([controls]) { display: none; height: 0;}[hidden] { display: none;}html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}html,button,input,select,textarea { font-family: sans-serif;}body { margin: 0;}a:focus { outline: thin dotted;}a:hover,a:active { outline: 0;}abbr[title] { border-bottom: 1px dotted;}b,strong { font-weight: bold;}blockquote { margin: 1em 40px;}dfn { font-style: italic;}mark { background: #ff0; color: #000;}p,pre { margin: 1em 0;}pre,code,kbd,samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em;}pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word;}q { quotes: none;}q:before,q:after { content: ''; content: none;}small { font-size: 75%;}sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}sup { top: -0.5em;}sub { bottom: -0.25em;}dl,menu,ol,ul { margin: 1em 0;}dd { margin: 0 0 0 40px;}menu,ol,ul { padding: 0 0 0 40px;}nav ul,nav ol { list-style: none; list-style-image: none;}img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic;}svg:not(:root) { overflow: hidden;}figure { margin: 0; -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0;}form { margin: 0;}fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px;}button,input,select,textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;}button,input { line-height: normal;}button,input[type="button"],input[type="reset"],input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible;}button[disabled],input[disabled] { cursor: default;}input[type="checkbox"],input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px;}input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none;}button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0;}textarea { overflow: auto; vertical-align: top;}table { border-collapse: collapse; border-spacing: 0;} * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* ================= GENERAL STYLES ================== */

html,
body {
    margin: 0;
    padding: 0;
}

body {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    height: 100%;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 30px;
    margin-top: 0px;
    line-height: 1;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.clear {
    clear: both;
}

p {
    line-height: 1.7;
    margin-bottom: 30px;
    margin-top: 0px;
    word-spacing: 0.15em;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

strong {
    letter-spacing: 0.01em;
}

hr {
    height: 1px;
    width: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 0px;
    margin-left: 0px;
    clear: both;
    outline: none;
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin: 0 0 40px;
    width: 100%;
}

table th {
    text-align: left;
}

dl {
    line-height: 1.7;
}

pre {
    padding: 10px;
}

address {
    margin-bottom: 30px;
}

.flex-img {
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.resp-tabs-list,
.resp-tabs-list li {
    margin-bottom:0px !important;
}

blockquote {
    margin: 40px 0px;
    padding: 40px 40px 40px 100px;
    position: relative;
}

blockquote:before {
    width: 61px;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    margin: 0px;
    z-index: 1;
    content: '';
}

blockquote:after {
    content: '"';
    position: absolute;
    font-size: 100px;
    font-style: normal;
    line-height: 1;
    text-align: center;
    top: 50%;
    left: 17px;
    margin: -20px 0px 0px 0px;
    z-index: 2;
}

blockquote p {
    display: inline;
    margin: 0px;
    line-height: 1.7;
}

blockquote cite {
    font-style: normal;
    line-height: 1.7;
    display: block;
    margin-top: 15px;
    text-align: right;
}

blockquote cite:before {
    content: "— ";
}

blockquote,
i,
em {
    font-style: italic;
}

code br {
    display: none;
}

.page-block-right ul,
.page-block-right ol {
    margin: 0 0 30px 0;
    padding: 0;
    list-style-position: inside;
}

.page-block-right ul ul,
.page-block-right ol ol,
.page-block-right ul ol,
.page-block-right ol ul {
    margin: 0 0 30px 20px;
}

.page-block-right li > ul,
.page-block-right li > ol {
    margin-bottom: 0;
}

.page-block-right ul li,
.page-block-right ol li {
    margin: 5px 0px;
}

dl {
    margin: 0 0 30px 0;
    line-height: 1.7;
}

dd {
    margin: 0 0 30px 0;
}

dt {
    font-weight: 700;
}

table {
    margin: 40px 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 #ddd;
}

table:not([class]) th,
table:not([class]) td {
    padding: 10px 15px;
}

caption,
th,
td {
    text-align: left;
}

code,
kbd,
tt,
var,
samp,
pre {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    font-family: Consolas, monospace;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: auto;
    padding: 1em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

label {
    margin-bottom: 5px !important;
    display: block;
}

label br {
    display:none;
}

.label {
    padding: 10px 15px 10px 15px;
    display: inline-block;
}

.ext-link img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.ext-link {
    background-position: center center;
    background-repeat: no-repeat;
    outline: none !important;
    display: block;
    -webkit-backface-visibility: hidden;
}

.ext-link img {
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    opacity: 1;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
}

.ext-link:hover img {
    opacity: 0.1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.page-block-left,
.ns_nerveSlider .ns_slideContent,
#footer,
.nav ul,
.slider-filter-text,
.page-title-text {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.ns_nerveSlider .ns_slideContent,
.slider-filter-text span,
.readmore-button,
.call-now,
.faq dt,
.resp-tabs-list li,
.subtitle-bar p,
.button,
.toggleMenu,
input[type="submit"],
.blogpager .previous a,
.blogpager .next a,
.dv-gallerycontent-inner > .dvh4,
.dv-readmore-button,
.latest-dvgalleries > figcaption > div > .dvh5,
.dv-previous a,
.dv-next a,
blockquote cite,
label,
.toggleMenu,
.comments .meta {
    font-weight: 700;
}

/* ================= MAIN MENU  ================== */

.logo {
    float: left;
    padding-left: 40px;
    padding-right: 40px;
}

.logo img {
    width: auto;
    height: 123px;
    max-width: 100%;
    vertical-align: bottom;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo a {
    outline: none !important;
    display: block;
}

.nav-container {
    margin: 0px auto;
    z-index: 99;
    max-width: 1480px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    pointer-events: none;
}

.toggleMenu {
    display: none;
    list-style: none;
    padding: 20px 40px;
    margin: 0px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background-image: url("images/menu.png");
    background-repeat: no-repeat;
    background-position: right 40px center;
    outline: none !important;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.toggleMenu:hover {
    text-decoration: none;
}

.nav {
    list-style: none;
    *zoom: 1;
    padding: 0px 40px;
    margin: 0;
    line-height: 110px;
    z-index: 9999;
    float: right;
}

.nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
}

.nav a {
    padding: 5px 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none !important;
}

.nav ul li a {
    padding: 10px 20px 10px 20px;
}

.nav li {
    position: relative;
}

.nav > li {
    float: left;
}

.nav > li > a {
    display: block;
}

.nav li ul {
    position: absolute;
    left: -9999px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.nav li ul li {
  border-bottom:1px solid rgba(255,255,255,0.1);
}

.nav > li.hover > ul {
    left: 0;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
    padding-top: 0px;
}

.nav li li a {
    display: block;
    position: relative;
    z-index: 100;
}

.nav li li li a {
    z-index: 200;
}

.nav li li a:hover,
.nav li li li a:hover {
    padding-left: 25px;
}

/* ================= PAGE STRUCTURE ================== */

#page-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.page-block-left h1,
.page-block-left h2,
.page-block-left h3,
.page-block-left h4,
.page-block-left h5,
.page-block-left h6 {
    padding: 15px 20px;
    margin-right: -40px;
    margin-bottom: 40px;
}

.page-block-left img {
    max-width: 100%;
}

#left-bg,
#right-bg {
    position: fixed;
    height: 100%;
    top: 0;
    z-index: -1;
}

#left-bg {
    left: 0;
}

#right-bg {
    right: 0;
}

#site-container {
    position: relative;
}

#main-site-container {
    position: relative;
    padding-bottom: 80px;
}

#fullwidth-logo-bg {
    position: absolute;
    height: 123px;
    width: 400px;
    top: 0;
    left: 0px;
    z-index: -1;
}

.page-block {
    width: 100%;
    max-width: 1480px;
    position: relative;
    margin: 0px auto 0px auto;
    overflow: hidden;
    padding: 0px;
    z-index: 1;
}

.page-block-full {
    width: 100%;
}

.page-block-left {
    float: left;
    width: 400px;
}

.page-block-right {
    float: right;
}

.page-block-inner {
    padding: 60px 40px;
}

.page-block-right .page-block-inner {
    padding: 60px;
}

.page-title-container {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    z-index: 1;
}

#page-title-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 2;
}

#page-title-text {
    width: 100%;
    margin: 0px auto;
    max-width: 1480px;
    display: block;
}

.no-title-padding {
    padding: 0px !important;
}

.full-h1 {
    margin-left: 0px !important;
}

#page-title-text h1 {
    margin: 0px 40px 0px 0px;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    padding: 30px 60px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#page-title-text h1 span {

}

.no-title-padding h1 {
    display: block !important;
    width: 100% !important;
}

#post-date-border {
    height: 80px;
    width: 100%;
    z-index: -1;
}

.post-with-date {
    margin-top: -80px;
}

/* ================= FORMS ================== */

input,
textarea {
    width: 100%;
    display: block;
    margin: 0px 0px 40px 0px;
    padding: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    word-spacing: 0.1em;
    letter-spacing: 0.01em;
}

.page-block-right input,
.page-block-right textarea,
.page-block-right select {
    border:1px solid rgba(0,0,0,0.1);
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
}

input[type="submit"] {
    margin-top: 15px;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    margin: 5px 0px;
    padding: 0px;
}

textarea {
    height: 140px;
    margin-bottom: 25px !important;
}

.button,
input[type="submit"],
.blogpager .previous a,
.blogpager .next a {
    width: auto;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin: 0px;
    outline: none;
    padding: 17px 20px 15px 20px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search-button {
    background-image: url('images/search.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.searchbox .button {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 60px;
}

.searchbox {
    width: 100% !important;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
}

.searchbox input[type="text"].searchtext {
    width: 70% !important;
    float: left;
    border-right: none !important;
    height: 60px;
    margin-bottom: 0px;
}

.searchbox .button {
    width: 30% !important;
    float: right;
    position: absolute;
    top: 0;
    margin: 0px;
}

.readmore-button {
    word-spacing: 0.1em;
    letter-spacing: 0.01em;
    padding: 10px 0px;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    display: inline-block;
    outline: none !important;
}

.readmore-button:hover {
    padding: 10px 15px;
}

.form-box {
    margin-top: 40px;
}

.page-block-left input,
.page-block-left textarea {
    background-color: rgba(255, 255, 255, 0.1);
}

/* ================= SIDEBAR DROPDOWN MENU ================== */

.widget_nav_menu div {
    margin: 0px;
    line-height: 1;
}

.widget_nav_menu div ul {
    margin: -12px 0px -12px 0px;
    padding: 0px;
    list-style: none !important;
}

.widget_nav_menu div ul li {
    margin: 0px;
    padding: 0px;
    border: none !important;
}

.widget_nav_menu div ul li a {
    position: relative;
    display: inline-block;
    padding: 0px;
    outline: none;
    text-decoration: none;
    width: auto;
    margin: 12px 0px 12px 0px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
}

.widget_nav_menu div ul li a:hover {
    outline: none;
}

.widget_nav_menu div ul ul {
    display: none;
    margin: 12px 0px;
    padding-left: 10px;
}

.widget_nav_menu div ul ul li {
    margin-bottom: 0px;
}

.widget_nav_menu div > ul > li > a.has-sub,
.widget_nav_menu div ul > li > a.has-sub2 {
    background-position: 100% 75%;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.widget_nav_menu div > ul > li > a.has-sub {
    background-image: url('images/down.png');
}

.widget_nav_menu div > ul > li > a.has-sub2 {
    background-image: url('images/up.png');
}

/* ================= SIDEBAR ================== */

.sidebar-box {
    margin-bottom: 40px;
}

.sidebar-box:last-child {
    margin-bottom: 0px;
}

.sidebar-list li a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
}

.widget_oriel-projectcats-widget ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_archive ul,
.widget_recent-posts ul,
.widget_rss ul,
#recentcomments {
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

.widget_oriel-projectcats-widget ul li,
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_recent_comments ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_recent-posts ul li,
.widget_rss ul li,
.recentcomments {
    padding-left: 0px;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.widget_oriel-projectcats-widget ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_recent-posts ul li:last-child,
.widget_rss ul li:last-child,
.recentcomments:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.widget_oriel-projectcats-widget ul .children,
.widget_recent_entries ul .children,
.widget_categories ul .children,
.widget_recent_comments ul .children,
.widget_pages ul .children,
.widget_meta ul .children,
.widget_archive ul .children,
.widget_recent-posts ul .children,
.widget_rss ul .children {
    padding-top: 12px;
    margin-top: 12px;
    margin-left: 12px;
}

.widget_oriel-projectcats-widget ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_archive ul li a:hover,
.widget_recent-posts ul li a:hover,
.widget_rss ul li a:hover,
.recentcomments a:hover {
    text-decoration: none;
}

.widget_rss div,
.widget_rss .rss-date,
.widget_rss cite {
    font-size: 0.875rem;
}

.widget_rss ul li .rssSummary {
    margin-bottom: 15px;
}

.widget_rss ul li .rss-date {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.widget_rss cite {
    font-style: italic;
}

.widget_rss a {
    font-weight: 700;
}

.widget_rss ul li cite {
    text-align: right;
    display: block;
}


/* calendar widget */

#wp-calendar {
    width: 100%;
    margin-bottom: -10px !important;
    margin-top: -10px !important;
}

#footer-widgets #wp-calendar {
    opacity: 0.5;
}

#wp-calendar caption {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 15px;
}

#wp-calendar thead {
    font-size: 12px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}

#wp-calendar tbody td {
    text-align: center;
    padding: 8px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

#wp-calendar tbody td a {
    text-decoration: underline;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    text-align: right;
}

#wp-calendar tfoot #prev {
    padding-top: 10px;
}

.tagcloud {
    position: relative;
    display: inline-block;
}

.tagcloud a,
a[class^="tag"] {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 7px 5px 7px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    border-left: 3px solid rgba(255, 255, 255, 0.1);
}

.tagcloud a:hover,
a[class^="tag"]:hover {
    text-decoration: none;
}

/* ================= BLOG ================== */

.blogcontainer {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0px 0px 40px 0px;
    padding: 0;
    vertical-align: bottom;
}

.blogcontainer:last-child {
    margin-bottom: 0px;
}

.blogcontainer h4 {
    margin-bottom: 15px;
}

.blogcontainer p {
    margin-bottom: 35px;
}

.blogcontainer p.postdate {
    line-height: 1;
    font-style: italic;
    margin: 0px 0px 35px 0px;
}

.blogcontainer .button {
    margin: 0px;
}

.postcontent {
    float: right;
    width: 60%;
    padding: 40px;
    position: relative;
}

.postcontent.withoutfimage {
    width: 100% !important;
}

.gallerycontent.withoutfimage {
    width: 100% !important;
}

.blogimage {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
}

.blogimage a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100.1%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
}

.right-img .blogimage a,
.right-img .blogimage,
.right-img .dv-galleryimage {
    left: inherit;
    right: 0px;
}

.right-img .postcontent,
.right-img .dv-gallerycontent {
    float: left;
}

.blogimage a:hover {
    opacity: 0.9;
}

.blogpager {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin: 0px;
}

.blogpager .previous a,
.blogpager .next a {
    margin: 0px !important;
}

.blogpager .previous {
    float: left;
    width: 50%;
    padding: 0px;
}

.blogpager .next {
    float: right;
    width: 50%;
    text-align: right;
    padding: 0px;
}

.post-nav-links {
    padding:20px;
    border:1px solid rgba(0,0,0,0.1);
    font-weight: 700;
}

.post-nav-links .post-page-numbers {
    margin-left:5px;
}

.oriel-pager {
    position: relative;
    width: 100%;
    vertical-align: bottom;
    margin: 0px;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
}

.oriel-pager ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.oriel-pager ul li {
    padding: 0;
    margin: 2px;
    font-weight: 700;
    line-height: 44px;
    min-width: 44px;
    font-size: 18px;
    text-align: center;
    background: #f5f5f5;
}

.oriel-pager ul li a {
    display: block;
}

.oriel-pager ul li span.current {
    color: rgba(0, 0, 0, 0.4);
}

.subtitle-bar {
    padding: 0px 40px;
    margin: 0px;
    height: 80px;
}

.subtitle-bar p {
    padding-left: 40px;
    margin: 0px;
    line-height: 80px;
}

.subtitle-bar .dateicon {
    padding-left: 40px;
    background-image: url('images/date.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.blogmetadata {
    padding: 40px;
    margin: 0px 0px 30px 0px;
}

.blogmetadata p {
    margin-bottom: 0px;
}

.blogmetadata a:hover {
    text-decoration: none;
}

/* ================= COMMENTS ================== */

#oriel-comments-wrapper {
    margin-top: 40px;
    padding-top: 40px;
    border-top:1px solid rgba(0,0,0,0.1);
}

.oriel_comments_block,
.oriel_comment_form {
    position: relative;
    display: block;
}

.oriel_commentlist .comment-respond {
    margin: 0px 0px 40px 0px;
}

.oriel-comments-title {
    margin-bottom: 2rem;
}

.oriel_comment {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    table-layout: fixed;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.oriel_comment_inner {
    display: table-row;
}

.oriel_comment_left,
.oriel_comment_right {
    display: table-cell;
    vertical-align: top;
}

.oriel_comment_left {
    width: 60px;
}

.oriel_comment_right {
    width: 100%;
}

.oriel_comment_right_inner {
    padding-left: 30px;
    position: relative;
}

.oriel_comment_right_inner.oriel_no_avatar {
    padding: 0px !important;
}

.oriel_commentlist,
.oriel_comments_block .children {
    list-style: none !important;
    margin: 0px;
    padding: 0px;
}

.oriel_comments_block .children li {
    position: relative;
}

.oriel_comments_block .children li .oriel_comment {
    background-image: url(images/reply.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left: 60px;
}

.oriel_fn,
.oriel_comment_text {
    margin-bottom: 10px;
    display: block;
    font-style: normal;
}

.oriel_fn {
    font-weight: 700;
    font-size: 1.15rem;
}

.oriel_cancel {
    float: right;
}

.oriel_cancel a {
    vertical-align: top;
    color: #fff;
    background: #ff5a5f;
    padding: 5px 10px;
    font-size: 50%;
    text-transform: uppercase;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.oriel_cancel a:hover {
    background: #ff3037;
    color: #fff;
}

#respond form {
    margin-bottom: 0px;
}

p.logged-in-as {
    margin-bottom: 20px;
    margin-top: -20px;
}

.oriel-pager.comments-pager {
    margin-top: 40px;
    margin-bottom: 10px;
}

.oriel-pager.comments-pager a {
    padding: 10px 15px;
}

.oriel_comments pre {
    padding: 0px;
}

.oriel_comments_rss {
    text-align: right;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

.oriel_comments_rss .fa {
    margin-right: 5px;
}

p.form-submit {
    margin-bottom: 0px;
}

.oriel_comment_links {
    display: inline-block;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    font-size: 90%;
}

.oriel_comment_links a {
    color: inherit;
}

.oriel_comment_links a:hover {
    text-decoration: underline;
}

/* ================= GALLERY AND PROJECTS ================== */

.gallerycontainer {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0px 0px 40px 0px;
    padding: 0;
    vertical-align: bottom;
}

.gallerycontainer:last-child {
    margin-bottom: 0px;
}

.gallerycontainer h4 {
    margin-bottom: 30px;
}

.gallerycontainer p {
    margin-bottom: 35px;
}

.gallerycontainer p.postdate {
    line-height: 1;
    font-style: italic;
    margin: 0px;
}

.gallerycontainer .button {
    margin: 0px;
}

.gallerycontent {
    float: right;
    width: 40%;
    padding: 40px;
    position: relative;
}

.galleryimage {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 60%;
    height: 100%;
    vertical-align: bottom;
}

.galleryimage a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100.1%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: bottom;
}

.right-img .galleryimage a,
.right-img .galleryimage {
    left: inherit;
    right: 0px;
}

.right-img .gallerycontent {
    float: left;
}

.galleryimage a:hover {
    opacity: 0.9;
}

/* ================= FOOTER ================== */

#footer {
    height: 80px;
    margin: 0px;
    width: 100%;
    padding: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    vertical-align: bottom;
    z-index: 9;
}

.footer-info {
    position: relative;
    width: 100%;
    max-width: 1480px;
    vertical-align: bottom;
    margin: 0px auto;
    padding: 10px 40px 0px 40px;
}

.credits {
    float: left;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    line-height: 60px;
    font-size: 13px;
    opacity: 0.7;
}

.credits p {
    font-size:13px;
    margin:0;
}

/* ================= SOCIAL ICONS ================== */

.social-icons {
    list-style-type: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    float: right;
}

.social-icons li {
    float: left;
    display: block;
    margin: 0px 0px 0px 20px;
    padding: 0;
    line-height: 60px;
}

.social-icons li img {
    width: 16px;
    height: auto;
    vertical-align: middle;
    opacity: 0.5;
}

.social-icons li img:hover {
    opacity: 1;
}

.social-icon {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social-icon:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* ================= RESPONSIVE IFRAME ================== */

.oriel-iframe-wrapper {
    display: block;
    margin: 0 0 2rem 0;
}

.oriel-iframe-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0;
}

.oriel-iframe-video.nomargin {
    margin: 0px;
}

.oriel-iframe-video iframe,
.oriel-iframe-video object,
.oriel-iframe-video embed,
.oriel-iframe-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

iframe,
object,
embed,
video {
    max-width: 100%;
}

/* ================= WORDPRESS ================== */

body.oriel .alignleft {
    float: left;
    margin: 0 2rem 3rem 0;
}

body.oriel .alignright {
    float: right;
    margin: 0 0 3rem 2rem;
}

body.oriel .aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

body.oriel img.alignnone {
    float: none;
}

body.oriel .caption-image .alignleft,
body.oriel .caption-image .alignright {
    float: none !important;
}

body.oriel img.size-full,
body.oriel img.size-large,
body.oriel img.header-image,
body.oriel img.wp-post-image,
body.oriel img.alignnone,
body.oriel img.alignright,
body.oriel img.aligncenter,
body.oriel img.alignleft {
    max-width: 100%;
    height: auto;
}

body.oriel .wp-caption {
    max-width: 100% !important;
    text-align: center;
    padding-bottom: 2rem;
}

body.oriel .wp-caption img {
    max-width: 100% !important;
    height: auto;
    margin: 0px;
    vertical-align: bottom;
}

body.oriel .wp-caption-text {
    margin: 0px;
    padding: 10px;
    font-size: 1rem;
}

body.oriel .gallery-caption {
    font-weight: 700;
}

.bypostauthor {
    font-weight: normal;
}

.sticky p {
    font-weight: bold;
}

.message {
    margin-top: 21px;
}

.form-allowed-tags {
    font-size: 12px;
}

.page-block-left select {
    padding: 5px !important;
    max-width: 100% !important;
}

.post-password-form {
    margin-bottom: 30px;
}

.gallery-item img {
    margin-bottom: 30px;
}

.wp-audio-shortcode {
    margin-bottom: 30px;
}

embed,
iframe {
    max-width: 100%;
}

.sticky {
    font-weight: 700;
}

.gallery-caption {
    font-weight: 700;
}

.bypostauthor {
    font-weight: normal;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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.oriel .alignfull,
body.oriel .alignwide,
body.oriel .aligncenter,
body.oriel .wp-block-cover-image.alignwide {
    max-width: 100%;
    height: auto;
    clear: both;
}

body.oriel .wp-block-cover-image.alignfull {
    width: auto;
}

body.oriel .wp-block-media-text,
body.oriel .wp-block-embed,
body.oriel .wp-block-image,
body.oriel .wp-block-gallery,
body.oriel .wp-block-cover-image,
body.oriel .wp-block-audio,
body.oriel .wp-block-code,
body.oriel .wp-block-button,
body.oriel .wp-block-video,
body.oriel .wp-block-verse,
body.oriel .wp-block-preformatted,
body.oriel .wp-block-latest-comments {
    margin-bottom: 3rem;
}

.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-bottom: 40px;
}

ul.wp-block-gallery,
ul.wp-block-gallery li {
    margin: 0;
    padding: 0;
}

.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.7;
}

.wp-block-gallery a {
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(90deg);
    opacity: 0.9;
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
    opacity: 1;
    -webkit-transition: -webkit-filter 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: filter 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.wp-block-gallery a:hover,
.wp-block-gallery a:focus {
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(90deg);
    opacity: 0.9;
}

.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 #ddd;
}

table.wp-block-table th,
table.wp-block-table td {
    padding: 10px 15px;
}

.wp-block-table.is-style-stripes {
    border-color: #ddd
}

body.oriel .wp-block-archives,
body.oriel .wp-block-categories-list,
body.oriel .wp-block-latest-posts {
    list-style: none;
    padding: 0;
    margin: 0 0 3rem 0;
    vertical-align: bottom;
}

body.oriel .wp-block-archives li a,
body.oriel .wp-block-categories-list li a,
body.oriel .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.7;
}

body.oriel .wp-block-archives li,
body.oriel .wp-block-categories-list li,
body.oriel .wp-block-latest-posts li {
    position: relative;
    padding: 0px 0 15px 0px;
    margin: 0px 15px 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

body.oriel .wp-block-categories-list li ul,
body.oriel .wp-block-archives li ul {
    padding-left: 15px;
    padding-top:15px;
    margin-top:15px;
    border-top:1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 0;
}

body.oriel .wp-block-archives li:last-child,
body.oriel .wp-block-categories-list li:last-child,
body.oriel .wp-block-latest-posts li:last-child {
    padding: 0px;
    margin: 0px;
    border: none;
}

body.oriel .wp-block-archives li ul,
body.oriel .wp-block-categories-list li ul {
    padding-left: 15px;
}

body.oriel .wp-block-archives ul,
body.oriel .wp-block-categories-list ul {
    padding-top: 0px;
    margin-top: 15px;
    margin-bottom: 2px;
    list-style: none;
}

body.oriel .wp-block-categories-list li span {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
    line-height: 1;
    font-weight: 700;
}

body.oriel .wp-block-latest-comments {
    padding: 0px;
    margin: 0 0 40px 0;
}

body.oriel .wp-block-latest-comments li {
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

body.oriel .wp-block-latest-comments__comment-excerpt p {
    margin: 15px 0 0 0;
}

body.oriel .wp-block-latest-comments li:last-child {
    padding: 0px;
    margin: 0px;
    border: none;
}

body.oriel .wp-block-latest-comments__comment,
body.oriel .wp-block-latest-comments__comment-excerpt p {
    font-size: 1rem;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 30px 0px;
    padding: 40px 40px 40px 100px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 1.2rem;
    font-style: normal;
}

.wp-block-pullquote {
    padding: 0;
    border: none;
    background: none;
}

.wp-block-pullquote p {
    font-size: 1.5rem !important;
    line-height: 1.8;
}
/* ================= DV GALLERY ================== */

.dv-galleryimage a {
    -webkit-transform: translateX(0%) !important;
    -moz-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
}

.dvsquare > a {
    background-image: none !important;
    -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;
}

.dvsquare > a:hover img {
    opacity: 1 !important;
}

/* ================= CONTACT FORM 7 ================== */

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
    border-width: 0px 0px 0px 3px !important;
    padding: 20px;
    margin: 30px 0px 0px 0px;
}

span.wpcf7-not-valid-tip {
    margin-top: -25px;
}

.wpcf7-form p {
    margin: 0px;
}

.wpcf7-form select {
    margin-bottom: 30px;
    padding: 15px;
}

.wpcf7-form-control {
    width: 100%;
}

/* ================= MEDIA ================== */

@media only screen and (max-width: 1024px) {
    .main-icon-container {
        margin-left: 0px;
        margin-right: 0px;
    }
    #page-title-bg,
    #fullwidth-logo-bg {
        display: none;
    }
    #page-title-text h1 {
        margin-left: 0px !important;
        padding: 30px 40px !important;
    }
    .page-block-right .page-block-inner,.page-block-inner {
        padding: 40px;
    }
    .logo {
        width: 100%;
    }
    .logo img {
        height: auto;
        margin: 0px auto;
        display: block;
    }
    .nav li ul {
        box-shadow: none;
    }
    .nav > li > a {
        border-top:none !important;
        border-bottom:1px solid rgba(255,255,255,0.1);
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: right 40px center;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: right 40px center;
    }
    .nav li li .parent:hover {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: right 40px center;
    }
    .nav {
        float: none;
        line-height: 40px;
        padding: 0px;
    }
    .nav ul li:first-child {
        margin-top: 0px;
    }
    .nav ul li:last-child {
        margin-bottom: 0px;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
    .nav > li.hover > ul,
    .nav li li.hover ul {
        position: static;
    }
    .nav li li a:hover,
    .nav li li li a:hover {
        border-left: none;
        padding-left: 40px;
    }
    .nav a,
    .nav ul li a {
        padding: 10px 40px;
    }
    .nav a,
    .nav > .activelink > a,
    .nav > li > a:hover {
        border-top: none;
    }
    .nav ul li ul li a {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .page-block-left {
        float: right;
        width: 100% !important;
    }
    .page-block-right {
        float: left;
        width: 100% !important;
    }
    .page-block-left h1,
    .page-block-left h2,
    .page-block-left h3,
    .page-block-left h4,
    .page-block-left h5,
    .page-block-left h6 {
        margin-right: 0px;
    }
    #left-bg,
    #right-bg {
        display: none !important;
    }
    #main-site-container {
        min-height: 0px !important;
        padding-bottom: 0px !important;
    }
    #menu-main-menu ul.sub-menu {
        width: 100%;
    }
    #footer {
        position: relative !important;
        height: auto !important;
    }
    .footer-info {
        padding: 0px 40px;
    }
}

@media only screen and (max-width: 800px) {
    .wp-block-column,.wp-block-columns {
        display:block !important;
        width:100% !important;
        margin:0 !important;
        padding:0 !important;
    }
    .wp-block-column {
        margin-bottom:40px !important;
    }
}

@media only screen and (max-width: 768px) {
    .postcontent,
    .gallerycontent {
        float: none;
        width: 100%;
    }
    .blogimage,
    .galleryimage {
        position: relative !important;
        width: 100%;
        height: 250px;
    }
}

@media only screen and (max-width: 640px) {
    #page-title-text h1 {
        padding: 20px 40px !important;
    }
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 24px;
    }
    blockquote p {
        font-size: 17px;
    }
    .faq dt:after {
        font: bold 45px/30px Sans-Serif;
        padding: 30px;
        width: 30px;
        height: 30px;
    }
    .faq dt,
    .faq dd {
        padding-left: 115px;
    }
    blockquote {
        padding-left: 40px;
    }
    blockquote:before {
        width: 10px;
    }
    blockquote:after {
        content: '';
    }
    .blogimage,
    .galleryimage {
        height: 200px;
    }
}

@media only screen and (max-width: 480px) {
    #page-title-text {
        padding: 0px !important;
    }
    #page-title-text h1 {
        display: block;
        width: 100%;
    }
    .logo {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .postcontent,
    .gallerycontent,
    .oriel-message {
        padding: 30px;
    }
    #footer {
        padding: 10px 0px;
        text-align: center;
    }
    .toggleMenu {
        padding: 20px;
        background-position: right 20px center;
    }
    #page-title-text h1,
    .page-block-right .page-block-inner,
    .page-block-inner {
        padding: 20px !important;
    }
    .footer-info {
        padding: 0px 20px;
    }
    .credits {
        display: block;
    }
    .credits,
    .social-icons {
        float: none;
    }
    .social-icons li {
        margin: 0px 10px;
    }
    .credits,
    .social-icons li {
        line-height: 40px;
    }
    .nav > li > .parent {
        background-position: right 20px center;
    }
    .nav a, .nav ul li a {
    padding:10px 20px;
    }
    .oriel_comments_block .children li .oriel_comment {
        padding-left: 0px;
        padding-right: 0px;
        background: none;
    }
    .oriel_comment_left {
        display: none;
    }
    .oriel_comment_right_inner {
        padding: 0px;
    }
}

@media only screen and (max-width: 340px) {
    .subtitle-bar .dateicon {
        padding-left: 0px;
        background-image: none;
    }
}
