/*
Theme Name: The John Adams Instutute
Theme URI: http://www.hollands-lof.nl/
Author: Hollands Lof ontwerpers
Author URI: http://www.hollands-lof.nl/
Description: A full-width, fully responsive and highly customizable WordPress Theme. Add and edit your own logo, header, featured slider, featured areas and much more.
Version: 3.1
License: GNU General Public License v2.0
License URI: ​http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, white, one-column, two-columns, right-sidebar, fluid-layout, custom-header, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, threaded-comments, translation-ready, theme-options, full-width-template, responsive-layout, black

This theme, like WordPress, is licensed under the GPL.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*
adamos WordPress Theme, Copyright 2013 Ossie Heffell
adamos Theme is distributed under the terms of the GNU GPL
*/

/*
Adamos Theme based on Underscores (_s) Theme
_s ("Underscores") WordPress Theme, Copyright 2012 Automattic, Inc.
_s ("Underscores") WordPress Theme is distributed under the terms of the GNU GPL
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #F7F7F7;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

/* Open Sans
This Font Software is licensed under the Apache License v2.00
More info available with at http://www.apache.org/licenses/
-------------------------------------------------------------- */

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

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

}

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

}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #333;	
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.9;
}

body {
	background: #F7F7F7;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	clear: both;
	margin: 0.1em 0 0.1em 0;
	font-family: 'myriadpro-light', sans-serif;
	line-height: 1.3;
}
h1 {
	font-size: 28px;
	font-size: 2.8rem;
	margin: 0;
}
h2 {
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0;
}
h3 {
	font-size: 16px;
	font-size: 1.6rem;
}
h4 {
	font-size: 14px;
	font-size: 1.4rem;
}
h5 {
	font-size: 12px;
	font-size: 1.2rem;
}
h6 {
	font-size: 10px;
	font-size: 1rem;
}
.textwidget hr {
    margin: 0 0 10px;
}

hr {
	background-color: #DEDEDE;
	border: 0;
	height: 1px;
	margin: 8px;
	margin-bottom: 10px;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(10,10,10,0.1) 0%, rgba(8,8,8,0.1) 19%, rgba(3,3,3,0) 80%, rgba(1,1,1,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(10,10,10,0.1)), color-stop(19%,rgba(8,8,8,0.1)), color-stop(80%,rgba(3,3,3,0)), color-stop(100%,rgba(1,1,1,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(10,10,10,0.1) 0%,rgba(8,8,8,0.1) 19%,rgba(3,3,3,0) 80%,rgba(1,1,1,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(10,10,10,0.1) 0%,rgba(8,8,8,0.1) 19%,rgba(3,3,3,0) 80%,rgba(1,1,1,0) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(10,10,10,0.1) 0%,rgba(8,8,8,0.1) 19%,rgba(3,3,3,0) 80%,rgba(1,1,1,0) 100%); /* IE10+ */
	background: radial-gradient(center, ellipse cover,  rgba(10,10,10,0.1) 0%,rgba(8,8,8,0.3) 19%,rgba(3,3,3,0) 80%,rgba(1,1,1,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0a0a', endColorstr='#00010101',GradientType=0.1 ); /* IE6-9 fallback on horizontal gradient */
	}

.search-results hr {
    margin: 0 0 20px;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol { margin: 0 0 1.5em 0; }
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite {
	font-style:normal;
}
blockquote {
	font-style: italic;
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #dfd6c7;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 0.8em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	background: rgba( 255, 255, 255, 0.3 );
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 6px;
	width: 90%;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	background: #fff;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a,
a:visited
{
	color: #999;
	text-decoration: underline;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
a:hover{
	color: #cd342e;
}
a:focus,
a:active {
	color: #000;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 1.5em auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.site-title,
.entry-title,
.page-title,
.entry-content,
.entry-summary,
.widget-title,
.comments-title,
.comment .reply,
.comment-meta,
.comment-author,
#reply-title {
	font-family: Arial, sans-serif;
}

.more-link {
	font-family: 'myriadpro-light', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	float: right;
	margin-top: 20px;
}

.widget h4
{
	border-bottom: 1px solid #DEDEDE;
	color: #333;
	font-family: 'hollands_lofsemibold',sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	line-height: 20px;
	padding-bottom: 11px;
	text-transform: uppercase;
	margin: 0 0 11px 6px;
}
.recent .post-categories a {
    color: #333;
    font-family: 'hollands_lofsemibold',sans-serif;
    font-size: 16px;
    font-style: normal;
	font-weight: lighter;
    line-height: 20px;
    padding: 0 8px;
    text-transform: uppercase;
}

.widget li{
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #DEDEDE;
}
.date_widget {
	margin-bottom: -0.5em;
}
.widget li a {
    color: #333;
    font-weight: bold;
}

.widget li a:hover{
	color: #999;
}

#calendar_wrap{
	padding-left: 6px;
}

#calendar_wrap a{
	color: #cd342e;
}

#calendar_wrap a:hover{
	color: #cd342e;
}

.textwidget{
	padding-left: 6px;
}
#secondary li, #tertiary li{
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #EFEFEF;
	color: #999;
}

#secondary li a{
	color: #999;
}
#secondary li a:hover{
	color: #666;
}

#tertiary li a{
	color: #999;
}

