/******************************************************************
Theme Name: Rockcomp
Theme URI: http://www.rockdalecomputerrepairs.com.au
Description: 
Author: Lukas Sumarli
Author URI: http://www.unitedweb.com.au
Version: 5.0
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Sass
******************************************************************/

/*  blue  : 00496f
*/

body,
.numbers,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}

hr{
  border-color: #e6e6e6;
}

a{
  transition: all 0.2s ease-in-out;
}

.lead{
  color: #828282;
}

.tabs-title>a {
  outline: none;
}

.entry-content img {
  width: 100%;
}

h2.title-header  {
  padding: 0.45em 0;
}

h2 > span {
  display:block;
}
h2 > span:first-child {
  font-weight: 200;
}
h2 > span:last-child {
  font-weight: 700;
}


.h5, h5 {
  font-size: 0.875em;
}

td {
  vertical-align: top;
}

section{
  position: relative;
  padding: 0 1em;
}

.home .card-section p {
  padding-bottom: 0;
  margin: 0;
}

a {
  color: #00496f;
}

label {
  color: #535353;
}

.reveal{
  outline: none;
}

/* helper classes */

.margin-bottom-small {
  margin-bottom: 0.5em !important;
}

.margin-bottom-medium {
  margin-bottom: 1em !important;
}

.margin-bottom-large {
  margin-bottom: 2em !important;
}

.margin-bottom-xlarge{
  margin-bottom: 3.5em !important;
}

.margin-top-small {
  margin-top: 0.5em !important;
}

.margin-top-medium {
  margin-top: 1em !important;
}

.margin-top-large {
  margin-top: 2em !important;
}

.margin-top-xlarge{
  margin-top: 3.5em !important;
}

.btn-rounded{
  border-radius: 8px;
}

.rockcomp-blue{
  color: #00496f !important;
}

.rockcomp-blue-bg{
  background-color: #00496f !important;
}

.rockcomp-blue-bg:hover{
  background-color: #006da8 !important;
}

.text-uppercase{
  text-transform: uppercase;
}

.letter-spacing-15{
  letter-spacing: 0.15em;
}

.text-subheader{
  color: #a5a5a5;
    text-transform: uppercase;
    font-size: 0.875em;
    letter-spacing: 1px;
    position: relative;
}

.text-subheader::after{
  content: '';
  height: 3px;
  background-color: #00496f;
  top: 140%;
  left: 0;
  width: 5em;
  position: absolute;
}

.has-underscore{
  position: relative;
  padding-bottom: 0.25em;
}

.has-underscore::after{
  content: '';
  height: 2px;
  width: 1em;
  position: absolute;
  bottom: 0;
  background: #00496f;
  left: 0;
}

ul.no-bullet{
  list-style: none;

}

.mobile-margin-top{
  margin-top: 2.75em;
}

/* article post / page */

.article-header h1{
  padding: 0.65em 0;
}

/* Header and navigation */
.sticky-container {
  width: 100%;
  z-index: 999;
  height: auto !important;
}

