﻿/*MFICOMPRESS*/

/* ------------------    Reset     ------------------ */
/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,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;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}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;}div{box-sizing:border-box}*/


/* ------------------    General     ------------------ */

/*default fonts*/
html
{
	font-size:16px;
}
*
{
	font-family: 'Open Sans',segoe ui,verdana,helvetica;
	font-size: 16px;
	/*line-height:normal;*/
}

body 
{
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    font-family: 'Open Sans',sans-serif,verdana;
    font-size: 16px;
    line-height: 1.2em;
}

body.post-template-default
{
	background-color: #e3e3e3;
}

strong, .strong 
{
    font-weight: 700;
}

p strong, p .strong 
{
    font-weight: 700;
}

b {
	font-size: inherit;
	font-weight: 700 !important;
}

i 
{
    font-style: italic;
}

a
{
    color: #2A5DB0;
    text-decoration: none;
    outline: 0;
}

    a:visited
	{
        color: #15548b;
    }

    a:hover
	{
        color: #2A5DB0;
        text-decoration: underline;
    }


h1 
{
    font-size: 1.55rem;
    font-weight: 700;
    margin-top: 8px;
    padding-bottom: 10px;
}

h2
{
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 5px;
}

h3 
{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}

div 
{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

p 
{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

ul 
{
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
}

li 
{
    margin-left: 0px;
    margin-bottom: 5px;
}


input[type=text], textarea, input[type=password], input[type=file], input[type=*] 
{
    padding: 2px;
    border: 1px solid #abadb3;
    border-radius: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    box-sizing: border-box;
	max-width:100%;
}

select 
{
    padding: 2px;
    border: 1px solid #abadb3;
    border-radius: 2px;
	max-width:100%;
}

    input[type=text]:hover, textarea:hover, input[type=password]:hover, input[type=file]:hover, select:hover, input[type=*]:hover
	{
        border: 1px solid #7eb4ea;
    }

    input[type=text]:focus, textarea:focus, input[type=password]:focus, input[type=file]:focus, select:focus, input[type=*]:hover 
	{
        border: 1px solid #64a1f3;
        /*outline:#98bffd solid 1px;*/
        border-radius: 2px;
        outline: none;
        -moz-box-shadow: 0 0 3px rgba(100, 161, 243, 0.7);
        -webkit-box-shadow: 0 0 3px rgba(100, 161, 243, 0.7);
        box-shadow: 0 0 3px rgba(100, 161, 243, 0.7);
    }



/* ------------------    Positioning     ------------------ */
.clear 
{
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/* ------------------    Objects     ------------------ */

.shadow
{
    -moz-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
}

.box-shadow 
{
    border: solid 1px #2f2e2e;
    border-radius: 4px;
    -moz-box-shadow: 1px 3px 6px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 3px 6px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 3px 6px 3px rgba(0, 0, 0, 0.4);
}


th 
{
    font-weight: 700;
}



/* UI Control Wrappers */

div.container-wrap 
{
    /*position: absolute;*/
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}




div.header-wrap 
{
    min-width: 100%;
    margin: 0 auto;
    background: #33373b;
    top: 0px;
    left: 0px;
    text-align: center;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}





.site-menu, .ticker-heading, .widget-title, .widgettitle, .post-thumbnail .post-thumbnail-overlay span, .breadcrumb span, .post-stream-tab .stream-header li a, .tiled-post .tiled-readmore, .post-single-title .post-category, .comment-form h2, .comment-form label, .taxonomy-description h3, .taxonomy-description h2, .comment-links a, .top-menu, .mobile-menu-button, .off-canvas-menu li a, .archive-template h2, .post-single .post-header .post-author, .post-share .share-heading, #reply-title, .widget_calendar caption, .widget_calendar thead th, .link-pages span, .curdate 
{
    font-family: "Fjalla One";
    font-weight: 400;
}

#site-content 
{
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#f9f9f9));
    background-image: -webkit-linear-gradient(#f2f2f2, #f9f9f9);
    background-image: -moz-linear-gradient(#f2f2f2, #f9f9f9);
    background-image: -o-linear-gradient(#f2f2f2, #f9f9f9);
    background-image: linear-gradient(#f2f2f2, #f9f9f9);
}

.post-thumbnail .post-comment, .tiled-post .tiled-comment, .post-single .post-share .post-comment 
{
    background: #e44545;
}

.archive-template ul 
{
    color: #e44545;
}

.post-thumbnail .post-comment:after, .tiled-post .tiled-comment:after, .post-single .post-share .post-comment:after 
{
    border-top-color: #e44545;
}

a, a:hover, .newsticker .slides li a:hover, .related-post .related-title:hover, .posts-list .post-title:hover, .widget-title, .widgettitle, .widget-footer .widget-title, .taxonomy-description h3, .carousel-title:hover, .widget-sidebar.widget_recent_entries li a:hover, .post-loop .post-title a:hover, .off-canvas-menu li a:hover 
{
    color: #15548b;
}

input[type="submit"]:hover, #site-nav, .site-menu ul, .readmore-link, .post-single .post-tags a:hover, .post-stream-tab .stream-header li a:hover, .post-stream-tab .stream-header li.ui-state-active a, .tagcloud a:hover, .footer-nav-wrap, .header-dark.menu-2 .site-menu > li > a:hover, .header-dark.menu-2 .site-menu > li.current-menu-item:hover, .header-dark.menu-2 .site-menu > li.current-menu-item 
{
    background: #5f93ce;
}

.menu-2 #site-nav, .header-dark.menu-2 #site-nav 
{
    border-bottom-color: #5f93ce;
}

#off-canvas-nav {
    border-right-color: #5f93ce;
}

img, embed, object, video, iframe {
    max-width: 100%;
}







div.woocommerce-wrap {
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

nav.woocommerce-breadcrumb {
    width: 100%;
    background-color: #0053a2 !important;
    background-image: url('/i/bg/right-wave-pattern.png') !important;
    color: #ffffff !important;
    margin: 0px !important;
    padding-left: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 7px !important;
}

    nav.woocommerce-breadcrumb a {
        color: #ffffff !important;
    }
/* header classes */
header.header {
    padding: 0px;
}

div.header-top {
    background: #333333;
    font-size: 100%;
    color: #00b3f4;
    height: 30px;
    width: 100%;
    box-sizing: border-box;
    /*position: relative;*/
    padding-right: 30px;
    padding-top: 6px;
    text-align: right;
}

a.header-top-join, a.header-top-join-now:hover, a.header-top-join:active, a.header-top-join:visited
{
	color: #00b3f4;
}

a.header-top-join-now, a.header-top-join-now:hover, a.header-top-join-now:active, a.header-top-join-now:visited {
    color: #00b3f4;
    font-weight: 700;
    margin-left: 20px;
}

div.header-main {
    background: #242424;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 20px;
    /*position:relative;*/
}

div.header-main-full-logo {
    position: absolute;
    z-index: 3;
    top: 15px;
}


a.header-sw-ishof-logo 
{
    top: 50px;
	cursor:pointer;
}

a.header-sw-ishof-logo img 
{
    width: 312px;
    height: 80px;
}

a.header-sw-ishof-logo-mobile 
{
    display: none;
	cursor:pointer;
}

a.header-sw-ishof-logo-mobile img 
{
    width: 185px;
    height: 50px;
}

a.header-sw-logo 
{
    top: 50px;
}

    a.header-sw-logo img 
	{
        height: 80px;
        width: 80px;
    }

a.header-ishof-logo {
}

    a.header-ishof-logo img {
        margin-left: 15px;
        margin-top: 4px;
        width: 100px;
        height: 76px;
    }






div.header {
    text-align: left;
    width: 1170px;
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
    z-index: 3;
}


/* title bar and primary image */
div.content-title-bar {
    background-color: #0053a2;
    background-image: url('/i/bg/right-wave-pattern.png');
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    text-align: left;
}

    h1.wp-post-title, h1.content-title, div.content-title-bar h1 
	{
        font-family: 'Open Sans Condensed', sans-serif;
        color: #ffffff;
        font-size: 220%;
        font-weight: 700;
    }


div.content-wave-bar 
{
    background-image: url('/i/bg/right-wave-pattern.png');
    box-sizing: border-box;
    height: 20px;
}


/*page content*/
div.content-container-wrap 
{
    position: relative;
    text-align: center;
}

div.content-container-sidebar-wrap {
    width: 1900px;
    max-width: 100%;
    display: inline-block;
    text-wrap: none;
}

div.content-container 
{
    background-color: #ffffff;
    padding: 20px;
    width: 1170px;
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
}

div.content-fullwidth 
{
    background-color: #ffffff;
    padding: 50px;
}

div.background-grey
{
	background-color:#f2f2f2;
}



div.header-nav {
    text-align: left;
    width: 1170px;
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
    z-index: 3;
    text-align: left;
}


div.header-wrap-bg 
{
    width: 100%;
    background-color: #333333;
    box-sizing: border-box;
    border-bottom: 3px solid #ffdc03;
}

div.header 
{
    padding: 10px;
    height: 68px;
    box-sizing: border-box;
}

div.header-logo 
{
    display: inline;
}

div.header-logo-mobile 
{
    display: none;
}

div.nav-menu 
{
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}




div.header-join-ishof-wrap 
{
    display: inline-block;
    float: right;
    margin-top: 7px;
    box-sizing: content-box;
}

div.header-join-ishof 
{
    background-image: url('../../i/join-ishof-bg.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #ffdc03;
    height: 36px;
    padding-top: 8px;
    padding-left: 45px;
    padding-right: 20px;
    color: #001a4d;
    box-sizing: border-box;
}

div.content-wrap 
{
    background-color: #ffffff;
    text-align: left;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0px;
    border: 0px;
}

div.content 
{
    width: 100%;
    padding: 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}


/*content image*/

div.wp-post-image-container
{
    background-color: #000000;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    z-index: 1;
    position: relative;
}

div.wp-post-image-bgeffect 
{
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    opacity: 0.3;
    z-index: 0;
}


div.wp-post-image-container img 
{
    z-index: 1;
    position: relative;
}

div.sidebar 
{
    width: 360px;
    padding: 30px;
    padding-top: 20px;
    background-color: #F8F8F8;
    vertical-align: top;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    display: inline-block;
    font-family: 'Open Sans';
}



div.ad-body-wrap 
{
    width: 100%;
    text-align: center;
    display: none;
}

div.ad-body 
{
    background: #F8F8F8;
    padding: 10px;
    padding-top: 3px;
    border-radius: 3px;
    font-family: 'Open Sans';
    font-size: 80%;
    display: inline-block
}

    div.ad-body img 
	{
        width: 300px;
        max-width: 100%;
    }








/* Back to top
============================== */
div.back-to-top {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
}

    div.back-to-top a {
        display: inline-block;
        background: #333333;
        color: #fff !important;
        line-height: 1;
        height: 24px;
        width: 63px;
        -webkit-border-radius: 2px 2px 0 0;
        -moz-border-radius: 2px 2px 0 0;
        border-radius: 2px 2px 0 0;
    }




div.nav-right {
    margin-right: 0px;
    float: right;
    vertical-align: top !important;
    font-size: 16px;
}

    div.nav-right a {
        vertical-align: middle;
        margin-right: 15px;
    }


    div.nav-right span {
        color: #a2a7ac;
        vertical-align: middle;
        font-size: 16px;
    }



div.nav {
    vertical-align: bottom;
    text-align: left;
    font-size: 20px;
}

    div.nav a {
        margin-left: 40px;
    }


div.nav-ad {
}




div.bottom-float-add {
    background: #000;
    width: 100%;
    color: #ffffff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 8px;
    text-align: center;
    display: none;
}

    div.bottom-float-add > div {
        margin-top: 8px;
    }

a.bottom-float-add
{
    color: #000000;
    background: #ffffff;
    padding: 3px;
    cursor: pointer;
    border-radius: 3px;
    padding-right: 15px;
    padding-left: 15px;
    font-family: 'Open Sans';
}



div.content-top-ads-legacy 
{
    position: relative;
    left: -10px;
}




div.footer-address {
    margin-top: 0px;
    width: 1150px;
    margin: 0 auto;
    line-height: 20px;
}

    div.footer-address div {
        margin-top: 8px;
        font-size: 14px;
    }


div.total-access-download
{
	display:inline-block;
	margin:30px;
	width:245px;
	vertical-align:top;
}





div.home-info 
{
    background-image: url('../../i/landing-div-bg.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}


div.content-home-wrap 
{
    background-color: #ffffff;
}

div.content-home 
{
    width: 975px;
    text-align: left;
    margin: 0 auto;
    color: #53565A;
}

div.content-left 
{
    display: table-cell;
    width: 100%;
    vertical-align: top;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}




table.home-box 
{
    width: 100%;
    margin-top: 25px;
}

td.home-box 
{
    color: #15548b !important;
    font-weight: 700;
    font-size: 22px;
    width: 33%;
    padding-left: 30px;
    padding-bottom: 7px;
}

td.home-box-icon 
{
    vertical-align: top;
    padding-left: 30px;
    width: 105px;
}

td.home-box-body 
{
    vertical-align: top;
    padding-left: 20px;
    font-size: 17px;
    line-height: 1.3em;
}


/* Key Feature Video */

div.KeyFV 
{
    float: right !important;
    text-align: right !important;
    white-space: nowrap;
}

    div.KeyFV td 
	{
        text-align: right !important;
        float: right;
    }

td.VideoThumb 
{
    text-align: right;
}


.RegisteredTrademark 
{
    font-size: 12px;
    font-style: italic;
}





.roundcorner {
    border-radius: 5px;
}




/* Benefits / Why Info Box*/
table.InfoBox 
{
    width: 202px;
    background-image: url(../../i/box-m.gif);
}

td.InfoBox {
    width: 202px;
    text-align: left;
    background-image: url(../../i/box-t.gif);
    background-repeat: no-repeat;
    padding: 12px 10px 0px 12px;
    font-family: arial,verdana,helvetica;
    font-size: 11px;
    vertical-align: top;
}

    td.InfoBox div {
        margin: 0px 0px 0px 0px;
        line-height: 10pt;
    }

        td.InfoBox div.Header {
            font-family: arial,verdana,helvetica;
            color: #f56721;
            line-height: 12pt;
            font-size: 13px;
            font-weight: bold;
        }

        td.InfoBox div.SubHeader {
            margin-top: 12px;
            font-family: arial,verdana,helvetica;
            font-weight: bold;
            color: #0d317b;
        }

        td.InfoBox div.BulletList {
            margin-top: 5px;
        }

th {
    text-align: left;
}


td.InfoBoxFooter {
    width: 202px;
    height: 19px;
    background-image: url(../../i/box-b.gif);
}



div.SearchResult
{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #eeeeee;
	width: 100%;
	border-radius: 5px;
	box-sizing: border-box;
}

div.SearchResult div 
{
    padding: 5px 10px 5px 10px;
}





/***************************
Data Grid
***************************/
table.DataGrid td {
    padding: 5px;
    white-space: nowrap;
}


table.DataGrid tr td.Header {
    font-weight: bold;
    white-space: normal;
}

table.DataGrid tr td.HeaderLeft {
    font-weight: bold;
    padding: 5px 5px 5px 0px;
    vertical-align: bottom;
    border-bottom: 1px solid #666666;
}

table.DataGrid tr td.TimeHeaderEven {
    font-weight: bold;
    background-color: #d2e4f9;
    text-align: center;
    vertical-align: bottom;
    white-space: normal;
    border-bottom: 1px solid #666666;
}

table.DataGrid tr td.TimeHeaderOdd {
    font-weight: bold;
    background-color: #f1f1f1;
    text-align: center;
    vertical-align: bottom;
    white-space: normal;
    border-bottom: 1px solid #666666;
}

table.DataGrid tr td.Header {
    text-align: center;
    vertical-align: bottom;
    border-bottom: 1px solid #666666;
}

table.DataGrid tr td.HeaderLeft {
    text-align: left;
}

table.DataGrid tr td.Even,
table.DataGrid tr td.Odd {
    text-align: right;
    padding: 5px 8px 5px 15px;
}

table.DataGrid tr td.Even {
    background-color: #d2e4f9;
}

table.DataGrid tr td.Odd {
    background-color: #f1f1f1;
}


div.Preview 
{
    background-color: #eeeeee;
    padding: 10px;
    margin: 20px 0px 20px 0px;
    border-radius: 5px;
    vertical-align: middle;
}




div.videoBoxes {
    text-align: center;
    height: 100%;
    position: relative;
}

    div.videoBoxes table {
        width: 100%;
    }

        div.videoBoxes table tr th {
            text-align: center;
            width: 50%;
            padding-top: 20px;
        }

        div.videoBoxes table tr td {
            text-align: center;
            width: 50%;
        }


div.video-stream {
    margin-bottom: 30px;
}


table.meet-list > tbody > tr > td {
    padding-bottom: 40px !important
}



div.meet-event-list {
    float: left;
    padding-right: 50px;
}

div.meet-list-month {
    width: 100%;
    margin-top: 60px;
    background-color: #f4f4f4;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
}

div.meet-coverage-anchor {
    margin-top: 15px;
    margin-bottom: 15px;
}


.meet-info-mobile, .meet-info-mobile-bottom {
    width: 100%;
    background-color: #eeeeee;
    border-radius: 4px;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-family: 'Open Sans',sans-serif,verdana;
    display: none;
}


div.meet-info-mobile-title {
    margin-top: -18px;
    font-size: 70%;
    margin-bottom: 8px;
}

div.meet-links-mobile > p:first-child {
    display: none;
}

a.meet-logo-mobile 
{
    margin-top: -15px;
    margin-left: 15px;
    float: right;
}

a.meet-logo-mobile img 
{
    max-height: 80px;
    max-width: 80px;
}

a.meet-anchor-mobile
{
    font-size: 80%;
    font-weight: 600;
}

div.meet-links-view-button 
{
    margin-top: 10px;
}

div.meet-links-mobile > ul 
{
    margin-left: -20px;
    margin-top: 15px;
}


a.category-logo-mobile 
{
    margin-top: -15px;
    margin-left: 15px;
    float: right;
}

a.category-logo-mobile img 
{
    max-height: 80px;
    max-width: 80px;
}

a.category-anchor-mobile
{
	font-size: 80%;
	font-weight: 600;
}

div.category-links-view-button
{
	margin-top: 10px;
}

div.category-links-mobile > ul
{
	margin-left: -20px;
	margin-top: 15px;
}




div.video-category 
{
    margin-bottom: 40px;
}

div.video-category-heading, div.meet-heading-bar, div.category-heading-bar, div.heading-bar
{
    width: 100%;
    background-color: #eeeeee;
    border-radius: 4px;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
}
div.heading-bar
{
	border-radius:0px;
}

div.video-category-thumb 
{
    padding: 30px 10px 30px 10px;
    width: 24%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
}

div.video-category-thumb div 
{
    box-sizing: border-box;
}



div.video-thumbnail 
{
    text-align: center;
    box-sizing: border-box;
}

div.video-player-embed 
{
    max-width: 98% !important;
    box-sizing: border-box;
}

div.video-player-embed > video 
{
    width: 920px;
    max-width: 98%;
    box-sizing: border-box;
}



iframe.blip-video-embed 
{
    width: 800px;
    height: 663px;
}





div.meet-list-item 
{
    vertical-align: top;
    margin-bottom: 50px;
    margin-top: 30px;
    max-width: 100%;
    box-sizing: border-box;
	cursor:pointer;
}
div.meet-list-item-image
{
	margin-right:50px;
	text-align:center;
	vertical-align:top;
	display:inline-block;
	width:150px;
	max-width:100%;
}
div.meet-list-item-image > a > img
{
	max-width:100%;
}
div.meet-list-item-text
{
	display:inline-block;
	vertical-align:top;
	
	
}
div.meet-list-item-text > div:first-of-type
{
	padding-bottom:10px;
}
div.meet-list-item-text > div:first-of-type > a
{
	font-size:1.5rem;
}



div.meet-thumbnail
{
	vertical-align: bottom;
	text-align: center;
	padding:15px;
	padding-bottom:30px;
	padding-top:30px;
	
	min-width: 280px;
	max-width: 100%;
	box-sizing: border-box;
}

div.meet-thumbnail-image
{
	width:300px;
	height:200px;
	max-width:100%;
	text-align:center;
	box-sizing:border-box;
	margin:0 auto;
}
div.meet-thumbnail-text
{
	height:4rem;
}
div.meet-thumbnail-text a
{
	font-size: 1.5rem;
	line-height: 1.6rem;
}

div.category-card
{
	
	text-align: center;
	padding: 15px;
	padding-bottom: 30px;
	padding-top: 30px;
	min-width: 280px;
	max-width: 100%;
}

div.category-card-image
{

	width:300px;
	height:200px;
	max-width:100%;
	margin: 0 auto;
	text-align:center;
}

div.category-card-text a
{
	font-size:1.5rem;
	line-height:1.6rem;
}




.widget-title, .widgettitle
{
	font-family: "Fjalla One", "Helvetica Neue", Arial, Sans-serif;
	font-size: 20px !important;
}

.widget-title span, .widgettitle span 
{
    font-family: "Fjalla One", "Helvetica Neue", Arial, Sans-serif;
    font-size: 20px !important;
}

h2.widget-title, .widgettitle 
{
    font-size: 24px !important;
}

h2.widget-title span, .widgettitle span 
{
    font-size: 24px !important;
}

.post-excerpt 
{
    font-size: 14px;
}


div.side-ad 
{
    margin-bottom: 10px;
    min-height: 87px;
    display: inline;
}

div.side-ad img 
{
    width: 300px;
    height: 120px;
    max-width: 100%;
}


div.side-ad-box 
{
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
}

div.side-ad-box img 
{
    width: 300px;
    max-width: 100%;
}

div.side-ad-square 
{
    margin-bottom: 40px;
    min-height: 120px;
    width: 120px;
}

div.ad-category-banner, div.ad-banner
{
    margin-bottom: 30px;
}
div.ad-category-banner-W100 a img
{
	width:100%;
}
div.ad-category-card
{
	text-align: center;
}


div.side-ad-skyscraper 
{
    margin-bottom: 40px;
    width: 150px;
}

    div.side-ad-skyscraper img 
	{
        height: 600px;
    }



div.ad-post-banner {
    max-height: 120px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    display: inline;
}

    div.ad-post-banner img {
        width: 960px;
        max-height: 120px;
        max-width: 100%;
    }


div.slider-caption {
    padding-top: 0px;
    padding-bottom: 0px;
}

div.ad-block {
}

a.sw-category-widget-title-anchor {
}

a.sw-category-widget-anchor-more {
    color: #5f93ce !important;
}

.sw-category-widget-anchor-more {
    font-weight: bold;
    font-size: 16px;
    float: right;
}


/*weekly poll changes */
div.weekly-poll-top-banner 
{
    background-color: #e44545;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    background-image: url('../../i/weekly-poll/top-arrow.gif');
    background-position: bottom center;
    background-repeat: no-repeat;
    border: none;
    padding: 0px;
    height: 100px;
}

div.weekly-poll-bottom-banner 
{
    background-color: #e44545;
    box-sizing: border-box;
    background-image: url('../../i/weekly-poll/bottom-arrow.gif');
    background-position: top center;
    background-repeat: no-repeat;
    border: none;
    padding: 0px;
    vertical-align: bottom;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 5px;
}

    div.weekly-poll-bottom-banner a, div.weekly-poll-bottom-banner a:visited, div.weekly-poll-bottom-banner a:hover {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
    }

div.widget-poll {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 0px;
}

div.widget-poll-question {
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}

div.poll-result-answer-bar {
    background-color: #5f93ce !important;
    border-radius: 2px;
}
/*end weekly poll changes */


/*issuu control*/
div.issuuembed-premium {
    width: 600px;
    height: 403px;
}

div.issuuembed-public {
    width: 580px;
    height: 390px;
    text-align: center;
}

div.footer a {
    vertical-align: middle;
    color: #a3a6aa !important;
}


.widget_recent_comments {
    background-image: url('../../i/comments/colorado-time-systems-logo.png');
    background-position: 10px 40px;
    background-repeat: no-repeat;
}

    .widget_recent_comments h3 {
        margin-bottom: 60px;
    }

    .widget_recent_comments h2 {
        margin-bottom: 60px;
    }


div.meet-coverage-anchor {
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
}

div.meet-links {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}

    div.meet-links ul {
        margin: 0px;
        box-sizing: border-box;
        padding: 0px;
    }

    div.meet-links > p:first-child {
        display: none;
    }

    div.meet-links li {
        background-color: #1b4652;
        width: 100%;
        box-sizing: border-box;
        list-style: none;
        padding: 10px;
        margin: 10px 0px 10px 0px;
    }

    div.meet-links ul li a, div.meet-links ul li a:hover, div.meet-links ul li a:visited {
        color: #ffffff;
        display: inline-block;
        width: 100%;
    }


div.sidebar-left {
    display: none !important;
}
/* WOO COMMERCE CUSTOMIZATIONS*/
.woocommerce .woocommerce-message {
    border-top-color: #5f93ce;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
    text-align: right;
}


body.woocommerce-page div.post-meta {
    display: none;
}

body.woocommerce-page header.post-header {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
}


/*button*/
button, .Button, .Button *, a.Button, .Button a, .Button a:visited, button.single_add_to_cart_button, .woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce input.button.alt {
    background: #0053a2; /*PageButtonBackgroundColor*/
    border-color: #0053a2; /*PageButtonBorderColor*/
    color: #ffffff; /*PageButtonFontColor*/
    padding: 8px;
}

    
    
button, .Button:hover, .Button:hover *, a.Button:hover, .Button a:hover, button.single_add_to_cart_button:hover, .woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #333333; /*PageButtonBackgroundColorHover*/
    border-color: #333333; /*PageButtonBorderColorHover*/
    color: #ffffff; /*PageButtonFontColorHover*/
    padding: 8px;
}




.ButtonOutline, .ButtonOutline *, a.ButtonOutline, .ButtonOutline a, .ButtonOutline a:visited
{
	background-color: #ffffff;
	border-color: #0053a2; /*PageButtonBackgroundColor*/
	color: #0053a2; /*PageButtonBackgroundColor*/
}

.ButtonOutline:hover, .ButtonOutline:hover *, a.ButtonOutline:hover, .ButtonOutline a:hover, .ButtonOutline a:active, .ButtonOutline:active
{
	background-color: #ffffff;
	border-color: #333333; /*PageButtonBackgroundColorHover*/
	color: #333333; /*PageButtonBackgroundColorHover*/
}



.ButtonGrey, .ButtonGrey *, a.ButtonGrey, .ButtonGrey a, .ButtonGrey a:visited
{
	background: #ffffff;
	border-color: #a6a6a6;
	color: #a6a6a6;
}

.ButtonGrey:hover, .ButtonGrey:hover *, a.ButtonGrey:hover, .ButtonGrey a:hover, .ButtonGrey a:active, .ButtonGrey:active
{
	background: #ffffff;
	border-color: #666666;
	color: #666666;
}


.Button--Green 
{
    background: #34C759 !important; /* Apple Green */
    border-color: #34C759 !important;
}

.Button--LightBlue 
{
	background: #24a2d9 !important;
	border-color: #24a2d9 !important;
}

.Button--Big 
{
    padding: 20px 20px 20px 20px !important;
    margin-bottom: 50px !important;
}


/*slick slider*/
div.sw-slider-wrap 
{
    background: #242424;
}

div.sw-slider 
{
    width: 100%;
    background: #000000;
    height: 720px;
}



div.slick-track 
{
    height: 100%;
    margin-top: -6px;
    box-sizing: border-box;
}

div.slick-list 
{
    width: 100%;
    height: 100%;
}

div.sw-slide-content 
{
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    opacity: 0.35;
    height: 100%;
    position: relative;
    vertical-align: bottom;
}

div.slick-current 
{
    opacity: 1;
}





div.sw-slide-content > a 
{
    display: block;
    width: 100%;
    height: 100%;
}

div.sw-slide-title 
{
    position: absolute;
    bottom: 0px;
    cursor: pointer;
}



div.sw-slide-title 
{
    text-align: left;
    background: rgba(0,0,0,0.5) none repeat scroll 0 0;
    max-height: 660px;
    padding: 1.5% 3%;
    transition: all .5s ease 0s;
    width: 100%;
    z-index: 3;
    display: none;
}


div.slick-current div.sw-slide-title 
{
    display: block;
}

div.sw-slide-title:hover 
{
    background: rgba(0,0,0,0.8) none repeat scroll 0 0;
}

div.sw-slide-title:hover h2 
{
    text-shadow: #FC0 1px 0 10px;
}

div.sw-slide-title h2 
{
    font-size: 2rem;
    color: #ffffff;
    font-family: 'Open Sans Condensed', sans-serif;
}




.sw-slider
{
	text-align: center;
}



div.sw-slide-title-condensed
{
	top: 0px;
	bottom: auto;
}


div.sw-slider-condensed
{
	height:850px;
	
}

div.sw-slider-condensed-main
{
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}

div.sw-slide-content-condensed
{
	background-position:0px 130px;
}
/* Arrows */
.slick-prev,
.slick-next
{
	position: absolute;
	top: 50%;
	font-size: 0;
	line-height: 0;
	background: transparent;
	color: #ffffff;
	z-index: 5;
	border: none;
	outline: none;
	opacity: .80;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	/*
	display: block;
	color: #ffffff;
	padding: 0px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;

	border: none;
	outline: none;
	
	z-index: 200;
	opacity: .80;
	*/
}

.slick-prev 
{
    left: 10%;
}

.slick-next 
{
    right: 10%;
}

.slick-prev:before 
{
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 70px;
}

.slick-next:before 
{
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 70px;
}

.slick-active 
{
    height: 100%;
}



/* footer*/



div.footer-wrap
{
    background-color: #242424;
    width: 100%;
    text-align: left;
}


div.footer 
{
    text-align: left;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 0px;
    vertical-align: top !important;
    text-align: center;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}




div.footer-bottom 
{
    width: 100%;
}

div.footer-copyright 
{
    background-color: #333333;
    color: #a3a6aa;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.0784314);
    border-bottom: none;
    vertical-align: middle;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    font-size: 12px;
    border-radius-top-left: 2px;
}

div.footer-bottom-legal 
{
    background-color: #333333;
}

div.footer-bottom-legal a 
{
    color: #a3a6aa;
}

/*NAV*/
.footer-socials 
{
    margin-bottom: 15px;
}

.footnav {
    font-size: 20px;
    margin-left: 0px;
    margin-right: 0px;
    display: table;
    width: 100%;
}

    .footnav a:hover {
        text-decoration: underline;
    }

div.footnav-item {
    margin-left: 2px;
    padding: 6px 0px 2px 0px;
    margin-right: 2px;
    display: inline-block;
    font-size: 85%;
    text-align: left;
    vertical-align: top;
    color: #ffffff;
    line-height: 1.5em;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

ul.footnav-item-child {
    padding-left: 10px;
    margin-left: 5px;
}



div.footnav-item-selected > a {
    text-decoration: underline;
}

div.footnav-item:hover > a {
    text-decoration: underline;
}


.footnav-item-child li {
    font-size: 70%;
    margin-top: 1px;
    margin-bottom: 1px;
    white-space: nowrap;
    list-style-type: none;
}



.footnav-item-child-selected {
    font-weight: bold;
    text-decoration: underline;
}

div.social-share 
{
    padding-top: 8px;
}



/* Search layer - Bojana 20190222*/
#search_Overlay
{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	opacity: 0.97;
	z-index: 999;
	overflow: hidden;
}

	#search_Overlay .search-overlay-inner
	{
		display: block;
	}

div.search-logo
{
	position: absolute;
	top: 15px;
}

.search-overlay-inner .search-overlay-close-button
{
	cursor: pointer;
	float: right;
	color: #0e1111;
}

.search-overlay-form .search-label
{
	font-size: 1.75rem;
	line-height: 1.5rem;
	color: #363b3b;
	border-top-color: #0e1111;
	padding-top: .5em;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	border-top: .4375em solid #00b3f4;
}



.search-input
{
	background: transparent;
	border: 0;
	outline: none;
	padding: 0;
	width: 100%;
	color: black;
	line-height: 4.6875em;
	height: auto;
}

.search-overlay-form .search-input
{
	font-size: 5.5rem;
	line-height: 1.5rem;
	color: #363b3b;
	margin-bottom: 0;
}

div.search-overlay-inner
{
	padding-top:100px;
	padding-right:20px;
	padding-left:20px;
	box-sizing: border-box;
}

.search-form .search-input
{
	height: auto;
}
div.search-form
{
	margin-bottom:30px;
}





.search_noscroll
{
	overflow: hidden;
}

#search_Overlay
{
	position: fixed;
	overflow-y: scroll;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.search_loader
{
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	margin: 0 auto;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

.search_NoResults
{
	margin: 0 auto;
	text-align: center;
}

/* Safari */
@-webkit-keyframes spin
{
	0%
	{
		-webkit-transform: rotate(0deg);
	}

	100%
	{
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin
{
	0%
	{
		transform: rotate(0deg);
	}

	100%
	{
		transform: rotate(360deg);
	}
}

div.search-thumbnail
{
	width: 300px;
	max-width:30vw;
	display:table-cell;
}




div.search-detail
{
	padding-left:30px;
	display:table-cell;
	vertical-align:top;
}

.search-sitesearch article
{
	padding: 0 1.25em;
}

.search-sitesearch .post-title a
{
	font-size: 3rem;
}

.search-button-close
{
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 20px;
	right: 20px;
	float: right;
}

.search-button-close a
{
	color: black;
}

/* StoryCard*/
div.StoryCard
{
	background-color:#242424;
	width: 416px;
	height: 400px;
	max-width: 100%;
	margin:0 auto;
	margin-bottom: 50px;
}



div.StoryCard > div
{
	width: 100%;
	height:100px;
	padding:15px;
	color:#ffffff !important;
}
div.StoryCard > div > a
{
	color:#ffffff !important;
	font-size:1.2rem;

}


/* Categories Controls CSS */


.categories.row
{
	margin-top: 20px;
}

.categoryCard
{
	text-align: left;
	width: 360px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom:30px;
	padding-right:20px;
	padding-right:20px;
	box-sizing:border-box;
}

.categoryHeader
{
	background: #c4c5c5;
	border-radius: 15px 15px 0 0;
	height: 2.5rem;
}

#categoryIcon
{
	padding: 5px;
}

.categoryHeader h3
{
	margin-top: auto;
	margin-bottom: auto;
	font-size: 2rem;
	display: inline-block;
	color: white;
}

.categoryImage
{
	position: relative;
}

.categoryImage img
{
	/*height: auto;*/
	height: 257px;
	width: 360px;
	display: block;
	max-width: 100%;
}

.categoryImage p
{
	visibility: hidden;
	width: 100%;
	color: white;
	background: black;
	opacity: 0.6;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0.5em;
}

.categoryLatest
{
	display: table;
}

.categoryLatestHeader
{
	display: table-cell;
	width: 100%;
	height: 8rem;
	float: left;
	vertical-align: middle;
	padding-top:7px;
}
.categoryLatestHeader a
{
	margin-top: 10px;
	color: #16a1db;
}

.categoryLatest h3 > span
{
	color: #16a1db;
	font-size: 1.2rem;
}

.categoryLatest ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	display: table;
}

.categoryLatest li
{
	/*border-top: 1px solid black;*/
	padding-left: 1em;
	text-indent: -1em;
	padding-top: 0.41em;
	padding-bottom: 0.3em;
	display: table-cell;
	width: 100%;
	height: 4rem;
	float: left;
	vertical-align: middle;
	overflow: hidden;
}

.categoryLatest li:before
{
	content: ">   ";
	color: #16a1db;
	padding-right: 5px;
}

.categoriesBanner img
{
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.categoryName
{
	display: inline-block;
	width: 83%;
	height: 100%;
	vertical-align:middle;
}

.categoryName h3
{
	vertical-align:middle;
	margin-left: 10px;
	margin-top:8px;
	font-size:1.1rem;
	white-space:nowrap;
	overflow:hidden;
}

.categoryName h3 span
{
	margin-left: 0.3em;
	margin-right: 0.3em;
	font-size:1.5rem;
}

.categoryButton
{
	float: right;
	text-align: center;
	display: inline-block;
	width: 17%;
	background: #acaeaf;
	border-top-right-radius: 15px;
	height: 100%;
	padding-top: 10px;
}


.categoryBtn
{
	width: 100%;
}

.categoryBtn h3
{
	color: #57585a;
	font-size: 100%;
}

a.categoryReadMoreLink, a.categoryReadMoreLink:hover
{
	color: #16a1db;
	margin-top:7px;
	font-size:1.2rem;
}

img[id$="_categoryIcon"]
{
	margin: 3px;
}





div.trending-title
{
	width:calc(100% - 100px);
}



div.categoryStoryList > a, div.categoryStoryList > a:hover, div.categoryStoryList > a:visited
{
	margin-top: 10px;
	color: #16a1db;
	text-decoration: none;
	font-size:2rem;
	margin-bottom:20px;
}

div.categoryStoryList > ul
{
	margin-top:20px;
	margin-left:0px;
}
div .categoryStoryList > ul > li
{
	margin-bottom:25px;
	list-style:none;
}

div.categoryStoryList > ul > li > a
{
	color: #53565a;
	text-decoration:none;
	font-size:1.1rem;
}
div.categoryStoryList > ul > li > a:hover
{

}







	div.countdownclock-container
	{
		margin: 0 auto;
		position: relative;
		padding-bottom: 25px;
	}
div.countdownclock
{
	display: inline-block;
	text-align: left;
	
	width: 884px;
	height: 112px;
	background-size: 884px 112px;
		
}
div.countdownclock > div
{
	
height:112px;
background-size: 884px 112px;
padding-top:45px;
padding-left:175px;

}
div.countdownclock-space-1
{
	width:65px;

	display:inline-block;
}
div.countdownclock-space-2
{
	width: 62px;
	display: inline-block;
}
div.countdownclock-space-3
{
	width: 58px;
	display: inline-block;
}

div.countdownclock img
{

	width: 35px;
	height: 51px;
	

}



@media only screen and (max-width: 990px)
{
	.categoryCard
	{
		width: 293px;
	}
}

@media only screen and (max-width: 1200px)
{
	.categoryImage img
	{
		height: 209px;
		width: 293px;
	}
}






/* Responsive Design
============================== */
@media( max-width: 1925px )
{
	div .sidebar-left
	{
		display: none;
	}

	div.content-container
	{
		width: 1000px;
	}
}

@media( max-width: 1550px )
{
	div.content-container
	{
		width: 900px;
	}

	.slick-prev
	{
		left: 5%;
	}

	.slick-next
	{
		right: 5%;
	}

	div.countdownclock
	{
		width:860px;
	}
	div.countdownclock > div
	{
		padding-left:165px;
	}
}

@media( max-width: 1325px )
{

	div.content-container
	{
		width: 875px;
	}

	h1.wp-post-title, h1.content-title, div.content-title-bar h1
	{
		font-size: 190%;
	}

	div.countdownclock
	{
		width: 835px;
	}

	div.countdownclock > div
	{
		padding-left: 152px;
	}
}

@media( max-width: 1250px )
{
	div.content-container
	{
		width: 780px;
	}


	div.countdownclock
	{
		/*
	width: 884px;
	height: 112px;
	background-size: 884px 112px;
	*/
		width: 720px;
		height: 91px;
	}

		div.countdownclock > div
		{
			/*
height:112px;
background-size: 884px 112px;
padding-top:45px;
padding-left:175px;
*/
			height: 91px;
			padding-top: 37px;
			padding-left: 144px;
			background-size: 720px 91px;
		}

	div.countdownclock-space-1
	{
		/*width:65px;*/
		width: 58px;
	}

	div.countdownclock-space-2
	{
		/*width: 62px;*/
		width: 47px;
	}

	div.countdownclock-space-3
	{
		/*width: 58px;*/
		width: 50px;
	}

	div.countdownclock img
	{
		/*
	width: 35px;
	height: 51px;
	*/
		width: 28px;
		height: 41px;
	}


}

@media( max-width: 1200px )
{


	div.sw-slider
	{
		height: 500px;
	}

	div.content-container
	{
		width: 760px;
	}

	div.header-nav
	{
		width: 100%;
	}

	div.header
	{
		width: 100%;
	}

	h1.wp-post-title, h1.content-title, div.content-title-bar h1
	{
		font-size: 190%;
	}
}

@media( max-width: 1150px ) 
{
    div.content-container 
	{
        width: 725px;
    }

	div.countdownclock
	{
		width: 685px;
	}

	div.countdownclock > div
	{
		padding-left: 127px;
	}
		
	
}

@media( max-width: 1100px )
{

	div.content-container
	{
		width: 625px;
	}

	div.sw-slider
	{
		height: 450px;
	}


	div.header-nav
	{
		display: none;
	}

	div.nav-menu
	{
		display: inline-block;
	}

	div.header-top
	{
		display: none;
	}

	div.header-main
	{
		background-color: #000000;
		padding-left: 10px;
	}

	div.content-fullwidth
	{
		padding:35px;
	}



	div.header-main-full-logo
	{
		top: 0px;
	}

	a.header-sw-logo img
	{
		width: 40px;
		height: 40px;
	}

	a.header-ishof-logo img
	{
		height: 38px;
		width: 55px;
		margin-top: 0px;
	}

	a.header-sw-ishof-logo
	{
		display: none;
	}

	a.header-sw-ishof-logo-mobile
	{
		display: inline;
	}

	a.header-sw-ishof-logo
	{
		display: none;
	}

	a.header-sw-ishof-logo-mobile
	{
		display: block;
	}

	div.footnav
	{
		display: none;
	}

	/*search*/
	div.search-overlay-inner
	{
		padding-top: 60px;
	}


	div.countdownclock
	{
		width: 585px;
	}

	div.countdownclock > div
	{
		padding-left: 80px;
	}
	

}

@media( max-width: 1000px ) 
{

    div.sw-slider 
	{
        height: 400px;
    }

    div.content-container 
	{
        width: 525px;
    }


    h1.wp-post-title, h1.content-title, div.content-title-bar h1 
	{
        font-size: 170%;
    }

	div.countdownclock
	{
		width: 360px;
		height: 46px;
	}

		div.countdownclock > div
		{
			height: 46px;
			padding-top: 18px;
			padding-left: 72px;
			background-size: 360px 46px;
		}

	div.countdownclock-space-1
	{
		width: 29px;
	}

	div.countdownclock-space-2
	{
		width: 24px;
	}

	div.countdownclock-space-3
	{
		width: 24px;
	}

	div.countdownclock img
	{
		width: 14px;
		height: 21px;
	}

}

@media( max-width: 900px ) 
{
    div.content-container 
	{
        width: 400px;
    }

	div.content-fullwidth
	{
		padding: 30px;
	}

	
	
}

@media( max-width: 800px ) 
{
    div.content-container 
	{
        width: 360px;
    }

	div.sw-slide-title h2
	{
		font-size: 1.5rem;
	}

	div.content-fullwidth
	{
		padding: 25px;
	}



	

	


}

@media( max-width: 768px )
{
	/*container full width*/
	div.content-container
	{
		width: 100%;
	}
	/*all sidebars off*/
	div.sidebar
	{
		display: none;
	}

	div.side-ad
	{
		display: none;
	}
	/*show ads in the body*/
	div.ad-body-wrap
	{
		display: block;
	}
	/*show meet info boxes*/
	.meet-info-mobile, .meet-info-mobile-bottom
	{
		display: block;
	}


	div.ad-category-banner, div.ad-banner
	{
		margin-bottom: 15px;
	}

	

	div.post-thumbnail img
	{
		width: 100px;
		max-width: 100%;
	}

	div.sw-slider
	{
		height: 360px;
	}

	button.slick-prev,
	button.slick-next
	{
		display: none !important;
	}

	div.header-logo-mobile
	{
		display: inline-block;
	}

	div.header-logo
	{
		display: none;
	}

	div.header
	{
		height: 50px;
	}

	div.navresp
	{
		top: 52px;
	}

	div.content-container
	{
		padding: 8px;
	}

	div.content-fullwidth
	{
		padding: 8px !important;
	}
	/*hide ad on the top*/
	div.ad-post-banner
	{
		display: none;
	}
	/*show ad on the bottom*/
	div.bottom-float-add
	{
		display: block;
	}


	div.bottom-float-add
	{
		padding: 6px;
	}

	a.bottom-float-add
	{
		font-size: 14px;
	}

	div.bottom-float-add > div
	{
		margin-top: 5px;
	}

	h1.wp-post-title, h1.content-title, div.content-title-bar h1
	{
		font-size: 120%;
	}



	.hidden-small
	{
		display: none !important;
	}

	

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
	{
		width: auto !important;
		display: block;
		text-align: center !important;
		float: none !important;
	}


	div.search-thumbnail
	{
		width: 30vw;
	}

	.search-sitesearch .post-title a
	{
		font-size: 2.2rem;
	}

	.search-overlay-form .search-input
	{
		font-size: 3rem;
	}
	.search-overlay-form .search-label
	{
		font-size:1.4rem;
	}



}


@media( max-width: 550px )
{
	div.search-summary
	{
		font-size: 1.5rem;
	}

	.search-sitesearch .post-title a
	{
		font-size: 1.8rem;
	}


	div.sw-slide-title h2
	{
		font-size:1.25rem;
	}

	.hidden-xsmall {
		display: none !important;
	}

}
@media( max-width: 320px )
{

	div.countdownclock-container
	{
		display:none;
	}
}



	@media print
	{
		div .header-wrap-bg-nav
	{
		display: none;
	}

	div.bottom-nav, div.bottom-nav-content, div.search-access, div.fa-search
	{
		display: none;
	}

	div.ad-post-banner
	{
		display: none;
	}


	.Button
	{
		display: none;
	}

	div.related-posts, div.related-posts-wrap
	{
		display: none;
	}


	div.author-info
	{
		display: none;
	}




	div.post-share
	{
		display: none;
	}


	div.fb-comments
	{
		display: none;
	}

	div.site-footer, div.footer-content, div.footer-socials, div.footer
	{
		display: none;
	}

	div.current-swimming-world-issue, div.issuuembed
	{
		display: none;
	}

	div.fb-root
	{
		display: none;
	}

	div.sidebar
	{
		display: none;
	}
}





/*smaller font LEGACY*/
.SM *
{
	font-size: 14px;
}

.SM
{
	font-size: 14px !important;
}

.VSM *
{
	font-size: 13px;
}

.VSM
{
	font-size: 13px !important;
}

.VVSM *
{
	font-size: 12px;
}

.VVSM
{
	font-size: 12px !important;
}

/*larger font*/
.LG *
{
	font-size: 19px;
}

.LG
{
	font-size: 19px !important;
}

.VLG *
{
	font-size: 20px;
}

.VLG
{
	font-size: 20px !important;
}

.VVLG *
{
	font-size: 21px;
}

.VVLG
{
	font-size: 21px !important;
}


