/*
THEME NAME: Lucas Foglia – 2017
THEME URI: http://www.lucasfoglia.com
DESCRIPTION: Photographs by Lucas Foglia

VERSION: 1.0.1

AUTHOR: Azhar Chougle
AUTHOR URI: http://www.azmataz.com
*/

/* @group CSS Reset */
/* v1.0 | 20080212 */
/*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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}*/
/* @end */

/* @group Two column with sidebar on left */
/*div#container {
  float: left !important;
  margin: 6px 0 40px 0 !important;
  max-width: 1600px !important;
  padding-left: 14%;
  padding-right: 0px;
  width: auto !important;
}*/

/*div#content {
  max-width: 1600px !important;
  width: 100% !important;
}*/

div.sidebar {
  float: left;
  left: 30px;
  overflow: hidden;
  position: fixed;
  top: 60px;
  width: 12%;
}

div#secondary {
  clear: left;
  left: 30px;
  position: fixed;
  top: 375px;
}

/*div#footer {
  clear: both;
  width: 100%;
}*/
/* @end */

/* @group Sandbox Defaults */
/*.entry-title,
.entry-meta {
  clear: both;
}*/

/*div#container,*/
form#commentform .form-label {
  margin: 1em 0 0;
}

form#commentform span.required {
  background: #fff;
  color: #c30;
}

form#commentform,
form#commentform p {
  padding: 0;
}

input#author,
input#email,
input#url,
textarea#comment {
  padding: 0.2em;
}

div.comments ol li {
  margin: 0 0 3.5em;
}

textarea#comment {
  height: 13em;
  margin: 0 0 0.5em;
  overflow: auto;
  width: 50%;
}

.alignright,
img.alignright {
  float: right;
  margin: 1em 0 0 1em;
}

.alignleft,
img.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}

.aligncenter,
img.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
}

div.gallery {
  clear: both;
  height: 180px;
  margin: 1em 0;
  width: 100%;
}

p.wp-caption-text {
  font-style: italic;
}

div.gallery dl {
  margin: 1em auto;
  overflow: hidden;
  text-align: center;
}

div.gallery dl.gallery-columns-1 {
  width: 100%;
}

div.gallery dl.gallery-columns-2 {
  width: 49%;
}

div.gallery dl.gallery-columns-3 {
  width: 33%;
}

div.gallery dl.gallery-columns-4 {
  width: 24%;
}

div.gallery dl.gallery-columns-5 {
  width: 19%;
}

div#nav-above {
  margin-bottom: 1em;
}

div#nav-below {
  margin-top: 1em;
}

div#nav-images {
  height: 20px;
  margin: 1em 0;
}

div.navigation {
  height: 1.25em;
}

div.navigation div.nav-next {
  float: right;
  text-align: right;
}

div.sidebar input#s {
  width: 7em;
}

div.sidebar ul {
  font-size: .9em;
}

div.sidebar li {
  list-style: none;
  margin: 0 0 2em 0;
}

div.sidebar li form {
  margin: 0.2em 0 0;
  padding: 0;
}

div.sidebar ul ul {
  font-size: 1em;
  margin: 0 0 0 1em;
}

div.sidebar ul ul li {
  font-size: 1em;
  list-style-type: none;
  margin: 0 0 2px -10px;
}

div.sidebar ul ul ul {
  font-size: 1em;
  margin: 0 0 0 0.5em;
}

div.sidebar ul ul ul li {
  font-size: 1em;
  list-style: none;
}

/*div#menu ul li,*/
div.gallery dl,
div.navigation div.nav-previous {
  float: left;
}

input#author,
input#email,
input#url,
div.navigation div {
  width: 50%;
}

div.gallery *,
div.sidebar div,
div.sidebar h3,
div.sidebar ul {
  margin: 0;
  padding: 0;
}
/* @end */


/* @group Portfolio */
/* @group Sidebar */
.sidebar {
  text-shadow: #fff 0 0 1px;
}

.widget_nav_menu ul.sub-menu {
  display: none;
  margin: 5px 10px;
}

.widget_nav_menu .current_page_parent ul.sub-menu {
  display: block;
}

.widget_nav_menu .current_page_ancestor ul.sub-menu {
  display: block;
}

