/*
Theme Name:     dpscaffolding
Theme URI:
Author:         One Website Design
Author URI:     https://www.designfxstudio.co.uk/
Description: 	Custom Theme for D & P Scaffolding.
Tested up to:   6.9
Requires PHP:   8.0
Version:        6.1
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Tags:           one-column, two-columns, left-sidebar, right-sidebar
Text Domain:    dpscaffolding

OWD WordPress Framework, (C) 2023 One Website Design
*/

/*----------------------------------------------------------------------------*\
  #COLOUR PALETTE

    Primary                 #ec6501
    Secondary               #5e666e
    Header Font             #ec6501
    Body Font               #808082
    Links                   #ec6501
    Links Hover             #bb5001
    Input Border            #ddd
    Input Background        #fefefe

\*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*\
  #RESET
\*----------------------------------------------------------------------------*/
div,
article,
section,
li {
	  position: relative; /* Absolutely positioning elements within containers */
}

html,
body {
    height: 100%;
  	font-size: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-weight: normal;
    font-style: normal;
  	line-height: 1.5rem;
    font-family: 'Open Sans', sans-serif;
  	color: #808082;
    background: #fcfcfc;
    padding: 0;
    margin: 0;
    position: relative;
    cursor: auto;
}

*,
*:before,
*:after {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box; 
  	box-sizing: border-box;
}

.grid-container {
    max-width: 1160px;
}

