p.smaller {
font-size:80%;
}

.wp-caption-text {
font-size: 12px;
}

.entry-title span {
display: block;
font-size: 67%;
text-transform: uppercase;
margin-top: 1em;
border-top: 1px solid;
padding-top: 1em;
border-bottom: 1px solid;
padding-bottom: 1em;
}
.sidebar .entry-title {
font-size: 21px;
}
.sidebar .entry {
margin-bottom: 35px;
border-bottom: 2px solid #f5f5f5;
}

ul#menu-blog-categories {background:#f5f5f5;}
ul#menu-blog-categories li a {
padding: 10px;
width: 100%;
display: block;
}
ul#menu-blog-categories li {
margin-bottom:0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

ul#menu-blog-categories li.current-menu-item a,
ul#menu-blog-categories li a:hover {background:#efefef;padding-left:20px;}

.powerpress_player object {
padding: 10px !important;
height: 50px !important;*/
width: 100% !important;
}

.entry-content img {
border:1px solid #ddd;
}

.img_caption {
	background:#ddd;
	color:#999;
	font-size:10px;
	font-style:italic;
	padding:5px;
	text-align:center;
	position:relative;
	top:-47px;
	margin-bottom:-26px;
	max-width:578px;
}

.sidebar_featured_banners {
	margin-bottom:5px;
	text-align:center;
	opacity:.38;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}
.sidebar_featured_banners:hover {
	opacity:1;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

/*  --------------------------------------------------
    Reveal Modals
    -------------------------------------------------- */
        
    .reveal-modal-bg { 
        position: fixed; 
        height: 100%;
        width: 100%;
        background: #000;
        background: rgba(0,0,0,.8);
        z-index: 100;
        display: none;
        top: 0;
        left: 0; 
        }
    
    .reveal-modal {
        visibility: hidden;
        top: 170px; 
        left: 42.85%;
        margin-left: -100px;
        width: 402px;
        /*height: 410px;*/
        background: #fff no-repeat -200px -80px;
        position: absolute;
        z-index: 101;
        /*padding: 30px 40px 34px;*/
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
        -box-shadow: 0 0 10px rgba(0,0,0,.4);
        }
.popup #pop-head {
        -moz-border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        border-radius: 0px !important;
}

.subboxleft, .subboxright {display:inline-block;width:49%;}
.subboxright {float:right;}

@media only screen and (max-width: 759px) {
.reveal-modal {
width:100%;
top:0;
left:0;
margin-left:0;
}
.header-image .site-title>a {
max-width:120% !important;
}
.popup,
.popup #pop-head {
width:100% !important;
}
.row #email, .row #name {
max-width:90%;
margin-top:10px;
}
.button-holder-pop .btn {max-width:90% !important;}
.row {max-width:100%;}
.home-even a.button {margin-bottom:50px;}

.subboxleft, .subboxright {display:block;float:none;width:100%;}
}
        
    .reveal-modal.small         { width: 200px; margin-left: -140px;}
    .reveal-modal.medium        { width: 400px; margin-left: -240px;}
    .reveal-modal.large         { width: 600px; margin-left: -340px;}
    .reveal-modal.xlarge        { width: 800px; margin-left: -440px;}
    
    .reveal-modal .close-reveal-modal {
        font-size: 22px;
        line-height: .5;
        position: absolute;
        top: -10px;
        right: -10px;
        color: #aaa;
        text-shadow: 0 -1px 1px rbga(0,0,0,.6);
        font-weight: bold;
        cursor: pointer;
        } 

.popup { width: 402px; /*height: 428px;*/ text-align: center; overflow: hidden;}