#tertiary li a:hover{
	color: #666;
}


/* =Structure
----------------------------------------------- */

#wrap {
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-color: #FFF;
}
.header_container {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    max-height: 110px;
    max-width: 960px;
    min-height: 88px;
}
.header_container2 {
    height: 52px;
    margin: 0 auto;
    max-width: 960px;
}
.main-navigation,
.site-title,
.site-description {
    margin: 0 auto;
	max-width: 960px;
}
#main {
	clear: both;
    overflow: hidden;
}
#primary {
	float: left;
	margin: 0;
	width: 77%;
}
.primary-tickets {
    margin: 0 -50% 0 0 !important;
}
#content {
	margin: 0 4% 8% 0;
	padding-top:2%;
}
.page-id-98 .post-98{
	margin: 0 42% 0 0;
	border-bottom: medium none;
}
#primary_home {
	float: left;
	margin: 0;
	width: 100%;
}

#content.fullwidth {margin-right: 0;}

#secondary, #tertiary {
    float: right;
    margin: 2% 0;
    position: relative;
    width: 22%;
}
#tertiary {
    clear: right;
    padding-top: 0;
    width: 50%;
}
.site-footer {
    background-color: #F7F7F7;
    background-image: url("images/onderrand.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    clear: both;
    margin: 0 auto;
}
.footer_container {
    background-color: #F7F7F7;
    background-image: url("images/onderrand.jpg");
    background-position: center top;
    background-repeat: repeat-x;
	margin: 0 auto;
	max-width: 960px;
	padding-top:20px;
}

/* =Site Header
----------------------------------------------- */

#masthead-wrap {
	margin: 0 auto;
	padding-bottom: 0;
	padding-top: 0;
	background-color: #fff;
}

#navigation_back
{
	height: 48px;
	margin: 0 auto;
	padding-bottom: 0;
	padding-top: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(http://www.john-adams.nl/2/wp-content/themes/adamos/images/navigation.png);
}

.nav_home_back {
display:block;
}

#navigation
{
	height: 48px;
	margin: 0 auto;
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
	width: 100%;
	z-index: 999;
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0.5);
}

.nav_home {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    position: absolute !important;
}
.site-header .site-introduction {
	height:auto;
}
.site-title {
	font-size: 22px;
	font-size: 2.2rem;
	font-family: 'myriadpro-light', sans-serif;
	padding-left: 6px;
}
.site-description {
	font-size: 13px;
	font-size: 1.3rem;	
	font-family: 'myriadpro-light', sans-serif;
	padding-left: 6px;
}
.site-title a,
.site-description {
	color: #FFF;
}

.A {
	position: absolute;
	left: 0;
	top:0;
}
.right_top {
	position: absolute;
	right: 20px;
	top:20px;
}
/* =Menu
----------------------------------------------- */

