/*
Theme Name: calwest_new
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
* 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions

*    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries

 *    14.1 - >= 710px

 *    14.2 - >= 783px

 *    14.3 - >= 910px

 *    14.4 - >= 985px

 *    14.5 - >= 1200px

 * 15.0 - Print

 */
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
body {
    background: #fff;
    font: normal 14px/20px Arial, Helvetica, sans-serif;
    color: #000;
}

#wpadminbar ul:after {
    clear: inherit;
}

a {
    color: #5cc1f9;
}

#navbtn {
    display: none;
}

.nav-menu {}

.nav-menu li {
    position: relative;
    float: left;
}

.nav-menu li .menuarrow {
    display: none;
}

.nav-menu li>a {
    font: 400 16px/56px 'Roboto Condensed', sans-serif;
    color: #fff;
    white-space: nowrap;
    display: block;
    text-transform: uppercase;
    padding: 0 11px;
}

.nav-menu li:hover>a,
.nav-menu li.active>a,
.nav-menu li.current_page_item>a,
.nav-menu li>a:focus {
    background: #3786b3;
}

.nav-menu .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #0089cf;
    min-width: 220px;
    box-shadow: 0 0 5px #02496d;
    transition: all 300ms ease-out 0s;
    display: none;
    z-index: 999;
}

.nav-menu .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.nav-menu li:hover>.sub-menu {
    display: block;
}

.nav-menu .sub-menu li {
    float: none;
}

.nav-menu .sub-menu a {
    font: normal 14px/40px Arial, Helvetica, sans-serif;
    padding: 0 10px;
    white-space: nowrap;
}

.nav-menu .sub-menu li+li {
    border-top: 1px solid #035e8d;
}

header {
    padding: 9px 0 0;
}

#logo {
    float: left;
    padding: 0 0 9px;
}

.callbtn {
    float: right;
    background: #627b8b;
    padding: 0 25px;
    font: 400 24px/48px 'Roboto Condensed', sans-serif;
    margin: 5px 0 0;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
}

.callbtn a {
    color: #fff;
    display: block;
}

#navigation {
    float: right;
}

.top-blue-bar {
    background: #25698f;
}

.white-nav-bar {
    position: absolute;
    max-width: 340px;
    z-index: 9999;
    left: 0;
    top: 0;
}

.lft-nav {
    background: #82cef0;
    box-shadow: 0 0 6px #b1b2b4;
    text-align: left;
}

.lft-nav li {
    position: relative;
}

.lft-nav li+li {
    border-top: solid 1px #23a0d7;
}

.lft-nav li a {
    font: 400 15px/40px 'Roboto Condensed', sans-serif;
    padding: 0 10px;
    display: block;
    color: #000000;
    text-transform: uppercase;
}

.lft-nav li:hover,
.lft-nav li.current_page_item a {
    background: #51add6;
}

.lft-nav .sub-menu {
    display: none;
    background: #c0eafe;
    margin: 0 2px 2px;
}

.lft-nav li:hover>.sub-menu {
    display: block;
}

.lft-nav li .sub-menu li {
    border-top: solid 1px #e1e1e1;
    text-align: center;
}

.lft-nav li .sub-menu li+li {
    border-top: solid 1px #9ccde4;
}

.lft-nav li .sub-menu li a {
    font: 400 13px/38px 'Roboto Condensed', sans-serif;
}

.lft-nav li .menuarrow {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 34px;
    height: 34px;
    z-index: 99;
    background: url(images/nav-arrow.png) no-repeat 50% 50% rgba(37, 105, 143, 0.2);
    cursor: pointer;
    border-radius: 3px;
    display: none;
}

.lft-nav li:hover>.menuarrow,
.lft-nav li.active>.menuarrow,
.lft-nav li.current_page_item>.menuarrow {
    background: url(images/nav-arrow.png) no-repeat 50% 50% #25698f;
}

.lt-blue {
    color: #3d5867;
}

.lt-blk {
    color: #3b3b3b;
}

.white-text {
    color: #fff;
}

.no-gap {
    padding: 0 !important;
}

.gap {
    padding-top: 40px;
    padding-bottom: 40px;
}

.gap-top {
    padding-top: 40px;
}

.gap-bottom {
    padding-bottom: 40px;
}

.gap-small {
    padding-top: 20px;
    padding-bottom: 20px;
}

.gap-small-top {
    padding-top: 20px;
}

.gap-small-bottom {
    padding-bottom: 20px;
}

.top-space {
    padding-top: 100px;
}

#banner {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.banner-text {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 1200px;
}

.text-content {
    width: 430px;
    margin-left: 30%;
    text-align: left;
}

