/*
 Theme Name:   Catamaran Child Theme
 Theme URI:    https://catamaran.axiomthemes.com/
 Description:  Catamaran Child Theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com/
 Template:     catamaran
 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:  catamaran
*/


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

.portfolio_page {
    position: relative;
	background-color: #fff;
    border-radius: 25px;
    /*box-shadow: 0px 0px 20px 1px #30869640; */
	box-shadow: 1px 1px 20px 5px #89898940;
    padding: 40px;
}

/*[class*="scheme_"].sc_layouts_row {
    color: var(--theme-color-text);
    box-shadow: 1px 1px 20px 5px #89898940;
}*/

.top_panel_custom_header-simple-light, .top_panel_custom_header-default {
    color: var(--theme-color-text);
    background-color: var(--theme-color-bg_color);
	box-shadow: 1px 1px 20px 5px #89898940;
}