/*
Theme Name: Devoted2Dogs Theme
Theme URI: 
Author: Posh Duck
Author URI: 
Description: 
Version: 1.0
*/

@charset "utf-8";

body#tinymce {height:auto !important;}
html .mceContentBody {height: auto !important;}

/* ##################
GLOBAL
################## */
* {
  margin: 0;
}
html, body {	
  height: 100%;
  font-family: 'Merriweather', serif;
  font-size:14px;
  line-height: 150%;
  color:#727272;
}
.container {
	max-width:1150px;
	min-width:313px;
	padding:0 3.5%;
	margin:auto;
}
a {
	color:#4F4744;
	text-decoration: none;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.mainbody a {
	text-decoration: underline;
}
a:hover {
	color:#000;
	text-decoration: underline;
}
.mainbody ul {
	margin:0 0 0 35px;	
}
.mainbody li {
	margin-bottom:10px;
}
strong {
	color:#444;
}

/* ##################
TEXT
################## */
h1,h2,h3,h4,h5,h6 {
	font-weight: lighter;
}
h1 {
	font-size:200%;
	line-height: 250%;
	color:#444;
}
h2 {
	font-size:300%;
	color:#727272;
	line-height: 125%;
	margin-bottom:20px;
}
h3 {
	color:#725A43;
	font-size:155%;
	font-weight:bold;
	margin-bottom:20px;
}
h4 {
	color:#725A43;
	font-size:150%;
	font-weight:bold;
	margin-bottom:20px;
}
h5 {
	color:#BAA241;
	font-size:110%;
	font-weight:bold;
	margin-bottom:20px;
}

/* ##################
HEADER
################## */
#tophead {
	background:#B7B7B7;
	line-height: 40px;
}
#topheadleft {
	text-align:left;
}
#tophead .group:before {
	display: none;
}
#tophead .section.group {
	height:40px;
}
ul#topleftcontact, ul#topleftcontact li {
	list-style: none;
	text-align:left;
}
ul#topleftcontact li {
	display: inline-block;
	color:#fff;
}
ul#topleftcontact li:first-child {
	margin-right:20px;
}
#topheadright {
	text-align:right;
}
ul#sociallinks {
	list-style: none;
	text-align: right;
	height: 40px;
}
ul#sociallinks li {
	display: inline-block;
	padding-top:6px;
	margin-left:2px;
}
ul#sociallinks li:first-child {
	display: inline-block;
	padding-top:6px;
	margin-left:0;
}
ul#sociallinks li a img {
	width:auto;
	height:27px;
}
ul#sociallinks li a:hover {
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
}
header {
	position: absolute;
	width:100%;
	top:40px;
	z-index: 99;
}
#mainhead {
	background:#EEE;
	line-height: 90px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    min-height:45px;	
}
#mobilenav {
	display: none;
}
#leftnav {
	text-align: right;
}
#rightnav {
	text-align: left;
}
#logocol {
	text-align: center;
}
header #logo {
	margin-top:-30px;
	max-width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
}
ul#menu-top-right-nav, ul#menu-top-left-nav {
	list-style: none;
	font-size:85%;
}
ul#menu-top-right-nav li, ul#menu-top-left-nav li {
	display: inline-block;
	text-transform: uppercase;
}
ul#menu-top-right-nav li a, ul#menu-top-left-nav li a {
	color:#111;
	margin:0 10px;
}
ul#menu-top-right-nav li a:hover, ul#menu-top-left-nav li a:hover {
	color:#000;
	text-decoration: none;
}

header.smaller {
	position: fixed;
	top:0;
}
header.smaller #mainhead {
	line-height: 58px;
	background:#eee;
}
header.smaller #logo {
	height:auto;
	max-width:140px;
	margin-top:5px;
} 
ul#menu-top-right-nav li.current-menu-item a, ul#menu-top-left-nav li.current-menu-item a {
	background:#B7B7B7 !important;
	color:#fff; !important;
	padding:10px;
}

/* ##################
HOME
################## */
#homebanner {
	position: relative;
	max-height:480px;
	overflow: hidden;
	padding-top:60px;
}
#homebanner #overlay {
	position: absolute;
	z-index: 3;
	top:120px;
	width:100%;
}
#overlay h1 {
	font-size: 300%;
	color:#fff;
	font-weight: lighter;
	line-height: 150%;
}
#overlay .container {
	text-align: center;
	max-width:800px;
}
#sil {
	background:url('img/sillhouette.png');
	width:270px;
	height:212px;
	position: absolute;
	left:50%;
	bottom:-115px;
	margin-left:-135px;
	z-index: 2;
	display: none;
}
#homepage {
	text-align: center;
}


