/*
	Theme Name: Julia
	Theme URI: https://hansinke.nl
	Description: Minimialist, mobile-responsive theme created for the Genesis Framework.
	Author: Han Sinke
	Author URI: https://www.hansinke.nl/

	Version: 2.0.1

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 3.x

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
 

/* Table of Contents

	01 Import Fonts
	02 Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneousfloa
	04 Layout
		- Structure
		- 1080px CSS Grid
		- Header
		- Homepage
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	05 Menus
		- Primary Navigation Extras
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
	12 Forms & Buttons
		- Gravity Forms
	13 Images & Captions
	14 Media Queries
		- max-width: 1024px
		- max-width: 768px
		- max-width: 480px

*/


/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

/*@import url(https://fonts.googleapis.com/css?family=Arimo:300,400|Merriweather:300,400);*/
@import url(https://fonts.googleapis.com/css?family=Raleway:300,500|Source+Sans+Pro:200,400);


/*
02 Defaults
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: /*qqq 100%; /* 16px browser default */ 75%;
}

body {
	background-color: #fff;
	line-height: 1.4;
}

.screenreader-only, .visually-hidden, 
.home h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  white-space: nowrap;
  border: 0;
  padding: 0 !important;
  margin: 0 !important;
  clip-path: inset(50%);
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
#about .wrap,
#blog .wrap,
#footer-widgets,
#inner,
.site-inner,
#portfolio .wrap,
#services .wrap {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn,
#blog img,
#portfolio img {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a img, #gallery-1 a img, #gallery-2 a img {
	border: none!important;
}
	#gallery-1 .gallery-item, #gallery-2 .gallery-item {
   margin-top: 24px!important;
	width: 16.6%!important;
	text-align: left!important;
	max-height: 249.5px!important;
}

/*qqq */
.highslide img {border:none!important;}


/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem	
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem
	
	Further reading on the use and compatibility of rems:
	
	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem
	
*/

/* 03a - Font Color ----------- */

a:hover,
body,
h2 a,
h2 a:visited,
p.entry-title-link,
h4.widgettitle a,
input,
.genesis-nav-menu a,
.genesis-nav-menu a:visited,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.post-comments,
.post-info a,
.post-meta a,
footer a,
#title a,
#title a:hover,
.site-title a,
.site-title:hover {
	color:#474747!important;
}
input[type="button"],
input[type="submit"] {
	color:#FFF!important;
}


a:not(:has(.entry-title-link)),
h2 a:hover,
a .entry-title-link:hover
.genesis-nav-menu li.right a:hover,  
.post-info a:hover,
.post-meta a:hover,
footer a:hover,
header .genesis-nav-menu li a:hover,
.single  .genesis-nav-menu li.menu-item-1363 a {
	/* color: /*qqq #27b4b2 #b92b19; */
	text-decoration: underline;
}

/*qqq */
#title a,
#title a:hover,
.site-title a,
.site-title a:hover {
	font-weight:200;
	text-decoration:none;
}

header .genesis-nav-menu li.current-menu-item a,
header .genesis-nav-menu li.current-menu-parent a, /* qqq*/
header .genesis-nav-menu li.current-post-parent a, /* qqq*/ {
	/* color: /*qqq #27b4b2 #b92b19 !important; */
	text-decoration: underline;
}

/*qqq */

#work a, .content-column a, a:has(.entry-title-link){
	text-decoration: none;
}
.expolijst a, #work li a, .content-column a { 
	color: #474747;
}
.expolijst a span:hover, #work a:hover, #work li.current a, .content-column a:hover { 
	/* color: #b92b19; */
	text-decoration: underline;
}
.expolijst a span:hover, #work a:hover, .content-column a:hover { 
	text-decoration: underline;
}
#work li.current a {
	font-weight:400;
}

blockquote::before,
blockquote p,
input,
select,
textarea,
.post-info,
.post-meta,
.entry-content p:not(.entry-title-link),
.entry-content div {
	color: #575757!important;
}
/*qqq*/
input {
	color: #FFFFFF;
}

.footer-widgets a {
/*qqq	color: #aaa; */
}

a.cta-button,
a.landing-button,
a.social-buttons,
button,
input[type="button"],
input[type="submit"],
.btn,
.enews,
.footer-widgets,
.footer-widgets a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li li a:hover,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled,
#about,
#services {
/*qqq color: #fff; */
}

