/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

	.gn-full {
    width: 100%;
    display: block;
    padding: 10px;
}
.wpcf7-form .group {
    float: none;
    margin: 0 auto !important;
    width: 100%;
    display: inline-block;
}

.wpcf7-form .right p.dealer-judul {
    padding-left: 21px;
}
.wpcf7-form label, .wpcf7-form .right p {
    color: #666;
    opacity: unset;
    margin: 0 auto;
    width: 100%;
    padding:0 10px 10px 10px;
    font-size:12px;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], textarea, select {
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 100%;
    margin-top:8px;
}
textarea {
    max-height: 90px;
}
input[type="submit"] {
    background-color: #444444;
    border-color: #424242;
    padding: 10px 30px;
    color:#fff;
}
.wpcf7-form input[type="checkbox"] {
    margin-left: -22px;
}
	.tribox_page .container{
		width:1140px;
		margin:0 auto;
	}
/* BLOG */
.sumber_title_heading{
    padding-top:25px;
    text-align:center;
}
.sumber_group_wrap{
    padding:30px 0;
}
.sumber_hr{
  border-top: 1px solid #ccc;
padding: 20px 15px;
}
.sumber_left_group,.sumber_right_group{
    float:left;
}
.sumber_left_group{
    width:30%;
}
.sumber_left_group h1{
    font-size: 30px;
    color: #d1d1d2;
    text-transform: capitalize;
	font-weight:400
}
.sumber_right_group{
    width:70%;
}
.sumber_right_group h2{
    font-size:18px;
    text-transform:capitalize;
    margin-bottom:15px;
}
.sumber_right_group h2 a{
    color: #404040;
}
.sumber_content{
    padding-bottom:20px;
    padding-left:15px;
}
.sumber_thumb_img{
    width:168px;
    height:94px;
    object-fit:cover;
    float:left;
    margin-right:15px;
}
.sumber_content .entry-meta{
    font-size:13px;
	color:#868686
}
.sumber_short_desc{
    padding:15px 0;
	font-size:14px
}
.sumber_read_more{
    padding-top:15px;
}
.tribox_page a,.tribox_page a:focus,.tribox_page a:hover{
	color:#fa8322;
	text-decoration:none
}

@media(min-width:1023px){
    .wpcf7-form .group .left {
    float: left;
    width: 50%;
}
.wpcf7-form .group .right {
    float: left;
    width: 50%;
}
.wpcf7-form input[type="checkbox"] {
    margin-top:10px;
    margin-bottom:28px;
}
}

@media(max-width:767px){
	.tribox_page .container {
    width: 100%;
    margin: 0 auto;
}
.sumber_left_group {
    display: none;
}
	.sumber_right_group {
    padding: 0 15px;
    width: 100%;
}
	.sumber_content {
    padding-left: 0px;
}
	.sumber_thumb_img {
    width: 100%;
    height: 200px;
    float: unset;
    margin-right: 0;
    margin-bottom: 15px;
}
}