@charset "utf-8";

/* Defaults ------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/*
font-family: 'PT Serif', sans-serif;
font-family: 'DINPro', sans-serif;
font-family: 'DINProBold', sans-serif;
font-family: 'DINProMedium', sans-serif;
*/

body {
	margin: 0;
	padding: 0;
	font-family: 'PT Serif', serif;
    font-size: 2.0em;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background-color: #e0e0e0;
	width: 100%;
    margin: 0;
    padding: 0;
    color: #000;
}

body:before {
	content: '';
	position: fixed;
	width: 100vw;
	height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
      -webkit-filter: blur(4px);
     -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
     filter: blur(4px);
     z-index: -9;
}

body strong {
	font-weight: bold;
}

body em {
	font-style: italic;
}

a {
   	color: #567c7f;
	text-decoration: none;
}

a:link, a:visited {
	transition: all 0.3s ease-in-out!important;
}

a:active, a:hover {
   	color: #000;
    text-decoration: underline;
}

.reverse_state_link a:link, .reverse_state_link a:visited,
a.reverse_state_link:link, a.reverse_state_link:visited {
	text-decoration: none;
}

.reverse_state_link a:active, .reverse_state_link a:hover,
a.reverse_state_link:active, a.reverse_state_link:hover {
	text-decoration: underline;
}

hr {
	color: #ccc;
	border: none 0;
	height: 1px!important;
	border-top: 1px solid #ccc;
	text-align: left !important;
}

address, pre, blockquote {
	margin: 5px 0 10px 0;
	padding: 0;
}

blockquote {
	background: #969495;
	color: #fff;
	padding: 20px;
}

blockquote * {
	color: #fff!important;
}

p {
	padding: 0;
	line-height: 1.5em;
	font-size: 1.0em;
	margin: 0 0 20px 0;
}

h4, h3, h5 {
	font-family: 'DINPro', sans-serif;
}

h1 {
	font-family: 'DINProMedium', sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	padding: 0 0 20px 0;
	margin: 0 0 0.5em 0;
}

.thin-heading h1 {
    font-size: 0.8em;
    padding: 0;
    margin: 0.5em 0 0 0;
    text-transform: UPPERCASE;
	font-family: 'DINProBold', sans-serif;
}

.vc_row.vc_row-flex > .vc_column_container.detailed-heading {
	/*display: block;*/
    font-size: 0.8em;
    padding: 0;
    margin: 0.5em 0 0 0;
    text-transform: UPPERCASE;
	font-family: 'DINProBold', sans-serif;
}

.vc_row.vc_row-flex > .vc_column_container.detailed-heading p {
	padding: 0;
	margin: 0;
}

@media (max-width: 768px) {
    .thin-heading h1 {
        text-align: center;
        width: 100%;
    }

	.vc_row.vc_row-flex > .vc_column_container.detailed-heading {
	    padding: 0 30px 0 30px!important;
		text-align: center!important;
	}

	.vc_row.vc_row-flex > .vc_column_container.detailed-heading p strong {
		display: none!important;
	}
}

h2 {
	font-family: 'DINPro', sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0.5em 0;
}

h3 {
	font-weight: normal;
	margin-bottom: 0.5em;
	font-size: 0.95em;
	font-family: 'DINProMedium', sans-serif;
	color: #222;
	text-transform: UPPERCASE;
}

@media (max-width: 768px) {
    h3 {
    	font-size: 1.0em;
    }
}

h4 {
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 25px;
}

h5 {
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.0em;
}

h5 strong {
	font-size: 0.6em;
	font-weight: normal!important;
	letter-spacing: 3.0px!important;
}

h6 {
	font-size: 20px;
	font-weight: normal;
 	margin-bottom: 20px;
	text-transform: UPPERCASE;
	letter-spacing: 3px;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
}

.clear {
	clear: both;
	line-height:0;
}

.clear_both {
	clear: both;
}

.valign_middle img,
.valign_middle a {
	vertical-align: middle;
}

iframe {
	max-width: 100%;
}

.google_map {
	width: 100%;
}

input, select {
    border-radius: 0;
	-webkit-appearance: none;
}

/* -------------------------------------------------------------------------------------------- */

#header,
#container1,
#footer {
	box-sizing: content-box;
}

#header {
    margin: 0;
    padding: 0;
	width: 100%;
	top: 0;
	z-index: 100;
}

body.home #header {

}

body.fix_menu #header {

}

@media (max-width: 768px) {
	#header {
		position: inherit;
		border-bottom: none;
	}
}

#header_container {
	/*max-width: 1283px;*/
	max-width: 1230px;
	padding: 0;
	margin: 0 auto;
	background: #000;
	box-sizing: content-box;
	width: 100%;
}

#container1 {
  position: relative;
}

@media (max-width: 768px) {
	#container1 {
		overflow: hidden;
	}
}

#container2 {
	margin: 0 auto;
	padding: 0;
}

/* -------------------------------------------------------------------------------------------- */

.container {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

.container.vpad {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* -------------------------------------------------------------------------------------------- */

#header_inner {
	width: 100%;
	margin: 14px auto 15px auto;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center; /* aligns links vertically */
	justify-content: flex-end;
}

#subnav_stage {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 40px;
	background: #5e5c5e;
}

