/*
	Theme Name: CEDOVIP
	Theme URI: https://lwegatech.com
	Description: HTML5 & Bootstrap Blank WordPress Theme
	Version: 1.4.3
	Author: Lwegatech
	Author URI: http://lwegatech.com
	Tags: Blank, HTML5, CSS3, wordpress

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

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

/* global box-sizing */
*,
*:after,
*:before {e
	-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 {
	font:400 16px/1.5 'Raleway', sans-serif;
	color:#444;
	overflow-x: hidden;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	text-decoration:none;
}
a:hover {
	color:#444;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1 h2 h3 h4 h5 h6{
    color: #2c4143;
}
li{
    
}
.section-pad{
    padding: 60px 0;
}

.resources {
    padding: 70px 0;
    background: #fafafa;
}
#st-1 .st-btn > img {
    border:none!important;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */

/* header */
.header {
	padding: 15px 0 0 0;
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
}
.is-menu {
	position: relative;
	float: right;
	margin-top: 8px;
}
.is-menu path {
 
fill: #fff;
 
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	color:#fff!important;
}
.fp-thumbnail img {
	height:200px;
}
.section-title {
	font-size: 40px;
	font-weight: 700;
	
}
.section-title strong {
	color: #F65B00;
	font-weight: 700;
}
.special-button a {
    background: #51004f;
    color: #fafafa;
    font-size: 20px;
    font-weight: 500;
    padding: 13px 40px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: 0.4s;
    border-radius: 2px;
}
.pt-cv-view .pt-cv-title {
    color: #666666 !important;
    font-weight: 600!important;
    font-family: 'Rubik',sans-serif!important;
    font-size: 20px!important;
}
.pt-cv-meta-fields {
    font-weight: 500!important;
    font-family: 'Rubik',sans-serif!important;
}
#pt-cv-view-4e05471tak .pt-cv-title a, #pt-cv-view-4e05471tak .panel-title { font-family: 'Raleway',sans-serif; text-transform: uppercase; font-size: 16px; color: #51004f; }
.entry-title {text-align: center; padding:10px 0 0; margin:0!important;}
.rt-tpg-container .rt-detail .entry-title a {
    font-family: 'Raleway',sans-serif; text-transform: uppercase; font-size: 16px; text-align:center!important;  font-weight: 800!important;
}
img.rt-img-responsive {
	width:100%;
	height:250px;
	object-fit:cover;
}
.rt-tpg-container .layout1 .rt-holder .rt-detail {
    padding: 10px 0 0!important;
}
.special-button a:hover {
    color:#f65b00!important;
} 
.special-button .link a.btn-2 {
    background: #51004f;
}
.btn-separator {
    background-color: #51004f;
    color: #51004f;
    min-height: 10px;
    margin-bottom:-20px;
}
.w3eden a {
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}
.page-title{
    background: url(https://www.cedovip.org/wp-content/uploads/2020/08/domestic-violence.jpg) center;
    background-size: cover;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 100px 0 50px;
    color: #fff;
    position: relative;
}
.page-title-overlay {
    background-image: url(https://www.cedovip.org/wp-content/uploads/2020/08/Bg-About-New.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.15;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.page-title h1 {
	font-size: 46px;
	font-weight: 700;
	text-shadow: 2px 2px 2px #000;
}
.page-excerpt {
    font-size: 18px;
    font-weight: 500;
    text-shadow: 1px 1px 1px #000;
}
.post-title{
    background: url(https://www.cedovip.org/wp-content/uploads/2020/08/domestic-violence.jpg) center;
    background-size: cover;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 100px 0 50px;
    color: #fff;
    position: relative;
}
.post-title h1 {
	font-size: 36px;
	font-weight: 500;
	text-shadow: 4px 4px 4px #000;
}
.tpg-shortcode-main-wrapper .isotope1 .rt-detail .tpg-excerpt, .tpg-shortcode-main-wrapper .layout1 .rt-detail .tpg-excerpt {
    margin-bottom: 20px;
    text-align: center !important;
}

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

/* Global elements */
.purple-btn {
	color: #9a01cd;
	background: transparent;
	border: 2px solid #9a01cd;
	font-size: 14px;
	padding: 10px 15px;
}
.purple-btn:hover {
    color: #fff;
	background: #9a01cd;
	border: 2px solid #9a01cd;
}


/* Impact homepage section */
.after-slide i{
	font-size: 50px;
}
.after-slide h2 {
	font-size: 35px;
	font-weight: 600;
}
.after-slide p{
    font-weight: 500;
    font-size: 18px;
}
/* About homepage section */
.about-section p{
    font-size: 18px;
}
.about img {
    height: 170px;
      display: block;
  margin-left: auto;
  margin-right: auto;
}
.about-pad {
    padding: 0 0 60px;
}
.info-wrap {
    padding: 45px 25px;
    height: 100%;
}
.info-wrap h2{
    font-size: 22px;
    line-height: 1.286;
    font-weight: 600;
    text-align: center;
    color: #f65b00;
}
.info-wrap h3 {
    font-size: 22px;
    line-height: 1.286;
    font-weight: 600;
    text-align: center;
    color: #fafafa;
}
.info-gray {
    background: #ebebeb;
}
.info-purple{
   background:#800080;
}
.info-blue{
    background:#0a6db0;
}
.info-orange{
    background:#ffa500;
}
.link {
    padding: 13px 25px;
}
.link-gray{
    background: #d2d2d2;
}
.link-purple{
    background: #51004f;
}
.link-blue{
    background: #04385a;
}
.link-orange{
    background: #f65b00;
}

.rmission {
    border-radius: 2px 100px 100px 100px;
    background: #51004f;
    padding: 25px 30px;
    width: auto;
    height: 200px;
    font-size: 16px!important;
    color: #fafafa;
}
.rvision {
    border-radius: 100px 100px 100px 2px;
    background: #04385a;
    padding: 40px 30px;
    width: auto;
    height: 200px;
    font-size: 16px!important;
    color: #fafafa; 
}
.rvalues {
    border-radius: 100px 2px 100px 100px;
    background: #f05b00;
    padding: 40px 30px;
    width: auto;
    height: 200px;
    font-size: 16px!important;
    color: #fafafa;
}
.link a {background: transparent;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
    padding: 13px 18px;
    position: relative;
    text-align: center!important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.4s;
}
.link a:after{content: "\f0da";
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    transition: 0.4s;
}
.link a:hover {
  background:#f65b00;  
}
.orange-link {
    padding: 13px 25px;
}
.orange-link a {background: transparent;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
    padding: 13px 18px;
    position: relative;
    text-align: center!important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.4s;
}
.orange-link a:after{content: "\f0da";
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    transition: 0.4s;
}
.orange-link a:hover {
    color:#f65b00;
  background:#fafafa;  
}
.blockquote {
    padding: 60px 80px 40px;
    position: relative;
}
.blockquote p {
    font-family: "Utopia-italic";
    font-size: 35px;
    font-weight: 700px;
    text-align: center;
}

/*blockquote p::before {
    content: "\f095"; 
    font-family: FontAwesome;
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
  font-size: 180px;
 }*/

.blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  
  content:"\f10d";
  font-size: 200px;
  color: rgba(0,0,0,0.1);
   
}

.blockquote::after {
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #bf0024;
    height: 3px;
    width: 200px;
}
.mission p, li {
    font-size: 18px;
}
.mission h2 {
    font-size: 36px;
    margin: 0em 0 0.6em;
    font-weight: 700;
    color: #f05b00;
}
.mission-counter{
    padding:20px 0;
}
.board h2 {
    font-size: 42px;
    font-weight: 700;
    color: #f05b00;
    font-style: normal;
    line-height: 1.1em;
    text-decoration: none;
    text-transform: none;
}
.board {
    z-index: 0;
    font-size: 18px!important;
    font-weight: 400!important;
    text-transform:none!important;
    color:#444!important;
}
.board-title p {
    position: relative;
    z-index: 1;
    padding: 10px 5px;
    font-size:12px;
    text-transform:uppercase;
    color:#f05b00;
}
.board-title .title-span  p span {
    font-weight: 700!important;
    font-size: 14px;
    letter-spacing: 0.4px;
    color:#444;
}

.board-title img{
    margin-top: -5px;
    border-bottom: 7px solid #f05b00;
}
.cedovip-teams p {
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size:10px;
    text-transform:uppercase;
    color:#f05b00;
    padding: 0 5px;
}
.cedovip-teams p span {
    font-weight: 700!important;
    font-size: 14px;
    letter-spacing: 0.4px;
    color:#444;
}
.cedovip-teams img {
    margin-top:-5px;
    border-bottom: 7px solid #f05b00;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    transition: all 1.2s ease!important;
}
.rt-tpg-container .layout1 .rt-holder {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    padding-bottom: 1px!important;
	background:#fff;
}
.sptp-member-avatar .sptp-member-avatar-img img {
     border-radius: 50% !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15)!important;
}
.team-members {
    padding: 0 100px;
}
.board-member {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.single-team p {
    font-size: 17px;
}
.single-team img {
    border-bottom: 7px solid #f05b00;
    /*border-radius: 50% !important;*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.single-title h2{
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
}
.single-title p {
    font-size: 13px;
    text-transform: uppercase;
    color:#f05b00;
}
.achievements p, li {
    font-size: 17px;
}
.achievements h2{
    text-transform: uppercase;
    font-size: 19px;
}
.contact p, li {
    font-size: 16px;
}
.contact h2{
    text-transform: uppercase;
    font-size: 19px;
    color:#f05b00;
}
.wp-block-ub-content-toggle-accordion-title{ 
    color:#f05b00!important;
}
.wp-block-ub-tabbed-content-tab-title {
    font-size: 17px;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover{
    background-color: transparent;
    border: 2px solid #f05b00;
    border-radius: 5px;
    color: #f05b00;
    cursor: pointer;
    font-size: 16px;
    font-weight:700;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #f05b00;
    border: 2px solid #f05b00;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: 10px 40px;
    font-size: 16px;
    font-weight:500;
}
#gallery-con1 #thumbnails1 {
	/* display: -webkit-flex; */
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	height: 84px;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	border-top: 1px solid #ffffff;
	background: #fff !important;
	position: absolute !important;
	margin-top: -70px !important;
	z-index: 9999999;
}
/* Employee Highlights Post */

.sasa-link{
    font-size: 22px;
    padding: 2%;
}
.sasa-link a{
    color:#444;}
.wp-block-file .wp-block-file__button {
    background: #51004f;
    border-radius: 2em;
    color: #fff;
    font-size: 16px;
    padding: .5em 1em;
}
.highlight img {
    border-bottom: 7px solid #f05b00;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 20% 40% 0 0;
}
.highlight h1{
    font-weight: 700;
    color: #f05b00;
}
.highlight h1 span{
    color: #444;
    font-weight: normal;
}
.featured-post h1{
    font-weight: 700;
    color: #f05b00;
}
.featured-post h1 span{
    color: #444;
    font-weight: normal;
}
.featured-post img {
    width:100%;
    border-bottom: 7px solid #f05b00;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 0;
}
.post-content { padding: 5px 15px 0; width: 100%; font-size: 11px; text-transform: uppercase; text-align: center; font-weight: 500; color: #f05b00; }
.post-content p{
    font-size:15px;
}
.post-content p strong {
    font-size: 18px;
}
.post-excerpt {
    font-size: 18px;
    font-weight: 500!important;
    color:#fff;
    background:#444;
    width:100%;
    padding-left:10px;
    display:inline-block;
}
.widget .fp-post .fp-title{
font-size: 1.1em;
    font-weight: 700;
    color: #666;
    line-height: 1.25;
    text-transform:none;
}
.mec-wrap.colorskin-custom .mec-color {
    color:#fff!important;
}
.mec-wrap .mec-event-list-modern .mec-event-title {
    margin-bottom: 10px!important;
    text-transform: capitalize!important;
    font-size: 15px!important;
    font-weight: 600!important;
    font-family: 'Montserrat','Raleway',sans-serif !important;
    letter-spacing: normal!important;
}
.mec-event-list-modern .mec-event-date .event-da {
    margin-top: 9px;
    color: silver;
    font-size: 20px;
    font-weight: 400 
}
.mec-event-list-modern .mec-event-date .event-d {
    font-size: 40px!important;
}
.mec-event-list-modern .mec-event-date .event-f {
    font-size: 13px!important;
    padding-left: 5px!important;
    letter-spacing: normal!important;
    color: #f6f6f6!important;
}
.mec-event-list-modern .mec-event-date {
    text-transform: uppercase;
    padding: 10px 20px;
    background: #36051e; 
}
.mec-event-list-modern .mec-event-date .event-d .event-f{
    color:#fff!important;
}
.event-d, .mec-color {
    color: #c24900;
}
ul.mec-event-sharing {
    padding-left:0!important;
}
.post-meta-user {
    padding: 0 15px;
    font-size: 90%;
}
/* Explore homepage section */
.explore .wp-block-media-text{
    border: 1px solid #eee;
    box-shadow: 5px 5px 20px #77777730;
}
.post-body-content {
    text-transform: none;
    margin-top:1.05em;
    margin-bottom: 10px;
    font-size: 16px;
    color: #666;
    text-align: left;
}
.wp-block-media-text__media img {
    height:auto;
}
/* What We Do Page */
.programs-section {
    padding:30px 0;
}
.programs-section p{
    font-size: 16px!important;
    font-weight: 400!important;
    text-transform:none!important;
    color:#444!important;  
}
.pgl-section img {
    border-bottom: 7px solid #f05b00;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 40% 10% 0 0;   
}

.link-btn {
    color: #f05b00;
    background-color: transparent;
    border: 2px solid #f05b00;
    border-radius: 50px;
    font-size: 17px !important;
    line-height: 22px !important;
    padding: 0.8em 2.8em !important;
}
.link-btn:hover {
    color: #fff;
    background-color: #f05b00;
    border: 2px solid #f05b00;
    border-radius: 50px;
}
.programs-desc {
    padding:10%!important;
}

.program-desc h3{
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 15px;
    letter-spacing: 0.9px;
}
.program-desc h3 span{
    font-size: 24px;
    color:#f05b00; 
    text-transform:uppercase;
}
.programs-desc p {
    font-size: 16px!important;
    margin: 30px 0!important;
}
.single-program {
    padding:70px 20px;
}
.single-program h2{
    margin-top: 0 !important;
    margin-bottom: 0.5em !important;
    font-size: 32px;
    font-weight: 600;
    color: #444;
}
.single-program h2 span{
    text-transform:uppercase;
    color: #f05b00;
    font-weight:700;
}
.single-program h3{
    margin-top: 0 !important;
    margin-bottom: 0.5em !important;
    font-size: 24px;
    font-weight: bold;
    color: #f05b00;
}
.single-program p, li, li a:hover{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
    text-align: left;
}
.single-program li a{
    color:#f05b00;  
    font-weight:500;
}
/* News & Events homepage section */
#poststuff .rt-tpg-container .layout1 .rt-holder .rt-detail h2, #poststuff .rt-tpg-container .layout1 .rt-holder .rt-detail h3, #poststuff .rt-tpg-container .layout1 .rt-holder .rt-detail h4, .rt-tpg-container .layout1 .rt-holder .rt-detail h2, .rt-tpg-container .layout1 .rt-holder .rt-detail h3, .rt-tpg-container .layout1 .rt-holder .rt-detail h4 {
	margin: 0 0 14px;
	padding: 0;
	font-size: 18px !important;
	line-height: 1.25;
	font-weight: 400;
}
   #poststuff .rt-tpg-container .layout2 .rt-holder .rt-detail h4, .rt-tpg-container .layout2 .rt-holder .rt-detail h4 {
	font-size: 18px !important;
	margin: 0 0 14px 0;
	padding: 0px;
	font-weight: 400;
	line-height: 1.25;
}

.rt-tpg-container .layout2 .rt-holder .rt-detail h3 {
    font-size: 15px!important;
    font-family: 'Rubik',sans-serif!important;
    font-weight: 400!important;
    margin-bottom: 2px;
    border-bottom: 1px dotted #eee;
    padding-bottom: 2px;
}
.d-sidebar h2 {
    font-weight: 700;
    font-size: 24px;
    color: #51004f;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.list-group-item .badge {
    border-radius: 2px;
    line-height: 22px;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 500;
    background: #2ca8ff00;
    color: #51004f;
}
    .w3eden .list-group, .w3eden h1, .w3eden .h1 {
    font-family: 'Rubik',sans-serif!important;
    }
    .w3eden .list-group li {
    font-size: 14px; 
    }
.event-color {
	display: none;
}
.mec-event-list-modern .col-md-4.col-sm-4.mec-btn-wrapper {
	width: 180px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 30%;
	display: none;
}
/* CTA homepage area */
.wp-block-button__link {
	background-color: #32373c;
	border: none;
	border-radius: 28px;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	margin: 0;
	padding: 12px 54px;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
}

.podcast-section{
    padding:60px 0 30px;
}
.podcast-section h2{
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #f05b00;
    font-size: 1.4em;
    text-align: center;
}
.ai-wrap{
    background-color: #292629!important;
}
.ai-wrap .ai-track-progress-bar{
    background-color: #f05b00!important;
}
.ai-wrap .ai-audio-control {
    background-color: #800080!important;
}
.ai-wrap .ai-audio-control:hover, .ai-wrap .ai-audio-control:focus {
    background-color: #f05b00!important;
}
.ai-wrap .ai-btn {
    background-color: #f05b00!important;;
}
.ai-wrap .ai-volume-bar {
    background-color: #9c889c!important;
}
.ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
    background-color: #f05b00!important;
}
.ai-wrap .ai-track:hover, .ai-wrap .ai-track.ai-track-active, .ai-wrap .ai-scroll-wrap > div:last-child div {
    background-color: #f05b00!important;
}
.ai-wrap .ai-track {
    background-color: #800080!important;
}
.ai-wrap .ai-scroll-wrap > div:last-child {
    background-color: #eeeeee85!important;
}


/* Footer area */
.footer {
    position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(https://www.cedovip.org/wp-content/uploads/2020/06/femaile-community-activist-CEDOVIP.jpg) center;
	background-size: cover;
	color: #fff;
}
.footer .overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 0;
	bottom: 0;
}
.footer h1{
    font-size: 40px;
    font-weight: 700;
}
.footer p{
    color: #fff;
    font-size: 18px;
}
.footer p a{
    color:#fafafa;
}
.mail{
    width: 100%;
}
.mail-btn {
	background: #f05b00;
	border: 2px solid #f05b00;
	padding: 10px 12px;
	color: #fff;
	width: 30%;
	font-size: 18px;
	margin-top:5px;
}
.mail-text {
    background: transparent;
    border: 2px solid #ffff;
    color: #fff;
    border-radius: 5px;
    padding: 10px 12px;
    width: 100%;
}
.mail-text:active{
    border: 2px solid #f05b00;
}
.copyright, .copyright a {
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #161616;
	padding: 5px 0 0;
}
.yotu-videos .yotu-video h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1em!important;
    color: #4c0f4b;
    text-decoration: none;
    text-align: center; 
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	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;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

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

}


@media screen and (max-width: 576px) { 
    
}
 
@media only screen and (max-device-width:812px){
 
}

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

 
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){
   
}
@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) {

}

/*------------------------------------*\
    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
\*------------------------------------*/

.custom-logo{
    width: 100%;
    height: auto;
}
.logo img {
    border-bottom: 5px solid #f05b00!important;
}
.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;
}
.catchSticky {
    top:0!important;
    box-shadow:210px 1px 20px #00000012;

}
.bypostauthor {

}
.foogallery-stack-album .topbar .topbar {
    position: relative;
    padding: 15px!important;
    margin: 0 0 20px;
    box-shadow: none!important;
    background: #51004f!important;
    color: #fff;
}
/*------------------------------------*\
    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;
	}
}
