/*

Theme Name: Spacious

Theme URI: http://themegrill.com/themes/spacious

Author: ThemeGrill

Author URI: http://themegrill.com

Description: Spacious is an incredibly spacious multipurpose responsive theme coded & designed with a lot of care and love. You can use it for your business, portfolio, blogging or any type of site. It has 4 page layouts, 6 page templates, 13 widgets areas, 5 custom widgets focusing on business template, awesome slider, primary color option to match your logo & website, boxed & wide layout, light & dark color skin, translation ready and many more. You can get free support in http://themegrill.com/support-forum/ and check the demo at http://demo.themegrill.com/spacious/. Available Translations: Russian, Norsk (Bokmål), Czech, French, Spanish, Lithuanian, Dutch, Traditional Chinese (Taiwan), Slovak, Catalan, Hungarian.

Version: 11.1.5

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: light, white, dark, two-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options

Text Domain: spacious



Resetting and rebuilding styles have been helped along thanks to the fine work of

Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html

along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

and Blueprint http://www.blueprintcss.org/

*/



/* =Reset

--------------------------------------------------------------

@import url('font/calluna/stylesheet.css');*/


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, em, font, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	outline: 0;
	padding: 0;
}
html {
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article,  aside,  details,  figcaption,  figure,  footer,  header,  main,  nav,  section {
	display: block;
}
ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,  q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,  a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	box-shadow: #000 0 0 0;
	-webkit-backface-visibility: hidden;	/* http://stackoverflow.com/questions/12980153/image-moves-on-hover-chrome-opacity-issue */
}
embed, iframe, object {
	max-width: 100%;
}
/* =GENERICONS

----------------------------------------------- */

@font-face {
	font-family: 'Genericons';
	src: url('font/genericons-regular-webfont.eot');
	src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('font/genericons-regular-webfont.woff') format('woff'),  url('font/genericons-regular-webfont.ttf') format('truetype'),  url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* =GLOBAL

----------------------------------------------- */

body,  button,  input,  select,  textarea,
.gm-style .map-infowindow {
	color: #333333;
	font: 21px/1.6 'Asap', sans-serif;
	word-wrap: break-word;
}
body {
	background: #EFF2F3;
}
/* Headings */

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
h1, h2, h3 {
	color: #222222;
	font-family: 'ivymoderegular';
	margin-top: 1em;
	margin-bottom: 0.4em;
}
h3 {
	font-size: 34px;
}
h4, h5, h6 {
	color: #222222;
	font-family: 'ivymoderegular';
	font-size: 32px;
}

/*h1 {
	font-size: 30px;
	line-height: 36px;
}
h2 {
	font-size: 28px;
	line-height: 34px;
}
h3 {
	font-size: 26px;
	line-height: 32px;
}
h4 {
	font-size: 24px;
	line-height: 30px;
}
h5 {
	font-size: 22px;
	line-height: 28px;
}
h6 {
	font-size: 19px;
	line-height: 25px;
}*/
hr {
	border-color: #EAEAEA;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 30px 0;
}
/* =TEXT ELEMENTS

----------------------------------------------- */

p {
	margin-bottom: 1.2em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #EAEAEA;
}
pre, code, kbd, var, samp, tt {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 19px;
	white-space: pre-wrap;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666666;
	cursor: help;
}
address {
	display: block;
	font-style: italic;
	margin: 0 0 15px;
}
ins {
	background: #F8F8F8;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/* =SUPERCRIPT AND SUBSCRIPT

----------------------------------------------- */

sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
dl {
	margin-bottom: 24px;
	font-size: 16px;
}
dt {
	font-weight: bold;
	margin-bottom: 5px;
}
dd {
	margin-bottom: 24px;
}
ul,  ol {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul,  li > ol {
	margin: 0 0 0 10px;
}
/* =BLOCKQUOTE

----------------------------------------------- */

blockquote {
	font-style: italic;
	font-weight: normal;
	padding: 20px;
	border: 1px solid #EAEAEA;
	border-left: 3px solid #0FBE7C;
	margin-bottom: 20px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
/* =LINKS

----------------------------------------------- */

a {
	color: #0FBE7C;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: none;
}
/* =IMAGES

----------------------------------------------- */

figure {
	margin: 0;
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	margin-bottom: 18px;
}
.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],  img[class*="wp-image-"],  img[class*="attachment-"] {
}
img.size-full, img.size-large {
	max-width: 100%;
	height: auto;
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1em;
}
p img {
}
img#wpstats {
	display: none;
}
/* =CLEARFIX

----------------------------------------------- */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.tg-after-three-blocks-clearfix {
	clear: both;
}
/* =ALIGNMENT

----------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.radio label, .checkbox label {
	padding-left: 22px;
}

.checkbox input[type="checkbox"] {
	margin-top: 9px;
	margin-left: -22px;
}
.radio input[type="radio"] {
	margin-top: 8px;
	margin-left: -22px;
}
.form-horizontal .radio {
	padding-top: 7px;
}
.form-horizontal .radio:first-child {
	padding-top: 0;
}
.form-horizontal .radio:last-child {
	padding-bottom: 7px;
}
/*****************************************************************/

/*****************************************************************/



/* =BODY

----------------------------------------------- */

#page {
	margin: 0 auto;
	background-color: #FFFFFF;
}
.wide-978, .wide-1218 {
	padding-top: 0;
	padding-bottom: 0;
}
.wide-1218 #page {
	max-width: 100%;
}
.narrow-978 #page {
	max-width: 1038px;
}
.wide-978 #page {
	max-width: 100%;
}
.wide-978 #page {
	padding-top: 0;
	padding-bottom: 0;
}
.inner-wrap {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 20px;
}
.wide-1218 .inner-wrap {
	max-width: 96%;
}
.narrow-978 .inner-wrap {
	max-width: 978px;
}
.wide-978 .inner-wrap {
	max-width: 978px;
}
/* =HEADER

----------------------------------------------- */

.metaslider {
	overflow: hidden;
}
.metaslider > div {
	position: relative;
}

#masthead {
}
#header-meta {
	background-color: #F8F8F8;
	border-bottom: 1px solid #EAEAEA;
}

#header-text-nav-wrap {
	padding: 14px 0;
}
#header-left-section {
	float: left;
	margin-right: 25px;
}
#header-logo-image {
	float: left;
	padding: 0 20px 0 0;
	max-width: 100%;
}
#header-logo-image img {
	margin-bottom: 0px;
	width: 306px;
}
#header-text {
	float: left;
	padding: 10px 20px 0 0;
}
#site-title a {
	color: #444444;
	font-size: 36px;
}
h1#site-title {
	padding-bottom: 5px;
}
#site-title a:hover {
	color: #0FBE7C;
}
#site-description {
	line-height: 24px;
	font-size: 16px;
	padding-bottom: 0;
	color: #666666;
}
#header-right-section {
	float: right;
}
#header-right-sidebar {
	overflow: hidden;
}
#header-right-section .widget {
	padding-top: 10px;
	float: left;
}
#header-right-section .widget h3 {
	padding-bottom: 5px;
}
.header-image {
	margin-bottom: 0;
	border-bottom: 1px solid #EAEAEA;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.sticky-header {
	  position: fixed;
	  width: 100%;	  
	}
}

/* =SEARCH WIDGET

----------------------------------------------- */

.searchform .search-submit {
	display: none;
}
#masthead input.s {
	width: 150px;
}
.search-form span {
	background-color: #0FBE7C;
	height: 32px;
	width: 30px;
	line-height: 40px;
	margin-left: -2px;
	color: #FFFFFF;
	position: absolute;
	text-align: center;
}
#masthead .search-wrap {
	position: relative;
}
.search-icon {
	position: relative;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font-family: 'Genericons';
	line-height: 10px;
	font-size: 19px;
	top: 4px;
}
.search-icon:before {
	content: '\f400';
}
.genericon {
	-webkit-font-smoothing: antialiased;
	font-family: 'Genericons';
	font-weight: normal;
	font-size: 22px;
	line-height: 1;
	vertical-align: middle;
}
.genericon-time:before {
	content: '\f303';
}
.genericon.genericon-close {
	font-size: 25px;
	line-height: 36px;
}
.genericon-close:before {
	position: relative;
  top: 2px;
}
#masthead .search-wrap span {
	right: 1px;
}
/* =NAVIGATION

----------------------------------------------- */

