/*  MICROTHEMER STYLES  */

/*= Hand Coded CSS ============ */

    .ult_modal-content {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 #404040;
    -o-box-shadow: 0 0 0 #404040;
    -ms-box-shadow: 0 0 0 #404040;
    box-shadow: 0 0 0px #404040;
    overflow: hidden;
    }

/*= Fixes ===================== */

/** Fixes >> Thrive Leads Border **/
#tve_leads_end_content {
	border-top-width: 0 !important;
	border-right-width: 0 !important;
	border-bottom-width: 0 !important;
	border-left-width: 0 !important;
}

/** Fixes >> Vertical **/
.vertical_copyright {
	line-height: 20px !important;
	text-align: center !important;
}

/** Fixes >> Menu item link **/
.menu-item a {
	text-transform: uppercase !important;
}

/** Fixes >> Sub menu link **/
.sub-menu a {
	text-transform: none !important;
}

/** Fixes >> Tars fullpage (DISABLED) **/


/** Fixes >> Ult html **/
.tarsmodal .ult_modal-content {
	text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: 0 0 0 0 rgba(64, 64, 64, 0) !important;
	-moz-box-shadow: 0 0 0 0 rgba(64, 64, 64, 0) !important;
	box-shadow: 0 0 0 0 rgba(64, 64, 64, 0) !important;
	width: 100% !important;
	height: 100% !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}

/** Fixes >> Ult html Copy 1 **/
.tarsmodal .ult_modal-content div {
	text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
	background-color: rgba(255, 255, 255, 0) !important;
	width: 100% !important;
	height: 100% !important;
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}

/** Fixes >> Nosidebars **/
.nosidebars {
	color: rgb(255, 255, 255) !important;
}


/*[ Desktop & Tablet ]*/
@media (min-width: 1051px) and (max-width: 1279px) {

	/*= Fixes ===================== */

	/** Fixes >> Content area width blog **/
	div#primary {
		width: 100% !important;
		padding-right: 0 !important;
	}

	/** Fixes >> Side area width blog **/
	div.inner-content div.right {
		width: 100% !important;
		margin-top: 50px !important;
	}
}