/*!
Theme Name: cipame
Theme URI: https://cipame.org/
Author: Viviana Velez
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: Derechos reservados
License URI: LICENSE
Text Domain: cipame
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {}

blockquote {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	padding: 2em 1em;
}

blockquote::before {
	content: '';
	width: 64px;
	height: 40px;
	background: url(images/blockquote.svg) no-repeat;
	background-position: center;
	display: block;
	margin: 0 auto 1em;
}

.wp-block-pullquote {
	padding: 0;
}

pre.wp-block-verse {
	background: #fdc510;
	padding: 1em;
	font-size: 16px;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #00813a !important;
	border: 0;
	height: 2px !important;
	opacity: 1;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
	padding: 0;
}

ol {
	list-style: decimal;
	padding: 0;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 3px solid;
	border-color: #00662c;
	border-radius: 25px;
	background: #00803a;
	color: #FFF;
	padding: 0.6em 1em;
	font-weight: 600;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #ad1c27;
	background: #de2229;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 2px solid #00669c;
	border-radius: 25px;
	padding: 15px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	height: 180px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.cd-main {
	overflow: hidden
}

.cd-main__content {
	position: relative;
	z-index: 2;
	background-color: #FFF;
	will-change: transform;
	transition: -webkit-transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
	transition: transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99);
	transition: transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99), -webkit-transform 0.7s cubic-bezier(0.91, 0.01, 0.6, 0.99)
}

.nav-is-open .cd-main__content {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.cd-nav {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #0072bd;
	visibility: hidden;
	transition: visibility 0.7s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.cd-nav a {
	text-decoration: none
}

.cd-nav__title {
	position: relative;
	font-size: 0.69444em;
	font-size: var(--text-xs);
	font-weight: 600;
	color: hsla(0, 0%, 100%, 0.5);
	text-transform: uppercase;
	letter-spacing: 0.15em
}

.cd-nav__title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 1px;
	width: 60px;
	background-color: currentColor
}

.nav-is-open .cd-nav {
	visibility: visible
}

.cd-nav__content {
	height: 100%;
	display: flex;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 2em;
	will-change: transform;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: -webkit-transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition: transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition: transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.78), -webkit-transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.78);
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

@media (min-width:64rem) {
	.cd-nav__content {
		padding-left: 0
	}

}

@media (min-width:80rem) {
	.cd-nav__content .container {
		max-width: 840px
	}

}

.nav-is-open .cd-nav__content {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition: -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78), -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78)
}

.cd-nav__primary {
	margin: 0;
	list-style: none;
	padding: 0;
}

.cd-nav__primary li {
	margin-bottom: 1em;
}

.cd-nav__primary li a {
	font-size: 1.44em;
	color: #c7c7c7;
	padding: 0;
}

.cd-nav__primary li a:hover,
.cd-nav__primary li.current-menu-item a,
.cd-nav__primary li.current_page_item a,
.cd-nav__primary li.current-page-ancestor a,
.cd-nav__primary li.current-menu-ancestor a,
.cd-nav__primary li.current-menu-parent a,
.cd-nav__primary li.current-page-parent a,
.cd-nav__primary li.current_page_parent a,
.cd-nav__primary li.current_page_ancestor a {
	color: #FFF;
}

.cd-nav__primary li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #0063a4;
}

.cd-nav__primary li ul li {
	margin: 0;
}

.cd-nav__primary li ul li a {
	padding: 11px;
	font-size: 1em;
}

.cd-nav__primary li ul li a:hover {
	background: #0072bd;
}

@media (min-width:80rem) {
	.cd-nav__link {
		font-size: 2.0736em;
	}

}

.cd-nav__link:hover,
.cd-nav__link-selected {
	color: hsl(0, 0%, 100%);
}

.cd-nav__contact {
	margin: 0;
	list-style: none;
	padding: 0;
}

.cd-nav__contact li {
	margin-bottom: 1.25em;
	color: #FFF;
}

.cd-nav__contact li a {
	color: #FFF
}

@media (min-width:64rem) {
	.cd-nav__contact {
		text-align: right
	}

}

@media (min-width:64rem) {
	.js .cd-nav__contact {
		margin-top: calc(3.25em + 20px);
	}

}

.cd-nav-trigger {
	position: absolute;
	z-index: 3;
	top: 7px;
	right: 1.25em;
	height: 54px;
	width: 54px;
	background-color: #FFF;
	border-radius: 50%;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	box-shadow: 0 0 7px -1px rgb(0 0 0 / 50%);
}

.cd-nav-trigger:active .cd-nav-trigger__icon {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9)
}

.cd-nav-trigger svg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.cd-nav-trigger circle {
	stroke: hsl(204deg 100% 37%);
	transition: stroke-dashoffset 0.4s
}

.nav-is-open .cd-nav-trigger {
	-webkit-transform: rotate(101deg);
	-ms-transform: rotate(180deg);
	transform: rotate(0deg);
	background: #FFF;
}

.nav-is-open .cd-nav-trigger circle {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 0.4s 0.3s
}

.cd-nav-trigger__icon {
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 11px);
	width: 22px;
	height: 2px;
	background-color: hsl(204deg 100% 37%);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s
}

.cd-nav-trigger__icon::before,
.cd-nav-trigger__icon:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	will-change: transform, width, top;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: width 0.5s, top .3s, -webkit-transform 0.5s;
	transition: transform 0.5s, width 0.5s, top .3s;
	transition: transform 0.5s, width 0.5s, top .3s, -webkit-transform 0.5s
}

.cd-nav-trigger__icon::before {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px)
}

.cd-nav-trigger__icon::after {
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px)
}

.nav-is-open {
	overflow: hidden;
}

.nav-is-open .cd-nav-trigger__icon::before,
.nav-is-open .cd-nav-trigger__icon::after {
	width: 50%
}

.nav-is-open .cd-nav-trigger__icon::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.nav-is-open .cd-nav-trigger__icon::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.nav-is-open .cd-nav-trigger:hover .cd-nav-trigger__icon::before,
.nav-is-open .cd-nav-trigger:hover .cd-nav-trigger__icon::after {
	top: 0
}

@media (min-width:768px) {
	.cd-nav-trigger {
		display: none;
	}

	.cd-nav__primary {
		display: flex;
		gap: 28px;
	}

	.cd-nav__primary li {
		margin-bottom: 0;
	}

	.cd-nav__primary li a {
		font-size: 18px;
		color: #000;
		border-bottom: 2px solid transparent;
	}

	.cd-nav__primary li a:hover {
		color: #DE2229;
	}

	.cd-nav__primary li.current-menu-item a,
	.cd-nav__primary li.current_page_item a,
	.cd-nav__primary li.current-page-ancestor a,
	.cd-nav__primary li.current-menu-ancestor a,
	.cd-nav__primary li.current-menu-parent a,
	.cd-nav__primary li.current-page-parent a,
	.cd-nav__primary li.current_page_parent a,
	.cd-nav__primary li.current_page_ancestor a {
		color: #DE2229;
		font-weight: bold;
		border-bottom: 2px solid #DE2229;
	}

	.cd-nav__primary li ul {
		background-color: #FFF;
	}

	.cd-nav__primary li ul li a:hover {
		color: #FFF;
	}

	.cd-nav__primary--left {
		gap: 28px;
	}
}

.site-description {
	margin: 0;
	font-weight: bold;
	color: #0072bf;
	font-size: 20px;
	line-height: 1;
}

.post-navigation {
	border-top: 3px solid #00803a;
	padding: 2em 0;
}

.post-navigation .nav-links {
	overflow: auto;
}

.post-navigation .nav-previous {
	width: 50%;
	float: left;
	display: inline-block;
}

.post-navigation .nav-next {
	text-align: right;
	width: 50%;
	display: inline-block;
	float: right;
}

.post-navigation a {
	text-decoration: none;
}

.post-navigation .nav-subtitle {
	display: block;
	color: #787878;
}

.post-navigation .nav-title {
	font-size: 18px;
	font-weight: bold;
}

/* Posts and pages
--------------------------------------------- */
.site-footer {
	background: #008bb9;
	padding: 3em 0 10px;
	color: #FFF;
}

