/*
 Theme Name:   Vision of Knowledge
 Description:  Vision of Knowledge Charity Theme
 Author:       Bright Choice Marketing
 Author URI:   https://brightchoicemarketing.com/
 Template:     vantage
 Version:      1.0.0
*/

/* 1 imported styles */

@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(fonts/flaticon/flaticon.css);

body.responsive.layout-full #page-wrapper .full-container { max-width: 1180px }
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
a, a:hover, a:active {
	text-decoration: none !important;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	margin: 0;
}
:active,
:focus {
	outline: none !important;
}
img {
	max-width: 100%;
}
.fa { vertical-align: middle }
.text-white {
	color: #fff !important;
}
.text-black {
	color: #454545 !important;
}

.thm-btn {
	background: #0ebfe5;
	border-radius: 30px;
	display: inline-block;
	color: #fff !important;
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 35px;
	border: 2px solid transparent;
	transition: all .3s ease;
}
.thm-btn:hover,
.thm-btn.inverse {
	background-color: #fff;
	border-color: #0ebfe5;
	color: #0ebfe5 !important;
}
.thm-btn:active,
.thm-btn:focus {
	background-color: #fff;
	border-color: #0ebfe5;
	color: #0ebfe5;
}
.thm-btn.inverse:hover {
	background: #0ebfe5;
	border-color: #0ebfe5;
	color: #fff !important;
}
.btn-xs {
	font-size: 11px !important;
	padding: 8px 15px !important;
}
.vision-main { padding-top: 0 !important }
.vision-main .vision-hero {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background: #fff;
	opacity: .85;
}
.vision-main .vision-hero .sow-slider-image-wrapper {
	display: grid;
	align-content: center;
}
.vision-main .vision-hero h2 {
	text-transform: uppercase;
	font-weight: bold;
}
.vision-main .vision-hero p {
	margin-top: 0 !important;
	text-shadow: none !important;
}

/* 2 header and menu styles */
.header-social-search {
  padding: 10px 0;
  background-color: #262f36;
}

.header-social-search .full-container {
  margin: 0 auto;
  text-align: right;
  max-width: 1180px;
}
.header-social-search .full-container .searchform { display: inline-block; }
.header-social-search .full-container i.fa {
  padding: 4px;
  padding-top: 5px;
  background: #25bada;
  color: #fff;
  font-size: 22px;
  width: 40px;
  text-align: center;
	vertical-align: top;
	border: 2px solid transparent;
	border-radius: 5px;
}

.header-social-search .full-container i.fa:hover {
  background: #fff;
  color: #25bada;
	border-color: #25bada;
}

