/*
Theme Name: Newspaper X
Theme URI: https://colorlib.com/wp/themes/newspaper-x/
Author: Colorlib
Author URI: https://colorlib.com
Description: When it comes to WordPress themes for magazines, users have certain expectations. The perfect theme should be fast, easy to customize, secure, and eye-grabbing. Clean but dazzling, Newspaper X meets even the highest demands. If you were looking for a news theme to help you create a unique and recognizable brand image, look no more.

Newspaper X is a modern and polished WordPress magazine theme that will bring your site to the next level. Designed to help you showcase your content in an elegant manner, Newspaper X has all the features you need to impress your audience and keep them coming back for more. It was developed mainly for WordPress users who run a magazine-like website and it is optimized to provide a flawless experience for visitors.

While there is no shortage of WordPress themes for magazines out there, Newspaper X stands out from the crowd due to its awesome functionality. It’s a perfect fit for WordPress enthusiasts running a news portal, celebrity gossip site, collective blog – basically any online publication that shares massive amounts of content on a regular basis. This newspaper theme is responsive, compatible with most browsers, and comes with a plethora of features that will make publishing a breeze.
Version: 1.2.9
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: newspaper-x
Tags: two-columns, right-sidebar, custom-background, custom-menu, featured-images, sticky-post, threaded-comments, translation-ready
*/

#site-navigation a {
    font-size: 15.5px !important;
    font-family: "Nunito Sans", sans-serif;
    line-height: 26px;
    padding-bottom: 10px;
    position: relative;
    color: #0a396d !important;
    display: inline-block;
        font-weight: bold !important;
} 
.page-id-147 .btn{
  font-size: 16px !important;
}
#primary-menu{
  background: #fff !important;
}
.prix{
	    color: #fd001f;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none !important;
}
.details{
	padding: 10px 10px;
}
.card.card-block.marginTop {
    border: 1px solid #c0c0c3;
    border-radius: 3px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
	.logo{
		width: auto !important;
    margin: 0px !important;
    padding: 7px !important;
	}
}
body{
	overflow-x: hidden;
}

.widget_photo_content {
  position: relative;
  overflow: hidden;
  margin: 20px 0 0 0;
  border-radius: 4px;
}

.widget_photo_content ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}
.widget_photo_content li a img{
	width: 100% !important;
}
.widget_photo_content ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
.wpcf7-form br{
    display:none;
}
.wpcf7-form input{
    margin:9px 0px;
    padding:10px 14px !important;
}
.wpcf7-form textarea{
    max-width: 100%;
}
.main-navigation ul {
    background: #ffffff !important;
    background-color: rgb(255, 255, 255) !important;
}
img.height2.wp-post-image {
    height: auto !important;
}
.newspaper-x-next-prev.row {
    display: none;
}
#site-navigation .menu > li.menu-item-has-children > ul li:hover,#site-navigation .menu > li.menu-item-has-children > ul li:hover a {
    color: #FFF !important;
    background-color: #0e649b; 
}
#site-navigation .menu > li.menu-item-has-children > ul li,#site-navigation .menu > li.menu-item-has-children > ul li a {
    
    text-align: left;
}
 
 div#bs-carousel {height:auto !important}

.item.slides {height:auto !important}

.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height:auto !important
}
.slide_img{
  height: 650px !important;
  width: 100%;
}


@media screen and (max-width: 768px) {
  div#bs-carousel {
    height:420px !important
  }

  .item.slides {
    height:420px !important
  }
  .slide_img{
    height: 420px !important;
  }
}

@media screen and (max-width: 480px) {
  div#bs-carousel {
    height:320px !important
  }

  .item.slides {
    height:320px !important
  }
  .slide_img{
    height: 320px !important;
  }
}

@media screen and (max-width: 360px) {
  div#bs-carousel {
    height:280px !important
  }

  .item.slides {
    height:280px !important
  }
  .slide_img{
    height: 280px !important;
  }
}