/*
 Theme Name:   Hestia Pro Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Hestia Child Theme
 Author:       Emmanuel Tesson
 Author URI:   http://example.com
 Template:     hestia-pro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hestia-pro-child
*/

/** colors
red: #db001a 219,0,26 ---- #c63019
grey: #999 153,153,153
blue: #023576
blue light: #034294
**/

body, .section-gray  {
    color: #3c4858;
    background-color: #f1f1f1;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #c63019;
}

a {
    color: #c63019;
}

button, 
button:hover, 
input[type="submit"], 
input[type="submit"]:hover, 
input[type="button"], 
input[type="button"]:hover, 
input#searchsubmit, 
.btn.btn-primary, 
.btn.btn-primary:hover, 
.btn.btn-primary:focus, 
.btn.btn-primary:active, 
.btn.btn-primary.active, 
.btn.btn-primary:active:focus, 
.btn.btn-primary:active:hover, 
.btn.btn-primary.active:focus, 
.btn.btn-primary.active:hover, 
.open > .btn.btn-primary.dropdown-toggle, 
.open > .btn.btn-primary.dropdown-toggle:focus, 
.open > .btn.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #c63019;
    border-radius: 30px;
}

.section-light {
	background: #e5e5e5;
	/* FF3.6+ */
	background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#cccccc),color-stop(100%,#e5e5e5));
	/* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center,ellipse cover,#cccccc 0%,#e5e5e5 100%);
	/* Chrome10+,Safari5.1+ */
	/* Opera 12+ */
	/* IE10+ */
	background: -webkit-radial-gradient(center ellipse,#cccccc 0%,#e5e5e5 100%);
	background: radial-gradient(ellipse at center,#cccccc 0%,#e5e5e5 100%);
	background-color: #e5e5e5;
	background-size: 200% 240%;
	/* W3C */
	background-size: 550% 450%;
}

.section-light:after {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	content: "";
}

input[type="submit"],
input[type="submit"]:hover,
input#searchsubmit,
.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover,
.btn.btn-primary.active:focus,
.btn.btn-primary.active:hover,
.open > .btn.btn-primary.dropdown-toggle,
.open > .btn.btn-primary.dropdown-toggle:focus,
.open > .btn.btn-primary.dropdown-toggle:hover {
	color: #999;
	background-color: transparent; /*#db001a;*/
}

input[type="submit"],
.btn {
	
	border: 2px solid #999999;
	border-radius: 30px;
	
	position: relative;
	margin: 10px 1px;
	padding: 12px 30px;
	font-size: 12px;
	font-weight: 400;
	white-space: normal;
	letter-spacing: 0;
	text-transform: uppercase;
	-webkit-transition: background-color 0.2s cubic-bezier(0.4,0,0.2,1),-webkit-box-shadow 0.2s cubic-bezier(0.4,0,1,1);
	transition: background-color 0.2s cubic-bezier(0.4,0,0.2,1),-webkit-box-shadow 0.2s cubic-bezier(0.4,0,1,1);
	transition: box-shadow 0.2s cubic-bezier(0.4,0,1,1),background-color 0.2s cubic-bezier(0.4,0,0.2,1);
	transition: box-shadow 0.2s cubic-bezier(0.4,0,1,1),background-color 0.2s cubic-bezier(0.4,0,0.2,1),-webkit-box-shadow 0.2s cubic-bezier(0.4,0,1,1);

	will-change: box-shadow,transform;
	
}

input[type="submit"], .btn.btn-primary {
    -webkit-box-shadow: 0 2px 2px 0 rgba(153,153,153,0.14),0 3px 1px -2px rgba(153,153,153,0.2),0 1px 5px 0 rgba(153,153,153,0.12);
    box-shadow: 0 2px 2px 0 rgba(153,153,153,0.14),0 3px 1px -2px rgba(153,153,153,0.2),0 1px 5px 0 rgba(153,153,153,0.12);
}

input[type="submit"]:hover, 
input[type="submit"]:focus, 
input[type="submit"]:active, 
.btn.btn-primary:focus, 
.btn.btn-primary:active, 
.btn.btn-primary:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(219,0,26,0.42),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(219,0,26,0.2);
    box-shadow: 0 14px 26px -12px rgba(219,0,26,0.42),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(219,0,26,0.2);
    color: #db001a;
    border: 3px solid #db001a;
}

/*** form ***/

.form-group label.control-label {
    margin: 16px 0 0;
    color: #aaa;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.07143;
}

.form-group.is-focused .form-control {
	outline: none;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#023576),to(#023576)),-webkit-gradient(linear,left top, left bottom,from(#d2d2d2),to(#d2d2d2));
	background-image: -webkit-linear-gradient(#023576,#023576),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
	background-image: linear-gradient(#023576,#023576),linear-gradient(#d2d2d2,#d2d2d2);
	background-size: 100% 2px,100% 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 0.8em;
    font-weight: normal;
    display: block;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style:italic;
}
::-moz-placeholder { /* Firefox 19+ */
  font-style:italic;
}
:-ms-input-placeholder { /* IE 10+ */
  font-style:italic;
}
:-moz-placeholder { /* Firefox 18- */
  font-style:italic;
}

.label.label-primary {
	background-color: #023576;
}
.label.label-success {
	background-color: #4caf50;
}
.label.label-danger {
	background-color: #f44336;
}
.label.label-rose {
	background-color: #e91e63;
}

/*** Header Home ***/
header .btn.btn-primary,
header .btn.btn-primary:focus,
header .btn.btn-primary:active,
header .btn.btn-primary.active,
header .btn.btn-primary:active:focus,
header .btn.btn-primary.active:focus,
header input[type="submit"]:hover, 
header input[type="submit"]:focus, 
header input[type="submit"]:active,
header input[type="submit"]:visited,
header .btn.btn-primary:hover,
header .btn.btn-primary:active:hover,
header .btn.btn-primary.active:hover{
	color:#fff;
	border-color:#fff;
	box-shadow: 0 14px 26px -12px rgba(255,255,255,0.42),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(255,255,255,0.2);
}

.home h1, 
.home h4{
    color: #ffffff;
}

/*** Navbar ***/
.title-logo-wrapper{
	background-image:url('assets/img/onet-cs.png');
	background-repeat:no-repeat;
	background-position: 0 0;
	width:133px;
	height:66px;
}

.navbar-transparent .title-logo-wrapper{
	background-image:url('assets/img/onet-cs-tr.png');
	background-repeat:no-repeat;
	background-position: 0 0;
	width:155px;/*133px;*/
	height:66px;
}
/*
.navbar.navbar-color-on-scroll li.active.btn a, 
.navbar.navbar-color-on-scroll li.active a {
    color: #023576;
}

nav.navbar-transparent.navbar.navbar-color-on-scroll li.active.btn a,
nav.navbar-transparent.navbar.navbar-color-on-scroll li.active a {
	color: #fff;
}
*/

.navbar.navbar-transparent ul.dropdown-menu li a {
	color: #333;
}

.navbar.navbar-transparent ul.dropdown-menu li a:hover {
	color: #fff;
}

.navbar .navbar-nav > .open li a:hover, 
.navbar .navbar-nav .open li a:focus {
    color: #fff;
    background-color: #023576;
}
.navbar .dropdown-menu li > a:hover, 
.navbar .dropdown-menu li > a:focus, 
.navbar .dropdown-menu li > a:active {
    color: #fff;
    background-color: #023576;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.navbar .navbar-header {
	float: none;
}

.navbar.navbar-not-transparent button.navbar-toggle, 
.navbar.navbar-not-transparent button.navbar-toggle:hover,
.navbar button.navbar-toggle, 
.navbar button.navbar-toggle:hover,
.home .navbar.navbar-not-transparent button.navbar-toggle, 
.home .navbar.navbar-not-transparent button.navbar-toggle:hover {
    color: #2D3359;
}

.home .navbar button.navbar-toggle, 
.home .navbar button.navbar-toggle:hover {
    color: #ffffff;
}



@media (max-width: 767px){
	.navbar .navbar-nav .dropdown a .caret {
	    background: #db001a;
	}
	
	.navbar.navbar-transparent {
    	background-color: transparent;
	}
	
	.navbar-transparent .title-logo-wrapper {
    	background-position: 15px 0;
    }
    
    
    .navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus,
	.navbar .navbar-nav .dropdown .dropdown-menu li a:hover,
	.navbar .navbar-nav .dropdown .dropdown-menu li a:focus,
	.navbar button.navbar-toggle:hover,
	.navbar .navbar-nav li:hover > a i {
		color: #2D3359;
	}
	
	
}

/** Search **/
.searchform:after, .search-form:after, .woocommerce-product-search:after {
    position: absolute;
    top: 4px;
    right: 15px;
    color: #999;
    font-family: "Fontawesome";
    font-size: 18px;
    content: "\f002";
    pointer-events: none;
}

/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/

.blogs article:nth-child(6n) .category a {
	color: #023576;
}
.blogs article:nth-child(6n+1) .category a {
	color: #023576;
}
.blogs article:nth-child(6n+2) .category a {
	color: #023576;
}
.blogs article:nth-child(6n+3) .category a {
	color: #023576;
}
.blogs article:nth-child(6n+4) .category a {
	color: #023576;
}
.blogs article:nth-child(6n+5) .category a {
	color: #023576;
}

.card-blog .row .category a {
    color: #023576;
}

/** pagination **/
.pagination span.current, .pagination span.current:focus, .pagination span.current:hover {
    border-color: #db001a;
    color: #fff;
    background-color: #db001a;
    -webkit-box-shadow: 0 4px 5px 0 rgba(156, 39, 176, 0.14), 0 1px 10px 0 rgba(156, 39, 176, 0.12), 0 2px 4px -1px rgba(156, 39, 176, 0.2);
    box-shadow: 0 4px 5px 0 rgba(156, 39, 176, 0.14), 0 1px 10px 0 rgba(156, 39, 176, 0.12), 0 2px 4px -1px rgba(156, 39, 176, 0.2);
}

/** About Section **/
#about h4{
	color:#3c4858;
}

/** Quote Section **/
section#quote{
	padding:40px 0;
}

section#quote .nav-tabs>li {
    width: 50%;
}

