/*
 Theme Name: Electrifying
 Theme URI: http://edwebdevelopment.com/
 Description: Electrifying Design Theme for Genesis Framework.
 Author: Michael Fortier
 Author URI: http://edwebdevelopment.com/
 Version: 1.0
 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
*/
/* Defaults
------------------------------------------------------------ */
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5625;
    /*    letter-spacing: 1px;*/
    margin: 0;
    padding: 0;
    text-decoration: none;
}
body{
    
    flex-direction: column;
    min-height: 100vh;
}
.cat_138{display:none;}
.site-container{
    flex: 1;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
    background-color: #fff;  /*#f5f5f5*/
    border: 1px solid #ddd;
}
input,
label,
select,
textarea {
    color: #333;
    font-family: inherit;
    font-size: 18px;
    font-weight: 300;
}
li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ol li {
    list-style-type: decimal;
}
/*Added CSS to Theme
--------------------------------------------------------------*/
.entry-title,.hometitletext, h4, .blogmaintitle, .widget-title .signInTitle{
    color:#003E57 !important;
	font-size:30px !important;
}
#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
    float: left;
    text-align: center;
    width: 130px!important;
}
.blogmaintitle,.entry-title{
    font-weight:normal;
}
.title-area {display: none;}
.full-page .col-md-8.full-width{
    width: 100%;
}
.full-page .sidebar {
    display: none;
}
/*.container.main {padding: 80px 0 50px 0;}.col-md-4.col-xs-12.sidebar {padding-top: 15px;}*/
.container.main {padding: 50px 0 50px 0;}.col-md-4.col-xs-12.sidebar {padding-top: 15px;}
.nav-primary {
    display: none!important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background: transparent!important;
}
.navbar {
    margin-bottom:0px!important;
}
.container.wrap {
    padding: 80px 0 50px 0;
}
#nav {
    display: none;
}
.dash {
    animation-duration: 3.5s;
    -webkit-animation-duration: 3.5s;
    -moz-animation-duration: 3.5s;
    -o-animation-duration: 3.5s;
    ms-animation-duration: 3.5s;
    background: lightgray;
    height: 2px;
    width: 100px;
    margin: 100px auto 80px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.btn-sm, .btn-group-sm>.btn {
    margin-top: 10px;
}
#footer, .footer {
    background-color: #34495e!important;
    color:#fff!important;
    clear: both;
    font-size: 14px;
    margin: 0 auto;
    padding-top: 40px!important;
    padding-bottom: 40px!important;

    overflow: hidden;

}
/*Video Iframe Code For responsive*/
.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
/*End Video Iframe Code Responsive*/
.pad40 {
    padding-top: 40px;
}
.pad50 {
    padding: 50px 80px 50px 80px;
}
input.wpcf7-form-control.wpcf7-text {
    width: 75%;
    border-radius: 4px;
    padding: 8px;
    background: transparent;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 75%;
    border-radius: 4px;
    padding: 8px;
    background: transparent;
}

.navbar-nav>li>.dropdown-menu {
    min-width: 250px!important;
    max-width: 250px!important;
    width: 100%!important;
    margin-top: 0px!important;
    border-radius: 0px!important;

}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #34495e!important;
}
.navbar-default .navbar-nav>.active>a .caret {
    border-top-color: #34495e!important;
    border-bottom-color: #34495e!important;
}
.dropdown-menu>li>a {
    padding: 10px 25px!important;
}
.navbar-default {
    border-bottom: 1px solid #cacaca!important;
    box-shadow: none!important;
    background: url(./images/bgnav.png)!important;
    background-color: transparent!important;
}
#paymentform_new>input[type=text]{
    font-size:18px ! important;

}
/**Extra media Queries**/
@media screen and (max-width: 1024px){
    #sidebar {
        border-left: none;
        padding-top: 15px;
    }
    input.wpcf7-form-control.wpcf7-text {
        width: 100%;
        border-radius: 4px;
        padding: 8px;
        background: transparent;
    }
    textarea.wpcf7-form-control.wpcf7-textarea {
        width: 100%;
        border-radius: 4px;
        padding: 8px;
        background: transparent;
    }
    .pad50 {
        padding:50px 0 50px 0;
    }
}
/* Hyperlinks
------------------------------------------------------------ */
/**Refine Post Entry Content**/
.post .entry-content a, .post .entry-content a:visited {

}
a,
a:visited {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #196b7c;
    text-decoration: none;
    transition: all 0.2s ease-in-out;

}

a:hover {
    /*color: #151515;*/
    color: #c76000;
    text-decoration: none;
}

.post .entry-content a,
.post .entry-content a:visited {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #196b7c;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.post .entry-content a:hover {
    color: #196b7c;
}


a img {
    border: none;
}

.entry-content a img,
.entry-content a:visited img,
.entry-content a:hover img {
    background-color: transparent;
}


/* Body
------------------------------------------------------------ */

body {
    background-color: #fff; 
	/*background-color: #003E57 !important;*/
}

::-moz-selection {
    background-color: #151515;
    color: #fff;
}

::selection {
    background-color: #151515;
    color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
    margin: 0 auto 0;
}


/* Header
------------------------------------------------------------ */

#header {
    margin: 0px auto;
    min-height: 100%;
    width: 100%;
}

#title-area {
    display: none;
    float: left;
    overflow: hidden;
    padding: 17px 0 0;
    width: 400px;
}

#title {
    font-family: inherit;
    font-size: 50px;
    line-height: 1.25;
    margin: 0;
}

#title a,
#title a:hover {
    color: #333;
    padding: 0 0 0 20px;
    text-decoration: none;
}

#description {
    font-size: 18px;
    padding: 0 0 0 20px;
}

#header .widget-area {
    float: right;
    padding: 25px 20px 0 0;
    width: 510px;
}

#header .wrap {
    margin: auto;
    width: 100%;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
    display: block;
    float: left;
    height: 120px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 400px;
}

.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 / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
#header .menu {
    clear: both;
    font-size: 14px;
    margin: 0 auto;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%;
}

.menu-primary {
    color: #151515;
    max-width: 960px;
}

.menu-secondary {
    color: #fff;
    max-width: 960px;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
    float: left;
    width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
    float: left;
    list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
    display: block;
    padding: 7px 15px 6px;
    position: relative;
    text-decoration: none;
}

.menu-primary a,
#header .menu a {
    color: #151515;
}

.menu-secondary a {
    color: #fff;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a {
    background-color: #fff;
    color: #151515;
}

#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
    background-color: #151515;
    color: #fff;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
    background: none;
    border: 1px solid #ddd;
    border-top: none;
    font-size: 12px;
    padding: 9px 10px 8px;
    position: relative;
    text-transform: none;
    width: 138px;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited {
    background-color: #f5f5f5;
    color: #151515;
}

.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
    background-color: #fff;
    color: #151515;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
    background-color: #151515;
    color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
    height: auto;
    left: -9999px;
    margin: 0 0 0 -1px;
    position: absolute;
    width: 160px;
    z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
    width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
    margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
    left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
    position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
    left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
    padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
    background: url(images/icon-plus.png) no-repeat;
    height: 16px;
    position: absolute;
    right: 8px;
    text-indent: -9999px;
    top: 10px;
    width: 16px;
}

