/*
Theme Name: Educenter Pro Child
Theme URI: https://sparklewpthemes.com/wordpress-themes/educenterpro/
Author: sparklewpthemes
Author URI: https://sparklewpthemes.com
Description: Educenter Pro Premium WordPress Theme is a simple, clean and elegant user-friendly, impressive engaging, dynamic and fully customizable responsive design WordPress Themes, Educenter pro premium WordPress Theme specially designed for the education business. which is very easy to use for all type education institutions like colleges, university, institute, schools, online courses, and different other education-based websites. The theme shows your website within a satisfactory viable way on smartphones, iPhones, tablets, and laptops, as well as large screens. This theme will help you to create a very high-quality and perfect instructional website effortlessly and easily in less time. Educenter Pro Premium WordPress Theme  has many for advance features layout and settings like ( 4 different quickcontact layout, 3 different demo import layout, 11+ custom widget area, different page builder plugins compatible, call to action with video, easily manage the course of the feature in front or any other page, 2 different blog layout, team member, testimonial, client brand logo list, dynamic color options with many more, which features help to develop a clean and modern website. Also, Educenter Pro Premium WordPress theme is fully responsive, cross-browser compatible, translation ready, SEO friendly theme and supports WooCommerce and some other external plugins like element page builder, Page Builder by SiteOrigin, Jetpack, Contact Form 7 and many more plugins. If you face any problem related to our education theme, you can refer to our theme documentation or contact our friendly support team. Check demo at http://demo.sparklewpthemes.com/educenterpro/demos and theme details at https://sparklewpthemes.com/wordpress-themes/educenterpro and get free support forum at https://sparklewpthemes.com/support/
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: educenter-pro
Text Domain: educenter-pro-child
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-quickcontact, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, e-commerce, education
*/



/**
 * Header Search Form
*/
.quickcontact .search {
    cursor: pointer;
}

.ed-pop-up {
    width: 350px;
    right:55px;
    z-index:999;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    /*top:214px;*/
    background: #fff;
}

.ed-pop-up.active {
    opacity: 1;
    visibility: visible;
}


.ed-pop-up .search-form {
    position: relative;
}

.ed-pop-up label {
    display: block;
}

.ed-pop-up input.search-field {
    width: 100%;
    padding: 10px 15px;
    height: 45px;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.ed-pop-up .search-form input.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    height: 45px;
    font-size: 16px;
    padding: 10px 15px;
    color: #fff;
    background: #004b8e;
    border-radius: 0;
    -webkit-border-radius: 0;
}


/*==========================
responsive
==========================*/

@media (max-width: 900px) {
	.ed-pop-up {
        right: 0;
        width: 100%;
    }
}

@media (max-width: 625px) {
    .headertwo .ed-slider, .headertwo .ed-breadcrumb {
        margin-top: 0;
    }
}