/*
 Theme Name:   Secure Networks for Small Business
 Template:     generatepress
 Author: Community Web Development
 Author URI: http://www.comminternet.com/
 Version: 1.0
*/

/* clearfix */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/* prevent tel clicks on desktops */
a[href^="tel"] { pointer-events: none; }

/* allow tel clicks on phones */
@media (max-width: 767px) {
	a[href^="tel"] { pointer-events: auto; }
}


/* GLOBALS */

p:empty {
	display: none;
}

.alignleft, .alignright, .aligncenter {
	margin-top: 1em;
	margin-bottom: 1em;
}

.wp-caption {
    border: 1px solid #ccc;
    padding-top: 5px;
}

.wp-caption .wp-caption-text {
	text-align: center;
	padding: 1em;
	margin: 0;
}

.copyright-bar ul.menu {
	margin-left: 0;
}

.copyright-bar ul.menu li {
	display: inline;
	margin: 0 10px;
}

.copyright-bar p.branding {
	margin-bottom: 0;
}

.social-media li.other path {
	fill: currentColor;
}

.social-media li svg {
	height: 1em;
	width: 1em;
}

body a.gb-container-link {
	z-index: 1;
}

/*

FIX BUG WHERE TOP LEVEL HOVER COLOR REVERTS WHEN SELECTING A DROPDOWN MENU ITEM WHICH IS A DESCENDANT OF THE CURRENT PAGE

.main-navigation .main-nav ul li[class*="current-menu-"]:hover > a,
.main-navigation .main-nav ul li[class*="current-menu-"]:focus > a {
	color: #fff !important;
}

*/

/* Gravity forms popup confirmation message */

/* functional */
.gform_confirmation_message {
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  position: fixed;
  z-index: 99999;
}

.gform_confirmation_message:after {
	content: "\2715";
	position: absolute;
	top: 5px;
	right: 10px;
	color: #fff;
	font-weight: bold;
}

.gform_confirmation_message.hide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}

/* colors and styling */
.gform_confirmation_message {
  width: 90%;
  max-width: 660px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  padding: 30px;
  border: 2px solid #fff;
  box-shadow: 0 3px 10px rgba(0,0,0,0.5);
}

.gform_confirmation_message a {
	color: #fff;
	text-decoration: none;
}


/* GeneratePress Site CSS */ /* navigation button */

.main-navigation:not(.slideout-navigation) .main-nav li.nav-button a {
  color: #ffffff;
  border: 2px solid #5ce6e6;
  line-height: 38px;
	padding: 0px 18px 2px 18px;
  margin-left: 24px;
  transition: all 0.6s ease 0s;
}

.main-navigation:not(.slideout-navigation) .main-nav li.nav-button a:hover {
  color: #ffffff;
  border: 2px solid #ffffff;
}

/* image block shadows */

.photo-shadow img {
	box-shadow: 12px 12px 0px #edf0f5;
}

/* column shadows */

.column-shadow {
	box-shadow: -12px 12px 0px #edf0f5;
} /* End GeneratePress Site CSS */

.header-wrap .site-header {
	background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0.75) 100%);
}

#sticky-navigation {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(255,255,255,0.9);
}

.custom-footer .menu-footer-menu-container {
	font-size: 14px;
	margin: 120px auto 0 auto;
	text-align: center;
}

.custom-footer .menu-footer-menu-container ul {
	margin: 0 0 1em 0;
}

.custom-footer .menu-footer-menu-container ul li {
	margin: 0 5px;
	display: inline;
}

.custom-footer .branding {
	font-size: 12px;
	text-align: center;
	margin-top: 40px
}

.inside-header {
	flex-wrap: wrap;
}

.site-header .header-image {
	position: absolute;
	top: 20px;
}

.social-media .social-media-links {
	margin-left: 0;
}

.social-media .social-media-links li {
	display: inline;
	margin-right: 7px;
	font-size: 1.15em;
}

.hours .gb-headline-text {
	display: flex;
	flex-wrap: wrap;
}

.hours .gb-headline-text .label {
	width: 120px;
}

.hours .gb-headline-text .value {
	width: calc(100% - 120px);
}

.inside-right-sidebar {
	height: 100%;
}

.downtime-sidebar {
	position: sticky;
	top: 94px;
}

.border-img {
	border: 1px solid #ccc;
}

.menu li.support a {
	background: var(--accent);
	border: 2px solid var(--accent);
	height: 44px;
	color: #fff !important;
	line-height: 40px !important;
	margin-left: 15px;
}

.menu li.support a:hover {
	color: var(--accent) !important;
	background: none;
}

.error404 .site.grid-container.container {
	height: 360px;
}

.CSAT.sb-widget.reviewsWidget .reviews,
.CSAT.sb-widget .powered-by,
.NPS.sb-widget.reviewsWidget .reviews,
.NPS.sb-widget .powered-by {
	display: none !important;
}

.reviews-frame {
	width: 100%;
	height: 220px;
}

.csat-frame,
.nps-frame {
	height: 180px;
}

.gb-container .wp-gr {
	padding-bottom: 0px !important;
}

/* Generatepress Preset Breakpoints iPad portrait*/
@media (max-width: 1024px) {

	.pageTitle .gb-headline-text {
		margin-left: -10px;
	}
}

/* Custom nav breakpoint */
@media (max-width: 1000px) {

	.serving {
		order: 1;
	}
	
	.serving .phone-headline {
		margin: 0 !important;
	}
	
	#mobile-menu-control-wrapper {
		order: 2;
		margin-right: -20px;
	}
	
	 body .navigation-branding {
		margin-left: 20px;
	  }
  
	  body .slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle {
		border: none;
	  }
	  
	.reviews-frame {
		height: 270px;
	}
}

/* iPad breakpoint */
@media (max-width: 768px) {

	
	.inside-right-sidebar {
		margin: 60px auto;
		max-width: 500px;
	}

	.downtime-sidebar {
		position: static;
	}

}

/* Generatepress Preset Breakpoints under iPad*/
@media (max-width: 767px) {

	.serving {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		background: var(--straw);
		border-bottom: 1px solid rgba(0,0,0,0.1);
		outline: 1px solid rgba(255,255,255,0.65);
		text-shadow: 1px 1px 0px rgba(255,255,255,0.65);
	}
	
	.site-header .header-image {
		top: auto;
	}
		
	 .inside-header {
		padding-top: 40px;
		padding-bottom: 10px;
	  }

	.pageTitle .gb-headline-text {
		margin-left: -20px;
	}
	
	.hours .gb-headline-text .label {
		width: 100px;
	}

	.inside-right-sidebar {
		margin: 30px auto;
		max-width: 100%;
	}
	
}

@media (max-width: 359px) {
	.custom-footer .branding {
	  font-size: 11px;
	}
}

/**
 * MODERN ANIMATION EFFECTS FOR GP
 */
 
 /* Sub-menu effect */
.main-navigation ul ul {
	left: auto;
	transition: opacity 300ms ease-in-out, transform 200ms ease-in-out, height 200ms ease-in-out;
	transform: translateY(20px);
	height: auto;
}

.main-navigation:not(.toggled) ul li:hover>ul, .main-navigation:not(.toggled) ul li.sfHover>ul {
	transform: translateY(0);
}

.slideout-navigation.do-overlay .slideout-menu .sub-menu li a {
	display: block;
}


.secondary-navigation.toggled .main-nav > ul {
	max-height: 1000px;
	animation: navFadeInDown 500ms ease-in-out both;
	transition: opacity 500ms ease-in-out;
	opacity: 1;
	pointer-events: auto;
	transition-delay: 0;
}
    
@keyframes navFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}