/*
Theme Name: BlankSlate Child
Theme URI: https://github.com/tidythemes/blankslate
Template: blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Tags: one-column,two-columns,custom-menu,featured-images,microformats,sticky-post,threaded-comments,translation-ready
Version: 4.0.4.1529371578
Updated: 2018-06-19 01:26:18

*/

/* Custom Css */


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


html body {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: #777;
	background: #fff;
	width: 100%;
    height: 100%;
}

body div, body dl, body input[type=reset], body input[type=search], body input[type=submit], body li, body select, body textarea {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
}

em {
	font-style: italic;
}

ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style:disc;
	list-style-position: inside;
	margin: 0 0 1.6em 0;
}

ul.wpp-list {
	list-style:none;
}

.widget-container ul {
	list-style-image: none;
}

ol {
	list-style: decimal;
}

b, strong, .fwb {
	font-weight: 600;
}

section {
	overflow: hidden;	
}

body .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

body a {
	text-decoration: underline;
    color: #46b224;
	box-shadow: none;
	outline: 0;
}

body a:hover {
	color: #46b224;
	text-decoration: none;
	box-shadow: none;
}

body a:focus {
	box-shadow: none;
}

body a, body a:hover, body a:focus {
	outline: none !important;
	cursor: pointer !important;
}

body button:focus { outline: none !important; }

body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5 {
	font-weight: 300;
    line-height: 1.1;
    text-transform: none;
	color: #222;
}

body h1, body .h1 {
	font-size: 2.4em;
    line-height: 1em;
	margin-bottom: 30px;
}

body h2, body .h2 {
	font-size: 38px;
    line-height: 40px;
    margin-bottom: 20px;
}

body h3, body .h3 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
}

body h4, body .h4 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;
}

body p {
	margin-bottom: 20px;
}

