@charset "utf-8";
/* CSS Document */

/*-----------------------------------
Responsive
------------------------------------*/

#comic-form input[type="submit"]{
    -webkit-appearance:none;
    border-radius: 0;
}

/* Small menu. */
.menu-toggle {
    display: none;
}

@media all and (max-width: 1140px) and (min-width: 0) {
    
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Small Screens and Ipad Landscape  
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
@media all and (max-width: 1140px) and (min-width: 1000px) {
    /* comman */
    #page {
        max-width: 980px;
    }
	.cont{
		max-width: 980px;
	}
    /* home blocks */
    .col-left {
        float: left;
        padding: 17px 0 0;
        width: 205px;
    }
   .col-left div.add468 {
        display: none;
   }
    #main:before {
       left: 220px;
    }
    #main:after {;
        right: 338px;
    }
    #main {
        width: 390px;
    }
    .col-right {
        margin-left: 642px;
    }
    .col-right-inner {
        width: 300px;
    }
    .stocks h3 {
        font-size: 16px;
    }
    /* nav */
    #primary-menu li:first-child {
      
    }
    #primary-menu li a {
        padding-left: 12px;
        padding-right: 12px;
    }
    .addLabel {
        display: none;
    }
    /* slider */
    .flex-caption {
        font-size: 22px;
        line-height: 28px;
    }
    /* Detail */
    .single-main {
        width: 570px;
    }
    .col-right.sidebar-inner {
       margin-left: 600px;
    }

    /* IMAGE SLIDE  MODIFICATIONS */
    .homeleft {
        width: 640px;
    }

}

/* =-=-=-=-=-==-=-=-=-=-=
Ipads, Mobiles Both
(eg Toggle Menu, search etc)
=-=-=-=-=-=-==-=-=-=-=-= */
@media all and (max-width: 999px) and (min-width: 0px) {
  /* haeder =========== */
    .site-header ul {
        float: none !important;
    }
    .menu-top-left-container li:first-child {
        display: none;
    }
    .menu-top-left-container ul li:last-child {
        border-right: 1px solid #8f8d8d;
        margin-right: 5px;
        padding-right: 5px;
    }
    .follow {
        top: -27px;
        z-index: 1;
    }
    .follow > span {
        display: none;
    }
    .addLabel {
        float: none;
        position: absolute;
        right: 75px;
    }
    .searchbtn {
        background: url("images/mobilesearch.svg") left center no-repeat !important;
        background-size: 24px auto !important;
        color: #565656;
        cursor: pointer;
        display: inline !important;
        font-size: 15px;
        padding: 10px 0 9px 20px;
        position: absolute;
        right: 0;
    }
    .site-branding div.search {
       background: #ffffff;
        border: 1px solid #e9e9e9;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        display: none;
        max-width: 100%;
        padding: 15px 21px;
        top: 144px;
        width: 50%;
        z-index: 20;
    }
    .site-branding #searchform > div {
         box-shadow: 0 1px 1px #f4f4f4 inset;
        border: 1px solid #e2e3ea;
        float: left;
        height: 31px;
        width: 100%;
        margin-bottom: 3px;
        background: #fefefe;
    }
    div.search input[type="text"] {
        background: none;
        border: none;
        float: left;
        height: 31px;
        margin: 0;
        width: 88% !important;
    }
    div.search input[type="submit"] {
        height: 100%;
        padding: 0;
        width: 12%;
        background: url("images/mobilesearch.svg") center center no-repeat !important;
    }
    .sLinks {
        clear: both;
        margin: 0;
        text-align: center;
    }
    .sLinks li {
        display: inline-block;
        float: none;
    }
    .addLabel ul {
        display: inline !important;
    }
  /* main menu=========== */
    .main-navigation {
        position: relative;
    }
    .main-navigation.toggled {
        height: auto;
    }
    .main-navigation.toggled .nav-menu {
        display: inline;
    }
    .menu-toggle{
        background: url("images/menubtn.png") left center no-repeat;
         border: medium none;
        display: inline;
        float: left;
        height: 37px;
        overflow: hidden;
        padding: 0;
        text-indent: -500px;
        width: 45px;
    }
    .main-navigation.toggled  .menu-toggle {
        background: url("images/closebtn.png") left center no-repeat;
    }
    .menu-menu-container {
        width: 100%;
        z-index: 10;
    }
    .main-navigation ul {
        display: none;
    }
    #primary-menu li {
        background: #111;
        text-align: center;
        width:100%;
    }
    #primary-menu li:after {
        content: none;
    }
    #primary-menu li a {
        border-bottom:1px solid #1e1e1e;
        color: #ffffff;
        padding: 10px 0 !important;
    }
    /* submenu */
   #primary-menu  .sub-menu {
        padding: 0;
        position: relative;
        top: auto;
        width: 100%;
         left: auto;
    }
    #primary-menu .sub-menu li {
        background:#2f2f2f;
        border: none;
    }
    #primary-menu .sub-menu li:hover {
        background:  #555;
    }
    #primary-menu .sub-menu li a {
        border: medium none;
        padding: 13px 10px;
    }
     /* submenu + submenu */
     #primary-menu .sub-menu .sub-menu li {
        background: #2f2f2f;
     }
     /* slider */
     #flexslider_mnufeatured .flex-direction-nav li a {
        background-position: center center !important;
        left: auto !important;
        margin: 0 !important;
        opacity: 1;
        padding: 0;
        right: auto !important;
        width: 70px !important;
    }
    /* contact=========== */
    .datatable {
        width: 100%;
    }
    .datatable td {
        padding: 0 10px 10px 0;
    }
	
	/* Comic Popup */
	#comic-form{
		max-width: 600px;
	}
	#comic-form h1{
		font-size: 38px;
		padding: 8px;
	}
	#comic-form fieldset{
		 padding: 10px 0 25px;
	}
	#comic-form input[type="text"]{
		  padding: 14px 10px;
	}
	#comic-form input[type="submit"]{
		padding: 10px 0;
		-webkit-appearance:none;
		border-radius: 0;
		box-shadow: 0 4px 0 #c81c1c;
	}
	#comic-form .mfp-close{
		background-size: 40px auto;
	}



}




