/*   
Theme Name: Microcomms
Theme URI: www.bywill.co.uk
Description: Custom theme
Author: www.thstudio.co.uk
Author URI: 
Version: 1.0
Tags: blue, white, light, right-sidebar, fixed-width
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("reset.css");
@import url("grid.css");
/* Default font settings. 

font-family: museo,serif;
font-weight: 300;
font-style: normal;

font-family: museo,serif;
font-weight: 500;
font-style: normal;

font-family: museo,serif;
font-weight: 700;
font-style: normal;

font-family: museo,serif;
font-weight: 700;
font-style: italic;

font-family: museo,serif;
font-weight: 500;
font-style: italic;

font-family: museo,serif;
font-weight: 300;
font-style: italic;

*/
html {
  font-size: 100.01%;
}
body {
  font-size: 16px;
  line-height: 1.6em;
  color: #776f80;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
}
/* Headings */
h1 {
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 25px;
  font-family: museo, serif;
  font-weight: 700;
  font-style: normal;
  color: #55505a;
}
h1.blog {
  font-size: 24px;
  line-height: 28px;
  color: #55505a;
}
h2 {
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 20px;
  font-family: museo, serif;
  font-weight: 500;
  font-style: normal;
  color: #55505a;
}
h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #55505a;
}

h3.section {
  font-size: 32px;
  line-height: 36px;
  font-family: museo, serif;
  font-weight: 700;
  font-style: normal;
  color: #55505a;
}
h3.section.blue {
  color: #00a5e1;
}
h4 {
  font-size: 20px;
  line-height: 24px;
  color: #55505a;
  margin-bottom: 8px;
  font-family: museo, serif;
  font-weight: 500;
  font-style: normal;
}
h5 {
  font-size: 14px;
  margin-bottom: 8px;
}
h6 {
  font-size: 12px;
  margin-bottom: 8px;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
/* Text elements */
::-moz-selection {
  background: #06f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #06f;
  color: #fff;
  text-shadow: none;
}
p {
  margin: 0 0 15px;
}
p img.left {
  float: left;
  margin: 15px 15px 15px 0;
  padding: 0;
}
p img.right {
  float: right;
  margin: 15px 0 15px 15px;
}
img {
  max-width: 100%;
  height: auto;
}
blockquote {
  margin: 15px;
  color: #666;
  font-style: italic;
}
strong {
  font-weight: bold;
}
em,
dfn {
  font-style: italic;
}
dfn {
  font-weight: bold;
}
sup,
sub {
  line-height: 0;
}
abbr,
acronym {
  border-bottom: 1px dotted #ccc;
}
address {
  margin: 0 0 15px;
  font-style: italic;
}
del {
  color: #ccc;
}
pre {
  margin: 15px 0;
  white-space: pre;
}
pre,
code,
tt {
  font: 14px "andale mono", "lucida console", monospace;
  line-height: 20px;
}
hr {
  border-style: none;
  border-bottom: 2px dotted #d1d3d4;
  margin-top: 40px;
  margin-bottom: 40px;
}
hr.foot {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* Lists */
ol #commentlist {
  margin: 0px 0px 10px 0px;
}
#commentlist li {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px dotted #ccc;
}
li ul,
li ol {
  margin: 0;
}
ul,
ol {
  margin: 0 15px 15px 0;
  padding-left: 20px;
}
nav ul,
#sidebar ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
nav ul li {
  float: left;
}
#sidebar li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
dl {
  margin: 0 0 15px 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 20px;
}
/* Tables */
table {
  margin-bottom: 20px;
  width: 100%;
}
th {
  font-weight: bold;
}
thead th {
  background: #c3d9ff;
}
th,
td,
caption {
  padding: 4px 10px 4px 5px;
}
tr.even td {
  background: #e5ecf9;
}
tfoot {
  font-style: italic;
}
caption {
  background: #eee;
}
/* Misc classes */
.small {
  font-size: 10px;
  margin-bottom: 8px;
  line-height: 18px;
}
.large {
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 20px;
}
.hide {
  display: none;
}
.quiet {
  color: #888;
}
.loud {
  color: #000;
}
.highlight {
  background: #ff0;
}
.added {
  background: #060;
  color: #fff;
}
.removed {
  background: #900;
  color: #fff;
}
.first {
  margin-left: 0;
  padding-left: 0;
}
.last {
  margin-right: 0;
  padding-right: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.postmetadata {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
}
.meta {
  font-size: 16px;
}
/* --------------------------------------------------------------
   forms
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)
-------------------------------------------------------------- */
label {
  font-weight: bold;
}
fieldset {
  padding: 22px;
  margin: 0 0 24px 0;
  border: 1px solid #ccc;
}
legend {
  font-weight: bold;
  font-size: 19px;
}
/* Form fields */
input[type="text"],
input[type="password"],
input.text,
input.title,
textarea,
select,
input[type="email"] {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus,
input[type="email"]:focus {
  border-color: #777;
}
input[type="text"],
input[type="password"],
input.text,
input.title,
textarea,
select,
input[type="email"] {
  margin: 8px 0;
}
input.text,
input.title {
  max-width: 300px;
  width: 80%;
  padding: 5px;
}
input.title {
  font-size: 24px;
}
textarea {
  width: 600px;
  max-width: 90%;
  height: 150px;
  padding: 5px;
}
input[type="checkbox"],
input[type="radio"],
input.checkbox,
input.radio {
  position: relative;
  top: 4px;
}
form.inline {
  line-height: 3;
}
form.inline p {
  margin-bottom: 0;
}
/* Success, notice and error boxes */
.error,
.notice,
.success {
  padding: 12px;
  margin-bottom: 16px;
  border: 2px solid #ddd;
}
.error {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}
.notice {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}
.success {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}
.error a {
  color: #8a1f11;
}
.notice a {
  color: #514721;
}
.success a {
  color: #264409;
}
/* links */
a {
  color: #62439a;
  text-decoration: none;
  transition: color 0.4s ease-in-out;
}
a:hover {
  color: #8670b2;
  text-decoration: none;
}

p a {
  text-decoration: underline;
}

.btn,
#mailpoet_form_1 .mailpoet_submit {
  display: inline-block;
  background-color: #62439a;
  transition: background-color 0.4s ease-in-out;
  color: #ffffff;
  padding: 6px 50px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  border: none;
  border: 4px solid #62439a;
}

.btn.secondary {
  background-color: #ffffff;
  color: #62439a;
}

.btn:hover {
  background-color: #8670b2;
  color: #ffffff;
}

/* Misc */
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
.wp-caption-text {
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  margin-right: 40px;
}
.alignright {
  float: right;
  margin-left: 40px;
}
.gallery-caption {
}
/* post */
.meta {
  word-wrap: break-word;
}
.sticky {
}
.bypostauthor {
}
/* Comments */
#commentlist p {
  margin: 0px;
  font-size: 11px;
}
#comments {
  margin: 20px 0px 10px 0px;
  padding: 20px 0px 10px 0px;
  border-top: solid 1px #ccc;
}
#postcomment {
  margin: 20px 0px 10px 0px;
  padding: 20px 0px 10px 0px;
  border-top: solid 1px #ccc;
}
/* --------------------------------------------------------------   
User Styles below here
-------------------------------------------------------------- 
*/

