/*-----------------------------------------------------------
	Theme Name: Adore Houston 2016
	Description: Custom responsive theme for Adore Houston
	Author: DesignGood Studio
	Author URI: http://designgoodstudio.com
	Version: 1.0
/*-----------------------------------------------------------------------------------*
/* = Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
/*-----------------------------------------------------------------------------------*/
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
:focus { outline: 0 }
body { background: #fff; line-height: 1; }
ol, ul { list-style: none; padding: 0; margin: 0; }
article ol,
article ul {
	list-style: outside;
	margin-top: 18px;
	margin-left: 17px;
}
article ol li,
article ul li {
	margin-bottom: 20px;
}
body.page-template-page-application article ol li,
body.page-template-page-application article ul li {
	margin-bottom: 0px;
}
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: "" }
blockquote, q { quotes: "" "" }
a img { border: 0 }
figure img { max-width: 100% }
header, hgroup, footer, section, article, aside { display: block }
body.home section {
	float: left;
	clear: both;
	width: 100%;
}
#wpstats { display: none }
/*-----------------------------------------------------------------------------------*
/* = Fonts
/*-----------------------------------------------------------------------------------*/
.abel {
	font-family: 'Abel', sans-serif;
}
.oswald {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.worksans-light {
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
}
.worksans {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}
.worksans-semibold {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
}
.worksans-bold {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
}
/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/
body {
	background-color: #fff;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	color: #000;
}
a {
	text-decoration: none;
	color: #00accb;
	font-weight: 700;
}
a:hover {
	text-decoration: none;
	color: #00accb;
}
p {
	margin: 0 0 20px;
}
strong { font-weight: 700 }
em { font-style: italic }
pre { margin: 20px 0; background: #eee; border: 1px solid #ddd; padding: 10px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
blockquote { border-left: 4px solid #ccc; padding-left: 20px; margin: 30px 0px; }
.clear { clear: both }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; }
* html .clearfix { zoom: 1 }
*:first-child+html .clearfix { zoom: 1 }
.remove-margin { margin-right: 0 !important }
img { max-width: 100%; height: auto !important; }
.col-1 { clear: both; margin-left: 0 !important; } /* removes margin on first item of row and clears floats - very important! */
#page-featured-img { margin-bottom: 30px; }
#page-featured-img img { display: block; width: 100%; }
.box-link {
	display: inline-block;
	border: solid 1px;
	border-color: inherit;
	padding-top: 10px;
	padding-left: 40px;
	font-family: 'Abel', sans-serif;
	font-size: 31px;
	line-height: normal;
	font-weight: 400;
	padding-right: 40px;
	padding-bottom: 11px;
	text-transform: uppercase;
}
.box-link:hover {
	color: inherit;
}
/*-----------------------------------------------------------------------------------*
/* = Structure
/*-----------------------------------------------------------------------------------*/
#wrap {
	background: #fff;
	margin: 0 auto;
	width: 100%;
/*	max-width: 1280px;*/
	padding: 0;
}
#main {
	margin: 0;
}
/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/
h1, h2, h3, h4 { color: #000; line-height: 1.5em; font-weight: normal; word-spacing: 2px; }
h1 { font-size: 24px; margin-bottom: 20px; line-height: 1.2em; }
h2 {
	font-size: 18px;
	text-transform: uppercase;
	}
h3 { font-size: 16px }
h4 { font-size: 14px }
h2, h3, h4 { margin-top: 30px; margin-bottom: 20px; }
h1 a, h2 a, h3 a, h4 a { color: #000 }
h2 a:hover, h3 a:hover, h4 a:hover { color: #47C0C0; text-decoration: none; }
.single-title { margin-bottom: 25px }
/*-----------------------------------------------------------------------------------*
/* = WordPress Styles
/*-----------------------------------------------------------------------------------*/
/*sticky*/
.sticky { }
/*gallery captio*/
.gallery-caption
/*by post author*/
.bypostauthor { }
/*aligns*/
.aligncenter, .alignnone { display: block; margin: 10px 0; }
.alignright { float: right; margin: 10px 0 10px 10px; }
.alignleft { float: left; margin: 10px 10px 10px 0; }
/*floats*/
.floatleft { float: left }
.floatright { float: right }
/*text style*/
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }
/*captions*/
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
/*smiley reset*/
.wp-smiley { margin: 0 !important; max-height: 1em; }
/*blockquote*/
blockquote.left { margin-right: 20px; text-align: right; margin-left: 0; width: 33%; float: left; }
blockquote.right { margin-left: 20px; text-align: left; margin-right: 0; width: 33%; float: right; }
/*-----------------------------------------------------------------------------------*
/* = Common Colors
/*-----------------------------------------------------------------------------------*/
.blue {
	color: #0071bc;
}
.dblue {
	color: #005975;
}
.lblue {
	color: #00accb;
}
.pink {
	color: #ed1e79;
}
.white {
	color: #fff;
}
.yellow {
	color: #d6de23;
}
/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/
#page-heading {
	position: relative;
	margin: 0;
	padding: 0;
	padding-top: 7px;
}
body.page-template-portfolio-filterable #page-heading,
body.page-template-search-filterable #page-heading {
	padding-top: 7px;
/*	padding-left: 5%;*/
/*	padding-right: 5%;*/
	padding-bottom: 74px;
}
body.single-portfolio #page-heading {
	min-height: 136px;