a.cta-button:hover,
a.social-buttons:hover,
.sidebar .enews-widget input:hover[type="submit"] {
	color: #b92b19;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1,
#title,
.site-title {
	font-family: Verdana, 'Raleway', sans-serif;
}
h1, h2, p.entry-title-link, h3 {
	font-family: 'Source Sans Pro', sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#title a::before {
/*qqq	font-family: 'Merriweather', serif; */
}

/* 03c - Font Size ----------- */

h1,
.entry-title,
.entry-title a {
	font-size: 36px;
	color: #474747!important;
	font-size: /*qqq 2.25rem */ 2rem;
}


blockquote::before {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	font-size: 30px!important;
	font-size: /*qqq 1.875rem */ 1.75rem!important;
}
/*.work h2.entry-title a,  .category-press h2.entry-title a { 
	font-style:normal;
}*/
.work h2.entry-title a, a p.entry-title-link	{ 
	font-weight:400; 
	font-size: 1.3rem; 
}
.category-press h2.entry-title a { 
	font-weight:400; 
	font-size: 1.2rem; 
}
	
h3,
h4,
.archive-title,
.taxonomy-description h1,
.widgettitle,
#title,
.site-title {
	font-size: 24px;
	font-size: /*qqq1.5rem*/ 1.33em;
}
/*qqq*/
.taxonomy-description h1 { font-size: 1.75rem !important; font-weight:500!important;}
/*qqq*/
#title, .site-title {
	font-size: 2.15rem;
}
.home #title, .home .site-title {
	font-size: 2.8rem;
}

h5,
h6,
.archive-title,
.author-box h1,
.footer-widgets .widgettitle,
.sidebar h2 a,
.taxonomy-description h1,
#about,
#blog,
#services {
	font-size: 20px;
	font-size: /*qqq1.25rem*/1.1rem;
}

body,
.featuredpost h2 a {
	font-size: 18px;
	font-size: /*qqq1.125rem*/ 1.25rem;
}

.entry-content p, .entry-content div {
	font-size:  1.1rem;
}
.featuredpost h2 a {
	font-size: 18px;
	font-size: 1.2rem;
	/*qqq*/ text-decoration:underline;
	font-weight:300 !important;
}

/*qqq*/
.widget-wrap .entry {
margin-bottom: 0.25em!important;
}

input,
select,
textarea,
.comment-header,
.featuredpost p,
.post-info,
.post-meta,
.wp-caption {
	font-size: 16px;
	font-size: 1rem;
}

a.social-buttons {
	font-size: 14px;
	font-size: 0.875rem;
}

/* 03d - Font Miscellaneous ----------- */

cite {
	font-style: normal;
}

body,
input,
#title, .site-title {
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.wp-caption {
	font-weight:  500;
}
/*qqq*/
h1 {
	font-weight:400;
}
h2 { 
/*	font-style:italic; */
}

a.landing-button,
.wp-caption {
	text-align: center;
}

a.cta-button,
a.landing-button,
a.social-buttons,
h2 a,
a .entry-title-link,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a,
.site-title a  {
	text-decoration: none!important;
}

#title, .site-title {
	text-transform:none !important;
}

#title a::before, .site-title a::before {
	text-transform: uppercase;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */
.wrap,
#inner,
.site-inner {
	margin: 0 auto;
	max-width: /*qqq1080px*/ 1200px;
	max-width: 100%;
}
header .wrap {
	display:block;
}
.title-area {
	display: inline-block;
}
.widget-area.header-widget-area {
	display: inline-block;
	float:right;
	padding-right: 2rem;
}	
/*.wrap {margin-top: 2rem; }*/

.mp-landing #inner .mp-landing .site-inner {
	border: 1px solid #474747;
	max-width: 700px;
	margin: 32px auto;
	margin: 2rem auto;
	padding: 48px 64px 0;
	padding: 3rem 4rem 0;
}

#inner, .site-inner {
	clear: both;
	overflow: hidden;
	padding: 64px 0 16px;
	padding: /*qqq 4rem*/ 1rem 0 0rem;
	border-bottom: 1px solid #aaa;
}

.mp-home #inner, .mp-home .site-inner {
	padding: 0;
	max-width: 100%;
}

/* 04b - 1080px CSS Grid ----------- */

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar,
#blog .featuredpost .post:nth-of-type(3n+0),
#blog .featuredpost .post:nth-of-type(3n+1),
#blog .featuredpost .post:nth-of-type(3n+2),
#portfolio .featuredpost .post:nth-of-type(3n+0),
#portfolio .featuredpost .post:nth-of-type(3n+1),
#portfolio .featuredpost .post:nth-of-type(3n+2),
#services .alignright,
#title-area {
	width: 29.629629629%; /* 320px / 1080px */
}

/*qqq*/
.sidebar {
	width: 10%; /* 120px / 1200px */
}

#content,
.content,
#header .widget-area,
#services .alignleft {
	width: /*qqq64.814814814%*/ 90%; /* 700px / 1080px */
}

#header .widget-area, header .widget-area {
	width: 70%; 
}

.full-width-content #content, .full-width-content .content,
#content-sidebar-wrap {
	width: 100%; /* 1080px / 1080px */
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content #sidebar,
#blog .featuredpost .post:nth-of-type(3n+1),
#blog .featuredpost .post:nth-of-type(3n+2),
#content,
.content,
#content-sidebar-wrap,
#footer .gototop,
#portfolio .featuredpost .post:nth-of-type(3n+1),
#portfolio .featuredpost .post:nth-of-type(3n+2),
#sidebar-alt,
#title-area {
	float: left;
}
.footer-widgets-3,
.sidebar,
.sidebar-content #content,
#blog .featuredpost .post:nth-of-type(3n+0),
#footer .creds,
#header .widget-area,
header .widget-area,
#portfolio .featuredpost .post:nth-of-type(3n+0) {
	float: right;
}
/*qqq*/
#footer .creds {float:left; text-transform: lowercase; font-size:80%}

.footer-widgets-1,
#blog .featuredpost .post:nth-of-type(3n+1),
#portfolio .featuredpost .post:nth-of-type(3n+1) {
	margin-right: 5.555555555%; /* 60px / 1080px */
}

/* 04c - Header ----------- */

#header, header {
/*qqq	border-bottom: 1px solid #222; */
	overflow: hidden;
	padding: 32px 0;
	padding: /*qqq 2rem*/ 0;
/*	background: url("http://juliadossantosbaptista.com/wp-content/uploads/logo-juliadossantosbaptista.png") no-repeat scroll  0; */
}

.mp-home #header, .mp-home header {
	border: none;
}

#title-area, .title-area {
	padding: 12px 0;
	padding: /*qqq 0.75rem*/  1.75rem 0 0;
}
.home .title-area {
	padding: /*qqq 0.75rem*/  1rem 0 1rem;
}

.header-image #header,
.header-image #title-area {
	padding: 0;
}

#title,
#title a {
	cursor: pointer;
	display: block;
	line-height: 1;
	margin: 0;
/*	position:absolute;
	left: -9999px; */
}


#title a:hover::before {
	/*background-color: /*qqq #27b4b2 #b92b19; */
}

.header-full-width #title,
.header-full-width #title a,
.header-full-width #title-area {
	width: 100%;
}

.header-image #title,
.header-image #title a,
.header-image #title-area {
	display: block;
	float: left;
	min-height: 120px;
	overflow: hidden;
	text-indent: -9999px;
}

.header-image #title,
.header-image #title a {
	width: 100%;
}

/* 04d - Homepage ----------- */

#about,
#blog,
#portfolio,
#services {
	clear: both;
	overflow: hidden;
}

#about,
#services {
	background-color: #222;
}

#about,
#services {
	padding: 64px 0;
	padding: 4rem 0;
}

#blog,
#portfolio {
	padding: 64px 0 16px;
	padding: 4rem 0 1rem;
}

/* 04e - Main Content ----------- */

#content, .content {
	padding-bottom: 48px;
	padding-bottom: 3rem;
}

.content { padding: 0 2rem 1rem }

.mp-home #content {
	padding: 0;
}

.entry,
.page .post.entry {
	margin-bottom: 80px;
	margin-bottom: /*qqq5rem*/ 0rem;
}

.mp-home .featuredpost .entry,
.single .entry {
	margin-bottom: 48px;
	margin-bottom: /*qqq3rem*/ 1rem;
}

.page .entry {
/*qqq	margin: 0; */
}

.entry-content {
	overflow: hidden;
}

.featuredpost .entry p {
	line-height: 1.5;
}

.entry-content,
.entry-content p,
#about,
#services {
/*	line-height: 1.625; */
}

