/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2018 | 20:01:49 */
/*Archive page header fix*/
.title-container-background {
    background-color: #723e99 !important;
    background-image: url(/wp-content/uploads/2017/10/image-option-1.jpg) !important;
}
header .aio-icon {
    display: inline-block;
    margin-right: 10px;
}

div#resource-page-shortn {
    background-color: rgb(114, 62, 153) !important;
}
.reg-itm-lst p.cec-li-description {
    color: #5b5959;
}
/*Keep sidebar*/
@media screen and (max-width: 1199px) {
    .sidebar-right, .sidebar-left {
        display:block !important;
        padding-left: 0 !important;
    }    
}

@media screen and (max-width: 767px) {
    #footer-container #footer .row > .col {
        margin: 10px 0 0 0 !important;
    }
  	#footer-container #footer .row > .col .widget {
        margin-bottom: 10px;
    }
	section#media_image-2 {
    	text-align: center;
    	margin-top: 30px;
	}
  	.gform_body {
   		margin: 0 5%;
	}
}

/* TIPPY TOP BAR COLOR */
.topbar {
    background-color: #363636 !important;
}

.topbar-phone {color:white;}

.header-seventh .topbar-switcher {
  background-color: #9450C7;
      -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.header-seventh .topbar-switcher:hover {
  background-color: #723E99;
}

.header-seventh .topbar-info-wrapper .topbar-info li i {
    color: #9450c7;
    margin-right: 5px;
}

.blue-plus-list {color: #00ccff;padding-right:10px;}
.blue-list-text {
    font-size: 16px;
    font-family: Poppins;
    color: #666666;
}
.purple-button button {font-family:Poppins;font-weight:700;font-size:18px;}

#layout-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active {
    background-color: white;
    border: 1px solid #e1e1e1;
}

#layout-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background-color:#f2f2f2;
}

.vc_active .vc_tta-title-text {
    color:#723E99;
}
.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus, .vc_active .vc_tta-icon.fa {
  color: #00ccff;
}

.vc_tta-panel-heading {
  background-color:#969499;
}

.vc_tta-title-text {
    color:#969499;
}
.vc_tta-controls-icon.vc_tta-controls-icon-plus, .vc_tta-icon.fa {
  color: #969499;
}


/*posts grid*/
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-title a h3::before {
    background: #9450C7;
}

#layout-container .st-posts-module .st-posts-module-single .st-posts-module-title a h3:hover {
    color: #9450C7;
}

/*Footer*/
.widget-title {
  margin-bottom: 0px !important;
}

.widget_text a {
  color: #9450C7;
}

/*Footer email form*/
.ginput_container.ginput_container_email {
    border: 1px solid #9450C7;
    padding: 8px;
    border-radius: 2px;
}

#gform_submit_button_1 {
    background: #00ccff;
    padding: 12px 32px;
    display: block;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 700;
    text-transform: uppercase;
}

/*RESOURCES PAGE STYLES*/
.page-id-11779 div#resource-page-shortn {
    /*max-height: 200px;*/
}
.single-resource {
    margin-bottom: 15px;
}
.resources {
  margin: 0 10%;
}
h2.resourceCat {
  text-align: left;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 20px;
}
h3.resourceTitle {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 6px !important;
}
.resources p {
  line-height: 1.45;  
}
a.resourcelink {
  transition: color 0.3s ease;   
}
a.resourcelink:hover {
    color: #9450C7;
}

a.resourcelink h3.resourceTitle:before {
  	display: inline-block;
    vertical-align: middle;
    content: '';
    width: 11px;
    height: 16px;
    margin-right: 12px;
    margin-top: -0.16em;
  	background: #9450C7 !important;
}

/*  registration form */
.registrationform #field_2_10{display:none;}
.registrationform .gform_body input{border:solid 1px black;}
.registrationform .gform_body .ginput_container.ginput_container_email{border:initial;}
.registrationform .gfield::before{display:none !important;}
.registrationform .gfield_radio input[type="radio"] {
    appearance: initial;
    -webkit-appearance: radio;
    -moz-appearance: radio;
}

