/*
Theme Name: jaad
Theme URI: h#
Author: Quikclicks
Author URI: https://www.quikclicks.com.au
Description:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: https://www.quikclicks.com.au
*/

/* ==========================================================================
   NORMALIZE: DEFAULT STYLES
   ========================================================================== */
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}




/* ==========================================================================
   CUSTOM STYLES
   ========================================================================== */
html{
    font-size: 1em;
    line-height: 1.4;
}

html *{
  -webkit-font-smoothing: antialiased;
}

body{
    background: url('images/bodybg.png') no-repeat top center / cover;
	color: #183e7c;
    font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-style: normal;
	overflow-x: hidden;
    padding-bottom: 70px;
	position: relative;
	word-wrap: break-word;
}
body a{
	color: #0e77bb;
	text-decoration: none;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ebebeb;
    margin: 1.6em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
select,
textarea{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


::-webkit-input-placeholder {
    color: #57b7df;
	opacity: 1;
}
::-moz-placeholder {
    color: #57b7df;
	opacity: 1;
}
:-ms-input-placeholder {
    color: #57b7df;
	opacity: 1;
}
:-moz-placeholder {
    color: #57b7df;
	opacity: 1;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

img{
	max-width: 100% !important;
	height: auto !important;
}

#mobile-nav-icon, #mobile-menu-container{
	display: none;
}
.row{
	max-width: 1170px;
	margin: auto;
}
.row:before,
.row:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.row:after {
    clear: both;
}
img{
	max-width: 100% !important;
	height: auto !important;
}
.btn{
    background: none #0e77bb;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    padding: 13px 32px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.17s ease-in;
    -moz-transition: all 0.17s ease-in;
    -o-transition: all 0.17s ease-in;
    transition: all 0.17s ease-in;
}
.btn:hover {
    background-color: #57b7df;
}
.wpcf7 p{
    margin: 0;
    padding-bottom: 5px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea{
    background: none #f6f6f6;
    border: 1px solid #b2ebf9;
    display: inline-block;
    color: #57b7df;
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    padding: 10px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.17s ease-in;
    -moz-transition: all 0.17s ease-in;
    -o-transition: all 0.17s ease-in;
    transition: all 0.17s ease-in;
}
.wpcf7 textarea{
    line-height: 1.5em;
    height: 295px;
}
.wpcf7 .btn-submit{
    position: relative;
}
.wpcf7 input[type="submit"]{
    background: none #57b7df;
    border: none;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    min-width: 130px;
    padding: 16px 35px;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.17s ease-in;
    -moz-transition: all 0.17s ease-in;
    -o-transition: all 0.17s ease-in;
    transition: all 0.17s ease-in;
}
.wpcf7 input[type="submit"]:hover {
    background-color: #0e77bb;
}
div.wpcf7 .ajax-loader{
    position: absolute;
    right: 0;
    top: 8px;
}
#body-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
    #body-bg .row{
        position: relative;
    }
    #body-bg-menu{
        background: url('images/menu-bg.png') no-repeat 0 0;
        width: 876px;
        height: 252px;
        position: absolute;
        top: 0;
        left: 468px;
        z-index: 2;
    }
    #body-bg-right{
        background: url('images/bodybg-right.png') no-repeat 0 0;
        width: 503px;
        height: 957px;
        position: absolute;
        top: 0;
        right: -406px;
        z-index: 1;
    }
    #body-bg-left{
        background: url('images/bodybg-left.png') no-repeat 0 0;
        width: 503px;
        height: 1354px;
        position: absolute;
        top: 0;
        left: -480px;
        z-index: 1;
    }
#wrapper{
    position: relative;
    z-index: 2;
}



/* ==========================================================================
  HEADER
   ========================================================================== */
#header{
}
    #header .row{
        position: relative;
    }
    #header-logo{
        padding-top: 21px;
    }
    #header-menu{
        position: absolute;
        top: 87px;
        right: 0;
    }



/* ==========================================================================
  HOME
  ========================================================================== */
#main.home {
}
    #main #home-content{
        font-size: 18px;
        padding-top: 125px;
        text-transform: uppercase;
        text-align: center;
    }
        #main #home-content .vc_btn3-container{
            padding-top: 32px;
        }
        #main #home-content p{
            max-width: 660px;
            margin-left: auto;
            margin-right: auto;
        }



/* ==========================================================================
   MAIN STYLES
   ========================================================================== */
