/*
Theme Name: Flatsome Child - TrollyMotion
Description: This only to be used for the TrollyMotion Site
Author: REVENTOR GmbH
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
	font-family: NotoSans-SemiCondensedMedium;  
	src: url(/wp-content/themes/flatsome-trollymotion/fonts/NotoSans-SemiCondensedMedium.ttf);  
	font-weight: normal;  
}

@font-face {
	font-family: NotoSans-Bold;  
	src: url(/wp-content/themes/flatsome-trollymotion/fonts/NotoSans-Bold.ttf);  
	font-weight: normal;  
}

@font-face {
	font-family: NotoSans-Light;  
	src: url(/wp-content/themes/flatsome-trollymotion/fonts/NotoSans-Light.ttf);  
	font-weight: normal;  
}

@font-face {
	font-family: NotoSans-Medium;  
	src: url(/wp-content/themes/flatsome-trollymotion/fonts/NotoSans-Medium.ttf);  
	font-weight: normal;  
}

@font-face {
	font-family: GIGI;  
	src: url(/wp-content/themes/flatsome-trollymotion/fonts/GIGI.ttf);  
	font-weight: normal;  
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.button.is-outline, input[type="submit"].is-outline, input[type="reset"].is-outline, input[type="button"].is-outline {
	border: 2px solid #D5001C !important;
	background-color: transparent;
	
}

.is-outline {
	color:#D5001C !important;
}


.button:hover {
	color:#fff !important;
}

.nav-dropdown.nav-dropdown-default  li  a {
	padding-left: 0;
	padding-right: 0;
	margin: 0 10px;
	border-bottom: 1px solid #ececec;
	font-family: NotoSans-SemiCondensedMedium !important; 
	font-size: 14px !important; 
	font-weight: normal !important; 
}

#main {
	max-width: 1170px !important;
	width: 100% !important;
	margin: auto !important;
}
.box .box-text-inner p {
  font-family: inherit;
  font-weight: normal;
}
#menu-item-851 .nav-dropdown.nav-dropdown-default {
  min-width: 226px;
  padding: 5px 10px;
}
footer .absolute-footer.dark.medium-text-center.small-text-center {
  color: #fff;
  line-height: normal;
  max-height: 50px;
  padding: 0;
}

footer .footer-secondary.pull-right {
  padding: 0 0 10px;
}
footer .social-icons .icon.plain {
  padding: 0 5px;
}
/*body, .container, .full-width .ubermenu-nav, .row {*/
/*  margin: 0 auto !important;*/
/*}*/
#menu-item-423 .nav-dropdown.nav-dropdown-default, #menu-item-419 .nav-dropdown.nav-dropdown-default {
  min-width: 100%;
  padding: 5px 10px;
}
#menu-item-423 ul.nav-dropdown.nav-dropdown-default li.menu-item, #menu-item-419 ul.nav-dropdown.nav-dropdown-default li.menu-item {
  min-width: 110px;
}
#menu-item-423 ul.nav-dropdown.nav-dropdown-default li.menu-item {
  min-width: 114px;
}
.box .box-text-inner {
  padding: 0 0 10px;
}
footer .absolute-footer .container.clearfix {
  padding-top: 13px;
}
.page-id-63 .account-container.lightbox-inner{
  margin: 30px auto;
  width: 35%;
}
form .cspml_fs_label.row {
  margin: 0 !important;
  padding: 15px 20px !important;
}
.gallery {
  display: block;
}
.autocomplete-suggestion .search-name {
  font-family: NotoSans-SemiCondensedMedium;
  font-size: 22px;
  font-weight: normal;
}
.search-field.mb-0 {
  font-family: NotoSans-SemiCondensedMedium;
}
#main .content-area {
  min-height: 600px;
}
#main .row.category-page-row {
  min-height: 695px;
}
main .row .col-lg-9 {
  width: 75% !important;
}
/*
=============================================================================================================================
**/

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -webkit-linear-gradient(top, white, black);
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}
.col-inner.vertical {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    padding-bottom: 10px;
}

.box-text.box-vertical {
    position: relative;
    padding: 25px;
}

.box-text.box-vertical:before {
    border-bottom: 1px solid #E3E2E6;
    position: absolute;
    content: '';
    bottom: -20px;
    right: 12px;
    width: 96%;
}

.has-shadow > .col > .col-inner.vertical {
    background-color: inherit !important;
}

.blog-post-inner.vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.blog-post-inner.vertical .vertical-title {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
    padding-right: 16px
}

.blog-post-inner.vertical .from_the_blog_excerpt {
    -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
    font-family: NotoSans-Light;
    font-size: 14px;
}

.vertical-title .post-title {
    position: relative;
    padding-bottom: 16px;
}

