/*
Theme Name: Linkage Theme
Author: J.V.A
Description: 「」
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, LESS, bower, gulp
Text Domain: oracle

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
	--custom_blue: #295690;
	--custom_pink: #FF70A2;
}

@media (min-width: 1200px){
	.container {
		max-width: 1345px;
	}
}

#page-wrap {
	overflow: hidden;
}

.img-responsive {
	border-radius: 30px;
}

.img-responsive:hover{
	transform: scale(.9);
	transition: .3s;
}

.button-form {
	background-color: var(--custom_blue);
	color: #fff;
	border-radius: 20px;
	font-size: 16px;
	padding: 10px;
}

.button-form:hover {
	background-color: #ff9dbf;
	color: #000;
}

/*Header*/

.header_main {
	padding: 5px 0 10px 0;
}

.header_main .site_logo {
	transition: .3s;
}

.header_main .header-img-responsive {
	transition: .3s;
}

.header_main .header-img-responsive:hover {
	transform: scale(0.9);
}

.header_main .header_nav {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 54px;
	text-align: center;
}

.header_main .header_nav > li {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	margin: 21px 7px;
}

.header_main .header_nav > li >a {
	font-size: 18px;
	color: #000000;
	transition: .3s;
	text-decoration: none;
}

.header_main .header_nav > li >a:hover, .header_nav > li >a:focus {
	color: var(--custom_pink);
}

.header_main .icon {
	margin: 30px 0 0 0;
	float: right;
}

.header_main .icon a {
	font-size: 18px;
	color: var(--custom_blue);
	transition: .3s;
	text-decoration: none;
}

.header_main .icon a:hover, .header_main .icon a:focus {
	color: var(--custom_pink);
}

.fa-user:before {
	content: "\f007";
	margin-right: 7px;
}

.search {
	width: 100%;
	position: relative;
	display: flex;
}

.searchTerm {
	width: 100%;
	border: 3px solid #00B4CC;
	border-right: none;
	padding: 5px;
	height: 20px;
	border-radius: 5px 0 0 5px;
	outline: none;
	color: #9DBFAF;
}

.searchTerm:focus{
	color: #00B4CC;
}

.searchButton {
	width: 40px;
	height: 36px;
	border: 1px solid #00B4CC;
	background: #00B4CC;
	text-align: center;
	color: #fff;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
	width: 30%;
	position: absolute;
	top: 16%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*Banner Section*/

#banner_section {
	background-color: var(--custom_blue);
	padding-bottom: 30px;
}

#banner_section .container {
	padding-top: 40px;
}

#banner_section .container .title {
	font-size: 42px;
	color: #fff;
	height: 211px;
}

#banner_section .container .btn {
	background-color: var(--custom_blue);
	color: #fff;
	height: 50px;
	width: 182px;
	border-radius: 20px;
	font-size: 22px;
	padding: 10px;
	border-color: #fff;
}

#banner_section .container .btn:hover {
	background-color: var(--custom_pink);
	border-color: #000;
	color: #000;
}

#banner_section .container .slick-slide {
	background: #66afe9d1;
	border-radius: 10px;
	padding: 25px;
	margin: 10px;
}

#banner_section .container .slick-dots {
	position: absolute;
	display: flex;
	width: 15px;
	padding: 0;
	margin: auto;
	list-style: none;
	text-align: center;
	left: 0;
	right: 0;
	bottom: -40px;
}

#banner_section .container  .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 14px;
	height: 14px;
	padding: 5px;
	cursor: pointer;
	color: #0fb33200;
	border: 2px solid #66afe9d1;
	background: #e1111100;
	opacity: 1;
	border-radius: 25px;
}

#banner_section .container  .slick-dots li button:hover, #banner_section .slick-dots li button:focus, #banner_section .slick-dots li.slick-active button {
	background-color: var(--custom_pink);

}

/*Services Section*/

#services_section {
	position: relative;
	padding: 45px;
}

#services_section .container .box {
	position: relative;
}

#services_section .container .box .img-responsive {
	border-radius: 30px;
	width: 306px;
	height: 306px;
	object-fit: cover;
	display: table;
	margin: auto;
}

#services_section .container .btn {
	position: absolute;
	background-color: var(--custom_blue);
	color: #fff;
/*	height: 50px;*/
	width: 306px;
	bottom: -20px;
	border-radius: 20px;
	font-size: 22px;
	padding: 10px;
	right: 0;
	left: 0;
	margin: auto;
}

#services_section .container .btn:hover {
	background-color: #66afe9;
}

.col-md-4.col-sm-6.col-xs-6 {
    padding: 30px;
}

/*Claim Single Page*/
#claim-main .box {
	list-style: none;
	padding: 0;
}

#claim-main .box > li {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
}

/*Adopt Single Page*/
#adopt-main .box {
	list-style: none;
	padding: 0;
}

#adopt-main .box > li {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
}

.pull-right {
	margin: 10px;
}


h4 {
	padding-left: 20px;
}

#claim-main .item, #adopt-main .item {
	background-color: var(--custom_blue);
	padding: 16px;
	color: #fff;
	border-radius: 20px;
	font-size: 20px;
	margin-bottom: 20px;
	width: 68%;
}

#pets-main img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	border-radius: 50%;
	object-fit: cover;
	width: 230px;
	height: 230px;
	margin: auto;
	display: table;
	margin-bottom: 10px;
}

.img-responsive.wp-post-image {
	width: 364px;
	height: 230px;
	object-fit: cover;
	border-radius: 20px;
}

#pets-main .item, #pets-main .box {
	background-color: var(--custom_blue);
	color: #fff;
	padding: 12px;
	border-radius: 10px;
	width: 50%;
	margin: auto;
	margin-bottom: 10px;
	text-align: -webkit-center;
}

.pet_gallery {
	display: flex;
	justify-content: center;
	padding: 5px;
}

.img-container {
	width: 364px;
	height: 230px;
	object-fit: cover;
	border-radius: 20px;
}

th, td {
	padding: 10px;
}

/* Footer */

#footer .img-responsive {
	max-width: 50%;
}

#footer h4 {
	margin: 20px;
	display: inline-block;
}

#footer .contacts {
	list-style: none;
	text-align: initial;
}

#footer .contacts a {
	color: #333333;
	transition: .3s;
	text-decoration: none;
}

#footer .contacts a:hover, .contacts a:focus {
	color: #2a6496;
}

.footer_nav {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 41px
}

.footer_nav > li >a {
	color: #000000;
	transition: .3s;
	text-decoration: none;
}

.footer_nav > li >a:hover, li >a:focus {
	color: var(--custom_blue);
}

.footer_nav2 {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer_nav2 > li >a {
	color: #000000;
	transition: .3s;
	text-decoration: none;
}

.footer_nav2 > li >a:hover, li >a:focus {
	color: var(--custom_blue);
}

#footer .col-sm-4 a {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}

.socials {
	list-style: none;
	padding: 0;
	margin: 0 0 -7px 0;
	text-align: center;
}

.socials li {
	display: inline-block;
	vertical-align: middle;
	margin: 20px 7px;
}

.socials li a {
	display: flex;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	text-decoration: none;
	flex-direction: column;
	transition: all .4s ease-in-out;
}

.socials li:hover a {
	transform: scale(1.5);
}

#colophon {
	background-color: var(--custom_brown);
	padding: 0;
	font-size: 12px;
}

a.footer {
	color: #000000;
	transition: .3s;
	text-decoration: none;
}

a.footer:hover, a.footer:focus {
	color: #2a6496;
}

#colophon .col-md-4 {
	font-size: 12px;
}

#colophon .col-md-4 a {
	color: #333333;
	transition: .3s;
	text-decoration: none;
}

#colophon .col-md-4 a:hover {
	color: #2a6496;
}

/* Header Nav - 19 05 2023  */
.header_main .header_nav .dropdown-menu > li > a.dropdown-toggle:hover ~ .dropdown-menu,
.header_main .header_nav .dropdown-menu > li > a.dropdown-toggle:focus ~ .dropdown-menu,
.header_main .header_nav .dropdown-menu > li > a.dropdown-toggle ~ .dropdown-menu:hover {
	display: block;
}

.header_main .header_nav .dropdown-menu > li > a.dropdown-toggle ~ .dropdown-menu {
	left: 100%;
	top: -8px;
}

input#user_registration_ajax_login_submit {
	background-color: var(--custom_blue);
	color: #fff;
	border-radius: 20px;
	font-size: 16px;
}

input#user_registration_ajax_login_submit:hover {
	background-color: #ff9dbf;
	color: #000;
}

.stars {
    font-size: 28px;
}

h3.rr_title {
    color: black;
}

span {
    font-size: 25px;
}