/*
Theme Name: Happyness EVS
Author: Digital Bhutan
Author URI: https://digitalbhutan.net/
Description: Happyness EVS Theme is a responsive clean WordPress Theme. The theme support all modern browsers like Firefox, Chrome, Safari, Opera and Internet Explorer 8, 9 and 10 and uses the most modern technologies like HTML5 and CSS3.
Version: 1.1
*/
/*main*/
html,body{
    overflow-x: hidden;
}

a {
	color: #2db8bc;
}

/* li#menu-item-480 {
    background-color: #2db8bc;
    border-radius: 10px;
} */

li#menu-item-480 a {
	color: #fff;
    background-color: #2db8bc;
    font-size: 16px;
    border-radius: 10px;
}

.site-footer a {
    color: #2db8bc;
    font-weight: 500;
}

/*header*/

.logo img {
    width: 200px;
}

.site-navbar .site-navigation .site-menu .active {
    color: #2db8bc;
}    

.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #2db8bc;
}

.site-navbar .site-navigation .site-menu .has-children > a:hover {
	color: #2db8bc;	
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    border-top: 2px solid #2db8bc;
}    

.site-navbar .site-navigation .site-menu > li > a {
    color: #678cc4;
    font-weight: 600;
}

.site-mobile-menu .site-nav-wrap li .active {
    color: #2db8bc;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #2db8bc;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    width: 100%;
    border-radius: 0px;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: transparent;
}

.top-info p {
    font-size: 14px;
}

.site-blocks-cover.page-cover.overlay.aos-init.aos-animate {
    background-position: center !important;
}

/* action button */
.action-icon {
    background-color: #3b6bb3;
    padding: 15px 10px 5px 10px;
    margin-bottom: 45px;
}

span.action-icon {
    color: #eee;
    font-size: 30px;
}

/*services*/

section.service-section {
	background-color: #2db8bc;
	padding-top: 60px;	
	padding-bottom: 60px;
}

section.service-section h4 {
	font-size: 17px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #fff;
}

section.service-section h2 {
    color: #fff;
    padding-bottom: 30px;
}

section.service-section p {
    color: #fff;
    font-size: 20px;
}

.service-icon {
	text-align: center;
    display: block;
    background: #fff;
    margin: -35px -10px 55px -10px;
    border-radius: 5px;
    padding: 5px;
    position: relative;
    top: 0;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

span.serv-icon {
    font-size: 80px;
    color: #2db8bc;
}

.service-icon p {
    color: #333;
    font-weight: 600;
}

.service-icon:hover  {
    background-color: #2db8bc;
    top: -10px;
}

.service-icon:hover span.serv-icon {
	color: #fff;
}

.service-icon:hover p {
    color: #fff;
}

.unit-4.d-flex {
    background-color: #678cc4;
    padding: 15px;
    display: block;
}

.unit-4.d-flex {
  position: relative;
  top: 0;
  transition: top ease 0.2s;
}
.unit-4.d-flex:hover {
  top: -10px;
}

.unit-4.d-flex:hover .text-primary{
    color: #ffffff!important;
}

/* News and Announcements */
.h-entry {
    box-shadow: 0px 10px 20px 0px rgb(221 221 221 / 30%);
    padding: 10px 10px 15px 10px;
}

/*testimonial*/

.testimonial a {
    color: #2db8bc;
    font-size: 16px;
}

.testimonial p {
    font-size: 18px;
}

.submit-testimonial {
    padding-top: 45px;
    padding-bottom: 30px;
}

section.site-section.testimonial-wrap {
    background-color: #678cc4;
    color: #fff;
}

.feedback-form {
    width: 50%;
    margin-left: 25%;
}

.registration-form {
    margin-top: 60px;
    border: 1px solid #f89f34;
    border-radius: 30px;
    padding: 30px;
    width: 80%;
    margin-left: 5%;
}

.profile-picture {
	padding: 10px;
	background-color: #eee;
}

.profile-pic img {
    width: 200px;
    height: auto;
    margin-bottom: 15px;
    margin-top: 30px;
}

/* Tracker */
section.numbers.dark-blue-bg.white-txt {
	background: url(https://happynessevs.com.au/wp-content/uploads/2021/02/Brisbane-in-Night.jpg);
	padding: 45px 0px 45px 0px;
	color: #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.number-item {
    padding: 20px;
}

.number-value {
	
}

.number-value h6 {
    text-transform: capitalize;
}

.number-stats {
	text-align: right;
	border-right: 1px solid #eee;
}

/* Partners */

.partners {
    padding: 60px 0px 60px 0px;
}



/*Others*/

span.mr-3 {
    white-space: nowrap;
	color: #fff;
}

.btn-primary {
	color: #ffffff;
    background-color: #678cc4;
    border-color: #678cc4;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2db8bc;
    border-color: #2db8bc;
}

.btn-primary-inverse {
    color: #2db8bc;
    background-color: #2db8bc;
    border-color: #2db8bc;
}

.btn-primary-inverse:hover {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

.bg-primary {
    background-color: #2db8bc!important;
}

.bg-primary:hover {
    background-color: #678cc4!important;
}

a.bg-primary:hover {
    background-color: #678cc4!important;
}

.modal-body p {
    font-size: 20px;
}

p#subscribe-submit button {
	font-size: 11px;
    font-weight: 600;
	border: 0px;
	background-color: #2db8bc;
	border-radius: 0px 50px 50px 0px;
	margin-left: -21px !important;
	height: 33px;
	width: 86px;
	color: #fff;
	cursor: pointer;
}

p#subscribe-email {
    float: left;
    width: 70%;
}

p#subscribe-submit {
    float: right;
    width: 30%;
}

