/*   
Theme Name: The Friendly Pet Nurse
Theme URI: http://1348design.com
Description: Custom theme for The Friendly Pet Nurse.
Author: Jan Hacker @ 1348 Design
Author URI: http://1348design.com
Version: 2.6

Log -

July 2026

	Version 2.6

    Update - Upgrade to ACF Pro 6.8.6 - removed filter that hides ACF
	Update - Added third team member to home page


February 2021

	Version 2.5

	Bugfix - Added is statement to og:image meta in header - this will now only display for pages and not interupt SEO plugin for posts
	Bugfix - Added clearfx class to content to prevent images overhanging the bottom of the div
	Bugfix - Home page logos were not loading correctly - updated ACF fields to fix


September 2020

	Version 2.4

	Update - Added logos with links to home page template


August 2020

	Version 2.3

	Update - Upgrade to ACF Pro 5.8.14
	Update - Added Introduction to pricelist page
	Update - Added exta padding to left/right aligned images
	Update - Increased body font size from 15px to 16px
	Update - .main p - Removed max-width, increased line height by 0.1, added 2px to margin
	Update - .main p + h2 / h3 - Increased margin


April 2020

	Version 2.2

	Bugfix - Testimonial quote marks were not displaying correctly
	Bugfix - Testimonial images were not displaying correctly


April 2020

	Version 2.1

	Update - Upgrade to ACF Pro 5.8.9
	Update - Remove Twitter option and add YouTube 

	Bugfix - Some custom fields not displaying properly
	Bugfix - Line under Testimonials title on home page now displays white rather than black


December 2019

	Version 2.0

	Update - Upgrade to ACF Pro 5.8.7
	Update - New home page fields to accommodate for second team member
	Update - Alter menu styles so extra page can be added

	Bugfix - Tagline not showing up on sectioned page
	Bugfix - Mobile menu not expanding

*/

/***** reset *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/***** clear fix *****/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}

/***** global *****/

body{
	background: url(_images/bg-main.png) repeat fixed;
	font-family: Noto Sans, Arial !important;
	font-weight: normal;
	font-size: 16px;
	color: #111;
}
.wrap{
	position: relative;
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
h1, h2, h3, h4{
	font-family: Oxygen, Arial !important;
}
h1{
	font-size: 40px;
}
h2{
	font-size: 28px;
	margin: 0 0 20px 0;
}
h3{
	font-size: 22px;
	margin: 0 0 20px 0;
}
h5{
	padding: 30px 0 10px 0;
	font-style: oblique;
	color: #2A8585;
}
strong, b{
	font-weight: bold;
}
em{
	font-style: italic;
}
a{
	color: #2A8585;
	text-decoration: none;
	transition: all 0.3s;
}
a:hover{
	color: #111;
}
.header{
	position: relative;
	background: #fff;
	padding: 20px 0;
	box-shadow: 0px 0px 3px #969696;
	z-index: 102;
}
.header-logo{
	display: inline-block;
	width: 10%;
	height: auto;
	vertical-align: middle;
}
.header-logo__img{
	width: 100%;
	height: auto;
}
.header-nav{
	display: inline-block;
	position: relative;
	width: 90%;
	vertical-align: middle;
	text-align: right;
}
.header-nav__expand{
	display: none;
}
.header-nav li{ 
	display: inline-block;
	padding: 0 0 0 28px;
	font-size: 15px;
}
.header-nav li:first-child{ 
	padding: 0;
}
.header-nav a{ 
	display: block;
	text-transform: uppercase;	
}
.main{
	min-height: 90vh;
}
.main p{
	line-height: 1.5;
	margin: 0 0 24px 0;
}
.main p + h2,
.main p + h3{
	margin: 50px 0 20px 0;
}
.main ul{
	margin: 10px 0 20px 20px;
}
.main li{
	list-style: circle;
	line-height: 1.6;
}
.main img{
	max-width: 100%;
	height: auto;
}
img.alignleft,
span.alignleft{
	float: left;
	margin: 20px 30px 20px 0;
}
img.alignright,
span.alignright{
	float: right;
	margin: 20px 0 20px 30px;
}
img.aligncenter,
span.aligncenter{
	display: block;
	margin: 0 auto 20px auto;;
}
.content-header{
	position: relative;
	background: #fff;
	padding: 40px 0;
	z-index: 101;
}
.content-header__tagline{
	color: #2A8585;
	margin: 10px 0 0 0;
}
.content{
	padding: 40px 0;
}
.foot-link{
	display: block;
	text-align: center;
	max-width: 1100px;
}
.foot-link__link{
	display: inline-block;
	position: relative;
	background: #d6d6d6;
	color: #555;
	font-size: 18px;
	text-decoration: none;
	padding: 14px 30px;
	margin: 40px 0 20px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
	border-radius: 4px;
}
.foot-link__link::after{
	content: "❯";
	padding: 0 0 0 8px;
}
.foot-link__link:hover{
	color: #fff;
	background: #555;
}
.footer{
	background: #2A8585;
	padding: 40px 0;
	color: #fff;
	font-size: 14px;
}
.footer__section{
	display: inline-block;
	width: 25%;
	vertical-align: top;
}
.footer__heading{
	font-size: 22px;
	margin: 0 0 20px 0;
}
.latest{
	display: block;
	color: #fff;
	line-height: 1.2;
}
.latest__title{
	font-size: 16px;
	padding: 20px 40px 5px 0;
}
.footer__link{
	color: #fff;
}
.footer__icon::before{
	padding: 0 8px 0 0;
	float: left;
	margin: -2px 0 0 0;
}
.footer-nav{
	margin-top: -5px;
}
.footer-nav a{
	display: block;
	border-bottom: solid 1px #fff;
	line-height: 2;
	width: 75%;
	color: #fff;
}
.footer-nav a::before{
	content: "❯";
	padding: 0 8px;
}
.footer-nav a:hover{
	color: #111;
}
.footer-nav li:last-child a{
	border-bottom: none;
}
.foot-recent__li:first-child .latest__title{
	padding-top: 0;
}
.foot-payments__li{
	padding: 0 0 12px 0;
}
.foot-payments__img{
	max-width: 50%;
	height: auto;
	margin: 8px 0 0 0;
}
.foot-contact__p{
	margin: 0 0 18px 0;
}
.footer__site-info{
	font-size: 11px;
	padding: 30px 0 0 0;
	line-height: 1.3;
	text-align: right;
}
.footer-small{
	background:  url(_images/animals.png) repeat-x center top;
	background-size: 512px 88px;
	background-color: #fff;
	padding: 88px 0 0 0;
}

/* ----- Cookie Notice ----- */
.cookie-notice-container .button{
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    padding: 0 5px;
    border-radius: 2px;
}
.cookie-notice-container .button:hover,
#cn-accept-cookie{
	background: #fff;
	color: #467081;
}
#cn-accept-cookie:hover{
	color: #000;
}

