/*
Theme Name: PMD
Theme URI: https://precisionmicrodrives.com
Author: Precision Microdrives
Author URI: https://precisionmicrodrives.com
Description: PMD
Version: 1.0.3
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: precisionmicrodrives
Domain Path: /languages/
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, blog, education, portfolio
*/


/**
* Table of Contents
*
* 1.0 - Reset
* 2.0 - FontAwesome
* 3.0 - Typography
* 4.0 - Elements
* 5.0 - Padding/Margin
* 6.0 - Forms
* 7.0 - Navigation
* 8.0 - Accessibility
* 9.0 - Alignments
* 10.0 - Clearings
* 11.0 - Header Top Area
* 12.0 - Header Area
* 13.0 - Hero Section
* 14.0 - Promotion Area
* 15.0 - Featured Content Area
* 16.0 - Testimonials Area
* 17.0 - Team
* 18.0 - Contact Info
* 19.0 - Content
* 20.0 - Widgets
* 21.0 - Comments
* 22.0 - Media
* 23.0 - Captions
* 24.0 - Galleries
* 25.0 - Footer
* 26.0 - Extra Elements
* 27.0 - Media Queries
*/


/**
* 1.0 - Reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  min-width: 320px; /* Absolute final min width for responsive style */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #e7e7e8; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}


/**
* 2.0 - FontAwesome
*/
.posted-on a:before,
.byline a:before,
.cat-links span + a:before,
.tags-links span + a:before,
.comments-link a:before,
.edit-link a:before,
.dropdown-toggle:after,
.menu-item-has-children a:after,
.page_item_has_children a:after,
.menu-toggle:before,
.wp-custom-header-video-button:before,
.cycle-prev:before,
.cycle-next:before,
#scrollup:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu-toggle:before,
.wp-custom-header-video-button:before,
.wp-custom-header-video-button.wp-custom-header-video-pause:before {
  font-size: 24px;
  line-height: 1.25;
}

.menu-toggle:before {
  content: "\f0c9";
}

.menu-toggle.toggled-on:before {
  content: "\f00d";
}

.wp-custom-header-video-button:before {
  content: "\f04b";
}

.wp-custom-header-video-button.wp-custom-header-video-pause:before {
  content: "\f04c";
}

.cycle-prev:before {
  content: "\f104";
}

.cycle-next:before {
  content: "\f105";
}

#scrollup:before {
  content: '\f106';
}

.entry-meta .posted-on a:before {
  /* content: "\f073"; */
}

.entry-meta .author a:before {
  content: "\f007";
}

.edit-link a:before {
  content: "\f040";
}

.cat-links span + a:before {
  content: "\f07c";
}

.tags-links span + a:before {
  content: "\f02b";
}

.entry-meta .comments-link a:before {
  content: "\f075";
}


/**
* 3.0 - Typography
*/

/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


html,
body,
button,
input,
select,
textarea {
  color: #505050;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-bottom: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.ctdate {
  line-height: 34px;
}

#feature-slider .cycle-pager span {
  font-size: 3.75em;
}

.site-title {
  font-family: 'Raleway', sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.2;
}

.site-description {
  font-style: italic;
}

.button-minimal {
  background-color: transparent;
  color: #cd0a0a;
  display: inline-block;
  padding: 3px 14px;
  font-size: 0.95em;
}

.button-minimal:hover,
.button-minimal:focus {
  background-color: #8f1014;
  border-color: #8f1014;
  color: #fff;
}

#call-to-action-widget .button-minimal,
#feature-slider .more-button .button-minimal {
  background-color: #cd0a0a;
  color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  font-size: 0.95em;
}
@media screen and (max-width: 1339px) {
  /* Contact Info */
  #call-to-action-widget .col-1 {
    display: none !important;
  }
  /* Contact Button */
  #call-to-action-widget .col-2 {
    margin: 0 !important;
  }
  #call-to-action-widget .col-2 .button-minimal:not(.cart-dropdown) {
    width: 100%;
  }
  /* Cart Button */
  #call-to-action-widget .col-2 .button-minimal.cart-dropdown {
    position: absolute;
    top: 20px;
    right: 15px;
  }
}


#call-to-action-widget .button-minimal:hover,
#call-to-action-widget .button-minimal:focus,
#feature-slider .more-button .button-minimal:hover,
#feature-slider .more-button .button-minimal:focus {
  background-color: #8f1014;
  border-color: #cd0a0a;
}


#featured-content .more-button .button-minimal,
#promotion-headline-section .button-minimal {
  border-color: #fff;
  color: #fff;
}

#featured-content .more-button .button-minimal:hover,
#featured-content .more-button .button-minimal:focus,
#promotion-headline-section .button-minimal:hover,
#promotion-headline-section .button-minimal:focus {
  background-color: #8f1014;
  border-color: #8f1014;
  color: #fff;
}

#call-to-action-widget .textwidget {
  font-size: 1em;
  line-height: 1.5em;
}

#call-to-action-widget  .col-2 {
  margin-left: 20px;
}

#call-to-action-widget p {
  margin-bottom: 0;
}

#call-to-action-widget .widget-title {
  color: #cd0a0a;
  margin-top: 0;
  margin-bottom: -7px;
}

#call-to-action-widget .col {
  display: block;
}



.panel-grid-cell .widget-title {
  margin: 0;
}

h1,
.entry-title,
.page-title,
#scrollup:before {
  font-size: 2em;
  font-weight: 400;
}


h2,
.sidebar.sidebar-after-posts-pages .widget-title,
.sidebar.sidebar-before-posts-pages .widget-title,
.sidebar.sidebar-before-content .widget-title,
.sidebar.sidebar-after-content .widget-title,
.site .widget_pmd_social_icons a,
.header-top-bar .header-right-social-icons a {
  font-size: 2em;
  font-weight: 400;
}

h3,
#promotion-message h2,
#featured-content .featured-content-wrap .entry-title,
#portfolios-content .portfolio-wrap .entry-title,
#team-section  .section-content-wrap .entry-title,
.archive-post-wrap .entry-title,
#contact-info-section .contact-title {
  font-size: 2em;
  font-weight: 400;
}

h4,
.sticky-label,
.comments-title {
  font-size: 1.5em;
  font-weight: 400;
}

h5,
.sidebar .widget-title,
.news-ticker-label,
.sidebar .entry-title,
.footer-widget-area .entry-title {
  font-size: 1.25em;
  font-weight: 400;
}

h6,
#testimonial-section .section-content-wrap .entry-title,
#call-to-action-widget .widget-title,
.button-minimal,
.pmd-nav-menu a {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.header-top-bar,
.pmd-nav-menu ul a,
#header-top-menu .menu a,
.header-top-bar .header-right-social-icons a,
.sidebar .widget,
#supplementary .widget,
.main-pagination,
.page-links,
#breadcrumb-list .wrapper,
.site-description,
#secondary .widget-area,
.sidebar-primary .two-column .entry-title,
.sidebar-primary .three-column .entry-title,
.sidebar-primary .four-column .entry-title,
#colophon .widget-area {
  font-size: 1em;
}

#site-generator,
.nav-footer .menu a {
  font-size: 13px;
}

.entry-meta {
  font-size: 1em;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1em;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.hentry,
#contact-info-section {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}


/**
* 4.0 - Elements
*/

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}


body {
  background-color: #e7e7e8;
}

.site,
#header-featured-image .wrapper,
#feature-slider .wrapper {
  display: block;
  max-width: 1339px;
  width: 100%;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  position: relative; /* Needed for Mobile Header*/
}

#feature-slider .entry-container {
  width: 100%;
}

.sidebar-header-right .wrapper {
  width: auto;
}

a {
  color: #cd0a0a;
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #505050;
  outline: none;
  text-decoration: none;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: none;
}

ol {
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.widget ul {
  margin-left: 0;
}

.widget ul > li {
  list-style-type: none;
}

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. */
  vertical-align: middle;
}

figure {
  margin: 0;
}

table {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  font-weight: bold;
  margin: 0 0 2em;
  width: 100%;
}

th {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  color: #666;
  font-weight: 700;
  padding: 8px;
}

td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 8px;
}

blockquote:before {
  content: "\201C";
  display: block;
  font-size: 1.875em;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 20px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol ul > li, 
.entry-content ol ul ul > li, 
.entry-content ul ol ul > li, 
.entry-content ul ul ul > li {
  list-style-type: square;
}

.entry-content ul ul > li, 
.entry-content ol ul > li {
  list-style-type: circle;
}


/* .entry-content ul > li a {
  text-decoration: underline;
} */

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  /* background-color: #333; */
  /* color: #ddd; */
  
  display: block;
  white-space: pre;

  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}


.displayblock,
#heading,
#primary,
#secondary,
#comments {
  display: block;
}

.displaynone {
  display: none;
}

.sticky {
  display: block;
}

/**
* 5.0 - Padding/Margin
*/

.page-header {
  padding: 15px 15px 0 15px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"] {
  padding: 5px 10px;
}

textarea {
  padding: 6px 10px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 10px 20px;
}

.site-main,
.hentry,
.sidebar,
.widget,
.woocommerce-wrap,
.no-results,
.not-found,
#comments,
#nav-below,
.post-navigation {
  padding: 15px 30 px;
}

#featured-content .widget {
  padding: 0;
}

#portfolios-content .entry-container {
  padding: 30px;
}

.header-top-bar .widget,
.sidebar.sidebar-header-right,
.sidebar.sidebar-after-posts-pages,
.sidebar.sidebar-before-posts-pages {
  padding: 0;
}

#promotion-message,
#promotion-message .wrapper,
#main .woocommerce-wrap .products {
  padding-top: 15px;
}

#promotion-message,
#promotion-message .wrapper,
#main .woocommerce-wrap .products {
  padding-bottom: 15px;
}

#featured-content .widget,
#featured-content .hentry,
#featured-content .hentry p,
#team-section .hentry,
#team-section .hentry p,
.entry-header .entry-meta {
  margin: 0;
}

.logo-left #site-header {
  padding-left: 10px;
}

.logo-right #site-header {
  padding-right: 10px;
}

#breadcrumb-list .wrapper {
  padding: 15px 0;
}

.blog #main .hentry,
.archive #main .hentry,
.sidebar .entry-header {
  padding-bottom: 0;
}

.blog #main .hentry {
  margin-bottom: 0;
}

.nav-header-right .wrapper,
#header-featured-image .wrapper,
#feature-slider .wrapper,
#featured-content .featured-content-wrap .entry-header,
.sidebar-header-top,
.sidebar-header-bottom,
.sidebar-before-content,
.sidebar-after-content,
#promotion-message .widget {
  padding: 0;
}

.header-top-bar p,
.header-top-bar .widget figure,
#promotion-message .widget,
.site-description,
.single-post .hentry,
.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar.sidebar-before-posts-pages .widget,
.sidebar.sidebar-after-posts-pages .widget {
  margin-bottom: 15px;
}

.hentry,
.widget {
  margin: 0 0 30px;
}

.hentry:last-child,
.widget:last-child {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

#promotion-message h2 {
  margin-bottom: 5px;
}

.site-title,
#header-top-menu,
#promotion-message p,
.page-content {
  margin: 0;
}

.site-main .entry-content,
.site-main .entry-summary {
  margin-top: 0;
  min-height: 510px;
}

.archive-post-wrap .entry-content,
.archive-post-wrap .entry-summary {
  margin-top: 15px;
}

.archive-post-wrap .button-minimal {
  background-color: transparent;
  border: none;
  color: #cd0a0a;
  padding: 0;
}

.archive-post-wrap .more-button {
  margin-top: 10px;
}

.archive-post-wrap .button-minimal:hover,
.archive-post-wrap .button-minimal:focus {
  color: #505050;
}

#promotion-message .right .promotion-button {
  margin-top: 7px;
  padding: 5px 15px;
}

.section-heading-wrap,
#portfolios-content .portfolio-heading-wrap,
#testimonial-section .section-content-wrap {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}


.section-heading-wrap {
  padding: 15px 15px 0;
}

#portfolios-content .portfolio-heading-wrap {
  padding:  15px;
}

#featured-content .entry-content {
  margin-top: 0;
}

#featured-content .entry-container,
#team-section .entry-container {
  margin-top: 20px;
}

p {
  margin-bottom: 20px;
}

#testimonial-section .section-content-wrap .entry-header {
  margin-bottom: 20px;
}

#testimonial-section .section-content-wrap .entry-title {
  margin-bottom: 5px;
}

.widget figure {
  margin-bottom: 15px;
}

.sidebar-header-right .widget {
  margin-bottom: 10px;
}

#scrollup:before {
  margin-top: 4px;
}

.entry-meta .posted-on,
.entry-meta .byline,
.entry-meta .comments-link,
.entry-meta .cat-links {
  margin-right: 10px;
}

blockquote {
  margin: 20px 40px;
}

.nav-footer,
.copyright {
  padding: 0;
}

.entry-meta span a:before {
  margin-right: 3px;
}

#content {
  margin: 0;
}

.sidebar.sidebar-before-posts-pages .widget,
.sidebar.sidebar-after-posts-pages .widget {
  padding: 0 15px;
}

#site-header {
  padding: 10px 0;
}

