/*
Theme Name:IW 2016
Theme URI:http://www.goodlookinkids.com
Description:
Version:1.0
Author:Good Lookin Kids Inc.
Author URI:http://www.goodlookinkids.com
Tags:

*/

/* ========================================================================== *\
   RESET
\* ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ========================================================================== *\
   GENERAL TAGS
\* ========================================================================== */

body {
	font-family: "Open Sans", helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #575a5d;
}

p {
    padding-bottom:15px;
}

h1 {
	font-size: 21px;
	line-height: 26px;
	color: #f8981d;
	font-weight: 600;
	margin-bottom: 40px;
}

h1.news {
	font-size: 21px;
	line-height: 26px;
	color: #000000;
	font-weight: 200;
	margin-bottom: 20px;
}

h1.smallMargin {
	margin-bottom:30px;
}

h2 {
	font-size: 16px;
	line-height: 21px;
	color: #f8981d;
	font-weight: 600;
	margin-bottom: 40px;
}

h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	padding-bottom: 5px;
}

a {
	color: #c3cf21;
	text-decoration: none;
}

a:hover {
	color: #f8981d;
	text-decoration: none;
}

hr {

}

blockquote {

}

/* ========================================================================== *\
   STRUCTURE
\* ========================================================================== */

#wrapper {
	width: 100%;
	height: 100%;
	padding-top: 100px;
	margin: 0px;
	box-sizing: border-box;
}

#header {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 999;
	background-color: #575b5e;
	transition: top 0.2s ease-in-out;
}

#header.nav-up {
    top: -95px;
}

#logo {
	display: block;
	float: left;
	width: 68px;
	margin: 10px 0px;
}

#menuBtn {
	display: none;
	width: 25px;
	float: right;
	clear: both;
	margin: -30px 0px 0px 0px;
	cursor: pointer;
}

#mobileMenu {
	display: none;
	background-color: #575b5e;
	margin-top: 10px;
	border-top: 1px solid #ffffff;
}

#mobileMenu ul {
	display: block;
}

#mobileMenu ul li {
	display: block;
}

#mobileMenu ul li a {
	display: block;
	padding: 5px 20px;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}

#mobileMenu ul li.sub a {
	background-color: #777777;
}

#mobileMenu ul li a:hover, #mobileMenu ul li.current_page_item a {
	background-color: #c3cf21;
	color: #575b5e;
}

ul.menu {
	display: block;
	float: right;
	margin: 50px 0px 0px 0px;
	position: relative;
}

ul.menu li {
	display: block;
	float: left;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 800;	
}

ul.menu li a, ul.menu li.contact a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 14px;
	display: block;
	padding: 0px 20px 0px 15px;
	text-decoration: none;
	background: url('images/slash.png');
	background-position: right center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;	
}

ul.menu li a:hover, ul.menu li.current_page_item a, ul.menu li.current_page_ancestor a, ul.menu li.contact a:hover {
	color: #c3cf21;
	text-decoration: none;
}

ul.menu li:last-child a {
	background: none;
}

/* *** DROP DOWN *** */

ul.menu ul {
	display: none;
	font-weight:600;
}

ul.menu li:hover > ul {
	display: block;
}

ul#menu:after {
	content: ""; clear: both; display: block;
}

ul.menu ul {
	position: absolute; 
	top: 100%;
	text-align: left;
    padding: 16px 0px 20px 0px !important;
    z-index:10;
    margin:0px 0px 0px 15px;
    min-width:195px;
}

ul.menu ul li:first-child {
	padding: 20px 25px 15px 25px !important;
	background-color: #e7e8e9;
}

ul.menu ul li:last-child {
	padding: 0px 25px 15px 25px !important;
	background-color: #e7e8e9;
}

ul.menu ul li {
	display:list-item !important;
	clear: both !important;
	float: none !important; 
	position: relative !important;
	padding:0px 25px 15px 25px !important;
	margin:0px !important;
	background-color: #e7e8e9;
}

ul.menu ul li a {
	font-size: 13px;
	color: #575a5d;
	font-weight: 600 !important;
	text-decoration: none;
	background: none !important;
}

