
@media only screen {.preview-mode-theme-mismatch-warning {display: none !important;}
}

/* Custom CSS rules */
.branding_logo img { height: 40px; }
nav.navigation_bar ul > li > a.parent::after, li.parent > a:after {content: '\f107' !important;}
.recent-posts li {width: 320px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.btn-lg { padding: 20px 60px !important; }
.btn { font-size: 14px !important; }

/* Media Queries */
@media screen and (max-width: 1680px){
}
@media screen and (max-width: 1045px){
}
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 767px){
}
@media screen and (max-width: 320px){
}