/*
Theme Name: DryingTechPWC
Theme URI: 
Author: EcDev
Author URI: 
Description: WordPress Theme
Version: 1.0.0
Text Domain: dryingtechpwc
*/


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





body {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	line-height: normal;
	color: #000;
	padding: 0;
	margin: 0;
}

a {
	color: #1A73E8;
}
a:hover {
	color: #FF5C28;
	outline: 0;
}
a:focus,
a:active {
	color: inherit;
	text-decoration: none;
	outline: 0;
	outline-offset: 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;
}

ul li {
	margin-bottom: 0;
}
ul:last-child,
ul li:last-child {
	margin-bottom: 0;
}

input,
select,
button,
textarea {
	outline: 0;
}
textarea {
	min-width: 100%;
	max-width: 100%;
}
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
	outline: 0;
}
input[type="submit"],
button {
	cursor: pointer;
}
button:disabled {
	cursor: default;
}






/* =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;
}
@media (max-width: 500px) {
	.single-city .alignleft,
	.single-city .alignright {
		float: none;
		width: 100%;
		margin: 0 0 5px 0;
	}
}







/* = 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 (max-width: 767px) {
	#sidebar:not(:first-child) {
		margin-top: 35px;
	}
}





/* = Sidebar Footer
----------------------------------------------- */
.sidebar-footer .sidebar-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: -35px;
}
.sidebar-footer .widget-area {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 35px;
}
.sidebar-footer .widget-title {
	margin-top: 0;
}
@media (min-width: 1200px) {
	.sidebar-footer .widget-area.one {
		width: 25%;
	}
	.sidebar-footer .widget-area.two {
		width: 25%;
	}
	.sidebar-footer .widget-area.tree {
		width: 25%;
	}
	.sidebar-footer .widget-area.four {
		width: 25%;
	}
}
@media (max-width: 1199px) {
	.sidebar-footer .widget-area {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.sidebar-footer .sidebar-inner {
		padding-bottom: 35px;
	}
	.sidebar-footer .widget-area {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.sidebar-footer .widget-area.one {
		order: 1;
	}
	.sidebar-footer .widget-area.two {
		order: 2;
	}
	.sidebar-footer .widget-area.tree {
		order: 3;
	}
	.sidebar-footer .widget-area.four {
		order: 4;
	}
}



