/*
Theme Name: jeshoots
*/


/* =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%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;


}
.searchHeader input.inputText {
    border: none;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #262b2f;
    min-width: 240px;
    padding: 0 10px;
    margin-left: 25px;
}


.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

a {
   outline: 0;
}

.mdl-layout {
top: 0;
left: 0;
position: absolute;
width: 100%;
height: 100%;
}

body {height:100%; min-height:100%; position:relative;}
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 centered 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/ */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
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;
}

.attachment-main.wp-post-image {margin-bottom: 20px;}

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

body,
button,
input,
select,
textarea {
	color: #676767;
	font-family: Lato, serif;
	font-size: 20px;
	line-height: 1.6em;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
    line-height: 1.2;
    margin-top: 0;
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 500;
}

body {
	background: #fff;
}

.container {
    width: 100%;
    max-width: 1090px;
    margin: auto;
}

.mobilere {display: none;}

.site-branding h1 {font-weight: 700; font-size: 30px; margin-bottom: 10px;}

.home .site-header-new {
    background: url("imgs/big-hp.jpg") no-repeat 50% 50%; background-size: cover;
    color: #fff;
    max-height: 400px;
    min-height: 400px;
    display: none;

}
.archive .site-header-new {
	    background: url("imgs/big-hp.jpg") no-repeat 50% 50%; background-size: cover;
    color: #fff;
    max-height: 400px;
    min-height: 400px;
}
.page .site-header-new {
	  background: url("imgs/big-hp.jpg") no-repeat 50% 50%; background-size: cover;
    color: #fff;
    max-height: 400px;
    min-height: 400px;
    display: none;
}

.search .site-header-new {
	  background: url("imgs/big-hp.jpg") no-repeat 50% 50%; background-size: cover;
    color: #fff;
    max-height: 200px;
    min-height: 200px;
}  

.archive.tag .site-header-new {
	  background: url("imgs/big-hp.jpg") no-repeat 50% 50%; background-size: cover;
    color: #fff;
    max-height: 200px;
    min-height: 200px;
}  

.page p {font-family: Roboto, Arial; line-height: 32px; font-weight: 400;}

.page blockquote p {
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 5px;
    text-align: left !important;
    padding-left: 40px;
}

.tags-links a {
    border-radius: 45px;
    border: 1px solid #dce4e6;
    display: inline-block;
    padding: 0px 8px;
    color: #000;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 19px;
    margin-right: 2px;
}

.single .site-header-new {
    display: block;
    position: relative;
    height:100vh;
	background-size: cover;
	background-position: center center;

}

.single .container-wrapper {background: rgba(0,0,0,0.5);     display: block;
    position: relative;
    height:100vh;}

.site-logo {
  margin-top: 340px;
  display: block;
}

.fixedHeader .inside {position: relative;}
.fixedHeader a.logo {color: #fff; text-decoration: none; font-size: 24px;}

h1 {
font-size: 5rem;
}

h2 {
font-size: 4rem;
}

h3 {
font-size: 3.5rem;
}

h4 {
font-size: 3rem;
}

h5 {
font-size: 2.5rem;
}

h6 {
font-size: 2rem;
}

.site-title a, .entry-title a,.site-title a:visited, .entry-title a:visited {
    text-decoration: none;
	color: #262b2f;
}

.site-title {
font-size: 42px;
line-height: 2em;
margin-top: -20px;
margin-bottom: 0px;
letter-spacing: -0.02em;
}

.site-description {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 30px;
    font-weight: 400;
    color: #ffffff;
letter-spacing: -0.02em;
width: 50%;
text-align: left;
}

.page .site-description {
  font-size: 20px;

}

.home .site-header-new {height: 450px; max-height: 450px;}
.home .site-header-new .container {padding-top: 160px;}

.archive .page-title,
.page .page-title,
.search .page-title {
padding-top: 160px;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}  

.search .page-title,
.archive.tag .page-title {
padding-top: 114px;
}
 
.facebookLikeBox iframe {position: relative; bottom: 17px;}

.twitter-follow-button {
  padding-bottom: 5px; margin-right: 10px;
}

.header-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    min-width: 100px;
    max-width: 120px;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius:    50%;
    border-radius:         50%;
    padding: 3px;
    background: white;
}

.site-title a,
.site-title a:visited,
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
    color: #ffffff;
}

.home .site-content {
  margin-top: 65px;
}
.single .site-content {
  padding-top: 35px;
}

.archive .site-content {
     padding-top: 0px;
     margin-top: -25px;
}

