/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@media screen and (max-width: 1024px) {
	.wpex-vc-column-spacing-40 .vc_column-inner { margin-bottom: 10px !important; }
}

.back-button, .back-button-orange { margin-top: 25px; }
.back-button a { border-color: #0089d0 !important; background-color: #0089d0 !important; background-image: none !important; }
.back-button-orange a { border-color: #f7be68 !important; background-color: #f7be68 !important; background-image: none !important; }
ul.meta, .wpex-social-share, .post-pagination-wrap { display: none !important; }
.single-post-title { padding: 14px 0; text-align: center; font-size: 43px; color: #0089d0; }