/*
 Theme Name:   WSS Media
 Theme URI:    http://www.URL-address.com.au
 Description:  WSS Media Child Theme
 Author:       WSS Media
 Author URI:   http://www.wssmedia.com.au
 Template:     bb-theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Tags in here 
 Text Domain:  WSS Media Child Theme
*/
/*
Colours used as standard
Block Quotes, Copyright footer, Contact form 7
#ee7500, #fff, rgba(255,252,252,0.40), rgba(255,252,252,0.90), #333, #f00
*/
/*Standard Required Setting-------------------------------------------------------------------------------------------------------------------------->*/
body blockquote{
    color:#ee7500;
    padding: 10px 20px;
    margin: 0 0 20px 20px;
    font-size: inherit;
    border-left: 5px solid #ee7500;
}
#headshot img{
    width:250px;
    height:374px;
}
.loggedin_style{
    position:relative;
    float:right;
    width:100%;
}
@media(min-width: 768px){
    #header_logo img{
    max-width:400px;
    max-height:150px;
    }
    .loggedin_style{
        text-align:right;
    }
}
@media(max-width: 767px){
    .loggedin_style{
        text-align:center;
    }
}
/*WSS Media Footer Bar Copyright---------------------------------------------------->*/
#wsscopyrightfooter{
    position:relative;
    float:left;
    width:100%;
    background-color:transparent;
    color:inherit;
    font-family:inherit;
    font-size:.8em;
    line-height:inherit;
    text-align:center;
}
#wsscopyrightfooter a:hover{
    text-decoration:none;
    color: #dd9696;
}
#wsscopyrightfooter a{
    text-decoration:none;
    color: inherit;
}
#wssfootercont{
    position:relative;
    margin:20px auto;
    padding:0 20px;
    text-align:center;
    background-color:#fff;
}
/*WSS Media Footer Bar Copyright----------------------------------------------------<*/
/*reCaptcha Hide*/
.grecaptcha-badge{
visibility: collapse;
}
/*Header link Style*/
body .headerlinkstyle a{
    text-decoration:none;
}
/*Contact page contact form -------------------------------------------------------->*/
/*Label CSS NEED TO ADD A CLASS TO THE LABEL*/
.mylabel{
	width:100%;
}
/*Input Fields Only NEED TO CHANGE f AND p TO THE FORM NUMBERS*/
.wpcf7-form input[type=text], .wpcf7-form input[type=password], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form input[type=date], .wpcf7-form input[type=month], .wpcf7-form input[type=week], .wpcf7-form input[type=time], .wpcf7-form input[type=number], .wpcf7-form input[type=search] {
    height: 40px;
}
/*Textarea Height*/
.wpcf7 textarea{
    height:100px;
}
/*All Fields NEED TO CHANGE f AND p TO THE FORM NUMBERS*/
.wpcf7-form input[type=text], .wpcf7-form input[type=password], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form input[type=date], .wpcf7-form input[type=month], .wpcf7-form input[type=week], .wpcf7-form input[type=time], .wpcf7-form input[type=number], .wpcf7-form input[type=search], .wpcf7-form textarea {
    border: 1px solid #fff;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
	background-color: #fff;
	background-color: rgba(255,252,252,0.40);
}
/*All Fields NEED TO CHANGE f AND p TO THE FORM NUMBERS :focus*/
.wpcf7-form input[type=text]:focus, .wpcf7-form input[type=password]:focus, .wpcf7-form input[type=email]:focus, .wpcf7-form input[type=tel]:focus, .wpcf7-form input[type=date]:focus, .wpcf7-form input[type=month]:focus, .wpcf7-form input[type=week]:focus, .wpcf7-form input[type=time]:focus, .wpcf7-form input[type=number]:focus, .wpcf7-form input[type=search]:focus, .wpcf7-form textarea:focus {
    border: 1px solid #ee7500;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
	background-color: #fff;
	background-color: rgba(255,252,252,0.90);
}
/*Submit Button Only*/
.wpcf7-form input[type=button], .wpcf7-form input[type=submit] {
    border: 1px solid #ee7500;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
	width:100%;
	max-width:100%;
	margin-top:20px;
	background-color:#ee7500;
	color:#fff;
	font-size:1.4em;
	line-height:2;
}
.wpcf7-form input[type=button]:hover, .wpcf7-form input[type=submit]:hover {
    border: 1px solid #ee7500;
	background-color:#ee7500;
}
/*Quiz Label*/
.wpcf7-quiz-label {
    color: #333;
    opacity: 0.8;
}
/*All Form warning boxes*/
.wpcf7-response-output, .wpcf7-display-none, .wpcf7-validation-errors, .wpcf7-response-output, .wpcf7-display-none, .wpcf7-spam-blocked {
    border: 2px solid #fff;
    border-color: #f00;
	color:#fff;
}


