#sya_container select {
  display: none;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
	font-size: 16px !important;
}

.touch .elementor-column {
	display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
	float: left;
}


/* WP ADMIN */
#adminmenu li.menu-item a{
	font-size: 13px !important;
}
#adminmenu .sub-menu li.menu-item a{
	font-size: 12px !important;
}
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,
#adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div,
#adminmenu li.current a.menu-top,
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
.folded #adminmenu li.current.menu-top,
.folded #adminmenu li.wp-has-current-submenu {
	background: #3381fc !important;
}


/* POST */
body.single-portfolio .entry-content h4:not(:first-child),
body.single-portfolio .entry-content h3:not(:first-child) {
	margin-top: 80px;
}


/* PRELOADER */

body.preload {
	overflow: hidden;
}
.js #preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: white;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
}
.container {
  width: 200px;
  height: 100px;
  margin: 0 auto;
}
.ball {
  width: 10px;
  height: 10px;
  margin: 10px auto;
  border-radius: 50px;
  }    
    .ball:nth-child(1) {
      background: #2157FF;
      -webkit-animation: right 1s infinite ease-in-out;
      -moz-animation: right 1s infinite ease-in-out;
      animation: right 1s infinite ease-in-out;    
    }

    .ball:nth-child(2) {
      background: #3381fc;
      -webkit-animation: left 1.1s infinite ease-in-out;
      -moz-animation: left 1.1s infinite ease-in-out;
      animation: left 1.1s infinite ease-in-out;
    }

    .ball:nth-child(3) {
      background: #64C9FF;
      -webkit-animation: right 1.05s infinite ease-in-out;
      -moz-animation: right 1.05s infinite ease-in-out;
      animation: right 1.05s infinite ease-in-out;
    }

    .ball:nth-child(4) {
      background: #9EC3FF;
      -webkit-animation: left 1.15s infinite ease-in-out;
      -moz-animation: left 1.15s infinite ease-in-out;
      animation: left 1.15s infinite ease-in-out;
     }

    .ball:nth-child(5) {
      background: #DDDCF9;  
      -webkit-animation: right 1.1s infinite ease-in-out;
      -moz-animation: right 1.1s infinite ease-in-out;
      animation: right 1.1s infinite ease-in-out;
    }

    .ball:nth-child(6) {
      background: #9FA9FF;  
      -webkit-animation: left 1.05s infinite ease-in-out;
      -moz-animation: left 1.05s infinite ease-in-out;
      animation: left 1.05s infinite ease-in-out;
     }

    .ball:nth-child(7) {
      background: #4F00FF;  
      -webkit-animation: right 1s infinite ease-in-out;
      -moz-animation: right 1s infinite ease-in-out;
      animation: right 1s infinite ease-in-out;
    }


@-webkit-keyframes right {
  0%   { -webkit-transform: translate(-15px);   }
  50%  { -webkit-transform: translate(15px);    }
  100% { -webkit-transform: translate(-15px);   }
}

@-webkit-keyframes left {
  0%   { -webkit-transform: translate(15px);    }
  50%  { -webkit-transform: translate(-15px);   }
  100% { -webkit-transform: translate(15px);    }
}

@-moz-keyframes right {
  0%   { -moz-transform: translate(-15px);   }
  50%  { -moz-transform: translate(15px);    }
  100% { -moz-transform: translate(-15px);   }
}

@-moz-keyframes left {
  0%   { -moz-transform: translate(15px);    }
  50%  { -moz-transform: translate(-15px);   }
  100% { -moz-transform: translate(15px);    }
}

@keyframes right {
  0%   { transform: translate(-15px);  }
  50%  { transform: translate(15px);   }
  100% { transform: translate(-15px);  }
}

@keyframes left {
  0%   { transform: translate(15px);   }
  50%  { transform: translate(-15px);  }
  100% { transform: translate(15px);   }
}

