/*
Theme Name:   Flex Mag Child
Theme URI:    https://themeforest.net/user/mvpthemes/
Description:  Flex Mag Child Theme
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     flex-mag
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  flex-mag-child
*/

body {
    background-color: #eeeeee;
}
.fly-but-wrap{
  background: #cc0000 !important;
}
.feat-icons{
  position: absolute;
  top:10px;
  left:10px;
  color:#fff;
}
.feat-icons i{
  display: inline-block;
  padding:5px;
}
.archive-list-in .feat-icons{
  float:left;
  margin-top:-2px;
}

#wallpaper_new{
  display: block;
    position: absolute;
    top: 50px;
    width: 100%;
    height: 100%;
}

.archive-list-in .cs_overtitle,
.side-list-cat{
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  color:#cc0000;
   text-overflow: ellipsis;
   max-height: 20px;       /* fallback */
   max-width:80%;
   padding-top:3px;
}

.archive-list-in .cs_overtitle.fa_video:after,
.side-list-cat.fa_video:after{
  display: inline-block;
  font-family: 'fontawesome';
  content:"\f03d";
  padding-left:5px;
}
.archive-list-in .cs_overtitle.fa_gallery:after,
.side-list-cat.fa_gallery:after{
  display: inline-block;
  font-family: 'fontawesome';
  content:"\f030";
  padding-left:5px;
}


.row-widget-text .feat-icons{
  background:#fff;
  top:-7px;
  right:-4px;
  left:auto;
  color:#333;
  font-size:12px;
}
.blog-widget-text .feat-icons{
  right:0;
  top:-10px;
  left:auto;
  color:#000;
}
.feat-wide5-main  .feat-icons{
  left:auto;
  right:10px;
}


ul.foot-soc-list{
  width:auto;
  float:right;
}

.cf{
  display: block;
  padding:0;
}
.cf .item{
  display: block;
  padding:15px 0;
}
.cf .item input[type="email"],
.cf .item input[type="text"],
.cf .item textarea{
  display: block;
  width:calc(100% - 20px);
  padding:10px;
  border:1px solid transparent;
  background: #ddd;
}
.cf .item input[type="email"]:focus,
.cf .item input[type="text"]:focus,
.cf .item textarea:focus{
  border-color:#333;
  background: #fff;
  outline: none;
}
.cf .item textarea{
  min-height: 200px;
  font-family: Arial;
}
.cf .item input[type="submit"]{
  display: inline-block;
  padding:10px 40px;
  border:none;
  background: #e5192c;
  color:#fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}
.cf .item input[type="submit"]:hover{
  background: #333;
  cursor: pointer;
}
.cf .item input[type="submit"]:focus{
  background: #222;
  outline: none;
}
@media screen and (max-width: 1249px) and (min-width: 1100px){
  .cf{
    padding:0;
  }
}


.cs_date{
  display: block;
  font-size:11px;
  color:#aaa;
  margin:5px 0;
  float: left;
}



#home-mid-wrap{
  padding-top:0;
}

p.strong{
  font-weight: 700 !important;
}

.blog-widget-wrap{
  width:auto;
}

p.cs_overtitle{
color:#cc0000;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: .65rem;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 6px;
    text-transform: uppercase;
    width: 100%;
}
#feat-top-wrap p.cs_overtitle{
  color: #fff;
}

.border-top{
  border-top:1px solid #ddd;
  margin-top:15px;
  display: block;
  width:100%;
  float:left;
}

.feat-info-views, .feat-info-comm{
  font-size:12px;
  line-height: 16px;
}
.feat-info-views i, .feat-info-comm i{
  font-size:16px;
  padding-left:5px;
}

.blog-widget-text h2,
.feat-widget-text h2,
.row-widget-text p,
span.side-list-cat, .archive-list-in .cs_overtitle, .side-list-cat,
.side-list-text p,
.archive-list-text h2{
  font-weight: 600 !important;
}



