/*
Theme Name: ProfitMag Pro
Theme URI: http://themepalace.com/downloads/profitmag-pro/
Author: Rigorous Themes
Author URI: http://rigorousthemes.com/
Description: ProfitMag Pro is a clean and responsive magazine theme with elegant design suitable for blog, magazine, news or any editorial websites. It comes with a highly customizable theme customizer that let you manage the website at an instant. It is suitable for news, magazine, publishing, media houses, tv channels, journal and other editorial websites. For live preview: http://themepalace.com/downloads/profitmag-pro/
Version: 2.1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: profitmag-pro
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, one-column, two-columns, three-columns, sticky-post, theme-options, threaded-comments, translation-ready, footer-widgets, blog, news, education, entertainment

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.

ProfitMag is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html{
    font-family:sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
}

body{
    margin:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
    display:block
}
audio,canvas,progress,video{
    display:inline-block;
    vertical-align:baseline
}
audio:not([controls]){
    display:none;height:0
}

[hidden],template{
    display:none
}
a{
    background:transparent
}
a:active,
a:hover{
    outline:0;
}
abbr[title]{
    border-bottom:1px dotted
}
b,strong{
    font-weight:bold
}
dfn{
    font-style:italic
}
h1{
    font-size:2em;margin:0.67em 0
}
mark{
    background:#ff0;color:#000
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sup{
    top:-0.5em
}
sub{
    bottom:-0.25em
}
img{
    border:0;
    max-width: 100%;
}
svg:not(:root){
    overflow:hidden
}
figure{
    margin:1em 40px
}
hr{
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    height:0
}
pre{
    overflow:auto
}
code,kbd,pre,samp{
    font-family:monospace, monospace;font-size:1em
}
button,input,optgroup,select,textarea{
    color:inherit;font:inherit;margin:0
}
button{
    overflow:visible
}
button,select{
    text-transform:none
}
button,html input[type="button"],input[type="reset"],input[type="submit"]{
    -webkit-appearance:button;
    cursor:pointer
}
button[disabled],html input[disabled]{
    cursor:default
}
button::-moz-focus-inner,input::-moz-focus-inner{
    border:0;padding:0
}
input{
    line-height:normal
}
input[type="checkbox"],input[type="radio"]{
    box-sizing:border-box;
    padding:0
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{
    height:auto
    }input[type="search"]{
        -webkit-appearance:textfield;
        -moz-box-sizing:content-box;
        -webkit-box-sizing:content-box;
        box-sizing:content-box
    }
    input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{
        -webkit-appearance:none
    }
    fieldset{
        border:1px solid #c0c0c0;margin:0 2px;
        padding:0.35em 0.625em 0.75em
    }
    legend{
        border:0;padding:0
    }
    textarea{
        overflow:auto
    }
    optgroup{
        font-weight:bold
    }
    table{
        border-collapse:collapse;
        border-spacing:0
    }
    td,th{
        padding:0
    }

/*--------------------------------------------------------------
Menus
--------------------------------------------------------------*/

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


.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-previous a,
.paging-navigation .nav-previous a,
.post-navigation .nav-previous a,
.comment-navigation .nav-next a,
.paging-navigation .nav-next a,
.post-navigation .nav-next a {
    background: #289dcc;
    padding:10px;
    color: #fff;
    display: inline-block;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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 img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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


/****************************************************************************************************************/

/*** For Browser Support ***/


.browsehappy{
    background:#555;
    color:#fff;
    text-align:center;
    padding:10px 0;
}

.browsehappy a{
    color:yellowgreen;
}


/*** UNIVERSAL CSS ***/


.clear{
    clear:both;
}

.clearfix:after, .clearfix:before{ display:table; content:""}
.clearfix:after{ clear:both;}
.clearfix{*zoom:1}
*{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}


body {
    background: #eeeeef;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 22px;
}


.boxed-layout #page {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#999)";/*IE 8*/
    -moz-box-shadow: 0px 0px 12px #999;/*FF 3.5+*/
    -webkit-box-shadow: 0px 0px 12px #999;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0px 0px 12px #999;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#999); /*IE 5.5-7*/

    background: none repeat scroll 0 0 #ffffff;
    margin: 0 auto;
    width: 1230px;
}


.wrapper {
    background: #ffffff;
    margin:0 auto;
    padding: 0 30px;
    width: 1230px;
}


.f-left{
    float: left;
}

.f-right{
    float: right;
}

.t-center{
    text-align: center;
}

a{
    color:inherit;
    text-decoration: none;
    transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
}

p{
    font-family: cursive;
    margin: 0 0 16px;
}

h1, h2, h3, h4, h5, h6{
    font-family: inherit;
    font-weight: 700;
    margin: 0 0 16px;
}

p { 
font-size:16px; 
} 

.entry-content p {
    line-height: 1.8;
}

h1{
    font-size: 26px;
}

h2{
    font-size: 20px;
}

h3{
    font-size: 18px;
}

h4{
    font-size: 16px;
}

h5{
    font-size: 14px;
}

h6{
    font-size: 16px;
}

ul{
    margin: 0;
    padding: 0;
}

figure{
    margin: 0;
}

i.fa{
    margin-right: 9px;
}

/****************************** ADDED BY SHISHTA **********************************/

