.green_cats_list {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}

.green_cats_list ul {
    display: inline-flex;
    justify-content: space-evenly;
    width: 100%;
    text-align: center;
    background-color: #117d68;
    margin: 10px 0px;
    position: relative;
    flex-wrap: wrap;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.green_cats_list ul > li{
    display: inline-block;
    margin: 0px;
}

.blog_post_wrapper h4{font-weight:bold !important;margin-top:0px !important; font-size:18px !important;font-family: bsorg_demi !important;}

.green_cats_list ul > li > a{
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #149279;
    color: #fff;
    font-family: bsorg;
    font-size: 14px;
    text-align: center;
    text-decoration: none !important;
    margin: 10px 5px;
    width: 90px;
    line-height: 15px;
    height: 40px;
    vertical-align: top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-box-shadow: 0px 4px 4px -4px #232323,inset 0 3px 6px -4px #fff;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 4px 4px -4px #232323,inset 0 3px 6px -4px #fff;  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 4px 4px -4px #232323,inset 0 3px 6px -4px #fff;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.green_cats_list ul > li > a:hover,.green_cats_list ul > li > a.active{
    background-color: #0b4e41;
    color: #f1c40f;
}

.cats_sub_menu {
    display: none;
    background-color: transparent;
    position: absolute;
    top: 70px;
    margin: auto;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.green_cats_list > .cats_sub_menu ul{
    background-color: transparent;
    justify-content: start;
    align-items: flex-end;
    flex-direction: column;
    margin: 0px;
}

.green_cats_list > .cats_sub_menu ul > li{
    display: inline-block;
    background-color: #23b99c;
    min-width: 155px;
    text-align: center;
}

.green_cats_list > .cats_sub_menu ul > li:nth-last-of-type(1) {padding-bottom: 10px; }

.green_cats_list > .cats_sub_menu ul > li > a{
    width: calc(100% - 15px);
    margin: 2px 0px;
}

.bluebox {
    border: 1px solid #e9dec8;
    padding: 5px 0px;
    background-color: #fff3db;
    position: relative;
}

.slick-initialized .slick-slide{position: relative;}

.slide {
    font-size: 0;
}

.slidetxt {
    background-color: rgba(58, 10, 25, 0.88);
    display: inline-block;
    font-size: 15px;
    height: 290px;
    border-top: solid 4px #edb419;
    padding-left: 30px;
    padding-top: 29px;
    vertical-align: top;
    width: 60%;
    padding-right: 50px;
    position: absolute;
    top: 20px;
    left: 0px;
}

.slidetxt > p {
    color: #bdbdbd;
}

.title {
    color: white;
    font-family: bsorg_bold;
    font-size: 32px;
    line-height: 32px;
}

.author {
    color: #777777;
    font-size: 13px;
    font-style: italic;
    padding-bottom: 10px;
    padding-top: 10px;
}


.readmore {
    border: 1px solid #edb419;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

.author_avatar {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: -50px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #000;
}

.author_avatar > img{
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.slick-slide > a > img {display:inline-block;height: 330px; width: 100%;}

.bluebox.slick-initialized.slick-slider.slick-dotted > .slick-dots {
    bottom: 20px;
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    left: 20px;
    position: absolute;
    text-align: left;
    width: 45%;
}

.bluebox.slick-initialized.slick-slider.slick-dotted > .slick-dots li button:before{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: url("../images/graydot.png");
    opacity: 1;
}

.bluebox.slick-initialized.slick-slider.slick-dotted > .slick-dots li.slick-active button::before {
    color: black;
    content: url("../images/cyandot.png");
    opacity: 1;
}

.slick-dots li {
    margin: 0;
}

/*BLOG HOME PAGE */
.post_list {
    display: block;
    text-align: center;
}

.post_list > .post_entry {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    vertical-align: top;
    text-align: left;
    margin: 10px 15px;
    position: relative;
    background-color: #ecf0f1;
    height: 390px;
    -webkit-box-shadow: 2px 2px 0px 1px rgba(204,204,204,1);
    -moz-box-shadow: 2px 2px 0px 1px rgba(204,204,204,1);
    box-shadow: 2px 2px 0px 1px rgba(204,204,204,1);
}

.post_list > .post_entry > a{
    display: inline-block;
    text-decoration: none;
}

.post_list > .post_entry > a > .author_info {
    display: inline-flex;
    position: absolute;
    top: 100px;
    left: 10px;
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: center;
    width: calc(100% - 20px);
    background-color: rgba(0, 0, 0, 0.41)
}

.post_list > .post_entry > a > .author_info > .author {
    color: #fff;
    white-space: pre-wrap;
    max-width: 98px;
    line-height: 16px;
    margin-left: 10px;
    text-shadow: 2px 2px 4px #000;
    font-size: 14px;
}

.post_list > .post_entry > a > .author_info > .list_author_avatar{
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #000;
}

.post_list > .post_entry > a > .author_info > .list_author_avatar > img{
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.post_list > .post_entry > a > .post_content{
    display: block;
    padding: 10px;
}

.post_list > .post_entry > a > img{
    display: block;
    width: 100%;
    height: 180px;
}

.post_list > .post_entry > a > .post_content > .post_title {
    color: #0066cc;
    font-size: 18px;
    font-family: bsorg_demi;
    text-decoration: none;
    line-height: 25px;
    min-height: 50px;
}

.post_list > .post_entry > a > .post_content > p {
    vertical-align: top;
    display: block;
    margin-top: 10px;
    padding: 0px;
    color: #616363;
}

.post_list > .post_entry > a > span.readmore {
    color: #642a3c;
    border: 1px solid #642a3c;
    font-size: 12px;
    font-weight: 700;
    margin-left: 10px;
    vertical-align: bottom;
    position: absolute;
    bottom: 12px;
}

.post_list > .post_entry > a:hover > .post_content > .post_title{color: #500e22;text-decoration: underline;}
.post_list > .post_entry > a:hover > span.readmore{background-color: #500e22; color:#d39634;}

/*CUSTOM PAGINATION*/
nav.custom-pagination {
    text-align: center;
    display: block;
    margin: 20px auto;
}

nav.custom-pagination > a.page-numbers{
    color: #fff;
    background-color: #210a10;
    padding: 5px 10px;
    margin: 0px 5px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #210a10;
    font-size: 16px;
    font-family: bsorg_demi;
}

nav.custom-pagination > a.prev.page-numbers,nav.custom-pagination > a.next.page-numbers{
    background-color: transparent;
    border: 1px solid transparent;
    display: inline-block;
}
nav.custom-pagination > a.prev.page-numbers > .pag_link,nav.custom-pagination > a.next.page-numbers > .pag_link {
    display: inline-block;
    color: #210a10;
    text-decoration: none;
    margin: 0px 0px;
    background-color: transparent;
}
nav.custom-pagination > a.prev.page-numbers > .pag_link  > span,nav.custom-pagination > a.next.page-numbers > .pag_link > span{
    margin: 0px 15px;
    border: 1px solid transparent;
    font-size: 16px;
    font-family: bsorg_demi;
}
nav.custom-pagination > a.page-numbers{
    color: #fff;
    background-color: #210a10;
    padding: 5px 10px;
    margin: 0px 5px;
    text-decoration: none;
    cursor: pointer;
}
nav.custom-pagination > span.page-numbers.current{
    background-color: #ffc43a;
    color:#210a10;
    border: 1px solid #dd8e10;
    padding: 5px 10px;
    font-size: 16px;
    font-family: bsorg_demi;
}


/*BLOG POST PAGE*/
div#main_content > .blog_post_wrapper {
    display: inline-block;
    width: 100%;
    /*max-width: 550px;*/
    max-width: 72%;
}
div#main_content > .blog_post_wrapper > img:nth-of-type(1) {
    display: block;
    margin: auto;
    width: auto;
    float:right;
}
div#main_content > .blog_post_wrapper > div > h1.blog_h1 {
    color: #333;
    font-family: bsorg_demi;
    font-size: 36px;
    text-align: left;
    background: none;
    border: none;
    letter-spacing: -1px;
    line-height: 32px;
}
div#main_content > .blog_post_wrapper > .post_info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
div#main_content > .blog_post_wrapper > .post_info > .author_info {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
div#main_content > .blog_post_wrapper > .post_info > .author_info .list_author_avatar {
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #000;
}
img.feat{
	padding-left:12px;
}
div#main_content > .blog_post_wrapper > .post_info > .author_info .author {
    display: inline-block;
}
div#main_content > .blog_post_wrapper > .post_info > .media_info {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
div#main_content > .blog_post_wrapper > .post_info > .media_info > .comments_count {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

div#main_content > .blog_post_wrapper > .post_info > .media_info > .comments_count > img,div#main_content > .blog_post_wrapper > .post_info > .media_info > .comments_count > a{
    display: inline-block;
    margin-right: 5px;
}

/*COMMENT SECTION OVERRIDE CLASES*/
div#comments { }
div#comments > h2.comments-title{
    display: block;
    background-color: #ecf0f1;
    color: #662438;
    background-image: none;
    margin: 0px;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-family: bsorg_demi;
    font-weight: 800;
}
div#comments > div.comment-respond{
    background-color: #d6fffd;
    padding: 10px;
    margin-top: 30px;
}
div#comments > div.comment-respond > h3#reply-title {
    color: #00423e;
    background: none;
    font-size: 36px;
}
div#comments > div.comment-respond > .comment-form > .form-submit > input#submit {
    background-color: #27ae60;
    border: none;
    color: #fff;
    font-size: 17px;
    font-family: bsorg_demi;
    padding: 5px 15px;
}
div#comments > div.comment-respond > .comment-form  p.comment-form-author input#author,div#comments > div.comment-respond > .comment-form  p.comment-form-email input#email{
    background-color: #eafffe;
    border: 1px solid #b5ece9;
    padding: 10px;
    width: 100%;
    max-width: 70%;
}
div#comments > div.comment-respond > .comment-form  p.comment-form-comment textarea#comment{
    background-color: #eafffe;
    border: 1px solid #b5ece9;
    padding: 10px;
    width: 100%;
}

