/*   
Theme Name: Spy Culture 2.0
Theme URI: https://www.spyculture.com
Description: Based on the HTML5 reset theme.
Author: Tom Secker
Author URI: https://www.spyculture.com
Version: 2.0
*/

/*
	Spy Culture 2.0 Theme :: style.css

html, body, body div, span, object, , h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: grey;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%; background-color: white; vertical-align: center; horizontal-align: center; }

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

blockquote, q {quotes: none; border-left: 10px solid #eaeaea; border-bottom: 1px solid #eaeaea; padding-left:10px; padding-bottom: 5px; padding-top: 10px; margin-left:0px;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0; background: white;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top; background: white;}

hr {display: block; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; color:#b5b9bf; align:center; background-color: #b5b9bf; height: 2px; }

input, select {vertical-align: middle; border-radius: 50px; padding-left:5px; min-height: 30px;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}


table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top; horizontal-align: center;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 65%; line-height: 0; position: relative;}
sup {top: -0.1em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }

body, select, input, textarea {color: #333;}

a {color: #8b0000;
text-decoration: none;
}
p a {color: #8b0000;
text-decoration: none;
}
a:hover {color: #238e23;}
p a:hover {
color: #238e23; 
}
 a:hover img {
color: white; 
background: white;
}

a:visited
{
color: #6d00d8
}
h1 a:hover {
color: #511414; 

}
h2 a:hover {
color: #238e23; 

}

h3 a {
font-size: 18px; 
font-family: bookman old style;
color: white;
}

h3 a:hover {
color: #238e23; 
}


/* Custom text-selection colors  */
::-moz-selection{background: #5E5E5E; color: #fff; text-shadow: none;}
::selection {background: #5E5E5E; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}



/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

#page-wrap { 
max-width: 1198px; 
width: 95%;
margin: 0px auto;
overflow-x: hidden;
overflow-y: hidden;
background:white;
border-left: 1px solid black;
border-right: 1px solid black;
box-sizing: border-box;
padding: 2% 4% 2% 4%;
}

body 
{ 
background: rgba(0,0,0,1);/* Old Browsers */
background: -moz-linear-gradient(left, rgba(0,0,0,1) -5%, rgba(184,0,0,1) 50%, rgba(0,0,0,1) 105%); /* FF3.6+ */
background: -webkit-gradient(left top, right top, color-stop(-5%, rgba(0,0,0,1)), color-stop(50%, rgba(184,0,0,1)), color-stop(105%, rgba(0,0,0,1)));/* Chrome, Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,1) -5%, rgba(184,0,0,1) 50%, rgba(0,0,0,1) 105%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,1) -5%, rgba(184,0,0,1) 50%, rgba(0,0,0,1) 105%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,1) -5%, rgba(184,0,0,1) 50%, rgba(0,0,0,1) 105%); /* IE 10+ */
background: linear-gradient(to right, rgba(0,0,0,1) -5%, rgba(184,0,0,1) 50%, rgba(0,0,0,1) 105%);/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );/* IE6-9 */
}

#header
{
max-width: 1200px;
width:95%;
background: black;
max-height:170px;
padding-top:2%;
padding-bottom: 1%;
border-top-left-radius:20px;
border-top-right-radius:20px;
border-top: 1px lightgrey solid;
margin-left:auto;
margin-right:auto;
}

.textwidget {
margin-top: 10px;
margin-bottom: 10px;
}

.textwidget img
{
border-radius: 5px;
}

.widget.widget_text
{
	max-width:99%;
}


#text-6 {
padding-top: 10px
}

.attachment-entry-image2.size-entry-image2.wp-post-image {
	border: 1px black solid;
}

.attachment-entry-image.size-entry-image.wp-post-image {
	border: 1px black solid;
}

.addtoany_share_save_container {
clear: both; 
margin: 16px 0; 
border-radius: 5px;
padding-top: 3px;
}

.display-posts-listing img {
    margin: 0px 0px 0px 0px;
}

.display-posts-listing a {
color: darkred; 
text-align: left;
text-decoration: none; 
}

.display-posts-listing a:hover {
color: #238e23; 
}

.cvp-replayout {
	margin-left: 20px;
}

table.fixed { table-layout:fixed; }
table.fixed td { overflow: hidden; }


#nav {
width: 95%;
	max-width: 1200px;
        min-height: 50px; 
	padding: 0px 0px 0px 2%;
	margin: 0px;
	list-style: none;
	background: black;
margin-left:auto;
margin-right:auto;
box-sizing: border-box;
}
.menu-navigation-menu-container
{
width: 95%;
	max-width: 95%;
margin-left: 2%;
}


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