.sidebar.sidebar-header-right .widget {
  padding: 0;
  margin: 8px 0;
}

.sidebar.sidebar-before-posts-pages .widget .widget-wrap,
.sidebar.sidebar-after-posts-pages .widget .widget-wrap {
  padding: 15px 0;
}

#menu-toggle-header-right {
  margin: 18px 0;
}

.header-top-bar .wrapper,
#promotion-message .wrapper,
#breadcrumb-list .wrapper,
#masthead .wrapper,
#menu-toggle-primary,
#menu-toggle-secondary {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 1339px) {
  #masthead .wrapper {
    padding: 15px;
    padding-bottom: 10px;
  }
  #site-branding .custom-logo {
    width: 150px;
    padding-bottom: 10px;
  }
}


/**
* 6.0 - Forms
*/

button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9em;
  text-align: center;
  text-transform: uppercase;
  padding: 3px 30px;
  margin: 3px;
  border: none;
  background-color: #cd0a0a;
  box-shadow: none;
  color: #fff;
  cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
  text-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #8f1014;
  border: none;
  box-shadow: none;
}

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 {
  background-color: #cd0a0a;
  box-shadow: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  background-color: #fbfbfb;
  color: #444;
  border: 1px solid #ccc;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #fff;
  color: #505050;
  outline: none;
}

textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}

.search-form .search-field {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.more-button {
  clear: both;
  display: block;
  margin-top: 20px;
}


/**
* 7.0 - Navigation
*/

#site-header-top-menu,
#site-header-right-menu,
#site-header-menu,
#site-secondary-menu {
  display: none;
}

#site-header-top-menu.toggled-on,
#site-header-right-menu.toggled-on,
#site-header-menu.toggled-on,
#site-secondary-menu.toggled-on,
.no-js #site-header-top-menu,
.no-js #site-header-right-menu,
.no-js #site-header-menu,
.no-js #site-secondary-menu {
  display: block;
}

#site-header-menu.toggled-on #search-container {
  display: block;
}

#site-header-top-menu.toggled-on {
  clear: both;
  display: block;
  margin: 20px 0;
  text-align: left;
  width: 100%;
}

#site-header-right-menu.toggled-on {
  clear: both;
  display: block;
  text-align: left;
}

#site-header-right-menu.toggled-on .wrapper {
  padding: 0;
}

#site-header-top-menu.toggled-on .header-right-social-icons {
  float: none;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}

.menu-primary {
  text-align: center;
  background: #ffffff;
}
@media screen and (min-width: 1340px) {
  .menu-primary {
    border-bottom: 8px solid #cd0a0a;
  }
}

.menu-secondary {
  background-color: #f6f7f7;
  text-align: center;
}

.site .pmd-nav-menu {
  margin: 0;
}

.site .pmd-nav-menu li {
  list-style: none;
  position: relative;
  text-align: center;
}

#site-header-top-menu.toggled-on .wrapper {
  padding: 0;
}

#site-header-menu.toggled-on .pmd-nav-menu li,
#site-header-menu.toggled-on .pmd-nav-menu,
#site-header-menu.toggled-on .dropdown-toggle:after {
  /* border-color: #333; */
  margin-right: 0;
}

#site-header-menu.toggled-on .dropdown-toggle {
  color: #fff;
}

#site-header-menu.toggled-on .pmd-nav-menu ul  {
  border-top: 1px dotted #333;
  box-shadow: none;
}

#site-secondary-menu.toggled-on .pmd-nav-menu ul,
#site-header-right-menu.toggled-on .pmd-nav-menu ul,
#site-header-top-menu.toggled-on .pmd-nav-menu ul {
  border-top: 1px dotted #d1d1d1;
  box-shadow: none;
}

#site-header-menu.toggled-on .toggled-on,
#site-secondary-menu.toggled-on .toggled-on,
#site-header-right-menu.toggled-on .toggled-on,
#site-header-top-menu.toggled-on .toggled-on{
  background-color: transparent;
}

#site-header-menu.toggled-on .toggled-on a {
  color: #eee;
}

#site-header-menu.toggled-on .toggled-on li:last-child,
#site-secondary-menu.toggled-on .toggled-on li:last-child,
#site-header-right-menu.toggled-on .toggled-on li:last-child,
#site-header-top-menu.toggled-on .toggled-on li:last-child,
#site-secondary-menu.toggled-on .pmd-nav-menu,
#site-header-top-menu.toggled-on .pmd-nav-menu {
  border-bottom: none;
}

#site-header-top-menu.toggled-on .header-right-social-icons a {
  border: 1px solid #fff;
  margin: 0 5px;
}

#site-secondary-menu.toggled-on .pmd-nav-menu li {
  margin-right: 0;
}

.menu-primary .pmd-nav-menu li,
.menu-secondary .pmd-nav-menu li  {
  margin-right: 0;
}

.menu-primary .pmd-nav-menu ul li,
.menu-secondary .pmd-nav-menu ul li {
  margin-right: 0;
}

.pmd-nav-menu a {
  display: block;
  line-height: 1.3125;
  outline-offset: -1px;
  padding: 12px 0 8px 0;
}

.menu-primary .pmd-nav-menu a {
  color: #63666a;
}

.header-top-bar .pmd-nav-menu a {
  color: #ffffff;
}

.menu-primary .pmd-nav-menu ul a,
.menu-secondary .pmd-nav-menu a,
.menu-header-right .pmd-nav-menu a {
  color: #ffffff;
}

.pmd-nav-menu a {
  border-bottom: 4px solid #ffffff;
}
.pmd-nav-menu a:hover,
.pmd-nav-menu a:focus {
  color:  #cd0a0a;
  border-bottom: 4px solid #cd0a0a;
}

@media screen and (max-width: 1339px) {
  .pmd-nav-menu a:hover,
  .pmd-nav-menu a:focus {
    border-bottom: 4px solid #ffffff;
  }
}

.pmd-nav-menu ul {
  background: #fff;
  border-top: 3px solid #cd0a0a;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  margin-left: 0.875em;
}

.no-js .pmd-nav-menu ul {
  display: block;
}

.header-top-bar .pmd-nav-menu .sub-menu a {
  background-color: #fff;
}

.header-top-bar .pmd-nav-menu .sub-menu a:hover,
.header-top-bar .pmd-nav-menu .sub-menu a:focus {
  color: #cd0a0a;
}

.pmd-nav-menu .current-menu-item > a,
.pmd-nav-menu .current-menu-ancestor > a,
.pmd-nav-menu .current_page_item > a,
.pmd-nav-menu .current_page_ancestor > a,
.header-top-bar .pmd-nav-menu .current-menu-item > a,
.header-top-bar .pmd-nav-menu .current-menu-ancestor > a {
  background: #cd0a0a;
  color: #ffffff;
  border-bottom: 4px solid #cd0a0a;
}

.menu-secondary .pmd-nav-menu a {
  background-color: transparent;
}

.menu-secondary .pmd-nav-menu .sub-menu a {
  background-color: #f6f7f7;
}

.pmd-nav-menu .toggled-on {
  display: block;
}

#header-top-menu .pmd-nav-menu,
.pmd-nav-menu ul {
  text-transform: none;
}

.pmd-nav-menu .menu-item-has-children > a,
.pmd-nav-menu .page_item_has_children > a {
  margin-right: 56px;
}

#menu-toggle-header-top {
  background-color: transparent;
  border: none;
  color: #777;
  float: right;
  padding: 5px 10px;
}

#menu-toggle-header-right {
  background-color: transparent;
  border: none;
  color: #505050;
  float: right;
  padding: 5px 10px;
}

#menu-toggle-primary,
#menu-toggle-secondary {
  /* background-color: transparent; */
  border: none;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1339px) {
  #menu-toggle-primary {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 36px;
    padding: 3px 10px 2px 8px;
    background: none;
    color: #cd0a0a !important;
  }
  #menu-toggle-primary:focus {
    outline: none;
  }
}

#menu-toggle-primary {
  color: #fff;
  margin: 0;
}

#menu-toggle-secondary {
  color: #505050;
}

#menu-toggle-header-top:hover,
#menu-toggle-header-right:hover,
#menu-toggle-primary:hover,
#menu-toggle-secondary:hover,
#menu-toggle-header-top:focus,
#menu-toggle-header-right:focus,
#menu-toggle-primary:focus,
#menu-toggle-secondary:focus,
#menu-toggle-header-top.toggled-on,
#menu-toggle-header-right.toggled-on,
#menu-toggle-primary.toggled-on,
#menu-toggle-secondary.toggled-on {
  /* color: #cd0a0a; */
}

#site-header-menu.toggled-on,
#site-secondary-menu.toggled-on {
  text-align: left;
  border-top: none;
  padding: 0 15px 30px 15px;
  position: absolute;
  z-index: 1000;
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #505050;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px;
}

.dropdown-toggle:after {
  border: 0 solid #d1d1d1;
  border-left-width: 1px;
  content: "\f107";
  font-size: 1.5em;
  left: 1px;
  position: relative;
  width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: transparent;
  color: #cd0a0a;
}

.dropdown-toggle:focus {
  outline: thin dotted;
  outline-offset: -1px;
}

.dropdown-toggle:focus:after {
  border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
  content: "\f106";
}

.nav-primary .search-field {
  border-color: #eee;
  -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
  width: 90%;
}

@media screen and (max-width: 1339px) {
  .nav-primary .search-field {
    width: 100% !important;
    margin: 5px 0 10px;
    border-color: #777 !important;
  }
  .nav-primary .search-field::-webkit-search-decoration,
  .nav-primary .search-field::-webkit-search-cancel-button,
  .nav-primary .search-field::-webkit-search-results-button,
  .nav-primary .search-field::-webkit-search-results-decoration {
    display: none;
  }
  .nav-primary .search-field::-ms-clear,
  .nav-primary .search-field::-ms-reveal {
    display: none; 
    width : 0; 
    height: 0;
  }
  .nav-primary .search-submit {
    display: none;
  }
}

.nav-primary .search-field:focus {
  border-color: #666;
  color: #000;
}

.ctdate {
  display: none;
  float: left;
  padding-right: 0.875em;
}

.nav-footer .wrapper {
  text-align: center;
  vertical-align: middle;
}

.nav-footer .pmd-nav-menu,
.nav-footer .pmd-nav-menu li {
  border: none;
}

.nav-footer .pmd-nav-menu a {
  margin: 0;
}

.nav-footer .pmd-nav-menu li {
  display: inline-block;
  float: none;
}

.nav-footer .pmd-nav-menu li a {
  padding: 3px;
  text-decoration: underline;
}

.nav-footer .pmd-nav-menu .menu-item-has-children > a:after {
  display: none;
}

#site-generator .pmd-nav-menu li a {
  color: #ffffff;
  border-bottom: none;
}

#site-generator .pmd-nav-menu .current-menu-item a,
#site-generator .pmd-nav-menu li a:hover,
#site-generator .pmd-nav-menu li a:focus {
  color: #cccccc;
  border-bottom: none;
}

/* Pagination/Infiniate Scroll */
.site-main .comment-navigation,
.site-main .paging-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.post-navigation span {
  /* display: block; */
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}

#main .comment-navigation,
#main .posts-navigation,
#main .post-navigation {
  overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.nav-previous {
  margin-top: 0;
  width: 100%;
}
@media screen and (min-width: 1339px) {
  .comment-navigation .nav-previous,
  .paging-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous,
  .nav-previous {
    float: left;
    width: 50%;
  }
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next,
.nav-next {
  margin-top: 0;
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 1339px) {
  .comment-navigation .nav-next,
  .paging-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next,
  .nav-next {
    float: right;
    width: 50%;
  }
}

.main-pagination .pagination {
  margin-top: 25px;
}

.post-navigation .nav-next .nav-next {
  width: 100%;
}

.posts-navigation .nav-links a,
.pagination .nav-links a,
.pagination .nav-links .current,
.pagination .nav-links .dots,
#infinite-handle span button,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  background-color: #fff;
  border: 2px solid #cd0a0a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #cd0a0a;
  display: inline-block;
  font-size: 16px;
}

.wp-pagenavi a,
.wp-pagenavi span,
.page-links a,
.page-links span {
  background-color: #fff;
  border: 2px solid #cd0a0a;
}

.pagination .nav-links a,
.pagination .nav-links .current,
.pagination .nav-links .dots {
  padding: 10px 20px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  margin: 2px;
  padding: 10px 20px;
}
.site-main #infinite-handle {
  padding: 45px 20px 20px 20px;
}

.posts-navigation .nav-links a {
  border: 2px solid #cd0a0a;
  padding: 10px 20px;
}
.site-main #infinite-handle span button,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus {
  padding: 3px 30px;
}

.posts-navigation .nav-links a,
.site-main #infinite-handle span button {
  color: #cd0a0a;
}

.posts-navigation .nav-links a:hover,
.posts-navigation .nav-links a:focus,
.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links .current,
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.wp-pagenavi a:focus,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.page-links span,
.page-links a:hover,
.page-links a:focus,
.page-links a:hover span,
.page-links a:focus span {
  background-color: #cd0a0a;
  border-color: #cd0a0a;
  color: #fff;
}

