*{
  box-sizing:border-box;
}

.ortho-wrapper{
  max-width:1100px;
  margin:auto;
  padding:40px 20px;
  font-family:Arial,sans-serif;
}

.ortho-header{
  text-align:center;
  margin-bottom:40px;
}

.ortho-header h2{
  font-size:44px;
  margin-bottom:10px;
  color:#111;
}

.ortho-header p{
  color:#666;
}

.ortho-image-wrap{
  position:relative;
  max-width:760px;
  margin:auto;
}

.ortho-image{
  width:100%;
  display:block;
  border-radius:20px;
}

/* ======================================
REALISTIC GUMICE
====================================== */

.lig{
  position:absolute;
  width:16px;
  height:16px;
  border-radius:50%;
  cursor:pointer;
  z-index:50;

  background:#bdbdbd;

  box-shadow:
    0 0 0 2px rgba(255,255,255,0.15),
    inset 0 2px 3px rgba(255,255,255,0.45),
    inset 0 -2px 4px rgba(0,0,0,0.35),
    0 1px 3px rgba(0,0,0,0.35);

  mix-blend-mode:multiply;

  transition:0.15s ease;
}

.lig:hover{
  transform:scale(1.15);
}

/* ======================================
TOP POSITIONS
====================================== */

.t1{ top:38.9%; left:13%; }
.t2{ top:38%; left:22.5%; }
.t3{ top:37.2%; left:34.8%; }
.t4{ top:37.2%; left:47.6%; }
.t5{ top:38%; left:60.2%; }
.t6{ top:38.9%; left:71.2%; }
.t7{ top:39.8%; left:80%; }

/* ======================================
BOTTOM POSITIONS
====================================== */

.b1{ top:57.8%; left:14.2%; }
.b2{ top:56.8%; left:25.3%; }
.b3{ top:55.8%; left:36.4%; }
.b4{ top:55.8%; left:47.5%; }
.b5{ top:55.8%; left:58.6%; }
.b6{ top:56.8%; left:69.7%; }
.b7{ top:57.8%; left:79.5%; }

/* ======================================
CONTROLS
====================================== */

.controls-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  margin-top:50px;
}

.control-box{
  background:#fff;
  border-radius:20px;
  padding:30px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.control-box h3{
  margin-bottom:20px;
  font-size:26px;
}

.colors{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(48px,1fr));
  gap:14px;
  margin-bottom:25px;
}

.colors button{
  width:48px;
  height:48px;
  border-radius:50%;
  border:none;
  cursor:pointer;
  transition:0.15s;
}

.colors button:hover{
  transform:scale(1.12);
}

.white{
  border:1px solid #ccc !important;
  background:#fff !important;
}

.apply-top,
.apply-bottom{
  border:none;
  padding:14px 24px;
  border-radius:14px;
  background:#111;
  color:#fff;
  cursor:pointer;
  font-size:15px;
  transition:0.2s;
}

.apply-top:hover,
.apply-bottom:hover{
  opacity:0.9;
}

/* ======================================
MOBILE
====================================== */

@media(max-width:768px){

  .controls-grid{
    grid-template-columns:1fr;
  }

  .ortho-header h2{
    font-size:32px;
  }

  .lig{
    width:12px;
    height:12px;
  }

}










/* PPC Page */
section {
	float: left;
    width: 100%;
}
.page-template-ppc-ibissolutions {
  font-family: "Bitter", sans-serif;
}

#formPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  justify-content: center;
  align-items: center;
}
#formPopup .popup-inner {
  background: #fff;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  position: relative;
  z-index: 9999;
}
#formPopup #closeForm {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10000;
  background: #0B2D4C;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16px;
}




section.ppc-hero-section {
    padding: 80px 120px 230px 120px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}
