/*
Theme Name: Choice Resurfacing Theme
Author: Interactive Core Design
Author URI: http://www.interactivecoredesign.com.au/
Description: Choice Resurfacing Theme
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: choicetheme
This theme, like WordPress, is licensed under the GPL.
*/


/* Basic

-------------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
}

::selection {
    background: #00adea;
    color: #3b3b3b;
}

::-moz-selection {
    background: #00adea;
    color: #3b3b3b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
text-align: center;
}

html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

h1 {
    text-align: center;
    font-family: 'Courgette', cursive;
    font-size: 38px;
    color: #2a92c5;
}

h2 {
    color: #2a92c5;
}

input {
    /* cursor: pointer; */
}

body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility;
    color: #3b3b3b;
    width: 100%;
}

a {
    outline: none;
    color: #034ea1;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:hover {
    text-decoration: none;
    color: #00adea;
}

.container {
    margin: 0 auto;
    padding: 0 15px;
}


/* Header */

.header {
    position: absolute;
    top: 0;
    width: 100%;
}

header {
    margin: 30px auto;
    position: relative;
    z-index: 10;
}

#headercontent {
    margin: 0 auto;
    height: 80px;
    position: relative;
}

#headerhold {
    margin: 0 0 0px 0;
    display: inline-block;
    width: 75%;
}

.headerinfo {
    float: left;
    position: absolute;
    vertical-align: top;
    margin: 0 0 0 50px;
}

.headerinfo .headersocial img {
    width: 100%;
}

.headerinfo .headeritem {
    font-size: 12px;
    font-weight: 700;
    color: #4a64b0;
    display: inline-block;
}

.headersocial {
    display: inline-block;
    width: 14px;
    vertical-align: top;
    margin: 2px 0 0 20px;
}


/* Navigation Menu */

#logo {
    text-align: left;
    padding: 0 25px;
    width: 190px;
}

#logo img {
    width: 100%;
}

.menubuttons {
    display: inline-block;
    width: 38px;
    padding: 2px 6px 6px 6px;
    vertical-align: top;
    margin: 50px 0 0 15px;
    background-color: transparent;
    border: none;
}

.menubutton {
    border-bottom: 2px solid #034ea1;
    border-radius: 5px;
    height: 6px;
    display: block;
}

.menutog {
    background-color: #034ea1;
    border-radius: 5px;
}

.menutog .menubutton,
.menutog .menubutton,
.menutog .menubutton {
    border-bottom: 2px solid #ffffff;
}

nav {
    display: none;
    background-color: rgba(255, 255, 255, 0.75);
    margin: 37px 0 0 0;
}

.nav-menu {
    margin: 0 auto;
}

.nav-menupages ul {
    padding: 0px 0 0 0;
    margin: 0 auto;
    text-align: center;
}

.nav-menupages ul li {
    margin: 0 20px;
    padding: 0 0px 0 0px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-repeat: no-repeat;
    background-position: bottom;
}

.nav-menupages ul li:hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-repeat: no-repeat;
}