header.head {
  padding: 15px 0;
}

header nav {
  position: relative;
  z-index: 950;
  text-align: right;
}

header nav #mega-menu-wrap-header-mega-menu {
  display: inline-block;
  text-align: left;
  margin: 30px 0 0 0;
}

/*header nav > ul > li {
	line-height: 30px;
	position: relative;
}

header nav > ul > li.menu-item-has-children:hover > a {
	background: #62439a;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	color: #FFFFFF!important;
}

header nav > ul > li > a {
	color: #55505a;
	font-weight: 700;
	display: block;
	padding: 0 10px;
	line-height: 30px;
}

header nav > ul > li > a:hover {
	color: #00a5e1;
}

.menu-bg {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.6);
	z-index: 800;
	display: none;
}

header nav > ul > li > ul {
	display: none;
	position: absolute;
	background: #62439a;
	padding: 15px;
	border-radius: 10px;
	left: -519px;
	width: 980px;
	z-index: 1000;
	flex-grow: 5;
	flex-wrap: wrap;
}


header nav > ul > li:hover > ul {
	display:flex;
}

header nav > ul > li > ul > li {
	width: 316px;
	display: inline-block;
	padding: 5px;
	border-radius: 10px;
}

header nav > ul > li > ul > li:hover {
	background-color: #FFFFFF;
}

header nav > ul > li > ul > li > a {
	color: #FFFFFF;
	line-height: 18px;
	display: block;
	position: relative;
	padding-left: 55px;
	min-height: 62px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-right: 10px;
}

header nav > ul > li > ul > li > a:hover {
	color: #FFFFFF;
}

header nav > ul > li > ul > li:hover > a {
	color: #62439a;
}

header nav > ul > li > ul > li > a > i{
	display: block;
	position: absolute;
	left: 0px;
	padding: 10px;
    width: 28px;
    height: 28px;
    display: flex;
  	align-items: center;
  	justify-content: center;
    line-height: 48px;
    color: #FFFFFF;
    background: #00a5e1;
    border-radius: 24px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

header nav > ul > li > ul > li > a > span {
	font-size: 12px;
	font-weight: normal;
	display: block;
	line-height: 14px;
	min-height: 50px;
}

header nav > ul > li > ul > li:hover > a > span {
	color: #776f80;
}*/

