/**
 * user.css
 *
 * Use this file for adding custom CSS style. These styles will override
 * default theme styles. You can enable/disable this CSS file inside
 * WordPress Appearance > Theme Options > General
 */
 @media only screen and (max-width: 840px) 
{
    #callout-bar
    {
        max-width: none !important;
    }
    #header .full-width .one-fourth
    {
        width: 100%;
        display: block;
    }
     #header .search-box
     {
        max-width: 300px;
        margin: auto;
        float: none !important;
     }
    .background-header
    {
        background:none !important;
    }
    .brand img
    {
        margin: auto;
    }
    #responsive-menu
    {
        background: #fff;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100%;
        padding: 0 20px;
    }
    #text-3,#text-2
    {
        display: none;
    }
    .top-widget-area
    {
        display: none;
    }
}
@media only screen and (max-width: 600px)
{
    .side-block
    {
        display: none !important;
    }
}
 @media only screen and (max-width: 480px) 
{
    .ad-underpost,.ad-uppost
    {
        width: auto !important;
        height: auto !important;
    }
    .ad-inside-post
    {
        display: block !important;
    }


    .two-col li, .three-col li, .four-col li
    {
        width: 100% !important;
    }
    .entry-grid .post-thumb, .carousel .post-thumb, .entry-grid .flexslider, .entry-list .flexslider
    {
         max-height: 100% !important;
    }
    .entry-list .post-excerpt
    {
        display: none;
    }
    #secondary,.box-map,.widget_top-posts,.flex-caption .slide-excerpt,#text-9
    {
        display: none !important;
    }
    .notes-right {
    width: 100%;
    }  
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post
    {
         padding: 5px !important;
    }
    #jp-relatedposts .jp-relatedposts-items-visual
    {
        margin-right: 0 !important;
    }
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post
    {
        clear: none !important;
    }
    .entry-grid
    {
        width: 100%;
    }
    .full-width .two-third,.full-width .one-third,.aratube-page .grid-row .entry-grid
    {
        width: 100% !important;
    }
}

/*==============================================*/
 .ad-inside-post
{
        display:none;
}
.search-box
{
    float:right !important;
}
.ad-underpost,.ad-uppost
{
    margin: 10px auto;
    width: 728px;
    height: 90px;
}
.ara-box
{
    background: #fff;
    margin-bottom: 20px;
/*    padding: 0 10px;
    width: inherit;   */
} 
.ara-box .footer-box
{
     background: #cb5028;
    text-align: center;
}
.ara-box .footer-box a
{
    color: #fff;
}
.ara-box h2,.ara-box-map h2
{
    margin-bottom: 15px;
    font-weight: 900;
}

.ara-box-black
{
    background: #2d2f31;
    margin-bottom: 20px;
/*    padding: 10px 10px 0 10px;
    width: inherit;  */
}
.ara-box-black .entry-content h3 a
{
    color: #fa9000;
}

.ara-box-map
{
    background-color: #fff;
    margin-bottom: 20px;
    display: table;
    height: 504px;
    margin-bottom: 30px !important;
}
.ara-box-map h2
{
    padding: 0 10px;
}


.bor-orange
{
    border-top: 3px solid #cb5028;
}
.bor-green
{
    border-top: 3px solid #00bcaf;
}

.newsplus_recent_posts
{
    background: #fff;
    border-top: 3px solid #00bcaf;
    padding: 0 10px;
}

