/*
 Theme Name:   DrillingInfo (Divi-child)
 Theme URI:    https://www.elegantthemes.com/gallery/divi/
 Description:  DrillingInfo theme, a child theme of Divi
 Author:       Lauren Wylie, Lauren Zugai
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  Divi-child
*/

/* The Speakers page CSS is found in its own file, speaker-page.css, imported from the old site. */

/* -----------------
  SEARCH PAGE
----------------- */
#search-results-container {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}

#search-results-container article {
  position: relative;
}

#search-results-container article .title {
  font-weight: 900;
  line-height: 21px;
  color: #333;
  padding-bottom: 10px;
  display: block;
}

#search-results-container article .meta-data {
  margin-bottom: 10px;
}

#search-results-container .result-type {
    top: -13px;
    position: absolute;
    left: 20px;
    color: white;
    font-style: normal;
    text-transform: uppercase;
    width: 60%;
    background-color: #0a7094;
    padding: 3px 12px;
}

@media (min-width: 980px) {
  #search-results-container {
    flex-direction: row;
  }
}

#search-results-container article {
  flex-basis: 33.33%;
  padding: 20px;
  margin-bottom:20px;
}


/* /DAILYRIGCOUNT HOTFIX */

body {
  overflow-x: hidden;
  min-height: 100%;
}

/* -----------------
  ANIMATIONS (animate.css)
----------------- */
.animated {
  animation-duration: .5s;
  animation-fill-mode: both;
}

/* -----------------
  BLOG PAGE
----------------- */
#blog-posts-page article.et_pb_post {
    margin-bottom: 30px!important;
    padding: 40px 40px 30px!important;
}

.et_pb_ajax_pagination_container article:nth-child(2n+1) {
    background: #f9f9f9!important;
}

#blog-posts-page article.et_pb_post img {
  float: left;
  max-width: 270px;
  margin-right: 20px;
}

#blog-posts-page div:not(.et_pb_featured_posts) article.et_pb_post .entry-title {
  margin-top: -4.5%;
  line-height: .7em;
}

#blog-posts-page article.et_pb_post h2 a {
  font-size: .6em;
}

#blog-posts-page .more-link::after {
  content: ' »';
  text-transform: capitalize;
}

.filterable-blogposts {
  display:none!important;
}

/* -----------------
| SINGLE BLOG STYLING
----------------- */

/* Also for the 404 and Search page */
.blog.hero-section {
  background: url('/wp-content/themes/Divi-child/images/background.png');
  text-align: center;
}

.blog.hero-section div {
  padding-bottom: 110px;
  padding-top: 140px;
}

.blog.hero-section h1, .blog.hero-section h4 {
  color: white;
}

.blog.hero-section h1 {
  font-size: 44px;
}

.blog.hero-section h4 {
  font-weight: normal;
}

/* -----------------
| DI INDEX
----------------- */
#diindex {
  font-family: Roboto, Arial, sans-serif!important;
}

#diindex .et_pb_with_background {
  padding-top: 150px;
  padding-bottom: 50px;
}

@media (min-width: 980px) {
  #diindex .et_pb_with_background {
    padding-top: 100px;
  }
}

#diindex .et_pb_row_0.et_pb_row {
  padding-bottom: 0;
}


#diindex #diindex-dashboard .counts-row {
  background-color: white;
  padding-top: 5px;
}

#diindex h1 span {
  color: #78be20;
}

#diindex .original-content h2 {
  color: white;
  font-size: 18px;
  text-align: center;
}

#diindex-dashboard .small-12 .di-module {
  display: none!important;
}

#diindex-dashboard .row > .large-6.columns:nth-of-type(2) {
  display: none!important;
}

#diindex-dashboard .ember-view.accordion {
  display: none!important;
}

#diindex-dashboard .row > .large-6.columns:first-of-type {
  width: 96%;
  margin-left: 2%;
}