/*	background-image: url(images/AdopableDogs-single-header-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
	padding-top: 12px;
	font-size: 17px;
	line-height: normal;
	text-align: center;
	margin-bottom: 18px;
}
body.single-portfolio #page-heading a {
	color: #808080;
}
#page-heading h1 {
	font-size: 53px;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	margin: 0px !important;
}
#page-heading h2 { font-size: 21px; line-height: 1em; margin: 0px !important; }
h2.heading {
	font-weight: normal;
	font-size: 40px;
	line-height: normal;
	text-align: center;
	margin: 0;
}
#page-heading li {
	list-style: none;
	text-align: center;
}
#page-heading li ul {
	display: none;
	margin-top: 9px;
	margin-bottom: 13px;
}
body.page-template-page-about #page-heading li ul#about,
body.page-template-page-involved #page-heading li ul#involved,
body.page-template-page-adorabulls #page-heading li ul#adoreabulls,
body.page-template-page-faq #page-heading li ul#faq {
	display: block;
}
#wysiwyg_widgets_widget-5 ul li {
	display: inline-block;
	padding-right: 22px;
	border-right: solid 2px #005975;
	margin-right: 22px;
	margin-bottom: 13px;
}
#wysiwyg_widgets_widget-5 ul li:last-child {
	padding-right: 0px;
	border-right: none;
	margin-right: 0px;
}
#wysiwyg_widgets_widget-5 ul li a {
	font-family: 'Work Sans', sans-serif;
	font-size: 17px;
	line-height: normal;
	color: #005975;
	font-weight: 600;
}
/*-------------------------------------------------*
/* = Header
/*-------------------------------------------------*/
#masterhead {
	position: relative;
	height: 151px;
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
	padding: 0;
	z-index: 2;
}
body.home #masterhead {
	height: 104px;
}
body.single-portfolio #masterhead {
	height: 146px;
}
#logo {
	float: none;
	position: absolute;
	top: 34px;
	left: 51px;
	z-index: 1;
}
#logo a { font-size: 32px; font-weight: 700; color: #000; padding: 0px; margin: 0px; text-decoration: none; }
#logo a:hover { color: #666 }
#header-social-media {
	position: absolute;
	top: 122px;
	right: 73px;
}
body.home #header-social-media,
body.single-portfolio #header-social-media {
	display: none;
}
#header-social-media #app-link {
	margin-top: 5px;
	font-size: 15px;
	text-transform: uppercase;
	margin-right: 6px;
}
#header-social-media #app-link:hover {
	color: #ed1e79;
}
#header-social-media #home-social-media-icon {
	width: 29px;
	height: 29px;
	margin-left: 6px;
	margin-right: 6px;
}
#header-social-media #home-social-media-icon a i {
	font-size: 18px;
}
/*-------------------------------------------------*
/* =  Navigation
/*-------------------------------------------------*/
#masternav {
	float: none;
	position: absolute;
	max-width: 74%;
	top: 43px;
	right: 32px;
}
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu { line-height: 1.0 }
.sf-menu ul {
	position: absolute;
	nowhitespace: afterproperty;
	top: -999em;
	width: 240px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li { width: 100% }
.sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
.sf-menu li {
	float: left;
	position: relative;
	margin-right: 30px;
}
.sf-menu a { display: block; position: relative; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { left: 10px; nowhitespace: afterproperty; top: 40px; /* match top ul list item height */ z-index: 99; ; }
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 240px; /* match ul width */ top: 0; ; }
/*** skin ***/
.sf-menu { float: left }
.sf-menu a {
	line-height: normal;
	display: block;
	float: left;
	color: #0071bc;
	font-weight: 400;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
}
.sf-menu > li > a:focus,
.sf-menu > li > a:hover,
.sf-menu > li > a:active,
.sf-menu > li.sfHover > a {
	color: #0071bc;
}
#masternav .current-menu-item > a:first-child,
.single-portfolio #masternav li.menu-item-18 > a {
	border-bottom: solid 5px #005975;
}
ul.sub-menu li a {
    border: medium none !important;
}
.sf-sub-indicator {
	display: none;
}
/*Subs*/
.sf-menu ul {
	padding: 0;
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	background: #fff;
	border: 1px solid #005975;
}
.sf-menu ul ul { margin-top: -1px }
.sf-menu ul a {
	margin: 0;
	line-height: normal;
	height: auto;
	padding: 10px;
	display: block;
	float: none;
	color: #999;
	text-transform: none;
}
.sf-menu ul a:focus,
.sf-menu ul a:hover,
.sf-menu ul a:active {
	color: #999;
}
.sf-menu ul .current-menu-item a { /*color: #fff*/ }
.sf-menu ul li { border-bottom: 1px solid #ddd }
.sf-menu ul li:last-child { border-bottom: 0px }
.responsive-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #e13575 !important;
	top: 10px;
	left: 16%;
	box-shadow: 0 10px 0 #e13575, 0 20px 0 #e13575 !important;
}
/*-----------------------------------------------------------------------------------*/
/* = Home
/*-----------------------------------------------------------------------------------*/
#home-tagline { color: #000; text-align: center; font-size: 21px; line-height: 1.4em; margin-bottom: 25px; padding-bottom: 25px; border-bottom: 5px solid #444; }
#home-highlights { margin-top: 45px; margin-bottom: 25px; margin-right: -20px; }
.hp-highlight { float: left; width: 230px; margin-right: 20px; margin-bottom: 20px; }
.highlight-last { background: none; margin-right: 0px; }
.hp-highlight p:last-child { margin-bottom: 0px }
.hp-highlight h2 { font-size: 16px; text-transform: uppercase; margin-top: 0px; margin-bottom: 15px; }
.hp-highlight a:hover h2 { color: #47C0C0 }
.hp-highlight img { display: block; float: left; margin-right: 10px; }
/*home-hero */
#home-hero-slider {
	position: relative;
}
.owl-carousel {
	z-index: auto !important;
}
#home-hero-link-triangle {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
}
#home-hero-link-triangle h2 {
	position: absolute !important;
	bottom: 20px;
	right: 92px;
	left: 5%;
	text-align: left;
	font-size: 30px;
	line-height: 1;
}
#home-hero-link-triangle i {
	position: absolute;
	bottom: 16px;
	right: 37px;
	font-size: 40px;
}
@media screen and (min-width: 768px) {
	#home-hero-link-triangle {
		background-image: url(images/Homepage-pink-triangle.png);
		background-size: cover;
		height: 592px;
		width: 420px;
	}
	#home-hero-link-triangle h2 {
		max-width: 190px;
		right: 24px;
		bottom: 40px;
		left: auto;
		font-size: 40px;
		line-height: normal;
	}
	#home-hero-link-triangle i {
		bottom: 46px;
	}
	.sa_hover_container {
/*		min-height: 500px !important;*/
		height: calc(100vh - 356px);
	}
}
@media screen and (min-width: 1090px) {
	.sa_hover_container {
		height: calc(100vh - 306px);
	}
}
@media screen and (min-width: 1200px) {
	.sa_hover_container {
/*		min-height: 600px !important;*/
	}
}
/*home-top*/
#home-top {
	float: left;
	width: 100%;
	background-color: #00accb;
}
/*home-event-block*/
#home-event-block {
	float: left;
	width: 50%;
	background-color: #00accb;
	padding-top: 130px;
	padding-left: 84px;
	color: #fff;
	box-sizing: border-box;
	display: none;
}
#home-event-block a {
	color: #d6de23;
	font-weight: 400;
}
#home-event-block li {
	list-style: none;
	font-size: 22px;
}
#home-event-block li h4 {
	margin-top: 0px;
	font-weight: 300;
	font-size: 36px;
	line-height: normal;
	margin-bottom: 0px;
}
/*home-featured-dog-block*/
#home-featured-dog-block {
	float: left;
	width: 100%;
	box-sizing: border-box;
}
#home-featured-dog-block #wdps_container1_0 #wdps_container2_0 .wdps_slideshow_image_0 {
	background-position: center center !important;
	width: 30% !important;
	float: right !important;
}
#wdps_container1_0 #wdps_container2_0 .wdps_slideshow_image_wrap_0 {
	max-width: none !important;
}
span.wdps_layer_1 {
	left: 30px !important;
}
span.wdps_animated br {
	padding: 0;
}
#featured-dog-available {
	padding: 0 !important;
	font-family: 'Work Sans', sans-serif !important;
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
	color: #d6de23;
}
#featured-dog-main-title {
	padding: 0 !important;
	font-family: 'Work Sans', sans-serif !important;
	font-size: 30px;
	line-height: 30px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}
#featured-dog-name {
	font-family: 'Work Sans', sans-serif;
	font-size: 48px;
	line-height: 52px;
	font-weight: 700;
}
#featured-dog-meta {
	max-width: 75%;
	margin-top: -13px !important;
	font-family: 'Work Sans', sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
}
#featured-dog-link {
	padding: 0;
}
#featured-dog-link i {
	font-size: 42px;
}
#featured-dog-link i:hover {
	color: #d6de23;
}
/*home-dog-search*/
#home-dog-search {
/*	padding-top: 38px;*/
	padding-top: 2rem;
	padding-left: 5%;
	padding-right: 5%;
/*	padding-bottom: 106px;*/
	padding-bottom: 2rem;
	box-sizing: border-box;
	background-color: #d6de23;
}
#search-bar {
/*	float: left;*/
	width: 100%;
/*	margin-top: 34px;*/
/*	padding-top: 2%;*/
	padding-top: 1rem;
/*	padding-left: 2%;*/
/*	padding-right: 2%;*/
/*	background-color: #f2f2f2;*/
	font-size: 15px;
	line-height: 23px;
	color: #ed1e79;
	box-sizing: border-box;
}
body.page-template-portfolio-filterable #search-bar,
body.page-template-search-filterable #search-bar {
	margin-top: 26px;
	background-color: #d6de23;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 26px;
	padding-bottom: 26px;
}
#adoptable-sort {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#adoptable-sort li {
/*	float: left;*/
	position: relative;
	min-width: 125px;
	font-size: 23px;
	line-height: 23px;
	color: #005975;
	margin-right: 30px;
/*	margin-bottom: 20px;*/
	flex: 0 0 auto;
	border-bottom: 25px solid transparent;
}
body.page-template-portfolio-filterable #adoptable-sort li,
body.page-template-search-filterable #adoptable-sort li {
	min-width: 115px;
}
#adoptable-sort li:hover {
	visibility: inherit;
}
#adoptable-sort li a {
	display: block;
	background-image: url(images/Homepage-search-bg-off.png);
	background-repeat: no-repeat;
	background-position: right 1px;
	color: #005975;
	padding-right: 50px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #808080;
	box-sizing: border-box;
}
#adoptable-sort li a:hover {
	background-image: url(images/Homepage-search-bg-on.png);
	color: #005975;
}
#adoptable-sort li:hover ul {
	display: block;
	visibility: visible;
}
#adoptable-sort ul::before {
	content: '';
	background-image: url(images/Search_Callout.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 16px;
	height: 19px;
    position: absolute;
    top: -19px;
	left: 10px;
}
#adoptable-sort ul {
	position: absolute;
	display: none;
	visibility: hidden;
	top: 42px;
	background-color: #fff;
	border: solid 1px #005975;
	margin-top: 0px !important;
	padding-top: 20px;
/*	padding-bottom: 10px;*/
	z-index: 1;
	width: 100%;
}
#adoptable-sort ul li {
	width: 100%;
	min-width: 0px;
	padding-left: 18px;
	font-size: 18px;
	line-height: 23px;
	margin-right: 0px;
	text-align: left;
}
#adoptable-sort ul li a {
	background-image: none;
	color: #999;
	padding-right: 0px;
	border-bottom: none;
}
#adoptable-sort ul li a:hover {
	background-image: none;
	color: #999;
}
/*home-success-stories*/
#home-success-stories {
}
#home-success-stories .home-entry {
	position: relative;
	width: 100%;
	float: left;
	margin-left: 0px;
	margin-bottom: -6px;
}
#home-success-stories-block {
	position: absolute;
	top: 0;
	min-width: 508px;
	background-image: url(images/Homepage-success-stories-bg.png);
	background-repeat: no-repeat;
}
#home-success-stories-content {
	padding-top: 36px;
	padding-left: 44px;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}
