/*
Theme Name: Divi Child By Monterey Premier
Theme URI: http://montereypremier.com/
Description: A Custom Child Theme For Divi
Author: Geno Quiroz
Author URI: http://montereypremier.com/
Template: Divi
Version: 2
*/

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(/eh5v.files/html5video/fp-koala.jpg) no-repeat;
    background-size: cover; 
}
/*------------------------------------------------*/
/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/
/*-----------------WIDGET HEADINGS-------------------------------*/
.widgettitle {
text-align:left;
font-size:20px;
border-bottom: solid 2px #000000;
    margin-bottom: 25px;
}

/*--------------- BLOG TITLES -----------------*/
.entry-title {font-family: "Special Elite",cursive;}

/*------------------------------------------------*/
/*-----------------[2nd LOGO - MUST FIX PATH IN HEADER.PHP FROM dev  ]------------------*/
/*------------------------------------------------*/
#logo2 {display: none;}
.et-fixed-header #logo {display:none;}
.et-fixed-header #logo2 {display:inline;}
/*------------------BOOK NOW BUTTON------------------------------*/
/* style the get started cta button */
            .get-started {border-radius: 0px;}
            .get-started a {color: #fff!important;}
            li.get-started {
                background-color:#ff2a00; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 10px 10px 10px!important;
            border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.get-started:hover {background-color:#ca2504;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .get-started a {
                        color: #fff!important;}
        .get-started li.current-menu-ancestor > a, .get-started li.current-menu-item > a {
                    color: #fff !important;}
 
 
 
    @media only screen and (min-width : 981px) {
            li.get-started {height: 33px;}}
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/

.tour-fp {font-size:32px;
color:#0c4bb3;
font-weight:bold;
}
.tour-fp-sml {font-size:28px;
color:#0c4bb3;
font-weight:bold;
}
.tour-fp-smaller {font-size:24px;
color:#0c4bb3;
font-weight:bold;
}
.group-head {font-size:40px;
color:#ff2a00;
}
.group-head-sml {font-size:30px;
color:#ff2a00;
}
/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

.lead {font-size:16px;line-height:1.8em}

.elite {font-family: "Special Elite",cursive}

.inventtour {font-family: "Special Elite",cursive;
	color:#0c4bb3;
	font-size:20px}

.inventname {font-family: "Special Elite",cursive;
	color:#0c4bb3;
	font-size:30px}

.ourblue {color:#0c4bb3}

/* boxed sections */
    .boxed {
            max-width: 1200px;
            float: none;
            margin-bottom: 25px;
            margin-top: 25px;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, 0%);
            -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
            -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);}
 
    @media only screen and (max-width : 1350px) {
    .boxed {max-width: 95%;}}
 
    @media only screen
        and (min-device-width : 320px) 
        and (max-device-width : 1024px)
        and (-webkit-min-device-pixel-ratio: 1){
            .boxed {
                max-width: 100%;
                float: none;
                margin: 0;
                left: 0%;
                margin-right: 0%;
                transform: translate(0%, 0%);}}

/* boxed-up sections */
    .move-up {
            margin-top: -50px;
            border-radius: 5px;
}
/*  move video up behind menu bar   */
.move-vid {margin-top:-50px; }


/*  ----------- LOGO overhang  ----------------- */
#top-header {z-index: 99999;}
 
#logo {
    max-height: 220%;
    margin-top: 3px;
    z-index: 100000;
}
 
@media only screen and (max-width : 980px) {
    #logo { margin-top: 0px}}
/* ----------------  END ------------------ */

/* --------------- MAILCHIMP SIGNUP FORM  -------------------*/
	#mc_embed_signup {background:#0c4bb3; clear:left; "Special Elite",cursive; width:100%;}
#mc_embed_signup input.email {height:52px!important}
#mc_embed_signup label {font-size:36px;!important}

/* ------------------ GROUP TOUR COLUMNS  ------------- */
.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 981px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 19%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

	