.ppc-hero-text-holder h1 {
    font-size: 70px;
    margin-top: 0px;
    color: #fff;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 45px;
}
.ppc-hero-text-holder p {
    font-size: 18px;
    color: #fff;
	line-height: 30px;
}
.wrap-text-hero-ppc {
    float: left;
    width: 100%;
    padding-right: 45px;
}
section.ibis-video-osi {
    padding: 80px 120px;
}
.video-osi-text h2 {
    margin-bottom: 20px;
}
.ibis-osi-modules-holder h2, .video-osi-text h2, .ibis-osi-advantages-holder h2, .project-osi-text h2 {
	color: #0B2D4C;
    font-size: 36px;
    margin-top: 0px;
	font-weight: 700;
}
.video-osi-text p, .ibis-osi-advantages-holder p, .project-osi-text p{
    color: #0B2D4C;
    font-size: 18px;
}
.space-ppc-section {
    float: left;
    width: 100%;
    padding: 10px;
}
.video-osi iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    border: 0;
}
.video-osi-inner-holder {
    float: left;
    width: 100%;
    padding-right: 35px;
}
.ibis-osi-modules-holder {
	float: left;
	width: 100%;
}
.ibis-osi-modules-holder h2 {
	color: #fff;
}
.ibis-osi-modules-holder h2 {
    margin-bottom: 0px;
    padding: 0px 25%;
	text-align: center;
}
section.ibis-osi-modules {
	padding: 80px 150px;
}
.modules-wrap {
    margin-top: 50px;
	float: left;
	width: 100%;
}
.ppc-service-box.text-center {
    padding: 35px;
    background-color: rgba(248, 248, 248, 0.7);
	border-radius: 8px;
}
.ppc-osi-box1,
.ppc-osi-box2,
.ppc-osi-box3 {
  margin-bottom: 40px;
}
.ppc-service-box.text-center p{
	font-size: 17px;
	color: #0B2D4C;
}
.ppc-service-box.text-center h4 {
    font-size: 22px;
    font-weight: 600;
	margin-bottom: 20px;
    margin-top: 15px;
	color: #000000;
}
.ppc-service-box-bottom-row {
    float: left;
    width: 100%;
    justify-content: center;
    display: flex;
}
section.ibis-osi-advantages {
    padding: 80px 120px;
    background-color: #f8f8f8;
    position: relative;
}
.ibis-osi-advantages-holder {
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.ibis-osi-advantages-holder p {
    padding: 0px 25%;
	margin: 20px 0px;
}
.image-bullet-holder {
    float: left;
    width: 100%;
    position: relative;
}
.image-wrap-osi-adv {
    width: 80%;
    float: left;
}
.image-wrap-osi-adv img {
    width: 100%;
    float: left;
    height: 700px;
    object-fit: cover;
}
.osi-adv-bullets {
    float: left;
    position: absolute;
    width: 40%;
    right: 0;
    background-color: #063c5b;
    padding: 30px 30px 30px 20px;
	top: 50%;
    left: 50%;
    transform: translate(25%, -50%);
}
.osi-adv-bullets li {
    color: #fff;
    margin-bottom: 20px;
    margin-left: 28px;
}
.osi-adv-bullets  ul {
    padding: 0px;
    list-style: none;
	margin: 0px;
}
.osi-adv-bullets li::before {
    content: "✓";
    position: absolute;
    left: 22px;
    color: #4CAF50;
    font-size: 11px;
    font-weight: bold;
    background: #fff;
    border-radius: 50%;
    padding: 1px 4px;
    margin-top: 5px;
}
.osi-adv-bullets li:last-child {
  margin-bottom: 0;
}
.bullets-button {
    float: left;
    width: 100%;
    margin-top: 60px;
	margin-bottom: 20px;
}
.openForm {
    background: #fff;
    padding: 12px 20px;
    border-radius: 25px;
    color: #063c5b;
    font-weight: 700;
	font-size: 16px;
	border-color: #fff;
}
.openForm:hover {
	background-color: #0c1f3c;
	color: #fff;
	transition: all .5s ease-in-out;
	border-color: #fff;
}
.bullets-button a, .banner-holdet-text a {
    background: #fff;
    padding: 12px 20px;
    border-radius: 25px;
    color: #063c5b;
    font-weight: 600;
}
.bullets-button a:hover, .banner-holdet-text a:hover {
	background-color: #0c1f3c;
	color: #fff;
	transition: all .5s ease-in-out;
}
section.ibis-video-project {
    padding: 80px 120px;
}
.ibis-video-project-holder {
    float: left;
    width: 100%;
}
.project-osi-text h2 {
    line-height: 50px;
	margin-bottom: 25px;
}
.project-osi-text p {
	line-height: 30px;
}
.project-osi iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    border: 0;
}
.project-osi-text {
    padding-right: 40px;
}
section.banner-holder-ibis {
    padding: 80px 120px;
    background-color: #2aa5dd;
	text-align: center;
}
.banner-holdet-text {
    float: left;
    width: 100%;
	padding: 0px 25%;
}
.banner-holdet-text h2 {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
}
.banner-holdet-text p{
	color: #d9dadb;
    font-size: 16px;
	margin: 25px 0px;
}
/* Footer PPC */
.sbb-address-mail img {
    width: 290px;
}
.sbb-address, .sbb-email {
    color: #fff;
    display: flex;
    font-size: 16px;
}
.sbb-address i, .sbb-email i {
    margin-right: 8px;
}
.sbb-address i {
    font-size: 20px;
}
.site-info-wrap {
    float: left;
    width: 100%;
    padding: 40px 80px 100px 80px;
	background-color: #0B2D4C;
}
.site-footer-ppc-ibis {
    float: left;
    width: 100%;
    background-color: #222222;
}
.sbb-email a {
    color: #fff;
}
.sbb-email a:hover{
    color: #2aa5dd;
	transition: all .5s ease-in-out;
}
.site-branding.ppc-ibis-header {
    background-color: #0B2D4C;
    padding: 20px 40px;
}
.site-branding.ppc-ibis-header img {
    width: 290px;
}