.off-canvas {
  background-image: linear-gradient(to bottom left, #00496f, #0068a0);
  padding: 2em 0.5em;
  font-size: 0.875em;
}

.off-canvas hr{
  border-bottom: 1px solid #ffffff !important;
}

.off-canvas .close-button {
  color: #ffffff;
  cursor: pointer;
  left: 1rem;
  outline: none;
  font-size: 1.5em;
  top: 1rem;
  z-index: 999;
}

.off-canvas ul {
  padding: 2em 0.875em 0.875em;
}


.off-canvas li a
{
  color: #FFF;
  outline: none;
  /* border-bottom: 1px solid #f6f6f6; */
  text-align: left;
}

.off-canvas li.active > a,
.off-canvas li.active > a:hover,
.off-canvas li.active > a:focus
{
  background: transparent;
}

.off-canvas-title{
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.off-canvas-title > h3{
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.875em;
}

/* .off-canvas li a:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
} */

header{
  position: relative;
}

header a.custom-logo-link {
  margin-right: 0;
  /* visibility: visible; */
}

#menu-secondary-top.menu li a {
  padding: 0.7em 0.5em;
}

header .custom-logo-link > img {
  width: 30vw;
}

header #menu-main-nav.menu.topbar li a,
header .cart-icon-wrapper a{
  color: #FFFFFF;
}

header #menu-main-nav.menu.topbar li.menu-item-128 a{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.logo-color{
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.logo-color > a {
  padding: .7rem 0rem;
}

.logo-color img{
  width: 75px; 
}

header .top-bar{
  padding: 0 1em;
  z-index: 9999;
}

.header.is-stuck .top-bar{
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
}

.menu-icon::after{
  background: #4e4d4f;
  -webkit-box-shadow: 0 7px 0 #4e4d4f, 0 14px 0 #4e4d4f;
  box-shadow: 0 7px 0 #4e4d4f, 0 14px 0 #4e4d4f;
}

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

header,
header .top-bar {
  transition: all 0.5s ease-in-out;
}

.top-nav.sticky.is-stuck {
  background: rgba(0,0,0,.75);
}


.top-nav.sticky.is-stuck .logo-color {
  visibility: visible;
}

ul.menu{
  text-align: center;
}

.menu .main-logo{
  width: 100%;
}

.top-header .menu .main-logo > a {
  padding-left: 0;
  outline:none;
}

.top-nav #menu-main-nav.menu a
 {
  background: none;
  color: #ffffff;
  font-weight: 600;
}

.top-nav #menu-main-nav.menu .active > a,
.top-nav #menu-main-nav.menu a:hover,
.top-nav #menu-main-nav.menu .active > a:hover,
.top-nav.sticky.is-stuck #menu-main-nav.menu .active > a,
.top-nav.sticky.is-stuck #menu-main-nav.menu a:hover,
.top-nav.sticky.is-stuck #menu-main-nav.menu .active > a:hover {
  color: #00496f;
  background: #ffffff;
}

.top-nav.sticky.is-stuck #menu-main-nav.menu a
{
  color: #ffffff;
}


.top-nav.sticky.is-stuck #menu-main-nav.menu-icon::after{
  background: #797979;
  box-shadow: 0 7px 0 #797979, 0 14px 0 #797979
}

.top-nav.sticky.is-stuck #menu-main-nav.menu .active > a,
header #menu-main-nav.menu .active > a,
header #menu-main-nav.menu a
{
  position: relative;
}

.top-nav.sticky #menu-main-nav.menu .active > a::after{
  background-color: #FFFFFF;
}

/* off canvas menu items */

.off-canvas hr{
  border-color: #5a5656;
    max-width: 62vw;
}

.cell.off-canvas-socialmedia ul{
  margin: 0;
  padding: 0 0 0 0.875em;
}

.cell.off-canvas-socialmedia ul li {
  float: left;
  list-style: none;
  padding: 0 0.875em;
  color: #FFF;
}

.front-page-teaser {
  height: 75vh;
  width: 100%;
  background: linear-gradient(
      rgba(0, 0, 0, 0.55), 
      rgba(0, 0, 0, 0.55)
    ), url('../../uploads/2021/06/computer_support_banner.jpg');
  background-size: cover;
  color: #ffffff;
  background-attachment: fixed;
  background-position: center top;
}

.inner-page-teaser {
  height: 35vh;
  width: 100%;
  color: #ffffff;
  background: linear-gradient(rgba(0, 72, 111, 0.55),rgba(0, 72, 111, 0.55)), url('../../../../images.pexels.com/photos/442150/pexels-photo-4421507370.jpg?auto=compress&amp;cs=tinysrgb&amp;h=650&amp;w=940');
  color: #ffffff;
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom center;
}