.page .site-content {
     padding-top: 0px;
     margin-top: 66px;
}


.entry-meta {
    color: #9EABB3;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-family: Lato, Helvetica, sans-serif;
}
.home .entry-meta,
.archive .entry-meta {padding: 0px;}

.home article, .archive article, .page article, .search article {position: relative;}

.entry-meta a,
.entry-meta a:visited,
.entry-meta a:focus,
.entry-meta a:active {
    text-decoration: none;
    color: #9EABB3;
}

.entry-meta a:hover {
    text-decoration: underline;
    color: #9EABB3;
}

.entry-header {
    margin-top: 40px;
}

.entry-header h2 {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.01em;
	font-weight: 700;
  max-width: 420px;
	}
.home .entry-header h2,
.archive .entry-header h2 {padding: 0px;}
.home .entry-summary,
.archive .entry-summary {padding: 0 25px 25px;}

.entry-summary {
position: relative;
margin-bottom: 6rem;
padding-bottom: 2rem;

}


a.download-middle {
    padding: 0 25px;
    height: 42px;
    line-height: 43px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: #8cbf26;
    display: inline-block;
    border-radius: 4px;
}
a.download-middle:visited {
color: #fff;
}
a.download-middle:hover {
 background: #6e971b;
}


a.da-download-link {
    padding: 0 45px;
    height: 72px;
    line-height: 73px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: #8cbf26;
    display: inline-block;
    border-radius: 4px;
}
a.da-download-link:visited {
color: #fff;
}
a.da-download-link:hover {
 background: #6e971b;
}

a.fb-middle {
    padding: 0 25px;
    height: 42px;
    line-height: 43px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: #3b5998;
    display: inline-block;
    border-radius: 4px;
}
a.fb-middle:visited {
color: #fff;
}
a.fb-middle:hover {
 background: #2b447a;
 color: #fff;
}

a.tw-middle {
    padding: 0 25px;
    height: 42px;
    line-height: 43px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: #1da1f2;
    display: inline-block;
    border-radius: 4px;
    margin-left: 12px;
}
a.tw-middle:visited {
color: #fff;
}
a.tw-middle:hover {
 background: #1389d2;
 color: #fff;
}


  .home article a.download-middle {
    top:515px;
    position: absolute;
    right: 0;
  
  }
  
  .archive a.download-middle {
    top:515px;
    position: absolute;
    right: 0;
  }
  
  .search a.download-middle {
    top:515px;
    position: absolute;
    right: 0;
  }

.entry-summary p {font-size: 17px; line-height: 32px; font-weight: 400;}

.entry-summary:after {
    display: none;
    content: "";
    width: 7px;
    height: 7px;
    border: #E7EEF2 1px solid;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: #fff 0 0 0 5px;
}