.widget_nav_menu li.current-menu-item ul.sub-menu {
  display: block;
}

.widget_nav_menu ul.sub-menu li.current-menu-item ul.sub-menu {
  display: block;
}

.widget_nav_menu ul.sub-menu ul.sub-menu {
  display: none;
}

.widget_nav_menu ul.sub-menu li.current_page_ancestor ul.sub-menu {
  display: block;
}

.widget_nav_menu li.current-menu-item a {
  color: #000;
}

.widget_nav_menu li.current-menu-item ul.sub-menu a {
  color: #999;
}
/* @end */

/*html,
body {
  width: 100%;
  height: 100%;
}*/

/*body {
  background: #FFFFFF;
  color: #000000;
  font-family: Helvetica, arial, sans-serif;
  font-size: 13px;
  height: 100%;
  line-height: 18px;
  text-align: left;
  width: 100%;
}*/

/*#wrapper {
  float: left;
  max-width: 1600px;
  padding: 0px 2.5%;
  width: 95%;
}*/

/*#switcher {
  margin-top: 40px;
  font-size: .8em;
}*/

/*h1,
h2 {
  font-size: 1em;
  font: bold 'helvetica neue', helvetica,sans-serif;
  text-transform: none;
}*/

div#comments h3 {
  text-size: .8em;
  margin: 10px 0;
  text-transform: none;
}

/*div.entry-content h3 {
  font-weight: normal;
  font-size: 1em;
  margin: 10px 0px 5px 0px;
  text-transform: none;
}*/

/*a#toggle {
  color: #555555;
  text-decoration: none;
}*/

/*div.entry-content #toggle h3 {
  color: #555555;
  font-size: 1em;
  margin: 0px 0px 5px 0px;
  text-decoration: none;
}*/

/*a {
  color: #666666;
  text-decoration: none;
}*/

/*a:hover {
  color: #111111;
  text-decoration: none;
}*/

/*ul {
  margin: 0 0 25px 0;
}*/

/*#header {}*/

h1#blog-title {
  font-family: Helvetica, arial, serif;
  font-size: 20px;
  font-weight: normal;
  left: 30px;
  margin: 0;
  padding: 0px 0px 0px 0px;
  position: fixed;
  top: 30px;
}

h1#blog-title a {
  color: #000000;
  text-decoration: none;
}

/*h2.entry-title,
h2.page-title {
  font-size: 1em;
  margin: 0 0 13px 0;
}*/

/*.post h2.entry-title {
  margin: 0 0 0 0;
}*/

/*h2.entry-title a,
h3.entry-title a {
  color: #000000;
  font-size: 1em;
  text-decoration: none;
  text-transform: none;
}*/

/*h2.entry-title a:hover,
/*h3.entry-title a:hover {
  color: #444444;
}*/

div.sidebar h3 {
  margin-bottom: 5px;
  font-size: 1em;
  text-transform: none;
}

div.entry-date {
  clear: both;
  color: #000000;
  font-size: .8em;
  margin: 0 0 20px 0;
}

.entry-meta {
  color: #000000;
  font-size: .8em;
  margin: 20px 0;
  width: 500px;
}

/*div.entry-content {
  clear: both;
  font-size: .9em;
  margin: 0 0 25px 0;
  padding-right: 20px;
  /* width: 600px; */
/*}*/

/*div.entry-content p,
div.entry-content li {
  color: #666;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 20px 0;
  text-shadow: #fff 0 0 1px;
}*/

div.entry-content li {
  list-style-type: disc;
  /*margin: 0 0 10px 0;*/
}

div.entry-content form {
  margin: 0 0 10px 0;
}

.post {
  margin: 0 0 80px 0;
}

/*body.archive.date div.entry-content,
body.archive.category div.entry-content,
body.archive.tag div.entry-content {
  margin: 0;
}*/

/*, body.archive.tag div.entry-content */
body.archive.date div.entry-meta,
body.archive.category div.entry-meta {
  display: none;
}

span.details {
  color: #aaaaaa;
  font-size: .9em;
}

/* @group Grid */
/*.page-template.page-template-grid-slideshow-php div.entry-content {
  width: 600px;
}*/