#subscribe-email input {
    width: 100%;
}

/* page */
.page-cover	{
	min-height: 300px !important;
	height: calc(48vh) !important;
}

.page-thumbnail img {
    width: 100%;
    height: auto;
}

.page-content-section {
    padding-top: 30px;
}

.page-loop-section {
    padding: 30px 0px 45px 0;
}

.page-loop-content {
    box-shadow: 0px 10px 20px 0px rgb(221 221 221 / 30%);
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.pbot {
    position: relative;
    margin-bottom: 200px;
    overflow: hidden;
}

.wp-block-quote {
	color: #fff;
	background-color: #37466c;
	padding: 15px;
	border-radius: 5px;
	display: block;
	position: relative;
	top: 0;
	transition: all 0.3s ease 0s;
	box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

.wp-block-quote:hover {
    background-color: #3a6ab3;
	top: -10px;
}

.person {
    background-color: #3a6ab3;
    padding: 15px 5px 15px 5px;
    color: #eee;
	display: block;
	position: relative;
	top: 0;
	transition: all 0.3s ease 0s;
	box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

.person:hover {
	top: -10px;
}

.blog-content {
    background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.contact-us {
    padding: 60px 30px 30px 30px;
    margin-top: -30px;
}

.blog-content h4 {
    color: #2db8bc;
}

figure.wp-block-image img {
    width: 100%;
    height: auto;
}

.dzongkha img {
    width: 50%;
}

.container.dzongkha {
    margin-top: -15px;
    margin-bottom: -5px;
}

p.developer {
    color: #6676a1;
    font-size: 12px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.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%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Pricing Table */

* {
  box-sizing: border-box;
}

.columns {
  float: left;
  width: 100%;
  padding: 8px;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #111;
  color: white;
  font-size: 18px;
  font-weight: 600;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

/* flashing button */
.flash-button{
	background:#3a6ab3;
	padding:15px;
	cursor: pointer;
	font-size: 22px;
	color:#fff;
	border:none;
	
	animation-name: flash;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	//Firefox 1+
	-webkit-animation-name: flash;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	//Safari 3-4
	-moz-animation-name: flash;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
}

@keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Firefox 1+
@-webkit-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Safari 3-4
@-moz-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

/* flashing end */

@media only screen and (max-width: 600px) {
	.columns {
		width: 100%;
	}
}


/* Mobile View */

@media (max-width: 600px) {
	.social-media {
		display: none;
/* 		display: inline-block;
		float: left;
		margin-bottom: 0px;
		margin-left: -45px;
		padding-top: 15px; */
	}

	.social-media a{
		font-size: 26px;
	}
	a.pr-3 {
		font-size: 26px;
	}
	h2.footer-heading.mb-4 {
		margin-top: 30px;
	}
	.contact-us {
		padding: 30px 10px 30px 10px;
		margin-top: -30px;
	}
	.number-item {
		width: 35%;
		padding: 20px;
		border-bottom: 1px solid #fff;
		margin: 0 auto;
		border-width: 2px;
	}
	.number-stats {
		text-align: center;
		border-right: none;
	}
	.number-value {
		text-align: center;
	}
	.feedback-form {
		width: 90%;
		margin-left: 5%;
	}
	.registration-form {
		width: 90%;
		margin-left: 5%;
	}
	.col-md-8.top-info {
		text-align: center;
		padding: 3px;
		margin: 0px;
		clear: both;
	}
	.container.dzongkha {
		margin-top: -15px;
	}
	.dzongkha img {
		width: 100%;
	}

}

.top-bar {
    background-color: #37466C;;
}

.top-bar a {
    color: #2db8bc;
    font-weight: 600;
}

.site-navbar .site-navigation .site-menu > li > a {
    color: #3a6ab3;
    font-weight: 600;
}

.site-navbar {
    background: #ffffff;
}

section.service-section {
    background-color: #EEF6FA;
}

section.service-section h2 {
    color: #231f20;
}

section.service-section h4 {
    color: #2db8bc;
}

section.service-section p {
	color: #231f20;
	font-size: 21px;
}

span.serv-icon {
    color: #2db8bc;
}

span.action-icon {
    color: #fad02f;
}

.action-icon {
    background-color: #2db8bc;
}

.team-pic {
    margin-bottom: 30px !important;
}

.site-footer {
    background: #37466C;
}