.vidbg-overlay {
	background: linear-gradient(60deg,rgba(0, 99, 255,.8),rgba(51, 0, 255,.5)) !important;
	/* background: linear-gradient(rgba(15, 38, 197, 0.8), rgba(33, 87, 255, 0.5), rgba(33, 87, 255, 0.7)) !important; */
}

.vidbg-container video {
	top: 0px !important;
    left: 0px !important;
    bottom: 0px !important;
    right: 0px !important;
    transform: none !important;
}

#gallery-1 img {
	border: none !important;
}

/* MENU */
#header,
#preheader {
	z-index: 1000;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 60px 35px;
	position: fixed;
}

.home #preheader,
.error404 #preheader {
	visibility: hidden;
}
.home #header,
.error404 #header {
	visibility: hidden;
}
body:not(.home):not(.error404) #preheader {
	display: none !important;
}

#preheader {
	z-index: 1000 !important;
}

#header[header_scroll="scroll"] {
	border-bottom: 1px solid rgba(236, 236, 236, 0);
	background: rgba(255, 255, 255, 0);
	position: fixed;
	opacity: 1;
	padding: 0 60px 35px;
	top: 0px;
	z-index: 1000 !important;
}
#header[header_scroll="scrollnext"] {
	border-bottom: 1px solid rgba(236, 236, 236, 0);
	background: rgba(255, 255, 255, 0);
	position: fixed;
	opacity: 1;
	padding: 0 60px 35px;
	top: 0px;
	z-index: 10 !important;
}
#header[header_scroll="fixed"] {
	border-bottom: 1px solid rgba(236, 236, 236, 0);
	background: rgba(255, 255, 255, 0);
	position: fixed;
	opacity: 1;
	padding: 0 60px 35px;
	top: 0px;
	z-index: 10 !important;
}
#header[header_scroll="before"] {
	border-bottom: 1px solid rgba(236, 236, 236, 0);
	background: rgba(255, 255, 255, 0);
	position: fixed;
	opacity: 0;
	padding: 0 40px 35px;
	top: -200px;
	z-index: 10000;
}
#header[header_scroll="after"] {
	border-bottom: 1px solid rgba(236, 236, 236, 0);
	background: rgba(255, 255, 255, 0);
	position: fixed;
	opacity: 1;
	padding: 0 40px 10px;
	top: -200px;
	z-index: 10000;
}
#header[header_scroll="final"] {
	border-bottom: 1px solid rgba(236, 236, 236, 1);
	background: rgba(255, 255, 255, 1);
	position: fixed;
	opacity: 1;
	padding: 0 40px 10px;
	top: 0px;
	z-index: 10000;
}

