/*
Theme name: Sisustusarkkitehti Maarit Hiltunen
Theme URI: http://maarithiltunen.tomefrati.com
Description: This is a child theme of Divi
Author: Tom Efrati
Author URI: http://myyntimaatio.fi
Template: Divi
Version: 1.0
*/

/* FONTS */

h1 {
    font-weight: light !important;
    text-transform: uppercase !important;
}


/* RESPONSIVE */

/* Mobile menu */
span.mobile_menu_bar:before{
	color:#1e1e1e;
  }

  .et_mobile_menu {
    border-top: 3px solid #008080;
  }

  .mobile_nav .current-menu-ancestor>a, .mobile_nav .current-menu-item>a {
    color: #008080!important;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 
	.mh-footer-heading {
		margin-top: 80px !important;
	}

	.mh-portfolio-item-heading {
		margin-bottom: 0px !important;
		margin-top: 0px !important;
	}

}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
	.wpcf7-text {
		width: 100% !important;
		max-width: 400px !important;

	}
	
	.wpcf7-textarea {
		width: 100% !important;
		max-width: 400px !important;
	}
}

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


/* Contact form styles */
.wpcf7-text {
	height: 42px !important;
	background-color: #efefef !important;
	border-radius: 3px !important;
	padding: 10px !important;
	border-color: #efefef !important;
	font-size: 18px;
}

.wpcf7-textarea {
	background-color: #efefef !important;
	border-radius: 3px !important;
	padding: 10px !important;
	border-color: #efefef !important;
	font-size: 18px !important;
}

.wpcf7-submit {
	border-radius: 3px !important;
	background-color: #ffffff !important;
	padding: 10px !important;
	border: 2px solid #008080 !important;
	font-size: 18px !important;
	color: #008080 !important;
	transition: 0.2s !important;
	cursor:pointer;
}

.wpcf7-submit:hover {
	background-color: #008080 !important;
	color: #ffffff !important;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

/* BUTTONS */

.et_pb_button_module_wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
}