/*Custom CSS*/
body {
	font-family: 'Montserrat';
	color: #1f1f1f;
	font-size: 17px;
	background: #fff;
}
body, header, #container {
	line-height: 1.7em;
}
#container {
	/* background: #e5eded; */
	background: #fff;
	padding-bottom: 3em;
	padding-top: 0em;
}
body.home #container {
	padding-top: 0;
}
/*header*/
#mobile-menu-container .menu-bar {
	background: #d4dadf;
}
.home header#header {
    /*background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;*/
}
#header .header-b {
	border: none;
	padding: 1em 0;
	box-shadow: 0 0 5px;
}

/*Logo*/
.logo img {
    max-height: 175px;
    width: auto;
}
a.hidden-logo {
    display: none;
}
.logo {
    font-size: 2.05em;
    color: inherit;
    line-height: 1.0em;
    font-weight: bold;
    /* padding: 0 !important; */
}
.hidden-logo p,
.logo p {
    font-weight: bold;	
	color: #0A184C;
	margin: 0;
	border-left: 10px solid #81bc00;
	padding-left: 10px;
}
.logo span {
	font-size: 1.5em;
    color: #0A184C;
    display: block;
    line-height: 1.0em;
}

.passed-header a.hidden-logo {
    display: block;
    padding-top: .5em;
}
.hidden-logo p {
	margin: 0;
}


span.call-today {
    display: none;
}
a.phone-number {
    display: block;
    background: #1153a3;
    margin: 0 0 0px;
    font-weight: bold;
    font-size: .95em;
    padding: 5px 15px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
a.phone-number i {
	margin-right: 5px;
}
a.phone-number:hover {
	color: #fff;
}

/*nav*/
.nav-bar ul {
    padding: 0;
    margin-top: .0em;
    line-height: 1.2em;
}
.passed-header .nav-bar  {
	text-align: center;
}

.nav-bar ul li {
    margin: 0 .4em;
	text-align:center;
}
.nav-bar ul a {
    padding: .0em .0em 0 !important;
    font-weight: 400;
    border: 2px solid transparent;
    margin: 0 .5em;
    /* color: #2e4b5f; */
    font-size: .90em;
}
.nav-bar .sub-menu a:hover, ul.sub-menu li.current-menu-item , ul.sub-menu li.current-menu-item a {
	background: rgba(255, 255, 255, 0.30);
}
.nav-bar .sub-menu a {
	padding: .5em .7em !important;
	display: block;
	margin: 0;
	font-size: .90em;
	line-height: 1.2em;
}
.nav-bar ul > li.current-menu-item > a, .nav-bar ul li.current_page_parent > a, .nav-bar ul > li.current-menu-ancestor > a, .nav-bar ul > li:hover > a {
	color: #1153a3;
	/* border-bottom: 4px solid #CCDBDC; */
}
.header-b .nav-bar .menu-item-has-children a:after {
	padding-left: 0;
}
.nav-bar ul a:active {
    /* padding: .5em !important; */
    /* font-weight: bold; */
}
ul.menu > li.current-page-ancestor > a:before,
ul.menu > li.current_page_parent > a:before,
ul.menu > li.current-menu-parent> a:before,
ul.menu > li.current-menu-item > a:before,
ul.menu > li > a:before  {
  content: '';
  position: absolute;
  background: #9aa8b1;
  z-index: -1;
  right: 50%;
  bottom: 2px;
  left: 50%;
  height: 3px;
  top: auto;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
}
ul.menu li.current-page-ancestor > a:before,
ul.menu li.current_page_parent > a:before,
ul.menu li.current-menu-parent> a:before,
ul.menu li.current-menu-item > a:before,
ul.menu > li > a:hover:before, 
ul.menu > li:hover > a:before  {
  /*right: 0;*/
  /*left: 0;*/
  /*opacity: 1;*/
}



.header-visible .menu-wrap.stick-me {
    position: relative !important;
}
.passed-header .stuck {
    background: #fff;
    /**/
}

/*headings*/

h1,h2,h3 {
	font-family: Poppins;
	font-weight: 600;
	line-height: 1.4em;
}
h1 {
	margin: .95em 0 .5em;
	font-size: 1.45em;
}
h2 {
	font-size: 1.2em;
	margin-top: 1.3em;
	margin-bottom: .25em;
}
h2 + p {
	margin-top: .75em;
}
h3 {
	font-size: 1.1em;
}

h1, h2, h3 {
	/* color: #2e4b5f; */
}
h2.toggle-heading {
    background: #e5effa;
    -webkit-appearance: inherit;
    padding: .5em;
    cursor: pointer;
}
h2.toggle-heading:after {
    content: '\f067';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    float: right;
    padding-right: 0;
    margin-bottom: 5px;
}

h2.toggle-heading[aria-expanded="true"]:after {
    content: '\f068';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    float: right;
    padding-right: 0;
    margin-bottom: 5px;
}
h4 {
	font-weight: bold;
	font-size: 1.1em;
}

.icon-before:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: '\f14a';
  font-size: 1.1em;
  color: #81bc00;
  margin: 0 6px 0 0;
  display: inline-block;
}

