/*
	Theme Name: Nucafe
	Theme URI: https://lwegatech.com
	Description: HTML5 & Bootstrap Blank WordPress Theme
	Version: 1.4.3
	Author: Lwegatech
	Author URI: http://lwegatech.com
	Tags: Blank, HTML5, CSS3, wordpress
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 16.5px/1.5 'Fira Sans', sans-serif;
	color:#444;
	overflow-x: hidden;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
    color:#9f4624;
	text-decoration:none;
}
a:hover {
	color:#444;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1 h2 h3 h4 h5 h6{
    color: #2c4143;
}
li{
    
}
.section-pad{
    padding: 60px 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {

}


/* header */

.header-top{
    background: #9F4624;
    color: #fff;
    padding-top: 5px;
}
.header-top .left-text a {
    color:#fff!important;
}
.header-top .left-text span {
	text-transform: uppercase;
	margin-right: 10px;
	font-size: 13px;
	font-weight: 500;
}
#gtranslate_selector {
	border-radius: 5px;
	border: none;
	padding: 4px 5px;
}
.header-second{
    background: #F8F8F6;
    padding: 20px 0;
    box-shadow:10px 1px 5px #00000026;
}
.logo {
	position: absolute;
	margin-top: -110px;
	padding: 35px;
}
.header-search{
    float: right;
}
.header-search .is-form-style.is-form-style-3 label{
    width: 100% !important;
}
.header-search .is-form-style input.is-search-input {
	background: #eee !important;
	border: none !important;
	border-radius: 2px;
}
.header-search .is-search-submit{
    display: none;
}