ul.menu ul li a:hover, ul.menu li  ul li.current_page_item a {
	color:#f8981d !important;
	text-decoration: none;
}

ul.menu li.current_page_item ul li a, ul.menu li.current_page_ancestor ul li a {
	color: #575a5d !important;
}

ul.menu li.current_page_item ul li a:hover, ul.menu li.current_page_ancestor ul li.current_page_item a, ul.menu li.current_page_ancestor ul li a:hover {
	color:#f8981d !important;
} 

ul.social {
	display: block;
	float: right;
	margin: 35px 0px 0px 35px;
}

ul.social li {
	display: block;
	float: left;
	margin: 0px 0px 0px 25px;
}

ul.social li img {
	width: 30px;
}

#footer {
	background-color: #575a5d;
	color: #ffffff;
	font-size: 14px;
	font-weight: 100;
	padding: 65px 0px 60px 0px;
}

#footer ul.menu {
	margin: 0px;
}

#footer ul.menu li a {
	border-right: 1px solid #ffffff;
	font-weight: 100;
	background: none;
}

#footer ul.menu li:last-child a {
	border-right: none;
}

/*
#footer h1 span {
	color: #000000;
}
*/

.highlight {
	text-align: center;
}

.highlight h1 {
	display: inline-block;
	font-size: 28px;
	font-weight: 600;
	color:#ffffff;
	margin: 0px 0px 195px 0px;
	padding-left: 65px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	background: url('images/IW_quote.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 34px 32px;
}

.grey .highlight h1 {
	color: #575a5d;
	font-size: 23px;
	text-transform: inherit;
	padding-left: 40px;
	margin: 0px 0px 25px 0px;
	letter-spacing: .8px;
	font-weight: 500;
	background:url('images/IW_quote.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 26px 23px;
}

.grey a {
	color: #575a5d;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}

.grey a:hover, .grey a span {
	color: #f8981d;
}

.newsItem {
	font-size: 14px;
	line-height: 24px;
	color: #414042;
}

.newsItem img {
	display: block;
	margin-bottom: 35px;
}

.featuredImage img {
	border: 1px solid #cccccc;
	box-sizing: border-box;	
}

.newsItem p {
	padding-bottom: 40px;
}

.date {
	display: block;
	padding: 15px 20px;
	box-sizing: border-box;
	border: 1px solid #c3cf21;
	color: #575a5d;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 17px;
	font-weight: 200;
	margin-bottom: 25px;
}

.thumb {
	display: block;
	position: relative;
	z-index: 1;
}

.thumb img {
	display: block;
	width: 100%;
}

.thumb a {
	color: #ffffff;
}

.thumbOverlay {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	color: #ffffff;
	background: rgba(0,0,0,0.7);
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .8px;
}

.thumbOverlay p {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	position: absolute;
	top:40%;	
}

/* ========================================================================== *\
   HOME PAGE STYLES
\* ========================================================================== */

.flexslider {
	width: 100%;
	height: auto;
	/* position: fixed !important;
	top: 0px;
	left: 0px;
	z-index: -10;
	*/
}

.slide {
	height: auto;
}

.slide img {
	width: 100% !important;
}

.grey {
	width: 100%;
	/* margin-top: 545px; */
	padding: 60px 0px 40px 0px;
	color: #565a5d;
	font-size: 25px;
	line-height: 40px;
	background-color: #dddee0;
}

a.moreNews {
	display: block;
	background: url('images/moreNews.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #575a5d;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 37px 20px;
	font-size: 24px;
	letter-spacing: 1.2px;
	font-weight: 600;
	margin-bottom: 35px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;	
}

a.moreNews span {
	color: #000000;
	font-weight: 300;
}

a.moreNews:hover {
	background: url('images/moreNews.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #3f4143;
}

#contactHeader {
	display: block;
	width: 100%;
	height: 172px;
	background: url('images/contactBanner.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #575a5d;
}

#homeBanner {
	display: block;
	width: 100%;
}

/* ========================================================================== *\
   PAGE AND SINGLE POST STYLES
\* ========================================================================== */

#aboutBanner {
	display: block;
	width: 100%;
	margin-bottom: 50px;
}

#aboutContainer {
	padding-left: 560px;
	font-size: 21px;
	line-height: 35px;
	font-weight: 100;
	margin-bottom: 100px;
	background: url('images/About_icon.png');
	background-size: 80px 80px;
	background-position: 430px top;
	background-repeat: no-repeat;
}

#aboutContainer p {
	padding-bottom: 45px;
}

#aboutContainer strong {
	font-weight: 800;
}

