/*
Theme Name:     CargoPress Child Theme
Theme URI:      http://www.proteusthemes.com
Description:    Child theme for the CargoPress
Author:         Primoz Cigler
Template:       cargopress-pt
Version:        1.0
*/


/* add custom CSS code bellow */

.header__widgets .call-to-action__button{
	padding: 0;
}

#gform_wrapper_1 label.gfield_label{
	display: none !important;
}

body.home #gform_wrapper_1 textarea.medium{
	height: 250px;
}

.jumbotron__control{display: none;}
.jumbotron-content{top: 130px;}

.home-widgets h3{
	text-transform: uppercase;
}

.hentry__content > p{
	margin-bottom: 15px;
}

.wpcf7-select, .wpcf7-text, .wpcf7-textarea,
.gfield input, .gfield textarea {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    box-shadow: none;
    color: #aaaaaa;
    font-size: 14px;
    margin-bottom: 0;
    padding: 17.5px 20px;
    transition: all 100ms ease-out 0s;
    width: 100%;
}
.wpcf7-select:focus, .wpcf7-text:focus, .wpcf7-textarea:focus,
.gfield input:focus, .gfield textarea:focus {
    background: #ffffff none repeat scroll 0 0;
    border-color: #eeeeee;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    border: 1px solid #333333;
}

.gform_wrapper textarea.medium {
    height: 160px;
    width: 100%;
    border: 1px solid #333333;
}
