@import 'https://fonts.googleapis.com/css?family=Oswald';

body{
    font-size: 17px;
}
img.logo {
    width: 15%;
}
.purple-header-bar, .search-collapse-panel > .vc_toggle_title{
    font-family: 'Oswald', sans-serif;
    background-color: #947bb2 !important; 
    color: #FFF;
}

.vc_toggle_default.search-collapse-panel .vc_toggle_icon::before, .vc_toggle_icon::after{
  background: #fff !important;
  border: 1px solid #fff !important;
}
.vc_toggle_default,.search-collapse-panel .vc_toggle_icon{
    background: #fff !important; 
    border: 1px solid #fff;
}

 h2.title-white{ 
    color: #ffffff; 
    font-family:Oswald;
    font-weight:400;
    font-style:normal;
}
.footer-links-menu {
  color: #FFF;
  list-style: none;
  padding-bottom: 15px;
  font-size: 14px;
  padding-bottom: 15px;
  padding-left: 5px;
}

.footer-links-menu > h3{
    color: #fff;
    font-size: 16px;
}
.footer-links-menu a:hover {
    color: pink !important;
}
.site-info{
  background-image: url("/wp-content/uploads/2016/09/logo-footer.png") !important;
  background-repeat: no-repeat !important;
  background-position: 30px center !important;
  color: #fff;
}
.color-purple{
    color: #492b79;
}
.btn-aqua > button{
    background-color: #47c4f3 !important;
    color: #fff !important;
}
.btn-aqua:hover > button{
    background-color: #6ad0f6 !important;
    color: #000 !important;
}

.borders-verticals-gray{
    border-color: #e3e3e3;
    border-left: 1px solid;
    border-right: 1px solid;
}

/*Products */
.star-rating{
 display: none !important;   
}

/**Maps Store location**/
#wpsl-result-list{
    background-color: #f8f8f8;
}
#wpsl-stores{padding: 0px 15px;}
.wpsl-store-location >p strong, a {
    color: #492b79 ;
}
a.wpsl-store-details{
    color: #2766c5;
}

/**issuem plugin**/
#issuem-featured-article-slideshowholder{
    width: 50%;
}

.issuem_title {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 36px;
    text-align: center;
}

.issuem_article {
    width: 33.33333333%;
    float: left;
    padding: 15px;
    border: solid 1px #ddd;
    border-radius: 6px;
}
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    margin-bottom: 15px !important;
}
.issuem_article_link {
    color: #000 !important;
}

.issuem-featured-article-thumb {
    width: 50%;
    height: 400px;
    padding: 15px;
}

@media (max-width: 767px){
  .issuem-featured-article-thumb{
    width:100%;
  } 
}

.featured-thumb-byline{
    display: none;
}
.issuem_advanced_search ,code ,form{ color: #4f4f4f;}
.issuem_advanced_search > h3 a{ color: #e36c80; font-size: 16px; }
.issuem_advanced_search > h3 a:hover, a:active, a:focus{ color: #492b79;}
.issuem_advanced_search form::after {
    content: 'Search Result:';
    font-weight: 600;
    font-size: 22px;
}
.issuem_advance_search  ,#searchterm{ margin: 15px 0;}

.article.type-article.status-publish{
  position: relative;
  width: 100%;
  padding: 15px;
  border: 1px solid #e5e5e5;
  margin-bottom: 14px !important;
  box-shadow: 5px 5px 5px rgba(88, 88, 88, 0.075);
}

.entry-header > .entry-meta{ display: none; }
.author-about-container.media{display: none;}

.article.type-article.status-publish .entry-title{
    text-align:center;
}
.article.type-article.status-publish .entry-summary p {
    max-width: 850px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.article.type-article.status-publish ,img.attachment-need-full-width{
    display: block;
    margin: 0 auto;
    
}
.comments{
    display: none;
}

/***Forms and WebToLead***/
.btn-purple , .w2linput.submit{
	background-color: #492b79;
	color: white;
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #492b79;
}
.btn-purple:hover{
    background-color: #544172;
}
.form-wetolead-get-updates label{
    display: inline;
}
/**** WP eMember****/
.eMember_protected_message{
  text-align: center;
  padding: 30px;
  font-size: 20px;
}

.eMember_protected_message > span.eMember_not_a_member_msg a ,.eMember_protected_message > a{
  color: #5a7df8;
}

#wp_emember_loginForm.loginForm.wp_emember_loginForm{
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border: 1px solid #e5e5e5;
  box-shadow: 5px 5px 5px rgba(88, 88, 88, 0.075);
}

#login_user_name.eMember_text_input, #login_pwd.eMember_text_input{
    width: 100% !important;
}

#doLogin.eMember_button{
  float: right;
}
#register.register_link{
  color: #5a7df8
}

/******/
.salesforce_w2l_lead .required{
    font-weight: 400 !important;
    font-size: 16px !important;
}

.sf_field_captcha > label.w2llabel{
    width: auto !important;
}

input.w2linput.submit{ 
 margin: 0px !important;
 clear: none !important;
 float: right !important;
 width: 50% !important;
 max-width: 150px !important;
}
.sf_type_captcha .w2linput.text.captcha{
  margin-left: 0px !important;
  margin-top: 0px !important;
  max-height: 46px;
  text-align: left !important;
  font-size: inherit !important;
  width: 50% !important;
  position: relative;
  float: right !important

}
.salesforce_w2l_lead .w2linput.text {
    width: 100% !important;
}
@media (max-width: 991px) {
.w2limg{
  width: 50% !important;
  max-width: 100px !important;
}    
}