#wpadminbar li:hover ul ul {
    left: 0;
}

#nav .wrap {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

body.home #nav .wrap {
    border-bottom: none;
}

#subnav .wrap {
    background-color: #151515;
    -webkit-box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8); 
    box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8);
}

#subnav {
    margin: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
    float: right;
    padding: 7px 15px 6px;
}

.menu li.right a {
    background: none;
    border: none;
    color: #333;
    display: inline;
    text-decoration: none;
}

.menu li.right a:hover {
    color: #777;
    text-decoration: none;
}

.menu li.search {
    padding: 0 10px;
}

.menu li.rss a {
    background: url(images/rss.png) no-repeat center left;
    margin: 0 0 0 10px;
    padding: 0 0 0 16px;
}

.menu li.twitter a {
    background: url(images/twitter-nav.png) no-repeat center left;
    padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
    margin: 0 auto;
    overflow: hidden;
    padding: 0px;
    max-width: 100%;
}


/* Home Widgets
------------------------------------------------------------ */

.hello-wrap {
    background: #eee;
    -webkit-box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8); 
    box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8);
    padding: 20px 0;
}

.hello-inner {
    font-family: inherit;
    font-size: 24px;
    margin: 0px auto;
    text-align: center;
    width: 960px;
}

.home-left-wrap {
    float: left;
    width: 30%;
}

.home-centre-wrap {
    float: left;
    margin: 0 5%;
    width: 30%;
}

.home-right-wrap {
    float: right;
    width: 30%;
}

.home-left-inner .widget-wrap,
.home-centre-inner .widget-wrap,
.home-right-inner .widget-wrap {
    margin-bottom: 25px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
    background-color: #f5f5f5;
    font-size: 14px;
    font-style: italic;
    margin: -10px 0 30px;
    padding: 5px 10px;
}


/* 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: 750px;*/
}

.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;
    padding: 10px 20px;
    /*width: 410px;*/
}

.content-sidebar #content,
.sidebar-content #content {

    /*width: 580px;*/
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
    float: right;
}

.full-width-content #content {
    /*width: 880px;*/
}

/*.post {
    margin: 0 0 60px;
}*/
.widget {
    margin-bottom: 30px;
}

.entry-content {
    margin-top: 10px;
    overflow: hidden;
    word-wrap: break-word;
}

.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;
}


/* Customization for Read More Link
--------------------------------------------------------- */
.more-link {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #151515;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    margin: 15px 0 15px 0px;
    padding: 2px 7px 2px 7px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    float: right;
}

a.more-link,
a:visited.more-link {
    color: #fff !important;
}

a:hover.more-link {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: #f5f5f5;
    color: #151515 !important;
    transition: all 0.2s ease-in-out;
}

#footer-widgets .more-link {
    background-color: #fff;
    color: #151515;
    text-transform: none;
}

#footer-widgets a.more-link,
#footer-widgets a:visited.more-link {
    color: #151515 !important;
}

#footer-widgets a:hover.more-link {
    background: #151515;
    color: #f5f5f5 !important;
}


/* 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;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    line-height: 1.25;
    margin-bottom: 7px;
}

h1 {
    font-size: 36px;
}

.taxonomy-description h1 {
    margin: 0;
}

h2,
h2 a,
h2 a:visited {
    font-size: 33px;
}

h2 a,
h2 a:visited {
    color: #151515;
    font-family: inherit;
}

h2 a:hover {
    color: #777;
    text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
    font-size: 16px;
    margin: 0 0 5px;
}

h3 {
    font-size: 30px;
    margin-bottom: 7px;
}

h4 {
    font-size: 24px;
}

.taxonomy-description {
    border-bottom: 1px solid #cacaca;
    clear: both;
    font-size: 21px;
    margin-bottom: 6px;
    padding: 0 0 10px 0;
}
.widget-area h4 {
    border-bottom: 1px solid #cacaca;
    clear: both;
    font-size: 20px !important;
    margin-bottom: 6px;
    padding: 0 0 10px 0;
    font-weight:normal;
}
.widget-area h4 a {
    color: #333;
    text-decoration: none;
}

body.home h4 {

    font-size: 24px;
    margin-bottom: 6px;
    padding: 0 0 10px 0;

}

body.home .post h4 {
    border: none;
    font-size: 24px;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
}

#footer-widgets h4 {
    background: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 21px;
    padding: 0;
    text-align: center;
}

h5 {
    font-size: 20px;
}


/* 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: disc;
    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 {
    border-bottom: 1px solid #555;
    font-family: inherit;
    font-size: 16px;
    font-style: italic;
    margin-top: -10px;
    padding: 0 0 5px 55px;
}

.post-info .time,
.post-info .time span {
    color: #fff;
    display: block;
    text-align: center;
    width: 42px;
}

.post-info .time {
    border: 1px solid #151515;
    left: 0px;
    position: absolute;
    top: 3px;
}

.post-info .day {
    background: #f5f5f5;
    color: #151515 !important;
    font-size: 26px;
    height: 29px;
    line-height: 1em;
}

.post-info .month {
    background: #151515;
    height: 18px;
    line-height: 1.33333;
    text-transform: uppercase;
}

#content .post {
    position: relative;
}

#content .post h1 {
    line-height: 1;
    margin-left: 0px;
}

#content .post h2 {
    margin: 0 0 -5px 55px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
    border-top: 1px solid #ddd;
    clear: both;
    font-size: 16px;
    padding: 5px 0 0;
}


/* 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: 49%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
    background: url(images/icon-dot.png) no-repeat left;
    margin: 0 0 0 3px;
    padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img {
    height: auto;
    max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
    border: 1px solid #151515;
    max-width: 99.5%;
}

.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: 0;
}

img.alignleft {
    display: inline;
    margin: 0 15px 10px 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 {
    height: auto;
    padding: 5px;
    text-align: center;
    max-width: 98%;
}

p.wp-caption-text {
    font-size: 14px;
    margin: 5px 0;
}

.wp-smiley,
.wp-wink {
    border: none;
    float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
    font-size: 14px;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
}

.navigation a,
.navigation .disabled,
.navigation a:hover,
.navigation .active a {
    background-color: #151515;
    border: 1px solid #000;
    color: #fff;
    padding: 5px 8px;
}

.navigation a:hover,
.navigation .active a {
    background-color: #f5f5f5;
    color: #151515;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
    background-color: #151515;
    border: 1px solid #000;
    color: #fff;
    padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #f5f5f5;
    color: #151515;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */
.container {
word-wrap: break-word!important;
}
.sidebar {

    padding-top: 20px;

    display: inline;
    float: right;
    font-size: 16px;
    width: 280px;
}

#sidebar-alt {
    float: left;
    width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
    float: left;
}

.content-sidebar-sidebar #sidebar-alt {
    float: right;
}

.sidebar p {
    font-size: inherit;
}

.sidebar .widget {
    background-color: #fff;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
    /*padding: 0 15px; */
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
    border-bottom: 1px solid #ddd;
    list-style-type: none;
   /* margin: 0 0 7px;
    padding: 0 0 5px; */
    word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
    border: none;
    margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
    display: inline;
    margin: 5px 15px 0;
    padding: 3px;
    width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
    clear: both;
    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;
}