/* =-=-=-=-=-=
Ipad Portrait  
=-=-=-=-=-=-= */
@media all and (max-width: 999px) and (min-width: 801px) {
    #page {
        max-width: 800px;
    }
	.cont{
		max-width: 800px;
	}
    /* haeder */
    .site-branding {
        height: 105px;
    }
    .site-branding div.search {
        top: 149px;
    }
    /* traffic */
    .trafic {
        left: auto;
        right: 0;
        text-align: right;
    }
    .trafic > span {
        display: block;
        margin: 0;
        padding: 3px 0;
    }
    /* slider */
    .flex-caption {
        font-size: 22px;
        line-height: 28px;
    }

    /* home blocks */
    .col-left {
        display: none;
    }
    #main:before,#main:after {border: none;}
    #main {
        margin: 0;
        padding: 24px 0 30px;
        width: 430px;
     }
     .col-right {
        margin-left: 461px;
    }
    .col-right-inner {
        width: 300px;
        border-left: 1px solid #bdbbbc;
    }

    /* single */
    .col-right.sidebar-inner {
        display: none;
    }
    .single-main {
        float: left;
        padding: 20px 0;
        width: 100%;
    }
    /* footer */
    .site-info {
        padding: 0 20px;
    }
}


/* =-=-=-=-=-=
Ipad Portrait for   
=-=-=-=-=-=-= */

@media all and (max-width: 850px) and (min-width: 801px) {

  #page {
        max-width: 740px;
    }
	.cont{
		max-width: 740px;
	}

}

@media all and (max-width: 720px) and (min-width: 601px) {
/* Comic Popup */
	#comic-form{
		max-width: 520px;
	}

}