@media (min-width: 980px) {
  #diindex-dashboard .row > .large-6.columns:first-of-type {
    width: 84%;
    margin-left: 8%;
  }
}

/* #diindex-dashboard div:not(.rigcount) .di-module {
  display: none;
}

#diindex-dashboard .rigcount {
  width: 100%;
} */

/* -----------------
  FORM BUTTONS
----------------- */
input[type=button] {
  background-color: #78be20!important;
  font-size: 18px!important;
  color: white!important;
  font-weight: 700!important;
}

input[type=button]:hover {
  background-color: transparent!important;
  color: #58585A!important;
  cursor: pointer;
}



/* -----------------
  HEADER / NAV
----------------- */
#main-header:not(.et-fixed-header):not(:hover) {
/*   background-color: transparent; */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: fixed;
}

.home #page-container {
  padding-top: 0!important;
  margin-top: 0!important;
}

/* #main-header:not(.et-fixed-header):not(:hover) li a {
    color: white !important;
} */

/* #main-header:hover #logo, #main-header.et-fixed-header #logo {
  background: url('/wp-content/themes/Divi-child/images/logo.svg') no-repeat!important;
  background-size: contain!important;
} */

#main-header li.free-tour a {
  background-color: #FF6600;
  padding: 15px!important;
  margin-top: -15px;
  color: white !important;
  border: 4px #FF6600;
  border-radius: 5px !important;

}

#main-header li.free-tour a:hover {
  background-color: black;
  border-color: black;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

#main-header.et-fixed-header {
  -webkit-box-shadow: -1px -1px 10px black!important;
  box-shadow: -1px -1px 10px black!important;
}

.et_mobile_menu {
  max-height: 85vh;
  overflow: auto;
}


/* -----------------
  NAV MENUS
----------------- */
#top-menu .sub-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border: 1px solid #dcd9d9;
  border-radius: 7px;
  width: auto;
  font-size: 18px;
}

#top-menu li li a {
  padding: 20px!important;
}

.nav li ul {
  padding: 30px 20px 10px;
}

#top-menu .sub-menu .nav-description {
  line-height: 1.3;
  font-weight: normal;
  font-size: 14px;
  display: block;
}

#main-header #mobile_menu li img {
  padding-right: 10px;
  position: relative;
  top: 5px;
}

.nav-description {
  font-weight: normal;
  padding-left: 10px;
}

@media (min-width: 980px) {
  .nav-triangle {
      width: 0;
      height: 0;
      border-left: 22px solid transparent;
      border-right: 22px solid transparent;
      border-bottom: 22px solid #dcd9d9;
      position:absolute;
      top: -22px;
      left: calc(50% - 22px);

  }
  .nav-triangle::after{
      content:'';
      width: 0;
      height: 0;
      border-left: 21px solid transparent;
      border-right: 21px solid transparent;
      border-bottom: 21px solid white;
      position:absolute;
      left:-21px;
      top: 1px
  }

  .nav-description {
    padding-left: 0;
  }

  #top-menu .sub-menu {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #top-menu .sub-menu li[id^="menu-item"] {
    text-align: center;
    line-height: 1;
    width: 100%;
    padding: 0;
  }

  #top-menu .sub-menu.four_across li[id^="menu-item"] {
    width: 25%;
  }

  #top-menu .sub-menu.three_across li[id^="menu-item"] {
    width: 33%;
  }

  #top-menu .sub-menu.two_across li[id^="menu-item"] {
    width: 50%;
  }

  #top-menu .sub-menu {
    max-width: 100vw;
  }

  #top-menu .sub-menu.two_across {
    width: 440px;
  }

  #top-menu .sub-menu.two_across li:nth-of-type(2n) {
    margin-bottom: 20px;
  }

  #top-menu .sub-menu.three_across {
    width: 640px;
  }

  #top-menu .sub-menu.three_across li:nth-of-type(3n) {
    margin-bottom: 20px;
  }

  #top-menu .sub-menu.four_across {
    width: 840px;
  }

  #top-menu .sub-menu.four_across li:nth-of-type(4n) {
    margin-bottom: 20px;
  }

  #top-menu .sub-menu li[id^="menu-item"] img {
    margin: 0 auto 10px;
    display: block;
  }

  #top-menu .sub-menu .nav-description {
    margin-top: 10px;
  }
}