.front-page-teaser > div,
.front-page-teaser > div > div,
.inner-page-teaser > div,
.inner-page-teaser > div > div {
  height: 100%;
}

.front-page-teaser .teaser-items,
.inner-page-teaser .teaser-items
{
  margin: auto;
  text-align: center;
}

.front-page-teaser .teaser-items > h1,
.inner-page-teaser .teaser-items > h1
{
  font-size: 1.45em;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.front-page-teaser .teaser-items > h3 > span {
  font-size: 1em;
}

.front-page-teaser .bg-video{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  height: 100%;
  background-size: cover;
}

.top-bar-right.sidebar-nav{
  position: absolute;
  right: 1em;
  top: 1.55em;
}

.top-bar-left.sidebar-nav{
  position: absolute;
  left: 1em;
  top: 1.55em;
}

.content {
  padding: 3em 0;
}

.huge-text {
  background: linear-gradient(to bottom left, #00496f, #0068a0);
}

.huge-text h2 {
  font-size: 1em;
  padding: 2rem;
  color: #ffffff;
  letter-spacing: 0.1em;
}

.seasons-banner,
.seasons-banner > div{
	padding: 0 !important;
	background: transparent !important;
}


.green{
  color: #048442;
}

.blue{
  color: #264e80;
}

/* .home p {
  padding-bottom: 1em;
} */

/* frontpage sections */

.project-inquiry,
.front-web-services
{
  padding: 6em 0;
}

.front-services-overview img{
  margin: 1em 0;
}

.front-services-overview h4{
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 400;
  height: 4.25em;
}

.project-inquiry{
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.65), 
    rgba(0, 0, 0, 0.65)
  ),url('../../uploads/2018/10/air-balloon.html');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #FFFFFF;
  text-align: center;
}

section.cta-clear{
  padding: 6em 0;
}

section.cta-clear h5{
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 1.25em;
  letter-spacing: 0.25em;
  font-weight: 600
}

section.recent-work,
section.service-area{
  padding-top: 6em;
  padding-bottom: 6em;
  background: #ececec;
}

section.recent-work img{
  width: 4em;
}

section.portfolio-single-client{
  padding: 0px;
}

section.recent-work h5{
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 0.875em;
  color: #a5a5a5;
  height: 3em;
}

section.recent-work .recent-work-wrapper{
  margin-bottom: 1.75em;
  overflow: hidden;
  position: relative;
}

section.recent-work .recent-work-content{
  transition: all 0.2s ease-in-out;
  position: relative;
}

section.portfolio-single-client .recent-work-content{
  height: 350px;
}

section.recent-work .recent-work-client{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #FFFFFF;
  width: 100%;
}


section.recent-work .recent-work-content:hover{
  transform: scale(1.05);
}

section.recent-work .recent-work-content img.client-logo,
section.recent-work .recent-work-client.big img.client-logo{
  width: 10em;
}

section.project-inquiry > div{
  height: 100vh;
}

section.project-inquiry > div > div{
  height: 100%;
}

.project-inquiry h2{
  padding-bottom: 0.45em;
}

.onlineshop-section{
  padding: 4em 0;
}

.onlineshop-section a{
  font-weight: bold;
}

.vendors-section {
  padding: 1em 0;
}

.vendors-section img {
  height: 100%;
  width: 100%;
}

section h2 {
  font-size: 1.35em;
  font-weight: bold;
}

section.entry-content h3{
  margin: 1em 0;
  color: #00496f;
  text-transform: uppercase;
  font-weight: 200;
}

.showcase-cards .card-section > div:first-child{
  min-height: auto;
}

.showcase-cards .card {
  transition: all 0.4s ease-in-out;
  margin-bottom: 2rem;
}

.front-services-overview .card {
  box-shadow: 0 5px 20px 1px rgba(17,72,155,.5);
}

.front-web-services .card{
  box-shadow: 0 5px 20px 1px rgba(17,72,155,.1);
}

