/*
Theme Name: SoloStream
Theme URI: http:/
Description: Rensposive
Author: Author
Author URI: http://
Template: 
Tags: 
Version: 2.0

*/
 
.bx-loading {display:none;}
.card-panel {
    transition: box-shadow .25s;
    padding: 10px;
    margin: .5rem 0 1rem 0;
    border-radius: 2px;
   /* background-color: #fff;
box-shadow: 0 8px 71px 0 rgba(0,0,0,0.14), 0 13px 24px 0 rgba(0,0,0,0.12), 0 10px 10px -2px rgba(0,0,0,0.2);*/
}
.teal {
    background-color: #c63f10 !important;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
}
waves-effect.waves-light .waves-ripple{background-color:rgba(255,255,255,0.45)}
.page-numbers:hover{color:#004a43;background-color:rgba(0,0,0,.12);border-color:#ddd;text-decoration:none !important;}
.pagination-txt{
display:inline !important;
}
.current {
    /* font-size: 18px; */
    z-index: 4;
    color: #fff !important;
    cursor: default;
    background-color: #3488ce !important;
    border-color: #3488ce !important;
}


.share-btn {
    display: inline-block;
    color: #ffffff;
    border: none;
   padding: 0.1em;
    width: 2em;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
    outline: none;
    text-align: center;
}

.share-btn:hover {
  color: #eeeeee;
}

.share-btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
  color: #e2e2e2;
  outline: none;
}

.share-btn.twitter     { background: #55acee;float:none !important; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook    { background: #3B5998;float:none !important; }
.share-btn.email       { background: #444444; }
 

.page-numbers {
    /* color: #272727; */
    /* font-size: 15px; */
    position: relative;
    float: left;
text-decoration:none !important;
    padding: .5rem .75rem;
    margin-left: -1px;
    color: #3488ce;
    text-decoration: none;
    background-color: transparent;
    border: 0 solid #ddd;
    min-width: 3.7em;
padding: .75rem 0 !important;
    font-size: 1.25rem !important;
    margin-right: .5em;
    text-align: center;
    border-radius: 4em;
    /* margin: 0 30px 0 0; */
    /* text-transform: uppercase; */
    /* margin: 6px 0 0 0; */
}
.pagination-lg .page-numbers {
padding: 1.65rem 0 !important;
    font-size: 1.75rem !important;
}
.td-text-block-home{

border:2px solid #e8e8e8;
padding:5px;
background:white;
border-radius:10px;
box-shadow:0px 2px 3px 0px rgba(50, 50, 50, 0.1);
}
#home-top-pages {
    min-height: 130px !important;
  
}

.home #home-top-pages {
     margin-top: 0px !important;
}
.td-button_center {
    
    background: #3488ce;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 18px 0;
    outline: none;
    border-radius: 40px;
    transition: 0.2s;
    text-shadow: 1px 1px 1px rgba(43, 43, 43, 1);
    width: 296px;
    text-align: center;
    font-size: 22px;
    border: 3px solid #f0f0f0;
    height: 55px;
    line-height: 0.5;
    font-weight: bold;
    font-style: normal;
    margin-top: 40px;
}

.secmenu ul li{
display:inline;
margin-left:40px;
font-color:black;
text-decoration:none;

}
.secmenu ul li:hover{
display:inline;
margin-left:40px;
font-color:black;
text-decoration:none;

}


.stat .number{

font-size:40px !important;
font-weight:bold !important;
}
#menu-item-8334{

font-weight:bold;
text-transform:uppercase;
background:#1778c8;
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
}
.so-widget-sow-button-atom-66f7f0113d84 .ow-button-base
a:hover{

background:#eb4b13;
}
.block-top-blog p{
 
visibility:hidden;
}
.plugincontact{
color:white;
background-color:#6F90B5;
margin:0 auto;
display:block;
text-align:center;
text-decoration:none;
text-transform:uppercase;
margin-top:251px;
}

.plugincontact:hover{
color:white;
background-color:#497DA4;
margin:0 auto;
display:block;
text-align:center;
text-decoration:none;
text-transform:uppercase;
margin-top:251px;

}

.block-item-button {
    width: 90%;
    margin: 0px auto;
    border: 3px solid #f0f0f0;
    border-radius: 20px;
    height: 44px;
    position: relative;
    top: 70px;
}
button.accordion {
   /* background-color: #eee;*/
    font-weight: bold;
    background: #fcfbfb;
    color: #5f5f5f;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
   /* background-color: #ddd;*/
}