nav li > ul,  nav li > ol {
	margin: 0;
	list-style: none;
}
.main-navigation {
	float: right;
}
.main-navigation li {
	float: left;
	position: relative;
	font-family: 'Asap', sans-serif;
}
.main-navigation ul li a {
	font-size: 16px;
}
.main-navigation li.default-menu,  li.default-menu {
	display: none;
}
.main-navigation a {
	color: #444444;
	display: block;
	float: left;
	padding: 16px 0 0;
	height: 30px;
}
.main-navigation a:hover,  .main-navigation ul li.current-menu-item a,  .main-navigation ul li.current_page_ancestor a,  .main-navigation ul li.current-menu-ancestor a,  .main-navigation ul li.current_page_item a,  .main-navigation ul li:hover > a {
	color: #0FBE7C;
}
/* =DROP DOWN

----------------------------------------------- */

.main-navigation ul li ul,  .main-navigation ul li:hover ul ul,  .main-navigation ul ul li:hover ul ul,  .main-navigation ul ul ul li:hover ul ul,  .main-navigation ul ul ul ul li:hover ul ul {
	display: none;
	z-index: 9999;
}
.main-navigation ul li:hover ul,  .main-navigation ul ul li:hover ul,  .main-navigation ul ul ul li:hover ul,  .main-navigation ul ul ul ul li:hover ul,  .main-navigation ul ul ul ul ul li:hover ul {
	display: block;
}
.main-navigation ul li ul {
	position: absolute;
	background-color: #FFF;
	border-top: 1px solid #0FBE7C;
	top: 52px;
	width: 150px;
	z-index: 99999;
}
.main-navigation ul li ul li {
	float: none;
	/* border-bottom: 1px solid #EAEAEA; */
	padding: 0;
}
.main-navigation ul li ul li a,  .main-navigation ul li.current-menu-item ul li a,  .main-navigation ul li ul li.current-menu-item a,  .main-navigation ul li.current_page_ancestor ul li a,  .main-navigation ul li.current-menu-ancestor ul li a,  .main-navigation ul li.current_page_item ul li a {
	float: none;
	line-height: 1.4em;
	font-size: 13px !important;
	font-weight: 600;
	height: 100%;
	padding: 6px 20px !important;
	color: #666666;
}
.main-navigation ul li ul li a:hover, .main-navigation ul li ul li:hover > a, .main-navigation ul li.current-menu-item ul li a:hover {
	background-color: #f5f5f5;
	color: #0FBE7C;
	font-size: 13px !important;
	font-weight: 600;
	padding: 6px 20px !important;
}
.main-navigation ul li ul li ul {
	left: 150px;
	top: -1px;
}
.main-navigation select {
	display: none;
}
/* =SMALL MENU

----------------------------------------------- */

.menu-toggle {
	display: none;
	cursor: pointer;
}
.site-header .menu-toggle {
	background: #3A3A3A;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding: 5px 22px;
	margin: 0;
}
.site-header .menu-toggle:hover {
	background: #0FBE7C;
}
.site-header .menu-toggle:before {
	content: '\2261';
	margin-right: 10px;
}
.main-small-navigation {	
	padding-top: 0;
	background-color: #000000;
}
.main-small-navigation ul {
	margin: 0;
	list-style: none;
}
.main-small-navigation a {
	display: block;
	color: #FFFFFF;
	padding: 10px 40px;
	text-decoration: none;
}
/*.main-small-navigation li {
	background: #3A3A3A;
}*/
.main-small-navigation #menu-newmenu li:hover a,
.main-small-navigation #menu-newmenu li ul.sub-menu li a:hover,
.main-small-navigation #menu-newmenu li ul.sub-menu li.current-menu-item a{
	background: #0FBE7C;
}
.main-small-navigation #menu-newmenu li ul.sub-menu li a, .main-small-navigation #menu-newmenu li ul.sub-menu li.current-menu-item ul li a {
	background: #3A3A3A;
}
.main-small-navigation #menu-newmenu li ul.sub-menu li a::after, #footer #menu-newmenu-1 li ul.sub-menu li a::after{
	display: none;
}
.main-small-navigation #menu-newmenu li.current-menu-parent:hover ul li{
	background: none;
}
.main-small-navigation ul ul a {
	padding-left: 60px;
}
.main-small-navigation ul ul ul a {
	padding-left: 80px;
}
.main-small-navigation ul > .current_page_item,  .main-small-navigation ul > .current-menu-item {
	background: #0FBE7C;
}
.main-small-navigation .inner-wrap {
	padding: 0;
}
/* =SECONDARY MENUS

----------------------------------------------- */

.small-menu {
	float: right;
}
.small-menu li {
	float: left;
	position: relative;
	font-family: 'Asap', sans-serif;
}
.small-menu li.default-menu,  li.default-menu {
	display: none;
}
.small-menu a {
	color: #666666;
	display: block;
	float: left;
	font-size: 10px;
	height: 21px;
	padding: 5px 0 0 16px;
	font-size: 12px;
}
.small-menu a:hover,  .small-menu ul li.current-menu-item a,  .small-menu ul li.current_page_ancestor a,  .small-menu ul li.current-menu-ancestor a,  .small-menu ul li.current_page_item a,  .small-menu ul li:hover > a {
	color: #0FBE7C;
}
/* =FEATURED SLIDER

----------------------------------------------- */

#featured-slider {
	border-bottom: 1px solid #EAEAEA;
}
#featured-slider,  #featured-slider .slider-cycle {
	position: relative;
}
#featured-slider .displayblock {
	display: block;
}
#featured-slider .displaynone {
	display: none;
}
#featured-slider .entry-container {
	top: 25%;
	position: absolute;
	left: 5%;
	max-width: 40%;
}
#featured-slider .entry-description-container {
	background: none repeat scroll right -53px rgba(0, 0, 0, 0.3);
	padding: 1rem 1.5rem;
}
#featured-slider img {
	margin-bottom: 0px;
}
#featured-slider .slider-title-head {
	display: inline-block;
	left: 0;
	margin-bottom: 0.5rem;
}
#featured-slider .entry-title {
	padding: 0;
}
.slider-title-head .entry-title a {
	color: #FFFFFF;
	text-decoration: none;
}
#featured-slider .entry-title span {
	color: #FFFFFF;
	display: block;
	font-size: 26px;
}
#featured-slider .entry-content {
	color: #FFFFFF;
	padding-top: 0.5rem;
}
#featured-slider .entry-content p {
	margin: 0;
	padding: 0;
}
#featured-slider .slider-read-more-button {
	background-color: #0FBE7C;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Asap', sans-serif;
	padding: 1rem 1.5rem;
	float: left;
	margin-top: 15px;
	font-size: 20px;
}
#featured-slider .slider-read-more-button:hover {
	background-color: #666666;
}
/* =SLIDER CONTROLLERS

----------------------------------------------- */

#controllers {
	text-align: center;
	line-height: 0;
	position: absolute;
	width: 100%;
	bottom: 15px;
	z-index: 9999;
}
#controllers a {
	width: 18px;
	height: 6px;
	margin: 0 4px;
	overflow: hidden;
	display: inline-block;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#controllers a:hover, #controllers a.active {
	background-color: #0FBE7C;
	color: #0FBE7C;
}
/* =PAGE HEADER TITLE

----------------------------------------------- */

/*.header-post-title-container {
	border-bottom: 1px solid #EAEAEA;
	padding: 20px 0;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) inset;
}*/
.header-post-title-container .post-title-wrapper {
	max-width: 100%;
	/*padding-right: 30px;*/
}
/*.no-sidebar .header-post-title-container .post-title-wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}*/

/* =BREADCRUMB NAVXT PLUGIN SUPPORT

----------------------------------------------- */