.showcase-cards .card:hover {
  transform: translateY(-0.7em);
}

.showcase-cards .card-section p{
  font-size: 0.85em;
}

.showcase-cards h5 {
  font-weight: 800;
  font-size: 1.15em;
}

.showcase-cards a.button{
  color: #FFFFFF;
  margin: 0.8em 0 0;
}

/* service area frontpage */

.contact-service-area{
  padding: 2em 0;
}

ul.area-service-list{
  text-align: center;
}

ul.area-service-list i{
  display: inline-block;
}

.contact-service-area h4,
.contact-service-area h3{
  font-size: 0.95em;
}

.area-service-list .custom-small-screen{
  display: flex;
  text-align: left;
}

.area-service-list .custom-small-screen h4{
  text-align: center;
}

.area-service-list .custom-medium-screen{
  display: none;
}

/* Footer */

.section-footer {
  margin-top: 0 !important;
  padding: 3.5em 1em;
  background: rgb(0, 73, 111);
  color: #FFFFFF;
}

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

.section-footer .footer-content{
  font-size: 0.8em;
  color: #cccccc;
}

.footer-content ul > li {
  line-height: 2.5em;
}

.footer-content ul > li:not(:first-child) {
  border-top: 1px solid #848484;
}

.footer-content ul li > a {
  color: #cccccc;
}

.footer-content ul li > a:hover{
  color: #ffffff;
}

.footer-content ul li > a::before{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  display: block;
  float: right;
  text-decoration: inherit;
  font-size: 14px;
}

h3.footer-title{
  text-align: center;
  font-size: 1.25em;
  padding: 0.5em 0;
  border-bottom: 1px solid #FFF;
  margin-bottom: 1.25em;
}

.source-org.copyright {
  font-size: 70%;
  margin-top: 3em;
}


/* Custom MHT buttons */
.mht-btn {
  border: 1px solid;
  margin-bottom: 0;
}

.mht-btn.btn-orange{
  border-color: #f58220;
  color: #f58220;
}

.mht-btn.btn-red{
  border-color: #00496f;
  color: #00496f;
}

.mht-btn.btn-green{
  border-color: #048442;
  color: #048442;
}

.mht-btn.btn-blue{
  border-color: #16375f;
  color: #16375f;
}

.mht-btn.btn-white{
  border-color: #ffffff;
  color: #ffffff;
}

.mht-btn.btn-green:hover,
.mht-btn.btn-green:active,
.mht-btn.btn-green:focus{
  background: #048442;
}

.mht-btn.btn-red:hover,
.mht-btn.btn-red:active,
.mht-btn.btn-red:focus{
  background: #006da8;
  color: #FFFFFF;
}

.mht-btn.btn-orange:hover,
.mht-btn.btn-orange:active,
.mht-btn.btn-orange:focus{
  background: #f58220;
}

.mht-btn.btn-blue:hover,
.mht-btn.btn-blue:active,
.mht-btn.btn-blue:focus{
  background: #16375f !important;
}

.mht-btn.btn-white:hover,
.mht-btn.btn-white:active,
.mht-btn.btn-white:focus{
  background: #ffffff !important;
}

.mht-btn.btn-orange:hover,
.mht-btn.btn-green:hover,
.mht-btn.btn-blue:hover,
.mht-btn.btn-red:hover{
  color: #ffffff !important;
}

/* custom page related css */

