/*
Theme Name: Albero Art EasyThree Theme
Theme URL: https://alberoart.com/
Description: Albero Art EasyThree Theme
Author: Albero Art Studio
Author URI: alberoart.com
Version: 1.0.0
*/
/*
 * Globals
 */
/* Links */

h1 a, h2 a, h3 a{
	text-decoration: none !important;
}
/*
 * Base structure
 */
html, body {
  height: 100%;
}
body {
  background-color: #fff !important;
  font-family: 'Nunito Sans', sans-serif;
  margin: 0 auto;
  width: 100%;
  color: #444;
  font-weight: 300;
  letter-spacing: 1px;
}
body p {
  font-family: 'Nunito Sans', 'Josefin Sans', sans-serif;
  font-size: 120%;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Lato", sans-serif;
  letter-spacing: -1px;
}
ol li,ul li {
	text-align: left !important;
}
/*
 * Header
 */
#mainHeader {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 1px 0 10px #ccc;
  position: sticky;
    top: 0;
    z-index: 1;
}
#mainHeader .row, #mainTitle .row{ 
    margin-left:0;
    margin-right:0; 
    padding-top: 15px;
    padding-bottom: 15px;
    
}

#mainHeader.mhWhite {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px inset #ccc;
  box-shadow: 0 0 10px #ccc;
}

.logo {
  float: left;
}

.img-logo {
  width: 100%;
  max-width: 320px;
  height: auto;
}
.helpImage {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  max-width: 100%
}
/*
 *Main Page Content
*/
#mainTitle{
    margin:0;
    padding:0;
    background-color: black;
    color: #0dcaf0;
    text-align: center;
}
#mainTitle h1{
    font-weight:bold;
}
#mainContent, #mainContent .row, #mainContent .col{
    margin:0 auto;
    padding:0;
    text-align:center;
}
.row{
    padding-top: 25px;
    padding-bottom: 25px;
}
/*
 * Footer
 */
.mastfoot {
  color: black;
  padding: 20px;
  text-align: center;
  font-size: 0.8rem;
  box-sizing: border-box;
}
.mastfoot a {
  color: rgba(129, 148, 132, 0.88);
}
.flip-horizontal-fwd img {
  transition: transform .8s; /* Animation */
}
.flip-horizontal-fwd img:hover {
  transform: scale(1.5);
}
.heartbeat {
  -webkit-animation: heartbeat 2.5s ease-in-out infinite both;
  animation: heartbeat 2.5s ease-in-out infinite both;
}
.c1, .c2, .c3 {}
.c1:hover, .c2:hover, .c3:hover {
  -webkit-animation: mymove 1.8s;
  animation: mymove 1.8s;
}
@keyframes mymove {
  0% {
    transform: scale(1);
  }
  /*50% {transform: scale(1.1);}*/
  100% {
    transform: scale(1.1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2023-5-11 10:9:52
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
#trans .vce-hero-section--content {
  width: 100% !important
}
/* Custom default button */
.btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}

.wpcf7 label, .wp-user-form label {
  display: block;
  width: 100%;
}
.wpcf7 select{color: #444;}

/* form elements */
.wp-user-form, .wpcf7 {
    border: 1px solid #ccc;
    padding: 5%;
}
#gg-btn .wp-block-button__link{
    opacity: 1;
       transition: opacity 0.5s ease; 
}
#gg-btn .wpcf7-submit{
	border:0;
	color:#fff;
	background: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%) !important;
    opacity: 1;
    transition: opacity 0.5s ease;
    padding: 8px 33px;
    border-radius: 4px;
    float: right; 
}
#gg-btn .wp-block-button__link:hover, #gg-btn .wpcf7-submit:hover{
    opacity:0.9;
    color: #fff !important;
    background: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%) !important;
}

.btn-gg-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #10decf;
    --bs-btn-border-color: #10decf;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1dbdb1;
    --bs-btn-hover-border-color: #1dbdb1;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1dbdb1;
    --bs-btn-active-border-color: #1dbdb1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
@media only screen and (max-width: 768px) {
   .wp-block-columns.myOrder :nth-child(1) { order: 2; }
   .wp-block-columns.myOrder :nth-child(2) { order: 1; }
   .wp-block-columns.myOrder :nth-child(3) { order: 3; }
   .wp-block-columns.myOrder :nth-child(4) { order: 4; }
   .mega-menu-toggle{
	    margin-top: 22px;
}
    .bigHeading{
        font-size:8em !important;
    }
}
@media (min-width: 992px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 2px;
    }

}