/*
Theme Name: Laia Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.4.7.1593548851
Updated: 2020-06-30 20:27:31

*/
 @media (max-width: 768px){
	 .left{  display:none; }
	 .right{  display:none; }
   .middle {
      width: 100%;
	  text-align: center;
    }
}
    /* Set additional styling options for the columns */
    .column {
    float: left;
    }

    /* Set width length for the left, right and middle columns */
    .left {
    width: 25%;
    }

    .middle {
    width: 15%;
	text-align: center;
    }
    
    .right {
    width: 25%;
		 text-align: right;
		align-content:center;
    }

    .row:after {
    content: "";
    display: table;
    clear: both;
    }


	a:linkinfo{
	color:#666;
	}

#main-header #top-menu li.current-menu-item > a {
color: #A99DAC !important;
	/*text-decoration-line:underline;*/
}

a.links:link {
font-family: sans-serif;
font-size: 15px;
font-weight: 400;
color: #545454;
text-decoration: underline
}

a.mail
{
	color:black;
}

.imagezoom {
overflow:hidden;
}
.imagezoom scale-image img{
transition: all 0.5s;
}
.imagezoom :hover img {
transform: scale(1.1)
}



/* ==========================================================================
   ALEX
   ========================================================================== */
/*HELPERS*/


@media all and (max-width: 980px) {
    /*** wrap row in a flex box ***/
    .custom-row-order {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }

    /*** custom classes that will designate the order of columns in the flex box row ***/
    .first-on-mobile {
        -webkit-order: 1;
        order: 1;
    }

    .second-on-mobile {
        -webkit-order: 2;
        order: 2;
    }

    .third-on-mobile {
        -webkit-order: 3;
        order: 3;
    }

    .fourth-on-mobile {
        -webkit-order: 4;
        order: 4;
    }
    /*** add margin to last column ***/
/*    .custom-row-order:last-child .et_pb_column:last-child {
         margin-bottom: 30px;
    }*/
}