
/*	  
Theme Name: GK Tmuniya
Theme URI: https://www.gavick.com/wordpress-themes/portfolio,174.html
Description: Tmuniya - GK Portfolio Child Theme by TOM G
License: GNU GPL v.2.0
License URI: LICENSE.txt
Version: 1.5.3
Author: GavickPro
Author URI: http://www.gavick.com
Template: gk-portfolio
.
*/

/* Import parent template styles */ 
@import url(../gk-portfolio/style.css);


/* Custom style below */

.site-title {
    font-size: 48px;
    line-height: 82px;
}
.site-description {

    font-size: 24px;
    
}

.nav-menu li a {
    font-size: 16px;
    line-height: 32px;
}




/* RTL */


.site-content.archive article {
    float: right;
}


.single .entry-content,
.page .entry-content {
    text-align: right;
}

.paging-navigation .nav-previous a::after, 
.paging-navigation .nav-next a::before {
    left: auto;
    right: 11px;
    top: 5px;
}

#gk-footer .widget-area {
    text-align: right;
}


.comments-title > span, .comment-reply-title > span {
    float: right;
}


.comment-form [for="author"], 
.comment-form [for="email"], 
.comment-form [for="url"], 
.comment-form [for="comment"] {
    float: right;
}

input[type="checkbox"] {
    height: auto;
}

#content .categories-links:first-child {
    padding-right: 0;
    padding-left: 12px;
}



