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

.page_content_wrap {
	background-color: #EEDBC378;
}

.color_style_link2 .sc_item_subtitle {
    color: #95614E !important;
}

nav.sc_item_pagination .nav-links {
	margin-top: 40px;
	background: #95614E;
}
nav.sc_item_pagination .nav-links:hover {
	background: #C17746;
}

.cpt_portfolio-template-default .page_content_wrap {
	background-color: #EEDBC378;
}

.portfolio_page_content_wrap {
	margin-bottom: 35px;
}

/* Disable caption in portfolio items */
.mfp-content figcaption {
	display: none;
}
/* Default styling for send button */
.wpcf7 .wpcf7-submit-style .submit-style-in {
	background-color: #95614E !important;
}

.sc_slider_controls.sc_slider_controls_alter .slider_controls_wrap>a.slider_next:before, .sc_slider_controls.sc_slider_controls_alter .slider_controls_wrap>a.slider_prev:before {
    font-size: 40px;
    color: black;
}
.sc_slider_controls.sc_slider_controls_alter .slider_controls_wrap>a.slider_next, .sc_slider_controls.sc_slider_controls_alter .slider_controls_wrap>a.slider_prev {
    border: none;
    height: 2.5em;
    width: 3.5em;
    line-height: 2.5em;
}

.sc_button {
	background-color: #433130 !important;
}

/* Colors styling */
.portfolio_page_title {
	color: #95614E;
}

a:hover {
    color: #433130 !important;
}
.portfolio_page_details_share .socials_wrap .social_item:hover .social_icon {
   color: #433130 !important;
}

.sc_item_descr.sc_title_descr {
	color: #000;
}
.sc_button:hover {
    background-color: #fff !important;
}

/* Mobile logo fix */
@media screen and (max-width: 1000px) {
	.logo_image {
		width: 100px !important;
		height: auto !important;
		max-height: 100px !important;
	}
	.socials_mobile {
		display: none !important;
	}
}