.breadcrumb {
	float: right;
	text-align: right;
	margin-top: 8px;
	margin-bottom: 2px;
	font-size: 12px;
}
.breadcrumb {
	color: #666666;
}
.breadcrumb a {
	color: #666666;
}
.breadcrumb a:hover {
	color: #0FBE7C;
}
/* =CONTENT

----------------------------------------------- */

#main {
	padding: 40px 0 10px 0;
}
.home #main {
	padding: 10px 0 20px 0;
}
.widget_service_block {
	margin-bottom: 30px;
	padding-top: 30px;
}
.widget_service_block .widget-title {
	font-size: 22px;
	padding-bottom: 10px;
}
.widget_service_block p {
	padding-bottom: 0;
}
.widget_service_block .more-link-wrap {
	text-align: center;
}
.widget_service_block a.more-link:hover, .widget_featured_single_post a.read-more:hover {
	text-decoration: underline;
}
.widget-title a {
	color: #444444;
}
.tg-one-half .widget-title a:hover,  .tg-one-third .widget-title a:hover,  .tg-one-fourth .widget-title a:hover {
	color: #0FBE7C;
}
.tg-one-half p,  .tg-one-third p,  .tg-one-fourth p {
	text-align: center;
}
.tg-one-half .service-image,  .tg-one-third .service-image,  .tg-one-fourth .service-image {
	text-align: center;
}
.tg-one-half .widget-title,  .tg-one-third .widget-title,  .tg-one-fourth .widget-title {
	text-align: center;
}
.tg-one-third {
	float: left;
	width: 28.407225%;
	margin: 0 2.46305419%;
	padding: 0px 0px 30px;
}
.tg-one-fourth {
	float: left;
	width: 23.1527094%;
	margin: 0 2.46305419% 0 0;
	padding: 0px 0px 30px;
}
.tg-one-fourth-last {
	margin: 0px;
}
.tg-one-half {
	float: left;
	width: 48.7684729%;
	margin: 0 2.46305419% 0 0;
	padding: 0px 0px 30px;
}
.tg-one-half-last {
	float: right;
	margin: 0px;
}
.widget_recent_work {
	margin-bottom: 20px;
}
.widget_recent_work img {
	margin-bottom: 0px;
}
.widget_recent_work .tg-one-half .widget-title,  .widget_recent_work .tg-one-third .widget-title,  .widget_recent_work .tg-one-fourth .widget-title {
	font-size: 22px;
	padding-bottom: 8px;
	text-align: left;
}
.widget_recent_work .tg-one-half p,  .widget_recent_work .tg-one-third p,  .widget_recent_work .tg-one-fourth p {
	text-align: left;
}
.widget_recent_work .tg-one-half .service-image,  .widget_recent_work .tg-one-third .service-image,  .widget_recent_work .tg-one-fourth .service-image {
	text-align: center;
	padding-bottom: 0;
}
.widget_featured_single_post {
	padding-bottom: 30px;
}
.widget_featured_single_post .widget-title {
	font-size: 22px;
}
.widget_featured_single_post .widget-title,  .widget_featured_single_post p,  .widget_featured_single_post .service-image {
	text-align: left;
}
.widget_featured_single_post .service-image {
	padding-bottom: 0px;
}
.widget_featured_post {
	margin-bottom: 20px;
}
.widget_featured_post .main-title {
	font-size: 24px;
	padding-bottom: 8px;
}
.container-featured-widget-head {
	padding-top: 10px;
	padding-bottom: 15px;
}
.widget_featured_post .tg-one-half .widget-title,  .widget_featured_post .tg-one-third .widget-title,  .widget_featured_post .tg-one-fourth .widget-title {
	text-align: left;
	font-size: 20px;
	padding-bottom: 8px;
	line-height: 22px;
}
.widget_featured_post .tg-one-half p,  .widget_featured_post .tg-one-third p,  .widget_featured_post .tg-one-fourth p {
	text-align: left;
}
.widget_featured_post .meta {
	font-size: 12px;
	padding: 3px;
	font-family: 'Asap', sans-serif;
}
.wide-978 .widget_featured_post .meta,  .narrow-978 .widget_featured_post .meta {
	font-size: 11px;
}
/* =META

----------------------------------------------- */

.meta {
	border-bottom: 1px dashed #EAEAEA;
	border-top: 1px dashed #EAEAEA;
	padding: 5px;
	font-size: 15px;
}
.meta li:first-child {
	border-left: 0 none;
	padding-left: 0 !important;
}
.meta li {
	border-left: 1px solid #EAEAEA;
	float: left;
	padding: 0 6px 0 6px !important;
	border-bottom: none !important;
}
.meta li:last-child {
	float: right;
	border-left: 0 none;
	padding-right: 0px !important;
}
.main-title {
	text-align: center;
	text-transform: uppercase;
}
.main-description {
	text-align: center;
}
/* =NAVIGATION

----------------------------------------------- */

.default-wp-page .previous {
	float: left;
	margin-bottom: 30px;
}
.default-wp-page .next {
	float: right;
	margin-bottom: 30px;
}
.wp-pagenavi {
	text-align: center;
}
#content .wp-pagenavi .page {
	padding-bottom: 3px;
}
/* =PAGINATION

----------------------------------------------- */

.pagination {
	margin: 15px 0;
}
.pagination span {
	padding: 2px 5px;
	border: 1px solid #EAEAEA;
	background-color: #0FBE7C;
	color: #FFFFFF;
}
.pagination a span {
	background-color: #FFFFFF;
	color: #666666;
}
.pagination a span:hover {
	color: #0FBE7C;
	border-color: #0FBE7C;
	text-decoration: none;
}
/* =TESTIMONIAL WIDGET

----------------------------------------------- */

.widget_testimonial {
	margin-bottom: 30px;
}
.widget_testimonial .widget-title {
	font-size: 22px;
	text-align: left;
}
.widget_testimonial .testimonial-icon:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 22px/1 'Genericons';
	vertical-align: top;
	content: '\f106';
	width: 25px;
	height: 19px;
	float: left;
	margin-right: 3.06%;
	color: #0FBE7C;
	transform: rotate(180deg);
}
.widget_testimonial .testimonial-post {
	padding: 20px;
	border-width: 2px 1px 1px 1px;
	border-style: solid dashed dashed dashed;
	border-color: #0FBE7C #EAEAEA #EAEAEA #EAEAEA;
	font-style: italic;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}
.widget_testimonial .testimonial-post p {
	margin-bottom: 0px;
}
.widget_testimonial .testimonial-author {
	text-align: right;
	clear: both;
	font-family: 'Asap', sans-serif;
	font-size: 12px;
}
.widget_testimonial .testimonial-author span {
	font-size: 16px;
	color: #666666;
}
/* =CALL TO ACTION WIDGET

----------------------------------------------- */

.widget_call_to_action {
	margin-bottom: 60px;
}
.call-to-action-content-wrapper {
	border-width: 1px 1px 1px 3px;
	border-style: dashed dashed dashed solid;
	border-color: #EAEAEA #EAEAEA #EAEAEA #0FBE7C;
	padding: 20px 3.85878489% 20px 3.69458128%;
	background-color: #F8F8F8;
}
.call-to-action-content {
	width: 69.5187166%;
	float: left;
}
.call-to-action-content h3 {
	padding-bottom: 0;
	font-size: 24px;
	margin-top: 0;
}
.call-to-action-content p {
	padding-bottom: 0;
	margin-bottom: 0;
}
.call-to-action-button {
	float: right;
	background-color: #0FBE7C;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	font-family: 'Asap', sans-serif;
	padding: 5px 3.28407225%;
	margin-top: 4px;
}
.call-to-action-button:hover {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
/* =MEDIA

----------------------------------------------- */

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5rem;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075rem 0;
}
.gallery-caption {
}
/* =WORDPRESS GALLERY SUPPORT

----------------------------------------------- */