@media screen and (min-width: 100px) and (max-width: 600px) {
   .menu-navigation-menu-container {
    visibility: hidden;
    display: none;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
}


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

#nav a:link,
#nav a:visited {
font-family:Bookman Old Style;
font-weight:bold;
text-decoration:none;
color:white;
background:black;
padding: 0px 15px 5px 15px;
margin: 5px 0px 0px 0px;
width:auto;
text-transform:uppercase;
font-size: 1.5vw;
border-radius:5px;
border-top: 1px lightgrey solid;
border-left:  1px lightgrey solid;
}

#footer {
    visibility: hidden;
    display: none;
  }

#footer-mobile
{
max-width:1200px;
width:95%;
clear:both;
margin:auto;
background: black;
border-radius: 0px 0px 20px 20px;
max-height:370px;
border-bottom: 1px darkgrey solid;
	}  
}

@media screen and (min-width: 601px) {
#footer-mobile  {
    visibility: hidden;
    display: none;
  }

#footer
{
max-width:1200px;
width:95%;
clear:both;
margin:auto;
background: black;
border-radius: 0px 0px 20px 20px;
max-height:170px;
border-bottom: 1px darkgrey solid;
}

#nav a:link,
#nav a:visited {
font-family:Bookman Old Style;
font-weight:bold;
text-decoration:none;
color:white;
background:black;
padding: 0px 15px 5px 15px;
margin: 5px 0px 0px 0px;
width:auto;
text-transform:uppercase;
font-size: 1.3vw;
border-radius:5px;
border-top: 1px lightgrey solid;
border-left:  1px lightgrey solid;
}
}


@media screen and (max-width: 1250px) {
  #ddpl {
    visibility: hidden;
    display: none;
  }
#ddpl2{
    visibility: hidden;
    display: none;
  }
}

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

.post {
float:left;
max-width: 700px;
width:65%;
background: white;
box-sizing: border-box;
}

.entry {
float:left;
max-width: 700px;
width:65%;
background: white;
box-sizing:border-box;
}
}

@media screen and (min-width: 630px) {
h5 {
font-size: 1.3vw;
}
}

@media screen and (max-width: 630px) {
 #sidebar {
    visibility: hidden;
    display: none;
  }

h5 {
font-size: 2vw;
}

.post {
float:left;
max-width: 800px;
width:95%;
background: white;
box-sizing: border-box;
}

.entry {
float:left;
max-width: 800px;
width:95%;
background: white;
box-sizing:border-box;
}

}

#menu-navigation-menu {
	background: black;
	padding-top: 4px;
	margin-top: 0px;
float:left;
}

#nav li {
	display:inline
}

#nav a:hover,
#nav a:active
{
color:black;
background:white;
border-radius: 5px
}

img {
    height: auto;
    max-width: 100%;
}

#title 
{ 
float:left;
width: 100%;
background: white;
padding: 2%;
max-width: 800px;
margin: auto;
}

