Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/tradze/www/resources/assets/css/ |
.light-bg {
background: url('../img/light-bg.jpg') repeat-x;
height: auto;
padding-bottom: 75px;
}
.page-title {
font-size: 24px;
line-height: 26px;
color: #673120;
font-family: 'Proxima Nova Condensed';
font-weight: lighter;
text-align: left;
margin-top: 70px;
margin-bottom: 70px;
}
.text {
font-size: 14px;
line-height: 18px;
text-align: justify;
color: #fff;
font-family: 'Proxima Nova';
margin-bottom: 10px;
}
.action-btn {
background: #ffd962;
border-bottom: 5px solid #d8b74f;
padding: 10px 20px;
font-size: 18px;
color: #855b17;
font-family: 'Proxima Nova Condensed';
text-align: center;
font-weight: normal;
height: 37px;
display: block;
}
.action-btn a {
color: #855b17;
}
.action-btn:hover, .action-btn:focus {
color: #855b17;
}
.buttons {
margin-top: 30px;
}
.gray-bg {
background: #5c5c5c;
-webkit-box-shadow: 0px 0px 5px 0px rgba(6, 6, 6, 0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(6, 6, 6, 0.25);
box-shadow: 0px 0px 5px 0px rgba(6, 6, 6, 0.25);
padding: 30px;
}
.gray-bg .title {
color: #cd8f7c;
font-size: 24px;
line-height: 26px;
margin-bottom: 10px;
}
.sep-line {
background: url('../img/sep-bg.png') repeat-x;
width: 100%;
height: 2px;
padding: 10px 0px;
}
/* RESPONSIVE CSS
-------------------------------------------------------------------------------*/
/* Portrait tablets and medium desktops */
@media (min-width: 1260px) and (max-width: 1280px) {
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
}
/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.text-box .title {
font-size: 22px;
}
.contact-form-bg .title {
font-size: 33px;
}
.action-btn {
padding: 10px 13px;
font-size: 14px;
}
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.text-box .title {
font-size: 22px;
}
.contact-form-bg .title {
font-size: 22px;
}
.text-box .text {
margin-bottom: 50px;
}
.page-title {
font-size: 22px;
line-height: 24px;
margin-top: 50px;
margin-bottom: 50px;
}
.action-btn {
padding: 10px 8px;
font-size: 12px;
}
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.gray-bg {
margin-top: 50px;
}
.gray-bg .title {
font-size: 20px;
line-height: 22px;
}
.text-box .title {
font-size: 20px;
}
.contact-form-bg {
margin-top: 20px;
}
.contact-form-bg .title {
font-size: 24px;
}
.page-title {
font-size: 18px;
line-height: 20px;
margin-top: 50px;
margin-bottom: 0px;
}
.action-btn {
padding: 10px 8px;
font-size: 14px;
}
}
/* Landscape phones and smaller samsung */
@media (min-width: 330px) and (max-width: 480px) {
.text-box .title {
font-size: 20px;
}
.contact-form-bg {
margin-top: 20px;
}
.contact-form-bg .title {
font-size: 24px;
}
.page-title {
font-size: 18px;
line-height: 20px;
margin-top: 50px;
margin-bottom: 10px;
}
.action-btn {
padding: 10px 8px;
font-size: 14px;
}
}
/* Landscape phones and smaller iphone */
@media (min-width: 300px) and (max-width: 325px) {
.gray-bg {
padding: 20px 10px;
}
.text-box {
height: auto;
}
.text-box .text {
height: auto;
margin-bottom: 50px;
}
.page-title {
font-size: 18px;
line-height: 20px;
margin-top: 50px;
margin-bottom: 50px;
}
.action-btn {
padding: 5px;
font-size: 12px;
display: block;
}
}