.section-title {
	font-size: 40px;
	font-weight: 700;
}
.environment img {
    border-bottom: 8px solid #efa849;
}
.page-title{
    background: url(https://nucafe.org/wp-content/uploads/2020/09/aboutbg1.jpg) center;
    background-size: cover;
    padding: 50px 0 30px 0;
    color: #fff;
    position: relative;
}
.page-title h1 {
	font-size: 46px;
	font-weight: 500;
	text-shadow: 4px 4px 4px #000;
}
.post-title{
    background: url(https://nucafe.org/wp-content/uploads/2020/09/aboutbg1.jpg) center;
    padding: 80px 0 20px 0;
    color: #fff;
    position: relative;
}
.post-title h1 {
	font-size: 32px;
	font-weight: 500;
	text-shadow: 4px 4px 4px #000;
}
.rt-tpg-container .layout2 .rt-holder .rt-detail h3 a {
    color: #166535;
    font-size: 20px;
    font-weight: 600;
}
.entry-meta > .holder {
    margin-top: 25px;
    position: relative;
}
.p-title h1 {
    color:#166535;
    font-size:28px;
    font-weight:500;
    margin-bottom:-15px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    font-weight:500!important;
}
.entry-meta > .holder > .author-image {
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 1;
    width: 70px;
    height: auto;
    text-align: center;
    margin-top: -30px;
    background:#f8f8f6;
}
.entry-meta > .holder > .author-image img {
}
.entry-meta > .holder > .data .published-on {
    margin-bottom: 5px;
    font-weight: 500;
}
.entry-meta > .holder > .data .published-on a {
    color: inherit;
}
.entry-meta > .holder > .data .meta {
    margin-bottom: 7px;
}
.entry-meta > .holder > .data .meta > span {
    margin-right: 15px;
}
.post.single-post .entry-header .entry-meta > .holder > .data .meta > span i {
    color:inherit;
}
.entry-meta > .holder > .data .meta > span a {
    color: inherit;
}
.entry-meta {
    color: #9F4624;
    font-weight: 500;
}
.crop {
    width: 100%;
    height: 380px;
    overflow: hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    }

    .crop img {
        width: 100%;
        display:block;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
    }
.latest-news h2 {
    font-size:18px!important;
}
.latest-news img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display:block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    }
.fbc-page .fbc-wrap .fbc-items {
	float: none !important;
}
.overlay2 {
	position: absolute;
	z-index: 0;
	background: rgba(44,65,67,0.8);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
#accordions-tabs-72 .accordions-head-title {
    color: #444!important;
    font-family: 'Fira sans',sans-serif;
    letter-spacing: .6px;
    font-size: 18px;
}
.ui-widget {
    font-family: 'Fira sans',sans-serif!important;
}
.rt-detail .post-content {
    font-size: 14px!important;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Global elements */

.title-separator {
	position: relative;
	margin-bottom: 30px;
	margin-top: 20px;
	padding: 0 !important;
	width: 100px;
	height: 4px;
	display: block;
	background: #9f4723;
}
.title-separator::before {
	display: block;
	content: "";
	position: relative;
	width: 62px;
	bottom: -20px;
	left: 103px;
	top: 0;
	border: 2px dashed #9f4723;
}
.green-btn a {
	background: #166535;
	padding: 13px 25px;
	border-radius: 30px;
	color: #fff;
	border: none;
	font-size: 1.2em;
	font-weight: 500;
}
.green-btn a:hover{
	color: #fff;
	background: #9f4723;
}
.brown-btn a{
	background: #9f4723;
	padding: 13px 25px;
	border-radius: 30px;
	color: #fff;
	border: none;
	font-size: 1.2em;
	font-weight: 500;
}
.brown-btn a:hover{
	border: 2px solid #9f4723;
	color: #9f4723;
	background: transparent;
}
.white-btn {
    margin-top:2em;
}
.white-btn a{
	background: #fff;
	padding: 13px 30px;
	border-radius: 30px;
	color: #166535;
	border: none;
	font-size: 1.2em;
	font-weight: 500;
	border: 2px solid #fff;
}
.white-btn a:hover{
	border: 2px solid #8FC344;
	color: #8FC344;
	background: transparent;
}
/* About homepage section */

.after-slide-img {
	background-image: url(https://nucafe.org/wp-content/uploads/2020/08/after-slider-bg.png);
	background-size: cover;
	width: 100%;
	height: 60px;
	margin-top: -55px;
	z-index: 2;
}

.home-about-section{
    background-size: contain;
    text-align: left;
    background-repeat: no-repeat;
    background-position: right;
}
.home-about-section img.wp-block-cover__image-background {
    object-fit:contain;
    right: -20%;
}
.home-about-section h2{
	font-size: 60px;
	font-weight: 700;
	color: #116835;
}
.home-about-section p{
    font-size: 20px;
}

/* Mission homepage section */
.mission-area{
    color: #fff;
    text-align: center;
    border-bottom: 6px solid #8FC344;
}
.mission-area img{
    width: 100px;
}
.mission-area h2 {
	font-size: 25px;
	text-transform: uppercase;
	font-size: 700;
	margin-bottom: 20px;
}
.mission-area a{
    color: #8FC344; 
}
.mission-area li{
    list-style: none;
}
.mission-area li::before {
	content: '\f0da';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: relative;
	margin-right: 10px;
}

/* News & Events homepage section */
#accordions-tabs-72 .accordion-icons {
	display: none;
}
#accordions-tabs-72 .tabs-nav {
	background-color: #ffffff;
	margin-right: 3px !important;
	padding: 15px !important;
	float: left !important;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-transform: uppercase;
	border-bottom: none !important;
	font-weight: 600;
}
.rt-tpg-container .layout2 .rt-holder {
	padding-bottom: 0 !important; 
	border-bottom: 1px solid #eee;
}
#poststuff .rt-tpg-container .layout2 .rt-holder, #poststuff .rt-tpg-container .layout2 .rt-holder, #poststuff .rt-tpg-container .layout2 .rt-holder .rt-detail h4, .rt-tpg-container .layout2 .rt-holder, .rt-tpg-container .layout2 .rt-holder, .rt-tpg-container .layout2 .rt-holder .rt-detail h4 {
	font-size: 15px !important;
    font-weight: 400 !important;
	line-height: 1.25;
}
.related-posts h3 {
    font-size: 2.9rem;
    color: #009000;
    margin-bottom: 20px;
}
.fbc-page .fbc-wrap .fbc-items li.active a {
    color: #71c771;
}
.ect-list-post-left .ect-list-date {
	-webkit-transition: width linear .5s;
	transition: width linear .5s;
	width: 100% !important;
	min-width: 100px;
	display: table;
	text-align: center;
	background: rgba(219,245,255,.96);
	height: 100%;
	color: #00445e;
	vertical-align: middle;
	padding: 0 !important;
	box-sizing: border-box;
	position: relative;
	top: 0;
	z-index: 2;
}
#ect-events-list-content, .ect-list-wrapper {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin: 0 !important;
	padding: 0;
}
.ect-list-post {
	width: 100%;
	height: 100%;
	min-height: 100% !important;
	box-sizing: border-box;
	word-break: break-word;
	display: table;
	margin: 15px auto;
}
#ect-events-list-content .ect-list-description .ect-event-content a {
	color: #8fc344 !important;
}

