/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p + p { 
	margin-top: 0.5em;
}
strong {
font-weight: bold;
}

/*================================*/
/*          Colours               */
/*                                */
/*     Purple:  #293991           */
/*     Pink:    #ee3898           */
/*                                */
/*================================*/

/*===== Main Styles =====*/
body {
background-color: #ffffff;
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
line-height: 1;
}

.owl-wrapper {
padding: 20px 0 0;
}

/*===== Divs =====*/
#top-bar {
background: #293991;
border-bottom: 2px solid #ee3898;
width: 100%;
height: 40px;
}

#header {
position: relative;
width: 100%;
}

#logo {
display: block;
float: left;
width: 425px;
margin: 0;
padding: 0;
}

#menu {
position: relative;
height: 50px;
padding: 40px 0 0;
text-align: center;
z-index: 999;
}

#banner {
position: relative;
background: url("../images/banner-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 500px;
width: 100%;
z-index: 0;
}

#banner-walking {
position: relative;
background: url("../images/banner-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 500px;
width: 100%;
z-index: 0;
}

#banner-short {
position: relative;
background: url("../images/banner-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 0;
}

.main-content {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.main-content.watermark {
background: url("../images/watermark-dog.jpg") right bottom no-repeat;
}

.main-content.lftwatermark {
background: url("../images/watermarklft-dog.jpg") left bottom no-repeat;
}

.main-content.purple {
background: #293991;
border-top: 2px solid #ee3898;
}

.main-content.purplescissor {
background: #293991;
background: url("../images/scissors-bg.jpg") right bottom no-repeat #293991;
border-top: 2px solid #ee3898;
}

.main-content.pink {
background: #ee3898;
border-bottom: 2px solid #ffffff;
}

.main-content.grey {
background-color: #eeeeee;
border-top: 3px solid #ffffff;
border-bottom: 2px solid #ee3898;
}

.service-text {
padding: 0;
margin: 0;
min-height: 100px;
}

.service-button {
padding: 40px 0 0;
margin: 0;
overflow: hidden;
}

.testimonial-text {
padding: 0;
margin: 0;
min-height: 430px;
}

.prices-text {
padding: 0;
margin: 0;
min-height: 120px;
}

.scissors {
position: absolute;
top: -21px;
left: 0;
right: 0;
width: 80px;
height: 62px;
margin: 0 auto;
}

.dog {
position: absolute;
top: -21px;
left: 0;
right: 0;
width: 80px;
height: 62px;
margin: 0 auto;
}

.house {
position: absolute;
top: -21px;
left: 0;
right: 0;
width: 80px;
height: 62px;
margin: 0 auto;
}

#email-response {
margin: 10px 0;
padding: 0;
text-align: center;
}

#footer {
background: none repeat scroll 0 0 #293991;
border-top: 2px solid #ee3898;
width: 100%;
padding: 80px 0;
margin: 0;
}

#baseline {
background: none repeat scroll 0 0 transparent;
width: 100%;
padding: 20px 0;
margin: 0;
}