.page-cta{
  padding: 5em 0;
  background: linear-gradient(to bottom left, #0068a0, #00496f);
  color: #FFFFFF;
}

.page-cta > div,
.page-cta > div > div {
  height: 100%;
}

.page-cta .cell{
  text-align: center;
}

.fixed-sidebar{
  position: fixed;
  z-index: 99999;
  top: 71.2px;
}

.sticky-sidebar-wrapper {
  position: fixed;
  z-index: 99;
  top: 387px;
  width: 240px;
}

.accordion-item > .accordion-title,
.accordion-item > .accordion-content
{
  border: 0px;
}

.accordion-item > .accordion-title {
  border-bottom: 1px solid #e6e6e6 !important;
  font-size: 2em;
  color: #5d8750;
}

.accordion-item.is-active > .accordion-title,
.accordion-item > .accordion-title:hover
{
  background: transparent;
}

.is-active>.accordion-title::before {
  content: '\f146';
}

.accordion-title::before {
  content: '\f0fe';
  font-family: 'Font Awesome 5 Free';
}


.header #top-bar-menu .is-dropdown-submenu {
  white-space: nowrap;
  background: rgba(255,255,255,0.85);
  border: 0px;
  border-radius: 0 0 4px 4px;
  top: 55px;
  z-index: 99999;
}

.header #top-bar-menu .is-dropdown-submenu .is-dropdown-submenu {
  top: 0;
}

.header.is-stuck #top-bar-menu .is-dropdown-submenu{
  background: #f9f9f9;
}

.header #top-bar-menu .is-dropdown-submenu > li:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}

.header #top-bar-menu .is-dropdown-submenu > li {
  display: inline-block;
  float: left;
}

.header #top-bar-menu .is-dropdown-submenu > li > a {
  color: #000;
  font-size: 0.875em;
  padding: 1.2em;

}

.header .top-header{
  font-size: 0.875em;
  padding: 0.875em 0;
}

.header #top-bar-menu .is-dropdown-submenu > li > a:hover {
  color: #999
}

.header .top-contact{
  position: relative;
  padding: 0 0 0 1.5em;
  text-align: center;
  font-size: 0.95em;
}

.header .top-contact > i {
  position: relative;
}

.header .top-contact-link{
	font-size: 0.8rem;
	margin: 0;
	border-radius: 50px;
}

.header .top-contact-link a{
	color: #FFFFFF;
}

.dropdown.menu .is-active > a {
  color: #fff;
}

.dropdown.menu a{
  font-size: 0.775em;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  display: block;
  width: 0;
  height: 0;
  border: 0;
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  left: auto;
  position: absolute;
  top: 40%;
  right: 15px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
  display: block;
  width: 0;
  height: 0;
  border: 0;
  content: '\f105';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}


/* slick js */

.slick-slide{
  outline: none;
  margin: 0 0.875em;
}

.slick-slide .google-profile-pic{
  float: left;
}

.slick-slide .google-review-item{
  width: 80%;
  float: right;
}

.slick-slide .google-review-item > span {
  color: #ffd700;
  margin-bottom: 0.5em;
  display: inline-block;
}

.slick-slide .google-review-item p.google-review-text{
  font-style: italic;
}

section.google-reviews{
  padding-top: 3em;
  padding-bottom: 6em;
}

section.google-reviews .slick-list{
  /* min-height: 245px; */
  backface-visibility: hidden;
}

/* inner pages */

section.more-info-section{
  background: linear-gradient(to bottom left, #7B1315, #00496f);
  padding: 8em 0;
  color: #FFFFFF;
  /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%); */
  /* transform: skewY(-4deg); */
}

section.more-info-section h2{
  color: #FFFFFF;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-weight: 300;
}
section.more-info-section h3{
  color: #FFFFFF;
  font-size: 1.25em;
  text-align: center;
  text-transform: uppercase;
}

.ecommerce-website-design section.more-info-section img {
  width: 85px;
}

section.more-content{
  padding: 3em 0;
  height: calc(100vh - 84px);
  color: #828282;
  font-size: 0.825em
}

section.more-content > div,
section.more-content > div > div {
  height: 100%;
}

