/*
Theme Name: Reflector (Child Theme)
Theme URI: http://w.themedemo.co/reflector
Author: FOXTHEMES
Author URI: https://themeforest.net/user/fox-themes
Version: 1.0.0
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reflector-child
Template: reflector
*/

/* = Add your own modification from here
-------------------------------------------------------------- */
.title {
		font-size: 3em !important;
		font-weight:500 !important
			}


.image-wrap{
		width: calc(33% - (10px/3)) !important;
		margin-bottom: 10px;
		}
	
@media screen and (max-width: 767px){
	.tilt_gallery .image-wrap{
		width: calc(50% - 5px) !important;
	}
}

@media screen and (max-width: 600px){
	.tilt_gallery .image-wrap{
		width: 100% !important;
	}}



img.main-logo{
	width:200px;
  height:200px !important;
  box-sizing:border-box;
  padding-left: 200px;
  background: url("https://flashing-shadows.de/wp-content/themes/reflector/assets/images/logo.png") left top no-repeat;
	background-size:200%;
}

img.logo-mobile{
	width:200px !important;
  height:70px !important;
  box-sizing:border-box;
  padding-left: 200px !important;
  background: url("https://flashing-shadows.de/wp-content/themes/reflector/assets/images/logo_mobile.png") left top no-repeat;
	background-size:100%;
	
}