.banner-text h1 {
    font: 400 47px/51px
        /*'Roboto Condensed', sans-serif;*/
        'Open Sans', sans-serif;
    padding: 15px 0 0;
}

.banner-text h1 strong {
    font: 700 47px/51px
        /*'Roboto Condensed', sans-serif;*/
        'Open Sans', sans-serif;
    color: #2c2c0e;
}

.banner-text p {
    font: 400 14px/18px
        /*'Roboto Condensed', sans-serif;*/
        'Open Sans', sans-serif;
    padding: 20px 0 0;
}

.readmore {
    font: 400 14px/41px
        /*'Roboto Condensed', sans-serif;*/
        'Open Sans', sans-serif;
    padding: 0 25px;
    display: inline-block;
    margin: 15px 0 0;
    background: #617c8b;
    color: #fff;
    border-radius: 20px;
}

#content {
    padding: 25px 0 0;
    font: 400 15px/22px
        /*'Roboto Condensed', sans-serif;*/
        'Open Sans', sans-serif;
}

#content h1 {
    font: 400 54px/56px
        /*'Roboto Condensed', sans-serif;*/
        'Open Sans', sans-serif;
    padding: 15px 0 0;
}

#content h3.hh1 {
    font: 400 54px/56px 'Open Sans', sans-serif;
    padding: 0;
}

#content h1.page-title {
    text-align: center;
}

#content h2 {
    font: 400 48px/54px
        /*'Roboto Condensed', sans-serif;*/
        'Open Sans', sans-serif;
    padding: 15px 0 0;
}

#content h3 {
    font: 400 34px/37px
        /*'Roboto Condensed', sans-serif;*/
        'Open Sans', sans-serif;
    padding: 15px 0 0;
}

#content h4 {
    font: 700 17px/20px
        /*'Roboto Condensed', sans-serif;*/
        'Open Sans', sans-serif;
    padding: 15px 0 0;
}

#content p {
    font: 400 15px/22px
        /*'Roboto Condensed', sans-serif;*/
        'Open Sans', sans-serif;
    padding: 15px 0 0;
}

#content ul,
#content ol {
    font: 400 15px/22px
        /*'Roboto Condensed', sans-serif;*/
        'Open Sans', sans-serif;
    padding: 15px 0 0 22px;
}

.total-achievements {
    padding: 30px 0 0;
}

.twenty-five {
    width: 24.25%;
    float: left;
    margin: 0 0 15px 1%;
}

.twenty-five:nth-child(4n+1) {
    clear: left;
    margin-left: 0;
}

.grey-sec {
    background: #e8e8e8;
}

.service-sec {
    background: #222222;
}

.thirty-three {
    width: 32.333%;
    float: left;
    padding: 0 15px 25px 120px;
    position: relative;
    margin: 0 0 0 1%;
}

.thirty-three:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
}

.thirty-three img {
    position: absolute;
    left: 0;
    top: 20px;
}

.readmore1 {
    font: 400 14px/41px 'Roboto Condensed', sans-serif;
    padding: 0 30px;
    display: inline-block;
    margin: 20px 0 0;
    background: #617c8b;
    color: #fff;
    border-radius: 20px;
}

.crcl {
    width: 425px;
    height: 425px;
    border-radius: 100%;
}

.crcl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.brdr {
    border: solid 1px #d3d3d3;
}

.shadw {
    box-shadow: 0 0 4px #dadada;
}

.blk-bg {
    background: #000;
}

.blue-bg {
    background: #034390;
}

.lt-blue-bg {
    background: #0ec9ff;
}

.imgopacty>img {
    opacity: 0.2;
}

.text-sec {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #fff;
    width: 100%;
    text-align: center;
}

.thumb {
    position: relative;
    margin: 0 0 20px;
}

.contact-sec {
    background: url(images/contact-bg.jpg) no-repeat 50% 0;
    background-size: cover;
}

.contact-sec .widget-title {
    text-align: center;
}

.white-sec {
    background: #fff;
    padding: 40px;
    margin: 0 auto;
    display: table;
    width: 80%;
}

footer {
    background: #000;
    padding: 20px 0;
}

footer p {
    font: 300 13px/15px 'Roboto Condensed', sans-serif;
    color: #fff;
}

.ftr-nav li {
    float: left;
}

.ftr-nav li+li {
    border-left: solid 1px #fff;
}

.ftr-nav li a {
    font: 300 13px/15px 'Roboto Condensed', sans-serif;
    padding: 0 7px;
    display: block;
    color: #fff;
    text-transform: lowercase;
}

.menu-footer-menu-container {
    float: right;
}

.social {
    float: right;
    clear: right;
    margin: 10px 10px 0 0;
}

.social ul li {
    float: left;
}

.social ul li a {
    padding: 0 7px;
    display: block;
}