/* =-=-=-=-=-==-=-=-=-=-=
Mobiles (landscape + Portrair)
=-=-=-=-=-=-==-=-=-=-=-= */
@media all and (max-width: 800px) and (min-width: 0px) {
    /*haeder ========= */     
        /* header */ 
    .site-branding {
        height: 110px;
    }
    .site-title {
        margin: 0 auto;
    }
    .site-branding div.search {
        top: 149px;
    }
    /* traffic */
    .trafic {
        left: auto;
        right: 0;
        top: auto;
        bottom: 5px;
    }

    /* home=========== */
    .col-left ,
    .col-right  {
        display: none;
    }
    #main:before,#main:after {
      content: none;
    }
    #main {
        margin: 0;
        padding: 24px 0 30px;
        width: 100%;
    }
     /* single=========== */
    .single-main {
        float: left;
        padding: 20px 0;
        width: 100%;
    }

    /* footer */
    .site-info {
        padding: 0 20px;
    }
    #logowhite {
        display: block;
        float: none;
        font-size: 28px;
        margin: 0 auto;
        width: 247px;
    }
    #logowhite i {
        font-size: 38px;
    }
    #logowhite b {
        margin: 3px 0 0 50px;
    }
    .site-info ul {
        float: none;
        margin-top: 15px;
        text-align: center;
    }
    .site-info li {
        display: inline-block;
        float: none;
        padding: 0 6px;
    }
    .site-info a {
        font-size: 15px;
    }
    
    /* For Social Share Icons */
    div.socialBuzzLine .sbL {
        width: 100% !important;
    }
    div.socialBuzzLine .sbCount {
        line-height: 36px !important;
    }
    div.socialBuzzLine .sbCount{

        line-height: 34px !important;
    }

    .slidernew + .bigblock, 
    .slidernew + .bigblock + .clear + .add468 {
        display: block;
    }

    

}

/* =-=-=-=-=-==-=-=
Very Screen Mobiles
=-=-=-=-=-=-==-=-= */
@media all and (max-width: 800px) and (min-width: 601px) {
    #page {
        max-width: 600px;
    }
	.cont{
		max-width: 600px;
	}
    /* single */
    .entry-title {
        font-size: 28px;
    }

}


/* =-=-=-=-=-==-=-=
Client Changes for fluid
=-=-=-=-=-=-==-=-= */
@media all and (max-width: 640px) and (min-width: 360px) {
    #page {
        max-width: 100%;
        padding: 0 9px;
    }
	.cont{
		margin-right: 9px;
	}
    /* img sizes */
    .flex-viewport .slides li > a > img {
        width: 100%;
    }

}


/* =-=-=-=-=-==-=-=-=
 For Popup 
 =-=-=-=-=-==-=-=-=*/
@media all and (max-width: 600px) and (min-width: 0) {
/* Comic Popup */
	#comic-form{
		max-width: 450px;
	}
	#comic-form .mfp-close{
		background-size: 32px auto;
	}
}


/* =-=-=-=-=-==-=-=-=
Regular Screen Mobiles
=-=-=-=-=-=-==-=-=-= */
@media all and (max-width: 600px) and (min-width: 481px) {
    #page {
       /* max-width: 480px;*/
    }
    /* header */ 
    .site-branding div.search {
        box-sizing: border-box;
        width: 100%;
    }

    /* menu */
    #primary-menu li {
       
    }
    /* home */
    .flex-caption {
        font: bold 23px/29px arial;
    }
     /* single */    
    .entry-title {
        font-size: 25px;
        line-height: 30px;
        margin: 1px 0 15px;
    }
    .entry-content > h3 {
        font-size: 22px;
    }
    blockquote.quote p:first-letter {
        font-size: 60px;
    }
    blockquote.quote p {
        font-size: 16px;
    }
    /* newsletter */
    .signup-inner > h2 {
        font-size: 40px;
    }
    .signupText {
        font-size: 14px;
        line-height: 22px;
    }
    .signup-inner {
        padding: 25px 50px;
    }
    .signup-inner .widget_newsletters {
        width: 90%;
    }

}