.registrationform .gform_footer input[type="submit"],
.registrationform .button{
    background: initial;
    padding: .5em 1em;
    border-radius: 5px;
    border: 1px solid black;
    cursor: pointer;
}
/* end of reg form */

/*Sidebar accordion style*/
#main-container .widget_st_services_menu_widget div ul li.current-menu-item:before, #main-container .widget_st_services_menu_widget div ul li:hover:before {
    background:#9450C7 !important;
}

/**/

.cec-li-title {
    padding: 0;
    color: #1b1f35;
    font-size: 24px;
    transition: color .3s ease;
}

.cec-li-title::before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 7px;
    height: 15px;
    margin-right: 12px;
    margin-top: -3px;
    background: #9450C7;
}

.cec-li-title:hover {
    color: #9450C7 !important;
}

.cec-li-description {
  color: #999999;
  font-size: 14px;
  line-height: 1.4em;
  padding-bottom: 20px;
}

.cec-li-view-more {
    font-size: 16px;
    font-weight: bold;
    background-color: #00ccff;
    transition: all 0.3s;
    color: white !important;
    padding: 12px 18px;
    border-radius: 4px;
    line-height:50px;
}

.cec-li-view-more::after {
    position: relative;
    top: 0.1em;
    margin-left: 7px;
    color: white;
    font: normal normal normal 18px/1 FontAwesome;
    content: '\f105';
}

.cec-li-view-more:hover {
    background-color: #723E99;
}

#footer {
  background-color: #723E99 !important;
}

#footer .widget_text a, #footer #custom_html-7 div {
    color: #ddd;
    font-size: 15px;
}

#footer-container #subfooter {
  background-color: white !important;
}

#footer-container #subfooter .subfooter-copyright {
  font-size: 15px !important;
}

.header-seventh .header-wrapper.transparent nav.header-navigation > ul > li > a {
  color: #723E99;
}

#layout-container .gform_body ul li::before {
    display: none;
}

#footer .textwidget a {
    color: rgba(255,255,255,0.5) !important;
}

#custom_html-2 .textwidget, #recent-posts-7 a{
    color: rgba(255,255,255,0.8) !important;
}

#footer-container #footer .row > .col .widget-title{
  font-weight:600
}

@media (min-width: 1200px) and (max-width: 1300px){
	#layout-container .wpb_text_column {
    		padding: 0 20px;
	}
	#main-container .title-container .title-container-inner, .row {
		width:1100px;
	}
}
.header-seventh .st-header-icons .st-search-icon i {
    color: #1b1f35 !important;
}

@media (max-width: 1199px) {
  #main-container .title-container .title-container-inner {
    top: 50px;
    height: 150px;
  }
  #main-container .title-container {
    height: auto;
  }
  
}

@media (max-width: 767px) {
  #main-container .title-container .title-container-inner {
    top: 55px;
  }
}

/* mobile menu button fix on super small phones. */
/* makes menu button easier to click */
@media (max-width:400px){
	#icon-mobile-menu{
		width:20%;
	}
	.logo-mobile-container{
		width: 60% !important;
	}

}

#gform_submit_button_2{
  color: #9450C7;
}

.aio-icon .Defaults-facebook:before,
#subfooter .subfooter-policy a:nth-child(1):before{
	color: #3B5998 !important;
}

.aio-icon .Defaults-twitter:before,
#subfooter .subfooter-policy a:nth-child(2):before{
	color: #00aced !important;
}

.aio-icon .Defaults-linkedin:before,
#subfooter .subfooter-policy a:nth-child(3):before{
	color: #0077B5 !important;
}

.aio-icon .Defaults-pinterest:before,
#subfooter .subfooter-policy a:nth-child(4):before{
	color: #C92228 !important;
    content: "\f0d2";
}

.aio-icon .Defaults-instagram:before,
#subfooter .subfooter-policy a:nth-child(5):before{
	color: #cd486b !important;
    content: "\f16d";
}

.topbar-phone a:hover i:before
{
  color:#9450c7 !important;
}

header .aio-icon{
  margin-right:0 !important;
}

@media (max-width:378px){
	.topbar-phone > div > a:last-child {
    	font-size: 0;
	}
}