/*
Theme Name: Replete
Description: <strong>A responsive e-Commerce Theme by Design Pilot</strong> 
Version: 1.1
Author: Design-Pilot
License: Themeforest Split Licence
License URI: -

*/


/*
* PLEASE DO NOT EDIT THIS FILE!
* 
* To make it easy to update your theme, you should not edit the styles in this file. Instead use 
* the custom.css file that is located in your themes /css/ folder to add your styles. 
* You can copy a style rule from any of your css files and paste it in custom.css and
* it will override the original style. If you just want to add small css snippets you might also
* want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->Styling
*/

/* url('css/grid.css') loads the default grid with all widths for the different screens */

/* url('css/base.css') loads the css reset & default styling for html elements like <a>, <ul>, <li>, and some wordpress generated classes (eg galleries) */     


/* url('css/layout.css') theme layout for the default screen size and media queries for smaller screen estates */         

/* ('css/slideshow.css') theme layout for the various slideshows */       

/* ('css/shortcodes.css') loads the css rules for the theme shortcodes */

h3.expand-title, h3.faq-question, #faq-block .single-faq .faq-question, #faq-block .single-faq .faq-question a{
	font-family: 'OpenSans-Regular' !important;
	font-size: 16px !important;
	color: #5f5f5f !important;
	font-weight: 100 !important;
	display:block;
	padding:15px 35px;
	/*width:100%;*/
	background-color: #fff;
	border: 1px solid #f2f2f2;
	background-image: url('images/faq_plus_icon.png');
	background-repeat: no-repeat;
	background-position: 15px 18px;
}

.open_faq_class{
	background-image: url('images/faq_less_icon.png') !important;
}

.faq-answer{
	font-family: 'OpenSans-Regular' !important;
	font-size: 14px !important;
	color: #5f5f5f !important;
	font-weight: 100 !important;
	padding-left: 38px;
	margin-bottom: 15px;
}

.checkout-button, #place_order {
	background-color: #70c113 !important;
	color: #fff !important;
	background-image: none !important;
	text-shadow: none !important;
	font-weight: bold;
}

.rev_slider_wrapper {
	margin-top: -30px !important;
}