/***** home page *****/

#slider-wrap{
	position: relative;
	width: 100%;
	padding-bottom: 20px;
	z-index: 101;
}
#slider-wrap ul{
	margin: 0;
}
#slider-wrap li{
	position: relative;
}
#slider-wrap img{
	width: 100%;
	height: auto;
}
#slider-wrap li div{
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
	height: 50%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.9);
	line-height: 1.5;
}
#slider-wrap h1{
	font-size: 65px;
}
#slider-wrap h2{
	font-size: 35px;
}
#home-page section{
	padding: 40px 0;
}
#home-page section h2{
	text-align: center;
	font-size: 40px;
}
#home-page section h2::after{
	content: "";
	display: block;
	margin: 40px auto;
	width: 60px;
	height: 0;
	border-bottom: 1px solid #111;
}
#home-intro{
	text-align: center;
}
#home-intro img{
	margin: 20px 0 0 0;
	max-width: 50%;
	height: auto;
}
#home-main div.wrap div{
	display: inline-block;
	vertical-align: top;
}
#home-main-content{
	width: 30%;
}
#home-main-content > p:first-child{
	font-size: 18px;
}
#home-page-boxes{
	width: 68%;
	margin-left: 2%;
}
.box{
	display: inline-block;
	width: 47%;
	margin-left: 2%;
	margin-bottom: 10px;
	background: #fff;
}
.box img{
	width: 100%;
	height: auto;
}
.box-content{
	position: relative;
	padding: 10px;
}
.box-icon{
	display: inline-block;
	width: 10%;
	margin: 0 5% 0 0;
}
.box-icon img{
	width: 100%;
	height: auto;
}
.box-text{
	display: inline-block;
	width: 80%;
}
.box-content h3{
	font-size: 20px;
	margin: 0 0 10px 0;
}
.box-content p{
	margin: 0;
}
#home-testimonials{
	color: #fff;
	background: #2A8585;
}
#home-testimonials h2::after{
	border-bottom: 1px solid #fff !important;
}
.quote p{
	width: 70% !important;
	margin: 0 auto !important;
	padding: 0 0 20px 0;
}
.quote p:first-child::before{
	content: '"';
	display: inline-block;
	color: #fff;
	margin: 0 5px 0 0;
}
.quote p:last-child::after{
	content: '"';
	display: inline-block;
	color: #fff;
	margin: 0 0 0 5px;
}
#slider-testimonials h4{
	width: 70% !important;
	margin: 0 auto !important;
	padding: 0 0 20px 0;
	font-size: 20px;
	text-align: right;
}
#testimonials-slider-wrap .bx-viewport{
	position: relative;
	z-index: 101;
}
#testimonials-slider-wrap .bx-controls{
	position: absolute;
	height: 50% !important;
	width: 100% !important;
	top: 40%;
	left: 0;
	z-index: 102;
}
#testimonials-slider-wrap .bx-controls a{
	display: inline-block;
	width: 49.9%;
	text-align: left;
	font-size: 80px;
	color: #fff;
}
#testimonials-slider-wrap .bx-controls a:hover{
	color: #111;
}
#testimonials-slider-wrap .bx-controls a:last-child{
	text-align: right;
}
#home-logos{
	text-align: center;
	background: #fff;
}
.home-logos-container{
	display: table;
	table-layout: fixed;
	position: relative;
	width: 100%;
	padding: 40px 0;
}
.home-logo-link{
	display: table-cell;
	position: relative;
	padding: 0 30px;
	vertical-align: middle;
}
.home-logo-link img{
	width: 100%;
	height: auto;
}
.home-logo-link:hover img{
	opacity: 0.8;
}
#home-about{
	text-align: center;
	background: #fff;
}
#home-about .team-member{
	display: inline-block;
	position: relative;
	width: 33%;
	text-align: center;
}
#home-about img{
	width: 97%;
    max-width: 360px;
    height: auto;
    margin: 0 0 20px 0;
}
#home-about a{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
#home-about p{
	max-width: 100%;
}
#home-about a.social{
	display: inline-block;
	padding: 10px 0 0 0;
	background: #2A8585;
	width: 40px;
	height: 30px;
	line-height: 1;
	color: #fff;
	margin: 20px 5px 0 5px;
}
#home-about a.social:hover{
	background: #111;
	color: #fff;
}
#home-portfolio{
	text-align: center;
}
#keywords{
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
	z-index: 102;
}
#keywords li{
	display: table-cell;
	position: relative;
	padding: 0 5px;
}
#keywords h4{
	display: block;
	padding: 8px;
	background: #fff;
}
#keywords p{
	position: absolute;
	font-size: 14px;
	top: 40px;
	left: 0;
	background: #fff;
	padding: 0 3px;
	margin: 0 5px;
	height: 0px;
	overflow: hidden;
	transition: all 0.3s;
	border-top: 1px solid #fff;
}
#keywords a:hover p{
	height: auto;
	padding: 3px;
	border-top: 1px solid #111;
}
#portfolio-wrap{
	position: relative;
	margin-top: 50px;
	z-index: 101;
}
.portfolio-link{
	display: inline-block;
	width: 33%;
}
#portfolio-wrap a{
	position: relative;
	display: block;
	margin: 20px 10px 0 10px;
	overflow: hidden;
}
#portfolio-wrap a > img{
	width: 100%;
	height: auto;
}
.expand-image{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
#portfolio-wrap a:hover div.expand-image{
	width: 110%;
	top: -5%;
	left: -5%;
}
.expand-image img{
	width: 100%;
	height: auto;
}
.animate-text{
	position: absolute;
	display: block;
	height: 32%;
	top: 100%;
	width: 100%;
	background: #fff;
	text-align: left;
	transition: all 0.3s;
}
.animate-text h4{
	display: block;
	background: #fff;
	font-size: 20px;
	padding: 10px;
	transition: all 0.3s;
	color: #2A8585;
}
#portfolio-wrap a:hover .animate-text{
	top: 68%;
}
#home-foot-logo{
	margin: 40px auto 0 auto;
}

