/*
Theme Name: Porto
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive Wordpress Multi Purpose + eCommerce Theme.
Version: 7.3.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: woocommerce, business, corporate, e-commerce, blog, news, education, food-and-drink, portfolio, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-styles, custom-background, custom-colors, custom-header, custom-logo, footer-widgets, template-editing, grid-layout, one-column, wide-blocks
Text Domain: porto
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css);
.bypostauthor { display: block; }
textarea{
	resize:none!important;
}
label,input,textarea,select{
	width:100%!important;
} 
.page-children-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 sütun varsayılan */
    gap: 20px;
    margin-top: 20px;
}

.page-children-grid .grid-item {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
 
/* Ekran boyutu 1024px'den küçük olduğunda 2 sütuna geçiş */
@media (max-width: 1024px) {
    .page-children-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 sütun */
    }
}

/* Ekran boyutu 768px'den küçük olduğunda 1 sütuna geçiş */
@media (max-width: 768px) {
    .page-children-grid {
        grid-template-columns: 1fr; /* 1 sütun */
    }
}


.page-children-grid .grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-children-grid .grid-item img {
    max-width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.page-children-grid .grid-item h3 {
    font-size: 18px;
    margin: 10px 0;
    color: #333;
    text-decoration: none;
}

.page-children-grid .grid-item a {
    text-decoration: none;
    color: inherit;
}
 
#header .main-menu{
    display: flex;
    justify-content: space-around;
}
.header-top{
	font-size:15px!important
}
@media (max-width: 767px) {
    #header:not(.header-builder) .gap, #header:not(.header-builder) .header-top, #header:not(.header-builder) .switcher-wrap {
        display: block!important;
    }
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