#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: #151515;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    line-height: 19px;
    margin: 5px 0 25px 0;
    padding: 5px 7px;
    text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
    background: #fff;
    color: #151515;
    text-decoration: none;
}

#footer-widgets input[type="button"],
#footer-widgets input[type="submit"] {
    background: #fff;
    border: none;
    color: #151515;
    cursor: pointer;
    display: block;
    float: right;
    line-height: 19px;
    margin: 5px 0 25px 0;
    padding: 5px 7px;
    text-decoration: none;
}

#footer-widgets input:hover[type="button"],
#footer-widgets input:hover[type="submit"] {
    background: #151515;
    color: #fff;
    text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
    float: right;
    padding: 12px 0 0;
}

.sidebar .searchform {
    padding: 5px 0 0 15px;
}

.s {
    margin: 5px -7px 0 0;
    padding: 6px 5px;
    width: 180px;
}

#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 {
    -webkit-box-shadow: 0 1px 2px #fff, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8); 
    background: #151515;
    box-shadow: 0 1px 2px #fff, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8);
    clear: both;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

#footer-widgets a,
#footer-widgets a:visited {
    color: #bbb;
}

#footer-widgets a:hover {
    color: #fff;
}

#footer-widgets .wrap {
    margin: 0 auto;
    overflow: hidden;
    width: 960px;
}

#footer-widgets .widget {
    border: none;
    margin: 0 0 15px;
    padding: 10px;
}

#footer-widgets .textwidget {
    padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
    padding: 0;
}

#footer-widgets p {
    color: #fff;
    font-size: inherit;
    margin: 0 0 10px;
}

#footer-widgets ul {
    margin: 0;
}

#footer-widgets ul li {
    margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
    background: none;
}

.footer-widgets-1 {
    float: left;
    margin: 0 30px 0 0;
    width: 300px;
}

.footer-widgets-2 {
    float: left;
    width: 300px;
}

.footer-widgets-3 {
    float: right;
    width: 300px;
}


/* Footer
------------------------------------------------------------ */



#footer .wrap {
    overflow: hidden;
    padding: 10px 15px;
}

#footer p {
    font-size: inherit;
}

#footer a,
#footer a:visited {
    color: #fff!important;
    text-decoration: underline;
}

#footer a:hover {
    color: #777;
    text-decoration: none;
}

#footer .gototop {
    float: left;
    width: 200px;
}

#footer .creds {
    float: right;
    text-align: right;
    width: 650px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
    margin: 0 0 15px;
    overflow: hidden;
}

#author,
#comment,
#email,
#url {
    margin: 10px 5px 0 0;
    padding: 5px;
    width: 100%;
}

#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 {
    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: 16px;
    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;
}

.alt,
.depth-1,
.even {
    background-color: #eee;
    border: 1px solid #eee;
}

.bypostauthor {
    background-color: #fff;
}

/* Jetpack Contact Form
------------------------------------------------------------ */

.contact-form label {
    font-family: inherit;
    font-size: 16px;
    font-weight: normal !important;
}

.contact-form textarea {
    width: 99% !important;
}

.widget-area h4 label {
    font-family: inherit;
    font-size: 21px;
    margin-bottom: 6px;
    padding: 0;
}

#footer-widgets .widget-area h4 label {
    color: #fff;
}


/* Genesis Responsive Slider
------------------------------------------------------------ */

#genesis-responsive-slider {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

#genesis-responsive-slider .slide-image {
    text-align: right;
}

#genesis-responsive-slider>h2 a,
#genesis-responsive-slider>h2 a:visited {
    text-align: center !important;
}

#genesis-responsive-slider .slide-excerpt {
    filter: alpha(opacity=55);
    margin: 0px;
    opacity: 0.55;
    padding: 15px 0 7px;
}

#genesis-responsive-slider .slide-excerpt-border {
    border: none;
    margin: 0;
    padding: 0;
}

#genesis-responsive-slider .flex-direction-nav li .next {
    background: url(images/arrow-right.png) no-repeat bottom;
    bottom: 15px;
    height: 29px;
    right: 0;
    top: 75%;
    width: 29px;
}

#genesis-responsive-slider .flex-direction-nav li .prev {
    background: url(images/arrow-left.png) no-repeat bottom;
    bottom: 15px;
    height: 29px;
    left: 0;
    top: 75%;
    width: 29px;
}

.slide-excerpt {
    bottom: 12% !important;
}

.flex-control-nav {
    float: none !important;
}

html > body .slide-excerpt-border {
    float: none !important;
    text-align: center !important;
}

.flexslider {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8); 
    box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8);
}

.responsive-slider-inner {
    margin: 0 auto;
    width:960px;
}

.flexslider .slides img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.responsive-slider-wrap {
    -webkit-box-shadow: 0 1px 2px #fff, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8); 
    box-shadow: 0 1px 2px #fff, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8);
    background: #151515;
    padding: 30px 0 10px;
}

ol.flex-control-nav li a {	 
    background: url(images/bg_control_nav.png) no-repeat 0 0; 
}

.flex-control-nav li a:hover {
    background-position: 0 -13px !important;
}

.flex-control-nav li a.active {
    background-position: 0 -26px !important; 
    cursor: default;
}


/* Nameless Red
------------------------------------------------------------ */

.nameless-red a,
.nameless-red a:visited {
    color: #990000;
}

.nameless-red a:hover {
    color: #777;
}

.nameless-red .menu-primary a,
#header .menu a {
    color: #151515;
}

.nameless-red .menu-secondary a {
    color: #fff;
}

.nameless-red .post .entry-content a,
.nameless-red .post .entry-content a:visited {
    background-color: #990000;
    color: #fff;
}

.nameless-red .post .entry-content a:hover {
    background-color: #fff;
    color: #990000;
}

.nameless-red ::-moz-selection {
    background-color: #990000;
    color: #fff;
}

.nameless-red ::selection {
    background-color: #990000;
    color: #fff;
}

.nameless-red #header .menu li a:active,
.nameless-red #header .menu li a:hover,
.nameless-red #header .menu .current_page_item a,
.nameless-red #header .menu .current-cat a,
.nameless-red #header .menu .current-menu-item a {
    background-color: #990000;
    color: #fff;
}

.nameless-red .menu-primary li li a:active,
.nameless-red .menu-primary li li a:hover,
.nameless-red .menu-secondary li li a:active,
.nameless-red .menu-secondary li li a:hover,
.nameless-red #header .menu li li a:active,
.nameless-red #header .menu li li a:hover {
    background-color: #990000;
    color: #fff;
}

.nameless-red #subnav .wrap {
    background-color: #990000;
}

.nameless-red blockquote {
    background: url(images/red/blockquote.png) no-repeat;
}

.nameless-red .more-link {
    background-color: #990000;
}

.nameless-red a:hover.more-link {
    color: #990000 !important;
}

.nameless-red #footer-widgets .more-link {
    color: #990000;
}

.nameless-red #footer-widgets a.more-link,
.nameless-red #footer-widgets a:visited.more-link {
    color: #990000 !important;
}

.nameless-red #footer-widgets a:hover.more-link {
    background: #990000;
    color: #f5f5f5 !important;
}

.nameless-red h2 a,
.nameless-red h2 a:visited {
    color: #151515;
}

.nameless-red h2 a:hover {
    color: #990000;
}