.page-links a span {
  background-color: transparent;
  border: none;
  color: #cd0a0a;
  padding: 0;
}

.wp-pagenavi .pages,
.page-links span.pages {
  border: none;
  background-color: transparent;
  color: #505050;
  padding-left: 0;
}

/* Infinite Scroll */
.site-main #infinite-handle {
  clear: both;
  text-align: center;
  width: 100%;
}

.site-main #infinite-handle span {
  background-color: transparent;
  display: inline-block;
  font-size: inherit;
  padding: 0;
}

.site-main #infinite-handle button {
  display: inline;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}

.pagination .nav-links {
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span,
.page-links a,
.page-links span {
  border-radius: 3px;
  padding: 5px 12px;
}

.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

.wp-pagenavi {
  text-align: right;
}

.main-pagination {
  padding: 15px 0;
}

.woocommerce-pagination {
  padding-top: 15px;
}

/**
* 8.0 - Accessibility
*/

/* Assistive text */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* 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:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f6f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #1b8be0;
  display: block;
  font-size: 1em;
  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 */
}


/**
* 9.0 - Alignments
*/

.alignleft {
  display: inline;
  float: left;
  margin: 0.7em 1.5em 1em 0;
}

.alignright {
  float: right;
  display: inline;
  margin: 0.7em 0 1em 1.5em;
}
@media screen and (max-width: 1339px) {
  .alignleft {
    clear: both;
    margin: 0 1.5em 0 0;
  }

  .alignright {
    clear: both;
    margin: 0 0 0 1.5em;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1339px) {
  .aligncenter {
    max-width: 100% !important;
  }
  .alignnone {
    max-width: 100% !important;
  }
}


/**
* 10.0 - Clearings
*/

.clear:after,
.clearfix:after,
.header-top-bar:after,
.portfolio-wrap:after,
.hentry:after,
.archive-post-wrap:after,
.wrapper:after,
.pmd-nav-menu:after,
.featured-content-wrap:after,
#content_sidebar_wrap:after,
.widget:after,
.widget-wrap:after,
#nav-below:after,
.page-links:after,
.main-pagination:after,
.post-navigation:after,
.nav-links:after,
.sidebar:after,
#site-generator:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  clear: both;
}


/**
* 11.0 - Header Top Area
*/

.header-top-bar {
  background-color: #f2f2f2;
  color: #777;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}

#site-header-top-menu {
  float: right;
}

.header-right-social-icons {
  float: right;
  display: inline-block;
}

.header-top-bar .header-right-social-icons a {
  color: #777;
}

.header-top-bar .header-right-social-icons a:hover,
.header-top-bar .header-right-social-icons a:focus {
  color: #fff;
}

.nav-header-top .wrapper {
  width: auto;
}

.fixed-header-top .header-top-bar.hidden {
  position: relative;
  visibility: hidden;
}

.admin-bar.fixed-header-top .header-top-bar {
  top: 46px;
}

.fixed-header-top .header-top-bar,
.admin-bar.fixed-header-top .header-top-bar.sticky {
  top: 0;
  position: fixed;
  z-index: 200;
}


/**
* 11.0 - Header Area
*/

#masthead {
  background-color: #fff;
  margin: 0;
}

#site-branding,
#site-logo,
.sidebar-header-right {
  max-width: 100%;
  text-align: center;
}
@media screen and (max-width: 1339px) {
  #site-branding {
    height: 40px;
  }
}

.active-header-right-menu #site-branding,
.active-header-right-menu #site-logo,
.active-header-right-menu #site-header {
  display: inline-block;
  float: left;
  text-align: left;
}

#main-website-button {
  background-color: #cd0a0a;
  color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  font-size: 0.95em;
  margin-left: 50px;
}

#site-logo a {
  display: block;
}

#site-header.logo-enable.logo-left {
  padding-left: 10px;
}

#site-header.logo-enable.logo-right {
  padding-right: 10px;
}

.site-title {

}

.site-title a {
  color: #505050;
}

.site-title a:hover,
.site-title a:focus {
  color: #cd0a0a;
  text-decoration: none;
}

#header-featured-image {
  background-color: #fff;
  clear: both;
  width: 100%;
  text-align: center;
}

#masthead .search-field {
  float: right;
  font-size: 1em;
  -webkit-transition-duration: 400ms;
  -webkit-transition-property: width, background;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 400ms;
  -moz-transition-property: width, background;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 400ms;
  -o-transition-property: width, background;
  -o-transition-timing-function: ease;
  width: 90%;
  max-width: 250px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 3px;
  color:#888;
}

/* Sections */
.sections {
  padding: 45px 0;
}

.sections {
  font-size: 1.125em;
}

#feature-slider.sections {
  padding: 0;
}

#featured-content,
#logo-section,
#promotion-headline-section,
#contact-page-section {
  background-image: url("/product/images/bg-featured-content.jpg");
  background-attachment: fixed;
  background-color: #505050;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
  text-align: center;
}


/**
* 13.0 - Hero Section
*/

#hero-section {
  background-color: #fff;
  color: #505050;
  text-align: center;
}

#hero-section .hentry {
  display: table;
  margin: 0;
  position: relative;
  width: 100%
}

#hero-section .entry-container-wrap {
  background: #f7f7f7;
  padding: 30px;
}


/**
* 14.0 - Promotion Area
*/

#promotion-headline-section a {
  color: #cd0a0a;
}

#promotion-headline-section a:hover,
#promotion-headline-section a:focus {
  color: #fff;
}

/**
* 15.0 - Featured Content Area
*/

#featured-content .featured-content-image {
  display: block;
}

#featured-content .hentry {
  border: none;
  float: left;
}

#featured-content a {
  color: #cd0a0a;
}

#featured-content a:hover,
#featured-content a:focus {
  color: #fff;
}

#featured-content .section-heading-wrap,
#featured-content .section-heading-wrap .entry-title,
#promotion-headline-section .entry-title,
#promotion-headline-section .entry-title a,
#logo-section .entry-title,
#logo-section .entry-title a,
#contact-page-section .entry-title,
#contact-page-section .entry-title a {
  color: #fff;
}

#featured-content .featured-content-wrap .entry-title,
#featured-content .featured-content-wrap .entry-title a {
  color: #fff;
}

#featured-content .featured-content-wrap .entry-title a:hover,
#featured-content .featured-content-wrap .entry-title a:focus,
#promotion-headline-section .entry-title a:hover,
#promotion-headline-section .entry-title a:focus,
#contact-page-section .entry-title a:hover,
#contact-page-section .entry-title a:focus {
  color: #cd0a0a;
}

#featured-content .featured-content-image img,
#testimonial-section .featured-image img {
  margin: 0 auto;
  border-radius: 50%;
}

#featured-content .featured-content-image img {
  width: 50%;
  max-width: 200px;
}


/**
* 16.0 - Testimonials Area
*/

#testimonial-section {
  background-color: #fff;
  color: #505050;
}

#testimonial-section .section-content-wrap {
  position: relative;
  padding: 0 80px
}

#testimonial-section .featured-image img {
  width: 80px;
  height: 80px;
}

#testimonial-section .cycle-prev,
#testimonial-section .cycle-next {
  border: 1px solid #8f1014;
  border-radius: 50%;
  color: #8f1014;
  cursor: pointer;
  font-size: 1.625em;
  line-height: 1;
  padding: 7px 15px;
  position: absolute;
  top: 40px;
  z-index: 101;
}

#testimonial-section .cycle-prev {
  left: -80px;
}

#testimonial-section .cycle-next {
  right: -80px;
}

#testimonial-section .cycle-prev:hover,
#testimonial-section .cycle-prev:focus,
#testimonial-section .cycle-next:hover,
#testimonial-section .cycle-next:focus {
  background-color: #8f1014;
  color: #fff;
}

#testimonial-section .section-content-wrap .hentry {
  overflow: hidden;
}

#testimonial-section.two-columns .section-content-wrap .hentry {
  float: left;
}

#testimonial-section .testimonial_slider_wrap {
  width: 100%;
}

#testimonial-section .hentry,
#testimonial-section .hentry .featured-image {
  margin: 0;
}


/**
* 17.0 - Team
*/

#team-section {
  background-color: #fff;
}

#team-section .hentry {
  float: left;
}

#team-section .hentry {
  text-align: center;
}

#featured-content .hentry .entry-summary,
#team-section .hentry .entry-summary {
  padding: 0 15px;
}


/**
* 18.0 - Contact Info
*/

#contact-info-section {
  position: relative;
}

#contact-info-section .content-info-details {
  font-size: 1.125em;
  padding: 10px;
}

#contact-info-section .content-info-wrapper {
  background: #fff;
  background: rgba( 255, 255, 255, 0.8 );
  border: 1px solid #f7f7f7;
  color: #505050;
  margin-left: 15px;
  padding: 20px;
  position: relative;
  width: 80%;
  max-width: 500px;
  z-index: 2;
}

#contact-info-section
#contact-info-section .contact-title {
  margin-bottom: 15px;
}

#contact-info-section .button-minimal {
  margin-top: 10px;
}

#contact-info-section .content-info-wrapper .button-minimal:hover,
#contact-info-section .content-info-wrapper .button-minimal:focus {
  color: #fff;
}

#contact-info-section .contact-address .fa,
#contact-info-section .contact-address span {
  display: block;
  float: left;
}

#contact-info-section .contact-address .fa {
  margin-top: 8px;
}

#contact-info-section .content-info-wrapper a {
  color: #505050;
}

#contact-info-section .content-info-wrapper a:hover,
#contact-info-section .content-info-wrapper a:focus {
  color: #cd0a0a;
}

#contact-info-section .content-info-wrapper p {
  clear: both;
  margin-bottom: 5px;
}

#contact-info-section .contact-information .fa:before {
  margin-right: 10px;
  vertical-align: text-bottom;
}

#contact-info-section .content-map-wrapper img,
#contact-info-section .content-map-wrapper iframe {
  bottom: 0;
  position: absolute;
  top: auto;
  -ms-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  z-index: 1;
}

#contact-info-section .stay-connected p {
  margin-bottom: 0;
}

#contact-info-section .stay-connected .fa {
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 12px;
}

#contact-info-section .stay-connected .fa:hover,
#contact-info-section .stay-connected .fa:focus {
  background-color: #000;
  color: #fff;
}


/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
  #contact-info-section .content-map-wrapper img,
  #contact-info-section .content-map-wrapper iframe {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
}


/**
* 19.0 - Content
*/

.content-area {
  float: left;
  max-width: 100%;
  width: 100%;
}

.site-main,
.sidebar-primary,
.sidebar-secondary {
  width: 100%;
}

.site-main .search-field {
  padding: 3px !important;
  height: 28px;
  width: 400px;
}

.site-main .search-submit {
  border-bottom: none;
}

.sidebar-primary,
.sidebar-secondary {
  clear: both;
}

.sidebar-primary .widget {
  padding-top: 0;
  width: 100%;
}

.products,
.sidebar.sidebar-before-posts-pages .widget .widget-wrap,
.sidebar.sidebar-after-posts-pages .widget .widget-wrap  {
  border-bottom: 1px solid #eee;
}

.page-title,
.entry-title,
.entry-title a {
  color: #505050;
  text-decoration: none;
}

.entry-meta,
.entry-meta a {
  color: #888;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-meta a:hover,
.entry-meta a:focus {
  color: #cd0a0a;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.archive-post-wrap .entry-footer {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.site-main .hentry {
  padding: 0;
}

.site-main #comments {
  padding-left: 0;
  padding-right: 0;
}

.blog .site-main .hentry {
  float: left;
  width: 100%;
}

.blog .site-main .hentry .entry-container {
  padding: 0;
}

.blog .site-main .hentry .entry-header {
  border-bottom: none;
  margin-bottom: 15px;
  padding: 47px 0;
}
.blog .site-main .hentry .entry-title,
.blog .site-main .hentry .entry-title a {
  background: none;
  margin: auto 0;
  padding: 0;
  color: #ffffff;
}
.blog .site-main .hentry .entry-title a:hover,
.blog .site-main .hentry .entry-title a:focus {
  color: #cccccc;
}

/* Two Columns (Content Right, Left Sidebar) */
.content-right .content-area {
  float: right;
}

.content-right .sidebar-primary {
  float: left;
}

.layout-two-columns .site-main,
.layout-one-column.content-width .site-main {
  max-width: 100%;
  width: 100%;
  min-height: 700px;
}

/* No Sidebar ( Content Width ) */
.layout-one-column.content-width .content-area {
  display: block;
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
}

.home.page-template-default.layout-one-column .site-main .entry-header {
  text-align: center;
}

.home.page-template-default.layout-one-column.content-width .site-main .entry-content {
  text-align: center;
}

.home.page-template-default .site-main .hentry {
  margin-bottom: 0;
}

/* No Sidebar ( One Column ) */
.layout-one-column.fixed-width .site {
  display: block;
  margin: 0 auto;
  width: 940px;
}

.layout-one-column.fixed-width.fixed-header-top .header-top-bar {
  width: 100%;
}

.layout-one-column.fixed-width .site-main,
.layout-one-column.fixed-width .wrapper,
.layout-one-column.fixed-width .content-area {
  width: 100%
}

