/*
 Theme Name:   Diversified Well Logging, LLC. basic-child
 Theme URI:    http://www.dev.mediaworksweb.com/
 Description:  Basic Child Theme
 Author:       MediaWorks - Asher Rosenquist
 Author URI:   http://mediaworksweb.com
 Template:     basic
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, sidebars, responsive-layout, accessibility-ready
 Text Domain:  basic-child
*/
html {
    width: 100%;
    background: #fff;
}

body {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.wrapper {
    margin: 0 auto !important;
     max-width: 100% !important;
    background: transparent !important;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.floating-button{
    font-weight: bold !important;
    position: fixed !important;
    bottom: 29px;
    right: 100px;

}

.floating-button a {
    padding: 0.6em 1.2em 0.575em 1.2em !important;
}

.tabletimage img {
    border-radius: 25px !important;
}


.page-id-61 .content .material-symbols-outlined {
    font-size: 175% !important;
    margin-top: -40px !important;
    margin-left: 15px !important;
    color: #415e31 !important;
}
.page-id-61 hr {
    border-top: 2px solid #415e31;
    margin-bottom: 20px;
}

.page article>h1 {
    font-size: 2.5rem;
    position: absolute;
    left: -9999em;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.single article>h1 {
    margin-top: 3em;
    opacity: 1!important;
    background-image: url(../../../wp-content/uploads/quickturnbanner.jpeg);
    background-position-y: 75%;
}
.single h3 {
    margin-top: 45px !important;
}


.maxwidth {
    width: auto;
    max-width: 100%;
}

#header {
    width: 100%;
    padding: 10px 5%;
    box-sizing: border-box;
    border-radius: 0;
    position: absolute;
    z-index: 999;
}

.header-top-wrap {
    display: flex;
    justify-content: space-between;
}

.header-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100px;
}

.top-widget {
    margin: 0em 0 0;
    box-sizing: border-box;
}

.top-widget .panel-grid {
    width: auto !important;
}

.top-widget p {
    margin: 0.5em 0 0 !important;
}

.top-widget ul {
    margin: 0 auto !important;
    display: table;
    font-weight: 300 !important;
}

.top-widget li {
    font-size: 0.9em;
    text-transform: uppercase;
    display: inline-block;
    margin: 0.2em 0.8em 0 2em;
}

.top-widget li a {
    color: #555 !important;
}

.sow-social-media-button {
    font-size: 0.8em !important;
    margin: 0 0 0 3em !important;
    padding: 0.2em 0.2em 0.1em !important;
    width: 1em !important;
}

.sitetitle {
    margin: 0;
}

.logo {
    padding: 0em .5em .7em .5em;
opacity: 1 !important;

}
#logo {
    display: inherit;
    box-sizing: inherit;
    background: none !important;
	transition: none !important;
}

@media screen and (max-width: 1472px) {
    .logo {

    }
    #logo {
        opacity: 1 !important;
        display: block !important;
        box-sizing: border-box !important;
        background-image: url(../../../wp-content/uploads/headerlogo2.png) !important;
        height: 105px !important;
        width: 105px !important;
        background-repeat: no-repeat !important;
			transition: none !important;
    }
    .custom-logo {
        opacity: 0 !important;
    }

    .top-menu li {
        font-size: 20px !important;
        transform: .15s linear;
    }
    

}

.logo a {
    font-size: 0 !important;
}

.window-is-scrolling .logo {
    width: 100px;
    transition: width 1s;
}

#mobile-menu {
    padding: 10px !important;
    background: rgb(205,205,205);
    background: linear-gradient(180deg, rgba(205,205,205,1) 0%, rgba(172,172,172,1) 100%);
}

.topnav {
    width: max-content;
}

.top-menu {
    margin: 0 0 0.2em !important;
    padding: 0;
    min-width: 200px;
    border-radius: 0;
    background: none !important;
}

.top-menu .current-page-ancestor>a {
    color: #a88f53 !important;
}

.top-menu ul {
    margin: 0 !important;
    padding: 0 !important;
}

.top-menu li {
    font-size: 1.3em;
    padding: 0 !important;
}

.top-menu li.no-click>a {
    pointer-events: none;
}

.top-menu li:hover a {
    background: none !important;
}

