/*
Theme Name: Spyderserve Camp
Theme URI: 
Author: Spyderserve Corp
Author URI: http://www.spyderserve.com/
Description: Wordpress Theme designed with a logo and header, side by side, in the header with a large open space for content.
Version: 20181206.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: basic
*/

@font-face {
    font-family: "open sans";
    src: url(fonts/Open_Sans/OpenSans-Regular.ttf);
}
@font-face {
    font-family: "open sans";
    src: url(fonts/Open_Sans/OpenSans-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: "roboto slab";
    src: url(fonts/Roboto_Slab/RobotoSlab-Regular.ttf);
}
@font-face {
    font-family: "roboto slab";
    src: url(fonts/Roboto_Slab/RobotoSlab-Bold.ttf);
    font-weight: bold;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: "roboto slab";
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
blockquote
{
    font-style:italic;
    color:#666;
    margin:20px;
}
em
{
    font-style: italic;
}
.screen-reader-text
{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
.alignleft
{
    float:left;
}
.aligncenter
{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.alignright
{
    float:right;
}
strong
{
    font-weight: bold;
}


body
{
    font-size:14px;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    font-family: "open sans";
    margin-top:20px;
    margin-bottom:10px;
}
h1
{
    font-size:35px;
}
h2
{
    font-size:25px;
}
h3
{
    font-size:19px;
}
h4
{
    font-size:17px;
}
h5
{
    font-size:16px;
}
h6
{
    font-size:16px;
}
a
{
    text-decoration:none;
    cursor:pointer;
}
a:hover
{
}

/* Header Style */

#secondaryHeader
{
    text-align:right;
    padding-right:20px;
    font-size:18px;
}
#secondaryHeader li
{
    display:inline-block;
}
#secondaryHeader li div.textwidget
{
    display:inline-block;
    padding:0px 10px;
}
#secondaryHeader li a
{
    display:inline-block;
    padding:10px 0px;
}
#mainHeader
{
    text-align:center;
}
#mainHeader a.logo
{
    text-align:center;
    padding:20px;
}
#mainHeader a.logo img
{
    margin:20px;
}
#mainHeader a.logo h1
{
    margin-bottom:10px;
}
#menuControl
{
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    text-align: left;
    cursor:pointer;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
}
#mainMenu
{
    display:none;
    float:none;
}
#mainMenu li a
{
    display:inline-block;
    padding:20px;
    box-sizing:border-box;
    width:100%;
    font-size:16px;
    text-align:left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
#mainMenu li:last-child a
{
    border-bottom:none;
}
#mainMenu li a:hover
{

}
#mainMenu .sub-menu li
{
    list-style-type: disc;
}
#mainMenu .sub-menu li a
{
    padding-left:30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top:none;
}


@media only screen and (min-width : 1000px)
{
    #mainMasthead
    {
        height:auto;
    }
    #mainHeader
    {
        float:left;
        margin-left:50px;
    }
    #mainHeader a.logo
    {
        text-align: left;
    }
    #menuControl
    {
        display:none;
    }
    #mainMenu
    {
        float:right;
        background-color:inherit;
        display:block;
        margin-top:40px;
    }
    #mainMenu li
    {
        display:inline-block;
        position:relative;
    }
    #mainMenu li a
    {
        border-bottom:none;
    }
    #mainMenu .sub-menu
    {
        display:none;
        position:absolute;
        z-index:999;
        top:56px;
        left:0px;
    }
    #mainMenu .sub-menu li a
    {
        border-bottom:none;
        white-space:nowrap;
    }
    #mainMenu .sub-menu
    {
        border-top-width:1px;
        border-top-style:solid;
        text-align:left;
    }
}

@media only screen and (min-width : 1624px)
{
    #mainMasthead .container
    {
        width: 1550px;
        margin-left:auto;
        margin-right:auto;
    }
}

/* END Header Style */

/* Footer Style */

footer
{
    text-align:center;
    font-size:16px;
    line-height:1.5em;
    margin-top:20px;
}

footer .container
{
    box-sizing: border-box;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    padding:20px 20px 20px 20px;
}

footer #mainContact h2
{
    margin-top:0px;
}

@media only screen and (min-width : 1024px)
{
    footer #mainContact
    {
        float:left;
        text-align:left;
        width:33%;
    }
    footer #mainSocial
    {
        float:left;
        width:33%;
        text-align: center;
    }
    footer #mainSocial h2
    {
        margin-top:0px;
    }
    footer #mainOther
    {
        float:right;
        text-align: right;
        width:33%;
    }
    footer #mainOther h2
    {
        margin-top:0px;
    }
    footer #mainAttribution
    {
        clear:both;
    }
}

@media only screen and (min-width : 1624px)
{
    footer .container
    {
        width: 1550px;
    }
}

/* END Footer Style */

/* Content Style */

.content
{
    width:90%;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
}
.content .container
{
    overflow:auto;
}
.content h1
{
    text-align:center;
    margin-bottom:30px;
}
.content img
{
    max-width:100%;
    height: inherit;

}
.content img.alignleft
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.content img.alignright
{
    display:block;
    margin-left:auto;
    margin-right:auto;
    float:none;
}
.content p
{
    line-height:1.5em;
    font-size:16px;
    margin-bottom:20px;
}
.content ul
{
    margin:0px 20px 20px 20px;
}
.content ul li
{
    list-style: inside disc;
    line-height:1.5em;
    font-size:17px;
}
.content ol
{
    margin:0px 20px 20px 20px;
}
.content ol li
{
    list-style: inside decimal;
    line-height:1.5em;
    font-size:17px;
}
.content table
{
    margin-bottom:20px;
}
.content table thead, table th
{
    font-weight:bold;
    font-family:"open sans";
}
.content table td
{
    border-width: 1px;
    border-style: solid;
    padding:10px 20px;
}
#mainContent
{
    padding:20px;
}

@media only screen and (min-width : 480px)
{
    .content h1
    {
        text-align:inherit;
    }
    .content img.alignleft
    {
        display: block;
        margin-left: inherit;
        margin-right: 10px;
        float: left;
    }
    .content img.alignright
    {
        display:block;
        margin-left:10px;
        margin-right:inherit;
        float:right;
    }
}
@media only screen and (min-width : 1024px)
{
    #mainContent
    {
        float:left;
        width:624px;
    }
}
@media only screen and (min-width : 1124px)
{
    #mainContent
    {
        width:724px;
    }
}
@media only screen and (min-width : 1224px)
{
    #mainContent
    {
        width:800px;
    }
}
@media only screen and (min-width : 1324px)
{
    #mainContent
    {
        width:900px;
    }
}
@media only screen and (min-width : 1424px)
{
    #mainContent
    {
        width:1000px;
    }
}
@media only screen and (min-width : 1524px)
{
    #mainContent
    {
        width:1100px;
    }
}
@media only screen and (min-width : 1624px)
{
    .content
    {
        width:1550px;
    }
    #mainContent
    {
        width:1150px;
    }
}

/* END Content Style */

/* fullwidth Template */

@media only screen and (min-width : 1024px)
{
    .content.fullwidth #mainContent
    {
        width:100%;
        box-sizing: border-box;
    }
}

/* END fullwidth Template */

/* woocommerce Template */

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count
{
    text-align:center;
    float:none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
    width:100%;
}
.woocommerce ul.products, .woocommerce-page ul.products
{

}

.woocommerce div.product form.cart div.quantity
{
}
.woocommerce div.product div.images img
{
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
}
.woocommerce .quantity .qty
{
    line-height:25px;
    border:1px solid;
}

#reply-title
{
    line-height:1.5em;
}
#commentform
{
    line-height:1.5em;
    margin-top:20px;
}
.avatar
{
    display:none;
}
.woocommerce #reviews #comments ol.commentlist li
{
    list-style:inside none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text
{
    margin-left:0;
}
.related.products
{
    display:none;
}

.coupon
{
    width:320px;
}
#coupon_code
{
    width:140px;
}
#select2-billing_state-container, #select2-billing_country-container
{
    background-color: #F2F2F2;
    border:1px solid;
}
#payment ul li
{
    list-style:inside none;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt
{
    background-color:#618C3D;
}
#donation_amount_field
{
    line-height: 25px;
    font-size: 20px;
    padding: 5px 20px;
}


@media only screen and (min-width : 768px)
{
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product
    {
        width:45%;
        height:550px;
    }
}
@media only screen and (min-width : 1024px)
{
    .content.woocommerce #mainContent
    {
        width:100%;
        box-sizing: border-box;
    }
}

/* END woocommerce Template */

/* front_page Template */

.content.frontpage #mainContent p
{
    font-size:24px;
    line-height:1.6em;
}

@media only screen and (min-width : 1024px)
{
    .content.frontpage #mainContent
    {
        width:inherit;
    }
}

/* END front_page Template */

/* Sidebar Style */

#sidebar-right
{
    width:90%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
#sidebar-right li
{
    list-style: inside none;
}
@media only screen and (min-width : 1024px)
{
    #sidebar-right
    {
        float:right;
        width:250px;
        text-align:left;
        padding-top:50px;
    }
}

/* END Sidebar Style */

.spyderSocial
{
    font-size:42px;
}
.spyderSocial li
{
    display:inline-block;
    padding:10px 10px;
}

.content ul.post_meta
{
    margin-bottom:10px;
}
.content ul.post_meta li
{
    list-style: none;
    display:inline-block;
}

/* metaslider style */


.content .metaslider .caption
{
    padding:30px;
    font-size:24px;
}
.content .metaslider
{
    margin-bottom:30px;
}

/* END metaslider style */

/* form styling */

form
{

}
form input[type="text"], form input[type="email"], form input[type="date"], form input[type="tel"], form input[type="number"]
{
    width:90%;
    padding:10px 20px;
    border-width: 1px;
    border-style: solid;
    font-size:18px;
    border-radius:5px;
    background-color:#f2f2f2;
}
form select
{
    width:90%;
    padding:10px 20px;
    border-width: 1px;
    border-style: solid;
    font-size:18px;
    border-radius:5px;
    background-color:#f2f2f2;
}
form textarea
{
    width:90%;
    padding:10px 20px;
    border-width: 1px;
    border-style: solid;
    font-size:18px;
    border-radius:5px;
    background-color:#f2f2f2;
}
form input[type="submit"], form button
{
    padding: 20px 30px;
    border-width: 1px;
    border-style: solid;
    font-size:18px;
    background-color:#f2f2f2;
}
form fieldset
{
    border-width:1px;
    border-style:solid;
    box-sizing:border-box;
    padding:30px;
    margin-bottom:30px;
}
form fieldset legend
{
    padding-left:10px;
    padding-right:10px;
    font-size:24px;
    font-weight: bold;
    font-family: "open sans";
}
form .required
{
    color:green;
}
form input.third
{
    width:27%;
}

/* END form Styling */

/* Pagination */

.navigation.pagination
{
    text-align:right;
    font-size:1.2em;
    margin-top:20px;
}

.navigation.pagination .current
{
    font-weight:100;
    color:red;
}

/* END Pagination */

/* herovideo shortcode basics */

#hero_feature_container
{
    width:100%;
    position:relative;
}
#hero_feature_container video
{
    width:100%;
}
#hero_feature_container .mask
{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
#hero_feature_container .caption
{
    position:absolute;
    top:50%;
    left:0;
    right:0;
    transform: translate(0%, -50%);
}

    /* END herovideo shortcode basics */

.spyder-cta
{
    font-weight:bold;
    padding:20px;
    border: 1px solid;
    display:inline-block;
    border-radius:5px;
}
.menu-item.spyder-cta
{
    padding:0px;
    border: none;
    display:block;
    border-radius:0px;
}
.menu-item.spyder-cta:last-child
{
    margin-right:0px;
}
@media only screen and (min-width : 1000px)
{
    .menu-item.spyder-cta
    {
        padding:0px;
        border: 1px solid;
        display:inline-block;
        border-radius:5px;
    }
    .menu-item.spyder-cta:last-child
    {
        margin-right:20px;
    }
}
@media only screen and (min-width : 1024px)
{

}

@media only screen and (min-width : 480px)
{
    
}
@media only screen and (min-width : 768px)
{
    
}
@media only screen and (min-width : 1024px)
{
    
}
@media only screen and (min-width : 1124px)
{
    
}