/*
Theme Name: Network Craze
Theme URI: http://totalwptheme.com
Description: Total WordPress child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* ----------------------------------------------------
	Global
------------------------------------------------------- */


/* ----------------------------------------------------
	Home page
------------------------------------------------------- */


/* ----------------------------------------------------
	Site header
------------------------------------------------------- */

#site-header-inner {
  padding: 24px 0;
}

#header-search {
  position: absolute;
  top: 10px;
  right: -7px;
}

#header-search .searchform input {
  padding: .2em 40px .2em .4em;
  font-size: .9em;
  width: 260px;
}


/* ----------------------------------------------------
	Header images
------------------------------------------------------- */

.wpex-vc-row-stretch_row_content_no_spaces .wpb_single_image .vc_single_image-wrapper,
.wpex-vc-row-stretch_row_content_no_spaces .wpb_single_image .vc_single_image-wrapper img {
  width: 100%;
}

/* ----------------------------------------------------
	Main Nav
------------------------------------------------------- */

#site-navigation .dropdown-menu > li.quote-link {
  margin: 0 8px;
}

#site-navigation .dropdown-menu > li.quote-link > a {
  background: #c5413f;
  color: #fff;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
}

#site-navigation .dropdown-menu > li.quote-link > a:hover {
  color: #fff;
  background: #dc4846;
}

.navbar-style-one {
  height: 40px;
  margin-top: -20px;
}

.navbar-style-one .dropdown-menu > li > a > span.link-inner {
  padding: .5em 8px;
}

.navbar-style-one .dropdown-menu > li > a {
  height: 40px;
  line-height: 40px;
}



/* ----------------------------------------------------
	Typo
------------------------------------------------------- */

a, a:hover {
  text-decoration: none;
}

a:hover {
  color: #444;
}

ul.link-list {
  list-style: none;
  margin-left: 0;
}

/* ----------------------------------------------------
	Forms
------------------------------------------------------- */

.vc_column_container .sidebar-box .wpcf7-form,
.wpcf7-form {
  background: #eee;
  padding: 10px;
}

.wpcf7-form p {
  margin-bottom: 10px;
}

.vc_column_container .sidebar-box .wpcf7-form input[type="text"],
.vc_column_container .sidebar-box .wpcf7-form input[type="email"],
.vc_column_container .sidebar-box .wpcf7-form input[type="tel"],
.vc_column_container .sidebar-box .wpcf7-form textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
}

input.wpcf7-submit {
  font-size: 1.1em;
  font-family: "Titillium Web", "Roboto", arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

input.wpcf7-submit:hover {
  background: #dc4846!important;
}

/* ----------------------------------------------------
	Footer
------------------------------------------------------- */

#footer-callout {
  font-size: inherit;
}

#footer-callout h2 {
  font-size: 1.7em;
  margin-top: 10px;
}

#footer-builder,
#footer-builder h3 {
  color: #fff;
}

#footer-builder h3 {
  margin: 0 0 15px;
}

#footer-builder ul {
  list-style: none;
  margin-left: 0;
}

#footer-builder a {
  color: #edf1f5;
}

#footer-builder a:hover {
  color: #fff; 
}

/* ----------------------------------------------------
	Sidebars
------------------------------------------------------- */

.sidebar-box li {
  font-size: .9em;
}

/* ----------------------------------------------------
	Blog main
------------------------------------------------------- */

#blog-header {
  margin-bottom: 40px;
}

#blog-header img {
  width: 100%;
  height: auto; 
}

/* ===================================================================
 *
 * Responsive styles
 *
 * ================================================================ */

@media (max-width: 479px) {
  
  #primary img.alignright,
  #primary img.alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }
   
}

@media (min-width: 768px) {
 
  #home-logo-container .wpex-vc-columns-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
  }
  
  #home-logo-container .wpex-vc-columns-wrap .wpb_column {
   -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto; 
  }
}

@media (max-width: 1000px) {
  
  #header-search {
    display: none;
  }
  
  #header-phone {
    display: none;
  }
}

@media (max-width: 1100px) {
  
  #site-navigation .dropdown-menu > li > a > span.link-inner {
    font-size: .9em;
    padding: .5em 6px;
  }
}