@media (max-width: 768px) {
	#subnav_stage {
		display: none;
	}

    #header_inner {
    	margin: 0 auto;
    }

}

#logo_container {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#header_right {
	padding: 0 7px 0 0;
	background: transparent;
	height: 100%;
	display: block;
	margin: 0;
}

#header_right img {
	width: 100%;
	height: auto;
	max-height: 90px;
	max-width: 728px;
	padding: 0;
	margin: 0;
}

@media (max-width: 1600px) {
	#header_container {
		padding: 0;
		width: 100%;
	}

	#logo_container {
		margin: 0 2% 0 4.0%;
	}
}

#navBar {
	width: 100%;
	margin: 9px 0 0 0;
	padding: 0;
	text-align: right;
    position: relative;
}

#logo {
	width: auto;
	max-height: 52px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

#search_panel {
	display: none;
	max-width: 1230px;
	padding: 10px 0;
	margin: 0 auto;
	background: #222;
	box-sizing: content-box;
	width: 100%;
    text-align: center;
}

#search_panel input {
    padding: 4px 1% 4px 1%;
    background-color: #fff;
    font-size: 14px;
    max-height: auto;
    display: inline-block;
    transition: border 0.4s ease-in-out 0s;
    border: 1px solid #ccc!important;
    border-radius: 0;
    -webkit-appearance: none;
    max-width: 100%;
    font-family: 'DINPro', sans-serif;
    width: 60%;
}

#search_panel input[type=text] {
    vertical-align: bottom;
    text-transform: none;
}

#search_panel .button {
	padding: 3px 4px 4px 6px;
	background: #5e5c5e;
	color: #fff;
	border: none!important;
}

#search_panel .button:hover {
	opacity: 0.8;
}

#supportlinks {
	box-sizing: content-box;
	margin: 0;
	padding: 2px 0 6px 0;
	background: #5e5c5e;
	width: 100%;
	display: block;
	text-align: right;
}

#supportlinks #searchcall {
	margin-right: 2.2%;
}

body.show_search_panel #supportlinks #searchcall {
	margin-right: 2.2%;
}

#supportlinks .supportlink {
	color: #fff;
	font-family: 'DINProMedium', sans-serif;
	text-transform: UPPERCASE;
	text-align: right;
	font-size: 0.75em;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	line-height: 1.0em;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	letter-spacing: 0;
	transition: all 0.3s ease-in-out;
	position: relative;
	display: inline-block;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	padding: 0 0 2px 0;
	margin: 0 0 0 25px;
}

#supportlinks .supportlink:hover {
	border-bottom: 2px solid #fff;
}

#supportlinks .supportlink a {
	color: #222;
	text-decoration: none;
}

#supportlinks .supportlink::before {
	font-family: 'Font Awesome 5 Free';
    font-weight: 700;
	font-size:20px;
    content: "\f002";
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 40px;
	color: #fff;
	display: inline-block;
	left: -25px;
	position: absolute;
	top: 0.1em;
}

#search_panel_close {
	display: none;
}

@media (max-width: 768px) {

	#supportlinks {
		text-align: center;
		padding: 12px 0 12px 0;

		display:none; /* Remove Phase 2 */

	}

	#supportlinks .supportlink {
		font-size: 1.0em;
	}

	#supportlinks #searchcall {
		display: none;
	}

	#search_panel {
		background: #404040;
	}
    #search_panel input[type=text] {
        font-size: 0.9em;
    }

	#search_panel input {
	    width: 80%;
	}

	#search_panel #searchsubmit.button {
		padding: 6px 8px 6px;
	}

}
@media (max-width: 972px) {

	#header_right {

	}

	#logo_container {

	}

}

#search_button,
#mobile_nav_close_button {
	display: none;
}

#mobile_nav_icon_container {
	display: none;
}

.mobile-show { /* Hide mobile content areas */
	display: none;
}

#social_media_icons p:empty {
	display: none;
}

.header-social-icon {
	margin: 0 0 0 15px;
    transition: all 0.3s ease-in-out;
	float: left;
	border: none;
	transition: all 0.3s ease-in-out;
}

.header-social-icon img {
	max-width: 34px;
	max-height: 34px;
}

.header-social-icon:hover {
	opacity: 0.8;
}

#social_media_icons {
    position: absolute;
    top: -0.3em;
    right: 1.6em;
}

#social_media_icons .vc_icon_element {
    margin: 0 0 0 15px;
    font-size: 1.0em;
	transition: all 0.3s ease-in-out;
}

#social_media_icons .vc_icon_element:hover {
    opacity: 0.8;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
    width: 1.6em !important;
    height: 1.6em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon::before {
    font-size: 0.7em;
    margin: 0 0 8px 0;
}

#social_media_icons .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
    font-size: 2.0em!important;
}

#social_media_icons .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
    float: left;
}

