/* ===================================================================================

* Theme Name: Arrowtic Child
* Theme URI: https://themeforest.net/user/johanspond
* Description: Arrowtic is powerful and modern digital marketing agency responsive WordPress Theme.
* Version: 1.0.0
* Author: Johanspond
* Author URI: http://pluginspoint.com/
* Template: arrowtic
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.wpcf7-form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 100%;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  }
  .wpcf7-form input, .wpcf7-form textarea {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
  }
  .wpcf7-form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
  }
  .wpcf7-form button:hover,.wpcf7-form button:active,.wpcf7-form button:focus {
    background: #43A047;
  }
  .wpcf7-form .wpcf7-response-output {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
  }
  .wpcf7-form .wpcf7-validation-errors {
    background-color: rgb(168, 78, 78);
    color: #FFF;
    padding: 10px 15px;
    border-width: 0 !important;
    text-decoration: none;
  }

  .footer-widget-wrapper{
      display: none;
      
  }

  .home5-footer{
    background: #111;
  }

  footer.footer-bg{
      background: #222 !important;
  }

  .mobile-menu.white-menu .mean-bar .meanmenu-reveal span{
    background: #222;
  }

  .mobile-menu.white-menu .mean-bar .meanmenu-reveal {
    border-color: #222;
    color: #222;
}

.main-menu ul li{
    margin-left: 27px;
}

.main-menu ul li > a{
    font-size: 13px;
}