/*
Theme Name: Brain Pages
Theme URI: http://www.brain-pages.com/
Description: Brain Pages is a custom WordPress child theme created for the Genesis Framework.
Author: Brain Pages
Author URI: http://www.brain-pages.com/
Version: 1.0.5
Tags: blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
Template: genesis
Template Version: 1.8
License: GNU General Public License v2.0 (or later)
License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Import Fonts
------------------------------------------------------------ */
@font-face {
    font-family: 'LeftHookRegular';
    src: url('lib/fonts/left_hook-webfont.eot');
    src: url('lib/fonts/left_hook-webfont.eot?#iefix') format('embedded-opentype'),
		url('lib/fonts/left_hook-webfont.woff') format('woff'),
		url('lib/fonts/left_hook-webfont.ttf') format('truetype'),
		url('lib/fonts/left_hook-webfont.svg#LeftHookRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Defaults
------------------------------------------------------------ */
html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
    color: #444;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5625;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}
input,
label,
select,
textarea {
    color: #333;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: 300;
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
    box-sizing: border-box;
    -webkit-appearance: none;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top; /* Improves readability and alignment in all browsers */
}
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */
}
li,
ol,
ul {
    margin: 0;
    padding: 0;
}
ol li { list-style-type: decimal }
/* Hyperlinks
------------------------------------------------------------ */
a,
a:visited {
    color: #47BACE;

    font-weight: 400;
    text-decoration: none;
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -ms-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}
a:hover { text-decoration: underline }
a img { border: none }
/* Body
------------------------------------------------------------ */
body { background: url(images/new-bg.png) repeat center left }
::-moz-selection {
    background-color: #47BACE;
    color: #fff;
}
::selection {
    background-color: #47BACE;
    color: #fff;
}

.leftlink {
    margin-bottom: 15px;
}
.leftlink a {
    font-size: 100%;
    font-weight: bold;
    color: #333;
    
}
.leftlink a:hover {
    text-decoration:underline;
    color:#333;
}

/* Wrap
------------------------------------------------------------ */
#wrap {
    margin: 0;
    padding: 0;
}
/* Primary Navigation
------------------------------------------------------------ */
#nav {
    background: #213b45;
    color: #ADB7BB;
    overflow: hidden;
    width: 100%;
}
#nav .wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}
#nav ul {
    float: left;
    width: 100%;
}
#nav li {
    float: left;
    list-style-type: none;
}
#nav li a {
    color: #ADB7BB;
    display: block;
    font-size: 12px;
    padding: 6px 15px 5px;
    position: relative;
    text-decoration: none;
}
#nav li a:hover,
#nav li a:active,
#nav li:hover a,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a { color: #FFF }
#nav li li a,
#nav li li a:link,
#nav li li a:visited {
    color: #213B45;
    font-size: 12px;
    padding: 10px;
    margin: 0 10px;
    position: relative;
    text-transform: none;
    width: 180px;
    text-align: left;
}
#nav li li a:hover,
#nav li li a:active { color: #fff }
#nav li ul {
    background: #3EA6B8;
    height: auto;
    left: -9999px;
    position: absolute;
    padding: 5px 0;
    width: 220px;
    z-index: 9999;
}
#nav li ul a { width: 190px }
#nav li ul li ul { margin: -44px 0 0 220px }
#nav li ul li:last-child ul { margin-top: -48px }
#nav li:hover>ul,
#nav li.sfHover ul { left: auto }
/* Primary Navigation Extras
------------------------------------------------------------ */
#nav li.right {
    float: right;
    font-size: 12px;
    padding: 6px 15px 5px;
}
#nav li.right a {
    background: none;
    border: none;
    color: #ADB7BB;
    display: inline;
    text-decoration: none;
}
#nav li.right a:hover {
    color: #fff;
    text-decoration: none;
}
#nav li.search { padding: 0 10px }
#nav li.rss a {
    background: url(images/rss.png) no-repeat center left;
    margin: 0 0 0 10px;
    padding: 7px 0 5px 16px;
}
#nav li.twitter a {
    background: url(images/twitter-nav.png) no-repeat center left;
    padding: 7px 0 5px 20px;
}
/* Header
------------------------------------------------------------ */
#header {
    border-top: 0px solid #ccd54e;
    border-bottom: 2px solid #efefef;
    padding: 5px 0 0 0;
    box-shadow: inset 0 0px 0 rgba(0,0,0,0.75),inset 0 0 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 0px 0 rgba(0,0,0,0.75),inset 0 0 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 0px 0 rgba(0,0,0,0.75),inset 0 0 0px rgba(0,0,0,0.5);
}
#header .wrap {
    margin: 0 auto;
    max-width: 1180px;
}
#title-area {
    float: left;
    overflow: hidden;
    width: 30%;
}
#title {
    font-family: arial, serif;
    font-size: 36px;
    line-height: 1.25;
    margin: 0;
    text-transform: uppercase;
}
#title a,
#title a:hover {
    color: #fff;
    padding: 0 0 0 20px;
    text-decoration: none;
}
#description {
    color: #fff;
    font-size: 14px;
    padding: 0 0 0 20px;
}
#header .widget-area {
    float: right;
    width: 60%;
    margin: 0 0 0 0;
}
/* Image Header - Partial Width
------------------------------------------------------------ */
.header-image #title-area,
.header-image #title,
.header-image #title a {
    display: block;
    float: left;
    height: 100px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;

    width: 386px;

}
.header-image #title a {
    background: url(images/brain-pages-logo-new.png) 0 0 no-repeat;
    background-size: 100% auto;


}
.header-image #description {
    display: block;
    overflow: hidden;
}
/* Image Header - Full Width
------------------------------------------------------------ */
.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a { width: 100% }
/* Header Menu
------------------------------------------------------------ */
#header ul.menu {
    float: right;
    margin-top: 38px;
}
#header ul.menu ul {
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
}
#header ul.menu li {
    border: none;
    float: left;
    list-style-type: none;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#header ul.menu li a {
    color: #707070;
    display: block;
    font-family: Oswald, arial, sans-serif;
    font-size: 18px;
    padding: 6px 10px 5px;
    position: relative;
    text-decoration: none;
    font-weight: 400;
    text-align: left;
}
#header .menu .box-menu a {
    background: #ccd54e;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu li:hover a,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a { color: #213B45 }
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
    color: #213B45;
    font-size: 12px;
    padding: 10px;
    margin: 0 10px;
    position: relative;
    text-transform: none;
    width: 180px;
    font-weight: normal;
}
#header ul.menu li li a:hover,
#header ul.menu li li a:active { color: #FFF }
#header ul.menu li ul {
    background: #47bace;
    height: auto;
    left: -9999px;
    margin: -3px 0 0;
    position: absolute;
    padding: 5px 0;
    width: 220px;
    z-index: 9999;
}
#header ul.menu li ul a { width: 190px }
#header ul.menu li ul li ul { margin: -45px 0 0 220px }
.chrome #header ul.menu li ul li ul { margin: -44px 0 0 220px }
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul { left: auto }
/* Secondary Navigation
------------------------------------------------------------ */
/* #subnav {
    border-bottom: 0px dashed #eee;
    color: #555;
    margin: 0 auto;
    padding: 20px 0 0;
    width: 100%;
    position: relative;
    z-index: 5;
}
*/
#subnav .wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
}
#subnav ul {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}
#subnav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    min-height: 54px;
    vertical-align: middle;
    list-style-type: none;
    position: relative;
}
#subnav li a {
    border-right: 1px solid #eaeaea;
    color: #707070;
    display: block;
    font-family: Oswald, arial, sans-serif;
    font-weight: 700;
    padding: 0px 20px;
    width: 100px;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    word-wrap: break-word;
}
#subnav li a span { display: block }
#subnav li:last-child a { border-right: none }
#subnav li a:hover,
#subnav li a:active,
#subnav li:hover a,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
    color: #213B45;
    text-decoration: none;
}
#subnav li li { min-height: auto }
#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
    display: block;
    border: none;
    color: #213B45;
    font: normal 14px/1em arial, sans-serif;
    height: auto!important;
    padding: 10px;
    margin: 0 10px;
    position: relative;
    text-align: left;
    text-transform: none;
    width: 180px;
}
#subnav li li a:hover,
#subnav li li a:active { color: #fff }
#subnav li ul {
    background: #3EA6B8;
    height: auto;
    left: -9999px;
    position: absolute;
    padding: 5px 0;
    width: 220px;
    z-index: 9999;
}
#subnav li ul a { width: 130px }
#subnav li ul li ul { margin: -40px 0 0 220px }
#subnav li ul li:last-child ul { margin-top: -53px }
#subnav li:hover>ul,
#subnav li.sfHover ul { left: auto }
.menu-description {
    clear: both;
    color: #aaa;
    display: block;
    font-size: 11px;
    text-transform: lowercase;
}
/* Navigation Constants
------------------------------------------------------------ */
#nav li li a,
#header ul.menu li li a,
#subnav li li a { border-bottom: 1px solid #48b4c3!important }
#nav li li:last-child>a,
#header ul.menu li li:last-child>a,
#subnav li li:last-child>a { border-bottom: none!important }
#nav li ul,
#header ul.menu li ul,
#subnav li ul {
    box-shadow: 0 2px 0 #3695a5, 0 7px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 0 #3695a5, 0 7px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 0 #3695a5, 0 7px 0 rgba(0,0,0,.1);
}
li:hover ul ul,
li.sfHover ul ul { left: -9999px }
li:hover,
li.sfHover { position: static }
#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul { padding-right: 25px }
li a .sf-sub-indicator {
    background: url(images/plus.png) no-repeat;
    height: 9px;
    position: absolute;
    right: 8px;
    text-indent: -9999px;
    top: 10px;
    width: 8px;
}
#subnav li a .sf-sub-indicator { display: none }
#nav li li a .sf-sub-indicator { top: 13px }
li li a .sf-sub-indicator,
#subnav li li a .sf-sub-indicator {
    display: block;
    background: url(images/plus.png) no-repeat;
    top: 13px;
}
#wpadminbar li:hover ul ul { left: 0 }
/* Inner
------------------------------------------------------------ */
#inner {
    margin: 40px auto;
    width: 100%;
    max-width: 1175px;
    overflow: hidden;
}
#brainpages-slider-wrap{
    background: #fff;
    border: 5px solid #f5f5f5;
    margin: 0 02.63157894736842%;
    overflow: hidden;
}
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0 ; padding: 0;}
.flexslider .slides > li { position: relative; display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { max-width: 100%; display: block; margin: 0}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 40%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
#brainpages-slider{
    float: left;
    width: 60%;
    height: 100%;
}
#brainpages-slider-control{
    background: #eee;
    float: right;
    width: 40%;
    overflow: hidden;
}
#brainpages-slider-control ul{
    float: right;
    list-style-type: none;
    width: 100%;
}
#brainpages-slider-control ul li{
    overflow: hidden;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