.top-menu a, .top-menu li span {
    color: #415e31 !important;
    margin: 0 0.5em;
    padding: 0.6em 0 !important;
    transition: .1s linear;
}

.top-menu a:hover {
    color: #a88f53 !important;
    opacity: 1 !important;
    background: none !important;
    transition: .1s linear;
}

.top-menu .current-menu-item > span {
    color: #a88f53 !important;
    background: none !important;
}

.top-menu .menu-item-has-children > a:after, .top-menu .menu-item-has-children > span:after, .top-menu .page_item_has_children > a:after, .top-menu .page_item_has_children > span:after {
    content: none;
}

.top-menu li ul {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 1px solid #a88f53;
    opacity: 0.65;
    visibility: hidden;
    overflow: hidden;
    border-radius: 0.5em;
}

.top-menu li:hover ul {
    opacity: 1;
    visibility: visible;
    transition: .25s;
    -webkit-transition: opacity 1s ease-out;
    /* Safari prior 6.1 */
    transition: opacity 0.5s ease-out;
}

.top-menu li li {
    color: #999;
    font-size: 0.9em !important;
    text-transform: none !important;
}

.top-menu li li a, .top-menu li li span {
    color: #222 !important;
    font-weight: normal !important;
    font-size: 0.9em;
    margin: 0 !important;
    padding: 0.5em 1em !important;
}

.top-menu li li a:hover {
    color: #fff !important;
    margin: 0 !important;
    padding: 0.5 !important;
    background: #a88f53 !important;
}

.top-menu li .current-menu-item > span {
    color: #ccc !important;
}

.top-menu ul ul {
    margin: 0 !important;
}

#main {
    margin: 0;
    padding: 0;
    position: unset !important;
}

.window-is-scrolling #main {
    margin-top: 50px;
    transition: margin-top 1s;
}

.content, .content-top-widget, .content-bottom-widget, .search #content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2%;
    float: none;
    box-sizing: border-box;
}

.woocommerce .content {
    padding: 2em;
}

.widget {
    margin: 0;
}

.widget iframe {
    max-width: 100%;
}

.entry-box {
    margin: 0;
}

.fg-carousel-bullet {
    height: 10px !important;
    width: 10px !important;

}
.fg-carousel-bullet.fg-bullet-active {
    color:#415e31 !important;
}

.stats-custom-0 h3{
    display: none !important;
}

.statistics-inner div:nth-child(2), .statistics-inner div:nth-child(3) {
    padding-left: 2.5em;
    border-left: 1px solid #dedede;
}
.noround  {
    border-radius: 0px !important;
}


.headeraux {
    margin-bottom: 20px !important;
    text-transform: uppercase;
    font-size: 90%;
    font-weight: bold;
    color: #415e31;
}
.headeraux::after{
    content: '';
    width: 60px !important;
    background: rgb(120, 120, 120);
    z-index: 0 !important;
    height: 2px;
    margin-top: 12px;
    margin-left: 10px;
    z-index: 2 !important;
    position: absolute;
}

.timeline {
    margin-left: 1.5% !important;
    margin-top: 4% !important;
    position: absolute !important;
    width: 100%;
    border-radius: 25px !important;
    z-index: 0 !important;
    box-shadow: 0px 5px 15px rgba(0,0,0,.3);
	    font-size: 90% !important;
}

.contactform {
    width: 100%;
    border-radius: 25px !important;
    z-index: 0 !important;
    box-shadow: 0px 5px 15px rgba(0,0,0,.1);
}

.banner {
    padding: 150px 0 0px;
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    background: linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 62%, rgba(255,255,255,1) 100%);
    font-weight: 500 !important;

}
.banner p {
    font-size: 125% !important;
}
.home .banner {
    font-weight: 300 !important;
    font-size: 100% !important;
}
.home .banner p {
    font-size: 100% !important;
}
.intbanner {
    padding: 0px;
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    background: linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 62%, rgba(255,255,255,1) 100%);
}
.single-post .featured-banner{
    width: 100%;
    height: 300px;
    position: absolute;

    transition: .3s linear;
}

.spacer {

}

.single-post p, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
    z-index: 2;
    position: relative;
}