.nameless-red .post-info .time {
    border: 1px solid #990000;
}

.nameless-red .post-info .day {
    color: #990000 !important;
}

.nameless-red .post-info .month {
    background: #990000;
}

.nameless-red .navigation a,
.nameless-red .navigation .disabled,
.nameless-red .navigation a:hover,
.nameless-red .navigation .active a {
    background-color: #990000;
}

.nameless-red .navigation a:hover,
.nameless-red .navigation .active a {
    color: #990000;
}

.nameless-red .navigation li a,
.nameless-red .navigation li.disabled,
.nameless-red .navigation li a:hover,
.nameless-red .navigation li.active a {
    background-color: #990000;
}

.nameless-red .navigation li a:hover,
.nameless-red .navigation li.active a {
    color: #990000;
}

.nameless-red input[type="button"],
.nameless-red input[type="submit"] {
    background: #990000;
}
.nameless-red input:hover[type="button"],
.nameless-red input:hover[type="submit"] {
    background: #fff;
}

.nameless-red #footer-widgets {
    background-color: #990000;
}

.nameless-red #footer-widgets input:hover[type="button"],
.nameless-red #footer-widgets input:hover[type="submit"] {
    background: #990000;
}

.nameless-red .responsive-slider-wrap {
    background: #990000;
}

.nameless-red #genesis-responsive-slider .flex-direction-nav li .next {
    background: url(images/red/arrow-right.png) no-repeat bottom;
}

.nameless-red #genesis-responsive-slider .flex-direction-nav li .prev {
    background: url(images/red/arrow-left.png) no-repeat bottom;
}

.nameless-red .flex-control-nav li a {	 
    background: url(images/red/bg_control_nav.png) no-repeat 0 0; 
}


/* Nameless Orange
------------------------------------------------------------ */

.nameless-orange a,
.nameless-orange a:visited {
    color: #dc5a24;
}

.nameless-orange a:hover {
    color: #777;
}

.nameless-orange .menu-primary a,
#header .menu a {
    color: #151515;
}

.nameless-orange .menu-secondary a {
    color: #fff;
}

.nameless-orange .post .entry-content a,
.nameless-orange .post .entry-content a:visited {
    background-color: #dc5a24;
    color: #fff;
}

.nameless-orange .post .entry-content a:hover {
    background-color: #fff;
    color: #dc5a24;
}

.nameless-orange ::-moz-selection {
    background-color: #dc5a24;
    color: #fff;
}

.nameless-orange ::selection {
    background-color: #dc5a24;
    color: #fff;
}

.nameless-orange #header .menu li a:active,
.nameless-orange #header .menu li a:hover,
.nameless-orange #header .menu .current_page_item a,
.nameless-orange #header .menu .current-cat a,
.nameless-orange #header .menu .current-menu-item a {
    background-color: #dc5a24;
    color: #fff;
}

.nameless-orange .menu-primary li li a:active,
.nameless-orange .menu-primary li li a:hover,
.nameless-orange .menu-secondary li li a:active,
.nameless-orange .menu-secondary li li a:hover,
.nameless-orange #header .menu li li a:active,
.nameless-orange #header .menu li li a:hover {
    background-color: #dc5a24;
    color: #fff;
}

.nameless-orange #subnav .wrap {
    background-color: #dc5a24;
}

.nameless-orange blockquote {
    background: url(images/orange/blockquote.png) no-repeat;
}

.nameless-orange .more-link {
    background-color: #dc5a24;
}

.nameless-orange a:hover.more-link {
    color: #dc5a24 !important;
}

.nameless-orange #footer-widgets .more-link {
    color: #dc5a24;
}

.nameless-orange #footer-widgets a.more-link,
.nameless-orange #footer-widgets a:visited.more-link {
    color: #dc5a24 !important;
}

.nameless-orange #footer-widgets a:hover.more-link {
    background: #dc5a24;
    color: #f5f5f5 !important;
}

.nameless-orange h2 a,
.nameless-orange h2 a:visited {
    color: #151515;
}

.nameless-orange h2 a:hover {
    color: #dc5a24;
}

.nameless-orange .post-info .time {
    border: 1px solid #dc5a24;
}

.nameless-orange .post-info .day {
    color: #dc5a24 !important;
}

.nameless-orange .post-info .month {
    background: #dc5a24;
}

.nameless-orange .navigation a,
.nameless-orange .navigation .disabled,
.nameless-orange .navigation a:hover,
.nameless-orange .navigation .active a {
    background-color: #dc5a24;
}

.nameless-orange .navigation a:hover,
.nameless-orange .navigation .active a {
    color: #dc5a24;
}

.nameless-orange .navigation li a,
.nameless-orange .navigation li.disabled,
.nameless-orange .navigation li a:hover,
.nameless-orange .navigation li.active a {
    background-color: #dc5a24;
}

.nameless-orange .navigation li a:hover,
.nameless-orange .navigation li.active a {
    color: #dc5a24;
}

.nameless-orange input[type="button"],
.nameless-orange input[type="submit"] {
    background: #dc5a24;
}
.nameless-orange input:hover[type="button"],
.nameless-orange input:hover[type="submit"] {
    background: #fff;
}

.nameless-orange #footer-widgets {
    background-color: #dc5a24;
}

.nameless-orange #footer-widgets input:hover[type="button"],
.nameless-orange #footer-widgets input:hover[type="submit"] {
    background: #dc5a24;
}

.nameless-orange .responsive-slider-wrap {
    background: #dc5a24;
}

.nameless-orange #genesis-responsive-slider .flex-direction-nav li .next {
    background: url(images/orange/arrow-right.png) no-repeat bottom;
}

.nameless-orange #genesis-responsive-slider .flex-direction-nav li .prev {
    background: url(images/orange/arrow-left.png) no-repeat bottom;
}

.nameless-orange .flex-control-nav li a {	 
    background: url(images/orange/bg_control_nav.png) no-repeat 0 0; 
}


/* Nameless Yellow
------------------------------------------------------------ */

.nameless-yellow a,
.nameless-yellow a:visited {
    color: #d7ad0d;
}

.nameless-yellow a:hover {
    color: #777;
}

.nameless-yellow .menu-primary a,
#header .menu a {
    color: #151515;
}

.nameless-yellow .menu-secondary a {
    color: #fff;
}

.nameless-yellow .post .entry-content a,
.nameless-yellow .post .entry-content a:visited {
    background-color: #eec21b;
    color: #fff;
}

.nameless-yellow .post .entry-content a:hover {
    background-color: #fff;
    color: #eec21b;
}

.nameless-yellow ::-moz-selection {
    background-color: #eec21b;
    color: #fff;
}

.nameless-yellow ::selection {
    background-color: #eec21b;
    color: #fff;
}

.nameless-yellow #header .menu li a:active,
.nameless-yellow #header .menu li a:hover,
.nameless-yellow #header .menu .current_page_item a,
.nameless-yellow #header .menu .current-cat a,
.nameless-yellow #header .menu .current-menu-item a {
    background-color: #eec21b;
    color: #fff;
}

.nameless-yellow .menu-primary li li a:active,
.nameless-yellow .menu-primary li li a:hover,
.nameless-yellow .menu-secondary li li a:active,
.nameless-yellow .menu-secondary li li a:hover,
.nameless-yellow #header .menu li li a:active,
.nameless-yellow #header .menu li li a:hover {
    background-color: #eec21b;
    color: #fff;
}