/***** sectioned page *****/

.sectioned section{
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #aaa;
}
.sectioned section p{
	max-width: 100%;
}
.sectioned section:nth-child(odd) img{
	float: right;
	margin: 0 0 40px 40px;
}
.sectioned section:nth-child(even) img{
	float: left;
	margin: 0 40px 40px 0;
}
.sectioned section:last-child{
	padding-bottom: 0;
	border-bottom: none;
}

/***** price list *****/

.price-list-intro{
	padding-bottom: 0;
}
.price-list section{
	padding: 10px 0 20px 0;
}
.price-list h2{
	font-size: 30px;
}
.price-list h3{
	color: #2A8585;
	font-size: 24px;
}
.price-list ul{
	list-style: square;
	padding: 14px 0 30px 60px;
}
.price-list li{
	line-height: 2;
}

/***** testimonials *****/
.testimonials li{
	padding: 20px 0 40px 20px;
	list-style: none;
}
.testimonials img{
	float: left;
	margin: 0 30px 40px 0;
	max-width: 220px;
	height: auto;
}
.testimonials .wrap .quote p:first-child::before,
.testimonials .wrap .quote img + p::before{
	content: '"';
	display: inline-block;
	margin: 0 5px 0 0;
	color: #111;
}
.testimonials .wrap .quote p:last-child::after{
	content: '"';
	display: inline-block;
	margin: 0 0 0 5px;
	color: #111;
}
.testimonials h4{
	max-width: 780px;
	margin: 0 auto !important;
	padding: 0 0 20px 0;
	font-size: 22px;
	text-align: right;
	line-height: 1.2;
}

