/*
Template Name: Responsive Stylesheet
Theme Name: Organic Agriculture
Theme URI: http://www.skarosoft.com/theme
Author: Rambalaji
Author URI: http://www.skarosoft.com/ram
Description: website responsive style codings
Version: 1.0
*/
/* general mobile responsive codes */
@media (max-width: 767px) {
.navbar-search {
    display: block;
}
.mobile-search-only {
    display: block !important;
}
.hidden-lg {
    display: block !important;
}
.ct-header-contact {
    padding: 10px 0 5px;
    text-align: center;
}
.nav-logo{
    margin-top: 20px;
    margin-bottom: 20px;
}
.site-logo {
    text-align: center;
    /* margin: 0 0 0 auto; */
    padding: 0px 0px !important;
}
.ct-header-contact li {
    padding-left: 15px;
}
.ct-header-contact li a {
    font-size: 20px;
}
.footer-contact__form button {
    width: 130px;
    margin-bottom: 0;
}
.footer-contact h4 {
    margin-bottom: 5px;
    padding-right: 0;
    padding-top: 2px;
}
.col1.ct-u-paddingTop50:after {
	content:none !important;
	position: absolute;
    right: 16px;
    top: 0;
}
.footer-contact__form {
    text-align: center;
    float: none;
}
.footer-contact__social {
    text-align: -webkit-center;
    float: none;
    padding-top: 10px;
}
.footer-bottom p {
    text-align: center;
}
}
@media (min-width: 320px) and (max-width: 414px) {
}
/* iphone 6P */
@media (max-width: 414px) {
}
/* iphone 6 */
@media (max-width: 375px) { 
}
/* iphone 5 */
@media (max-width: 320px) { 
}
/* galaxy s3 */
@media (max-width: 360px) {
}
/* Iphod */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
}

@media (min-width: 320px) and (max-width: 1280px) {
}

@media (min-width:768px) {
}
@media screen and (min-width: 768px) {
}
