/*
Sidebar Stylesheet:
*/
/*Title icons*/
.widget_calendar .widget-title:before,
.widget_tag_cloud .widget-title:before,
.widget_recent_entries .widget-title:before,
.widget_search .widget-title:before,
.widget_archive .widget-title:before,
.widget_revslider .widget-title:before,
.widget_meta .widget-title:before {
    font-family: fontawesome;
    margin-left: 5px;
    content: '\f0f6';
    background: none;
    display: inline-block;
    padding: 5px 0;
    border-radius: 3px;
    margin-left: 8px;
    /* box-shadow: 0 1px 1px #333; */
    color: #fff;
}

/**
 * you can edit icons here... (Font Awesome Icons)
 */
.widget_tag_cloud .widget-title:before {
    content: '\f02c';
}

.widget_calendar .widget-title:before {
    content: '\f073';
}

.widget_recent_entries .widget-title:before {
    content: '\f0f6';
}

.widget_search .widget-title:before {
    content: '\f002';
}

.widget_archive .widget-title:before {
    content: '\f187';
}

.widget_meta .widget-title:before {
    content: '\f00b';
}

.widget_revslider .widget-title:before {
    content: '\f1de';
}

/*The End .................*/
/*---------------------------------------------------------------------------------------------------------*/

.widget .widget-title {
    color: #fff;
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 10px;
    background: none;
    padding: 13px 15px 13px;
    /* border-radius: 4px; */
    /* border-bottom: 1px solid #D0D0D0; */
    font-family: 'HelveticaNeueW23-Bold';
    background-color: #a3040d;
}

.widget ul {
    list-style: none;
    padding: 0 10px;
    margin: 0;
}

.widget ul li a:before {
    content: '\f104';
    font-family: fontawesome;
    font-size: 18px;
    margin-left: 5px;
    color: #662B00;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.widget ul li {padding: 5px 10px;background-color: #F5F8FA;margin-bottom: 2px;border-radius: 4px;}

.widget ul li a {
    color: #333;
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    font-family: 'HelveticaNeueW23-Bold';
}

.widget ul li:hover a {
    color: #E67E22;
    cursor: pointer;
}

.widget ul li:hover a:before {
    margin-left: 10px;
}

.widget #wp-calendar {
    width: 100%;
    text-align: center;
}

.widget #wp-calendar caption {
    margin-bottom: 20px;
    color: #333;

}

.widget #wp-calendar th {
    text-align: center;
}

.widget #wp-calendar tbody tr {

}

.widget #wp-calendar tbody tr a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    color: #004884;
    display: block;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}

.widget #wp-calendar tbody tr a:hover {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari */
    transform: scale(1.3);
}

.widget #wp-calendar tbody td {
    padding: 5px 0;
}

.widget tfoot a {
    color: #FFFFFF;
}

.widget .searchform input[type=text] {
    border: 2px solid #eee;
    outline: none;
    background: #fff;
    padding: 10px 8px;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 78%;
    margin-right: 6px;
    font-family: 'HelveticaNeueW23-Bold';
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.widget .searchform input[type=text]:focus {
    border: 2px solid #D6492E;
}

.widget .searchform input[type="submit"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #E67E22;
    border: none;
    outline: none;
    padding: 11px 15px;
    font-size: 18px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    color: #FFFFFF;
}

.widget .searchform input[type="submit"]:hover {
    background: #D6492E;
    color: #fff;
}

.widget .tagcloud a {
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #662B00;
    margin-bottom: 10px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.widget .tagcloud a:hover {
    background: #985321;
}

.side-box {
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.21);
    /*border-radius: 2px;*/
    margin: 0 0 30px;
    word-wrap: break-word;
    display: block;
    width: 100%;
    text-align: justify;
    padding: 0px 0px 15px 0px;
}

.screen-reader-text {
    display: none;
}

/*Facebook recent posts plugin*/
a.rfbp-link {
    color: #333;
}

.rfbp a {
    color: #000;
    text-decoration: none;
}

.rfbp-post {
    border-bottom: 1px solid #ECECEC;
}

footer .rfbp-post {
    background: #003e73;
    padding: 10px;

    border-bottom: 2px solid #013a6b;
}

footer .rfbp-post h4 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}

footer .rfbp-post a {
    color: #FFFFFF;
}

footer .rfbp-post a:hover {
    color: #fecd0b;
}

.widget .rfbp-post .rfbp-heading {

}

.widget .rfbp-post .rfbp-heading a {
    font-family: 'HelveticaNeueW23-Bold';
    font-size: 14px;
}

