/*
Theme Name: Twenty Twenty
Text Domain: twentytwenty
Version: 1.8
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */
a.title {
    color: #ddbd4e;
	width: auto !important;
	display: inline-block !important;
	text-decoration: none;
}

.main-mobile-menu-title {
    position: relative;
}

@media screen and (max-width: 920px) {
  svg.dropdown-svg{
		position: absolute;
		top: 15px;
		right: 0px;
	}
}

svg.dropdown-svg {
    display: none;
}

span.main-mobile-menu-title.child-elements-exist svg.dropdown-svg {
    display: block;
}

span.main-menu-title.child-elements-exist svg.dropdown-svg {
    display: block;
}

img.custom-logo {
    width: 145px;
    height: auto;
}

a.custom-logo-link {
    position: relative;
    display: block !important;
	margin-top: 1px;
}

footer#site-footer {
    color: #ddbd4e;
    text-align: center;
	background: none;
	font-size:20px;
	position:relative;
	
}



footer#site-footer a {
    color: #ddbd4e;
	text-decoration: none;
	font-size:20px;
	text-align: center;
	
}

footer#site-footer .widget-content img {
    width: 450px;
    height: 450px;
}


footer#site-footer .footer-widgets-wrapper {
    display: inline-block;
}

footer#site-footer .footer-credits {
    display: inline-block;
/*     margin-bottom: 85px; */
}

footer#site-footer figcaption {
    display: none;
}

.footer-right-image {
    position: absolute;
    right: 0;
    bottom: 0;
	top:0;
}

.footer-left-image {
    position: absolute;
    left: 0;
    bottom: 0;
	top:0;
}

body, .entry-title a, :root .has-primary-color {
    color: #ddbd4e !important;
}

#custCarousel .carousel-inner img {
    width: 100%;
    height: 100%
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
	border: 1px solid #ddbd4e;
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}
#custCarousel .carousel-item{
	position: relative;
}
#custCarousel .carousel-item img {
    width: 70%;
	border-radius: 15px;
    border: 1px solid #ddbd4e;
	opacity: 0.35;
}

.carousel-item h4.roadmap-title {
    position: absolute;
	margin: auto;  
	top: 170px; 
	left: 0; 
	bottom: 0; 
	right: 0;
    /*top: 35px;*/
	font-family: Righteous;
    color: #D2B824;
    font-weight: 500;
    font-size: 55px;
	/*left: 20%;*/
	/*text-align: left;*/
    text-align: center;
}

.carousel-item p.text {
    position: absolute;
    top: 35px;
    color: #fff;
    font-weight: 500;
	font-family: Righteous;
    font-size: 17px;
    left: 20%;
    width: 50%;
    text-align: left;
}

.single-post .comments-wrapper.section-inner {
    display: none;
}

.single-post footer#site-footer, .error404 footer#site-footer {
    display: block !important;
	position: relative !important;
}
.post-meta-wrapper.post-meta-edit-link-wrapper {
    display: none;
}

nav.pagination-single.section-inner {
    display: none;
}

.entry-content {
    text-align: left;
    color: #fff;
    max-width: 750px;
    margin: 0 auto;
}

.single-post .footer-nav-widgets-wrapper.header-footer-group, .page .footer-nav-widgets-wrapper.header-footer-group, .error404 .footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}

.single-post .footer-left-image, .page .footer-left-image, .error404 .footer-left-image {
    bottom: unset;
}

.single-post .footer-credits, .page .footer-credits, .error404 .footer-credits  {
    margin-top: 10px;
}

.single-post .footer-right-image, .page .footer-right-image, .error404 .footer-right-image  {
    bottom: unset;
}

.entry-categories {
    display: none;
}

.post-meta-single-top {
    display: none;
}
.singular .entry-header {
	background: none !important;
}
h1.entry-title {
    color: #ddbd4e;
    padding: 20px 0px 30px 0px;
}

.entry-content p {
    line-height: 2;
    margin: 10px 0px;
}

.entry-content ul li {
    padding: 10px 0px;
}

.entry-content strong {
    font-size: 27px;
}

.entry-content ul li strong {
    font-size: 19px;
}

.entry-content {
    font-weight: 100;
}
figure.wp-block-table td {
    border: 1px solid;
}
.sections-bingo-under {
    margin-top: 45px;
}

.section-bingo-under {
    text-align: center;
    margin-top: 25px;
}

.section-bingo-under ul {
    list-style: none;
}

.section-bingo-under ul li img {
    width: 150px;
}

.section-bingo-under ul li {
    display: inline-block;
}
h2.block-title.roadmap-title {
    text-align: center;
}
.pdfemb-toolbar-bottom {
    display: none !important;
}

.trailer a:hover {
    color: red !important;
}

.trailer i.fas.fa-play:hover::before {
    color: red;
}

@media only screen and (max-width: 767px) {
	.carousel-item h4.roadmap-title{
		top: 15px;
	}
	.carousel-item p.text {
		top: 50px;
		width: 75%;
		font-size: 14px;
		line-height: 14px;
	}
	.carousel-control-next {
		right: -20px;
	}
		.carousel-control-prev {
		left: -20px;
	}
}
.modal-body {
    padding: 0 0 0 0 !important;
}
.modal-dialog {
    max-width: 90%;
}
.modal-body iframe {
    width: 100% !important;
}
#just-mobile-logo {
	display: none;
}