/* =-=-=-=-=-==-=-=-=
Small Screen Mobiles
=-=-=-=-=-=-==-=-=-= */
@media all and (max-width: 480px) and (min-width: 401px) {
    #page {
     /*   max-width: 400px; */
    }
     /* header */ 
    .menu-top-left-container li:first-child + li {
        display: none;
    }
     .site-branding {
        height: 103px;
    }
    .site-title {
        margin-top: 9px;
        width: 84%;
    }
     .site-title a {
       display: none;
    }
    .logo_mobile {
        display: inline !important;
    }
    .site-branding div.search {
        box-sizing: border-box;
        width: 100%;
        top: 142px;
    }
    /* home */
    .flex-caption {
        font: bold 17px/24px arial;
    }
     #flexslider_mnufeatured_carousel .flex-direction-nav a {
        height: 28px;
        width: 24px;
    }
    #flexslider_mnufeatured_carousel   .flex-direction-nav a:before {
        font-size: 27px;
    }
    #flexslider_mnufeatured_carousel .flex-nav-prev a {
        left: -25px;
        top: 49px;
    }
    #flexslider_mnufeatured_carousel .flex-nav-next a {
        right: -25px;
        top: 49px;    
    }
    .bigblock h3, .bigblockNew h3 {
        font-size: 22px;
    }
    .blockul {
        margin-left: 1.5em;
    }
     /* single */    
    .entry-title {
        font-size: 22px;
        line-height: 31px;
        margin: 1px 0 15px;
    }   
    .entry-content > h3 {
        font-size: 20px;
    }
    blockquote.quote p:first-letter {
        font-size: 60px;
    }
    blockquote.quote p {
        font-size: 16px;
    }
    .related h3 {
        font-size: 12px;
        max-height: 51px;
        overflow: hidden;
    }

    /* newsletter */
     .signup-inner {
        padding: 23px 40px;
    }
    .signup-inner .widget_newsletters {
        width: 90%;
    }
     .signup-inner > h2 {
        font-size: 37px;
    }
    .signupText {
        display: none;
    }
    #signup .widget input[type="text"] {
        font-size: 14px;
        padding: 9px 0;
    }
    #signup .widget input[type="submit"] {
        font-size: 16px;
        padding: 6px 0 !important;
    }
    .below_newsletter {
        margin: 0 auto;
        width: 73%;
    }
    /* contact */
    .datatable td {
        display: block;
        padding: 5px 0;
    }
        /* single page */
    .aulinks a {
        margin: 0 -1px 0 6px;
    }
    .dateFormat {
        display: block;
        line-height: 20px;
    }
}

/* =-=-=-=-=-==-=-=-=
 For Popup 
 =-=-=-=-=-==-=-=-=*/
	@media all and (max-width: 480px) and (min-width: 0) {
	/* Comic Popup */
	#comic-form{
		max-width: 340px;
	}
	#comic-form h1{
		font-size: 34px;
		 padding: 7px;
	}
	#comic-form fieldset {
		padding: 10px 20px 25px;
	}
	#comic-form li label {
		min-width: 100%;
		padding: 0 0 3px;
		text-align: left;
		font-size: 14px;
	}
	#comic-form input[type="text"]{
		padding: 14px 10px;
		width: 100%;
	}
	#comic-form .mfp-close{
	  background-size: 32px auto;
	  }
	 #comic-form input[type="submit"]{
		  padding: 7px 0;
		   font-size: 22px;
	 }
}