body input[type=text], body input[type=search], body input[type=radio], body input[type=tel], body input[type=time], body input[type=url], body input[type=week], body input[type=password], body input[type=checkbox], body input[type=color], body input[type=date], body input[type=datetime], body input[type=datetime-local], body input[type=email], body input[type=month], body input[type=number], body select, body textarea {
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 15px;
	box-shadow: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

body input[type="text"], body input[type="email"], body input[type="password"], body input[type="tel"] {
	padding: 8px 12px;
	width: 100%;
}


body select {
	padding: 8px 12px;
	line-height: 20px;
	width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

body textarea {
	padding: 12px;
	width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

body input[type="submit"], body.buddypress .buddypress-wrap input[type=submit] {
    padding: 10px 24px;
    background: #000;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

body input[type="submit"]:hover, body.buddypress .buddypress-wrap input[type=submit]:hover {
    background: #222;
}

input[type="submit"]:hover, input[type="submit"]:focus {
	background: #222;
}

.alt-bg {
    background-color: #46b224;
}

.alt-bg-2 {
    background-color: #025930;
}

.alt-bg-3 {
    background-color: #f7f7f7;
}

.text-green {
    color: #46b224;
}


body .gallery img {
    border: none !important;
}

body .gallery .gallery-item {
    padding: 8px !important;
}


/* Image Zoom In Hover Effect */
.hover01 figure, .gallery-item a {
	overflow: hidden;
	display: block;
}


.hover01 figure img, .gallery-item a img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img, .gallery-item a:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
/* END Image Zoom In Hover Effect */

/* Font Sizes */

.f1 {
   font-size: 2rem;
}

.f2 {
   font-size: 1.75rem;
}

.f3 {
   font-size: 1.5rem;
}

.f4 {
   font-size: 1.25rem;
}

.f5 {
   font-size: 1rem;
}

.f6 {
   font-size: 0.75rem;
}

.f7 {
   font-size: 0.5rem;
}

.f8 {
   font-size: 0.25rem;
}

/* Tables */

body .table {
    border: 1px solid #ddd;
}

body .table thead {
    background-color: #000;
	color: #FFF;
}

body .table thead th {
    border-top: none;
    border-bottom: none;
}

.message-box {
    border: 2px solid #46b224;
}

.message-box p {
    color: #000;
}

.overflow-x-auto {
    overflow-x: auto;
}

.items-center {
    -ms-flex-align: center;
    align-items: center;
}

.flex-none {
    -ms-flex: none;
    flex: none;
}

body .btn {	
	display: inline-block;
    border: none;
    border-radius: 3px;
	text-decoration: none;
    line-height: 17px;
    text-align: center;
	background: #46b224;
    color: #FFF;
    padding: 18px 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

body .btn:hover, body .btn:focus {	
    background: #3c9e1e;
	color: #FFF;
	outline: none;
	box-shadow: none;
}

body .btn.alt-btn {	
    background: #025930;
}

body .btn.alt-btn:hover, body .btn.alt-btn:focus {	
    background: #026e3b;
}

header {
    margin-bottom: 1rem;
}

.home header {
    margin-bottom: 0;
}


body header .btn {
    display: inline-block;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    line-height: 17px;
    text-align: center;
    background: #46b224;
    color: #FFF;
    padding: 10px 12px;
    text-transform: uppercase;
    font-size: 13px;
}

body btn.phone-btn {	
	display: inline-block;
    font-weight: 400;
    padding: 11px 24px;
    border: none;
    color: #FFF;
    background: #004288;
    border-radius: 4px;
    text-transform: uppercase !important;
	text-decoration: none;
    font-size: 16px;
    line-height: 17px;
}

.drop-shadow {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.banner-section {
	position: relative;	
	height: 360px;	
}

.home .banner-section {
	height: 370px;	
	background-size: cover;
}

body .shop-section a {
	text-decoration: none;
}

.shop-section ins {
    text-decoration: none;
}

body .projects-grid h4, body .projects-grid .h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

body .projects-grid h3, body .projects-grid .h3 {
    font-weight: 600;
}

ul.tick-list {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.tick-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.tick-li svg {
    fill: #46b224;
    vertical-align: middle;
}

ul.tick-list>li {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 2.23em;
    padding-left: 15px;
}

.projects-grid img {
	display: block;
}

.projects-grid .body-card {
	background-color: #fff;
}

.projects-grid .body-card a {
	text-decoration: none;
}

.case-study-cb .phone {
	text-decoration: none;
	font-weight: 700;
	font-size: 1.4em;
}

.case-study-cb .email {
	text-decoration: none;
	font-weight: 700;
	font-size: 1.4em;
}

.case-study-cb a {
	text-decoration: none;
}

.quote-section h4 {
    margin-bottom: 5px;
    font-size: 1.8em;
    font-weight: 500;
}

.white-box {
    background-color: #FFF;
    border: 1px solid #d5d7d1;
}

.grey-box {
    background-color: #f6f6f6;
    border: 1px solid #d5d7d1;
}

.header-support {
    padding-left: 52px;
    background: url(images/support-icon.png) no-repeat 0 0;
}

.header-support span.h-tel {
    color: #46b224;
    font-size: 23px;
	font-weight: 600;
}

.header-support span.h-support {
	font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 11px;
	font-weight: 600;
}


.header-banner {
    height: auto;
	padding: 0 0 80px 0;
}
body .banner-text h1 {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
	font-weight: 700;
}
body .banner-text h2 {
    font-size: 40px;
    line-height: 50px;
	font-style: italic;
	font-weight: 700;
}
body .banner-text h3 {
    font-size: 24px;
    line-height: 40px;
	font-weight: 700;
}

.hero-background-image {
  height: 480px;
  background-size: cover;
  background-position: center;
  margin-bottom: 0px;
}

.relative {
    position: relative;
}

body p#breadcrumbs {
 	margin-bottom: 0px;
	font-size:14px;
	line-height:48px;
}

.breadcrumb-wrapper {
    background: #f1f1f1;
}


.alt-primary {
	background: #000;	
	color: #FFF;
}

body .alt-primary .section-title {
    color: #FFF;
}

body .alt-primary .section-title {
    color: #FFF;
}

body .alt-primary .box-title {
    border-bottom: 2px solid #FFF;
}

.post-title a {
    display: block;
    color: #131313;
}

img {
	display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.fade-in {
   transition: .25s ease-in-out;
   -moz-transition: .25s ease-in-out;
   -webkit-transition: .25s ease-in-out;
   }

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	text-decoration: none;
	color: #000 !important;
}

.blue-text {
    color: #00aeec;
}

body p.ba-text {
    background: #025930;
	color: #FFF;
	font-weight: 600;
	position: absolute;
	text-transform: uppercase;
	bottom: 15px;
	right: 15px;
	padding: 12px 20px;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote {
    font-size: 20px !important; 
    padding: 30px 30px 4px 30px;
	background:#f6f6f6;
	font-style:italic !important;
}	

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}



/**
 * 8.0 - Padding
 */

.pt-10 {
	padding-top: 10px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pt-100 {
	padding-top: 100px !important;
}


.pb-10 {
	padding-bottom: 10px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

body .pb-80 {
	padding-bottom: 80px;
}

.pb-90 {
	padding-bottom: 90px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}


#logo {
    width: 150px;
    margin: 0;
    display: block;
}

/**
 * 8.0 - Nav
 */

.animated-icon1.open {
	background: transparent;
	color: #46b224;
}

.animated-icon1, .animated-icon2, .animated-icon3 {
	width: 20px;
	height: 16px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}


.animated-icon1.open span {
	background: #46b224;
}

.animated-icon1 span {
	background: #46b224;
}

.animated-icon2 span {
	background: #46b224;
}

.animated-icon3 span {
	background: #46b224;
}

.animated-icon1 span:nth-child(1) {
	top: 0px;
}

.animated-icon1 span:nth-child(2) {
	top: 7px;
}

.animated-icon1 span:nth-child(3) {
	top: 14px;
}

.animated-icon1.open span:nth-child(1) {
	top: 6px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
	display: none;
}

.animated-icon1.open span:nth-child(3) {
	top: 6px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
	top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
	top: 10px;
}

.animated-icon2 span:nth-child(4) {
	top: 20px;
}

.animated-icon2.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.animated-icon2.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
	top: 6px;
	width: 0%;
	left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 8px;
}

.animated-icon3.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 21px;
	left: 8px;
}

#header .navbar {
    padding: 6px 1rem;
	background: #FFF;
}

#header .navbar .bg-dark, #header .navbar.bg-dark {
    background-color: #444 !important;
    clear: both;
}

body .navbar-dark .navbar-toggler {
  border: none;
} 

body .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
    padding-right: 0;
    padding-left: .85rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    font-weight: 600 !important;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: none;
}

body .navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #46b224;
}

body .dropdown-toggle::after {
    margin-left: .555em;
	color: #46b224;
}

#header .navbar-toggler {
    padding: 1.9rem 0;
}