.entry-content p {
	margin-bottom: 26px;
	margin-bottom: /*qqq1.625rem*/ 0.75em;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}

blockquote::before {
	content: "“";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* 04f - Post Info & Meta ----------- */

.post-info,
.post-meta {
	clear: both;
	line-height: 1.5;
	/*qqq*/ display:none;
}

.post-info {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.post-comments {
	background: url(images/post-comments.png) no-repeat center left;
	margin-left: 16px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.post-meta::before {
	border-top: 1px solid #222;
	content: "";
	display: block;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	width: 10%;
}

.categories,
.tags {
	display: block;
}

/* 04g - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}
.one-sixth {
	/*qqq*/ margin-left: 2.4305556%; /* 28px / 1152px */
	margin-bottom: 2.4305556%;
}


/*qqq*/
.expolijst .one-fourth, .expolijst .two-fifths, .expolijst .one-third  {
	margin-left:0
}
.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
/*qqq*/ width: 14.583333%; /* 168px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04h - Miscellaneous ----------- */

a.social-buttons {
	background-color: #888;
	float: left;
	margin: 0 4px 4px 0;
	margin: 0 0.25rem 0.25rem 0;
	overflow: hidden;
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
}

a.social-buttons:hover {
	background-color: #fff;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #222;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.sticky,
.taxonomy-description {
	/*qqqbackground-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;*/
	padding: 0 2rem 2rem 0;
}

#portfolio .sticky {
	background: none;
	margin: 0;
	padding: 0;
}

.breadcrumb {
	border-bottom: 1px solid #474747;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 8px 0 24px;
	padding: 0.5rem 0 1.5rem;
}


/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
}

#header .genesis-nav-menu, header .genesis-nav-menu {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: auto;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
	border-bottom: 1px solid #474747;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
	/*qqq*/ text-transform: lowercase;
}

.genesis-nav-menu a {
	display: block;
	padding: 24px 20px;
	padding: 1.5rem 1.0rem;
	position: relative;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #474747;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	/* background-color: /*qqq #27b4b2 #b92b19; */
	text-decoration: underline;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.genesis-nav-menu li li a:hover {
	background-color: #fff!important;
	/*qqqborder: 1px solid #222;*/
	border-top: none;
	padding: 20px;
	padding: /*1.25rem*/ 0 1rem 0.5rem 1rem;
	position: relative;
	width: 160px;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu li li a:hover,
.genesis-nav-menu li.current-menu-item a,
.genesis-nav-menu li li.current-menu-item a  {
	background-color: /*qqq#222;*/ transparent;
	/*color: #b92b19!important;*/
	text-decoration: underline!important;
}

#header .genesis-nav-menu li a:hover {
	background: none;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 202px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -59px 0 0 201px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
}

.genesis-nav-menu li.right a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu li.search {
	padding: 6px 0 0;
	padding: 0.375rem 0 0;
}

.genesis-nav-menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin-left: 20px;
	margin-left: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
	padding-left: 1.5rem;
}


/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
.h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}
h1:not(.home h1),
.entry-title a {
/*qqq*/ text-transform: lowercase;
}
/*qqq*/
h2,
.h2,
h3,
h4,
h5,
h6,
p	{
	margin-bottom: 0.25rem;
}
/*qqq*/
h2.archief {
	margin-top:2rem;
}
h2,h3, .h2 {
	margin-top: 1rem;
}
/*qqq*/
/*.home h1.entry-title {display:none;} */

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.featuredpost h2 {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.archive-title,
#blog .widgettitle,
#portfolio .widgettitle {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 2.5rem; 
	list-style-position:outside;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #222;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	/* background-color: /*qqq #27b4b2 #b92b19; */
	text-decoration: underline;
}


/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

.ping-list,
#comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 2rem;
}

.comment-list li ul li {
	margin-right: -32px;
	margin-right: -2rem;
}

.comment-header {
	overflow: hidden;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.5;
	padding-top: 8px;
	padding-top: 0.5rem;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	overflow: hidden;
	/*qqq*/
	float: right;
	margin-right: 1em;
}

.sidebar .widget::after {
/*qqq	border-bottom: 1px solid #222; */
	content: "";
	display: block;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	width: 20%;
}