.nameless-yellow #subnav .wrap {
    background-color: #eec21b;
}

.nameless-yellow blockquote {
    background: url(images/yellow/blockquote.png) no-repeat;
}

.nameless-yellow .more-link {
    background-color: #eec21b;
}

.nameless-yellow a:hover.more-link {
    color: #eec21b !important;
}

.nameless-yellow #footer-widgets a,
.nameless-yellow #footer-widgets a:visited {
    color: #777;
}

.nameless-yellow #footer-widgets a:hover {
    color: #fff;
}

.nameless-yellow #footer-widgets .more-link {
    color: #eec21b;
}

.nameless-yellow #footer-widgets a.more-link,
.nameless-yellow #footer-widgets a:visited.more-link {
    color: #eec21b !important;
}

.nameless-yellow #footer-widgets a:hover.more-link {
    background: #eec21b;
    color: #f5f5f5 !important;
}

.nameless-yellow h2 a,
.nameless-yellow h2 a:visited {
    color: #151515;
}

.nameless-yellow h2 a:hover {
    color: #eec21b;
}

.nameless-yellow .post-info .time {
    border: 1px solid #eec21b;
}

.nameless-yellow .post-info .day {
    color: #eec21b !important;
}

.nameless-yellow .post-info .month {
    background: #eec21b;
}

.nameless-yellow .navigation a,
.nameless-yellow .navigation .disabled,
.nameless-yellow .navigation a:hover,
.nameless-yellow .navigation .active a {
    background-color: #eec21b;
}

.nameless-yellow .navigation a:hover,
.nameless-yellow .navigation .active a {
    color: #eec21b;
}

.nameless-yellow .navigation li a,
.nameless-yellow .navigation li.disabled,
.nameless-yellow .navigation li a:hover,
.nameless-yellow .navigation li.active a {
    background-color: #eec21b;
}

.nameless-yellow .navigation li a:hover,
.nameless-yellow .navigation li.active a {
    color: #eec21b;
}

.nameless-yellow input[type="button"],
.nameless-yellow input[type="submit"] {
    background: #eec21b;
}
.nameless-yellow input:hover[type="button"],
.nameless-yellow input:hover[type="submit"] {
    background: #fff;
}

.nameless-yellow #footer-widgets {
    background-color: #eec21b;
}

.nameless-yellow #footer-widgets input:hover[type="button"],
.nameless-yellow #footer-widgets input:hover[type="submit"] {
    background: #eec21b;
}

.nameless-yellow .responsive-slider-wrap {
    background: #eec21b;
}

.nameless-yellow #genesis-responsive-slider .flex-direction-nav li .next {
    background: url(images/yellow/arrow-right.png) no-repeat bottom;
}

.nameless-yellow #genesis-responsive-slider .flex-direction-nav li .prev {
    background: url(images/yellow/arrow-left.png) no-repeat bottom;
}

.nameless-yellow .flex-control-nav li a {	 
    background: url(images/yellow/bg_control_nav.png) no-repeat 0 0; 
}


/* Nameless Green
------------------------------------------------------------ */

.nameless-green a,
.nameless-green a:visited {
    color: #93cd03;
}

.nameless-green a:hover {
    color: #777;
}

.nameless-green .menu-primary a,
#header .menu a {
    color: #151515;
}

.nameless-green .menu-secondary a {
    color: #fff;
}

.nameless-green .post .entry-content a,
.nameless-green .post .entry-content a:visited {
    background-color: #93cd03;
    color: #fff;
}

.nameless-green .post .entry-content a:hover {
    background-color: #fff;
    color: #93cd03;
}

.nameless-green ::-moz-selection {
    background-color: #93cd03;
    color: #fff;
}

.nameless-green ::selection {
    background-color: #93cd03;
    color: #fff;
}

.nameless-green #header .menu li a:active,
.nameless-green #header .menu li a:hover,
.nameless-green #header .menu .current_page_item a,
.nameless-green #header .menu .current-cat a,
.nameless-green #header .menu .current-menu-item a {
    background-color: #93cd03;
    color: #fff;
}

.nameless-green .menu-primary li li a:active,
.nameless-green .menu-primary li li a:hover,
.nameless-green .menu-secondary li li a:active,
.nameless-green .menu-secondary li li a:hover,
.nameless-green #header .menu li li a:active,
.nameless-green #header .menu li li a:hover {
    background-color: #93cd03;
    color: #fff;
}

.nameless-green #subnav .wrap {
    background-color: #93cd03;
}

.nameless-green blockquote {
    background: url(images/green/blockquote.png) no-repeat;
}

.nameless-green .more-link {
    background-color: #93cd03;
}

.nameless-green a:hover.more-link {
    color: #93cd03 !important;
}

.nameless-green #footer-widgets a,
.nameless-green #footer-widgets a:visited {
    color: #777;
}

.nameless-green #footer-widgets a:hover {
    color: #fff;
}

.nameless-green #footer-widgets .more-link {
    color: #93cd03;
}

.nameless-green #footer-widgets a.more-link,
.nameless-green #footer-widgets a:visited.more-link {
    color: #93cd03 !important;
}

.nameless-green #footer-widgets a:hover.more-link {
    background: #93cd03;
    color: #f5f5f5 !important;
}

.nameless-green h2 a,
.nameless-green h2 a:visited {
    color: #151515;
}

.nameless-green h2 a:hover {
    color: #93cd03;
}


.nameless-green .post-info .time {
    border: 1px solid #93cd03;
}

.nameless-green .post-info .day {
    color: #93cd03 !important;
}

.nameless-green .post-info .month {
    background: #93cd03;
}

.nameless-green .navigation a,
.nameless-green .navigation .disabled,
.nameless-green .navigation a:hover,
.nameless-green .navigation .active a {
    background-color: #93cd03;
}

.nameless-green .navigation a:hover,
.nameless-green .navigation .active a {
    color: #93cd03;
}

.nameless-green .navigation li a,
.nameless-green .navigation li.disabled,
.nameless-green .navigation li a:hover,
.nameless-green .navigation li.active a {
    background-color: #93cd03;
}

.nameless-green .navigation li a:hover,
.nameless-green .navigation li.active a {
    color: #93cd03;
}

.nameless-green input[type="button"],
.nameless-green input[type="submit"] {
    background: #93cd03;
}
.nameless-green input:hover[type="button"],
.nameless-green input:hover[type="submit"] {
    background: #fff;
}

.nameless-green #footer-widgets {
    background-color: #93cd03;
}

.nameless-green #footer-widgets input:hover[type="button"],
.nameless-green #footer-widgets input:hover[type="submit"] {
    background: #93cd03;
}

.nameless-green #genesis-responsive-slider .flex-direction-nav li .next {
    background: url(images/green/arrow-right.png) no-repeat bottom;
}

.nameless-green #genesis-responsive-slider .flex-direction-nav li .prev {
    background: url(images/green/arrow-left.png) no-repeat bottom;
}

.nameless-green .responsive-slider-wrap {
    background: #93cd03;
}

.nameless-green .flex-control-nav li a {	 
    background: url(images/green/bg_control_nav.png) no-repeat 0 0; 
}