.medium-wrapper {
	padding: 0em 2em;
}
#blogform form {
    background: #fff!important;
    font-size: .6em;
}
.serv {
	margin-top: 2em;
}
.serv:after {
	display: block;
	content: '';
	width: 50px;
	height: 3px;
	background: #5C6B73;
	margin: .5em 0 0;
}


.billboard.swiper-container {
    margin-bottom: 2em;
    margin-top: 0;
}
/*billboard*/
.billboard .swiper-slide {
    /* height: 75vh; */
    justify-content: flex-end;
    /* align-items: flex-end; */
}
body:not(.home) .billboard .swiper-slide {
	height: 40vh;
}
body:not(.home) .billboard .slider-content {
	/* background: #ffffff6b; */
	background: linear-gradient(0deg, rgb(23, 36, 45) 0%, rgba(255, 255, 255, 0) 100%);
}
/*.billboard .swiper-slide:after {
	width: auto;
	height: auto;
	background: transparent;
}
.billboard.swiper-container {
    margin-top: 0;
}
.billboard .swiper-slide {
    height: auto;
	max-height: 600px;
	overflow: hidden;
}*/
.breakout.billboard {
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    margin-top: 0;
}
.breakout.billboard + .row {
	margin-top: 0;
}
body:not(.home) .breakout.billboard, 
.breakout.map {
	margin-top: -3em;
}
.background-overlay {

}
.billboard .slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: flex-end;
    max-width: none;
    width: auto;
    flex-direction: column;
    padding: 2em 2em 5em;
    z-index: 3;
    color: #ffffff;
    text-shadow: 0 0 5px #000;
    background: linear-gradient(0deg, rgba(15, 15, 15, 0) 0%, rgba(255,255,255,0) 65%, rgba(255, 255, 255, 0) 95%);
}
.billboard img {
	/*display: block;*/
}
.billboard .slide-sub-header, .video-container .slide-sub-header {
    text-align: center;
}
.billboard .slide-header {
	font-size: 2em;
	text-align: center;
	font-family: Montserrat;
	font-weight: 700;
}
.billboard .slide-header.long-heading {
	font-size: 1.5em;
}
.slide-header h1, h1.slide-header {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.swiper-pagination-bullet-active {
    background: #000;
}	
.swiper-pagination-bullet-active {
    background: #000;
}

 .swiper-button-next {
    background: none;
}

.swiper-button-next:before {
    content: '\f054';
    font-size: 20px;
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 400; 
}

 .swiper-button-prev {
    background: none;
}

 .swiper-button-prev:before {
    content: '\f053';
    font-size: 20px;
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 400; 
}	


/*images*/  
#content img, img, .feedback-header img {
    max-width: 100%;
    height: auto;
    width: auto;
}
.up-down a {
    color: #a24d45;
}
body.page-id-16 img.aligncenter {
    max-width: 100% !important;
    width: auto;
    height: auto;
}