/*----------------------------------------------------------------------------*\
  #TYPOGRAPHY
\*----------------------------------------------------------------------------*/
@font-face {
    font-family: 'open_sansregular';
    src: url('assets/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('assets/fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('assets/fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('assets/fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

menu,
ol,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

li > ul,
li > ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    display: inline-block;
    vertical-align: middle;
}

/* Default Link Styles */
a {
    font-family: 'open_sansbold';
    color: #ec6501;
    text-decoration: none;
    line-height: inherit;
}

a:hover {
    color: #bb5001;
}

a:focus {
    color: #bb5001;
}

/* Default paragraph styles */
p {
    font-family: 'open_sansregular';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

p aside {
    font-size: 0.875rem;
    line-height: 1.35rem;
    font-style: italic;
}

/* Default heading styles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'open_sanssemibold';
    color: #ec6501;
    line-height: 1.3;
    margin-top: 0;
}
  
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    line-height: 0;
}

h1, .h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0.5rem;
}

h2, .h2 {
    font-size: 20px;
    color: #808082;
    line-height: 28px;
    margin-bottom: 0.5rem;
}

h3, .h3 {
    color: #808082;
    font-size: 1.375rem;
    margin-bottom: 0.5rem;
}

h4, .h4 {
    color: #808082;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

h5, .h5 {
    color: #808082;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

h6, .h6 {
    color: #808082;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

strong, .bold {
    font-family: 'open_sansbold';
}

small {
    font-size: 85%;
}

.uppercase {
    text-transform: uppercase !important;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 2rem 0 2rem 0;
    height: 0;
}

table {
    font-size: 0.9375rem;
    text-align: left;
    border: 1px solid #ddd;
}

button,
.button {
    font-size: 1rem;
    font-weight: 600;
    color: #fcfcfc;
    background: #ec6501;
    border-bottom: 0 none !important;
    border-radius: 0.25rem;
    padding: 0.75rem 2rem;
    transition: all 0.4s ease !important;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    color: #ec6501;
    background: #bb5001;
    
}

button:focus,
.button:focus {
    outline: 0 none;
}

blockquote:before {
    font-family: "Times New Roman", Times, serif;
    font-size: 7rem;
    font-weight: normal;
    font-style: normal;
    content: "\201C";
    line-height: 1;
    color: #ec6501;
    float: left;
    margin: -0.8rem 0 0 0;
}

blockquote {
    text-align: left;
    padding: 2rem 2rem 0.75rem 1.86rem;
    margin-top: 1.25rem;
    margin-bottom: 1.75rem;
    background: #fafafa;
    border: 1px solid #ddd;
    float: left;
    width: 100%;
    display: block;
    position: relative;
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
}

blockquote cite:before {
    content: "";
    margin-right: 0;
}

blockquote cite {
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    display: block;
    margin-top: 0.5rem;
}

blockquote cite a,
blockquote cite a:visited {
    color: #bb5001;
}

blockquote,
blockquote p,
blockquote .lead {
    font-size: 1.125em;
    font-weight: 400;
    font-style: italic;
    line-height: 1.4;
}

blockquote p {
    padding-left: 4rem;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    color: #808082;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    background: #fefefe;
    box-shadow: none;
    transition: all 0.15s linear;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    background: #fcfcfc;
    border: 1px solid #bb5001;
    outline: 0 none;
}

input[type=submit] {
    font-size: 1rem;
    font-weight: 600;
    color: #fcfcfc;
    background: #ec6501;
    padding: 0.75rem 2rem;
    display: block;
    background: #ec6501;
    border: 0 none;
    border-radius: 0.25rem;
    transition: background 0.4s ease;
}

input:hover[type=submit],
input:focus[type=submit] {
    color: #ec6501;
    cursor: pointer;
    background: #bb5001;
}

textarea {
    min-height: 200px;
    max-width: 100%;
}

::placeholder {
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #808082;
}

input::-moz-placeholder {
    color: #808082;
}

input:-ms-input-placeholder {
    color: #808082;
}

input::placeholder {
    color: #808082;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

select {
    border-radius: 0.25rem;
    border: 1px solid #ddd;
    box-shadow: none;
    transition: all 0.15s linear;
}

/* Label Styles */
label {
    font-family: 'open_sansregular';
    font-size: 1rem;
    color: #808082;
    margin-bottom: 0.2rem;
}

/*----------------------------------------------------------------------------*\
  #UTILITIES
\*----------------------------------------------------------------------------*/
.container {
    padding: 2rem 0;
}

.clear {
    clear: both;
}

.fancybox-nav span {
    visibility: visible !important;
}

/*----------------------------------------------------------------------------*\
  #HEADER SECTION
\*----------------------------------------------------------------------------*/
.header-container {
    border-top: 8px solid #ec6501;
}

.site-logo img {
    display: block;
    margin: 0 auto;
}

.main-navigation-container {
    background: #5e666e;
}

.desktop-menu li {
    text-align: center;
    padding: 0;
    display: inline-block;
}

.desktop-menu li a.home {
    
}

.desktop-menu li a {
    font-family: 'open_sanssemibold';
    font-size: 1.2rem;    
    color: #c7cccc;
    text-transform: uppercase;
    display: block;
    margin-top: 6px;
    padding: 14px 40px !important;
    transition: all 0.4s ease;
    border-bottom: 6px solid #5e666e;
}

.desktop-menu li a:hover {
    color: #fff;
    border-bottom: 6px solid #ec6501;
    
}

.desktop-menu li a:focus {
    outline: none;
}

.desktop-menu li.current-menu-item > a,
.desktop-menu li.is-active {
    
}

.desktop-menu li ul {
    min-width: 240px;
    border: 0 none;
    -moz-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.6);
}

.desktop-menu li ul li {
    height: auto;
    padding: 0 0 0 0;
    border-bottom: 1px solid #ddd;
}

.desktop-menu li ul li a:before {
    height: 0;
    width: 0;
    margin: 0 0 0 0;
}

.desktop-menu li ul li a {
    font-size: 0.9375rem;
    color: #fcfcfc;
    text-align: left;
    text-transform: none;
    line-height: 1;
    height: auto;
    min-height: 1px;
    padding: 1rem 0.5rem 1rem 1rem;
    display: block;
    background: #ec6501;
}

.desktop-menu li ul li a:hover {
     color: #ec6501;
     background: #bb5001;
}

.main-navigation .menu.dropdown > li.is-dropdown-submenu-parent > a::after {
    border: 0 none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f107";
    padding-right: 1rem;
    margin: -0.5rem 0 0 0;
}

.main-navigation .menu.dropdown > li.is-dropdown-submenu-parent > a:hover {
    color: #ec6501;
    background: #bb5001;
}

.main-navigation .dropdown.menu.vertical > li.opens-left > a::after {
    border: inset 5px;
    border-color: transparent #fcfcfc transparent transparent;
}

.main-navigation .dropdown.menu.vertical > li.opens-right > a::after {
    border: inset 5px;
    border-color: transparent transparent transparent #fcfcfc;
}

.header-contact {
    padding-top: 1rem;
}

.header-contact .facebook {
    font-size: 36px;
    display: block;
    margin-bottom: 6px;
}

.header-contact .phone {
    font-family: 'open_sanssemibold';
    font-size: 27px;
    color: #7d7f7f;
    display: inline-block;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #babdbd;
}

.header-contact .email a {
    font-family: 'open_sanssemibold' !important;
    font-size: 18px;
    display: inline-block;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #babdbd
}

/*----------------------------------------------------------------------------*\
  #HOME PAGE SECTION
\*----------------------------------------------------------------------------*/

/* Home content */
.orbit .orbit-controls {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.orbit .orbit-controls .orbit-previous,
.orbit .orbit-controls .orbit-next {
    font-size: 2rem;
    font-weight: 900;
    color: #000;
    opacity: 0.5;
    background: transparent;
}

.orbit .orbit-controls .orbit-previous:hover,
.orbit .orbit-controls .orbit-next:hover {
    color: #fff;
    cursor: pointer;
}

.orbit .orbit-slide {
    text-align: center;
    background-size: cover;
    background-position: center;
}

/*----------------------------------------------------------------------------*\
  #CONTENT
\*----------------------------------------------------------------------------*/

.featured-image-container img {
    width: 100%;
}
/* Entry header */
.entry-header {
    margin: 4rem 0 0.5rem 0;
}

.entry-header .entry-title {
    margin-bottom: 0;
}

.entry-thumbnail img {
    display: block;
    margin: 0 auto;
}

/* Entry content */
.entry-content {
    margin: 0 0 0 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    text-align: left;
}

.entry-content a {
    transition: all 0.4s ease;
}

.entry-content a:hover {
    border-color: #bb5001;
}

.entry-content ul {
    display: table;
    margin: 1rem 0 1rem 1rem;
    padding-left: 0;
}

.entry-content ul li:before {
    content: "•";
    color: #ec6501;
    display: table-cell;
    padding-right: 1rem;
}

.entry-content ul li {
    font-size: 1.0625rem;
    line-height: 1.6rem;    
    list-style-type: none;    
    display: table-row;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}

.entry-content ul li:after {
    content: "";
    display: block;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.entry-content ul ul {
    margin-top: 0.3rem;
    margin-bottom: 0;
}

.entry-content ol {
    margin: 1rem 1rem 1rem 1rem;
}

.entry-content ol li {
    font-size: 1.0625rem;
    line-height: 1.6rem;
    list-style-type: decimal;
    list-style-position: inside;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.entry-content button a,
.entry-content .button a,
.entry-content button a,
.entry-content .button a:visited {
    color: #fcfcfc;
    border-bottom: 0 none;
}

.entry-content.map p {
    margin-bottom: 0;
}

.entry-content.map iframe {
    padding: 5px;
    border: 1px solid #ddd;
}

span.wpcf7-list-item {
    margin-left: 0;
}

/* Entry footer */
.entry-footer {
    clear: both;
    margin: 0;
}

.edit-link {
    float: left;
    clear: both;
    background: #ec6501;
    margin-bottom: 1rem;
}

.edit-link:hover {
    background: #bb5001;
}

.edit-link a {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fcfcfc;
    padding: 0.5rem 1.5rem;
    display: block;
    border-bottom: 0 none;
    transition: all 0.4s ease;
}

.edit-link a:hover {
    color: #ec6501;
    background: #bb5001;
    border-bottom: 0 none;
}

/* Contact page */
.google-map,
.staff-contacts {
    margin-top: 4rem;
}

.business-address a,
.staff-contacts a {
    font-family: 'open_sansregular';
}

.contact-form .h1 {
    font-family: 'open_sanssemibold';
    color: #ec6501;
    line-height: 1.3;
    margin-top: 0;
}

.contact-form {
    padding-top: 3rem;
    margin-top: 4rem;
    border-top: 1px solid #ddd;
}

.contact-form form p {
    margin-bottom: 0.3rem;
}

/* Sitemap page */
.sitemap-column {
    margin: 0 0 3rem 0;
}

.sitemap-column h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.sitemap-column a {
    padding-left: 0;
}

/*----------------------------------------------------------------------------*\
  #POSTS
\*----------------------------------------------------------------------------*/
ol.post-list {
    margin: 2.3rem 0 3rem 0;
    padding: 0;
}

ol.post-list li {
    list-style-type: none;
    padding: 0 0 1.7rem 0;
    margin: 0 0 1.7rem 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}

ol.post-list li.sticky {    
    border-style: solid;
    border-width: 1px;
    border-color: #e8e6e8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #fafafa;
}

ol.post-list li.sticky .attachment-thumbnail {
}

.attachment-thumbnail {
    float: left;
    margin: 3px 20px 0 0;
}

.featured-image {
    display: block;
    margin: 20px auto 30px auto;
}

.bypostauthor {
    
}

.entry-title.single-post-title {
    line-height: 1.2;
}

.post-link {
    font-size: 1.4735rem;
    margin-bottom: 0.5rem;
}

.post-list p {
    margin-bottom: 0.5rem;
}

.post-link a {
    transition: color 0.4s ease;
}

/* Post meta */
.post-meta {
    font-size: 0.9375em;
    color: #888;
    margin: 0 0 1.5rem 0;
}

.post-meta a {
    color: #888;
}

.post-meta .fa {
    color: #ec6501;
}

.post-meta .post-author,
.post-meta .post-date,
.post-meta .post-category,
.post-meta .post-tag,
.post-comment {
    display: inline-block;
}

.post-author,
.post-meta .post-date,
.post-meta .post-category,
.post-meta .post-tag {
    margin-right: 10px;
}

/* Post navigation */
.post-nav ul {
    margin: 3rem 0 2.5rem 0;   
}

.post-nav ul li {    
    display: inline-block;
    margin: 0 0 20px 0;
}

.post-nav ul li a {
  color: #bb5001;
  padding: 7px 13px 7px 13px;
  font-size: 0.8em;
  border: solid 1px #ddd;
  margin-left: 4px;
}

.post-nav ul li .current, 
.post-nav ul li .dots {
    color: #fcfcfc;
    padding: 8px 13px 7px 13px;
    font-size: 0.8em;
    margin-left: 4px;
    border: 1px solid #ec6501;
    background: #ec6501;
}

.post-nav ul li a:hover {
    color: #fcfcfc;
    background: #bb5001;
    border: 1px solid #bb5001;
    text-decoration: none;
}

/* Post image attachments */
.entry-content .attachment {
    margin: 1rem 0 1rem 0;
}

.entry-content .attachment img {
    margin: 0 auto;
    display: block;
}

/* Search results page */
.search-results-count p {
    
}

.search-results ol {
    margin: 1.8rem 0 3rem 0;
}

.search-results ol li {
    list-style-type: none;
    padding: 1rem 0 0 0;
    margin: 0;
    border-top: 1px solid #ddd;
}

.search-results h2 a {
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: 1.2;
    transition: color 0.4s ease;
}

.search-results strong {
    
}

/*----------------------------------------------------------------------------*\
  #FOOTER
\*----------------------------------------------------------------------------*/
.owl-container {
    padding: 32px 0;
    margin-top: 4rem;
    background: #e6e4e2;
}

.footer-container {
    background: #ec6501;
}

.footer-container {
    font-size: 1rem;
    color: #fcfcfc;
    padding: 2rem 0 1rem 0;
}

.footer-container .site-contact p.call-us {
    font-family: 'open_sanssemibold';
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 5px;
}

.footer-container .site-contact p.email-us {
    font-family: 'open_sansregular';
    font-size: 20px;
}

.footer-container .site-contact a {
    color: #fec299;
    transition: color 0.4s ease;
}

.footer-container .site-contact a:hover {
    color: #fff;
}

.bottom-bar {
    color: #fff;
    background: #5e666e;
    padding: 0.5rem 0;
}

.bottom-bar p {
    font-size: 13px;
    margin: 0.5rem 0;
}

.bottom-bar a {
    font-family: 'open_sansregular';
    color: #fff;
    transition: color 0.4s ease;
}

.bottom-bar a:hover {
    color: #bb5001;
}

.copyright p span {
    margin: 0 4px;
}

/*----------------------------------------------------------------------------*\
  #SIDEBAR
\*----------------------------------------------------------------------------*/
.sidebar,
.sidebar-left {
    margin-top: 3rem;
}

/*----------------------------------------------------------------------------*\
  #WIDGETS
\*----------------------------------------------------------------------------*/
.widget-area {
    margin: 0 0 0.5rem 0;
}

.widget-container {
    font-size: 0.9375rem;
    word-wrap: break-word;
    margin: 0 0 1.5rem 0;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    overflow: hidden;
}

.widget-container .widget-title  {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    color: #fcfcfc;
    padding: 1rem 1rem 0.8rem 1rem;
    margin: 0;
    background: #ec6501;
}

.widget-container p {
    font-size: inherit;
    line-height: inherit;
}

.widget-container a {
    transition: color 0.4s ease;
}

.widget-container a:hover {
    
}

.widget-container .screen-reader-text {
    visibility: hidden;
}

.widget-container ul li {
    display: block;
    margin-right: 1rem;
    margin-left: 1rem;
}

/* Pages widget, Archives widget, Categories, Recent entries widget */
.widget_pages .widget-title,
.widget_archive .widget-title,
.widget_categories .widget-title,
.widget_recent_entries .widget-title {
    margin-bottom: 0;
}

.widget_nav_menu,
.widget_pages,
.widget_archive,
.widget_categories,
.widget_recent_entries {
    padding-bottom: 1rem;
}

.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_recent_entries li:first-child {
    border-top: 0 none;
}

.widget_nav_menu li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.widget_recent_entries li {
    color: #808082;
    margin: 0;
    border-bottom: 1px solid #eee;
    border-top: 0 none;
}

.widget_pages ul ul li:first-child,
.widget_categories ul ul li:first-child {
    border-top: 1px solid #fcfcfc;
}

.widget_nav_menu li a {
    padding-right: 0;
    padding-left: 0;
}

.widget_nav_menu li a:hover {
    
}

.widget_nav_menu li.active a {    
    background: transparent;
}

.widget_pages a,
.widget_archive a,
.widget_categories a {
    line-height: 1;
    padding: 0.7rem 0;
    display: inline-block;
}

.widget_recent_entries li {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.widget_recent_entries a {
    font-size: 1rem;
    line-height: 1.3;
    padding: 0 0;
    display: inline-block;
}

.widget_recent_entries .post-date {
    font-size: 0.875rem;
    font-weight: 600;
    color: #808082; 
    display: block;
    margin-top: 0.5rem;
}

.widget_archive form,
.widget_categories form {
    padding: 0 1rem;
}

.widget_archive select,
.widget_categories select {
    font-size: 0.875rem;
    margin: 0 0;
}

.widget_pages .children a {
    padding-left: 0.5rem;
}

/* Text widget */
.widget_text .widget-title {
    padding-bottom: 1rem;
}

.textwidget {
    padding: 0 0;
}

/* Search widget */
.search-form {
    padding: 1.25rem 1rem 0.5rem 1rem;
}

#searchform .input-group {
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    overflow: hidden;
}

#searchform .input-group input:focus {
    border: 1px solid #bb5001;
    outline: 0 none;
}

#searchform input {
    font-size: 0.875rem;
    padding: 0 0.5rem;
    margin-bottom: 0;
    border: 0 none; 
}

#searchform input[type=submit] {
    width: 40px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fcfcfc;
    background: #ec6501;    
    display: block;
    border: 0 none;
    transition: background 0.4s ease;
}

/* Tag Cloud widget */
.widget_tag_cloud {
    
}

.tagcloud {
    padding: 0.5rem 1rem 0.25rem 1rem;
}

/*----------------------------------------------------------------------------*\
  #IMAGES
\*----------------------------------------------------------------------------*/
.alignnone {
    margin: 8px 2.4rem 1rem 0;
}

.aligncenter, 
div.aligncenter {
    display: block;
    margin: 2.75rem auto 3rem auto;
}

.alignright {
    float: right;
    margin: 8px 0 1rem 2rem;
}

.alignleft {
    float: left;
    margin: 5px 2rem 1rem 0;
}

a img.alignright {
    float: right;
    margin: 8px 0 1rem 2rem;
    padding: 0;
}

a img.alignnone {
    margin: 8px 2rem 1rem 0;
}

a img.alignleft {
    float: left;
    margin: 8px 2rem 1rem 0;
    padding: 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.wp-caption {
    max-width: 98%; /* Ensure image does not overflow the content area */
    padding: 0px;
}

.wp-caption.alignnone {
    margin: 8px 2rem 1.25rem 0;
}

.wp-caption.alignleft {
    margin: 8px 2rem 1.25rem 0;
}

.wp-caption.alignright {
    margin: 8px 0 1.25rem 2rem;
}

.wp-caption.aligncenter {
    display: block;
    margin: 2rem auto 2rem auto;
}

.wp-caption img {
    max-width: 98.5%;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.3rem;
    color: #bb5001;
    text-align: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    white-space: pre-line;
}

/* Galleries */
.entry-content .gallery {
    margin: 2rem 0 2rem -2px !important;
}

.gallery dl dt,
.gallery dl dd {
    margin-bottom: 0;
}

.entry-content .gallery img {
    width: 100%;
    height: auto;
}

.gallery-item {
    display: inline-block;
    padding: 0 0 2px 2px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0 !important;
}

.gallery-icon {

}

.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-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    
    min-height: 2.4rem;
    line-height: 1.2rem;
    text-align: center;
    padding: 0.2rem 0.5rem;
    clear: both;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* Responsive images. Fluid images for posts, comments, and widgets */
.grid-x img,
.widget img,
.wp-caption img {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.grid-x img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.entry-thumbnail,
img.attachment-thumbnail,
img.attachment-medium,
img.attachment-large,
img.size-thumbnail,
img.size-medium,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/**
 *
 * Our media queries begin here
 *
 */

 /*----------------------------------------------------------------------------*\
  #MOBILE NAVIGATION BREAKPOINT
\*----------------------------------------------------------------------------*/ 
@media screen and (max-width: 63.95em) {
    /* Header */
    .header-contact {
        text-align: center;
        padding-bottom: 2rem;
    }

    .header-contact .phone,
    .header-contact .email {
        display: inline-block;
        border: 0 none;
    }

    .header-contact .phone,
    .header-contact .email a {
        border: 0 none;
    }
    
    /* Mobile top menu */
    .main-navigation-container {
        min-height: 50px;
    }

    .main-navigation ul {
        
    }

    .desktop-menu {
        display: none;
    }

    .no-js .mobile-navigation {
        display: none; /* Hides mobile menu on page load */
    }

    .no-js .title-bar,
    .title-bar {
        color: #fcfcfc;
        padding-left: 0;
        padding-right: 0;
        background: transparent;
        display: block;
    }

    .title-bar-title a {
        color: #fcfcfc;
    }

    .mobile-navigation .toggle {
        font-family: 'open_sanssemibold';
        font-size: 1.75rem;
        width: auto !important;
        height: 50px;
        
        color: #fcfcfc;
        line-height: 50px;
        padding: 0;
        margin: -40px 0 0 0 !important;
        background: transparent !important;
        border: 0 none !important;
    }

    .mobile-navigation .toggle::after {
        border: 0 none !important;
    }

    .mobile-navigation .toggle:hover {
        color: #fcfcfc;
        background: transparent;
    }

    .mobile-navigation .toggle:focus {
        outline: 0;
    }

    .mobile-navigation #menu-small {
        margin-top: 0 !important;
        margin-bottom: 0.5rem;
    }

    .mobile-navigation .is-accordion-submenu-parent > a::after {
        font-family: 'Font Awesome 5 Free';
        font-size: 24px;
        text-align: right;
        display: block;
        width: 40px;
        height: 40px;
        border: 0 none;
        content: '\f0d7';
        border-color: transparent;
        position: absolute;
        top: 7px;
        right: 0;
        margin: 0 0.93rem 0 0;
    }

    .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
        content: '\f00d';
        -ms-transform: none;
            transform: none;
    }

    .mobile-navigation .nested.menu {
        margin-left: 0;
    }

    .mobile-navigation li a {
        font-size: 1rem;
        color: #fcfcfc;
        padding-left: 0 !important;
        background: transparent;
    }

    .mobile-navigation li a:hover,
    .mobile-navigation .active > a {
        color: #fff;
        background: transparent;
    }

    .mobile-navigation ul ul li a {
        font-size: 0.9375rem;        
    }

    .mobile-navigation ul ul li a:hover {
        
    }
}

/*----------------------------------------------------------------------------*\
  #LARGE SCREENS
\*----------------------------------------------------------------------------*/
@media only screen and (min-width: 64em) {
    .topbutton {
        right: 30px;
        bottom: 30px;
    }

    /* Header */
    .site-logo {
        
    }

    .header-contact {
        text-align: right;
    }

    /* Mobile menu */
    .no-js .title-bar,
    .title-bar,
    .mobile-navigation {
        display: none !important;
    }

    /* Home Page */
    .orbit .orbit-controls {
        margin-right: 4%;
        margin-left: 4%;
    } 

    /* Entry content */
    

    /* Footer */
    .bottom-bar .owd p {
        text-align: right;
    }
}

/*----------------------------------------------------------------------------*\
  #MAIN NAVIGATION FONT SIZE CHANGE BETWEEN MEDIUM AND LARGE SCREENS
\*----------------------------------------------------------------------------*/
@media screen and (min-width: 64em) and (max-width: 81.25em) {
    .desktop-menu li a {
        font-size: 1rem !important;
        padding: 14px 30px !important;
    }
}

/*----------------------------------------------------------------------------*\
  #MEDIUM SCREENS
\*----------------------------------------------------------------------------*/
@media screen and (min-width: 40em) and (max-width: 63.9398em) {
    a:focus {
        outline: none !important;
    }

    .grid-x {
        padding-left: 0.93rem;
        padding-right: 0.93rem;
    }

    /* Home Page */
    .orbit .orbit-controls {
        margin-right: 2%;
        margin-left: 2%;
    }

    /* Header */
    .header-contact {

    }
    
    /* Entry content */
    

    /* Footer */
    .bottom-bar .owd p {
        text-align: right;
    }    

    /* Images */
    .alignnone,
    .alignright,
    .alignleft,
    a img.alignright,
    a img.alignnone,
    a img.alignleft,
    .wp-caption.alignnone,
    .wp-caption.alignleft,
    .wp-caption.alignright {
        max-width: 300px !important;
    }

    /* Gallery */
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item {
        max-width: 50%;
    }

    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item {
        max-width: 33.33%;
    }

    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        max-width: 25%;
    }

    /* Sidebar */
    .sidebar {
        margin-bottom: 0;
    }
}

/*----------------------------------------------------------------------------*\
  #SMALL SCREENS
\*----------------------------------------------------------------------------*/
@media screen and (max-width: 39.9375em) {
    a:focus {
        outline: none !important;
    }

    .grid-x {
        padding-left: 0.93rem;
        padding-right: 0.93rem;
    }

    /* Header */
    .site-logo {
        text-align: center;
    }

    /* Home Page */
    .orbit .orbit-controls {
        display: none;
    }

    /* Entry content */


    /* Gallery Page */


    /* Footer */
    .dfx {
        display: block;
    }
    
    /* Images */
    .alignnone,
    .alignright,
    .alignleft,
    a img.alignright,
    a img.alignnone,
    a img.alignleft,
    .wp-caption.alignnone,
    .wp-caption.alignleft,
    .wp-caption.alignright {
        max-width: 160px !important;
    }

    /* Gallery */
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        width: 50% !important;
        max-width: 50%;
    }

    /* Sidebar */
    .sidebar {
        margin-bottom: 0;
    }
}