@media (max-width: 992px) {
   body .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        transition: all 0.3s ease;
        display: block;
		background:#025930;
		z-index: 1;
    }
    body .navbar-collapse.collapsing {
        height: auto !important;
        margin-right: 50%;
        transition: all 0.3s ease;
        display: block;
    }
    body .navbar-collapse.show {
        right: 0;
    }
}



body .dropdown-menu {
    color: #fff;
    background-color: #46b224;
    border: none;
    border-radius: 0;
	padding: 0;
    margin: 0;
}

body .dropdown-item {
    color: #fff;
	text-decoration:none;
}

body .dropdown-item:focus, body .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #025930;
}

#wrapper {
	overflow: hidden;
}

ul.xoxo {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.xoxo li {
	padding: 0;
	margin: 0;
}

a.custom-logo-link  {	
	display: block;
	padding: 0;
	float: left;
	margin: 12px 0;
	position:relative;
	width: 130px;
}


#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}


body .owl-carousel .owl-nav button.owl-prev, 
body .owl-carousel .owl-nav button.owl-next {
   height: 40px;
   width: 40px;
   border-radius: 0;
   margin: 0;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   display: block !important;
   border:0px solid black;
   background: #46b224;
 }
 body .owl-carousel .owl-nav button.owl-prev:hover, 
body .owl-carousel .owl-nav button.owl-next:hover {
	background: #3c9e1e;
}
.owl-prev { left: 0; }
.owl-next { right: 0; }
.owl-prev i, .owl-next i {color: #FFF;}

.main-footer .footer-social-icons li {
	display: inline-block;
	padding: 10px 25px 0 0;
	margin: 0;
}

.main-footer .menu-footer-services-container li {
	width: 50%;
	float: left;
}

.main-footer .menu-footer-services-container ul li, .main-footer .menu-useful-links-container ul li { 
  list-style: none; 
  position: relative;
  padding: 6px 0 0 20px;
  line-height: 1rem;
}

.main-footer .menu-footer-services-container ul li:before, .main-footer .menu-useful-links-container ul li:before {
  background: transparent url("images/footer-icon.png") scroll 0 0 no-repeat;
  content:"";
  width: 7px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 8px;
}

.main-footer .menu-footer-services-container ul li:before, .main-footer .menu-useful-links-container ul li:before { 
   background-position: 0px;
}

/**
 * 13.0 - Footer
 */

.main-footer {
	background: #fff;
	padding: 0;
	margin: 0;
	font-size: 14px;
    overflow: hidden;
}

.home .main-footer {
	margin: 0 0 0 0;
}

.main-footer ul {
    list-style: none;
	padding: 0;
	margin: 0;
}

.main-footer a {
	text-decoration: none;
}

.main-footer a:hover, .main-footer a:focus {
	text-decoration: underline;
}

#footer #sidebar .widget-area {
	width: 100%;
	padding-right: 0px;
}

#footer #sidebar .widget-area + .widget-area {
	width: 100%;
	padding-right: 0;
}