.main-navigation {
    display: block;
    font-family: 'myriadpro-light',sans-serif;
    margin-top: 0px;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.main-navigation:after {
	clear: both;
	display: block;
}
.main-navigation li {
	float: left;
	margin: 0.5em 0;
	position: relative;
}
.sub-menu li {
    margin: 0;
}
.main-navigation a {
    color: #FFFFFF;
    display: block;
    font-family: 'myriadpro-light',sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-right: 1em;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}
#tags {
	display:block;
	margin-bottom:20px;
}
#tags a, .tags {
    background: none repeat scroll 0 0 #F7F7F7;
    color: #333;
    font-family: 'myriadpro-light',sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    margin:0 8px 8px 0;
    padding: 0 10px;
    text-decoration: none;
    display:inline-block;
    border-radius: 0.2em;
    text-transform: uppercase;
}
.tags, #tags a:hover {
    background: none repeat scroll 0 0 #CD342E;
    color: #fff;
}
#tags_small {
	display:none;
}
.sub-menu a {
	margin-right: 0;
}
.main-navigation ul ul {
    background-color: none;
    background: url("images/menu_top.png") top left repeat-x, url("images/menu_bottom.png") bottom left repeat-x;
    border-radius: 0.5em;
    display: none;
    float: left;
    left: -0.2em;
    padding: 27px 0 4px;
    position: absolute;
    top: 20px;
    z-index: 99999;
}

.main-navigation ul ul a
{
	color: #333;
	margin: -5px 5px 0;
	width: 200px;
	background-color: #dcdcdc;
	border-bottom: 1px solid #fff;
}
.main-navigation ul ul li {
	padding:5px;
	background-color: #dcdcdc;
}

.main-navigation li:hover > a,
.current_page_item a,
.current-menu-ancestor a,
.current-post-parent a,
.current-menu-item a {
	color: #FFF;
	display: block;
	background-color: #cd342e;
	border-radius: 0.2em;
}


.main-small-navigation li:hover > a, .main-small-navigation .current_page_item a, .main-small-navigation .current-menu-ancestor a {
    color: #FFF !important;
    display: block;
    background-color: rgba(0, 0, 0, 0) !important;
	border-radius: 0em !important;
}

.main-small-navigation .current-post-parent a, .main-small-navigation .current-menu-item a {
    color: #CD342E !important;
    display: block;
    background-color: rgba(0, 0, 0, 0) !important;
	border-radius: 0em !important;
}

.main-navigation li:hover > a,
.main-navigation li.current_page_item a {
	color: #FFF;
	display: block;
	border-radius: 0.2em;
}

.main-navigation ul li.current_page_ancestor a {
	color: #cd342e;
	background-color: #dcdcdc;
}

.main-navigation ul li ul li.current_page_ancestor a {
	color: #000;
	background-color: #dcdcdc;
}

.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.current_page_item a,
.main-navigation ul ul li.current-menu-item a {
	color: #cd342e !important;
	display: block;
	background-color: #dcdcdc !important;
	border-radius: 0 !important;
}

.main-navigation ul li:hover > ul {
	display: block;
	background; #F7F7F7;
}

.main-navigation ul ul ul {
	background: url("images/menu_top_sub.png") top left repeat-x, url("images/menu_bottom.png") bottom left repeat-x;
	left: 100%;
	top: -27px;
	padding: 27px 0 4px;
	margin: 0;
}


.main-navigation ul ul ul a:hover {
	color: #FFF;
	display: block;
	background-color: #222;
	border-radius: 0;
}