@media (max-width: 768px) {

 	#container1 {
	    padding: 0;
	}

	#mobile_nav_close_button {
		display: block;
		line-height: 38px;
		background: #000;
		color: #fff;
		padding: 20px 0 0 0;
		margin: 0;
		text-indent: 4%;
		width: 100%;
		cursor: pointer;
		font-size: 1.0em;
		text-align: left;
        background-image: url('/wp-content/themes/televisual/images/assets/closex.png');
        background-position: right 13px;
        background-repeat: no-repeat;
		transition: all 0.3s ease-in-out;
	}

	#mobile_nav_icon_container {
		display: block;
		background: #000;
		padding: 0;
		margin: 0;
		width: 100%;
		text-align: right;
	}

	#mobile_nav_icon_container #mobile_nav_icon {
		padding: 0;
		margin: 10px 0 6px 0;
		cursor: pointer;
		z-index: 10000;
	}

	#logo_container {
		position: absolute;
		width: 40%;
		top: 0;
		left: 2%;
		z-index: 0;
	}

	#header_right {
        /*display: none;*/
		width: 100%;
		margin-top: 5px;
	}

	#social_media_icons {
		display: none;
	}

	#navBar {
		clear: both;
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin:0;
		display: none;
		z-index: 100000;
	}

	.hide_mobile_vspace {
		margin-top: 0!important;
		margin-bottom: 0!important;
		padding-top: 0!important;
		padding-bottom: 0!important;
	}

	.mobile-show { /* Hide mobile content areas */
		display: block;
	}

	.mobile-hide,
	.content_row.mobile-hide { /* Hide certain content areas from mobile */
		display: none!important;
	}

}

@media (max-width: 768px) {

	#logo_container {
		width: 65%;
	}

	#logo {
		width: 100%;
		height: auto;
		margin: 15px 0 0 0;
	}

}

/* -------------------------------------------------------------------------------------------- */

/* navigation all in navigation.css */

/* -------------------------------------------------------------------------------------------- */

#content {
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
    /*max-width: 1283px;*/
    max-width: 1230px;
    background-color: #fff;
}

@media (max-width: 768px) {
    #footer_container_inner,
    #content {
    	margin: 0 auto;
    }
}

/* -------------------------------------------------------------------------------------------- */

.content_row {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative; /* In response to full screen rev slider */
}

.content_row ul {
    margin-bottom: 2.0em;
}

.content_row li {
    margin-bottom: 1.0em;
    line-height: 1.5em;
	padding-left: 0.8em;
	margin-left: 1.0em;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url('/wp-content/themes/televisual/images/assets/bullet.png');
}

.content_row_content {

}

.content_row.main_content_area {
	position: relative; /* In response to full screen rev slider */
	z-index: 1;
	background: transparent;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* -------------------------------------------------------------------------------------------- */

textarea,
input,
select {
	padding: 1% 1%;
	background-color: #fff;
	font-size: 18px;
	max-height: 117px;
	display: inline-block;
	transition: border 0.4s ease-in-out 0s;
	border: 0!important;
	border-radius: 8px;
	-webkit-appearance: none;

	max-width: 80%;
}

select {
	padding: 1.2% 2%;
}

textarea:hover,
input:hover,
select:hover {
	border: 1px solid #0062b7;
}

textarea {
	margin-bottom: 10px;
}

input[type=submit],
.button,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern {
	color: #000;
	font-size: 0.8em;
	font-weight: normal;
	border: none;
	border-radius: 0;
	z-index: 2001;
	padding: 4px 25px 4px;
    display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	text-decoration: none!important;
    transition: all 0.3s ease-in-out!important;
	letter-spacing: 2.0px;
	text-transform: UPPERCASE;
	font-family: 'DINPro', sans-serif;
}

.button.large {
	margin-top: 20px;
	font-size: 18px!important;
	padding: 15px 63px 15px;
}

@media (max-width: 768px) {
	.button.large {
		margin-top: 0;
		font-size: 0.8em!important;
		padding: 8px 25px 8px;
	}

	textarea,
	input,
	select {
		max-width: 80%;
	}

	input[type=submit] {
		max-width: 100%;
	}
}

input[type=submit],
.button,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey { /* Default button */
	background: transparent;
	border: 1px solid #808080!important;
}

input[type=submit]:hover,
.button:hover,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover{ /* Default button */
	background: #000;
	border: 1px solid #000!important;
    color: #fff!important;
}

.small_button,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-shape-rounded.vc_btn3-style-modern {
	color: #fff;
	font-size: 1.0em;
	font-weight: normal;
	transition: all 0.4s ease-in-out 0s;
	border: none;
	border-radius: 0;
	z-index: 2001;
	padding: 6px 10px 6px;
	min-width: 95px;
    display: inline-block;
	background-color: #000;
	background-image: none;
	text-decoration: none!important;
	cursor: pointer;
	text-align: center;
}

/* -------------------------------------------------------------------------------------------- */

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'Font Awesome 5 Free';
    font-weight: 700;
	font-size:14px;
	font-style: normal;
}
.icon-next:before {
	content: "\f051";
}
.icon-previous:before {
	content: "\f048";
}
.icon-first:before {
	content: "\f049";
}
.icon-last:before {
	content: "\f050";
}
#pagination_container {
	margin: 20px;
	font-family: 'DINPro', sans-serif;
	text-align: center;
	overflow: hidden;
}

@media (max-width: 1024px) {
	#pagination_container {
		text-align: left;
	}
}