/* =-=-=-=-=-==-=-=-=
Small Mobiles Portrait
=-=-=-=-=-=-==-=-=-= */
@media all and (max-width: 400px) and (min-width: 0px) {
    #page {
       /* max-width: 300px;*/
    }
         /* header */ 
    .menu-top-left-container li:first-child + li ,
     .menu-top-right-container li:last-child 
     {
        display: none;
    }
     .menu-top-right-container li:first-child {
        border: none;
     }
     .site-branding {
        height: 99px;
    }
    .site-title {
        margin-top: 12px;
        width: 95%;
    }
     .site-title a {
       display: none;
    }
    .logo_mobile {
        display: inline !important;
    }
    .site-branding div.search {
        box-sizing: border-box;
        width: 100%;
        top: 138px;
    }
    .addLabel li + li {
        display: none;
    }
    .t-day {
        display: none;
    }
    /* menu */
    #primary-menu li {
     
    }   
    .t-dis {
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
    }
    /* home */
    #flexslider_mnufeatured .flex-direction-nav {
        top: 42%;
    }
    .flex-caption {
        font:normal 14px/19px arial;
    }
     #flexslider_mnufeatured_carousel .flex-direction-nav a {
        height: 28px;
        width: 24px;
    }
    #flexslider_mnufeatured_carousel   .flex-direction-nav a:before {
        font-size: 27px;
    }
    #flexslider_mnufeatured_carousel .flex-nav-prev a {
        left: -25px;
        top: 49px;
    }
    #flexslider_mnufeatured_carousel .flex-nav-next a {
        right: -25px;
        top: 49px;    
    }

    .bigblock h3, .bigblockNew h3 {
        font-size: 20px;
    }
    .blockul {
        margin-left: 1.5em;
    }
     /* single */    
    .entry-title {
        font-size: 21px;
        line-height: 31px;
        margin: 1px 0 15px;
    }   
    .entry-content > h3 {
        font-size: 20px;
    }
    blockquote.quote p:first-letter {
        font-size: 60px;
    }
    blockquote.quote p {
        font-size: 16px;
    }
    .related h3 {
        font-size: 12px;
        max-height: 36px;
        overflow: hidden;
    }

    /* newsletter */
     .signup-inner {
        padding: 23px 35px;
    }
    .signup-inner .widget_newsletters {
        width: 90%;
    }
     .signup-inner > h2 {
        font-size: 32px;
    }
    .signupText {
         display: none;
    }
    #signup .widget input[type="text"] {
        font-size: 14px;
        padding: 9px 0;
    }
    #signup .widget input[type="submit"] {
        font-size: 16px;
        padding: 6px 0 !important;
    }
    .below_newsletter {
        margin: 0 auto;
    }
    /* contact */
    .datatable td {
        display: block;
        padding: 5px 0;
    }
    .wpcf7-form .wpcf7-form-control-wrap {
        margin: 3px 0 7px;
        width: 100%;
    }
    .wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
        padding: 8px 0;
        text-indent: 6px;
    }
    .wpcf7-form .wpcf7-submit, input.wpas-submit {
        float: right;
    }
    /* search */
    .wpas-search_query, .wpas-ptype, .wpas-tax_category,
    .wpas-date_m, .wpas-orderby, .wpas-order  {
        width: 50%; margin: 0 0 10px;
    }
 /* single page */
    .aulinks a {
        margin: 0 15px 0 0;
    }
    .aulinks .autwitter {
        margin: 2px 0 1px;
    }
    .dateFormat, .dateFormat time {
        display: block;
        line-height: 18px;
    }


}

/* =-=-=-=-=-==-=-=-=
 For Popup 
 =-=-=-=-=-==-=-=-=*/
	@media all and (max-width: 480px) and (min-width: 0) {
	/* Comic Popup */
	#comic-form{
		max-width: 280px;
	}
	#comic-form h1{
		font-size: 30px;
		padding: 6px;
	}

	#comic-form input[type="text"]{
		padding: 12px 10px;
		font-size: 13px;
	}
	#comic-form .mfp-close{
	  background-size: 30px auto;
	  }
	 #comic-form input[type="submit"]{
		  padding: 6px 0;
	 }

    /*BOTTOM SOCIAL SHARE*/
     #lowerSocial .share-it {
        margin: 9px 6px 1px 0px;
    }
    #lowerSocial > .socialBuzzLine {
        clear: both; margin: 0;
    }

}


/* =-=-=-=-=-==-=-=-=
320 only
=-=-=-=-=-=-==-=-=-= */
@media all and (max-width: 359px) and (min-width: 0px) {
    #page {
        max-width: 300px;
        padding: 0;
    }
	.cont{
		max-width: 300px;
	}
}



/*only for apps*/
.form404 .search-form input.search-submit, 
.no-results .search-form input.search-submit {
    -webkit-appearance:none;
}
.disabled-link {
     color: #0080c3;
}
@media all and (max-width: 768px) and (min-width: 768px) {
    .error404 .search-page { display: table; height: 100vh; margin: 0 auto; vertical-align: middle; }
    .error-404.not-found {  display: table-cell;  vertical-align: middle; height: 100%;}
}
@media all and (max-width: 1024px) and (min-width: 1024px) {
     .error404 .search-page { display: table; height: 100vh; margin: 0 auto; vertical-align: middle; }
    .error-404.not-found {  display: table-cell;  vertical-align: middle; height: 100%;}
}
@media all and (max-width: 500px) and (min-width: 0px) {
    .form404      {  width: 300px;   height: 325px;  }
    .form404 > h1 {  font-size: 26px; padding: 30px 30px 2px;  }
    .form404 > p  {  padding: 0 30px 15px;  }
    .form404 .search-form input.search-field, 
    .no-results .search-form input.search-field {   width: 125px; }
}


