@font-face{
    font-family: 'PT_Sans_Narrow';
    src: url('fonts/PT_Sans_Narrow.ttf');
}
@font-face{
    font-family: 'PT_Sans_Narrow_Bold';
    src: url('fonts/PT_Sans_Narrow_Bold.ttf');
}

:root{
    --main-color:#e75480;
  }

.bg-pink{
    background-color: var(--main-color);
}

/* all css */
html, body{
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    overflow-x: hidden;
	font-family: 'PT_Sans_Narrow';
}

ul{
	padding-left: 0px;
}
a{
	color: #e75480;
	text-decoration: none !important;
}
a:hover, a:active, a:focus{
	color: #fff;
}
h1, h2, h3, h4{
    
	font-weight:bold;
}


p, li {
    font-size: 19px;
    line-height: 30px;
}

:focus {
    outline: none !important;
}
p:empty, a:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty{
	display:none !important;
}
::marker {
    content: '';
	display: none;
}

img.xyz, img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    float: right;
    max-width: 350px;
    height: auto;
    border: 1px solid #fff;
    padding: 4px;
    background-color: #fff;
    margin-left: 20px;
    margin-bottom: 20px;
}



/* all css end */


/* screen scrolling css */

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #888888;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--main-color);
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #fff;
  }
  
  /* screen scrolling end */


/* bootstrap 4 jumbotron start */
.jumbotron {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
	padding-top: 190px;
	border-bottom: 8px solid var(--main-color);
}
.jumbotron:after {
   content: '';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}
.jumbotron h1, .jumbotron nav{
    position: relative;
    z-index: 9;
    color: #fff;
	text-transform: capitalize;
}
.breadcrumb-item.active {
    color: #ffffff;
}
/* bootstrap 4 jumbotron end */
  



.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
}
/* top menu css start */
.topnav {
    position: unset;
    top: 0;
    width: 100%;
    z-index: 9;
    padding: 20px 0px 30px !important;
}
.mymenu {
    border-radius: 40px;
    overflow: hidden;
    max-width: 970px;
    margin: 0 auto;
}
.navbar-dark .navbar-nav .menu-item {
    padding: 0 7px;
}
.navbar-dark .navbar-nav .menu-item a{
    font-family: 'PT_Sans_Narrow';
    padding: 15px 9px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
	display: block;
}
.navbar-dark .navbar-nav .menu-item a:hover,
.navbar-dark .navbar-nav .menu-item a:active,
.navbar-dark .navbar-nav .menu-item a:focus{
    background-color: #fff;
    color: #000;
}
.navbar-dark .navbar-nav .menu-item.current-menu-item a{
    background-color: #fff;
    color: #000;
}

/* top menu css end */

/* main banner css start */