#pagination_container .navigation,
#pagination_container #page-number {
	vertical-align: middle;
	padding: 0;
	display: inline-block;
}

.pagination {
	display: inline-block;
}

#pagination_container #page-number {
	font-size: 0.8em;
	margin: 2px 20px 10px 0;
}

.pagination h2 {
	display: none;
}

#pagination_container .pagination a {
	color: #404040;
}

#pagination_container nav.pagination ul.page-numbers li span.page-numbers.current {
	color: #222;
	font-family: 'DINProBold', sans-serif;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.pagination ul > li {
	display: inline;
	margin-left: 0;
	padding-left: 0;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 5px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
	font-size: 14px!important;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	/*font-size: 16.25px;*/
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	/*font-size: 12px;*/
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	/*font-size: 9.75px;*/
}


/* -------------------------------------------------------------------------------------------- */

.floatLeft {
	float: left;
	width: 130px;
}

.floatRight {
	float: right;
	width: 130px;
}

.clear {
	clear: both;
}

.centered_image {
	text-align: center;
	margin: 20px 0 20px 0;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* -------------------------------------------------------------------------------------------- */

/* Home Portrait Tablet Fix */
@media only screen and (max-width: 1000px) and (min-width: 768px) {

	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-12 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-11 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-10 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-9 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-8 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-7 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-6 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-5 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-4 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-3 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-2 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-1 {width: 100% !important;}

}

/* -------------------------------------------------------------------------------------------- */

.vc_row { /* Row defaults */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: transparent;
}

.vc_row.page-content-row,
.vc_row.table {
	padding: 6% 9% 8% 12%;
	color: #606060;
}

.vc_row.table {
	font-size:0.8em;
	word-break: break-word;
	border-bottom: 1px solid #ccc;
}

.vc_row.table.no-border {
	border-bottom: none;
}

.content_row_content > .vc_row {
	margin-right: 0;
	margin-left: 0;
}

@media (max-width: 768px) {
	.vc_row { /* Row defaults */
		padding-top: inherit;
		padding-bottom: inherit;
		margin-top: inherit;
		margin-bottom: inherit;
	}

	.vc_row.page-content-row,
	.vc_row.table {
		padding: 6% 4% 8% 4%;
		color: #606060;
	}

	.vc_row.table {
		font-size:0.7em;
		word-break: break-word;
	}

}

@media only screen and (max-width: 1000px) and (min-width: 768px) {
	.vc_row.table > .vc_col-sm-1 {
    	width: 16.66666667%!important;
	}
}

.vc_inner.vc_row { /* margins nested rows */
	margin-right: inherit;
	margin-left: inherit;
	padding-top: inherit;
	padding-bottom: inherit;
}

.vc_row.content-hub-title { /*  */
	margin-bottom: 0!important;
	background-color: transparent!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
	color: #fff;
}

.vc_row.content-hub-title h2 {
	margin: 0;
}

.vc_row .vc_row, /* Nested row defaults */
.vc_row.vmslarge .vc_row {
	margin-top: 0;
	margin-bottom: 0;
}

.vc_column_container > .vc_column-inner { /* padding nested columns*/
	margin-top: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.vc_column_container.page-content > .vc_column-inner {
	padding: 6% 9% 8% 12%;
	color: #606060;
}


/* -------------------------------------------------------------------- */

/* Coloured Columns */

.vc_row.wpb_row.vc_row-fluid > div.wpb_column.vc_column_container.grey {
	background-color: #969495;
    color: #fff;
}

.vc_row.wpb_row.vc_row-fluid > div.wpb_column.vc_column_container.white {
	background-color: #fff;
    color: #606060;
}

.vc_row.wpb_row.vc_row-fluid > div.wpb_column.vc_column_container.light-grey {
	background-color: #ccc;
}

.vc_row.wpb_row.vc_row-fluid > div.wpb_column.vc_column_container.grey a:visited,
.vc_row.wpb_row.vc_row-fluid > div.wpb_column.vc_column_container.grey a:link,
.vc_row.wpb_row.vc_row-fluid > div.wpb_column.vc_column_container.grey a:active,
.vc_row.wpb_row.vc_row-fluid > div.wpb_column.vc_column_container.grey a:hover,
.vc_row.wpb_row.vc_row-fluid > div.wpb_column.vc_column_container.grey p,
.vc_row.wpb_row.vc_row-fluid > div.wpb_column.vc_column_container.grey h2,
.vc_row.wpb_row.vc_row-fluid > div.wpb_column.vc_column_container.grey h3,
.vc_row.wpb_row.vc_row-fluid > div.wpb_column.vc_column_container.grey h4,
.vc_row.wpb_row.vc_row-fluid > div.wpb_column.vc_column_container.grey h5,
.vc_row.wpb_row.vc_row-fluid > div.wpb_column.vc_column_container.grey label,
.vc_row.wpb_row.vc_row-fluid > div.wpb_column.vc_column_container.grey ul li,
.vc_row.wpb_row.vc_row-fluid > div.wpb_column.vc_column_container.grey ol li {
    color: #fff;
}

/* -------------------------------------------------------------------- */

/*div.image-fill img {
	width: 100%!important;
	height: auto!important;
}*/

div.margin-bottom.wpb_column.vc_column_container {
	border-bottom: 6px solid #fff!important;
}

.black div.margin-bottom.wpb_column.vc_column_container {
	border-bottom: 6px solid transparent!important;
}

div.margin-top.wpb_column.vc_column_container {
	border-top: 4px solid #fff!important;
}

/* MIN */
@media (min-width: 768px) {
	div.margin-right.wpb_column.vc_column_container {
		border-right: 6px solid #fff!important;
	}

	.black div.margin-right.wpb_column.vc_column_container {
		border-right: 6px solid transparent!important;
	}

}

@media (max-width: 768px) {

	.vc_column_container > .vc_column-inner { /* padding nested columns*/
		/*margin-top: inherit;
		padding-top: 0;
		padding-right: 10%;
		padding-bottom: 20px;
		padding-left: 10%;*/
	}

	.vc_row.vc_column-gap-30>.vc_column_container {
		padding-top: 0;
		padding-bottom: 0;
	}

}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0;
}

/* -------------------------------------------------------------------------------------------- */

/* Coloured Visual Composer Rows */

/* MIN */
@media (min-width: 768px) {
    .vc_row.wpb_row.vc_row-fluid.centered {
        text-align: center;
    }
}

.vc_row.wpb_row.vc_row-fluid.transparent {
	background-color: transparent;
}

.vc_row.wpb_row.vc_row-fluid.mid-grey *,
.vc_row.wpb_row.vc_row-fluid.dark-grey * {
    color: #fff;
}

.vc_row.wpb_row.vc_row-fluid.white {
	background-color: #fff;
}

.vc_row.wpb_row.vc_row-fluid.grey {
	background-color: #969495;
    color: #333;
}

.vc_row.wpb_row.vc_row-fluid.black {
	background-color: #222;
	color: #fff;
}

.vc_row.wpb_row.vc_row-fluid.black a:visited,
.vc_row.wpb_row.vc_row-fluid.black a:link,
.vc_row.wpb_row.vc_row-fluid.black a:active,
.vc_row.wpb_row.vc_row-fluid.black a:hover,
.vc_row.wpb_row.vc_row-fluid.black p,
.vc_row.wpb_row.vc_row-fluid.black h2,
.vc_row.wpb_row.vc_row-fluid.black h3,
.vc_row.wpb_row.vc_row-fluid.black h4,
.vc_row.wpb_row.vc_row-fluid.black h5,
.vc_row.wpb_row.vc_row-fluid.black label,
.vc_row.wpb_row.vc_row-fluid.black ul li,
.vc_row.wpb_row.vc_row-fluid.black ol li {
    color: #fff;
}

.vc_row.wpb_row.vc_row-fluid.grey a:visited,
.vc_row.wpb_row.vc_row-fluid.grey a:link,
.vc_row.wpb_row.vc_row-fluid.grey a:active,
.vc_row.wpb_row.vc_row-fluid.grey a:hover,
.vc_row.wpb_row.vc_row-fluid.grey p,
.vc_row.wpb_row.vc_row-fluid.grey h2,
.vc_row.wpb_row.vc_row-fluid.grey h3,
.vc_row.wpb_row.vc_row-fluid.grey h4,
.vc_row.wpb_row.vc_row-fluid.grey h5,
.vc_row.wpb_row.vc_row-fluid.grey label,
.vc_row.wpb_row.vc_row-fluid.grey ul li,
.vc_row.wpb_row.vc_row-fluid.grey ol li {
    color: #333;
}

/* Bespoke 5 column layout */
.vc_row.five-col .wpb_column.vc_column_container.vc_col-sm-1 {
    display: none;
}

@media (min-width: 768px) {
    .vc_row.five-col .wpb_column.vc_column_container.vc_col-sm-2 {
        width: 20%;
    }
}

/* -------------------------------------------------------------------------------------------- */

/*.page-grid-with-icons .vc_gitem-link {
	color: #fff!important;
	font-size: 1.6em;
	margin-top: 1.0em;
	text-shadow: 0 1px 1px #404040;
	text-transform: lowercase;
}

.news_item .article_image:hover img {
	transform: scale(1.1);
}

.page-grid-with-icons.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
	transition: all 0.3s ease-in-out!important;
	cursor: pointer;
}


.page-grid-with-icons.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link:hover {
	opacity: 0.8;
}


.media-grid-default-custom-icon .vc_single_image-img {
	opacity: 0.6;
}
*/

/* -------------------------------------------------------------------------------------------- */

/*.horpaddmin {
	padding: 0 1%!important;
	margin-top: 0!important;
}*/

/* -------------------------------------------------------------------------------------------- */

a.anchor {
	display: block;
	position: relative;
	top: -135px;	/* Offset */
	visibility: hidden;
}

.scroll_slider,
.scroll_wrapper {
	position: fixed;
	bottom:20vh;
	right:0;
	left:48.5%;
	z-index: 1000000000000;
}

body.show_menu .scroll_slider,
body.show_menu .scroll_wrapper,
body.hide_scroller .scroll_slider,
body.hide_scroller .scroll_wrapper {
	display: none!important;
}

.scroll_container {
	cursor: pointer;
	display: block;
}

.scroll_container.push_down {
	display: none;
}

.scroll_slider *,
.scroll_wrapper * {
    outline: none!important;
}

.scroll:hover {
	text-decoration:none;
}

.scroll:after {
	content:'';
	width:45px;
	height:45px;
	margin:auto;
	position:absolute;
	-webkit-animation:3s arrow infinite ease;
	animation:3s arrow infinite ease;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-style: solid;
	border-color: #fff;
	opacity: 0.8;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	transition: all 0.5s ease-in-out;
	filter: drop-shadow(0 0 2px #000);
	-webkit-filter: drop-shadow(0 0 2px #000);
}

.scroll_slider:hover .scroll:after,
.scroll_wrapper:hover .scroll:after {
	opacity: 1.0!important;
	border-color: #ddd;
}

@media (max-width: 1194px) {
	.scroll_slider,
	.scroll_wrapper {
		left:48.0%;
	}
}

@media (max-width: 972px) {
	.scroll_slider,
	.scroll_wrapper {
		left:43.7%;
	}
}

@media (max-width: 768px) {

	.scroll_slider,
	.scroll_wrapper,
	.scroll:after {
        display: none;
	}

}

@media (max-height: 1024px) and (max-width: 480px){ /* iPad portrait */

}

.bounce {
    -webkit-animation: bounce 4s infinite ease-in-out!important;
    animation: bounce 4s infinite ease-in-out!important;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); }
}

.bounce:hover {
    -webkit-animation: bounce 4s 1 ease-in-out!important;
    animation: bounce 4s 1 ease-in-out!important;
}

.fade-in p,
.fade-in h1,
.fade-in h2,
.fade-in h3,
.fade-in h4,
.fade-in h5 {
	animation: fadeInText 5s; /***Transition delay 3s fadeout is class***/
	-moz-animation: fadeInText 5s; /* Firefox */
	-webkit-animation: fadeInText 5s; /* Safari and Chrome */
	-o-animation: fadeInText 5s; /* Opera */
}

@keyframes fadeInText {
	from { opacity: 0;}
	to   { opacity: 1;}
}

.white-text * {
	color: #fff!important;
	/*text-shadow: 0 1px 1px #404040;*/
}

/* -------------------------------------------------------------------------------------------- */

.helper { /*This allows vertical alignment of image see //stackoverflow.com/questions/7273338/ */
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/* -------------------------------------------------------------------------------------------- */

:target::before {
    content: "";
    display: block;
    height: 160px; /* fixed header height*/
    margin: -160px 0 0; /* negative fixed header height */
}

/* -------------------------------------------------------------------------------------------- */

/* Loader Start */

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    margin: 40vh auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid rgba(255,255,255,1);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loadingDiv {
    /*display: none;*/
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(46, 55, 63, 0.8);
    visibility: hidden;
    /*opacity: 0;
    filter: alpha(opacity=0);*/
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
	z-index: 100000000000000000000000;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* Commenting below hides errors */
/*body.home #footer,
body.home .page-container {
	opacity: 0;
}*/

body.home.show-page-container #footer,
body.home.show-page-container .page-container {
	opacity: 1;
}

/* -------------------------------------------------------------------------------------------- */

.wpb_text_column {
	font-size: 0.9em;
}

.post-content {
	padding: 6% 9% 2% 12%;
	color: #606060;
}

.post-banner-two {
	margin-bottom: 3%!important;
}

.post-banner-three {
	margin-top: 3%!important;
}

@media (max-width: 768px) {

	.post-banner-two {
		margin-bottom: 0!important;
	}

	.post-banner-three {
		margin-top: 0!important;
	}
}

/* -------------------------------------------------------------------------------------------- */

.wpb_text_column.post-details {
	font-size: 1.0em;
}

.post-block {
	background-color: #3a3637;
}

.post-block .featured {
	background-color: #969495;
}

.black .post-block {
	background-color: transparent;
}


.post-block,
.main-feature,
.banner {
	position: relative;
}

.banner .post-details {
	width: 100%;
}

.post-category, .post-category:link, .post-category:visited, .post-category:active, .post-category:hover,
.post-date, .post-date:link, .post-date:visited, .post-date:active, .post-date:hover,
.post-title, .post-title:link, .post-title:visited, .post-title:active, .post-title:hover {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-out;
}

.post-title:hover {
	text-decoration: underline;
}

.banner .post-title:hover {
	text-decoration: none;
	cursor: default;
}

.post-category,
.post-date {
	font-size: 0.7em;
	display: inline-block;
	text-transform: UPPERCASE;
	font-family: 'DINProMedium', sans-serif;
	margin-bottom: 2px;
}

.post-category {
	padding: 0.2em 0.7em 0.2em 1.3em;
	background-color: #5e5c5e;
}

.post-date {
	padding: 0.2em 0.7em;
	margin-left: 2px;
}

.post-title {
	width: 80%;
	font-size: 1.1em;
	padding: 0.2em 0.5em 0.9em 0.8em;
	display: inline-block;
	font-family: 'DINProBold', sans-serif;
}

.post-excerpt {
	font-size: 1.1em;
	padding: 0 2.0em 0.8em 2.6em;
}

.main-feature .post-title {
	font-size: 1.4em;
	background-color: rgba(0, 0, 0, 0.55);
	line-height: 1.3em;
}

.banner .post-title {
	box-sizing: content-box;
	font-size: 1.8em;
	background-color: rgba(0, 0, 0, 0.55);
	line-height: 1.3em;
	width: 83%!important;
	padding: 0.4em 5% 0.9em 12%!important;
	display: block;
}

.side-by-side .post-title {
	padding: 1.2em 0.5em 0 1.8em;
}

.black .main-feature .post-title {
	background-color: transparent;
}

.post-category:hover,
.post-date:hover,
.main-feature .post-title:hover {
	background-color: rgba(0, 0, 0, 1.0);
}

.black .main-feature .post-title:hover {
	background-color: transparent;
}

.main-feature .post-category:hover,
.main-feature .post-date:hover,
.banner .post-category:hover,
.banner .post-date:hover {
	background-color: rgba(0, 0, 0, 1.0);
}

.post-block .post-title:hover {
	color: #cfcfcf;
}

.post-block .featured .post-title:hover {
	color: #efefef;
}

@media (max-width: 1220px) {
	.post-title,
	.main-feature .post-title,
	.banner .post-title {
		width: 100%;
	}
}

img.zoom-hover,
.zoom-hover img {
	transition: all 0.3s ease-in-out!important;
}

.zoom-hover {
	overflow: hidden;
    position: relative;
}

@media (min-width: 768px) { /* MIN! */
	.side-by-side .post-details,
	.side-by-side .zoom-hover {
		width: 50%;
		float: left;
	}
}

.side-by-side .post-excerpt {
	color: #fff;
	font-size: 0.8em;
}

/* Uncomment and remove next to just zoom on image hover */
/*.zoom-hover img:hover {
	transform: scale(1.05);
}*/

.post-block:hover .zoom-hover img {
	transform: scale(1.05); /* (105% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.post-block .banner:hover .zoom-hover img {
	transform: none; /* (105% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	cursor: default;
}

.vid-open {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-out;
    opacity: 0.7;
    cursor: pointer;
}

.post-block .banner:hover .zoom-hover .vid-open img {
    cursor: pointer;
}

.side-by-side .vid-open {
	left: 50%;
}

.side-by-side .moretag {
	color: #fff;
}

@media (max-width: 768px) {

	.post-excerpt {
		padding: 0 2.0em 2.0em 2.6em;
	}

	.side-by-side .vid-open {
		left: 50%;
	}
}

.vid-open:hover {
	opacity: 1.0;
}

.vid-open *:focus{
    outline: none;
}

a.banner-click.updating,
.vid-open > figure > a.updating {
	animation: fadeIn 1.0s infinite alternate;
}

@keyframes fadeIn {
    from { opacity:0.5; }
}

@media (min-width: 768px) { /* MIN! */

	.main-feature .post-details,
	.banner .post-details {
		position: absolute;
		bottom: 0;
		background-color: transparent;
	}

	.banner .post-category,
	.main-feature .post-category {
		padding: 0.2em 0.7em 0.2em 1.2em;
	}

	.main-feature .post-date,
	.banner .post-date {
		padding: 0.2em 0.7em;
	}

	.main-feature .post-title,
	.banner .post-title {
		padding: 0.2em 0.5em 0.4em 0.6em;
	}

	.main-feature .post-category,
	.main-feature .post-date,
	.banner .post-category,
	.banner .post-date {
		background-color: rgba(0, 0, 0, 0.8);
	}

	.the-work .post-category {
		background-color: #1366a9;
	}

	.a-televisual-film .post-category:hover,
	.a-televisual-film.main-feature .post-category:hover,
	.the-work .post-category:hover {
		background-color: #000;
	}

	.black .main-feature .post-category,
	.black .main-feature .post-date,
	.black .post-date {
		background-color: #5e5c5e;
	}

	.black .main-feature .post-category:hover,
	.black .main-feature .post-date:hover,
	.black .post-date:hover {
		background-color: #000;
	}

	.main-feature .vid-open {
		top: 50%;
	}

}

.wpb_column.vc_column_container.vc_col-sm-9 a.banner-click img {
	max-width: 728px;
	max-height: 90px;
}

.a-televisual-film .post-category,
.a-televisual-film.main-feature .post-category,
.black .a-televisual-film.main-feature .post-category {
	background-color: #e96616;
}

.video-panel .main-feature div.zoom-hover,
.video-panel .main-feature div.vid-open {
	display: none!important;
}

.video-panel .main-feature .post-details {
	position: relative;
}

.video-panel .main-feature .post-title {
	line-height: 1.3em;
	margin-top: 10px;
}

.video-panel div.zoom-hover {
	border: 1px solid #4a4a4e;
}

.video-panel iframe {
	background-color: #222;
}

#video-panel-close {
	transition: all 0.3s ease-out;
}

#video-panel-close:hover {
	opacity:0.8;
}

.vc_row.wpb_row.vc_row-fluid.black.video-panel .related-videos-container p {
	text-transform: UPPERCASE;
	color: #fff;
	padding: 10px 0;
	font-family: 'DINPro', sans-serif;
	font-size: 0.7em;
}

#related-videos	.post-category,
#related-videos	.post-date,
#related-videos	br {
	display: none;
}

