/*!
Theme Name: Endless Technologies
Theme URI: http://underscores.me/
Author: https://lionstechnologies.com/
Author URI: http://wecreatedesign.co/
Description: Custom Theme Developement for Endless Technologies
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: endless-technologies
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Endless Technologies is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.mc4wp-form-fields {
    position: relative;
}
input.wpcf7-form-control.wpcf7-not-valid {
    border-color: red !important; 
}
input.wpcf7-form-control.wpcf7-not-valid{
	    border: 1px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	display:inline-block !important;
}
.standard-list.blog-details.search img{
	margin:15px 0px;
}

.woocommerce-page #content .single_wrap {
    float: none;
    width: 100%;
}

.woocommerce-page #sidebar {
    display: none;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px){
.swiper-slide {
    margin-right: 10px !important;
}
	
#courses-new .side-bar form {
	margin-top:10px;
}	

#footer .tp {
    margin-top: 60px;
}	
		
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

#courses h4 {
	font-size:15px;
}	
	
#newsletter input {
	width:100% !important;
}	
	
#newsletter ul li {
	font-size:13px;
	padding: 0px 3px;
}	
	
#newsletter h5 {
	font-size:13px;
}	
	
#footer {
	padding:50px 0px;
}
	
}	

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1169px) {
#courses h4 {
	font-size:20px;
}
	
#courses .swiper-button-next {
    right: -18px;
}	
	
#courses .swiper-button-prev {
    left: -18px !important;
}	
	
}