.gallery {
	margin: 0 auto 2em;
}
.gallery .gallery-item {
	float: left;
	display: block;
	background: #fff;
	margin: 10px 1.5% 20px;
	text-align: center;
}
.gallery .gallery-item:hover {
}
.gallery .gallery-icon {
	text-align: center;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 0;
}
.gallery-columns-1 .gallery-item {
	float: none;
	text-align: center;
	width: 100%;
	margin: 10px 0 20px;
}
.gallery-columns-2 .gallery-item {
	width: 47%;
}
.gallery-columns-3 .gallery-item {
	width: 30%;
}
.gallery-columns-4 .gallery-item {
	width: 22%;
}
.gallery-columns-5 .gallery-item {
	width: 17%;
}
.gallery-columns-6 .gallery-item {
	width: 13.6%;
}
.gallery-columns-7 .gallery-item {
	width: 12.25%;
	margin: 10px 1% 10px;
}
.gallery-columns-8 .gallery-item {
	width: 10.5%;
	margin: 10px 1% 10px;
}
.gallery-columns-9 .gallery-item {
	width: 9.11%;
	margin: 10px 1% 10px;
}
.gallery dl a {
	display: block;
}
.gallery dl a img {
	height: auto;
	margin: 0 auto;
}
.gallery .gallery-caption {
	font-size: 14px;
	line-height: 1.2em;
	margin: 10px 0 0;
}
.gallery br+br {
	display: none;
}
/* =COMMENTS

----------------------------------------------- */

#comments {
	background-color: #FFFFFF;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
#comments h1,  #comments h2,  #comments h3,  #comments h4,  #comments h5,  #comments h6 {
	margin-bottom: 1rem;
}
#comments h2.comments-title {
	margin-bottom: 10px;
}
.avatar {
	border-radius: 50%;
	float: left;
}
.comments-area article header {
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
}
.comments-area .comment-edit-link,  .comments-area .comment-permalink,  .comments-area .comment-date-time,  .comments-area .comment-author-link {
	display: block;
	margin-left: 100px;
	color: #999999;
}
#content .comments-area article header cite a:hover,  #content .comments-area a.comment-edit-link:hover,  #content .comments-area a.comment-permalink:hover {
	color: #0FBE7C;
}
.comments-area .comment-author-link a {
	color: #999999;
}
.comments-area .comment-author-link a:hover {
	color: #0FBE7C;
}
.comments-area .comment-author-link span {
	margin-left: 10px;
	padding: 0 5px;
	background-color: #0FBE7C;
	color: #FFFFFF;
	border-radius: 3px;
}
.comments-area article header .comment-author-link:before,  .comments-area article header .comment-edit-link:before,  .comments-area article header .comment-permalink:before,  .comments-area article header .comment-date-time:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 22px/1 'Genericons';
	vertical-align: top;
}
.comments-area article header .comment-author-link:before {
	content: '\f304';
}
.comments-area article header .comment-edit-link:before {
	content: '\f411';
}
.comments-area article header .comment-permalink:before {
	content: '\f107';
}
.comments-area article header .comment-date-time:before {
	content: '\f307';
}
.comment-content {
	padding: 2rem;
	background-color: #F8F8F8;
	border: 1px solid #EAEAEA;
}
.comment {
	margin-bottom: 20px;
}
.comment ul, .comment ol {
	margin: 0 0 20px 20px;
}
.comment ul {
	list-style: square outside none;
}
.comment .comment-reply-link {
	float: right;
	color: #999999;
}
.comment .comment-reply-link:hover {
	color: #0FBE7C;
}
.comment .comment-reply-link:before {
	content: '\f412';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 22px/1 'Genericons';
	vertical-align: top;
}
.comment-list {
	margin-bottom: 34px;
	margin-bottom: 3.4rem;
}
.comment-list .children {
	margin-left: 20px;
}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
}
.screen-reader-text {
	display: none;
}
.nav-previous,  .nav-next {
	margin-bottom: 15px;
}
.nav-previous a,  .nav-next a {
	color: #666666;
	padding: 5px 25px;
	cursor: pointer;
	border: 1px solid #EAEAEA;
	font-size: 16px;
}
.nav-previous a:hover,  .nav-next a:hover {
	color: #0FBE7C;
}
/* =COMMENT FORM

----------------------------------------------- */

#respond {
}
#respond h3#reply-title {
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 1rem;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
}
#respond form {
	margin: 24px 0;
	margin: 2.4rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 1.1rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}
#respond form label {
	display: block;
	line-height: 1.5;
}
#respond form input[type="text"],  #respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #5e5e5e;
}
.required {
	color: red;
}
/* =WIDGETS

----------------------------------------------- */

#secondary .widget ul li, #colophon .widget ul li {
	line-height: 1.5;
	border-bottom: 1px solid #EAEAEA;
	padding: 5px 0;
}
#colophon .widget ul li {
	border-bottom: 1px solid #444444;
}
#secondary .widget ul li li, #colophon .widget ul li li {
	border-bottom: none;
}
#secondary .widget ul ul, #colophon .widget ul ul {
	padding-left: 10px;
}
.widget select {
	border: 1px solid #DDDDDD;
	color: #666666;
	padding: 2px;
	width: 60%;
}
#secondary h3.widget-title {
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 15px;
}
#secondary .widget, .error-404 .widget {
	margin-bottom: 35px;
	font-size: 16px;
}
#secondary a:hover {
	text-decoration: underline;
}
.error-404 {
	padding-bottom: 20px;
	text-align: center;
}
.error-404 input.s {
	width: 50%;
}
/* =CALENDAR WIDGET

----------------------------------------------- */

#wp-calendar {
}
#wp-calendar th,  #wp-calendar td,  #wp-calendar caption {
	text-align: left;
	padding-bottom: 10px;
}
#wp-calendar #today {
	color: #0FBE7C;
}
#wp-calendar caption {
	text-align: center;
}
#wp-calendar #next {
	padding-right: 35px;
	text-align: right;
}
.widget_calendar #wp-calendar th {
	font-weight: 600;
}
.widget-title span {
	border-bottom: 2px solid #0FBE7C;
	padding-bottom: 5px;
}
#colophon #wp-calendar th,  #colophon #wp-calendar td {
	border: 1px solid #444444;
	padding: 3px 2px 3px 8px;
}
.widget th, .widget td {
	padding: 1px 1px 1px 2px;
}
/* =FOOTER WIDGET AREA

----------------------------------------------- */

.footer-widgets-wrapper {
	background-color: #333333;
	border-top: 1px solid #EAEAEA;
}
.footer-widgets-area {
	padding-top: 30px;
	padding-bottom: 10px;
	color: #999999;
}
.footer-widgets-area .tg-one-fourth .widget-title {
	text-align: left;
}
.footer-widgets-area h3.widget-title {
	color: #D5D5D5;
}
.footer-widgets-area .tg-one-fourth p {
	text-align: left;
	color: #999999;
}
.footer-widgets-area a {
	color: #D5D5D5 !important;
}
.footer-widgets-area a:hover {
	color: #0FBE7C !important;
}
#colophon .widget {
	padding-bottom: 25px;
}
#colophon .widget-title {
	font-size: 22px;
	line-height: 32px;
}
#colophon, #colophon p {
	font-size: 14px;
	line-height: 18px;
}
/* =FOOTER SOCKET AREA

----------------------------------------------- */

.footer-socket-wrapper {
	padding: 10px 0px;
	background-color: #F8F8F8;
	border-top: 1px solid #EAEAEA;
}
.footer-socket-area {
	width: 100%;
}
.footer-socket-wrapper .copyright {
	color: #666666;
	max-width: 50%;
	float: left;
	font-size: 12px;
}
.footer-socket-wrapper .copyright a {
	color: #666666;
}
.footer-socket-wrapper .copyright a:hover {
	color: #0FBE7C;
}
.footer-socket-wrapper .small-menu {
	float: right;
}
.footer-socket-wrapper .small-menu a {
	padding-top: 0;
}
.footer-socket-wrapper .small-menu ul li ul {
	top: 21px;
}
/* =SCROLL UP

----------------------------------------------- */

