/* Base (Keep top) */
/* Base Colours */
/* Template Colour Scheme */
/* Primary Colours */
/* Primary Colours */
.pink {
  background: linear-gradient(225deg, #DD15C6, #AA0C98);
}

.green {
  background: -webkit-gradient(linear, left top, left bottom, from(#35CB6F), to(#169F4B));
  background: linear-gradient(180deg, #35CB6F, #169F4B);
}

.red {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF0064), to(#D10052));
  background: linear-gradient(180deg, #FF0064, #D10052);
}

/* Secondary Colours */
/* Secondary Colours */
/* Custom Content Colours */
/* Custom Content Colours */
/* Template Colour Scheme */
/* / Base Colours */
/* Fonts */
/* Fonts */
/* Widths */
/* Widths */
/* Alignment & Positions */
/* Alignment & Positions */
/* Padding & Margins */
/* Padding & Margins */
/* Font */
/* Font */
/* Shadows , Radius' & Others */
/* Shadows , Radius' & Others */
/* Lists & Borders  */
/* Lists */
body {
  overflow-x: hidden;
  font-family: 'Raleway', sans-serif;
}

/* Headings  */
h1 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

h2 {
  font-family: 'Raleway', sans-serif;
  color: #661180;
  font-weight: 800;
}

h3 {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-weight: 800;
}

h4 {
  font-family: 'Raleway', sans-serif;
}

h5 {
  font-family: 'Raleway', sans-serif;
}

h6 {
  font-family: 'Raleway', sans-serif;
}

/* Headings */
.row {
  max-width: 68rem;
}

/* Paragraphs , Lists , Strong etc */
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 2.0;
  text-rendering: optimizeLegibility;
  font-size: 0.9rem;
  color: #333333;
}

ul {
  list-style: circle;
}

ul li {
  color: #333333;
}

table tbody tr:first-child {
  background-color: #661180;
}

table tbody tr:first-child td {
  color: #fff;
}

/* Paragraphs , Lists , Strong etc */
/* Links and Hovers */
/* Links and Hovers */
/* Buttons */
.button {
  border: solid 2px #fff;
  background: transparent;
  color: #fff !important;
  border-radius: 15px;
}

.button:hover {
  background: #661180;
}

/* Buttons */
/* Images */
img {
  max-width: 100%;
}

/* Quotes */
blockquote {
  padding: 16px;
  background: ghostwhite;
  border-left: 16px solid #333333;
  border-right: 2px solid #333333;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.top-bar, .top-bar ul {
  background-color: transparent;
}

.top-bar .submenu {
  background-color: ghostwhite;
}

.title-bar {
  margin-top: 1rem;
}

/* Quotes */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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. */
}

.wpcf7-submit {
  background: #661180 !important;
  border: 0px;
  padding: 10px !important;
  color: #fff;
}

/* =WordPress Core
-------------------------------------------------------------- */
/* Base (Keep top) */
/* Layout Styles */
.site-logo {
  width: 10%;
  position: absolute;
  z-index: 5;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(255, 255, 255, 0.8));
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
}

.header {
  background: -webkit-gradient(linear, left top, left bottom, from(#B820E6), to(#661180)) !important;
  background: linear-gradient(180deg, #B820E6, #661180) !important;
  padding: 2rem;
}

.twitter {
  width: 28px;
  height: 28px;
  background: url(../img/socialsprite.png) 0px 0px;
  background-size: cover;
}

.youtube {
  width: 28px;
  height: 28px;
  background: url(../img/socialsprite.png) 111px 0px;
  background-size: cover;
}

.facebook {
  width: 28px;
  height: 28px;
  background: url(../img/socialsprite.png) 56px 0px;
  background-size: cover;
}

/* Top Menu */
.menu a {
  color: #fff;
}

.backstretch {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Top Menu */
.hover-underline-menu {
  width: 100%;
}

.hover-underline-menu .menu li:last-child a {
  padding-right: 0px;
}

.hover-underline-menu .menu a {
  color: #fff;
  padding: 1.2rem 1rem;
  font-size: 0.9rem;
}

.hover-underline-menu .menu .underline-from-center {
  position: relative;
}

.hover-underline-menu .menu .underline-from-center::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.125rem);
  border-bottom: 0.125rem solid #fff;
  left: 50%;
  right: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hover-underline-menu .menu .underline-from-center:hover::after {
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hover-underline-menu .menu .submenu {
  z-index: 12;
}

.hover-underline-menu .menu .submenu a {
  color: #661180 !important;
}

.hover-underline-menu .menu li.is-active > a {
  color: #fff;
}

.hover-underline-menu .menu .active > a {
  background: transparent !important;
}

.hover-underline-menu .menu li.is-dropdown-submenu-parent > a::after {
  border-color: #fff transparent transparent;
}

.hover-underline-menu .menu .is-dropdown-submenu {
  min-width: 170px;
  text-align: left;
}

blockquote {
  font-family: Georgia, serif;
  font-size: 5rem;
  font-style: italic;
  width: 75%;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  border-left: 0px;
  border-right: 0px;
  background: transparent;
  font-weight: 600;
  text-align: center;
  margin-left: 12.5%;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #7a7a7a;
}

/* Footer */
.footer {
  padding: 3rem 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#B820E6), to(#661180));
  background: linear-gradient(180deg, #B820E6, #661180);
  padding-bottom: 1rem;
}

.footer img {
  -webkit-filter: drop-shadow(0px 3px 10px rgba(255, 255, 255, 0.8));
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
}

.footer h3 {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
}

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

.footer ul li {
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer ul li a:hover {
  color: #661180 !important;
}

.footer p {
  color: #fff !important;
}

.footer-bottom {
  padding: 0.4rem;
  background-color: #661180;
  display: none !important;
}

.footer-bottom a {
  color: #fff !important;
}

.footer-bottom a:hover {
  color: #fff !important;
}

.footer .social-media {
  margin-top: 20px;
}

.footer .social-media img {
  max-width: 46px;
  margin: 4px;
}

.company-info {
  padding: 2rem;
  background: #fff;
}

.company-info p {
  color: #fff;
  margin-bottom: 0px;
}

.company-info p a {
  color: #fff;
  margin-top: 10px;
}

.company-info p:last-child {
  margin-top: 10px;
}

.clients {
  background-color: #fff;
  padding: 1rem;
}

.clients .clients-slider {
  margin-bottom: 0px !important;
}

.clients img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  max-width: 120px;
}

/* Footer */
/* Photos and messages */
.backstretch {
  position: relative;
  min-height: 60vh;
  padding-top: 6rem;
  background-position: center;
  background-size: cover;
}

.backstretch h1 {
  color: #fff;
  padding-bottom: 3rem;
  width: 60%;
  margin-left: 20%;
}

.backstretch .button {
  margin-bottom: 5rem;
}

.backstretch .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #661180;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: 1;
}

.backstretch .grid-container {
  z-index: 10;
  position: relative;
}

.intro-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.intro-section h2 {
  font-weight: 800;
  margin-bottom: 3rem;
}

/* Welcome */
.pink .cell h3 {
  color: #fff;
}

.pink .cell p {
  color: #fff;
}

.green .cell h3 {
  color: #fff;
}

.green .cell p {
  color: #fff;
}

.red .cell h3 {
  color: #fff;
}

.red .cell p {
  color: #fff;
}

.info-section .cell {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.info-section .cell p {
  max-width: 90%;
}

.info-section .cell img {
  margin-top: -7rem;
  margin-bottom: 5rem;
}

.info-section .cell .button {
  margin-top: 2rem;
}

.contact .content {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.contact h3 {
  color: #661180;
}

.contact input {
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}

.contact textarea {
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}

.contact .wpcf7-submit {
  min-width: 30%;
  float: right;
}

/* Welcome */
.arrow {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
}

.arrow span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -10px;
  -webkit-animation: animate 2s infinite;
          animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

@-webkit-keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px);
  }
}

@keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px);
  }
}

/* Tile Area */
.info-section {
  position: relative;
}

.info-section img {
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
}

.info-section::after {
  content: '';
  display: inline-block;
  width: 25vh;
  height: 25vh;
  border-radius: 50%;
  background-color: inherit;
  position: absolute;
  bottom: -20%;
  left: -5%;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
}

.info-section::before {
  content: '';
  display: inline-block;
  width: 25vh;
  height: 25vh;
  border-radius: 50%;
  background-color: inherit;
  position: absolute;
  bottom: 30%;
  right: -7%;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
}

.amazing-boxes .card {
  margin-bottom: 0px;
  border-width: 0px;
  border-radius: 0px;
}

.amazing-boxes a {
  color: #fff;
}

.amazing-boxes a:hover {
  color: #fff;
  opacity: 0.8;
}

.backstretch.subpage {
  min-height: 28vh;
}

.page-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.page-content ul {
  font-size: 0.9rem;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5 {
  color: #661180;
}

/* Sidebar */
/* In this section */
.section-menu {
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
}

.section-menu ul {
  list-style: none;
  margin-left: 0px !important;
}

.section-menu li {
  background-color: #661180;
  padding: 0.6rem 1.2rem !important;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  margin-bottom: 6px;
}

.section-menu li:hover {
  background: #fff;
  color: #fff;
}

.section-menu li a {
  color: #fff !important;
}

.section-menu li a:hover {
  color: #fff !important;
}

.side-bar h3 {
  color: #661180;
  font-weight: bold;
  margin-top: 32px;
}

.side-bar h4 {
  font-weight: bold;
}

.side-bar p a {
  color: #661180;
}

/* In this section */
/* Sidebar */
@media screen and (max-width: 1280px) {
  .hero .wrapper {
    height: 76vh;
  }
  .hero .title {
    font-size: 60px;
  }
  .sub-header .overlay {
    background-size: 160% !important;
  }
}

@media screen and (max-width: 1080px) {
  .top-menu .top-bar ul li a {
    font-size: 0.8rem;
  }
  .partners .slideLeft {
    display: none !important;
  }
  .partners .slideRight {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .hero .wrapper {
    height: 70vh;
  }
  .hero .wrapper {
    min-height: 480px !important;
  }
  .welcome {
    padding: 2rem 2rem;
  }
  .welcome h2 {
    font-size: 2rem;
  }
  .welcome h4 {
    font-size: 1.4rem;
    margin-bottom: 2.8rem !important;
  }
  .home-boxes .small h3 {
    padding: 80px 0px;
  }
  .home-boxes .large h3 {
    padding: 308px 0px;
  }
  .sub-header h2 {
    font-size: 3.2rem;
  }
  .section-presentation .description h2 {
    font-size: 2rem;
  }
  .top-menu .top-bar {
    margin-top: 0.92rem !important;
  }
  .top-menu {
    padding: 1rem;
  }
  .home-boxes {
    padding: 2rem !important;
  }
}

@media screen and (max-width: 980px) {
  .photo-col .photo {
    min-height: 460px !important;
  }
  .welcome-stats {
    margin-top: 60px;
  }
  .home-boxes .small h3 {
    padding: 120px 0px;
  }
  .home-boxes .large h3 {
    padding: 240px 0px;
  }
  .top-bar ul li a {
    font-size: 0.8rem;
  }
  .top-menu .top-bar {
    margin-top: 0.32rem !important;
  }
  .top-menu {
    padding: 0.6rem;
  }
  .sub-boxes .callout h3 {
    padding: 120px 0px;
  }
}

@media screen and (max-width: 800px) {
  .sub-header {
    padding: 2rem !important;
  }
  .sub-header h2 {
    font-size: 2.6rem !important;
  }
  .sub-header .overlay {
    background-size: 200% !important;
  }
}

@media screen and (max-width: 680px) {
  .section-presentation .description {
    padding: 1.6rem !important;
  }
  .section-presentation .description h2 {
    font-size: 1.6rem;
  }
  .sub-header {
    padding: 1.6rem !important;
  }
  .sub-header h2 {
    font-size: 2.2rem !important;
  }
  .sub-header .overlay {
    background-size: 280% !important;
  }
  .clients-slider img {
    max-width: 60px;
  }
  .welcome {
    padding: 1.6rem !important;
  }
  .hero .wrapper {
    min-height: 380px !important;
  }
  .hero .wrapper h1 {
    display: none;
  }
  .hero .wrapper .link {
    font-size: 20px !important;
  }
  .home-boxes {
    padding: 1.6rem 1rem !important;
  }
  .home-boxes .large h3 {
    padding: 140px 0px !important;
  }
  .partners {
    padding: 2rem 1rem;
  }
  .partners img {
    max-width: 100px;
  }
  .content-wrapper {
    padding: 1.6rem !important;
  }
}

@media screen and (max-width: 650px) {
  .welcome h2 {
    font-size: 1.6rem;
  }
  .hero .wrapper {
    height: 54vh;
  }
  .title-bar .button {
    margin-bottom: 0px !important;
  }
  .photo-col .photo {
    min-height: 260px !important;
  }
  .menu-bar {
    padding: 1rem !important;
  }
  .logo-bar {
    text-align: center !important;
  }
  .logo-bar-right {
    text-align: center !important;
  }
}

@media screen and (max-width: 650px) {
  .site-logo {
    margin-top: 9px !important;
    position: relative;
    width: 50%;
    margin: 0 25%;
  }
  .header {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .menu-holder {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .footer img {
    width: 50%;
    margin: 0 25% 20px 25%;
  }
}

.menu {
  float: right;
}

/* Layout Styles */
/*# sourceMappingURL=itchyrobot.css.map */