/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Version: 1.0.4
 * Text Domain: blocksy
 */
 
 /* Remove Country Selector from Blog, Careers Details (parent-pageid-6059), Managed Cloud Servers (6489) pages */
.blog #menu-item-1682, .single #menu-item-1682, .category #menu-item-1682, .tag #menu-item-1682, .parent-pageid-6059 #menu-item-1682 {
	display: none !important;
}

/*Remove Underline from Footer Links*/
a {
    text-decoration: none;
}

/* Adjust the getwid Tabs Design */

.wp-block-getwid-tabs__tab-content {
	border: none;
}

/*.site-main img, .ct-footer img {
    display: inherit !important;
}*/

@media only screen and (max-width: 768px) {
	.wp-block-getwid-tabs__nav-link {
	margin-bottom: 20px;
	}
}

.price-tab .wp-block-getwid-tabs__nav-link.ui-tabs-active {
	background: #fff;
	border-radius: 4px;
}

.price-tab .wp-block-getwid-tabs__nav-link.ui-tabs-active a {
	color: #000066;
}

.price-tab .wp-block-getwid-tabs__nav-link {
	border: 1px solid #ff9900;
  border-radius: 4px;
}

.price-tab .wp-block-getwid-tabs__nav-link a {
	color: #fff;
}

.price-tab .wp-block-getwid-tabs__nav-link:hover {
	background: #fff;
}

.price-tab .wp-block-getwid-tabs__nav-link:hover a {
	color: #000066;
}

/* Features page */

.wp-block-getwid-tabs__nav-link.ui-tabs-active {
	background: #000066;
	border-radius: 4px;
}

.wp-block-getwid-tabs__nav-link.ui-tabs-active a {
	color: #fff;
}

.wp-block-getwid-tabs__nav-link {
	border: 1px solid #d3c0ff;
}

.wp-block-getwid-tabs__nav-link a {
	color: #000066;
}

.wp-block-getwid-tabs__nav-link:hover {
	background: #000066;
}

.wp-block-getwid-tabs__nav-link:hover a {
	color: #fff;
}


/* Trustpilot */

.ti-widget .nowrap {
	display: none !important;
}

.ti-widget .ti-rating {
	font-size: 27px !important;
	margin-top: 17px !important;
}

.ti-widget .ti-stars {
	margin-top: 10px !important;
}

.ti-widget .ti-star {
	background-image: url(/wp-content/uploads/tp-star.svg) !important;
	margin: 1px;
}

.ti-widget .source-Trustpilot .ti-review-header:after {
	background-image: none !important;
}

.ti-large-logo {
  background: url(/wp-content/uploads/trustpilot-darkbg.svg) no-repeat !important;
	width: 140px !important;
	margin: 0 auto !important;
}

.ti-widget .source-Trustpilot .ti-large-logo .ti-logo-fb {
	width: 0 !important;
}

/* Plans Pricing */

.price-box {
	text-align: center;
	color: #000;
}

.price-main {
	font-size: 3.5em;
	font-weight: bold;
}

.price-decimals {
    font-size: 2.16em;
	font-weight: bold;
}

.price-prefix {
	font-size: 1.2em;
}

.price-sub {
	font-size: 0.75em;
	text-align: center;
	color: #000;
}

/* Maps */

.location {
  position: relative;
}

.location img {
  width: 100%;
  height: 100%;
}

.location .pulse_group span {
  width: 15px;
  height: 15px;
  background: #FF9900;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}

/* Singapore */

.location .pulse_group span:nth-child(1) {
  position: absolute;
  left: 75%;
  top: 62.5%;
}

.location .pulse_group span:nth-child(1)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.location .pulse_group span:nth-child(1):hover .address_on_hover {
  opacity: 1;
  visibility: visible;
  top: -190px;
  z-index: 1;
}

/* Sydney */

.location .pulse_group span:nth-child(2) {
  position: absolute;
  left: 88%;
  top: 83%;
}

.location .pulse_group span:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  animation: pulse 2.2s infinite;
}

.location .pulse_group span:nth-child(2):hover .address_on_hover {
  opacity: 1;
  visibility: visible;
  top: -190px;
  z-index: 1;
}

/* London */

.location .pulse_group span:nth-child(3) {
  position: absolute;
  left: 45.8%;
  top: 31%;
}

.location .pulse_group span:nth-child(3)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.location .pulse_group span:nth-child(3):hover .address_on_hover {
  opacity: 1;
  visibility: visible;
  top: -190px;
  z-index: 1;
}

/* Mumbai */

.location .pulse_group span:nth-child(4) {
  position: absolute;
  left: 67%;
  top: 53.5%;
}

.location .pulse_group span:nth-child(4)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  animation: pulse 2.5s infinite;
}

.location .pulse_group span:nth-child(4):hover .address_on_hover {
  opacity: 1;
  visibility: visible;
  top: -160px;
  z-index: 1;
}

/* Virginia */

.location .pulse_group span:nth-child(5) {
  position: absolute;
  left: 24.5%;
  top: 40%;
}

.location .pulse_group span:nth-child(5)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  animation: pulse 2.4s infinite;
}

.location .pulse_group span:nth-child(5):hover .address_on_hover {
  opacity: 1;
  visibility: visible;
  top: -190px;
  z-index: 1;
}

/* Oregon */

.location .pulse_group span:nth-child(6) {
  position: absolute;
  left: 11.8%;
  top: 38%;
}