/* -----------------
  HOME PAGE BLOG GRID
----------------- */
.custom-blog-category {
  position: absolute;
  top: 15px;
  left: -20px;
  color: white;
  font-style: normal;
  text-transform: uppercase;
  width: 90%;
  font-size: 16px;
  background-color: #0a7094;
  padding: 5px 12px
}


/* -----------------
  FOOTER
----------------- */
#et-footer-nav {
  -ms-display: flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
#footer-bottom {
  -ms-display: flex;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.footer-column.cta img {
  width: 210px;
}

.footer-column.cta a {
  display: block;
  font-weight: 400;
  max-width: 205px;
  border-radius: 5px;
  padding: 8px 20px;
  background-color: white;
  color: black;
  margin: 0 auto 10px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-column.cta a:hover {
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#menu-footer-nav, #menu-secondary-footer-nav {
  padding-left: 30px;
}

#menu-footer-nav li {
  padding: 5px 0;
}

#menu-secondary-footer-nav .sub-menu a {
  text-transform: uppercase;
  font-size: 12px;
}

#menu-secondary-footer-nav a {
  color: white;
  text-transform: uppercase;
}

.footer-column {
  flex: 100%;
}

#et-footer-nav .footer-column:nth-of-type(3) {
  background-color: #434343;
}

#et-footer-nav .footer-column ul:not(.sub-menu), .footer-column.cta {
  padding-top: 30px;
  padding-bottom: 30px;
}

#menu-secondary-footer-nav li {
  padding: 2px 0;
}

#footer-bottom .et-social-icons {
  float: none;
}

#footer-bottom .footer-column.support {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

#footer-bottom .footer-column.support a {
  color: white;
}

#footer-bottom {
  padding: 0;
}

#footer-bottom .footer-column {
  padding: 10px 30px;
}

#footer-bottom .footer-column.copyright p {
  font-size: 10px;
  line-height: 1.75;
  color: white;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.footer-column.social {
  margin-top: 10px;
}

@media (max-width: 939px) {
  .footer-column.social {
    text-align: center;
  }
}

ul.et-social-icons {
  display: inline-block;
}

ul.et-social-icons li:first-of-type {
  margin-left: 0;
}

#social-glassdoor {
  display: inline-block;
  width: 15px;
  height: 30px;
  margin-left: 20px;
  position: relative;
  top: 2px;
}
#social-glassdoor path {
  fill: #666666;
  transition: fill ease-in-out .4s;
}
#social-glassdoor:hover path {
  fill: #5d8e21;
  transition: fill ease-in-out .4s;
}

@media (max-width: 980px) {
  #menu-secondary-footer-nav, .footer-column.copyright, .footer-column.support {
    text-align: center;
  }
  #menu-footer-nav, #menu-secondary-footer-nav {
    padding-right: 30px;
  }
}

@media (min-width: 981px) {
  #et-footer-nav, #footer-bottom {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-column {
    -ms-flex: 1;
    flex: 1;
  }
}

.footer-column.cta {
  background-color: #78be4a;
  color: white;
  text-align: center;
  font-size: 16px;
}

#menu-footer-nav li {
  display: block;
  text-transform: uppercase;
}

#menu-footer-nav li a {
  color: white;
}


/* -----------------
  STICKY FOOTER
----------------- */
html {
  /* min-height: 100%; */
}

#page-container {
  /* height: 100vh; */
  /* overflow-y: */
}

#et-main-area {
  /* -ms-display: flex;
  display: flex; */
  /* min-height: 100%; */
  /* -ms-flex-direction: column;
  flex-direction: column; */
}

#main-content {
  -ms-flex: 1;
  flex: 1;
}


