/*
Theme Name: The Synergy Series
Theme URI: http://thesynergyseries.com
Description: 
Author: Sprung Interactive
Author URI: http://madebysprung.com
Template: Total
Version: 1.0
*/

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


@font-face {
    font-family: 'BookmanOldStyleStdRegular';
    src: url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd.eot');
    src: url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd.eot') format('embedded-opentype'),
         url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd.woff2') format('woff2'),
         url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd.woff') format('woff'),
         url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd.ttf') format('truetype'),
         url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd.svg#BookmanOldStyleStdRegular') format('svg');
}

@font-face {
    font-family: 'BookmanOldStyleStdBold';
    src: url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd-bold.eot');
    src: url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd-bold.eot') format('embedded-opentype'),
         url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd-bold.woff2') format('woff2'),
         url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd-bold.woff') format('woff'),
         url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd-bold.ttf') format('truetype'),
         url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd-bold.svg#BookmanOldStyleStdBold') format('svg');
}

@font-face {
    font-family: 'BookmanOldStyleStdBoldIt';
    src: url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd-boldit.eot');
    src: url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd-boldit.eot') format('embedded-opentype'),
         url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd-boldit.woff2') format('woff2'),
         url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd-boldit.woff') format('woff'),
         url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd-boldit.ttf') format('truetype'),
         url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd-boldit.svg#BookmanOldStyleStdBoldIt') format('svg');
}

@font-face {
    font-family: 'BookmanOldStyleStdItalic';
    src: url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd-italic.eot');
    src: url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd-italic.eot') format('embedded-opentype'),
         url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd-italic.woff2') format('woff2'),
         url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd-italic.woff') format('woff'),
         url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd-italic.ttf') format('truetype'),
         url('/wp-content/themes/thesynergyseries/fonts/bookmanoldstylestd-italic.svg#BookmanOldStyleStdItalic') format('svg');
}

.post-edit {
    display: none;
}

body {
    font-family: "Bookman Old Style", "BookmanOldStyleStdRegular", serif !important;
    font-size: 14px !important;
}

p {
    margin: 0 0 12px !important;
}

i, em {
    font-style: normal;
    font-family: 'BookmanOldStyleStdItalic';
}

b, strong {
    font-weight: normal;
    font-family: 'BookmanOldStyleStdBold';
}

strong em,
em strong,
strong i,
i strong {
	font-weight: normal;
    font-family: 'BookmanOldStyleStdBoldIt';
}


.vcex-divider-solid {
	position: relative;
	background: #56565a;
}
.vcex-divider-solid:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(86, 86, 90, 0);
	border-top-color: #56565a;
	border-width: 20px;
	margin-left: -20px;
}