.clustered > .vc_column-inner > .wpb_wrapper > .vc_column-inner.updating {
	animation: fadeIn 4.0s infinite alternate;
}

@keyframes fadeIn {
    from { opacity:0.5; }
}

/*.addborders img {
	border: 10px solid #ccc;
}*/

.addborders figure {
	width: 100%;
	border-right: 5px solid #fff;
	/*background: pink;*/
}

.addborders figure img {
	width: 100%;
	max-width: 300px;
}

@media (max-width: 768px) {
	.addborders figure {
		border-left: 0;
		border-right: 0;
		border-top: 7px solid #fff;
		border-bottom: 7px solid #fff;
	}

	.addborders figure img {
		max-width: 100%;
	}

	.mobile-show > .wpb_wrapper > .wpb_single_image > figure > a.vc_single_image-wrapper {
		display:block;
	}

	.ad > .vc_column-inner > .vc_column-inner > .wpb_wrapper > .wpb_single_image > figure > a.vc_single_image-wrapper {
		display:block;
	}

	.mobile-show.vc_column-inner.addborders {
		width: 100%
	}

}

/* -------------------------------------------------------------------------------------------- */

#video_panel {
	background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
	position: fixed;
	z-index: -1;
    transition: all 0.6s linear;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	bottom:0;
	left: 0;
}

