/*
    Theme Name: Frontier Pets
    Theme URI: http://cosmicktechnologies.com/
    Description: Frontier Pets Theme.
    Version: 1.0.4
    Author: Cosmick Technologies
    Author URI: http://cosmicktechnologies.com/
    Details URI: http://cosmickupdates.com/updates/themes/packages/readme.html
*/
body, html{
    font-family: 'Spartan', sans-serif;
}
body{
	background-color: #faf9f7;
}
p, li, span{
	color: #4e4a44;
}
a{
	color:#293f4f;
}
a:hover,a:focus,a:active{
	color:#b94344;
}
.lightblue{color: #6396a2;}
.darkbrown{color: #404d5e;}

img{
	max-width: 100%;
	height: auto;
}
h1{
	font-size: 50px;
	line-height: 65px;
	color: #404d5e;
	font-family: "Roboto Slab";
	font-weight: 800;
	text-transform: uppercase;
	padding-bottom: 25px;
}
h2{
	font-size: 45px;
	line-height: 55px;
	color: #404d5e;
	font-family: "Roboto Slab";
	font-weight: 800;
	text-transform: uppercase;
	padding-bottom: 25px;
}
h3{
	font-size: 30px;
	line-height: 42px;
	color: #ffffff;
	font-family: "Roboto Slab";
	font-weight: 700;
	margin: 0;
}
ul, ol{
	margin-bottom: 20px;
}
li{
	font-size: 15px;
	line-height: 24px;
}
.container-fluid {
	max-width: 1200px;
}

.fullWidth{
	max-width: 100%;
	width: 100%;
}
p{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 23px;
}

a{
    color: #b94344;
    text-decoration: none;
}
.modal-body h3{
	color: #404d5e;
	font-size: 2.3rem;
}
.btn,.petkey .btn[type="submit"],.petkey .btn {
	border: 0;
	text-transform: uppercase;
	padding: 11px 25px 7px;
	background: #b94344;
	color: #f7f6f2;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	border-radius: 0;
	font-family: 'Spartan';
	transition: 0.5s all;
}
.btn.hasBorder{
	border:1px solid #b94344;
}
.btn:after {
    content: '\2192';
    margin-left: 10px;
    font-size: 26px;
	vertical-align: middle;
}

input[type="submit"],.petkey .btn[type="submit"],.petkey .btn{
	font-size: 14px !important;
	line-height: 28px;
	color: #f7f3ea;
	
}
.btn:hover,.petkey .btn[type="submit"]:hover,.petkey .btn:hover{
	background: #f7f6f2;
	color:#4e4a44;
}
.btn.hoverBlue:hover{
	background: #293f4f;
	color: #fff;
}

.btn.btn_white{
	background: #f7f6f2;
	color:#4e4a44;
}

.btn.btn_white:hover{
	background: #b94344;
	color: #f7f6f2;
}

.btn .socicon {
	text-transform: none;
}

.btn-sm {
	padding-top: 0;
	padding-bottom: 0;
}

.btn-lg {
	padding: 9px 25px 6px;
}

.mt30{
	margin-top: 30px;
}

.form-control{
	border-radius: 0;
}
.hidden_label label {
	display: none !important;
}



.logo {
	position: relative;
	z-index: 999;
}
.logo img{
	max-height: 120px;
}
.logo ul {
	padding: 0;
}

.navbar-default {
	text-transform: uppercase;
	font-size: 14px;
	border: 0;
	margin: 0;
	min-height: 0px;
	padding: 36px 0;
	background-color: transparent;
}

.navbar-default .navbar-brand {
	color: #fff !important;
	font-size: 28px;
	padding-top: 14px;
	padding-bottom: 13px;
	height: auto;
}

.navbar-default .navbar-toggle {
	border-color: #fff !important;
	margin-top: 7px;
	background-color: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff !important;
}

.navbar-default .navbar-nav {
	float: none;
}

.headerContactInfo .telLink a{
	font-size: 16px;
	line-height: 28px;
	color: #b94344;
	font-weight: 700;
}

.headerContactInfo .addr {
	font-size: 12px;
	line-height: 16px;
}

.backgroundLogo{
	background-image: url('/wp-content/uploads/2020/04/frontier_logo_background.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.2;
	filter: alpha(opacity=20);
	position: absolute;
	width: 100%;
	height: 80%;
	top: 20px;
}
.section{
	padding: 70px 0;
}
.brown_bg{
	background-color: #8d857b;
	position: relative;
}
.red_bg{
	background-color: #b94344;
	position: relative;
}
.brown_bg *,.red_bg *{
	color: #fff;
}
.banner .owl-carousel .owl-stage-outer{
	padding: 0;
}
.bannerContent{
	max-width: 450px;
	padding: 190px 0;
	position: relative;
	z-index: 2;
}
.bannerContentCenter{
	width: 100%;
	padding: 110px 0;
	margin-top: 155px;
}
.bannerContentCenter * {
    color: #f7f3ea;
}

.bannerContentCenter h1,
.bannerContentCenter p {
	margin: 0;
	padding: 0;
}

.banner_image{
	background-position: center 0;
	min-height: 500px;
	background-image: url('/wp-content/uploads/2020/04/blueBanner.jpg');
}
.bannerSection{
	position: relative;
	z-index: 5;
}
.banner{
	position: relative;
}
.overlay{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.6);
}
body:not(.home) .overlay{
	display: none;
}

.jumbotron {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 10;
}
.jumbotron p{
	font-size: 18px;
	line-height: 34px;
	font-weight: 400;
}

.jumbotron h2{
	font-family: 'Roboto Slab';
	font-size: 34px;
	line-height: 45px;
	font-weight: 500;
}

.owl-dots{
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.owl-dot span{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 3px solid #293f4f;
	margin: 0 4px;
}
.owl-dot.active span,.owl-dot:hover span{
	border: 3px solid #b94344;
}

/* ------------- info bar ---------------*/

body:not(.home) .contactInfoBar{
	background-color: #e6e1da;
}

.contactInfoBar .icon {
    display: inline-block;
    padding-right: 15px;
}
.contactInfoBar .content{
	display: inline-block;
	padding: 0;
	vertical-align: top;
}
.contactInfoBar .block{
	display: inline-block;
	text-align: left;
}
.contactInfoBar .block p {
    margin: 0;
	font-size: 16px;
	line-height: 20px;
}
.smallTitle{
	font-size: 12px !important;
	line-height: 18px !important;
	font-weight: 700;
	margin-bottom: 0;
}
/* -----------carousel/available/past pets ----------------*/

.carousel_div.section {
	padding: 90px 0;
}

.petImage{
	position: relative;
}
.pet-info .socialLinks{
	background: #b9aea2;
	padding: 5px 0;
}
.share-btn:hover {
    color: #293f4f;
}

.petImage .petInfoWrapper{
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	z-index: 1;
}
.listing .pet p{
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	color: #787268;
	font-weight: 500;
	padding: 10px 0;
}

.pet{
	list-style-type: none;
}

.petImage img{
	min-height: 200px;
	width: 100%;
}
.petImage .petTitle span{
	color: #787268;	
	margin: 0px;
	display: inline-block;
	width: auto !important;
}
.pet .more_link{
	width:100%;
}
.star{
	padding: 0 3px;
}
.pet .more_link a{
	background-color: #d3c9bd; 
	display: block;
}
.pet .more_link:hover a{
	background-color: #de4048; 
	color: #fff;
}
.pet .more_link a:after{
	display: none;
}


.slider{
	padding: 50px 0;
}

.slider .owl-nav span{
	font-size: 175px;
}

.slider .owl-nav button:hover span{
	color: #de4048;
}
.petListing.owl-carousel{
	padding: 0 15px;
}
.slider .petkey .pet {
    width: auto;
    float: none;
    padding: 0;
	margin: 0;
}
.slider .petkey .form-container{
	display: none;
}
.slider .owl-carousel .owl-stage-outer{
	padding: 0;
	z-index: 1;
}

.slider .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slider .owl-prev {
    left: -85px;
    position: absolute;
    height: 100%;
}

.slider .owl-next {
    right: -50px;
    position: absolute;
    height: 100%;
}


.slider .owl-dots{
	display: none;
}

.tips .post_item .post_body{
	position: absolute;
	bottom: 0;
	background: #a79b8be3;
	width: 100%;
	padding: 1em;
}

.past_pups {
    display: none;
}

.past_pups h2 a {
	color: #293f4f;
	text-decoration: none;
}

.past_pup {
	margin-bottom: 30px;
}

.past_pup img {
    max-width: 100%;
    height: auto;
}

.tips h2{
	margin:0;
}
.tips .post_item{
	position: relative;
}

.tips .post_item .category{
	font-size: 12px;
	line-height: 19px;
	color: #f2efeb;
	font-weight: 700;
	background-color: #b94344;
	padding: 0 5px;
	display: inline-block;
	margin: 0;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.have_a_question{
	padding-bottom: 20px;
}
.have_a_question .sectionContent{
	display: table;
	height: 100%;
}
.have_a_question .sectionContentWrap{
	display: table-cell;
	vertical-align: middle;
}
.specials{
	background-color: #f7f3ea;
	padding: 0;
}
.tips .post_item .media_link, .tips .post_item h3.title{
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #f2efeb;
	font-family: "Spartan";
}
.tips .post_item h3.title{
	padding: 10px 0 15px;
	line-height: 20px;
}
.section h2{
	margin:0;
}

.newsletter_subscribe{
	background-color: #293f4f;
}

.home .newsletter_subscribe {
    margin: 0 0 4em 0;
}

.newsletter_subscribe .left,.newsletter_subscribe .right{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.newsletter_subscribe input[type="submit"]{
	background-color: #6396a2;
}
.newsletter_subscribe input[type="submit"]:hover{
	background-color: #3c6d79;
	color: #f7f3ea;
}

.newsletter_subscribe .ginput_container_email input{
	width: 340px;
}
.newsletter_subscribe input, .newsletter_subscribe .gform_body,.newsletter_subscribe .gform_footer{
	float: left;
	display: inline-block;
	border-radius: 0;
	height: 50px;
}
.newsletter_subscribe .gform_body{
	padding-right: 10px;
}
.newsletter_subscribe .left p {
    margin: 0;
    color: #f2efeb;
}

.specials .left,.specials .right,.specials .center{
	display: inline-block;
	vertical-align: middle;
}
.specials .center{
	padding: 0 30px;
}
.specials h3{
	color: #404d5e;
}

.contactUs{
	background-image: url('/wp-content/uploads/2020/04/puppies_bck.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contactUs .contactUsformWrapper{

	background-image: url('/wp-content/uploads/2020/04/woodGrain-scaled.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    position: relative;
    padding: 80px 70px;
}
.contactUsformWrapper:before {
    background-image: url('/wp-content/uploads/2020/04/puppyTop.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: initial;
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: -95px;
    left: 0;
}

.contactUsformWrapper .gform_title{
	font-size: 14px;
	line-height: 22px;
	font-family: "Spartan";
	text-transform: uppercase;
}

.contactUsformWrapper .gform_description{
	font-size: 36px;
	line-height: 42px;
	color: #f2efeb;
	font-family: "Roboto Slab";
	font-weight: 700;
	display: block;
	margin-bottom: 30px;
}



/* -----------------Footer -------------------*/
.footer{
	background-color: #293f4f;
	padding: 20px 0;
}
.footer *{
	color: #aedde6;
}

.topContent{
	padding-top: 40px;
}
.footer h4{
	color: #f7f3ea;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}
.footer h4:after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #df4053;
	position: absolute;
	left: 0;
	bottom: -11px;
}

.footerLogo{
	display: inline-block;
	vertical-align: top;
}

.col1_content{
	display: inline-block;
	padding-left: 20px;
}

.col1_content .socialLinks{
	display:block;
	margin-top: 15px;
}

.messenger{
	margin-top: 20px;
}
.footerMenu li {
    display: inline-block;
    width: 50%;
}
.footerMenu .sub-menu {
    padding: 0;
    display: block;
}
.footerMenu .sub-menu li{
	width: 100%;
}

.footerMenu li a{
	font-size: 14px;
	line-height: 24px;
	color: #aedde6;
}

.footerMenu{
	margin: 20px 0;
}

.copyright p{
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 14px;
	font-family: "Roboto Slab";
	font-weight: 400;
	margin-top: 60px;
	margin-bottom: 0;
}

.messenger_icon{
	background-image: url('/wp-content/uploads/2020/04/facebook-messenger.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
}

.btn-social {
    margin: 0 5px;
    border: 1px solid;
    padding: 1px 2px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    padding: 3px 2px;
}

/* ------------------------- header ------------------------*/


.headerWrapper{
	width: 100%;
	padding: 25px 15px;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top:0;
	z-index: 1;
}
.headerContactInfo{
	list-style: none;
	font-weight: 700;
	padding: 17px 0 0 0;
}

.navbar-default .navbar-nav > li > a {
	color: #4e4a44;
	padding: 6px 15px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

.navbar-default .navbar-nav > li.menu-item-home a:before{
	content: '\2605';
	padding-right: 5px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.current-menu-item > a,
.navbar-default .navbar-nav > li.current-menu-parent > a {
    color: #de4048;
    background-color: transparent;
}


/*----------- content area ----------*/
.contentArea{
	padding-top: 0;
	padding-bottom: 100px;
}

body.blog .contentArea{
	padding-top: 0;	
}
body.home .contentArea{
	padding-top: 0;
	padding-bottom: 0;
}

body.page-template-contact .contentArea{
	padding-bottom: 0;
}

.the_content,
.content {
	padding: 3em 0 0 0;
}

.page-template-available-pets .the_content,
.page-template-past-pets .the_content {
	padding: 0;
}


/*------------- contact us template --------------*/



.scrolling {
    position: relative;
    top: -7px;
}

div.scrolling-limit{
  width: 100%;
  height: 20px;
  background-color: #b94344;
  overflow:hidden;
  white-space:nowrap;
  color: white;
  padding: 2em;
}

div.scrolling{
  position: relative;
  -webkit-animation: scroll 32s infinite linear;;
  -moz-animation: scroll 32s infinite linear;
  -o-animation: scroll 32s infinite linear;
  animation: scroll 32s infinite linear;
}

@keyframes scroll{
    0%   {left: 1600px;}
    100% {left: -1450px;}
}
@-webkit-keyframes scroll{
    0%   {left: 1600px;}
    100% {left: -1450px;}
}
.map_form_area{
	margin: 30px 0;
	float: left;
	width: 100%;
}

.map_form_area .form-control {
    background: #e6e2da;
    color: #4e4a44;
    border: 0;
    height: 50px;
}

textarea.form-control{
	height: auto !important;
}

 .contact_us_form input[type="submit"]{
	border: 1px solid #b94344;
	width: 100%;
}

.contactFooter {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
	margin: 40px auto 0;
	max-width: 80%;
}

.contactFooter .tile {
	display: inline-block;
	-ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
.contactFooter .tile a {
	padding: 40px 40px 10px;
	display: block;
	text-decoration: none;
}
.tile:hover {
    opacity: 0.85;
}

.tile .icon {
    height: 70px;
    display: table-cell;
    vertical-align: middle;
}
.tile .iconWrapper{
	display: table;
	width: 100%;
}
.contactFooter .tile .icon img {
    max-height: 100%;
    display: inline-block;
    max-width: 75px;
}

.tile .title{
	font-size: 24px;
	line-height: 32px;
	color: #4e4a44;
	font-family: "Roboto Slab";
	font-weight: 700;
}
.tile.darkbrown *{
	color: #e6e2da;
}
.tile.darkestbrown *{
	color: #d3c9bd;
}

.tile.lightestbrown{
	background-color: #d3c9bd;
}
.tile.lightbrown{
	background-color: #b9afa1;
}
.tile.brown{
	background-color: #989087;
}
.tile.darkbrown{
	background-color: #5f5b56;
}
.tile.darkestbrown{
	background-color: #4e4a44;
}



/* ------------available pets -----------------------*/
body.page-template-available-pets .contentArea, body.page-template-past-pets .contentArea{
	padding-top: 0;
}
.availablePets,.pastPets{
	overflow: hidden;
}
.petkey .form-container {
    background-color: transparent;
   	padding: 0;
   	margin: 0;
   	border: 0;
}

.animal-selectionForm{
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 15px;
	background: #163146;
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.petkey .form-container .animal-selectionForm:before {
    background-color: #163146;
    content: '';
    left:-100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.petkey .form-container .animal-selectionForm:after {
    background-color: #163146;
    content: '';
    left: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.availablePets .listing .petTitle{
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	color: #787268;
	font-weight: 500;
	padding: 10px 0;
	width: 100%;
}
.availablePets .listing .petTitle span{
	color: #787268;	
	margin: 0px;
	display: inline-block;
	width: auto !important;
}




.listing .img-holder img {
	box-shadow: none;
	width: 100%;
}

/* ------------------ single pet detail ------------------------*/
.petkey .form h3{
	color: #fff;
	background: #293f4f;
	padding: 0;
}
.tabTiles span {
    display: inline-block;
    padding: 20px;
    width: 50%;
    text-align: center;
    background: #b94344;
    font-size: 12px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.tabTiles span.active,.tabTiles span:hover{
	background-color: #293f4f;
}

.tab{
	display: none;
}
.tab.active{
	display: block;
}
.animal-info-table{
	padding: 20px 0;
}
.petkey .inquire-form{
	margin-bottom: 45px;
}
.animalInfoWrapper{
	display: block;
	width: 100%;
	display: flex;
  	flex-wrap: wrap;

}
.animal-page{
	background: #c4beb5;
	padding-top: 50px;
	padding-bottom: 50px;
}
.animalInfoWrapper .animal-images, .animalInfoWrapper .animal-info{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	background: #fff;
	display: flex;
	flex-direction: column;
	position: relative;
}
.animalInfoWrapper .animal-images{
	background-color: #c4beb5;
	padding-right: 10px;
}
.animalInfoWrapper .animal-info{
	padding-bottom: 45px;
}
.animal-info .financing{
	position: absolute;
	width: 100%;
	bottom: 0;
}
.animal-info .financing a{
	color: #fff;
	background-color: #293f4f;
	padding: 34px 0;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #f7f3ea;
	line-height: 22px;
}
.animal-info .financing a:hover{
	background-color: #b94344;
}
.animalInfoWrapper .animal-images .main-img{
	max-width: 100%;
}

.imageWrapper{
	position: relative;
}

.image_tag{
	position: absolute;
	top:5px;
	left:10px;
	z-index: 1;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 26px;
	color: #8d857b;
	font-weight: 700;
}

.imagePop{
	position: absolute;
	top:10px;
	right: 10px;
	z-index: 1;
	background-image: url('/wp-content/uploads/2020/04/magnifier.png');
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
}
.animal-page .social {
    margin-top: 0px;
    background: #e0eaec;
    padding: 35px 10px;
}

.animal-page .animal-info .box {
    border: 0;
    max-width: 430px;
    margin: 0 auto;
}

.animal-page .animal-info .box div{
 	font-size: 12px;
    line-height: 26px;
    color: #293f4f;
}
.animal-page .social a,.animal-page .social p{
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 16px;
	color: #6396a2;
	font-weight: 700;
	padding: 0;
	margin: 0 5px;
	display: inline-block;
}
.animal-page .social a span{
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #6396a2;
	font-weight: 700;
	display: inline-block;
}

.animal-page .social a:hover{
	border-color: #293f4f;
}
.animal-page .social a {
    background-color: transparent !important;
}

.animal-page .animal-info .box div:first-child {
    background-color: transparent !important;
    color: #000;
    border: 0 !important;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 26px;
    color: #b9afa1;
    font-weight: 700;
}


.breeds-embed h2{
	text-align: center !important;
	color: #fff !important;
	background: #293f4f !important;
	padding: 16px !important;
	font-size: 22px !important;
}

.breeds-related h2 {
	text-align: center !important;
	color: #293f4f !important;
	padding: 16px !important;
	font-size: 22px !important;

}

/*******************************************
 Puppy Grid
*******************************************/
#pet-listing-section {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.accordion-list{
	padding-left: 0;
}
.accordion-list li.accordion {
	border-bottom: 2px solid #293f4f;
	margin-bottom: 0px;
	padding: 0;
	list-style-type: none;
}


.accordion-list.faqs .accordion .accordion-body {
	overflow: visible;
}

.accordion-title{
	display: block;
    margin: 0;
    padding: 15px;
    position: relative;
    cursor: pointer;
}
.accordion-title:after{
	content: '+';
	position: absolute;
	top: 15px;
	font-size: 30px;
	right: 0;
	padding: 15px;
	line-height: 30px;	
}

li.accordion.active .accordion-title:after{
	content: '-';
	top: 12px;
}

.accordion-title:hover,.accordion-list li.accordion.active .accordion-title{
	background: #b94344;
    color: #f7f3ea;
}
.accordion-title:hover h2,.accordion-list li.accordion.active .accordion-title h2{
	color: #f7f3ea;
}

.accordion-title h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.accordion-content{
	display: none;
	overflow: hidden;
}
.accordion-content .the_content{
	padding: 20px;
}






/* ---------------- mobile menu -------------------*/
.navbar-toggle .icon-bar{
	background-color: #b94344;
}

.navbar-header{
	position: absolute;
	z-index: 111;
	top: 0;
	right: 0;
}
.sr-only{
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
}
.navbar-brand{
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
	padding:0;
	overflow: hidden;
}
.navbar-default.visible-xs{
	position: absolute;
	z-index: 1111;
	top: 85px;
	width: 100%;
	background: #fff;
	padding: 0;
	min-width: 320px;
	right: 0;
	
}
.navbar-default.visible-xs #navigation{
	border-top:2px solid #293f4f;
	border-bottom:2px solid #293f4f;
}
.navbar-toggle{
	margin: 17px 0;
}


.navbar-nav > li {
    display: inline-block;
    float: none;
}

.navbar-nav > li > .dropdown-menu {
	font-size: 14px;
	border: 0;
	padding: 12px 5px;
	left: 10px;
	border-bottom: 3px solid #d47b7b !important;
	margin: 0 auto;
	border-radius: 0 !important;

}

.navbar-nav > li > .dropdown-menu a {
	color: #000 !important;
	font-weight: 500;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	color: #de4048 !important;
	background-color: transparent !important;

}

@media (max-width: 767px) {
	.navbar-nav > li > .dropdown-menu a {
		text-align: center;
	}
}





.share-btn.zoom img{
	width: 15px;
	height: 15px;
}













/* ------------ old css ---------------*/

.gfield {
	margin-top: 0 !important;
}

.gfield_label {
	margin-bottom: 0;
}

.hide-labels .gfield:not(.show-label) .gfield_label, .hide-sub-labels .field_sublabel_below .ginput_complex.ginput_container label, .hide-sub-labels .field_sublabel_above .ginput_complex.ginput_container label {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.hide-sub-labels .field_sublabel_below .ginput_complex.ginput_container label, .hide-sub-labels .field_sublabel_above .ginput_complex.ginput_container label {
	position: static;
	margin: 0 !important;
	margin-bottom: 5px !important;
}


.media-list .media {
	border-bottom: 1px solid #eee;
    color: #000;
    padding: 2em 0;
}

.media-list .media .media-heading a {
	color: inherit;
}

.media-list .media .media-meta {
	margin-bottom: 10px;
}

.media-list .media .media-meta a {
	color: inherit;
}



.location-finder .btn {
	background-color: #2d181f !important;
}

.location-finder .panel {
	border-color: #2d181f;
}

.location-finder .single.location.active .panel {
	border-color: #a94442;
}

.location-finder .panel a {
	color: inherit;
}

.location-finder .panel .panel-heading {
	background-color: #2d181f;
	color: #fff;
}

.location-finder .single.location.active .panel .panel-heading {
	background-color: #a94442;
	border-color: #a94442;
}

.location-finder .panel .panel-footer {
	background-color: #2d181f;
	color: #fff;
	border-top-color: transparent;
}

.location-finder .single.location.active .panel .panel-footer {
	background-color: #a94442;
}

/****************************************
 Pip Nav
****************************************/
.pip-nav {
	padding: 2em;
}

.pip-nav ul {
	margin-left: 0;
	padding: 0;
	text-align: center;
}

.pip-nav ul li {
	display: inline-block;
	list-style: none;
	padding: 0;
}

.pip-nav ul li.current {
	background-color: #b94344;
	color: #fff;
	font-size: 12px;
	padding: 5px 18px;
}

.pip-nav ul li a {
	color: #293f4f;
	display: block;
	font-size: 12px;
	padding: 5px 18px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.pip-nav ul li a:hover, .pip-nav ul li a:focus {
	background-color: #293f4f;
	color: #fff;
	text-decoration: none;
}

/****************************************
 Post
****************************************/
.post-template-default .sidebar .widget h3 {
	color: #293f4f;
}

.post__navigation h2 {
	display: none;
}

.post__navigation .nav-links {
	text-align: center;
}


.post__navigation .nav-previous,
.post__navigation .nav-next {
	display: inline-block;
	margin: 0 .5em;
}

.post__navigation .nav-previous a,
.post__navigation .nav-next a {
	background-color: #293f4f;
    color: #fff;
    display: block;
    padding: .5em 1em;
	text-decoration: none;
}

.post__navigation .nav-previous a:hover,
.post__navigation .nav-next a:hover {
	background-color: #b94344;
}

/****************************************
 Video Homepage
****************************************/
.homepage-video {
	background-color: #fff;
	display: block;
	padding: 75px 25px;
}

.video-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.video-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****************************************
 Media Queries
****************************************/
@media only screen and (max-width: 1350px) {
	.contactFooter {
		-ms-flex-pack: distribute;
        justify-content: space-around;
		max-width: 100%;
	}
}

@media only screen and (max-width: 1100px) {
	.contactFooter .tile {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
}

@media only screen and (max-width: 500px) {
	.contactFooter .tile {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}