div#comments > ol.comment-list {
    background-color: #ecf0f1;
    padding: 10px;
}
div#comments > ol.comment-list .comment {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #e0e4e5;
    padding: 1px 5px;
    vertical-align: top;
    position: relative;
}
div#comments > ol.comment-list .comment > .avatar_wrapper {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #000;
    margin-right: 15px;
    margin-top:20px;
}
div#comments > ol.comment-list .comment > .avatar_wrapper > img{
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
    position: relative;
    left: -4px;
}
div#comments > ol.comment-list .comment > .comment-info {
    display: inline-block;
    width: 100%;
}
div#comments > ol.comment-list .comment > .comment-info > .author {
    display: inline-block;
    padding-right: 5px;
    color: #0388e6;
    font-family: bsorg_demi;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 0;
}
div#comments > ol.comment-list .comment > .comment-info > .comment-permalink {
    display: inline-block;
    padding-right: 5px;
    color: #555;
    font-family: bsorg_demi;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
}
div#comments > ol.comment-list .comment > .comment-info > em.comment_waiting_fm {
    display: block;
}
div#comments > ol.comment-list .comment > .comment-info > .reply {
    background-color: #662438;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 5px 20px 5px 30px;
    /*
    position: absolute;
    top: 0px;
    right: 0px;
    */
    background-image: url(../images/reply_arrow.png);
    background-repeat: no-repeat;
    background-position: 8px 7px;
    cursor: pointer;
    float: right;
}
div#comments > ol.comment-list .comment > .comment-info > .reply > a{
    color: #fff;
    text-decoration: none;
}
div#comments > ol.comment-list ul.children {padding-left: 30px;}

