/*--------------------------------------------------------------

 Theme Name: Elegant
 Version: 3.0
 Description: Free WordPress Theme by WPExplorer
 Author: WPExplorer
 Author URI: https://www.wpexplorer.com
 Designed & Developed by WPExplorer
 Theme URI: https://www.wpexplorer.com/elegant-free-wordpress-theme/
 License: GNU General Public License version 2.0
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: wpex-elegant

/* Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
table { border-collapse: collapse; border-spacing: 0; }
img { max-width: 100%; height: auto; }
mark { background: none; }
select { max-width: 100%; }

/* Vars
--------------------------------------------------------------*/
:root {
    --wpex-accent: #139461;
    --wpex-on-accent: #fff;
    --wpex-text-sm: 0.875em;
    --wpex-text-lg: 1.125em;
    --wpex-text-xl: 1.25em;
    --wpex-text-2xl: 1.5em;
    --wpex-text-3xl: 1.875em;
}

/* The Grid
--------------------------------------------------------------*/
.col:after,
.clr:after,
.group:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
.col { display: block; float: left; float: inline-start; margin: 0 0 2% 1.6%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Grids */
.wpex-grid { display: grid; }
.wpex-grid-cols-4 { grid-template-columns: repeat(4, 1fr); gap: 24px; }
.wpex-grid-cols-3 { grid-template-columns: repeat(3, 1fr); gap: 32px; }
.wpex-grid-cols-2 { grid-template-columns: repeat(2, 1fr); gap: 40px; }

/* Body & Main
--------------------------------------------------------------*/
body {
    background: #ffffff;
    color: rgba(0,0,0,.7);
    font: 15px/22px 'Montserrat', "Helvetica", Arial;
    -webkit-font-smoothing: antialiased;
}
.homeBlocksNew .ugb-container.ugb-container--v2 .ugb-container__content-wrapper>:first-child {
    margin-top: 0 !important;

}
.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 0;
    color: #ccc;
}
/*Paperless page*/
body.page-id-1147 table, body.page-id-1147 td{
    border: none !important; 
}
body.page-id-1147 .page-thumbnail {
    background-color: #125baa;
}
body.page-id-1147 .page-header-title {
	color: #fff;	
}

