﻿/*
Theme Name: aasta child
Theme URI: http://kairaweb.com/theme/aasta/
Author: Kaira
Author URI: http://www.kairaweb.com/
Template:     aasta
Description: aasta was built for you. Powered by WordPress, aasta was created for you to customize and use as your personal blog space. Integrated with some powerful plugins such as Contact Form 7, WooCommerce and SiteOrigin's Page Builder you are easily able to create more than just a blog.
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aasta
Tags: two-columns, responsive-layout, custom-background, custom-header, custom-menu, featured-images, flexible-header, post-formats, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 aasta is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


@import url("../aasta/style.css");

@media (min-width: 1080px) {
 .desktop1 {
 display: block;
 }
 .mobile1 {
 display: none;
 }
}
@media (max-width: 1080px) {
 .desktop1 {
 display: none;
 }
 .mobile1 {
 display: block;
 }
}


.site-branding {
    float: left;
    min-height: 50px;
    width: 340px;
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.site-title {
    position: absolute;
    bottom: 80px;
    left: 145px;
    margin: 0;
    padding: 0;
    font-size: 80px;
}
.site-title a {
    color: #FFF !important;
}
.site-description {
    position: absolute;
    bottom: 0px;
    left: 145px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #000;
}

/* clipped from frithelstockpc  */

basebase {
	background: rgb(13, 63, 99);
    padding: 5px 0px 15px;
    border-top: 4px solid rgb(250, 225, 0);
	margin: 0px;
    padding: 0px;
    font-family: mainFont, Arial, Helvetica, sans-serif;
    letter-spacing: -0.36px;
}
.colCol {
	float: left;
    padding: 1%;
}
.colCol.col33 {
    width: 33%;
	height: 800;
}
.colCol.col100 {
    width: 100%;
    padding: 0px;
    float: none;
}
.content {
    max-width: 2000px;
    width: auto;
    display: block;
    margin: 0px auto;
}

/*--------------------------------------------------
=>> Theme Site Info Area
--------------------------------------------------*/

.site-info { background-color: #292b32; border-top: 1px solid #46484e; font-size: 0.938rem; padding: 1.80rem 0; border-top: 1px solid #363535;  }
.site-info, .site-info a { 
	color: #e5e5e5; 
}
.site-info p a:hover, .site-info p a:focus { color: #fff; }
.site-info .footer-site-title {
	display: block;
}