.main-banner {
    position: relative;
}
.main-banner .caption-wrap{
    top: 70%;
    left: 69% !important;
    transform: translate(-50%, -70%);
    color: #fff !important;
    max-width: 416px;
    width: 100% !important;
    background: transparent !important;
    opacity: 1 !important;
}
.main-banner .caption-wrap h4{
    font-family: 'PT_Sans_Narrow_Bold';
    font-size: 44px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.main-banner .caption-wrap p {
    font-family: 'PT_Sans_Narrow';
    font-size: 16px;
    color: #fff;
	margin-bottom: 1rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-banner .caption-wrap a{
    font-family: 'PT_Sans_Narrow';
    background-color: var(--main-color);
    color: #fff;
    width: 134px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}
.main-banner .caption-wrap a:hover,
.main-banner .caption-wrap a:active,
.main-banner .caption-wrap a:focus{
    background-color: #fff;
    color: #000;
}
ul.flex-direction-nav {
    height: 0;
}
/* main banner css end */


/* main banner css start */

.three-sec {
  /*  background-image: url(http://robert74.dev.wcukdev.co.uk/wp/pink-bullies-and-designer-toys/wp-content/uploads/2021/03/back.jpg); */
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: center -165px;
    position: relative;
}

/* main banner css end */

/* who-we-are css start */
.who-we-are {
    padding-top: 70px;
    padding-bottom: 50px;
}

.who-we-are h3{
    font-family: 'PT_Sans_Narrow_Bold';
    font-size: 40px;
    text-transform: uppercase;
}
.who-we-are h5{
    font-family: 'PT_Sans_Narrow';
    font-size: 30px;
    text-transform: uppercase;
    color: var(--main-color);
    margin-top: 18px;
    margin-bottom: 14px;
}
.who-we-are p{
    font-family: 'PT_Sans_Narrow';
    font-size: 16px;
    line-height: 33px;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 36px;
}
.who-we-are a{
    font-family: 'PT_Sans_Narrow';
    background-color: var(--main-color);
    color: #fff;
    padding: 11px 37px;
    display: inline-block;
    border: 1px solid #fff;
}
.who-we-are a:hover,
.who-we-are a:active,
.who-we-are a:focus{
    background-color: #fff;
    color: #000;
}
/* who-we-are css end */


/* questi css start */
.questi{
    position: relative;
    margin-bottom: 70px;
}
.questi .quesimg {
    position: relative;
    border: 1px solid #fff;
    width: 70%;
    margin: 0 auto;
    background: rgb(231 84 128 / 70%);
    height: 100%;
    display: flex;
    align-items: center;
}

.questi .uperdata {
    position: unset;
    top: 50%;
    left: 50%;
    transform: inherit;
    max-width: fit-content;
    padding: 50px 30px;
    text-align: center;
    z-index: 2;
    width: 100%;
    max-width: 100%;
}


/* .questi .uperdata:after {
    content: '';
    background-color: rgba(231, 84, 128, 0.7);
    height: 135%;
    position: absolute;
    width: 100%;
    max-width: 424px;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    z-index: -1;
} */

.questi .quesimg img {
    height: 361px;
    width: 100%;
    visibility: hidden;
    object-fit: cover;
    display: none;
}

.questi .uperdata h2{
    font-size: 44px;
    font-family: 'PT_Sans_Narrow_Bold';
    margin-bottom: 20px;
    text-transform: uppercase;
}
.questi .uperdata p{
    font-family: 'PT_Sans_Narrow';
    font-size: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 40px;
}

.questi .uperdata a {
    color: #e75480;
    font-family: 'PT_Sans_Narrow';
    font-size: 16px;
    width: 100%;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto;
    padding: 17px 15px;
    text-transform: capitalize;
    background: #fff;
}

.questi .uperdata a:hover,
.questi .uperdata a:active,
.questi .uperdata a:hover, .questi .uperdata a:active, .questi .uperdata a:focus {
    background-color: #e75480;
    color: #fff;
}
/* questi css end */

/* our-gallery css start */
.our-gallery h3{
    font-family: 'PT_Sans_Narrow_Bold';
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    margin-bottom: 44px;
}
div#our_gallery img {
    height: 251px;
    object-fit: cover;
}
div#our_gallery.owl-carousel .owl-nav button.owl-next, div#our_gallery.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000000;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 24px;
    margin: 0;
    padding: 0 !important;
    text-align: center;
}
div#our_gallery.owl-carousel .owl-nav button.owl-next:hover,
div#our_gallery.owl-carousel .owl-nav button.owl-next:active,
div#our_gallery.owl-carousel .owl-nav button.owl-next:focus,
div#our_gallery.owl-carousel .owl-nav button.owl-prev:hover,
div#our_gallery.owl-carousel .owl-nav button.owl-prev:active,
div#our_gallery.owl-carousel .owl-nav button.owl-prev:focus{
    background-color: var(--main-color);
}
div#our_gallery.owl-carousel .owl-nav button.owl-next{
    right: 15px;
}
div#our_gallery.owl-carousel .owl-nav button.owl-prev{
    left: 15px;
}
div#our_gallery.owl-theme .owl-nav{
    margin-top: 0;
}
/* our-gallery css end */


/* testmonialmy css end */
.testmonialmy{
   /* background-image: url('../img/b-slider-bg.png'); */
    background-repeat: repeat;
    background-position: center;
    padding-top: 71px;
    padding-bottom: 93px;
    
}
#mytestmoni .testmo-img{
    overflow: hidden;
    width: 120px;
    height: auto;
    margin: 0 auto;
    border-radius: 20px;
    transform: rotate(45deg);
}
#mytestmoni .testmo-img img{
    width: 120px;
    height: 120px;
    object-fit: cover;
    transform: rotate(-45deg) scale(1.9);
    object-position: top;
}
#mytestmoni h4{
    font-family: 'PT_Sans_Narrow_Bold';
    font-size: 24px;
    text-align: center;
    color: var(--main-color);
    text-transform: uppercase;
    margin-bottom: 50px;
}
#mytestmoni p{
    font-family: 'PT_Sans_Narrow';
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 39px;
    padding: 0 40px;
    position: relative;
    line-height: 33px;
}
#mytestmoni p::after{
    content: '';
    background-image: url('../img/quate-left.png');
    height: 20px;
    width: 22px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
