/*@import 'custom.css';*/
/*
Theme Name: LARX Child Theme
Theme URI: http://larx-wp.denisgriu.com
Description: Child Theme for LARX - Premium WordPress Theme
Version: 1.1.1
Author: DenisGriu
Author URI: http://themeforest.net/user/WossThemes
Template: larx
*/
body{
	overflow-x:hidden;
}
.ocupamos_item_height{
	height:438px;
}
.contact_icons{
	color:#ea0761;
}
.contact-icon i{
	color:#ea0761 !important;
}

#contact input[type=submit]{
	background-color:#ea0761 !important;
}
.contact-social li a{
		color:#ea0761 !important;
}

.cbp-popup-lightbox .cbp-popup-close {
    height: 42px !important;
    width: 42px !important;
   
}
.cbp-popup-lightbox .cbp-popup-next {
    width: 46px !important;
    height: 46px !important;
} 

.cbp-popup-lightbox .cbp-popup-prev {
    
    width: 46px !important;
    height: 46px !important;

}
.cbp img{
	width: 25% !important;
}

.cbp-caption.cbp-lightbox.edit{
	/*width:25% !important;
	float:left;*/
}
.cbp-item.cbp-l-grid-masonry-height1.edit{
	width:270px;
}

/** added by suratica **/
	
.dropdown-menu>li>a:hover {
		background-color:#ea0761;
	}
/* for mobile */
.edited-margen{
	margin-left:0;
}

.services-second-row{
	padding-top:0px;
}
.services-first-row{
	padding-bottom:0px;
}
.project-single-wrapper img{
	margin-bottom:5px;
}
/* bootstrap medias queries  */

/* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
    	
		.edited-margen{
			margin-left:200px;
		}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }
