/* custom css - ITS blog - v2 */
/* update date: 3/3/2023 */

body {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3d568a;
    font-weight: bold;
}

.post-head h2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 300;
}

.text-right.small-screen-center.post-share {
    display: none;
}

.blog-list-layout-left .post:not(.format-audio) .post-media,
.blog-list-layout-right .post:not(.format-audio) .post-media {
    width: 40%;
}

.figure-overlay {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
}

.ctct-disclosure,
.button.ctct-button {
    display: none !important;
}

#footer {
    background-color: #3d568a;
    color: rgba(255, 255, 255, 1);
}

#footer input[type="email"],
#footer input[type="url"],
#footer input[type="search"],
#footer input[type="tel"],
#footer input[type="color"],
#footer .uneditable-input,
#footer .select-wrap,
#footer .form-control {
    background-color: rgba(0, 0, 0, .02);
    color: #fff;
    border-color: #fff;
    width: 100%;
    padding: 1em;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer strong {
    color: #fff;
    font-weight: bold;
}

.sidebar input[type="email"] {
    background-color: rgba(0, 0, 0, .02);
    color: #3c3c3c;
    border-color: rgba(0, 0, 0, .1);
    width: 100%;
}

.btn-primary,
button,
input[type="submit"] {
    background-color: #44a6be !important;
    color: #fff !important;
    padding: 6px 16px;
}

.go-top {
    background: #2f93d7 !important;
}

.required-txt {
    color: #b50000;
}

body.page .sharedaddy {
    display: none;
}

textarea {
    min-height: 140px;
}

label {
    max-width: 100%;
    width: 100%;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.select-wrap,
.form-control {
    width: 100%;
    max-width: 400px;
    padding: 6px 12px;
}

.btn-dog {
    background-color: #44a6be !important;
    color: #fff !important;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

input[type=file],
legend {
    max-width: 100%;
}

.acceptance-dogs input[type="checkbox"] {
    display: inline-block;
    width: 5%;
    float: left;
}

.acceptance-dogs .wpcf7-list-item-label {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    font-weight: 500;
    width: 80%;
}

@media (min-width: 992px) {

    .blog-list-layout-left,
    .blog-list-layout-normal {
        padding-right: 64px;
    }
}

/* nav menu updates v2 - 3/3/23*/
a.dropdown-toggle,
.menu-item {
   text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
}

a.dropdown-toggle:hover~ul.dropdown-menu,
.dropdown:hover>ul.dropdown-menu,
ul.dropdown-menu:hover {
    display: block;
}

.menu .dropdown-menu {
    background: white;
}

.menu .dropdown-menu>li>a,
.menu .dropdown-menu>.active>a,
.menu .nav>.current-menu-ancestor>a {
    color: #002d72;
    font-weight: bold;
}

.logo-navbar .nav>li>a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 33px;
    margin-bottom: 33px;
/*     padding-left: 33px; */
}

.dropdown-menu {
    top: 70px;
}

.dropdown-menu>li {
    padding-left: 8px;
}

.menu .dropdown-menu>li>a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.dropdown-menu>li>a,
.menu-container .dropdown-menu>.active>a {
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: white;
/*     padding-left: 28px;
    background: url(/wp-content/uploads/2023/03/Sprites-2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 26px; */
}

/* fix when header resize */
.navbar-brand {
    height: 90px !important;
}

.dropdown-toggle::after {
    content:" ";
    background-image:url("https://testsys.com/media/1193/icon-downarrow.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width:12px;
	height:12px;
	margin-top:2px;
	display:inline-flex;
	margin-left:10px;
}

.menu .nav > li > a:hover,
.menu .dropdown-menu > li > a:hover, .menu .dropdown-menu > .active > a:hover {
	 color:#de7c00 !important;
	 cursor:pointer !important;
}
.menu .dropdown-menu > .active > a, .menu .dropdown-menu > .active > a:focus {
	color:#3e5487
}

#masthead .dropdown-menu {
	min-width: 240px;
}
.menu .nav > li > a,
.menu{
	 color:#002d72 ;
	 opacity:1 !important;
}

.wp-block-button__link.has-background.wp-element-button:hover {
	color:#3f568a !important;
  background-color:white !important;
	outline:1px solid #3f568a !important;
}