#main{
	font-size: 14px;
	line-height: 1.8em;
	padding: 75px 0;
	min-height: 580px;
}
	#maincontent{
		min-height: 200px;
	}
	#main img.alignright{
		float: right;
		margin-left: 30px;
		margin-bottom: 20px;
	}
	#main img.alignleft{
		float: left;
		margin-right: 30px;
		margin-bottom: 20px;
	}
	#main h1, #main h2, #main h3, #main h4, #main h5, #main h6{
        font-weight: bold;
        line-height: 1em;
		margin: 0 0 0.75em 0;
	}
	#main h1{
		font-size: 36px;
        line-height: 1em;
	}
	#main h2{
		font-size: 32px;
        line-height: 1.1em;
	}
	#main h3{
		font-size: 28px;
        line-height: 1.2em;
	}
	#main h4{
		font-size: 18px;
        line-height: 1.3em;
	}
	#main h5{
		font-size: 16px;
        font-weight: 600;
        line-height: 1.4em;
	}
	#main h6{
		font-size: 18px;
        line-height: 1.5em;
	}
	#main dl, #main p{
		margin: 0 0 1.5em 0;
	}
	#main ul, #main ol{
		margin: 0 0 1.5em 0;
		padding-left: 14px;
	}
	#main .wpb_gallery_slides img{
		max-width: none !important;
	}
	#main .wpb_text_column ul {
		list-style: none;
		padding: 0;
		margin: 0 0 1.5em;
	}
		#main .wpb_text_column ul li {
            list-style-type: none;
            position: relative;
            padding-left: 35px;
            padding-bottom: 13px;
		}
		#main .wpb_text_column ul li:before{
            content: "";
            background: none #183e7c;
			display: block;
			width: 6px;
			height: 6px;
			left: 0;
			top: 10px;
			position: absolute;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
		}
    #main .vc_btn3{
        background: none #0e77bb;
        border: none;
        display: inline-block;
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        line-height: 1em;
        padding: 13px 32px;
        text-align: center;
        text-transform: uppercase;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.17s ease-in;
        -moz-transition: all 0.17s ease-in;
        -o-transition: all 0.17s ease-in;
        transition: all 0.17s ease-in;
    }
    #main .vc_btn3:hover{
        background-color: #57b7df;
    }


    /*** Page - Contact ***/
    #main #contact-toptext{
        padding-bottom: 70px;
    }
    #main #contact-form{
    }
        #main #contact-form a{
            color: #183e7c;
        }
        #main #contact-form .vc_col-sm-4{
            width: 27%;
        }
        #main #contact-form .vc_col-sm-8{
            width: 73%;
        }
        #main #contact-form .wpcf7{
            max-width: 618px;
        }
        #main #contact-form .wpcf7 p{
            margin: 0;
            padding: 0 0 8px 0;
        }
        #main #contact-form .wpcf7 input[type="text"],
        #main #contact-form .wpcf7 input[type="tel"],
        #main #contact-form .wpcf7 input[type="email"],
        #main #contact-form .wpcf7 select,
        #main #contact-form .wpcf7 textarea{
            width: 100%;
        }
        #main #contact-form .wpcf7 textarea{
            height: 127px;
        }



    /*** Blog ****/
    #main #bloglists{
    }
        #main #bloglists{
            margin-left: -30px;
            font-size: 0;
        }
            #main #bloglists .blog-item{
                display: inline-block;
                font-size: 17px;
                width: 33.33%;
                padding-left: 30px;
                padding-bottom: 45px;
                vertical-align: top;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
                #main #bloglists .blog-item p{
                }
                #main #bloglists .blog-item .blog-featured{
                    padding-bottom: 25px;
                }
                #main #bloglists .blog-item .blog-title{
                    color: #0e77bb;
                    font-size: 16px;
                    font-weight: 500;
                    padding-bottom: 10px;
                }
                    #main #bloglists .blog-item .blog-title a{
                        color: #0e77bb;
                    }
                #main #bloglists .blog-item .blog-date{
                    color: #575757;
                    font-size: 14px;
                    font-weight: 500;
                    padding-bottom: 10px;
                }
                #main #bloglists .blog-item .blog-excerpt{
                    font-size: 14px;
                }
                #main #bloglists .blog-item .blog-more{
                }
        #main #postsnavigation{
            padding-top: 45px;
            padding-bottom: 15px;
            text-align: right;
        }
            #main #postsnavigation .wp-pagenavi .pages{
                display: none;
            }
            #main #postsnavigation .wp-pagenavi a,
            #main #postsnavigation .wp-pagenavi span{
                background: none transparent;
                border: 2px solid #cccccc;
                color: #cccccc;
                font-size: 20px;
                font-weight: normal;
                padding: 12px 18px;
                margin-left: 8px;
                text-align: center;
            }
            #main #postsnavigation .wp-pagenavi span,
            #main #postsnavigation .wp-pagenavi span.current,
            #main #postsnavigation .wp-pagenavi a:hover{
                background: none #727272;
                border: 2px solid #727272;
                font-weight: normal;
            }
    #main.blog.single .blog-featured{
        float: left;
        padding-right: 30px;
        padding-bottom: 30px;
        margin: 0;
        width: 48.5%;
    }
    #main.blog.single .blog-title{
        color: #0e77bb;
        font-size: 16px;
        padding-bottom: 30px;
    }
    #main.blog.single .blog-date{
        color: #575757;
        font-weight: 500;
        margin-bottom: 15px;
    }




