/*
 Theme Name: Divi Child
 Theme URI: http://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme
 Author: Elegant Themes
 Author URI: http://www.elegantthemes.com
 Template:     Divi
 Version: 3.0.90
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 License: GNU General Public License v2
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  Divi-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */


/*--------------------------------------------------------------
# FONT
--------------------------------------------------------------*/

@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/Divi-child/assets/fonts/Roboto.ttf') format('truetype');
}


/*--------------------------------------------------------------
# CUSTOM
--------------------------------------------------------------*/

body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4em;
    font-family: 'Roboto', sans-serif;
}

.et_pb_image .et_pb_image_wrap, .et_pb_image .et_pb_image_wrap img {
	width: 100%;
}

.table {
	border: 0px !important;
}

.table td {
	border-top: 0 !important;
    padding: 2px 0px !important;
}

.grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.et_contact_bottom_container {
	float: unset !important;
	padding-left: 3% !important; 
	margin-top: 0 !important;
}

.et_contact_bottom_container .et_pb_contact_submit {
	width: calc(100% - 120px) !important;
  	margin-left: auto !important;
	border: 0 !important;
}

.et_pb_toggle h5.et_pb_toggle_title {
	padding: 0 0 0 20px;
}

.et_pb_toggle .et_pb_toggle_title::before {
	right: auto !important;
	left: -7px;
	display: block !important;
}

/*----------------------------------------------------
# MOBIL 
------------------------------------------------------*/

@media all and (max-width: 980px) {

}


@media all and (max-width: 768px) {
	.grid-2 {
		grid-template-columns: 1fr;
	}
}