/*
Theme Name: Brand Llama BlankSlate
Theme URI: http://www.brandllama.com
Author: Brand Llama
Author URI: http://www.brandllama.com/
Description: Theme for the Client Website
Version: 2.0.0
License: Private
Text Domain: blblankslate

Client Name Theme  © 2016 Client Name
*/

/* HTML/CSS RESET IN FOUNDATION.CSS */

/* WORDPRESS CORE */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
	line-height: 1.15rem !important;
    font-size: .85rem !important;
    margin: 0;
    padding: 5px;
}

.gform_wrapper .showlabel label.gfield_label {
	display: inline-block !important;
}
	
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  	display: inline-block !important;
	color: #000;
	margin-top: -10px !important;
}
		
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
	margin: 0 !important;
}



/* MEDIA QUERIES */

/* DESKTOP */ 
@media screen and (min-width: 1281px) {

}

/* LAPTOP */ 
@media screen and (min-width: 1025px) and (max-width: 1280px) {

}

/* TABLET HORIZONTAL */ 
@media screen and (min-width: 769px) and (max-width: 1024px) {

}

/* TABLET VERTICAL */ 
@media screen and (min-width: 681px) and (max-width: 768px) {

}


/* MOBILE HORIZONTAL */
@media screen and (min-width: 441px) and (max-width: 680px) {

}


/*MOBILE VERTICAL*/
@media screen and (max-width: 440px) {

}