header nav .call-us {
  position: absolute;
  top: 0px;
  right: 5px;
  color: #00a5e1;
  font-weight: 700;
}

header nav .site-search {
  vertical-align: top;
  margin-top: 32px;
  display: inline-block;
  padding: 0 5px;
}

.clients,
.stories {
  text-align: center;
  margin: 40px auto;
  max-width: 80%;
}

.bg-line {
  background: url(images/bg-line.png) center top no-repeat;
  padding-top: 250px;
  background-size: 100% auto;
}

.bg-color {
  background: url(images/bg-line.png) center bottom no-repeat;
  background-size: 200% auto;
}

.stories .cycle-slideshow {
  width: 100%;
  position: relative;
  margin: 40px 0;
}

.stories .cycle-slideshow .story {
  padding: 40px 100px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}

.stories .cycle-slideshow .cycle-prev,
.stories .cycle-slideshow .cycle-next {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  font-size: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 500;
  text-align: left;
}

.stories .cycle-slideshow .cycle-next {
  left: auto;
  right: 0px;
}

.stories .cycle-slideshow .cycle-pager {
  width: 100%;
  position: relative;
}

.stories .cycle-slideshow .cycle-pager span {
  display: inline-block;
  margin: 5px 0;
  padding: 5px;
  width: 20px;
  height: 20px;
  background: url(images/pager.png) center bottom no-repeat;
  background-size: 20px 55px;
  color: transparent;
  cursor: pointer;
  transition: background-position 0.4s ease-in-out;
  overflow: hidden;
}

.stories .cycle-slideshow .cycle-pager span.cycle-pager-active {
  background-position: center 0px;
}

.news-box {
  display: block;
  margin: 40px 0;
  box-shadow: 0px 0px 5px #cfcfcf;
}

.blog .news-posts .category-recruitment {
  display: none;
}

.news-box img {
  display: block;
}

.news-box h4 {
  color: #f58232;
  min-height: 40px;
  margin-bottom: 20px;
}

.news-box .padd {
  padding: 10px;
  background: #ffffff;
}