/* Video homepage section */
#gallery-con1 #thumbnails1 {
	background: transparent !important;
}

/* Download homepage section */

.social-timelines {
	background: #fff;
	box-shadow: 10px 10px 10px 10px #eee;
}
.download-section h2{
	background: #166535;
	color: #fff;
	padding: 5px 10px;
	border-top: 5px solid #9e4824;
}
.download-section .wpdm-download-link, .download-section .label{
}
.download-section .media-body .ptitle {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}
.download-section .w3eden .media {
	display: -ms-flexbox;
	display: inline-flex;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #9f4723;
	flex-direction: row-reverse;
	padding: 15px 0 8px 0;
	width: 100%;
}
.download-section .w3eden .wpdm_icon {
	box-shadow: none;
	min-width: 28px;
	max-width: 28px;
	width: 28px;
}
#wpdmmydls-e770ae36a1425435778e5dfcf5a8bb5c .small-txt, #wpdmmydls-e770ae36a1425435778e5dfcf5a8bb5c small {
    display: none;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #166535;
    border-color: #166535;
}
/* Logo homepage area */
.logo-area {
	border-top: 8px solid #166535;
	padding: 20px 0;
}

/*------ About pages ----------------*/
.img-fluid img{
    width: 100%;
    height: auto;
}
.rounded img{
    border-radius: 10px;
}
.quotation {
	background: #eee;
	border-left: 5px solid #9f4624;
	padding: 20px;
}
.about-side {
	background: #107c3e;
	border-radius: 10px;
	padding: 30px 20px;
	color: #fff;
	font-size: 15px;
}
.about-side h4{
    font-size: 25px;
}
.about-side hr {
	background: #ffffff4d;
}
.about-side img {
    height: 60px;
}

#wpsm_counter_b_row_248 .wpsm_counterbox {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #9f4624de;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#wpsm_counter_b_row_248 .wpsm_counterbox .wpsm_number {
	font-family: 'Fira Sans' !important;
}

.wpsm_counterbox .wpsm_number .counter::after {
	content: '+';
	font-size: 58px;
	color: #8fc344;
	font-weight: 400;
	margin-left: 5px;
	position: relative;
	top: 8px;
}
#wpsm_counter_b_row_248 .wpsm_counterbox .wpsm_count-title {
	font-family: 'Fira Sans' !important;
	font-weight: 400 !important;
}
#wpsm_counter_b_row_248 .wpsm_counterbox .wpsm_count-title {
    letter-spacing:.5px;
}
.default-list{
    list-style: none;
}
.default-list li {
    display: block;
    clear: both;
    counter-increment: list;
    padding-bottom: 4rem;
    font-size: 1.4rem;
    line-height: 1.375;
    position: relative;
}