/* ##################
INNER
################## */
.mainbody .container {
	padding:60px 3.5%;
}
#threebox {
	padding-bottom:60px;
}
.box {
	background:#F4F3F1;
	padding:20px;
}
.boximage {
	max-height:175px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.box img {
	width:100%;
	height: auto;
	filter: sepia(0%);
	-webkit-filter: sepia(0%);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;	
}
.box h3 {
	color:#725A43;
	font-size:142%;
	background:#fff;
	padding:14px 20px;
	position: absolute;
	left:0;
	bottom:0;
	z-index: 2;
}
.boxdesc {
	padding:20px;
	background:#fff;
}

.box a {
	color:#727272;
	text-decoration: none;
}
.box a:hover h3 {
	background: #7F746F;
	color:#fff;
}
.box a:hover .boxdesc {
	background: #7F746F;
	color:#fff;
}
.box a:hover img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
}
#testimonials {
	background: #F4F3F1;
	text-align: center;
}
#testimonials .container {
	padding:60px 3.5%;
}
.bxsliderTest p {
	font-size:150%;
	line-height: 150%;
	font-weight:lighter;
	text-align: left;
	margin-bottom:20px;
}
.bxsliderTest span {
	display: block;
	text-align: right;
	font-weight: lighter;
	font-style: italic;
}
#testimonials .stdbtn {
	display:inline-block;
}
#innerbanner {
	background-size: cover;
	height:400px;
	position: relative;
}
#strap {
	position: absolute;
	bottom:0;
	width:100%;
	background:#B7B7B7;
	text-align: center;	
	display: none;
}
#strap h1 {
	color:#fff;
}
#contactpage {
	text-align: center;
}
#contactdets {
	width:75%;
	margin:auto;
}
#contactpage .fa {
	font-size:500%;
	margin:20px 0;
	display: block;
	color:#4F4744;
}
#contactpage span {
	font-size:150%;
	color:#4F4744;
}
#contactpage span a {
	color:#4F4744;	
}
.contactdetcol { 
	display:inline-block;
	margin:0 20px;
}
#theform {
	margin-top:30px;
	text-align: left;
}
#theform span {
	width:73%;
	display: block;
	float: left;	
	margin-left:2%;
}
.wpcf7 label {
	padding:10px 0;
	display: block;
	float: left;
	clear: both;
	width:25%;
	text-align: left;
}
.wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=email], .wpcf7 textarea {
	padding:0 2%;
	line-height: 45px;
	width:86%;
	font-family: arial;
	margin-bottom:20px;
	border:1px solid #ccc;	
}
.wpcf7 textarea {
	line-height: 22px;
	padding:2%;
}
.wpcf7 input[type=submit] {
	border:1px solid #C8C0B7;
	padding:0 25px;
	line-height: 45px;
	color:#777;
	display:block;
	text-transform: uppercase;
	
	background: #fff;
	clear: both;
	margin-left:27%;
}	
.wpcf7 input[type=submit]:hover {
	cursor:pointer;
	color:#111;	
}
.wpcf7 select {
	padding:10px 20px;
	border:1px solid #ccc;
	color:#777;
	margin-bottom:20px;
}
.small {
	padding-left:2%;
	font-size: 85%;
	font-style: italic;
}
#gallerypage {
	text-align: center;
}
#gallerycont {
	background: #eee;
	padding:40px 30px 10px 30px;
}
.animage {
	width:23%;
	float: left;
	padding:0 1%;
	margin-bottom:30px;
}
.animage:nth-child(4n+1) {
	clear: both;
}
.animage img {
	max-width:100%;
	height: auto;
	filter: sepia(0%);
	-webkit-filter: sepia(0%);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;		
/*	border:5px solid #fff;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);*/
}
.animage img:hover {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);	
}
#servicelist {
	/*background: #f9f9f9;*/
}
#servicelist .container {
	padding:0 3.5% 60px;
}
.serviceleft {
	width:50%;
	margin-right:3%;
	float: left;
}
.serviceright {
	width:47%;
	margin-right:0;
	float: left;
}
.services100 {
	width:100%;
}
.aservice {
	margin:0 0 50px 0;
	border-bottom:1px dashed #ccc;
	padding:0 0 50px 0;
}
#servicespage h1 {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom:1px solid #ccc;
	text-align: center;
}
#servicelist h1 {
	padding-top:20px;
}
.aservice h4 {
	margin: 20px 0;
}
.aservice h5 {
	margin:20px 0 20px 20px;
}
#aboutme .container {	
	text-align: justify;
}

