/*!
Theme Name: dprpainting
Theme URI: http://underscores.me/
Author: Thrive Web Design
Author URI: https://www.thrivewebdesign.com.au
Description: Custom Template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dprpainting
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

dprpainting is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
    font-family: 'nunitobold';
    src: url('fonts/nunito-bold-webfont.eot');
    src: url('fonts/nunito-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nunito-bold-webfont.woff2') format('woff2'),
         url('fonts/nunito-bold-webfont.woff') format('woff'),
         url('fonts/nunito-bold-webfont.ttf') format('truetype');
    font-weight: normal;
	font-style: normal;
	font-display:auto;

}
@font-face {
    font-family: 'nunitoitalic';
    src: url('fonts/nunito-italic-webfont.eot');
    src: url('fonts/nunito-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nunito-italic-webfont.woff2') format('woff2'),
         url('fonts/nunito-italic-webfont.woff') format('woff'),
         url('fonts/nunito-italic-webfont.ttf') format('truetype');
    font-weight: normal;
	font-style: normal;
	font-display:auto;
}
@font-face {
    font-family: 'nunitoregular';
    src: url('fonts/nunito-regular-webfont.eot');
    src: url('fonts/nunito-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nunito-regular-webfont.woff2') format('woff2'),
         url('fonts/nunito-regular-webfont.woff') format('woff'),
         url('fonts/nunito-regular-webfont.ttf') format('truetype');
    font-weight: normal;
	font-style: normal;
	font-display:auto;
}

html {
	-webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    height:100%;
    scroll-behavior: smooth;
    line-height: 1.63em;
}

* {
   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:0px;
}
:root {
	--main-color: #525daa; 
  }
#main::-webkit-scrollbar { width: 0 !important }
.site-main-inner::-webkit-scrollbar { width: 0 !important }
.site-main-inner, #main { -ms-overflow-style: none; }
.site-main-inner, #main { overflow: -moz-scrollbars-none; }


body{
	margin:0px;
	font-family: 'nunitoregular', Arial, Helvetica, sans-serif;
	background-color: white;
  color:#424242;
  font-size: 17px;
	-webkit-overflow-scrolling: touch;
}
h1.entry-title {
    font-size: 34px;
    margin-top: 0px;
}
h1, h2, h3, h4, h5{
    font-family: 'nunitobold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}
a {
    color: #5775aa;
    text-decoration: none;
}
strong, b{
    font-family: 'nunitobold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.row {
    float: left;
    width: 100%;
}
.col-2{
  float: left;
  width:50%;
}
.col-4{
  float: left;
  width:25%;
}
/* header */

