/*
	Theme Name: MBPTI, remix of Charming
	Theme URI: http://restored316designs.com/themes
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Aimee Eckhardt
	Author URI: http://www.creatrixdesign.net/
	Version: 1.0.0

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/



/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements (default and custom)
		- Headings
		- Objects
		- Forms
		- Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
		- Tabbed accordions (Aimee)
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Simple Social Icons
		- Widget Customizations (Aimee)
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Jetpack
		- Simply Instagram
		- Genesis Responsive Slider
		- WP Events Manager calendar
		- CHPCS 
		- WP Author Box (AE)
		- Uber Menu (AE)
		- Tabs
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Homepage
		- Pricing Table
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Previous/Next Posts
		- Content Boxes
		- Comments
		- Custom Widgets (AE)
	- Programs Page (AE)
	- ETC (AE)	
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Theme Colors
		Navy blue: #465780;
		Deep green: #576b52
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px
		- Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-family:'Adobe Caslon Pro bold'}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#555}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* @font-face
--------------------------------------------- */

@font-face {
	font-family: "Adobe Caslon Pro";  
	src: url(/wp-content/themes/charming/mbpti-fonts/ACaslonPro-Regular.otf);  
	font-weight: normal;  
}

@font-face {
	font-family: "Adobe Caslon Pro Semibold";  
	src: url(/wp-content/themes/charming/mbpti-fonts/ACaslonPro-Semibold.otf);  
	font-weight: normal;  
}

@font-face {
	font-family: "Adobe Caslon Pro Italic";  
	src: url(/wp-content/themes/charming/mbpti-fonts/ACaslonPro-Italic.otf);  
	font-weight: normal;  
}

@font-face {
	font-family: "Adobe Caslon Pro Bold";  
	src: url(/wp-content/themes/charming/mbpti-fonts/ACaslonPro-Bold.otf);  
	font-weight: normal;  
}

@font-face {
	font-family: "Adobe Caslon Pro Semibold Italic";  
	src: url(/wp-content/themes/charming/mbpti-fonts/ACaslonPro-SemiboldItalic.otf);  
	font-weight: normal;  
}

@font-face {
	font-family: AvenirNext;  
	src: url(/wp-content/themes/charming/mbpti-fonts/AvenirNext-Regular.ttf);  
	font-weight: normal;  
}

@font-face {
	font-family: AvenirNext-DemiBold;  
	src: url(/wp-content/themes/charming/mbpti-fonts/AvenirNext-DemiBold.ttf);  
	font-weight: normal;  
}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #f7f7f7;
	background-image:url("/wp-content/uploads/2016/07/papertexture.jpg");
	color: #555;
	font-family: 'Adobe Caslon Pro', serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body.home {
	background-color: #fff;
}

hr {
	border: 0;
	height: 1px;
   	background: #333;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.firstcharacter { float: left; color: #8B5742; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; }

.more-from-category a {
background-color:#938395;
color:#fff;
display:inline-block;
padding:10px 30px;
}

.more-from-category a:hover {
background-color:#5c505e;
color:#f3f1f3;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button, .button-hunter, .button-green, .button-chartreuse {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #555;
	color: #fff;
}

::selection {
	background-color: #555;
	color: #fff;
}

a {
	color: #576b52;
	font-family:'Adobe Caslon Pro semibold', serif;
	text-decoration: none;
}

a:hover {
	color: #555;
}

.more-link {
font-family:arial, sans-serif; 
font-size:12px;
}

.more-link:after {
	content: " \25b6";
	color: #d96d32;
	font: normal 10px/1 'dashicons';
	text-align: left;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: normal;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.testimonial {
	color:#ef9635;
	font-size:20px;
	font-style: italic;
	font-weight:600;
	margin:40px;
}

.pullquote {
	border-bottom:1px solid #d3d3d3;
	color:#007bb6;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	line-height:1.25;
}

.mbp {
color: #5c505e;
font-family:'Open Sans';
font-size:24px;
font-weight:600;
text-align:center;
}

.archive-title {
color:#fff;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #555;
	font-family:'Adobe Caslon Pro bold', serif;
	font-weight:normal;
	line-height: 1.2;
	margin: 20px 0px;
}

h1 {
	color:#576b52;
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

iframe {
display:block;
margin:0 auto;
}

img {
	height: auto;
}

img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
	width: auto;
}

.gallery img {
	border: none !important;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
	font-size: 20px;
	font-weight: 300;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #555;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #555;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	