/*
Theme Name:   Newsophy Child
Theme URI:    http://3styler.in/themes/newsophy/
Author:       3Styler
Author URI:   http://3styler.in/
Description:  Child theme, based on Newsophy
Template:     newsophy

*/

/* Add your custom code just below */
.site-footer {
    color: #000000;
}
.post-content {
  padding-right: 1% !important;
  font-size: 14px !important;
  text-align: justify !important;
}

.row {
    max-width: 1464px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 1.75rem;
    padding-top: 3.75rem;
}

.footer-sidebar .widget {
    font-size: 1rem;
}

.row .column, .row .columns {
    flex: 1 1 0px;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    margin-top:3.75rem;
}

.row .column:not(:first-child):not(:last-child){
  border-right: solid 1px #6eb81a;
  border-left:solid 1px #6eb81a;
}

.row .column .menu li a {
    line-height: inherit;
    float: left;
    position: relative;
    text-align: left;
    padding-top: 5px;
    text-decoration:none;
}

.row .column .menu li a, .row .column .menu li a:visited, .row .column .menu li a:active {
    color: black!important;
}

.row .column .menu li {
    text-align: right;
    color: #000;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    width: 100%;
    padding-right: 2px;
    clear: both;
}


.row .column .menu > li:first-child a {
    padding-top: 0;
}

.row .column .menu ul {
    list-style: none;
    padding-left: 0;
}

footer ul, footer ol {
    margin: 0;
    padding: 0;
}

.footer-title {
    margin-bottom:10px;
    border-bottom: 1px solid #6eb81a;
    width: 100%;
}

.footer-title h4{
  margin:0 0 10px 0;
  padding:0;
  color: #6eb81a;
}



.site-info{
  width:100%;
  text-align:center;
}