#home-success-stories-content h2 {
	text-align: left;
	margin-bottom: 23px;
}
#home-success-stories-content h3 {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}
#home-success-stories-content p {
	margin-top: 44px;
}
#home-success-stories-content a {
}
#home-success-stories-content a:hover {
	color: #d6de23;
}
#home-success-stories-content i {
	font-size: 40px;
	line-height: 40px;
	margin: 0;
}
/*home-difference*/
#home-difference {
	background-color: #e6e6e6;
	padding-top: 30px;
	text-align: center;
}
#home-difference-boxes {
	display: inline-block;
	margin-top: 25px;
}
.home-difference-column {
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
}
/* home-donate-now */
#home-donate-now {
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: cover;
	padding-top: 140px;
	padding-bottom: 140px;
}
#home-donate-now-content {
	background-color: rgba(0, 153, 203,0.5);
	color: #fff;
	width: 280px;
	margin-left: 5%;
	margin-right: 5%;
	padding: 32px;
	font-size: 30px;
	line-height: 1;
}
#home-donate-now-content h2 {
	text-align: left;
}
#home-donate-now-content i {
	font-size: 40px;
}
/*home-social-media*/
#home-social-media {
	padding-top: 25px;
	text-align: center;
	padding-bottom: 32px;
}
#home-social-media h3 {
	margin: 0;
	font-size: 20px;
}
#home-social-media-icons {
	margin-top: 17px;
}
#home-social-media-icon {
	display: inline-flex;
	align-items: center;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 10px;
	margin-right: 10px;
}
#home-social-media-icon a {
	width: 100%;
	color: #fff;
}
#home-social-media-icon a:hover {
	color: #fff;
}
#home-social-media-icon a i {
	font-size: 28px;
}
/*home-adore-a-bulls*/
#home-adore-a-bulls {
	position: relative;
	background-image: url(images/Homepage-adopt-a-bulls-pic.jpg);
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: cover;
}
#home-adore-a-bulls img {
	margin-bottom: -5px;
}
#home-adore-a-bulls-block {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 510px;
	background-image: url(images/Homepage-adopt-a-bulls-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#home-adore-a-bulls-content {
	padding-top: 36px;
	font-size: 30px;
	line-height: 30px;
	color: #0099cb;
	padding-right: 44px;
	text-align: right;

}
@media screen and (min-width: 768px) {
	#home-adore-a-bulls-content {
		margin-bottom: 194px;
	}
}
#home-adore-a-bulls-content h2 {
	margin-bottom: 22px;
	text-align: right;
}
#home-adore-a-bulls-content p {
	margin-top: 74px;
}
#home-adore-a-bulls-content a {
}
#home-adore-a-bulls-content a:hover {
	color: #fff;
}
#home-adore-a-bulls-content i {
	font-size: 40px;
	line-height: 40px;
	margin: 0;
}
#filter_tag {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 16px;
}
#filter_tag ul li{float:left;position:relative;margin:5px;padding:10px;background: #f2f2f2;}
#filter_tag ul li a i{padding-left: 10px;color: #ed1e79;}

/*contact*/
#contact {
	float: left;
	width: 100%;
	background-color: #fff;
}
#contact li {
	list-style: none;
}
#contact-adoption-event {
	background-color: #d6de23;
	padding-top: 32px;
	padding-bottom: 49px;
}
#contact-adoption-event li#tribe-events-list-widget-3 p {
	display: none;
}
#contact-adoption-event h2 {
	margin: 0;
	font-family: 'Abel', sans-serif;
	font-size: 40px;
	line-height: normal;
	color: #fff;
	text-align: center;
	margin-bottom: 12px;
}
#contact-adoption-event h4 {
	margin: 0;
	font-family: 'Work Sans', sans-serif;
	font-size: 38px;
	line-height: normal;
	text-align: center;
}
#contact-adoption-event h4 a {
	color: #005975;
	font-weight: 300;
}
#contact-adoption-event h4 a:hover {
	color: #005975;
}
#contact-adoption-event div.tribe-event-duration {
	font-family: 'Work Sans', sans-serif;
	font-size: 23px;
	line-height: normal;
	color: #005975;
	font-weight: 600;
	text-align: center;
}
#contact-center-strip {
/*
	float: left;
	width: 100%;
	position: relative;
	height: 298px;
*/
}
#contact-twitter {
/*	float: left;*/
	position: absolute;
	left: 0;
	z-index: 2;
}
#contact-twitter-left {
	float: left;
	background-color: #0099cb;
	color: #fff;
}
#contact-twitter-left-top {
	padding-top: 21px;
	padding-left: 25px;
	font-size: 22px;
	line-height: normal;
	padding-bottom: 21px;
}
#contact-twitter-left-top a {
	color: #fff;
}
#contact-twitter-left-top a i {
	font-size: 24px;
}
#contact-twitter-left-bottom {
}
#contact-twitter-left-bottom-left {
	float: left;
	background-image: url(images/twitter-left-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#contact-social-media-icons {
	margin-top: 60px;
	margin-left: 18px;
	margin-right: 20px;
	margin-bottom: 8px;
}
#contact-social-media-icon {
	display: inline-flex;
	align-items: center;
	text-align: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-left: 8px;
	margin-right: 8px;
}
#contact-social-media-icon a {
	width: 100%;
	color: #fff;
}
#contact-social-media-icon a:hover {
	color: #fff;
}
#contact-social-media-icon a i {
	font-size: 16px;
}
#contact-twitter-left-bottom-right {
	float: left;
	border-left: solid 2px #fff;
}
#contact-twitter-right {
	float: left;
}
#contact-twitter-right img {
	margin-bottom: -5px;
}
#contact-instagram {
/*	float: left;
	margin-left: -80px;*/
/*	position: absolute;*/
/*	right: 0;*/
/*	width: 70%;*/
	z-index: 1;
}
#sb_instagram.sbi_fixed_height {
	overflow-y: hidden;
}
#sb_instagram .sbi_photo {
/*	min-height: 299px;*/
}
#sbi_load {
	display: none;
}
#instagram-follow-bar {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 36px;
	padding-bottom: 36px;
	background-color: #0099cb;
}
#instagram-follow-bar h2 {
	text-align: center;
	margin: 0;
	color: #fff;
}
#instagram-follow-bar h2 a {
	color: #fff;
	font-weight: 400;
}



#contact-content {
	clear: both;
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	padding-top: 27px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 47px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #ed1e79;
}
/* body.page-template-page-application #contact-content {
	display: none;
} */
#contact-content #form-row {
	float: left;
	width: 100%;
}
#contact-content #form-row2 {
	float: left;
	width: 100%;
	padding-top: 18px;
	font-size: 16px;
	line-height: normal;
	color: #000;
	padding-bottom: 18px;
	text-align: center;
}
#contact-content #form-row3 {
	float: left;
	width: 100%;
	text-align: center;
}
#contact-content #form-row3 img {
	display: none;
}
#contact-content #form-column {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
#contact-content #form-column.left {
	padding-right: .75%;
}
#contact-content #form-column.right {
	padding-left: .75%;
}
/*home portfolio*/
#home-projects { margin-bottom: 25px }
/*home blog*/
#home-posts { margin-right: -20px }
#home-posts .heading {
	margin-right: 0px
}
.home-entry { width: 230px; float: left; margin-left: 20px; margin-bottom: 20px; font-size: 12px; }
.home-entry h3 { font-size: 13px; margin: 10px 0 0; font-weight: bold; }
/*-----------------------------------------------------------------------------------*/
/* = Image Slider
/*-----------------------------------------------------------------------------------*/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none }
.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; display: block; }
.flex-pauseplay span { text-transform: capitalize }
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .slides { display: block }
* html .slides { height: 1% }
.no-js .slides > li:first-child { display: block }
/*slider wrap */
#slider-wrap { width: 100%; position: relative; margin-bottom: 30px; }
/*homepage specific*/
#home-slider-loader { text-align: center; font-size: 28px; height: 100px; line-height: 100px; color: #bbb; }
#home-slider-wrap { margin-bottom: 30px; position: relative; }
#home-slider-wrap img { width: 100%; display: block; margin: 0; padding: 0; }
#home-slider-wrap .flex-caption { position: absolute; width: 100%; bottom: 0; background: #000; background: rgba(0,0,0,0.8); color: #fff; font-weight: 700; font-size: 13px; text-align: center; box-sizing: border-box; }
#home-slider-wrap .flex-caption { padding: 15px; margin: 0; }
#home-slider-wrap .flex-caption p:last-child { margin: 0 }
/*control nav & arrows*/
.flex-control-nav { display: none }
.flex-direction-nav li a.flex-next, .flex-direction-nav li a.flex-prev { position: absolute; display: block; z-index: 101; font-size: 21px; height: 80px; width: 50px; line-height: 80px; color: #fff; background: #000; display: block; position: absolute; top: 50%; margin-top: -40px; cursor: pointer; text-align: center; -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4; }
.flex-direction-nav li a.flex-next { right: 0 }
.flex-direction-nav li a.flex-prev { left: 0 }
.flex-direction-nav li a.flex-prev:hover, .flex-direction-nav li a.flex-next:hover { text-decoration: none; background: #47C0C0; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
/*-----------------------------------------------------------------------------------*
/* = Portfolio
/*-----------------------------------------------------------------------------------*/
.filterable-portfolio {
	margin-left: 0px;
	padding-left: 5%;
	padding-right: 5%;
	overflow: hidden;
}
.portfolio-content {
}
.no-margin { margin-right: 0px !important }
.no-border { border-right: 0px !important }
/*ul.filter {
	font-size: 12px;
	position: relative;
	right: 0;
	top: 50%;
	margin-top: -25px;
	list-style: none;
	color: #999;
	height: 30px;
	line-height: 30px;
}
ul.filter li { float: left; height: 25px; line-height: 25px; margin-left: 10px; }*/
li.sort { margin-right: 10px !important }
/*ul.filter a { display: block; background: #eee; color: #666; height: 25px; line-height: 25px; padding: 0 10px; }
ul.filter li:last-child a { margin: 0px }
ul.filter a:hover, ul.filter a.active { background: #3fb7b7 !important; color: #fff; }
#portfolio-cats a[data-filter=".age"],
#portfolio-cats a[data-filter=".featured"],
#portfolio-cats a[data-filter=".gender"],
#portfolio-cats a[data-filter=".size"] {
	display: none;
}
#portfolio-cats li {
	float: left;
}*/
/*portfolio items*/
.portfolio-item {
	float: left;
/*	max-width: 294px;*/
	max-width: 405px;
	width: 25%;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 11px;
	position: relative;
	box-sizing: border-box;
}
.portfolio-item:hover {
	background-color: #d6de23;
}
.portfolio-item:hover .portfolio-overlay h3 {
	color: #005975;
}
.portfolio-item a { display: block }
.portfolio-item a img {
	display: block;
	max-width: none;
	width: 100%;
}
.portfolio-overlay {
}
.portfolio-overlay h3 {
	font-family: 'Work Sans', sans-serif;
	font-size: 23px;
	line-height: 48px;
	font-weight: 700;
	margin: 0;
	padding: 5px 7px;
	color: #00accb;
	text-align: center;
}
/*single portfolio*/
#single-portfolio { margin-bottom: 20px }
#single-portfolio-left {
	float: left;
	width: 45%;
	padding-left: 5%;
	max-width: 640px;
}
#portfolio-post-slider { position: relative }
#single-portfolio-right {
	float: right;
	width: 40%;
	padding-right: 5%;
}
#sp-dog-title-block {
	float: left;
	width: 100%;
}
#sp-dog-title {
	float: left;
}
#sp-dog-title h2 {
	margin-top: 0px;
	font-size: 40px;
	margin-bottom: 0px;
	text-transform: none;
}
#sp-dog-share {
	float: right;
	padding-top: 17px;
	text-align: right;
}
#sp-dog-share ul {
	list-style: none;
}
#sp-dog-share-buttons {
	display: none;
	padding-bottom: 6px;
}
#sp-dog-share li:hover #sp-dog-share-buttons {
	display: block;
}
#sp-dog-info {
	float: left;
	width: 100%;
	border-top: solid 5px #e6e6e6;
	padding-top: 21px;
	padding-bottom: 12px;
	border-bottom: solid 5px #e6e6e6;
}
#sp-dog-info-left {
	float: left;
	width: 50%;
	font-size: 18px;
	line-height: 24px;
	color: #666;
}
#sp-dog-info-left span {
	font-weight: 700;
}
#sp-dog-info-right {
	float: right;
	width: 40%;
	text-align: right;
}
#sp-dog-info-right a.button {
	display: block;
	margin-top: 4px;
	font-size: 23px;
	line-height: 41px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#sp-dog-info-right a.button:last-child {
	margin-bottom: 0px;
}
#sp-dog-info-right a.button:hover {
	color: #fff;
}
#sp-dog-social {
}
#sp-dog-social-content {
	margin-top: 10px;
	border-top: solid 3px #e6e6e6;
	padding-top: 15px;
}
#sp-dog-social-content ul {
	list-style: none;
}
#sp-dog-social-content li {
	float: left;
	margin-right: 30px;
}
#sp-dog-content {
	float: left;
	padding-top: 43px;
	padding-left: 12px;
	font-size: 15px;
}
#sp-other-dogs {
/*	float: left;*/
/*	width: 100%;*/
/*	padding-top: 50px;*/
/*	padding-bottom: 53px;*/
}
#sp-other-dogs ul {
/*	float: left;*/
	max-height: 273px;
	overflow: hidden;
	margin-left: 0;
}
#sp-other-dogs li {
	float: left;
	width: 20%;
