/*
	Theme Name: Sitarphotography
	Theme URI: http://www.sitarphotography.com
	Description: Custom child Semplice theme for sitarphotography.com
	Author: Dario Devcic
	Template: semplice
*/

/* Custom CSS Start */

#navbar .logo a:hover {
	opacity: 0.7;
}
#navbar .logo a.has-logo {
	font-size: 0px;
	display: inline-block;
	max-width: 180px;
	float: left;
}
#navbar .logo a.has-logo img {
	max-width: 100%;
	height: auto
}
.page-id-776 #content_mcfckkqp8 { padding-bottom: 20px}
.page-id-776 #content_mcfckkqp8 .description p, .page-id-776 #content_mcfckkqp8 .wysiwyg p, .page-id-776 #content_mcfckkqp8 .wysiwyg-ce p {
    margin-bottom: 30px;
    word-wrap: break-word;
}
.page-id-776 #content_mcfckkqp8 .description p:last-child, .page-id-776 #content_mcfckkqp8 .wysiwyg p:last-child, .page-id-776 #content_mcfckkqp8 .wysiwyg-ce p:last-child {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.page-id-776 #content_mcfckkqp8 { padding-bottom: 20px}
.page-id-776 #content_mcfckkqp8 .description p, .page-id-776 #content_mcfckkqp8 .wysiwyg p, .page-id-776 #content_mcfckkqp8 .wysiwyg-ce p {
	margin-bottom: 10px;
}
.page-id-776 #content_mcfckkqp8 .description p:last-child, .page-id-776 #content_mcfckkqp8 .wysiwyg p:last-child, .page-id-776 #content_mcfckkqp8 .wysiwyg-ce p:last-child {
    margin-bottom: 30px;
}
}
.page-id-77 #content-holder,
.page-id-77 #page-content,
.page-id-60 #content-holder,
.page-id-60 #page-content {
	margin-top: 86px !important;
}
body .menu-style-nobutton ul li a,
body nav.standard ul li a {
	line-height: 86px !important;
}
#navbar,
#navbar-bg,
.controls a,
.controls a span {
	height: 86px;
}
nav.standard ul li a:hover {
}
nav.standard ul li a {
	padding: 0px 0px;
	margin: 0px 15px;
}
.controls a svg,
div.header-icon {
	margin-top: 30px;
}
body #navbar .controls a .nav-icon {
	margin-top: 42px !important;
}
body p {
	font-size: 20px
}
body .bold {
	font-weight:bold !important
}
section#thumbnails .thumb .thumb-inner .thumb-hover {
	opacity: .5;
}
section#thumbnails .thumb .thumb-inner:hover .thumb-hover {
	opacity: .95;
}
.view-project a {
	border-radius: 0 !important
}
.postid-75,
.postid-75 .fullscreen-cover {
	background-color: #080808 !important
}
.postid-184 #content .container {
	width: 100% !important;
}
.postid-184 #content .container .row > .span12 {
	display: none
}
.postid-184 #content .fullscreen-cover .container .row > .span12 {
	display: block
}
.postid-184 #content .row {
	margin-left: 0 !important;
}
.postid-184 #content .span12 {
	width: 100% !important;
	margin-left: 0 !important;
	padding: 20px !important;
}
#content_mcfckkqp8 { padding-bottom: 50px}

/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
/* we set the opacity to 0 */
   opacity: 0;
}
/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
/* prepare the future animation */
   -webkit-transition: opacity .5s linear 0.2s;
       -moz-transition: opacity .5s linear 0.2s;
                 transition: opacity .5s linear 0.2s;
/* we set the opacity to 1 to do the magic */
   opacity: 1;
}