/*
Theme Name: 3h child
Version: 1.0
Description: A child theme of 3 Herrera
Template: 3h
*/

@import url("../3h/style.css");

.title_subtitle_holder_inner h1 span {
    background-color: rgba(65, 126, 129, 0.62);
	padding: 5px;
}

.projects_holder.hover_text article .hover_feature_holder_title .portfolio_title a:hover{
	color: #2B705B;
}

.header_top .header-widget a:hover{
	color: #4b8775;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>RESPONSIVE<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
@media screen and (max-width: 1240px) {
	header nav.main_menu ul li a span:not(.plus) {
    padding: 12px 10px;
}
}

@media screen and (max-width: 1130px) {
header nav.main_menu ul li a span:not(.plus) {
    padding: 12px 5px;
}
}

@media screen and (max-width: 1130px){
	nav.main_menu > ul > li > a {
		font-size: 11px;
	}
}

/*###### COOKIEBOT #######*/

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{
    background-color: #304e70!important;
    border-color: #304e70!important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{
    border: 2px solid #304e70!important
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a{
    color: #304e70!important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogHeader{
    display: none!important;
}

#CybotCookiebotDialog *, #CybotCookiebotDialogBodyUnderlay *{
    font-size: 13px!important;
}