body a {
    color: #005ea8;
    text-decoration: none;
    font-weight: 600;
}
.home #main {
    padding: 0px 0;
    margin: auto;
    width: 100%;
    float: none;
    max-width: 100%;
}
/*#main {

    padding: 0px 0 0px 10%;
    width: 90%;
    float: left;

}*/
#main {

    padding: 0 20px;
    float: none;
    max-width: 1040px;

}
.container { margin: 0 auto; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.left-content {
    float: left;
    width: 70%;
}
.sidebar-container {
    float: right;
    width: 20%;
    background: #fff;
    padding: 10px 10px;
    margin-top: 30px;
    position: absolute;
    top: 250px;
    right: 5%;
    transition: all 0.9s ease;
    box-shadow: 0px 0px 2px rgba(0,0,0,.3);
}
.active .sidebar-container {
    position: fixed;
    top: 130px !important;
    transition: all 0.9s ease;
}
.wp-block-column:not(:first-child) {
    margin-left: 20px;
}

/* body { background: #f6f6f6; color: #444; line-height: 1.5; font-size: 1rem; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; }
a { color: var(--wpex-accent); text-decoration: underline; }
#main { padding: 48px 0; }
.container { margin: 0 auto; max-width: 1140px; }
.left-content { float: left; float: inline-start; width: calc(100% - 300px - 40px) }
.sidebar-container { float: right; float: inline-end; width: 300px; } */

/* Commons
--------------------------------------------------------------*/
.clr:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.clear { clear: both }
img { height: auto; max-width: 100%; }
blockquote, .wp-block-quote { border-inline-start: 3px solid; padding-inline-start: 1.5em; }
blockquote.left { float: left; float: inline-start; margin-inline-start: 0; margin-inline-end: 20px; text-align: right; width: 33%; }
blockquote.right { float: right; float: inline-end; margin-inline-start: 20px; margin-inline-end: 0; text-align: left; width: 33%; }
pre { font-family: Menlo, Consolas, monaco, monospace; }
address { letter-spacing: 1px; margin: 20px 0; }
#page-featured-img { margin-bottom: 25px; position: relative; }
#page-featured-img img { display: block; width: 100%; }
.double-divider { display: block; width: 100%; height: 3px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 40px 0; }
.heading { font-size: var(--wpex-text-xl); margin: 0 0 20px; padding-bottom: 3px; font-weight: 600; border-bottom: 1px solid #ddd; text-transform: uppercase; }
.page-thumbnail { margin-bottom: 30px; }
.page-thumbnail img { display: block; }
body.page-template-templatesfullwidth-php .page-thumbnail { margin: 0 0 30px; }
.page-thumbnail img { display: block; }
.wpex-readmore { display: block; margin-top: 24px;  }
.wpex-readmore a { display: inline-block; background: #222; color: #fff; padding: 1em 1.5em; line-height: 1.4; text-decoration: none; }
.wpex-readmore a:hover { background: var(--wpex-accent); }

/* Lists
--------------------------------------------------------------*/
:where(.entry) ul { list-style: disc; padding-inline: 2em; }
:where(.entry) ol { list-style: decimal; padding-inline: 2em; }

/* Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {

    font-weight: 600;
    color: #444;
    line-height: 1.4em;
    font-family: 'montserrat';

}
.CharBro:before {
    background: url(https://rockgas.co.nz/wp-content/uploads/2021/10/char-bro-logo.png) top center / 90px no-repeat;
    content: '';
    position: absolute;
    z-index: 9999;
    top: -10px;
    left: 0;
    width: 40%;
    height: 237px;
}

.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin: 25px 0 15px;
}
h1 {

    font-size: 35px;
    margin: 0 0 10px;
    font-weight: 900;
    line-height: 1em;
    color: #005ca7;

}
h2 {
    font-size: 25px;
    color: #005ca7;
    font-weight: 800;
    line-height: 1.2em;
    padding-bottom: 0;
    margin: 15px 15px;
}
h3 {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
    color: #005ca7;
    padding-bottom: 20px;
    padding-top: 0;
    margin-bottom: 0;
}
h4 { font-size: 14px }
h5 { font-size: 12px }
h6 { font-size: 10px }
p {
    margin: 15px;
    font-size: 15px;
    line-height: 1.25em;
    font-weight: 500;
    letter-spacing: -.3px;
}
.footer-widget p {
	    font-size: 14px;
	 font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a { color: #000; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { color: #333; text-decoration: none; }
p.lead { color: #777; font-size: 21px; line-height: 27px; }
em { font-style: italic }
strong { font-weight: 600; }
small { font-size: 80% }
hr {
    border: solid #ccc;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 30px 0 30px 0 !important;
}
a { outline: 0 }

/* h1,h2,h3,h4,h5,h6 { font-weight: 600; color: #444; line-height: 1.4; }
h1 { font-size: var(--wpex-text-3xl); margin: 0 0 20px; }
h2 { font-size: var(--wpex-text-2xl) }
h3 { font-size: var(--wpex-text-xl) }
h4 { font-size: var(--wpex-text-lg) }
h5 { font-size: 1em }
h6 { font-size: 1em }
p { margin: 0 0 20px }
.single-post-content > * { margin-bottom: 2rem; }
h1 a, h2 a, h3 a, h4 a { color: inherit; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { text-decoration: underline; text-decoration-thickness: 2px; }
em { font-style: italic }
strong { font-weight: 600; color: #000; }
small { font-size: 80% }
hr { border: solid #eee; border-width: 1px 0 0; clear: both; height: 0; margin: 40px 0; } */

/* Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    margin-bottom: 0px;
}
.page-template-templatesportfolio-php .page-header { margin-bottom: 25px; }
.home .page-header-title { color: #000000; font-size: 2.000em; margin: 0; font-weight: 600; }

.page-header-title {
    color: #005ca7;
    font-size: 32px;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 900;
    text-align: left;
    padding-bottom: 0px;
    position: relative;
    top: 0;
    margin-bottom: 0;
    margin-bottom: 20px;
}
.home #primary #content {
    max-width: 100%;
    margin: 0px auto;
}
#primary #content {
    max-width: 980px;
    margin: 50px auto;
}

.single-post .page-header { margin: 0 0 20px; }
.single-post .page-header-title {
    margin: 0 0 10px;

    text-align: center;
}
#archive-description,
#portfolio-template-content { margin-top: 10px; }
#portfolio-template-content p:last-child,
#archive-description p:last-child { margin: 0; }

/* .page-header { position: relative; margin-bottom: 30px; }
.page-template-templatesportfolio-php .page-header { margin-bottom: 25px; }
.page-header-title { color: #000000; margin: 0; font-weight: 600; }
.single-post .page-header { margin: 0 0 15px; }
.single-post .page-header-title { margin: 0; }
#archive-description,
#portfolio-template-content { margin-top: 10px; }
#portfolio-template-content p:last-child,
#archive-description p:last-child { margin: 0; } */

/* Header
--------------------------------------------------------------*/

/*header*/
#header-wrap { background: #fff; border-bottom: 1px solid #e4e4e4; box-shadow: 0 0 3px rgba(0,0,0,0.1); }
#header { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; align-items: center; padding: 20px 0; }

/*logo*/
#logo img { vertical-align: bottom; max-width: 100%; }
.site-text-logo a { display: inline-block; font-weight: 600; color: #000; font-size: var(--wpex-text-2xl); text-decoration: none; }
.site-description { margin-top: 5px; }

/* Main Navigation
--------------------------------------------------------------*/
.sf-menu,
.sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu li { position: relative }
.sf-menu ul { position: absolute; display: none; top: 100%; left: 0; z-index: 10001; }
.sf-menu > li { float: left }
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul { display: block }
.sf-menu a { display: block; position: relative; }
.sf-menu ul ul { top: 0; left: 100%; }
.sf-menu { float: left }
.sf-menu ul { min-width: 160px; }
.sf-menu a { zoom: 1 }
.sf-menu li { position: relative; white-space: nowrap; transition: all .2s; }
.sf-menu li:hover,
.sf-menu li.sfHover { -webkit-transition: none; transition: none; }
.sf-menu .sf-mega { position: absolute; display: none; top: 100%; left: 0; z-index: 99; }
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega { display: block }

/*styling*/
#site-navigation .dropdown-menu li { display: block; float: left; float: inline-start; height: 40px; line-height: 40px;}
#site-navigation .dropdown-menu > li { margin-inline-start: 2em; }
#site-navigation .dropdown-menu > li:first-child { margin-inline-start:0; }
#site-navigation .dropdown-menu a { color: inherit; font-weight: 400; text-decoration: none; text-align: left; cursor: pointer; }
#site-navigation .dropdown-menu a:hover { color: var(--wpex-accent); }
#site-navigation .dropdown-menu > .current-menu-item > a { opacity: 1; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 8px; }

/*drop-down styles*/
#site-navigation .dropdown-menu ul { background: #222; font-size: 1em; color: #fff; }
#site-navigation .dropdown-menu ul li a { display: block; height: auto; line-height: 1.7em; padding: 10px; margin: 0px; border: 0px; text-transform: none; }
#site-navigation .dropdown-menu ul li a.sf-with-ul { padding-inline-end: 23px; }
#site-navigation .dropdown-menu ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.08); line-height: 1.4em; height: auto; float: none; display: block; }
#site-navigation .dropdown-menu ul li > a:hover { color: var(--wpex-on-accent); background: var(--wpex-accent); }
#site-navigation .dropdown-menu ul li:last-child { border: none; }

/*arrows*/
#site-navigation  .dropdown-menu > li .fa-angle-down { margin-inline-start: 5px }
#site-navigation  .dropdown-menu > li ul li .fa-angle-right { position: absolute; top: 50%; right: 15px; height: 20px; line-height: 20px; margin-top: -10px; }

/* Sidebar
--------------------------------------------------------------*/
.sidebar-container .sidebar-widget { margin-bottom: 40px; }
.sidebar-container a { color: inherit; text-decoration: none; }
.sidebar-container a:hover { color: var(--wpex-accent); text-decoration: underline; }
.sidebar-container .sidebar-widget .widget-title { font-size: var(--wpex-text-lg); margin: 0 0 16px; font-weight: 600; }

/* Widgets
--------------------------------------------------------------*/
.sidebar-container select { width: 100%; }

/*calendar widget*/
#wp-calendar { width: 100%; font-size: 11px; }
#wp-calendar thead th { background: #f5f5f5; border: 1px solid #ddd; border-top: none; font-size: 11px; }
#wp-calendar tbody td { text-align: center; border: 1px solid #ddd; line-height: 2.5em; transition: background 0.15s ease; -webkit-transition: background 0.15s ease; -o-transition: background 0.15s ease; -moz-transition: background 0.15s ease; }
#wp-calendar tbody td a,
#wp-calendar tbody td a:hover { color: var(--wpex-accent); text-decoration: underline; }
#wp-calendar tfoot td { padding-top: 1px; padding: 4px; }
#wp-calendar caption { cursor: pointer; font-size: 12px; text-transform: uppercase; margin: 0; padding: 12px; outline: 0 none !important; background: var(--wpex-accent); color: #fff; }
#wp-calendar tbody a { display: block; text-decoration: underline; }
#wp-calendar th { text-align: center; border: 1px solid transparent; border-top: none; padding: 2px 0; color: #a7a7a7; }
#wp-calendar tfoot td#next { text-align: right; }
#footer #wp-calendar thead th { background: #232323 }
#footer #wp-calendar thead th,
#footer #wp-calendar tbody td { border-color: #333 }

/* Posts
--------------------------------------------------------------*/
.loop-entry { border-bottom: 1px solid #ddd; margin-bottom: 40px; padding-bottom: 40px; }
.loop-entry.post-entry p:last-child { margin: 0 }
.loop-entry-title{ font-size: var(--wpex-text-3xl); margin: 0; }
.loop-entry-thumbnail,
.post-thumbnail { margin-bottom: 20px; }
.post-thumbnail img { width: 100%; display: block; aspect-ratio: 16/9; object-fit: cover; }
.loop-entry-thumbnail img{ width: 100%; display: block; box-shadow: #000 0em 0em 0em; aspect-ratio: 16/9; object-fit: cover; }
.loop-entry-thumbnail img:hover { opacity: 0.8; }
.entry-footer { margin-top: 40px; }
.author-info { margin-top: 40px; }
.author-info .author-info-inner { position: relative; padding-inline-start: 100px; }
.author-info .author-avatar { position: absolute; left: 0; top: 0; }
.author-info .author-avatar img { border-radius: 2px; }

/* Post Meta
--------------------------------------------------------------*/
.post-meta { color: #000; display: block; float: none; margin-bottom: 20px; }
.single-portfolio .post-meta { margin-bottom: 0; }
.post-meta li { display: block; float: left; float: inline-start; margin: 0; }
.post-meta li .meta-seperator { margin: 0 15px; opacity: .5; }

/* Search
--------------------------------------------------------------*/
.search-entry { display: flex; gap: 20px; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ddd; }
.search-entry-thumbnail { width: 150px; }
.search-entry-thumbnail img { width: 100%; transform: translateZ(0); box-shadow: 0 0 0 rgba(0,0,0,0); -webkit-backface-visibility: hidden; }
.search-entry-thumbnail a:hover img { opacity: 0.8; }
.search-entry-title { margin: 0 0 15px; }
.search-entry-text { flex-grow: 1; }

/* Pagination
--------------------------------------------------------------*/
ul.page-numbers { display: flex; flex-wrap: wrap; list-style: none; margin: 30px 0 0; gap: 6px; }
ul.page-numbers li { display: block; }
.page-numbers a { text-decoration: none; }
.page-numbers a,
.page-numbers span,
#edd_download_pagination .page-numbers { background-color: transparent; border: 0; color: #606060; background: #fff; border: 1px solid #e6e6e6; cursor: pointer; display: flex; justify-content: center; align-items: center; float: inline-start; height: 1.8em; width: 1.8em; text-align: center; ftext-decoration: none; }
.page-numbers a:hover,
.page-numbers span.current,
#edd_download_pagination .page-numbers:hover,
#edd_download_pagination .page-numbers.current { background: var(--wpex-accent); color: var(--wpex-on-accent); text-decoration: none; border-color: transparent; }

/*next/prev*/
.single-post-pagination { position: absolute; right: 0; top: 0; }
.single-post-pagination li { display: block; float: left; float: inline-start; margin-inline-start: 4px; }
.single-post-pagination li:first-child { margin-inline-start: 0; }
.single-post-pagination li a { display: block; font-size: 1em; color: #888; background: #fff; border: 1px solid #ddd; height: 24px; width: 24px; line-height: 24px; text-align: center; }
.single-post-pagination li a:hover { color: #000; }

/* FlexSlider
--------------------------------------------------------------*/

/* Necessary Styles*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; margin: 0; }
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}

/*main*/
.flexslider { backface-visibility: hidden; }
.flexslider-container { position: relative; }
.flexslider-container img { display: block; }

/* Homepage
--------------------------------------------------------------*/

#homepage-content,
#homepage-features { margin-top: 40px; }
#homepage-portfolio,
#homepage-blog { margin-top: 80px; }
#homepage-blog { margin-bottom: 40px; }
.homepage-content-bottom-divider {margin-bottom: 0;}

/*homepage slider*/
#homepage-slider-wrap { max-height: 500px; overflow: hidden; }
#homepage-slider-wrap.container { padding-top: 50px; }
#homepage-slider-wrap .flex-direction-nav li a { display: block; z-index: 9; position: absolute; top:50%; margin-top: -35px; height: 70px; line-height: 70px; width: 50px; text-align: center; opacity: 0.8; background: #000; color: #fff; font-size: 21px; }
#homepage-slider-wrap .flex-direction-nav li a:hover { opacity: 1; background: var(--wpex-accent); color: #fff; text-decoration: none; }
#homepage-slider-wrap .flex-direction-nav li a.flex-prev { left: 0; }
#homepage-slider-wrap .flex-direction-nav li a.flex-next { right: 0; }
.homepage-slide-inner { position: relative; }
.homepage-slide-content { display: block; position: absolute; top: 50px; left: 0; z-index: 9999; display: flex; flex-direction: column; align-items: start; justify-content: start; }
.homepage-slide-title { display: inline-block; background: #222; color: #fff; font-size: 2em; padding: 15px 20px; text-transform: uppercase; }
.homepage-slide-caption { display: inline-block; margin-top: 10px; background: var(--wpex-accent); font-size: 1.333em; font-weight: 600; color: var(--wpex-on-accent); padding: 10px; }

/*homepage blog*/
.recent-blog-entry-title { font-size: var(--wpex-text-lg); margin: 20px 0 0; }
.recent-blog-entry-thumbnail a,
.recent-blog-entry-thumbnail img { display: block; transform: translateZ(0); box-shadow: 0 0 0 rgba(0,0,0,0); -webkit-backface-visibility: hidden; }
.recent-blog-entry-thumbnail img { aspect-ratio: 16/9; object-fit: cover; }
.recent-blog-entry-thumbnail a:hover img { opacity: 0.85; }
.recent-blog-entry .post-meta { margin: 0 0 6px; font-size: var(--wpex-text-sm); }
.recent-blog-entry .post-meta .fa-calendar { margin-inline-end: 6px; }

/* Feature Entries
--------------------------------------------------------------*/
.feature-thumbnail { margin: 0 0 20px; }
.feature-thumbnail img { display: block; width: auto; margin: 0 auto; }
.feature-thumbnail a:hover img { opacity: 0.8; transform: translateZ(0); box-shadow: 0 0 0 rgba(0,0,0,0); -webkit-backface-visibility: hidden; }
.features-entry { text-align: center; }
.feature-entry-title { margin: 0 0 10px; font-size: 1.4em; font-weight: 600; color: #444; }
a .feature-entry-title:hover { color: #000; }
.feature-entry-content p:last-child { margin: 0; }
.features-entry .feature-icon-font { text-align: center; margin: 0 auto 20px; }
.features-entry .feature-icon-font .fa { font-size: 46px; color: var(--wpex-accent); }
.feature-entry-url { margin: -20px; padding: 20px; display: block; text-decoration: none; color: #555; }
.feature-entry-url:hover { text-decoration: none; }

/* Portfolio
--------------------------------------------------------------*/

/*main*/
#portfolio-wrap { position: relative }
#portfolio-wrap ul { margin: 0px; list-style: none; }
#portfolio-description { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #e6e6e6; }
#portfolio-description p:last-child,
.portfolio-description p { margin: 0 }

/*portfolio entry*/
.portfolio-entry-media img { vertical-align: bottom; aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.portfolio-entry-media a:hover img { opacity: 0.85; }
.portfolio-entry-details { margin-top: 10px; }
.portfolio-entry-title { margin: 0; font-size: var(--wpex-text-lg); }
.portfolio-entry-title a:hover { color: var(--wpex-accent); text-decoration: none; }
.portfolio-entry-categories a { color: inherit; }
.portfolio-entry-categories a:hover { color: #000; }
.single-portfolio .post-slider-wrap { margin: 0 0 30px; }
.single-portfolio .post-slider-wrap img { aspect-ratio: 16/9; object-fit: cover; }

/*portfolio related*/
#single-portfolio-related { margin-top: 30px; }

/* Post Slider
--------------------------------------------------------------*/
.post-slider-wrap .flex-direction-nav { z-index: 9; position: absolute; bottom:0; right: 0; }
.post-slider-wrap .flex-direction-nav li { display: block; float: left; float: inline-start; margin-inline-start: 0; }
.post-slider-wrap .flex-direction-nav li a { display: block; height: 30px; line-height: 30px; width: 35px; text-align: center; opacity: 0.8; background: #000; color: #fff; font-size: 14px; }
.post-slider-wrap .flex-direction-nav li a:hover { opacity: 1; background: var(--wpex-accent); color: #fff; text-decoration: none; }
.post-slider-wrap .flex-direction-nav li a .genericon { font-size: 16px; height: 30px; line-height: 30px; }

/* Staff
--------------------------------------------------------------*/
.staff-entry-title { font-size: 1.500em; margin: 10px 0; font-size: 1.2em; color: #000; }
.staff-entry-content p:last-child { margin: 0; }
.staff-entry-media img { width: 100%; object-fit: cover; aspect-ratio: 1/1; object-position: center top;}

/* Forms / Inputs / Buttons
--------------------------------------------------------------*/

/*inputs*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea { -moz-box-sizing: border-box; -webkit-appearance: none; -webkit-box-sizing: border-box; background: transparent; border: 1px solid #ddd; box-sizing: border-box; color: #606060; display: block; font-size: 1em; margin: 0; max-width: 100%; padding: 0.8em 1em; font-family: inherit; background: #fff; }

textarea { width: 100%; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus { color: #555; outline: none; border-color: #ccc; }

button,
input[type="button"],
input[type="submit"] { -webkit-appearance: none; background: #222; border: transparent; color: #fff; cursor: pointer; display: inline-block; font-size: 1em; font-weight: 400; outline: none; padding: 1em 1.5em; line-height: 1.4; position: relative; font-family: inherit; }

.entry input[type="submit"] { margin-top: 10px; }

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover { background-color: var(--wpex-accent) }

a.view-all { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; background: #EEEEEE; border-radius: 3px; padding: 8px 20px; text-align: center; width: 100%; color: #808080; }

/* Search
--------------------------------------------------------------*/
input[type="search"] { font-size: 1em; -moz-box-sizing: border-box; -webkit-appearance: none; -webkit-box-sizing: border-box; background: #fff; border: 1px solid #e6e6e6; border-radius: 0; box-sizing: border-box; color: #555; outline: none; padding: 1em; width: 100%; font-family: inherit; }
input[type="search"]:focus { border-color: #ccc; }
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none }
input[type="search"]::-webkit-search-decoration { display: none }

/* Comments
--------------------------------------------------------------*/
#comments { margin-top: 60px }
#comments span.required { color: #C30 }
.commentlist { margin: 0 }
.commentlist .children { margin-inline-start: 30px; }
.commentlist li { list-style: none; margin: 0; }
.commentlist .comment { border-bottom: 1px solid #ddd;margin-bottom: 24px; padding-bottom: 24px; }
.comment-author { left: 0; position: absolute; top: 0; }
.comment-author .avatar { display: block; border-radius: 2px; }
.comment-meta { margin-bottom: 10px }
.comment-meta .fn { font-weight: 600; color: #000; display: block; }
.comment-date { display: inline-block; margin-inline-end: 12px; }
.comment-details { margin-inline-start: 70px; }
.comment-content p:last-child { margin: 0 }
.comment-date a { text-decoration: none;}
.comment-date a,
a.comment-reply-link { font-size: 0.9em; color: #808080 }
#reply-title small { font-size: 1em; }
a#cancel-comment-reply-link { color: red; display: inline; font-weight: 400; font-size: 1em; }
a#cancel-comment-reply-link:hover { text-decoration: underline; }
#respond { margin: 40px 0 0; }
.commentlist li article { position: relative }
.commentlist #respond { margin-bottom: 100px }
#comments-logged-in { font-size: 13px; margin-bottom: 30px; margin-top: 10px; }
#log-out { float: right; float: inline-end; margin-top: -56px; }
.comment-form-comment label[for="comment"] { display: none }
#reply-title { font-size: 1em; margin: 0 0 20px; }
#commentform textarea { width: 100% }
#comments .form-allowed-tags { display: none }
.comment-awaiting-moderation { background: #02AACE; color: #fff; display: inline-block; line-height: 1em; margin-bottom: 20px; margin-top: 10px; padding: 2px 6px; }

/* Footer
--------------------------------------------------------------*/
#footer-wrap { background: #222; color: #bbb; }
#footer-wrap input[type="text"],
#footer-wrap input[type="search"] { border:  none; }
#footer-wrap select { width: 100%; }
#footer-wrap a { color: inherit; text-decoration: none; }
#footer-wrap a:hover { color: #fff; text-decoration: underline; }
#footer-widgets .widget-title { color:  #fff; font-size: 1.25em; margin: 0 0 15px; }
#footer-widgets .widget-title span { background: #222; padding-inline-end: 10px; }
.footer-widget { padding: 50px 0 }
.footer-widget.widget_text p:last-child { margin: 0; }
#footer-widgets .span_1_of_3.col-1 { padding-inline-end: 10px; }
#footer-widgets .span_1_of_3.col-2 { padding-inline-start: 5px; padding-inline-end: 5px; }
#footer-widgets .span_1_of_3.col-3 { padding-inline-start: 10px; }
.footer-widget > ul > li { padding: 2px 0; border-bottom: 1px solid #333; }
.footer-widget > ul > li:first-child { border-top: 1px solid #333; }
#footer-widgets .widget_nav_menu ul > li { border-bottom: 1px solid #333; }
#footer-widgets .widget_nav_menu ul > li:first-child { border-top: 1px solid #333; }
#footer-widgets .widget_nav_menu ul > li li a:before { content: "-"; padding: 0 10px; color: #555; }
#footer-widgets .widget_nav_menu ul > li.menu-item-has-children{ border-bottom: none; }
#copyright-wrap { background: #111; padding: 20px 0; color: #888; text-align: center; }
#copyright-wrap a { color: #fff; }

/* 404 Page
--------------------------------------------------------------*/
#error-page { text-align: center; margin-top: 60px; }
#error-page-title { border: none; font-size: 7.5em; line-height: 1em; margin: 0 0 30px; }
#error-page-title span { margin-inline-end: 7px }
#error-page-text { font-size: 1.15em; }

/* WordPress Styles
--------------------------------------------------------------*/

/*aligns*/
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; float: inline-end; margin: 0 0 10px 20px; }
.alignleft { float: left; float: inline-start; margin: 0 20px 10px 0; }

/*floats*/
.floatleft { float: left }
.floatright { float: right }

/*text style*/
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }

/*captions*/
.wp-caption { max-width: 100% !important }
.wp-caption p.wp-caption-text { box-sizing: border-box; text-align: center; }
.wp-caption img { display: block; border: 0 none; margin: 0; width: 100%; padding: 0; }

/*smiley reset*/
.wp-smiley { margin: 0 !important; max-height: 1em; }

/*img attachment*/
#img-attch-page { overflow: hidden; text-align: center; }
#img-attch-page img { display: inline-block; margin: 0 auto; margin-bottom: 20px; max-width: 100%; }

/*gallery*/
.gallery { margin: 0 0 30px !important; }
.gallery-icon img { border: none !important; }

/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }

/*hide responsive elements
--------------------------------------------------------------*/
#navigation-toggle, .sidr, #sidr-close, #mobile-search { display: none }

/* EDD tweaks
--------------------------------------------------------------*/

.edd_download_image { margin-bottom: 20px; }
.edd_download_image a { display: block; }
.edd_download_image img { width: 100%; display: block; }
.edd_download_image a:hover img { opacity: 0.85; }
.entry .edd_download_title { margin: 0 0 10px;}
.edd_downloads_list .edd_download { margin-bottom: 30px; }
.edd_downloads_list .edd_download_inner { margin: 0; }
.edd_downloads_list .edd_download_title { margin: 0 0 10px; font-size: 21px; }


.size-medium {
    width: 33% !important;
    float: left !important;
    margin: 0 !important;
}

td {
    border-top: 1px solid #ccc;
    padding: 20px;
}
table {
    border: 1px solid #ccc;
    width: 100%;
    margin: auto;
}
.bodyImage {
    float: left;
    margin-bottom: 40px !important;
    margin-top: 0px !important;
}

#homepage-portfolio {

    display: none !important;
}
#nearplace-root {
	
}
.page-template-templatesfullwidth-location-php #nearplace-root {
    top: 60px;
    display: block;
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative !important;
    float: left;
}
.templatesfullwidth-location-php #thediv {
    height: auto;
    background-size: 100%;
    background: #eee;
    display: none !important;
}
ul.child-sidebar-menu li a, li.menu-item-object-custom a {

    margin: 0px 0 !important;
    line-height: 1em !important;
    float: left;
    display: block;
    width: 88%;
    color: #005ca7;
    border-bottom: 1px solid #eee;
    padding: 14px 10px;
    font-weight: 900;
    font-size: 14px;

}
ul.child-sidebar-menu li li a {

    font-weight: 100;
    font-size: 13px;
    margin: 0;
    padding: 8px 10px 8px 10px;
    background: none !important;

}ul.child-sidebar-menu li.current_page_item a, ul.child-sidebar-menu li a:hover {


    color: #666;

}
ul.child-sidebar-menu li li.current_page_item a, ul.child-sidebar-menu li li a:hover {

    background: #eee !important;
    color: #999;

}
ul.child-sidebar-menu ul.children li li a {

    background: #666 !important;
    color: #fff;

}

#jumpMenu {

    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    display: none;

}
#jumpMenu li {

    list-style: none;
    padding: 0 10px 0 0;
    float: left;
    border-radius: 0;
    margin-right: 0;

}
#jumpMenu li a {

    color: #005ca7;
    text-transform: uppercase;
    padding: 5px 10px 3px 10px;
    border-radius: 10px;
    background: #eee;

}


#homepage-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px 0 !important;
}

#homepage-content p {
    margin: 0 0 20px 0;
}
.homepage-wrap {

    margin-top: 3%;
    float: none;
    padding-bottom: 0;

}
a.btnLeft {

    padding: 10px 20px;
    border-radius: 40px;
    color: #fff;
    font-size: 14;
    background: none;
    font-weight: 900;
    margin-top: 10px;
    display: block;
    float: left;
    margin-bottom: 30px;
    background: #fdb731;

}
table#bottleRefill {

    border: 0;

}
table#bottleRefill td {

    padding: 20px;
    border: 0;
    vertical-align: middle;
    font-size: 14px;

}
#bottleRefill img {

    padding: 20px 0px;
    width: 230px;
    float: left;

}
#homepage-blog a.btn {
    display: inline;
    padding: 8px 15px;
    position: relative;
    top: 20px;
    border: 2px solid #005ca7;
    color: #005ca7;
    background: none;
    border-radius: 18px;
    font-size: 13px;
    text-transform: uppercase;
}
#homepage-blog a.btn:hover {
	color: #fff;
    background: #999;

}
/*.divider {

    height: 10px;
    background: red;
    margin-top: 20px !important;
    float: left;
    width: 100%;

}*/


.loop-entry-content {

    clear: both;

}

.widget_recent_entries ul li a {
    margin: 0px 0 !important;
    line-height: 1em !important;
    float: left;
    display: block;
    width: 95%;
    color: #005ca7;
    border-bottom: 1px solid #eee;
    padding: 20px 10px;
    font-weight: 900;
    font-size: 15px;
}
.blog .widget-title {
	display: none;	
}
.blog #primary #content {

   
    margin: 60px auto;

}
.mobile-search {
	display: none;	
}
.search .page-header {

    position: relative;
    margin-bottom: 170px;

}
.entry.clr {

    float: left;

}
.recent-blog-entry-content {

    margin-bottom: 15px;

}
.searchWindow {
    background: #eee;
    width: 100%;
    height: 200px;
    position: absolute;
    top: -100px;
    left: 0;
    border-radius: 5px;
}
li#menu-item-337 a {

 
    background: url(https://rockgas.co.nz/wp-content/uploads/2018/11/mag.png) 0 1px / 23px no-repeat;
    display: block;
    width: 24px;
    text-indent: -3000em;
    border: 0 !important;
    padding: 0 0px;
    height: 40px;

}
.wow-modal-window {

    padding: 0;
    border: 0px solid #000000;
    z-index: 99999;
    position: fixed;
    top: 10%;
    left: 0%;
    right: 0%;
    border-radius: 5px;
    margin: auto;
    display: none;
    background: none;

}
.sliderLogo {
    float: left;
    clear: both;
    width: 100%;
}
.sliderLogo img {
    width: 240px !important;
    max-width: 185px;
    float: left !important;
    position: relative !important;
    left: 0%;
}
.mobileSearch {
	display: none;	
}

ul.display-posts-listing {
    padding: 0;
    list-style: none;
    margin: 0;
}
.title {
    font-size: 20px;
    float: left;
    display: block;
}
.excerpt {
    float: left;
    display: block;
    margin-bottom: 40px;
    margin-top: 10px;
}
.excerpt-dash {
    display: none;
}
.date {
    float: left;
    clear: both;
}
.excerpt a {
    display: block;
    margin-top: 5px;
}
#secondary .widget-title {
    display: none;
}
iframe {

    height: 800px;
    max-width: 980px;
    width: 980px;

}
#footer.container {

    width: 90%;

}

iframe.map {
    height: 400px;
    max-width: 980px;
    width: 980px;
}
.page-id-415 iframe {
    width: 100%;
    height: 570px;
}
.page-id-415 .page-header-title {

    text-align: left;
    margin-bottom: 10px;

}
.page-template-fullwidth-franchise iframe {
	width: 100% ;
	max-width: 100%;
	height: 500px;	
}
.page-template-fullwidth-franchise.page-id-3446 iframe {
    width: 100%;
    max-width: 100%;
    height: 320px;
}
.page-template-fullwidth-franchise #main, .page-template-fullwidth-franchise #primary #content,  .page-template-fullwidth-franchise .entry{

    width: 100%;
    max-width: 100%;
	padding: 0;


}
.page-template-fullwidth-franchise .page-header {
    position: relative;
    margin-bottom: 30px;
    margin: 0px auto;

}

.page-template-fullwidth-franchise .page-thumbnail {
    display: none !important;
		
}
.ugb-container .ugb-container__content-wrapper {

    margin: 0;
/*    max-width: 960px;*/
    margin: auto;

}
.ugb-container {

    margin-top: 0;


}
.wp-block-image figcaption {
    margin-top: 0;
    margin-bottom: 15px;
    color: #555d66;
    text-align: center;
    font-size: 16px;
    padding: 10px 10px 0px 10px;
    line-height: 17px;
    font-weight: 900;
    text-align: left;
}
a.pdfTC {
    color: #666;
    font-weight: 600;
    font-size: 13px;
    padding: 3% 0 3% 32px;
    border-radius: 0;
    margin-top: 0;
    width: auto;
    text-align: center;
    margin: 10px 0 0 0 !important;
    border: none;
    display: block;
    background: url(https://rockgas.co.nz/wp-content/uploads/2018/11/pdf.jpg) 17px 5px / 20px no-repeat;
    width: 100%;
}
#primary #content article a {
    color: #005ca7;
}
table#filter td, table#filter {
    border: 0;
    float: left;
    padding: 0 0 0 0;
}
table#filter td p {
    padding-top: 15px;
    padding-left: 10px;
}
#homepage-features a {
    color: #fff !important;
}
.page-id-755 .page-thumbnail {
    height: 350px !important;
    max-height: 380px;
    background: url(https://rockgas.co.nz/wp-content/uploads/2019/10/duelfuel.jpg) right 50px / 800px no-repeat #f7fa99;
}
.page-id-755 .page-header-title {
    color: #000;
    top: -165px;
    font-size: 35px;
}
.duelfuel .homepage-slide-title {
    color: #000;
}
.refillSave .homepage-slide-caption {
    background: url(https://rockgas.co.nz/wp-content/uploads/2019/12/GASBOTTLE.png) 0 0 / 100% no-repeat;
    float: right;
    width: 220px;
    text-align: center;
    color: #0a5aaa;
    height: 320px;
    padding-top: 115px;
    margin-top: 80px;
}
.refillSave .homepage-slide-cta::before {
    content: '';
	background: url(https://rockgas.co.nz/wp-content/uploads/2019/12/rockgas-white.png);
}
.refillSave .homepage-slide-title:after {
    background: url(https://rockgas.co.nz/wp-content/uploads/2019/12/rockgas-white.png) no-repeat 0 0;
    content: '';
    display: block;
    height: 100px;
    width: 260px;
    position: absolute;
    bottom: -27px;
}
.refillSave .homepage-slide-cta {
  
    font-weight: 600;
 
    padding: 1% 3.3%;
    margin-top: 0;
    width: auto;
    text-align: center;
    margin: 0px 0 10px 0 !important;
    float: none;
    border: 2px solid #ffbc19;
    display: inline-block;
    background: #ffbc19;
    margin-left: 290px !important;
}
.refillSave .homepage-slide-title {
    color: #fff;
    font-size: 115px;
    padding: 80px 0% 25px 0%;
    width: auto;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 100px;
    text-align: left;
    float: left;
}

div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    border: none !important;
    font-size: 20px;
	font-weight: 600;
    padding: 10px 20px;
    border-radius: 40px;
    color: #125baa !important;
	background: #ffbc19 !important;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {

    max-width: 90%;
    border-radius: 10px;

}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {

    background: none;
    border: 0;
    padding: 40px;
    border: 1px solid #eee;

}
.logoMap {
    padding: 10%;
}
.wpgmp-map-6 .rockgas.fc-item-box.fc-item-no-padding {
    float: left;
    width: 100%;
    margin: 0;
}
.wpgmp-map-6 .fc-item-title.fc-item-primary-text-color {
    background-image: none;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
   
    font-style: normal;
    text-align: center;

    text-transform: none;
}

.rockgas .fc-item-no-padding {
    padding: 10px !important;
    background: #fff;
    color: #005ca7 !important;
    font-weight: 900;
    line-height: 1.3em;
}
.rockgas {
    padding: 0;
}
#primary #content article .rockgas a {
	color: #005ca7;
}
.openHours {
    font-size: 12px !important;
    color: #666;
    line-height: 1.6em;
    border-top: 0;
    float: right;
    margin: 0 0 10px 0 !important;
    padding: 15px 0px !important;
    width: 50% !important;
    border-radius: 0;
}
.openHoursMap {
    font-size: 9px !important;
    color: #666;
    line-height: 1.6em;
    border-top: 0;
    float: right;
    margin: 0px 0 0 0 !important;
    padding: 0px !important;
    width: 50%;
}
.openHours .right {
    float: right;
    width: 50%;
}

#primary #content article .rockgas a {

}
.markerTitle a, .markerTitle {
    font-size: 16px !important;
    color: #005ca7;
    font-weight: 700;
    line-height: 1em !important;
    margin-bottom: 5px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
.openHours strong {
    font-weight: 700;
}
.wpgmp_listing_list .fc-itemcontent-padding {
    padding: 5px 0 0px 0px !important;
}
.markerCity {
   
}

.markerCat {
    font-size: 15px !important;
    line-height: 1.2em !important;
    padding: 5px 8px 15px 8px !important;
    border-radius: 10px;
    margin-left: -8px !important;
    width: 100%;
    font-style: italic;
    font-weight: 700 !important;
}
.markerAddress {
    font-size: 16px !important;
    line-height: 1em !important;
    border-radius: 0;
    float: left;
    margin-bottom: 5px;
}
.openHours h3, .openHoursMap h3 {
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 0 5px 0 !important;
    color: #0a5aaa;
}
div.wpgmp_search_form input.wpgmp_search_input {
    padding: 20px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
}
div.categories_filter select {
   padding: 10px 30px 10px 10px !important;
    float: left;
	background-color: #005ca7 !important;
    border-radius: 10px !important;
    height: inherit;
    max-width: 225px;
    font-size: 15px  !important;
}
.leftContent {
    padding: 10px 25px !important;
    margin-top: 0px !important;
    float: left !important;
    font-size: 15px !important;
    color: #666 !important;
    width: 40% !important;
}
.leftContentMap {
    padding: 0px 0px !important;
    margin-top: 0px !important;
    float: left !important;
    font-size: 15px !important;
    color: #666 !important;
    width: 40% !important;
}
.rockgas .leftContentMap {
    width: 100% !important;
    padding: 0px 0 17px 0 !important;
    min-width: 25vw;
}
.phoneNumber, .markerAddress, .googleMap {
    float: left;
    clear: both;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
}
.phoneNumber:before {
    content: '\f095';
    font-family: 'FontAwesome' !important;
    padding-right: 4px;
	    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
}
.phoneNumber {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 900;
}
.googleMap a:before {
    content: '\f041';
    font-family: 'FontAwesome';
    padding-right: 4px;
}

.googleMap a {
    background: none;
    padding: 0;
    float: left;
    margin-top: 0px;
    border-radius: 10px;
    margin-left: 0;
    font-size: 14px;
}
.wpgmp_map_container .gm-style-iw {
    min-height: 50px !important;
    min-width: 150px !important;
    width: 60vw;
}
.wpgmp_iw_content .url {
    float: left;
    font-size: 14px !important;
    font-style: normal;
    letter-spacing: .01em;
    color: #005ca7;
    margin-top: 0;
    font-weight: 800 !important;
}
.wpgmp_iw_content .markerCat {
    float: left;
    font-size: 14px !important;
    font-style: normal;
    letter-spacing: .01em;
    color: #666;
    margin-top: 5px;
    font-weight: 400 !important;
}
div.wpgmp_before_listing h2 {
    margin: 0 !important;
}
.rockgas.results {
    float: left;
    width: 48%;
    margin: 10px 1%;
    min-height: 190px;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 1% 0% 1% 0;
}

.page-id-792 #main, .page-id-295 #main {
    padding: 0;
    float: none;
    max-width: 100%;
    margin-top: 45px;
}.page-id-792 #primary #content, .page-id-295 #primary #content{
  
    float: none;
    max-width: 100%;
}
.page-id-792 .page-thumbnail, .page-id-295 .page-thumbnail {
    margin-bottom: 0;
    max-height: 240px;
    overflow: hidden;
    height: 120px;
    background-color: none;
    display: none;
}
.entry.clr {
    float: left;
    width: 100%;
}
div.wpgmp_listing_header, div.categories_filter, div.wpgmp_categories, div.wpgmp_before_listing {
    float: left;
    width: 98% !important;
    margin: 0 1% !important;
}
.wpgmp_filter_wrappers {
    background: #efefef;
    padding: 2% 2% 2% 1% !important;
    border-radius: 10px !important;
    margin: 5px 1% 2% 1% !important;
    width: 98% !important;
}
.wpgmp_map {
    width: 98% !important;
    margin: 0 1% !important;
    border-radius: 10px;
}
.categories_filter input[type="button"] {
    background: #666;
    border-radius: 10px;
    height: 39px !important;
}








.location_listing11, .location_pagination11 {
display: none;	
} 
li.homepage-slider-slide.ImageBanners .homepage-slide-title, li.homepage-slider-slide.ImageBannersDual .homepage-slide-title {
    display: none;
}
.ImageBanners .sliderLogo img, .ImageBannersDual .sliderLogo img {
    max-width: 100%;
    width: 1000px !important;
}
li.homepage-slider-slide.ImageBannersDual {
    background: #eeeff0 !important;
    height: 1000px;
}
.ImageBanners .sliderLogo, .ImageBannersDual .sliderLogo {
    float: left;
    clear: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;

}
.ImageBanners .homepage-slide-cta, .ImageBannersDual .homepage-slide-cta {
	display: none;	
}
li.award {
    background: #3d4894 !important;
    height: 1000px;
}


.home .page-thumbnail {
display: none;
}
.ugb-columns>.ugb-inner-block>.ugb-block-content>.ugb-columns__item {
    display: grid;
    grid-auto-columns: minmax(0,1fr);
    grid-auto-flow: column;
    grid-gap: 20px;
}
.ugb-image-box.ugb-image-box--v4.ugb-image-box--design-plain .ugb-image-box__item {
    justify-content: flex-end;
    border-radius: 50% !important;
    margin: 0px;
}
.ugb-image-box.ugb-image-box--v4.ugb-image-box--design-plain .ugb-image-box__item:hover .ugb-image-box__arrow, .ugb-image-box.ugb-image-box--v4.ugb-image-box--design-plain .ugb-image-box__item:hover .ugb-image-box__content, .ugb-image-box.ugb-image-box--v4.ugb-image-box--design-plain .ugb-image-box__item:hover .ugb-image-box__description {
    transform: translateY(30px);
    opacity: 1;
}
.ugb-image-box.ugb-image-box--v4.ugb-image-box--design-plain .ugb-image-box__item {
    border-radius: 60% !important;
    height: 175px !important;
    width: 175px;
}
.ugb-container.ugb-container--v2 .ugb-container__content-wrapper>:first-child {
    margin-top: 35px !important;
}
.ugb-image-box.ugb-image-box--v4.ugb-image-box--design-plain {
    text-align: left;
    float: left;
    padding: 2%;
    width: 19%;
}
.page-id-415 .ugb-container.ugb-container--v2 .ugb-container__content-wrapper, .ugb-container.ugb-container--v2 .ugb-container__side {
    padding-top: 0 !important;
}
#metaslider_container_1493 .caption-wrap {
    position: absolute;
    top: 10px !important;
    left: 40px !important;
    background: none !important;
    color: white;
    opacity: 1 !important;
    margin: 0;
    display: block;
    width: 100%;
}
#metaslider_container_1493 .caption h2 {
    color: #ffffff;
    opacity: 1 !important;
    z-index: 9999999 !important;
    font-size: 58px !important;
    font-weight: Black 900 !important;
    max-width: 520px;
    line-height: 55px;
    font-family: 'Montserrat';
}
.caption p {
    color: #ffffff !important;
    opacity: 1 !important;
    z-index: 9999999 !important;
    font-size: 26px;
    font-weight: 400 !important;
    max-width: 460px;
    line-height: 30px;
    font-family: 'Montserrat';
    padding-top: 10px;
}
/*.caption a {

    opacity: 1 !important;
    z-index: 9999999 !important;
    font-size: 26px;
    font-weight: 200 !important;
    max-width: 520px;
    line-height: 30px;
    font-family: 'Montserrat';
    padding-top: 10px;
}*/
.caption a.btn {
    opacity: 1 !important;
    z-index: 9999999 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    max-width: 520px;
    line-height: 30px;
    font-family: 'Montserrat';
    padding: 5px 20px;
    margin: 0 !important;
    text-transform: uppercase;
	color: #ffffff;
}

/* .edd_download_image { margin-bottom: 20px; }
.edd_download_image a { display: block; }
.edd_download_image img { width: 100%; display: block; transform: translateZ(0); box-shadow: 0 0 0 rgba(0,0,0,0); -webkit-backface-visibility: hidden; }
.edd_download_image a:hover img { opacity: 0.85; }
.entry .edd_download_title { margin: 0 0 10px;}
.edd_downloads_list .edd_download { margin-bottom: 30px; }
.edd_downloads_list .edd_download_inner { margin: 0; }
.edd_downloads_list .edd_download_title { margin: 0 0 10px; font-size: 21px; } */

body .is-layout-flex {
	margin: 0 15px;
}