#page {
	width: 100%;
	border-top: 100px solid #c3cf21;
	padding: 30px 0px 100px 0px;
}

/* =========================== *\
	PORTFOLIO
\* =========================== */

h1.workTitle {
	font-size: 25px;
	color: #000000;
	font-weight: 900;
	letter-spacing: 1px;
	margin: 35px 0px 30px 0px;
}

.portfolio .one_third h2 {
	margin-bottom: 30px;	
}

.portfolio .one_third p {
	padding-bottom: 20px;
}

/* =========================== *\
	CLIENT GRID
\* =========================== */

.clientGrid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.clientGrid li {
	display: block;
}

.bucket {
	width: 270px;
	height: 150px;
	float: left;
	margin: 0px 15px 30px 15px !important;
}

.bucket.first {
	margin: 0px 15px 30px 0px !important;
}

.bucket.last {
	margin: 0px 0px 30px 15px !important;
}

.bucket ul {
	padding: 0;
	float: left;
	width: 270px;
	height: 150px;
	list-style-type: none;
}

.bucket ul.flip {
	position: relative;
	-webkit-perspective: 300px;
	   -moz-perspective: 300px;
		-ms-perspective: 300px;
		 -o-perspective: 300px;
			perspective: 300px;
}

.bucket ul li {
	/*overflow: hidden;*/
	color: black;
	width: 270px;
	height: 150px;
	position: relative;
	text-align: center;
	/*pointer-events: none;*/
	font-family: Arial, sans-serif;
}

.bucket ul li img {
	width: 200px !important;
	height: 111px !important;
	display: inline-block !important;
	margin: 0px auto !important;
}

.bucket ul.flip li {
	opacity: 0;
	position: absolute;
	-webkit-transform: rotateX(90deg);
	   -moz-transform: rotateX(90deg);
		-ms-transform: rotateX(90deg);
		 -o-transform: rotateX(90deg);
			transform: rotateX(90deg);
	-webkit-transform-origin: top left;
	   -moz-transform-origin: top left;
		-ms-transform-origin: top left;
		 -o-transform-origin: top left;
			transform-origin: top left;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		 -o-backface-visibility: hidden;
			backface-visibility: hidden;
}

.bucket ul.flip li.flipped {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	   -moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		 -o-transform: rotateX(0deg);
			transform: rotateX(0deg);
	-webkit-transition: all linear 1100ms;
	   -moz-transition: all linear 1100ms;
		-ms-transition: all linear 1100ms;
		 -o-transition: all linear 1100ms;
			transition: all linear 1100ms;
}

.bucket ul li.casestudy a {
	position: absolute;
	bottom: -16px;
	left: 0;
	text-indent: -89734px;
	width: 12px;
	height: 12px;
	background: url('images/casestudy-dot.png') no-repeat;
}

.bucket ul.slides li {
	transition: 0 !important;
	-webkit-transition: 0 !important;
}

#clients-list {
	position: relative;
	height: auto;
	margin: 0px 0px 0px 20px;
width: 1200px;
}


#clients-list ul {
	width: 150px;
	float: left;
	margin-right: 20px;
	list-style-type: none;
}


#clients-list ul li {
	color: #999;
line-height: 20px;
font-size: 13px;
padding-left: 20px;
}

#clients-list ul li.casestudy a {
	color: #999;
line-height: 20px;
font-size: 13px;
	display: block;
	background: url('images/casestudy-dot.png') no-repeat;
	text-decoration: none;
background-position: 0px 4px;
line-height: 20px;
padding-left: 20px;
margin-left: -20px;
}

== */

/* =========================== *\
	TEAM GRID
\* =========================== */