/***** gallery *****/

.gallery-item{
    float: left;
    text-align: center;
    width: 25%;
	line-height: 0;
	margin-top: 0 !important;
}
.gallery-item a:hover{
	opacity: 0.5;
}
.gallery-item img{
    border: none !important;
	max-width: 100%;
	height: auto;
}

/***** blog and archives *****/

#posts-list {
	padding: 20px 0;
}
#posts-list .post{
	padding: 20px 0;
}
#posts-list .post-meta{
	padding: 0 0 10px 0;
}
#content-header .post-meta{
	padding: 16px 0 0 0;
}
.post-meta span::before{
	padding: 0 5px 0 10px;
	font-size: 16px
}
.post-meta span:first-child::before{
	padding: 0 5px 0 0;
}
#posts-list .post-meta + a{
	color: #111;
}
#posts-list .post-meta + a:hover{
	color: #2A8585;
}
#blog-footer{
	background: #fff;
	padding: 40px 0;
}
#share-buttons{
	padding: 0 0 20px 0;
}
#share-buttons a{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	margin: 0 10px 0 0;
	padding: 10px 12px;
}
#share-buttons span::before{
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #fff;
}
#facebook{
	background: #4867AA;
}
#twitter{
	background: #1DA1F2;
}
#email{
	background: #555;
}
#share-buttons a:hover{
	background: #111 !important;
}
 
/***** comments *****/

#comments-wrap{
	margin: 20px 0 0 0;
}
#comments-wrap ol{
	list-style: none;	
	margin: 0 0 20px 0;
}
#comments-wrap li{
    border-left: 1px solid #C7C7C7;
	padding: 10px 0 10px 10px;
}
#comments-wrap .depth-1{
	margin-bottom: 10px;
}
#comments-wrap ul{
	list-style: none;
}
#comments-wrap h2{
	display: block;
    padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
#comments-wrap h3{
	margin: 0 0 20px 0;
    font-size: 20px;
	display: inline-block;
}
.comment-author img,
.says{
	display: none;
}
#comments-wrap .fn{
	font-size: 18px;
}
#comments-wrap .comment-meta{
	font-size: 14px;
	margin: 10px 0 20px 0;
}
#comments-wrap .reply{
	font-size: 14px;
	margin: -10px 0 10px 0;
}
#respond{
	padding: 10px;
	margin: 0 0 20px 40px;
    border-left: 1px solid #C7C7C7;
}
.cancel-comment-reply{
	font-size: 14px;
	margin: -10px 0 10px 0;	
}

/***** contact/comments form - contact form 7 & ninja forms *****/

