@charset "UTF-8";
/* ---------------------------------------------
/* Working on site
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Put this as the test URL to begin with, then when live change it
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Width of element - all max width, not worth adding to var name
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Responsive options
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Custom media variables
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* Grid
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Transition effects
/* to go over again, for example: header-transition, button-transition etc
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Theme testing section
/* -----------------------------------------------------------------------
/*
/* - some testing variables are situation specific
/*
/* - for separate testing make the relevant var true
/*   outside of the @if function
/* // ↑ ↓  ← →
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Breakpoints, based on a 16px base font size
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* General output
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Media query
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Unit work
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Internal formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Font sizes
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Automatic responsive
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* IE
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Grid helpers
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Automatic responsive
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Header quick mixins
/* -------------------------------------------------------------------- */
/*@mixin rotatethis( $width, $height, $deg, $return:null ) {

	$sin	: sin($deg);
	$cos	: cos($deg);

	@if ( $sin < 0 ) {
		$sin : -$sin;
	}
	@if ( $cos < 0 ) {
		$cos : -$cos;
	}

	$newheight	: $height * $sin + $width * $cos;
	$newwidth		: $width * $sin + $height * $cos;


	$newheight	: ceil($newheight); // + 1px;
	$newwidth		: ceil($newwidth); // + 1px;

	@if ( $return == null ) {
		width: $newwidth;
		height: $newheight;
	}
	@else if ( $return == "height" ) {
		// @return $newheight;
	}
	@else {
		@return $newwidth;
	}
}*/
@font-face {
  font-family: "frank ruhl libre";
  src: url("https://chinaindiefilm.com/wp-content/themes/sass/font/FrankRuhlLibre-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "noto sans sc";
  src: url("https://chinaindiefilm.com/wp-content/themes/sass/font/NotoSansSC-Regular.otf");
  font-weight: normal;
}
@font-face {
  font-family: "noto serif sc";
  src: url("https://chinaindiefilm.com/wp-content/themes/sass/font/NotoSerifSC-Regular.otf");
  font-weight: normal;
}
@font-face {
  font-family: "playfair display";
  src: url("https://chinaindiefilm.com/wp-content/themes/sass/font/PlayfairDisplay-Regular.ttf");
  font-weight: normal;
}
/* -----------------------------------------------------------------------
/* Global Font
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Font family(ies)
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Font sizes
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Font weight
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Font sizes
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* Mobile sizes for font - ignored by ie stylesheet
/* ------------------------------------------ */
/* ---------------------------------------------
/* Default fallbacks
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Colour variables
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* Font
/* ------------------------------------------ */
/* ---------------------------------------------
/* Form
/* ------------------------------------------ */
/* ---------------------------------------------
/* Button
/* ------------------------------------------ */
/* ---------------------------------------------
/* Feedback colours
/* ------------------------------------------ */
/* ---------------------------------------------
/* Footer
/* ------------------------------------------ */
/* ---------------------------------------------
/* Header
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Color
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* Under Header
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Color
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* Two Row Two Menu Header
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Color
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* Grid and padding variables
/* ------------------------------------------ */
/* ---------------------------------------------
/* When to hide menu and move body margin up yo
/* ------------------------------------------ */
/* ---------------------------------------------
/* Grid and padding code
/* ------------------------------------------ */
/* ---------------------------------------------
/* header height - border size
/* ------------------------------------------ */
/* ---------------------------------------------
/* Logo - Desktop
/* ------------------------------------------ */
/* ---------------------------------------------
/* Logo - Tablet
/* ------------------------------------------ */
/* ---------------------------------------------
/* Logo - Mobile
/* ------------------------------------------ */
/* ---------------------------------------------
/* Breakpoints
/* ------------------------------------------ */
/* ---------------------------------------------
/* global
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* 32px so header is not attached to anchor
/* -------------------------------------------------------------------- */
/*
 * Button mixin- creates 3d-ish button effect with correct
 * highlights/shadows, based on a base color.
 */
body.wp-admin {
  background: #f1f1f1;
  /* Links */
  /* Forms */
  /* Core UI */
  /* List tables */
  /* Admin Menu */
  /* Active tabs use a bottom border color that matches the page background color. */
  /* Admin Menu: submenu */
  /* Admin Menu: current */
  /* Admin Menu: bubble */
  /* Admin Menu: collapse button */
}
body.wp-admin a {
  color: #0073aa;
}
body.wp-admin a:hover, body.wp-admin a:active, body.wp-admin a:focus {
  color: #0096dd;
}
body.wp-admin #media-upload a.del-link:hover,
body.wp-admin div.dashboard-widget-submit input:hover,
body.wp-admin .subsubsub a:hover,
body.wp-admin .subsubsub a.current:hover {
  color: #0096dd;
}
body.wp-admin input[type=checkbox]:checked:before {
  color: #392e2e;
}
body.wp-admin input[type=radio]:checked:before {
  background: #392e2e;
}
body.wp-admin.wp-core-ui input[type=reset]:hover, body.wp-admin.wp-core-ui input[type=reset]:active {
  color: #0096dd;
}
body.wp-admin.wp-core-ui .button-primary {
  background: #392e2e;
  border-color: #1d1717 #0f0c0c #0f0c0c;
  color: #fff;
  box-shadow: 0 1px 0 #0f0c0c;
  text-shadow: 0 -1px 1px #0f0c0c, 1px 0 1px #0f0c0c, 0 1px 1px #0f0c0c, -1px 0 1px #0f0c0c;
}
body.wp-admin.wp-core-ui .button-primary:hover, body.wp-admin.wp-core-ui .button-primary:focus {
  background: #413535;
  border-color: #0f0c0c;
  color: #fff;
  box-shadow: 0 1px 0 #0f0c0c;
}
body.wp-admin.wp-core-ui .button-primary:focus {
  box-shadow: inset 0 1px 0 #1d1717, 0 0 2px 1px #33b3db;
}
body.wp-admin.wp-core-ui .button-primary:active {
  background: #1d1717;
  border-color: #0f0c0c;
  box-shadow: inset 0 2px 0 #0f0c0c;
}
body.wp-admin.wp-core-ui .button-primary[disabled], body.wp-admin.wp-core-ui .button-primary:disabled, body.wp-admin.wp-core-ui .button-primary.button-primary-disabled, body.wp-admin.wp-core-ui .button-primary.disabled {
  color: #d1c7c7 !important;
  background: #221c1c !important;
  border-color: #0f0c0c !important;
  text-shadow: none !important;
}
body.wp-admin.wp-core-ui .button-primary.button-hero {
  box-shadow: 0 2px 0 #0f0c0c !important;
}
body.wp-admin.wp-core-ui .button-primary.button-hero:active {
  box-shadow: inset 0 3px 0 #0f0c0c !important;
}
body.wp-admin.wp-core-ui .wp-ui-primary {
  color: #ffffff;
  background-color: #7b0100;
}
body.wp-admin.wp-core-ui .wp-ui-text-primary {
  color: #7b0100;
}
body.wp-admin.wp-core-ui .wp-ui-highlight {
  color: #ffffff;
  background-color: #392e2e;
}
body.wp-admin.wp-core-ui .wp-ui-text-highlight {
  color: #392e2e;
}
body.wp-admin.wp-core-ui .wp-ui-notification {
  color: #ffffff;
  background-color: #392e2e;
}
body.wp-admin.wp-core-ui .wp-ui-text-notification {
  color: #392e2e;
}
body.wp-admin.wp-core-ui .wp-ui-text-icon {
  color: #f3f1f1;
}
body.wp-admin .wrap .add-new-h2:hover,
body.wp-admin .wrap .page-title-action:hover,
body.wp-admin .tablenav .tablenav-pages a:hover,
body.wp-admin .tablenav .tablenav-pages a:focus {
  color: #ffffff;
  background-color: #7b0100;
}
body.wp-admin .view-switch a.current:before {
  color: #7b0100;
}
body.wp-admin .view-switch a:hover:before {
  color: #392e2e;
}
body.wp-admin #adminmenuback,
body.wp-admin #adminmenuwrap,
body.wp-admin #adminmenu {
  background: #7b0100;
}
body.wp-admin #adminmenu a {
  color: #ffffff;
}
body.wp-admin #adminmenu div.wp-menu-image:before {
  color: #f3f1f1;
}
body.wp-admin #adminmenu a:hover,
body.wp-admin #adminmenu li.menu-top:hover,
body.wp-admin #adminmenu li.opensub > a.menu-top,
body.wp-admin #adminmenu li > a.menu-top:focus {
  color: #ffffff;
  background-color: #392e2e;
}
body.wp-admin #adminmenu li.menu-top:hover div.wp-menu-image:before,
body.wp-admin #adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
  color: #ffffff;
}
body.wp-admin .about-wrap h2 .nav-tab-active,
body.wp-admin .nav-tab-active,
body.wp-admin .nav-tab-active:hover {
  background-color: #f1f1f1;
  border-bottom-color: #f1f1f1;
}
body.wp-admin #adminmenu .wp-submenu,
body.wp-admin #adminmenu .wp-has-current-submenu .wp-submenu,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu,
body.wp-admin .folded #adminmenu .wp-has-current-submenu .wp-submenu,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
  background: #570100;
}
body.wp-admin #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
  border-right-color: #570100;
}
body.wp-admin #adminmenu .wp-submenu .wp-submenu-head {
  color: #d7b3b3;
}
body.wp-admin #adminmenu .wp-submenu a,
body.wp-admin #adminmenu .wp-has-current-submenu .wp-submenu a,
body.wp-admin .folded #adminmenu .wp-has-current-submenu .wp-submenu a,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
  color: #d7b3b3;
}
body.wp-admin #adminmenu .wp-submenu a:focus, body.wp-admin #adminmenu .wp-submenu a:hover,
body.wp-admin #adminmenu .wp-has-current-submenu .wp-submenu a:focus,
body.wp-admin #adminmenu .wp-has-current-submenu .wp-submenu a:hover,
body.wp-admin .folded #adminmenu .wp-has-current-submenu .wp-submenu a:focus,
body.wp-admin .folded #adminmenu .wp-has-current-submenu .wp-submenu a:hover,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
  color: #ffffff;
}
body.wp-admin #adminmenu .wp-submenu li.current a,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
  color: #ffffff;
}
body.wp-admin #adminmenu .wp-submenu li.current a:hover, body.wp-admin #adminmenu .wp-submenu li.current a:focus,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
body.wp-admin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
body.wp-admin #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
  color: #ffffff;
}
body.wp-admin ul#adminmenu a.wp-has-current-submenu:after,
body.wp-admin ul#adminmenu > li.current > a.current:after {
  border-right-color: #f1f1f1;
}
body.wp-admin #adminmenu li.current a.menu-top,
body.wp-admin #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
body.wp-admin #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
body.wp-admin .folded #adminmenu li.current.menu-top {
  color: #ffffff;
  background: #392e2e;
}
body.wp-admin #adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
body.wp-admin #adminmenu a.current:hover div.wp-menu-image:before,
body.wp-admin #adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
body.wp-admin #adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
body.wp-admin #adminmenu li:hover div.wp-menu-image:before,
body.wp-admin #adminmenu li a:focus div.wp-menu-image:before,
body.wp-admin #adminmenu li.opensub div.wp-menu-image:before,
body.wp-admin .ie8 #adminmenu li.opensub div.wp-menu-image:before {
  color: #ffffff;
}
body.wp-admin #adminmenu .awaiting-mod,
body.wp-admin #adminmenu .update-plugins {
  color: #ffffff;
  background: #392e2e;
}
body.wp-admin #adminmenu li.current a .awaiting-mod,
body.wp-admin #adminmenu li a.wp-has-current-submenu .update-plugins,
body.wp-admin #adminmenu li:hover a .awaiting-mod,
body.wp-admin #adminmenu li.menu-top:hover > a .update-plugins {
  color: #ffffff;
  background: #570100;
}
body.wp-admin #collapse-button {
  color: #f3f1f1;
}
body.wp-admin #collapse-button:hover,
body.wp-admin #collapse-button:focus {
  color: #ffffff;
}

/* Admin Bar */
div#wpadminbar {
  color: #ffffff;
  background: #7b0100;
}

div#wpadminbar .ab-item,
div#wpadminbar a.ab-item,
div#wpadminbar > #wp-toolbar span.ab-label,
div#wpadminbar > #wp-toolbar span.noticon {
  color: #ffffff;
}

div#wpadminbar .ab-icon,
div#wpadminbar .ab-icon:before,
div#wpadminbar .ab-item:before,
div#wpadminbar .ab-item:after {
  color: #f3f1f1;
}

div#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
div#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
div#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
div#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
div#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
  color: #ffffff;
  background: #570100;
}

div#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
div#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
div#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
  color: #ffffff;
}

div#wpadminbar:not(.mobile) li:hover .ab-icon:before,
div#wpadminbar:not(.mobile) li:hover .ab-item:before,
div#wpadminbar:not(.mobile) li:hover .ab-item:after,
div#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
  color: #ffffff;
}

/* Admin Bar: submenu */
div#wpadminbar .menupop .ab-sub-wrapper {
  background: #570100;
}

div#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
div#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
  background: #990706;
}

div#wpadminbar .ab-submenu .ab-item,
div#wpadminbar .quicklinks .menupop ul li a,
div#wpadminbar .quicklinks .menupop.hover ul li a,
div#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
  color: #d7b3b3;
}

div#wpadminbar .quicklinks li .blavatar,
div#wpadminbar .menupop .menupop > .ab-item:before {
  color: #f3f1f1;
}

div#wpadminbar .quicklinks .menupop ul li a:hover,
div#wpadminbar .quicklinks .menupop ul li a:focus,
div#wpadminbar .quicklinks .menupop ul li a:hover strong,
div#wpadminbar .quicklinks .menupop ul li a:focus strong,
div#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
div#wpadminbar .quicklinks .menupop.hover ul li a:hover,
div#wpadminbar .quicklinks .menupop.hover ul li a:focus,
div#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
div#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
div#wpadminbar li:hover .ab-icon:before,
div#wpadminbar li:hover .ab-item:before,
div#wpadminbar li a:focus .ab-icon:before,
div#wpadminbar li .ab-item:focus:before,
div#wpadminbar li .ab-item:focus .ab-icon:before,
div#wpadminbar li.hover .ab-icon:before,
div#wpadminbar li.hover .ab-item:before,
div#wpadminbar li:hover #adminbarsearch:before,
div#wpadminbar li #adminbarsearch.adminbar-focused:before {
  color: #ffffff;
}

div#wpadminbar .quicklinks li a:hover .blavatar,
div#wpadminbar .quicklinks li a:focus .blavatar,
div#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
div#wpadminbar .menupop .menupop > .ab-item:hover:before,
div#wpadminbar.mobile .quicklinks .ab-icon:before,
div#wpadminbar.mobile .quicklinks .ab-item:before {
  color: #ffffff;
}

div#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
div#wpadminbar.mobile .quicklinks .hover .ab-item:before {
  color: #f3f1f1;
}

/* Admin Bar: search */
div#wpadminbar #adminbarsearch:before {
  color: #f3f1f1;
}

div#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
  color: #ffffff;
  background: #9f0100;
}

/* Admin Bar: my account */
div#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
  border-color: #9f0100;
  background-color: #9f0100;
}

div#wpadminbar #wp-admin-bar-user-info .display-name {
  color: #ffffff;
}

div#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
  color: #ffffff;
}

div#wpadminbar #wp-admin-bar-user-info .username {
  color: #d7b3b3;
}

body.wp-admin {
  /* Pointers */
  /* Media */
  /* Themes */
  /* Widgets */
  /* Responsive Component */
  /* TinyMCE */
}
body.wp-admin .wp-pointer .wp-pointer-content h3 {
  background-color: #392e2e;
  border-color: #2b2323;
}
body.wp-admin .wp-pointer .wp-pointer-content h3:before {
  color: #392e2e;
}
body.wp-admin .wp-pointer.wp-pointer-top .wp-pointer-arrow,
body.wp-admin .wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
body.wp-admin .wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
body.wp-admin .wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
  border-bottom-color: #392e2e;
}
body.wp-admin .media-item .bar,
body.wp-admin .media-progress-bar div {
  background-color: #392e2e;
}
body.wp-admin .details.attachment {
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #392e2e;
}
body.wp-admin .attachment.details .check {
  background-color: #392e2e;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #392e2e;
}
body.wp-admin .media-selection .attachment.selection.details .thumbnail {
  -webkit-box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #392e2e;
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #392e2e;
}
body.wp-admin .theme-browser .theme.active .theme-name,
body.wp-admin .theme-browser .theme.add-new-theme a:hover:after,
body.wp-admin .theme-browser .theme.add-new-theme a:focus:after {
  background: #392e2e;
}
body.wp-admin .theme-browser .theme.add-new-theme a:hover span:after,
body.wp-admin .theme-browser .theme.add-new-theme a:focus span:after {
  color: #392e2e;
}
body.wp-admin .theme-section.current,
body.wp-admin .theme-filter.current {
  border-bottom-color: #7b0100;
}
body.wp-admin body.more-filters-opened .more-filters {
  color: #ffffff;
  background-color: #7b0100;
}
body.wp-admin body.more-filters-opened .more-filters:before {
  color: #ffffff;
}
body.wp-admin body.more-filters-opened .more-filters:hover,
body.wp-admin body.more-filters-opened .more-filters:focus {
  background-color: #392e2e;
  color: #ffffff;
}
body.wp-admin body.more-filters-opened .more-filters:hover:before,
body.wp-admin body.more-filters-opened .more-filters:focus:before {
  color: #ffffff;
}
body.wp-admin .widgets-chooser li.widgets-chooser-selected {
  background-color: #392e2e;
  color: #ffffff;
}
body.wp-admin .widgets-chooser li.widgets-chooser-selected:before,
body.wp-admin .widgets-chooser li.widgets-chooser-selected:focus:before {
  color: #ffffff;
}
body.wp-admin div#wp-responsive-toggle a:before {
  color: #f3f1f1;
}
body.wp-admin .wp-responsive-open div#wp-responsive-toggle a {
  border-color: transparent;
  background: #392e2e;
}
body.wp-admin .wp-responsive-open div#wpadminbar #wp-admin-bar-menu-toggle a {
  background: #570100;
}
body.wp-admin .wp-responsive-open div#wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
  color: #f3f1f1;
}
body.wp-admin .mce-container.mce-menu .mce-menu-item:hover,
body.wp-admin .mce-container.mce-menu .mce-menu-item.mce-selected,
body.wp-admin .mce-container.mce-menu .mce-menu-item:focus,
body.wp-admin .mce-container.mce-menu .mce-menu-item-normal.mce-active,
body.wp-admin .mce-container.mce-menu .mce-menu-item-preview.mce-active {
  background: #392e2e;
}
body.wp-admin #adminmenu .wp-submenu a:focus, body.wp-admin #adminmenu .wp-submenu a:hover {
  color: #ffffff;
}
body.wp-admin .acf-box .footer.-blue {
  background-color: #7b0100;
  color: #ffffff;
}
body.wp-admin .acf-switch.-on {
  background-color: #392e2e;
  border-color: #1d1717;
}
body.wp-admin .acf-switch.-on .acf-switch-slider {
  left: 50%;
  right: 3px;
  border-color: #392e2e;
}
body.wp-admin .acf-switch.-focus .acf-switch-slider {
  border-color: #1d1717;
  box-shadow: 0 1px 0 rgba(15, 12, 12, 0.5);
}
body.wp-admin .acf-switch .acf-switch-on {
  color: #ffffff;
  text-shadow: #1d1717 0 1px 0;
}
body.wp-admin .acf-field-object.open > .handle {
  background: #7b0100;
  border: #620100 solid 1px;
  text-shadow: #480100 0 1px 0;
}
body.wp-admin .acf-fc-popup a {
  color: #ffffff;
}
body.wp-admin .acf-fc-popup a:hover {
  background: #392e2e;
}

