/*
 Theme Name:   Echo Child Theme
 Theme URI:    http://echo.ancorathemes.com/
 Description:  Echo Child Theme
 Author:       AncoraThemes
 Author URI:   http:///ancorathemes.com/
 Template:     echo
 Version:      1.0
 Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  echo
*/


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

.sc_services .sc_services_item_pictogram img {
    height: 0.7em;
}

.sc_services_accent.color_style_dark .sc_services_item:not(.with_image):hover img {
    filter: invert(100%);
}

@media(min-width: 1440px) {
	.sc_services_accent .sc_services_item_title {
    	padding-right: 10%;
	}
}


.form-style-3 .sc_button_wrap .wpcf7-submit-style .submit-style-in {
    background-color: var(--theme-color-text_link2);
}

.wpcf7 .sc_button_wrap .wpcf7-submit-style:active .wpcf7-submit + .submit-style-in,
.wpcf7 .sc_button_wrap .wpcf7-submit-style:focus .wpcf7-submit + .submit-style-in,
.wpcf7 .sc_button_wrap .wpcf7-submit-style:hover .wpcf7-submit + .submit-style-in {
    background-color: var(--theme-color-text_hover2);
}

.wpcf7 .sc_button_wrap .wpcf7-submit-style .wpcf7-submit {
    padding: 17px 35px !important;
}

.wpcf7 .sc_button_wrap .wpcf7-submit-style .submit-style-in:before {
    display: none;
}

.sc_layouts_menu_popup .sc_layouts_menu_nav, 
.sc_layouts_menu_nav > li ul:not(.sc_item_filters_tabs) {
    width: 17em;
}