.nf-before-form-content{
	padding-bottom: 20px;
}
.wpcf7-form .wpcf7-form-control,
.nf-form-wrap label,
.nf-form-wrap input,
.nf-form-wrap textarea,
#commentform input,
#commentform textarea{
	padding: 10px;
	margin: 10px 0;
	font-family: Noto Sans, Arial !important; 
	font-size: 15px;
	border: none;
	line-height: 1.2;
	max-width: 90%;
	font-weight: inherit !important;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea{
	width: 90%;	
}
#commentform input,
#commentform textarea{
	border: 1px solid #2A8585;
}
.nf-form-wrap .checkbox-wrap,
.wpcf7-form .wpcf7-list-item{
	margin: 20px 0 0 0;
}
.nf-form-wrap .listradio-wrap label{
	padding: 0;
	margin: 0;
}
.wpcf7-form .accept{
	width: 20px;
	height: 20px;
}
.nf-form-wrap .terms-link,
.wpcf7-form .terms-link{
	display: inline-block;
	font-size: 13px;
	line-height: 1.2;
}
.wpcf7-form .wpcf7-recaptcha{
	padding: 0 0 10px 0;
}
.g-recaptcha{
	margin: 0 0 30px 0;
}
.nf-form-wrap .submit-wrap input,
.wpcf7-form .wpcf7-submit,
#commentform #submit{
	margin: 0;
	cursor: pointer;
	transition: all 0.2s ease;
	background: #fff;
	color: #2A8585;
}
#commentform #submit{
	border: 1px solid #2A8585;
}
.nf-form-wrap .submit-wrap input:hover,
.wpcf7-form .wpcf7-submit:hover,
#commentform #submit:hover{
	background: #2A8585;
	color: #fff;
}
div.wpcf7-validation-errors{
	border: 2px solid #ffcc00 !important;	
}
.nf-response-msg{
	font-size: 18px;
	color: #2A8585;
}
.stressor-audit .nf-form-fields-required,
.stressor-audit .ninja-forms-req-symbol{
	display: none;
}

/***** portfolio page *****/

.portfolio-thumb{
	margin: 0 0 40px 0;
	width: 100%;
	height: auto;
}
#portfolio-content{
	display: inline-block;
	width: 70%;
	vertical-align: top;
	padding-right: 2%;
}
#portfolio-aside{
	display: inline-block;
	width: 26%;
	vertical-align: top;
	margin-left: 2%;
	padding-bottom: 20px;
	border-bottom: 1px dashed #aaa;
}
#portfolio-aside h3{
	font-size: 18px;
	color: #2A8585;
	margin: 0 0 20px 0;
}
#portfolio-aside ul{
	margin: 0 0 0 16px
}
#portfolio-aside li{
	list-style: none;
	margin: 10px 0;
}
#portfolio-aside li::before{
	content: "❯";
	padding: 0 8px 0 0;
	color: #aaa;
}

@media only screen and (max-width: 1259px) {
	
	/***** global *****/
	
	.header-nav li{
		padding: 0 0 0 18px;
    	font-size: 14px;
	}

}