.layout-one-column.fixed-width .header-top-bar .wrapper,
.layout-one-column.fixed-width #promotion-message .wrapper,
.layout-one-column.fixed-width #breadcrumb-list .wrapper,
.layout-one-column.fixed-width #masthead .wrapper,
.layout-one-column.fixed-width #menu-toggle-primary,
.layout-one-column.fixed-width #menu-toggle-secondary,
.layout-one-column.fixed-width .supplementary .wrapper,
.layout-one-column.fixed-width #site-generator .wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

/* No Sidebar ( Full Width ) */
.layout-one-column.full-width .content-area,
.layout-one-column.full-width .site-main {
  max-width: 100%;
  width: 100%;
}

/* Layout Options with Featured Image on Left */
.has-post-thumbnail .archive-post-wrap .featured-image,
.sidebar-before-posts-pages .ctfeaturedpostpageimage .featured-image,
.sidebar-after-posts-pages .ctfeaturedpostpageimage .featured-image {
  display: block;
  width: 100%;
}

.has-post-thumbnail .archive-post-wrap img {
  width: 100%;
}

.has-post-thumbnail .archive-post-wrap .featured-image,
.has-post-thumbnail .archive-post-wrap .entry-container,
.ctfeaturedpostpageimage .featured-image,
.ctfeaturedpostpageimage .entry-container {
  float: none;
}

.has-post-thumbnail .archive-post-wrap .entry-container,
.sidebar-before-posts-pages .ctfeaturedpostpageimage .entry-container,
.sidebar-after-posts-pages .ctfeaturedpostpageimage .entry-container {
  display: block;
  width: 100%;
}

.hentry.sticky {
  position: relative;
}

.hentry .sticky-label {
  display: none;
}

.hentry.sticky .sticky-label {
  display: block;
}

.hentry.sticky .sticky-label {
  background-color: #cd0a0a;
  color: #fff;
  float: right;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.hentry.sticky.has-post-thumbnail .sticky-label {
  position: absolute;
  top: 0;
  left: 0;
}


/**
* 20.0 - Widgets
*/

.widget-area .hentry {
  margin-bottom: 15px;
  padding: 0;
  float: left;
  width: 100%;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  float:right;
}

.widget_search .search-field {
  width: 100%;
}

/* Calender widget */
.widget_calendar #wp-calendar {
  width: 100%;
  text-align: center;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
  font-weight: normal;
  text-align: center;
}

.widget_calendar #wp-calendar caption {
  padding: 5px 0 3px 0;
}

.widget_calendar #wp-calendar th {
  background: #f2f2f2;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}

.widget_calendar #wp-calendar tfoot td {
  background: #f2f2f2;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.widget_calendar #wp-calendar #today {
  background-color: #cd0a0a;
  color: #fff;
}

/* Advertisement Image Widget */
.ct-advertisement-image .ads-image {
  text-align: center;
}

.ct-advertisement-image .ads-image a {
  display: inline-block;
  margin: 0 auto;
}
.ct-advertisement-image .ads-image img {
  display: block;
}

.ctadvertisement .ads-image-wrap {
  text-align: center;
}

/* Featured Post-Page-Embed Widget */
.ctadvertisement .hentry:last-child,
.ctfeaturedpostpageimage .hentry:last-child {
  margin-bottom: 0;
}

.ctfeaturedembed .four-column .type-embed,
.ctfeaturedpostpageimage .four-column .hentry {
  margin-left: 4%;
  width: 22%;
}
.sidebar-after-content .ctfeaturedpostpageimage .four-column .hentry {
  margin-left: 1.33%;
  width: 24%;
}
.ctfeaturedembed .three-column .type-embed,
.ctfeaturedpostpageimage .three-column .hentry {
  margin-left: 4%;
  width: 30.66%;
}

.ctfeaturedembed .two-column .type-embed,
.ctadvertisement .two-column .ads-hentry,
.ctfeaturedpostpageimage .two-column .hentry {
  margin-left: 4%;
  width: 48%;
}

.ctfeaturedembed .four-column .type-embed:nth-child(4n+1),
.ctfeaturedembed .three-column .type-embed:nth-child(3n+1),
.ctfeaturedembed .two-column .type-embed:nth-child(2n+1),
.ctfeaturedpostpageimage .four-column .hentry:nth-child(4n+1),
.ctfeaturedpostpageimage .three-column .hentry:nth-child(3n+1),
.ctfeaturedpostpageimage .two-column .hentry:nth-child(2n+1),
.ctadvertisement .two-column .ads-hentry:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}

.sidebar .entry-title,
.footer-widget-area .entry-title {
  font-weight: 300;
}

.sidebar .featured-image,
.sidebar .ctfeaturedpostpageimage .entry-title,
.sidebar .ctfeaturedpostpageimage .entry-meta,
.sidebar-secondary .featured-image {
  margin-bottom: 5px;
}

.ctfeaturedpostpageimage .left .featured-image,
.ctfeaturedpostpageimage .right .featured-image {
  width: 25%;
}

.ctfeaturedpostpageimage .center .featured-image {
  text-align: center;
}

.ctfeaturedpostpageimage .left .entry-container,
.ctfeaturedpostpageimage .right .entry-container  {
  width: 75%;
}

.ctfeaturedpostpageimage .left .entry-container  {
  padding-left: 15px;
}

.ctfeaturedpostpageimage .right .entry-container  {
  padding-right: 15px;
}

.ctfeaturedpostpageimage .left .no-featured-image .entry-container,
.ctfeaturedpostpageimage .right .no-featured-image .entry-container {
  width: 100%;
  padding: 0;
}

/* Gallery Widgets */
.ctgallerypostpageimage .hentry {
  position: relative;
}

.ctgallerypostpageimage .hentry .featured-image {
  margin: 0;
}

.ctgallerypostpageimage .hentry .entry-container {
  background: #303030;
  background: rgba( 48, 48, 48, 0.9 );
  padding: 10px 40px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: normal;
  opacity: 0;
  text-align: center;
  -webkit-transition: all .2s 0 linear;
  -moz-transition: all .2s 0 linear;
  -ms-transition: all .2s 0 linear;
  -o-transition: all .2s 0 linear;
  transition: all .2s 0 linear;
}

.ctgallerypostpageimage .hentry .entry-container>.vcenter {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-55%) scale(1.2);
  -ms-transform: translateY(-55%) scale(1.2);
  transform: translateY(-55%) scale(1.2);
  -webkit-transition: all .2s 0 linear;
  -moz-transition: all .2s 0 linear;
  -ms-transition: all .2s 0 linear;
  -o-transition: all .2s 0 linear;
  transition: all .2s 0 linear;
}

#featured-grid-content .grid-box:hover .caption>.vcenter {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.ctgallerypostpageimage .hentry:hover .entry-container {
  box-shadow: inset 0 0 50px 0 rgba(0,0,0,.1);
  opacity: 1;
}

.ctgallerypostpageimage .hentry .entry-container,
.ctgallerypostpageimage .entry-title,
.ctgallerypostpageimage .entry-title a {
  color: #fff;
}

.ctgallerypostpageimage .entry-title a:hover {
  color: #cd0a0a;
}

.ctgallerypostpageimage .fa {
  background-color: #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 20px;
  color: #222;
  font-size: 20px;
  height: 20px;
  padding: 3px;
  width: 20px;
}

.ctgallerypostpageimage .fa:hover {
  background-color: #cd0a0a;
  color: #fff;
}

/* Newsletter Widget */
.ctnewsletter .widget-wrap {
  background-color: #505050;
  color: #e1e1e1;
  padding: 30px 30px 15px;
}

.ctnewsletter .ct-newsletter-wrap {
  clear: both;
  display: block;
}

.ctnewsletter .ct-newsletter-wrap input {
  margin-bottom: 15px;
  width: 100%;
}

.ctnewsletter .ct-newsletter-wrap input {
  margin-bottom: 15px;
  width: 100%;
}

.ctnewsletter .ct-newsletter-wrap #subbutton {
  background-color: #cd0a0a;
  border-color: #8f1014;
  color: #fff;
  margin: 0;
}

.ctnewsletter .ct-newsletter-wrap #subbutton:focus,
.ctnewsletter .ct-newsletter-wrap #subbutton:hover {
  background-color: #8f1014;
  border-color: #cd0a0a;
  color: #fff;
}

/* Instagram Widget */
.ctninstagram ul {
  margin: 0;
}

.ctninstagram ul li {
  list-style: none;
  margin: 0;
}

.ctninstagram .fa-instagram {
  background-color: transparent;
  border: 1px solid #e4405f;
  border-radius: 3px;
  color: #e4405f;
  display: inline-block;
  margin-top: 10px;
  padding: 15px 20px;
}

.ctninstagram .fa-instagram:before {
  vertical-align: middle;
}

.ctninstagram .fa-instagram:hover,
.ctninstagram .fa-instagram:focus {
  background-color: #cd0a0a;
  color: #fff;
}

.ctninstagram span {
  margin-left: 5px;
}

.ctninstagram .clear {
  margin-bottom: 0;
}

.ctninstagram .hentry {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}

.sidebar-primary .ctninstagram .fa-instagram {
  width: 100%;
}

/* Tag Cloud Widget */
.cttagcloud .ct-tag-cloud-wrap.default a {
  padding: 5px;
}

.cttagcloud .ct-tag-cloud-wrap.box a,
.cttagcloud .ct-tag-cloud-wrap.rounded-corners a {
  background-color: #fcfcfc;
  color: #505050;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
}

.site-footer .cttagcloud .ct-tag-cloud-wrap.box a,
.site-footer .cttagcloud .ct-tag-cloud-wrap.rounded-corners a {
  background-color: #f9f9f9;
}

.cttagcloud .ct-tag-cloud-wrap.box a:hover,
.cttagcloud .ct-tag-cloud-wrap.rounded-corners a:hover {
  background-color: #cd0a0a;
  color: #fff;
}

.cttagcloud .ct-tag-cloud-wrap.rounded-corners a {
  border-radius: 10px;
}


/**
* 21.0 - Comments
*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#respond form label {
  display: block;
}

.comments-title {
  margin-bottom: 20px;
}

.comment-body {
  border-bottom: 4px double #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comment-body .comment-meta {
  margin-bottom:  20px;
}

.comment-body .comment-author img {
  float: left;
  margin-right: 10px;
  padding: 0;
}


/**
* 22.0 - Media
*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}


/**
* 23.0 - Captions
*/

caption {
  font-weight: bold;
}

.wp-caption {
  background-color:  #f3f3f3;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 5px 5px 0;
  min-width: 100%;
}
@media screen and (min-width: 700px) {
  .wp-caption {
    min-width: 0;
    max-width: 100%;
  }
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .wp-caption img[class*="wp-image-"] {
    max-width: 100%;
  }
  table .wp-caption img[class*="wp-image-"] {
    max-width: 100%;
  }
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 8px 0;
  font-size: 0.9em;
}

.video-wrapper,
.fluid-width-video-wrapper {
  width: 1000px !important;
  max-width: 100%;
  margin: 0 auto;
}


/**
* 24.0 - Galleries
*/

.gallery {
  margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.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 {
  color: #686868;
  display: block;
  font-size: 1em;
  font-style: italic;
}

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

.two-columns .hentry,
#supplementary.two .widget-area,
.four-columns .hentry,
#supplementary.four .widget-area,
.six-columns .hentry,
.eight-columns .hentry {
  width: 100%;
}

.three-columns .hentry,
#supplementary.three .widget-area {
  max-width: 100%;
}

.five-columns .hentry {
  max-width: 100%;
}

.seven-columns .hentry {
  max-width: 100%;
}



/**
* 25.0 - Footer
*/

.site-footer {
  background-color: #505050;
  color: #ddd;
  position: relative;
}
.site-footer p {
  margin-bottom: 0;
}

  /* Put image last for mobile */
.footmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footmenu .widget-area {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 150px;
}
.footmenu #first {
  flex-grow: 1;
  min-width: 200px;
  margin-left: 150px;
}
@media screen and (max-width: 1339px) {
  .footmenu .widget-area {
    padding: 10px;
  }
  .footmenu #first {
    order: 1;
  }
}
@media screen and (max-width: 500px) {
  .footmenu #first {
    min-width: 300px;
  }
}

.site-footer #first .phone-icon {
  top: 0.2em; 
  position: relative; 
  padding-right: 19px;
}
.site-footer #first .phone-number {
  font-size: 1.25em;
  font-weight:600;
}

.site-footer #first .email-icon {
  font-size: 2.5em !important;
  top: 0.2em;
  position: relative;
  padding-right: 19px;
}
.site-footer #first .email-address {
  font-size: 1.25em;
  font-weight:600;
}

.site-footer #third {
  margin-right: 150;
}

.site-footer #third li {
  display: block;
}

.site-footer #third .payment-logo {
  object-fit: contain;
  margin-top: 20px;
}

.site-footer #third .payment-logo.visa {
  width: 60px;
}

.site-footer #third .payment-logo.mastercard {
  width: 120px;
}

.site-footer #third .payment-logo.amex {
  width: 100px;
}

.site-footer #third .input-row {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.site-footer #third .input-row input[type='text'] {
  height: 20px;
  width: 230px;
}