span.live{
  padding-right:10px;
  color:#e5192c;
  font-weight: 400;
}
span.live i{
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
  -ms-animation: pulse 2s infinite;
}
h1 span.live i,
h2 span.live i{
  margin-right:-7px;
  font-size:90%;
}
.blog-widget-list h2 span.live i,
.side-pop-wrap h2 span.live i,
.feat-top2-right-wrap h1 span.live i,
.feat-top2-right-wrap h2 span.live i{
  margin-right:-2px;
  font-size:90%;
}
@keyframes pulse {
  0% {
    opacity:0;
  }
  50% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}


@media(max-width:575px){
  #home-feat-text h2.stand-title, .feat-top2-left-text h2.stand-title, .feat-wide1-text h2.stand-title {
    font-size: 1.3rem;
    line-height: 100%;
    text-transform: none;
  }
}

.side-title-wrap, .home-title-wrap{
  margin-bottom:0;
}
h3.side-list-title{
  background: #fff;
  position: relative;
  padding:7px;
  margin-bottom:0px;
  font-size: 13px;
}
h3.side-list-title:after{
  display: block;
  content: "";
  position: absolute;
  top:0;
  left:100%;
  border-top: 29px solid transparent;
  border-right: 26px solid transparent;
  border-left: 22px solid #fff;
}
.home-left-col h3.side-list-title{
  height:10px;
  background: none;
}
.home-left-col h3.side-list-title:after{
  display: none;
}


h4.sigle-overtitle{
  display: block;
  margin-bottom:0px !important;
  margin-top: 20px !important;
}

.home-feat-main.half{
  width:calc(50% - 1px);
  margin-right:1px;
}
.home-feat-main.half:last-child{
  width:calc(50% - 1px);
  margin-left:1px;
  margin-right: 0;
}
.home-feat-main.half #home-feat-img{
  max-height:500px;
}
.home-feat-main.half #home-feat-text h2.stand-title{
  font-size: 28px;
}

body.single .gallery{
  display: none !important;
}

.feat-widget-in{
  background:#fff;
  margin-top:-16px;
}

.cs1 .cs_overtitle{
  font-size: 12px !important;
}
.cs1 .post-head-cat{
  position: absolute;
  top:15px;
  left:15px;
}
.cs1 h2.stand-title{
  font-size: 16px !important;
}
.cs1 #home-feat-text{
  padding-bottom: 20px;
}

@media(max-width:767px){
}
@media(max-width:420px){
  .home-feat-main.half,
  .home-feat-main.half:last-child{
    width:100%;
  }
  .home-feat-main.half:last-child{
    margin-left: 0px;
    margin-top:4px;
  }
}


.side-list-text .side-list-cat{
  display: none;
}
@media(max-width:420px){
  .side-list-text .side-list-cat{
    display: block;
  }
}


h1 span.live i, h2 span.live i{
  margin-right:2px;
}


.fakttest{
  background: #201c1d;
}
.fakttest p{
  color:#fff !important;
}
.fakttest .top-title{
  display: block;
  height:70px;
  margin:10px 20px;
  position: relative;
  background: url('images/fakttest2.svg') left center no-repeat;
  background-size: auto 100%;
}
.fakttest li:hover p,
.fakttest li:hover .row-widget-text p{
  color:#fff !important;
}

.foot-logo{
  opacity:0.5;
}


#archive-list-wrap{
  padding-top:25px !important;
}

.side-list-title.color{
  padding-left:0;
  padding-bottom:15px;
}
.side-list-title.color:before,
.home-feat-title.color:before{
  display: inline-block;
  content: "\f268";
  font-family: 'fontawesome';
  margin-right:4px;
}


hr{
  display: block;
  margin: 20px 0 !important;
  border-top: 1px solid #ddd;
  overflow: visible !important;
  float: none !important;
  background: #000 !important;
  padding: 0 !important;
  opacity: 1 !important;
}

