/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.fixed-nav {
	top: 46%;
}

.fixed-nav.style-arrows .photo {
	background: #00cde9;
}

.fixed-nav.style-arrows .photo:before {
	color: #211915;
}

.fixed-nav.style-arrows:hover .photo:before {
	color: #fff;
}

#Wrapper a.button:after {
	display: none;
}

#Wrapper a.button,
#mfn-rev-slider .tp-caption.rev-btn {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#Wrapper a.button .button_label {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 500;
}

#Wrapper input[type="email"], 
#Wrapper input[type="tel"], 
#Wrapper input[type="text"], 
textarea {
	border-radius: 10px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
}

#Wrapper textarea {
	height: 150px;
}

#Wrapper input[type="submit"] {
	margin: 0;
	background-color: #00cde9;
	font-size: 120%;
	line-height: 120%;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#Wrapper input[type="submit"]:hover {
	background-color: #fff;
	color: #00cde9;
}

#Wrapper a:hover.button {
	background-color: #00CDE9;
}

#Wrapper a:hover.button .button_label {
	color: #fff;
}

#rc-imageselect, .g-recaptcha {
	transform:scale(0.73);
	-webkit-transform:scale(0.73);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}

/* Header
-------------------------------------------------------------- */
#Header #Top_bar .top_bar_left {
    width: 100% !important;
}

#Header #Top_bar .logo {
	margin-right: 0;
}

#Header #Top_bar #logo {
	padding: 40px 0 0;
}

#Header #Top_bar #logo img {
	aspect-ratio: unset;
	width: auto;
}

#Header #Top_bar .widget_wrapper .widget {
	margin: 0;
}

#Header #Top_bar .widget_wrapper ul li {
    	float: left;
}

#Header #Top_bar .widget_wrapper ul li:not(:last-child) {
	margin-right: 20px;
}

#Header #Top_bar .widget_wrapper ul li:not(.iconli) {
	padding-top: 7px;
}

#Header #Top_bar .widget_wrapper ul li h2 {
	line-height: 24px;
}

#Header #Top_bar .widget_wrapper ul li h2 a {
	font-size: 22px;
	line-height: 0;
	color: #fff;
}

#Header #Top_bar .widget_wrapper ul li.button a.button {
	background-color: #211915;
	color: #00CDE9;
}

#Header #Top_bar .widget_wrapper ul li.button a:hover.button {
	background-color: #00CDE9;
	color: #fff;
}

#Header #Top_bar .widget_wrapper ul li.iconli {
	padding-left: 60px;
	position: relative;
}

#Header #Top_bar .widget_wrapper ul li.iconli i {
	font-size: 33px;
	line-height: 45px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	position: absolute;
	top: 7px;
	left: 0;
}

#Header #Top_bar .menu_wrapper {
	margin-top: 100px;
}

#Header #Top_bar .menu > li a:after {
	background: #fff !important;
}

#Header #Top_bar .menu > li.current-menu-item > a,
#Header #Top_bar .menu > li.hover > a {
	font-weight: 900;
}

#Header #Top_bar .menu > li > a {
	padding: 0;
}

#Header #Top_bar .menu > li.button a:after {
	display: none;
}

#Header #Top_bar .menu > li.button {
	margin-left: 25px;
	padding: 0;
}

#Header #Top_bar .menu > li.button a {
	border-radius: 5px;
	background-color: #211915;
}

#Header #Top_bar .menu > li.button a span {
	color: #00CDE9;
    	font-weight: 500;	
}

#Header #Top_bar .menu > li:hover.button a {
	background-color: #00CDE9;
}

#Header #Top_bar .menu > li:hover.button a span, 
#Header #Top_bar .menu > li ul li.current-menu-item a {
	color: #fff;
}

#Header #Top_bar .menu li ul li a {
	font-size: 17px;
	line-height: 21px;
	text-transform: uppercase;
}

#Header #Top_bar .menu li ul li a span {
	white-space: nowrap;
}

#Header #Top_bar .menu li ul li {
	width: inherit;
}

#Header #Top_bar .fwlight {
	font-weight: 300;
}

#Subheader {
	padding: 80px 0 55px;
}