.location .pulse_group span:nth-child(6)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  animation: pulse 2.1s infinite;
}

.location .pulse_group span:nth-child(6):hover .address_on_hover {
  opacity: 1;
  visibility: visible;
  top: -190px;
  z-index: 1;
}

/* Canada */

.location .pulse_group span:nth-child(7) {
  position: absolute;
  left: 25%;
  top: 34%;
}

.location .pulse_group span:nth-child(7)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  animation: pulse 2.7s infinite;
}

.location .pulse_group span:nth-child(7):hover .address_on_hover {
  opacity: 1;
  visibility: visible;
  top: -190px;
  z-index: 1;
}

/* Frankfurt */

.location .pulse_group span:nth-child(8) {
  position: absolute;
  left: 49%;
  top: 32%;
}

.location .pulse_group span:nth-child(8)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  animation: pulse 2.5s infinite;
}

.location .pulse_group span:nth-child(8):hover .address_on_hover {
  opacity: 1;
  visibility: visible;
  top: -160px;
  z-index: 1;
}

/* Tokyo */

.location .pulse_group span:nth-child(9) {
  position: absolute;
  left: 85%;
  top: 41%;
}

.location .pulse_group span:nth-child(9)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  animation: pulse 2.2s infinite;
}

.location .pulse_group span:nth-child(9):hover .address_on_hover {
  opacity: 1;
  visibility: visible;
  top: -160px;
  z-index: 1;
}

/* Maps - Multi-cPanel Cloud Hosting */

.location {
  position: relative;
}

.location img {
  width: 100%;
  height: 100%;
}

.location .pulse_group2 span {
  width: 15px;
  height: 15px;
  background: #FF9900;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}

/* Singapore */

.location .pulse_group2 span:nth-child(1) {
  position: absolute;
  left: 75%;
  top: 62.5%;
}

.location .pulse_group2 span:nth-child(1)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.location .pulse_group2 span:nth-child(1):hover .address_on_hover {
  opacity: 1;
  visibility: visible;
  top: -190px;
  z-index: 1;
}

/* Sydney */

.location .pulse_group2 span:nth-child(2) {
  position: absolute;
  left: 88%;
  top: 83%;
}

.location .pulse_group2 span:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  animation: pulse 2.2s infinite;
}

.location .pulse_group2 span:nth-child(2):hover .address_on_hover {
  opacity: 1;
  visibility: visible;
  top: -190px;
  z-index: 1;
}

/* London */

.location .pulse_group2 span:nth-child(3) {
  position: absolute;
  left: 45.8%;
  top: 31%;
}

.location .pulse_group span:nth-child(3)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.location .pulse_group2 span:nth-child(3):hover .address_on_hover {
  opacity: 1;
  visibility: visible;
  top: -190px;
  z-index: 1;
}

/* Mumbai */

.location .pulse_group2 span:nth-child(4) {
  position: absolute;
  left: 67%;
  top: 53.5%;
}

.location .pulse_group2 span:nth-child(4)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  animation: pulse 2.5s infinite;
}

.location .pulse_group2 span:nth-child(4):hover .address_on_hover {
  opacity: 1;
  visibility: visible;
  top: -160px;
  z-index: 1;
}

/* Virginia */

.location .pulse_group2 span:nth-child(5) {
  position: absolute;
  left: 24.5%;
  top: 40%;
}

.location .pulse_group2 span:nth-child(5)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  animation: pulse 2.4s infinite;
}

.location .pulse_group2 span:nth-child(5):hover .address_on_hover {
  opacity: 1;
  visibility: visible;
  top: -190px;
  z-index: 1;
}

.address_on_hover {
  width: 260px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: -200px;
  left: -132px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 16px 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.address_on_hover .address_inner i {
  font-size: 20px;
  margin: 10px 10px;
}

.address_on_hover .address_inner h3 {
  font-size: 20px;
  color: #1F1F1F;
}

.address_on_hover .address_inner p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.address_on_hover:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: 0;
  bottom: -15px;
  left: 50%;
  transform: translateY(-50%);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,153,0,0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255,153,0,0.8);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,153,0,0.4);
    box-shadow: 0 0 0 0 rgba(255,153,0,0.4);
  }
  100% {
    -moz-box-shadow: 0 0 0 30px rgba(255,153,0,0);
    box-shadow: 0 0 0 30px rgba(255,153,0,0);
  }
}

.flag-icon-rounded {
    border-radius: 50% !important;
    width: 3em !important;
    height: 3em !important;
    margin: 5px 10px;
    box-shadow: 0.8px 0.8px grey;
}

.flag-icon-menu {
    border-radius: 50% !important;
    width: 2em !important;
    height: 2em !important;
    margin: 5px 5px;
    box-shadow: 0.2px 0.2px grey;
}

[data-header*="type-1"] .ct-header [data-id="menu-secondary"] .sub-menu .flag-icon-menu {
    border-radius: 50% !important;
    width: 22px !important;
    height: 22px !important;
    margin: 5px 10px;
    box-shadow: 0.5px 0.5px grey;
}

/* Footer Widget Title */

[data-footer*="type-1"] footer.ct-footer [data-row="top"] .widget-title:hover {
	--headingColor: var(--linkHoverColor);
}

/* Search Result */

a.ct-search-item, a.ct-search-more {
	color: #000066 !important;
}