/*
Theme Name: Peter Jackson Blinds
Theme URI: 
Description: 
Author: Malvolio
Version: 1.0
Tags: none
*/


/* =Reset default browser CSS. 
-------------------------------------------------------------- */


/* ----- GLOBAL FONTS & TYPE ----- */

body {
    font-family: houschka-pro, sans-serif; 
	font-weight: 500;
    font-size: 19px;
    padding:     0px;
    margin:      0px;
	color: #121222;
	background-color: #ffffff;
}
a{
	text-decoration:none;
}


p {
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


h1 {
    font-family: all-round-gothic, sans-serif;
	color: #121222;
	font-size: 50px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight: 600;
    text-align: center;
}

h2 {
	color: #7394cb;
	font-size: 19px;
	margin-bottom: 20px;
	padding: 0px;
	font-weight: 500;
}

.h2_heading h2{
	color:#000;
}
span#input_1_17_5_container {
    width: 100%;
    padding: 0 !important;
}
.quote-frm div#input_1_18 > div{
	margin:0 auto;
}
h3,.h2_heading h2,.titele-st{
    font-family: all-round-gothic, sans-serif;
    font-size: 40px;
    position: relative;
    padding: 0px 130px 0px 20px;
    z-index: 1;
    font-weight: 600;
    display: inline-block;
	margin-block:1em;
}

h3:before,.h2_heading h2:before,.titele-st:before {
    border-top: 16px solid #7394cb;
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 30px; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;
}

.pm{
	text-align:center;
}
h4, a.lm,.pm {
    color: #121222;
    font-weight: 600;
    font-size: 23px;
    position: relative;
    padding: 0px 30px;
    z-index: 1;  
    display: inline-block;
    text-decoration: none !important;
}

h4::before, a.lm::before,.pm::before {
    border-top: 14px solid #ffdd00;
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 18px; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}



a.lm:hover::before, h4 a:hover::before,.pm:hover::before  {
    border-top: 28px solid #ffdd00;
    top: 4px;
}


ul {
	margin: 0px 0px 12px 15px;
	padding: 0;
}

li {
	list-style-type: disc;
	padding: 0px 0px 8px 5px;
	}




hr {
	border: none;
	border-top: 3px solid #121222;
	margin: 20px 0px 15px 0px;
	clear: both;
}

b, strong {
	font-weight: 600;
}

.cblock a {
    color: #121222;
    text-decoration: underline;
}






/* ----- LAYOUT ----- */

div {
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

#logo {
    float: left;
    width: 90%;
    padding: 25px 5% 70px 5%;
    text-align: center;
}

#logo img {
    width: 383px;
}

#menu {
	width: 100%;
	float: left;
    background: #121222;
}


#header-banner {
    background: url('images/header-bar.png') no-repeat;
    height: 40px;
    background-position: center;
    float: left;
    width: 100%;
    background-size: cover;
}

#footer-banner {
    background: url('images/footer-bar.png') no-repeat;
    height: 40px;
    background-position: center;
    float: left;
    width: 100%;
    background-size: cover;
}




/* ----- CONTENT BLOCKS ----- */


#image-block {
    background-size: cover;
    width: 100%;
	float: left;
    height: 500px;
	background-position: center;
}



.cblock {
	width: 80%;
	padding: 40px 10% 40px 10%;
    float: left;
}

.yellow-block {
    background-color: #ffdd00;
}


.block_2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}


.col50 {
	margin: 0px 5% 0px 0px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-preferred-size: 45%;
	    flex-basis: 45%;
}

#footer p a{
	color: #ffffff;
	text-decoration:none;
}

@media screen and (max-width: 800px) {
.block_2col, .block_wimg {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: column !important;
	        flex-direction: column !important;
}
	
.col50 {
	-ms-flex-preferred-size: 100% !important;
	    flex-basis: 100% !important;
    margin-bottom: 20px;
}
    
.block_wimg .text {
    padding: 0px !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
    
.circleimg {
    max-width: 360px;
	height: 360px !important;
    width: 100%;
    margin: 0 auto;
       -ms-flex: 0 0 auto !important;
           flex: 0 0 auto !important;
}
}





.block_wimg {
    margin-top: -15px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.circleimg {
	position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 418px;
            flex: 0 0 418px;
    overflow: hidden;
    border-radius: 50%;
	height: 418px;
}


.circleimg img {
	display: block;
    position:absolute;
    top:0;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 12s;
}

@-webkit-keyframes fade {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fade {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}

img.top {
    -webkit-animation-delay: -6s;
}

img.bottom {
    -webkit-animation-delay: -12s;
}



.block_wimg .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0px 40px;
}








#footer {
	background: #121222;
	width: 100%;
	color: #ffffff;
	float: left;
    text-align: center;
	padding: 50px 0px;
    font-size: 17px;
    font-weight: 600;
}

#footer .phone {
	font-size: 23px;
}





/* ----- FORMS ----- */

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
	padding:8px !important;
	font-family: 'houschka-pro', sans-serif;
	color:#121222 !important;
	font-size: 19px !important;
	background:#fafafa;
	font-weight: 600;
	margin-bottom: 5px;
	border: 0px;
    border-bottom: 3px solid #7394cb;
}