/*===== Containers =====*/
#top-bar-wrapper {
width: 100%;
max-width: 1260px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#header-wrapper {
position: relative;
width: 100%;
max-width: 1260px;
padding: 20px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-short-wrapper {
width: 100%;
max-width: 1260px;
padding: 40px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-wrapper {
width: 100%;
max-width: 1260px;
padding: 80px 10px;
margin: 0 auto;
overflow: hidden;
}

.service-content-wrapper {
width: 100%;
max-width: 1260px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

.text-container {
padding: 0;
margin: 0;
}

.flex-wrapper {
display: flex;
flex-flow: row nowrap;
align-items: center;
}

.left-column {
order: 1;
width: 60%;
padding: 0 25px 0 0;
margin: 0;
}

.right-column {
order: 2;
width: 40%;
padding: 0 0 0 50px;
margin: 0;
}

#footer-wrapper {
width: 100%;
max-width: 1260px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#baseline-wrapper {
width: 100%;
max-width: 1260px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

/*===== Columns =====*/
.top-column-right {
display: block;
float: right;
padding: 0;
margin: 0;
overflow: hidden;
}

.two-column {
position: relative;
display: block;
float: left;
width: 50%;
padding: 10px;
margin: 0;
}

.three-column {
position: relative;
display: block;
float: left;
width: 33.333%;
padding: 10px;
margin: 0;
}

.three-column.feedback {
width: 100%;
}

.inner-column.purple {
background-color: #293991;
border-radius: 30px 0 30px 0;
padding: 40px;
}

.inner-column.testimonial {
padding: 40px 15px;
}

.inner-column.pink {
background-color: #ee3898;
border-radius: 30px 0 30px 0;
padding: 40px;
}

.inner-column.white {
background-color: #ffffff;
border-radius: 30px 0 30px 0;
padding: 40px;
}

.left-column-60 {
display: block;
float: left;
width: 60%;
padding: 0 25px 0 0;
margin: 0;
}

.left-column-60.content {
padding: 120px 25px 0 0;	
}

.right-column-40 {
display: block;
float: left;
width: 40%;
padding: 0 0 0 25px;
margin: 0;
}

.left-column-40 {
display: block;
float: left;
width: 40%;
padding: 0 25px 0 0;
margin: 0;
}

.right-column-60 {
display: block;
float: left;
width: 60%;
padding: 0 0 0 25px;
margin: 0;
}

.left-column-50 {
display: block;
float: left;
width: 50%;
padding: 0 25px 0 0;
margin: 0;
}

.right-column-50 {
display: block;
float: left;
width: 50%;
padding: 0 0 0 25px;
margin: 0;
}

/*===== Sections =====*/
section {
padding: 40px 0 0;
margin: 0;
overflow: hidden;
}

section.short {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}

section.lower {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

section.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

section.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}

section.overlap {
position: relative;
margin-top: -195px;
z-index: 0;
}

/*===== Menus =====*/
.menu_title {
display: none;
position: relative;
float: right;
bottom: 0.6em;
margin-right: 3em;
color: #293991;
font-size: 1.1em;
font-weight: 500; 
}

nav a {
position: relative;
color: #293991; 
display: block; 
font-size: 1.1em;
font-weight: 500;
text-transform: uppercase;
line-height: 50px;
padding: 0 30px; 
text-decoration: none; 
}

nav a:before {
content: "";
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background-color: #ee3898;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}

nav a:hover {
color: #ee3898;
}

nav a:hover:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}

nav a.nocursor {
cursor: context-menu;
}

nav ul,
nav ul li { 
height: 50px;
list-style-type: none; 
padding: 0; 
margin: 0; 
}

nav > ul { 
text-align: right; 
}

nav > ul > li { 
display: inline-block; 
}

nav > ul > li:first-child { 
border-left: none; 
}

.sub-menu-parent { 
position: relative;
background: url("../images/down.gif") no-repeat scroll right 15px center;
padding: 0 15px 0 0; 
}

.sub-menu {
visibility: hidden; /* hides sub-menu */
opacity: 0;
position: absolute;
top: 100%;
left: 0;
width: 100%;
transform: translateY(-2em);
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:hover .sub-menu {
visibility: visible; /* shows sub-menu */
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.sub-menu li {
background: #ffffff;
width: 250px;
height: 50px;
line-height: 50px;
border-bottom: 1px solid #ececec;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
text-align: left;
}

.sub-menu li a {
line-height: 50px;	
}

/*===== General =====*/
.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.light {
font-weight: 300;
}

.normal {
font-weight: 400;
}

.medium {
font-weight: 500;
}

.semibold {
font-weight: 600;
}

.bold {
font-weight: 700;
}

.extrabold {
font-weight: 900;
}

.italic {
font-style: italic;
}

.uppercase {
text-transform: uppercase;
}

.darkshadow {
text-shadow: 2px 2px 2px #000000;
}

.hidden {
opacity: 0;
}

.hide {
display: block;
}

.noover {
overflow: visible;
}

.clear {
clear: both;
}

/*===== Headers =====*/
header.main {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

header.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

header.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}

h1 {
color: #293991;
font-size: 3em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h2 {
color: #293991;
font-size: 2.5em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h2.white {
color: #ffffff;
}

h2.pink {
color: #ee3898;
}

h3 {
color: #293991;
font-size: 1.6em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h3.white {
color: #ffffff;
}

h3.pink {
color: #ee3898;
}

h4 {
color: #293991;
font-size: 1.2em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h4.white {
color: #ffffff;
}

h4.pink {
color: #ee3898;
}

/*===== Paragraphs =====*/
p.main-text {       
color: #454545; 
font-size: 1em; 
padding: 0;
line-height: 1.7em;
}

p.main-text.white {       
color: #f1f1f1; 
}

p.main-text.small {       
font-size: 0.875em; 
}

p.main-text.large {       
font-size: 1.2em; 
}

p.top-bar-text {       
color: #ffffff; 
font-size: 1em; 
padding: 0;
line-height: 40px;
display: inline;
vertical-align: top;
}

p.error-text {       
color: #293991; 
font-size: 12em; 
font-weight: 700;
padding: 0;
line-height: 1em;
}

/*===== Form Fields =====*/
form#emailForm {
padding: 20px 0 0;
margin: 0;
}

form.cmxform {
width: 100%;
color: #454545; 
font-family: 'Poppins', sans-serif;
padding: 0;
}

form.cmxform legend {
padding-left: 0;
}

form.cmxform legend, form.cmxform label {
color: #454545;
}

form.cmxform fieldset {
border: none;
background: none repeat scroll 0 0 transparent;
background-color: transparent;
margin: 0;
padding: 10px 0 0;
}

form.cmxform fieldset fieldset {
background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
padding: 0 0 20px;
background: none repeat scroll 0 0 transparent;
}

form.cmxform label.error, label.error {
color: red;
font-style: italic;
display: block !important;
margin: 0 0 10px 0;
}

div.error { 
display: none; 
}

form.cmxform .gray * { 
color: gray; 
}

#emailForm {
width: 100%;
}

#emailForm label.error {
width: auto;
display: none;
font-size: 0.85em;
margin: 0 0 20px 0;
}

.editor-label {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 10px 0;
outline: 0 none;
padding: 0;
}

.editor-label-bold {
background: none repeat scroll 0 0 transparent;
font-weight: 700;
border: 0 none;
display: block;
margin: 10px 0 20px 0;
outline: 0 none;
padding: 0;
}

.editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0;
outline: 0 none;
padding: 0;
}

.editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0;
outline: 0 none;
padding: 0;
}

.editor-field-padded {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0 0 20px 0;
outline: 0 none;
padding: 0;
}

input.contact {
background-color: #ffffff;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 1px 1px 3px #eee inset;
color: #454545;
font-family: 'Poppins', sans-serif;
font-size: 0.9em;
height: 40px;
line-height: 18px;
margin-bottom: 10px;
padding: 2px 10px;
width: 90%;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

input.contact:focus {
border: 2px solid #ee3898;
}

input.contact.error {
border: 1px solid red;
}

textarea.contact {
background-color: #ffffff;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 1px 1px 3px #eee inset;
color: #454545;
font-family: 'Poppins', sans-serif;
font-size: 0.9em;
height: 100px;
line-height: 18px;
margin-bottom: 10px;
padding: 10px;
width: 90%;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

textarea.contact:focus {
border: 2px solid #ee3898;
}

textarea.contact.error {
border: 1px solid red;
}

input.submit {
background: #293991;
border: none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-size: 1em;
letter-spacing: 1px;
padding: 15px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

input.submit:hover {
background: #ee3898;
}

/*===== Buttons =====*/
a.button {
background: #293991;
border: none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-size: 1em;
letter-spacing: 1px;
padding: 15px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

a.button:hover {
background: #ee3898;
}

a.button-plain {
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Poppins', sans-serif;
font-size: 0.9em;
padding: 10px 20px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.button-plain:hover {
color: #5ec0c7;
}

/*===== Links =====*/
a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link.under:link, a.link.under:visited, a.link.under:active {
color: inherit;
font-size: inherit; 
text-decoration: underline;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link:hover {
color: #ee3898;
text-decoration: underline;
}

a.link.under:hover {
color: #ee3898;
}

a.blank:link, a.blank:visited, a.blank:active {
text-decoration: none;
}

/*===== Telephone Numbers =====*/
.tel,.tel:visited { /*for small screens */ 
color: inherit; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel:hover,.tel:focus { 
color: inherit; 
}

/*===== Lists =====*/
/*===== Standard Bullets =====*/
ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.bullets li {
color: #ee3898; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

span.bullets {
color: #454545; 
font-size: 1em; 
line-height: 1.7em;
}

/*===== Top Bar =====*/
ul.top-bar {
list-style-type: none;
display: inline-table;
padding: 0;
margin: 0;
}

ul.top-bar li {
float: left;
color: #ffffff; 
font-size: 0.875em; 
font-family: 'Poppins', sans-serif;
line-height: 40px;
margin: 0 20px 0 0;
}

ul.top-bar li.facebook {
background:url('../images/facebook.png') no-repeat 0 0;
height: 22px;
width: 22px;
line-height: 40px;
margin: 8px 15px 0 0;
}

ul.top-bar li.instagram {
background:url('../images/instagram.png') no-repeat 0 0;
height: 22px;
width: 22px;
line-height: 40px;
margin: 8px 0 0;
}

/*===== Footer Menu =====*/
ul.footmenu {
list-style-type: none;
padding: 0;
margin: 40px 0 0;
}	

ul.footmenu li {
display: inline-block;
color: #ffffff;
font-size: 1.1em;
font-weight: 500;
text-transform: uppercase;
line-height: 2em;
padding: 0 35px;
}

ul.footmenu li a.active {
color: #ee3898;	
}

ul.footmenu li a:hover {
color: #ee3898;
text-decoration: none;	
}
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

img.top {
border: 0;
height: auto;
max-width: 100%;
position: relative;
margin-right: 2px;
top: 3px;
}

/*===== Image Slider =====*/
.my-slider {
height: 375px;
margin: 0 auto;
width: 100%;
}

.my-slider ul {
height: 375px;
margin: 0;
overflow: hidden;
}

.my-slider li {
float: left;
margin: 0;
}

/*===== Animations =====*/

/*=== Fade In  ===*/
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; } }
.fadeIn { animation-name: fadeIn; }

/*=== Fade In Down ===*/
@keyframes fadeInDown {
  from { opacity: 0; transform: translate3d(0, -100%, 0); }
  to { opacity: 1; transform: none; } }
.fadeInDown { animation-name: fadeInDown; }

/*=== Fade In Up ===*/
@keyframes fadeInUp {
  from { opacity: 0; transform: translate3d(0, 20px, 0); }
  to { opacity: 1; transform: none; } }
.fadeInUp { animation-name: fadeInUp; }

/*=== Fade In Left ===*/
@keyframes fadeInLeft {
  from { opacity: 0; transform: translate3d(-30px, 0, 0) }
  to { opacity: 1; transform: none; } }
.fadeInLeft { animation-name: fadeInLeft; }

/*=== Fade In Right ===*/
@keyframes fadeInRight {
  from { opacity: 0; transform: translate3d(100%, 0, 0); }
  to { opacity: 1; transform: none; } }
.fadeInRight { animation-name: fadeInRight; }

.animatein.in-view {  
animation: fadeIn;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateleft.in-view {  
animation: fadeInLeft;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateright.in-view {  
animation: fadeInRight;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animatedown.in-view {  
animation: fadeInDown;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateup.in-view {  
animation: fadeInUp;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

/*=== Optional Delays  ===*/
.one { animation-delay: 0.2s !important; }
.two { animation-delay: .6s !important; }
.three { animation-delay: 1s !important; }
.four { animation-delay: 1.4s !important; }
.five { animation-delay: 1.8s !important; }

/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 480.99px) 
			  and (min-width: 320px) {
				  
#header-wrapper {
padding: 20px 0;
overflow: visible;
}

#logo {
float: none;
width: 300px;
margin: auto;
}

#menu {
padding: 10px 0 0;
}

.menu_title {
display: block !important;
}

#banner {
height: 400px;
}

#banner-walking {
height: 400px;
}
			  
.service-text {
min-height: auto;
}

.testimonial-text {
min-height: auto;
}

.prices-text {
min-height: auto;
}

.main-content-wrapper {
padding: 60px 10px;	
}

.flex-wrapper {
flex-flow: column nowrap;
}

.left-column {
order: 1;
width: 100%;
padding: 0;
}

.right-column {
order: 2;
width: 100%;
padding: 60px 0 0;
}

.two-column {
width: 100%;
margin: 10px 0;
}

.three-column {
width: 100%;
padding: 10px 5px;
margin: 0 0 20px 0;
}

.inner-column.purple {
padding: 40px 20px;
}

.inner-column.pink {
padding: 40px 20px;
}

.inner-column.white {
padding: 40px 20px;
}

.inner-column.testimonial {
padding: 40px 20px;
}

.left-column-60 {
width: 100%;
padding: 0;
}

.left-column-60.content {
padding: 20px 0 0 0;
text-align: center;
}

.right-column-40 {
width: 100%;
padding: 40px 0 0;
}

.left-column-50 {
width: 100%;
padding: 0;
}

.right-column-50 {
width: 100%;
padding: 40px 0 0;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 2em;
}

h3 {
font-size: 1.4em;
}

ul.footmenu li {
display: block;
padding: 10px;
}			  

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 600.99px) 
			  and (min-width: 481px) {
			  
#logo {
float: none;
width: 350px;
margin: auto;
}

#menu {
padding: 15px;
}

nav > ul {
text-align: center;
}

nav a {
padding: 0 20px;
}

#banner {
height: 400px;
}

#banner-walking {
height: 400px;
}
			  
.service-text {
min-height: auto;
}

.testimonial-text {
min-height: auto;
}

.prices-text {
min-height: auto;
}

.main-content-wrapper {
padding: 60px 10px;	
}

.flex-wrapper {
flex-flow: column nowrap;
}

.left-column {
order: 1;
width: 100%;
padding: 0;
}

.right-column {
order: 2;
width: 100%;
padding: 60px 0 0;
}

.two-column {
width: 100%;
margin: 10px 0;
}

.three-column {
width: 100%;
padding: 10px 5px;
margin: 0 0 20px 0;
}

.inner-column.purple {
padding: 40px 20px;
}

.inner-column.pink {
padding: 40px 20px;
}

.inner-column.white {
padding: 40px 20px;
}

.inner-column.testimonial {
padding: 40px 20px;
}

.left-column-60 {
width: 100%;
padding: 0;
}

.left-column-60.content {
padding: 20px 0 0 0;
text-align: center;
}

.right-column-40 {
width: 100%;
padding: 40px 0 0;
}

.left-column-50 {
width: 100%;
padding: 0;
}

.right-column-50 {
width: 100%;
padding: 40px 0 0;
}

h1 {
font-size: 2.2em;
}

h2 {
font-size: 2.1em;
}

ul.footmenu li {
display: block;
padding: 10px;
}			  
			  
}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 769.99px) 
			  and (min-width: 601px) {
			  
#logo {
float: none;
width: 350px;
margin: auto;
}

#menu {
padding: 15px;
}

nav > ul {
text-align: center;
}

#banner {
height: 400px;
}

#banner-walking {
height: 400px;
}
			  
