/**
 *
 * -------------------------------------------
 * Custom CSS changes
 * -------------------------------------------
 *
 **/

 /* Here you can put your CSS modifications using the Child Theme */
.navigation-post-links{
	width: 100%;
	background: #ABA99D;
}

@media (min-width:665px) and ( max-width: 1030px) {
  .navigation-post.right{
    margin-left: 4%!important;
  }
  .navigation-post-links .content-navigator{
  	    padding-right: 30px!important;
  }

  .entry-title-wrap{
  	top: 230px;
  }
}


.single-post .navigation-post a {
    background: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 1em;
    font-weight: 600;
    text-transform: none;
    vertical-align: top;
}

.navigation-post-links .content-navigator{
	width: 49%;
	display: inline-block;
	padding: 30px 0px;
}

.navigation-post-links .content-navigator.left{
	border-right: 2px dashed rgba(255,255,255, 0.5);
}

.navigation-post-links .left a{
	margin-right: 30px;
	vertical-align: top;
}
.navigation-post-links .right a{
	text-align: right;
	margin-left: 10px;
	vertical-align: top;
}

.navigation-post-links .title{
	display: inline-block;
	width: 80%;
	vertical-align: top;
}


.navigation-post-links .subtitle.rights {
	float: right;
	margin:0px 0px 5px 0px;
	display: block;
}

.subtitle{
    color: #fff;
    font-size: 0.7em;
    margin: 0px 40px;
    font-weight: 600;
    vertical-align: top;
}

.single-post .navigation-post a i{
	color: #fff;
	display: inline-block;
	font-size: 4em;
	margin: 0px 5px;
	padding: 0px;
	vertical-align: top;
}
.navigation-post.right{
	margin-left: 18%;
    width: 98%;
    display: inline-block;
    text-align: right;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    #gk-footer .site .gk-cols .widget-1:last-child{
        width: 32% !important;
    }

    #gk-footer .site .gk-cols .widget-1:last-child .copyright-footer{
        position: initial;
        width: auto;
    }
}