a#scroll-up {
	bottom: 20px;
	position: fixed;
	right: 20px;
	display: none;
	-webkit-font-smoothing: antialiased;
	font: normal 26px/1 'Genericons';
	vertical-align: top;
	color: #FFFFFF;
	background-color: #0FBE7C;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	border-radius: 3px;
	padding: 6px;
}
a#scroll-up:before {
	content: '\f432';
}
a#scroll-up:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
/* =PRIMARY AND SECONDARY CONTENT AREA

----------------------------------------------- */

#primary {
	float: left;
	/*width: 61.5763547%;*/
	width: 72%;
}
#secondary {
	float: right;
	/*width: 34.4827586%;*/
	width: 25%;
}
.wide-978 #primary, .narrow-978 #primary {
	width: 65.5763547%;
}
.wide-978 #secondary, .narrow-978 #secondary {
	width: 30.4827586%;
}
/* =LEFT SIDEBAR CONTENT LAYOUT

-------------------------------------------------------------- */

.left-sidebar #primary {
	float: right;
}
.left-sidebar #secondary {
	float: left;
}
/* =NO SIDEBAR CONTENT LAYOUT

-------------------------------------------------------------- */

.no-sidebar #primary {
	float: none;
	margin: 0 auto;
	max-width: 875px;
	width: auto;
}
.no-sidebar.page-id-130 #primary,	/* Family Center page */
.no-sidebar.single-post #primary {
	max-width: 1024px;
}
.no-sidebar-full-width #primary {
	width: 100%;
}
.no-sidebar #secondary,  .no-sidebar-full-width #secondary {
	display: none;
}
/* =POST CONTENT

----------------------------------------------- */

#content .post, #content .page {
	padding-bottom: 45px;
}
.single #content .post {
	padding-bottom: 25px;
}
.post .entry-title, .page .entry-title {
	font-size: 26px;
	line-height: 32px;
}
.post .entry-title a, .page .entry-title a {
	color: #444444;
}
.post .entry-title a:hover, .page .entry-title a:hover {
	color: #0FBE7C;
}
.post .entry-content {
	margin-bottom: 10px;
}
.entry-content ul:not(.dropdown-menu) {
	list-style: square;
}
.entry-content ul:not(.dropdown-menu) li {
	margin: 4px 0;
}
.entry-content ul.nav-tabs {
	margin-bottom: 0;
}
.entry-content ul.nav-tabs li {
	margin: 0 0 -1px;
}
.nav-tabs>li>a {
	margin-right: 5px;
}
.entry-content ul:not(.dropdown-menu),  .entry-content ol {
	padding: 0 0 0 35px;
	margin-bottom: 30px;
}
.entry-content li > ul,  .entry-content li > ol {
	margin-bottom: 0;
}
.post .entry-content a:not(.btn):hover {
	text-decoration: underline;
}
.blog-medium .post .post-featured-image {
	float: left;
	width: 36%;
	text-align: left;
	padding-right: 4%;
}
.blog-alternate-medium #primary article:nth-child(odd) figure {
	float: left;
	padding-right: 4%;
}
.blog-alternate-medium #primary article:nth-child(even) figure {
	float: right;
	padding-left: 4%;
}
.post .entry-meta {
	border: 1px solid #EAEAEA;
	font-size: 14px;
	color: #666666;
	font-family: 'Asap', sans-serif;
	margin: 0 0 20px;
}
.post .entry-meta .by-author,  .post .entry-meta .date,  .post .entry-meta .category,  .post .entry-meta .comments,  .post .entry-meta .edit-link {
	padding: 5px 10px;
}
.post .entry-meta .read-more-link {
	padding: 5px 10px;
	background-color: #0FBE7C;
	float: right;
	border-right: none;
}
.post .entry-meta .read-more-link:hover {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.post .entry-meta a, .type-page .entry-meta a {
	color: #666666;
}
.post .entry-meta a.read-more {
	color: #FFFFFF;
}
.post .entry-meta a.read-more:hover {
	color: #FFFFFF;
}
.post .entry-meta a:hover, .type-page .entry-meta a:hover {
	color: #0FBE7C;
}
.post .entry-meta span {
	float: left;
	padding: 0 6px 0 6px;
}
.post .entry-meta span:first-child {
	border-left: none;
}
.post .entry-meta .by-author:before,  .post .entry-meta .date:before,  .post .entry-meta .category:before,  .post .entry-meta .comments:before,  .post .entry-meta .edit-link:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 18px/1 'Genericons';
	vertical-align: top;
}
.post .entry-meta .by-author:before {
	content: '\f304';
}
.post .entry-meta .date:before {
	content: '\f307';
}
.post .entry-meta .category:before {
	content: '\f301';
}
.post .entry-meta .comments:before {
	content: '\f300';
}
.post .entry-meta .edit-link:before {
	content: '\f411';
}
.single #content .tags {
	margin: 30px 0;
}
.single #content .tags a {
	border: 1px solid #EAEAEA;
	padding: 3px 5px;
	border-radius: 3px;
	color: #666666;
}
.single #content .tags a:hover {
	color: #0FBE7C;
	text-decoration: none;
}



/* =RESPONSIVE STRUCTURE

----------------------------------------------- */


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

#featured-slider .entry-container {
	max-width: 60%;
	top: 15%;
}
.call-to-action-content {
	float: none;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.call-to-action-button {
	width: 93%;
}
.footer-socket-wrapper .copyright {
	float: none;
	max-width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.footer-socket-wrapper .small-menu {
	float: none;
	text-align: center;
}
.footer-socket-wrapper .small-menu li {
	float: none;
	display: inline;
}
.footer-socket-wrapper .small-menu a {
	float: none;
	display: inline;
	padding: 5px 5px 0;
}
.small-menu li.default-menu, li.default-menu {
	display: none;
}
.tg-one-half, .tg-one-third, .tg-one-fourth {
	float: left;
	width: 46.7684729%;
}
.tg-one-half-last, .tg-one-fourth-last {
	float: right;
}
.tg-service-left {
	float: left;
	margin: 0;
}
.tg-service-right {
	float: right;
	margin: 0;
}
.tg-column-1, .tg-column-3 {
	float: left;
	width: 46.7684729%;
}
.tg-column-2, .tg-column-4 {
	float: right;
	margin-right: 0;
}
.tg-after-two-blocks-clearfix {
	clear: both;
	;
}
.tg-after-three-blocks-clearfix {
	clear: none;
}
}
 @media only screen and (min-width: 768px) and (max-width: 900px) {
#featured-slider .slider-title-head {
	margin-bottom: 0;
}
#featured-slider .entry-content {
	display: none;
}
#featured-slider .entry-container {
	top: auto;
	bottom: 15%;
}
}
 @media screen and (max-width: 768px) {
#primary, #secondary {
	float: none;
	width: 100%;
	margin: 0;
}
#header-left-section {
	float: left;
	max-width: 100%;
	margin-right: 0px;
}
#header-logo-image {
	float: none;
	text-align: center;
	margin-bottom: 10px;
}
#header-text {
	float: none;
	text-align: center;
	padding: 0;
	margin-bottom: 10px;
}
#site-description {
	padding-bottom: 5px;
}
#header-right-section {
	float: none;
	max-width: 100%;
}
#header-right-section .widget {
	padding: 0;
	text-align: center;
}
.menu-toggle,  .main-navigation.toggled .nav-menu {
	display: block;
	float: right;
}