#Subheader .title {
	font-size: 48px !important;
	line-height: 52px !important;
	font-style: normal !important;
	font-weight: 900 !important;
	text-transform: uppercase;
}

#Subheader .title span {
	display: inline-block;
	position: relative;
}

#Subheader .title span:after {
	content: "";
	width: 50px;
	height: 5px;
	background-color: #00CDE9;
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
}

#Subheader ul.breadcrumbs li {
	color: #fff !important;
}

#Subheader ul.breadcrumbs li, 
#Subheader ul.breadcrumbs li a {
	color: #00CDE9 !important;
}

#Subheader ul.breadcrumbs li span {
	opacity: 1 !important;
}

#Subheader ul.breadcrumbs li span i {
	color: #fff !important;
}

body:not(.home) #Header {
	min-height: 210px !important;
}

body:not(.home) #Header #Top_bar .widget_wrapper ul li h2 a,
body:not(.home) #Header #Top_bar .widget_wrapper ul li.iconli i,
body:not(.home) #Header #Top_bar .menu > li > a {
	color: #211915;
}

body:not(.home) #Header #Top_bar .widget_wrapper ul li.iconli i {
	border-color: #211915;
}

body:not(.home) #Header #Top_bar .menu > li.hover > a,
body:not(.home) #Header #Top_bar .menu > li.current-menu-item > a {
	color: #00CDE9 !important;
}

body:not(.home) #Header #Top_bar .menu > li a:after {
	background: #00CDE9 !important;
}

/* Content
-------------------------------------------------------------- */
#Content .fcwhite {
	color: #fff;
}

#Content .fcdark {
	color: #272525;
}

#Content .fcblue {
	color: #00CDE9;
}

#Content h2 {
	border-bottom: 1px solid #211915;
	margin-bottom: 40px;
}

#Content h2.bdrtop {
	border: none;
	marign-bottom: 0;
	position: relative;
}

#Content h2.bdrtop:after {
	content: "";
	width: 50px;
	height: 5px;
	background-color: #00CDE9;
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
}

#Content h2.fcwhite {
	border-color: #fff;
}

#Content a.button.styleone {
	background-color: #00CDE9;
}

#Content a.button.styleone .button_label {
	color: #fff;	
}

#Content a:hover.button.styleone {
	background-color: #211915;
}

#Content a:hover.button.styleone .button_label {
	color: #00CDE9;	
}

#Content a.button.styletwo {
	background-color: #fff;
}
#Content a.button.styletwo .button_label {
	color: #00CDE9;	
}

#Content a:hover.button.styletwo {
	background-color: #00CDE9;
}

#Content a:hover.button.styletwo .button_label {
	color: #fff;	
}

#Content ul.flist {
	list-style: none;
	margin-left: 0;
}

#Content ul.flist li {
	margin-bottom: 0;
	border-bottom: 1px solid #99989d;
	padding: 13px 0 8px 45px;
	position: relative;
}

#Content ul.flist li:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url( https://www.pavemaster.co.nz/wp-content/uploads/2018/04/list-img.png );
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 15px;
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0;
}

#Content .wpcf7-form .column {
	margin-bottom: 15px;
}

#Content #Filters .filters_wrapper {
	text-align: center;
}

#Content #Filters .filters_wrapper ul li {
	width: inherit;
}

#Content #Filters .filters_wrapper ul li a {
	padding: 7px 20px;
	border-radius: 5px;
	background-color: #211915;
	color: #00cde9;
}

#Content #Filters .filters_wrapper ul li.current-cat a,
#Content #Filters .filters_wrapper ul li a:hover {
	background-color: #00cde9;
	color: #fff;
}

#Content .photo_box .image_frame {
	position: relative;
}

#Content .photo_box .image_frame .title_cont {
	position: absolute;
	bottom: 60px;
	left: 60px;
	z-index: 3;
}

#Content .photo_box .image_frame h4 {
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	font-weight: 900;
	text-shadow: 3px 3px 3px #231f20;
	position: relative;
}

#Content .photo_box .image_frame h4:after {
	content: "";
	width: 50px;
	height: 5px;
	background-color: #00CDE9;
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
}