#mytestmoni p::before{
    content: '';
    background-image: url('../img/quate-right.png');
    height: 20px;
    width: 22px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}
#mytestmoni.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    right: 34%;
    bottom: -28%;
}
/* testmonialmy css end */

/* myfooter css start */
footer.myfooter {
    padding-top: 50px;
    padding-bottom: 30px;
	border-top: 8px solid var(--main-color);
}
footer.myfooter h5{
    font-family: 'PT_Sans_Narrow_Bold';
    font-size: 20px;
    text-transform: uppercase;
}
footer.myfooter .contacudetail ul {
    padding: 0;
    max-width: 206px;
    width: 100%;
    line-height: 33px;
}
footer.myfooter .contacudetail ul li{
    font-family: 'PT_Sans_Narrow';
    font-size: 14px;
}
footer.myfooter .contacudetail ul li a{
    color: #fff;
}
footer.myfooter .contacudetail ul li .fa{
    padding-right: 10px;
}
footer.myfooter .quicklink ul{
    padding: 0;
    column-count: 2;
    line-height: 32px;
}
footer.myfooter .quicklink ul li{
    position: relative;
    padding-left: 20px;
}
footer.myfooter .quicklink ul li::before{
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
footer.myfooter .quicklink ul li a{
    color: #fff;
    font-family: 'PT_Sans_Narrow';
    text-transform: uppercase;
    font-size: 14px;
}
footer.myfooter .quicklink ul li a:hover,
footer.myfooter .quicklink ul li a:active,
footer.myfooter .quicklink ul li a:focus{
    color: #e75480;
}

.copyrights {
    margin-bottom: 30px;
}
.copyrights ul{
    margin-bottom: 16px;
}
.copyrights ul li{
    padding: 0 10px;
}
.copyrights p{
    margin-bottom: 0;
}
/* myfooter css end */


div#wpcf7-f5-p24-o1 .wpcf7-form-control {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 1px solid white;
    max-height: 150px;
}
div#wpcf7-f5-p24-o1 .wpcf7-form-control.wpcf7-submit{
	width: auto;
	font-family: 'PT_Sans_Narrow';
    background-color: var(--main-color);
    color: #fff;
    padding: 11px 37px;
    display: inline-block;
    border: 1px solid #fff;
}
div#wpcf7-f5-p24-o1 .wpcf7-form-control.wpcf7-submit:hover,
div#wpcf7-f5-p24-o1 .wpcf7-form-control.wpcf7-submit:active,
div#wpcf7-f5-p24-o1 .wpcf7-form-control.wpcf7-submit:focus{
	    background-color: #fff;
    color: #000;
}




div#wpcf7-f5-p24-o2 .wpcf7-form-control {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 1px solid white;
    max-height: 150px;
}
div#wpcf7-f5-p24-o2 .wpcf7-form-control.wpcf7-submit{
	width: auto;
	font-family: 'PT_Sans_Narrow';
    background-color: var(--main-color);
    color: #fff;
    padding: 11px 37px;
    display: inline-block;
    border: 1px solid #fff;
}
div#wpcf7-f5-p24-o2 .wpcf7-form-control.wpcf7-submit:hover,
div#wpcf7-f5-p24-o2 .wpcf7-form-control.wpcf7-submit:active,
div#wpcf7-f5-p24-o2 .wpcf7-form-control.wpcf7-submit:focus{
	    background-color: #fff;
    color: #000;
}
section#text-2 p {
    background-color: #fff;
    color: #000;
    padding: 11px 20px;
}
section#text-2 p i.fa {
    margin-right: 15px;
}
section#text-2 p a:hover,
section#text-2 p a:active,
section#text-2 p a:focus{
	color: #000;
}
.cont_t_one .left-side {
    background: #464646;
    padding: 35px 30px;
    outline-offset: -10px;
    outline: 1px solid #ccc;
    text-align: center;
}
section.blogs .latest_blog_img .blog_img_panel {
    overflow: hidden;
}
section.blogs .latest_blog_img .blog_img_panel img{
	    height: 293px;
    object-fit: cover;
    object-position: center;
	transition: all .2s;
}
section.blogs .latest_blog_img:hover .blog_img_panel img,
section.blogs .latest_blog_img:active .blog_img_panel img,
section.blogs .latest_blog_img:focus .blog_img_panel img{
	transform: scale(1.5);
}
.single.single-post .all-spacing article {
    display: grid;
    margin-bottom: 30px;
}
div#comments input, div#comments textarea {
    width: 100%;
    padding: 10px;
    max-height: 150px;
}
div#comments label {
    margin-bottom: 0;
}
div#comments input#wp-comment-cookies-consent {
    width: auto;
    margin-right: 8px;
}
div#comments input[type='submit'] {
    width: auto;
	font-family: 'PT_Sans_Narrow';
    background-color: var(--main-color);
    color: #fff;
    width: 134px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}