/*WP OVERRIDES*/

.sidebar {
    display: inline-block;
    max-width: 300px;
    vertical-align: top;
    background-color: #ecf0f1;
    padding: 10px 10px 10% 10px;
    margin-left: 15px;
}

#main_content .sidebar > h1,
#main_content h1.calculator-title {
    background-color: #ffeac2;
    color: #500e22;
    margin-bottom: 10px;
    border-bottom: 3px solid #3a0a19;
    text-align: left;
    padding: 7px 10px;
    font-size: 30px;
    font-family: bsorg_bold;
}
#main_content .sidebar h1.calculator-title {
    margin-bottom: 5px;
}
.odds_payment_calculator {
    background-color: #460f1f;
    padding-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
#main_content .odds_payment_calculator .calculator_label {
    color: #FFF;
    margin-top: 0.25em;
}
#main_content .odds_payment_calculator input[type=text] {
    background-color: #FFF;
    color: #000;
}
.calc_row {
    display: flex;
    flex-wrap: wrap;
}
.calc_col {
    flex-basis: 16.5%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0.25em;
}
.sidebar .calc_col {
    flex-basis: 50%;
}
.calc_col.calc_col_button {
    flex-basis: 25%;
}
.sidebar .calc_col.calc_col_button {
    flex-basis: 50%;
    margin-top: 1em;
}
.blog_post_wrapper .calc_col.calc_col_button:nth-child(15) {
    margin-left: 16.5%;
}
.sidebar .calc_col.calc_col_button:nth-child(17) {
    width: 100%;
    flex-basis: auto;
    margin: 0;
}
.blog_post_wrapper a.calc_button {
    width: 15em;
}
#main_content a.calc_button {
    display: block;
    text-align: center;
    background-color: #27ae60;
    color: #fff;
    font-family: bsorg;
    font-size: 18px;
    font-weight: 600;
    padding: 1em 0.25em;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 0px 0px #1f8a4c;
    -moz-box-shadow: 0px 3px 0px 0px #1f8a4c;
    box-shadow: 0px 3px 0px 0px #1f8a4c;
    cursor: pointer;
}
#main_content a.calc_button:hover {
    background-color: #f39c12;
    -webkit-box-shadow: 0px 3px 0px 0px #f39c12;
    -moz-box-shadow: 0px 3px 0px 0px #f39c12;
    box-shadow: 0px 3px 0px 0px #f39c12;
    color:#333;
    text-decoration: none;
}
#main_content .calc_col_button a {
    width: 100%;
}
button#calculator_reset_button {
    background-color: #5f313f;
}
button#calculator_convert_button {
    background-color: #efbc12;
}
#main_content .odds_payment_calculator button:hover {
    color: #FFF;
    border: 1px solid #FFF;
    background-color: #000;
}
@media (min-width: 480px) {
    #main_content .odds_payment_calculator button#calculator_convert_button {
        margin-left: 0;
    }
}