/*	margin-top: 28px;*/
	list-style: none;
}
#sp-other-dogs li img {
	width: 100%;
}
#sp-other-dogs li .awesome-dog {
	height: 273px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#sp-foster {
	float: left;
	width: 100%;
	height: 414px;
	max-height: 414px;
	background-color: #00accb;
	background-image: url(images/AdopableDogs-single-foster-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto contain;
}
#sp-foster-content {
	text-align: center;
	font-size: 20px;
	line-height: 23px;
}
#sp-foster-content h2 {
	margin-top: 52px;
	font-size: 53px;
	margin-bottom: 19px;
}
#sp-foster-content p {
	margin-bottom: 40px;
}
#single-portfolio-left h1 { font-size: 18px; line-height: 1em; }
#single-portfolio-meta { margin-top: -10px; margin-bottom: 20px; font-weight: bold; }
#single-portfolio-meta h4 { margin-bottom: 10px }
#single-portfolio-meta a { display: block; float: left; margin-right: 5px; padding: 3px 7px; background: #eee; color: #666; }
#single-portfolio-meta a:hover { background: #fee825 !important; color: #000; }
/*-----------------------------------------------------------------------------------*
/* = Next/Prev Navigation
/*-----------------------------------------------------------------------------------*/
#single-nav { position: absolute; top: 50%; right: 0px; margin-top: -25px; }
#single-nav-left, #single-nav-right { float: left; margin-left: 10px; }
#single-nav a { font-size: 11px; color: #666; background: #eee; padding: 0 10px; height: 25px; line-height: 25px; display: block; -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; }
#single-nav-left a:hover, #single-nav-right a:hover { color: #fff; background: #3fb7b7; }
#single-nav-left a span { margin-right: 4px }
#single-nav-right a span { margin-left: 4px; font-size: 11px; }
/*-----------------------------------------------------------------------------------*
/* = Entries
/*-----------------------------------------------------------------------------------*/
.loop-entry {
	margin-bottom: 31px;
}
.loop-entry-thumbnail {
	float: left;
}
/*.loop-entry img:hover { opacity: 0.8; -moz-opacity: 0.8; -webkit-opacity: 0.8; }*/
.loop-entry h2 {
	margin-top: 25px;
	font-size: 40px;
	line-height: 38px;
	text-transform: none;
	margin-bottom: 16px;
}
.loop-entry-meta { display: block; color: #999; font-size: 11px; margin: 0 0 10px; list-style: none; }
.loop-entry-meta li { display: inline; margin-right: 15px; margin-bottom: 5px; }
.loop-entry-meta i { font-size: 13px; color: #666; margin-right: 5px; }




/*-----------------------------------------------------------------------------------*
/* = Posts & Pages
/*-----------------------------------------------------------------------------------*/
.post {
/*	float: left;*/
/*	width: 100%;*/
}
/*.full-width { float: none !important; width: 100% !important; }*/
.full-width {
	max-width: 1280px;
	margin: 0 auto;
}
.entry { margin-bottom: 20px }
.entry ul, .entry ol { margin-left: 30px; margin-bottom: 10px; list-style: inherit; }
.entry ol { list-style: decimal }
/*post meta */
.post-meta { display: block; color: #999; font-size: 11px; margin: -15px 0 10px; list-style: none; }
.post-meta li { float: left; margin-right: 15px; margin-bottom: 5px; }
.post-meta i { font-size: 13px; color: #666; margin-right: 5px; }
/*post thumb*/
.post-thumbnail { float: left; margin-right: 25px; }
/*post tags*/
.post-tags { margin-right: 10px; margin-top: 30px; font-size: 12px; }
.post-tags span { margin-right: 10px; color: #666; }
.post-tags a { }
/*-----------------------------------------------------------------------------------*
/* = Secondary Page Common Parts
/*-----------------------------------------------------------------------------------*/
#page-section-1 {
	float: left;
	width: 100%;
	position: relative;
}
#page-featured-img {
	position: absolute;
}
#page-section-2,
#page-section-3,
#page-section-4,
#page-section-5,
#page-section-6,
#page-section-7 {
	float: left;
	width: 100%;
}
#page-section-2-content-left,
#page-section-2-content-right {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
#page-section-4-content-column,
#page-section-5-content-column,
#page-section-6-content-column {
	float: left;
	box-sizing: border-box;
}
.para1 {
	font-size: 20px;
	line-height: 23px;
	font-weight: 700;
	margin-bottom: 23px;
}
/*-----------------------------------------------------------------------------------*
/* = Adoptable Dogs
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*
/* = About
/*-----------------------------------------------------------------------------------*/
body.page-template-page-about #page-section-1-left {
	position: absolute;
	width: 50%;
	background-image: url(images/AboutAdore-top-sect-left-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	max-width: 557px;
}
body.page-template-page-about #page-section-1-left-content {
	padding-top: 33px;
	padding-left: 18%;
}
body.page-template-page-about #page-section-1-left-content h2 {
	font-size: 53px;
	line-height: 53px;
	text-align: left;
}
body.page-template-page-about #page-section-1-right {
	display: flex;
	position: absolute;
	right: 0;
	max-width: 604px;
	align-items: center;
}
body.page-template-page-about #page-section-1-right-content {
	background-image: url(images/AboutAdore-top-sect-right-bg.png);
	padding: 40px;
	color: #fff;
	margin-right: 60px;
}
body.page-template-page-about #page-section-2 {
	padding-top: 37px;
	padding-bottom: 26px;
}
body.page-template-page-about #page-section-2-content {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}
body.page-template-page-about #page-section-2-content-left {
	padding-top: 4px;
	padding-right: 5%;
}
body.page-template-page-about #page-section-2-content-right {
}
body.page-template-page-about #page-section-3 {
	height: 414px;
	max-height: 414px;
	background-color: #00accb;
	background-image: url(images/AboutAdore-section-3-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
body.page-template-page-about #page-section-3-content {
	font-size: 20px;
	line-height: 23px;
	text-align: center;
}
body.page-template-page-about #page-section-3-content h2 {
	margin-top: 39px;
	font-size: 52px;
	line-height: normal;
	margin-bottom: 13px;
}
body.page-template-page-about #page-section-3-content p {
	margin-bottom: 23px;
}
body.page-template-page-about #page-section-3-content a {
	color: #d6de23;
}
body.page-template-page-about #page-section-3-content a:hover {
	color: #d6de23;
}
body.page-template-page-about #page-section-4 {
	padding-top: 40px;
	padding-bottom: 57px;
}
body.page-template-page-about #page-section-4 p.para1 {
	margin-top: 12px;
	text-align: center;
	margin-bottom: 38px;
}
body.page-template-page-about #page-section-4-content {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
body.page-template-page-about #page-section-4-content-column {
	flex: 0 0 auto;
	width: 33.33%;
	padding-right: 2%;
}
body.page-template-page-about #page-section-4-content-column h3 {
	margin-top: 22px;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 0px;
}
body.page-template-page-about #page-section-4-content-column a {
	color: #00accb;
	font-weight: 700;
}
body.page-template-page-about #page-section-4-content-column a:hover {
	color: #00accb;
}
body.page-template-page-about #page-section-5 {
	height: 414px;
	max-height: 414px;
	background-color: #005975;
	background-image: url(images/AboutAdore-section-5-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
body.page-template-page-about #page-section-5-content {
	font-size: 20px;
	line-height: 23px;
	text-align: center;
}
body.page-template-page-about #page-section-5-content h2 {
	margin-top: 57px;
	font-size: 53px;
	line-height: normal;
	margin-bottom: 45px;
}
body.page-template-page-about #page-section-5-content p {
	margin-bottom: 66px;
}
/*-----------------------------------------------------------------------------------*
/* = Get Involved
/*-----------------------------------------------------------------------------------*/
body.page-template-page-involved  #page-section-1 {
}
body.page-template-page-involved #page-section-1-left {
	position: absolute;
	background-image: url(images/GetInvolved-top-sect-left-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 25%;
	max-width: 311px;
	height: 325px;
	z-index: 1;
}
body.page-template-page-involved #page-section-1-right {
	background-color: #005975;
	padding-top: 46px;
	font-size: 20px;
	line-height: 23px;
	padding-bottom: 40px;
	text-align: center;
}
body.page-template-page-involved #page-section-2 {
	background-image: url(images/GetInvolved-section-2-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 155px;
	padding-bottom: 20px;
}
body.page-template-page-involved #page-section-2-content {
	width: 80%;
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 10%;
	padding-right: 10%;
}
body.page-template-page-involved #page-section-2 h2 {
	font-size: 53px;
	margin-bottom: 40px;
}
body.page-template-page-involved #page-section-2-content-left {
	padding-right: 5%;
}
body.page-template-page-involved #page-section-2-content-right {
}
body.page-template-page-involved #page-section-3 {
	background-color: #00accb;
	background-image: url(images/GetInvolved-section-3-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 173px;
	padding-bottom: 34px;
}
body.page-template-page-involved #page-section-3 h2 {
	font-size: 53px;
}
body.page-template-page-involved #page-section-3-content {
	width: 80%;
	padding-top: 30px;
	padding-left: 10%;
	padding-right: 10%;
}
body.page-template-page-involved #page-section-3-content-top {
	float: left;
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	text-align: center;
}
body.page-template-page-involved #page-section-3-content-top a {
	color: #d6de23;
}
body.page-template-page-involved #page-section-3-content-top a:hover {
	color: #d6de23;
}
body.page-template-page-involved #page-section-3-content-middle {
	float: left;
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	color: #fff;
}
body.page-template-page-involved #page-section-3-content-middle h3 {
	margin-top: 4px;
	font-size: 17px;
	text-align: center;
	margin-bottom: 27px;
}
body.page-template-page-involved #page-section-3-content-middle ul {
	float: left;
	width: 100%;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
}
body.page-template-page-involved #page-section-3-content-middle li {
	float: left;
	width: 33.33%;
	padding-right: 2%;
	box-sizing: border-box;
}
body.page-template-page-involved #page-section-3-content-middle h4 {
	margin-top: 0px;
	font-size: 17px;
	line-height: normal;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0px;
}
body.page-template-page-involved #page-section-3-content-middle h4.no-jobs {
	text-align: center;
	margin-bottom: 27px;
}
body.page-template-page-involved #page-section-3-content-bottom {
	float: left;
	width: 90%;
	padding-top: 17px;
	padding-left: 5%;
	padding-right: 5%;
}
body.page-template-page-involved #page-section-3-content-bottom-left {
	float: left;
	width: 50%;
}
body.page-template-page-involved #page-section-3-content-bottom-left p {
	text-align: center;
}
body.page-template-page-involved #page-section-3-content-bottom-right {
	float: right;
	width: 50%;
}
body.page-template-page-involved #page-section-3-content-bottom-right p {
	text-align: center;
}
body.page-template-page-involved #page-section-4 {
	background-color: #005975;
	background-image: url(images/GetInvolved-section-4-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 172px;
	padding-bottom: 71px;
}
body.page-template-page-involved #page-section-4 h2 {
	font-size: 53px;
}
body.page-template-page-involved #page-section-4-content {
	width: 80%;
	padding-top: 30px;
	padding-left: 10%;
	padding-right: 10%;
}
body.page-template-page-involved #page-section-4-content-top {
/*
	float: left;
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
*/
	text-align: center;
	max-width: 770px;
	margin: 20px auto;
}
body.page-template-page-involved #page-section-4-content-bottom {
	float: left;
	width: 70%;
	padding-top: 44px;
	padding-left: 15%;
	padding-right: 15%;
}
body.page-template-page-involved #page-section-4-content-bottom h3 {
	margin-top: 0px;
	font-size: 33px;
	text-transform: uppercase;
	margin-bottom: 13px;
}
body.page-template-page-involved #page-section-4-content-bottom-left {
/*	float: left;*/
/*	width: 50%;*/
/*	padding-right: 3%;*/
	max-width: 710px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}
