/*
	Theme Name: WebTeam
	Theme URI: https://cardiff.gov.uk
	Description: WebTeam WordPress Theme
	Version: Beta-1.0.0
	Author: Cardiff Council
	Author URI: https://cardiff.gov.uk

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	color:#444;
	background-color:#f4f4f4;
	font-size:18px;
	margin: 0px 0px;
	font-family: 'Raleway', sans-serif;
	/* optional background image */
	/*background-image: url("/wp-content/uploads/2018/08/bk1.jpg");
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

h1, h2, h3, h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

p {
	line-height:24px;
}

a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/

button {
	padding: 10px 15px;
	background: #fff;
	border-radius: 2px;
    color: #002040;
    border: 1px solid #fff;
}

button a {
    color: #fff;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:100%!important;
    background-color: #fff;
	width:100%!important;
	overflow:hidden;
	position:relative;
}

.wrapper.boxed {
	max-width: 1240px!important;
}

.wrapper-rightcol {
	width:75%;
	float:left;
}

.wrapper-lefttcol {
	width:75%;
	float:right;
}

.middle {
	text-align:center;
	margin:0px auto;
}

.wp-block-column {
    padding:1%;
     }

/* TOP BAR */
.topbar {
	display: flex;
	background-color: #eee;
}

.topbar-left {
	width:50%;
	padding: 0% 1%;
	float:left;
}

.topbar-right {
	width:50%;
	padding: 0% 1%;
	float:right;
	text-align: right;
}

.topbar-right form.search {
    margin-top: 5px;
}

.topbar-right .search-input, .topbar-right .search-input {
    margin:0px!important;
}

.search-input {
	box-sizing: border-box;
    margin: 20px 10px 0 0;
    max-width: 100%;
    display: inline-block;
    padding: 10px;
}

/* header */
.header {
	background-color: #fff;
	clear: both;
}

#mobile-header {
	display:none;
	background-color: #fff; 
}

/* sticky header */
.stuck, .stuck-4 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

header.header.is-transparent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: auto;
    background-color: transparent;
}

header.header.is-transparent.stuck {
    background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

header.header.is-transparent .logo-white{
	display:block!important;
}

header.header.is-transparent.stuck .logo-white {
	display:none!important;
}

header.header.is-transparent.stuck .logo {
	display:block!important;
}

header.header.is-transparent .logo {
	display:none!important;
}


/* logo */
.logo,.logo-white {
    padding: 15px;
	width:300px;
}

.logo.left,.logo-white.left {
	float:left!important;
}

.middle .logo-img {
    padding: 20px 0 10px 0;
}

/* mobile nav */
#mobile-nav-btn {
    float: right;
    font-size: 21px;
    line-height: 90px;
    margin-top: 0px;
    color: #cccccc;
}

div#mobile-menu {
    background-color: #002040;
    /*margin-top: -30px;*/
	display:none;
}

.mobile-menu-search .search {
    padding: 0px 30px 30px 30px;
}

.mobile-menu-search .search-input {
	width:70%;
}

.nav-mobile ul {
    margin: 0px;
	padding-left: 0px;
   }

nav.nav-mobile ul li {
    display: block;
    list-style: none;
    margin: 0px 0 0px 0;
    padding: 10px;
    color: #fff;
    padding-bottom:30px!important;
}

.nav-mobile a {
    color: #fff;
    padding-top: 20px;
    display: block;
    font-size: 16px;
}

.menu-has-child #arrow a {
    padding: 0px;
}

#arrow {
	width:20px; 
	float:right; 
}

.sub-menu #arrow {
    display: none;
}

/* main nav */
.nav {
	background-color:#f6f6f6;
	list-style: none;
	padding: 0px;
    font-size: 16px;
    text-align: right;
}

.nav.middle {
	text-align:center;
}

.nav.navright {
    background-color: transparent;
    color: #fff;
    text-align: right;
    width: 55%;
    float: right;
    margin-top: 20px;
    margin-right: 40px;
}

.nav.navright a {
	color:#002040;
}

.nav ul {
    list-style: none;
	display:inline-flex;
	padding: 0px;
    margin: 0px;
}

.nav ul li {
margin: 0px;
display: -webkit-inline-box;
}

.current-menu-item {
    background-color: #002040;
	color:#fff
}

.current-menu-item a, .current-menu-item a:hover {
    color: #fff!important;
	display: block;
    padding: 20px;
}

.menu-item a {
	display: block;
	padding: 10px 10px 0px 11px;
	opacity: 0.8;
    transition: 0.3s;
}