/* -----------------
  COVERAGE MAP
----------------- */
#region-info {
  background-color: white;
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: scroll;
  right: 0;
  padding: 30px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}

#region-info.visible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}


.map-wrapper #map {
  position: absolute;
  top: 0px;
  bottom: 0;
  width: 100%;
  left: 0px;
  display: block;
}

.map-wrapper {
  height: 560px;
  min-width: 300px;
  max-width: 1000px;
  margin: 10px auto;
  position: relative;
  border-top: 8px solid #99e737;
  border-bottom: 8px solid #99e737;
}

#content.coverage .columns {
  padding: 0;
}
#content.coverage .content #map-static {
  border-bottom: 5px solid #99e737;
}
#content.coverage .content .recent-updates {
  border-bottom: 2px dashed #d7d7d7;
  padding: 0 10px;
  margin: 20px 0;
}
#content.coverage .content .recent-updates h2 {
  color: #99e737;
  margin-top: 5px;
}
#content.coverage .content .acc-list {
  list-style-type: none;
}
#content.coverage .content .acc-trigger {
  background: #0085ad;
  width: 100%;
  text-align: left;
  border: 0px;
  color: #FFFFFF;
  padding: 25px 15px 15px 15px;
  font-size: 17px;
  border-bottom: 1px dashed #636363;
  margin: 0px;
  text-transform: uppercase;
  font-family: "UniversLTStdCondensed", sans-serif;
}
#content.coverage .content .acc-trigger:hover {
  cursor: pointer;
}
#content.coverage .content .acc-trigger:focus {
  outline: 0px;
}
#content.coverage .content .acc-trigger i {
  float: right;
}
#content.coverage .content .acc-sublist {
  margin-left: 0;
  list-style-type: none;
}
#content.coverage .content .acc-sublist .content {
  padding: 5px 10px;
}
#content.coverage .content .acc-sublist .content ul {
  float: left;
  margin-right: 8px;
}
#content.coverage .content .acc-sublist .acc-trigger {
  background: #2daacf;
}
#content.coverage .content .acc-content {
  padding-top: 10px;
}
#content.coverage .content .acc-content .callout ul {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
#content.coverage .content .acc-content ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}
#content.coverage .content .inner {
  background-color: #FFFFFF;
}
#content.coverage .content .inner img {
  display: none;
}
#content.coverage .content .inner p, #content.coverage .content .inner h2, #content.coverage .content .inner h3, #content.coverage .content .inner h4 {
  padding-left: 0;
}
#content.coverage .content .inner > div {
  background-color: #fafafa;
}
#content.coverage .gform_wrapper.contact_form_wrapper {
  margin: 0px;
}
#content.coverage .widget.widget-subscriptions {
  margin-top: 0px;
}