#header-text-nav-container {
	border: 0 none;
}
.main-navigation ul {
	display: none;
}
.main-navigation {
	float: right;
	display: block;
}
#masthead .search-wrap span {
	right: auto;
}
#masthead input.s {
	margin-left: -30px;
}
}
 @media screen and (max-width: 767px) {

#featured-slider .entry-container {
	top: auto;
	bottom: 15%;
	max-width: 70%;
}
#featured-slider .entry-description-container {
	padding: 0.5rem 1rem;
}
#featured-slider .entry-content {
	display: none;
}
#featured-slider .slider-title-head {
	margin-bottom: 0;
}
#featured-slider .entry-title span {
	font-size: 16px;
}
#featured-slider .slider-read-more-button {
	font-size: 16px;
	padding: 0.5rem 1rem;
}
.tg-one-half, .tg-one-third, .tg-one-fourth {
	float: none;
	width: 100%;
	margin: 0;
}
.tg-column-1, .tg-column-2, .tg-column-3, .tg-column-4 {
	float: none;
}
#primary, #secondary {
	float: none;
	width: 100%;
	margin: 0;
}
.wide-978 #primary, .narrow-978 #primary, .wide-978 #secondary, .narrow-978 #secondary {
	width: 100%;
}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {

#header-logo-image {
	padding-right: 0;
}
#header-text {
	padding-right: 0;
}
}
 @media screen and (max-width: 480px) {
#featured-slider .entry-container {
	max-width: 90%;
}
#featured-slider .entry-description-container {
	padding: 5px 10px;
}
#featured-slider .entry-title {
	line-height: 1.5;
}
#featured-slider .slider-read-more-button {
	display: none;
}
#controllers {
	bottom: 5px;
}
#controllers a {
	height: 4px;
	margin: 0 3px;
	width: 12px;
}
}
 @media only screen and (max-width: 320px) {

#masthead .social-links,  #masthead .small-info-text {
	max-width: 100%;
}
#featured-slider .entry-title span {
	font-size: 12px;
}
#featured-slider .entry-description-container {
	padding: 2px 5px;
}
}

@font-face {
    font-family: 'callunaregular';
    src: url('font/calluna/calluna-regular-webfont.eot');
    src: url('font/calluna/calluna-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/calluna/calluna-regular-webfont.woff2') format('woff2'),
         url('font/calluna/calluna-regular-webfont.woff') format('woff'),
         url('font/calluna/calluna-regular-webfont.ttf') format('truetype'),
         url('font/calluna/calluna-regular-webfont.svg#callunaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'callunaitalic';
    src: url('font/calluna/calluna-it-webfont.eot');
    src: url('font/calluna/calluna-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/calluna/calluna-it-webfont.woff2') format('woff2'),
         url('font/calluna/calluna-it-webfont.woff') format('woff'),
         url('font/calluna/calluna-it-webfont.ttf') format('truetype'),
         url('font/calluna/calluna-it-webfont.svg#callunaitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'callunabold_italic';
    src: url('font/calluna/calluna-boldit-webfont.eot');
    src: url('font/calluna/calluna-boldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/calluna/calluna-boldit-webfont.woff2') format('woff2'),
         url('font/calluna/calluna-boldit-webfont.woff') format('woff'),
         url('font/calluna/calluna-boldit-webfont.ttf') format('truetype'),
         url('font/calluna/calluna-boldit-webfont.svg#callunabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'callunasemibold';
    src: url('font/calluna/calluna-semibold-webfont.eot');
    src: url('font/calluna/calluna-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/calluna/calluna-semibold-webfont.woff2') format('woff2'),
         url('font/calluna/calluna-semibold-webfont.woff') format('woff'),
         url('font/calluna/calluna-semibold-webfont.ttf') format('truetype'),
         url('font/calluna/calluna-semibold-webfont.svg#callunasemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'callunasemibold_italic';
    src: url('font/calluna/calluna-semiboldit-webfont.eot');
    src: url('font/calluna/calluna-semiboldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/calluna/calluna-semiboldit-webfont.woff2') format('woff2'),
         url('font/calluna/calluna-semiboldit-webfont.woff') format('woff'),
         url('font/calluna/calluna-semiboldit-webfont.ttf') format('truetype'),
         url('font/calluna/calluna-semiboldit-webfont.svg#callunasemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Miles Christi Customizations */

/*
@font-face {
    font-family: 'Tiepolo Std Book Italic';
    src: url('font/tiepolostd-bookitalic-webfont.eot');
    src: url('font/tiepolostd-bookitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/tiepolostd-bookitalic-webfont.woff2') format('woff2'),
         url('font/tiepolostd-bookitalic-webfont.woff') format('woff'),
         url('font/tiepolostd-bookitalic-webfont.ttf') format('truetype'),
         url('font/tiepolostd-bookitalic-webfont.svg#itc_tiepolo_stdbook_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tiepolo Std Book';
    src: url('font/tiepolostd-book-webfont.eot');
    src: url('font/tiepolostd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/tiepolostd-book-webfont.woff2') format('woff2'),
         url('font/tiepolostd-book-webfont.woff') format('woff'),
         url('font/tiepolostd-book-webfont.ttf') format('truetype'),
         url('font/tiepolostd-book-webfont.svg#itc_tiepolo_stdbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Tiepolo Std Bold Italic';
  src: url('font/TiepoloStd-BoldItalic.eot?#iefix') format('embedded-opentype'),  url('font/TiepoloStd-BoldItalic.otf')  format('opentype'),
	     url('font/TiepoloStd-BoldItalic.woff') format('woff'), url('font/TiepoloStd-BoldItalic.ttf')  format('truetype'), url('font/TiepoloStd-BoldItalic.svg#TiepoloStd-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
.help-block {
	margin-top: 1px;
	margin-bottom: 0;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}
.form-control-static {
  padding-top: 0;
}
.btn, .btn:focus {
  outline: none;
}
fieldset {
	margin: 1em 0 0;
}
#featured-slider {
	-webkit-box-shadow:0px 60px 37px -58px rgba(0,0,0,0.8);
	-moz-box-shadow:0px 60px 37px -58px rgba(0,0,0,0.8);
	box-shadow:0px 60px 37px -58px rgba(0,0,0,0.8);
	border:0 none;
}
/*#featured-slider:after {
  position: absolute;
  content: "";
  height: 60%;
  left: 20%;
  right: 20%;
  bottom: -35%;
  box-shadow: 0 0 10px 10px hsla(0, 0%, 0%, .075),
              0 0 40px 20px hsla(0, 0%, 0%, .075),
              inset 0 0 50px 100px hsla(0, 0%, 0%, .15);
  border-radius: 50%;
  transform: rotateX(86deg);
  z-index: -10;
}*/

.rowlink td:not(.rowlink-skip) {
  cursor: pointer;
}
.rowlink td:not(.rowlink-skip) a {
  color: inherit;
}
.activity-table {
	color: #333;
	width: auto;
}
.activity-table td {
	padding: 2px 18px;
	vertical-align: top;
}
@media (max-width: 768px) {
	.activity-table td {
		padding: 2px 5px;
	}
}
.activity-table td:first-child {
	padding-left: 3px;
	white-space: nowrap;
}
.activity-table td:last-child {
	padding-right: 3px;
}
.upcoming-activities {
	max-width: 1024px;
	margin: 1em auto;
}
.upcoming-activities h3 {
	padding-left: 3px;
}
.upcoming-activities-group {
	float: right;
}
.upcoming-activities > div:first-child .upcoming-activities-group {
	float: left;
}

.table-centered-vertically {
	margin-top: 20px;
}
.table-centered-vertically > tbody > tr > td {
	vertical-align: middle;
}
.table-head {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
}

.no-sidebar #main {
	background-size: cover;
	background-position: center center;
	padding: 0;
}

.no-sidebar #content, .no-sidebar-full-width #content {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	padding: 40px;
}

.no-sidebar-full-width #content {
	padding: 0 !important;
}
#content .gform_wrapper input{
	border: solid 1px #ccc;
}
@media (max-width: 480px) {
	.no-sidebar #content {
		padding: 20px 0 0;
	}
	.no-sidebar .header-post-title-container .post-title-wrapper {
		padding: 0;
	}
}
.call-to-action-content-wrapper {
	margin-bottom: 30px;
}
/*.header-post-title-class {
	font-family: 'callunaregular';
	font-size: 37px;
	line-height: 50px;
	padding-bottom: 0;
	margin: 0;
}*/
.header-post-title-class{
	font-family: 'callunaregular';
	font-size: 37px;
	line-height: 50px;
	padding-bottom: 0;
	margin: 0;
	position: absolute;
	transform: translate(-50%,-50%);
	color: #fff;
	text-transform: uppercase;
	top: 50%;
	left: 50%;
	text-align: center;
}
.static-banner,
.carousel-inner{
	position: relative;
}
.lead {
  font-family: 'callunaitalic';
  font-size: 25px;
  font-weight: 300;
/*  border-top: 3px double #eeeeee;
*/  border-bottom: 3px double #eeeeee;
  text-align:center;
  line-height: 1.7;
  padding: 20px 10px 30px 10px;
  margin:30px auto 0;
  max-width: 31em;
/*  font-style: italic;*/
}
@media (min-width: 768px) {
  .lead {
    font-size: 31px;
  }
}

#next-slide, #prev-slide {
	display:none;
}