/*-----------------*\
    #HEADER
    \*-----------------*/


    .top-header-block{
        background: #000000;
    }

    /***** TICKER *****/

    .ticker-wrapper.has-js{
        background: none;
        border-radius: 0;
        /*height: auto;*/
        margin: 0;
        padding:0;
        width: 400px;
    }

    .ticker{
        background: none;
        height: auto;
        overflow: visible;
        position: static;
        width: 100%;
    }

    .ticker-title, .ticker-content, .ticker-content a{
        background: none;
        color: #ffffff;
        line-height: 40px;
        padding: 0 0 0 13px;
    }

    .ticker-title{	
        line-height: 40px;
        padding: 0 18px;	
    }

    .wrapper .ticker-swipe {
        background: none !important;
    }

    .ticker-wrapper.has-js{
        font-size: 14px;
    }

    .header-latest-posts.f-left {
        color: #fff;
        width: 500px;
        position: relative;
        overflow: hidden;
    }

    .header-latest-posts.f-left .latest-post-title {    
        display: inline-block;
        float: left;
        font-size: 14px;
        font-weight: 700;
        line-height: 40px;
        padding: 0 18px;
        text-transform: uppercase;
    }

    .ticker-content > a {
        padding-left: 0;
    }

    .ticker-content a:hover{	
        text-decoration: none;
    }

    .ticker-swipe span{
        display: none !important;
    }

    /*************************************/

    /***** SOCIALS *****/

    .socials a{
        color: #ffffff;
        display: inline-block;
        font-size: 18px;
        line-height: 36px;
        margin-left: 12px;
    }

    .socials a:first-child{
        margin-left: 0;
    }

    /*--------- search part ------------*/

    form.searchform{
        padding: 3px 0 0 0;
    }


    /*************************************/

    /***** LOGO & ADDS *****/

    .site-branding{
        padding: 15px 0 9px;
    }

    .site-logo.f-left > a.site-title,
    .site-logo.f-left > a.custom-logo-link{
        display: inline-block;
    }

    .site-logo.f-left > a.site-title{
     padding-top: 18px; 
 }


 .site-logo.f-left > a.custom-logo-link{
    padding-top: 18px;
}

a.site-title {
    font-size: 36px; 
    text-transform: uppercase;   
    line-height: 36px; 
}

.site-logo.f-left {
    width: 32%;
}

.site-logo.f-left img {
    width: 100%;
}

.header-ads.f-right {
    text-align: right;
    width: 67.5%;
    overflow: hidden;
}


.header-ads.f-right img {
    width: 100%;
}

/*************************************/


/***** HEADER-MENU *****/

.slicknav_menu, .responsive-slick-menu{
    display: none;
}

.header-wrapper #site-navigation{
    background: #000000;	
    min-height: 50px;
    position: relative;
}

.home-icon {
    float: left;    
}

.main-navigation .home-icon a {
    padding: 10px 15px 5px;
}

.home-icon .fa {
    color: #ffffff;
    font-size: 30px;
    margin-right: 0;
}

.header-wrapper .home-icon{	
    background:url(images/menu-bg.png) repeat-y scroll right top #000000;	
    position: static;
}

.menu-main-menu-container{
    float: left;
}

.header-wrapper .desktop-menu .menu{
    display: inline-block;
    float: left;	
    position: absolute;
    top: 0;
}

/***** HEADER-MENU Right Aligned *****/
.header-wrapper .menu-right .desktop-menu .menu{
    float: right;
    right: 0;
}
.main-navigation.menu-right ul ul li:hover > ul{
    right: 100%;
    left: auto;
}

.header-wrapper .menu li{	
    background:url(images/menu-bg.png) repeat-y scroll right top #000000;	
    position: static;
}

.header-wrapper .menu > li.current-menu-item > a, .header-wrapper .menu > li.current-menu-parent > a, .header-wrapper .menu > li.current_page_parent > a, .header-wrapper .menu > li.current_page_ancestor > a{
    color: #ffffff;
}

.header-wrapper .menu > li.current-menu-item > a:before, .header-wrapper .menu > li.current-menu-parent > a:before, .header-wrapper .menu > li.current_page_parent > a:before, .header-wrapper .menu > li.current_page_ancestor > a:before{	
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    top: -4px;
    width: 100%;
}

.header-wrapper .menu li a{
    color:#ffffff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    padding: 0 25px;
    position: relative;
    text-transform: uppercase;
}

.header-wrapper .search-block{	
    display: inline-block;
    float: right;    
    margin: 7px 10px;
    position:relative;
    width: 188px;
}

.header-wrapper .search-block input#s, .widget_search input#s{	
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    line-height: 31px;
    height: 31px;
    padding: 2px 23px 2px 8px;
    width: 100%;
}

.header-wrapper .search-block #searchsubmit, .widget_search #searchsubmit{
    background: url(images/search.png) no-repeat;
    border: none;
    cursor: pointer;
    font: 0/0 a;
    height: 15px;
    position: absolute;
    right: 7px;
    text-shadow:none;
    top:10px;
    width: 13px;
}

/*** SUB-MENU ***/

.header-wrapper .main-navigation ul ul.sub-menu {
    top: 50px;
}
.header-wrapper .main-navigation ul ul.sub-menu li.menu-item-has-children{
    position: relative;
}
.header-wrapper .main-navigation ul ul.sub-menu ul.sub-menu {
    top: 0px;
}

.header-wrapper ul.sub-menu li a{
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
    padding: 10px 15px;
}

/*** MENU OPTIONS ***/

.header-wrapper .menu-right .menu-main-menu-container{
    float: right;
    left: auto;
    right: 0;
}

.header-wrapper .menu-right .menu li{
    background-position: left top;
}

.header-wrapper .menu-right .search-block{
    float: left;
}

/*** MEGA MENU ***/

.header-wrapper .mega-sub-menu li.menu-item-inner-mega{
    background: none !important;	
    position: relative;
}

.header-wrapper ul.sub-menu.mega-sub-menu {
    background: #2D2D2D;
    width: 1170px;
}

.main-navigation ul li:hover > ul.sub-menu.mega-sub-menu{
    left: 0px;
}

.main-navigation.home-nav-icon ul li:hover > ul.sub-menu.mega-sub-menu{
    left: -57px;
}

.main-navigation ul li:hover > ul.sub-menu.mega-sub-menu + ul.sub-menu{
    top:100%;
}

.mega-sub-menu .pm-mega-menu-cat-wrap .mega-cat-menu{
    width: 100%;
}



.mega-sub-menu .pm-mega-menu-cat-wrap{
    background: #000000;
    float: left;
    padding: 20px 0;
    width: 18%;
}

.mega-sub-menu .pm-mega-menu-con-wrap{
    float: left;
    padding:20px 0 20px;
    width: 100%;
}

