/* Theme Name:cadsolution
Author:KAV
Author URI:https://webdesign-bk.ru
Version:1.0.0
Created:январь 2026
License:Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description:Main CSS file of the template */

/*==========  Desktop First Method  ==========*/
.hidden {
	display: none;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1366px) {
#section-1 {
	width: 40%;
}
#section-2 {
	flex-direction: column;
	width: 60%;
}
.content {
	width: 100%;
}
.main-sidebar {
	flex-direction: row;
	width: 100%;
}
.widget {

}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
h1 {
	font-size: 14px;
}
.main-title {
	font-size: 14px;
}
.container {
	flex-direction: column;
}
#section-1 {
	width: 100%;
}
#section-2 {
	width: calc(100% - 40px);
}
.download-thumb img {
	display: block;
	width: 120px;
	height: auto;
}
footer {
	flex-direction: column;
	height: auto;
}
#footer-section-2 {
	text-align: center;
	padding-left: 0;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
