/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/



/* Globals */

.post-edit {
  display: none !important;
}


.accent-gradient-overlay .vcex-image-inner {
  background: -moz-linear-gradient(top, rgba(64,99,127,0) 30%, rgba(17,22,38,1) 100%);
  background: -webkit-linear-gradient(top, rgba(64,99,127,0) 30%, rgba(17,22,38,1) 100%);
  background: linear-gradient(to bottom, rgba(64,99,127,0) 30%, rgba(17,22,38,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001122', endColorstr='#111626', GradientType=0 );
}

.page-title .wpex-bg-overlay-wrap {
  max-width: 1440px !important;
  margin: 0px auto !important;
  right: 0 !important;
}

strong {
  font-weight: 600;
}

.max-1800 {
	max-width:1800px !important;
	margin:0px auto !important;
}