/*JOIN the COMMUITY*/
.comm {
    font-family: Editor, serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 0.1em;
    letter-spacing: 1px;
	justify-content:center;
}
/*JOIN the COMMUITY*/




@media only screen and (max-width: 767px) {
	.elementor-widget-spacer {
		display: none;
	}
	
	/***footer bottomm page space*/
	.footerspace.elementor-widget-spacer {
		display: block;
	} 
	.footer-widgets figure {
    margin-bottom: 0px !important;
	}

	footer#site-footer .footer-credits {
		margin-bottom: 0px !important;
		margin-top:-60px !important;   /*adjust footer img icons postion*/
		position: absolute;
		left: 6px;
		z-index: 99999999999999;
		top: 0;
	}

	.modal-main.m-4 {
		margin: 0px !important;
	}
	.single-post .footer-right-image, .page .footer-right-image, .error404 .footer-right-image {
    bottom: 0px;
	}

	.single-post .footer-left-image, .page .footer-left-image, .error404 .footer-left-image {
    bottom: 0;
	}
	/***footer space*/
	
	#just-mobile-logo {
		display: block;
	}
	a.custom-logo-link {
		display: none !important;
	}
	div#just-mobile-logo a.custom-logo-link {
		display: block !important;
		margin-top: 15px;
	}
	
	/*mobile- bottom side image */
	footer#site-footer .widget-content img {
    width: 200px;
    height: 250px;
	margin-bottom: 0px;
   }
	/*mobile - bottom side image */
	
	
	.carousel-item h4.roadmap-title {
    position: absolute;
    top: 55%;
	font-family: Righteous;
    color: #D2B824;
    font-weight: 500;
    font-size: 15px;
	/*left: 20%;*/
    /*text-align: left;*/
    }
	
	.bingoplan img.attachment-full.size-full {
	/*.bingoplan .elementor-widget-container img {*/
    width: 100% !important;
	}
	
	.token img.attachment-full.size-full {
		width: 100% !important;
	  }
	
	/*audit/eco/social -to dsiplay horizontal on mobie view*/
	
	section.audit .elementor-column {
    width: 33%;
}
	
	.eco .elementor-column{
    width: 25%;
	}

.eco .elementor-column .elementor-heading-title, .info .elementor-column .elementor-heading-title  {
    font-size: 14px;
	}

.info .elementor-column{
    width: 50%;
	}

section.social .elementor-column{
    width: 25%;
	}
	footer#site-footer section.social .elementor-column {
    width: 18% !important;
}

.social .elementor-column .elementor-heading-title  {
    font-size: 14px;
	}
	
section.social2 .elementor-column{
    width: 33%;
	}

.social2 .elementor-column .elementor-heading-title  {
    font-size: 14px;
	}
	
		#footer-social-icons .elementor-widget-image img {
    	width: 40px;
		align-content:center;
		margin-right:5px !important;
		margin-left:5px !important;
		margin-bottom:10px !important;
		}
	
	
	    /***information photo size***/
/* 	.medium .elementor-widget-container img {
    width: 50%;
	} */

/* 	.gitbook .elementor-widget-container img {
    width: 50%;
	} */
    /***information photo size***/
	
	p.footer-copyright {
    font-size: 15px;
	}

	footer#site-footer a {
		font-size:15px;
	}
	

}

/**
    .elementor img {
    height: auto;
    max-width: 50%;!important
    border: none;
    border-radius: 0;
    box-shadow: none;
    }
**/

header.header-wrap {
    border-bottom: #000 !important;
}

.btg img.attachment-full.size-full {
	/*.bingoplan .elementor-widget-container img {*/
    margin-left:0px !important;
}


/*desktop - bottom social media icon*/
#footer-social-icons .elementor-widget-image img {
    width: 45px;
	align-content:center;
	margin-right:30px;
	margin-left:30px;
}
/*desktop - bottom social media icon*/


/*Switcher*/
.switcher {
    width: 100% !important;
}

.option {
    display: grid !important;
    grid-template-columns: 1fr 1fr !IMPORTANT;
    grid-column-gap: 24px;
    grid-row-gap: 10px;
    width: 100% !important;
    background: #06070a !important;
    border: 0px !important;
}

.switcher .option a {
    background: transparent !important;
    color: #fff !important;
}

.switcher .option a.selected {
    background: transparent !important;
    color: #fff !important;
}

.popup-content {
    grid-template-columns: 1fr !important;
}

.switcher .option a:hover {
    background: #000;
}
.switcher div.selected {
    display: none;
}
@media only screen and (max-width: 767px) {
	.option {
		max-height: 100% !important;
		display: block !important;
		background: transparent !important;
	}
}
/*Switcher*/
/*Footer Box*/
@media only screen and (max-width: 767px) {
	.footer-credits.banner-box-container {
		padding: 10px 10px;
	}
	.footer-credits.banner-box-container:before {
		margin: -5px 5px 5px 5px !important;
		inset: -1px -0.1em !important;
	}
}
.footer-credits.banner-box-container:before {
    margin: 0px 5px 0px 5px;
    inset: -1px 1em;
}
@media (min-width: 768px) {
    #site-footer section.social .elementor-column {
        width: 6.285%;
    }
}
/*Footer Box*/