/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/*
solverenergy logo green: #299d71; - rgb(41,157,113)
solverenergy logo blue: #367db7; - rgb(54,152,183)
solverenergy.hu link blue: #1d80d3
solverenergy.hu link green: #008000
solverenergy.hu sidebar bg: #202432 rgb(32, 36, 50);
*/

body {
    color:#333;
}


.bg-theme-light,
.section:not(.bg-transparent) {background-color: rgb(234, 244, 244) !important}
/*.su-bgcolor {background-color: rgb(234, 244, 244) !important }*/

a {color:#299d71;}

.menu-link {color:#333;}
.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
    color:#299d71;
}


.before-heading,
.color {color:#299d71 !important;}
/*.color {color:#1ABC9C !important;}*/


h1, h2, h3, h4, h5, h6 {
    color: #202432;
}

h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge) {
    color:#299d71;
}

.bg-color, .bg-color #header-wrap {
    background-color: #299d71 !important;
}

.button {
    background-color: #299d71;
}

.button.button-border {
    border-color: #367db7 !important;
    color: #367db7 !important;
}

.bg-theme-light, .section:not(.bg-transparent) {
    background-color: #edf1f9 !important; /* solverengergy.hu body bg */
}

/*
sovler mostani zold:
.color {color:#41A249 !important;}
*/

/*.testi-stars i {background-color:rgba(26, 188, 156, 0.4) !important;}*/
/*.testimonials .container::before,*/
/*.testimonials .container::after { color:rgba(26, 188, 156, 0.4) !important;}*/

.top-phone {background-color:rgba(54, 125, 183, 1) !important;}

@media (min-width: 992px) {
    .section-login-form {
        width:40%
    }

    .section-post {
        width:60%
    }

}