input[type="submit"], .gform_button, a.button {
	padding: 12px;
    width: 80% !important;
	font-family: houschka-pro, sans-serif;
	background-color: #ffdd00;
	color: #121222;
	font-size: 23px !important;
    font-weight: 600;
	text-decoration: none;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
    margin: 0 auto;
    border: 0px;
}

.gform_button:hover {
	background-color: #7394cb !important;
}

.gfield_required {
	color: #7394cb !important;
}

.ui-datepicker {
	margin: 0px auto !important;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label, .gform_wrapper .chosen-container {
	vertical-align: top !important;
	font-size: 16px !important;
}

.gform_wrapper label.gfield_label {
	font-size: 19px !important;
}


.gform_wrapper form .gfield_consent_description ul li {
	list-style: disc !important;
}

.gform_wrapper form .gfield_consent_description ol li {
	list-style: numbers !important;
}

.gform_wrapper .gform_footer {
	text-align: center;
	margin: 0px !important;
}

body .gform_wrapper ul li.gfield, .gform_wrapper li.hidden_label input {
    margin-top: 0px !important;
}


/* ----- IMAGES ----- */


.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 0px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

a img {
	border: none;
}

 img {
    max-width: 100%;
    height: auto;
}

.page-template-activecampaignpage :is(#menu,#header-banner,#logo,#footer-banner,#footer){
	display:none;
}
.page-template-activecampaignpage *{
	box-sizing:border-box;
}
.page-template-activecampaignpage p,.p,.page-template-activecampaignpage {
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 24px;
}
.page-template-activecampaignpage .nw {
    font-family: "News Cycle", sans-serif;
	font-weight:700;
	line-height:1.1;
}
.page-template-activecampaignpage{
	overflow-x:hidden;
}
.green {
    color: #35c9b5;
    text-decoration: none;
}
.header-right {
    font-size: 20px;
}
.header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 15px;
    max-width: 1200px;
    margin: 0 auto;
}
.log img {
    max-width: 190px;
}
.hero-area{
	background: url(https://peterjacksonawnings.com.au/wp-content/uploads/active-hero.jpg) center center / cover no-repeat;
	padding-block:120px 20px;
	position:relative;
	isolation:isolate;
}
.contn{
	max-width:1000px;
	margin:0 auto;
	padding:0 15px;
}
.hero-tit{
	background: linear-gradient(0deg, rgba(53, 92, 181, 0.35) 0%, rgba(53, 92, 181, 0.35) 100%);
	padding:20px;
	color:#fff;
	font-size:40px;
}
.hero-area::before {
    content: ' ';
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #fff;
    z-index: -1;
}
.text-center{
	text-align:center;
}
.mn{
	margin:0 !important;
}
.btna {
    padding: 15px 25px;
    background: #35c9b5;
    color: #fff;
    line-height: 1;
    border-radius: 55px;
    font-family: "News Cycle", sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin: 20px 0;
	transition:all 0.3s ease;
}
.btna:is(:hover,:focus){
	background: #43ddc8;
}
.p-40{
	padding-block:40px;
}
.p-25{
	padding-block:25px;
}
.why-peter .til{
	font-weight:400;
	color:#355cb5;
	font-size:36px;
	margin-bottom:10px !important;
}
.why-peter p {
	padding-bottom:0px;
}
.img-sect {
    display: grid;
    grid-template-columns: 1fr 0.58fr;
}
.img-sect img{
	display:block;
}
.immg-fir img{
	height:100%;
}
.tit-sm.nw {
    display: block;
    color: #aaaaaa;
    padding: 0;
    font-weight: 400;
    font-size: 28px;
    margin: 0px 0 20px;
}
.tit-sm::before{
	display:none;
}
.three-griditm .blue-tit {
    font-size: 20px;
    font-weight: 400;
    color: #355cb5;
    margin: 10px 0;
}
.three-griditm p{
	color:#aaaaaa;
	font-family: "News Cycle", sans-serif;
	padding-bottom:0px;
}
.three-griditm p:empty{
	display:none;
}
.three-grid {
    display: grid;
    text-align: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
	padding:30px 0;
}
.blue-sec .nw{
	font-size:28px;
	font-weight:400;
	color:#fff;
	margin-bottom:10px;
	display:block;
	margin:0 0 10px;
	padding:0;
}
.blue-sec .nw:before{
	display:none;
}
.blue-sec {
	background: linear-gradient(-45deg, rgb(53, 201, 181) 0%, rgb(53, 92, 181) 100%);
}
.gray-sec {
    background-color: #f5f5f5;
}
.gray-sec p{
	padding-bottom:5px;
	text-align:center;
}
.gray-sec p a{
	color:#35c9b5;
}
@media screen and (max-width: 600px) {
	#image-block {
		height: 140px;
	}
	.header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
   }
	.img-sect {
    display: grid;
    grid-template-columns: 1fr;
    }
	.hero-area {
		padding-block: 65px 20px;
	}
	.hero-tit {
    font-size: 32px;
   }
	.p-40 {
    padding-block: 28px;
   }
	.why-peter .til {
    font-size: 28px;
    }
	.three-grid {
    padding: 22px 0;
   }
}