/* Small menu 
.menu-toggle {
	color: #FFF;
   	cursor: pointer;
	font-family: 'myriadpro-light', sans-serif;
	text-transform: uppercase;
    font-size: 1.4rem;
	font-size: 14px;
    font-weight: bold;
    text-align: center;
	background-color: #222;
	margin: 0;
	margin-top: 4px;
	padding: 4px;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
} */
.menu-toggle {
    background-color: rgba(0, 0, 0, 0.64);
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'myriadpro-light',sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 48px;
    letter-spacing: 2px;
    line-height: 48px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.main-small-navigation .menu {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    margin: 0;
    padding-top: 10px;
}

.main-small-navigation .menu ul {
	list-style-type:none;
}

.main-small-navigation .menu li a{
	color: #FFF;
	font-family: 'myriadpro-light', sans-serif;
	text-transform: uppercase;
	font-size: 1.4rem;
}

.main-small-navigation li:hover > a,
.main-small-navigation li.current_page_item a,
.main-small-navigation li.current-menu-item a,
.main-small-navigation ul ul a:hover {
	color: #999;
}

.nav_small {
	position: relative !important;
	background: none !important;
}

/* =Content
----------------------------------------------- */

.site-main {
	margin: 0 auto;
	max-width: 960px;
}

.sticky h1{
	border-bottom: 6px solid #666;
	font-size: 20px;
	font-size: 2.0rem;
}
.sticky h1 a{
	color: #666;
}
.sticky h2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 0;
	border-bottom: 7px solid #666;
}
.sticky h2 a{
	background-color: #666;
	color: #FFF;
	padding: 8px;
	border-radius:0.2em  0.2em 0 0;
	text-transform: uppercase;
}
.recent {
	margin-bottom: 20px;
}
.recent .post-categories {
	margin: 7px 0;
}
.recent .post-categories a {
	font-family: 'hollands_lofsemibold', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	line-height: 20px;
	color: #333;
	text-transform: uppercase;
	padding: 0 8px;
}
.recent h2
{
	padding: 0 8px 8px 8px;
	line-height: 1 !important;
}

.recent h2 a
{
	color: #666;
	font-family: 'hollands_lofsemibold',sans-serif;
	font-size: 17px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0px;
	text-transform: none;
	font-style: normal;
	font-weight: lighter;
}

.recent p{
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 8px;
}
.recent img {
    max-height: 220px;
    max-width: 97%;
    padding: 0 8px;
}
.hentry {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 1.5em;
	padding-bottom: 1.5em;
}
.entry-title,
.page-title
{
	color: #666;
	font-family: 'hollands_lofsemibold',sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: lighter;
	letter-spacing: 1px;
	margin: 20px 0 -6px;
	text-transform: uppercase;
	font-style: normal !important;
}

.red-title
{
	color: #fff;
	font-family: 'myriadpro-light',sans-serif;
	display: inline;
	font-size: 16px;
	font-weight: lighter;
	letter-spacing: 1px;
	margin: 0px;
	padding: 3px 10px 3px 10px;
	text-transform: none;
	background-color: #cc3333;
	font-style: normal !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.subtitle
{
	color: #666;
	font-family: 'myriadpro-light',sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0;
	text-transform: none;
}
.entry-title a {
	text-decoration: none;
	color: #222;
}
/*
body.search .page-title,
body.archive .page-title {
  	font-size: 16px;
  	font-size: 1.6rem;
    margin-bottom: 1em;
}
*/
.entry-meta { 
	clear: both;
 	font-size: 12px;
 	font-size: 1.2rem;
} 
	
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}

.entry-summary {
	margin: 1.5em 0 0;
}

.entry-content {
	margin: 0;
}


.entry-content p {
/*width:90%;*/
}