section#quote .nav-tabs>li>a {
    margin-right: 0;
    font-size:2em;
    color:#999999;
}

section#quote .nav-tabs>li.active>a, 
section#quote .nav-tabs>li.active>a:focus, 
section#quote .nav-tabs>li.active>a:hover{
	color:#c63019;
}


section#quote h4{
	color:#3c4858;
}

section#quote fieldset>.container{
	background-color:#fff;
	
	
	border:1px solid #ddd;
	
	-moz-box-shadow: 3px 3px 5px 0px #ddd;
	-webkit-box-shadow: 3px 3px 5px 0px #ddd;
	-o-box-shadow: 3px 3px 5px 0px #ddd;
	box-shadow: 3px 3px 5px 0px #ddd;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#ddd, Direction=135, Strength=5);
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	border-top:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
	
}
/*
section#quote .nav-tabs>li.active>a, 
section#quote .nav-tabs>li.active>a:focus, 
section#quote .nav-tabs>li.active>a:hover{
	-moz-box-shadow: 3px 3px 5px 0px #ddd;
	-webkit-box-shadow: 3px 3px 5px 0px #ddd;
	-o-box-shadow: 3px 3px 5px 0px #ddd;
	box-shadow: 3px 3px 5px 0px #ddd;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#ddd, Direction=135, Strength=5);
}
*/