.foot-widget:last-child{
  width: 59.534662868%;
}
.foot-widget:last-child .foot-soc{
  margin-top:-20px;
}
.foot-widget:first-child .foot-soc{
  display: none !important;
}
.foot-widget:first-child{
  margin-bottom: 0 !important;
}
@media(max-width:1100px){
  .foot-widget:last-child{
    width: 65.534662868%;
  }
  .foot-widget:first-child{
    width: 25.534662868%;
  }
}
@media(max-width:768px){
  .foot-widget:last-child,
  .foot-widget:first-child{
    width: 100%;
    text-align: center;
  }
  .foot-widget:last-child .foot-soc{
    margin-top:0px;
    text-align: center;
  }
  ul.foot-soc-list{
    margin:0 auto;
    float:none;
  }
  ul.foot-soc-list li{
    display: inline-block;
    float:none;
  }
}


span.side-list-cat,.archive-list-in .cs_overtitle, .side-list-cat{
color:#cc0000;
}


#home-mid-wrap .widget-ad{
  background: #fff;
  padding:10px 0;
}
#fokus_ba__fiksni_2{
  margin-bottom:20px;
}
@media(max-width:600px){
  #fokus_ba__fiksni_2{
    margin-bottom:30px;
  }
}
.post-head-cat.blue{
  background-color: #0000cc !important;
}
.post-head-cat.gray{
  background-color: #aaa !important;
}

ul.col-tabs li a{
  color:#000;
}

@media(max-width:1100px){
  #home-mid-wrap .feat-title-wrap{
    display: block !important;
  }
  #home-feat-text h2.stand-title{
    margin-bottom:25px;
  }
}
@media(max-width:600px){
  #feat-top-wrap .feat-wide5-main{
    height:150px !important;
  }
}


#foot-bot{
  margin:20px 0;
}
.foot-menu{
  float:none;
  text-align: center;
  border-bottom:1px solid rgba(0,0,0,0.2);
  width:100%;
  max-width: 100%;
  min-height:20px;
  margin-top:20px;
  padding-bottom:15px;
}
.foot-menu > div{
  width:100%;
}
.foot-menu .menu{
  text-align: center;
}
.foot-menu .menu li{
  float: none;
  display: inline-block;
}
.foot-copy{
  float:left !important;
  width:49% !important;
}
.foot-soc{
  float:right !important;
  width:49% !important;
}
ul.foot-soc-list{
  float:right !important;
}

@media(max-width:600px){
  .foot-menu{
    height:60px;
    margin-bottom:0 !important;
    padding-bottom: 10px !important;
  }
  .foot-copy,
  .foot-soc{
    float:none !important;
    width:100% !important;
    text-align: center;
  }
  .foot-copy{
    padding-bottom: 5px;
  }
  ul.foot-soc-list{
    float:none !important;
    margin-top:20px;
    margin-bottom:30px;
  }
  .foot-menu .menu li{
    margin-left: 0;
  }
  .foot-menu .menu li a{
    padding:0 5px;
  }
  .foot-menu .menu li:last-child{
    display: block;
    text-align: center;
    margin-top:10px;
    margin-bottom:10px;
  }
  .foot-menu .menu li:last-child a{
    font-size: 20px;

  }
  #home-feat-wrap:last-child{
    margin-bottom:0px !important;
  }
  #sidebar-wrap .feat-widget-wrap{
    padding-left:14px !important;
    padding-right:14px !important;
  }
}

#fly-wrap{
  z-index: 9 !important;
}

.post-tags a{
  display: inline-block;
  padding:4px 8px;
  font-weight: 400;
  border:1px solid #cc0000;
  margin-right:2px;
  margin-bottom:2px;
  text-transform: none;
}
.post-tags a:hover{
  background: #cc0000;
  color:#fff;
}

#disqus_thread{
  display: block !important;
}

.social-sharing-bot{
  text-align: left;
}


.social-sharing-top,
.social-sharing-bot{
  display: block;
  padding:10px 40px;
  text-align: left;
  margin-left:-42px;
  margin-right: 31px;
      width: calc(100% - 38px);
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,ffffff+100 */
    background: rgb(221,221,221); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(221,221,221,1) 10%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(221,221,221,1) 10%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(221,221,221,1) 10%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  position: relative;
}
.social-sharing-top:before,
.social-sharing-bot:before{
  position: absolute;
  bottom:-20px;
  left:0;
  content: "";
  border-top:10px solid #999;
  border-left:10px solid transparent;
  border-bottom:10px solid transparent;
}