.entry-content table,
.comment-content table {
	border: 1px solid #d9d9d9;
	border-left-width: 0;
	margin: 0 -0.083em 2.083em 0;
	text-align: left;
	width: 100%;
}
.entry-content tr th,
.entry-content thead th,
.comment-content tr th,
.comment-content thead th {
	border-left: 1px solid #d9d9d9;
	font-weight: bold;
	padding: 0.5em 	1.25em;
}
.entry-content tr td,
.comment-content tr td {
	border: 1px solid #d9d9d9;
  	border-width: 1px 0 0 1px;
	padding: 0.5em 	1.25em;
}
.entry-content tr.odd td,
.comment-content tr.odd td {
	background: #dfd6c7;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Aside Post Format
----------------------------------------------- */

.format-aside .entry-content {
	border-left: 4px solid rgba( 0, 0, 0, 0.1 );
	padding-left: 1em;
}


/* =Media
---------------------------------------------- */


.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.widget-img,
img[class*="align"],
img[class*="wp-image-"],

.wp-caption img {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
.widget img,
img.size-full {
	max-width: 100%;
	/* width: auto;  */
	
	/* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.site-header img,
.entry-content img,
.widget img,
img.size-full {
	max-width: 100%;
	/* width: auto;  */
	
	/* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.page-template-upcoming-events .entry-content img
{
	max-width: 100%;
	width: 150px !important; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}


.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 0px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignnone {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 0px;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.wp-caption-text { font-size: 10px; }

.gallery-caption {
	font-size: 12px;
	font-size: 1.2rem;
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous a, .nav-next a {
	padding: 4px 6px;
	color: #222;
	font-family: 'myriadpro-light', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}
.nav-previous a:hover, .nav-next a:hover {
	color: #999;

}


/* =Comments
----------------------------------------------- */

#comments {
	clear: both;
}
.bypostauthor {
}
.comments-title,
#reply-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'myriadpro-light', sans-serif;
	
}
.commentlist li {
	list-style: none;
}

.commentlist,
.children {
	list-style: none;
	margin: 0;
}
.children {
	margin: 0 0 0 6%;
}
.commentlist li.comment,
.commentlist li.pingback {
	border-bottom: 1px solid rgba( 0, 0, 0, 0.2 );
	padding-left: 2.5em;
	margin-top: 2px;
}
.commentlist .children li,
.commentlist li:last-of-type {
	border: none;
}

article.comment,

li.pingback {
	overflow: hidden;
	padding: 2.5em 0 0.7em;
    position: relative;
}
.children article.comment,
.children li.pingback {
	padding-top: 1.0em;
}
.comment .avatar {
	float: left;
	margin-right: 1.25em;
}
.comment-author {
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
}
.comment-meta {
	font-size: 12px;
	font-size: 1.2rem;
}
.comment-content{
	font-size: 13px;
	font-size: 1.3rem;
	margin: 1em 0 0 4.5em;
}
.reply { 
	float:right;
	margin:0 10px 10px 0;
	text-align:center;
	background-color: #666;
	border-radius:0.2em;
	padding:3px;
	width:50px;
}
.comment article {
	padding-bottom:2.79rem;
}

a.comment-reply-link,
a.comment-edit-link {
	color: #FFFFFF;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
	text-decoration:none;
}

a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #f6e7d7;
}
li.pingback {
	font-weight: bold;
}
li.pingback a {
	font-weight: normal;
}

/* Comment Form */
.comment-notes,
#commentform .form-allowed-tags,
p.nocomments,
p.logged-in-as,
#commentform label {
	font-size: 13px;
	font-size: 1.3rem;
}
.required {
	color: #880000;
}
#commentform label {
	font-weight: bold;
	padding: 1em 0;
}
#commentform input[type="text"] {
	margin-left: 0.5em;
}
#commentform #comment {
	margin-top: 0.6em;
}
#commentform .form-allowed-tags,
#commentform .form-allowed-tags code {
	font-size: 11px;
	font-size: 1.1rem;
}
p.nocomments {
	margin: 2.5em;
}

/* =Widgets
----------------------------------------------- */
#secondary .widget {
    background: none repeat scroll 0 0 #F6F6F6;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 10px;
    padding: 0.1em 1em;
}
.widget {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
	margin: 0 0 0.5em;
}

.widget-title {
    border-bottom: 1px solid #DEDEDE;
    color: #333;
    font-family: 'hollands_lofsemibold',sans-serif;
    font-size: 16px;
    font-style: normal;
	font-weight: lighter;
    line-height: 20px;
    padding: 12px 0;
    text-transform: uppercase;
}

/* Search widget */

#searchsubmit {
	display: none;
}

#helpfullinks li{
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #EFEFEF;
	color: #999;
}

#helpfullinks li a{
	color: #999;
}
#helpfullinks li a:hover{
	color: #666;
}