hr {
    background-color: #dce4e6;
    border: 0;
    height: 1px;
    margin-bottom: 25px;
    margin-top: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	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, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
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;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
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 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	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.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	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,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	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 */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	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"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
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 {
	color: #8cbf26;
}
a:visited {
	color: #8cbf26;
}
a:hover,
a:focus,
a:active {
	color: #8cbf26;
}

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

.text-center {
    text-align: center;
}

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

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
    display: inline-block;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
    margin: 10px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    background-color: #fff;
	display: none;
	float: left;
	left: 0;
	position: absolute;
	bottom: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 90%;
    bottom: 0%;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
    color: #666;
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

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

.sticky header {
    border-left: 3px #EBF2F6 solid;
    padding-left: 10px;
}
.hentry {
	margin: 0 0 1.5em;
	
}
/*
.home .hentry {box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);}
*/

.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 17px 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


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

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

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


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

.site-main [class*="navigation"] {
    margin: 35px auto;
    font-family: Lato, Helvetica, sans-serif;
    font-size: 1.8rem;
    color: #9EABB3;
    text-align: center;
    padding-top: 35px;
    border-top: 1px solid #f1f1f1;
    /* margin-top: 15px; */
    min-height: 36px;
}
[class*="navigation"] .nav-previous {
    position: relative;
    display: inline-block;
	float: right;
}

[class*="navigation"] .nav-next {
	position: relative;
    display: inline-block;
	float: left;
}

[class*="navigation"] .nav-previous a,
[class*="navigation"] .nav-next a {

    padding: 0px 25px;
    border: none;
    text-decoration: none;
    border-radius: 30px;
    transition: border ease 0.3s;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    height: 42px;
    line-height: 42px;
    border-radius: 46px;
    border: 2px solid #8cbf26;
    display: inline-block;
}



/* =Comments
----------------------------------------------- */
.comment-list, .comment-list .children {
list-style-type: none;
padding: 0;
}

.comment {
    border-top: #EBF2F6 1px solid;
    font-family: Lato, Helvetica, sans-serif;
    padding-top: 24px;
}

.comment-content {
    font-family: Georgia, serif;
}

.comments-title {
    font-weight: 300;
}
.comment-author {
    font-size: 1.6rem;
}

.comment-author img.avatar {
    margin-right: 6px;
}

.comment-metadata {
    font-size: 1.4rem;
    color: #a2a2a2;
}

.comment-metadata a {
    color: #a2a2a2;
    text-decoration: none;
}

ol.comment-list {
    list-style: none;
    margin: 1.5em 1.5em 0 0;
}

li.comment {
    margin-bottom: 2em;
}

.comment-content {
    margin-left: 1.5em;
}

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

.comment-body .reply {
    font-size: 1.6rem;
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* Footer */
.site-footer {
    position: relative;
    margin: 6rem 0 0 0;
    padding: 4rem 0;
    border-top: #EBF2F6 1px solid;
    font-family: Lato, Helvetica, sans-serif;
    font-size: 1.3rem;
    line-height: 1.7em;
    color: #BBC7CC;
    text-align: center;
    background: #F7FAFB;
}

.site-footer a {
    color: #BBC7CC;
    text-decoration: none;
}

.back-to-top {
width: 28px;
height: 28px;
position: absolute;
top: -14px;
left: 50%;
margin-left: -15px;
border: #EBF2F6 1px solid;
text-align: center;
line-height: 2.6rem;
border-radius: 50px;
background: #fff;
transition: box-shadow 0.5s;
text-decoration: none;
}

.widget-area {
    clear: both;
    margin: 31px 0 0 0;
}
.single .widget-area {
    margin: 25px 0 0 0;
}

.archive .widget-area,
.page .widget-area {
    margin: 31px 0 0 0;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

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

    body,
    button,
    input,
    select,
    textarea {
	    font-size: 1.8rem;
    }

    .site-title {
        font-size: 4rem;
        letter-spacing: -1px;
        margin-bottom: -10px;
    }

    .site-description {
        font-size: 2rem;
        line-height: 1.5em;
    }

    .entry-meta {
        font-size: 1.5rem;
    }

    h1 {
        font-size: 4.8rem;
        text-indent: -2px;
    }

    h2 {
        font-size: 3.8rem;
    }

    h3 {
        font-size: 3.3rem;
    }

    h4 {
        font-size: 2.8rem;
    }
	
    .container {
        width: 728px;
        max-width: 728px;
        margin: auto;
    }
}

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

    body,
    button,
    input,
    select,
    textarea {
	    font-size: 1.6rem;
    }

    .container {
        width: auto;
        margin-left: 16px;
        margin-right: 16px;
    }

    .site-title {
        font-size: 3rem;
    }

    .site-description {
        font-size: 1.8rem;
    }

    .entry-meta {
        font-size: 1.4rem;
    }

    h1, h2 {
        font-size: 3rem;
        line-height: 1.1em;
        letter-spacing: -1px;
    }

    h3 {
        font-size: 2.8rem;
    }

    h4 {
        font-size: 2.3rem;
    }
}


.soc-blok {float: left;width: 100px;margin-right: 0; position: absolute; margin-left: -120px;}



@media screen and (max-width: 950px){
    .soc-blok > div {display: none;}
}
.soc-blok > div.affix {top: 140px;width: 100px; position: fixed;}
.soc-blok > div.menu{top: 120px}

.entry-content .fb-like, .entry-content .fb-like span {max-width: 100%}
.affix-top iframe {max-width: none}

#footer-wrapper {color: white; margin-top: 0; background: #fff;}
#footer-wrapper .container-narrow {max-width: 980px; margin: 0 auto; padding: 45px 0;}
#footer-wrapper p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 1.5em;
    text-align: center;
	margin:0;
	padding:0;
	opacity: 0.52;
	color: #000;
}
#footer-wrapper .copyright {color: #FFFFFF; }
#footer-wrapper .copyright a {color: #8cbf26;}
#footer-wrapper .copyright a:hover {text-decoration: none;}

@media screen and (max-width: 550px){
    #footer-wrapper .container-narrow .text {float: none;display: block;padding: 0;top: 0;}
    #footer-wrapper .foot-soc p {float: none; display: block; line-height: 110%; margin-top: 70px; padding-left: 0}
}