.bg-img {
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;
  min-height: 300px;
}

.breakout.bg-img {
	min-height: 440px; 
}
/*home ctas*/

.home-btns h3 a {
    color: inherit;
    display: block;
    padding: 1em;
}


.home-btns h3 {
    text-align: center;
    font-size: 1.1em;
    color: #101010;
    line-height: 1.4em;
    margin: 0;
    padding: .0em .95em;
    padding-bottom: 1em;
}
.home-btns a {
	display: block;
}
.home-btns {
	text-align: center;
}
.home-btns .wrap {
	max-width: 500px;
	background: #ededed !important;
	margin: 0 auto 1em;
}
.home-btns i {
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
	margin-top:1em;
	font-size: 2em;
	color: #1153a3;
}
.home-btns .subject:hover i {
	color: #81bc00;
}
.home-btns .subject:hover {
    box-shadow: 0 0 10px #2d4858;
}

.home-btns p {
	margin-top: 0;
	margin-bottom: 0;
}
.home-btns .btn {
	display: block !important;
	margin-top: -20px;
}


/*homepage cta-list*/

.flex-wrapper, ul.cta-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0em -20px;
  list-style: none !important;
}


.flex-wrapper .flex-item,.flex-wrapper > li,
ul.cta-list li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-grow: 1;
    width: auto;
    flex-basis: 280px;
    list-style: none;
    margin: 15px 20px;
}
ul.cta-list li {
    padding: 1.5em;
    text-indent: 0;
    line-height: 1.5em;
    font-size: .95em;
    font-weight: 400;
    flex-basis: 250px;
    text-align: center;
    background: #CCDBDC;
    margin: 5px;
}
ul.cta-list li h4:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: '\f058';
  font-size: 1.0em;
  color: #0a184c;
  margin: 0 0 10px;
  display: block;
}
ul.cta-list {
  margin: 0 -5px;
}
.parents h4 {
	font-size: 1.0em;
	margin-bottom: 0;
}

.row {
	margin-top: 2em;
	margin-bottom: 2em;
}

.dog-rows .row {
    /* border-bottom: 1px solid #7b7b7b; */
    padding-bottom: 3em;
    padding-top: 2em;
    box-shadow: 0 0 10px #818181;
    margin-bottom: 3em;
    margin-left: 0px;
    margin-right: 0px;
}
.dog-rows .row:first-child {
	/* padding-top: 0; */
}
.dog-rows h2 {
    margin-top: 0;
    color: #1153a3;
}
#content .dog-rows div[id*="gallery"] .gallery-item {
    text-align: left;
}

.blog .medium-wrapper > .row {
	margin-top: 0;
	margin-bottom: 0;
}

/*service columns*/
.services .wrap {
    position: relative;
    padding-left: 150px;
    font-size: .98em;
    line-height: 1.60em;
}

.services .wrap:after {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    content: '';
    width: 130px;
    height: 130px;
    display: inline-block;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
}

.services .individual-therapy:after {
    background-image: url(/wp-content/uploads/Individual-Therapy.jpg);
}
.services .group-therapy:after {
    background-image: url(/wp-content/uploads/Group-Therapy-3.jpg);
}
.services .family-therapy:after {
    background-image: url(/wp-content/uploads/billboard-group-counseling.jpg);
}
.services .co-oc-treatment:after {
    background-image: url(/wp-content/uploads/happy-person.jpg);
}
.services .alt-therapies:after {
    background-image: url(/wp-content/uploads/healthy-youth.jpg);
}
.services .step-model:after {
    background-image: url(/wp-content/uploads/lake-view-e1565715866644.jpg);
}
.services .care-team:after {
    background-image: url(/wp-content/uploads/LawrenceWall.jpg);
}
.services .var-lengths:after {
    background-image: url(/wp-content/uploads/forest-sunlight.jpg);
}


