/*
 Theme Name:   Corgan Child Theme
 Theme URI:    https://corgan.ancorathemes.com/
 Description:  Corgan Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com
 Template:     corgan
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  corgan
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */


.mfp-figure figcaption {
    display: none;
}

#sidebar-portfolio {
    margin-top: 30px;
}

.sc_team_item a {
    pointer-events: none;
}

.sc_portfolio.sc_portfolio_default .sc_portfolio_item .post_featured .post_info {
    -webkit-transform: translateX(0%) translateZ(0);
      -ms-transform: translateX(0%) translateZ(0);
      transform: translateX(0%) translateZ(0);
}

.trx_addons_columns_wrap > [class*="trx_addons_column-"] {
  float: left;
}

.post_meta.post_meta_categories {display: none;}

.navigation.post-navigation {display: none!important;}

.post_meta {display: none!important;}

.socials_share {display: none!important;}
 
@media screen and (max-width: 600px) {


  .portfolio_page.portfolio_page_details_right .portfolio_page_content_wrap, .portfolio_page.portfolio_page_details_left .portfolio_page_content_wrap {
    order: 1!important;
  }
  
  .portfolio_page.portfolio_page_details_right .portfolio_page_details_wrap, .portfolio_page.portfolio_page_details_left .portfolio_page_details_wrap {
      order: 10!important;
  }

}