.ibis-form-holder label {
    float: left;
    width: 100%;
}
.ibis-form-holder {
    padding: 35px;
	float: left;
    width: 100%;
	background-color: #fff;
	border-radius: 8px;
}
.form-wrap-ibis input {
    width: 100% !important;
    color: #111;
    border-radius: 8px;
    padding: 12px;
    background: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
}
.ibis-form-holder h2 {
    margin-top: 0px;
    margin-bottom: 35px;
	text-align: center;
	font-size: 24px;
    font-weight: 600;
}
.ibis-form-holder form.wpcf7-form.init {
    float: left;
    width: 100%;
    height: 260px;
}
.form-wrap-ibis input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #063c5b;
    color: #ffff;
    border-radius: 25px;
	margin: 20px 0px;
	padding: 22px;
	font-weight: 600;
	line-height: 0px;
}
.ibis-form-holder input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    margin: 12px 0px;
}
.ibis-form-holder .wpcf7 form.sent .wpcf7-response-output {
	color: #111;
	float: left;
	width: 100%;
}
.form-button-holder {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ibis-form-holder .wpcf7-response-output {
    float: left;
    width: 100%;
}
.sbb-address p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: #7F9AA9;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}
.sbb-address p::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #0B2D4C;
  border-radius: 50%;
}








