/*
Theme Name:    	SmartMVP Child Theme
Description:    Child theme for SmartMVP.
Template:       smartmvp
Author:			
Version:        1.0
*/


/* Import parent theme styles */
@import url("../smartmvp/style.css");

/* -----------------------------------------------------------
	ADD YOUR CSS BELOW THIS LINE
/* ----------------------------------------------------------- */

p {
	font-size: 18px
}

.tmls.style2.large_image .tmls_text, .tmls.style2.large_image .tmls_name, .tmls.style2.large_image .tmls_position, .tmls.style2.large_image .tmls_rating {font-size: 16px !IMPORTANT}


.page-content.col-sm-12 {
    width: 100%;
}

.pricing-tab {
	margin: 0;
	padding: 0;
}

.pricing-tab h4 {
        padding-top: 40px;
}

ul #pricing-features {
    padding-left: 10px;
    list-style: none;
    text-align: left;
}

/* -----------------------------------------------------------
	EMAIL LIST FORM FORMATTING 
/* ----------------------------------------------------------- */


.wysija-submit-field { 
    color: white;
    background-color: #49A3DF;
}

.wysija-submit-field:hover { 
    color: white;
    background-color: blue;
}