@media only screen and (max-width: 1049px) {
	
	/***** global *****/
	
	.header-logo{
		display: block;
		width: 16%;
		margin: 0 auto 20px auto;
	}
	.header-nav{
		display: block;
		width: 100%;
		text-align: center;
	}
	.header-nav li{
		padding: 0 0 0 15px;
    	font-size: 13px;
	}
	.footer{
		font-size: 12px;
	}
	.footer__heading{
		font-size: 19px;
	}
	.latest__title{
		font-size: 14px;
	}
	.footer__site-info{
		font-size: 10px;
	}

	/***** home page *****/
	
	#home-main-content{
		width: 40%;
	}
	#home-page-boxes{
		width: 58%;
		margin-left: 2%;
	}
	#keywords p{
		font-size: 13px;
	}
	#portfolio-wrap .animate-text h4{
		font-size: 18px;
	}

}

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

	/***** global *****/

	.header{
		padding: 20px 0 0 0;
	}
	.header .wrap{
		width: 100%;
		max-width: 100%;
	}
	.header-logo{
		width: 20%;
	}
	.header-nav ul{
		display: none;	
		margin: 0;
	}
	.header-nav li,
	.header-nav__expand{
		display: block;
		text-transform: uppercase;
		width: 100%;
		padding: 0;
		text-align: center;
		font-size: 20px;
		border-bottom: 1px solid #2A8585;
	}
	.header-nav__expand,
	.header-nav a{
		display: block;
		padding: 20px 0;
	}
	.header-nav__expand{
		background: #2A8585;
		color: #fff;
	}
	.header-nav__expand:hover{
		background: #111;
	}
	.header-nav a:hover,
	.header-nav__expand:hover{
		cursor: pointer;
	}
	h1{
		font-size: 32px;
	}
	h2{
		font-size: 22px;
	}
	.main p{
		line-height: 1.7;
		margin: 0 0 26px 0;
	}
	img.alignright,
	img.alignleft{
		max-width: 50%;
		height: auto;
	}
	.footer-section{
		width: 33.33%;
	}
	.foot-recent{
		display: none;
	}
	.footer-small{
		background-size: 300px 52px;
		padding: 52px 0 0 0;
	}

	/***** home page *****/

	#slider-wrap h1{
		font-size: 40px;
	}
	#slider-wrap h2{
		font-size: 20px;
	}
	#home-page h2{
		font-size: 32px;
	}
	#home-main-content{
		width: 70%;
	}
	#home-page-boxes{
		width: 28%;
		margin-left: 2%;
	}
	.box{
		width: 97%;
	}
	.box-text h3{
		font-size: 15px;
	}
	.box-text p{
		display: none;
	}
	.home-logo-link{
		display: inline-block;
		width: calc(50% - 64px);
		padding: 30px;
	}
	#keywords p{
		display: none;
	}
	#portfolio-wrap{
		margin-top: 30px;
	}
	.portfolio-link{
		width: 32%;
	}
	#portfolio-wrap .animate-text{
		height: 42%;
	}
	#portfolio-wrap a:hover .animate-text{
		top: 58%;
	}
	#portfolio-wrap .animate-text h4{
		font-size: 15px;
	}

	/***** sectioned page *****/
	
	.sectioned section img {
		max-width: 50%;
	}

	/***** blog and archives *****/

	.post-meta span{
		display: inline-block;
		width: 49%;
	}
	.post-meta span::before {
		padding: 0 5px 0 0;
	}
	#posts-list .post-meta span:last-child{
		display: none;
	}
	
	/***** portfolio page *****/
	
	#portfolio-aside ul{
		margin: 0;
	}
	
}

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

	/***** global *****/
	
	.header-logo{
		width: 30%;
	}
	.wrap{
		width: 88%;
		max-width: 88%;
	}
	h1,
	h2{
		line-height: 1.3;
	}
	img.alignright, img.alignleft {
		width: 100%;
		max-width: 100%;
		margin: 0 0 20px 0;
	}
	.footer{
		font-size: 15px;
		text-align: center;
	}
	.footer__section{
		width: 100%;
		padding: 0 0 60px 0;
	}
	.footer__section:last-child{
		padding: 0;
	}
	.footer__heading{
		font-size: 27px;
		padding: 0 0 10px 0;
	}
	.footer-nav a{
		line-height: 4;
		width: 100%;
	}
	.footer__icon::before{
		float: none;
	}
	.foot-payments__img{
		max-width: 40%;
	}
	.footer__site-info{
		font-size: 14px;
		text-align: center;
	}

	/***** home page *****/

	#slider-wrap h1,
	#slider-wrap h2{
		display: none !important;
	}
	#home-main-content{
		width: 100%;
	}
	#home-page-boxes{
		width: 100%;
		margin-left: 0;
	}
	.box{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto 10px auto;
	}
	#home-main .wrap div{
		vertical-align: middle;
	}
	.box-content h3{
		margin: 0;
	}
	#home-testimonials{
		display: none;
	}
	#home-about .team-member{
		width: 100%;
	}
	#keywords li{
		display: inline-block;
		padding: 0 1%;
		margin: 5px 0;
	}
	.portfolio-link{
		width: 49%;
	}
	#portfolio-wrap a{
		margin: 0;
	}
	.animate-text{
		height: 80%;
	}
	#portfolio-wrap a:hover .animate-text{
		top: 20%;
	}

	/***** sectioned page *****/
	
	.sectioned section img{
		max-width: 100%;
		margin: 0 0 20px 0 !important;
	}

	/***** price list *****/	

	.price-list .wrap section ul{
		padding: 14px 0 30px 20px;
	}

	/***** testimonials *****/

	.testimonials .wrap li{
		padding: 20px 0 40px 0;
	}
	.testimonials .wrap img{
		margin: 0 0 20px 0;
		width: 100%;
		max-width: 100%;
	}

	/***** gallery *****/

	.gallery-item{
		width: 50% !important;
	}

	/***** blog and archives *****/

	.post-meta span{
		display: inline-block;
		width: 100%;
		padding: 0 0 5px 0;
	}
	#share-buttons a{
		display: block;
		margin: 0 0 10px 0;
	}
	
	/***** portfolio page *****/

	#portfolio-content{
		width: 100%;
	}
	#portfolio-aside{
		width: 100%;
		margin-left: 0;
		padding-top: 20px;
	}
	#portfolio-aside li{
		display: inline-block;
		padding: 0 20px 0 0;
	}
	
}