/*
Theme Name: Lamaro Child Theme
Theme URI: http://lamaro.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Lamaro
Template: lamaro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: lamaro

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.header-wrapper::after, #ltx-widgets-footer::before, .ltx-overlay-divider {background-size: 77px; height:10px; }
#ltx-widgets-footer::before { top:-7px; }

nav.navbar #navbar.navbar-desktop ul.navbar-nav a {
    padding: 0px 21px 0;
}

.tableStyle tr {border:none!important;}
.tableStyle td {border:none!important; padding:10px!important;}

/***** INFOSTYLE BOXES *****/
.infoStyle.vc_message_box {
	background:#28364B!important; 
	color:#FFF!important;
	padding:10px!important;
	margin-bottom:25px!important;
}

.infoStyle.vc_message_box > *, .vc_message_box.infoStyle > .fa, .vc_message_box.vc_color-info.infoStyle .fa {color:#FFF!important;}

.infoStyle.vc_message_box .vc_message_box-icon {
	display: inline-block !important;
	top: 0 !important;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0!important;
	color:#FFF!important;
}

.infoStyle.vc_message_box > p {padding:0 0 0 50px; text-align:left;}

/***** SOCIAL *****/
.ltx-navbar-social, .ltx-navbar-icons {display:none;}

.subscribe-wrapper {
	background: url(http://devsryc.howarddesign.com/wp-content/uploads/2018/12/video-section-bg.jpg) no-repeat top center;
	background-size: cover;
}

@media (min-width: 1200px) and (max-width: 1599px) {
.subscribe-block section > .vc_row:last-child > .wpb_column:first-child {
	display:block!important; top:-30px;}
}

/***** TEAM *****/
.team-item * {pointer-events:none;}
.team-item .image {
	width:150px; 
	padding: 2px; 
	border-radius: 100%; 
	border: solid 1px #e0ded0;
	background-image: none;
	background: #FFF;
}
.team-item .image img {
	border-radius:100%; 
	border: solid 10px #F1F0E8;
	background: #e0ded0;
}

/***** HOMEPAGE *****/
.ltx-sea-anchor {
	left: 0; 
  	right: 0; 
  	margin-left: auto; 
  	margin-right: auto; 
	top: -100px;
	max-width: 100px;
}
.gallery-sc .photo img {
    max-width: 99% !important;
}

/***** INNER PAGES *****/
header.page-header .container {
	padding-top: 20px;
	padding-bottom: 100px;
}
.margin-default {
    padding-top: 70px;
    padding-bottom: 80px;
}


/***** PRODUCTS *****/
.ltx-btn-wrap {
	display: inline-block !important
}
.woocommerce-tabs,
.woocommerce-product-rating {
	display: none !important;
}



/***** BLOG *****/
.ltx-user, .ltx-icon-fav, .widget.widget_categories ul li a:before  {
	display: none !important;
}

div.blog article .photo img {
	width:100%;
}


/**** FOOTER ****/
.subscribe-block section {
	padding: 80px 15px 60px;
}
#ltx-widgets-footer .col-lg-4:first-child {
	width: 25%;
}
#ltx-widgets-footer .col-lg-4:nth-child(2n) {
	width: 40%;
}
.copyright {
	background-color: #28364B;
	text-align: center;
	padding: 10px 0;
}
.copyright p {
	color: #fff;
	font-size: 12px;
}

#ltx-widgets-footer #custom_html-2 .custom-html-widget {
	max-width: 100%;
}

@media (max-width: 1600px) and (min-width:1300px) {
	.footer-widget-area .widget_ltx_navmenu ul {
    	margin-right: 30%;
	}
}

@media (max-width: 1299px) and (min-width:1200px) {
	.footer-widget-area .widget_ltx_navmenu ul {
    	margin-right: 20%;
	}
}

/***** MEDIA QUERIES *****/
/*@media only screen and (max-width: 2000px) {

}*/