.search-results .site-result-image {
    display: block;
    float: left;
    min-height: 100px;
    width: 160px;
}
.search-results .site-result-more {
    display: block;
    float: right;
    height: 31px;
    width: 139px;
}
.search-results .search-result-content {
    float: left;
    padding: 0 1.5em;
    width: 51%;
}
.search-results .search-result-content .entry-summary {
    margin: 0.5em 0 0;
}
.search-results .search-result-content h1{
    color: #333;
    font-family: 'hollands_lofsemibold',sans-serif;
    font-size: 24px;
    font-style: normal;
	font-weight: lighter;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
}

/* =Site Footer
----------------------------------------------- */

.site-footer .widget p{
	color: #AAA;
}
.site-footer .widget{
}


/* Custom Home featured areas
------------------------------------------------------ */
.featuretext_top {
	padding: 2px;
	margin: 34px 0 20px 0;
}

.featuretext_top h3{
	color: #000;
	padding: 6px;
	margin: 0;
	text-align:center;
	font-size:2.4rem;
	font-size:24px;
	font-style: normal;
	font-weight: lighter;
	font-family: 'hollands_lofsemibold', sans-serif;
}

.featuretext_top p{
	color: #999;
	padding: 0;
	margin: 0;
	text-align:center;
	font-size:1.8rem;
	font-size:18px;
}

.featuretext
{
	background-color: #F7F7F7;
	margin-bottom: 0px;
	padding: 4px 18px;
	text-align: center;
}

.featuretext h2
{
	font-family: 'myriadpro-light', sans-serif;
	font-size: 16px;
	color: #333;
	margin: 11px 0 11px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: lighter;
}

.featuretext h3
{
	font-family: 'hollands_lofsemibold', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	color: #666;
	margin: 0;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 10px;
	padding-bottom: 4px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: normal;
}

.featuretext p{
	line-height: 20px;
	text-align: center;
}

.featuretext img{
	max-width: 100%;
	text-align: center;
}


/* CUSTOM HOMEPAGE WIDGET LAYOUTS */
/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 6px;
	margin: 0px;
}

.section_thumbnails {
	clear: both;
}


.section_thumbnails h3
{
	font-family: 'myriadpro-light', sans-serif;
	font-size: 20px;
	color: #8c8c8c;
	margin: 6px 6px 16px 6px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #DEDEDE;
}
.thumbs-more-link {
    float: right;
    margin-bottom: 12px;
    padding-right: 3px;
}
.thumbs-more-link img{
    padding: 0;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col, .col1, .col2 {
	display: block;
	float:left;
	margin: 0 0 0 1.6%;
}

.col:first-child, .col1:first-child, .col2:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

.post-thumbnail {
	position: relative;
	margin-top: 4px;
	margin-right: 4px;
}

.blog-lists-title {
	position: relative;
	width: 70%;
	display: inline;
	float: left;
	margin-left: 8px;
	font-size: 12px;
	color: #999;
}

.blog-lists-title a{
	color: #666;
}



/* =IE Styles
----------------------------------------------- */

#ie8 .site-header img,
#ie8 .entry-content img,
#ie8 img.size-full,
#ie8 .entry-thumbnail img,
#ie8 .widget img,
#ie8 .wp-caption img {
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

/*  GRID OF EIGHT   ============================================================================= */
	
.span_8_of_8 {
	width: 100%;
}
.span_7_of_8 {
	width: 87.3%; 
}
.span_6_of_8 {
	width: 74.6%; 
}
.span_5_of_8 {
	width: 61.9%; 
}
.span_4_of_8 {
	width: 49.2%; 
}
.span_3_of_8 {
	width: 36.5%;
}
.span_2_of_8 {
	width: 23.8%; 
}
.span_1_of_8 {
	width: 11.1%; 
}

.header-image img {
width: 100%;
height: auto;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/


/* for 1200px or less */
@media screen and (max-width: 1200px) {
	.A {display:none;}
	.right_top {display:none;}
}

/* for 1000px or less */
@media screen and (max-width: 1000px) {
	.header_container {
		height: 100%;
		width: 100%;
	}
}

/* for 980px or less */
@media screen and (max-width: 980px) {
	#wrap {
		padding:0;
		width: 100%; 	
	}
	.header_container {
		height: 100%;
		width: 100%;
	}
	#masthead .site-introduction {
		float: none;
		padding: 0;
		width: 100%;
	}
	
	#yith-popup-left {
		float: left;
		min-height: 72px !important;
		position: relative;
		top: 10px;
		display:none;
	}
	
	#yith-popup-right {
    left: 0px;
	}
	#yith-popup-right {
		float: left;
		min-height: 72px !important;
		position: relative;
		top: 10px;
		width: 90% !important;
	}
	
	h2#yith-popup-title {
		position: relative;
		text-align: left !important;
		top: -10px;
	}
	
	.yithpopup_wrapper {
		background-color: white;
		border-radius: 10px;
		min-height: 20% !important;
		top:10% !important;
		padding: 6px;
		width: 90% !important;
		z-index: 999;
	}
	
}