/*our team page*/

.team > .col-sm-4 {
	text-align: center;
}

.team .wrap {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
	background: #9f678f;
	margin: 0 0 2em;
	cursor: pointer;
}
h3.btn.btn-info + p {
    margin-top: 0;
}

#content h3.btn.btn-info {
    margin-bottom: 0;
    padding: .45em .25em 0;
    display: block;
    background: transparent;
    /* color: #2e4b5f; */
    font-size: 1.05em;
    margin-top: 0;
    min-width: 0;
    white-space: inherit;
}
.btn.btn-info:after {font-size: .8em;margin-left: 5px;}
.wrap .team-title {
	padding: 0 .25em .85em;
	line-height: 1.1em;
	color: #fff;
}
.team .wrap:hover {
	background: #693451;
}

/*Modals*/
.modal-dialog {
    max-width: 1000px;
    width: 80%;
    margin-top: 170px;
}
.modal-header {
    display: block;
    padding: 1em 1.5em 0;
}
.modal-header h2 {
	margin-top: 0;
}
.modal-header .btn, .modal-header button {
    min-width: 0;
    padding: 0;
}
.modal-body {
	padding: 1em 1.5em;
}
.modal-footer {
	padding: 1em 1.5em;
}



/*buttons*/
.billboard .slider-content a, .video-container .slider-content a, .btn, .wpcf7-form input[type=submit], button, html input[type="button"], input[type="reset"], input[type="submit"], a.contact-btn,.biziq-button,.client-button, #content .btn, #slider .btn, .view-article, .rev-read-more, #respond #submit {
  font-weight: 600;
  background: transparent;
  padding: 12px 27px 12px 26px;
  /* color: #000000; */
  display: inline-block;
  text-align: center;
  min-width: 150px;
  /* text-transform: uppercase; */
  letter-spacing: .01em;
  position: relative;
  z-index: 1;
  border: 2px solid #81BC00;
  line-height: 1.4em;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: .95em;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
  font-family: Montserrat;
  white-space: inherit;
}
.billboard .slider-content a:after, .video-container .slider-content a:after, 
.btn:after, button i,.rev-read-more:after,
a.contact-btn:after,.biziq-button:after,.client-button:after, .btn:after, #slider .btn:after, .view-article:after  {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: .9em;
  content: '\f138';
  margin-left: 10px;
  color: inherit;
  /* text-shadow: none; */
}
#footer .btn:hover,
.billboard .slider-content a:hover, .video-container .slider-content a:hover,
.btn:hover, #slider:hover .btn, button:hover, .rev-read-more:hover,
html input[type="button"]:hover, 
input[type="reset"]:hover, input[type="submit"]:hover,
#content .view-article:hover,.wpcf7-form input[type=submit]:hover, 
#content .btn:hover, #slider .btn:hover {
    background: #1153a3;
    color: #fff;
}

.btn.tel-btn:after {
	content: '\f095';
}
.btn + .btn {
	margin: .5em;
}
/*slider buttons*/
.billboard .slider-content a, .video-container .slider-content a {
	font-size: .9em;
	background: transparent;
	/* color: #000; */
	/* border-color: #000000; */
	border: 2px solid #fff;
	margin: .85em  0 0;
}

.billboard .slider-content a:hover:after, .video-container .slider-content a:hover:after, 
.btn:hover:after, button i,.rev-read-more:hover:after,
a.contact-btn:hover:after,.biziq-button:hover:after,.client-button:hover:after, .btn:hover:after, #slider .btn:hover:after, .view-article:hover:after  {
  color: #fff;
}

#content .purple .btn {
	border: 2px solid #fff;
}
#content .purple .lg .btn {
	font-size: .85em;
}


/*breakouts*/
.first-billboard {
	margin-top: 0 !important;
	overflow:hidden;
}

