/*
Theme Name: Abbie Gellman
Theme URI: http://understrap.com
Author: Holger Koenemann
Author URI: http://www.holgerkoenemann.de
GitHub Theme URI: https://github.com/understrap/understrap
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder.
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/understrap/understrap
A child theme is available on Github, too: https://github.com/understrap/understrap-child;
Version: 0.9.4
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
UnderStrap is distributed under the terms of the GNU GPL version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/


.top-header-social-icon ul li {
    padding: 0 10px !important;
}

.footer-social.top-header-social-icon ul li a {
    width: 37px;
    height: 37px;
    background-color: #e4332a;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px !important;
    color: #fff;
    padding: 4px 5px !important;
}
.top-header ul li{
	padding: 0 !important;
}
.footer-social.top-header-social-icon ul li {
    padding: 0 7px !important;
}
.top-header ul li a{
	padding: 15px 15px !important;
}

.footer-social.top-header-social-icon {
    display: inline-block !important;
    margin: 15px 0px 0 !important;

}
.top-header{
	text-align: right !important;
}
.menu-top-menu-container {
    display: inline-block !important;
}

@media(min-width: 768px) and (max-width: 1023px){
	.top-header ul{
		padding-left: 0 !important;
	}
	.top-header .container{
		padding-right: 0 !important;
	}
	.footer-social.top-header-social-icon ul li a{
		width: 30px !important;
		height: 30px !important;
		font-size: 16px !important;
	}
	.top-header ul li a {
    	padding: 15px 8px!important;
    	font-size: 16px !important;
	}
}
@media(max-width: 767px){
	.hambuger-menu{
		width: 35px !important;
		right: 0 !important;
	}
	.hambuger-menu span{
		width: 80% !important;
	}
}

section.meet-abbie-section.about-me .video .play i {
    color: #fff;
    font-size: 50px;
    margin-left: 8px;
}
section.meet-abbie-section.about-me .video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: #c13725;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all 0.5s;
}
section.meet-abbie-section.about-me .video .play:hover {
    background: #202022;
}
.home .bottom-header .tag-line-header {
    background: #fff;
}
.home-banner .img {
    background-position: 0px 64px;
}
.page-id-11961 section.content-img-sec.content-vertical .content-img-box .imgbox img {
    height: 500px;
    margin-top: 10px;
}
@media(max-width: 1199px){
.bottom-header .tag-line-header .line {
    max-width: 60%;
    margin-left: auto;
}	
.bottom-navigation .logo {
    bottom: 40px;
}
.home-banner .img {
    background-position: 0 60px;
}	
}
@media(max-width: 991px) {
.home-banner .img {
    background-position: 0 0;
}	
}
@media(max-width: 767px) {
.bottom-navigation .logo {
    bottom: 0px;
}
.page-id-11961 section.content-img-sec.content-vertical .content-img-box .imgbox img {
	height: auto;
}	
}
@media(max-width: 575px) {
.home-banner .img img {
    opacity: 1;
    width: 100%;
    object-fit: cover;
}
}