/*qqq.sidebar.widget-area ul li:before {
	content: "> ";
	padding-right: 4px;
}*/
.sidebar.widget-area ul li {
	/*qqq*/ list-style-type: none;
	margin: 0 0 0 20px;
	/*qqqmargin-bottom: 6px;
	margin-bottom: 0.375rem;*/
	word-wrap: break-word;
}
.sidebar.widget-area ul li a {
	/*qqq*/text-decoration: none;
	/*color: #222;*/
}
/*qqq#sidebar { background-color: #b92b19 }*/

.enews {
	background-color: #222;
	margin-bottom: 8px;
	margin-bottom: 0.75rem;
	padding: 32px;
	padding: 2rem;
}

.sidebar .widget.enews-widget::after {
	border-bottom: none;
	padding-bottom: 0;
}

/*qqq */
#news, #work {
	margin-top: 0.5rem;
/*	margin-bottom: 1.75rem; */
}
#work {
	clear: both;
}
/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
/* qqq	border-top: 1px solid #222; */
	clear: both;
	overflow: hidden;
	padding: 48px 0;
	padding: /*qqq 3rem*/ 0;
}

#footer .creds {
/*qqq	text-align: right; */
display:none;
}

#footer .creds,
#footer .gototop {
	margin: 16px 0;
	margin: /*qqq1rem*/ 0.5rem 0;
}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
	/*qqqbackground-color: #222;*/
	clear: both;
	/*qqqline-height: 1.5;*/
	overflow: hidden;
	padding: 64px 0 16px;
	padding: /*qqq4*/ 1rem 0 1rem;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 32px;
	margin-bottom: 0rem;
	overflow: hidden;
}

/*qqq.footer-widgets .widget-area .textwidget ul:before {
	content: "> ";
}*/
.footer-widgets .widget-area ul li {
	list-style-type: none;
	/*qqq*/display:inline-block; padding: 0 10px 0 0;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}
/*qqq*/
#work ul li {
	list-style-type: none;
	display:inline-block; padding: 0 10px 0 0;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}


/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 0 5px #ddd inset;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

#header .search-form {
	float: right;
	margin-top: 56px;
	margin-top: 3.5rem;
	width: 100%;
}

.sidebar .enews-widget input {
	background-color: #fff;
	box-shadow: none;
}

a.cta-button,
a.landing-button,
button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #222;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	width: auto;
}

a.cta-button {
	float: right;
	margin-top: -32px;
	margin-top: -2rem;
	padding: 20px 24px;
	padding: 1.25rem 1.5rem;
}

a.landing-button {
	margin-top: 16px;
	margin-top: 1rem;
}

a.cta-button,
a.landing-button:hover,
button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover,
.sidebar .enews-widget input[type="submit"] {
	/* background-color: /*qqq #27b4b2 #b92b19; */
	text-decoration: underline;
}

.sidebar .enews-widget input {
	margin-bottom: 8px;
	margin-bottom: 0.75rem;
}

.sidebar .enews-widget input[type="submit"] {
	display: block;
	margin: 0 auto;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

a.cta-button:hover,
.sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* 12a - Gravity Forms ----------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 16px;
	padding: 1rem;
}

#content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

#content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}


/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

#blog img,
#portfolio img {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	opacity: 0.8;
}

#blog img:hover,
#portfolio img:hover {
	opacity: 1;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}

#gallery-1, #gallery-2 {
	margin-bottom:20px!important;
}

/*
14 Media Queries
---------------------------------------------------------------------------------------------------- */
body.home .footer-widgets {
	bottom:0;
    width: 100%;
	position: absolute;
}
.hoogte {
	min-height: 500px;
}
.absoluut {
	position: absolute;
}
@media only screen and (max-height: 480px) {
body.home .footer-widgets {
	position: relative;
}
body.home #inner, body.home .site-inner {
	min-height: 470px;
}
}
@media only screen and (max-height: 360px) {
body.home #inner, body.home .site-inner  {
	min-height: 350px;
}
}
@media only screen and (max-height: 320px) {
body.home #inner, body.home .site-inner {
	min-height: 310px;
}
}
/* Desktops, laptops and iPads (landscape) ----------- */

.entry-content p.box {min-height: 250px; }