.team {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}

.team img {
	display: block; width: 100%;
}

.teamOverlay {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: rgba(0,0,0,0.6);
}

.teamOverlay .copy { 
	color: #c3cf21;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 200;
	position: absolute;
	bottom:35px;
	left: 0px;
	z-index: 2;
}

.teamOverlay .copy h1 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.full {
	display: block;
	width: 100%;
}

.full .one_fourth { 
	width:24.1%; 
	margin-right: 1.2%; 
	margin-bottom: 1.2%;
	float:left; 
	position:relative;
}

/* ========================================================================== *\
   COMPASS
\* ========================================================================== */

#page.compass {
	border-top: none;
	padding: 0px 0px 0px 0px;
}

.compassLogo img {
	display: block;
	max-width: 550px;
	margin: 0 auto 20px auto;
}

#page.compass .intro {
	padding: 250px 0;
	margin-bottom: 0px;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	color: #ffffff;	
	text-align: center;
}

#page.compass .intro h1 {
	font-size: 40px !important;
	line-height: 60px !important;
	font-weight: bold;	
	text-shadow: 0px 2px 10px rgba(0,0,0,0.3);
}

#page.compass .intro h1 span {
	font-size: 60px !important;
	line-height: 80px !important;
}

.signoff {
	padding: 200px 0 150px 0;
	font-size: 30px;
	line-height: 40px;
	background: url('images/compass_white_20.png');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #f8981d;
	color: #ffffff;	
	text-align: center;
}

.signoff strong {
	color: #333333;
}

.signoff .btn {
	margin-bottom: 0px;
	background: #333333;
	color: #ffffff;
}

.signoff .btn:hover {
	background: #ffffff;
	color: #333333;
}

#page.compass .intro p,
.signoff p {
	display: block;
	margin: 0 auto 20px auto;
	max-width: 705px;
}

#page.compass .intro h1 {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 20px;
	color: #ffffff;	
}

#page.compass .entry-content {
	font-size: 16px;
	line-height: 24px;
}

#page.compass .entry-content h2 {
	font-size: 30px;
	line-height: 32px;
	padding-bottom: 30px;	
	margin-bottom: 0px;
}

.iconBox {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.iconBox i {
	font-size: 50px;
	color: #f8981d;
	margin-bottom: 20px;
}

.callout {
	display: block;
	padding: 40px !important;
	background: #eeeeee;
	border-radius: 40px;
	margin-bottom: 40px;
}

.callout.orange {
	color: #333333;
	background: #f8981d;
}	

.callout.orange h2 {
	color: #333333;
}

.callout.orange strong {
	color: #ffffff;	
}	

#page.compass .entry-content .callout h3 {
	font-weight: normal;
	padding-bottom: 20px;
}

#page.compass .entry-content .callout ul {
	margin-bottom: 20px;
}

#page.compass .entry-content .callout .wp-block-separator {
	height: 40px;
	margin-bottom: 40px;		
}

.whiteQuote {
	display: block;
	margin: 0 auto;
	max-width: 50px;
}

.greyContainer {
	background: #d6d6d6;
	width: 100%;
	padding: 50px 0;
	margin: 0px !important;
}

.greyContainer p {
	max-width: 1140px;
	margin: 0 auto;
}

.large {
	font-size: 20px;
	line-height: 36px;
	font-weight: 200;
}

.large strong {
	font-weight: bold;	
}

.extraLarge {
	font-size: 24px;
	line-height: 38px;
	font-weight: 200;
}

.extraLarge strong {
	font-weight: bold;	
}

.greenContainer {
	padding: 150px 0;
	background: #c3cf21;
	color: #333333;	
	margin: 0px !important;
}	

.orangeContainer {
	padding: 150px 0;	
	background: #f8981d;
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	margin: 0px !important;	
}

.orangeContainer strong,
.greenContainer strong {
	color: #ffffff;	
}

.orangeContainer h2,
.greenContainer h2,
.greyContainer h2 {
	color: #333333;	
	margin: 0 auto !important;
	max-width: 1140px;
}

.orangeContainer .wp-block-columns,
.greenContainer .wp-block-columns {
	max-width: 1140px;
	margin: 0 auto;
}

