/*
Theme Name: Wireless Partners Theme
Theme URI: https://www.wireless-partnersllc.com/
Author: Visible Logic
Author URI: https://visiblelogic.com
Description: Custom WordPress theme for Wireless Partners.
Version: 1.0.0
Text Domain: wireless_partners_theme
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}



mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.875rem;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}
h1 {
color: #fff;
font-weight: 900;
font-size: 5.313em;
line-height: 1.1em;
}

h2 {
 color: #446789;
 font-weight: 900;
 font-size: 2.250em;
 margin: 0 0 .25em 0;
}
h3 {
font-size: 1.375em;
    padding-bottom: 0;
margin-bottom: 0em;
}
@media screen and (max-width: 37.5em) {
	/* Small screen text styles. */
    h1 {
  font-size: 2.125em;
    }
    h2 {
  font-size: 1.8em;
    }
  }
/* end of Small screens. */
.entry-content p {
    font-size:1.375em;
    margin: 0 auto 1em;
    line-height: 1.45em;
    font-weight: 300;
}

p + .wp-block-group.alignfull.has-background {
    margin-top: 4em;
    
}
.entry-content .wp-block-columns p:last-child,.entry-content blockquote p:last-child {
    margin-bottom: 0;
}
dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0;
  
}
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
    border-top: 1px solid #b2b2b2;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.nav-menu li.button {
    padding: 0 15px 3px 15px;
    background: #70A0BB;
    line-height: 31.9px;
}

.main-navigation li.button a:hover {
    color: #252525;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #446789;
    text-decoration: none;
    /*was: 1f9fe9*/
}

a:hover, a:focus, a:active {
  color: #446789;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
header#masthead.site-header.entry-content {
    background: #252525;
    margin: 0;
}
header#masthead.site-header.entry-content > * {
   margin: 0 auto;
}
header#masthead.site-header.entry-content div div div div.wp-block-column {
    margin: 25px 0;
}
.main-navigation {
    clear: both;
	display: block;
    margin: 0;
  }

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
    }


.entry-content .main-navigation ul ul li {
    margin-bottom: 12px;
}
.main-navigation ul ul ul {
	left: 0;
	top: 0;
}

.main-navigation ul ul a, .main-navigation ul ul ul a {
	 font-weight: 500;
    font-size: 14px;
    line-height: 1.2em;
}
.main-navigation ul ul ul.sub-menu {
    padding-top: 12px;
display: block;
position: relative;
box-shadow: none;
padding-left: 12px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  display: block;
	left: auto;
}

.entry-content .main-navigation li {
	position: relative;
    margin-bottom: 0;
    font-size: .8em;
    }

.main-navigation a {
	display: block;
	text-decoration: none;
    color: #fff;
    font-size: 1em;
font-weight: 400;
}
.main-navigation .current_page_item a,
.main-navigation .current-page-parent a,
.main-navigation ul li.current-menu-item a {
	color: #4abdff;
}
.main-navigation a:hover {
	color: #4abdff;
}

.menu-toggle {
  padding: 1em;
}
.logo img {
 max-width: 185px;
 height: auto;
}
.hero-image.entry-content .wp-block-group {
    margin: 0 auto;
}
@media only screen and (min-width:600px) and (max-width:780px) {
    .site-header .wp-block-columns .wp-block-column.logo {
        flex-basis: 20% !important;
    }
    .wp-block-column.nav-wrap {
        flex-basis: 80% !important;
    }
}
@media screen and (max-width: 37.5em) {
	/* Small menu. */
    header#masthead.site-header.entry-content div div div div.wp-block-column {
        text-align: center;
    }
    .menu-toggle,
	.main-navigation.toggled ul {
		display: block;
    margin: 10px 0 0 0;
padding: 0;
	}
    .main-navigation button.menu-toggle::after {
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f0c9";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
        text-rendering: auto;
    }
    .main-navigation button.menu-toggle {
    border: 0;
    background: 0 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 1.2em;
        font-weight: 700;
        margin: auto;
    }
    .entry-content .main-navigation li {
        margin-bottom: 1em;
        margin-left: 0;
    }
     .mobile-hide {
      display:none !important;
    }
    
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
        margin: 0 !important;
  }
  .main-navigation a {
    padding: 3px 5px 0 0;
  }
  .logo {
  text-align:left;
    }
}
@media screen and (min-width: 1024px) {
    #page.site {
        position: relative;
    }
    #page.site header#masthead.site-header.entry-content {
        position: absolute;
        top: 40px;
        width: 100%;
        z-index: 100;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  border-bottom: 1px solid #e2e4e7;
	margin: 0 auto 60px;
  max-width: 580px;
	overflow: hidden;
  padding-bottom: 60px;
}

.nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	width: 50%;
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft,
.alignright {
	max-width: 580px !important;	/* Let's work to make this !important unnecessary */
}

.alignleft img,
.alignright img,
.alignleft figcaption,
.alignright figcaption {
	max-width: 50%;
	width: 50%;
}

.alignleft figcaption {
	clear: left;
}

.alignright figcaption {
	clear: right;
}

.alignleft img,
.alignleft figcaption {
  float: left;
  margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
	width: 25%;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
  margin: 0 auto;
  max-width: 100%;
}
.site-footer {
 padding: 30px 0;
 background: #252525;
    color: #fff;
}
.site-footer div.wp-block-group.alignwide {
    margin: 0 auto;
}
.site-footer div.wp-block-group.alignwide div.wp-block-columns.alignwide {
    margin-bottom:0;
}
@media screen and (min-width: 768px) {
.site-footer .social {
    text-align: right;
}
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.entry-meta {
  color: #6c7781;
  font-size: 90%;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.entry-header,
.page-header,
.entry-footer,
.site-info,
.posts-navigation,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
  margin: 1.5em auto;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 580px;
}

.entry-header .wp-post-image {
  margin-bottom: 1.5em;
}

.entry-footer span{
  margin-right: 1em;
}

@media screen and (min-width: 608px) {
  .entry-header,
  .page-header,
  .entry-footer,
  .site-info,
  .posts-navigation,
  .post-navigation,
  .page-navigation,
  .comments-area,
  .not-found .page-content,
  .search .entry-summary {
    padding-left: 0;
    padding-right: 0;
  }
}



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}
/*BEGIN CUSTOM CSS*/
.hero-image img {
    width: 100%;
    height: auto;
}
.has-dark-blue-background-color {
    background: #446789;
}
.has-bright-blue-background-color {
    background: #1f9fe9;
}
.has-grey-blue-background-color {
    background: #70a0bb;
}
.has-dark-grey-background-color {
    background: #252525;
}
.has-light-grey-background-color {
    background: #ebebeb;
}

.service-columns div.wp-block-column div.wp-block-group.has-light-grey-background-color.has-background {
    height: 100%;
    padding-bottom: 55px;
}
.service-columns h3, .service-columns p {
    padding-left: 28px;
    padding-right: 28px;
}
.hero-image {
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 200px;
}
.no-bottom-margin {
    margin-bottom:0 !important;
}
.no-top-margin {
    margin-top:0 !important;
}
.team p {
    font-size: 1.1em;
}
.hero-image.entry-content div.wp-block-group div.wp-block-group__inner-container {
      padding: 20px 0;
    }
@media screen and (min-width: 768px) {
   .hero-image {
       min-height: 685px;
}
    .hero-image.entry-content div.wp-block-group div.wp-block-group__inner-container {
       padding-top: 80px;
    }
    h2.has-large-font-size {
    font-size: 70px;
    line-height: 75px;
}
}
.hero-image h1 {
    margin:0;
}
.wp-block-group.alignfull.has-background {
    padding: 45px 0;
}

@media screen and (min-width: 1024px) {
    .hero-image.entry-content div.wp-block-group div.wp-block-group__inner-container {
        max-width: 700px;
        padding-top: 200px;
    }
    .page-id-41 .hero-image.entry-content div.wp-block-group div.wp-block-group__inner-container {
        max-width: 800px;
    
    }
}
.wpforms-field-container {
    width: 80% !important;
    display: block;
}
div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"] {
    background-color: #464646;
    border: none;
    color: #fff;
    font-size: 1em;
    padding: 10px 15px;
    border-radius: 0;
    margin: 0;
    display: block;
}
div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
    background-color:#446789; 
}