.service-menu {
    display: none;
}

.black-section {
    background: #222;
    color: #fff;
}

.testimonial_rotator_wrap {
    background: #eee;
    border-radius: 5px;
    margin-left: 0;
    margin-right: 0;
}

#content footer {
    background: none;
    padding: 0;
}

.border-box {
    padding: 1px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.image-box {
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 2px 2px 10px;
    display: inline-block;
    vertical-align: top;
}

.media {
    border-top: 1px solid #ccc;
    padding: 15px 0 0;
    margin: 15px 0 0;
}

figure.gallery-item {
    margin: 15px 0.5% 0;
    width: 32.3%;
    float: left;
    text-align: center;
}

figure.gallery-item img {
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 3px;
}

.gallery figure.gallery-item:nth-child(3n+1) {
    clear: left;
}

.map {
    box-shadow: 0 0 3px #333;
    margin: 10px 0 0;
    border-radius: 3px;
    overflow: hidden;
}

.post-type-archive-testimonial article {
    border: 1px solid #ccc;
    padding: 1px 10px 10px;
    border-radius: 4px;
    margin: 10px 0 0;
}

.wpcf7-form-control-wrap {
    display: block;
    overflow: hidden;
}

@media only screen and (max-width: 1198px) {
    .banner-text {
        width: 1000px;
    }

    .nav-menu li>a {
        font-size: 14px;
        padding: 0 5px;
    }

    .text-content {
        width: 423px;
        margin-left: 33%;
    }

    .banner-text h1,
    .banner-text h1 strong {
        font-size: 35px;
        line-height: 37px;
    }

    .banner-text h1,
    .banner-text h1 strong {
        font-size: 35px;
        line-height: 37px;
    }

    .lft-nav li a {
        font-size: 14px;
        line-height: 32px;
    }

    .crcl {
        width: 400px;
        height: 400px;
    }

    .ftr-nav li a {
        padding: 0 4px;
    }

    .contact-sec input[type="submit"] {
        width: 100%;
        display: block;
        padding: 0;
    }
}

@media only screen and (max-width: 990px) {
    .banner-text {
        width: 748px;
    }

    .service-menu {
        display: block;
        padding: 12px 0;
        font: 400 15px/32px 'Roboto Condensed', sans-serif;
        color: #fff;
        text-transform: uppercase;
        text-decoration: underline;
        cursor: pointer;
        width: 120px;
    }

    .lft-nav {
        display: none;
    }

    .nav-menu li>a {
        font-size: 13px;
        padding: 0 5px;
    }

    .lft-nav li .menuarrow {
        top: 1px;
    }

    .lft-nav li.menu-item-has-children>a {
        padding-right: 36px;
    }

    .lft-nav li:hover>.sub-menu {
        display: none;
    }

    .lft-nav li .menuarrow {
        display: block;
    }

    .text-content {
        margin-left: 0;
    }

    .banner-text p {
        padding: 5px 0 0;
    }

    .banner-text h1,
    .banner-text h1 strong {
        font-size: 25px;
        line-height: 27px;
        padding: 0;
    }

    .readmore {
        margin: 5px 0 0;
    }

    #content h2 {
        font-size: 40px;
        line-height: 42px;
    }

    .thirty-three {
        width: 48%;
        margin: 0 1%;
        min-height: 250px;
    }

    .thirty-three:nth-child(3n+1) {
        clear: none;
        margin: 0 1%;
    }

    .text-sec>img {
        width: 60px;
    }

    .social ul li a {
        padding: 0 5px;
    }

    .crcl {
        width: 250px;
        height: 250px;
    }

    figure.gallery-item {
        margin: 15px 0.5% 0;
        width: 49%;
        float: left;
        text-align: center;
    }

    .gallery figure.gallery-item:nth-child(3n+1) {
        clear: inherit;
    }

    .gallery figure.gallery-item:nth-child(2n+1) {
        clear: left;
    }
}