.vertical-title .post-title:before {
    position: absolute;
    content: '';
    background-color: #d5001c;
    height: 2px;
    width: 100%;
    max-width: 40px;
    bottom: 0;
}

.post-meta {
    margin-top: 14px;
}

.author.vcard {
    text-transform: capitalize;
}

.vertical .image-cover {
    padding-top: 0 !important;
}

.col.post-item:last-child .box-vertical:before {
    position: initial;
    content: inherit;
    border: inherit;
}

.single-blog-head-img {
    width: 100%;
    height: 100%;
    min-height: 175px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
    z-index: 5;
}

article.red-bar {
    overflow: hidden;
    margin-top: 80px;
}

.red-bar .box-shadow-4-hover:hover {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
}

.vertical .post-title,
.vertical .post-meta > span,
.entry-header .post-meta > span {
    font-family: NotoSans-Medium;
    color: #737278;
}
.vertical .post-title.is-large {
    line-height: 24px;
    font-family: NotoSans-Bold;
}

.vertical .post-meta > span,
.entry-header .post-meta > span {
    font-size: 11px;
}
.page-id-370 #wrapper, 
.page-id-370 #main, 
.page-id-370 #main.dark,
.single-post #wrapper,
.single-post #main,
.single-post #main.dark {
    background-color: #fff !important;
}
.p-0 {
    padding: 0 !important;    
}
.single-page .gallery-columns-3 {
    display:  -webkit-box;
    display:  -ms-flexbox;
    display:  flex;
}
.single-page div.gallery .gallery-item {
    padding:  15px;
    padding-right:  0;
}
@media only screen and (min-width:1024px){
    .page-template-page-blank-redbar .content-area.redbar_temp {
      margin-top: 80px;
    }
}

@media only screen and (min-width:1024px) and (max-width: 1400px){
#main .content-area {
    min-height: 950px;
}
}

@media only screen and (min-width:1024px){
.page-template-page-blank-redbar #wrapper,
.single-post #wrapper {
	position: relative;
}
.page-template-page-blank-redbar #wrapper:after,
.single-post #wrapper:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 250px;
  	background-color: #E00B29;
	top: 0;
	left: 0;
}
.single-post #wrapper:before {
    z-index: 2;
}
.page-template-page-blank-redbar #wrapper img{
	position: relative;
    z-index: 1;
}

.page-template-page-blank-redbar #main, #main.dark {
  background-color: #f6f6f6;
  box-shadow: unset;
  text-shadow: unset;
}
}

/**
 * My style CSS
 * ======================
 */
 body {
    font-weight: 400;
}
#wrapper, #main, #main.dark {
    background-color: #F6F6F6 !important;
}
.checkout-breadcrumbs.text-center {
    text-align: left;
}
.woocommerce-MyAccount-content ul.dashboard-links {
    margin-bottom:  0;
    font-size: initial;
}
.woocommerce-MyAccount-content .dashboard-links > li {
    width: 100%;
    display: block;
    margin-left: 0 !important;
    margin-bottom: 0;
}
.woocommerce-MyAccount-content .dashboard-links > li > a {
    display:  inline-block;
    padding: 0 20px;
    text-align:  left;
    width: 160px;
    margin-bottom:  0;
    margin-top: 15px;
    line-height: 2.5em;
}
.woocommerce-MyAccount-content .dashboard-links .active {
    display: none;
}

.cspml_options_bar_map11387 > div:nth-child(2) {
    order: -1;
}
span.cspml_close_fs {
   background: #D5001C !important;
    border-left: 1px solid #D5001C !important;
}
.cspml_close_fs:hover, div[class^=cspml_pagination_] ul li a:hover {
    background: #D5001C !important;
}
.cspml_fs_options_list .cspml_input_container input[type=text]:focus {
    border: 1px solid #D5001C!important;
}
div.datepicker-top-left, div.datepicker-top-right {
    border-top-color: #D5001C;
}

div[class^=cspml_pagination_] ul li a, div[class^=cspml_pagination_] ul li span {
    color: #D5001C !important;
}
div[class^=cspml_pagination_] ul li a:hover, div[class^=cspml_pagination_] ul li span.current {
    color: #fff !important;    
}
.width-100 {
    width: 100% !important;
}
div.cspml_details_container div.cspml_details_title,
div.cspml_details_container div.cspml_details_title a {
    font-family: 22px "Noto Sans", sans-serif !important;
}div.cspml_details_container div.cspml_details_content.grid {
    height: 166px !important;
    max-height: 166px !important;
}

.ml-subscribe-form .subscribe-form {
    padding: 0;
    width: auto !important;
    border: 2px solid transparent !important;
    background: none !important;
    border-radius: 0px !important;
    box-sizing: border-box !important;
}

