/*
 Theme Name:     Taka Solutions
 Author:         Symbiotica
 Author URI:     https://symbiotica.xyz
 Template:       Divi
 Version:        1.0
 Description:   DIVI Child Theme made for Taka Solutions
 Wordpress Version: 4.8.2
*/


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */
body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	line-height: 1.15;
}

#main-header {
	box-shadow: none;
}

#et-main-area {
	margin-top:20px;
}
.et_pb_slide_title {
	text-transform: uppercase;
}

.et_pb_module_header {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.15;

}
.et_pb_module_header a {
	font-family: 'Oswald', sans-serif;
}

.energyConsulting {
	text-align: center;
}
.text-bold {
	font-weight: bold;
}
.text-italic {
	font-style: italic;
}
.text-center {
	text-align: center;
}


.text-uppercase {
	text-transform: uppercase;
}

.text-lowercase {
	text-transform: lowercase;
}

@media only screen and ( max-width: 1199px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}

.container.et_menu_container {
   max-width: 95%;
	width: 95%;
}
@media (min-width: 1600px) {
	.container.et_menu_container {
	   max-width: 90%;
		width: 90%;
	}
}


.nav {
	background: #1E73BE;
	border-radius: 50px;
	padding: 35px 15px 0px 15px;
}

@media (min-width: 1366px) {
	.nav {
		padding: 35px 100px 0px 100px;
	}

	.et-fixed-header .nav {
		padding-top: 25px;
	}
}

@media (max-width: 1580px) {
.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 200px;
}
}

#top-menu .sub-menu a {
	color: #1E73BE;
}

.et_header_style_left .mobile_menu_bar, .et_header_style_split .mobile_menu_bar {
	padding: 12px 0;
}

#main-header .nav li ul.sub-menu {
	background-color: rgba(255,255,255,0.95);
		position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#top-menu-nav .nav a {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
	padding-top: 0px !important;
}
#top-menu a, .fullwidth-menu a {
	color: #fff;
}
.sub-menu #top-menu a, .sub-menu .fullwidth-menu a {
 color: red;
}
#top-menu-nav .nav .current_page_item > a {
	font-weight: bold;
	color: #fff;
}
@media (min-width: 981px) {
.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
	padding-top: 0 !important;
}
}

.home-welcome-title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 50px;
	margin-bottom: 20px;
}
@media (max-width: 599px) {
	.home-welcome-title {
		font-size: 36px;
		margin-bottom: 0;
	}
	.et_pb_section_0,
	.et_pb_section_1 {
		padding: 0 !important;
	}
	.welcomeSection .et_pb_row {
		padding-bottom: 0;
	}
	.welcomeSection .et_pb_row .et_pb_column {
		margin-bottom: 0;
	}
}

