.elementor-kit-5{--e-global-color-primary:#E60895;--e-global-color-secondary:#54595F;--e-global-color-text:#01161E;--e-global-color-accent:#3AAFB9;--e-global-color-79a2d25:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:90px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:60px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:27px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-line-height:28px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:28px;--e-global-typography-7623c35-font-family:"Montserrat";--e-global-typography-7623c35-font-size:27px;--e-global-typography-7623c35-font-weight:700;--e-global-typography-7623c35-line-height:28px;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}.elementor-kit-5 h1{font-family:"Montserrat", Sans-serif;font-size:90px;font-weight:700;line-height:60px;}.elementor-kit-5 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );font-style:var( --e-global-typography-secondary-font-style );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 a{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-kit-5 h1{font-size:40px;line-height:45px;}.elementor-kit-5 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 a{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-kit-5 h1{font-size:26px;line-height:32em;}.elementor-kit-5 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.nav-but-wrap{ 
	position: relative;
	display: inline-block;
	float: right;
	padding-left: 15px;
	padding-top: 15px;
	transition : all 0.3s ease-out;
}
.menu-icon {
	height: 30px;
	width: 30px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: block;
}
.menu-icon__line {
	height: 2px;
	width: 30px;
	display: block;
	background-color: #fff;
	margin-bottom: 7px;
	cursor: pointer;
	-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, background-color .5s ease;
	transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
	width: 16.5px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon__line-right {
	width: 16.5px;
	float: right;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
	width: 30px;
}
body.nav-active .menu-icon__line {
	background-color: #fff;
	-webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
	width: 15px;
	-webkit-transform: translate(2px, 4px) rotate(45deg);
          transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
	width: 15px;
	float: right;
	-webkit-transform: translate(-3px, -3.5px) rotate(45deg);
          transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
	width: 15px;
}
header.sticky-header {
    --header-height: 70px;
    --opacity: 0.90;
    --shrink-me: 0.80;
    --sticky-background-color: var(--e-global-color-primary);
    --transition: .3s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
header.sticky-header.elementor-sticky--effects .logo img {
   ;
    max-width: calc(44% * var(--shrink-me));
}
.mont span {
    font-family: "Montserrat",Helvetica,Arial,Verdana,sans-serif!important;
    line-height: 28px;
}
.mont.bold span {
font-weight: 900;
line-height: 170px;
}
.mont.line {
    line-height: 59px;
}
.uael-nav-menu__layout-horizontal .uael-nav-menu .sub-arrow {
    font-size: 34px;
    color:#3aafb9;
}
.rotatearound {
     animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}
.elementor-14 .elementor-element.elementor-element-8ebd6d6 .jet-form__submit-wrap, .elementor-14 .elementor-element.elementor-element-8ebd6d6 .jet-form-builder__submit-wrap {
    justify-content: center!important;
    align-items: center!important;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.spintext {
     animation-name: spin, depth;
  animation-timing-function: linear;
  animation-iteration-count: 5s;
  animation-duration: 3s;
}
.spintextquick {
     animation-name: spin, depth;
  animation-timing-function: linear;
  animation-iteration-count: 3s;
  animation-duration: 1s;
}
@keyframes spin {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(-360deg); }
}
@keyframes depth {
  0% { text-shadow: 0 0 black; }
  25% { text-shadow: 1px 0 black, 2px 0 black, 3px 0 black, 4px 0 black, 5px 0 black; }
  50% { text-shadow: 0 0 black; }
  75% { text-shadow: -1px 0 black, -2px 0 black, -3px 0 black, -4px 0 black, -5px 0 black; }
  100% { text-shadow: 0 0 black; }
}
@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}

.tagline p {
    margin: 0;
}
#popicon, #back-pop-menu {
    cursor: pointer;
}
#navi_desc {
       -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0.8s;
    width: 400px;
    top: 0;
    margin: 0 auto 0;
    text-align: center;
    color: #FFF;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.jet-custom-nav {
    opacity:0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.nav-active .jet-custom-nav {
    opacity: 1;
}
.jet-menu-link-text {
    width: 100%;
}
.menu-main-right-container a:hover .jet-menu-link-text .jet-custom-item-label, .menu-main-left-container a:hover .jet-menu-link-text .jet-custom-item-label, .child-sub-menu-container a:hover .jet-menu-link-text  .jet-custom-item-label {
    color:#FFFFFF!important;
}
.menu-main-right-container .jet-custom-nav>.jet-custom-nav__item {
    text-align: right;
}
.menu-main-left-container .jet-custom-nav>.jet-custom-nav__item {
    text-align: left;
}
.child-sub-menu-container .jet-menu-link-text {
    text-align: center;
}
.menu-main-right-container .menu-item{ 
    display: flex;
    justify-content: right;
}
.menu-main-left-container .menu-item {
    display: flex;
    justify-content: left;
}
.menu-main-right-container .jet-custom-nav__item-link, .menu-main-left-container .jet-custom-nav__item-link, .nav_arrow {
    display:inline-block;
}
.menu-item i.nav_arrow {
    color:#FFF;
    margin-left: 10px;
    line-height: 50px;
    cursor:pointer;
}
/*.nav_arrow:hover {
display: inline-block;
    display: inline-block;
    position: relative;
    -moz-animation: bounce 1s infinite linear;
    -o-animation: bounce 1s infinite linear;
    -webkit-animation: bounce 1s infinite linear;
    animation: bounce 1s infinite linear;
}*/
.jet-custom-nav .jet-menu-link-text .jet-custom-item-desc,
.jet-custom-nav .jet-menu-icon {
    display:none!important;
}
.nav_summ {
    min-height: 60px;
}
#menu-pop {
    visibility: hidden;
    opacity:0;
    height:0;
}
.menu_pop {
	position: fixed;
	top:0;
	right:0;
	z-index: 98;
	    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
   background: transparent;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.menu_pop:before, .menu_pop:after {
    content: "";
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(230,8,149,0.6);
    border-bottom-left-radius: 200%;
    z-index: -1;
    -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    -webkit-transform: translateX(100%) translateY(-100%);
    transform: translateX(100%) translateY(-100%);
}
.menu_pop:after {
    background: rgba(230,8,149,1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-active .menu_pop:after {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.nav-active .menu_pop:before {
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.nav-active .menu_pop:before, .nav-active .menu_pop:after  {
  /*  -webkit-transform: translateX(0%) translateY(0%); */
    transform: translateX(0%) translateY(0%);
    border-radius: 0;
}
.nav-active #menu-pop {
    visibility: visible;
    opacity: 1;
}

.tagline * {
    color:var(--e-global-color-79a2d25);
    font-size: 25px;
    margin: 0;
    padding: 0;
}
.pink_caged strong {
    color:var(--e-global-color-primary);
}
.black_caged strong {
     color:var(--e-global-color-text); 
}
.aqua_caged strong {
     color:var(--e-global-color-accent); 
}
.white_caged strong {
     color:var(--e-global-color-79a2d25); 
}
.large_icon .elementor-button-icon {
    font-size: 30px;
}
#more_portfolio .elementor-button-icon {
    font-size: 40px;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes fadeout {
    from {  opacity: 1;display:block; }
    to   { opacity: 0; display:none; }
}
/* Firefox < 16 */
@-moz-keyframes fadeout {
    from { opacity: 1;display:block; }
    to   {  opacity: 0; display:none; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from { opacity: 1;display:block;}
    to   { opacity: 0; display:none; }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from { opacity: 1;display:block; }
    to   { opacity: 0;display:none; }
}
.portfolio_box .elementor-element.title_column, .portfolio_box .elementor-element.hover_layer {
    width: 100%!important;
    min-height:400px!important;
}
.portfolio_box .hover_layer, .portfolio_box:hover .elementor-element.title_column {
    display:none;
   
    
}
.portfolio_box:hover .elementor-element.title_column .elementor-widget-heading { opacity: 0;
 -webkit-animation: fadeout 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeout 2s; /* Firefox < 16 */
        -ms-animation: fadeout 2s; /* Internet Explorer */
         -o-animation: fadeout 2s; /* Opera < 12.1 */
            animation: fadeout 2s;
}
.portfolio_box:hover .hover_layer {
    display:flex;
    opacity: 1;
       -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
.readmore_port .elementor-button-link   {
    text-align: left;
    padding-left: 20px;
}
.elementor-button {
    background: transparent;
}
#email_signature_container table tbody>tr:nth-child(odd)>td, #email_signature_container table tbody>tr:nth-child(odd)>th, #email_signature_container table tbody>tr:nth-child(odd)>td:hover, #email_signature_container table tbody>tr:nth-child(odd)>th:hover {
    background: transparent;
    border:0;
}

#email_signature_container table td, #email_signature_container table th {
    border:0;
}
.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(https://cards.cagedsupport.co.uk/wp-content/uploads/2022/02/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(https://cards.cagedsupport.co.uk/wp-content/uploads/2022/02/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(https://cards.cagedsupport.co.uk/wp-content/uploads/2022/02/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(https://cards.cagedsupport.co.uk/wp-content/uploads/2022/02/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(https://cards.cagedsupport.co.uk/wp-content/uploads/2022/02/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(https://cards.cagedsupport.co.uk/wp-content/uploads/2022/02/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(https://cards.cagedsupport.co.uk/wp-content/uploads/2022/02/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(https://cards.cagedsupport.co.uk/wp-content/uploads/2022/02/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(https://cards.cagedsupport.co.uk/wp-content/uploads/2022/02/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(https://cards.cagedsupport.co.uk/wp-content/uploads/2022/02/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(https://cards.cagedsupport.co.uk/wp-content/uploads/2022/02/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(https://cards.cagedsupport.co.uk/wp-content/uploads/2022/02/colorpicker_submit_tick.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}
.hash {
    position: relative;
    display: block;
}
.hash:before {
    content: '\f292';
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        position: absolute;
        left: 5px;
        top: 8px;
}
.hash input {
    padding-left: 25px;
}
.card_item .jet-listing-dynamic-link__label span, .card_item .jet-listing-dynamic-field__content span {
    font-style: italic;
    font-size: 13px;
}
#email_signature_container td {
    padding: 0;
}
#email_signature_container table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: transparent;
}
    .showonmap .elementor-button-content-wrapper, .emaillink .elementor-button-content-wrapper, .phonellink .elementor-button-content-wrapper {
        flex-direction: column!important;
    }
 @media only screen and (min-width: 768px) {   
 .quickbuttons .elementor-column.elementor-col-25,.quickbuttons .elementor-column[data-col="25"] {
     width: 33.3%;
 }
    
 }
@media only screen and (max-width: 767px) {
 header.sticky-header {
        background: var(--e-global-color-primary);
        }
     .tagline * {
         font-size: 12px;
     }
     .showonmap br, .emaillink br, .phonellink br {
         display:none;
     }
    }/* End custom CSS */