.orangeContainer .wp-block-columns .wp-block-column {

}

.orangeContainer .wp-block-columns .greyColumn {
	background: #eeeeee;
	color: #333333;	
}

.orangeContainer .wp-block-columns .greyColumn i {
	display: block;
	font-size: 50px;
	color: #f8981d;
	margin: 0 auto 20px auto;
	text-align: center;
}

.greenContainer i {
	color: #ffffff;	
}

.paddingRight {
	padding-right: 50px;
}

.wp-block-cover__inner-container {
	color: #333333 !important;
	font-size: 20px;
	line-height: 28px;
}

.wp-block-cover__inner-container .has-large-font-size {
	font-size: 60px;
	line-height: 80px;
	font-weight: bold;
}

.wp-block-group__inner-container {
	max-width: 1140px;
	margin: 0 auto;
}

#page.compass .wp-block-separator {
    height: 1px;
    margin-bottom: 40px;
}

/* ========================================================================== *\
   GUTENBERG
\* ========================================================================== */

.entry-content > * {
  margin: 0px auto;
  max-width: 800px;
  padding-left: 14px;
  padding-right: 14px;
  box-sizing: border-box;
}

.noMarginBottom {
	margin: 36px auto 0px auto !important;
}

.noMarginTop {
	margin: 0px auto 36px auto !important;
}

.noMargin {
	margin: 0 auto;
}

.entry-content > .alignwide {
	margin: 2em auto;
	max-width: 1200px;
}

.entry-content > .alignfull {
  margin: 2em 0;
  max-width: 100%;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

.wp-block-button__link {
	border-radius: 0px !important;
	display: block !important;
	padding: 20px 40px !important;
	font-size: 18px !important;
	line-height: 18px !important;
}

#page .entry-content ul,
#page .entry-content ol {
	max-width: 800px;
	margin: 0 auto 40px auto;
}

#page ul li {
	list-style-type: disc;
	margin-bottom: 15px;	
}

#page ol li {
	list-style-type: decimal;
	margin-bottom: 15px;
}

.wp-block-column .wp-block-image {
	margin: 0px 0px 20px 0px;
}

.entry-content ul,
.entry-content ol {
  margin: 1.5em auto;
  list-style-position: outside;
}

.wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%
}

.wp-block-table td, .wp-block-table th {
  padding: .5em;
}

.entry-content li {
  margin-left: 20px;
  margin-bottom: 6px;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin: 0 auto;
}

.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
  margin-left: 0;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper, .wp-block-embed-vimeo > .wp-block-embed__wrapper, .wp-block-embed-youtube > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe, .wp-block-embed-vimeo > .wp-block-embed__wrapper > iframe, .wp-block-embed-youtube > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote>p:first-child {
  margin-top: 0;
}

.wp-block-separator {
	display: block;
	clear: both;
	width: 100%;
	max-width: 100%;
	height: 60px;
	border-bottom: 1px solid #000000;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }

  .entry-content > * {
    padding-left: 0px;
    padding-right: 0px;
  }

}

