/* LICENSE & DETAILS
   ==================================================

	Theme Name: Uplift Child Theme
	Theme URI: http://uplift.swiftideas.com
	Description: An Incredible Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.com )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: uplift
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.com

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

.masonry-items .blog-item .author {
    bottom: 28px;
    display: none;
    white-space: nowrap;
}

.blog-item-details span.author {
    font-weight: normal;
    display: none;
}

#header li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    padding: 0 15px;
    position: relative;
}

#header ul.mega-sub-menu {
    border-radius: 0 0 4px 4px;
    padding: 0 0 0 3px;
    text-align: left;
    width: 210px;
}

.single-post .content-right, .single-post .right-sidebar {
    padding-right: 0;
    padding-top: 40px;
}

.home span[role="alert"]{
	color: #fff;
}

#wpcf7-f15636-p15849-o1 div.wpcf7-validation-errors , div.wpcf7-mail-sent-ok{
    border: 2px solid #fff;	
	color: #fff;
}

/*
div.wpcf7 .ajax-loader {
	background-image: url(http://crissa.wwwsrc5.supercp.com/wp-content/uploads/2016/01/Spin-1.gif);
}
*/

/*
div.fancy-heading-wrap div.heading-text{
   background-color: rgba(0, 118, 154, 0.47);
   border-radius: 16px;
   padding-left: 10px;
   padding-right: 10px;
}
*/
.blog-item .excerpt {
    display: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #333;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #333;
}

input[type="text"], input[type="email"], input[type="password"], textarea, select, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 select, .ginput_container input[type="text"], .ginput_container input[type="email"], .ginput_container textarea, .ginput_container select, .mymail-form input[type="text"], .mymail-form input[type="email"], .mymail-form textarea, .mymail-form select, input[type="date"], input[type="tel"], input.input-text, input[type="number"], .select2-container .select2-choice{
color: #575757 !important;
}

.inv-recaptcha-holder{

  display:none !important;
}

.blog-aux-options li.search {
    display: none;
}

.blog-aux-options li.search {
    display: none;
}

@media only screen and (max-width: 479px){
	.blog-aux-options li:first-child {
    	margin-left: 0px;
	}

	.blog-aux-options li a {
    	padding-right: 5px;
		padding-left: 5px;
	}
}
