/*
Theme Name: PivotalTheme5.2
Theme URI: 
Author: Pivotal Marketing
Author URI: https://www.pivotalmarketing.co.uk
Description: The 2023 Pivotal theme for WordPress built on Bootstrap 5.2.
Version: 21.0
License URI: https://www.pivotalmarketing.co.uk

CSS and actions to maintain
***************************
1*  Standard Styling
2*  Topbar, Header, Sticky
3*  Page Titles
4*  Parallax
5*  Soliloquy / Slider
6*  Menu
7*  Sidebar
8*  Blog / Case Studies
9*  Testimonials
10* Contact form
11* Woocommerce
12* Footer
13* Copyright
14* 404 / Search
15* Breakpoints

*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700;800&family=Roboto:wght@300;400;500;700&display=swap');
/* 
font-family: 'Opens Sans', sans-serif; 
font-family: 'Roboto', sans-serif;
*/
 


@import url("/css/carousel.css");
@import url("/css/codepen.css");

/* *1 */

html {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    font-weight: 400;
}


h1 {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Opens Sans', sans-serif;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 40px 0;
    font-family: 'Opens Sans', sans-serif;
}

h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: 'Opens Sans', sans-serif;
}

h3::before {
    content: url('/wp-content/uploads/2022/11/large_cogs-1.png');
    margin-left: -50px;
}

footer h3::before {
    content: none;
}

h4 {
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Opens Sans', sans-serif;
}

h5 {
    font-size: 1rem;
    font-family: 'Opens Sans', sans-serif;
}

h6 {
    font-size: 0.875rem;
    font-family: 'Opens Sans', sans-serif;
}

p,
ul,
ol {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}   

a {
    color: #5dc5ea;
    text-decoration: none;
}