#header-right-sidebar {
	overflow:visible;
}
.menu li, .dropdown-language {
	float: left;
}
.dropdown-language .dropdown-menu, .table .dropdown-menu {
	right: 0;
	left: auto;
}
.dropdown-language .dropdown-toggle, #menu-main > li > a, .menu a {
/*	text-transform:uppercase;
*/	outline: none;
	/*line-height: 1.2em;*/
}
.dropdown-language .dropdown-toggle, .menu a {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size:17px;
	color: #CCC;
	position:relative;
	display:block;
	padding: 10px 15px 7px;
}
/*.menu a:hover, .menu a:focus,
.dropdown-language .dropdown-toggle:hover,
.dropdown-language .dropdown-toggle:focus,
.dropdown-language.open .dropdown-toggle {
	background-color:#EEE;
	color:#999;
}
*/
.main-navigation a {
	height: auto;
	font-size:19px !important;
	padding: 15px 17px;
}
.header-post-title-container {
	clear:both;
	border-top:1px solid #EAEAEA;
}
.main-navigation ul li ul {
	width: 230px;
	padding: 5px 0;
	border-bottom: 1px solid #336699;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) inset;
}
.main-navigation ul li ul li ul {
	left: 230px;
	top: -6px;
}


legend {
	line-height: 1.7;
}
@media (max-width: 767px) {
	.form-group div[class^=col-] + div[class^=col-] {
		margin-top:1em;
	}
}
.cvc-image {
	margin-bottom: 8px;
}
/*.form-control {
	background-color: #F8F8F8;
	border-color: #EAEAEA;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}*/

.acf-map {
	width: 100%;
	height: 250px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.person-type {
	font-weight: bold;
}

.dates-below-person-type {
	margin-bottom: 1.2em;
}

.columns {
	-webkit-columns: 3;
   -moz-columns: 3;
        columns: 3;
}
.no-sidebar-full-width .columns {
	-webkit-columns: 4;
   -moz-columns: 4;
        columns: 4;
}
@media (max-width: 1000px) {
	.columns {
		-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
	}
	.no-sidebar-full-width .columns {
		-webkit-columns: 3;
	   -moz-columns: 3;
	        columns: 3;
	}
}
@media (max-width: 700px) {
	.no-sidebar-full-width .columns,
	.columns {
		-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
	}
}
@media (max-width: 480px) {
	.no-sidebar-full-width .columns,
	.columns {
		-webkit-columns: 1;
	   -moz-columns: 1;
	        columns: 1;
	}
}
.columns .state-group {
	overflow: hidden;
	padding: 0 4px;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	          page-break-inside: avoid; /* Firefox */
	               break-inside: avoid; /* IE 10+ */
}
.state-group .panel {
	margin-bottom: 8px;
}
.state-group h4 {
	font-weight: bold;
}
.home .panel {
	margin-bottom: 0;
}

.panel {
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
	/*box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);*/
  border-radius: 0px;
  border: 0;
}
.panel-body {
	display: block;
	position: relative;
}
.columns .panel-body {
	position: static;
}
.panel-body .dates-below-person-type:last-child {
	margin-bottom: 0;
}
.panel-body :first-child, .entry-content > :first-child {
	margin-top: 0;
}
div[class^="col-md-"] :first-child, div[class*=" col-md-"] :first-child {
	margin-top: 0;
}

h4 {
	margin-top: 20px;
}

.feature img {
	margin: 0;
	width: 100%;
}
.feature h4 {
	margin:16px 0 5px;
}
.feature p {
	font-size: 14px;
	color: #999;
	margin: 0;
}

.panel-text {
	float: left;
	width: 38.2%;
	padding-right: 15px;
	min-height: 155px;
}
.panel-text h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(237, 237, 237);
}
.panel-text ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.panel-text li {
	padding: 4px 0px;
}
.panel-image {
	width: 61.8%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.btn-subdued {
	color: #336699;
	border-color: transparent;
}
.btn-subdued:hover {
	border-color: #e6e6e6;
}
.btn-side {
	margin: 1.6em 0 .5em;
}


/* Spinner */
.spinner:before {
	content: '';
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: -50px;
  border: solid 3px transparent;
  border-top-color: #336699;
  border-left-color: #336699;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  z-index: 0;

  -webkit-animation: spin 400ms linear infinite;
  -moz-animation:    spin 400ms linear infinite;
  -ms-animation:     spin 400ms linear infinite;
  -o-animation:      spin 400ms linear infinite;
  animation:         spin 400ms linear infinite;
}
@-webkit-keyframes spin {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes spin {
  0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes spin {
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes spin {
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spin {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}


/* photo gallery */

/* Moved from plugin so we have on every page */
/* nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/nextgen_basic_album.css */

.ngg-album-compact {
    float: left;
    padding: 0 12px 4px 0 !important;
    margin: 0px !important;
    text-align: left;
}

.ngg-album-compact a {
    border: none;
}

.ngg-album-compactbox {
    margin: 0 !important;
    padding: 8px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    border: 1px solid gray;
    border-radius: 6px;
    z-index: 1;
}

.ngg-album-compactbox:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -7px;
    border-bottom: 1px solid gray;
    border-radius: 6px;
    z-index: -1;
}

.ngg-album-compactbox:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -4px;
    border-bottom: 1px solid gray;
    border-radius: 6px;
    z-index: -1;
}

.ngg-album-compactbox .Thumb {
    margin: 0px !important;
    padding: 0px 0 0 0 !important;
    border: 1px solid black !important;
}

.ngg-album-compact h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    margin-top: 10px;
}

.ngg-album-compact h4 .ngg-album-desc {
    overflow: hidden;
    display: block;
    height: 54px;
}

.ngg-album-compact p {
    font-size: 11px;
    margin: 0;
}

.ngg-clear {
    clear: both;
    float: none;
}

/* end plugin css */

/* Wallpapers */
.mc-wallpapers .size-selector {
	position: absolute;
	right: 29px;
	top: 30px;
	z-index: 2;
}
.mc-wallpapers .size-selector .btn-group {
	opacity: 0.4;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mc-wallpapers .size-selector .btn-group:hover,
.mc-wallpapers .size-selector .btn-group.open {
	opacity: 1;
}
.mc-wallpapers .size-selector .dropdown-menu {
	right: 0;
	left: auto;
}

.entry-content ul.ngg-albumoverview {
	padding: 0;
	margin: 0;
}
.no-sidebar-full-width .entry-content ul.ngg-albumoverview:not(.mc-wallpapers) > li {
	width: 33.33333333%;
}
.no-sidebar-full-width .entry-content .family-center ul.ngg-albumoverview > li {
	width: 50%;
}
.entry-content ul.ngg-albumoverview > li {
	margin: 0;
	float: left;
	list-style: none;
	width: 50%;
	position: relative;
}
@media (max-width: 900px) {
	.no-sidebar-full-width .entry-content ul.ngg-albumoverview > li,
	.entry-content ul.ngg-albumoverview > li {
		width: 50%;
	}
}
@media (max-width: 768px) {
	.no-sidebar-full-width .entry-content ul.ngg-albumoverview.mc-wallpapers > li {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.no-sidebar-full-width .entry-content ul.ngg-albumoverview > li,
	.entry-content ul.ngg-albumoverview > li {
		width: 100%;
	}
}
.ngg-albumoverview .ngg-album-compact {
	text-align: center;
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	margin: 12px !important;
	padding: 0 !important;
	display: block;
	float: none;
	overflow: hidden;
}
.ngg-albumoverview .ngg-album-compact h4 {
	margin: 2px 0 12px;
}
.ngg-albumoverview .ngg-album-compact h4 .ngg-album-desc {
	height: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 8px;
	line-height: 1.2em;
}
.ngg-album-compact .ngg-album-compactbox {
	border-radius: 0;
	border: 0 none;
}
.ngg-album-compact .ngg-album-compactbox .Thumb {
	border: 0 none !important;
	width: 100%;
}
.ngg-album-compactbox:before,
.ngg-album-compactbox:after,
.ngg-album-gallery-image-counter {
	display: none;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	position: absolute;
	float: left;
}

/*.ngg-galleryoverview .grid-sizer {
	width: calc( 25% - 30px / 4 );
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	width: calc( 25% - 30px / 4 );
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box.w2 {
	width: calc( 50% - 5px );
}
*/

/* Three column */
.ngg-galleryoverview .grid-sizer,
.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	width: calc( 33.33333333% - 20px / 3 );
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box.w2 {
	width: calc( 66.66666667% - 3px );
}

/* Two column */
@media (max-width: 909px) {
	.ngg-galleryoverview .grid-sizer,
	.ngg-galleryoverview .ngg-gallery-thumbnail-box {
		width: calc( 50% - 5px );
	}
	.ngg-galleryoverview .ngg-gallery-thumbnail-box.w2 {
		width: 100%;
	}
}

.ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img {
	border: 0 none;
	margin: 0;
	padding: 0;
	width: 100%;
	/*box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	width: 145px;
	height: 90px;*/
}
.ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img:hover {
	background-color: #FFF;
}

/* Social Media Jetpack */
.sharedaddy.sd-sharing-enabled {
	text-align: right;
	margin-top: 1em;
}
.sd-social-icon .sd-button span.share-count {
	display: none;
}

/* Google Maps */
.map-infowindow h4 {
	margin-top: 11px;
}
.map-infowindow .dates-below-person-type:last-child {
	margin-bottom: 5px;
}
.entry-content .gm-style img {
	max-width: none;
}

/* forms */
@media (min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 1px;
	}
}

/* read more */
.read-more {
  font-size: 16px;
  display: inline-block;
}
.read-more-text {
	max-height: 0;
	overflow: hidden;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}
.read-more-text.show-more-text {
	max-height: 1000px;
}
/*.read-more-text:before {
  content: '';
  position: absolute;
  height: 79px;
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 52px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.read-more-text.show-more-text:before {
	background: none;
	filter: none;
}*/

.radio-tabs {
	text-align: right;
	margin: -10px 0;
}
.radio-tabs label {
	font-weight: normal;
}
.radio-tabs input {
  margin: 9px 9px 9px 22px;
  float: left;
}

.tab-content .sorted-activities {
	margin: 0 auto;
	max-width: 630px;
}

.tab-content .sorted-activities .activity-table {
	margin: 0;
}

#sort-men-women .sorted-activities {
	max-width: 1024px;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}

@media (max-width: 875px) {
	#sort-men-women .sorted-activities {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
}

#sort-men-women .sorted-activities .panel-body {
	position: static;
}

#sort-men-women .sort-group {
	overflow: hidden;
	padding: 0 15px;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	          page-break-inside: avoid; /* Firefox */
	               break-inside: avoid; /* IE 10+ */
}