.default-list li::before {
	font-size: 1.5rem;
	font-weight: bold;
	content: counter(list);
	width: 3rem;
	height: 3rem;
	float: left;
	margin: 0 0.5rem 0.75rem 0;
	color: #fff;
	background: #9d4924;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	shape-outside: ellipse();
	z-index: 1;
}
.default-list li strong {
    padding: 0rem 0 0 0;
    margin: 0 0 1rem 0;
    font-size: 1.7rem;
}
.tmm .tmm_fname {
    text-transform: uppercase!important;
    font-weight: 700!important;
    color: #902e0d!important; 
}

/* Membership Pages */
.membership {
}
.border-left {
    border-left: 1px solid #ccc;
}
.membership-btn {
    margin-top: .5rem;
    border-radius: 0px;
    padding: 1.5rem 1rem;
    font-size: 1.85rem;
    line-height: 1.5;
    background: #9f4624;
    display: block;
    width: 100%;
    text-align: center;
    color: #fafafa;
}
.membership-btn:hover {
    margin-top: .5rem;
    border-radius: 0px;
    padding: 1.5rem 1rem;
    font-size: 1.85rem;
    line-height: 1.5;
    background: #9f4624;
    display: block;
    width: 100%;
    text-align: center;
    color: #fafafa;
    box-shadow:0 8px 25px rgba(0, 0, 0, 0.3);
}
ol li::before{
    font-weight:700;
}
/* Footer area */
#triangle-down {
	width: 0;
	height: 0;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	border-bottom: 50px solid #166535;
	margin: -50px auto 0 auto;
}
.footer{
    background: #166535;
    padding: 40px 0 20px;
}
.footer p{
    font-size: 15px;
    color: #fff;
    margin-bottom: .5rem;
}
.footer h2 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
}
.footer a{
    color: #8FC344;
}
.footer-logo-area{
    justify-content:space-between;
}
.footer-social p {
	font-size: 40px;
	font-weight: 800;
	text-shadow: 2px 2px 2px #000;
	text-align: center;
}
.footer-social a {
	color: #166535;
	background: #8fc344;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	display: inline-block;
	padding-top: 4px;
	font-size: 20px;
}
.footer-logo img{
    height: 120px;
}
.copyright {
	padding: 10px 0;
	border-top: 1px solid #eeeeee45;
	background: #166535;
	text-align: center;
	color: #eee;
	font-size:14px;
}
.copyright a{
    color: #eee;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:320px) {
    .header-top .left-text span {
    text-transform: uppercase;
    margin-right: 5px;
    font-size: 10px;
}

}
@media only screen and (max-width:480px) {

#accordions-tabs-72 .ui-tabs-anchor {
    color: #000000;
    font-size: 12px !important;
    margin: 0px !important;
    padding: 0px !important;
}
}


@media screen and (max-width: 576px) { 
    .header-second {
    padding: 0;
}
.header-top .left-text span {
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 12px;
}
.header-top .left-text{
    padding-left: 1.2%;
    text-align: center;
}
    .header-top .right-text{
    display:none;
}
.logo {
    position: relative;
    margin-top: 0;
    padding: 0;
}
.after-slide-img {
    margin-top: -25px;;
}
.home-about-section{
    background-image: none !important;
    padding: 0;
}
.home-about-section p{
    font-size: 16px;
}
.home-about-section h2 {
    font-size: 40px;
}
.layout2 .rt-detail .post-content {
    margin-bottom: 10px;
    display: none;
}
#triangle-down {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 20px solid #166535;
    margin: -20px auto -9px auto;
}
.footer-logo-area{
    justify-content: center;
}
.footer-logo-area .img-fluid{
    width: 50%;
}
.footer-social p{
    font-size: 30px;
}
.footer h2 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 25px;
}
.footer p{
    font-size: 14px;
}
.copyright{
    font-size: 13px;
}
}
 
@media only screen and (max-device-width:812px){
 
}

@media only screen and (max-width:820px) {

 
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .header-search{
        display: none;
    }
    .logo {
    position: relative;
    margin-top: -73px;
    padding: 0;
}

}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){
    .logo {
    position: relative;
    margin-top: 0;
    padding: 0;
}

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.custom-logo{
    width: 100%;
    height: auto;
}

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