/* Nameless Blue
------------------------------------------------------------ */

.nameless-blue a,
.nameless-blue a:visited {
    color: #238fb1;
}

.nameless-blue a:hover {
    color: #777;
}

.nameless-blue .menu-primary a,
#header .menu a {
    color: #151515;
}

.nameless-blue .menu-secondary a {
    color: #fff;
}

.nameless-blue .post .entry-content a,
.nameless-blue .post .entry-content a:visited {
    background-color: #238fb1;
    color: #fff;
}

.nameless-blue .post .entry-content a:hover {
    background-color: #fff;
    color: #238fb1;
}

.nameless-blue ::-moz-selection {
    background-color: #238fb1;
    color: #fff;
}

.nameless-blue ::selection {
    background-color: #238fb1;
    color: #fff;
}

.nameless-blue #header .menu li a:active,
.nameless-blue #header .menu li a:hover,
.nameless-blue #header .menu .current_page_item a,
.nameless-blue #header .menu .current-cat a,
.nameless-blue #header .menu .current-menu-item a {
    background-color: #238fb1;
    color: #fff;
}

.nameless-blue .menu-primary li li a:active,
.nameless-blue .menu-primary li li a:hover,
.nameless-blue .menu-secondary li li a:active,
.nameless-blue .menu-secondary li li a:hover,
.nameless-blue #header .menu li li a:active,
.nameless-blue #header .menu li li a:hover {
    background-color: #238fb1;
    color: #fff;
}

.nameless-blue #subnav .wrap {
    background-color: #238fb1;
}

.nameless-blue blockquote {
    background: url(images/blue/blockquote.png) no-repeat;
}

.nameless-blue .more-link {
    background-color: #238fb1;
}

.nameless-blue a:hover.more-link {
    color: #238fb1 !important;
}

.nameless-blue #footer-widgets .more-link {
    color: #238fb1;
}

.nameless-blue #footer-widgets a.more-link,
.nameless-blue #footer-widgets a:visited.more-link {
    color: #238fb1 !important;
}

.nameless-blue #footer-widgets a:hover.more-link {
    background: #238fb1;
    color: #f5f5f5 !important;
}

.nameless-blue h2 a,
.nameless-blue h2 a:visited {
    color: #151515;
}

.nameless-blue h2 a:hover {
    color: #238fb1;
}

.nameless-blue .post-info .time {
    border: 1px solid #238fb1;
}

.nameless-blue .post-info .day {
    color: #238fb1 !important;
}

.nameless-blue .post-info .month {
    background: #238fb1;
}

.nameless-blue .navigation a,
.nameless-blue .navigation .disabled,
.nameless-blue .navigation a:hover,
.nameless-blue .navigation .active a {
    background-color: #238fb1;
}

.nameless-blue .navigation a:hover,
.nameless-blue .navigation .active a {
    color: #238fb1;
}

.nameless-blue .navigation li a,
.nameless-blue .navigation li.disabled,
.nameless-blue .navigation li a:hover,
.nameless-blue .navigation li.active a {
    background-color: #238fb1;
}

.nameless-blue .navigation li a:hover,
.nameless-blue .navigation li.active a {
    color: #238fb1;
}

.nameless-blue input[type="button"],
.nameless-blue input[type="submit"] {
    background: #238fb1;
}
.nameless-blue input:hover[type="button"],
.nameless-blue input:hover[type="submit"] {
    background: #fff;
}

.nameless-blue #footer-widgets {
    background-color: #238fb1;
}

.nameless-blue #footer-widgets input:hover[type="button"],
.nameless-blue #footer-widgets input:hover[type="submit"] {
    background: #238fb1;
}

.nameless-blue .responsive-slider-wrap {
    background: #238fb1;
}

.nameless-blue #genesis-responsive-slider .flex-direction-nav li .next {
    background: url(images/blue/arrow-right.png) no-repeat bottom;
}

.nameless-blue #genesis-responsive-slider .flex-direction-nav li .prev {
    background: url(images/blue/arrow-left.png) no-repeat bottom;
}

.nameless-blue .flex-control-nav li a {	 
    background: url(images/blue/bg_control_nav.png) no-repeat 0 0; 
}


/* Nameless Violet
------------------------------------------------------------ */

.nameless-violet a,
.nameless-violet a:visited {
    color: #750d5b;
}

.nameless-violet a:hover {
    color: #777;
}

.nameless-violet .menu-primary a,
#header .menu a {
    color: #151515;
}

.nameless-violet .menu-secondary a {
    color: #fff;
}

.nameless-violet .post .entry-content a,
.nameless-violet .post .entry-content a:visited {
    background-color: #750d5b;
    color: #fff;
}

.nameless-violet .post .entry-content a:hover {
    background-color: #fff;
    color: #750d5b;
}

.nameless-violet ::-moz-selection {
    background-color: #750d5b;
    color: #fff;
}

.nameless-violet ::selection {
    background-color: #750d5b;
    color: #fff;
}

.nameless-violet #header .menu li a:active,
.nameless-violet #header .menu li a:hover,
.nameless-violet #header .menu .current_page_item a,
.nameless-violet #header .menu .current-cat a,
.nameless-violet #header .menu .current-menu-item a {
    background-color: #750d5b;
    color: #fff;
}

.nameless-violet .menu-primary li li a:active,
.nameless-violet .menu-primary li li a:hover,
.nameless-violet .menu-secondary li li a:active,
.nameless-violet .menu-secondary li li a:hover,
.nameless-violet #header .menu li li a:active,
.nameless-violet #header .menu li li a:hover {
    background-color: #750d5b;
    color: #fff;
}

.nameless-violet #subnav .wrap {
    background-color: #750d5b;
}

.nameless-violet blockquote {
    background: url(images/violet/blockquote.png) no-repeat;
}

.nameless-violet .more-link {
    background-color: #750d5b;
}

.nameless-violet a:hover.more-link {
    color: #750d5b !important;
}

.nameless-violet #footer-widgets .more-link {
    color: #750d5b;
}

.nameless-violet #footer-widgets a.more-link,
.nameless-violet #footer-widgets a:visited.more-link {
    color: #750d5b !important;
}

.nameless-violet #footer-widgets a:hover.more-link {
    background: #750d5b;
    color: #f5f5f5 !important;
}

.nameless-violet h2 a,
.nameless-violet h2 a:visited {
    color: #151515;
}

.nameless-violet h2 a:hover {
    color: #750d5b;
}

.nameless-violet .post-info .time {
    border: 1px solid #750d5b;
}

.nameless-violet .post-info .day {
    color: #750d5b !important;
}

.nameless-violet .post-info .month {
    background: #750d5b;
}

.nameless-violet .navigation a,
.nameless-violet .navigation .disabled,
.nameless-violet .navigation a:hover,
.nameless-violet .navigation .active a {
    background-color: #750d5b;
}

.nameless-violet .navigation a:hover,
.nameless-violet .navigation .active a {
    color: #750d5b;
}

.nameless-violet .navigation li a,
.nameless-violet .navigation li.disabled,
.nameless-violet .navigation li a:hover,
.nameless-violet .navigation li.active a {
    background-color: #750d5b;
}

