/* Large Devices, Wide Screens */ @media only screen and (max-width : 1200px) { } /* Medium Devices, Desktops */ @media only screen and (max-width : 992px) { .header-row2-2 .container{ position: relative; } .logo-container{ position: relative !important; background: none !important; margin-top: 10px; } .sub-menu-2,.sub-menu-1{ display: none; } .rtl{ .site-name-en{ display: none; } } .ltr{ .site-name-ar{ display: none; } } .icon-container .inner{ height: auto !important; } } /* Small Devices, Tablets */ @media only screen and (max-width : 768px) { .header-row2-2 .container{ position: relative; } .logo-container{ position: relative !important; background: none !important; margin-top: 10px; } .rtl{ .site-name-en{ display: none; } } .ltr{ .site-name-ar{ display: none; } } .sub-menu-2,.sub-menu-1{ display: none; } .language-container { float: right; position: absolute !important; top: 0px; } .slider .views-field-title{ background: #4a4a4a; position: relative; } } /* Extra Small Devices, Phones */ @media only screen and (max-width : 480px) { .navbar{ ul li{ width: 100%; } } .footer-row{ .logo-container{ text-align: center !important; } } } /* Custom, iPhone Retina */ @media only screen and (max-width : 320px) { } /**** neww @media all and (min-width:321px) and (max-width: 480px) { .site-name-area { text-align: center; } .site-name-area #site-name h1 { font-size: 1.2em; } #submenu{ padding: 0px; font-size: 0.9em; } .slider { display: none; height: 185px !important; } .region-content img { width: 100% !important; height: auto; } .page-header { line-height: 1.5; font-size: 1.7em; } } @media all and (min-width:0px) and (max-width: 320px) { .site-name-area { text-align: center; } .site-name-area #site-name h1 { font-size: 1.2em; } #submenu{ padding: 0px; font-size: 0.7em; } .slider { display: none; height: 185px !important; } .region-content img { width: 100% !important; height: auto; } .page-header { line-height: 1.5; font-size: 1.7em; } } //*end nde **/