/*
Theme Name: wow Child Theme
Description: Child theme for the WOW. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Theme URI: http://themeforest.net/user/XpeedStudio
Author: XpeedStudio
Author URI: http://xpeedstudio.com
Version: 2.3
* Tags: One page wordpress theme, landing page wordpress theme, drag & drop wordpress theme,  one-column, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
Template: wow-parent
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto+Slab:100,300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');
@import url("../wow-parent/style.css");


.title {
	margin-top: 3%;
}

.wpcf7-form input {
    border-left: 3px solid #1ac6ff;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
    height: 45px;    
    border-radius: 3px;
    font-size: 16px;
    color: #88a9ac;    
    border: 1px solid rgba(26, 198, 255, 0.4);
    border-left: 3px solid #1ac6ff;
}

.wpcf7-form input.wpcf7-submit {
	float: left;
	color: #fff;	
}

.wpcf7-form input.wpcf7-submit:hover {
	float: left;
	color: #1ac6ff;	
}

.wpcf7 form .wpcf7-response-output {
	margin-top:3em;
}

.home-section{
    padding-top: 30px;
}


.home-section h2 {
    font-size:21px;
    font-weight: 700;
}
.home-section .home-form{
    background-color: rgba(0,0,0,0.35);
    padding: 15px 24px;
}

.navbar-collapse {
    margin-bottom:10px;
}


@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.home-section .fw-divider-space{
 display:none;
}

}

