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/test.tradze.com/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 !important;
text-align: left;
margin-top: 70px;
margin-bottom: 70px;
}
.text-box {
background: #fff;
-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 20px;
height: 294px;
}
.text-box .title {
font-size: 24px;
color: #521400;
font-weight: lighter;
font-family: 'Proxima Nova Condensed';
}
.text-box .title a {
color: #521400;
}
.text-box .title a:hover, .text-box .title a:focus {
color: #521400;
}
.text-box .text {
margin-top: 16px;
font-size: 12px;
line-height: 18px;
text-align: justify;
color: #333333;
font-family: 'Proxima Nova';
height: 160px;
}
.action-btn {
background: #ffd962;
border-bottom: 5px solid #d8b74f;
padding: 8px 10px;
font-size: 14px;
color: #673120;
font-family: 'Proxima Nova Condensed';
text-align: center;
font-weight: normal;
width: 190px;
height: 37px;
}
.action-btn a {
color: #673120;
}
.action-btn:hover {
color: #673120;
}
/* 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 .text {
height: 180px;
}
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.text-box {
height: 380px;
}
.text-box .text {
height: 260px;
}
.page-title {
font-size: 22px;
line-height: 24px;
margin-top: 50px;
margin-bottom: 50px;
}
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.text-box {
height: auto;
margin-bottom: 20px;
}
.text-box .text {
height: auto;
margin-bottom: 50px;
}
.page-title {
font-size: 18px;
line-height: 20px;
margin-top: 50px;
margin-bottom: 50px;
}
}
/* Landscape phones and smaller samsung */
@media (min-width: 330px) and (max-width: 480px) {
.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;
}
}
/* Landscape phones and smaller iphone */
@media (min-width: 300px) and (max-width: 325px) {
.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;
}
}