File: /home/lesanew/www/wp-content/plugins/neobeat-core/inc/title/assets/css/scss/_title-default.scss
/* ==========================================================================
Title styles
========================================================================== */
.qodef-page-title {
background-position: center 0;
background-repeat: no-repeat;
background-size: cover;
&.qodef-image--responsive {
height: auto !important; // because of inline style
.qodef-m-content {
position: absolute;
top: 0;
left: 0;
&.qodef-content-grid {
left: 50%;
transform: translateX(-50%);
}
}
}
&.qodef-alignment--center {
text-align: center;
}
&.qodef-alignment--right {
text-align: right;
}
.qodef-m-image {
@include qodefRelativeLayout();
img {
display: block;
width: 100%;
}
}
.qodef-m-content {
&.qodef-content-full-width {
padding: $full-width-side-padding;
@include qodefScreenSize680 {
padding: 0 19px;
}
}
}
.qodef-breadcrumbs {
a, span {
font-size: 14px;
color: #686868;
}
.qodef-breadcrumbs-separator {
margin: 0 1px;
&:after {
content: '/';
}
}
}
}