.toplevel_page_wpseo_dashboard .wp-menu-image.svg {
  background-image: none !important;
}
.toplevel_page_wpseo_dashboard .wp-menu-image.svg:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color 0.1s ease-in 0;
  transition: color 0.1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#mceu_11 {
  display: none;
}

/* fix touch size of WordPress logo top right */
div#wpadminbar {
  position: absolute;
}
@media screen and (min-height: 500px) {
  div#wpadminbar {
    position: fixed;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  max-width: 100%;
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #392e2e;
  color: #ffffff;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 16px;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

button,
input,
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=password],
input[type=month],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week],
input[type=text],
select,
textarea {
  text-transform: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  border-style: none;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: bold;
  font-weight: 900;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.screen_reader {
  position: absolute;
  top: -1000em;
}
.screen_reader:focus {
  left: 6px;
  top: 7px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f1f1f1;
  color: #21759b;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

input[type=color]:-webkit-autofill,
input[type=color]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:focus,
input[type=datetime]:-webkit-autofill,
input[type=datetime]:-webkit-autofill:focus,
input[type=datetime-local]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:focus,
input[type=month]:-webkit-autofill,
input[type=month]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:focus,
input[type=range]:-webkit-autofill,
input[type=range]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:focus,
input[type=time]:-webkit-autofill,
input[type=time]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:focus,
input[type=week]:-webkit-autofill,
input[type=week]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus {
  border-color: #52bad5 !important;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 50px #ffffff inset !important;
  -webkit-text-fill-color: #424242 !important;
}

iframe {
  min-width: 100%;
  width: 100px;
  *width: 100%;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

body.user-is-tabbing *:focus {
  outline: 2px solid #392e2e !important;
  /* for non-webkit browsers */
  outline: 5px auto #392e2e !important;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
html {
  overflow-y: scroll;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #424242;
}

::-moz-selection {
  background-color: #392e2e;
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background-color: #392e2e;
  text-shadow: none;
  color: #ffffff;
}

/* -----------------------------------------------------------------------
/* Background font lining
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* grid options
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Custom media variables
/* -------------------------------------------------------------------- */
.grid {
  overflow: hidden;
  /* -----------------------------------------------------------------------
  /* flex
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* flex
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* margin
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* margin
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* flex
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* flex
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* margin
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* margin
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* flex
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* flex
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* margin
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* margin
  /* -------------------------------------------------------------------- */
}
.grid.content .wsp-container {
  float: left;
  /* -- testing -- */
  /* -- testing -- */
}
@media screen and (max-width: 529px) {
  .grid.content .wsp-container {
    width: 100%;
  }
}
@media screen and (min-width: 530px) {
  .grid.content .wsp-container {
    margin-right: 2%;
  }
}
@media screen and (min-width: 530px) and (max-width: 819px) {
  .grid.content .wsp-container {
    width: 49%;
  }
  .grid.content .wsp-container:nth-child(2n) {
    margin-right: 0;
  }
  .grid.content .wsp-container:nth-child(2n+1) {
    clear: left;
  }
  .grid.content .wsp-container:last-child {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 820px) {
  .grid.content .wsp-container {
    width: 32%;
    margin-right: 2%;
  }
  .grid.content .wsp-container:nth-child(3n) {
    margin-right: 0;
  }
  .grid.content .wsp-container:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 33.0625em) {
  .grid.content .wsp-container {
    margin-bottom: 26px;
  }
}
@media (min-width: 33.125em) and (max-width: 71.9375em) {
  .grid.content .wsp-container {
    margin-bottom: calc( 10px + (14 - 10) * ( (100vw - 530px) / ( 1151 - 530) ) );
    margin-bottom: -moz-calc( 10px + (14 - 10) * ( (100vw - 530px) / ( 1151 - 530) ) );
    margin-bottom: -webkit-calc( 10px + (14 - 10) * ( (100vw - 530px) / ( 1151 - 530) ) );
  }
}
@media (min-width: 72em) {
  .grid.content .wsp-container {
    margin-bottom: 14px;
  }
}
.grid.col_2 .col {
  float: left;
  /* -- testing -- */
  /* -- testing -- */
}
@media screen and (max-width: 569px) {
  .grid.col_2 .col {
    width: 100%;
  }
}
@media screen and (min-width: 570px) {
  .grid.col_2 .col {
    width: 47%;
    margin-right: 6%;
  }
  .grid.col_2 .col:nth-child(2n) {
    margin-right: 0;
  }
  .grid.col_2 .col:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 299px) {
  .grid.col_2 .col {
    margin-bottom: 31px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  .grid.col_2 .col {
    margin-bottom: calc( 1.9375em + (42 - 31) * ( (100vw - 300px) / ( 804 - 300) ) );
    margin-bottom: -moz-calc( 1.9375em + (42 - 31) * ( (100vw - 300px) / ( 804 - 300) ) );
    margin-bottom: -webkit-calc( 1.9375em + (42 - 31) * ( (100vw - 300px) / ( 804 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  .grid.col_2 .col {
    margin-bottom: 42px;
  }
}
.grid.col_2_thin .col {
  float: left;
  /* -- testing -- */
  /* -- testing -- */
}
@media screen and (max-width: 919px) {
  .grid.col_2_thin .col {
    width: 100%;
  }
}
@media screen and (min-width: 920px) {
  .grid.col_2_thin .col {
    width: 47%;
    margin-right: 6%;
  }
  .grid.col_2_thin .col:nth-child(2n) {
    margin-right: 0;
  }
  .grid.col_2_thin .col:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 57.4375em) {
  .grid.col_2_thin .col {
    margin-bottom: 26px;
  }
}
@media (min-width: 57.5em) and (max-width: 71.9375em) {
  .grid.col_2_thin .col {
    margin-bottom: calc( 52px + (42 - 52) * ( (100vw - 920px) / ( 1151 - 920) ) );
    margin-bottom: -moz-calc( 52px + (42 - 52) * ( (100vw - 920px) / ( 1151 - 920) ) );
    margin-bottom: -webkit-calc( 52px + (42 - 52) * ( (100vw - 920px) / ( 1151 - 920) ) );
  }
}
@media (min-width: 72em) {
  .grid.col_2_thin .col {
    margin-bottom: 42px;
  }
}
.scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 0;
  padding-bottom: 13px;
}
.scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 5px;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: rgba(57, 46, 46, 0.5);
}
.scroll .item {
  vertical-align: top;
  white-space: normal;
  display: inline-block;
  font-size: 16px;
  margin-right: 19.5px;
}
.scroll .item:last-child {
  margin-right: 0 !important;
}

/* -----------------------------------------------------------------------
/* Client code
/* -------------------------------------------------------------------- */
*.col_3 .col {
  float: left;
  /* -- testing -- */
  /* -- testing -- */
}
@media screen and (max-width: 569px) {
  *.col_3 .col {
    width: 100%;
  }
}
@media screen and (min-width: 570px) {
  *.col_3 .col {
    width: 32%;
    margin-right: 2%;
  }
  *.col_3 .col:nth-child(3n) {
    margin-right: 0;
  }
  *.col_3 .col:nth-child(3n+1) {
    clear: left;
  }
}

/* -----------------------------------------------------------------------
/* flex
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* flex
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* margin
/* -------------------------------------------------------------------- */
@media screen and (max-width: 299px) {
  *.col_3 .col {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  *.col_3 .col {
    margin-bottom: calc( 0.625em + (14 - 10) * ( (100vw - 300px) / ( 804 - 300) ) );
    margin-bottom: -moz-calc( 0.625em + (14 - 10) * ( (100vw - 300px) / ( 804 - 300) ) );
    margin-bottom: -webkit-calc( 0.625em + (14 - 10) * ( (100vw - 300px) / ( 804 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  *.col_3 .col {
    margin-bottom: 14px;
  }
}

/* -----------------------------------------------------------------------
/* margin
/* -------------------------------------------------------------------- */
*.col_4 .col {
  float: left;
  /* -- testing -- */
  /* -- testing -- */
}
@media screen and (max-width: 569px) {
  *.col_4 .col {
    width: 100%;
  }
}
@media screen and (min-width: 570px) {
  *.col_4 .col {
    width: 23.5%;
    margin-right: 2%;
  }
  *.col_4 .col:nth-child(4n) {
    margin-right: 0;
  }
  *.col_4 .col:nth-child(4n+1) {
    clear: left;
  }
}

/* -----------------------------------------------------------------------
/* flex
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* flex
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* margin
/* -------------------------------------------------------------------- */
@media screen and (max-width: 299px) {
  *.col_4 .col {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  *.col_4 .col {
    margin-bottom: calc( 0.625em + (14 - 10) * ( (100vw - 300px) / ( 804 - 300) ) );
    margin-bottom: -moz-calc( 0.625em + (14 - 10) * ( (100vw - 300px) / ( 804 - 300) ) );
    margin-bottom: -webkit-calc( 0.625em + (14 - 10) * ( (100vw - 300px) / ( 804 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  *.col_4 .col {
    margin-bottom: 14px;
  }
}

/* -----------------------------------------------------------------------
/* margin
/* -------------------------------------------------------------------- */
*.col_5 .col {
  float: left;
  /* -- testing -- */
  /* -- testing -- */
}
@media screen and (max-width: 569px) {
  *.col_5 .col {
    width: 100%;
  }
}
@media screen and (min-width: 570px) {
  *.col_5 .col {
    width: 18.4%;
    margin-right: 2%;
  }
  *.col_5 .col:nth-child(5n) {
    margin-right: 0;
  }
  *.col_5 .col:nth-child(5n+1) {
    clear: left;
  }
}

/* -----------------------------------------------------------------------
/* flex
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* flex
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* margin
/* -------------------------------------------------------------------- */
@media screen and (max-width: 299px) {
  *.col_5 .col {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  *.col_5 .col {
    margin-bottom: calc( 0.625em + (14 - 10) * ( (100vw - 300px) / ( 804 - 300) ) );
    margin-bottom: -moz-calc( 0.625em + (14 - 10) * ( (100vw - 300px) / ( 804 - 300) ) );
    margin-bottom: -webkit-calc( 0.625em + (14 - 10) * ( (100vw - 300px) / ( 804 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  *.col_5 .col {
    margin-bottom: 14px;
  }
}

/* -----------------------------------------------------------------------
/* margin
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
h1,
.h1,
h2,
h3,
h4,
h5,
h6,
p.title {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #252525;
  margin: 0;
  clear: both;
}
h1 a,
.h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p.title a {
  color: currentColor;
  -webkit-transition: color, 0.25s;
  -moz-transition: color, 0.25s;
  -ms-transition: color, 0.25s;
  -o-transition: color, 0.25s;
  transition: color, 0.25s;
}
h1 a:focus, h1 a:hover,
.h1 a:focus,
.h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover,
p.title a:focus,
p.title a:hover {
  color: #392e2e;
}

address,
p {
  margin-top: 0;
}
@media (max-width: 24.9375em) {
  address,
p {
    font-size: 16px;
    font-size: 1em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  address,
p {
    font-size: calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  address,
p {
    font-size: 15px;
    font-size: 0.9375em;
  }
}
@media (max-width: 24.9375em) {
  address,
p {
    line-height: 1.625;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  address,
p {
    line-height: calc( 1.625em + ( 26 - 24.375 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.625em + ( 26 - 24.375 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.625em + ( 26 - 24.375 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  address,
p {
    line-height: 1.7333333333;
  }
}
@media screen and (max-width: 299px) {
  address,
p {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  address,
p {
    margin-bottom: calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  address,
p {
    margin-bottom: 26px;
  }
}

/* -----------------------------------------------------------------------
/* blockquote
/* -------------------------------------------------------------------- */
blockquote {
  margin: 0;
  border-left: 3px solid #424242;
  margin-left: -9px;
  padding-left: 10px;
}
@media screen and (max-width: 299px) {
  blockquote {
    margin-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  blockquote {
    margin-top: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -moz-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  blockquote {
    margin-top: 52px;
  }
}
@media screen and (max-width: 299px) {
  blockquote {
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  blockquote {
    margin-bottom: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  blockquote {
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 500px) {
  blockquote {
    border-left: 10px solid #424242;
    margin-left: -22px;
    padding-left: 12px;
  }
}
blockquote p {
  font-weight: 600;
}

@media (max-width: 24.9375em) {
  blockquote p,
p.lead {
    font-size: 20px;
    font-size: 1.25em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  blockquote p,
p.lead {
    font-size: calc( 1.25em + (19 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.25em + (19 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.25em + (19 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  blockquote p,
p.lead {
    font-size: 19px;
    font-size: 1.1875em;
  }
}
@media (max-width: 24.9375em) {
  blockquote p,
p.lead {
    line-height: 1.3;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  blockquote p,
p.lead {
    line-height: calc( 1.3em + ( 20.5263157895 - 19.5 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.3em + ( 20.5263157895 - 19.5 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.3em + ( 20.5263157895 - 19.5 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  blockquote p,
p.lead {
    line-height: 1.3684210526;
  }
}
@media screen and (max-width: 299px) {
  blockquote p,
p.lead {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  blockquote p,
p.lead {
    margin-bottom: calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  blockquote p,
p.lead {
    margin-bottom: 26px;
  }
}

/* -----------------------------------------------------------------------
/* List
/* -------------------------------------------------------------------- */
@media screen and (max-width: 299px) {
  p + ul, p + ol, ul + ul, ul + ol, ol + ul, ol + ol {
    margin-top: -19.5px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  p + ul, p + ol, ul + ul, ul + ol, ol + ul, ol + ol {
    margin-top: calc( -1.21875em + (-19.5 - -19.5) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -moz-calc( -1.21875em + (-19.5 - -19.5) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -webkit-calc( -1.21875em + (-19.5 - -19.5) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  p + ul, p + ol, ul + ul, ul + ol, ol + ul, ol + ol {
    margin-top: -19.5px;
  }
}

ul, ol {
  padding: 0 0 0 22px;
  margin: 0;
  margin-bottom: 26px;
}
@media (max-width: 24.9375em) {
  ul, ol {
    margin-bottom: 26px;
  }
}
@media (min-width: 25em) and (max-width: 71.9375em) {
  ul, ol {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) ) );
    margin-bottom: -moz-calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) ) );
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) ) );
  }
}
@media (min-width: 72em) {
  ul, ol {
    margin-bottom: 26px;
  }
}
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}

li {
  margin-bottom: 7.8px;
}
@media (max-width: 24.9375em) {
  li {
    font-size: 16px;
    font-size: 1em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  li {
    font-size: calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  li {
    font-size: 15px;
    font-size: 0.9375em;
  }
}
@media (max-width: 24.9375em) {
  li {
    line-height: 1.625;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  li {
    line-height: calc( 1.625em + ( 26 - 24.375 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.625em + ( 26 - 24.375 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.625em + ( 26 - 24.375 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  li {
    line-height: 1.7333333333;
  }
}
@media (max-width: 24.9375em) {
  li {
    margin-bottom: 7.8px;
  }
}
@media (min-width: 25em) and (max-width: 71.9375em) {
  li {
    margin-bottom: calc( 7.8px + (7.8 - 7.8) * ( (100vw - 400px) / ( 1151 - 400) ) );
    margin-bottom: -moz-calc( 7.8px + (7.8 - 7.8) * ( (100vw - 400px) / ( 1151 - 400) ) );
    margin-bottom: -webkit-calc( 7.8px + (7.8 - 7.8) * ( (100vw - 400px) / ( 1151 - 400) ) );
  }
}
@media (min-width: 72em) {
  li {
    margin-bottom: 7.8px;
  }
}

li li {
  font-size: 1em;
}

h1 {
  font-weight: 600;
}
@media (max-width: 24.9375em) {
  h1 {
    font-size: 26px;
    font-size: 1.625em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h1 {
    font-size: calc( 1.625em + (36 - 26) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.625em + (36 - 26) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.625em + (36 - 26) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h1 {
    font-size: 36px;
    font-size: 2.25em;
  }
}
@media (max-width: 24.9375em) {
  h1 {
    line-height: 1.2692307692;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h1 {
    line-height: calc( 1.2692307692em + ( 20 - 19.0384615385 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.2692307692em + ( 20 - 19.0384615385 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.2692307692em + ( 20 - 19.0384615385 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h1 {
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 299px) {
  h1 {
    margin-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h1 {
    margin-top: calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -moz-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -webkit-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h1 {
    margin-top: 52px;
  }
}
h1:first-child {
  margin-top: 0;
}
@media screen and (max-width: 299px) {
  h1 {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h1 {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h1 {
    margin-bottom: 26px;
  }
}

@media (max-width: 24.9375em) {
  h2 {
    font-size: 24px;
    font-size: 1.5em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h2 {
    font-size: calc( 1.5em + (28 - 24) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.5em + (28 - 24) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.5em + (28 - 24) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h2 {
    font-size: 28px;
    font-size: 1.75em;
  }
}
@media (max-width: 24.9375em) {
  h2 {
    line-height: 1.375;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h2 {
    line-height: calc( 1.375em + ( 19.2857142857 - 20.625 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.375em + ( 19.2857142857 - 20.625 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.375em + ( 19.2857142857 - 20.625 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h2 {
    line-height: 1.2857142857;
  }
}
@media screen and (max-width: 299px) {
  h2 {
    margin-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h2 {
    margin-top: calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -moz-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -webkit-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h2 {
    margin-top: 52px;
  }
}
h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 299px) {
  h2 {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h2 {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h2 {
    margin-bottom: 26px;
  }
}

@media (max-width: 24.9375em) {
  h3 {
    font-size: 22px;
    font-size: 1.375em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h3 {
    font-size: calc( 1.375em + (26 - 22) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.375em + (26 - 22) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.375em + (26 - 22) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h3 {
    font-size: 26px;
    font-size: 1.625em;
  }
}
@media (max-width: 24.9375em) {
  h3 {
    line-height: 1.5;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h3 {
    line-height: calc( 1.5em + ( 20.7692307692 - 22.5 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.5em + ( 20.7692307692 - 22.5 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.5em + ( 20.7692307692 - 22.5 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h3 {
    line-height: 1.3846153846;
  }
}
@media screen and (max-width: 299px) {
  h3 {
    margin-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h3 {
    margin-top: calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -moz-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -webkit-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h3 {
    margin-top: 52px;
  }
}
h3:first-child {
  margin-top: 0;
}
@media screen and (max-width: 299px) {
  h3 {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h3 {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h3 {
    margin-bottom: 26px;
  }
}

@media (max-width: 24.9375em) {
  h4 {
    font-size: 20px;
    font-size: 1.25em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h4 {
    font-size: calc( 1.25em + (24 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.25em + (24 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.25em + (24 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h4 {
    font-size: 24px;
    font-size: 1.5em;
  }
}
@media (max-width: 24.9375em) {
  h4 {
    line-height: 1.1;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h4 {
    line-height: calc( 1.1em + ( 22.5 - 16.5 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.1em + ( 22.5 - 16.5 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.1em + ( 22.5 - 16.5 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h4 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 299px) {
  h4 {
    margin-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h4 {
    margin-top: calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -moz-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -webkit-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h4 {
    margin-top: 52px;
  }
}
h4:first-child {
  margin-top: 0;
}
@media screen and (max-width: 299px) {
  h4 {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h4 {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h4 {
    margin-bottom: 26px;
  }
}

@media (max-width: 24.9375em) {
  h5 {
    font-size: 19px;
    font-size: 1.1875em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h5 {
    font-size: calc( 1.1875em + (24 - 19) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.1875em + (24 - 19) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.1875em + (24 - 19) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h5 {
    font-size: 24px;
    font-size: 1.5em;
  }
}
@media (max-width: 24.9375em) {
  h5 {
    line-height: 1.1578947368;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h5 {
    line-height: calc( 1.1578947368em + ( 22.5 - 17.3684210526 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.1578947368em + ( 22.5 - 17.3684210526 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.1578947368em + ( 22.5 - 17.3684210526 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h5 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 299px) {
  h5 {
    margin-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h5 {
    margin-top: calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -moz-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -webkit-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h5 {
    margin-top: 52px;
  }
}
h5:first-child {
  margin-top: 0;
}
@media screen and (max-width: 299px) {
  h5 {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h5 {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h5 {
    margin-bottom: 26px;
  }
}

@media (max-width: 24.9375em) {
  h6 {
    font-size: 18px;
    font-size: 1.125em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h6 {
    font-size: calc( 1.125em + (24 - 18) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.125em + (24 - 18) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.125em + (24 - 18) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h6 {
    font-size: 24px;
    font-size: 1.5em;
  }
}
@media (max-width: 24.9375em) {
  h6 {
    line-height: 1.2222222222;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  h6 {
    line-height: calc( 1.2222222222em + ( 22.5 - 18.3333333333 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.2222222222em + ( 22.5 - 18.3333333333 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.2222222222em + ( 22.5 - 18.3333333333 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  h6 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 299px) {
  h6 {
    margin-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h6 {
    margin-top: calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -moz-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -webkit-calc( 52px + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h6 {
    margin-top: 52px;
  }
}
h6:first-child {
  margin-top: 0;
}
@media screen and (max-width: 299px) {
  h6 {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  h6 {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  h6 {
    margin-bottom: 26px;
  }
}

/* -----------------------------------------------------------------------
/* Paragraph
/* -------------------------------------------------------------------- */
a {
  color: #392e2e;
  text-decoration: none;
  cursor: pointer;
}

/* -----------------------------------------------------------------------
/* Other
/* -------------------------------------------------------------------- */
strong {
  font-weight: 600;
}

hr {
  height: 0;
  padding: 0;
  border-style: none;
  border-bottom: 2px solid #bebcbc;
  clear: both;
}
@media screen and (max-width: 299px) {
  hr {
    padding-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  hr {
    padding-top: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -moz-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  hr {
    padding-top: 52px;
  }
}
@media screen and (max-width: 299px) {
  hr {
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  hr {
    margin-bottom: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -moz-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-bottom: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  hr {
    margin-bottom: 52px;
  }
}

dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  overflow: visible;
  max-width: 400px;
}

dt, dd {
  padding: 4px 0;
}

dt {
  flex: 0 0 65%;
  text-overflow: ellipsis;
  overflow: hidden;
}

dd {
  flex: 0 0 35%;
  margin-left: auto;
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* padding extras
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
button,
.btn,
.button,
.btn_header {
  display: inline-block;
  min-width: 0;
  max-width: 100%;
  cursor: pointer;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  font-weight: 300;
  vertical-align: middle;
  -webkit-appearance: none;
  border-style: none;
  letter-spacing: normal;
  word-spacing: normal;
  -webkit-transition: all, 0.25s;
  -moz-transition: all, 0.25s;
  -ms-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  transition: all, 0.25s;
  border: 2px solid;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
  text-decoration: none;
}

/* ---------------------------------------------
/* Button project specific, keeps the head button's happy
/* ------------------------------------------ */
.content button,
.btn,
.button {
  line-height: 1.1 !important;
  color: #424242;
  margin-bottom: 26px;
  background-color: transparent;
  padding: 9px 17px;
  border-color: #392e2e;
  margin-bottom: 26px;
  cursor: pointer;
}
@media (max-width: 24.9375em) {
  .content button,
.btn,
.button {
    font-size: 16px;
    font-size: 1em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  .content button,
.btn,
.button {
    font-size: calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  .content button,
.btn,
.button {
    font-size: 15px;
    font-size: 0.9375em;
  }
}
@media (max-width: 24.9375em) {
  .content button,
.btn,
.button {
    margin-bottom: 26px;
  }
}
@media (min-width: 25em) and (max-width: 71.9375em) {
  .content button,
.btn,
.button {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) ) );
    margin-bottom: -moz-calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) ) );
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) ) );
  }
}
@media (min-width: 72em) {
  .content button,
.btn,
.button {
    margin-bottom: 26px;
  }
}
@media (max-width: 24.9375em) {
  .content button,
.btn,
.button {
    margin-bottom: 26px;
  }
}
@media (min-width: 25em) and (max-width: 71.9375em) {
  .content button,
.btn,
.button {
    margin-bottom: calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) ) );
    margin-bottom: -moz-calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) ) );
    margin-bottom: -webkit-calc( 26px + (26 - 26) * ( (100vw - 400px) / ( 1151 - 400) ) );
  }
}
@media (min-width: 72em) {
  .content button,
.btn,
.button {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 896px) {
  .content button,
.btn,
.button {
    padding: 10px 23px;
  }
}
@media screen and (min-width: 1152px) {
  .content button,
.btn,
.button {
    padding: 12px 26px;
  }
}
.content button:hover, .content button:focus, .content button:active,
.btn:hover,
.btn:focus,
.btn:active,
.button:hover,
.button:focus,
.button:active {
  color: #ffffff;
  background-color: #392e2e;
}
.content button.alt,
.btn.alt,
.button.alt {
  color: #000000;
  border-color: #86c6c4;
}
.content button.alt:hover, .content button.alt:focus,
.btn.alt:hover,
.btn.alt:focus,
.button.alt:hover,
.button.alt:focus {
  color: #000000;
  background-color: #63b6b3;
}

.btn,
.button {
  /* ---------------------------------------------
  /* Different size buttons
  /* ------------------------------------------ */
}
.btn.center,
.button.center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.btn.btn_icon,
.button.btn_icon {
  text-align: initial;
  background-repeat: no-repeat;
}
.btn.no_margin,
.button.no_margin {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 299px) {
  .btn.margin_top,
.button.margin_top {
    margin-top: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  .btn.margin_top,
.button.margin_top {
    margin-top: calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -moz-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    margin-top: -webkit-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  .btn.margin_top,
.button.margin_top {
    margin-top: 26px;
  }
}
.btn.large,
.button.large {
  padding: 15px 25px;
}
@media (max-width: 24.9375em) {
  .btn.large,
.button.large {
    font-size: 20px;
    font-size: 1.25em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  .btn.large,
.button.large {
    font-size: calc( 1.25em + (19 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.25em + (19 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.25em + (19 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  .btn.large,
.button.large {
    font-size: 19px;
    font-size: 1.1875em;
  }
}
@media screen and (min-width: 1152px) {
  .btn.large,
.button.large {
    padding: 17px 50px;
  }
}

p .btn {
  margin-bottom: 0;
}
@media (max-width: 24.9375em) {
  p .btn.large {
    font-size: 20px;
    font-size: 1.25em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  p .btn.large {
    font-size: calc( 1.3333333333em + (19 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.3333333333em + (19 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.3333333333em + (19 - 20) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  p .btn.large {
    font-size: 19px;
    font-size: 1.2666666667em;
  }
}

p + .button,
.button + .button {
  margin-top: 26px;
}

.button + .button {
  margin-left: 13px;
}

/* ---------------------------------------------
/* Transparent buttons
/* ------------------------------------------ */
.btn.solid,
.button.solid {
  background-color: #392e2e;
  color: #ffffff;
  /* ---------------------------------------------
  /* Alternative button colour
  /* ------------------------------------------ */
}
.btn.solid:hover, .btn.solid:focus,
.button.solid:hover,
.button.solid:focus {
  background-color: #1d1717;
}
.btn.solid.alt,
.button.solid.alt {
  background-color: #86c6c4;
  color: #000000;
}
.btn.solid.alt:hover, .btn.solid.alt:focus,
.button.solid.alt:hover,
.button.solid.alt:focus {
  background-color: #63b6b3;
}

.intl-tel-input {
  position: relative;
}
.intl-tel-input * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 44px;
  margin-left: 0;
}
.intl-tel-input .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 1px;
}
.intl-tel-input .flag-dropdown:hover {
  cursor: pointer;
}
.intl-tel-input .flag-dropdown:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .flag-dropdown ul,
.intl-tel-input .flag-dropdown li {
  margin: 0;
  padding: 0;
  background: white;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 38px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .flag {
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
.intl-tel-input .selected-flag .arrow {
  position: relative;
  top: 50%;
  margin-top: -2px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555555;
}
.intl-tel-input .selected-flag .arrow.up {
  border-top: none;
  border-bottom: 4px solid #555555;
}
.intl-tel-input .country-list {
  list-style: none;
  position: absolute;
  z-index: 2;
  font-size: 14px;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #cccccc;
  width: 430px;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list .flag {
  display: inline-block;
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
.intl-tel-input .flag {
  width: 16px;
  height: 11px;
  background: url("https://chinaindiefilm.com/wp-content/plugins/vfb-pro/public/assets/img/flags.png");
}
.intl-tel-input .ad {
  background-position: -16px 0;
}
.intl-tel-input .ae {
  background-position: -32px 0;
}
.intl-tel-input .af {
  background-position: -48px 0;
}
.intl-tel-input .ag {
  background-position: -64px 0;
}
.intl-tel-input .ai {
  background-position: -80px 0;
}
.intl-tel-input .al {
  background-position: -96px 0;
}
.intl-tel-input .am {
  background-position: -112px 0;
}
.intl-tel-input .ao {
  background-position: -128px 0;
}
.intl-tel-input .ar {
  background-position: -144px 0;
}
.intl-tel-input .as {
  background-position: -160px 0;
}
.intl-tel-input .at {
  background-position: -176px 0;
}
.intl-tel-input .au {
  background-position: -192px 0;
}
.intl-tel-input .aw {
  background-position: -208px 0;
}
.intl-tel-input .az {
  background-position: -224px 0;
}
.intl-tel-input .ba {
  background-position: -240px 0;
}
.intl-tel-input .bb {
  background-position: 0 -11px;
}
.intl-tel-input .bd {
  background-position: -16px -11px;
}
.intl-tel-input .be {
  background-position: -32px -11px;
}
.intl-tel-input .bf {
  background-position: -48px -11px;
}
.intl-tel-input .bg {
  background-position: -64px -11px;
}
.intl-tel-input .bh {
  background-position: -80px -11px;
}
.intl-tel-input .bi {
  background-position: -96px -11px;
}
.intl-tel-input .bj {
  background-position: -112px -11px;
}
.intl-tel-input .bm {
  background-position: -128px -11px;
}
.intl-tel-input .bn {
  background-position: -144px -11px;
}
.intl-tel-input .bo {
  background-position: -160px -11px;
}
.intl-tel-input .br {
  background-position: -176px -11px;
}
.intl-tel-input .bs {
  background-position: -192px -11px;
}
.intl-tel-input .bt {
  background-position: -208px -11px;
}
.intl-tel-input .bw {
  background-position: -224px -11px;
}
.intl-tel-input .by {
  background-position: -240px -11px;
}
.intl-tel-input .bz {
  background-position: 0 -22px;
}
.intl-tel-input .ca {
  background-position: -16px -22px;
}
.intl-tel-input .cd {
  background-position: -32px -22px;
}
.intl-tel-input .cf {
  background-position: -48px -22px;
}
.intl-tel-input .cg {
  background-position: -64px -22px;
}
.intl-tel-input .ch {
  background-position: -80px -22px;
}
.intl-tel-input .ci {
  background-position: -96px -22px;
}
.intl-tel-input .ck {
  background-position: -112px -22px;
}
.intl-tel-input .cl {
  background-position: -128px -22px;
}
.intl-tel-input .cm {
  background-position: -144px -22px;
}
.intl-tel-input .cn {
  background-position: -160px -22px;
}
.intl-tel-input .co {
  background-position: -176px -22px;
}
.intl-tel-input .cr {
  background-position: -192px -22px;
}
.intl-tel-input .cu {
  background-position: -208px -22px;
}
.intl-tel-input .cv {
  background-position: -224px -22px;
}
.intl-tel-input .cw {
  background-position: -240px -22px;
}
.intl-tel-input .cy {
  background-position: 0 -33px;
}
.intl-tel-input .cz {
  background-position: -16px -33px;
}
.intl-tel-input .de {
  background-position: -32px -33px;
}
.intl-tel-input .dj {
  background-position: -48px -33px;
}
.intl-tel-input .dk {
  background-position: -64px -33px;
}
.intl-tel-input .dm {
  background-position: -80px -33px;
}
.intl-tel-input .do {
  background-position: -96px -33px;
}
.intl-tel-input .dz {
  background-position: -112px -33px;
}
.intl-tel-input .ec {
  background-position: -128px -33px;
}
.intl-tel-input .ee {
  background-position: -144px -33px;
}
.intl-tel-input .eg {
  background-position: -160px -33px;
}
.intl-tel-input .er {
  background-position: -176px -33px;
}
.intl-tel-input .es {
  background-position: -192px -33px;
}
.intl-tel-input .et {
  background-position: -208px -33px;
}
.intl-tel-input .fi {
  background-position: -224px -33px;
}
.intl-tel-input .fj {
  background-position: -240px -33px;
}
.intl-tel-input .fk {
  background-position: 0 -44px;
}
.intl-tel-input .fm {
  background-position: -16px -44px;
}
.intl-tel-input .fo {
  background-position: -32px -44px;
}
.intl-tel-input .fr, .intl-tel-input .bl, .intl-tel-input .mf {
  background-position: -48px -44px;
}
.intl-tel-input .ga {
  background-position: -64px -44px;
}
.intl-tel-input .gb {
  background-position: -80px -44px;
}
.intl-tel-input .gd {
  background-position: -96px -44px;
}
.intl-tel-input .ge {
  background-position: -112px -44px;
}
.intl-tel-input .gf {
  background-position: -128px -44px;
}
.intl-tel-input .gh {
  background-position: -144px -44px;
}
.intl-tel-input .gi {
  background-position: -160px -44px;
}
.intl-tel-input .gl {
  background-position: -176px -44px;
}
.intl-tel-input .gm {
  background-position: -192px -44px;
}
.intl-tel-input .gn {
  background-position: -208px -44px;
}
.intl-tel-input .gp {
  background-position: -224px -44px;
}
.intl-tel-input .gq {
  background-position: -240px -44px;
}
.intl-tel-input .gr {
  background-position: 0 -55px;
}
.intl-tel-input .gt {
  background-position: -16px -55px;
}
.intl-tel-input .gu {
  background-position: -32px -55px;
}
.intl-tel-input .gw {
  background-position: -48px -55px;
}
.intl-tel-input .gy {
  background-position: -64px -55px;
}
.intl-tel-input .hk {
  background-position: -80px -55px;
}
.intl-tel-input .hn {
  background-position: -96px -55px;
}
.intl-tel-input .hr {
  background-position: -112px -55px;
}
.intl-tel-input .ht {
  background-position: -128px -55px;
}
.intl-tel-input .hu {
  background-position: -144px -55px;
}
.intl-tel-input .id {
  background-position: -160px -55px;
}
.intl-tel-input .ie {
  background-position: -176px -55px;
}
.intl-tel-input .il {
  background-position: -192px -55px;
}
.intl-tel-input .in {
  background-position: -208px -55px;
}
.intl-tel-input .io {
  background-position: -224px -55px;
}
.intl-tel-input .iq {
  background-position: -240px -55px;
}
.intl-tel-input .ir {
  background-position: 0 -66px;
}
.intl-tel-input .is {
  background-position: -16px -66px;
}
.intl-tel-input .it {
  background-position: -32px -66px;
}
.intl-tel-input .jm {
  background-position: -48px -66px;
}
.intl-tel-input .jo {
  background-position: -64px -66px;
}
.intl-tel-input .jp {
  background-position: -80px -66px;
}
.intl-tel-input .ke {
  background-position: -96px -66px;
}
.intl-tel-input .kg {
  background-position: -112px -66px;
}
.intl-tel-input .kh {
  background-position: -128px -66px;
}
.intl-tel-input .ki {
  background-position: -144px -66px;
}
.intl-tel-input .km {
  background-position: -160px -66px;
}
.intl-tel-input .kn {
  background-position: -176px -66px;
}
.intl-tel-input .kp {
  background-position: -192px -66px;
}
.intl-tel-input .kr {
  background-position: -208px -66px;
}
.intl-tel-input .kw {
  background-position: -224px -66px;
}
.intl-tel-input .ky {
  background-position: -240px -66px;
}
.intl-tel-input .kz {
  background-position: 0 -77px;
}
.intl-tel-input .la {
  background-position: -16px -77px;
}
.intl-tel-input .lb {
  background-position: -32px -77px;
}
.intl-tel-input .lc {
  background-position: -48px -77px;
}
.intl-tel-input .li {
  background-position: -64px -77px;
}
.intl-tel-input .lk {
  background-position: -80px -77px;
}
.intl-tel-input .lr {
  background-position: -96px -77px;
}
.intl-tel-input .ls {
  background-position: -112px -77px;
}
.intl-tel-input .lt {
  background-position: -128px -77px;
}
.intl-tel-input .lu {
  background-position: -144px -77px;
}
.intl-tel-input .lv {
  background-position: -160px -77px;
}
.intl-tel-input .ly {
  background-position: -176px -77px;
}
.intl-tel-input .ma {
  background-position: -192px -77px;
}
.intl-tel-input .mc {
  background-position: -208px -77px;
}
.intl-tel-input .md {
  background-position: -224px -77px;
}
.intl-tel-input .me {
  background-position: -112px -154px;
  height: 12px;
}
.intl-tel-input .mg {
  background-position: 0 -88px;
}
.intl-tel-input .mh {
  background-position: -16px -88px;
}
.intl-tel-input .mk {
  background-position: -32px -88px;
}
.intl-tel-input .ml {
  background-position: -48px -88px;
}
.intl-tel-input .mm {
  background-position: -64px -88px;
}
.intl-tel-input .mn {
  background-position: -80px -88px;
}
.intl-tel-input .mo {
  background-position: -96px -88px;
}
.intl-tel-input .mp {
  background-position: -112px -88px;
}
.intl-tel-input .mq {
  background-position: -128px -88px;
}
.intl-tel-input .mr {
  background-position: -144px -88px;
}
.intl-tel-input .ms {
  background-position: -160px -88px;
}
.intl-tel-input .mt {
  background-position: -176px -88px;
}
.intl-tel-input .mu {
  background-position: -192px -88px;
}
.intl-tel-input .mv {
  background-position: -208px -88px;
}
.intl-tel-input .mw {
  background-position: -224px -88px;
}
.intl-tel-input .mx {
  background-position: -240px -88px;
}
.intl-tel-input .my {
  background-position: 0 -99px;
}
.intl-tel-input .mz {
  background-position: -16px -99px;
}
.intl-tel-input .na {
  background-position: -32px -99px;
}
.intl-tel-input .nc {
  background-position: -48px -99px;
}
.intl-tel-input .ne {
  background-position: -64px -99px;
}
.intl-tel-input .nf {
  background-position: -80px -99px;
}
.intl-tel-input .ng {
  background-position: -96px -99px;
}
.intl-tel-input .ni {
  background-position: -112px -99px;
}
.intl-tel-input .nl, .intl-tel-input .bq {
  background-position: -128px -99px;
}
.intl-tel-input .no {
  background-position: -144px -99px;
}
.intl-tel-input .np {
  background-position: -160px -99px;
}
.intl-tel-input .nr {
  background-position: -176px -99px;
}
.intl-tel-input .nu {
  background-position: -192px -99px;
}
.intl-tel-input .nz {
  background-position: -208px -99px;
}
.intl-tel-input .om {
  background-position: -224px -99px;
}
.intl-tel-input .pa {
  background-position: -240px -99px;
}
.intl-tel-input .pe {
  background-position: 0 -110px;
}
.intl-tel-input .pf {
  background-position: -16px -110px;
}
.intl-tel-input .pg {
  background-position: -32px -110px;
}
.intl-tel-input .ph {
  background-position: -48px -110px;
}
.intl-tel-input .pk {
  background-position: -64px -110px;
}
.intl-tel-input .pl {
  background-position: -80px -110px;
}
.intl-tel-input .pm {
  background-position: -96px -110px;
}
.intl-tel-input .pr {
  background-position: -112px -110px;
}
.intl-tel-input .ps {
  background-position: -128px -110px;
}
.intl-tel-input .pt {
  background-position: -144px -110px;
}
.intl-tel-input .pw {
  background-position: -160px -110px;
}
.intl-tel-input .py {
  background-position: -176px -110px;
}
.intl-tel-input .qa {
  background-position: -192px -110px;
}
.intl-tel-input .re {
  background-position: -208px -110px;
}
.intl-tel-input .ro {
  background-position: -224px -110px;
}
.intl-tel-input .rs {
  background-position: -240px -110px;
}
.intl-tel-input .ru {
  background-position: 0 -121px;
}
.intl-tel-input .rw {
  background-position: -16px -121px;
}
.intl-tel-input .sa {
  background-position: -32px -121px;
}
.intl-tel-input .sb {
  background-position: -48px -121px;
}
.intl-tel-input .sc {
  background-position: -64px -121px;
}
.intl-tel-input .sd {
  background-position: -80px -121px;
}
.intl-tel-input .se {
  background-position: -96px -121px;
}
.intl-tel-input .sg {
  background-position: -112px -121px;
}
.intl-tel-input .sh {
  background-position: -128px -121px;
}
.intl-tel-input .si {
  background-position: -144px -121px;
}
.intl-tel-input .sk {
  background-position: -160px -121px;
}
.intl-tel-input .sl {
  background-position: -176px -121px;
}
.intl-tel-input .sm {
  background-position: -192px -121px;
}
.intl-tel-input .sn {
  background-position: -208px -121px;
}
.intl-tel-input .so {
  background-position: -224px -121px;
}
.intl-tel-input .sr {
  background-position: -240px -121px;
}
.intl-tel-input .ss {
  background-position: 0 -132px;
}
.intl-tel-input .st {
  background-position: -16px -132px;
}
.intl-tel-input .sv {
  background-position: -32px -132px;
}
.intl-tel-input .sx {
  background-position: -48px -132px;
}
.intl-tel-input .sy {
  background-position: -64px -132px;
}
.intl-tel-input .sz {
  background-position: -80px -132px;
}
.intl-tel-input .tc {
  background-position: -96px -132px;
}
.intl-tel-input .td {
  background-position: -112px -132px;
}
.intl-tel-input .tg {
  background-position: -128px -132px;
}
.intl-tel-input .th {
  background-position: -144px -132px;
}
.intl-tel-input .tj {
  background-position: -160px -132px;
}
.intl-tel-input .tk {
  background-position: -176px -132px;
}
.intl-tel-input .tl {
  background-position: -192px -132px;
}
.intl-tel-input .tm {
  background-position: -208px -132px;
}
.intl-tel-input .tn {
  background-position: -224px -132px;
}
.intl-tel-input .to {
  background-position: -240px -132px;
}
.intl-tel-input .tr {
  background-position: 0 -143px;
}
.intl-tel-input .tt {
  background-position: -16px -143px;
}
.intl-tel-input .tv {
  background-position: -32px -143px;
}
.intl-tel-input .tw {
  background-position: -48px -143px;
}
.intl-tel-input .tz {
  background-position: -64px -143px;
}
.intl-tel-input .ua {
  background-position: -80px -143px;
}
.intl-tel-input .ug {
  background-position: -96px -143px;
}
.intl-tel-input .us {
  background-position: -112px -143px;
}
.intl-tel-input .uy {
  background-position: -128px -143px;
}
.intl-tel-input .uz {
  background-position: -144px -143px;
}
.intl-tel-input .va {
  background-position: -160px -143px;
}
.intl-tel-input .vc {
  background-position: -176px -143px;
}
.intl-tel-input .ve {
  background-position: -192px -143px;
}
.intl-tel-input .vg {
  background-position: -208px -143px;
}
.intl-tel-input .vi {
  background-position: -224px -143px;
}
.intl-tel-input .vn {
  background-position: -240px -143px;
}
.intl-tel-input .vu {
  background-position: 0 -154px;
}
.intl-tel-input .wf {
  background-position: -16px -154px;
}
.intl-tel-input .ws {
  background-position: -32px -154px;
}
.intl-tel-input .ye {
  background-position: -48px -154px;
}
.intl-tel-input .za {
  background-position: -64px -154px;
}
.intl-tel-input .zm {
  background-position: -80px -154px;
}
.intl-tel-input .zw {
  background-position: -96px -154px;
}

/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Input styles
/* -------------------------------------------------------------------- */
.vfbp-form {
  max-width: 100%;
  width: 405px;
  overflow: hidden;
  padding-top: 5px;
}
.vfbp-form p {
  margin: 0 !important;
}
.vfbp-form input[type=color],
.vfbp-form input[type=date],
.vfbp-form input[type=datetime],
.vfbp-form input[type=datetime-local],
.vfbp-form input[type=email],
.vfbp-form input[type=password],
.vfbp-form input[type=month],
.vfbp-form input[type=number],
.vfbp-form input[type=tel],
.vfbp-form input[type=time],
.vfbp-form input[type=url],
.vfbp-form input[type=week],
.vfbp-form input[type=text],
.vfbp-form select,
.vfbp-form textarea {
  width: 100%;
}
@media screen and (min-width: 470px) {
  .vfbp-form input[type=color],
.vfbp-form input[type=date],
.vfbp-form input[type=datetime],
.vfbp-form input[type=datetime-local],
.vfbp-form input[type=email],
.vfbp-form input[type=password],
.vfbp-form input[type=month],
.vfbp-form input[type=number],
.vfbp-form input[type=tel],
.vfbp-form input[type=time],
.vfbp-form input[type=url],
.vfbp-form input[type=week],
.vfbp-form input[type=text],
.vfbp-form select,
.vfbp-form textarea {
    width: 405px;
  }
}
.vfbp-form .vfb-addresspart-zip,
.vfbp-form input[type=email],
.vfbp-form input[type=tel],
.vfbp-form .short {
  width: 200px !important;
  max-width: 100%;
}
.vfbp-form .btn.btn-primary {
  padding-top: 16px;
  padding-bottom: 16px;
}

.vfb-col-12 {
  display: inline-block;
  margin-bottom: 16px;
}
@media screen and (max-width: 469px) {
  .vfb-col-12 {
    width: 100%;
  }
}

.vfb-fieldType-text .vfb-form-group,
.vfb-fieldType-email .vfb-form-group,
.vfb-fieldType-textarea .vfb-form-group {
  position: relative;
}
@media screen and (max-width: 469px) {
  .vfb-fieldType-text .vfb-form-group,
.vfb-fieldType-email .vfb-form-group,
.vfb-fieldType-textarea .vfb-form-group {
    width: 100%;
  }
}
.vfb-fieldType-text .vfb-form-group label,
.vfb-fieldType-email .vfb-form-group label,
.vfb-fieldType-textarea .vfb-form-group label {
  position: absolute;
  font-size: 18px;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: -ms-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate(0, 23px);
  -moz-transform: translate(0, 23px);
  -ms-transform: translate(0, 23px);
  -o-transform: translate(0, 23px);
  transform: translate(0, 23px);
  margin-bottom: 0;
  z-index: 1;
}
.vfb-fieldType-text .vfb-form-group textarea,
.vfb-fieldType-email .vfb-form-group textarea,
.vfb-fieldType-textarea .vfb-form-group textarea {
  height: 21px;
  color: #ffffff;
  -webkit-transition: height, 0.5s;
  -moz-transition: height, 0.5s;
  -ms-transition: height, 0.5s;
  -o-transition: height, 0.5s;
  transition: height, 0.5s;
}
.vfb-fieldType-text .vfb-form-group input,
.vfb-fieldType-email .vfb-form-group input,
.vfb-fieldType-textarea .vfb-form-group input {
  color: #ffffff;
}
.vfb-fieldType-text .vfb-form-group input::-webkit-input-placeholder,
.vfb-fieldType-email .vfb-form-group input::-webkit-input-placeholder,
.vfb-fieldType-textarea .vfb-form-group input::-webkit-input-placeholder {
  color: #ffffff;
}
.vfb-fieldType-text .vfb-form-group input::-moz-placeholder,
.vfb-fieldType-email .vfb-form-group input::-moz-placeholder,
.vfb-fieldType-textarea .vfb-form-group input::-moz-placeholder {
  color: #ffffff;
}
.vfb-fieldType-text .vfb-form-group input:-ms-input-placeholder,
.vfb-fieldType-email .vfb-form-group input:-ms-input-placeholder,
.vfb-fieldType-textarea .vfb-form-group input:-ms-input-placeholder {
  color: #ffffff;
}
.vfb-fieldType-text .vfb-form-group input:-moz-placeholder,
.vfb-fieldType-email .vfb-form-group input:-moz-placeholder,
.vfb-fieldType-textarea .vfb-form-group input:-moz-placeholder {
  color: #ffffff;
}
.vfb-fieldType-text .vfb-form-group div,
.vfb-fieldType-email .vfb-form-group div,
.vfb-fieldType-textarea .vfb-form-group div {
  position: relative;
  display: inline-block;
  padding-top: 26px;
}
@media screen and (max-width: 469px) {
  .vfb-fieldType-text .vfb-form-group div,
.vfb-fieldType-email .vfb-form-group div,
.vfb-fieldType-textarea .vfb-form-group div {
    width: 100%;
  }
}
.vfb-fieldType-text .vfb-form-group div:before,
.vfb-fieldType-email .vfb-form-group div:before,
.vfb-fieldType-textarea .vfb-form-group div:before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  content: "";
  border-bottom: 1px solid #ffffff;
  border-color: #757575;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  z-index: 0;
}
.vfb-fieldType-text .vfb-form-group div:after,
.vfb-fieldType-email .vfb-form-group div:after,
.vfb-fieldType-textarea .vfb-form-group div:after {
  position: relative;
  bottom: 0;
  display: block;
  width: 0;
  content: "";
  border-bottom: 3px solid #ffffff;
  border-color: #757575;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  z-index: 1;
}
.vfb-fieldType-text .vfb-form-group.label_above label,
.vfb-fieldType-email .vfb-form-group.label_above label,
.vfb-fieldType-textarea .vfb-form-group.label_above label {
  font-size: 15px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.vfb-fieldType-text .vfb-form-group.label_above textarea,
.vfb-fieldType-email .vfb-form-group.label_above textarea,
.vfb-fieldType-textarea .vfb-form-group.label_above textarea {
  height: 72px;
  color: initial;
}
.vfb-fieldType-text .vfb-form-group.label_above input,
.vfb-fieldType-email .vfb-form-group.label_above input,
.vfb-fieldType-textarea .vfb-form-group.label_above input {
  color: initial;
}
.vfb-fieldType-text .vfb-form-group.label_above input::-webkit-input-placeholder,
.vfb-fieldType-email .vfb-form-group.label_above input::-webkit-input-placeholder,
.vfb-fieldType-textarea .vfb-form-group.label_above input::-webkit-input-placeholder {
  color: initial;
}
.vfb-fieldType-text .vfb-form-group.label_above input::-moz-placeholder,
.vfb-fieldType-email .vfb-form-group.label_above input::-moz-placeholder,
.vfb-fieldType-textarea .vfb-form-group.label_above input::-moz-placeholder {
  color: initial;
}
.vfb-fieldType-text .vfb-form-group.label_above input:-ms-input-placeholder,
.vfb-fieldType-email .vfb-form-group.label_above input:-ms-input-placeholder,
.vfb-fieldType-textarea .vfb-form-group.label_above input:-ms-input-placeholder {
  color: initial;
}
.vfb-fieldType-text .vfb-form-group.label_above input:-moz-placeholder,
.vfb-fieldType-email .vfb-form-group.label_above input:-moz-placeholder,
.vfb-fieldType-textarea .vfb-form-group.label_above input:-moz-placeholder {
  color: initial;
}
.vfb-fieldType-text .vfb-form-group.label_above div:after,
.vfb-fieldType-email .vfb-form-group.label_above div:after,
.vfb-fieldType-textarea .vfb-form-group.label_above div:after {
  width: 100%;
  border-color: #2697F3;
}

.vfb-fieldType-text .vfb-form-group.label_above label,
.vfb-fieldType-email .vfb-form-group.label_above label {
  font-size: 15px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.vfb-fieldType-select {
  position: relative;
}
.vfb-fieldType-select label {
  position: absolute;
  font-size: 18px;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: -ms-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate(0, 23px);
  -moz-transform: translate(0, 23px);
  -ms-transform: translate(0, 23px);
  -o-transform: translate(0, 23px);
  transform: translate(0, 23px);
  margin-bottom: 0;
  z-index: 1;
}
.vfb-fieldType-select select {
  color: #ffffff;
}
.vfb-fieldType-select div div {
  position: relative;
  display: inline-block;
  padding-top: 26px;
}
.vfb-fieldType-select div div:before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  content: "";
  border-bottom: 1px solid #ffffff;
  border-color: #757575;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  z-index: 0;
}
.vfb-fieldType-select div div:after {
  position: relative;
  bottom: 0;
  display: block;
  width: 0;
  content: "";
  border-bottom: 3px solid #ffffff;
  border-color: #757575;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  z-index: 1;
}
.vfb-fieldType-select.label_above label {
  font-size: 15px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.vfb-fieldType-select.label_above select {
  color: initial;
}
.vfb-fieldType-select.label_above div:after {
  width: 100%;
  border-color: #2697F3;
}

.vfb-has-error div:before,
.vfb-has-error div:after {
  border-width: 3px !important;
  border-color: #ee7978 !important;
}

.vfb-help-block {
  color: #ee7978;
}
.vfb-help-block div {
  padding: 16px 0 0;
}

/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Input styles
/* -------------------------------------------------------------------- */
form label {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
  cursor: pointer;
}
form input[type=color],
form input[type=date],
form input[type=datetime],
form input[type=datetime-local],
form input[type=email],
form input[type=password],
form input[type=month],
form input[type=number],
form input[type=tel],
form input[type=time],
form input[type=url],
form input[type=week],
form input[type=text],
form select,
form textarea {
  font-size: 15px;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
}
form .vfb-fieldType-phone {
  margin-bottom: 15px;
}

select {
  background: #ffffff url(https://chinaindiefilm.com/wp-content/themes/sass/img/icon/dropdown.png) !important;
  background-repeat: no-repeat !important;
  background-size: 17px 9px !important;
  background-position: right center !important;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
svg:not(:root) {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: bottom;
}

@media screen and (min-width: 600px) {
  .alignnone,
.alignleft,
.alignright {
    margin-top: 5.2px !important;
  }
}
@media screen and (max-width: 599px) {
  .alignnone,
.alignleft,
.alignright {
    display: block;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

.inlineimg {
  text-align: center;
}

.inlinecenter {
  display: inline-block;
  vertical-align: bottom;
}

/* -----------------------------------------------------------------------
/* Not mobile
/* -------------------------------------------------------------------- */
.alignnone {
  margin-top: 0;
}

.fixedleft,
.fixedright {
  margin-top: 0;
  max-width: 40vw;
}
@media screen and (min-width: 650px) {
  .fixedleft,
.fixedright {
    max-width: 40%;
  }
}

@media screen and (min-width: 600px) {
  .alignleft,
.alignright {
    max-width: 40vw;
  }
}
@media screen and (min-width: 650px) {
  .alignleft,
.alignright {
    max-width: 40%;
  }
}

.alignnone {
  margin: 0 26px 26px 0;
}
@media screen and (min-width: 500px) {
  .alignnone {
    margin: 0 26px 13px 0;
  }
}

.alignleft {
  margin: 0 26px 26px 0;
}
@media screen and (min-width: 600px) {
  .alignleft {
    float: left;
  }
}
@media screen and (min-width: 500px) {
  .alignleft {
    margin: 0 26px 13px 0;
  }
}

.alignright {
  margin: 0 0 26px 26px;
}
@media screen and (min-width: 600px) {
  .alignright {
    float: right;
  }
}
@media screen and (min-width: 500px) {
  .alignright {
    margin: 0 0 13px 26px;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto 13px auto;
}
@media screen and (min-width: 500px) {
  .aligncenter {
    margin-bottom: 26px;
  }
}

.fixedleft {
  float: left;
  margin-right: 13px !important;
  margin-bottom: 26px;
}
@media screen and (min-width: 500px) {
  .fixedleft {
    margin-right: 26px !important;
    margin-bottom: 26px;
  }
}

.fixedright {
  float: right;
  margin-left: 13px !important;
  margin-bottom: 26px;
}
@media screen and (min-width: 500px) {
  .fixedright {
    margin-left: 26px !important;
    margin-bottom: 26px;
  }
}

.content p .fixedleft,
.content p .fixedright,
.content p .alignnone,
.content p .alignleft,
.content p .alignright {
  clear: both;
  margin-bottom: 13px;
}
@media screen and (min-width: 500px) {
  .content p .fixedleft,
.content p .fixedright,
.content p .alignnone,
.content p .alignleft,
.content p .alignright {
    margin-bottom: 13px;
  }
}

/* -----------------------------------------------------------------------
/* inner_thin content area differences
/* -------------------------------------------------------------------- */
@media screen and (min-width: 500px) {
  .inner_thin .fixedleft,
.inner_thin .fixedright,
.inner_thin .alignleft,
.inner_thin .alignright {
    max-width: 40%;
  }
}

/* -----------------------------------------------------------------------
/* Sidebar content area differences
/* -------------------------------------------------------------------- */
@media screen and (min-width: 765px) {
  .page_sidebar .fixedleft,
.page_sidebar .fixedright,
.page_sidebar .alignleft,
.page_sidebar .alignright,
.feed_sidebar .fixedleft,
.feed_sidebar .fixedright,
.feed_sidebar .alignleft,
.feed_sidebar .alignright {
    max-width: 26vw;
  }
}

.gallery {
  display: none;
}

.featured_image,
.background_img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.featured_image div.featured_text,
.background_img div.featured_text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 26px;
  padding-right: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
}
.featured_image div.featured_text p, .featured_image div.featured_text h1,
.background_img div.featured_text p,
.background_img div.featured_text h1 {
  color: #ffffff;
  font-weight: 300;
  line-height: inherit;
  margin-bottom: 0;
}
@media (max-width: 24.9375em) {
  .featured_image div.featured_text p, .featured_image div.featured_text h1,
.background_img div.featured_text p,
.background_img div.featured_text h1 {
    font-size: 25px;
    font-size: 1.5625em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  .featured_image div.featured_text p, .featured_image div.featured_text h1,
.background_img div.featured_text p,
.background_img div.featured_text h1 {
    font-size: calc( 1.5625em + (60 - 25) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.5625em + (60 - 25) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.5625em + (60 - 25) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  .featured_image div.featured_text p, .featured_image div.featured_text h1,
.background_img div.featured_text p,
.background_img div.featured_text h1 {
    font-size: 60px;
    font-size: 3.75em;
  }
}
@media (max-width: 24.9375em) {
  .featured_image div.featured_text p, .featured_image div.featured_text h1,
.background_img div.featured_text p,
.background_img div.featured_text h1 {
    line-height: 1.32;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  .featured_image div.featured_text p, .featured_image div.featured_text h1,
.background_img div.featured_text p,
.background_img div.featured_text h1 {
    line-height: calc( 1.32em + ( 18 - 19.8 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -moz-calc( 1.32em + ( 18 - 19.8 ) * ( (100vw - 400px) / ( 803 - 400) ) );
    line-height: -webkit-calc( 1.32em + ( 18 - 19.8 ) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  .featured_image div.featured_text p, .featured_image div.featured_text h1,
.background_img div.featured_text p,
.background_img div.featured_text h1 {
    line-height: 1.2;
  }
}

.featured_image {
  display: block;
  margin: 0 0 26px;
}
@media screen and (min-width: 500px) {
  .featured_image {
    margin: 0 0 26px;
  }
}
.featured_image img {
  width: 100%;
  visibility: hidden;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
@media screen and (max-width: 797px) {
  .burger_holder {
    width: 38px;
  }

  .burger {
    float: right;
  }
}
.burger {
  position: relative;
  width: 25px;
  height: 24px;
  padding: 5px 0 5px 5px;
  cursor: pointer;
}
@media screen and (min-width: 798px) {
  .burger {
    display: none;
  }
}
.burger:hover .burger_inside:after, .burger:focus .burger_inside:after {
  width: 20px;
}

.burger_inside,
.burger_inside:before,
.burger_inside:after {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
}

.burger_inside {
  -webkit-transition: background, 0.25s;
  -moz-transition: background, 0.25s;
  -ms-transition: background, 0.25s;
  -o-transition: background, 0.25s;
  transition: background, 0.25s;
}
.burger_inside:before, .burger_inside:after {
  position: absolute;
  height: 2px;
  left: 0;
  content: "";
  -webkit-transition: width, 0.5s;
  -moz-transition: width, 0.5s;
  -ms-transition: width, 0.5s;
  -o-transition: width, 0.5s;
  transition: width, 0.5s;
}
.burger_inside:before {
  top: 6px;
}
.burger_inside:after {
  top: 12px;
  width: 12px;
}

.tray_open #header .burger .burger_inside,
.trayburger .burger_inside {
  background-color: transparent;
}
.tray_open #header .burger .burger_inside:before, .tray_open #header .burger .burger_inside:after,
.trayburger .burger_inside:before,
.trayburger .burger_inside:after {
  width: 18px;
  top: 6px;
}
.tray_open #header .burger .burger_inside:before,
.trayburger .burger_inside:before {
  transform: rotate(-45deg);
}
.tray_open #header .burger .burger_inside:after,
.trayburger .burger_inside:after {
  transform: rotate(45deg);
}

.trayburger .burger_inside:after {
  width: 18px !important;
}

/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* layout
/* -------------------------------------------------------------------- */
/* -------------------------
/* Search holder
/* ---------------------- */
#search_holder {
  display: table;
  float: right;
  /*-----------*/
  /*-----------*/
}
@media screen and (max-width: 797px) {
  #search_holder {
    height: 80px;
  }
}
@media screen and (min-width: 798px) {
  #search_holder {
    margin-left: 18px;
  }
}
@media screen and (min-width: 1152px) {
  #search_holder {
    margin-left: 23px;
  }
}

/* -------------------------
/* Search icon
/* ---------------------- */
.search_icon {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 797px) {
  .search_icon {
    padding-top: 3px;
  }
}

/* -----------------------------------------------------------------------
/* Unchanging styling
/* -------------------------------------------------------------------- */
.search_field_input {
  display: none;
  font-size: 16px;
  line-height: 1.5;
}

/* -----------------------------------------------------------------------
/* Style
/* -------------------------------------------------------------------- */
/* -------------------------
/* Open search button
/* ---------------------- */
.search_field_button,
.search_icon {
  overflow: hidden;
  width: 16px;
  width: 17px;
  /*-----------*/
  /*-----------*/
}
@media screen and (max-width: 677px) {
  .search_field_button,
.search_icon {
    height: 12px;
  }
}
.search_field_button .search_inside,
.search_icon .search_inside {
  position: relative;
  vertical-align: bottom;
  background-color: transparent;
  padding: 0;
  width: 13px;
  height: 13px;
  border: 2px solid;
  border-color: #ffffff;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
  margin-bottom: 5px;
  -webkit-transition: all, 0.25s;
  -moz-transition: all, 0.25s;
  -ms-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  transition: all, 0.25s;
  /*-----------*/
  /*-----------*/
}
.search_field_button .search_inside:after,
.search_icon .search_inside:after {
  position: absolute;
  display: block;
  content: " ";
  width: 3px;
  height: 8px;
  background-color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transform: rotate(-45deg);
  top: 8px;
  left: 9px;
  left: 10px;
  /*-----------*/
  /*-----------*/
}
/* -------------------------
/* field search button
/* ---------------------- */
.search_field_button {
  display: none;
  position: absolute;
  right: 28px;
  top: 13px;
  height: inherit;
}
.search_field_button .search_inside {
  border-color: #424242;
  /*-----------*/
  /*-----------*/
}
.search_field_button .search_inside:after {
  background-color: #424242;
}

/* -------------------------
/* Search field hidden but styled
/* ---------------------- */
#search_input_holder {
  vertical-align: middle;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: right;
  -webkit-transition: transform, 0.5s;
  -moz-transition: transform, 0.5s;
  -ms-transition: transform, 0.5s;
  -o-transition: transform, 0.5s;
  transition: transform, 0.5s;
}

#search_input_form {
  position: relative;
}

.search_field_input {
  padding: 8px 40px 9px 18px;
}

/* -----------------------------------------------------------------------
/* Search open 				- styling
/* -------------------------------------------------------------------- */
/* -------------------------
/* Opened open search button
/* ---------------------- */
.search_open .search_icon {
  padding-top: initial;
}
.search_open .search_icon .search_inside {
  margin-top: 5px;
  transform: rotate(45deg);
  border-width: 1px;
  width: 16px;
  height: 1px;
}
.search_open .search_icon .search_inside:after {
  width: 2px;
  height: 16px;
  top: -8px;
  left: 6px;
  transform: rotate(0deg);
}

/* -------------------------
/* Open search field
/* ---------------------- */
.search_open #search_input_holder {
  display: table-cell;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.search_open .search_field_button {
  display: initial;
}
.search_open .search_field_input {
  display: initial;
  border: none;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
  /*-----------*/
  /*-----------*/
}
@media screen and (min-width: 678px) {
  .search_open .search_field_input {
    margin-right: 16px;
  }
}

/* -----------------------------------------------------------------------
/* Search open 				- MOBILE styling
/* -------------------------------------------------------------------- */
@media screen and (max-width: 677px) {
  .search_open #header {
    padding-bottom: 65px;
  }
  .search_open #search_input_holder {
    position: absolute;
    left: 0;
    top: 87px;
    width: 100%;
  }
  .search_open #search_holder {
    width: inherit;
  }
  .search_open form#search_input_form {
    padding: 0 16px;
  }
  .search_open form#search_input_form .search_field_input {
    width: calc(100% - 58px);
  }
}
/* -----------------------------------------------------------------------
/* Search position
/* -------------------------------------------------------------------- */
@media screen and (min-height: 500px) {
  .h_static.h_scrolled.search_open .hide_on_search_scroll {
    display: none !important;
  }
}
/* -----------------------------------------------------------------------
/* Misc
/* -------------------------------------------------------------------- */
@media screen and (min-width: 678px) {
  .search_open .hide_on_search {
    display: none !important;
  }
}
@media screen and (min-width: 677px) and (max-width: 797px) {
  .search_open .hide_on_search_mobile {
    display: none !important;
  }
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Header Height
/* -------------------------------------------------------------------- */
#header {
  background-image: url("https://chinaindiefilm.com/wp-content/uploads/2020/07/backgrnd2.jpg");
  position: relative;
  overflow: hidden;
}
#header .inner {
  width: 100%;
  display: table;
}
#header .inner_center {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 699px) {
  #header .inner_center {
    height: 80px;
  }
}
@media screen and (min-width: 700px) {
  #header .inner_center {
    height: 100px;
  }
}
@media screen and (min-width: 1152px) {
  #header .inner_center {
    height: 133px;
  }
}

/* -----------------------------------------------------------------------
/* Scroll details
/* -------------------------------------------------------------------- */
@media screen and (min-height: 500px) and (min-width: 700px) {
  .h_static.h_scrolled #header .inner_center {
    height: 80px;
    -webkit-transition: height, 0.25s;
    -moz-transition: height, 0.25s;
    -ms-transition: height, 0.25s;
    -o-transition: height, 0.25s;
    transition: height, 0.25s;
  }
  .h_static.h_scrolled #header .hide_on_scroll {
    display: none;
  }
}
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Logo
/* -------------------------------------------------------------------- */
#header #logo_url {
  display: block;
  float: left;
}
@media screen and (max-width: 797px) {
  #header #logo_url {
    width: 121px;
    height: 58px;
  }
  #header #logo_url img {
    width: 121px;
    height: 58px;
  }
}
@media screen and (min-width: 798px) {
  #header #logo_url {
    width: 160px;
    height: 77px;
  }
  #header #logo_url img {
    width: 160px;
    height: 77px;
  }
}
@media screen and (min-width: 1152px) {
  #header #logo_url {
    width: 200px;
    height: 96px;
  }
  #header #logo_url img {
    width: 200px;
    height: 96px;
  }
}

/* -----------------------------------------------------------------------
/* Header scrolled options
/* -------------------------------------------------------------------- */
@media screen and (min-height: 500px) {
  /* -----------------------------------------------------------------------
  /* Logo
  /* -------------------------------------------------------------------- */
}
@media screen and (min-height: 500px) and (min-width: 798px) {
  .h_static.h_scrolled #header #logo_url {
    width: 121px;
    height: 58px;
    -webkit-transition: height, 0.25s;
    -moz-transition: height, 0.25s;
    -ms-transition: height, 0.25s;
    -o-transition: height, 0.25s;
    transition: height, 0.25s;
  }
  .h_static.h_scrolled #header #logo_url img {
    width: 121px;
    height: 58px;
  }
}
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Right aligned menu with logo
/* -------------------------------------------------------------------- */
#header .hide,
#tray .hide {
  display: none !important;
}

#header ul.topmenu {
  padding: 0;
  margin: 0;
  /*-----------*/
  /*-----------*/
}
@media screen and (max-width: 797px) {
  #header ul.topmenu {
    display: none !important;
  }
}
@media screen and (min-width: 798px) {
  #header ul.topmenu {
    clear: both;
  }
}
#header ul.topmenu li {
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 0;
  /*-----------*/
  /*-----------*/
}
#header ul.topmenu li a {
  font-size: 16px;
  font-size: 1em;
  color: #ffffff;
  text-decoration: none;
  /*-----------*/
  /*-----------*/
}
@media screen and (min-width: 798px) {
  #header ul.topmenu li a {
    margin-left: 36px;
  }
}
@media screen and (min-width: 1152px) {
  #header ul.topmenu li a {
    margin-left: 46px;
  }
}
#header ul.topmenu li:first-child a {
  margin-left: 0;
}
@media screen and (min-width: 798px) {
  #header ul.topmenu li {
    font-size: 17px;
    font-size: 1.0625em;
  }
}
@media screen and (min-width: 1152px) {
  #header ul.topmenu li {
    font-size: 18px;
    font-size: 1.125em;
  }
}
#header ul.topmenu .current-menu-item a,
#header ul.topmenu .current-menu-parent a {
  color: #ffffff;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* CTA - top_row
/* -------------------------------------------------------------------- */
@media screen and (max-width: 797px) {
  #header .cta_inner {
    float: right;
  }
}
@media screen and (max-width: 797px) {
  #header .cta_inner #top_row {
    height: 80px;
    width: inherit;
    float: left;
  }
}
@media screen and (max-width: 797px) {
  #header .cta_menu_holder {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
  }
}
#header .cta_menu_holder p {
  float: right;
}
@media screen and (max-width: 797px) {
  #header .cta_menu_holder p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 798px) {
  #header .cta_menu_holder p {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 1152px) {
  #header .cta_menu_holder p {
    margin-bottom: 26px;
  }
}
#header .contact_details {
  line-height: 1.5;
  margin-right: 36px;
}
@media screen and (min-width: 1152px) {
  #header .contact_details {
    margin-right: 46px;
  }
}

/* -----------------------------------------------------------------------
/* CTA - general
/* -------------------------------------------------------------------- */
#header .cta_menu_holder {
  float: right;
}

/* -----------------------------------------------------------------------
/* Scroll details
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Header stylings
/* -------------------------------------------------------------------- */
#header .undermenu_holder {
  background: #0f0c0c;
}
#header .undermenu_holder ul {
  padding: 0;
  margin: 0;
}
#header .undermenu_holder li {
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 0;
  /*-----------*/
  /*-----------*/
}
#header .undermenu_holder li a {
  font-size: 16px;
  font-size: 1em;
  color: #ffffff;
  text-decoration: none;
  /*-----------*/
  /*-----------*/
}
@media screen and (min-width: 700px) {
  #header .undermenu_holder li a {
    margin-left: 36px;
  }
}
@media screen and (min-width: 1152px) {
  #header .undermenu_holder li a {
    margin-left: 46px;
  }
}
#header .undermenu_holder li:first-child a {
  margin-left: 0;
}
@media screen and (min-width: 700px) {
  #header .undermenu_holder li {
    font-size: 17px;
    font-size: 1.0625em;
  }
}
@media screen and (min-width: 1152px) {
  #header .undermenu_holder li {
    font-size: 18px;
    font-size: 1.125em;
  }
}

/* -----------------------------------------------------------------------
/* Menu height
/* -------------------------------------------------------------------- */
#header .undermenu_holder {
  width: 100%;
  display: table;
}
#header .undermenu_holder .undermenu {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 699px) {
  #header .undermenu_holder .undermenu {
    display: none;
  }
}
@media screen and (min-width: 700px) {
  #header .undermenu_holder .undermenu {
    height: 48px;
  }
}
@media screen and (min-width: 1152px) {
  #header .undermenu_holder .undermenu {
    height: 62px;
  }
}

/* -----------------------------------------------------------------------
/* Scroll details
/* -------------------------------------------------------------------- */
@media screen and (min-height: 500px) and (min-width: 700px) {
  .h_static.h_scrolled #header .undermenu {
    height: 48px;
    -webkit-transition: height, 0.25s;
    -moz-transition: height, 0.25s;
    -ms-transition: height, 0.25s;
    -o-transition: height, 0.25s;
    transition: height, 0.25s;
  }
}
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* icon included?
/* -------------------------------------------------------------------- */
.home_link {
  float: right;
  /*-----------*/
  /*-----------*/
}
.home_link img {
  height: 20px;
}
@media screen and (max-width: 797px) {
  .home_link {
    display: none;
  }
}
@media screen and (min-width: 798px) {
  .home_link {
    margin-right: 18px;
  }
}
@media screen and (min-width: 1152px) {
  .home_link {
    margin-right: 23px;
  }
}

/* -----------------------------------------------------------------------
/* Row setup
/* -------------------------------------------------------------------- */
#top_row,
#bottom_row {
  display: table;
  float: right;
  width: 100%;
}
#top_row .cta,
#bottom_row .cta {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (min-width: 798px) {
  #top_row .cta {
    height: 48px;
  }
}
@media screen and (min-width: 1152px) {
  #top_row .cta {
    height: 60px;
  }
}

@media screen and (max-width: 797px) {
  #bottom_row {
    display: none !important;
  }
}
@media screen and (min-width: 798px) {
  #bottom_row {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1152px) {
  #bottom_row {
    padding-bottom: 17px;
  }
}

/* -----------------------------------------------------------------------
/* Bottom Menu styling - top menu is styling from _menu
/* -------------------------------------------------------------------- */
#header #bottom_row .menu {
  float: right;
}
#header #bottom_row ul {
  padding: 0;
  margin: 0;
}
#header #bottom_row li {
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 0;
  /*-----------*/
  /*-----------*/
}
@media screen and (min-width: 798px) {
  #header #bottom_row li {
    font-size: 17px;
    font-size: 1.0625em;
  }
}
@media screen and (min-width: 1152px) {
  #header #bottom_row li {
    font-size: 18px;
    font-size: 1.125em;
  }
}
#header #bottom_row li a {
  font-size: 16px;
  font-size: 1em;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  /*-----------*/
  /*-----------*/
}
@media screen and (min-width: 798px) {
  #header #bottom_row li a {
    margin-left: 36px;
  }
}
@media screen and (min-width: 1152px) {
  #header #bottom_row li a {
    margin-left: 46px;
  }
}
#header #bottom_row li:first-child a {
  margin-left: 0;
}
#header #bottom_row .current-menu-item a,
#header #bottom_row .current-menu-parent a {
  color: #e6e6e6;
}

/* -----------------------------------------------------------------------
/* Scroll details
/* -------------------------------------------------------------------- */
@media screen and (min-height: 500px) and (min-width: 798px) {
  .h_static.h_scrolled #search_holder {
    margin-left: 36px;
  }
}
@media screen and (min-height: 500px) and (min-width: 798px) and (min-width: 798px) {
  .h_static.h_scrolled #search_holder {
    margin-left: 46px;
  }
}
@media screen and (min-height: 500px) and (min-width: 798px) {
  .h_static.h_scrolled #header #top_row,
.h_static.h_scrolled #header #bottom_row {
    width: initial;
  }
  .h_static.h_scrolled #header #top_row .cta,
.h_static.h_scrolled #header #bottom_row {
    height: 80px;
    padding: 0;
  }
}
/* -----------------------------------------------------------------------
/* .inner
/* -------------------------------------------------------------------- */
/* --------------------------------------------
/* not output x2 if same size
/* ----------------------------------------- */
#wp-toolbar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (min-width: 500px) {
  #wp-toolbar {
    max-width: 1253px;
    padding: 0 39px;
  }
}

.inner {
  word-break: break-word;
}

@media screen and (max-width: 499px) {
  .front_page .inner,
.feed .inner,
.page .inner {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media screen and (min-width: 500px) {
  .front_page .inner,
.feed .inner,
.page .inner {
    padding-left: 52px;
    padding-right: 52px;
  }
}

.page .inner {
  max-width: 804px;
}

.feed .inner {
  max-width: 804px;
}

.front_page .inner {
  max-width: 1279px;
}

.front_page .inner_thin {
  max-width: 1108px;
}

.inner_thin {
  max-width: 808px;
}
@media screen and (max-width: 499px) {
  .inner_thin {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media screen and (min-width: 500px) {
  .inner_thin {
    padding-left: 104px;
    padding-right: 104px;
  }
}

.page .inner,
.feed .inner,
.front_page .inner {
  overflow: hidden;
}
.page .inner .inner_thin,
.feed .inner .inner_thin,
.front_page .inner .inner_thin {
  max-width: 860px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 500px) {
  .page .inner .inner_thin,
.feed .inner .inner_thin,
.front_page .inner .inner_thin {
    padding-left: 26px;
    padding-right: 26px;
  }
}

#header .inner {
  max-width: 1253px;
}

#footer .inner {
  max-width: 1253px;
}

.header_width {
  max-width: 1279px !important;
}

.front_width {
  max-width: 1279px !important;
}

#header .inner,
#footer .inner {
  overflow: hidden;
}
@media screen and (max-width: 499px) {
  #header .inner,
#footer .inner {
    padding-left: 13px;
    padding-right: 21px;
  }
}
@media screen and (min-width: 500px) {
  #header .inner,
#footer .inner {
    padding-left: 39px;
    padding-right: 39px;
  }
}

.inner,
.inner_thin {
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* padding extras
/* -------------------------------------------------------------------- */
@media screen and (max-width: 299px) {
  #login,
.page_top,
.padding_top {
    padding-top: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  #login,
.page_top,
.padding_top {
    padding-top: calc( 1.625em + (52 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -moz-calc( 1.625em + (52 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -webkit-calc( 1.625em + (52 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  #login,
.page_top,
.padding_top {
    padding-top: 52px;
  }
}

@media screen and (max-width: 299px) {
  .padding_top_small {
    padding-top: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  .padding_top_small {
    padding-top: calc( 1.625em + (32.5 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -moz-calc( 1.625em + (32.5 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -webkit-calc( 1.625em + (32.5 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  .padding_top_small {
    padding-top: 32.5px;
  }
}

@media screen and (max-width: 299px) {
  #login,
#body,
.padding_bottom {
    padding-bottom: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  #login,
#body,
.padding_bottom {
    padding-bottom: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -moz-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  #login,
#body,
.padding_bottom {
    padding-bottom: 52px;
  }
}
@media screen and (max-width: 299px) {
  #login_text,
#body_text,
.padding_bottom_text {
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  #login_text,
#body_text,
.padding_bottom_text {
    padding-bottom: calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -moz-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -webkit-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  #login_text,
#body_text,
.padding_bottom_text {
    padding-bottom: 26px;
  }
}

@media screen and (max-width: 299px) {
  .padding_full {
    padding-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  .padding_full {
    padding-top: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -moz-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  .padding_full {
    padding-top: 52px;
  }
}
@media screen and (max-width: 299px) {
  .padding_full {
    padding-bottom: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  .padding_full {
    padding-bottom: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -moz-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  .padding_full {
    padding-bottom: 52px;
  }
}
@media screen and (max-width: 299px) {
  .padding_full_text {
    padding-top: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  .padding_full_text {
    padding-top: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -moz-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  .padding_full_text {
    padding-top: 52px;
  }
}
@media screen and (max-width: 299px) {
  .padding_full_text {
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  .padding_full_text {
    padding-bottom: calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -moz-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -webkit-calc( 1.625em + (26 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  .padding_full_text {
    padding-bottom: 26px;
  }
}
@media screen and (max-width: 299px) {
  .padding_full_title {
    padding-bottom: 52px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  .padding_full_title {
    padding-bottom: calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -moz-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-bottom: -webkit-calc( 3.25em + (52 - 52) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  .padding_full_title {
    padding-bottom: 52px;
  }
}
@media screen and (max-width: 299px) {
  .padding_full_title {
    padding-top: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 803px) {
  .padding_full_title {
    padding-top: calc( 1.625em + (32.5 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -moz-calc( 1.625em + (32.5 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
    padding-top: -webkit-calc( 1.625em + (32.5 - 26) * ( (100vw - 300px) / ( 803 - 300) ) );
  }
}
@media screen and (min-width: 804px) {
  .padding_full_title {
    padding-top: 32.5px;
  }
}

/* -----------------------------------------------------------------------
/* Min-height for pages
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* news_feed
/* -------------------------------------------------------------------- */
.news_feed h2.title {
  max-width: 100%;
  margin-bottom: 5px;
  color: #392e2e;
}
@media (max-width: 24.9375em) {
  .news_feed h2.title {
    font-size: 22px;
    font-size: 1.375em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  .news_feed h2.title {
    font-size: calc( 1.375em + (27 - 22) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1.375em + (27 - 22) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1.375em + (27 - 22) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  .news_feed h2.title {
    font-size: 27px;
    font-size: 1.6875em;
  }
}
.news_feed h2.title:hover, .news_feed h2.title:focus {
  color: #0f0c0c;
}
.news_feed p, .news_feed li {
  font-size: 15px;
  font-size: 0.9375em;
  margin-bottom: 5px;
}

.meta {
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 100;
  color: #a0a0a0;
}
.meta + h1 {
  margin-top: 0;
}

/* -----------------------------------------------------------------------
/* Header and foundation work
/* -------------------------------------------------------------------- */
@media screen and (max-width: 569px) {
  .news_feed article {
    padding-bottom: 26px;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 26px;
  }
  .news_feed article:last-child {
    padding-bottom: 0;
    border: none;
  }
}
.news_feed article header .title {
  font-size: 20px;
  font-size: 1.25em;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 919px) {
  .news_feed.col_2_thin article {
    padding-bottom: 26px;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 26px;
  }
  .news_feed.col_2_thin article:last-child {
    padding-bottom: 0;
    border: none;
  }
}

/* -----------------------------------------------------------------------
/* font work
/* -------------------------------------------------------------------- */
.news_feed article h1, .news_feed article h2, .news_feed article h3, .news_feed article h4, .news_feed article h5, .news_feed article h6 {
  margin: 0 0 5px;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 400;
}
.news_feed article p, .news_feed article li {
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 300;
}
.news_feed article p {
  margin-bottom: 5px;
}
.news_feed article .featured_image {
  margin-bottom: 5px;
}
@media screen and (max-width: 569px) {
  .news_feed article .featured_image {
    margin-bottom: 16px;
  }
}

/* -----------------------------------------------------------------------
/* font work
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* img work
/* -------------------------------------------------------------------- */
.news_feed article .alignleft,
.news_feed article .alignnone,
.news_feed article .content p .alignleft,
.news_feed article .content p .alignnone {
  margin: 0 0 10px 0 !important;
}
@media screen and (min-width: 570px) {
  .news_feed article .alignleft,
.news_feed article .alignnone,
.news_feed article .content p .alignleft,
.news_feed article .content p .alignnone {
    margin: 0 8px 2px 0 !important;
  }
}
.news_feed article .alignright,
.news_feed article .content p .alignright {
  margin: 0 0 10px 0 !important;
}
@media screen and (min-width: 570px) {
  .news_feed article .alignright,
.news_feed article .content p .alignright {
    margin: 0 0 2px 8px !important;
  }
}
.news_feed article .fixedleft,
.news_feed article .content p .fixedleft {
  margin: 0 8px 2px 0 !important;
}
.news_feed article .fixedright,
.news_feed article .content p .fixedright {
  margin: 0 0 2px 8px !important;
}
.news_feed article .content p .aligncenter,
.news_feed article .aligncenter {
  display: block !important;
  margin: 0 0 10px 0 !important;
}
@media screen and (min-width: 570px) {
  .news_feed article .content p .aligncenter,
.news_feed article .aligncenter {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 570px) {
  .news_feed article .fixedleft,
.news_feed article .alignleft {
    float: left !important;
    max-width: 40% !important;
  }
}
@media screen and (min-width: 570px) {
  .news_feed article .alignright,
.news_feed article .fixedright {
    float: right !important;
    max-width: 40% !important;
  }
}

/* -----------------------------------------------------------------------
/* wp pagenavi elements
/* -------------------------------------------------------------------- */
.wp-pagenavi {
  display: block;
  width: 100%;
}

.wp-pagenavi span.pages {
  clear: both;
  display: block;
  margin-bottom: 5px;
}

.wp-pagenavi span.extend {
  margin: 0 5px;
  display: block;
  float: left;
  line-height: 36px;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
  display: none;
}

.wp-pagenavi .smaller {
  margin: 0 5px 0 0;
}

.wp-pagenavi .larger {
  margin: 0 0 0 5px;
}

.wp-pagenavi .smaller,
.wp-pagenavi .larger,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .current {
  background: #392e2e;
  color: #ffffff !important;
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  outline: none;
  text-align: center;
  text-decoration: none;
  line-height: 24px;
}
.wp-pagenavi .smaller:hover, .wp-pagenavi .smaller:focus,
.wp-pagenavi .larger:hover,
.wp-pagenavi .larger:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .current:hover,
.wp-pagenavi .current:focus {
  background: #1d1717;
  color: #ffffff !important;
}
.wp-pagenavi .current {
  background: #1d1717;
  color: #ffffff !important;
}
.wp-pagenavi .nextpostslink {
  margin-left: 5px;
}
.wp-pagenavi .previouspostslink {
  margin-right: 5px;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
@media screen and (min-width: 765px) {
  .page_sidebar .inner,
.feed_sidebar .inner {
    max-width: 1023px;
  }
}
@media screen and (min-width: 765px) and (max-width: 499px) {
  .page_sidebar .inner,
.feed_sidebar .inner {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media screen and (min-width: 765px) and (min-width: 500px) {
  .page_sidebar .inner,
.feed_sidebar .inner {
    padding-left: 52px;
    padding-right: 52px;
  }
}
@media screen and (min-width: 765px) {
  .page_sidebar .content,
.feed_sidebar .content {
    float: right;
    width: -webkit-calc(100% - 219px);
    width: -moz-calc(100% - 219px);
    width: calc(100% - 219px);
  }
}
@media screen and (min-width: 765px) and (max-width: 797px) {
  .page_sidebar .content,
.feed_sidebar .content {
    width: -webkit-calc(100% - 186px);
    width: -moz-calc(100% - 186px);
    width: calc(100% - 186px);
  }
}
@media screen and (min-width: 1242px) {
  .page_sidebar,
.feed_sidebar {
    margin-left: -219px;
  }
}

/* -----------------------------------------------------------------------
/* Sidebar
/* -------------------------------------------------------------------- */
#sidebar {
  width: 180px;
  border-left: solid 10px black;
  padding-left: 3%;
  margin-right: 5%;
}
@media screen and (max-width: 764px) {
  #sidebar {
    display: none;
  }
}
@media screen and (max-width: 797px) {
  #sidebar {
    width: 160px;
  }
}
#sidebar ul {
  padding: 0;
  margin: 0;
}
#sidebar li {
  display: block;
  border-bottom: none;
  line-height: 1.5;
  padding: 0 0 10px;
  border-bottom: 1px solid #392e2e;
  margin: 0 0 9px;
}
@media (max-width: 24.9375em) {
  #sidebar li {
    font-size: 16px;
    font-size: 1em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  #sidebar li {
    font-size: calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 1em + (15 - 16) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  #sidebar li {
    font-size: 15px;
    font-size: 0.9375em;
  }
}
#sidebar li:last-child {
  border-bottom: none;
}
#sidebar a {
  display: block;
  color: #424242;
  text-decoration: none;
}
#sidebar .sub-menu {
  display: none;
}
#sidebar .sub-menu li:first-child {
  padding-top: 10px;
  border-top: 1px solid #392e2e;
  margin-top: 9px;
}
#sidebar .sub-menu li:last-child {
  border-bottom: 1px solid #392e2e;
  margin-bottom: 0;
}
#sidebar .sub-menu a {
  margin-left: 16px;
}
#sidebar li.current-menu-ancestor a {
  color: #1d1717;
}
#sidebar li.current-menu-ancestor.menu-item-has-children,
#sidebar li.current-menu-item.menu-item-has-children {
  padding-bottom: 0;
  border-bottom: none;
}
#sidebar li.current-menu-ancestor .sub-menu,
#sidebar li.current-menu-item .sub-menu {
  display: block;
}
#sidebar li.current-menu-ancestor .sub-menu a,
#sidebar li.current-menu-item .sub-menu a {
  color: #424242;
}
#sidebar li.current-menu-item a,
#sidebar .sub-menu li.current-menu-item a {
  color: #392e2e;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Styling blocks
/* -------------------------------------------------------------------- */
.table.vert {
  display: table;
  width: 100%;
}
.table.vert .center {
  display: table-cell;
  vertical-align: middle;
}

/* -----------------------------------------------------------------------
/* Inner page content
/* -------------------------------------------------------------------- */
.page .title_holder,
.feed .title_holder {
  overflow: hidden;
}

/* -----------------------------------------------------------------------
/* Cards - Link Card
/* -------------------------------------------------------------------- */
.card {
  background: #ffffff;
}

.a_card p.title {
  padding: 8.6666666667px 8.6666666667px 13px;
}
.a_card p {
  padding: 0 8.6666666667px 8.6666666667px;
  margin-bottom: 0;
}

/* -----------------------------------------------------------------------
/* tag stuff
/* -------------------------------------------------------------------- */
a.tag-cloud-link {
  display: inline-block;
  font-size: 13px !important;
  color: #ffffff;
  background: #392e2e;
  padding: 5px 8px;
  border-radius: 2px;
  margin: 8px 6px 0 0;
}

.frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.frame iframe,
.frame object,
.frame embed,
.frame #map_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
#Glide img {
	width: -webkit-fill-available;
}


.glide {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.glide__wrapper {
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}
.glide__wrapper:focus, .glide__wrapper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glide__track {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.glide__track.dragging {
  cursor: grabbing;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__slide {
  line-height: 1;
  font-size: 16px;
  font-size: 1em;
  margin-bottom: 0;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  cursor: -webkit-grab;
  cursor: grab;
}
.glide__slide:focus, .glide__slide:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glide__slide a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__arrow {
  cursor: pointer;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: right;
  display: none !important;
}

.glide--slider .glide__slide {
  float: left;
  clear: none;
}

.glide--carousel.glide--vertical .glide__track {
  overflow: visible;
}

.glide--carousel .glide__slide {
  float: left;
  clear: none;
}

.glide--slideshow .glide__wrapper {
  height: 100%;
}

.glide--slideshow .glide__slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.glide--slideshow .glide__slide.active {
  z-index: 1;
}

/* ---------------------------------------------
/* Glide slide
/* ------------------------------------------ */
.glide__slide {
  display: none;
}
.glide__slide:first-child {
  display: block;
}
.glide__slide blockquote {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
}

.sload .glide__slide {
  display: block;
}

/* ---------------------------------------------
/* Glide bullets
/* ------------------------------------------ */
.glide__bullets .glide__bullet {
  width: 12px;
  height: 12px;
  background: #adadad;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
  border: none;
  padding: 0;
  margin-left: 15px;
  cursor: pointer;
  -webkit-transition: background, 0.5s;
  -moz-transition: background, 0.5s;
  -ms-transition: background, 0.5s;
  -o-transition: background, 0.5s;
  transition: background, 0.5s;
  outline: none;
  /*-----------*/
  /*-----------*/
}
.glide__bullets .glide__bullet.active {
  background: #392e2e;
}
@media screen and (min-width: 700px) {
  .glide__bullets .glide__bullet {
    width: 16px;
    height: 16px;
    margin-left: 11px;
  }
}

/* ---------------------------------------------
/* Quote Marks - single quotes at top mckeag
/* ------------------------------------------ */
/* ---------------------------------------------
/* Quote Marks - double top left bottom right mutt
/* ------------------------------------------ */
.glide blockquote {
  padding: 5px 0 0 0;
}
.glide blockquote:before, .glide blockquote:after {
  position: relative;
  font-family: serif;
  font-weight: bold;
  content: open-quote;
  font-size: 90px;
  color: #adadad;
  color: #392e2e;
}
.glide blockquote:before {
  quotes: "“" "“";
  line-height: 1;
  top: -8px;
  float: left;
  height: 44px;
  width: 56px;
}
.glide blockquote:after {
  quotes: "„" "„";
  line-height: 0;
  padding-left: 10px;
  top: -22px;
  float: right;
  height: 44px;
  width: 56px;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* padding extras
/* -------------------------------------------------------------------- */
.scrollto {
  cursor: pointer;
  height: 44px;
  width: 44px;
  background-color: #392e2e;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
}
@media screen and (min-width: 798px) {
  .scrollto {
    height: 54px;
    width: 54px;
  }
}

.scrollto:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  font-weight: 100 !important;
  line-height: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: auto;
  border: 2px solid white;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (min-width: 798px) {
  .scrollto:before {
    width: 12px;
    height: 12px;
    bottom: -6px;
  }
}

.scrollto.top {
  position: fixed;
  opacity: 0.8;
  border: 2px solid #fff;
  bottom: -100px;
  -webkit-transition: bottom, 0.25s;
  -moz-transition: bottom, 0.25s;
  -ms-transition: bottom, 0.25s;
  -o-transition: bottom, 0.25s;
  transition: bottom, 0.25s;
}

.scrollholder {
  float: right;
  width: 13px;
  margin-right: 28px;
}
@media screen and (min-width: 798px) {
  .scrollholder {
    width: 39px;
    margin-right: 39px;
  }
}

.h_scrolled .scrollto.top {
  bottom: 16px;
}
@media screen and (min-width: 798px) {
  .h_scrolled .scrollto.top {
    bottom: 32px;
  }
}

/* -----------------------------------------------------------------------
/* Project specific
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Custom
/* -------------------------------------------------------------------- */
#footer {
  background-color: #20201f;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (min-width: 840px) {
  #footer {
    padding-top: 50px;
  }
}
@media screen and (min-width: 840px) {
  #footer {
    padding-bottom: 86px;
  }
}
#footer p,
#footer li {
  font-size: 14px;
  font-size: 0.875em;
}
@media (max-width: 24.9375em) {
  #footer address p {
    font-size: 14px;
    font-size: 0.875em;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  #footer address p {
    font-size: calc( 0.9333333333em + (14 - 14) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -moz-calc( 0.9333333333em + (14 - 14) * ( (100vw - 400px) / ( 803 - 400) ) );
    font-size: -webkit-calc( 0.9333333333em + (14 - 14) * ( (100vw - 400px) / ( 803 - 400) ) );
  }
}
@media (min-width: 50.25em) {
  #footer address p {
    font-size: 14px;
    font-size: 0.9333333333em;
  }
}
#footer p,
#footer address {
  color: #ffffff;
  line-height: 1.3;
}
#footer .footer_title {
  margin-bottom: 10px !important;
  visibility: hidden;
}
@media (max-width: 24.9375em) {
  #footer .footer_title {
    font-size: 16px !important;
    font-size: 1em !important;
  }
}
@media (min-width: 25em) and (max-width: 50.1875em) {
  #footer .footer_title {
    font-size: calc( 1em + (23 - 16) * ( (100vw - 400px) / ( 803 - 400) ) ) !important;
    font-size: -moz-calc( 1em + (23 - 16) * ( (100vw - 400px) / ( 803 - 400) ) ) !important;
    font-size: -webkit-calc( 1em + (23 - 16) * ( (100vw - 400px) / ( 803 - 400) ) ) !important;
  }
}
@media (min-width: 50.25em) {
  #footer .footer_title {
    font-size: 23px !important;
    font-size: 1.4375em !important;
  }
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  color: #d9d9d9;
}

/* ---------------------------------------------
/* Twitter styling
/* ------------------------------------------ */
#footer .really_simple_twitter_widget {
  padding-left: 0;
  margin-left: 0;
}
#footer .really_simple_twitter_widget li {
  display: block;
}

/* ---------------------------------------------
/* Mailchimp layout
/* ------------------------------------------ */
/* ---------------------------------------------
/* Social
/* ------------------------------------------ */
@media screen and (max-width: 839px) {
  #footer .social_holder {
    width: 100%;
  }
}
#footer .social_holder a {
  display: inline-block;
  width: 54px;
  margin-right: 9px;
}
#footer .social_holder a:last-child {
  margin-right: 0;
}
#footer .social_holder a:hover, #footer .social_holder a:active, #footer .social_holder a:focus {
  background: #000000;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
  -webkit-transition: width, 0.25s;
  -moz-transition: width, 0.25s;
  -ms-transition: width, 0.25s;
  -o-transition: width, 0.25s;
  transition: width, 0.25s;
}
#footer .social_holder a:hover img, #footer .social_holder a:active img, #footer .social_holder a:focus img {
  -webkit-transition: width, 0.5s;
  -moz-transition: width, 0.5s;
  -ms-transition: width, 0.5s;
  -o-transition: width, 0.5s;
  transition: width, 0.5s;
  transition-delay: 0.1s;
}

/* ---------------------------------------------
/* Inline menu
/* ------------------------------------------ */
/* Variables */
/* ------------------------------------------ */
@media screen and (max-width: 767px) {
  #footer .copyright_holder {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #footer .copyright_holder .copyright {
    -ms-flex-order: 1;
    order: 1;
    margin: 26px 0 6px;
  }
  #footer .copyright_holder #copyright {
    padding: 0;
    margin: 0 -9px;
    -ms-flex-order: 0;
    order: 0;
  }
  #footer .copyright_holder #copyright li {
    display: inline-block;
    padding: 5px 9px;
  }
  #footer .copyright_holder .inline {
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #footer ul.inline,
#footer p.copyright {
    display: inline-block;
  }
  #footer ul.inline {
    padding: 0;
    margin: 0;
  }
  #footer ul.inline li {
    display: inline-block;
    padding-left: 12px;
    border-left: 1px solid #ffffff;
    margin-left: 12px;
  }
}

/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/*
/* 2 children deep
/*
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* ------------------------------
/* Colors - top header
/* --------------------------- */
/* ------------------------------
/* Colors - top header
/* --------------------------- */
/* ------------------------------
/* Colors - The rest of the tray
/* --------------------------- */
/*-----------*/
/*-----------*/
@media screen and (min-width: 798px) {
  #tray {
    display: none;
  }
}

@media screen and (max-width: 797px) {
  /* -----------------------------------------------------------------------
  /* Foundation
  /* -------------------------------------------------------------------- */
  .tray_mask {
    visibility: hidden;
    background-color: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }

  #tray {
    position: fixed;
    background-color: #ffffff;
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
    height: 100%;
    width: 100%;
    max-width: 320px;
    right: -320px;
    top: 0;
    bottom: 0;
    padding: 0 12px 26px;
    z-index: -1;
  }

  /* -----------------------------------------------------------------------
  /* Menu
  /* -------------------------------------------------------------------- */
  #tray ul {
    margin: 0;
    padding: 0;
  }
  #tray li {
    display: block;
    font-size: 16px;
    font-size: 1em;
    padding-bottom: 12px;
    border-top: 1px solid #424242;
    padding-top: 12px;
    margin: 0;
  }
  #tray li.menu-item-has-children {
    position: relative;
  }
  #tray li:before {
    content: "";
    width: 100%;
  }
  #tray .menu a {
    font-size: inherit;
    line-height: 1.1;
    color: #424242;
    padding: 6px;
    text-decoration: none;
  }
  #tray .menu .menu_child_arrow {
    position: absolute;
    width: 22px;
    height: 21px;
    right: 0;
    top: 16px;
    cursor: pointer;
    -webkit-transition: transform, 0.5s;
    -moz-transition: transform, 0.5s;
    -ms-transition: transform, 0.5s;
    -o-transition: transform, 0.5s;
    transition: transform, 0.5s;
  }
  #tray .menu .menu_child_arrow:after, #tray .menu .menu_child_arrow:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 2px;
    background-color: #424242;
    top: 9px;
  }
  #tray .menu .menu_child_arrow:after {
    transform: rotate(45deg);
    left: 0;
  }
  #tray .menu .menu_child_arrow:before {
    transform: rotate(-45deg);
    right: 1px;
  }
  #tray .menu .sub_menu {
    padding-top: 16px;
    display: none;
  }
  #tray .menu .sub_menu li {
    font-size: 85%;
    padding: 8px 0;
    border: none;
    margin-left: 12px;
    margin-bottom: 8px;
  }
  #tray .current-menu-item a {
    color: #392e2e !important;
  }
  #tray .current-menu-item .sub_menu a {
    color: #424242 !important;
  }

  /* -----------------------------------------------------------------------
  /* Tray Header
  /* -------------------------------------------------------------------- */
  #tray .tray_background {
    background: #392e2e;
    margin: 0 -12px 0;
    padding: 0 12px 5px;
  }
  #tray .tray_background + .menu li:first-child {
    border-top: none !important;
  }
  #tray .tray_header {
    overflow: hidden;
    padding: 15px 0 14px;
  }
  #tray .tray_header a {
    color: #ffffff;
  }
  #tray .tray_home {
    float: left;
    font-size: 20px;
    padding: 6px;
  }
  #tray .trayburger {
    margin: 5px 3px 0 0;
  }
  #tray .trayburger .burger_inside:before,
#tray .trayburger .burger_inside:after {
    background-color: #ffffff;
  }
  #tray .menu-item-home {
    display: none;
  }

  /* -----------------------------------------------------------------------
  /* Tray Header Menu
  /* -------------------------------------------------------------------- */
  #tray .tray_background .menu_child_arrow:before,
#tray .tray_background .menu_child_arrow:after {
    background-color: #ffffff;
  }
  #tray .tray_background li {
    border-color: #ffffff;
  }
  #tray .tray_background a {
    color: #ffffff;
  }
  #tray .tray_background .current-menu-item a {
    color: #d9d9d9 !important;
  }
  #tray .tray_background .current-menu-item .sub_menu a {
    color: #ffffff !important;
  }

  /* -----------------------------------------------------------------------
  /* Tray Footer
  /* -------------------------------------------------------------------- */
  #tray .tray_footer {
    padding-bottom: 50px;
  }
  #tray .tray_footer address {
    padding: 26px 6px 6px;
    margin-bottom: 0;
  }
  #tray .tray_footer address p {
    margin-bottom: 0;
  }

  #tray ul + .tray_footer address {
    padding-top: 60px;
  }

  /* -----------------------------------------------------------------------
  /* Tray open
  /* -------------------------------------------------------------------- */
  .tray_open #tray,
.tray_mask {
    -webkit-transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    -o-transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }

  .tray_open {
    overflow: hidden;
  }
  .tray_open .tray_mask {
    position: fixed !important;
    opacity: 0.7;
    visibility: visible;
  }
  .tray_open #tray {
    overflow: auto;
    overflow-y: scroll;
    -webkit-transform: translateX(-100%) translateY(0px) !important;
    -ms-transform: translateX(-100%) translateY(0px) !important;
    -o-transform: translateX(-100%) translateY(0px) !important;
    transform: translateX(-100%) translateY(0px) !important;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    -o-transition: -o-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: -ms-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }

  /* -----------------------------------------------------------------------
  /* Tray open. -- children
  /* -------------------------------------------------------------------- */
  #tray .menu {
    /* -----------------
    /* Not current page
    /* -------------- */
    /* -----------------
    /* Current page's ancestor
    /* -------------- */
    /* -----------------
    /* Current page if has children
    /* -------------- */
  }
  #tray .menu .child_open .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .child_open .sub_menu .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .child_open .sub_menu .child_open .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .child_open .sub_menu .child_open .sub_menu .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-ancestor .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .current-menu-ancestor.child_open .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-ancestor .sub_menu {
    display: block;
  }
  #tray .menu .current-menu-ancestor .sub_menu .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-ancestor .sub_menu .child_open .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .current-menu-ancestor .sub_menu .sub_menu {
    display: none;
  }
  #tray .menu .current-menu-ancestor .current-menu-ancestor .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .current-menu-ancestor .current-menu-ancestor.child_open .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-ancestor .current-menu-ancestor .sub_menu {
    display: block;
  }
  #tray .menu .current-menu-ancestor .current-menu-ancestor .sub_menu .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-ancestor .current-menu-ancestor .sub_menu .child_open .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .current-menu-ancestor .current-menu-ancestor .sub_menu .sub_menu {
    display: none;
  }
  #tray .menu .current-menu-item.menu-item-has-children .sub_menu {
    display: block;
  }
  #tray .menu .current-menu-item.menu-item-has-children .sub_menu .sub_menu {
    display: none;
  }
  #tray .menu .current-menu-item.menu-item-has-children .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tray .menu .current-menu-item.menu-item-has-children.child_open .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-item.menu-item-has-children .sub_menu .menu_child_arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #tray .menu .current-menu-item.menu-item-has-children .sub_menu .child_open .menu_child_arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
@media screen and (min-height: 500px) {
  /* -----------------------------------------------------------------------
  /* CSS
  /* -------------------------------------------------------------------- */
  /* -----------------------------------------------------------------------
  /* Header Height
  /* -------------------------------------------------------------------- */
}
@media screen and (min-height: 500px) and (max-width: 699px) {
  .h_static body {
    margin-top: 80px;
  }
}
@media screen and (min-height: 500px) and (min-width: 700px) {
  .h_static body {
    margin-top: 148px;
  }
}
@media screen and (min-height: 500px) and (min-width: 1152px) {
  .h_static body {
    margin-top: 195px;
  }
}
@media screen and (min-height: 500px) {
  .h_static {
    margin-top: 0 !important;
  }
  .h_static #header {
    width: 100%;
  }
}
@media screen and (min-height: 500px) and (min-height: 500px) {
  .h_static #header {
    position: fixed;
    top: 0;
  }
}
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* 32px so header is not attached to anchor
/* -------------------------------------------------------------------- */
.anchor:before, #anchor:before {
  display: block;
  content: " ";
  visibility: hidden;
  height: 160px;
  margin-top: -160px;
}
.anchor.inner, #anchor.inner {
  overflow: initial;
}
.anchor:target, #anchor:target {
  font-weight: 900 !important;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
@media screen and (min-height: 500px) {
  .h_static body.admin-bar #header {
    top: 46px;
  }
}
@media screen and (min-height: 500px) and (min-width: 783px) {
  .h_static body.admin-bar #header {
    top: 32px;
  }
}
@media screen and (min-height: 500px) {
  .h_static body.admin-bar .anchor:before, .h_static body.admin-bar #anchor:before {
    height: 192px;
    margin-top: -192px;
  }
}
@media screen and (min-height: 500px) and (max-width: 48.875em) {
  .h_static body.admin-bar .anchor:before, .h_static body.admin-bar #anchor:before {
    height: 206px;
    margin-top: -206px;
  }
}
@media screen and (min-height: 500px) and (max-width: 699px) {
  .h_static body.admin-bar {
    margin-top: 112px;
  }
}
@media screen and (min-height: 500px) and (max-width: 699px) and (max-width: 782px) {
  .h_static body.admin-bar {
    margin-top: 126px;
  }
}
@media screen and (min-height: 500px) and (min-width: 700px) {
  .h_static body.admin-bar {
    margin-top: 180px;
  }
}
@media screen and (min-height: 500px) and (min-width: 700px) and (max-width: 782px) {
  .h_static body.admin-bar {
    margin-top: 194px;
  }
}
@media screen and (min-height: 500px) and (min-width: 1152px) {
  .h_static body.admin-bar {
    margin-top: 227px;
  }
}
@media screen and (min-height: 500px) {
  .h_static body.admin-bar #tray,
.h_static body.admin-bar .tray_mask {
    margin-top: 32px;
  }
}
@media screen and (min-height: 500px) and (max-width: 782px) {
  .h_static body.admin-bar #tray,
.h_static body.admin-bar .tray_mask {
    margin-top: 46px;
  }
}
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* ---------------------------------------------
/* sizes
/* ------------------------------------------ */
/* ---------------------------------------------
/* Color
/* ------------------------------------------ */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
#mc_embed_signup {
  max-width: 100%;
  overflow: hidden;
  clear: both;
}

#mc_embed_signup input[type=email],
#mc_embed_signup input[type=submit] {
  height: 54px;
  line-height: 1;
  margin-bottom: 0;
  border: 3px solid #a3a3a3;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
  -webkit-transition: all, 0.25s;
  -moz-transition: all, 0.25s;
  -ms-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  transition: all, 0.25s;
}
#mc_embed_signup input[type=email]:hover,
#mc_embed_signup input[type=submit]:hover {
  border-color: #bbabab;
  color: #392e2e;
}
#mc_embed_signup input[type=email]:active, #mc_embed_signup input[type=email]:focus,
#mc_embed_signup input[type=submit]:active,
#mc_embed_signup input[type=submit]:focus {
  border-color: #392e2e;
}
@media screen and (min-width: 840px) {
  #mc_embed_signup input[type=email],
#mc_embed_signup input[type=submit] {
    height: 54px;
  }
}

#mc_embed_signup input[type=email] {
  width: 100%;
  width: -webkit-calc(100% - 67px);
  width: -moz-calc(100% - 67px);
  width: calc(100% - 67px);
  font-size: 16px;
  font-size: 1em;
  padding: 14px 30px 15px;
  border-width: 3px;
  border-color: #a3a3a3;
  float: left;
}
@media screen and (min-width: 840px) {
  #mc_embed_signup input[type=email] {
    width: -webkit-calc(100% - 67px);
    width: -moz-calc(100% - 67px);
    width: calc(100% - 67px);
    font-size: 20px;
    font-size: 1.25em;
    padding: 12px 30px 13px;
  }
}

#mc_embed_signup input[type=submit] {
  width: 54px;
  font-size: 16px;
  font-size: 1em;
  background-color: transparent;
  padding: 0;
  text-align: center;
  float: right;
}
@media screen and (min-width: 840px) {
  #mc_embed_signup input[type=submit] {
    width: 54px;
  }
}

/* -----------------------------------------------------------------------
/* Custom
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
div#login {
  width: 100%;
  max-width: 804px;
  margin-left: auto;
  margin-right: auto;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media screen and (max-width: 499px) {
  div#login {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media screen and (min-width: 500px) {
  div#login {
    padding-left: 52px;
    padding-right: 52px;
  }
}
div#login form {
  max-width: 438px;
}
div#login input[type=email],
div#login input[type=text],
div#login input[type=password] {
  width: 100%;
  font-size: 17px;
  font-size: 1.0625em;
  margin: 11px 0 0 !important;
  border: 2px solid #c9c9c9;
  vertical-align: middle;
  border-radius: 3px;
  padding: 0 15px;
  min-height: 52px;
}
div#login input[type=email]:hover,
div#login input[type=text]:hover,
div#login input[type=password]:hover {
  border: 2px solid #a6a6a6;
}
div#login input[type=email]:focus,
div#login input[type=text]:focus,
div#login input[type=password]:focus {
  border: 2px solid #52bad5;
}
div#login #loginform p {
  font-size: 17px;
  font-size: 1.0625em;
  line-height: 1 !important;
}
div#login #loginform p:nth-child(2) {
  margin-bottom: 16px;
}
div#login #loginform p.submit {
  margin-bottom: 0;
}
div#login #loginform p label {
  display: block;
  font-weight: 400;
}
div#login p#nav, div#login p#backtoblog {
  margin-bottom: 0;
}
div#login input[type=submit] {
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  height: 52px;
  width: 100%;
  border-color: #392e2e;
  background: #392e2e;
  color: #ffffff;
  border-radius: 3px;
}
div#login input[type=submit]:hover, div#login input[type=submit]:focus {
  border-color: #010000;
  background: #010000;
}

body.interim-login {
  margin-top: 0 !important;
}
body.interim-login #aboveheader,
body.interim-login #header,
body.interim-login #footer,
body.interim-login .scrollholder,
body.interim-login #tray {
  display: none;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
#aboveheader {
  position: absolute;
  top: 0;
}

/* -----------------------------------------------------------------------
/* iComunico arrows
/* -------------------------------------------------------------------- */
.arrow_box {
  position: relative;
  background: #ffffff;
}

.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 40px;
  margin-left: -40px;
}

/* -----------------------------------------------------------------------
/* custom backgrounds
/* -------------------------------------------------------------------- */
.prime {
  background: #392e2e;
  color: #ffffff;
}
.prime p, .prime h1, .prime h2, .prime h3, .prime h4, .prime h5, .prime h6, .prime li {
  color: #ffffff;
}

.prime_color {
  color: #392e2e;
}

/* -----------------------------------------------------------------------
/* Variable
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/*-----------*/
/*-----------*/
/* -----------------------------------------------------------------------
/* Front page Titles
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* Custom
/* -------------------------------------------------------------------- */
body.front_page {
  margin-top: 0 !important;
}
body.front_page #body {
  background-color: #ffffff;
}
body.front_page #Glide {
  max-height: none;
}
body.front_page #Glide .glide__bullets {
  display: none !important;
}
body.front_page .main {
  background-image: url("https://chinaindiefilm.com/wp-content/uploads/2020/07/backgrnd2.jpg");
  color: #ffffff;
  padding: 5% 10%;
}
body.front_page .main .content {
  padding: 0 15%;
}
body.front_page .main .content h1 {
  color: #ffffff;
}
body.front_page .main .links {
  margin-top: 5%;
}
body.front_page .main .links .col {
  text-align: center;
}
body.front_page .main .links .col a {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
body.front_page .main .links .col a img {
  height: 200px;
  margin-bottom: 3%;
}
body.front_page .news {
  padding: 3% 10%;
  background-color: #392e2e;
  color: #ffffff;
}
body.front_page .news h2 {
  color: #ffffff;
}
body.front_page .news .col {
  height: 470px;
  position: relative;
}
body.front_page .news .col h4 {
  font-weight: bold;
  color: #ffffff;
  margin: 5% 0 3% 0;
  font-size: 1em;
}
body.front_page .news .col .desc {
  left: 0px;
  position: absolute;
  min-height: 300px;
  padding: 0 5%;
}
body.front_page .news .col img {
  width: 330px;
  margin: 0 auto;
  display: block;
}
body.front_page .news a {
  color: #ffffff;
  padding: 1%;
}
body.front_page .news .all-news {
  color: #ffffff;
  float: right;
  padding: 1%;
}
body.front_page .news .sp-pcp-post-content {
  font-family: "Frank Ruhl Libre", arial, sans-serif !important;
}
body.front_page .news .sp-pcp-carousel {
  padding-top: 0px;
}
body.front_page .donate {
  width: 80%;
  margin: 5% auto;
}
body.front_page .donate .info {
  width: 60%;
}
body.front_page .donate .info a {
  background-color: #32E0C4;
  border-radius: 5px;
  padding: 3% 10%;
  color: #000000;
  display: inline-block;
}
body.front_page .donate .image {
  width: 30%;
}
body.front_page .logos {
  width: 80%;
  margin: 5% auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body.front_page .logos img {
  height: 70px;
  margin: 1% 2%;
}
body.front_page footer .grid.col_2 .col:nth-child(2n) {
  text-align: right;
}

@media only screen and (max-width: 490px) {
  #body {
    padding-top: 18% !important;
  }
}
@media only screen and (max-width: 700px) {
  .donate .info {
    width: 100% !important;
  }
  .donate .image {
    width: 100% !important;
  }
}
@media screen and (max-width: 798px) {
  body.front_page .main .content {
    padding: 0;
  }
}
@media only screen and (min-width: 700px) and (max-width: 900px) {
  .donate .info {
    width: 50% !important;
  }
  .donate .image {
    width: 40% !important;
  }
}
/* --------------------------------------------
/* not output x2 if same size
/* ----------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
.contact_page .inner {
  max-width: 920px;
}
.contact_page .content {
  overflow: hidden;
}
.contact_page .frame {
  clear: both;
}
@media screen and (min-width: 760px) {
  .contact_page form.vfbp-form {
    float: left;
  }
  .contact_page address {
    float: right;
    width: 400px;
    max-width: -webkit-calc(100% - 444px);
    max-width: -moz-calc(100% - 444px);
    max-width: calc(100% - 444px);
  }
}

/* --------------------------------------------
/* not output x2 if same size
/* ----------------------------------------- */
/* -----------------------------------------------------------------------
/* Formulas
/* -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
/* CSS
/* -------------------------------------------------------------------- */
.sitemap_page .content {
  overflow: hidden;
}
.sitemap_page ul.children {
  margin-top: 10px;
}

div#wpadminbar,
#header {
  z-index: 90;
}

.tray_mask {
  z-index: 100;
}

#tray {
  z-index: 110;
}

/* -----------------------------------------------------------------------
/* global styling
/* -------------------------------------------------------------------- */
.no_margin {
  margin-bottom: 0 !important;
}

em {
  font-style: italic;
}

.text_center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.sr .heroReveal,
.sr .feedReveal {
  /*visibility: hidden; */
}

#header .inner .inner_center a {
  font-weight: bold !important;
}

#body {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #BFD0D3;
}
#body .inner {
  background-color: #ffffff;
  padding-top: 5%;
  padding-bottom: 5%;
  max-width: 70%;
}
#body .inner .content p {
  font-size: 1.2em;
}
#body .inner .container h1 {
  font-weight: 900;
}
#body .inner .full-width {
  width: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.page_sidebar,
.feed_sidebar {
  margin-left: 0;
}

.home_links img {
  height: 20px;
}

/* link colour in body of aite - pages and posts*/
a {
  color: #70130b;
  text-decoration: underline;
}

#film_titles a {
  color: #392e2e;
  text-decoration: none;
}

.news_feed header a {
  text-decoration: none;
}

.tag-cloud-link {
  color: white !important;
}

.film_info {
  font-size: 1.2em;
  font-weight: bolder;
}
.film_info .title h3 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 1%;
}
.film_info .title p {
  font-weight: bold;
  font-size: 1.2em;
}
.film_info .header {
  font-weight: bold;
  margin-bottom: 1%;
  font-size: 1.2em;
}
.film_info .synopsis img {
  width: 42%;
  float: right;
  margin-left: 2%;
  margin-bottom: 2%;
}
.film_info .details {
  margin-bottom: 5%;
}
.film_info .artwork .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.film_info .artwork .container img {
  max-height: 300px;
  max-width: 300px;
}
.film_info .artwork .container .col {
  padding: 1%;
}
.film_info .image_carousel {
  display: block !important;
  width: 70%;
  margin: 0 auto;
}
.film_info .image_carousel img {
  max-height: 600px;
}
.film_info .director-bio img {
  width: 35%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
.film_info .trailer {
  margin-bottom: 5%;
  display: inline-block !important;
  width: 100%;
}
.film_info > div {
  display: inline-block !important;
  width: 100%;
}

.search-header {
  background-image: linear-gradient(rgba(130, 161, 167, 0.7), rgba(130, 161, 167, 0.7)), url("https://chinaindiefilm.com/wp-content/uploads/2020/07/backgrnd2.jpg");
  padding: 5%;
}
.search-header .inner {
  background-color: transparent !important;
  padding: 0 !important;
}
.search-header h3, .search-header p {
  color: #ffffff;
}
.search-header h3 {
  font-weight: bold;
}
.search-header form input {
  background-color: transparent;
  border: none !important;
  border-bottom: solid 1px #32E0C4 !important;
  color: #32E0C4;
  width: 100%;
}
.search-header form input .is-search-input {
  background-color: transparent !important;
  border: none !important;
  border-bottom: solid 1px white !important;
  color: white !important;
  width: 100% !important;
  font-size: 1em;
}
.search-header form input .is-search-input::placeholder {
  opacity: 1;
  color: white;
}
.search-header .is-form-style input .is-search-submit {
  background-color: transparent !important;
  border: none !important;
  border-bottom: solid 1px white !important;
  font-size: 1em;
}
.search-header .is-form-style .is-search-submit path {
  color: white !important;
}
.search-header .is-form-style .is-search-icon {
  background-color: transparent !important;
  border: none !important;
  border-bottom: solid 1px white !important;
  color: white !important;
  font-size: 1em;
}
.search-header .is-form-style svg {
  width: 32px;
}
.search-header .screen-reader-text {
  display: none;
}

.listing h2 {
  font-weight: bold;
}
.listing ul {
  list-style-type: none;
  padding-left: 0;
}

.item {
  display: inline-block;
  width: 100%;
  margin: 2% 0;
}
.item .info {
  padding-left: 1%;
}
.item .image img {
  width: 50px;
  float: left;
  margin-right: 1%;
}

footer .social_holder {
  text-align: end;
}

.gallery #sidebar li {
  border: none !important;
}

.slider .caption-wrap {
  position: relative !important;
}

.slider .flex-control-nav.flex-control-paging {
  justify-content: center !important;
}

#body.zh-hans .film_info > div {
  display: inline-block !important;
  width: 100%;
}

.wp-block-gallery.caption-underneath figure.wp-block-image figcaption{
	position: unset !important;
    color: #000 !important;
    background: transparent !important;
    padding-bottom: 20px !important;
    padding-top: 10px !important;
}

#footer {
  clear: both;
}

@media only screen and (max-width: 569px) {
  .text {
    width: unset !important;
  }

  .image {
    width: unset !important;
  }
}
@media screen and (min-height: 500px) and (min-width: 700px) {
  .h_static body {
    margin-top: 100px !important;
  }
}
@media screen and (min-height: 500px) and (min-width: 1152px) {
  .h_static body {
    margin-top: 133px !important;
  }
}
@media only screen and (max-width: 797px) {
  #body .inner {
    max-width: unset;
  }
}

/*# sourceMappingURL=main.css.map */