#brainpages-slider-control ul li a{
    background: #eee;
    display: block;
    padding: 10px;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#brainpages-slider-control ul li a:hover,
#brainpages-slider-control ul li.flex-active a{
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    text-decoration: none!important
}
.slider-thumb{
    float: left;
    margin: 0 10px 0 0;
    width: 100px;
}
.slider-thumb-content{
    font-size: 11px;
}
.slider-thumb-content p{
    font-size: 13px;
    font-weight: bold;
}
.slider-thumb-content a:hover p{
    color: static;
    text-decoration: none!imporatant;
}
.slider-content{
    background: #fff;
    border-top: 1px solid #fff;
    font-size: 15px;
    padding: 20px 3%;
    width: 94%;
}
.slider-content h2,
.slider-content h2 a{
    font-size: 20px
}
.slider-content .post-info{
    font-size: 12px;
    margin: 0 0 10px
}
a.read-more{
    width: 100px;
    padding: 5px 10px;
    margin: 15px 0;
    background: #CCD54E;
    display: block;
    color: #fff;
}
a.read-more:hover{
    background: #CCD54E;
    text-decoration: none;
}
/* Breadcrumb
------------------------------------------------------------ */
.breadcrumb {
    font-size: 14px;
    margin: 0 0 30px;
    padding: 5px 10px;
}
.brainpages-homepage .breadcrumb { margin: -10px 02.63157894736842% 30px }
/* Taxonomy Description
------------------------------------------------------------ */
.taxonomy-description {
    background-color: #fff;
    margin: -10px 0 30px;
    padding: 0 0 15px;
}
.taxonomy-description p {
    font-size: 14px;
    padding: 15px 15px 0;
}
/* Content-Sidebar Wrap
------------------------------------------------------------ */
#content-sidebar-wrap {
    float: left;
    width: 75%;
}
#content-sidebar-wrap { width: 100%; float: none; }
.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap { width: 100%; }
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap { float: right }
/* Content
------------------------------------------------------------ */
#content {
    float: left;
    width: 60%;
    margin: 0 02.25988700564972%;
}
.home .content-sidebar #content,
.home .sidebar-content #content {
    width: 63.15789473684211%;
    margin: 0 01.75438596491228%;
}
.content-sidebar #content,
.sidebar-content #content {
    width: 60%;
    margin: 0 01.75438596491228%;
}
.sidebar-content #content,
.sidebar-sidebar-content #content { float: right }
.full-width-content #content {
    width: 96.49122807017544%;
    margin: 0 01.75438596491228%;
}
.post {
	margin: 0 15px 20px !important;
	position: relative !important;
	-webkit-box-shadow: 1px 0 0 #f3f3f3,0 1px 0 #e4e4e4,0 -1px 0 #f3f3f3,-1px 0 0 #f3f3f3;
    -moz-box-shadow: 1px 0 0 #f3f3f3,0 1px 0 #e4e4e4,0 -1px 0 #f3f3f3,-1px 0 0 #f3f3f3;
    box-shadow: 1px 0 0 #f3f3f3,0 1px 0 #e4e4e4,0 -1px 0 #f3f3f3,-1px 0 0 #f3f3f3;
}
.entry-content { overflow: hidden }
.entry-content p { margin: 0 0 25px }
blockquote {
    background: url(images/blockquote.png) no-repeat;
    border: none;
    margin: 5px 5px 20px;
    padding: 25px 30px 5px 70px;
}
blockquote p {
    color: #999;
    font-style: italic;
}
p.subscribe-to-comments { padding: 20px 0 10px }
.clear { clear: both }
.clear-line {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin: 0 0 25px;
}
/* Column Classes
------------------------------------------------------------ */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin: 0 0 20px;
    padding-left: 3%;
}
.one-half,
.three-sixths,
.two-fourths { width: 48% }
.one-third,
.two-sixths { width: 31% }
.four-sixths,
.two-thirds { width: 65% }
.one-fourth { width: 22.5% }
.three-fourths { width: 73.5% }
.one-fifth { width: 17.4% }
.two-fifths { width: 37.8% }
.three-fifths { width: 58.2% }
.four-fifths { width: 78.6% }
.one-sixth { width: 14% }
.five-sixths { width: 82% }
.first {
    clear: both;
    padding-left: 0;
}
/* Featured Post Grid
------------------------------------------------------------ */
.genesis-grid-even,
.genesis-grid-odd {
    margin: 0 0 20px;
    padding: 0 0 15px;
    width: 48%;
}
.genesis-grid-even { float: right }
.genesis-grid-odd {
    clear: both;
    float: left;
}
/* Homepage styling
------------------------------------------------------------ */
.brainpages-homepage #content,
.brainpages-homepage .content-sidebar #content,
.brainpages-homepage .sidebar-content #content {
    width: 69.3404%;
    margin: 0;
}
.homepage-featured {
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
}
.main-featured,
.tiny-featured,
.tertiary-featured,
.homepage-featured .widget {
    float: left;
    width: 44.73684210526316%;
    margin: 0 02.63157894736842%;
}
.main-featured img,
.tiny-featured img,
.tertiary-featured img { margin-bottom: 20px!important }
.widgetize-area {
    background: #f5f5f5;
    border: 1px solid #EEE;
    padding: 20px 0;
}
.alpha { float: left }
.omega { float: right;  margin: 0;
		 width: 47%; }
