/*
Theme Name: Flex Mag Child 3
Description: Flex Mag Child is the perfect combination of power and simplicity in a WordPress News & Magazine theme. Flex Mag Child does not require any coding knowledge and gives you the options and flexibility to put together the ultimate news site, but in a simple, straightforward way that doesn't overwhelm you. Flex Mag Child comes with a custom Fly-Out Navigation, custom scoreboard, auto-load posts, 4 different pre-set skins, 8 different Featured Posts options, 8 different article templates, 700+ Google Fonts, and so much more!
Author: MVP Themes
Author URI: http://themeforest.net/user/mvpthemes
Theme URI: http://themeforest.net/user/mvpthemes
Template: flex-mag
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: white, dark, light, responsive-layout, three-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
*/

@import url("../flex-mag/style.css");

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), 
       local('Roboto-Bold'), 
       url(http://themes.googleusercontent.com/static/fonts/roboto/v11/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) 
       format('woff');
} 

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #949494;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #949494;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #949494;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #949494;
}

body {
    background-color: #ededed !important;
}

.post-tags {
	margin-bottom: 10px;
}

p a, a, p a:visited {
	font-weight: normal;
}

blockquote {
	text-align: center;
}

blockquote p { 
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote p:before {
  content: open-quote;
}
blockquote p:after {
  content: close-quote;
}
blockquote p {
  display: inline;
}

#post-area .widget p:last-child {
	margin-bottom: 5px;
}

#post-area .widget div:last-child {
	margin-bottom: 10px;
}

#comments-button {
	margin-bottom: 20px;
}

iframe, embed, object, video {
	display: block;
	margin: 0 auto;
}

p.shup{
	display: none !important;
}

#foot-widget-wrap {
	text-align: center;
	margin: 25px 0 0;
}

#foot-widget-wrap .foot-widget {
	width: 100%;
	margin-bottom: 0px;
}

#foot-widget-wrap .left {
	float: none;
}

#foot-widget-wrap .relative  {
	position:inherit;
}

footer#foot-wrap {
    margin-top: 15px;
}

.logo_footer {
	max-width: 270px;
}

.widget_ns_mailchimp {
	margin-bottom: 10px;
}

.widget_ns_mailchimp .foot-head {
	color: #868887;
	margin-bottom: 5px;
	font-size: 0.9rem;
	font-family: Roboto;
}

.widget_ns_mailchimp .error {
	color:#F00;
}

.widget_ns_mailchimp input[type="text"] {
    height: 27px;
	margin-bottom: 2px;
	padding: 0 0 0 5px;
	width: 164px;
	border: none !important;
}

.widget_ns_mailchimp input[type="image"] {    
    width: 43px;
    margin-left: -6px;
    vertical-align: bottom;
}

.social_icon {
	display: inline-block;
	margin: 8px 3px 25px;

}

#ns_widget_mailchimp-3,
.foot-widget {
	margin-left: 0 !important;
}

.post-tags .post-tags-header {
	    margin-right: 0px;
}

.home .com-t {
	display: none;
}
.fb-icon, .tw-icon, .gp-icon, .rs-icon {
    width: 34px;
    height: 34px;
    margin-left: auto;
    margin-right: auto;
   list-style: none;
}

.fb-icon {
    background: url(images/fb.png) no-repeat center center;
}

.tw-icon {
    background: url(images/twitter.png) no-repeat center center;
}

.gp-icon {
    background: url(images/googleplus.png) no-repeat center center;
}

.rs-icon {
    background: url(images/rss.png) no-repeat center center;
}

.fb-icon:hover {
    background: url(images/fb-h.png) no-repeat center center;
}

.tw-icon:hover {
    background: url(images/twitter-h.png) no-repeat center center;
}

.gp-icon:hover {
    background: url(images/googleplus-h.png) no-repeat center center;
}

.rs-icon:hover {
    background: url(images/rss-h.png) no-repeat center center;
}

#grey-area {
	background:#ededed;
	width:100%;
	overflow:hidden;
}

#grey-main {
	margin:30px 0;
	text-align:center;
}

span.feat-caption, span.feat-caption a {
	color: #FFF !important;
}

.post-tags span,
.post-tags span a{
	color: #bbb;
}

.bmargin {
	margin-bottom: 3px;
}

.feat-info-views {
	display: none;
}

.single #content-area {
	padding-bottom: 7px;
}

#content-area.last-div {
	padding-bottom: 0px !important;
}

.fb_iframe_widget {
	height: 159px;
    overflow: hidden;
    display: block;
}