.mega-sub-menu.mega-cat-menu .pm-mega-menu-con-wrap{
    padding:20px 0 20px;
    width: 82%;
}

.mega-sub-menu .menu-post-block{
    float: left;
    padding: 0 15px;
    width: 25%;
}

.mega-sub-menu.no-mega-cat-menu .menu-post-block{
    width: 20%;
}

.mega-sub-menu .menu-post-block h2{
    color: #ffffff !important;
    margin-top: 10px;
}

.mega-sub-menu .menu-post-block h2 a{
    color: #ffffff !important;
    line-height: 1;
}

.mega-sub-menu .menu-post-block a{
    padding: 0 !important;
    width: 100%;
}

.mega-sub-menu .menu-post-block .mega-img-thumb img{
    vertical-align: top;
    width: 100%;
}



/**********************************************************************************/
/**********************************************************************************/

/*-----------------*\
    #FOOTER
    \*-----------------*/

    /*** COMMON FOOTER CSS ***/

    .site-footer{
        background:#131313;
    }

    .footer-wrapper{
        background: #000000;
        color: #ffffff;
        padding: 59px 0 0;
    }

    .footer-wrapper a{
        color: #ababab;
    }

    .footer-wrapper .border{
        border-top: 1px solid #1c1c1c;
        padding: 20px 0;
    }

    .footer-wrapper li{
        list-style-type: none;
    }

    .footer-wrapper .socials a{
        color: #ffffff;
    }

    /***************************************/

    .footer-wrapper .top-bottom{
        padding: 0 30px;
    }

    .footer-columns.full-col .col,
    .footer-columns.half-col .col,
    .footer-columns.four-cols .col {
        width: 25%;
        float: left;
    }

    .footer-columns.three-cols .col {
        width: 33%;
    }

    .footer-columns .col:last-child:after {
        content: "";
        clear: both;
        display: block;
    }

    #footer-bottom {    
        clear: both;
    }
    .footer-wrapper .col {
        display: inline-block;
        padding-left: 30px;
        vertical-align: top;	
    }

    .footer-wrapper .widget-title{
        border:none;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        line-height: 17px;
        margin: 0 0 10px;
        text-transform: uppercase;
    }

    .footer-wrapper .widget-title span{
        border:none;
        width: auto;
    }

    .footer-wrapper .col li a{
        display: block;
        line-height: 36px;
        text-transform: uppercase;
    }

    #footer-bottom .clear{
        display: none;
    }

    #footer-bottom .footer-columns{
        border-top: 1px solid #1c1c1c;
        margin-top: 19px;
        padding: 25px 0;
    }

    .footer-columns .col.footer1 {
        padding-left: 0px;
    }

    #footer-bottom .footer-columns .widget-title{
        font-size: 16px;
        letter-spacing: -1px;
    }

    .footer-wrapper .eemail_textbox_class {	
        border: 1px solid #c02d19;
        border-radius: 0;
        color: #000000;
        height: 40px;
        font-size: 13px;
        font-weight: 500;
        line-height: 40px;
        padding: 5px 30px 5px 5px;
        width: 100%;
    }

    .footer-wrapper .eemail_textbox_button{
        color: transparent;
        font: 0/0 a;
        text-shadow:none;
        background: url(images/mail.png) no-repeat scroll center;
        border: none;
        height: 13px;
        width: 16px;
        -webkit-appearance:none;
    }

    .footer-wrapper .skype{
        color:#bdbdbd;
    }

    .footer-wrapper .mail{
        color:#e17474;
    }



    /**********************************************************************************/
    /**********************************************************************************/