.site-footer #third .input-row input[type='checkbox'] {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.site-footer #third .input-row label {
  display: block;
  height: 20px;
  font-size: 0.7em;
}

.site-footer #third .input-row .button-minimal {
  margin-left: 0px;
}

.site-footer h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8em;
  font-weight: 700;
}
.site-footer .widget-top-pad h3 {
  margin-bottom: 9px;
}
.site-footer .widget-top-pad {
  padding-top: 10px;
}
@media screen and (min-width: 1340px) {
  .site-footer .widget-top-pad {
    padding-top: 52px;
  }
}

.site-footer .menu-item {
  line-height: 2.5;
  font-size: 0.9em;
  font-weight: 400;
}

.site-footer .vertical-line {
  border-left: 2px solid #cd0a0a;
  padding-left: 8px;
  position: absolute;
  left: -10px;
  top: 0px;
}

.site-footer #newsletter-sign-up-button {
  background-color: #cd0a0a;
  color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  font-size: 0.95em;
  margin-left: 50px;
}

#site-generator > .wrapper {
  column-count: 1;
  width: 100%;
}

#site-generator > .wrapper .logo {
  text-align: left;
}

#site-generator > .wrapper .block {
  margin: 15px 0;
}

#site-generator > .wrapper .slogan {
  float: right;
  display: none;
}

#site-generator .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 1340px) {
  #site-generator > .wrapper {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
  }

  #site-generator > .wrapper .block {
    margin: 0;
  }

  #site-generator > .wrapper .slogan {
    display: inline;
  }
}



.site .footer-widget-area h3 {
  color: #fff;
}

.site .footer-widget-area .widget_pmd_social_icons a {
  color: #ddd;
}

.footer-widget-area a,
.footer-widget-area .widget-title,
.footer-widget-area .entry-title,
.footer-widget-area .widget-title a,
.footer-widget-area .entry-title a {
  color: #ddd;
}

.footer-widget-area a:hover,
.footer-widget-area a:focus,
.footer-widget-area .widget-title a:hover,
.footer-widget-area .widget-title a:focus,
.footer-widget-area .entry-title a:hover,
.footer-widget-area .entry-title a:focus {
  color: #aaaaaa;
  text-decoration: none;
}

#supplementary {
  padding: 25px 30px;
  border-top: 8px solid #cd0a0a;
}

#supplementary .widget-area {
  float: left;
  width: 100%;
}
#supplementary .widget {
  padding-bottom: 0;
}
@media screen and (min-width: 1340px) {
  #supplementary .widget {
    /* min-height: 160px; */
  }
}

#supplementary.one .widget-area {
  text-align: center;
}

.nav-footer {
  color: #777;
}

#site-generator {
  padding: 0 30px 25px 30px;
  background-color: #505050;
  color: #ffffff;
  text-align: center;
}

#site-generator ul > li + li {
  padding-left: 2px;
  border-left: 1px solid #fff;
}

#site-generator a {
  color: #ffffff;
  text-decoration: none;
}

#site-generator a:hover,
#site-generator a:focus {
  color: #cccccc;
}

.copyright a {
  font-weight: bold;
}



/**
* 26.0 - Extra Elements
*/

/* pmd Scrollup */
#scrollup {
  background-color: #888;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  display: none;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  z-index: 9999;
}

#scrollup:hover,
#scrollup:focus {
  background-color: #cd0a0a;
  color: #fff;
  text-decoration: none;
  text-decoration: none;
}

/* pmd breadcrumb */
#breadcrumb-list {
  background-color: #fff;
  text-align: center;
}

.active-header-right #breadcrumb-list {
  text-align: left;
}

#breadcrumb-list span {
  background-color: transparent;
  border: 1px solid #eee;
  color: #666;
  display: inline-block;
  font-style: italic;
  margin-left: -1px;
}

#breadcrumb-list span.sep {
  float: right;
  margin-left: 0;
  padding: 0 0 0 5px;
}

#breadcrumb-list span.sep,
#breadcrumb-list span.archive-text,
#breadcrumb-list span.search-text,
#breadcrumb-list span.tag-text,
#breadcrumb-list span.author-text {
  border: none;
}

#breadcrumb-list a,
#breadcrumb-list a span {
  color: #cd0a0a;
  display: inline-block;
  padding: 5px 10px 3px;
}

#breadcrumb-list a:hover,
#breadcrumb-list a:hover span {
  color: #505050;
  text-decoration: none;
}

#breadcrumb-list .breadcrumb-current {
  background-color: #f6f7f7;
  padding: 5px 10px 3px;
}

/* jQuery Cycle 2 Custom CSS */
#feature-slider {
  background-color: #505050;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 101;
}

#feature-slider .cycle-slideshow {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#feature-slider .cycle-slideshow img {
  display: block;
  margin: 0 auto;
}

#feature-slider .cycle-pager {
  bottom: 15px;
  display: block;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 101;
}

#feature-slider .cycle-pager span {
  clear: both;
  color: #f2f2f2;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  height: 20px;
  line-height: 20px;
  margin: 0 2px;
  padding-right: 20px;
  width: 14px;
}

#feature-slider .cycle-pager span.cycle-pager-active {
  color: #cd0a0a;
}

#feature-slider .cycle-pager > * {
  cursor: pointer;
}

#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before {
  display: block;
  text-align: center;
}

#feature-slider .cycle-prev,
#feature-slider .cycle-next {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 52px;
  line-height: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 40%;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 101;
}

#feature-slider .cycle-prev:hover,
#feature-slider .cycle-prev:focus,
#feature-slider .cycle-next:hover,
#feature-slider .cycle-next:focus {
  color: #cd0a0a;
}

#feature-slider .cycle-prev {
  left: -20px;
}

#feature-slider .cycle-next {
  right: -20px;
}

#feature-slider .cycle-slideshow .hentry {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

#feature-slider .cycle-slideshow article:first-child {
  position: static;
  z-index: 100;
}

#feature-slider .slider-content-wrapper {
  position: relative;
}

#feature-slider .container {
  padding: 20px;
  width: 100%;
}

#feature-slider .entry-summary,
#feature-slider .entry-title,
#feature-slider .entry-title a {
  color: #fff;
}

#feature-slider .entry-summary p,
#feature-slider .entry-content p:last-child {
  margin-bottom: 0;
}

#feature-slider .entry-title a:hover,
#feature-slider .entry-title a:focus {
  color: #cd0a0a;
}

#feature-slider .entry-summary a,
entry-meta a {
  color: #cd0a0a;
}

#feature-slider .entry-summary a:hover,
#feature-slider .entry-summary a:focus {
  color: #fff;
}

/* Social Icons */
.site .widget_pmd_social_icons a {
  box-sizing: content-box;
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  color: #505050;
  margin: 0 0 5px;
  padding: 10px 8px 8px 8px;
  text-align: center;
  height: 28px;
  width: 28px;
}

.header-top-bar .header-right-social-icons a {
  border-left: 1px solid #fff;
  color: #777;
  height: 16px;
  margin: 0;
  padding: 10px;
  width: 16px;
}

.header-top-bar .header-right-social-icons a:last-child {
  border-right: 1px solid #fff;
}

.site .widget_pmd_social_icons a:hover,
.site .widget_pmd_social_icons a:focus {
  color: #fff;
  text-decoration: none;
}

.site .widget_pmd_social_icons a.fa-facebook:hover,
.site .widget_pmd_social_icons a.fa-facebook:focus,
#contact-info-section .stay-connected a.fa-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.site .widget_pmd_social_icons a.fa-twitter:hover,
.site .widget_pmd_social_icons a.fa-twitter:focus,
#contact-info-section .stay-connected a.fa-twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.site .widget_pmd_social_icons a.fa-google-plus:hover,
.site .widget_pmd_social_icons a.fa-google-plus:focus,
#contact-info-section .stay-connected a.fa-google-plus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.site .widget_pmd_social_icons a.fa-envelope:hover,
.site .widget_pmd_social_icons a.fa-envelope:focus,
#contact-info-section .stay-connected a.fa-envelope {
  background-color: #1d62f0;
  border-color: #1d62f0;
}

.site .widget_pmd_social_icons a.fa-feed:hover,
.site .widget_pmd_social_icons a.fa-feed:focus,
#contact-info-section .stay-connected a.fa-feed {
  background-color: #dc622c;
  border-color: #dc622c;
}

.site .widget_pmd_social_icons a.fa-wordpress:hover,
.site .widget_pmd_social_icons a.fa-wordpress:focus,
#contact-info-section .stay-connected a.fa-wordpress {
  background-color: #21759b;
  border-color: #21759b;
}

.site .widget_pmd_social_icons a.fa-github:hover,
.site .widget_pmd_social_icons a.fa-github:focus,
#contact-info-section .stay-connected a.fa-github {
  background-color: #333;
  border-color: #333;
}

.site .widget_pmd_social_icons a.fa-linkedin:hover,
.site .widget_pmd_social_icons a.fa-linkedin:focus,
#contact-info-section .stay-connected a.fa-linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.site .widget_pmd_social_icons a.fa-pinterest:hover,
.site .widget_pmd_social_icons a.fa-pinterest:focus,
#contact-info-section .stay-connected a.fa-pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.site .widget_pmd_social_icons a.fa-flickr:hover,
.site .widget_pmd_social_icons a.fa-flickr:focus,
#contact-info-section .stay-connected a.fa-flickr {
  background-color: #ff0084;
  border-color: #ff0084;
}

.site .widget_pmd_social_icons a.fa-vimeo:hover,
.site .widget_pmd_social_icons a.fa-vimeo:focus,
#contact-info-section .stay-connected a.fa-vimeo {
  background-color: #1ab7ea;
  border-color: #1ab7ea;
}

.site .widget_pmd_social_icons a.fa-youtube:hover,
.site .widget_pmd_social_icons a.fa-youtube:focus,
#contact-info-section .stay-connected a.fa-youtube {
  background-color: #cd201f;
  border-color: #cd201f;
}

.site .widget_pmd_social_icons a.fa-tumblr:hover,
.site .widget_pmd_social_icons a.fa-tumblr:focus,
#contact-info-section .stay-connected a.fa-tumblr {
  background-color: #35465c;
  border-color: #35465c;
}

.site .widget_pmd_social_icons a.fa-instagram:hover,
.site .widget_pmd_social_icons a.fa-instagram:focus,
#contact-info-section .stay-connected a.fa-instagram {
  background-color: #c13584;
  border-color: #c13584;
}

.site .widget_pmd_social_icons a.fa-codepen:hover,
.site .widget_pmd_social_icons a.fa-codepen:focus,
#contact-info-section .stay-connected a.fa-codepen {
  background-color: #000;
  border-color: #000;
}

.site .widget_pmd_social_icons a.fa-xing:hover,
.site .widget_pmd_social_icons a.fa-xing:focus,
#contact-info-section .stay-connected a.fa-xing {
  background-color: #cfdc00;
  border-color: #cfdc00;
}

.site .widget_pmd_social_icons a.fa-dribbble:hover,
.site .widget_pmd_social_icons a.fa-dribbble:focus,
#contact-info-section .stay-connected a.fa-dribbble {
  background-color: #ea4c89;
  border-color: #ea4c89;
}

.site .widget_pmd_social_icons a.fa-skype:hover,
.site .widget_pmd_social_icons a.fa-skype:focus,
#contact-info-section .stay-connected a.fa-skype {
  background-color: #00aff0;
  border-color: #00aff0;
}

.site .widget_pmd_social_icons a.fa-digg:hover,
.site .widget_pmd_social_icons a.fa-digg:focus,
#contact-info-section .stay-connected a.fa-digg {
  background-color: #005be2;
  border-color: #005be2;
}

.site .widget_pmd_social_icons a.fa-reddit:hover,
.site .widget_pmd_social_icons a.fa-reddit:focus,
#contact-info-section .stay-connected a.fa-reddit {
  background-color: #ff4500;
  border-color: #ff4500;
}

.site .widget_pmd_social_icons a.fa-stumbleupon:hover,
.site .widget_pmd_social_icons a.fa-stumbleupon:focus,
#contact-info-section .stay-connected a.fa-stumbleupon {
  background-color: #eb4924;
  border-color: #eb4924;
}

.site .widget_pmd_social_icons a.fa-get-pocket:hover,
.site .widget_pmd_social_icons a.fa-get-pocket:focus,
#contact-info-section .stay-connected a.fa-get-pocket {
  background-color: #ef4056;
  border-color: #ef4056;
}

.site .widget_pmd_social_icons a.fa-dropbox:hover,
.site .widget_pmd_social_icons a.fa-dropbox:focus,
#contact-info-section .stay-connected a.fa-dropbox {
  background-color: #007ee5;
  border-color: #007ee5;
}

.site .widget_pmd_social_icons a.fa-spotify:hover,
.site .widget_pmd_social_icons a.fa-spotify:focus,
#contact-info-section .stay-connected a.fa-spotify {
  background-color: #2ebd59;
  border-color: #2ebd59;
}

.site .widget_pmd_social_icons a.fa-vk:hover,
.site .widget_pmd_social_icons a.fa-vk:focus,
#contact-info-section .stay-connected a.fa-vk {
  background-color: #45668e;
  border-color: #45668e;
}