#article-title 
{ 
float:left;
width: 100%;
margin: 5px 0px 5px 0px;
border-radius: 5px;
padding-left: 15px;
padding-right: 15px;
text-align: left;
background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(black, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(black, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(black, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(black, white); /* Standard syntax */
max-width: 800px;
box-sizing:border-box;
}

#ddpl
 {
	width: 100%;
	float: left;
	margin-left: 2%;
	background: #000000;
	padding: 5px;
	border-radius: 5px;
margin-bottom: 15px;
box-sizing:border-box;
}
#ddpl2
 {
	width: 800px;
	float: left;
	background: #eaeaea;
	padding: 5px;
	border-radius: 5px;
margin-bottom: 10px;
}
.ddpl-form
{
width: 680px;
}

#list
{
float:left;
max-width: 100%;
background: white;
padding: 2%;
width:100%;
}


#catform104\  {
	padding: 5px;
	background: #eaeaea;
	border-radius: 5px;
}

.wpcf7-form {
	padding: 10px;
	border-radius: 5px;
border: 2px black solid;
}

.date
{
font-size: 11px; font-family: verdana; color: #5e5e5e;
}
.content
{
padding-top: 5px;
}
.powerpress_links.powerpress_links_mp3 {
	margin-top: 5px;
}
#date
{ 
float:left;
max-width: 800px;
width:100%;
background: white;
padding: 0px 0px 15px 0px;
text-align: left;
box-sizing:border-box;
}
#date2
{ 
float:left;
max-width: 800px;
width:100%;
background: white;
padding: 0px 0px 15px 0px;
text-align: left;
box-sizing:border-box;
}
#tags
{ 
float:left;
width: 800px;
background: white;
text-align: left;
margin-left: 20px;
margin-bottom: 10px;
}
.myimg {
	box-shadow: none !important;
	margin: 2px 10px 2px 0;
	padding: 3px 3px 3px 0px !important;
float: left;
margin-left: 20px;
}
.excerpt {	
width: 580px;
text-align: left;
margin-left: 20px;
}
.attachment-featured-image.size-featured-image.wp-post-image {
	border: 1px #000 solid;
	max-width: 798px;
	height:auto;
	border-radius: 5px;
width:100%;
	box-sizing: border-box;
}

#pagination
{ 
width: 800px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}

.mc4wp-form-fields
{
padding: 10px;
background: #000;
border-radius:5px;
}

.mc4wp-form-fields p
{
color:white;
}

.mc4wp-form-basic, .mc4wp-form-theme {
	margin: 0em 0 !important;
}

#subscribe
{
float:left;
background: #000000;
padding: 5px;
padding-bottom: 10px;
border-radius: 5px;
margin-bottom: 15px;
min-height: 210px;
border: 1px #000 solid;
width:100%;
box-sizing: border-box;
}

#subscribe h2
{
line-height: 1px;
color: white;
text-shadow: 2px 2px #000;
text-align: center;
}

#subscribe p
{
font-size: 16px; font-family: georgia; line-height: 20px; color: white; padding-left: 15px; padding-right: 15px; text-shadow: 2px 2px #000;
}

.success p
{
color: #fff;
}

.subscribe-left
{
width: 37%;
float: left;
padding-left: 20px;
box-sizing:border-box;
}

.subscribe-right
{
width: 29%;
float: left;
margin-top:5px;
}
.subscribe-right2
{
width: 29%;
float: left;
margin-left:5px;
margin-top:5px;
}

.wordpress-follow-button
{
font-size: 13px;
font-family: verdana;
}
.fb_iframe_widget {
	display: inline-block;
	position: relative;
	margin-right: 110px;
	margin-top: 15px;
Margin-bottom:5px;
}
iframe {
	border-radius: 5px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	width:100%;
	}

.video-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
	margin-bottom:15px;
	border-radius: 5px;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.a2a_floating_style {
	background-color: #000000 !important;
	border-radius: 0px 5px 5px 0px !important;
	}
.powerpress_player { text-align: center; 
margin-top: 30px;
	margin-bottom: 10px;
}


ol {
	font-size: 16px;
	font-family: Georgia;
	color: black;
	text-align: left;
list-style-position: inside;
padding-left: 4em;
}


ul
{
list-style-type: none;
margin-left : 0;
padding-left: 0;
}

ul li
{
margin-bottom: 15px;
}

a img {
border:none;
color: white; 
background: white;
border-radius: 5px;
}

a:hover img {
border:none;
color: white; 
background: white;
}

/* Buttons */
input[type="submit"], input[type="button"], input[type="reset"] {
	border-radius: 12px;
	background-color: black;
	color: white;
	border: 1px solid #eaeaea;
	display: inline-block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	margin: 5px;
	font-family: verdana;
	font-size: 13px;
}
input[type='submit']:hover{color:black;
background-color: white;}



#jumpMenu40
{
max-width: 680px;
}
#jumpMenu52
{
max-width: 680px;
}
#jumpMenu1
{
max-width: 680px;
}

#home
{
max-width:800px;
width:100%;
box-sizing: border-box;
}


.entry-title {
	float: left;
	max-width: 740px;
width: 65%;
	background: #000000;
	padding: 5px;
	border-radius: 5px;
margin-left:auto;
margin-right:auto;
}
.entry-title a
{
color: white;
}

.entry-content {
float:left;
max-width: 800px;
background: white;
box-sizing:border-box;
width:100%;
}

.entry-content a {}
.entry-content a:hover {}


.tags {
float:left;
width: 800px;
background: white;
}

.tags a {
color: #8b0000;
font: Verdana;
font-size: 13px;
text-decoration: none;
}

.tags a:hover {
color: #238e23; 
}
a.page-numbers {
}

a.page-numbers:hover {
color: #238e23;
}

.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
	background: #000;
	border-radius: 5px;
}

.widget_search {
	position: relative;
	height: 80px;
	padding: 10px;
	background: #000000;
	border-radius: 5px;
margin-top: 10px;
margin-bottom: 10px;
}

#shortcode-widget-2, #shortcode-widget-3, #shortcode-widget-4, #shortcode-widget-5, #shortcode-widget-6, #shortcode-widget-7, #shortcode-widget-8, #shortcode-widget-9 {
	padding: 5px;
	background: black;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.socialmedia-buttons.smw_center {
	margin-bottom: 10px;
}

.widget_search .screen-reader-text {
    display:none;
}

#wp-category-archive-2, #wp-category-archive-3, #wp-category-archive-4, #wp-category-archive-5, #wp-category-archive-6, #wp-category-archive-7, #wp-category-archive-8{
padding: 5px;
	background: #000000;
	border-radius: 5px;
}