.tiny-featured .featuredpost .post,
.tiny-featured .featuredpage .page {
    border-bottom: 1px solid #eee;
    margin: 0 0 20px;
    padding: 0;
    overflow: hidden;
}
.tiny-featured .post:last-child,
.tiny-featured .page:last-child { border-bottom: none }
.main-featured .post-info,
.tiny-featured .post-info,
.tertiary-featured .post-info,
.tiny-featured .byline {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 10px!important;
    padding-right:5px;

}  
.post-info{
    padding-left:5px;
}
.entry-title
{
    padding-left:5px;

}
.tiny-featured h2 a {
    font-size: 20px;
    margin: 0 0 5px;
}
.tertiary-featured h2 {
    border-bottom: 1px solid #ddd;
    padding:5px;
}
.homepage-featured .featuredpage .page,
.homepage-featured .featuredpost .post {
    padding: 0;
    margin: 0 0 30px;
}
.homepage-last-featured .featuredpage .page p,
.homepage-last-featured .featuredpost .post p{
    margin: 0 0 20px;
}
.homepage-last-featured .featuredpost img,
.homepage-last-featured .featuredpage img{
    border: none;
    padding: 0;
}
/* Homepage Carousel Styling
------------------------------------------------------------ */
#homepage-carousel-container {
    background: #f5f5f5;
    border: 1px solid #eee;
    margin: 0 02.63157894736842% 25px;
    padding: 20px 59px;
    position: relative;
}
.homepage-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 80px;
}
.homepage-carousel ul {
    width: 20000px;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}