#Content .photo_box .image_frame .image_wrapper a .mask {
	display: block;
	opacity: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+88&0+0,0.8+88 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 88%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 88%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#Content .photo_box .image_frame .image_wrapper a:hover .mask {
	opacity: 0;
}

#Content .photo_box .image_frame .image_wrapper {
	border: 3px solid #fff;
	border-radius: 15px;
}

#Content .icon_box .image_wrapper {
	background-color: #fff;
	border-radius: 15px;
}

#Content .icon_box .image_wrapper img {
	width: 80px;
	margin-top: 20px;
}

#Content .column_blockquote .blockquote blockquote {   
	padding: 30px;
	margin: 10px 0 30px;
	background: #f6f6f6;
	top: 0;
	font-size: 20px;
	line-height: 32px;
	color: #636466;
	position: relative;
}

#Content .column_blockquote .blockquote blockquote:after {
	content: "";
	background: none;
	width: 0px;
	height: 0px;
	display: block;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #f6f6f6;
	position: absolute;
	top: initial;
	bottom: -15px;
	left: 50px;
}

#Content .column_blockquote .blockquote .author {
	margin-left: 0;
	padding-left: 20px;
}

#Content .column_blockquote .blockquote .author h4 {
	color: #636466;
	letter-spacing: 1px;
}

#Content .column_blockquote .blockquote .author h5 span.company {
	display: block;
	color: #636466;
}

#Content .section.bgdark .column_blockquote .blockquote blockquote {
	background: #ffffff;
	color: #636466;
}

#Content .section.bgdark .column_blockquote .blockquote blockquote:after {
	border-top: 15px solid #ffffff;
}

#Content .section.bgdark .column_blockquote .blockquote .author h4 {
	color: #fff;
}

#Content .column_image.nz-owned-operated-overlay .image_frame {
	position: relative;
}

#Content .column_image.nz-owned-operated-overlay .image_frame:after {
	content: "";
	width: 230px;
	height: 230px;
	background: url( https://www.pavemaster.co.nz/wp-content/uploads/2018/04/NZ-owned-operated.png );
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	display: block;
	position: absolute;
	top: -115px;
	left: 50%;
	margin-left: -115px;
}

#Content .portfolio_wrapper .portfolio_group .portfolio-item .portfolio-item-fw-bg {
	border: 3px solid #211915;
}

#Content .portfolio_wrapper .portfolio_group .portfolio-item:hover .portfolio-item-fw-bg {
	border-color: #00cde9;
}

#Content .portfolio_wrapper .portfolio_group .portfolio-item .desc .title_wrapper h5 {
	text-align: center;
}

#Content .portfolio_wrapper .portfolio_group .portfolio-item .desc .desc-wrapper {
	display: block;
	margin-bottom: 30px;
	text-align: center;
}

#Content .portfolio_wrapper .portfolio_group .portfolio-item .desc .btn-wrapper {
	text-align: center;
}

#Content .portfolio_wrapper .portfolio_group .portfolio-item .desc .btn-wrapper a {
	margin: 0;
}

#Content .portfolio_wrapper .portfolio_group .portfolio-item .desc {
	background: #f1f2f2;
}

#Content .portfolio_wrapper .portfolio_group .portfolio-item .desc .title_wrapper h5 a {
	color: #211915;
}

#Content .portfolio_wrapper.featured .portfolio_group .portfolio-item {
	margin: 0;
}

#Content .portfolio_wrapper.featured .portfolio_group .portfolio-item .desc {
	display: block;
	padding: 0;
}

#Content .portfolio_wrapper.featured .portfolio_group .portfolio-item .zoom_box {
	display: block;
}

#Content .portfolio_wrapper.featured .portfolio_group .portfolio-item .zoom_box .desc_txt i {
	border: 1px solid #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 40px;
}

#Content .portfolio_wrapper.featured .portfolio_group .portfolio-item .zoom_box .desc_txt i:before {
	line-height: 1.4em;
	margin-right: .24em;
	margin-left: .24em;
}

#Content .portfolio_wrapper.featured .portfolio_group .portfolio-item .zoom_box .desc_txt h4 {
	color: #fff;
}

#Content .portfolio_wrapper.featured .heading h2 {
	margin-bottom: 0;
	color: #fff;
	position: relative;
}