div#comments input[type='submit']:hover,
div#comments input[type='submit']:focus,
div#comments input[type='submit']:active{
	color: #000;
	background-color: #fff;
}


.wpcf7 .ajax-loader{
	display:none !important;
}
.wpcf7 form.submitting .ajax-loader{
	display: inline-block !important;
}
.wpcf7 form .wpcf7-response-output {
    margin-top: 0;
    margin-bottom: 0;
}

div#wpcf7-f137-p14-o1 {
    max-width: 100%;
    background: #f5f5f5;
    padding: 35px 30px;
    outline-offset: -10px;
    outline: 2px dotted #777;
    color: #000;
    margin: 0 auto;
	margin-top:30px;
}

div#wpcf7-f137-p14-o1 label {
    margin: 0;
    width: 100%;
}
div#wpcf7-f137-p14-o1 .wpcf7-form-control {
    width: 100%;
    padding: 6px 20px;
    margin-bottom: 0;
    border: 1px solid #c5c5c5;
    max-height: 150px;
}
div#wpcf7-f137-p14-o1 .wpcf7-form-control.wpcf7-submit {
    width: auto;
    font-family: 'PT_Sans_Narrow';
    background-color: var(--main-color);
    color: #fff;
    padding: 11px 37px;
    display: inline-block;
    border: 1px solid #fff;
}
div#wpcf7-f137-p14-o1 .wpcf7-form-control.wpcf7-submit:hover,
div#wpcf7-f137-p14-o1 .wpcf7-form-control.wpcf7-submit:active,
div#wpcf7-f137-p14-o1 .wpcf7-form-control.wpcf7-submit:focus{
	    background-color: #fff;
    color: #000;
}

.all-spacing.py-5 {
    display: flow-root;
}

section.upcoming-page [class*="Merle-"] img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

section.upcoming-page [class*="Poochons-"] img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.row.fst-row_2 {
    padding-top: 40px;
}

section.upcoming-page h3 {
    padding-bottom: 10px;
}

.page-id-199 form.wpcf7-form {
    width: 90%;
    background: #f2f2f2;
    padding: 20px;
    margin: 0 auto;
}

.page-id-199 form.wpcf7-form p {
    color: #000;
    font-family: 'PT_Sans_Narrow';
    font-size: 19px;
    margin-bottom: 0;
    line-height: 28px;
}

.page-id-199 form.wpcf7-form label {
    font-family: 'PT_Sans_Narrow';
    font-size: 18px;
    color: #000;
    width: 100%;
}

.page-id-199 form.wpcf7-form input {
    height: 44px;
    border: 1px solid #ccc;
    margin-top: 5px;
    padding: 10px;
    width: 100%;
}

.page-id-199 form.wpcf7-form textarea {
    width: 100%;
    border: 1px solid #ccc;
    height: 150px;
	padding:10px;
}

.page-id-199 form.wpcf7-form select {
    width: 100%;
    height: 44px;
    border-color: #ccc;
    padding: 10px;
}

.page-id-199 form.wpcf7-form h3 {
    color: #000;
    font-size: 32px;
}

.page-id-199 input.wpcf7-form-control.wpcf7-submit {
    font-family: 'PT_Sans_Narrow';
	border:0 !important;
	width:auto !important;
	height:auto !important;
	    font-family: 'PT_Sans_Narrow';
    background-color: var(--main-color);
    color: #fff;
    padding: 11px 37px;
    display: inline-block;
	margin-top: 20px;
	
}

.perelex_bg {
    width: 100%;
    background: url(http://robert74.dev.wcukdev.co.uk/wp/pink-bullies-and-designer-toys/wp-content/uploads/2021/03/back.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}



.envira-gallery-wrap .envira-gallery-public .envira-gallery-item img {
   	background-color: #ffffff54;
    width: 100%;
    height: 242px;
    object-fit: contain;
    border: 4px solid #e75480;
    border-radius: 5px;
}

.testmonialmy {
    display: none !important;
}


