* {
	font-family: 'Open Sans', sans-serif;
}

body {
	border: 0;
	padding: 0;
	margin: 0;
	height: 100%;
	min-height: 100%;
	position: relative;
	font-size: 100%;
}
p, span, li, dt, dd, td, th, label, input, div {
	font-size: 16px;
	color: #61798b;
	font-weight: 300;
	vertical-align: top;
}
p {
	line-height: 28px;
	margin: 14px 0 20px;
}
table {
	width: auto;
	max-width: 100%;
}
.clear {
	clear: both;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
dl, dt, dd {
	font-weight: normal !important;
}
a,
a:visited,
a:active {
	color: #61798b;
	transition: all 0.3s ease;
	text-decoration: underline;
}
a:hover,
a:visited:hover {
	color: #BBB;
	text-decoration: none;
}

ul, ol, ul li, ol li {
	margin-left: 20px;
	padding-left: 0;
}

strong {
	font-weight: 500;
}

.custom-width {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

section {
	margin: 0 auto;
	padding: 0;
}

.image-handler {
	display: inline-block;
}

*:focus {
    outline: none!important;
    text-decoration: none!important;
}

.text-content ul {
	margin-left: 0;
	list-style: none;
}

.text-content ol,
.text-content ul li {
	margin-left: 0;
	line-height: 28px;
}

.text-content ul li {
	line-height: 28px;
  margin-left: 0;
  padding-left: 25px;
  position: relative;
	margin-bottom: 15px;
}

.text-content ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	border: 4px solid #47346e;
	border-radius: 5px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}
.debugger {
	border: 1px red solid;
}

h1 {
	font-size: 2.5rem;
	line-height: 4rem;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	color: #FFF;
	font-weight: 300;
	font-family: 'Domine', serif;
	text-decoration: none;
	position: relative;
	margin: 0;
}

h2,
h2 span,
h2 a,
h2 a:visited  {
	font-size: 2.26rem;
	line-height: 50px;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	color: #61798b;
	font-weight: 300;
	font-family: 'Domine', serif;
	text-decoration: none;
	position: relative;
}

h2 {
	padding-bottom: 24px;
}

h3,
h3 span,
h3 a,
h3 a:visited {
	color: #FFFFFF;
	display: block;
	width: 100%;
	font-size: 48px;
	font-weight: 400;
	font-family: 'Domine', serif;
	text-decoration: none;
}

h4,
h4 a,
h4 a:visited {
	font-size: 24px;
	font-weight: 400;
	text-decoration: none;
	color: #394a51;
}

h5 {
	color: #394a51;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.styled-select {
   height: 40px;
   overflow: hidden;
   display: inline-block;
   border: 1px solid #8c704f;
   /*background: #e6e2e7 url('../assets/drop-down.png') right -4px no-repeat;*/
   position: relative;
}

.styled-select select {
   background-color: transparent;
   border: none;
   font-size: 17px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
}

.styled-select select option {
	padding: 5px;
}

hr {
	height: 1px;
	line-height: 1px;
	background-color: #eee;
	border: 0;
}

pre {
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
}

.overlay {
	background-color: rgba(88, 61, 62, 0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.custom-search-form {
	position: relative;
	max-width: 320px;
	margin: 0 auto;
}

.custom-search-form input[type="text"] {
	border: 1px #e5e5e5 solid;
  border-radius: 0px;
  padding: 12px 16px 9px 16px;
  color: #333;
  font-size: 16px;
  max-width: 100%;
  width: 100%;
  margin-right: 7px;
  margin-bottom: 10px;
	height: 50px;
}

.custom-search-form button[type="submit"] {
	border: 0;
	padding: 13px 20px 13px 15px;
	box-shadow: none;
	vertical-align: top;
	margin: 0px;
	color: #333;
	font-size: 19px;
	border-radius: 5px;
	font-weight: 500;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 32px;
	right: 0px;
	border-radius: 0;
	background-color: #583d3e;
	transition: all .3s ease;
	cursor: pointer;
}

.custom-search-form button[type="submit"]:hover {
	background-color: transparent;
}

.custom-search-form button[type="submit"]:hover i {
	color: #583d3e;
}

.custom-search-form button[type="submit"] i {
	left: -13px;
	margin: 0 auto;
	color: #FFF;
	font-size: 20px;
}

.acf-map {
	width: 100%;
	height: 555px;
	margin: 30px 0 0 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #90979b;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #90979b;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #90979b;
}
:-moz-placeholder { /* Firefox 18- */
  color: #90979b;
}

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

#author,
#comment,
#email,
#url {
	border: 1px solid #b7b7b7;
	border-radius: 0;
	width: 100%;
	font-size: 16px;
	padding: 12px 20px;
}

#comment {
	height: 150px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/*================== SLICK CONTROL ==================*/
.slick-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
	right: 0;
  display: inline-block !important;
  width: auto;
  padding: 0;
  list-style: none;
  text-align: center;
	margin-left: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0px;
	border: 0px #cab48e solid;
  cursor: pointer;
  border-radius: 50px;
  outline: none;
	background: #cfcfcf;
}

.slick-dots li.slick-active button {
	background-color: #1ca6ab;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-prev,
.slick-next {
  border: 0;
  color: #cab48e;
	background-color: transparent;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 20px;
}

.slick-prev {
  left: -55px;
}

.slick-next {
  right: -55px;
}

.slick-prev i,
.slick-next i {
  font-size: 70px;
}

/*================== SOCIAL LINKS ==================*/
.social-links {

}

.social-links ul {
	list-style: none;
	margin: 0;
}

.social-links li {
	display: inline-block;
	margin-left: 0;
}

.social-links li:not(:last-child) {
	margin-right: 10px;
}

.social-links li a {
	border-radius: 50px;
	color: #90979b;
	text-decoration: none;
	text-align: center;
	font-size: 26px;
	transition: all .6s ease;
	border: transparent 1px solid;
}

.social-links li a:hover {
	color: #202729;
}

.social-links span {
	display: none;
}


/*================== RELATED POST ==================*/
.related-post {
	margin-top: 40px;
}

.related-post dl {
	width: 100%;
}

.related-post h4 {
	margin-bottom: 40px;
}

.related-post h5 a {
	font-size: 16px;
	font-weight: 100;
	font-family: 'Sanchez', sans-serif;
	line-height: 22px;
	color: #333;
	text-decoration: none;
}

.related-post dl dt {
	padding-right: 25px;
	text-align: center;
}

.related-post dl dt img {
	max-width: 210px;
	width: 100%;
	margin-bottom: 30px;
}

.related-post p {
	font-size: 14px;
	color: #706b6e;
	text-transform: capitalize;
	font-weight: 300;
}

.related-post .image-handler {
	width: 100%;
	height: 175px;
}

/* Comment Section Style */
.comment-list {
	margin-left: 0;
	padding-left: 0;
}

.comment-list li {
	padding-left: 0;
	margin-left: 0;
}

.comment-author .fn {
	color: #394a51;
	margin-top: 0;
}

.comment-author img {
	width: 100px;
	height: 100px;
	border-radius: 100px;
}

.comment-author dl {
	width: 100%;
}

.comment-author dt {
	width: 100px;
}

.comment-author dd {
	padding-left: 30px;
	padding-top: 5px;
	position: relative;
}

.comment-author .time {
	margin-top: 7px;
}

.time a {
	text-align: none;
}

.comment-author time {
	color: #70767f;
	font-size: 15px;
}

.comment-author i,
.comment-author .reply a {
	color: #202729;
}

.comment-author .reply a {
	text-decoration: underline;
	text-transform: uppercase;
}

.comment-author .reply {
	position: absolute;
	top: 35px;
	right: 0;
	color: #297ac1;
	font-weight: 600;
}

.comment-author .reply i {
	margin-right: 10px;
}

.comment-form-comment {
	margin-bottom: 0;
}

.comment-form-comment textarea {
	border: 1px #90979b solid;
	background-color: transparent;
	min-height: 120px;
	padding: 15px;
	font-size: 16px;
}

.comment-form-author {
	display: inline-block;
	float: left;
}

.comment-respond {
	margin-top: 40px;
}

.comment-respond dl {
	width: 100%;
}

.comment-respond dt {
	width: 50%;
	float: none;
}

.comment-respond dt:last-child {
	text-align: right;
}

.comment-respond label {
	display: block;
	font-weight: 600;
	text-align: left;
}

.comment-respond dt:last-child label {
	padding-left: 17px;
}

.comment-respond input[type="text"] {

}

.comment-respond input[type="email"] {

}

.comment-respond input[type="text"],
.comment-respond input[type="email"] {
	padding: 10px 15px;
}

.comment-list {
	list-style: none;
}

.comments-title {
	margin-bottom: 40px;
}

.comment-list > li {
	border-bottom: #90979b solid 1px;
	padding-top: 40px;
	padding-bottom: 20px;
}

.comment-list > li:last-child {
	border: 0;
}

.comment-list > li ol.children li {
	padding-bottom: 20px;
	padding-top: 40px;
}

.comment-body {
	margin-bottom: 0 !important;
}

.comment-reply-title {
	margin-bottom: 40px;
}

.comments-area {
	margin-bottom: 60px;
}

.comments-area .share-social-media {
	width: 100%;
  border-bottom: #90979b solid 1px;
	margin-bottom: 20px;
}

.comments-area label {
	display: none;
}

.comment-reply-link,
.time {
	display: none;
}
/* End Comment Style */

.category-loop article:first-child {
	display: none;
}

.vertical-middle {
	width: 100%;
  display: flex;
   display: -webkit-flex;
   flex-direction: column;
   -ms-flex-direction: column;
   -webkit-flex-direction: column;
   align-items: center;
   justify-content: center;
   -webkit-justify-content: center;
   -webkit-box-align: center;
   -webkit-flex-align: center;
   -webkit-align-items: center;
   -webkit-box-sizing: border-box;
}

.flex-container {
	display: flex;
		display: -webkit-flex;
	  display: -moz-flex;
	  display: -ms-flexbox;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
}

.flip-container {
	-webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}

/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 100%;
	min-height: 200px;
}

/* flip speed goes here */
.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.front, .back {
	webkit-backface-visibility: hidden;
	  -moz-backface-visibility: hidden;
	  -ms-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -webkit-transition: 0.6s;
	  -webkit-transform-style: preserve-3d;
	  -webkit-transform: rotateY(0deg);
	  -moz-transition: 0.6s;
	  -moz-transform-style: preserve-3d;
	  -moz-transform: rotateY(0deg);
	  -o-transition: 0.6s;
	  -o-transform-style: preserve-3d;
	  -o-transform: rotateY(0deg);
	  -ms-transition: 0.6s;
	  -ms-transform-style: preserve-3d;
	  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);

	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
	text-align: center;
}