#Content .portfolio_wrapper.featured .heading h2:after {
	content: "";
	width: 50px;
	height: 5px;
	background-color: #00CDE9;
	display: block;
	position: absolute;
	top: -15px;
	left: 0;	
}

#Content .portfolio_wrapper.featured .heading p {
	color: #00CDE9;
}

#Content .testimonials_slider .testimonials_slider_ul li .bq_wrapper blockquote:after {
	display: none;	
}

#Content .testimonials_slider .testimonials_slider_ul li .bq_wrapper,
#Content .testimonials_slider .testimonials_slider_ul li .bq_wrapper blockquote {
	background: transparent;
}

#Content .testimonials_slider .testimonials_slider_ul li .bq_wrapper blockquote {
	font-size: 20px;
	line-height: 32px;
	color: #636466;
	text-align: center;
}

#Content .testimonials_slider .testimonials_slider_ul li .author h4 {
	color: #00CDE9;
	display: inline-block;
	position: relative;
}

#Content .testimonials_slider .testimonials_slider_ul li .author h4:after {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #00CDE9;
	display: block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -25px;
}

#Content #contact-form:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, .85);
	position: absolute;
	top: 0;
	left: 0;
}

#Content .section.testimonials a.button {
	margin: 0;
	background-color: #211915;
	color: #00cde9;
}

#Content .section.testimonials a:hover.button {
	background-color: #00cde9;
}

#Content .section.testimonials a:hover.button .button_label {
	color: #fff;
}

#Content .section.testimonials a.button.slick-arrow {
	background-color: transparent;
	border: 1px solid #00cde9;
	top: 70px;
}

#Content .section.testimonials a.button.slick-arrow .button_icon {
	background: transparent;
	padding: 11px 5px;
}

#Content .section.testimonials a.button.slick-arrow .button_icon i {
	font-size: 30px;
	line-height: 34px;
	color: #00cde9;
}

#Content .section.testimonials a:hover.button.slick-arrow {
	border-color: #211915;
}

#Content .section.testimonials a:hover.button.slick-arrow .button_icon i {
	color: #211915;
}

#Content .section.request-a-quote h2,
#Content .section.request-a-quote h2.call a,
#Content .section.request-a-quote p {
	color: #fff;
}

#Content .section.request-a-quote h2.call div {
	display: block;
	font-size: 18px;
	line-height: 22px;
}

#Content .section.request-a-quote h2.call div span {
	font-size: 22px;
	line-height: 34px;
	color: #211915;
	display: inline-block;
	position: relative;
}

#Content .section.request-a-quote h2.call div span:before,
#Content .section.request-a-quote h2.call div span:after {
	content: "";
	width: 20px;
	height: 1px;
	background-color: #211915;
	display: block;
	position: absolute;
	top: 45%;
}

#Content .section.request-a-quote h2.call div span:before {
	left: -30px;
}

#Content .section.request-a-quote h2.call div span:after {
	right: -30px;
}

#Content .section.request-a-quote h2 {
	border: none;
}

#Content .section.request-a-quote h2 i.icon-call {
	background-color: #211915;
	padding: 3px;
	border-radius: 10px;
	font-size: 26px;
	line-height: 26px;
	position: relative;
	top: -8px;
}

#Content .section.request-a-quote p {
	font-size: 22px;
	line-height: 34px;
}

/* Footer
-------------------------------------------------------------- */
#Footer .widgets_wrapper .widget h4 {
	margin-bottom: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
}

#Footer .widgets_wrapper .widget h4:after {
	content: "";
	width: 80%;
	height: 1px;
	background-color: #00cde9;
	display: block;
	position: absolute;
	bottom: -15px;
	left: 0;
}

#Footer .widget_mfn_menu ul li a {
	background: transparent;
	padding: 0;
	display: inline-block;
}

#Footer .widget_mfn_menu ul li:before {
	content: "-";
	margin-right: 5px;
	font-weight: 600;
	color: #00cde9;
}

#Footer .widget_mfn_menu ul li a:hover,
#Footer .widget_mfn_menu ul li.current-menu-item a {
	background-color: transparent !important;
	color: #00cde9 !important;
}

#Footer .widget_mfn_menu ul li.current-menu-item a {
	font-weight: 700;
}