.phone-top {
    background-color: var(--main-color);
    padding: 5px 20px;
    width: auto;
    margin-top: 7px;
    float: right;
    border-radius: 10px;
    transition: all .25s ease;
}
.phone-top:hover{
    padding: 5px 30px;
    transition: all .25s ease;
}
.phone-top a{
 color:white;
 text-decoration: none;
}
.sub-header {
    float: left;
    width: 100%;
    height: 50px;
    background: #000000;
    font-size: 14px;
    color: white;
    transition: all .5s ease;
}
.sub-header-inner {
    height: 100%;
    display: block;
    padding: 0% 6%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1420px;
}
.sub-header-inner a{
	text-decoration: none;
	color:white;
}
.home-logo-header {
    float: left;
    width: 100%;
    background-image: url(images/dpr-painting-header-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.home-logo-inner {
    justify-content: center;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.home-logo-inner img {
    max-width: 100%;
    height: auto;
}
.content-logo-inner {
    justify-content: center;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content-logo-header {
    float: left;
    width: 100%;
    background-image: url(images/dpr-painting-header-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.content-logo-inner img {
    max-width: 50%;
    height: auto;
    margin-left: 25%;
    margin-right: 25%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.main-header {
    float: left;
    width: 100%;
    background: #f7f8f8;
    height: 100px;
    z-index: 98;
}
.main-header-inner {
    height: 100%;
    display: block;
    padding: 0% 6%;
    margin-top: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1420px;
}
.nav-wrapper {
    float: left;
    width: 100%;
}
.sidenav .closebtn {
    position: absolute;
    top: 10px;
    display: block;
    font-size: 46px;
    /* margin-left: 50px; */
    left: 270px;
}

.sidenav {
    height: 100%;
    width: 340px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -340px;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
    background-color: #f5f5f7;
}
#mobile-menu-button {
    background: #525daa;
    color: white;
    display: none;
}
a.closebtn {
    text-decoration: none;
    color: #000;
}

.mobile-details-wrapper {
    float: left;
    margin-left: 40px;
    margin-top: 40px;
}
.phone-mobile a {
    font-size: 26px;
    background-color: #525daa;
    color: white;
    padding: 2px 8px;
    border-radius: 5px;
    
}
.nav-wrapper ul li {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}
.nav-wrapper ul li:last-child{
	margin-right:0px;
}
.nav-wrapper ul li a {
    transition: all 0.25s ease;
    color: #787878;
    text-decoration: none;
    border-bottom: 0px solid transparent;
    border-top: 0px solid transparent;
    vertical-align: middle;
    line-height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.nav-wrapper ul li a:hover {
    transition: all 0.25s ease;
    border-bottom: 4px solid #525daa;
    border-top: 4px solid #525daa;
    vertical-align: middle; 
}
nav#site-navigation {
	text-align: center;
	font-size: 20px;
    line-height: 15px;
}
.contact-field {
    background: #f7f6f5;
    padding: 4px;
    color: #767676;
    font-size: 16px;
    border: 1px solid #e5e5e5;
}
.submit-button {
    background: #525daa;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: white;
}
.main-content-area {
    float: left;
    width: 100%;
    padding-bottom: 60px;
}
.main-content-area-inner {
    max-width: 960px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px 70px;
    line-height: 1.6;
}

footer.site-footer {
    float: left;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #000;
}

.footer-inner {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
	padding: 0% 3%;
	color: #dcdcdc;
}

.footer-inner ul li a{
    color:white;
}

.footer-inner ul li  {
    padding-bottom: 10px;
}

.feature-column-1 {
    float: left;
    width: 50%;
}
.feature-column-1 ul{
    list-style: none;
}

.feature-column-2 {
    float: left;
    width: 50%;
}
.feature-column-2 ul, .feature-column-1 ul{
    list-style: none;
}
.feature-column-2 ul li, .feature-column-1 ul li {
    float: left;
    font-size: 18px;
    margin-bottom: 14px;
    width: 100%;
    transition: all 0.25s ease;
   /* border-bottom: 3px solid transparent;*/
}
.feature-column-2 ul li:hover {
    /*border-bottom: 3px solid #525daa;*/
    transition: all 0.5s ease;
}
.feature-column-2 ul li:hover:before, .feature-column-1 ul li:hover:before  {
    
    background-image: url(images/tick-hover.png);
    transition: all 0.5s ease;
}
.feature-column-2 ul li:before, .feature-column-1 ul li:before {
    content: " ";
    background-image: url(images/tick.png);
    margin-bottom: 10px;
    width: 28px;
    height: 28px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    padding-right: 34px;
    transition: all 0.25s ease;
}
.feature-services {
    float: left;
    width: 100%;
    padding-bottom: 60px;
    transition: all 2.25s ease;
}
.feature-services-inner {
    max-width: 960px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px 70px;
    line-height: 1.6;
}
.footer-inner ul{
    list-style: none;
}
.footer-inner ul {
    list-style: none;
    padding-left: 0px;
}

@media screen and (max-width: 768px){
    .feature-column-1, .feature-column-2 {
        float: left;
        width: 100%;
    }
	.col-2, .col-4 {
		width: 100%;
	}
	.main-content-area-inner {
		padding: 40px 40px 70px;
	}
	ul.mobile-menu {
        list-style: none;
        margin-top:50px;
        
	}
	ul.mobile-menu li {
		padding-bottom: 11px;
	}
	ul.mobile-menu li a {
		font-size: 26px;
		color: #565656;
		text-decoration: none;
		line-height: normal;
		line-height: 25px;
	}
	.menu-logo {
		width: 80%;
		margin-right: 10%;
		margin-left: 10%;
		margin-top: 50px;
	}
	.menu-logo img {
		max-width: 100%;
		height: auto;
	}
	.main-header {
		display: none;
	}
	#mobile-menu-button {
		display: block;
		position: fixed;
		width: 100%;
        z-index: 100;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .home-logo-header {
		margin-top: 38px;
	}
	.home-logo-inner {
		padding: 4px 8%;
		margin-top: 20px;
		margin-bottom: 20px;
    }
    .content-logo-header {
		margin-top: 38px;
	}

	.sub-header {
		position: fixed;
		bottom: 0px;
		height: 48px;
	}

	.phone-top {
		float: none;
		text-align: center;
		font-size: 18px;
	}
	.col-4:nth-child(4) {display: none;}
}

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

    .main-content-area-inner {
        padding: 20px 10px 30px;
    }
}