section.inner-contact-section{
  padding: 6em 0;
  background-image: linear-gradient(106deg, rgba(123, 19, 21, 0.9) 0, rgba(123, 19, 21, 0.9) 60%, transparent 40%), url('../../uploads/2018/10/office-black-and-white.html');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

section.inner-contact-section h2{
  color: #ffffff;
}

.wpcf7-form input:not([type = "submit"]),
.wpcf7-form select,
.wpcf7-form textarea
{
  width: 100%;
  padding: 12px 25px 12px 16px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  line-height: normal;
  letter-spacing: 0.2px;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: inherit;
}

.wpcf7-form .callback-form input:not([type = "submit"]) {
  border-color: #00496f;
  color: #00496f
}

#callbackForm h2{
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00496f;
  font-weight: 200;
}

#callbackForm h2.has-underscore::after{
  left: 50%;
  height: 1px;
}

.wpcf7-form input:not([type = "submit"]),
.wpcf7-form select{
  height: 3.15em;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder
{
  color: rgb(187, 187, 187);
}

.wpcf7-form input:focus{
  box-shadow: none;
  border: 1px solid #eee;
}

.social-icons ul{
  list-style-type: none;
  display: inline-block;
  margin: 1em 0 0;
}

.social-icons ul li{
  float: left;
  font-size: 2em;
  margin-right: 0.5em;
}

/* service template */

/* .page-template-template-services div.content{
  padding: 0 0 3em;
} */

.page-template-template-services section.main-content{
  padding: 0;
}

.page-template-template-services .service-template-topwrapper{
    margin-top: 0;
    z-index: 999;
    background: white;
    /* padding: 3em; */
}

section.main-content{
  padding: 8em 0 11em;
}



.content.website-design section.more-content{
  background: linear-gradient(
    rgba(0, 0, 0, 0.55), 
    rgba(0, 0, 0, 0.55)
  ), url('../../uploads/2018/10/laptop.html');
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  color: #FFFFFF;
}

.content.web-application-development section.more-content{
  background: linear-gradient(
    rgba(0, 0, 0, 0.55), 
    rgba(0, 0, 0, 0.55)
  ), url('../../uploads/2018/10/webapplication-banner-2.html');
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  color: #FFFFFF;
}

.content.graphic-design section.more-content{
  background: linear-gradient(
    rgba(0, 0, 0, 0.55), 
    rgba(0, 0, 0, 0.55)
  ),url('../../uploads/2018/10/graphic-design-background.html');
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  color: #FFFFFF;
}

.content.australian-wordpress-developer section.more-content{
  background: linear-gradient(
    rgba(0, 0, 0, 0.55), 
    rgba(0, 0, 0, 0.55)
  ),url('../../uploads/2018/10/blueprint.html');
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  color: #FFFFFF;
}

.content.ecommerce-website-design section.more-content{
  background: linear-gradient(
    rgba(0, 0, 0, 0.55), 
    rgba(0, 0, 0, 0.55)
  ),url('../../uploads/2018/10/mobile-view-onlineshop.html');
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  color: #FFFFFF;
}

.content.web-support-maintenance section.more-content{
  background: linear-gradient(
    rgba(0, 0, 0, 0.55), 
    rgba(0, 0, 0, 0.55)
  ),url('../../uploads/2018/10/tailored-support-maintenance.html');
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  color: #FFFFFF;
}

/* contact page */

.side-contact-info ul {
  list-style-type: none;
  margin: 0
}

.side-contact-info ul li{
  height: 3em;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}


/* breadcrumbs */
section.breadcrumbs{
  padding: 1em 0;
    border-bottom: 1px solid #e4e4e4;
}

section.breadcrumbs a{
  color: #00496f;
}

section.breadcrumbs p{
  margin: 0;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 200;
}

.hardware-support-items{
  margin-bottom: 1.75em;
}
.hardware-support-items img{
  filter: invert(.2) sepia(1) saturate(5) hue-rotate(160deg);
  width: 100px;
}

ul.area-service-list{
  margin: 0;
}

ul.area-service-list li{
  list-style-type: none;
  padding-bottom: 0.75em;
}

.spu-container{
	display: flex;
	align-items: center;
}

.spu-container > .spu-content{
	width: 100%;
}

.header .top-contact.top-warning-wrapper{
	padding:0;
}

/* Media Queries */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .front-page-teaser .teaser-items > h1,
  .inner-page-teaser .teaser-items > h1
  {
    font-size: 2.75em;
  }

  .huge-text h2 {
    font-size: 2em;
    padding: 3rem;
  }
}

