File: /var/www/html/Siyum/wp-content/themes/siyum/css/common.css
@import url("../fonts/font.css"); /*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
body {
font-family: "moret", serif;
font-weight: 300;
font-size: 18px;
}
img {
max-width: 100%;
}
@media (min-width: 1600px) {
.custom-container {
max-width: 1400px;
}
}
.thumb-cover {
position: relative;
}
.thumb-cover button.play-btn {
position: absolute;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
background-color: transparent;
border: none;
}
.thumb-cover .play-btn img {
height: 20px;
}
a {
text-decoration: none;
}
.left-arw-dy {
transform: rotatey(180deg);
position: absolute;
top: 32%;
left: 4%;
width: 44px;
height: 44px;
}
@media (max-width: 1679px) {
.left-arw-dy {
left: 3%;
}
}
.right-arw-dy {
position: absolute;
right: 4%;
top: 32%;
width: 44px;
height: 44px;
}
@media (max-width: 1679px) {
.right-arw-dy {
right: 3%;
}
}
/* Track */
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
.left-arw-dy, .right-arw-dy {
cursor: pointer;
}
.alert.alert-success.sucess-box {
margin-top: -25px;
font-family: "PF DinText Pro";
font-size: 16px;
}
.star-red {
color: #c92828;
}
.newsletter-section .col-md-4 {
position: relative;
}
.star-place {
position: absolute;
top: 16px;
left: 91px;
color: #cd2d2d;
}
@media (max-width: 1679px) {
.star-place {
top: 11px;
left: 87px;
}
}
@media (max-width: 767px) {
.star-place {
top: 9px;
left: 80px;
}
}
@media (max-width: 575px) {
.star-place {
top: 9px;
left: 78px;
}
}
/*# sourceMappingURL=common.css.map */