/*
Theme Name:   icdigit theme
Description:  Write here a brief description about your child-theme
Author:       irac
Author URL:   Write here the author's blog or website url
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  icdigit
*/

html {
    overflow-x: hidden;
}

body {
    font-size: 16px;
    padding: 0;
    margin: 0;
background:#4B4F59;
}
body, div, p, span, a, input, select, form, .container, h1, h2, h3, h4, h5, h6, .page-header h1 {
  font-family: font-family: 'Roboto', sans-serif!important;
}

.menu-stick {width:100%!important;}

@media (min-width: 980px) {

h1 {font-size:34px!important;}
h2 {font-size:28px!important}
}
h1,h2,h3,h4,h5,h6 {text-transform: uppercase;}
.page-content {background:#EDEDED}
.faq-section .elementor-accordion-item p a {color:#EBAF3D!important;}

a {color:#F2BC54;}

.faq-section .elementor-accordion-title {
min-height:40px;display:block;
padding-left:60px;background:url(../../uploads/2020/05/icon-question.png) top left no-repeat;}
.faq-section .elementor-accordion-item p {
padding-left:60px; margin-top:20px;
background:url(../../uploads/2020/05/icon-answer.png) top left no-repeat;}

.elemento.elementor-location-header {width:100%;background:#4B4F59}

.elementor-sticky--active .elementor-widget-theme-site-logo img {margin-top:8px!important;width:47%!important}

.elementor-top-section.elementor-sticky {

}
.elementor-top-section.elementor-sticky.elementor-sticky--active {
padding-top:0px!important;padding-bottom:0px!important;
}


.games-section .elementor-cta__content::before,
.games-section .elementor-cta__content::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}


.games-section .elementor-cta__content::before {
	border-top: 8px solid #F2BC54!important;
	border-bottom: 8px solid #F2BC54;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
.games-section .elementor-cta__content::after {
	border-right: 8px solid #F2BC54;
	border-left: 8px solid #F2BC54;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
.games-section .elementor-widget-call-to-action .elementor-cta__content .elementor-cta__title {padding-left:20px;padding-right:20px;}
.games-section .elementor-widget-call-to-action:hover .elementor-cta__content::before, 
.games-section .elementor-widget-call-to-action:hover .elementor-cta__content::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.games-section .elementor-widget-call-to-action .elementor-cta__content .elementor-cta__title,
.games-section .elementor-widget-call-to-action .elementor-cta__content .elementor-cta__description {opacity: 0; -webkit-transform: scale(1);}
.games-section .elementor-widget-call-to-action:hover .elementor-cta__content .elementor-cta__title,
.games-section .elementor-widget-call-to-action:hover .elementor-cta__content .elementor-cta__description {opacity: 1;}