body.page-template-page-involved #page-section-4-content-bottom-right {
	float: right;
	width: 50%;
}
body.page-template-page-involved #page-section-5 {
	padding-top: 36px;
	padding-bottom: 11px;
}
body.page-template-page-involved #page-section-5 h2 {
	font-size: 53px;
}
body.page-template-page-involved #page-section-5-content {
	width: 80%;
	padding-top: 25px;
	padding-left: 10%;
	padding-right: 10%;
}
body.page-template-page-involved #page-section-5-content-column {
	width: 33.33%;
	padding-right: 2%;
}
body.page-template-page-involved #page-section-5-content-column-block {
	background-color: #f2f2f2;
	padding-bottom: 42px;
	margin-bottom: 16px;
}
body.page-template-page-involved #page-section-5-content-column-block h3 {
	margin-top: 0px;
	padding-top: 17px;
	padding-left: 29px;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 23px;
	margin-bottom: 0px;
}
body.page-template-page-involved #page-section-5-content-column-block ul {
	margin-left: 41px;
	margin-right: 20px;
}
body.page-template-page-involved #page-section-6 {
	background-color: #f2f2f2;
	padding-top: 31px;
	padding-bottom: 41px;
}
body.page-template-page-involved #page-section-6-content {
	width: 76%;
	padding-top: 29px;
	padding-left: 12%;
	padding-right: 12%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
body.page-template-page-involved #page-section-6-content-column {
	line-height: 24px;
	flex: 1 1 auto;
	max-width: 320px;
	float: none;
	padding-left: 16px;
	padding-right: 10px;
}
body.page-template-page-involved #page-section-6-content-column h3 {
	margin-top: 0px;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 0px;
}
body.page-template-page-involved #page-section-6-content-column h3 a {
	color: #005975;
}
/*-----------------------------------------------------------------------------------*
/* = Success Stories
/*-----------------------------------------------------------------------------------*/
body.page-template-blog #page-heading {
	padding-bottom: 53px;
}
body.page-template-blog #page-section-1 {
}
body.page-template-blog #page-section-1-left {
	position: absolute;
	background-image: url(images/SuccessStories-top-sect-left-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 25%;
	max-width: 311px;
	height: 325px;
	z-index: 1;
}
body.page-template-blog #page-section-1-right {
	background-color: #00accb;
	padding-top: 47px;
	padding-bottom: 24px;
}
body.page-template-blog #page-section-1-right-content {
	padding-left: 20%;
	font-size: 20px;
	line-height: 25px;
	padding-right: 20%;
	text-align: center;
}
body.page-template-blog #success-stories {
	float: left;
	width: 80%;
	margin-top: 40px;
	padding-left: 10%;
	padding-right: 10%;
}
body.page-template-blog #success-stories article {

}


