/*
Theme name: Cotillion Site
Description: Custom Theme
*/

/******* Cotillion Site WordPress CSS *******/

/* Common elements styling */

p img { padding: 0;	max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { margin: 0 0 2px 10px; display: inline; }
img.alignleft { margin: 0 10px 2px 0; display: inline; }
.alignright { float: right; display: inline; }
.alignleft { float: left; display: inline; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Calendar widget */
#wp-calendar { empty-cells: show; margin: 10px auto 0; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
.wp-caption { border: 1px solid #ddd; text-align: center; padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;}

/* Big images in rich text editor should not break page layout */
.post .entry { overflow: hidden; }

/******* /Cotillion Site WordPress CSS *******/

* { padding:0; margin:0; outline:0; }

@font-face {
    font-family: 'thirsty';
    src: url('fonts/thirstyscriptregular-webfont.eot');
    src: url('fonts/thirstyscriptregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/thirstyscriptregular-webfont.woff') format('woff'),
         url('fonts/thirstyscriptregular-webfont.ttf') format('truetype'),
         url('fonts/thirstyscriptregular-webfont.svg#thirsty_script_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'boston';
    src: url('fonts/boston-webfont.eot');
    src: url('fonts/boston-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/boston-webfont.woff') format('woff'),
         url('fonts/boston-webfont.ttf') format('truetype'),
         url('fonts/boston-webfont.svg#bostondemi') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*url('fonts/museosans-webfont.woff') format('woff'),*/
@font-face {
    font-family: 'museo';
    src: url('fonts/museosans-webfont.eot');
    src: url('fonts/museosans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans-webfont.ttf') format('truetype'),
         url('fonts/museosans-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museoItalic';
    src: url('fonts/museosansitalic-webfont.eot');
    src: url('fonts/museosansitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosansitalic-webfont.woff') format('woff'),
         url('fonts/museosansitalic-webfont.ttf') format('truetype'),
         url('fonts/museosansitalic-webfont.svg#museo_sans500_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #1A2B58;
	font-family: 'museo', Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #623212;
    min-width: 1000px;
    -webkit-text-size-adjust: none;
}

input, textarea, select { font-family: Arial, sans-serif; font-size:11px; }

a img { border: 0; }

a { color: #243c7e; text-decoration: none; cursor:pointer; transition: color 1000ms, background-color 1000ms, opacity 1000ms; -webkit-transition: color 1000ms, background-color 1000ms, opacity 1000ms; text-decoration: underline; }
a:hover { color: #000; text-decoration: none; transition: color 300ms, background-color 300ms, opacity 300ms; -webkit-transition: color 300ms, background-color 300ms, opacity 300ms; }

a img { transition: color 1000ms, background-color 1000ms, opacity 1000ms; -webkit-transition: color 1000ms, background-color 1000ms, opacity 1000ms; }
a:hover img { transition: color 300ms, background-color 300ms, opacity 300ms; -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;}
a:hover img { opacity: 0.6; -moz-opacity: 0.6; filter:alpha(opacity=60); }

.left, .align-left { float:left; display:inline; }
.right, .align-right { float:right; display:inline; }

.cl { font-size: 0; line-height: 0; clear: both; display: block; height: 0; }
.gform_footer,
.clearfix,
.main-conten,
.main-images ul,
.gform_fields li,
.testimonial-container,
.navigation ul { *zoom: 1; }
.gform_footer:after,
.clearfix:after,
.testimonial-container:after,
.gform_fields li:after,
.main-content:after,
.main-images ul:after,
.navigation ul:after { width: 100%; content: ''; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; display: block; }

h2.logo { position: absolute; font-size:0; line-height:0; width: 245px; top: -120px; left: -5px; }
h2.logo a { display: block; height: 240px; text-indent: -4000px; background: url(images/logo.png); background-repeat: no-repeat; background-position: center center; background-size: 240px auto; }
h2.logo a:hover { opacity: 0.80;filter:alpha(opacity=80); }
h1,
h2 { font-size: 30px; line-height: 31px; font-family: 'thirsty' ,arial, serif; color: #784931;  }
h3 { font-size: 15px; line-height: 17px; color: #a86e0b; text-transform: uppercase; }
h4 { font-size: 18px; line-height: 19px; font-family: 'thirsty', arial, serif; color: #a86e0b; font-weight: normal; }
h5 { font-size: 13px; line-height: 17px; color: #623212; }

.shell { max-width: 1000px; margin: 0 auto; }

.header { height: 49px; background: url(images/header.png) repeat-x 0 0 #c5a973; border-bottom: 5px solid #c5a973; padding-top: 93px; position: relative; z-index: 6; }
.header .shell { position: relative; }

.navigation { background: url(images/navigation.png) repeat-x 0 0; height: 49px; }
.navigation .shell ul li  a { text-transform: uppercase; }
.navigation > .shell > ul { float: right; display: inline; list-style: none; padding-right: 10px; z-index: 10; position: relative; }
.navigation > .shell > ul > li { float: left; display: inline; background: url(images/navigation-line.png) no-repeat 0 0; position: relative; }
.navigation > .shell > ul > li:first-child { background: none;}
.navigation > .shell > ul > li > a { display: block; font-family: 'boston', arial, serif; font-size: 12px; color: #fff; line-height: 18px; letter-spacing: 1px; padding: 17px 19px 14px 20px; font-weight: normal; text-decoration: none; position: relative; text-shadow: rgb(255,255,255) 0px 1px 0px;}
.navigation > .shell > ul > li > a:hover,
.navigation > .shell > ul > li.current-menu-ancestor > a,
.navigation > .shell > ul > li.current-menu-item > a { background-color: #1a2b58; color: #d2aa50; text-shadow: rgb(210,170,80) 0px 1px 0px; }

.nav-arr { width: 21px; height: 10px; background: url(images/nav-arr.png) no-repeat 0 0; position: absolute; bottom: 3px; left: 50%; margin-left: -10px;  }

.drop-down { position: absolute; min-width: 100%; top: 49px; left: 0; display: none;}
.drop-down ul {background-color: #c5a973; list-style-type: none; padding: 6px 0 15px 0; border-radius: 0 0 9px 9px; -moz-border-radius: 0 0 9px 9px; -webkit-border-radius: 0 0 9px 9px; -o-border-radius: 0 0 9px 9px; }
.drop-down ul li { background: url(images/dd-line.png) repeat-x 0 bottom; text-align: center; white-space: nowrap;}
.drop-down ul li a { text-decoration: none; font-size: 12px; font-family: 'boston', arial, serif; color: #4b360e; line-height: 33px; letter-spacing: 1px; display:block; }
/*.drop-down ul li.current-menu-item a,*/
.drop-down ul li a:hover { color: #faf6e3; background-color: #d7c08e; text-shadow: rgba(0,0,0,0.5) 1px 1px 2px; }

.main { background-color: #d4c9b1; position: relative; z-index: 5; }

.main-head { background: url(images/main-head.png) repeat-x 0 bottom; padding-bottom: 20px; box-shadow: 0px 6px 5px rgba(0,0,0,0.2); -moz-box-shadow: 0px 6px 5px rgba(0,0,0,0.2); -webkit-box-shadow: 0px 6px 5px rgba(0,0,0,0.2); -o-box-shadow: 0px 6px 5px rgba(0,0,0,0.2); position: relative; z-index: 8; height:100%;  }
.main-images ul { list-style: none; }
.main-images ul li { float: left; display: inline; border-left: 5px solid #c5a973; }
.main-images ul li img { display: block; }
.main-images ul li:first-child { border-left: 0; }

.main-content { background-color: #faf6e3; position: relative; z-index: 7; height: 100%;}

.sidebar { width: 136px; float: left; display: inline; margin-top: 25px; margin-bottom: 29px; border-right: 1px solid #dcd2bb; min-height: 376px; padding-top: 31px; }
.sidebar ul { list-style: none; }
.sidebar h2 { text-align: right; padding-right: 5px; font-size: 18px; padding: 0; }
.sidebar .widget { padding: 0 11px 20px 0;  }
.sidebar .widget ul { text-align: right; padding-left: 15px;}
.sidebar .widget ul li { text-transform: uppercase; border-top: 1px solid #dcd2bb; padding: 8px 0 5px 0; }
.sidebar .widget ul li:first-child { border-top: 0;  }
.sidebar .widget ul li a { font-family: 'boston', arial, serif; font-size: 11px; line-height: 15px; letter-spacing: 1px; color: #3a6684; font-weight: normal; text-decoration: none; }
.sidebar .widget ul li a:hover,
.sidebar .widget ul li.current-menu-item a { color: #ae7a2a; }
/* .testimonials .widget h2 { text-align: left; font-size: 21px; font-weight: normal; } */
.sidebar .widget.widget_nav_menu {padding-right:0}
.sidebar .widget.widget_nav_menu li a {margin-right:12px; display:inline-block}
/*.sidebar .widget.widget_nav_menu ul {padding-left:0}*/

#googleMap { min-height: 400px; margin: 40px 0; }

.content { width: 579px; float: left; display: inline; padding: 24px 30px 30px 28px; }
.content p { padding-top: 10px; }

.testimonials { width: 222px; float: right; display: inline; background: url(images/testimonial-bg.png) repeat 0 0; min-height: 431px; position: relative; padding-bottom: 10px; }
.testimonial-title { width: 185px; text-align: center; background-color: #e3c47f; border-radius: 0 0 7px 7px; -moz-border-radius: 0 0 7px 7px; -webkit-border-radius: 0 0 7px 7px; -o-border-radius: 0 0 7px 7px; margin: 0 auto; box-shadow: 0px 5px 10px rgba(0,0,0,0.5); -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.5); -o-box-shadow: 0px 5px 10px rgba(0,0,0,0.5); margin-bottom: 41px; padding: 7px 0 4px 0;  }
.testimonial-title h2 { font-size: 21px; font-weight: normal }

.testimonial-entry { height: 239px; width: 178px; background: url(images/testimonial-circle.png) no-repeat 0 0; padding: 0 20px 0 24px; line-height: 16px; font-family: 'museoItalic', arial, serif; font-size: 12px; position: relative; }
.testimonial-entry p + p { padding-top: 5px; }

.testimonials ul { list-style: none; }
/* .testimonials .widget { padding: 20px 15px 0; } */
.testimonials .widget.carbon_testimonials { padding: 0; }
.testimonials .widget.carbon_testimonials h2 { text-align: center;  }

.author { font-size: 16px; line-height: 15px; font-family: 'thirsty', arial, serif; text-align: right; padding-right: 13px; }

.footer { padding-top: 23px; position:relative; z-index: 3;}
.copyright { font-size: 11px; color: #5068a7; float: left; display: inline; padding-left: 25px; }
.copyright a { color: #5068a7; font-weight: normal; text-decoration: none; }
.copyright a:hover { color: #000; }
.socials { float: right; display: inline; height: 32px; padding-right: 30px; }
.socials p { float: left; display: inline; font-family: 'thirsty', arial, serif; font-size: 23px; line-height: 20px; color: #647ab5; text-shadow: rgba(0,0,0,0.5) 1px 2px 1px; padding-top: 2px; padding-right: 10px;}
.socials a { float: left; display: inline; width: 32px; height: 32px; background: url(images/socials.png) no-repeat 0 0; margin-left: 5px; font-size: 0; line-height: 0; text-indent: -4000px; margin-top: -4px;}
.socials a.ico-facebook { background-position: 0 0; }
.socials a.ico-twitter { background-position: -38px 0; }
.socials a.ico-in { background-position: -78px 0; }
.socials a:hover { transform: rotate(12deg); -ms-transform:rotate(12deg); -webkit-transform:rotate(12deg); }

.page-styled ol,
.page-styled ul { margin-left: 35px; }
.page-styled h2,
.page-styled h4,
.page-styled h5,
.page-styled h6 { padding-top: 10px; }

.page-styled h2.page-title { padding-top: 0; }
.page-styled .posts-image ul { margin: 0; }
.posts { width: 400px; float: left; display: inline; }
.content-big .posts { width: 500px; }
.page-styled .posts ul { margin: 0; }
.posts ul { list-style: none; }
.posts > ul { padding: 15px 0 0 5px; }
.posts > ul > li +li { padding: 15px 0 0 0; }
.post ul { padding: 5px 0 0 5px; }

.post p { line-height: 14px; padding-top: 5px; }
.posts-image { float: right; display: inline; width: 160px; padding-top: 10px; }
.posts-image ul { list-style: none; }
.posts-image ul li { border: 3px solid #a86e0b; margin-bottom: 11px;}
.posts-image ul li a,
.posts-image ul li img { display: block; width: 100%; height: auto; font-weight: normal; text-decoration: none; }

.content-big { width: 716px; }

.col { float: left; display: inline; }
.col-right { float: right; }
.col1 { width: 300px; }
.col2 { width: 310px; }
.col3 { width: 430px; }
.col4 { width: 200px; }

.newsletter { padding-top: 17px; }
.newsletter ul { list-style: none; }
.newsletter ul li { padding-bottom: 22px; }

.news p { padding: 2px 0 0 6px; }

.newsletter-image img { display: block; }
.newsletter-image { border: 6px solid #a86e0b; }
.newsletter-image-holder { text-align: center; padding: 20px 20px 0 0; }

.form-holder { padding-top: 30px; padding-bottom: 26px;}

.validation_message,
.validation_error { display: none; }
.gfield.gfield_error label.gfield_label {color:red}
.gform_heading { display: none; }
.gform_fields ul,
.gform_fields { list-style: none; }
.gform_fields { padding: 18px 0 0 20px; }
.gform_fields li .gfield_label { float: left; display: inline; padding-right: 15px; }
.gform_fields li .ginput_container { float: left; display: inline; }
.gfield_radio { min-width: 110px; }
.gfield_radio .iradio { width: 10px; height: 10px; background: url(images/radio.png) no-repeat 0 0; float: left; display: inline; margin-top: 4px; cursor: pointer; padding-right: 6px; }
.gfield_radio .iradio.checked { background-position: 0 bottom; }

.gfield { margin-bottom: 11px; }
.gform_fields_column label { padding-right: 70px!important; }
.gform_fields_column .ginput_container { width: 100px; }
.gform_fields_column .ginput_container li { float: left; width: 50px;}
.gform_fields_column .ginput_container li label { float: none; padding-right: 0!important; }

.medium { border: 1px solid #d4c9b1; background-color: #e5dece; padding: 3px; width: 328px; margin-top: -2px; }
.gfield_select { width: 307px; }
.gfield-select label { width: 70px; }

/* large forms */

/*.gform_fields li .gfield_label { padding-bottom: 15px; }*/
.gform_fields li.new-line-label .gfield_label { clear: both; display: block; float: none; width: 100%; }
.gfield_html { padding-bottom: 10px; }
.agree-terms .gfield_radio label { display: none; }
/*.gform_fields li.new-line-label,*/
/*.gfield.gfield-radio { padding-bottom: 11px; }*/
.content .large-form_wrapper p { padding: 0 0 11px 0; }
.gform_wrapper { margin-top: 20px; }
.gform_wrapper ul { padding: 0; margin: 0; }
body .gform_wrapper .gfield-checkbox .ginput_container label { margin-left: 10px !important; }

.chzn-container-single .chzn-single { border: 1px solid #d4c9b1; background-color: #e5dece; font-family: Arial, sans-serif; font-size: 11px; height: 21px; line-height: 21px; }
.chzn-container-active.chzn-with-drop .chzn-single { border: 1px solid #d4c9b1; background: #e5dece; font-family: Arial, sans-serif; font-size: 11px; height: 21px; line-height: 21px; box-shadow: 0px 0px 0px ; -moz-box-shadow: 0px 0px 0px ; -webkit-box-shadow: 0px 0px 0px ; -o-box-shadow: 0px 0px 0px ;  }
.chzn-container-single .chzn-single div { width: 25px; height: 20px; background-image:url(images/select-button.png); }
.chzn-container-active.chzn-with-drop .chzn-single div { background-image:url(images/select-button.png);  }
.chzn-container .chzn-drop { border: 1px solid #d4c9b1; background: #e5dece; font-size: 11px; }
.chzn-container .chzn-results .active-result { color: #000; }
.chzn-container .chzn-results .active-result.highlighted { color: #A86E0B; }

.gform_button { width: 100px; height: 31px; background: url(images/submit-button.png) repeat-x 0 0; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px; border: 0; font-family: 'thirsty', arial, serif; color: #dabe83; font-size: 20px; text-align: center; cursor: pointer; text-shadow: rgb(0,0,0) 0px 2px 1px; display: block; margin: 20px auto 0 auto;}
.gform_button:hover { opacity: 0.70;filter:alpha(opacity=70); }

.locations { padding-top: 31px; }
.locations h4 { text-transform: none; padding-bottom: 7px; }
.locations ul { list-style: none; }
.locations ul li { padding-bottom: 15px; }

.location p { padding-top: 0; }

.testimonials-home { width: 363px; background: url(images/test-home.png) repeat 0 0; height: 288px; min-height: 0; }
.testimonials-home .testimonial-title { margin-right: 20px; float: right; display: inline; margin-bottom: 33px;}
.testimonial-image {  overflow: hidden; padding: 15px 4px 0 23px; width: 141px; height: 116px;}
.mask { width: 174px; height: 146px; background: url(images/testimonial-image-holder.png) no-repeat 0 0; position: absolute; top: 0; left: 0; }
.testimonials-home .testimonial-image-holder { position: relative; float: left; display: inline; z-index: 3; position: relative;  }
.testimonials-home .testimonial-content { float: right; display: inline; width: 140px;  padding: 23px 11px 0 0; transform:rotate(-2deg);
-ms-transform:rotate(-2deg); -webkit-transform:rotate(-2deg); }
.testimonials-home .testimonial-content p { font-family: 'thirsty', arial, serif; color: #faf6e3; font-size: 23px; line-height: 27px; text-shadow: rgba(0,0,0,0.5) 2px 2px 3px;}
.testimonials-home .testimonial-content p.buttons { padding-top: 6px; }
.testimonials-home .testimonial-content p.buttons a { color: #61351e; }

.panel { width: 328px; height: 43px; background: url(images/panel.png) no-repeat 0 0; position: absolute; top: 130px; /*left: -14px;*/ left: 13px; z-index: 2;}

.testimonials-home .testimonial-container { position: relative; margin: 75px 0 0 0; padding:0 0 35px 27px; }

.slider { height: 279px; overflow: hidden; }
.slides { height: 279px; float: left; display: inline; }

.note { padding-top: 18px; width: 731px; height: 72px; background-color: #9e0b0f; border-radius: 0  0 9px 9px; -moz-border-radius: 0  0 9px 9px; -webkit-border-radius: 0  0 9px 9px; -o-border-radius: 0  0 9px 9px; position: absolute; top: -135px; right: 0; text-align: center; font-size: 13px; line-height: 24px; color: #ffffff; font-family: 'boston', arial, serif; letter-spacing: 1px; display: none; }

.note.active { display: block; }
.validation_message { padding-top: 5px; clear: both; color: red; }
.testimonial-container { overflow: hidden; padding-bottom: 5px; }
.gfield_required { display: none; }
#gforms_confirmation_message { padding-top: 15px; }

.pagination { font-family: 'thirsty', arial, serif; font-size: 14px; }
.pagination,
.loop-posts { padding-top: 20px; }
.loop-posts .post { padding-bottom: 25px;  }

@media screen and (-webkit-min-device-pixel-ratio:0) {
   .drop-down ul li a { text-shadow: rgb(75,54,14) 0px 1px 1px;}
    .drop-down ul li a:hover { color: #faf6e3; background-color: #d7c08e; text-shadow: rgba(0,0,0,0.5) 1px 1px 2px; }
}

input.input-text {padding:5px}


.woocommerce.single-product {}
.woocommerce.single-product .content {}
.woocommerce.single-product .content .images {}
.woocommerce.single-product .content .images img { }

.woocommerce.single-product .content .related.products .product,
.woocommerce.single-product .content .related.products .product img { }

div.pp_woocommerce {}
div.pp_woocommerce div.ppt {display:none !important}

.product-gallery {}
.product-gallery a {margin:5px; display:inline-block}
.product-gallery a img {vertical-align: middle}

.main-content .products-categories {list-style:none; padding:20px 0 0 0; margin:0 0 0 0}
.main-content .products-categories li {display:block; margin-right:25px; float:left}
.main-content .products-categories li a {text-decoration: none}

#field_2_37 {padding:10px;background-color:yellow;margin-top:20px;text-align:center;font-weight:bold;}

.btn-menu { position: absolute; top: -28px; right: 14px; z-index: 25; }

.btn-menu { display: none; height: 9px; padding-top: 9px; }
.btn-menu span { position: relative; display: block; width: 25px; height: 15px; border-top: 3px solid #000; }

.btn-menu span:before,
.btn-menu span:after { position: absolute; width: 100%; height: 3px; background: #000; content: ''; }

.btn-menu span:before { top: -9px; }
.btn-menu span:after { top: 3px; }

.btn-menu span:before,
.btn-menu span:after,
.btn-menu span {
    -webkit-transition: all .3s linear;
            transition: all .3s linear;
 }

.btn-menu.active span { border-color: transparent; }
.btn-menu.active span:before,
.btn-menu.active span:after { background: #000; }

.btn-menu.active span:before {
-webkit-transform: rotate(45deg) translate(2.5px, 6px);
        transform: rotate(45deg) translate(2.5px, 6px);

}
.btn-menu.active span:after {
-webkit-transform: rotate(-45deg) translate(2.5px, -6px);
        transform: rotate(-45deg) translate(2.5px, -6px);
}

/* ------------------------------------------------------------ *\
    WooCommerce
\* ------------------------------------------------------------ */

ul.woocommerce-error { margin: 0 0 2em !important; padding: 1em 2em 1em 3.5em !important; }


@media(max-width: 767px){
    body { min-width: 320px; }
    .btn-menu { display: inline-block; }
    .navigation {  max-height: 0; }
    .navigation ul { max-height: 0; overflow: hidden; position: static;
    transition: max-height .4s;
     }
    .navigation ul.active { max-height: 1000px; }
    .navigation > .shell > ul > li:first-child { background: url(images/navigation.png) repeat-x 0 0;}

    .header { height: auto; padding-top: 128px; }

    .navigation { height: auto; box-sizing: border-box; position: relative; z-index: 20; }
    .navigation > .shell > ul { display: block; width: 100%; float: none; box-sizing: border-box; padding: 0;  }
    .navigation > .shell > ul > li { float: none; display: block; background: none; background: url(images/navigation.png) repeat-x 0 0; }
    .navigation > .shell > ul > li > a { text-align: center; }

    .widget_nav_menu li { text-align: left; }

    .drop-down { position: static; min-width: auto; display: none; }
    .drop-down ul { padding-bottom: 5px; }

    .main-images ul li { width: 100%; border-left: none;  }
    .main-images ul li + li { margin-top: 3px;  }
    .main-images ul li img { width: 100%; height: auto;  }


    .content-big { width: 100%; float: none; padding: 20px; display: block; box-sizing: border-box;}

    .testimonials { width: 100%; float: none; display: block; min-height: 300px !important; }
    .testimonial-title { margin-bottom: 20px; }
    .testimonial-entry { margin: 0 auto; }

    .copyright {display: inline-block; padding: 0 20px; width: 100%; box-sizing: border-box; text-align: center; float: none; }

    .socials { float: none; display: block; text-align: center; padding-right: 0; }
    .socials p { float: none; display: block; padding: 10px 0 0 0; width: 100%; }
    .socials a { float: none; display: inline-block; margin: 0 2px 20px; }

    .sidebar { float: none; width: 100%; display: block; min-height: 1px; box-sizing: border-box; margin-bottom: 0; }

    .content { width: 100%; box-sizing: border-box; display: block; float: none; padding: 20px; }

    .col1 { width: 100%; float: none; display: block; }
    .col3 { width: 100%; float: none; display: block; }

    .newsletter-image-holder { display: block; padding-right: 0; }

    .col-right { float: none; }

    .form-holder.col { float: none; display: block; }

    .gform_button { width: 100%; }

    .caroufredsel_wrapper { width: 100% !important; }
    .caroufredsel_wrapper .slide { width: 100%;  }
    .caroufredsel_wrapper .slide img { width: 100%; height: auto;  }

    .testimonials-home { padding-bottom: 50px;  }
    .testimonials-home .testimonial-title { float: none; display: block; margin-right: auto; }
    .testimonials-home .testimonial-container { margin-top: 0; max-height: 1000px; display: inline-block; width: 280px; padding: 0; max-height: 1000px !important; }
    .testimonials-home { background: url(images/testimonial-bg.png) repeat 0 0; text-align: center;  }
    .testimonials-home .testimonial-content { float: none; display: inline-block; padding: 0; margin-top: 30px; }
    .testimonials-home .panel { width: 100%; left: 0; background-size: contain;  }

    .testimonials-home .testimonial-image-holder { float: none; display: inline-block; }
    .testimonial-image { padding-left: 20px; display: inline-block; }

    .posts { display: block; float: none; width: 100%; }
    .posts-image { width: 100%; float: none; display: block; }
    .posts-image ul li { display: inline-block; }

    table { width: 100% !important; }
    table, thead, tbody, th, td, tr {
        display: block;
    }
    table td {
        position: relative;
        padding-left: 23%;
        text-align: right;
    }
    table tr:first-child td {display: none; }

    table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 20%;
        padding-right: 10px;
        white-space: nowrap;
    }
    table td:nth-of-type(1):before { content: "Date"; }
        td:nth-of-type(2):before { content: "Dress Code"; }
        td:nth-of-type(3):before { content: "Grade 5"; }
        td:nth-of-type(4):before  { content: "Grades 6,7 & 8 ";}

    h2.logo { top: -135px; left: -1px; }
    h2.logo a { display: block; height: 176px; text-indent: -4000px; background: url(images/logo.png);background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
}

@media(max-width: 550px){
    .gform_fields li .gfield_label { float: none; display: block; }
    .gform_fields li .ginput_container { float: none; display: block; }
    .medium { width: 100%; box-sizing: border-box; }
    .ginput_full { display: block; width: 100%; }
    .chzn-container { width: 100% !important; }
    .gfield canvas { width: 270px !important; }
    #input_4_19_toolbar { width: 270px !important; }
    #input_4_19_Container { width: 270px !important; }
    table, thead, tbody, th, td, tr { font-size: 11px; }
}

@media(max-width: 400px){
    .col2 { width: 100%; }
    .newsletter-image img { width: 100%; height: auto; }

}

.gform_validation_container {display:none;}
.gfield_visibility_hidden { display: none; }
.content-home p > iframe { max-width: 100%; }