.service-text {
min-height: auto;
}

.testimonial-text {
min-height: auto;
}

.prices-text {
min-height: auto;
}

.flex-wrapper {
flex-flow: column nowrap;
}

.left-column {
order: 1;
width: 100%;
padding: 0;
}

.right-column {
order: 2;
width: 100%;
padding: 60px 0 0;
}

.two-column {
width: 100%;
margin: 10px 0;
}

.three-column {
width: 100%;
padding: 10px 5px;
margin: 0 0 20px 0;
}

.inner-column.purple {
padding: 40px 20px;
}

.inner-column.pink {
padding: 40px 20px;
}

.inner-column.white {
padding: 40px 20px;
}

.inner-column.testimonial {
padding: 40px;
}

.left-column-60 {
width: 100%;
padding: 0;
}

.left-column-60.content {
padding: 20px 0 0 0;
text-align: center;
}

.right-column-40 {
width: 100%;
padding: 40px 0 0;
}

.left-column-50 {
width: 100%;
padding: 0;
}

.right-column-50 {
width: 100%;
padding: 40px 0 0;
}

h1 {
font-size: 2.5em;
}

h2 {
font-size: 2.3em;
}

ul.footmenu li {
padding: 0 20px;
}			  
			  
}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 879.99px) 
			  and (min-width: 770px) {

#logo {
float: none;
width: 350px;
margin: auto;
}