@media (min-width: 480px) {
  #content.coverage .content .inner img {
    display: block;
    max-width: none;
  }
}
@media (min-width: 768px) {
   #map-static {
    display: none;
  }
   #accData {
    display: none;
  }
   .map-wrapper .leaflet-container {
    background: #fff;
  }
   .map-wrapper .leaflet-popup-scrolled {
    border-top: 2px solid #99e737 !important;
    border-bottom: 2px solid #99e737 !important;
  }
  .map-wrapper .marker-cluster {
    background: url('/wp-content/themes/Divi-child/images/map/pinGroup.png') center center no-repeat;
    border-radius: 0;
  }
  .map-wrapper .marker-cluster span {
    display: none;
  }
  .map-wrapper .marker-cluster div {
    background-color: transparent;
  }
  .leaflet-popup-content {
    border-radius: 0px 0px 0px;
    font-family: arial, sans-serif;
  }
  .leaflet-popup-content table tbody tr td,
  .leaflet-popup-content p {
    font-size: 12px;
  }
  .leaflet-popup-content h1,  .leaflet-popup-content h2,  .leaflet-popup-content h3,  .leaflet-popup-content h4 {
    color: #99e737;
    font-family: arial, sans-serif;
  }
  .leaflet-popup-content-wrapper {
    border-radius: 0px 0px;
  }
  .leaflet-popup-content-wrapper ul {
    float: left;
    margin: 0 20px;
  }
  #content.coverage .content .recent-updates {
    border-bottom: 2px solid #d7d7d7;
    margin: 20px 10px;
  }
  #content.coverage .content .recent-updates h2 {
    background: url('/wp-content/themes/Divi-child/images/icon-tower-green.png') 0 0px no-repeat;
    padding: 5px 0 0 35px;
    margin-top: -5px;
  }
  #content.coverage #sidebar {
    padding-left: 10px;
  }
  #content.coverage .gform_wrapper.contact_form_wrapper, #content.coverage .widget-subscriptions {
    display: inline-block;
    margin: 5px 0px 5px 10px;
    min-height: 330px;
    max-width: 440px;
    vertical-align: top;
  }
  #content.coverage .gform_wrapper.contact_form_wrapper {
    margin-left: 5px;
    margin-right: -5px;
    width: 53%;
  }
  #content.coverage .gform_confirmation_wrapper.contact_form {
    width: 53%;
    display: inline-block;
  }
  #content.coverage .widget.widget-subscriptions {
    margin: 5px 5px 5px 30px;
    width: 40%;
    padding-top: 10px;
  }
  #content.coverage .widget-subscriptions .widget-title {
    margin: 0 0 4px 0;
    padding-top: 0;
    font-size: 26px;
  }
}
@media (min-width: 940px) {
  #content.coverage .widget.widget-subscriptions {
    margin: 5px 5px 5px 30px;
    padding-top: 15px;
    width: 33%;
  }
  #content.coverage .widget-subscriptions .widget-title {
    margin: 0 0 4px 0;
    padding-top: 0;
    font-size: 26px;
  }
  #content.coverage .gform_wrapper.contact_form_wrapper {
    width: 62%;
  }
}


/* -----------------
  INDUSTRY GRID
----------------- */
#industry-grid .et_pb_column {
  overflow: hidden;
  height: 250px;
  box-shadow: 0 1px 15px -4px rgba(0,0,0,.3);
}

#industry-grid .et_pb_blurb {
  padding-bottom: 5px!important;
  line-height: 1.5 !important;
}

#industry-grid .et_pb_blurb p,
#industry-grid .et_pb_button {
  visibility: hidden;
}

#industry-grid a .et_pb_blurb p {
  color: #666;
  font-weight: 500;
  padding-bottom: 0;
}

#industry-grid .et_pb_image {
  margin: 45px auto 0!important;
}

/* image */
@keyframes slideOutUp {
  from { transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    transform: translate3d(0, -150%, 0);
  }
}
.slideOutUp { animation-name: slideOutUp; }

/* image */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -150%, 0);
    visibility: visible;
  }

  to { transform: translate3d(0, 0, 0); }
}
.slideInDown { animation-name: slideInDown; }

/* p & button */
@keyframes slideOutDown {
  from {
    transform: translate3d(0, -137px, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 107px, 0);
    visibility: hidden;
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

/* p & button */
@keyframes slideInUp {
  from { transform: translate3d(0, 107px, 0); }

  to {
    visibility: visible;
    transform: translate3d(0, -137px, 0);
  }
}
.slideInUp { animation-name: slideInUp; visibility: 0s linear .5s; }


/* title */
@keyframes slideDown {
  from { transform: translate3d(0, -145px, 0); }
  to { transform: translate3d(0, 0, 0); }
}
.slideDown {
  animation-name: slideDown;
}

/* title */
@keyframes slideUp {
  from { transform: translate3d(0, 0%, 0); }
  to { transform: translate3d(0, -145px, 0); }
}
.slideUp {
  animation-name: slideUp;
}


/* -----------------
  ACCESS FREE TOUR CTA
----------------- */
div.nf-field-119-container textarea, div#nf-field-119-container textarea {
  display: none;
}

div.nf-field-119-container label {
  font-size: 14px;
  padding: 15px!important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

div.nf-field-119-container label:hover {
  cursor: pointer;
  color: white;
  background-color: black;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nf-field-element #nf-field-38 {
  height: 50px;
}

.nf-form-content .nf-field-container #nf-field-119-wrap .nf-field-element input.ninja-forms-field {
  padding: 19px!important
}

.link-to-free-tour-popup .nf-error-msg {
  display: none!important;
}

/* -----------------
  GET A FREE TOUR CTA
----------------- */

div.popmake-get-a-free-tour-nav textarea {
  display: none;
}

div.popmake-get-a-free-tour-nav label {
  font-size: 14px;
  padding: 15px!important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* IE 11 only */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  #nf-field-38 {
    height: 50px;
  }
  div.popmake-get-a-free-tour-nav label {
    padding-top: 21px!important;
  }
}