.main-header
{
    background: -webkit-linear-gradient(#e76734, #f08b44);
    background: -o-linear-gradient(#e76734, #f08b44);
    background: -moz-linear-gradient(#e76734, #f08b44);
    background: linear-gradient(#e76734, #f08b44);
}
.background-header
{
    background: url(images/back-header.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.title-box
{
    padding: 5px 10px 0 10px ;
    color: #000;
    font-size: 22px;
}

.social-media-bar
{
    list-style: none;
    margin: 0;
}
.social-media-bar li
{
    display: inline-block;
    border-left: 1px solid #6a6a6b;
}
.social-media-bar li .fa
{
    color: #a1948e;
    font-size: 22px;
    padding: 8px 12px;

}
.social-media-bar li .fa:hover
{
    color: #fff;
}
.social-media-bar li .s-lang
{
    font-size: 16px;
    color: #fff;
    padding: 9px 12px;
    font-weight: 700;
}

#secondary .widget a:hover, #secondary .widget ul a:hover
{
    color: #fff;
}
#secondary .wrap
{
    background-image: url("http://aranews.net/wp-content/themes/primetime/images/map_f.png");
    background-repeat: no-repeat;
    background-position: 100% 60%;
}


.side-block {
    display: block;
    visibility: visible;
    width: 35%;
    float: right;
    clear: none;
    margin-left: 10px;
}
.inside-block {
    padding: 0 5px 5px 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #f3f4f4;
    padding-top: 10px;
    margin-top: 40px;
}
.inside-block .block-titel {
    background-color: #cb5028;
    display: inline-block;
    margin-top: -30px;
    margin-left: -15px;
    position: absolute;
}
.inside-block .block-titel h5 {
    color: #fff;
    margin-bottom: 0px;
    padding: 10px 20px 10px 20px;
}
.inside-block .block-titel h5:after {
    content: ' ';
    width: 0px;
    height: 0px;
    line-height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid #99391a;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.side-block .inside-block ul {
    list-style: none;
}
.side-block .inside-block ul li a img {
    width: 70px;
    height: 45px;
    float: left;
    border: none;
    margin-top: 4px;
    margin-right: 5px;
}
.first ul li span {
    display: -webkit-box;
}
#post_tags {
    overflow: hidden;
    margin: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 15px;
}

#post_tags li {
    float: left;
    margin: 0 3px 3px 0;
    list-style: none;
}
#post_tags li a {
    font-size: 11px;
    /* letter-spacing: -1px; */
    display: inline-block;
    padding: 0 14px 0 14px;
    height: 22px;
    line-height: 22px;
    /* border: 1px solid #d9d9d9; */
    position: relative;
    color: #808080;
    text-decoration: none;
    /* font-weight: bold; */
    border-radius: 2px;
    background-color: #5c5c5c;
    color: #fff;
}

.first ul
{
    padding-left: 5px;
    padding-top: 10px;
    margin: 0px;
}
.first ul li span
{
    display: -webkit-box;
    line-height: 1.4;
        color: #000;
}
.first ul li 
{
    display: inline-block;
    margin-top: 7px;
}

.mailchimp_box input[type="email"],.mailchimp_box input[type="submit"]
{
    width: 100%;
}
.entry-meta samp a
{
    font-size: 11px;
}
.related-video
{
    margin: 0 -10px;
}

.custom-slide .flex-caption
{
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
    top: 0;
    background: transparent url(http://aranews.net/wp-content/uploads/2016/11/big-slider-mask.png) repeat-y top right;
    height: 100%;
    color: white;
    width: 270px;
    padding: 40px 20px 0 20px;
    box-sizing: border-box;
    background-size: 400px 1px;
}
.custom-slide .flex-caption h2
{
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 0;
    font-weight: bold;
    border-top: 4px solid #ee8541;
    padding-top: 10px
}
.custom-slide .flexslider .entry-meta
{
    border-bottom: 4px solid #ee8541;
    padding-bottom: 20px;
}
.custom-slide .entry-date,.custom-slide .post-category
{
    color: #fff;
    padding: 2px 5px;
}
.custom-slide a
{
    color: #fff !important;
}
.custom-slide .slide-image
{
        margin-bottom: 0;
}
.custom-slide .flex-direction-nav a
{
    color: #000 !important;
}
.custom-slide .fu-st
{
    background: #ee8541;
    padding: 2px 30px;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0;
}

.post-excerpt
{
    line-height: 1.4;
    font-size: 13px;
    color: #828181;
    margin-bottom: 0px;
}
.entry-content h3,.entry-list h3
{
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
}
.entry-meta 
{
    font-size: 12px;
}

.newsplus_recent_posts .entry-meta
{
    display: none;
}
.newsplus_recent_posts .post-list h4 
{
    line-height: 1.3;
}
.widget-donate 
{
    margin-bottom: 0px;
}
.widget-donate input
{
    background: none;
    border:none;
    padding: 0;
    margin: 0px;
}
.widget_top-posts
{
    padding: 6px 10px 0 10px;
    background: -webkit-linear-gradient(#1DBCB3, #1DA4BC);
    background: -o-linear-gradient(#1DBCB3, #1DA4BC);
    background: -moz-linear-gradient(#1DBCB3, #1DA4BC);
    background: linear-gradient(#1DBCB3, #1DA4BC);
}
.widget_top-posts a,.widget_top-posts h3
{
    color: #fff !important;
}
.widget_top-posts ul li
{
    border-bottom: 1px solid #fff !important;
    font-size: 14px;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span
{
    width: 100%;
}
.sd-title
{
    display: none !important;
}
.entry-header
{
    margin-bottom: 20px;
}
.paginate
{
    margin-bottom: 20px;
}
.paginate a,.paginate .dots
{
    display: inline-block;
    background: #1DBCB3;
    color: #FFFFFF;
    text-decoration: none;
    padding: 3px 15px;
    border: 1px solid #ebebeb;
    font-size: 18px;
}
.paginate .current
{
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 3px 15px;
    border: 1px solid #ebebeb;
    font-size: 18px;
    background: #CB5028;
}
.paginate a:hover
{
    color: #FFFFFF;
}

.aratube-page h1,.aratube-page h2,.aratube-page h3,.aratube-page h4,.aratube-page p,
.aratube-page a,span,.aratube-page .page-title,.aratube-page .entry-meta a
{
    color: #fff;
}
.aratube-page .newsplus-news-ticker
{
    display: none;
}
.aratube-page #main
{
    background: url('http://aranews.net/wp-content/themes/aratheme/images/vod-bg.png');
}
.aratube-page .grid-row .entry-grid
{
    width: 25%;
}
.aratube-page .entry-meta a 
{
    font-size: 10px;
}
.aratube-page .main-videos .two-third .entry-content
{
    display: none;
}
.aratube-page .main-videos .one-third h3
{
    font-size: 40px;
}
.aratube-page .main-videos .one-third
{
    padding-left: 20px;
}
.aratube-page .main-videos .post-thumb
{
     max-height: none !important;
}
.aratube-menu
{
     margin-bottom: 10px;
    background: #48494a;
}
.aratube-menu ul
{
    list-style: none;
    margin: 0;
}
.aratube-menu ul li
{
    display: inline-block;
    padding: 8px 8px;
    border-right: 1px solid #676767;
}
.aratube-menu ul li a
{
    font-size: 12px;
    font-weight: 800;
}
.js-marquee-wrapper
{
     -webkit-animation-duration: 80s !important; /* Safari 4.0 - 8.0 */
    animation-duration: 80s !important;
   
}
.related-post .jp-relatedposts
{
     padding-top: 0;
    margin: 5px 0 0 0;
}
.related-post .section_title
{
    margin-bottom: 0;
}
.twitterUnderPost , .NewsletterUnderPost
{
    font-style: italic;
    font-size: 14px;
    margin-bottom: 5px;
    background: #f1f1f1;
    padding: 0 5px;
}