.text-blue {
	color: #1E73BE;
}
.text-grey {
	color: #999999;
}
.arrow-right .et_pb_main_blurb_image::after {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: url(https://takasolutions.com/wp-content/themes/taka/images/arrow-right.png);
	background-size: contain;
	background-repeat: no-repeat;
	right: -140px;
	top: calc(50% - 15px);
}

@media (max-width: 980px) {
	.arrow-right .et_pb_main_blurb_image::after {
		display: none;
	}
}
@media (max-width: 1240px) {
	.arrow-right .et_pb_main_blurb_image::after {
		right: -120px;
	}
}
.arrow-right .et_pb_main_blurb_image {
	position: relative;
}
.home-portfolio::before {
/*	content: "Our Projects";
	position: absolute;
	transform: rotate(270deg);
	top: 50%;
	z-index: 99;
	left: -40px;
	font-size: 30px;
	font-weight: bold;*/
}
.home-portfolio h2 {
	display: none;
}
.home-portfolio {
	padding: 95px;
	display: block;
	margin: 0 auto;
}
/*
.dollar-after .percent-value::after {
	content: "Sq ft";
	padding-left: 20px;
	color: #1E73BE;
	font-weight: bold;
}
.mwh-after .percent-value::after {
	content: "MWh";
	padding-left: 20px;
	color: #1E73BE;
	font-weight: bold;
}
.tons-after .percent-value::after {
	content: "TONS";
	padding-left: 20px;
	color: #1E73BE;
	font-weight: bold;
} */
.percent-value {
	color: #999999;
	font-weight: bold;
}

.home-counters .percent p::after {
	content: "";
	width: 150px;
	height: 2px;
	display: block;
	background: grey;
	margin: 0 auto;
	margin-top: 25px;
}
.home-counters .percent p::before {
	content: "";
	width: 150px;
	height: 2px;
	display: block;
	background: grey;
	margin: 0 auto;
}
.dollar-after .percent-value::after {
	content: "Sq ft";
	padding-left: 10px;
	color: #1E73BE;
	font-weight: bold;
}
.mwh-after .percent-value::after {
	content: "MWh";
	padding-left: 10px;
	color: #1E73BE;
	font-weight: bold;
}
.tons-after .percent-value::after {
	content: "TONS";
	padding-left: 10px;
	color: #1E73BE;
	font-weight: bold;
}
.home-counters .et_pb_number_counter h3 {
	font-size: 18px;
	margin-top: -30px;
	color: #1E73BE;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_item {
	padding: 5px;
}
.et-pb-option {
	position: relative;
}
.projects-grid .et_pb_blurb_content p:last-of-type {
	padding-bottom: 0px;
	margin-top: 5px;
	text-align: left;
}
.projects-grid .et_pb_blurb_container {
	min-height: 95px;
}
.projects-grid .et_pb_blurb_container h4 {
	position: absolute;
	top: 20px;
	left: 5px;
	color: #fff!Important;
}
.projects-grid .et_pb_animation_top.et-animated {
	height: 200px;
	width: auto;
}
.et_pb_gutters3 .projects-grid .et_pb_column_1_4 {
	width: calc(25% - 10px);
	margin: 5px;
}
.projects-grid .et_pb_main_blurb_image {
	text-align: left;
	margin-bottom: 0;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item {
	margin: 5px;
	width: calc(25% - 10px);
}
.saving-model-footer {
	font-weight: normal;
	text-align: left;
}
.color-blue {
	color: #1E73BE;
}

.list-dashed {
    padding-top: 10px !important;
	padding-left: 0 !important;
	text-align: left;
}
.list-dashed li::before {
/*	content: '-';
	padding-right: 4px;*/
}
.list-dashed li {
}
.mission {
	padding: 35px;
}
.mission .about-mv-heading {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
}
.mission .about-mv-subheading {
	font-weight: bold;
	line-height: 30px;
	font-size: 17px;
}
.mv-list li {
	list-style: none;
}
.mv-list li::before {
	content: '\2014';
	padding-right: 2px;
}
.et_pb_module.et_pb_team_member {
	min-height: 315px;
}

/* ----------- Ana's styles --------------------------- */
#main-footer {
	padding: 10px 0;
	background-color: #1E73BE;
}

#main-footer > .et_pb_row {
	width: 95%;
}


.footer {
	max-width: 95%;
}

.footer-link {
	position: relative;
	top: -5px;
	padding-bottom: 0.7em;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	float:left;
}

.footer-socialIcon {
	display: inline-block;
	margin-right: 10px;
	padding: 5px;
	background-color: #fff;

	box-sizing: border-box;

	text-align: center;

	width: 30px;
	height: 30px;

	border-radius: 50%;
}

.footer-socialIcon  a {
	color: #1E73BE;
	font-size: 16px;
	top: -2px;
}

.footer-heading {
	color: #fff;

	margin-bottom: 30px;

	font-size: 22px;
	font-weight: bold;
}
@media (min-width: 981px) {
	h4.footer-heading {
		font-size: 14px;
	}
}
@media (min-width: 1100px) {
	h4.footer-heading {
		font-size: 16px;
	}
}
@media (min-width: 1250px) {
	h4.footer-heading {
		font-size: 18px;
	}
}
@media (min-width: 1500px) {
	h4.footer-heading {
		font-size: 22px;
	}
}


/* form layout */
@media (min-width: 1600px) {
	#main-footer > .et_pb_row {
		width: 90%;
	}

	.footer {
		max-width: 90%;
	}
}
@media (min-width: 600px) and (max-width: 980px) {
	.footer form,
	.contactPage form {
		width: 70%;
	}
}

.footer form input,
.contactPage form input {
	padding: 10px 2px;
	margin-bottom: 5px;
	
	font-size: 16px;
}

.footer form input:not(.footer-button) {
	color: #666;
}

.contactPage form input:not(.contactPage-button) {
	color: #fff;
}

.footer form textarea {
	font-size: 16px;
	color: #666;
}