.mailing {
  padding: 25px 0;
  text-align: center;
  border-bottom: 2px dotted #d1d3d4;
  margin-bottom: 40px;
}

.mailing h4 {
  display: inline-block;
}

.social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #414042;
  color: #ffffff;
  border-radius: 20px;
  margin-right: 5px;
  line-height: 40px;
  text-align: center;
}

.news-header {
  background-color: #f58232;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 40px;
}

.news-header h1,
.news-header h2,
.news-header .meta,
.news-header .meta a {
  color: #ffffff;
}

.news-post {
  border-bottom: 1px solid #d1d3d4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.news-post h2 a {
  color: #00a5e1;
}

.news-post .meta {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 12px;
}

.news-single .featured {
  text-align: center;
  margin-bottom: 30px;
}

.front-slider {
  background-color: #b3b5b8;
}

.front-slider .cycle-slideshow {
  position: relative;
}

.front-slider .cycle-slideshow .cycle-prev,
.front-slider .cycle-slideshow .cycle-next {
  color: #ffffff;
  font-size: 40px;
  position: absolute;
  top: 0px;
  left: -55px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 10px;
}

.front-slider .cycle-slideshow .cycle-next {
  left: auto;
  right: -55px;
}

.front-slider .slide {
  color: #ffffff;
  padding: 40px 0;
  width: 100%;
}

.front-slider .slide .grid_12 {
  position: relative;
  z-index: 400;
}

.front-slider .slide .padded {
  width: 50%;
}

.front-slider .slide h1,
.front-slider .slide h2 {
  color: #ffffff;
}

.front-slider .slide .btn {
  margin-top: 20px;
  margin-right: 20px;
}

.front-slider .slide .btn.secondary {
  margin-right: 0px;
}

.front-slider .slide .image {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 300;
}

.front-slider .slide .image img,
.front-slider .slide .image object {
  width: 400px;
  margin: 0 50px;
  max-height: 100%;
}

.service-links {
  padding: 40px 0;
  text-align: center;
  position: relative;
}

.service-links:before {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #b3b5b8;
}

.service-links .item {
  color: #ffffff;
  display: inline-block;
  margin: 20px;
  opacity: 0.3;
  position: relative;
  max-width: 112px;
  vertical-align: top;
}

.service-links .item.active {
  opacity: 1;
}

.service-links .item span {
  display: inline-block;
  padding: 20px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  background: #62439a;
  border-radius: 64px;
  margin: 0 0px 10px 0px;
}

.service-links .item h2 {
  margin: 0px;
  color: #62439a;
  display: block;
  text-align: center;
  font-size: 18px;
  min-height: 50px;
}

.service-tabs {
  padding: 40px 0;
  text-align: center;
  background-color: #62439a;
  color: #ffffff;
  position: relative;
}

.service-tabs:before {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ffffff;
}

.service-tabs h3 {
  color: #ffffff;
  margin-bottom: 40px;
}

.service-tabs .tab {
  display: none;
  text-align: center;
}

.service-tabs .tab:first-child {
  display: block;
}

.service-tabs .items {
  text-align: left;
}

.service-tabs .item {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
  text-align: left;
  margin: 20px;
  width: 300px;
  position: relative;
  padding-left: 70px;
  vertical-align: top;
}

.service-tabs .item span {
  display: flex;
  vertical-align: center;
  align-items: center;
  padding: 15px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
  background: #009fe3;
  border-radius: 44px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.service-tabs .item h2 {
  margin: 0px;
  color: #ffffff;
}

.our-services {
  background: url(images/service-cloud.svg) no-repeat #50bfda;
  background-size: 105% auto;
  background-position: center bottom;
  position: relative;
  padding: 80px 0 400px 0;
}

.our-services:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 250px;
  background: url(images/rocket.svg) no-repeat;
  background-size: 50% auto;
  background-position: center bottom;
  top: -39px;
  left: 20%;
  z-index: 600;
  transition: background-position 4.2s ease-in-out;
}

