File: D:/HostingSpaces/jwitte/rednails.studio/wwwroot/wp-content/themes/glow/style.css
/*
Theme Name: Glow
Version: 1.0.6
Theme URI: https://famethemes.com/themes/glow
Author: FameThemes
Author URI: https://famethemes.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glow
Tags: custom-background, custom-colors, custom-menu, featured-images, full-width-template, right-sidebar, sticky-post, threaded-comments, translation-ready, two-columns, theme-options
Description: Glow is a massage center, beauty spa salon parlor responsive WordPress theme built with Bootstrap and is fully responsive for all the screen sizes. It can be used for Beauty, Salon, barber, Spa, Fitness, Wellness, Health, Blogging, Business, Agency, Corporate, Hospital, Massage parlor, Medicals, Doctors, Clinic or any other types of site. Glow theme comes with built-in widgets and widgets positions, customizer, drop-down menus, sliders, testimonials. Glow is one of very beautifully designed theme by DaisyThemes in mind to create stunning website quickly and easily. You can find preview demo at http://demos.famethemes.com/glow/
This theme, like WordPress, is licensed under the GPL.
Glow is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing: border-box;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */
}
table {
margin: 0 0 1.5em;
width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid rgba(39, 48, 57, 0.2);
border-radius: 3px;
background: rgba(39, 48, 57, 0.05);
color: rgba(39, 48, 57, 0.8);
line-height: 1;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
padding: 11px 15px;
font-size: 1em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: rgba(39, 48, 57, 0.25);
background: rgba(39, 48, 57, 0.1);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="search"],
textarea,
select {
color: rgba(39, 48, 57, 0.8);
border-radius: 3px;
border: 1px solid rgba(39, 48, 57, 0.25);
min-width: 60%;
max-width: 100%;
padding: 5px 10px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
outline: none;
border-color: rgba(39, 48, 57, 0.5);
}
.clearfix:after {
clear: both;
content: "";
display: block;
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn.button-theme {
padding: 8px 20px;
padding: 0.5rem 1.25rem;
text-transform: uppercase;
display: inline-block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 16px;
line-height: 1.8em;
}
.btn.button-theme {
background: #42caad;
color: #FFFFFF;
}
.btn.button-theme:hover {
background: #757575;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
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. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 40px;
}
/* Make sure select elements fit in widgets. */
.widget select {
max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block;
}
.sticky article {
display: block;
border: 2px solid #fa7921 !important;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.grid-child-pages {
margin-top: 40px;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word;
}
.comment-content p {
margin-bottom: 10px;
}
.bypostauthor {
display: block;
}
.comment-list,
.comment-list ol,
.comment-list ol ol {
list-style: none;
padding: 0;
margin: 0;
}
.comment-list ol,
.comment-list ol ol {
list-style: none;
padding: 0;
margin: 0 -10px;
}
.comment-list li {
padding: 10px 10px 0;
border: 1px solid #e5e5e5;
margin-bottom: 10px;
}
.comment-list ol li,
.comment-list ol ol li {
border: 0;
border-top: 1px solid #e5e5e5;
background: #fdfdfd;
}
.comment-list li:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.comment-list .reply {
padding-bottom: 10px;
text-align: right;
}
.comment-form label {
min-width: 90px;
}
.form-submit {
margin-left: 94px;
}
@media screen and (max-width: 480px) {
.form-submit {
margin-left: 0;
text-align: center;
}
}
.comment-author img {
margin: 0 10px 10px 0;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.gallery-more {
margin-top: 20px;
}
/*--------------------------------------------------------------
# Default
--------------------------------------------------------------*/
body {
font-family: 'Roboto', sans-serif;
background: #f3f4f6;
font-size: 16px;
line-height: 1.8em;
letter-spacing: 0.04em;
color: rgba(39, 48, 57, 0.85);
}
.transition-bg {
-webkit-transition: background-color .5s ease;
-moz-transition: background-color .5s ease;
-o-transition: background-color .5s ease;
transition: background-color .5s ease;
}
.transition5 {
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.transition35,
a,
.dt-main-menu li a,
.dt-main-menu li ul,
.menu-item-has-children {
-webkit-transition: all .35s ease;
-moz-transition: all .35s ease;
-o-transition: all .35s ease;
transition: all .35s ease;
}
h1,
h2,
h3,
h4 {
line-height: 1.6em;
}
ul,
ol {
margin: 0;
padding-left: 22px;
}
p {
margin-bottom: 30px;
line-height: 1.8em;
}
a {
outline: none;
text-decoration: none !important;
color: rgba(39, 48, 57, 0.85);
}
a:hover {
color: #fa7921;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.75em;
table-layout: fixed;
width: 100%;
}
table,
th,
td {
border: 1px solid rgba(39, 48, 57, 0.085);
}
table {
border-right: 0;
border-bottom: 0;
}
th {
border-width: 0 1px 1px 0;
font-weight: 600;
}
th,
td {
padding: 6px 0;
text-align: center;
}
td {
border-width: 0 1px 1px 0;
}
#primary {
margin-top: 60px;
}
#secondary {
margin-top: 60px;
}
#primary li,
#secondary li {
margin: 10px 0;
}
#secondary .widget {
background: #fff;
padding: 20px 25px;
border: 1px solid rgba(39, 48, 57, 0.08);
box-shadow: 0 0 5px rgba(39, 48, 57, 0.05);
}
.dt-content-area {
background: #fff;
padding: 10px 25px 0;
border: 1px solid rgba(39, 48, 57, 0.08);
box-shadow: 0 0 5px rgba(39, 48, 57, 0.05);
}
/*---------------------------------------
* Equal row column width
*-----------------------------------------*/
.eq-row-col-1 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-1.eq-row-no-mg {
padding-left: 15px;
padding-right: 15px;
}
.eq-row-col-1::after {
content: "";
display: table;
clear: both;
}
.eq-row-col-1 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-1 .eq-col {
width: 100%;
float: left;
}
.eq-row-col-1 .eq-col:nth-child(1n+1) {
clear: left;
}
.eq-row-col-1 .eq-col.col-border:nth-child(1n) {
border-right: 0px none;
}
.eq-row-col-1 .eq-col.col-border:nth-child(n+2) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 940px) {
.eq-row-col-1 .eq-col {
width: 50%;
float: left;
}
.eq-row-col-1 .eq-col:nth-child(2n+1) {
clear: left;
}
.eq-row-col-1 .eq-col.col-border:nth-child(2n) {
border-right: 0px none;
}
.eq-row-col-1 .eq-col.col-border:nth-child(n+2) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 576px) {
.eq-row-col-1 .eq-col {
width: 100%;
float: none;
clear: left;
}
.eq-row-col-1 .eq-col.col-border {
border-right: 0px none;
}
}
.eq-row-col-no-f-1 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-no-f-1 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-no-f-1 .eq-col {
width: 100%;
}
}
@media screen and (max-width: 940px) {
.eq-row-col-no-f-1 .eq-col {
width: 50%;
}
}
@media screen and (max-width: 576px) {
.eq-row-col-no-f-1 .eq-col {
width: 100%;
}
}
.eq-row-col-2 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-2.eq-row-no-mg {
padding-left: 15px;
padding-right: 15px;
}
.eq-row-col-2::after {
content: "";
display: table;
clear: both;
}
.eq-row-col-2 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-2 .eq-col {
width: 50%;
float: left;
}
.eq-row-col-2 .eq-col:nth-child(2n+1) {
clear: left;
}
.eq-row-col-2 .eq-col.col-border:nth-child(2n) {
border-right: 0px none;
}
.eq-row-col-2 .eq-col.col-border:nth-child(n+3) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 940px) {
.eq-row-col-2 .eq-col {
width: 50%;
float: left;
}
.eq-row-col-2 .eq-col:nth-child(2n+1) {
clear: left;
}
.eq-row-col-2 .eq-col.col-border:nth-child(2n) {
border-right: 0px none;
}
.eq-row-col-2 .eq-col.col-border:nth-child(n+3) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 576px) {
.eq-row-col-2 .eq-col {
width: 100%;
float: none;
clear: left;
}
.eq-row-col-2 .eq-col.col-border {
border-right: 0px none;
}
}
.eq-row-col-no-f-2 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-no-f-2 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-no-f-2 .eq-col {
width: 50%;
}
}
@media screen and (max-width: 940px) {
.eq-row-col-no-f-2 .eq-col {
width: 50%;
}
}
@media screen and (max-width: 576px) {
.eq-row-col-no-f-2 .eq-col {
width: 100%;
}
}
.eq-row-col-3 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-3.eq-row-no-mg {
padding-left: 15px;
padding-right: 15px;
}
.eq-row-col-3::after {
content: "";
display: table;
clear: both;
}
.eq-row-col-3 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-3 .eq-col {
width: 33.3333333333%;
float: left;
}
.eq-row-col-3 .eq-col:nth-child(3n+1) {
clear: left;
}
.eq-row-col-3 .eq-col.col-border:nth-child(3n) {
border-right: 0px none;
}
.eq-row-col-3 .eq-col.col-border:nth-child(n+4) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 940px) {
.eq-row-col-3 .eq-col {
width: 50%;
float: left;
}
.eq-row-col-3 .eq-col:nth-child(2n+1) {
clear: left;
}
.eq-row-col-3 .eq-col.col-border:nth-child(2n) {
border-right: 0px none;
}
.eq-row-col-3 .eq-col.col-border:nth-child(n+4) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 576px) {
.eq-row-col-3 .eq-col {
width: 100%;
float: none;
clear: left;
}
.eq-row-col-3 .eq-col.col-border {
border-right: 0px none;
}
}
.eq-row-col-no-f-3 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-no-f-3 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-no-f-3 .eq-col {
width: 33.3333333333%;
}
}
@media screen and (max-width: 940px) {
.eq-row-col-no-f-3 .eq-col {
width: 50%;
}
}
@media screen and (max-width: 576px) {
.eq-row-col-no-f-3 .eq-col {
width: 100%;
}
}
.eq-row-col-4 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-4.eq-row-no-mg {
padding-left: 15px;
padding-right: 15px;
}
.eq-row-col-4::after {
content: "";
display: table;
clear: both;
}
.eq-row-col-4 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-4 .eq-col {
width: 25%;
float: left;
}
.eq-row-col-4 .eq-col:nth-child(4n+1) {
clear: left;
}
.eq-row-col-4 .eq-col.col-border:nth-child(4n) {
border-right: 0px none;
}
.eq-row-col-4 .eq-col.col-border:nth-child(n+5) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 940px) {
.eq-row-col-4 .eq-col {
width: 50%;
float: left;
}
.eq-row-col-4 .eq-col:nth-child(2n+1) {
clear: left;
}
.eq-row-col-4 .eq-col.col-border:nth-child(2n) {
border-right: 0px none;
}
.eq-row-col-4 .eq-col.col-border:nth-child(n+5) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 576px) {
.eq-row-col-4 .eq-col {
width: 100%;
float: none;
clear: left;
}
.eq-row-col-4 .eq-col.col-border {
border-right: 0px none;
}
}
.eq-row-col-no-f-4 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-no-f-4 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-no-f-4 .eq-col {
width: 25%;
}
}
@media screen and (max-width: 940px) {
.eq-row-col-no-f-4 .eq-col {
width: 50%;
}
}
@media screen and (max-width: 576px) {
.eq-row-col-no-f-4 .eq-col {
width: 100%;
}
}
.eq-row-col-5 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-5.eq-row-no-mg {
padding-left: 15px;
padding-right: 15px;
}
.eq-row-col-5::after {
content: "";
display: table;
clear: both;
}
.eq-row-col-5 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-5 .eq-col {
width: 20%;
float: left;
}
.eq-row-col-5 .eq-col:nth-child(5n+1) {
clear: left;
}
.eq-row-col-5 .eq-col.col-border:nth-child(5n) {
border-right: 0px none;
}
.eq-row-col-5 .eq-col.col-border:nth-child(n+6) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 940px) {
.eq-row-col-5 .eq-col {
width: 50%;
float: left;
}
.eq-row-col-5 .eq-col:nth-child(2n+1) {
clear: left;
}
.eq-row-col-5 .eq-col.col-border:nth-child(2n) {
border-right: 0px none;
}
.eq-row-col-5 .eq-col.col-border:nth-child(n+6) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 576px) {
.eq-row-col-5 .eq-col {
width: 100%;
float: none;
clear: left;
}
.eq-row-col-5 .eq-col.col-border {
border-right: 0px none;
}
}
.eq-row-col-no-f-5 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-no-f-5 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-no-f-5 .eq-col {
width: 20%;
}
}
@media screen and (max-width: 940px) {
.eq-row-col-no-f-5 .eq-col {
width: 50%;
}
}
@media screen and (max-width: 576px) {
.eq-row-col-no-f-5 .eq-col {
width: 100%;
}
}
.eq-row-col-6 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-6.eq-row-no-mg {
padding-left: 15px;
padding-right: 15px;
}
.eq-row-col-6::after {
content: "";
display: table;
clear: both;
}
.eq-row-col-6 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-6 .eq-col {
width: 16.6666666667%;
float: left;
}
.eq-row-col-6 .eq-col:nth-child(6n+1) {
clear: left;
}
.eq-row-col-6 .eq-col.col-border:nth-child(6n) {
border-right: 0px none;
}
.eq-row-col-6 .eq-col.col-border:nth-child(n+7) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 940px) {
.eq-row-col-6 .eq-col {
width: 50%;
float: left;
}
.eq-row-col-6 .eq-col:nth-child(2n+1) {
clear: left;
}
.eq-row-col-6 .eq-col.col-border:nth-child(2n) {
border-right: 0px none;
}
.eq-row-col-6 .eq-col.col-border:nth-child(n+7) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 576px) {
.eq-row-col-6 .eq-col {
width: 100%;
float: none;
clear: left;
}
.eq-row-col-6 .eq-col.col-border {
border-right: 0px none;
}
}
.eq-row-col-no-f-6 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-no-f-6 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-no-f-6 .eq-col {
width: 16.6666666667%;
}
}
@media screen and (max-width: 940px) {
.eq-row-col-no-f-6 .eq-col {
width: 50%;
}
}
@media screen and (max-width: 576px) {
.eq-row-col-no-f-6 .eq-col {
width: 100%;
}
}
.eq-row-col-7 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-7.eq-row-no-mg {
padding-left: 15px;
padding-right: 15px;
}
.eq-row-col-7::after {
content: "";
display: table;
clear: both;
}
.eq-row-col-7 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-7 .eq-col {
width: 14.2857142857%;
float: left;
}
.eq-row-col-7 .eq-col:nth-child(7n+1) {
clear: left;
}
.eq-row-col-7 .eq-col.col-border:nth-child(7n) {
border-right: 0px none;
}
.eq-row-col-7 .eq-col.col-border:nth-child(n+8) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 940px) {
.eq-row-col-7 .eq-col {
width: 50%;
float: left;
}
.eq-row-col-7 .eq-col:nth-child(2n+1) {
clear: left;
}
.eq-row-col-7 .eq-col.col-border:nth-child(2n) {
border-right: 0px none;
}
.eq-row-col-7 .eq-col.col-border:nth-child(n+8) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 576px) {
.eq-row-col-7 .eq-col {
width: 100%;
float: none;
clear: left;
}
.eq-row-col-7 .eq-col.col-border {
border-right: 0px none;
}
}
.eq-row-col-no-f-7 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-no-f-7 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-no-f-7 .eq-col {
width: 14.2857142857%;
}
}
@media screen and (max-width: 940px) {
.eq-row-col-no-f-7 .eq-col {
width: 50%;
}
}
@media screen and (max-width: 576px) {
.eq-row-col-no-f-7 .eq-col {
width: 100%;
}
}
.eq-row-col-8 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-8.eq-row-no-mg {
padding-left: 15px;
padding-right: 15px;
}
.eq-row-col-8::after {
content: "";
display: table;
clear: both;
}
.eq-row-col-8 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-8 .eq-col {
width: 12.5%;
float: left;
}
.eq-row-col-8 .eq-col:nth-child(8n+1) {
clear: left;
}
.eq-row-col-8 .eq-col.col-border:nth-child(8n) {
border-right: 0px none;
}
.eq-row-col-8 .eq-col.col-border:nth-child(n+9) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 940px) {
.eq-row-col-8 .eq-col {
width: 50%;
float: left;
}
.eq-row-col-8 .eq-col:nth-child(2n+1) {
clear: left;
}
.eq-row-col-8 .eq-col.col-border:nth-child(2n) {
border-right: 0px none;
}
.eq-row-col-8 .eq-col.col-border:nth-child(n+9) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 576px) {
.eq-row-col-8 .eq-col {
width: 100%;
float: none;
clear: left;
}
.eq-row-col-8 .eq-col.col-border {
border-right: 0px none;
}
}
.eq-row-col-no-f-8 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-no-f-8 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-no-f-8 .eq-col {
width: 12.5%;
}
}
@media screen and (max-width: 940px) {
.eq-row-col-no-f-8 .eq-col {
width: 50%;
}
}
@media screen and (max-width: 576px) {
.eq-row-col-no-f-8 .eq-col {
width: 100%;
}
}
.eq-row-col-9 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-9.eq-row-no-mg {
padding-left: 15px;
padding-right: 15px;
}
.eq-row-col-9::after {
content: "";
display: table;
clear: both;
}
.eq-row-col-9 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-9 .eq-col {
width: 11.1111111111%;
float: left;
}
.eq-row-col-9 .eq-col:nth-child(9n+1) {
clear: left;
}
.eq-row-col-9 .eq-col.col-border:nth-child(9n) {
border-right: 0px none;
}
.eq-row-col-9 .eq-col.col-border:nth-child(n+10) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 940px) {
.eq-row-col-9 .eq-col {
width: 50%;
float: left;
}
.eq-row-col-9 .eq-col:nth-child(2n+1) {
clear: left;
}
.eq-row-col-9 .eq-col.col-border:nth-child(2n) {
border-right: 0px none;
}
.eq-row-col-9 .eq-col.col-border:nth-child(n+10) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 576px) {
.eq-row-col-9 .eq-col {
width: 100%;
float: none;
clear: left;
}
.eq-row-col-9 .eq-col.col-border {
border-right: 0px none;
}
}
.eq-row-col-no-f-9 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-no-f-9 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-no-f-9 .eq-col {
width: 11.1111111111%;
}
}
@media screen and (max-width: 940px) {
.eq-row-col-no-f-9 .eq-col {
width: 50%;
}
}
@media screen and (max-width: 576px) {
.eq-row-col-no-f-9 .eq-col {
width: 100%;
}
}
.eq-row-col-10 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-10.eq-row-no-mg {
padding-left: 15px;
padding-right: 15px;
}
.eq-row-col-10::after {
content: "";
display: table;
clear: both;
}
.eq-row-col-10 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-10 .eq-col {
width: 10%;
float: left;
}
.eq-row-col-10 .eq-col:nth-child(10n+1) {
clear: left;
}
.eq-row-col-10 .eq-col.col-border:nth-child(10n) {
border-right: 0px none;
}
.eq-row-col-10 .eq-col.col-border:nth-child(n+11) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 940px) {
.eq-row-col-10 .eq-col {
width: 50%;
float: left;
}
.eq-row-col-10 .eq-col:nth-child(2n+1) {
clear: left;
}
.eq-row-col-10 .eq-col.col-border:nth-child(2n) {
border-right: 0px none;
}
.eq-row-col-10 .eq-col.col-border:nth-child(n+11) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 576px) {
.eq-row-col-10 .eq-col {
width: 100%;
float: none;
clear: left;
}
.eq-row-col-10 .eq-col.col-border {
border-right: 0px none;
}
}
.eq-row-col-no-f-10 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-no-f-10 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-no-f-10 .eq-col {
width: 10%;
}
}
@media screen and (max-width: 940px) {
.eq-row-col-no-f-10 .eq-col {
width: 50%;
}
}
@media screen and (max-width: 576px) {
.eq-row-col-no-f-10 .eq-col {
width: 100%;
}
}
.eq-row-col-11 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-11.eq-row-no-mg {
padding-left: 15px;
padding-right: 15px;
}
.eq-row-col-11::after {
content: "";
display: table;
clear: both;
}
.eq-row-col-11 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-11 .eq-col {
width: 9.0909090909%;
float: left;
}
.eq-row-col-11 .eq-col:nth-child(11n+1) {
clear: left;
}
.eq-row-col-11 .eq-col.col-border:nth-child(11n) {
border-right: 0px none;
}
.eq-row-col-11 .eq-col.col-border:nth-child(n+12) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 940px) {
.eq-row-col-11 .eq-col {
width: 50%;
float: left;
}
.eq-row-col-11 .eq-col:nth-child(2n+1) {
clear: left;
}
.eq-row-col-11 .eq-col.col-border:nth-child(2n) {
border-right: 0px none;
}
.eq-row-col-11 .eq-col.col-border:nth-child(n+12) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 576px) {
.eq-row-col-11 .eq-col {
width: 100%;
float: none;
clear: left;
}
.eq-row-col-11 .eq-col.col-border {
border-right: 0px none;
}
}
.eq-row-col-no-f-11 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-no-f-11 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-no-f-11 .eq-col {
width: 9.0909090909%;
}
}
@media screen and (max-width: 940px) {
.eq-row-col-no-f-11 .eq-col {
width: 50%;
}
}
@media screen and (max-width: 576px) {
.eq-row-col-no-f-11 .eq-col {
width: 100%;
}
}
.eq-row-col-12 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-12.eq-row-no-mg {
padding-left: 15px;
padding-right: 15px;
}
.eq-row-col-12::after {
content: "";
display: table;
clear: both;
}
.eq-row-col-12 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-12 .eq-col {
width: 8.3333333333%;
float: left;
}
.eq-row-col-12 .eq-col:nth-child(12n+1) {
clear: left;
}
.eq-row-col-12 .eq-col.col-border:nth-child(12n) {
border-right: 0px none;
}
.eq-row-col-12 .eq-col.col-border:nth-child(n+13) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 940px) {
.eq-row-col-12 .eq-col {
width: 50%;
float: left;
}
.eq-row-col-12 .eq-col:nth-child(2n+1) {
clear: left;
}
.eq-row-col-12 .eq-col.col-border:nth-child(2n) {
border-right: 0px none;
}
.eq-row-col-12 .eq-col.col-border:nth-child(n+13) {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}
@media screen and (max-width: 576px) {
.eq-row-col-12 .eq-col {
width: 100%;
float: none;
clear: left;
}
.eq-row-col-12 .eq-col.col-border {
border-right: 0px none;
}
}
.eq-row-col-no-f-12 {
margin-left: -15px;
margin-right: -15px;
}
.eq-row-col-no-f-12 .eq-col {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 940px) {
.eq-row-col-no-f-12 .eq-col {
width: 8.3333333333%;
}
}
@media screen and (max-width: 940px) {
.eq-row-col-no-f-12 .eq-col {
width: 50%;
}
}
@media screen and (max-width: 576px) {
.eq-row-col-no-f-12 .eq-col {
width: 100%;
}
}
/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.header-topbar {
background: #000;
color: #fff;
font-size: 12px;
}
.header-topbar:after {
clear: both;
content: "";
display: block;
}
.header-topbar .widget.widget_glow_topbar {
margin: 0px;
}
.header-topbar a {
color: inherit;
}
.header-topbar .left {
float: left;
}
.header-topbar .right {
float: right;
text-align: right;
}
.topbar-items .topbar-item {
display: inline-block;
}
.topbar-items .topbar-item i {
margin-right: 5px;
}
.topar-left .topbar-item, .topar-right .topbar-item {
border-right: 1px solid #333;
padding-right: 10px;
margin-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
.topar-left .topbar-item:last-child {
border-right: 0px;
margin-right: 0px;
padding-right: 0px;
}
.topar-right .topbar-item:first-child {
border-left: 1px solid #333;
padding-left: 10px;
margin-left: 10px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.dt-header-sep {
height: 100px;
}
/*
* Logo
-----------------------------------*/
.dt-logo {
padding: 20px 0 15px;
position: relative;
}
.dt-logo .site-title {
font-size: 36px;
margin: 0;
font-family: 'Bad Script', cursive;
}
.site-title a,
.site-title span {
color: #fa7921;
}
.site-title span {
font-size: 18px;
font-weight: 400;
margin: 4px 0 0;
color: rgba(39, 48, 57, 0.85);
font-family: 'Roboto', sans-serif;
}
.dt-main-menu-scroll .site-title span {
color: #fff;
}
/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.dt-main-menu-wrap {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
background: #fff;
box-shadow: 0 0 6px rgba(39, 48, 57, 0.07);
padding: 0;
font-weight: 400;
}
.dt-menu-md {
display: none;
position: absolute;
top: 8px;
right: 0;
width: 48px;
height: 48px;
text-align: center;
font-size: 24px;
padding: 10px 0;
cursor: pointer;
}
.dt-main-menu-scroll .dt-menu-md {
color: #fff;
}
.dt-main-menu ul {
margin: 0;
padding: 0;
text-align: right;
}
.dt-main-menu li {
position: relative;
display: inline-block;
margin-left: -9px;
font-size: 15px;
}
.dt-main-menu .menu > li {
padding: 29px 0;
}
.dt-main-menu li a {
display: block;
text-decoration: none;
color: rgba(39, 48, 57, 0.85);
}
.dt-main-menu li:hover > a {
color: #fa7921;
}
.dt-main-menu .menu > li > a {
display: block;
margin-left: 2px;
padding: 6px 18px;
text-transform: uppercase;
}
.dt-main-menu .menu > li > a:hover,
.dt-main-menu .menu .current-menu-item > a,
.dt-main-menu .menu .current_page_item > a {
color: #fa7921;
}
.dt-main-menu .menu > li.nav-btn-li {
margin-left: 10px;
}
.dt-main-menu .menu > li > a.btn-book {
background: #42caad;
border: 0px none !important;
font-size: 11px;
color: #ffffff;
padding: 8px 12px;
border-radius: 2px;
opacity: 1 !important;
}
.dt-main-menu .menu > li > a.btn-book:hover {
background: #757575;
color: #fff;
}
.dt-main-menu.dt-main-menu-scroll .menu > li > a.btn-book:hover {
background: #ffffff;
color: #fff;
}
.dt-main-menu li ul {
position: absolute;
z-index: 99999;
top: 120%;
display: block;
visibility: hidden;
text-align: left;
width: 240px;
max-width: 500%;
opacity: 0;
padding: 0;
}
.dt-main-menu li li ul {
top: 50%;
left: 100%;
}
.dt-main-menu li li a {
position: relative;
text-transform: capitalize;
padding: 12px 20px;
}
.dt-main-menu li li a:hover {
background: #fa7921;
color: #fff;
}
.dt-main-menu li li.current_page_item > a:hover {
color: #fff !important;
}
.dt-main-menu li li.page_item_has_children > a:after,
.dt-main-menu li li.menu-item-has-children > a:after {
font-family: 'FontAwesome';
position: absolute;
top: 8px;
right: 5px;
width: 16px;
height: 24px;
content: '\f105';
text-align: center;
}
.dt-main-menu li:hover > ul {
top: 100%;
visibility: visible;
opacity: 1;
background: #fff;
}
.dt-main-menu li li:hover > ul {
top: 0px;
}
.dt-main-menu li ul li {
display: block;
margin-left: 0;
font-size: 15px;
}
.dt-main-menu-scroll {
padding: 0px 0;
background: transparent;
box-shadow: none;
}
.dt-main-menu-scroll .dt-main-menu .menu > li > a {
color: #fff;
opacity: 0.7;
}
.dt-main-menu-scroll .dt-main-menu .menu > li > a:hover {
opacity: 1;
color: #fff;
}
/*
* BreadCrumbs
-----------------------------------*/
.dt-breadcrumbs {
font-size: 13px;
padding: 12px 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
background: #fcfcfc;
}
.dt-breadcrumbs span {
display: inline-block;
padding: 0 2px;
opacity: .8;
}
/*--------------------------------------------------------------
# Front Slider
--------------------------------------------------------------*/
.dt-front-slider {
width: 100%;
overflow: hidden;
text-align: center;
padding: 0;
}
.dt-featured-post-slider {
position: relative;
}
.dt-featured-post .entry-header {
position: absolute;
top: 0;
left: 0;
z-index: 99;
width: 100%;
height: 100%;
text-align: center;
color: #fff;
padding-top: 0;
}
.dt-featured-post-meta h2,
.dt-featured-post-meta h2 a {
color: #fff;
font-size: 50px;
font-weight: 500;
}
.dt-featured-post-meta p {
font-size: 20px;
line-height: 1.5em;
font-weight: 300;
margin-top: 0;
padding: 0 80px;
animation-delay: .3s;
}
.dt-featured-post-slider .swiper-button-next,
.dt-featured-post-slider .swiper-button-prev {
z-index: 999;
top: 50% !important;
right: 15px;
margin-top: -30px;
width: 60px;
height: 60px;
border-radius: 50%;
padding-top: 10px;
padding-left: 4px;
text-align: center;
background: rgba(39, 48, 57, 0.35);
}
.dt-featured-post-slider .swiper-button-prev {
left: 15px;
padding-right: 6px;
}
.dt-featured-post-slider .swiper-button-next:hover,
.dt-featured-post-slider .swiper-button-prev:hover {
background: #fa7921;
color: #fff;
}
.dt-featured-post-slider .swiper-button-next .fa,
.dt-featured-post-slider .swiper-button-prev .fa {
font-size: 36px;
color: rgba(255, 255, 255, 0.85);
}
.btn-theme-primary {
background: #fa7921;
color: #fff;
}
.btn-theme-primary:hover {
background: #e2813e;
color: #fff;
}
@media all and (max-width: 992px) {
body .dt-front-slider .swiper-slide .dt-featured-post {
padding-top: 0px;
}
}
/* Paging slider */
.dt-front-slider.s-padding .swiper-slide .dt-featured-post {
position: relative;
overflow: hidden;
}
.dt-front-slider.s-padding .swiper-slide .dt-featured-post-meta {
/* Change padding here */
padding: 15% 0px;
}
.dt-front-slider.s-padding .dt-featured-post figure {
width: 100%;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-repeat: no-repeat;
background-position: center center;
background-attachment: inherit;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.dt-front-slider.s-padding .dt-featured-post figure:before {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: rgba(39, 48, 57, 0.45) none repeat scroll 0 0;
content: "";
display: block;
z-index: 10;
}
.dt-front-slider.s-padding .dt-featured-post figure a {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
display: block;
object-fit: cover;
}
.dt-front-slider.s-padding .dt-featured-post figure a img {
display: none;
}
.dt-front-slider.s-padding .dt-featured-post .entry-header {
background: none;
position: relative;
padding: 0px;
height: auto;
}
/* Full slider */
.dt-front-slider.s-full .swiper-wrapper {
height: 600px;
}
.dt-front-slider.s-full .swiper-slide .dt-featured-post {
position: relative;
overflow: hidden;
height: 100%;
display: block;
}
.dt-front-slider.s-full .dt-featured-post .entry-header {
padding: 0px;
display: flex;
flex-direction: column;
justify-content: center;
}
.dt-front-slider.s-full .dt-featured-post img {
display: none;
}
.dt-front-slider.s-full .dt-featured-post figure {
width: 100%;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-repeat: no-repeat;
background-position: center center;
background-attachment: inherit;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.dt-front-slider.s-full .dt-featured-post figure:before {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: rgba(39, 48, 57, 0.45) none repeat scroll 0 0;
content: "";
display: block;
z-index: 10;
}
.dt-front-slider.s-full .dt-featured-post figure a {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
display: block;
object-fit: cover;
}
/*--------------------------------------------------------------
# Front Page widgets
--------------------------------------------------------------*/
.dt-home-widgets {
margin-top: 60px;
}
.widget-padding {
margin-top: 40px;
padding: 30px 0;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.dt-entry-header h2,
.dt-call-to-action-meta h2,
.dt-widget-header h2 {
text-align: center;
font-size: 36px;
font-weight: 400;
position: relative;
padding-bottom: 30px;
margin-bottom: 60px;
}
.dt-services .dt-entry-header h2:after,
.dt-testimonial-wrap .dt-entry-header h2:after,
.dt-news-layout-wrap .dt-entry-header h2:after,
.dt-widget-header h2:after {
content: '';
width: 600px;
height: 1px;
background: rgba(39, 48, 57, 0.15);
position: absolute;
left: 50%;
margin-left: -300px;
bottom: 0;
z-index: 99;
}
.dt-entry-header h2 span,
.dt-widget-header h2 span {
position: absolute;
left: 50%;
z-index: 999;
bottom: -21px;
margin-left: -21px;
display: block;
width: 42px;
height: 42px;
text-align: center;
background: #fff;
border-radius: 50%;
border: 1px solid rgba(39, 48, 57, 0.1);
font-size: 20px;
line-height: 1em;
padding-top: 10px;
padding-left: 2px;
color: #fa7921;
box-shadow: 0 0 0 8px #f3f4f6;
}
.dt-entry-header p,
.dt-widget-header p,
.dt-widget-header .description {
text-align: center;
font-size: 18px;
line-height: 1.8em;
font-weight: 400;
padding: 0 80px;
color: rgba(39, 48, 57, 0.7);
}
@media screen and (max-width: 600px) {
.dt-entry-header p,
.dt-widget-header p,
.dt-widget-header .description {
padding: 0 20px;
}
}
/* services layout */
.dt-services-holder {
padding-left: 0px;
padding-right: 0px;
background: #fff;
position: relative;
padding-bottom: 70px;
margin-top: 30px;
box-shadow: 0 0 6px rgba(39, 48, 57, 0.07);
}
.dt-services-holder figure {
position: relative;
overflow: hidden;
}
.dt-services-holder figure img {
width: 100%;
height: auto;
}
.dt-services-holder span {
display: block;
position: absolute;
z-index: 999;
top: 109px;
right: -48px;
width: 48px;
height: 48px;
background: #fa7921;
text-align: center;
color: #fff;
font-size: 18px;
padding-top: 11px;
border-radius: 50%;
opacity: 0;
visibility: hidden;
}
.dt-services-holder:hover span {
opacity: 1;
visibility: visible;
right: 20px;
-webkit-transition-delay: .35s;
transition-delay: .35s;
}
.dt-services-header {
position: absolute;
bottom: 0;
left: 0;
z-index: 99;
width: 100%;
height: 70px;
padding: 18px 20px;
background: #fff;
overflow: hidden;
}
.dt-services-holder:hover .dt-services-header {
height: 162px;
}
.dt-services-header h3 {
margin: 0;
font-size: 22px;
font-weight: 400;
}
.dt-services-header h3 a {
color: #273039;
}
.dt-services-header:hover h3 a {
color: #fa7921;
}
.dt-services-header p {
margin-top: 20px;
font-size: 15px;
line-height: 1.6em;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.dt-testimonial-slider {
position: relative;
overflow: hidden;
width: 100%;
text-align: center;
box-shadow: 0 0 6px rgba(39, 48, 57, 0.07);
padding: 80px 0;
background: #fff;
}
.dt-testimonial-desc {
font-size: 18px;
font-weight: 400;
line-height: 1.7em;
padding: 10px 100px;
}
@media screen and (max-width: 600px) {
.dt-testimonial-desc {
padding: 10px 20px;
}
}
.dt-testimonial-desc p {
color: rgba(39, 48, 57, 0.7);
}
.dt-testimonial-meta figure {
position: relative;
overflow: hidden;
width: 96px;
height: 96px;
margin: 10px auto;
border-radius: 50%;
}
.dt-testimonial-meta figure img {
position: absolute;
top: -9999px;
right: -9999px;
bottom: -9999px;
left: -9999px;
width: auto;
min-width: 100%;
max-width: 500%;
height: 100%;
margin: auto;
}
.dt-testimonial-meta h5 {
font-size: 16px;
margin: 15px 0 5px;
text-transform: capitalize;
}
.dt-testimonial-meta span {
font-size: 16px;
}
.dt-testimonial-slider .swiper-button-next,
.dt-testimonial-slider .swiper-button-prev {
z-index: 999;
right: 20px;
width: 48px;
height: 60px;
margin-top: -24px;
padding-top: 10px;
text-align: center;
background: transparent;
opacity: .4;
filter: alpha(opacity=40);
}
.dt-testimonial-slider .swiper-button-prev {
left: 20px;
}
.dt-testimonial-slider .swiper-button-next:hover,
.dt-testimonial-slider .swiper-button-prev:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.dt-testimonial-slider .swiper-button-next .fa,
.dt-testimonial-slider .swiper-button-prev .fa {
font-size: 42px;
color: rgba(39, 48, 57, 0.6);
}
/*--------------------------------------------------------------
# Call to Action
--------------------------------------------------------------*/
.dt-call-to-action {
margin-top: 40px;
}
.dt-call-to-action-meta h2 {
text-align: left;
margin: 0;
}
.dt-call-to-action-wrap {
padding: 40px 25px;
background: #fff;
box-shadow: 0 1px 6px rgba(39, 48, 57, 0.07);
}
.dt-call-to-action-meta {
float: left;
width: 70%;
padding-left: 15px;
}
@media all and (max-width: 600px) {
.dt-call-to-action-meta {
float: none;
width: 100%;
padding-right: 15px;
}
.dt-call-to-action-meta h2 {
text-align: center;
}
}
.dt-call-to-action-meta p {
font-size: 18px;
line-height: 1.8em;
font-weight: 400;
margin: 0;
color: rgba(39, 48, 57, 0.7);
}
.dt-call-to-action-btn {
float: right;
width: 30%;
text-align: center;
}
@media all and (max-width: 600px) {
.dt-call-to-action-btn {
float: none;
width: 100%;
}
}
.dt-call-to-action-btn a {
font-size: 18px;
display: inline-block;
margin-top: 95px;
padding: 10px 30px;
color: #fa7921;
border: 2px solid #fa7921;
}
@media all and (max-width: 600px) {
.dt-call-to-action-btn a {
margin-top: 15px;
}
}
.dt-call-to-action-btn a:hover {
opacity: 1;
color: #fff !important;
background: #fa7921;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.dt-recent-post-holder {
background: #fff;
margin-bottom: 30px;
box-shadow: 0 1px 6px rgba(39, 48, 57, 0.07);
}
.dt-recent-post-holder img {
width: 100%;
height: auto;
}
.dt-recent-post-holder figure:hover {
opacity: .7;
}
.dt-recent-post-content {
padding: 0 20px 1px;
}
.dt-recent-post-content h3 {
font-size: 18px;
line-height: 1.6em;
margin: 35px 0 20px;
}
.dt-recent-post-content p {
font-size: 15px;
margin-bottom: 25px;
}
/*
* Social Icons
-----------------------------------*/
.dt-social-icons {
position: relative;
}
.dt-social-icons [id*='dt_social_icons'] {
display: inline-block;
}
.dt-social-icons ul {
display: inline-block;
padding: 0;
margin: 0;
}
.dt-social-icons li {
display: inline-block;
padding: 0;
margin: 0 6px 0 0 !important;
text-align: center;
outline: none !important;
}
.dt-social-icons li a {
font-size: 18px;
line-height: 1em;
display: block;
text-decoration: none;
outline: none !important;
}
.dt-social-icons li .fa {
display: block;
width: 32px;
height: 32px;
padding-top: 8px;
border-radius: 3px;
color: #fff;
}
.dt-social-icons li .fa:hover {
opacity: .7;
}
.dt-social-icons .fa-facebook {
background: #325c94;
}
.dt-social-icons .fa-twitter {
background: #00abdc;
}
.dt-social-icons .fa-google-plus {
background: #dd4b38;
}
.dt-social-icons .fa-instagram {
background: #4480b1;
}
.dt-social-icons .fa-github {
background: #3f91cb;
}
.dt-social-icons .fa-flickr {
background: #ff0084;
}
.dt-social-icons .fa-pinterest {
background: #cb2027;
}
.dt-social-icons .fa-wordpress {
background: #0090c5;
}
.dt-social-icons .fa-youtube {
background: #d32323;
}
.dt-social-icons .fa-vimeo {
background: #1ab7ea;
}
.dt-social-icons .fa-linkedin {
background: #007bb6;
}
.dt-social-icons .fa-behance {
background: #2d9ad2;
}
.dt-social-icons .fa-dribbble {
background: #f26798;
}
/*--------------------------------------------------------------
# Tag Cloud
--------------------------------------------------------------*/
.tagcloud a {
margin: 0 4px 8px 0;
padding: 1px 15px 0;
background: rgba(39, 48, 57, 0.6);
border-radius: 30px;
display: inline-block;
color: #fff;
font-size: 13px !important;
font-weight: 400;
}
.tagcloud a:hover {
background: #fa7921;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.dt-footer {
background: #fff;
padding: 20px 0 0;
margin-top: 60px;
border-top: 1px solid rgba(39, 48, 57, 0.07);
color: rgba(39, 48, 57, 0.7);
}
.dt-footer-cont,
.dt-right-sidebar h2 {
margin-top: 30px;
}
.dt-footer-cont ul,
.dt-right-sidebar ul {
padding: 0;
margin: 0;
list-style: none;
}
.dt-footer-cont li,
.dt-right-sidebar li {
padding-bottom: 15px;
line-height: 1.4em;
}
.dt-footer h2,
.dt-about-header h2,
.dt-opening-hours h2,
.dt-right-sidebar h2,
.dt-right-sidebar h2,
.dt-right-sidebar .dt-recent-posts h2,
.dt-opening-hours .widget-title label {
position: relative;
font-size: 18px;
padding-bottom: 15px;
margin-top: 0;
margin-bottom: 20px;
font-weight: 500;
}
.dt-footer h2:after,
.dt-about-header h2:after,
.dt-right-sidebar h2:after,
.dt-right-sidebar h2:after,
.dt-right-sidebar .dt-recent-posts h2:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 90%;
height: 1px;
background: rgba(39, 48, 57, 0.15);
}
.dt-right-sidebar h2:after,
.dt-right-sidebar h2:after {
width: 100%;
}
.dt-footer h2 span,
.dt-about-header h2 span,
.dt-right-sidebar h2 span,
.dt-right-sidebar h2 span,
.dt-right-sidebar .dt-recent-posts h2 span {
position: absolute;
bottom: 0;
left: 0;
width: 60px;
height: 1px;
background: #fa7921;
}
/*
* Footer About
-----------------------------------*/
.dt-about-holder p {
font-size: 15px;
line-height: 1.8em;
margin: 0;
}
.dt-about-holder figure {
margin-bottom: 18px;
}
/*
* Opening Hours
-----------------------------------*/
.dt-opening-hours {
border: 2px solid #fa7921;
padding: 17px 20px 0;
margin-top: 34px;
background: #fff;
}
.dt-opening-hours .widget-title {
margin-top: -32px;
padding: 0;
margin-bottom: 30px;
}
.dt-opening-hours .widget-title:after {
display: none;
}
.dt-opening-hours .widget-title label {
padding: 0 12px;
background: #fff;
display: inline-block;
}
.dt-opening-hours ul {
padding: 0;
list-style: none;
font-size: 13px;
}
.dt-opening-hours li label {
display: inline-block;
width: 94px;
text-transform: uppercase;
}
/*
* Footer Bar
-----------------------------------*/
.dt-footer-bar {
padding: 20px 0 18px;
margin-top: 30px;
background: rgba(39, 48, 57, 0.95);
color: rgba(255, 255, 255, 0.8);
font-size: 15px;
font-weight: 300;
}
.dt-footer-bar a {
color: rgba(255, 255, 255, 0.8);
}
.dt-footer-bar a:hover {
color: #fa7921;
}
.dt-footer-bar a:hover {
opacity: 1;
}
.dt-footer-designer {
text-align: right;
}
/*--------------------------------------------------------------
# Archive Page Posts
--------------------------------------------------------------*/
.dt-archive-wrap {
background: transparent !important;
border: 0 !important;
padding: 0 !important;
}
.dt-archive-post {
text-align: center;
margin-bottom: 60px;
background: #fff;
border: 1px solid rgba(39, 48, 57, 0.08);
box-shadow: 0 0 5px rgba(39, 48, 57, 0.05);
}
.dt-recent-post figure {
text-align: center;
}
.dt-archive-post img {
width: 100%;
height: auto;
}
.dt-archive-post article {
padding: 50px 40px 80px;
}
.dt-archive-post-content {
margin: 50px 0;
font-size: 17px;
line-height: 2em;
color: rgba(39, 48, 57, 0.7);
}
.dt-archive-post .entry-footer {
padding-top: 20px;
text-transform: capitalize;
}
.dt-archive-post .entry-footer a {
display: inline-block;
padding: 12px 30px 10px;
border: 2px solid rgba(39, 48, 57, 0.25);
color: rgba(39, 48, 57, 0.6);
font-weight: 500;
text-transform: uppercase;
letter-spacing: .1em;
}
.dt-archive-post .entry-footer a:hover {
background: #fa7921;
border-color: transparent;
color: #fff;
}
/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.dt-pagination-nav a,
.dt-pagination-nav .current {
display: inline-block;
margin: 0 2px 15px;
padding: 2px 12px;
border: 1px solid rgba(39, 48, 57, 0.1);
border-radius: 2px;
background: #fff;
color: rgba(39, 48, 57, 0.8);
}
.dt-pagination-nav a:hover,
.dt-pagination-nav .current:hover,
.dt-pagination-nav .current {
color: #fa7921;
border-color: #fa7921;
}
/*--------------------------------------------------------------
# Post Navigation
--------------------------------------------------------------*/
.post-navigation {
margin: 30px 0 60px;
padding: 30px 0;
border-top: 1px solid rgba(39, 48, 57, 0.05);
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
font-size: 0;
position: relative;
display: inline-block;
width: 50%;
}
.post-navigation .nav-previous a:before,
.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:before,
.post-navigation .nav-next a:after {
position: absolute;
top: 0;
font-size: 22px;
}
.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before {
content: '';
width: 24px;
height: 32px;
font-family: 'FontAwesome';
left: 0;
font-size: 36px;
}
.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:after {
content: 'Previous Post';
width: calc(100% - 32px);
left: 32px;
padding-top: 2px;
font-weight: 500;
}
.post-navigation .nav-next a:before {
content: '';
right: 0;
left: auto;
text-align: right;
}
.post-navigation .nav-next a:after {
content: 'Next Post';
right: 32px;
left: auto;
text-align: right;
}
/*--------------------------------------------------------------
# Recent Posts Sidebar
--------------------------------------------------------------*/
.dt-right-sidebar .dt-news-layout-wrap {
margin-top: 0;
padding: 0;
}
.dt-right-sidebar .dt-recent-posts h2 {
text-align: left;
}
.dt-right-sidebar .dt-recent-posts h2:after {
left: 0;
margin-left: 0;
}
.dt-right-sidebar .dt-recent-posts h2 span {
margin-left: 0;
padding-top: 0;
border-radius: 0;
border: 0;
}
.dt-right-sidebar .dt-recent-posts h2 .fa {
display: none;
}
.dt-right-sidebar .dt-recent-post-holder {
float: none;
width: 100%;
margin-right: 0;
margin-top: 30px;
background: #fff;
padding: 8px;
border: 1px solid rgba(39, 48, 57, 0.1);
}
.dt-right-sidebar .dt-recent-post-content h3 {
font-size: 18px;
}
/*--------------------------------------------------------------
# Back to top
--------------------------------------------------------------*/
#back-to-top {
font-size: 32px;
position: fixed;
z-index: 9999;
right: 20px;
bottom: 60px;
width: 48px;
height: 48px;
padding-top: 6px;
cursor: pointer;
text-align: center;
text-decoration: none;
opacity: 0;
color: #fff !important;
border-radius: 50%;
background: rgba(39, 48, 57, 0.35);
filter: alpha(opacity=0);
}
#back-to-top:hover {
background: #fa7921;
}
#back-to-top.show {
opacity: 1;
filter: alpha(opacity=100);
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media all and (max-width: 1200px) and (min-width: 992px) {
.dt-main-menu li {
font-size: 14px;
}
.dt-main-menu .menu > li > a {
padding: 6px 15px;
}
}
@media all and (max-width: 1200px) {
.dt-featured-post-meta h2,
.dt-featured-post-meta h2 a {
font-size: 48px;
}
.dt-featured-post-meta p {
margin-top: 40px;
font-size: 20px;
padding: 0 50px;
}
}
@media all and (max-width: 1270px) {
#dt-header-nav .col-lg-3 {
width: 100%;
}
.dt-logo .site-description {
display: none;
}
.dt-main-menu-scroll {
text-align: left;
padding: 0;
box-shadow: 0 0 6px rgba(39, 48, 57, 0.07);
background: #fff;
}
.dt-logo {
padding: 10px 0;
}
.dt-logo .site-title {
font-size: 24px;
}
.dt-main-menu-scroll .dt-menu-md {
color: inherit;
}
.dt-front-slider {
margin-top: 58px;
}
.dt-menu-md {
display: block;
}
.dt-main-menu .menu {
text-align: left;
}
.primary-menu-container {
max-height: 0px;
overflow-x: hidden;
overflow-y: scroll;
opacity: 1;
transition: max-height .8s, opacity .8s;
background: #fff;
}
.dt-main-menu-wrapper {
width: 100%;
}
.dt-main-menu .menu-show {
padding: 20px 40px 20px 0;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.dt-main-menu li {
display: block;
margin-left: 0;
}
.dt-main-menu li:hover > ul {
top: auto;
}
.dt-main-menu li li:hover > ul {
top: 0px;
}
.dt-main-menu .menu > li {
padding: 0;
}
.dt-main-menu .menu > li > a {
border: 0;
border-bottom: 1px solid rgba(39, 48, 57, 0.1);
padding: 8px 0;
}
.dt-main-menu-scroll .dt-main-menu .menu > li > a {
color: inherit;
}
.dt-main-menu li a {
border-bottom: 1px solid rgba(39, 48, 57, 0.1);
}
.dt-main-menu li ul {
position: relative;
z-index: 99999;
top: 0;
visibility: visible;
width: 100%;
max-width: 100%;
opacity: 1;
border: 0;
padding-left: 15px;
}
.dt-main-menu li li ul {
top: 0;
left: 24px;
}
.dt-main-menu li li a:hover {
color: #fa7921;
background: transparent;
}
.dt-main-menu li li a {
padding: 8px 0;
}
.dt-main-menu li li.page_item_has_children > a:after,
.dt-main-menu li li.menu-item-has-children > a:after {
display: none;
}
.dt-main-menu li ul li {
border-top: 0;
}
.dt-main-menu li ul li:last-child {
border-bottom: 0;
}
.dt-featured-post .entry-header {
padding-top: 14%;
}
.dt-header-sep {
height: 48px;
}
#primary,
#secondary {
margin-top: 40px;
}
.dt-footer-bar,
.dt-footer-designer {
text-align: center;
}
}
@media all and (max-width: 968px) {
.header-topbar .widget {
padding: 5px 0px;
}
.header-topbar .left, .header-topbar .right {
float: none;
text-align: center;
display: block;
}
.topar-left .topbar-item, .topar-right .topbar-item, topar-right .topbar-item:first-child {
border: 0px none !important;
}
}
@media all and (max-width: 768px) {
.dt-featured-post .entry-header {
padding-top: 12%;
}
.dt-featured-post-meta h2,
.dt-featured-post-meta h2 a {
font-size: 32px;
}
.dt-featured-post-meta p {
margin-top: 40px;
font-size: 18px;
padding: 0 50px;
}
.dt-featured-post-slider .swiper-button-next,
.dt-featured-post-slider .swiper-button-prev,
.dt-featured-post-slider .swiper-button-next:hover,
.dt-featured-post-slider .swiper-button-prev:hover {
background: transparent;
opacity: .75;
right: 0;
}
.dt-featured-post-slider .swiper-button-prev {
left: 0;
}
#primary,
#secondary {
margin-top: 40px;
}
.dt-home-widgets {
margin-top: 0;
}
.widget-padding {
margin-top: 0;
padding: 0;
}
}
@media all and (max-width: 600px) {
.dt-featured-post .entry-header {
padding-top: 15%;
}
.dt-featured-post-meta h2,
.dt-featured-post-meta h2 a {
font-size: 24px;
}
.dt-featured-post-meta p {
margin-top: 20px;
padding: 0 20px;
line-height: 25px;
}
.dt-featured-post-slider .swiper-button-next,
.dt-featured-post-slider .swiper-button-prev {
display: none;
}
.dt-entry-header h2, .dt-call-to-action-meta h2, .dt-widget-header h2 {
font-size: 30px;
}
}
@media all and (max-width: 320px) {
.dt-featured-post .entry-header {
display: none;
}
.dt-menu-md {
right: 30px;
}
}
/* Selective refresh */
.customize_preview_full_width .customize-partial-edit-shortcut {
margin: -15px 0 0 30px;
}
/* Widget: Gallery
------------------------------*/
.clearfix::after {
content: "";
display: block;
clear: both;
}
.gallery-grid:after {
clear: both;
content: "";
display: block;
}
.gallery-grid {
margin-left: -10px;
margin-right: -10px;
}
.gallery-content.full-width .gallery-grid {
margin-left: 10px;
margin-right: 10px;
}
.gallery-grid .g-item {
padding: 10px;
float: left;
}
.g-item {
display: block;
float: left;
}
.g-item img {
width: 100%;
height: auto;
}
.gallery-masonry .inner {
padding: 10px;
}
.all-gallery {
text-align: center;
margin-top: 40px;
display: block;
}
.g-zoom-in .g-item {
display: block;
overflow: hidden;
}
.g-zoom-in .g-item .inner-content {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.g-zoom-in .g-item img {
display: block;
overflow: hidden;
-webkit-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.g-zoom-in .g-item:hover img {
-ms-transform: scale(1.5, 1.5);
/* IE 9 */
-webkit-transform: scale(1.5, 1.5);
/* Safari */
transform: scale(1.5, 1.5);
}
.g-layout-full-width.container {
width: 100%;
max-width: none;
padding: 0px;
}
.gallery-content .swiper-button-prev i
.gallery-content .swiper-button-next i {
line-height: 1;
}
.gallery-content .swiper-button-prev,
.gallery-content .swiper-button-next {
font-size: 26px;
color: #333;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
border-radius: 3px;
background-image: none;
background-color: white;
border: 0px none;
border-radius: 50%;
cursor: pointer;
line-height: 1;
transition: color 400ms ease 0s, box-shadow 400ms ease 0s;
box-shadow: 0px 0.222222em 0.888889em rgba(0, 0, 0, 0.1);
height: 36px;
width: 36px;
margin-bottom: auto;
margin-top: -18px;
}
.gallery-swiper {
position: relative;
}
.swiper-wrapper-sliders {
display: block;
overflow: hidden;
}
.gallery-content.default .swiper-button-prev {
left: -18px;
}
.gallery-content.default .swiper-button-next {
right: -18px;
}
@media screen and (min-width: 720px) {
.g-col-1 .g-item {
width: 100%;
}
.g-col-1 .g-item:nth-child(1n+1) {
clear: left;
}
.g-col-2 .g-item {
width: 50%;
}
.g-col-2 .g-item:nth-child(2n+1) {
clear: left;
}
.g-col-3 .g-item {
width: 33.33333%;
}
.g-col-3 .g-item:nth-child(3n+1) {
clear: left;
}
.g-col-4 .g-item {
width: 25%;
}
.g-col-4 .g-item:nth-child(4n+1) {
clear: left;
}
.g-col-5 .g-item {
width: 20%;
}
.g-col-5 .g-item:nth-child(5n+1) {
clear: left;
}
.g-col-6 .g-item {
width: 16.66667%;
}
.g-col-6 .g-item:nth-child(6n+1) {
clear: left;
}
}
@media screen and (min-width: 576px) and (max-width: 720px) {
.g-col-1 .g-item {
width: 100%;
}
.g-col-1 .g-item:nth-child(1n+1) {
clear: left;
}
.g-col-2 .g-item {
width: 50%;
}
.g-col-2 .g-item:nth-child(2n+1) {
clear: left;
}
.g-col-3 .g-item {
width: 33.33333%;
}
.g-col-3 .g-item:nth-child(3n+1) {
clear: left;
}
.g-col-4 .g-item {
width: 25%;
}
.g-col-4 .g-item:nth-child(4n+1) {
clear: left;
}
.g-col-5 .g-item {
width: 20%;
}
.g-col-5 .g-item:nth-child(5n+1) {
clear: left;
}
.g-col-6 .g-item {
width: 16.66667%;
}
.g-col-6 .g-item:nth-child(6n+1) {
clear: left;
}
}
@media screen and (max-width: 576px) {
.g-col-1 .g-item {
width: 100%;
}
.g-col-1 .g-item:nth-child(1n+1) {
clear: left;
}
.g-col-2 .g-item {
width: 50%;
}
.g-col-2 .g-item:nth-child(2n+1) {
clear: left;
}
.g-col-3 .g-item {
width: 33.33333%;
}
.g-col-3 .g-item:nth-child(3n+1) {
clear: left;
}
.g-col-4 .g-item {
width: 25%;
}
.g-col-4 .g-item:nth-child(4n+1) {
clear: left;
}
.g-col-5 .g-item {
width: 20%;
}
.g-col-5 .g-item:nth-child(5n+1) {
clear: left;
}
.g-col-6 .g-item {
width: 16.66667%;
}
.g-col-6 .g-item:nth-child(6n+1) {
clear: left;
}
}
.gallery-justified {
width: 100%;
position: relative;
overflow: hidden;
}
.gallery-justified img {
max-width: none;
position: absolute;
top: 50%;
left: 50%;
margin: 0;
padding: 0;
border: none;
}
.gallery-justified > a,
.gallery-justified > div {
position: absolute;
display: inline-block;
overflow: hidden;
float: left;
}
.gallery-masonry {
width: 100%;
position: relative;
display: block;
}
.gallery-masonry:affter {
clear: both;
}
.gallery-masonry .inner {
display: block;
}
.gallery-content .swiper-pagination-bullet-active {
background: #000;
}