/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 11px/1.4 'Times', serif;
	color:#444;
	letter-spacing: 1px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

body {
	background-color: white;
}

#logo {
	background-image: url(img/logo3.png);
	background-repeat: no-repeat;
	width: 325px; 
	height: 58px;
	position: absolute;
	right: 0;
	top: 65px;
	z-index: 99999;
	background-size: 325px 58px;
	display: none;
}

#logo02 {
	background-image: url(img/logo3.png);
	background-repeat: no-repeat;
	width: 325px; 
	height: 58px;
	position: absolute;
	right: 0;
	top: 65px;
	z-index: 99999;
	background-size: 325px 58px;
	display: none;
}

a.logo-link {
	width: 325px; 
	height: 58px;
	display: block;
}

#homepage-bg {
	position: fixed;
	z-index: -999999;
	top:0;
	background-image: url(img/homepage-bg.jpg);
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

ul#menu-main {
	position: fixed;
	z-index: 9999;
	left: 0px;
	bottom: 30px;
	list-style-type: none;
}

ul#menu-main li {
	margin-bottom: 12px;
	display: inline-block;
    margin-right: 29px;
}

ul#menu-main li:last-child {margin-right: 0;}

#menu-main li a, #menu-main li a:visited {
	font-size: 17px;
	text-decoration: none;
	color: white;
	transition: 1s;
	list-style-type: none;
	letter-spacing: 2px;
}

#menu-main li a:hover {
	color: #e4a623;
	transition: 1s;
}

#menu-main li.current_page_item a {
	color: #e4a623;
}

.page-template-template-portfolio #menu-main li a, .page-template-template-portfolio #menu-main li a:visited {
	color: #646464;
	transition: 1s;
}

.page-template-template-portfolio #menu-main li a:hover {
	color: #e4a623;
	transition: 1s;
}

.page-template-template-portfolio .menu-item-type-custom a, .page-template-template-portfolio .menu-item-type-custom a:visited {
	color: white; !important;
}

#aboutContent {
	position: absolute;
	width: 63%;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: 0 auto;
	color: rgb(222, 222, 222);
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	padding: 25px 50px 25px 50px;
	background-color: rgba(0,0,0,0.65);
	font-size: 120%;
}

#andyContent {
	position: absolute;
	top: 50px;
	width: 55%;
	right: 50px;
	color: white;
	text-align: justify;
	font-size: 120%;
}

#andy-bg {
	position: fixed;
	z-index: -999999;
	top:0;
	background-image: url(img/andy-bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#andy-gallery {
	margin-top: 30px;
	width: 100%;
}


.jspVerticalBar {
	background-color: rgba(112, 112, 112, 0.55) !important;
	border-radius: 8px;
	width: 5px;
}

.jspTrack {
	background-color: transparent;
}

.jspDrag {
	border-radius: 8px;
}

.owl-theme .owl-controls .owl-page span {
	width: 6px !important;
	height: 6px !important;
}

#contact-bg {
	position: fixed;
	z-index: -999999;
	top:0;
	background-image: url(img/contact-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}


#contactContent {
	position: absolute;
	top: 50%;
	right: 23vw;
	color: white;
	text-align: justify;
	font-size: 14px;
}

#contactContent a, #contactContent a:visited {
	text-decoration: none;
	color: white;
}

#contactContent a:hover {
	text-decoration: underline;
}

#social {
	margin-top: 20px;
}

#social > div {
	float: left;
	margin-right: 15px;
}

.fb {
	margin-top: 1px;
}

#portfolio-nav-overlay {
	display: none;
	width: 100%;
	position: absolute;
	z-index: 999999;
	top: 30px;
}

#portfolio-bg {
	background-image: url(img/portfolio-bg5.jpg);
	width: 100%;
	height: 100%;
	position: fixed;
	background-size: cover;
	z-index: -1;
	top:0;
	left:0;
	background-position: center center;
}

#close-btn {
	background-image: url(img/close-btn.png);
	width: 26px;
	height: 26px;
	position: absolute;
	right: 20px;
	top: -10px;
	opacity: 0.5;
	transition: 1s;
	cursor: pointer;
}

#close-btn:hover {
	opacity: 1;
	transition: 1s;
}

.breadcrumb {
	position: absolute;
	top: 30px;
	left: 0;
	font-size: 14px;
}

.breadcrumb ul li {
	list-style-type: disc;
	color: #a7a7a7;
}

.breadcrumb ul li {
	float: left;
	margin-right: 24px;
	padding-left: 5px;
}

.breadcrumb .menu-item-type-custom a, .breadcrumb .menu-item-type-custom a:visited {
	color: #646464 !important;
	transition: 1s;
}

.breadcrumb .menu-item-type-custom a:hover {
	color: #e4a623 !important;;
	transition: 1s;
}

.breadcrumb a, .breadcrumb a:visited {
	color: #646464;
	text-decoration: none;
	transition: 1s;
}

.breadcrumb a:hover {
	color: #e4a623;
	transition: 1s;
}

.breadcrumb li.current_page_item {
	display: none;
}