.popup #pop-head{width: 402px; margin: 0; padding: 4px; background: #aec659;  -moz-border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0;}
.popup #pop-head h1{font-family: 'Raleway', sans-serif;  font-weight: 600; font-size: 23px; color: #ffffff; padding: 14px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }
.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #aec659;
    margin: 0 auto;
}
.popup h1 { font-size: 24px; text-align: center; font-weight: normal; padding: 18px 0 10px 0; margin: 0 0 0 -7px; word-spacing: 1px; font-family: 'Raleway', sans-serif;  font-weight: 400;  color: #333333; }
.popup p { font-family: 'Raleway', sans-serif;  font-weight: 400;  color: #333333; font-size: 24px; padding: 0; margin: 10px 10px 0;}
.row { width: 344px; margin: 0 auto;}
.row #email, .row #name { font-family: 'Raleway', sans-serif;  font-weight: 300;  border: 1px solid #ccc; width: 332px; height: 43px;
background: #eeeeee; font-size: 18px; line-height: 26px; color: #777777; padding: 0px 8px; font-style: italic; }
.row #name {margin-bottom:12px;}
.lt-ie8 .row #email, .lt-ie8 .row #name { padding-top: 10px;}

.row p{float: left; font-family: 'Raleway', sans-serif;  font-weight: 700; font-size: 26px; color: #bdbdbd;}
.row p.small{float: right; font-family: 'Raleway', sans-serif;  font-weight: 300;  font-size: 14px; color: #bdbdbd;position: relative;top: 9px;}

#pop-footer{
    margin: 20px 0 0 0; 
    padding: 2px;  
    background:#e8e8e8; 
    box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.1); 
    -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.1); 
    -moz-border-bottom-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	-moz-border-bottom-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
}
#pop-footer p{font-family: 'Raleway', sans-serif;  font-weight: 400; font-size: 13px; color: #777777; margin: 0px 0 0 0; padding: 10px 5px;  line-height: 17px;}

#cta{ margin: 20px 0 10px; padding: 0; }

#cta a.btn{
    -webkit-box-shadow:0px 1px 0px 0px rgba(250, 250, 250, 0.6) inset, 0px -1px 0px  1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 1px 0px 0px rgba(250, 250, 250, 0.6) inset, 0px -1px 0px  1px rgba(0, 0, 0, 0.1) inset;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffd000), color-stop(1, #edba00) );
	background:-moz-linear-gradient( center top, #ffd000 5%, #edba00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd000', endColorstr='#edba00');
	background-color:#ffd000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #f0c800;
	display:inline-block;
	color:#b47800;
	font-family:arial;
	font-size:26px;
	font-weight:bold;
	padding:12px 24px;
	text-decoration:none;
	text-align: center;
}
#cta a.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #edba00), color-stop(1, #ffd000) );
	background:-moz-linear-gradient( center top, #edba00 5%, #ffd000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#edba00', endColorstr='#ffd000');
	background-color:#edba00;
}
#cta a.btn:active {
	position:relative;
	top:1px;
}

img.btn-arrow-left{margin-left: -70px; margin-top: -143px;}
.lt-ie8 img.btn-arrow-left {margin-top: -88px;}

img.btn-arrow-right{float: right; margin-right: -70px; margin-top: -78px;}
.lt-ie8 img.btn-arrow-right {margin-top:-100px;}

img.arrow-curve{float: right; position: absolute; margin-left: 720px; margin-top: 25px;}

.button-holder-pop{ margin: 0px auto; }
.button-holder-pop  a img{border: none;}

.button-holder-pop .btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffd900;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffd900;
	box-shadow:inset 0px 1px 0px 0px #ffd900;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fecb00), color-stop(1, #efb700) );
	background:-moz-linear-gradient( center top, #fecb00 5%, #efb700 100% );
	background-color:#fecb00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #e7b100;
    *border: none;
	color:#b47800;
	font-family: 'Raleway', sans-serif; 
    font-weight: 600;
	font-size:22px;
	padding: 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffe600;
	line-height: 40px;
	overflow:hidden; 
	width: 336px;
	max-width: 380px;
}
.button-holder-pop .btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #efb700), color-stop(1, #fecb00) );
	background:-moz-linear-gradient( center top, #efb700 5%, #fecb00 100% );
	background-color:#efb700;
}
.button-holder-pop.btn:active {
	position:relative;
	top:1px;
}

.genesis-grid-odd,
.genesis-grid-even {
	border-top: 1px solid #ddd;
	padding-top: 12px;
	width:100%;
}
.genesis-grid-odd .entry-content a img,
.genesis-grid-even .entry-content a img {
	float:left;
	margin-right:20px;
}

@media only screen and (max-width: 1023px) {

.content {
	width:100%;
	padding-right:0;
}
}

/* After Entry
--------------------------------------------- */
 
.after-entry {
    	background: #eee;
	margin-top: 40px;
	margin-top: 4rem;
	margin-bottom:30px;
	margin-bottom:3rem;
	padding: 30px;
	padding: 3rem;
	border-top:5px solid #000;
}
.after-entry h4 {
	font-size:1.1em;
}
 
.after-entry p:last-child {
	margin-bottom: 0;
}
 
.after-entry .widget {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.after-entry .wrap {
	border-bottom:none;
}
 
.after-entry .widget:last-child {
	margin-bottom: 0;
}
.after-entry .widget a.button {display:block;width:100%;text-align:center;}
a.button,
a.button:hover {text-decoration:none;color:#fff;border-radius: 3px;}
.wp-socializer {
	margin-top:50px !important;
}
.mejs-container {width:100% !important;}
.entry-header::after {margin-bottom:20px !important;}
p.powerpress_links {margin-top:5px;font-size:65%;}
.entry-content h4 {margin-bottom:10px;font-size:21px;}
