/*
 Theme Name:   Premium by MarketingPont.com
 Theme URI:    http://marketingpont.com
 Description:  Tema Premium creado y deseñado por MarketingPont.com 
 Author:       MarketingPont.com
 Author URI:   http://marketingpont.com
 Template:     MKTPframework
 Version:      1.0.0
 Text Domain:  MKTPframework-child
*/

@import url("../MKTPframework/style.css");


/* Plugin: Contact Form 7*/
select.wpcf7-form-control.wpcf7-select {
    padding: 18px;
    border-radius: 3px;
    width: 100%;
}

.wpcf7-submit {
    position: relative;
    display: inline-block;
    padding: 15px 50px;
    background-color: green;
    background-image: linear-gradient(green,lightgreen);
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 500;
    border: 1px solid green;
    text-transform: uppercase;
    border-radius: 5px;
}

header#masthead {	
border-bottom:	1px #ccc solid;
}	

/* Navegación entre Post: Anterior y Siguiente */
nav.navigation.post-navigation {
    display: none;
}

/* Exclusive For screen -670px */

@media only screen and (max-width: 670px){

	.vegas-wrapper {
		padding: 30px 10px !important;
	}

	.navbar-toggler {
		border: 2px solid transparent;
		width: 100%;
	}

	#slide h1 {
		font-size: 40px;
	}

	div.wpcf7 .wpcf7-form-control {
		width: 100%;
	}

}