/*
Theme Name:         DDLineal General
Author:             DD Lineal
Author URI:         http://ddlineal.es

License:            GPL v2
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/

/*******************
	DDLINEAL
*******************/
.white * {
  color: #fff !important;
}

@media only screen and (min-width:768px){
	.section-margin-negative {
		margin-top: -300px;
	}
}
.row-no-padding-column .columns {
    padding: 0;
}
.row-border-bottom > .row {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.row-padding-top-bottom {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
.row-padding-top-bottom-min {
    padding-bottom: 20px;
    padding-top: 20px;
}
.row-padding-top-bottom-med {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
}
.row-padding-top-bottom-big {
    padding-bottom: 100px;
    padding-top: 100px;
}
.row-padding-top-bottom-header {
    padding-bottom: 200px;
    padding-top: 200px;
}
.row-padding-top-med {
    padding-top: 40px;
}
.row-padding-top {
    padding-top: 80px;

}
.row-padding-top-min {
    padding-top: 20px;
}
.row-padding-top-big {
    padding-top: 100px;
}
.row-padding-top-extra-big {
    padding-top: 200px;
}
.row-padding-bottom {
    padding-bottom: 80px;
}
.row-padding-bottom-big {
    padding-bottom: 100px;
}
.row-padding-bottom-extra-big {
    padding-bottom: 200px;
}
.row-padding-bottom-med {
    padding-bottom: 40px;
}
.row-padding-bottom-min {
    padding-bottom: 30px;
}
.row-margin-top-negative {
    margin-top: -300px;
}
.row-margin-top-negative-min {
    margin-top: -100px;
}
.row-no-padding-columns .column_parent {
    padding: 0 !important;
}
.column-padding-top {
    padding-top: 200px !important;
}
.column-padding-top-bottom {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.column-margin-top-negative {
    margin-top: -200px;
}
.column-margin-top-negative-min {
    margin-top: -100px;
}
.column-height-100 {
    height: 100px !important;
    min-height: 100px !important;
}

.no-padding{
	padding:0 !important;
}
.no-padding > div{
	padding:0 !important;
}
.align-right{
	float:right;
}
.align-left{
	float:left;
}
.table{
	display:table !important;
}
.table-cell {
    display: table-cell !important;
    vertical-align: middle !important;
}
.col-md-20 {
    width: 20% !important;
}@media only screen and (max-width:768px){
	.col-md-20 {
		width: 100% !important;
	}
}
.row-seven-columns-from-six .columns {
    width: 14.285%;
    min-height: 230px;
}@media only screen and (max-width:1200px){
	.row-seven-columns-from-six .columns {
		float: left;
		min-height: 230px;
		width: 25%;
	}
}@media only screen and (max-width:800px){
	.row-seven-columns-from-six .columns {
		float: left;
		min-height: 230px;
		width: 33.333%;
	}
}@media only screen and (max-width:500px){
	.row-seven-columns-from-six .columns {
		float: left;
		min-height: 230px;
		width: 50%;
	}
}
@media only screen and (max-width:380px){
	.row-seven-columns-from-six .columns {
		float: left;
		min-height: 230px;
		width: 100%;
	}
}
.row-seven-columns-from-six .columns:hover {
    opacity: 0.5 !important;
}
.z-index-100{
	z-index: 100;
}
.image-shadow img{
	-webkit-box-shadow: 17px 17px 5px -5px rgba(0,0,0,0.44);
	-moz-box-shadow: 17px 17px 5px -5px rgba(0,0,0,0.44);
	box-shadow: 17px 17px 5px -5px rgba(0,0,0,0.44);
}
.no-margin {
	margin:0 !important;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-top-50 {
    margin-top: 50px !important;
}


@media only screen and (min-width:768px){
	/*
	 * Row with equal height columns
	 * --------------------------------------------------
	 */
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}
	.row-eq-height .vc_column-inner {
		height:100%;
	}

	.row-eq-height .vertical-align-middle .vc_column-inner {
		display: table !important;
	}
	.row-eq-height .vertical-align-middle .wpb_wrapper {
		display: table-cell !important;
		vertical-align: middle !important;
	}
}