a:hover {
    color: #5dc5ea;
    text-decoration: underline;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.clear {
    clear: both;
}

.pull-right {
    text-align: right;
}

hr {
    border-top: 1px solid #c0c0c0;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

span {
    color: #3a3748;
}

center {
    text-align: center;
}

.center {
    text-align: center;
}

.centered {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-5%, -50%);
}

.centred {
    display: block;
    margin: 0 auto;
}

.asc {
    align-self: center;
}

.alignnone {
    margin: 5px auto 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.container-fluid {
    padding: 0;
}

.container {
    max-width: 100% !important;
    width: 1270px;
}

section {
    padding: 40px 0;
}


.spacer40 {
    height: 40px;
}

.pulse {
  animation: pulse 1.5s infinite;
  -webkit-animation: pulse 1.5s infinite;
  margin: 0 auto;
  display: table;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  padding-top: 50px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}


@keyframes pulse {
  0% {
    transform: scale(.8);
  }
  100% {
    transform: scale(1);
  }
}




.hvr-float-shadow {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}


.pvac p:first-of-type + p { display: none;}
.pvac p:first-of-type + row { display: block;}


/* End New Animated Caption Formattting */

/***** Standard button *****   see Codepen for transition buttons  *****/

.btn-default {
    background: #3a3748;
    padding: 10px;
    border-radius: 10px;
    color: #fff !important;
    width: auto;
    margin: 0 auto 0 0;
}

.btn-default:hover {
    background: #fff;
    color: #3a3748;
}

/****** Split Button Style *****/

.btn-split {
	background: linear-gradient(110deg, #fdcd3b 70%, #ffed4b 70%);
	padding: 10px;
    border-radius: 10px;
    color: #fff !important;
    width: auto;
    margin: 0 auto 0 0;
	transition: 1s linear;
}
.btn-split:hover {
	background: linear-gradient(110deg, #ff6600 80%, #ffed4b 80%);
}

.btn-split-img {
	background: linear-gradient(-70deg, #fa7c30 30%, rgba(0, 0, 0, 0) 30%), url('/wp-content/uploads/2024/04/btn-image100.jpg');
	padding: 10px;
    border-radius: 10px;
    color: #fff;
    width: auto;
    margin: 0 auto 0 0;
	transition: 1s ease;
}
.btn-split-img:hover {
	background: linear-gradient(-60deg, #666 30%, rgba(0, 0, 0, 0) 30%), url('/wp-content/uploads/2024/04/btn-image.jpg');
}


.btn-shadow-insert {
box-shadow: 120px 0px red inset;
border-radius: 0px;
width:200px;
padding: 10px;	
margin: 0 auto 0 0;	
transition: 0.5s ease;
}

.btn-shadow-insert:hover {
box-shadow:200px 0px black inset;
}


/****** Standard post image *****/

.wp-post-image {
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 0;
}

/* *2 */

/***** Topbar *****/

.topbar {
    background: #fff;
    margin: 0;
    color: #5dc5ea;
    font-size: .8rem;
    font-weight: 200;
    transition: 1s ease;
    display: block;
}

.topbar a {
    color: #3a3748;
    text-decoration: none;
    font-size: .8rem;
    font-weight: 200;
}


.topbar img {
    max-height: 25px;
    margin-right: 5px;
}


.header h1 {
    text-align: center;
}


.custom-logo {
    display: block;
    margin: 0 auto 0 0;
    width: auto;
    padding: 5px;
    transition: all .5s cubic-bezier(0, 0.5, 0.2, 1);
}

/***** Header *****/

/* header with transparent background - To give header/menu/logo a background remove postition:absolute; */

.header {
    padding: 0;
    background: transparent;
    width: 100%;
    transition: 1s ease;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 9999;
}

/***** Sticky Header *****/

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    box-shadow: 0px 0px 11px #00000055;
    position: fixed;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding: 200px;
}

.sticky .custom-logo height: 40px;
width: auto;
}

.sticky .header-right {}

.sticky .topbar {
    display: none;
}

/* *3 */

.content {}


.show-mobile {
    display: none !important;
}

/***** Page title area *****/

.header-wrap {
    padding: 100px 0;
    object-fit: cover;
}

.header-wrap h1.entry-title {
    font-size: 60px;
    line-height: 70px;
    text-shadow: 2px 2px 8px #212121;
    color: #fff;
    font-weight: 700;
}

.header-right {}

p.menu-title {
    text-align: center;
    margin: 10px 0;
    color: #3a3748;
    font-weight: 500;
}

.entry-header {
    margin: 0 auto 0 13%;
    width: 40%;
}

#mega-menu-wrap-primary,
.navbar-default {
    margin: 7px 0;
    font-size: 14px;
}

.page-title {
    color: #222;
    letter-spacing: 1px;
    font: 700 40px/40px"Questrial", sans-serif;
    text-align: center;
    width: 100%;
    padding: 20px;
}


/************************** Image Overlay with tint colour ****************************/
.image-overlay {
    background: green;
    overflow: hidden;
    position: relative;
    text-align: center;
    color: white;
}

.image-overlay p {
    margin: 0;
}

.image-overlay img {
    object-fit: cover;
    opacity: 0.6;
}

.image-overlay .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/************************** Smooth scroll instructions ****************************/
/* https://github.com/cferdinandi/smooth-scroll */
/* Functions.php to enqueue :  wp_enqueue_script ("smooth-scroll", get_stylesheet_directory_uri()."/js/dist/js/smooth-scroll.js");    */
/* Footer script to include:  <script> 	var scroll = new SmoothScroll('a[href*="#"]');  </script>
   - See full script including speed of scroll in the footer.php of this theme  */

/* Then add links to page: e.g.  <a data-scroll href="#bazinga">Anchor Link</a>   &   <div id="bazinga">Scroll End</div>  */
/* Upload the JS  to /js/dist/js/smooth-scroll.js */

/* *4 */

/***** Parallax Images *****/

.parallax h1 {
    font-size: 3em;
    line-height: 1.2em;
    text-shadow: 2px 2px 8px #212121;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.parallax-200-1 {
    background-color: #fff;
    background-image: url("/wp-content/uploads/2018/06/test-solilowuy.jpg");
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1920px;
    padding: 20px;
}


/***** Soliloquy / Slider *****/

.soliloquy-container {
    margin-bottom: 0 !important;
}

.soliloquy-outer-container {
    margin-top: 0;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: rgba(0, 0, 0, 0) !important;
    transition: 1s ease;
    text-align: left !important;
    color: #3a3748 !important;
}

.soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside {
    background: rgba(0, 0, 0, 0) !important;
    padding: 50px !important;
}

.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
    bottom: unset !important;
    width: 50% !important;
}


.soliloquy-container h1,
.entry-header h1 {
    font-size: 3rem;
    line-height: 3.2rem;
}

.soliloquy-container p:first-of-type,
.entry-header p:first-of-type {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.soliloquy-container p:nth-of-type(2),
.soliloquy-container p:nth-of-type(3),
.entry-header p:nth-of-type(2),
.entry-header p:nth-of-type(3) {
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.soliloquy-container a,
.entry-header a {
    background: #3a3748;
    padding: 10px;
    border-radius: 10px;
    color: #fff !important;
}

.soliloquy-container {
    background: none !important;
    height: auto !important;
}

/***** Mega Menu Styling ******/

#mega-menu-wrap-primary,
.navbar-default {
    background: transparent;
    border: 0px;
    float: right;
    padding: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
    content: '\f333';
    font-family: 'dashicons';
    font-size: 24px;
    color: #fff;
    margin: 0 0 0 5px;
    position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary input,
#mega-menu-wrap-primary #mega-menu-primary img {
    max-width: 100%;
    max-height: 75px;
    margin: 0 auto;
    display: block;
}

/* 7* */

/***** video *****/

#video {
    position: relative;
    padding-bottom: 42.5%;
    height: 0;
    border: 0;
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-list .animal h3 {
    text-align: center;
    margin-bottom: 5px;
}

.video-list .animal h4 {
    margin-bottom: 5px;
    color: #3a3749;
}

.video-list .animal p {
    margin: 0 0 7px 0;
    line-height: 1.25rem;
}

.video-list .animal p.price {
    height: 50px;
}

.video-list .animal p.price span {
    color: darkorange;
    font-size: 1.75rem;
    line-height: 3rem;
}

.video-list .animal p.price span span {
    display: block;
    font-size: 1rem;
    color: white;
    background: darkorange;
    padding: 4px 5px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.25rem;
}

.video-list .animal .btn-default {
    display: block;
    margin: 10px auto;
    padding: 5px 10px;
    width: auto;
    font-size: .8rem;
    text-decoration: none !important;
}

.video-list {
    padding: 10px 30px 30px;
    background: #e6f6ff;
    margin: 15px 0;
    display: block;
}

.video-list img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.post-type-archive-virtual-training .video-list {
    position: relative;
    padding: 10px 15px;
}

.video-list:hover {
    background: #d1eeff;
}

.video-list .embed-responsive-16by9 {
    min-height: unset;
}

.video-list iframe {
    max-height: 250px;
    width: 100%;
    position: unset;
    height: 200px;
    cursor: default;
    pointer-events: none;
}

.video-list .ytp-chrome-top,
.ytp-chrome-bottom {
    display: none !important;
}

.archive .Yes {
    display: none;
}

.video-list h4 {
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 600;
    text-align: center;
    color: #00a2ff;
    margin: 10px 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-list p {
    margin-bottom: 10px;
    text-align: center;
}


.video-single {
    padding: 10px 30px;
    min-height: 100%;
    height: 100%;
    margin: 15px 0;
}


.video-single .embed-responsive-16by9 {
    min-height: unset;
}

.video-single iframe {
    height: 450px;
    max-width: 1000px;
    width: -webkit-fill-available;
    display: block;
    margin: 0 auto 30px auto;
}

.video-single .ytp-chrome-top,
.ytp-chrome-bottom {
    display: none !important;
}

.video-single h2 {
    margin: 0 0 5px 0;
    text-align: center;
}

.video-single p {}

.video-single small p {
    text-align: center;
    margin-bottom: 20px;
}


.post-type-archive-events-list ul {
    line-height: 3rem;
}
/***** sidebar *****/

.blog-sidebar {
    text-align: right;
    background: #efefef;
    padding: 15px 10px;
    margin-bottom: 45px;
}

.blog-sidebar .textwidget {
    margin-bottom: 40px;
}

.blog-sidebar p {
    text-align: center;
}

.blog-sidebar h4 {
    text-align: center;
}


p.blog-author {
    font-weight: 500 !important;
    letter-spacing: .5px !important;
    font-size: .85rem !important;
    margin: 0 !important;
    line-height: 1.25rem;
    display: inline-block;
    padding-right: 15px !important;

}

p.blog-pub {
    font-weight: 500 !important;
    letter-spacing: .5px !important;
    font-size: .85rem !important;
    margin: 0 !important;
    line-height: 1.25rem;
    display: inline-block;
    padding-right: 15px !important;
}

p.blog-read {
    font-weight: 500 !important;
    letter-spacing: .5px !important;
    font-size: .85rem !important;
    margin: 0 !important;
    line-height: 1.25rem;
    display: inline-block;
}

p.blog-up {
    font-weight: 500 !important;
    letter-spacing: .5px !important;
    font-size: .85rem !important;
    line-height: 1.25rem;
    display: inline-block;
}

.entry-header ::before,
.entry-header ::after {
    position: unset !important;
}

/* 8* */

/***** Main Blog  *****/

.blog-info {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 5px 0 0 0;
    text-align: center;
    background: #000000b0;
    margin-top: -30px;
    color: #fff;
    transition: 1s ease;
}

.blog-info p.blog-post-meta {
    color: #efefef;
    margin: 0;
}

.blog-container {
    position: relative;
    border: 3px solid transparent;
}

.blog-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 1s ease;
    backface-visibility: hidden;
}

.blog-image img {
    display: block;
    margin: 0 auto;
    max-height: 250px;
    height: 250px;
    width: auto;
}

.blog-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.blog-container:hover .blog-image {
    filter: grayscale(1);
}

.blog-container:hover .blog-middle {
    opacity: 1;
}

.blog-container:hover .blog-info {
    opacity: 0;
}

.blog-text {
    background-color: #5dc5ea;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
}

.blog-middle a,
.blog-middle a:hover {
    text-decoration: none;
}

.blog-post p {}

.blog-post p:hover {
    text-decoration: none;
}

.blog-cols {
    padding: 0 10px;
}

.blog-img img {
    margin: 0 auto 30px auto;
    display: block;
    object-fit: cover;
    height: 200px;
    width: auto;
    max-height: 200px;
}

.blog-cols h3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-align: left;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0;
}

.blog-cols h3::before {
    display: none;
}

.blog-cols p {
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin: 8px 0;
}

.blog-cols p.blog-post-meta {
    font-size: .85rem;
    font-weight: 600;
    color: #3c7891;
}

select.filter-blog {
    background: #3589b2;
    border: none;
    border-radius: 15px;
    width: auto;
    color: #fff;
    padding: 7px;
    font-size: 1rem;
    font-weight: 300;
    margin: 0 auto;
    display: block;
}

.searchandfilter ul {
    padding: 0;
}

form.searchandfilter input[type=submit] {
    background: #3a3748;
    padding: 5px 10px;
    border-radius: 15px;
    color: #fff !important;
}

form.searchandfilter input[type=submit]:hover {
    background: #3589b2;
    color: #fff;
    border: none;
} 

/***** Single Blog *****/

.featured-image {
    width: 300px;
    float: left;
    margin: 5px 20px 0 0;
}

/***** Case studies *****/

.case-study-excerpt {}

/* 9* */

/***** Testimonials *****/


blockquote {
    background: #e7f6fb;
    border-radius: 30px;
    padding: 10px 30px;
}

blockquote a {
    color: #3a3748;
}

/*
blockquote::before {
    content: url(/wp-content/uploads/2022/12/quote-right-2.png);
    left: 270px;
    margin-top: 40px;
}

blockquote::after {
    content: url(/wp-content/uploads/2022/12/quote-left-2.png);    
    right: 270px;
    margin-top: -410px;
}
*/

.strong-view-id-1 .wpmtst-testimonial-content {
    text-align: left !important;
    margin: 0 !important;
}

.strong-view-id-1.strong-view.wpmtst-modern .wpmtst-testimonial-content p:last-of-type {
    font-size: 1rem !important;
    font-style: italic;
    line-height: 1.5rem !important;
}

.strong-view-id-1.strong-view.wpmtst-modern .wpmtst-testimonial-field {
    text-align: left;
    margin-top: 10px;
    font-weight: 600;
}

/* 10* */
/***** Contact Form CF7 WPCF7  *****/

.wpcf7-spinner {
    display: none;
}

#wpcf7-f5-o1 {
    padding: 50px;
}

.wpcf7-form-control-wrap {
    width: -webkit-fill-available;
}

footer [type=submit] {
    width: fit-content;
    padding: 0 20px;
    margin-left: 5px;
    background: #3a3748;
    color: #fff;
    border: none;
}

[type=submit] {
    width: fit-content;
    padding: 0 20px;
    margin-left: 5px;
    background: transparent;
    font-weight: 500;
    color: #fff;
    border: 2px solid #efefef;
    width: 100%;
    font-size: 1.2rem;
    padding: 5px;
}
[type=submit]:hover {
    background: #5dc5ea;
    color: #fff;
    border: 2px solid #5dc5ea;
} 

.form-control {
    background: rgba(255, 255, 255, 0.6);
}

button,
input,
optgroup,
select,
textarea {
    background: rgba(117, 115, 127, 1);
    border: none;
    border-radius: 15px;
    width: 100%;
    color: #fff;
    padding: 7px;
    font-size: .9rem;
    font-weight: 300;
}

select {
    height: 42px;
    text-align: center;
}

::placeholder {
    color: #fff !important;
    font-size: .9rem;
    font-weight: 300;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
    opacity: 1;
    font-size: .9rem;
    font-weight: 300;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff !important;
    opacity: 1;
    font-size: .9rem;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff !important;
    opacity: 1;
    font-size: .9rem;
    font-weight: 300;
}



.entry-header ::placeholder, footer ::placeholder {
    color: #3a3748 !important;
    font-size: .9rem;
    font-weight: 400;
}

.entry-header :-moz-placeholder, footer :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #3a3748 !important;
    opacity: 1;
    font-size: .9rem;
    font-weight: 400;
}

.entry-header ::-moz-placeholder, footer ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #3a3748 !important;
    opacity: 1;
    font-size: .9rem;
    font-weight: 400;
}

.entry-header :-ms-input-placeholder, footer :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #3a3748 !important;
    opacity: 1;
    font-size: .9rem;
    font-weight: 400;
}