.single-post .entry-box {
    z-index: 2;
    position: relative;
    background-color: white !important;
}
.single-post .entry-box::before {
    position: absolute;
    display: block;
    background-color: white;
    width: 1000%;
    height: 100%;
    z-index: 0;
    right: -333%;
}
.single-post .entry p:first-child, .single-post .content .panel-layout{
    padding-top: 35px !important;
}

.single-post {
    max-width: 100%;
    overflow-x: hidden;
}

/*
.single-post .featured-banner:before {
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%; 
    z-index: 99;   
    background: linear-gradient(180deg, rgba(232,232,232,0.55) 0%, rgba(255,255,255,0.75) 62%, rgba(255,255,255,0.95) 100%);
}
*/
.single-post .featured-banner img{
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0.1;
    margin-bottom: -25% !important;

}
.single-post h1{
margin-bottom: -10px !important;
    position: relative;
    z-index: 99;
    padding-bottom: 12px !important;
}



.banner:after, .intbanner:after, .single-post h1:after {
    content: '';
    left: 0;
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
   /* background: url(images/shadow.png) no-repeat 50% 100%; */
    background-size: 90% 50px;
    bottom: -50px;
}
.single-post h1:after{ 
    background-size: 100% 50px;
}
.banner .panel-grid-cell{
    z-index: 9;
}
.opacity-1:before, .opacity-2:before, .opacity-3:before {
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;    
    background: linear-gradient(180deg, rgba(232,232,232,0.55) 0%, rgba(255,255,255,0.75) 62%, rgba(255,255,255,0.95) 100%);
}

.opacity-2:before {
    background: linear-gradient(180deg, rgba(232,232,232,0.45) 0%, rgba(255,255,255,0.7) 62%, rgba(255,255,255,0.95) 100%)
}

.opacity-3:before {
    background: linear-gradient(180deg, rgba(232,232,232,0.65) 0%, rgba(255,255,255,0.85) 52%, rgba(255,255,255,0.95) 100%)
}

.so-widget-sow-accordion-default-2b55ed2807e6 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
    background-color: #415e31 !important;
    border-radius: 10px !important;
}


.home .banner {
    margin-bottom: 0;
}

.home .banner:after {
    content:none
}

.home .banner h2 {
    font-size: 4em;
    line-height: 100%;
    position: relative;
    display: table;
}

.home .banner h2 .smaller {
    font-size: 0.6em;
    line-height: 100%;
}

.home .banner h2 .smaller:after {
    display: none;
}

.home .banner h2 .txt-rt {
    line-height: 150%;
}

.page-id-52 .mex, .brazil, .usa, .oman, .qatar {
    margin-left: 65px !important;
}
.mex::before {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    display:block;
    background-image: url(../../../wp-content/uploads/mexico.png);
    background-size: 50px 50px;
    margin-left: -58px !important;
    margin-top: -3px !important;
}

.brazil::before {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    display:block;
    background-image: url(../../../wp-content/uploads/brazil.png);
    background-size: 45px 45px;
    background-repeat: no-repeat;
    margin-left: -58px !important;
    margin-top: -1px !important;
}

.usa::before {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    display:block;
    background-image: url(../../../wp-content/uploads/usa.png);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    margin-left: -58px !important;
    margin-top: -1px !important;
    margin-top: -6px !important;
}

.oman::before {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    display:block;
    background-image: url(../../../wp-content/uploads/oman.png);
    background-size: 45px 45px;
    background-repeat: no-repeat;
    margin-left: -58px !important;
    margin-top: -1px !important;
}