.our-services.launch:after {
  background-position: center top;
}

.our-services h3 {
  color: #ffffff;
  margin-bottom: 40px;
}

.our-services p {
  color: #ffffff;
}

.study-box {
  width: 33.333%;
  float: left;
  position: relative;
  background: #000000;
}

.study-box img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.4;
  transition: 0.2s ease-in-out;
}

.study-box:hover img {
  opacity: 0.2;
}

.study-box .text {
  position: absolute;
  text-align: center;
  bottom: 15px;
  left: 0px;
  right: 0px;
  padding: 0 20px;
  color: #ffffff;
}

.study-box h2 {
  margin-bottom: 5px;
  color: #ffffff;
}

.v-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-right {
  padding: 40px 0;
}

.content-right.orange {
  background: #f58232;
  color: #ffffff;
}

.content-right.orange h3 {
  color: #ffffff;
}

.page-header {
  background: #b3b5b8;
  padding: 40px 0;
  color: #ffffff;
}

.page-header h1 {
  color: #ffffff;
}

.page-header h2 {
  color: #ffffff;
}

.signposts {
  padding: 40px 0;
}

.signposts .sign {
  margin-bottom: 40px;
  text-align: center;
}

.signposts .sign .image {
  background: #f8f8f9;
  border: 1px solid #dcdedf;
  border-radius: 5px;
  padding: 15px;
  display: block;
  margin-bottom: 20px;
}

.signposts .sign .image img {
  display: inline-block;
  width: 100%;
}

.signposts .sign h2 {
  color: #00a5e1;
}

.signposts .sign p {
  margin-bottom: 20px;
}

.widebar {
  padding: 40px 0;
  color: #ffffff;
}

.widebar h3 {
  color: #ffffff;
}

.info-slider {
}

.info-slider .slide {
  padding: 40px 0;
  position: relative;
  width: 100%;
}

.info-slider .intresting-fact {
  position: absolute;
  right: 50px;
  bottom: -50px;
  border: 4px solid #62439a;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 10px;
  z-index: 1500;
  display: none;
  max-width: 250px;
}

.info-slider .intresting-fact:before {
  content: "";
  display: block;
  position: absolute;
  top: -28px;
  left: 55px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 0 28px;
  border-color: transparent transparent transparent #62439a;
}

.info-slider .intresting-fact:after {
  content: "";
  display: block;
  position: absolute;
  top: -19px;
  left: 59px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #ffffff;
}

.info-slider .slide .text {
  width: 55%;
  position: relative;
  z-index: 400;
  padding-left: 10%;
}

.info-slider .slide img {
  position: absolute;
  top: 40px;
  right: 10%;
  width: 20%;
  z-index: 300;
  cursor: pointer;
}

.info-slider .slide h3 {
  margin-bottom: 5px;
}
.info-slider .slide h2,
.info-slider .slide h3 {
  color: #00a5e1;
}

.info-slider .cycle-prev,
.info-slider .cycle-next {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  font-size: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 500;
  text-align: left;
}

.info-slider .cycle-next {
  left: auto;
  right: 0px;
}

.content .page {
  padding: 40px 80px;
}

.storycontent {
  padding: 0 80px;
}

.case-featured {
  width: 100%;
  background: #000000;
}

.case-featured img {
  position: relative;
  width: 100%;
  height: 40vh;
  object-fit: cover;
  display: block;
  opacity: 0.8;
}

.case-featured .overlay {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -490px;
  color: #ffffff;
  width: 40%;
}

.case-featured .overlay h1 {
  color: #ffffff;
  margin-bottom: 10px;
}

.case-header {
  background: #62439a;
  color: #ffffff;
  padding: 15px 0;
  margin-bottom: 40px;
}

.case-header span {
  margin-right: 15px;
}

#mailpoet_form_1 {
  text-align: center !important;
}