@media screen and (min-width: 39.9375em){
  .area-service-list .custom-small-screen{
    display: none;
  }
  
  .area-service-list .custom-medium-screen{
    display: flex;
  }

  ul.area-service-list i{
    display: none;
  }
}

@media screen and (min-width: 40em) {
  .front-page-teaser .teaser-items > h3 > span{
    font-size: 1.5em;
  }
  .h4, h4 {
    font-size: 1.3rem;
  }

  .contact-service-area h4{
    font-size: 1.3em
  }
  .contact-service-area h3{
    font-size: 1.9375em;
  }
}

@media screen and (min-width: 48em) {
  .h5, h5 {
    font-size: 1.0625em;
  }

  header .custom-logo-link > img {
    width: 25vw;
  }
  .front-services-overview h4{
    font-size: 1.15em;
    height: auto;
  }

  section.recent-work img{
    width: 6em;
  }
}

@media screen and (min-width: 63.9375em) {
  /* helper classes */
  .mobile-margin-top{
    margin: 0 !important;
  }

  .dropdown.menu a{
    padding: .7rem 0.55rem;
  }

  header #menu-main-nav.menu.topbar li a{
    font-size: 0.9em;
  }

  .page-template-template-services .service-template-topwrapper {
    margin-top: -7em;
    z-index: 999;
    background: white;
    padding: 3em;
  }

  .cart-badge{
    top: -0.5em;
    right: -1em;
  }

  section.recent-work .recent-work-client.big h3{
    font-size: 3.5em;
  }

  section.recent-work .recent-work-client.big img.client-logo{
    width: 20em;
  }

  
  .dropdown.menu a{
    font-size: 0.775em;
  }

  ul.area-service-list{
    text-align: left;
  }
  
  ul.area-service-list i{
    display: inline-block;
  }

  .header .top-contact{
    text-align: left;
    font-size:  0.89em;
    font-weight: bold;
    color: rgb(0, 73, 111);
  }

  .header .top-contact > i {
    position: absolute;
    left: 0;
    top: 0.3em;
  }


}


@media screen and (min-width: 64em) {
  .front-page-teaser .teaser-items > h1,
  .inner-page-teaser .teaser-items > h1
  {
    font-size: 2.75em;
  }

  .huge-text h2 {
    font-size: 2.65em;
    padding: 5rem;
  }

  section h2 {
    font-size: 2.5em;
    line-height: 1.35em;
  }

  section.entry-content h2,
  section.entry-content .main-content h2{
    font-size: 2.35em;
  }

  section.entry-content .main-content h2{
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  .lead{
    font-size: 150%;
  }

  .showcase-cards .card-section > div > div {
    align-self: center;
  }

  .showcase-cards .card-section > div:first-child {
    min-height: 13em;
  }

  section.service-snapshot-design > div > div{
    padding: 2em;
  }

  section .snapshot-items > div:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }

  section.more-content{
    font-size: 1em;
  }
  
  header .custom-logo-link > img {
    width: 8vw;
  }

  ul.menu.logo-menu{
    text-align: left;
  }
	
	.header .top-contact.top-warning-wrapper{
		padding: 0 0 0 1.5rem;
	}

}

@media screen and (min-width: 73.8125em) {
  .showcase-cards .card-section > div:first-child {
    min-height: 9em;
  }
}

@media screen and (min-width: 74.9375em) {
  .dropdown.menu a{
    padding: 1em 0.875em;
    font-size: 0.875em;
  }
}
