/*
 Theme Name:   With Media Base Theme Template
 Theme URI:    
 Description:  With Media Theme
 Author:       With Media
 Author URI:   http://withmedia.ca
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/
/* Login Page 
.login h1 a {
    -webkit-background-size: none;
    background-size: none;
    width: 20px;
}
*/

/* Header */

/* Secondary Navigation */

.secondary-navigation li.menu-item-float-left {
    float: left!important;}
.secondary-navigation .main-nav ul li.menu-item-float-left {
    float: left!important;}

/* Navigation */

/*.main-navigation ul ul {
    width: 220px;
}

ul.childlist {
    list-style: none;
    margin: 0 0 1.5em 0;
}*/

/* General Edits */

/* Buttons */

.button.outline_red,
.button.outline_red:visited {
	border: solid 2px #f33544;
	background: none;
	color: #f33544;
}

.button.outline_red:hover {
	border: solid 2px #f33544;
	background: #f33544;
	color: #fff;
}

.button.outline_blue,
.button.outline_blue:visited {
	border-radius: 8px;
	border: solid 2px #2f89b3;
	background: none;
	color: #2f89b3;
}

.button.outline_blue:hover {
	border: solid 2px #2f89b3;
	background: #2f89b3;
	color: #fff;
}

.button_small {	
	padding: 10px 20px;
	font-size: 14px;
}

.button_medium {}

.button_large {
	padding: 15px 30px;
	font-size: 25px;
}

/* Footer */



/* Mobile */

@media only screen and (max-width: 768px) {
	

}
		
		