#menu {
padding: 15px;
}

nav > ul {
text-align: center;
}

#banner {
height: 400px;
}

#banner-walking {
height: 400px;
}
			  
.service-text {
min-height: 140px;
}

.testimonial-text {
min-height: 475px;
}

.prices-text {
min-height: 160px;
}

.left-column-60.content {
padding: 20px 25px 0 0;	
}

.three-column {
padding: 10px 5px;
}

.inner-column.purple {
padding: 40px 10px;
}

.inner-column.pink {
padding: 40px 10px;
}

.inner-column.white {
padding: 40px 10px;
}

.inner-column.testimonial {
padding: 40px;
}

h1 {
font-size: 2.6em;
}

h2 {
font-size: 2.4em;
}		  

}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1024.99px) 
			  and (min-width: 880px) {
				  
#logo {
width: 350px;
}
			  
.service-text {
min-height: 140px;
}

.testimonial-text {
min-height: 400px;
}

.prices-text {
min-height: 160px;
}

.left-column-60.content {
padding: 20px 25px 0 0;	
}

.three-column {
padding: 10px 5px;
}

.inner-column.purple {
padding: 40px 25px;
}

.inner-column.pink {
padding: 40px 25px;
}

.inner-column.white {
padding: 40px 25px;
}

.inner-column.testimonial {
padding: 40px 10px;
}
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1225px) 
			  and (min-width: 1025px) {


.service-text {
min-height: 120px;
}

.prices-text {
min-height: 130px;
}

.left-column-60.content {
padding: 60px 25px 0 0;	
}

.three-column {
padding: 10px 5px;
}

.inner-column.purple {
padding: 40px 25px;
}

.inner-column.pink {
padding: 40px 25px;
}

.inner-column.white {
padding: 40px 25px;
}

.inner-column.testimonial {
padding: 40px 10px;
}
			  
}