/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

/* General */
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
p {
		font-family: 'Shadows Into Light', cursive;
    font-style: italic;
	font-size: 19px;
}

/*Homepage content and three boxes*/
.home-content {
	display: block;
	text-align: center;
	margin: 25px 10%;
	width: 100%;
	color: #ffffff;
	min-height: 350px;
}

.home-content-img {
	height: auto;
	width: 90px;
	padding: 20px;
	display: block;
	margin-top: -165px;
	margin-left: auto;
	margin-right: auto;
}

.home-left {
	display: block;
	padding: 100px 15px 50px;
	background-color: #595a5a;
	width: 25%;
	float: left;
	margin: 0 15px 0 0;
	min-height: 200px;
	border-radius: 15px;
}

.home-middle {
	display: block;
	padding: 100px 15px 50px;
	background-color: #595a5a;
	width: 25%;
	float: left;
	margin: 0 15px 0 0;
	min-height: 200px;
	border-radius: 15px;
}

.home-right {
	display: block;
	padding: 100px 15px 50px;
	background-color: #595a5a;
	width: 25%;
	float: left;
	min-height: 200px;
	border-radius: 15px;
}

@media screen and (max-width: 960px) {
	.home-left, .home-right, .home-middle {
		width: 75%;
		margin: 0 15px 55px 0;
	}
}

/* inside page content width*/
.art-post {
	width: 100%;
}

/*
	CSS Migrated from Jetpack:
*/

/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*Homepage content and three boxes*/
.home-content {
	display: block;
	text-align: center;
	margin: 25px 10%;
	width: 100%;
	color: #ffffff;
	min-height: 350px;
}

.home-content-img {
	height: auto;
	width: 90px;
	padding: 20px;
	display: block;
	margin-top: -165px;
	margin-left: auto;
	margin-right: auto;
}

.home-left {
	display: block;
	padding: 100px 15px 50px;
	background-color: #595a5a;
	width: 25%;
	float: left;
	margin: 0 15px 0 0;
	min-height: 200px;
	border-radius: 15px;
}

.home-middle {
	display: block;
	padding: 100px 15px 50px;
	background-color: #595a5a;
	width: 25%;
	float: left;
	margin: 0 15px 0 0;
	min-height: 200px;
	border-radius: 15px;
}

.home-right {
	display: block;
	padding: 100px 15px 50px;
	background-color: #595a5a;
	width: 25%;
	float: left;
	min-height: 200px;
	border-radius: 15px;
}

@media screen and (max-width: 960px) {
	.home-left, .home-right, .home-middle {
		width: 75%;
		margin: 0 15px 55px 0;
	}
}

/* inside page content width*/
.internal-content {
	width: 70%;
}


/* Header */
.art-nav.desktop-nav li.menu-item-8:after {
    top: 12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid black;
    border-width: 0 1px 1px 0;
    padding: 2px;
    content: "0";
    font-size: 1px;
    right: 10px;
    z-index: 99 !important;
    position: absolute;
}
nav.art-nav.clearfix.responsive-nav {
    float: left;
    width: 100% !important;
}
.desktop-nav ul.art-hmenu>li>ul {
    position: absolute;
}
div#fb-logo img {
    width: 400px;
}
div#fb-logo {
    background: #201E1F;
}
div#art-header-bg {
    display: none;
}
header.clearfix.art-header {
    background: none;
    height: 0;
}
#fb-logo-wrapper {
    width: 1000px;
    margin: auto;
}
.art-nav.desktop-nav li.menu-item-8 {
    width: 116px;
}

/* Colors */
/* Yello: #FAED54 - Black: #000 */
.art-postcontent h3 {
    color: #000;
}
ul.art-hmenu>li>a.active {
    color: #FAED54;
}
ul.art-hmenu>li>a,
.home-content h3, .home-content p {
    color: #000 !important;
}
ul.art-hmenu>li>a,
footer.art-footer.clearfix,
.home-middle, 
.home-left, 
.home-right,
ul.art-hmenu li li a {
    background: #FAED54 !important;
}
ul.art-hmenu>li>a.active,
ul.art-hmenu>li>a:hover, 
.desktop ul.art-hmenu>li:hover>a,
ul.art-hmenu li li a:hover {
    background: #000;
}
ul.art-hmenu>li:before {
    background: none;
}
ul.art-hmenu li li a:hover {
    color: #fff !important;
}

/* Responsive */
/*** Logo ***/
@media only screen and ( max-width: 398px ) {
    div#fb-logo img {
        width: 30%;
    }
}
/*** Menu ***/
.responsive .responsive-nav ul.art-hmenu ul {
    display: block !important;
}
.responsive .responsive-nav ul.art-hmenu a {
    margin-top: 0px !important;
}
.responsive .responsive-nav ul.art-hmenu>li>ul li a {
    color: #FAED54 !important;
    background: #000 !important;
    padding: 4px
}
/*** Slider ***/
.sp-slide.sp-selected .sp-image-container img.sp-image {
    width: 100% !important;
    height: auto !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
}

/* Add BG to homepage */

@media only screen and ( min-width: 1000px ) {
	
.home .art-sheet.clearfix {
    width: 100%;
}
.home header.clearfix.art-header {
    width: 1000px;
}
.home .fms-home-wrapper .home-content {
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: center;
}

}
.home h1.art-postheader {
    display: none;
}
.home .art-sheet {
    margin: 0 !important;
}
.home .slider-pro {
    margin-top: -12px !important;
}
.home .fms-home-wrapper {
    background: url('https://carpetdealznz.co.nz/wp-content/uploads/Carpet62.jpg');
    overflow: hidden;
}
.home .fms-home-wrapper .home-content {
	padding: 80px 0;	
}
.home .art-post {
	padding: 0;
}