/*
Theme Name: EMAV Portfolio
Theme URI: https://www.emavportfolio.com
Author: EMAV
Author URI: https://www.emavportfolio.com
Description: EMAV Portfolio Theme
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: portfolio, responsive, case study, fullscreen cover, content editor
Text Domain: emavportfolio
*/
/*

	How to add Custom CSS?
	------------------------------------------------------------------------------------------------------------------------------------
	EMAV Portfolio is coded with SASS (http://sass-lang.com/) 
	There are 2 ways to edit or override CSS definitions:
	
	# Use the Custom CSS fields in the Theme Options under 'Customize -> Advanced'
	

*/



#wp-admin-bar-wp-logo,#wp-admin-bar-new-content,#wp-admin-bar-edit,#wp-admin-bar-search,#wp-admin-bar-customize{display:none !important;}

.wpcf7-form input.wpcf7-submit{width: auto;padding: 0 50px;background-color: #E30869;color:white;text-transform: uppercase;letter-spacing: 3px;font-weight: bold;border:0px solid black;cursor: pointer;}
.wpcf7-form input.wpcf7-submit:hover{background-color: white;color:#E30869;}


#student-login .login-submit .button{width: auto;padding: 0 50px;background-color: #E30869;color:white;text-transform: uppercase;letter-spacing: 3px;font-weight: bold;border:0px solid black;cursor: pointer;}
#student-login .login-submit .button:hover{background-color: white;color:#E30869;}

.login-students a{margin-top:20px;color:white;display: block;font-size: 14px;}
.login-students a:hover{color:#444;}


.wpcf7 input[type="file"] {
    cursor: pointer;
    border: 0px;
    background: transparent;
    color: #fff;
    padding-left: 0;
    margin-bottom:20px;
}


.wpcf7 input[type="file" i]::-webkit-file-upload-button, .wpcf7 input[type="button" i] {
    background-color: white;
    appearance: none;
    -webkit-appearance: none;
    border: 0px;
    padding: 6px 20px;
    margin-right: 30px;
    border-radius: 2px;
    margin-top: 10px;
    cursor: pointer;
}


/* Desktop Wide */
@media screen and (min-width: 1170px) {
 .hide-for-desktop-wide {display: none !important}
}

/* Desktop */
@media screen and (max-width: 1169px) and (min-width: 992px) {
 .hide-for-desktop {display: none !important}
}

/* Tablet Wide */
@media screen and (max-width: 991px) and (min-width: 768px) {
 .hide-for-tablet-wide {display: none !important}
}

/* Tablet Portrait */
@media screen and (max-width: 767px) and (min-width: 544px) {
 .hide-for-tablet-portrait {display: none !important}
}

/* Mobile */
@media screen and (max-width: 543px) {
 .hide-for-mobile {display: none !important}
}