#footer #sidebar .widget-area + .widget-area + .widget-area {
	width: 100%;
	padding-right: 0;
}

#footer #sidebar .widget-area + .widget-area + .widget-area + .widget-area {
	width: 100%;
	padding-right: 0;
}

.footer-nav {
	font-size: 16px;
	padding: 16px 0 0 0 !important;
}

.footer-bottom {
	font-size: 0.8em;
	padding: 12px 0 10px 0;
}

.footer-nav li {
	display: inline-block;
	margin-right: 30px;
}

.footer-social svg {
	color: #fff;
	font-size:18px;
	display: inline-block;
}

.footer-social svg:hover {
	color: #11b800;
}

ul.footer-social{
	text-align: center;
}

.footer-social li {
	display: inline-block;
}

a.footer-logo {
	display: block;
	text-align: center;
	max-width: 450px;
}

a.footer-logo img {
	width: 50%;
	margin-bottom: 10px; 
}
#menu-footer {
    margin-bottom: 30px;
}

#menu-footer ul {
    text-align: center;
}

#menu-footer ul li {
	display: inline-block;
	text-align: center;
	margin: 0 6px;
	padding: 0 4px;
}

#footer-logo {
	margin: 0 auto 20px auto;	
	width: 58px;	
	display: block;	
}

#container .widget-container ul {
    list-style: none;
}

body footer h3.widget-title {
    font-size: 18px;
    margin-bottom: 20px;
}

#sidebar .widget-container {
	 margin-bottom: 30px;
}

.nav-previous, .nav-next {
	display: inline-block;
}

.nav-previous a, .nav-next a {
	display: inline-block;
    font-weight: 400;
    padding: 10px 18px 10px 18px;
	margin: 0 5px;
    border: 3px solid #000;
    color: #000;
    background: #FFF;
    border-radius: 0;
    text-transform: uppercase !important;
    font-size: 14px;
    line-height: 14px;
	min-width: 150px;
}

.nav-previous a:hover, .nav-next a:hover {
	text-decoration: none;
	background: #000;
	color: #FFF;
}

.post-type-archive-case-studies .body-card h3 {
	font-size: 20px;
}

.post-type-archive-case-studies .body-card h4 {
	font-size: 14px;
}

/* 404 Error */

body.error404 h1 {
    font-size: 250px;
	line-height: 250px;
	margin-bottom: 0px;
}

/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
}


/**
 * 14.2 - >= 768px
 */

@media screen and (min-width: 48em) {
}

/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
}


/**
 * 14.3 - >= 960px
 */

@media screen and (min-width: 60em) {
	body .container {	
	max-width: 1200px;
	}
	
	body .container.container-md {	
	max-width: 900px;
	}
	#logo {
    width: 188px;
}

.home .banner-section {
	height: 570px;	
}

body .banner-text h1 {
    font-size: 60px;
    line-height: 60px;
	letter-spacing: 2px;
}

body .banner-text h2 {
    font-size: 80px;
    line-height: 120px;
}
body .banner-text h3 {
    font-size: 44px;
    line-height: 60px;
}

.hero-background-image {
  height: 480px;
  background-size: cover;
  background-position: center;
  margin-bottom: 0px;
}

#header .navbar {
    padding: 14px 1rem;
}

#header .navbar-toggler {
    padding: 0.9rem 0;
}

#footer #sidebar .widget-area {
	width: 25%;
	padding-right: 0px;
}

#footer #sidebar .widget-area + .widget-area {
	width: 25%;
}

#footer #sidebar .widget-area + .widget-area + .widget-area {
	width: 25%;
}

#footer #sidebar .widget-area + .widget-area + .widget-area + .widget-area {
	width: 25%;
}
}