/*
Theme Name: Salient Child Theme
Theme URI: https: //sundaysocial.tv/
Description: This is a custom child theme for Salient
Author: Jonathan Malm
Author URI: http: //jonathanmalm.com/
Template: salient
Version: 0.5.1
Text Domain: sunday-social
*/

span.mepr-nav-item a {
border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    color: #FFFFFF;
    font-family: 'Open Sans';
	font-weight: normal;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    top: -3px;
    margin-bottom: 10px;
    opacity: 1;
    line-height: 20px;
    background-color: #ffc826;
    display: inline-block;
    padding: 10px 15px;
    font-size: 12px;
}

span.mepr-active-nav-tab a {
	background-color: #858b93;
}

span.mepr-active {
	color: #42a0ff;
}

.mepr-subscription-row a {
	color:#42a0ff;
}

#mepr-account-nav {
text-align:center;
}

.mepr-account-table span.dashicons {
	font-size: 2rem;
	margin-right: 1rem;
}

.mepr-disabled {
color: #676767;
}
.mepr-account-actions div {
	display:block;
}

.widget_search .customize-search h4 {
	margin:20px 0px 0px 0px;
}

.widget_search .customize-search ul {
	margin:-5px 0px 0px 0px;
}

.widget_search .customize-search li {
	margin: 0px 0px 0px 20px;
}

.widget_search .customize-search li label {
	margin:0px 0px 0px 10px;
}

#footer-widgets .widget_search .customize-search {
	display:none;
}

.portfolio-items .col .work-item.style-2 h3 {
	font-size: 16px;
	line-height: 24px;

}

.portfolio-items .col .work-item.style-2 h3,
.portfolio-items .col .work-item.style-2 p {
	opacity: 1 !important;
}

.mepr-subscription-row a {
	display: block;
}
.mepr-subscription-row a:hover {
	color:#858b93;
}
.mepr-account-update:after {
	content: " Credit Card"
}

.ms-alert-box.ms-alert-success {
  border-top-color: #27CCC0;
  color: #27CCC0;
  background-color: #eee;
  text-shadow:none;
}
.ms-alert-box.ms-alert-error {
  border-top-color: #f6653c;
  color: #f6653c;
  background-color: #eee;
  text-shadow:none;
}

.login-remember label {
    display:inline;
}
header#top nav > ul > li > a {
    font-size:14px;
}
#footer-outer, #footer-outer p {
    font-size: 12px;
}

#sidebar .widget input[type=text], #sidebar .widget input[type=email] {
    line-height: 32px;
}

.mobilesearchcontainer {
    display:none;
}

@media only screen and (max-width: 690px)  {
    .portfolio-items:not(.carousel) .col.span_4, .portfolio-items:not(.carousel) .col.span_3 {
        width: 45.8%!important;
        margin: 2%!important;
    }
    .mobilesearch {
    	position: fixed;
    	top: 0px;
    	left: 0px;
    	background: #121214;
    	color: #fff;
    	display: none;
    }
    .mobilesearchcontainer {
    	display:block;
    	width:100%;
    	position: fixed;
    	top: 0px;
    	left: 0px;
    }
}

@media only screen and (max-width: 690px)  {

    .portfolio-items:not(.carousel) .col.span_4, .portfolio-items:not(.carousel) .col.span_3 {
        width: 45.8%!important;
        margin: 2%!important;
    }
}
@media only screen and (max-width: 1000px) {
    .container-wrap {
        padding-top: 53px;
    }
}