/* back, initially hidden pane */
.back {
	-webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}


/*================== BLOCK ==================*/
.display-block {
	display: block;
}
.display-inline {
	display: inline-block;
}


/*================== BUTTON ==================*/
.custom-btn[type="submit"] {
	padding: 15px 25px;
	background-color: #dd4f26;
	color: #FFF;
	border: 1px #FFF solid;
	border-radius: 0;
	font-size: 14px;
	font-weight: 100;
	box-shadow: none;
}

.custom-btn[type="submit"]:hover {
	border: 0;
	color: #de4c17;
	box-shadow: none;
	background-color: #FFF;
	border: 1px #de4c17 solid;
}

/*================== POST CATEGORIES ==================*/
.post-categories {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
	margin-top: 35px;
}

.post-categories li {
	margin-left: 0;
	padding-left: 0;
	display: inline-block;
	position: relative;
}

.post-categories li:not(:last-child) {
	margin-right: 20px;
}

.post-categories li:not(:last-child)::after {
	content: "\0000B7";
  position: absolute;
  right: -18px;
  top: 0;
  font-size: 26px;
  line-height: 17px;
  font-family: "Lobster", sans-serif;
  color: #90979b;
}

.post-categories a {
	font-size: 16px;
	color: #90979b;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
}

/*================== CUSTOM PAGINATION ==================*/
.custom-pagination {
	margin-top: 20px;
	margin-bottom: 20px;
}

