/** SWD Custom CSS **/


/* Fonts .....................................
*/

/*  font-family: 'Amsi Pro Cond Bold';
    font-family: 'Karla';

/* Site layout ..............................
*/

.site-inner {
  max-width: 100%;
  margin: 80px auto 0;
}

.full-width-content .content {
  max-width: 1180px;
  padding-left: 0px;
  padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.full-screen-width {
  width: 100vw;
  position: relative;
   margin-left: -50vw;
   left: 50%;
}

.full-screen-width.col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.layouts-content {
    padding-top: 20px;
}


.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.ddl-full-width-row>[class*="col-"]:first-child {
	padding-left: 20px;
}

.ddl-full-width-row>[class*="col-"]:last-child {
	padding-right: 20px;
}

[class*="col-"]:empty {
	padding-top: 0px;
	padding-bottom: 0px;
}


.wp-block-group, .wp-block-image {
	padding-top: 2em;
	padding-bottom: 2em;
}

.entry-header {
  display: none;
}

footer.entry-footer {
	display: none;
}

.entry {
	margin-bottom: 40px;
}

a.post-edit-link {
	display: none;
}

.container {
	max-width: 1180px !important;
}

.header-image .title-area {
	display: none;
}

:focus {
	outline: 0px;
}


/* Typography settings for body and h
    *** blue boxes and "link-titles" have further formatting below ***
----------------------------------------------------------------*/

body > div {
  font-size: 1.8rem;
}

body {
  background-color: #fff;
  color: #000;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  margin: 0;
}

h2 {
	text-transform: uppercase;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

a {
	text-decoration: underline;
	color: #000;
	text-underline-position: under;
}

/* Header ...............................
*/

.mobile-view {
	display: none;
}

.site-header {
	border-bottom: 0px;
	position: relative;
}


.header-widget-area {
	max-width: 700px;
	margin: auto;
	padding-top: 80px;
}

/* Footer .............................
*/

.site-footer {
	border-top: 0px;
	padding-top: 0px;
}

.site-footer p {
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 24px;
}

/* Home page ...........................
*/

.h2-p h2 {
	display: inline;
}

.h2-p p {
	display: inline;
}


.home-text-white {
	text-align: center;
	line-height: 40px;
	padding-top: 40px;
}

.home-text-white img {
	margin-left: 10px;
	margin-right:10px;
}

.col-md-6.home-text-white {
	padding-left: 30px;
	padding-right: 30px;
}

.grey-background {
	background: #e7e7e7;
	margin-top: 40px;
	margin-bottom: 40px;
}

.home-text-grey-row {
	max-width: 1180px;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 80px;
}

.col-md-6.home-text-grey {
	text-align: center;
	line-height: 30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
}


.home-text-grey h2 {
	text-transform: uppercase;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-decoration: underline;
  text-underline-position: under;
}

/* Image text overlay blocks ..........................
*/


.text-overlay-left , .text-overlay-right  {
  font-family: 'Karla', sans-serif;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
  background: #fff;
}

.text-overlay-left h2 , .text-overlay-right h2 {
	text-transform: uppercase;
	 font-family: 'Karla', sans-serif;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 0px;
} 

.block-text-right {
	background: #fff;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 300px;
	padding-top: 50px;
	padding-left: 70px;
	padding-right: 15px;
	margin-bottom: 8px;
}


.block-text-left {
	background: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 300px;
	padding-top: 50px;
	padding-right: 70px;
	padding-left: 15px;
	margin-bottom: 8px;
	z-index: 1000;
}
.block-text-left p, .block-text-right p {
	margin-bottom: 0px;
}

.homepage-listing {
	padding-top: 40px;
	padding-bottom: 40px;
}

.swd-logo {
	padding-top: 20px;
	padding-bottom: 10px;
}

.logo-list {
	padding-top: 40px;
}

@media only screen and (max-width: 800px) {

	.mobile-view {
	display: block;
}

	.desktop-view {
	display: none;
}

	.site-inner {
	
	 margin-top: 0;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 40px;
	}

	.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.header-widget-area {
	padding-top: 60px;
}

.text-overlay-left [class*="col-"], .text-overlay-right [class*="col-"] {
	width: 100%;
}

		[class*="col-md-"] {
		flex: none;
		max-width: none;
	}

		.flex-column-reverse {
			flex-direction: column-reverse !important;
		}

		.flex-column {
			flex-direction: column !important;
		}

		.block-text-right, .block-text-left {
			position: relative;
			width: 100%;
			padding: 0px 30px;
		}

		.text-overlay-left , .text-overlay-right  {
  			font-family: 'Karla', sans-serif;
 	 		font-size: 20px;
  			line-height: 36px;
		}

		.text-overlay-left h2, .text-overlay-right h2 {
			font-size: 20px;
		}

		.homepage-listing {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.col-md-6.home-text-grey {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 10px;
}

	.col-md-12.home-text-grey-row {
		padding-top: 30px;
		}
}
@media only screen and (max-width: 500px) {
	
	.site-footer .wrap {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.site-footer p {
    font-size: 12px;
    letter-spacing: 0.035em;
    line-height: 24px;
}
}