/*
*Theme Name:     PatioTime Child Theme
*Theme URI: 	 https://patiotime.loftocean.com/
*Description:    PatioTime child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       patiotime
*Text Domain: 	 patiotime-child
*Version:        1.0
*/

 /** Add your styles below **/

.menu-section h2 {
    margin-bottom: 10px;
}

.menu-section table {
    border: none !important;
    margin-bottom: 0px;
}
.menu-section table th, .menu-section table td {
    border: none !important;
    padding: 12px 0px;
    font-size: 20px;
    border-bottom: 1px solid #efefef !important;
    font-weight: 600;
    text-align: left;
}

.menu-section table th {
    text-align: right;
    font-weight: 400;
}

.footer a:hover {
    color: white !important;
}

.iba-mobil {
    display: none;
}

@media (max-width: 768px) {
    .iba-mobil {
        display: block;
    }
}

.menu-section {

}

.overlap-header ~ .site-content .page-title-section .container {
	margin-top: 0px;
}

@media screen and (min-width: 1025px) {
    .page-title-section.page-title-large {
   		    padding: 280px 0px 180px 0px;
    }
    .page-title-section.page-title-large .entry-title {
    	text-transform: uppercase;
    }
}