.nav-menupages ul li a {
    padding: 0 25px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #2a92c5;
    text-decoration: none;
    width: inherit;
    height: 44px;
    vertical-align: bottom;
    outline: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.nav-menupages ul li a:hover {
    text-decoration: none;
    color: #3b3b3b;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.nav-menupages ul li a:active,
.nav-menupages ul li a:focus {
    color: #034ea1
}

.nav-menupages ul li ul {
    display: none;
}

.menu-item {
    border-bottom: 1px solid transparent;
}

.menu-item:hover {
    border-bottom: 1px solid #034ea1;
}

.menu-item:focus,
.menu-item:active {
    border-bottom: 1px solid #529a43;
}


/* Home Page */

.home #pagecontent h1 {}

.parallaxslide {
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 200px;
}

.homeslide {
    background-image: url('/wp-content/uploads/home-feature-h.jpg');
	background-position: 30% 150px;
	background-size: 220%;
}

.homecontainer {
    margin: 20px auto 40px auto;
}

.homecontainer h1 {
    font-size: 33px;
    color: #2a92c5;
}

.homecontainer h2 {
    color: #2a92c5;
    text-align: center;
    margin: 50px 20px 22px 20px;
    font-family: 'Courgette', cursive;
    font-size: 32px;
}

.homecontainer p {
    text-align: center;
    line-height: 24px;
}

.homegroup {
    text-align: center;
    margin: 70px auto 50px auto;
    padding: 0 20px;
}

.homegroup h3 {
    /* font-family: 'Courgette', cursive; */
    font-size: 21px;
    color: #3b3b3b;
    margin: 12px 0 0 0;
}

.homeitem {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    padding: 0 0 50px 0;
}

.homeitem a {
    color: #3b3b3b;
    font-size: 14px;
}

.homeitemimage {
    overflow: hidden;
}

.homeitemimage img {
    width: 100%;
    /* Create image to 300px x 300px */
}

.homecontainer ul {
    margin: 10px 0 0 0px;
}

.homecontainer ul li {
    line-height: 25px;
}

.homelist li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 23px 0;
    text-align: center;
	text-decoration: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.homelist li a {
    display: block;
    color: #3b3b3b;
}

.homelist li a:hover {
    color: #2a92c5;
}

.homelist li .fa {
    color: #2a92c5;
    font-size: 70px;
    display: block;
    text-align: center;
    padding: 20px 20px 0px 20px;
    width: 90px;
    height: 80px;
	margin: 0 auto 20px auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

.homelist li .fa {
-webkit-animation-name: iconbounceload;
-moz-animation-name: iconbounceload;
-ms-animation-name: iconbounceload;
-o-animation-name: iconbounceload;
animation-name: iconbounceload;
-webkit-animation-duration: 0.7s;
-moz-animation-duration: 0.7s;
-ms-animation-duration: 0.7s;
-o-animation-duration: 0.7s;
animation-duration: 0.7s;
background-color: transparent;
border-bottom: 3px solid transparent;
}

.homelist li:hover .fa {
-webkit-animation-name: iconbounce;
-moz-animation-name: iconbounce;
-ms-animation-name: iconbounce;
-o-animation-name: iconbounce;
animation-name: iconbounce;
-webkit-animation-duration: 0.7s;
-moz-animation-duration: 0.7s;
-ms-animation-duration: 0.7s;
-o-animation-duration: 0.7s;
animation-duration: 0.7s;
background-color: transparent;
border-bottom: 3px solid #2a92c5;
}

.homeslide2 {
    background-image: url('/wp-content/uploads/Parallax-1.jpg');
	background-size: 100%;
}


/* Page styles */

.pagefeature {
    margin: 0 0 50px 0;
	height: 300px;
	overflow: hidden;
}

.pagefeature img {
    width: auto;
    height: 100%;
    position: relative;
    left: -120px;
}

.page-id-2 .pagefeature img {
	left: -350px;
}

.page-id-309 .pagefeature img {
	left: 0px;
	float: right;
}

.kitchenslide, .bathroomslide {
	height: 200px;
}


/* About Page */

#pagecontent h1 {
    text-align: center;
    padding: 0 0 10px 0;
	font-size: 45px;
}

.textimagecontainer {
    margin: 30px 0;
	text-align: center;
	padding: 5px 0 0px 0;
}

.texthold,
.imagehold {

}

.texthold {
	text-align: left;
}

.imagehold {
padding: 20px;
}

.imagehold img {
    width: 100%;
    height: auto;
}

.whychoose {
    padding: 0px 10px 0 10px;
}

.whychoose h2 {
    font-size: 28px;
    font-weight: 300;
    padding: 10px 0 5px 0;
    line-height: 27px;
}

.whychoose,
.aboutsteps {
    margin: 30px 0;
}

.whychoice {
    font-size: 18px;
    font-weight: 300;
}

.aboutsteps {
	margin: 30px auto;
	text-align: center;
}

.aboutsteps h2 {
    font-weight: 400;
    font-size: 27px;
    padding: 0 0 20px 0;
}

.aboutsteps h3 {
    text-align: left;
}

.aboutsteps p {
    margin: 0 0 10px 0;
	text-align: left;
}

.aboutsteps .fa {
    color: #2a92c5;
    font-size: 49px;
	text-align: center;
	display: block;
	padding: 17px 0 5px 0;
}


/* Kitchen & Bathroom Page */

.kitchenslide {
    background-image: url('/wp-content/uploads/Parallax-4.jpg');
}

.bathroomslide {
    background-image: url('/wp-content/uploads/Parallax-5.jpg');
}

.kitchens,
.bathrooms {
    margin: 30px auto 50px auto;
}

.kitchens h2 {
    text-align: left;
}

.paraitem {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0px 0 30px 0;
	line-height: 24px;
}

.choicelist {
	padding: 5px 0 0 0;
}

.choicelist li {
	margin: 10px 0 0 10px;
	line-height: 16px;
}

.stones {
	text-align: center;
    margin: 40px 0;
    height: 200px;
}

.stones h2 {
    text-align: center;
	padding: 0 0 20px 0;
}

.stones .flex-direction-nav {
	position: relative;
}

.stones .flex-direction-nav li {
    top: -95px;
    position: relative;
}

.stones .flex-direction-nav a {
	opacity: 1;
}

.stones .flex-direction-nav a:before {
	color: #2a92c5;
}

.stones .gallery-icon img {
	width: 100%;
}

.choices {
    font-size: 18px;
    font-weight: 300;
	padding: 40px 5%;
    text-align: center;
}

/* Gallery Page */

.page-7 .pdesc {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.basection {
    padding: 40px;
}

.basection h2 {
	text-align: center;
padding: 10px 0;
}

.ba-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.twentytwenty-wrapper {
    width: 100%;
    vertical-align: top;
    display: block;
    padding: 8px;
}


/* Contact Page */

.contactsection {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.contactsection p {
    padding: 0 0 20px 0;
}

#contactform {
    text-align: center;
    width: 290px;
    margin: 0 auto;
    padding: 22px 0 0 0;
}

#contactform span {
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 1.5;
    display: block;
    position: initial;
}

#contactform input,
#contactform textarea,
#contactform select {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 10px;
    border: none;
    border-bottom: solid 2px #c9c9c9;
    transition: border 0.3s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: 300;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

#contactform input:focus,
#contactform textarea:focus {
    border-bottom: solid 2px #034ea1;
    box-shadow: none;
    outline: 0;
}

#contactform input[type="submit"] {
    width: 32%;
    padding: 7px 30px;
    font-weight: 600;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	background-color: #1fc8db;
    background: -moz-linear-gradient(left, #2a92c5 0%, #2cb5e8 77%);
    background: -webkit-linear-gradient(left, #2a92c5 0%, #2cb5e8 77%);
    background: linear-gradient(to right, #2a92c5 0%, #2cb5e8 77%);
    transition: all 1s ease-in-out;
}

input[type="submit"]:hover {
    cursor: pointer;
}


/* Footer */

.footerliner {
    padding: 15px 30px;
    text-align: center;
    color: #1fc8db;
    box-shadow: 4px 4px 8px -3px rgba(0, 0, 0, 0.5);
    position: relative;
}

.footerliner span {
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
}

.footerliner .footerbutton {
    display: inline-block;
    font-size: 18px;
    padding: 15px 0 0 20px;
}

.footerliner .crbuttonr a {
	
}

.footercontent {
    color: #ffffff;
    padding: 40px 10px 20px 10px;
    background-color: #1fc8db;
    background: -moz-linear-gradient(left, #2a92c5 0%, #2cb5e8 77%);
    background: -webkit-linear-gradient(left, #2a92c5 0%, #2cb5e8 77%);
    background: linear-gradient(to right, #2a92c5 0%, #2cb5e8 77%);
}

.footergroup {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 12px;
    margin: 0px 0px 20px 0px;
    text-align: center;
}

.footergroup span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Courgette', cursive;
}

.footergroup ul {
    list-style-type: none;
    text-align: left;
}

.footergroup ul li {
    padding: 1px 0 1px 0;
    color: #ffffff;
}

.footergroup ul li span {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    width: 50px;
    font-size: 14px;
    font-weight: 700;
}

.footerbottom {
    color: #ffffff;
    padding: 15px 0 0 0;
    font-size: 11px;
}


/* Misc */

.crbutton a,
.crbuttonr a {
    display: block;
    text-decoration: none;
    padding: 15px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.crbutton a {
    color: #ffffff;
    background-color: #1fc8db;
    /* Light Blue */
}

.crbutton a:hover,
.crbuttonr a:hover {
    color: #ffffff;
    background-color: #10c1ff;
    /* Light Light Blue */
	background: -moz-linear-gradient(left, #2a92c5 -100%, #2cb5e8 77%);
    background: -webkit-linear-gradient(left, #2a92c5 -100%, #2cb5e8 77%);
    background: linear-gradient(to right, #2a92c5 -100%, #2cb5e8 77%);
}

.crbutton a:active,
.crbutton a:focus,
.crbuttonr a:active,
.crbuttonr a:focus {
    color: #ffffff;
    background-color: #2cb5e8;
    /* Dark Blue */
	background: -moz-linear-gradient(left, #2a92c5 0%, #2cb5e8 77%);
    background: -webkit-linear-gradient(left, #2a92c5 0%, #2cb5e8 77%);
    background: linear-gradient(to right, #2a92c5 0%, #2cb5e8 77%);
}

.crbuttonr a {
    color: #ffffff;
    background-color: #1fc8db;
	background: -moz-linear-gradient(left, #2a92c5 0%, #2cb5e8 77%);
    background: -webkit-linear-gradient(left, #2a92c5 0%, #2cb5e8 77%);
    background: linear-gradient(to right, #2a92c5 0%, #2cb5e8 77%);
	transition: all 1s ease-in-out;
}


/* ------ Responsive ------- */

@media (min-width: 400px) {
    .footergroup iframe {
        width: 340px;
    }
}

@media (min-width: 600px) {
    #headerhold {
        margin: 0 0 25px 0;
    }
    .headerinfo .headeritem {
        font-size: 14px;
    }
    .headersocial {
        width: 21px;
        margin: 0px 0 0 14px;
    }
    .homecontainer {
        padding: 0 60px;
    }
    .homecontainer h1 {
        font-size: 45px;
    }
    .homegroup {
        padding: 0 100px;
    }
	.page-id-2 .pagefeature img {
	left: -150px;
}
}

@media (min-width: 768px) {
h2 {
text-align: left;
}
.choices {
	padding: 40px 25%;
}
.homeslide {
	height: 500px;
	background-size: contain;
}
	
	header {
        margin: 30px auto 60px auto;
    }
    #headerhold {
        width: auto;
    }
    .headerinfo {
        float: right;
        margin: 40px 0 0 0;
        position: initial;
    }
    .headerinfo .headeritem {
        font-size: 18px;
    }
    .headersocial {
        width: 25px;
        margin: 0px 30px 0 20px;
    }
    #logo {
        width: auto;
    }
    nav {
        display: block!important;
        background-color: initial;
        margin: 10px 0 0 0;
    }
    .menubuttons {
        display: none;
    }
    .nav-menupages ul li {
        display: inline-block;
        height: 70px;
        line-height: 70px;
        margin: 0 10px;
    }
    .nav-menupages ul li a {
        font-size: 18px;
        height: 70px;
        padding: 0 8px;
    }
    .homegroup {
        padding: 0 0px;
    }
    .homeitem {
        width: 28%;
        padding: 0 13px 50px 13px;
    }
    .footerliner span {
        font-size: 18px;
    }
    .footerliner {
        padding: 15px 0px;
    }
    .footerliner .footerbutton {
        padding: 0px 0 0 20px;
    }
	
	.footergroup ul {
		text-align: center;
	}
	
	.twentytwenty-wrapper {
    width: 31%;
    display: inline-block;
    }
	
	.textimagecontainer {
	display: inline-flex;
}

.texthold {
    float: left;
    width: 60%;
}
	
.texthold, .imagehold {
    height: 300px;
}

	.imagehold img {
    width: auto;
    height: 100%;
    float: right;
}
	
.whychoose {
    padding: 40px 0px 0 13px;
}
	
.aboutsteps {
    width: 450px;
}
	
	.whychoose h2 {
    font-size: 31px;
	font-weight: 300;
}

.pagefeature {
height: auto;	
}
	
.pagefeature img {
    width: 100%;
		height: auto;
		left: 0;
}
	
.page-id-2 .pagefeature img {
	left: 0;
}
	.parallaxslide {
		height: 400px;
    background-size: cover;
	}
	.kitchenslide, .bathroomslide {
	background-size: cover;
}
}

@media (min-width: 992px) {
    header {
        padding: 0 110px;
    }
    .headerinfo .headeritem {
        font-size: 22px;
    }
    .headersocial {
        width: 30px;
        margin: 0px 30px 0 20px;
    }
    .homeitem {
        width: 25%;
        vertical-align: top;
        display: inline-block;
        padding: 0 30px;
    }
    .homeitemimage {
        width: 60%;
        margin: 0 auto;
    }
    .nav-menupages ul li {
        margin: 0 9px;
    }
    .homelist li {
    display: inline-block;
    width: 33%;
    margin: 23px 0;
}
	
	#contactform {
        width: 390px;
    }
    .footergroup {
        width: 33%;
    }
	.footergroup ul {
    text-align: left;
	}
}

@media (min-width: 1250px) {
    #container {
        width: 1200px;
        margin: 0 auto;
    }
    #content {
        width: 1100px;
        margin: 0 auto;
    }
    .container {
        padding: 0 20px;
        width: 1200px;
    }
	.nav-menupages ul li {
        margin: 0 20px;
    }
	
	.homeslide {
    height: 600px;
	}
	
	.whychoose {
    padding: 40px 153px 0 40px;
}
}

@media (min-width: 1500px) {
	.homeslide {
    height: 750px;
	}
	.imagehold {
		width: 35%;
	}
}


@-webkit-keyframes iconbounce {
0% {
opacity: 1;
-webkit-transform: scale(.3);
-moz-transform: scale(.3);
transform: scale(.3);
}

50% {
opacity: 1;
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05);
}

70% {
opacity: 1;
-webkit-transform: scale(.9);
-moz-transform: scale(.9);
transform: scale(.9);
}

100% {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
}

@-webkit-keyframes iconbounceload {
0% {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}

50% {
opacity: 1;
-webkit-transform: scale(1.20);
-moz-transform: scale(1.20);
transform: scale(1.20);
}

70% {
opacity: 1;
-webkit-transform: scale(.9);
-moz-transform: scale(.9);
transform: scale(.9);
}

100% {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
}