#blog_subscription-8, #blog_subscription-7, #blog_subscription-6, #blog_subscription-5, #blog_subscription-4, #blog_subscription-3, #blog_subscription-2, #blog_subscription-1 {
	background: #000000;
	border-radius: 5px;
color: white;
padding-left: 10px;
padding-right: 10px;
}

#subscribe-text p {
	text-align: left;
font-family: georgia;
color: white;
}

#add_to_any_subscribe_widget-7, #add_to_any_subscribe_widget-6, #add_to_any_subscribe_widget-5, #add_to_any_subscribe_widget-4, #add_to_any_subscribe_widget-3, #add_to_any_subscribe_widget-2, #add_to_any_subscribe_widget-1
{
margin-top: 10px;
margin-bottom: 10px;
} 

#rssblogroll-6 {
	font-family: georgia;
	font-size: 14px;
	text-align: left;
	background: #000000;
	padding: 1px 10px 1px 15px;
	border-radius: 5px;
color: #b80000;
	margin-top:10px;
}
#rssblogroll-6 a
{
color: #ffffff;
}
#rssblogroll-6 a:hover
{
color: #238e23;
}
#rssblogroll-6 h2
{
	text-align: center;
	color: white;
	border-bottom: 1px solid #EEE;
	padding-bottom:10px;	
}

#meta {}
.postmetadata {}

#sidebar {
padding-left: 6%;
float:right;
width:30%;
max-width:308px;
background:white;
box-sizing: border-box;
}

#feedburneremailwidget-4 {
	background: #000000;
	padding-left: 10px;
padding-right: 10px;
padding-top: 1px;
padding-bottom: 5px;
	border-radius: 5px;
color: white;
text-align: left;
font-family: verdana;
	font-size: 16px;
	line-height: 20px;
}
#feedburner_email_widget_sbef_email
{
margin-top: 10px;
margin-bottom: 5px;
max-width: 95%;
}

.smart-archives
{
background: #eaeaea;
padding: 5px;
	border-radius: 5px;
box-sizing: border-box;
width: 100%;
}
.pta-posttags
{
background: #eaeaea;
padding: 5px;
	border-radius: 5px;
font-family: georgia, times;
}
.pta-posttags a
{
color: darkred;
}

h1 { color: white; font-size: 21px; font-family: bookman old style; line-height: 28px; padding: 5px; border-radius: 5px; text-shadow: 2px 2px black; }
h2 { color: #00008B; font-size: 19px; font-family: bookman old style; }
h3 { color: #00008B; text-align: left; font-size: 18px; font-family: bookman old style; }
h4 { color: #00008B; text-align: left; font-size: 17px; font-family: bookman old style; }
h5 {color: #fff; font-family: bookman old style; margin-top: 15px; margin-bottom: 1px; background: black; padding: 5px; border-radius: 5px; text-align: center; }
tbody { background-color: white; }
table { border-collapse: collapse; }
td { background-color: white; }
p { font-size: 16px; font-family: Georgia; line-height: 20px; margin-top: 0px; color: #000;}
p2 { font-size: 15px; font-family: verdana; }
p3 { font-size: 11px; font-family: verdana; color: #5e5e5e; }

p.powerpress_links
p.powerpress_links_mp3
{
text-align: center;
}

.navigation {
width: 800px;
height: 57px;
padding-left: 20px; 
}

.next-posts {
float:left;
width: 80px;
height: 57px;
}

.prev-posts {
float:right;
width: 80px;
height: 57px;
}

.widget_eu_cookie_law_widget.widget

{
bottom: 0em !important;	
}

#searchform {}

#s {
width: 95%;
margin-top:10px;
margin-bottom: 10px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#searchsubmit {}


#rpwe_widget-2, #rpwe_widget-3, #rpwe_widget-4, #rpwe_widget-5, #rpwe_widget-6, #rpwe_widget-7, #rpwe_widget-8, #rpwe_widget-9, #rpwe_widget-10, #rpwe_widget-11, #rpwe_widget-12, #rpwe_widget-13, #rpwe_widget-14 {
    background: #000000;
    padding: 1px;
    border-radius: 5px;
padding-left: 8px;
padding-right: 7px;
	box-sizing:border-box;
}
.rpwe-block h3 {
	background: none !important;
	clear: none;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	font-weight: 400;
	font-size: 10px !important;
	line-height: 1.5em;	
}
.rpwe-thumb {
 border:1px solid #EEE!important;
 box-shadow:none!important;
 margin:2px 10px 2px 0;
 /*! padding:0px!important; */
}

.rpwe_widget.recent-posts-extended h2
{
	color:white;
	text-align:center;
	border-bottom: 1px solid #EEE;
	padding-bottom:10px;
}

.form-submit {
	text-align: center;
margin-top: 5px;
}



/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}