.single-header-info {float:left;padding-left: 35px;}
.single-header-info .icon-box,
.single-header-info .content {
	display: table-cell;
	vertical-align: middle;
}
.single-header-info .icon-box .inner-box {
	width: 60px;
	height: 60px;
	border: 1px solid #E1E1E1;
	border-radius: 50%;
	text-align: center;
	line-height: 58px;
	margin-right: 15px;
}
.single-header-info .icon-box .inner-box i:before {
	font-size: 30px;
	color: #0ebfe5;
}
.single-header-info .content h3 {
	font-size: 13px;
	text-transform: uppercase;
	color: #2B2B2B;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	margin: 0;
	margin-bottom: 5px;
}
.single-header-info .content p {
	font-size: 13px;
	margin: 0;
	color: #B6B6B6;
}
/*
.single-header-info .content a {
	color: #B6B6B6 !important;
}
*/
.single-header-info .content p b {
	font-size: 18px;
	color: #000000;
	font-weight: 500;
}
.single-header-info .thm-btn {
	margin: 7px 0;
}
.single-header-info a { color: #fff !important }
.single-header-info a:hover { color: #0ebfe5 !important }

.main-navigation { border-bottom: 4px solid #0ebfe5 }
.main-navigation ul li a { 
	font-weight: 600;
	text-transform: uppercase;
}

@media (min-width: 481px) {
	.main-navigation ul li:first-child a { padding-left: 0 }
}


/* .homepage styles */

.entry-thumbnail {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
.entry-thumbnail img {
	width: 100vw;
	max-width: 1080px;
}


/* .donate now styles */

.donate-now-main .lsow-tabs.style7 .lsow-tab-panes .lsow-tab-pane {	padding-left: 0 }
.donate-now-main .lsow-tabs.style7 .lsow-tab-panes p:first-child { margin-top: 0 }


/* .about styles */

.about-aims .sow-slider-image-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-model .panel-first-child {
	margin-bottom: 0 !important;
}

/* .get involved styles */
.involved-text .textwidget {
	width: 70%;
}

/* .contact styles */

.contact-content .contact-info {
	padding: 0;
	margin: 0 0 10px 0;
}
.contact-content .contact-info li {
	list-style: none;
	margin: 0 0 23px 0;
}
.contact-content .contact-info li .icon-box,
.contact-content .contact-info li .content-box {
	display: table-cell;
	vertical-align: top;
}
.contact-content .contact-info li .icon-box .inner {
	width: 70px;
	height: 70px;
	background: #25bada;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 30px;
	margin-right: 25px;
}
.contact-content .contact-info li .content-box h4 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact-content .contact-info li .content-box p {
	color: #9C9C9C;
	line-height: 26px;
}

#responsive-form{
	max-width:100% /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half {
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: left;
	cursor: pointer;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}


/* 19 .footer styles */

.footer-widget ul {
	margin: 0;
	padding: 0;
}
.footer-widget ul li {
	list-style: none;
}
.footer-widget .contact {
	margin-top: 21px;
}
.footer-widget .contact li {
	font-size: 13px;
	color: #C9C9C9;
	margin-bottom: 18px;
}
.footer-widget .contact li i,
.footer-widget .contact li span {
	display: table-cell;
	vertical-align: middle;
}

.footer-widget .contact li i {
	font-size: 16px;
	color: #FFFFFF;
	width: 18px;
	text-align: center;
	padding-right: 18px;
}
.footer-widget.about-widget img {
	margin-bottom: 20px;
}
.footer-widget.about-widget p {
	color: #C9C9C9;
	font-size: 13px;
	line-height: 27px;
	margin: 0;		
}

.footer-widget .social {
	margin-top: 30px;
}
.footer-widget .social li {
	display: inline-block;
}
.footer-widget .social li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #CACFD3 !important;
	border: 1px solid #CACFD3;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	border-radius: 50%;
	margin-right: 3px;
	transition: all .3s ease;
}
.footer-widget .social li a:hover {
	background: #25bada;
	border-color: #25bada;
}
.footer-widget h3.title,
#footer-widgets .widget .widget-title {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
	color: #FEF9F9;
	margin: 0;
	margin-bottom: 24px;
}
#footer-widgets .widget_nav_menu { padding-left: 7% }
#footer-widgets .widget_nav_menu ul li a {
	font-size: 14px;
	color: #C9C9C9;
	line-height: 38px;
	tranisition: all .3s ease;
	border-bottom: none !important;
}
.footer-widget.latest-post ul {
	margin-top: 42px;
}
.footer-widget.latest-post ul li {
	margin-bottom: 20px;
}
.footer-widget.latest-post ul li span.border {
	display: table-cell;
	vertical-align: top;
}
.footer-widget.latest-post ul li span.border:before {
	content: ' ';
	width: 10px;
	height: 2px;
	background: #FFFFFF;
	display: block;
}
.footer-widget.latest-post ul li .content {
	padding-left: 18px;
	display: table-cell;
	vertical-align: top;
	position: relative;
	top: -8px;
}
.footer-widget.latest-post ul li a {
	display: block;
	color: #C9C9C9;
	font-size: 13px;
	line-height: 25px;
	transition: all .3s ease;
}
.footer-widget.latest-post ul li a:hover {
	color: #25bada;
}
.footer-widget.latest-post ul li span {
	color: #576673;
	font-size: 13px;
	display: block;
}
.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
	width: 100%;
	height: 50px;
	background: #2C353C;
	color: #C9C9C9;
	font-size: 13px;	
	margin-bottom: 10px;
	border: none;
	outline: none;
	padding: 0 20px;
}
.footer-widget.contact-widget textarea {
	height: 100px;
	padding-top: 15px;
	margin-bottom: 5px;
}
.footer-widget.contact-widget button {
	width: 100%;
	height: 50px;
	background: #25bada;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	border: none;
	outline: none;
	padding: 0;
	line-height: 50px;
	font-weight: bold;
	transition: all .3s ease;
}
.footer-widget.contact-widget button:hover {
	background: #fff;
	color: #0ebfe5;
}
