/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ---------- */
/* GLOBAL CSS v002 */
/* ---------- */

/* ADD SPACE ABOVE BOOKMARK SCROLL TO POSITION */
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 100px; /* fixed header height*/
  margin: -100px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}

/* FIX IMAGE CAROUSEL BULLET STYLING */
.swiper-container  {
  padding-bottom: 10px !important;
}
.swiper-pagination {
  position: relative !important;
}
.swiper-pagination-bullets {
  bottom: auto !important; 
}
.swiper-pagination-bullet {
  margin-top: 10px !important;
}

/* CUSTOM TOGGLE MENU ICON 
.eicon,
.eicon-menu-bar {
	display: inline-block;
	font: normal normal normal 14px/1 wp;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.elementor-menu-toggle i:before {
    content: "\e905";
    font-family: cds1;
}
.elementor-menu-toggle.elementor-active i:before {
    content: "\e905" !important;
    font-family: cds1;
}
*/

/* CUSTOM TOGGLE sub MENU ICON 
.elementor-nav-menu .sub-arrow {
    padding: 10px 4px 10px 4px !important;
    font-size: 13px !important;  
}
i {
    font-style: normal !important;
}
.elementor-nav-menu--indicator-angle .elementor-nav-menu .sub-arrow i:before {
    content: "\e905" !important;
    font-family: cds1;
}
*/

/* FIX PAGINATION STYLING */
.elementor-pagination {
    margin-top: 30px !important;
}

/* FIX WOO COMMERCE TOP LINE BORDERS */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    border-top: 0px solid #a46497 !important;
}

/* FIX WOO COMMERCE BUTTON COLOUR 
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #FFCB00;
    color: #000;
    font-weight: 400;
    font-family: "Oswald", Sans-serif;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #FFCB00;
    color: #000;
    font-weight: 400;
    font-family: "Oswald", Sans-serif;
}
*/

/* FIX WOO COMMERCE VARIATION LINE COLOURS */
.woocommerce div.product form.cart table td {
    background-color: #fff;
}

/* FIX WOO COMMERCE VARIATIONS RESET LINK */
.woocommerce div.product form.cart .reset_variations {
    margin-left: 20px;
    visibility: hidden !important;
    font-family: "Oswald", Sans-serif;
    font-weight: 400;
    border-radius: 6px 6px 6px 6px;
    padding: 10px 10px 10px 10px;
    color: #000000;
    background-color: #FFCB00;
    transition: all 0.2s;   
}

.woocommerce div.product.elementor form.cart table.variations td.label {
    width: 30% !important;
}

.woocommerce .quantity .qty {
    width: 60px;
    text-align: center;
    padding: 5px;
}

/* ---------- */
/* CUSTOM CSS */
/* ---------- */

/* WHITE TEXT WITH YELLOW HOVER */
.whitelinks a:link {color: #FFFFFF !important;}
.whitelinks a:hover {color: #FFFFFF !important;}

/* PAGE TEXT */
.page-text h1 {
    padding: 0px 0px 16px 0px !important;
    margin: 0px 0px 0px 0px !important;
    border-style: solid !important;
    border-width: 0px 0px 3px 0px !important;
    border-color: #187EA8 !important;
}
.page-text h2 {
    display: inline-block;
    margin: 30px 0px 16px 0px !important;
    padding: 0px 0px 10px 0px !important;
    border-style: solid !important;
    border-width: 0px 0px 3px 0px !important;
    border-color: #187EA8 !important;
}
.page-text h3 {
    margin-top: 16px !important;
	margin-bottom: 16px !important;
}

/* POST TEXT */
.post-text h2 {
    display: inline-block;
    margin: 30px 0px 16px 0px !important;
    padding: 0px 0px 10px 0px;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #187EA8;
}
.post-text h3 {
    margin-top: 24px !important;
}
.post-text h2 + h3 {
    margin-top: 12px !important;
}
.post-text ul + h2 {
    margin-top: 20px;
}
.post-text ul + h3 {
    margin-top: 20px;
}
.post-text ul + p {
    margin-top: 12px;
}
/*
body.elementor-kit-48 img {
    border-radius: 0px 0px 0px 0px !important;
}
*/


