@charset "utf-8";
/* CSS Document */

/*
 Theme Name:   BusiProf Pro Child
 Theme URI:    http://bridge2more.com/busiprof-pro-child/
 Description:  Busiprof-pro Child Theme
 Author:       Guillermo Kaswalder
 Author URI:   http://filmagen.com
 Template:     busiprof-pro
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  busiprof-pro-child
*/

@import url("../busiprof-pro/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Navbar */
.navbar .nav > li {
   	height: 60px; /*add height so lines strech down */
	padding-top:105px; /*add padding to take text down*/
	border-left: 1px solid #144151; /*change color bars to blue*/
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    background-color: #276a8c; /*change color to corporate lighter blue*/
}

.dropdown-menu {
    background-color: #276a8c; /*change color bar to lighter blue */
}

.dropdown-menu > li > a {
    	color: #FFFFFF; /*change text color dropdown to white*/
	border-bottom: 1px solid #144151; /*change border to blue*/ 
}

.nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #144151; /*change border to blue in the dropdown menu*/ 
    color: #FFFFFF; /*change text color to white*/
}


/* Message Bar under Navbar */
.header_top_slide {
    background: #144151; /*changed color bar to blue*/
}

/* Widgets Section */
.widget_section {
	background-image: url("http://filmagen.com/wp-content/uploads/2015/04/background2.jpg");
}

/* About us - padding */
.about_cols_con p {
padding: 30px;
color:#666;
font-size:13px;
}

/* Homepage */

/* A full range of services.... darker text */
.services_top_mn p {
    color: #666;
}

/* Affordable & Professional Services (former Awesome...).... corporate blue color, but lighter */
.services_top_mn h2 {
    color: #0f4251;
}

/* TEXT CSS */
.title {
    color: #0a204c;
	font-size:60px;
}

.subtitle {
    color: #0a204c;	
	font-size:180px;
}

.entry a,
.entry a.btn-link{
	color:#bf3b0d;
}

p{font-family:Arial, Helvetica, sans-serif; font-size:14px;}

.blog_section h2 a {
	font-family:"Times New Roman", Times, serif;
	font-size: 40px;
	color:#0f4251;
	line-height: 110%;
}

/* Fix text next to images, text goes below in categories surfing */
.blog_section_img { width: 98%; } 

/*services css*/

#services { text-align:center; }
.title-category { font-size: 60px; color: #41698b; padding-top:20px; padding-bottom:20px; }
.title-grey { color: #CCCCCC; }
.subtitle-category { font-size: 25px; line-height: 20px; padding-bottom:40px; }
.title-service { font-size: 30px; font-weight:bold; color: #26597e; line-height: 30px; padding-top:10px; padding-bottom:10px;}
.subtitle-service { font-size: 20px; line-height: 30px; padding-bottom:10px; }
#services { margin-left: auto;  margin-right: auto; width:600px; height:100px; }
.block, .block-colored { float:left; width:250px; height:250px; padding: 20px; }
.block-colored { background-color: #CCCCCC; }
.questions { text-align:center; font-size: 20px; padding-top:40px; padding-bottom:40px; line-height: 40px; clear:both; border-top: 1px dashed grey; }

/*boton color en servicios  NO FUNCIONA*/
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.visited { background-color: #41698b; } 


.service_section .rec_cols_mn:nth-child(4n+1){margin-left:0px;}