.nameless-violet .navigation li a:hover,
.nameless-violet .navigation li.active a {
    color: #750d5b;
}

.nameless-violet input[type="button"],
.nameless-violet input[type="submit"] {
    background: #750d5b;
}
.nameless-violet input:hover[type="button"],
.nameless-violet input:hover[type="submit"] {
    background: #fff;
}

.nameless-violet #footer-widgets {
    background-color: #750d5b;
}

.nameless-violet #footer-widgets input:hover[type="button"],
.nameless-violet #footer-widgets input:hover[type="submit"] {
    background: #750d5b;
}

.nameless-violet .responsive-slider-wrap {
    background: #750d5b;
}

.nameless-violet #genesis-responsive-slider .flex-direction-nav li .next {
    background: url(images/violet/arrow-right.png) no-repeat bottom;
}

.nameless-violet #genesis-responsive-slider .flex-direction-nav li .prev {
    background: url(images/violet/arrow-left.png) no-repeat bottom;
}

.nameless-violet .flex-control-nav li a {	 
    background: url(images/violet/bg_control_nav.png) no-repeat 0 0; 
}


/* Nameless Pink
------------------------------------------------------------ */

.nameless-pink a,
.nameless-pink a:visited {
    color: #ff6699;
}

.nameless-pink a:hover {
    color: #777;
}

.nameless-pink .menu-primary a,
#header .menu a {
    color: #151515;
}

.nameless-pink .menu-secondary a {
    color: #fff;
}

.nameless-pink .post .entry-content a,
.nameless-pink .post .entry-content a:visited {
    background-color: #ff6699;
    color: #fff;
}

.nameless-pink .post .entry-content a:hover {
    background-color: #fff;
    color: #ff6699;
}

.nameless-pink ::-moz-selection {
    background-color: #ff6699;
    color: #fff;
}

.nameless-pink ::selection {
    background-color: #ff6699;
    color: #fff;
}

.nameless-pink #header .menu li a:active,
.nameless-pink #header .menu li a:hover,
.nameless-pink #header .menu .current_page_item a,
.nameless-pink #header .menu .current-cat a,
.nameless-pink #header .menu .current-menu-item a {
    background-color: #ff6699;
    color: #fff;
}

.nameless-pink .menu-primary li li a:active,
.nameless-pink .menu-primary li li a:hover,
.nameless-pink .menu-secondary li li a:active,
.nameless-pink .menu-secondary li li a:hover,
.nameless-pink #header .menu li li a:active,
.nameless-pink #header .menu li li a:hover {
    background-color: #ff6699;
    color: #fff;
}

.nameless-pink #subnav .wrap {
    background-color: #ff6699;
}

.nameless-pink blockquote {
    background: url(images/pink/blockquote.png) no-repeat;
}

.nameless-pink .more-link {
    background-color: #ff6699;
}

.nameless-pink a:hover.more-link {
    color: #ff6699 !important;
}

.nameless-pink #footer-widgets a,
.nameless-pink #footer-widgets a:visited {
    color: #ddd;
}

.nameless-pink #footer-widgets a:hover {
    color: #fff;
}

.nameless-pink #footer-widgets .more-link {
    color: #ff6699;
}

.nameless-pink #footer-widgets a.more-link,
.nameless-pink #footer-widgets a:visited.more-link {
    color: #ff6699 !important;
}

.nameless-pink #footer-widgets a:hover.more-link {
    background: #ff6699;
    color: #f5f5f5 !important;
}

.nameless-pink h2 a,
.nameless-pink h2 a:visited {
    color: #151515;
}

.nameless-pink h2 a:hover {
    color: #ff6699;
}

.nameless-pink .post-info .time {
    border: 1px solid #ff6699;
}

.nameless-pink .post-info .day {
    color: #ff6699 !important;
}

.nameless-pink .post-info .month {
    background: #ff6699;
}

.nameless-pink .navigation a,
.nameless-pink .navigation .disabled,
.nameless-pink .navigation a:hover,
.nameless-pink .navigation .active a {
    background-color: #ff6699;
}

.nameless-pink .navigation a:hover,
.nameless-pink .navigation .active a {
    color: #ff6699;
}

.nameless-pink .navigation li a,
.nameless-pink .navigation li.disabled,
.nameless-pink .navigation li a:hover,
.nameless-pink .navigation li.active a {
    background-color: #ff6699;
}

.nameless-pink .navigation li a:hover,
.nameless-pink .navigation li.active a {
    color: #ff6699;
}

.nameless-pink input[type="button"],
.nameless-pink input[type="submit"] {
    background: #ff6699;
}
.nameless-pink input:hover[type="button"],
.nameless-pink input:hover[type="submit"] {
    background: #fff;
}

.nameless-pink #footer-widgets {
    background-color: #ff6699;
}

.nameless-pink #footer-widgets input:hover[type="button"],
.nameless-pink #footer-widgets input:hover[type="submit"] {
    background: #ff6699;
}

.nameless-pink .responsive-slider-wrap {
    background: #ff6699;
}

.nameless-pink #genesis-responsive-slider .flex-direction-nav li .next {
    background: url(images/pink/arrow-right.png) no-repeat bottom;
}

.nameless-pink #genesis-responsive-slider .flex-direction-nav li .prev {
    background: url(images/pink/arrow-left.png) no-repeat bottom;
}

.nameless-pink .flex-control-nav li a {	 
    background: url(images/pink/bg_control_nav.png) no-repeat 0 0; 
}


/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 960px) {

    .home-left-wrap,
    .home-centre-wrap,
    .home-right-wrap {
        width: 30%;
    }

    .home-centre-wrap {
        margin: 0 5%;
    }


    .menu-primary {
        width:100%;
    }

    #subnav {
        width: 100%;
    }

    .hello-inner {
        padding: 0 2%;
        width: 96%;
    }

    .responsive-slider-inner {
        width: 100%;
    }

    #header .wrap {
        width: 100%;
    }

    body {
        width: 100%;
        margin: 0 auto;
    }

    .archive-page,
    .content-sidebar #content,
    .content-sidebar-sidebar #content,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .full-width-content #content,
    .sidebar,
    .sidebar-content #content,
    .sidebar-content-sidebar #content,
    .sidebar-sidebar-content #content,
    #content-sidebar-wrap,
    #footer .creds,
    #footer .gototop,
    #footer-widgets .wrap,
    #header .widget-area,
    #sidebar-alt,
    #title-area,
    #wrap {
        width: 100%;
    }

    #wrap {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
    }

    #description,
    #footer .creds,
    #footer .gototop,
    #title,
    #title-area {
        float: none;
        text-align: center;
    }

    #title-area {
        padding: 10px 0;
    }

    #description,
    #title a,
    #title a:hover {
        padding: 0;
    }

    #header .widget-area {
        padding: 0 0 10px;
    }

    #header .searchform {
        float: none;
        padding: 0;
        text-align: center;
    }

    #header .s {
        margin: 0 -7px 0 0;
    }

    .menu li.right {
        display: none;
    }

    #inner {
        padding: 0px 0 0;
    }

    .breadcrumb,
    .navigation,
    .sidebar .widget,
    .taxonomy-description {
        margin: 0 20px 20px;
    }

    #content {
        padding: 0;
    }

    .page .page,
    .post,
    #comments,
    #respond {
        padding: 0 20px;
    }

    .author-box {
        margin: 0 20px 40px;
    }

    #footer-widgets .widget {
        padding: 20px 20px 0;
    }

    #footer-widgets .wrap {
        padding: 0;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        margin: 0;
    }

    .post-info .time {
        left: 20px;
    }

}