.site .widget_pmd_social_icons a.fa-foursquare:hover,
.site .widget_pmd_social_icons a.fa-foursquare:focus,
#contact-info-section .stay-connected a.fa-foursquare {
  background-color: #f94877;
  border-color: #f94877;
}

.site .widget_pmd_social_icons a.fa-twitch:hover,
.site .widget_pmd_social_icons a.fa-twitch:focus,
#contact-info-section .stay-connected a.fa-twitch {
  background-color: #6441a5;
  border-color: #6441a5;
}

.site .widget_pmd_social_icons a.fa-cloud:hover,
.site .widget_pmd_social_icons a.fa-cloud:focus,
#contact-info-section .stay-connected a.fa-cloud {
  background-color: #00aced;
  border-color: #00aced;
}

.site .widget_pmd_social_icons a.fa-globe:hover,
.site .widget_pmd_social_icons a.fa-globe:focus,
#contact-info-section .stay-connected a.fa-globe {
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.site .widget_pmd_social_icons a.fa-shopping-cart:hover,
.site .widget_pmd_social_icons a.fa-mobile-phone:hover,
.site .widget_pmd_social_icons a.fa-phone:hover,
.site .widget_pmd_social_icons a.fa-shopping-cart:focus,
.site .widget_pmd_social_icons a.fa-mobile-phone:focus,
.site .widget_pmd_social_icons a.fa-phone:focus,
#contact-info-section .stay-connected a.fa-shopping-cart,
#contact-info-section .stay-connected a.fa-mobile-phone,
#contact-info-section .stay-connected a.fa-phone {
  background-color: #42b41e;
  border-color: #42b41e;
}

.site .widget_pmd_social_icons a.fa-link:hover,
.site .widget_pmd_social_icons a.fa-link:focus,
#contact-info-section .stay-connected a.fa-link {
  background-color: #2e6da4;
  border-color: #2e6da4;
}

.site .widget_pmd_social_icons a.custom-icon {
  border: none;
  background: transparent;
  padding: 0;
}

.site .widget_pmd_social_icons .icon-hover,
.site .widget_pmd_social_icons .has-hover:hover .icon-static {
  display: none;
}

.site .widget_pmd_social_icons .has-hover:hover .icon-hover {
  display: inline-block;
  text-decoration: none;
  border: none;
}

/* WooCommerce */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin-bottom: 20px;
}

/* Portfolio */
#portfolios-content {
  background-color: #fff;
  padding-bottom: 0;
  text-align: center;
}

#portfolios-content .wrapper {
  max-width: 1920px;
  width: 100%;
}

#portfolios-content .hentry {
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

#portfolios-content .entry-header {
  padding-bottom: 5px;
}

#header-featured-image img,
#portfolios-content img {
  width: 100%
}

#portfolios-content .entry-container {
  display: block;
  width: 100%;
}

.portfolio-wrap,
.portfolio-heading-wrap,
.portfolio-heading-wrap .entry-title,
.portfolio-heading-wrap .entry-title a,
.portfolio-wrap .entry-title,
.portfolio-wrap .entry-title a,
#portfolios-content .entry-meta a {
  color: #505050;
}

.portfolio-wrap a {
  color: #cd0a0a;
}

.portfolio-wrap a:hover,
.portfolio-wrap a:focus {
  color: #505050;
}

#portfolios-content .portfolio-wrap .entry-title,
#portfolios-content .portfolio-wrap .entry-meta {
  margin-bottom: 0;
}

.portfolio-heading-wrap .entry-title a:hover,
.portfolio-heading-wrap .entry-title a:focus,
.portfolio-wrap .entry-title a:hover,
.portfolio-wrap .entry-title a:focus,
#portfolios-content .entry-meta a:hover,
#portfolios-content .entry-meta a:focus {
  color: #cd0a0a;
}

#portfolios-content .entry-content {
  text-align: center;
}

#portfolios-content .entry-content p {
  margin-bottom: 10px;
}

#portfolios-content .entry-meta span {
  margin-right: 10px;
}

#portfolios-content .button {
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 2px 10px;
}

#portfolios-content .button:hover,
#portfolios-content .button:focus {
  background-color: #cd0a0a;
  border-color: #993333;
  color: #fff;
}

/* Logo Slider */
#logo-slider-section .hentry {
  display: inline-block
}


/* Promotion Headline */
#promotion-headline-section .wrapper {
  max-width: 940px;
  padding: 35px 0;
}

#promotion-headline-section .entry-title {
  margin-bottom: 20px
}

#promotion-headline-section .button-minimal {
  margin: 0 20px;
}

#promotion-headline-section p:last-child {
  margin-bottom: 0;
}

/* New Ticker */
#news-ticker {
  background-color: #505050;
  border-bottom: 1px solid #444;
}

.news-ticker-above-content #news-ticker {
  background-color: transparent;
  border-bottom: none;
  margin-top: 30px;
}

.news-ticker-above-content #news-ticker .wrapper {
  background-color: #fff;
  padding: 0;
}

.news-ticker-label {
  background-color: #000;
  border-right: 3px solid #cd0a0a;
  color: #cd0a0a;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 12px 0;
}

.new-ticket-content {
  display: inline-block;
  float: left;
  padding: 12px 0;
  width: 100%;
}

.news-ticker-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}

.news-ticker-title,
.news-ticker-title a {
  color: #505050;
}

.news-ticker-title a:hover,
.news-ticker-title a:focus {
  color: #cd0a0a;
}

.active-header-right .new-ticket-content,
.active-header-right .news-ticker-label {
  float: left;
}

.active-header-right #news-ticker {
  text-align: left;
}

/* contact-page-section */
#contact-page-section a {
  color: #cd0a0a;
}

#contact-page-section a:hover,
#contact-page-section a:focus {
  color: #fff;
}

#contact-page-section .wrapper {
  max-width: 940px;
}

#contact-page-section .hentry {
  margin: 0;
  padding-bottom: 0;
}

#contact-page-section form {
  padding-top: 15px;
  text-align: left;
}

#contact-page-section form p {
  clear: both;
  text-align: center;
}

#contact-page-section form .col {
  float: left;
  padding: 0 15px;
  width: 50%;
}

#contact-page-section form input,
#contact-page-section form textarea {
  width: 100%;
}

#contact-page-section form textarea {
  max-height: 264px;
}

#contact-page-section form input[type="submit"] {
  width: auto;
}


/**
* 27.0 - Media Queries
*/

/**
* Does the same thing as <meta name="viewport" content="width=device-width">,
* but in the future W3C standard way. -ms- prefix is required for IE10+ to
* render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
* the meta tag. See https://core.trac.wordpress.org/ticket/25888.
*/
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@media screen and (min-width: 1340px) {
  #portfolios-content .hentry {
    width: 50%;
  }

  .two-columns .hentry,
  .four-columns .hentry,
  .blog .site-main .hentry,
  #supplementary.two .widget-area,
  #supplementary.four .widget-area {
    width: 15%;
  }

  .three-columns .hentry,
  #supplementary.three .widget-area {
    width: 33.33%;
  }

  .five-columns .hentry {
    width: 20%;
  }

  .six-columns .hentry {
    width: 16.66%;
  }

  .seven-columns .hentry {
    width: 14.28%;
  }

  .eight-columns .hentry {
    width: 12.5%;
  }

  .nine-columns .hentry {
    width: 11.11%;
  }

  .nine-columns .hentry:nth-child(9n+1),
  .eight-columns .hentry:nth-child(8n+1),
  .seven-columns .hentry:nth-child(7n+1),
  .six-columns .hentry:nth-child(6n+1),
  .five-columns .hentry:nth-child(5n+1),
  .four-columns .hentry:nth-child(2n+1),
  .three-columns .hentry:nth-child(3n+1),
  .two-columns .hentry:nth-child(2n+1),
  #portfolios-content .hentry:nth-child(2n+1),
  .blog .site-main .hentry:nth-child(2n+1),
  #supplementary.two .widget-area:nth-child(2n+1),
  #supplementary.four .widget-area:nth-child(2n+1) {
    clear: both;
  }

  /* Layout Options with Featured Image on Left */
  .excerpt-image-left.has-post-thumbnail .archive-post-wrap .featured-image,
  .excerpt-image-right.has-post-thumbnail .archive-post-wrap .featured-image,
  .sidebar-before-posts-pages .ctfeaturedpostpageimage .left .featured-image,
  .sidebar-before-posts-pages .ctfeaturedpostpageimage .right .featured-image,
  .sidebar-after-posts-pages .ctfeaturedpostpageimage .left .featured-image,
  .sidebar-after-posts-pages .ctfeaturedpostpageimage .right .featured-image {
    display: inline;
    width: 38%;
  }

  .full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image,
  .full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
    width: 20%;
  }

  .excerpt-image-left.has-post-thumbnail .archive-post-wrap .featured-image,
  .excerpt-image-right.has-post-thumbnail .archive-post-wrap .entry-container,
  .ctfeaturedpostpageimage .left .featured-image,
  .ctfeaturedpostpageimage .right .entry-container {
    float: left;
  }

  .excerpt-image-right.has-post-thumbnail .archive-post-wrap .featured-image,
  .excerpt-image-left.has-post-thumbnail .archive-post-wrap .entry-container,
  .ctfeaturedpostpageimage .right .featured-image,
  .ctfeaturedpostpageimage .left .entry-container {
    float: right;
  }

  .excerpt-image-left.has-post-thumbnail .archive-post-wrap .entry-container,
  .excerpt-image-right.has-post-thumbnail .archive-post-wrap .entry-container,
  .sidebar-before-posts-pages .ctfeaturedpostpageimage .left .entry-container,
  .sidebar-before-posts-pages .ctfeaturedpostpageimage .right .entry-container,
  .sidebar-after-posts-pages .ctfeaturedpostpageimage .left .entry-container,
  .sidebar-after-posts-pages .ctfeaturedpostpageimage .right .entry-container {
    display: inline;
    padding-left: 30px;
    width: 62%;
  }

  .full-width .excerpt-image-left.has-post-thumbnail .archive-post-wrap .entry-container,
  .full-width .excerpt-image-right.has-post-thumbnail .archive-post-wrap .entry-container {
    width: 79%;
  }

  .sidebar-primary .widget,
  .sidebar-secondary .widget {
    width: 50%;
    float: left;
  }

  .sidebar-primary .widget:nth-child(2n+1),
  .sidebar-secondary .widget:nth-child(2n+1) {
    clear: both;
  }

}



@media screen and (min-width: 1340px) {
  .wrapper,
  #feature-slider .entry-container {
    width: 100%;
    margin: 0 auto;
  }

  .ctdate {
    display: inline-block;
  }

  /* Active Header Right */
  .active-header-right #site-branding,
  .active-header-right #site-logo,
  .active-header-right #site-header {
    display: inline-block;
    float: left;
    text-align: left;
  }

  .sidebar-header-right .widget-wrap {
    float: right;
    text-align: left;
  }

  .sidebar.sidebar-header-right {
    padding-top: 5px;
    float: right;
  }

  .sidebar.sidebar-header-right a,
  .sidebar.sidebar-header-right a:hover,
  .sidebar.sidebar-header-right a:visited {
    color: #505050;
  }

  #call-to-action-widget .col {
    float: left;
  }

  .sidebar.sidebar-header-right .widget {
    padding: 0;
  }

  #site-header-right-menu.toggled-on {
    margin-left: -245px;
    width: 320px;
  }

  #hero-section {
    text-align: left;
  }

  #hero-section .hentry {
    direction: rtl;
  }

  #hero-section .featured-image,
  #hero-section .entry-container {
    background: none;
    direction: ltr;
    display: table-cell;
    position: static;
    vertical-align: middle;
    width: 50%
  }

  #feature-slider .entry-container {
    display: block;
  }

  #contact-info-section .content-info-wrapper {
    width: 70%;
    padding: 30px;
  }

  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    width: -webkit-calc(50% - 0.736842105em);
    width: calc(50% - 0.736842105em);
  }

}

