/*
Theme Name: Jagobd WP Mobile
Theme URI: http://Jagobd.com/
Author URI: Jagobd mobile
Description: Jagobd Mobile WordPress theme is the official theme for jagobd.com.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jagobd-wp
Tags: two-columns, left-sidebar, fixed-layout, responsive-layout, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

jagobd-wp is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
  ## Asides
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# page tempalate fix
# contact form 7 
# Boxer
# woocommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    padding-bottom: 0;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
    font-weight: 800 !important;
}
big {
    font-size: 125%;
}
body.admin-bar .fixed-on-top.fix-menu {
    top: 32px !important;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}

hr {
    background-color: #F7F7F7;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
td, th {
    padding: 5px 10px;
}
table {
    margin: 0 3px 1.5em;
    width: 100%;
}
.tagcloud a {
    font-size: 14px !important;
    border: 1px solid #ccc;
    border-radius: 5px;
}
p {
    line-height: 1.6em;
}
/*#main-body img {
    max-width: 100%;
    height: auto;
    }*/
    .centered {
        float: none;
        margin: auto;
        text-align: center;
    }

    img.ajax-loader {
        width: 16px;
        height: 16px;
    }
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-size: 0.9em;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    outline: none !important;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
    border-radius: 0;
}
textarea {
    padding-left: 3px;
    width: 60%;
    border-radius: 0;
    max-height: 100px;
}
.input-append {
    position: relative;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #333;
}
a:visited {
    color: rgba(7, 158, 79, 0.77);
}
a:hover,
a:focus,
a:active {
    color: #656565;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}

.channel-parmission {
    border: 1px solid #ccc;
    padding: 5px 10px;
}
/* Small menu. 
---------------------------------------*/

ul.dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    color: #686664;
    border-top: 4px solid #B31117;
    top: 59px;
    left: 1px;
}
#top-section #jagobd-wp-menu .nav > li > ul.dropdown-menu {
    border-top: 4px solid #F1C152;
}
#top-section #jagobd-wp-menu .nav > li > ul.dropdown-menu {
    padding: 0px;
    background: #FFFFFF;
}
#top-section #jagobd-wp-menu .nav > li > ul.dropdown-menu:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #F1C152 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -10px;
    left: 28px;
}
.dropdown-menu > li {
    padding: 0px 0px;
    border-bottom: 1px solid #ECECEC;
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
}
.dropdown-menu > li:last-child {
    border-bottom: none;
}
.dropdown-menu li a {
    color: #fff;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #180e0e;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}
.dropdown-header,
.dropdown-menu>li>a {
    white-space: nowrap;
    padding: 0px 15px;
    line-height: 1.42857143;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600 !important;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    box-shadow: 1px 1px 5px #848383;
}
ul.nav li.dropdown:hover > ul.dropdown-menu >ul {
    position: absolute;
    right: 0;
}
.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    min-width: 220px;
    padding: 0;
    border: none;
    background: #00853F;
}
.dropdown-menu>li>a {
    padding: 14px 20px;
    color: #686664;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #f39c12;
    color: #fff !important;
}
.dropdown-menu ul.dropdown-menu {
    left: 100%;
    position: absolute;
    top: 1px;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu li:hover > ul.dropdown-menu {
    visibility: visible;
}
/*.dropdown:hover .dropdown-menu {
    display: block;
}*/
.dropdown-menu.header-searchbox input[type="text"] {
    width: 80%;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}
.navbar .dropdown-menu > ul.dropdown-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .dropdown-menu > ul.dropdown-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
#   page tempalate fix
--------------------------------------------------------------*/

.page-template-causes-page .read-more {
    display: table;
    margin-bottom: 50px;
    margin-top: 30px;
}
.page-template-event-page .events-date {
    position: absolute;
    top: 100px;
}
.page-template-event-page .all-event .event-period {
    margin-bottom: 30px;
}
.page-template-event-page .all-event .event-period .comments-share {
    position: relative;
    top: 1px;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {/* Make sure select elements fit in widgets. */
    background-color: #fff;
}
.widget li {
    list-style: none;
    color: #fff;
    border-bottom: 1px rgba(154, 151, 151, 0.17);
    border-style: dashed;
    padding: 0px;
    font-weight: bold;
}
.widget select {
    max-width: 100%;
    padding: 5px;
}

/* Search widget. */

.widget_search .search-submit {
    display: none;
}
.widget form.form-search {
    position: relative;
}
.widget form.form-search .add-on {
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 15px;
    font-size: 1em;
}
.widget form.form-search input[type="search"] {
    padding: 3px;
    border-radius: 0;
}
.widget_calendar td a,
.widget_calendar td a:after {
    -webkit-transition: all .20s ease;
    -moz-transition: all .20s ease;
    -ms-transition: all .20s ease;
    -o-transition: all .20s ease;
    transition: all .20s ease;
}
.widget_calendar table {
    width: 100%;
    text-align: center;
}
.widget_calendar caption {
    color: #262626;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    font-size: 1.25em;
    height: 40px;
    border: 1px solid #f0f1f2;
    border-bottom: none;
}
.widget_calendar tbody {
    border: 1px solid #f0f1f2;
    border-top: none;
}
.widget_calendar th {
    color: #ffffff;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #87C050;
    background-color: #87C050;
}
.widget_calendar td {
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #f0f1f2;
}
.widget_calendar td a {
    font-weight: 700;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
.widget_calendar td a:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    background-color: transparent;
    z-index: -1;
}
.widget_calendar td a:hover {
    color: #ffffff;
}
.widget_calendar td a:hover:after {
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background-color: #F39C12;
}
.blog-sidebar .widget_rss li:last-child,
.blog-sidebar .widget_pages li:last-child,
.blog-sidebar .widget_categories li:last-child,
.blog-sidebar .widget_nav_menu li:last-child,
.blog-sidebar .widget_archive li:last-child,
.blog-sidebar .widget_meta li:last-child,
.blog-sidebar .widget_recent_entries li:last-child,
.blog-sidebar .widget_recent_comments li:last-child {
    border-bottom: none;
}

.footer-widget .popular-post a {
    color: #b2aaaa;
}
.footer-widget .popular-post i,
.footer-widget .popular-post .post-meta-element {
    color: #656565;
    font-weight: 500;
}

.widget_about_us .popular-content a {
    color: #a9b5bf;
}

.widget_about_us .widget-content {
    padding-left: 10px;
}

.widget_about_us .widget-content p {
    font-size: 15px;
    line-height: 28px;
    color: #a9b5bf;
    font-family: 'lato', sans-serif;
    padding-bottom: 5px;
}

.widget_about_us .contact span {
    display: block;
    color: #94a0a9;
    font-size: 15px;
    font-family: 'lato', sans-serif;
    line-height: 35px;
    padding: 0px 0;
}

.widget_about_us .contact span i {
    width: 27px;
    height: 27px;
    border: 2px solid #3a4651;
    color: #3a4651;
    border-radius: 100px;
    margin-right: 16px;
    text-align: center;
    line-height: 23px;
    padding-left: 1px;
}
#footer .widget {
    background: #252525;
}
.head.widget-title h3 {
    text-transform: uppercase;
    font-size: 1.5em;
    color: #fff;
    padding: 5px 10px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    border-bottom: 1px solid #007F3C;
}
.footer-menu {
    text-align: right;
}
.footer-menu li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    color: #fff;
}
.footer-menu li a {
    color: #ccc;
}
.footer-bottom {
    background: #333333;
    display: table;
    width: 100%;
    border-top: 1px solid #424242;
    padding: 10px;
}
.footer-Copyright {
    color: #808080;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
a.box-img {
    display: block;
    border: 1px solid #E2E2E2;
    height: 125px;
    width: 125px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
h2.blog-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 2px;
}
h2.blog-title a {
    color: #00853F;
    font-size: 17px;
    display: block;
}
.content, .home-description {
    padding-left: 0;
    padding-right: 8px;
}
h1.page-title {
    font-size: 25px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.page-header {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
}
header.entry-header {
    border-bottom: 1px solid #E8E6E6;
    display: table;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
section.no-results.not-found.error-404 {
    margin-bottom: 50px;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.catagory-main-title h1 {
    text-align: center;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sticky {
    display: block;
    background-color: rgb(53, 167, 161);
    padding: 10px;
}
.tag-template {

}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.title {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
}
.short-des {
    font-size: 13px;
    height: 55px;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
    color: #686664;
}
.box-content {
    padding-top: 0px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 5px;
}

.box-content .para {
    font-size: 15px;
    color: #53626f;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 20px;
}
.box-content ul {
    padding-left: 15px;
}
article .box-content ul li {
    list-style: none;
    font-size: 15px;
    font-family: 'lato', sans-serif;
    color: #53626f;
    line-height: 36px;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
span.tags-links {
    color: #c8c2bd;
    font-size: 16px;
    display: table;
    margin-top: 10px;
}
span.tags-links a {
    color: #a3a19d;
}
.tags-links .fa.fa-tags {
    color: #c8c2bd;
    margin-right: 6px;
}
.edit-link {
    display: block;
    margin-top: 10px;
}
span.catgry {
    margin-right: 10px;
    margin-left: 10px;
    color: #a3a19d;
}
.author-bio img {
    border-radius: 100%;
}
.bio-social i {
    margin-right: 10px;
    font-size: 20px;
}
.share-button {
    text-align: right;
}
.share-button i {
    margin-right: 5px;
    margin-left: 5px;
}
.fa-facebook:hover {
    color: #4A66A0;
}
.fa-twitter:hover {
    color: #55ACEE;
}
.fa-google-plus:hover {
    color: #DC0F0F;
}
.fa-linkedin:hover {
    color: #0177B5;
}
.fa-pinterest:hover,
.fa-pinterest-p:hover {
    color: #DC0F0F;
}
.go-back {
    display: table;
    margin: auto;
}
.stremb {
    padding-top: 0px;
    margin-bottom: 30px;
}
.stremb > a {
    background-color: #00853F;
    border-radius: 0;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    border-radius: 5px 5px 0 0;
}
.stremb > a:hover {
    color: #EDEDED;
    background-color: rgb(208, 0, 0);
}
.stremb > a:focus {
    background-color: rgb(208, 0, 0);
}
ul.nav.nav-tabs {
    padding: 0;
    border: 1px solid #D4D4D4;
}
.tab-content {
    border: 1px solid #D4D4D4;
    border-top: 0;
    padding: 20px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    border-bottom: 5px solid transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom: 5px solid #17B361;
}
.user-info li {
    display: inline-block;
    list-style: none;
}

.user-info .user-item {
    color: #c4c8cb;
    font-size: 13px;
    padding-right: 20px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
span.user-item a {
    color: #BEC2C5;
}
span.user-item a:hover {
    color: #87c050;
}
.user-info .user-item i {
    padding-right: 5px;
}

.user-info  .user-item:hover {
    color:#15222d;
}

.social-icon{
    margin-top: 10px;
    text-align: left;
}
.social-icon i {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}
.social-icon li {
    display: inline-block;
    margin-right: 3px;
    margin-left: 5px;
    border: 1px solid #00853F;
    width: 25px;
    text-align: center;
}
#header .menu-bar .social-icon li {
    width: 25px;
    height: 26px;
    margin: 0;
    margin-top: 10px;
    border: 1px solid #F3F3F3;
    text-align: center;
    float: left;
}
#header .menu-bar .social-icon li a {
    padding: 0;
    height: auto;
}
#header .menu-bar .social-icon li i {
    font-size: 15px;
}

#header .menu-bar  .social-icon ul li a:hover {
    background: #fff;
    color: #111;
}
.jagobd-wp-meta {
    margin-top: 5px;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

aside {
    display: table;
    margin-bottom: 20px;
    width: 100%;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
## testimonial
--------------------------------------------------------------*/
#jagobd-wp-testimonial {
    max-width: 730px;
    margin: auto;
    display: table;
    position: relative;
    padding-bottom: 35px;
}
#jagobd-wp-testimonial p {
    color: #F1C152;
    font-size: 20px;
    font-style: italic;
}
#jagobd-wp-testimonial img {
    width: 100px;
    border-radius: 100%;
}
ol.testimonial-indicators.carousel-indicators {
    bottom: 10px;
}
ol.testimonial-indicators li {
    border: 2px solid #F1C152;
    background-color: #F1C152;
}
/*--------------------------------------------------------------
## contact form 7 
--------------------------------------------------------------*/

.wpcf7-form {
    display: table;
    width: 100%;
}
.wpcf7-form .form-group {
    padding-right: 10px;
    display: table;
}
.wpcf7-form .form-control {
    height: 52px;
    border-radius: 0;
    padding-left: 15px;
}
.wpcf7-form .input-md {
    height: 150px;
    border-radius: 5px;
}
.wpcf7-form .form-control:focus {
    border-color: #f1c152;
}
.wpcf7-form .custom-btn {
    border-radius: 0;
    margin-bottom: 0;
    padding: 15px 20px;
    display: table;
    margin-top: 0;
    margin: auto;
    border: 1px solid green;
    background: none;
}
span.wpcf7-form-control-wrap {
    position: relative;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}
.wpcf7-form .custom-btn:hover {
    background: #87c050;
    color: #fff;
}
.wpcf7-form .event-btn-container {
    padding: 0 10px;
}
#menu-item-slider {
    background-color: #fff;
    padding: 20px;
}


/*------------------------------------------------------------------------------------------------------------------*/
/*    404
/*------------------------------------------------------------------------------------------------------------------*/

.error-404 .heading-text h1.page-title {
    text-align: center;
    font-size: 10em;
    font-family: roboto;
    font-weight: bolder;
    color: #87C050;
}

.error-404 .heading-text span {
    display: block;
    padding-bottom: 30px;
}
.error-404 .heading-text .search-field {
    border: 1px solid;
    border-radius: 0;
    padding: 5px 15px;
}
.error-404 .heading-text .search-submit {
    display: none;
}
.error-404 .heading-text .add-on {
    background: none;
    position: absolute;
    right: 15px;
    top: 4px;
    outline: none;
    box-shadow: none;
    border: none;
}
.error-404 .heading-text .go-back a {
    border: 1px solid #87C050;
    padding: 5px 10px;
    display: table;
    color: #87C050;
    margin: 30px auto;
    font-weight: bold;
}

/*------------------------------------------------------------------------------------------------------------------*/
/*    channel
/*------------------------------------------------------------------------------------------------------------------*/
.channel-box {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.programm {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.programm .title {
    padding: 1px 10px;
}
.channel-box > h2 {
    background: #007F3C;
    color: #fff;
    padding: 8px 15px;
    font-size: 20px;
    text-transform: uppercase;
}
.programm .title h2 {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 100;
    margin-top: 12px;
}
.programm .title span {
    font-weight: bold;

}
.feature-img img {
    float: left;
    margin-right: 10px;
    max-width: 85px;
    height: auto;
    padding: 10px;
}
#channelProgramm {
    padding: 0px 50px;
    transition: 0.5s all ease;
}
.channel-info {
    margin-left: 15px;
    float: left;
    width: 72%;
}
#channelProgramm .prev-nav {
    left: 0;
}
#channelProgramm .next-nav, #channelProgramm .prev-nav {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    margin: 5px;
    text-align: center;
    border: 1px solid rgba(204, 204, 204, 0.37);
    font-size: 1.5em;
    background-color: rgba(239, 228, 228, 0.35);
}
#channelProgramm .next-nav:focus, #channelProgramm .prev-nav:focus {
    outline: none;
    text-decoration: none;

}
.carousel-inner {
    -webkit-transition: 0.8s all ease;
    -o-transition: 0.8s all ease;
    transition: 0.8s all ease;
    height: 185px;
}
#channelProgramm .next-nav {
    right: 0;
}
.channel-box .item {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}
.channel-box .item h3{
    font-size: 15px;
    font-weight: bold;
    margin-top: 3px;
}
.on-next, .on-air {
    display: inline-block;
    padding: 0 2px;
    width: 65px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    height: 20px;
    border-radius: 2px;
    font: 700 10px/21px Helvetica,Tahoma,sans-serif;
    text-transform: uppercase;
    margin-right: 14px;
}
.on-next {
    background: no-repeat #909090;
}
.on-air {
    background: red;
}
.feature-channel h3 {
    text-align: left !important;
}