#Footer .widgets_wrapper .widget ul.cdetails li {
	margin-bottom: 15px;
	padding-left: 35px;
	position: relative;
}

#Footer .widgets_wrapper .widget ul.cdetails li i {
	font-size: 22px;
	line-height: 26px;
	color: #00cde9;
	position: absolute;
	top: 3px;
	left: 0;
}

#Footer .widgets_wrapper .widget ul.cdetails li span.label {
	color: #fff;
}

#Footer .widgets_wrapper .widget ul.cdetails li a:hover {
	text-decoration: none;
	color: #00cde9;
}

#Footer .widgets_wrapper .widget a.button {
	background-color: #fff;
	color: #00cde9;
}

#Footer .widgets_wrapper .widget a:hover.button {
	background-color: #00cde9;
	color: #fff;
}

#Footer .footer_copy {
	border: none;
	font-size: 80%;
}

#Footer .footer_copy .container {
	border-top: 1px solid #99989d;
}

#Footer .footer_copy .credit {
	float: right;
}

body.page-id-16 #Footer .widgets_wrapper #custom_html-3,
body:not(.page-id-16) #Footer .widgets_wrapper #custom_html-4 {
	display: none;
}

/* Responsive
-------------------------------------------------------------- */
#Header #Top_bar a.responsive-menu-toggle i {
	font-size: 40px;
	line-height: 52px;
	color: #00cde9;
}

#Header #Top_bar a.responsive-menu-toggle {
	width: 55px;
	height: 50px;
}

@media only screen and (max-width: 479px) {
	body:not(.home) #Header {
		min-height: 130px !important;
	}	

	#Header #Top_bar #logo img {
		height: 80px;
	}

	#Subheader .title {
		font-size: 29px !important;
		line-height: 38px !important;
	}
	
	#Content .icon_box .image_wrapper {
		width: 80px !important;
		height: 80px !important;
	}
	
	#Content .icon_box .image_wrapper img {
		margin-top: 10px;
		width: 60px;
	}
	
	#Content .icon_box.icon_position_top,
	#Content .icon_box.icon_position_left {
		padding-left: 100px !important;
	}
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
	body:not(.home) #Header {
		min-height: 145px !important;
	}
	
	#Subheader .title {
		font-size: 36px !important;
		line-height: 48px !important;
	}
}

@media only screen and (min-width: 768px) {
	#Header #Top_bar .widget_wrapper {
		position: absolute;
	    	top: 10px;
	    	right: 0;
	}
	
	#Content .column_image.nz-owned-operated-overlay.mobiledisp .image_frame:after {
		display: none;
	}
	
	#Content .photo_box {
		padding: 0 15px;
	}
	
	#Content .portfolio_wrapper.featured .portfolio_group {
		height: 900px !important;
	}
}

