/*
 Theme Name:   Tom & Serg
 Theme URI:    http://builtbythem.com/
 Description:  Tom & Serg Child Theme
 Author:       Joshua Speechley : Built By Them
 Author URI:   http://builtbythem.com
 Template:     vanilla
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  commongrounds
*/



a {
    color: #bcd4ed;
}

a:hover{
    color: #000;
}

h1,h2,h3,h4,h5{
	margin-bottom: 10px;
}

body, html{
	line-height: 24px;
}

#header{
	background: rgba(255,255,255,0.5);
}

#header .wrapper{
	max-width: 100%;
}

#menu li{
	margin-left: 25px;
	margin-right: 25px;
}

body, h1, h2, h3, h4{
	font-family: 'sofia-pro', serif;
	font-weight: 300;
}

.post p a, .entry-body p a, #header #logo a{
   color: blue;
}

#menu li.logo{
	margin: 0 25px;
}

#menu li a{
	line-height: 58px;
	color: #000;
}

#menu li a:hover{
	border-bottom: 1px solid #bcd4ed;
    color: #bcd4ed;
}

@media (min-width: 1024px){
#menu li.logo a{
	background-image: url('images/logo.png');
	width: 329px;
	height: 58px;
}
}

#menu li.logo a:hover{
	border-bottom: 0px none;
}

#social a{
	background-image: url('images/social_icons.png');
}
	
.tp-bullets.simplebullets.round-old .bullet {
	border-color: #bcd4ed;
}

.tp-bullets.simplebullets.round-old .bullet.selected {
	background-color: #bcd4ed;
}

.tp-rightarrow.default{
	background-image: url('images/large_right.png');
}

.tp-leftarrow.default{
	background-image: url('images/large_left.png');
}

.container{
	background-repeat: no-repeat;
}

/* page */

#home{
	padding-top: 140px;
}

#menu-page{
	background-position: 125% 0px;
	padding: 200px 0px;
}

#specials{
	background-position: center center;
}

#about{
	background-position: 10% bottom;
}
	