/*
 Theme Name:   Corbesier Child Theme
 Theme URI:    https://corbesier.themerex.net/
 Description:  Corbesier Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     corbesier
 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:  corbesier
*/


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

/* Mobile-only: visible <768px, hidden ≥768px */
.mobile-only { display: block; }
@media (min-width: 768px) {
  .mobile-only { display: none; }
}

/* Desktop-only: hidden <768px, visible ≥768px */
.desktop-only { display: none; }
@media (min-width: 768px) {
  .desktop-only { display: block; }
}


h1.portfolio_page_title{
    font-size: 1.75em!important;
    text-align: left!important;
    max-width: 100%!important;
    margin-bottom: 50px!important;

}

@media (min-width: 768px) {
    h1.portfolio_page_title{
        font-size: 2.75em!important;
        line-height: 3.25em!important;
        text-align: center!important;
        max-width: 100%!important;
    }
}



.portfolio_page.portfolio_page_details_right .portfolio_page_video, .portfolio_page.portfolio_page_details_right .portfolio_page_gallery, .portfolio_page.portfolio_page_details_right .portfolio_page_content_wrap, .portfolio_page.portfolio_page_details_left .portfolio_page_video, .portfolio_page.portfolio_page_details_left .portfolio_page_gallery, .portfolio_page.portfolio_page_details_left .portfolio_page_content_wrap
 {
    width: 100%!important;
}