/* ##################
FOOTER
################## */
footer .container {
	padding:30px 3.5%;
	font-size: 85%;
}
footer nav {
}
footer nav li {
	display: inline-block;
	padding-right:10px;
}
#pd {
	text-align: right;
}
#footertext {
	padding:20px 0;
	text-align: center;
	font-size: 75%;
	background-color:#8C8C8C;
	color:#fff;
}


/* ##################
BUTTONS
################## */
.stdbtn {
	border:1px solid #C8C0B7;
	padding:0 25px;
	line-height: 65px;
	color:#777;
	display:block;
	margin-top:20px;
	text-transform: uppercase;
}
.stdbtn:hover {
	background:#fff;
	text-decoration: none;	
	color:#111;	
}

/* ##################
MISC
################## */
.alignright {
	float: right;
	margin:20px 0 20px 20px;
}
.alignleft {
	float: left;
	margin:20px 20px 20px 0;
}
#swipebox-overlay {
	background: #ddd;
}
#swipebox-bottom-bar, #swipebox-top-bar {
	background: #B7B7B7;
}
#swipebox-bottom-bar, #swipebox-top-bar {
	text-shadow: none;
	 font-family: 'Merriweather', serif;
}
.testimonials-widget-testimonial cite, .testimonials-widget-testimonial div.credit {
	margin-top:30px;
}
.hide {
	display: none;
}
#fancybox-left, #fancybox-right {
	visibility: visible!important;
}
#swipebox-bottom-bar {
	bottom:48%;
	background: none;
}
#swipebox-bottom-bar.visible-bars{
	-webkit-transform:none!important;
	transform:none!important;
}

#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
	max-width:800px;
	padding:30px;
}
#swipebox-arrows {
	width:100%;
	max-width:900px;
}

@media only screen and (max-width: 860px) {
	#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {	
		max-width:90%;
		padding:5%;
	}
}

/* ##################
RESPONSIVE
################## */
@media only screen and (max-width: 1150px) {
	.mega-toggle-blocks-right {
		text-align: right !important;
	}
	.mega-toggle-label {
		display: none !important;
	}
	#leftnav {
		display: none;
	}
	#rightnav {
		display: none;
	}		
	#mobilenav {
		display:block;		
		position: absolute;
		right:0;
		width:100%;
		top:0;
		text-align: right;
		z-index: 9999;
	}
	#mega-menu-wrap-mobile-nav .mega-menu-toggle .mega-toggle-block-right {
		padding-right:3.5%;
	}
	#mega-menu-wrap-mobile-nav .mega-menu-toggle .mega-toggle-block-1:after {
		display: none;
	}
	#mega-menu-wrap-mobile-nav .mega-menu-toggle .mega-toggle-block-1:before {
		color:#666;
		font-size:40px;
	}	
	#mega-menu-wrap-mobile-nav .mega-menu-toggle {
		line-height:80px;
	}
	#mega-menu-wrap-mobile-nav .mega-menu-toggle.mega-menu-open + #mega-menu-mobile-nav{
		margin-top:47px;
	}
	#mega-menu-wrap-mobile-nav #mega-menu-mobile-nav > li.mega-menu-item > a.mega-menu-link {
		padding:0 3.5%;
	}
	header .span_4_of_12 {
		width:100%;
	}
	#logocol.col {
		margin:0;
	}
	#logocol {
		text-align: left;
	}	
	#tophead  {
		text-align: right;
	}
	#tophead .span_8_of_12, #tophead .span_4_of_12 {
		width:auto;
		float: right;
	}
	#topheadright {
		margin:0 20px 0 0;
	}
	header #logo {
		margin-top:-35px;
	}
	#mainhead {
		padding:5px 0 10px 0;
	}
}

@media only screen and (max-width: 900px) {
	.box h3 {
		font-size: 125%;
		padding:10px 20px;
	}
	.animage {
		padding:0 2%;
		width:29%;
	}
	.animage:nth-child(4n+1) {
		clear: none;
	}
	.animage:nth-child(3n+1) {
		clear: both;
	}
	.animage img {
		width:100%;
	}
}

@media only screen and (max-width: 830px) {
	#contactdets {
		width:100%;
	}
}