.success-story {
	float: left;
	width: 50%;
	box-sizing: border-box;
/*	min-height: 660px;*/
}
@media screen and (min-width: 768px) and (max-width: 1168px) {
	.success-story {
		min-height: 570px;
	}
}
@media screen and (min-width: 1169px) {
	.success-story {
		min-height: 660px;
	}
}
@media screen and (min-width: 1700px) {
	.success-story {
		min-height: 790px;
	}
}
@media screen and (min-width: 2200px) {
	.success-story {
		min-height: 830px;
	}
}
.success-story .slide.before::after {
	content: 'BEFORE';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 137px;
	height: 165px;
	background-image: url('images/Success-Before.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	line-height: 50px;
	letter-spacing: 1px;
	padding-right: 20px;
}
.success-story .slide.after::after {
	content: 'AFTER';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 137px;
	height: 165px;
	background-image: url('images/Success-Before.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	line-height: 50px;
	letter-spacing: 1px;
	padding-right: 20px;

}
.success-story .flex-control-nav {
	display: block;
	position: absolute;
	bottom: 0;
	left: auto;
	right: auto;
	width: 100%;
	text-align: center;
}
.success-story .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
.success-story .flex-control-nav li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #e3e3e3;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.success-story .flex-control-nav li a.flex-active {
	background: #fff;
}
body.page-template-blog #success-story-thumbnail {
	float: left;
	width: 90%;
}
body.page-template-blog #success-story-content {
	float: left;
	width: 90%;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 0px;
	border-bottom: solid 5px #e6e6e6;
}
body.page-template-blog #success-story-content a {
	font-size: 16px;
	color: #ed1e79;
}
body.page-template-blog #success-story-content a:hover {
	color: #ed1e79;
}
.success-story .flexslider {
	position: relative;
}
.success-story .flex-direction-nav li a.flex-next,
.success-story .flex-direction-nav li a.flex-prev {
	position: absolute;
	display: block;
	z-index: 101;
	font-size: 21px;
	height: 80px;
	width: 50px;
	line-height: 80px;
	color: #fff;
	background: #000;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	text-align: center;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

body.page-template-blog #page-section-2 {
	background-color: #f2f2f2;
	padding-top: 49px;
	padding-bottom: 45px;
}
body.page-template-blog #page-section-2 h2 {
	width: 60%;
	padding-left: 20%;
	font-size: 53px;
	line-height: 53px;
	padding-right: 20%;
}
body.page-template-blog #page-section-2-content {
	width: 44%;
	padding-top: 26px;
	padding-left: 28%;
	font-size: 22px;
	line-height: 30px;
	padding-right: 28%;
	text-align: center;
}
body.page-template-blog #page-section-3 {
	height: 414px;
	max-height: 414px;
	background-color: #005975;
	background-image: url(images/SuccessStories-section-3-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
body.page-template-blog #page-section-3-content {
	font-size: 20px;
	line-height: 23px;
	text-align: center;
}
body.page-template-blog #page-section-3-content h2 {
	margin-top: 57px;
	font-size: 53px;
	line-height: normal;
	margin-bottom: 45px;
}
body.page-template-blog #page-section-3-content p {
	margin-bottom: 66px;
}
/*-----------------------------------------------------------------------------------*
/* = Adore-A-Bulls & some About ADORE, too...
/*-----------------------------------------------------------------------------------*/
body.page-template-page-adorabulls #page-featured-img,
body.page-template-page-about #page-featured-img {
	position: inherit;
}
.adorabull-hero,
.about-hero {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	min-height: 520px;
}
body.page-template-page-adorabulls #page-section-1-left,
body.page-template-page-about #page-section-1-left {
/*	position: absolute;*/
	background-image: url(images/AdoreABulls-top-sect-left-bg.png);
	background-position: right top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	flex: 0 0 auto;
	align-self: flex-start;
}

body.page-template-page-about #page-section-1-left {
	background-image: url(images/AboutAdore-top-sect-left-bg.png);
}

body.page-template-page-adorabulls #page-section-1-left-content,
body.page-template-page-about #page-section-1-left-content {
	padding-top: 30px;
	padding-bottom: 80px;
	padding-left: 18%;
}
body.page-template-page-adorabulls #page-section-1-left-content h2 {
	font-size: 53px;
	line-height: 53px;
	text-align: left;
}
body.page-template-page-adorabulls #page-section-1-right,
body.page-template-page-about #page-section-1-right{
	display: flex;
	position: absolute;
	right: 0;
	align-items: center;
	flex: 0 0 auto;
}
body.page-template-page-adorabulls #page-section-1-right-content,
body.page-template-page-about #page-section-1-right-content {
	background-image: url(images/AdoreABulls-top-sect-right-bg.png);
	padding: 40px;
	color: #fff;
	margin-right: 60px;
}
@media screen and (min-width: 768px) {
	.adorabull-hero,
	.about-hero {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	body.page-template-page-adorabulls #page-section-1-left,
	body.page-template-page-about #page-section-1-left {
		min-height: 520px;
	}
	body.page-template-page-adorabulls #page-section-1-right {
		position: relative;
		max-width: 604px;
	}
}





body.page-template-page-adorabulls #page-section-2 {
	padding-top: 36px;
	padding-bottom: 26px;
}
body.page-template-page-adorabulls #page-section-2-content {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}
body.page-template-page-adorabulls #page-section-2-content-left {
	padding-right: 5%;
}
body.page-template-page-adorabulls #page-section-2-content-right {
	padding-top: 1px;
}
body.page-template-page-adorabulls #page-section-3-top {
	float: left;
	width: 100%;
	background-color: #f2f2f2;
}
body.page-template-page-adorabulls #page-section-3-top h2 {
	margin-top: 49px;
	margin-bottom: 41px;
}
body.page-template-page-adorabulls #page-section-3-bottom {
	float: left;
/*	width: 80%;*/
	width: 100%;
	padding-top: 30px;
/*	padding-left: 10%;*/
/*	padding-right: 10%;*/
}
body.page-template-page-adorabulls #page-section-3-bottom #home-projects{
	max-width: 1280px;
	margin: 0 auto 25px;
}
body.page-template-page-adorabulls #page-section-3-bottom .portfolio-item {
}
body.page-template-page-adorabulls #page-section-4 {
	height: 414px;
	max-height: 414px;
	background-color: #00accb;
	background-image: url(images/AboutAdore-section-3-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
body.page-template-page-adorabulls #page-section-4-content {
	font-size: 20px;
	line-height: 23px;
	text-align: center;
}
body.page-template-page-adorabulls #page-section-4-content h2 {
	margin-top: 39px;
	font-size: 52px;
	line-height: normal;
	margin-bottom: 13px;
}
body.page-template-page-adorabulls #page-section-4-content p {
	margin-bottom: 23px;
}
body.page-template-page-adorabulls #page-section-4-content a {
	color: #d6de23;
}
body.page-template-page-adorabulls #page-section-4-content a:hover {
	color: #d6de23;
}
/*-----------------------------------------------------------------------------------*
/* = Events
/*-----------------------------------------------------------------------------------*/
body.events-gridview #page-heading,
body.single-tribe_events #page-heading {
	text-align: center;
}
body.events-gridview #page-heading a,
body.single-tribe_events #page-heading a {
	color: #00accb;
}
body.events-gridview #page-heading a:hover,
body.single-tribe_events #page-heading a:hover {
	color: #00accb;
}
.tribe-events-notices {
	max-width: 1280px;
	margin: 0 auto;
}
body.events-gridview #tribe-events-content,
body.single-tribe_events #tribe-events-content {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 70px;
}
body.events-gridview #tribe-events-content h2 {
	margin-bottom: 20px;
	margin-top: 24px;
}
body.events-gridview #tribe-events-content table.tribe-events-calendar {
	background-color: #f2f2f2;
	border: solid 1px #ccc;
	max-width: 1330px;
	margin: 20px auto;
}
body.events-gridview #tribe-events-content table.tribe-events-calendar thead {
	background-color: #005975;
	font-family: 'Work Sans', sans-serif;
	color: #fff;
	font-weight: 700;
}
body.events-gridview #tribe-events-content .tribe-events-calendar td {
	border: solid 1px #ccc;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
}
body.events-gridview #tribe-events-content table.tribe-events-calendar tbody tr td div {
	background-color: #ccc;

	color: #fff;
}
body.events-gridview #tribe-events-content table.tribe-events-calendar tbody tr td div.tribe_events {
	background-color: transparent;
	color: #005975;
}
body.events-gridview #tribe-events-content table.tribe-events-calendar tbody tr td div.tribe_events a {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	color: #005975;
}
body.events-gridview #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous {
	float: left;
}
body.events-gridview #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
	float: right;
}
body.events-gridview #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a,
body.events-gridview #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	/* color: #ed1e79; */
}
body.events-gridview a.tribe-events-ical {
	float: right;
	background-color: #005975;
	padding: 10px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	color: #fff;
}
.tribe-events-sub-nav {
	margin: 0 auto !important;
	max-width: 1330px;
}