div.popmake-get-a-free-tour-nav label:hover {
  cursor: pointer;
  color: white;
  background-color: black;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nf-form-content .nf-field-container #nf-field-38-wrap .nf-field-element input.ninja-forms-field {
  padding: 19px!important
}

.link-to-free-tour-popup .nf-error-msg {
  display: none!important;
}

/* -----------------
DRILLINGINFO VS RIGDATA LANDING PAGE 
----------------- */

.page-id-203272 .et_pb_tabs_controls::after {
display:none;
}

.mejs-container {
max-width:100% !important;
}

@media (max-width: 1150px) and (min-width: 981px) {
.page-id-203272 .et_pb_column_inner_0 {
    position: relative;
}
.header-iphone {
    position: absolute;
    bottom: 0;
}
}

@media (max-width: 980px) and (min-width: 400px) {
#tablet-video {
max-width: 200px!important;
}
}

@media (max-width: 980px) and (min-width: 600px) {
#plan-options {
width:100% !important;
}
#plan-options .et_pb_column_1_3 {
    width: 31.333% !important;
	margin:0 1% !important;
}
}

/* Custom styling by dev */

/*Coverage page*/
.leaflet-popup-content-wrapper ul {
	float: none!important;}

@media (max-width:980px) {
	.rotate-90-mobile {
	 -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	height: 200px;
    width:300px;
}
}

.post-password-required .et_password_protected_form {
    min-height: initial;
    padding: 20%!important;
}

/*Partners Page CSS*/
.partner-entitlement {
	 border: 1px solid #77bc1f;
 text-align: center;
 padding: 20px;
margin-bottom:30px;
font-size: 20px;
background: #555555;
	color:white;}

/* Hides powered by for PDF Embedder */
div.pdfemb-poweredby {
    display: none!important;
}



.newsroomcustom .blog.hero-section div{padding-bottom:40px!important; padding-top:70px!important;}
.newsroomcustom .blog.hero-section p{color:#fff;}
.newsroomcustom .ts-fab-wrapper{display:none;}
.newsroomcustom .et_pb_post .entry-content{padding-top:0px;}
.newsroomcustom #content-area #left-area{width:70%; padding-right: 4%;}
.newsroomcustom #content-area #sidebar{width:30%;}
.newsroomcustom .container:before{background-color:#fff0!important;}
.newsroomcustom .et_pb_button_0{border-width:0px!important; font-size:1.5rem; background-color:#ff6600;}
.newsroomcustom table h4 a{font-size:18px; color:#000!important;}
.newsroomcustom table{border:1px solid #eee;}
.newsroomcustom table td{border-top:1px solid #eee;}
.newsroomcustom .textwidget p a{color:#78be20;}
.newsroomcustom table td a img{max-width:70%;}
.newsroomcustom .boxed-text span{text-transform:uppercase; border:1px solid white; color:white; padding:14px; margin:0 auto; text-align:center;}

.singlebolg #sidebar #text-3, .singlebolg #sidebar #text-4{display:none;}