#preheader img,
#header img {
	padding-bottom: 4px;
}
.error404 #header[header_scroll="scroll"] .logo-img1,
.error404 #header[header_scroll="scrollnext"] .logo-img1,
.error404 #header[header_scroll="fixed"] .logo-img1,
.home #header[header_scroll="scroll"] .logo-img1,
.home #header[header_scroll="scrollnext"] .logo-img1,
.home #header[header_scroll="fixed"] .logo-img1 {
	display: inline;
}
body.preload #header #nav-area,
#header[header_scroll="scroll"] #nav-area,
#header[header_scroll="scrollnext"] #nav-area
#header[header_scroll="fixed"] #nav-area {
	margin-top: 30px;
}
.error404 #header[header_scroll="scroll"] .logo-img2,
.error404 #header[header_scroll="scrollnext"] .logo-img2,
.error404 #header[header_scroll="fixed"] .logo-img2,
.home #header[header_scroll="scroll"] .logo-img2,
.home #header[header_scroll="scrollnext"] .logo-img2,
.home #header[header_scroll="fixed"] .logo-img2 {
	display: none;
}
.error404 #header[header_scroll="before"] .logo-img1,
.error404 #header[header_scroll="after"] .logo-img1,
.error404 #header[header_scroll="final"] .logo-img1,
.home #header[header_scroll="before"] .logo-img1,
.home #header[header_scroll="after"] .logo-img1,
.home #header[header_scroll="final"] .logo-img1 {
	display: none;
}
.error404 #header[header_scroll="before"] .logo-img2,
.error404 #header[header_scroll="after"] .logo-img2,
.error404 #header[header_scroll="final"] .logo-img2,
.home #header[header_scroll="before"] .logo-img2,
.home #header[header_scroll="after"] .logo-img2,
.home #header[header_scroll="final"] .logo-img2 {
	display: inline;
}
#header[header_scroll="scroll"] .site-logo a,
#header[header_scroll="scrollnext"] .site-logo a,
#header[header_scroll="fixed"] .site-logo a,
#header[header_scroll="before"] .site-logo a {
	position: relative;
	bottom: 0px;
}
#header[header_scroll="after"] .site-logo a,
#header[header_scroll="final"] .site-logo a {
	position: relative;
	bottom: 2px;
}
#preheader .primary-menu > li > a {
	font-size: 15px !important;
}
body:not(.home):not(.error404) #header[header_scroll="scroll"] .primary-menu > li > a,
body:not(.home):not(.error404) #header[header_scroll="scrollnext"] .primary-menu > li > a,
body:not(.home):not(.error404) #header[header_scroll="fixed"] .primary-menu > li > a,
body:not(.home):not(.error404) #header[header_scroll="before"] .primary-menu > li > a {
	padding: 15px;
	font-size: 15px;
	color: #333;
}
.error404 #header[header_scroll="scroll"] .primary-menu > li > a,
.error404 #header[header_scroll="scrollnext"] .primary-menu > li > a,
.error404 #header[header_scroll="fixed"] .primary-menu > li > a,
.error404 #header[header_scroll="before"] .primary-menu > li > a,
.home #header[header_scroll="scroll"] .primary-menu > li > a,
.home #header[header_scroll="scrollnext"] .primary-menu > li > a,
.home #header[header_scroll="fixed"] .primary-menu > li > a,
.home #header[header_scroll="before"] .primary-menu > li > a {
	padding: 15px;
	font-size: 15px;
	color: white;
}
#header[header_scroll="after"] .primary-menu > li > a,
#header[header_scroll="final"] .primary-menu > li > a {
	padding: 10px 12px;
	font-size: 14px;
	color: black;
}
#header[header_scroll="after"] .primary-menu > li > .sub-menu,
#header[header_scroll="final"] .primary-menu > li > .sub-menu {
	top: 98%;
	left: 0px;
	border-top: 1px solid white;
    border-left: 1px solid #ececec !important;
    border-bottom: 1px solid #ececec !important;
    border-right: 1px solid #ececec !important;
}
#header[header_scroll="after"] .primary-menu > li > .sub-menu .sub-menu,
#header[header_scroll="final"] .primary-menu > li > .sub-menu .sub-menu {
    border: 1px solid #ececec !important;
}
#header[header_scroll="after"] .primary-menu .sub-menu a,
#header[header_scroll="final"] .primary-menu .sub-menu a {
	font-size: 14px;
}

.sub-menu li.menu-item-has-children {
	margin-right: -10px;
}
.sub-menu li.menu-item-has-children a {
	margin-right: 10px;
}
@keyframes slide {
   0% {
      transform: translateY(-50px);
   }

   30% {
      transform: translateY(-20px);
   }
   
   100% {
      transform: translateY(0);
   }
}


/* CAREERS */
.job {
	border: 1px solid #ececec;
	border-radius: 3px;
	padding-left: 30px !important;
	margin-bottom: 20px !important;
}

.job-title h4 {
	font-family: 'source sans pro' !important;
	font-weight: 400;
	font-size: 18px;
}

.job button {
	position: relative;
	top: 15px;
	right: 15px;
}


