/*
Theme Name: Vsource
Author: Perpetual Digital
Description: Vsource WordPress theme.
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme.
*/

html,
body {
    overflow-x: hidden ;
}

/* Text-level semantics
 */
/*a {
  background-color: transparent;
  text-decoration: none;
  color: #fdb62b !important; }
  a:hover, a:active {
    color: #333366; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }*/


.page-numbers {
  background: #FFF;
  padding: 10px 17px;
  border-radius: 4px;
}

.page-numbers:hover {
  background: #E44E9C;
}

.page-numbers.current {
  background: #E44E9C;
  color: #FFF;
}

.page-numbers .prev::after {
     background: url('http://vsource.dev.perpetualdigital.ie/wp-content/uploads/2022/09/Arrow-up-2.svg') no-repeat center center;
    z-index: 1;
    position: absolute;
    left: 0%;
    bottom:0%;
    content: '';
    height: 50%;
    width: 50%;
    display: block;
}


.single-post-content img {
  border-radius: 30px !important;
  width: 100% !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}