@media (min-width: 991px) {
    #main_content .odds_payment_calculator input[type=text] {
        margin-bottom: 0;
    }
}
@media (max-width: 480px) and (min-width: 320px) {
    #main_content .odds_payment_calculator .calculator_label {
        padding-left: 1em;
        text-align: right;
    }
}
@media (max-width: 529px) {
    .blog_post_wrapper .calc_col {
        flex-basis: 50%;
    }
    .blog_post_wrapper .calc_col.calc_col_button {
        flex-basis: 25%;
    }
    .blog_post_wrapper .calc_col.calc_col_button:nth-child(15) {
        margin-left: 24%;
    }
}
@media (min-width: 530px) and (max-width: 717px) {
    .sidebar .calc_col,
    .blog_post_wrapper .calc_col
    {
        flex-basis: 24%;
    }
    .sidebar .calc_col.calc_col_button,
    .blog_post_wrapper .calc_col.calc_col_button
    {
        flex-basis: 25%;
    }
    .sidebar .calc_col.calc_col_button:nth-child(15),
    .blog_post_wrapper .calc_col.calc_col_button:nth-child(15)
    {
        margin-left: 28%;
    }
    .sidebar .calc_col.calc_col_button:nth-child(17) {
        width: 16em;
        margin: 0 auto;
    }
}
@media (min-width: 718px) and (max-width: 1168px) {
    .sidebar .calc_col {
        flex-basis: 16.5%;
    }
    .sidebar .calc_col.calc_col_button {
        flex-basis: 25%;
    }
    .sidebar .calc_col.calc_col_button:nth-child(15) {
        margin-left: 16.5%;
    }
    .sidebar .calc_col.calc_col_button:nth-child(17) {
        width: 16em;
        margin: 0 auto;
    }
}

.sidebar > .post_list > .post_entry {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    vertical-align: top;
    text-align: left;
    height: auto;
    margin: 0px 0px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}

.sidebar > .post_list > .post_entry:nth-last-of-type(1){border-bottom: none;}
.sidebar > .post_list > .post_entry  > a > .post_content > .post_title {  min-height: auto;}