/* HEADER */
.home .site-header {
	position:relative;
	-webkit-transition:.6s ease;
	-moz-transition:.6s ease;
	-o-transition:.6s ease;
	-ms-transition:.6s ease;
	transition:.6s ease;
	height:120px;
}
body:not(.home) .header-area {
	height: 300px;
}
.header-area button:hover {
	background: white !important;
}
body.preload #primary-navigation,
#primary-navigation2 {
	top: 5px;
}
#nav-area2 {
	margin-top: 30px !important;
}
.home .site-header-bg-img {
	position:fixed;
	top:0;
	z-index:0;
	width:100%;
	height:100%;
	background-position:50% 50%;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	opacity:0;
}
.touch body.home .site-header.has-image .site-header-bg-img {
	margin-top: 54px !important;
}
.home .site-header.has-image .site-header-bg-img {
	opacity:1;
	height:600px;
}

.home .site-header.has-image .header-area .inner {
	height:600px;
}
body:not(.home) .site-header {
	-webkit-transition:.6s ease;
	-moz-transition:.6s ease;
	-o-transition:.6s ease;
	-ms-transition:.6s ease;
	transition:.6s ease;
	height: auto;
}
body:not(.home) .header-content {
	width: 100%;
	height: 100%;
}
body:not(.home) .header-content.with-thumbnail h1 {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	width: 100%;
	color: white;
}
body:not(.home) .no-thumbnail h1 {
	width: 100%;
	color: black !important;
}
body:not(.home) .header-content > div {
	width: 100%;
	height: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	position: relative;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
}
body.single-post .header-content.no-thumbnail .lead {
	order: 2;
}
body.single-post .site-content {
	padding-top: 0;
}
.home .header-content > div {
	width: 100%;
	height: 100%;
}
body:not(.home) .site-header .header-area .inner {
	height: 100%;
}
body:not(.home) .site-header-bg-img {
	z-index:0;
	width:100%;
	height:300px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	opacity:0;
}
body:not(.home) .site-header-bg-img img {
	opacity: .3;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.touch body:not(.home) .site-header.has-image .site-header-bg-img {
	position: static !important;
}
body:not(.home) .site-header.has-image .site-header-bg-img {
	opacity:1;
	height:300px;
	background: linear-gradient(60deg,#0063ff,#5042DF,#3300ff) !important;
}


/* VIDEO HEADER */
.vidbg-container {
	z-index: 2 !important;
}


/* UPPER HOME PAGE */
.tagline {
	background: #f9f9f9;
	padding-bottom: 0;
}

.upper-home-page {
	background: #f9f9f9;
	margin-bottom: 100px;
}

.upper-home-page ul {
	display: none !important;
}

.upper-home-page .widget {
	padding: 15px 35px 30px;
	background: white;
}

.upper-home-page .widget ul {
	margin: 30px 0 0;
	line-height: 2em;
	font-weight: normal;
	text-align: center;
	list-style-type: none !important;
}

.upper-home-page .widget ul li {
	margin: 0;
	color: #666;
	margin-bottom: 10px;
}

/*
.upper-home-page .widget a {
	border-radius: 6px;
	border: 1px solid #ECECEC;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
}

.upper-home-page .widget a:hover {
	border-color: RGBA(60, 106, 255, .7) !important;
}
*/


/* MODULES */
.module,
.module2 {
	padding: 10px 30px 0;
    border-radius: 6px;
    border: 1px solid #ececec;
    width: 95%;
    -webkit-transition: all 0.2s ease-out;
  	transition: all 0.2s ease-out;
  	height: 100%;
}

.module:hover,
.module2:hover {
	border: 1px solid #3381fc;
}

.module {
	float: right;
}

.module2 {
	float: left;
}


/* CONTACT FORM */
.hide,
.cloak div,
.cloak span,
.likert.cloak tbody,
.likert.cloak thead {
	display:none !important;

}
.likert.cloak table{
	border:none;
}

.contact {
	padding: 100px 0;
	background: linear-gradient(rgba(29,34,85,1),rgba(29,34,85,.5),rgba(25,27,46,.2),rgba(25,27,46,1)), url('/wp-content/uploads/2016/07/Tech-Pattern.jpg') repeat 50% 50%;
	background-size: 100%, 100%;
}
#contact-title {
	text-align: center;
	margin-bottom: 100px;
	color: white;
}
form.wufoo ul {
	list-style: none !important;
	margin: 0 !important;
}
.contact input {
	width: 100%;
}


/* WUFOO */
.req {
	display: none !important;
}
form.wufoo li {
	position: relative;
	margin-bottom: 20px;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
	border-radius: 2px !important;
	-webkit-appearance: none;
}
.home form input[type="text"],
.home form input[type="email"],
.home form input[type="tel"],
.home form textarea {
	border: 1px solid white;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
	border: 1px solid #ececec;
}
footer form input[type="text"],
footer form input[type="email"],
footer form input[type="tel"],
footer form textarea {
	border: none !important;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"] {
	min-height: 42px;
}
form.wufoo input {
	width: 100%;
}
form.wufoo input,
form.wufoo label {
	font-family: 'Source sans pro';
	-webkit-transition: all 0.2s ease-out;
  	transition: all 0.2s ease-out;
}
form.wufoo label {
	pointer-events: none;
	position: absolute;
	top: 6px;
  	left: 10px;
  	font-size: 10px;
  	font-weight: 600;
  	color: #bbbbbb;
  	text-transform: uppercase;
  	letter-spacing: 1px;
  	padding-left: 5px;
  	padding-right: 5px;
  	display: block;
  	visibility: hidden;
  	opacity: 0;
}
body:not(.home) form input[type="submit"]:hover {
	background: RGBA(51, 129, 252, .1) !important;
}
.is-focused input[type="text"],
.is-focused input[type="email"],
.is-focused input[type="tel"],
.is-focused textarea {
  	border-color: #3381fc !important;
}
form.wufoo .is-active input[type="text"],
form.wufoo .is-active input[type="email"],
form.wufoo .is-active input[type="tel"],
form.wufoo .is-active textarea {
  	padding-top: 3rem !important;
}
form.wufoo .is-active label {
  	visibility: visible;
  	opacity: 1;
}
form.wufoo .is-focused.is-active label {
  	color: #3381fc;
}


/* FOOTER */
#footer form {
	width: 200px;
}
#footer form input {
	width: 100%;
	background: #29273e;
}
#footer #s {
	color: #6c6a88;
}
#footer #s:focus,
#footer #s:active {
	color: white;
}
#footer-things {
	position: relative;
	width: 100%;
	left: 0;
}
.site-footer .site-logo {
	display: none !important;
	margin-bottom: 20px !important;
}
.footer-content {
	text-align: left;
    color: #d3cbe7;
    width: 40%;
    opacity: .5;
    font-size: 14px;
}
.support-link {
	position: absolute;
	top: 0;
	right: 0;
}
.support-link button {
	background: #0a0b1c;
	font-size: 14px;
    padding: 14px 15px;
}
.support-link button:hover {
	color: white !important;
	background: #3381fc !important;
}
#footer .menu-item-8205 {
	display: none !important;
}