@media only screen and (min-width: 1024px) {
	#title, .site-title {
		padding-left: 2rem;
	}	
}

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

	.wrap,
	#inner,
	.site-iner	{
		max-width: 960px;
	}
	.gallery-item img { max-width: 140px; }
	
	#gallery-1 .gallery-item, #gallery-2 .gallery-item {
    margin-top: 10px!important;
	}
	#title, .site-title {
		font-size:1.6em;
	}
	#title-area, .title-area {
    padding: 2.25rem 0 0;
	}

	.genesis-nav-menu a {
    padding: 1.5rem 0.9rem;
  	}
	.category-press .one-sixth, .category-press-pt-br .one-sixth,  .category-press-zh-hant .one-sixth {
    min-height: 350px;
	}
	.entry-content p.box {min-height: 240px; }
}

/* iPads (portrait) ----------- */

@media only screen and (max-width: 820px) {
	
	#inner {
		padding: 32px 5%;
		padding: 2rem 5%;
	}
	
	.gallery-item img { max-width: 164px; }
	
	#gallery-1 .gallery-item, #gallery-2 .gallery-item {
    margin-top: 24px!important;
	width: 33%!important;
	}
	
	.entry-content p.box {min-height: 260px; }

	.footer-widgets {
		padding: 64px 5% 32px;
		padding: /*qqq 4rem*/ 0.75rem 5% 1rem;
	}
	.one-sixth {
		width: 30.555555555%;
		margin-bottom: 1.5rem;
	}
	.fourth {
		margin-left: 0 !important; 
	}

/*qqq
	#about .wrap,
	#blog .wrap,
	#portfolio .wrap,
	#services .wrap {
		padding: 0 5%;
	} */

	/*.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3, */
	.wrap,
	#footer .creds,
	#footer .gototop,
	/*qqq #header .widget-area, */
	#inner,
	#services .alignleft,
	#services .alignright,
	/*qqq #title-area, */
	#wrap .sidebar,
	#wrap #content,
	#wrap #content-sidebar-wrap,
	#wrap #sidebar-alt {
		width: 100%;
	}
	.footer-widgets .widget-area ul li:last-child {
		padding-right:0
	}
	
	.genesis-nav-menu li,
	#footer .creds,
	#footer .gototop,
	#header ul.genesis-nav-menu,
	#header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	#footer .creds,
	#footer .gototop,
	#header .search-form,
	#title,
	#title-area {
	/*qqq	text-align: center; */
	}
	
	#header {
		padding: /*qqq0;*/ 0 0 0 2rem;
	}

	#title-area {
		padding: 12px 0 0;
		padding: 0.75rem 0 0;
		width: 65%; 
	}

	/*qqq*/
	#header .widget-area {
    	width: 35%;
	}
	.widget_nav_menu { float:right; padding-right: 1rem;}

	#title {
		margin: 1rem 0;
	}
	
	#header .search-form {
		margin: 32px auto 0;
		margin: 2rem auto 0;
		width: 50%;
	}

	.genesis-nav-menu a {
		padding: 1rem 1.5rem 0 0;
	}

	.genesis-nav-menu li.right {
		display: none; 
	}

	.mp-landing #inner {
		border: none;
	}

	a.cta-button {
		float: none;
		line-height: 6;
	}

	#footer {
		padding: 24px 0;
		padding: 1.5rem 0;
	}

	.footer-widgets-1,
	#header .genesis-nav-menu {
		margin: 0;
	}
	#lang_sel_list a, #lang_sel_list a:visited {
		font-size: 0.9em;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3  {
		width: 100%;
	}
		/*qqq right */
	.widget_a2a_share_save_widget,
	.footer-widgets-1 .textwidget {
		float:right;
	}
	
}

/* Footer correctie qqq ----------- */

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


	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3  {
		width: 100%;
	}
	/*qqq right */
	.widget_a2a_share_save_widget,
	.footer-widgets-1 .textwidget {
		float:right;
	}

	.one-sixth {
		margin-bottom: 1rem;
	}
	
	
	#title-area {
		width: 65%; 
	}

	/*qqq*/
	#header .widget-area {
    	width: 35%;
	}

/* 03c - Font Size ----------- */

	
	#title {
		font-size: 1.6rem;
	}


}

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

#gallery-1 .gallery-item, #gallery-2 .gallery-item {
    margin-top: 24px!important;
	width: 50%!important;
}

}