.menu-item a:hover {
	background-color: #002040;
	display: block;
	color: #fff;
	padding: 10px 10px 0px 11px;
	opacity: 1;
}

/* sub-menu */
.nav .sub-menu {
    width: 200px;
    padding: 0;
	top:60px;
    margin: 0;
    position: absolute;
    left: 0px; 
    background: #f6f6f6;
    border: none;
    z-index: 200;
    border-radius: 0px 0px 2px 2px;
    display: none;
}

.nav ul li {
    position: relative;
}	

.nav ul li:hover > ul {
    display: block;
}

.nav .sub-menu li {
    border: none;
    margin: 0px 0px;
    padding: 0;
    height: auto;
    position: relative;
	width: 100%;
    display: block;
    text-align: left;
}

.nav-mobile .menu-item-has-children a::after {
    /*content: '\f063';*/
	float:right;
}

/* transparent nav */
.is-transparent .nav.navright a {
    color: #fff;
}

.is-transparent.stuck .nav.navright a {
    color: #444;
}

.is-transparent .nav .sub-menu li a {
    color: #444;
}

.is-transparent.stuck .nav.navright a:hover {
    color: #fff;
}

.header.is-transparent .menu-item a:hover {
    color: #fff!important;
}

.header.is-transparent.stuck .menu-item a:hover {
    color: #333!important;
}

/* sidebar */
.sidebar {
	/* add styles here */
}
.sidebar-right {
	width:24%;
	float:right;
	padding:2.5% 1%;
}

.sidebar-left {
	width:24%;
	float:left;
	padding:2.5% 1%;
}

.sidebar-widget {
	padding: 1.5%;
    background-color: #f6f6f6;
    margin: 5% 0%;
	font-size: 15px;
}

/* footer */
.footer {
    padding: 2.5%;
	background-color: #666;
	clear: both;
	color:#fff;
	font-size:16px;
}

.footer-widgets, .footer-widgets-full, .footer-widgets-half, .footer-widgets-third, .footer-widgets-quarter{
	min-height: 200px;
	display: flex;
}

.footer-widgets-full .footer-1 {
	width:98%;
	padding:1%;
	float:left;
	text-align:center;
}

.footer-widgets-half .footer-1, .footer-widgets-half .footer-2 {
	width:48%;
	padding:1%;
	float:left;
	text-align:center;
}

.footer-widgets-third .footer-1, .footer-widgets-third .footer-2, .footer-widgets-third .footer-3 {
	width:33%;
	padding:1%;
	float:left;
	text-align:center;
}

.footer-widgets-quarter .footer-1, .footer-widgets-quarter .footer-2, .footer-widgets-quarter .footer-3, .footer-widgets-quarter .footer-4  {
	width:25%;
	padding:1%;
	float:left;
	text-align:center;
}

.copyright-wrapper {
	background-color:#333;
	padding:0.2% 2.5%;
	clear:all;
}

.copyright {
	color:#eee;
	font-size:14px;
}

.copyright a {
	color:#eee;
}

/* BACK TO TOP */
.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #00458B url(img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #333;
  opacity: 1;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

section {
	padding:2.5%;
	font-size:16px;
}

main {
    font-size: 18px;
}

main.fullwidth, main.with-sidebar, main.no-sidebar {
	margin-top:0px!important;
}

.fullwidth .wp-block-column {
	padding:0%;
}