.feature-channel h3 a {
    color: #fff;
}

.container {
    max-width: 1100px;
}

a.addthis_button_google_plusone {
    width: 60px !important;
}
.post-stats {
    display: block;
    font-size: 9px;
    font-weight: bold;
    position: relative;
    float: right;
    top: 0;
}
.menu-bar .blog-search-bar {
    margin: 15px 0;
}
.menu-bar .add-on {
    position: absolute;
    top: 2px;
    right: 0;
    background: none;
    border: none;
}
.menu-bar .search-field {
    border: 1px solid #4E4E4E;
    outline: 0;
    border-bottom: 2px solid #1B631C;
}
.widget_ccr_feature_posts h3 a {
    color: #fff;
}

.widget_ccr_feature_posts .post-ratings img {
    height: auto;
    box-shadow: none;
}
.widget_ccr_feature_posts .post-ratings {
    margin-bottom: 5px;
}
#simpleRegisterModal .newsociallogins, #loginModal .newsociallogins {
    display: none;
}
.widget_ccr_category_posts li, .widget_ccr_category_random_posts li{
    display: inline-block;
    width: 32%;
    text-align: center;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}
.widget_ccr_category_posts img, .widget_ccr_category_random_posts img {
    width: 46px;
    border: 1px solid #EFEBEB;
    display: block;
    margin: auto;
}
.widget_ccr_category_posts li a, .widget_ccr_category_random_posts li a {
    font-size: 11px;
    text-align: center;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #00853F;
    color: #fff;
    border: none;
    padding: 10px 40px;
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
}
form.wpcf7-form p {
    margin-bottom: 25px;
}
.widget_ccr_channel_list ul {
    max-height: 500px;
}
.dropdown.header-search .fa-search {
    position: absolute;
    top: 25px;
    right: 0px;
    color: #fff;
    z-index: 999;
}
.header-searchbox {
    position: absolute;
    top: 61px;
    right: 0px;
    background: #00853F;
    padding: 5px;
    width: 350px;
}
.header-searchbox input[type="submit"] {
    background: #CC1313;
    border: none;
    padding: 4px 10px;
    color: #fff;
}
.post-ratings img {
    width: 16px;
    height: 16px;
}
img.post-ratings-image {
    width: 16px;
    height: 16px;
}

.post-ratings-loading {
    height: 16px;
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 66px;
    font-size: 0;
}

.animage img {
    width: 100%;
    height: auto;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    margin: 4px 0px 0px 3px;
}

.antitle {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}

.submitbox { background: #F5F5F5;border: 2px solid #A4A4A4;color: #504F4F;margin:3px;font-family : Verdana, Arial, Helvetica, sans-serif;font-size: 12px;font-weight : bold; width:300px;padding: 5px;border-radius: 4px; }

.submitboxsub {background: #F5F5F5; border: 2px solid #A4A4A4; color: #504F4F; margin: 5px; font-size: 12px; font-weight: bold; padding: 5px 10px 5px 10px; border-radius: 2px;}