/*---------------------------*\
    #CONTENT-HOMEPAGE
    \*---------------------------*/

    .content-wrapper{
        padding-top: 13px;
    }


    /*** SLIDER AND FEATURED SECTION ***/

    .slider-section {
        float: left;
        overflow: hidden;
        position: relative;
        width: 660px;
    }

    .slider-section .bx-wrapper .bx-viewport{
        background: none;
        border: none;
        box-shadow: none;
        left:0;
    }

    .slider-section .bx-wrapper li{
        cursor: pointer;
        overflow: hidden;
    }

    .slider-section .bx-wrapper img{
        float: left;
        transition: all 0.5s ease-in-out 0s;
        -webkit-transition:all 0.5s ease-in-out 0s;
        -moz-transition:all 0.5s ease-in-out 0s;
        width: 100%;
    }

    .slider-section .bx-wrapper img:hover{
        transform: scale(1.1);
    }

    .slider-section .slider-desc{
        background: rgb(0, 0, 0);
        background: transparent;
        background: rgba(0, 0, 0, 0.5);/* FF3+,Saf3+,Opera 10.10+,Chrome,IE9*/
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);/*IE 5.5-7*/
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000)";/*IE8*/
        zoom: 1;

        bottom: 0;
        color: #ffffff;
        left: 0;
        padding-bottom: 24px;
        position: absolute;
        width: 100%;
    }

    .slider-section .slide-title a{
        color: #ffffff;
        font-size: 20px;
        line-height: 24px;
    }

    .slider-section .slide-caption{
        font-size: 14px;
        line-height: 22px;
    }

    .slider-section .slide-date {   
        display: inline-block;
        font-size: 11px;
        padding: 4px 11px;
    }

    .slider-section .slide-date i{
        margin-right: 9px;
    }

    .slider-section .bx-controls-direction{
        bottom: 92px;
        position: absolute;
        right: 10px;
    }

    .slider-section .bx-controls-direction a{	
        color: transparent;
        display: inline-block;
        font:0/0 a;
        height: 30px;
        left: 0;
        margin: 0;
        position: relative;
        top:0;
        text-shadow:none;
        width: 30px;
    }


    .slider-section .bx-controls-direction a.bx-next{
        background-position: -38px 0;
        margin-left: 8px;
    }


    .slider-details {
        padding: 15px;
    }

    .besides-block{
        float: left;
        width: 510px;
    }

    .besides-block .beside-post{	
        float: left;
        margin:0 0 15px 15px;
        position: relative;
        width: 47%;
    }

    .besides-block .beside-thumb{
        margin: 0;
        overflow: hidden;
        position: relative;
    }

    .besides-block .overlay{
        background: rgba(0, 0, 0, 0.4);
        height: 100%;
        left: 0;
        position: absolute;
        top:0;
        width: 100%;
    }

    .besides-block .beside-post:hover .overlay{
        background: rgba(0, 0, 0, 0);
    }

    .besides-block .beside-post:hover img{
        transform: scale(1.1);
    }

    .besides-block .beside-thumb img{
        float: left;
        transition: all 0.5s ease-in-out 0s;
        -webkit-transition:all 0.5s ease-in-out 0s;
        -moz-transition:all 0.5s ease-in-out 0s;
        width: 100%;
    }

    .besides-block .beside-caption{
        color: #ffffff;
        padding: 0 15px;
        position: absolute;
        bottom: 14px;
        left: 0;
        width: 100%;
    }

    .besides-block .beside-caption .post-title{
        font-size: 16px;
        line-height: 18px;
        margin: 0;
    }

    .besides-block .beside-caption .post-date{
        font-size: 12px;
        line-height: 24px;
    }

    .besides-block .beside-caption .post-date i{
        font-size: 11px;
        margin-right: 9px;
    }

    /************** END SLIDER ********************/

    /***** HOME-CONTENT *****/

    #primary{
        width: 73%;
    }

    .secondary-sidebar{
        width: 25.8%;
    }

    /*** RIGHT-SIDEBAR ***/

    .right_sidebar #primary{
        float: left;
    }

    .right_sidebar .secondary-sidebar{
        float: right;
    }

    /*** LEFT-SIDEBAR ***/

    .left_sidebar #primary{
        float: right;
    }

    .left_sidebar .secondary-sidebar{
        float: left;
    }

    /*** NO-SIDEBAR ***/

    .no_sidebar #primary{
        width: 100%;
    }


    /*** BOTH-SIDEBAR ***/

    .both_sidebar #primary-wrap{
        float: left;
        width: 73%;
    }

    .both_sidebar .secondary-sidebar{
        float: right;
        width:25%;
    }

    .both_sidebar #primary-wrap .secondary-sidebar{
        float: left;
        width: 32%;
    }

    .both_sidebar #primary-wrap #primary{
        float: right;
        width: 65%;
    }

    /*** COMMON TITLE ***/
    .secondary-sidebar .widget-title, .profitmag_widget_popular_entries .widget-title{
        border-bottom: 1px solid #d9d9d9;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 15px;
        padding: 0 0 5px;
        position: relative;
        text-transform: uppercase;
    }

    .secondary-sidebar .widget-title:before, .profitmag_widget_popular_entries .widget-title:before{
        bottom: 0;
        content: '';	
        display: inline-block;
        left: 0;
        position: absolute;
        text-transform: uppercase;
        width: 100px;
        max-width: 100%;
    }

    .secondary-sidebar [class*='bordertitle-']{
        width: 140px;
    }

    .secondary-sidebar .widget-title span{
        display: block;
    }

    .block-title{
        border-bottom: 1px solid #d9d9d9;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 15px;
        padding: 12px 0 5px;
        position: relative;
        text-transform: uppercase;
    }

    .page-title{
        border-bottom: 1px solid #d9d9d9;	
        margin-bottom: 15px;
        padding: 15px 0;
        position: relative;
        text-transform: uppercase;
    }

    [class*='bordertitle-']{
        bottom:0px;
        border-bottom-width: 3px ;
        border-bottom-style:solid;
        display:inline-block;
        left: 0;
        position: absolute;
        text-transform: uppercase;
        width: 100px;
        max-width: 100%;
    }

    .feature-main-title{
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 8px;
    }

    .feature-main-date{
        font-size: 12px;
        line-height: 24px;
    }




    /***** SECONDARY-SIDEBAR *****/

    .secondary-sidebar .widget-area.sidebar{
        margin-bottom: 15px;
    }

    .secondary-sidebar .widget-area.sidebar .widget{
        background:#f2f2f2;
        padding: 12px;
    }

    .secondary-sidebar .widget-area.sidebar img{
        float: left;        
    }

    #sidebar-section-ads-one, #sidebar-section-ads-two, #sidebar-section-mid-ads, #sidebar-section-side-mid{
        background: none;
        padding:0;
    }

    .secondary-sidebar .widget-area.sidebar li, .featured-post-sidebar{
        border-bottom: 1px solid #d9d9d9;
        list-style-type: none;
        margin-bottom: 10px;
        overflow: hidden;
        padding-bottom: 10px;
    }

    .view-all-link a{       
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        float: right;
        height: 30px;
        line-height: 26px;
        text-align: center;
        text-transform: uppercase;
        width: 79px;
    }

    .view-all-link a:hover{	
        color: #ffffff;
    }

    .widget-feature {
        background: #f2f2f2;
        padding: 12px;
    }


    /*** LIKE COUNT ***/

    .secondary-sidebar .widget-area.sidebar .profitmag-like-count li {
        border-bottom: none;
        display: inline-block;
        overflow: hidden;
        width: 24%;
        margin: 0;
        padding: 0;
    }

    .profitmag-like-count ul li a {
        background: #fff;
        border: 1px solid transparent;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #555;
        display: block;
        font-size: 17px;
        margin: 0 2px;
        padding: 5px;
        text-align: center;
    }

    .profitmag-like-count ul li a span.fa {
        display: block;
        font-size: 20px;
        margin-bottom: 7px;
    }

    .profitmag-like-count p {
        font-size: 12px;
        margin-bottom: 0;
        text-align: center;
    }

    /*** SOCIAL POST SHARES ***/

    #social-post-shares {
        min-width: 100px;
        width: 10%;
        text-align: center;
        float: left;
        padding: 0 20px;
    }

    #social-post-shares ul {
        list-style: none;
    }

    #social-post-shares ul li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e5e5;
    }

    #social-post-shares ul li a {
        display: block;
        position: relative;
        top: 5px;
        bottom: 0;
        margin-bottom: 5px;
    }

    #social-post-shares ul li a:hover {
        top: 0;
        bottom: 5px;
    }

    #social-post-shares .fa {
        font-size: 32px;
        margin-right:0;
    }

    #social-post-shares + .post-content {
        width: 87%;
        float: right;
    }
    .post-content ul {
        margin: 15px 25px;
    }
    body.both_sidebar #social-post-shares + .post-content {
        width: 80%;
        float: right;
    }

    /*** RECENT POST ***/

    .footer-columns .profitmag_widget_popular_entries .widget-image,
    .sidebar .profitmag_widget_popular_entries .widget-image
    {
        float: left;	
        width: 40%;

    }
    /*----- change ------*/

    .profitmag_widget_recent_entries .widget-image{
        float: left;
        width: 32%;
    }

    .sidebar .profitmag_widget_recent_entries .post-date{
        display: block;
        float: left;
        padding-left: 10px;
        width: 60%;
    }

    /*----- /change ------*/

    .profitmag_widget_recent_entries a,
    .profitmag_widget_popular_entries a{
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        line-height: 20px;
    }

    .sidebar .profitmag_widget_recent_entries p a,
    .sidebar .profitmag_widget_popular_entries p a{
        float: left;
        padding-left: 10px;
        width: 60%;
    }

    .profitmag_widget_popular_entries .post-date,
    .profitmag_widget_recent_entries .post-date{
        margin: 0 0 16px;
    }

    .sidebar .profitmag_widget_popular_entries .post-date,
    .sidebar .profitmag_widget_recent_entries .post-date{
        margin: 0;
    }

    .footer-columns .profitmag_widget_popular_entries li,
    .sidebar .profitmag_widget_popular_entries li,
    .footer-columns .profitmag_widget_recent_entries li,
    .sidebar .profitmag_widget_recent_entries li{
        clear: both;
    }
    .footer-columns .profitmag_widget_popular_entries li .popular-image img,
    .sidebar .profitmag_widget_popular_entries li .popular-image img,
    .footer-columns .profitmag_widget_recent_entries li .recent-image img,
    .sidebar .profitmag_widget_recent_entries li .recent-image img{
        display: inline;
        float: none;
        width: 100%;
    }
    .footer-columns .profitmag_widget_popular_entries li .post-desc,
    .sidebar .profitmag_widget_popular_entries li .post-desc,
    .footer-columns .profitmag_widget_recent_entries li .post-desc,
    .sidebar .profitmag_widget_recent_entries li .post-desc{
        font-size: 13px;
    }
    .footer-columns .profitmag_widget_popular_entries .widget-title{
        border-bottom: none;
        padding: 0;
        font-size: 18px;
        line-height: 17px;
    }
    .footer-columns .profitmag_widget_popular_entries .widget-title:before{
        border-bottom: 0;
    }

    .footer-columns .profitmag_widget_recent_entries li .post-desc,
    .footer-columns .profitmag_widget_popular_entries li .post-desc{
        float: left;
        padding-left: 10px;
        width: 60%;
    }


