@media screen and (max-width: 768px) {
	/* 'bad idea' fix */
	div.fl-col-small {
	    max-width: none;
	}
	/* fix icon alignment in tablet */
	.fl-icon-wrap {
    	display: block !important;
	}
}

/* new default padding */
div.fl-row-content-wrap {
    padding: 60px 0;
}
/* new default max-width */
div.fl-row-fixed-width {
    max-width: 1240px;
}
.fl-module-rich-text .fl-rich-text p:last-child {
	margin-bottom: 0;
}

/* Fix for video backgrounds
-------------------------------------------- */
.fl-bg-video video {
	max-width: none;
}

/* Full Width Page (Beaver Builder)
-------------------------------------------- */

/*.fl-builder-full .site-inner {
	max-width: none;
	padding-top: 0;
}

@media only screen and (max-width: 800px) {
	.fl-builder-full .site-inner {
		padding-left: 0;
		padding-right: 0;
	}
}*/
/* TRYING THIS INSTEAD OF BEAVER.PAGE */
.fl-builder .post-edit-link {
	display: none;
}
.fl-builder .content .entry {
	background-color: transparent;
}
.fl-builder:not(.content-sidebar) .site-inner {
	max-width: none;
	padding-top: 0;
}
.fl-builder .site-inner .entry {
	padding: 0;
	margin: 0;
}

@media only screen and (max-width: 800px) {
	.fl-builder .site-inner {
		padding-left: 0;
		padding-right: 0;
	}
}