/* iPhones (portrait and landscape) ----------- */

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

	html {
		 font-size: 87.5%; /* 14px base */
	}
	
	#gallery-1 .gallery-item, #gallery-2 .gallery-item {
    margin-top: 12px!important;
	width: 100%!important;
}

	.category-press .one-sixth, .category-press-pt-br .one-sixth,  .category-press-zh-hant .one-sixth {
    min-height: 100px;
	}
	.entry-content p.box {min-height: 90px; }


	.alignleft, .alignright, img { 
		float:none;
		display:block !important;
	}
/*qqq */
	#inner {
		padding: 1rem 5%;
	}
	#header {
		padding:  0 0 0 5%;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3  {
		width: 100%;
	}
	/*qqq right */
	.widget_a2a_share_save_widget,
	.footer-widgets-1 .textwidget {
		float:right;
	}

	#title a::before {
		height: 50px;
		width: 50px;
	}
	#title, 
	 body {
		font-size: 1.1rem;
	}
	h1,
	.entry-title,
	.entry-title a,
	 h2, 
	 .h2 {
		font-size: 1.4rem;
	}
	
	.widget_nav_menu { float:left; padding-left: 0;}

	#blog .featuredpost .post:nth-of-type(3n+0),
	#blog .featuredpost .post:nth-of-type(3n+1),
	#blog .featuredpost .post:nth-of-type(3n+2),
	#portfolio .featuredpost .post:nth-of-type(3n+0),
	#portfolio .featuredpost .post:nth-of-type(3n+1),
	#portfolio .featuredpost .post:nth-of-type(3n+2),
	#header .search-form {
		width: 100%;
	}

	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	/*qqq*/
	.one-sixth {
		margin-bottom: 2rem;
	}

	#wpgmza_map {width:100%!important}

	.addtoany_list a img {
    	padding-right: 8px;
	}
	.photospace_res .gal_content,
	.photospace_res .slideshow-container,
	.photospace_res .slideshow span,
	.photospace_res .slideshow a.advance-link,
	.photospace_res .slideshow img{
		width: 100%!important;
	}

}



/* navigation */

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

	/* Start Header Right Widget Mobile Menu Navigation
	 --------------------------------------------------- */

	.genesis-nav-menu.hide {
		display: none;
	}
	
	#title-area {
		width: 45%;
	}
	.home #title, .home #title a {
		font-size: 2.2rem;
		padding-left:0;
	}
	#header .widget-area {
		width: 55%;
		min-height: 45px;
		font-size: 1.5rem;
		margin-bottom:20px;
	}
	
	#header-mobile-menu span {
		font-size:1.6rem;
	}
	#header-mobile-menu {
		color: #474747;
		cursor: pointer;
		display: block;
		height: auto;
		line-height: 14px;
		padding: 2.1rem 2rem 0 1rem;
		text-transform: uppercase;
		max-width:200px;
	}

	#header-mobile-menu:hover,
	#header-mobile-menu:focus,
	#header-mobile-menu:active {
		/*color: #b92b19;*/
		text-decoration: underline;
		display: block;
	}

	.genesis-nav-menu .menu-item,
	.genesis-nav-menu a,
	.genesis-nav-menu .sub-menu {
		border: 0;
		text-align: left;
		width: 100%;
	}
	
	.genesis-nav-menu .menu-item > .sub-menu {
		clear: both;
		margin: 0;
		opacity: 1;
		position: inherit;
		width: 100%;
	}
	
	.footer-widgets-1 {
		width:48%;
	}

}

@media only screen and (max-width: 480px) {
	#title-area, .title-area {
		width: 100%;
	}
	.home #title, .home #title a, .home .site-title, .home .site-title a {
		font-size: 2.1rem;
	}

	#header .widget-area, header ,widget-area {
		width: 100%;
		min-height: 20px;
	}
	
	#header-mobile-menu {
		font-size: 1.4rem;
		text-align:left;
		padding: 0.5rem 2.5rem 1rem 0;
	}	
	#header-mobile-menu span {
		font-size: 1.8rem;
	}	
}

@media only screen and (max-width: 400px) {
	.home #title, .home #title a, .home .site-title, .home .site-title a {
		font-size: 1.8rem;
	}
}

@media only screen and (max-width: 360px) {	
	.home #title, .home #title a, .home .site-title, .home .site-title a {
		font-size: 1.7rem;
	}
	#header-mobile-menu {
		font-size: 1.2rem;
	}
}