@media only screen and (max-width: 600px) {

    .hello-inner {
        padding: 0 5%;
        width: 90%;
    }


    .menu-primary,
    .menu-secondary,
    #header ul.menu,
    #header .widget-area {
        width: 100%;
    }


    .menu-primary,
    .menu-secondary,
    #description {
        float: none;
        text-align: center;
    }

    .menu-primary li,
    .menu-secondary li,
    #header ul.menu li {
        display: inline-block;
        float: none;
    }

    .menu li.right {
        display: none;
    }

    .menu li li {
        text-align: left;
    }

    .home-left-wrap,
    .home-centre-wrap,
    .home-right-wrap {
        float: left;
        margin: 0 2%;
        width: 96%;
    }

    .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 {
        padding: 0;
        width: 100%;
    }

}
#btn-save{
    float: right;
}
.photoscontainer {
    padding: 20px 10px 30px;
}
.photo-widget-title{
	color:#003E57 !important;
	font-size:20px !important;
	font-weight:normal;
}
.photo-sidebar-widget .sidelinks a{
	font-size:16px!important;
}
@media(max-width:480px){
    .sidebar section:not(:nth-child(3)){display:none;}
}
.quicktags-toolbar{min-height: 38px !important;}
div.bbp-submit-wrapper{
    margin-bottom: 15px;
}
#buddypress .standard-form div.submit {
    clear: both;
    padding: 30px 0 0;
}
#buddypress .standard-form div.submit input {
    margin-right: 0px !important;
}
#buddypress .field-visibility-settings, #buddypress .field-visibility-settings-notoggle, #buddypress .field-visibility-settings-toggle{
     padding: 5px 0px;
 }
 #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta{
     font-size: 13px !important;
 }
 #buddypress ul.item-list li div.item-title, #buddypress ul.item-list li h3, #buddypress ul.item-list li h4{
     font-size:100% !important;
 }
 #buddypress div.pagination .pag-count, #buddypress div.pagination{
     font-size:16px !important;
 }
 #buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span{
     padding:5px 25px !important;
 }
 #bbp-search-form{top:-88px !important;}

li.bbp-body ul.forum, li.bbp-body ul.topic {
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 8px;
	width:100%;
}

#bbp-user-topics-started ul.bbp-topics{
    font-size: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 20px;
    clear: both;
}

#bbp-user-topics-started li.bbp-header, #bbp-user-topics-started li.bbp-footer {   
    border-top: 1px solid #eee;
    font-weight: bold;   
    text-align: center;
}

#bbp-user-topics-started li.bbp-header ul {
    overflow: hidden;
}

#bbp-user-topics-started li.bbp-header {
    background-color: #99CC33!important;
    padding: 5px 15px!important;
    font-size: 16px;   
    color: #fff;
	clear: both;
}

#bbp-user-topics-started li.bbp-header>.forum-titles > li {
    font-size: 18px!important;
    font-weight: normal!important;
}

#bbp-user-topics-started li.bbp-footer {
    background: #f3f3f3;
    border-top: 1px solid #eee;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}

#bbp-user-topics-started ul{
    background: none;
    background-color: rgba(0, 0, 0, 0);
    list-style: none;
    margin: 0;
    padding: 0px;
}

#bbp-user-topics-started ul.topic{
    background: none;
    background-color: rgba(0, 0, 0, 0);
    list-style: none;
    margin: 0;
    padding: 8px;
}

#bbp-user-topics-started .bbp-forum-info .bbp-forum-content, 
#bbp-user-topics-started p.bbp-topic-meta{
	margin: 5px 0 5px;
	padding: 0;
	word-wrap: break-word;
}

li.bbp-body ul.sticky {
    background-color: #f5f5f5;
    margin: 0px;
    padding: 20px;
}

@media only screen and (max-width: 440px){
	li.bbp-body ul.topic {
		padding: 20px 15px 15px 15px !important;
	}
}
.bbp-forum-title{font-size:16px!important;}
.bbp-forums li a{color:#0275D8!important}

/*li.bbp-forum-info, li.bbp-topic-title a{color: #0275D8 !important;font-size: 16px !important;}*/
#rtMedia-upload-button{
	left: -64%!important;
	top: -17%!important;
}

.rtmedia-gallery-item-actions a:first-child {
 	display:none!important;
} 

.rtmedia-item-thumbnail{
	max-height:180px!important;
	height:180px!important;
	padding:5px;
}

.rtmedia-item-thumbnail img{
	display: block!important;
	width: 100%!important;
	height: auto!important;
}
.bbp-author-name {
    font-weight: 400;
}

span.bbp-admin-links a {
    color:#333333 !important;
    font-size:12px !important;
}

.rtmedia-activity-container .media-type-photo .rtmedia-item-thumbnail, .rtmedia-activity-container .media-type-photo .rtmedia-item-thumbnail img{
    width:auto !important;
}

.profile .bp-widget.profile .field_5, .profile .bp-widget.profile .field_6  {
    display:none;
}

.aftersigninNavcontainer a[title="logout"] {
    position: relative;
    top: 27px; 
}

#store-mobile-menu .el-element a {
    display: block;
}

#store-mobile-menu .el-element a:focus {
   background-color:orange;
}

.page-id-462 .content-sidebar-wrap .col-lg-9 {
    max-width: 100%;
}

.page-id-462 .content-sidebar-wrap .sidebar {
    display:none !important;
}

#create-forum-button {
    position: relative;
    background-color: #003E57;
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    line-height: 1em;
    font-size: 14px;
    margin:25px 0;
}

#create-topic-button {
    position: relative;
    background-color: #003E57;
    color: #fff;
    padding: 10px;
    display: block;
    border-radius: 5px;
    line-height: 1em;
    font-size: 14px;
    margin:25px 0;
    max-width: 100px;
    float:left;
}

.bp-user.my-activity #item-buttons #post-mention {
    display:none;
}

@media(max-width:1045px) {
    .page-id-462 .content-sidebar-wrap .col-lg-9 {
        display:none !important;
    }
}

@media(max-width:770px) {
    .customProfileSubTabs {
        height:auto;
    }
    .customProfileSubTabs #nav-tabs-wrapper {
        display:block;
        width:100%;
    }
}

@media(max-width:500px) {
    #footer-social-nav ul {
        /* display:block !important; */
    }

    #footer-social-nav ul li.marginlr20 {
        margin:0 10px 15px !important;
    }
}

@media(max-width:480px) {
    .bbp-author-avatar {
        display:block !important;
    }
}

#profile-edit-form h2, #profile-edit-form .button-nav {
    display:none;
}

#data-personal-li {
    display:none;
}

input, select {
    outline: none;
}

#bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select {
    min-height:45px !important;
    height:45px !important;
}

#b3p_forum_signature #b3p_signature {
    padding:10px !important;
}

.bbp-reply-content p {
    margin:0 0 15px 0;
    font-weight: 400;
}

.esg-layout-even .esg-entry-media img {
    display:block !important;
}