#video_panel #video_panel_content {
	position: absolute;
	left: 50%;
	top: 50vh;
    transform: translate(-50%, -50%);
	box-sizing: border-box;
    transition: all 0.6s linear;
	max-width: 100%;
	min-width: 100px!important;
	min-height: 100px;
	display: block;
	width: 1200px;
}

#video_panel.showme {
    opacity: 1;
	z-index: 999999999999999999999999;
	background-image: none;
}

/* -------------------------------------------------------------------------------------------- */

body.post-template-default.single.single-post .post-content .align-left .wpb_single_image.vc_align_center {
	text-align: left;
}

/* -------------------------------------------------------------------------------------------- */

/* Add This */

#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column .addthis_inline_share_toolbox p:last-child {
	margin-bottom: 5px;
}

.at-style-responsive .at-share-btn {
    padding: 5px 5px 0 5px!important;
}

/* -------------------------------------------------------------------------------------------- */

/* Flipbook */

.df-more-container > .df-ui-btn::before,
.df-more-container > .df-ui-btn span {
    color: #808080 !important;
}

.df-app {
    min-height: 220px!important;
}

div._df_book.df-element.df-app div.df-container.df-controls-bottom.df-float div.df-bg {
	background-color: transparent!important;
}


/* -------------------------------------------------------------------------------------------- */