.spiritual-exercises-tabs {
	float: right;
	margin-top: -92px;
}
@media screen and (max-width: 768px) {
	.spiritual-exercises-tabs {
    float: none;
    margin-top: -41px;
    margin-right: -20px;
    margin-left: -20px;
	}
	.spiritual-exercises-tabs.nav-tabs > li > a {
		border-radius: 0;
	}
}

.flexslider .slides {
	display: flex;
}
.flexslider .slides > li {
	display: block;
	float: none !important;
}

.popover {
	max-width: 50%;
}
@media screen and (max-width: 768px) {
	.popover {
		max-width: 90%;
	}
	.inner-wrap{
	float: left;
    width: 100%;
    display: block;
	}
	.main-small-navigation{
		display: inline;
	}
	.site-headers .search-form{
		right: 25px;
	}
}

#menu-main{
	max-width: 200px;
}
ul#menu-main > .menu-item-type-post_type > a i {
    background: url('images/dropdown_arrow.png') no-repeat;
    width: 12px;
    height: 7px;
    margin: 14px 0 0 4px;
    float: right;
}

/*ul.sub-menu > .menu-item-has-children > a::after {
    content: "►";
    padding-left: 3px;
}*/

.footer-inner li{
	margin-top: 10px !important;

}
/*#primary{
	padding-top: 193px;
}*/

.header-post-title-container{
	background: #ffffff;
}

.rs-background-video-layer iframe {
visibility:inherit !important;
}
.category-menu {
	padding-left: 0 !important;
}
.category-menu li{
	float: left;
	padding: 10px 25px;
	list-style-type: none;
	border: solid 1px #ccc;
	margin: 0 10px 10px 0 !important;
	border-radius: 50px;
}
.category-menu li a{
	color: #000;
	font-size: 18px;
}

.category-menu li:hover{
  background: #000;
  color: #ffffff;
  border: solid 1px #000;
}
.category-menu li:hover a{
  color: #ffffff;
}
#gform_wrapper_1 input{
  border: solid 1px #ccc;
}
#gform_wrapper_1 #gform_submit_button_1, #gform_wrapper_50 #gform_submit_button_50, #gform_wrapper_51 #gform_submit_button_51{
  padding: 10px;
}
#gform_wrapper_2 #gform_fields_2 li.gfield{
	clear:  none !important;
}

#gform_wrapper_2 #gform_fields_2 li.gfield{
	float: left;
	width: 50%;
}

#gform_wrapper_2 .gform_body{
	float: left;
	width: 80%;
}
#gform_wrapper_2 .gform_footer{
	width: 20%;
	float: left;
	clear: none;
}

#gform_wrapper_2 .gform_footer #gform_submit_button_2{
line-height: 52px !important;
font-size: 23px;
background: #000;
border: none;
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 8px 31px;
font-size: 20px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #ffffff;
font: 21px/1.6 'Asap', sans-serif;
font-size: 21px;
line-height: 1.6;
word-wrap: break-word;
}
#gform_wrapper_2 .gform_footer #gform_submit_button_2:hover{
	background: #ea5d5b;
}
#gform_2 input{
	padding: 15px 15px;
	font: 21px/1.6 'Asap', sans-serif;
    font-size: 21px;
    line-height: 1.6;
	word-wrap: break-word;
}
/*.box-layout{
	width: 24%;
}*/

.contact-main h4{
	font-size: 34px;	
}
video{
	width: 100% !important;
	left: auto !important; 
	object-fit: cover !important;
}
#gform_wrapper_50.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], #gform_wrapper_51.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
margin-top: -3px;
}

/* APG UPDATES */
.newsletter-inner .partial_entry_warning {
    color: #fff;
}
#gf_progressbar_wrapper_23 {
    display: none;
}
.newsletter-inner .heading {
    float: none;
}
.partial_entry_warning {
    margin-bottom: 0 !important;
    font-style: italic;
    font-size: 18px;
    opacity: .74;
    text-align: center;
}
.full-width {
    position: relative;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
}
.page-id-18579 .header-post-title-container,
.page-id-18054 .header-post-title-container,
.page-id-19104 .header-post-title-container,
.page-id-19763 .header-post-title-container {
    display: none;
}
.page-id-19104 .sticky-header,
.page-id-18054 .sticky-header {
    position: relative;
    width: 100%;
}

/* FOR ARTICLES WITH FULL WIDTH VIDEO AND NO FEATURED IMAGE */
.no-sidebar-full-width.single-post .content-img {
    display: none;
}

/* ULTIMETER */
.ultimeter_progressbar_goal .ultimeter_progressbar_amount {
    line-height: 1.2;
}
.ultimeter_meter.ultimeter_progressbar {
    margin-bottom: 2em !important;
}
@media screen and (max-width:640px){
	.ultimeter_progressbar_progress .ultimeter_progressbar_amount {
		top: 25px;
	}
	.ultimeter_progressbar_goal .ultimeter_progressbar_amount {
		line-height: 1;
		margin-bottom: 5px !important;
	}
}