.breakout {
	color: inherit;
	margin-top: 3em;
	margin-bottom: 3em;
	background-color: rgb(241, 241, 241);
	left: 0 !important;
}
.breakout + .small-wrapper {
	padding-top: .5em;
	padding-bottom: 1em;
}
.breakout + .breakout {
	margin-top: -3em;
}
.breakout .container,
.breakout .medium-wrapper, .breakout .small-wrapper {
	padding: 2em 1em 3em;
}
.small-wrapper {
	padding: .05em 0 0;
}
#content .small-wrapper h2 {
	margin-top: 1em;
}
#content .full-2-col h2 {
	margin-top: .5em;
}
.last-b {
	margin-bottom: -3em;
	font-size: 1.05em;
}

.full-w-col .text-col .wrap {
   /* max-width: 570px;*/
}


/*usefull classes*/
.bg-img.wrap {height: 100%;}
.dk {
	background: #1153a3 ;
}
.green {
	background: rgb(112, 161, 5);
}
.center, .center * { text-align: center; }
.inverse *,  #content .inverse h1, #content .inverse h2, #content .inverse h3, #content .inverse h4  {
  color: #fff;
}

.about-columns {
	margin-top: 3em;
	margin-bottom: 3em;
}
hr {
    margin: 2em 0;
}
.neg-margin {
  margin: 0 -15px;
}
.neg-margin > div {
  padding: 0 15px;
}
.clear {
	clear: both;
}
.lg {
	font-size: 1.20em;
	line-height: 1.6em;
}
.cta-full {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
  padding: 2em;
  background: #e5eded;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #693451;
}
.cta-full p {
}
.full-2-col .row {
}
.full-2-col .wrap {
	padding: 2em;
}
.full-2-col .bg-img {
	/* height: 100%; */
}


/*feedback*/
.up-down a i {
    font-size: 7em;
    /* margin: 0; */
    text-align: center;
    display: inline-block;
    width: 35% !important;
    max-width: 200px;
}



.numbered h3:before {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;	
  content: '';
}
.numbered .wrap {
	height: 100%;
	margin: 0 0;
	padding: 1em;
	border: 1px solid #d0d0d0;
}
.numbered.row > div {
	padding-bottom: 1.5em;
}
.numbered h3 span {
	background: #c90b48;
	color: #fff;
	margin-right: 10px;
	padding: 5px 15px;
}


/*Sidebar / blog */
.blog #sidebar, .woocommerce #sidebar, .single-post #sidebar {
	background: transparent;
	line-height: 1.6em;
}
.blog #sidebar > div, .woocommerce #sidebar > div, .single-post #sidebar > div {
    padding: 1em 1.5em 2em;
    background: transparent;
    color: inherit;
    border: 2px solid #81bc00;
}

.widget-title {
    /* color: #fff; */
}

#sidebar a {
    color: inherit;
}
a:hover {
	color: inherit;
	text-decoration: none;
}


/*Links*/
a {
	color: inherit;
}

#content .dotted {
  line-height:1.2em;
  /* display: inline-block; */
  border-bottom: 1px dotted;
  color: inherit;
}
.tel-inline {
  font-weight: 700;
}
.tel-inline:before {
  margin-right: 4px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f095";
  font-size: .95em;
}




.brands img {
	padding: 10px;
}


