﻿/*
/*
Theme Name: Untold Temple Law
Template:   safreen
Theme URI:
Author: Isaac Samuel
Author URI: https://www.justbemac.com
License: GNU General Public License, v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: untold
Domain Path: /languages/

Description: Untold Theme with Temple-specfic tweaks.
Version: 1.0.0

Tags:  featured-images, threaded-comments,blog,photography

untold WordPress Theme, Copyright 2016 imonthemes.com
untold is distributed under the terms of the GNU GPL

/*---------------------------------------
NEWS
-----------------------------------------*/

.widgets-post-advance{background: #FFF none repeat scroll 0% 0%;}
.widgets-post-advance .post_warp{float:left !important; margin-bottom:5%;}

.single_latest_news{
	overflow:hidden;
	position:relative;
	margin-bottom:8%;}

.latest_news_image{
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	padding-bottom: 5%;
}
.latest_news_image img{
    width: 100%;
}

.single_latest_news:hover .latest_news_image{
    opacity: .7;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.latest_news_desc h2{
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    margin-bottom: 5px;
}
.latest_news_desc h2 a{
    text-decoration: none;
    color: #333;
}
.latest_news_desc h4{
    color: #585858;
    font-size: 10px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 40px;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.latest_news_desc h4 a{
    color: #585858;
    text-decoration: none;
}
.latest_news_desc p{
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #585858;
    margin-top: 20px;
    margin-bottom: 30px;
	word-wrap: break-word;
}
.read_more, .read_more:active, .read_more:focus, .read_more:visited{
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 1px solid rgba(0,0,0,.2);
    padding: 7px 15px;
}
.read_more:hover{
    text-decoration: none;
    color: #fff;
    background-color: #333;
    border-color: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#respond {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff;
    margin-left: 10px;
    margin-top: 20px;
	float:left;
}

.lay1{background-color:#FFF;
width: 100%;
float: left;
padding-top: 40px;
margin-top:0px;}


/* Footer adjustments */

#footer {
    background-color: #222222;
    width: 100%;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.widgets {
    background-color: #222222 !important;
    display: inline-block;
    margin: 0 auto;
}

.widgets div {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.widgets div img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5em;
}


#copyright {
    background-color: #222222;
    text-align: center;
}

.copytext {
    width: 100%;
}



/* Footer Nav Menu */
#menu-footer {
    width: 100%;
    text-align: center;
    float: none;
    background-color: #222 !important;
    list-style: none;
}


#menu-footer li {
    display: inline-block !important;
}


#menu-footer li:after {
    display: inline-block !important;
    content: "•";
    margin-left: 10px;
}


#menu-footer li a {
    font-size: 16px;
}

#menu-footer li:last-child:after {
    content: ""
}


#menu-footer li:first-child {
    margin-left: 0;
}

#menu-footer li:last-child {
    margin-right: 0;
}

#menu-footer li a {
    display: inline-block;
    padding: 20px !important;
    color: #e9e9e9;
}

#menu-footer li a:hover,
#menu-footer li a:focus {
    color: #f1c40f !important;
}
