You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

116 lines
2.0 KiB

@font-face {
font-family: TheAntiquaB;
src: url(../fonts/TheAntiquaB-C2sOT/TheAntiquaB-W7Bold.otf);
}
.mc-block-title {
font-family: TheAntiquaB;
border-bottom: 1px solid #E2E4E9;
padding-bottom: 8px;
margin: 32px auto 32px auto;
max-width: 800px;
}
/*.cover-header-image{*/
/*display: none;*/
/*}*/
/* .contact-header-label{
background-color: #ffffff;
text-align: center;
font-family: TheAntiquaB-W6Bold;
} */
.form-group{
margin-top: 2rem;
}
.textarea-contact{
height: 150px;
}
.btn-contact{
padding-top:0rem;
text-align: right;
}
.pagination{
display: none;
}
#required-identifier{
color: #a94442;
}
.has-error .form-control{
border-color: #a94442;
}
.help-block{
color: #a94442;
}
.control-label{
font-weight: bold;
}
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
}
/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
.control-label{
font-size: 12px;
}
}
/* Portrait */
@media only screen
and (min-device-width: 360px)
and (max-device-width: 640px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
.control-label{
font-size: 14px;
}
}
/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
.control-label{
font-size: 15px;
}
}
/* Portrait */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
.control-label{
font-size: 16px;
}
}
/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
}