.site-footer a {
	color: #FFF !important;
}

.site-footer h3 {
	color: #FFF !important;
}

.site-footer hr {
	background-color: #FFF !important;
}

.site-footer .nav-footer {
	margin: 0;
}

.site-footer .nav-footer li.nav-item {
	padding: 5px 5px;
}

.site-footer .nav-footer li:not(:last-child)::after {
	content: '|';
}

.site-footer .nav-footer li.nav-item:not(:last-child)::after {
	margin-left: 5px;
}

.site-footer .nav-footer a {
	text-decoration: none;
	padding: 11px;
}

.sticky {
	display: block;
}

.post,
.page {

	/* margin: 0 0 1.5em; */
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

#breadcrumbs a {
	color: #000;
	text-decoration: none;
}

.single .entry-meta {
	margin-bottom: 1em;
}

.entry-meta a,
.comment-metadata a {
	text-decoration: none;
	color: #787878 !important;
}

.card {
	border-radius: 10px;
	box-shadow: 0 0 12px -4px rgb(0 0 0 / 41%);
	border: 0;
}

.card .post-thumbnail {
	margin: 0;
	border-radius: 10px 10px 0 0;
}

.card-title {
	font-size: 20px;
	font-weight: 600 !important;
}

.card-title a {
	color: #000 !important;
	text-decoration: none;
	font-weight: 900 !important;
}

.card-link {
	text-decoration: none;
	font-weight: 600 !important;
	padding: 8px 0 0;
	display: inline-block;
}

.card-img-top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	transition: all 0.3s;
}

.card-img-top img {
	transition: all 0.3s;
}

.card-img-top:hover {
	background-color: #00803a;
}

.card-img-top:hover img {
	opacity: 0.5;
}

.card-body {
	position: relative;
}