.custom-pagination ul {
	list-style: none;
	margin-left: 0;
}

.custom-pagination ul li {
	margin-left: 0;
	display: inline-block;
	text-align: center;
}

.custom-pagination ul li:not(:last-child) {
	margin-right: 5px;
}

.custom-pagination ul li a {
	display: inline-block;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	background-color: #202729;
	padding-top: 6px;
	color: #FFF;
	transition: all 0.3s ease;
	font-weight: 300;
	text-decoration: none;
	font-size: 14px;
	border: 1px transparent solid;
}

.custom-pagination ul li.active a {
	background-color: #5a575e;
}

.custom-pagination ul li.active a:hover,
.custom-pagination ul li a:hover {
	background-color: #FFF;
	color: #202729;
	border: 1px #202729 solid;
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
	padding-left: 12px;
	padding-right: 12px;
}

.divider {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 300px;
	margin: 15px 0;
}

/*================== HEIGHT ==================*/
.height20 {
	height: 30px;
}
.height30 {
	height: 30px;
}
.height40 {
	height: 40px;
}
.height50 {
	height: 50px;
}
.height70 {
	height: 70px;
}
.height80 {
	height: 80px;
}

/*================== TABLE ==================*/
.display-table {
	display: table;
}
.display-table > dt,
.display-table > dd,
ul.display-table > li {
	display: table-cell;
}
.display-table > div {
	display: table-row;
}
.table-cell {
	display: table-cell;
}
.vertical-align-mid {
	vertical-align: middle;
}
.vertical-align-bot {
	vertical-align: bottom;
}