/** Reference Section **/
section#reference_child{
	padding:40px 0;
	background-image: url('assets/img/flag.jpg');
    background-size: cover;
    background-position: center center;
}

.reference-header .container,
.reference-header .author,
.reference-header .author a,
.reference-header .title,
.reference-header .description {
	color: #fff;
}

.reference-header {
	overflow: hidden;
	height: 250px; /*50vh*/
	margin: 0;
	padding: 0;
	border: 0;
	background-position: center center;
	background-size: cover;
}

#reference-logo{
	background-color:white;
	height:250px;
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display:flex;
	
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
		
}

#reference-txt{
	height:190px;
}

#reference-logo div{
	margin: auto;
	
	min-height:0;
	min-width:0;
}

@media (max-width: 991px){
	
	.reference-header{
		height:200px;
	}
	
	#reference-logo{
		background-color:white;
		height:200px;
	}
	
}
.reference-header .carousel .carousel-indicators {
	bottom: 60px;
}
.reference-header .container {
	padding-top: 0vh;
}

span.reference_title{
	 margin-bottom: 5px; 
    font-family: "Roboto Slab", "Times New Roman", serif;
    font-size: 2em;
    line-height: 1.4em;
}

span.reference_subtitle{
	 margin-bottom: 5px; 
    font-family: "Roboto Slab", "Times New Roman", serif;
    font-size: 0.8em;
}