/*form*/
.form-container {
	font-size: inherit;
}
form {
	font-size: .95em;
	background: #ededed !important;
	padding: 2em;
}
form .row {
	margin-top: .5em;
	margin-bottom: 0;
}
form small {
	display: block;
	line-height: 1.2em;
	position: relative;
	margin-top: 0;
}
body.page-contact-us #content form {
  padding: 1em 1.5em;
  background: #e5eded;
  background-position: bottom right;
  /* color: #fff; */
  /* box-shadow: 7px 8px 0px #a14b46; */
  border: 1px solid #ededed;
}
body.page-contact-us #content form h2 {
	color: #fff;
}
form label {
    display: block;
    margin: .5em 0 3px;
    font-weight: bold;
    line-height: 1.5em;
}
body.page-contact-us form textarea,
body.contact-us form input {
  /*border: none;
  font-weight: 400;*/
}
body.page-contact-us form input.submit {
  font-size: 1.05em;
  color: #fff;
}
input[type=checkbox], input[type=radio] {
	display: inline-block;
	width: auto;
}
form textarea, form input, form select {
	width: 100%;
	border: 1px solid #2e4b5f;
	padding: 7px 7px !important;
	/* background: #000; */
	margin: .0em 0 .5em;
	font-size: .9em;
	line-height: 1.5em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
form textarea {
	height: 150px;
}

.wpcf7-form input[type=submit], form input.submit, form input[type="submit"] {
	/* background: #c70c46; */
	/* color: #fff; */
	font-size: 1.05em;
	margin-top: .5em;
	max-width: 180px;
}


/*styled listed fancylist*/
#footer ul,
#content ul.marker,
#content ul.checked, ul.fancylist,
#content ul.fancylist{list-style: none;padding-left: 30px;}
ul.marker  {
  margin-top: 0;
}
#footer ul li,
ul.checked li, 
ul.fancylist li, 
ul.marker li {
  line-height: 1.5em;
  margin-bottom: 3px;
  text-indent: -26px;
}
ul.marker li:before {
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 900; 
  content: '\f276';
  margin-right: 5px;
  font-size: .9em;
}
#footer ul li:before,
ul.fancylist li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: '\f324';
    margin-right: 5px;
    color: #1153a3;
    font-size: .95em;
}
#footer ul li:before {
	content: '\f054';
	color: #1153a3;
}
ul.spaced li {
  margin-bottom: 10px;
}
ul.checked li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: '\f058';
    margin-right: 8px;
    color: #81bc00;
}
.inverse ul.checked li:before, .inverse ul.fancylist li:before  {
	color: #fff;
	font-weight: 700;
}

/*reviews*/
.review-body {
  font-style: normal;
  border: 0;
  line-height: 1.75em;
  font-style: italic;
}
#content .review-body {
  font-size: 1.1em;
  text-align: center;
}
#content .review-info span {
  display: block;
  width: auto;
  text-align: center;
  float: none;
  line-height: 1.4em;
}
.review-nav-container { width: 100%; }
.review-container {
  margin-top: 45px;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -50px;
}
.rev-cont {
  padding: 20px 20px 20px;
  border: 0px solid rgb(30, 144, 255);
  position: relative;
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 20px 50px;
  background: rgb(255, 255, 255);
  border: 2px solid #ededed;
}
.final-star {
    color: #2e4b5f !important;
    font-size: .9em;
}
.review-info {
	padding: 0 0 0 1em;
}
.admin-reply, .author-name {
	font-style: normal;
	font-size: .9em;
}
.rev-cont:before {
  content: '\201C ';
  font-family: Times New Roman, Georgia;
  font-weight: bold;
  position:absolute;
  background: #1153a3;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 50px;
  height: 50px;
  color: #ffffff;
  text-align: center;
  line-height: 68px;
  font-size: 2.5em;
  top: -15px;
  left: -25px;
}
.review-container h3.review-title {
  display: none;
}
.review-nav-container li a {background: #fff;}

#content .review-nav-container li {
  background: transparent;
}

#content .review-nav-container li a {
  min-width: 0;
  color: #000;
  padding: 5px;
}


/*responsive video*/


.video-wrap {
    width: 100%;
    position: relative;
    padding: 0;
}
.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
/*responsive map*/
.map.breakout {
	margin-right: calc(50% - 50vw) 2em;
	margin-left: calc(50% - 50vw) 2em;
}
.map {
    position: relative;
    padding-bottom: 35%; 
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*google calendar*/

.google-calendar {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
  border: 0px solid #9f678f;
  margin-bottom: 40px;
	margin-top: 2em;
}
.google-calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}