.wp-block-cover {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* ========================================================================== *\
   GENERAL CLASSES
\* ========================================================================== */

.ezcol {
	-webkit-hyphens: none !important;
	-moz-hyphens: none !important;
	hyphens: none !important;
	word-wrap: normal !important;
}

.center {
	text-align: center;
}

.clear {
    clear:both;
}

.small {
	font-size: 12px;
	line-height: 20px;
}

.greyText {
	color: #333333;
}

.content {
	width: 1170px;
	margin: 0px auto;
}

.narrow {
	max-width: 830px;
	margin: 0px auto;
}

.narrow ul {
	display: block;
	margin: 0px 0px 20px 0px;
}

.narrow ul li {
	list-style-type: none;
	text-indent: -1em;
	padding-left: 1em;
}

.orange {
	color: #f8981d;	
}

.icon {
	display: block;
	width: 100%;
	text-align: center;
}

.icon.padding {
	padding: 5px 0px;
}

.icon img {
	max-width: 80px;
	display: inline-block;
}

.lineBar {
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	background: url('images/line.png');
	background-repeat: repeat-x;
	background-position: center center;
}

.sectionIcon {
	display: inline-block;
	width: 80px;
}

h1.pageTitle {
	color: #58595b;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-align: center;
	margin-bottom: 40px;
}

h1.pageTitle span {
	color: #f8981d;
	font-weight: 300;
}

.white {
	padding: 55px 0px 0px 0px;
	background-color: #ffffff;
}

.greenColor {
	color:#c3cf21;
}

.orangeColor {
	color:#f8981d;
}


.green {
	padding: 35px 0px;
	background-color: #f3f5d3;
	color: #000000;
	font-size: 14px;
	line-height: 27px;
}

.green h2 {
	font-size: 17px;
	margin-bottom: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000000;
	text-transform: uppercase;
}

.green a {
	color: #000000;
	text-decoration: none;
}

.green a:hover {
	text-decoration: underline;
}

.csBtn {
	display: inline-block;
	color: #c3cf21;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-decoration: none;
	padding-left: 40px;
	background: url('images/IW_quote.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 27px 27px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;	
}

.csBtn:hover {
	color: #f8981d;
}

.btn,
.wp-block-button .wp-block-button__link {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px !important;
	font-weight: 100;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 25px !important;
	background-color: #f8981d;
	margin-bottom: 30px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;	
}

.btn:hover,
.wp-block-button .wp-block-button__link:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #313234;
}

.rule {
	display: block;
	clear: both;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #000000;
	margin-bottom: 60px;
}

/* ========================================================================== *\
   FORM STYLES
\* ========================================================================== */

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

.gform_wrapper {
	max-width: 800px !important;
	margin: 0 auto !important;
	display: block !important;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

label {
	color: #28393A !important;
	font-size: 18px !important;
}

.gfield_required {
	color: #f8981d !important;
}

input[type=text] {
    padding: 10px 20px !important;
    margin: 0 0 30px 0;
    border-radius: 0px;
    background-color: #fff;
    color: #000000;
    display: block;
    line-height: 28px !important;
    font-size: 18px;
    width: 100% !important;
    border: 1px solid #979797;
}

textarea {
    padding: 10px 20px !important;
    margin: 0 0 30px 0;
    border-radius: 0px;
    background-color: #fff;
    color: #000000;
    display: block;
    line-height: 20px;
    font-size: 18px;
    width: 100% !important;
    height: 220px;
    font-family: "Open Sans", helvetica, sans-serif;
    border: 1px solid #979797;
}

#footer input[type=text]:placeholder {
	color: #af8e30;
	opacity: 1;
}

input[type=submit] {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	font-size: 12px !important;
	font-weight: 100;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 25px !important;
	background-color: #f8981d;
	margin-bottom: 30px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

input[type=submit]:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #313234;
}

select {
	display: block;
	width: 100% !important;
	height: 70px;
	box-sizing: border-box;
   -webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;
   padding: 20px 20px 20px 20px !important;
   margin-bottom: 30px;
   border: 1px solid #979797;
   border-radius: 0px !important;
   color: #666666;
   opacity: 1;
   font-size: 18px;
   cursor: pointer;
   -webkit-border-radius: 0px;
   background-image: url('images/select.svg');
   background-position: right 10px center;
   background-repeat: no-repeat;
   background-size: 29px 18px;
   background-color: #ffffff;
}

#filter select {
	display: inline-block !important;
	width: auto !important;
	min-width: 280px;
	border: none !important;
	padding: 20px 60px 20px 20px !important;
	background-size: 16px auto;
	background-position: right 20px center;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	font-size: 16px;
	color: #00AD9C;
	height: 60px !important;
	margin: 0 20px 60px 0;
}

.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    width: 33.3%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 2px;
    padding-right: 16px;
    min-height: 50px;
    vertical-align: top;
    font-size: 90%
}

.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
    width: 25%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 2px;
    padding-right: 16px;
    line-height: 35px !important;
    min-height: 50px !important;
    vertical-align: top;
    font-size: 90%
}

.gform_wrapper li ul.gfield_checkbox li {
	position: relative;
	padding-left: 30px !important;
	min-height: 30px;
}