/*** FEATURED POST **


/*** PHOTO GALLERY ***/

.photogallery-wrap{
    margin-left: -11px;
}

.photogallery-wrap .nivolight{
    display: inline-block;
    float: left;
    margin:0 0 15px 11px;
    width: 29%;
}


/*** FACEBOOK SECTION ***/

#sidebar-section-side-mid .fb_iframe_widget{
    border:1px solid #000000;
}


/********** END SECONDARY SIDEBAR **************/

/***** PRIMARY-CONTENT *****/

.featured-post{
    float: left;
    margin:0 15px 16px 0;
    width: 31.5%;
}

.featured-post .post-thumb {    
    margin-bottom: 12px;
}

.featured-post .post-thumb img{
    float: left;
    width: 100%;
}

.featured-post .post-desc h3{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.featured-post .post-desc .post-date{
    font-size: 12px;
    line-height:24px;
}

/****************************************/

.mid-section-ads img{
    width: 100%;
}
.textwidget img {
    margin-top: 25px;
}

/*---------------------------*\
    #WIDGETS
    \*---------------------------*/

    /*** WIDGET-SEARCH ***/

    .widget_search{
        position: relative;
        width: 100%;
    }

    /*** CALENDER ***/

    #calendar_wrap #wp-calendar {
        width: 100%;
    }

    #calendar_wrap #wp-calendar caption {
        font-size: 13px;
        font-weight: 700;
        padding: 15px 0;
        text-align: center;
        text-transform: uppercase;
    }

    #calendar_wrap table, #calendar_wrap th, #calendar_wrap td, #calendar_wrap tr {
        border: 1px solid rgba(0, 0, 0, 0.03);
        border-collapse: collapse;
        padding: 3px;
    }

    #calendar_wrap #wp-calendar th, #calendar_wrap #wp-calendar td {
        border: 1px solid rgba(0, 0, 0, 0.03);
        text-align: center;
    }

    #calendar_wrap th {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
        line-height: 20px;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    }


    #calendar_wrap #wp-calendar #today, #calendar_wrap #wp-calendar #today a {	
        color: #fff;
    }

    /*** ERROR404 ***/

    .error404 #primary{
        text-align: center;
        width: 100%;
    }

    .error404 #primary .not-found{
        min-height: 400px;
        padding-top: 100px;
    }


    /**********************************************************************************/
    /**********************************************************************************/
    /*added by sadima*/

    .home-featured-block.block-3 {
        background-color: #f2f2f2;
        margin: 0 0 15px;
        padding: 0 16px 16px;
    }

    .featured-post-three {
        float: left;
        margin: 0 2% 10px 0;
        min-height:136px;/*160px*/
        width: 18%;
    }

    .featured-post-three .feature-main-title {
        font-size: 14px;
    }

    .featured-excerpt-block {
        padding: 0 16px 0 0;
        border-bottom: 1px solid #d9d9d9;
    }

    .post-main-thumb{
        width:58%;/*488px*/
        float:left;
    }


    .post-main-desc{
        width:42%;/*350px*/
        float:right;
        padding:0 0 0  20px;
    }

    .featured-post-main {
        margin: 0 0 15px;
    }

    .featured-excerpt-block .featured-post{
        width:50%;
        margin:0 0 15px 0;
    }

    .post-thumb-small {
        width:24%; /*100px*/
        float: left;
    }

    .featured-post .post-main-desc{
        padding: 0 0 0 14px;
        width:71%; /*297px*/
        float: left;
    }

    .featured-excerpt-block .featured-post-main .post-main-desc h3 {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }

    .featured-excerpt-block .featured-post .post-main-desc h3 {
        font-size: 14px;
        margin:0;
    }

    .featured-excerpt-block .featured-post-main .post-excerpt {
        font-size: 14px;
        line-height: 22px;
    }

    .featured-excerpt-block .featured-post .post-excerpt {
        font-size: 13px;
    }

    .single-col{
        margin: 0 0 0 -30px;
    }

    .home-featured-block-single-col {
        float: left;
        width:46.6%; /*412px*/
        margin: 0 0 0 30px;
    }

    .featured-post-block-coltype .post-desc p{
        font-size:13px;
        line-height:22px;
    }

    .featured-post-block-coltype .post-thumb-mini {    
        float: left;
        height:auto; /*115px*/
        width: 42%;/*175px*/
    }


    .featured-post-block-coltype .post-thumb-mini.clearfix img {
        float: left;

    }

    .featured-post-block-coltype .post-desc {
        float: left;
        padding: 0 0 0 22px;
        width: 58%;/*235px*/
    }

    .featured-post-block-coltype{
        margin: 0 0 20px;
    }

    .popular-widget-area li{
        list-style-type:none;
    }

    .home-featured-block.popular-widget-area {
        border-top: 1px solid #d9d9d9;
        padding: 0 16px 0 0;
        border-bottom: 1px solid #d9d9d9;
    }

    .popular-widget-area li {
        float: left;
        list-style-type: none;
        margin: 0 0 0 16px;
        width: 193px;
    }

    .home-featured-block.popular-widget-area  ul {
        margin: 0 0 0 -16px;
    }

    .profitmag_widget_recent_entries li{
        clear: both;
    }

    .profitmag_widget_popular_entries li .post-desc,
    .profitmag_widget_recent_entries li .post-desc{
        font-size:16px;
        font-weight:700;
        margin: 0;
    }

    .profitmag_widget_popular_entries li .popular-image img{
        float: left;
        width: 100%;
    }

    .profitmag_widget_popular_entries li .post-desc a, 
    .profitmag_widget_recent_entries li .post-desc a{
        line-height: 22px;
    }



    .home-media-gallery .block-title {
        /*padding-bottom */
    }

    .gallery-block{
        background-color:#f7f7f7;
        padding: 16px 18px 40px 18px;
    }

    #gallery-slider {
        margin: 0 0 9px;
    }

    .slides > li {
        list-style-type: none;
    }

    .slides > li img{
        width: 100%;
    }

    #gallery-carousel .slides  li {
        margin: 0 8px;
        width: 73px !important;
        float:left;
        list-style-type:none;
    }

    #gallery-carousel  li img {
        border:1px solid #545455;
    }

    #gallery-carousel {
        width:100%;/*818px*/
    }


    #gallery-carousel  li.flex-active-slide img,#gallery-carousel  li:hover img{
        border:1px solid #0c70b6;
    }

    #gallery-carousel  li:hover {
        cursor:pointer;
    }


    #gallery-carousel .flex-viewport{
        overflow:inherit !important;
    }

    #gallery-carousel .slides {
        /*width: 808px;*/
        height:45px;
    }

    #gallery-carousel .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: none repeat scroll 0 0 #101010;
    }

    #gallery-carousel .mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
        height: 6px;
        margin: 6px 0;
    }

    #gallery-carousel .mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        height: 6px;
        margin: 6px auto;
    }

    #gallery-carousel .mCSB_scrollTools .mCSB_draggerContainer {
        border: medium none;
    }

    #gallery-carousel .mCSB_scrollTools .mCSB_draggerRail {
        background: none repeat scroll 0 0 #989696;
    }

    #gallery-carousel .mCSB_container{
        background-color:#4a4a4a;
        padding: 10px 5px 5px;
    }

    .eemail_button {
        bottom: 4px;
        padding-bottom: 10px;
        position: absolute;
        right: 11px;
    }

    .eemail_widget > div {
        position: relative;
    }

    .col .eemail_textbox {
        padding-bottom: 0;
    }

    #text-5 {
        border-top: 1px solid #1a1a1a;
        padding: 22px 0 0;
    }

    /***************************inner pages****************************************/


    .single-thumb {
        float: left;
        width:66%; /*563px*/
    }
    .single-thumb.cover-full {   
        width:100%; 
    }

    .single-thumb > img {
        width: 100%;
        height: auto;
    }

    .posted-on,.cat-links,.comments-link,.edit-link {
        font-size: 14px;
    }

    .posted-on a,.cat-links a,.comments-link a,.edit-link a {
        color: #7c7c7c;
    }

    .related-post {
        border-bottom: 1px solid #e3e3e3;
        border-left: 1px solid #e3e3e3;
        float: right;
        padding: 0 0 20px 14px;
        width: 32%;/*275px*/
    }

    .related-post li {
        border-bottom: 1px solid #e3e3e3;
        font-size: 14px;
        list-style-type: none;
        padding: 13px 0 12px;
    }

    .related-post li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .single .entry-content{
        color:#7c7c7c;
        font-size:14px;
        line-height:22px;
        padding:0 0 10px 0;
    }

    .comment-reply-title,.comments-title{
        border-bottom: 1px solid #d9d9d9;
        font-size: 16px;
        font-weight: 500;
        line-height: 48px;
        margin-bottom: 15px;
        position: relative;
        text-transform: uppercase;
    }

    .comment-form input {
        border: 1px solid #d9d9d9;
        color: #b8b8b8;
        font-size: 14px;
        padding: 10px;
        width: 313px;
    }

    .comment-form-author input,.comment-form-email input{
        float:left;
        margin: 0 0 16px;
    }

    .comment-form-author input{
        margin: 0 29px 16px 0;
    }

    .comment-form-url input{
        clear:both;
        width:655px;
    }

    .comment-form textarea{
        width:77%display: block;;
        border: 1px solid #d9d9d9;
        resize:none;
        color: #b8b8b8;
        font-size: 14px;
        padding: 10px;
    }

    .comment-form .form-submit input, .read-more{	
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        line-height: 26px;
        padding:4px 10px;
        background-color:#fff;
        width:auto;
        transition:all 0.3s ease-in-out 0s;
        -webkit-transition:all 0.3s ease-in-out 0s;
        -moz-transition:all 0.3s ease-in-out 0s;
    }

    .comment-form .form-submit input:hover,.read-more:hover{   
        color:#fff;
    }

    .comment-list{
        margin: 0 0 20px 0;
    }

    .comment-list li {
        color: #7c7c7c;
        font-size: 13px;
        list-style-type: none;
        clear: both;
        padding: 0 0 20px;
        border-bottom:1px solid #e5e5e5;
        margin: 0 0 20px;
    }

    .comment-list li ul.children {
        border-top:1px solid #e5e5e5;
        padding-top: 20px;
        margin-left: 50px;
        margin-top: 20px;
    }

    .comment-list li ul.children > li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .comment-author img {
        float: left;
        margin: 0 20px 0 0;
    }

    .fn {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        color: #000;
    }

    .fa.fa-thumbs-up,.fa.fa-thumbs-down {
        font-size: 18px;
    }

    .fa.fa-thumbs-up {
        margin: 0;
    }

    .fa.fa-clock-o {
        font-size: 14px;
        margin-right: 3px;
    }


    article.post .entry-footer {
        clear: both;
    }

    article.post .entry-header {
        margin: 0 0 10px;
    }

    article.post .entry-header .entry-title {
        font-size: 20px;
        margin: 0 0 10px;
    }

    article.post .entry-content {
        font-size: 13px;
        margin: 0;
    }

    article.post .post-thumb {
        float: left;
        margin: 0 2% 10px 0;
        width: 24%;
    }


    .post-thumb img {
        width: 100%;
    }

    article.post{
        border-bottom:1px solid #e5e5e5;
        padding: 0 0 10px;
    }

    article.post .entry-content{
        float: left;
        width: 72%;
    }

    .comments-link,.edit-link{
        border-left: 1px solid #ccc;
        margin-left: 12px;
        padding-left: 10px;
    }

    article.post .read-more {
        display: block;
        float: right;
        margin-bottom: 16px;
    }

    .page-numbers{	
        display: block;
        float: left;
        font-size: 12px;
        font-weight: 700;
        height: 20px;
        text-align: center;
        text-transform: uppercase;
        line-height: 16px;
        margin: 0 0 20px 10px;
        padding:0;
        background-color:#fff;
        width:20px;
        transition:all 0.3s ease-in-out 0s;
        -webkit-transition:all 0.3s ease-in-out 0s;
        -moz-transition:all 0.3s ease-in-out 0s;
    }

    .page-numbers:hover, .page-numbers.current{
        color: #fff;
    }


    .single article.post .entry-content{
        width: 100%;
    }

    .single article.post .entry-content figure ~ p {
        margin-top: 15px;
    }

    .single-feat {
        padding-bottom: 10px;
    }

    /**********************/
    /***** BLOG TYPES *****/
    /**********************/

    /*** BLOG-LARGE-IMAGE ***/

    .blog-large-image article.post .post-thumb{
        margin: 0 0 20px 0;
        width: 100%;
    }

    .blog-large-image article.post .entry-content{
        width: 100%;
    }

    /*** BLOG-ALTERNATE-IMAGE ***/

    .blog-alternate-image article:nth-child(2n+1) .post-thumb{
        float: right;
    }

    .blog-alternate-image article:nth-child(2n+1) .entry-content{
        float: left;
        padding:0 2% 0 0;
    }


    .footer-copyright > p {
        color: #ffffff !important;
    }

    .footer-columns .col .textwidget > p {
        color: #fff !important;
    }

    /* 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: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. */
    }