/* ==========================================================================
   FOOTER STYLES
   ========================================================================== */
#footer{
    background: url('images/footer-bg.png') repeat top center / cover;
    color: #fff;
    font-size: 14px;
    min-height: 53px;
    text-align: center;
}
    #footer a{
        color: #fff;
    }
        #footer a:hover{
            opacity: 0.9;
        }
    #footer .row{
        position: relative;
    }
    #footer-logo{
        position: absolute;
        top: 31px;
        right: 0;
    }
    #footer-logo .widgettitle{
        display: none;
    }
    #footer .widget{
        padding: 10px 55px;
    }




/* ==========================================================================
   SUPERFISH STYLES
   ========================================================================== */
.sf-menu{
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
    padding: 0;
	z-index: 9999;
	background: none #0e77bb;
}
.sf-menu > li > ul {
	top: 100%;
	left: 0;
}
.sf-menu > li {
	list-style-type: none;
	line-height: 100%;
	display: inline-block;
}
.sf-menu li > ul{
	display: block;
	margin: 0;
    top: 29px;
	text-align: center;
}
.sf-menu li.sfHover > ul, .sf-menu li:hover > ul{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=50) !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu a:hover{
    text-decoration: none;
}
.sf-menu ul ul {
	top: 0px;
	left: 100%;
}

.sf-menu {
	line-height: 100%;
	padding: 0;
	margin: 0;
}
.sf-menu .sub-menu{
	display: none;
}
.sf-menu ul {
	min-width: 100%; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
    text-transform: uppercase;
	zoom: 1; /* IE7 */
}
.sf-menu li {
	background: none transparent;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu > li {
	display: inline-block;
	margin: 0;
	padding: 0 11px;
	position: relative;
}
.sf-menu > li  > a{
    display: block;
    height: 19px;
    line-height: 19px;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
}
.sf-menu > li  > a:after{
    content: "";
    display: block;
    background: none transparent;
    width: 100%;
    height: 2px;
    margin: 4px auto;
}
.sf-menu > li:first-child{
	padding-left: 0;
}
.sf-menu > li:last-child{
	padding-right: 0;
}
.sf-menu > li  > a:hover:after,
.sf-menu > li:hover  > a:after,
.sf-menu > li.sfHover  > a:after,
.sf-menu > li.current-menu-item  > a:after,
.sf-menu > li.current-menu-ancestor  > a:after,
.sf-menu > li.current_page_parent  > a:after,
.sf-menu > li.current-page-ancestor  > a:after{
    background-color: #fff;
}
.sf-menu ul li {
	border: none;
}
.sf-menu ul ul li {
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}
.sf-menu li li a{
    border-bottom: 1px solid #fff;
	display: block;
	color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 14px !important;
    text-align: left;
    text-transform: none;
	-webkit-transition: color 0s ease-in 0s;
    -moz-transition: color 0s ease-in 0s;
    -o-transition: color 0s ease-in 0s;
    transition: color 0s ease-in 0s;
}
.sf-menu li li a:hover,
.sf-menu li li.current-menu-item  > a,
.sf-menu li li.current-menu-ancestor > a{
	color: #57b7df;
}
.sf-menu li li:last-child a{
	border-bottom: none;
}





/* ==========================================================================
   MEDIA QUERIES - RESPONSIVE
   ========================================================================== */
@media only screen and (min-width : 1171px) {
	#mobile-nav-icon, #mobile-menu-container{
		display: none !important;
	}
	#header-menu{
		display: block !important;
	}
}