.bleed-sm,
.bleed-md,
.bleed-lg,
.bleed-xl {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100vw;
}
.bleed-left {
    left: 0;
    right: 0;
}
.bleed-right {
    left: 0;
    right: 0;
}
.bleed-z-up {
    z-index: 10;
}

@media (min-width: 576px) {
    /* SM */
    .bleed-sm {
        width: calc( 100% + ( (100vw - 540px) / 2 )  );
    }
    .bleed-sm.bleed-left{
        left: auto;
        right: 0;
    }
    .bleed-sm.bleed-right{
        left: 0;
        right: auto;
    }
    /* MD */
    .bleed-md {
        width: 100vw;
    }
    .bleed-md.bleed-left {
        left:  calc( 100% + ( (-100vw - 540px) / 2 ) );
        right: 0;
    }
    .bleed-md.bleed-right {
        left:  calc( 100% + ( (-100vw - 540px) / 2 ) );
        right: 0;
    }
    /* LG */
    .bleed-lg {
        width: 100vw;
    }
    .bleed-lg.bleed-left {
        left:  calc( 100% + ( (-100vw - 540px) / 2 ) );
        right: 0;
    }
    .bleed-lg.bleed-right {
        left:  calc( 100% + ( (-100vw - 540px) / 2 ) );
        right: 0;
    }
     /* XL */
    .bleed-xl {
        width: 100vw;
    }
    .bleed-xl.bleed-left {
        left:  calc( 100% + ( (-100vw - 540px) / 2 ) );
        right: 0;
    }
    .bleed-xl.bleed-right {
        left:  calc( 100% + ( (-100vw - 540px) / 2 ) );
        right: 0;
    }
}
@media (min-width: 768px) {
    /* SM */
    .bleed-sm {
        width: calc( 100% + ( (100vw - 720px) / 2 )  );
    }
    /* MD */
    .bleed-md {
        width: calc( 100% + ( (100vw - 720px) / 2 )  );
    }
    .bleed-md.bleed-left{
        left: auto;
        right: 0;
    }
    .bleed-md.bleed-right{
        left: 0;
        right: auto;
    }
    /* LG */
    .bleed-lg {
        width: 100vw;
    }
    .bleed-lg.bleed-left {
        left:  calc( 100% + ( (-100vw - 720px) / 2 ) );
        right: 0;
    }
    .bleed-lg.bleed-right {
        left:  calc( 100% + ( (-100vw - 720px) / 2 ) );
        right: 0;
    }
    /* XL */
    .bleed-xl {
        width: 100vw;
    }
    .bleed-xl.bleed-left {
        left:  calc( 100% + ( (-100vw - 720px) / 2 ) );
        right: 0;
    }
    .bleed-xl.bleed-right {
        left:  calc( 100% + ( (-100vw - 720px) / 2 ) );
        right: 0;
    }
}
@media (min-width: 992px) {
    /* SM */
    .bleed-sm {
        width: calc( 100% + ( (100vw - 960px) / 2 )  );
    }
    /* MD */
    .bleed-md {
        width: calc( 100% + ( (100vw - 960px) / 2 )  );
    }
    /* LG */
    .bleed-lg {
        width: calc( 100% + ( (100vw - 960px) / 2 )  );
    }
    .bleed-lg.bleed-left{
        left: auto;
        right: 0;
    }
    .bleed-lg.bleed-right{
        left: 0;
        right: auto;
    }
    /* XL */
    .bleed-xl {
        width: 100vw;
    }
    .bleed-xl.bleed-left {
        left:  calc( 100% + ( (-100vw - 960px) / 2 ) );
        right: 0;
    }
    .bleed-xl.bleed-right {
        left:  calc( 100% + ( (-100vw - 960px) / 2 ) );
        right: 0;
    }
}
@media (min-width: 1200px) {
    .bleed-sm {
        width: calc( 100% + ( (100vw - 1140px) / 2 )  );
    }
    .bleed-md {
        width: calc( 100% + ( (100vw - 1140px) / 2 )  );
    }
    .bleed-lg {
        width: calc( 100% + ( (100vw - 1140px) / 2 )  );
    }
    .bleed-xl {
        width: calc( 100% + ( (100vw - 1140px) / 2 )  );
    }
    .bleed-xl.bleed-left{
        left: auto;
        right: 0;
    }
    .bleed-xl.bleed-right{
        left: 0;
        right: auto;
    }
}