/* for 860px or less */
@media only screen and (max-width: 860px) {
	.header_container {
	height: 100%;
	width: 100%;
}
}

/* for 800px or less */
@media only screen and (max-width: 800px) {
	#tags_small {
		display:block;
	}
	#tags {
		display:none;
	}
	#centerwrapper {
		width: 100% !important;
	}

	#main {
		overflow: visible;
	}
	#content,
	.page-id-98 .post-98,
	#primary,
	#tertiary {
		background: none;
		padding: 0;
		width: 100%;
	}
	#upcoming-speakers-pages #primary {
		width: 74%;
	}
	
	.category-upcoming-speakers #primary {
		width: 100% !important;
	}
	.site-header site-introduction,
	#main,
	#masthead-wrap {
		padding: 0.8em;
	}
	.header_container {
		height: 100%;
		width: 100%;
	}
	.recent img {
		height: auto;
		max-width: 96%;
		padding: 0 8px;
	}
}

/* for 600px or less */
@media screen and (max-width: 600px) {

	.addtocadiv, .sd-contentdiv, .sd-headerdiv {
	display:inline-block !important;
	width:100% !important;
	}
	
	#branding img, .search-results .site-result-image {
		display: none;
	}
	.search-results .search-result-content {
		padding: 0;
		width: 100%;
	}
	.header-image {
		width:100%;
		margin-top: 0px;
		margin-left: auto;
    	margin-right: auto;
	}
	.header_container {
		height: 100%;
		width: 100%;
	}
	.site-main {
		border: 0;
	}
}


/* --- Smartphones (portrait and landscape) --- */
@media screen and (max-width : 480px) {
	#upcoming-speakers-pages #primary,
	#primary,
	#secondary,
	#tertiary {
		width: 100%;
	}
		
	#content {
		margin: 0 0 8% 0;
	}

	#masthead .site-introduction {
		float: none;
		padding: 0;
		padding-left: 4px;
		width: 100%;
	}
	
	.header_container {
		height: 100%;
		width: 100%;
	}
}

/* --- IPhone5 (portrait and landscape) --- */
@media screen and (max-width : 568px) {
	#masthead .site-introduction {
		float: none;
		padding: 0;
		width: 100%;
	}
	.header_container {
		height: 100%;
		width: 100%;
	}
}


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 48%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}

/*  GRID OF THREE   ============================================================================= */
	
.span_3_of_3 {
	width: 100%; 
}
.span_2_of_3 {
	width: 66.1%; 
}
.span_1_of_3 {
	width: 32.2%; 
	display: flex;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_8_of_8 {
		width: 100%; 
	}
	.span_7_of_8 {
		width: 100%; 
	}
	.span_6_of_8 {
		width: 100%; 
	}
	.span_5_of_8 {
		width: 100%; 
	}
	.span_4_of_8 {
		width: 100%; 
	}
	.span_3_of_8 {
		width: 100%; 
	}
	.span_2_of_8 {
		width: 100%; 
	}
	.span_1_of_8 {
		width: 100%; 
	}
	.featuretext_top h3{
	font-size:1.2rem;
	font-size:12px;
	padding: 6px;
	}
	.featuretext_top p{
	font-size:1.2rem;
	font-size:12px;
	padding: 6px;
	}
}

