/*
Theme Name: Siara
Theme URI: http://wpdemo.magikthemes.com/siara
Author: MagikCommerce
Description: Siara wordpress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns,  left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: siara
*/
/* TABLE OF CONTENTS

1.      BODY
2.      LAYOUT
2a.     Base Columns
2b.     1 Column Layout
2c.     2 Column Layout
2d.     3 Column Layout


*/


/* BEGIN OF STYLING */

/* 1. BODY */
body {
	padding: 0px;
	margin: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
legend {
	display: none;
}
/* 2.  LAYOUT */


/* 2a. Base Columns */
.col-left {
	margin-bottom: 0px;
}
.col-right {
	margin-bottom: 0px;
}
/* 2b. 1 Column Layout */
.col1-layout .header-background-default {
	margin: 20px;
	padding: 0;
}
.col1-layout .col-main {
	float: none;
	width: auto;
}
/* 2c. 2 Column Layoutt */
.col2-right-layout ol.opc .col-md-4 {
	margin-right: 15px;
}
/* 2d. 3 Column Layout */
.col3-layout .col-wrapper {
	float: left;
	width: 780px;
}
.col3-layout .col-wrapper .col-main {
	float: right;
}



.alignfull {

  position: relative;
  max-width: none;
}
.alignwide {
  margin-left: auto;
  margin-right: auto;
  
}
.aligncenter {
	clear: both;
	display: block;
	margin: 4px auto 7px;
	text-align: center;
}
.alignleft {
	float: left;
	margin: 4px 24px 7px 0;
}
.alignright {
	float: right;
	margin: 4px 0 7px 24px;
}


.has-background.has-primary-background-color {
	background: #7fba00;
}
.has-background.has-secondary-background-color {
	background: #6fa203;
}
.has-background.has-dark-gray-background-color {
	background: #111;
}
.has-background.has-light-gray-background-color {
	background: #767676;
}
.has-background.has-white-background-color {
	background: #fff;
}
.has-text-color.has-white-color {
	color: #fff;
}
.has-text-color.has-light-gray-color {
	color: #767676;
}
.has-text-color.has-dark-gray-color {
	color: #111;
}
.has-text-color.has-secondary-color {
	color: #6fa203;
}
.has-text-color.has-primary-color {
	color: #7fba00;
}