.card-body p:last-child {
	margin: 0;
}

.card-multi {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background: #FFF;
	box-shadow: 0 0 12px -2px rgb(0 0 0 / 50%);
	position: absolute;
	top: -20px;
	right: 20px;
}

.card-multi.videos,
.card-multi.galerias {
	color: #fbc310;
}

.card-multi.documentos {
	color: #00803a;
}

.card-multi.presentaciones {
	color: #de2229;
}

.card-multi.charlas {
	color: #0072bd;
}

.card-multi.audios {
	color: #00aae2;
}

.card-footer {
	background: transparent;
	border: 0;
}

.entry-header .entry-title {
	font-size: 2.5rem;
	color: #de2229;
	font-weight: bold;
}

.page-title {
	color: #000 !important;
}

.post-thumbnail {
	margin: 1em 0;
	border-radius: 15px;
	overflow: hidden;
}

.post-thumbnail img {
	width: 100%;
}

.share-tag {
	border-top: 3px solid #00803a;
	padding: 2em 0;
}

div.sharedaddy h3.sd-title {
	font-size: 18px !important;
}

div.sharedaddy h3.sd-title:before {
	display: none !important;
}

.share-tag .tags a {
	background-color: #fbc310;
	color: #000 !important;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
	padding: 5px 9px;
}

.share-tag .tags a:hover {
	background-color: #de2229;
}

.pagination {
	justify-content: center;
	align-items: center;
	margin: 4em 0 2em;
}

.page-numbers {
	display: inline-block;
	background-color: #00aae2;
	color: #FFF !important;
	border-radius: 25px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
}

.page-numbers.next,
.page-numbers.prev {
	width: auto;
	padding: 0 14px;
}

.page-numbers.current,
.page-numbers:hover {
	background-color: #0072bd
}

/* Comments
--------------------------------------------- */
.comments-area {
	border-top: 3px solid #00803a;
	padding: 2em 0;
}

.comment-list {
	list-style: none;
	margin: 0 0 2em;
	padding: 0 0 2em;
	border-bottom: 3px solid #00803a;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.says {
	display: none;
}

.comment:not(:last-child) {
	border-bottom: 1px solid #CCC;
	margin-bottom: 2em;
	padding-bottom: 2em;
}

.children {
	margin-top: 2em;
}

.avatar {
	border-radius: 50%;
}

.fn a {
	text-decoration: none;
	color: #000 !important;
	font-weight: bold !important;
}

.comment-meta {
	margin-bottom: 10px;
}

.comment-form-author,
.comment-form-email {
	width: 50%;
	float: left;
}

.comment-form-author {
	padding-right: 5px;
}

.comment-form-email {
	padding-left: 5px;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.widget-title,
.widgettitle {
	color: #00803a !important;
	border-bottom: 2px solid #00803a;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul.menu li a {
	padding: 5px;
	display: inline-block;
	color: #000;
	text-decoration: none;
}

.widget ul a {
	text-decoration: none;
	color: #000;
}

.widget ul li.current-menu-item a,
.widget ul li.current_page_item a {
	color: #de2229;
	font-weight: 600;
}

.wp-block-tag-cloud a {
	font-size: 16px !important;
	background-color: #fbc310;
	color: #000 !important;
	text-decoration: none;
	display: inline-block;
	padding: 5px 8px;
	border-radius: 3px;
	margin: 2px;
}

.wp-block-tag-cloud a:hover {
	background-color: #00aae2;
	color: #FFF !important;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.wp-block-image figcaption {
	font-style: italic;
	border-bottom: 1px solid #de2229;
	font-size: 86%;
	padding-bottom: 5px;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.mask1 {
	background: url(images/mask1-bg.svg) no-repeat;
	background-position: center;
	background-size: contain;
}

.mask1 img {
	-webkit-mask-image: url(images/mask1.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}

.mask2 {
	background: url(images/mask2-bg.svg) no-repeat;
	background-position: center;
	background-size: contain;
}

.mask2 img {
	-webkit-mask-image: url(images/mask2.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}

.mask3 {
	background: url(images/mask3-bg.svg) no-repeat;
	background-position: center;
	background-size: contain;
}

.mask3 img {
	-webkit-mask-image: url(images/mask3.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}

.mask4 {
	background: url(images/mask4-bg.svg) no-repeat;
	background-position: center;
	background-size: contain;
}

.mask4 img {
	-webkit-mask-image: url(images/mask4.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Media queries
--------------------------------------------- */
@media (min-width:768px) {
	.cd-nav-trigger {
		top: 20px;
	}

	.site-footer {
		background: #008bb9 url(images/footer.png) no-repeat;
		background-size: contain;
	}

	.site-footer .custom-logo-link {
		width: 37%;
	}

	blockquote {
		padding: 2em 5em;
	}

}

@media (min-width:992px) {
	.cd-nav-trigger {
		top: 27px;
		right: 3.25em;
	}

}

@media (min-width:1200px) {
	.site-footer .custom-logo-link {
		width: 30%;
	}

}