@media only screen and (max-width: 767px) {
	body,
	#Wrapper input[type="email"], 
	#Wrapper input[type="tel"], 
	#Wrapper input[type="text"], 
	textarea,
	#Content .section.request-a-quote p,
	#Content .testimonials_slider .testimonials_slider_ul li .bq_wrapper blockquote,
	#Content .column_blockquote .blockquote blockquote {
		font-size: 17px !important;
		line-height: 29px !important;
	}
	
	h4, h5, h6 {
		font-size: 19px !important;
		line-height: 23px !important;
	}
	
	#Content .icon_box .desc_wrapper .desc {
		font-size: 13px !important;
		line-height: 25px !important;
	}
	
	#Wrapper input[type="email"], 
	#Wrapper input[type="tel"], 
	#Wrapper input[type="text"], 
	textarea {
		text-align: center;
	}
	
	body:not(.home) #Header {
		margin-bottom: 0 !important;
	}

	#Header #Top_bar {
		position: absolute !important;
		background: transparent !important;
	}

	#Header #Top_bar .logo {
		margin-bottom: 20px;
		text-align: left;
	}
	
	#Header #Top_bar .logo #logo {
		margin: 10px 80px 10px 10px;
	}

	#Header #Top_bar .widget_wrapper {
		position: absolute;
		top: 22px;
		right: 65px;
	}
	
	#Header #Top_bar .widget_wrapper ul li h2 {
		display: none;
	}

	#Header #Top_bar .widget_wrapper ul li.button {
		display: none;
	}
	
	#Header #Top_bar .widget_wrapper ul li {
		float: none;
		display: inline-block;
		text-align: left;
	}
	
	#Header #Top_bar a.responsive-menu-toggle {
		top: 65px;
	}
	
	#Subheader .title span:after {
		left: 50% !important;
		margin-left: -25px; !important;
	}
	
	#Content .wrap.adjlrpadding, 
	#Content .column.adjlrpadding > .column_attr {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	#Content .section.full-width .wrap.adjlrpadding, 
	#Content .section.full-width .column.adjlrpadding > .column_attr {
		padding-left: 33px !important;
		padding-right: 33px !important;
	}
	
	#Content .section.madjtoppadding {
		padding-top: 200px !important;
	}
	
	#Content .section.adjbotpadding,
	#Content .wrap.adjbotpadding {
		padding-bottom: 70px !important;
	}
	
	#Content .section.adjbotpadding0 {
		padding-bottom: 0 !important;
	}
	
	#Content .wrap.adjimgpadding {
		padding: 0 !important;
	}
	
	#Content .wrap.wmtop {
		margin-top: 0 !important;
	}
	
	#Content .icon_box.icon_position_top .image_wrapper {
		position: absolute;
		left: 0;
		top: 10px;
		margin-bottom: 0;
		width: 126px;
		height: 126px;
		overflow: hidden;
	}
	
	#Content .icon_box.icon_position_top {
		min-height: 126px;
		padding-left: 145px;
	}
	
	#Content .icon_box.icon_position_top .desc_wrapper {
		text-align: left;
		padding-top: 10px;
	}
		
	#Content .column_image.nz-owned-operated-overlay .image_frame:after {
		width: 170px;
		height: 170px;
		margin-left: -85px;
	}
	
	#Content .column_image.nz-owned-operated-overlay.xmobiledisp .image_frame:after {
		display: none;
	}
	
	#Content .portfolio_wrapper .portfolio_group .portfolio-item .heading {
		padding-left: 30px !important;
	}
	
	#Content .portfolio_wrapper.featured .portfolio_group .portfolio-item {
		position: relative !important;
		top: initial !important;
		margin-bottom: 5px !important;
	}
	
	#Content .testimonials_slider .testimonials_slider_ul li .bq_wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
		
	#Content .testimonials_slider .testimonials_slider_ul li .bq_wrapper blockquote {
		margin-left: 0 !important;
	}	
		
	#Content .photo_box .image_frame .title_cont {
		left: 0;
		width: 100%;
	}

	#Content .photo_box .image_frame h4:after {
		display: none;
	}
	
	#Footer .widgets_wrapper .widget {
		font-size: 17px;
		line-height: 24px;
	}
	
	#Footer .footer_copy .credit {
		float: none;
	}
}

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

	#Content .portfolio_wrapper .portfolio_group .portfolio-item .heading h2 {
		font-size: 26px;
		line-height: 30px;
	}

	#Content .portfolio_wrapper .portfolio_group .portfolio-item .heading {
		padding-left: 10px !important;
	}
}

@media only screen and (max-width: 1365px) and (min-width: 1240px) {
	#Header #Top_bar ul.menu > li.menu-item > a span {
		padding: 0 13px;
	}
}

@media only screen and (max-width: 1679px) and (min-width: 1366px) {
	#Content .portfolio_wrapper.featured .portfolio_group .portfolio-item:nth-child(6) {
		top: 300px !important;
	}
	
	#Content .portfolio_wrapper.featured .portfolio_group .portfolio-item:nth-child(7) {
		top: 600px !important;
	}
	
	#Content .portfolio_wrapper.featured .portfolio_group .portfolio-item:nth-child(8) {
		top: 600px !important;
	}	
}

@media only screen and (max-width: 1679px) and (min-width: 1366px) {
	#Content .portfolio_wrapper.featured .portfolio_group .portfolio-item.two-fifth {
		width: 40%;
	}
	
	#Content .portfolio_wrapper.featured .portfolio_group .portfolio-item.one-fifth {
		width: 20%;
	}
}