@media screen and (min-width: 1340px) {
  .wrapper,
  #feature-slider .entry-container {
    width: 100%;
  }

  #call-to-action-widget .textwidget {
    font-size: 0.8em;
    text-align: right;
  }

  .button-minimal {
    height: 30px;
  }

  .content-area {
    width: 490px;
  }

  .sidebar-primary {
    clear: none;
    width: 360px;
    float: right;
  }

  .sidebar-primary .widget {
    width: 100%;
  }

  .site-main,
  .sidebar.sidebar-secondary {
    width: 100%;
  }

  #feature-slider .slider-content-wrapper {
    display: block;
    top: 0;
    left: 0;
    padding: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 101;
  }

  #feature-slider .slider-content-wrapper>.entry-container {
    display: block;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-55%) scale(1);
    -ms-transform: translateY(-55%) scale(1);
    transform: translateY(-55%) scale(1);
    -webkit-transition: all .2s 0 linear;
    -moz-transition: all .2s 0 linear;
    -ms-transition: all .2s 0 linear;
    -o-transition: all .2s 0 linear;
    transition: all .2s 0 linear;
  }

  #feature-slider .container {
    width: 640px;
    padding: 1em;
  }

  #feature-slider .cycle-pager {
    text-align: center;
  }

  #feature-slider:hover .cycle-prev {
    left: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  #feature-slider:hover .cycle-next {
    right: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  #feature-slider .cycle-pager {
    bottom: 30px;
  }

  #portfolios-content .hentry {
    width: 25%;
  }

  .four-columns .hentry,
  .blog .site-main .hentry,
  #supplementary.four .widget-area {
    width: 15%;
  }

  .four-columns .hentry:nth-child(2n+1),
  #portfolios-content .hentry:nth-child(2n+1),
  .blog .site-main .hentry:nth-child(2n+1),
  #supplementary.four .widget-area:nth-child(2n+1) {
    clear: none;
  }

  .four-columns .hentry:nth-child(4n+1),
  #portfolios-content .hentry:nth-child(4n+1),
  .blog .site-main .hentry:nth-of-type(4n+1),
  #supplementary.four .widget-area:nth-child(4n+1) {
    clear: both;
  }

  /* Padding/Margin */
  #promotion-message .wrapper,
  .header-top-bar .wrapper,
  #breadcrumb-list .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  #masthead .wrapper {
    padding-top: 17px;
    padding-bottom: 15px;
  }

  .news-ticker-label {
    max-width: 20%;
    padding: 12px 15px 13px 30px;
  }

  .new-ticket-content {
    max-width: 80%;
    padding: 12px 30px 12px 15px;
  }

  /* Navigation */
  .nav-header-top {
    display: inline-block;
    float: left;
  }

  #site-header-top-menu,
  #site-header-right-menu,
  #site-header-menu,
  #site-header-top-menu,
  #site-header-right-menu,
  #site-secondary-menu,
  .pmd-nav-menu ul {
    display: block;
  }

  #search-container {
    background: #cd0a0a;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    top: 42px;
    clear: both;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 2em;
  }

  #site-header-right-menu {
    float: right;
    text-align: left;
  }

  .pmd-nav-menu,
  .pmd-nav-menu > li {
    border: 0;
  }

  .pmd-nav-menu > li {
    float: left;
  }

  .pmd-nav-menu a {
    outline-offset: -8px;
    padding: 8px 30px;
    white-space: nowrap;
  }

  .header-top-bar .pmd-nav-menu a {
    padding: 0.625em;
  }

  .pmd-nav-menu ul {
    display: block;
    left: -999em;
    margin: 0;
    position: absolute;
    z-index: 99999;
  }

  .pmd-nav-menu ul ul {
    top: -1px;
  }

  .pmd-nav-menu ul ul:before,
  .pmd-nav-menu ul ul:after {
    border: 0;
  }

  .pmd-nav-menu ul a {
    white-space: normal;
    width: 16em;
  }

  .pmd-nav-menu li:hover > ul,
  .pmd-nav-menu li.focus > ul {
    left: 0;
    right: auto;
  }

  .header-top-bar .pmd-nav-menu li:hover > ul,
  .header-top-bar .pmd-nav-menu li.focus > ul,
  .sidebar-header-right .pmd-nav-menu li:hover > ul,
  .sidebar-header-right .pmd-nav-menu li.focus > ul {
    left: auto;
    right: 0;
  }

  .pmd-nav-menu ul li:hover > ul,
  .pmd-nav-menu ul li.focus > ul {
    left: 100%;
    right: auto;
  }

  .header-top-bar .pmd-nav-menu ul li:hover > ul,
  .header-top-bar .pmd-nav-menu ul li.focus > ul,
  .sidebar-header-right .pmd-nav-menu ul li:hover > ul,
  .sidebar-header-right .pmd-nav-menu ul li.focus > ul {
    left: auto;
    right: 100%;
  }


  .pmd-nav-menu .menu-item-has-children > a:after,
  .pmd-nav-menu .page_item_has_children > a:after {
    content: "\f107";
    position: absolute;
    right: 0.625em;
    top: 1.1em;
  }

  .header-top-bar .pmd-nav-menu .menu-item-has-children > a:after {
    top: 0.625em;
  }

  .pmd-nav-menu ul .menu-item-has-children > a,
  .pmd-nav-menu ul .page_item_has_children > a {
    padding-right: 2.0625em;
  }

  .pmd-nav-menu ul .menu-item-has-children > a:after,
  .pmd-nav-menu ul .page_item_has_children > a:after {
    content: "\f105";
    font-size: 1em;
    right: 0.77em;
    top: 0.875em;
  }

  .header-top-bar .pmd-nav-menu ul .menu-item-has-children > a:after,
  .sidebar-header-right .pmd-nav-menu ul .menu-item-has-children > a:after {
    content: "\f104";
    font-size: 1em;
  }

  .dropdown-toggle,
  .pmd-nav-menu .dropdown-toggle.toggled-on,
  .menu-toggle,
  #menu-toggle-primary,
  #menu-toggle-secondary {
    display: none;
  }

  /* Primary and Secondary Menu */
  .menu-primary .search-enabled {
    position: relative;
  }

  .menu-primary li li,
  #site-secondary-menu li li {
    display: block;
  }

  .menu-primary ul ul li,
  #site-secondary-menu ul ul li {
    text-align: left;
  }

  .menu-primary li li a,
  #site-secondary-menu li li a {
    padding: 1em 0.875em;
  }

  .menu-primary .pmd-nav-menu .menu-item-has-children > a,
  .menu-primary .pmd-nav-menu .page_item_has_children > a,
  #site-secondary-menu .pmd-nav-menu .menu-item-has-children > a,
  .pmd-nav-menu .menu-item-has-children > a {
    margin: 0;
    padding-right: 2.25em;
  }

  #promotion-message {
    text-align: left;
  }

  #promotion-message .left {
    float: left;
    max-width: 80%;
  }

  #promotion-message .right {
    float: right;
    max-width: 20%;
    text-align: center;
  }

  #promotion-message .right .promotion-button {
    padding: 10px 25px;
  }

  /* Typography */
  .site-title {
    font-size: 3.625em;
  }

  .active-header-right .site-title {
    font-size: 38px;
  }

  h1,
  .entry-title,
  .page-title {
    font-size: 2.25em;
  }

  h2,
  .sidebar.sidebar-after-posts-pages .widget-title,
  .sidebar.sidebar-before-posts-pages .widget-title,
  .sidebar.sidebar-before-content .widget-title,
  .sidebar.sidebar-after-content .widget-title {
    /* font-size: 1.625em; */
    font-size: 1.5em;
  }

  h3,
  #promotion-message h2,
  #featured-content .featured-content-wrap .entry-title,
  #portfolios-content .portfolio-wrap .entry-title,
  #team-section  .section-content-wrap .entry-title,
  #contact-info-section .contact-title {
    font-size: 1.5em;
  }

  h4
  .sticky-label,
  .comments-title {
    font-size: 1.375em;
  }

  h5,
  .sidebar .widget-title {
    font-size: 1.25em;
  }

  h6 {
    font-size: 1.125em;
  }
}

@media screen and (min-width: 1340px) {
  .wrapper,
  #feature-slider .entry-container {
    width: 100%;
  }

  .content-area {
    width: 600px;
  }

  .site-main {
    float: right;
    width: 520px;
  }

  .sidebar.sidebar-secondary {
    clear: none;
    float: left;
    width: 260px;
  }

  .sidebar-secondary .widget {
    width: 100%;
  }

  /* Typography */
  .site-title {
    font-size: 4.25em;
  }

  .active-header-right .site-title {
    font-size: 44px;
  }

  h1,
  .entry-title,
  .page-title {
    font-size: 2.375em;
  }

  h2,
  .sidebar.sidebar-after-posts-pages .widget-title,
  .sidebar.sidebar-before-posts-pages .widget-title,
  .sidebar.sidebar-before-content .widget-title,
  .sidebar.sidebar-after-content .widget-title {
    /* font-size: 1.75em; */
    font-size: 1.625em;
  }

  h3,
  #promotion-message h2,
  #featured-content .featured-content-wrap .entry-title,
  #portfolios-content .portfolio-wrap .entry-title,
  #team-section  .section-content-wrap .entry-title,
  #contact-info-section .contact-title {
    font-size: 1.625em;
  }

  h4,
  .sticky-label,
  .comments-title {
    font-size: 1.5em;
  }

  h5,
  .sidebar .widget-title {
    font-size: 1.375em;
  }

  h6 {
    font-size: 1.25em;
  }

  #site-generator,
  .nav-footer .menu a {
    font-size: 0.875em;
  }
}

@media screen and (min-width: 1340px) {
  .wrapper,
  #feature-slider .entry-container {
    /* width: 1340px; */
  }
  .content-area {
    width: 940px;
  }
  .sidebar-primary {
    width: 360px;
  }
  .site-main {
    width: 680px;
  }
  .sidebar-secondary .widget {
    width: 100%;
  }
}

/**
* 23.14 Form Zoom Fix
*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  select:focus,
  textarea:focus,
  input:focus,
  input#s,
  #respond form input[type="text"],
  #respond form textarea,
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  textarea {
    font-size: 1em;
  }
}



/**
 * Home Sections
 */

.entry-front-page {
  background: #ffffff;
}
@media screen and (max-width: 1339px) {
  .entry-front-page .panel-row-style {
    padding: 0 !important;
  }
  .entry-front-page .panel-grid-cell {
    margin: 0 !important;
  }
  .entry-front-page .widget-title {
    margin-top: 30px;
  }
  /* Put image last for mobile */
  .entry-front-page-leader .panel-grid-cell:nth-child(1) {
    order: 1
  }
}

.home-anchor-fix p {
  margin: 0;
}

.home-section-image {
  min-height: 262px;
}
@media screen and (max-width: 1339px) {
  .home-section-image img {
    width: 100%;
  }
}

.home-section-content {
  border-left: 8px solid #cd0a0a;
  min-height: 262px;
  padding: 23px;
}
@media screen and (max-width: 1339px) {
  .home-section-content .widget-title {
    margin-top: 0px;
  }
  .home-section-content {
    min-height: 0px;
    padding-bottom: 10px;
  }
}

.home-section-content .widget-title {
  font-size: 1.9em;
  margin-bottom: 20px;
}

.home-section-content .textwidget {
  font-size: 1.1em;
}

.home-section-content .textwidget p {
  margin: 0;
  line-height: 1.5em;
}

.home-section-button {
  position: relative;
  min-height: 262px;
  display: flex;
  position: relative;
  padding: 23px;
  background-color: #7b7b7b;
}

.home-section-button .so-widget-sow-button {
  position: absolute;
  bottom: 15px;
  right: 18px;
}
@media screen and (max-width: 1339px) {
  .home-section-button {
    border-left: 8px solid #cd0a0a;
    background-color: #ffffff;
    min-height: 0;
  }
}

.home-client-logos .panel-grid-cell {
  text-align: center;
  margin: auto;
}
.home-client-logos .panel-grid-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap
}
.home-client-logos .widget_media_image {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 190px;
  padding: 0 30px;
}

@media screen and (max-width: 700px) {
  .home-client-logos .widget_media_image {
    min-width: 140px;
  }
}

@media screen and (max-width: 1339px) {
  .home-client-logos .widget_text {
    clear: both;
  }
}
@media screen and (min-width: 1340px) {
  .home-client-logos .widget_text {
    display: none;
  }
}



/**
 * Entry / Static Page
 */
.page-header,
.entry-header {
  background-image: url("/product/images/default.jpg");
  background-size: 100%;
  background-position: center center;
  border-bottom: 8px solid #cd0a0a;
  margin-bottom: 15px;
  padding: 47px 0;
  min-height: 250px;
}
.entry-header.product-catalogue {
  background-image: url("/product/images/product-catalogue-2021.jpg");
}

.entry-header.product-catalogue.display-flex {
  display: flex;
  padding: 0px;
  flex-wrap: wrap;
}