.widget .rfbp-post .rfbp-heading a i {
    display: inline-block;
    color: #FFFFFF;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 5px;
    font-size: 20px;
    margin-left: 0px;
    margin-bottom: 3px;
    border-radius: 3px;
    background: #3B5998;
}

.widget .rfbp-post .rfbp-heading a:hover {
    color: #004884;
}

.rfbp-page-link-wrap {
    margin-top: 10px;
}

.google-box div {
    width: 100% !important;
}

.facebook-box iframe {
    width: 100% !important;
}

.flickr_badge_image {
    float: right;
    margin: 3px;
}

@media (min-width: 992px) {
    .sidebar_border {
        border-right: 1px solid #D0D0D0;
        height: 100%;
    }
}

/*Custom widgets*/
/*Owl Carousel widge*/
.black-title {
    color: #fff;
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 10px;
    background: none;
    padding: 10px 15px 10px;
    border-bottom: 1px solid #D0D0D0;
    font-family: 'HelveticaNeueW23-Bold';
    background-color: #333333;
}

.widget_esdarat .owl-controls {
    direction: rtl;
    background: #f0f0f0;
    padding: 7px 6px;
    margin: 0 10px;
}

.widget_esdarat .owl-prev {
    display: inline-block;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    padding-top: 0px;
    font-size: 18px;
    color: #848484;
    border: 2px solid #848484;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.widget_esdarat .owl-next {
    display: inline-block;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    padding-top: 0px;
    font-size: 18px;
    color: #848484;
    border: 2px solid #848484;
    margin-left: 10px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.widget_esdarat .owl-prev:hover, .widget_esdarat .owl-next:hover {
    color: #333333;
    border-color: #333333;
}

.widget_esdarat .owl-pagination {
    display: inline-block;
    float: left;
}

.widget_esdarat .owl-buttons {
    display: inline-block;
    direction: ltr;
}

.widget_esdarat .owl-pagination .owl-page {
    display: inline-block;
    text-align: left;
    margin-left: 2px;
    margin-right: 2px;
}

.widget_esdarat .owl-page span {
    border-radius: 50%;
    display: inline-block;
    padding: 3px;
    background-color: #E67E22;
    border: 2px solid rgba(0, 0, 0, 0);
}

.widget_esdarat .owl-page.active span {
    background-color: #02973b;
}

/*Popular posts*/
.popular_posts_title {
    /* border-bottom: 3px solid #02973b; */
    font-size: 19px;
    background: #a3040d;
    color: #fff;
    padding: 12px 10px;
    margin: 0;
}

.popular_posts_widget {
    margin-bottom: 30px;
}

/*Meetings*/
.meeting {
    padding: 0 10px;
    margin-bottom: 10px;
    font-family: 'HelveticaNeueW23-Bold';
}

.meeting:last-of-type {
    margin-bottom: 0;
}

.meeting a {
    color: #FFFFFF;
    display: block;
    padding: 17px 60px 17px 5px;
    background: url("../images/widget.png") no-repeat;
    background-size: contain;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.meeting a:hover {
    background: url("../images/widget_h.png") no-repeat;
    background-size: contain;
}

/*Newsletter Widget*/
.newsletter {
    background: url("../images/newsletter.png") no-repeat;
    background-size: cover;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.55);
}

.newsletter h3 {
    margin-top: 0;
    color: #fff;
    font-size: 20px;
    font-family: 'HelveticaNeueW23-Bold';
}

.newsletter span {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    font-family: 'HelveticaNeueW23-Bold';
}

.newsletter input[type=email] {
    display: block;
    background-color: #ffffff;
    border: none;
    outline: none;
    padding: 8px 8px;
    border-radius: 4px;
    margin-bottom: 10px;
    font-family: 'HelveticaNeueW23-Bold';
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.newsletter input[type=email]:focus{
    background-color: #ffcb9e;
}
.newsletter input[type=submit] {
    background-color: #a3040d;
    border: none;
    outline: none;
    color: #fff;
    display: block;
    padding: 9px 14px;
    border-radius: 4px;
    font-family: 'HelveticaNeueW23-Bold';
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.newsletter input[type=submit]:hover{
    background-color: #b5363d;
}
.textwidget.custom-html-widget {
    padding: 10px 20px;
}
.textwidget.custom-html-widget input {
    border: 1px solid #f0f0f0;
    padding: 10px;
}
.textwidget.custom-html-widget input[type="submit"] {
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    background: #214285;
    float: left;
}
.textwidget.custom-html-widget textarea {
    border: 1px solid #f0f0f0;
    padding: 10px;
}
.tweet ul li:before {
    content: '\f099';
    font-family: 'FontAwesome';
    color: #00ACEE;
    font-size: 25px;
    margin-left: 10px;
}