.page-template.page-template-grid-slideshow-php div.img-thumb {
  float: left;
  height: 160px;
  margin: 10px 25px 10px 0px;
  width: auto;
}

div#grid {
  overflow: auto;
  margin: 0 0 30px 0;
}
/* @end */

/* @group Static Slideshow */
.attachment div.navigation {
  width: 100px;
}
/* @end */

/* @group Slideshow Gallery */
.nav {
  margin: 10px 0 10px 0;
  font-size: 0.9em;
}

.project-info {
  display: none;
}

div.entry-content p.caption {
  font-size: 1em;
  margin: 10px 0 0 0;
}

/*.next.not-first {
  display: none;
}*/
/* @end */

/* @group Gallery with thumbs */
div.thumbs {
  /* width: 800px; */
}

div.thumbs img {
  height: 75px;
  width: 75px;
}

div.thumbs li {
  display: block;
  float: left;
  list-style-type: none;
  padding: 0 10px 0 0;
}

#slides a img.attachment-thumbnail {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#slides a img.attachment-thumbnail {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#slides li a.activeSlide img.attachment-thumbnail,
#slides li.activeSlide a img.attachment-thumbnail {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* @end */

/* @group Homepage */
/*div.entry-content.homepage {
  margin: 0 0 0 0;
}*/

/*div.slideshow {
  margin: 0 0 20px 0;
  padding: 0 30px 0 0;
}*/
/* @end */

/* @end */

/* @group Dark */
body.pt_dark {
  background-color: #363636;
  color: #cccccc;
  text-shadow: #363636 0 0 1px;
}

body.pt_dark a {
  color: #ebebeb;
}

body.pt_dark .widget_nav_menu li.current-menu-item a {
  color: #eeeeee;
  background-color: #424242;
}

body.pt_dark h1#blog-title a {
  color: #bfbfbf;
  text-shadow: #363636 0 0 4px;
}

body.pt_dark div.sidebar h3,
body.pt_dark h2.entry-title,
body.pt_dark h2.entry-title a {
  color: #bfbfbf;
}

/*.attachment div.entry-content {
  margin: 0 0 25px 0;
  width: 750px;
}*/

.selectnav {
  display: none;
}

.selectnav {
  padding: 5px 0;
  width: 100%;
}

.menu-photography-container,
.menu-information-container {
  margin: auto !important;
  width: 90%;
}

.xoxo {
  margin: 0 20px 0 0 !important;
  /* width: 800px; */
}

/*body {
  margin: 0px !important;
}*/

.clear {
  clear: both;
}

h1#blog-title {
  display: block;
  float: none;
  position: static !important;
}

.header-inner {
  max-width: 1600px;
  width: 98%;
}

/*#container {
  float: left !important;
  margin: 0 !important;
  padding-left: 12%;
  /* width: 88% !important; */
/*}*/

/*#content {
  margin: 0 !important;
  max-width: 1600px !important;
  width: 100% !important;
}*/

/*.menu-navigation-container {
  margin: auto;
  width: auto;
}*/

#primary { display: none }

/*.menu li { float: none }*/

/*.menu {
  float: left;
  margin: 15px 0 0 40px;
  width: 100%;
}*/

/*.sub-menu li {
  float: none;
}*/

/*.sub-menu {
  font-size: 12px;
  margin: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
}*/

/*.menu-item a {
  color: rgb(102, 102, 102) !important;
  font-weight: bold;
  padding: 5px 0px;
}*/

.title {
  float: left;
  margin-left: 0px;
  padding-top: 15px;
}

.title h2 {
  color: #9B9B9B;
  display: inline-block;
  font-weight: normal;
  margin: 0 0 0 0px;
}

.title > a {
  display: none;
  margin-left: 40px;
}

/*.entry-content {
  width: 100% !important;
}*/

/*.pscarousel.toggle-thumbs.thumbnails {
  width: 100% !important;
}*/

/*.pager div span {
  height: auto !important;
  margin-right: 5px;
  width: auto !important;
}*/

/*.pager.items img {
  height: auto;
  margin: 0.2% !important;
  width: 19.6%;
}*/

/*.pager div {
  margin: 0 0 5px !important;
}*/

.home .title > a {
  display: none;
}

.slideshow-wrapper {
  position: relative;
}