/* # Beaver Styles
---------------------------------------------------------------------------------------------------- */
/* In Content Menus */
.fl-menu ul.fl-menu-vertical {
	margin: 0;
	background: rgba(17,143,157,1);
    background: -moz-linear-gradient(left, rgba(17,143,157,1) 0%, rgba(127,38,108,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17,143,157,1)), color-stop(100%, rgba(127,38,108,1)));
    background: -webkit-linear-gradient(left, rgba(17,143,157,1) 0%, rgba(127,38,108,1) 100%);
    background: -o-linear-gradient(left, rgba(17,143,157,1) 0%, rgba(127,38,108,1) 100%);
    background: -ms-linear-gradient(left, rgba(17,143,157,1) 0%, rgba(127,38,108,1) 100%);
    background: linear-gradient(to right, rgba(17,143,157,1) 0%, rgba(127,38,108,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#118f9d', endColorstr='#7f266c', GradientType=1 );
}
.fl-menu ul.fl-menu-vertical li {
	list-style-type:none;
    margin: 3px;
    background-color: rgba(255,255,255,0.25);
}
.fl-menu ul.fl-menu-vertical li:hover,
.fl-menu ul.fl-menu-vertical li.current_page_item {
	background-color: rgba(255,255,255,0);
}
.fl-menu ul.fl-menu-vertical li:hover a,
.fl-menu ul.fl-menu-vertical li.current_page_item a {
	color: #fff;
}
.fl-menu ul.fl-menu-vertical li a {
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	padding: 14px 18px;
}


/* heading */
.fl-module-heading small {
	display: block;
}
.fl-heading sup {
	display: block;
	opacity: 0.5;
	font-size: 50%;
	letter-spacing: -1px;
}
.fl-heading .fl-heading-text span {
	color: #323232;
}
@media screen and (min-width: 768px) {
	h1.fl-heading {
		font-size: 70px;
		font-size: 7.0rem;
	}
}

/*.fl-module-heading .fl-heading {
	position: relative;
	font-size: 52px;
	font-size: 5.2rem;
	font-weight: 400;
}*/

/* separator */
/*.fl-module-separator > div {
	margin: 10px;
}
.fl-separator {
    max-width: 80px;
    margin: auto;
}*/


/* image caption */
/*div.fl-photo {
	position: relative;
}
div.fl-photo .fl-photo-caption.fl-photo-caption-below {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 15px 0;
	text-transform: uppercase;
	background-color: #000;
	//background-color: rgba(0,0,0,0.6);
	background-color: rgba(223,162,115,0.92);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}*/
div.fl-photo-caption {
    font-size: 13px;
    line-height: 18px;
    overflow: auto !important;
    text-overflow: ;
    background-color: #fff;
    padding: 15px 20px 10px;
    white-space: normal !important;
}

/* list - unordered */
.checkmark .fl-rich-text ul li {
	list-style-type: none;
	padding-left: 40px;
    position: relative;
    margin-bottom: 14px;
}
.checkmark .fl-rich-text ul li:before {
	content: "";
	background: url(../../images/icon-checkmark.png) no-repeat center center transparent;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	font: normal normal normal 20px/1 FontAwesome;
	position: absolute;
    left: 0;
    top: 0;
}
/* Accordian */
div .fl-accordion-medium .fl-accordion-button-label {
	font-size: 23px;
	color: #eb2d2f;
}
div .fl-accordion-medium .fl-accordion-button {
    padding: 10px 18px;
}
div .fl-accordion .fl-accordion-item {
	background-color: rgba(255,255,255,0.9);
}

.fl-icon-wrap a {
	color: inherit;
}
.fl-icon-wrap a:hover,
.fl-icon-wrap a:active {
	color: #323232;
}

/* # Helper Classes
---------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1201px) {
	.float-left {
		float: left;
	}
	.float-right {
		float: right;
	}
}

/* img popout */
.fl-module-photo.popout {
	//overflow: hidden;
}
@media screen and (min-width: 768px) {
	.fl-module-photo.popout .fl-photo-content {
		margin: -20px -50px -50px -40px;
		max-width: none;
	}
	.fl-module-photo.popout .fl-photo-content img {
		max-width: auto;
	}
}


/* # Styles
---------------------------------------------------------------------------------------------------- */

/* # Font Classes
---------------------------------------------------------------------------------------------------- */
.font-110 {
	font-size: 110px;
	line-height: 1;
}
.font-60,
.font-60 h2,
.font-60 h3 {
	font-size: 60px;
	line-height: 1;
}
.font-52 {
	font-size: 52px;
}
.font-48,
.font-48 h1,
.font-48 h2 {
	font-size: 48px !important;
}
.font-46 {
	font-size: 46px;
}
.font-44 {
	font-size: 44px;
}
.font-42,
.font-42 h2 {
	font-size: 42px;
}
.font-40 {
	font-size: 40px;
	line-height: 40px;
}
.font-36,
.font-36 h2 {
	font-size: 36px;
	line-height: 1;
}
.font-30 {
	font-size: 30px;
	line-height: 30px;
}
.font-26 {
	font-size: 26px;
}
.font-24 {
	font-size: 24px;
}
.font-22 {
	font-size: 22px;
}
.font-20 {
	font-size: 20px;
}
.font-18 * {
	font-size: 18px;
	line-height: 26px;
}
.font-16 {
	font-size: 16px;
}
.font-14 {
	font-size: 14px;
}
.font-12 {
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	.font-110 {
		font-size: 34px !important;
	}
	.font-60,
	.font-60 h2 {
		font-size: 34px !important;
	}
	.font-52 {
		font-size: 30px;
		line-height: 40px;
	}
	.font-48,
	.font-48 h1,
	.font-48 h2,
	.font-46 {
		font-size: 34px;
	}
	.font-44,
	.font-42,
	.font-42 h2,
	.font-40 {
		font-size: 32px !important;
		line-height: 38px;
	}
	.font-22,
	.font-20 {
		font-size: 18px;
	}
}

.text-shadow * {
	text-shadow: 0px 0px 35px rgba(0,0,0,0.5);
}

.text-pink {
	color: #c03493;
}
.text-white *,
.text-white {
	color: #fff;
}
.text-white a:hover {
	color: #ccc;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: none;
}

/* widths */
.max-300 {
  max-width: 300px;
  margin: auto;
}
.max-700 {
  max-width: 700px;
  margin: auto;
}
.max-800 {
  max-width: 800px;
  margin: auto;
}
.max-900 {
  max-width: 900px;
  margin: auto;
}
.max-1000 {
  max-width: 1000px;
  margin: auto;
}
.max-1100 {
  max-width: 1100px;
  margin: auto;
}
/* row padding */
.padding-large > .fl-row-content-wrap {
  padding-top:  200px;
  padding-bottom: 200px;
}
.padding-medium > .fl-row-content-wrap {
  padding-top:  100px;
  padding-bottom: 100px;
}
.padding-small > .fl-row-content-wrap {
  padding-top:  60px;
  padding-bottom: 60px;
}
.background-alt {
  background-color: #f2f2f2;
}

.text-center .fl-icon {
	display: inline-block;
}
.text-center {
	text-align: center;
}

/* # Custom Classes & IDs
---------------------------------------------------------------------------------------------------- */
/* Pricing table */
ul.fl-pricing-table-features li {

}
div.fl-pricing-table.fl-pricing-table-spacing-tight [class^='fl-pricing-table-col-'],
div.fl-pricing-table.fl-pricing-table-spacing-medium [class^='fl-pricing-table-col-'] {
    padding-right: 1px;
    padding-left: 1px;
}
div.fl-builder-content .fl-pricing-table-inner-wrap {
    background: transparent; !important;
    border-width: 0 !important;
    -webkit-box-shadow: 0px -4px 0px 0px #1e3f7d;
	-moz-box-shadow: 0px -4px 0px 0px #1e3f7d;
	box-shadow: 0px -4px 0px 0px #1e3f7d;
}
.fl-pricing-table.fl-pricing-table-border-small .fl-pricing-table-column .fl-pricing-table-price {
    margin: 0 !important;
}
div.fl-pricing-table .fl-pricing-table-column h2 {
	font-size: 30px !important;
	background: #f8f8f8 !important;
	padding: 30px;
}
.customized .fl-pricing-table .site-inner ul {
	display: none !important;
}
.customized .fl-pricing-table .fl-pricing-table-features {
	margin: 0 !important;
	padding: 0 10px;
	font-style: italic;
	font-size: 14px;
}
.customized .fl-pricing-table .fl-pricing-table-features li {
 	list-style-type: none !important;
}
@media screen and (min-width: 769px){
	div.fl-pricing-table .fl-pricing-table-column h2 {
		font-size: 30px !important;
		min-height: 148px;
		padding: 20px;
		padding-top: 25%;
	}
	.fl-builder-content .fl-node-570f043500053 .fl-pricing-table-column-2 h2 {
		padding-top: 20px;
	}
	.customized .fl-pricing-table .fl-pricing-table-features {
		padding: 0 30px;
	}
}

/*price*/
div.fl-pricing-table .fl-pricing-table-column .fl-pricing-table-price {
    padding: 33px 0 !important;
}
div.fl-pricing-table .fl-pricing-table-column .fl-pricing-table-price {
	font-weight: 700;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.4);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
div.fl-pricing-table .fl-pricing-table-column .fl-pricing-table-price small,
div.fl-pricing-table .fl-pricing-table-column .fl-pricing-table-duration {
	font-weight: 300;
	text-shadow: none;
}
div.fl-pricing-table .fl-pricing-table-column .fl-pricing-table-price small {
    vertical-align: top;
}
div.fl-pricing-table .fl-pricing-table-column .fl-pricing-table-duration {
    vertical-align: text-bottom;
    line-height: 1.2;
}

.remove-button .fl-pricing-table .fl-button-wrap {
	display: none;
}


.boxed {
	background: rgba(0,0,0,0.04);
	border-radius: 4px;
}



/* # Homepage
---------------------------------------------------------------------------------------------------- */
.home .site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}
.home.admin-bar .site-header {
	top: 32px;
}
.fl-module-post-grid.flag-style .entry {
	background-color: #f0f0f0;
	position: relative;
}
.fl-module-post-grid.flag-style .fl-post-grid-image,
.fl-module-post-grid.flag-style .fl-post-grid-text {
	display: inline-block;
}
.fl-module-post-grid.flag-style .fl-post-grid-image {
	width: 30%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	-webkit-clip-path: polygon(86% 0, 100% 51%, 86% 100%, 0% 100%, 0% 0%);
	clip-path: polygon(86% 0, 100% 51%, 86% 100%, 0% 100%, 0% 0%);
}
.fl-module-post-grid.flag-style .fl-post-grid-image {
    display: flex !important;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fl-module-post-grid.flag-style .fl-post-grid-image img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
		height: auto !important;
		width: auto !important;
		max-width: 150% !important;
		max-height: 150% !important;
		object-fit: cover;
}
@media screen and (max-width: 960px) {
		.fl-module-post-grid.flag-style .fl-post-grid-image img {
			max-width: none !important;
			max-height: none !important;
		}
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
	.fl-module-post-grid.flag-style .fl-post-grid-image img {
		max-width: 190% !important;
		max-height: 190% !important;
	}
}


.fl-module-post-grid.flag-style .entry .fl-post-grid-image:before{
	position: absolute;
	content: "";
	background-color: tomato;
	width: 105%;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: -4px;
	-webkit-clip-path: polygon(86% 0, 100% 51%, 86% 100%, 0% 100%, 0% 0%);
	clip-path: polygon(86% 0, 100% 51%, 86% 100%, 0% 100%, 0% 0%);
}
/*http://bennettfeely.com/clippy/*/
.fl-module-post-grid.flag-style .fl-post-grid-image a{
	z-index: 10;
}
.fl-module-post-grid.flag-style .fl-post-grid-text {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fl-module-post-grid.flag-style .has-post-thumbnail .fl-post-grid-text {
	width: 69%;
	margin-left: 30%;
}
.fl-module-post-grid.flag-style .fl-post-grid-title {
	text-transform: none;
	font-weight: 700;
	line-height: 1;
}
.fl-module-post-grid.flag-style .fl-post-grid-content p{
	line-height: 1.35;
}


.sendy-input-email input {
	border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
	margin-bottom: 6px;
}
.sendy-input-submit input[type="submit"] {
	width: 100%;
}
.sendy-input-submit input[type="submit"]:hover {
	background-color: #165d94;
}
