/*
Theme Name: Airconditlon
Theme URI: https://airconditlon.com/
Author: EcDev Studio
Description: WordPress theme
Version: 1.0.0
Text Domain: airconditlon
*/


/* =Reset (http://git.io/normalize)
----------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}



a {
	color: #F95A0C;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}
a:hover {
	color: #F95A0C;
	outline: 0;
}
a:focus,
a:active {
	color: inherit;
	text-decoration: none;
	outline: 0;
}

b,
strong { font-weight: bold; }

img, svg, embed, iframe, object, video {
	max-width: 100%;
}
svg, img {
	height: auto;
}

p {
	margin-bottom: 15px;
}
p:last-child {
	margin-bottom: 0;
}






/* =Images
----------------------------------------------- */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

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

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

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

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

img.aligncenter {
	margin: 0px auto;
}

img.alignnone {
	margin: 0px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	font-style: italic;
	font-weight: normal;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}

.entry-content svg,
.entry-content img,
img.size-full, img.size-large, img.wp-post-image {
	height: auto;
}
.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
}





/* =Sidebar
----------------------------------------------- */
.site-main .widget-area {
	width: 100%;
}
.site-main .widget-area .widget {
	margin-bottom: 35px;
}
.site-main .widget-area .widget:last-child {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	/* .site-main .widget-area .widget:first-child {
		margin-top: 5px;
	} */
}
@media (max-width: 767px) {
	#sidebar {
		margin-top: 35px;
	}
}