@media only screen and (min-width: 821px) {

	/* This makes the header nav menu normal again when the browser window expands */
	.genesis-nav-menu { 
		display: block !important; 
		height: auto; 
	}

	/* Hide Header Mobile Menu Button */
	#header-mobile-menu {
		display: none;
		position:absolute
		height: 0;
	}

}
/* qqq toevoegingen */
.cat-post-widget ul li {
	border-bottom: none !important;
}
.cat-post-widget .post-title {
	font-weight: 300 !important;
}

/*.widget_text {
	display:none;
}*/

.photospace_res, .photospace_res .thumbs_wrap2 {
	margin-top: 0 !important;
	margin-bottom:0 !important;
	float:left;
}
.photospace_res .slideshow a.advance-link {
    text-align: left!important;
}
.photospace_res .caption {
    color: #000000!important;
    text-align: left!important;
	font-size: 1.2rem;
	padding-bottom:1rem;
	line-height: 1.4rem !important;
	
}
.photospace_res ul.thumbs {
	text-align: left!important;
}
	
.gallery_clear {clear:both;}

.vet {
	font-weight: 500;
}
p.intro { 
	font-size: 1.1rem; 
	margin-top: 1rem; 
	margin-bottom: 1.5rem;
}

p.wp-caption-text {
    padding-left: 0.5rem;
    text-align: left;
}
div.verkocht a {
	text-decoration: none; font-size:0.7rem;
}
.footer-widgets p {
	font-size: 1.1rem;
	padding-top: .8rem;
}
#lang_sel_list {
	float:right !important;
	font-size: 1.25rem !important;
}
#lang_sel_list a {
    color: #000!important;
}
#lang_sel_list a span[lang] {
    color: #777!important;
}
#lang_sel_list a span:hover {
    color: #000!important;
		text-decoration:underline;
}

/* video */
.videogallery.mode-wall .vgwall-item .previewImg,  .videoTitle { 
display:none !important;
}

.videogallery.mode-wall .vgwall-item {
    background: none repeat scroll 0 0 #fff;
    border: none!important;
    box-shadow: none!important;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
}
.videogallery .the-title, .videogallery .videoDescription {
    color: #474747 !important;
    display: block;
    line-height: 1!important;
    margin-bottom: 5px;
    margin-top: 5px;
}
.videogallery .the-title {
	 font-size: 1.2rem!important;
}
.videogallery .videoDescription {
	 font-size: 1rem!important;	
}
/* background */
body.home #header, body.home header, .home header .wrap {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    /*position: absolute;*/
    margin-top: 15px;
    width: 100%;
}
#header .genesis-nav-menu li li a:hover {
 background: white!important;
}
 body.home #footer-widgets {
	background: rgba(255,255,255,0.85);
}

#inner {
    padding: 1rem 2rem 0rem;
}
.footer-widgets {
    padding: 0.5rem 0 0rem 0;
}
.footer-widgets .widget-area {
    padding-top: 0.5rem;
}
/* copyright */ 
.widget-area.footer-widgets-1.footer-widget-area {
	padding-left: 2rem;
}	
/* background */
.home .footer-widgets {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	width: 100%;
}
body.home #inner, body.home .site-inner {
    border-bottom: 1px solid transparent;
}
#title, #title a {
    /*qqq2024 padding-left: 1rem;*/
}
body.home .site-inner h2, #slidecaption  {display:none;}

#lang_sel_list ul a, #lang_sel_list_list ul a:visited {
    background: none repeat scroll 0 0 transparent!important;
}
 
@media print {
	
	.genesis-nav-menu.hide, #header-mobile-menu {
		display: none;
	}
}
#nav {display:none!important;}

#controls-wrapper {background:none !important;}
input .wpcf7-submit {color: white !important;}
.menu-item i._mi {
    margin-top: 0.1em !important;
}
.azc_tsh_toggle, .azc_tsh_toggle_open, .azc_tsh_toggle_active, .azc_tsh_toggle_open_active {
    border: 1px solid transparent !important;
}
.azc_tsh_toggle_container, .azc_tsh_toggle_container_open {
    border-bottom: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
}
#lang_sel_list ul {
    border-top: 1px solid transparent !important;
}
.vplayer > .cmedia-con {
    height: 94% !important;
}
.vplayer > .touch-play-btn {
	visibility:hidden !important;
}
.ytp-autohide .ytp-watermark {
	opacity: 1 !important;
}
.yotu-column-6 li {
  width: 15.4%!important;
}  