/*
Theme Name: Travel Time Child
Theme URI: http://cmsmasters.net/travel-time-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Travel Time Child Theme
Template: travel-time
Version: 1.0.0
License:
License URI:
Text Domain: travel-time-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

@import url(../travel-time/style.css);


/** INICIO **/
.portada {
	height: 70vh;
}




/** BLOG SLIDER **/
/*
.tips-viajero .cmsmasters_post_cont_wrap {
	position: absolute !important;
    z-index: 2;
    top: 50%;
    left: 50%;
    background-color: rgba(255,255,255,0.5);
    width: 90%;
    height: 84%;
    transform: translate(-50%,-50%);
	-webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.tips-viajero .cmsmasters_post_cont_wrap:hover {
	background-color: rgba(255,255,255,0.8);
}
*/


/** FOOTER **/
.cmsmasters_color_scheme_first {
	background-color: #3F7EBD !important;
}

.widget_text {
	width: 97.6% !important;
/*	max-width: 340px !important;*/
/*	background-color: red;*/
}

.widget_text:nth-child(2) {
/*	max-width: 160px !important;*/
/*	background-color: aqua;*/
}

@media only screen and (min-width: 768px) {
	.widget_text {
		width: 47.6% !important;
	}
	.widget_text:nth-child(2) {
		max-width: 160px !important;
	}
}

@media only screen and (min-width: 1024px) {
	.widget_text:first-child {
		width: 30.1% !important;
/*		max-width: 415px !important;*/
	}
	.widget_text:nth-child(2) {
		width: 15.06% !important;
		max-width: none;
		height: 
	/*	background-color: aqua;*/
	}
	.social-icons-widget {
		width: 22.6% !important;
/*		background-color: red;*/
		text-align: center;
	}
}



.mc4wp-form-fields input[type="email"] {
	border-color: #fff !important;
	border-radius: 0 !important;
}

.mc4wp-form-fields input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #bbb !important;
}

.mc4wp-form-fields input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #bbb !important;
	opacity: 1;
}

.mc4wp-form-fields input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #bbb !important;
	opacity: 1;
}

.mc4wp-form-fields input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #bbb !important;
}




.social-icons-widget .icons-large {
	padding-left: 0;
}

.social-icons-widget .icons-large li:before {
	content: none;
}


.footer_copyright {
	color: #1196dd;
	font-weight: 600;
}