article#post-area{
  overflow: visible;
}

#body-main-cont{
  background-color: #eee;
}

h1.cat-head{
  background: #fff;
  font-size:18px;
  padding:13px 15px 0 20px !important;
  width:auto !important;
  margin:0 !important;
  position: relative;
}
h1.cat-head:after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-top: 32px solid transparent;
  border-right: 29px solid transparent;
  border-left: 25px solid #fff;
}


element.style {
}
.fly-to-top i, span.to-top-text {
    color: #fff;
}
.fly-to-top i {
    top: 3px;
}


#fokus_ba__article_break,
#fokus_ba__article_break_1{
  padding:10px 0;
  margin:10px 0;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
}
.fakttest ul.row-widget-list li:hover .row-widget-text p{
  color:#fff !important;
}


#post-sidebar-wrap{
  display: none !important;
  width:120px;
}
.post-cont-in{
  margin-right:0px;
}

.fakttest span.side-list-cat,
.fakttest .archive-list-in .cs_overtitle,
.fakttest .side-list-cat{
  color:#ccc !important;
}


.with-author-img{
  display: block;
  width:100%;
}
.with-author-img:after{
  display: block;
  clear: both;
  content: "";
}
.author-img{
  float:left;
  width:calc(20% - 15px);
  padding-right:15px;
}
.author-img img{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}
.move-title{
  float:left;
  width:80%;
}
.move-title h4{
  margin-top:17px !important;
}
@media(max-width:575px){
  .author-img{
    float:left;
    width:calc(25% - 15px);
    padding-right:10px;
  }
  .move-title{
    float:left;
    width:75%;
  }
}

#post-header span.post-head-cat{
  min-width: calc(19% - 15px);
  text-align: center;
  padding-left:0;
  padding-right:0;
}
@media screen and (max-width: 1099px) and (min-width: 1004px){
  #post-header span.post-head-cat{
    min-width: calc(20% - 15px);
  }
}
@media screen and (max-width: 1003px) and (min-width: 900px){
  #post-header span.post-head-cat{
    min-width: calc(20% - 15px);
  }
}
@media screen and (max-width: 767px) and (min-width: 660px){
  #post-header span.post-head-cat{
    min-width: calc(20% - 15px);
  }
}
@media screen and (max-width: 599px) and (min-width: 480px){
  #post-header span.post-head-cat{
    min-width: calc(20% - 15px);
  }
}
@media(max-width:575px){
  #post-header span.post-head-cat{
    min-width: calc(25% - 15px);
    padding-left:15px;
    padding-right:15px;
  }
}


#home-feat-img .feat-icons{
  left:auto;right:10px;
}


@media(max-width:680px){
  #article_bottom_left{
    width:49%;
    margin-right:1%;
  }
  #article_bottom_right{
    width:49%;
  }
}

.prev-next-text a, .prev-next-text a:visited, .prev-next-text a:hover {
    background: #cc0000 !important;
}

#body-main-wrap{
	z-index:9;
}

a#outerWrap{
	z-index:0 !important;
}


#post-main-wrap{
  width: 1070px;
    margin-left: 0px;
}
@media(max-width:1366px){
  body.single #body-main-wrap {
		width: 1070px;
    margin: 0 auto !important;
    float: none;
	}
  #post-main-wrap{
    margin-left: 0px;
  }
  body.single .body-main-in,
  body.single .body-main-out{
    margin-left:0;
  }
  body.single .body-main-out{
    right: 0;
  }
}
@media(max-width:1003px){
  #post-main-wrap{
    width: 100%;
  }
  body.single #body-main-wrap {
		width: 100%;
    margin: 0 auto !important;
    float: none;
	}
}
@media (max-width: 600px){
  body.single .feat-widget-in{
  }
}

#home-mid-wrap .widget-ad{
  margin-top:0;
  margin-bottom:0;
  padding:0;
}
#home-mid-wrap .widget-ad > *{
  margin-top:0;
  margin-bottom:20px;
}

.feat-widget-in,
.feat-widget-wrap,
.feat-widget-text{
  background: transparent;
}


/*** END ***/