.menu, .menu-headmenu-container {margin-left:auto; margin-right: auto; padding:0; margin:3px; color: #000000; width:100%; border:1px;  clear:both; text-align: left}
.main-navigation ul {display: inline-block; #display: inline; list-style-type:none;padding:0; margin:0; text-align: left;}

.breadcrumbs {
padding-top:10px;
}

/* calendar widget */
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #666; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

#ftcalendar-div
{
	background-color: rgb(246, 246, 246);
	border: 0px solid rgb(187, 204, 255);
	font: small Arial,Sans-serif;
	margin: 0 auto;
	position: relative;
	padding-bottom:10px;
}

.thumb .ftcalendar-event-date span.thumb-event
{
	color: rgb(255, 255, 255);
	background-color: #cc6663;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
}

#ftcalendar-table tr th {
    background: none repeat scroll 0 0 rgb(246, 246, 246);
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
}

#tags_right {
float:right;
position: absolute;
right:100px;
width:200px;
}

.widget_text p {
padding-left:5px;
}

.gallery-icon .attachment-thumbnail
{
	box-shadow: 1px 3px 1px -1px rgba(0,0,0,0.1);
	border-width: 0px !important;
	border-style: solid;
	width:120px;
}

.description_content
{
	font-family: inherit !important;
	font-size: 14px !important;
}

div.sharedaddy .sd-content {
    float: right;
    margin: -2px 0 0;
    text-align: right;
    width: auto !important;
}

.sd-title {
display:none !important;
}

div.sharedaddy {
    padding-top: 10px;
}

.single div.sharedaddy {
    padding-top: 0px;
}

.single .sd-content ul {
	margin-bottom:0em !important;
}

div.sharedaddy h3.sd-title:before {
    border-top: 0px solid #dddddd !important;
    content: "";
    display: block;
    margin-bottom: 1em;
    min-width: 30px;
    width: 100%;
}

.atcb-link {
    color: #428bca;
    cursor: pointer;
    display: block;
    outline: medium none !important;
}

.share-icon, .sd-content ul li a.sd-button {
margin-right:0px !important;
margin-left:3px !important;
}

.sd-social-icon .sd-content ul li.share-facebook a::before, .sd-social-text .sd-content ul li.share-facebook a::before, .sd-content ul li.share-facebook div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-facebook a::before {
    content:url("http://www.john-adams.nl/wp-content/themes/adamos/images/icon_facebook.png") !important;
}

.sd-social-icon .sd-content ul li.share-twitter a::before, .sd-social-text .sd-content ul li.share-twitter a::before, .sd-content ul li.share-twitter div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-twitter a::before {
    content:url("http://www.john-adams.nl/wp-content/themes/adamos/images/icon_twitter.png") !important;
}

.sd-social-icon .sd-content ul li.share-email a::before, .sd-social-text .sd-content ul li.share-email a::before, .sd-content ul li.share-email div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-email a::before, .sd-social-official .sd-content li.share-email a::before {
    content:url("http://www.john-adams.nl/wp-content/themes/adamos/images/icon_email.png") !important;
}

.sd-social-icon .sd-content ul li.share-facebook[class*="share-"] a.sd-button {
    background: none repeat scroll 0 0 transparent !important;
    color: #ffffff !important;
}

.sd-social-icon .sd-content ul li.share-twitter[class*="share-"] a.sd-button {
    background: none repeat scroll 0 0 transparent !important;
    color: #ffffff !important;
}

.sd-social-icon .sd-content ul li.share-email[class*="share-"] a.sd-button {
    background: none repeat scroll 0 0 transparent !important;
    color: #ffffff !important;
}

.sd-social-icon .sd-content ul li[class*="share-"] a, .sd-social-icon .sd-content ul li[class*="share-"] a:hover, .sd-social-icon .sd-content ul li[class*="share-"] div.option a {
    padding: 2px !important;
}

.share-count {
	opacity: 0.75;
	margin: -4px;
	display:none !important;
 }
 
 .sd-content ul {
    margin: 0em !important;
}
body.page-id-104 .loop2 .alignright {
    float: right;
    margin-left: 1.5em;
    margin-right: 0;
}

.loop2 .alignright {
float:left;
margin-left: 0em;
margin-right: 1.5em;
}