.gfield_checkbox li label {
	font-size: 16px !important;
	line-height: 30px;
}

.gfield_checkbox li label:after {
	content: "";
	background: #ffffff;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	border-radius: 0px;
	border: 1px solid #979797;
	z-index: 0;
}

.gfield_checkbox li label:before {
	content: "\f00c";
	font-family: fontawesome;
	display: block;
	position: absolute;
	color: #f8981d;
	width: 27px;
	height: 25px;
	font-size: 16px;
	left: 5px;
	top: 5px;
	opacity: 0;
	z-index: 1;
	transition: all 100ms;
}

input[type="checkbox"] {
	opacity: 0;
	outline: none;
	z-index: 100;
	width: 27px;
	height: 27px;
	top: 0;
	left: 0;
	position: absolute;
	appearance: none;
	cursor: pointer;
}

input[type="rcheckbox"] + label {
	cursor: pointer;
}

input[type="checkbox"]:checked + label:before {
	opacity: 1;
	top: 3px;
}

/** == **/

.gform_wrapper li ul.gfield_radio li {
	position: relative;
	padding-left: 30px !important;
	min-height: 30px;
}

.gfield_radio li label {
	font-size: 16px !important;
	line-height: 30px;
}

.gfield_radio li label:after {
	content: "";
	background: #ffffff;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	border-radius: 0px;
	border: 1px solid #979797;
	border-radius: 100%;
	z-index: 0;
}

.gfield_radio li label:before {
	content: "\f00c";
	font-family: fontawesome;
	display: block;
	position: absolute;
	color: #f8981d;
	width: 27px;
	height: 25px;
	font-size: 16px;
	left: 5px;
	top: 5px;
	opacity: 0;
	z-index: 1;
	transition: all 100ms;
}

input[type="radio"] {
	opacity: 0;
	outline: none;
	z-index: 100;
	width: 27px;
	height: 27px;
	top: 0;
	left: 0;
	position: absolute;
	appearance: none;
	cursor: pointer;
}

input[type="radio"] + label {
	cursor: pointer;
}

input[type="radio"]:checked + label:before {
	opacity: 1;
	top: 3px;
}

.gfield_required {
	color: #28393A !important;
}

.ginput_counter {
	margin-top: -20px !important;
}

.gform_wrapper {
	display: block;
	padding-bottom: 60px;
}

#field_1_21 label {
	display: none;
}

.validation_message {
	padding: 0px !important;
	margin-top: -10px !important;	
}

/* ========================================================================== *\
   ALIGNMENT
\* ========================================================================== */

.alignleft {
	float:left;
	display:block;
	margin:0 15px 15px 0;
}

.alignright {
	float:right;
	display:block;
	margin:10px 0px 0px 15px;
}

.aligncenter {
	display:block;
	margin:0px auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	line-height: 17px;	
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px !important;
	line-height: 17px;
	padding: 5px 10px;
	margin: 0;
}


/* ========================================================================== *\
   COLUMNS
\* ========================================================================== */

.one_half { 
	width:48%; 
}

.one_third { 
	width:30.66%; 
}

.two_third { 
	width:65.33%; 
}

.one_fourth { 
	width:22%; 
}

.three_fourth{ 
	width:74%; 
}

/*
.one_fifth { 
	width:16.8%; 
}
*/

.two_fifth{ 
	width:37.6%; 
}

.three_fifth { 
	width:58.4%; 
}

.four_fifth { 
	width:67.2%; 
}

.five_sixth { 
	width:82.67%; 
}

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.five_sixth{ 
	margin-right:4%; 
	float:left; 
	position:relative;
}

.one_fifth {
	width:19.6%;	
	margin-right:.5%; 
	margin-bottom: .5%;
	float:left; 
	position:relative;	
	box-sizing: border-box;
}

/*
.one_sixth { 
	width:16.25%; 
	margin-right:.5%; 
	margin-bottom: .5%;
	float:left; 
	position:relative;
}
*/

.last{ 
	margin-right: 0 !important; 
	clear:right; 
}

.clearboth {
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}