.entry-header input, footer input {
    background: #fff;
    border: none;
    border-radius: 15px;
    width: 100%;
    color: #3a3748;
    padding: 7px;
    font-size: .9rem;
    font-weight: 300;
}

textarea {
    height: 100px;
}

input.btn-default {
    max-width: 300px;
    padding: 15px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
}

input.btn-default:hover {
    background: #fff;
    border: 2px solid #fff;
    cursor: pointer;
}

/* 11* */
/***** woocommerce *****/

.woocommerce div.product .woocommerce-tabs .panel {
    border-left: 1px solid #d3ced2;
    border-right: 1px solid #d3ced2;
    border-bottom: 1px solid #d3ced2;
    padding: 20px;
    margin-top: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-radius: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
}

.woocommerce .header-wrap {
    text-align: left;
    padding: 10px 0px;
    object-fit: cover;
}

.woocommerce .header-wrap a {
    color: #fff;
}

.woocommerce ul.products li.product {
    padding: 10px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

li.product-category:hover {
    background: #efefef;
}


/* 12* */
/***** Footer *****/


footer {
    background: #9dd8a9;
    border-top: 10px solid #efefef; 
    padding: 40px 0;
}

.footer h4 {
    font-size: 1.25rem;
    padding-bottom: 20px;
    margin: 0;
    color: #3a3748;
    font-weight: 100;
}

.footer p,
.footer a {
    font-size: 0.8rem;
    line-height: 1.25rem;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul li {
    list-style: circle;
}

.footer li {
    margin: 0 0 4px 18px;
    padding: 0;
    line-height: 14px;
}

.footer a {
    color: #fff;
    font-size: 1rem;
}

.footer img {
    max-height: 40px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-content:before,
.strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
    display: none;
}


/* 13* */
/***** Copyright *****/


.copyright {
    background-color: #1e5a62;
    font-size: 0.75rem;
    color: #fff;
    padding: 15px 0;
}

.copyright a {
    color: #fff;
    margin-left: 15px;
}

.copyright p {
    line-height: 15px;
    font-size: 11px;
    margin-bottom: 0;
    color: #fff;
}

.copyright a:hover {
    color: #4CB3EA;
}

.copyright p.copyright-right {
    text-align: right;
}

.copyright p.copyright-left {
    text-align: left;
}


/* 14* */
/***** 404 / Search *****/

.page404 {
    margin-top: 50px;
    text-align: center;
    padding: 100px 30px;
}

.page404 h2 {
    font-size: 3rem;
    color: #fff;
    text-shadow: 2px 2px 8px #212121;
}

.page404 p {
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 2px 2px 8px #212121;
}

.page404 form#searchform.searchform {
    max-width: 300px;
    margin: 0 auto;
}



/* 15* */
/***** Resolution Break Point / Media Screens *****/

/***** 
Bootstrap Grid 

Size              Extra Small    Small         Medium        Large       Extra Large
                  <576px         >=576PX       >=768px       >=992px     >=1200px
Class Prefix      .col-          .col-sm-      .col-md-      .col-lg-    .col-xl-

*****/

@media (max-width:1500px) {

    /*** header / menu ***/
    .entry-header {
        margin: 0 auto 0 10%;
    }

    /*** body ***/

    /*** footer ***/
}

@media (max-width:1300px) {

    /*** header / menu ***/
    .entry-header {
        margin: 0 auto 0 5%;
    }

    /*** body ***/

    /*** footer ***/
}

/***** Large devices (desktops, up to 1200px)   .col-lg-   *****/
@media (max-width:1199px) {

    /*** header / menu ***/
    .soliloquy-container h1,
    .entry-header h1 {
        font-size: 2.7rem;
        line-height: 3rem;
    }

    /*** body ***/

    /*** footer ***/
}

/***** Medium devices (tablets, up to 992px)   .col-md-   *****/
@media (max-width:998px) {

    /*** header / menu ***/

    .show-mobile {
        display: block !important;
    }

    .show-mobile ::before,
    .show-mobile ::after {
        position: relative;
    }

    .hide-mobile {
        display: none;
    }

    .topbar {
        text-align: center;
    }

    .topbar .asc {
        padding: 10px;
    }

    .custom-logo {
        padding: 10px;
        max-height: 55px;
    }

    /*** body ***/

    /*** footer ***/
}

/***** Medium devices (tablets, up to 992px)   .col-md-   *****/
@media (max-width:991px) {

    /*** header / menu ***/


    .header-wrap {
        padding: 50px 0;
    }

    .soliloquy-container p:first-of-type,
    .entry-header p:first-of-type {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .soliloquy-container p:nth-of-type(2),
    .soliloquy-container p:nth-of-type(3),
    .entry-header p:nth-of-type(2),
    .entry-header p:nth-of-type(3) {
        font-size: 1.1rem;
        line-height: 1.4rem;
    }

    .soliloquy-container h1,
    .entry-header h1 {
        font-size: 2rem;
        line-height: 2.3rem;
    }

    /*** body ***/

    /*** footer ***/
}

/***** Small devices (landscape phone, up to 768px)   .col-sm-   *****/
@media (max-width: 767px) {

    /*** header / menu ***/
    .entry-header {
        margin: 0 auto 0 3%;
        width: 50%;
    }

    .soliloquy-container p:nth-of-type(2),
    .soliloquy-container p:nth-of-type(3),
    .entry-header p:nth-of-type(2),
    .entry-header p:nth-of-type(3) {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .soliloquy-container h1,
    .entry-header h1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    /*** body ***/

    /*** footer ***/
    .copyright p.copyright-right,
    .copyright p.copyright-left {
        text-align: center;
    }
}


/***** Small devices (phones, up to 576px)   .col-   *****/
@media (max-width: 575px) {

    .topbar .fbtns {
        padding: 3px 0 0 0;
    }

    span.contact:first-of-type {
        display: block;
        margin-bottom: 10px;
    }

    /*** header / menu ***/
    .header-wrap {
        background: url(/wp-content/uploads/2022/11/sides_with_panel.png) !important;
        background-size: 100% !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-color: #5dc5ea !important;
        padding: 50px !important;
    }

    .entry-header {
        margin: 0 auto;
        width: 80%;
        text-align: center;
    }

    /*** body ***/

    /*** footer ***/
}