.no-bottom-margin div.wpb_text_column.wpb_content_element {
	margin-bottom: 0;
}

footer {
    clear: both !important;
	position: relative;
	color: #000;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'DINProMedium', sans-serif;
    font-size: 0.7em;
}

footer h2,
footer h1,
footer h4,
footer h3,
footer h5,
footer h6,
footer p,
footer a {
	color: #000;
}

footer button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  font-size: 1.0em;
}

#footer_container {
	margin: 0 auto;
	padding: 5vh 0;
	/*max-width: 1283px;*/
	max-width: 1230px;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
}

#footer_container_inner {
	/*max-width: 70%!important;*/
	margin: 0 auto;
	text-align: center;
}

#footer_container_inner p {

}

@media (max-width: 768px) {
	#footer_container_inner p {

	}
}

p#copyright a {
	color: #fff!important;
}

@media (max-width: 1194px) {
	#footer_container_inner {
		max-width: 90%;
	}
}

footer p {
	font-weight: normal;

}

#footer_final p {
	font-weight: normal;

}

#back_to_top {
	background-image: url('/wp-content/themes/televisual/images/assets/back_to_top_white.png');
	position: fixed;
	bottom: 40px;
	right: 145px;
	width: 50px;
	height: 50px;
	display: none;
	cursor: pointer;
	transition: all 0.3s ease-in-out!important;
	border-radius: 8px;
    z-index: 10;
}

@media (max-width: 1320px) {
	#back_to_top {
		/*right: 48%;*/
	}
}



#back_to_top:hover {
	filter: brightness(150%);
}

body.show_back_to_top #back_to_top {
	display: block;
}

#menu-footer-menu {
  margin: 51px auto 12px auto;
}

#menu-footer-menu li {
    display: inline-block;
    border-left: 1px solid #000;
    padding: 0 12px;
}

#menu-footer-menu li:nth-child(1) {
    border-left: none;
    padding: 0 12px 0 0;
}

@media (max-width: 768px) {
	#back_to_top {
		display: none!important;
	}
	#menu-footer-menu li {
	    display: inline-block;
	    border-left: none;
	    padding: 0 5px!important;
		margin-left: 0;
	}
}

/* -------------------------------------------------------------------------------------------- */

body.page-template-totallyblank div#header,
body.page-template-totallyblank footer {
	display: none!important;
}
