/*
	Theme Name: Cosmick Petland
	Theme URI: https://cosmicktechnologies.com/
	Description: Custom Template for petland.
	Version: 1.0.9
	Author: Cosmick Technologies
	Author URI: https://cosmicktechnologies.com/
	Details URI: https://www.cosmicktechnologies.com/themes/packages/readme.html
*/

.container-fluid.page {
	max-width: 1320px;
}

.page-container {
	box-shadow: 0 0 15px #e4e4e4;
}

.btn {
	border: 2px solid #FFF;
	font-family: Montserrat, sans-serif;
	word-wrap: break-word;
	white-space: normal;
}

.btn-clear {
	background-color: transparent;
	color: #fff;
}

.btn-shadowed {
	box-shadow: 0px 3px 9px -2px #353a44;
}

.btn-lg {
	border-radius: 1px;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 14px;
}

.navbar-default, .navbar-inverse {
	margin-bottom: 0;
	border: 0;
}

.navbar-default .navbar-nav > li > a .glyphicon {
	height: 21px;
	width: 21px;
	border: 2px solid #9db55a;
	border-radius: 50%;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

@media (min-width: 768px) {
	.navbar-default .navbar-text, .navbar-default .navbar-nav > li > a {
		font-weight: bold;
		font-size: 16px;
	}

	.navbar-default .navbar-nav > li > a {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.navbar-default .navbar-text {
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.navbar-inverse .navbar-nav > li {
		padding-top: 30px;
		padding-bottom: 27px;
	}
}

.navbar-inverse .navbar-brand {
	height: auto;
}

.navbar-inverse .navbar-toggle {
	margin-top: 15px;
}

.navbar-inverse .navbar-toggle.glyphicon-toggle {
	color: #505868;
}

.navbar-inverse .navbar-nav > li > a {
	font-size: 15px;
	line-height: 40px;
	font-family: Montserrat, sans-serif;
}

.navbar-inverse .navbar-nav > li > a {
	border-bottom: 3px solid transparent;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li.open > a {
	border-bottom-color: #d9dade;
}

@media (min-width: 768px) {
	.navbar-inverse .dropdown-menu {
		background-color: rgba(255, 255, 255, 0.97);
		top: 72px;
		left: 0;
		min-width: 100%;
		width: auto;
		right: auto;
		border-color: #d9dade;
		margin: 0;
		padding: 0;
	}

	.navbar-inverse .dropdown-menu > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 15px;
		padding-left: 15px;
	}
}

.navbar-inverse .dropdown-menu > li > a {
	border-bottom: 1px solid #eee;
	font-family: Montserrat, sans-serif;
}

.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus {
	color: #169fda;
}

.carousel#carousel-header .item {
	background-size: cover;
}

.carousel#carousel-header .item .post {
	padding-left: 20px;
	margin-top: 60px;
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.carousel#carousel-header .item .post {
		padding-left: 0;
	}
}

.carousel#carousel-header .item .post .title {
	margin-top: 0;
	font-size: inherit;
	font-size: 97px;
}

.carousel#carousel-header .item .post .title * {
	margin-top: 0;
	font-size: inherit;
}

@media (max-width: 767px) {
	.carousel#carousel-header .item .post .title {
		font-size: 27px;
	}
}

.carousel#carousel-header .item .post .content {
	margin-top: 20px;
	font-family: Georgia, serif;
	color: #505868;
	line-height: 32px;
	font-size: 18px;
}

@media (max-width: 767px) {
	.carousel#carousel-header .item .post .content {
		font-size: 14px;
	}
}

.carousel#carousel-header .item .post .btn {
	margin-top: 20px;
	position: relative;
}

@media (max-width: 767px) {
	.carousel#carousel-header .item .post .btn {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.carousel#carousel-header .item .post .btn:after {
		content: '';
		position: absolute;
		width: 48px;
		height: 46px;
		background: url('/wp-content/uploads/2016/02/hp-puppyCTAarrow.png') no-repeat;
		top: 0;
		left: 100%;
		margin-top: -23px;
		margin-left: 10px;
	}
}

.call-to-actions .first {
	padding-left: 42px;
	padding-right: 42px;
}

@media (max-width: 767px) {
	.call-to-actions .first {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.call-to-actions .first, .call-to-actions .second, .call-to-actions .third {
	margin-top: 42px;
}

@media (max-width: 767px) {
	.call-to-actions .first, .call-to-actions .second, .call-to-actions .third {
		margin-top: 15px;
	}
}

.call-to-actions .first > .row {
	margin-left: -21px;
	margin-right: -21px;
}

.call-to-actions .first > .row > div {
	padding-left: 21px;
	padding-right: 21px;
}

.call-to-actions .first .thumbnail {
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
}

.call-to-actions .first .thumbnail .caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.call-to-actions .second .carousel#carousel-second .item {
	background-size: cover;
}

.call-to-actions .second .carousel#carousel-second .item .post {
	margin-top: 60px;
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.call-to-actions .second .carousel#carousel-second .item .post {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

.call-to-actions .second .carousel#carousel-second .item .post .title {
	font-size: 49px;
	color: #ffffff;
	text-shadow: 2px 2px #000;
}

@media (max-width: 767px) {
	.call-to-actions .second .carousel#carousel-second .item .post .title {
		font-size: 27px;
		margin-bottom: 10px;
	}
}

