/*
Theme Name: Tarana Lite
Theme URI: https://tarana.sa
Author: Tarana
Author URI: 
Description: Tarana Lite.
Version: 1.1.0
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: tarana-lite
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/

/* =Fonts size
-------------------------------------------------------------- */

/*  Xsmall font */
.xsmall_font{font-size:10px !important;}

/*  Small font */
.small_font{font-size:12px !important;}

/*  Normal font */
.normal_font{font-size:14px !important;}

/*  Large font */
.large_font{font-size:16px !important;}

html, body {
	overflow-x:hidden;
	}

/* =Responsive
-------------------------------------------------------------- */

@media (max-width: 767px) {
.topbar-cont{
	width:100%;
	padding: 0;
}
	.navbar-nav{
		padding: 0 15px !important;
	}
	#content{
		min-height: 400px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#content{
		min-height: 500px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#content{
		min-height: 600px;
	}
}
@media (min-width: 1200px) {
	/* MENU */
	.navbar-toggleable-sm .navbar-nav .nav-link{
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	#content{
		min-height: 880px;
	}
}


.give-section.choose-amount.slide-in-right {
    font-size: 19px !important;
    font-family: arial !important;
    font-weight: bold !important;
}
.choose-amount .give-donation-levels-wrap .give-donation-level-btn > .currency.currency--before {
    margin: 10px !important;
    font-size: 15px !important;
    font-weight: bold !important;
}

/* content */
#content{
	height: 100%;
}

.page-container{
	padding-top: 30px;
}
.home .page-container{
	padding-top: 0;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	/* display: inline; */
	float: left;
	margin-right: 1.5em;
}
.alignright {
	/* display: inline; */
	float: right;
	margin-left: 1.5em;
}



/* WordPress gallery */

.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* TOP BAR */
.top-bar{
	padding: 10px 0 10px 0;
}
.top-bar a{
	color: #ddd;
}
.top-bar a:hover{
	color: #fff;
	text-decoration: none;
}
/* TOP BAR LANG */
.site-lang{
	font-size: 12px;
	display: table;
}
.site-lang ul{
	padding: 0;
	display: table;
	margin: 0;

}
.site-lang li{
	float: left;
	list-style: none;
	padding: 0 8px 0 8px;

}




/* Social media icons */
.social-media-icons{
	font-size: 12px;
	display: table;
}
.social-media-icons ul{
	padding: 0;
	display: table;
	margin: 0;

}
.social-media-icons li{
	float: left;
	list-style: none;
	padding: 0 5px 0 5px;

}


.social-media-icons i
{
	width: 22px;
	height: 22px;
	padding: 5px 5px;
	text-align: center;
	display: inline-block;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;

}


/* Header Logo */

.site-title img{
	max-width: 200px;
}

.home .page-header{
	border-bottom: 0;
}





/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
header .navbar {
	border-bottom: 1px solid #eee;
}

header .dropdown-menu{
	left: auto;
	font-size: 14px;
}

.dropdown-menu .dropdown-toggle::after {
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
	border-top: 0.3em solid transparent;
}


.dropdown-item {
	line-height: 2.0;

}

.dropdown-menu {
	min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
	display: block;
	left: 11.00em;
	top: 0;
}

.dropdown .open {
	background: #f3f3f3;
}










/* FOOTER */

/*#site-footer{*/
	/*position: absolute;*/
	/*left: 0;*/
	/*right: 0;*/
	/*!*bottom: 44px;*!*/
/*}*/

/*.footer-logo{*/
	/*position: absolute;*/
	/*left: 0;*/
	/*right: 0;*/
	/*bottom: 0;*/
	/*margin-top: 150px;*/
/*}*/


.site-footer {
	font-size: 12px;
	padding: 30px 10px;
}

.footer-logo{
	text-align: center;
	padding: 5px;
}
.footer-logo img{
	max-width: 100px;
}

#site-footer hr{
	width: 100%;
	border-color: #444
}

/* FOOTER WIDGET*/

#site-footer .footer-left, #site-footer .footer-right{
	display: table;
}
#site-footer li{
	list-style:none;
	width: 100% !important;
}
#site-footer .widget-title{
	font-size: 18px;
}
#site-footer ul {
	-webkit-padding-start: 0;
}

/* FOOTER MENU */


#footer-menu li {
	font-weight: normal;
	font-size: 16px;
}
#footer-menu .sub-menu li{
	font-weight: normal;
	font-size: 12px;
	float: none;
	padding: 0;
}

#footer-menu .sub-menu{
	margin-top: 7px;
	padding-left:0;
}











/*
Include this after bootstrap.css. Add class of
vert-offset-top-value or vert-offset-bottom-value
to your Bootstrap 3 default rows to prevent row content
from touching the row content above or below.
*/

/* Vertical Offset Bottom */
.vert-offset-top-12{
	margin-top: 12em;
}
.vert-offset-top-11{
	margin-top: 11em;
}
.vert-offset-top-10{
	margin-top: 10em;
}
.vert-offset-top-9{
	margin-top: 9em;
}
.vert-offset-top-8{
	margin-top: 8em;
}
.vert-offset-top-7 {
	margin-top: 7em;
}
.vert-offset-top-6{
	margin-top: 6em;
}
.vert-offset-top-5{
	margin-top: 5em;
}
.vert-offset-top-4{
	margin-top: 4em;
}
.vert-offset-top-3{
	margin-top: 3em;
}
.vert-offset-top-2{
	margin-top: 2em;
}
.vert-offset-top-1{
	margin-top: 1em;
}
.vert-offset-top-0{
	margin-top: 0em;
}
/* Vertical Offset Bottom */
.vert-offset-bottom-12{
	margin-bottom: 12em;
}
.vert-offset-bottom-11{
	margin-bottom: 11em;
}
.vert-offset-bottom-10{
	margin-bottom: 10em;
}
.vert-offset-bottom-9{
	margin-bottom: 9em;
}
.vert-offset-bottom-8{
	margin-bottom: 8em;
}
.vert-offset-bottom-7{
	margin-bottom: 7em;
}
.vert-offset-bottom-6{
	margin-bottom: 6em;
}
.vert-offset-bottom-5{
	margin-bottom: 5em;
}
.vert-offset-bottom-4{
	margin-bottom: 4em;
}
.vert-offset-bottom-3{
	margin-bottom: 3em;
}
.vert-offset-bottom-2{
	margin-bottom: 2em;
}
.vert-offset-bottom-1{
	margin-bottom: 1em;
}
.vert-offset-bottom-0{
	margin-bottom: 0em;
}

.elementor.elementor-2 {
    margin: auto;
}

.choose-amount .give-donation-levels-wrap .give-donation-level-btn > .currency.currency--before {
    margin: 10px !important;
    font-size: 15px;
    font-weight: bold;
}