@media only screen and (max-width: 800px) {
	.box h3 {
		font-size: 110%;
		padding:7px 20px;
	}
}

@media only screen and (max-width: 760px) {
	footer {
		text-align: center;
	}
	footer #pd {
		text-align: center;
	}
	.bxsliderTest p {
		font-size: 150%;		
	}
	#threebox .container {
		padding:0;
	}
	#threebox .col {
		margin:0;
	}	
	.box h3 {
		font-size: 145%;
		padding:15px 20px;
	}	
	#tophead .col {
		margin:0;
	}
	#topheadright.col {
		margin-right:20px;
	}
	header .span_4_of_12 {
		width:40%;
	}	
	header #logo {
		width:250px;
	}
	#mainhead {
		height:55px;
	}
	#mega-menu-wrap-mobile-nav .mega-menu-toggle {
		line-height:70px;
	}
	#mega-menu-wrap-mobile-nav .mega-menu-toggle.mega-menu-open + #mega-menu-mobile-nav{
		margin-top:30px;
	}	
}

@media only screen and (max-width: 700px) {
	header #logo {
		width:200px;
		margin-top:-25px;
	}	
	#overlay h1 {
		font-size: 250%;
	}
	.animage {
		padding:0 2%;
		width:46%;
	}
	.animage:nth-child(3n+1) {
		clear: none;
	}
	.animage:nth-child(2n+1) {
		clear: both;
	}
	.animage img {
		width:100%;
	}
}


@media only screen and (max-width: 620px) {
	.wpcf7 label, #theform span {
		width:100%;
		float: none;
		margin-left:0;
	}
	#theform br, .wpcf7 label.nomob {
		display: none;
	}
	.wpcf7 input[type=submit] {
		margin-left:0;
	}
}

@media only screen and (max-width: 600px) {
	h2 {
		font-size: 250%;		
	}
	header .span_4_of_12 {
		width:50%;
	}
	header #logo{
		margin-top:0px;
		width:170px;
	}
	#mainhead {
		padding:10px 0;
	}
	#overlay h1 {
		font-size: 200%;
	}
	.alignright, .alignleft {
		float: none;
		display: block;
		margin: 20px auto;
		clear: both;
		max-width:100%;
		height: auto;
	}
}

@media only screen and (max-width: 550px) {
	h2 {
		font-size: 200%;		
		font-weight: bold;
	}
	.animage {
		width:100%;
	}
	.animage:nth-child(2n+1) {
		clear: none;
	}
}

@media only screen and (max-width: 510px) {
	#homebanner #overlay {
		background: #727272;
		z-index: 10;
		bottom:0px;
		top:auto;
		padding:10px 0;
	}
	#overlay h1 {
		font-size: 150%;
	}
	#sil {
		display: none;
	}
}

@media only screen and (max-width: 470px) {
	.bxsliderTest p {
		font-size: 125%;		
	}
	h2 {
		font-size: 150%;		
		font-weight: bold;
	}	
}

@media only screen and (max-width: 450px) {
	#topheadright {
		display: none;
	}
	#tophead .span_8_of_12 {
		text-align: center;
		width:100%;
	}
	ul#topleftcontact {
		text-align: center;
	}
	#overlay h1 {
		font-size: 125%;
	}
}
@media only screen and (max-width: 380px) {
	header .span_4_of_12 {
		width:75%;
	}
}
@media only screen and (max-width: 300px) {
	.bxsliderTest p {
		font-size: 110%;		
	}
	#testimonials .stdbtn {
		font-size: 80%;
	}
}

.testimonials-widget-testimonials img {
	max-width:500px;
}

.testimonials-widget-testimonials img.alignright {
	margin:0 0 20px 20px;
}


@media only screen and (max-width: 1000px) {
	.testimonials-widget-testimonials img {
		max-width:400px;
	}
}

@media only screen and (max-width: 800px) {
	.testimonials-widget-testimonials img {
		max-width:300px;
	}
}

@media only screen and (max-width: 700px) {
	.testimonials-widget-testimonials img {
		max-width:200px;
	}
}

@media only screen and (max-width: 550px) {
	.testimonials-widget-testimonials img {
		max-width:100%;
		height: auto;		
		display: block;		
	}
	.testimonials-widget-testimonials img.alignright {
		margin:0 0 20px 0;
	}
	.testimonials-widget-testimonials .alignright {
		float: none;
	}
}
.open-quote, .close-quote {
	display: none !important;
}