/*FORM SPECIFIC #wpcf7-f15-p28-o1 Coming Soon*/
/*All Form warning boxes*/
#wpcf7-f15-p28-o1 .wpcf7-response-output, #wpcf7-f15-p28-o1 .wpcf7-display-none, #wpcf7-f15-p28-o1 .wpcf7-validation-errors, #wpcf7-f15-p28-o1 .wpcf7-response-output, #wpcf7-f15-p28-o1 .wpcf7-display-none, #wpcf7-f15-p28-o1 .wpcf7-spam-blocked {
    border: 2px solid #fff;
    border-color: #f00;
	color:#333;
}
/*Form Specific*/
/*Required label*/
#wpcf7-f15-p28-o1 .wpcf7-not-valid-tip{
	color:#f00;
}
/*Placeholder text colour*/
#wpcf7-f15-p28-o1 .wpcf7-form :-ms-input-placeholder {  
    color: #333;  
    opacity: 0.8;
}
#wpcf7-f15-p28-o1 .wpcf7-form ::-webkit-input-placeholder {
    color: #333;
    opacity: 0.8;
}
#wpcf7-f15-p28-o1 .wpcf7-form :-moz-placeholder { /* Firefox 18- */
    color: #333;  
    opacity: 0.8;
}
#wpcf7-f15-p28-o1 .wpcf7-form ::-moz-placeholder {  /* Firefox 19+ */
    color: #333;  
    opacity: 0.8;
}
/*FORM SPECIFIC #wpcf7-f91-p52-o1 Contact Support*/
/*All Form warning boxes*/
#wpcf7-f91-p52-o1 .wpcf7-response-output, #wpcf7-f91-p52-o1 .wpcf7-display-none, #wpcf7-f91-p52-o1 .wpcf7-validation-errors, #wpcf7-f91-p52-o1 .wpcf7-response-output, #wpcf7-f91-p52-o1 .wpcf7-display-none, #wpcf7-f91-p52-o1 .wpcf7-spam-blocked {
    border: 2px solid #fff;
    border-color: #f00;
	color:#333;
}
/*Form Specific*/
/*Required label*/
#wpcf7-f91-p52-o1 .wpcf7-not-valid-tip{
	color:#f00;
}
/*Placeholder text colour*/
#wpcf7-f91-p52-o1 .wpcf7-form :-ms-input-placeholder {  
    color: #333;  
    opacity: 0.8;
}
#wpcf7-f91-p52-o1 .wpcf7-form ::-webkit-input-placeholder {
    color: #333;
    opacity: 0.8;
}
#wpcf7-f91-p52-o1 .wpcf7-form :-moz-placeholder { /* Firefox 18- */
    color: #333;  
    opacity: 0.8;
}
#wpcf7-f15-p28-o1 .wpcf7-form ::-moz-placeholder {  /* Firefox 19+ */
    color: #333;  
    opacity: 0.8;
}
/*Contact page contact form --------------------------------------------------------<*/
/*Standard Required Setting--------------------------------------------------------------------------------------------------------------------------<*/








