/*

 Theme Name:   Social Welfare child

 Theme URI:    http://demo.themeton.com/socialwelfare

 Description:  Social Welfare Child Theme

 Author:       ThemeTon

 Author URI:   http://themeton.com

 Template:     socialwelfare

 Version:      1.0

*/



@import url("../socialwelfare/style.css");

body.boxed #wrap{
    width: 100% !important; 
    margin: 0 auto !important;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

/* Theme customization starts here

  -------------------------------------------------------------- */
span.wpcf7-list-item.first.last {
    width: 100%;
}
input.wpcf7-form-control, .wpcf7-form input:not([type="submit"]), textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 16px;
}
.top-bar ul li a {
    color: #035193;
}
.wpb_wrapper a {

color:#035193;

text-decoration:underline !important;

}

  header .btn-right .btn {

    background: rgb(255, 182, 82);

}

.side-bar .cate li, .widget ul li {
    padding: 0; 
}

table h2 {
    font-weight: bold;
}

header nav li a {

    color: #FFFFFF !important;

font-size:17px;

font-family: Lora;
text-transform:none;
font-weight:500;

}

header .ownmenu ul.dropdown li a {
    text-transform: none;
}

.widget ul li a {

color:#000;

}

.wpcf7-form input:not([type="submit"]), .wpcf7-form textarea {

    border: 1px solid rgb(255, 182, 82);

}



.contact-info p {

font-size:16px;

}



header .ownmenu ul.dropdown li a {

color:#000 !important;
font-size:14px;

}

.ownmenu ul.dropdown, .ownmenu ul.dropdown li ul.dropdown {
    padding-left: 10px;
    min-width: 270px;
    }

.widget > ul > li {

border-bottom:none;

}



h5.widget_title {

    border-bottom: 1px solid #000;

    padding-bottom: 5px;

}

.widget {

    margin-top:0px; 

    position: relative;

    background-color: #FFB652;

    padding: 10px 20px 10px 20px;

color:#000;

}



footer .widget {

    position: relative;

    background-color: transparent;

    padding: 20px;

color:#fff;

}



.blog-pages {

    padding: 0px 0px;

}

h1, h2, h3, h4, h5, h6 {

    font-weight: normal;

    color: #035193;

}



.archive .sub-banner {

display:none;

}



.single-tribe_events .sub-banner, .single-post .sub-banner {

display:none;

}



footer .shadow {

box-shadow: none;

}



.rights {

border-top:4px solid #FFB652;

}



footer#footer {

    border-top: 4px solid #FFB652;

}



.top-bar p {

    color: #035193;

    font-style: normal;

    font-size: 16px;

}



.facebook a:hover {

    color: #fff;

    background-color: #3b5a9b;

    border-color: #3b5a9b;

}

.widget ul li
{
    
    text-indent: -0.2em;
    
}


/*----------------------FOOTER--------------*/

footer .widget {

margin-top: 10px; 

}



.shadow.col-md-3.col-sm-6.footer-column-1.footer_widget {

height: auto !important;

}

footer .footer_widget {

    padding-top: 10px;

    padding-bottom: 15px;

}

footer .widget+.widget {

    margin-top: 5px;

}



div#text-5, div#text-2 {

    padding-bottom: 0;

}



div#text-4 {

    padding-left: 0;

}



.footer-left {

    width: 33.333333%;

float:left;

padding-top:20px;

}



.footer-left p {

text-align:left;

padding-bottom:10px;

} 



.footer-left img {

float:left;

}





.footer-middle {

    width: 33.333333%;

    float: left;

padding-top:20px;

}



.footer-right {

    width: 33.333333%;

    float: left;

padding-top:20px;

}

.footer-right img.left-float {

float: left;

    clear: left;

    margin-bottom: 15px;

margin-left:175px;

}



#footer a, .rights a {

text-decoration:underline !important;

}



.rights {

    padding: 40px 0;

}



/*--------------END FOOTER------------------------*/



span.heading-for-slider {

    font-size: 28px !important;

    padding-bottom: 5px;

    display: block !important;

font-weight:bold;

}



.tagline {

    width: 50%;

    float: left;

    padding-left: 5%;

    margin-top: 5%;

text-align:center;

}

.blog .sub-banner .overlay {

display:none;

}



.blog-pages {

    padding: 30px 0px;

}



.blog-post a.btn  {

background-color: rgb(255, 182, 82);

}



span.wpcf7-form-control.wpcf7-radio {

    display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

}

span.wpcf7-list-item-label {
    margin-left: 5px;
}

input[type="checkbox"] {
    height: auto !important;
    width: auto !important;
}



/*------------SEARCH BUTTON--------------------*/
header .search-form {
	position: absolute;
	right: 115px;
	top: 90px;
}

header .search-field {
	background-color: #FFB652;
	background-image: url(https://www.proseniors.org/wp-content/uploads/2015/10/search-icon-40.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 10px 10px 30px 30px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}
.search-form
.search-submit { 
display:none;
}

.tribe-bar-filters-inner.tribe-clearfix {
    display: none;
}
::-webkit-input-placeholder {
padding-top:10px;
font-size:16px;

}

:-moz-placeholder { /* Firefox 18- */
padding-top:10px;
font-size:16px;
}

::-moz-placeholder {  /* Firefox 19+ */
padding-top:10px;
font-size:16px;

}

:-ms-input-placeholder {  
padding-top:10px;
font-size:16px;

}

/*----------------------------MEDIA QUERIES----------------------*/



@media (max-width:540px) {

.tagline {

    width: 100%;

    float: none; 

}



.tp-caption {display:none;

}

}



@media (max-width:991px) {

header .search-form {
   
    top: 5px;
}

span.heading-for-slider {

    font-size: 20px !important;
}

}

@media (max-width:600px) {

header .search-form {
   
    right: 0px;
}
}

@media (max-width:768px) {
.ownmenu > li > a {
    margin: 0 15px;
}
}

@media (min-width: 1200px){
.container {
    width: 1400px !important;
}
}

.file-browser {

}

.file-browser .table-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem 1rem;
text-align: center;
font-weight: bold;
color: #000;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
cursor: pointer;
}

  .file-browser .table-header.open {
  border-bottom: 0px;
  }

    .file-browser .table-header.open .arrow {
    transform: rotate(0deg);
    transition: all .5s ease;
    }

    .file-browser .table-header .title {
    
    }

    .file-browser .table-header .arrow {
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    transition: all .5s ease;
    }

.file-browser .table {

}

  .file-browser .table table {
  border: 1px solid #ccc;
  }

    .file-browser .table table tbody {
    border: 0px;
    }

      .file-browser .table table tbody td {
      border: 0px;
      padding: .75rem 1rem;
      }

        .file-browser .table table tbody td .icon {
        margin-right: .25rem;
        }

          .file-browser .table table tbody td .icon svg {
          width: 20px;
          height: 20px;
          }

          .file-browser .table table tbody td .icon svg.pdf {
          fill: #ED1C24;
          }

        .file-browser .table table tbody tr:hover {
        border: 1px solid #ccc;
        }

      .file-browser .table table tbody tr:nth-child(odd) td {
      background: #f9f9f9;
      }

      .file-browser .table table tbody tr:nth-child(even) td {
      background: #fff;
      }

    .file-browser .table table tbody td:first-child {
      width: calc(100% - 50px);
    }

    .file-browser .table table tbody td:last-child {
    width: 50px;
    }