.homepage-carousel li {
    float: left;
    margin: 0 5px;
    padding: 0;
}
/** Custom **/
.homepage-carousel li img {
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px;
}
a.carousel-prev,
a.carousel-next {
    background: url(images/carousel-nav.png) no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    margin: -16px 0 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
}
a.carousel-prev {
    background-position: 0 0;
    left: 18px;
}
a.carousel-prev:active { background-position: 0 -32px }
a.carousel-next {
    background-position: -32px 0;
    right: 18px;
}
a.carousel-next:active { background-position: -32px -32px }
/* Headlines
------------------------------------------------------------ */
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
    font-family: arial, serif;
    font-weight: bold;
    line-height: 1.25;
    margin: 0 0 10px;
}
h1 { font-size: 30px }
.taxonomy-description h1 { margin: 0 }
h2,
h2 a,
h2 a:visited { font-size:  100%; }
h2 a,
h2 a:visited {
    color: #333;
    font-family: arial, serif;

}
h2 a:hover {
    color: #0d72c7;
    text-decoration: none;
}
.widget-area h2,
.widget-area h2 {
    font-size: 14px;
    margin: 0 0 5px;
}
.widget-area a {
    color: #333;
    font-size: 15px;
}
h3 { font-size: 24px }
h4 { font-size: 20px }
.taxonomy-description h1 { font-size: 16px }
.widget-area h4,
.featured-title {
    background: url(images/widget-icon.png) 0 8px no-repeat;
    border-bottom: 2px dashed #e4e4e4;
    color: #707070;
    font-family: Oswald,arial,sans-serif;
    font-size: 20px;
    padding: 5px 0 5px 32px;
    text-transform: uppercase;
}
.featured-title {
    background: url(images/border-dashed.png) left center repeat-x;
    border-bottom: none;
    clear: both;
    font-size: 24px;
    padding: 0;
    margin: 0 02.63157894736842% 25px;
}
.featured-title  span {
    background: #ffffff url(images/widget-icon.png) 0 12px no-repeat;
    padding: 5px 20px 5px 32px;
}
h5 { font-size: 18px }
#footer-widgets .widget-area h4,
#special-footer .widget-area h4 {
    background: none;
    color: #2b3e45;
    font: bold 16px/1 Arial, helvetica, sans-serif;
    letter-spacing: -0.05em;
    padding: 10px 0;
    margin: 0 0 10px;
    text-transform: uppercase;
}
#special-footer .widget-area h4 {
    color: #fff;
    border-bottom: 2px dashed #203943;
}
a.brain-training,
a.goofy-brains,
a.brain-channel,
a.senior-brains {
    background: url(images/dumble.png) 0 0 no-repeat;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 20px;
    min-height: 64px;
    padding: 5px 0 0 84px;
    text-transform: uppercase;
    line-height: 1.3;
}
a.goofy-brains { background: url(images/puzzle.png) 0 0 no-repeat }
a.brain-channel { background: url(images/tv.png) 0 0 no-repeat }
a.senior-brains { background: url(images/medal.png) 0 0 no-repeat }
/* Ordered / Unordered Lists
------------------------------------------------------------ */
.entry-content ol,
.entry-content ul {
    margin: 0;
    padding: 0 0 25px;
}
.archive-page ul li,
.entry-content ul li {
    list-style-type: square;
    margin: 0 0 0 30px;
    padding: 0;
}
.entry-content ol li { margin: 0 0 0 35px }
.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul { padding: 0 }
/* Post Info
------------------------------------------------------------ */
.post-info {
    font-size: 14px;
    margin: -5px 0 15px;
}
/* Post Meta
------------------------------------------------------------ */
.post-meta {
    border-top: 2px dashed #eaeaea;
    clear: both;
    color: #666;
    font-size: 14px;
    padding: 5px 0 0;
    text-transform: lowercase;
}
/* Author Box
------------------------------------------------------------ */
.author-box {
    background-color: #f5f5f5;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 10px;
}
.author-box p { font-size: 14px }
/* Sticky Posts
------------------------------------------------------------ */
.sticky {
    background-color: #f5f5f5;
    margin: -10px 0 40px;
    padding: 20px;
}
/* Archive Page
------------------------------------------------------------ */
.archive-page {
    float: left;
    padding: 20px 0 0;
    width: 45%;
}
/* Post Icons
------------------------------------------------------------ */
.tags {
    background: url(images/icon-dot.png) no-repeat left;
    margin: 0 0 0 3px;
    padding: 0 0 0 10px;
}
.comments-info {
    background: #aaa;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    text-align: center;
}
.post-comments { }
/* Images
------------------------------------------------------------ */
img{
    max-width: 100%;
}
.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 4px;
    margin-bottom: 20px;
}
.author-box .avatar {
    background-color: #fff;
    float: left;
    margin: 0 10px 0 0;
}
.post-image { margin: 0 10px 10px 0 }
.comment-list li .avatar {
    background-color: #fff;
    float: right;
    margin: 5px 0 0 10px;
}
img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 10px;
}
img.alignnone {
    display: inline;
    margin: 0px;
    width:100%;
}
img.alignleft {
    display: inline;
    margin: 0 15px 10px 0;

}
img.tim{
    float: left;
    display: inline;
    margin: 0px 10px 0 0 ;
}
img.alignright {
    display: inline;
    margin: 0 0 10px 15px;
}
.alignleft {
    float: left;
    margin: 0 15px 10px 0;
}
.alignright {
    float: right;
    margin: 0 0 10px 15px;
}
.wp-caption {
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    background: ;
    box-sizing: border-box;
}
p.wp-caption-text {
    font-size: 14px;
    margin: 5px 0;
}
.wp-smiley,
.wp-wink {
    border: none;
    float: none;
}
.gallery-caption { }
/* Post Navigation
------------------------------------------------------------ */
.navigation {
    font-size: 14px;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
}
.navigation li { display: inline }
.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
    border: 1px solid #ddd;
    padding: 5px 8px;
}
.navigation li a:hover,
.navigation li.active a { background-color: #f5f5f5 }
/* Primary / Secondary Sidebars
------------------------------------------------------------ */
#sidebar {
    display: inline;
    float: right;
	/* margin: 0 01.75438596491228%; */
    width: 30.5319%;
}
.sidebar { }
.sidebar-sidebar-content #sidebar,
.sidebar-content-sidebar #sidebar,
.content-sidebar-sidebar #sidebar {
    width: 39.76608187134503%;
    margin: 0 02.25988700564972%;
}
#sidebar-alt {
    float: left;
    margin: 0 01.75438596491228%;
    width: 21.49122807017544%;
    font-size: 13px;
}
#sidebar-alt { display: none }
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar { float: left }
.content-sidebar-sidebar #sidebar-alt { float: right }
.sidebar p {
    font-size: 14px;
    margin: 0 0 15px;
}
.sidebar .widget {
    margin: 0 0 20px;
    word-wrap: break-word;
}
.sidebar .widget select { background: #fff url(images/select.png) center right no-repeat }
#sidebar .widget-area ol,
#sidebar .widget-area ul,
.widget_tag_cloud div div { padding: 0 15px }
.sidebar.widget-area ul li {
    list-style-type: none;
    background: url(images/list-icon.png) 5px 11px no-repeat;
    padding: 5px 0 5px 24px;
    word-wrap: break-word;
}
.sidebar.widget-area ul ul li {
    border: none;
    margin: 0;
}



#sidebar-left {
    float: left;
    width: 48%;
}
#sidebar-right {
    float: right;
    width: 48%;
}
/* Dropdowns
------------------------------------------------------------ */
.widget_archive select,
#cat {
    display: inline;
    margin: 10px 0 0;
    padding: 5px;
    width: 100%;
}
/* Featured Page / Post
------------------------------------------------------------ */
.featuredpage,
.featuredpost {
    margin: 0 0 15px;
    overflow: hidden;
}
.featuredpage .page,
.featuredpost .post {
    border-bottom: 1px solid #ddd;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0 15px 10px;
}
#top-featured-section .featuredpage,
#top-featured-section .featuredpost {
    margin: 0 01.75438596491228%;
    width: 47.22222222222222%;
}
#top-featured-section .featuredpage:nth-child(odd),
#top-featured-section .featuredpost:nth-child(odd) {
    float: left;
    margin-left: 0!important;
}
#top-featured-section .featuredpage:nth-child(even),
#top-featured-section .featuredpost:nth-child(even) {
    float: right;
    margin-right: 0!important;
}
#top-featured-section .featuredpage .page,
#top-featured-section .featuredpost .post {
    padding: 0;
    margin: 0;
}
#top-featured-section .featuredpage .page h2 a,
#top-featured-section .featuredpost .post h2 a { font: bold 16px/1.3em Arial, Helvetica, sans-serif }
#top-featured-section .featuredpage img,
#top-featured-section .featuredpost img {
    background-color: none;
    border: none;
    padding: 0;
}
#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
    margin: 0 0 10px;
    padding: 0;
}
.more-from-category { padding: 5px 15px 0 }
/* User Profile
------------------------------------------------------------ */
.user-profile { overflow: hidden }
.user-profile p { padding: 5px 15px 0 }
.user-profile .posts_link { padding: 0 15px }
/* Buttons
------------------------------------------------------------ */
input[type="button"],
input[type="submit"] {
    background: #62BEC2;
    border: 1px solid #62BEC2;
    color: #fff;
    cursor: pointer;
    line-height: 19px;
    padding: 8px 10px;
    text-decoration: none;
}
input:hover[type="button"],
input:hover[type="submit"] {
    background: #62BEC2;
    text-decoration: none;
}
/* Search Form
------------------------------------------------------------ */
#header .searchform {
    float: right;
    padding: 12px 0 0;
}
.sidebar .searchform {
    background: #62BEC2;
    position: relative;
    padding: 5px;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.s {
    margin: 10px -7px 0 0;
    padding: 6px 5px;
    width: 180px;
}
.sidebar .s {
    background: #fff;
    border: none;
    float: left;
    width: 65%;
    margin: 3px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.sidebar .searchsubmit {
    background: #62BEC2;
    border: none;
    color: #fff;
    float: right;
    width: 30%;
    margin: 0;
    top: 0;
    right: 0;
    font-size: 18px;
    height: 34px;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.sidebar .searchsubmit:hover { background: #47bace }
#nav .s {
    background-color: #fff;
    margin: 2px -7px 0 0;
}
/* eNews and Update Widget
------------------------------------------------------------ */
.enews p { padding: 0 15px 5px }
.enews #subscribe { padding: 0 0 0 15px }
.enews #subbox {
    margin: 5px -7px 0 0;
    padding: 6px 5px;
    width: 75%;
}
/* Calendar Widget
------------------------------------------------------------ */
#wp-calendar { width: 100% }
#wp-calendar caption {
    font-size: 12px;
    font-style: italic;
    padding: 2px 5px 0 0;
    text-align: right;
}
#wp-calendar thead {
    background-color: #f5f5f5;
    font-weight: bold;
    margin: 10px 0 0;
}
#wp-calendar td {
    background-color: #f5f5f5;
    padding: 2px;
    text-align: center;
}
/* Footer Widgets
------------------------------------------------------------ */
#footer-widgets-container {
    background: #faf8f8;
    clear: both;
    overflow: hidden;
    font-size: 14px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.20);
}
#footer-widgets { overflow: hidden }
#footer-widgets .wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    overflow: hidden;
    padding: 0 0 25px;
}
#footer-widgets-container .widget {
    background: none;
    border: none;
    clear: both;
    color: #888;
    padding: 30px 0 0;
}
#footer-widgets-container p {
    color: #888;
    font-size: inherit;
    margin: 0 0 10px;
}
#footer-widgets ul { margin: 0 }
#footer-widgets ul li {
    list-style-type: none;
    background: url(images/list-icon.png) 5px 10px no-repeat;
    padding: 5px 0 5px 24px;
    word-wrap: break-word;
}
#footer-widgets .latest-tweets { background: url(images/footer-twitter.png) top right no-repeat }
#footer-widgets .latest-tweets li span a,
#footer-widgets .latest-tweets li span a:visited {
    color: #bbb;
    text-decoration: none;
}
#footer-widgets .latest-tweets li span a:hover {
    color: #bbb;
    text-decoration: underline;
}
#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td { background: none }
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
    float: left;
    margin: 0 40px 0 0;
    width: 255px;
}
.footer-widgets-4 {
    float: right;
    margin: 0;
}
#special-footer,
#one-column-footer {
    font-size: 12px;
    color: #adb0b1;
    text-align: center;
    max-width: 1140px;
    margin: 0 auto 20px;
}
#special-footer {
    background: #315461;
    border: 1px solid #213b45;
    color: #fff;
    text-align: left;
    padding: 20px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 0 0 124px rgba(0,0,0,.25);
}
#special-footer .widget-area { overflow: hidden }
#special-footer .widget {
    clear: none;
    color: #fff;
    padding: 0;
}
#special-footer,
#special-footer p { color: #fff }
#special-footer .widget {
    float: left;
    border-right: 2px dashed #203943;
    margin: 0 01.75438596491228%;
    width: 21.29122807017544%;
}
#special-footer .widget:last-child {
    border: none;
    float: right;
}
#one-column-footer p { color: #adb0b1 }
#one-column-footer .widget { padding: 20px 30px }
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
    float: left;
    margin: 0 01.75438596491228%;
    width: 21.49122807017544%;
}
/* Footer
------------------------------------------------------------ */
#footer {
    background: #f1ecec;
    clear: both;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.30);
}
#footer .wrap {
    font-size: 14px;
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
    max-width: 1140px;
}
#footer p { font-size: inherit }
#footer a,
#footer a:visited { color: #333 }
#footer a:hover {
    color: #47BACE;
    text-decoration: none;
}
#footer .gototop {
    float: left;
    width: 30%;
}
#footer .creds {
    float: right;
    text-align: right;
    width: 65%;
}
/* Comments
------------------------------------------------------------ */
#comments,
#respond {
    margin: 0 0 15px;
    overflow: hidden;
}
#author,
#comment,
#email,
#url {
    margin: 10px 5px 0 0;
    padding: 5px;
    width: 250px;
}
#comment {
    height: 150px;
    margin: 10px 0;
    width: 98%;
}
.ping-list { margin: 0 0 40px }
.comment-list ol,
.ping-list ol { padding: 10px }
.comment-list li,
.ping-list li {
    font-weight: bold;
    list-style-type: none;
    margin: 15px 0 5px;
    padding: 10px 15px;
}
.comment-list li ul li {
    list-style-type: none;
    margin-right: -16px;
}
.comment-content p {
    font-size: 14px;
    margin: 0 0 20px;
}
.comment-list cite,
.ping-list cite { font-style: normal }
.commentmetadata {
    font-size: 12px;
    margin: 0 0 5px;
}
.reply {
    font-size: 14px;
    font-weight: 300;
}
.nocomments { text-align: center }
#comments .navigation { display: block }
.bypostauthor { }
.thread-alt,
.thread-even { background-color: #f5f5f5 }
.alt,
.depth-1,
.even { border: 1px solid #ddd }
/* Gravity Forms
------------------------------------------------------------ */
div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
    box-sizing: border-box;
    font-size: 14px !important;
    padding: 4px 5px !important;
}
div.gform_footer input.button { color: #333 }
div.gform_wrapper .ginput_complex label { font-size: 14px }
div.gform_wrapper li,
div.gform_wrapper form li { margin: 0 0 10px }
div.gform_wrapper .gform_footer {
    border: none;
    margin: 0;
    padding: 0;
}
/* Clearfix
------------------------------------------------------------ */
.clearfix:before,
.clearfix:after,
.wrap:before,
.wrap:after,
.widget-wrap:before,
.widget-wrap:after,
#comments:before,
#comments:after,
#respond:before,
#respond:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}
.wrap:after,
.widget-wrap:after,
#comments:after,
#respond:after,
.clearfix:after { clear: both }
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.aweber-container {
    position: relative;
    width: 100%;
}
.af-form { width: 100% }
.af-element input.text {
    width: 80%;
    height: 21px;
    border: none;
    outline: none;
    padding: 0 0 0 5px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: inset 0 0 3px #000;
    -webkit-box-shadow: inset 0 0 3px #000;
    box-shadow: inset 0 0 3px #000;
    position: absolute;
    bottom: 3.5%;
    left: 3%;
}
.af-element .submit,
.af-element .submit:hover {
    height: 25px;
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
    position: absolute;
    bottom: 3.5%;
    right: 2%;
}
/* Responsive Design
------------------------------------------------------------ */
@media only screen and (max-width: 480px) { 
    .header-image #title-area,
    .header-image #title,
    .header-image #title a { width: 100% }
    .brainpages-homepage #content,
    .brainpages-homepage .content-sidebar #content,
    .brainpages-homepage .sidebar-content #content { margin: 0 }
    .main-featured,
    .tiny-featured,
    .tertiary-featured,
    .homepage-featured .widget {
        float: none;
        width: auto;

    }
    .slider-content{ font-size: 14px; }
    .alpha { float: none }
    .homepage-featured .main-featured {
        width: 96% !important  ;
        margin: 0 0 15px !important;
        background: #fff !important;
        padding-left: 0px !important;
	}

    .omega { float: left; }
    .fech {
        width:100% !important;
    }
    img.tim {
        float: left  !important;
        display: inline;
        width: 100px !important;
        height: 106px  !important;
        margin: 0 15px 10px 0;
    }
    h2, h2 a, h2 a {
        font-size: 18px !important;
    }

    .post {
        margin: 0 0 20px !important;
        position: relative !important;
        min-height: 106px !important;
        padding: 0px !important;
    }
}
@media only screen and (max-width: 640px) { 
    .af-element input.text { width: 70% }
    .header-image #title-area,
    .header-image #title,
    .header-image #title a { height: 100px }
    #subnav{ padding: 0}
    #header .widget-area { margin: 20px 0 0 }
    #subnav li { display: block }
    #subnav li a {
        border-right: none;
        border-bottom: 1px solid #EAEAEA;
        color: #47BACE;
        display: block;
        padding: 15px 0;
        width: 100%;
        height: auto;
        font-size: 24px;
        word-wrap: break-word;
    }
    #subnav li li a,
    #subnav li li a:link,
    #subnav li li a:visited {
        text-align: center;
        text-transform: none;
        width: auto;
    }
    #subnav li ul {
        background: #3EA6B8;
        height: auto;
        left: 0;
        position: static;
        padding: 5px 0;
        width: 100%;
        z-index: 9999;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    #subnav li ul a { width: auto }
    #subnav li ul li ul { margin: 0 }
    #subnav li ul li:last-child ul { margin-top: 0 }
    #subnav li:hover>ul,
    #subnav li.sfHover ul { left: auto }
    #subnav li ul li:last-child ul { margin-top: 0 }
    #brainpages-slider { width: 70% }
    #brainpages-slider-control { width: 30% }
    .slider-thumb-content { display: none }
    .sidebar .s {
        float: left;
        width: 85%;
        margin: 3px 0;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }
    .sidebar .searchsubmit,
    .sidebar .searchsubmit:hover {
        background: none;
        background: url(images/search-icon.png) center center no-repeat;
        float: right;
        position: absolute;
        width: 16px;
        height: 16px;
        margin: 0;
        top: 14px;
        right: 5.5%;
        text-indent: -9999px;
        text-transform: capitalize;
        background-size: 16px auto;
        -moz-background-size: 16px auto;
        -webkit-background-size: 16px auto;
    }
}
@media only screen and (max-width: 800px) { 
	fech {

		width: 100%;
	}
    #subnav li a { font-size: 16px }
    h1 { font-size: 24px }
    h2,
    h2 a,
    h2 a:visited { font-size: 20px }
    h3 { font-size: 18px }
    h4 { font-size: 16px }
    h5 { font-size: 14px }
}
@media only screen and (max-width: 960px) { 
    body {
        width: 100%;
        margin: 0 auto;
    }
    
    .leftlink a {
        font-size:90% !important;
    }
    #subnav li { min-height: auto }
    #subnav li a {
        font-size: 20px;
        padding: 8px;
        width: auto;
        height: auto;
    }
    #subnav li a span{ display: inline}
    .brainpages-homepage #content,
    .brainpages-homepage .content-sidebar #content,
    .brainpages-homepage .sidebar-content #content,
    #sidebar,
    #special-footer .widget,
    #special-footer .widget:last-child {
        width: 100%;
        margin: 0;
        float: none;
    }
    .sidebar .widget { margin: 30px }
    .archive-page,
    .content-sidebar #content,
    .content-sidebar-sidebar #content,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .footer-col-one,
    .footer-col-two,
    .footer-col-three,
    .footer-col-four,
    .sidebar,
    .sidebar-content #content,
    .sidebar-content-sidebar #content,
    .sidebar-sidebar-content #content,
    .wrap,
    #content-sidebar-wrap,
    #footer .creds,
    #footer .gototop,
    #sidebar-alt { width: 100% }
    #inner .wrap {
        padding: 20px;
        width: auto;
    }
    .header-image #title-area,
    .header-image #title,
    .header-image #title a { float: none }
    .header-image #title-area {
        margin: 0 auto;
        padding: 5px 0 0;
    }
    #title { margin: 0 auto }
    .menu-primary,
    .menu-secondary,
    #header ul.menu,
    #header .widget-area,
    #title-area {
        float: none;
        text-align: center;
        width: 100%;
    }
    #header .searchform { float: center }
    #header ul.menu { float: left }
    .menu-primary li,
    .menu-secondary li,
    #header ul.menu li {
        display: inline-block;
        float: none;
    }
    .menu-primary a,
    .menu-secondary a,
    #header .menu a { padding: 10px }
    .menu li.right { display: none }
    .page-title {
        font-size: 24px;
        padding: 10px 20px;
    }
    .page-title p { line-height: 1.2 }
    .content-sidebar #content,
    .content-sidebar-sidebar #content,
    .sidebar,
    .sidebar-content #content,
    .sidebar-content-sidebar #content,
    .sidebar-sidebar-content #content {
        border: none;
        width: 90%;
        margin: 0 auto;
        float: none;
    }
    h1,
    h2,
    h2 a,
    h2 a:visited { font-size:  100%; }
    .after-post form {
        background: none;
        padding: 0;
    }
    #footer-widgets-container .widget { padding: 20px 20px 0 }
    #footer-widgets-container #additional-footer-widgets .widget { padding: 0 20px }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4 { margin: 0 }
    #footer .creds,
    #footer .gototop { float: none }
    #footer p {
        padding: 0 20px;
        text-align: center;
    }
    #special-footer .widget {
        border: none;
        padding: 0;
        margin: 0;
    }
    .aweber-container {
        position: relative;
        max-width: 340px;
        margin: 0 auto;
    }
}
.tiny-featured.alpha .post,
.tiny-featured.omega .post {
    padding:0px !important;
}
.author-description {
	margin-bottom: 20px;
}
.articlelinks p {font-size:12pt;margin-bottom:2px; }
.articlelinks li {font-size:12pt; }
.articlelinks a {color:#037bb7; }
#af-form-1511283071 .af-body .af-textWrap
{
    float: left !important ;
    margin-left: 10px !important ;;
    width: 60% !important ;;
}
.homepage-featured .main-featured {
	width:90%;
	margin:0 0 15px;
	background:#fff;
	padding-left:0px;
}
tiny-featured .post{
	height:154px;
}
.fech {
	width:53%; 
	float:left;
}
.page-template-template-no-nav-php #menu-top-menu {
	display: none;
}