.slideshow-nav {
  position: absolute;
  right: 0px;
  top: -33px;
}

div.slideshow-nav a {
  filter: alpha(opacity=50);
  opacity: .5;
}

.slideshow-nav a {
  display: none;
}

a.slideshow-next {
  display: block;
}

a.slideshow-prev {
  display: block;
}

.sep {
  display: none;
}

.slideshow-info0.slideshow-info {
  display: none;
}

.slideshow-nav.toggle {
  width: 100% !important;
}

/*
.pageid-2 .title > a {
  margin-left: 0px;
  margin-top: 5px;
  width: 100%;
}
*/

#view {
  display: none;
}

/*.home .menu-navigation-container {
  display: inline;
}*/

#view0 {
  display: none;
}

/*
#post-43 .entry-content > p {
display: block;
}
*/

/*.blog .entry-content > p {
  display: block;
}*/

.pageid-45 .entry-content > p {
  display: block;
}

.blog .title {
  display: none;
}

/*.blog .hentry h2 {
  display: block;
}*/

/*.blog .menu-navigation-container {
  display: block;
}*/

/*.resmenu {
  display: none;
  text-align: center;
}*/

/*#resmenu1 {
  background: none repeat scroll 0 0 #000000;
  display: none;
  height: auto;
  width: 100%;
}*/

/*#resmenu1 a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  padding: 7px 0;
  text-transform: uppercase;
  width: 100%;
}*/

/*#resmenu1 li {
  float: none !important;
}*/

/*.innermenu1 {
  margin: auto;
  padding: 20px 0;
  width: 100%;
  /* width: 800px; */
/*}*/

/*#menu-responsive-menu {
  float: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}*/

/*.resmenu > a {
  font-size: 18px;
}*/

div.slideshow-wrapper .thumb-toggles a {
  background: url("images/c.png") no-repeat scroll 5px 2px / 15px 15px rgba(0, 0, 0, 0) !important;
  height: 20px !important;
}

.portfolio-slideshow {
  margin-top: 0 !important;
}

/*a {
  color: #666666 !important;
}*/

.home .title {
  display: none;
}

/*#menu-navigation {
  margin-left: 0px !important;
}*/

/*#menu-navigation li {
  margin-left: 0px;
}*/

/*#menu-navigation > li {
  margin-bottom: 1em;
}*/

/*.sub-menu li {
  margin-left: 0px !important;
}*/

/*
.caption > a {
  font-size: 15px;
}
*/

/*.slideshow-caption {
  font-size: 15px;
}*/

.entry-title0 {
  clear: both;
  padding-top: 16px;
}

.blog .entry-title0 {
  display: none;
}

.pageid-45 .title {
  display: none;
}

/*.pageid-45 .menu-navigation-container {
  display: inline;
}*/

/*#resmenu1 a:hover {
  opacity: 0.6;
}*/

.title h2 {
  color: #9B9B9B;
  display: inline;
  font-weight: normal;
}

.entry-title0 {
  display: none;
}

/*div.slideshow {
  margin: 10px 0 0 0;
  padding: 0 !important;
  width: 100% !important;
}*/

/*.next {
  width: 100% !important;
}*/

.portfolio-slideshow {
  width: 107vh !important;
}

#slideshow-wrapper0 .slideshow-content {
  width: 100% !important;
}

.slideshow-content img {
  height: auto;
  margin-top: 0 !important;
  width: 100% !important;
}

/*.pager span {
  height: auto !important;
  width: auto !important;
}*/

/*div.slideshow-wrapper .pager img {
  margin-bottom: 5px;
}*/

/*.page-template-statement-php #content,
.page-template-textpage-php #content {
  margin-top: 0!important;
  max-width: 800px !important;
}*/

.page-template-statement-php .header-inner,
.page-template-textpage-php .header-inner {
  margin-top: 0!important;
  max-width: 800px !important;
}

.blog .search {
  max-width: 800px !important;
}

.blog .header-inner {
  max-width: 800px !important;
}

/*.blog #content {
  max-width: 800px !important;
}*/

div#secondary {
  clear: left;
  left: 276px !important;
  position: fixed;
  top: 131px !important;
}

#secondary .xoxo {
  width: auto !important;
}

