/* Theme Stylesheet */


/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
	font-family: 'Source Sans Pro', sans-serif;

	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	background-color: #fff;
}

html{
	overflow-x:hidden;
	color: #3c3c3b;
}


/* Font Styles */

h1{
	font-size: 60px;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
	margin:0;
	margin-bottom: 40px;
}
h1 strong{
  font-weight: 400;
  font-style: italic;
}
.page-id-9585 h1,
.page-id-9583 h1,
.page-id-9581 h1,
.page-id-7622 h1{
  color: #1f5c71!important;
}
h2{
  font-size: 55px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  margin:0;
  margin-bottom: 20px;
  line-height: 60px;
  color: #1f5c71;
}
h2 strong,
h2 b{
  font-weight: 600!important;
}

h3, h4{
	font-size: 32px;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
}
p{
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	margin:0;
  padding-bottom: 20px;
}
p:last-child{
  padding-bottom: 0;
}
.wp-caption-text{
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-style: italic;
    text-align: left;
}
.small-text.two a{
  color: #3c3c3b;
}
@media (max-width: 1660px){
  h2{
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 1440px){
  h1{
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 20px!important;
  }
  h2{
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 1280px){
  h1{
    font-size: 45px;
    line-height: 50px;
  }
  h2{
    font-size: 40px;
    line-height: 45px;
    margin-bottom:15px
  }
	body, p{
		font-size:16px;
    line-height: 24px;
	}
  p{
		padding-bottom:15px;
  }
  .tick li {
    padding-bottom: 15px;
  }
    h1{
    font-size: 50px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    margin:0;
    margin-bottom: 30px;
  }
  h3, h4 {
    font-size: 28px;
  }
  .small-text {
    font-size: 20px!important;
  }
}
@media (max-width: 992px){
	.col.s12{
		width: 100% !important;
	}
}
@media (max-width: 800px){
  .small-text {
    font-size: 18px!important;
  }
}
@media (max-width: 768px){
  h1{
    font-size: 40px;
    line-height: 45px;
  }
  h2{
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 440px){
  h2{
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 380px){
  h2{
    font-size: 28px;
    line-height: 32px;
    margin-bottom:10px;
  }
}

/* Flex */
.o-flex{
	display: flex;
}
.o-flex-center{
	display: flex;
	align-items: center;
}
.o-flex-jcenter{
	display: flex;
	align-items: center;
	justify-content: center;

}


@media (max-width: 992px){
	.o-flex{
		display: block;
	}
}


/* Background Colours */

.bg-green{ background-color: #3fb34f;}
.bg-black{ background-color: #000000; }
.bg-grey{ background-color: #8a8d8f; }
.bg-blue{ background-color: #00afec; }
.bg-red{ background-color:#ed1c24; }


.t-green{color:#3fb34f;}
.t-blue{color:#00afec;}
.t-red{color:#ed1c24;}
.blue{color:#1f5c71; background-color: transparent !important;}

.t-black{color:#3c3c3b !important;}



.t-light{
	font-weight: 300;
}
.t-book{
	font-weight: 400;
}
.t-medium{
	font-weight: 500;
}
.t-demi{
	font-weight: 600;
}
.t-heavy{
	font-weight: 700;
}
.t-extra-bold{
	font-weight: 800;
}






/* Text */

.t-white{
	color:#fff;
}
.t-bold{
	font-weight: bold;
}
.t-italic{
	font-style: italic;
}


.t-align-left{
	text-align: left;
}
.t-align-center{
	text-align: center;
}
.t-align-right{
	text-align: right;
}


.page{
	overflow-x: hidden;
}


/* Bullets */
ul.bullets {
	padding-left: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
ul.bullets li{
	list-style-type: initial;
  line-height: 28px;
  padding-bottom: 10px;
}
@media (max-width:1280px){
  ul.bullets li{
    line-height: 24px;
  }
}

/* BG */

.bg-cover{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


/* Buttons */

.btn{
	font-size: 18px;
	font-weight: 600;
	padding: 13px 40px;
	line-height: normal;
	height: auto;
	border-radius: 50px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  text-decoration: none!important;
}
.btn.btn-red{
	background-color: #d93b2e;
	color:#fff!important;
	text-decoration: none!important;
}
.btn.btn-blue{
  background-color: #3c3c3b;
  color:#fff!important;
  text-decoration: none!important;
}
.back-btn{
  margin-top: 51px;
}

@media (max-width: 1280px){
  .btn{
    font-size: 16px;
    padding: 12px 30px;
  }
}
/* Padding */

.pl_0{
	padding-left: 0 !important;
}


.p0{
  padding:0 !important;
}

.ml5{
  margin-left: 5px !important;
}
.ml10{
  margin-left: 10px !important;
}
.ml15{
  margin-left: 15px !important;
}
.ml20{
  margin-left: 20px !important;
}
.ml25{
  margin-left: 25px !important;
}
.ml30{
  margin-left: 30px !important;
}
.ml35{
  margin-left: 35px !important;
}
.ml40{
  margin-left: 40px !important;
}

/* Post Text */
.blog-content h4{
  font-size: 22px;
  margin-bottom: 0px;
  color: #1f5c71;
  font-weight: 500;
  text-decoration: none!important;
}
.blog-content h4 u{
  text-decoration: none!important;
}
.single-post .selectionarea .small-text{
  padding-top: 0!important;
}
.blog-content img{
  width: initial;
}
.blog-content .alignright{
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
}
.blog-content .alignleft{
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
}
.blog-content .aligncenter{
  text-align: center;
  margin: 30px auto;
}
.blog-post-bottom{
    margin-top: 40px;
    padding-left: 8.5%;
}
.blog-post-bottom .col{
  padding: 0!important;
}
.blog-content strong,
.blog-content b{
  font-weight: 700;
}
.blog-content img{
  max-width: 100%;
  height: auto;
}
/* Small Text */
.small-text{
	padding:0;
	font-size: 22px;
	font-weight: 600;
	text-transform: initial;
  font-weight: 600;
  color: #b8b7b7;
  margin: 0;
}
.blog .small-text{
  color: #3c3c3b;
}
.post-type-archive-news-articles .small-text{
  color: #3c3c3b;
}
.selectionarea.portfolio.testimonial-small{
  display: none;
}
.page-id-6576 .selectionarea.portfolio.testimonial-small{
  display: block;
}
.single-news-articles .blog-content .row{
  display: flex;
  flex-flow: row wrap;
}
.single-news-articles .blog-content .col:first-child{
  padding: 0 40px 0 0 ;
}
.single-news-articles .blog-content .col:last-child{
    padding: 0 0px 0 40px ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
    max-height: 500px;
}
.single-news-articles .blog-post-bottom{
  padding-left: 0!important;
}
  .single-news-articles .blog-content .inner p:first-child{
    padding-top: 0!important;
  }




@media (max-width: 1024px){
  .post-type-archive-news-articles .selectionarea .row,
  .single-news-articles .selectionarea .row{
    padding: 0 25px;
  }
  .post-type-archive-news-articles .title{
    font-size: 40px!important;
    margin-bottom: 10px!important;
    line-height: 40px;
  }
  .post-type-archive-news-articles .four-container .col:first-child{
    width: 100%!important;
  }
  .post-type-archive-news-articles .blog-items li{
    width: 50%!important;
  }
  .single-news-articles .blog-content .row{
    padding: 0 25px;
  }
  .single-news-articles .blog-content .col:first-child{
    padding: 0 20px 0 0 ;
  }
  .single-news-articles .blog-content .col:last-child{
    padding: 0 0px 0 20px ;
  }
  .single-news-articles .blog-post-bottom .row{
    padding: 0 25px;
  }
  .single-news-articles .blog-post-bottom {
    margin-top: 20px!important;
  }
  .single-news-articles .more-blogs {
    margin-top: 150px!important;
  }
  .single-news-articles .single-blog-header {
    padding: 40px 0 40px 0;
  }
}
@media (max-width: 990px){
  .news-items .blog-items .inner .text {
    margin-bottom:  0px!important;
  }
  .single-news-articles .blog-content .col.s12:first-child {
    width: 60% !important;
  }
  .single-news-articles .blog-content .col.s12:last-child {
    width: 40% !important;
  }
}
@media (max-width: 768px){
  .single-news-articles .blog-content .col.s12:first-child{
     width: 100% !important;
     padding-right: 0!important;
     margin-bottom: 20px;
   }
  .single-news-articles .blog-content .col.s12:last-child{
    width: 100% !important;
    padding-left: 0!important;
  }
  .single-news-articles .blog-content .col:last-child {
    min-height: 500px;
  }
}
@media (max-width: 550px){
  .post-type-archive-news-articles .blog-items li{
    width: 100%!important;
  }
}
@media (max-width: 440px){
  .post-type-archive-news-articles .title {
      font-size: 24px;
      margin-bottom: 5px!important;
      line-height: 32px;
  }
  .single-news-articles .blog-content .col:last-child {
    min-height: 400px;
  }
}

/* Bullet Point Styles */

ul.additional li{
	font-size: 24px;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 20px;
}



ul.pencil {
	padding-left: 50px;
}
.pencil li{
	list-style-image: url(../images/pencil.png);
	font-size: 24px;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 20px;
}


.enhanced:before{
    background-image: url(../images/enhanced.png);
    content: "";
    height: 60px;
    width: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    z-index: 999;
    position: relative;
    vertical-align: middle;
    margin-right:20px;
}
.tickad:before{
	 background-image: url(../images/tick.png);	
	 content: "";
    height: 60px;
    width: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    z-index: 999;
    position: relative;
    vertical-align: middle;
    margin-right:20px;
}
.technical-support:before{
	 background-image: url(../images/technical-support.png);
	 content: "";
    height: 60px;
    width: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    z-index: 999;
    position: relative;
    vertical-align: middle;	
    margin-right:20px;
}
.updates:before{
	 background-image: url(../images/updates.png);
	 content: "";
    height: 60px;
    width: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    z-index: 999;
    position: relative;
    vertical-align: middle;	
    margin-right:20px;
}
.hosting:before{
	 background-image: url(../images/hosting.png);
	 content: "";
    height: 60px;
    width: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    z-index: 999;
    position: relative;
    vertical-align: middle;	
    margin-right:20px;
}
.content:before{
	 background-image: url(../images/content-development.png);	
	 content: "";
    height: 60px;
    width: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    z-index: 999;
    position: relative;
    vertical-align: middle;
    margin-right:20px;
}
.specialist:before{
	 background-image: url(../images/specialist-seo.png);
	 content: "";
    height: 60px;
    width: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    z-index: 999;
    position: relative;
    vertical-align: middle;	
    margin-right:20px;
}






ul.tick {
	padding-left: 35px;
  margin-top:0;
  margin-bottom:20px;
}
ul.tick:last-child{
  margin-bottom:0;
}
.tick li{
	padding-bottom: 10px;
	font-weight: 600;
  position: relative;
}
.tick li:last-child{
  padding-bottom:0;
}
.tick li:before{
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  color: #1f5c71;
  font-size: 22px;
  font-weight: 300;
  margin-right:10px;
  margin-left:-33px;
  position: absolute;
}


.title-line{
	font-weight: 600;
	font-size: 22px;
	color:#b8b7b7 !important;
	position: relative;
	padding: 15px 0 !important;
}
/*
.title-line:before{
	content: "";
	height: 1px;
	width: 400px;
	background-color: #3c3c3b;
	display: block;
	position: absolute;
	left:-430px;
	top: 32px;
}*/



/* Extra Bits */
strong{font-weight: 700;}


.two-thirds-left.two h2{color:#1f5c71;}
.two-thirds-left.two a{color:#3c3c3b;}
.two-thirds-left.two a.btn{color:#fff;}

.half-half.three h1{display: none;}
.half-half.three h3{width: 90%; margin-top:0px;}

.two-thirds-left.five .fullbox h3{margin-bottom: 0; font-weight: 300;}
.two-thirds-left.five .fullbox p{padding-top: 0px;}

.two-thirds-left.nine a{text-decoration: underline;}

.two-thirds-left.eleven h2{
    width: 80%;
    color:#1f5c71;
}

.half-half.one .small-text{
	position: relative;
	margin-top:30px;
	text-transform: initial;
	font-weight: 600;
  color:#b8b7b7;
  margin:0;
}

.ipadsideright .bg-cover{
  background-size: contain;
  background-position: right;
}
.ipadsideleft .bg-cover{
  background-size: contain;
  background-position: left;
}









@media (max-width: 1866px){
	.testimonial .t-line:after{width: 530px;}
}

@media (max-width: 1791px){
	.testimonial .t-line:after{right: 760px;}
}
@media (max-width: 1711px){
	.testimonial .t-line:after{right: 710px;}
}
@media (max-width: 1453px){
	.testimonial .t-line:after{right: 650px;}
}

@media (max-width: 1395px){
	.testimonial .t-line:after{right:570px;}
}


@media (max-width: 1227px){
	.main-navigation ul li a{padding:17px 15px;}
}


@media (max-width: 1024px){
	.four-boxs-work.four .row{display: block;}
	.four-boxs-work.four .soild{width: 100%;}
	.four-boxs-work.four .bgone{width: 33.333%;min-height: 300px;}

	.testimonial.seven .inner{padding:70px 50px;}
	.testimonial.seven .inner p{width: 100%; }

	.one-third-text-twoimagesblock.eight .row{display: block;}
	.one-third-text-twoimagesblock.eight .left{width: 100% !important;}
	.one-third-text-twoimagesblock.eight .container{padding:0 2vw;}


	.bar-content .inner{width: 90%;}

	.two-thirds-left.eleven h2{width: 80%;}



}


.hmobile{
  display: none;
}


@media (max-width: 1018px){
	.main-navigation ul li a{padding:17px 12px;}
}


@media (max-width: 992px){
	.half-half.one .container{display: block;}
	.half-half.one .container .row{display: block;}

	

	.two-thirds-left.five ul{margin-bottom: 0; margin-top:0;}

	.three-boxs.six p{width: 100%;}

	.testimonial.seven .inner{padding:60px 30px;}
	.testimonial.seven .inner p{width: 100%;}

	.one-third-text-twoimagesblock.eight .right{padding-right: 2vw;}

	.two-thirds-left.nine .two-box{width: 50% !important; float: left;}


	.bar-content{overflow-y: scroll;}
	.bar-content .inner{width: 95%; display: block;}
	.bar-content form{width: 95%;}
}




	/* Mobile Nav */
@media (max-width: 1024px){
	.sidenav-trigger{
    color:#fff;
    background-color: #3c3c3b;
    padding:9px 15px;
    border-radius: 100px;
  }
	header .mobile{float: right; font-size: 22px;}
	header .mobile .menu-pir-menu-container li a{font-size: 16px;}
	header .mobile .sidenav-close svg{float: right; margin-top:20px; font-size: 22px;}
	header .mobile .menu-pir-menu-container li:last-child{background-color: #d93b2e;}
	header .mobile .menu-pir-menu-container li:last-child a{color:#fff; text-transform: uppercase;}

  .hmobile{
    display: block;
  }
  .hdesktop{
    display: none;
  }

}

@media (max-width: 550px){

	.half-half.three h1{display:none;}
	.half-half.three h3{width: 100%; margin-top:0;}

	.four-boxs-work.four .bgone{width: 100%;}


	.testimonial.seven .inner .speachmarks{width: 75px}
	.testimonial.seven .inner p{font-size: 19px;line-height: 29px;}

	.one-third-text-twoimagesblock.eight .right li{width: 50%;}

	.two-thirds-left.nine .two-box{width: 100% !important;}
	.two-thirds-left.nine .two-box ul{margin:0;}

	.two-thirds-left.eleven h2{width: 100%;}


	.testimonial .t-line{left:60px;}

	.testimonial .t-line:after{display: none;}
	.testimonial .t-line:before {content: ""; height: 1px; width: 400px; background-color: #3c3c3b; display: block; position: absolute; left: -430px; top: 32px;}


	.bar-content .logo{display: block; width: 25%; margin:30px auto 30px auto;}


}


@media (max-width: 400px){
	.one-third-text-twoimagesblock.eight .right li{width: 100%;}
	.bar-content h2 strong{margin-bottom: 20px;}
}





/* Devices */
.device {
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
  background: #1b211e;
/*  box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.05);
*/}

.device img {
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.24);
}

.device::before,
.device::after {
  content: "";
  display: block;
  position: absolute;
  background: #1b211e;
}

.phone {
  padding: 12% 3%;
}

.phone.landscape {
  padding: 1.75% 8%;
}

.tablet {
  padding: 8% 2%;
}

.tablet.landscape {
  padding: 1.12% 6%;
}

.laptop {
  margin-left: 12%;
  margin-right: 12%;
  margin-bottom: 2.5%;
  border-radius: 1vw;
  padding: 1.35%;
}

.desktop {
  margin-bottom: 11%;
  border-radius: 1vw;
  padding: 1.5%;
}

.phone::after {
  border-radius: 50%;
  margin: 0 auto 2%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10%;
  height: 0;
  padding-top: 10%;
  box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.12);
}

.phone.landscape::after {
  margin: auto 0;
  left: calc(100% - 7%);
  top: 0;
  bottom: 0;
  width: 6%;
  padding-top: 6%;
}

.phone::before {
  border-radius: 50px;
  margin: 5.5% auto 0;
  left: 0;
  right: 0;
  top: 0;
  width: 20%;
  height: 1%;
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.12);
}

.phone.landscape::before {
  margin: auto 0 auto 4.5%;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1%;
  height: 20%;
}

.tablet::after {
  border-radius: 50%;
  margin: 0 auto 2%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 6%;
  height: 0;
  padding-top: 6%;
  box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.12);
}

.tablet.landscape::after {
  margin: auto 0;
  left: calc(100% - 5.25%);
  top: 0;
  bottom: 0;
  width: 4.5%;
  padding-top: 4.5%;
}

.tablet::before {
  border-radius: 50%;
  margin: 3.5% auto 0;
  left: 0;
  right: 0;
  top: 0;
  width: 2.25%;
  height: 0;
  padding-top: 2.25%;
  background: #eee;
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.12);
}

.tablet.landscape::before {
  margin: auto 0 auto 2.5%;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.75%;
  padding-top: 1.75%;
}

.laptop::after {
  border-radius: 4px 4px 48px 48px;
  left: -15%;
  bottom: -4%;
  width: 130%;
  height: 7%;
}

.desktop::before {
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -18%;
  width: 20%;
  height: 20%;
  background: #fafafa;
  z-index: -1;
}

.desktop::after {
  border-radius: 4px 4px 24px 24px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -19.5%;
  width: 34%;
  height: 2%;
}

.device-collection {
  width: 100%;
  position: relative;
}

.device-collection::after {
  content: "";
  display: block;
  padding-top: 62.75%;
}

.device-collection .phone-container,
.device-collection .tablet-container,
.device-collection .desktop {
  position: absolute;
  bottom: 0;
}

.device-collection .phone,
.device-collection .tablet {
  margin: 0;
}

.device-collection .phone-container {
  left: 0;
  max-width: 15%;
  z-index: 2;
}

.device-collection .tablet-container {
  right: 0;
  max-width: 30%;
  z-index: 1;
}

.device-collection .desktop {
  left: 0;
  right: 0;
  margin: 0 5% 10.25%;
}

@media (max-width: 800px) {
  .device-collection .device {
    border-radius: 1vw;
  }
}


.container,
.device-collection {
  max-width: 100%;
  /*margin: 40px;*/
}
#cookie-law-info-bar{
	z-index: 99999999999!important;
}
.seo-cats-two{
  background-color: #efefef!important;
  margin: 0!important;
  padding: 80px 0 40px 0!important;
}
.seo-cats-one .text_area{
  background-color: #efefef!important;
  margin: 80px 0 0 0!important;
  padding: 80px 0!important;
}
.seo-cats-three .text_area{
  background-color: #efefef!important;
  margin: 0 0 80px 0!important;
  padding: 0 0 80px 0!important;
}
@media (max-width: 1024px){
  .seo-cats-two{
    padding-top: 0!important;
  }
  .seo-cats-one .text_area{
    padding-bottom: 40px!important;
  }
  .seo-cats-two:nth-child(2n){
    margin-bottom: 0!important;
  }
}



.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* TOMPIR 08-03-24 Sharons Landing Page "Services" changes for mobile */
@media (max-width: 545px){

  /* Format image better */
  .page-template-service-page .lp-header {
    background-position:bottom !important;
    position: relative;
    z-index:1;
  }

  .page-template-service-page .lp-header:after {
    background:#3b3b3b80;
    display:block;
    content:'';
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    position:absolute;
    z-index:-1;
  }

  /* Hide TOP form */
  .page-template-service-page .request-call {display:none !important;}
}


.post-type-archive-ourwork .intro{
  display: flex;
  padding-top:40px;
  flex-flow: row wrap;
}
.post-type-archive-ourwork .intro h1{
  width: 50%;
}
.post-type-archive-ourwork .intro p{
  width: 50%;
  padding-top:30px;
}
@media (max-width:1024px) {
  .post-type-archive-ourwork .intro h1{
    width: 100%;
  }
  .post-type-archive-ourwork .intro p{
    width: 100%;
    padding-top: 0;
  }
  .post-type-archive-ourwork .intro{
    flex-direction: column;
  }
  .portfolio .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width:800px) {
  .portfolio .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .post-type-archive-ourwork .intro {
    display: flex;
    padding-top: 30px;
  }
  .grid-filters {
    padding-top: 20px;
  }
}
@media (max-width:550px) {
  .post-type-archive-ourwork .intro {
    padding-top: 20px;
  }
  .grid-filters {
    padding-top: 10px;
  }
}


/* News */
.post-type-archive-news-articles .news-items .inner .text {
  padding: 20px 10px;
}
.post-type-archive-news-articles .four-container .col.m6:first-child{
  padding-left:0;
}
@media (max-width:1660px){
  .post-type-archive-news-articles .news-items .image {
    height: 225px;
  }
}
@media (max-width:1440px){
  .post-type-archive-news-articles .news-items .inner h3 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom:5px;
  }
  .post-type-archive-news-articles .news-items .inner .text {
    padding: 15px 5px;
  }
  .post-type-archive-news-articles .news-items .inner .text p {
    font-size: 16px;
    line-height: 24px;
  }
  .post-type-archive-news-articles .news-items li {
    padding: 0 15px;
  }
  .post-type-archive-news-articles .news-items .image {
    height: 200px;
  }
  .post-type-archive-news-articles .news-items .blog-items{
    margin-left: -15px;
    margin-right: -15px;
  }
}


.calendly-badge-widget{
  left: 20px !important;
}