/**	
 * 
 * Custom Styles
 * @since profitmag pro 2.1.4
 * 
 */

 div#breadcrumb-container {
    background: rgb(242, 242, 242);
    margin: 10px 10px 0px 0px;
    padding: 10px 0px 10px;
}
.breadcrumb {
    display: inline-block;
    box-shadow: 0 0 5px 1px rgba(202, 47, 26, 0.35);
    overflow: hidden;
    border-radius: 5px;
    margin: 5px 10px;
    counter-reset: flag; 
}

.breadcrumb a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    color: white;
    padding: 0 10px 0 35px;
    background: #666;
    background: linear-gradient(#666, #333);
    position: relative;
}
.breadcrumb a:first-child {
    padding-left: 46px;
    border-radius: 5px 0 0 5px;
}
.breadcrumb a:first-child:before {
    left: 14px;
}
.breadcrumb a:last-child {
    border-radius: 0 5px 5px 0; 
    padding-right: 20px;
}

.breadcrumb a.active, .breadcrumb a:hover{
    background: #333;
    background: linear-gradient(#333, #000);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
    background: #333;
    background: linear-gradient(135deg, #333, #000);
}

.breadcrumb a:after {
    content: '';
    position: absolute;
    top: 0; 
    right: -18px;
    width: 36px; 
    height: 36px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background: #666;
    background: linear-gradient(135deg, #666, #333);
    box-shadow: 
    2px -2px 0 2px rgba(0, 0, 0, 0.4), 
    3px -3px 0 2px rgba(255, 255, 255, 0.1);
    border-radius: 0 5px 0 50px;
}
.breadcrumb a:last-child:after {
    content: none;
}
.breadcrumb a:before {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 8px 0;
    position: absolute;
    top: 0;
    left: 30px;
    background: #444;
    background: linear-gradient(#444, #222);
    font-weight: bold;
}

.flat a, .flat a:after {
    background: black;
    color: white;
    transition: all 0.5s;
}
.flat a:before {
    background: white;
    box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active, 
.flat a:hover:after, .flat a.active:after{
    background: #ffffff;
    color: black;
}

@media (max-width: 500px) {	
    div#breadcrumb-container {
        display: none;
    }
}


/*-----------tab css-----------*/

.ui-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
}

.secondary-sidebar .widget-area.sidebar .ui-widget-header,
.secondary-sidebar .widget-area.sidebar .ui-widget-content,
.ui-state-default,
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default,
.footer-wrapper .ui-widget-header,
.footer-wrapper .ui-widget-content{
    background: transparent;
    border: 0;
}

.secondary-sidebar .widget-area.sidebar .ui-tabs .ui-tabs-nav,
.secondary-sidebar .widget-area.sidebar .tab-nav li,
.footer-wrapper .ui-tabs .ui-tabs-nav{
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.secondary-sidebar .widget-area.sidebar .tab-nav li{
    text-align: center;
    width: 33.33%;
}

.footer-wrapper .tab-nav li{
    padding-right: 5px;
    display: block;
}

.footer-wrapper .ui-tabs .ui-tabs-nav li{
    margin: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active{
    border: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    padding:0;
    text-align: center;
    width: 100%;
}

.secondary-sidebar .tab-nav .widget-title{
    margin: 0;
}

.ui-tabs .ui-tabs-panel{
    padding: 0;
}

.secondary-sidebar .widget-area.sidebar .tab-content-wrapper{
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    display: block;
    float: left;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
}

.secondary-sidebar #tabs .widget-title,
.secondary-sidebar #tabs .widget-title:before{
    border-bottom: 0;
}

/*.widget-image img{
    width: 91%;
    }*/


    .widget-image,
    .tab-nav p a,
    .tab-nav p .post-date{
        float: left;
    }


    .tab-nav p a,
    .tab-nav p .post-date{
        width: 60%;
    }

    .secondary-sidebar .widget-area.sidebar .tab-nav p a{
        font-weight: 700;
    }

    .secondary-sidebar .widget-area.sidebar .tab-content-wrapper p{
        margin: 0;
    }

    .tab-nav p a{
        padding-left: 10px;
    }

    .post-date{
        /*padding:0 10px;*/
    }

    .secondary-sidebar .widget-area.sidebar .tab-content-wrapper .post-date,
    .footer-wrapper .post-date{
        display: block;
        font-size: 12px;
        overflow: hidden;
        padding-left: 10px;
        width: 60%;
    }


    .ui-state-active, 
    .ui-widget-content .ui-state-active, 
    .ui-widget-header .ui-state-active{
        background: #fff;
    }


    .footer-wrapper .ui-widget-header .ui-state-active{
        background: transparent;
    }

    .secondary-sidebar .widget-area.sidebar .comment-wrapper{
        background: #fff;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
        display: block;
        overflow: hidden;
        width: 100%;
        margin-bottom: 15px;
    }
    .secondary-sidebar .widget-area.sidebar .comment-wrapper:last-child {
        margin-bottom: 0px;
    }
    .comment-content{
        display: block;
        float: left;
        overflow: hidden;
        width: 100%;
    }

    .comment-wrapper img,
    .comment-wrapper p{
        float: left;
    }

    .comment-wrapper .comment-content img{
        width: 40%;
    }

    .comment-wrapper .comment-content p{
        padding: 0 10px;
        width: 60%;
        word-wrap: break-word;   
    }


    .ui-widget-header .ui-state-active a h3{
        color: #289dcc;
    }

    .sidebar ul li a:focus,
    .footer-wrapper .tab-nav ul li a:focus{
        outline: none;
    }

    .tab-content-wrapper{
        display: block;
        overflow: hidden;
        padding: 10px 0;
        width: 100%;
    }

    .secondary-sidebar .widget-area.sidebar li:last-child{
        margin-bottom: 0;
    }

    .footer-wrapper .post-date{
        color:#fff;
    }

    .socials{
        float: left;   
    }

    .secondary-sidebar .tab-nav .widget-title{
        padding: 10px 0;
        text-transform: none;
    }


    .home-featured-block.popular-widget-area .profitmag-tab-section ul{
        margin: 0;
        padding: 0;
    }

    .home-featured-block.popular-widget-area .profitmag-tab-section h3{
        margin: 12px 0;
    }

    .home-featured-block.popular-widget-area .profitmag-tab-section p{
        margin: 0;
    }

    .home-featured-block.popular-widget-area .profitmag-tab-section .comment-wrapper{
        display: block;
        overflow: hidden;
        width: 100%;
    } 

    .home-featured-block.popular-widget-area .profitmag-tab-section .comment-wrapper .comment-content{
        margin: 10px 0;
    }




    /*-------- widget post-date --------*/

    .sidebar .profitmag_widget_popular_entries .post-date{
        float: left;
        padding-left: 10px;
        width: 60%;
    }

    /*------- breadcrum --------------*/

    .breadcrumb-home-breadcrumb{
        display: none;
    }

    /*---instra---*/

    .secondary-sidebar .widget-area.sidebar .footer-instagram li{
        border:0;
        margin: 0;
        padding: 0;
    }

    /*-------- categories -----------*/

    .categories-wrapper{
        padding-bottom: 5px;
    }

    .categories-wrapper a {
        background: #289dcc;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        font-style: normal;
        margin: 1px;
        padding: 0 5px;
    }

    .categories-wrapper a:hover{
        color: #000;
    }

    .post-main-desc p{
        margin: 0 0 5px;
    }

    .featured-post-block-coltype .post-desc p{
        margin: 0;
    }

    .feature-main-title{
        margin: 0;
    }


    /*------- widget_search ---------*/

    .widget .menu-main-menu-container{
        float: none;
    }

    .widget_search form div{
        position: relative;
    }

    .widget_search #searchsubmit{
        right: 10px;
        top: 7px;
    }


    .secondary-sidebar .widget-area.sidebar .rsswidget img{
        float: none;
    }

    .s-center a{
        vertical-align: middle;
    }




 