#categories-res {
  margin: 0 !important;
}

div.sidebar ul ul li {
  margin-left: 0px !important;
}

div#secondary {
  float: left;
  position: static !important;
}

.content01 {
  float: left;
  max-width: 800px;
}

#archives-res {
  margin: 0 !important;
}

/*.category #content {
  width: 800px !important;
}*/

.category .entry-title0 {
  display: none;
}

.category .entry-content > p {
  display: inline;
}

.category .header-inner {
  max-width: 800px !important;
}

.category .title {
  display: none;
}

/*.category .menu-navigation-container {
  display: inline;
}*/

/*.archive #content {
  max-width: 800px !important;
}*/

.archive .header-inner {
  max-width: 800px;
}

.archive .title {
  display: none;
}

/*.archive .menu-navigation-container {
  display: inline;
}*/

.archive .entry-title0 {
  display: none;
}

.archive .entry-content > p {
  display: block;
}

/*.archive .search {
  display: block;
  max-width: 800px;
}*/

.single .entry-content p {
  display: block;
}

.single .title {
  display: none;
}

.single .header-inner {
  max-width: 800px;
}

/*.single .search {
  display: block;
  max-width: 800px;
}*/

/*.single .menu-navigation-container {
  display: inline;
}*/

#portfolio-slideshow0 {
  display: none;
}

/*#pager0 {
  display: block;
}*/

div.slideshow-wrapper .toggle-thumbs {
  display: block !important;
}

body.search {
  display: block !important;
}

/*body.search #content {
  max-width: 800px !important;
}*/

body.search .header-inner {
  max-width: 800px !important;
}

body.search .search {
  max-width: 800px !important;
  display: block;
}

body.search .entry-content > p {
  display: block;
}

/*body.search .menu-navigation-container {
  display: block;
}*/

body.search .title {
  display: none;
}

body.search .entry-title0 {
  display: none;
}

body.search {
  margin: 0px !important;
  padding: 0px !important;
  width: 100% !important;
}

#content .slideshow-nav.graphical.toggle {
  width: 120px !important;
}

.alignnone.size-full.wp-image-587 {
  height: auto;
  width: 100% !important;
}

.entry-content iframe {
  height: 400px;
  width: 100% !important;
}

.attachment-large {
  height: auto;
  max-height: 80vh;
  max-width: 100%;
  width: auto;
}

.slideshow-nav {
  margin-top: 0px !important;
}

#header {
  float: left !important;
  margin-bottom: 10px;
  position: fixed;
  width: 150px;
}

/*.sub-menu a {
  color: #666666 !important;
  font-weight: normal;
}*/

/*#searchsubmit {
  float: left !important;
}

#searchform > div {
  width: 90%;
}*/

/*.sub-menu a:hover {
  color: #111 !important;
}*/

/*#header .title h2 {
  display: none;
}*/

/*#content .hentry h2 {
  color: #666666;
  float: left;
  font-weight: normal;
  margin: 0 35px 20px 0 !important;
}*/

.entry-content > p > a {
  float: left;
  position: relative;
  z-index: 2;
}

.pscarousel.thumbnails {
  margin: 0 !important;
}

.entry-content > p {
  float: left;
  width: 100%;
}

/*.hentry {
  float: left;
  width: 100% !important;
}*/

/*#header .entry-title0 {
  display: none;
}*/

.blog .entry-content > p > a {
  margin: 0 !important;
}

/*.blog #content .hentry h2 {
  float: none;
}*/

/*#content .search {
  display: none;
}

.blog #content .search,
.search-results #content .search,
.search-no-results #content .search {
  display: block;
  margin: 0 0 9px !important;
  padding: 0;
  width: 250px;
}

#content .search input {
  border: 1px solid #ADADAD !important;
  float: right;
  height: 17px;
  margin: 0;
  width: 100px !important;
}

#searchsubmit {
  float: left !important;
  height: 21px !important;
  margin: 0 !important;
}*/

/*.entry-content.homepage {
  float: left;
}*/

div.entry-content p.caption {
  width: 80vh;
}

.page-template-statement-php p,
.page-template-textpage-php p {
  max-width: 800px !important;
}

#blog-title img {
  height: auto !important;
  max-width: 90%;
}