.video-container {
   width: 100%;
   position: relative;
   padding: 0;
}
.video-container iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}




/*Footer*/
#footer {
	margin-top: 0;
	line-height: 1.5em;
	color: #0f1113;
	font-size: .92em;
	background: #d4dadf;
}
header .row {
	
	max-width: 1900px;
	margin: auto;
	padding: 0em 0em;
}

#footer {
	/* min-width:1150px; */
}
#footer .row {
	margin: 0;
}
#footer h2 {
	/* text-transform: uppercase; */
	font-size: 1.35em;
	margin-bottom: .45em;
	color: #0f1113;
}
#footer ul {
    padding-left: 25px;
}
#footer .textwidget p:first-of-type {
	margin-top: 0;
}

#footer a {
    color: inherit;
    text-decoration: none;
}
#footer .btn {
	background: transparent;
	/* border: 2px solid #fff; */
}
#footer a:hover {
    /* color: #9a0a37; */
    text-decoration: none;
}

span.icon-item a {
    text-indent: -11px;
    display: inline-block;
    margin-left: 22px;
    margin-bottom: .2em;
    margin-top: .5em;
}

span.icon-item i {
    margin-right: 5px;
    color: #1153a3;
}

#footer table {
	/* font-size: .98em; */
	line-height: 1.60em;
	max-width: 350px;
	margin-bottom: .75em;
}

#footer .box {
	font-size: .98em;
	padding: 1em;
	text-align: left;
}
.socialicons {
	text-align: left;	
}

#copyright {
	/* color: #fff; */
	padding: 10px;
	background: transparent;
	margin-top: 0;
	line-height: 1.4em;
}

.video-container {
    width: 100%;
    position: relative;
    padding: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
@media only screen and (min-width: 1025px) {

	.parallax {
	  background-attachment: fixed;
	}
}

@media only screen and (min-width: 769px) {


	.passed-header .menu-wrap.stuck {
		 box-shadow: 0 0 5px; 
		 padding-bottom: .5em !important;
	}

	
	.nav-bar > ul > li {
		-webkit-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-grow: 1;
		vertical-align: middle;
		border:none;
		margin: 0;
		position: relative;
		overflow: inherit;
		padding: 0px 0 0px;
  }
  .nav-bar ul.sub-menu {
		right: 0;
		width: auto;
		left:0;
		z-index: -2;
		top: 150%;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		display: block;
		opacity: 0;
		visibility: hidden;
		min-width: 170px;
		background: #d4dadf;
}

  .nav-bar > ul >  li:hover > ul.sub-menu {
		top: 100%;
		opacity: 1;
		visibility: visible;
		z-index: 5;
		margin: 0;
		width: 100%;
		text-align: center;
		min-width: 170px;
	}
	.nav-bar > ul > li ul.sub-menu li {
		margin: 0;
	}
	.full-w-col .text-col.text-col-left .wrap {
		margin: 0 0 0 auto;
	}
	.full-w-col .text-col.text-col-right .wrap {
		margin: 0 auto 0 0;
	}	
	.full-w-col .text-col.text-col-left .wrap {
		padding: 2em;
	}
	.full-w-col .text-col.text-col-right .wrap {
		padding: 2em 4em 2em 1.5em;
	}	
	.one-half {
		width: 50%;
		float: left;
	}
	#content .half-d {
		max-width: 50%;
	}
	.full-2-col .wrap {
		max-width: 550px;
		padding: 2em 2em 2em 1em;
	}
	.row.team {
		max-width: 95%;
		margin: 1em auto;
	}
	.right-align {
		width: 50%;
		float: right;
		margin-bottom: 1em;
		margin-left: 1em;
	}
}

