/*
Theme Name: oceanwp-child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 3.3.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/** page title (Tizenöt perc szünet felirat) */
.page-header-title{
	text-align: right !important;
}
/** end page title **/

/** page title 
.page-subheading{
	color: #717171 !important;
}
/** end page title **/

/** general button settings **/
.elementor-button, 
.button{
	box-shadow: 0 6px 18px rgba(163, 114, 59, 0.5) !important;
	border-radius: 15px !important;
}


/* latest posts widget */
.sidebar-container h4{
    font-size: 24px;
}
.wp-block-latest-posts__post-title{
    font-size: 16px;
}
.wp-block-latest-posts__list li{
    color: #8c6239;
}
.wp-block-latest-posts__list li:hover{
    color: #b07a43;
}
.wp-block-latest-posts__list li:active{
    color: #5c3e27;
}
.clr{
    font-size: 16px;
}
/* latest posts widget */

/** Go back button **/
.alg_back_button_input{
	border-radius: 15px;
}
/** end Go back button **/

/** sticky column **/
.sticky-parent 
.elementor-widget-wrap{
display: block!important; 
}
.sticky-column{
position: sticky;
position: -webkit-sticky;
top: 4rem;
}
/* hide menu column in mobile view*/
@media (max-width: 750px) {
	.sticky-parent {
		display: none;
	}
}
/* end hide menu column in mobile view*/

/* 🌐 Globe ikon az aktuális nyelv elé a Polylang menüben */
.pll-parent-menu-item > a.menu-link::before {
    content: "\f0ac";  /* Globe ikon Font Awesome-ból */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
    vertical-align: middle;
	padding-bottom: 0.25em;
}

/* end polylang globe */