/* reCAPTCHA */
.rc-anchor-normal-footer {
	display: none !important;
}
.rc-anchor-light {
	background: white !important;
	border: none !important;
	color: black !important;
	font-family: 'Source sans pro' !important;
}
.rc-anchor {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border: none !important;
	background: white !important;
}
.rc-anchor-normal,
.rc-anchor-normal .rc-anchor-content {
	height: 50px !important;
	width: 170px !important;
}



.page-id-5955 .header-content {
	display: none;
}
.page-id-5955 #masthead {
	height: 0 !important;
}
.page .type-page {
	padding: 100px 0;
}
#optional-area {
	position: relative;
	height: 600px;
	width: 100%;
}
.clients {
    width: 100%;
    background: #f9f9f9;
}
.clients .inner {
    padding: 0 60px 80px;
}
.clients .widget {
	margin-bottom: 0;
}
#clients-header {
	margin-bottom: 100px;
	text-align: center;
}
.clients-container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-around;
	padding: 0;
}
.clients .client-logo {
    margin: auto;
    padding: 20px 0;
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    text-align: center;
}
.clients .widget img {
    opacity: .40;
    width: 60%;
}
#header-text-1 {
	height: 60px;
	overflow: hidden;
}
.front-page-header1 {
	float: left;
	width: 47%;
    text-align: right;
}
.front-page-header2 {
	float: left;
	overflow: hidden;
	position: relative;
	height: 55px;
	text-align: left;
	padding-left: 10px;
	line-height: 1.2;
	width: 53%;
}
.front-page-header2 span {
	display: inline-block;
	color: white;
	position: relative;
	white-space: nowrap;
	top: -3px;
	left: 0;
	opacity:1;
}
.no-touch .front-page-header2 span {
	animation: move 40s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
}
.header-content h1 {
    margin-bottom: 60px;
    text-align: center;
    position: static;
}
#preheader .menu-item-8291,
#header .menu-item-8291 {
	display: none !important;
}
.home .header-content h1 {
	position: relative;
}
/*
#preheader .menu-item-6121,
#header .menu-item-6121 {
    margin-left:15px;
}
*/
#footer-menu {
	margin: 0;
	display: inline-block;
}
#footer-menu .menu-item-has-children .sub-menu .sub-menu {
	display: none !important;
}
#footer-menu .sub-menu {
	margin: 10px 0 0;
}
#footer-menu > li {
	display: inline-block;
	float: left;
}
#footer-menu > li:not(:last-of-type) {
	margin-right: 40px;
}
#footer-menu > li > a {
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    opacity: .5;
    color: #d3cbe7;
}
#footer-menu .menu-item-6121 {
	display: none !important;
}
#footer-bar {
	width: 100%;
	padding: 10px 10px 13px;
	background: #0a0b1c;
	position: absolute;
	bottom: 0;
}
#footer-bar .site-tagline {
	text-align: right;
}
#footer-bar .site-tagline a:last-of-type {
	margin-left: 10px;
}
#footer-bar .footer-content,
#footer-bar .site-tagline {
	float: left;
	width: 50%;
}
footer {
    color: black !important;
}