@media only screen and (max-width: 768px) {
	header#header {
		margin-top: 0em;
		border: none;
		padding-bottom: 00;
	}
	.header-c .phone-and-hidden-logo {
		/* align-items: center; */
		/* justify-content: center; */
	}
	#mobile-menu-container.left .menu-icon, #mobile-menu-container.right .menu-icon {
		width: 50px;
		background: #d4dadf;
	}

	#mobile-menu-container.left, #mobile-menu-container.right {
		background: #fff;
	}

	#mobile-menu-container .menu, #mobile-menu-container .menu-icon {
		background: #fff;
	}

	#mobile-menu-container a {
		color: #000;
		font-weight: 600;
		text-transform: none;
	}
	#mobile-menu-container .current_page_item , #mobile-menu-container li:hover {
		text-decoration: none;
		color: white;
		background: #1153a3;
	}
	 #mobile-menu-container li:hover a {
	 	color: White;
	 }
	#mobile-menu-container a {
    	font-size: .95em;
    	line-height: 1.6em;
    	padding: .5em 1em;
    	display: block;
 	}
	.sub-menu-icon {
		cursor: pointer;
	}
	
	.slide-header h1, h1.slide-header, .billboard .slide-header {
		font-size: 2em;
		max-width: 90%;
	}
	.billboard .slider-content a, .video-container .slider-content a {
		font-size: .85em;
		padding: 8px 15px;
		min-height: 40px;
	}
	.billboard .slide-sub-header, .video-container .slide-sub-header {
		display: none;
	}
	.topPhone {
		text-align: right;
	}
	#content {
		min-height: 0;
	}
	.home-ctas .wrap {
		max-width: 400px;
		margin: 0 auto 1em;
	}
	#content .btn, .btn {
		min-width: 0;
	}
	.google-calendar{
		padding-top: 54%;
	}
	#content .dog-rows div[id*="gallery"] .gallery-item, 
	.dog-rows .row {
		text-align: center;
	}
	#footer h2 {
		margin-top: 1em;
	}
	#footer .box {
		padding: 0;
	}
	img.alignright, img.alignleft  {
		float: none; 
		margin: 10px 0;
		display: block;
	}
	body.page-breedings .breakout.bg-img {
		background-position: center !important;
	}
}

@media only screen and (max-width: 575px) {
	.home header#header {
		position: inherit;
	}
	.billboard .slider-content {
		background: linear-gradient(0deg, rgba(15, 15, 15, 0.8) 0%, rgba(255, 255, 255, 0) 95%);
	}
	.billboard .swiper-slide {
		/* height: 50vh; */
		/* min-height: 400px; */
	}
	body:not(.home) .billboard .swiper-slide {
		height: 40vh;
	}
	.btn + .btn {
		/* margin: .5em 0 1em; */
	}
	.map {
		padding: 0;
		min-height: 400px;
	}
	img.alignright, img.alignleft {
		float: none;
		margin: 5px 0;
	}
	.logo p {text-align: center;/* border-right: 4px solid #81bc00; */border-left: none;border-bottom: 4px solid #81bc00;padding: 10px;display: inline-block;}
	
	.parents {
		/* display: none; */
	}
	.billboard .slide-header {font-size: 1.15em;display: none;}
}

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

	.billboard .slider-content {
	padding: 1em 1em 2em;
	}

}



.animation-element {position: relative;}
.bounce-up .subject {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .subject, .bounce-left.in-view .subject, .bounce-right.in-view .subject  {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.bounce-left .subject {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(200px, 0px, 0px);
  -webkit-transform: translate3d(200px, 0px, 0px);
  -o-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate3d(200px, 0, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-right .subject {
	opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(-200px, 0px, 0px);
  -webkit-transform: translate3d(-200px, 0px, 0px);
  -o-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate3d(-200px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* .bounce-left.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
 */


.dog-litter-row .row{
    padding-bottom: 0em;
    padding-top: 0em;
    box-shadow: 0 0 10px #0000009e;
    margin-bottom: 2em;
    margin-left: 0px;
    background: #1153a3;
    margin-right: 0px;
}

.litter-header{
	font-size: 1.5em;
	margin: .25em !important;
	color: #fff !important;
}


@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .ipad-landscape { 
	  
	}
}

