/*  
Theme Name: Christchurch Touring Company
Description: Custom Theme based on Canvas
Author: Chris Mole Media
Template: canvas

*/

@import "../canvas/css/reset.css";
@import "../canvas/style.css";

body {
    margin: 0 !important;
    padding: 0 !important;
}

.entry a:link, .entry a:visited {
    color: #89c52f;
    text-decoration: none;
}

.entry h3 a:link, .entry h3 a:visited {
    color: #89c52f;
    text-decoration: none;
}

.entry ol  {
    margin-top: 20px;
    margin-bottom: 25px;
}

.entry ol li {
    line-height: 130%;
    margin-bottom: 15px;
}

.entry ul li {
    line-height: 130%;
    margin-bottom: 15px;
}

hr  {
    clear:both !important;
}

.header-widget {
    margin-top: 15px !important;
    max-width: 400px;
}

.header-widget p {
    font-family: Times New Roman, serif !important;
    font-size: 17px !important;
    line-height: 180% !important;
    color: #555;
}

.header-widget a:hover {
    text-decoration: none;
}

.header-widget a.email {
    color: #555;
}

.header-widget a.email:hover {
    text-decoration: none;
    color: #89c52f;
}

#nav-container {
    margin-bottom: 0;
}

ul.nav li.current_page_item a,
ul.nav li.current_page_parent a,
ul.nav li.current-menu-ancestor a,
ul.nav li.current-cat a,
ul.nav li.current-menu-item a {
  color: #89c52f;
}
 

ul.nav ul li a {
   font-size: 14px !important;
}

ul.nav ul li a:hover {
   text-decoration: none !important;
}

#loopedSlider {
    margin-bottom: 20px;
}

#mobile-banner {
    display:none;
}

article {
    padding-left: 20px;
}

.home article {
    padding-left: 0;
}

.home .entry h2 {
     color: #222;
     font-size: 40px !important;
     line-height: 130% !important;
}

.entry h4 {
    margin: 0 0 20px 0;
    padding: 0;
    font-style: italic;
}

.home .breadcrumb,
.page .breadcrumb {
    display: none;
}

.home .entry img {
    padding: 0;
}

#text-16 {
    margin-top: 40px !important;
}

#text-16 h3 {
   text-transform: none !important;
   margin-bottom: 0;
   font-size: 24px !important;
   color: #555 !important;
}

#text-16 p {
   font-size: 18px !important;
   font-weight:bold !important;
   font-style: italic !important;
   color: #333;
   padding-bottom: 30px;
   border-bottom: 2px solid #8e8e8e;
}

aside#sidebar h3{
    font-family: Times New Roman, serif !important;
    font-size: 34px;
    font-weight: normal;
    text-transform: uppercase;
    color: #a0cc06;
}

#text-17 {
    margin-right: 40px;
}

#text-17 h3 {
    text-transform: none !important;
    font-size: 22px !important;
    color: #555 !important;
}

#text-18 {
    margin-right:20px;
}

#text-18 img {
    margin-top: 3px;
    margin-right: 10px;
    float:left;
}

.widget h3  {
    margin-right: 20px;
}

.breadcrumb {
    margin-left: 20px;
}

.dropcap  {
    font-size: 76px !important;
    float: left;
    font-family: Times New Roman, serif !important;
    margin-top: 0 !important;
    color: #8bc538;
}

.home #content {
    background-color: #ebebeb;
    padding-top: 0 !important;
}

#content {
    background-color: #fff;
    padding-top: 30px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.entry img {
    border: 0;
}

.entry .wp-caption {
    max-width: 100%;
    width: 100%;
    padding: 1px;
    text-align: center;
    background: none repeat scroll 0% 0% #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: 0px 0px 1px 1px #FFF inset;
}

.wp-caption {
    margin-bottom: 30px;
}

.entry .wp-caption-text {
    margin: 5px 0 0 0;
    padding: 0px;
    font: 300 13px "Helvetica Neue",Helvetica,sans-serif;
    text-align: center;
    font-style: italic;
}

.textwidget h4 {
    margin-bottom: 15px;
}

/* Forms */

.wpcf7 p {
    margin-right: 20px !important;
    margin-bottom: 20px !important;
}

input, 
textarea {
    padding: 5px;
    background: none repeat scroll 0% 0% #FFF;
    border-color: #ccc;
    border-width: 2px;
    border-style: solid;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 1em;
    color: #747474;
    font-family: inherit;
    width: 92%;
    max-width: 320px;
    height: 25px;
}

textarea {
    height: 80px;
}

select {
    background: none repeat scroll 0% 0% #FFF;
    padding: 5px;
    border-color: #ccc;
    border-width: 2px;
    border-style: solid;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 1em;
    color: #747474;
    font-family: inherit;
    width: 92%;
    max-width: 344px;
    height: 38px;
}

input.wpcf7-submit  {
     height: 50px;
     width: 200px;
     background-color: #8bc538;
     font-size: 20px;
}


#wpcf7-f61-p151-o1 {
    padding-left: 20px;
    padding-top: 20px;
}