/*Set the CSS you require in here-------------------------------------------------------------------------------------------------------------------->*/
/*FORM SPECIFIC #wpcf7-f15-p263-o1 Contact page form*/
#wpcf7-f15-p263-o1 .wpcf7-quiz-label, #wpcf7-f15-p263-o2 .wpcf7-quiz-label, #wpcf7-f359-p263-o2 .wpcf7-quiz-label {
    color: #fff;
}
/*Logo Image*/
.fl-logo-img{
    max-width:150px;
}
/*.fl-page-nav-wrap {
        border-bottom: 1px solid #754c28 !important;
        border-top: 1px solid #754c28 !important;
    }
@media (max-width: 767px) {
    .fl-page-nav-toggle-icon.fl-page-nav-bottom .fl-page-header-content {
        border-top:1px solid #754c28 !important;
        margin-top: 20px
    }
}*/
/*Top Bar Styling*/
.fl-page-bar .fl-social-icons i.fas, .fl-page-bar .fl-social-icons i.fab, .fl-page-bar-text.fl-page-bar-text-1 {
    font-size: 18px !important;
    margin-right:10px;
    /*vertical-align: middle;
    line-height: 24px;
    width: 24px;
    height: 24px;*/
}
.fl-page-bar {
    border-bottom: 1px solid #754c28 !important;
    /*font-size: 12px;
    line-height: 14px;
    border-color: #e6e6e6;
    background-color: #fff;
    color: #754c28;*/
}
/*Header Styling*/
@media (min-width: 992px) {
    .fl-page-nav-right .fl-page-header-row>div {
        vertical-align: bottom !important;
    }
    .fl-page-header-wrap {
        border-bottom: 2px solid #754c28 !important;
    }
}
/*Nav Styling*/
.fl-page-nav .navbar-nav li>a {
    padding: 5px 5px !important;
    color: #754c28
}
/*To Top
#fl-to-top {
    display: none;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 44px;
    height: 42px;
    text-align: center;
    z-index: 1003;
}*/
/*H Title Logo*/
@media (min-width: 769px) {
.fl-node-mhy61sxekj3v > .fl-col-content, .fl-node-zqy3dbg8tcer > .fl-col-content, .fl-node-u7ift3yhr21n > .fl-col-content, .fl-node-gp4y0ut5qna7 > .fl-col-content, .fl-node-fcaqh6x370d9 > .fl-col-content, .fl-node-w9un2zo6d8ik > .fl-col-content, .fl-node-lfwxdnjuekz7 > .fl-col-content, .fl-node-7tlkxgsn9pbm > .fl-col-content, .fl-node-p91vihwe4xog > .fl-col-content, .fl-node-4bpnc76ifwdt > .fl-col-content, .fl-node-xukjqyvm4f8z > .fl-col-content, .fl-node-g9js2izyt863 > .fl-col-content, .fl-node-prj6z1hu7q0w > .fl-col-content, .fl-node-y9hnpq108sux > .fl-col-content {
    background-size: 80px !important;
    background-position-x: 20px !important;
}}
@media (max-width: 768px) {
.fl-node-mhy61sxekj3v > .fl-col-content, .fl-node-zqy3dbg8tcer > .fl-col-content, .fl-node-u7ift3yhr21n > .fl-col-content, .fl-node-gp4y0ut5qna7 > .fl-col-content, .fl-node-fcaqh6x370d9 > .fl-col-content, .fl-node-w9un2zo6d8ik > .fl-col-content, .fl-node-lfwxdnjuekz7 > .fl-col-content, .fl-node-7tlkxgsn9pbm > .fl-col-content, .fl-node-p91vihwe4xog > .fl-col-content, .fl-node-4bpnc76ifwdt > .fl-col-content, .fl-node-xukjqyvm4f8z > .fl-col-content, .fl-node-g9js2izyt863 > .fl-col-content, .fl-node-prj6z1hu7q0w > .fl-col-content, .fl-node-y9hnpq108sux > .fl-col-content {
    background-image:none !important;
}}
/*Page bottom funnies*/
@media (min-width: 769px){
div#funnies img {
    height: 290px !important;
    /*width: auto;
    overflow: hidden;
    object-fit: cover;*/
}}
@media (max-width: 768px){
div#funnies img {
    height: 144px !important;
    /*width: auto;
    overflow: hidden;
    object-fit: cover;*/
}}
/*Blog areas overides*/
#blogbgcover {
    background-color: rgba(255, 255, 255, 0.79);
}
#blogbgcover .row {
    background-color: rgba(255, 255, 255, 0.79);
}
#archivebgcover {
    background-color: rgba(255, 255, 255, 0.79);
}
.fl-archive.container {
    background-color: rgba(255, 255, 255, 0.79) !important;
    padding: 20px !important;
}
.row.fl-post-image-beside-wrap {
    margin-left: 0 !important;
}
.fl-archive-title {
    font-size: 30px !important;
}
@media (min-width: 769px){
#blogbgcover {
    padding:0 20px 0 20px;
}}
@media (max-width: 768px){
#blogbgcover .container {
    padding:0 15px 0 15px;
}
#map .fl-node-content {
    /*.fl-module-content.fl-node-content */
    margin-right: 0 !important;
}}
.fl-post-thumb {
    text-align: center;
}
#wp-calendar th {
    background-color:#754c28 !important;
    color:#fff !important;
}
.fl-widget {
    margin-bottom: 20px !important;
}
h2.wp-block-heading {
    text-decoration: underline;
}
/*Gallery styling*/
.envira-gallery-item-inner {
    background-color: #754c28 !important;
}
.envira-pagination.envira-pagination-ajax-load-more {
    text-align: center;
    z-index:100;
    margin: 80px 0 20px 0 !important;
}
a.envira-pagination-load-more {
    background-color: #754c28 !important;
    color: #fff !important;
}




/*Set the CSS you require in here--------------------------------------------------------------------------------------------------------------------<*/