body.page-template-template-portfolio {
	background-color: black;
}

#portfolio-nav-overlay ul {
	list-style-type: none;
}

#portfolio-nav-overlay a, #portfolio-nav-overlay a:visited {
	text-decoration: none;
	color: #6b6b6b;
	transition: 1s;
	font-size: 15px;
	letter-spacing: 0;
}

#portfolio-nav-overlay a:hover {
	color: #dd7724;
	transition: 1s;
}

#portfolio-nav {
	float: left;
	width: 20%;
	margin: 10px 0 0 50px;
    padding: 25px;
}

#portfolio-nav ul {
	margin: 0;
	padding: 0;
}

#portfolio-nav li {
	margin: 0 0 10px 0;
}

.portfolio-hdr {
	width: 100%;
	border-bottom: 1px solid grey;
	margin:0 0 13px 0;
	padding-bottom:10px;
	font-size:24px;
	color: grey;
}

.client-hdr {
/* 	width: 90%; */
	border-bottom: 1px solid grey;
	margin-bottom: 13px;
	padding-bottom:10px;
	font-size:24px;
	color: grey;
}

#client-nav {
	margin: 10px 0 0 30%;
    padding: 25px;
}

#client-nav ul {
	margin: 0;
	padding: 0;
/* 	width: 80%; */
}

#client-nav li {
	margin: 0 0 10px 0;
	display: inline-block;
	width: 200px;
}

#andy-gallery .ngg-portfolio {
	margin-top: 0;
}

.ngg-portfolio {
	margin-top:25vh;
}

.slick-slide {
	margin-right: 15px;
}

#menu-client .current_page_item a {
	color: #e4a623;
	font-weight: bold;
}

#swipebox-bottom-bar, #swipebox-top-bar {
	background: none;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (max-width:768px) {
	#portfolio-nav {
		width: 80%;
		margin: 0 30px 35px 30px;
	}
	
	#client-nav {
		width: 80%;
		margin: 0px 30px 20px 30px;
	}
	
	#aboutContent {
		width: 85%;
		padding: 30px;
		top: 70px;
		transform: unset;
	}	
	
	a.logo-link {
		width: 239px;
		position: absolute;
		right: 0;
	}
	
	#logo {
		background-image: url(img/logo3.png);
		background-repeat: no-repeat;
		width: 239px; 
		height: 43px;
		position: absolute;
		right: 0;
		top: 25px;
		z-index: 99999;
		background-size: 239px 43px;
	}
	
	#logo02 {
		background-image: url(img/logo3.png);
		background-repeat: no-repeat;
		width: 239px; 
		height: 43px;
		position: absolute;
		right: 0;
		top: 25px;
		z-index: 99999;
		background-size: 239px 43px;
	}
	
	ul#menu-main {
		position: absolute;
		margin: 0 auto;
		top:35px;
		width: 100%;
		text-align: center;
		padding: 0;
	}

	ul#menu-main li {
		margin-right: 20px;
	}
	
	ul#menu-main li a, ul#menu-main li a:visited {
		font-size: 14px;
	}
	
	body.home ul#menu-main {
		position: absolute;
		text-align: left;
		bottom: 0;
		left: 5%;
		bottom: 5%;
		width: 100px;
		top: auto;
	}

	#andy-gallery {
		margin-top: 30px;
		width: 100%;
	}
	.about-andy .slick-list {
		margin-bottom: 20px;
	}
	.page-template-template-portfolio-php .slick-dots {
		bottom: auto;
	}
	.slick-dots {
		width: 100%;
	}
	.slick-dots li {
		margin-bottom: -30px;
	}
	#andy-gallery {
		height: auto;
	}
	#andyContent {
	  top: 100px;
	  width: 80%;
	  margin: 0 auto;
	  right: 0;
	  left: 0;
	}	
	body.about-andy ul#menu-main li {
		display: inline-block;
	}
	.breadcrumb {
		display: none;
	}

	#contactContent {
	    position: absolute;
	    text-align: center;
	    width: 80%;
	    left: 0;
	    top: 230px;
	    right: 0px;
	    margin: 0 auto;
	}
	#social > div {
	    margin: 0;
	    float: none;
	    display: inline;
	}
	.fb {
		padding-right: 8px;
	}
	.page-template-template-portfolio ul#menu-main {
		position: absolute;
		top: 35px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.page-template-template-portfolio ul#menu-main li {
		display: inline-block;
		margin-right: 14px;
	}
	.page-template-template-portfolio ul#menu-main li:last-child {
		margin-right: 0;
	}
	.ngg-portfolio {
    margin-top: 80px;
    position: absolute;
    z-index: 9999;
		width: 100%;
	}
}
@media only screen and (max-width:1024px) {
	.textContent {
		height: 100%;
	}
}
@media only screen and (max-width:1140px) {
	#client-nav li {
		width: 180px;
	}
}
@media only screen and (min-width:768px) and (max-width:1280px) {
	body.about-andy ul#menu-main li {
		display: block;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
	   
	   #logo, #logo02 {
		background-image: url(img/logo3.png);
		background-position; right;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