@media only screen and (max-width : 1300px) {
    .row{
		width: 95% !important;
		margin: auto !important;
	}
}

@media only screen and (max-width : 1170px) {
	#wpadminbar{
		position: fixed !important;
	}
	#mobile-menu-container{
		background: #183e7c;
		display: none;
		position: absolute;
		top: 45px;
		left: 0;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 30px;
		z-index: 999999;
	}
		#mobile-nav{
			padding: 15px 0 20px 0;
		}
		#mobile-nav{
			margin: 0;
			padding: 0;
		}
			#mobile-nav li ul{
				margin: 0;
				padding: 0;
			}
			#mobile-nav li{
				list-style-type: none;
			}
			#mobile-nav > li > a{
				padding-left: 0;
				padding-right: 0;
			}
			#mobile-nav li a{
				font-weight: normal;
				font-size: 15px;
				display: block;
				letter-spacing: 1px;
				padding: 5px 0;
				color: #fff;
				text-decoration: none;
                text-transform: uppercase;
			}
			#mobile-nav li li a{
				padding-left: 25px;
				text-transform: none;
			}
			#mobile-nav li li li a{
				padding-left: 40px;
			}
			#mobile-nav li.current-menu-item > a,
            #mobile-nav li.current_page_parent > a,
			#mobile-nav li a:hover{
				color: #0e77bb;
			}
    #mobile-nav-icon {
    	background: #0e77bb none repeat scroll 0 0;
    	cursor: pointer;
    	display: block !important;
    	height: 45px;
    	padding: 0;
    	position: relative;
    	text-align: left;
    	width: 100%;
    	z-index: 999999;
    }
    	#mobile-nav-icon  .icon{
    		background: url("images/nav-icon.jpg") no-repeat scroll 0 0;
    		display: inline-block;
    		height: 45px;
    		width: 45px;
    		margin: 0;
    		vertical-align: 0;
    		line-height: 100%;
    	}
    	#mobile-nav-icon  span{
    		color: #fff;
    		display: inline-block;
    		font-size: 15px;
    		margin-left: 12px;
    		line-height: 100%;
    		vertical-align: 18px;
    		letter-spacing: 2px;
    	}
    #header-menu{
        display: none;
    }
}

@media only screen and (max-width : 1024px) {
	#main #home-content {
	    padding-top: 95px;
	}
}

@media only screen and (max-width : 767px) {
    body{
        padding-bottom: 0;
    }
	.row{
		width: 90% !important;
	}
	#main{
		padding-top: 60px;
	}
    #main #contact-form .vc_col-sm-4,
    #main #contact-form .vc_col-sm-8{
        width: auto;
    }
    #main #contact-toptext {
        padding-bottom: 40px;
    }
    #main #home-content{
        padding-top: 45px;
    }
	#main #about-content .wpb_text_column,
	#main #services-content .wpb_text_column{
		margin-bottom: 0;
	}
	#main #about-content .wpb_text_column ul,
	#main #services-content .wpb_text_column ul{
		margin-bottom: 0;
	}
	#main #services-content .bottom-text{
		padding-top: 40px;
	}
	#main #about-content-bottom{
		padding-top: 40px;
	}
	#main #services-content .bottom-text h4{
		font-size: 20px;
	}
    #main #bloglists .blog-item{
        width: 50%;
    }
}

@media only screen and (max-width : 640px) {
    #main{
        min-height: 0;
        padding-bottom: 100px;
    }
    #main #home-content{
        padding-top: 30px;
    }
    #main.blog.single .blog-featured {
        float: none;
        padding-right: 0;
        padding-bottom: 30px;
        margin: 0;
        width: auto;
    }
}

@media only screen and (max-width : 480px) {
	#main #home-content {
    	font-size: 16px;
		padding-top: 0;
	}
	#main #home-content h1{
		font-size: 24px;
	}
	#main #services-content .bottom-text h4{
		font-size: 17px;
	}
    #main #bloglists .blog-item{
        width: 100%;
    }
	    #footer-logo{
        position: absolute;
        top: 78px;
			right: 0;}
			
		#footer-logo img{
			width: 30px!important;
		
    }
}

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




/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