.qatar::before {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    display:block;
    background-image: url(../../../wp-content/uploads/qatar.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    margin-left: -58px !important;
    margin-top: -1px !important;
}






.convex {
    position: relative;
    margin-bottom: 50px;
}

.convex:after {
    content: '';
    left: 0;
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    background: url(images/shdw.png) no-repeat 50% 100% !important; 
    background-size: 90% 50px;
    bottom: -50px;
}

.shdw {
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
}

.content a img:hover {
    opacity: 0.8;
}

.button {
    display: inline-block;
    background: none !important;
    padding: 0;
}

.button a, a .button, a.button, .btn-default, .pt-cv-wrapper .btn-success, .woocommerce button, .woocommerce .button, .gform_button {
    color: #a88f53 !important;
    white-space: nowrap;
    border: 2px solid #a88f53 !important;
    border-radius: 0.5em;
    padding: 0.55em 0.9em 0.5em 0.9em;
    position: relative;
    display: inline-block;
    background: #fff;
    transition: .25s !important;
}

.button a:after, a .button:after, a.button:after  {
    content: "\00BB";
    padding-left: 0.2em;
}

.button a:hover, a .button:hover, .gform_button:hover {
    color: #ffffff !important;
    background: #a88f53 !important;
    opacity: 0.9;
}

.button.white a {
    color: #000 !important;
    background: #fff !important;
    border: 1px solid #ccc
}

.home-links .panel-grid-cell {
    font-size: 0.9em;
    border: 2px solid #aaa;
    border-radius: 1em;
    margin-top: 5em;
    padding: 0 0.8em;
}

.home-links .panel-grid-cell > .so-panel,
.home-links .panel-grid-cell > .so-panel > .so-widget-sow-editor {
    height: 100%;
}

.home-links .textwidget {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-links .textwidget > p:first-child {
    margin-bottom: 0;
}

.home-links .textwidget > p:last-child {
    margin-top: auto;
}

.home-links h3 {
    visibility: hidden;
}

#today {
    border: 8px solid #a88f53 !important;
    border-radius: 1.5em !important;
    padding: 0 0.8em;

}

.home-links img {
    border: 20px solid #fff;
    border-radius: 35px !important;
    margin-top: calc( -50% + 10px );
    margin-bottom: -1em;
    box-sizing: content-box;
}

/*
Base Elements
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .faux-heading {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin: 0.5em 0;
    padding: 0 !important;
}

h1 {
    color: #415e31;
    font-size: 3.8em;
    font-weight: 500;
    margin-bottom: 15px !important;
}



.entry-box h1 {
    display: block;
}

h2 {
    font-size: 4rem;
    font-weight: 500 !important;
    margin-top: 0;
}

h2 .smaller {
    font-size: 2.5rem;
    line-height: 100%;
    font-weight: 300 !important;
    display: block;
}

h2 .smaller:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #415e31;
    bottom: -0.3em;
    position: relative;
}

h3 {
    color: #415e31;
    font-size: 2.2em;
    margin: 0 0 0.3em 0;
}

h3.widget-title {
    text-shadow:
    1px 1px 0 #ffff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    2px 2px 0 #ffff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    -2px -2px 0 #fff,
    3px 3px 0 #ffff,
    3px -3px 0 #fff,
    -3px 3px 0 #fff,
    -3px -3px 0 #fff,
    4px 4px 0 #ffff,
    4px -4px 0 #fff,
    -4px 4px 0 #fff,
    -4px -4px 0 #fff,
    5px 5px 0 #ffff,
    5px -5px 0 #fff,
    -5px 5px 0 #fff,
    -5px -5px 0 #fff;
    color: #a88f53;
    font-size: .8em;
    margin-left: 35px;
    margin-bottom: -10px;
    text-transform: uppercase;
    font-weight: bold !important;
}

.benefits {
    border-radius: 15px;
    border: 1px solid #a88f53;
    height: 80% !important;
    padding: 35px 20px 0px 20px;
}

h4 {
    color: #415e31;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
}
.page-id-623 h4{
    font-size: 1.1rem !important;
}

h5 {
    color: #415e31;
    font-size: 2rem;
    text-transform: none;
    padding-top: 0.1em !important;
}

h6 {
    font-size: 1.25rem;
    margin-top: 10px;
    font-weight: bold;
    color: #415e31;
}


.content-title {
    font-family: 'Roboto', sans-serif !important;
}
.timeline-main-title, .meta-details, .page-id-61 .gform_heading p {
    display: none !important;
}


p {
    color: #333;
    margin: 0 0 1em;
    padding: 0;
}

a {
    color: #039;
        transition: .15s linear;
}

a:hover {
    opacity: 0.8;
    text-decoration: none !important;
    transition: .15s linear;
}


ul {
    list-style: outside url(images/arrow.png);
    margin: 0 0 1em 1em;
}

.white ul {
    list-style: outside url(images/arrow-white.png) !important;
}

ol {
    margin: 0 0 1em 1em !important;
}

li {
    padding: 0.2em 0;
}

ol li {
    padding: 0.5em 0 0.5em 0.5em;
}

ul ul {
    font-size: 0.9em;
    list-style: square !important;
    margin: 0 0 0 1em !important;
}

blockquote, q {
    margin: 1em 0;
    background: #fefefe;
}




h6.pt-cv-title a {
    color: #666 !important;
    font-size: 0.9em;
    font-style: italic;
    font-weight: 100 !important;
    font-size: 115% !important;
    padding-top: 1.5em !important;
    display: block;
}

h4.pt-cv-title a {
    color: #666 !important;
    font-style: italic;
    font-weight: 100 !important;
    font-size: 160% !important;
    display: block;
}

.entry-date {
    color: #999;
    font-weight: 300;
    font-size: 140%;
}







.material-symbols-outlined {
  vertical-align:middle;
  padding-right: 0.3em;
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 4;
}

.white, a.white, .white a {
    color: #fff !important;
}

.blue, a.blue, .blue a {
    color: #002857 !important;
}

.red, a.red, .red a {
    color: #a00 !important;
}

.green, a .green, .green a {
    color: #415e31;
}

.gray, a .gray, .gray a {
    color: #666;
}

.larger {
    font-size: 1.2em;
}

.smaller {
    font-size: 0.9em
}

.txt-rt {
    text-align: right;
    display: block;
}

.noclick>a {
    pointer-events: none;
}

.circle img, .content img {
    border-radius: 25px;
}
.noround img {
    border-radius: 0px !important;
}

.angle {
    padding-top: 50px;
    padding-bottom: 100px;
    clip-path: polygon(100% 0%, 100% 70%, 50% 90%, 50% 90%, 0 70%, 0 0);
}

.tint {
    box-shadow: inset 0 1200px rgba(0, 50, 100, 80%);
}

.owl-item p {
    margin: 0;
}

.owl-prev {
    left: -30px !important;
}

.owl-next {
    right: -30px !important;
}


figure {
    margin: 0;
}

address {
    font-style: normal;
}

.wp-caption-text, .wp-caption p.wp-caption-text {
    color: #666;
    font-size: 0.9em;
    padding: 0.8em 0;
    width: 120%;
    margin-left: -10%
}

#footer {
    color: #000000 !important;
    font-size: 0.8em;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2% !important;
    box-sizing: border-box;
    background: transparent !important;
}

#footer p {
    margin: 0.5em 0;
}

#footer .sow-social-media-button {
    margin: 0 1.5em 0 0em!important;
}

#footer ul.menu {
    list-style: none !important;
    margin: 0 !important;
    display: table;
    margin: 1em !important;
    padding: 0 !important;
}

#footer ul.menu>li {
    text-transform: uppercase;
}

#footer ul.menu ul {
    margin: 0 0 0 0.1em;
}

#footer ul.menu li li {
    list-style: none;
    text-transform: none;
    margin: 0 !important;
    padding: 0
}

#footer ul.menu li a, #footer ul.menu li span {
    padding: 0.2em 0 !important;
}

a.mailto-link {
    color: #000000 !important;
}

/* BLOG - CONTENT VIEWS */

.hide-first .pt-cv-content-item:first-child{
    display: none;
}
h4.pt-cv-title a{
    color: #666 !important;
    font-size: 1.2em;
    font-style: italic;
    font-weight: normal;
    display: block;
}
h6.pt-cv-title a{
    color: #666 !important;
    font-size: 0.9em;
    font-style: italic;
    font-weight: normal;
    padding-top: 2em !important;
    display: block;

}
.homefeed h6 {
    position: relative;
    top: -20px !important;
}
.entry-date{
    color: #999;

}
.homefeed .entry-date {
    top: -22px !important;
    position: relative;
}
.homelatest img {
    width: 80%;
}



.page-id-213 img {
    border-radius: 10px !important;
}
.page-id-213 img:hover {
    opacity: 1 !important;
}



.blogflex .pt-cv-grid .pt-cv-page {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .blogflex .pt-cv-grid .pt-cv-page .pt-cv-ifield {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .blogflex.pt-cv-grid .pt-cv-page .pt-cv-ifield .pt-cv-title {
    margin-top: auto;
  }
  .hasaspectratio img {
    aspect-ratio: 2.7/1.7;
  }
  
  @media screen and (max-width: 800px) {
    .blogflex .pt-cv-grid .pt-cv-page {
      display: block;
    }
  }

.homefeed img {
    height: 100px;
    width: 200px;
    border-radius: 10px;
}


/* RESPONSIVE */

@media screen and (max-width: 750px) {

}

@media screen and (max-width: 1023px) {

    .wrapper {
        overflow: hidden;
    }
	
	.timeline {
    	 position: unset !important;
 	     margin: 0 !important;
    }
	
	.nodisplay {
		display: none !important;
	}
	
	.statistics-inner div:nth-child(2), .statistics-inner div:nth-child(3) {
    padding-left: 0 !important;
    border-left: 0px solid #dedede;
}
    
    .header-top-wrap:before, .header-top-wrap:after, .header-right:before {
        display: none
    }

    .button {
        display: block;
    }

    .valuesimg  {
        display: none !important;
    }

    .topnav, #mobile-menu {
        margin-top: 8px;
        width: 100%;
        box-sizing: border-box;
    }

    .timeline {
        position: unset !important;
    }

    .top-menu {
        background: #fff !important;
        border-radius: 1em;
        width: 100%;
        top: 220px;
        left: 0 !important;
        padding: 0.5em 1em !important;
        z-index: 999999;
    }
    .topnav {
        background-color: #314527;
    }

    .top-menu li {
        padding-right: 2em !important;
        font-size: 1.1em !important;
    }

    .top-menu li span, .top-menu li a, .top-menu li li a {
        border: none !important;
    }

    .top-menu li li {
        font-size: 1.5em !important;
    }

    .top-menu li li a {
        color: #415e31 !important;
        padding: 0.6em 1.7em !important
    }

    .top-menu li li a:hover {
        color: #06c !important;
    }

    .top-menu li ul {
        border: none;
        opacity: 1;
        visibility: visible;
        background: none !important;
        box-shadow: none !important
    }

    .top-menu li.menu-item-has-children > .open-submenu {
        color: #333;
    }

    .top-menu li.menu-item-has-children > .open-submenu {
        background: none;
    }

    .footer-menu li {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 800px) {
    #header, .home #header {
        background: #fff;
        position: relative;
        margin-bottom: -150px;
    }

    .banner {
        background-image: none !important;
    }
    .spacer {
        background: url(https://www.dev.mediaworksweb.com/dwl-wp/wp-content/uploads/home-bg.jpg) !important;
        height: 210px !important;
        background-size: cover !important;
        margin-top: -150px;
    }

    .home div:not(.banner) .green {
        font-size: 2.2em;
    }


    .banner .larger {
        font-size: .8em;
        line-height: 80% !important;
    }
    .banner .green {
        font-size: 1em !important;
    }
    .mobilemargin {
        margin-left: 15px;
    }

    .page-id-272 h1, .page-id-779 h1, .page-id-283 h1, .page-id-1413 h1, .page-id-255 h1 {
        font-size: 3em !important;
    }

    #logo {
        margin: 0 auto -40px !important;
    }

    .home-links img {
        height: 45%;
        width: 45%;
    }

    .homefeed img {
        margin-bottom: 35px !important;
    }

    .home-links > div {
        margin-bottom: 100px !important;
    }

    .footerimg {
        margin-bottom: -70px !important;
    }
    .footericons {
        white-space: nowrap;
    }
    .footerinfo {
        margin: 10em auto 0 0 !important;
    }
    .footerinfop {
        text-align: center !important;
    }

    .top-menu {
        margin-top: -40px !important;
    }
    .topnav {
        background-color: #314527;
    }
    #header:before {
        display: none;
    }

    .header-top-wrap {
        display: block;
    }

    .top-widget p {
        text-align: center !important;
    }

    #header {
        padding: 0;
    }

    .logo {
        padding: 0.5em 0 0;
    }

    h2 {
        font-size: 1.5em
    }

    .banner h2 {
        font-size: 2.5em
    }

    img.alignleft, .alignleft, .img.alignright, .alignright  {
        float: none !important;
        display: block;
        margin: 0 0 1em 0 !important;
    }
    .pt-cv-wrapper .pull-left{
        float: none !important;
    }
    h6.pt-cv-title a{
        padding: 0 !important;


}


.banner .metaslider li {
    flex-direction: column-reverse;
}

.featured-banner {
    opacity: 0 !important;
    transition: .3s linear;
}

}