/*
Theme Name: Lavish Pro Child
Theme URI: http://demo.styledthemes.com/lavish/
Author: Styled Themes
Author URI: http://www.styledthemes.com
Description: For anyone wanting a serious business website, Lavish Pro is the one for you because of what this theme includes. You get responsive design, multiple blog layout options, retina ready graphics, several page templates, post formats, gorgeous typography elements, tons of widget positions, a custom child theme, WooCommerce support, Jetpack support, video tutorials, and more!
Version: 1.0.0
Template: lavish-pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: lavish-pro-child
Tags: custom-colors, white, light, two-columns, three-columns, fluid-layout, responsive-layout, fixed-layout, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready, microformats

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.
*/


/* Add your custom  css below */


============================================================
@ TYPOGRAPHY
============================================================
*/
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0px;
	padding: 0;
	font-weight: 700;
	font-style: normal;
	line-height: 1.0;
	font-family: Lato, 'sans-serif';
}

/* top margin shrink */
.la-content-inside {
	padding-top: .1rem;
}

/* Tab Changes */

#lavish_accordion_icons1 .accordian_title {
	border-radius: 10px;
	font-weight: bold;
	font-size: 1.2em;
}
.ui-tabs {
	position: relative;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-style: solid;
    	border-color: #888;
	border-radius: 10px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	padding: 0;
	white-space: nowrap;
	background-color: #E6EBEC;
	font-weight: bold;
	text-align: left;
}
.ui-tabs .ui-tabs-nav li > a {
	color: #888;
}
#lavish_accordion_icons1 .accordian_title {
	border-radius: 10px;
	font-weight: bold;
	font-size: 1.2em;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") *//* padding: .13em; */
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 1em 0;
	border-style: solid;
    	border-color: #888;
	border-radius: 10px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	padding: 0;
	white-space: nowrap;
	background-color: #E6EBEC;
	font-weight: bold;
	text-align: left;
}
.ui-tabs .ui-tabs-nav li > a {
	color: #720000;
}
#lavish_tabs1.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	font-size: 0.85em!important;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: 0.2em .5em!important;
	text-decoration: none;
	font-size: 1.3em!important;
	outline: none;
	width: 100%;/* font-weight: bold; */
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
border-style: solid;
    	border-color: #888;
	border-radius: 10px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}

/*
=================================================
BreadCrumbs
=================================================
*/
.style_breadcrumbs {
	background-color: #ECECEC;
	padding: 0rem 0rem;
	position: relative;
}
.breadcrumb_items {
	text-align: right;
	line-height: 00px;
}
.col-md-6.lavish_info_top {
	width: 50%;
	float: left;
}
@media screen and (max-width:700px) {
.col-md-6.lavish_info_top {
	width: 100%;
	margin-bottom: 0px;
}
.header_social_iconns {
	text-align: center!important;
}
.lavish_dating_toggle_menu {
	text-align: center!important;
	width: 100%;
	margin-bottom: 0px;
}
.dating_login_menu {
	width: 30%;
	margin: 0px 0px;
}
/*
=================================================
Buttons
=================================================
*/
.btntg, .btntg a {
    transition: all 0.3s ease 0s;
    border: 1px solid #800000;
    outline: medium none;
    background: transparent none repeat scroll 0% 0%;
    display: inline-block;
    color: #800000;
    padding: 0.2em 0.2em;
    font-weight: bold;
    font-size: .5em;
    border-radius: 1.5em;
}

.btntg.maroon {
    border-color: #800000 !important;
    color: #800000 !important;
}