/*--------------------------------------------
CONTACT + HOME BIG SLIDER SETTING FOR MOBILES
---------------------------------------------*/
@media all and (max-width: 999px) and (min-width: 768px) {
    /*CONTACT PAGE*/
    .fullbanner {
        background-position: 0 0;
        background-size: 1400px auto;
        padding: 90px 0;
    }
    .fullbanner h1 {
        font-size: 60px;
    }
    .fullbanner p {
        font-size: 24px;
    }
    .contLeft {
        float: left;
        width: 100%;
    }
    .contRight {
        padding-top: 20px;
        width: 100%;
    }
    .contholder h3 {
        font-size: 28px;
    }
    .contacto label {
        width: 25%;
    }
    .contacto .wpcf7-form-control-wrap {
        width: 74%;
    }
    .contacto input[type="submit"] {
        width: 74%
    }
     /* IMAGE SLIDE  MODIFICATIONS */
    .homeleft {
        width: 100%;
    }
   .slide_home {
        padding-right: 0;
        padding-top: 10px;
        width: 100%;
    }
    .slide_home h2 {
        font-size: 33px;
    }
    .slide_home h3 {
        font-size: 18px;
    }
}

@media all and (max-width: 767px) and (min-width: 480px) {
    /*CONTACT PAGE*/
    .fullbanner {
        background-attachment: scroll;
        background-position: center center;
        background-size: 110% auto;
        padding: 35px 0;
    }
    .fullbanner .center {
        padding-left: 20px;
    }
    .fullbanner h1 {
        font-size: 40px;
    }
    .fullbanner p {
        font-size: 19px;
    }
    .contLeft {
        width: 100%;
    }
    .contRight {
        padding-top: 20px;
        width: 100%;
    }
    .contholder h3 {
        font-size: 27px;
    }
    .contacto label {
        width: 25%;
        font-size: 20px;
    }
    .contacto .wpcf7-form-control-wrap {
        width: 74%;
    }
    .contacto input[type="submit"] {
        width: 74%
    }
    .contRight p {
        font-size: 19px;
    }
    
    /* IMAGE SLIDE  MODIFICATIONS */
    .homeleft {
        width: 100%;
    }
   .slide_home {
        padding-right: 0;
        padding-top: 10px;
        width: 100%;
    }
    .slide_home h2 {
        font-size: 23px;
    }
    .slide_home h3 {
        font-size: 15px;
    }
}

@media all and (max-width: 479px) and (min-width: 0px) {
    /*CONTACT PAGE*/
    .fullbanner {
        background-attachment: scroll;
        background-position: center center;
        background-size: auto 300px;
        padding: 35px 0;
    }
    .fullbanner .center {
        padding-left: 20px;
    }
    .fullbanner h1 {
        font-size: 35px;
    }
    .fullbanner p {
        font-size: 17px;
    }
    .contLeft {
        width: 100%;
    }
    .contRight {
        padding-top: 15px;
        width: 100%;
    }
    .contacto .row {
        margin-bottom: 10px;
    }
    .contholder h3 {
        font-size: 25px;
    }
    .contacto label {
        font-size: 18px;
        padding: 3px 0;
        width: 50%;
    }
    .contacto .wpcf7-form-control-wrap {
        width: 100%;
    }
    .contacto .wpcf7-form-control-wrap input.wpcf7-text, 
    .contacto .wpcf7-form-control-wrap select,
    .contacto .wpcf7-form-control-wrap textarea {
         font-size: 16px;
    }
    .contacto .wpcf7-form-control-wrap textarea {
        height: 155px;
    }
    .contacto input[type="submit"] {
        width: 100%
    }
    .contRight p {
        font-size: 17px;
    }
        /* IMAGE SLIDE  MODIFICATIONS */
    .homeleft {
        width: 100%;
    }
   .slide_home {
        padding-right: 0;
        padding-top: 10px;
        width: 100%;
    }
    .slide_home h2 {
        font-size: 22px;
    }
    .slide_home h3 {
        font-size: 15px;
    }
}