/*

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 */

.wpcf7-select, .wpcf7-text, .wpcf7-textarea{
	padding: 0;
	margin-bottom: 0;
	color: #333;
	box-shadow: none;	
}
.hentry {
	font-size: 14px !important;
}
.page-id-787 h2.widgettitle {
    display: none;
}
.home .testimonial h2 {
    font-size: 27px !important;
}
table {
    width: 100%;
}
.home .testimonial {
    margin-bottom: 2%;
}
.home p.testimonial__quote {
    border: 1px solid #e21f2f;
    border-radius: 5px;
    color: #fff;
    background-color: #062188;
}
.home .testimonial__quote::before {
	left: 5px;
	background-color: transparent;
    font-size: 60px;
	color: #fff;
}
.testimonial__carousel--left, .testimonial__carousel--right {
    background-color: #e21f2f;
    color: #fff;
}
.home .testimonial__quote::after {
	border-color: #e21f2f transparent transparent transparent !important;
}
.featured-widget{
	background-color: #adadad;
	box-shadow: none;
}
.contact-form-small .wpcf7-textarea{
	height: 75px;
}
.top, .top-navigation > li > a, .top-navigation .sub-menu > li > a{
	display: none;
}
.jumbotron-content__title h1{
	text-shadow: 0 2px 3px rgb(0, 0, 0);
	letter-spacing: 0px;
	background-color: rgba(0, 20, 123, 0.8);
	padding: 10px;
}
.jumbotron-content__title h2 {
    color: #fff;
    letter-spacing: 0px;
}

/*-----online-quote--------*/

.quotation-wrapper,.page-content {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.quotation-wrapper form {
    float: left;
    width: 100%;
}
#online-quote input, textarea {
    width: 97%;
    border: #ccc solid 1px;
}
#online-quote .form-navigation .btn {
    margin-top:20px;
}
#online-quote #submit{
    width: auto;
    color: #fff;
    background-color: #00147b;
}
#online-quote #submit:hover, #online-quote #submit:active{
    background: #022080;
    color: #FFF;
}
#online-quote .form-section {
    padding-left: 15px;
    border-left: 2px solid #FF851B;
    display: none;
}
#online-quote .form-section.current {
    display: inherit;
}
#online-quote .col-xs-4 {
    width: 32%;
}
#online-quote .col-xs-4 .col-xs-6 {
    padding: 0;
}
ul .parsley-required, ul .parsley-type {
    color: red;
    font-size: 12px;
    list-style-type: none !important;
}
.page-id-584 #online-quote ul {
    padding: 0;
}
.jumbotron-content__description {
    display: none;
}
#online-quote #captcha {

    width: 125px;

}
#online-quote tr {
    background-color: #eee;
}
#online-quote td, #online-quote th {
    padding: 3px;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #8fcef0;
}

/**** Readmore ***/
ul {
    padding-left: 10px !important;
}
.bt-toggle_content {
    background-color: #062188;
    color: #fff !important;
    padding: 7px;
    border-radius: 2px;
    margin-right: 5px;
}
a#call_now_button {
    background-color: #32af32;
}
.toggle_content br {
    display: none;
}
.toggle-bt-area {
    margin-top: 10px;
}

/*** Media ***/

@media print {
    a[href]:after { 
       content: none; 
    }
}

@media (min-width: 992px){
    
    .jumbotron-content{
        width: 650px;
    }

}

@media (max-width: 991px){

    .header .icon-box{
    	text-align: center;
    }
    .header__widgets .widget.widget-icon-box {
        float: left;
        display: inline-block;
        width: 33%;
    }

}

@media (max-width: 980px){

    .jumbotron-content__title h1 {
      	font-size: 30px;
    	text-align: center;
    }

}

@media (max-width: 360px){

    .jumbotron-content__title h1 {
    	font-size: 20px;
    }

}

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

    .main-title {
        padding: 25px 0;
    }
    .main-title__primary {
        font-size: 30px;
    }

}

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

    #online-quote .contact-details .col-xs-4 {
        width: 100%;
        margin-bottom: 30px;
    }
    #online-quote .contact-details .col-xs-8 {
        margin-top: auto;
        width: 100%;
    }
    #online-quote {
        font-size: 0.8em;
    }

}

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

    #online-quote .addition .col-xs-6 {
        width: 100%;
        margin: 5px 0;
        padding: 0;
    }
    .main-title {
        padding: 10px 0;
    }
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0px;
        margin-bottom: 5px;
    }
    h1, .h1 {
        font-size: 24px;
        line-height: 30px;
    }

    h2, .h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .header .icon-box {
        margin-bottom: 0;
        padding-bottom: 5px;
    }
    .hentry {
        margin-bottom: 10px;
    }
    .header__container {
        background-color: #ffffff;
        height: auto;
        width: 100%;
        font-weight: bold;
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 99998;
        color: #000;
        display: block;
    }
    .main-title {
        margin-top: 47%;
    }
    .home .jumbotron.jumbotron--with-captions {
        margin-top: 46%;
    }

}

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

    .home .jumbotron.jumbotron--with-captions {
        margin-top: 53%;
    }
    .main-title {
        margin-top: 54%;
    }
}

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

    .home .jumbotron.jumbotron--with-captions {
        margin-top: 58%;
    }
    .main-title {
        margin-top: 59%;
    }
}

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

    .header__widgets .widget.widget-icon-box:nth-last-child(2) {
        width: 100%;
    }
    .header__widgets .widget.widget-icon-box {
        float: left;
        display: inline-block;
        width: 50%;
    }
    .main-title {
        margin-top: 73%;
    }
    .home .jumbotron.jumbotron--with-captions {
        margin-top: 72%;
    }

}

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

    .main-title {
        margin-top: 76%;
    }
    .home .jumbotron.jumbotron--with-captions {
        margin-top: 75%;
    }

}

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

    .home .jumbotron.jumbotron--with-captions {
        margin-top: 78%;
    }
    .main-title {
        margin-top: 79%;
    }

}

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

    .main-title {
        margin-top: 82%;
    }
    .home .jumbotron.jumbotron--with-captions {
        margin-top: 81%;
    }

}