.contactPage form textarea {
	color: #fff;
	
	height: 250px;
	
	font-size: 16px;
}

.contactPage form input:not(.contactPage-button),
.contactPage form textarea {
	background-color: #B8B8B8;
}

.footer form  .et_pb_row,
.contactPage form  .et_pb_row {
	padding-top: 0;
	margin: 0;
	width: 100%;
	max-width: 100%;
}

.footer textarea,
.contactPage textarea {
	width: 100%;
	height: 100%;
	padding-top: 3px;

	box-sizing: border-box;
}


.contact.et_pb_row {
	padding-bottom: 0;
}

.contact .et_pb_column:first-of-type {
	margin-right: 5px;
}

@media (min-width: 981px) {
	.contact  .et_pb_column_1_3 {
		width: calc(29.666% + 5.5% - 5px);
	}
}

.contact input {
	width: 100%;
}

.contact span {
	display: block;
}

.contact .et_pb_column:last-of-type span {
	height: 100%;
}

.contact br {
	display: none;
}


/* form layout ends */

/* form buttons */

.footer-button {
	background-color: #fff;
	border: 0;
	border-radius: 0;

	color: #1E73BE;
	
	font-weight: bold;

	float: right;
}

.contactPage-button {
	background-color: #1E73BE;
	border: 0;
	border-radius: 0;
	margin-top: 5px;

	color: #fff;
	font-weight: bold;

	float: right;
}


@media (max-width: 980px) {
	.footer-button,
	.contactPage-button{
		float: none;
	}
}

.footer-button:hover {
	border: 0;
	color: #fff;
	cursor: pointer;
}

.contactPage-button:hover {
	border: 0 !important;
	cursor: pointer;
	color: #1E73BE;
}

/* form buttons end */



/* form placeholders styles */