@media only screen and (max-width: 1500px) {
	.ppc-hero-text-holder h1 {
		font-size: 50px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 1350px) {
	.ppc-hero-text-holder h1 {
		font-size: 46px;
	}
	section.ppc-hero-section {
		padding: 70px 60px 210px 60px;
		clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
	}
	section.ibis-video-osi, section.ibis-osi-modules, section.ibis-osi-advantages, section.ibis-video-project, section.banner-holder-ibis {
		padding: 80px 60px;
	}
	.ibis-osi-modules-holder h2, .video-osi-text h2, .ibis-osi-advantages-holder h2, .project-osi-text h2, .banner-holdet-text h2 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 1200px) {
	.wrap-text-hero-ppc {
		padding-right: 15px;
	}
	.hero-form-holder {
		padding: 0px!important;
	}
	section.ppc-hero-section {
		padding: 60px 40px 210px 40px;
		clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
	}
	.video-osi-inner-holder {
		float: left;
		width: 100%;
		padding-right: 10px;
	}
	section.ibis-video-osi, section.ibis-osi-advantages, section.ibis-video-project, section.banner-holder-ibis{
        padding: 80px 40px;
    }
	section.ibis-osi-modules {
		padding: 40px 40px;
	}
	.ibis-osi-modules-holder h2, .banner-holdet-text {
		padding: 0px 20%;
	}
	.ppc-service-box.text-center {
		padding: 30px;
	}
	.ibis-osi-advantages-holder p {
		padding: 0px 18%;
	}
}

@media only screen and (max-width: 992px) {
    .ppc-hero-text-holder h1 {
        font-size: 42px;
		text-align: center;
		margin-bottom: 20px;
    }
	.ppc-hero-text-holder p {
		font-size: 16px;
		line-height: 26px;
		text-align: center;
	}
	.wrap-text-hero-ppc {
		margin-bottom: 40px;
	}
	.ppc-hero-text-holder {
		padding: 0px!important;
	}
	section.ppc-hero-section {
        padding: 60px 20px 135px 20px;
        clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    }
	.wrap-text-hero-ppc {
        padding-right: 0px;
    }
	.video-osi iframe {
		position: relative;
		height: 400px;
	}
	.video-osi-inner-holder {
        padding-right: 0px;
    }
	.video-osi-inner-holder, .video-osi-text, .video-osi, .project-osi-text, .project-osi {
        padding: 0px!important;
    }
	section.ibis-video-osi, section.ibis-osi-advantages, section.ibis-video-project, section.banner-holder-ibis{
        padding: 80px 20px;
    }
	section.ibis-osi-modules {
		padding: 20px 20px;
	}
	.video-osi-inner-holder {
		margin-bottom: 30px;
	}
	.ppc-service-box.text-center p {
		font-size: 16px;
		margin-bottom: 0px;
	}
	.ppc-service-box.text-center h4 {
		font-size: 20px;
	}
	.ppc-service-box.text-center {
		padding: 20px;
	}
	.osi-adv-bullets {
		width: 50%;
		transform: translate(0%, -50%);
	}
	.image-wrap-osi-adv img {
		height: 630px;
	}
	.ibis-osi-advantages-holder p {
        padding: 0px 10%;
    }
	.project-osi-text p {
		margin: 30px 0px;
	}
	.banner-holdet-text {
        padding: 0px 5%;
    }
	.banner-holdet-text p {
		font-size: 17px;
		margin: 20px 0px;
	}
}

@media only screen and (max-width: 768px) {
	.ppc-hero-text-holder h1 {
        font-size: 38px;
	}
	section.ppc-hero-section {
        padding: 50px 15px 130px 15px; 
	}
	section.ibis-video-osi, section.ibis-osi-advantages, section.ibis-video-project, section.banner-holder-ibis{
        padding: 80px 15px;
    }
	section.ibis-osi-modules {
		padding: 15px 15px;
	}
	.ibis-osi-modules-holder h2, .video-osi-text h2, .ibis-osi-advantages-holder h2, .project-osi-text h2, .banner-holdet-text h2 {
        font-size: 28px;
    }
	.video-osi-text p, .ibis-osi-advantages-holder p, .project-osi-text p {
		font-size: 17px;
	}
	.ppc-service-box-bottom-row {
		display: unset;
	}
	.ppc-osi-box1,
	.ppc-osi-box2,
	.ppc-osi-box3, .ppc-osi-box4{
	  	margin-bottom: 30px;
	}
	.ibis-osi-modules-holder {
		margin-bottom: 40px;
	}
	.ibis-osi-modules-holder h2 {
        padding: 0px 10%;
    }
	.image-wrap-osi-adv {
		width: 100%;
		float: left;
	}
	.image-wrap-osi-adv img {
        height: unset;
    }
	.osi-adv-bullets {
		position: unset;
		width: 100%;
		padding: 30px 30px 30px 20px;
		transform: translate(0%, 0%);
	}
	.image-wrap-osi-adv img {
        height: 300px;
    }
	.bullets-button {
		margin-top: 45px;
	}
	.site-branding.ppc-ibis-header img {
		width: 210px;
	}
	.site-branding.ppc-ibis-header {
		padding: 15px 20px;
	}
}

@media only screen and (max-width: 550px) {
	.ppc-hero-text-holder h1 {
        font-size: 32px;
    }
	.ibis-osi-modules-holder h2, .video-osi-text h2, .ibis-osi-advantages-holder h2, .project-osi-text h2, .banner-holdet-text h2 {
        font-size: 25px;
    }
	.video-osi-text p, .ibis-osi-advantages-holder p, .project-osi-text p {
		color: #5e6d80;
		font-size: 16px;
	}
	.video-osi iframe {
        height: 310px;
    }
	.ibis-osi-modules-holder h2 {
        padding: 0px 5%;
    }
	.ibis-osi-advantages-holder p {
        padding: 0px 5%;
    }
	.project-osi iframe {
		height: 300px;
	}
	.banner-holdet-text {
        padding: 0px 0%;
    }
	section.banner-holder-ibis {
        padding: 40px 15px 55px 15px;
    }
	.banner-holdet-text p {
		font-size: 16px;
	}
}












































/* Single Page */
.md-inner-img {
    padding: 160px 0px;
    float: left;
    width: 100%;
	position: relative;
}
.single-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #111;
    opacity: .3;
}
.md-inner-title h1 {
    font-size: 54px;
    margin: 0px;
	font-weight: 600;
	color: #fff;
	position: relative;
}
.section-inner-page, .inner-content, .page-contact-holder {
    float: left;
    width: 100%;
	padding: 120px 0px;
	background-color: #333333;
}
.section-inner-page-blog {
	float: left;
    width: 100%;
	padding: 120px 0px;
	background-color: #333333;
}
.inner-sections-single-page section.banner-section {
	margin-top: 80px;
	margin-bottom: 120px;
	background-color: #fff;
	padding: 0px;
}
.entry-page p, .inner-sections-single-post p {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
    font-weight: 400;
}
.entry-page a, .inner-sections-single-post a {
    color: #FF6333;
}
.entry-page a:hover, .inner-sections-single-post a:hover {
    color: #dd896f;
	transition: all 0.4s ease;
}
.inner-sections-single-page .banner-image-holder {
	background-color: #333333;
}
.entry-page h2:first-of-type, .inner-sections-single-post h2:first-of-type {
    margin-top: 0px;
}
/* Banner on Single Page */
.inner-sections-single-page .banner-btn {
    text-align: right;
}

