/*
@Template Name: Newedge Magazine News Template
@Version: 1.0
@author themeum www.themeum.com
@copyright Copyright (c) 2016 themeum
@license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/


/* ************** 	START TYPOGRAPHY 	******************* */
/* ******************************************************** */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@import url('../theme.php');

/*footer div
{
	border:1px solid;
}*/

footer ul
{
	list-style-type:none;
}

footer{
	margin-top: 150px;
}


.footer-wrapper{
	background-color: #f1f1f1;
    color: #000;
    margin: 50px 0 -50px 0;
}
.bottom-menu .menu li a{font-size: 15px;  }


.sociall{  width: 100%; float: left; margin-top:50px;}
.sociall div a i{ font-size:16px;}
.sociall hr{margin-top: 0px;  margin-bottom: 20px;  border: 0; border-top: 1px solid #cecccc;}
.sociall h3{text-transform: none; font-size: 20px;  margin-bottom: 15px; color: #af2828; font-weight: 600;}

.emailid{  width: 100%; float: left;}
.emailid hr{margin-top: 0px;  margin-bottom: 20px;  border: 0; border-top: 1px solid #cecccc;}
.emailid h3{text-transform: none; font-size: 20px;  margin-bottom: 15px; color: #af2828; font-weight: 600;}
.emailid div p{ color: #000; font-size: 15px; line-height: 25px;}
.emailid div p font a{ color: #000; font-size: 15px; line-height: 25px;}
.emailid div p font{ color: #000; font-size: 15px; line-height: 25px;}
.sociall .fa-facebook { color: #fff; background: #1175b1; width:30px; height:30px; text-align: center;line-height: 30px;}
.sociall .fa-twitter { color: #fff; background: #0fa4bb; width:30px; height:30px; text-align: center;line-height: 30px;}
.sociall .fa-google-plus { color: #fff; background: #d01717; width:30px; height:30px; text-align: center;line-height: 30px;}
.sociall .fa-pinterest { color: #fff; background: #c30000; width:30px; height:30px; text-align: center;line-height: 30px;}
.sociall .fa-tumblr { color: #fff; background: #33506c; width:30px; height:30px; text-align: center;line-height: 30px;}

.adrs p i{color: #af2828; font-size: 16px;}
.adrs p span{ font-size: 15px; float: left; width: 90%;}
footer p strong{ font-size:16px; margin-bottom:10px;}
.adrs{ width: 100%; float:left; margin-bottom:15px;} 
footer  .adrs p{ font-size:15px; line-height:25px; }
footer  .adrs p i{font-size: 18px; color: #af2828;float: left; width: 3%; margin-top: 5px;margin-right: 10px;}
footer .footer-wrapper >.container{
	background-image:url(../img/bottom-bg.png);
	
    background-size: cover;
    padding: 30px 0 30px 50px;
    position: relative;
    top: -50px;
}

footer .container
{
	background:inherit;
	box-shadow:none;
}


#bottom1{
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}


footer .title{
	    text-transform: none;
    font-size: 20px;
    margin-bottom: 30px;
    color: #af2828;
    font-weight: 600;
}


footer .menu>li{
	margin-bottom: 10px;
}


footer p{
	color: #000;
}


.ads-content h5, h4, p {
    margin: 2px;
}

footer a,
footer p{
	color: #000; font-size:13px;
}

.social-wrapper{
	margin-left: 50px;
}


.social-icons >li{
	margin-bottom: 10px;
}

.social-icons >li a i{
	margin-right: 0px;
    width: 15px;
    height: 15px;
}


.copyright-wrapper{
	background: #f1f1f1;
    font-size: 12px;
    line-height: 20px;
	padding: 30px 0;
}

.copyright-wrapper p{
	font-size: 15px; text-align: center;
}
.copyright-wrapper p a{font-size: 15px;}

.footer-logo{
	margin-bottom: 30px;
}

.offcanvas-menu {
  width: 320px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -320px;
  color: #fff;
  z-index: 99999;
  overflow-y: scroll;
  -webkit-transition: right .35s;
  transition: right .35s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}

.offcanvas-menu .offcanvas-inner {
  padding: 20px;
}

.offcanvas-menu .offcanvas-inner :first-child {
  margin-top: 0;
}

.offcanvas-menu .offcanvas-inner .title{
	text-transform: uppercase;
	font-size: 16px;
}

.offcanvas-menu .offcanvas-inner .search {
  margin-top: 40px;
}

.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.offcanvas-menu .offcanvas-inner > ul {
  margin: 20px -20px;
}

.offcanvas-menu .offcanvas-inner  ul > li {
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.offcanvas-menu .offcanvas-inner  ul > li a {
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  display: block;
}


.offcanvas-menu .offcanvas-inner  ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  cursor: pointer;
}


.offcanvas-menu .offcanvas-inner  ul > li .offcanvas-menu-toggler.collapsed .fa-plus {
  display: inline;
}

.offcanvas-menu .offcanvas-inner  ul > li .offcanvas-menu-toggler .fa-plus {
  display: none;
}

.offcanvas-menu .offcanvas-inner  ul > li .offcanvas-menu-toggler.collapsed .fa-minus {
  display: none;
}

.offcanvas-menu .offcanvas-inner  ul > li .offcanvas-menu-toggler .fa-minus {
  display: inline;
}

.offcanvas-menu .offcanvas-inner  ul > li ul {
  background: rgba(0, 0, 0, 0.1);
}

.offcanvas-menu .offcanvas-inner  ul > li ul>li:last-child{
	border-bottom: none;
}