.call-to-actions .second .carousel#carousel-second .item .post .content {
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	text-align: right;
	text-shadow: 1.4px 1.4px #000;
	font-weight: 400;
	font-style: normal;
}

@media (max-width: 767px) {
	.call-to-actions .second .carousel#carousel-second .item .post .content, .call-to-actions .btn {
		font-size: 14px;
	}
}

.call-to-actions .third {
	padding-left: 42px;
	padding-right: 42px;
}

@media (max-width: 767px) {
	.call-to-actions .third {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.call-to-actions .third > .row {
	margin-left: -21px;
	margin-right: -21px;
}

.call-to-actions .third > .row > div {
	padding-left: 21px;
	padding-right: 21px;
}

.call-to-actions .third .post {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.call-to-actions .third .post .post-container {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
	.call-to-actions .third .post {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.call-to-actions .third .post .title {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px #000;
}

.call-to-actions .third .post .content {
	font-size: 12.25px;
	color: #fff;
	line-height: 1.8;
	text-shadow: 1.4px 1.4px #000;
}

.page-title {
	font-weight: 700;
	color: #444;
	font-size: 32px;
	margin-top: 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 12px 10px;
	padding-left: 0;
	margin-bottom: 15px;
}

.content p {
	line-height: 1.6em;
	margin-bottom: 15px;
}

.content .review {
	margin-bottom: 45px;
}

.content .review p {
	display: inline-block;
}

.content .review section {
	line-height: 1.6em;
}

.content h2 {
	line-height: 40px;
	font-weight: 700;
	color: #444;
}

.content h3 {
	line-height: 28px;
	font-weight: 700;
	color: #444;
}

.content .review h3 {
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 10px;
}

.content ul > li, .content ol > li {
	margin-bottom: 10px;
}

.content table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 22px;
}

.content table > thead > tr > th, .content table > tbody > tr > th, .content table > tfoot > tr > th, .content table > thead > tr > td, .content table > tbody > tr > td, .content table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}

.content .alignleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.content .alignright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.content .row p:empty {
	margin-bottom: 35px;
}

.content .media {
	border-bottom: 1px solid #CCC;
	padding-top: 35px;
	padding-bottom: 35px;
}

.content .media-list > .media:last-child {
	border-bottom: 0;
}

.content .media-heading {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 19px;
}

.content .media a {
	color: #000;
}

.sidebar .widget {
	margin-bottom: 20px;
}

.sidebar .widget ul {
	list-style: none;
	padding-left: 8px;
}

.sidebar .widget ul > li {
	margin-bottom: 10px;
	color: #000;
}

.sidebar .widget ul > li a {
	color: inherit;
}

.sidebar .widget .tagcloud a {
	display: inline-block;
	padding: .2em .6em .3em;
	font-size: 75%!important;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background-color: #777;
}

.sidebar .searchform .input-group .form-control, .sidebar .searchform .input-group .btn {
	border: 0;
	background-color: #DCDCDC;
}

.sidebar .searchform .input-group .form-control {
	box-shadow: none;
}

.sidebar .searchform .input-group .btn {
	padding: 7px 11px;
}

.footer {
	margin-top: 42px;
	padding: 35px 55px 15px 55px;
	background: #505868 url('/wp-content/uploads/2016/02/footer-bg.png') repeat;
	background-position: center -20px;
	color: #fff;
}

@media (max-width: 767px) {
	.footer {
		padding-left: 0;
		padding-right: 0;
	}
}

.footer h4 {
	margin-top: 0;
	margin-bottom: 12px;
	font-family: 'Patrick Hand';
	font-size: 23px;
	font-weight: 400;
	color: #505868;
	text-transform: uppercase;
	background-color: #fff;
	padding: 7px 12px;
}

.footer .address:first-line {
	font-weight: bold;
}

.footer .extra {
	margin-top: 11px;
}

.footer a {
	color: inherit;
}

.footer .list-unstyled a {
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	font-size: 14px;
}

.footer .btn-social {
	background-color: #fff;
	color: #505868;
	padding: 6px 10px;
	display: inline-block;
	font-size: 22px;
}

.copyright {
	color: #505868;
}

.copyright img {
	display: inline-block;
}

.copyright p {
	display: inline-block;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: bold;
}

.gfield.no-sub-label .ginput_container i {
  display: none;
}

.btn-link {
	color: #d15421;
}

.breed a {
	color: #000;
}

.gallery {
	margin-left: -15px;
	margin-right: -15px;
	clear: both;
}

.gallery .gallery-item {
	padding-left: 15px;
	padding-right: 15px;
	width: 100% !important;
}

@media (min-width: 768px) {
	.gallery.gallery-columns-2 .gallery-item {
		width: 50% !important;
	}

	.gallery.gallery-columns-3 .gallery-item {
		width: 33.33333333% !important;
	}

	.gallery.gallery-columns-4 .gallery-item {
		width: 25% !important;
	}

	.gallery.gallery-columns-5 .gallery-item {
		width: 20% !important;
	}

	.gallery.gallery-columns-6 .gallery-item {
		width: 16.66666666% !important;
	}

	.gallery.gallery-columns-7 .gallery-item {
		width: 14.28571428% !important;
	}

	.gallery.gallery-columns-8 .gallery-item {
		width: 12.5% !important;
	}

	.gallery.gallery-columns-9 .gallery-item {
		width: 11.11111111% !important;
	}
}

.gallery .gallery-item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}