#mailpoet_form_1 .mailpoet_paragraph {
  width: auto;
  display: inline-block;
}

.client-logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.client-logos .lg {
  /*display:  inline-block;*/
  display: grid;
  align-content: center;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.client-logos .lg img {
  margin: 0 auto;
}

.client-logos .lg .links {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  background-color: #62439a;
  transition: background-color 0.4s ease-in-out;
  color: #ffffff;
  padding: 0;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  border: none;
  border: 4px solid #62439a;
  white-space: nowrap;
  overflow: hidden;
}

.client-logos .lg:hover .links {
  display: block;
}

.client-logos .lg .links a {
  color: #ffffff;
  display: inline-block;
  padding: 6px 20px;
}

.client-logos .lg .links a:hover {
  background-color: #8670b2;
}

.footer-nav ul {
  text-align: center;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin: 20px 0;
}

.footer-nav ul li {
  display: inline-block;
}

.footer-nav ul li a {
  font-size: 12px;
  padding: 0 10px;
}

@media all and (min-width: 980px) {
  .mobile {
    display: none;
  }
}
@media all and (max-width: 980px) and (min-width: 672px) {
  .full {
    display: none;
  }
  .mobile {
    display: none;
  }
}
@media all and (max-width: 672px) {
  .full,
  .no-mobile {
    display: none;
  }
  .mobile {
    display: block;
  }

  h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  header nav .call-us {
    text-align: center;
    line-height: 30px;
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin-top: 15px;
  }

  header .logo {
    text-align: center;
  }

  header .logo img {
    max-width: 60%;
  }

  header nav #mega-menu-wrap-header-mega-menu {
    display: block;
  }

  /*header .nav-btn {
    text-align: center;
    line-height: 40px;
    font-size: 30px;
  }

  header nav > ul {
    display: none;
    float: none;
  }

  nav ul li {
    float: none;
    text-align: center;
    margin: 15px 0 0 0;
  }

  header nav > ul > li > a {
    line-height: 30px;
  }

  header nav .site-search {
    display: none;
  }

  header nav > ul > li > ul {
    display: block;
    position: relative;
    left: auto;
    width: auto;
    border-radius: 0;
    border-radius: 0;
    display: none;
  }

  header nav > ul > li > ul > li {
    vertical-align: top;
    margin-bottom: 15px;
  }

  header nav > ul > li:hover > ul {
    display: none;
  }

  header nav > ul > li.menu-item-has-children:hover > a {
    background: transparent;
    color: #00a5e1 !important;
  }*/

  .signposts {
  }

  .signposts .sign {
  }

  .signposts .sign .image {
    text-align: center;
  }

  .signposts .sign .image img {
    width: 150px;
  }

  .front-slider .slide .grid_12 {
    text-align: center;
  }

  .front-slider .slide .padded {
    width: 100%;
  }

  .front-slider .slide .padded p {
    display: none;
  }

  .front-slider .slide .image {
    display: none;
  }

  .front-slider .cycle-slideshow .cycle-prev {
    left: 0px;
    display: none;
  }

  .front-slider .cycle-slideshow .cycle-next {
    right: 0px;
    display: none;
  }

  .front-slider .slide .btn {
    margin-right: 0;
  }

  .service-tabs .item {
    width: auto;
  }

  .our-services {
    padding: 40px 0 200px 0;
  }

  .our-services:after {
    display: none;
  }

  #sgpb-popup-dialog-main-div {
    width: 90% !important;
  }

  .sgpb-popup-close-button-6 {
    right: 10px !important;
  }

  .service-links .item {
    width: 30%;
  }

  .service-links .item span {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .study-box {
    width: 100%;
  }

  .news-box img {
    width: 100%;
  }

  .client-logos {
    grid-template-columns: 1fr;
  }

  footer .footertwo {
    margin: 20px 0;
  }

  .eq-height {
    height: auto !important;
  }
}

@media all and (max-width: 380px) {
}