/* Blog Page */
.sbb-pagination-holder.navigation {
    float: left;
    width: 100%;
    margin-top: 20px;
}
span.page-numbers.current {
    padding: 6px 12px;
    background-color: #FF6333;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
a.page-numbers {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
a.page-numbers:hover {
    color: #FF6333;
    text-decoration: none;
	transition: all .5s ease-in-out;
}
.blog-post-container {
    height: 460px;
}
.blog-post-image-container {
    float: left;
    width: 100%;
}

/* Single Post */
.sbb-blog-sidebar h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
}
.sbb-blog-sidebar li, .sbb-blog-sidebar li {
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 15px 0;
    border-top: 1px solid #FF6333;
}
.sbb-blog-sidebar a {
    color: #F2F2F2;
    font-size: 16px;
}
.sbb-blog-sidebar a:hover {
	color: #FF6333;
	transition: all .5s ease-in-out;
}
.sbb-blog-sidebar li:last-of-type {
    border-bottom: 1px solid #FF6333;
}
.sbb-blog-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.navigation.post-navigation {
    float: left;
    width: 100%;
	margin-top: 60px;
	margin-bottom: 0px;
}
.navigation.post-navigation h2 {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 25px;
	font-size: 26px;
}
.navigation.post-navigation h3 {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 25px;
	font-size: 22px;
}
.inner-sections-single-post h2, .entry-page h2 {
    margin: 30px 0px;
    color: #fff;
    font-size: 36px;
	line-height: 43px;
}
.inner-sections-single-post h3, .entry-page h3 {
    margin: 30px 0px;
    color: #fff;
    font-size: 28px;
	line-height: 43px;
}
.inner-sections-single-post ul, .entry-page ul {
	background-color: #111;
	color: #F2F2F2;
	padding: 50px 70px;
    margin: 30px 0;
}
.inner-sections-single-post li, .entry-page li {
    margin-bottom: 10px;
    font-size: 18px;
}
.archive .sbb-pagination-holder.navigation {
	margin-bottom: 40px;
}

/* Error 404 Page */
section.error-404.not-found {
    float: left;
    width: 100%;
    padding: 100px 0px;
	background: #333333;
}
section.error-404.not-found h1 {
	font-size: 48px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 25px;
}
.image-404-wrap img {
    width: 100%;
    height: 400px;
    object-fit: none;
}

/* Contact Us Page */
.page-contact-holder .all-form-holder {
    float: left;
    width: 100%;
    background: #333333;
    padding: 0px;
}
.entry-page-contact {
	color: #fff;
}
.entry-page-contact h4 {
    font-size: 16px;
    font-weight: 600;
    display: inline-grid;
}
a.email-contact {
	margin-top: 10px;
	color: #FF6333;
}
a.email-contact:hover {
    color: #dd896f;
    transition: all 0.4s ease;
}
.contact-page-content-holder .banner-image-holder img {
    width: 100%;
    margin: 0;
	margin-bottom: 20px;
}
.entry-page-contact h2 {
    font-size: 26px;
    line-height: 35px;
}
.entry-page-contact p {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}
.contact-form-page-holder .all-form-holder h2 {
    color: #fff;
    font-size: 28px;
	margin-bottom: 35px;
}

@media only screen and (max-width: 1500px) {
     .md-inner-img {
		padding: 130px 0px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-inner-page-blog, .section-inner-page, .page-contact-holder {
		padding: 100px 0px;
	}
	.md-inner-title h1 {
		font-size: 48px;
	}
	.inner-sections-single-post h2, .entry-page h2 {
		font-size: 34px;
	}
}

@media only screen and (max-width: 992px) {
	.section-inner-page-blog .blog-post-container {
		height: 510px;
	}
	.md-inner-img {
        padding: 100px 0px;
    }
	.md-inner-title h1 {
		font-size: 42px;
	}
	.inner-sections-single-post h2, .entry-page h2 {
		font-size: 32px;
	}
	.inner-sections-single-page .banner-btn {
		text-align: center;
	}
	.inner-sections-single-page section.banner-section {
		margin-top: 75px;
		margin-bottom: 0px;
	}
	.inner-sections-single-post h3, .entry-page h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.navigation.post-navigation {
		margin: 50px 0px;
	}
	.navigation.post-navigation h2 {
		margin-bottom: 10px;
		font-size: 24px;
	}
	.navigation.post-navigation h3 {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.sbb-blog-sidebar h2 {
		font-size: 24px;
	}
	.sbb-blog-sidebar li, .sbb-blog-sidebar li {
		font-size: 16px;
	}
	.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
		display: inline!important;
	}
	.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
		text-align: unset!important;
	}
	.sbb-single-post-inner.inner-sections-single-post, .sbb-blog-sidebar, .contact-form-page-holder, .contact-page-content-holder {
		padding: 0px!important;
	}
}

@media only screen and (max-width: 768px) {
    .section-inner-page-blog .blog-post-container {
        height: auto;
        margin-bottom: 50px;
    }
	.md-inner-title h1 {
		font-size: 36px;
	}
	p.blog-post-excerpt {
		font-size: 15px;
	}
	.section-inner-page-blog, .section-inner-page, .page-contact-holder {
        padding: 80px 0px;
    }
	.blog-post-image-container img {
		height: 225px;
	}
	.inner-sections-single-post h3, .entry-page h3 {
		margin: 25px 0px;
		font-size: 24px;
		line-height: 34px;
	}
}

@media only screen and (max-width: 550px) {
	 .md-inner-img {
        padding: 80px 0px;
    }
	.md-inner-title h1 {
		font-size: 32px;
	}
	.blog-post-container h3, .blog-content-box a {
		color: #ffff;
		font-size: 22px;
		margin: 10px 0px;
	}
	.inner-sections-single-post h2, .entry-page h2 {
        font-size: 30px;
		line-height: 36px;
    }
	.inner-sections-single-post ul, .entry-page ul {
		padding: 40px 55px;
		margin: 30px 0;
	}
	.inner-sections-single-post li, .entry-page li {
		margin-bottom: 7px;
		font-size: 16px;
	}
	.inner-sections-single-page .banner-btn {
        margin-bottom: 10px;
    }
	.section-inner-page-blog, .section-inner-page, .page-contact-holder {
        padding: 70px 0px;
    }
	.contact-form-page-holder .all-form-holder h2 {
		font-size: 24px;
	}
	.entry-page-contact p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 420px) {
    .md-inner-img {
        padding: 70px 0px;
    }
	.inner-sections-single-post h2, .entry-page h2 {
        font-size: 28px;
        line-height: 33px;
		margin: 25px 0px;
    }
	.inner-sections-single-post ul, .entry-page ul {
		padding: 30px 42px;
		margin: 30px 0;
	}
	.inner-sections-single-post h3, .entry-page h3 {
		margin: 25px 0px;
		font-size: 22px;
		line-height: 29px;
	}
	.navigation.post-navigation {
		margin: 40px 0px;
	}
	.contact-form-page-holder .all-form-holder h2, .entry-page-contact h2 {
		font-size: 22px;
	}
}




