.carousel#hestia_child_reference_carousel .carousel-control .fa {
    display: inline-block;
    position: absolute;
    z-index: 5;
    top: 50%;
    bottom: 15px;
    font-size: 50px;
    line-height: 0;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	.carousel#hestia_child_reference_carousel .carousel-control .fa {
    	color: black;
	}
}


#hestia_child_reference_carousel .carousel h4 {
    margin-bottom: 5px; 
    font-family: "Roboto Slab", "Times New Roman", serif;
    font-size: 1.3em;
    line-height: 1.4em;
}

.reference-header {
	position: relative;
}
.reference-header:before,
.reference-header:after {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.reference-header .container {
	position: relative;
	z-index: 2;
}

#reference_child .btn.btn-simple,
#reference_child .btn.btn-simple:focus,
#reference_child .btn.btn-simple:active,
#reference_child .btn.btn-simple.active,
#reference_child .btn.btn-simple:active:focus,
#reference_child .btn.btn-simple.active:focus{
	color:#fff;
	border-color:#fff;
}

#reference_child .btn.btn-simple:hover,
#reference_child .btn.btn-simple:active:hover,
#reference_child .btn.btn-simple.active:hover{
	color:#fff;
	border-color:#fff;
	-webkit-box-shadow: 0 14px 26px -12px rgba(255,255,255,0.42),0 4px 23px 0 rgba(255,255,255,0.12),0 8px 10px -5px rgba(255,255,255,0.2);
    box-shadow: 0 14px 26px -12px rgba(255,255,255,0.42),0 4px 23px 0 rgba(255,255,255,0.12),0 8px 10px -5px rgba(255,255,255,0.2);
}

/** Child Pricing Section **/
#pricing_child img.logo{
	max-width:150px;
	max-height:60px;
}

.card-pricing .card-title {
    margin-top: 30px;
    font-size: 2.5em;
}

/** Features Section **/
#features .info .icon > i {
    color: #023576;
}

/**Team Section **/
#team{
	background-color:#ffffff;
}

section#team h4.card-title{
	color:#3c4858;
}

/** testimonial section **/
#testimonials{
	background-image:url('assets/img/devresponsable.jpg');	
	background-size:cover;
	background-position:center center;	
}

.card .header-primary, .card .content-primary {
    background: -webkit-linear-gradient(30deg,#034294,#023576);
    background: linear-gradient(60deg,#034294,#023576);
}

.card-profile .card-avatar, .card-testimonial .card-avatar img {
    max-width: 150px;
    max-height: 150px;
    margin: -50px auto 0;
    border-radius: 0;
    box-shadow: none;
}

/** WP Job Manager **/
.job-manager .job-type, 
.job-types .job-type, 
.job_listing .job-type {
    color: #db001a;
    
}


@media (max-width: 991px) {
	
	.btn.btn-simple {
		padding-right: 12px;
		padding-left: 12px;
		text-align: left;
	}
}

.single_job_listing .meta .job-type {
    color: #fff;
    background-color: #db001a;
    border-radius: 30px;
}
