/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 2.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #023e86;
    text-rendering: optimizeLegibility;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    line-height: 1.2125em; 
    !important;
}

.footer-subscription .sub-input,.footer-subscription .sub-submit{
	display:inline-block;
	vertical-align: top;
}
.footer-subscription .wpcf7-not-valid-tip{
	text-align: left;
}
.footer.footer-top .wpcf7-email{
	height: 40px;
}
.footer.footer-top .wpcf7-submit{
	padding-top: 0px;
	padding-bottom: 0px;
	height:40px;
}
.footer.footer-top div.wpcf7-response-output{
	margin: 20px 0;
}
.footer-subscription .widget, .footer-top .widget{
	text-align: center;
}
.footer-subscription .widget .tx-div, .footer-top .widget .tx-div{
	margin-left: auto;
	margin-right: auto;
}
.footer-subscription .wpcf7-form{
	display:inline-block;
}
.footer-bottom-menu{
	text-align:center;
}
.footer-nav{
	display: inline-block;
}
.payment_methods {
    margin: 4px 0 6px 0;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.payment_methods img {
    padding-right: 4px;
}
.advanced_recent_posts_widget {
    font-size: 16px !important;
}
.coupon {
    margin-bottom: 50px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.no-display{
display: none !important;
}
.apply-display{
display: block !important;
}
.checkout-warning{
	font-size : 1.5em;
	color: #023E86CC;
	text-align : center;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.woocommerce-message.message-success a.button{
    display:none;
}

.category-video iframe{
	    max-height: 250px;
    width: 100%;
}
#footer{
	text-align: center;
	border-top: 1px solid rgba(0,0,0,0.05);
}
#footer ul.menu>li, 
#footer .widget>ul>li{
	text-align: center;
}
#footer .widget-title{
	color: #023e86;
}
#footer .widget .is-divider {
    margin-left: auto;
    margin-right: auto;
}
.footer-1, .footer-2 {
    border-top:  none;
}
.absolute-footer ul li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.wcvaswatch input[type='checkbox']+label, .wcvaswatch input[type='radio']+label{
	display: inline-block;
}
.variations .reset_variations{
	display: none;
}
h1{
	color: #555 !important;
}
ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}
ol ol, ol ul, ul ol, ul ul{
	margin: 0;
}
ol > li:before {
  content: counters(item, ".") ". ";
  padding-right: 0.6em; 
}
li ol > li > ol > li:before {
  content: counter(item, lower-alpha) ". ";
}
li ol > li > ol > li > ol > li:before {
  content: counter(item, lower-roman) ". ";
}
.term-message{
	text-align: center;
	padding: 0 0 30px 0;
	font-weight: bold;
	color: #023e86;
	line-height: 24px;
}
.term-message br{
	display: block !important;
}
.footer-social-section .social-logo,
.footer-social-section .social-icons{
	display: inline-block;
}
.footer-social-section .social-logo a{
	display: inline-block;
}
.footer-social-section .social-logo{
	margin-right: 20px;
	vertical-align: middle;
}
.footer-social-section .social-icons{
	padding-top: 14px;
}
.footer-social-section .social-logo span{
	display: block;
}