/*
	Theme Name: Semplice Child Theme
	Description: Child Theme for Semplice
	Author: Semplicelabs
	Template: semplice5
*/


/* Custom Cursor */

html {
	cursor: url('https://www.guyonessed.com/wp-content/themes/semplice5-child/images/cursor-arrow.png') 16 6, auto;
}

h1, h2, h3, h4, h5, h6, p {
    cursor: url('https://www.guyonessed.com/wp-content/themes/semplice5-child/images/cursor-text.png') 16 6, auto;
}

a:hover {
	cursor: url('https://www.guyonessed.com/wp-content/themes/semplice5-child/images/cursor-pointer.png') 16 6, auto;
}


/* General */

body {
	background: #CCCCCC;
	position: relative;
	height: 100%-;
}

.is-frontend #overlay-menu  {
	top: 0 !important;
	left: 0 !important;
}
	.is-frontend #overlay-menu .logo {
		display: none !important;
	}

	.is-frontend .current-menu-item a span {
		position: relative;
	}

	.is-frontend .current-menu-item a span:before {
		content: '';
		position: absolute;
		height: 1px;
		top: 50%;
		width: 100%;
		bottom: 0px;
		background: #000000;
		z-index: -1;
	}

	.is-frontend #overlay-menu .current-menu-item a span:before {
		background: #FFFFFF;
		height: 4px;
		top: 45%;
	}

.is-frontend #content-holder {
    position: relative !important;
    margin-top: 64px;
    padding-bottom: 64px;
}

.is-frontend #content-holder .content-container {
	position: relative !important;
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.is-frontend #content-holder .transition-wrap {
	border: 1px solid #000000;
	position: relative !important;
}

.is-frontend .semplice-navbar {
	-webkit-transform: none !important;
	transform: none !important;
}

.is-frontend .menu-item {
	-webkit-transform: none !important;
	transform: none !important;
	opacity: 1 !important;
}

.is-frontend .cover-image {
	height: 110% !important;
	top: -5% !important;
}

.is-frontend .back-to-top {
    display: none !important;
}

.is-frontend .column .flickity-prev-next-button svg {
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	width : 48px !important;
	height: 48px !important;
}
	.is-frontend .column .flickity-prev-next-button svg path {
		left: 0 !important;
		right: 0 !important;
		top: 0 !important;
		width : 48px !important;
		height: 48px !important;
	}

.is-frontend .container .row .column .content-wrapper .column-content:first-of-type {
	height: auto !important;
}

.is-frontend .semplice-gallery-slider {
	
}

.is-frontend .flickity-page-dots {
	margin: 24px 0;
}
	.is-frontend .flickity-page-dots .dot {
		height: 2px !important;
		width: 48px !important;
		border-radius: 0 !important;
		margin: 0 4px !important;
	}


/* Rulers */

.top-ruler {
    background: url('images/base-pixels.png');
    height: 24px;
    padding-left: 24px;
/*	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000000;*/
}
	.top-ruler::before { 
  		content: "";
  		height: 24px;
  		width: 24px;
  		position: absolute;
  		display: block;
  		top: 0;
  		left: 0;
  		background: #999999;
	}
	.top-ruler .ruler {
		background: url('images/horz-ruler-pixels.png');
		height: 24px;
		margin-left: 3px;
		margin-right: 20px;
	}


.left-ruler {
	background: url('images/base-pixels.png');
    position: absolute;
    width: 24px;
    height: 100%;
    float: left;
    padding-bottom: 20px;
}
	.left-ruler .ruler {
		background: url('images/vert-ruler-pixels.png');
		margin-top: 3px;
		margin-bottom: 20px;
		height: 100%;
	}


/* Custom Scrollbar */

::-webkit-scrollbar {
    width: 24px;
}

::-webkit-scrollbar:horizontal {
    height: 24px;
}

::-webkit-scrollbar-corner {
    background: #C4C4C4;
}

::-webkit-scrollbar-track {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='2' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 0H0v1h1v1h1V1H1V0z' fill='silver'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0H1v1H0v1h1V1h1V0z' fill='%23fff'/%3E%3C/svg%3E")
}

::-webkit-scrollbar-thumb {
    background-color: #C4C4C4;
    box-shadow:inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #C4C4C4;
}

::-webkit-scrollbar-button:horizontal:end:increment, ::-webkit-scrollbar-button:horizontal:start:decrement, ::-webkit-scrollbar-button:vertical:end:increment, ::-webkit-scrollbar-button:vertical:start:decrement {
    display: block;
}

::-webkit-scrollbar-button:vertical:start {
    height: 24px;
    background-color: #C4C4C4;
    background-image: url('images/arrow-up@2x.png');
    box-shadow:inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #C4C4C4;
    background-size: 24px 24px;
}

::-webkit-scrollbar-button:vertical:end {
    height: 24px;
    background-color: #C4C4C4;
    background-image: url('images/arrow-down@2x.png');
    box-shadow:inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #C4C4C4;
    background-size: 24px 24px;
}

::-webkit-scrollbar-button:horizontal:start {
    width: 24px;
    background-color: #C4C4C4;
    background-image: url('images/arrow-up@2x.png');
    background-size: 24px 24px;
}

::-webkit-scrollbar-button:horizontal:end {
    width: 24px;
    background-color: #C4C4C4;
    background-image: url('images/arrow-down@2x.png');
    background-size: 24px 24px;
}


/* Responsive */

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

	.is-frontend .container {
		padding: 0 3rem;
	}

}

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

	.is-frontend #content-holder {
		margin-top: 40px;
		padding-bottom: 40px;
	}

}

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

	.is-frontend #content-holder {
		margin-top: 32px;
		padding: 0px 32px 32px 56px;
	}

	.is-frontend #content-holder .content-container {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.is-frontend .semplice-navbar {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.is-frontend .container {
		padding: 0 2rem;
	}

}

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

	.is-frontend #content-holder {
		margin-top: 8px;
		padding: 0px 16px 8px 32px
	}

	.is-frontend .semplice-navbar {
		height: 120px !important;
	}

	.is-frontend .transition-wrap .sections {
		margin-top: 100px !important;
	}

	.is-frontend .semplice-cover {
		max-height: 50vh;
	}
}

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

	.is-frontend .container {
		padding: 0 1.2rem;
	}

	.top-ruler .ruler {
		margin-right: 8px;
	}

}
