/*----------------------------------*/
/*BODY AND HEADINGS*/
/*----------------------------------*/

body
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height: 28px;
	font-family: 'DM Sans', sans-serif;
	color: #898989;
	font-weight: 400;
}

strong
{
	 font-weight: 500;
}

a
{
	text-decoration:none;
	color:#2fb9af;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

h1, h2, h3, p, ul, table
{
	margin-bottom:20px;
}


h1
{
	color:#171717;
	font-size:67px;
	line-height:76px;
	font-weight: normal;
	font-family: 'arca_majora_3heavy';
}

h2
{
	color: #8367AC;
    font-size: 45px;
    line-height: 50px;
    font-weight: normal;
	font-family: 'arca_majora_3heavy';

}

h3
{
	color:#8367AC;
	font-size:32px;
	line-height:40px;
	font-weight: 700;
	font-family: 'DM Sans', sans-serif;
}

h4
{
	color:#8367AC;
	font-size:28px;
	line-height:80px;
}

h1 strong, h2 strong, h3 strong
{
	font-family: 'DM Sans', sans-serif;
}

.bullets
{
	list-style: none;
}

.bullets li::before {content: "\25AA"; color: #8367AC;
  display: inline-block; width: 1em;
  margin-left: -1em
}

.intro
{
	padding-right: 180px;
}

/*----------------------------------*/
/*MENU
/*----------------------------------*/

.menumobile
{
	display: none;
	background-color: #2FB9AF;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99999;
padding-top: 50px;
	color: #fff;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.trigger, .close
{
	transition: 0.2s ease-out 100ms;
	cursor: pointer;
}

.trigger:hover, .close:hover
{
	transform: scale(1.2);
}

.menuitems
{
	padding-left: 0px;
}

.menuitems a {
    color: #fff;
    font-size: 32px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'DM Sans', sans-serif;
}


.menuitems p
{
	margin-bottom:10px !important;
}

.menuitems a:hover
{
	color: #8367AC;
}

.socials
{
	position: absolute;
	bottom:7%;
	left: 4%;
}

.socials a
{
	color: #fff;
	font-size: 34px;
	padding-right: 10px;
}

.socials a:hover
{
	color: #A33686;
}

.cta
{
	position: absolute;
	bottom:7%;
	right: 4%;
}


/*----------------------------------*/
/*NAVIGATION*/
/*----------------------------------*/

.nav
{
	text-transform:uppercase;
	font-size:16px;
	letter-spacing: 1px;
}

#wrapper
{
	position:relative;
}

#nav-trigger
{
	display:none;
	position:absolute;
	top:40px;
	right:20px;
	z-index: 9997;
}

#nav-trigger span img
{
	max-width:40px;
}

#nav-trigger span
{
	color:#fff;
	cursor:pointer;
	display:inline-block;
	-webkit-transition: -webkit-transform .4s ease-in-out;
    transition:         transform .4s ease-in-out;
}

/*#nav-trigger span:hover
{
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
*/
nav#nav-main
{
	padding:0px 0;
}

nav#nav-main ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
}

nav#nav-main li
{
	border-right:solid 0px #444444;
	display:inline-block;
	padding:0 0px;
	position:relative;
}

nav#nav-main li:last-child
{
	border-right:none;
}

nav#nav-main a
{
	margin-top:15px;
	color:#fff;
	display:block;
	padding:10px 15px;
	transition: all .2s ease-in-out;
}

.header nav#nav-main a
{
	color: #444444;
}


nav#nav-main a:hover
{
}

nav#nav-main a:after {
  display:block;
  content: '';
  border-bottom:solid 2px #444444; 
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

nav#nav-main a:hover:after { transform: scaleX(1); }

nav#nav-main .selected
{
  font-weight: 900;
	color: #444444;
}

nav#nav-main ul li ul
{
  position:absolute;
  top:60px;
  left:0px;
  width:200px;
  z-index:9999;
  margin:auto;
  left:0px;
  text-align:left;
  padding:0px;
  display:none;
}

nav#nav-main ul li ul li a
{
  text-align:left;
  padding:5px 15px;
  background-color:#333;
  color:#fff;
  min-width:200px;
  margin-top:0px;
  font-size:13px;
  text-transform:none;
}

.header nav#nav-main ul li ul li a
{
	color: #fff;
}

nav#nav-mobile
{
	display:none;
	position:absolute;
	z-index:9999;
	font-size:32px;
	width:100%;
	background-color:#444444;
	font-weight: 800;
	
}

nav#nav-mobile .closemobilenav
{
	text-align:center;
	margin:auto;
	padding:20px 0px;
	cursor:pointer;
	-webkit-transition: -webkit-transform .4s ease-in-out;
    transition:         transform .4s ease-in-out;
}


nav#nav-mobile .closemobilenav:hover
{
	-webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

nav#nav-mobile ul
{
	
	display:none;
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

nav#nav-mobile ul li ul
{
	margin-bottom:0px;
}

nav#nav-mobile ul li ul li a
{
	color:#cc0000;
}

nav#nav-mobile li ul
{
	padding-top: 20px;
}

nav#nav-mobile li ul li
{
	display:block;
	margin:0 0px;
	padding:5px 0;
}


nav#nav-mobile li
{
	display:block;
	margin:0 0px;
	padding:20px 0;
}

nav#nav-mobile li:last-child
{
	border-bottom:none;
}

nav#nav-mobile a
{
	color:#fff;
	display:block;
	padding:5px 0px;
}

nav#nav-mobile a:hover
{
	color:#000;
}

/*fixed nav bar*/

.navbar
{
	background-color:#000000;
	text-transform:uppercase;
}

.navbar nav#nav-main ul
{
	text-align:left;
}

.navbar nav#nav-main a
{
	margin-top:0px;
}

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

.block1
{
	background-color:#02221F;
	color:#fff;
}

.block1 h3
{
	color: #8367AC;
}

.block1 h2
{
	color: #fff;
}

.block1 h2 span
{
	color: #02221F;
}




.block2
{
	background-color:#EDEDED;
}

/*----------------------------------*/
/*PREHEADER*/
/*----------------------------------*/

.preheader
{
	background-color:#000000;
	padding-bottom:5px;
	padding-top:5px;
	z-index:999;
	font-size:16px;
	color: #fff;
}

.preheader p
{
	margin-bottom: 0px;
}

.preheader a
{
	color: #ffffff;
}

.preheader i
{
	padding-right: 10px;
	color: #00DAA1;
}

.preheader .ecomlinks a
{
	margin-left:20px;
	font-weight:bold;
}

/*----------------------------------*/
/*HEADER*/
/*----------------------------------*/

.header
{
	background-color:#ffffff;
	padding-top:10px;
	padding-bottom: 10px;
	z-index:999;
}

.header .right h2
{
	margin-bottom: 0px;
	font-weight: 300;
}

.header .right p
{
	margin-bottom: 0px;
}

.header .center 
{
	padding-top: 20px;
}

/*----------------------------------*/
/*HEADER ON TOP*/
/*----------------------------------*/

.headerontop
{
	padding-top:40px;
	padding-bottom: 10px;
	z-index:999;
	margin-top:20px;
	position:absolute;
}




/*----------------------------------*/
/*LOGO*/
/*----------------------------------*/

.logo img
{
	max-width:400px;
}

/*----------------------------------*/
/*HERO*/
/*----------------------------------*/

video { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;

}

.videoitem
{
	position: relative;
	overflow: hidden;
	height: 500px;
}

.videooverlay{
	position: absolute;
	color: #fff;
	font-size: 16px;
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	height: 500px;
	display: none;
}

.videoitem:hover .videooverlay
{
	display: block;
}

.videotext
{
	position: absolute;
	bottom: 20px;
	left: 40px;
}

.videotitle
{
	font-size: 26px;
	margin-bottom: 0px;
}

.background-video {
 height: 100%;
}

.hero
{
	height:auto;
	position:relative;
	color: #ffffff;
	background-repeat: repeat;
	background-size: cover;
	background-position: right bottom;
	background-image:url(https://pawsomevets.co.uk/wp-content/uploads/2024/09/heronew.jpg);
	background-color:#2FB9AF;
	padding-top:200px;
	padding-bottom:100px;

}

.php
{
	background-position: right bottom;
	background-image:url(http://pawsomevets.mysites.io/wp-content/uploads/2023/11/featurebg.jpg);
	background-color:#2FB9AF;
	
}

.hero-gallery .gallery-cell
{
	width:100%;
	height:100%;
	background-size: cover;
	background-position: center center;
}

.hero h1
{
	color:#ffffff;
	display: inline-block;
	max-width: 85%;
	padding-bottom: 20px;
}

.herosml
{
	height: 600px;
	background-position: right center;
}

.hero p
{
	padding-bottom:30px;
}
/*----------------------------------*/
/*ALIGNMIDDLE*/
/*----------------------------------*/

.alignmiddle
{
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	transform: translateY(-50%);
	margin:0;
	width:100%;
}




/*----------------------------------*/
/*LINKS*/
/*----------------------------------*/


.linkprimary
{
	display:inline-block;
	background-color:#8367AC;
	padding:10px 30px;
	font-size:18px;
	font-weight:500;
	color:#02221F;
	transition: 0.2s ease-out 100ms;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	text-align: center;
		
}

.linkprimary:hover
{
	background-color:#fff;
	color:#02221F;
	transform: scale(1.05);
}

.linksecondary
{
	display:inline-block;
	padding:15px 40px;
	font-size:18px;
	font-weight:400;
	color:#ffffff;
	transition: 0.2s ease-out 100ms;
	letter-spacing: 1px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	text-align: center;
	border:solid 1px #fff;
}

.linksecondary:hover
{
	background-color:#8367AC;
	border:solid 1px #8367AC;
	color:#fff;
	transform: scale(1.05);
}




.linkpurple
{
	display:inline-block;
	background-color:#8367AC;
	padding:10px 30px;
	font-size:18px;
	font-weight:700;
	color:#fff;
	transition: 0.2s ease-out 100ms;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
		
}

.linkpurple:hover
{
	background-color:#fff;
	color:#8367AC;
	transform: scale(1.05);
}

.linkwhite
{
	display:inline-block;
	background-color:#fff;
	padding:10px 30px;
	font-size:18px;
	font-weight:700;
	color:#8367AC;
	transition: 0.2s ease-out 100ms;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
		
}

.linkwhite:hover
{
	background-color:#8367AC;
	color:#fff;
	transform: scale(1.05);
}



.linkgreen
{
	display:inline-block;
	background-color:#2FB9AF;
	padding:10px 30px;
	font-size:18px;
	font-weight:700;
	color:#fff;
	transition: 0.2s ease-out 100ms;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
		
}

.linkgreen:hover
{
	background-color:#8367AC;
	color:#fff;
	transform: scale(1.05);
}




.hero .linkpurple
{
	margin-right:20px;
}


/*----------------------------------*/
/*SIMPLE GALLERY*/
/*----------------------------------*/

.simple-gallery .gallery-cell
{
  width: 31%;
  margin:2%;
}

/*----------------------------------*/
/*TESTIMONIALS*/
/*----------------------------------*/

.testbg
{
	background-position: center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #000000;
}

.testimonials-gallery .gallery-cell
{
  width: 100%;
  padding-left:10%;
  padding-right:10%;
}

.testimonials-gallery h2
{
  line-height:50px;
	font-size: 32px;
	font-weight: 400;
	color: #ffffff;
}

.testimonials-gallery p
{
	font-weight: 700;
	color: #00DAA1;
}




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

form div
{
 margin-bottom: 0px;
}


input[type="text"], input[type="password"], input[type="email"]
{
	padding:30px 20px;
	width:100%;
	background-color: #fff;
	border:solid 1px #ccc;
	-webkit-appearance: none;
	font-size:18px;
	color:#000;
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	border-radius:20px;
}

select
{
	padding:30px 20px;
	width:100%;
	background-color: #fff;
	border:solid 1px #ccc;
	-webkit-appearance: none;
	font-size:18px;
	color:#fff;
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	border-radius:20px;
}

textarea
{
	padding:30px 20px;
	width:100%;
	background-color: #fff;
	border:solid 1px #ccc;
	-webkit-appearance: none;
	font-size:18px;
	color:#fff;
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	border-radius:20px;
}


input[type="submit"], input[type="button"]
{
	display:inline-block;
	padding:15px 30px;
	font-size:16px;
	color:#fff;
	transition: 0.2s ease-out 100ms;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	text-align: center;
	border:solid 1px #8367AC;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	background-color: #8367AC;
	cursor: pointer;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	background-color:#333;
	border:solid 1px #333;
	color:#fff;
	transform: scale(1.05);
}

/*----------------------------------*/
/*IMAGE HOVER HOVER LINKS*/
/*----------------------------------*/





/*----------------------------------*/
/*BREAKS*/
/*----------------------------------*/

.break
{
	margin-top:2%;
	margin-bottom:2%;
	height:1px;
	background-color:#eee;
	clear:both;
}

.breakclean
{
	height:1px;
	clear:both;
}

/*----------------------------------*/
/*FOOTER*/
/*----------------------------------*/


.footer
{
	background-color:#8367AC;
	color:RGBA(255,255,255,0.6);
	margin-top:-1px;
	font-size: 16px;
	line-height: 29px;
	background-image:url("/wp-content/themes/pawsome_wp_theme/img/footerpaw.svg");
	background-repeat:no-repeat;
	background-position: left -120px bottom -120px;
	
}

.footer h2, .footer h3, .footer h4
{
	color: #fff;
}

.footer i
{
	font-size:32px;
	padding-right: 10px;
	color: RGBA(255,255,255,0.6);
}

.footer i:hover
{
	color: #2FB9AF;
}


.footer a
{
	color:RGBA(255,255,255,0.6);
}




.footer a:hover, .footer2 a:hover
{
	text-decoration: underline;
}

.footer .phonenumbers
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer .copyright
{
	padding-top: 20px;
	font-size: 13px;
	line-height: 24px;
	color: #999;
}

/*----------------------------------*/
/*IMG FLOATS*/
/*----------------------------------*/

.imgfloatleft
{
	float:left;
	margin-right:2%;
}

.imgfloatright
{
	float:right;
	margin-left:2%;
}


.showmob
{
	display:none !important;
}

.hidemob
{
	display:block !important;
}

/*----------------------------------*/
/*MEDIA QUERIES*/
/*----------------------------------*/


/*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*//*1420*/

@media only screen and (max-width: 1420px) 
{
	
	
	
	
	.intro
{
	padding-right: 140px;
}
	
		
	
}

/*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*//*1200*/


@media only screen and (max-width: 1200px) 
{
	
	
	
	.intro
	{
		padding-right: 80px;
	}
	
	
	.hero
{
	
	background-image:none;
	


}
	
	.php
{
	background-position: right bottom;
	background-image:none;
	background-color:#2FB9AF;
	
}
	
}
	
/*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*//*920*/

@media only screen and (max-width: 920px) 
{
	
	
	.herosml
{
	height: 400px;
	padding-bottom:100px;
}
	
	.showmob
{
	display:block !important;
}

.hidemob
{
	display:none !important;
}
	
	.left
	{
		text-align: center;
	}
	
	.intro
	{
		padding-right: 0px;
	}
	
	body {
 
    font-size: 18px;
    line-height: 30px;
   
}
	
	h1
	{
		font-size: 62px;
    	line-height: 77px;
		
	}
	
	h2 {
    font-size: 32px;
    line-height: 42px;
}
	
	h3 {
    
    font-size: 24px;
    line-height: 40px;
   
}

	.menuitems a 
	{
		font-size: 22px;
		line-height: 22px;
		text-align: center;
	}
	
	.menuitems p
	{
		margin-bottom:10px !important;
	}

	.menuitems
	{
		padding-left: 0px;
	}


	.footer, .footer2
	{
		text-align: center;
		background-image: none;
	}

	.hero-gallery .alignmiddle
	{
		padding-left:10%;
		padding-right:10%;
	}

	
	

	


	/*REORDER COLUMNS*/

	.col-1-2 { display: flex; flex-flow: column; }
	.boxt { order: 2; }
	.boxi { order: 1;  }
	
	
	.logo img
	{
		max-width:280px;
	}
	
}

@media only screen and (max-width: 600px) 
{
	h1 {
    font-size: 45px;
    line-height: 47px;
   
}
	
	.hero
	{
		text-align:center;
	}
	
	.linkprimary, .linksecondary, .linkwhite, .linkpurple
	{
		display: block;
	}
	
	.linkpurple
	{
		margin-right:0px !important;
		margin-bottom:15px;
	}
	
	.imgfloatright
	{
		float:none;
		margin-right:0px;
	}
	
	.imgfloatleft
	{
		float:none;
		margin-left:0px;
	}
	
	
	
	
}


