/*
Theme Name: Supply and Apply
Theme URI: http://alisonsinfomatics.in/
Author: Jouhara Rayees
Author URI: http://alisonsinfomatics.in/
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

#searchsubmit{
	background:url(images/search-icon2.png) no-repeat; width:16px;
}
.submit-btn{
	width:100%;
}
.get-right .wpcf7-form-control-wrap{
	display:block !important;
	position:relative;
	width:32%;
	float:left;
	margin-right:6px;
}
.get-right .wpcf7-form-control-wrap .form2{
	width:96%;
	margin:0;
	padding:5px 0% 5px 4%;
}
.get-right span.wpcf7-not-valid-tip{
	font-size:12px;
	left:0;
	top:40px;
}
.get-right ::-webkit-input-placeholder {
   color: #fff;
}

.get-right :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.get-right ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.get-right :-ms-input-placeholder {  
   color: #fff;  
}
.submit-w{
	height:37px;
}
.submit-w .submit-btn{
	margin-top:0;
}
.contact-rightbar span.wpcf7-not-valid-tip, .form-leftbar span.wpcf7-not-valid-tip{
	position:static;
}
.contact-rightbar .wpcf7-response-output{
	clear:both;
}
.get-wrap div.wpcf7-response-output{
	font-size:11px; color:#fff; float:left; margin-top:20px;
}
.service-row2 ul,
.about-row1 ul {
	color: #2B3990;
	font-size: 13px;
	margin: 0 18px;
	padding: 0;
}

.service-row2 ul.slider1{
margin:0;
}

.service-row2 ul li,
.about-row1 ul li {
	line-height: 20px;
	list-style-image: url(images/bullet-2.png);
	margin: 0;
	font-family: 'Open Sans';
	font-size: 13px;
	color: #000;
}

.setting ul,
.about-row2 ul,
.service-row3 .service-col-1 ul,
ul.projects {
	margin: 0;
}

.setting ul li,
.about-row2 ul li,
.service-row3 .service-col-1 ul li {
	list-style:none;
	padding: 10px 0;
	font-size: 14px;
	border-bottom: 1px solid #97c1dc;
}

.setting ul li,
.service-row3 .service-col-1 ul li {
	color: #fff;
}

.setting ul li:last-child,
.about-row2 ul li:last-child,
service-row3 .service-col-1 ul li:last-child {
	border-bottom: 0px;
}

.ourteam-row ul li {
	list-style: none;
	width: 50%;
	float:left;
}

/*ul.projects li { list-style: none; width: 50%; float: left; padding: 15px; box-sizing:border-box; }
*/
.header2 .pricing{float:left; margin-left:11%;}
.header2 .call{float:right;}
.service-side-row:hover {
	transform: scale(1.1);
}

.url img {
	margin-top: -3px;
}

span[property="v:title"] {
	font-weight: bold;
	color: #888;
}