body.single-tribe_events .tribe-events-single-event-title {
	text-align: center;
}
body.single-tribe_events .tribe-events-schedule {
	text-align: center;
}
body.single-tribe_events .tribe-events-schedule h2 {
	margin-top: 0;
}
body.single-tribe_events .tribe-events-content .aligncenter {
	display: inline;
}
body.single-tribe_events .tribe-events-nav-pagination {
	display: none;
}
abbr {
	text-decoration: none;
}
/*-----------------------------------------------------------------------------------*
/* = FAQ
/*-----------------------------------------------------------------------------------*/
body.page-template-page-faq #page-section-1 {
	padding-top: 30px;
	padding-bottom: 36px;
}
body.page-template-page-faq #page-section-1-content {
	text-align: center;
}
body.page-template-page-faq #page-section-2 {
	background-color: #005975;
	padding-top: 48px;
	padding-bottom: 76px;
}
body.page-template-page-faq #page-section-2 h2 {
	margin-bottom: 20px;
}
body.page-template-page-faq #page-section-2-content {
	padding-left: 40px;
	padding-right: 40px;
}
body.page-template-page-faq #page-section-2-content div.responsive-tabs-wrapper {
	max-width: 1280px;
	margin: 0 auto;
}
body.page-template-page-faq #page-section-2-content div.responsive-tabs li.responsive-tabs__list__item {
	background-color: #00accb;
	border: none;
	padding-top: 27px;
	margin-left: 5px;
	font-size: 19px;
	line-height: normal;
	font-weight: 700;
	margin-right: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	color: #fff;
	padding-bottom: 28px;
	border-bottom: solid 10px #005975;
}
body.page-template-page-faq #page-section-2-content div.responsive-tabs li.responsive-tabs__list__item:first-child {
	margin-left: 0px;
}
body.page-template-page-faq #page-section-2-content div.responsive-tabs li.responsive-tabs__list__item:last-child {
	margin-right: 0px;
}
body.page-template-page-faq #page-section-2-content div.responsive-tabs li.responsive-tabs__list__item--active {
	background-color: #d6de23;
	border-bottom: solid 10px #d6de23;
}
body.page-template-page-faq #page-section-2-content div.responsive-tabs .responsive-tabs__panel {
	padding: 18px 22px 0;
}
body.page-template-page-faq #page-section-2-content div.tabcontent h3 {
	margin-top: 0px;
	font-family: 'Work Sans', sans-serif;
	font-size: 19px;
	line-height: 20px;
	font-weight: 700;
	color: #005975;
	margin-bottom: 0px;
}
body.page-template-page-faq #page-section-2-content div.tabcontent a {
	color: #00accb;
}
body.page-template-page-faq #page-section-3 {
	padding-top: 58px;
	padding-bottom: 51px;
}
body.page-template-page-faq #page-section-3-content {
	width: 60%;
	padding-top: 47px;
	padding-left: 20%;
	padding-right: 20%;
	text-align: center;
	max-width: 660px !important;
	margin: 0 auto;
}
/*-----------------------------------------------------------------------------------*
/* = Applications
/*-----------------------------------------------------------------------------------*/
body.page-template-page-application #page-section-1 {
	background-color: #005975;
	margin-top: 19px;
	padding-top: 26px;
	padding-bottom: 3px;
}
body.page-template-page-application #page-section-1-content {
	width: 60%;
	padding-left: 20%;
	padding-right: 20%;
	text-align: center;
}
body.page-template-page-application #page-section-2-content {
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
}
/*-----------------------------------------------------------------------------------*
/* = Pagination
/*-----------------------------------------------------------------------------------*/
ul.page-numbers { clear: both }
ul.page-numbers li { display: block; float: left; margin: 0 4px 4px 0; text-align: center; font-size: 12px; margin-right: 5px; background: #eee; }
ul.page-numbers a, ul.page-numbers span { display: block; height: 25px; line-height: 25px; padding: 0 10px; color: #666; }
.page-numbers.current, .page-numbers.current:hover, .page-numbers a:hover { text-decoration: none; color: #FFF; background: #47C0C0; }
/*-----------------------------------------------------------------------------------*
/* = Comments
/*-----------------------------------------------------------------------------------*/
.comments-title { margin: 0 0 30px; font-size: 14px; font-weight: 700; color: #333; letter-spacing: 1px; text-transform: uppercase; margin-top: 0; padding: 15px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.comments-title  i { margin-right: 4px }
.comment-notes { font-size: 12px; color: #666; font-family: Georgia, "Times New Roman", Times, serif; }
.comment-list .children { margin-left: 25px }
.comment-list li article { position: relative }
.comment-author { position: absolute; top: 0; left: 0; border: 4px solid #eee; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.comment-author .avatar { display: block; max-width: 100%; }
.comment-details { margin-bottom: 40px; padding-bottom: 40px; margin-left: 80px; border-bottom: 1px solid #eee; font-size: 12px; }
.comment-meta { margin-bottom: 5px }
.comment-meta .fn { font-weight: bold; font-size: 14px; }
.comment-date a { color: #888; font-size: 11px; }
.comment-meta:after { content: ""; display: block; width: 15px; height: 1px; background: #ccc; margin: 10px 0; }
#comments .reply { text-align: right; }
.comment-reply-link { font-weight: 400; color: #666; font-size: 11px; text-decoration: none; margin: 5px 0; }
.comment-reply-link:hover { color: #666; text-decoration: underline; }
#cancel-comment-reply-link { color: #F00; font-size: 11px; }
#cancel-comment-reply-link:hover { text-decoration: none; color: #000; }
#respond { margin-bottom: 40px }
#respond h3 { font-size: 14px; font-weight: 700; color: #333; margin: 0; }
.logged-in-as { font-size: 13px }
label {
	font-size: 15px;
	font-weight: 400 !important;
	color: #0071bc;
	margin: 0;
}
.comment-navigation { font-size: 12px }
.nav-next { text-align: right }
.form-allowed-tags { display: none }
span.required { color: #F00 }
.comment-form-comment label[for=comment] { display: none }
/*WP JetPack*/
.comment-subscription-form { font-size: 12px; margin-top: 20px; margin-bottom: 0px; }
.comment-subscription-form:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.comment-subscription-form input, .comment-subscription-form label { float: left; margin: 0px !important; margin-right: 5px !important; padding: 10px; }
/*-----------------------------------------------------------------------------------*/
/* = Form Styling
/*-----------------------------------------------------------------------------------*/
/* Contact Us */
#field_5_2,
#field_5_4,
#field_5_6 {
	padding-left: 1%;
	padding-right: 0px;
}
#field_5_7 {
	width: 100%;
	padding-right: 0px;
}
/* Adoption Application */
#field_1_14,
#field_1_13 {
	width: 100%;
}
/* Donations */
.gform_wrapper ul.gfield_radio li {
	float: left;
}
#field_4_3,
#field_4_4,
#field_4_14 {
	clear: both !important;
}
#field_4_11,
#field_4_6,
#field_4_15 {
	width: 100%;
}
#field_4_15 {
	padding-left: 15%;
	color: #0071bc;
	text-align: center;
	padding-right: 15%;
	box-sizing: border-box;
}
/* Sponsorship */
#field_6_3,
#field_6_4 {
	clear: both !important;
}
#field_6_3,
#field_6_6,
#field_6_11 {
	width: 100%;
}
input[type=search],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
select,
textarea {
	background: #e6e6e6;
	border: none;
	display: block;
	height: 54px;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	color: #808080;
	font-weight: 400;
	line-height: 54px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-appearance: none !important;
	text-indent: 22px;
}
.gform_body input[type="text"],
.gform_body select {
	width: 100% !important;
	max-width: 100%;
	background: #e6e6e6;
	border: none;
	display: block;
	height: 54px;
	font-family: 'Work Sans', sans-serif !important;
	font-size: 16px !important;
	color: #808080;
	font-weight: 400;
	line-height: 54px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-appearance: none !important;
	text-indent: 22px !important;
}
select {
	color: #0099cb;
	font-weight: 700;
}
.gform_body select {
	color: #0099cb;
	font-weight: 700;
}
@-moz-document url-prefix() { /* firefox hack */
  select {
     text-indent: 10px;
  }
}
@-moz-document url-prefix() { /* firefox hack */
  .gform_body select {
     text-indent: 10px !important;
  }
}
textarea {
	height: 120px;
}
.gform_body textarea {
	width: 100% !important;
	height: 120px !important;
	max-width: 100%;
	background: #e6e6e6;
	border: none;
	display: block;
/*	height: 54px;*/
	font-family: 'Work Sans', sans-serif !important;
	font-size: 16px !important;
	color: #808080;
	font-weight: 400;
	line-height: 54px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-appearance: none !important;
	text-indent: 22px !important;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
select {
	width: 100%;
}
textarea { width: 100%; max-width: 100%; padding: 10px; }
input[type=search] { width: 100%; max-width: 100%; box-sizing: border-box; -webkit-appearance: none !important; padding: 8px 10px; font-size: 11px; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus { outline: none }
input[type=search]::-webkit-input-placeholder { font-size: 11px; color: #949494; font-weight: 400; }
input[type=search]::-moz-placeholder { font-size: 11px; color: #949494; font-weight: 400; }
input[type=search]:-ms-input-placeholder { font-size: 11px; color: #949494; font-weight: 400; }
input[type=search]:-moz-placeholder { font-size: 11px; color: #949494; font-weight: 400; }
.entry input[type="button"], .entry input[type="submit"], #comments input[type="submit"], .theme-button { font-size: 12px; display: inline-block; background: #222; color: #fff; padding: 0 15px; height: 30px; line-height: 30px; font-size: 12px; border: 0; outline: 0; cursor: pointer; }
.entry input[type="button"]:hover, .entry input[type="submit"]:hover, #comments input[type="submit"]:hover, .theme-button:hover { text-decoration: none; background: #3fb7b7; }
/*contact form 7 Gravity Forms*/
.gform_wrapper {
	max-width: 100% !important;
}
.gform_wrapper .gf_progressbar_wrapper,
.gform_wrapper .gsection,
.gform_wrapper .gform_page_footer {
	border: none !important;
}
.gform_wrapper .gsection {
	margin: 0 !important;
	padding-top: 20px !important;
}
.gfield_required {
	display: none;
}
.gfield h2 {
	font-family: 'Work Sans', sans-serif !important;
	font-size: 15px !important;
	line-height: 23px;
	color: #005975;
	font-weight: 700 !important;
	text-transform: none;
}
div.wpcf7 .wpcf7-not-valid { border-color: #F00; box-shadow: 0 0 6px rgba(255,0,0,0.4); }
span.wpcf7-not-valid-tip { display: none !important }
div.wpcf7-validation-errors {
	clear: both;
	border: none;
	margin: 0;
	padding: 15px;
	color: #f00;
	text-align: center;
}
div.wpcf7-mail-sent-ok {
	clear: both;
	border: none;
	margin: 0;
	padding: 15px;
	color: #21cb00;
	text-align: center;
}
div.wpcf7-mail-sent-ng { margin: 0; padding: 10px; background: #ffe9e9; color: #d04544; border: 1px solid #e7a9a9; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.wpcf7 p { font-size: 11px; text-transform: uppercase; }
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
	margin-top: 13px;
}
.gfield {
	float: left;
	clear: none !important;
	width: 50%;
	padding-right: 1%;
	box-sizing: border-box;
}
.ginput_container {
	margin-top: 0px !important;
}
.gform_body input,
.gform_body select,
.gform_body textarea {
	margin-top: 0px;
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
	text-align: center;
}
.wpcf7-submit {
	width: 100%;
	max-width: 406px;
	background-color: transparent;
	border: solid 2px #0099cb;
	padding-top: 11px;
	font-family: 'Abel', sans-serif;
	font-size: 31px;
	line-height: 31px;
	color: #0099cb;
	padding-bottom: 9px;
	text-transform: uppercase;
	cursor: pointer;
}

.gform_footer input[type="submit"],
.gform_page_footer input.button {
	width: 100%;
	max-width: 406px;
	margin-top: 18px;
	background-color: transparent;
	border: solid 2px #0099cb;
	padding-top: 11px;
	font-family: 'Abel', sans-serif;
	font-size: 31px !important;
	line-height: 31px;
	color: #0099cb;
	padding-bottom: 9px;
	text-transform: uppercase;
	cursor: pointer;
}

#contact-content {
	max-width: none;
}
#contact-content .gform_wrapper {
	max-width: 770px !important;
	margin: 0 auto;
}
#contact-content input[type="submit"],
#contact-content .gform_footer input[type="submit"],
#contact-content .gform_page_footer input.button {
	width: 100%;
	max-width: 406px;
	margin-top: 18px;
	background-color: transparent;
	border: solid 2px #fff;
	padding-top: 11px;
	font-family: 'Abel', sans-serif;
	font-size: 31px !important;
	line-height: 31px;
	color: #fff;
	padding-bottom: 9px;
	text-transform: uppercase;
	cursor: pointer;
}
#contact-content .gform_body input[type="text"],
#contact-content .gform_body select {
	background-color: transparent;
	border-radius: 0;
	border-bottom: 1px dashed #fff;
	color: #fff;
	padding-left: 0;
	text-indent: 0 !important;
	line-height: 1.5 !important;
	height: 26px;
}
#contact-content .gform_body select {
	background-image: url(images/Homepage-search-bg-off.png);
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
}
#contact-content .gform_body input[type="text"]::placeholder {
	color: #fff;
	padding-left: 0;
}
#contact-content .gform_body textarea {
	text-indent: 0 !important;
	color: #0099cb;
}
#contact-content .gform_body textarea::placeholder {
	color: #0099cb;
}
/*-----------------------------------------------------------------------------------*
/* = Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar { width: 25%; float: right; }
.sidebar-box { margin-bottom: 25px }
.sidebar-box h4 { margin-top: 0px !important; margin-bottom: 10px; padding-bottom: 10px; text-transform: uppercase; font-size: 12px; border-bottom: 1px solid #eee; }
.sidebar-box h4 span { }
.sidebar-box ul { list-style: none; list-style-position: inside; margin: 0px; }
.sidebar-box li { margin-bottom: 5px }
/*-----------------------------------------------------------------------------------*/
/* = Widgets
/*-----------------------------------------------------------------------------------*/
#sidebar .widget_recent_entries ul, #sidebar .widget_nav_menu ul, #sidebar .widget_categories ul { margin: 0; list-style: none; }
.widget_recent_entries a, .widget_nav_menu a, .widget_categories a, .widget_pages a, .widget_links a, .widget_archive a, .widget_meta a { }
#sidebar .current-menu-item a, #sidebar .current-cat a, .widget_pages .current_page_item a { color: #000 !important }
#sidebar .widget_recent_entries a, #sidebar .widget_nav_menu ul a, #sidebar .widget_categories a { }
.widget_recent_entries a:hover, .widget_nav_menu ul a:hover, .widget_categories a:hover { text-decoration: none; color: #000; }
#footer .widget_recent_entries li, #footer .widget_nav_menu ul li, #footer .widget_categories li { padding-bottom: 7px; margin-bottom: 7px; border-bottom: 1px solid #333; }
#footer .widget_nav_menu ul ul a { padding: inherit }
/*tagcloud*/
.tagcloud a { line-height: 1em !important; display: block; float: left; padding: 7px 15px; background: #3fb7b7; margin-bottom: 4px; margin-right: 4px; color: #fff !important; -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; -ms-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
.tagcloud a:hover { -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
/*calendar*/
#sidebar #wp-calendar caption { text-align: right; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 10px; }
#sidebar #wp-calendar, #footer #wp-calendar tr { width: 100% }
#sidebar #wp-calendar th { text-align: center }
#sidebar #wp-calendar tbody { color: #666 }
#sidebar #wp-calendar tbody td { padding: 4px 0; text-align: center; background: #fff; border: 1px solid #ddd; }
#sidebar #wp-calendar tbody td:hover { background: #eee; color: #000; }
#sidebar #wp-calendar tbody a { display: block }
/*subscribe*/
#subscribe-blog #subscribe-field { margin-top: 5px; webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#subscribe-blog input { width: 100px !important }
#subscribe-blog #subscribe-field:focus { }
#subscribe-blog input[type="submit"] { cursor: pointer; padding: 5px; font-size: 11px; background: #ffd964 url("images/yellow-btn.png"); border: 1px solid #F9B653; color: #9C6533 !important; text-shadow: 1px 1px 0px rgba(255,255,255,0.4); box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1); webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
#subscribe-blog input[type="submit"]:hover { opacity: 0.90 }
#sidebar #subscribe-blog { font-size: 12px }
#sidebar #subscribe-blog #subscribe-field { font-size: 11px; width: 100% !important; padding: 10px 5px !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#footer #subscribe-blog #subscribe-field { background: #444; border: 1px solid #2b2b2b; }
#footer #subscribe-blog #subscribe-field:focus { background-color: #555; color: #fff; }
/*-----------------------------------------------------------------------------------*
/* = Footer/Copyright
/*-----------------------------------------------------------------------------------*/
#footer {
	background: #005975;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 17px;
}
#footer a {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
#footer  ul { margin-left: 0px !important }
/*footer widgets*/
#footer-widget-wrap { }
#footer-one {
	background-color: #f2f2f2;
	font-size: 16px;
	line-height: 16px;
	color: #808080;
}
#footer-one .footer-widget {
	margin-top: 16px;
}
#footer-one img {
	margin-top: 11px;
	margin-left: 10px;
	margin-right: 10px;
}
.footer-widget-col {
	float: left;
	width: 100%;
	text-align: center;
}
#footer-four.footer-widget-col { margin: 0 }
.footer-widget {
	margin-top: 30px;
}
.footer-widget span {
	font-size: 18px;
}
.footer-widget h6 { color: #fff; font-size: 13px; padding: 0 0 10px; margin: 0 0 15px; border-bottom: 1px solid #444; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; }
/*footer bottom*/
#footer-bottom {
	padding-top: 1px;
	text-align: center;
	padding-bottom: 27px;
}
#copyright {
	width: 100%;
	font-size: 14px;
	color: #fff;
}
#dgs {
	width: 100%;
	font-size: 14px;
}
/*-----------------------------------------------------------------------------------*
/* = Search Bar
/*-----------------------------------------------------------------------------------*/
#searchbar { display: block; position: relative; width: 100%; margin-bottom: 4px; }
#search { position: relative; width: 100%; padding: 10px 30px 10px 10px; outline: none; border: 1px solid #ddd; color: #666; margin: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 11px; }
#search:focus { }
/*-----------------------------------------------------------------------------------*
/* = Isotope CSS Animations
/*-----------------------------------------------------------------------------------*/
.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; -ms-transition-duration: 0.6s; -o-transition-duration: 0.6s; transition-duration: 0.6s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: top, left, opacity; transition-property: transform, opacity; }
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }
/*-----------------------------------------------------------------------------------*
/* = Shortcode Tweaks
/*-----------------------------------------------------------------------------------*/
.symple-button { font-size: 12px; font-family: Droid Serif; font-weight: 600; }
.symple-pricing-table > div { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
.symple-pricing-table .featured .symple-pricing-header { background: #47C0C0; border: none; }
.symple-pricing-table .featured .symple-pricing-header h5 { border-bottom: 1px solid #7ad1d1; }
.symple-pricing-table .featured .symple-pricing-cost { border-top: 1px solid #329191; }