.ml-subscribe-form .subscribe-form .form-section h4 {
    color: #fff !important;
    font-size: 14px !important;
}

.ml-subscribe-form .subscribe-form .form-section p{
    color: #fff !important;
    font-size: 12px !important;
}

.ml-subscribe-form .subscribe-form .form-section {
    margin-bottom: 15px;
    width: auto;
    float: left;
}
.ml-subscribe-form .subscribe-form .form-section .form-group {
    margin-bottom: 0;
    margin-right: 16px;
    width: 210px;
}
.ml-subscribe-form .form-group .form-control {
    border-radius: 4px;
    margin-bottom: 0;
    height: 2.807em;
    font-weight: 700;
}
.ml-subscribe-form .subscribe-form button {
    outline: 0;
    border-radius: 4px !important;
    background-color: #fff !important;
    color: #D5001C !important;
    font-size: 14px !important;
    height: 39px !important;
    border: 1px solid #D5001C !important;
    width: auto !important;
    padding: 0 12px !important;
    margin-bottom: 0 !important;
}
.ml-subscribe-form .subscribe-form button:hover {
    background-color: #D5001C !important;
    color: #fff !important;
}

.back-to-top {
    background-image: url(http://new.trolleymotion.eu/wp-content/uploads/2018/01/arrow-up.png);
    background-repeat: no-repeat;
    position: fixed;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-color: transparent;
    right: 50px;
    bottom: 100px;
}

.codespacing_progress_map_area {
    width: 100% !important;
    max-width: 1140px !important;
    margin: 0 auto;
}
div#cspml_listings_container {
    margin: initial !important;
}
.slider-wrapper {
    position: relative;
    z-index: 1;
}
#footer .footer {
    padding: 10px 0 0;
}
#footer .widget, #footer form {
    margin: 0;
}
.slider-type-fade {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.menu-item .nav-dropdown.nav-dropdown-default, #menu-item-419 .nav-dropdown.nav-dropdown-default {
    min-width: 100% !important;
    padding: 5px 15px !important;
}

@media only screen and (min-width: 850px) and (max-width: 1120px) {
    .page-template-page-blank-redbar .footer.footer-1 .hide-for-medium {
        display: none;
    }
    .page-template-page-blank-redbar .footer.footer-1 .large-4 {
        max-width: 35.33333%;
        -ms-flex-preferred-size: 35.33333%;
        flex-basis: 35.33333%;
    }
    .page-template-page-blank-redbar .footer.footer-1 .large-8 {
        max-width: 64.66667%;
        -ms-flex-preferred-size: 64.66667%;
        flex-basis: 64.66667%;
    }
    .ml-subscribe-form .subscribe-form .form-section .form-group {
        margin-right: 8px;
        width: 145px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
    .redbar_temp h1 {
        font-size: 15px;
    }
    .redbar_temp .box-text {
        padding: 20px 10px 0 !important;
        overflow: hidden;
    }
    .redbar_temp .box .box-text-inner p {
        font-size: 11px;
        margin-top: 5px;
    }
    .page-template-page-blank-redbar .footer.footer-1 .col-inner h4 > a {
        font-size: 12px;    
    }
    .ml-subscribe-form .subscribe-form .form-section {
        margin-bottom: 0;
    }
    .ml-subscribe-form .subscribe-form .form-section .form-group {
        margin: 10px 8px 5px 0;
    }
    .ml-subscribe-form .subscribe-form button {
        font-size: 12px !important;
        height: 33px !important;
        margin-bottom: 10px !important;
    }
    .back-to-top {
        right: 26px;
        bottom: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .redbar_temp .col.small-12, .page-template-page-blank-redbar #footer .col.small-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .redbar_temp .col-inner {
        padding-top: 0 !important;
    }
    .back-to-top {
        right: 26px;
        bottom: 42px;
    }
    .ml-subscribe-form .subscribe-form {
        width: 70% !important;
        margin-bottom: 35px;
    }
    .copyright-footer {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 550px) {
    .ml-subscribe-form .subscribe-form {
        width: 100% !important;
    
    }
    .ml-subscribe-form .subscribe-form .form-section .form-group, .ml-subscribe-form .subscribe-form .form-section {
        margin-right: 0;
        width: 100%;
    }
    .ml-subscribe-form .subscribe-form button {
        width: 100% !important;
    }
}

@media only screen and (min-width: 551px) {
    .vertical .box-vertical .box-text,
    .vertical .box-vertical .box-image{
        vertical-align: top;
    }
    .vertical .box-vertical .box-text{
        padding-top: 0;
        padding-left: 20px;
        padding-bottom: 0;
    }
}