.entry-header.product-catalogue.display-flex .left {
  width: 50%;
  padding-left: 115px;
  padding-top: 47px;
  padding-bottom: 47px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.entry-header.product-catalogue.display-flex .right {
  width: 50%;
  padding-right: 115px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.entry-header.product-catalogue.display-flex .entry-note-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7d7e80;
  opacity: 0.9;
  margin: auto 0;
  padding: 5px 10px;
  font-size: 0.7em;
  font-weight: 400;
  color: #ffffff;
  max-width: 350px;
  float: right;
}

.entry-header.product-catalogue.display-flex .entry-note {
  line-height: 2;
  font-size: 1.5em;
  text-align: center;
  margin: 0px;
}

@media screen and (max-width: 800px) {
  .entry-header.product-catalogue.display-flex .left,
  .entry-header.product-catalogue.display-flex .right {
    width: 100%;
    padding-left: 0px;
  }
  .entry-header.product-catalogue.display-flex .right {
    padding-right: 0px;
  }
  .entry-header.product-catalogue.display-flex .entry-note-wrapper {
    max-width: 100%;
  }
}

.entry-header.product-catalogue .entry-title {
  background-color: #cd0a0a;
  color: #fff;
  border-top: none;
  border-right: none;
}

.entry-header.product-catalogue .entry-desc {
  background: #7d7e80;
  margin: auto 0;
  padding: 5px 10px;
  font-size: 0.7em;
  font-weight: 400;
  color: #ffffff;
  margin-top: 30px;
}

.entry-header.order-checkout .entry-title {
  background-color: #7d7e80;
  display: block;
  color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  margin-left: 115px;
}

@media (max-width: 700px) {
  .page-header,
  .entry-header {
    background-size: 700px;
  }
}

.page-title-wrapper,
.entry-title-wrapper {
  top: 47px;
  /* background: rgba(143, 144, 146, 0.498039215686275); */
  padding-right: 120px;
  width: 700px;
}
@media screen and (max-width: 700px) {
  .page-title-wrapper,
  .entry-title-wrapper {
    width: 100%;
  }
}

.page-title,
.entry-title {
  background: #8f9092;
  margin: auto 0;
  padding: 5px 10px;
  display: inline-block;
  font-size: 2em;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 700px) {
  .page-title,
  .entry-title {
    font-size: 1.9em;
  }
}

@media screen and (max-width: 1339px) {
  .page-menu .panel-grid-cell {
    display: none;
  }
  .panel-grid {
    margin: 0 !important;
  }
}


.page-content .so-panel {
  position: relative;
  background: #ffffff;
  padding: 30px;
}

.page-content .panel-grid-cell:nth-child(2) .so-panel {
  border-left: 5px solid #cd0a0a;
  padding: 25px;
}
@media screen and (max-width: 1339px) {
  .page-content .panel-grid-cell:nth-child(2) .so-panel {
    /* border-left: none; */
  }
}

.page-content .page-header-image,
.page-content .page-header-image img {
  /* top: -30px; */
}

.page-content .page-header-image,
.page-content .page-header-image img,
.page-content .page-full-image,
.page-content .page-full-image img {
  position: relative;
  left: -30px;
  min-width:100%;
  width: calc(100% + 60px) !important;
  max-width: calc(100% + 60px) !important;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
}

.page-content h2 {
  position: relative;
  padding: 20px 30px;
  background: #8f9092;
  color: #ffffff;
  left: -30px;
  min-width:100%;
  width: calc(100% + 60px);
}

.page-content h4 {
  color: #524f46;
  font-size: 1.4em;
}

.page-content h5 {
  /* position: relative; */
  /* padding: 20px 30px; */
  /* background: #f2f2f2; */
  /* left: -30px; */
  /* min-width:100%; */
  /* width: calc(100% + 60px); */
  color: #524f46;
  font-size: 1.0em;
  font-weight: bold;
}

.no-padding-top .so-panel {
  padding-top: 0;
}

.no-padding-all .so-panel {
  padding: 0;
}



/**
 * Blog Page
 */
 .post-wrap .entry-header,
 .archive-post-wrap .entry-header {
  background: #8f9092;
  background-image: none;
  margin-bottom: 0px;
  padding: 30px;
  color: #ffffff;
  border-bottom: none;
}

.post-wrap .entry-title,
.archive-post-wrap .entry-title {
  background: none;
  margin: auto 0;
  padding: 0;
  font-size: 2em;
  font-weight: 400;
  color: #ffffff;
}

.post-wrap .entry-header p,
.post-wrap .entry-header a,
.archive-post-wrap .entry-header p,
.archive-post-wrap .entry-header a {
  color: #ffffff;
}

.site-main .post-wrap .featured-image img {
  width: 100%;
}

.post-wrap .entry-container,
.archive-post-wrap .entry-container {
  background: #ffffff;
}

.post-wrap .entry-content,
.archive-post-wrap .entry-summary {
  padding: 30px;
  line-height: 2.25em;
}

.post-wrap .entry-footer .entry-meta {
  padding: 15px 30px;
  margin: 0;
  border-top: 1px solid #777777;
  text-transform: uppercase;
}

.post-wrap .entry-footer .cat-links {
  margin-right: 30px;
}



/**
 * Resources Page
 */
.resources-section-title {
  padding: 23px;
}

.resources-section-title .widget-title {
  font-size: 1.9em;
  margin: 0;
}

.resources-section-content .widget-title {
  display: none;
}

.resources-section-content .textwidget p {
  margin: 0;
}



/**
 * Resource Post Entries
 */
.resource-post-container {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
}
@media screen and (min-width: 1340px) {
  .resource-post-container {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
  }
}

.resource-post-container article {
  margin: 0 0 1em;
  width: 100%;
  border-left: 8px solid #cd0a0a;
  margin-right: 33%;
  overflow: auto;
  background: #8f9092;
  color: #ffffff;
}
.resource-post-container article:not(:first-of-type) {
  display: inline-block;
}
@media screen and (min-width: 1340px) {
  .resource-post-container article:first-of-type {
    column-span: all;
    -webkit-column-span: all;
    -moz-column-span: all;
  }
}

.resource-post-container article .featured-image img {
  width: 100%;
}
@media screen and (min-width: 1340px) {
  .resource-post-container article:first-of-type .featured-image {
    width: 50% !important;
    float: left;
    margin-right: 20px;
  }
}

.resource-post-container article .entry-tag {
  padding: 20px 20px 5px 20px;
  font-size: 1.2em;
  line-height: 1.2em;
}

.resource-post-container article .entry-title {
  background: none;
  padding: 0px 20px 20px 20px;
  font-size: 2em;
  font-weight: 400;
  color: #ffffff;
  font-size: 1.8em;
  line-height: 1.2em;
}
.resource-post-container article:first-child .entry-title {
  display: inline-block;
}

.resource-post-container .entry-link {
  padding: 10px;
  text-align: right;
  column-span: all;
  -webkit-column-span: all;
  -moz-column-span: all;
}
.resource-post-container .entry-link a {
  padding: 6px 10px;
  background: #cd0a0a;
  color: #ffffff;
  clear: both;
}

.resource-post-container .no-articles {
  padding: 20px;
}



/**
 * Post Navigation
 */
.site-main .post-navigation {
  background: #ffffff;
  padding: 30px;
  margin-bottom:15px;
  border-top: 1px solid #777777;
}

.site-main .post-navigation .meta-nav {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
}

.site-main .post-navigation .meta-nav-prev {
  left: -14px;
  position: relative;
  padding: 6px 10px;
  background: #cd0a0a;
  color: #ffffff;
}

/* .site-main .post-navigation .meta-nav-prev:before {
  content: '';
  background-image: url("/product/images/nav-prev.png");
  width: 14px;
  height: 15px;
  left: -5px;
  top: 2.1em;
  position: relative;
  display: inline-block;
} */

.site-main .post-navigation .meta-nav-next {
  left: 14px;
  position: relative;
  padding: 6px 10px;
  background: #cd0a0a;
  color: #ffffff;
}

/* .site-main .post-navigation .meta-nav-next:after {
  content: '';
  background-image: url("/product/images/nav-next.png");
  width: 14px;
  height: 15px;
  left: 5px;
  top: 2em;
  top: 2.1em;
  position: relative;
  display: inline-block;
} */



/**
 * Post Side Bar
 */
@media screen and (min-width: 1340px) {
  .site-content aside {
    position: relative;
    top: 190px;
  }
}

.site-content aside.sidebar-primary section {
  background: #ffffff;
  border-left: 5px solid #cd0a0a;
  padding: 25px !important;
}
@media screen and (max-width: 1339px) {
  .site-content aside.sidebar-primary section {
    border: none !important;
  }
}

/* .site-content aside.sidebar-primary section .widget-title {
  font-size: 2em;
} */

.site-content aside.sidebar-primary section select {
  padding: 8px;
  font-size: 1.2em;
  width: 100%;
}

.site-content aside.sidebar-primary section .tagcloud a {
  font-size: 1.2em !important;
  text-decoration: underline;
  display: list-item;    
  list-style-type: disc; 
  list-style-position: inside;
  color: #777777;
}

.site-content aside.sidebar-primary section .tagcloud a:hover {
  color: #cd0a0a;
}



/* Also update Customizing->Additional CSS*/
/* Submenu Hover */
.ow-button-base a:hover {
  background: #8f1014 !important;
}
/* Submenu Padding */
.ow-button-base a {
  padding: 0.5em 1em !important;
}

/**
 * Slider Overrides 
 */
.panel-grid.panel-no-style {
  margin-bottom: 0 !important;
}

.slick-prev.slick-arrow {
  display: none !important;
}

.wpsisac-slick-slider button.slick-next, 
.wpsisac-slick-slider button.slick-next:hover, 
.wpsisac-slick-slider button.slick-next:focus {
  background: url("/product/images/arrow-right.png") center center no-repeat !important;
  background-size: 33px 51px !important;
  outline: none !important;
}

.wpsisac-slick-slider button.slick-arrow {
  width: 33px;
  height: 51px;
  margin-right: 30px !important;
}
@media screen and (max-width: 1339px) {
  .wpsisac-slick-slider.design-3 .slick-arrow {
    top: 50% !important;
  }
}

@media only screen and (min-width: 40.0625em) {
  .wp-medium-7 {
      width: 40% !important;
  }
}

.slick-image-slide img {
  height: 250px !important;
  width: 100% !important;
  object-fit: cover;
  object-position: top right;
}
.slide-wrap .readmore a.slider-readmore {
  font-size: 0.9em;
  padding:5px 30px;
  background:rgba(80, 80, 80, 1) !important;
  border: none;
}
@media screen and (max-width: 1339px) {
  .slide-wrap .readmore a.slider-readmore {
    position: relative;
    bottom: -240px;
    width: 100%;
    text-align: center;
  }
  .slick-image-slide, .slide-wrap {
    height: 300px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 711px) {
  .slide-wrap .readmore a.slider-readmore {
    position: relative;
    bottom: -210px;
    width: 100%;
    text-align: center;
  }
  .slick-image-slide, .slide-wrap {
    height: 300px;
    padding-top: 150px;
  }
}
@media screen and (max-width: 400px) {
  .slide-wrap .readmore a.slider-readmore {
    bottom: calc((100vw / 2.1) * -1);
  }
}

.wpsisac-slick-slider .slick-dots li button {
  background: rgba(143, 144, 146, 1) !important;
  border: none;
  border-radius: 30% !important;
}
@media screen and (max-width: 1339px) {
  .wpsisac-slick-slider .slick-dots li button {
    background: #ffffff !important;
  }
}

.wpsisac-slick-slider.design-3 .slick-dots {
  bottom: 0px !important;
}
@media screen and (max-width: 1339px) {
  .wpsisac-slick-slider.design-3 .slick-dots {
    background: rgba(143, 144, 146, 1) !important;
    padding-top: 15px !important;
    padding-bottom: 3px !important;
    left: 0 !important;
    right: 0;
  }
}

.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slide-title {
  font-size: 1.9em;
  color: #fff;
  text-shadow: none; 
  text-align: left;
}

.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slider-content {
  padding: 40px 0;
}
@media screen and (max-width: 1339px) {
  .wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slider-content {
    padding: 0;
  }
}

.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slider-content .bg-overlay {
  padding: 20px;
  background: rgba(143, 144, 146, 1) !important;
}
@media screen and (max-width: 1339px) {
  .wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slider-content .bg-overlay {
    width: 100%;
  }
}

.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slick-slider-short-content p { 
  text-align:left;
  color:#fff;
  text-shadow: none; 
  font-size:16px;
}




/**
 * Product Guides
 */
.productbox-container {
  display: flex;
  flex-wrap: wrap;
}
.productbox {
  flex: 1; /*grow*/
}
.customisationsbox {
  /* Nada */
}



/**
 * Contact Us Page
 */
.page-contact-us {
  position: relative;
}

.page-contact-us h3,
.sidebar h2.widget-title:first-child {
  font-size: 1.2em;
  font-weight: bold;
}

.contact-us-side .map {
  position: absolute;
  right: 0px;
  margin: 0;
}
@media screen and (max-width: 1339px) {
  .contact-us-side .map {
    position: relative;
    margin: 0 -30px;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
  }
}


.contact-us-side h2 {
  margin-bottom: 0;
}

/* Contact Side Panel */
.page-contact-us .panel-grid-cell:nth-child(2) .so-panel h3,
.sidebar h2.widget-title:first-child {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.0em;
  font-weight: normal;
  margin-bottom: 20px;
}

.contact-us-side p {
  font-size: 1.2em;
  line-height: 1.2em;
}

.contact-us-side a {
  color: #505050;
  text-decoration: underline;
}


/* Contact Us Shortcode */
.contact-us-side a {
  text-decoration: none;
}

.contact-us-side table,
.contact-us-side table td {
  border: none !important;
}

.contact-us-side table td:nth-child(0) {
  text-align: center;
}

.contact-us-side table td {
  vertical-align: middle;
  line-height: 1.5em;
  padding: 5px 10px 5px 0;
  font-size: 0.95em;
}




/* Hide MathJax popup */
#MathJax_Message {
  display: none !important;
}



/* Admin Bar */
html.admin_bar { margin-top: 0px !important; }
* html.admin_bar body { margin-top: 0px !important; }
/* @media screen and ( max-width: 782px ) {
  html.admin_bar { margin-top: 46px !important; }
  * html.admin_bar body { margin-top: 46px !important; }
} */