#wpcf7-f61-p151-o1 input, 
#wpcf7-f61-p151-o1 textarea {
    width: 95%;
    max-width: 450px;
}

#wpcf7-f61-p151-o1 select {
    width: 100%;
    max-width: 304px;
}

#wpcf7-f61-p151-o1 input.wpcf7-submit  {
     height: 50px;
     width: 304px;
     font-size: 20px;
}
     
.widget ul li,
#sidebar li {
    list-style-type: none !important;
}

.home #sidebar li {
    padding-left: 20px;
    font-size: 14px !important;
}

.home #sidebar p {
    font-size: 14px !important;
}


#footer-widgets a {
    color: #636363;
    font-size: 14px !important;
}

#footer-widgets a:hover {
    text-decoration: none !important;
    color: #8bc538 !important;
}

.footer-widget-1  {
    width: 100px !important;
}

.footer-widget-2  {
    width: 170px !important;
}

.footer-widget-3  {
    width: 300px !important;
    text-align: center !important;
}

.footer-widget-4  {
    width: 400px !important;
}

#credit a {
    color: #999;
    font-size: 12px !important;
}

#credit a:hover {
    text-decoration: none;
}

#footer {
    background-color: #ebebeb;
    border: 0 !important;
    max-width: 1100px !important;
}

#our-tours {
	width: 100%;
}

#our-tours hr {
	height: 2px;
	color: #bcbcbc;
	background-color: #bcbcbc;
}

#our-tours h2 {
	font-size: 36px!important;
        color: #222;
}

#our-tours h3 {
	text-transform: uppercase;
        padding: 4px 0 4px 0;
}

#our-tours p {
	color: #444;
        font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}	

.tour-box {
	width: 23%;
	height: auto;
	margin-right: 2.666%;
	margin-bottom: 40px;
	float: left;
}

.tour-box-l {
	width: 23%;
	height: auto;
	margin-bottom: 40px;
	float: left;
}


/* Responsive Styles */

@media only screen and (max-width: 1160px) {

    .home .page {
        margin-left: 20px;
    }
    
     #text-16 {
        padding-right: 10px;
    }

    #our-tours {
        width: 96%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 980px) {

    .home .entry h1 {
        line-height: 1.2em !important;
    }

    #text-16 {
        margin-top: -10px !important;
    }

    article {
        padding-right: 20px;
    }
    aside#sidebar {
        margin-left: 20px;
    }
    .home aside#sidebar {
        margin-left: 0;
    }

    #our-tours h3 {
	font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {

    #our-tours h3 {
	font-size: 14px;
    }
}

@media only screen and (max-width: 570px) {

    #our-tours h3 {
	font-size: 20px;
    }

    .tour-box {
	width: 46%;
	height: auto;
	margin-right: 2%;
        margin-left: 2%;
	margin-bottom: 40px;
	float: left;
    }

    .tour-box-l {
	width: 46%;
	height: auto;
        margin-right: 2%;
        margin-left: 2%;
	margin-bottom: 40px;
	float: left;
    }
}

@media only screen and (max-width: 480px) {

    .header-widget {
        margin-top: 25px !important;
    }

    .header-widget a.email {
        font-size: 16px !important;
    }

    #loopedSlider {
        display: none;
    }

    #mobile-banner {
        display: block;
        padding: 10px;
        text-align: center;
        margin-bottom: 30px;
    }

    article {
        padding-right: 20px;
    }

    .home .entry h2 {
        line-height: 130% !important;
        font-size: 28px !important;
     }

    .dropcap {
        font-size: 14px !important;
        font-family: Arial, sans-serif !important;
        color: #0c0c0c;
        font-weight: normal !important;
        float: none !important;
        margin: 0 !important;
    }

    .home #sidebar li {
        padding-left: 0;
        padding-right: 10px;
    }
    #text-16 {
        margin-top: 0 !important;
    }

    .footer-widget-3 {
        width: 320px;
        margin-right: 0;
        padding: 0;
    }

    .footer-widget-4 img {
        width: 270px;
    }

    aside#sidebar {
        padding-left: 10px;
    }
    #wpcf7-f61-p151-o1 {
        padding-left: 0;
    }

    #our-tours h3 {
	font-size: 17px;
    }
    
}


@media only screen and (max-width: 320px) {
    .header-widget a.email {
        font-size: 15px !important;
    }
   
    #our-tours {
        text-align: center;
    }

    #our-tours h3 {
	font-size: 20px;
    }

    .tour-box {
	width: 96%;
	height: auto;
	margin-left: 2%;
        margin-right: 2%;
	margin-bottom: 40px;
	float: left;
    }

    .tour-box-l {
	width: 96%;
	height: auto;
        margin-left: 2%;
        margin-right: 2%;
	margin-bottom: 40px;
	float: left;
    }

    .footer-widget-3 {
        width: 260px;
        margin-left: -20px;
    }


    .footer-widget-3 p {
       font-size: 12px !important;
    }


    .footer-widget-4 img {
        width: 250px;
    }
}