/* MAP */
#map {
	height: 100%;
    width: 100%;
}
.map-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(237,240,245,1),rgba(237,240,245,0) 30%);
    z-index: 1;
    position: absolute;
    pointer-events: none;
   }
.leaflet-container {
	color: black;
}
.leaflet-bar, .leaflet-control-layers {
	border-color: #ececec;
}
/*
.leaflet-popup-tip:before {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  bottom: -12px;
  z-index: -1;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.leaflet-popup-tip:after {
  top: 100%;
  left: 48px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 18px;
  margin-left: -18px;
}
*/
.touch .leaflet-control-container {
	display: none;
}
.leaflet-bar, .leaflet-control-layers {
	border: none !important;
}
.leaflet-container a {
	color: #3381fc !important;
}
.leaflet-bar a {
	color: black;
	border-color: #ececec;
}
.leaflet-bar a:last-of-type {
	border: none !important;
}
.leaflet-control-zoom-in, .leaflet-control-zoom-out {
	opacity: 1 !important;
}
.leaflet-control-zoom-in:hover, .leaflet-control-zoom-out:hover {
	background-image: url('/wp-content/themes/storey/images/icons-000000@2x.png')
 !important;
}
.leaflet-bar a:hover {
	color: #3381fc !important;
	background-color: white !important;
}
.leaflet-container a:hover {
	opacity: 1 !important;
}
#marker-list {
    position:absolute;
    left:0;
    width:100px;
    bottom:0;
    overflow-x:auto;
    margin:0;
    padding:10px;
    z-index: 5000;
}
#marker-list li {
    padding:10px;
    list-style-type:none;
    background: white;
    text-align: center;
    color: black;
	border: 1px solid #ececec;
	font-family: 'Source sans pro';
	font-size: 14px;
	cursor: pointer;
}
#marker-list li {
	border-radius: 2px;
}
#marker-list li:first-of-type {
	border-radius: 2px 2px 0 0 !important;
}
#marker-list li:last-of-type {
	border-radius: 0 0 2px 2px !important;
}
#marker-list li:not(:first-of-type) {
	margin-top: -1px;
}
#marker-list li:hover {
    color: #3381FC;
}
.leaflet-control-attribution {
    display: none !important;
}
.mapbox-logo {
    display: none !important;
}
.leaflet-container span {
    margin-bottom: 10px;
}
.leaflet-container a {
    color: #3381FC;
}
.leaflet-container a:hover {
    opacity: .9;
}

