/**
Theme Name: Rubik Child
Template: rubik
Text Domain: rubik-child
*/

li {
    font-family: Georgia, serif !important;
    font-weight: 300;
    font-style: normal;
}

/* HEADER */

.bk-masonry-content .item {
    min-height: 450px!important;
}

@media (max-width: 991px) {
	
	 .main-nav .rubik-ajax-search-bg, .header-12 .main-nav {
		background-color: #000000 !important;
	}
	
	.header-1 .header-wrap .canvas-menu-wrap .logo img {
		width: 200px !important;
	}
}

.ajax-form-search i {
    color: #ffffff !important;
}

	/* LOGO SIZE */

.header .logo a {
    display: block;
    max-width: 350px;
    width: 100vw;
}

	/* STICKY NAV */

.rubik-shown-sticky .main-nav {
	background-color: #000000 !important;
}

.canvas-nav-btn, .header-12 .header-social .social-icon a {
    color: #ffffff !important;
}

.rubik-shown-sticky .header-logo-wrapper .logo a img {
    width: 100vw;
    max-width: 180px;
}

.rubik-shown-sticky .main-nav .main-menu > ul > li > a, .ajax-form-search i, .ajax-form input, .header-3 .header-wrap .logo {
    color: #ffffff;
}

	/* SOCIAL ICONS */
	
.header-social .social-icon:hover a {
    color: #3EB6FF !important;
}

	/* MAIN MENU */
	
.main-nav .main-menu {
    margin: .8em !important;
}

.main-nav-container {
    height: initial !important;
    border-bottom: 1px solid #000000;
    /* margin-bottom: 1.5em; */
}

	/* SUBSCRIBE BUTTON */

.main-nav-container .subscribe {
    background: #000000;
    margin-left: 1em;
}

.main-nav-container .subscribe:hover {
    background: #3EB6FF !important;
}

.main-nav-container .subscribe a {
    color: #ffffff !important;
    padding: 0 15px !important;
}

.rubik-shown-sticky .main-nav-container a {
	font-size: 25px !important;
}

.rubik-shown-sticky .main-nav-container .subscribe {
    background: #3EB6FF !important;
}

.rubik-shown-sticky .main-nav-container .subscribe:hover {
    background: #009BE8 !important;
}

	/* FOOTER */

.footer-d2 .widget {
    margin-top: 20px !important;
}
	
.footer.bk-footer-light .footer-content:nth-child(n+2):before {
    background-color: rgba(255, 255, 255, 0) !important;
}

.footer-d2 {
    font-family: Roboto;
    font-weight: 100;
    font-size: 20px;
}

#footer_d2_1 {
    width: 50% !important;
}

#footer_d2_1 img {
	width: 100vw;
	max-width: 320px !important;
}

#footer_d2_2 {
	width: 50% !important;
}

.footer-d3 .row {
	margin: 0 !important;
    border-top: 1px solid #757575;
    padding: 1em 0 .7em;
    border-bottom: 1px solid #757575;
}

.footer-d3 {
	margin: 0 !important;
}

#footer_d3_1 {
    padding-left: 0;
    width: 20% !important;
    color: #3eb6ff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#footer_d3_2 {
	display: none;
}

#footer_d3_3 {
    padding-right: 0;
    width: 80% !important;
    text-align: right;
}

#footer_d3_3 ul {
	display: inline-block;
}

#footer_d3_3 li {
	float: left;
	margin-top: 0;
	margin-left: 3em;
}

#footer_d3_3 li a {
	font-size: 32px !important;
	font-family: Teko !important;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .footer-lower {
    padding: 15px 0 5em !important;
}

.bk-copyright {
    font-size: 12px !important;
    color: #757575 !important;
}

/* PAGE LAYOUT */

#page-content-wrap {
    margin-top: 10px !important;
}

/* ELEMENTS */

.rubik-meta-inline h4.title a:before {
	display: none !important;
	content: '' !important;
}

.module-title:before {
    background: #3eb6ff !important;
	background-color: #3eb6ff !important; 
}

/* HOMEPAGE */

.module-block-7 .large-post h4 {
    box-shadow: 10px 0 0 #3eb6ff, -10px 0 0 #3eb6ff;
    background: #3eb6ff;
    display: inline;
    color: white;
}


.module-block-7 .large-post h4:hover{
	box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff !important;
    background: #ffffff !important;
}

.module-block-2 {
    float: left;
    width: 50% !important;
}

.module-block-2 .col-md-6 {
    width: 100% !important;
    margin-bottom: 1em;
    margin-top: 0 !important;;
}

.module-block-2 .module-title {
    margin-right: 2em;
}

.bkmodule {
    margin-bottom: 0 !important;
}

.boxed-section-mobile-img, .fullwidth-section-mobile-img {
	display: none;
}

@media (max-width: 1000px) {
	.boxed-section-mobile-img, .fullwidth-section-mobile-img {
		display: block;
		width: 100%;
	}
	.boxed-section-img, .fullwidth-section-img {
		display: none;
	}
	
	li.home-funny-post {
		width: 100% !important;
	}
	
	.home-video-row {
		padding: 0 !important; 
	}
}

@media (max-width: 768px) {

	#footer_d3_3 li {
		margin-left: 1em;
	}
	
	#footer_d3_1 {
		width: 100%!important;
	}
	
}