/*
Theme Name:     Customizr Child
Theme URI:      http://themesandco.com/customizr
Description:    A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun !
Author:         Nicolas Guillaume (nikeo)
Author URI:     http://themesandco.com
Template:       customizr
Version:        4.4.2
*/

/*------------------------------------------------------------------*/
/*							General									*/
/*------------------------------------------------------------------*/
body{background: #fafafa;}
header.tc-header {background: #fafafa;} 
footer#footer {background: #fafafa; padding:0;}
/*p {margin-bottom:15px;	text-indent:10px;}*/
p {margin-bottom:15px;}
header, body {max-width: 1200px;margin: 0 auto; position:inherit; /*position: relative; Fix for absolute positioning */} 


/*------------------------------------------------------------------*/
/*						AboutUs Page								*/
/*------------------------------------------------------------------*/
.item .pers {margin-top:20px;margin-left:auto;	margin-right:auto;	width:70%;}

.item p.name {border:1px dotted gray; text-align:center;}
.item span.name{font-weight:bold;} 
.item .desc {font-size:12px;}


/*------------------------------------------------------------------*/
/*							Header									*/
/*------------------------------------------------------------------*/
#polylang-17{float:right;}
/*#polylang-17 ul{white-space:nowrap;}
#polylang-17 li{display:inline;}*/

#menu-mainmenu-2 li {margin-bottom:5px !important;}

.navbar .nav > li > a {color:#b40d0d}
.navbar .nav > li > a:hover {color:#808080}
.navbar .nav > li.current-menu-item > a  {color:#808080}


/*------------------------------------------------------------------*/
/*							Body									*/
/*------------------------------------------------------------------*/
/*Change size of post titles in first screen*/
.tc-post-list-grid article .entry-title {font-size: 14px; line-height: 31px; height:55px;}


/*------------------------------------------------------------------*/
/*							Footer									*/
/*------------------------------------------------------------------*/
.footer-widgets {padding: 0px 0;}

/* Change size of Footer Social Icons */
.colophon .social-block {font-size: 1.5em;}

@media (min-width: 1200px) {
	/* Change footer for Reel*/
	.row {margin-left: -45px;}
}


/*------------------------------------------------------------------*/
/*							Widgets									*/
/*------------------------------------------------------------------*/
/* hide useless information from yahoo weather*/
.yahoo-weather p.pressure, p.last-update, span.copyright, p.y-temperature{visibility:hidden; height:0px;}
#newsletterwidget-2 h3{font-size:18px;}

/*Recent Posts Fonts*/
#recent-posts-2 a{font-size:12px;}

#countperday_popular_posts_widget-2 a{font-size:12px;}

#wpp-2 a{font-size:12px;}
.wpp-views {font-size:12px;}



/*------------------------------------------------------------------*/
/*							Social Icons							*/
/*------------------------------------------------------------------*/
/* Header Social Icons .navbar-inner .social-block {font-size: 2em;}*/
/* Sidebar Social Icons .tc-sidebar .social-block {font-size: 1.5em;} */

/* Footer Social Icons */
.colophon .social-block {font-size: 2em;}
a.icon-facebook         {color:#3B5998 !important;}    /* Change to desired color */
a.icon-youtube          {color:#C31A1E !important;}    /* Change to desired color */
a.icon-facebook:hover   {color:#3B5998 !important;}    /* Change to desired color */
a.icon-youtube:hover    {color:#C31A1E !important;}    /* Change to desired color */