/* BLOG */
.lead.archive-meta {
	min-width: 70px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}
.blog article,
.archive article,
.search article {
	padding: 0 30px 30px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12),
				0 1px 2px rgba(0,0,0,0.24);
}
.blog article:not(:last-of-type),
.archive article:not(:last-of-type),
.search article:not(:last-of-type) {
	margin-bottom: 30px;
}
.blog .entry-content,
.archive .entry-content,
.search .entry-content {
	max-height: 400px;
	overflow: hidden;
	margin-bottom: 60px;
	position: relative;
}
.blog .entry-content:after,
.archive .entry-content:after,
.search .entry-content:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 55%;
	bottom: 0;
	background: -webkit-linear-gradient(transparent, #FFF) left repeat;
	background: linear-gradient(transparent, #FFF) left repeat;
}
.blog .entry-header,
.archive .entry-header,
.search .entry-header {
    margin-bottom: 30px;
    font-size: 36px !important;
}
.blog .entry-meta a,
.archive .entry-meta a,
.search .entry-meta a {
	margin: 0;
}
.blog .year,
.archive .year {
	margin-bottom: 30px;
    font-size: 13px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 5px 30px;
    background: #f9f9f9;
}
.search .year {
	display: none;
}
.search .entry-title {
	margin-top: 40px;
}
.search .entry-thumbnail {
	margin-top: 0;
    margin-left: -30px;
    margin-right: -30px;
}
.archive article h3,
.blog article h3,
.search article h3 {
	font-size: 16px;
	font-weight: 400 !important;
	font-family: 'Source sans pro';
}
body.single .year {
	display: inline;
	font-size: 16px;
}
.comment-count, .blog .details {
    display: none;
}
#categories-8 {
    margin-top: 60px;
}
#categories-8 h3 {
    display: none;
}
#sidebar {
	top: 0px;
}

#sya_container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#sya_container a[rel="section"] {
	text-align: center;
	-ms-flex: 0 0 20%;
	-webkit-flex: 0 0 20%;
	-webkit-box-flex: 0 0 20%;
	flex: 0 0 20%;
    display: inline-block;
    margin: 5px;
    border: 1px solid #ececec;
    border-radius: 2px;
    padding: 5px 0;
    margin-bottom: 10px;
    -webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}
#sya_container a[rel="section"]:hover {
	color: #3381fc;
	border: 1px solid #3381fc;
}
#sya_container ul {
	display: none !important;
}

.blog article:last-of-type .entry-meta,
.archive article:last-of-type .entry-meta {
	border: none !important;
}

/* HOME */

.feature {
	width: 50%;
	margin: auto;
}
.feature-text {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.feature-text-content {
	margin: auto;
}
.feature-img {
	position: relative;
}
.mid-home-page h3 {
	margin-bottom: 53px;
}
.mid-home-page .textwidget span {
	line-height: 2em;
}
.mid-home-page .widget:not(:last-child) {
    margin: 0 0 10em;
}
.lower-home-page {
    background: #f9f9f9;
    margin-top: 70px;
    padding: 100px 0 20px;
}
.zilla-testimonial-quote:before,
.zilla-testimonial-quote:after {
	display: none;
}
.upper-home-page .widget span {
    width: 100%;
    text-align: center;
    margin-top: 30px;   
    display: block;
}