/*
 Theme Name:   Gerd
 Theme URI:    https://www.futuristgerd.com/
 Description:  This Generatepress Child Theme made for futuristgerd.com
 Author:       Stefan
 Author URI:   https://pixelstuntman.com/
 Template:     generatepress
 Version:      0.1
*/

.page-template-page_socialfeed .container, 
.page-template-page_gerdfeed .container, 
.page-template-page_video-key-moment-filter .container, 
.page-template-page_quote-rotator .container,
.search-results .container {
    padding-left: 0;
    padding-right: 0;
}
.page-template-page_socialfeed .site-content, 
.page-template-page_gerdfeed .site-content,
.page-template-page_video-key-moment-filter .site-content,
.page-template-page_quote-rotator .site-content,
.search-results .site-content  {
    display: block;
}
.page-template-page_socialfeed ul.feedEkList, 
.page-template-page_gerdfeed ul.feedEkList, 
.page-template-page_video-key-moment-filter ul.feedEkList, 
.page-template-page_quote-rotator ul.feedEkList, 
.tumbler_feeds_dbc ul.feedEkList {
    margin-left: 0px !important;
}

body.page-template-page_socialfeed, 
body.page-template-page_gerdfeed, 
.tumbler_feeds_dbc {
    font-weight: normal;
    color: #212529;
}
.page-template-page_video-key-moment-filter i.gerds_white_font_dbc {
    font-size: 20px !important;
    line-height: 37px !important;
	color: #fff;
}
.page-template-page_quote-rotator i.gerds_white_font_dbc {
    font-size: 17px !important;
    line-height: 18px !important;
    color: #fff;
}
.wp-block-tag-cloud a {
    color: rgba(255,255,255,.5);
    font-family: Oswald,sans-serif;
    line-height: 17px;
}
.wp-block-archives-dropdown select, .wp-block-categories-dropdown select {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    width: 100%;
    margin-top: 26px;
    border: none;
    padding: 17px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background: linear-gradient(45deg,transparent 50%,#fff 50%),linear-gradient(135deg,#fff 50%,transparent 50%),linear-gradient(to right,#266379,#266379);
    background-position: calc(100% - 21px) calc(1em + 10px),calc(100% - 16px) calc(1em + 10px),100% 0;
    background-size: 5px 5px,5px 5px,3em 5.5em;
    background-repeat: no-repeat;
    background-color: #eee;
    color: #212529;
    font-weight: normal;
}

.wp-block-search input[type="search"], .wp-block-search input[type="search"]:focus {
    border: none;
}

.wp-block-search input[type="search"] {
    background: #ccc;
    color: #0b1033;
    margin-right: 0;
    font-family: Oswald,sans-serif;
    font-size: 15px;
}
.wp-block-search input[type="search"] {
    padding: 15px 30px;
    float: left;
    -webkit-appearance: none;
}
.wp-block-search input[type="submit"] {
    font-family: Oswald,sans-serif;
    font-size: 15px;
    color: #0b1033;
    display: inline-block;
    text-transform: uppercase;
    background: #fff;
    padding: 15px 50px;
    font-weight: 500;
    letter-spacing: 1px;
    min-width: 170px;
    text-align: center;
    border: none;
    border-radius: 0;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.wp-block-search input {
    width: 50%!important;
}
.views_count_dbc {
    font-family: Oswald, sans-serif;
}
.views_count_dbc h4 {
    margin-top: 25px;
    margin-bottom: 0;
}


/** Override the style of the gerdTheme **/
.single-format-standard .container {
    padding: 0px !important;
}
.gerds_dark_blue_bg a {
    outline: none;
    color: #ee254f;
}
.gerds_dark_blue_bg a:hover, .gerds_dark_blue_bg a:focus, .gerds_dark_blue_bg a:active {
    color: #757788;
}
.blog_fallback {
    background: -webkit-gradient(linear,right top,left top,from(#ee254f),to(#072941));
    background: linear-gradient(270deg,#ee254f,#072941);
    background-size: 400% 400%;
    -webkit-animation: 30s infinite fadybackground;
    animation: 30s infinite fadybackground;
}
.menu-item:hover .sub-menu {
    display: block;
    visibility: visible;
}
.width100percent .gb-grid-column {
    width: 100% !important;
}
body.blog-page-dbc.full-width-content .site-content {
	display: block;
}

.search-results .grid-container {
    max-width: 100%;
}
.search-results .post-date h2 {
	line-height: 21px;
}
.search-results .section-title {
    margin: 7em 0 7em 0;
}
.search-results .gerds_white_font {
    font-size: 3em !important;
}