@media only screen and (max-width: 740px) {
	#content h3{
		font-size:20px;
		line-height:24px;
	}
    .gap {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .gap-top {
        padding-top: 20px;
    }

    .gap-bottom {
        padding-bottom: 20px;
    }

    .gap-small {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .gap-small-top {
        padding-top: 10px;
    }

    .gap-small-bottom {
        padding-bottom: 10px;
    }

    #navigation {
        position: relative;
    }

    #navbtn {
        display: block;
        background: url(images/navigation.png) no-repeat 0 50%;
        width: 38px;
        height: 32px;
        font-size: 0;
        cursor: pointer;
    }

    .nav-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        width: 250px;
        z-index: 999;
        /* box-shadow:0 0 6px #ccc;*/
        background: #25698f;
    }

    .nav-menu li {
        float: none;
    }

    .nav-menu li+li {
        border-top: 1px solid #035e8d;
    }

    .nav-menu li>a {
        font: normal 16px/40px Arial, Helvetica, sans-serif;
    }

    .nav-menu li .menuarrow {
        position: absolute;
        right: 2px;
        top: 2px;
        width: 36px;
        height: 36px;
        z-index: 99;
        background: url(images/nav-arrow.png) no-repeat 50% 50%;
        display: block;
        cursor: pointer;
        border-radius: 3px;
    }

    .nav-menu li:hover>.menuarrow,
    .nav-menu li.active>.menuarrow,
    .nav-menu li.current_page_item>.menuarrow {
        background: url(images/nav-arrow.png) no-repeat 50% 50% #0089cf;
    }

    .nav-menu .sub-menu {
        position: relative;
        margin: 0 3px;
    }

    .nav-menu .sub-menu .sub-menu {
        left: 0;
        margin: 0 5px;
    }

    .nav-menu .sub-menu li {
        float: none;
    }

    .nav-menu li:hover>.sub-menu {
        display: none;
    }

    .lft-nav li .menuarrow {
        display: block;
    }

    header {
        text-align: center;
    }

    #logo {
        float: none;
        text-align: center;
    }

    .callbtn {
        float: left;
        margin: 0 auto 15px;
    }

    .service-menu {
        padding: 0;
    }

    .banner-text {
        width: 98%;
    }

    .text-content {
        width: 100%;
    }

    .banner-text p {
        display: none;
    }

    #banner {
        display: block;
        overflow: hidden;
    }

    #banner>img {
        max-width: 140%;
        margin: 0 -20%;
    }

    .top-space {
        text-align: center;
        padding: 30px 0 0;
    }

    #content h1 {
        font-size: 32px;
        line-height: 35px;
    }

    #content h3.hh1 {
        font-size: 32px;
        line-height: 35px;
    }

    .thirty-three {
        width: 98%;
        margin: 0 1%;
        min-height: inherit;
    }

    .thirty-three:nth-child(3n+1) {
        clear: none;
        margin: 0 1%;
    }

    .white-sec {
        width: 96%;
        margin: 0 auto;
        display: block;
        padding: 10px;
    }

    .callbtn {
        font-size: 18px;
    }

    .ftr-nav {
        padding: 10px 0;
    }

    .social {
        margin: 0;
    }

    .social ul {
        margin: 12px auto 0;
        display: table;
    }

    figure.gallery-item {
        margin: 15px 0.5% 0;
        width: 49%;
        float: left;
        text-align: center;
    }

    .menu-footer-menu-container {
        text-align: center;
        float: none;
    }

    .ftr-nav li {
        float: none;
        display: inline-block;
    }
}

@media only screen and (min-width: 740px) {
    .nav-menu {
        display: block !important;
    }
}

@media only screen and (max-width: 450px) {
    figure.gallery-item {
        margin: 15px 0 0;
        width: 100%;
        float: none;
        text-align: center;
    }

    .callbtn {
        float: none;
    }

    .social {
        float: none;
        margin: 0 auto;
    }

    .social ul {
        margin: 0 auto 10px;
    }
}

.page-id-5503 .page-title {
    display: none !important;
}



.new-h2 {
    font: 400 47px/51px
        /*'Roboto Condensed', sans-serif;*/
        'Open Sans', sans-serif;
    padding: 15px 0 0;
}

.new-h2 strong {
    font: 700 47px/51px
        /*'Roboto Condensed', sans-serif;*/
        'Open Sans', sans-serif;
    color: #2c2c0e;
}

@media only screen and (max-width: 990px) {

    .banner-text h2,
    .banner-text h2 strong {
        font-size: 25px;
        line-height: 27px;
        padding: 0;
    }
	.btn-novid{
		font-size: 26px!important; 
		padding: 10px 30px!important; 
	}
}

.page-id-5427 p a {
    display: inline-block;
    width: 20%;
    margin: 0 0 0 -4px;
    border: 2px solid #fff;
}

.charity {
    float: right;
    padding: 20px 10px;
}
.page-title{
	font-size:40px!important;
}
.btn-novid{
	max-width: 100%; 
	width: 400px; 
	font-size: 40px; 
	color: #fff; 
	background: #25698F; 
	padding: 20px 100px; 
	border-radius: 10px;
}
.novid-news .row{
	margin-top:10px;
	margin-bottom:10px;
	border-top:1px solid #999;
	padding-top:10px;
	padding-bottom:10px;
}
.novid-news .row .col-1, .novid-news .row .col-5, .novid-news .row .col-6{
	 height: 100%;
	text-align:center;
}
.novid-news .row .col-1{
	padding-top:30px;
	
}