button.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #5f5f5f;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796";
}

div.panel {
    padding: 0 18px;
    background-color: #fcfbfb !important;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}
.img-block-home2 {
    float: left;
    width: 62px;
    height: 62px;
    margin-top: 36px;
    margin-right: 30px;
}

div.panel.show {
    opacity: 1;
    max-height: 1390px;
}

p {
    display: block;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em  !important;
    -webkit-margin-start: 0px  !important;
    -webkit-margin-end: 0px  !important;
    }
    
   .edn-cntrol-wrap.edn-controls-Bottom
   {
       left: 30px !important;

   }
   
  .wp_autosearch_form_wrapper .wp_autosearch_input
   {
      height: 34px !important;  
      font-size: 17px;
      margin:2px !important;
   }
   
   .wp_autosearch_form_wrapper .wp_autosearch_input::placeholder {
    font-size: 17px;
    opacity: 1; /* Firefox */
}

.wp_autosearch_form_wrapper .wp_autosearch_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 17px;
}

.wp_autosearch_form_wrapper .wp_autosearch_input::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 17px;
}
   
   
   
  .wizardinfosys_autosearch_wrapper .wp_autosearch_form_wrapper
  {
      display: block;
    width: 100%;
    height: 39px !important;
   
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }
 body .contentp  .sow-slider-image-wrapper h1
{
	display:block !important;
}
  .ctcc-inner 
  {
      font-weight: normal !important;
    font-size: 18px;
  }
  .ctcc-right-side
  {
      padding-right:56px;
  }
  
  
  
 
  
   @media only screen and (max-width: 960px){
.home header
{
    z-index:999;
}
.home #home-top-pages
{
    margin-top:0px !important;
}
}

@media only screen and (max-width: 640px){
.block-item-button-mobile {
    width: 318px;
    margin: 20px auto 0 auto;
    border: 3px solid #f0f0f0;
    border-radius: 20px;
    height: 44px;
    position: relative;
    top: 0px;
}
}

@media (max-width: 767px) 
{ 
    
     div.mm-page { display: block !important; } 
} 

@media only screen and (max-width: 480px) {
    .media1 {
       font-size:15px !important;
	
    }
.media2{
		font-size:12px !important;
		width:140px !important;
	}
}
.footer-content {
    
    margin-bottom: 70px!important;
}
.edn-controls-Bottom .edn-controls-close .fa.fa-close {
    
    top: 7px!important;
}
.edn-controls-Bottom:hover{
	background-color: #e7343400;
}
header .header_wth{padding:0px 150px 0px;}

.nav_position
{
	float:left !important;
}
header
{
	padding-top:20px;
	padding-bottom:15px;
	background-color:#1e2a40;
}
.bottom_header
{
	background-color:#efefef;
	 -moz-box-shadow:    3px 3px 5px 0px #ccc;
  -webkit-box-shadow: 3px 3px 5px 0px #ccc;
  box-shadow:         3px 3px 5px 0px #ccc;
	margin-bottom: 0px;
}
.so-widget-sow-image-default-9e90369adebe .sow-image-container .so-widget-image
{
	margin-top:17px
}
.nav_position{
	color:#000 !important;
}
#topnav1{margin: 7px 0;float:right;}
#topnav1 ul{float:right;z-index:99;margin:0;padding:0;list-style:none;line-height:1;font-weight:500;font-size:15px;line-height:20px;letter-spacing:0.4px;}
#topnav1 ul a, #left-menu ul a{color:#000;position:relative;display:block;z-index:100;padding:0 8px;line-height:30px;text-decoration:none;}
#topnav1 ul li{float:left;width:auto;margin:0 5px;}
#topnav1 ul a:hover{color:#fff;background:#1778c8;border-radius:25px;}
#colophon
{
	padding-top:20px;
	font-size: initial;
}
footer
{
	background-color:#1E2A40 !important;
}
hr
{
	    margin-top: 4px;
    margin-bottom: 4px;
}
@media screen and (min-width: 0px) and (max-width: 400px) {
  #mycontent { display: none; }  /* show it on small screens */
}

@media screen and (min-width: 401px) and (max-width: 1024px) {
  #mycontent { display: flex; }   /* hide it elsewhere */
}