.footer input::placeholder,
.contactPage input::placeholder{
	font-size: 18px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

.footer ::-webkit-input-placeholder,
.contactPage ::-webkit-input-placeholder { /* Chrome */
	font-size: 18px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

.footer :-ms-input-placeholder,
.contactPage :-ms-input-placeholder{ /* IE 10+ */
	font-size: 18px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

.footer ::-ms-input-placeholder,
.contactPage ::-ms-input-placeholder{ /* Edge */
	font-size: 18px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.footer ::-moz-placeholder,
.contactPage ::-moz-placeholder { /* Firefox 19+ */
	font-size: 18px;
	font-weight: bold;
	opacity: 1;
	font-family: 'Open Sans', sans-serif;
}

.footer :-moz-placeholder,
.contactPage :-moz-placeholder{ /* Firefox 4 - 18 */
	font-size: 18px;
	font-weight: bold;
	opacity: 1;
	font-family: 'Open Sans', sans-serif;
}

.contactPage input::placeholder{
	color: #fff;
}

.contactPage ::-webkit-input-placeholder { /* Chrome */
	color: #fff;
}

.contactPage :-ms-input-placeholder{ /* IE 10+ */
	color: #fff;
}

.contactPage ::-ms-input-placeholder{ /* Edge */
	color: #fff;
}

.contactPage ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}

.contactPage :-moz-placeholder{ /* Firefox 4 - 18 */
	color: #fff;
}

@media (max-width: 1440px) {
	.footer input::placeholder,
	.contactPage input::placeholder{
		font-size: 14px;
	}

	.footer :-moz-placeholder,
	.contactPage :-moz-placeholder {
		font-size: 14px;
	}

	.footer ::-moz-placeholder,
	.contactPage ::-moz-placeholder {
		font-size: 14px;
	}

	.footer :-ms-input-placeholder,
	.contactPage :-ms-input-placeholder{
		font-size: 14px;
	}

	.footer ::-ms-input-placeholder,
	.contactPage ::-ms-input-placeholder{
		font-size: 14px;
	}

	.footer ::-webkit-input-placeholder,
	.contactPage ::-webkit-input-placeholder{
		font-size: 14px;
	}
}


/* form placeholders styles end */




/* newsletter */

.newsletterForm input:not(:last-of-type) {
	width: 100%;
}

.newsletterForm .footer-button {
	float: right;
	width: auto;
}


/* newsletter ends*/


/* form validation alerts styles */

div.wpcf7-response-output {
	padding: 10px;
	margin-top: 3.2em;
    margin-left: 0;
}
div.wpcf7-mail-sent-ok {
	color: #fff;
	border-color: #fff;
}
div.wpcf7-validation-errors {
	color: #fff;
	border-color: #ff8000;
}
span.wpcf7-not-valid-tip {
	color: #ff8000;
}

.contactPage div.wpcf7-response-output {
	padding: 10px;
	margin-top: 3.2em;
    margin-left: 0;
}
.contactPage  div.wpcf7-mail-sent-ok {
	color: #1E73BE;
	border-color: #1E73BE;
}

.contactPage div.wpcf7-validation-errors {
	color: red;
	border-color: red;
}

.contactPage span.wpcf7-not-valid-tip {
	color: red;
}
@media (min-width: 981px)  {
	div.wpcf7-response-output {
	width: 70%;
	}
}


/* form validation alerts styles end */

.how-it-works h1 {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 50px;
}
@media (max-width: 599px) {
	.how-it-works h1 {
		font-size: 36px;
		margin-bottom: 20px;
	}
}

.what-we-do a {
	margin-top: 20px;
}

.how-it-works p {
	width: 70%;
	margin: 0 auto;
}
@media (max-width: 480px) {
	.how-it-works p {
		width: 100%;
	}
}

.et_pb_slide_title {
	margin-bottom: 10px;
}

.et_pb_number_counter .title {
	font-family: 'Open Sans', sans-serif;
}

.percent + .title {
	text-transform: none;
}

.contactPage h2 {
	text-transform: none;
	font-size: 36px;
}

.teamMembers .et_pb_module.et_pb_team_member {
	min-height: 380px;
}

.percent-value-billion .percent-value::after {
	content: "Billion $";
	padding-left: 10px;
	color: #1E73BE;
	font-weight: bold;
}

.et_pb_gutters3 .et_pb_column_2_3 .et_pb_module.getInTouch-title {
	margin-bottom: 10px;
}


.et_pb_slide {
	position:relative;
}

.et_pb_slide::after {
	content: "";
	position: absolute;
	top: 0;
	left:0;
	height:100%;
	width:100%;

	
}

.et_pb_slider.et_pb_module .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_content {
	color: #fff!important;
}

body #page-container .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_button {
	background: transparent !important;
}

body #page-container .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_button:hover {
	background: rgba(255,255,255,.2) !important;;
}

.portfolioItemWrapper h2 {
	padding-right: 15px;
}


/* end */

/* 25.12.2017, by Vlad */
@media (max-width: 480px) {
.arrow-right .et_pb_main_blurb_image::after {
	display: none;
}
.home-portfolio h2 {
	display: block;
}
	.home-portfolio::before {
	display: none;
}
	.home-portfolio {
	padding: 0;
}
}
/* end of 25.12.2017 by vlad*/

/* load more posts button style */
.load_more{
display: block;
clear: both;
position: relative;
width: 100px;
margin: 0 auto;
 }
.load_more .loader {
 	display: block;
 	height: 100px;
 	width: 100px;
 	border-radius: 50%;
 	font-size: 16px;
 	font-weight: bold;
 	color: #fff;
 	text-align: center;
 	line-height: 100px;
 	background: #1E73BE;
 	overflow: hidden;
 	position: relative;
 	margin: 0 auto;
 	padding-top: 2px;
 	text-transform: uppercase;
 }
 .load_more a {
 	display: block;
 	height: 100px;
 	width: 100px;
 	border-radius: 50%;
 	font-size: 26px;
 	font-weight: bold;
 	color: #fff;
 	text-align: center;
 	line-height: 26px;
 	background: #1E73BE;
 	overflow: hidden;
 	position: relative;
 	margin: 0 auto;
 	padding-top: 22px;
 	text-transform: uppercase;
 }
.load_more{
display: block;
clear: both;
position: relative;
}
.load_more a:hover{
color: #999;
}

/* end of load more posts button style*/

/* 26.12.2017 */
.sym_post .entry-title {
	color: #fff;
}
.et_pb_blog_grid .sym_post {
	background: #1E73BE;
}
.sym_post .post-content p {
	color: #fff;
}
.sym_post .post-meta, .sym_post .post-meta span {
	color: #fff !important;
}
.sym_post .more-link {
	color: #fff;
}

.blue-subhead h4 a {
	color: #1E73BE;
}

.weeks {
	font-weight: normal;
	text-transform: none !important;
}

@media (min-width: 960px) {
	.mission {
		min-height: 695px;
	}
}