/**
 * Theme Name:     Alamo
 * Author:         Digitalrocks
 * Template:       kadence
 * Text Domain:	   alamo
 * Description:    Universidad Álamo
 */

body.home .tutor-login-wrap {
	box-shadow: none;
	padding: 0px;
}

body.home .tutor-login-form-wrapper {
	padding: 0px;
}

body.home #tutor-login-form {
	margin: 0px;
}

body.home .tutor-fs-5,
body.home #tutor-pro-social-authentication {
	display: none !important;
}

body.home .tutor-form-check label,
body.home .tutor-btn,
body.home .tutor-text-center.tutor-fs-6 {
	font-size: 13px;
	color: #fff;
}

.tutor-modal-window .tutor-form-check label,
.tutor-modal-window .tutor-btn {
	font-size: 13px;
}

body.home #login-form {
	text-align: center;
}

.rotate {
	display: none;
}

body.home footer {
	display: none;
}

.hidden-captcha {
	visibility: hidden;
	height: 0px;
}

.full-width .elementor-button,
.full-width .icon_pointer_button_holder {
	width: 100% !important;
}

.full-width .elementor-button-content-wrapper {
	display: inline-block;
}

.full-width .elementor-button-content-wrapper .elementor-button-icon.elementor-align-icon-right {
	float: right;
}

.readonly .elementor-button {
	cursor: not-allowed;
}

.rotate {
	display: none;
}

iframe {
	display: block;
}

.small {
	font-size: 0.8rem !important;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

body.single-post .single-content h1,
body.single-post .single-content h2,
body.single-post .single-content h3,
body.single-post .single-content h4,
body.single-post .single-content h5,
body.single-post .single-content h6 {
    margin: 0.5em 0 1em 0 !important;
}

textarea {
	resize: none;
}

.text-center {
	text-align: center !important
}

#login-form label {
	display: none;
}

#login-form input[type="text"],
#login-form input[type="password"],
.tutor-modal-window input[type="text"],
.tutor-modal-window input[type="password"] {
	width: 100%;
    padding: 14px 10px 14px 34px;
    border-radius: 14px;
	line-height: normal;
}

#login-form input[type="submit"] {
	width: 100%;
	line-height: normal;
}

#login-form input[type="text"],
.tutor-modal-window input[type="text"] {
	background: #FFF url(https://alamo.digitalrocksserver.com/wp-content/uploads/2024/08/user.png) no-repeat;
	background-size: 20px;
    background-clip: padding-box;
    background-origin: padding-box;
    background-position: 8px center;
}

#login-form input[type="password"],
.tutor-modal-window input[type="password"] {
	background: #FFF url(https://alamo.digitalrocksserver.com/wp-content/uploads/2024/08/padlock.png) no-repeat;
	background-size: 20px;
    background-clip: padding-box;
    background-origin: padding-box;
    background-position: 8px center;
}

#login-form .forgot-link {
	text-transform: uppercase;
    text-align: center;
    display: block;
    color: #fff;
    border-top: 1px solid #FFF200;
    padding: 20px 0 0 0;
    font-weight: 500;
}

#login-form h2 {
	font-size: 16px;
	color: #fff;
}

#login-form .uo-default-message-text {
	text-align: center;
}

#login-form .uo-default-message-text h4 {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

#login-form .uo-default-message-text a {
	color: #FFF200;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 20px !important;
	display: block;
}

.tribe-events-single-event-description.tribe-events-content p {
	font-family: inherit !important;
	font-size: 15px;
}

.tribe-events-venue-map {
    width: 60%;
}

h2.widget-title,
.widget_lduserstatus h4 {
    font-size: 1.3em !important;
    margin-bottom: 20px !important;
	color: #2b6cb0;
	font-weight: 500;
	text-transform: uppercase;
}



/* Media queries */


@media (max-width: 767px) {
    
    .hidden-xs {
        display: none;
    }
     
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media screen and (min-width: 768px) and (max-width: 991px) and (orientation:portrait) {
	.rotate {
		display: flex;
		text-align: center;
		padding: 0 40px;
		position: fixed;
		height: 100%;
		background: rgba(0,0,0,0.85);
		align-items: center;
		z-index: 12;
	}
	
	.rotate h1 {
		color: #fff;
		font-size: 3em;
	}
	 
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1024px) {
}

@media (min-width: 1200px) {
	
	.learndash-wrapper .ld-profile-summary .ld-profile-stats {
		margin: 0 0 0 12%;
	}
}


@media (max-width: 1300px) {
	
	.tutor-table {
		min-width: 300px;
	}

	.tutor-course-single-sidebar-wrapper {
		flex: 0 0 230px;
		width: 230px;
	}
	
}