.fullwidth h1 {
    padding: 1.5% 2.5% 0% 2.5%;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/* PARALAX */
.parallax {
     min-height: 500px; 
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

img {
	-webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

img:hover {
    -ms-transform: scale(0.98); /* IE 9 */
    -webkit-transform: scale(0.98); /* Safari 3-8 */
    transform: scale(0.98); 
	-webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}


/* ------------------------------------------------------------------------ */
/* CUSTOM SLIDER */
/* ------------------------------------------------------------------------ */

.slider {
  margin: 0 auto;
  background-color: #eee;
  border: 1px solid #eee;
  position: relative;
}

.slide {
  width: 100%;
  height: 500px; 
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  animation: fade 20s infinite;
}

/* optional texture */
.slide:after {
  content:'';
  display:none; /* change to block to activate */
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  /* Texture overlay is actually just a gradient using transparent colors */
  background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(0,0,0,.09)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(0,0,0,.09)),color-stop(.75,rgba(0,0,0,.09)),color-stop(.75,transparent),to(transparent));
  background-image:-webkit-linear-gradient(45deg,rgba(0,0,0,.09) 2px,transparent 2px,transparent 4px,rgba(0,0,0,.09) 4px,rgba(0,0,0,.09) 6px,transparent 6px,transparent);
  background-image:-moz-linear-gradient(45deg,rgba(0,0,0,.09) 2px,transparent 2px,transparent 4px,rgba(0,0,0,.09) 4px,rgba(0,0,0,.09) 6px,transparent 6px,transparent);
  background-image:-ms-linear-gradient(45deg,rgba(0,0,0,.09) 2px,transparent 2px,transparent 4px,rgba(0,0,0,.09) 4px,rgba(0,0,0,.09) 6px,transparent 6px,transparent);
  background-image:-o-linear-gradient(45deg,rgba(0,0,0,.09) 2px,transparent 2px,transparent 4px,rgba(0,0,0,.09) 4px,rgba(0,0,0,.09) 6px,transparent 6px,transparent);
  background-image:linear-gradient(45deg,rgba(0,0,0,.09) 2px,transparent 2px,transparent 4px,rgba(0,0,0,.09) 4px,rgba(0,0,0,.09) 6px,transparent 6px,transparent);
-webkit-background-size:6px 6px;-moz-background-size:6px 6px;-ms-background-size:6px 6px;-o-background-size:6px 6px;
  background-size:6px 6px;
}

.slide-content {
  	padding:10%;
  	text-align:center;
  	font-size:42px;
  	color:#fff;
  	position: absolute;
    width: 100%;
    height: 100%;
    /*background: #333;*/
    background: rgba(51,51,51,0.4);
	background-image: linear-gradient(45deg, rgba(13, 70, 7, 0.5) 0%, #0E5DC4 100%);
}

.slide-content h1 {
	margin:0px 0 0px 0;
	font-weight:100;
}

.slide-content a, .slide-content p {
	border: 0px solid #fff;
	padding:10px;
	margin:0px;
	font-size:18px;
	color:#fff;
	font-weight:100;
}

/* hide link on slide */
.slide-content a {
    display: none!important;
}

.slide:nth-child(1) {
  background: url(/wp-content/uploads/2018/10/login-bk.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slide:nth-child(2) {
  background: url(/wp-content/uploads/2018/10/homepage1.jpg) no-repeat center center fixed;
  animation-delay: 5s;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slide:nth-child(3) {
  background: url(/wp-content/uploads/2018/10/homepage2.jpg) no-repeat center center fixed;
  animation-delay: 10s;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slide:nth-child(4) {
   background: url(/wp-content/uploads/2018/10/homepage3.jpg) no-repeat center center fixed;
  animation-delay: 15s;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  
  5% {
    opacity: 1;
  }
  
  25% {
    opacity: 1;
  }
  
  30% {
    opacity: 0;
  }
}

/* video-slider */
.fullscreen-bg {
    position: relative;
    overflow: hidden;
   /*z-index: -100;*/
	height: 600px;
	
	/* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fullscreen-bg_text {
	position: absolute;
    top: 10px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 13%;
}

/* OLD SLIDER */
#homepage-slider {
	padding:3%;
	color:#fff;
	text-align:center;
	font-size:24px;
    min-height:650px;
	/* The image used */
    background-image: url("/wp-content/uploads/2018/08/fabian-oelkers-757798-unsplash_1-1.jpg");

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#aboutus-slider {
	padding:3%;
	color:#fff;
	text-align:center;
	font-size:24px;
    min-height:450px;
	/* The image used */
    background-image: url("/wp-content/uploads/2018/08/kari-shea-272383-unsplash.jpg");

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.homepage-slider-title {
	margin-top:13%;
}

.homepage-slider-text {
	margin-top:3%;
	font-size:14px;
}

.homepage-slider-button button {
	margin-top:3%;
	background-color:transparent;
	border:1px solid #fff;
}


/*--------------------------------------------------------*\
   ##################### RESPONSIVE ######################
\*--------------------------------------------------------*/
/*
@media only screen and (min-width:320px) {}
@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:1140px) {}
@media only screen and (min-width:1280px) {}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
}
*/

@media only screen and (max-width: 1199px) and (min-width: 960px) {
	.wrapper {
    width: 99%!important;
}
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
	.wrapper {
    width: 99%!important;
    }
	
	.topbar {
		display:none
	}
	
	.logo {
		width:50%;
		float:left;
	}
	
	#mobile-header {
		display:flex;
	}
	
	.mobile-toggle {
		width:50%;
		float:right;
	}
	
	.mobile-toggle button {
    float: right;
    }   
	
	#mobile-nav-btn {
		margin-right:30px;
	}
	
	div#mobile-menu {
	display:block;
    }
	
	.header {
		display:none;
	}
	
	.main {
		clear:both
	}
	
	.wrapper-rightcol, .wrapper-lefttcol {
	width:100%;
	float:left;
}

    .sidebar-right, .sidebar-left {
	width:100%;
	float:right;
}
	
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
	.wrapper {
    width: 99%!important;
    }
	
	.topbar {
		display:none
	}
	
	.logo {
		width:50%;
		float:left;
	}
	
	main {
		padding:0px 15px;
	}
	
	#mobile-header {
		display:flex;
	}
	
	.mobile-toggle {
		width:50%;
		float:right;
	}
	
	.mobile-toggle button {
    float: right;
    }   
	
	#mobile-nav-btn {
		margin-right:30px;
	}
	
	div#mobile-menu {
	display:block;
    }
	
	.header {
		/*display:none;*/
	}
	
	.main {
		clear:both
	}
	
	.wrapper-rightcol, .wrapper-lefttcol {
	width:100%;
	float:left;
}

    .sidebar-right, .sidebar-left {
	width:100%;
	float:right;
}
	
	.wp-block-columns {
    display: block;
     }
	.wp-block-column {
     width:98%;
     }
	
	.footer-widgets, .footer-widgets-full, .footer-widgets-half, .footer-widgets-third, .footer-widgets-quarter {
	min-height: 200px;
	display: block;
	}
	
	.footer-widgets-full .footer-1 {
	width:100%;
    float: none;
    }
	
	.footer-widgets-half .footer-1, .footer-widgets-half .footer-2 {
	width:100%!important;
    float: none;
    }
	
	.footer-widgets-third .footer-1, .footer-widgets-third .footer-2, .footer-widgets-third .footer-3 {
	width:100%!important;
    float: none;
    }
	
	.footer-widgets-quarter .footer-1, .footer-widgets-quarter .footer-2, .footer-widgets-quarter .footer-3, .footer-widgets-quarter .footer-4 {
	width:100%!important;
    float: none;
    }
	
	.copyright-wrapper {
	clear:none;
    }
}

@media only screen and (max-width: 767px) {
	.wrapper {
    width: 99%!important;
    }
	
	.topbar {
		display:none
	}
	
	.logo {
		width:50%;
		float:left;
	}
	
	.logo-img {
    margin-top: 15px;
    }
	
	main {
		padding:0px 0px;
	}
	
	#mobile-header {
		display:flex;
	}
	
	.mobile-toggle {
		width:50%;
		float:right;
	}
	
	.mobile-toggle button {
    float: right;
    }   
	
	#mobile-nav-btn {
		margin-right:30px;
	}
	
	div#mobile-menu {
	display:block;
    }
	
	.mobile-menu-search .search-input {
	width:60%;
    }
	
	.header {
		display:none;
	}
	
	.main {
		clear:both
	}
	
	.wrapper-rightcol, .wrapper-lefttcol {
	width:100%;
	float:left;
}

    .sidebar-right, .sidebar-left {
	width:100%;
	float:right;
}
	
	.wp-block-columns {
    display: block;
	width:100%;
     }
	
	.wp-block-column {
     width:98%;
     }
	
	.footer-widgets, .footer-widgets-full, .footer-widgets-half, .footer-widgets-third, .footer-widgets-quarter {
	min-height: 200px;
	display: block;
	}
	
	.footer-widgets-full .footer-1 {
	width:100%;
    float: none;
    }
	
	.footer-widgets-half .footer-1, .footer-widgets-half .footer-2 {
	width:100%;
    float: none;
    }
	
	.footer-widgets-third .footer-1, .footer-widgets-third .footer-2, .footer-widgets-third .footer-3 {
	width:100%;
    float: none;
    }
	
	.footer-widgets-quarter .footer-1, .footer-widgets-quarter .footer-2, .footer-widgets-quarter .footer-3, .footer-widgets-quarter .footer-4 {
	width:100%!important;
    float: none;
    }
	
	.copyright-wrapper {
	clear:none;
    }
}

/*------------------------------------*\
    COOKIE POLICY
\*------------------------------------*/

.designed_by {
    float: left;
    width: 100%;
    background: black;
    padding: 9px;
    box-sizing: border-box;
    font-size: 0.8em;
    color: #bdbdbd;
}

.designed_by p {
    float: left;
    margin: 0px;
    text-indent: 20px;
    margin-right: 40px;
}

.designed_by a {
    color: white!important;
    float: left;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		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) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]: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;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}





.content_padding {
	padding: 20px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