.fixedHeader {position: fixed; width: 100%; height: 90px; top: 0px; left: 0; z-index: 99; }
.fixedHeader.bcg {background-color: #fff;background-color: rgba(255,255,255,0.9);zoom: 1;-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ffffff, endColorstr=#e6ffffff)" !important; position: fixed; top: 0;}
.fixedHeader .inside {max-width: auto; margin: 0 auto; padding: 0 50px;}
.fixedHeader .inside .logo {position: relative; position: relative; top: -4px; display: none}
.fixedHeader .inside .logo.white {display: inline-block; float: right;}
.fixedHeader .inside .back {line-height: 90px; float: right; color: white; text-decoration: none; font-size: 13px; font-weight: bold;}
.fixedHeader.bcg .inside .back {color: #46008C;}
.fixedHeader.bcg .inside .logo.white {display: none;}
.fixedHeader.bcg .inside .logo.purple {display: inline-block;}


.content-area {float: left; width: 728px;}
.sidebar {width: 336px; float: right;}
.widget-area {clear: none;}


#page {height: 100%; min-height: 100%; position: relative;}


.single .site-header-new .content-wrapper {display: table-cell;
    vertical-align: middle; }
.single .site-header-new .entry-title {color: #fff; text-align: center; font-size: 86px; line-height: 102px; font-weight: 700;}
	
.single .site-header-new .container {
	display: table;
    height: 100%;
    margin: auto;
    max-width: 90%;
    width: 90%;
}

.single .entry-meta {color: #fff; text-align: center; letter-spacing: 0.05em; font-size: 13px; text-transform: uppercase;}
.single .entry-meta  a {color: #fff; text-decoration: underline;}
.single .entry-meta  a:hover {text-decoration: none;}

.home article, article img, article a,
.archive article, article img, article a { transition: all 0.5s ease;}

.home article,
.archive article  {cursor: pointer; background: #fff; min-height: 570px; position: relative;}

.home article .entry-header,
.archive article .entry-header {margin-top:0;}

.home article:hover,
.archive article:hover  { }

.home article:hover img,
.archive article:hover img,
.search article:hover img  {opacity: 0.77; cursor: zoom-in;}


.entry-content .entry-title {
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 25px;
}
 .entry-content p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
 }

.widget-title {
    /* border-bottom: 1px solid #f1f1f1; */
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.01em;
    margin-bottom: 0px;
    padding-bottom: 7px;
    text-transform: uppercase;
}


.continue:hover {bottom: 4.5%;}
.continue {
    cursor: pointer;
    transition: all 0.5s ease;
    bottom: 5%;
    left: 50%;
    margin: 0 auto 0 -100px;
    position: absolute;
    text-align: center;
}
.continue a {color: #fff; font-size: 20px; font-weight: 700; letter-spacing: -0.01em; text-decoration: none;}

a {
   outline: 0;
}

.sidebar ul {margin:10px 0 0 0; list-style: none; font-size: 16px}
.sidebar ul li {line-height: 21px; padding-bottom: 0px;}


.hlmenu {
    font-size: 14px;
    left: 180px;
    letter-spacing: 0.01em;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 19px;
}
.hlmenu li {display: inline-block; margin:0 12px;}
.hlmenu li a {color: #fff; text-decoration: none; opacity: 0.87;  transition: all 0.5s ease;}
.hlmenu li a:hover {opacity: 1;}


.instagram-pics li {
    float: left;
    line-height: 21px;
    margin: 1px;
    padding-bottom: 0;
}

.instagram-pics li a img {
    border: 0 none;
    max-width: 110px;
}

.null-instagram-feed {margin-bottom: 25px; height: 385px;}

.mdl-textfield__expandable-holder input,
.mdl-textfield__expandable-holder input:focus {color: #fff;}

.bgbutton {border: medium none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0 none;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	float: right;
	font-size: 14px;
	background: #32cb70;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease-out 0s; margin-top: 18px;
}
.bgbutton:hover {color: #fff; box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);}
.bgbutton:visited {color: #fff;}

.prefooter {background: #262b2f; width: 100%; padding: 45px 0 0 0; margin-top: 25px;}
.prefooter .inside {margin: 0 auto; width: 1090px; position: relative;}
.prefooter h3 {color: #fff; font-weight: 400; font-size: 21px; opacity:1;}
.prefooter p {color: #fff; opacity: 0.87; font-size: 16px; font-weight: 300; padding:0; margin:0;}
.prefooter h1 {color: #fff; font-size: 30px; padding-bottom: 25px;}
.prefooter .recent-post li {width: 350px;
    display: inline-block;
    list-style-type: none;
    padding: 5px;
    min-height: 300px;
    vertical-align: top;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.prefooter .recent-post li a {color: #dce4e6; cursor: zoom-in;}
.prefooter .recent-post li a img {margin-bottom: 12px;
}

.prefooter .bgbutton {position: absolute; top: 12px; right: 0; margin: 0;}


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

}

@media screen and (max-height: 620px){
	.single .site-header-new .entry-title {font-size: 36px;}
}

@media screen and (max-width: 1100px){
.content-area {width: 100%; float: none;}
	.sidebar {display: none; float: none; width: 100%;}
	.widget {    float: left;
    width: 33%;}
	.entry-header img {width: 100%;}
	.entry-title {text-align: left;}
	.home .site-content {margin-top: 20px;}
	.site-branding {padding: 0 25px;}
	.site-description {width: 100%;}
	.single .site-header-new .entry-title {padding: 0 25px; font-size: 28px;}
	.single .entry-meta {padding: 0 25px;}
	.single .site-main {padding: 0 25px;}
	.prefooter .inside {width: 100%; text-align: center;}
	.prefooter .bgbutton {position: relative; float: none; }
	.archive .page-title {padding: 160px 25px 0 25px;}
	.prefooter .bgbutton {margin: 0 -145px 0 0;}
	}
	
@media screen and (max-width: 660px){
	.hlmenu {display: none;}
	.bgbutton {margin-top: 10px;}
	.home .site-header-new .container {padding-top: 180px;}
	
}

	
@media screen and (max-width: 380px){
	.single .site-header-new .entry-title {line-height: 32px; font-size: 24px;}
}

@media screen and (max-width: 780px){
 .desktopre,
 .mdl-navigation {display: none;}
 .mobilere {display: block;}
 
  .container {
      width: 100%;
      max-width: 100%;
      margin: auto;
  }
  .content-area {
      width: auto;
      padding: 0 25px;
  }
  
.home article, .archive article {
    min-height: auto;
}

.home article a.download-middle {
    display: none;
}

.home .site-content,
.archive .site-content {
    margin-top: 0;
    padding-top: 50px;
}

.home .site-header-new,
.archive .site-header-new {
    display: none;
}

.mdl-layout__header-row .mdl-navigation {display: none;}

.recent-post {
    padding: 25px;
}

.single .content-area {
    width: auto;
    padding: 0;
}

}


.recent-post {padding: 0 0 25px 0;}
.recent-post ul {margin: 0;}
.recent-post li {
    display: inline-block;
    width: 230px;
    list-style-type: none;
    padding: 5px;
    min-height: 220px;
    vertical-align: top;
    /* border: 1px solid #dce4e6; */
    /* margin: 10px 10px 0 0; */
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.recent-post li a img.attachment-main.wp-post-image {margin-bottom: 8px;}
.recent-post li a {
    text-decoration: none;
    color: #262b2f;
    cursor: zoom-in;

}

.ssba-wrap {float: right; margin-top: -1px;}



.mdl-layout__drawer>.mdl-layout-title {
    line-height: 30px;
    padding-left: 40px;
    padding-top: 25px;
}
.mdl-layout__header {background-color: #262b2f; }
input.mdl-textfield__input {border: none;}
.mdl-layout-title {font-family: Lato, Helvetica, sans-serif; font-weight: 700;}
 .mdl-layout-title a {color: #fff; text-decoration: none;}
/*
.mdl-layout__drawer {width: 420px;} */
.mdl-layout__header-row {padding: 0 40px 0 70px;}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {font-weight: 700; font-size: 15px; padding: 6px 40px;}

.mdl-layout__drawer {
  width: 300px;
  left: -150px;
}

.mdl-layout__drawer.is-visible {
  left: 0;
}


.mdl-layout__drawer-button i {
    font-style: italic;
    background: url(http://jeshoots.com/wp-content/themes/jeshoots/imgs/menuico.png) no-repeat;
    background-position: 13px 15px;
    width: 48px;
    height: 48px;
    display: block;
    text-indent: -10000px;
}

.mdl-button--icon i {
    font-style: italic;
    background: url(http://jeshoots.com/wp-content/themes/jeshoots/imgs/searchico.png) no-repeat;
    background-position: 4px 5px;
    width: 48px;
    height: 48px;
    display: block;
    text-indent: -10000px;
}


